diff --git a/public/main.profile.dart.js b/public/main.profile.dart.js index c43ea95a3c10..f2c670c9ec77 100644 --- a/public/main.profile.dart.js +++ b/public/main.profile.dart.js @@ -3548,7 +3548,7 @@ $.PointerBinding__instance = t2; } t1 = t5.__EngineFlutterWindow__dimensionsProvider_A; - t1.get$onResize(t1).listen$1(t4.get$_metricsDidChange()); + t1.get$onResize(t1).listen$1(0, t4.get$_metricsDidChange()); $._flutterViewEmbedder = t4; } $._initializationState = B.DebugEngineInitializationState_4; @@ -12559,7 +12559,7 @@ future = new A._Future($.Zone__current, $T._eval$1("_Future<0>")); replacement = null; if (replacement != null) - future._asyncCompleteError$2(J.get$error$z(replacement), replacement.get$stackTrace()); + future._asyncCompleteError$2(J.get$error$x(replacement), replacement.get$stackTrace()); else future._asyncCompleteError$2(error, stackTrace); return future; @@ -12910,7 +12910,7 @@ var t1 = $.Zone__current, t2 = controller.get$_async$_add(controller), t3 = controller.get$_addError(); - return new A._AddStreamState(new A._Future(t1, type$._Future_dynamic), source.listen$4$cancelOnError$onDone$onError(t2, false, controller.get$_async$_close(), t3), $T._eval$1("_AddStreamState<0>")); + return new A._AddStreamState(new A._Future(t1, type$._Future_dynamic), source.listen$4$cancelOnError$onDone$onError(0, t2, false, controller.get$_async$_close(), t3), $T._eval$1("_AddStreamState<0>")); }, _AddStreamState_makeErrorHandler(controller) { return new A._AddStreamState_makeErrorHandler_closure(controller); @@ -12950,7 +12950,7 @@ if (replacement == null) onError.call$2(e, s); else { - error = J.get$error$z(replacement); + error = J.get$error$x(replacement); stackTrace = replacement.get$stackTrace(); onError.call$2(error, stackTrace); } @@ -13356,9 +13356,6 @@ _.addError = t6; _.resume = t7; }, - Stream_handleError_closure: function Stream_handleError_closure(t0) { - this.onError = t0; - }, Stream_pipe_closure: function Stream_pipe_closure(t0) { this.streamConsumer = t0; }, @@ -13615,13 +13612,6 @@ this._async$_source = t1; this.$ti = t2; }, - _HandleErrorStream: function _HandleErrorStream(t0, t1, t2, t3) { - var _ = this; - _._onError = t0; - _._test = t1; - _._async$_source = t2; - _.$ti = t3; - }, _EventSinkWrapper: function _EventSinkWrapper(t0, t1) { this._async$_sink = t0; this.$ti = t1; @@ -14465,21 +14455,6 @@ JsonUnsupportedObjectError$(unsupportedObject, cause, partialResult) { return new A.JsonUnsupportedObjectError(unsupportedObject, cause); }, - JsonUtf8Encoder__utf8Encode(string) { - var t1, i; - if (string == null) - return null; - t1 = string.length; - if (t1 === 0) - return new Uint8Array(0); - $label0$0: { - for (i = 0; i < t1; ++i) - if (string.charCodeAt(i) >= 128) - break $label0$0; - return new A.CodeUnits(string); - } - return B.C_Utf8Codec.get$encoder().convert$1(string); - }, _defaultToEncodable(object) { return object.toJson$0(); }, @@ -14504,26 +14479,6 @@ } stringifier.writeObject$1(object); }, - _JsonUtf8Stringifier$(toEncodable, bufferSize, addChunk) { - var t1 = new Uint8Array(bufferSize), - t2 = toEncodable == null ? A.convert___defaultToEncodable$closure() : toEncodable; - return new A._JsonUtf8Stringifier(bufferSize, addChunk, t1, [], t2); - }, - _JsonUtf8Stringifier_stringify(object, indent, toEncodable, bufferSize, addChunk) { - var t1, t2, stringifier; - if (indent != null) { - t1 = new Uint8Array(bufferSize); - t2 = toEncodable == null ? A.convert___defaultToEncodable$closure() : toEncodable; - stringifier = new A._JsonUtf8StringifierPretty(indent, 0, bufferSize, addChunk, t1, [], t2); - } else - stringifier = A._JsonUtf8Stringifier$(toEncodable, bufferSize, addChunk); - stringifier.writeObject$1(object); - t1 = stringifier.index; - if (t1 > 0) - stringifier.addChunk.call$3(stringifier.buffer, 0, t1); - stringifier.buffer = new Uint8Array(0); - stringifier.index = 0; - }, _Latin1DecoderSink__checkValidLatin1(source, start, end) { var t1, i, mask; for (t1 = J.getInterceptor$asx(source), i = start, mask = 0; i < end; ++i) @@ -14662,12 +14617,7 @@ this._accumulated = t1; this.$ti = t2; }, - Codec: function Codec() { - }, - _FusedCodec: function _FusedCodec(t0, t1, t2) { - this._convert$_first = t0; - this._second = t1; - this.$ti = t2; + Codec0: function Codec0() { }, Converter: function Converter() { }, @@ -14703,14 +14653,6 @@ this.indent = t0; this._toEncodable = t1; }, - JsonUtf8Encoder: function JsonUtf8Encoder(t0, t1, t2) { - this._indent = t0; - this._toEncodable = t1; - this._bufferSize = t2; - }, - JsonUtf8Encoder_convert_addChunk: function JsonUtf8Encoder_convert_addChunk(t0) { - this.bytes = t0; - }, _JsonEncoderSink: function _JsonEncoderSink(t0, t1, t2) { var _ = this; _._indent = t0; @@ -14718,14 +14660,6 @@ _._sink = t2; _._isDone = false; }, - _JsonUtf8EncoderSink: function _JsonUtf8EncoderSink(t0, t1, t2, t3) { - var _ = this; - _._sink = t0; - _._indent = t1; - _._toEncodable = t2; - _._bufferSize = t3; - _._isDone = false; - }, JsonDecoder: function JsonDecoder(t0) { this._reviver = t0; }, @@ -14754,26 +14688,6 @@ _._seen = t3; _._toEncodable = t4; }, - _JsonUtf8Stringifier: function _JsonUtf8Stringifier(t0, t1, t2, t3, t4) { - var _ = this; - _.bufferSize = t0; - _.addChunk = t1; - _.buffer = t2; - _.index = 0; - _._seen = t3; - _._toEncodable = t4; - }, - _JsonUtf8StringifierPretty: function _JsonUtf8StringifierPretty(t0, t1, t2, t3, t4, t5, t6) { - var _ = this; - _.indent = t0; - _._JsonPrettyPrintMixin__indentLevel = t1; - _.bufferSize = t2; - _.addChunk = t3; - _.buffer = t4; - _.index = 0; - _._seen = t5; - _._toEncodable = t6; - }, Latin1Codec: function Latin1Codec() { }, Latin1Encoder: function Latin1Encoder(t0) { @@ -14840,8 +14754,6 @@ }, __JsonStringStringifierPretty__JsonStringStringifier__JsonPrettyPrintMixin: function __JsonStringStringifierPretty__JsonStringStringifier__JsonPrettyPrintMixin() { }, - __JsonUtf8StringifierPretty__JsonUtf8Stringifier__JsonPrettyPrintMixin: function __JsonUtf8StringifierPretty__JsonUtf8Stringifier__JsonPrettyPrintMixin() { - }, __Utf8EncoderSink__Utf8Encoder_StringConversionSink: function __Utf8EncoderSink__Utf8Encoder_StringConversionSink() { }, _BigIntImpl__parseDecimal(source, isNegative) { @@ -15389,8 +15301,8 @@ return new A.Duration(microseconds + 1000 * milliseconds + 1000000 * seconds + 60000000 * minutes + 3600000000 * hours + 864e8 * days); }, EnumByName_byName(_this, $name) { - var t1, _i, value; - for (t1 = _this.length, _i = 0; _i < t1; ++_i) { + var _i, value; + for (_i = 0; _i < 3; ++_i) { value = _this[_i]; if (value._core$_name === $name) return value; @@ -59603,69 +59515,6 @@ PluginRegistry: function PluginRegistry(t0) { this._plugin_registry$_handlers = t0; }, - maybeEnum(needle, haystack) { - if (needle == null) - return null; - return A.EnumByName_byName(haystack, needle); - }, - MomentNotDisplayedReason: function MomentNotDisplayedReason(t0, t1, t2) { - this._shared$_reason = t0; - this.index = t1; - this._core$_name = t2; - }, - MomentSkippedReason: function MomentSkippedReason(t0, t1, t2) { - this._shared$_reason = t0; - this.index = t1; - this._core$_name = t2; - }, - MomentDismissedReason: function MomentDismissedReason(t0, t1, t2) { - this._shared$_reason = t0; - this.index = t1; - this._core$_name = t2; - }, - loadWebSdk() { - var trustedUrl, factory, policy, e, t2, exception, script, - trustedTypePolicyName = "gis-dart", - t1 = new A._Future($.Zone__current, type$._Future_void); - self.onGoogleLibraryLoad = A.allowInterop(new A.loadWebSdk_closure(new A._AsyncCompleter(t1, type$._AsyncCompleter_void))); - trustedUrl = null; - if (self.trustedTypes != null) { - self.console.debug.call$2("TrustedTypes available. Creating policy:", trustedTypePolicyName); - t2 = self.trustedTypes; - t2.toString; - factory = t2; - try { - policy = factory.createPolicy(trustedTypePolicyName, type$.JavaScriptObject._as({createScriptURL: A.allowInterop(new A.loadWebSdk_closure0())})); - trustedUrl = policy.createScriptURL("https://accounts.google.com/gsi/client"); - } catch (exception) { - e = A.unwrapException(exception); - t1 = J.toString$0$(e); - throw A.wrapException(new A.TrustedTypesException(t1)); - } - } - script = self.document.createElement("script"); - t2 = trustedUrl; - if (t2 == null) - t2 = "https://accounts.google.com/gsi/client"; - script.src = t2; - script.async = true; - script.defer = true; - t2 = self.document; - t2 = t2.head; - t2.appendChild(script); - return t1; - }, - loadWebSdk_closure: function loadWebSdk_closure(t0) { - this.completer = t0; - }, - loadWebSdk_closure0: function loadWebSdk_closure0() { - }, - TrustedTypesException: function TrustedTypesException(t0) { - this.message = t0; - }, - GoogleSignInAccount$_(_googleSignIn, data) { - return new A.GoogleSignInAccount(data.displayName, data.email, data.id, data.photoUrl, data.serverAuthCode, data.idToken, _googleSignIn); - }, GoogleSignIn__waitFor(future) { var t1 = new A._Future($.Zone__current, type$._Future_void), completer = new A._AsyncCompleter(t1, type$._AsyncCompleter_void); @@ -59694,9 +59543,6 @@ GoogleSignIn__ensureInitialized_closure: function GoogleSignIn__ensureInitialized_closure(t0) { this.$this = t0; }, - GoogleSignIn__doInitialization_closure: function GoogleSignIn__doInitialization_closure(t0) { - this.$this = t0; - }, GoogleSignIn__waitFor_closure: function GoogleSignIn__waitFor_closure() { }, GoogleSignIn__addMethodCall_closure: function GoogleSignIn__addMethodCall_closure(t0, t1, t2) { @@ -59741,44 +59587,83 @@ this.accessToken = t1; this.serverAuthCode = t2; }, - GoogleSignInPlugin: function GoogleSignInPlugin(t0) { + GoogleSignInPlugin$() { + var t1 = $.$get$GoogleSignInPlatform__token(), + t2 = new A.GoogleSignInPlugin(); + $.$get$PlatformInterface__instanceTokens().$indexSet(0, t2, t1); + t2.GoogleSignInPlugin$0(); + return t2; + }, + GoogleSignInPlugin: function GoogleSignInPlugin() { var _ = this; - _.__GoogleSignInPlugin__jsSdkLoadedFuture_A = $; - _._initCalled = null; - _._userDataController = t0; - _._gisSdkClient = null; - _.__GoogleSignInPlugin_autoDetectedClientId_A = $; + _.__GoogleSignInPlugin__isAuthInitialized_A = _.__GoogleSignInPlugin__isGapiInitialized_A = $; + _._isInitCalled = false; + _._autoDetectedClientId = null; }, - GoogleSignInPlugin__registerButtonFactory_closure: function GoogleSignInPlugin__registerButtonFactory_closure() { + GoogleSignInPlugin_closure: function GoogleSignInPlugin_closure() { }, - GisSdkClient: function GisSdkClient(t0, t1, t2) { - var _ = this; - _._loggingEnabled = t0; - _._initialScopes = t1; - _.__GisSdkClient__tokenResponses_A = _.__GisSdkClient__credentialResponses_A = _.__GisSdkClient__tokenClient_A = $; - _._lastTokenResponse = _._lastCredentialResponse = null; - _._userDataEventsController = t2; - _._requestedUserData = null; + GoogleSignInPlugin_initWithParams_closure: function GoogleSignInPlugin_initWithParams_closure(t0) { + this.isAuthInitialized = t0; }, - GisSdkClient__configureStreams_closure: function GisSdkClient__configureStreams_closure(t0) { - this.$this = t0; + GoogleSignInPlugin_initWithParams_closure0: function GoogleSignInPlugin_initWithParams_closure0(t0) { + this.isAuthInitialized = t0; }, - GisSdkClient__configureStreams_closure0: function GisSdkClient__configureStreams_closure0(t0) { - this.$this = t0; + LoadConfig: function LoadConfig() { }, - GisSdkClient__configureStreams_closure1: function GisSdkClient__configureStreams_closure1(t0) { - this.$this = t0; + GoogleAuthInitFailureError: function GoogleAuthInitFailureError() { }, - GisSdkClient__configureStreams_closure2: function GisSdkClient__configureStreams_closure2(t0) { - this.$this = t0; + GoogleAuthSignInError: function GoogleAuthSignInError() { }, - GisSdkClient_signInSilently_closure: function GisSdkClient_signInSilently_closure(t0, t1) { - this.$this = t0; - this.userDataCompleter = t1; + OfflineAccessResponse: function OfflineAccessResponse() { }, - GisSdkClient__onPromptMoment_closure: function GisSdkClient__onPromptMoment_closure(t0, t1) { - this.$this = t0; - this.completer = t1; + GoogleAuth: function GoogleAuth() { + }, + _GoogleAuth: function _GoogleAuth() { + }, + IsSignedIn: function IsSignedIn() { + }, + CurrentUser: function CurrentUser() { + }, + SigninOptions: function SigninOptions() { + }, + OfflineAccessOptions: function OfflineAccessOptions() { + }, + ClientConfig: function ClientConfig() { + }, + SigninOptionsBuilder: function SigninOptionsBuilder() { + }, + BasicProfile: function BasicProfile() { + }, + AuthResponse: function AuthResponse() { + }, + AuthorizeConfig: function AuthorizeConfig() { + }, + AuthorizeResponse: function AuthorizeResponse() { + }, + GoogleUser: function GoogleUser() { + }, + _GoogleUser: function _GoogleUser() { + }, + Promise0: function Promise0() { + }, + inject(url) { + var t2, + t1 = new A._Future($.Zone__current, type$._Future_void); + self.gapiOnloadCallback = A.allowInterop(new A.inject_closure(new A._AsyncCompleter(t1, type$._AsyncCompleter_void))); + t2 = A._setArrayType([B.JSString_methods.startsWith$1(url, "data:") ? url : url + "?onload=gapiOnloadCallback"], type$.JSArray_String); + B.JSArray_methods.addAll$1(t2, B.List_empty0); + return A.Future_wait(A._setArrayType([A.injectJSLibraries(t2), t1], type$.JSArray_Future_void), type$.void); + }, + init() { + var t1 = new A._Future($.Zone__current, type$._Future_void); + self.gapi.load("auth2", A.allowInterop(new A.init_closure(new A._AsyncCompleter(t1, type$._AsyncCompleter_void)))); + return t1; + }, + inject_closure: function inject_closure(t0) { + this.gapiOnLoad = t0; + }, + init_closure: function init_closure(t0) { + this.gapiLoadCompleter = t0; }, Document$() { return new A.Document(A.LinkedHashMap_LinkedHashMap(null, null, type$.Object, type$.String)); @@ -61797,7 +61682,7 @@ }, ImageCropperPlugin: function ImageCropperPlugin() { }, - Promise0: function Promise0() { + Promise1: function Promise1() { }, BindConfiguration: function BindConfiguration() { }, @@ -61844,7 +61729,7 @@ value !== $ && A.throwUnnamedLateFieldADI(); value = t4.__BillingClientManager_purchasesUpdatedStream_FI = new A._BroadcastStream(t3, t2._eval$1("_BroadcastStream<1>")); } - value.asyncMap$1$1(t6.get$_getPurchaseDetailsFromResult(), type$.List_PurchaseDetails).listen$1(t1.get$add(t1)); + value.asyncMap$1$1(t6.get$_getPurchaseDetailsFromResult(), type$.List_PurchaseDetails).listen$1(0, t1.get$add(t1)); A.PlatformInterface__verify(t6, t5, true); $.InAppPurchasePlatform____instance.__late_helper$_value = t6; } else if (A.defaultTargetPlatform() === B.TargetPlatform_2 || A.defaultTargetPlatform() === B.TargetPlatform_4) @@ -136506,7 +136391,7 @@ case 7: // then $async$goto = 9; - return A._asyncAwait($.$get$_googleSignIn().signIn$0(), $async$GoogleOAuth_signIn); + return A._asyncAwait($.$get$_googleSignIn().signIn$0(0), $async$GoogleOAuth_signIn); case 9: // returning from await. account = $async$result; @@ -136544,7 +136429,7 @@ case 0: // Function start $async$goto = 3; - return A._asyncAwait($.$get$_googleSignIn().signIn$0(), $async$GoogleOAuth_signUp); + return A._asyncAwait($.$get$_googleSignIn().signIn$0(0), $async$GoogleOAuth_signUp); case 3: // returning from await. account = $async$result; @@ -136571,7 +136456,7 @@ GoogleOAuth_signOut() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_GoogleSignInAccount), - $async$returnValue; + $async$returnValue, t1, t2; var $async$GoogleOAuth_signOut = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -136579,8 +136464,10 @@ switch ($async$goto) { case 0: // Function start + t1 = $.$get$_googleSignIn(); + t2 = $.$get$GoogleSignInPlatform__instance(); $async$goto = 3; - return A._asyncAwait($.$get$_googleSignIn()._addMethodCall$1($.$get$GoogleSignInPlatform__instance().get$signOut()), $async$GoogleOAuth_signOut); + return A._asyncAwait(t1._addMethodCall$1(t2.get$signOut(t2)), $async$GoogleOAuth_signOut); case 3: // returning from await. $async$returnValue = $async$result; @@ -137871,7 +137758,7 @@ }, JsError: function JsError() { }, - Promise1: function Promise1() { + Promise2: function Promise2() { }, Array: function Array() { }, @@ -146646,168 +146533,49 @@ A._asString(t3); return new A.GoogleSignInUserData(A._asStringQ(t1.$index(data, "displayName")), t2, t3, A._asStringQ(t1.$index(data, "photoUrl")), A._asStringQ(t1.$index(data, "idToken")), A._asStringQ(t1.$index(data, "serverAuthCode"))); }, - requestUserData(tokenResponse) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_GoogleSignInUserData), - $async$returnValue, person, t1, resourceName, t2, t3, t4, email; - var $async$requestUserData = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$goto = 3; - return A._asyncAwait(A._doRequest("https://content-people.googleapis.com/v1/people/me?sources=READ_SOURCE_TYPE_PROFILE&personFields=photos%2Cnames%2CemailAddresses", tokenResponse, null), $async$requestUserData); - case 3: - // returning from await. - person = $async$result; - t1 = J.getInterceptor$asx(person); - resourceName = A._asStringQ(t1.$index(person, "resourceName")); - t2 = resourceName == null ? null : B.JSArray_methods.get$last(resourceName.split("/")); - t3 = type$.nullable_List_nullable_Object; - t4 = type$.String; - email = A._extractPrimaryField(t3._as(t1.$index(person, "emailAddresses")), "value", t4); - t2.toString; - email.toString; - $async$returnValue = new A.GoogleSignInUserData(A._extractPrimaryField(t3._as(t1.$index(person, "names")), "displayName", t4), email, t2, A._extractPrimaryField(t3._as(t1.$index(person, "photos")), "url", t4), null, null); - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$requestUserData, $async$completer); - }, - _extractPrimaryField(values, fieldName, $T) { - var t1, t2, t3, t4, value; - if (values != null) - for (t1 = J.get$iterator$ax(values), t2 = type$.Map_of_String_and_nullable_Object, t3 = type$.JSArray_String, t4 = type$.bool; t1.moveNext$0();) { - value = t1.get$current(t1); - if (value != null && t2._is(value)) - if (A._extractPath(value, false, A._setArrayType(["metadata", "primary"], t3), t4)) - return $T._eval$1("0?")._as(J.$index$asx(value, fieldName)); - } - return null; - }, - _extractPath(source, defaultValue, path, $T) { - var t1, t2, data, _i, key, - valueKey = path.pop(); - for (t1 = path.length, t2 = type$.Map_dynamic_dynamic, data = source, _i = 0; _i < path.length; path.length === t1 || (0, A.throwConcurrentModificationError)(path), ++_i) { - key = path[_i]; - if (data != null && t2._is(data)) - data = J.$index$asx(data, key); - else - break; - } - if (data != null && t2._is(data)) { - t1 = J.$index$asx(data, valueKey); - return $T._as(t1 == null ? false : t1); - } else - return false; - }, - _doRequest(url, token, overrideClient) { - return A._doRequest$body(url, token, overrideClient); - }, - _doRequest$body(url, token, overrideClient) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Map_of_String_and_nullable_Object), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], client, response, client0, t1, uri; - var $async$_doRequest = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) { - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - uri = A.Uri_parse(url, 0, null); - A.zoneClient(); - client0 = new A.BrowserClient(A.LinkedHashSet_LinkedHashSet$_empty(type$.HttpRequest)); - client = client0; - $async$handler = 3; - t1 = type$.String; - $async$goto = 6; - return A._asyncAwait(client._sendUnstreamed$3("GET", uri, A.LinkedHashMap_LinkedHashMap$_literal(["Authorization", A.S(token.token_type) + " " + A.S(token.access_token)], t1, t1)), $async$_doRequest); - case 6: - // returning from await. - response = $async$result; - if (response.statusCode !== 200) { - t1 = A.ClientException$(J.get$body$x(response), uri); - throw A.wrapException(t1); - } - t1 = response; - t1 = type$.Map_of_String_and_nullable_Object._as(B.C_JsonCodec.decode$2$reviver(0, A.encodingForCharset(J.$index$asx(A._contentTypeForHeaders(t1.headers).parameters._collection$_map, "charset")).decode$1(0, t1.bodyBytes), null)); - $async$returnValue = t1; - $async$next = [1]; - // goto finally - $async$goto = 4; - break; - $async$next.push(5); - // goto finally - $async$goto = 4; - break; - case 3: - // uncaught - $async$next = [2]; - case 4: - // finally - $async$handler = 2; - J.close$0$z(client); - // goto the next finally handler - $async$goto = $async$next.pop(); - break; - case 5: - // after finally - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - case 2: - // rethrow - return A._asyncRethrow($async$currentError, $async$completer); - } - }); - return A._asyncStartSync($async$_doRequest, $async$completer); - }, - getJwtTokenPayload(token) { - var match; - if (token != null) { - match = $.$get$jwtTokenRegexp().firstMatch$1(token); - if (match != null) - return A.decodeJwtPayload(match.namedGroup$1("payload")); - } - return null; - }, - decodeJwtPayload(payload) { - var t1, t2, exception; - try { - t1 = $.$get$jwtCodec(); - payload.toString; - t2 = B.C_Base64Codec.normalize$1(0, payload); - t2 = type$.nullable_Map_of_String_and_nullable_Object._as(t1.get$decoder().convert$1(t2)); - return t2; - } catch (exception) { - } - return null; - }, - gisResponsesToUserData(credentialResponse) { - var payload, t1, t2, t3; - if (credentialResponse == null || credentialResponse.credential == null) - return null; - payload = A.getJwtTokenPayload(credentialResponse.credential); - if (payload == null) - return null; - t1 = J.getInterceptor$asx(payload); - t2 = t1.$index(payload, "email"); + injectJSLibraries(libraries) { + var t3, t4, _i, library, script, t5, + loading = A._setArrayType([], type$.JSArray_Future_void), + tags = A._setArrayType([], type$.JSArray_HtmlElement), + t1 = document, + t2 = t1.querySelector("head"); t2.toString; - A._asString(t2); - t3 = t1.$index(payload, "sub"); - t3.toString; - A._asString(t3); - return new A.GoogleSignInUserData(A._asStringQ(t1.$index(payload, "name")), t2, t3, A._asStringQ(t1.$index(payload, "picture")), credentialResponse.credential, null); + for (t3 = libraries.length, t4 = type$._ElementEventStreamImpl_Event, _i = 0; _i < libraries.length; libraries.length === t3 || (0, A.throwConcurrentModificationError)(libraries), ++_i) { + library = libraries[_i]; + script = t1.createElement("script"); + script.async = true; + script.defer = true; + script.src = library; + t5 = new A._ElementEventStreamImpl(script, "load", false, t4); + loading.push(t5.get$first(t5)); + tags.push(script); + } + J.get$children$x(t2).addAll$1(0, tags); + return A.Future_wait(loading, type$.void); + }, + gapiUserToPluginUserData(currentUser) { + var profile, t2, t3, t4, t5, _null = null, + t1 = currentUser == null, + isSignedIn = t1 ? _null : J.isSignedIn$0$x(currentUser); + if (isSignedIn == null) + isSignedIn = false; + profile = t1 ? _null : J.getBasicProfile$0$x(currentUser); + if (isSignedIn) + t2 = (profile == null ? _null : J.getId$0$x(profile)) == null; + else + t2 = true; + if (t2) + return _null; + t2 = profile == null; + t3 = t2 ? _null : J.getName$0$x(profile); + t4 = t2 ? _null : J.getEmail$0$x(profile); + if (t4 == null) + t4 = ""; + t5 = t2 ? _null : J.getId$0$x(profile); + if (t5 == null) + t5 = ""; + t2 = t2 ? _null : J.getImageUrl$0$x(profile); + return new A.GoogleSignInUserData(t3, t4, t5, t2, t1 ? _null : J.get$id_token$x(J.getAuthResponse$0$x(currentUser)), _null); }, htmlSerializeEscape(text, attributeMode) { var t1, t2, result, i, ch, replace, _null = null; @@ -149456,6 +149224,9 @@ set$text$z(receiver, value) { return J.getInterceptor$z(receiver).set$text(receiver, value); }, + get$access_token$x(receiver) { + return J.getInterceptor$x(receiver).get$access_token(receiver); + }, get$add$ax(receiver) { return J.getInterceptor$ax(receiver).get$add(receiver); }, @@ -149486,6 +149257,9 @@ get$current$z(receiver) { return J.getInterceptor$z(receiver).get$current(receiver); }, + get$currentUser$x(receiver) { + return J.getInterceptor$x(receiver).get$currentUser(receiver); + }, get$document$x(receiver) { return J.getInterceptor$x(receiver).get$document(receiver); }, @@ -149495,8 +149269,8 @@ get$entries$x(receiver) { return J.getInterceptor$x(receiver).get$entries(receiver); }, - get$error$z(receiver) { - return J.getInterceptor$z(receiver).get$error(receiver); + get$error$x(receiver) { + return J.getInterceptor$x(receiver).get$error(receiver); }, get$first$ax(receiver) { return J.getInterceptor$ax(receiver).get$first(receiver); @@ -149643,11 +149417,14 @@ return a0 != null && receiver === a0; return J.getInterceptor$(receiver).$eq(receiver, a0); }, - $get$2$z(receiver, a0, a1) { - return J.getInterceptor$z(receiver).$get$2(receiver, a0, a1); + $get$0$x(receiver) { + return J.getInterceptor$x(receiver).$get$0(receiver); }, - $get$3$rawResponse$z(receiver, a0, a1, a2) { - return J.getInterceptor$z(receiver).$get$3$rawResponse(receiver, a0, a1, a2); + $get$2$x(receiver, a0, a1) { + return J.getInterceptor$x(receiver).$get$2(receiver, a0, a1); + }, + $get$3$rawResponse$x(receiver, a0, a1, a2) { + return J.getInterceptor$x(receiver).$get$3$rawResponse(receiver, a0, a1, a2); }, $gt$n(receiver, a0) { if (typeof receiver == "number" && typeof a0 == "number") @@ -149800,6 +149577,9 @@ detach$0$z(receiver) { return J.getInterceptor$z(receiver).detach$0(receiver); }, + disconnect$0$x(receiver) { + return J.getInterceptor$x(receiver).disconnect$0(receiver); + }, elementAt$1$ax(receiver, a0) { return J.getInterceptor$ax(receiver).elementAt$1(receiver, a0); }, @@ -149821,18 +149601,36 @@ forEach$1$ax(receiver, a0) { return J.getInterceptor$ax(receiver).forEach$1(receiver, a0); }, + getAuthResponse$0$x(receiver) { + return J.getInterceptor$x(receiver).getAuthResponse$0(receiver); + }, + getBasicProfile$0$x(receiver) { + return J.getInterceptor$x(receiver).getBasicProfile$0(receiver); + }, getContext$1$x(receiver, a0) { return J.getInterceptor$x(receiver).getContext$1(receiver, a0); }, + getEmail$0$x(receiver) { + return J.getInterceptor$x(receiver).getEmail$0(receiver); + }, getFloat64$2$x(receiver, a0, a1) { return J.getInterceptor$x(receiver).getFloat64$2(receiver, a0, a1); }, + getId$0$x(receiver) { + return J.getInterceptor$x(receiver).getId$0(receiver); + }, + getImageUrl$0$x(receiver) { + return J.getInterceptor$x(receiver).getImageUrl$0(receiver); + }, getInt32$2$x(receiver, a0, a1) { return J.getInterceptor$x(receiver).getInt32$2(receiver, a0, a1); }, getInt64$2$x(receiver, a0, a1) { return J.getInterceptor$x(receiver).getInt64$2(receiver, a0, a1); }, + getName$0$x(receiver) { + return J.getInterceptor$x(receiver).getName$0(receiver); + }, getPage$1$x(receiver, a0) { return J.getInterceptor$x(receiver).getPage$1(receiver, a0); }, @@ -149872,12 +149670,18 @@ isIdentity$0$z(receiver) { return J.getInterceptor$z(receiver).isIdentity$0(receiver); }, + isSignedIn$0$x(receiver) { + return J.getInterceptor$x(receiver).isSignedIn$0(receiver); + }, join$0$ax(receiver) { return J.getInterceptor$ax(receiver).join$0(receiver); }, join$1$ax(receiver, a0) { return J.getInterceptor$ax(receiver).join$1(receiver, a0); }, + listen$4$cancelOnError$onDone$onError$z(receiver, a0, a1, a2, a3) { + return J.getInterceptor$z(receiver).listen$4$cancelOnError$onDone$onError(receiver, a0, a1, a2, a3); + }, listener$1$z(receiver, a0) { return J.getInterceptor$z(receiver).listener$1(receiver, a0); }, @@ -149986,6 +149790,12 @@ show$0$z(receiver) { return J.getInterceptor$z(receiver).show$0(receiver); }, + signIn$1$x(receiver, a0) { + return J.getInterceptor$x(receiver).signIn$1(receiver, a0); + }, + signOut$0$x(receiver) { + return J.getInterceptor$x(receiver).signOut$0(receiver); + }, skip$1$ax(receiver, a0) { return J.getInterceptor$ax(receiver).skip$1(receiver, a0); }, @@ -150025,6 +149835,9 @@ then$1$2$onError$x(receiver, a0, a1, $T1) { return J.getInterceptor$x(receiver).then$1$2$onError(receiver, a0, a1, $T1); }, + then$2$x(receiver, a0, a1) { + return J.getInterceptor$x(receiver).then$2(receiver, a0, a1); + }, toBlob$0$x(receiver) { return J.getInterceptor$x(receiver).toBlob$0(receiver); }, @@ -150188,7 +150001,7 @@ call$0() { return A.futureToPromise(new A.AppBootstrap_prepareEngineInitializer__closure0(this.$this).call$0(), type$.JavaScriptObject); }, - $signature: 412 + $signature: 380 }; A.AppBootstrap_prepareEngineInitializer__closure0.prototype = { call$0() { @@ -150217,7 +150030,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 717 + $signature: 778 }; A.AppBootstrap_prepareEngineInitializer_closure0.prototype = { call$1(configuration) { @@ -150231,7 +150044,7 @@ $defaultValues() { return [null]; }, - $signature: 715 + $signature: 906 }; A.AppBootstrap_prepareEngineInitializer__closure.prototype = { call$0() { @@ -150261,7 +150074,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 717 + $signature: 778 }; A.AppBootstrap__prepareAppRunner_closure.prototype = { call$1(params) { @@ -150275,7 +150088,7 @@ $defaultValues() { return [null]; }, - $signature: 715 + $signature: 906 }; A.AppBootstrap__prepareAppRunner__closure.prototype = { call$2(resolve, _) { @@ -150303,7 +150116,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 1328 + $signature: 2459 }; A.BrowserEngine.prototype = { _enumToString$0() { @@ -150933,7 +150746,7 @@ call$1(filter) { A.SkCanvasExtension_saveLayer(this.$this.skCanvas, this.paint.skiaObject, A.toSkRect(this.bounds), filter, 0); }, - $signature: 26 + $signature: 29 }; A._canvasKitJsUrls_closure.prototype = { call$1(filename) { @@ -150955,14 +150768,14 @@ this.canvasKitScript.remove(); this.canvasKitLoadCompleter.complete$1(0, true); }, - $signature: 26 + $signature: 29 }; A._downloadCanvasKitJs_errorEventHandler.prototype = { call$1(errorEvent) { this.canvasKitScript.remove(); this.canvasKitLoadCompleter.complete$1(0, false); }, - $signature: 26 + $signature: 29 }; A.CanvasKitCanvas.prototype = { save$0(_) { @@ -151697,26 +151510,26 @@ t1.toString; return t1; }, - $signature: 1410 + $signature: 3047 }; A.HtmlViewEmbedder__compositeWithParams_closure.prototype = { call$0() { var t1 = A.createPlatformViewSlot(this.viewId); return new A.ViewClipChain(t1, t1); }, - $signature: 2213 + $signature: 2692 }; A.HtmlViewEmbedder__applyMutators_closure.prototype = { call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 602 + $signature: 542 }; A.HtmlViewEmbedder__applyMutators_closure0.prototype = { call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 602 + $signature: 542 }; A.HtmlViewEmbedder_submitFrame_closure.prototype = { call$1(view) { @@ -151728,7 +151541,7 @@ call$1(group) { return B.JSArray_methods.get$last(group.__engine$_group); }, - $signature: 2995 + $signature: 2424 }; A.HtmlViewEmbedder__updateOverlays_closure0.prototype = { call$1(view) { @@ -151830,7 +151643,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: 615 + $signature: 750 }; A.diffViewList_lookBackwards.prototype = { call$1(index) { @@ -151850,7 +151663,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: 615 + $signature: 750 }; A.SkiaFontCollection.prototype = { get$fontFallbackManager() { @@ -152258,13 +152071,13 @@ call$0() { return A._setArrayType([], type$.JSArray_JavaScriptObject); }, - $signature: 632 + $signature: 802 }; A.SkiaFontCollection__registerWithFontProvider_closure0.prototype = { call$0() { return A._setArrayType([], type$.JSArray_JavaScriptObject); }, - $signature: 632 + $signature: 802 }; A.SkiaFontCollection_loadAssetFonts_closure.prototype = { call$0() { @@ -152276,7 +152089,7 @@ call$0() { return this._0_0._1; }, - $signature: 1077 + $signature: 924 }; A.SkiaFontCollection_registerDownloadedFonts_makeRegisterFont.prototype = { call$3(buffer, url, family) { @@ -152290,7 +152103,7 @@ return null; } }, - $signature: 1168 + $signature: 2568 }; A.RegisteredFont.prototype = {}; A.UnregisteredFont.prototype = {}; @@ -152385,7 +152198,7 @@ _this.result.set(chunk, t1.position); t1.position = t1.position + B.JSNumber_methods.toInt$0(chunk.length); }, - $signature: 26 + $signature: 29 }; A.CkImage.prototype = { _init$0() { @@ -152578,7 +152391,7 @@ animatedImage.decodeNextFrame(); return A.Future_Future$value(new A.AnimatedImageFrameInfo(t1, t2), type$.FrameInfo); }, - $isCodec0: 1 + $isCodec: 1 }; A.CkBrowserImageDecoder.prototype = {}; A.Layer.prototype = { @@ -153064,7 +152877,7 @@ if (uniq._nativeObject != null) uniq.dispose$0(); }, - $signature: 1214 + $signature: 2901 }; A.NativeMemoryFinalizationRegistry.prototype = {}; A.UniqueRef.prototype = { @@ -154067,7 +153880,7 @@ this.$this._surface.surface.flush(); return true; }, - $signature: 1709 + $signature: 3367 }; A.CkSurface.prototype = { dispose$0() { @@ -154244,7 +154057,7 @@ } return $.__canvasKit._readField$0().TextStyle(properties); }, - $signature: 412 + $signature: 380 }; A.CkStrutStyle.prototype = { $eq(_, other) { @@ -154658,7 +154471,7 @@ t1.call$1(B.C_JSONMessageCodec.encodeMessage$1(["copy_fail", "Clipboard.setData failed", null])); } }, - $signature: 8 + $signature: 7 }; A.ClipboardMessageHandler_getDataMethodCall_closure.prototype = { call$1(data) { @@ -154681,7 +154494,7 @@ t1.toString; t1.call$1(B.C_JSONMessageCodec.encodeMessage$1(["paste_fail", "Clipboard.getData failed", null])); }, - $signature: 8 + $signature: 7 }; A.ClipboardMessageHandler_getDataMethodCall__closure.prototype = { call$1(_) { @@ -154689,7 +154502,7 @@ if (t1 != null) t1.call$1(null); }, - $signature: 104 + $signature: 103 }; A.ClipboardAPICopyStrategy.prototype = { setData$1(_, text) { @@ -154872,7 +154685,7 @@ any.toString; return A._asString(any); }, - $signature: 594 + $signature: 598 }; A.HttpFetchResponseImpl.prototype = { get$status(_) { @@ -154989,7 +154802,7 @@ call$2(entries, observer) { this.fn.call$2(J.cast$1$0$ax(entries, type$.JavaScriptObject), observer); }, - $signature: 1069 + $signature: 1483 }; A._ttPolicy_closure.prototype = { call$1(url) { @@ -155135,13 +154948,13 @@ call$1(_) { this.completer.complete$1(0, true); }, - $signature: 8 + $signature: 7 }; A.FlutterViewEmbedder_setPreferredOrientation_closure0.prototype = { call$1(error) { this.completer.complete$1(0, false); }, - $signature: 8 + $signature: 7 }; A.EngineCanvas.prototype = { dispose$0() { @@ -155200,12 +155013,12 @@ $._fontChangeScheduled = false; $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/system", $.$get$_fontChangeMessage(), new A.sendFontChangeMessage__closure()); }, - $signature: 888 + $signature: 800 }; A.sendFontChangeMessage__closure.prototype = { call$1(_) { }, - $signature: 159 + $signature: 146 }; A.FontFallbackManager.prototype = { ensureFontsSupportText$2(text, fontFamilies) { @@ -155327,43 +155140,43 @@ call$1(font) { return font.name === "Noto Sans SC"; }, - $signature: 226 + $signature: 207 }; A.FontFallbackManager$__closure0.prototype = { call$1(font) { return font.name === "Noto Sans TC"; }, - $signature: 226 + $signature: 207 }; A.FontFallbackManager$__closure1.prototype = { call$1(font) { return font.name === "Noto Sans HK"; }, - $signature: 226 + $signature: 207 }; A.FontFallbackManager$__closure2.prototype = { call$1(font) { return font.name === "Noto Sans JP"; }, - $signature: 226 + $signature: 207 }; A.FontFallbackManager$__closure3.prototype = { call$1(font) { return font.name === "Noto Sans KR"; }, - $signature: 226 + $signature: 207 }; A.FontFallbackManager$__closure4.prototype = { call$1(font) { return font.name === "Noto Sans Symbols"; }, - $signature: 226 + $signature: 207 }; A.FontFallbackManager_createNotoFontTree_closure.prototype = { call$0() { return A._setArrayType([], type$.JSArray_CodePointRange); }, - $signature: 1211 + $signature: 1210 }; A.FontFallbackManager_addMissingCodePoints_closure.prototype = { call$0() { @@ -155399,7 +155212,7 @@ var t1 = this.$this; return font === t1._notoSansSC || font === t1._notoSansTC || font === t1._notoSansHK || font === t1._notoSansJP || font === t1._notoSansKR; }, - $signature: 226 + $signature: 207 }; A.FontFallbackManager_findMinimumFontsForCodePoints_closure0.prototype = { call$1(codePoint) { @@ -155563,13 +155376,13 @@ throw A.wrapException(A.AssertionError$(string$.There_w)); this._box_0.fontManifestJson = B.JSArray_methods.get$first(accumulated); }, - $signature: 1255 + $signature: 1107 }; A.fetchFontManifest_closure0.prototype = { call$1(chunk) { return this.inputSink.add$1(0, chunk); }, - $signature: 1281 + $signature: 1155 }; A.fetchFontManifest_closure1.prototype = { call$1(fontFamilyJson) { @@ -155580,7 +155393,7 @@ t1 = J.map$1$1$ax(type$.List_dynamic._as(t1.$index(fontFamilyJson, "fonts")), new A.fetchFontManifest__closure(), type$.FontAsset); return new A.FontFamily(familyName, A.List_List$of(t1, true, A._instanceType(t1)._eval$1("ListIterable.E"))); }, - $signature: 1297 + $signature: 1165 }; A.fetchFontManifest__closure.prototype = { call$1(fontAssetJson) { @@ -155602,7 +155415,7 @@ throw A.wrapException(A.AssertionError$("Invalid Font manifest, missing 'asset' key on font.")); return new A.FontAsset(asset, descriptors); }, - $signature: 1339 + $signature: 1290 }; A.FontLoadError.prototype = {}; A.FontNotFoundError.prototype = { @@ -160725,19 +160538,19 @@ callback.call$1(new A.HtmlCodec(this.uri.toString$0(0), this.chunkCallback)); return null; }, - $signature: 1355 + $signature: 1338 }; A.HtmlRenderer_decodeImageFromPixels_executeCallback.prototype = { call$1(codec) { codec.getNextFrame$0().then$1$1(0, new A.HtmlRenderer_decodeImageFromPixels_executeCallback_closure(this.callback), type$.Null); }, - $signature: 590 + $signature: 469 }; A.HtmlRenderer_decodeImageFromPixels_executeCallback_closure.prototype = { call$1(frameInfo) { this.callback.call$1(frameInfo.get$image(frameInfo)); }, - $signature: 1481 + $signature: 1345 }; A.SurfaceScene.prototype = { dispose$0() { @@ -160908,7 +160721,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: 1488 + $signature: 1357 }; A.NormalizedGradient.prototype = { setupUniforms$2(gl, glProgram) { @@ -160952,7 +160765,7 @@ call$1(c) { return (c.get$value(c) >>> 24 & 255) < 1; }, - $signature: 1550 + $signature: 1443 }; A.SharedCanvas.prototype = {}; A.EngineGradient.prototype = { @@ -161215,7 +161028,7 @@ return image; } }, - $signature: 1591 + $signature: 1444 }; A.EngineImageFilter.prototype = { get$filterAttribute() { @@ -161342,7 +161155,7 @@ bSize = t1._dy * t1._dx; return J.compareTo$1$ns(bSize, aSize); }, - $signature: 1629 + $signature: 1543 }; A.PersistedSurfaceState.prototype = { _enumToString$0() { @@ -161689,7 +161502,7 @@ call$2(m1, m2) { return B.JSNumber_methods.compareTo$1(m1.matchQuality, m2.matchQuality); }, - $signature: 1634 + $signature: 1785 }; A._PersistedSurfaceMatch.prototype = { toString$0(_) { @@ -161810,7 +161623,7 @@ }, dispose$0() { }, - $isCodec0: 1 + $isCodec: 1 }; A.HtmlCodec_getNextFrame_closure.prototype = { call$1(_) { @@ -161835,13 +161648,13 @@ } this.completer.complete$1(0, new A.SingleFrameInfo(A.HtmlImage$(t1, naturalWidth, naturalHeight))); }, - $signature: 8 + $signature: 7 }; A.HtmlCodec_getNextFrame_closure0.prototype = { call$1(e) { this.$this._decodeUsingOnLoad$1(this.completer); }, - $signature: 8 + $signature: 7 }; A.HtmlCodec__decodeUsingOnLoad_closure.prototype = { call$1($event) { @@ -161852,7 +161665,7 @@ A.DomEventTargetExtension_removeEventListener(_this.imgElement, "error", _this.errorListener._readLocal$0(), null); _this.completer.completeError$1($event); }, - $signature: 26 + $signature: 29 }; A.HtmlCodec__decodeUsingOnLoad_closure0.prototype = { call$1($event) { @@ -161865,7 +161678,7 @@ A.DomEventTargetExtension_removeEventListener(t1, "error", _this.errorListener._readLocal$0(), null); _this.completer.complete$1(0, new A.SingleFrameInfo(A.HtmlImage$(t1, B.JSNumber_methods.toInt$0(t1.naturalWidth), B.JSNumber_methods.toInt$0(t1.naturalHeight)))); }, - $signature: 26 + $signature: 29 }; A.HtmlBlobCodec.prototype = { dispose$0() { @@ -162074,13 +161887,13 @@ }); return A._asyncStartSync($async$getNextFrame$0, $async$completer); }, - $isCodec0: 1 + $isCodec: 1 }; A.BrowserImageDecoder__cacheExpirationClock_closure.prototype = { call$0() { return new A.DateTime(Date.now(), false); }, - $signature: 433 + $signature: 420 }; A.BrowserImageDecoder__getOrCreateWebDecoder_closure.prototype = { call$0() { @@ -162114,7 +161927,7 @@ $._hotRestartListeners[_i].call$0(); return A.Future_Future$value(A.ServiceExtensionResponse$result("OK"), type$.ServiceExtensionResponse); }, - $signature: 783 + $signature: 628 }; A.initializeEngineServices_closure0.prototype = { call$0() { @@ -162143,7 +161956,7 @@ if (t2 != null) A.invoke(t2, t1._onDrawFrameZone); }, - $signature: 888 + $signature: 800 }; A.initializeEngineServices_initializeRendererCallback.prototype = { call$0() { @@ -162267,7 +162080,7 @@ call$2(resolver, rejecter) { this.future.then$1$2$onError(0, new A.futureToPromise__closure(resolver, this.T), new A.futureToPromise__closure0(rejecter), type$.void); }, - $signature: 2097 + $signature: 2493 }; A.futureToPromise__closure.prototype = { call$1(value) { @@ -162293,49 +162106,49 @@ call$1($event) { return $event._event.altKey; }, - $signature: 204 + $signature: 189 }; A._kLogicalKeyToModifierGetter_closure0.prototype = { call$1($event) { return $event._event.altKey; }, - $signature: 204 + $signature: 189 }; A._kLogicalKeyToModifierGetter_closure1.prototype = { call$1($event) { return $event._event.ctrlKey; }, - $signature: 204 + $signature: 189 }; A._kLogicalKeyToModifierGetter_closure2.prototype = { call$1($event) { return $event._event.ctrlKey; }, - $signature: 204 + $signature: 189 }; A._kLogicalKeyToModifierGetter_closure3.prototype = { call$1($event) { return $event._event.shiftKey; }, - $signature: 204 + $signature: 189 }; A._kLogicalKeyToModifierGetter_closure4.prototype = { call$1($event) { return $event._event.shiftKey; }, - $signature: 204 + $signature: 189 }; A._kLogicalKeyToModifierGetter_closure5.prototype = { call$1($event) { return $event._event.metaKey; }, - $signature: 204 + $signature: 189 }; A._kLogicalKeyToModifierGetter_closure6.prototype = { call$1($event) { return $event._event.metaKey; }, - $signature: 204 + $signature: 189 }; A._cached_closure.prototype = { call$0() { @@ -162384,13 +162197,13 @@ call$1(domEvent) { this.$this.get$_converter().handleEvent$1(new A.FlutterHtmlKeyboardEvent(domEvent)); }, - $signature: 26 + $signature: 29 }; A.KeyboardBinding$__closure0.prototype = { call$1($event) { this.$this.get$_converter().handleEvent$1(new A.FlutterHtmlKeyboardEvent($event)); }, - $signature: 26 + $signature: 29 }; A.KeyboardBinding__addEventListener_loggedHandler.prototype = { call$1($event) { @@ -162398,7 +162211,7 @@ if ((t1 == null ? $.EngineSemanticsOwner__instance = A.EngineSemanticsOwner$_() : t1).receiveGlobalEvent$1($event)) this.handler.call$1($event); }, - $signature: 26 + $signature: 29 }; A.KeyboardBinding__onKeyData_closure.prototype = { call$1(handled) { @@ -162590,7 +162403,7 @@ _this.$this.performDispatchKeyData.call$1(_this.getData.call$0()); } }, - $signature: 104 + $signature: 103 }; A.KeyboardConverter__scheduleAsyncEvent_closure0.prototype = { call$0() { @@ -162602,7 +162415,7 @@ call$0() { return new A.KeyData(new A.Duration(this.currentTimeStamp._duration + 2000000), B.KeyEventType_1, this.physicalKey, this.logicalKey, null, true); }, - $signature: 706 + $signature: 727 }; A.KeyboardConverter__startGuardingKey_closure0.prototype = { call$0() { @@ -162644,13 +162457,13 @@ } return B.JSString_methods.get$hashCode(t1) + 98784247808; }, - $signature: 166 + $signature: 182 }; A.KeyboardConverter__handleEvent_closure0.prototype = { call$0() { return new A.KeyData(this.timeStamp, B.KeyEventType_1, this.physicalKey, this.logicalKey.call$0(), null, true); }, - $signature: 706 + $signature: 727 }; A.KeyboardConverter__handleEvent_closure1.prototype = { call$0() { @@ -162668,7 +162481,7 @@ if (t2.containsValue$1(0, testeeLogicalKey) && !getModifier.call$1(_this.event)) t2.removeWhere$1(t2, new A.KeyboardConverter__handleEvent__closure(t1, testeeLogicalKey, _this.timeStamp)); }, - $signature: 3081 + $signature: 3115 }; A.KeyboardConverter__handleEvent__closure.prototype = { call$2(physicalKey, logicalRecord) { @@ -162678,14 +162491,14 @@ this.$this._dispatchKeyData.call$1(new A.KeyData(this.timeStamp, B.KeyEventType_1, physicalKey, t1, null, true)); return true; }, - $signature: 3118 + $signature: 3120 }; A.KeyboardConverter_handleEvent_closure.prototype = { call$1(data) { this._box_0.sentAnyEvents = true; return this.$this.performDispatchKeyData.call$1(data); }, - $signature: 587 + $signature: 439 }; A.MouseCursor.prototype = {}; A.BrowserHistory.prototype = { @@ -162860,7 +162673,7 @@ A.MultiEntriesBrowserHistory_onPopState_closure.prototype = { call$1(_) { }, - $signature: 159 + $signature: 146 }; A.SingleEntryBrowserHistory.prototype = { SingleEntryBrowserHistory$1$urlStrategy(urlStrategy) { @@ -162957,12 +162770,12 @@ A.SingleEntryBrowserHistory_onPopState_closure.prototype = { call$1(_) { }, - $signature: 159 + $signature: 146 }; A.SingleEntryBrowserHistory_onPopState_closure0.prototype = { call$1(_) { }, - $signature: 159 + $signature: 146 }; A.NotoFont.prototype = { get$_ranges() { @@ -163403,13 +163216,13 @@ call$1(data) { this.registrationZone.runUnaryGuarded$2(this.callback, data); }, - $signature: 159 + $signature: 146 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure.prototype = { call$1(_) { this.$this.replyToPlatformMessage$2(this.callback, B.C_JSONMessageCodec.encodeMessage$1([true])); }, - $signature: 104 + $signature: 103 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure0.prototype = { call$1(success) { @@ -163423,7 +163236,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1.append($content); }, - $signature: 26 + $signature: 29 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure2.prototype = { call$1(handled) { @@ -163441,7 +163254,7 @@ t1.configuration = t1.configuration.copyWith$1$locales(A.EnginePlatformDispatcher_parseBrowserLanguages()); A.invoke(t1._onLocaleChanged, t1._onLocaleChangedZone); }, - $signature: 26 + $signature: 29 }; A.EnginePlatformDispatcher__addFontSizeObserver_closure.prototype = { call$2(mutations, _) { @@ -163470,7 +163283,7 @@ } } }, - $signature: 3514 + $signature: 3124 }; A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure.prototype = { call$1($event) { @@ -163479,7 +163292,7 @@ t1 = t1 ? B.Brightness_0 : B.Brightness_1; this.$this._updatePlatformBrightness$1(t1); }, - $signature: 26 + $signature: 29 }; A.EnginePlatformDispatcher_replyToPlatformMessage_closure.prototype = { call$1(_) { @@ -163487,7 +163300,7 @@ if (t1 != null) t1.call$1(this.data); }, - $signature: 104 + $signature: 103 }; A.invoke2_closure.prototype = { call$0() { @@ -163602,7 +163415,7 @@ wrapper.append($content); return wrapper; }, - $signature: 412 + $signature: 380 }; A.PlatformViewMessageHandler.prototype = { _createPlatformView$2(methodCall, callback) { @@ -163647,7 +163460,7 @@ A.SafariPointerEventWorkaround_workAroundMissingPointerEvents_closure.prototype = { call$1($event) { }, - $signature: 26 + $signature: 29 }; A.PointerBinding.prototype = { dispose$0() { @@ -163720,7 +163533,7 @@ if ((t1 == null ? $.EngineSemanticsOwner__instance = A.EngineSemanticsOwner$_() : t1).receiveGlobalEvent$1($event)) this.handler.call$1($event); }, - $signature: 26 + $signature: 29 }; A._WheelEventListenerMixin.prototype = { _isAcceleratedMouseWheelDelta$2(delta, wheelDelta) { @@ -164070,7 +163883,7 @@ call$0() { return new A._ButtonSanitizer(); }, - $signature: 3370 + $signature: 3292 }; A._PointerAdapter__addPointerEventListener_closure.prototype = { call$1($event) { @@ -164086,7 +163899,7 @@ } this.handler.call$1($event); }, - $signature: 26 + $signature: 29 }; A._PointerAdapter_setup_closure.prototype = { call$1($event) { @@ -164106,7 +163919,7 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, sanitizer.sanitizeDownEvent$2$button$buttons(t2, B.JSNumber_methods.toInt$0(t3)), $event); t1.__engine$_callback.call$1(pointerData); }, - $signature: 125 + $signature: 121 }; A._PointerAdapter_setup_closure0.prototype = { call$1($event) { @@ -164131,7 +163944,7 @@ } t1.__engine$_callback.call$1(pointerData); }, - $signature: 125 + $signature: 121 }; A._PointerAdapter_setup_closure1.prototype = { call$1($event) { @@ -164147,7 +163960,7 @@ t1.__engine$_callback.call$1(pointerData); } }, - $signature: 125 + $signature: 121 }; A._PointerAdapter_setup_closure2.prototype = { call$1($event) { @@ -164168,7 +163981,7 @@ } } }, - $signature: 125 + $signature: 121 }; A._PointerAdapter_setup_closure3.prototype = { call$1($event) { @@ -164186,13 +163999,13 @@ t1.__engine$_callback.call$1(pointerData); } }, - $signature: 125 + $signature: 121 }; A._PointerAdapter_setup_closure4.prototype = { call$1($event) { this.$this._handleWheelEvent$1($event); }, - $signature: 26 + $signature: 29 }; A._TouchAdapter.prototype = { _addTouchEventListener$3(target, eventName, handler) { @@ -164241,7 +164054,7 @@ this.$this._keyboardConverter.synthesizeModifiersIfNeeded$5(t1, t2, t3, t4, t5); this.handler.call$1($event); }, - $signature: 26 + $signature: 29 }; A._TouchAdapter_setup_closure.prototype = { call$1($event) { @@ -164268,7 +164081,7 @@ } t3.__engine$_callback.call$1(pointerData); }, - $signature: 125 + $signature: 121 }; A._TouchAdapter_setup_closure0.prototype = { call$1($event) { @@ -164289,7 +164102,7 @@ } t3.__engine$_callback.call$1(pointerData); }, - $signature: 125 + $signature: 121 }; A._TouchAdapter_setup_closure1.prototype = { call$1($event) { @@ -164317,7 +164130,7 @@ } t3.__engine$_callback.call$1(pointerData); }, - $signature: 125 + $signature: 121 }; A._TouchAdapter_setup_closure2.prototype = { call$1($event) { @@ -164344,7 +164157,7 @@ } t3.__engine$_callback.call$1(pointerData); }, - $signature: 125 + $signature: 121 }; A._MouseAdapter.prototype = { _addMouseEventListener$4$useCapture(target, eventName, handler, useCapture) { @@ -164395,7 +164208,7 @@ this.$this._keyboardConverter.synthesizeModifiersIfNeeded$5(t1, t2, t3, t4, t5); this.handler.call$1($event); }, - $signature: 26 + $signature: 29 }; A._MouseAdapter_setup_closure.prototype = { call$1($event) { @@ -164414,7 +164227,7 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, t2.sanitizeDownEvent$2$button$buttons(t3, B.JSNumber_methods.toInt$0(t4)), $event); t1.__engine$_callback.call$1(pointerData); }, - $signature: 125 + $signature: 121 }; A._MouseAdapter_setup_closure0.prototype = { call$1($event) { @@ -164432,7 +164245,7 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, t2.sanitizeMoveEvent$1$buttons(B.JSNumber_methods.toInt$0(t3)), $event); t1.__engine$_callback.call$1(pointerData); }, - $signature: 125 + $signature: 121 }; A._MouseAdapter_setup_closure1.prototype = { call$1($event) { @@ -164447,7 +164260,7 @@ t1.__engine$_callback.call$1(pointerData); } }, - $signature: 125 + $signature: 121 }; A._MouseAdapter_setup_closure2.prototype = { call$1($event) { @@ -164462,13 +164275,13 @@ t1.__engine$_callback.call$1(pointerData); } }, - $signature: 125 + $signature: 121 }; A._MouseAdapter_setup_closure3.prototype = { call$1($event) { this.$this._handleWheelEvent$1($event); }, - $signature: 26 + $signature: 29 }; A._PointerState.prototype = {}; A.PointerDataConverter.prototype = { @@ -164607,7 +164420,7 @@ call$0() { return new A._PointerState(this.x, this.y); }, - $signature: 2593 + $signature: 3368 }; A.Profiler.prototype = {}; A.RawKeyboard.prototype = { @@ -164695,13 +164508,13 @@ call$1($event) { this.$this._handleHtmlEvent$1($event); }, - $signature: 26 + $signature: 29 }; A.RawKeyboard$__closure0.prototype = { call$1($event) { this.$this._handleHtmlEvent$1($event); }, - $signature: 26 + $signature: 29 }; A.RawKeyboard$__closure1.prototype = { call$0() { @@ -164727,7 +164540,7 @@ if (A._asBool(J.$index$asx(type$.Map_String_dynamic._as(B.C_JSONMessageCodec.decodeMessage$1(data)), "handled"))) this.event._event.preventDefault(); }, - $signature: 159 + $signature: 146 }; A.GlProgram.prototype = {}; A.GlContext.prototype = { @@ -165049,13 +164862,13 @@ call$1(_) { return this.$this._setFocusFromDom$1(true); }, - $signature: 26 + $signature: 29 }; A.AccessibilityFocusManager_manage_closure0.prototype = { call$1(_) { return this.$this._setFocusFromDom$1(false); }, - $signature: 26 + $signature: 29 }; A.AccessibilityFocusManager_changeFocus_closure.prototype = { call$0() { @@ -165264,13 +165077,13 @@ $.$get$EnginePlatformDispatcher__instance().invokeOnSemanticsAction$3(this.semanticsObject.id, B.SemanticsAction_128_decrease, null); } }, - $signature: 26 + $signature: 29 }; A.Incrementable_closure0.prototype = { call$1(mode) { this.$this.update$0(0); }, - $signature: 625 + $signature: 655 }; A.LabelAndValue.prototype = { update$0(_) { @@ -165484,13 +165297,13 @@ call$1(_) { this.$this._gestureModeDidChange$0(); }, - $signature: 625 + $signature: 655 }; A.Scrollable_update_closure1.prototype = { call$1(_) { this.$this._recomputeScrollPosition$0(); }, - $signature: 26 + $signature: 29 }; A.EngineAccessibilityFeatures.prototype = { toString$0(_) { @@ -165987,7 +165800,7 @@ call$1(child) { child.visitDepthFirst$1(this.callback); }, - $signature: 629 + $signature: 622 }; A.AccessibilityMode.prototype = { _enumToString$0() { @@ -166318,13 +166131,13 @@ if (this.$this._attachments.$index(0, node.id) == null) this.removals.push(node); }, - $signature: 629 + $signature: 622 }; A.EngineSemanticsOwner__now_closure.prototype = { call$0() { return new A.DateTime(Date.now(), false); }, - $signature: 433 + $signature: 420 }; A.EngineSemanticsOwner__getGestureModeClock_closure.prototype = { call$0() { @@ -166413,7 +166226,7 @@ call$1($event) { this.$this.tryEnableSemantics$1($event); }, - $signature: 26 + $signature: 29 }; A.MobileSemanticsEnabler.prototype = { get$isWaitingToEnableSemantics() { @@ -166512,7 +166325,7 @@ call$1($event) { this.$this.tryEnableSemantics$1($event); }, - $signature: 26 + $signature: 29 }; A.Button.prototype = { update$0(_) { @@ -166566,7 +166379,7 @@ return; $.$get$EnginePlatformDispatcher__instance().invokeOnSemanticsAction$3(t1.id, B.SemanticsAction_1_tap, null); }, - $signature: 26 + $signature: 29 }; A.SemanticsTextEditingStrategy.prototype = { enable$3$onAction$onChange(_, inputConfig, onAction, onChange) { @@ -166827,7 +166640,7 @@ return; $.$get$EnginePlatformDispatcher__instance().invokeOnSemanticsAction$3(t1.id, B.SemanticsAction_1_tap, null); }, - $signature: 26 + $signature: 29 }; A.TextField__initializeForWebkit_closure.prototype = { call$1($event) { @@ -166835,7 +166648,7 @@ t1.lastPointerDownOffsetX = $event.clientX; t1.lastPointerDownOffsetY = $event.clientY; }, - $signature: 26 + $signature: 29 }; A.TextField__initializeForWebkit_closure0.prototype = { call$1($event) { @@ -166856,7 +166669,7 @@ } t1.lastPointerDownOffsetY = t1.lastPointerDownOffsetX = null; }, - $signature: 26 + $signature: 29 }; A.TextField__invokeIosWorkaround_closure.prototype = { call$0() { @@ -166884,7 +166697,7 @@ t2.focus(); t1.editableElement = null; }, - $signature: 26 + $signature: 29 }; A.TextField_update_closure.prototype = { call$0() { @@ -167319,7 +167132,7 @@ t1.writeValue$2(0, t2, key); t1.writeValue$2(0, t2, value); }, - $signature: 197 + $signature: 191 }; A.StandardMethodCodec.prototype = { decodeMethodCall$1(methodCall) { @@ -167680,7 +167493,7 @@ call$1(line) { return line.lineMetrics; }, - $signature: 1632 + $signature: 3510 }; A.ParagraphSpan.prototype = { get$style(receiver) { @@ -168283,7 +168096,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 1486 + $signature: 3392 }; A.HtmlFontCollection_loadAssetFonts_closure0.prototype = { call$0() { @@ -168295,7 +168108,7 @@ call$0() { return type$.Record_2_String_and_nullable_FontLoadError._as(this._0_0)._1; }, - $signature: 1480 + $signature: 3332 }; A.TextFragmenter.prototype = {}; A.TextFragment.prototype = {}; @@ -169415,7 +169228,7 @@ t1.trailingSpaces = t1.trailingNewlines = 0; t1.prev1 = t1.prev2 = null; }, - $signature: 1358 + $signature: 3244 }; A.RulerHost.prototype = { dispose$0() { @@ -170077,7 +169890,7 @@ call$1(e) { e.preventDefault(); }, - $signature: 26 + $signature: 29 }; A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey.prototype = { call$1(key) { @@ -170102,7 +169915,7 @@ $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/textinput", B.C_JSONMethodCodec.encodeMethodCall$1(new A.MethodCall(string$.TextInT, [0, A.LinkedHashMap_LinkedHashMap$_literal([t1.uniqueIdentifier, newEditingState.toFlutter$0()], type$.nullable_String, type$.dynamic)])), A._engine___emptyCallback$closure()); } }, - $signature: 26 + $signature: 29 }; A.AutofillInfo.prototype = { applyToDomElement$2$focusedElement(domElement, focusedElement) { @@ -170571,25 +170384,25 @@ call$1(_) { this.$this.domElement.focus(); }, - $signature: 26 + $signature: 29 }; A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure.prototype = { call$1(_) { _.preventDefault(); }, - $signature: 26 + $signature: 29 }; A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0.prototype = { call$1(_) { _.preventDefault(); }, - $signature: 26 + $signature: 29 }; A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1.prototype = { call$1(_) { _.preventDefault(); }, - $signature: 26 + $signature: 29 }; A.IOSTextEditingStrategy.prototype = { initializeTextEditing$3$onAction$onChange(inputConfig, onAction, onChange) { @@ -170683,7 +170496,7 @@ call$1(_) { this.$this._schedulePlacement$0(); }, - $signature: 26 + $signature: 29 }; A.IOSTextEditingStrategy_addEventHandlers_closure0.prototype = { call$1(_) { @@ -170695,7 +170508,7 @@ else t2.owner.sendTextConnectionClosedToFrameworkIfAny$0(); }, - $signature: 26 + $signature: 29 }; A.IOSTextEditingStrategy__addTapListener_closure.prototype = { call$1(_) { @@ -170705,7 +170518,7 @@ t1._schedulePlacement$0(); } }, - $signature: 26 + $signature: 29 }; A.IOSTextEditingStrategy__schedulePlacement_closure.prototype = { call$0() { @@ -170783,7 +170596,7 @@ else t1.owner.sendTextConnectionClosedToFrameworkIfAny$0(); }, - $signature: 26 + $signature: 29 }; A.FirefoxTextEditingStrategy.prototype = { initializeTextEditing$3$onAction$onChange(inputConfig, onAction, onChange) { @@ -170850,13 +170663,13 @@ call$1($event) { this.$this.handleChange$1($event); }, - $signature: 26 + $signature: 29 }; A.FirefoxTextEditingStrategy_addEventHandlers_closure0.prototype = { call$1(_) { this.$this._postponeFocus$0(); }, - $signature: 26 + $signature: 29 }; A.FirefoxTextEditingStrategy__postponeFocus_closure.prototype = { call$0() { @@ -170947,7 +170760,7 @@ t1 = A.CastIterable_CastIterable(new A._DomListWrapper(form.getElementsByClassName("submitBtn"), t1), t1._eval$1("Iterable.E"), type$.JavaScriptObject); A._instanceType(t1)._rest[1]._as(J.get$first$ax(t1._source)).click(); }, - $signature: 932 + $signature: 3104 }; A.TextEditingChannel.prototype = { handleTextInput$2(data, callback) { @@ -171098,7 +170911,7 @@ $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3(_s17_, B.C_JSONMethodCodec.encodeMethodCall$1(new A.MethodCall("TextInputClient.updateEditingState", [t1, editingState.toFlutter$0()])), A._engine___emptyCallback$closure()); } }, - $signature: 939 + $signature: 3078 }; A.HybridTextEditing__startEditing_closure.prototype = { call$1(inputAction) { @@ -171107,7 +170920,7 @@ t1 = t1._clientId; $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/textinput", B.C_JSONMethodCodec.encodeMethodCall$1(new A.MethodCall("TextInputClient.performAction", [t1, inputAction])), A._engine___emptyCallback$closure()); }, - $signature: 96 + $signature: 94 }; A.EditableTextStyle.prototype = { applyToDomElement$1(domElement) { @@ -171130,7 +170943,7 @@ call$1(e) { return A._asNum(e); }, - $signature: 1073 + $signature: 3044 }; A.futurize_closure.prototype = { call$1(t) { @@ -171156,7 +170969,7 @@ call$1(byte) { return "0x" + B.JSString_methods.padLeft$2(B.JSInt_methods.toRadixString$1(byte, 16), 2, "0"); }, - $signature: 430 + $signature: 356 }; A.LruCache.prototype = { get$length(_) { @@ -171516,13 +171329,13 @@ call$2(entries, _) { entries.map$1$1(entries, new A.CustomElementDimensionsProvider__closure(), type$.Size).forEach$1(0, this.$this.get$_broadcastSize()); }, - $signature: 1111 + $signature: 3021 }; A.CustomElementDimensionsProvider__closure.prototype = { call$1(entry) { return new A.Size(entry.contentRect.width, entry.contentRect.height); }, - $signature: 1151 + $signature: 2999 }; A.DimensionsProvider.prototype = {}; A.FullPageDimensionsProvider.prototype = { @@ -171636,7 +171449,7 @@ t1 = type$.Object._as(t1); this.$this._hostElement.setAttribute(entry.key, t1); }, - $signature: 889 + $signature: 728 }; A.EmbeddingStrategy.prototype = { registerElementForCleanup$1(element) { @@ -171660,7 +171473,7 @@ call$1($event) { $event.preventDefault(); }, - $signature: 26 + $signature: 29 }; A.FullPageEmbeddingStrategy.prototype = { initialize$1$hostElementAttributes(_, hostElementAttributes) { @@ -171728,7 +171541,7 @@ t2 = type$.Object._as(t2); t1.setAttribute(entry.key, t2); }, - $signature: 889 + $signature: 728 }; A.EngineFlutterWindow.prototype = { EngineFlutterWindow$2(viewId, platformDispatcher) { @@ -172180,7 +171993,7 @@ } } }, - $signature: 887 + $signature: 653 }; A._HeaderValue__parse_done.prototype = { call$0() { @@ -172388,11 +172201,81 @@ toString$0(receiver) { return String(receiver); }, + $isGoogleAuthInitFailureError: 1, + $isGoogleAuthSignInError: 1, + $isGoogleAuth: 1, + $isGoogleUser: 1, $isAuthenticationResult0: 1, $isJsError: 1, $isPdfJsDoc: 1, $isPdfJsPage: 1, $isSignInResponseI: 1, + get$error(obj) { + return obj.error; + }, + get$details(obj) { + return obj.details; + }, + get$code(obj) { + return obj.code; + }, + isSignedIn$0(receiver) { + return receiver.isSignedIn(); + }, + get$currentUser(obj) { + return obj.currentUser; + }, + then$1$1(receiver, p0) { + return receiver.then(p0); + }, + then$2(receiver, p0, p1) { + return receiver.then(p0, p1); + }, + get$signOut(obj) { + return obj.signOut; + }, + signOut$0(receiver) { + return receiver.signOut(); + }, + get$disconnect(obj) { + return obj.disconnect; + }, + disconnect$0(receiver) { + return receiver.disconnect(); + }, + get$signIn(obj) { + return obj.signIn; + }, + signIn$1(receiver, p0) { + return receiver.signIn(p0); + }, + $get$0(receiver) { + return receiver.get(); + }, + getId$0(receiver) { + return receiver.getId(); + }, + getName$0(receiver) { + return receiver.getName(); + }, + getImageUrl$0(receiver) { + return receiver.getImageUrl(); + }, + getEmail$0(receiver) { + return receiver.getEmail(); + }, + get$access_token(obj) { + return obj.access_token; + }, + get$id_token(obj) { + return obj.id_token; + }, + getBasicProfile$0(receiver) { + return receiver.getBasicProfile(); + }, + getAuthResponse$0(receiver) { + return receiver.getAuthResponse(); + }, get$width(obj) { return obj.width; }, @@ -172456,12 +172339,6 @@ get$user(obj) { return obj.user; }, - get$code(obj) { - return obj.code; - }, - get$id_token(obj) { - return obj.id_token; - }, get$email(obj) { return obj.email; }, @@ -175096,7 +174973,7 @@ call$0() { return B.JSNumber_methods.floor$0(1000 * this.performance.now()); }, - $signature: 166 + $signature: 182 }; A.Primitives_functionNoSuchMethod_closure.prototype = { call$2($name, argument) { @@ -175106,7 +174983,7 @@ this.$arguments.push(argument); ++t1.argumentCount; }, - $signature: 151 + $signature: 152 }; A.TypeErrorDecoder.prototype = { matchTypeError$1(message) { @@ -175586,7 +175463,7 @@ call$2(o, tag) { return this.getUnknownTag(o, tag); }, - $signature: 1220 + $signature: 2210 }; A.initHooks_closure1.prototype = { call$1(tag) { @@ -175779,16 +175656,6 @@ $index(_, index) { return this._match[index]; }, - namedGroup$1($name) { - var result, - groups = this._match.groups; - if (groups != null) { - result = groups[$name]; - if (result != null || $name in groups) - return result; - } - throw A.wrapException(A.ArgumentError$value($name, "name", "Not a capture group name")); - }, $isMatch: 1, $isRegExpMatch: 1 }; @@ -176318,7 +176185,7 @@ call$1(beforeEntry) { return new A.MapEntry(J.codeUnitAt$1$s(beforeEntry.value, 0), beforeEntry.key, type$.MapEntry_int_String); }, - $signature: 1253 + $signature: 1477 }; A.LocaleKeymap.prototype = { getLogicalKey$3(eventCode, eventKey, eventKeyCode) { @@ -176356,7 +176223,7 @@ t1.storedCallback = null; f.call$0(); }, - $signature: 8 + $signature: 7 }; A._AsyncRun__initializeScheduleImmediate_closure.prototype = { call$1(callback) { @@ -176366,7 +176233,7 @@ t2 = this.span; t1.firstChild ? t1.removeChild(t2) : t1.appendChild(t2); }, - $signature: 1254 + $signature: 1476 }; A._AsyncRun__scheduleImmediateJsOverride_internalCallback.prototype = { call$0() { @@ -176474,13 +176341,13 @@ call$2(error, stackTrace) { this.bodyFunction.call$2(1, new A.ExceptionAndStackTrace(error, stackTrace)); }, - $signature: 574 + $signature: 444 }; A._wrapJsFunctionForAsync_closure.prototype = { call$2(errorCode, result) { this.$protected(errorCode, result); }, - $signature: 1298 + $signature: 1289 }; A._asyncStarHelper_closure.prototype = { call$0() { @@ -176502,7 +176369,7 @@ var errorCode = this.controller.cancelationFuture != null ? 2 : 0; this.bodyFunction.call$2(errorCode, null); }, - $signature: 8 + $signature: 7 }; A._AsyncStarStreamController.prototype = { _AsyncStarStreamController$1(body, $T) { @@ -176552,7 +176419,7 @@ return t1.cancelationFuture; } }, - $signature: 1338 + $signature: 1286 }; A._AsyncStarStreamController__closure.prototype = { call$0() { @@ -176770,9 +176637,6 @@ stackTrace = A.AsyncError_defaultStackTrace(error); this._sendError$2(error, stackTrace); }, - addError$1(error) { - return this.addError$2(error, null); - }, close$0(_) { var t1, doneFuture, _this = this; if ((_this._state & 4) !== 0) { @@ -176999,7 +176863,7 @@ } else if (t2 === 0 && !_this.eagerError) _this._future._completeError$2(_this.error._readLocal$0(), _this.stackTrace._readLocal$0()); }, - $signature: 131 + $signature: 144 }; A.Future_wait_closure.prototype = { call$1(value) { @@ -177343,13 +177207,13 @@ t1._completeError$2(error, stackTrace); } }, - $signature: 8 + $signature: 7 }; A._Future__chainForeignFuture_closure0.prototype = { call$2(error, stackTrace) { this.$this._completeError$2(error, stackTrace); }, - $signature: 158 + $signature: 163 }; A._Future__chainForeignFuture_closure1.prototype = { call$0() { @@ -177414,7 +177278,7 @@ call$1(_) { return this.originalSource; }, - $signature: 1487 + $signature: 1278 }; A._Future__propagateToListeners_handleValueCallback.prototype = { call$0() { @@ -177483,7 +177347,7 @@ this._future._completeError$2(e, s); } }, - $signature: 158 + $signature: 163 }; A._AsyncCallbackEntry.prototype = {}; A.Stream.prototype = { @@ -177504,16 +177368,6 @@ t1 = t1.controller; return t1.get$stream(t1); }, - handleError$1(onError) { - var callback; - if (type$.void_Function_Object_StackTrace._is(onError)) - callback = onError; - else if (type$.void_Function_Object._is(onError)) - callback = new A.Stream_handleError_closure(onError); - else - throw A.wrapException(A.ArgumentError$value(onError, "onError", "Error handler must accept one Object or one Object and a StackTrace as arguments.")); - return new A._HandleErrorStream(callback, null, this, A._instanceType(this)._eval$1("_HandleErrorStream")); - }, pipe$1(streamConsumer) { return streamConsumer.addStream$1(0, this).then$1$1(0, new A.Stream_pipe_closure(streamConsumer), type$.dynamic); }, @@ -177521,13 +177375,13 @@ var subscription, t1 = {}, result = new A._Future($.Zone__current, $S._eval$1("_Future<0>")); t1.value = initialValue; - subscription = this.listen$4$cancelOnError$onDone$onError(null, true, new A.Stream_fold_closure(t1, result), result.get$_completeError()); + subscription = this.listen$4$cancelOnError$onDone$onError(0, null, true, new A.Stream_fold_closure(t1, result), result.get$_completeError()); subscription.onData$1(new A.Stream_fold_closure0(t1, this, combine, subscription, result, $S)); return result; }, forEach$1(_, action) { var future = new A._Future($.Zone__current, type$._Future_dynamic), - subscription = this.listen$4$cancelOnError$onDone$onError(null, true, new A.Stream_forEach_closure(future), future.get$_completeError()); + subscription = this.listen$4$cancelOnError$onDone$onError(0, null, true, new A.Stream_forEach_closure(future), future.get$_completeError()); subscription.onData$1(new A.Stream_forEach_closure0(this, action, subscription, future)); return future; }, @@ -177535,12 +177389,12 @@ var t1 = {}, future = new A._Future($.Zone__current, type$._Future_int); t1.count = 0; - this.listen$4$cancelOnError$onDone$onError(new A.Stream_length_closure(t1, this), true, new A.Stream_length_closure0(t1, future), future.get$_completeError()); + this.listen$4$cancelOnError$onDone$onError(0, new A.Stream_length_closure(t1, this), true, new A.Stream_length_closure0(t1, future), future.get$_completeError()); return future; }, get$isEmpty(_) { var future = new A._Future($.Zone__current, type$._Future_bool), - subscription = this.listen$4$cancelOnError$onDone$onError(null, true, new A.Stream_isEmpty_closure(future), future.get$_completeError()); + subscription = this.listen$4$cancelOnError$onDone$onError(0, null, true, new A.Stream_isEmpty_closure(future), future.get$_completeError()); subscription.onData$1(new A.Stream_isEmpty_closure0(this, subscription, future)); return future; }, @@ -177548,12 +177402,12 @@ var t1 = A._instanceType(this), result = A._setArrayType([], t1._eval$1("JSArray")), future = new A._Future($.Zone__current, t1._eval$1("_Future>")); - this.listen$4$cancelOnError$onDone$onError(new A.Stream_toList_closure(this, result), true, new A.Stream_toList_closure0(future, result), future.get$_completeError()); + this.listen$4$cancelOnError$onDone$onError(0, new A.Stream_toList_closure(this, result), true, new A.Stream_toList_closure0(future, result), future.get$_completeError()); return future; }, get$first(_) { var future = new A._Future($.Zone__current, A._instanceType(this)._eval$1("_Future")), - subscription = this.listen$4$cancelOnError$onDone$onError(null, true, new A.Stream_first_closure(future), future.get$_completeError()); + subscription = this.listen$4$cancelOnError$onDone$onError(0, null, true, new A.Stream_first_closure(future), future.get$_completeError()); subscription.onData$1(new A.Stream_first_closure0(this, subscription, future)); return future; } @@ -177574,7 +177428,7 @@ t1._addError$2(error, stackTrace); t1._closeUnchecked$0(); }, - $signature: 340 + $signature: 389 }; A.Stream_asyncMap_closure.prototype = { call$0() { @@ -177583,7 +177437,7 @@ t2 = _this._box_0, t3 = t2.controller.get$_addError(), t4 = t2.controller, - subscription = t1.listen$3$onDone$onError(null, t4.get$close(t4), t3); + subscription = t1.listen$3$onDone$onError(0, null, t4.get$close(t4), t3); t3 = _this.E; addError = t2.controller.get$_addError(); resume = subscription.get$resume(subscription); @@ -177626,17 +177480,11 @@ return A._instanceType(this.$this)._eval$1("~(Stream.T)"); } }; - A.Stream_handleError_closure.prototype = { - call$2(error, _) { - this.onError.call$1(error); - }, - $signature: 131 - }; A.Stream_pipe_closure.prototype = { call$1(_) { return this.streamConsumer.close$0(0); }, - $signature: 1489 + $signature: 1248 }; A.Stream_fold_closure.prototype = { call$0() { @@ -177694,7 +177542,7 @@ A.Stream_forEach__closure0.prototype = { call$1(_) { }, - $signature: 104 + $signature: 103 }; A.Stream_length_closure.prototype = { call$1(_) { @@ -177764,11 +177612,11 @@ get$isBroadcast() { return this._stream.get$isBroadcast(); }, - listen$4$cancelOnError$onDone$onError(onData, cancelOnError, onDone, onError) { - return this._stream.listen$4$cancelOnError$onDone$onError(onData, cancelOnError, onDone, onError); + listen$4$cancelOnError$onDone$onError(_, onData, cancelOnError, onDone, onError) { + return this._stream.listen$4$cancelOnError$onDone$onError(0, onData, cancelOnError, onDone, onError); }, - listen$3$onDone$onError(onData, onDone, onError) { - return this.listen$4$cancelOnError$onDone$onError(onData, null, onDone, onError); + listen$3$onDone$onError($receiver, onData, onDone, onError) { + return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, onDone, onError); } }; A.StreamTransformerBase.prototype = {}; @@ -177814,7 +177662,7 @@ t2 = cancelOnError === true; t3 = new A._Future($.Zone__current, type$._Future_dynamic); t4 = t2 ? A._AddStreamState_makeErrorHandler(_this) : _this.get$_addError(); - t4 = source.listen$4$cancelOnError$onDone$onError(_this.get$_async$_add(_this), t2, _this.get$_async$_close(), t4); + t4 = source.listen$4$cancelOnError$onDone$onError(0, _this.get$_async$_add(_this), t2, _this.get$_async$_close(), t4); t2 = _this._state; if ((t2 & 1) !== 0 ? (_this.get$_async$_subscription()._state & 4) !== 0 : (t2 & 2) === 0) t4.pause$0(0); @@ -178028,7 +177876,7 @@ t1._addError$2(e, s); t1._async$_close$0(); }, - $signature: 158 + $signature: 163 }; A._AddStreamState_cancel_closure.prototype = { call$0() { @@ -178277,17 +178125,17 @@ $signature: 0 }; A._StreamImpl.prototype = { - listen$4$cancelOnError$onDone$onError(onData, cancelOnError, onDone, onError) { + listen$4$cancelOnError$onDone$onError(_, onData, cancelOnError, onDone, onError) { return this._controller._subscribe$4(onData, onError, onDone, cancelOnError === true); }, - listen$1(onData) { - return this.listen$4$cancelOnError$onDone$onError(onData, null, null, null); + listen$1($receiver, onData) { + return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, null, null); }, - listen$3$onDone$onError(onData, onDone, onError) { - return this.listen$4$cancelOnError$onDone$onError(onData, null, onDone, onError); + listen$3$onDone$onError($receiver, onData, onDone, onError) { + return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, onDone, onError); }, - listen$2$onError(onData, onError) { - return this.listen$4$cancelOnError$onDone$onError(onData, null, null, onError); + listen$2$onError($receiver, onData, onError) { + return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, null, onError); } }; A._DelayedEvent.prototype = { @@ -178433,7 +178281,7 @@ if (stateData != null) { future = new A._Future($.Zone__current, type$._Future_bool); _this._stateData = future; - subscription = stateData.listen$4$cancelOnError$onDone$onError(_this.get$_onData(), true, _this.get$_onDone(), _this.get$_onError()); + subscription = stateData.listen$4$cancelOnError$onDone$onError(0, _this.get$_onData(), true, _this.get$_onDone(), _this.get$_onError()); if (_this._stateData != null) _this._async$_subscription = subscription; return future; @@ -178494,22 +178342,22 @@ get$isBroadcast() { return true; }, - listen$4$cancelOnError$onDone$onError(onData, cancelOnError, onDone, onError) { + listen$4$cancelOnError$onDone$onError(_, onData, cancelOnError, onDone, onError) { return A._DoneStreamSubscription$(onDone, this.$ti._precomputed1); }, - listen$3$onDone$onError(onData, onDone, onError) { - return this.listen$4$cancelOnError$onDone$onError(onData, null, onDone, onError); + listen$3$onDone$onError($receiver, onData, onDone, onError) { + return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, onDone, onError); } }; A._MultiStream.prototype = { - listen$4$cancelOnError$onDone$onError(onData, cancelOnError, onDone, onError) { + listen$4$cancelOnError$onDone$onError(_, onData, cancelOnError, onDone, onError) { var _null = null, controller = new A._MultiStreamController(_null, _null, _null, _null, this.$ti._eval$1("_MultiStreamController<1>")); controller.onListen = new A._MultiStream_listen_closure(this, controller); return controller._subscribe$4(onData, onError, onDone, cancelOnError === true); }, - listen$3$onDone$onError(onData, onDone, onError) { - return this.listen$4$cancelOnError$onDone$onError(onData, null, onDone, onError); + listen$3$onDone$onError($receiver, onData, onDone, onError) { + return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, onDone, onError); }, get$isBroadcast() { return this.isBroadcast; @@ -178565,7 +178413,7 @@ call$2(error, stackTrace) { A._cancelAndError(this.subscription, this.future, error, stackTrace); }, - $signature: 131 + $signature: 144 }; A._cancelAndValue_closure.prototype = { call$0() { @@ -178577,7 +178425,7 @@ get$isBroadcast() { return this._async$_source.get$isBroadcast(); }, - listen$4$cancelOnError$onDone$onError(onData, cancelOnError, onDone, onError) { + listen$4$cancelOnError$onDone$onError(_, onData, cancelOnError, onDone, onError) { var t1 = A._instanceType(this), t2 = $.Zone__current, t3 = cancelOnError === true ? 1 : 0, @@ -178585,14 +178433,11 @@ t5 = A._BufferingStreamSubscription__registerErrorHandler(t2, onError), t6 = onDone == null ? A.async___nullDoneHandler$closure() : onDone; t1 = new A._ForwardingStreamSubscription(this, t4, t5, t6, t2, t3, t1._eval$1("@<_ForwardingStream.S>")._bind$1(t1._eval$1("_ForwardingStream.T"))._eval$1("_ForwardingStreamSubscription<1,2>")); - t1._async$_subscription = this._async$_source.listen$3$onDone$onError(t1.get$_handleData(), t1.get$_handleDone(), t1.get$_async$_handleError()); + t1._async$_subscription = this._async$_source.listen$3$onDone$onError(0, t1.get$_handleData(), t1.get$_handleDone(), t1.get$_async$_handleError()); return t1; }, - listen$3$onDone$onError(onData, onDone, onError) { - return this.listen$4$cancelOnError$onDone$onError(onData, null, onDone, onError); - }, - _async$_handleError$3(error, stackTrace, sink) { - sink._addError$2(error, stackTrace); + listen$3$onDone$onError($receiver, onData, onDone, onError) { + return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, onDone, onError); } }; A._ForwardingStreamSubscription.prototype = { @@ -178628,7 +178473,7 @@ this._stream._handleData$2(data, this); }, _async$_handleError$2(error, stackTrace) { - this._stream._async$_handleError$3(error, stackTrace, this); + this._addError$2(error, stackTrace); }, _handleDone$0() { this._async$_close$0(); @@ -178663,39 +178508,6 @@ sink._async$_add$1(0, outputEvent); } }; - A._HandleErrorStream.prototype = { - _handleData$2(data, sink) { - sink._async$_add$1(0, data); - }, - _async$_handleError$3(error, stackTrace, sink) { - var e, s, e0, s0, exception, - matches = true, - test = this._test; - if (test != null) - try { - matches = test.call$1(error); - } catch (exception) { - e = A.unwrapException(exception); - s = A.getTraceFromException(exception); - A._addErrorWithReplacement(sink, e, s); - return; - } - if (matches) - try { - this._onError.call$2(error, stackTrace); - } catch (exception) { - e0 = A.unwrapException(exception); - s0 = A.getTraceFromException(exception); - if (e0 === error) - sink._addError$2(error, stackTrace); - else - A._addErrorWithReplacement(sink, e0, s0); - return; - } - else - sink._addError$2(error, stackTrace); - } - }; A._EventSinkWrapper.prototype = { add$1(_, data) { var t1 = this._async$_sink; @@ -178798,7 +178610,7 @@ get$isBroadcast() { return this._stream.get$isBroadcast(); }, - listen$4$cancelOnError$onDone$onError(onData, cancelOnError, onDone, onError) { + listen$4$cancelOnError$onDone$onError(_, onData, cancelOnError, onDone, onError) { var t1 = this.$ti, t2 = $.Zone__current, t3 = cancelOnError === true ? 1 : 0, @@ -178807,11 +178619,11 @@ t6 = onDone == null ? A.async___nullDoneHandler$closure() : onDone, subscription = new A._SinkTransformerStreamSubscription(t4, t5, t6, t2, t3, t1._eval$1("@<1>")._bind$1(t1._rest[1])._eval$1("_SinkTransformerStreamSubscription<1,2>")); subscription.___SinkTransformerStreamSubscription__transformerSink_A = this._sinkMapper.call$1(new A._EventSinkWrapper(subscription, t1._eval$1("_EventSinkWrapper<2>"))); - subscription._async$_subscription = this._stream.listen$3$onDone$onError(subscription.get$_handleData(), subscription.get$_handleDone(), subscription.get$_async$_handleError()); + subscription._async$_subscription = this._stream.listen$3$onDone$onError(0, subscription.get$_handleData(), subscription.get$_handleDone(), subscription.get$_async$_handleError()); return subscription; }, - listen$3$onDone$onError(onData, onDone, onError) { - return this.listen$4$cancelOnError$onDone$onError(onData, null, onDone, onError); + listen$3$onDone$onError($receiver, onData, onDone, onError) { + return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, onDone, onError); } }; A._HandlerEventSink.prototype = { @@ -179291,7 +179103,7 @@ call$1(v) { return this.K._is(v); }, - $signature: 138 + $signature: 136 }; A._HashMapKeyIterable.prototype = { get$length(_) { @@ -179380,7 +179192,7 @@ call$1(v) { return this.K._is(v); }, - $signature: 138 + $signature: 136 }; A._HashSet.prototype = { _newSet$0() { @@ -179829,13 +179641,13 @@ call$2(k, v) { this.result.$indexSet(0, this.K._as(k), this.V._as(v)); }, - $signature: 197 + $signature: 191 }; A.LinkedHashMap_LinkedHashMap$from_closure.prototype = { call$2(k, v) { this.result.$indexSet(0, this.K._as(k), this.V._as(v)); }, - $signature: 197 + $signature: 191 }; A.LinkedList.prototype = { remove$1(_, entry) { @@ -180428,7 +180240,7 @@ t1._contents = t2 + ": "; t1._contents += A.S(v); }, - $signature: 333 + $signature: 282 }; A.UnmodifiableMapBase.prototype = {}; A._MapBaseValueIterable.prototype = { @@ -181373,7 +181185,7 @@ call$1(a) { return this.K._is(a); }, - $signature: 138 + $signature: 136 }; A._SplayTreeIterator.prototype = { get$current(_) { @@ -181622,7 +181434,7 @@ call$1(v) { return this.E._is(v); }, - $signature: 138 + $signature: 136 }; A.SplayTreeSet__newSet_closure.prototype = { call$2(a, b) { @@ -181863,9 +181675,6 @@ }, get$encoder() { return B.AsciiEncoder_127; - }, - get$decoder() { - return B.AsciiDecoder_false_127; } }; A._UnicodeSubsetEncoder.prototype = { @@ -181882,14 +181691,13 @@ return result; }, startChunkedConversion$1(sink) { - var t1 = sink instanceof A.ByteConversionSink ? sink : new A._ByteAdapterSink(sink); - return new A._UnicodeSubsetEncoderSink(t1, this._subsetMask); + return new A._UnicodeSubsetEncoderSink(new A._ByteAdapterSink(sink), this._subsetMask); } }; A.AsciiEncoder.prototype = {}; A._UnicodeSubsetEncoderSink.prototype = { close$0(_) { - this._sink.close$0(0); + this._sink._sink.close$0(0); }, addSlice$4(source, start, end, isLast) { var t1, i, codeUnit, t2; @@ -181899,11 +181707,11 @@ if ((codeUnit & t1) !== 0) throw A.wrapException(A.ArgumentError$("Source contains invalid character with code point: " + codeUnit + ".", null)); } - t1 = this._sink; - t2 = new A.CodeUnits(source); - t1.add$1(0, t2.sublist$2(t2, start, end)); + t1 = new A.CodeUnits(source); + t2 = this._sink._sink; + t2.add$1(0, t1.sublist$2(t1, start, end)); if (isLast) - t1.close$0(0); + t2.close$0(0); } }; A._UnicodeSubsetDecoder.prototype = { @@ -181958,9 +181766,7 @@ start = i + 1; } if (start < end) - t2.addSlice$4(source, start, end, isLast); - else if (isLast) - t2.close$0(0); + t2.addSlice$4(source, start, end, false); } }; A._SimpleAsciiDecoderSink.prototype = { @@ -181973,23 +181779,12 @@ if ((t1.$index(source, i) & 4294967168) >>> 0 !== 0) throw A.wrapException(A.FormatException$("Source contains non-ASCII bytes.", null, null)); this._sink.add$1(0, A.String_String$fromCharCodes(source, 0, null)); - }, - addSlice$4(source, start, end, isLast) { - var $length = source.length; - A.RangeError_checkValidRange(start, end, $length, null, null); - if (start < end) - this.add$1(0, start !== 0 || end !== $length ? B.NativeUint8List_methods.sublist$2(source, start, end) : source); - if (isLast) - this._sink.close$0(0); } }; A.Base64Codec.prototype = { get$encoder() { return B.C_Base64Encoder; }, - get$decoder() { - return B.C_Base64Decoder; - }, normalize$3(_, source, start, end) { var inverseAlphabet, i, sliceStart, buffer, firstPadding, firstPaddingSourceIndex, paddingCount, i0, char, i1, char0, value, t1, t2, endLength, $length, _null = null, _s31_ = "Invalid base64 encoding length "; @@ -182074,9 +181869,6 @@ source = B.JSString_methods.replaceRange$3(source, end, end, endLength === 2 ? "==" : "="); } return source; - }, - normalize$1($receiver, source) { - return this.normalize$3($receiver, source, 0, null); } }; A.Base64Encoder.prototype = { @@ -182089,12 +181881,9 @@ return A.String_String$fromCharCodes(t1, 0, null); }, startChunkedConversion$1(sink) { - var t1, - _s64_ = string$.ABCDEF; - if (type$.StringConversionSink._is(sink)) { - t1 = sink.asUtf8Sink$1(false); - return new A._Utf8Base64EncoderSink(t1, new A._Base64Encoder(_s64_)); - } + var _s64_ = string$.ABCDEF; + if (type$.StringConversionSink._is(sink)) + return new A._Utf8Base64EncoderSink(new A._Utf8StringSinkAdapter(new A._Utf8Decoder(false), sink, sink._stringSink), new A._Base64Encoder(_s64_)); return new A._AsciiBase64EncoderSink(sink, new A._BufferCachingBase64Encoder(_s64_)); } }; @@ -182130,10 +181919,6 @@ }, close$0(_) { this._convert$_add$4(0, B.List_empty1, 0, 0, true); - }, - addSlice$4(source, start, end, isLast) { - A.RangeError_checkValidRange(start, end, source.length, null, null); - this._convert$_add$4(0, source, start, end, isLast); } }; A._AsciiBase64EncoderSink.prototype = { @@ -182223,13 +182008,7 @@ } } }; - A.ByteConversionSink.prototype = { - addSlice$4(chunk, start, end, isLast) { - this.add$1(0, B.NativeUint8List_methods.sublist$2(chunk, start, end)); - if (isLast) - this.close$0(0); - } - }; + A.ByteConversionSink.prototype = {}; A._ByteAdapterSink.prototype = { add$1(_, chunk) { this._sink.add$1(0, chunk); @@ -182274,21 +182053,9 @@ this._convert$_callback.call$1(this._accumulated); } }; - A.Codec.prototype = { + A.Codec0.prototype = { encode$1(input) { return this.get$encoder().convert$1(input); - }, - fuse$1$1(other, $R) { - var t1 = A._instanceType(this); - return new A._FusedCodec(this, other, t1._eval$1("@")._bind$1(t1._eval$1("Codec.T"))._bind$1($R)._eval$1("_FusedCodec<1,2,3>")); - } - }; - A._FusedCodec.prototype = { - get$encoder() { - return this._convert$_first.get$encoder().fuse$1$1(this._second.get$encoder(), this.$ti._rest[2]); - }, - get$decoder() { - return this._second.get$decoder().fuse$1$1(this._convert$_first.get$decoder(), this.$ti._precomputed1); } }; A.Converter.prototype = { @@ -182302,10 +182069,10 @@ }; A._FusedConverter.prototype = { convert$1(input) { - return this._second.convert$1(this._convert$_first.convert$1(input)); + return A._parseJson(this._convert$_first.convert$1(input), this._second._reviver); }, startChunkedConversion$1(sink) { - return this._convert$_first.startChunkedConversion$1(this._second.startChunkedConversion$1(sink)); + return this._convert$_first.startChunkedConversion$1(new A._JsonDecoderSink(this._second._reviver, sink, new A.StringBuffer(""))); } }; A.Encoding.prototype = {}; @@ -182428,51 +182195,10 @@ return t1.charCodeAt(0) == 0 ? t1 : t1; }, startChunkedConversion$1(sink) { - var t1, _this = this; - if (sink instanceof A._Utf8EncoderSink) - return new A._JsonUtf8EncoderSink(sink._sink, A.JsonUtf8Encoder__utf8Encode(_this.indent), _this._toEncodable, 256); - t1 = type$.StringConversionSink._is(sink) ? sink : new A._StringAdapterSink(sink); - return new A._JsonEncoderSink(_this.indent, _this._toEncodable, t1); - }, - fuse$1$1(other, $T) { - var t1; - if (other instanceof A.Utf8Encoder) { - t1 = A.JsonUtf8Encoder__utf8Encode(this.indent); - return $T._eval$1("Converter")._as(new A.JsonUtf8Encoder(t1, this._toEncodable, 256)); - } - return this.super$Converter$fuse(other, $T); + var t1 = type$.StringConversionSink._is(sink) ? sink : new A._StringAdapterSink(sink); + return new A._JsonEncoderSink(this.indent, this._toEncodable, t1); } }; - A.JsonUtf8Encoder.prototype = { - convert$1(object) { - var $length, i, result, offset, byteList, end, - bytes = A._setArrayType([], type$.JSArray_List_int); - A._JsonUtf8Stringifier_stringify(object, this._indent, this._toEncodable, this._bufferSize, new A.JsonUtf8Encoder_convert_addChunk(bytes)); - if (bytes.length === 1) - return bytes[0]; - for ($length = 0, i = 0; i < bytes.length; ++i) - $length += J.get$length$asx(bytes[i]); - result = new Uint8Array($length); - for (i = 0, offset = 0; i < bytes.length; ++i, offset = end) { - byteList = bytes[i]; - end = offset + J.get$length$asx(byteList); - B.NativeUint8List_methods.setRange$3(result, offset, end, byteList); - } - return result; - }, - startChunkedConversion$1(sink) { - var byteSink = sink instanceof A.ByteConversionSink ? sink : new A._ByteAdapterSink(sink); - return new A._JsonUtf8EncoderSink(byteSink, this._indent, this._toEncodable, this._bufferSize); - } - }; - A.JsonUtf8Encoder_convert_addChunk.prototype = { - call$3(chunk, start, end) { - if (start > 0 || end < chunk.length) - chunk = B.NativeByteBuffer_methods.asUint8List$2(chunk.buffer, chunk.byteOffset + start, end - start); - this.bytes.push(chunk); - }, - $signature: 795 - }; A._JsonEncoderSink.prototype = { add$1(_, o) { var stringSink, _this = this; @@ -182486,25 +182212,6 @@ close$0(_) { } }; - A._JsonUtf8EncoderSink.prototype = { - _addChunk$3(chunk, start, end) { - this._sink.addSlice$4(chunk, start, end, false); - }, - add$1(_, object) { - var _this = this; - if (_this._isDone) - throw A.wrapException(A.StateError$("Only one call to add allowed")); - _this._isDone = true; - A._JsonUtf8Stringifier_stringify(object, _this._indent, _this._toEncodable, _this._bufferSize, _this.get$_addChunk()); - _this._sink.close$0(0); - }, - close$0(_) { - if (!this._isDone) { - this._isDone = true; - this._sink.close$0(0); - } - } - }; A.JsonDecoder.prototype = { startChunkedConversion$1(sink) { return new A._JsonDecoderSink(this._reviver, sink, new A.StringBuffer("")); @@ -182708,7 +182415,7 @@ t2.i = i + 1; t1[i] = value; }, - $signature: 333 + $signature: 282 }; A._JsonPrettyPrintMixin.prototype = { writeList$1(list) { @@ -182773,7 +182480,7 @@ t2.i = i + 1; t1[i] = value; }, - $signature: 333 + $signature: 282 }; A._JsonStringStringifier.prototype = { get$_partialResult() { @@ -182800,119 +182507,6 @@ t2.write$1(0, t1); } }; - A._JsonUtf8Stringifier.prototype = { - get$_partialResult() { - return null; - }, - writeNumber$1(number) { - this.writeAsciiString$1(B.JSNumber_methods.toString$0(number)); - }, - writeAsciiString$1(string) { - var t1, i; - for (t1 = string.length, i = 0; i < t1; ++i) - this.writeByte$1(string.charCodeAt(i)); - }, - writeString$1(string) { - this.writeStringSlice$3(string, 0, string.length); - }, - writeStringSlice$3(string, start, end) { - var i, char, i0, nextChar, _this = this; - for (i = start; i < end; ++i) { - char = string.charCodeAt(i); - if (char <= 127) - _this.writeByte$1(char); - else { - if ((char & 63488) === 55296) { - if (char < 56320 && i + 1 < end) { - i0 = i + 1; - nextChar = string.charCodeAt(i0); - if ((nextChar & 64512) === 56320) { - _this.writeFourByteCharCode$1(65536 + ((char & 1023) << 10) + (nextChar & 1023)); - i = i0; - continue; - } - } - _this.writeMultiByteCharCode$1(65533); - continue; - } - _this.writeMultiByteCharCode$1(char); - } - } - }, - writeCharCode$1(charCode) { - if (charCode <= 127) { - this.writeByte$1(charCode); - return; - } - this.writeMultiByteCharCode$1(charCode); - }, - writeMultiByteCharCode$1(charCode) { - var _this = this; - if (charCode <= 2047) { - _this.writeByte$1((charCode >>> 6 | 192) >>> 0); - _this.writeByte$1(charCode & 63 | 128); - return; - } - if (charCode <= 65535) { - _this.writeByte$1((charCode >>> 12 | 224) >>> 0); - _this.writeByte$1(charCode >>> 6 & 63 | 128); - _this.writeByte$1(charCode & 63 | 128); - return; - } - _this.writeFourByteCharCode$1(charCode); - }, - writeFourByteCharCode$1(charCode) { - var _this = this; - _this.writeByte$1((charCode >>> 18 | 240) >>> 0); - _this.writeByte$1(charCode >>> 12 & 63 | 128); - _this.writeByte$1(charCode >>> 6 & 63 | 128); - _this.writeByte$1(charCode & 63 | 128); - }, - writeByte$1(byte) { - var t0, _this = this, - t1 = _this.index, - t2 = _this.buffer; - if (t1 === t2.length) { - _this.addChunk.call$3(t2, 0, t1); - t1 = _this.buffer = new Uint8Array(_this.bufferSize); - t2 = _this.index = 0; - } else { - t0 = t2; - t2 = t1; - t1 = t0; - } - _this.index = t2 + 1; - t1[t2] = byte; - } - }; - A._JsonUtf8StringifierPretty.prototype = { - writeIndentation$1(count) { - var char, t2, end, t3, i, _this = this, - indent = _this.indent, - t1 = J.getInterceptor$asx(indent), - indentLength = t1.get$length(indent); - if (indentLength === 1) { - char = t1.$index(indent, 0); - for (; count > 0;) { - _this.writeByte$1(char); - --count; - } - return; - } - for (; count > 0;) { - --count; - t2 = _this.index; - end = t2 + indentLength; - t3 = _this.buffer; - if (end <= t3.length) { - B.NativeUint8List_methods.setRange$3(t3, t2, end, indent); - _this.index = end; - } else - for (i = 0; i < indentLength; ++i) - _this.writeByte$1(t1.$index(indent, i)); - } - } - }; A.Latin1Codec.prototype = { get$name(_) { return "iso-8859-1"; @@ -182926,9 +182520,6 @@ }, get$encoder() { return B.Latin1Encoder_255; - }, - get$decoder() { - return B.Latin1Decoder_false_255; } }; A.Latin1Encoder.prototype = {}; @@ -182952,10 +182543,6 @@ var t1 = this._sink; t1.toString; t1.add$1(0, A.String_String$fromCharCodes(source, start, end)); - if (isLast) { - this._sink.close$0(0); - this._sink = null; - } }, addSlice$4(source, start, end, isLast) { A.RangeError_checkValidRange(start, end, J.get$length$asx(source), null, null); @@ -182963,34 +182550,30 @@ return; if (!type$.Uint8List._is(source)) A._Latin1DecoderSink__checkValidLatin1(source, start, end); - this._addSliceToSink$4(source, start, end, isLast); + this._addSliceToSink$4(source, start, end, false); } }; A._Latin1AllowInvalidDecoderSink.prototype = { addSlice$4(source, start, end, isLast) { - var i, char, t2, _this = this, + var i, char, t2, t1 = J.getInterceptor$asx(source); A.RangeError_checkValidRange(start, end, t1.get$length(source), null, null); for (i = start; i < end; ++i) { char = t1.$index(source, i); if (char > 255 || char < 0) { if (i > start) { - t2 = _this._sink; + t2 = this._sink; t2.toString; t2.add$1(0, A.String_String$fromCharCodes(source, start, i)); } - t2 = _this._sink; + t2 = this._sink; t2.toString; t2.add$1(0, A.String_String$fromCharCodes(B.List_65533, 0, 1)); start = i + 1; } } if (start < end) - _this._addSliceToSink$4(source, start, end, isLast); - if (isLast) { - _this._sink.close$0(0); - _this._sink = null; - } + this._addSliceToSink$4(source, start, end, false); } }; A.LineSplitter.prototype = { @@ -183134,17 +182717,15 @@ this.addSlice$4(chunk, 0, J.get$length$asx(chunk), false); }, addSlice$4(chunk, startIndex, endIndex, isLast) { - var accumulated, _this = this, - t1 = _this._convert$_buffer, - t2 = t1._contents += _this._decoder.convertGeneral$4(chunk, startIndex, endIndex, false); + var accumulated, + t1 = this._convert$_buffer, + t2 = t1._contents += this._decoder.convertGeneral$4(chunk, startIndex, endIndex, false); if (t2.length !== 0) { accumulated = t2.charCodeAt(0) == 0 ? t2 : t2; - _this._chunkedSink.addSlice$4(accumulated, 0, accumulated.length, isLast); + this._chunkedSink.addSlice$4(accumulated, 0, accumulated.length, false); t1._contents = ""; return; } - if (isLast) - _this.close$0(0); } }; A.Utf8Codec.prototype = { @@ -183159,9 +182740,6 @@ }, get$encoder() { return B.C_Utf8Encoder; - }, - get$decoder() { - return B.Utf8Decoder_false; } }; A.Utf8Encoder.prototype = { @@ -183178,8 +182756,7 @@ return B.NativeUint8List_methods.sublist$2(t1, 0, encoder._bufferIndex); }, startChunkedConversion$1(sink) { - var t1 = sink instanceof A.ByteConversionSink ? sink : new A._ByteAdapterSink(sink); - return new A._Utf8EncoderSink(t1, new Uint8Array(1024)); + return new A._Utf8EncoderSink(new A._ByteAdapterSink(sink), new Uint8Array(1024)); } }; A._Utf8Encoder.prototype = { @@ -183269,7 +182846,7 @@ this.addSlice$4("", 0, 0, true); return; } - this._sink.close$0(0); + this._sink._sink.close$0(0); }, addSlice$4(str, start, end, isLast) { var t1, t2, t3, t4, isLastSlice, _this = this; @@ -183297,7 +182874,9 @@ _this._carry = str.charCodeAt(start); ++start; } - t1.addSlice$4(t2, 0, _this._bufferIndex, isLastSlice); + t1.add$1(0, B.NativeUint8List_methods.sublist$2(t2, 0, _this._bufferIndex)); + if (isLastSlice) + t1.close$0(0); _this._bufferIndex = 0; } while (start < end); if (isLast) @@ -183305,9 +182884,6 @@ } }; A.Utf8Decoder.prototype = { - fuse$1$1(next, $T) { - return this.super$Converter$fuse(next, $T); - }, convert$1(codeUnits) { var t1 = this._allowMalformed, result = A.Utf8Decoder__convertIntercepted(t1, codeUnits, 0, null); @@ -183455,7 +183031,6 @@ } }; A.__JsonStringStringifierPretty__JsonStringStringifier__JsonPrettyPrintMixin.prototype = {}; - A.__JsonUtf8StringifierPretty__JsonUtf8Stringifier__JsonPrettyPrintMixin.prototype = {}; A.__Utf8EncoderSink__Utf8Encoder_StringConversionSink.prototype = {}; A._BigIntImpl.prototype = { $negate(_) { @@ -183787,7 +183362,7 @@ hash = hash + ((hash & 524287) << 10) & 536870911; return hash ^ hash >>> 6; }, - $signature: 533 + $signature: 466 }; A._BigIntImpl_hashCode_finish.prototype = { call$1(hash) { @@ -183840,7 +183415,7 @@ call$2(key, value) { this.result.$indexSet(0, key._name, value); }, - $signature: 781 + $signature: 905 }; A.NoSuchMethodError_toString_closure.prototype = { call$2(key, value) { @@ -183853,7 +183428,7 @@ t1._contents += A.Error_safeToString(value); t2.comma = ", "; }, - $signature: 781 + $signature: 905 }; A.DateTime.prototype = { get$timeZoneOffset() { @@ -183938,7 +183513,7 @@ return 0; return A.int_parse(matched, null); }, - $signature: 779 + $signature: 904 }; A.DateTime_parse_parseMilliAndMicroseconds.prototype = { call$1(matched) { @@ -183952,7 +183527,7 @@ } return result; }, - $signature: 779 + $signature: 904 }; A.Duration.prototype = { $add(_, other) { @@ -185432,6 +185007,9 @@ forEach$1($receiver, $0) { return this.noSuchMethod$1($receiver, A.createInvocationMirror("forEach", "forEach$1", 0, [$0], [], 0)); }, + then$2($receiver, $0, $1) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("then", "then$2", 0, [$0, $1], [], 0)); + }, containsKey$1($receiver, $0) { return this.noSuchMethod$1($receiver, A.createInvocationMirror("containsKey", "containsKey$1", 0, [$0], [], 0)); }, @@ -185450,6 +185028,9 @@ _yieldStar$1($0) { return this.noSuchMethod$1(this, A.createInvocationMirror("_yieldStar", "_yieldStar$1", 0, [$0], [], 0)); }, + $get$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("get", "$get$0", 0, [], [], 0)); + }, dispose$0() { return this.noSuchMethod$1(this, A.createInvocationMirror("dispose", "dispose$0", 0, [], [], 0)); }, @@ -185519,6 +185100,36 @@ destroy$0($receiver) { return this.noSuchMethod$1($receiver, A.createInvocationMirror("destroy", "destroy$0", 0, [], [], 0)); }, + disconnect$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("disconnect", "disconnect$0", 0, [], [], 0)); + }, + signOut$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("signOut", "signOut$0", 0, [], [], 0)); + }, + getAuthResponse$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("getAuthResponse", "getAuthResponse$0", 0, [], [], 0)); + }, + signIn$1($receiver, $0) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("signIn", "signIn$1", 0, [$0], [], 0)); + }, + isSignedIn$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("isSignedIn", "isSignedIn$0", 0, [], [], 0)); + }, + getBasicProfile$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("getBasicProfile", "getBasicProfile$0", 0, [], [], 0)); + }, + getId$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("getId", "getId$0", 0, [], [], 0)); + }, + getName$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("getName", "getName$0", 0, [], [], 0)); + }, + getEmail$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("getEmail", "getEmail$0", 0, [], [], 0)); + }, + getImageUrl$0($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("getImageUrl", "getImageUrl$0", 0, [], [], 0)); + }, get$length($receiver) { return this.noSuchMethod$1($receiver, A.createInvocationMirror("length", "get$length", 1, [], [], 0)); }, @@ -185687,6 +185298,9 @@ get$accessToken($receiver) { return this.noSuchMethod$1($receiver, A.createInvocationMirror("accessToken", "get$accessToken", 1, [], [], 0)); }, + get$error($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("error", "get$error", 1, [], [], 0)); + }, get$body($receiver) { return this.noSuchMethod$1($receiver, A.createInvocationMirror("body", "get$body", 1, [], [], 0)); }, @@ -185744,6 +185358,15 @@ get$numPages($receiver) { return this.noSuchMethod$1($receiver, A.createInvocationMirror("numPages", "get$numPages", 1, [], [], 0)); }, + get$currentUser($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("currentUser", "get$currentUser", 1, [], [], 0)); + }, + get$access_token($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("access_token", "get$access_token", 1, [], [], 0)); + }, + get$details($receiver) { + return this.noSuchMethod$1($receiver, A.createInvocationMirror("details", "get$details", 1, [], [], 0)); + }, set$_notificationCallStackDepth($0) { return this.noSuchMethod$1(this, A.createInvocationMirror("_notificationCallStackDepth=", "set$_notificationCallStackDepth", 2, [$0], [], 0)); }, @@ -185881,19 +185504,19 @@ } return map; }, - $signature: 1903 + $signature: 933 }; A.Uri__parseIPv4Address_error.prototype = { call$2(msg, position) { throw A.wrapException(A.FormatException$("Illegal IPv4 address, " + msg, this.host, position)); }, - $signature: 1931 + $signature: 935 }; A.Uri_parseIPv6Address_error.prototype = { call$2(msg, position) { throw A.wrapException(A.FormatException$("Illegal IPv6 address, " + msg, this.host, position)); }, - $signature: 1940 + $signature: 1065 }; A.Uri_parseIPv6Address_parseHex.prototype = { call$2(start, end) { @@ -185905,7 +185528,7 @@ this.error.call$2("each part must be in the range of `0x0..0xFFFF`", start); return value; }, - $signature: 533 + $signature: 466 }; A._Uri.prototype = { get$_text() { @@ -186216,7 +185839,7 @@ t1._contents += A._Uri__uriEncode(B.List_M1A, value, B.C_Utf8Codec, true); } }, - $signature: 887 + $signature: 653 }; A._Uri__makeQuery_closure.prototype = { call$2(key, value) { @@ -186227,7 +185850,7 @@ for (t1 = J.get$iterator$ax(value), t2 = this.writeParameter; t1.moveNext$0();) t2.call$2(key, t1.get$current(t1)); }, - $signature: 151 + $signature: 152 }; A._Uri__splitQueryStringAll_parsePair.prototype = { call$3(start, equalsIndex, end) { @@ -186245,7 +185868,7 @@ } J.add$1$ax(this.result.putIfAbsent$2(0, key, A.core__Uri__createList$closure()), value); }, - $signature: 1984 + $signature: 1067 }; A.UriData.prototype = { get$uri() { @@ -186318,7 +185941,7 @@ B.NativeUint8List_methods.fillRange$3(t1, 0, 96, defaultTransition); return t1; }, - $signature: 2058 + $signature: 1070 }; A._createTables_setChars.prototype = { call$3(target, chars, transition) { @@ -186326,7 +185949,7 @@ for (t1 = chars.length, i = 0; i < t1; ++i) target[chars.charCodeAt(i) ^ 96] = transition; }, - $signature: 773 + $signature: 889 }; A._createTables_setRange.prototype = { call$3(target, range, transition) { @@ -186334,7 +185957,7 @@ for (i = range.charCodeAt(0), n = range.charCodeAt(1); i <= n; ++i) target[(i ^ 96) >>> 0] = transition; }, - $signature: 773 + $signature: 889 }; A._SimpleUri.prototype = { get$hasScheme() { @@ -186651,7 +186274,7 @@ return this.finish$1$arguments($receiver, null); } }; - A.HtmlElement.prototype = {}; + A.HtmlElement.prototype = {$isHtmlElement: 1}; A.AccessibleNodeList.prototype = { get$length(receiver) { return receiver.length; @@ -186725,7 +186348,7 @@ call$1(value) { this.completer.complete$1(0, value); }, - $signature: 2086 + $signature: 1104 }; A.CanvasRenderingContext2D.prototype = {$isCanvasRenderingContext2D: 1}; A.CharacterData.prototype = { @@ -187118,7 +186741,7 @@ call$1(e) { return !this.test.call$1(e); }, - $signature: 2096 + $signature: 1106 }; A.Element2.prototype = { get$children(receiver) { @@ -187367,7 +186990,7 @@ else t3.completeError$1(e); }, - $signature: 419 + $signature: 410 }; A.HttpRequestEventTarget.prototype = {}; A.IFrameElement.prototype = {$isIFrameElement: 1}; @@ -187503,13 +187126,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 151 + $signature: 152 }; A.MidiInputMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 151 + $signature: 152 }; A.MidiOutputMap.prototype = { containsKey$1(receiver, key) { @@ -187572,13 +187195,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 151 + $signature: 152 }; A.MidiOutputMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 151 + $signature: 152 }; A.MidiPort.prototype = { get$id(receiver) { @@ -188069,13 +187692,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 151 + $signature: 152 }; A.RtcStatsReport_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 151 + $signature: 152 }; A.SelectElement.prototype = { get$length(receiver) { @@ -188260,13 +187883,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 178 + $signature: 170 }; A.Storage_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 178 + $signature: 170 }; A.StyleSheet.prototype = {$isStyleSheet: 1}; A.TextAreaElement.prototype = { @@ -188972,32 +188595,32 @@ if (B.JSString_methods.startsWith$1(key, "data-")) this.f.call$2(this.$this._toCamelCase$1(B.JSString_methods.substring$1(key, 5)), value); }, - $signature: 178 + $signature: 170 }; A._DataAttributeMap_keys_closure.prototype = { call$2(key, value) { if (B.JSString_methods.startsWith$1(key, "data-")) this.keys.push(this.$this._toCamelCase$1(B.JSString_methods.substring$1(key, 5))); }, - $signature: 178 + $signature: 170 }; A._DataAttributeMap_values_closure.prototype = { call$2(key, value) { if (B.JSString_methods.startsWith$1(key, "data-")) this.values.push(value); }, - $signature: 178 + $signature: 170 }; A.EventStreamProvider.prototype = {}; A._EventStream.prototype = { get$isBroadcast() { return true; }, - listen$4$cancelOnError$onDone$onError(onData, cancelOnError, onDone, onError) { + listen$4$cancelOnError$onDone$onError(_, onData, cancelOnError, onDone, onError) { return A._EventStreamSubscription$(this._target, this._eventType, onData, false, A._instanceType(this)._precomputed1); }, - listen$3$onDone$onError(onData, onDone, onError) { - return this.listen$4$cancelOnError$onDone$onError(onData, null, onDone, onError); + listen$3$onDone$onError($receiver, onData, onDone, onError) { + return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, onDone, onError); } }; A._ElementEventStreamImpl.prototype = {}; @@ -189061,13 +188684,13 @@ call$1(e) { return this.onData.call$1(e); }, - $signature: 530 + $signature: 590 }; A._EventStreamSubscription_onData_closure.prototype = { call$1(e) { return this.handleData.call$1(e); }, - $signature: 530 + $signature: 590 }; A.ImmutableListMixin.prototype = { get$iterator(receiver) { @@ -189260,7 +188883,7 @@ this.map.$indexSet(0, key, t1); return t1; }, - $signature: 2241 + $signature: 1126 }; A._AcceptStructuredCloneDart2Js.prototype = { forEachJsField$2(object, action) { @@ -189385,19 +189008,19 @@ call$1(n) { return type$.Element._is(n); }, - $signature: 2243 + $signature: 1129 }; A.FilteredElementList__iterable_closure0.prototype = { call$1(n) { return type$.Element._as(n); }, - $signature: 2248 + $signature: 1130 }; A.FilteredElementList_removeRange_closure0.prototype = { call$1(el) { return J.remove$0$ax(el); }, - $signature: 2496 + $signature: 1131 }; A.Cursor.prototype = {}; A.CursorWithValue.prototype = { @@ -189514,13 +189137,13 @@ } }; A._FileStream.prototype = { - listen$4$cancelOnError$onDone$onError(onData, cancelOnError, onDone, onError) { + listen$4$cancelOnError$onDone$onError(_, onData, cancelOnError, onDone, onError) { var _this = this, t1 = _this.___FileStream__controller_A = A.StreamController_StreamController(new A._FileStream_listen_closure(_this), _this.get$_io$_start(_this), _this.get$_readBlock(), true, type$.Uint8List); - return new A._ControllerStream(t1, A._instanceType(t1)._eval$1("_ControllerStream<1>")).listen$4$cancelOnError$onDone$onError(onData, cancelOnError, onDone, onError); + return new A._ControllerStream(t1, A._instanceType(t1)._eval$1("_ControllerStream<1>")).listen$4$cancelOnError$onDone$onError(0, onData, cancelOnError, onDone, onError); }, - listen$3$onDone$onError(onData, onDone, onError) { - return this.listen$4$cancelOnError$onDone$onError(onData, null, onDone, onError); + listen$3$onDone$onError($receiver, onData, onDone, onError) { + return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, onDone, onError); }, _closeFile$0() { var t1, t2, _this = this; @@ -189561,7 +189184,7 @@ t1._unsubscribed = true; return t1._closeFile$0(); }, - $signature: 249 + $signature: 257 }; A._FileStream__closeFile_done.prototype = { call$0() { @@ -189607,7 +189230,7 @@ if (t1._atEnd) t1._closeFile$0(); }, - $signature: 730 + $signature: 880 }; A._FileStream__readBlock_closure0.prototype = { call$2(e, s) { @@ -189621,7 +189244,7 @@ t1._unsubscribed = true; } }, - $signature: 340 + $signature: 389 }; A._FileStream__start_onReady.prototype = { call$1(file) { @@ -189630,7 +189253,7 @@ t1._readInProgress = false; t1._readBlock$0(); }, - $signature: 727 + $signature: 879 }; A._FileStream__start_onOpenFile.prototype = { call$1(file) { @@ -189642,7 +189265,7 @@ else t3.call$1(file); }, - $signature: 727 + $signature: 879 }; A._FileStream__start_onOpenFile_closure.prototype = { call$2(e, s) { @@ -189653,7 +189276,7 @@ t1._readInProgress = false; t1._closeFile$0(); }, - $signature: 340 + $signature: 389 }; A._FileStream__start_openFailed.prototype = { call$2(error, stackTrace) { @@ -189664,7 +189287,7 @@ t1.___FileStream__controller_A.close$0(0); t1._closeCompleter.complete$0(0); }, - $signature: 197 + $signature: 191 }; A._File.prototype = { existsSync$0() { @@ -189698,14 +189321,14 @@ A._checkForErrorResponse(response, "Cannot open file", t1); return A._RandomAccessFile$(response, t1); }, - $signature: 716 + $signature: 876 }; A._File_length_closure.prototype = { call$1(response) { A._checkForErrorResponse(response, "Cannot retrieve length of file", this.$this._path); return response; }, - $signature: 257 + $signature: 255 }; A._File_readAsBytes_readUnsized.prototype = { call$1(file) { @@ -189714,7 +189337,7 @@ new A._File_readAsBytes_readUnsized_read(file, new A._BytesBuilder(t1), new A._AsyncCompleter(t2, type$._AsyncCompleter_Uint8List)).call$0(); return t2; }, - $signature: 713 + $signature: 870 }; A._File_readAsBytes_readUnsized_read.prototype = { call$0() { @@ -189733,7 +189356,7 @@ } else this.completer.complete$1(0, t1.takeBytes$0()); }, - $signature: 730 + $signature: 880 }; A._File_readAsBytes_readSized.prototype = { call$2(file, $length) { @@ -189744,7 +189367,7 @@ new A._File_readAsBytes_readSized_read(t1, file, $length, new A._AsyncCompleter(t2, type$._AsyncCompleter_Uint8List)).call$0(); return t2; }, - $signature: 2702 + $signature: 1164 }; A._File_readAsBytes_readSized_read.prototype = { call$0() { @@ -189778,7 +189401,7 @@ call$1(file) { return file.length$0(0).then$1$1(0, new A._File_readAsBytes__closure(this.readUnsized, file, this.readSized), type$.Uint8List).whenComplete$1(file.get$close(file)); }, - $signature: 713 + $signature: 870 }; A._File_readAsBytes__closure.prototype = { call$1($length) { @@ -189787,7 +189410,7 @@ return _this.readUnsized.call$1(_this.file); return _this.readSized.call$2(_this.file, $length); }, - $signature: 2724 + $signature: 1192 }; A._RandomAccessFile.prototype = { close$0(_) { @@ -189857,7 +189480,7 @@ t1.addRead$1(J.get$length$asx(result)); return result; }, - $signature: 2730 + $signature: 1208 }; A._RandomAccessFile_readInto_closure.prototype = { call$1(response) { @@ -189874,7 +189497,7 @@ t1.addRead$1(read); return read; }, - $signature: 257 + $signature: 255 }; A._RandomAccessFile_setPosition_closure.prototype = { call$1(response) { @@ -189882,14 +189505,14 @@ A._checkForErrorResponse(response, "setPosition failed", t1.path); return t1; }, - $signature: 716 + $signature: 876 }; A._RandomAccessFile_length_closure.prototype = { call$1(response) { A._checkForErrorResponse(response, "length failed", this.$this.path); return A._asInt(response); }, - $signature: 257 + $signature: 255 }; A.FileSystemEntityType.prototype = { toString$0(_) { @@ -189901,10 +189524,6 @@ get$encoder() { $.$get$Platform_operatingSystem(); return B.C_Utf8Encoder; - }, - get$decoder() { - $.$get$Platform_operatingSystem(); - return B.Utf8Decoder_false; } }; A._convertToJS_closure.prototype = { @@ -189929,19 +189548,19 @@ call$1(o) { return new A.JsFunction(o); }, - $signature: 2801 + $signature: 1217 }; A._wrapToDart_closure0.prototype = { call$1(o) { return new A.JsArray(o, type$.JsArray_dynamic); }, - $signature: 2802 + $signature: 1242 }; A._wrapToDart_closure1.prototype = { call$1(o) { return new A.JsObject(o); }, - $signature: 2805 + $signature: 1279 }; A.JsObject.prototype = { $index(_, property) { @@ -190088,7 +189707,7 @@ } else return o; }, - $signature: 417 + $signature: 373 }; A.promiseToFuture_closure.prototype = { call$1(r) { @@ -190147,7 +189766,7 @@ } return o; }, - $signature: 417 + $signature: 373 }; A.NullRejectionException.prototype = { toString$0(_) { @@ -190738,13 +190357,13 @@ call$0() { return new A._Channel(A.ListQueue$(1, type$._StoredMessage), 1); }, - $signature: 885 + $signature: 796 }; A.ChannelBuffers_setListener_closure.prototype = { call$0() { return new A._Channel(A.ListQueue$(1, type$._StoredMessage), 1); }, - $signature: 885 + $signature: 796 }; A.OffsetBase.prototype = { $lt(_, other) { @@ -191206,7 +190825,7 @@ call$1(code) { return B.JSString_methods.padLeft$2(B.JSInt_methods.toRadixString$1(code, 16), 2, "0"); }, - $signature: 430 + $signature: 356 }; A.Color.prototype = { $eq(_, other) { @@ -191727,7 +191346,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 3000 + $signature: 1287 }; A.bootstrapEngine_closure0.prototype = { call$0() { @@ -191764,7 +191383,7 @@ call$0() { return type$.JavaScriptObject._as(A.allowInterop(this.fn)); }, - $signature: 412 + $signature: 380 }; A.HashUrlStrategy.prototype = { addPopStateListener$1(fn) { @@ -191838,7 +191457,7 @@ } this.fn.call$1(t1); }, - $signature: 866 + $signature: 1288 }; A.HashUrlStrategy_addPopStateListener_closure.prototype = { call$0() { @@ -191928,13 +191547,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 151 + $signature: 152 }; A.AudioParamMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 151 + $signature: 152 }; A.AudioTrack.prototype = { get$id(receiver) { @@ -194226,13 +193845,13 @@ t1 = true; return t1; }, - $signature: 55 + $signature: 56 }; A.AttributedSpans__getStartingMarkerAtOrBefore_closure0.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_0 && marker.offset <= this.offset; }, - $signature: 55 + $signature: 56 }; A.AttributedSpans__getEndingMarkerAtOrAfter_closure.prototype = { call$1(marker) { @@ -194245,73 +193864,73 @@ t1 = true; return t1; }, - $signature: 55 + $signature: 56 }; A.AttributedSpans__getEndingMarkerAtOrAfter_closure0.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_1 && marker.offset >= this.offset; }, - $signature: 55 + $signature: 56 }; A.AttributedSpans_addAttribution_closure.prototype = { call$1(attribution) { return attribution.attribution.$eq(0, this.newAttribution); }, - $signature: 55 + $signature: 56 }; A.AttributedSpans_addAttribution_closure0.prototype = { call$1(attribution) { return attribution.offset > this.start; }, - $signature: 55 + $signature: 56 }; A.AttributedSpans_addAttribution_closure1.prototype = { call$1(attribution) { return attribution.offset <= this.end; }, - $signature: 55 + $signature: 56 }; A.AttributedSpans_addAttribution_closure2.prototype = { call$1(element) { return B.JSArray_methods.contains$1(this.markersToDelete, element); }, - $signature: 55 + $signature: 56 }; A.AttributedSpans_removeAttribution_closure.prototype = { call$1(attribution) { return attribution.attribution.$eq(0, this.attributionToRemove); }, - $signature: 55 + $signature: 56 }; A.AttributedSpans_removeAttribution_closure0.prototype = { call$1(attribution) { return attribution.offset >= this.start; }, - $signature: 55 + $signature: 56 }; A.AttributedSpans_removeAttribution_closure1.prototype = { call$1(attribution) { return attribution.offset <= this.end; }, - $signature: 55 + $signature: 56 }; A.AttributedSpans_removeAttribution_closure2.prototype = { call$1(element) { return B.JSArray_methods.contains$1(this.markersToDelete, element); }, - $signature: 55 + $signature: 56 }; A.AttributedSpans_removeAttribution_closure3.prototype = { call$1(element) { return element.attribution.$eq(0, this.attributionToRemove); }, - $signature: 55 + $signature: 56 }; A.AttributedSpans_removeAttribution_closure4.prototype = { call$1(element) { $.$get$_log0().log$4(B.Level_FINER_400, " - " + element.toString$0(0), null, null); }, - $signature: 327 + $signature: 291 }; A.AttributedSpans__isContinuousAttribution_closure.prototype = { call$1(marker) { @@ -194319,68 +193938,68 @@ $.$get$_log0().log$4(B.Level_FINEST_300, "Comparing start marker " + t1.toString$0(0) + " to another marker " + marker.toString$0(0), null, null); return marker.attribution.$eq(0, this.attribution) && marker.offset >= t1.offset && !marker.$eq(0, t1); }, - $signature: 55 + $signature: 56 }; A.AttributedSpans__getNearestMarkerAtOrBefore_closure.prototype = { call$1(marker) { var t1 = marker.attribution.$eq(0, this.attribution); return t1; }, - $signature: 55 + $signature: 56 }; A.AttributedSpans__getNearestMarkerAtOrBefore_closure0.prototype = { call$1(marker) { return marker.markerType === this.type; }, - $signature: 55 + $signature: 56 }; A.AttributedSpans__getMarkerAt_closure.prototype = { call$1(marker) { return marker.attribution.$eq(0, this.attribution); }, - $signature: 55 + $signature: 56 }; A.AttributedSpans__getMarkerAt_closure0.prototype = { call$1(marker) { return marker.offset === this.offset; }, - $signature: 55 + $signature: 56 }; A.AttributedSpans__getMarkerAt_closure1.prototype = { call$1(marker) { return marker.markerType === this.type; }, - $signature: 55 + $signature: 56 }; A.AttributedSpans__insertMarker_closure.prototype = { call$1(existingMarker) { return existingMarker.compareTo$1(0, this.newMarker) > 0; }, - $signature: 55 + $signature: 56 }; A.AttributedSpans__mergeBackToBackAttributions_closure.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_1 && marker.offset === this.mergePoint - 1; }, - $signature: 55 + $signature: 56 }; A.AttributedSpans__mergeBackToBackAttributions_closure0.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_0 && marker.offset === this.mergePoint; }, - $signature: 55 + $signature: 56 }; A.AttributedSpans__mergeBackToBackAttributions_closure1.prototype = { call$1(marker) { return marker.attribution.$eq(0, this.startMarker.attribution); }, - $signature: 55 + $signature: 56 }; A.AttributedSpans_copyAttributionRegion_closure.prototype = { call$1(marker) { return marker.offset < this.startOffset; }, - $signature: 55 + $signature: 56 }; A.AttributedSpans_copyAttributionRegion_closure0.prototype = { call$1(marker) { @@ -194403,19 +194022,19 @@ t2.$indexSet(0, t3, t1 - 1); } }, - $signature: 327 + $signature: 291 }; A.AttributedSpans_copyAttributionRegion__closure1.prototype = { call$0() { return 0; }, - $signature: 166 + $signature: 182 }; A.AttributedSpans_copyAttributionRegion__closure2.prototype = { call$0() { return 0; }, - $signature: 166 + $signature: 182 }; A.AttributedSpans_copyAttributionRegion_closure1.prototype = { call$2(markerAttribution, count) { @@ -194425,14 +194044,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: 849 + $signature: 790 }; A.AttributedSpans_copyAttributionRegion_closure2.prototype = { call$1(marker) { var t1 = marker.offset; return this.startOffset <= t1 && t1 <= this._box_0.endOffset; }, - $signature: 55 + $signature: 56 }; A.AttributedSpans_copyAttributionRegion_closure3.prototype = { call$1(marker) { @@ -194440,13 +194059,13 @@ $.$get$_log0().log$4(B.Level_FINE_500, 'copying "' + marker.attribution.toString$0(0) + '" at ' + t1 + " from original AttributionSpans to copy region.", null, null); this.cutAttributions.push(marker.copyWith$1$offset(t1 - this.startOffset)); }, - $signature: 327 + $signature: 291 }; A.AttributedSpans_copyAttributionRegion_closure4.prototype = { call$1(marker) { return marker.offset > this._box_0.endOffset; }, - $signature: 55 + $signature: 56 }; A.AttributedSpans_copyAttributionRegion_closure5.prototype = { call$1(marker) { @@ -194469,19 +194088,19 @@ t2.$indexSet(0, t3, t1 - 1); } }, - $signature: 327 + $signature: 291 }; A.AttributedSpans_copyAttributionRegion__closure.prototype = { call$0() { return 0; }, - $signature: 166 + $signature: 182 }; A.AttributedSpans_copyAttributionRegion__closure0.prototype = { call$0() { return 0; }, - $signature: 166 + $signature: 182 }; A.AttributedSpans_copyAttributionRegion_closure6.prototype = { call$2(markerAttribution, count) { @@ -194492,19 +194111,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: 849 + $signature: 790 }; A.AttributedSpans_pushAttributionsBack_closure.prototype = { call$1(marker) { return marker.copyWith$1$offset(marker.offset + this.offset); }, - $signature: 735 + $signature: 789 }; A.AttributedSpans_contractAttributions_closure.prototype = { call$1(marker) { return marker.offset < this.startOffset; }, - $signature: 55 + $signature: 56 }; A.AttributedSpans_contractAttributions_closure0.prototype = { call$1(marker) { @@ -194512,7 +194131,7 @@ t2 = marker.offset; return t1 <= t2 && t2 < t1 + this.count; }, - $signature: 55 + $signature: 56 }; A.AttributedSpans_contractAttributions_closure1.prototype = { call$1(marker) { @@ -194535,19 +194154,19 @@ _this.needToEndAttributions.add$1(0, t2); } }, - $signature: 327 + $signature: 291 }; A.AttributedSpans_contractAttributions_closure2.prototype = { call$1(marker) { return marker.offset >= this.startOffset + this.count; }, - $signature: 55 + $signature: 56 }; A.AttributedSpans_contractAttributions_closure3.prototype = { call$1(marker) { return marker.copyWith$1$offset(marker.offset - this.count); }, - $signature: 735 + $signature: 789 }; A.SpanMarker.prototype = { copyWith$1$offset(offset) { @@ -196184,7 +195803,7 @@ t1.setState$1(new A.BoardViewState_build__closure0()); } }, - $signature: 3346 + $signature: 1352 }; A.BoardViewState_build__closure0.prototype = { call$0() { @@ -196203,7 +195822,7 @@ if (t1._framework$_element != null) t1.setState$1(new A.BoardViewState_build__closure1()); }, - $signature: 203 + $signature: 197 }; A.BoardViewState_build__closure1.prototype = { call$0() { @@ -196233,7 +195852,7 @@ if (t1._framework$_element != null) t1.setState$1(new A.BoardViewState_build__closure()); }, - $signature: 3163 + $signature: 1359 }; A.BoardViewState_build__closure.prototype = { call$0() { @@ -196601,7 +196220,7 @@ call$2(h, i) { return A._combine(h, J.get$hashCode$(i)); }, - $signature: 618 + $signature: 764 }; A.BuiltList.prototype = { rebuild$1(updates) { @@ -197295,14 +196914,14 @@ var t1 = this.$this.$ti; this.replacement.$indexSet(0, t1._precomputed1._as(key), t1._rest[1]._as(value)); }, - $signature: 197 + $signature: 191 }; 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: 197 + $signature: 191 }; A.BuiltSet.prototype = { get$hashCode(_) { @@ -197721,7 +197340,7 @@ $._indentingBuiltValueToStringHelperIndent = $._indentingBuiltValueToStringHelperIndent + 2; return new A.IndentingBuiltValueToStringHelper(t1); }, - $signature: 3074 + $signature: 1402 }; A.IndentingBuiltValueToStringHelper.prototype = { add$2(_, field, value) { @@ -197854,34 +197473,34 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.Object); }, - $signature: 2859 + $signature: 1404 }; A.Serializers_Serializers_closure0.prototype = { call$0() { var t1 = type$.Object; return A.ListMultimapBuilder_ListMultimapBuilder(t1, t1); }, - $signature: 2777 + $signature: 1405 }; A.Serializers_Serializers_closure1.prototype = { call$0() { var t1 = type$.Object; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 2609 + $signature: 1407 }; A.Serializers_Serializers_closure2.prototype = { call$0() { return A.SetBuilder_SetBuilder(type$.Object); }, - $signature: 2598 + $signature: 1432 }; A.Serializers_Serializers_closure3.prototype = { call$0() { var t1 = type$.Object; return A.SetMultimapBuilder_SetMultimapBuilder(t1, t1); }, - $signature: 2594 + $signature: 1441 }; A.FullType.prototype = { $eq(_, other) { @@ -198275,13 +197894,13 @@ call$1(value) { return this.serializers.serialize$2$specifiedType(value, this.valueType); }, - $signature: 188 + $signature: 198 }; A.BuiltListMultimapSerializer_deserialize_closure.prototype = { call$1(value) { return this.serializers.deserialize$2$specifiedType(value, this.valueType); }, - $signature: 417 + $signature: 373 }; A.BuiltListSerializer.prototype = { serialize$3$specifiedType(serializers, builtList, specifiedType) { @@ -198321,13 +197940,13 @@ call$1(item) { return this.serializers.serialize$2$specifiedType(item, this.elementType); }, - $signature: 188 + $signature: 198 }; A.BuiltListSerializer_deserialize_closure.prototype = { call$1(item) { return this.serializers.deserialize$2$specifiedType(item, this.elementType); }, - $signature: 188 + $signature: 198 }; A.BuiltMapSerializer.prototype = { serialize$3$specifiedType(serializers, builtMap, specifiedType) { @@ -198462,13 +198081,13 @@ call$1(value) { return this.serializers.serialize$2$specifiedType(value, this.valueType); }, - $signature: 188 + $signature: 198 }; A.BuiltSetMultimapSerializer_deserialize_closure.prototype = { call$1(value) { return this.serializers.deserialize$2$specifiedType(value, this.valueType); }, - $signature: 188 + $signature: 198 }; A.BuiltSetSerializer.prototype = { serialize$3$specifiedType(serializers, builtSet, specifiedType) { @@ -198508,13 +198127,13 @@ call$1(item) { return this.serializers.serialize$2$specifiedType(item, this.elementType); }, - $signature: 188 + $signature: 198 }; A.BuiltSetSerializer_deserialize_closure.prototype = { call$1(item) { return this.serializers.deserialize$2$specifiedType(item, this.elementType); }, - $signature: 188 + $signature: 198 }; A.DateTimeSerializer.prototype = { serialize$3$specifiedType(serializers, dateTime, specifiedType) { @@ -198943,7 +198562,7 @@ call$1(value) { return value == null; }, - $signature: 138 + $signature: 136 }; A.StandardJsonPlugin__toList_closure0.prototype = { call$2(key, value) { @@ -198958,13 +198577,13 @@ t1[t3 + 1] = value; t2.i = t3 + 2; }, - $signature: 197 + $signature: 191 }; A.StandardJsonPlugin__toListUsingDiscriminator_closure.prototype = { call$1(value) { return value == null; }, - $signature: 138 + $signature: 136 }; A.StandardJsonPlugin__toListUsingDiscriminator_closure0.prototype = { call$2(key, value) { @@ -198981,7 +198600,7 @@ t1[t3 + 1] = value; t2.i = t3 + 2; }, - $signature: 197 + $signature: 191 }; A.CachedNetworkImage.prototype = { build$1(context) { @@ -199004,7 +198623,7 @@ var _null = null; return A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 628 + $signature: 732 }; A.CachedNetworkImageProvider.prototype = { obtainKey$1(configuration) { @@ -199202,7 +198821,7 @@ call$2(bytes, total) { this.chunkEvents.add$1(0, new A.ImageChunkEvent(bytes, total)); }, - $signature: 191 + $signature: 200 }; A.ImageRenderMethodForWeb.prototype = { _enumToString$0() { @@ -199212,8 +198831,8 @@ A.MultiImageStreamCompleter.prototype = { MultiImageStreamCompleter$4$chunkEvents$codec$informationCollector$scale(chunkEvents, codec, informationCollector, scale) { var _this = this; - codec.listen$2$onError(new A.MultiImageStreamCompleter_closure(_this), new A.MultiImageStreamCompleter_closure0(_this, informationCollector)); - chunkEvents.listen$2$onError(_this.get$reportImageChunkEvent(), new A.MultiImageStreamCompleter_closure1(_this, informationCollector)); + codec.listen$2$onError(0, new A.MultiImageStreamCompleter_closure(_this), new A.MultiImageStreamCompleter_closure0(_this, informationCollector)); + chunkEvents.listen$2$onError(0, _this.get$reportImageChunkEvent(), new A.MultiImageStreamCompleter_closure1(_this, informationCollector)); }, _multi_image_stream_completer$_handleAppFrame$1(timestamp) { var t3, completedCycles, _this = this, @@ -199352,19 +198971,19 @@ t1._multi_image_stream_completer$_decodeNextFrameAndSchedule$0(); } }, - $signature: 590 + $signature: 469 }; 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: 574 + $signature: 444 }; 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: 574 + $signature: 444 }; A.StringCharacters.prototype = { get$iterator(_) { @@ -200151,13 +199770,13 @@ call$1(_) { return null; }, - $signature: 636 + $signature: 705 }; A.BaseBarRenderer_preprocessSeries__closure1.prototype = { call$0() { return A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.BaseBarRendererElement); }, - $signature: 1664 + $signature: 1631 }; A.BaseBarRenderer_preprocessSeries__closure2.prototype = { call$1(index) { @@ -200167,7 +199786,7 @@ t1.toString; return t1; }, - $signature: 1633 + $signature: 1663 }; A.BaseBarRenderer_preprocessSeries_closure0.prototype = { call$1(series) { @@ -200210,7 +199829,7 @@ call$2(a, b) { return a + b; }, - $signature: 224 + $signature: 211 }; A.BaseBarRenderer_update_closure.prototype = { call$1(series) { @@ -200312,7 +199931,7 @@ call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 602 + $signature: 542 }; A.BaseBarRenderer_update_closure0.prototype = { call$2(key, barStackList) { @@ -200420,7 +200039,7 @@ allKeys.addAll$1(0, keys); return allKeys; }, - $signature: 1598 + $signature: 1828 }; A.BaseBarRenderer__getSegmentsForDomainValue_closure0.prototype = { call$1(stackKey) { @@ -200493,13 +200112,13 @@ call$0() { return A._setArrayType([], type$.JSArray_int); }, - $signature: 641 + $signature: 664 }; A._ReversedSeriesIterator_closure0.prototype = { call$2(_, indices) { return B.JSArray_methods.addAll$1(this.$this._visitIndex, J.get$reversed$ax(indices)); }, - $signature: 1547 + $signature: 1933 }; A.BaseBarRendererConfig.prototype = { $eq(_, other) { @@ -201333,13 +200952,13 @@ t1.set$textStyle(this.wholeLabel._text_element$_textStyle); return t1; }, - $signature: 1546 + $signature: 1937 }; A.BaseTickDrawStrategy_getLabelWidth_closure.prototype = { call$1(line) { return line.get$measurement().horizontalSliceWidth; }, - $signature: 1524 + $signature: 2007 }; A._PixelVerticalDirection.prototype = { _enumToString$0() { @@ -202368,7 +201987,7 @@ call$1(value) { return value == null ? "" : this.numberFormat.format$1(value); }, - $signature: 644 + $signature: 643 }; A.BaseTickProvider.prototype = { createTicks$8$context$formatter$formatterValueCache$graphicsFactory$scale$stepSize$tickDrawStrategy(domainValues, context, formatter, formatterValueCache, graphicsFactory, scale, stepSize, tickDrawStrategy) { @@ -202915,32 +202534,32 @@ axis.context = t1; axis.tickDrawStrategy = A.NoneDrawStrategy$(t1, this.graphicsFactory, type$.num); }, - $signature: 317 + $signature: 315 }; A.CartesianChart_makeSeries_closure.prototype = { call$1(_) { return 0; }, - $signature: 1483 + $signature: 2083 }; A.CartesianChart_preprocessSeries_closure.prototype = { call$2(axisId, axis) { this.$this.addView$1(axis); }, - $signature: 317 + $signature: 315 }; A.CartesianChart_preprocessSeries_closure0.prototype = { call$2(axisId, axis) { axis.resetDomains$0(); }, - $signature: 317 + $signature: 315 }; A.CartesianChart_preprocessSeries_closure1.prototype = { call$2(axisId, axis) { axis.axisOrientation = this.reverseAxisDirection ? B.AxisOrientation_3 : B.AxisOrientation_1; axis.reverseOutputRange = false; }, - $signature: 317 + $signature: 315 }; A.CartesianChart_preprocessSeries_closure2.prototype = { call$2(rendererId, seriesList) { @@ -202956,7 +202575,7 @@ call$2(axisId, axis) { axis.updateTicks$0(); }, - $signature: 317 + $signature: 315 }; A.BaseCartesianRenderer.prototype = { onAttach$1(chart) { @@ -203370,7 +202989,7 @@ view.set$graphicsFactory(t1); return t1; }, - $signature: 177 + $signature: 180 }; A.BaseChart_getSelectionModel_closure.prototype = { call$0() { @@ -203529,7 +203148,7 @@ t1 = t1.get$animatingThisDraw() ? t1.animationPercent : 1; view.paint$2(this.canvas, t1); }, - $signature: 177 + $signature: 180 }; A.BaseChart_fireOnDraw_closure.prototype = { call$1(listener) { @@ -203653,7 +203272,7 @@ else return origColor; }, - $signature: 231 + $signature: 215 }; A.Legend.prototype = { defaultLegendMeasureFormatter$1(value) { @@ -204585,7 +204204,7 @@ call$1(i) { return J.toString$0$(this.$this.domainFn.call$1(i)); }, - $signature: 1434 + $signature: 2208 }; A.ImmutableSeries.prototype = {}; A.SelectionModel.prototype = { @@ -204763,7 +204382,7 @@ t1.toString; return t1; }, - $signature: 231 + $signature: 215 }; A.BaseSeriesRenderer_assignMissingColors_closure0.prototype = { call$1(series) { @@ -204793,7 +204412,7 @@ call$1(_) { return this.color; }, - $signature: 231 + $signature: 215 }; A.BaseSeriesRenderer_assignMissingColors_closure1.prototype = { call$1(category) { @@ -204828,13 +204447,13 @@ call$1(_) { return this.color; }, - $signature: 231 + $signature: 215 }; A.BaseSeriesRenderer_assignMissingColors__closure1.prototype = { call$1(index) { return this.series.colorFn.call$1(index); }, - $signature: 231 + $signature: 215 }; A.BaseSeriesRenderer_assignMissingColors_closure3.prototype = { call$1(series) { @@ -204849,7 +204468,7 @@ call$1(index) { return this.series.colorFn.call$1(index); }, - $signature: 231 + $signature: 215 }; A.BaseSeriesRenderer_assignMissingColors_closure4.prototype = { call$1(series) { @@ -205034,7 +204653,7 @@ t2.toString; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 645 + $signature: 616 }; A.LayoutManagerImpl_positionOrderedViews_closure.prototype = { call$2(v1, v2) { @@ -205045,13 +204664,13 @@ t2.toString; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 645 + $signature: 616 }; A.LayoutManagerImpl_drawableLayoutAreaBounds_closure.prototype = { call$1(view) { return view.get$isSeriesRenderer(); }, - $signature: 647 + $signature: 629 }; A.LayoutManagerImpl_layout_closure.prototype = { call$1(view) { @@ -205059,7 +204678,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return view.layout$2(t1, t1); }, - $signature: 177 + $signature: 180 }; A.LayoutManagerImpl__viewsForPositions_closure.prototype = { call$1(view) { @@ -205071,7 +204690,7 @@ t1 = true; return t1; }, - $signature: 647 + $signature: 629 }; A._MeasuredSizes.prototype = {}; A.SizeList.prototype = { @@ -205141,7 +204760,7 @@ t1.preferredSizes.add$1(0, size.preferredWidth); t1.minimumSizes.add$1(0, size.minWidth); }, - $signature: 177 + $signature: 180 }; A.LeftMarginLayoutStrategy.prototype = { layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { @@ -205164,7 +204783,7 @@ view.layout$2(A.Rectangle$(left, 0 + t3, width, t2 - 0, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 177 + $signature: 180 }; A.RightMarginLayoutStrategy.prototype = { layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { @@ -205187,7 +204806,7 @@ view.layout$2(A.Rectangle$(left, 0 + t3, width, t2 - 0, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 177 + $signature: 180 }; A.HorizontalMarginStrategy.prototype = { measure$4$fullWidth$maxHeight$width(_, views, fullWidth, maxHeight, width) { @@ -205218,7 +204837,7 @@ t1.preferredSizes.add$1(0, size.preferredHeight); t1.minimumSizes.add$1(0, size.minHeight); }, - $signature: 177 + $signature: 180 }; A.TopMarginLayoutStrategy.prototype = { layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { @@ -205241,7 +204860,7 @@ view.layout$2(A.Rectangle$(0 + t3, $top, t2 - 0, height, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 177 + $signature: 180 }; A.BottomMarginLayoutStrategy.prototype = { layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { @@ -205264,7 +204883,7 @@ view.layout$2(A.Rectangle$(0 + t3, $top, t2 - 0, height, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 177 + $signature: 180 }; A.LayoutPosition.prototype = { _enumToString$0() { @@ -205581,7 +205200,7 @@ return _null; return new A.Color0(color.r, color.g, color.b, B.JSNumber_methods.round$0(color.a * 0.1), _null, _null); }, - $signature: 1402 + $signature: 2423 }; A.LineRenderer_preprocessSeries_closure.prototype = { call$1(series) { @@ -205651,7 +205270,7 @@ call$1(_) { return null; }, - $signature: 636 + $signature: 705 }; A.LineRenderer__mergeIntoSeriesMap_closure.prototype = { call$1(series) { @@ -205809,7 +205428,7 @@ animatingElements.allPoints = allPointList; _this.previousPointList[t3] = allPointList; }, - $signature: 1376 + $signature: 2458 }; A.LineRenderer_update___closure.prototype = { call$1(elements) { @@ -206521,79 +206140,79 @@ call$1(_) { return false; }, - $signature: 503 + $signature: 585 }; A.MaterialPalette__orderedPalettes_closure.prototype = { call$0() { return B.C_MaterialBlue; }, - $signature: 137 + $signature: 140 }; A.MaterialPalette__orderedPalettes_closure0.prototype = { call$0() { return B.C_MaterialRed; }, - $signature: 137 + $signature: 140 }; A.MaterialPalette__orderedPalettes_closure1.prototype = { call$0() { return B.C_MaterialYellow; }, - $signature: 137 + $signature: 140 }; A.MaterialPalette__orderedPalettes_closure2.prototype = { call$0() { return B.C_MaterialGreen; }, - $signature: 137 + $signature: 140 }; A.MaterialPalette__orderedPalettes_closure3.prototype = { call$0() { return B.C_MaterialPurple; }, - $signature: 137 + $signature: 140 }; A.MaterialPalette__orderedPalettes_closure4.prototype = { call$0() { return B.C_MaterialCyan; }, - $signature: 137 + $signature: 140 }; A.MaterialPalette__orderedPalettes_closure5.prototype = { call$0() { return B.C_MaterialDeepOrange; }, - $signature: 137 + $signature: 140 }; A.MaterialPalette__orderedPalettes_closure6.prototype = { call$0() { return B.C_MaterialLime; }, - $signature: 137 + $signature: 140 }; A.MaterialPalette__orderedPalettes_closure7.prototype = { call$0() { return B.C_MaterialIndigo; }, - $signature: 137 + $signature: 140 }; A.MaterialPalette__orderedPalettes_closure8.prototype = { call$0() { return B.C_MaterialPink; }, - $signature: 137 + $signature: 140 }; A.MaterialPalette__orderedPalettes_closure9.prototype = { call$0() { return B.C_MaterialTeal; }, - $signature: 137 + $signature: 140 }; A.MaterialPalette__orderedPalettes_closure10.prototype = { call$1(f) { return f.call$0(); }, - $signature: 1340 + $signature: 2517 }; A.MaterialBlue.prototype = { get$shadeDefault() { @@ -206763,7 +206382,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 311 + $signature: 300 }; A.ProxyGestureListener_onTap_closure.prototype = { call$1(listener) { @@ -206771,7 +206390,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 311 + $signature: 300 }; A.ProxyGestureListener_onDragStart_closure.prototype = { call$1(listener) { @@ -206779,7 +206398,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 311 + $signature: 300 }; A.ProxyGestureListener_onDragUpdate_closure.prototype = { call$1(listener) { @@ -206787,7 +206406,7 @@ t1 = t1 == null ? null : t1.call$2(this.localPosition, this.scale); return t1 == null ? false : t1; }, - $signature: 311 + $signature: 300 }; A.ProxyGestureListener_onDragEnd_closure.prototype = { call$1(listener) { @@ -206795,14 +206414,14 @@ t1 = t1 == null ? null : t1.call$3(this.localPosition, this.scale, this.pixelsPerSecond); return t1 == null ? false : t1; }, - $signature: 311 + $signature: 300 }; A.ProxyGestureListener__cancel_closure.prototype = { call$1(listener) { if (!B.JSArray_methods.contains$1(this.keep, listener)) listener.onTapCancel.call$0(); }, - $signature: 680 + $signature: 637 }; A.ProxyGestureListener__populateActiveListeners_closure.prototype = { call$1(listener) { @@ -206815,7 +206434,7 @@ } else if (claimed || !_this._box_0.previouslyClaimed) _this.$this._activeListeners.push(listener); }, - $signature: 680 + $signature: 637 }; A.MaterialStyle.prototype = {}; A.StyleFactory.prototype = {}; @@ -206967,21 +206586,21 @@ index.toString; return this.measureFn.call$2(this.data[index], index); }, - $signature: 681 + $signature: 642 }; A.Series_Series_closure2.prototype = { call$1(index) { index.toString; return this.colorFn.call$2(this.data[index], index); }, - $signature: 231 + $signature: 215 }; A.Series_Series_closure.prototype = { call$1(index) { index.toString; return this.strokeWidthPxFn.call$2(this.data[index], index); }, - $signature: 681 + $signature: 642 }; A.AttributeKey.prototype = {}; A.SeriesAttributes.prototype = {}; @@ -207130,7 +206749,7 @@ var t1 = this.behavior; return userBehavior.get$role(userBehavior) === t1.get$role(t1); }, - $signature: 683 + $signature: 644 }; A.BaseChart__updateSelectionModel_closure.prototype = { call$1(model) { @@ -207164,19 +206783,19 @@ t2.toString; B.JSArray_methods.remove$1(t1._updatedListeners, t2); }, - $signature: 942 + $signature: 2549 }; A.BaseChart_getDesiredGestures_closure.prototype = { call$1(behavior) { this.types.addAll$1(0, behavior.get$desiredGestures()); }, - $signature: 833 + $signature: 647 }; A.BaseChart_getDesiredGestures_closure0.prototype = { call$1(behavior) { this.types.addAll$1(0, behavior.get$desiredGestures()); }, - $signature: 833 + $signature: 647 }; A.BaseChartState.prototype = { initState$0() { @@ -207253,13 +206872,13 @@ this.chartWidgets.push(A.LayoutId$(behavior.build$1(this.context), id)); } }, - $signature: 929 + $signature: 2560 }; A.BaseChartState_dispose_closure.prototype = { call$2(_, controller) { return controller.dispose$0(); }, - $signature: 930 + $signature: 2566 }; A.BaseChartState__animationTick_closure.prototype = { call$0() { @@ -207372,7 +206991,7 @@ } return A.Row$(rowChildren, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 931 + $signature: 2567 }; A.TabularLegendContentBuilder.prototype = { $eq(_, o) { @@ -207406,7 +207025,7 @@ call$1(d) { this.legend.onLegendEntryTapUp$1(this.legendEntry); }, - $signature: 111 + $signature: 106 }; A.TabularLegendLayout.prototype = { build$2(context, legendEntries) { @@ -207475,25 +207094,25 @@ t1.toString; return new A.Padding(t1, entry, null); }, - $signature: 934 + $signature: 2571 }; A.TabularLegendLayout__buildTableFromRows_closure.prototype = { call$1(r) { return r.children.length; }, - $signature: 936 + $signature: 2573 }; A.TabularLegendLayout__buildTableFromRows_closure0.prototype = { call$2(max, current) { return current > max ? current : max; }, - $signature: 533 + $signature: 466 }; A.TabularLegendLayout__buildTableFromRows_closure1.prototype = { call$1(_) { return this.padWidget; }, - $signature: 937 + $signature: 2574 }; A.SeriesLegend.prototype = { createCommonBehavior$0() { @@ -208075,7 +207694,7 @@ t1.toString; return A.getChartContainerRenderObject(type$.RenderBox._as(t1)); }, - $signature: 1070 + $signature: 2645 }; A.ChartGestureDetector_onTapDown_closure.prototype = { call$0() { @@ -208237,7 +207856,7 @@ call$1(child) { return child instanceof A.RenderSemanticsGestureHandler; }, - $signature: 900 + $signature: 681 }; A.WidgetLayoutDelegate.prototype = { performLayout$1(size) { @@ -210368,13 +209987,13 @@ this.$this.channel._invokeMethod$1$3$arguments$missingOk("performOperation_web", A.List_List$of(new A.MappedListIterable(t1, new A.DesktopDropWeb__registerEvents__closure(), t2), true, t2._eval$1("ListIterable.E")), false, type$.dynamic); } }, - $signature: 403 + $signature: 386 }; A.DesktopDropWeb__registerEvents__closure.prototype = { call$1(e) { return e.toJson$0(); }, - $signature: 1110 + $signature: 2681 }; A.DesktopDropWeb__registerEvents_closure0.prototype = { call$1($event) { @@ -210386,7 +210005,7 @@ t2.toString; this.$this.channel._invokeMethod$1$3$arguments$missingOk("entered", A._setArrayType([t1, t2], type$.JSArray_double), false, type$.dynamic); }, - $signature: 403 + $signature: 386 }; A.DesktopDropWeb__registerEvents_closure1.prototype = { call$1($event) { @@ -210398,7 +210017,7 @@ t2.toString; this.$this.channel._invokeMethod$1$3$arguments$missingOk("updated", A._setArrayType([t1, t2], type$.JSArray_double), false, type$.dynamic); }, - $signature: 403 + $signature: 386 }; A.DesktopDropWeb__registerEvents_closure2.prototype = { call$1($event) { @@ -210410,7 +210029,7 @@ t2.toString; this.$this.channel._invokeMethod$1$3$arguments$missingOk("exited", A._setArrayType([t1, t2], type$.JSArray_double), false, type$.dynamic); }, - $signature: 403 + $signature: 386 }; A.DesktopDrop.prototype = { init$0() { @@ -210565,7 +210184,7 @@ var _null = null; return A.XFile$(e, _null, _null, _null, _null); }, - $signature: 894 + $signature: 684 }; A.DesktopDrop__handleMethodChannel_closure0.prototype = { call$1(e) { @@ -210596,20 +210215,20 @@ var _null = null; return A.XFile$(e, _null, _null, _null, _null); }, - $signature: 894 + $signature: 684 }; A.DesktopDrop__handleMethodChannel_closure3.prototype = { call$1(e) { var t1 = J.cast$2$0$ax(e, type$.String, type$.dynamic); return new A.WebDropItem(t1.$index(0, "uri"), t1.$index(0, "name"), t1.$index(0, "type"), t1.$index(0, "size"), t1.$index(0, "relativePath"), A.DateTime$fromMillisecondsSinceEpoch(t1.$index(0, "lastModified"), false)); }, - $signature: 1115 + $signature: 2687 }; A.DesktopDrop__handleMethodChannel_closure4.prototype = { call$1(e) { return A.XFile$(e.uri, e.lastModified, e.size, e.type, e.name); }, - $signature: 1116 + $signature: 2696 }; A.WebDropItem.prototype = { toJson$0() { @@ -210799,7 +210418,7 @@ return A.DirectoryNode$($parent); return null; }, - $signature: 1129 + $signature: 2704 }; A.MemoryDirectory_createTempSync_closure.prototype = { call$0() { @@ -210924,7 +210543,7 @@ } return null; }, - $signature: 1132 + $signature: 2706 }; A._FileSink.prototype = { get$isStreaming() { @@ -210950,7 +210569,7 @@ A.throwExpression(A.StateError$("StreamSink is bound to a stream")); _this._streamCompleter = new A._AsyncCompleter(new A._Future($.Zone__current, type$._Future_void), type$._AsyncCompleter_void); t1 = new A._FileSink_addStream_finish(_this); - stream.listen$4$cancelOnError$onDone$onError(new A._FileSink_addStream_closure(_this), true, t1, new A._FileSink_addStream_closure0(_this, t1)); + stream.listen$4$cancelOnError$onDone$onError(0, new A._FileSink_addStream_closure(_this), true, t1, new A._FileSink_addStream_closure0(_this, t1)); return _this._streamCompleter.future; }, close$0(_) { @@ -210981,7 +210600,7 @@ t2._node0$_content = new Uint8Array(0); return t1._readLocal$0(); }, - $signature: 1133 + $signature: 2707 }; A._FileSink_addStream_finish.prototype = { call$0() { @@ -210995,33 +210614,33 @@ call$1(data) { return this.$this._addData$1(data); }, - $signature: 893 + $signature: 697 }; A._FileSink_addStream_closure0.prototype = { call$2(error, stackTrace) { this.$this._memory_file$_completer.completeError$2(error, stackTrace); this.finish.call$0(); }, - $signature: 158 + $signature: 163 }; A._FileSink_close_closure.prototype = { call$1(_) { return this.$this._memory_file$_completer.complete$0(0); }, - $signature: 1135 + $signature: 2728 }; A._FileSink_close_closure0.prototype = { call$2(error, stackTrace) { return this.$this._memory_file$_completer.completeError$2(error, stackTrace); }, - $signature: 131 + $signature: 144 }; A._FileSink__addData_closure.prototype = { call$1(node) { node.write$1(0, this.data); return node; }, - $signature: 1143 + $signature: 2738 }; A.MemoryFileStat.prototype = {}; A._MemoryFileSystem.prototype = { @@ -211103,7 +210722,7 @@ call$3($parent, childName, child) { return this.segmentVisitor.call$5($parent, childName, child, this.i, this.finalSegment); }, - $signature: 892 + $signature: 709 }; A.MemoryFileSystemEntity.prototype = { get$backingOrNull() { @@ -211244,7 +210863,7 @@ } return child; }, - $signature: 1150 + $signature: 2797 }; A.Node2.prototype = { Node$1(_parent) { @@ -211360,7 +210979,7 @@ t2 = false; return t2 ? t1.call$3($parent, childName, child) : child; }, - $signature: 892 + $signature: 709 }; A.DirectoryAddOnsMixin.prototype = { childFile$1(basename) { @@ -211372,37 +210991,37 @@ call$1(codes) { return 22; }, - $signature: 265 + $signature: 244 }; A.ErrorCodes_EISDIR_closure.prototype = { call$1(codes) { return 21; }, - $signature: 265 + $signature: 244 }; A.ErrorCodes_ELOOP_closure.prototype = { call$1(codes) { return 40; }, - $signature: 265 + $signature: 244 }; A.ErrorCodes_ENOENT_closure.prototype = { call$1(codes) { return 2; }, - $signature: 265 + $signature: 244 }; A.ErrorCodes_ENOTDIR_closure.prototype = { call$1(codes) { return 20; }, - $signature: 265 + $signature: 244 }; A.ErrorCodes_ENOTEMPTY_closure.prototype = { call$1(codes) { return 39; }, - $signature: 265 + $signature: 244 }; A._LinuxCodes.prototype = {$is_Codes: 1}; A.FileSystem0.prototype = { @@ -211516,19 +211135,19 @@ if (t1.length >= this.files.length) this.filesCompleter.complete$1(0, t1); }, - $signature: 1152 + $signature: 2800 }; A.FilePickerWeb_pickFiles_changeEventListener_closure.prototype = { call$1(e) { this.addPickedFile.call$4(this.file, null, A._asStringQ(B.FileReader_methods.get$result(this.reader)), null); }, - $signature: 419 + $signature: 410 }; 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: 419 + $signature: 410 }; A.FilePickerWeb_pickFiles_cancelledEventListener.prototype = { call$1(_) { @@ -211547,13 +211166,13 @@ this.filesCompleter.complete$1(0, null); } }, - $signature: 8 + $signature: 7 }; A.FilePickerWeb__fileType_closure.prototype = { call$2(prev, next) { return (prev.length === 0 ? "" : prev + ",") + " ." + next; }, - $signature: 486 + $signature: 602 }; A.FileType.prototype = { _enumToString$0() { @@ -212116,7 +211735,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 1159 + $signature: 2807 }; A.Int64.prototype = { $add(_, other) { @@ -213558,7 +213177,7 @@ if (t1._framework$_element != null && this.wasHeldDown !== t1._buttonHeldDown) t1._animate$0(0); }, - $signature: 104 + $signature: 103 }; A.__CupertinoButtonState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -213863,7 +213482,7 @@ var marker = color.$eq(0, this.$this._effectiveColor) ? "*" : ""; return marker + $name + " = " + color.toString$0(0) + marker; }, - $signature: 1167 + $signature: 3053 }; A._CupertinoDynamicColor_Color_Diagnosticable.prototype = {}; A._CupertinoDesktopTextSelectionHandleControls.prototype = {}; @@ -214488,7 +214107,7 @@ t1.toString; return t1; }, - $signature: 341 + $signature: 401 }; A._CupertinoEdgeShadowDecoration_lerp_closure0.prototype = { call$1(color) { @@ -214496,7 +214115,7 @@ t1.toString; return t1; }, - $signature: 341 + $signature: 401 }; A._CupertinoEdgeShadowPainter.prototype = { paint$3(canvas, offset, configuration) { @@ -214645,7 +214264,7 @@ call$1(_) { return A.HapticFeedback_mediumImpact(); }, - $signature: 1245 + $signature: 865 }; A.CupertinoSwitch.prototype = { createState$0() { @@ -215059,7 +214678,7 @@ call$2(innerContext, offset) { this.$this._thumbPainter.paint$2(innerContext.get$canvas(innerContext), this.thumbBounds); }, - $signature: 93 + $signature: 91 }; A.__CupertinoSwitchState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -215264,7 +214883,7 @@ t1.toString; return innerContext.paintChild$2(t1, innerOffset); }, - $signature: 93 + $signature: 91 }; A._CupertinoTextSelectionToolbarContent.prototype = { createState$0() { @@ -215702,7 +215321,7 @@ call$0() { return 0; }, - $signature: 128 + $signature: 129 }; A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure0.prototype = { call$1(renderObjectChild) { @@ -215754,7 +215373,7 @@ if (t1.currentPage === t4._text_selection_toolbar0$_page) _this.toolbarWidth.__late_helper$_value = t1.currentButtonPosition; }, - $signature: 67 + $signature: 68 }; A._RenderCupertinoTextSelectionToolbarItems_paint_closure.prototype = { call$1(renderObjectChild) { @@ -215777,19 +215396,19 @@ } } }, - $signature: 67 + $signature: 68 }; A._RenderCupertinoTextSelectionToolbarItems_hitTestChild_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 75 + $signature: 77 }; A._RenderCupertinoTextSelectionToolbarItems_redepthChildren_closure.prototype = { call$1(renderObjectChild) { this.$this.redepthChild$1(type$.RenderBox._as(renderObjectChild)); }, - $signature: 67 + $signature: 68 }; A._RenderCupertinoTextSelectionToolbarItems_visitChildrenForSemantics_closure.prototype = { call$1(renderObjectChild) { @@ -215800,7 +215419,7 @@ if (type$.ToolbarItemsParentData._as(t1).shouldPaint) this.visitor.call$1(renderObjectChild); }, - $signature: 67 + $signature: 68 }; A._RenderCupertinoTextSelectionToolbarItems_debugDescribeChildren_closure.prototype = { call$1(renderObjectChild) { @@ -215817,7 +215436,7 @@ t2.push(A.DiagnosticableTreeNode$("menu item", null, renderObjectChild)); } }, - $signature: 67 + $signature: 68 }; A._CupertinoTextSelectionToolbarItemsSlot.prototype = { _enumToString$0() { @@ -216150,7 +215769,7 @@ call$1(color) { return A.CupertinoDynamicColor_maybeResolve(color, this.context); }, - $signature: 876 + $signature: 793 }; A.NoDefaultCupertinoThemeData.prototype = { resolveFrom$1(context) { @@ -216189,7 +215808,7 @@ call$1(color) { return A.CupertinoDynamicColor_maybeResolve(color, this.context); }, - $signature: 876 + $signature: 793 }; A._CupertinoThemeDefaults.prototype = { resolveFrom$2(context, resolveTextTheme) { @@ -216214,7 +215833,7 @@ call$1(color) { return color instanceof A.CupertinoDynamicColor ? color.resolveFrom$1(this.context) : color; }, - $signature: 341 + $signature: 401 }; A._CupertinoTextThemeDefaults.prototype = {}; A._DefaultCupertinoTextThemeData.prototype = { @@ -216376,7 +215995,7 @@ call$0() { return null; }, - $signature: 1289 + $signature: 4207 }; A._browserPlatform_closure.prototype = { call$0() { @@ -216400,7 +216019,7 @@ return B.TargetPlatform_3; return B.TargetPlatform_0; }, - $signature: 872 + $signature: 641 }; A._ErrorDiagnostic.prototype = { toString$1$minLevel(_, minLevel) { @@ -216546,7 +216165,7 @@ call$1(node) { return node.get$level(node) === B.DiagnosticLevel_6; }, - $signature: 1291 + $signature: 4206 }; A.FlutterErrorDetails_summary_closure0.prototype = { call$0() { @@ -216558,7 +216177,7 @@ call$1(frame) { return frame.packageScheme === "dart"; }, - $signature: 1293 + $signature: 4201 }; A.FlutterError.prototype = { get$message(_) { @@ -216578,7 +216197,7 @@ call$1(line) { return A.ErrorDescription$(line); }, - $signature: 1294 + $signature: 3578 }; A.FlutterError_defaultStackFilter_closure.prototype = { call$1(value) { @@ -216596,7 +216215,7 @@ call$1(node) { return B.JSString_methods.trimRight$0(this.renderer._debugRender$4$parentConfiguration$prefixLineOne$prefixOtherLines(node, null, "", null)); }, - $signature: 1295 + $signature: 3577 }; A.debugPrintStack_closure.prototype = { call$1(line) { @@ -216711,7 +216330,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 869 + $signature: 698 }; A.BindingBase_initServiceExtensions_closure0.prototype = { call$1(uri) { @@ -216734,7 +216353,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 398 + $signature: 400 }; A.BindingBase_initServiceExtensions_closure1.prototype = { call$0() { @@ -216760,7 +216379,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 869 + $signature: 698 }; A.BindingBase_initServiceExtensions_closure2.prototype = { call$1(serverAddress) { @@ -216783,7 +216402,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 398 + $signature: 400 }; A.BindingBase_lockEvents_closure.prototype = { call$0() { @@ -216853,7 +216472,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 315 + $signature: 268 }; A.BindingBase_registerNumericServiceExtension_closure.prototype = { call$1(parameters) { @@ -216910,7 +216529,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 315 + $signature: 268 }; A.BindingBase_registerStringServiceExtension_closure.prototype = { call$1(parameters) { @@ -216963,7 +216582,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 315 + $signature: 268 }; A.BindingBase_registerServiceExtension_closure.prototype = { call$2(method, parameters) { @@ -217040,7 +216659,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 783 + $signature: 628 }; A.BindingBase_registerServiceExtension__closure.prototype = { call$0() { @@ -217183,7 +216802,7 @@ t1 = this.$this; return A._setArrayType([A.DiagnosticsProperty$("The " + A.getRuntimeTypeOfDartObject(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: 145 + $signature: 143 }; A._MergingListenable.prototype = { addListener$1(_, listener) { @@ -217602,14 +217221,14 @@ ++t3.lines; } }, - $signature: 850 + $signature: 630 }; A.TextTreeRenderer__debugRender_closure.prototype = { call$1(n) { var t1 = n.get$level(n); return t1.index >= this.$this._minLevel.index; }, - $signature: 1341 + $signature: 3436 }; A.DiagnosticsNode.prototype = { get$level(_) { @@ -218031,7 +217650,7 @@ B.JSArray_methods.clear$0(t1); return new A.LicenseParagraph(t2, t3); }, - $signature: 1342 + $signature: 3435 }; A.LicenseRegistry_licenses_closure.prototype = { call$0() { @@ -218570,7 +218189,7 @@ return member.toString$0(0) + " (eager winner)"; return member.toString$0(0); }, - $signature: 1343 + $signature: 3414 }; A.GestureArenaManager.prototype = { add$2(_, pointer, member) { @@ -218665,7 +218284,7 @@ call$0() { return new A._GestureArena(A._setArrayType([], type$.JSArray_GestureArenaMember)); }, - $signature: 1346 + $signature: 3399 }; A.GestureArenaManager__tryToResolveArena_closure.prototype = { call$0() { @@ -218816,21 +218435,21 @@ 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: 145 + $signature: 143 }; 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: 145 + $signature: 143 }; A.FlutterErrorDetailsForPointerEventDispatcher.prototype = {}; A.PointerEventConverter_expand_closure.prototype = { call$1(datum) { return datum.signalKind !== B.PointerSignalKind_4; }, - $signature: 1356 + $signature: 3378 }; A.PointerEventConverter_expand_closure0.prototype = { call$1(datum) { @@ -218885,7 +218504,7 @@ throw A.wrapException(A.StateError$("Unreachable")); } }, - $signature: 1360 + $signature: 3377 }; A.Drag.prototype = { update$1(_, details) { @@ -219923,7 +219542,7 @@ call$1(c) { return B.JSNumber_methods.toStringAsPrecision$1(c, 3); }, - $signature: 1362 + $signature: 3376 }; A.LeastSquaresSolver.prototype = { solve$1(degree) { @@ -220479,13 +220098,13 @@ call$1(initialPosition) { return this.$this._startDrag$2(initialPosition, this.pointer); }, - $signature: 843 + $signature: 899 }; A.MultiDragGestureRecognizer__startDrag_closure.prototype = { call$0() { return this.$this.onStart.call$1(this.initialPosition); }, - $signature: 1366 + $signature: 3375 }; A._ImmediatePointerState.prototype = { checkForResolutionAfterMove$0() { @@ -220760,14 +220379,14 @@ call$0() { return A.LinkedHashMap_LinkedHashMap$_empty(type$.void_Function_PointerEvent, type$.nullable_Matrix4); }, - $signature: 1374 + $signature: 3371 }; A.PointerRouter__dispatchEventToRoutes_closure.prototype = { call$2(route, transform) { if (J.containsKey$1$x(this.referenceRoutes, route)) this.$this._dispatch$3(this.event, route, transform); }, - $signature: 1375 + $signature: 3370 }; A.PointerSignalResolver.prototype = { register$2(_, $event, callback) { @@ -221421,13 +221040,13 @@ call$1(x) { return x._rotation; }, - $signature: 827 + $signature: 885 }; A.ScaleGestureRecognizer__reconfigure_closure0.prototype = { call$2(a, b) { return a + b; }, - $signature: 224 + $signature: 211 }; A.ScaleGestureRecognizer__reconfigure_closure1.prototype = { call$0() { @@ -221500,13 +221119,13 @@ call$1(x) { return x._rotation; }, - $signature: 827 + $signature: 885 }; A.ScaleGestureRecognizer_acceptGesture_closure0.prototype = { call$2(a, b) { return a + b; }, - $signature: 224 + $signature: 211 }; A.TapDownDetails.prototype = {}; A.TapUpDetails.prototype = {}; @@ -221786,7 +221405,7 @@ call$0() { return new A._CombiningGestureArenaMember(this.$this, A._setArrayType([], type$.JSArray_GestureArenaMember), this.pointer); }, - $signature: 1377 + $signature: 3359 }; A.Velocity.prototype = { $sub(_, other) { @@ -221960,7 +221579,7 @@ var _this = this; return new A.LicensePage(_this.applicationName, _this.applicationVersion, _this.applicationIcon, _this.applicationLegalese, null); }, - $signature: 1401 + $signature: 3348 }; A.LicensePage.prototype = { createState$0() { @@ -222044,20 +221663,20 @@ prev.addLicense$1(license); return prev; }, - $signature: 1406 + $signature: 3343 }; A._PackagesViewState_licenses_closure0.prototype = { call$1(licenseData) { licenseData.sortPackages$0(); return licenseData; }, - $signature: 1407 + $signature: 3335 }; A._PackagesViewState_build_closure.prototype = { call$2(context, snapshot) { return new A.LayoutBuilder(new A._PackagesViewState_build__closure(this.$this, snapshot), new A.ValueKey(snapshot.connectionState, type$.ValueKey_ConnectionState)); }, - $signature: 1408 + $signature: 3334 }; A._PackagesViewState_build__closure.prototype = { call$2(context, constraints) { @@ -222080,7 +221699,7 @@ return A.Material$(B.Duration_200000, true, _null, A.Column$(A._setArrayType([this.$this._widget.about, B.Center_oER], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, t1.cardColor, 0, _null, _null, _null, _null, _null, B.MaterialType_0); } }, - $signature: 211 + $signature: 221 }; A._PackagesViewState_build___closure.prototype = { call$3(context, selectedId, _) { @@ -222092,13 +221711,13 @@ t4.toString; return A.Center$(A.Material$(B.Duration_200000, true, _null, A.Container$(_null, t3._packagesList$4(context, selectedId, t4, t3._widget.isLateral), B.Clip_0, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.Clip_0, t1.cardColor, 4, _null, _null, _null, _null, _null, B.MaterialType_0), _null, _null); }, - $signature: 1435 + $signature: 3331 }; A._PackagesViewState__initDefaultDetailPage_closure.prototype = { call$1(i) { return this.data.licenses[i]; }, - $signature: 818 + $signature: 874 }; A._PackagesViewState__packagesList_closure.prototype = { call$2(context, index) { @@ -222133,7 +221752,7 @@ call$1(i) { return this.data.licenses[i]; }, - $signature: 818 + $signature: 874 }; A._PackageListTile.prototype = { build$1(context) { @@ -222311,7 +221930,7 @@ call$2(context, index) { return A.Localizations_Localizations$override(this.listWidgets[index], context, B.Locale_en_US); }, - $signature: 1439 + $signature: 3317 }; A._PackageLicensePageTitle.prototype = { build$1(context) { @@ -222394,7 +222013,7 @@ return this.$this._lateralUI$1(context); return this.$this._nestedUI$1(context); }, - $signature: 211 + $signature: 221 }; A._MasterDetailFlowState__nestedUI_closure1.prototype = { call$0() { @@ -222435,7 +222054,7 @@ return A._setArrayType([this.masterPageRoute, t1._detailPageRoute$1(t1._cachedDetailArguments)], type$.JSArray_Route_void); } }, - $signature: 1444 + $signature: 3315 }; A._MasterDetailFlowState__nestedUI_closure0.prototype = { call$1(settings) { @@ -222455,7 +222074,7 @@ throw A.wrapException(A.Exception_Exception("Unknown route " + A.S(t1))); } }, - $signature: 1446 + $signature: 3314 }; A._MasterDetailFlowState__masterPageRoute_closure.prototype = { call$1(c) { @@ -222466,7 +222085,7 @@ t3 = t2.title; return A.BlockSemantics$(new A._MasterPage(t2.masterViewBuilder, t3, t1, _null)); }, - $signature: 1447 + $signature: 3310 }; A._MasterDetailFlowState__masterPageRoute__closure.prototype = { call$0() { @@ -222479,7 +222098,7 @@ var t1 = this.$this; return new A.WillPopScope(A.BlockSemantics$(t1._widget.detailPageBuilder$3(context, this.$arguments, null)), new A._MasterDetailFlowState__detailPageRoute__closure(t1, context), null); }, - $signature: 1448 + $signature: 3307 }; A._MasterDetailFlowState__detailPageRoute__closure.prototype = { call$0() { @@ -222512,7 +222131,7 @@ call$2(_, __) { return B.List_empty20; }, - $signature: 1477 + $signature: 3302 }; A._MasterDetailFlowState__lateralUI_closure0.prototype = { call$3(context, args, scrollController) { @@ -222523,13 +222142,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 826 + $signature: 884 }; A._MasterDetailFlowState__lateralUI_closure.prototype = { call$2(context, isLateral) { return this.$this._widget.masterViewBuilder$2(context, isLateral); }, - $signature: 824 + $signature: 883 }; A._MasterPage.prototype = { build$1(context) { @@ -222621,13 +222240,13 @@ t4 = t3.detailPageBuilder; return A.AnimatedSwitcher$(A.Container$(_null, new A._DetailView(t4, t1 ? t3.initialArguments : value, _null), B.Clip_0, _null, B.BoxConstraints_ALM, _null, _null, _null, new A.ValueKey(t2, type$.ValueKey_nullable_Object), _null, _null, _null, _null, _null), B.Duration_500000, B.C__Linear, B.C__Linear, new A._MasterDetailScaffoldState_build__closure()); }, - $signature: 1479 + $signature: 3300 }; A._MasterDetailScaffoldState_build__closure.prototype = { call$2(child, animation) { return A._FadeUpwardsPageTransition$(child, animation); }, - $signature: 476 + $signature: 449 }; A._DetailView.prototype = { build$1(context) { @@ -222646,7 +222265,7 @@ t2 = this.$this; return A.MouseRegion$(A.Card$(t2._builder.call$3(context, t2._about$_arguments, controller), B.Clip_2, t1.cardColor, 4, B.EdgeInsets_4_0_4_0, true, B.RoundedRectangleBorder_27D2), B.C__DeferringMouseCursor, _null, _null, _null, _null, _null); }, - $signature: 1484 + $signature: 3299 }; A._ActionButton.prototype = { build$1(context) { @@ -222702,19 +222321,19 @@ call$1(actionIconTheme) { return actionIconTheme == null ? null : actionIconTheme.backButtonIconBuilder; }, - $signature: 473 + $signature: 453 }; A.BackButtonIcon_build_closure0.prototype = { call$1(context) { return B.IconData_57490_MaterialIcons_null_true; }, - $signature: 472 + $signature: 454 }; A.BackButtonIcon_build_closure1.prototype = { call$1(materialLocalization) { return materialLocalization.get$backButtonTooltip(); }, - $signature: 471 + $signature: 455 }; A.BackButton.prototype = { _onPressedCallback$1(context) { @@ -222735,19 +222354,19 @@ call$1(actionIconTheme) { return actionIconTheme == null ? null : actionIconTheme.drawerButtonIconBuilder; }, - $signature: 473 + $signature: 453 }; A.DrawerButtonIcon_build_closure0.prototype = { call$1(context) { return B.IconData_58332_MaterialIcons_null_false; }, - $signature: 472 + $signature: 454 }; A.DrawerButtonIcon_build_closure1.prototype = { call$1(materialLocalization) { return materialLocalization.get$openAppDrawerTooltip(); }, - $signature: 471 + $signature: 455 }; A.DrawerButton.prototype = { _onPressedCallback$1(context) { @@ -222768,19 +222387,19 @@ call$1(actionIconTheme) { return actionIconTheme == null ? null : actionIconTheme.endDrawerButtonIconBuilder; }, - $signature: 473 + $signature: 453 }; A.EndDrawerButtonIcon_build_closure0.prototype = { call$1(context) { return B.IconData_58332_MaterialIcons_null_false; }, - $signature: 472 + $signature: 454 }; A.EndDrawerButtonIcon_build_closure1.prototype = { call$1(materialLocalization) { return materialLocalization.get$openAppDrawerTooltip(); }, - $signature: 471 + $signature: 455 }; A.EndDrawerButton.prototype = { _onPressedCallback$1(context) { @@ -222844,20 +222463,20 @@ call$1(buttonItem) { return A.CupertinoTextSelectionToolbarButton$buttonItem(buttonItem); }, - $signature: 1515 + $signature: 3296 }; A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure0.prototype = { call$1(buttonItem) { var t1 = this.context; return A.DesktopTextSelectionToolbarButton$text(t1, buttonItem.onPressed, A.AdaptiveTextSelectionToolbar_getButtonLabel(t1, buttonItem)); }, - $signature: 1516 + $signature: 3291 }; A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure1.prototype = { call$1(buttonItem) { return A.CupertinoDesktopTextSelectionToolbarButton$text(buttonItem.onPressed, A.AdaptiveTextSelectionToolbar_getButtonLabel(this.context, buttonItem)); }, - $signature: 1517 + $signature: 3290 }; A.ThemeMode.prototype = { _enumToString$0() { @@ -222873,7 +222492,7 @@ call$2(begin, end) { return new A.MaterialRectArcTween(begin, end); }, - $signature: 1521 + $signature: 3287 }; A.MaterialScrollBehavior.prototype = { getPlatform$1(context) { @@ -222997,7 +222616,7 @@ call$1(context) { return this.$this._widget.builder.call$2(context, this.child); }, - $signature: 52 + $signature: 51 }; A._MaterialAppState__buildWidgetApp_closure.prototype = { call$1$2(settings, builder, $T) { @@ -223006,7 +222625,7 @@ call$2(settings, builder) { return this.call$1$2(settings, builder, type$.dynamic); }, - $signature: 1525 + $signature: 3248 }; A._MaterialAppState_build_closure.prototype = { call$2(node, $event) { @@ -223014,7 +222633,7 @@ return B.KeyEventResult_1; return A.Tooltip_dismissAllToolTips() ? B.KeyEventResult_0 : B.KeyEventResult_1; }, - $signature: 221 + $signature: 227 }; A._SliverAppVariant.prototype = { _enumToString$0() { @@ -223672,7 +223291,7 @@ t1.toString; return 2 * Math.asin(this.distanceFromAtoB / (2 * t1)); }, - $signature: 128 + $signature: 129 }; A._CornerId.prototype = { _enumToString$0() { @@ -223784,7 +223403,7 @@ $length = delta.get$distance(); return t2._dx * delta._dx / $length + t2._dy * delta._dy / $length; }, - $signature: 1545 + $signature: 3232 }; A.BadgeThemeData.prototype = { get$hashCode(_) { @@ -224168,7 +223787,7 @@ call$1($event) { return this.$this.handleHover.call$1(true); }, - $signature: 130 + $signature: 131 }; A._DragHandle_build_closure0.prototype = { call$1($event) { @@ -224185,7 +223804,7 @@ call$0() { return A.VerticalDragGestureRecognizer$(this.$this, null); }, - $signature: 396 + $signature: 393 }; A._BottomSheetGestureDetector_build_closure0.prototype = { call$1(instance) { @@ -224195,7 +223814,7 @@ instance.onEnd = t1.onVerticalDragEnd; instance.onlyAcceptDragOnThreshold = true; }, - $signature: 393 + $signature: 391 }; A._BottomSheetDefaultsM3.prototype = { get$_bottom_sheet$_colors() { @@ -224462,7 +224081,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this.center); }, - $signature: 75 + $signature: 77 }; A.__RawMaterialButtonState_State_MaterialStateMixin.prototype = {}; A.ButtonBarThemeData.prototype = { @@ -224816,7 +224435,7 @@ call$1(getProperty) { return this.call$1$1(getProperty, type$.dynamic); }, - $signature: 1592 + $signature: 3198 }; A._ButtonStyleState_build_resolve.prototype = { call$1$1(getProperty, $T) { @@ -224825,7 +224444,7 @@ call$1(getProperty) { return this.call$1$1(getProperty, type$.dynamic); }, - $signature: 1597 + $signature: 3190 }; A._ButtonStyleState_build_resolve_closure.prototype = { call$1(style) { @@ -224840,91 +224459,91 @@ call$1(style) { return style == null ? null : style.get$elevation(style); }, - $signature: 799 + $signature: 813 }; A._ButtonStyleState_build_closure0.prototype = { call$1(style) { return style == null ? null : style.get$textStyle(); }, - $signature: 1599 + $signature: 3177 }; A._ButtonStyleState_build_closure1.prototype = { call$1(style) { return style == null ? null : style.get$backgroundColor(style); }, - $signature: 298 + $signature: 269 }; A._ButtonStyleState_build_closure2.prototype = { call$1(style) { return style == null ? null : style.get$foregroundColor(); }, - $signature: 298 + $signature: 269 }; A._ButtonStyleState_build_closure3.prototype = { call$1(style) { return style == null ? null : style.get$shadowColor(style); }, - $signature: 298 + $signature: 269 }; A._ButtonStyleState_build_closure4.prototype = { call$1(style) { return style == null ? null : style.get$surfaceTintColor(); }, - $signature: 298 + $signature: 269 }; A._ButtonStyleState_build_closure5.prototype = { call$1(style) { return style == null ? null : style.get$padding(style); }, - $signature: 1631 + $signature: 3176 }; A._ButtonStyleState_build_closure6.prototype = { call$1(style) { return style == null ? null : style.get$minimumSize(); }, - $signature: 458 + $signature: 559 }; A._ButtonStyleState_build_closure7.prototype = { call$1(style) { return style == null ? null : style.fixedSize; }, - $signature: 458 + $signature: 559 }; A._ButtonStyleState_build_closure8.prototype = { call$1(style) { return style == null ? null : style.get$maximumSize(); }, - $signature: 458 + $signature: 559 }; A._ButtonStyleState_build_closure9.prototype = { call$1(style) { return style == null ? null : style.iconColor; }, - $signature: 298 + $signature: 269 }; A._ButtonStyleState_build_closure10.prototype = { call$1(style) { return style == null ? null : style.get$iconSize(); }, - $signature: 799 + $signature: 813 }; A._ButtonStyleState_build_closure11.prototype = { call$1(style) { return style == null ? null : style.get$side(); }, - $signature: 1638 + $signature: 3166 }; A._ButtonStyleState_build_closure12.prototype = { call$1(style) { return style == null ? null : style.get$shape(style); }, - $signature: 1639 + $signature: 3163 }; A._ButtonStyleState_build_closure20.prototype = { call$1(states) { return this.effectiveValue.call$1$1(new A._ButtonStyleState_build__closure0(states), type$.MouseCursor); }, - $signature: 1640 + $signature: 3160 }; A._ButtonStyleState_build__closure0.prototype = { call$1(style) { @@ -224937,13 +224556,13 @@ } return t1; }, - $signature: 1665 + $signature: 3159 }; A._ButtonStyleState_build_closure21.prototype = { call$1(states) { return this.effectiveValue.call$1$1(new A._ButtonStyleState_build__closure(states), type$.Color); }, - $signature: 121 + $signature: 123 }; A._ButtonStyleState_build__closure.prototype = { call$1(style) { @@ -224956,43 +224575,43 @@ } return t1; }, - $signature: 1672 + $signature: 3156 }; A._ButtonStyleState_build_closure13.prototype = { call$1(style) { return style == null ? null : style.get$visualDensity(); }, - $signature: 1673 + $signature: 3153 }; A._ButtonStyleState_build_closure14.prototype = { call$1(style) { return style == null ? null : style.get$tapTargetSize(); }, - $signature: 1674 + $signature: 3148 }; A._ButtonStyleState_build_closure15.prototype = { call$1(style) { return style == null ? null : style.animationDuration; }, - $signature: 1701 + $signature: 3147 }; A._ButtonStyleState_build_closure16.prototype = { call$1(style) { return style == null ? null : style.enableFeedback; }, - $signature: 1702 + $signature: 3145 }; A._ButtonStyleState_build_closure17.prototype = { call$1(style) { return style == null ? null : style.alignment; }, - $signature: 1707 + $signature: 3143 }; A._ButtonStyleState_build_closure18.prototype = { call$1(style) { return style == null ? null : style.get$splashFactory(); }, - $signature: 1708 + $signature: 3128 }; A._ButtonStyleState_build_closure19.prototype = { call$1($status) { @@ -225098,7 +224717,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this.center); }, - $signature: 75 + $signature: 77 }; A.__ButtonStyleState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -225936,7 +225555,7 @@ call$1(getProperty) { return this.call$1$1(getProperty, type$.dynamic); }, - $signature: 787 + $signature: 791 }; A._DayPickerState_build_resolve.prototype = { call$1$2(getProperty, states, $T) { @@ -225945,7 +225564,7 @@ call$2(getProperty, states) { return this.call$1$2(getProperty, states, type$.dynamic); }, - $signature: 784 + $signature: 788 }; A._DayPickerState_build_resolve_closure.prototype = { call$1(theme) { @@ -225965,7 +225584,7 @@ t1 = theme.get$dayForegroundColor(); return t1; }, - $signature: 391 + $signature: 370 }; A._DayPickerState_build_closure0.prototype = { call$1(theme) { @@ -225976,13 +225595,13 @@ t1 = theme.get$dayBackgroundColor(); return t1; }, - $signature: 391 + $signature: 370 }; A._DayPickerState_build_closure2.prototype = { call$1(states) { return this.effectiveValue.call$1$1(new A._DayPickerState_build__closure(states), type$.Color); }, - $signature: 121 + $signature: 123 }; A._DayPickerState_build__closure.prototype = { call$1(theme) { @@ -225990,7 +225609,7 @@ t1 = t1 == null ? null : t1.resolve$1(0, this.states); return t1; }, - $signature: 782 + $signature: 783 }; A._DayPickerState_build_closure1.prototype = { call$0() { @@ -226094,7 +225713,7 @@ call$1(getProperty) { return this.call$1$1(getProperty, type$.dynamic); }, - $signature: 787 + $signature: 791 }; A._YearPickerState__buildYearItem_resolve.prototype = { call$1$2(getProperty, states, $T) { @@ -226103,7 +225722,7 @@ call$2(getProperty, states) { return this.call$1$2(getProperty, states, type$.dynamic); }, - $signature: 784 + $signature: 788 }; A._YearPickerState__buildYearItem_resolve_closure.prototype = { call$1(theme) { @@ -226123,7 +225742,7 @@ t1 = theme.get$yearForegroundColor(); return t1; }, - $signature: 391 + $signature: 370 }; A._YearPickerState__buildYearItem_closure0.prototype = { call$1(theme) { @@ -226134,13 +225753,13 @@ t1 = theme.get$yearBackgroundColor(); return t1; }, - $signature: 391 + $signature: 370 }; A._YearPickerState__buildYearItem_closure2.prototype = { call$1(states) { return this.effectiveValue.call$1$1(new A._YearPickerState__buildYearItem__closure(states), type$.Color); }, - $signature: 121 + $signature: 123 }; A._YearPickerState__buildYearItem__closure.prototype = { call$1(theme) { @@ -226148,7 +225767,7 @@ t1 = t1 == null ? null : t1.resolve$1(0, this.states); return t1; }, - $signature: 782 + $signature: 783 }; A._YearPickerState__buildYearItem_closure1.prototype = { call$0() { @@ -226515,7 +226134,7 @@ return this.$this._widget.activeColor; return null; }, - $signature: 121 + $signature: 123 }; A._CheckboxState_build_closure.prototype = { call$1(states) { @@ -226524,7 +226143,7 @@ t1 = null; return t1 == null ? B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable.resolve$1(0, states) : t1; }, - $signature: 390 + $signature: 368 }; A._CheckboxPainter.prototype = { set$checkColor(value) { @@ -226718,7 +226337,7 @@ return B.BorderSide_tAf; return new A.BorderSide(this.$this._checkbox$_theme.unselectedWidgetColor, 2, B.BorderStyle_1, -1); }, - $signature: 1900 + $signature: 3111 }; A._CheckboxDefaultsM2_fillColor_closure.prototype = { call$1(states) { @@ -226731,7 +226350,7 @@ return this.$this._checkbox$_colors.secondary; return B.Color_0; }, - $signature: 72 + $signature: 76 }; A._CheckboxDefaultsM2_overlayColor_closure.prototype = { call$1(states) { @@ -226747,7 +226366,7 @@ return this.$this._checkbox$_theme.focusColor; return B.Color_0; }, - $signature: 72 + $signature: 76 }; A.__CheckboxState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -227504,25 +227123,25 @@ } return null; }, - $signature: 121 + $signature: 123 }; A.DataTable_build_closure.prototype = { call$1(row) { return row.onSelectChanged != null; }, - $signature: 450 + $signature: 460 }; A.DataTable_build_closure0.prototype = { call$1(row) { return row.onSelectChanged != null; }, - $signature: 450 + $signature: 460 }; A.DataTable_build_closure1.prototype = { call$1(row) { return row.selected; }, - $signature: 450 + $signature: 460 }; A.DataTable_build_closure2.prototype = { call$1(index) { @@ -227561,7 +227180,7 @@ 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_null2, false, type$.Widget)); }, - $signature: 1904 + $signature: 3100 }; A.DataTable_build_closure4.prototype = { call$1(checked) { @@ -227636,7 +227255,7 @@ } return B.Rect_0_0_0_0; }, - $signature: 449 + $signature: 467 }; A._SortArrow.prototype = { createState$0() { @@ -227878,7 +227497,7 @@ var t1 = this._box_0.dialog; return t1; }, - $signature: 52 + $signature: 51 }; A.DatePickerDialog.prototype = { createState$0() { @@ -228135,7 +227754,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: 1932 + $signature: 3095 }; A._DatePickerDialogState_build_inputDatePicker.prototype = { call$0() { @@ -228173,7 +227792,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_gQOxG), B.Clip_0, _null, _null, _null, _null, t3, _null, _null, B.EdgeInsets_24_0_24_0, _null, _null, _null), t1._formKey); }, - $signature: 1935 + $signature: 3093 }; A._DatePickerDialogState_build_closure.prototype = { call$1(context) { @@ -228191,7 +227810,7 @@ return A.Row$(t2, B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_0, _null); } }, - $signature: 1936 + $signature: 3081 }; A._RestorableDatePickerEntryMode.prototype = { createDefaultValue$0() { @@ -228269,7 +227888,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 125 }; A.__DatePickerDialogState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -228532,7 +228151,7 @@ } return this.$this.get$_date_picker_theme$_colors().onSurface; }, - $signature: 72 + $signature: 76 }; A._DatePickerDefaultsM2_dayBackgroundColor_closure.prototype = { call$1(states) { @@ -228540,7 +228159,7 @@ return this.$this.get$_date_picker_theme$_colors().primary; return null; }, - $signature: 121 + $signature: 123 }; A._DatePickerDefaultsM2_dayOverlayColor_closure.prototype = { call$1(states) { @@ -228580,7 +228199,7 @@ } return null; }, - $signature: 121 + $signature: 123 }; A._DatePickerDefaultsM2_todayForegroundColor_closure.prototype = { call$1(states) { @@ -228593,7 +228212,7 @@ } return this.$this.get$_date_picker_theme$_colors().primary; }, - $signature: 72 + $signature: 76 }; A._DatePickerDefaultsM2_rangeSelectionOverlayColor_closure.prototype = { call$1(states) { @@ -228633,7 +228252,7 @@ } return null; }, - $signature: 121 + $signature: 123 }; A._DatePickerThemeData_Object_Diagnosticable.prototype = {}; A._DesktopTextSelectionHandleControls.prototype = {}; @@ -228864,7 +228483,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 1983 + $signature: 3075 }; A._DialogDefaultsM2.prototype = { get$iconColor() { @@ -229570,7 +229189,7 @@ var t1 = this.route; return t1.getItemOffset$1(t1.selectedIndex); }, - $signature: 128 + $signature: 129 }; A._DropdownMenuRouteLayout.prototype = { getConstraintsForChild$1(constraints) { @@ -229676,13 +229295,13 @@ call$2(total, height) { return total + height; }, - $signature: 224 + $signature: 211 }; A._DropdownRoute_getMenuLimits_closure.prototype = { call$2(total, height) { return total + height; }, - $signature: 224 + $signature: 211 }; A._DropdownRoutePage.prototype = { build$1(context) { @@ -229698,7 +229317,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: 777 + $signature: 775 }; A._MenuItem.prototype = { createRenderObject$1(context) { @@ -230088,13 +229707,13 @@ call$1(intent) { return this.$this._dropdown$_handleTap$0(); }, - $signature: 2010 + $signature: 3073 }; A._DropdownButtonState_initState_closure0.prototype = { call$1(intent) { return this.$this._dropdown$_handleTap$0(); }, - $signature: 2011 + $signature: 3071 }; A._DropdownButtonState__updateSelectedIndex_closure.prototype = { call$1(item) { @@ -230112,7 +229731,7 @@ return; t1.itemHeights[this.index] = size._dy; }, - $signature: 576 + $signature: 502 }; A._DropdownButtonState__handleTap_closure0.prototype = { call$1(newValue) { @@ -230133,7 +229752,7 @@ var t1 = this.$this._widget.itemHeight; return t1 != null ? new A.SizedBox(null, t1, item, null) : A.Column$(A._setArrayType([item], type$.JSArray_Widget), B.CrossAxisAlignment_2, null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); }, - $signature: 2012 + $signature: 3067 }; A.DropdownButtonFormField.prototype = { createState$0() { @@ -230200,7 +229819,7 @@ t3 = t4 == null ? A._instanceType(t3)._eval$1("RestorableValue.T")._as(t4) : t4; return new A.DropdownButtonHideUnderline(new A.DropdownButton(_this.items, t2, _this.hint, _this.disabledHint, t1, _this.onTap, _this.selectedItemBuilder, _this.elevation, _this.style, _this.icon, _this.iconDisabledColor, _this.iconEnabledColor, _this.iconSize, _this.isDense, _this.isExpanded, _this.itemHeight, _this.focusColor, _this.focusNode, _this.autofocus, _this.dropdownColor, _this.padding, _this.menuMaxHeight, _this.enableFeedback, _this.alignment, _this.borderRadius, _this.effectiveDecoration.copyWith$1$errorText(t3), _this.isEmpty, A.Focus_maybeOf(context, true, false).get$hasFocus(), null, _this.T._eval$1("DropdownButton<0>")), null); }, - $signature: 2016 + $signature: 3056 }; A._DropdownButtonFormFieldState.prototype = { didChange$1(value) { @@ -231240,7 +230859,7 @@ t1 = t1.get$size(t1); return new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); }, - $signature: 449 + $signature: 467 }; 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) { @@ -231392,7 +231011,7 @@ t1 = t1.get$size(t1); return new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); }, - $signature: 449 + $signature: 467 }; 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) { @@ -232220,7 +231839,7 @@ call$1(highlight) { return highlight != null; }, - $signature: 2053 + $signature: 3050 }; A._InkResponseState_handleStatesControllerChange_closure.prototype = { call$0() { @@ -232281,7 +231900,7 @@ return t1 == null ? theme.hoverColor : t1; } }, - $signature: 2055 + $signature: 3048 }; A.InkWell.prototype = {}; A.__InkResponseState_State_AutomaticKeepAliveClientMixin.prototype = { @@ -233887,7 +233506,7 @@ type$.BoxParentData._as(t1).offset = new A.Offset(x, (this.height._readLocal$0() - box.get$size(box)._dy) / 2); return box.get$size(box)._dx; }, - $signature: 255 + $signature: 237 }; A._RenderDecoration_performLayout_baselineLayout.prototype = { call$2(box, x) { @@ -233901,7 +233520,7 @@ t1.offset = new A.Offset(x, t2 - t3); return box.get$size(box)._dx; }, - $signature: 255 + $signature: 237 }; A._RenderDecoration_paint_doPaint.prototype = { call$1(child) { @@ -233912,13 +233531,13 @@ this.context.paintChild$2(child, type$.BoxParentData._as(t1).offset.$add(0, this.offset)); } }, - $signature: 772 + $signature: 755 }; A._RenderDecoration_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 75 + $signature: 77 }; A._Decorator.prototype = { get$slots() { @@ -234801,7 +234420,7 @@ return A.TextStyle$(_null, _null, A.Theme_of(this.$this.context).disabledColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); return A.TextStyle$(_null, _null, A.Theme_of(this.$this.context).hintColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 256 + $signature: 236 }; A._InputDecoratorDefaultsM2_labelStyle_closure.prototype = { call$1(states) { @@ -234810,7 +234429,7 @@ return A.TextStyle$(_null, _null, A.Theme_of(this.$this.context).disabledColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); return A.TextStyle$(_null, _null, A.Theme_of(this.$this.context).hintColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 256 + $signature: 236 }; A._InputDecoratorDefaultsM2_floatingLabelStyle_closure.prototype = { call$1(states) { @@ -234823,7 +234442,7 @@ return A.TextStyle$(_null, _null, A.Theme_of(_this.$this.context).colorScheme.primary, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); return A.TextStyle$(_null, _null, A.Theme_of(_this.$this.context).hintColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 256 + $signature: 236 }; A._InputDecoratorDefaultsM2_helperStyle_closure.prototype = { call$1(states) { @@ -234832,7 +234451,7 @@ return themeData.textTheme.bodySmall.copyWith$1$color(B.Color_0); return themeData.textTheme.bodySmall.copyWith$1$color(themeData.hintColor); }, - $signature: 256 + $signature: 236 }; A._InputDecoratorDefaultsM2_errorStyle_closure.prototype = { call$1(states) { @@ -234841,7 +234460,7 @@ return themeData.textTheme.bodySmall.copyWith$1$color(B.Color_0); return themeData.textTheme.bodySmall.copyWith$1$color(themeData.colorScheme.error); }, - $signature: 256 + $signature: 236 }; A._InputDecoratorDefaultsM2_fillColor_closure.prototype = { call$1(states) { @@ -234859,7 +234478,7 @@ return B.Color_167772160; } }, - $signature: 72 + $signature: 76 }; A._InputDecoratorDefaultsM2_iconColor_closure.prototype = { call$1(states) { @@ -234874,7 +234493,7 @@ return B.Color_1929379840; } }, - $signature: 72 + $signature: 76 }; A._InputDecoratorDefaultsM2_prefixIconColor_closure.prototype = { call$1(states) { @@ -234889,7 +234508,7 @@ return B.Color_1929379840; } }, - $signature: 72 + $signature: 76 }; A._InputDecoratorDefaultsM2_suffixIconColor_closure.prototype = { call$1(states) { @@ -234904,7 +234523,7 @@ return B.Color_1929379840; } }, - $signature: 72 + $signature: 76 }; A._InputDecorationTheme_Object_Diagnosticable.prototype = {}; A.__BorderContainerState_State_TickerProviderStateMixin.prototype = { @@ -235165,7 +234784,7 @@ call$3(explicitColor, selectedColor, enabledColor) { return this.call$4(explicitColor, selectedColor, enabledColor, null); }, - $signature: 2087 + $signature: 3041 }; A._IndividualOverrides.prototype = { resolve$1(_, states) { @@ -235574,13 +235193,13 @@ this.context.paintChild$2(child, type$.BoxParentData._as(t1).offset.$add(0, this.offset)); } }, - $signature: 772 + $signature: 755 }; A._RenderListTile_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 75 + $signature: 77 }; A._LisTileDefaultsM2.prototype = { get$_list_tile$_theme() { @@ -235745,7 +235364,7 @@ var $parent = A.ListTileTheme_of(context); return A.ListTileTheme$(this.child, A.ListTileThemeData$($parent.contentPadding, $parent.dense, $parent.enableFeedback, $parent.horizontalTitleGap, $parent.iconColor, $parent.leadingAndTrailingTextStyle, $parent.minLeadingWidth, $parent.minVerticalPadding, $parent.mouseCursor, $parent.selectedColor, $parent.selectedTileColor, $parent.shape, this.style, $parent.subtitleTextStyle, $parent.textColor, $parent.tileColor, $parent.titleAlignment, $parent.titleTextStyle, $parent.visualDensity), this.key); }, - $signature: 2088 + $signature: 3038 }; A._ListTileThemeData_Object_Diagnosticable.prototype = {}; A.TextMagnifier.prototype = { @@ -235769,7 +235388,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2093 + $signature: 3036 }; A._TextMagnifierState.prototype = { initState$0() { @@ -235967,7 +235586,7 @@ t1.markNeedsPaint$0(); return false; }, - $signature: 2095 + $signature: 3034 }; A._RenderInkFeatures.prototype = { addInkFeature$1(feature) { @@ -236081,25 +235700,25 @@ call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 168 + $signature: 167 }; A._MaterialInteriorState_forEachTween_closure0.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 385 + $signature: 355 }; A._MaterialInteriorState_forEachTween_closure1.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 385 + $signature: 355 }; A._MaterialInteriorState_forEachTween_closure2.prototype = { call$1(value) { return new A.ShapeBorderTween(type$.ShapeBorder._as(value), null); }, - $signature: 2116 + $signature: 3032 }; A._ShapeBorderPaint.prototype = { build$1(context) { @@ -237148,13 +236767,13 @@ call$1(child) { return child.key; }, - $signature: 769 + $signature: 749 }; A._MergeableMaterialState_didUpdateWidget_closure0.prototype = { call$1(child) { return child.key; }, - $signature: 769 + $signature: 749 }; A._MergeableMaterialSliceKey.prototype = { $eq(_, other) { @@ -237426,7 +237045,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 765 + $signature: 747 }; A._ZoomPageTransition_build_closure0.prototype = { call$3(context, animation, child) { @@ -237434,7 +237053,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 764 + $signature: 739 }; A._ZoomPageTransition_build_closure1.prototype = { call$3(context, animation, child) { @@ -237442,7 +237061,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 765 + $signature: 747 }; A._ZoomPageTransition_build_closure2.prototype = { call$3(context, animation, child) { @@ -237450,7 +237069,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 764 + $signature: 739 }; A._ZoomEnterTransition.prototype = { createState$0() { @@ -237636,7 +237255,7 @@ call$1(platform) { return this.builders.$index(0, platform); }, - $signature: 2122 + $signature: 3029 }; A._ZoomTransitionBase.prototype = { onAnimationValueChange$0() { @@ -237765,7 +237384,7 @@ t1 = t1.fade; t2.set$layer(0, context.pushOpacity$4$oldLayer(offset, B.JSNumber_methods.round$0(t1.get$value(t1) * 255), this.painter, t2._layer)); }, - $signature: 93 + $signature: 91 }; A._ZoomExitTransitionPainter.prototype = { _onStatusChange$1(_) { @@ -237825,7 +237444,7 @@ t1 = t1.fade; t2.set$layer(0, context.pushOpacity$4$oldLayer(offset, B.JSNumber_methods.round$0(t1.get$value(t1) * 255), this.painter, t2._layer)); }, - $signature: 93 + $signature: 91 }; A._PageTransitionsTheme_Object_Diagnosticable.prototype = {}; A.__ZoomEnterTransitionState_State__ZoomTransitionBase.prototype = { @@ -237975,7 +237594,7 @@ call$1(size) { this.$this.route.itemSizes[this.i] = size; }, - $signature: 576 + $signature: 502 }; A._PopupMenu_build_closure0.prototype = { call$2(context, child) { @@ -238023,7 +237642,7 @@ t3 = t3._animationProxy; return new A.FadeTransition(new A._AnimatedEvaluation(t4, t1, A._instanceType(t1)._eval$1("_AnimatedEvaluation")), false, A.Material$(B.Duration_200000, true, _null, new A.Align(B.AlignmentDirectional_1_m1, t10, _this.height.transform$1(0, t3.get$value(t3)), child, _null), t2.clipBehavior, t6, t7, _null, t8, t5, t9, _null, B.MaterialType_1), _null); }, - $signature: 2147 + $signature: 3026 }; A._PopupMenuRouteLayout.prototype = { getConstraintsForChild$1(constraints) { @@ -238151,7 +237770,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: 777 + $signature: 775 }; A.PopupMenuButton.prototype = { createState$0() { @@ -238445,7 +238064,7 @@ else t2.drawRect$2(rect, t3); }, - $signature: 2148 + $signature: 3023 }; A.LinearProgressIndicator.prototype = { createState$0() { @@ -238545,7 +238164,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); return t1._buildIndicator$3(context, t2, this.textDirection); }, - $signature: 186 + $signature: 203 }; A._CircularProgressIndicatorPainter.prototype = { paint$2(canvas, size) { @@ -238684,7 +238303,7 @@ t6 = t1.___CircularProgressIndicatorState__controller_A; return t1._buildMaterialIndicator$5(context, t3, t4, t5, t2.transform$1(0, t6.get$value(t6))); }, - $signature: 186 + $signature: 203 }; A._RefreshProgressIndicatorPainter.prototype = { paint$2(canvas, size) { @@ -238803,7 +238422,7 @@ t6 = t1.___CircularProgressIndicatorState__controller_A; return t1._buildMaterialIndicator$5(context, 1.05 * t3, t4, t5, t2.transform$1(0, t6.get$value(t6))); }, - $signature: 186 + $signature: 203 }; A._CircularProgressIndicatorDefaultsM2.prototype = { get$color(_) { @@ -239119,7 +238738,7 @@ return this.$this._widget.activeColor; return null; }, - $signature: 121 + $signature: 123 }; A._RadioState_build_closure.prototype = { call$1(states) { @@ -239128,7 +238747,7 @@ t1 = null; return t1 == null ? A.MaterialStateProperty_resolveAs(B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable, states, type$.MouseCursor) : t1; }, - $signature: 390 + $signature: 368 }; A._RadioPainter.prototype = { paint$2(canvas, size) { @@ -239197,7 +238816,7 @@ } return this.$this.get$_radio$_theme().unselectedWidgetColor; }, - $signature: 72 + $signature: 76 }; A._RadioDefaultsM2_overlayColor_closure.prototype = { call$1(states) { @@ -239213,7 +238832,7 @@ return this.$this.get$_radio$_theme().focusColor; return B.Color_0; }, - $signature: 72 + $signature: 76 }; A.__RadioState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -239720,7 +239339,7 @@ t1._widget.onRefresh$0().whenComplete$1(new A.RefreshIndicatorState__show__closure0(t1, this.completer)); } }, - $signature: 104 + $signature: 103 }; A.RefreshIndicatorState__show__closure.prototype = { call$0() { @@ -239766,7 +239385,7 @@ return materialIndicator; } }, - $signature: 186 + $signature: 203 }; A._RefreshIndicatorState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -239862,7 +239481,7 @@ t1.toString; return A.Material$(B.Duration_200000, true, _null, child, B.Clip_0, _null, t1, _null, _null, _null, _null, _null, B.MaterialType_0); }, - $signature: 2180 + $signature: 3015 }; A._ReorderableListViewChildGlobalKey.prototype = { $eq(_, other) { @@ -239955,7 +239574,7 @@ if ((t1.future._state & 30) === 0) t1.complete$1(0, this.reason); }, - $signature: 104 + $signature: 103 }; A._ScaffoldMessengerScope.prototype = { updateShouldNotify$1(old) { @@ -240887,7 +240506,7 @@ t9 = t7.extendBodyBehindMaterialBanner; return A.Actions$(t1, new A.CustomMultiChildLayout(new A._ScaffoldLayout(_this.extendBody, false, _this.minInsets, _this.minViewPadding, _this.textDirection, t6, t2, t3, t4, t5, t8, t7.snackBarWidth, t9), _this.children, null)); }, - $signature: 2181 + $signature: 3011 }; A._DismissDrawerAction.prototype = { isEnabled$1(_, intent) { @@ -241032,7 +240651,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return new A.Align(B.AlignmentDirectional_m1_m1, null, t2.transform$1(0, t1), child, null); }, - $signature: 2185 + $signature: 3006 }; A.PersistentBottomSheetController.prototype = {}; A._ScaffoldScope.prototype = { @@ -241045,7 +240664,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 125 }; A._ScaffoldMessengerState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -241367,7 +240986,7 @@ t1 = t1 == null ? null : t1.resolve$1(0, states); return t1 == null ? false : t1; }, - $signature: 2186 + $signature: 3003 }; A._MaterialScrollbarState__thumbColor_closure.prototype = { call$1(states) { @@ -241405,7 +241024,7 @@ t1.toString; return t1; }, - $signature: 72 + $signature: 76 }; A._MaterialScrollbarState__trackColor_closure.prototype = { call$1(states) { @@ -241423,7 +241042,7 @@ } return B.Color_0; }, - $signature: 72 + $signature: 76 }; A._MaterialScrollbarState__trackBorderColor_closure.prototype = { call$1(states) { @@ -241441,7 +241060,7 @@ } return B.Color_0; }, - $signature: 72 + $signature: 76 }; A._MaterialScrollbarState__thickness_closure.prototype = { call$1(states) { @@ -241470,7 +241089,7 @@ t1 = t2; return t1; }, - $signature: 685 + $signature: 735 }; A._MaterialScrollbarState_initState_closure.prototype = { call$0() { @@ -242464,7 +242083,7 @@ return this.$this._widget.activeColor; return this.$this._widget.inactiveThumbColor; }, - $signature: 121 + $signature: 123 }; A._MaterialSwitchState__widgetTrackColor_closure.prototype = { call$1(states) { @@ -242472,7 +242091,7 @@ return this.$this._widget.activeTrackColor; return this.$this._widget.inactiveTrackColor; }, - $signature: 121 + $signature: 123 }; A._MaterialSwitchState__handleDragEnd_closure.prototype = { call$0() { @@ -242487,7 +242106,7 @@ t1 = null; return t1 == null ? A.MaterialStateProperty_resolveAs(B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable, states, type$.MouseCursor) : t1; }, - $signature: 390 + $signature: 368 }; A._SwitchPainter.prototype = { set$positionController(value) { @@ -242913,7 +242532,7 @@ t2.toString; return new A._AnimatedEvaluation(t2, t1, t1.$ti._eval$1("_AnimatedEvaluation")); }, - $signature: 2254 + $signature: 2997 }; A._SwitchConfig.prototype = {}; A._SwitchConfigM2.prototype = { @@ -242988,7 +242607,7 @@ return this.$this._switch0$_colors.secondary; return this.isDark ? B.Color_4290624957 : B.Color_4294638330; }, - $signature: 72 + $signature: 76 }; A._SwitchDefaultsM2_trackColor_closure.prototype = { call$1(states) { @@ -243001,13 +242620,13 @@ } return this.isDark ? B.Color_1308622847 : B.Color_1375731712; }, - $signature: 72 + $signature: 76 }; A._SwitchDefaultsM2_mouseCursor_closure.prototype = { call$1(states) { return B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable.resolve$1(0, states); }, - $signature: 390 + $signature: 368 }; A._SwitchDefaultsM2_overlayColor_closure.prototype = { call$1(states) { @@ -243023,7 +242642,7 @@ return this.$this._switch0$_theme.focusColor; return null; }, - $signature: 121 + $signature: 123 }; A.__MaterialSwitchState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -243557,7 +243176,7 @@ t2.toString; return t2; }, - $signature: 72 + $signature: 76 }; A._TabLabelBarRenderer.prototype = { performLayout$0() { @@ -244171,7 +243790,7 @@ call$1(tab) { return new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget); }, - $signature: 2395 + $signature: 2993 }; A._TabBarState__handleTabControllerTick_closure.prototype = { call$0() { @@ -244213,7 +243832,7 @@ t2 = t2[index]; return A.Center$(new A.Padding(t3, new A.KeyedSubtree(t1._widget.tabs[index], t2), _null), 1, _null); }, - $signature: 2396 + $signature: 2992 }; A._TabBarState_build_closure0.prototype = { call$1(states) { @@ -244223,7 +243842,7 @@ t1 = this.$this.get$_tabs$_defaults().get$overlayColor(); return t1 == null ? null : t1.resolve$1(0, effectiveStates); }, - $signature: 121 + $signature: 123 }; A._TabBarState_build_closure1.prototype = { call$0() { @@ -245330,13 +244949,13 @@ t8 = this.controller._change_notifier$_value.text; return A.InputDecorator$(t4, child, t2, t1._widget.expands, t8.length === 0, t7, t6, t5, t3); }, - $signature: 2397 + $signature: 2899 }; A._TextFieldState_build_closure3.prototype = { call$1($event) { return this.$this._handleHover$1(true); }, - $signature: 130 + $signature: 131 }; A._TextFieldState_build_closure4.prototype = { call$1($event) { @@ -245357,7 +244976,7 @@ t1 = t1.handleDidGainAccessibilityFocus; return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, child, _null); }, - $signature: 753 + $signature: 725 }; A._TextFieldState_build__closure.prototype = { call$0() { @@ -245377,14 +244996,14 @@ t1 = theme.textTheme.titleMedium; return A.TextStyle$(_null, _null, t1 == null ? _null : t1.color, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 256 + $signature: 236 }; A.__TextFieldState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 125 }; A.__TextFieldState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -245456,7 +245075,7 @@ t2 = !t7 || !t6; return A.UnmanagedRestorationScope$(t4, A.TextField$(_this.autocorrect, _this.autofillHints, _this.autofocus, _this.buildCounter, _this.canRequestFocus, _this.clipBehavior, _this.contentInsertionConfiguration, _this.contextMenuBuilder, t3, _this.cursorColor, _this.cursorHeight, _this.cursorOpacityAnimates, _this.cursorRadius, _this.cursorWidth, t5, _this.dragStartBehavior, _this.enableIMEPersonalizedLearning, t2, _this.enableSuggestions, t1 !== false, _this.expands, _this.focusNode, _this.inputFormatters, _this.keyboardAppearance, _this.keyboardType, _this.magnifierConfiguration, _this.maxLength, _this.maxLengthEnforcement, _this.maxLines, _this.minLines, _this.mouseCursor, t7, _this.obscuringCharacter, _this.onAppPrivateCommand, new A.TextFormField_closure_onChangedHandler(field, _this.onChanged), _this.onEditingComplete, _this.onFieldSubmitted, _this.onTap, _this.onTapOutside, t6, _this.restorationId, _this.scribbleEnabled, _this.scrollController, _this.scrollPadding, _this.scrollPhysics, _this.selectionControls, _this.selectionHeightStyle, _this.selectionWidthStyle, _this.showCursor, t8, t9, _this.spellCheckConfiguration, _this.strutStyle, _this.style, _this.textAlign, _this.textAlignVertical, _this.textCapitalization, _this.textDirection, _this.textInputAction, _this.toolbarOptions, _this.undoController)); }, - $signature: 2425 + $signature: 2894 }; A.TextFormField_closure_onChangedHandler.prototype = { call$1(value) { @@ -245788,7 +245407,7 @@ call$2(result, transformed) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, transformed); }, - $signature: 75 + $signature: 77 }; A._TextSelectionToolbarItemsLayout.prototype = { createRenderObject$1(context) { @@ -245931,7 +245550,7 @@ if (width > t4 && t2._lastIndexThatFits === -1) t2._lastIndexThatFits = t1.i - 1; }, - $signature: 67 + $signature: 68 }; A._RenderTextSelectionToolbarItemsLayout__placeChildren_closure.prototype = { call$1(renderObjectChild) { @@ -245963,7 +245582,7 @@ t1.nextSize = new A.Size(Math.max(renderObjectChild.get$size(renderObjectChild)._dx, t1.nextSize._dx), t1.overflowHeight); } }, - $signature: 67 + $signature: 68 }; A._RenderTextSelectionToolbarItemsLayout_paint_closure.prototype = { call$1(renderObjectChild) { @@ -245976,13 +245595,13 @@ return; this.context.paintChild$2(renderObjectChild, t1.offset.$add(0, this.offset)); }, - $signature: 67 + $signature: 68 }; A._RenderTextSelectionToolbarItemsLayout_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 75 + $signature: 77 }; A._RenderTextSelectionToolbarItemsLayout_visitChildrenForSemantics_closure.prototype = { call$1(renderObjectChild) { @@ -245993,7 +245612,7 @@ if (type$.ToolbarItemsParentData._as(t1).shouldPaint) this.visitor.call$1(renderObjectChild); }, - $signature: 67 + $signature: 68 }; A._TextSelectionToolbarContainer.prototype = { build$1(context) { @@ -246280,7 +245899,7 @@ call$1(value) { return new A.ThemeDataTween(type$.ThemeData._as(value), null); }, - $signature: 2426 + $signature: 2893 }; A.MaterialTapTargetSize.prototype = { _enumToString$0() { @@ -246693,19 +246312,19 @@ t2 = this.localTextGeometry; return t1.copyWith$2$primaryTextTheme$textTheme(t2.merge$1(t1.primaryTextTheme), t2.merge$1(t1.textTheme)); }, - $signature: 2429 + $signature: 2892 }; A.ThemeData__lerpThemeExtensions_closure.prototype = { call$2(id, extensionA) { return new A.MapEntry(id, extensionA.lerp$2(this.b.extensions.$index(0, id), this.t), type$.MapEntry_of_Object_and_ThemeExtension_dynamic); }, - $signature: 2430 + $signature: 2883 }; A.ThemeData__lerpThemeExtensions_closure0.prototype = { call$1(entry) { return !this.a.extensions.containsKey$1(0, entry.key); }, - $signature: 2431 + $signature: 2878 }; A.MaterialBasedCupertinoThemeData.prototype = { get$brightness() { @@ -246822,7 +246441,7 @@ return "0" + value; return B.JSInt_methods.toString$0(value); }, - $signature: 430 + $signature: 356 }; A.RestorableTimeOfDay.prototype = { createDefaultValue$0() { @@ -247065,7 +246684,7 @@ return t1.replacing$1$hour(periodOffset + B.JSInt_methods.$mod(t1.get$hourOfPeriod() + hoursToAdd, 12)); } }, - $signature: 2432 + $signature: 2869 }; A._HourControl_build_closure1.prototype = { call$0() { @@ -247494,7 +247113,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this._box_0.newPosition); }, - $signature: 75 + $signature: 77 }; A._TappableLabel.prototype = { get$value(receiver) { @@ -247558,7 +247177,7 @@ call$2(theta, radius) { return this.center.$add(0, new A.Offset(radius * Math.cos(theta), -radius * Math.sin(theta))); }, - $signature: 2461 + $signature: 2860 }; A._DialPainter_paint_paintLabels.prototype = { call$2(labels, radius) { @@ -247578,7 +247197,7 @@ labelTheta += labelThetaIncrement; } }, - $signature: 2462 + $signature: 2859 }; A._DialPainter_paint_paintInnerOuterLabels.prototype = { call$1(labels) { @@ -247588,19 +247207,19 @@ t1.call$2(A.List_List$of(new A.WhereIterable(labels, new A._DialPainter_paint_paintInnerOuterLabels_closure(), t2), true, t3), this.labelRadius); t1.call$2(A.List_List$of(new A.WhereIterable(labels, new A._DialPainter_paint_paintInnerOuterLabels_closure0(), t2), true, t3), this.innerLabelRadius); }, - $signature: 2463 + $signature: 2858 }; A._DialPainter_paint_paintInnerOuterLabels_closure.prototype = { call$1(label) { return !label.inner; }, - $signature: 751 + $signature: 718 }; A._DialPainter_paint_paintInnerOuterLabels_closure0.prototype = { call$1(label) { return label.inner; }, - $signature: 751 + $signature: 718 }; A._HourDialType.prototype = { _enumToString$0() { @@ -248058,7 +247677,7 @@ controller.set$value(0, 0); controller.forward$0(0); }, - $signature: 2471 + $signature: 2857 }; A._DialState__updateThetaForPan_closure.prototype = { call$0() { @@ -248093,7 +247712,7 @@ return new A.TimeOfDay(this.hour + 12, t1.minute); } }, - $signature: 2472 + $signature: 2856 }; A._DialState__build24HourRing_closure.prototype = { call$0() { @@ -248865,7 +248484,7 @@ t10 = t11 == null ? t10.$ti._eval$1("RestorableValue.T")._as(t11) : t11; return A.SingleChildScrollView$(A.SingleChildScrollView$(A.AnimatedContainer$(_null, A.Column$(A._setArrayType([A.Expanded$(A.Form$(t4, new A._TimePicker(t7, t8, t9, t5, "time_picker", t10, t6, t3.get$_handleTimeChanged(), t3._widget.orientation, t3.get$_handleEntryModeChanged(), _null), t3._time_picker0$_formKey), 1), _this.actions], type$.JSArray_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, _null, B.Cubic_JUR0, _null, B.Duration_200000, t2, _null, _null, _null, t1), _null, B.DragStartBehavior_1, _null, _null, _null, _null, "time_picker_scroll_view_vertical", false, B.Axis_1), _null, B.DragStartBehavior_1, _null, _null, _null, _null, "time_picker_scroll_view_horizontal", false, B.Axis_0); }, - $signature: 2498 + $signature: 2843 }; A._TimePicker.prototype = { createState$0() { @@ -249199,7 +248818,7 @@ var t1 = this.builder.call$2(context, this.dialog); return t1; }, - $signature: 52 + $signature: 51 }; A._TimePickerDefaults.prototype = {}; A._TimePickerDefaultsM2.prototype = { @@ -249356,7 +248975,7 @@ } return B.Color_0; }, - $signature: 72 + $signature: 76 }; A._TimePickerDefaultsM2_dayPeriodTextColor_closure.prototype = { call$1(states) { @@ -249369,7 +248988,7 @@ } return t1; }, - $signature: 72 + $signature: 76 }; A._TimePickerDefaultsM2_dialTextColor_closure.prototype = { call$1(states) { @@ -249377,7 +248996,7 @@ return this.$this.get$_time_picker0$_colors().surface; return this.$this.get$_time_picker0$_colors().onSurface; }, - $signature: 72 + $signature: 76 }; A._TimePickerDefaultsM2_hourMinuteColor_closure.prototype = { call$1(states) { @@ -249393,14 +249012,14 @@ } return t1; }, - $signature: 72 + $signature: 76 }; A._TimePickerDefaultsM2_hourMinuteTextColor_closure.prototype = { call$1(states) { var t1 = this.$this; return states.contains$1(0, B.MaterialState_4) ? t1.get$_time_picker0$_colors().primary : t1.get$_time_picker0$_colors().onSurface; }, - $signature: 72 + $signature: 76 }; A._TimePickerDefaultsM2__hourMinuteInputColor_closure.prototype = { call$1(states) { @@ -249413,35 +249032,35 @@ } return t1; }, - $signature: 72 + $signature: 76 }; A.__HourMinuteTextFieldState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 125 }; A.__TimePickerDialogState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 125 }; A.__TimePickerInputState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 125 }; A.__TimePickerState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 125 }; A.__DialState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -249927,7 +249546,7 @@ t1 = t6[index]; return new A.MergeSemantics(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, t1, _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, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, new A._InputPadding1(minPaddingSize, B.Axis_0, button, _null), _null), _null); }, - $signature: 2505 + $signature: 2841 }; A.ToggleButtons_build__closure.prototype = { call$0() { @@ -250588,7 +250207,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this._box_0.center); }, - $signature: 75 + $signature: 77 }; A.__DefaultFillColor_MaterialStateProperty_Diagnosticable.prototype = {}; A.__ResolveFillColor_MaterialStateProperty_Diagnosticable.prototype = {}; @@ -251496,31 +251115,31 @@ call$0() { return this._1_0._0; }, - $signature: 2518 + $signature: 2821 }; A.TooltipState__buildTooltipOverlay_closure3.prototype = { call$0() { return this._1_0._1; }, - $signature: 2520 + $signature: 2808 }; A.TooltipState__buildTooltipOverlay_closure.prototype = { call$0() { return this._0_0.colorScheme.brightness; }, - $signature: 2525 + $signature: 2802 }; A.TooltipState__buildTooltipOverlay_closure0.prototype = { call$0() { return this._0_0.textTheme; }, - $signature: 2531 + $signature: 2799 }; A.TooltipState__buildTooltipOverlay_closure1.prototype = { call$0() { return this._0_0.platform; }, - $signature: 872 + $signature: 641 }; A._TooltipPositionDelegate.prototype = { getConstraintsForChild$1(constraints) { @@ -251782,7 +251401,7 @@ call$2(header, value) { this.request.setRequestHeader(header, value); }, - $signature: 178 + $signature: 170 }; A.NetworkImage__loadAsync_closure0.prototype = { call$1(e) { @@ -251804,13 +251423,13 @@ throw A.wrapException(A.NetworkImageLoadException$(t1, this.resolved)); } }, - $signature: 26 + $signature: 29 }; A.NetworkImage__loadAsync_closure1.prototype = { call$2(bytes, total) { this.chunkEvents.add$1(0, new A.ImageChunkEvent(bytes, total)); }, - $signature: 191 + $signature: 200 }; A.AlignmentGeometry.prototype = { toString$0(_) { @@ -252416,19 +252035,19 @@ call$2(previousValue, border) { return previousValue.add$1(0, border.get$dimensions()); }, - $signature: 2541 + $signature: 2780 }; A._CompoundBorder_scale_closure.prototype = { call$1(border) { return border.scale$1(0, this.t); }, - $signature: 2542 + $signature: 2779 }; A._CompoundBorder_toString_closure.prototype = { call$1(border) { return border.toString$0(0); }, - $signature: 2543 + $signature: 2778 }; A._BorderSide_Object_Diagnosticable.prototype = {}; A.BoxShape.prototype = { @@ -253318,7 +252937,7 @@ } return Math.max(previousValue, t1); }, - $signature: 2545 + $signature: 2777 }; A.paintImage_closure0.prototype = { call$1(timeStamp) { @@ -253576,7 +253195,7 @@ call$1(s) { return s <= this.t; }, - $signature: 2548 + $signature: 2776 }; A._interpolateColorsAndStops_closure.prototype = { call$1($stop) { @@ -253585,7 +253204,7 @@ t1.toString; return t1; }, - $signature: 2552 + $signature: 2774 }; A.Gradient.prototype = { _impliedStops$0() { @@ -253656,7 +253275,7 @@ t1.toString; return t1; }, - $signature: 341 + $signature: 401 }; A.ImageCache.prototype = { clear$0(_) { @@ -253826,7 +253445,7 @@ call$0() { return A._LiveImage$(this.completer, new A.ImageCache__trackLiveImage__closure(this.$this, this.key)); }, - $signature: 2556 + $signature: 2766 }; A.ImageCache__trackLiveImage__closure.prototype = { call$0() { @@ -253873,7 +253492,7 @@ } t1.listenedOnce = true; }, - $signature: 2557 + $signature: 2765 }; A._CachedImageBase.prototype = { dispose$0() { @@ -254148,7 +253767,7 @@ call$2(exception, stack) { return this.$call$body$ImageProvider__createErrorHandlerAndKey_handleError(exception, stack); }, - $signature: 2558 + $signature: 2764 }; A.ImageProvider__createErrorHandlerAndKey_closure.prototype = { call$1(key) { @@ -254172,7 +253791,7 @@ t1.toString; return t1; }, - $signature: 742 + $signature: 707 }; A.ImageProvider_resolveStreamForKey_closure0.prototype = { call$0() { @@ -254186,7 +253805,7 @@ } return result; }, - $signature: 742 + $signature: 707 }; A._AbstractImageStreamCompleter.prototype = {}; A.AssetBundleImageKey.prototype = { @@ -254565,13 +254184,13 @@ else t1.result = new A.SynchronousFuture(key, type$.SynchronousFuture_AssetBundleImageKey); }, - $signature: 2569 + $signature: 2763 }; A.AssetImage_obtainKey_closure0.prototype = { call$2(error, stack) { this._box_0.completer.completeError$2(error, stack); }, - $signature: 158 + $signature: 163 }; A.ImageInfo.prototype = { clone$0(_) { @@ -254788,13 +254407,13 @@ call$1(listener) { return listener.onError; }, - $signature: 2571 + $signature: 2762 }; A.ImageStreamCompleter_reportImageChunkEvent_closure.prototype = { call$1(listener) { return listener.onChunk; }, - $signature: 2574 + $signature: 2761 }; A.MultiFrameImageStreamCompleter.prototype = { MultiFrameImageStreamCompleter$5$chunkEvents$codec$debugLabel$informationCollector$scale(chunkEvents, codec, debugLabel, informationCollector, scale) { @@ -254802,7 +254421,7 @@ _this.debugLabel = debugLabel; codec.then$1$2$onError(0, _this.get$_handleCodecReady(), new A.MultiFrameImageStreamCompleter_closure(_this, informationCollector), type$.void); if (chunkEvents != null) - _this._chunkSubscription = chunkEvents.listen$2$onError(_this.get$reportImageChunkEvent(), new A.MultiFrameImageStreamCompleter_closure0(_this, informationCollector)); + _this._chunkSubscription = chunkEvents.listen$2$onError(0, _this.get$reportImageChunkEvent(), new A.MultiFrameImageStreamCompleter_closure0(_this, informationCollector)); }, _handleCodecReady$1(codec) { this._codec = codec; @@ -254965,13 +254584,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: 158 + $signature: 163 }; 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: 158 + $signature: 163 }; A.MultiFrameImageStreamCompleter__handleAppFrame_closure.prototype = { call$0() { @@ -255046,7 +254665,7 @@ this._box_0.result = result; return result == null; }, - $signature: 339 + $signature: 272 }; A.InlineSpan_codeUnitAt_closure.prototype = { call$1(span) { @@ -255054,7 +254673,7 @@ this._box_0.result = result; return result == null; }, - $signature: 339 + $signature: 272 }; A.NotchedShape.prototype = {}; A.CircularNotchedRectangle.prototype = { @@ -255586,19 +255205,19 @@ call$1(shadow) { return shadow.toPaint$0(); }, - $signature: 2577 + $signature: 2760 }; A._ShapeDecorationPainter__precache_closure0.prototype = { call$1(shadow) { return this.rect.shift$1(shadow.offset).inflate$1(shadow.spreadRadius); }, - $signature: 2578 + $signature: 2744 }; A._ShapeDecorationPainter__precache_closure1.prototype = { call$1(shadow) { return this.$this._shape_decoration$_decoration.shape.getOuterPath$2$textDirection(this.rect.shift$1(shadow.offset).inflate$1(shadow.spreadRadius), this.textDirection); }, - $signature: 2579 + $signature: 2743 }; A.StadiumBorder.prototype = { scale$1(_, t) { @@ -256689,19 +256308,19 @@ call$1(box) { return A.TextPainter__shiftTextBox(box, this.offset); }, - $signature: 488 + $signature: 463 }; A.TextPainter__computePaintOffsetFraction_closure.prototype = { call$0() { return this._0_0._0; }, - $signature: 2590 + $signature: 2739 }; A.TextPainter__computePaintOffsetFraction_closure1.prototype = { call$0() { return this._0_0._1; }, - $signature: 728 + $signature: 699 }; A.TextPainter__computePaintOffsetFraction_closure0.prototype = { call$0() { @@ -256737,31 +256356,31 @@ call$0() { return type$._EmptyLineCaretMetrics._as(this._0_0).lineVerticalOffset; }, - $signature: 128 + $signature: 129 }; A.TextPainter_getOffsetForCaret_closure0.prototype = { call$0() { return type$._LineCaretMetrics._as(this._0_0).writingDirection; }, - $signature: 728 + $signature: 699 }; A.TextPainter_getOffsetForCaret_closure1.prototype = { call$0() { return type$._LineCaretMetrics._as(this._0_0).offset; }, - $signature: 284 + $signature: 273 }; A.TextPainter_getFullHeightForCaret_closure.prototype = { call$0() { return type$._LineCaretMetrics._as(this._0_0).fullHeight; }, - $signature: 128 + $signature: 129 }; A.TextPainter_getBoxesForSelection_closure.prototype = { call$1(box) { return A.TextPainter__shiftTextBox(box, this.offset); }, - $signature: 488 + $signature: 463 }; A.TextPainter_computeLineMetrics_closure.prototype = { call$1(metrics) { @@ -256777,7 +256396,7 @@ t10 = metrics.get$lineNumber(metrics); return $.$get$_renderer().createLineMetrics$9$ascent$baseline$descent$hardBreak$height$left$lineNumber$unscaledAscent$width(t3, t9 + t1._dy, t4, t2, t6, t8 + t1._dx, t10, t5, t7); }, - $signature: 2605 + $signature: 2731 }; A.TextSpan.prototype = { get$cursor(_) { @@ -256979,7 +256598,7 @@ call$1(child) { return A.DiagnosticableTreeNode$(null, null, child); }, - $signature: 2606 + $signature: 2727 }; A.TextStyle.prototype = { get$fontFamilyFallback() { @@ -257707,7 +257326,7 @@ t1.super$GestureBinding$hitTestInView(result, position, viewId); return result; }, - $signature: 2629 + $signature: 2723 }; A.RendererBinding__scheduleMouseTrackerUpdate_closure.prototype = { call$1(duration) { @@ -257869,7 +257488,7 @@ return dim + "=" + B.JSNumber_methods.toStringAsFixed$1(min, 1); return B.JSNumber_methods.toStringAsFixed$1(min, 1) + "<=" + dim + "<=" + B.JSNumber_methods.toStringAsFixed$1(max, 1); }, - $signature: 2636 + $signature: 2722 }; A.BoxHitTestResult.prototype = { addWithPaintTransform$3$hitTest$position$transform(hitTest, position, transform) { @@ -258149,19 +257768,19 @@ call$0() { return this.computer.call$1(this.argument); }, - $signature: 128 + $signature: 129 }; A.RenderBox_getDryLayout_closure.prototype = { call$0() { return this.$this.computeDryLayout$1(this.constraints); }, - $signature: 2637 + $signature: 2721 }; A.RenderBox_getDistanceToActualBaseline_closure.prototype = { call$0() { return this.$this.computeDistanceToActualBaseline$1(this.baseline); }, - $signature: 2643 + $signature: 2715 }; A.RenderBoxContainerDefaultsMixin.prototype = { defaultComputeDistanceToFirstActualBaseline$1(baseline) { @@ -258237,7 +257856,7 @@ call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 75 + $signature: 77 }; A._ContainerBoxParentData_BoxParentData_ContainerParentDataMixin.prototype = { detach$0(_) { @@ -259918,13 +259537,13 @@ var t1 = this.$this; return new A.TextBox(textBox.left + t1.get$_paintOffset()._dx, textBox.top + t1.get$_paintOffset()._dy, textBox.right + t1.get$_paintOffset()._dx, textBox.bottom + t1.get$_paintOffset()._dy, textBox.direction); }, - $signature: 488 + $signature: 463 }; A.RenderEditable_describeSemanticsConfiguration_closure.prototype = { call$1(info) { return info.recognizer != null; }, - $signature: 2648 + $signature: 2702 }; A.RenderEditable__createShowOnScreenFor_closure.prototype = { call$0() { @@ -259940,7 +259559,7 @@ var t1 = accum == null ? null : accum.expandToInclude$1(new A.Rect(incoming.left, incoming.top, incoming.right, incoming.bottom)); return t1 == null ? new A.Rect(incoming.left, incoming.top, incoming.right, incoming.bottom) : t1; }, - $signature: 2649 + $signature: 2693 }; A.RenderEditable__canComputeDryLayoutForInlineWidgets_closure.prototype = { call$1(span) { @@ -259962,7 +259581,7 @@ t1 = true; return t1; }, - $signature: 339 + $signature: 272 }; A._RenderEditableCustomPaint.prototype = { get$parent(_) { @@ -260817,25 +260436,25 @@ call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, extent, child.get$computeMinIntrinsicWidth()); }, - $signature: 255 + $signature: 237 }; A.RenderFlex_computeMaxIntrinsicWidth_closure.prototype = { call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, extent, child.get$computeMaxIntrinsicWidth()); }, - $signature: 255 + $signature: 237 }; A.RenderFlex_computeMinIntrinsicHeight_closure.prototype = { call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, extent, child.get$computeMinIntrinsicHeight()); }, - $signature: 255 + $signature: 237 }; A.RenderFlex_computeMaxIntrinsicHeight_closure.prototype = { call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, extent, child.get$computeMaxIntrinsicHeight()); }, - $signature: 255 + $signature: 237 }; A._LayoutSizes.prototype = {}; A._RenderFlex_RenderBox_ContainerRenderObjectMixin.prototype = { @@ -261921,49 +261540,49 @@ call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 107 + $signature: 111 }; A.RenderListBody_computeMinIntrinsicWidth_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 107 + $signature: 111 }; A.RenderListBody_computeMaxIntrinsicWidth_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 107 + $signature: 111 }; A.RenderListBody_computeMaxIntrinsicWidth_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 107 + $signature: 111 }; A.RenderListBody_computeMinIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 107 + $signature: 111 }; A.RenderListBody_computeMinIntrinsicHeight_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 107 + $signature: 111 }; A.RenderListBody_computeMaxIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 107 + $signature: 111 }; A.RenderListBody_computeMaxIntrinsicHeight_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 107 + $signature: 111 }; A._RenderListBody_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -262074,7 +261693,7 @@ call$1(annotation) { return annotation.get$cursor(annotation); }, - $signature: 2657 + $signature: 2689 }; A.MouseTracker_updateWithEvent_closure.prototype = { call$0() { @@ -262136,13 +261755,13 @@ t1.call$1(this.baseExitEvent.transformed$1(this.lastAnnotations.$index(0, annotation))); } }, - $signature: 2659 + $signature: 2688 }; A.MouseTracker__handleDeviceUpdateMouseEvents_closure0.prototype = { call$1(annotation) { return !this.lastAnnotations.containsKey$1(0, annotation); }, - $signature: 2664 + $signature: 2685 }; A.__MouseTrackerUpdateDetails_Object_Diagnosticable.prototype = {}; A.ParentData.prototype = { @@ -262550,25 +262169,25 @@ call$2(a, b) { return a._depth - b._depth; }, - $signature: 362 + $signature: 377 }; A.PipelineOwner_flushCompositingBits_closure.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 362 + $signature: 377 }; A.PipelineOwner_flushPaint_closure.prototype = { call$2(a, b) { return b._depth - a._depth; }, - $signature: 362 + $signature: 377 }; A.PipelineOwner_flushSemantics_closure.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 362 + $signature: 377 }; A.RenderObject.prototype = { RenderObject$0() { @@ -263232,7 +262851,7 @@ t1.push(A.DiagnosticableTreeNode$("RenderObject", B.DiagnosticsTreeStyle_11, t2)); return t1; }, - $signature: 145 + $signature: 143 }; A.RenderObject_invokeLayoutCallback_closure.prototype = { call$0() { @@ -263249,13 +262868,13 @@ if (t1) this.$this.__RenderObject__needsCompositing_A = true; }, - $signature: 67 + $signature: 68 }; A.RenderObject_clearSemantics_closure.prototype = { call$1(child) { child.clearSemantics$0(); }, - $signature: 67 + $signature: 68 }; A.RenderObject__getSemanticsForParent_closure.prototype = { call$1(renderChild) { @@ -263301,7 +262920,7 @@ t3.push(siblingMergeGroup); } }, - $signature: 67 + $signature: 68 }; A.RenderObject__getSemanticsForParent_closure0.prototype = { call$1(config) { @@ -263312,14 +262931,14 @@ } return fragment; }, - $signature: 714 + $signature: 685 }; A.RenderObject__getSemanticsForParent_closure1.prototype = { call$1(config) { var t1 = this.configToFragment.$index(0, config); return t1 == null ? new A._IncompleteSemanticsFragment(config, A._setArrayType([this.$this], type$.JSArray_RenderObject), false) : t1; }, - $signature: 714 + $signature: 685 }; A.RenderObject_toStringDeep_closure.prototype = { call$0() { @@ -264002,7 +263621,7 @@ call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 75 + $signature: 77 }; A.RenderParagraph.prototype = { set$text(_, value) { @@ -264675,7 +264294,7 @@ call$1(element) { return element._cachedRect = null; }, - $signature: 2684 + $signature: 2683 }; A.RenderParagraph_selectionColor_closure.prototype = { call$1(fragment) { @@ -264683,19 +264302,19 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.status !== B.SelectionStatus_2; }, - $signature: 2685 + $signature: 2682 }; A.RenderParagraph_computeMinIntrinsicWidth_closure.prototype = { call$2(child, constraints) { return new A.Size(child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, 1 / 0, child.get$computeMinIntrinsicWidth()), 0); }, - $signature: 358 + $signature: 383 }; A.RenderParagraph_computeMaxIntrinsicWidth_closure.prototype = { call$2(child, constraints) { return new A.Size(child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, 1 / 0, child.get$computeMaxIntrinsicWidth()), 0); }, - $signature: 358 + $signature: 383 }; A.RenderParagraph__canComputeDryLayoutForInlineWidgets_closure.prototype = { call$1(span) { @@ -264717,7 +264336,7 @@ t1 = true; return t1; }, - $signature: 339 + $signature: 272 }; A.RenderParagraph__createShowOnScreenFor_closure.prototype = { call$0() { @@ -265293,7 +264912,7 @@ gestureRecognizer.get$onLongPress(); return gestureRecognizer; }, - $signature: 2688 + $signature: 2676 }; A.PlatformViewRenderBox.prototype = { set$controller(_, controller) { @@ -266310,7 +265929,7 @@ } this.$this.super$RenderProxyBoxMixin$paint(context, offset); }, - $signature: 93 + $signature: 91 }; A.RenderPhysicalShape.prototype = { get$_defaultClip() { @@ -266374,7 +265993,7 @@ } this.$this.super$RenderProxyBoxMixin$paint(context, offset); }, - $signature: 93 + $signature: 91 }; A.DecorationPosition.prototype = { _enumToString$0() { @@ -266533,7 +266152,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 75 + $signature: 77 }; A.RenderFittedBox.prototype = { _proxy_box$_resolve$0() { @@ -266758,7 +266377,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 75 + $signature: 77 }; A.RenderFractionalTranslation.prototype = { set$translation(value) { @@ -266791,7 +266410,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 75 + $signature: 77 }; A.RenderPointerListener.prototype = { computeSizeForNoChild$1(constraints) { @@ -267533,7 +267152,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 75 + $signature: 77 }; A.RenderAnnotatedRegion.prototype = { get$value(_) { @@ -267759,7 +267378,7 @@ call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 75 + $signature: 77 }; A.RenderPadding.prototype = { _shifted_box$_resolve$0() { @@ -268454,7 +268073,7 @@ call$1(result) { return this.child.hitTest$2$position(result, this._box_0.transformedPosition); }, - $signature: 707 + $signature: 683 }; A._SliverGeometry_Object_Diagnosticable.prototype = {}; A._SliverLogicalContainerParentData_SliverLogicalParentData_ContainerParentDataMixin.prototype = { @@ -269460,7 +269079,7 @@ } else t1._childManager.createChild$2$after(t3, t4); }, - $signature: 537 + $signature: 438 }; A.RenderSliverMultiBoxAdaptor_collectGarbage_closure.prototype = { call$1(constraints) { @@ -269482,7 +269101,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: 537 + $signature: 438 }; A.RenderSliverMultiBoxAdaptor_collectGarbage__closure.prototype = { call$1(child) { @@ -269490,7 +269109,7 @@ t1.toString; return !type$.SliverMultiBoxAdaptorParentData._as(t1).KeepAliveParentDataMixin_keepAlive; }, - $signature: 900 + $signature: 681 }; A._RenderSliverMultiBoxAdaptor_RenderSliver_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -269824,7 +269443,7 @@ call$1(constraints) { this.$this.updateChild$2(this.shrinkOffset, this.overlapsContent); }, - $signature: 537 + $signature: 438 }; A.RenderSliverPinnedPersistentHeader.prototype = { performLayout$0() { @@ -270156,25 +269775,25 @@ call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 107 + $signature: 111 }; A.RenderStack_computeMaxIntrinsicWidth_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 107 + $signature: 111 }; A.RenderStack_computeMinIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 107 + $signature: 111 }; A.RenderStack_computeMaxIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 107 + $signature: 111 }; A.RenderIndexedStack.prototype = { visitChildrenForSemantics$1(visitor) { @@ -270241,7 +269860,7 @@ call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 75 + $signature: 77 }; A._RenderStack_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -270919,13 +270538,13 @@ call$2(a, b) { return a + b; }, - $signature: 224 + $signature: 211 }; A.RenderTable_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 75 + $signature: 77 }; A.AlignmentGeometryTween.prototype = { lerp$1(t) { @@ -271535,7 +271154,7 @@ var t1 = sliver._geometry; return t1.visible || t1.cacheExtent > 0; }, - $signature: 2705 + $signature: 2656 }; A.RenderViewportBase_hitTestChildren_closure.prototype = { call$1(result) { @@ -271545,7 +271164,7 @@ t3 = _this.$this.computeChildMainAxisPosition$2(t1, t2.mainAxisPosition); return t1.hitTest$3$crossAxisPosition$mainAxisPosition(_this.sliverResult, t2.crossAxisPosition, t3); }, - $signature: 707 + $signature: 683 }; A.RenderViewport.prototype = { setupParentData$1(child) { @@ -272940,7 +272559,7 @@ t1._invokeFrameCallback$3(callbackEntry.callback, t2, callbackEntry.debugStack); } }, - $signature: 2709 + $signature: 2653 }; A.Priority.prototype = { get$value(_) { @@ -273745,19 +273364,19 @@ t1.thickness = Math.max(t1.thickness, node._semantics$_thickness + node._semantics$_elevation); return true; }, - $signature: 522 + $signature: 499 }; A.SemanticsNode__childrenInTraversalOrder_closure.prototype = { call$1(sortNode) { return sortNode.node; }, - $signature: 2725 + $signature: 2640 }; A.SemanticsNode_debugDescribeChildren_closure.prototype = { call$1(node) { return A._SemanticsDiagnosticableNode$(this.childOrder, null, B.DiagnosticsTreeStyle_1, node); }, - $signature: 2726 + $signature: 2634 }; A._BoxEdge.prototype = { compareTo$1(_, other) { @@ -273852,7 +273471,7 @@ call$1(group) { return group.sortedWithinKnot$0(); }, - $signature: 705 + $signature: 680 }; A._SemanticsSortGroup_sortedWithinKnot_closure.prototype = { call$2(a, b) { @@ -273866,7 +273485,7 @@ return -verticalDiff; return -B.JSNumber_methods.compareTo$1(aTopLeft._dx, bTopLeft._dx); }, - $signature: 597 + $signature: 503 }; A._SemanticsSortGroup_sortedWithinKnot_search.prototype = { call$1(id) { @@ -273883,13 +273502,13 @@ } _this.sortedIds.push(id); }, - $signature: 78 + $signature: 74 }; A._SemanticsSortGroup_sortedWithinKnot_closure0.prototype = { call$1(node) { return node._semantics$_id; }, - $signature: 2731 + $signature: 2633 }; A._SemanticsSortGroup_sortedWithinKnot_closure1.prototype = { call$1(id) { @@ -273897,13 +273516,13 @@ t1.toString; return t1; }, - $signature: 2734 + $signature: 2630 }; A._childrenInDefaultOrder_closure.prototype = { call$1(group) { return group.sortedWithinVerticalGroup$0(); }, - $signature: 705 + $signature: 680 }; A._TraversalSortNode.prototype = { compareTo$1(_, other) { @@ -274014,19 +273633,19 @@ call$1(node) { return !this.$this._detachedNodes.contains$1(0, node); }, - $signature: 522 + $signature: 499 }; A.SemanticsOwner_sendSemanticsUpdate_closure0.prototype = { call$2(a, b) { return a._semantics$_depth - b._semantics$_depth; }, - $signature: 597 + $signature: 503 }; A.SemanticsOwner_sendSemanticsUpdate_closure1.prototype = { call$2(a, b) { return a._semantics$_depth - b._semantics$_depth; }, - $signature: 597 + $signature: 503 }; A.SemanticsOwner__getSemanticsActionHandlerForId_closure.prototype = { call$1(node) { @@ -274036,7 +273655,7 @@ } return true; }, - $signature: 522 + $signature: 499 }; A.SemanticsConfiguration.prototype = { _addAction$2(action, handler) { @@ -274365,7 +273984,7 @@ if (($.$get$_kUnblockedUserActions() & key.index) > 0) this.$this._actions.$indexSet(0, key, value); }, - $signature: 2742 + $signature: 2621 }; A.DebugSemanticsDumpOrder.prototype = { _enumToString$0() { @@ -274537,7 +274156,7 @@ call$2(error, stack) { this._box_0.completer.completeError$2(error, stack); }, - $signature: 158 + $signature: 163 }; A.PlatformAssetBundle.prototype = { load$1(_, key) { @@ -274587,7 +274206,7 @@ throw A.wrapException(A.FlutterError$fromParts(A._setArrayType([A._errorSummaryWithKey(this.key), A.ErrorDescription$("The asset does not exist or has empty data.")], type$.JSArray_DiagnosticsNode))); return asset; }, - $signature: 2743 + $signature: 2620 }; A._AssetManifestBin.prototype = { getAssetVariants$1(key) { @@ -274623,7 +274242,7 @@ A._asString(t1); return new A.AssetMetadata(A._asDoubleQ(dpr), t1); }, - $signature: 2746 + $signature: 2616 }; A.AssetMetadata.prototype = {}; A.AutofillConfiguration.prototype = { @@ -274655,7 +274274,7 @@ call$1(configuration) { return configuration.toJson$0(); }, - $signature: 2747 + $signature: 2610 }; A.AutofillScopeMixin.prototype = { attach$2(trigger, configuration) { @@ -274669,7 +274288,7 @@ call$1(client) { return client.get$textInputConfiguration(); }, - $signature: 2763 + $signature: 2608 }; A.BinaryMessenger.prototype = {}; A.ServicesBinding.prototype = { @@ -274871,7 +274490,7 @@ t1._onKeyDataZone = $.Zone__current; B.BasicMessageChannel_kqo.setMessageHandler$1(t2.get$handleRawKeyMessage()); }, - $signature: 104 + $signature: 103 }; A.ServicesBinding__addLicenses_closure.prototype = { call$0() { @@ -274938,7 +274557,7 @@ A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "services library", t1, null, null, false)); } }, - $signature: 159 + $signature: 146 }; A._DefaultBinaryMessenger_setMessageHandler_closure.prototype = { call$2(data, callback) { @@ -275001,7 +274620,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 2767 + $signature: 2601 }; A.BrowserContextMenu.prototype = {}; A.ClipboardData.prototype = {}; @@ -275660,7 +275279,7 @@ t1.writeValue$2(0, t2, key); t1.writeValue$2(0, t2, value); }, - $signature: 333 + $signature: 282 }; A.StandardMethodCodec0.prototype = { encodeMethodCall$1(methodCall) { @@ -275890,7 +275509,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 703 + $signature: 660 }; A.MethodChannel.prototype = { get$binaryMessenger() { @@ -276103,7 +275722,7 @@ call$1(message) { return this.$this._handleAsMethodCall$2(message, this.handler); }, - $signature: 703 + $signature: 660 }; A.OptionalMethodChannel.prototype = { invokeMethod$1$2(method, $arguments, $T) { @@ -276187,7 +275806,7 @@ t1 = A._asIntQ(t2.$index(t1, "keyCode")); return new A.RawKeyEventDataWeb(t4, t3, t5, t6, t1 == null ? 0 : t1); }, - $signature: 2779 + $signature: 2591 }; A.RawKeyDownEvent.prototype = {}; A.RawKeyUpEvent.prototype = {}; @@ -276672,26 +276291,26 @@ var t1 = type$.nullable_Object; return A.LinkedHashMap_LinkedHashMap$_empty(t1, t1); }, - $signature: 701 + $signature: 658 }; A.RestorationBucket__rawValues_closure.prototype = { call$0() { var t1 = type$.nullable_Object; return A.LinkedHashMap_LinkedHashMap$_empty(t1, t1); }, - $signature: 701 + $signature: 658 }; A.RestorationBucket__addChildData_closure.prototype = { call$0() { return A._setArrayType([], type$.JSArray_RestorationBucket); }, - $signature: 2782 + $signature: 2590 }; A.RestorationBucket__visitChildren_closure.prototype = { call$1(buckets) { return buckets; }, - $signature: 2783 + $signature: 2588 }; A.SuggestionSpan.prototype = { $eq(_, other) { @@ -277859,13 +277478,13 @@ 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: 145 + $signature: 143 }; A.TextInput__handleTextInputInvocation_closure.prototype = { call$1(value) { return value; }, - $signature: 2789 + $signature: 2587 }; A.TextInput__handleTextInputInvocation_closure0.prototype = { call$1(elementIdentifier) { @@ -277903,7 +277522,7 @@ B.JSArray_methods.addAll$1(t1, [t2, t3, bounds.right - t2, bounds.bottom - t3]); return t1; }, - $signature: 2795 + $signature: 2586 }; A.TextInput__scheduleHide_closure.prototype = { call$0() { @@ -277931,7 +277550,7 @@ t3 = t1.top; return A._setArrayType([t2, t3, t1.right - t2, t1.bottom - t3, rect.position, rect.direction.index], type$.JSArray_num); }, - $signature: 2800 + $signature: 2583 }; A.__PlatformTextInputControl_Object_TextInputControl.prototype = {}; A.UndoDirection.prototype = { @@ -277992,7 +277611,7 @@ this.parent.set$finalLocalValue(ancestor); return false; }, - $signature: 153 + $signature: 156 }; A.Intent.prototype = {}; A.Action.prototype = { @@ -278074,7 +277693,7 @@ type$._ActionsScope._as(t1); return false; }, - $signature: 273 + $signature: 274 }; A.Actions_maybeFind_closure.prototype = { call$1(element) { @@ -278089,7 +277708,7 @@ } return false; }, - $signature: 273 + $signature: 274 }; A.Actions__maybeFindWithoutDependingOn_closure.prototype = { call$1(element) { @@ -278103,7 +277722,7 @@ } return false; }, - $signature: 273 + $signature: 274 }; A.Actions_invoke_closure.prototype = { call$1(element) { @@ -278117,7 +277736,7 @@ _this._box_0.returnValue = A.Actions__findDispatcher(element).invokeAction$3(result, t2, _this.context); return t1; }, - $signature: 273 + $signature: 274 }; A.Actions_maybeInvoke_closure.prototype = { call$1(element) { @@ -278131,7 +277750,7 @@ _this._box_0.returnValue = A.Actions__findDispatcher(element).invokeAction$3(result, t2, _this.context); return t1; }, - $signature: 273 + $signature: 274 }; A._ActionsState.prototype = { initState$0() { @@ -278363,7 +277982,7 @@ var t1 = this.$this; return t1._actions$_hovering && target.enabled && t1._canShowHighlight; }, - $signature: 573 + $signature: 529 }; A._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus.prototype = { call$1(target) { @@ -278379,14 +277998,14 @@ return true; } }, - $signature: 573 + $signature: 529 }; A._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight.prototype = { call$1(target) { var t1 = this.$this; return t1._focused && t1._canShowHighlight && this.canRequestFocus.call$1(target); }, - $signature: 573 + $signature: 529 }; A._FocusableActionDetectorState_didUpdateWidget_closure.prototype = { call$1(duration) { @@ -278396,7 +278015,7 @@ }; A.VoidCallbackAction.prototype = { invoke$1(intent) { - intent.callback$0(); + intent.callback$0(0); return null; } }; @@ -278934,7 +278553,7 @@ call$1(entry) { return entry.transition; }, - $signature: 2811 + $signature: 2578 }; A._AnimatedSwitcherState_build_closure.prototype = { call$1(outgoing) { @@ -278942,7 +278561,7 @@ t1 = t1 == null ? null : t1.transition.key; return !J.$eq$(outgoing.key, t1); }, - $signature: 2816 + $signature: 2576 }; A.__AnimatedSwitcherState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -279185,7 +278804,7 @@ t1.toString; return t1; }, - $signature: 52 + $signature: 51 }; A._WidgetsAppState_didChangeLocales_closure.prototype = { call$0() { @@ -279197,7 +278816,7 @@ call$1(context) { return this.$this._widget.builder.call$2(context, this._box_0.routing); }, - $signature: 52 + $signature: 51 }; A.__WidgetsAppState_State_WidgetsBindingObserver.prototype = {}; A.StreamBuilderBase.prototype = { @@ -279244,7 +278863,7 @@ }, _async0$_subscribe$0() { var t1, _this = this; - _this._subscription = _this._widget.stream.listen$3$onDone$onError(new A._StreamBuilderBaseState__subscribe_closure(_this), new A._StreamBuilderBaseState__subscribe_closure0(_this), new A._StreamBuilderBaseState__subscribe_closure1(_this)); + _this._subscription = _this._widget.stream.listen$3$onDone$onError(0, new A._StreamBuilderBaseState__subscribe_closure(_this), new A._StreamBuilderBaseState__subscribe_closure0(_this), new A._StreamBuilderBaseState__subscribe_closure1(_this)); _this._widget.toString; t1 = _this.___StreamBuilderBaseState__summary_A; t1 === $ && A.throwUnnamedLateFieldNI(); @@ -279282,7 +278901,7 @@ var t1 = this.$this; t1.setState$1(new A._StreamBuilderBaseState__subscribe__closure(t1, error, stackTrace)); }, - $signature: 158 + $signature: 163 }; A._StreamBuilderBaseState__subscribe__closure.prototype = { call$0() { @@ -279414,7 +279033,7 @@ if (t1._activeCallbackIdentity === this.callbackIdentity) t1.setState$1(new A._FutureBuilderState__subscribe__closure(t1, error, stackTrace)); }, - $signature: 158 + $signature: 163 }; A._FutureBuilderState__subscribe__closure.prototype = { call$0() { @@ -279724,7 +279343,7 @@ t1 = this.$this; return A.CompositedTransformFollower$(A.TextFieldTapRegion$(new A.AutocompleteHighlightedOption(t1._highlightedOptionIndex, new A.Builder(new A._RawAutocompleteState__updateOverlay__closure(t1), _null), _null), _null, _null), _null, t1._optionsLayerLink, B.Offset_0_0, false, B.Alignment_m1_1); }, - $signature: 2879 + $signature: 2554 }; A._RawAutocompleteState__updateOverlay__closure.prototype = { call$1(context) { @@ -279733,7 +279352,7 @@ t3 = t1._autocomplete$_options; return t2.optionsViewBuilder.call$3(context, t1.get$_select(), t3); }, - $signature: 52 + $signature: 51 }; A._AutocompleteCallbackAction.prototype = { isEnabled$1(_, intent) { @@ -279790,13 +279409,13 @@ call$1(client) { return client.get$textInputConfiguration().autofillConfiguration.enabled; }, - $signature: 2896 + $signature: 2553 }; A.AutofillGroupState_register_closure.prototype = { call$0() { return this.client; }, - $signature: 2897 + $signature: 2552 }; A._AutofillScope.prototype = { updateShouldNotify$1(old) { @@ -279898,7 +279517,7 @@ call$1(child) { this._box_0.childElement = child; }, - $signature: 106 + $signature: 109 }; A._AutomaticKeepAliveState__createCallback_closure.prototype = { call$0() { @@ -279986,13 +279605,13 @@ if (t1 != null && t1.contains$1(0, this.$this)) element.didChangeDependencies$0(); }, - $signature: 106 + $signature: 109 }; A._UbiquitousInheritedElement__recurseChildren_closure.prototype = { call$1(child) { A._UbiquitousInheritedElement__recurseChildren(child, this.visitor); }, - $signature: 106 + $signature: 109 }; A._UbiquitousInheritedWidget.prototype = { createElement$0(_) { @@ -280107,7 +279726,7 @@ call$1(context) { return A.ClipPath$(this.child, this.clipBehavior, new A.ShapeBorderClipper(this.shape, A.Directionality_maybeOf(context), null)); }, - $signature: 2996 + $signature: 2542 }; A.PhysicalModel.prototype = { createRenderObject$1(context) { @@ -280955,7 +280574,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 276 + $signature: 275 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0.prototype = { call$1(parameters) { @@ -280983,7 +280602,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 276 + $signature: 275 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1.prototype = { call$1(parameters) { @@ -281011,7 +280630,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 276 + $signature: 275 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure2.prototype = { call$0() { @@ -281060,7 +280679,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 418 + $signature: 409 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure4.prototype = { call$0() { @@ -281109,13 +280728,13 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 418 + $signature: 409 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initInstances_closure.prototype = { call$1(timings) { J.forEach$1$ax(timings, this.$this.get$_profileFramePostEvent()); }, - $signature: 523 + $signature: 494 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure.prototype = { call$0() { @@ -281140,7 +280759,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 3002 + $signature: 2541 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure0.prototype = { call$1(value) { @@ -281163,14 +280782,14 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 3006 + $signature: 2540 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure.prototype = { call$1(message) { var t1 = message == null ? type$.Object._as(message) : message; return this.$this.handleSystemMessage$1(t1); }, - $signature: 3009 + $signature: 2539 }; A.WidgetsBindingObserver.prototype = { didPopRoute$0() { @@ -281466,7 +281085,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 276 + $signature: 275 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0.prototype = { call$1(parameters) { @@ -281495,7 +281114,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 276 + $signature: 275 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1.prototype = { call$1(_) { @@ -281523,7 +281142,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 315 + $signature: 268 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2.prototype = { call$1(_) { @@ -281551,7 +281170,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 315 + $signature: 268 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3.prototype = { call$1(params) { @@ -281577,7 +281196,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 3012 + $signature: 2538 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4.prototype = { call$0() { @@ -281625,7 +281244,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 418 + $signature: 409 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure6.prototype = { call$0() { @@ -281673,7 +281292,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 418 + $signature: 409 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure.prototype = { call$1(timings) { @@ -281692,7 +281311,7 @@ t2.firstFrameCallback = null; this.$this.WidgetsBinding__firstFrameCompleter.complete$0(0); }, - $signature: 523 + $signature: 494 }; A.WidgetsBinding_scheduleAttachRootWidget_closure.prototype = { call$0() { @@ -282198,7 +281817,7 @@ call$1(context) { return new A._CaptureAll(this.capturedThemes._themes, this.contextMenuBuilder.call$1(context), null); }, - $signature: 52 + $signature: 51 }; A.DefaultSelectionStyle.prototype = { wrap$2(_, context, child) { @@ -282215,7 +281834,7 @@ t1 = B.DefaultSelectionStyle_mt1; return A.DefaultSelectionStyle$(this.child, t1.cursorColor, this.key, this.mouseCursor, t1.selectionColor); }, - $signature: 3014 + $signature: 2537 }; A._NullWidget2.prototype = { build$1(context) { @@ -282272,13 +281891,13 @@ t1 = true; return t1; }, - $signature: 881 + $signature: 639 }; A.DisplayFeatureSubScreen_avoidBounds_closure0.prototype = { call$1(d) { return d.get$bounds(d); }, - $signature: 3021 + $signature: 2534 }; A.DisposableBuildContext.prototype = { get$context(_) { @@ -282427,7 +282046,7 @@ call$3(context, currentSize, child) { return new A.LayoutBuilder(new A._DraggableScrollableSheetState_build__closure(this.$this, currentSize, child), null); }, - $signature: 3024 + $signature: 2532 }; A._DraggableScrollableSheetState_build__closure.prototype = { call$2(context, constraints) { @@ -282441,7 +282060,7 @@ sheet = A.FractionallySizedBox$(B.Alignment_0_1, this.child, this.currentSize, null); return sheet; }, - $signature: 211 + $signature: 221 }; A._DraggableScrollableSheetScrollController.prototype = { createScrollPosition$3(physics, context, oldPosition) { @@ -282466,7 +282085,7 @@ call$0() { return this.$this.extent; }, - $signature: 3026 + $signature: 2530 }; A._DraggableScrollableSheetScrollPosition.prototype = { absorb$1(other) { @@ -285227,7 +284846,7 @@ call$1(context) { return this.contextMenuBuilder.call$2(context, this.$this); }, - $signature: 52 + $signature: 51 }; A.EditableTextState__scheduleShowCaretOnScreen_closure.prototype = { call$1(_) { @@ -285296,13 +284915,13 @@ call$2(newValue, formatter) { return formatter.formatEditUpdate$2(this.$this._widget.controller._change_notifier$_value, newValue); }, - $signature: 3078 + $signature: 2499 }; A.EditableTextState__startCursorBlink_closure.prototype = { call$1(timer) { this.$this._onCursorTick$0(); }, - $signature: 212 + $signature: 222 }; A.EditableTextState__onCursorTick_closure.prototype = { call$0() { @@ -285320,7 +284939,7 @@ call$1(timer) { this.$this._onCursorTick$0(); }, - $signature: 212 + $signature: 222 }; A.EditableTextState__didChangeTextEditingValue_closure.prototype = { call$0() { @@ -285340,7 +284959,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); return t2.spellCheckSuggestionsToolbarBuilder.call$2(context, t1); }, - $signature: 52 + $signature: 51 }; A.EditableTextState_insertTextPlaceholder_closure.prototype = { call$0() { @@ -285387,13 +285006,13 @@ call$1(intent) { return this.$this.pasteText$1(B.SelectionChangedCause_4); }, - $signature: 3084 + $signature: 2494 }; A.EditableTextState_build_closure0.prototype = { call$1(value) { this.$this.userUpdateTextEditingValue$2(value, B.SelectionChangedCause_4); }, - $signature: 3096 + $signature: 2469 }; A.EditableTextState_build_closure.prototype = { call$2(oldValue, newValue) { @@ -285417,7 +285036,7 @@ } return oldValue.text !== newValue.text || !oldValue.composing.$eq(0, newValue.composing); }, - $signature: 3102 + $signature: 2468 }; A.EditableTextState_build_closure1.prototype = { call$2(context, offset) { @@ -285504,7 +285123,7 @@ t38 = A.WidgetSpan_extractFromInlineSpan(t7, t19); return new A.CompositedTransformTarget(t1._toolbarLayerLink, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _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, t4, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, new A._ScribbleFocusable(new A._Editable(t7, t9, t8, t1._startHandleLayerLink, t1._endHandleLayerLink, t11, t1._cursorVisibilityNotifier, t12, t13, t10, t15, t16, t17, t14, t18, t19, t20, t21, _null, t25, t26, t22, t24, offset, true, t27, t28, t29, t30, t33, t31, t32, t23, t1, t34.devicePixelRatio, t35, t37, t36, t38, t6), t5, t6, new A.EditableTextState_build__closure(t1), true, _null), _null), _null); }, - $signature: 3107 + $signature: 2467 }; A.EditableTextState_build__closure.prototype = { call$0() { @@ -285688,7 +285307,7 @@ call$1(entry) { return entry.target.$eq(0, this.$this.get$renderEditable()); }, - $signature: 3116 + $signature: 2460 }; A._ScribblePlaceholder.prototype = { build$3$dimensions$textScaleFactor(builder, dimensions, textScaleFactor) { @@ -286389,13 +286008,13 @@ call$1(node) { return !node.get$skipTraversal() && node.get$canRequestFocus(); }, - $signature: 155 + $signature: 160 }; A.FocusNode_debugDescribeChildren_closure.prototype = { call$1(child) { return A.DiagnosticableTreeNode$("Child " + this._box_0.count++, null, child); }, - $signature: 3123 + $signature: 2429 }; A.FocusScopeNode.prototype = { get$nearestScope() { @@ -286939,7 +286558,7 @@ } return true; }, - $signature: 153 + $signature: 156 }; A._FocusTraversalGroupInfo.prototype = {}; A.TraversalDirection.prototype = { @@ -287082,13 +286701,13 @@ t3.push(node); } }, - $signature: 3127 + $signature: 2427 }; A.FocusTraversalPolicy__sortAllDescendants_closure.prototype = { call$1(node) { return !node.get$canRequestFocus() || node.get$skipTraversal(); }, - $signature: 155 + $signature: 160 }; A._DirectionalPolicyDataEntry.prototype = {}; A._DirectionalPolicyData.prototype = {}; @@ -287312,7 +286931,7 @@ call$1(entry) { return entry.node === this.node; }, - $signature: 3146 + $signature: 2426 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure.prototype = { call$2(a, b) { @@ -287326,7 +286945,7 @@ else return B.JSNumber_methods.compareTo$1(b.get$rect(b).right, a.get$rect(a).right); }, - $signature: 223 + $signature: 228 }; A.DirectionalFocusTraversalPolicyMixin__sortByDistancePreferVertical_closure.prototype = { call$2(nodeA, nodeB) { @@ -287338,7 +286957,7 @@ return A.DirectionalFocusTraversalPolicyMixin__horizontalCompare(t1, a, b); return vertical; }, - $signature: 223 + $signature: 228 }; A.DirectionalFocusTraversalPolicyMixin__sortByDistancePreferHorizontal_closure.prototype = { call$2(nodeA, nodeB) { @@ -287350,7 +286969,7 @@ return A.DirectionalFocusTraversalPolicyMixin__verticalCompare(t1, a, b); return horizontal; }, - $signature: 223 + $signature: 228 }; A.DirectionalFocusTraversalPolicyMixin__sortClosestEdgesByDistancePreferHorizontal_closure.prototype = { call$2(nodeA, nodeB) { @@ -287370,7 +286989,7 @@ return A.DirectionalFocusTraversalPolicyMixin__verticalCompare(t1, nodeA.get$rect(nodeA).get$center(), nodeB.get$rect(nodeB).get$center()); return horizontal; }, - $signature: 223 + $signature: 228 }; A.DirectionalFocusTraversalPolicyMixin__sortClosestEdgesByDistancePreferVertical_closure.prototype = { call$2(nodeA, nodeB) { @@ -287390,47 +287009,47 @@ return A.DirectionalFocusTraversalPolicyMixin__horizontalCompare(t1, nodeA.get$rect(nodeA).get$center(), nodeB.get$rect(nodeB).get$center()); return vertical; }, - $signature: 223 + $signature: 228 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure.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: 155 + $signature: 160 }; 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.right; }, - $signature: 155 + $signature: 160 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1.prototype = { call$2(a, b) { return B.JSNumber_methods.compareTo$1(a.get$rect(a).get$center()._dx, b.get$rect(b).get$center()._dx); }, - $signature: 223 + $signature: 228 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure.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: 155 + $signature: 160 }; 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.bottom; }, - $signature: 155 + $signature: 160 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1.prototype = { call$2(a, b) { return B.JSNumber_methods.compareTo$1(a.get$rect(a).get$center()._dy, b.get$rect(b).get$center()._dy); }, - $signature: 223 + $signature: 228 }; A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate.prototype = { call$1(direction) { @@ -287463,7 +287082,7 @@ _this.$this.requestFocusCallback.call$2$alignmentPolicy(lastNode, alignmentPolicy); return true; }, - $signature: 3156 + $signature: 2422 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure.prototype = { call$1(node) { @@ -287471,14 +287090,14 @@ t1.toString; return A.Scrollable_maybeOf(t1, null) === this.focusedScrollable; }, - $signature: 155 + $signature: 160 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0.prototype = { call$1(node) { var t1 = node.get$rect(node).intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 155 + $signature: 160 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure1.prototype = { call$1(node) { @@ -287486,14 +287105,14 @@ t1.toString; return A.Scrollable_maybeOf(t1, null) === this.focusedScrollable; }, - $signature: 155 + $signature: 160 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2.prototype = { call$1(node) { var t1 = node.get$rect(node).intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 155 + $signature: 160 }; A._ReadingOrderSortData.prototype = { get$directionalAncestors() { @@ -287512,7 +287131,7 @@ var t1 = member.get$directionalAncestors(); return A.LinkedHashSet_LinkedHashSet$from(t1, A._arrayInstanceType(t1)._precomputed1); }, - $signature: 3166 + $signature: 2421 }; A._ReadingOrderSortData_sortWithDirectionality_closure.prototype = { call$2(a, b) { @@ -287523,7 +287142,7 @@ return B.JSNumber_methods.compareTo$1(b.rect.right, a.rect.right); } }, - $signature: 907 + $signature: 626 }; A._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors.prototype = { call$1(context) { @@ -287546,7 +287165,7 @@ } return result; }, - $signature: 3179 + $signature: 2394 }; A._ReadingOrderDirectionalGroupData.prototype = { get$rect(_) { @@ -287572,7 +287191,7 @@ call$1(data) { return data.rect; }, - $signature: 3235 + $signature: 2393 }; A._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure.prototype = { call$2(a, b) { @@ -287583,7 +287202,7 @@ return B.JSNumber_methods.compareTo$1(b.get$rect(b).right, a.get$rect(a).right); } }, - $signature: 3253 + $signature: 2392 }; A.ReadingOrderTraversalPolicy.prototype = { _collectDirectionalityGroups$1(candidates) { @@ -287666,7 +287285,7 @@ call$2(a, b) { return B.JSNumber_methods.compareTo$1(a.rect.top, b.rect.top); }, - $signature: 907 + $signature: 626 }; A.ReadingOrderTraversalPolicy__pickNext_inBand.prototype = { call$2(current, candidates) { @@ -287674,14 +287293,14 @@ t2 = A._arrayInstanceType(candidates)._eval$1("WhereIterable<1>"); return A.List_List$of(new A.WhereIterable(candidates, new A.ReadingOrderTraversalPolicy__pickNext_inBand_closure(new A.Rect(-1 / 0, t1.top, 1 / 0, t1.bottom)), t2), true, t2._eval$1("Iterable.E")); }, - $signature: 3290 + $signature: 2272 }; A.ReadingOrderTraversalPolicy__pickNext_inBand_closure.prototype = { call$1(item) { var t1 = item.rect.intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 3293 + $signature: 2268 }; A.FocusTraversalGroup.prototype = { createState$0() { @@ -287859,7 +287478,7 @@ t2 = t1._restoration_properties$_value; return t2 == null ? A._instanceType(t1)._eval$1("RestorableValue.T")._as(t2) : t2; }, - $signature: 3295 + $signature: 2251 }; A.FormState__forceRebuild_closure.prototype = { call$0() { @@ -287994,7 +287613,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 125 }; A._FormFieldState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -288207,7 +287826,7 @@ call$1(child) { this.$this._unmount$1(child); }, - $signature: 106 + $signature: 109 }; A.BuildOwner.prototype = { scheduleBuildFor$1(element) { @@ -288346,7 +287965,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: 145 + $signature: 143 }; A.NotifiableElementMixin.prototype = { attachNotificationTree$0() { @@ -288908,35 +288527,35 @@ call$1(child) { this._box_0.next = child; }, - $signature: 106 + $signature: 109 }; A.Element_describeMissingAncestor_closure.prototype = { call$1(element) { this.ancestors.push(element); return true; }, - $signature: 153 + $signature: 156 }; A.Element_describeElements_closure.prototype = { call$1(element) { var _null = null; return A.DiagnosticsProperty$("", element, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_8, _null, type$.Element_2); }, - $signature: 3299 + $signature: 2250 }; A.Element_updateChildren_replaceWithNullIfForgotten.prototype = { call$1(child) { var t1 = this.forgottenChildren.contains$1(0, child); return t1 ? null : child; }, - $signature: 3302 + $signature: 2245 }; A.Element_updateChildren_slotFor.prototype = { call$2(newChildIndex, previousChild) { var t1 = this.slots; return t1 != null ? t1[newChildIndex] : new A.IndexedSlot(previousChild, newChildIndex, type$.IndexedSlot_nullable_Element); }, - $signature: 3305 + $signature: 2244 }; A.Element_updateSlotForChild_visit.prototype = { call$1(element) { @@ -288944,31 +288563,31 @@ if (!(element instanceof A.RenderObjectElement)) element.visitChildren$1(this); }, - $signature: 106 + $signature: 109 }; A.Element__updateDepth_closure.prototype = { call$1(child) { child._updateDepth$1(this.expectedDepth); }, - $signature: 106 + $signature: 109 }; A.Element_detachRenderObject_closure.prototype = { call$1(child) { child.detachRenderObject$0(); }, - $signature: 106 + $signature: 109 }; A.Element_attachRenderObject_closure.prototype = { call$1(child) { child.attachRenderObject$1(this.newSlot); }, - $signature: 106 + $signature: 109 }; A.Element_debugDescribeChildren_closure.prototype = { call$1(child) { this.children.push(child.toDiagnosticsNode$0()); }, - $signature: 106 + $signature: 109 }; A._ElementDiagnosticableTreeNode.prototype = {}; A.ErrorWidget.prototype = { @@ -289029,14 +288648,14 @@ var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 145 + $signature: 143 }; A.ComponentElement_performRebuild_closure0.prototype = { call$0() { var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 145 + $signature: 143 }; A.StatelessElement.prototype = { build$0() { @@ -289146,7 +288765,7 @@ else child.visitChildren$1(this); }, - $signature: 106 + $signature: 109 }; A.InheritedElement.prototype = { _updateInheritance$0() { @@ -289400,7 +289019,7 @@ call$1(child) { return !this.$this._forgottenChildren.contains$1(0, child); }, - $signature: 153 + $signature: 156 }; A.IndexedSlot.prototype = { $eq(_, other) { @@ -289496,7 +289115,7 @@ call$0() { return A.TapGestureRecognizer$(this.$this, null); }, - $signature: 767 + $signature: 620 }; A.GestureDetector_build_closure0.prototype = { call$1(instance) { @@ -289513,7 +289132,7 @@ instance.gestureSettings = this.gestureSettings; instance.supportedDevices = null; }, - $signature: 762 + $signature: 618 }; A.GestureDetector_build_closure1.prototype = { call$0() { @@ -289521,7 +289140,7 @@ t2 = A.multitap_DoubleTapGestureRecognizer__defaultButtonAcceptBehavior$closure(); return new A.DoubleTapGestureRecognizer(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$._TapTracker), this.$this, null, t2, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); }, - $signature: 3351 + $signature: 2240 }; A.GestureDetector_build_closure2.prototype = { call$1(instance) { @@ -289531,13 +289150,13 @@ instance.gestureSettings = this.gestureSettings; instance.supportedDevices = null; }, - $signature: 3362 + $signature: 2238 }; A.GestureDetector_build_closure3.prototype = { call$0() { return A.LongPressGestureRecognizer$(this.$this, null, null); }, - $signature: 749 + $signature: 613 }; A.GestureDetector_build_closure4.prototype = { call$1(instance) { @@ -289547,13 +289166,13 @@ instance.gestureSettings = this.gestureSettings; instance.supportedDevices = null; }, - $signature: 746 + $signature: 803 }; A.GestureDetector_build_closure5.prototype = { call$0() { return A.VerticalDragGestureRecognizer$(this.$this, null); }, - $signature: 396 + $signature: 393 }; A.GestureDetector_build_closure6.prototype = { call$1(instance) { @@ -289568,13 +289187,13 @@ instance.gestureSettings = this.gestureSettings; instance.supportedDevices = null; }, - $signature: 393 + $signature: 391 }; A.GestureDetector_build_closure7.prototype = { call$0() { return A.HorizontalDragGestureRecognizer$(this.$this, null); }, - $signature: 740 + $signature: 612 }; A.GestureDetector_build_closure8.prototype = { call$1(instance) { @@ -289588,13 +289207,13 @@ instance.gestureSettings = this.gestureSettings; instance.supportedDevices = null; }, - $signature: 738 + $signature: 611 }; A.GestureDetector_build_closure9.prototype = { call$0() { return A.PanGestureRecognizer$(this.$this, null); }, - $signature: 246 + $signature: 253 }; A.GestureDetector_build_closure10.prototype = { call$1(instance) { @@ -289608,7 +289227,7 @@ instance.gestureSettings = this.gestureSettings; instance.supportedDevices = null; }, - $signature: 245 + $signature: 239 }; A.GestureDetector_build_closure11.prototype = { call$0() { @@ -289617,7 +289236,7 @@ t3 = A.HashSet_HashSet(t1); return new A.ScaleGestureRecognizer(B.DragStartBehavior_0, B._ScaleState_0, B.Offset_O5r, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.Offset), t2, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.VelocityTracker), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$._PointerPanZoomData), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.GestureArenaEntry), t3, this.$this, null, A.recognizer_GestureRecognizer__defaultButtonAcceptBehavior$closure(), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); }, - $signature: 3417 + $signature: 2209 }; A.GestureDetector_build_closure12.prototype = { call$1(instance) { @@ -289631,13 +289250,13 @@ instance.trackpadScrollToScaleFactor = t1.trackpadScrollToScaleFactor; instance.supportedDevices = null; }, - $signature: 3439 + $signature: 2183 }; A.GestureDetector_build_closure13.prototype = { call$0() { return A.ForcePressGestureRecognizer$(this.$this, null); }, - $signature: 821 + $signature: 610 }; A.GestureDetector_build_closure14.prototype = { call$1(instance) { @@ -289645,7 +289264,7 @@ instance.gestureSettings = this.gestureSettings; instance.supportedDevices = null; }, - $signature: 711 + $signature: 608 }; A.RawGestureDetector.prototype = { createState$0() { @@ -289860,7 +289479,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, 0)); }, - $signature: 70 + $signature: 69 }; A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0.prototype = { call$1(details) { @@ -289878,7 +289497,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, null)); }, - $signature: 70 + $signature: 69 }; A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1.prototype = { call$1(details) { @@ -289889,7 +289508,7 @@ if (t1 != null) t1.call$1(details); }, - $signature: 70 + $signature: 69 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure.prototype = { call$1(details) { @@ -289907,7 +289526,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, 0)); }, - $signature: 70 + $signature: 69 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0.prototype = { call$1(details) { @@ -289925,7 +289544,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, null)); }, - $signature: 70 + $signature: 69 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1.prototype = { call$1(details) { @@ -289936,7 +289555,7 @@ if (t1 != null) t1.call$1(details); }, - $signature: 70 + $signature: 69 }; A.HeroFlightDirection.prototype = { _enumToString$0() { @@ -289961,7 +289580,7 @@ else t1.endFlight$0(); }, - $signature: 4210 + $signature: 2181 }; A.Hero__allHeroesFor_visitor.prototype = { call$1(element) { @@ -289980,7 +289599,7 @@ } element.visitChildren$1(_this); }, - $signature: 106 + $signature: 109 }; A._HeroState.prototype = { startFlight$1$shouldIncludedChildInPlaceholder(shouldIncludedChildInPlaceholder) { @@ -290278,7 +289897,7 @@ t2 = t2.navigatorSize; return A.Positioned$(t2._dy - t3.bottom, A.IgnorePointer$(new A.FadeTransition(t1._heroOpacity, false, child, _null), true, _null), _null, _null, t3.left, t2._dx - t3.right, t3.top, _null); }, - $signature: 608 + $signature: 706 }; A._HeroFlight__handleAnimationUpdate_delayedPerformAnimationUpdate.prototype = { call$0() { @@ -290495,7 +290114,7 @@ t1 = false; return t1; }, - $signature: 3580 + $signature: 2149 }; A.HeroController__maybeStartHeroTransition_closure.prototype = { call$1(value) { @@ -290516,7 +290135,7 @@ t1 = _this.flightDirection === B.HeroFlightDirection_0 ? new A.EdgeInsetsTween(t1, t2).transform$1(0, t3.get$value(t3)) : new A.EdgeInsetsTween(t2, t1).transform$1(0, t3.get$value(t3)); return A.MediaQuery$(_this.toHero.child, _this.toMediaQueryData.copyWith$1$padding(t1), null); }, - $signature: 494 + $signature: 597 }; A.Icon.prototype = { build$1(context) { @@ -290602,7 +290221,7 @@ call$1(context) { return A.IconTheme$(this.child, A.IconTheme__getInheritedIconThemeData(context).merge$1(this.data), this.key); }, - $signature: 3513 + $signature: 2148 }; A.IconThemeData.prototype = { copyWith$8$color$fill$grade$opacity$opticalSize$shadows$size$weight(color, fill, grade, opacity, opticalSize, shadows, size, weight) { @@ -290888,7 +290507,7 @@ var t1 = this.$this; t1.setState$1(new A._ImageState__getListener__closure(t1, error, stackTrace)); }, - $signature: 3438 + $signature: 2145 }; A._ImageState__getListener__closure.prototype = { call$0() { @@ -291131,7 +290750,7 @@ this.$this._updateTween$2(tween, targetValue); return tween; }, - $signature: 609 + $signature: 614 }; A.ImplicitlyAnimatedWidgetState__constructTweens_closure.prototype = { call$3(tween, targetValue, $constructor) { @@ -291148,7 +290767,7 @@ tween = null; return tween; }, - $signature: 609 + $signature: 614 }; A.AnimatedWidgetBaseState.prototype = { initState$0() { @@ -291220,49 +290839,49 @@ call$1(value) { return new A.AlignmentGeometryTween(type$.AlignmentGeometry._as(value), null); }, - $signature: 610 + $signature: 615 }; A._AnimatedContainerState_forEachTween_closure0.prototype = { call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 490 + $signature: 592 }; A._AnimatedContainerState_forEachTween_closure1.prototype = { call$1(value) { return new A.DecorationTween(type$.Decoration._as(value), null); }, - $signature: 611 + $signature: 617 }; A._AnimatedContainerState_forEachTween_closure2.prototype = { call$1(value) { return new A.DecorationTween(type$.Decoration._as(value), null); }, - $signature: 611 + $signature: 617 }; A._AnimatedContainerState_forEachTween_closure3.prototype = { call$1(value) { return new A.BoxConstraintsTween(type$.BoxConstraints._as(value), null); }, - $signature: 3399 + $signature: 2144 }; A._AnimatedContainerState_forEachTween_closure4.prototype = { call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 490 + $signature: 592 }; A._AnimatedContainerState_forEachTween_closure5.prototype = { call$1(value) { return new A.Matrix4Tween(type$.Matrix4._as(value), null); }, - $signature: 3398 + $signature: 2143 }; A._AnimatedContainerState_forEachTween_closure6.prototype = { call$1(value) { return new A.AlignmentGeometryTween(type$.AlignmentGeometry._as(value), null); }, - $signature: 610 + $signature: 615 }; A.AnimatedPadding.prototype = { createState$0() { @@ -291285,7 +290904,7 @@ call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 490 + $signature: 592 }; A.AnimatedPositioned.prototype = { createState$0() { @@ -291368,37 +290987,37 @@ call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 168 + $signature: 167 }; A._AnimatedPositionedState_forEachTween_closure0.prototype = { call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 168 + $signature: 167 }; A._AnimatedPositionedState_forEachTween_closure1.prototype = { call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 168 + $signature: 167 }; A._AnimatedPositionedState_forEachTween_closure2.prototype = { call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 168 + $signature: 167 }; A._AnimatedPositionedState_forEachTween_closure3.prototype = { call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 168 + $signature: 167 }; A._AnimatedPositionedState_forEachTween_closure4.prototype = { call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 168 + $signature: 167 }; A.AnimatedOpacity.prototype = { createState$0() { @@ -291425,7 +291044,7 @@ call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 168 + $signature: 167 }; A.AnimatedDefaultTextStyle.prototype = { createState$0() { @@ -291451,7 +291070,7 @@ call$1(value) { return new A.TextStyleTween(type$.TextStyle._as(value), null); }, - $signature: 3395 + $signature: 2119 }; A.AnimatedPhysicalModel.prototype = { createState$0() { @@ -291495,25 +291114,25 @@ call$1(value) { return new A.BorderRadiusTween(type$.BorderRadius._as(value), null); }, - $signature: 3381 + $signature: 2118 }; A._AnimatedPhysicalModelState_forEachTween_closure0.prototype = { call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 168 + $signature: 167 }; A._AnimatedPhysicalModelState_forEachTween_closure1.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 385 + $signature: 355 }; A._AnimatedPhysicalModelState_forEachTween_closure2.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 385 + $signature: 355 }; A._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -291643,7 +291262,7 @@ } return true; }, - $signature: 153 + $signature: 156 }; A.CapturedThemes.prototype = {}; A._CaptureAll.prototype = { @@ -292341,14 +291960,14 @@ var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 145 + $signature: 143 }; A._LayoutBuilderElement__layout_layoutCallback_closure0.prototype = { call$0() { var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 145 + $signature: 143 }; A.RenderConstrainedLayoutBuilder.prototype = { updateCallback$1(value) { @@ -292448,7 +292067,7 @@ call$1(p) { return p.futureValue; }, - $signature: 3380 + $signature: 2117 }; A._loadAll_closure1.prototype = { call$1(values) { @@ -292457,7 +292076,7 @@ t3.$indexSet(0, A.createRuntimeType(A._instanceType(t2.pendingList[i].delegate)._eval$1("LocalizationsDelegate.T")), t1.$index(values, i)); return t3; }, - $signature: 3379 + $signature: 2115 }; A.LocalizationsDelegate.prototype = { toString$0(_) { @@ -292581,7 +292200,7 @@ call$1(value) { return this._box_0.typeToResources = value; }, - $signature: 3378 + $signature: 2114 }; A._LocalizationsState_load_closure0.prototype = { call$1(value) { @@ -292590,7 +292209,7 @@ t1.setState$1(new A._LocalizationsState_load__closure(t1, value, this.locale)); $.RendererBinding__instance.allowFirstFrame$0(); }, - $signature: 3375 + $signature: 2113 }; A._LocalizationsState_load__closure.prototype = { call$0() { @@ -292615,7 +292234,7 @@ } return A.getRuntimeTypeOfDartObject(ancestor.get$widget()) !== B.Type_LookupBoundary_SxG; }, - $signature: 153 + $signature: 156 }; A.LookupBoundary_findRootAncestorStateOfType_closure.prototype = { call$1(ancestor) { @@ -292630,7 +292249,7 @@ this._box_0.target = ancestor; return A.getRuntimeTypeOfDartObject(ancestor.get$widget()) !== B.Type_LookupBoundary_SxG; }, - $signature: 153 + $signature: 156 }; A.LookupBoundary_findAncestorRenderObjectOfType_closure.prototype = { call$1(ancestor) { @@ -292640,7 +292259,7 @@ } return A.getRuntimeTypeOfDartObject(ancestor.get$widget()) !== B.Type_LookupBoundary_SxG; }, - $signature: 153 + $signature: 156 }; A.MagnifierInfo.prototype = { $eq(_, other) { @@ -292671,7 +292290,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 3374 + $signature: 2112 }; A.MagnifierController.prototype = { get$shown() { @@ -292782,7 +292401,7 @@ call$1(context) { return new A._CaptureAll(this.capturedThemes._themes, this.builder.call$1(context), null); }, - $signature: 52 + $signature: 51 }; A.MagnifierDecoration.prototype = { $eq(_, other) { @@ -293036,7 +292655,7 @@ call$1(displayFeature) { return this.subScreen.overlaps$1(displayFeature.get$bounds(displayFeature)); }, - $signature: 881 + $signature: 639 }; A.MediaQuery.prototype = { updateShouldNotify$1(oldWidget) { @@ -293589,7 +293208,7 @@ t1.requestFocus$0(); } }, - $signature: 104 + $signature: 103 }; A.Route_didAdd_closure.prototype = { call$1(_) { @@ -293600,7 +293219,7 @@ t1.requestFocus$0(); } }, - $signature: 104 + $signature: 103 }; A.RouteSettings.prototype = { toString$0(_) { @@ -293645,7 +293264,7 @@ call$1(route) { return route == null; }, - $signature: 3373 + $signature: 2094 }; A._RouteLifecycle.prototype = { _enumToString$0() { @@ -293768,7 +293387,7 @@ call$1(e) { return e._overlayEntryStateNotifier._change_notifier$_value != null; }, - $signature: 3371 + $signature: 2093 }; A._RouteEntry_dispose_closure0.prototype = { call$0() { @@ -293795,7 +293414,7 @@ call$1(entry) { return entry.route === this.route; }, - $signature: 293 + $signature: 278 }; A._NavigatorObservation.prototype = {}; A._NavigatorPushObservation.prototype = { @@ -294522,7 +294141,7 @@ t1 = null; return A._RouteEntry$(route, B._RouteLifecycle_1, false, t1); }, - $signature: 3338 + $signature: 2092 }; A.NavigatorState__forcedDisposeAllRouteEntries_closure.prototype = { call$1(entry) { @@ -294530,13 +294149,13 @@ entry.route.dispose$0(); return true; }, - $signature: 293 + $signature: 278 }; A.NavigatorState__afterNavigation_closure.prototype = { call$1(object) { return A.S(object); }, - $signature: 594 + $signature: 598 }; A.NavigatorState__cancelActivePointers_closure.prototype = { call$0() { @@ -294731,14 +294350,14 @@ call$2(key, value) { return new A.MapEntry(A._asStringQ(key), A.List_List$from(type$.List_dynamic._as(value), true, type$.Object), type$.MapEntry_of_nullable_String_and_List_Object); }, - $signature: 3337 + $signature: 2090 }; A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 125 }; A._NavigatorState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -295178,7 +294797,7 @@ } return t1; }, - $signature: 3335 + $signature: 2085 }; A.__RenderOverflowBar_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -295634,7 +295253,7 @@ call$2(result, position) { return this.localChild.hitTest$2$position(result, position); }, - $signature: 75 + $signature: 77 }; A._TheaterParentData.prototype = {}; A._RenderTheater.prototype = { @@ -296010,25 +295629,25 @@ call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 107 + $signature: 111 }; A._RenderTheater_computeMaxIntrinsicWidth_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 107 + $signature: 111 }; A._RenderTheater_computeMinIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 107 + $signature: 111 }; A._RenderTheater_computeMaxIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 107 + $signature: 111 }; A._RenderTheater_debugDescribeChildren_closure.prototype = { call$1(renderObject) { @@ -296045,7 +295664,7 @@ _this.offstageChildren.push(A.DiagnosticableTreeNode$("offstage " + t1 + " - " + t4, B.DiagnosticsTreeStyle_2, renderObject)); ++t3.subcount; }, - $signature: 67 + $signature: 68 }; A.OverlayPortalController.prototype = { toString$0(_) { @@ -296143,7 +295762,7 @@ t1.toString; return A._RenderTheaterMarker_of(t1, this.targetRootOverlay); }, - $signature: 3334 + $signature: 2084 }; A._OverlayPortalState_show_closure.prototype = { call$0() { @@ -296388,7 +296007,7 @@ call$1(i) { return this.child; }, - $signature: 3323 + $signature: 2059 }; A._RenderDeferredLayoutBox_layout_closure.prototype = { call$1(constraints) { @@ -296396,7 +296015,7 @@ t1._overlay$_needsLayout = true; t1.super$RenderBox$markNeedsLayout(); }, - $signature: 3320 + $signature: 2058 }; A._RenderLayoutSurrogateProxyBox.prototype = { redepthChildren$0() { @@ -297002,7 +296621,7 @@ transform = A.Transform$(alignment, t1.child, t2, true); return A.ClipRect$(transform, t3 !== 0 && viewportDimension !== _this._box_0.mainAxisSize ? t1.clipBehavior : B.Clip_0, null); }, - $signature: 3318 + $signature: 2057 }; A._StretchState.prototype = { _enumToString$0() { @@ -297174,7 +296793,7 @@ call$1(element) { return A.PageStorageBucket__maybeAddKey(element, this.keys); }, - $signature: 153 + $signature: 156 }; A.PageStorage.prototype = { build$1(context) { @@ -297534,14 +297153,14 @@ } return false; }, - $signature: 194 + $signature: 186 }; A._PageViewState_build_closure0.prototype = { call$2(context, position) { var t1 = this.$this._widget; return A.Viewport$(0, this.axisDirection, 0, B.CacheExtentStyle_1, null, t1.clipBehavior, position, A._setArrayType([new A.SliverFillViewport(t1.controller.viewportFraction, true, t1.childrenDelegate, null)], type$.JSArray_Widget)); }, - $signature: 3317 + $signature: 2055 }; A.PageRoute.prototype = { get$opaque() { @@ -297646,14 +297265,14 @@ call$2(context, controller) { return new A.PlatformViewSurface(controller, B.Set_empty, B.PlatformViewHitTestBehavior_0, null); }, - $signature: 3310 + $signature: 2052 }; A.HtmlElementView__createHtmlElementView_closure.prototype = { call$1(_) { var t1 = this.params; t1.onPlatformViewCreated.call$1(t1.id); }, - $signature: 104 + $signature: 103 }; A._HtmlElementViewController.prototype = { _platform_view$_initialize$0() { @@ -297824,7 +297443,7 @@ A._PlatformViewLinkState_build_closure.prototype = { call$2(size, position) { }, - $signature: 3294 + $signature: 2015 }; A._PlatformViewLinkState__onPlatformViewCreated_closure.prototype = { call$0() { @@ -298426,7 +298045,7 @@ if (startIndex !== endIndex) this.$this._widget.onReorder$2(startIndex, endIndex); }, - $signature: 191 + $signature: 200 }; A.SliverReorderableListState__wrapWithSemantics_moveToStart.prototype = { call$0() { @@ -298619,7 +298238,7 @@ } return null; }, - $signature: 203 + $signature: 197 }; A.ReorderableDelayedDragStartListener.prototype = { createRecognizer$0() { @@ -298731,7 +298350,7 @@ t1 = t1.size; return A.Positioned$(_null, new A.SizedBox(t1._dx, t1._dy, child, _null), _null, _null, effectivePosition._dx, _null, effectivePosition._dy, _null); }, - $signature: 608 + $signature: 706 }; A._ReorderableItemGlobalKey.prototype = { $eq(_, other) { @@ -298861,7 +298480,7 @@ } $.RendererBinding__instance.allowFirstFrame$0(); }, - $signature: 3251 + $signature: 2013 }; A._RootRestorationScopeState__loadRootBucketIfNecessary__closure.prototype = { call$0() { @@ -299027,7 +298646,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 125 }; A.__RestorationScopeState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -299229,7 +298848,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 125 }; A.RouteInformation.prototype = { get$uri() { @@ -299491,7 +299110,7 @@ t1._router$_rebuild$0(); return new A.SynchronousFuture(data, type$.SynchronousFuture_bool); }, - $signature: 3246 + $signature: 2008 }; A._RouterState__rebuild_closure.prototype = { call$0() { @@ -299833,7 +299452,7 @@ t2.dispose$0(); } }, - $signature: 8 + $signature: 7 }; A.LocalHistoryEntry.prototype = { remove$0(_) { @@ -299998,7 +299617,7 @@ child.toString; return new A.RestorationScope(child, t1, null); }, - $signature: 3201 + $signature: 1982 }; A._ModalScopeState_build_closure0.prototype = { call$1(context) { @@ -300012,7 +299631,7 @@ t4 = t2._routes$_page = new A.RepaintBoundary(new A.Builder(new A._ModalScopeState_build__closure(t2), _null), t2._widget.route._subtreeKey); return A.Actions$(t1, A.PrimaryScrollController$(A.FocusScope$(false, new A.RepaintBoundary(A.AnimatedBuilder$(t3, new A._ModalScopeState_build__closure0(t2), t4), _null), _null, _null, t2.focusScopeNode), t2.primaryScrollController)); }, - $signature: 3193 + $signature: 1981 }; A._ModalScopeState_build__closure0.prototype = { call$2(context, child) { @@ -300029,7 +299648,7 @@ t5 = A.ValueNotifier$(false, type$.bool); return t2.buildTransitions$4(context, t3, t4, A.AnimatedBuilder$(t5, new A._ModalScopeState_build___closure(t1), child)); }, - $signature: 186 + $signature: 203 }; A._ModalScopeState_build___closure.prototype = { call$2(context, child) { @@ -300038,7 +299657,7 @@ t1.focusScopeNode.set$canRequestFocus(!ignoreEvents); return A.IgnorePointer$(child, ignoreEvents, null); }, - $signature: 3180 + $signature: 1980 }; A._ModalScopeState_build__closure.prototype = { call$1(context) { @@ -300050,7 +299669,7 @@ t3.toString; return t1.buildPage$3(context, t2, t3); }, - $signature: 52 + $signature: 51 }; A.ModalRoute.prototype = { setState$1(fn) { @@ -300791,7 +300410,7 @@ call$1($event) { return A.IOSScrollViewFlingVelocityTracker$($event.get$kind($event)); }, - $signature: 3169 + $signature: 1932 }; A.ScrollBehavior_velocityTrackerBuilder_closure0.prototype = { call$1($event) { @@ -300799,13 +300418,13 @@ t2 = type$.nullable__PointAtTime; return new A.MacOSScrollViewFlingVelocityTracker(A.List_List$filled(20, null, false, t2), t1, A.List_List$filled(20, null, false, t2)); }, - $signature: 3168 + $signature: 1929 }; A.ScrollBehavior_velocityTrackerBuilder_closure1.prototype = { call$1($event) { return new A.VelocityTracker($event.get$kind($event), A.List_List$filled(20, null, false, type$.nullable__PointAtTime)); }, - $signature: 614 + $signature: 654 }; A._WrappedScrollBehavior.prototype = { get$dragDevices() { @@ -301402,21 +301021,21 @@ t1 = this.$this; return A._setArrayType([A.DiagnosticsProperty$("The " + A.getRuntimeTypeOfDartObject(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: 145 + $signature: 143 }; A.ScrollNotificationObserverState_build_closure.prototype = { call$1(notification) { this.$this._notifyListeners$1(notification.asScrollUpdate$0()); return false; }, - $signature: 463 + $signature: 525 }; A.ScrollNotificationObserverState_build_closure0.prototype = { call$1(notification) { this.$this._notifyListeners$1(notification); return false; }, - $signature: 194 + $signature: 186 }; A.ScrollDecelerationRate.prototype = { _enumToString$0() { @@ -302561,7 +302180,7 @@ call$2(context, offset) { return this.$this.buildViewport$4(context, offset, this.axisDirection, this.slivers); }, - $signature: 3162 + $signature: 1928 }; A.ScrollView_build_closure0.prototype = { call$1(notification) { @@ -302570,7 +302189,7 @@ focusScope.unfocus$0(); return false; }, - $signature: 3159 + $signature: 1903 }; A.CustomScrollView.prototype = { buildSlivers$1(context) { @@ -302608,13 +302227,13 @@ return this.itemBuilder.call$2(context, itemIndex); return this.separatorBuilder.call$2(context, itemIndex); }, - $signature: 3151 + $signature: 1902 }; A.ListView$separated_closure0.prototype = { call$2(widget, index) { return (index & 1) === 0 ? B.JSInt_methods._tdivFast$1(index, 2) : null; }, - $signature: 3150 + $signature: 1901 }; A.GridView.prototype = { buildChildLayout$1(context) { @@ -302626,7 +302245,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 125 }; A.Scrollable.prototype = { createState$0() { @@ -302642,7 +302261,7 @@ call$1(_) { return null; }, - $signature: 3148 + $signature: 1900 }; A._ScrollableScope.prototype = { updateShouldNotify$1(old) { @@ -303065,7 +302684,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return A.VerticalDragGestureRecognizer$(null, t1.get$dragDevices()); }, - $signature: 396 + $signature: 393 }; A.ScrollableState_setCanDrag_closure0.prototype = { call$1(instance) { @@ -303091,7 +302710,7 @@ instance.gestureSettings = t1._mediaQueryGestureSettings; instance.supportedDevices = t1.__ScrollableState__configuration_A.get$dragDevices(); }, - $signature: 393 + $signature: 391 }; A.ScrollableState_setCanDrag_closure1.prototype = { call$0() { @@ -303099,7 +302718,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return A.HorizontalDragGestureRecognizer$(null, t1.get$dragDevices()); }, - $signature: 740 + $signature: 612 }; A.ScrollableState_setCanDrag_closure2.prototype = { call$1(instance) { @@ -303125,7 +302744,7 @@ instance.gestureSettings = t1._mediaQueryGestureSettings; instance.supportedDevices = t1.__ScrollableState__configuration_A.get$dragDevices(); }, - $signature: 738 + $signature: 611 }; A._ScrollableSelectionHandler.prototype = { createState$0() { @@ -303472,13 +303091,13 @@ call$2(key, value) { return !this.selectableSet.contains$1(0, key); }, - $signature: 616 + $signature: 662 }; A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure0.prototype = { call$2(key, value) { return !this.selectableSet.contains$1(0, key); }, - $signature: 616 + $signature: 662 }; A._ScrollSemantics.prototype = { createRenderObject$1(context) { @@ -303689,7 +303308,7 @@ if (value != null) this.description.push(prefix + value.toString$0(0)); }, - $signature: 617 + $signature: 663 }; A.EdgeDraggingAutoScroller.prototype = { _offsetExtent$2(offset, scrollDirection) { @@ -304528,7 +304147,7 @@ t1 = false; return t1; }, - $signature: 3131 + $signature: 1898 }; A.RawScrollbar.prototype = { createState$0() { @@ -305092,7 +304711,7 @@ t5 = A.long_press_LongPressGestureRecognizer__defaultButtonAcceptBehavior$closure(); return new A._ThumbPressGestureRecognizer(t1._scrollbarPainterKey, t2, null, B.GestureRecognizerState_0, A.LinkedHashMap_LinkedHashMap$_empty(t3, type$.GestureArenaEntry), t4, t1, null, t5, A.LinkedHashMap_LinkedHashMap$_empty(t3, type$.PointerDeviceKind)); }, - $signature: 3117 + $signature: 1897 }; A.RawScrollbarState__gestures_closure0.prototype = { call$1(instance) { @@ -305102,25 +304721,25 @@ instance.onLongPressMoveUpdate = new A.RawScrollbarState__gestures__closure0(t1); instance.onLongPressEnd = new A.RawScrollbarState__gestures__closure1(t1); }, - $signature: 3114 + $signature: 1887 }; A.RawScrollbarState__gestures__closure.prototype = { call$1(details) { return this.$this.handleThumbPressStart$1(details.localPosition); }, - $signature: 260 + $signature: 266 }; A.RawScrollbarState__gestures__closure0.prototype = { call$1(details) { return this.$this.handleThumbPressUpdate$1(details.localPosition); }, - $signature: 376 + $signature: 360 }; A.RawScrollbarState__gestures__closure1.prototype = { call$1(details) { return this.$this.handleThumbPressEnd$2(details.localPosition, details.velocity); }, - $signature: 387 + $signature: 396 }; A.RawScrollbarState__gestures_closure1.prototype = { call$0() { @@ -305129,13 +304748,13 @@ t3 = A.HashSet_HashSet(t2); return new A._TrackTapGestureRecognizer(t1._scrollbarPainterKey, B.Duration_100000, 18, B.GestureRecognizerState_0, A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.GestureArenaEntry), t3, t1, null, A.recognizer_GestureRecognizer__defaultButtonAcceptBehavior$closure(), A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.PointerDeviceKind)); }, - $signature: 3103 + $signature: 1857 }; A.RawScrollbarState__gestures_closure2.prototype = { call$1(instance) { instance.onTapDown = this.$this.get$_handleTrackTapDown(); }, - $signature: 3098 + $signature: 1856 }; A.RawScrollbarState_build_closure.prototype = { call$1($event) { @@ -305173,7 +304792,7 @@ break; } }, - $signature: 375 + $signature: 392 }; A._ThumbPressGestureRecognizer.prototype = { isPointerAllowed$1($event) { @@ -305742,7 +305361,7 @@ $defaultValues() { return [null]; }, - $signature: 870 + $signature: 636 }; A.MultiSelectableSelectionContainerDelegate_getSelectionGeometry_closure.prototype = { call$1(selectionRect) { @@ -305757,25 +305376,25 @@ return t1.intersect$1(localRect); return localRect; }, - $signature: 3059 + $signature: 1818 }; A.MultiSelectableSelectionContainerDelegate_getSelectionGeometry_closure0.prototype = { call$1(selectionRect) { return selectionRect.get$isFinite(selectionRect) && !selectionRect.get$isEmpty(selectionRect); }, - $signature: 3054 + $signature: 1788 }; A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure.prototype = { call$1(target) { return target !== this.$this.selectables[this.index]; }, - $signature: 3053 + $signature: 1786 }; A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure0.prototype = { call$1(target) { return this.$this.dispatchSelectionEventToChild$2(target, B.ClearSelectionEvent_SelectionEventType_2); }, - $signature: 296 + $signature: 279 }; A._MultiSelectableSelectionContainerDelegate_SelectionContainerDelegate_ChangeNotifier.prototype = {}; A.SelectionContainer.prototype = { @@ -305998,7 +305617,7 @@ var t1 = $.$get$LogicalKeySet__unmapSynonyms().$index(0, key); return t1 == null ? A._setArrayType([key], type$.JSArray_LogicalKeyboardKey) : t1; }, - $signature: 3051 + $signature: 1775 }; A.SingleActivator.prototype = { get$triggers() { @@ -306103,13 +305722,13 @@ for (; t1.moveNext$0();) J.add$1$ax(t2.putIfAbsent$2(0, t1.get$current(t1), new A.ShortcutManager__indexShortcuts__closure()), new A._ActivatorIntentPair(activator, intent)); }, - $signature: 3039 + $signature: 1743 }; A.ShortcutManager__indexShortcuts__closure.prototype = { call$0() { return A._setArrayType([], type$.JSArray__ActivatorIntentPair); }, - $signature: 3037 + $signature: 1740 }; A.ShortcutManager_handleKeypress_closure.prototype = { call$0() { @@ -306121,7 +305740,7 @@ call$0() { return this._0_0._1; }, - $signature: 3035 + $signature: 1738 }; A.Shortcuts.prototype = { get$shortcuts() { @@ -306210,7 +305829,7 @@ result = B.KeyEventResult_0; return result; }, - $signature: 221 + $signature: 227 }; A.ShortcutRegistry.prototype = { dispose$0() { @@ -306283,7 +305902,7 @@ call$2(context, offset) { return new A._SingleChildViewport(this.axisDirection, offset, B.Clip_1, this._box_0.contents, null); }, - $signature: 3032 + $signature: 1736 }; A._SingleChildViewport.prototype = { createRenderObject$1(context) { @@ -306614,13 +306233,13 @@ t1.toString; context.paintChild$2(t1, offset.$add(0, this.paintOffset)); }, - $signature: 93 + $signature: 91 }; A._RenderSingleChildViewport_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, transformed); }, - $signature: 75 + $signature: 77 }; A.__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin.prototype = { attach$1(owner) { @@ -306890,7 +306509,7 @@ t2.remove$1(0, index); } }, - $signature: 78 + $signature: 74 }; A.SliverMultiBoxAdaptorElement_performRebuild_closure.prototype = { call$0() { @@ -306902,7 +306521,7 @@ call$0() { return this.$this._childElements.$index(0, this.index); }, - $signature: 3018 + $signature: 1705 }; A.SliverMultiBoxAdaptorElement_createChild_closure.prototype = { call$0() { @@ -307570,13 +307189,13 @@ call$1(row) { return row.decoration != null; }, - $signature: 2999 + $signature: 1704 }; A.Table_closure0.prototype = { call$1(row) { return row.decoration; }, - $signature: 2902 + $signature: 1699 }; A._TableElement.prototype = { get$renderObject() { @@ -307685,32 +307304,32 @@ t4 = A._arrayInstanceType(t3)._eval$1("MappedListIterable<1,Element0>"); return new A._TableElementRow(row.key, A.List_List$of(new A.MappedListIterable(t3, new A._TableElement_mount__closure(t1, t2, this.$this), t4), false, t4._eval$1("ListIterable.E"))); }, - $signature: 2895 + $signature: 1698 }; A._TableElement_mount__closure.prototype = { call$1(child) { return this.$this.inflateWidget$2(child, new A._TableSlot(this._box_0.columnIndex++, this._box_1.rowIndex)); }, - $signature: 2886 + $signature: 1671 }; A._TableElement_update_closure.prototype = { call$1(row) { return row.key == null; }, - $signature: 2881 + $signature: 1670 }; A._TableElement_update_closure0.prototype = { call$1(list) { return !this.taken.contains$1(0, list); }, - $signature: 2872 + $signature: 1669 }; A._TableElement__updateRenderObjectChildren_closure.prototype = { call$1(row) { var t1 = row.children; return new A.MappedListIterable(t1, new A._TableElement__updateRenderObjectChildren__closure(), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,RenderBox>")); }, - $signature: 2863 + $signature: 1667 }; A._TableElement__updateRenderObjectChildren__closure.prototype = { call$1(child) { @@ -307718,13 +307337,13 @@ t1.toString; return type$.RenderBox._as(t1); }, - $signature: 2862 + $signature: 1664 }; A._TableElement_visitChildren_closure.prototype = { call$1(row) { return row.children; }, - $signature: 2861 + $signature: 1662 }; A.TableCell.prototype = { applyParentData$1(renderObject) { @@ -309039,21 +308658,21 @@ call$1(_) { return this.builtMagnifier; }, - $signature: 52 + $signature: 51 }; A.SelectionOverlay_showToolbar_closure.prototype = { call$1(context) { var t1 = A.MatrixUtils_transformPoint(this.renderBox.getTransformTo$1(0, null), B.Offset_0_0); return new A._SelectionToolbarWrapper(this.contextMenuBuilder.call$1(context), new A.Offset(-t1._dx, -t1._dy), this.$this.toolbarLayerLink, null, null); }, - $signature: 619 + $signature: 691 }; A.SelectionOverlay_showSpellCheckSuggestionsToolbar_closure.prototype = { call$1(context) { var t1 = A.MatrixUtils_transformPoint(this.renderBox.getTransformTo$1(0, null), B.Offset_0_0); return new A._SelectionToolbarWrapper(this.builder.call$1(context), new A.Offset(-t1._dx, -t1._dy), this.$this.toolbarLayerLink, null, null); }, - $signature: 619 + $signature: 691 }; A.SelectionOverlay_markNeedsBuild_closure.prototype = { call$1(duration) { @@ -309086,7 +308705,7 @@ this.$this.selectionControls.toString; return B.SizedBox_0_0_null_null; }, - $signature: 52 + $signature: 51 }; A._SelectionToolbarWrapper.prototype = { createState$0() { @@ -309226,7 +308845,7 @@ call$0() { return A.PanGestureRecognizer$(this.$this, A.LinkedHashSet_LinkedHashSet$_literal([B.PointerDeviceKind_0, B.PointerDeviceKind_2, B.PointerDeviceKind_5], type$.PointerDeviceKind)); }, - $signature: 246 + $signature: 253 }; A._SelectionHandleOverlayState_build_closure0.prototype = { call$1(instance) { @@ -309236,7 +308855,7 @@ instance.onUpdate = t1.onSelectionHandleDragUpdate; instance.onEnd = t1.onSelectionHandleDragEnd; }, - $signature: 245 + $signature: 239 }; A.TextSelectionGestureDetectorBuilder.prototype = { _showMagnifierIfSupportedByPlatform$1(positionToShow) { @@ -310253,7 +309872,7 @@ call$0() { return A.TapGestureRecognizer$(this.$this, null); }, - $signature: 767 + $signature: 620 }; A._TextSelectionGestureDetectorState_build_closure0.prototype = { call$1(instance) { @@ -310261,13 +309880,13 @@ instance.onSecondaryTap = t1.onSecondaryTap; instance.onSecondaryTapDown = t1.onSecondaryTapDown; }, - $signature: 762 + $signature: 618 }; A._TextSelectionGestureDetectorState_build_closure1.prototype = { call$0() { return A.LongPressGestureRecognizer$(this.$this, null, A.LinkedHashSet_LinkedHashSet$_literal([B.PointerDeviceKind_0], type$.PointerDeviceKind)); }, - $signature: 749 + $signature: 613 }; A._TextSelectionGestureDetectorState_build_closure2.prototype = { call$1(instance) { @@ -310276,7 +309895,7 @@ instance.onLongPressMoveUpdate = t1.get$_handleLongPressMoveUpdate(); instance.onLongPressEnd = t1.get$_handleLongPressEnd(); }, - $signature: 746 + $signature: 803 }; A._TextSelectionGestureDetectorState_build_closure3.prototype = { call$0() { @@ -310285,7 +309904,7 @@ t2 = A.HashSet_HashSet(t1); return new A.TapAndHorizontalDragGestureRecognizer(B.DragStartBehavior_1, B._DragState_00, A.LinkedHashSet_LinkedHashSet$_empty(t1), _null, _null, 0, _null, _null, _null, _null, _null, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.GestureArenaEntry), t2, this.$this, _null, A.recognizer_GestureRecognizer__defaultButtonAcceptBehavior$closure(), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); }, - $signature: 2846 + $signature: 1661 }; A._TextSelectionGestureDetectorState_build_closure4.prototype = { call$1(instance) { @@ -310299,7 +309918,7 @@ instance.onTapUp = t1.get$_text_selection$_handleTapUp(); instance.onCancel = t1.get$_text_selection$_handleTapCancel(); }, - $signature: 2845 + $signature: 1637 }; A._TextSelectionGestureDetectorState_build_closure5.prototype = { call$0() { @@ -310308,7 +309927,7 @@ t2 = A.HashSet_HashSet(t1); return new A.TapAndPanGestureRecognizer(B.DragStartBehavior_1, B._DragState_00, A.LinkedHashSet_LinkedHashSet$_empty(t1), _null, _null, 0, _null, _null, _null, _null, _null, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.GestureArenaEntry), t2, this.$this, _null, A.recognizer_GestureRecognizer__defaultButtonAcceptBehavior$closure(), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); }, - $signature: 2824 + $signature: 1636 }; A._TextSelectionGestureDetectorState_build_closure6.prototype = { call$1(instance) { @@ -310322,13 +309941,13 @@ instance.onTapUp = t1.get$_text_selection$_handleTapUp(); instance.onCancel = t1.get$_text_selection$_handleTapCancel(); }, - $signature: 2790 + $signature: 1635 }; A._TextSelectionGestureDetectorState_build_closure7.prototype = { call$0() { return A.ForcePressGestureRecognizer$(this.$this, null); }, - $signature: 821 + $signature: 610 }; A._TextSelectionGestureDetectorState_build_closure8.prototype = { call$1(instance) { @@ -310337,7 +309956,7 @@ instance.onStart = t2.onForcePressStart != null ? t1.get$_forcePressStarted() : null; instance.onEnd = t2.onForcePressEnd != null ? t1.get$_forcePressEnded() : null; }, - $signature: 711 + $signature: 608 }; A.ClipboardStatusNotifier.prototype = { update$0(_) { @@ -311243,7 +310862,7 @@ this._box_0.ancestorContext = $parent; return false; }, - $signature: 153 + $signature: 156 }; A._VisibilityScope.prototype = { updateShouldNotify$1(old) { @@ -311360,7 +310979,7 @@ } return true; }, - $signature: 339 + $signature: 272 }; A._WidgetSpanParentData.prototype = { applyParentData$1(renderObject) { @@ -311491,13 +311110,13 @@ call$2(context, offset) { return context.paintChild$2(this.child, offset); }, - $signature: 93 + $signature: 91 }; A._RenderScaledInlineWidget_hitTestChildren_closure.prototype = { call$2(result, transformedOffset) { return this.child.hitTest$2$position(result, transformedOffset); }, - $signature: 75 + $signature: 77 }; A.__RenderScaledInlineWidget_RenderBox_RenderObjectWithChildMixin.prototype = { attach$1(owner) { @@ -312162,7 +311781,7 @@ call$1(value) { return this.config.repo; }, - $signature: 2109 + $signature: 2107 }; A.CacheStore_retrieveCacheData_closure.prototype = { call$1(cacheObject) { @@ -312194,7 +311813,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2764 + $signature: 1628 }; A.CacheStore__scheduleCleanup_closure.prototype = { call$0() { @@ -312818,7 +312437,7 @@ if (this._box_0.newCacheObject.relativePath !== t1) this.$this._removeOldFile$1(t1); }, - $signature: 104 + $signature: 103 }; A.WebHelper__saveFileAndPostUpdates_closure.prototype = { call$1(s) { @@ -312828,7 +312447,7 @@ this.receivedBytesResultController.add$1(0, receivedBytes); return s; }, - $signature: 2729 + $signature: 1626 }; A.HttpExceptionWithStatus.prototype = {}; A.BlockPicker.prototype = { @@ -312880,7 +312499,7 @@ t3 = false; return t2.itemBuilder$3(color, t3, new A._BlockPickerState_build__closure(t1, color)); }, - $signature: 2706 + $signature: 1596 }; A._BlockPickerState_build__closure.prototype = { call$0() { @@ -313174,7 +312793,7 @@ t1.toString; return new A.SynchronousFuture(t1, type$.SynchronousFuture_CupertinoLocalizations); }, - $signature: 2699 + $signature: 1595 }; A._GlobalCupertinoLocalizationsDelegate_load_closure_loadFormats.prototype = { call$1(locale) { @@ -313188,7 +312807,7 @@ _this.singleDigitSecondFormat.__late_helper$_value = A.DateFormat$s(locale); _this.decimalFormat.__late_helper$_value = A.NumberFormat_NumberFormat$decimalPattern(locale); }, - $signature: 96 + $signature: 94 }; A.CupertinoLocalizationAf.prototype = { get$copyButtonLabel() { @@ -333905,7 +333524,7 @@ t1.toString; return new A.SynchronousFuture(t1, type$.SynchronousFuture_MaterialLocalizations); }, - $signature: 2695 + $signature: 1594 }; A.loadDateIntlDataIfNotLoaded_closure.prototype = { call$2(locale, symbols) { @@ -333925,7 +333544,7 @@ J.$indexSet$ax($.$get$_dateTimeSymbols(), t2, symbols); J.$indexSet$ax($.$get$dateTimePatterns(), t2, t1); }, - $signature: 2692 + $signature: 1589 }; A.GlobalWidgetsLocalizations.prototype = {$isWidgetsLocalizations: 1, get$textDirection() { @@ -333952,7 +333571,7 @@ t1.toString; return new A.SynchronousFuture(t1, type$.SynchronousFuture_WidgetsLocalizations); }, - $signature: 2691 + $signature: 1588 }; A.StoreProvider.prototype = { updateShouldNotify$1(oldWidget) { @@ -334149,7 +333768,7 @@ call$1(child) { return new A.Flexible(1, B.FlexFit_1, child, null); }, - $signature: 2687 + $signature: 1578 }; A.SlidableAutoCloseBehaviorInteractor.prototype = { build$1(context) { @@ -334175,7 +333794,7 @@ call$1(notification) { notification.get$groupTag(); }, - $signature: 2686 + $signature: 1547 }; A.SlidableAutoCloseNotificationSender.prototype = { build$1(context) { @@ -334261,7 +333880,7 @@ this.$this._widget.toString; notification.get$groupTag(); }, - $signature: 2679 + $signature: 1544 }; A._SlidableNotificationSender.prototype = { createState$0() { @@ -334535,7 +334154,7 @@ call$1(_) { this.resizeRequest.get$onDismissed().call$0(); }, - $signature: 104 + $signature: 103 }; A._SlidableDismissalState_handleResizeRequestChanged_closure0.prototype = { call$0() { @@ -334693,7 +334312,7 @@ t3.toString; t1.totalFlex = t2 + t3; }, - $signature: 67 + $signature: 68 }; A._RenderFlexEntranceTransition_performLayout_closure.prototype = { call$1(child) { @@ -334727,13 +334346,13 @@ t1.updateChildOffsets$1(child); t2.totalMainAxisExtent = t2.totalMainAxisExtent + mainAxisExtent; }, - $signature: 67 + $signature: 68 }; A._RenderFlexEntranceTransition_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 75 + $signature: 77 }; A.__RenderFlexEntranceTransition_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -335396,7 +335015,7 @@ call$2(childParentData, crossAxisCount) { return Math.min(1, crossAxisCount); }, - $signature: 2670 + $signature: 1542 }; A._TileOrigin.prototype = {}; A._RenderStaggeredGrid_RenderBox_ContainerRenderObjectMixin.prototype = { @@ -335500,7 +335119,7 @@ t1.toString; return A.IgnorePointer$(new A._StyledToastWidget(A.Directionality$(A.Material$(B.Duration_200000, true, _null, this.widget, B.Clip_0, B.Color_0, 0, _null, _null, _null, _null, _null, B.MaterialType_0), t1), t3, t4, t14, t15, t5, t8, t9, t10, t11, t12, t13, t6, t7, t16, t17, t18, this.key), t2, _null); }, - $signature: 2668 + $signature: 1541 }; A.StyledToast.prototype = { createState$0() { @@ -335525,7 +335144,7 @@ $.currentContext = context; return this.$this._widget.child; }, - $signature: 52 + $signature: 51 }; A._StyledToastWidget.prototype = { createState$0() { @@ -336356,7 +335975,7 @@ call$1(v) { v.dismiss$1$showAnim(this.showAnim); }, - $signature: 2656 + $signature: 1523 }; A.StyledToastTheme.prototype = { updateShouldNotify$1(oldWidget) { @@ -336457,54 +336076,9 @@ A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "flutter web plugins", t1, null, null, false)); } }, - $signature: 159 + $signature: 146 }; A.PluginRegistry.prototype = {}; - A.MomentNotDisplayedReason.prototype = { - _enumToString$0() { - return "MomentNotDisplayedReason." + this._core$_name; - }, - toString$0(_) { - return this._shared$_reason; - } - }; - A.MomentSkippedReason.prototype = { - _enumToString$0() { - return "MomentSkippedReason." + this._core$_name; - }, - toString$0(_) { - return this._shared$_reason; - } - }; - A.MomentDismissedReason.prototype = { - _enumToString$0() { - return "MomentDismissedReason." + this._core$_name; - }, - toString$0(_) { - return this._shared$_reason; - } - }; - A.loadWebSdk_closure.prototype = { - call$0() { - return this.completer.complete$0(0); - }, - $signature: 0 - }; - A.loadWebSdk_closure0.prototype = { - call$1(url) { - return "https://accounts.google.com/gsi/client"; - }, - $signature: 30 - }; - A.TrustedTypesException.prototype = { - toString$0(_) { - return "TrustedTypesException: " + this.message; - }, - $isException: 1, - get$message(receiver) { - return this.message; - } - }; A.GoogleSignInAuthentication.prototype = { toString$0(_) { return "GoogleSignInAuthentication:" + this._google_sign_in$_data.toString$0(0); @@ -336568,7 +336142,7 @@ _callMethod$1(method) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_GoogleSignInAccount), - $async$returnValue, $async$self = this, response; + $async$returnValue, $async$self = this, response, t1; var $async$_callMethod$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -336585,7 +336159,12 @@ case 4: // returning from await. response = $async$result; - $async$returnValue = $async$self._setCurrentUser$1(response != null && response instanceof A.GoogleSignInUserData ? A.GoogleSignInAccount$_($async$self, response) : null); + t1 = response != null && response instanceof A.GoogleSignInUserData ? new A.GoogleSignInAccount(response.displayName, response.email, response.id, response.photoUrl, response.serverAuthCode, response.idToken, $async$self) : null; + if (!J.$eq$(t1, $async$self._currentUser)) { + $async$self._currentUser = t1; + $async$self._currentUserController.add$1(0, t1); + } + $async$returnValue = $async$self._currentUser; // goto return $async$goto = 1; break; @@ -336596,60 +336175,15 @@ }); return A._asyncStartSync($async$_callMethod$1, $async$completer); }, - _setCurrentUser$1(currentUser) { - var _this = this; - if (!J.$eq$(currentUser, _this._currentUser)) { - _this._currentUser = currentUser; - _this._currentUserController.add$1(0, currentUser); - } - return _this._currentUser; - }, _ensureInitialized$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$self = this, t1; - var $async$_ensureInitialized$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = $async$self._initialization; - $async$returnValue = t1 == null ? $async$self._initialization = $async$self._doInitialization$0().catchError$1(new A.GoogleSignIn__ensureInitialized_closure($async$self)) : t1; - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$_ensureInitialized$0, $async$completer); - }, - _doInitialization$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this, t1; - var $async$_doInitialization$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$goto = 2; - return A._asyncAwait($.$get$GoogleSignInPlatform__instance().initWithParams$1(new A.SignInInitParameters($async$self.scopes, B.SignInOption_0, null, null, null, false)), $async$_doInitialization$0); - case 2: - // returning from await. - t1 = $.$get$GoogleSignInPlatform__instance().get$userDataEvents(); - if (t1 != null) - new A._MapStream(new A.GoogleSignIn__doInitialization_closure($async$self), t1, t1.$ti._eval$1("_MapStream")).forEach$1(0, $async$self.get$_setCurrentUser()); - // implicit return - return A._asyncReturn(null, $async$completer); - } - }); - return A._asyncStartSync($async$_doInitialization$0, $async$completer); + var _this = this, + t1 = _this._initialization; + if (t1 == null) { + t1 = $.$get$GoogleSignInPlatform__instance().initWithParams$1(new A.SignInInitParameters(_this.scopes, B.SignInOption_0, null, null, null, false)); + t1.catchError$1(new A.GoogleSignIn__ensureInitialized_closure(_this)); + _this._initialization = t1; + } + return t1; }, _addMethodCall$2$canSkipCall(method, canSkipCall) { return this._addMethodCall$body$GoogleSignIn(method, canSkipCall); @@ -336747,27 +336281,21 @@ }); return A._asyncStartSync($async$signInSilently$0, $async$completer); }, - signIn$0() { - return this._addMethodCall$2$canSkipCall($.$get$GoogleSignInPlatform__instance().get$signIn(), true).catchError$2$test(new A.GoogleSignIn_signIn_closure(), new A.GoogleSignIn_signIn_isCanceled()); + signIn$0(_) { + var t1 = $.$get$GoogleSignInPlatform__instance(); + return this._addMethodCall$2$canSkipCall(t1.get$signIn(t1), true).catchError$2$test(new A.GoogleSignIn_signIn_closure(), new A.GoogleSignIn_signIn_isCanceled()); } }; A.GoogleSignIn__ensureInitialized_closure.prototype = { - call$1(e) { + call$1(_) { this.$this._initialization = null; - throw A.wrapException(e); }, - $signature: 2623 - }; - A.GoogleSignIn__doInitialization_closure.prototype = { - call$1(userData) { - return userData != null ? A.GoogleSignInAccount$_(this.$this, userData) : null; - }, - $signature: 2619 + $signature: 7 }; A.GoogleSignIn__waitFor_closure.prototype = { call$1(_) { }, - $signature: 8 + $signature: 7 }; A.GoogleSignIn__addMethodCall_closure.prototype = { call$1(_) { @@ -336776,25 +336304,21 @@ return _this.$this._currentUser; return _this.$this._callMethod$1(_this.method); }, - $signature: 2611 + $signature: 1521 }; A.GoogleSignIn_signIn_isCanceled.prototype = { call$1(error) { return error instanceof A.PlatformException && error.code === "sign_in_canceled"; }, - $signature: 138 + $signature: 136 }; A.GoogleSignIn_signIn_closure.prototype = { call$1(_) { return null; }, - $signature: 8 - }; - A.GoogleSignInPlatform.prototype = { - get$userDataEvents() { - return null; - } + $signature: 7 }; + A.GoogleSignInPlatform.prototype = {}; A.MethodChannelGoogleSignIn.prototype = { initWithParams$1(params) { return B.MethodChannel_Kf8._invokeMethod$1$3$arguments$missingOk("init", A.LinkedHashMap_LinkedHashMap$_literal(["signInOption", params.signInOption._enumToString$0(), "scopes", params.scopes, "hostedDomain", params.hostedDomain, "clientId", params.clientId, "serverClientId", params.serverClientId, "forceCodeForRefreshToken", false], type$.String, type$.dynamic), false, type$.void); @@ -336802,7 +336326,7 @@ signInSilently$0() { return B.MethodChannel_Kf8.invokeMapMethod$2$1("signInSilently", type$.String, type$.dynamic).then$1$1(0, A.utils__getUserDataFromMap$closure(), type$.nullable_GoogleSignInUserData); }, - signIn$0() { + signIn$0(_) { return B.MethodChannel_Kf8.invokeMapMethod$2$1("signIn", type$.String, type$.dynamic).then$1$1(0, A.utils__getUserDataFromMap$closure(), type$.nullable_GoogleSignInUserData); }, getTokens$2$email$shouldRecoverAuth(email, shouldRecoverAuth) { @@ -336810,7 +336334,7 @@ t2 = type$.dynamic; return B.MethodChannel_Kf8.invokeMapMethod$2$2("getTokens", A.LinkedHashMap_LinkedHashMap$_literal(["email", email, "shouldRecoverAuth", true], t1, t2), t1, t2).then$1$1(0, new A.MethodChannelGoogleSignIn_getTokens_closure(), type$.GoogleSignInTokenData); }, - signOut$0() { + signOut$0(_) { return B.MethodChannel_Kf8.invokeMapMethod$2$1("signOut", type$.String, type$.dynamic); }, disconnect$0(_) { @@ -336824,7 +336348,7 @@ t1 = J.getInterceptor$asx(result); return new A.GoogleSignInTokenData(A._asStringQ(t1.$index(result, "idToken")), A._asStringQ(t1.$index(result, "accessToken")), A._asStringQ(t1.$index(result, "serverAuthCode"))); }, - $signature: 2604 + $signature: 1519 }; A.SignInOption.prototype = { _enumToString$0() { @@ -336867,14 +336391,20 @@ } }; A.GoogleSignInPlugin.prototype = { + GoogleSignInPlugin$0() { + var t1 = document.querySelector("meta[name=google-signin-client_id]"); + this._autoDetectedClientId = t1 == null ? null : t1.getAttribute("content"); + this.__GoogleSignInPlugin__isGapiInitialized_A = A.inject("https://apis.google.com/js/platform.js").then$1$1(0, new A.GoogleSignInPlugin_closure(), type$.void); + }, get$initialized() { - var t2, - t1 = this._initCalled; - if (t1 == null) + var t1, t2; + if (!this._isInitCalled) A.throwExpression(A.StateError$("GoogleSignInPlugin::init() or GoogleSignInPlugin::initWithParams() must be called before any other method in this plugin.")); - t2 = this.__GoogleSignInPlugin__jsSdkLoadedFuture_A; + t1 = this.__GoogleSignInPlugin__isGapiInitialized_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = this.__GoogleSignInPlugin__isAuthInitialized_A; t2 === $ && A.throwUnnamedLateFieldNI(); - return A.Future_wait(A._setArrayType([t2, t1.future], type$.JSArray_Future_void), type$.void); + return A.Future_wait(A._setArrayType([t1, t2], type$.JSArray_Future_void), type$.void); }, initWithParams$1(params) { return this.initWithParams$body$GoogleSignInPlugin(params); @@ -336882,7 +336412,7 @@ initWithParams$body$GoogleSignInPlugin(params) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this, t2, t3, idConfig, tokenConfig, t1; + $async$returnValue, $async$self = this, auth, isAuthInitialized, appClientId, t1; var $async$initWithParams$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -336890,41 +336420,36 @@ switch ($async$goto) { case 0: // Function start - t1 = $async$self.__GoogleSignInPlugin_autoDetectedClientId_A; + appClientId = $async$self._autoDetectedClientId; + t1 = $async$self.__GoogleSignInPlugin__isGapiInitialized_A; t1 === $ && A.throwUnnamedLateFieldNI(); - $async$self._initCalled = new A._AsyncCompleter(new A._Future($.Zone__current, type$._Future_void), type$._AsyncCompleter_void); - t2 = $async$self.__GoogleSignInPlugin__jsSdkLoadedFuture_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - $async$goto = 2; - return A._asyncAwait(t2, $async$initWithParams$1); - case 2: + $async$goto = 3; + return A._asyncAwait(t1, $async$initWithParams$1); + case 3: // returning from await. - if ($async$self._gisSdkClient == null) { - t1.toString; - t2 = new A.GisSdkClient(false, A.List_List$from(params.scopes, true, type$.String), $async$self._userDataController); - t2._configureStreams$0(); - t3 = type$.JavaScriptObject; - idConfig = t3._as({client_id: t1, auto_select: true, callback: A.allowInterop(t2.get$_onCredentialResponse()), cancel_on_tap_outside: false}); - self.google.accounts.id.initialize(idConfig); - tokenConfig = t3._as({client_id: t1, callback: A.allowInterop(t2.get$_onTokenResponse()), scope: " ", error_callback: A.allowInterop(t2.get$_onTokenError()), hosted_domain: params.hostedDomain}); - t2.__GisSdkClient__tokenClient_A = self.google.accounts.oauth2.initTokenClient(tokenConfig); - $async$self._gisSdkClient = t2; - } - $async$self._initCalled.complete$0(0); - // implicit return - return A._asyncReturn(null, $async$completer); + t1 = B.JSArray_methods.join$1(params.scopes, " "); + appClientId.toString; + auth = self.gapi.auth2.init({client_id: appClientId, scope: t1, hosted_domain: params.hostedDomain, plugin_name: "dart-google_sign_in_web"}); + t1 = new A._Future($.Zone__current, type$._Future_void); + isAuthInitialized = new A._AsyncCompleter(t1, type$._AsyncCompleter_void); + $async$self.__GoogleSignInPlugin__isAuthInitialized_A = t1; + $async$self._isInitCalled = true; + J.then$2$x(auth, A.allowInterop(new A.GoogleSignInPlugin_initWithParams_closure(isAuthInitialized)), A.allowInterop(new A.GoogleSignInPlugin_initWithParams_closure0(isAuthInitialized))); + $async$returnValue = $async$self.__GoogleSignInPlugin__isAuthInitialized_A; + // goto return + $async$goto = 1; + break; + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); } }); return A._asyncStartSync($async$initWithParams$1, $async$completer); }, - _registerButtonFactory$0() { - $.$get$platformViewRegistry(); - $.$get$platformViewManager().registerFactory$3$isVisible("gsi_login_button", new A.GoogleSignInPlugin__registerButtonFactory_closure(), true); - }, signInSilently$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_GoogleSignInUserData), - $async$returnValue, $async$self = this; + $async$returnValue, $async$self = this, t1; var $async$signInSilently$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -336936,7 +336461,14 @@ return A._asyncAwait($async$self.get$initialized(), $async$signInSilently$0); case 3: // returning from await. - $async$returnValue = $async$self._gisSdkClient.signInSilently$0(); + t1 = self.gapi.auth2.getAuthInstance(); + if (t1 == null) + t1 = null; + else { + t1 = J.get$currentUser$x(t1); + t1 = t1 == null ? null : J.$get$0$x(t1); + } + $async$returnValue = A.gapiUserToPluginUserData(t1); // goto return $async$goto = 1; break; @@ -336947,13 +336479,15 @@ }); return A._asyncStartSync($async$signInSilently$0, $async$completer); }, - signIn$0() { + signIn$0(_) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_GoogleSignInUserData), - $async$returnValue, $async$self = this, reason, t1, exception; + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, reason, t1, exception, $async$exception, $async$temp1; var $async$signIn$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); + if ($async$errorCode === 1) { + $async$currentError = $async$result; + $async$goto = $async$handler; + } while (true) switch ($async$goto) { case 0: @@ -336962,20 +336496,48 @@ return A._asyncAwait($async$self.get$initialized(), $async$signIn$0); case 3: // returning from await. - try { - t1 = $async$self._gisSdkClient.signIn$0(); - $async$returnValue = t1; - // goto return - $async$goto = 1; - break; - } catch (exception) { - reason = A.unwrapException(exception); - t1 = A.PlatformException$(J.toString$0$(reason), "https://developers.google.com/identity/oauth2/web/guides/error", "Exception raised from signIn", null); - throw A.wrapException(t1); - } + $async$handler = 5; + t1 = self.gapi.auth2.getAuthInstance(); + $async$temp1 = A; + $async$goto = 8; + return A._asyncAwait(t1 == null ? null : A.promiseToFuture(J.signIn$1$x(t1, null), type$.GoogleUser), $async$signIn$0); + case 8: + // returning from await. + t1 = $async$temp1.gapiUserToPluginUserData($async$result); + $async$returnValue = t1; + // goto return + $async$goto = 1; + break; + $async$handler = 2; + // goto after finally + $async$goto = 7; + break; + case 5: + // catch + $async$handler = 4; + $async$exception = $async$currentError; + t1 = A.unwrapException($async$exception); + if (type$.GoogleAuthSignInError._is(t1)) { + reason = t1; + throw A.wrapException(A.PlatformException$(J.get$error$x(reason), "https://developers.google.com/identity/sign-in/web/reference#error_codes_2", "Exception raised from GoogleAuth.signIn()", null)); + } else + throw $async$exception; + // goto after finally + $async$goto = 7; + break; + case 4: + // uncaught + // goto rethrow + $async$goto = 2; + break; + case 7: + // after finally case 1: // return return A._asyncReturn($async$returnValue, $async$completer); + case 2: + // rethrow + return A._asyncRethrow($async$currentError, $async$completer); } }); return A._asyncStartSync($async$signIn$0, $async$completer); @@ -336986,7 +336548,7 @@ getTokens$body$GoogleSignInPlugin(email, shouldRecoverAuth) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.GoogleSignInTokenData), - $async$returnValue, $async$self = this, t1, t2; + $async$returnValue, $async$self = this, t1, currentUser, response, t2; var $async$getTokens$2$email$shouldRecoverAuth = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -336998,11 +336560,17 @@ return A._asyncAwait($async$self.get$initialized(), $async$getTokens$2$email$shouldRecoverAuth); case 3: // returning from await. - t1 = $async$self._gisSdkClient; - t2 = t1._lastCredentialResponse; - t1 = t1._lastTokenResponse; - t2 = t2 == null ? null : t2.credential; - $async$returnValue = new A.GoogleSignInTokenData(t2, t1 == null ? null : t1.access_token, null); + t1 = self.gapi.auth2.getAuthInstance(); + if (t1 == null) + currentUser = null; + else { + t1 = J.get$currentUser$x(t1); + currentUser = t1 == null ? null : J.$get$0$x(t1); + } + response = currentUser == null ? null : J.getAuthResponse$0$x(currentUser); + t1 = response == null; + t2 = t1 ? null : J.get$id_token$x(response); + $async$returnValue = new A.GoogleSignInTokenData(t2, t1 ? null : J.get$access_token$x(response), null); // goto return $async$goto = 1; break; @@ -337013,10 +336581,10 @@ }); return A._asyncStartSync($async$getTokens$2$email$shouldRecoverAuth, $async$completer); }, - signOut$0() { + signOut$0(_) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this; + $async$returnValue, $async$self = this, t1; var $async$signOut$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -337024,16 +336592,18 @@ switch ($async$goto) { case 0: // Function start - $async$goto = 2; + $async$goto = 3; return A._asyncAwait($async$self.get$initialized(), $async$signOut$0); - case 2: - // returning from await. - $async$goto = 3; - return A._asyncAwait($async$self._gisSdkClient.signOut$0(), $async$signOut$0); case 3: // returning from await. - // implicit return - return A._asyncReturn(null, $async$completer); + t1 = self.gapi.auth2.getAuthInstance(); + $async$returnValue = t1 == null ? null : J.signOut$0$x(t1); + // goto return + $async$goto = 1; + break; + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); } }); return A._asyncStartSync($async$signOut$0, $async$completer); @@ -337041,7 +336611,7 @@ disconnect$0(_) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this; + $async$returnValue, $async$self = this, t1, currentUser; var $async$disconnect$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -337049,190 +336619,23 @@ switch ($async$goto) { case 0: // Function start - $async$goto = 2; + $async$goto = 3; return A._asyncAwait($async$self.get$initialized(), $async$disconnect$0); - case 2: - // returning from await. - $async$goto = 3; - return A._asyncAwait($async$self._gisSdkClient.disconnect$0(0), $async$disconnect$0); case 3: // returning from await. - // implicit return - return A._asyncReturn(null, $async$completer); - } - }); - return A._asyncStartSync($async$disconnect$0, $async$completer); - }, - get$userDataEvents() { - var t1 = this._userDataController; - return new A._BroadcastStream(t1, A._instanceType(t1)._eval$1("_BroadcastStream<1>")); - } - }; - A.GoogleSignInPlugin__registerButtonFactory_closure.prototype = { - call$1(viewId) { - var t1 = self.document, - t2 = A._setArrayType(["div"], type$.JSArray_Object), - element = type$.JavaScriptObject._as(A.callMethod(t1, "createElement", t2)); - element.setAttribute("style", "width: 100%; height: 100%; overflow: hidden; display: flex; flex-wrap: wrap; align-content: center; justify-content: center;"); - element.id = "sign_in_button_" + viewId; - return element; - }, - $signature: 2599 - }; - A.GisSdkClient.prototype = { - _configureStreams$0() { - var t3, _this = this, _null = null, - t1 = type$._AsyncBroadcastStreamController_JavaScriptObject, - t2 = new A._AsyncBroadcastStreamController(_null, _null, t1); - _this.__GisSdkClient__tokenResponses_A = t2; - _this.__GisSdkClient__credentialResponses_A = new A._AsyncBroadcastStreamController(_null, _null, t1); - new A._BroadcastStream(t2, t1._eval$1("_BroadcastStream<1>")).listen$2$onError(new A.GisSdkClient__configureStreams_closure(_this), new A.GisSdkClient__configureStreams_closure0(_this)); - t1 = _this.__GisSdkClient__credentialResponses_A; - new A._BroadcastStream(t1, A._instanceType(t1)._eval$1("_BroadcastStream<1>")).listen$2$onError(new A.GisSdkClient__configureStreams_closure1(_this), new A.GisSdkClient__configureStreams_closure2(_this)); - t1 = _this.__GisSdkClient__credentialResponses_A; - t2 = A._instanceType(t1)._eval$1("_BroadcastStream<1>"); - t3 = _this._userDataEventsController; - new A._MapStream(A.utils1__gisResponsesToUserData$closure(), new A._BroadcastStream(t1, t2), t2._eval$1("_MapStream")).handleError$1(_this.get$_cleanCredentialResponsesStreamErrors()).forEach$1(0, t3.get$add(t3)); - }, - _cleanCredentialResponsesStreamErrors$1(error) { - J.toString$0$(error); - }, - _onCredentialResponse$1(response) { - var t1 = response.error, - t2 = this.__GisSdkClient__credentialResponses_A; - if (t1 != null) { - t2 === $ && A.throwUnnamedLateFieldNI(); - t1 = response.error; - t1.toString; - t2.addError$1(t1); - } else { - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.add$1(0, response); - } - }, - _onTokenResponse$1(response) { - var t1 = response.error, - t2 = this.__GisSdkClient__tokenResponses_A; - if (t1 != null) { - t2 === $ && A.throwUnnamedLateFieldNI(); - t1 = response.error; - t1.toString; - t2.addError$1(t1); - } else { - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.add$1(0, response); - } - }, - _onTokenError$1(error) { - var t1 = this.__GisSdkClient__tokenResponses_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.addError$1(error.type); - }, - signInSilently$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_GoogleSignInUserData), - $async$returnValue, $async$self = this, t1; - var $async$signInSilently$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = new A._Future($.Zone__current, type$._Future_nullable_GoogleSignInUserData); - self.google.accounts.id.prompt(A.allowInterop(new A.GisSdkClient_signInSilently_closure($async$self, new A._AsyncCompleter(t1, type$._AsyncCompleter_nullable_GoogleSignInUserData)))); - $async$returnValue = t1; - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$signInSilently$0, $async$completer); - }, - _onPromptMoment$2(moment, completer) { - return this._onPromptMoment$body$GisSdkClient(moment, completer); - }, - _onPromptMoment$body$GisSdkClient(moment, completer) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$self = this, t1, reason; - var $async$_onPromptMoment$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - if ((completer.future._state & 30) !== 0) { + t1 = self.gapi.auth2.getAuthInstance(); + if (t1 == null) + currentUser = null; + else { + t1 = J.get$currentUser$x(t1); + currentUser = t1 == null ? null : J.$get$0$x(t1); + } + if (currentUser == null) { // goto return $async$goto = 1; break; } - if (moment.isDismissedMoment() && A.maybeEnum(moment.getDismissedReason(), B.List_vWU) === B.MomentDismissedReason_kfn) { - $async$returnValue = A.Future_Future$delayed(B.Duration_0, new A.GisSdkClient__onPromptMoment_closure($async$self, completer), type$.void); - // goto return - $async$goto = 1; - break; - } - if (moment.isNotDisplayed() || moment.isSkippedMoment() || moment.isDismissedMoment()) { - t1 = A.maybeEnum(moment.getNotDisplayedReason(), B.List_PIY1); - t1 = t1 == null ? null : t1._shared$_reason; - if (t1 == null) { - t1 = A.maybeEnum(moment.getSkippedReason(), B.List_RXI); - t1 = t1 == null ? null : t1._shared$_reason; - } - if (t1 == null) { - t1 = A.maybeEnum(moment.getDismissedReason(), B.List_vWU); - t1 = t1 == null ? null : t1._shared$_reason; - reason = t1; - } else - reason = t1; - if (reason == null) - reason = "unknown_error"; - t1 = $async$self.__GisSdkClient__credentialResponses_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.addError$1(reason); - completer.complete$1(0, null); - } - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$_onPromptMoment$2, $async$completer); - }, - signIn$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_GoogleSignInUserData), - $async$returnValue, $async$self = this, t2, t3, t4, knownUser, t1; - var $async$signIn$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - knownUser = A.gisResponsesToUserData($async$self._lastCredentialResponse); - t1 = $async$self.__GisSdkClient__tokenClient_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = knownUser == null; - t3 = t2 ? "select_account" : ""; - t2 = t2 ? null : knownUser.email; - t4 = A.List_List$of($async$self._initialScopes, true, type$.String); - if ($async$self._lastCredentialResponse == null) - B.JSArray_methods.addAll$1(t4, B.List_Qy4); - t1.requestAccessToken(type$.JavaScriptObject._as({prompt: t3, hint: t2, scope: B.JSArray_methods.join$1(t4, " ")})); - t1 = $async$self.__GisSdkClient__tokenResponses_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = new A._BroadcastStream(t1, A._instanceType(t1)._eval$1("_BroadcastStream<1>")); - $async$goto = 3; - return A._asyncAwait(t1.get$first(t1), $async$signIn$0); - case 3: - // returning from await. - $async$returnValue = $async$self._computeUserDataForLastToken$0(); + $async$returnValue = J.disconnect$0$x(currentUser); // goto return $async$goto = 1; break; @@ -337241,143 +336644,56 @@ return A._asyncReturn($async$returnValue, $async$completer); } }); - return A._asyncStartSync($async$signIn$0, $async$completer); - }, - _computeUserDataForLastToken$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_GoogleSignInUserData), - $async$returnValue, $async$self = this, t1; - var $async$_computeUserDataForLastToken$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$goto = $async$self._lastCredentialResponse == null && $async$self._requestedUserData == null ? 3 : 4; - break; - case 3: - // then - t1 = $async$self._lastTokenResponse; - t1.toString; - $async$goto = 5; - return A._asyncAwait(A.requestUserData(t1), $async$_computeUserDataForLastToken$0); - case 5: - // returning from await. - $async$self._requestedUserData = $async$result; - case 4: - // join - t1 = A.gisResponsesToUserData($async$self._lastCredentialResponse); - $async$returnValue = t1 == null ? $async$self._requestedUserData : t1; - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$_computeUserDataForLastToken$0, $async$completer); - }, - signOut$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this; - var $async$signOut$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$goto = 2; - return A._asyncAwait($async$self.clearAuthCache$0(), $async$signOut$0); - case 2: - // returning from await. - self.google.accounts.id.disableAutoSelect(); - // implicit return - return A._asyncReturn(null, $async$completer); - } - }); - return A._asyncStartSync($async$signOut$0, $async$completer); - }, - disconnect$0(_) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this; - var $async$disconnect$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - if ($async$self._lastTokenResponse != null) - self.google.accounts.oauth2.revoke($async$self._lastTokenResponse.access_token); - $async$goto = 2; - return A._asyncAwait($async$self.signOut$0(), $async$disconnect$0); - case 2: - // returning from await. - // implicit return - return A._asyncReturn(null, $async$completer); - } - }); return A._asyncStartSync($async$disconnect$0, $async$completer); - }, - clearAuthCache$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this; - var $async$clearAuthCache$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$self._requestedUserData = $async$self._lastTokenResponse = $async$self._lastCredentialResponse = null; - // implicit return - return A._asyncReturn(null, $async$completer); - } - }); - return A._asyncStartSync($async$clearAuthCache$0, $async$completer); } }; - A.GisSdkClient__configureStreams_closure.prototype = { - call$1(response) { - this.$this._lastTokenResponse = response; + A.GoogleSignInPlugin_closure.prototype = { + call$1(_) { + return A.init(); }, - $signature: 26 + $signature: 865 }; - A.GisSdkClient__configureStreams_closure0.prototype = { - call$1(error) { - J.toString$0$(error); - this.$this._lastTokenResponse = null; + A.GoogleSignInPlugin_initWithParams_closure.prototype = { + call$1(initializedAuth) { + this.isAuthInitialized.complete$0(0); }, - $signature: 3 + $signature: 1518 }; - A.GisSdkClient__configureStreams_closure1.prototype = { - call$1(response) { - this.$this._lastCredentialResponse = response; + A.GoogleSignInPlugin_initWithParams_closure0.prototype = { + call$1(reason) { + var t1 = J.getInterceptor$x(reason); + this.isAuthInitialized.completeError$1(new A.PlatformException(t1.get$error(reason), t1.get$details(reason), "https://developers.google.com/identity/sign-in/web/reference#error_codes", null)); }, - $signature: 26 + $signature: 1514 }; - A.GisSdkClient__configureStreams_closure2.prototype = { - call$1(error) { - J.toString$0$(error); - this.$this._lastCredentialResponse = null; - }, - $signature: 3 - }; - A.GisSdkClient_signInSilently_closure.prototype = { - call$1(moment) { - this.$this._onPromptMoment$2(moment, this.userDataCompleter); - }, - $signature: 26 - }; - A.GisSdkClient__onPromptMoment_closure.prototype = { + A.LoadConfig.prototype = {}; + A.GoogleAuthInitFailureError.prototype = {}; + A.GoogleAuthSignInError.prototype = {}; + A.OfflineAccessResponse.prototype = {}; + A.GoogleAuth.prototype = {}; + A._GoogleAuth.prototype = {}; + A.IsSignedIn.prototype = {}; + A.CurrentUser.prototype = {}; + A.SigninOptions.prototype = {}; + A.OfflineAccessOptions.prototype = {}; + A.ClientConfig.prototype = {}; + A.SigninOptionsBuilder.prototype = {}; + A.BasicProfile.prototype = {}; + A.AuthResponse.prototype = {}; + A.AuthorizeConfig.prototype = {}; + A.AuthorizeResponse.prototype = {}; + A.GoogleUser.prototype = {}; + A._GoogleUser.prototype = {}; + A.Promise0.prototype = {}; + A.inject_closure.prototype = { call$0() { - this.completer.complete$1(0, A.gisResponsesToUserData(this.$this._lastCredentialResponse)); + this.gapiOnLoad.complete$0(0); + }, + $signature: 4 + }; + A.init_closure.prototype = { + call$0() { + this.gapiLoadCompleter.complete$0(0); }, $signature: 4 }; @@ -337647,7 +336963,7 @@ t2 = t1._contents += A.htmlSerializeEscape(v, true); t1._contents = t2 + '"'; }, - $signature: 461 + $signature: 564 }; A.Comment.prototype = { get$nodeType(_) { @@ -337780,7 +337096,7 @@ call$1(n) { return !this.test.call$1(n); }, - $signature: 455 + $signature: 563 }; A.FilteredElementList.prototype = { forEach$1(_, action) { @@ -337994,7 +337310,7 @@ call$1(el) { return el.remove$0(0); }, - $signature: 2591 + $signature: 1513 }; A._ConcatTextVisitor.prototype = { toString$0(_) { @@ -338608,7 +337924,7 @@ call$2(attr, value) { this.$this.tree.openElements[0].attributes.putIfAbsent$2(0, attr, new A.Phase_startTagHtml__closure(value)); }, - $signature: 461 + $signature: 564 }; A.Phase_startTagHtml__closure.prototype = { call$0() { @@ -340100,7 +339416,7 @@ call$2(attr, value) { this.$this.tree.openElements[1].attributes.putIfAbsent$2(0, attr, new A.InBodyPhase_startTagBody__closure(value)); }, - $signature: 461 + $signature: 564 }; A.InBodyPhase_startTagBody__closure.prototype = { call$0() { @@ -340374,7 +339690,7 @@ call$1(t) { return t.get$data(t); }, - $signature: 2589 + $signature: 1512 }; A.InCaptionPhase.prototype = { processStartTag$1(token) { @@ -341422,7 +340738,7 @@ call$1(s) { return s.add$1(0, this.value); }, - $signature: 2586 + $signature: 1486 }; A.EncodingBytes.prototype = { set$_encoding_parser$_position(_, value) { @@ -341907,7 +341223,7 @@ t1 = true; return !t1; }, - $signature: 455 + $signature: 563 }; A.SelectorEvaluator_visitPseudoClassSelector_closure0.prototype = { call$1(n) { @@ -341923,7 +341239,7 @@ t1 = true; return !t1; }, - $signature: 455 + $signature: 563 }; A.SelectorEvaluator_visitPseudoClassSelector__closure.prototype = { call$1(r) { @@ -342002,13 +341318,13 @@ } return result; }, - $signature: 2581 + $signature: 1484 }; A.entitiesByFirstChar__closure.prototype = { call$0() { return A._setArrayType([], type$.JSArray_String); }, - $signature: 624 + $signature: 730 }; A.HtmlTokenizer.prototype = { get$state(_) { @@ -344255,19 +343571,19 @@ t2 = result._contents = t4 + B.JSString_methods.substring$2(t5, last, t5.length); t1.format = t2.charCodeAt(0) == 0 ? t2 : t2; }, - $signature: 617 + $signature: 663 }; A._escape_closure.prototype = { call$1(match) { return "\\\\" + A.S(match.$index(0, 1)); }, - $signature: 114 + $signature: 115 }; A._escape_closure0.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 1)); }, - $signature: 114 + $signature: 115 }; A._escape_closure1.prototype = { call$1(match) { @@ -344278,13 +343594,13 @@ t2.toString; return B.JSArray_methods.join$1(A._setArrayType(t1.split(t2), type$.JSArray_String), "\\" + A.S(match.$index(0, 1))); }, - $signature: 114 + $signature: 115 }; A._escape_closure2.prototype = { call$1(match) { return A.S(match.$index(0, 1)) + A.S(match.$index(0, 2)) + "\\. "; }, - $signature: 114 + $signature: 115 }; A._escape_closure3.prototype = { call$1(match) { @@ -344292,19 +343608,19 @@ t1.toString; return A.stringReplaceAllFuncUnchecked(t1, A.RegExp_RegExp("([*+-])", true, false, false, false), new A._escape__closure(), null); }, - $signature: 114 + $signature: 115 }; A._escape__closure.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 1)); }, - $signature: 114 + $signature: 115 }; A._escape_closure4.prototype = { call$1(match) { return A.S(match.$index(0, 1)) + "\\> "; }, - $signature: 114 + $signature: 115 }; A._escape_closure5.prototype = { call$1(match) { @@ -344314,7 +343630,7 @@ t2 = A.RegExp_RegExp("\\*", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\*"); }, - $signature: 114 + $signature: 115 }; A._escape_closure6.prototype = { call$1(match) { @@ -344324,7 +343640,7 @@ t2 = A.RegExp_RegExp("_", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\_"); }, - $signature: 114 + $signature: 115 }; A._escape_closure7.prototype = { call$1(match) { @@ -344334,20 +343650,20 @@ t2 = A.RegExp_RegExp("`", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\`"); }, - $signature: 114 + $signature: 115 }; A._escape_closure8.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 0)); }, - $signature: 114 + $signature: 115 }; A._postProcess_closure.prototype = { call$1(rule) { var t1 = this._box_0; t1.input = A._join(t1.input, rule.append.call$0()); }, - $signature: 2570 + $signature: 1481 }; A._separatingNewlines_closure.prototype = { call$2(a, b) { @@ -344355,7 +343671,7 @@ b.toString; return B.JSString_methods.compareTo$1(a, b); }, - $signature: 142 + $signature: 137 }; A.Node.prototype = { get$firstChild(_) { @@ -344514,26 +343830,26 @@ var t1 = rule._realFilterFn; return t1 == null ? false : t1.call$1(this.node); }, - $signature: 627 + $signature: 734 }; A.Rule_findRule_closure0.prototype = { call$1(rule) { var t1 = rule._realFilterFn; return t1 == null ? false : t1.call$1(this.node); }, - $signature: 627 + $signature: 734 }; A.Rule_findRule_closure1.prototype = { call$0() { return $.$get$_BaseRules_defaultRule(); }, - $signature: 2566 + $signature: 1478 }; A.Rule__buildFilterFn_closure.prototype = { call$1(node) { return B.JSArray_methods.contains$1(this.filters, node.get$nodeName(node).toLowerCase()); }, - $signature: 243 + $signature: 240 }; A._BaseRules_defaultRule_closure.prototype = { call$2($content, node) { @@ -344635,7 +343951,7 @@ call$1(node) { return A.getStyleOption("codeBlockStyle") === "indented" && node.get$nodeName(node) === "code" && node.get$parentElName() === "pre"; }, - $signature: 243 + $signature: 240 }; A._CommonRules_indentedCodeBlock_closure0.prototype = { call$2($content, node) { @@ -344666,7 +343982,7 @@ call$1(node) { return A.getStyleOption("codeBlockStyle") === "fenced" && node.get$nodeName(node) === "code" && node.get$parentElName() === "pre"; }, - $signature: 243 + $signature: 240 }; A._CommonRules_fencedCodeBlock_closure0.prototype = { call$2($content, node) { @@ -344696,7 +344012,7 @@ call$1(node) { return A.getStyleOption("linkStyle") === "inlined" && node.get$nodeName(node) === "a" && node._el.attributes.$index(0, "href") != null; }, - $signature: 243 + $signature: 240 }; A._CommonRules_inlineLink_closure0.prototype = { call$2($content, node) { @@ -344716,7 +344032,7 @@ call$1(node) { return A.getStyleOption("linkStyle") === "referenced" && node.get$nodeName(node) === "a" && node._el.attributes.$index(0, "href") != null; }, - $signature: 243 + $signature: 240 }; A._CommonRules_referenceLink_closure1.prototype = { call$2($content, node) { @@ -344798,7 +344114,7 @@ isCodeBlock = false; return node.get$nodeName(node) === "code" && !isCodeBlock; }, - $signature: 243 + $signature: 240 }; A._CommonRules_code_closure0.prototype = { call$2($content, node) { @@ -344828,7 +344144,7 @@ call$1(match) { return match._match[0]; }, - $signature: 2563 + $signature: 1475 }; A._CommonRules_image_closure.prototype = { call$2($content, node) { @@ -344947,7 +344263,7 @@ call$1(client) { return client._sendUnstreamed$3("GET", this.url, this.headers); }, - $signature: 2555 + $signature: 1474 }; A.BaseClient.prototype = { _sendUnstreamed$5(method, url, headers, body, encoding) { @@ -345080,13 +344396,13 @@ call$2(key1, key2) { return key1.toLowerCase() === key2.toLowerCase(); }, - $signature: 2544 + $signature: 1446 }; A.BaseRequest_closure0.prototype = { call$1(key) { return B.JSString_methods.get$hashCode(key.toLowerCase()); }, - $signature: 2535 + $signature: 1445 }; A.BaseResponse.prototype = { BaseResponse$7$contentLength$headers$isRedirect$persistentConnection$reasonPhrase$request(statusCode, contentLength, headers, isRedirect, persistentConnection, reasonPhrase, request) { @@ -345198,20 +344514,20 @@ 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: 630 + $signature: 742 }; A.BrowserClient_send_closure0.prototype = { call$1(_) { this.completer.completeError$2(new A.ClientException("XMLHttpRequest error."), A.StackTrace_current()); }, - $signature: 630 + $signature: 742 }; A.ByteStream.prototype = { toBytes$0() { var t1 = new A._Future($.Zone__current, type$._Future_Uint8List), completer = new A._AsyncCompleter(t1, type$._AsyncCompleter_Uint8List), sink = new A._ByteCallbackSink(new A.ByteStream_toBytes_closure(completer), new Uint8Array(1024)); - this.listen$4$cancelOnError$onDone$onError(sink.get$add(sink), true, sink.get$close(sink), completer.get$completeError()); + this.listen$4$cancelOnError$onDone$onError(0, sink.get$add(sink), true, sink.get$close(sink), completer.get$completeError()); return t1; } }; @@ -345219,7 +344535,7 @@ call$1(bytes) { return this.completer.complete$1(0, new Uint8Array(A._ensureNativeList(bytes))); }, - $signature: 893 + $signature: 697 }; A.ClientException.prototype = { toString$0(_) { @@ -345446,14 +344762,14 @@ t2 = A._Uri__uriEncode(B.List_M1A, key, t1, true); return this.pairs.push(A._setArrayType([t2, A._Uri__uriEncode(B.List_M1A, value, t1, true)], type$.JSArray_String)); }, - $signature: 178 + $signature: 170 }; A.mapToQuery_closure0.prototype = { call$1(pair) { var t1 = J.getInterceptor$asx(pair); return A.S(t1.$index(pair, 0)) + "=" + A.S(t1.$index(pair, 1)); }, - $signature: 2521 + $signature: 1439 }; A.onDone_closure.prototype = { call$1(sink) { @@ -345556,7 +344872,7 @@ scanner.expectDone$0(); return A.MediaType$(t4, t5, parameters); }, - $signature: 2517 + $signature: 1438 }; A.MediaType_toString_closure.prototype = { call$2(attribute, value) { @@ -345573,13 +344889,13 @@ } else t1._contents = t3 + value; }, - $signature: 178 + $signature: 170 }; A.MediaType_toString__closure.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 0)); }, - $signature: 114 + $signature: 115 }; A.expectQuotedString_closure.prototype = { call$1(match) { @@ -345587,7 +344903,7 @@ t1.toString; return t1; }, - $signature: 114 + $signature: 115 }; A.Channel.prototype = { _enumToString$0() { @@ -346657,7 +345973,7 @@ this.$this.directories.$indexSet(0, key, t1); return t1; }, - $signature: 631 + $signature: 745 }; A.IfdDirectory.prototype = { get$isEmpty(_) { @@ -346733,7 +346049,7 @@ this.$this.data.$indexSet(0, tag, t1); return t1; }, - $signature: 2504 + $signature: 1437 }; A.IfdDirectory_copy_closure0.prototype = { call$2(tag, value) { @@ -346741,7 +346057,7 @@ this.$this.sub.directories.$indexSet(0, tag, t1); return t1; }, - $signature: 631 + $signature: 745 }; A.IfdValueType.prototype = { _enumToString$0() { @@ -351486,7 +350802,7 @@ } }; A.ImageCropperPlugin.prototype = {}; - A.Promise0.prototype = {}; + A.Promise1.prototype = {}; A.BindConfiguration.prototype = {}; A.Data.prototype = {}; A.Boundary.prototype = {}; @@ -351939,7 +351255,7 @@ call$1(product) { return A._$ProductWrapperToJson(product); }, - $signature: 2427 + $signature: 1435 }; A.BillingResponse.prototype = { _enumToString$0() { @@ -352040,19 +351356,19 @@ call$1(e) { return A._$SubscriptionOfferDetailsWrapperFromJson(A.LinkedHashMap_LinkedHashMap$from(type$.Map_dynamic_dynamic._as(e), type$.String, type$.dynamic)); }, - $signature: 2424 + $signature: 1434 }; A._$ProductDetailsResponseWrapperFromJson_closure.prototype = { call$2(k, e) { return new A.MapEntry(A._asString(k), e, type$.MapEntry_String_dynamic); }, - $signature: 220 + $signature: 223 }; A._$ProductDetailsResponseWrapperFromJson_closure0.prototype = { call$1(e) { return A._$ProductDetailsWrapperFromJson(A.LinkedHashMap_LinkedHashMap$from(type$.Map_dynamic_dynamic._as(e), type$.String, type$.dynamic)); }, - $signature: 2271 + $signature: 1433 }; A.ProductWrapper.prototype = { toJson$0() { @@ -352135,19 +351451,19 @@ call$1(e) { return A._asString(e); }, - $signature: 27 + $signature: 26 }; A._$PurchasesResultWrapperFromJson_closure.prototype = { call$2(k, e) { return new A.MapEntry(A._asString(k), e, type$.MapEntry_String_dynamic); }, - $signature: 220 + $signature: 223 }; A._$PurchasesResultWrapperFromJson_closure0.prototype = { call$1(e) { return A._$PurchaseWrapperFromJson(A.LinkedHashMap_LinkedHashMap$from(type$.Map_dynamic_dynamic._as(e), type$.String, type$.dynamic)); }, - $signature: 2253 + $signature: 1406 }; A.SubscriptionOfferDetailsWrapper.prototype = { $eq(_, other) { @@ -352181,7 +351497,7 @@ call$1(e) { return A._asString(e); }, - $signature: 27 + $signature: 26 }; A._$SubscriptionOfferDetailsWrapperFromJson_closure0.prototype = { call$1(e) { @@ -352205,7 +351521,7 @@ t6 = ""; return new A.PricingPhaseWrapper(t2, t3, t4, t5, t6, t1.$index(0, _s14_) == null ? B.RecurrenceMode_2 : B.C_RecurrenceModeConverter.fromJson$1(A._asIntQ(t1.$index(0, _s14_)))); }, - $signature: 2247 + $signature: 1403 }; A.InAppPurchaseAndroidPlatform.prototype = { get$purchaseStream() { @@ -352532,7 +351848,7 @@ call$1(client) { return client.isReady$0(); }, - $signature: 2154 + $signature: 1398 }; A.InAppPurchaseAndroidPlatform_queryProductDetails_closure.prototype = { call$1(client) { @@ -352540,13 +351856,13 @@ t2 = A._instanceType(t1)._eval$1("EfficientLengthMappedIterable"); return client.queryProductDetails$1$productList(A.List_List$of(new A.EfficientLengthMappedIterable(t1, new A.InAppPurchaseAndroidPlatform_queryProductDetails__closure0(), t2), true, t2._eval$1("Iterable.E"))); }, - $signature: 634 + $signature: 757 }; A.InAppPurchaseAndroidPlatform_queryProductDetails__closure0.prototype = { call$1(productId) { return new A.ProductWrapper(productId, B.ProductType_0); }, - $signature: 635 + $signature: 758 }; A.InAppPurchaseAndroidPlatform_queryProductDetails_closure0.prototype = { call$1(client) { @@ -352554,31 +351870,31 @@ t2 = A._instanceType(t1)._eval$1("EfficientLengthMappedIterable"); return client.queryProductDetails$1$productList(A.List_List$of(new A.EfficientLengthMappedIterable(t1, new A.InAppPurchaseAndroidPlatform_queryProductDetails__closure(), t2), true, t2._eval$1("Iterable.E"))); }, - $signature: 634 + $signature: 757 }; A.InAppPurchaseAndroidPlatform_queryProductDetails__closure.prototype = { call$1(productId) { return new A.ProductWrapper(productId, B.ProductType_1); }, - $signature: 635 + $signature: 758 }; A.InAppPurchaseAndroidPlatform_queryProductDetails_closure1.prototype = { call$1(response) { return response.productDetailsList; }, - $signature: 2146 + $signature: 1374 }; A.InAppPurchaseAndroidPlatform_queryProductDetails_closure2.prototype = { call$1(productDetailWrapper) { return A.GooglePlayProductDetails_fromProductDetails(productDetailWrapper); }, - $signature: 2121 + $signature: 1373 }; A.InAppPurchaseAndroidPlatform_queryProductDetails_closure3.prototype = { call$1(productDetails) { return productDetails.id; }, - $signature: 2120 + $signature: 1372 }; A.InAppPurchaseAndroidPlatform_buyNonConsumable_closure.prototype = { call$1(client) { @@ -352586,62 +351902,62 @@ t2 = this._box_0.offerToken; return client.launchBillingFlow$6$accountId$offerToken$oldProduct$product$prorationMode$purchaseToken(t1.applicationUserName, t2, null, t1.productDetails.id, null, null); }, - $signature: 443 + $signature: 481 }; A.InAppPurchaseAndroidPlatform_completePurchase_closure.prototype = { call$1(client) { return client.acknowledgePurchase$1(this.purchase.verificationData.serverVerificationData); }, - $signature: 443 + $signature: 481 }; A.InAppPurchaseAndroidPlatform_restorePurchases_closure.prototype = { call$1(client) { return client.queryPurchases$1(B.ProductType_0); }, - $signature: 637 + $signature: 763 }; A.InAppPurchaseAndroidPlatform_restorePurchases_closure0.prototype = { call$1(client) { return client.queryPurchases$1(B.ProductType_1); }, - $signature: 637 + $signature: 763 }; A.InAppPurchaseAndroidPlatform_restorePurchases_closure1.prototype = { call$1(response) { return response.responseCode !== B.BillingResponse_3; }, - $signature: 2118 + $signature: 1371 }; A.InAppPurchaseAndroidPlatform_restorePurchases_closure2.prototype = { call$1(response) { return response.responseCode._enumToString$0(); }, - $signature: 2117 + $signature: 1370 }; A.InAppPurchaseAndroidPlatform_restorePurchases_closure3.prototype = { call$1(response) { return response.purchasesList; }, - $signature: 2115 + $signature: 1367 }; A.InAppPurchaseAndroidPlatform_restorePurchases_closure4.prototype = { call$1(purchaseWrapper) { return A.GooglePlayPurchaseDetails_fromPurchase(purchaseWrapper); }, - $signature: 638 + $signature: 767 }; A.InAppPurchaseAndroidPlatform_restorePurchases_closure5.prototype = { call$1(details) { details.status = B.PurchaseStatus_3; return details; }, - $signature: 2062 + $signature: 1365 }; A.InAppPurchaseAndroidPlatform__getPurchaseDetailsFromResult_closure.prototype = { call$1(purchase) { return A.GooglePlayPurchaseDetails_fromPurchase(purchase); }, - $signature: 638 + $signature: 767 }; A.InAppPurchaseAndroidPlatform__getPurchaseDetailsFromResult_closure0.prototype = { call$1(purchaseDetails) { @@ -352650,7 +351966,7 @@ purchaseDetails.status = B.PurchaseStatus_4; return this.$this._maybeAutoConsumePurchase$1(purchaseDetails); }, - $signature: 2061 + $signature: 1363 }; A.InAppPurchaseAndroidPlatformAddition.prototype = { consumePurchase$1(purchase) { @@ -352661,7 +351977,7 @@ call$1(client) { return client.consumeAsync$1(this.purchase.verificationData.serverVerificationData); }, - $signature: 443 + $signature: 481 }; A.GooglePlayProductDetails.prototype = {}; A.GooglePlayPurchaseDetails.prototype = {}; @@ -352676,7 +351992,7 @@ purchaseDetails.error = new A.IAPError("google_play", "purchase_error", "", null); return purchaseDetails; }, - $signature: 2060 + $signature: 1362 }; A.GooglePlayPurchaseParam.prototype = {}; A.IAPError.prototype = { @@ -352917,7 +352233,7 @@ t2 = A.double_parse(t1); return new A.AppStoreProductDetails(productWrapper.productIdentifier, productWrapper.localizedDescription, productWrapper.priceLocale.currencySymbol + t1, t2); }, - $signature: 2057 + $signature: 1360 }; A._TransactionRestoreState.prototype = { _enumToString$0() { @@ -353017,7 +352333,7 @@ call$1(transaction) { return transaction.transactionState === B.SKPaymentTransactionStateWrapper_3; }, - $signature: 2018 + $signature: 1356 }; A._TransactionObserver__handleTransationUpdates_closure0.prototype = { call$1(transaction) { @@ -353038,7 +352354,7 @@ } return purchaseDetails; }, - $signature: 1985 + $signature: 1355 }; A.InAppPurchaseStoreKitPlatformAddition.prototype = {}; A.SKTransactionStatusConverter.prototype = { @@ -353387,7 +352703,7 @@ var t1 = type$.dynamic; return A._$SKPaymentTransactionWrapperFromJson(A.Map_castFrom(type$.Map_dynamic_dynamic._as(map), t1, t1, type$.String, t1)); }, - $signature: 1906 + $signature: 1354 }; A.SKError.prototype = { $eq(_, other) { @@ -353428,7 +352744,7 @@ call$2(k, e) { return new A.MapEntry(A._asString(k), e, type$.MapEntry_String_dynamic); }, - $signature: 220 + $signature: 223 }; A.SKPaymentTransactionStateWrapper.prototype = { _enumToString$0() { @@ -353556,43 +352872,43 @@ call$1(e) { return A._$SKProductWrapperFromJson(A.LinkedHashMap_LinkedHashMap$from(type$.Map_dynamic_dynamic._as(e), type$.String, type$.dynamic)); }, - $signature: 1901 + $signature: 1353 }; A._$SkProductResponseWrapperFromJson_closure0.prototype = { call$1(e) { return A._asString(e); }, - $signature: 27 + $signature: 26 }; A._$SKProductDiscountWrapperFromJson_closure.prototype = { call$2(k, e) { return new A.MapEntry(A._asString(k), e, type$.MapEntry_String_dynamic); }, - $signature: 220 + $signature: 223 }; A._$SKProductDiscountWrapperFromJson_closure0.prototype = { call$2(k, e) { return new A.MapEntry(A._asString(k), e, type$.MapEntry_String_dynamic); }, - $signature: 220 + $signature: 223 }; A._$SKProductWrapperFromJson_closure.prototype = { call$2(k, e) { return new A.MapEntry(A._asString(k), e, type$.MapEntry_String_dynamic); }, - $signature: 220 + $signature: 223 }; A._$SKProductWrapperFromJson_closure0.prototype = { call$2(k, e) { return new A.MapEntry(A._asString(k), e, type$.MapEntry_String_dynamic); }, - $signature: 220 + $signature: 223 }; A._$SKProductWrapperFromJson_closure1.prototype = { call$1(e) { return A._$SKProductDiscountWrapperFromJson(A.LinkedHashMap_LinkedHashMap$from(type$.Map_dynamic_dynamic._as(e), type$.String, type$.dynamic)); }, - $signature: 1890 + $signature: 1348 }; A.SKRequestMaker.prototype = { startProductRequest$1(productIdentifiers) { @@ -354029,13 +353345,13 @@ }, "call*": "call$8", $requiredArgCount: 8, - $signature: 1859 + $signature: 1343 }; A.DateFormat__checkDateOnly_closure.prototype = { call$1(each) { return each.get$forDate(); }, - $signature: 1832 + $signature: 1340 }; A.DateFormat__initDigitMatcher_closure.prototype = { call$1(i) { @@ -354055,21 +353371,21 @@ B.JSString_methods.trim$0(t1); return new A._DateFormatQuotedField(pattern, t1, $parent); }, - $signature: 1831 + $signature: 1339 }; A.DateFormat__fieldConstructors_closure0.prototype = { call$2(pattern, $parent) { B.JSString_methods.trim$0(pattern); return new A._DateFormatPatternField(pattern, $parent); }, - $signature: 1821 + $signature: 1337 }; A.DateFormat__fieldConstructors_closure1.prototype = { call$2(pattern, $parent) { B.JSString_methods.trim$0(pattern); return new A._DateFormatLiteralField(pattern, $parent); }, - $signature: 1791 + $signature: 1336 }; A._DateFormatField.prototype = { get$forDate() { @@ -354413,7 +353729,7 @@ call$1(x) { return x; }, - $signature: 78 + $signature: 74 }; A.NumberFormat.prototype = { format$1(number) { @@ -354606,13 +353922,13 @@ call$1(x) { return this.newPattern; }, - $signature: 1789 + $signature: 1335 }; A.NumberFormat_NumberFormat$decimalPattern_closure.prototype = { call$1(x) { return x.DECIMAL_PATTERN; }, - $signature: 1778 + $signature: 1325 }; A.NumberFormat__formatFixed_computeFractionDigits.prototype = { call$0() { @@ -354939,7 +354255,7 @@ var t1 = this.$this; return B.JSString_methods.compareTo$1(a.localizedName$1(t1._widget.languageCode), b.localizedName$1(t1._widget.languageCode)); }, - $signature: 639 + $signature: 785 }; A._CountryPickerDialogState_build_closure.prototype = { call$1(value) { @@ -354957,7 +354273,7 @@ var t1 = this.$this; return B.JSString_methods.compareTo$1(a.localizedName$1(t1._widget.languageCode), b.localizedName$1(t1._widget.languageCode)); }, - $signature: 639 + $signature: 785 }; A._CountryPickerDialogState_build__closure1.prototype = { call$0() { @@ -354980,7 +354296,7 @@ t1 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t3, _null, _null, new A._CountryPickerDialogState_build__closure(t1, index, this.context), false, _null, _null, _null, _null, _null, t2, A.Text$("+" + t4, _null, _null, _null, _null, _null, B.TextStyle_LxF, _null, _null, _null), _null); return A.Column$(A._setArrayType([t1, B.Divider_null_1_null_null], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 1746 + $signature: 1295 }; A._CountryPickerDialogState_build__closure.prototype = { call$0() { @@ -355011,7 +354327,7 @@ t1 = true; return t1; }, - $signature: 640 + $signature: 787 }; A.CountryExtensions_stringSearch__closure.prototype = { call$1(element) { @@ -355102,7 +354418,7 @@ var t1 = this.$this._widget.initialCountryCode; return item.code === t1; }, - $signature: 640 + $signature: 787 }; A._IntlPhoneFieldState_initState_closure0.prototype = { call$0() { @@ -355110,13 +354426,13 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return B.JSArray_methods.get$first(t1); }, - $signature: 1743 + $signature: 1294 }; A._IntlPhoneFieldState__changeCountry_closure.prototype = { call$1(context) { return new A.StatefulBuilder(new A._IntlPhoneFieldState__changeCountry__closure(this.$this), null); }, - $signature: 1670 + $signature: 1293 }; A._IntlPhoneFieldState__changeCountry__closure.prototype = { call$2(ctx, setState) { @@ -355131,7 +354447,7 @@ t4 === $ && A.throwUnnamedLateFieldNI(); return new A.CountryPickerDialog(t3, t4, new A._IntlPhoneFieldState__changeCountry___closure(t1, setState), "Search country", t2, null, "en".toLowerCase(), null); }, - $signature: 1667 + $signature: 1292 }; A._IntlPhoneFieldState__changeCountry___closure.prototype = { call$1(country) { @@ -355140,7 +354456,7 @@ t1._widget.toString; this.setState.call$1(new A._IntlPhoneFieldState__changeCountry____closure()); }, - $signature: 1666 + $signature: 1291 }; A._IntlPhoneFieldState__changeCountry____closure.prototype = { call$0() { @@ -355156,7 +354472,7 @@ call$1(value) { this.$this._widget.toString; }, - $signature: 96 + $signature: 94 }; A._IntlPhoneFieldState_build_closure.prototype = { call$1(value) { @@ -355192,7 +354508,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 398 + $signature: 400 }; A._IntlPhoneFieldState_build_closure1.prototype = { call$1(value) { @@ -356781,43 +356097,43 @@ b.get$_client_model$_$this()._client_model$_isPrimary = true; return b; }, - $signature: 348 + $signature: 372 }; A.ClientEntity_primaryContact_closure.prototype = { call$1(contact) { return contact.isPrimary; }, - $signature: 173 + $signature: 181 }; A.ClientEntity_primaryContact_closure0.prototype = { call$0() { return A.ClientContactEntity_ClientContactEntity(); }, - $signature: 571 + $signature: 443 }; A.ClientEntity_emailContacts_closure.prototype = { call$1(contact) { return contact.sendEmail; }, - $signature: 173 + $signature: 181 }; A.ClientEntity_hasEmailAddress_closure.prototype = { call$1(contact) { return contact.email.length !== 0; }, - $signature: 173 + $signature: 181 }; A.ClientEntity_getContact_closure.prototype = { call$1(contact) { return contact.id === this.contactId; }, - $signature: 173 + $signature: 181 }; A.ClientEntity_getContact_closure0.prototype = { call$0() { return A.ClientContactEntity_ClientContactEntity(); }, - $signature: 571 + $signature: 443 }; A.ClientContactEntity.prototype = { get$fullName() { @@ -359750,20 +359066,20 @@ call$1(option) { return option.supportTokenBilling; }, - $signature: 642 + $signature: 797 }; A.GatewayEntity_matchesFilterValue_closure.prototype = { call$1(option) { return option.supportTokenBilling; }, - $signature: 642 + $signature: 797 }; A.GatewayEntity_supportedEvents_closure.prototype = { call$2(key, option) { var t1 = option.webhooks; B.JSArray_methods.addAll$1(this.events, J.toList$0$ax(t1 == null ? A._setArrayType([], type$.JSArray_String) : t1)); }, - $signature: 1581 + $signature: 1283 }; A.GatewayOptionsEntity.prototype = {}; A.UserCompanyEntity.prototype = { @@ -359810,14 +359126,14 @@ b.$indexSet(0, "email", A.BuiltList_BuiltList$from(A._setArrayType(["all_notifications"], type$.JSArray_String), type$.String)); return b; }, - $signature: 643 + $signature: 799 }; A.UserCompanyEntity__initializeBuilder_closure.prototype = { call$1(b) { b.$indexSet(0, "email", A.BuiltList_BuiltList$from(A._setArrayType(["all_notifications"], type$.JSArray_String), type$.String)); return b; }, - $signature: 643 + $signature: 799 }; A.UserSettingsEntity.prototype = { getTableColumns$1(entityType) { @@ -363862,7 +363178,7 @@ b.get$_design_model$_$this()._design_model$_isDeleted = false; return b; }, - $signature: 242 + $signature: 241 }; A._$DesignListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -365591,7 +364907,7 @@ return false; return true; }, - $signature: 346 + $signature: 376 }; A.BelongsToClient.prototype = {}; A.BelongsToVendor.prototype = {}; @@ -372021,20 +371337,20 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 218 + $signature: 220 }; A.InvoiceEntity_InvoiceEntity_closure0.prototype = { call$1(contact) { return A.InvitationEntity_InvitationEntity(null, contact.id); }, - $signature: 534 + $signature: 581 }; A.InvoiceEntity_moveLineItem_closure.prototype = { call$1(b) { B.JSArray_methods.removeAt$1(b.get$lineItems().get$_safeList(), this.oldIndex); return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEntity_moveLineItem_closure0.prototype = { call$1(b) { @@ -372052,33 +371368,33 @@ b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEntity_recreateInvitations_closure0.prototype = { call$1(contact) { return A.InvitationEntity_InvitationEntity(null, contact.id); }, - $signature: 534 + $signature: 581 }; A.InvoiceEntity_recreateInvitations_closure.prototype = { call$1(b) { b.get$invitations().replace$1(0, this.invitations); return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEntity_recreateInvitations_closure2.prototype = { call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 218 + $signature: 220 }; A.InvoiceEntity_recreateInvitations_closure1.prototype = { call$1(b) { b.get$invitations().replace$1(0, this.invitations); return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEntity_clone_closure.prototype = { call$1(b) { @@ -372113,32 +371429,32 @@ b.get$invitations().replace$1(0, A.List_List$of(new A.MappedListIterable(t1, new A.InvoiceEntity_clone__closure1(), t4), true, t4._eval$1("ListIterable.E"))); return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEntity_clone__closure.prototype = { call$1(lineItem) { return lineItem.typeId !== "3"; }, - $signature: 85 + $signature: 82 }; A.InvoiceEntity_clone__closure0.prototype = { call$1(lineItem) { return lineItem.rebuild$1(new A.InvoiceEntity_clone___closure()); }, - $signature: 1478 + $signature: 1280 }; A.InvoiceEntity_clone___closure.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_typeId = "1"; return b; }, - $signature: 59 + $signature: 57 }; A.InvoiceEntity_clone__closure1.prototype = { call$1(invitation) { return A.InvitationEntity_InvitationEntity(invitation.clientContactId, invitation.vendorContactId); }, - $signature: 1442 + $signature: 1252 }; A.InvoiceEntity_applyClient_closure.prototype = { call$1(b) { @@ -372191,38 +371507,38 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEntity_balanceHistory_closure.prototype = { call$1(activity) { var t1 = activity.history; return t1 != null && t1.id.length !== 0 && t1.createdAt > 0 && !B.JSArray_methods.contains$1(A._setArrayType(["7", "21", "60", "136"], type$.JSArray_String), activity.activityTypeId); }, - $signature: 346 + $signature: 376 }; A.InvoiceEntity_balanceHistory_closure0.prototype = { call$1(activity) { return activity.history; }, - $signature: 1441 + $signature: 1251 }; A.InvoiceEntity_hasTasks_closure.prototype = { call$1(item) { return item.typeId === "2"; }, - $signature: 85 + $signature: 82 }; A.InvoiceEntity_hasProducts_closure.prototype = { call$1(item) { return item.typeId !== "2"; }, - $signature: 85 + $signature: 82 }; A.InvoiceEntity_hasExpenses_closure.prototype = { call$1(item) { return item.typeId === "6"; }, - $signature: 85 + $signature: 82 }; A.InvoiceEntity_applyTax_closure.prototype = { call$1(b) { @@ -372231,7 +371547,7 @@ b.get$_invoice_model$_$this()._taxName3 = t1.name; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEntity_applyTax_closure0.prototype = { call$1(b) { @@ -372240,7 +371556,7 @@ b.get$_invoice_model$_$this()._taxName2 = t1.name; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEntity_applyTax_closure1.prototype = { call$1(b) { @@ -372249,25 +371565,25 @@ b.get$_invoice_model$_$this()._taxName1 = t1.name; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEntity_isViewed_closure.prototype = { call$1(invitation) { return invitation.viewedDate.length !== 0; }, - $signature: 441 + $signature: 545 }; A.InvoiceEntity_getInvitationForClientContact_closure.prototype = { call$1(invitation) { return invitation.clientContactId === this.contact.id; }, - $signature: 441 + $signature: 545 }; A.InvoiceEntity_getInvitationForVendorContact_closure.prototype = { call$1(invitation) { return invitation.vendorContactId === this.contact.id; }, - $signature: 441 + $signature: 545 }; A.InvoiceEntity_getTaxes_calculateAmount.prototype = { call$2(taxable, rate) { @@ -372277,13 +371593,13 @@ else return A.round(taxable * t1, 2); }, - $signature: 224 + $signature: 211 }; A.InvoiceEntity__calculateTax_closure.prototype = { call$0() { return A.LinkedHashMap_LinkedHashMap$_literal(["name", this.name, "rate", this.rate, "amount", 0, "paid", 0], type$.String, type$.dynamic); }, - $signature: 1438 + $signature: 1250 }; A.InvoiceItemEntity.prototype = { taxAmount$2(invoice, precision) { @@ -372369,7 +371685,7 @@ b.get$_invoice_model$_$this()._taxName3 = t1; return b; }, - $signature: 59 + $signature: 57 }; A.InvoiceItemEntity_applyTax_closure0.prototype = { call$1(b) { @@ -372380,7 +371696,7 @@ b.get$_invoice_model$_$this()._taxName2 = t1; return b; }, - $signature: 59 + $signature: 57 }; A.InvoiceItemEntity_applyTax_closure1.prototype = { call$1(b) { @@ -372391,7 +371707,7 @@ b.get$_invoice_model$_$this()._taxName1 = t1; return b; }, - $signature: 59 + $signature: 57 }; A.InvitationEntity.prototype = { get$latestEmailStatus() { @@ -374753,7 +374069,7 @@ t1.update$3$ifAbsent(t1, item.taxName3, new A.CalculateInvoiceTotal_calculateTaxes__closure3(t2), new A.CalculateInvoiceTotal_calculateTaxes__closure4(t2)); } }, - $signature: 329 + $signature: 281 }; A.CalculateInvoiceTotal_calculateTaxes__closure.prototype = { call$1(value) { @@ -374765,7 +374081,7 @@ call$0() { return this._box_0.taxAmount; }, - $signature: 128 + $signature: 129 }; A.CalculateInvoiceTotal_calculateTaxes__closure1.prototype = { call$1(value) { @@ -374777,7 +374093,7 @@ call$0() { return this._box_0.taxAmount; }, - $signature: 128 + $signature: 129 }; A.CalculateInvoiceTotal_calculateTaxes__closure3.prototype = { call$1(value) { @@ -374789,7 +374105,7 @@ call$0() { return this._box_0.taxAmount; }, - $signature: 128 + $signature: 129 }; A.CalculateInvoiceTotal_calculateTaxes_closure0.prototype = { call$1(value) { @@ -374801,7 +374117,7 @@ call$0() { return this._box_0.taxAmount; }, - $signature: 128 + $signature: 129 }; A.CalculateInvoiceTotal_calculateTaxes_closure2.prototype = { call$1(value) { @@ -374813,7 +374129,7 @@ call$0() { return this._box_0.taxAmount; }, - $signature: 128 + $signature: 129 }; A.CalculateInvoiceTotal_calculateTaxes_closure4.prototype = { call$1(value) { @@ -374825,7 +374141,7 @@ call$0() { return this._box_0.taxAmount; }, - $signature: 128 + $signature: 129 }; A.CalculateInvoiceTotal_getTaxable_closure.prototype = { call$1(invoiceItem) { @@ -374835,7 +374151,7 @@ lineTotal = this.$this.isAmountDiscount ? lineTotal - t1 : lineTotal - A.round(lineTotal * t1 / 100, this.precision); this._box_0.total += lineTotal; }, - $signature: 329 + $signature: 281 }; A.CalculateInvoiceTotal_calculateTotal_closure.prototype = { call$1(item) { @@ -374871,7 +374187,7 @@ t1.itemTax = t1.itemTax + A.round(lineTotal * taxRate3 / 100, _this.precision); } }, - $signature: 329 + $signature: 281 }; A.CalculateInvoiceTotal_calculateSubtotal_closure.prototype = { call$1(item) { @@ -374885,7 +374201,7 @@ t1 = _this._box_0; t1.total = t1.total + A.round(lineTotal, _this.precision); }, - $signature: 329 + $signature: 281 }; A.EntityAction.prototype = { toString$0(_) { @@ -375183,19 +374499,19 @@ call$1(p) { return p.get$entityType() === B.EntityType_invoice; }, - $signature: 241 + $signature: 242 }; A.PaymentEntity_creditPaymentables_closure.prototype = { call$1(p) { return p.get$entityType() === B.EntityType_credit; }, - $signature: 241 + $signature: 242 }; A.PaymentEntity_invoiceId_closure.prototype = { call$1(p) { return p.get$entityType() === B.EntityType_invoice; }, - $signature: 241 + $signature: 242 }; A.PaymentableEntity.prototype = { get$isEmpty(_) { @@ -376949,7 +376265,7 @@ b.get$_product_model$_$this()._product_model$_isDeleted = false; return b; }, - $signature: 167 + $signature: 174 }; A._$ProductListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -377903,7 +377219,7 @@ b.get$_project_model$_$this()._project_model$_isDeleted = false; return b; }, - $signature: 200 + $signature: 202 }; A._$ProjectListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -379406,31 +378722,31 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.BankAccountEntity); }, - $signature: 646 + $signature: 817 }; A._$serializers_closure0.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ClientContactEntity); }, - $signature: 1409 + $signature: 1247 }; A._$serializers_closure1.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ActivityEntity); }, - $signature: 422 + $signature: 390 }; A._$serializers_closure2.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.LedgerEntity); }, - $signature: 1405 + $signature: 1246 }; A._$serializers_closure3.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.GatewayTokenEntity); }, - $signature: 648 + $signature: 821 }; A._$serializers_closure4.prototype = { call$0() { @@ -379442,121 +378758,121 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.SystemLogEntity); }, - $signature: 498 + $signature: 482 }; A._$serializers_closure6.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ClientEntity); }, - $signature: 649 + $signature: 824 }; A._$serializers_closure7.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.CompanyGatewayEntity); }, - $signature: 650 + $signature: 825 }; A._$serializers_closure8.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.CountryEntity); }, - $signature: 651 + $signature: 826 }; A._$serializers_closure9.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.CurrencyEntity); }, - $signature: 652 + $signature: 827 }; A._$serializers_closure10.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.CurrencyEntity); }, - $signature: 652 + $signature: 827 }; A._$serializers_closure11.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.SizeEntity); }, - $signature: 653 + $signature: 828 }; A._$serializers_closure12.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.IndustryEntity); }, - $signature: 654 + $signature: 829 }; A._$serializers_closure13.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TimezoneEntity); }, - $signature: 655 + $signature: 830 }; A._$serializers_closure14.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.GatewayEntity); }, - $signature: 1370 + $signature: 1241 }; A._$serializers_closure15.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DateFormatEntity); }, - $signature: 656 + $signature: 832 }; A._$serializers_closure16.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DatetimeFormatEntity); }, - $signature: 657 + $signature: 833 }; A._$serializers_closure17.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.LanguageEntity); }, - $signature: 658 + $signature: 834 }; A._$serializers_closure18.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentTypeEntity); }, - $signature: 659 + $signature: 835 }; A._$serializers_closure19.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.CountryEntity); }, - $signature: 651 + $signature: 826 }; A._$serializers_closure20.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceStatusEntity); }, - $signature: 1368 + $signature: 1238 }; A._$serializers_closure21.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TemplateEntity); }, - $signature: 660 + $signature: 837 }; A._$serializers_closure22.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DateFormatEntity); }, - $signature: 656 + $signature: 832 }; A._$serializers_closure23.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DatetimeFormatEntity); }, - $signature: 657 + $signature: 833 }; A._$serializers_closure24.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DesignEntity); }, - $signature: 661 + $signature: 838 }; A._$serializers_closure25.prototype = { call$0() { @@ -379598,19 +378914,19 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ExpenseScheduleEntity); }, - $signature: 1365 + $signature: 1219 }; A._$serializers_closure32.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.EntityState); }, - $signature: 1363 + $signature: 1213 }; A._$serializers_closure33.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.EntityStatus); }, - $signature: 1359 + $signature: 1211 }; A._$serializers_closure34.prototype = { call$0() { @@ -379646,187 +378962,187 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.EntityType); }, - $signature: 1357 + $signature: 1207 }; A._$serializers_closure40.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.BaseEntity); }, - $signature: 1351 + $signature: 1163 }; A._$serializers_closure41.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ExpenseCategoryEntity); }, - $signature: 662 + $signature: 845 }; A._$serializers_closure42.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ExpenseEntity); }, - $signature: 480 + $signature: 457 }; A._$serializers_closure43.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.GatewayTokenEntity); }, - $signature: 648 + $signature: 821 }; A._$serializers_closure44.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.GroupEntity); }, - $signature: 663 + $signature: 847 }; A._$serializers_closure45.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.GroupEntity); }, - $signature: 663 + $signature: 847 }; A._$serializers_closure46.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ActivityEntity); }, - $signature: 422 + $signature: 390 }; A._$serializers_closure47.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TaxRateEntity); }, - $signature: 664 + $signature: 848 }; A._$serializers_closure48.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TaskStatusEntity); }, - $signature: 665 + $signature: 849 }; A._$serializers_closure49.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TaskStatusEntity); }, - $signature: 666 + $signature: 850 }; A._$serializers_closure50.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.CompanyGatewayEntity); }, - $signature: 650 + $signature: 825 }; A._$serializers_closure51.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ExpenseCategoryEntity); }, - $signature: 662 + $signature: 845 }; A._$serializers_closure52.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.UserEntity); }, - $signature: 667 + $signature: 851 }; A._$serializers_closure53.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ClientEntity); }, - $signature: 649 + $signature: 824 }; A._$serializers_closure54.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ProductEntity); }, - $signature: 668 + $signature: 852 }; A._$serializers_closure55.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceEntity); }, - $signature: 206 + $signature: 217 }; A._$serializers_closure56.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceEntity); }, - $signature: 206 + $signature: 217 }; A._$serializers_closure57.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ExpenseEntity); }, - $signature: 480 + $signature: 457 }; A._$serializers_closure58.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentEntity); }, - $signature: 669 + $signature: 854 }; A._$serializers_closure59.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceEntity); }, - $signature: 206 + $signature: 217 }; A._$serializers_closure60.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceEntity); }, - $signature: 206 + $signature: 217 }; A._$serializers_closure61.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceEntity); }, - $signature: 206 + $signature: 217 }; A._$serializers_closure62.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.BankAccountEntity); }, - $signature: 646 + $signature: 817 }; A._$serializers_closure63.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TransactionEntity); }, - $signature: 670 + $signature: 855 }; A._$serializers_closure64.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TransactionRuleEntity); }, - $signature: 671 + $signature: 856 }; A._$serializers_closure65.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TaskEntity); }, - $signature: 672 + $signature: 857 }; A._$serializers_closure66.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ProjectEntity); }, - $signature: 673 + $signature: 858 }; A._$serializers_closure67.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ExpenseEntity); }, - $signature: 480 + $signature: 457 }; A._$serializers_closure68.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.VendorEntity); }, - $signature: 674 + $signature: 859 }; A._$serializers_closure69.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DesignEntity); }, - $signature: 661 + $signature: 838 }; A._$serializers_closure70.prototype = { call$0() { @@ -379838,92 +379154,92 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ScheduleEntity); }, - $signature: 675 + $signature: 860 }; A._$serializers_closure72.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TokenEntity); }, - $signature: 676 + $signature: 861 }; A._$serializers_closure73.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.WebhookEntity); }, - $signature: 677 + $signature: 862 }; A._$serializers_closure74.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.SubscriptionEntity); }, - $signature: 678 + $signature: 863 }; A._$serializers_closure75.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentTermEntity); }, - $signature: 679 + $signature: 864 }; A._$serializers_closure76.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.SystemLogEntity); }, - $signature: 498 + $signature: 482 }; A._$serializers_closure77.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.RegistrationFieldEntity); }, - $signature: 1296 + $signature: 1161 }; A._$serializers_closure78.prototype = { call$0() { var t1 = type$.String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 207 + $signature: 216 }; A._$serializers_closure79.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.HistoryRecord); }, - $signature: 1292 + $signature: 1160 }; A._$serializers_closure80.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.IndustryEntity); }, - $signature: 654 + $signature: 829 }; A._$serializers_closure81.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceEntity); }, - $signature: 206 + $signature: 217 }; A._$serializers_closure82.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceEntity); }, - $signature: 206 + $signature: 217 }; A._$serializers_closure83.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceScheduleEntity); }, - $signature: 1290 + $signature: 1159 }; A._$serializers_closure84.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceItemEntity); }, - $signature: 1286 + $signature: 1158 }; A._$serializers_closure85.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvitationEntity); }, - $signature: 1283 + $signature: 1156 }; A._$serializers_closure86.prototype = { call$0() { @@ -379935,73 +379251,73 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ActivityEntity); }, - $signature: 422 + $signature: 390 }; A._$serializers_closure88.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.LanguageEntity); }, - $signature: 658 + $signature: 834 }; A._$serializers_closure89.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentEntity); }, - $signature: 669 + $signature: 854 }; A._$serializers_closure90.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentTermEntity); }, - $signature: 679 + $signature: 864 }; A._$serializers_closure91.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentTypeEntity); }, - $signature: 659 + $signature: 835 }; A._$serializers_closure92.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentableEntity); }, - $signature: 474 + $signature: 520 }; A._$serializers_closure93.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentableEntity); }, - $signature: 474 + $signature: 520 }; A._$serializers_closure94.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentableEntity); }, - $signature: 474 + $signature: 520 }; A._$serializers_closure95.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ProductEntity); }, - $signature: 668 + $signature: 852 }; A._$serializers_closure96.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ProjectEntity); }, - $signature: 673 + $signature: 858 }; A._$serializers_closure97.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ScheduleEntity); }, - $signature: 675 + $signature: 860 }; A._$serializers_closure98.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.SizeEntity); }, - $signature: 653 + $signature: 828 }; A._$serializers_closure99.prototype = { call$0() { @@ -380031,91 +379347,91 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.BuiltList_String); }, - $signature: 1282 + $signature: 1154 }; A._$serializers_closure104.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.SubscriptionEntity); }, - $signature: 678 + $signature: 863 }; A._$serializers_closure105.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TaskEntity); }, - $signature: 672 + $signature: 857 }; A._$serializers_closure106.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TaskStatusEntity); }, - $signature: 665 + $signature: 849 }; A._$serializers_closure107.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TaxRateEntity); }, - $signature: 664 + $signature: 848 }; A._$serializers_closure108.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TimezoneEntity); }, - $signature: 655 + $signature: 830 }; A._$serializers_closure109.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TokenEntity); }, - $signature: 676 + $signature: 861 }; A._$serializers_closure110.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TransactionEntity); }, - $signature: 670 + $signature: 855 }; A._$serializers_closure111.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TransactionRuleCriteriaEntity); }, - $signature: 1251 + $signature: 1153 }; A._$serializers_closure112.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TransactionRuleEntity); }, - $signature: 671 + $signature: 856 }; A._$serializers_closure113.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.UserCompanyEntity); }, - $signature: 1250 + $signature: 1149 }; A._$serializers_closure114.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.UserCompanyState); }, - $signature: 1249 + $signature: 1148 }; A._$serializers_closure115.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.UserEntity); }, - $signature: 667 + $signature: 851 }; A._$serializers_closure116.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.VendorContactEntity); }, - $signature: 1241 + $signature: 1147 }; A._$serializers_closure117.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ActivityEntity); }, - $signature: 422 + $signature: 390 }; A._$serializers_closure118.prototype = { call$0() { @@ -380127,39 +379443,39 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.VendorEntity); }, - $signature: 674 + $signature: 859 }; A._$serializers_closure120.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.WebhookEntity); }, - $signature: 677 + $signature: 862 }; A._$serializers_closure121.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.EntityType, type$.bool); }, - $signature: 682 + $signature: 877 }; A._$serializers_closure122.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.EntityType, type$.bool); }, - $signature: 682 + $signature: 877 }; A._$serializers_closure123.prototype = { call$0() { var t1 = type$.String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 207 + $signature: 216 }; A._$serializers_closure124.prototype = { call$0() { var t1 = type$.String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 207 + $signature: 216 }; A._$serializers_closure125.prototype = { call$0() { @@ -380171,19 +379487,19 @@ call$0() { return A.MapBuilder_MapBuilder(type$.EntityType, type$.PrefStateSortField); }, - $signature: 1222 + $signature: 1146 }; A._$serializers_closure127.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.CompanyPrefState); }, - $signature: 1216 + $signature: 1142 }; A._$serializers_closure128.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.BankAccountEntity); }, - $signature: 1213 + $signature: 1140 }; A._$serializers_closure129.prototype = { call$0() { @@ -380195,31 +379511,31 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.BuiltList_String); }, - $signature: 454 + $signature: 459 }; A._$serializers_closure131.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.BuiltList_String); }, - $signature: 454 + $signature: 459 }; A._$serializers_closure132.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ReportSettingsEntity); }, - $signature: 1166 + $signature: 1114 }; A._$serializers_closure133.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DashboardField); }, - $signature: 1164 + $signature: 1113 }; A._$serializers_closure134.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ClientEntity); }, - $signature: 1163 + $signature: 1112 }; A._$serializers_closure135.prototype = { call$0() { @@ -380231,7 +379547,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.CompanyGatewayEntity); }, - $signature: 1158 + $signature: 1108 }; A._$serializers_closure137.prototype = { call$0() { @@ -380243,67 +379559,67 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.CurrencyEntity); }, - $signature: 1157 + $signature: 1103 }; A._$serializers_closure139.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.SizeEntity); }, - $signature: 1156 + $signature: 1102 }; A._$serializers_closure140.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.GatewayEntity); }, - $signature: 1145 + $signature: 1100 }; A._$serializers_closure141.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.IndustryEntity); }, - $signature: 1134 + $signature: 1073 }; A._$serializers_closure142.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TimezoneEntity); }, - $signature: 1114 + $signature: 1072 }; A._$serializers_closure143.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.DateFormatEntity); }, - $signature: 1107 + $signature: 1069 }; A._$serializers_closure144.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.LanguageEntity); }, - $signature: 1106 + $signature: 1068 }; A._$serializers_closure145.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.PaymentTypeEntity); }, - $signature: 1104 + $signature: 1066 }; A._$serializers_closure146.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.CountryEntity); }, - $signature: 1076 + $signature: 975 }; A._$serializers_closure147.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TemplateEntity); }, - $signature: 660 + $signature: 837 }; A._$serializers_closure148.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.DesignEntity); }, - $signature: 1072 + $signature: 974 }; A._$serializers_closure149.prototype = { call$0() { @@ -380315,7 +379631,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.DocumentEntity); }, - $signature: 1071 + $signature: 941 }; A._$serializers_closure151.prototype = { call$0() { @@ -380327,7 +379643,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ExpenseCategoryEntity); }, - $signature: 979 + $signature: 940 }; A._$serializers_closure153.prototype = { call$0() { @@ -380339,7 +379655,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ExpenseEntity); }, - $signature: 684 + $signature: 898 }; A._$serializers_closure155.prototype = { call$0() { @@ -380351,7 +379667,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ExpenseEntity); }, - $signature: 684 + $signature: 898 }; A._$serializers_closure157.prototype = { call$0() { @@ -380363,13 +379679,13 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.GatewayOptionsEntity); }, - $signature: 978 + $signature: 938 }; A._$serializers_closure159.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.GroupEntity); }, - $signature: 945 + $signature: 934 }; A._$serializers_closure160.prototype = { call$0() { @@ -380381,13 +379697,13 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ImportRequestMapping); }, - $signature: 944 + $signature: 932 }; A._$serializers_closure162.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.InvoiceEntity); }, - $signature: 335 + $signature: 283 }; A._$serializers_closure163.prototype = { call$0() { @@ -380399,7 +379715,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.InvoiceEntity); }, - $signature: 335 + $signature: 283 }; A._$serializers_closure165.prototype = { call$0() { @@ -380411,7 +379727,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.InvoiceEntity); }, - $signature: 335 + $signature: 283 }; A._$serializers_closure167.prototype = { call$0() { @@ -380423,7 +379739,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.InvoiceEntity); }, - $signature: 335 + $signature: 283 }; A._$serializers_closure169.prototype = { call$0() { @@ -380435,7 +379751,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.InvoiceEntity); }, - $signature: 335 + $signature: 283 }; A._$serializers_closure171.prototype = { call$0() { @@ -380447,7 +379763,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.PaymentEntity); }, - $signature: 928 + $signature: 930 }; A._$serializers_closure173.prototype = { call$0() { @@ -380459,7 +379775,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.PaymentTermEntity); }, - $signature: 908 + $signature: 928 }; A._$serializers_closure175.prototype = { call$0() { @@ -380471,13 +379787,13 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.PreImportResponseEntityDetails); }, - $signature: 909 + $signature: 927 }; A._$serializers_closure177.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ProductEntity); }, - $signature: 910 + $signature: 925 }; A._$serializers_closure178.prototype = { call$0() { @@ -380489,7 +379805,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ProjectEntity); }, - $signature: 911 + $signature: 907 }; A._$serializers_closure180.prototype = { call$0() { @@ -380501,7 +379817,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ScheduleEntity); }, - $signature: 912 + $signature: 908 }; A._$serializers_closure182.prototype = { call$0() { @@ -380514,34 +379830,34 @@ var t1 = type$.String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 207 + $signature: 216 }; A._$serializers_closure184.prototype = { call$0() { var t1 = type$.String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 207 + $signature: 216 }; A._$serializers_closure185.prototype = { call$0() { var t1 = type$.String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 207 + $signature: 216 }; A._$serializers_closure186.prototype = { call$0() { var t1 = type$.String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 207 + $signature: 216 }; A._$serializers_closure187.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.SubscriptionEntity); }, - $signature: 913 + $signature: 909 }; A._$serializers_closure188.prototype = { call$0() { @@ -380553,7 +379869,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TaskEntity); }, - $signature: 914 + $signature: 910 }; A._$serializers_closure190.prototype = { call$0() { @@ -380565,7 +379881,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TaskStatusEntity); }, - $signature: 666 + $signature: 850 }; A._$serializers_closure192.prototype = { call$0() { @@ -380577,19 +379893,19 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TaxConfigRegionEntity); }, - $signature: 915 + $signature: 911 }; A._$serializers_closure194.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TaxConfigSubregionEntity); }, - $signature: 916 + $signature: 912 }; A._$serializers_closure195.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TaxRateEntity); }, - $signature: 917 + $signature: 913 }; A._$serializers_closure196.prototype = { call$0() { @@ -380601,7 +379917,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TokenEntity); }, - $signature: 918 + $signature: 914 }; A._$serializers_closure198.prototype = { call$0() { @@ -380613,7 +379929,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TransactionEntity); }, - $signature: 919 + $signature: 915 }; A._$serializers_closure200.prototype = { call$0() { @@ -380625,7 +379941,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TransactionRuleEntity); }, - $signature: 920 + $signature: 916 }; A._$serializers_closure202.prototype = { call$0() { @@ -380637,7 +379953,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.UserEntity); }, - $signature: 921 + $signature: 917 }; A._$serializers_closure204.prototype = { call$0() { @@ -380649,7 +379965,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.VendorEntity); }, - $signature: 922 + $signature: 918 }; A._$serializers_closure206.prototype = { call$0() { @@ -380661,7 +379977,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.WebhookEntity); }, - $signature: 923 + $signature: 919 }; A._$serializers_closure208.prototype = { call$0() { @@ -380673,37 +379989,37 @@ call$0() { return A.MapBuilder_MapBuilder(type$.int, type$.String); }, - $signature: 924 + $signature: 920 }; A._$serializers_closure210.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.nullable_EntityType, type$.BuiltList_String); }, - $signature: 925 + $signature: 921 }; A._$serializers_closure211.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.nullable_String, type$.FeesAndLimitsSettings); }, - $signature: 926 + $signature: 922 }; A._$serializers_closure212.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.SystemLogEntity); }, - $signature: 498 + $signature: 482 }; A._$serializers_closure213.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.nullable_String, type$.String); }, - $signature: 927 + $signature: 923 }; A._$serializers_closure214.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.BuiltList_String); }, - $signature: 454 + $signature: 459 }; A.SettingsEntity.prototype = { getFieldsForSection$1(section) { @@ -390152,7 +389468,7 @@ b.get$_task_model$_$this()._task_model$_endDate = t1; return b; }, - $signature: 238 + $signature: 245 }; A.TaskEntity.prototype = { get$clone(_) { @@ -390620,13 +389936,13 @@ call$1(taskTime) { return taskTime.endDate == null; }, - $signature: 215 + $signature: 206 }; A.TaskEntity_isBetween_closure.prototype = { call$1(element) { return element.endDate != null; }, - $signature: 215 + $signature: 206 }; A.TaskEntity_getTaskTimes_closure.prototype = { call$1(detail) { @@ -390648,7 +389964,7 @@ t1.toString; return B.JSInt_methods.compareTo$1(t1._value, timeB.startDate._value); }, - $signature: 933 + $signature: 929 }; A.TaskEntity_addTaskTime_closure.prototype = { call$1(b) { @@ -393882,7 +393198,7 @@ var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].bankAccountState.map._map$_map.$index(0, bankAccountId); }, - $signature: 407 + $signature: 427 }; A.TransactionEntity_TransactionEntity_closure0.prototype = { call$1(bankAccount) { @@ -393890,7 +393206,7 @@ t1.toString; return !t1; }, - $signature: 935 + $signature: 931 }; A.TransactionStatusEntity.prototype = {}; A._$TransactionListResponseSerializer.prototype = { @@ -396848,43 +396164,43 @@ b.get$_vendor_model$_$this()._isPrimary = true; return b; }, - $signature: 400 + $signature: 422 }; A.VendorEntity_emailContacts_closure.prototype = { call$1(contact) { return contact.sendEmail; }, - $signature: 195 + $signature: 201 }; A.VendorEntity_primaryContact_closure.prototype = { call$1(contact) { return contact.isPrimary; }, - $signature: 195 + $signature: 201 }; A.VendorEntity_primaryContact_closure0.prototype = { call$0() { return A.VendorContactEntity_VendorContactEntity(); }, - $signature: 442 + $signature: 456 }; A.VendorEntity_hasEmailAddress_closure.prototype = { call$1(contact) { return contact.email.length !== 0; }, - $signature: 195 + $signature: 201 }; A.VendorEntity_getContact_closure.prototype = { call$1(contact) { return contact.id === this.contactId; }, - $signature: 195 + $signature: 201 }; A.VendorEntity_getContact_closure0.prototype = { call$0() { return A.VendorContactEntity_VendorContactEntity(); }, - $signature: 442 + $signature: 456 }; A.VendorContactEntity.prototype = { get$entityType() { @@ -399476,7 +398792,7 @@ B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, - $signature: 50 + $signature: 53 }; A.CompanyGatewayRepository.prototype = { loadItem$2(credentials, entityId) { @@ -399895,7 +399211,7 @@ B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, - $signature: 7 + $signature: 8 }; A.DesignRepository.prototype = { loadItem$2(credentials, entityId) { @@ -400994,7 +400310,7 @@ B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, - $signature: 7 + $signature: 8 }; A.PaymentRepository.prototype = { loadItem$2(credentials, entityId) { @@ -401831,7 +401147,7 @@ B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, - $signature: 167 + $signature: 174 }; A.ProjectRepository.prototype = { loadItem$2(credentials, entityId) { @@ -402268,7 +401584,7 @@ B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, - $signature: 7 + $signature: 8 }; A.QuoteRepository.prototype = { loadItem$2(credentials, entityId) { @@ -402518,7 +401834,7 @@ B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, - $signature: 7 + $signature: 8 }; A.RecurringExpenseRepository.prototype = { loadItem$2(credentials, entityId) { @@ -404571,7 +403887,7 @@ t1.$indexSet(0, "ninja_category_id", t2); return t1; }, - $signature: 940 + $signature: 936 }; A.TransactionRuleRepository.prototype = { loadItem$2(credentials, entityId) { @@ -405519,7 +404835,7 @@ call$2(field, errors) { J.forEach$1$ax(type$.List_dynamic._as(errors), new A._parseError__closure(this._box_0)); }, - $signature: 941 + $signature: 937 }; A._parseError__closure.prototype = { call$1(error) { @@ -405534,7 +404850,7 @@ b.get$_pref_state$_$this()._enableDarkModeSystem = t1.platformBrightness === B.Brightness_0; return b; }, - $signature: 557 + $signature: 511 }; A._initialState_closure0.prototype = { call$1(b) { @@ -405542,14 +404858,14 @@ b.get$useSidebarEditor().$indexSet(0, B.EntityType_task, true); return b; }, - $signature: 557 + $signature: 511 }; A._registerErrorHandlers_closure.prototype = { call$1(details) { var _null = null; return A.Material$(B.Duration_200000, true, _null, A.Center$(A.Text$(details.toString$0(0), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, 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), _null, _null), B.Clip_0, B.Color_4294309365, 0, _null, _null, _null, _null, _null, B.MaterialType_0); }, - $signature: 943 + $signature: 939 }; A.InvoiceNinjaApp.prototype = { createState$0() { @@ -405669,19 +404985,19 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); } }, - $signature: 212 + $signature: 222 }; A.InvoiceNinjaAppState_generateRoute_closure.prototype = { call$1(_) { return new A.LoginScreen(null); }, - $signature: 905 + $signature: 897 }; A.InvoiceNinjaAppState_generateRoute_closure0.prototype = { call$1(_) { return new A.MainScreen(null); }, - $signature: 904 + $signature: 896 }; A.InvoiceNinjaAppState_build_closure.prototype = { call$1(context) { @@ -405801,7 +405117,7 @@ t4 = t4.prefState.appLayout === 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(), "/settings/schedules", new A.InvoiceNinjaAppState_build__closure39(), "/settings/schedules/view", new A.InvoiceNinjaAppState_build__closure40(), "/settings/schedules/edit", new A.InvoiceNinjaAppState_build__closure41(), "/settings/transaction_rules", new A.InvoiceNinjaAppState_build__closure42(), "/settings/transaction_rules/view", new A.InvoiceNinjaAppState_build__closure43(), "/settings/transaction_rules/edit", new A.InvoiceNinjaAppState_build__closure44(), "/transaction", new A.InvoiceNinjaAppState_build__closure45(), "/transaction/view", new A.InvoiceNinjaAppState_build__closure46(), "/transaction/edit", new A.InvoiceNinjaAppState_build__closure47(), "/settings/bank_accounts", new A.InvoiceNinjaAppState_build__closure48(), "/settings/bank_accounts/view", new A.InvoiceNinjaAppState_build__closure49(), "/settings/bank_accounts/edit", new A.InvoiceNinjaAppState_build__closure50(), "/purchase_order", new A.InvoiceNinjaAppState_build__closure51(), "/purchase_order/view", new A.InvoiceNinjaAppState_build__closure52(), "/purchase_order/edit", new A.InvoiceNinjaAppState_build__closure53(), "/purchase_order/email", new A.InvoiceNinjaAppState_build__closure54(), "/purchase_order/pdf", new A.InvoiceNinjaAppState_build__closure55(), "/recurring_expense", new A.InvoiceNinjaAppState_build__closure56(), "/recurring_expense/view", new A.InvoiceNinjaAppState_build__closure57(), "/recurring_expense/edit", new A.InvoiceNinjaAppState_build__closure58(), "/settings/payment_links", new A.InvoiceNinjaAppState_build__closure59(), "/settings/payment_links/view", new A.InvoiceNinjaAppState_build__closure60(), "/settings/payment_links/edit", new A.InvoiceNinjaAppState_build__closure61(), "/settings/task_status", new A.InvoiceNinjaAppState_build__closure62(), "/settings/task_status/view", new A.InvoiceNinjaAppState_build__closure63(), "/settings/task_status/edit", new A.InvoiceNinjaAppState_build__closure64(), "/settings/expense_category", new A.InvoiceNinjaAppState_build__closure65(), "/settings/expense_category/view", new A.InvoiceNinjaAppState_build__closure66(), "/settings/expense_category/edit", new A.InvoiceNinjaAppState_build__closure67(), "/recurring_invoice", new A.InvoiceNinjaAppState_build__closure68(), "/recurring_invoice/view", new A.InvoiceNinjaAppState_build__closure69(), "/recurring_invoice/edit", new A.InvoiceNinjaAppState_build__closure70(), "/recurring_invoice/pdf", new A.InvoiceNinjaAppState_build__closure71(), "/settings/webhook", new A.InvoiceNinjaAppState_build__closure72(), "/settings/webhook/view", new A.InvoiceNinjaAppState_build__closure73(), "/settings/webhook/edit", new A.InvoiceNinjaAppState_build__closure74(), "/settings/tokens", new A.InvoiceNinjaAppState_build__closure75(), "/settings/token/view", new A.InvoiceNinjaAppState_build__closure76(), "/settings/token/edit", new A.InvoiceNinjaAppState_build__closure77(), "/settings/payment_terms", new A.InvoiceNinjaAppState_build__closure78(), "/settings/payment_term/edit", new A.InvoiceNinjaAppState_build__closure79(), "/settings/payment_term/view", new A.InvoiceNinjaAppState_build__closure80(), "/settings/custom_designs", new A.InvoiceNinjaAppState_build__closure81(), "/settings/custom_designs/view", new A.InvoiceNinjaAppState_build__closure82(), "/settings/custom_designs/edit", new A.InvoiceNinjaAppState_build__closure83(), "/credit", new A.InvoiceNinjaAppState_build__closure84(), "/credit/view", new A.InvoiceNinjaAppState_build__closure85(), "/credit/edit", new A.InvoiceNinjaAppState_build__closure86(), "/credit/email", new A.InvoiceNinjaAppState_build__closure87(), "/credit/pdf", new A.InvoiceNinjaAppState_build__closure88(), "/settings/user_management", new A.InvoiceNinjaAppState_build__closure89(), "/settings/user_management/view", new A.InvoiceNinjaAppState_build__closure90(), "/settings/user_management/edit", new A.InvoiceNinjaAppState_build__closure91(), "/settings/group_settings", new A.InvoiceNinjaAppState_build__closure92(), "/settings/group_settings/view", new A.InvoiceNinjaAppState_build__closure93(), "/settings/group_settings/edit", new A.InvoiceNinjaAppState_build__closure94(), "/settings", new A.InvoiceNinjaAppState_build__closure95(), "/reports", new A.InvoiceNinjaAppState_build__closure96(), "/settings/company_details", new A.InvoiceNinjaAppState_build__closure97(), "/settings/user_details", new A.InvoiceNinjaAppState_build__closure98(), "/settings/localization", new A.InvoiceNinjaAppState_build__closure99(), "/settings/payment_settings", new A.InvoiceNinjaAppState_build__closure100(), "/settings/company_gateways", new A.InvoiceNinjaAppState_build__closure101(), "/settings/company_gateways/view", new A.InvoiceNinjaAppState_build__closure102(), "/settings/company_gateways/edit", new A.InvoiceNinjaAppState_build__closure103(), "/settings/tax_settings", new A.InvoiceNinjaAppState_build__closure104(), "/settings/tax_settings_rates", new A.InvoiceNinjaAppState_build__closure105(), "/settings/tax_settings_rates/view", new A.InvoiceNinjaAppState_build__closure106(), "/settings/tax_settings_rates/edit", new A.InvoiceNinjaAppState_build__closure107(), "/settings/product_settings", new A.InvoiceNinjaAppState_build__closure108(), "/settings/expense_settings", new A.InvoiceNinjaAppState_build__closure109(), "/settings/task_settings", new A.InvoiceNinjaAppState_build__closure110(), "/settings/import_export", new A.InvoiceNinjaAppState_build__closure111(), "/settings/device_settings", new A.InvoiceNinjaAppState_build__closure112(), "/settings/account_management", new A.InvoiceNinjaAppState_build__closure113(), "/settings/custom_fields", new A.InvoiceNinjaAppState_build__closure114(), "/settings/generated_numbers", new A.InvoiceNinjaAppState_build__closure115(), "/settings/workflow_settings", new A.InvoiceNinjaAppState_build__closure116(), "/settings/invoice_design", new A.InvoiceNinjaAppState_build__closure117(), "/settings/client_portal", new A.InvoiceNinjaAppState_build__closure118(), "/settings/email_settings", new A.InvoiceNinjaAppState_build__closure119(), "/settings/templates_and_reminders", new A.InvoiceNinjaAppState_build__closure120(), "/settings/credit_cards_and_banks", new A.InvoiceNinjaAppState_build__closure121(), "/settings/data_visualizations", new A.InvoiceNinjaAppState_build__closure122()], t5, t15) : A.LinkedHashMap_LinkedHashMap$_empty(t5, t15); return new A.StyledToast(new A.WebSocketRefresh(new A.WindowManager(new A.MaterialApp(t10, t14, t4, t1, t12, new A.InvoiceNinjaAppState_build__closure123(t2), "Invoice Ninja", t3, locale, t13, t11, false, t9, _null), _null), _null), t7, t8, t6, locale, _null); }, - $signature: 946 + $signature: 942 }; A.InvoiceNinjaAppState_build__closure123.prototype = { call$2(context, child) { @@ -405812,751 +405128,751 @@ child.toString; return A.MediaQuery$(child, t1, null); }, - $signature: 494 + $signature: 597 }; A.InvoiceNinjaAppState_build__closure.prototype = { call$1(locale) { return A.AppLocalization_createLocale(locale); }, - $signature: 947 + $signature: 943 }; A.InvoiceNinjaAppState_build__closure0.prototype = { call$1(context) { return new A.LoginScreen(null); }, - $signature: 905 + $signature: 897 }; A.InvoiceNinjaAppState_build__closure1.prototype = { call$1(context) { return new A.MainScreen(null); }, - $signature: 904 + $signature: 896 }; 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: 948 + $signature: 944 }; A.InvoiceNinjaAppState_build__closure3.prototype = { call$1(context) { return new A.ProductScreenBuilder(null); }, - $signature: 949 + $signature: 945 }; A.InvoiceNinjaAppState_build__closure4.prototype = { call$1(context) { return new A.ProductViewScreen(null); }, - $signature: 950 + $signature: 946 }; A.InvoiceNinjaAppState_build__closure5.prototype = { call$1(context) { return new A.ProductEditScreen(null); }, - $signature: 951 + $signature: 947 }; A.InvoiceNinjaAppState_build__closure6.prototype = { call$1(context) { return new A.ClientScreenBuilder(null); }, - $signature: 952 + $signature: 948 }; A.InvoiceNinjaAppState_build__closure7.prototype = { call$1(context) { return new A.ClientViewScreen(false, false, null); }, - $signature: 953 + $signature: 949 }; A.InvoiceNinjaAppState_build__closure8.prototype = { call$1(context) { return new A.ClientEditScreen(null); }, - $signature: 954 + $signature: 950 }; A.InvoiceNinjaAppState_build__closure9.prototype = { call$1(context) { return new A.ClientPdfScreen(null); }, - $signature: 955 + $signature: 951 }; A.InvoiceNinjaAppState_build__closure10.prototype = { call$1(context) { return new A.InvoiceScreenBuilder(null); }, - $signature: 956 + $signature: 952 }; A.InvoiceNinjaAppState_build__closure11.prototype = { call$1(context) { return new A.InvoiceViewScreen(false, null); }, - $signature: 957 + $signature: 953 }; A.InvoiceNinjaAppState_build__closure12.prototype = { call$1(context) { return new A.InvoiceEditScreen(null); }, - $signature: 958 + $signature: 954 }; A.InvoiceNinjaAppState_build__closure13.prototype = { call$1(context) { return new A.InvoiceEmailScreen(null); }, - $signature: 959 + $signature: 955 }; A.InvoiceNinjaAppState_build__closure14.prototype = { call$1(context) { return new A.InvoicePdfScreen(true, null); }, - $signature: 960 + $signature: 956 }; A.InvoiceNinjaAppState_build__closure15.prototype = { call$1(context) { return new A.DocumentScreenBuilder(null); }, - $signature: 961 + $signature: 957 }; A.InvoiceNinjaAppState_build__closure16.prototype = { call$1(context) { return new A.DocumentViewScreen(null); }, - $signature: 962 + $signature: 958 }; A.InvoiceNinjaAppState_build__closure17.prototype = { call$1(context) { return new A.DocumentEditScreen(null); }, - $signature: 963 + $signature: 959 }; A.InvoiceNinjaAppState_build__closure18.prototype = { call$1(context) { return new A.ExpenseScreenBuilder(null); }, - $signature: 964 + $signature: 960 }; A.InvoiceNinjaAppState_build__closure19.prototype = { call$1(context) { return new A.ExpenseViewScreen(false, null); }, - $signature: 965 + $signature: 961 }; A.InvoiceNinjaAppState_build__closure20.prototype = { call$1(context) { return new A.ExpenseEditScreen(null); }, - $signature: 966 + $signature: 962 }; A.InvoiceNinjaAppState_build__closure21.prototype = { call$1(context) { return new A.VendorScreenBuilder(null); }, - $signature: 967 + $signature: 963 }; A.InvoiceNinjaAppState_build__closure22.prototype = { call$1(context) { return new A.VendorViewScreen(false, false, null); }, - $signature: 968 + $signature: 964 }; A.InvoiceNinjaAppState_build__closure23.prototype = { call$1(context) { return new A.VendorEditScreen(null); }, - $signature: 969 + $signature: 965 }; A.InvoiceNinjaAppState_build__closure24.prototype = { call$1(context) { return new A.TaskScreenBuilder(null); }, - $signature: 970 + $signature: 966 }; A.InvoiceNinjaAppState_build__closure25.prototype = { call$1(context) { return new A.TaskViewScreen(null); }, - $signature: 971 + $signature: 967 }; A.InvoiceNinjaAppState_build__closure26.prototype = { call$1(context) { return new A.TaskEditScreen(null); }, - $signature: 972 + $signature: 968 }; A.InvoiceNinjaAppState_build__closure27.prototype = { call$1(context) { return new A.ProjectScreenBuilder(null); }, - $signature: 973 + $signature: 969 }; A.InvoiceNinjaAppState_build__closure28.prototype = { call$1(context) { return new A.ProjectViewScreen(false, null); }, - $signature: 974 + $signature: 970 }; A.InvoiceNinjaAppState_build__closure29.prototype = { call$1(context) { return new A.ProjectEditScreen(null); }, - $signature: 975 + $signature: 971 }; A.InvoiceNinjaAppState_build__closure30.prototype = { call$1(context) { return new A.PaymentScreenBuilder(null); }, - $signature: 976 + $signature: 972 }; A.InvoiceNinjaAppState_build__closure31.prototype = { call$1(context) { return new A.PaymentViewScreen(false, null); }, - $signature: 977 + $signature: 973 }; A.InvoiceNinjaAppState_build__closure32.prototype = { call$1(context) { return new A.PaymentEditScreen(null); }, - $signature: 903 + $signature: 895 }; A.InvoiceNinjaAppState_build__closure33.prototype = { call$1(context) { return new A.PaymentRefundScreen(null); }, - $signature: 901 + $signature: 894 }; A.InvoiceNinjaAppState_build__closure34.prototype = { call$1(context) { return new A.QuoteScreenBuilder(null); }, - $signature: 980 + $signature: 976 }; A.InvoiceNinjaAppState_build__closure35.prototype = { call$1(context) { return new A.QuoteViewScreen(false, null); }, - $signature: 981 + $signature: 977 }; A.InvoiceNinjaAppState_build__closure36.prototype = { call$1(context) { return new A.QuoteEditScreen(null); }, - $signature: 982 + $signature: 978 }; A.InvoiceNinjaAppState_build__closure37.prototype = { call$1(context) { return new A.QuoteEmailScreen(null); }, - $signature: 983 + $signature: 979 }; A.InvoiceNinjaAppState_build__closure38.prototype = { call$1(context) { return new A.QuotePdfScreen(true, null); }, - $signature: 984 + $signature: 980 }; A.InvoiceNinjaAppState_build__closure39.prototype = { call$1(context) { return new A.ScheduleScreenBuilder(null); }, - $signature: 985 + $signature: 981 }; A.InvoiceNinjaAppState_build__closure40.prototype = { call$1(context) { return new A.ScheduleViewScreen(null); }, - $signature: 986 + $signature: 982 }; A.InvoiceNinjaAppState_build__closure41.prototype = { call$1(context) { return new A.ScheduleEditScreen(null); }, - $signature: 987 + $signature: 983 }; A.InvoiceNinjaAppState_build__closure42.prototype = { call$1(context) { return new A.TransactionRuleScreenBuilder(null); }, - $signature: 988 + $signature: 984 }; A.InvoiceNinjaAppState_build__closure43.prototype = { call$1(context) { return new A.TransactionRuleViewScreen(false, null); }, - $signature: 989 + $signature: 985 }; A.InvoiceNinjaAppState_build__closure44.prototype = { call$1(context) { return new A.TransactionRuleEditScreen(null); }, - $signature: 990 + $signature: 986 }; A.InvoiceNinjaAppState_build__closure45.prototype = { call$1(context) { return new A.TransactionScreenBuilder(null); }, - $signature: 991 + $signature: 987 }; A.InvoiceNinjaAppState_build__closure46.prototype = { call$1(context) { return new A.TransactionViewScreen(false, null); }, - $signature: 992 + $signature: 988 }; A.InvoiceNinjaAppState_build__closure47.prototype = { call$1(context) { return new A.TransactionEditScreen(null); }, - $signature: 993 + $signature: 989 }; A.InvoiceNinjaAppState_build__closure48.prototype = { call$1(context) { return new A.BankAccountScreenBuilder(null); }, - $signature: 994 + $signature: 990 }; A.InvoiceNinjaAppState_build__closure49.prototype = { call$1(context) { return new A.BankAccountViewScreen(false, null); }, - $signature: 995 + $signature: 991 }; A.InvoiceNinjaAppState_build__closure50.prototype = { call$1(context) { return new A.BankAccountEditScreen(null); }, - $signature: 996 + $signature: 992 }; A.InvoiceNinjaAppState_build__closure51.prototype = { call$1(context) { return new A.PurchaseOrderScreenBuilder(null); }, - $signature: 997 + $signature: 993 }; A.InvoiceNinjaAppState_build__closure52.prototype = { call$1(context) { return new A.PurchaseOrderViewScreen(false, null); }, - $signature: 998 + $signature: 994 }; A.InvoiceNinjaAppState_build__closure53.prototype = { call$1(context) { return new A.PurchaseOrderEditScreen(null); }, - $signature: 999 + $signature: 995 }; A.InvoiceNinjaAppState_build__closure54.prototype = { call$1(context) { return new A.PurchaseOrderEmailScreen(null); }, - $signature: 1000 + $signature: 996 }; A.InvoiceNinjaAppState_build__closure55.prototype = { call$1(context) { return new A.PurchaseOrderPdfScreen(true, null); }, - $signature: 1001 + $signature: 997 }; A.InvoiceNinjaAppState_build__closure56.prototype = { call$1(context) { return new A.RecurringExpenseScreenBuilder(null); }, - $signature: 1002 + $signature: 998 }; A.InvoiceNinjaAppState_build__closure57.prototype = { call$1(context) { return new A.RecurringExpenseViewScreen(false, null); }, - $signature: 1003 + $signature: 999 }; A.InvoiceNinjaAppState_build__closure58.prototype = { call$1(context) { return new A.RecurringExpenseEditScreen(null); }, - $signature: 1004 + $signature: 1000 }; A.InvoiceNinjaAppState_build__closure59.prototype = { call$1(context) { return new A.SubscriptionScreenBuilder(null); }, - $signature: 1005 + $signature: 1001 }; A.InvoiceNinjaAppState_build__closure60.prototype = { call$1(context) { return new A.SubscriptionViewScreen(false, null); }, - $signature: 1006 + $signature: 1002 }; A.InvoiceNinjaAppState_build__closure61.prototype = { call$1(context) { return new A.SubscriptionEditScreen(null); }, - $signature: 1007 + $signature: 1003 }; A.InvoiceNinjaAppState_build__closure62.prototype = { call$1(context) { return new A.TaskStatusScreenBuilder(null); }, - $signature: 1008 + $signature: 1004 }; A.InvoiceNinjaAppState_build__closure63.prototype = { call$1(context) { return new A.TaskStatusViewScreen(false, null); }, - $signature: 1009 + $signature: 1005 }; A.InvoiceNinjaAppState_build__closure64.prototype = { call$1(context) { return new A.TaskStatusEditScreen(null); }, - $signature: 1010 + $signature: 1006 }; A.InvoiceNinjaAppState_build__closure65.prototype = { call$1(context) { return new A.ExpenseCategoryScreenBuilder(null); }, - $signature: 1011 + $signature: 1007 }; A.InvoiceNinjaAppState_build__closure66.prototype = { call$1(context) { return new A.ExpenseCategoryViewScreen(false, null); }, - $signature: 1012 + $signature: 1008 }; A.InvoiceNinjaAppState_build__closure67.prototype = { call$1(context) { return new A.ExpenseCategoryEditScreen(null); }, - $signature: 1013 + $signature: 1009 }; A.InvoiceNinjaAppState_build__closure68.prototype = { call$1(context) { return new A.RecurringInvoiceScreenBuilder(null); }, - $signature: 1014 + $signature: 1010 }; A.InvoiceNinjaAppState_build__closure69.prototype = { call$1(context) { return new A.RecurringInvoiceViewScreen(false, null); }, - $signature: 1015 + $signature: 1011 }; A.InvoiceNinjaAppState_build__closure70.prototype = { call$1(context) { return new A.RecurringInvoiceEditScreen(null); }, - $signature: 1016 + $signature: 1012 }; A.InvoiceNinjaAppState_build__closure71.prototype = { call$1(context) { return new A.RecurringInvoicePdfScreen(null); }, - $signature: 1017 + $signature: 1013 }; A.InvoiceNinjaAppState_build__closure72.prototype = { call$1(context) { return new A.WebhookScreenBuilder(null); }, - $signature: 1018 + $signature: 1014 }; A.InvoiceNinjaAppState_build__closure73.prototype = { call$1(context) { return new A.WebhookViewScreen(null); }, - $signature: 1019 + $signature: 1015 }; A.InvoiceNinjaAppState_build__closure74.prototype = { call$1(context) { return new A.WebhookEditScreen(null); }, - $signature: 1020 + $signature: 1016 }; A.InvoiceNinjaAppState_build__closure75.prototype = { call$1(context) { return new A.TokenScreenBuilder(null); }, - $signature: 1021 + $signature: 1017 }; A.InvoiceNinjaAppState_build__closure76.prototype = { call$1(context) { return new A.TokenViewScreen(null); }, - $signature: 1022 + $signature: 1018 }; A.InvoiceNinjaAppState_build__closure77.prototype = { call$1(context) { return new A.TokenEditScreen(null); }, - $signature: 1023 + $signature: 1019 }; A.InvoiceNinjaAppState_build__closure78.prototype = { call$1(context) { return new A.PaymentTermScreenBuilder(null); }, - $signature: 1024 + $signature: 1020 }; A.InvoiceNinjaAppState_build__closure79.prototype = { call$1(context) { return new A.PaymentTermEditScreen(null); }, - $signature: 1025 + $signature: 1021 }; A.InvoiceNinjaAppState_build__closure80.prototype = { call$1(context) { return new A.PaymentTermViewScreen(null); }, - $signature: 1026 + $signature: 1022 }; A.InvoiceNinjaAppState_build__closure81.prototype = { call$1(context) { return new A.DesignScreenBuilder(null); }, - $signature: 1027 + $signature: 1023 }; A.InvoiceNinjaAppState_build__closure82.prototype = { call$1(context) { return new A.DesignViewScreen(false, null); }, - $signature: 1028 + $signature: 1024 }; A.InvoiceNinjaAppState_build__closure83.prototype = { call$1(context) { return new A.DesignEditScreen(null); }, - $signature: 1029 + $signature: 1025 }; A.InvoiceNinjaAppState_build__closure84.prototype = { call$1(context) { return new A.CreditScreenBuilder(null); }, - $signature: 1030 + $signature: 1026 }; A.InvoiceNinjaAppState_build__closure85.prototype = { call$1(context) { return new A.CreditViewScreen(false, null); }, - $signature: 1031 + $signature: 1027 }; A.InvoiceNinjaAppState_build__closure86.prototype = { call$1(context) { return new A.CreditEditScreen(null); }, - $signature: 1032 + $signature: 1028 }; A.InvoiceNinjaAppState_build__closure87.prototype = { call$1(context) { return new A.CreditEmailScreen(null); }, - $signature: 1033 + $signature: 1029 }; A.InvoiceNinjaAppState_build__closure88.prototype = { call$1(context) { return new A.CreditPdfScreen(true, null); }, - $signature: 1034 + $signature: 1030 }; A.InvoiceNinjaAppState_build__closure89.prototype = { call$1(context) { return new A.UserScreenBuilder(null); }, - $signature: 1035 + $signature: 1031 }; A.InvoiceNinjaAppState_build__closure90.prototype = { call$1(context) { return new A.UserViewScreen(false, null); }, - $signature: 1036 + $signature: 1032 }; A.InvoiceNinjaAppState_build__closure91.prototype = { call$1(context) { return new A.UserEditScreen(null); }, - $signature: 1037 + $signature: 1033 }; A.InvoiceNinjaAppState_build__closure92.prototype = { call$1(context) { return new A.GroupScreenBuilder(null); }, - $signature: 1038 + $signature: 1034 }; A.InvoiceNinjaAppState_build__closure93.prototype = { call$1(context) { return new A.GroupViewScreen(false, null); }, - $signature: 1039 + $signature: 1035 }; A.InvoiceNinjaAppState_build__closure94.prototype = { call$1(context) { return new A.GroupEditScreen(null); }, - $signature: 1040 + $signature: 1036 }; A.InvoiceNinjaAppState_build__closure95.prototype = { call$1(context) { return new A.SettingsScreenBuilder(null); }, - $signature: 1041 + $signature: 1037 }; A.InvoiceNinjaAppState_build__closure96.prototype = { call$1(context) { return new A.ReportsScreenBuilder(null); }, - $signature: 1042 + $signature: 1038 }; A.InvoiceNinjaAppState_build__closure97.prototype = { call$1(context) { return new A.CompanyDetailsScreen(null); }, - $signature: 1043 + $signature: 1039 }; A.InvoiceNinjaAppState_build__closure98.prototype = { call$1(context) { return new A.UserDetailsScreen(null); }, - $signature: 1044 + $signature: 1040 }; A.InvoiceNinjaAppState_build__closure99.prototype = { call$1(context) { return new A.LocalizationScreen(null); }, - $signature: 1045 + $signature: 1041 }; A.InvoiceNinjaAppState_build__closure100.prototype = { call$1(context) { return new A.PaymentsSettingsScreen(null); }, - $signature: 1046 + $signature: 1042 }; A.InvoiceNinjaAppState_build__closure101.prototype = { call$1(context) { return new A.CompanyGatewayScreenBuilder(null); }, - $signature: 1047 + $signature: 1043 }; A.InvoiceNinjaAppState_build__closure102.prototype = { call$1(context) { return new A.CompanyGatewayViewScreen(false, null); }, - $signature: 1048 + $signature: 1044 }; A.InvoiceNinjaAppState_build__closure103.prototype = { call$1(context) { return new A.CompanyGatewayEditScreen(null); }, - $signature: 1049 + $signature: 1045 }; A.InvoiceNinjaAppState_build__closure104.prototype = { call$1(context) { return new A.TaxSettingsScreen(null); }, - $signature: 1050 + $signature: 1046 }; A.InvoiceNinjaAppState_build__closure105.prototype = { call$1(context) { return new A.TaxRateScreenBuilder(null); }, - $signature: 1051 + $signature: 1047 }; A.InvoiceNinjaAppState_build__closure106.prototype = { call$1(context) { return new A.TaxRateViewScreen(null); }, - $signature: 1052 + $signature: 1048 }; A.InvoiceNinjaAppState_build__closure107.prototype = { call$1(context) { return new A.TaxRateEditScreen(null); }, - $signature: 1053 + $signature: 1049 }; A.InvoiceNinjaAppState_build__closure108.prototype = { call$1(context) { return new A.ProductSettingsScreen(null); }, - $signature: 1054 + $signature: 1050 }; A.InvoiceNinjaAppState_build__closure109.prototype = { call$1(context) { return new A.ExpenseSettingsScreen(null); }, - $signature: 1055 + $signature: 1051 }; A.InvoiceNinjaAppState_build__closure110.prototype = { call$1(context) { return new A.TaskSettingsScreen(null); }, - $signature: 1056 + $signature: 1052 }; A.InvoiceNinjaAppState_build__closure111.prototype = { call$1(context) { return new A.ImportExportScreen(null); }, - $signature: 1057 + $signature: 1053 }; A.InvoiceNinjaAppState_build__closure112.prototype = { call$1(context) { return new A.DeviceSettingsScreen(null); }, - $signature: 1058 + $signature: 1054 }; A.InvoiceNinjaAppState_build__closure113.prototype = { call$1(context) { return new A.AccountManagementScreen(null); }, - $signature: 1059 + $signature: 1055 }; A.InvoiceNinjaAppState_build__closure114.prototype = { call$1(context) { return new A.CustomFieldsScreen(null); }, - $signature: 1060 + $signature: 1056 }; A.InvoiceNinjaAppState_build__closure115.prototype = { call$1(context) { return new A.GeneratedNumbersScreen(null); }, - $signature: 1061 + $signature: 1057 }; A.InvoiceNinjaAppState_build__closure116.prototype = { call$1(context) { return new A.WorkflowSettingsScreen(null); }, - $signature: 1062 + $signature: 1058 }; A.InvoiceNinjaAppState_build__closure117.prototype = { call$1(context) { return new A.InvoiceDesignScreen(null); }, - $signature: 1063 + $signature: 1059 }; A.InvoiceNinjaAppState_build__closure118.prototype = { call$1(context) { return new A.ClientPortalScreen(null); }, - $signature: 1064 + $signature: 1060 }; A.InvoiceNinjaAppState_build__closure119.prototype = { call$1(context) { return new A.EmailSettingsScreen(null); }, - $signature: 1065 + $signature: 1061 }; A.InvoiceNinjaAppState_build__closure120.prototype = { call$1(context) { return new A.TemplatesAndRemindersScreen(null); }, - $signature: 1066 + $signature: 1062 }; A.InvoiceNinjaAppState_build__closure121.prototype = { call$1(context) { return new A.CreditCardsAndBanksScreen(null); }, - $signature: 1067 + $signature: 1063 }; A.InvoiceNinjaAppState_build__closure122.prototype = { call$1(context) { return new A.DataVisualizationsScreen(null); }, - $signature: 1068 + $signature: 1064 }; A.MyCustomScrollBehavior.prototype = { get$dragDevices() { @@ -407042,7 +406358,7 @@ var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.isModuleEnabled$1(entityType); }, - $signature: 236 + $signature: 249 }; A.createEntityByType_closure.prototype = { call$0() { @@ -407758,7 +407074,7 @@ t1.toString; return new A.MessageDialog(t3, t1, null, null, new A.checkForChanges__closure(this.store, this.callback), null); }, - $signature: 383 + $signature: 421 }; A.checkForChanges__closure.prototype = { call$0() { @@ -407973,7 +407289,7 @@ b.get$_ui_state$_$this()._currentRoute = this.state.uiState.currentRoute; return b; }, - $signature: 899 + $signature: 892 }; A._createLoadState__closure0.prototype = { call$1(b) { @@ -407997,7 +407313,7 @@ b.get$userCompanyStates().replace$1(0, this.companyStates); return b; }, - $signature: 338 + $signature: 285 }; A._createLoadState__closure1.prototype = { call$1(_) { @@ -408128,7 +407444,7 @@ call$1(prefs) { return prefs._setValue$3("String", "shared_prefs", B.C_JsonCodec.encode$1(this.string)); }, - $signature: 1075 + $signature: 1071 }; A._createAccountLoaded_closure.prototype = { call$3(store, dynamicAction, next) { @@ -408431,7 +407747,7 @@ call$1(repo) { return repo.delete$0(0); }, - $signature: 898 + $signature: 890 }; A._createViewMainScreen_closure.prototype = { call$3(store, dynamicAction, next) { @@ -408495,7 +407811,7 @@ call$1(repo) { return repo.delete$0(0); }, - $signature: 898 + $signature: 890 }; A.appReducer_closure.prototype = { call$1(b) { @@ -408507,7 +407823,7 @@ b.get$_$this()._isTesting = t2.isTesting; return b; }, - $signature: 338 + $signature: 285 }; A.appReducer__closure.prototype = { call$1(b) { @@ -408515,7 +407831,7 @@ b.get$_auth_state$_$this()._lastEnteredPasswordAt = 0; return b; }, - $signature: 185 + $signature: 171 }; A.appReducer_closure0.prototype = { call$1(b) { @@ -408523,7 +407839,7 @@ b.get$_$this()._isSaving = false; return b; }, - $signature: 338 + $signature: 285 }; A.appReducer_closure1.prototype = { call$1(b) { @@ -408535,7 +407851,7 @@ t1.get$_safeList()[t3] = t2; return b; }, - $signature: 338 + $signature: 285 }; A.appReducer_closure2.prototype = { call$1(b) { @@ -408575,169 +407891,169 @@ t4._pref_state$_$v = t5; return b; }, - $signature: 338 + $signature: 285 }; A.lastErrorReducer_closure.prototype = { call$2(state, action) { return ""; }, - $signature: 1078 + $signature: 1074 }; A.lastErrorReducer_closure0.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1079 + $signature: 1075 }; A.lastErrorReducer_closure1.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1080 + $signature: 1076 }; A.lastErrorReducer_closure2.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1081 + $signature: 1077 }; A.lastErrorReducer_closure3.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1082 + $signature: 1078 }; A.lastErrorReducer_closure4.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1083 + $signature: 1079 }; A.lastErrorReducer_closure5.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1084 + $signature: 1080 }; A.lastErrorReducer_closure6.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1085 + $signature: 1081 }; A.lastErrorReducer_closure7.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1086 + $signature: 1082 }; A.lastErrorReducer_closure8.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1087 + $signature: 1083 }; A.lastErrorReducer_closure9.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1088 + $signature: 1084 }; A.lastErrorReducer_closure10.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1089 + $signature: 1085 }; A.lastErrorReducer_closure11.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1090 + $signature: 1086 }; A.lastErrorReducer_closure12.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1091 + $signature: 1087 }; A.lastErrorReducer_closure13.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1092 + $signature: 1088 }; A.lastErrorReducer_closure14.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1093 + $signature: 1089 }; A.lastErrorReducer_closure15.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1094 + $signature: 1090 }; A.lastErrorReducer_closure16.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1095 + $signature: 1091 }; A.lastErrorReducer_closure17.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1096 + $signature: 1092 }; A.lastErrorReducer_closure18.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1097 + $signature: 1093 }; A.lastErrorReducer_closure19.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1098 + $signature: 1094 }; A.lastErrorReducer_closure20.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1099 + $signature: 1095 }; A.lastErrorReducer_closure21.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1100 + $signature: 1096 }; A.lastErrorReducer_closure22.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1101 + $signature: 1097 }; A.lastErrorReducer_closure23.prototype = { call$2(state, action) { return action.error; }, - $signature: 1102 + $signature: 1098 }; A.dismissedNativeWarningReducer_closure.prototype = { call$2(state, action) { return true; }, - $signature: 1103 + $signature: 1099 }; A.dismissedNativeWarningReducer_closure0.prototype = { call$2(state, action) { return true; }, - $signature: 897 + $signature: 888 }; A.AppState.prototype = { get$company() { @@ -409260,13 +408576,13 @@ call$1(index) { return A.UserCompanyState_UserCompanyState(this.reportErrors); }, - $signature: 1105 + $signature: 1101 }; A.AppState_companies_closure.prototype = { call$1(company) { return company.id.length !== 0; }, - $signature: 896 + $signature: 887 }; A.AppState_historyList_closure.prototype = { call$1($history) { @@ -409279,19 +408595,19 @@ } return true; }, - $signature: 895 + $signature: 886 }; A.AppState_getEntityMap_closure.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 228 + $signature: 208 }; A.AppState_getEntityMap_closure0.prototype = { call$1(item) { return item; }, - $signature: 1109 + $signature: 1105 }; A.Credentials.prototype = { get$token() { @@ -409695,7 +409011,7 @@ t1[0].call$1(new A.UserLogoutAllSuccess()); t1[0].call$1(new A.UserLogout()); }, - $signature: 8 + $signature: 7 }; A._createUserLogoutAll__closure0.prototype = { call$1(error) { @@ -409727,7 +409043,7 @@ t2[0].call$1(new A.LoadAccountSuccess(t1.completer, data)); t2[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 235 + $signature: 250 }; A._createLoginRequest__closure0.prototype = { call$1(error) { @@ -409764,7 +409080,7 @@ t1[0].call$1(new A.LoadAccountSuccess(this.action.completer, data)); t1[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 235 + $signature: 250 }; A._createSignUpRequest__closure0.prototype = { call$1(error) { @@ -409799,7 +409115,7 @@ t2[0].call$1(new A.LoadAccountSuccess(t1.completer, data)); t2[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 235 + $signature: 250 }; A._createOAuthLoginRequest__closure0.prototype = { call$1(error) { @@ -409836,7 +409152,7 @@ t1[0].call$1(new A.LoadAccountSuccess(this.action.completer, data)); t1[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 235 + $signature: 250 }; A._createOAuthSignUpRequest__closure0.prototype = { call$1(error) { @@ -409958,13 +409274,13 @@ t1 = $.$get$navigatorKey(); $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).findAncestorStateOfType$1$0(type$.AppBuilderState).rebuild$0(); }, - $signature: 235 + $signature: 250 }; A._createRefreshRequest___closure.prototype = { call$1(userCompany) { B.JSArray_methods.forEach$1(this.state.userCompanyStates._list$_list, new A._createRefreshRequest____closure(this._box_0, userCompany)); }, - $signature: 1112 + $signature: 1109 }; A._createRefreshRequest____closure.prototype = { call$1(userCompanyState) { @@ -409976,7 +409292,7 @@ this._box_0.permissionsWereChanged = true; } }, - $signature: 1113 + $signature: 1110 }; A._createRefreshRequest__closure0.prototype = { call$1(error) { @@ -410016,7 +409332,7 @@ t1[0].call$1(new A.RecoverPasswordSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 235 + $signature: 250 }; A._createRecoverRequest__closure0.prototype = { call$1(error) { @@ -410070,7 +409386,7 @@ t3.then$1$1(0, new A._createCompany___closure(t1, this.state, this.action), type$.Null); t2[0].call$1(new A.RefreshData(new A._AsyncCompleter(t3, type$._AsyncCompleter_Null), false, false, true)); }, - $signature: 8 + $signature: 7 }; A._createCompany___closure.prototype = { call$1(_) { @@ -410121,7 +409437,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, true)); this.action.completer.complete$0(0); }, - $signature: 104 + $signature: 103 }; A._setDefaultCompany__closure0.prototype = { call$1(error) { @@ -410170,7 +409486,7 @@ t1[0].call$1(new A.DeleteCompanySuccess()); this.action.completer.complete$1(0, null); }, - $signature: 8 + $signature: 7 }; A._deleteCompany__closure0.prototype = { call$1(error) { @@ -410221,7 +409537,7 @@ t2.then$1$1(0, new A._purgeData___closure(this.action), type$.Null); t1[0].call$1(new A.RefreshData(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), true, false, false)); }, - $signature: 8 + $signature: 7 }; A._purgeData___closure.prototype = { call$1(_) { @@ -410274,7 +409590,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.ResendConfirmationSuccess()); }, - $signature: 8 + $signature: 7 }; A._resendConfirmation__closure0.prototype = { call$1(error) { @@ -410290,7 +409606,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 185 + $signature: 171 }; A.userSignUpRequestReducer_closure.prototype = { call$1(b) { @@ -410298,7 +409614,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 185 + $signature: 171 }; A.userLoginRequestReducer_closure.prototype = { call$1(b) { @@ -410308,7 +409624,7 @@ b.get$_auth_state$_$this()._auth_state$_email = t1.email; return b; }, - $signature: 185 + $signature: 171 }; A.oauthLoginRequestReducer_closure.prototype = { call$1(b) { @@ -410316,7 +409632,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 185 + $signature: 171 }; A.oauthSignUpRequestReducer_closure.prototype = { call$1(b) { @@ -410324,14 +409640,14 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 185 + $signature: 171 }; A.userLoginSuccessReducer_closure.prototype = { call$1(b) { b.get$_auth_state$_$this()._isAuthenticated = true; return b; }, - $signature: 185 + $signature: 171 }; A.userVerifiedPasswordReducer_closure.prototype = { call$1(b) { @@ -410339,14 +409655,14 @@ b.get$_auth_state$_$this()._lastEnteredPasswordAt = t1; return b; }, - $signature: 185 + $signature: 171 }; A.userUnverifiedPasswordReducer_closure.prototype = { call$1(b) { b.get$_auth_state$_$this()._lastEnteredPasswordAt = 0; return b; }, - $signature: 185 + $signature: 171 }; A.AuthState.prototype = { get$isHosted() { @@ -410605,14 +409921,14 @@ call$1(bankAccount) { return bankAccount.get$id(bankAccount); }, - $signature: 51 + $signature: 50 }; A.handleBankAccountAction_closure0.prototype = { call$1(b) { b.get$_transaction_model$_$this()._bankAccountId = this.bankAccount.id; return b; }, - $signature: 135 + $signature: 134 }; A._editBankAccount_closure.prototype = { call$3(store, dynamicAction, next) { @@ -410714,7 +410030,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].bankAccountState.map._map$_map.$index(0, id); }, - $signature: 407 + $signature: 427 }; A._archiveBankAccount__closure0.prototype = { call$1(bankAccounts) { @@ -410723,7 +410039,7 @@ t1[0].call$1(new A.ArchiveBankAccountsSuccess(bankAccounts)); this.action.completer.complete$1(0, null); }, - $signature: 482 + $signature: 452 }; A._archiveBankAccount__closure1.prototype = { call$1(error) { @@ -410758,7 +410074,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].bankAccountState.map._map$_map.$index(0, id); }, - $signature: 407 + $signature: 427 }; A._deleteBankAccount__closure0.prototype = { call$1(bankAccounts) { @@ -410767,7 +410083,7 @@ t1[0].call$1(new A.DeleteBankAccountsSuccess(bankAccounts)); this.action.completer.complete$1(0, null); }, - $signature: 482 + $signature: 452 }; A._deleteBankAccount__closure1.prototype = { call$1(error) { @@ -410802,7 +410118,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].bankAccountState.map._map$_map.$index(0, id); }, - $signature: 407 + $signature: 427 }; A._restoreBankAccount__closure0.prototype = { call$1(bankAccounts) { @@ -410811,7 +410127,7 @@ t1[0].call$1(new A.RestoreBankAccountsSuccess(bankAccounts)); this.action.completer.complete$1(0, null); }, - $signature: 482 + $signature: 452 }; A._restoreBankAccount__closure1.prototype = { call$1(error) { @@ -410854,7 +410170,7 @@ } t1.completer.complete$1(0, bankAccount); }, - $signature: 347 + $signature: 407 }; A._saveBankAccount__closure0.prototype = { call$1(error) { @@ -410890,7 +410206,7 @@ t1[0].call$1(new A.LoadBankAccountSuccess(bankAccount)); this.action.completer.complete$1(0, null); }, - $signature: 347 + $signature: 407 }; A._loadBankAccount__closure0.prototype = { call$1(error) { @@ -410928,7 +410244,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1118 + $signature: 1115 }; A._loadBankAccounts__closure0.prototype = { call$1(error) { @@ -410964,151 +410280,151 @@ b.get$_bank_account_state$_$this()._bank_account_state$_tabIndex = t3; return b; }, - $signature: 1119 + $signature: 1116 }; A.forceSelectedReducer_closure176.prototype = { call$2(completer, action) { return true; }, - $signature: 1120 + $signature: 1117 }; A.forceSelectedReducer_closure177.prototype = { call$2(completer, action) { return false; }, - $signature: 1121 + $signature: 1118 }; A.forceSelectedReducer_closure178.prototype = { call$2(completer, action) { return false; }, - $signature: 1122 + $signature: 1119 }; A.forceSelectedReducer_closure179.prototype = { call$2(completer, action) { return false; }, - $signature: 1123 + $signature: 1120 }; A.forceSelectedReducer_closure180.prototype = { call$2(completer, action) { return false; }, - $signature: 1124 + $signature: 1121 }; A.forceSelectedReducer_closure181.prototype = { call$2(completer, action) { return false; }, - $signature: 1125 + $signature: 1122 }; A.forceSelectedReducer_closure182.prototype = { call$2(completer, action) { return false; }, - $signature: 1126 + $signature: 1123 }; A.forceSelectedReducer_closure183.prototype = { call$2(completer, action) { return false; }, - $signature: 1127 + $signature: 1124 }; A.tabIndexReducer_closure21.prototype = { call$2(completer, action) { return action.get$tabIndex(action); }, - $signature: 1128 + $signature: 1125 }; A.tabIndexReducer_closure22.prototype = { call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 97 }; A.selectedIdReducer_closure338.prototype = { call$2(completer, action) { return ""; }, - $signature: 1130 + $signature: 1127 }; A.selectedIdReducer_closure339.prototype = { call$2(completer, action) { return ""; }, - $signature: 1131 + $signature: 1128 }; A.selectedIdReducer_closure340.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_bankAccount ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure341.prototype = { call$2(selectedId, action) { return action.get$bankAccountId(); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure342.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$bankAccount()); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure343.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure344.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure345.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1136 + $signature: 1133 }; A.selectedIdReducer_closure346.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1137 + $signature: 1134 }; A.selectedIdReducer_closure347.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1138 + $signature: 1135 }; A.selectedIdReducer_closure348.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1139 + $signature: 1136 }; A.selectedIdReducer_closure349.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1140 + $signature: 1137 }; A.selectedIdReducer_closure350.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1141 + $signature: 1138 }; A.selectedIdReducer_closure351.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1142 + $signature: 1139 }; A.selectedIdReducer_closure352.prototype = { call$2(selectedId, action) { @@ -411127,38 +410443,38 @@ call$2(bankAccount, action) { return action.bankAccount.rebuild$1(new A.editingReducer__closure45()); }, - $signature: 1144 + $signature: 1141 }; A.editingReducer__closure45.prototype = { call$1(b) { b.get$_bank_account_model$_$this()._bank_account_model$_isChanged = true; return b; }, - $signature: 237 + $signature: 252 }; A.editingReducer_closure115.prototype = { call$2(bankAccounts, action) { return J.$index$asx(action.bankAccounts, 0); }, - $signature: 1146 + $signature: 1143 }; A.editingReducer_closure116.prototype = { call$2(bankAccounts, action) { return J.$index$asx(action.bankAccounts, 0); }, - $signature: 1147 + $signature: 1144 }; A.editingReducer_closure117.prototype = { call$2(bankAccounts, action) { return J.$index$asx(action.bankAccounts, 0); }, - $signature: 1148 + $signature: 1145 }; A.bankAccountListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.bankAccountListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.bankAccountListReducer__closure.prototype = { call$1(b) { @@ -411311,7 +410627,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 583 + $signature: 504 }; A._deleteBankAccountSuccess_closure.prototype = { call$1(b) { @@ -411333,7 +410649,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 583 + $signature: 504 }; A._restoreBankAccountSuccess_closure.prototype = { call$1(b) { @@ -411355,7 +410671,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 583 + $signature: 504 }; A._addBankAccount_closure.prototype = { call$1(b) { @@ -411367,7 +410683,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 434 + $signature: 406 }; A._updateBankAccount_closure.prototype = { call$1(b) { @@ -411375,7 +410691,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 434 + $signature: 406 }; A._setLoadedBankAccount_closure.prototype = { call$1(b) { @@ -411383,13 +410699,13 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 434 + $signature: 406 }; A.memoizedDropdownBankAccountList_closure.prototype = { call$5(bankAccountMap, bankAccountList, staticState, userMap, bankAccountId) { return A.dropdownBankAccountsSelector(bankAccountMap, bankAccountList, staticState, userMap, bankAccountId); }, - $signature: 1153 + $signature: 1150 }; A.dropdownBankAccountsSelector_closure.prototype = { call$1(bankAccountId) { @@ -411425,7 +410741,7 @@ call$4(selectionState, bankAccountMap, bankAccountList, bankAccountListState) { return A.filteredBankAccountsSelector(selectionState, bankAccountMap, bankAccountList, bankAccountListState); }, - $signature: 1154 + $signature: 1151 }; A.filteredBankAccountsSelector_closure.prototype = { call$1(bankAccountId) { @@ -411472,13 +410788,13 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.BankAccountState_loadBankAccounts_closure1.prototype = { call$1(item) { return item; }, - $signature: 1155 + $signature: 1152 }; A.BankAccountState_loadBankAccounts_closure.prototype = { call$1(b) { @@ -411493,7 +410809,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 434 + $signature: 406 }; A.BankAccountUIState.prototype = { get$isCreatingNew() { @@ -412017,7 +411333,7 @@ call$1(client) { return client.get$id(client); }, - $signature: 51 + $signature: 50 }; A.handleClientAction_closure0.prototype = { call$1(b) { @@ -412030,20 +411346,20 @@ call$1(b) { return b.get$_payment_model$_$this()._payment_model$_clientId = this.client.id; }, - $signature: 891 + $signature: 873 }; A.handleClientAction_closure2.prototype = { call$1(b) { return b.get$_project_model$_$this()._project_model$_clientId = this.client.id; }, - $signature: 890 + $signature: 872 }; A.handleClientAction_closure3.prototype = { call$1(_) { var _this = this; A.passwordCallback(true, new A.handleClientAction__closure(_this.store, _this.localization, _this.client), _this.context, false); }, - $signature: 28 + $signature: 27 }; A.handleClientAction__closure.prototype = { call$2(password, idToken) { @@ -412076,7 +411392,7 @@ call$1(context) { return new A._MergClientPicker(this.client, null); }, - $signature: 1160 + $signature: 1157 }; A.StartClientMultiselect.prototype = {}; A.AddToClientMultiselect.prototype = {}; @@ -412136,7 +411452,7 @@ var t1 = this.$this; return t1.setState$1(new A.__MergClientPickerState_build__closure0(t1, client)); }, - $signature: 354 + $signature: 405 }; A.__MergClientPickerState_build__closure0.prototype = { call$0() { @@ -412285,7 +411601,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].clientState.map._map$_map.$index(0, id); }, - $signature: 588 + $signature: 557 }; A._archiveClient__closure0.prototype = { call$1(clients) { @@ -412294,7 +411610,7 @@ t1[0].call$1(new A.ArchiveClientsSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 495 + $signature: 566 }; A._archiveClient__closure1.prototype = { call$1(error) { @@ -412329,7 +411645,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, null); }, - $signature: 334 + $signature: 287 }; A._mergeClients__closure0.prototype = { call$1(error) { @@ -412364,7 +411680,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].clientState.map._map$_map.$index(0, id); }, - $signature: 588 + $signature: 557 }; A._deleteClient__closure0.prototype = { call$1(clients) { @@ -412373,7 +411689,7 @@ t1[0].call$1(new A.DeleteClientsSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 495 + $signature: 566 }; A._deleteClient__closure1.prototype = { call$1(error) { @@ -412442,7 +411758,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].clientState.map._map$_map.$index(0, id); }, - $signature: 588 + $signature: 557 }; A._restoreClient__closure0.prototype = { call$1(clients) { @@ -412451,7 +411767,7 @@ t1[0].call$1(new A.RestoreClientSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 495 + $signature: 566 }; A._restoreClient__closure1.prototype = { call$1(error) { @@ -412497,7 +411813,7 @@ if (t1 != null) t1.complete$1(0, client); }, - $signature: 334 + $signature: 287 }; A._saveClient__closure0.prototype = { call$1(error) { @@ -412535,7 +411851,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 334 + $signature: 287 }; A._loadClient__closure0.prototype = { call$1(error) { @@ -412582,19 +411898,19 @@ } else t1[0].call$1(new A.LoadProducts(null, 1)); }, - $signature: 1165 + $signature: 1162 }; A._loadClients___closure.prototype = { call$1(client) { B.JSArray_methods.forEach$1(client.documents._list$_list, new A._loadClients____closure(this.documents, client)); }, - $signature: 886 + $signature: 844 }; A._loadClients____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadClients_____closure(this.client))); }, - $signature: 40 + $signature: 39 }; A._loadClients_____closure.prototype = { call$1(b) { @@ -412645,13 +411961,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 334 + $signature: 287 }; A._saveDocument___closure11.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure11(this.client))); }, - $signature: 40 + $signature: 39 }; A._saveDocument____closure11.prototype = { call$1(b) { @@ -412736,189 +412052,189 @@ b.get$_client_state$_$this()._client_state$_cancelCompleter = t3; return b; }, - $signature: 1169 + $signature: 1166 }; A.forceSelectedReducer_closure218.prototype = { call$2(completer, action) { return true; }, - $signature: 1170 + $signature: 1167 }; A.forceSelectedReducer_closure219.prototype = { call$2(completer, action) { return false; }, - $signature: 1171 + $signature: 1168 }; A.forceSelectedReducer_closure220.prototype = { call$2(completer, action) { return false; }, - $signature: 1172 + $signature: 1169 }; A.forceSelectedReducer_closure221.prototype = { call$2(completer, action) { return false; }, - $signature: 1173 + $signature: 1170 }; A.forceSelectedReducer_closure222.prototype = { call$2(completer, action) { return false; }, - $signature: 1174 + $signature: 1171 }; A.forceSelectedReducer_closure223.prototype = { call$2(completer, action) { return false; }, - $signature: 1175 + $signature: 1172 }; A.forceSelectedReducer_closure224.prototype = { call$2(completer, action) { return false; }, - $signature: 1176 + $signature: 1173 }; A.forceSelectedReducer_closure225.prototype = { call$2(completer, action) { return false; }, - $signature: 1177 + $signature: 1174 }; A.tabIndexReducer_closure31.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1178 + $signature: 1175 }; A.tabIndexReducer_closure32.prototype = { call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 97 }; A.saveCompleterReducer_closure2.prototype = { call$2(completer, action) { return type$.nullable_Completer_SelectableEntity._as(action.completer); }, - $signature: 1179 + $signature: 1176 }; A.cancelCompleterReducer_closure2.prototype = { call$2(completer, action) { return type$.nullable_Completer_Null._as(action.cancelCompleter); }, - $signature: 1180 + $signature: 1177 }; A.editingContactReducer_closure.prototype = { call$2(contact, action) { var t1 = A.ClientContactEntity_ClientContactEntity(); return t1; }, - $signature: 1181 + $signature: 1178 }; A.editingContactReducer_closure0.prototype = { call$2(contact, action) { var t1 = action.contact; return t1 == null ? A.ClientContactEntity_ClientContactEntity() : t1; }, - $signature: 1182 + $signature: 1179 }; A.selectedIdReducer_closure418.prototype = { call$2(completer, action) { return ""; }, - $signature: 1183 + $signature: 1180 }; A.selectedIdReducer_closure419.prototype = { call$2(completer, action) { return ""; }, - $signature: 1184 + $signature: 1181 }; A.selectedIdReducer_closure420.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_client ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure421.prototype = { call$2(selectedId, action) { return action.clientId; }, - $signature: 1185 + $signature: 1182 }; A.selectedIdReducer_closure422.prototype = { call$2(selectedId, action) { return action.client.id; }, - $signature: 1186 + $signature: 1183 }; A.selectedIdReducer_closure423.prototype = { call$2(selectedId, action) { return action.client.id; }, - $signature: 1187 + $signature: 1184 }; A.selectedIdReducer_closure424.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure425.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure426.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1188 + $signature: 1185 }; A.selectedIdReducer_closure427.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1189 + $signature: 1186 }; A.selectedIdReducer_closure428.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1190 + $signature: 1187 }; A.selectedIdReducer_closure429.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1191 + $signature: 1188 }; A.selectedIdReducer_closure430.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1192 + $signature: 1189 }; A.selectedIdReducer_closure431.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1193 + $signature: 1190 }; A.selectedIdReducer_closure432.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1194 + $signature: 1191 }; A.selectedIdReducer_closure433.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_client ? "" : selectedId; }, - $signature: 179 + $signature: 184 }; A.selectedIdReducer_closure434.prototype = { call$2(selectedId, action) { @@ -412937,56 +412253,56 @@ call$2(client, action) { return action.client; }, - $signature: 1196 + $signature: 1193 }; A.editingReducer_closure142.prototype = { call$2(client, action) { return action.client; }, - $signature: 1197 + $signature: 1194 }; A.editingReducer_closure143.prototype = { call$2(clients, action) { return J.$index$asx(action.clients, 0); }, - $signature: 1198 + $signature: 1195 }; A.editingReducer_closure144.prototype = { call$2(clients, action) { return J.$index$asx(action.clients, 0); }, - $signature: 1199 + $signature: 1196 }; A.editingReducer_closure145.prototype = { call$2(clients, action) { return J.$index$asx(action.clients, 0); }, - $signature: 1200 + $signature: 1197 }; A.editingReducer_closure146.prototype = { call$2(client, action) { return action.client; }, - $signature: 1201 + $signature: 1198 }; A.editingReducer_closure147.prototype = { call$2(client, action) { return action.client.rebuild$1(new A.editingReducer__closure59()); }, - $signature: 1202 + $signature: 1199 }; A.editingReducer__closure59.prototype = { call$1(b) { b.get$_client_model$_$this()._client_model$_isChanged = true; return b; }, - $signature: 50 + $signature: 53 }; A.editingReducer_closure148.prototype = { call$2(client, action) { return client.rebuild$1(new A.editingReducer__closure58(action)); }, - $signature: 1203 + $signature: 1200 }; A.editingReducer__closure58.prototype = { call$1(b) { @@ -412996,13 +412312,13 @@ b.get$_client_model$_$this()._client_model$_isChanged = true; return b; }, - $signature: 50 + $signature: 53 }; A.editingReducer_closure149.prototype = { call$2(client, action) { return client.rebuild$1(new A.editingReducer__closure57(action)); }, - $signature: 1204 + $signature: 1201 }; A.editingReducer__closure57.prototype = { call$1(b) { @@ -413010,13 +412326,13 @@ b.get$_client_model$_$this()._client_model$_isChanged = true; return b; }, - $signature: 50 + $signature: 53 }; A.editingReducer_closure150.prototype = { call$2(client, action) { return client.rebuild$1(new A.editingReducer__closure56(action)); }, - $signature: 1205 + $signature: 1202 }; A.editingReducer__closure56.prototype = { call$1(b) { @@ -413027,41 +412343,41 @@ b.get$_client_model$_$this()._client_model$_isChanged = true; return b; }, - $signature: 50 + $signature: 53 }; A.editingReducer_closure151.prototype = { call$2(client, action) { var _null = null; return A.ClientEntity_ClientEntity(_null, _null, _null, _null); }, - $signature: 1206 + $signature: 1203 }; A.editingReducer_closure152.prototype = { call$2(client, action) { var _null = null; return A.ClientEntity_ClientEntity(_null, _null, _null, _null); }, - $signature: 1207 + $signature: 1204 }; A.editingReducer_closure153.prototype = { call$2(client, action) { var _null = null; return A.ClientEntity_ClientEntity(_null, _null, _null, _null); }, - $signature: 1208 + $signature: 1205 }; A.editingReducer_closure154.prototype = { call$2(client, action) { var _null = null; return A.ClientEntity_ClientEntity(_null, _null, _null, _null); }, - $signature: 1209 + $signature: 1206 }; A.clientListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.clientListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.clientListReducer__closure.prototype = { call$1(b) { @@ -413246,7 +412562,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 483 + $signature: 468 }; A._deleteClientSuccess_closure.prototype = { call$1(b) { @@ -413268,7 +412584,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 483 + $signature: 468 }; A._restoreClientSuccess_closure.prototype = { call$1(b) { @@ -413290,7 +412606,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 483 + $signature: 468 }; A._addClient_closure.prototype = { call$1(b) { @@ -413302,7 +412618,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 239 + $signature: 254 }; A._addClient__closure.prototype = { call$1(b) { @@ -413310,7 +412626,7 @@ b.get$_client_model$_$this()._loadedAt = t1; return b; }, - $signature: 50 + $signature: 53 }; A._updateClient_closure.prototype = { call$1(b) { @@ -413318,7 +412634,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updateClient__closure())); return b; }, - $signature: 239 + $signature: 254 }; A._updateClient__closure.prototype = { call$1(b) { @@ -413326,7 +412642,7 @@ b.get$_client_model$_$this()._loadedAt = t1; return b; }, - $signature: 50 + $signature: 53 }; A._setLoadedClient_closure.prototype = { call$1(b) { @@ -413334,7 +412650,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._setLoadedClient__closure())); return b; }, - $signature: 239 + $signature: 254 }; A._setLoadedClient__closure.prototype = { call$1(b) { @@ -413342,7 +412658,7 @@ b.get$_client_model$_$this()._loadedAt = t1; return b; }, - $signature: 50 + $signature: 53 }; A._mergeClientSuccess_closure.prototype = { call$1(b) { @@ -413351,7 +412667,7 @@ B.JSArray_methods.remove$1(b.get$list(b).get$_safeList(), t1); return b; }, - $signature: 239 + $signature: 254 }; A._purgeClientSuccess_closure26.prototype = { call$1(b) { @@ -413360,13 +412676,13 @@ B.JSArray_methods.remove$1(b.get$list(b).get$_safeList(), t1); return b; }, - $signature: 239 + $signature: 254 }; A.memoizedDropdownClientList_closure.prototype = { call$4(clientMap, clientList, userMap, staticState) { return A.dropdownClientsSelector(clientMap, clientList, userMap, staticState); }, - $signature: 1212 + $signature: 1209 }; A.dropdownClientsSelector_closure.prototype = { call$1(clientId) { @@ -413401,7 +412717,7 @@ call$2(userId, clientMap) { return A.clientStatsForUser(userId, clientMap); }, - $signature: 884 + $signature: 842 }; A.clientStatsForUser_closure.prototype = { call$2(clientId, client) { @@ -413429,13 +412745,13 @@ } } }, - $signature: 404 + $signature: 394 }; A.memoizedFilteredClientList_closure.prototype = { call$7(selectionState, clientMap, clientList, groupMap, clientListState, userMap, staticState) { return A.filteredClientsSelector(selectionState, clientMap, clientList, groupMap, clientListState, userMap, staticState); }, - $signature: 1215 + $signature: 1212 }; A.filteredClientsSelector_closure.prototype = { call$1(clientId) { @@ -413481,7 +412797,7 @@ call$1(token) { return token.companyGatewayId === this.filterEntityId; }, - $signature: 883 + $signature: 840 }; A.filteredClientsSelector_closure0.prototype = { call$2(clientAId, clientBId) { @@ -413515,13 +412831,13 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.ClientState_loadClients_closure1.prototype = { call$1(item) { return item; }, - $signature: 1217 + $signature: 1214 }; A.ClientState_loadClients_closure.prototype = { call$1(b) { @@ -413536,7 +412852,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 239 + $signature: 254 }; A.ClientUIState.prototype = { get$isCreatingNew() { @@ -414148,13 +413464,13 @@ t4._group_state$_$v = t2; return b; }, - $signature: 1218 + $signature: 1215 }; A.userCompanyEntityReducer_closure.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure12(action)); }, - $signature: 1219 + $signature: 1216 }; A.userCompanyEntityReducer__closure12.prototype = { call$1(b) { @@ -414163,7 +413479,7 @@ b.get$company().get$_company_model$_$this()._hasEInvoiceCertificatePassphrase = t1.hasEInvoiceCertificatePassphrase; return b; }, - $signature: 101 + $signature: 100 }; A.userCompanyEntityReducer_closure0.prototype = { call$2(userCompany, action) { @@ -414174,7 +413490,7 @@ else return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure11(action)); }, - $signature: 1221 + $signature: 1218 }; A.userCompanyEntityReducer__closure10.prototype = { call$1(b) { @@ -414183,7 +413499,7 @@ b.get$settings().get$reportSettings().$indexSet(0, t1.report, t2.rebuild$1(new A.userCompanyEntityReducer___closure(t1, t2))); return b; }, - $signature: 101 + $signature: 100 }; A.userCompanyEntityReducer___closure.prototype = { call$1(b) { @@ -414220,7 +413536,7 @@ b.get$_company_model$_$this()._sortTotalsIndex = t1; return b; }, - $signature: 882 + $signature: 839 }; A.userCompanyEntityReducer__closure11.prototype = { call$1(b) { @@ -414228,13 +413544,13 @@ b.get$settings().get$reportSettings().$indexSet(0, t1.report, A.ReportSettingsEntity_ReportSettingsEntity(t1.sortColumn, t1.sortTotalsIndex)); return b; }, - $signature: 101 + $signature: 100 }; A.userCompanyEntityReducer_closure1.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure9(action)); }, - $signature: 1223 + $signature: 1220 }; A.userCompanyEntityReducer__closure9.prototype = { call$1(b) { @@ -414248,13 +413564,13 @@ t1._company_model$_$v = t2; return b; }, - $signature: 101 + $signature: 100 }; A.userCompanyEntityReducer_closure2.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure8(action)); }, - $signature: 1224 + $signature: 1221 }; A.userCompanyEntityReducer__closure8.prototype = { call$1(b) { @@ -414264,13 +413580,13 @@ t1._user_model$_$v = t2; return b; }, - $signature: 101 + $signature: 100 }; A.userCompanyEntityReducer_closure3.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure7(action)); }, - $signature: 1225 + $signature: 1222 }; A.userCompanyEntityReducer__closure7.prototype = { call$1(b) { @@ -414280,13 +413596,13 @@ t1._user_model$_$v = t2; return b; }, - $signature: 101 + $signature: 100 }; A.userCompanyEntityReducer_closure4.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure6(action)); }, - $signature: 1226 + $signature: 1223 }; A.userCompanyEntityReducer__closure6.prototype = { call$1(b) { @@ -414296,13 +413612,13 @@ t1._user_model$_$v = t2; return b; }, - $signature: 101 + $signature: 100 }; A.userCompanyEntityReducer_closure5.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure5(action)); }, - $signature: 1227 + $signature: 1224 }; A.userCompanyEntityReducer__closure5.prototype = { call$1(b) { @@ -414312,26 +413628,26 @@ t1._user_model$_$v = t2; return b; }, - $signature: 101 + $signature: 100 }; A.userCompanyEntityReducer_closure6.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure4()); }, - $signature: 1228 + $signature: 1225 }; A.userCompanyEntityReducer__closure4.prototype = { call$1(b) { b.get$user(b).get$_user_model$_$this()._isTwoFactorEnabled = false; return b; }, - $signature: 101 + $signature: 100 }; A.userCompanyEntityReducer_closure7.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure3(action)); }, - $signature: 1229 + $signature: 1226 }; A.userCompanyEntityReducer__closure3.prototype = { call$1(b) { @@ -414341,33 +413657,33 @@ t1._company_model$_$v = t2; return b; }, - $signature: 101 + $signature: 100 }; A.userCompanyEntityReducer_closure8.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure2(action)); }, - $signature: 1230 + $signature: 1227 }; A.userCompanyEntityReducer__closure2.prototype = { call$1(b) { b.get$company().get$settings().get$_settings_model$_$this()._settings_model$_languageId = this.action.languageId; return b; }, - $signature: 101 + $signature: 100 }; A.userCompanyEntityReducer_closure9.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure1(action)); }, - $signature: 1231 + $signature: 1228 }; A.userCompanyEntityReducer__closure1.prototype = { call$1(b) { b.get$settings().get$dashboardFields().replace$1(0, this.action.dashboardFields); return b; }, - $signature: 101 + $signature: 100 }; A.userCompanyEntityReducer_closure10.prototype = { call$2(userCompany, action) { @@ -414377,21 +413693,21 @@ return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure0(action)); return userCompany; }, - $signature: 1232 + $signature: 1229 }; A.userCompanyEntityReducer__closure.prototype = { call$1(b) { b.get$settings().get$_company_model$_$this()._dashboardFieldsPerRowDesktop = this.action.numberFieldsPerRowDesktop; return b; }, - $signature: 101 + $signature: 100 }; A.userCompanyEntityReducer__closure0.prototype = { call$1(b) { b.get$settings().get$_company_model$_$this()._dashboardFieldsPerRowMobile = this.action.numberFieldsPerRowMobile; return b; }, - $signature: 101 + $signature: 100 }; A.loadCompanySuccessReducer_closure.prototype = { call$1(b) { @@ -414401,7 +413717,7 @@ t1.get$expenseCategories().replace$1(0, A._setArrayType([], type$.JSArray_ExpenseCategoryEntity)); return t1; }, - $signature: 1233 + $signature: 1230 }; A.loadCompanySuccessReducer_closure0.prototype = { call$1(b) { @@ -414411,7 +413727,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 101 + $signature: 100 }; A.saveCompanySuccessReducer_closure.prototype = { call$1(b) { @@ -414433,25 +413749,25 @@ t1._company_model$_$v = t2; return b; }, - $signature: 101 + $signature: 100 }; A.lastUpdatedReducer_closure.prototype = { call$2(state, action) { return action.userCompany.company.isLarge && state === 0 ? 0 : Date.now(); }, - $signature: 1234 + $signature: 1231 }; A.lastUpdatedReducer_closure0.prototype = { call$2(state, action) { return Date.now(); }, - $signature: 1235 + $signature: 1232 }; A.memoizedDropdownExpenseCategoriesList_closure.prototype = { call$2(categoryMap, categoryList) { return A.dropdownExpenseCategoriesSelector0(categoryMap, categoryList); }, - $signature: 1236 + $signature: 1233 }; A.dropdownExpenseCategoriesSelector_closure1.prototype = { call$1(categoryId) { @@ -414486,13 +413802,13 @@ call$3(company, clientMap, groupMap) { return J.get$length$asx($.$get$memoizedGetCurrencyIds().call$3(company, clientMap, groupMap)) > 1; }, - $signature: 1237 + $signature: 1234 }; A.memoizedGetCurrencyIds_closure.prototype = { call$3(company, clientMap, groupMap) { return A.getCurrencyIds(company, clientMap, groupMap); }, - $signature: 1238 + $signature: 1235 }; A.getCurrencyIds_closure.prototype = { call$2(clientId, client) { @@ -414509,13 +413825,13 @@ this.currencyIds.push(currencyId); } }, - $signature: 404 + $signature: 394 }; A.memoizedFilteredSelector_closure.prototype = { call$2(filter, state) { return A.filteredSelector(filter, state); }, - $signature: 1239 + $signature: 1236 }; A.filteredSelector_closure.prototype = { call$1(productId) { @@ -414523,13 +413839,13 @@ t1.toString; return t1; }, - $signature: 1240 + $signature: 1237 }; A.filteredSelector_closure0.prototype = { call$1(product) { return product.matchesFilter$1(this.filter); }, - $signature: 880 + $signature: 836 }; A.filteredSelector_closure1.prototype = { call$1(clientId) { @@ -414537,13 +413853,13 @@ t1.toString; return t1; }, - $signature: 1242 + $signature: 1239 }; A.filteredSelector_closure2.prototype = { call$1(client) { return client.matchesFilter$1(this.filter); }, - $signature: 1243 + $signature: 1240 }; A.filteredSelector_closure3.prototype = { call$1(quoteId) { @@ -414551,13 +413867,13 @@ t1.toString; return t1; }, - $signature: 501 + $signature: 479 }; A.filteredSelector_closure4.prototype = { call$1(quote) { return quote.matchesFilter$1(this.filter); }, - $signature: 202 + $signature: 195 }; A.filteredSelector_closure5.prototype = { call$1(paymentId) { @@ -414565,13 +413881,13 @@ t1.toString; return t1; }, - $signature: 1246 + $signature: 1243 }; A.filteredSelector_closure6.prototype = { call$1(payment) { return payment.matchesFilter$1(this.filter); }, - $signature: 509 + $signature: 489 }; A.filteredSelector_closure7.prototype = { call$1(projectId) { @@ -414579,13 +413895,13 @@ t1.toString; return t1; }, - $signature: 1248 + $signature: 1245 }; A.filteredSelector_closure8.prototype = { call$1(project) { return project.matchesFilter$1(this.filter); }, - $signature: 879 + $signature: 820 }; A.filteredSelector_closure9.prototype = { call$1(taskId) { @@ -414593,13 +413909,13 @@ t1.toString; return t1; }, - $signature: 878 + $signature: 818 }; A.filteredSelector_closure10.prototype = { call$1(task) { return task.matchesFilter$1(this.filter); }, - $signature: 877 + $signature: 815 }; A.filteredSelector_closure11.prototype = { call$1(invoiceId) { @@ -414607,19 +413923,19 @@ t1.toString; return t1; }, - $signature: 501 + $signature: 479 }; A.filteredSelector_closure12.prototype = { call$1(invoice) { return invoice.matchesFilter$1(this.filter); }, - $signature: 202 + $signature: 195 }; A.filteredSelector_closure13.prototype = { call$2(entityA, entityB) { return B.JSString_methods.compareTo$1(entityA.get$listDisplayName(), entityB.get$listDisplayName()); }, - $signature: 1252 + $signature: 1249 }; A.UserCompanyState.prototype = { get$company() { @@ -415574,7 +414890,7 @@ call$1(companyGateway) { return companyGateway.get$id(companyGateway); }, - $signature: 51 + $signature: 50 }; A.handleCompanyGatewayAction_closure0.prototype = { call$1(_) { @@ -415589,7 +414905,7 @@ var _this = this; A.passwordCallback(false, new A.handleCompanyGatewayAction__closure(_this.store, _this.completer, _this.companyGateway), _this.context, false); }, - $signature: 28 + $signature: 27 }; A.handleCompanyGatewayAction__closure.prototype = { call$2(password, idToken) { @@ -415706,7 +415022,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 516 + $signature: 530 }; A._archiveCompanyGateway__closure0.prototype = { call$1(companyGateways) { @@ -415715,7 +415031,7 @@ t1[0].call$1(new A.ArchiveCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 529 + $signature: 561 }; A._archiveCompanyGateway__closure1.prototype = { call$1(error) { @@ -415750,7 +415066,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 516 + $signature: 530 }; A._deleteCompanyGateway__closure0.prototype = { call$1(companyGateways) { @@ -415759,7 +415075,7 @@ t1[0].call$1(new A.DeleteCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 529 + $signature: 561 }; A._deleteCompanyGateway__closure1.prototype = { call$1(error) { @@ -415794,7 +415110,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 516 + $signature: 530 }; A._restoreCompanyGateway__closure0.prototype = { call$1(companyGateways) { @@ -415803,7 +415119,7 @@ t1[0].call$1(new A.RestoreCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 529 + $signature: 561 }; A._restoreCompanyGateway__closure1.prototype = { call$1(error) { @@ -415836,7 +415152,7 @@ t1[0].call$1(new A.DisconnectCompanyGatewaySuccess()); this.action.completer.complete$1(0, null); }, - $signature: 104 + $signature: 103 }; A._disconnectCompanyGateway__closure0.prototype = { call$1(error) { @@ -415879,7 +415195,7 @@ } t1.completer.complete$1(0, companyGateway); }, - $signature: 420 + $signature: 437 }; A._saveCompanyGateway__closure0.prototype = { call$1(error) { @@ -415916,7 +415232,7 @@ t1[0].call$1(new A.LoadCompanyGatewaySuccess(companyGateway)); this.action.completer.complete$1(0, null); }, - $signature: 420 + $signature: 437 }; A._loadCompanyGateway__closure0.prototype = { call$1(error) { @@ -415954,7 +415270,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1256 + $signature: 1253 }; A._loadCompanyGateways__closure0.prototype = { call$1(error) { @@ -415988,139 +415304,139 @@ b.get$_company_gateway_state$_$this()._company_gateway_state$_forceSelected = t3; return b; }, - $signature: 1257 + $signature: 1254 }; A.forceSelectedReducer_closure64.prototype = { call$2(completer, action) { return true; }, - $signature: 1258 + $signature: 1255 }; A.forceSelectedReducer_closure65.prototype = { call$2(completer, action) { return false; }, - $signature: 1259 + $signature: 1256 }; A.forceSelectedReducer_closure66.prototype = { call$2(completer, action) { return false; }, - $signature: 1260 + $signature: 1257 }; A.forceSelectedReducer_closure67.prototype = { call$2(completer, action) { return false; }, - $signature: 1261 + $signature: 1258 }; A.forceSelectedReducer_closure68.prototype = { call$2(completer, action) { return false; }, - $signature: 1262 + $signature: 1259 }; A.forceSelectedReducer_closure69.prototype = { call$2(completer, action) { return false; }, - $signature: 1263 + $signature: 1260 }; A.forceSelectedReducer_closure70.prototype = { call$2(completer, action) { return false; }, - $signature: 1264 + $signature: 1261 }; A.forceSelectedReducer_closure71.prototype = { call$2(completer, action) { return false; }, - $signature: 1265 + $signature: 1262 }; A.selectedIdReducer_closure121.prototype = { call$2(completer, action) { return ""; }, - $signature: 1266 + $signature: 1263 }; A.selectedIdReducer_closure122.prototype = { call$2(completer, action) { return ""; }, - $signature: 1267 + $signature: 1264 }; A.selectedIdReducer_closure123.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_companyGateway ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure124.prototype = { call$2(selectedId, action) { return action.companyGatewayId; }, - $signature: 1268 + $signature: 1265 }; A.selectedIdReducer_closure125.prototype = { call$2(selectedId, action) { return action.companyGateway.id; }, - $signature: 1269 + $signature: 1266 }; A.selectedIdReducer_closure126.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure127.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure128.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1270 + $signature: 1267 }; A.selectedIdReducer_closure129.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1271 + $signature: 1268 }; A.selectedIdReducer_closure130.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1272 + $signature: 1269 }; A.selectedIdReducer_closure131.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1273 + $signature: 1270 }; A.selectedIdReducer_closure132.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1274 + $signature: 1271 }; A.selectedIdReducer_closure133.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1275 + $signature: 1272 }; A.selectedIdReducer_closure134.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1276 + $signature: 1273 }; A.selectedIdReducer_closure135.prototype = { call$2(selectedId, action) { @@ -416139,25 +415455,25 @@ call$2(companyGateways, action) { return J.$index$asx(action.companyGateways, 0); }, - $signature: 1277 + $signature: 1274 }; A.editingReducer_closure38.prototype = { call$2(companyGateways, action) { return J.$index$asx(action.companyGateways, 0); }, - $signature: 1278 + $signature: 1275 }; A.editingReducer_closure39.prototype = { call$2(companyGateways, action) { return J.$index$asx(action.companyGateways, 0); }, - $signature: 1279 + $signature: 1276 }; A.editingReducer_closure40.prototype = { call$2(companyGateway, action) { return action.companyGateway.rebuild$1(new A.editingReducer__closure13()); }, - $signature: 1280 + $signature: 1277 }; A.editingReducer__closure13.prototype = { call$1(b) { @@ -416170,7 +415486,7 @@ call$2(state, action) { return state.rebuild$1(new A.companyGatewayListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.companyGatewayListReducer__closure.prototype = { call$1(b) { @@ -416310,7 +415626,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 536 + $signature: 568 }; A._deleteCompanyGatewaySuccess_closure.prototype = { call$1(b) { @@ -416332,7 +415648,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 536 + $signature: 568 }; A._restoreCompanyGatewaySuccess_closure.prototype = { call$1(b) { @@ -416354,7 +415670,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 536 + $signature: 568 }; A._addCompanyGateway_closure.prototype = { call$1(b) { @@ -416366,7 +415682,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 210 + $signature: 218 }; A._addCompanyGateway__closure.prototype = { call$1(b) { @@ -416382,7 +415698,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updateCompanyGateway__closure())); return b; }, - $signature: 210 + $signature: 218 }; A._updateCompanyGateway__closure.prototype = { call$1(b) { @@ -416398,7 +415714,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._setLoadedCompanyGateway__closure())); return b; }, - $signature: 210 + $signature: 218 }; A._setLoadedCompanyGateway__closure.prototype = { call$1(b) { @@ -416413,19 +415729,19 @@ 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$.String, type$.CompanyGatewayEntity)); return b; }, - $signature: 210 + $signature: 218 }; A._setLoadedCompany__closure1.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A._setLoadedCompany__closure2.prototype = { call$1(item) { return item; }, - $signature: 874 + $signature: 807 }; A._setLoadedCompany_closure2.prototype = { call$1(b) { @@ -416433,26 +415749,26 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 210 + $signature: 218 }; 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$.String, type$.CompanyGatewayEntity)); return b; }, - $signature: 210 + $signature: 218 }; A._setLoadedCompanyGateways__closure.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A._setLoadedCompanyGateways__closure0.prototype = { call$1(item) { return item; }, - $signature: 874 + $signature: 807 }; A._setLoadedCompanyGateways_closure0.prototype = { call$1(b) { @@ -416460,13 +415776,13 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 210 + $signature: 218 }; A.memoizedFilteredCompanyGatewayList_closure.prototype = { call$5(companyGatewayMap, companyGatewayList, companyGatewayListState, companyGatewayIds, includeAll) { return A.filteredCompanyGatewaysSelector(companyGatewayMap, companyGatewayList, companyGatewayListState, companyGatewayIds, includeAll); }, - $signature: 1284 + $signature: 1281 }; A.filteredCompanyGatewaysSelector_closure.prototype = { call$1(companyGatewayId) { @@ -416502,7 +415818,7 @@ call$2(companyGatewayId, paymentMap) { return A.calculateCompanyGatewayProcessed(companyGatewayId, paymentMap); }, - $signature: 1285 + $signature: 1282 }; A.calculateCompanyGatewayProcessed_closure.prototype = { call$2(paymentId, payment) { @@ -416512,13 +415828,13 @@ t1.total = t1.total + payment.get$completedAmount() * payment.exchangeRate; } }, - $signature: 198 + $signature: 194 }; A.memoizedClientStatsForCompanyGateway_closure.prototype = { call$2(companyGatewayId, clientMap) { return A.clientStatsForCompanyGateway(companyGatewayId, clientMap); }, - $signature: 884 + $signature: 842 }; A.clientStatsForCompanyGateway_closure.prototype = { call$2(clientId, client) { @@ -416553,19 +415869,19 @@ } } }, - $signature: 404 + $signature: 394 }; A.clientStatsForCompanyGateway__closure.prototype = { call$1(token) { return token.companyGatewayId === this.companyGatewayId; }, - $signature: 883 + $signature: 840 }; A.memoizedPaymentStatsForCompanyGateway_closure.prototype = { call$2(companyGatewayId, paymentMap) { return A.paymentStatsForCompanyGateway(companyGatewayId, paymentMap); }, - $signature: 1287 + $signature: 1284 }; A.paymentStatsForCompanyGateway_closure.prototype = { call$2(paymentId, payment) { @@ -416598,7 +415914,7 @@ } } }, - $signature: 198 + $signature: 194 }; A.getUnconnectedStripeAccount_closure.prototype = { call$2(id, gateway) { @@ -416626,7 +415942,7 @@ this._box_0.unconnectedGateway = gateway; } }, - $signature: 1288 + $signature: 1285 }; A.CompanyGatewayState.prototype = { $get$1(_, companyGatewayId) { @@ -417209,7 +416525,7 @@ call$1(credit) { return credit.get$id(credit); }, - $signature: 51 + $signature: 50 }; A.handleCreditAction_closure0.prototype = { call$1(credit) { @@ -417217,7 +416533,7 @@ if (!t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].clientState.$get$1(0, type$.InvoiceEntity._as(credit).clientId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 157 + $signature: 154 }; A.handleCreditAction_closure1.prototype = { call$0() { @@ -417244,7 +416560,7 @@ b.get$parameters(b).get$_schedule_model$_$this()._entityId = this.credit.id; return b; }, - $signature: 82 + $signature: 83 }; A.handleCreditAction_closure4.prototype = { call$1(_) { @@ -417267,7 +416583,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.BulkEmailCreditsRequest(t2, t1)); }, - $signature: 28 + $signature: 27 }; A.handleCreditAction_closure5.prototype = { call$1(b) { @@ -417275,7 +416591,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 7 + $signature: 8 }; A.handleCreditAction_closure6.prototype = { call$1(b) { @@ -417283,7 +416599,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 7 + $signature: 8 }; A.handleCreditAction_closure7.prototype = { call$1(b) { @@ -417291,7 +416607,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 7 + $signature: 8 }; A.handleCreditAction_closure8.prototype = { call$1(b) { @@ -417299,7 +416615,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 7 + $signature: 8 }; A.handleCreditAction_closure9.prototype = { call$1(b) { @@ -417310,7 +416626,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: 57 + $signature: 54 }; A.handleCreditAction__closure.prototype = { call$1(credit) { @@ -417321,7 +416637,7 @@ t1 = credit.statusId !== "1" ? credit.balance : credit.amount; return A.PaymentableEntity_PaymentableEntity(t1, credit.id, null); }, - $signature: 871 + $signature: 795 }; A.handleCreditAction_closure10.prototype = { call$1(response) { @@ -417338,7 +416654,7 @@ t2.toString; A.saveDownloadedFile(t1, t2 + "_" + this.credit.number + ".pdf"); }, - $signature: 8 + $signature: 7 }; A.handleCreditAction_closure11.prototype = { call$1(_) { @@ -417346,19 +416662,19 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.StopLoading()); }, - $signature: 8 + $signature: 7 }; A.handleCreditAction_closure12.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 105 + $signature: 108 }; A.handleCreditAction_closure13.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 105 + $signature: 108 }; A.StartCreditMultiselect.prototype = {}; A.AddToCreditMultiselect.prototype = {}; @@ -417750,7 +417066,7 @@ t1[0].call$1(new A.EmailCreditSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 104 + $signature: 103 }; A._emailCredit__closure0.prototype = { call$1(error) { @@ -417783,13 +417099,13 @@ b.get$lineItems().replace$1(0, new A.WhereIterable(t1, new A._saveCredit___closure(), A._arrayInstanceType(t1)._eval$1("WhereIterable<1>"))); return b; }, - $signature: 7 + $signature: 8 }; A._saveCredit___closure.prototype = { call$1(item) { return !item.get$isEmpty(item); }, - $signature: 85 + $signature: 82 }; A._saveCredit__closure0.prototype = { call$1(credit) { @@ -417805,7 +417121,7 @@ } t1.completer.complete$1(0, credit); }, - $signature: 83 + $signature: 85 }; A._saveCredit__closure1.prototype = { call$1(error) { @@ -417843,7 +417159,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 83 + $signature: 85 }; A._loadCredit__closure0.prototype = { call$1(error) { @@ -417886,19 +417202,19 @@ this.action.toString; t1[0].call$1(new A.LoadProjects()); }, - $signature: 306 + $signature: 292 }; A._loadCredits___closure.prototype = { call$1(credit) { B.JSArray_methods.forEach$1(credit.documents._list$_list, new A._loadCredits____closure(this.documents, credit)); }, - $signature: 160 + $signature: 161 }; A._loadCredits____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadCredits_____closure(this.credit))); }, - $signature: 40 + $signature: 39 }; A._loadCredits_____closure.prototype = { call$1(b) { @@ -418016,13 +417332,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 83 + $signature: 85 }; A._saveDocument___closure0.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure0(this.credit))); }, - $signature: 40 + $signature: 39 }; A._saveDocument____closure0.prototype = { call$1(b) { @@ -418068,199 +417384,199 @@ b.get$_credit_state$_$this()._credit_state$_historyActivityId = t3; return b; }, - $signature: 1299 + $signature: 1296 }; A.forceSelectedReducer_closure84.prototype = { call$2(completer, action) { return true; }, - $signature: 1300 + $signature: 1297 }; A.forceSelectedReducer_closure85.prototype = { call$2(completer, action) { return false; }, - $signature: 1301 + $signature: 1298 }; A.forceSelectedReducer_closure86.prototype = { call$2(completer, action) { return false; }, - $signature: 1302 + $signature: 1299 }; A.forceSelectedReducer_closure87.prototype = { call$2(completer, action) { return false; }, - $signature: 1303 + $signature: 1300 }; A.forceSelectedReducer_closure88.prototype = { call$2(completer, action) { return false; }, - $signature: 1304 + $signature: 1301 }; A.forceSelectedReducer_closure89.prototype = { call$2(completer, action) { return false; }, - $signature: 1305 + $signature: 1302 }; A.forceSelectedReducer_closure90.prototype = { call$2(completer, action) { return false; }, - $signature: 1306 + $signature: 1303 }; A.forceSelectedReducer_closure91.prototype = { call$2(completer, action) { return false; }, - $signature: 1307 + $signature: 1304 }; A.forceSelectedReducer_closure92.prototype = { call$2(completer, action) { return false; }, - $signature: 1308 + $signature: 1305 }; A.tabIndexReducer_closure11.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1309 + $signature: 1306 }; A.tabIndexReducer_closure12.prototype = { call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 97 }; A.historyActivityIdReducer_closure0.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 1310 + $signature: 1307 }; A.editingItemReducer_closure1.prototype = { call$2(index, action) { return null; }, - $signature: 1311 + $signature: 1308 }; A.editingItemReducer_closure2.prototype = { call$2(index, action) { return action.creditItemIndex; }, - $signature: 1312 + $signature: 1309 }; A.selectedIdReducer_closure162.prototype = { call$2(completer, action) { return ""; }, - $signature: 1313 + $signature: 1310 }; A.selectedIdReducer_closure163.prototype = { call$2(completer, action) { return ""; }, - $signature: 1314 + $signature: 1311 }; A.selectedIdReducer_closure164.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_credit ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure165.prototype = { call$2(selectedId, action) { return action.creditId; }, - $signature: 1315 + $signature: 1312 }; A.selectedIdReducer_closure166.prototype = { call$2(selectedId, action) { return action.credit.id; }, - $signature: 1316 + $signature: 1313 }; A.selectedIdReducer_closure167.prototype = { call$2(selectedId, action) { return action.credit.id; }, - $signature: 1317 + $signature: 1314 }; A.selectedIdReducer_closure168.prototype = { call$2(selectedId, action) { return action.credit.id; }, - $signature: 1318 + $signature: 1315 }; A.selectedIdReducer_closure169.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure170.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure171.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1319 + $signature: 1316 }; A.selectedIdReducer_closure172.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1320 + $signature: 1317 }; A.selectedIdReducer_closure173.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1321 + $signature: 1318 }; A.selectedIdReducer_closure174.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1322 + $signature: 1319 }; A.selectedIdReducer_closure175.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1323 + $signature: 1320 }; A.selectedIdReducer_closure176.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1324 + $signature: 1321 }; A.selectedIdReducer_closure177.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1325 + $signature: 1322 }; A.selectedIdReducer_closure178.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1326 + $signature: 1323 }; A.selectedIdReducer_closure179.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_credit ? "" : selectedId; }, - $signature: 179 + $signature: 184 }; A.selectedIdReducer_closure180.prototype = { call$2(selectedId, action) { @@ -418279,65 +417595,65 @@ call$2(credit, action) { return action.credit.rebuild$1(new A.editingReducer__closure22()); }, - $signature: 1327 + $signature: 1324 }; A.editingReducer__closure22.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure50.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure21()); }, - $signature: 857 + $signature: 784 }; A.editingReducer__closure21.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure51.prototype = { call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1329 + $signature: 1326 }; A.editingReducer_closure52.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure20()); }, - $signature: 1330 + $signature: 1327 }; A.editingReducer__closure20.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure53.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure19()); }, - $signature: 1331 + $signature: 1328 }; A.editingReducer__closure19.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure54.prototype = { call$2(credit, action) { return credit.rebuild$1(new A.editingReducer__closure18(action.client)); }, - $signature: 1332 + $signature: 1329 }; A.editingReducer__closure18.prototype = { call$1(b) { @@ -418357,37 +417673,37 @@ t3.replace$1(0, A.List_List$of(new A.MappedListIterable(t1, new A.editingReducer___closure0(), t2), true, t2._eval$1("ListIterable.E"))); return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer___closure0.prototype = { call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 218 + $signature: 220 }; A.editingReducer_closure55.prototype = { call$2(credits, action) { return J.$index$asx(action.credits, 0); }, - $signature: 1333 + $signature: 1330 }; A.editingReducer_closure56.prototype = { call$2(credits, action) { return J.$index$asx(action.credits, 0); }, - $signature: 1334 + $signature: 1331 }; A.editingReducer_closure57.prototype = { call$2(credits, action) { return J.$index$asx(action.credits, 0); }, - $signature: 1335 + $signature: 1332 }; A.editingReducer_closure58.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure17(action)); }, - $signature: 1336 + $signature: 1333 }; A.editingReducer__closure17.prototype = { call$1(b) { @@ -418399,20 +417715,20 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure59.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure16(action)); }, - $signature: 1337 + $signature: 1334 }; A.editingReducer__closure16.prototype = { call$1(b) { B.JSArray_methods.remove$1(b.get$invitations().get$_safeList(), this.action.invitation); return b; }, - $signature: 7 + $signature: 8 }; A._addCreditItem_closure.prototype = { call$1(b) { @@ -418421,21 +417737,21 @@ B.JSArray_methods.add$1(t1.get$_safeList(), this.action.creditItem); return b; }, - $signature: 7 + $signature: 8 }; A._addCreditItems_closure.prototype = { call$1(b) { b.get$lineItems().addAll$1(0, this.action.creditItems); return b; }, - $signature: 7 + $signature: 8 }; A._removeCreditItem_closure.prototype = { call$1(b) { B.JSArray_methods.removeAt$1(b.get$lineItems().get$_safeList(), this.action.index); return b; }, - $signature: 7 + $signature: 8 }; A._updateCreditItem_closure.prototype = { call$1(b) { @@ -418445,13 +417761,13 @@ t1.get$_safeList()[t2.index] = t2.creditItem; return b; }, - $signature: 7 + $signature: 8 }; A.creditListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.creditListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.creditListReducer__closure.prototype = { call$1(b) { @@ -418641,13 +417957,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 202 + $signature: 195 }; A._purgeClientSuccess_closure10.prototype = { call$1(each) { return each.id; }, - $signature: 353 + $signature: 369 }; A._purgeClientSuccess_closure8.prototype = { call$1(b) { @@ -418660,13 +417976,13 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure6(t1), true); return b; }, - $signature: 305 + $signature: 293 }; A._purgeClientSuccess__closure5.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 355 + $signature: 364 }; A._purgeClientSuccess__closure6.prototype = { call$1(p0) { @@ -418678,20 +417994,20 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A._markSentCreditSuccess_closure1.prototype = { call$1(item) { return item; }, - $signature: 113 + $signature: 119 }; A._markSentCreditSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.creditMap); return b; }, - $signature: 305 + $signature: 293 }; A._archiveCreditSuccess_closure.prototype = { call$1(b) { @@ -418713,7 +418029,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 595 + $signature: 464 }; A._deleteCreditSuccess_closure.prototype = { call$1(b) { @@ -418735,7 +418051,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 595 + $signature: 464 }; A._restoreCreditSuccess_closure.prototype = { call$1(b) { @@ -418757,7 +418073,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 595 + $signature: 464 }; A._addCredit_closure.prototype = { call$1(b) { @@ -418769,7 +418085,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 305 + $signature: 293 }; A._addCredit__closure.prototype = { call$1(b) { @@ -418777,7 +418093,7 @@ b.get$_invoice_model$_$this()._invoice_model$_loadedAt = t1; return b; }, - $signature: 7 + $signature: 8 }; A._updateCredit_closure.prototype = { call$1(b) { @@ -418785,7 +418101,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updateCredit__closure())); return b; }, - $signature: 305 + $signature: 293 }; A._updateCredit__closure.prototype = { call$1(b) { @@ -418793,25 +418109,25 @@ b.get$_invoice_model$_$this()._invoice_model$_loadedAt = t1; return b; }, - $signature: 7 + $signature: 8 }; A.creditContactSelector_closure.prototype = { call$1(invitation) { return invitation.clientContactId; }, - $signature: 357 + $signature: 362 }; A.creditContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 173 + $signature: 181 }; A.memoizedDropdownCreditList_closure.prototype = { call$7(creditMap, clientMap, vendorMap, creditList, clientId, userMap, excludedIds) { return A.dropdownCreditSelector(creditMap, clientMap, vendorMap, creditList, clientId, userMap, excludedIds); }, - $signature: 1344 + $signature: 1341 }; A.dropdownCreditSelector_closure.prototype = { call$1(creditId) { @@ -418875,13 +418191,13 @@ call$8(selectionState, creditMap, creditList, clientMap, vendorMap, paymentMap, creditListState, userMap) { return A.filteredCreditsSelector(selectionState, creditMap, creditList, clientMap, vendorMap, paymentMap, creditListState, userMap); }, - $signature: 1345 + $signature: 1342 }; A.filteredCreditsSelector_closure.prototype = { call$2(paymentId, payment) { B.JSArray_methods.forEach$1(payment.get$creditPaymentables(), new A.filteredCreditsSelector__closure0(this.creditPaymentMap, payment)); }, - $signature: 198 + $signature: 194 }; A.filteredCreditsSelector__closure0.prototype = { call$1(creditPaymentable) { @@ -418893,7 +418209,7 @@ paymentIds.push(this.payment.id); t1.$indexSet(0, t2, paymentIds); }, - $signature: 141 + $signature: 145 }; A.filteredCreditsSelector_closure0.prototype = { call$1(creditId) { @@ -418996,7 +418312,7 @@ call$2(designId, creditMap) { return A.creditStatsForDesign(designId, creditMap); }, - $signature: 97 + $signature: 102 }; A.creditStatsForDesign_closure.prototype = { call$2(creditId, credit) { @@ -419029,13 +418345,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedCreditStatsForClient_closure.prototype = { call$2(clientId, creditMap) { return A.creditStatsForClient(clientId, creditMap); }, - $signature: 97 + $signature: 102 }; A.creditStatsForClient_closure.prototype = { call$2(creditId, credit) { @@ -419068,13 +418384,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedCreditStatsForUser_closure.prototype = { call$2(userId, creditMap) { return A.creditStatsForUser(userId, creditMap); }, - $signature: 97 + $signature: 102 }; A.creditStatsForUser_closure.prototype = { call$2(creditId, credit) { @@ -419107,7 +418423,7 @@ } } }, - $signature: 69 + $signature: 70 }; A.CreditState.prototype = { $get$1(_, creditId) { @@ -419131,13 +418447,13 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.CreditState_loadCredits_closure1.prototype = { call$1(item) { return item; }, - $signature: 113 + $signature: 119 }; A.CreditState_loadCredits_closure.prototype = { call$1(b) { @@ -419152,7 +418468,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 305 + $signature: 293 }; A.CreditUIState.prototype = { get$isCreatingNew() { @@ -419650,13 +418966,13 @@ b.get$_dashboard_state$_$this()._showSidebar = t3; return b; }, - $signature: 1349 + $signature: 1346 }; A.selectedEntitiesReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.selectedEntitiesReducer__closure0(action)); }, - $signature: 1350 + $signature: 1347 }; A.selectedEntitiesReducer__closure0.prototype = { call$1(b) { @@ -419667,32 +418983,32 @@ b.$indexSet(0, t1.entityType, A.BuiltList_BuiltList$from(t2, type$.String)); return b; }, - $signature: 848 + $signature: 776 }; A.selectedEntitiesReducer_closure0.prototype = { call$2(state, action) { return state.rebuild$1(new A.selectedEntitiesReducer__closure()); }, - $signature: 1352 + $signature: 1349 }; A.selectedEntitiesReducer__closure.prototype = { call$1(b) { b.get$_safeMap().clear$0(0); return b; }, - $signature: 848 + $signature: 776 }; A.selectedEntityTypeReducer_closure.prototype = { call$2(state, action) { return action.entityType; }, - $signature: 1353 + $signature: 1350 }; A.showSidebarReducer_closure.prototype = { call$2(state, action) { return action.showSidebar; }, - $signature: 1354 + $signature: 1351 }; A.dashboardSettingsReducer_closure.prototype = { call$1(b) { @@ -419714,14 +419030,14 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = 0; return b; }, - $signature: 152 + $signature: 164 }; A.dashboardSettingsReducer_closure0.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._includeTaxes = this.action.includeTaxes; return b; }, - $signature: 152 + $signature: 164 }; A.dashboardSettingsReducer_closure1.prototype = { call$1(b) { @@ -419730,21 +419046,21 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = this.state.offset + t1; return b; }, - $signature: 152 + $signature: 164 }; A.dashboardSettingsReducer_closure2.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._dashboard_state$_currencyId = this.action.currencyId; return b; }, - $signature: 152 + $signature: 164 }; A.dashboardSettingsReducer_closure3.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._groupBy = this.action.groupBy; return b; }, - $signature: 152 + $signature: 164 }; A.ChartDataGroup.prototype = {}; A.ChartMoneyData.prototype = { @@ -419760,21 +419076,21 @@ company.toString; return A._chartInvoices(clientMap, company, currencyMap, invoiceMap, settings); }, - $signature: 531 + $signature: 474 }; A.memoizedChartOverviewInvoices_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, clientMap) { company.toString; return A._chartInvoices(clientMap, company, currencyMap, invoiceMap, settings); }, - $signature: 531 + $signature: 474 }; A.memoizedPreviousChartInvoices_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, clientMap) { company.toString; return A._chartInvoices(clientMap, company, currencyMap, invoiceMap, settings); }, - $signature: 531 + $signature: 474 }; A._chartInvoices_closure.prototype = { call$2(int, invoice) { @@ -419880,19 +419196,19 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedChartQuotes_closure.prototype = { call$6(currencyMap, company, settings, quoteMap, clientMap, invoiceMap) { return A.chartQuotes(clientMap, company, currencyMap, invoiceMap, quoteMap, settings); }, - $signature: 847 + $signature: 774 }; A.memoizedPreviousChartQuotes_closure.prototype = { call$6(currencyMap, company, settings, quoteMap, clientMap, invoiceMap) { return A.chartQuotes(clientMap, company, currencyMap, invoiceMap, quoteMap, settings); }, - $signature: 847 + $signature: 774 }; A.chartQuotes_closure.prototype = { call$2(int, quote) { @@ -420050,19 +419366,19 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedChartPayments_closure.prototype = { call$6(currencyMap, company, settings, invoiceMap, clientMap, paymentMap) { return A.chartPayments(currencyMap, company, settings, invoiceMap, clientMap, paymentMap); }, - $signature: 846 + $signature: 773 }; A.memoizedPreviousChartPayments_closure.prototype = { call$6(currencyMap, company, settings, invoiceMap, clientMap, paymentMap) { return A.chartPayments(currencyMap, company, settings, invoiceMap, clientMap, paymentMap); }, - $signature: 846 + $signature: 773 }; A.chartPayments_closure.prototype = { call$2(int, payment) { @@ -420184,19 +419500,19 @@ } } }, - $signature: 198 + $signature: 194 }; A.memoizedChartTasks_closure.prototype = { call$8(currencyMap, company, settings, taskMap, invoiceMap, projectMap, clientMap, groupMap) { return A.chartTasks(currencyMap, company, settings, taskMap, invoiceMap, projectMap, clientMap, groupMap); }, - $signature: 845 + $signature: 772 }; 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: 845 + $signature: 772 }; A.chartTasks_closure.prototype = { call$2(int, task) { @@ -420262,7 +419578,7 @@ } } }, - $signature: 146 + $signature: 151 }; A.chartTasks__closure.prototype = { call$1(taskTime) { @@ -420378,7 +419694,7 @@ } } }, - $signature: 1361 + $signature: 1358 }; A.chartExpenses_closure.prototype = { call$2(int, expense) { @@ -420525,27 +419841,27 @@ } } }, - $signature: 124 + $signature: 120 }; A.memoizedChartExpenses_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, expenseMap) { company.toString; return A.chartExpenses(currencyMap, company, settings, invoiceMap, expenseMap); }, - $signature: 844 + $signature: 771 }; A.memoizedPreviousChartExpenses_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, expenseMap) { company.toString; return A.chartExpenses(currencyMap, company, settings, invoiceMap, expenseMap); }, - $signature: 844 + $signature: 771 }; A.memoizedRunningTasks_closure0.prototype = { call$2(taskMap, userId) { return A.runningTasks(taskMap, userId); }, - $signature: 1364 + $signature: 1361 }; A.runningTasks_closure.prototype = { call$2(taskId, task) { @@ -420563,13 +419879,13 @@ if (t1) this.tasks.push(task); }, - $signature: 146 + $signature: 151 }; A.memoizedUpcomingInvoices_closure.prototype = { call$2(invoiceMap, clientMap) { return A._upcomingInvoices(clientMap, invoiceMap); }, - $signature: 380 + $signature: 361 }; A._upcomingInvoices_closure.prototype = { call$2(index, invoice) { @@ -420609,19 +419925,19 @@ if (invoice.get$isUpcoming()) this.invoices.push(invoice); }, - $signature: 69 + $signature: 70 }; A._upcomingInvoices_closure0.prototype = { call$2(invoiceA, invoiceB) { return B.JSString_methods.compareTo$1(invoiceA.get$primaryDate(), invoiceB.get$primaryDate()); }, - $signature: 286 + $signature: 294 }; A.memoizedPastDueInvoices_closure.prototype = { call$2(invoiceMap, clientMap) { return A._pastDueInvoices(clientMap, invoiceMap); }, - $signature: 380 + $signature: 361 }; A._pastDueInvoices_closure.prototype = { call$2(index, invoice) { @@ -420661,19 +419977,19 @@ if (invoice.get$isPastDue()) this.invoices.push(invoice); }, - $signature: 69 + $signature: 70 }; A._pastDueInvoices_closure0.prototype = { call$2(invoiceA, invoiceB) { return B.JSString_methods.compareTo$1(invoiceA.get$primaryDate(), invoiceB.get$primaryDate()); }, - $signature: 286 + $signature: 294 }; A.memoizedRecentPayments_closure.prototype = { call$2(paymentMap, clientMap) { return A._recentPayments(clientMap, paymentMap); }, - $signature: 1367 + $signature: 1364 }; A._recentPayments_closure.prototype = { call$2(index, payment) { @@ -420725,7 +420041,7 @@ this.payments.push(payment); } }, - $signature: 198 + $signature: 194 }; A._recentPayments_closure0.prototype = { call$2(paymentA, paymentB) { @@ -420736,13 +420052,13 @@ else return B.JSString_methods.compareTo$1(t2, t1); }, - $signature: 840 + $signature: 768 }; A.memoizedUpcomingQuotes_closure.prototype = { call$2(quoteMap, clientMap) { return A._upcomingQuotes(clientMap, quoteMap); }, - $signature: 380 + $signature: 361 }; A._upcomingQuotes_closure.prototype = { call$2(index, quote) { @@ -420779,19 +420095,19 @@ if (quote.get$isUpcoming()) this.quotes.push(quote); }, - $signature: 69 + $signature: 70 }; A._upcomingQuotes_closure0.prototype = { call$2(quoteA, quoteB) { return B.JSString_methods.compareTo$1(quoteA.get$primaryDate(), quoteB.get$primaryDate()); }, - $signature: 286 + $signature: 294 }; A.memoizedExpiredQuotes_closure.prototype = { call$2(quoteMap, clientMap) { return A._expiredQuotes(clientMap, quoteMap); }, - $signature: 380 + $signature: 361 }; A._expiredQuotes_closure.prototype = { call$2(index, quote) { @@ -420828,19 +420144,19 @@ if (quote.get$isPastDue()) this.quotes.push(quote); }, - $signature: 69 + $signature: 70 }; A._expiredQuotes_closure0.prototype = { call$2(quoteA, quoteB) { return B.JSString_methods.compareTo$1(quoteA.get$primaryDate(), quoteB.get$primaryDate()); }, - $signature: 286 + $signature: 294 }; A.memoizedRunningTasks_closure.prototype = { call$2(taskMap, clientMap) { return A._runningTasks(clientMap, taskMap); }, - $signature: 1369 + $signature: 1366 }; A._runningTasks_closure.prototype = { call$2(index, task) { @@ -420877,19 +420193,19 @@ if (task.get$isRunning()) this.tasks.push(task); }, - $signature: 146 + $signature: 151 }; A._runningTasks_closure0.prototype = { call$2(taskA, taskB) { return B.JSInt_methods.compareTo$1(taskB.updatedAt, taskA.updatedAt); }, - $signature: 835 + $signature: 766 }; A.memoizedRecentTasks_closure.prototype = { call$2(taskMap, clientMap) { return A._recentTasks(clientMap, taskMap); }, - $signature: 1371 + $signature: 1368 }; A._recentTasks_closure.prototype = { call$2(index, task) { @@ -420926,19 +420242,19 @@ if (!task.get$isRunning()) this.tasks.push(task); }, - $signature: 146 + $signature: 151 }; A._recentTasks_closure0.prototype = { call$2(taskA, taskB) { return B.JSInt_methods.compareTo$1(taskB.updatedAt, taskA.updatedAt); }, - $signature: 835 + $signature: 766 }; A.memoizedRecentExpenses_closure.prototype = { call$2(expenseMap, clientMap) { return A._recentExpenses(clientMap, expenseMap); }, - $signature: 1372 + $signature: 1369 }; A._recentExpenses_closure.prototype = { call$2(index, expense) { @@ -420979,7 +420295,7 @@ if (!t1) this.expenses.push(expense); }, - $signature: 124 + $signature: 120 }; A._recentExpenses_closure0.prototype = { call$2(expenseA, expenseB) { @@ -420995,7 +420311,7 @@ else return B.JSString_methods.compareTo$1(expenseBdate, expenseAdate); }, - $signature: 439 + $signature: 480 }; A.DashboardUIState.prototype = {}; A.DashboardUISettings.prototype = { @@ -421475,7 +420791,7 @@ call$1(design) { return design.get$id(design); }, - $signature: 51 + $signature: 50 }; A.handleDesignAction_closure0.prototype = { call$1(b) { @@ -421605,7 +420921,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].designState.map._map$_map.$index(0, id); }, - $signature: 389 + $signature: 359 }; A._archiveDesign__closure0.prototype = { call$1(designs) { @@ -421614,7 +420930,7 @@ t1[0].call$1(new A.ArchiveDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 452 + $signature: 483 }; A._archiveDesign__closure1.prototype = { call$1(error) { @@ -421649,7 +420965,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].designState.map._map$_map.$index(0, id); }, - $signature: 389 + $signature: 359 }; A._deleteDesign__closure0.prototype = { call$1(designs) { @@ -421658,7 +420974,7 @@ t1[0].call$1(new A.DeleteDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 452 + $signature: 483 }; A._deleteDesign__closure1.prototype = { call$1(error) { @@ -421693,7 +421009,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].designState.map._map$_map.$index(0, id); }, - $signature: 389 + $signature: 359 }; A._restoreDesign__closure0.prototype = { call$1(designs) { @@ -421702,7 +421018,7 @@ t1[0].call$1(new A.RestoreDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 452 + $signature: 483 }; A._restoreDesign__closure1.prototype = { call$1(error) { @@ -421745,7 +421061,7 @@ } t1.completer.complete$1(0, design); }, - $signature: 544 + $signature: 484 }; A._saveDesign__closure0.prototype = { call$1(error) { @@ -421781,7 +421097,7 @@ t1[0].call$1(new A.LoadDesignSuccess(design)); this.action.completer.complete$1(0, null); }, - $signature: 544 + $signature: 484 }; A._loadDesign__closure0.prototype = { call$1(error) { @@ -421819,7 +421135,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1378 + $signature: 1375 }; A._loadDesigns__closure0.prototype = { call$1(error) { @@ -421853,176 +421169,176 @@ b.get$_design_state$_$this()._design_state$_forceSelected = t3; return b; }, - $signature: 1379 + $signature: 1376 }; A.forceSelectedReducer_closure93.prototype = { call$2(completer, action) { return true; }, - $signature: 1380 + $signature: 1377 }; A.forceSelectedReducer_closure94.prototype = { call$2(completer, action) { return false; }, - $signature: 1381 + $signature: 1378 }; A.forceSelectedReducer_closure95.prototype = { call$2(completer, action) { return false; }, - $signature: 1382 + $signature: 1379 }; A.forceSelectedReducer_closure96.prototype = { call$2(completer, action) { return false; }, - $signature: 1383 + $signature: 1380 }; A.forceSelectedReducer_closure97.prototype = { call$2(completer, action) { return false; }, - $signature: 1384 + $signature: 1381 }; A.forceSelectedReducer_closure98.prototype = { call$2(completer, action) { return false; }, - $signature: 1385 + $signature: 1382 }; A.forceSelectedReducer_closure99.prototype = { call$2(completer, action) { return false; }, - $signature: 1386 + $signature: 1383 }; A.forceSelectedReducer_closure100.prototype = { call$2(completer, action) { return false; }, - $signature: 1387 + $signature: 1384 }; A.selectedIdReducer_closure181.prototype = { call$2(completer, action) { return ""; }, - $signature: 1388 + $signature: 1385 }; A.selectedIdReducer_closure182.prototype = { call$2(completer, action) { return ""; }, - $signature: 1389 + $signature: 1386 }; A.selectedIdReducer_closure183.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_design ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure184.prototype = { call$2(selectedId, action) { return action.get$designId(); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure185.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$design()); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure186.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure187.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure188.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1390 + $signature: 1387 }; A.selectedIdReducer_closure189.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1391 + $signature: 1388 }; A.selectedIdReducer_closure190.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1392 + $signature: 1389 }; A.selectedIdReducer_closure191.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1393 + $signature: 1390 }; A.selectedIdReducer_closure192.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1394 + $signature: 1391 }; A.selectedIdReducer_closure193.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1395 + $signature: 1392 }; A.selectedIdReducer_closure194.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1396 + $signature: 1393 }; A.editingReducer_closure60.prototype = { call$2(designs, action) { return J.$index$asx(action.designs, 0); }, - $signature: 1397 + $signature: 1394 }; A.editingReducer_closure61.prototype = { call$2(designs, action) { return J.$index$asx(action.designs, 0); }, - $signature: 1398 + $signature: 1395 }; A.editingReducer_closure62.prototype = { call$2(designs, action) { return J.$index$asx(action.designs, 0); }, - $signature: 1399 + $signature: 1396 }; A.editingReducer_closure63.prototype = { call$2(design, action) { return action.design.rebuild$1(new A.editingReducer__closure23()); }, - $signature: 1400 + $signature: 1397 }; A.editingReducer__closure23.prototype = { call$1(b) { b.get$_design_model$_$this()._design_model$_isChanged = true; return b; }, - $signature: 242 + $signature: 241 }; A.designListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.designListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.designListReducer__closure.prototype = { call$1(b) { @@ -422175,7 +421491,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 457 + $signature: 486 }; A._deleteDesignSuccess_closure.prototype = { call$1(b) { @@ -422197,7 +421513,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 457 + $signature: 486 }; A._restoreDesignSuccess_closure.prototype = { call$1(b) { @@ -422219,7 +421535,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 457 + $signature: 486 }; A._addDesign_closure.prototype = { call$1(b) { @@ -422231,7 +421547,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 392 + $signature: 358 }; A._updateDesign_closure.prototype = { call$1(b) { @@ -422239,7 +421555,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 392 + $signature: 358 }; A._setLoadedDesign_closure.prototype = { call$1(b) { @@ -422247,13 +421563,13 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 392 + $signature: 358 }; A.memoizedFilteredDesignList_closure.prototype = { call$3(designMap, designList, designListState) { return A.filteredDesignsSelector(designMap, designList, designListState); }, - $signature: 1403 + $signature: 1400 }; A.filteredDesignsSelector_closure.prototype = { call$1(designId) { @@ -422315,19 +421631,19 @@ call$1(designId) { return this.$this.map._map$_map.$index(0, designId); }, - $signature: 389 + $signature: 359 }; A.DesignState_loadDesigns_closure0.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.DesignState_loadDesigns_closure1.prototype = { call$1(item) { return item; }, - $signature: 1404 + $signature: 1401 }; A.DesignState_loadDesigns_closure.prototype = { call$1(b) { @@ -422342,7 +421658,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 392 + $signature: 358 }; A.DesignUIState.prototype = { get$isCreatingNew() { @@ -422852,7 +422168,7 @@ call$1($document) { return $document.get$id($document); }, - $signature: 51 + $signature: 50 }; A.handleDocumentAction_showDocument.prototype = { call$0() { @@ -422881,7 +422197,7 @@ t1 = new A.SizedBox(600, _null, A.PdfPreview$(false, false, new A.handleDocumentAction_showDocument__closure0(t1), false, false, false, _null, _null, _null), _null); return A.AlertDialog$(t2, _null, _null, t1, _null, _null, _null); }, - $signature: 174 + $signature: 168 }; A.handleDocumentAction_showDocument__closure.prototype = { call$0() { @@ -422895,13 +422211,13 @@ t1.toString; return t1; }, - $signature: 105 + $signature: 108 }; A.handleDocumentAction_closure0.prototype = { call$1(value) { return this.showDocument.call$0(); }, - $signature: 607 + $signature: 754 }; A.handleDocumentAction_downloadDocument.prototype = { call$0() { @@ -422933,14 +422249,14 @@ call$1(value) { return this.downloadDocument.call$0(); }, - $signature: 607 + $signature: 754 }; A.handleDocumentAction_closure2.prototype = { call$1(_) { var t1 = this.context; A.passwordCallback(false, new A.handleDocumentAction__closure(t1, this.document, this.store), t1, false); }, - $signature: 28 + $signature: 27 }; A.handleDocumentAction__closure.prototype = { call$2(password, idToken) { @@ -423013,7 +422329,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadClient(null, this.document.parentId)); }, - $signature: 102 + $signature: 101 }; A.handleDocumentAction___closure0.prototype = { call$1(_) { @@ -423021,7 +422337,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadCredit(null, this.document.parentId)); }, - $signature: 102 + $signature: 101 }; A.handleDocumentAction___closure1.prototype = { call$1(_) { @@ -423029,7 +422345,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadExpense(null, this.document.parentId)); }, - $signature: 102 + $signature: 101 }; A.handleDocumentAction___closure2.prototype = { call$1(_) { @@ -423037,7 +422353,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadGroup(null, this.document.parentId)); }, - $signature: 102 + $signature: 101 }; A.handleDocumentAction___closure3.prototype = { call$1(_) { @@ -423045,7 +422361,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadInvoice(null, this.document.parentId)); }, - $signature: 102 + $signature: 101 }; A.handleDocumentAction___closure4.prototype = { call$1(_) { @@ -423053,7 +422369,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadProduct(null, this.document.parentId)); }, - $signature: 102 + $signature: 101 }; A.handleDocumentAction___closure5.prototype = { call$1(_) { @@ -423061,7 +422377,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadProject(null, this.document.parentId)); }, - $signature: 102 + $signature: 101 }; A.handleDocumentAction___closure6.prototype = { call$1(_) { @@ -423069,7 +422385,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadPurchaseOrder(null, this.document.parentId)); }, - $signature: 102 + $signature: 101 }; A.handleDocumentAction___closure7.prototype = { call$1(_) { @@ -423077,7 +422393,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadQuote(null, this.document.parentId)); }, - $signature: 102 + $signature: 101 }; A.handleDocumentAction___closure8.prototype = { call$1(_) { @@ -423085,7 +422401,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadRecurringExpense(null, this.document.parentId)); }, - $signature: 102 + $signature: 101 }; A.handleDocumentAction___closure9.prototype = { call$1(_) { @@ -423093,7 +422409,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadRecurringInvoice(null, this.document.parentId)); }, - $signature: 102 + $signature: 101 }; A.handleDocumentAction___closure10.prototype = { call$1(_) { @@ -423101,7 +422417,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadTask(null, this.document.parentId)); }, - $signature: 102 + $signature: 101 }; A.handleDocumentAction___closure11.prototype = { call$1(_) { @@ -423109,7 +422425,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadVendor(null, this.document.parentId)); }, - $signature: 102 + $signature: 101 }; A.handleDocumentAction___closure12.prototype = { call$1(_) { @@ -423117,7 +422433,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.RefreshData(null, false, false, false)); }, - $signature: 102 + $signature: 101 }; A.handleDocumentAction___closure13.prototype = { call$1(_) { @@ -423125,7 +422441,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.RefreshData(null, false, false, false)); }, - $signature: 102 + $signature: 101 }; A.StartDocumentMultiselect.prototype = {}; A.AddToDocumentMultiselect.prototype = {}; @@ -423243,7 +422559,7 @@ t2[0].call$1(new A.SaveDocumentSuccess($document)); t1.completer.complete$1(0, $document); }, - $signature: 295 + $signature: 280 }; A._saveDocument___closure13.prototype = { call$1(b) { @@ -423289,7 +422605,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].documentState.map._map$_map.$index(0, id); }, - $signature: 822 + $signature: 753 }; A._archiveDocument__closure0.prototype = { call$1(documents) { @@ -423298,7 +422614,7 @@ t1[0].call$1(new A.ArchiveDocumentSuccess(documents)); this.action.completer.complete$1(0, null); }, - $signature: 79 + $signature: 81 }; A._archiveDocument__closure1.prototype = { call$1(error) { @@ -423331,7 +422647,7 @@ t1[0].call$1(new A.DownloadDocumentsSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 79 + $signature: 81 }; A._downloadDocuments__closure0.prototype = { call$1(error) { @@ -423400,7 +422716,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].documentState.map._map$_map.$index(0, id); }, - $signature: 822 + $signature: 753 }; A._restoreDocument__closure0.prototype = { call$1(documents) { @@ -423409,7 +422725,7 @@ t1[0].call$1(new A.RestoreDocumentSuccess(documents)); this.action.completer.complete$1(0, null); }, - $signature: 79 + $signature: 81 }; A._restoreDocument__closure1.prototype = { call$1(error) { @@ -423445,7 +422761,7 @@ t1[0].call$1(new A.LoadDocumentSuccess($document)); this.action.completer.complete$1(0, null); }, - $signature: 295 + $signature: 280 }; A._loadDocument__closure0.prototype = { call$1(error) { @@ -423486,7 +422802,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 1411 + $signature: 1408 }; A._loadDocumentData___closure.prototype = { call$1(b) { @@ -423527,151 +422843,151 @@ b.get$_document_state$_$this()._document_state$_forceSelected = t3; return b; }, - $signature: 1412 + $signature: 1409 }; A.forceSelectedReducer_closure51.prototype = { call$2(completer, action) { return true; }, - $signature: 1413 + $signature: 1410 }; A.forceSelectedReducer_closure52.prototype = { call$2(completer, action) { return false; }, - $signature: 1414 + $signature: 1411 }; A.forceSelectedReducer_closure53.prototype = { call$2(completer, action) { return false; }, - $signature: 1415 + $signature: 1412 }; A.forceSelectedReducer_closure54.prototype = { call$2(completer, action) { return false; }, - $signature: 1416 + $signature: 1413 }; A.forceSelectedReducer_closure55.prototype = { call$2(completer, action) { return false; }, - $signature: 1417 + $signature: 1414 }; A.forceSelectedReducer_closure56.prototype = { call$2(completer, action) { return false; }, - $signature: 1418 + $signature: 1415 }; A.forceSelectedReducer_closure57.prototype = { call$2(completer, action) { return false; }, - $signature: 1419 + $signature: 1416 }; A.forceSelectedReducer_closure58.prototype = { call$2(completer, action) { return false; }, - $signature: 1420 + $signature: 1417 }; A.forceSelectedReducer_closure59.prototype = { call$2(completer, action) { return false; }, - $signature: 1421 + $signature: 1418 }; A.selectedIdReducer_closure95.prototype = { call$2(completer, action) { return ""; }, - $signature: 1422 + $signature: 1419 }; A.selectedIdReducer_closure96.prototype = { call$2(completer, action) { return ""; }, - $signature: 1423 + $signature: 1420 }; A.selectedIdReducer_closure97.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_document ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure98.prototype = { call$2(selectedId, action) { return action.documentId; }, - $signature: 1424 + $signature: 1421 }; A.selectedIdReducer_closure99.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure100.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure101.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1425 + $signature: 1422 }; A.selectedIdReducer_closure102.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1426 + $signature: 1423 }; A.selectedIdReducer_closure103.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1427 + $signature: 1424 }; A.selectedIdReducer_closure104.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1428 + $signature: 1425 }; A.selectedIdReducer_closure105.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1429 + $signature: 1426 }; A.selectedIdReducer_closure106.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1430 + $signature: 1427 }; A.selectedIdReducer_closure107.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1431 + $signature: 1428 }; A.selectedIdReducer_closure108.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1432 + $signature: 1429 }; A.editingReducer_closure32.prototype = { call$2($document, action) { return action.document.rebuild$1(new A.editingReducer__closure11()); }, - $signature: 1433 + $signature: 1430 }; A.editingReducer__closure11.prototype = { call$1(b) { @@ -423684,7 +423000,7 @@ call$2(state, action) { return state.rebuild$1(new A.documentListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.documentListReducer__closure.prototype = { call$1(b) { @@ -423858,7 +423174,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 819 + $signature: 752 }; A._deleteDocumentSuccess_closure.prototype = { call$1(b) { @@ -423867,7 +423183,7 @@ B.JSArray_methods.remove$1(b.get$list(b).get$_safeList(), t1); return b; }, - $signature: 183 + $signature: 172 }; A._restoreDocumentSuccess_closure.prototype = { call$1(b) { @@ -423889,26 +423205,26 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 819 + $signature: 752 }; A._addDocument_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.get$documents(), new A._addDocument__closure(), new A._addDocument__closure0(), type$.String, type$.DocumentEntity)); return b; }, - $signature: 183 + $signature: 172 }; A._addDocument__closure.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A._addDocument__closure0.prototype = { call$1(item) { return item; }, - $signature: 487 + $signature: 500 }; A._addDocument_closure0.prototype = { call$1(b) { @@ -423916,7 +423232,7 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 183 + $signature: 172 }; A._updateDocument_closure.prototype = { call$1(b) { @@ -423924,7 +423240,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 183 + $signature: 172 }; A._setLoadedDocument_closure.prototype = { call$1(b) { @@ -423932,26 +423248,26 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 183 + $signature: 172 }; 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$.String, type$.DocumentEntity)); return b; }, - $signature: 183 + $signature: 172 }; A._setLoadedDocuments__closure.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A._setLoadedDocuments__closure0.prototype = { call$1(item) { return item; }, - $signature: 487 + $signature: 500 }; A._setLoadedDocuments_closure0.prototype = { call$1(b) { @@ -423959,13 +423275,13 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 183 + $signature: 172 }; A._setLoadedCompany_closure9.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany__closure24(this.company))); }, - $signature: 40 + $signature: 39 }; A._setLoadedCompany__closure24.prototype = { call$1(b) { @@ -423979,13 +423295,13 @@ call$1(client) { B.JSArray_methods.forEach$1(client.documents._list$_list, new A._setLoadedCompany__closure23(this.documents, client)); }, - $signature: 886 + $signature: 844 }; A._setLoadedCompany__closure23.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure11(this.client))); }, - $signature: 40 + $signature: 39 }; A._setLoadedCompany___closure11.prototype = { call$1(b) { @@ -423999,13 +423315,13 @@ call$1(credit) { B.JSArray_methods.forEach$1(credit.documents._list$_list, new A._setLoadedCompany__closure22(this.documents, credit)); }, - $signature: 160 + $signature: 161 }; A._setLoadedCompany__closure22.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure10(this.credit))); }, - $signature: 40 + $signature: 39 }; A._setLoadedCompany___closure10.prototype = { call$1(b) { @@ -424019,13 +423335,13 @@ call$1(expense) { B.JSArray_methods.forEach$1(expense.documents._list$_list, new A._setLoadedCompany__closure21(this.documents, expense)); }, - $signature: 402 + $signature: 354 }; A._setLoadedCompany__closure21.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure9(this.expense))); }, - $signature: 40 + $signature: 39 }; A._setLoadedCompany___closure9.prototype = { call$1(b) { @@ -424039,13 +423355,13 @@ call$1(group) { B.JSArray_methods.forEach$1(group.documents._list$_list, new A._setLoadedCompany__closure20(this.documents, group)); }, - $signature: 816 + $signature: 748 }; A._setLoadedCompany__closure20.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure8(this.group))); }, - $signature: 40 + $signature: 39 }; A._setLoadedCompany___closure8.prototype = { call$1(b) { @@ -424059,13 +423375,13 @@ call$1(invoice) { B.JSArray_methods.forEach$1(invoice.documents._list$_list, new A._setLoadedCompany__closure19(this.documents, invoice)); }, - $signature: 160 + $signature: 161 }; A._setLoadedCompany__closure19.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure7(this.invoice))); }, - $signature: 40 + $signature: 39 }; A._setLoadedCompany___closure7.prototype = { call$1(b) { @@ -424079,13 +423395,13 @@ call$1(product) { B.JSArray_methods.forEach$1(product.documents._list$_list, new A._setLoadedCompany__closure18(this.documents, product)); }, - $signature: 489 + $signature: 512 }; A._setLoadedCompany__closure18.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure6(this.product))); }, - $signature: 40 + $signature: 39 }; A._setLoadedCompany___closure6.prototype = { call$1(b) { @@ -424099,13 +423415,13 @@ call$1(project) { B.JSArray_methods.forEach$1(project.documents._list$_list, new A._setLoadedCompany__closure17(this.documents, project)); }, - $signature: 815 + $signature: 746 }; A._setLoadedCompany__closure17.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure5(this.project))); }, - $signature: 40 + $signature: 39 }; A._setLoadedCompany___closure5.prototype = { call$1(b) { @@ -424119,13 +423435,13 @@ call$1(purchaseOrder) { B.JSArray_methods.forEach$1(purchaseOrder.documents._list$_list, new A._setLoadedCompany__closure16(this.documents, purchaseOrder)); }, - $signature: 160 + $signature: 161 }; A._setLoadedCompany__closure16.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure4(this.purchaseOrder))); }, - $signature: 40 + $signature: 39 }; A._setLoadedCompany___closure4.prototype = { call$1(b) { @@ -424139,13 +423455,13 @@ call$1(quote) { B.JSArray_methods.forEach$1(quote.documents._list$_list, new A._setLoadedCompany__closure15(this.documents, quote)); }, - $signature: 160 + $signature: 161 }; A._setLoadedCompany__closure15.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure3(this.quote))); }, - $signature: 40 + $signature: 39 }; A._setLoadedCompany___closure3.prototype = { call$1(b) { @@ -424159,13 +423475,13 @@ call$1(recurringExpense) { B.JSArray_methods.forEach$1(recurringExpense.documents._list$_list, new A._setLoadedCompany__closure14(this.documents, recurringExpense)); }, - $signature: 402 + $signature: 354 }; A._setLoadedCompany__closure14.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure2(this.recurringExpense))); }, - $signature: 40 + $signature: 39 }; A._setLoadedCompany___closure2.prototype = { call$1(b) { @@ -424179,13 +423495,13 @@ call$1(recurringInvoice) { B.JSArray_methods.forEach$1(recurringInvoice.documents._list$_list, new A._setLoadedCompany__closure13(this.documents, recurringInvoice)); }, - $signature: 160 + $signature: 161 }; A._setLoadedCompany__closure13.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure1(this.recurringInvoice))); }, - $signature: 40 + $signature: 39 }; A._setLoadedCompany___closure1.prototype = { call$1(b) { @@ -424199,13 +423515,13 @@ call$1(task) { B.JSArray_methods.forEach$1(task.documents._list$_list, new A._setLoadedCompany__closure12(this.documents, task)); }, - $signature: 814 + $signature: 744 }; A._setLoadedCompany__closure12.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure0(this.task))); }, - $signature: 40 + $signature: 39 }; A._setLoadedCompany___closure0.prototype = { call$1(b) { @@ -424219,13 +423535,13 @@ call$1(vendor) { B.JSArray_methods.forEach$1(vendor.documents._list$_list, new A._setLoadedCompany__closure11(this.documents, vendor)); }, - $signature: 813 + $signature: 743 }; A._setLoadedCompany__closure11.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure(this.vendor))); }, - $signature: 40 + $signature: 39 }; A._setLoadedCompany___closure.prototype = { call$1(b) { @@ -424240,19 +423556,19 @@ b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.documents, new A._setLoadedCompany__closure9(), new A._setLoadedCompany__closure10(), type$.String, type$.DocumentEntity)); return b; }, - $signature: 183 + $signature: 172 }; A._setLoadedCompany__closure9.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A._setLoadedCompany__closure10.prototype = { call$1(item) { return item; }, - $signature: 487 + $signature: 500 }; A._setLoadedCompany_closure24.prototype = { call$1(b) { @@ -424260,13 +423576,13 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 183 + $signature: 172 }; A.memoizedFilteredDocumentList_closure.prototype = { call$4(selectionState, documentMap, documentList, documentListState) { return A.filteredDocumentsSelector(selectionState, documentMap, documentList, documentListState); }, - $signature: 1443 + $signature: 1440 }; A.filteredDocumentsSelector_closure.prototype = { call$1(documentId) { @@ -424820,7 +424136,7 @@ call$1(expense) { return expense.get$id(expense); }, - $signature: 51 + $signature: 50 }; A.handleExpenseAction_closure0.prototype = { call$1(b) { @@ -424849,13 +424165,13 @@ t1 = false; return t1; }, - $signature: 217 + $signature: 210 }; A.handleExpenseAction_closure3.prototype = { call$1(expense) { return A.convertExpenseToInvoiceItem(this.context, type$.ExpenseEntity._as(expense)); }, - $signature: 1445 + $signature: 1442 }; A.handleExpenseAction_closure4.prototype = { call$1(b) { @@ -424868,7 +424184,7 @@ b.get$_invoice_model$_$this()._vendorId = t1; return b; }, - $signature: 7 + $signature: 8 }; A.StartExpenseMultiselect.prototype = {}; A.AddToExpenseMultiselect.prototype = {}; @@ -424981,7 +424297,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, id); }, - $signature: 216 + $signature: 226 }; A._archiveExpense__closure0.prototype = { call$1(expenses) { @@ -424990,7 +424306,7 @@ t1[0].call$1(new A.ArchiveExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 201 + $signature: 192 }; A._archiveExpense__closure1.prototype = { call$1(error) { @@ -425025,7 +424341,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, id); }, - $signature: 216 + $signature: 226 }; A._deleteExpense__closure0.prototype = { call$1(expenses) { @@ -425034,7 +424350,7 @@ t1[0].call$1(new A.DeleteExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 201 + $signature: 192 }; A._deleteExpense__closure1.prototype = { call$1(error) { @@ -425069,7 +424385,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, id); }, - $signature: 216 + $signature: 226 }; A._restoreExpense__closure0.prototype = { call$1(expenses) { @@ -425078,7 +424394,7 @@ t1[0].call$1(new A.RestoreExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 201 + $signature: 192 }; A._restoreExpense__closure1.prototype = { call$1(error) { @@ -425118,7 +424434,7 @@ } t1.completer.complete$1(0, expense); }, - $signature: 165 + $signature: 159 }; A._saveExpense__closure0.prototype = { call$1(error) { @@ -425156,7 +424472,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 165 + $signature: 159 }; A._loadExpense__closure0.prototype = { call$1(error) { @@ -425203,19 +424519,19 @@ } else t1[0].call$1(new A.LoadRecurringExpenses()); }, - $signature: 812 + $signature: 740 }; A._loadExpenses___closure.prototype = { call$1(expense) { B.JSArray_methods.forEach$1(expense.documents._list$_list, new A._loadExpenses____closure(this.documents, expense)); }, - $signature: 402 + $signature: 354 }; A._loadExpenses____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadExpenses_____closure(this.expense))); }, - $signature: 40 + $signature: 39 }; A._loadExpenses_____closure.prototype = { call$1(b) { @@ -425266,13 +424582,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 165 + $signature: 159 }; A._saveDocument___closure9.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure9(this.expense))); }, - $signature: 40 + $signature: 39 }; A._saveDocument____closure9.prototype = { call$1(b) { @@ -425314,187 +424630,187 @@ b.get$_expense_state$_$this()._expense_state$_tabIndex = t3; return b; }, - $signature: 1450 + $signature: 1447 }; A.forceSelectedReducer_closure42.prototype = { call$2(completer, action) { return true; }, - $signature: 1451 + $signature: 1448 }; A.forceSelectedReducer_closure43.prototype = { call$2(completer, action) { return false; }, - $signature: 1452 + $signature: 1449 }; A.forceSelectedReducer_closure44.prototype = { call$2(completer, action) { return false; }, - $signature: 1453 + $signature: 1450 }; A.forceSelectedReducer_closure45.prototype = { call$2(completer, action) { return false; }, - $signature: 1454 + $signature: 1451 }; A.forceSelectedReducer_closure46.prototype = { call$2(completer, action) { return false; }, - $signature: 1455 + $signature: 1452 }; A.forceSelectedReducer_closure47.prototype = { call$2(completer, action) { return false; }, - $signature: 1456 + $signature: 1453 }; A.forceSelectedReducer_closure48.prototype = { call$2(completer, action) { return false; }, - $signature: 1457 + $signature: 1454 }; A.forceSelectedReducer_closure49.prototype = { call$2(completer, action) { return false; }, - $signature: 1458 + $signature: 1455 }; A.forceSelectedReducer_closure50.prototype = { call$2(completer, action) { return false; }, - $signature: 1459 + $signature: 1456 }; A.tabIndexReducer_closure9.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1460 + $signature: 1457 }; A.tabIndexReducer_closure10.prototype = { call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 97 }; A.selectedIdReducer_closure80.prototype = { call$2(completer, action) { return ""; }, - $signature: 1461 + $signature: 1458 }; A.selectedIdReducer_closure81.prototype = { call$2(completer, action) { return ""; }, - $signature: 1462 + $signature: 1459 }; A.selectedIdReducer_closure82.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_expense ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure83.prototype = { call$2(selectedId, action) { return action.expenseId; }, - $signature: 1463 + $signature: 1460 }; A.selectedIdReducer_closure84.prototype = { call$2(selectedId, action) { return action.expense.id; }, - $signature: 1464 + $signature: 1461 }; A.selectedIdReducer_closure85.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure86.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure87.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1465 + $signature: 1462 }; A.selectedIdReducer_closure88.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1466 + $signature: 1463 }; A.selectedIdReducer_closure89.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1467 + $signature: 1464 }; A.selectedIdReducer_closure90.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1468 + $signature: 1465 }; A.selectedIdReducer_closure91.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1469 + $signature: 1466 }; A.selectedIdReducer_closure92.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1470 + $signature: 1467 }; A.selectedIdReducer_closure93.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1471 + $signature: 1468 }; A.selectedIdReducer_closure94.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1472 + $signature: 1469 }; A.editingReducer_closure28.prototype = { call$2(expenses, action) { return J.$index$asx(action.expenses, 0); }, - $signature: 1473 + $signature: 1470 }; A.editingReducer_closure29.prototype = { call$2(expenses, action) { return J.$index$asx(action.expenses, 0); }, - $signature: 1474 + $signature: 1471 }; A.editingReducer_closure30.prototype = { call$2(expenses, action) { return J.$index$asx(action.expenses, 0); }, - $signature: 1475 + $signature: 1472 }; A.editingReducer_closure31.prototype = { call$2(expense, action) { return action.expense.rebuild$1(new A.editingReducer__closure10()); }, - $signature: 1476 + $signature: 1473 }; A.editingReducer__closure10.prototype = { call$1(b) { @@ -425507,7 +424823,7 @@ call$2(state, action) { return state.rebuild$1(new A.expenseListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.expenseListReducer__closure.prototype = { call$1(b) { @@ -425692,13 +425008,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 500 + $signature: 513 }; A._purgeClientSuccess_closure22.prototype = { call$1(each) { return each.id; }, - $signature: 811 + $signature: 738 }; A._purgeClientSuccess_closure20.prototype = { call$1(b) { @@ -425711,13 +425027,13 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure14(t1), true); return b; }, - $signature: 290 + $signature: 295 }; A._purgeClientSuccess__closure13.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 810 + $signature: 736 }; A._purgeClientSuccess__closure14.prototype = { call$1(p0) { @@ -425745,7 +425061,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 502 + $signature: 543 }; A._deleteExpenseSuccess_closure.prototype = { call$1(b) { @@ -425767,7 +425083,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 502 + $signature: 543 }; A._restoreExpenseSuccess_closure.prototype = { call$1(b) { @@ -425789,7 +425105,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 502 + $signature: 543 }; A._addExpense_closure.prototype = { call$1(b) { @@ -425801,7 +425117,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 290 + $signature: 295 }; A._updateExpense_closure.prototype = { call$1(b) { @@ -425809,7 +425125,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 290 + $signature: 295 }; A._setLoadedExpense_closure.prototype = { call$1(b) { @@ -425817,18 +425133,18 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 290 + $signature: 295 }; A.memoizedExpensePurchaseOrderSelector_closure.prototype = { call$2(expense, purchaseOrderMap) { return A.expensePurchaseOrderSelector(expense, purchaseOrderMap); }, - $signature: 1482 + $signature: 1479 }; A.expensePurchaseOrderSelector_closure.prototype = { call$2(purchaseOrderId, purchaseOrder) { }, - $signature: 69 + $signature: 70 }; A.convertExpenseToInvoiceItem_closure.prototype = { call$1(b) { @@ -425883,13 +425199,13 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 59 + $signature: 57 }; 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: 809 + $signature: 733 }; A.filteredExpensesSelector_closure.prototype = { call$1(expenseId) { @@ -426013,7 +425329,7 @@ call$2(vendorId, expenseMap) { return A.expenseStatsForVendor(vendorId, expenseMap); }, - $signature: 176 + $signature: 169 }; A.expenseStatsForVendor_closure.prototype = { call$2(expenseId, expense) { @@ -426046,13 +425362,13 @@ } } }, - $signature: 124 + $signature: 120 }; A.memoizedExpenseStatsForClient_closure.prototype = { call$2(clientId, expenseMap) { return A.expenseStatsForClient(clientId, expenseMap); }, - $signature: 176 + $signature: 169 }; A.expenseStatsForClient_closure.prototype = { call$2(expenseId, expense) { @@ -426085,13 +425401,13 @@ } } }, - $signature: 124 + $signature: 120 }; A.memoizedClientExpenseList_closure.prototype = { call$2(expenseMap, clientId) { return A.clientExpenseList(expenseMap, clientId); }, - $signature: 1485 + $signature: 1482 }; A.clientExpenseList_closure.prototype = { call$1(expenseid) { @@ -426137,7 +425453,7 @@ call$2(projectId, expenseMap) { return A.expenseStatsForProject(projectId, expenseMap); }, - $signature: 176 + $signature: 169 }; A.expenseStatsForProject_closure.prototype = { call$2(expenseId, expense) { @@ -426170,13 +425486,13 @@ } } }, - $signature: 124 + $signature: 120 }; A.memoizedExpenseStatsForUser_closure.prototype = { call$2(userId, expenseMap) { return A.expenseStatsForUser(userId, expenseMap); }, - $signature: 176 + $signature: 169 }; A.expenseStatsForUser_closure.prototype = { call$2(expenseId, expense) { @@ -426209,7 +425525,7 @@ } } }, - $signature: 124 + $signature: 120 }; A.ExpenseState.prototype = { $get$1(_, expenseId) { @@ -426233,13 +425549,13 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.ExpenseState_loadExpenses_closure1.prototype = { call$1(item) { return item; }, - $signature: 808 + $signature: 731 }; A.ExpenseState_loadExpenses_closure.prototype = { call$1(b) { @@ -426254,7 +425570,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 290 + $signature: 295 }; A.ExpenseUIState.prototype = { get$isCreatingNew() { @@ -426778,7 +426094,7 @@ call$1(expenseCategory) { return expenseCategory.get$id(expenseCategory); }, - $signature: 51 + $signature: 50 }; A.handleExpenseCategoryAction_closure0.prototype = { call$1(b) { @@ -426792,7 +426108,7 @@ b.get$_transaction_model$_$this()._transaction_model$_categoryId = this.expenseCategory.id; return b; }, - $signature: 135 + $signature: 134 }; A._editExpenseCategory_closure.prototype = { call$3(store, dynamicAction, next) { @@ -426894,7 +426210,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseCategoryState.map._map$_map.$index(0, id); }, - $signature: 506 + $signature: 550 }; A._archiveExpenseCategory__closure0.prototype = { call$1(expenseCategories) { @@ -426903,7 +426219,7 @@ t1[0].call$1(new A.ArchiveExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 507 + $signature: 551 }; A._archiveExpenseCategory__closure1.prototype = { call$1(error) { @@ -426938,7 +426254,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseCategoryState.map._map$_map.$index(0, id); }, - $signature: 506 + $signature: 550 }; A._deleteExpenseCategory__closure0.prototype = { call$1(expenseCategories) { @@ -426947,7 +426263,7 @@ t1[0].call$1(new A.DeleteExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 507 + $signature: 551 }; A._deleteExpenseCategory__closure1.prototype = { call$1(error) { @@ -426982,7 +426298,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseCategoryState.map._map$_map.$index(0, id); }, - $signature: 506 + $signature: 550 }; A._restoreExpenseCategory__closure0.prototype = { call$1(expenseCategories) { @@ -426991,7 +426307,7 @@ t1[0].call$1(new A.RestoreExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 507 + $signature: 551 }; A._restoreExpenseCategory__closure1.prototype = { call$1(error) { @@ -427040,7 +426356,7 @@ if (t1 != null) t1.complete$1(0, expenseCategory); }, - $signature: 408 + $signature: 346 }; A._saveExpenseCategory__closure0.prototype = { call$1(error) { @@ -427076,7 +426392,7 @@ t1[0].call$1(new A.LoadExpenseCategorySuccess(expenseCategory)); this.action.completer.complete$1(0, null); }, - $signature: 408 + $signature: 346 }; A._loadExpenseCategory__closure0.prototype = { call$1(error) { @@ -427114,7 +426430,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1490 + $signature: 1487 }; A._loadExpenseCategories__closure0.prototype = { call$1(error) { @@ -427152,151 +426468,151 @@ b.get$_expense_category_state$_$this()._expense_category_state$_cancelCompleter = t3; return b; }, - $signature: 1491 + $signature: 1488 }; A.saveCompleterReducer_closure1.prototype = { call$2(completer, action) { return type$.nullable_Completer_SelectableEntity._as(action.completer); }, - $signature: 1492 + $signature: 1489 }; A.cancelCompleterReducer_closure1.prototype = { call$2(completer, action) { return type$.nullable_Completer_Null._as(action.cancelCompleter); }, - $signature: 1493 + $signature: 1490 }; A.forceSelectedReducer_closure134.prototype = { call$2(completer, action) { return true; }, - $signature: 1494 + $signature: 1491 }; A.forceSelectedReducer_closure135.prototype = { call$2(completer, action) { return false; }, - $signature: 1495 + $signature: 1492 }; A.forceSelectedReducer_closure136.prototype = { call$2(completer, action) { return false; }, - $signature: 1496 + $signature: 1493 }; A.forceSelectedReducer_closure137.prototype = { call$2(completer, action) { return false; }, - $signature: 1497 + $signature: 1494 }; A.forceSelectedReducer_closure138.prototype = { call$2(completer, action) { return false; }, - $signature: 1498 + $signature: 1495 }; A.forceSelectedReducer_closure139.prototype = { call$2(completer, action) { return false; }, - $signature: 1499 + $signature: 1496 }; A.forceSelectedReducer_closure140.prototype = { call$2(completer, action) { return false; }, - $signature: 1500 + $signature: 1497 }; A.forceSelectedReducer_closure141.prototype = { call$2(completer, action) { return false; }, - $signature: 1501 + $signature: 1498 }; A.selectedIdReducer_closure258.prototype = { call$2(completer, action) { return ""; }, - $signature: 1502 + $signature: 1499 }; A.selectedIdReducer_closure259.prototype = { call$2(completer, action) { return ""; }, - $signature: 1503 + $signature: 1500 }; A.selectedIdReducer_closure260.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_expenseCategory ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure261.prototype = { call$2(selectedId, action) { return action.get$expenseCategoryId(); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure262.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$expenseCategory()); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure263.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure264.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure265.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1504 + $signature: 1501 }; A.selectedIdReducer_closure266.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1505 + $signature: 1502 }; A.selectedIdReducer_closure267.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1506 + $signature: 1503 }; A.selectedIdReducer_closure268.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1507 + $signature: 1504 }; A.selectedIdReducer_closure269.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1508 + $signature: 1505 }; A.selectedIdReducer_closure270.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1509 + $signature: 1506 }; A.selectedIdReducer_closure271.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1510 + $signature: 1507 }; A.selectedIdReducer_closure272.prototype = { call$2(selectedId, action) { @@ -427315,38 +426631,38 @@ call$2(expenseCategories, action) { return J.$index$asx(action.expenseCategories, 0); }, - $signature: 1511 + $signature: 1508 }; A.editingReducer_closure88.prototype = { call$2(expenseCategories, action) { return J.$index$asx(action.expenseCategories, 0); }, - $signature: 1512 + $signature: 1509 }; A.editingReducer_closure89.prototype = { call$2(expenseCategories, action) { return J.$index$asx(action.expenseCategories, 0); }, - $signature: 1513 + $signature: 1510 }; A.editingReducer_closure90.prototype = { call$2(expenseCategory, action) { return action.expenseCategory.rebuild$1(new A.editingReducer__closure34()); }, - $signature: 1514 + $signature: 1511 }; A.editingReducer__closure34.prototype = { call$1(b) { b.get$_expense_category_model$_$this()._expense_category_model$_isChanged = true; return b; }, - $signature: 281 + $signature: 297 }; A.expenseCategoryListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.expenseCategoryListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.expenseCategoryListReducer__closure.prototype = { call$1(b) { @@ -427488,7 +426804,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 510 + $signature: 560 }; A._deleteExpenseCategorySuccess_closure.prototype = { call$1(b) { @@ -427510,7 +426826,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 510 + $signature: 560 }; A._restoreExpenseCategorySuccess_closure.prototype = { call$1(b) { @@ -427532,7 +426848,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 510 + $signature: 560 }; A._addExpenseCategory_closure.prototype = { call$1(b) { @@ -427544,7 +426860,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 409 + $signature: 344 }; A._updateExpenseCategory_closure.prototype = { call$1(b) { @@ -427552,7 +426868,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 409 + $signature: 344 }; A._setLoadedExpenseCategory_closure.prototype = { call$1(b) { @@ -427560,13 +426876,13 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 409 + $signature: 344 }; A.memoizedDropdownExpenseCategoryList_closure.prototype = { call$5(expenseCategoryMap, expenseCategoryList, staticState, userMap, categoryId) { return A.dropdownExpenseCategoriesSelector(expenseCategoryMap, expenseCategoryList, staticState, userMap, categoryId); }, - $signature: 1518 + $signature: 1515 }; A.dropdownExpenseCategoriesSelector_closure.prototype = { call$1(expenseCategoryId) { @@ -427602,7 +426918,7 @@ call$4(selectionState, expenseCategoryMap, expenseCategoryList, expenseCategoryListState) { return A.filteredExpenseCategoriesSelector(selectionState, expenseCategoryMap, expenseCategoryList, expenseCategoryListState); }, - $signature: 1519 + $signature: 1516 }; A.filteredExpenseCategoriesSelector_closure.prototype = { call$1(expenseCategoryId) { @@ -427633,7 +426949,7 @@ call$2(categoryId, expenseMap) { return A.calculateExpenseCategoryAmount(categoryId, expenseMap); }, - $signature: 1520 + $signature: 1517 }; A.calculateExpenseCategoryAmount_closure.prototype = { call$2(expenseId, expense) { @@ -427643,13 +426959,13 @@ t1.total = t1.total + expense.get$grossAmount(); } }, - $signature: 124 + $signature: 120 }; A.memoizedExpenseStatsForExpenseCategory_closure.prototype = { call$2(companyGatewayId, expenseMap) { return A.expenseStatsForExpenseCategory(companyGatewayId, expenseMap); }, - $signature: 176 + $signature: 169 }; A.expenseStatsForExpenseCategory_closure.prototype = { call$2(expenseId, expense) { @@ -427682,13 +426998,13 @@ } } }, - $signature: 124 + $signature: 120 }; A.memoizedTransactionStatsForExpenseCategory_closure.prototype = { call$2(companyGatewayId, transactionMap) { return A.transactionStatsForExpenseCategory(companyGatewayId, transactionMap); }, - $signature: 410 + $signature: 340 }; A.transactionStatsForExpenseCategory_closure.prototype = { call$2(transactionId, transaction) { @@ -427721,7 +427037,7 @@ } } }, - $signature: 411 + $signature: 341 }; A.ExpenseCategoryState.prototype = { $get$1(_, categoryId) { @@ -427744,13 +427060,13 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.ExpenseCategoryState_loadExpenseCategories_closure1.prototype = { call$1(item) { return item; }, - $signature: 1523 + $signature: 1520 }; A.ExpenseCategoryState_loadExpenseCategories_closure.prototype = { call$1(b) { @@ -427765,7 +427081,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 409 + $signature: 344 }; A.ExpenseCategoryUIState.prototype = { get$isCreatingNew() { @@ -428243,7 +427559,7 @@ call$1(group) { return group.get$id(group); }, - $signature: 51 + $signature: 50 }; A.handleGroupAction_closure0.prototype = { call$1(b) { @@ -428252,7 +427568,7 @@ b.get$_client_model$_$this()._groupId = t1; return b; }, - $signature: 50 + $signature: 53 }; A.StartGroupMultiselect.prototype = {}; A.AddToGroupMultiselect.prototype = {}; @@ -428364,7 +427680,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].groupState.map._map$_map.$index(0, id); }, - $signature: 514 + $signature: 577 }; A._archiveGroup__closure0.prototype = { call$1(groups) { @@ -428373,7 +427689,7 @@ t1[0].call$1(new A.ArchiveGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 515 + $signature: 583 }; A._archiveGroup__closure1.prototype = { call$1(error) { @@ -428408,7 +427724,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].groupState.map._map$_map.$index(0, id); }, - $signature: 514 + $signature: 577 }; A._deleteGroup__closure0.prototype = { call$1(groups) { @@ -428417,7 +427733,7 @@ t1[0].call$1(new A.DeleteGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 515 + $signature: 583 }; A._deleteGroup__closure1.prototype = { call$1(error) { @@ -428452,7 +427768,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].groupState.map._map$_map.$index(0, id); }, - $signature: 514 + $signature: 577 }; A._restoreGroup__closure0.prototype = { call$1(groups) { @@ -428461,7 +427777,7 @@ t1[0].call$1(new A.RestoreGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 515 + $signature: 583 }; A._restoreGroup__closure1.prototype = { call$1(error) { @@ -428504,7 +427820,7 @@ } t1.completer.complete$1(0, group); }, - $signature: 279 + $signature: 338 }; A._saveGroup__closure0.prototype = { call$1(error) { @@ -428542,7 +427858,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 279 + $signature: 338 }; A._loadGroup__closure0.prototype = { call$1(error) { @@ -428586,19 +427902,19 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1527 + $signature: 1524 }; A._loadGroups___closure.prototype = { call$1(group) { B.JSArray_methods.forEach$1(group.documents._list$_list, new A._loadGroups____closure(this.documents, group)); }, - $signature: 816 + $signature: 748 }; A._loadGroups____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadGroups_____closure(this.group))); }, - $signature: 40 + $signature: 39 }; A._loadGroups_____closure.prototype = { call$1(b) { @@ -428652,13 +427968,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 279 + $signature: 338 }; A._saveDocument___closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure(this.group))); }, - $signature: 40 + $signature: 39 }; A._saveDocument____closure.prototype = { call$1(b) { @@ -428698,97 +428014,97 @@ b.get$_group_state$_$this()._group_state$_forceSelected = t3; return b; }, - $signature: 1528 + $signature: 1525 }; A.forceSelectedReducer_closure60.prototype = { call$2(completer, action) { return true; }, - $signature: 1529 + $signature: 1526 }; A.forceSelectedReducer_closure61.prototype = { call$2(completer, action) { return false; }, - $signature: 1530 + $signature: 1527 }; A.forceSelectedReducer_closure62.prototype = { call$2(completer, action) { return false; }, - $signature: 1531 + $signature: 1528 }; A.forceSelectedReducer_closure63.prototype = { call$2(completer, action) { return false; }, - $signature: 1532 + $signature: 1529 }; A.selectedIdReducer_closure109.prototype = { call$2(completer, action) { return ""; }, - $signature: 1533 + $signature: 1530 }; A.selectedIdReducer_closure110.prototype = { call$2(completer, action) { return ""; }, - $signature: 1534 + $signature: 1531 }; A.selectedIdReducer_closure111.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_group ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure112.prototype = { call$2(selectedId, action) { return action.groupId; }, - $signature: 1535 + $signature: 1532 }; A.selectedIdReducer_closure113.prototype = { call$2(selectedId, action) { return action.group.id; }, - $signature: 1536 + $signature: 1533 }; A.selectedIdReducer_closure114.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure115.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure116.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1537 + $signature: 1534 }; A.selectedIdReducer_closure117.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1538 + $signature: 1535 }; A.selectedIdReducer_closure118.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1539 + $signature: 1536 }; A.selectedIdReducer_closure119.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_group ? "" : selectedId; }, - $signature: 179 + $signature: 184 }; A.selectedIdReducer_closure120.prototype = { call$2(selectedId, action) { @@ -428807,38 +428123,38 @@ call$2(groups, action) { return J.$index$asx(action.groups, 0); }, - $signature: 1540 + $signature: 1537 }; A.editingReducer_closure34.prototype = { call$2(groups, action) { return J.$index$asx(action.groups, 0); }, - $signature: 1541 + $signature: 1538 }; A.editingReducer_closure35.prototype = { call$2(groups, action) { return J.$index$asx(action.groups, 0); }, - $signature: 1542 + $signature: 1539 }; A.editingReducer_closure36.prototype = { call$2(group, action) { return action.group.rebuild$1(new A.editingReducer__closure12()); }, - $signature: 1543 + $signature: 1540 }; A.editingReducer__closure12.prototype = { call$1(b) { b.get$_group_model$_$this()._group_model$_isChanged = true; return b; }, - $signature: 524 + $signature: 599 }; A.groupListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.groupListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.groupListReducer__closure.prototype = { call$1(b) { @@ -428959,7 +428275,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 527 + $signature: 442 }; A._deleteGroupSuccess_closure.prototype = { call$1(b) { @@ -428981,7 +428297,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 527 + $signature: 442 }; A._restoreGroupSuccess_closure.prototype = { call$1(b) { @@ -429003,7 +428319,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 527 + $signature: 442 }; A._addGroup_closure.prototype = { call$1(b) { @@ -429015,7 +428331,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 213 + $signature: 209 }; A._updateGroup_closure.prototype = { call$1(b) { @@ -429023,7 +428339,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 213 + $signature: 209 }; A._setLoadedGroup_closure.prototype = { call$1(b) { @@ -429031,26 +428347,26 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 213 + $signature: 209 }; 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$.String, type$.GroupEntity)); return b; }, - $signature: 213 + $signature: 209 }; A._setLoadedGroups__closure.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A._setLoadedGroups__closure0.prototype = { call$1(item) { return item; }, - $signature: 804 + $signature: 713 }; A._setLoadedGroups_closure0.prototype = { call$1(b) { @@ -429058,26 +428374,26 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 213 + $signature: 209 }; 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$.String, type$.GroupEntity)); return b; }, - $signature: 213 + $signature: 209 }; A._setLoadedCompany__closure.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A._setLoadedCompany__closure0.prototype = { call$1(item) { return item; }, - $signature: 804 + $signature: 713 }; A._setLoadedCompany_closure0.prototype = { call$1(b) { @@ -429085,13 +428401,13 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 213 + $signature: 209 }; A.memoizedFilteredGroupList_closure.prototype = { call$4(selectionState, groupMap, groupList, groupListState) { return A.filteredGroupsSelector(selectionState, groupMap, groupList, groupListState); }, - $signature: 1548 + $signature: 1545 }; A.filteredGroupsSelector_closure.prototype = { call$1(groupId) { @@ -429122,7 +428438,7 @@ call$2(clientMap, groupId) { return A.clientStatsForGroup(clientMap, groupId); }, - $signature: 1549 + $signature: 1546 }; A.clientStatsForGroup_closure.prototype = { call$2(clientId, client) { @@ -429155,7 +428471,7 @@ } } }, - $signature: 404 + $signature: 394 }; A.GroupState.prototype = { $get$1(_, groupId) { @@ -429768,7 +429084,7 @@ call$1(invoice) { return invoice.get$id(invoice); }, - $signature: 51 + $signature: 50 }; A.handleInvoiceAction_closure0.prototype = { call$1(b) { @@ -429777,7 +429093,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 7 + $signature: 8 }; A.handleInvoiceAction_closure1.prototype = { call$1(_) { @@ -429800,7 +429116,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.CancelInvoicesRequest(t2, t1)); }, - $signature: 28 + $signature: 27 }; A.handleInvoiceAction_closure2.prototype = { call$1(_) { @@ -429837,7 +429153,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.AutoBillInvoicesRequest(t2, t1)); }, - $signature: 28 + $signature: 27 }; A.handleInvoiceAction_closure3.prototype = { call$1(invoice) { @@ -429845,7 +429161,7 @@ if (!t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].clientState.$get$1(0, type$.InvoiceEntity._as(invoice).clientId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 157 + $signature: 154 }; A.handleInvoiceAction_closure4.prototype = { call$0() { @@ -429872,7 +429188,7 @@ b.get$parameters(b).get$_schedule_model$_$this()._entityId = this.invoice.id; return b; }, - $signature: 82 + $signature: 83 }; A.handleInvoiceAction_closure7.prototype = { call$1(context) { @@ -429957,7 +429273,7 @@ t3 = A.MappedIterable_MappedIterable(new A.LinkedHashMapKeyIterable(t1, t3), new A.handleInvoiceAction__closure1(t1, context), t3._eval$1("Iterable.E"), type$.SimpleDialogOption); return A.SimpleDialog$(A.List_List$of(t3, true, A._instanceType(t3)._eval$1("Iterable.E")), t2); }, - $signature: 175 + $signature: 179 }; A.handleInvoiceAction__closure1.prototype = { call$1(template) { @@ -429966,7 +429282,7 @@ t1.toString; return A.SimpleDialogOption$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.handleInvoiceAction___closure(this.context, template)); }, - $signature: 1551 + $signature: 1548 }; A.handleInvoiceAction___closure.prototype = { call$0() { @@ -429980,7 +429296,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 7 + $signature: 8 }; A.handleInvoiceAction_closure9.prototype = { call$1(b) { @@ -429988,7 +429304,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 7 + $signature: 8 }; A.handleInvoiceAction_closure10.prototype = { call$1(b) { @@ -429996,14 +429312,14 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 7 + $signature: 8 }; A.handleInvoiceAction_closure11.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_entityType = B.EntityType_recurringInvoice; return b; }, - $signature: 7 + $signature: 8 }; A.handleInvoiceAction_closure12.prototype = { call$1(b) { @@ -430013,14 +429329,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: 57 + $signature: 54 }; A.handleInvoiceAction__closure.prototype = { call$1(invoice) { type$.InvoiceEntity._as(invoice); return !(invoice.entityType === B.EntityType_invoice && invoice.statusId === "4"); }, - $signature: 217 + $signature: 210 }; A.handleInvoiceAction__closure0.prototype = { call$1(invoice) { @@ -430031,7 +429347,7 @@ t1 = invoice.statusId !== "1" ? invoice.balance : invoice.amount; return A.PaymentableEntity_PaymentableEntity(t1, null, invoice.id); }, - $signature: 871 + $signature: 795 }; A.handleInvoiceAction_closure13.prototype = { call$1(response) { @@ -430048,7 +429364,7 @@ t2.toString; A.saveDownloadedFile(t1, t2 + "_" + this.invoice.number + ".pdf"); }, - $signature: 8 + $signature: 7 }; A.handleInvoiceAction_closure14.prototype = { call$1(_) { @@ -430056,7 +429372,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.StopLoading()); }, - $signature: 8 + $signature: 7 }; A.handleInvoiceAction_closure15.prototype = { call$1(response) { @@ -430073,7 +429389,7 @@ t2.toString; A.saveDownloadedFile(t1, t2 + "_" + this.invoice.number + ".xml"); }, - $signature: 8 + $signature: 7 }; A.handleInvoiceAction_closure16.prototype = { call$1(_) { @@ -430081,19 +429397,19 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.StopLoading()); }, - $signature: 8 + $signature: 7 }; A.handleInvoiceAction_closure17.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 105 + $signature: 108 }; A.handleInvoiceAction_closure18.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 105 + $signature: 108 }; A._viewInvoiceList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -430586,7 +429902,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 83 + $signature: 85 }; A._emailInvoice__closure0.prototype = { call$1(error) { @@ -430652,13 +429968,13 @@ b.get$lineItems().replace$1(0, new A.WhereIterable(t1, new A._saveInvoice___closure(), A._arrayInstanceType(t1)._eval$1("WhereIterable<1>"))); return b; }, - $signature: 7 + $signature: 8 }; A._saveInvoice___closure.prototype = { call$1(item) { return !item.get$isEmpty(item); }, - $signature: 85 + $signature: 82 }; A._saveInvoice__closure0.prototype = { call$1(invoice) { @@ -430678,7 +429994,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, invoice); }, - $signature: 83 + $signature: 85 }; A._saveInvoice__closure1.prototype = { call$1(error) { @@ -430716,7 +430032,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 83 + $signature: 85 }; A._loadInvoice__closure0.prototype = { call$1(error) { @@ -430763,19 +430079,19 @@ } else t1[0].call$1(new A.LoadRecurringInvoices(null, 1)); }, - $signature: 306 + $signature: 292 }; A._loadInvoices___closure.prototype = { call$1(invoice) { B.JSArray_methods.forEach$1(invoice.documents._list$_list, new A._loadInvoices____closure(this.documents, invoice)); }, - $signature: 160 + $signature: 161 }; A._loadInvoices____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadInvoices_____closure(this.invoice))); }, - $signature: 40 + $signature: 39 }; A._loadInvoices_____closure.prototype = { call$1(b) { @@ -430826,13 +430142,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 83 + $signature: 85 }; A._saveDocument___closure10.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure10(this.invoice))); }, - $signature: 40 + $signature: 39 }; A._saveDocument____closure10.prototype = { call$1(b) { @@ -430878,199 +430194,199 @@ b.get$_invoice_state$_$this()._invoice_state$_historyActivityId = t3; return b; }, - $signature: 1552 + $signature: 1549 }; A.forceSelectedReducer_closure209.prototype = { call$2(completer, action) { return true; }, - $signature: 1553 + $signature: 1550 }; A.forceSelectedReducer_closure210.prototype = { call$2(completer, action) { return false; }, - $signature: 1554 + $signature: 1551 }; A.forceSelectedReducer_closure211.prototype = { call$2(completer, action) { return false; }, - $signature: 1555 + $signature: 1552 }; A.forceSelectedReducer_closure212.prototype = { call$2(completer, action) { return false; }, - $signature: 1556 + $signature: 1553 }; A.forceSelectedReducer_closure213.prototype = { call$2(completer, action) { return false; }, - $signature: 1557 + $signature: 1554 }; A.forceSelectedReducer_closure214.prototype = { call$2(completer, action) { return false; }, - $signature: 1558 + $signature: 1555 }; A.forceSelectedReducer_closure215.prototype = { call$2(completer, action) { return false; }, - $signature: 1559 + $signature: 1556 }; A.forceSelectedReducer_closure216.prototype = { call$2(completer, action) { return false; }, - $signature: 1560 + $signature: 1557 }; A.forceSelectedReducer_closure217.prototype = { call$2(completer, action) { return false; }, - $signature: 1561 + $signature: 1558 }; A.tabIndexReducer_closure29.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1562 + $signature: 1559 }; A.tabIndexReducer_closure30.prototype = { call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 97 }; A.historyActivityIdReducer_closure3.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 1563 + $signature: 1560 }; A.editingItemIndexReducer_closure1.prototype = { call$2(index, action) { return action.invoiceItemIndex; }, - $signature: 1564 + $signature: 1561 }; A.editingItemIndexReducer_closure2.prototype = { call$2(index, action) { return action.invoiceItemIndex; }, - $signature: 1565 + $signature: 1562 }; A.selectedIdReducer_closure399.prototype = { call$2(completer, action) { return ""; }, - $signature: 1566 + $signature: 1563 }; A.selectedIdReducer_closure400.prototype = { call$2(completer, action) { return ""; }, - $signature: 1567 + $signature: 1564 }; A.selectedIdReducer_closure401.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_invoice ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure402.prototype = { call$2(selectedId, action) { return action.invoiceId; }, - $signature: 1568 + $signature: 1565 }; A.selectedIdReducer_closure403.prototype = { call$2(selectedId, action) { return action.invoice.id; }, - $signature: 1569 + $signature: 1566 }; A.selectedIdReducer_closure404.prototype = { call$2(selectedId, action) { return action.invoice.id; }, - $signature: 1570 + $signature: 1567 }; A.selectedIdReducer_closure405.prototype = { call$2(selectedId, action) { return action.invoice.id; }, - $signature: 1571 + $signature: 1568 }; A.selectedIdReducer_closure406.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure407.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure408.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1572 + $signature: 1569 }; A.selectedIdReducer_closure409.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1573 + $signature: 1570 }; A.selectedIdReducer_closure410.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1574 + $signature: 1571 }; A.selectedIdReducer_closure411.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1575 + $signature: 1572 }; A.selectedIdReducer_closure412.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1576 + $signature: 1573 }; A.selectedIdReducer_closure413.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1577 + $signature: 1574 }; A.selectedIdReducer_closure414.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1578 + $signature: 1575 }; A.selectedIdReducer_closure415.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1579 + $signature: 1576 }; A.selectedIdReducer_closure416.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_invoice ? "" : selectedId; }, - $signature: 179 + $signature: 184 }; A.selectedIdReducer_closure417.prototype = { call$2(selectedId, action) { @@ -431089,65 +430405,65 @@ call$2(invoice, action) { return action.invoice.rebuild$1(new A.editingReducer__closure55()); }, - $signature: 1580 + $signature: 1577 }; A.editingReducer__closure55.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure131.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure54()); }, - $signature: 802 + $signature: 711 }; A.editingReducer__closure54.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure132.prototype = { call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1582 + $signature: 1579 }; A.editingReducer_closure133.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure53()); }, - $signature: 1583 + $signature: 1580 }; A.editingReducer__closure53.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure134.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure52()); }, - $signature: 1584 + $signature: 1581 }; A.editingReducer__closure52.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure135.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure51(action.client)); }, - $signature: 1585 + $signature: 1582 }; A.editingReducer__closure51.prototype = { call$1(b) { @@ -431167,37 +430483,37 @@ t3.replace$1(0, A.List_List$of(new A.MappedListIterable(t1, new A.editingReducer___closure3(), t2), true, t2._eval$1("ListIterable.E"))); return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer___closure3.prototype = { call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 218 + $signature: 220 }; A.editingReducer_closure136.prototype = { call$2(invoices, action) { return J.$index$asx(action.invoices, 0); }, - $signature: 1586 + $signature: 1583 }; A.editingReducer_closure137.prototype = { call$2(invoices, action) { return J.$index$asx(action.invoices, 0); }, - $signature: 1587 + $signature: 1584 }; A.editingReducer_closure138.prototype = { call$2(invoices, action) { return J.$index$asx(action.invoices, 0); }, - $signature: 1588 + $signature: 1585 }; A.editingReducer_closure139.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure50(action)); }, - $signature: 1589 + $signature: 1586 }; A.editingReducer__closure50.prototype = { call$1(b) { @@ -431209,20 +430525,20 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure140.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure49(action)); }, - $signature: 1590 + $signature: 1587 }; A.editingReducer__closure49.prototype = { call$1(b) { B.JSArray_methods.remove$1(b.get$invitations().get$_safeList(), this.action.invitation); return b; }, - $signature: 7 + $signature: 8 }; A._updateEditing_closure.prototype = { call$1(b) { @@ -431230,7 +430546,7 @@ b.get$_invoice_model$_$this()._idempotencyKey = t1; return b; }, - $signature: 7 + $signature: 8 }; A._addInvoiceItem_closure.prototype = { call$1(b) { @@ -431239,21 +430555,21 @@ B.JSArray_methods.add$1(t1.get$_safeList(), this.item); return b; }, - $signature: 7 + $signature: 8 }; A._addInvoiceItems_closure.prototype = { call$1(b) { b.get$lineItems().addAll$1(0, this.action.lineItems); return b; }, - $signature: 7 + $signature: 8 }; A._removeInvoiceItem_closure.prototype = { call$1(b) { B.JSArray_methods.removeAt$1(b.get$lineItems().get$_safeList(), this.action.index); return b; }, - $signature: 7 + $signature: 8 }; A._updateInvoiceItem_closure.prototype = { call$1(b) { @@ -431263,13 +430579,13 @@ t1.get$_safeList()[t2.index] = t2.invoiceItem; return b; }, - $signature: 7 + $signature: 8 }; A.invoiceListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.invoiceListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.invoiceListReducer__closure.prototype = { call$1(b) { @@ -431454,13 +430770,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 202 + $signature: 195 }; A._purgeClientSuccess_closure25.prototype = { call$1(each) { return each.id; }, - $signature: 353 + $signature: 369 }; A._purgeClientSuccess_closure23.prototype = { call$1(b) { @@ -431473,13 +430789,13 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure16(t1), true); return b; }, - $signature: 269 + $signature: 332 }; A._purgeClientSuccess__closure15.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 355 + $signature: 364 }; A._purgeClientSuccess__closure16.prototype = { call$1(p0) { @@ -431507,7 +430823,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 247 + $signature: 258 }; A._markInvoicesPaidSuccess_closure.prototype = { call$1(b) { @@ -431529,7 +430845,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 247 + $signature: 258 }; A._cancelInvoicesSuccess_closure.prototype = { call$1(b) { @@ -431551,7 +430867,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 247 + $signature: 258 }; A._archiveInvoiceSuccess_closure.prototype = { call$1(b) { @@ -431573,7 +430889,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 247 + $signature: 258 }; A._deleteInvoiceSuccess_closure.prototype = { call$1(b) { @@ -431595,7 +430911,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 247 + $signature: 258 }; A._emailInvoiceSuccess_closure.prototype = { call$1(b) { @@ -431603,7 +430919,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 269 + $signature: 332 }; A._restoreInvoiceSuccess_closure.prototype = { call$1(b) { @@ -431625,7 +430941,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 247 + $signature: 258 }; A._addInvoice_closure.prototype = { call$1(b) { @@ -431637,7 +430953,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 269 + $signature: 332 }; A._addInvoice__closure.prototype = { call$1(b) { @@ -431645,14 +430961,14 @@ b.get$_invoice_model$_$this()._invoice_model$_loadedAt = t1; return b; }, - $signature: 7 + $signature: 8 }; A._updateInvoice_closure.prototype = { call$1(b) { 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: 269 + $signature: 332 }; A._updateInvoice__closure.prototype = { call$1(b) { @@ -431660,44 +430976,44 @@ b.get$_invoice_model$_$this()._invoice_model$_loadedAt = t1; return b; }, - $signature: 7 + $signature: 8 }; A.memoizedHasActiveUnpaidInvoices_closure.prototype = { call$2(clientId, invoiceMap) { return A.hasActiveUnpaidInvoices(clientId, invoiceMap); }, - $signature: 1593 + $signature: 1590 }; A.memoizedInvoiceQuoteSelector_closure.prototype = { call$2(invoice, quoteMap) { return A.invoiceQuoteSelector(invoice, quoteMap); }, - $signature: 1594 + $signature: 1591 }; A.invoiceQuoteSelector_closure.prototype = { call$2(quoteId, quote) { if (quote.invoiceId === this.invoice.id) this._box_0.invoiceQuote = quote; }, - $signature: 69 + $signature: 70 }; A.invoiceContactSelector_closure.prototype = { call$1(invitation) { return invitation.clientContactId; }, - $signature: 357 + $signature: 362 }; A.invoiceContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 173 + $signature: 181 }; A.memoizedDropdownInvoiceList_closure.prototype = { call$8(invoiceMap, clientMap, vendorMap, invoiceList, clientId, userMap, excludedIds, recurringPrefix) { return A.dropdownInvoiceSelector(invoiceMap, clientMap, vendorMap, invoiceList, clientId, userMap, excludedIds, recurringPrefix); }, - $signature: 1595 + $signature: 1592 }; A.dropdownInvoiceSelector_closure.prototype = { call$1(invoiceId) { @@ -431759,13 +431075,13 @@ call$9(selectionState, invoiceMap, invoiceList, clientMap, vendorMap, paymentMap, invoiceListState, userMap, recurringPrefix) { return A.filteredInvoicesSelector(selectionState, invoiceMap, invoiceList, clientMap, vendorMap, paymentMap, invoiceListState, userMap, recurringPrefix); }, - $signature: 1596 + $signature: 1593 }; A.filteredInvoicesSelector_closure.prototype = { call$2(paymentId, payment) { B.JSArray_methods.forEach$1(payment.get$invoicePaymentables(), new A.filteredInvoicesSelector__closure0(this.invoicePaymentMap, payment)); }, - $signature: 198 + $signature: 194 }; A.filteredInvoicesSelector__closure0.prototype = { call$1(invoicePaymentable) { @@ -431777,7 +431093,7 @@ paymentIds.push(this.payment.id); t1.$indexSet(0, t2, paymentIds); }, - $signature: 141 + $signature: 145 }; A.filteredInvoicesSelector_closure0.prototype = { call$1(invoiceId) { @@ -431886,7 +431202,7 @@ call$2(clientId, invoiceMap) { return A.invoiceStatsForClient(clientId, invoiceMap); }, - $signature: 97 + $signature: 102 }; A.invoiceStatsForClient_closure.prototype = { call$2(invoiceId, invoice) { @@ -431919,13 +431235,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedInvoiceStatsForDesign_closure.prototype = { call$2(designId, invoiceMap) { return A.invoiceStatsForDesign(designId, invoiceMap); }, - $signature: 97 + $signature: 102 }; A.invoiceStatsForDesign_closure.prototype = { call$2(invoiceId, invoice) { @@ -431958,13 +431274,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedInvoiceStatsForSubscription_closure.prototype = { call$2(subscriptionId, invoiceMap) { return A.invoiceStatsForSubscription(subscriptionId, invoiceMap); }, - $signature: 97 + $signature: 102 }; A.invoiceStatsForSubscription_closure.prototype = { call$2(invoiceId, invoice) { @@ -431997,13 +431313,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedInvoiceStatsForProject_closure.prototype = { call$2(projectId, invoiceMap) { return A.invoiceStatsForProject(projectId, invoiceMap); }, - $signature: 97 + $signature: 102 }; A.invoiceStatsForProject_closure.prototype = { call$2(invoiceId, invoice) { @@ -432036,13 +431352,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedQuoteStatsForProject_closure.prototype = { call$2(projectId, quoteMap) { return A.quoteStatsForProject(projectId, quoteMap); }, - $signature: 97 + $signature: 102 }; A.quoteStatsForProject_closure.prototype = { call$2(quoteId, quote) { @@ -432075,13 +431391,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedInvoiceStatsForUser_closure.prototype = { call$2(userId, invoiceMap) { return A.invoiceStatsForUser(userId, invoiceMap); }, - $signature: 97 + $signature: 102 }; A.invoiceStatsForUser_closure.prototype = { call$2(invoiceId, invoice) { @@ -432109,7 +431425,7 @@ } } }, - $signature: 69 + $signature: 70 }; A.InvoiceState.prototype = { $get$1(_, invoiceId) { @@ -432133,13 +431449,13 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.InvoiceState_loadInvoices_closure1.prototype = { call$1(item) { return item; }, - $signature: 113 + $signature: 119 }; A.InvoiceState_loadInvoices_closure.prototype = { call$1(b) { @@ -432154,7 +431470,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 269 + $signature: 332 }; A.InvoiceUIState.prototype = { get$isCreatingNew() { @@ -432707,7 +432023,7 @@ call$1(payment) { return payment.get$id(payment); }, - $signature: 51 + $signature: 50 }; A.handlePaymentAction_closure0.prototype = { call$1(duration) { @@ -432720,7 +432036,7 @@ b.get$_payment_model$_$this()._isApplying = true; return b; }, - $signature: 57 + $signature: 54 }; A.handlePaymentAction_closure1.prototype = { call$1(duration) { @@ -432745,14 +432061,14 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t3); return b; }, - $signature: 57 + $signature: 54 }; A.handlePaymentAction__closure0.prototype = { call$1(b) { b.get$_payment_model$_$this()._sendEmail = this.company.settings.clientManualPaymentNotification; return b; }, - $signature: 57 + $signature: 54 }; A._editPayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -432783,7 +432099,7 @@ call$1(context) { return new A.PaymentEditScreen(null); }, - $signature: 903 + $signature: 895 }; A._viewRefundPayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -432812,7 +432128,7 @@ call$1(context) { return new A.PaymentRefundScreen(null); }, - $signature: 901 + $signature: 894 }; A._viewPayment_closure.prototype = { call$3(store, action, next) { @@ -432897,7 +432213,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].paymentState.map._map$_map.$index(0, id); }, - $signature: 268 + $signature: 329 }; A._archivePayment__closure0.prototype = { call$1(payments) { @@ -432906,7 +432222,7 @@ t1[0].call$1(new A.ArchivePaymentsSuccess(payments)); this.action.completer.complete$1(0, null); }, - $signature: 427 + $signature: 357 }; A._archivePayment__closure1.prototype = { call$1(error) { @@ -432941,7 +432257,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].paymentState.map._map$_map.$index(0, id); }, - $signature: 268 + $signature: 329 }; A._deletePayment__closure0.prototype = { call$1(payments) { @@ -432951,7 +432267,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 427 + $signature: 357 }; A._deletePayment__closure1.prototype = { call$1(error) { @@ -432986,7 +432302,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].paymentState.map._map$_map.$index(0, id); }, - $signature: 268 + $signature: 329 }; A._restorePayment__closure0.prototype = { call$1(payments) { @@ -432996,7 +432312,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 427 + $signature: 357 }; A._restorePayment__closure1.prototype = { call$1(error) { @@ -433042,7 +432358,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, payment); }, - $signature: 192 + $signature: 188 }; A._savePayment__closure0.prototype = { call$1(error) { @@ -433077,7 +432393,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, payment); }, - $signature: 192 + $signature: 188 }; A._refundPayment__closure0.prototype = { call$1(error) { @@ -433110,7 +432426,7 @@ t1[0].call$1(new A.EmailPaymentSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 427 + $signature: 357 }; A._emailPayment__closure0.prototype = { call$1(error) { @@ -433146,7 +432462,7 @@ t1[0].call$1(new A.LoadPaymentSuccess(payment)); this.action.completer.complete$1(0, null); }, - $signature: 192 + $signature: 188 }; A._loadPayment__closure0.prototype = { call$1(error) { @@ -433187,7 +432503,7 @@ } else t1[0].call$1(new A.LoadQuotes(null, 1)); }, - $signature: 1600 + $signature: 1597 }; A._loadPayments__closure0.prototype = { call$1(error) { @@ -433220,169 +432536,169 @@ b.get$_payment_state$_$this()._payment_state$_tabIndex = t3; return b; }, - $signature: 1601 + $signature: 1598 }; A.forceSelectedReducer_closure8.prototype = { call$2(completer, action) { return true; }, - $signature: 1602 + $signature: 1599 }; A.forceSelectedReducer_closure9.prototype = { call$2(completer, action) { return false; }, - $signature: 1603 + $signature: 1600 }; A.forceSelectedReducer_closure10.prototype = { call$2(completer, action) { return false; }, - $signature: 1604 + $signature: 1601 }; A.forceSelectedReducer_closure11.prototype = { call$2(completer, action) { return false; }, - $signature: 1605 + $signature: 1602 }; A.forceSelectedReducer_closure12.prototype = { call$2(completer, action) { return false; }, - $signature: 1606 + $signature: 1603 }; A.forceSelectedReducer_closure13.prototype = { call$2(completer, action) { return false; }, - $signature: 1607 + $signature: 1604 }; A.forceSelectedReducer_closure14.prototype = { call$2(completer, action) { return false; }, - $signature: 1608 + $signature: 1605 }; A.forceSelectedReducer_closure15.prototype = { call$2(completer, action) { return false; }, - $signature: 1609 + $signature: 1606 }; A.forceSelectedReducer_closure16.prototype = { call$2(completer, action) { return false; }, - $signature: 1610 + $signature: 1607 }; A.tabIndexReducer_closure1.prototype = { call$2(completer, action) { return action.get$tabIndex(action); }, - $signature: 1611 + $signature: 1608 }; A.tabIndexReducer_closure2.prototype = { call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 97 }; A.selectedIdReducer_closure18.prototype = { call$2(completer, action) { return ""; }, - $signature: 1612 + $signature: 1609 }; A.selectedIdReducer_closure19.prototype = { call$2(completer, action) { return ""; }, - $signature: 1613 + $signature: 1610 }; A.selectedIdReducer_closure20.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_payment ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure21.prototype = { call$2(selectedId, action) { return action.paymentId; }, - $signature: 1614 + $signature: 1611 }; A.selectedIdReducer_closure22.prototype = { call$2(selectedId, action) { return action.payment.id; }, - $signature: 1615 + $signature: 1612 }; A.selectedIdReducer_closure23.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure24.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure25.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1616 + $signature: 1613 }; A.selectedIdReducer_closure26.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1617 + $signature: 1614 }; A.selectedIdReducer_closure27.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1618 + $signature: 1615 }; A.selectedIdReducer_closure28.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1619 + $signature: 1616 }; A.selectedIdReducer_closure29.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1620 + $signature: 1617 }; A.selectedIdReducer_closure30.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1621 + $signature: 1618 }; A.selectedIdReducer_closure31.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1622 + $signature: 1619 }; A.selectedIdReducer_closure32.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1623 + $signature: 1620 }; A.selectedIdReducer_closure33.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_payment ? "" : selectedId; }, - $signature: 179 + $signature: 184 }; A.selectedIdReducer_closure34.prototype = { call$2(selectedId, action) { @@ -433401,38 +432717,38 @@ call$2(payments, action) { return J.$index$asx(action.payments, 0); }, - $signature: 1624 + $signature: 1621 }; A.editingReducer_closure11.prototype = { call$2(payments, action) { return J.$index$asx(action.payments, 0); }, - $signature: 1625 + $signature: 1622 }; A.editingReducer_closure12.prototype = { call$2(payments, action) { return J.$index$asx(action.payments, 0); }, - $signature: 1626 + $signature: 1623 }; A.editingReducer_closure13.prototype = { call$2(payment, action) { return action.payment.rebuild$1(new A.editingReducer__closure6()); }, - $signature: 1627 + $signature: 1624 }; A.editingReducer__closure6.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_isChanged = true; return b; }, - $signature: 57 + $signature: 54 }; A.paymentListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.paymentListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.paymentListReducer__closure.prototype = { call$1(b) { @@ -433617,13 +432933,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 509 + $signature: 489 }; A._purgeClientSuccess_closure4.prototype = { call$1(each) { return each.id; }, - $signature: 1628 + $signature: 1625 }; A._purgeClientSuccess_closure2.prototype = { call$1(b) { @@ -433636,13 +432952,13 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure2(t1), true); return b; }, - $signature: 267 + $signature: 326 }; A._purgeClientSuccess__closure1.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 1630 + $signature: 1627 }; A._purgeClientSuccess__closure2.prototype = { call$1(p0) { @@ -433670,7 +432986,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 586 + $signature: 458 }; A._deletePaymentSuccess_closure.prototype = { call$1(b) { @@ -433692,7 +433008,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 586 + $signature: 458 }; A._restorePaymentSuccess_closure.prototype = { call$1(b) { @@ -433714,7 +433030,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 586 + $signature: 458 }; A._addPayment_closure.prototype = { call$1(b) { @@ -433726,7 +433042,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 267 + $signature: 326 }; A._updatePayment_closure.prototype = { call$1(b) { @@ -433734,7 +433050,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 267 + $signature: 326 }; A._setLoadedPayment_closure.prototype = { call$1(b) { @@ -433742,19 +433058,19 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 267 + $signature: 326 }; A.memoizedPaymentsByInvoice_closure.prototype = { call$3(invoiceId, paymentMap, paymentList) { return A.paymentsByInvoiceSelector(invoiceId, paymentMap, paymentList); }, - $signature: 798 + $signature: 701 }; A.paymentsByInvoiceSelector_closure.prototype = { call$1(paymentId) { return this.paymentMap._map$_map.$index(0, paymentId); }, - $signature: 268 + $signature: 329 }; A.paymentsByInvoiceSelector_closure0.prototype = { call$1(payment) { @@ -433767,25 +433083,25 @@ t1 = false; return t1; }, - $signature: 797 + $signature: 700 }; A.paymentsByInvoiceSelector__closure.prototype = { call$1(p) { return p.invoiceId; }, - $signature: 266 + $signature: 263 }; A.memoizedPaymentsByCredit_closure.prototype = { call$3(invoiceId, paymentMap, paymentList) { return A.paymentsByCreditSelector(invoiceId, paymentMap, paymentList); }, - $signature: 798 + $signature: 701 }; A.paymentsByCreditSelector_closure.prototype = { call$1(paymentId) { return this.paymentMap._map$_map.$index(0, paymentId); }, - $signature: 268 + $signature: 329 }; A.paymentsByCreditSelector_closure0.prototype = { call$1(payment) { @@ -433798,19 +433114,19 @@ t1 = false; return t1; }, - $signature: 797 + $signature: 700 }; A.paymentsByCreditSelector__closure.prototype = { call$1(p) { return p.creditId; }, - $signature: 266 + $signature: 263 }; A.memoizedFilteredPaymentList_closure.prototype = { call$8(selectionState, paymentMap, paymentList, invoiceMap, clientMap, userMap, paymentTypeMap, paymentListState) { return A.filteredPaymentsSelector(selectionState, paymentMap, paymentList, invoiceMap, clientMap, userMap, paymentTypeMap, paymentListState); }, - $signature: 1635 + $signature: 1632 }; A.filteredPaymentsSelector_closure.prototype = { call$1(paymentId) { @@ -433868,7 +433184,7 @@ call$1(p) { return p.invoiceId; }, - $signature: 266 + $signature: 263 }; A.filteredPaymentsSelector_closure0.prototype = { call$2(paymentAId, paymentBId) { @@ -433885,7 +433201,7 @@ call$3(clientId, paymentMap, invoiceMap) { return A.paymentStatsForClient(clientId, paymentMap, invoiceMap); }, - $signature: 1636 + $signature: 1633 }; A.paymentStatsForClient_closure.prototype = { call$2(paymentId, payment) { @@ -433918,7 +433234,7 @@ } } }, - $signature: 198 + $signature: 194 }; A.PaymentState.prototype = { $get$1(_, paymentId) { @@ -433941,13 +433257,13 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.PaymentState_loadPayments_closure1.prototype = { call$1(item) { return item; }, - $signature: 1637 + $signature: 1634 }; A.PaymentState_loadPayments_closure.prototype = { call$1(b) { @@ -433962,7 +433278,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 267 + $signature: 326 }; A.PaymentUIState.prototype = { get$isCreatingNew() { @@ -434483,7 +433799,7 @@ call$1(paymentTerm) { return paymentTerm.get$id(paymentTerm); }, - $signature: 51 + $signature: 50 }; A.StartPaymentTermMultiselect.prototype = {}; A.AddToPaymentTermMultiselect.prototype = {}; @@ -434589,7 +433905,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].paymentTermState.map._map$_map.$index(0, id); }, - $signature: 596 + $signature: 465 }; A._archivePaymentTerm__closure0.prototype = { call$1(paymentTerms) { @@ -434598,7 +433914,7 @@ t1[0].call$1(new A.ArchivePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 603 + $signature: 595 }; A._archivePaymentTerm__closure1.prototype = { call$1(error) { @@ -434633,7 +433949,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].paymentTermState.map._map$_map.$index(0, id); }, - $signature: 596 + $signature: 465 }; A._deletePaymentTerm__closure0.prototype = { call$1(paymentTerms) { @@ -434642,7 +433958,7 @@ t1[0].call$1(new A.DeletePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 603 + $signature: 595 }; A._deletePaymentTerm__closure1.prototype = { call$1(error) { @@ -434677,7 +433993,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].paymentTermState.map._map$_map.$index(0, id); }, - $signature: 596 + $signature: 465 }; A._restorePaymentTerm__closure0.prototype = { call$1(paymentTerms) { @@ -434686,7 +434002,7 @@ t1[0].call$1(new A.RestorePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 603 + $signature: 595 }; A._restorePaymentTerm__closure1.prototype = { call$1(error) { @@ -434729,7 +434045,7 @@ } t1.completer.complete$1(0, paymentTerm); }, - $signature: 378 + $signature: 367 }; A._savePaymentTerm__closure0.prototype = { call$1(error) { @@ -434765,7 +434081,7 @@ t1[0].call$1(new A.LoadPaymentTermSuccess(paymentTerm)); this.action.completer.complete$1(0, null); }, - $signature: 378 + $signature: 367 }; A._loadPaymentTerm__closure0.prototype = { call$1(error) { @@ -434803,7 +434119,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1641 + $signature: 1638 }; A._loadPaymentTerms__closure0.prototype = { call$1(error) { @@ -434837,176 +434153,176 @@ b.get$_payment_term_state$_$this()._payment_term_state$_forceSelected = t3; return b; }, - $signature: 1642 + $signature: 1639 }; A.forceSelectedReducer_closure101.prototype = { call$2(completer, action) { return true; }, - $signature: 1643 + $signature: 1640 }; A.forceSelectedReducer_closure102.prototype = { call$2(completer, action) { return false; }, - $signature: 1644 + $signature: 1641 }; A.forceSelectedReducer_closure103.prototype = { call$2(completer, action) { return false; }, - $signature: 1645 + $signature: 1642 }; A.forceSelectedReducer_closure104.prototype = { call$2(completer, action) { return false; }, - $signature: 1646 + $signature: 1643 }; A.forceSelectedReducer_closure105.prototype = { call$2(completer, action) { return false; }, - $signature: 1647 + $signature: 1644 }; A.forceSelectedReducer_closure106.prototype = { call$2(completer, action) { return false; }, - $signature: 1648 + $signature: 1645 }; A.forceSelectedReducer_closure107.prototype = { call$2(completer, action) { return false; }, - $signature: 1649 + $signature: 1646 }; A.forceSelectedReducer_closure108.prototype = { call$2(completer, action) { return false; }, - $signature: 1650 + $signature: 1647 }; A.selectedIdReducer_closure195.prototype = { call$2(completer, action) { return ""; }, - $signature: 1651 + $signature: 1648 }; A.selectedIdReducer_closure196.prototype = { call$2(completer, action) { return ""; }, - $signature: 1652 + $signature: 1649 }; A.selectedIdReducer_closure197.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_paymentTerm ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure198.prototype = { call$2(selectedId, action) { return action.get$paymentTermId(); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure199.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$paymentTerm()); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure200.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure201.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure202.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1653 + $signature: 1650 }; A.selectedIdReducer_closure203.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1654 + $signature: 1651 }; A.selectedIdReducer_closure204.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1655 + $signature: 1652 }; A.selectedIdReducer_closure205.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1656 + $signature: 1653 }; A.selectedIdReducer_closure206.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1657 + $signature: 1654 }; A.selectedIdReducer_closure207.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1658 + $signature: 1655 }; A.selectedIdReducer_closure208.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1659 + $signature: 1656 }; A.editingReducer_closure64.prototype = { call$2(paymentTerms, action) { return J.$index$asx(action.paymentTerms, 0); }, - $signature: 1660 + $signature: 1657 }; A.editingReducer_closure65.prototype = { call$2(paymentTerms, action) { return J.$index$asx(action.paymentTerms, 0); }, - $signature: 1661 + $signature: 1658 }; A.editingReducer_closure66.prototype = { call$2(paymentTerms, action) { return J.$index$asx(action.paymentTerms, 0); }, - $signature: 1662 + $signature: 1659 }; A.editingReducer_closure67.prototype = { call$2(paymentTerm, action) { return action.paymentTerm.rebuild$1(new A.editingReducer__closure24()); }, - $signature: 1663 + $signature: 1660 }; A.editingReducer__closure24.prototype = { call$1(b) { b.get$_payment_term_model$_$this()._payment_term_model$_isChanged = true; return b; }, - $signature: 796 + $signature: 696 }; A.paymentTermListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.paymentTermListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.paymentTermListReducer__closure.prototype = { call$1(b) { @@ -435159,7 +434475,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 440 + $signature: 478 }; A._deletePaymentTermSuccess_closure.prototype = { call$1(b) { @@ -435181,7 +434497,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 440 + $signature: 478 }; A._restorePaymentTermSuccess_closure.prototype = { call$1(b) { @@ -435203,7 +434519,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 440 + $signature: 478 }; A._addPaymentTerm_closure.prototype = { call$1(b) { @@ -435215,7 +434531,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 244 + $signature: 265 }; A._updatePaymentTerm_closure.prototype = { call$1(b) { @@ -435223,7 +434539,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 244 + $signature: 265 }; A._setLoadedPaymentTerm_closure.prototype = { call$1(b) { @@ -435231,26 +434547,26 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 244 + $signature: 265 }; A._setLoadedCompany_closure7.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.paymentTerms, new A._setLoadedCompany__closure7(), new A._setLoadedCompany__closure8(), type$.String, type$.PaymentTermEntity)); return b; }, - $signature: 244 + $signature: 265 }; A._setLoadedCompany__closure7.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A._setLoadedCompany__closure8.prototype = { call$1(item) { return item; }, - $signature: 794 + $signature: 689 }; A._setLoadedCompany_closure8.prototype = { call$1(b) { @@ -435258,13 +434574,13 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 244 + $signature: 265 }; A.memoizedDropdownPaymentTermList_closure.prototype = { call$2(paymentTermMap, paymentTermList) { return A.dropdownPaymentTermsSelector(paymentTermMap, paymentTermList); }, - $signature: 1668 + $signature: 1665 }; A.dropdownPaymentTermsSelector_closure.prototype = { call$1(paymentTermId) { @@ -435309,7 +434625,7 @@ call$4(selectionState, paymentTermMap, paymentTermList, paymentTermListState) { return A.filteredPaymentTermsSelector(selectionState, paymentTermMap, paymentTermList, paymentTermListState); }, - $signature: 1669 + $signature: 1666 }; A.filteredPaymentTermsSelector_closure.prototype = { call$1(paymentTermId) { @@ -435348,13 +434664,13 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.PaymentTermState_loadPaymentTerms_closure1.prototype = { call$1(item) { return item; }, - $signature: 794 + $signature: 689 }; A.PaymentTermState_loadPaymentTerms_closure.prototype = { call$1(b) { @@ -435369,7 +434685,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 244 + $signature: 265 }; A.PaymentTermUIState.prototype = { get$isCreatingNew() { @@ -435876,7 +435192,7 @@ call$1(product) { return product.get$id(product); }, - $signature: 51 + $signature: 50 }; A.handleProductAction_closure0.prototype = { call$1(b) { @@ -435884,7 +435200,7 @@ b.get$lineItems().addAll$1(0, new A.MappedListIterable(t1, new A.handleProductAction__closure1(this.state, this.invoice), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,InvoiceItemEntity>"))); return b; }, - $signature: 7 + $signature: 8 }; A.handleProductAction__closure1.prototype = { call$1(productId) { @@ -435892,7 +435208,7 @@ t2 = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex]; return A.convertProductToInvoiceItem(null, t2.userCompany.company, t1.staticState.currencyMap, this.invoice, t2.productState.map._map$_map.$index(0, productId)); }, - $signature: 793 + $signature: 688 }; A.handleProductAction_closure1.prototype = { call$1(b) { @@ -435900,7 +435216,7 @@ b.get$lineItems().addAll$1(0, new A.MappedListIterable(t1, new A.handleProductAction__closure0(this.state, this.invoice), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,InvoiceItemEntity>"))); return b; }, - $signature: 7 + $signature: 8 }; A.handleProductAction__closure0.prototype = { call$1(productId) { @@ -435908,7 +435224,7 @@ t2 = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex]; return A.convertProductToInvoiceItem(null, t2.userCompany.company, t1.staticState.currencyMap, this.invoice, t2.productState.map._map$_map.$index(0, productId)); }, - $signature: 793 + $signature: 688 }; A.handleProductAction_closure2.prototype = { call$1(context) { @@ -435930,7 +435246,7 @@ t2 = A.Text$(t2, _null, _null, _null, _null, _null, _null, _null, _null, _null); return A.SimpleDialog$(J.map$1$1$ax(B.Map_k38sM.get$keys(B.Map_k38sM), new A.handleProductAction__closure(t1, context, this.store, this.productIds), type$.SimpleDialogOption).toList$0(0), t2); }, - $signature: 175 + $signature: 179 }; A.handleProductAction__closure.prototype = { call$1(taxCategoryId) { @@ -435938,7 +435254,7 @@ t1 = _this.localization; return A.SimpleDialogOption$(A.Text$(t1.lookup$1(B.Map_k38sM.$index(0, taxCategoryId)), _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.handleProductAction___closure(_this.context, _this.store, _this.productIds, taxCategoryId, t1)); }, - $signature: 1671 + $signature: 1668 }; A.handleProductAction___closure.prototype = { call$0() { @@ -436089,7 +435405,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].productState.map._map$_map.$index(0, id); }, - $signature: 342 + $signature: 375 }; A._archiveProduct__closure0.prototype = { call$1(products) { @@ -436098,7 +435414,7 @@ t1[0].call$1(new A.ArchiveProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 343 + $signature: 378 }; A._archiveProduct__closure1.prototype = { call$1(error) { @@ -436109,7 +435425,7 @@ t1[0].call$1(new A.ArchiveProductsFailure()); this.action.completer.completeError$1(error); }, - $signature: 8 + $signature: 7 }; A._setTaxCategoryProducts_closure.prototype = { call$3(store, dynamicAction, next) { @@ -436131,7 +435447,7 @@ t1[0].call$1(new A.SetTaxCategoryProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 343 + $signature: 378 }; A._setTaxCategoryProducts__closure0.prototype = { call$1(error) { @@ -436142,7 +435458,7 @@ t1[0].call$1(new A.SetTaxCategoryProductsFailure()); this.action.completer.completeError$1(error); }, - $signature: 8 + $signature: 7 }; A._deleteProduct_closure.prototype = { call$3(store, dynamicAction, next) { @@ -436166,7 +435482,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].productState.map._map$_map.$index(0, id); }, - $signature: 342 + $signature: 375 }; A._deleteProduct__closure0.prototype = { call$1(products) { @@ -436175,7 +435491,7 @@ t1[0].call$1(new A.DeleteProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 343 + $signature: 378 }; A._deleteProduct__closure1.prototype = { call$1(error) { @@ -436210,7 +435526,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].productState.map._map$_map.$index(0, id); }, - $signature: 342 + $signature: 375 }; A._restoreProduct__closure0.prototype = { call$1(products) { @@ -436219,7 +435535,7 @@ t1[0].call$1(new A.RestoreProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 343 + $signature: 378 }; A._restoreProduct__closure1.prototype = { call$1(error) { @@ -436262,7 +435578,7 @@ } t1.completer.complete$1(0, product); }, - $signature: 270 + $signature: 310 }; A._saveProduct__closure0.prototype = { call$1(error) { @@ -436300,7 +435616,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 270 + $signature: 310 }; A._loadProduct__closure0.prototype = { call$1(error) { @@ -436347,19 +435663,19 @@ } else t1[0].call$1(new A.LoadInvoices(null, 1)); }, - $signature: 1675 + $signature: 1672 }; A._loadProducts___closure.prototype = { call$1(product) { B.JSArray_methods.forEach$1(product.documents._list$_list, new A._loadProducts____closure(this.documents, product)); }, - $signature: 489 + $signature: 512 }; A._loadProducts____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadProducts_____closure(this.product))); }, - $signature: 40 + $signature: 39 }; A._loadProducts_____closure.prototype = { call$1(b) { @@ -436410,13 +435726,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 270 + $signature: 310 }; A._saveDocument___closure12.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure12(this.product))); }, - $signature: 40 + $signature: 39 }; A._saveDocument____closure12.prototype = { call$1(b) { @@ -436458,188 +435774,188 @@ b.get$_product_state$_$this()._product_state$_forceSelected = t3; return b; }, - $signature: 1676 + $signature: 1673 }; A.forceSelectedReducer_closure226.prototype = { call$2(completer, action) { return true; }, - $signature: 1677 + $signature: 1674 }; A.forceSelectedReducer_closure227.prototype = { call$2(completer, action) { return false; }, - $signature: 1678 + $signature: 1675 }; A.forceSelectedReducer_closure228.prototype = { call$2(completer, action) { return false; }, - $signature: 1679 + $signature: 1676 }; A.forceSelectedReducer_closure229.prototype = { call$2(completer, action) { return false; }, - $signature: 1680 + $signature: 1677 }; A.forceSelectedReducer_closure230.prototype = { call$2(completer, action) { return false; }, - $signature: 1681 + $signature: 1678 }; A.forceSelectedReducer_closure231.prototype = { call$2(completer, action) { return false; }, - $signature: 1682 + $signature: 1679 }; A.forceSelectedReducer_closure232.prototype = { call$2(completer, action) { return false; }, - $signature: 1683 + $signature: 1680 }; A.forceSelectedReducer_closure233.prototype = { call$2(completer, action) { return false; }, - $signature: 1684 + $signature: 1681 }; A.tabIndexReducer_closure33.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1685 + $signature: 1682 }; A.tabIndexReducer_closure34.prototype = { call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 97 }; A.editingReducer_closure155.prototype = { call$2(product, action) { return action.product.rebuild$1(new A.editingReducer__closure60()); }, - $signature: 1686 + $signature: 1683 }; A.editingReducer__closure60.prototype = { call$1(b) { b.get$_product_model$_$this()._product_model$_isChanged = true; return b; }, - $signature: 167 + $signature: 174 }; A.editingReducer_closure156.prototype = { call$2(products, action) { return J.$index$asx(action.products, 0); }, - $signature: 1687 + $signature: 1684 }; A.editingReducer_closure157.prototype = { call$2(products, action) { return J.$index$asx(action.products, 0); }, - $signature: 1688 + $signature: 1685 }; A.editingReducer_closure158.prototype = { call$2(products, action) { return J.$index$asx(action.products, 0); }, - $signature: 1689 + $signature: 1686 }; A.selectedIdReducer_closure435.prototype = { call$2(completer, action) { return ""; }, - $signature: 1690 + $signature: 1687 }; A.selectedIdReducer_closure436.prototype = { call$2(completer, action) { return ""; }, - $signature: 1691 + $signature: 1688 }; A.selectedIdReducer_closure437.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_product ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure438.prototype = { call$2(selectedId, action) { return action.productId; }, - $signature: 1692 + $signature: 1689 }; A.selectedIdReducer_closure439.prototype = { call$2(selectedId, action) { return action.product.id; }, - $signature: 1693 + $signature: 1690 }; A.selectedIdReducer_closure440.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure441.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure442.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1694 + $signature: 1691 }; A.selectedIdReducer_closure443.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1695 + $signature: 1692 }; A.selectedIdReducer_closure444.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1696 + $signature: 1693 }; A.selectedIdReducer_closure445.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1697 + $signature: 1694 }; A.selectedIdReducer_closure446.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1698 + $signature: 1695 }; A.selectedIdReducer_closure447.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1699 + $signature: 1696 }; A.selectedIdReducer_closure448.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1700 + $signature: 1697 }; A.productListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.productListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.productListReducer__closure.prototype = { call$1(b) { @@ -436824,7 +436140,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 344 + $signature: 381 }; A._deleteProductSuccess_closure.prototype = { call$1(b) { @@ -436846,7 +436162,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 344 + $signature: 381 }; A._restoreProductSuccess_closure.prototype = { call$1(b) { @@ -436868,7 +436184,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 344 + $signature: 381 }; A._setTaxCategoryProductsSuccess_closure.prototype = { call$1(b) { @@ -436890,7 +436206,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 344 + $signature: 381 }; A._addProduct_closure.prototype = { call$1(b) { @@ -436902,7 +436218,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 345 + $signature: 387 }; A._updateProduct_closure.prototype = { call$1(b) { @@ -436910,7 +436226,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 345 + $signature: 387 }; A._setLoadedProduct_closure.prototype = { call$1(b) { @@ -436918,7 +436234,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 345 + $signature: 387 }; A.convertProductToInvoiceItem_closure.prototype = { call$1(b) { @@ -436964,13 +436280,13 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 59 + $signature: 57 }; A.memoizedDropdownProductList_closure.prototype = { call$3(productMap, productList, userMap) { return A.dropdownProductsSelector(productMap, productList, userMap); }, - $signature: 1703 + $signature: 1700 }; A.dropdownProductsSelector_closure.prototype = { call$1(productId) { @@ -437005,7 +436321,7 @@ call$1(productMap) { return A.productList(productMap); }, - $signature: 1704 + $signature: 1701 }; A.productList_closure.prototype = { call$1(productId) { @@ -437038,7 +436354,7 @@ call$5(selectionState, productMap, productList, productListState, userMap) { return A.filteredProductsSelector(selectionState, productMap, productList, productListState, userMap); }, - $signature: 1705 + $signature: 1702 }; A.filteredProductsSelector_closure.prototype = { call$1(productId) { @@ -437106,13 +436422,13 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.ProductState_loadProducts_closure1.prototype = { call$1(item) { return item; }, - $signature: 1706 + $signature: 1703 }; A.ProductState_loadProducts_closure.prototype = { call$1(b) { @@ -437127,7 +436443,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 345 + $signature: 387 }; A.ProductUIState.prototype = { get$isCreatingNew() { @@ -437645,7 +436961,7 @@ call$1(project) { return project.get$id(project); }, - $signature: 51 + $signature: 50 }; A.handleProjectAction_closure0.prototype = { call$1(b) { @@ -437661,14 +436977,14 @@ b.get$_invoice_model$_$this()._projectId = this.project.id; return b; }, - $signature: 7 + $signature: 8 }; A.handleProjectAction_closure2.prototype = { call$1(b) { b.get$_invoice_model$_$this()._projectId = this.project.id; return b; }, - $signature: 7 + $signature: 8 }; A.handleProjectAction_closure3.prototype = { call$1(project) { @@ -437682,13 +436998,13 @@ t1.lastClientId = clientId; } }, - $signature: 157 + $signature: 154 }; A.handleProjectAction_closure4.prototype = { call$1(project) { B.JSArray_methods.addAll$1(this.items, A.convertProjectToInvoiceItem(this.context, type$.nullable_ProjectEntity._as(project))); }, - $signature: 157 + $signature: 154 }; A.handleProjectAction_closure5.prototype = { call$1(b) { @@ -437696,7 +437012,7 @@ b.get$_invoice_model$_$this()._projectId = this.project.id; return b; }, - $signature: 7 + $signature: 8 }; A.handleProjectAction_closure6.prototype = { call$1(b) { @@ -437816,7 +437132,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].projectState.map._map$_map.$index(0, id); }, - $signature: 485 + $signature: 492 }; A._archiveProject__closure0.prototype = { call$1(projects) { @@ -437825,7 +437141,7 @@ t1[0].call$1(new A.ArchiveProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 512 + $signature: 496 }; A._archiveProject__closure1.prototype = { call$1(error) { @@ -437860,7 +437176,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].projectState.map._map$_map.$index(0, id); }, - $signature: 485 + $signature: 492 }; A._deleteProject__closure0.prototype = { call$1(projects) { @@ -437869,7 +437185,7 @@ t1[0].call$1(new A.DeleteProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 512 + $signature: 496 }; A._deleteProject__closure1.prototype = { call$1(error) { @@ -437904,7 +437220,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].projectState.map._map$_map.$index(0, id); }, - $signature: 485 + $signature: 492 }; A._restoreProject__closure0.prototype = { call$1(projects) { @@ -437913,7 +437229,7 @@ t1[0].call$1(new A.RestoreProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 512 + $signature: 496 }; A._restoreProject__closure1.prototype = { call$1(error) { @@ -437962,7 +437278,7 @@ if (t1 != null) t1.complete$1(0, project); }, - $signature: 271 + $signature: 305 }; A._saveProject__closure0.prototype = { call$1(error) { @@ -438000,7 +437316,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 271 + $signature: 305 }; A._loadProject__closure0.prototype = { call$1(error) { @@ -438043,19 +437359,19 @@ this.action.toString; t1[0].call$1(new A.LoadTasks(null, 1)); }, - $signature: 1710 + $signature: 1707 }; A._loadProjects___closure.prototype = { call$1(project) { B.JSArray_methods.forEach$1(project.documents._list$_list, new A._loadProjects____closure(this.documents, project)); }, - $signature: 815 + $signature: 746 }; A._loadProjects____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadProjects_____closure(this.project))); }, - $signature: 40 + $signature: 39 }; A._loadProjects_____closure.prototype = { call$1(b) { @@ -438107,13 +437423,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 271 + $signature: 305 }; A._saveDocument___closure6.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure6(this.project))); }, - $signature: 40 + $signature: 39 }; A._saveDocument____closure6.prototype = { call$1(b) { @@ -438159,163 +437475,163 @@ b.get$_project_state$_$this()._project_state$_cancelCompleter = t3; return b; }, - $signature: 1711 + $signature: 1708 }; A.forceSelectedReducer_closure17.prototype = { call$2(completer, action) { return true; }, - $signature: 1712 + $signature: 1709 }; A.forceSelectedReducer_closure18.prototype = { call$2(completer, action) { return false; }, - $signature: 1713 + $signature: 1710 }; A.forceSelectedReducer_closure19.prototype = { call$2(completer, action) { return false; }, - $signature: 1714 + $signature: 1711 }; A.forceSelectedReducer_closure20.prototype = { call$2(completer, action) { return false; }, - $signature: 1715 + $signature: 1712 }; A.forceSelectedReducer_closure21.prototype = { call$2(completer, action) { return false; }, - $signature: 1716 + $signature: 1713 }; A.forceSelectedReducer_closure22.prototype = { call$2(completer, action) { return false; }, - $signature: 1717 + $signature: 1714 }; A.forceSelectedReducer_closure23.prototype = { call$2(completer, action) { return false; }, - $signature: 1718 + $signature: 1715 }; A.forceSelectedReducer_closure24.prototype = { call$2(completer, action) { return false; }, - $signature: 1719 + $signature: 1716 }; A.tabIndexReducer_closure3.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1720 + $signature: 1717 }; A.tabIndexReducer_closure4.prototype = { call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 97 }; A.saveCompleterReducer_closure.prototype = { call$2(completer, action) { return type$.nullable_Completer_SelectableEntity._as(action.completer); }, - $signature: 1721 + $signature: 1718 }; A.cancelCompleterReducer_closure.prototype = { call$2(completer, action) { return type$.nullable_Completer_Null._as(action.cancelCompleter); }, - $signature: 1722 + $signature: 1719 }; A.selectedIdReducer_closure35.prototype = { call$2(completer, action) { return ""; }, - $signature: 1723 + $signature: 1720 }; A.selectedIdReducer_closure36.prototype = { call$2(completer, action) { return ""; }, - $signature: 1724 + $signature: 1721 }; A.selectedIdReducer_closure37.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_project ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure38.prototype = { call$2(selectedId, action) { return action.projectId; }, - $signature: 1725 + $signature: 1722 }; A.selectedIdReducer_closure39.prototype = { call$2(selectedId, action) { return action.project.id; }, - $signature: 1726 + $signature: 1723 }; A.selectedIdReducer_closure40.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure41.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure42.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1727 + $signature: 1724 }; A.selectedIdReducer_closure43.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1728 + $signature: 1725 }; A.selectedIdReducer_closure44.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1729 + $signature: 1726 }; A.selectedIdReducer_closure45.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1730 + $signature: 1727 }; A.selectedIdReducer_closure46.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1731 + $signature: 1728 }; A.selectedIdReducer_closure47.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1732 + $signature: 1729 }; A.selectedIdReducer_closure48.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1733 + $signature: 1730 }; A.selectedIdReducer_closure49.prototype = { call$2(selectedId, action) { @@ -438334,38 +437650,38 @@ call$2(projects, action) { return J.$index$asx(action.projects, 0); }, - $signature: 1734 + $signature: 1731 }; A.editingReducer_closure15.prototype = { call$2(projects, action) { return J.$index$asx(action.projects, 0); }, - $signature: 1735 + $signature: 1732 }; A.editingReducer_closure16.prototype = { call$2(projects, action) { return J.$index$asx(action.projects, 0); }, - $signature: 1736 + $signature: 1733 }; A.editingReducer_closure17.prototype = { call$2(project, action) { return action.project.rebuild$1(new A.editingReducer__closure7()); }, - $signature: 1737 + $signature: 1734 }; A.editingReducer__closure7.prototype = { call$1(b) { b.get$_project_model$_$this()._project_model$_isChanged = true; return b; }, - $signature: 200 + $signature: 202 }; A.projectListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.projectListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.projectListReducer__closure.prototype = { call$1(b) { @@ -438534,13 +437850,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 879 + $signature: 820 }; A._purgeClientSuccess_closure7.prototype = { call$1(each) { return each.id; }, - $signature: 1738 + $signature: 1735 }; A._purgeClientSuccess_closure5.prototype = { call$1(b) { @@ -438553,13 +437869,13 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure4(t1), true); return b; }, - $signature: 272 + $signature: 304 }; A._purgeClientSuccess__closure3.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 1740 + $signature: 1737 }; A._purgeClientSuccess__closure4.prototype = { call$1(p0) { @@ -438587,7 +437903,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 570 + $signature: 505 }; A._deleteProjectSuccess_closure.prototype = { call$1(b) { @@ -438609,7 +437925,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 570 + $signature: 505 }; A._restoreProjectSuccess_closure.prototype = { call$1(b) { @@ -438631,7 +437947,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 570 + $signature: 505 }; A._addProject_closure.prototype = { call$1(b) { @@ -438643,7 +437959,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 272 + $signature: 304 }; A._updateProject_closure.prototype = { call$1(b) { @@ -438651,7 +437967,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 272 + $signature: 304 }; A._setLoadedProject_closure.prototype = { call$1(b) { @@ -438659,7 +437975,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 272 + $signature: 304 }; A.convertProjectToInvoiceItem_closure.prototype = { call$2(index, task) { @@ -438679,7 +437995,7 @@ if (t1 && !task.get$isRunning() && task.invoiceId.length === 0 && task.projectId === this.project.id) this.tasks.push(task); }, - $signature: 146 + $signature: 151 }; A.convertProjectToInvoiceItem_closure0.prototype = { call$2(index, expense) { @@ -438699,7 +438015,7 @@ if (t1 && expense.projectId === this.project.id && expense.get$isPending()) this.expenses.push(expense); }, - $signature: 124 + $signature: 120 }; A.convertProjectToInvoiceItem_closure1.prototype = { call$2(taskA, taskB) { @@ -438713,7 +438029,7 @@ return -1; return B.JSInt_methods.compareTo$1(taskADate._value, taskBDate._value); }, - $signature: 1742 + $signature: 1739 }; A.convertProjectToInvoiceItem_closure2.prototype = { call$2(expenseA, expenseB) { @@ -438724,27 +438040,27 @@ t2.toString; return B.JSString_methods.compareTo$1(t1, t2); }, - $signature: 439 + $signature: 480 }; A.convertProjectToInvoiceItem_closure3.prototype = { call$1(b) { var t1 = this._box_0.notes; return b.get$_invoice_model$_$this()._invoice_model$_notes = t1; }, - $signature: 792 + $signature: 677 }; A.convertProjectToInvoiceItem_closure4.prototype = { call$1(b) { var t1 = this._box_1.notes; return b.get$_invoice_model$_$this()._invoice_model$_notes = t1; }, - $signature: 792 + $signature: 677 }; A.memoizedDropdownProjectList_closure.prototype = { call$5(projectMap, projectList, clientMap, userMap, clientId) { return A.dropdownProjectsSelector(projectMap, projectList, clientMap, userMap, clientId); }, - $signature: 1744 + $signature: 1741 }; A.dropdownProjectsSelector_closure.prototype = { call$1(projectId) { @@ -438808,7 +438124,7 @@ call$6(selectionState, projectMap, projectList, projectListState, clientMap, userMap) { return A.filteredProjectsSelector(selectionState, projectMap, projectList, projectListState, clientMap, userMap); }, - $signature: 1745 + $signature: 1742 }; A.filteredProjectsSelector_closure.prototype = { call$1(projectId) { @@ -438910,13 +438226,13 @@ t1.total = t1.total + B.JSInt_methods._tdivFast$1(task.calculateDuration$0()._duration, 1000000); } }, - $signature: 146 + $signature: 151 }; A.memoizedProjectStatsForClient_closure.prototype = { call$2(clientId, projectMap) { return A.projectStatsForClient(clientId, projectMap); }, - $signature: 790 + $signature: 676 }; A.projectStatsForClient_closure.prototype = { call$2(projectId, project) { @@ -438949,13 +438265,13 @@ } } }, - $signature: 1747 + $signature: 1744 }; A.memoizedProjectStatsForUser_closure.prototype = { call$2(userId, projectMap) { return A.projectStatsForClient(userId, projectMap); }, - $signature: 790 + $signature: 676 }; A.ProjectState.prototype = { $get$1(_, projectId) { @@ -438978,13 +438294,13 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.ProjectState_loadProjects_closure1.prototype = { call$1(item) { return item; }, - $signature: 1748 + $signature: 1745 }; A.ProjectState_loadProjects_closure.prototype = { call$1(b) { @@ -438999,7 +438315,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 272 + $signature: 304 }; A.ProjectUIState.prototype = { get$isCreatingNew() { @@ -439572,19 +438888,19 @@ call$1(purchaseOrder) { return purchaseOrder.get$id(purchaseOrder); }, - $signature: 51 + $signature: 50 }; A.handlePurchaseOrderAction_closure0.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 105 + $signature: 108 }; A.handlePurchaseOrderAction_closure1.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 105 + $signature: 108 }; A.handlePurchaseOrderAction_closure2.prototype = { call$1(purchaseOrder) { @@ -439592,7 +438908,7 @@ if (!t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].vendorState.$get$1(0, type$.InvoiceEntity._as(purchaseOrder).vendorId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 157 + $signature: 154 }; A.handlePurchaseOrderAction_closure3.prototype = { call$0() { @@ -439620,7 +438936,7 @@ b.get$parameters(b).get$_schedule_model$_$this()._entityId = this.purchaseOrder.id; return b; }, - $signature: 82 + $signature: 83 }; A.handlePurchaseOrderAction_closure6.prototype = { call$1(_) { @@ -439647,7 +438963,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.BulkEmailPurchaseOrdersRequest(t2, t1)); }, - $signature: 28 + $signature: 27 }; A.handlePurchaseOrderAction_closure7.prototype = { call$1(b) { @@ -439655,7 +438971,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 7 + $signature: 8 }; A.handlePurchaseOrderAction_closure8.prototype = { call$1(b) { @@ -439663,7 +438979,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 7 + $signature: 8 }; A.handlePurchaseOrderAction_closure9.prototype = { call$1(b) { @@ -439671,7 +438987,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 7 + $signature: 8 }; A.handlePurchaseOrderAction_closure10.prototype = { call$1(b) { @@ -439679,7 +438995,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 7 + $signature: 8 }; A.handlePurchaseOrderAction_closure11.prototype = { call$1(response) { @@ -439688,7 +439004,7 @@ t1[0].call$1(new A.StopLoading()); A.saveDownloadedFile(response.get$bodyBytes(), this.localization.get$purchaseOrder() + "_" + this.purchaseOrder.number + ".pdf"); }, - $signature: 8 + $signature: 7 }; A.handlePurchaseOrderAction_closure12.prototype = { call$1(_) { @@ -439696,7 +439012,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.StopLoading()); }, - $signature: 8 + $signature: 7 }; A._viewPurchaseOrder_closure.prototype = { call$3(store, dynamicAction, next) { @@ -440218,7 +439534,7 @@ t1[0].call$1(new A.EmailPurchaseOrderSuccess(purchaseOrder)); this.action.completer.complete$1(0, null); }, - $signature: 83 + $signature: 85 }; A._emailPurchaseOrder__closure0.prototype = { call$1(error) { @@ -440251,13 +439567,13 @@ b.get$lineItems().replace$1(0, new A.WhereIterable(t1, new A._savePurchaseOrder___closure(), A._arrayInstanceType(t1)._eval$1("WhereIterable<1>"))); return b; }, - $signature: 7 + $signature: 8 }; A._savePurchaseOrder___closure.prototype = { call$1(item) { return !item.get$isEmpty(item); }, - $signature: 85 + $signature: 82 }; A._savePurchaseOrder__closure0.prototype = { call$1(purchaseOrder) { @@ -440279,7 +439595,7 @@ } t1.completer.complete$1(0, purchaseOrder); }, - $signature: 83 + $signature: 85 }; A._savePurchaseOrder__closure1.prototype = { call$1(error) { @@ -440317,7 +439633,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 83 + $signature: 85 }; A._loadPurchaseOrder__closure0.prototype = { call$1(error) { @@ -440430,19 +439746,19 @@ } else t1[0].call$1(new A.LoadExpenses(null, 1)); }, - $signature: 306 + $signature: 292 }; A._loadPurchaseOrders___closure.prototype = { call$1(purchaseOrder) { B.JSArray_methods.forEach$1(purchaseOrder.documents._list$_list, new A._loadPurchaseOrders____closure(this.documents, purchaseOrder)); }, - $signature: 160 + $signature: 161 }; A._loadPurchaseOrders____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadPurchaseOrders_____closure(this.purchaseOrder))); }, - $signature: 40 + $signature: 39 }; A._loadPurchaseOrders_____closure.prototype = { call$1(b) { @@ -440493,13 +439809,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 83 + $signature: 85 }; A._saveDocument___closure3.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure3(this.purchaseOrder))); }, - $signature: 40 + $signature: 39 }; A._saveDocument____closure3.prototype = { call$1(b) { @@ -440545,199 +439861,199 @@ b.get$_purchase_order_state$_$this()._purchase_order_state$_historyActivityId = t3; return b; }, - $signature: 1749 + $signature: 1746 }; A.forceSelectedReducer_closure167.prototype = { call$2(completer, action) { return true; }, - $signature: 1750 + $signature: 1747 }; A.forceSelectedReducer_closure168.prototype = { call$2(completer, action) { return false; }, - $signature: 1751 + $signature: 1748 }; A.forceSelectedReducer_closure169.prototype = { call$2(completer, action) { return false; }, - $signature: 1752 + $signature: 1749 }; A.forceSelectedReducer_closure170.prototype = { call$2(completer, action) { return false; }, - $signature: 1753 + $signature: 1750 }; A.forceSelectedReducer_closure171.prototype = { call$2(completer, action) { return false; }, - $signature: 1754 + $signature: 1751 }; A.forceSelectedReducer_closure172.prototype = { call$2(completer, action) { return false; }, - $signature: 1755 + $signature: 1752 }; A.forceSelectedReducer_closure173.prototype = { call$2(completer, action) { return false; }, - $signature: 1756 + $signature: 1753 }; A.forceSelectedReducer_closure174.prototype = { call$2(completer, action) { return false; }, - $signature: 1757 + $signature: 1754 }; A.forceSelectedReducer_closure175.prototype = { call$2(completer, action) { return false; }, - $signature: 1758 + $signature: 1755 }; A.tabIndexReducer_closure19.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1759 + $signature: 1756 }; A.tabIndexReducer_closure20.prototype = { call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 97 }; A.historyActivityIdReducer_closure2.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 1760 + $signature: 1757 }; A.editingItemReducer_closure3.prototype = { call$2(index, action) { return null; }, - $signature: 1761 + $signature: 1758 }; A.editingItemReducer_closure4.prototype = { call$2(index, action) { return action.itemIndex; }, - $signature: 1762 + $signature: 1759 }; A.selectedIdReducer_closure319.prototype = { call$2(completer, action) { return ""; }, - $signature: 1763 + $signature: 1760 }; A.selectedIdReducer_closure320.prototype = { call$2(completer, action) { return ""; }, - $signature: 1764 + $signature: 1761 }; A.selectedIdReducer_closure321.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_purchaseOrder ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure322.prototype = { call$2(selectedId, action) { return action.purchaseOrderId; }, - $signature: 1765 + $signature: 1762 }; A.selectedIdReducer_closure323.prototype = { call$2(selectedId, action) { return action.purchaseOrder.id; }, - $signature: 1766 + $signature: 1763 }; A.selectedIdReducer_closure324.prototype = { call$2(selectedId, action) { return action.purchaseOrder.id; }, - $signature: 1767 + $signature: 1764 }; A.selectedIdReducer_closure325.prototype = { call$2(selectedId, action) { return action.purchaseOrder.id; }, - $signature: 1768 + $signature: 1765 }; A.selectedIdReducer_closure326.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure327.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure328.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1769 + $signature: 1766 }; A.selectedIdReducer_closure329.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1770 + $signature: 1767 }; A.selectedIdReducer_closure330.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1771 + $signature: 1768 }; A.selectedIdReducer_closure331.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1772 + $signature: 1769 }; A.selectedIdReducer_closure332.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1773 + $signature: 1770 }; A.selectedIdReducer_closure333.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1774 + $signature: 1771 }; A.selectedIdReducer_closure334.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1775 + $signature: 1772 }; A.selectedIdReducer_closure335.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1776 + $signature: 1773 }; A.selectedIdReducer_closure336.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_purchaseOrder ? "" : selectedId; }, - $signature: 179 + $signature: 184 }; A.selectedIdReducer_closure337.prototype = { call$2(selectedId, action) { @@ -440756,65 +440072,65 @@ call$2(purchaseOrder, action) { return action.purchaseOrder.rebuild$1(new A.editingReducer__closure44()); }, - $signature: 1777 + $signature: 1774 }; A.editingReducer__closure44.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure104.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure43()); }, - $signature: 788 + $signature: 675 }; A.editingReducer__closure43.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure105.prototype = { call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1779 + $signature: 1776 }; A.editingReducer_closure106.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure42()); }, - $signature: 1780 + $signature: 1777 }; A.editingReducer__closure42.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure107.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure41()); }, - $signature: 1781 + $signature: 1778 }; A.editingReducer__closure41.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure108.prototype = { call$2(purchaseOrder, action) { return purchaseOrder.rebuild$1(new A.editingReducer__closure40(action.vendor)); }, - $signature: 1782 + $signature: 1779 }; A.editingReducer__closure40.prototype = { call$1(b) { @@ -440834,37 +440150,37 @@ t3.replace$1(0, A.List_List$of(new A.MappedListIterable(t1, new A.editingReducer___closure2(), t2), true, t2._eval$1("ListIterable.E"))); return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer___closure2.prototype = { call$1(contact) { return A.InvitationEntity_InvitationEntity(null, contact.id); }, - $signature: 534 + $signature: 581 }; A.editingReducer_closure109.prototype = { call$2(purchaseOrders, action) { return J.$index$asx(action.purchaseOrders, 0); }, - $signature: 1783 + $signature: 1780 }; A.editingReducer_closure110.prototype = { call$2(purchaseOrders, action) { return J.$index$asx(action.purchaseOrders, 0); }, - $signature: 1784 + $signature: 1781 }; A.editingReducer_closure111.prototype = { call$2(purchaseOrders, action) { return J.$index$asx(action.purchaseOrders, 0); }, - $signature: 1785 + $signature: 1782 }; A.editingReducer_closure112.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure39(action)); }, - $signature: 1786 + $signature: 1783 }; A.editingReducer__closure39.prototype = { call$1(b) { @@ -440876,20 +440192,20 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure113.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure38(action)); }, - $signature: 1787 + $signature: 1784 }; A.editingReducer__closure38.prototype = { call$1(b) { B.JSArray_methods.remove$1(b.get$invitations().get$_safeList(), this.action.invitation); return b; }, - $signature: 7 + $signature: 8 }; A._addPurchaseOrderItem_closure.prototype = { call$1(b) { @@ -440898,21 +440214,21 @@ B.JSArray_methods.add$1(t1.get$_safeList(), this.action.purchaseOrderItem); return b; }, - $signature: 7 + $signature: 8 }; A._addPurchaseOrderItems_closure.prototype = { call$1(b) { b.get$lineItems().addAll$1(0, this.action.lineItems); return b; }, - $signature: 7 + $signature: 8 }; A._removePurchaseOrderItem_closure.prototype = { call$1(b) { B.JSArray_methods.removeAt$1(b.get$lineItems().get$_safeList(), this.action.index); return b; }, - $signature: 7 + $signature: 8 }; A._updatePurchaseOrderItem_closure.prototype = { call$1(b) { @@ -440922,13 +440238,13 @@ t1.get$_safeList()[t2.index] = t2.purchaseOrderItem; return b; }, - $signature: 7 + $signature: 8 }; A.purchaseOrderListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.purchaseOrderListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.purchaseOrderListReducer__closure.prototype = { call$1(b) { @@ -441113,96 +440429,96 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A._markSentPurchaseOrderSuccess_closure1.prototype = { call$1(item) { return item; }, - $signature: 113 + $signature: 119 }; A._markSentPurchaseOrderSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 164 + $signature: 157 }; A._convertPurchaseOrdersToExpenses_closure0.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A._convertPurchaseOrdersToExpenses_closure1.prototype = { call$1(item) { return item; }, - $signature: 113 + $signature: 119 }; A._convertPurchaseOrdersToExpenses_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 164 + $signature: 157 }; A._addPurchaseOrdersToInventorySuccess_closure0.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A._addPurchaseOrdersToInventorySuccess_closure1.prototype = { call$1(item) { return item; }, - $signature: 113 + $signature: 119 }; A._addPurchaseOrdersToInventorySuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 164 + $signature: 157 }; A._acceptPurchaseOrderSuccess_closure0.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A._acceptPurchaseOrderSuccess_closure1.prototype = { call$1(item) { return item; }, - $signature: 113 + $signature: 119 }; A._acceptPurchaseOrderSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 164 + $signature: 157 }; A._cancelPurchaseOrderSuccess_closure0.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A._cancelPurchaseOrderSuccess_closure1.prototype = { call$1(item) { return item; }, - $signature: 113 + $signature: 119 }; A._cancelPurchaseOrderSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 164 + $signature: 157 }; A._archivePurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -441224,7 +440540,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 582 + $signature: 507 }; A._deletePurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -441246,7 +440562,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 582 + $signature: 507 }; A._restorePurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -441268,7 +440584,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 582 + $signature: 507 }; A._emailPurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -441276,26 +440592,26 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 164 + $signature: 157 }; A._approvePurchaseOrderSuccess_closure0.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A._approvePurchaseOrderSuccess_closure1.prototype = { call$1(item) { return item; }, - $signature: 113 + $signature: 119 }; A._approvePurchaseOrderSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 164 + $signature: 157 }; A._addPurchaseOrder_closure.prototype = { call$1(b) { @@ -441307,7 +440623,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 164 + $signature: 157 }; A._addPurchaseOrder__closure.prototype = { call$1(b) { @@ -441315,7 +440631,7 @@ b.get$_invoice_model$_$this()._invoice_model$_loadedAt = t1; return b; }, - $signature: 7 + $signature: 8 }; A._updatePurchaseOrder_closure.prototype = { call$1(b) { @@ -441323,7 +440639,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updatePurchaseOrder__closure())); return b; }, - $signature: 164 + $signature: 157 }; A._updatePurchaseOrder__closure.prototype = { call$1(b) { @@ -441331,25 +440647,25 @@ b.get$_invoice_model$_$this()._invoice_model$_loadedAt = t1; return b; }, - $signature: 7 + $signature: 8 }; A.purchaseOrderContactSelector_closure.prototype = { call$1(invitation) { return invitation.clientContactId; }, - $signature: 357 + $signature: 362 }; A.purchaseOrderContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 195 + $signature: 201 }; A.memoizedDropdownPurchaseOrderList_closure.prototype = { call$7(purchaseOrderMap, purchaseOrderList, staticState, userMap, clientMap, vendorMap, clientId) { return A.dropdownPurchaseOrdersSelector(purchaseOrderMap, purchaseOrderList, staticState, userMap, clientMap, vendorMap, clientId); }, - $signature: 1790 + $signature: 1787 }; A.dropdownPurchaseOrdersSelector_closure.prototype = { call$1(purchaseOrderId) { @@ -441386,7 +440702,7 @@ call$7(selectionState, invoiceMap, invoiceList, clientMap, vendorMap, invoiceListState, userMap) { return A.filteredPurchaseOrdersSelector(selectionState, invoiceMap, invoiceList, clientMap, vendorMap, invoiceListState, userMap); }, - $signature: 786 + $signature: 673 }; A.filteredPurchaseOrdersSelector_closure.prototype = { call$1(invoiceId) { @@ -441481,7 +440797,7 @@ call$2(vendorId, purchaseOrderMap) { return A.purchaseOrderStatsForVendor(vendorId, purchaseOrderMap); }, - $signature: 97 + $signature: 102 }; A.purchaseOrderStatsForVendor_closure.prototype = { call$2(purchaseOrderId, purchaseOrder) { @@ -441514,7 +440830,7 @@ } } }, - $signature: 69 + $signature: 70 }; A.PurchaseOrderState.prototype = { $get$1(_, purchaseOrderId) { @@ -441538,13 +440854,13 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.PurchaseOrderState_loadPurchaseOrders_closure1.prototype = { call$1(item) { return item; }, - $signature: 113 + $signature: 119 }; A.PurchaseOrderState_loadPurchaseOrders_closure.prototype = { call$1(b) { @@ -441559,7 +440875,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 164 + $signature: 157 }; A.PurchaseOrderUIState.prototype = { get$isCreatingNew() { @@ -442148,7 +441464,7 @@ call$1(quote) { return quote.get$id(quote); }, - $signature: 51 + $signature: 50 }; A.handleQuoteAction_closure0.prototype = { call$1(_) { @@ -442162,7 +441478,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.ConvertQuotesToInvoices(this.quoteIds, t1)); }, - $signature: 28 + $signature: 27 }; A.handleQuoteAction_closure1.prototype = { call$1(_) { @@ -442176,7 +441492,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.ConvertQuotesToProjects(this.quoteIds, t1)); }, - $signature: 28 + $signature: 27 }; A.handleQuoteAction_closure2.prototype = { call$1(quote) { @@ -442184,7 +441500,7 @@ if (!t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].clientState.$get$1(0, type$.InvoiceEntity._as(quote).clientId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 157 + $signature: 154 }; A.handleQuoteAction_closure3.prototype = { call$0() { @@ -442212,7 +441528,7 @@ b.get$parameters(b).get$_schedule_model$_$this()._entityId = this.quote.id; return b; }, - $signature: 82 + $signature: 83 }; A.handleQuoteAction_closure6.prototype = { call$1(_) { @@ -442235,7 +441551,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.BulkEmailQuotesRequest(t2, t1)); }, - $signature: 28 + $signature: 27 }; A.handleQuoteAction_closure7.prototype = { call$1(b) { @@ -442243,7 +441559,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 7 + $signature: 8 }; A.handleQuoteAction_closure8.prototype = { call$1(b) { @@ -442251,7 +441567,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 7 + $signature: 8 }; A.handleQuoteAction_closure9.prototype = { call$1(b) { @@ -442259,7 +441575,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 7 + $signature: 8 }; A.handleQuoteAction_closure10.prototype = { call$1(b) { @@ -442267,7 +441583,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 7 + $signature: 8 }; A.handleQuoteAction_closure11.prototype = { call$1(response) { @@ -442284,7 +441600,7 @@ t2.toString; A.saveDownloadedFile(t1, t2 + "_" + this.quote.number + ".pdf"); }, - $signature: 8 + $signature: 7 }; A.handleQuoteAction_closure12.prototype = { call$1(_) { @@ -442292,19 +441608,19 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.StopLoading()); }, - $signature: 8 + $signature: 7 }; A.handleQuoteAction_closure13.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 105 + $signature: 108 }; A.handleQuoteAction_closure14.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 105 + $signature: 108 }; A.StartQuoteMultiselect.prototype = {}; A.AddToQuoteMultiselect.prototype = {}; @@ -442764,7 +442080,7 @@ t1[0].call$1(new A.EmailQuoteSuccess(quote)); this.action.completer.complete$1(0, null); }, - $signature: 83 + $signature: 85 }; A._emailQuote__closure0.prototype = { call$1(error) { @@ -442797,13 +442113,13 @@ b.get$lineItems().replace$1(0, new A.WhereIterable(t1, new A._saveQuote___closure(), A._arrayInstanceType(t1)._eval$1("WhereIterable<1>"))); return b; }, - $signature: 7 + $signature: 8 }; A._saveQuote___closure.prototype = { call$1(item) { return !item.get$isEmpty(item); }, - $signature: 85 + $signature: 82 }; A._saveQuote__closure0.prototype = { call$1(quote) { @@ -442825,7 +442141,7 @@ } t1.completer.complete$1(0, quote); }, - $signature: 83 + $signature: 85 }; A._saveQuote__closure1.prototype = { call$1(error) { @@ -442863,7 +442179,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 83 + $signature: 85 }; A._loadQuote__closure0.prototype = { call$1(error) { @@ -442976,19 +442292,19 @@ } else t1[0].call$1(new A.LoadCredits()); }, - $signature: 306 + $signature: 292 }; A._loadQuotes___closure.prototype = { call$1(quote) { B.JSArray_methods.forEach$1(quote.documents._list$_list, new A._loadQuotes____closure(this.documents, quote)); }, - $signature: 160 + $signature: 161 }; A._loadQuotes____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadQuotes_____closure(this.quote))); }, - $signature: 40 + $signature: 39 }; A._loadQuotes_____closure.prototype = { call$1(b) { @@ -443039,13 +442355,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 83 + $signature: 85 }; A._saveDocument___closure5.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure5(this.quote))); }, - $signature: 40 + $signature: 39 }; A._saveDocument____closure5.prototype = { call$1(b) { @@ -443091,199 +442407,199 @@ b.get$_quote_state$_$this()._historyActivityId = t3; return b; }, - $signature: 1792 + $signature: 1789 }; A.forceSelectedReducer_closure.prototype = { call$2(completer, action) { return true; }, - $signature: 1793 + $signature: 1790 }; A.forceSelectedReducer_closure0.prototype = { call$2(completer, action) { return false; }, - $signature: 1794 + $signature: 1791 }; A.forceSelectedReducer_closure1.prototype = { call$2(completer, action) { return false; }, - $signature: 1795 + $signature: 1792 }; A.forceSelectedReducer_closure2.prototype = { call$2(completer, action) { return false; }, - $signature: 1796 + $signature: 1793 }; A.forceSelectedReducer_closure3.prototype = { call$2(completer, action) { return false; }, - $signature: 1797 + $signature: 1794 }; A.forceSelectedReducer_closure4.prototype = { call$2(completer, action) { return false; }, - $signature: 1798 + $signature: 1795 }; A.forceSelectedReducer_closure5.prototype = { call$2(completer, action) { return false; }, - $signature: 1799 + $signature: 1796 }; A.forceSelectedReducer_closure6.prototype = { call$2(completer, action) { return false; }, - $signature: 1800 + $signature: 1797 }; A.forceSelectedReducer_closure7.prototype = { call$2(completer, action) { return false; }, - $signature: 1801 + $signature: 1798 }; A.tabIndexReducer_closure.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1802 + $signature: 1799 }; A.tabIndexReducer_closure0.prototype = { call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 97 }; A.historyActivityIdReducer_closure.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 1803 + $signature: 1800 }; A.editingItemReducer_closure.prototype = { call$2(index, action) { return action.quoteItemIndex; }, - $signature: 1804 + $signature: 1801 }; A.editingItemReducer_closure0.prototype = { call$2(index, action) { return action.quoteItemIndex; }, - $signature: 1805 + $signature: 1802 }; A.selectedIdReducer_closure.prototype = { call$2(completer, action) { return ""; }, - $signature: 1806 + $signature: 1803 }; A.selectedIdReducer_closure0.prototype = { call$2(completer, action) { return ""; }, - $signature: 1807 + $signature: 1804 }; A.selectedIdReducer_closure1.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_quote ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure2.prototype = { call$2(selectedId, action) { return action.quoteId; }, - $signature: 1808 + $signature: 1805 }; A.selectedIdReducer_closure3.prototype = { call$2(selectedId, action) { return action.quote.id; }, - $signature: 1809 + $signature: 1806 }; A.selectedIdReducer_closure4.prototype = { call$2(selectedId, action) { return action.quote.id; }, - $signature: 1810 + $signature: 1807 }; A.selectedIdReducer_closure5.prototype = { call$2(selectedId, action) { return action.quote.id; }, - $signature: 1811 + $signature: 1808 }; A.selectedIdReducer_closure6.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure7.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure8.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1812 + $signature: 1809 }; A.selectedIdReducer_closure9.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1813 + $signature: 1810 }; A.selectedIdReducer_closure10.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1814 + $signature: 1811 }; A.selectedIdReducer_closure11.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1815 + $signature: 1812 }; A.selectedIdReducer_closure12.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1816 + $signature: 1813 }; A.selectedIdReducer_closure13.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1817 + $signature: 1814 }; A.selectedIdReducer_closure14.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1818 + $signature: 1815 }; A.selectedIdReducer_closure15.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1819 + $signature: 1816 }; A.selectedIdReducer_closure16.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_quote ? "" : selectedId; }, - $signature: 179 + $signature: 184 }; A.selectedIdReducer_closure17.prototype = { call$2(selectedId, action) { @@ -443302,65 +442618,65 @@ call$2(quote, action) { return action.quote.rebuild$1(new A.editingReducer__closure5()); }, - $signature: 1820 + $signature: 1817 }; A.editingReducer__closure5.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure0.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure4()); }, - $signature: 785 + $signature: 672 }; A.editingReducer__closure4.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure1.prototype = { call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1822 + $signature: 1819 }; A.editingReducer_closure2.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure3()); }, - $signature: 1823 + $signature: 1820 }; A.editingReducer__closure3.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure3.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure2()); }, - $signature: 1824 + $signature: 1821 }; A.editingReducer__closure2.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure4.prototype = { call$2(quote, action) { return quote.rebuild$1(new A.editingReducer__closure1(action.client)); }, - $signature: 1825 + $signature: 1822 }; A.editingReducer__closure1.prototype = { call$1(b) { @@ -443380,37 +442696,37 @@ t3.replace$1(0, A.List_List$of(new A.MappedListIterable(t1, new A.editingReducer___closure(), t2), true, t2._eval$1("ListIterable.E"))); return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer___closure.prototype = { call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 218 + $signature: 220 }; A.editingReducer_closure5.prototype = { call$2(quotes, action) { return J.$index$asx(action.quotes, 0); }, - $signature: 1826 + $signature: 1823 }; A.editingReducer_closure6.prototype = { call$2(quotes, action) { return J.$index$asx(action.quotes, 0); }, - $signature: 1827 + $signature: 1824 }; A.editingReducer_closure7.prototype = { call$2(quotes, action) { return J.$index$asx(action.quotes, 0); }, - $signature: 1828 + $signature: 1825 }; A.editingReducer_closure8.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure0(action)); }, - $signature: 1829 + $signature: 1826 }; A.editingReducer__closure0.prototype = { call$1(b) { @@ -443422,20 +442738,20 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure9.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure(action)); }, - $signature: 1830 + $signature: 1827 }; A.editingReducer__closure.prototype = { call$1(b) { B.JSArray_methods.remove$1(b.get$invitations().get$_safeList(), this.action.invitation); return b; }, - $signature: 7 + $signature: 8 }; A._addQuoteItem_closure.prototype = { call$1(b) { @@ -443444,21 +442760,21 @@ B.JSArray_methods.add$1(t1.get$_safeList(), this.action.quoteItem); return b; }, - $signature: 7 + $signature: 8 }; A._addQuoteItems_closure.prototype = { call$1(b) { b.get$lineItems().addAll$1(0, this.action.quoteItems); return b; }, - $signature: 7 + $signature: 8 }; A._removeQuoteItem_closure.prototype = { call$1(b) { B.JSArray_methods.removeAt$1(b.get$lineItems().get$_safeList(), this.action.index); return b; }, - $signature: 7 + $signature: 8 }; A._updateQuoteItem_closure.prototype = { call$1(b) { @@ -443468,13 +442784,13 @@ t1.get$_safeList()[t2.index] = t2.quoteItem; return b; }, - $signature: 7 + $signature: 8 }; A.quoteListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.quoteListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.quoteListReducer__closure.prototype = { call$1(b) { @@ -443659,13 +442975,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 202 + $signature: 195 }; A._purgeClientSuccess_closure1.prototype = { call$1(each) { return each.id; }, - $signature: 353 + $signature: 369 }; A._purgeClientSuccess_closure.prototype = { call$1(b) { @@ -443678,13 +442994,13 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure0(t1), true); return b; }, - $signature: 189 + $signature: 204 }; A._purgeClientSuccess__closure.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 355 + $signature: 364 }; A._purgeClientSuccess__closure0.prototype = { call$1(p0) { @@ -443696,20 +443012,20 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A._markSentQuoteSuccess_closure1.prototype = { call$1(item) { return item; }, - $signature: 113 + $signature: 119 }; A._markSentQuoteSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.quoteMap); return b; }, - $signature: 189 + $signature: 204 }; A._archiveQuoteSuccess_closure.prototype = { call$1(b) { @@ -443731,7 +443047,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 604 + $signature: 508 }; A._deleteQuoteSuccess_closure.prototype = { call$1(b) { @@ -443753,7 +443069,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 604 + $signature: 508 }; A._restoreQuoteSuccess_closure.prototype = { call$1(b) { @@ -443775,7 +443091,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 604 + $signature: 508 }; A._emailQuoteSuccess_closure.prototype = { call$1(b) { @@ -443783,45 +443099,45 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 189 + $signature: 204 }; A._convertQuotesToInvoicesSuccess_closure0.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A._convertQuotesToInvoicesSuccess_closure1.prototype = { call$1(item) { return item; }, - $signature: 113 + $signature: 119 }; A._convertQuotesToInvoicesSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.quoteMap); return b; }, - $signature: 189 + $signature: 204 }; A._convertQuotesToProjectsSuccess_closure0.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A._convertQuotesToProjectsSuccess_closure1.prototype = { call$1(item) { return item; }, - $signature: 113 + $signature: 119 }; A._convertQuotesToProjectsSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.quoteMap); return b; }, - $signature: 189 + $signature: 204 }; A._addQuote_closure.prototype = { call$1(b) { @@ -443833,7 +443149,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 189 + $signature: 204 }; A._addQuote__closure.prototype = { call$1(b) { @@ -443841,7 +443157,7 @@ b.get$_invoice_model$_$this()._invoice_model$_loadedAt = t1; return b; }, - $signature: 7 + $signature: 8 }; A._updateQuote_closure.prototype = { call$1(b) { @@ -443849,7 +443165,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updateQuote__closure())); return b; }, - $signature: 189 + $signature: 204 }; A._updateQuote__closure.prototype = { call$1(b) { @@ -443857,25 +443173,25 @@ b.get$_invoice_model$_$this()._invoice_model$_loadedAt = t1; return b; }, - $signature: 7 + $signature: 8 }; A.quoteContactSelector_closure.prototype = { call$1(invitation) { return invitation.clientContactId; }, - $signature: 357 + $signature: 362 }; A.quoteContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 173 + $signature: 181 }; A.memoizedDropdownQuoteList_closure.prototype = { call$7(quoteMap, clientMap, vendorMap, quoteList, clientId, userMap, excludedIds) { return A.dropdownQuoteSelector(quoteMap, clientMap, vendorMap, quoteList, clientId, userMap, excludedIds); }, - $signature: 1833 + $signature: 1830 }; A.dropdownQuoteSelector_closure.prototype = { call$1(invoiceId) { @@ -443937,7 +443253,7 @@ call$7(selectionState, quoteMap, quoteList, clientMap, vendorMap, quoteListState, userMap) { return A.filteredQuotesSelector(selectionState, quoteMap, quoteList, clientMap, vendorMap, quoteListState, userMap); }, - $signature: 786 + $signature: 673 }; A.filteredQuotesSelector_closure.prototype = { call$1(quoteId) { @@ -444028,7 +443344,7 @@ call$2(clientId, quoteMap) { return A.quoteStatsForClient(clientId, quoteMap); }, - $signature: 97 + $signature: 102 }; A.quoteStatsForClient_closure.prototype = { call$2(quoteId, quote) { @@ -444061,13 +443377,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedQuoteStatsForDesign_closure.prototype = { call$2(designId, quoteMap) { return A.quoteStatsForDesign(designId, quoteMap); }, - $signature: 97 + $signature: 102 }; A.quoteStatsForDesign_closure.prototype = { call$2(quoteId, quote) { @@ -444100,13 +443416,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedQuoteStatsForUser_closure.prototype = { call$2(userId, quoteMap) { return A.quoteStatsForUser(userId, quoteMap); }, - $signature: 97 + $signature: 102 }; A.quoteStatsForUser_closure.prototype = { call$2(quoteId, quote) { @@ -444139,7 +443455,7 @@ } } }, - $signature: 69 + $signature: 70 }; A.QuoteState.prototype = { $get$1(_, quoteId) { @@ -444163,13 +443479,13 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.QuoteState_loadQuotes_closure1.prototype = { call$1(item) { return item; }, - $signature: 113 + $signature: 119 }; A.QuoteState_loadQuotes_closure.prototype = { call$1(b) { @@ -444184,7 +443500,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 189 + $signature: 204 }; A.QuoteUIState.prototype = { get$isCreatingNew() { @@ -444740,7 +444056,7 @@ call$1(recurringExpense) { return recurringExpense.get$id(recurringExpense); }, - $signature: 51 + $signature: 50 }; A.handleRecurringExpenseAction_closure0.prototype = { call$1(b) { @@ -444856,7 +444172,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 216 + $signature: 226 }; A._archiveRecurringExpense__closure0.prototype = { call$1(recurringExpenses) { @@ -444865,7 +444181,7 @@ t1[0].call$1(new A.ArchiveRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 201 + $signature: 192 }; A._archiveRecurringExpense__closure1.prototype = { call$1(error) { @@ -444900,7 +444216,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 216 + $signature: 226 }; A._deleteRecurringExpense__closure0.prototype = { call$1(recurringExpenses) { @@ -444909,7 +444225,7 @@ t1[0].call$1(new A.DeleteRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 201 + $signature: 192 }; A._deleteRecurringExpense__closure1.prototype = { call$1(error) { @@ -444944,7 +444260,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 216 + $signature: 226 }; A._restoreRecurringExpense__closure0.prototype = { call$1(recurringExpenses) { @@ -444953,7 +444269,7 @@ t1[0].call$1(new A.RestoreRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 201 + $signature: 192 }; A._restoreRecurringExpense__closure1.prototype = { call$1(error) { @@ -444993,7 +444309,7 @@ } t1.completer.complete$1(0, recurringExpense); }, - $signature: 165 + $signature: 159 }; A._saveRecurringExpense__closure0.prototype = { call$1(error) { @@ -445031,7 +444347,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 165 + $signature: 159 }; A._loadRecurringExpense__closure0.prototype = { call$1(error) { @@ -445074,19 +444390,19 @@ this.action.toString; t1[0].call$1(new A.LoadTransactions(null, 1)); }, - $signature: 812 + $signature: 740 }; A._loadRecurringExpenses___closure.prototype = { call$1(expense) { B.JSArray_methods.forEach$1(expense.documents._list$_list, new A._loadRecurringExpenses____closure(this.documents, expense)); }, - $signature: 402 + $signature: 354 }; A._loadRecurringExpenses____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadRecurringExpenses_____closure(this.expense))); }, - $signature: 40 + $signature: 39 }; A._loadRecurringExpenses_____closure.prototype = { call$1(b) { @@ -445127,7 +444443,7 @@ t1[0].call$1(new A.StartRecurringExpensesSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 201 + $signature: 192 }; A._startRecurringExpense__closure0.prototype = { call$1(error) { @@ -445160,7 +444476,7 @@ t1[0].call$1(new A.StopRecurringExpensesSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 201 + $signature: 192 }; A._stopRecurringExpense__closure0.prototype = { call$1(error) { @@ -445204,13 +444520,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 165 + $signature: 159 }; A._saveDocument___closure2.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure2(this.expense))); }, - $signature: 40 + $signature: 39 }; A._saveDocument____closure2.prototype = { call$1(b) { @@ -445252,163 +444568,163 @@ b.get$_recurring_expense_state$_$this()._recurring_expense_state$_tabIndex = t3; return b; }, - $signature: 1834 + $signature: 1831 }; A.forceSelectedReducer_closure158.prototype = { call$2(completer, action) { return true; }, - $signature: 1835 + $signature: 1832 }; A.forceSelectedReducer_closure159.prototype = { call$2(completer, action) { return false; }, - $signature: 1836 + $signature: 1833 }; A.forceSelectedReducer_closure160.prototype = { call$2(completer, action) { return false; }, - $signature: 1837 + $signature: 1834 }; A.forceSelectedReducer_closure161.prototype = { call$2(completer, action) { return false; }, - $signature: 1838 + $signature: 1835 }; A.forceSelectedReducer_closure162.prototype = { call$2(completer, action) { return false; }, - $signature: 1839 + $signature: 1836 }; A.forceSelectedReducer_closure163.prototype = { call$2(completer, action) { return false; }, - $signature: 1840 + $signature: 1837 }; A.forceSelectedReducer_closure164.prototype = { call$2(completer, action) { return false; }, - $signature: 1841 + $signature: 1838 }; A.forceSelectedReducer_closure165.prototype = { call$2(completer, action) { return false; }, - $signature: 1842 + $signature: 1839 }; A.forceSelectedReducer_closure166.prototype = { call$2(completer, action) { return false; }, - $signature: 1843 + $signature: 1840 }; A.tabIndexReducer_closure17.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1844 + $signature: 1841 }; A.tabIndexReducer_closure18.prototype = { call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 97 }; A.selectedIdReducer_closure303.prototype = { call$2(completer, action) { return ""; }, - $signature: 1845 + $signature: 1842 }; A.selectedIdReducer_closure304.prototype = { call$2(completer, action) { return ""; }, - $signature: 1846 + $signature: 1843 }; A.selectedIdReducer_closure305.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_recurringExpense ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure306.prototype = { call$2(selectedId, action) { return action.get$recurringExpenseId(); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure307.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$recurringExpense()); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure308.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure309.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure310.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1847 + $signature: 1844 }; A.selectedIdReducer_closure311.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1848 + $signature: 1845 }; A.selectedIdReducer_closure312.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1849 + $signature: 1846 }; A.selectedIdReducer_closure313.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1850 + $signature: 1847 }; A.selectedIdReducer_closure314.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1851 + $signature: 1848 }; A.selectedIdReducer_closure315.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1852 + $signature: 1849 }; A.selectedIdReducer_closure316.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1853 + $signature: 1850 }; A.selectedIdReducer_closure317.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1854 + $signature: 1851 }; A.selectedIdReducer_closure318.prototype = { call$2(selectedId, action) { @@ -445427,25 +444743,25 @@ call$2(recurringExpenses, action) { return J.$index$asx(action.recurringExpenses, 0); }, - $signature: 1855 + $signature: 1852 }; A.editingReducer_closure100.prototype = { call$2(recurringExpenses, action) { return J.$index$asx(action.recurringExpenses, 0); }, - $signature: 1856 + $signature: 1853 }; A.editingReducer_closure101.prototype = { call$2(recurringExpenses, action) { return J.$index$asx(action.recurringExpenses, 0); }, - $signature: 1857 + $signature: 1854 }; A.editingReducer_closure102.prototype = { call$2(recurringExpense, action) { return action.recurringExpense.rebuild$1(new A.editingReducer__closure37()); }, - $signature: 1858 + $signature: 1855 }; A.editingReducer__closure37.prototype = { call$1(b) { @@ -445458,7 +444774,7 @@ call$2(state, action) { return state.rebuild$1(new A.recurringExpenseListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.recurringExpenseListReducer__closure.prototype = { call$1(b) { @@ -445611,13 +444927,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 500 + $signature: 513 }; A._purgeClientSuccess_closure16.prototype = { call$1(each) { return each.id; }, - $signature: 811 + $signature: 738 }; A._purgeClientSuccess_closure14.prototype = { call$1(b) { @@ -445630,13 +444946,13 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure10(t1), true); return b; }, - $signature: 301 + $signature: 303 }; A._purgeClientSuccess__closure9.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 810 + $signature: 736 }; A._purgeClientSuccess__closure10.prototype = { call$1(p0) { @@ -445664,7 +444980,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 274 + $signature: 301 }; A._deleteRecurringExpenseSuccess_closure.prototype = { call$1(b) { @@ -445686,7 +445002,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 274 + $signature: 301 }; A._restoreRecurringExpenseSuccess_closure.prototype = { call$1(b) { @@ -445708,7 +445024,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 274 + $signature: 301 }; A._addRecurringExpense_closure.prototype = { call$1(b) { @@ -445720,7 +445036,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 301 + $signature: 303 }; A._addRecurringExpense__closure.prototype = { call$1(b) { @@ -445736,7 +445052,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updateRecurringExpense__closure())); return b; }, - $signature: 301 + $signature: 303 }; A._updateRecurringExpense__closure.prototype = { call$1(b) { @@ -445766,7 +445082,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 274 + $signature: 301 }; A._stopRecurringExpensesSuccess_closure.prototype = { call$1(b) { @@ -445788,7 +445104,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 274 + $signature: 301 }; A._setLoadedRecurringExpense_closure.prototype = { call$1(b) { @@ -445796,7 +445112,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._setLoadedRecurringExpense__closure())); return b; }, - $signature: 301 + $signature: 303 }; A._setLoadedRecurringExpense__closure.prototype = { call$1(b) { @@ -445810,7 +445126,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: 809 + $signature: 733 }; A.filteredRecurringExpensesSelector_closure.prototype = { call$1(expenseId) { @@ -445933,7 +445249,7 @@ call$2(clientId, expenseMap) { return A.recurringExpenseStatsForClient(clientId, expenseMap); }, - $signature: 176 + $signature: 169 }; A.recurringExpenseStatsForClient_closure.prototype = { call$2(expenseId, expense) { @@ -445966,13 +445282,13 @@ } } }, - $signature: 124 + $signature: 120 }; A.memoizedRecurringExpenseStatsForVendor_closure.prototype = { call$2(vendorId, expenseMap) { return A.recurringExpenseStatsForVendor(vendorId, expenseMap); }, - $signature: 176 + $signature: 169 }; A.recurringExpenseStatsForVendor_closure.prototype = { call$2(expenseId, expense) { @@ -446005,13 +445321,13 @@ } } }, - $signature: 124 + $signature: 120 }; A.memoizedTransactionStatsForVendor_closure.prototype = { call$2(vendorId, transactionMap) { return A.transactionStatsForVendor(vendorId, transactionMap); }, - $signature: 410 + $signature: 340 }; A.transactionStatsForVendor_closure.prototype = { call$2(transactionId, transaction) { @@ -446044,13 +445360,13 @@ } } }, - $signature: 411 + $signature: 341 }; A.memoizedRecurringExpenseStatsForUser_closure.prototype = { call$2(userId, expenseMap) { return A.recurringExpenseStatsForUser(userId, expenseMap); }, - $signature: 176 + $signature: 169 }; A.recurringExpenseStatsForUser_closure.prototype = { call$2(expenseId, expense) { @@ -446078,13 +445394,13 @@ } } }, - $signature: 124 + $signature: 120 }; A.memoizedRecurringExpenseStatsForExpense_closure.prototype = { call$2(expenseId, expenseMap) { return A.recurringExpenseStatsForExpense(expenseId, expenseMap); }, - $signature: 176 + $signature: 169 }; A.recurringExpenseStatsForExpense_closure.prototype = { call$2(expenseId, expense) { @@ -446112,7 +445428,7 @@ } } }, - $signature: 124 + $signature: 120 }; A.RecurringExpenseState.prototype = { $get$1(_, recurringExpenseId) { @@ -446136,13 +445452,13 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.RecurringExpenseState_loadRecurringExpenses_closure1.prototype = { call$1(item) { return item; }, - $signature: 808 + $signature: 731 }; A.RecurringExpenseState_loadRecurringExpenses_closure.prototype = { call$1(b) { @@ -446157,7 +445473,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 301 + $signature: 303 }; A.RecurringExpenseUIState.prototype = { get$isCreatingNew() { @@ -446715,7 +446031,7 @@ call$1(recurringInvoice) { return recurringInvoice.get$id(recurringInvoice); }, - $signature: 51 + $signature: 50 }; A.handleRecurringInvoiceAction_closure0.prototype = { call$1(_) { @@ -446724,7 +446040,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.UpdatePricesRecurringInvoicesRequest(t1, this.recurringInvoiceIds)); }, - $signature: 28 + $signature: 27 }; A.handleRecurringInvoiceAction_closure1.prototype = { call$1(context) { @@ -446758,7 +446074,7 @@ t2.toString; return A.AlertDialog$(A._setArrayType([t6, A.TextButton$(false, A.Text$(J.$index$asx(t2, "submit").toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.handleRecurringInvoiceAction__closure1(t1, context), _null)], type$.JSArray_Widget), _null, _null, t5, _null, _null, t4); }, - $signature: 174 + $signature: 168 }; A.handleRecurringInvoiceAction__closure.prototype = { call$1(value) { @@ -446784,14 +446100,14 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 7 + $signature: 8 }; A.handleRecurringInvoiceAction_closure3.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_entityType = B.EntityType_invoice; return b; }, - $signature: 7 + $signature: 8 }; A.handleRecurringInvoiceAction_closure4.prototype = { call$1(b) { @@ -446799,7 +446115,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 7 + $signature: 8 }; A.handleRecurringInvoiceAction_closure5.prototype = { call$1(b) { @@ -446807,7 +446123,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 7 + $signature: 8 }; A.StartRecurringInvoiceMultiselect.prototype = {}; A.AddToRecurringInvoiceMultiselect.prototype = {}; @@ -447245,13 +446561,13 @@ b.get$lineItems().replace$1(0, new A.WhereIterable(t1, new A._saveRecurringInvoice___closure(), A._arrayInstanceType(t1)._eval$1("WhereIterable<1>"))); return b; }, - $signature: 7 + $signature: 8 }; A._saveRecurringInvoice___closure.prototype = { call$1(item) { return !item.get$isEmpty(item); }, - $signature: 85 + $signature: 82 }; A._saveRecurringInvoice__closure0.prototype = { call$1(recurringInvoice) { @@ -447267,7 +446583,7 @@ } t1.completer.complete$1(0, recurringInvoice); }, - $signature: 83 + $signature: 85 }; A._saveRecurringInvoice__closure1.prototype = { call$1(error) { @@ -447305,7 +446621,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 83 + $signature: 85 }; A._loadRecurringInvoice__closure0.prototype = { call$1(error) { @@ -447352,19 +446668,19 @@ } else t1[0].call$1(new A.LoadPayments(null, 1)); }, - $signature: 306 + $signature: 292 }; A._loadRecurringInvoices___closure.prototype = { call$1(client) { B.JSArray_methods.forEach$1(client.documents._list$_list, new A._loadRecurringInvoices____closure(this.documents, client)); }, - $signature: 160 + $signature: 161 }; A._loadRecurringInvoices____closure.prototype = { call$1(invoice) { this.documents.push(invoice.rebuild$1(new A._loadRecurringInvoices_____closure(this.client))); }, - $signature: 40 + $signature: 39 }; A._loadRecurringInvoices_____closure.prototype = { call$1(b) { @@ -447415,13 +446731,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 83 + $signature: 85 }; A._saveDocument___closure1.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure1(this.invoice))); }, - $signature: 40 + $signature: 39 }; A._saveDocument____closure1.prototype = { call$1(b) { @@ -447467,200 +446783,200 @@ b.get$_recurring_invoice_state$_$this()._recurring_invoice_state$_historyActivityId = t3; return b; }, - $signature: 1861 + $signature: 1858 }; A.forceSelectedReducer_closure125.prototype = { call$2(completer, action) { return true; }, - $signature: 1862 + $signature: 1859 }; A.forceSelectedReducer_closure126.prototype = { call$2(completer, action) { return false; }, - $signature: 1863 + $signature: 1860 }; A.forceSelectedReducer_closure127.prototype = { call$2(completer, action) { return false; }, - $signature: 1864 + $signature: 1861 }; A.forceSelectedReducer_closure128.prototype = { call$2(completer, action) { return false; }, - $signature: 1865 + $signature: 1862 }; A.forceSelectedReducer_closure129.prototype = { call$2(completer, action) { return false; }, - $signature: 1866 + $signature: 1863 }; A.forceSelectedReducer_closure130.prototype = { call$2(completer, action) { return false; }, - $signature: 1867 + $signature: 1864 }; A.forceSelectedReducer_closure131.prototype = { call$2(completer, action) { return false; }, - $signature: 1868 + $signature: 1865 }; A.forceSelectedReducer_closure132.prototype = { call$2(completer, action) { return false; }, - $signature: 1869 + $signature: 1866 }; A.forceSelectedReducer_closure133.prototype = { call$2(completer, action) { return false; }, - $signature: 1870 + $signature: 1867 }; A.tabIndexReducer_closure13.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1871 + $signature: 1868 }; A.tabIndexReducer_closure14.prototype = { call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 97 }; A.historyActivityIdReducer_closure1.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 1872 + $signature: 1869 }; A.editingItemIndexReducer_closure.prototype = { call$2(index, action) { return null; }, - $signature: 1873 + $signature: 1870 }; A.editingItemIndexReducer_closure0.prototype = { call$2(index, action) { return action.itemIndex; }, - $signature: 1874 + $signature: 1871 }; A.selectedIdReducer_closure239.prototype = { call$2(completer, action) { return ""; }, - $signature: 1875 + $signature: 1872 }; A.selectedIdReducer_closure240.prototype = { call$2(completer, action) { return ""; }, - $signature: 1876 + $signature: 1873 }; A.selectedIdReducer_closure241.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_recurringInvoice ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure242.prototype = { call$2(selectedId, action) { return action.recurringInvoiceId; }, - $signature: 1877 + $signature: 1874 }; A.selectedIdReducer_closure243.prototype = { call$2(selectedId, action) { return action.recurringInvoice.id; }, - $signature: 1878 + $signature: 1875 }; A.selectedIdReducer_closure244.prototype = { call$2(selectedId, action) { var t1 = action.get$invoice(); return t1.get$id(t1); }, - $signature: 1879 + $signature: 1876 }; A.selectedIdReducer_closure245.prototype = { call$2(selectedId, action) { return action.invoice.id; }, - $signature: 1880 + $signature: 1877 }; A.selectedIdReducer_closure246.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure247.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure248.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1881 + $signature: 1878 }; A.selectedIdReducer_closure249.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1882 + $signature: 1879 }; A.selectedIdReducer_closure250.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1883 + $signature: 1880 }; A.selectedIdReducer_closure251.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1884 + $signature: 1881 }; A.selectedIdReducer_closure252.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1885 + $signature: 1882 }; A.selectedIdReducer_closure253.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1886 + $signature: 1883 }; A.selectedIdReducer_closure254.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1887 + $signature: 1884 }; A.selectedIdReducer_closure255.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1888 + $signature: 1885 }; A.selectedIdReducer_closure256.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_recurringInvoice ? "" : selectedId; }, - $signature: 179 + $signature: 184 }; A.selectedIdReducer_closure257.prototype = { call$2(selectedId, action) { @@ -447679,65 +446995,65 @@ call$2(recurringInvoice, action) { return action.recurringInvoice.rebuild$1(new A.editingReducer__closure33()); }, - $signature: 1889 + $signature: 1886 }; A.editingReducer__closure33.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure77.prototype = { call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure32()); }, - $signature: 780 + $signature: 666 }; A.editingReducer__closure32.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure78.prototype = { call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1891 + $signature: 1888 }; A.editingReducer_closure79.prototype = { call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure31()); }, - $signature: 1892 + $signature: 1889 }; A.editingReducer__closure31.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure80.prototype = { call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure30()); }, - $signature: 1893 + $signature: 1890 }; A.editingReducer__closure30.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure81.prototype = { call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure29(action.client)); }, - $signature: 1894 + $signature: 1891 }; A.editingReducer__closure29.prototype = { call$1(b) { @@ -447757,37 +447073,37 @@ t3.replace$1(0, A.List_List$of(new A.MappedListIterable(t1, new A.editingReducer___closure1(), t2), true, t2._eval$1("ListIterable.E"))); return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer___closure1.prototype = { call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 218 + $signature: 220 }; A.editingReducer_closure82.prototype = { call$2(recurringInvoices, action) { return J.$index$asx(action.recurringInvoices, 0); }, - $signature: 1895 + $signature: 1892 }; A.editingReducer_closure83.prototype = { call$2(recurringInvoices, action) { return J.$index$asx(action.recurringInvoices, 0); }, - $signature: 1896 + $signature: 1893 }; A.editingReducer_closure84.prototype = { call$2(recurringInvoices, action) { return J.$index$asx(action.recurringInvoices, 0); }, - $signature: 1897 + $signature: 1894 }; A.editingReducer_closure85.prototype = { call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure28(action)); }, - $signature: 1898 + $signature: 1895 }; A.editingReducer__closure28.prototype = { call$1(b) { @@ -447799,20 +447115,20 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 7 + $signature: 8 }; A.editingReducer_closure86.prototype = { call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure27(action)); }, - $signature: 1899 + $signature: 1896 }; A.editingReducer__closure27.prototype = { call$1(b) { B.JSArray_methods.remove$1(b.get$invitations().get$_safeList(), this.action.invitation); return b; }, - $signature: 7 + $signature: 8 }; A._addRecurringInvoiceItem_closure.prototype = { call$1(b) { @@ -447821,21 +447137,21 @@ B.JSArray_methods.add$1(t1.get$_safeList(), this.item); return b; }, - $signature: 7 + $signature: 8 }; A._addRecurringInvoiceItems_closure.prototype = { call$1(b) { b.get$lineItems().addAll$1(0, this.action.items); return b; }, - $signature: 7 + $signature: 8 }; A._removeRecurringInvoiceItem_closure.prototype = { call$1(b) { B.JSArray_methods.removeAt$1(b.get$lineItems().get$_safeList(), this.action.index); return b; }, - $signature: 7 + $signature: 8 }; A._updateRecurringInvoiceItem_closure.prototype = { call$1(b) { @@ -447845,13 +447161,13 @@ t1.get$_safeList()[t2.index] = t2.item; return b; }, - $signature: 7 + $signature: 8 }; A.recurringInvoiceListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.recurringInvoiceListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.recurringInvoiceListReducer__closure.prototype = { call$1(b) { @@ -448025,13 +447341,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 202 + $signature: 195 }; A._purgeClientSuccess_closure13.prototype = { call$1(each) { return each.id; }, - $signature: 353 + $signature: 369 }; A._purgeClientSuccess_closure11.prototype = { call$1(b) { @@ -448044,13 +447360,13 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure8(t1), true); return b; }, - $signature: 275 + $signature: 299 }; A._purgeClientSuccess__closure7.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 355 + $signature: 364 }; A._purgeClientSuccess__closure8.prototype = { call$1(p0) { @@ -448078,7 +447394,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 263 + $signature: 246 }; A._deleteRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -448100,7 +447416,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 263 + $signature: 246 }; A._emailRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -448110,7 +447426,7 @@ t1.$indexSet(0, t3.get$id(t3), t2.get$invoice()); return b; }, - $signature: 275 + $signature: 299 }; A._restoreRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -448132,7 +447448,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 263 + $signature: 246 }; A._sendNowRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -448154,7 +447470,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 263 + $signature: 246 }; A._startRecurringInvoicesSuccess_closure.prototype = { call$1(b) { @@ -448176,7 +447492,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 263 + $signature: 246 }; A._stopRecurringInvoicesSuccess_closure.prototype = { call$1(b) { @@ -448198,7 +447514,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 263 + $signature: 246 }; A._addRecurringInvoice_closure.prototype = { call$1(b) { @@ -448210,7 +447526,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 275 + $signature: 299 }; A._addRecurringInvoice__closure.prototype = { call$1(b) { @@ -448218,14 +447534,14 @@ b.get$_invoice_model$_$this()._invoice_model$_loadedAt = t1; return b; }, - $signature: 7 + $signature: 8 }; A._updateRecurringInvoice_closure.prototype = { call$1(b) { 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: 275 + $signature: 299 }; A._updateRecurringInvoice__closure.prototype = { call$1(b) { @@ -448233,13 +447549,13 @@ b.get$_invoice_model$_$this()._invoice_model$_loadedAt = t1; return b; }, - $signature: 7 + $signature: 8 }; A.memoizedFilteredRecurringInvoiceList_closure.prototype = { call$7(selectionState, recurringInvoiceMap, clientMap, vendorMap, recurringInvoiceList, recurringInvoiceListState, userMap) { return A.filteredRecurringInvoicesSelector(selectionState, recurringInvoiceMap, clientMap, vendorMap, recurringInvoiceList, recurringInvoiceListState, userMap); }, - $signature: 1902 + $signature: 1899 }; A.filteredRecurringInvoicesSelector_closure.prototype = { call$1(recurringInvoiceId) { @@ -448328,7 +447644,7 @@ call$2(clientId, invoiceMap) { return A.recurringInvoiceStatsForClient(clientId, invoiceMap); }, - $signature: 97 + $signature: 102 }; A.recurringInvoiceStatsForClient_closure.prototype = { call$2(invoiceId, invoice) { @@ -448361,13 +447677,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedRecurringInvoiceStatsForUser_closure.prototype = { call$2(userId, invoiceMap) { return A.recurringInvoiceStatsForUser(userId, invoiceMap); }, - $signature: 97 + $signature: 102 }; A.recurringInvoiceStatsForUser_closure.prototype = { call$2(invoiceId, invoice) { @@ -448395,13 +447711,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedRecurringInvoiceStatsForInvoice_closure.prototype = { call$2(invoiceId, invoiceMap) { return A.recurringInvoiceStatsForInvoice(invoiceId, invoiceMap); }, - $signature: 97 + $signature: 102 }; A.recurringInvoiceStatsForInvoice_closure.prototype = { call$2(invoiceId, invoice) { @@ -448429,13 +447745,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedRecurringInvoiceStatsForDesign_closure.prototype = { call$2(designId, recurringInvoiceMap) { return A.recurringInvoiceStatsForDesign(designId, recurringInvoiceMap); }, - $signature: 97 + $signature: 102 }; A.recurringInvoiceStatsForDesign_closure.prototype = { call$2(invoiceId, invoice) { @@ -448468,13 +447784,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedRecurringInvoiceStatsForSubscription_closure.prototype = { call$2(subscriptionId, invoiceMap) { return A.recurringInvoiceStatsForSubscription(subscriptionId, invoiceMap); }, - $signature: 97 + $signature: 102 }; A.recurringInvoiceStatsForSubscription_closure.prototype = { call$2(invoiceId, invoice) { @@ -448507,7 +447823,7 @@ } } }, - $signature: 69 + $signature: 70 }; A.RecurringInvoiceState.prototype = { $get$1(_, invoiceId) { @@ -448531,13 +447847,13 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.RecurringInvoiceState_loadRecurringInvoices_closure1.prototype = { call$1(item) { return item; }, - $signature: 113 + $signature: 119 }; A.RecurringInvoiceState_loadRecurringInvoices_closure.prototype = { call$1(b) { @@ -448552,7 +447868,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 275 + $signature: 299 }; A.RecurringInvoiceUIState.prototype = { get$isCreatingNew() { @@ -449029,14 +448345,14 @@ b.get$_reports_state$_$this()._chart = ""; return b; }, - $signature: 459 + $signature: 516 }; A.reportsUIReducer_closure0.prototype = { call$1(b) { b.get$_reports_state$_$this()._report = this.action.report; return b; }, - $signature: 459 + $signature: 516 }; A.reportsUIReducer_closure1.prototype = { call$1(b) { @@ -449072,7 +448388,7 @@ t2.replace$1(0, t1 == null ? _this.state.filters : t1); return b; }, - $signature: 459 + $signature: 516 }; A.ReportsUIState.prototype = { get$isGroupByFiltered() { @@ -449395,7 +448711,7 @@ call$1(schedule) { return schedule.get$id(schedule); }, - $signature: 51 + $signature: 50 }; A._editSchedule_closure.prototype = { call$3(store, dynamicAction, next) { @@ -449497,7 +448813,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].scheduleState.map._map$_map.$index(0, id); }, - $signature: 478 + $signature: 517 }; A._archiveSchedule__closure0.prototype = { call$1(schedules) { @@ -449506,7 +448822,7 @@ t1[0].call$1(new A.ArchiveSchedulesSuccess(schedules)); this.action.completer.complete$1(0, null); }, - $signature: 481 + $signature: 519 }; A._archiveSchedule__closure1.prototype = { call$1(error) { @@ -449541,7 +448857,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].scheduleState.map._map$_map.$index(0, id); }, - $signature: 478 + $signature: 517 }; A._deleteSchedule__closure0.prototype = { call$1(schedules) { @@ -449550,7 +448866,7 @@ t1[0].call$1(new A.DeleteSchedulesSuccess(schedules)); this.action.completer.complete$1(0, null); }, - $signature: 481 + $signature: 519 }; A._deleteSchedule__closure1.prototype = { call$1(error) { @@ -449585,7 +448901,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].scheduleState.map._map$_map.$index(0, id); }, - $signature: 478 + $signature: 517 }; A._restoreSchedule__closure0.prototype = { call$1(schedules) { @@ -449594,7 +448910,7 @@ t1[0].call$1(new A.RestoreSchedulesSuccess(schedules)); this.action.completer.complete$1(0, null); }, - $signature: 481 + $signature: 519 }; A._restoreSchedule__closure1.prototype = { call$1(error) { @@ -449637,7 +448953,7 @@ } t1.completer.complete$1(0, schedule); }, - $signature: 349 + $signature: 398 }; A._saveSchedule__closure0.prototype = { call$1(error) { @@ -449673,7 +448989,7 @@ t1[0].call$1(new A.LoadScheduleSuccess(schedule)); this.action.completer.complete$1(0, null); }, - $signature: 349 + $signature: 398 }; A._loadSchedule__closure0.prototype = { call$1(error) { @@ -449711,7 +449027,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1907 + $signature: 1904 }; A._loadSchedules__closure0.prototype = { call$1(error) { @@ -449747,151 +449063,151 @@ b.get$_schedule_state$_$this()._schedule_state$_tabIndex = t3; return b; }, - $signature: 1908 + $signature: 1905 }; A.forceSelectedReducer_closure201.prototype = { call$2(completer, action) { return true; }, - $signature: 1909 + $signature: 1906 }; A.forceSelectedReducer_closure202.prototype = { call$2(completer, action) { return false; }, - $signature: 1910 + $signature: 1907 }; A.forceSelectedReducer_closure203.prototype = { call$2(completer, action) { return false; }, - $signature: 1911 + $signature: 1908 }; A.forceSelectedReducer_closure204.prototype = { call$2(completer, action) { return false; }, - $signature: 1912 + $signature: 1909 }; A.forceSelectedReducer_closure205.prototype = { call$2(completer, action) { return false; }, - $signature: 1913 + $signature: 1910 }; A.forceSelectedReducer_closure206.prototype = { call$2(completer, action) { return false; }, - $signature: 1914 + $signature: 1911 }; A.forceSelectedReducer_closure207.prototype = { call$2(completer, action) { return false; }, - $signature: 1915 + $signature: 1912 }; A.forceSelectedReducer_closure208.prototype = { call$2(completer, action) { return false; }, - $signature: 1916 + $signature: 1913 }; A.tabIndexReducer_closure27.prototype = { call$2(completer, action) { return action.get$tabIndex(action); }, - $signature: 1917 + $signature: 1914 }; A.tabIndexReducer_closure28.prototype = { call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 97 }; A.selectedIdReducer_closure384.prototype = { call$2(completer, action) { return ""; }, - $signature: 1918 + $signature: 1915 }; A.selectedIdReducer_closure385.prototype = { call$2(completer, action) { return ""; }, - $signature: 1919 + $signature: 1916 }; A.selectedIdReducer_closure386.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_schedule ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure387.prototype = { call$2(selectedId, action) { return action.get$scheduleId(); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure388.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$schedule()); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure389.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure390.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure391.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1920 + $signature: 1917 }; A.selectedIdReducer_closure392.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1921 + $signature: 1918 }; A.selectedIdReducer_closure393.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1922 + $signature: 1919 }; A.selectedIdReducer_closure394.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1923 + $signature: 1920 }; A.selectedIdReducer_closure395.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1924 + $signature: 1921 }; A.selectedIdReducer_closure396.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1925 + $signature: 1922 }; A.selectedIdReducer_closure397.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1926 + $signature: 1923 }; A.selectedIdReducer_closure398.prototype = { call$2(selectedId, action) { @@ -449910,38 +449226,38 @@ call$2(schedules, action) { return J.$index$asx(action.schedules, 0); }, - $signature: 1927 + $signature: 1924 }; A.editingReducer_closure127.prototype = { call$2(schedules, action) { return J.$index$asx(action.schedules, 0); }, - $signature: 1928 + $signature: 1925 }; A.editingReducer_closure128.prototype = { call$2(schedules, action) { return J.$index$asx(action.schedules, 0); }, - $signature: 1929 + $signature: 1926 }; A.editingReducer_closure129.prototype = { call$2(schedule, action) { return action.schedule.rebuild$1(new A.editingReducer__closure48()); }, - $signature: 1930 + $signature: 1927 }; A.editingReducer__closure48.prototype = { call$1(b) { b.get$_schedule_model$_$this()._schedule_model$_isChanged = true; return b; }, - $signature: 82 + $signature: 83 }; A.scheduleListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.scheduleListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.scheduleListReducer__closure.prototype = { call$1(b) { @@ -450094,7 +449410,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 505 + $signature: 522 }; A._deleteScheduleSuccess_closure.prototype = { call$1(b) { @@ -450116,7 +449432,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 505 + $signature: 522 }; A._restoreScheduleSuccess_closure.prototype = { call$1(b) { @@ -450138,7 +449454,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 505 + $signature: 522 }; A._addSchedule_closure.prototype = { call$1(b) { @@ -450150,7 +449466,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 350 + $signature: 399 }; A._updateSchedule_closure.prototype = { call$1(b) { @@ -450158,7 +449474,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 350 + $signature: 399 }; A._setLoadedSchedule_closure.prototype = { call$1(b) { @@ -450166,13 +449482,13 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 350 + $signature: 399 }; A.memoizedFilteredScheduleList_closure.prototype = { call$4(selectionState, scheduleMap, scheduleList, scheduleListState) { return A.filteredSchedulesSelector(selectionState, scheduleMap, scheduleList, scheduleListState); }, - $signature: 1933 + $signature: 1930 }; A.filteredSchedulesSelector_closure.prototype = { call$1(scheduleId) { @@ -450210,13 +449526,13 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.ScheduleState_loadSchedules_closure1.prototype = { call$1(item) { return item; }, - $signature: 1934 + $signature: 1931 }; A.ScheduleState_loadSchedules_closure.prototype = { call$1(b) { @@ -450231,7 +449547,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 350 + $signature: 399 }; A.ScheduleUIState.prototype = { get$isCreatingNew() { @@ -450796,7 +450112,7 @@ this.action.completer.complete$0(0); A.WidgetUtils_updateData(); }, - $signature: 513 + $signature: 528 }; A._saveCompany__closure0.prototype = { call$1(error) { @@ -450829,7 +450145,7 @@ t1[0].call$1(new A.SaveEInvoiceCertificateSuccess(company)); this.action.completer.complete$0(0); }, - $signature: 513 + $signature: 528 }; A._saveEInvoiceCertificate__closure0.prototype = { call$1(error) { @@ -450865,7 +450181,7 @@ t1.complete$0(0); A.WidgetUtils_updateData(); }, - $signature: 172 + $signature: 183 }; A._saveAuthUser__closure0.prototype = { call$1(error) { @@ -450902,7 +450218,7 @@ t1[0].call$1(new A.ConnectOAuthUserSuccess(user)); this.action.completer.complete$0(0); }, - $signature: 172 + $signature: 183 }; A._connectOAuthUser__closure0.prototype = { call$1(error) { @@ -450937,7 +450253,7 @@ t1[0].call$1(new A.DisconnectOAuthUserSuccess(user)); this.action.completer.complete$0(0); }, - $signature: 172 + $signature: 183 }; A._disconnectOAuthUser__closure0.prototype = { call$1(error) { @@ -450972,7 +450288,7 @@ t1[0].call$1(new A.DisconnectOAuthMailerSuccess(user)); this.action.completer.complete$0(0); }, - $signature: 172 + $signature: 183 }; A._disconnectOAuthMailer__closure0.prototype = { call$1(error) { @@ -451009,7 +450325,7 @@ t1.get$completer(); t1.get$completer().complete$0(0); }, - $signature: 172 + $signature: 183 }; A._connectGmailUser__closure0.prototype = { call$1(error) { @@ -451081,7 +450397,7 @@ t1[0].call$1(new A.SaveUserSettingsSuccess(userCompany)); this.action.completer.complete$0(0); }, - $signature: 1937 + $signature: 1934 }; A._saveSettings__closure0.prototype = { call$1(error) { @@ -451138,7 +450454,7 @@ } t1.completer.complete$0(0); }, - $signature: 1938 + $signature: 1935 }; A._uploadLogo__closure0.prototype = { call$1(error) { @@ -451182,13 +450498,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 513 + $signature: 528 }; A._saveDocument___closure4.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure4(this.company))); }, - $signature: 40 + $signature: 39 }; A._saveDocument____closure4.prototype = { call$1(b) { @@ -451213,7 +450529,7 @@ call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure20(action, state)); }, - $signature: 1939 + $signature: 1936 }; A.settingsUIReducer__closure20.prototype = { call$1(b) { @@ -451296,7 +450612,7 @@ call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure19(action)); }, - $signature: 1941 + $signature: 1938 }; A.settingsUIReducer__closure19.prototype = { call$1(b) { @@ -451320,7 +450636,7 @@ return state.rebuild$1(new A.settingsUIReducer__closure18(action)); } }, - $signature: 1942 + $signature: 1939 }; A.settingsUIReducer__closure16.prototype = { call$1(b) { @@ -451359,7 +450675,7 @@ call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure15(action)); }, - $signature: 1943 + $signature: 1940 }; A.settingsUIReducer__closure15.prototype = { call$1(b) { @@ -451376,7 +450692,7 @@ call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure14(state)); }, - $signature: 1944 + $signature: 1941 }; A.settingsUIReducer__closure14.prototype = { call$1(b) { @@ -451409,7 +450725,7 @@ call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure13(action)); }, - $signature: 1945 + $signature: 1942 }; A.settingsUIReducer__closure13.prototype = { call$1(b) { @@ -451431,7 +450747,7 @@ call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure12()); }, - $signature: 1946 + $signature: 1943 }; A.settingsUIReducer__closure12.prototype = { call$1(b) { @@ -451445,7 +450761,7 @@ call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure11(action)); }, - $signature: 1947 + $signature: 1944 }; A.settingsUIReducer__closure11.prototype = { call$1(b) { @@ -451467,7 +450783,7 @@ call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure10(action)); }, - $signature: 1948 + $signature: 1945 }; A.settingsUIReducer__closure10.prototype = { call$1(b) { @@ -451489,7 +450805,7 @@ call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure9(action)); }, - $signature: 1949 + $signature: 1946 }; A.settingsUIReducer__closure9.prototype = { call$1(b) { @@ -451509,7 +450825,7 @@ call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure8(action)); }, - $signature: 1950 + $signature: 1947 }; A.settingsUIReducer__closure8.prototype = { call$1(b) { @@ -451529,7 +450845,7 @@ call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure7(action)); }, - $signature: 1951 + $signature: 1948 }; A.settingsUIReducer__closure7.prototype = { call$1(b) { @@ -451549,7 +450865,7 @@ call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure6(action)); }, - $signature: 1952 + $signature: 1949 }; A.settingsUIReducer__closure6.prototype = { call$1(b) { @@ -451569,7 +450885,7 @@ call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure5(action, state)); }, - $signature: 1953 + $signature: 1950 }; A.settingsUIReducer__closure5.prototype = { call$1(b) { @@ -451585,7 +450901,7 @@ call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure4(state)); }, - $signature: 1954 + $signature: 1951 }; A.settingsUIReducer__closure4.prototype = { call$1(b) { @@ -451607,7 +450923,7 @@ call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure3(action)); }, - $signature: 1955 + $signature: 1952 }; A.settingsUIReducer__closure3.prototype = { call$1(b) { @@ -451620,7 +450936,7 @@ call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure2(action)); }, - $signature: 1956 + $signature: 1953 }; A.settingsUIReducer__closure2.prototype = { call$1(b) { @@ -451633,7 +450949,7 @@ call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure1()); }, - $signature: 1957 + $signature: 1954 }; A.settingsUIReducer__closure1.prototype = { call$1(b) { @@ -451647,7 +450963,7 @@ call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure0(state)); }, - $signature: 1958 + $signature: 1955 }; A.settingsUIReducer__closure0.prototype = { call$1(b) { @@ -451660,7 +450976,7 @@ call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure(state)); }, - $signature: 1959 + $signature: 1956 }; A.settingsUIReducer__closure.prototype = { call$1(b) { @@ -452245,121 +451561,121 @@ b.get$gatewayMap().addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(t1.gateways, new A.staticLoadedReducer__closure15(), new A.staticLoadedReducer__closure16(), t2, type$.GatewayEntity)); return b; }, - $signature: 1960 + $signature: 1957 }; A.staticLoadedReducer__closure.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.staticLoadedReducer__closure0.prototype = { call$1(item) { return item; }, - $signature: 1961 + $signature: 1958 }; A.staticLoadedReducer__closure1.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.staticLoadedReducer__closure2.prototype = { call$1(item) { return item; }, - $signature: 1962 + $signature: 1959 }; A.staticLoadedReducer__closure3.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.staticLoadedReducer__closure4.prototype = { call$1(item) { return item; }, - $signature: 1963 + $signature: 1960 }; A.staticLoadedReducer__closure5.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.staticLoadedReducer__closure6.prototype = { call$1(item) { return item; }, - $signature: 1964 + $signature: 1961 }; A.staticLoadedReducer__closure7.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.staticLoadedReducer__closure8.prototype = { call$1(item) { return item; }, - $signature: 1965 + $signature: 1962 }; A.staticLoadedReducer__closure9.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.staticLoadedReducer__closure10.prototype = { call$1(item) { return item; }, - $signature: 1966 + $signature: 1963 }; A.staticLoadedReducer__closure11.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.staticLoadedReducer__closure12.prototype = { call$1(item) { return item; }, - $signature: 1967 + $signature: 1964 }; A.staticLoadedReducer__closure13.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.staticLoadedReducer__closure14.prototype = { call$1(item) { return item; }, - $signature: 1968 + $signature: 1965 }; A.staticLoadedReducer__closure15.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.staticLoadedReducer__closure16.prototype = { call$1(item) { return item; }, - $signature: 1969 + $signature: 1966 }; A.memoizedCountryList_closure.prototype = { call$1(countryMap) { return A.countryList(countryMap); }, - $signature: 1970 + $signature: 1967 }; A.countryList_closure.prototype = { call$2(idA, idB) { @@ -452372,7 +451688,7 @@ call$1(countryMap) { return A.countryIso2Map(countryMap); }, - $signature: 1971 + $signature: 1968 }; A.countryIso2Map_closure.prototype = { call$1(countryId) { @@ -452386,7 +451702,7 @@ call$1(groupMap) { return A.groupList(groupMap); }, - $signature: 1972 + $signature: 1969 }; A.groupList_closure.prototype = { call$1(groupId) { @@ -452419,7 +451735,7 @@ call$1(languageMap) { return A.languageList(languageMap); }, - $signature: 1973 + $signature: 1970 }; A.languageList_closure.prototype = { call$2(idA, idB) { @@ -452432,7 +451748,7 @@ call$1(currencyMap) { return A.currencyList(currencyMap); }, - $signature: 1974 + $signature: 1971 }; A.currencyList_closure.prototype = { call$2(idA, idB) { @@ -452445,7 +451761,7 @@ call$1(timezoneMap) { return A.timezoneList(timezoneMap); }, - $signature: 1975 + $signature: 1972 }; A.timezoneList_closure.prototype = { call$2(idA, idB) { @@ -452458,7 +451774,7 @@ call$1(dateFormatMap) { return A.dateFormatList(dateFormatMap); }, - $signature: 1976 + $signature: 1973 }; A.dateFormatList_closure.prototype = { call$2(idA, idB) { @@ -452471,20 +451787,20 @@ call$1(industryMap) { return A.industryList(industryMap); }, - $signature: 1977 + $signature: 1974 }; A.industryList_closure.prototype = { call$2(idA, idB) { var t1 = this.industryMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).name, t1.$index(0, idB).name); }, - $signature: 142 + $signature: 137 }; A.memoizedSizeList_closure.prototype = { call$1(sizeMap) { return A.sizeList(sizeMap); }, - $signature: 1978 + $signature: 1975 }; A.sizeList_closure.prototype = { call$2(idA, idB) { @@ -452497,7 +451813,7 @@ call$1(gatewayMap) { return A.gatewayList(gatewayMap); }, - $signature: 1979 + $signature: 1976 }; A.gatewayList_closure.prototype = { call$1(gatewayId) { @@ -452516,26 +451832,26 @@ call$1(paymentTypeMap) { return A.paymentTypeList(paymentTypeMap); }, - $signature: 1980 + $signature: 1977 }; A.paymentTypeList_closure.prototype = { call$2(idA, idB) { var t1 = this.paymentTypeMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).name, t1.$index(0, idB).name); }, - $signature: 142 + $signature: 137 }; A.memoizedFontMap_closure.prototype = { call$1(fontList) { return A.fontMap(fontList); }, - $signature: 1981 + $signature: 1978 }; A.fontMap_closure.prototype = { call$1(v) { return J.$index$asx(v, "value"); }, - $signature: 228 + $signature: 208 }; A.fontMap_closure0.prototype = { call$1(v) { @@ -452551,7 +451867,7 @@ A.BuiltValueNullFieldError_checkNotNull(t2, _s10_, "id"); return new A._$FontEntity(t1, t2); }, - $signature: 1982 + $signature: 1979 }; A.StaticState.prototype = { get$isStale() { @@ -453054,7 +452370,7 @@ call$1(subscription) { return subscription.get$id(subscription); }, - $signature: 51 + $signature: 50 }; A._editSubscription_closure.prototype = { call$3(store, dynamicAction, next) { @@ -453156,7 +452472,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].subscriptionState.map._map$_map.$index(0, id); }, - $signature: 525 + $signature: 531 }; A._archiveSubscription__closure0.prototype = { call$1(subscriptions) { @@ -453165,7 +452481,7 @@ t1[0].call$1(new A.ArchiveSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 528 + $signature: 534 }; A._archiveSubscription__closure1.prototype = { call$1(error) { @@ -453200,7 +452516,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].subscriptionState.map._map$_map.$index(0, id); }, - $signature: 525 + $signature: 531 }; A._deleteSubscription__closure0.prototype = { call$1(subscriptions) { @@ -453209,7 +452525,7 @@ t1[0].call$1(new A.DeleteSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 528 + $signature: 534 }; A._deleteSubscription__closure1.prototype = { call$1(error) { @@ -453244,7 +452560,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].subscriptionState.map._map$_map.$index(0, id); }, - $signature: 525 + $signature: 531 }; A._restoreSubscription__closure0.prototype = { call$1(subscriptions) { @@ -453253,7 +452569,7 @@ t1[0].call$1(new A.RestoreSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 528 + $signature: 534 }; A._restoreSubscription__closure1.prototype = { call$1(error) { @@ -453293,7 +452609,7 @@ } t1.completer.complete$1(0, subscription); }, - $signature: 351 + $signature: 403 }; A._saveSubscription__closure0.prototype = { call$1(error) { @@ -453329,7 +452645,7 @@ t1[0].call$1(new A.LoadSubscriptionSuccess(subscription)); this.action.completer.complete$1(0, null); }, - $signature: 351 + $signature: 403 }; A._loadSubscription__closure0.prototype = { call$1(error) { @@ -453367,7 +452683,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1986 + $signature: 1983 }; A._loadSubscriptions__closure0.prototype = { call$1(error) { @@ -453403,152 +452719,152 @@ b.get$_subscription_state$_$this()._subscription_state$_tabIndex = t3; return b; }, - $signature: 1987 + $signature: 1984 }; A.forceSelectedReducer_closure150.prototype = { call$2(completer, action) { return true; }, - $signature: 1988 + $signature: 1985 }; A.forceSelectedReducer_closure151.prototype = { call$2(completer, action) { return false; }, - $signature: 1989 + $signature: 1986 }; A.forceSelectedReducer_closure152.prototype = { call$2(completer, action) { return false; }, - $signature: 1990 + $signature: 1987 }; A.forceSelectedReducer_closure153.prototype = { call$2(completer, action) { return false; }, - $signature: 1991 + $signature: 1988 }; A.forceSelectedReducer_closure154.prototype = { call$2(completer, action) { return false; }, - $signature: 1992 + $signature: 1989 }; A.forceSelectedReducer_closure155.prototype = { call$2(completer, action) { return false; }, - $signature: 1993 + $signature: 1990 }; A.forceSelectedReducer_closure156.prototype = { call$2(completer, action) { return false; }, - $signature: 1994 + $signature: 1991 }; A.forceSelectedReducer_closure157.prototype = { call$2(completer, action) { return false; }, - $signature: 1995 + $signature: 1992 }; A.tabIndexReducer_closure15.prototype = { call$2(completer, action) { return action.get$tabIndex(action); }, - $signature: 1996 + $signature: 1993 }; A.tabIndexReducer_closure16.prototype = { call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 97 }; A.selectedIdReducer_closure288.prototype = { call$2(completer, action) { return ""; }, - $signature: 1997 + $signature: 1994 }; A.selectedIdReducer_closure289.prototype = { call$2(completer, action) { return ""; }, - $signature: 1998 + $signature: 1995 }; A.selectedIdReducer_closure290.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_paymentLink ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure291.prototype = { call$2(selectedId, action) { return action.get$subscriptionId(); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure292.prototype = { call$2(selectedId, action) { var t1 = action.get$subscription(); return t1.get$id(t1); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure293.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure294.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure295.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1999 + $signature: 1996 }; A.selectedIdReducer_closure296.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2000 + $signature: 1997 }; A.selectedIdReducer_closure297.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2001 + $signature: 1998 }; A.selectedIdReducer_closure298.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2002 + $signature: 1999 }; A.selectedIdReducer_closure299.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2003 + $signature: 2000 }; A.selectedIdReducer_closure300.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2004 + $signature: 2001 }; A.selectedIdReducer_closure301.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2005 + $signature: 2002 }; A.selectedIdReducer_closure302.prototype = { call$2(selectedId, action) { @@ -453567,38 +452883,38 @@ call$2(subscriptions, action) { return J.$index$asx(action.subscriptions, 0); }, - $signature: 2006 + $signature: 2003 }; A.editingReducer_closure96.prototype = { call$2(subscriptions, action) { return J.$index$asx(action.subscriptions, 0); }, - $signature: 2007 + $signature: 2004 }; A.editingReducer_closure97.prototype = { call$2(subscriptions, action) { return J.$index$asx(action.subscriptions, 0); }, - $signature: 2008 + $signature: 2005 }; A.editingReducer_closure98.prototype = { call$2(subscription, action) { return action.subscription.rebuild$1(new A.editingReducer__closure36()); }, - $signature: 2009 + $signature: 2006 }; A.editingReducer__closure36.prototype = { call$1(b) { b.get$_subscription_model$_$this()._subscription_model$_isChanged = true; return b; }, - $signature: 74 + $signature: 72 }; A.subscriptionListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.subscriptionListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.subscriptionListReducer__closure.prototype = { call$1(b) { @@ -453740,7 +453056,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 555 + $signature: 537 }; A._deleteSubscriptionSuccess_closure.prototype = { call$1(b) { @@ -453762,7 +453078,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 555 + $signature: 537 }; A._restoreSubscriptionSuccess_closure.prototype = { call$1(b) { @@ -453784,7 +453100,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 555 + $signature: 537 }; A._addSubscription_closure.prototype = { call$1(b) { @@ -453796,7 +453112,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 352 + $signature: 404 }; A._updateSubscription_closure.prototype = { call$1(b) { @@ -453804,7 +453120,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 352 + $signature: 404 }; A._setLoadedSubscription_closure.prototype = { call$1(b) { @@ -453812,13 +453128,13 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 352 + $signature: 404 }; A.memoizedFilteredSubscriptionList_closure.prototype = { call$4(selectionState, subscriptionMap, subscriptionList, subscriptionListState) { return A.filteredSubscriptionsSelector(selectionState, subscriptionMap, subscriptionList, subscriptionListState); }, - $signature: 2013 + $signature: 2010 }; A.filteredSubscriptionsSelector_closure.prototype = { call$1(subscriptionId) { @@ -453861,13 +453177,13 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.SubscriptionState_loadSubscriptions_closure1.prototype = { call$1(item) { return item; }, - $signature: 2014 + $signature: 2011 }; A.SubscriptionState_loadSubscriptions_closure.prototype = { call$1(b) { @@ -453882,7 +453198,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 352 + $signature: 404 }; A.SubscriptionUIState.prototype = { get$isCreatingNew() { @@ -454418,7 +453734,7 @@ call$1(task) { return task.get$id(task); }, - $signature: 51 + $signature: 50 }; A.handleTaskAction_closure0.prototype = { call$1(task) { @@ -454432,7 +453748,7 @@ t1.lastClientId = clientId; } }, - $signature: 157 + $signature: 154 }; A.handleTaskAction_closure1.prototype = { call$2(taskA, taskB) { @@ -454462,7 +453778,7 @@ } return B.JSInt_methods.compareTo$1(taskADate._value, taskBDate._value); }, - $signature: 2015 + $signature: 2012 }; A.handleTaskAction_closure2.prototype = { call$1(entity) { @@ -454472,7 +453788,7 @@ t1.toString; return !t1 && !entity.get$isRunning() && entity.invoiceId.length === 0; }, - $signature: 217 + $signature: 210 }; A.handleTaskAction_closure3.prototype = { call$1(task) { @@ -454497,7 +453813,7 @@ _this.items.push(A.convertTaskToInvoiceItem(_this.context, t1, task)); _this._box_0.lastTask = task; }, - $signature: 157 + $signature: 154 }; A.handleTaskAction_closure4.prototype = { call$1(b) { @@ -454507,7 +453823,7 @@ b.get$_invoice_model$_$this()._projectId = t1; return b; }, - $signature: 7 + $signature: 8 }; A.StartTaskMultiselect.prototype = {}; A.AddToTaskMultiselect.prototype = {}; @@ -454619,7 +453935,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, id); }, - $signature: 277 + $signature: 335 }; A._archiveTask__closure0.prototype = { call$1(tasks) { @@ -454628,7 +453944,7 @@ t1[0].call$1(new A.ArchiveTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 278 + $signature: 334 }; A._archiveTask__closure1.prototype = { call$1(error) { @@ -454663,7 +453979,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, id); }, - $signature: 277 + $signature: 335 }; A._startTask__closure0.prototype = { call$1(tasks) { @@ -454672,7 +453988,7 @@ t1[0].call$1(new A.StartTasksSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 278 + $signature: 334 }; A._startTask__closure1.prototype = { call$1(error) { @@ -454707,7 +454023,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, id); }, - $signature: 277 + $signature: 335 }; A._stopTask__closure0.prototype = { call$1(tasks) { @@ -454716,7 +454032,7 @@ t1[0].call$1(new A.StopTasksSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 278 + $signature: 334 }; A._stopTask__closure1.prototype = { call$1(error) { @@ -454751,7 +454067,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, id); }, - $signature: 277 + $signature: 335 }; A._deleteTask__closure0.prototype = { call$1(tasks) { @@ -454760,7 +454076,7 @@ t1[0].call$1(new A.DeleteTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 278 + $signature: 334 }; A._deleteTask__closure1.prototype = { call$1(error) { @@ -454795,7 +454111,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, id); }, - $signature: 277 + $signature: 335 }; A._restoreTask__closure0.prototype = { call$1(tasks) { @@ -454804,7 +454120,7 @@ t1[0].call$1(new A.RestoreTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 278 + $signature: 334 }; A._restoreTask__closure1.prototype = { call$1(error) { @@ -454844,7 +454160,7 @@ } t1.completer.complete$1(0, task); }, - $signature: 262 + $signature: 260 }; A._saveTask__closure0.prototype = { call$1(error) { @@ -454882,7 +454198,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 262 + $signature: 260 }; A._loadTask__closure0.prototype = { call$1(error) { @@ -454929,19 +454245,19 @@ } else t1[0].call$1(new A.LoadVendors(null, 1)); }, - $signature: 2019 + $signature: 2016 }; A._loadTasks___closure.prototype = { call$1(task) { B.JSArray_methods.forEach$1(task.documents._list$_list, new A._loadTasks____closure(this.documents, task)); }, - $signature: 814 + $signature: 744 }; A._loadTasks____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadTasks_____closure(this.task))); }, - $signature: 40 + $signature: 39 }; A._loadTasks_____closure.prototype = { call$1(b) { @@ -454992,13 +454308,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 262 + $signature: 260 }; A._saveDocument___closure7.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure7(this.task))); }, - $signature: 40 + $signature: 39 }; A._saveDocument____closure7.prototype = { call$1(b) { @@ -455078,217 +454394,217 @@ b.get$_task_state$_$this()._kanbanLastUpdated = t3; return b; }, - $signature: 2020 + $signature: 2017 }; A.forceSelectedReducer_closure25.prototype = { call$2(completer, action) { return true; }, - $signature: 2021 + $signature: 2018 }; A.forceSelectedReducer_closure26.prototype = { call$2(completer, action) { return false; }, - $signature: 2022 + $signature: 2019 }; A.forceSelectedReducer_closure27.prototype = { call$2(completer, action) { return false; }, - $signature: 2023 + $signature: 2020 }; A.forceSelectedReducer_closure28.prototype = { call$2(completer, action) { return false; }, - $signature: 2024 + $signature: 2021 }; A.forceSelectedReducer_closure29.prototype = { call$2(completer, action) { return false; }, - $signature: 2025 + $signature: 2022 }; A.forceSelectedReducer_closure30.prototype = { call$2(completer, action) { return false; }, - $signature: 2026 + $signature: 2023 }; A.forceSelectedReducer_closure31.prototype = { call$2(completer, action) { return false; }, - $signature: 2027 + $signature: 2024 }; A.forceSelectedReducer_closure32.prototype = { call$2(completer, action) { return false; }, - $signature: 2028 + $signature: 2025 }; A.forceSelectedReducer_closure33.prototype = { call$2(completer, action) { return false; }, - $signature: 2029 + $signature: 2026 }; A.tabIndexReducer_closure5.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 2030 + $signature: 2027 }; A.tabIndexReducer_closure6.prototype = { call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 97 }; A.kanbanLastUpdatedReducer_closure.prototype = { call$2(completer, action) { return Date.now(); }, - $signature: 2031 + $signature: 2028 }; A.editingTimeReducer_closure.prototype = { call$2(index, action) { return action.taskTimeIndex; }, - $signature: 2032 + $signature: 2029 }; A.editingTimeReducer_closure0.prototype = { call$2(index, action) { return null; }, - $signature: 2033 + $signature: 2030 }; A.selectedIdReducer_closure50.prototype = { call$2(completer, action) { return ""; }, - $signature: 2034 + $signature: 2031 }; A.selectedIdReducer_closure51.prototype = { call$2(completer, action) { return ""; }, - $signature: 2035 + $signature: 2032 }; A.selectedIdReducer_closure52.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_task ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure53.prototype = { call$2(selectedId, action) { return action.taskId; }, - $signature: 2036 + $signature: 2033 }; A.selectedIdReducer_closure54.prototype = { call$2(selectedId, action) { return selectedId.length !== 0 || action.autoSelect ? action.task.id : ""; }, - $signature: 2037 + $signature: 2034 }; A.selectedIdReducer_closure55.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure56.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure57.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2038 + $signature: 2035 }; A.selectedIdReducer_closure58.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2039 + $signature: 2036 }; A.selectedIdReducer_closure59.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2040 + $signature: 2037 }; A.selectedIdReducer_closure60.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2041 + $signature: 2038 }; A.selectedIdReducer_closure61.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2042 + $signature: 2039 }; A.selectedIdReducer_closure62.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2043 + $signature: 2040 }; A.selectedIdReducer_closure63.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2044 + $signature: 2041 }; A.selectedIdReducer_closure64.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2045 + $signature: 2042 }; A.editingReducer_closure18.prototype = { call$2(tasks, action) { return J.$index$asx(action.tasks, 0); }, - $signature: 2046 + $signature: 2043 }; A.editingReducer_closure19.prototype = { call$2(tasks, action) { return J.$index$asx(action.tasks, 0); }, - $signature: 2047 + $signature: 2044 }; A.editingReducer_closure20.prototype = { call$2(tasks, action) { return J.$index$asx(action.tasks, 0); }, - $signature: 2048 + $signature: 2045 }; A.editingReducer_closure21.prototype = { call$2(tasks, action) { return J.$index$asx(action.tasks, 0); }, - $signature: 2049 + $signature: 2046 }; A.editingReducer_closure22.prototype = { call$2(tasks, action) { return J.$index$asx(action.tasks, 0); }, - $signature: 2050 + $signature: 2047 }; A.editingReducer_closure23.prototype = { call$2(task, action) { return action.task.rebuild$1(new A.editingReducer__closure8()); }, - $signature: 2051 + $signature: 2048 }; A.editingReducer__closure8.prototype = { call$1(b) { @@ -455301,7 +454617,7 @@ call$2(state, action) { return state.rebuild$1(new A.taskListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.taskListReducer__closure.prototype = { call$1(b) { @@ -455454,13 +454770,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 877 + $signature: 815 }; A._purgeClientSuccess_closure19.prototype = { call$1(each) { return each.id; }, - $signature: 2052 + $signature: 2049 }; A._purgeClientSuccess_closure17.prototype = { call$1(b) { @@ -455473,13 +454789,13 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure12(t1), true); return b; }, - $signature: 280 + $signature: 319 }; A._purgeClientSuccess__closure11.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 2054 + $signature: 2051 }; A._purgeClientSuccess__closure12.prototype = { call$1(p0) { @@ -455518,7 +454834,7 @@ } } }, - $signature: 261 + $signature: 259 }; A._sortTasksSuccess__closure.prototype = { call$1(b) { @@ -455552,7 +454868,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 261 + $signature: 259 }; A._startTaskSuccess_closure.prototype = { call$1(b) { @@ -455574,7 +454890,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 261 + $signature: 259 }; A._stopTaskSuccess_closure.prototype = { call$1(b) { @@ -455596,7 +454912,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 261 + $signature: 259 }; A._deleteTaskSuccess_closure.prototype = { call$1(b) { @@ -455618,7 +454934,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 261 + $signature: 259 }; A._restoreTaskSuccess_closure.prototype = { call$1(b) { @@ -455640,7 +454956,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 261 + $signature: 259 }; A._addTask_closure.prototype = { call$1(b) { @@ -455652,7 +454968,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 280 + $signature: 319 }; A._updateTask_closure.prototype = { call$1(b) { @@ -455660,7 +454976,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 280 + $signature: 319 }; A._setLoadedTask_closure.prototype = { call$1(b) { @@ -455668,13 +454984,13 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 280 + $signature: 319 }; A.convertTaskToInvoiceItem_closure.prototype = { call$1(time) { return time.startDate != null && time.endDate != null && time.isBillable; }, - $signature: 215 + $signature: 206 }; A.convertTaskToInvoiceItem_closure0.prototype = { call$1(time) { @@ -455763,13 +455079,13 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue4 = t3; return b; }, - $signature: 59 + $signature: 57 }; A.memoizedTaskList_closure.prototype = { call$5(taskMap, clientId, userMap, clientMap, projectMap) { return A.taskList(taskMap, clientId, userMap, clientMap, projectMap); }, - $signature: 2056 + $signature: 2053 }; A.taskList_closure.prototype = { call$1(taskId) { @@ -455810,7 +455126,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: 775 + $signature: 640 }; A.kanbanTasksSelector_closure.prototype = { call$1(taskId) { @@ -455862,7 +455178,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: 775 + $signature: 640 }; A.filteredTasksSelector_closure.prototype = { call$1(taskId) { @@ -455976,7 +455292,7 @@ call$2(clientId, taskMap) { return A.taskStatsForClient(clientId, taskMap); }, - $signature: 356 + $signature: 411 }; A.taskStatsForClient_closure.prototype = { call$2(taskId, task) { @@ -456009,13 +455325,13 @@ } } }, - $signature: 146 + $signature: 151 }; A.memoizedTaskStatsForProject_closure.prototype = { call$2(projectId, taskMap) { return A.taskStatsForProject(projectId, taskMap); }, - $signature: 356 + $signature: 411 }; A.taskStatsForProject_closure.prototype = { call$2(taskId, task) { @@ -456048,13 +455364,13 @@ } } }, - $signature: 146 + $signature: 151 }; A.memoizedTaskStatsForUser_closure.prototype = { call$2(userId, taskMap) { return A.taskStatsForProject(userId, taskMap); }, - $signature: 356 + $signature: 411 }; A.TaskState.prototype = { $get$1(_, taskId) { @@ -456078,13 +455394,13 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.TaskState_loadTasks_closure1.prototype = { call$1(item) { return item; }, - $signature: 2059 + $signature: 2056 }; A.TaskState_loadTasks_closure.prototype = { call$1(b) { @@ -456099,7 +455415,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 280 + $signature: 319 }; A.TaskUIState.prototype = { get$isCreatingNew() { @@ -456630,7 +455946,7 @@ call$1(taskStatus) { return taskStatus.get$id(taskStatus); }, - $signature: 51 + $signature: 50 }; A.handleTaskStatusAction_closure0.prototype = { call$1(b) { @@ -456739,7 +456055,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskStatusState.map._map$_map.$index(0, id); }, - $signature: 598 + $signature: 553 }; A._archiveTaskStatus__closure0.prototype = { call$1(taskStatuses) { @@ -456748,7 +456064,7 @@ t1[0].call$1(new A.ArchiveTaskStatusesSuccess(taskStatuses)); this.action.completer.complete$1(0, null); }, - $signature: 601 + $signature: 554 }; A._archiveTaskStatus__closure1.prototype = { call$1(error) { @@ -456783,7 +456099,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskStatusState.map._map$_map.$index(0, id); }, - $signature: 598 + $signature: 553 }; A._deleteTaskStatus__closure0.prototype = { call$1(taskStatuses) { @@ -456792,7 +456108,7 @@ t1[0].call$1(new A.DeleteTaskStatusesSuccess(taskStatuses)); this.action.completer.complete$1(0, null); }, - $signature: 601 + $signature: 554 }; A._deleteTaskStatus__closure1.prototype = { call$1(error) { @@ -456827,7 +456143,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskStatusState.map._map$_map.$index(0, id); }, - $signature: 598 + $signature: 553 }; A._restoreTaskStatus__closure0.prototype = { call$1(taskStatuses) { @@ -456836,7 +456152,7 @@ t1[0].call$1(new A.RestoreTaskStatusesSuccess(taskStatuses)); this.action.completer.complete$1(0, null); }, - $signature: 601 + $signature: 554 }; A._restoreTaskStatus__closure1.prototype = { call$1(error) { @@ -456883,7 +456199,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, taskStatus); }, - $signature: 282 + $signature: 302 }; A._saveTaskStatus__closure0.prototype = { call$1(error) { @@ -456919,7 +456235,7 @@ t1[0].call$1(new A.LoadTaskStatusSuccess(taskStatus)); this.action.completer.complete$1(0, null); }, - $signature: 282 + $signature: 302 }; A._loadTaskStatus__closure0.prototype = { call$1(error) { @@ -456957,7 +456273,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 2063 + $signature: 2060 }; A._loadTaskStatuses__closure0.prototype = { call$1(error) { @@ -456991,139 +456307,139 @@ b.get$_task_status_state$_$this()._task_status_state$_forceSelected = t3; return b; }, - $signature: 2064 + $signature: 2061 }; A.forceSelectedReducer_closure142.prototype = { call$2(completer, action) { return true; }, - $signature: 2065 + $signature: 2062 }; A.forceSelectedReducer_closure143.prototype = { call$2(completer, action) { return false; }, - $signature: 2066 + $signature: 2063 }; A.forceSelectedReducer_closure144.prototype = { call$2(completer, action) { return false; }, - $signature: 2067 + $signature: 2064 }; A.forceSelectedReducer_closure145.prototype = { call$2(completer, action) { return false; }, - $signature: 2068 + $signature: 2065 }; A.forceSelectedReducer_closure146.prototype = { call$2(completer, action) { return false; }, - $signature: 2069 + $signature: 2066 }; A.forceSelectedReducer_closure147.prototype = { call$2(completer, action) { return false; }, - $signature: 2070 + $signature: 2067 }; A.forceSelectedReducer_closure148.prototype = { call$2(completer, action) { return false; }, - $signature: 2071 + $signature: 2068 }; A.forceSelectedReducer_closure149.prototype = { call$2(completer, action) { return false; }, - $signature: 2072 + $signature: 2069 }; A.selectedIdReducer_closure273.prototype = { call$2(completer, action) { return ""; }, - $signature: 2073 + $signature: 2070 }; A.selectedIdReducer_closure274.prototype = { call$2(completer, action) { return ""; }, - $signature: 2074 + $signature: 2071 }; A.selectedIdReducer_closure275.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_taskStatus ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure276.prototype = { call$2(selectedId, action) { return action.get$taskStatusId(); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure277.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$taskStatus()); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure278.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure279.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure280.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2075 + $signature: 2072 }; A.selectedIdReducer_closure281.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2076 + $signature: 2073 }; A.selectedIdReducer_closure282.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2077 + $signature: 2074 }; A.selectedIdReducer_closure283.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2078 + $signature: 2075 }; A.selectedIdReducer_closure284.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2079 + $signature: 2076 }; A.selectedIdReducer_closure285.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2080 + $signature: 2077 }; A.selectedIdReducer_closure286.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2081 + $signature: 2078 }; A.selectedIdReducer_closure287.prototype = { call$2(selectedId, action) { @@ -457142,38 +456458,38 @@ call$2(taskStatuses, action) { return J.$index$asx(action.taskStatuses, 0); }, - $signature: 2082 + $signature: 2079 }; A.editingReducer_closure92.prototype = { call$2(taskStatuses, action) { return J.$index$asx(action.taskStatuses, 0); }, - $signature: 2083 + $signature: 2080 }; A.editingReducer_closure93.prototype = { call$2(taskStatuses, action) { return J.$index$asx(action.taskStatuses, 0); }, - $signature: 2084 + $signature: 2081 }; A.editingReducer_closure94.prototype = { call$2(taskStatus, action) { return action.taskStatus.rebuild$1(new A.editingReducer__closure35()); }, - $signature: 2085 + $signature: 2082 }; A.editingReducer__closure35.prototype = { call$1(b) { b.get$_task_status_model$_$this()._task_status_model$_isChanged = true; return b; }, - $signature: 150 + $signature: 155 }; A.taskStatusListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.taskStatusListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.taskStatusListReducer__closure.prototype = { call$1(b) { @@ -457338,7 +456654,7 @@ t6.get$_safeMap().$indexSet(0, t5, t7); } }, - $signature: 359 + $signature: 415 }; A._sortTaskStatusSuccess__closure.prototype = { call$1(b) { @@ -457348,7 +456664,7 @@ b.get$_task_status_model$_$this()._task_status_model$_statusOrder = t1; return b; }, - $signature: 150 + $signature: 155 }; A._archiveTaskStatusSuccess_closure.prototype = { call$1(b) { @@ -457370,7 +456686,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 359 + $signature: 415 }; A._deleteTaskStatusSuccess_closure.prototype = { call$1(b) { @@ -457392,7 +456708,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 359 + $signature: 415 }; A._restoreTaskStatusSuccess_closure.prototype = { call$1(b) { @@ -457414,7 +456730,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 359 + $signature: 415 }; A._addTaskStatus_closure.prototype = { call$1(b) { @@ -457426,7 +456742,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 360 + $signature: 418 }; A._updateTaskStatus_closure.prototype = { call$1(b) { @@ -457434,7 +456750,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 360 + $signature: 418 }; A._setLoadedTaskStatus_closure.prototype = { call$1(b) { @@ -457442,13 +456758,13 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 360 + $signature: 418 }; A.memoizedSortedActiveTaskStatusIds_closure.prototype = { call$2(taskStatusList, taskStatusMap) { return A.sortedActiveTaskStatusIds(taskStatusList, taskStatusMap); }, - $signature: 2089 + $signature: 2086 }; A.sortedActiveTaskStatusIds_closure.prototype = { call$1(statusId) { @@ -457497,7 +456813,7 @@ call$4(taskStatusMap, taskStatusList, staticState, userMap) { return A.dropdownTaskStatusesSelector(taskStatusMap, taskStatusList, staticState, userMap); }, - $signature: 2090 + $signature: 2087 }; A.dropdownTaskStatusesSelector_closure.prototype = { call$1(taskStatusId) { @@ -457533,7 +456849,7 @@ call$4(selectionState, taskStatusMap, taskStatusList, taskStatusListState) { return A.filteredTaskStatusesSelector(selectionState, taskStatusMap, taskStatusList, taskStatusListState); }, - $signature: 2091 + $signature: 2088 }; A.filteredTaskStatusesSelector_closure.prototype = { call$1(taskStatusId) { @@ -457562,7 +456878,7 @@ call$2(taskStatusId, taskMap) { return A.calculateTaskStatusAmount(taskMap, taskStatusId); }, - $signature: 2092 + $signature: 2089 }; A.calculateTaskStatusAmount_closure.prototype = { call$2(taskId, task) { @@ -457572,13 +456888,13 @@ t1.total = t1.total + B.JSInt_methods._tdivFast$1(task.calculateDuration$0()._duration, 1000000); } }, - $signature: 146 + $signature: 151 }; A.memoizedTaskStatsForTaskStatus_closure.prototype = { call$2(companyGatewayId, taskMap) { return A.taskStatsForTaskStatus(companyGatewayId, taskMap); }, - $signature: 356 + $signature: 411 }; A.taskStatsForTaskStatus_closure.prototype = { call$2(taskId, task) { @@ -457611,7 +456927,7 @@ } } }, - $signature: 146 + $signature: 151 }; A.defaultTaskStatusId_closure.prototype = { call$1(statusId) { @@ -457632,7 +456948,7 @@ t1 = false; return t1; }, - $signature: 115 + $signature: 117 }; A.defaultTaskStatusId_closure0.prototype = { call$2(statusIdA, statusIdB) { @@ -457647,7 +456963,7 @@ t1 = t1.statusOrder; return B.JSInt_methods.compareTo$1(t2, t1 == null ? 9999 : t1); }, - $signature: 142 + $signature: 137 }; A.TaskStatusState.prototype = { $get$1(_, statusId) { @@ -457670,13 +456986,13 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.TaskStatusState_loadTaskStatuses_closure1.prototype = { call$1(item) { return item; }, - $signature: 2094 + $signature: 2091 }; A.TaskStatusState_loadTaskStatuses_closure.prototype = { call$1(b) { @@ -457691,7 +457007,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 360 + $signature: 418 }; A.TaskStatusUIState.prototype = { get$isCreatingNew() { @@ -458187,7 +457503,7 @@ call$1(taxRate) { return taxRate.get$id(taxRate); }, - $signature: 51 + $signature: 50 }; A.StartTaxRateMultiselect.prototype = {}; A.AddToTaxRateMultiselect.prototype = {}; @@ -458293,7 +457609,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taxRateState.map._map$_map.$index(0, id); }, - $signature: 283 + $signature: 339 }; A._archiveTaxRate__closure0.prototype = { call$1(taxRates) { @@ -458302,7 +457618,7 @@ t1[0].call$1(new A.ArchiveTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 456 + $signature: 579 }; A._archiveTaxRate__closure1.prototype = { call$1(error) { @@ -458337,7 +457653,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taxRateState.map._map$_map.$index(0, id); }, - $signature: 283 + $signature: 339 }; A._deleteTaxRate__closure0.prototype = { call$1(taxRates) { @@ -458346,7 +457662,7 @@ t1[0].call$1(new A.DeleteTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 456 + $signature: 579 }; A._deleteTaxRate__closure1.prototype = { call$1(error) { @@ -458381,7 +457697,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taxRateState.map._map$_map.$index(0, id); }, - $signature: 283 + $signature: 339 }; A._restoreTaxRate__closure0.prototype = { call$1(taxRates) { @@ -458390,7 +457706,7 @@ t1[0].call$1(new A.RestoreTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 456 + $signature: 579 }; A._restoreTaxRate__closure1.prototype = { call$1(error) { @@ -458433,7 +457749,7 @@ } t1.completer.complete$1(0, taxRate); }, - $signature: 154 + $signature: 158 }; A._saveTaxRate__closure0.prototype = { call$1(error) { @@ -458469,7 +457785,7 @@ t1[0].call$1(new A.LoadTaxRateSuccess(taxRate)); this.action.completer.complete$1(0, null); }, - $signature: 154 + $signature: 158 }; A._loadTaxRate__closure0.prototype = { call$1(error) { @@ -458507,7 +457823,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 2098 + $signature: 2095 }; A._loadTaxRates__closure0.prototype = { call$1(error) { @@ -458541,128 +457857,128 @@ b.get$_tax_rate_state$_$this()._tax_rate_state$_forceSelected = t3; return b; }, - $signature: 2099 + $signature: 2096 }; A.forceSelectedReducer_closure72.prototype = { call$2(completer, action) { return true; }, - $signature: 2100 + $signature: 2097 }; A.forceSelectedReducer_closure73.prototype = { call$2(completer, action) { return false; }, - $signature: 2101 + $signature: 2098 }; A.forceSelectedReducer_closure74.prototype = { call$2(completer, action) { return false; }, - $signature: 2102 + $signature: 2099 }; A.forceSelectedReducer_closure75.prototype = { call$2(completer, action) { return false; }, - $signature: 2103 + $signature: 2100 }; A.selectedIdReducer_closure136.prototype = { call$2(completer, action) { return ""; }, - $signature: 2104 + $signature: 2101 }; A.selectedIdReducer_closure137.prototype = { call$2(completer, action) { return ""; }, - $signature: 2105 + $signature: 2102 }; A.selectedIdReducer_closure138.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_taxRate ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure139.prototype = { call$2(selectedId, action) { return action.taxRateId; }, - $signature: 2106 + $signature: 2103 }; A.selectedIdReducer_closure140.prototype = { call$2(selectedId, action) { return action.taxRate.id; }, - $signature: 2107 + $signature: 2104 }; A.selectedIdReducer_closure141.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure142.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure143.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2108 + $signature: 2105 }; A.selectedIdReducer_closure144.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 4219 + $signature: 2106 }; A.selectedIdReducer_closure145.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2110 + $signature: 4215 }; A.editingReducer_closure41.prototype = { call$2(taxRates, action) { return J.$index$asx(action.taxRates, 0); }, - $signature: 2111 + $signature: 2108 }; A.editingReducer_closure42.prototype = { call$2(taxRates, action) { return J.$index$asx(action.taxRates, 0); }, - $signature: 2112 + $signature: 2109 }; A.editingReducer_closure43.prototype = { call$2(taxRates, action) { return J.$index$asx(action.taxRates, 0); }, - $signature: 2113 + $signature: 2110 }; A.editingReducer_closure44.prototype = { call$2(taxRate, action) { return action.taxRate.rebuild$1(new A.editingReducer__closure14()); }, - $signature: 2114 + $signature: 2111 }; A.editingReducer__closure14.prototype = { call$1(b) { b.get$_tax_rate_model$_$this()._tax_rate_model$_isChanged = true; return b; }, - $signature: 770 + $signature: 627 }; A.taxRateListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.taxRateListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.taxRateListReducer__closure.prototype = { call$1(b) { @@ -458783,7 +458099,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 460 + $signature: 580 }; A._deleteTaxRateSuccess_closure.prototype = { call$1(b) { @@ -458805,7 +458121,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 460 + $signature: 580 }; A._restoreTaxRateSuccess_closure.prototype = { call$1(b) { @@ -458827,7 +458143,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 460 + $signature: 580 }; A._addTaxRate_closure.prototype = { call$1(b) { @@ -458839,7 +458155,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 227 + $signature: 225 }; A._updateTaxRate_closure.prototype = { call$1(b) { @@ -458847,7 +458163,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 227 + $signature: 225 }; A._setLoadedTaxRate_closure.prototype = { call$1(b) { @@ -458855,26 +458171,26 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 227 + $signature: 225 }; A._setLoadedTaxRates_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.taxRates, new A._setLoadedTaxRates__closure(), new A._setLoadedTaxRates__closure0(), type$.String, type$.TaxRateEntity)); return b; }, - $signature: 227 + $signature: 225 }; A._setLoadedTaxRates__closure.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A._setLoadedTaxRates__closure0.prototype = { call$1(item) { return item; }, - $signature: 768 + $signature: 624 }; A._setLoadedTaxRates_closure0.prototype = { call$1(b) { @@ -458882,26 +458198,26 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 227 + $signature: 225 }; A._setLoadedCompany_closure3.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.taxRates, new A._setLoadedCompany__closure3(), new A._setLoadedCompany__closure4(), type$.String, type$.TaxRateEntity)); return b; }, - $signature: 227 + $signature: 225 }; A._setLoadedCompany__closure3.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A._setLoadedCompany__closure4.prototype = { call$1(item) { return item; }, - $signature: 768 + $signature: 624 }; A._setLoadedCompany_closure4.prototype = { call$1(b) { @@ -458909,13 +458225,13 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 227 + $signature: 225 }; A.memoizedFilteredTaxRateList_closure.prototype = { call$4(selectionState, taxRateMap, taxRateList, taxRateListState) { return A.filteredTaxRatesSelector(selectionState, taxRateMap, taxRateList, taxRateListState); }, - $signature: 2119 + $signature: 2116 }; A.filteredTaxRatesSelector_closure.prototype = { call$1(taxRateId) { @@ -459451,7 +458767,7 @@ call$1(token) { return token.get$id(token); }, - $signature: 51 + $signature: 50 }; A.StartTokenMultiselect.prototype = {}; A.AddToTokenMultiselect.prototype = {}; @@ -459557,7 +458873,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].tokenState.map._map$_map.$index(0, id); }, - $signature: 468 + $signature: 587 }; A._archiveToken__closure0.prototype = { call$1(tokens) { @@ -459566,7 +458882,7 @@ t1[0].call$1(new A.ArchiveTokensSuccess(tokens)); this.action.completer.complete$1(0, null); }, - $signature: 469 + $signature: 589 }; A._archiveToken__closure1.prototype = { call$1(error) { @@ -459601,7 +458917,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].tokenState.map._map$_map.$index(0, id); }, - $signature: 468 + $signature: 587 }; A._deleteToken__closure0.prototype = { call$1(tokens) { @@ -459610,7 +458926,7 @@ t1[0].call$1(new A.DeleteTokensSuccess(tokens)); this.action.completer.complete$1(0, null); }, - $signature: 469 + $signature: 589 }; A._deleteToken__closure1.prototype = { call$1(error) { @@ -459645,7 +458961,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].tokenState.map._map$_map.$index(0, id); }, - $signature: 468 + $signature: 587 }; A._restoreToken__closure0.prototype = { call$1(tokens) { @@ -459654,7 +458970,7 @@ t1[0].call$1(new A.RestoreTokensSuccess(tokens)); this.action.completer.complete$1(0, null); }, - $signature: 469 + $signature: 589 }; A._restoreToken__closure1.prototype = { call$1(error) { @@ -459697,7 +459013,7 @@ } t1.completer.complete$1(0, token); }, - $signature: 363 + $signature: 433 }; A._saveToken__closure0.prototype = { call$1(error) { @@ -459735,7 +459051,7 @@ t1[0].call$1(new A.LoadTokenSuccess(token)); this.action.completer.complete$1(0, null); }, - $signature: 363 + $signature: 433 }; A._loadToken__closure0.prototype = { call$1(error) { @@ -459773,7 +459089,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 2123 + $signature: 2120 }; A._loadTokens__closure0.prototype = { call$1(error) { @@ -459807,139 +459123,139 @@ b.get$_token_state$_$this()._token_state$_forceSelected = t3; return b; }, - $signature: 2124 + $signature: 2121 }; A.forceSelectedReducer_closure109.prototype = { call$2(completer, action) { return true; }, - $signature: 2125 + $signature: 2122 }; A.forceSelectedReducer_closure110.prototype = { call$2(completer, action) { return false; }, - $signature: 2126 + $signature: 2123 }; A.forceSelectedReducer_closure111.prototype = { call$2(completer, action) { return false; }, - $signature: 2127 + $signature: 2124 }; A.forceSelectedReducer_closure112.prototype = { call$2(completer, action) { return false; }, - $signature: 2128 + $signature: 2125 }; A.forceSelectedReducer_closure113.prototype = { call$2(completer, action) { return false; }, - $signature: 2129 + $signature: 2126 }; A.forceSelectedReducer_closure114.prototype = { call$2(completer, action) { return false; }, - $signature: 2130 + $signature: 2127 }; A.forceSelectedReducer_closure115.prototype = { call$2(completer, action) { return false; }, - $signature: 2131 + $signature: 2128 }; A.forceSelectedReducer_closure116.prototype = { call$2(completer, action) { return false; }, - $signature: 2132 + $signature: 2129 }; A.selectedIdReducer_closure209.prototype = { call$2(completer, action) { return ""; }, - $signature: 2133 + $signature: 2130 }; A.selectedIdReducer_closure210.prototype = { call$2(completer, action) { return ""; }, - $signature: 2134 + $signature: 2131 }; A.selectedIdReducer_closure211.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_token ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure212.prototype = { call$2(selectedId, action) { return action.get$tokenId(); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure213.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$token()); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure214.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure215.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure216.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2135 + $signature: 2132 }; A.selectedIdReducer_closure217.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2136 + $signature: 2133 }; A.selectedIdReducer_closure218.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2137 + $signature: 2134 }; A.selectedIdReducer_closure219.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2138 + $signature: 2135 }; A.selectedIdReducer_closure220.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2139 + $signature: 2136 }; A.selectedIdReducer_closure221.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2140 + $signature: 2137 }; A.selectedIdReducer_closure222.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2141 + $signature: 2138 }; A.selectedIdReducer_closure223.prototype = { call$2(selectedId, action) { @@ -459958,38 +459274,38 @@ call$2(tokens, action) { return J.$index$asx(action.tokens, 0); }, - $signature: 2142 + $signature: 2139 }; A.editingReducer_closure69.prototype = { call$2(tokens, action) { return J.$index$asx(action.tokens, 0); }, - $signature: 2143 + $signature: 2140 }; A.editingReducer_closure70.prototype = { call$2(tokens, action) { return J.$index$asx(action.tokens, 0); }, - $signature: 2144 + $signature: 2141 }; A.editingReducer_closure71.prototype = { call$2(token, action) { return action.token.rebuild$1(new A.editingReducer__closure25()); }, - $signature: 2145 + $signature: 2142 }; A.editingReducer__closure25.prototype = { call$1(b) { b.get$_token_model$_$this()._token_model$_isChanged = true; return b; }, - $signature: 763 + $signature: 619 }; A.tokenListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.tokenListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.tokenListReducer__closure.prototype = { call$1(b) { @@ -460142,7 +459458,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 479 + $signature: 591 }; A._deleteTokenSuccess_closure.prototype = { call$1(b) { @@ -460164,7 +459480,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 479 + $signature: 591 }; A._restoreTokenSuccess_closure.prototype = { call$1(b) { @@ -460186,7 +459502,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 479 + $signature: 591 }; A._addToken_closure.prototype = { call$1(b) { @@ -460198,7 +459514,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 364 + $signature: 435 }; A._updateToken_closure.prototype = { call$1(b) { @@ -460206,7 +459522,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 364 + $signature: 435 }; A._setLoadedToken_closure.prototype = { call$1(b) { @@ -460214,13 +459530,13 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 364 + $signature: 435 }; A.memoizedFilteredTokenList_closure.prototype = { call$4(selectionState, tokenMap, tokenList, tokenListState) { return A.filteredTokensSelector(selectionState, tokenMap, tokenList, tokenListState); }, - $signature: 2149 + $signature: 2146 }; A.filteredTokensSelector_closure.prototype = { call$1(tokenId) { @@ -460261,13 +459577,13 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.TokenState_loadTokens_closure1.prototype = { call$1(item) { return item; }, - $signature: 2150 + $signature: 2147 }; A.TokenState_loadTokens_closure.prototype = { call$1(b) { @@ -460282,7 +459598,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 364 + $signature: 435 }; A.TokenUIState.prototype = { get$isCreatingNew() { @@ -460836,7 +460152,7 @@ call$1(transaction) { return transaction.get$id(transaction); }, - $signature: 51 + $signature: 50 }; A._editTransaction_closure.prototype = { call$3(store, dynamicAction, next) { @@ -460938,7 +460254,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].transactionState.map._map$_map.$index(0, id); }, - $signature: 484 + $signature: 596 }; A._archiveTransaction__closure0.prototype = { call$1(transactions) { @@ -460947,7 +460263,7 @@ t1[0].call$1(new A.ArchiveTransactionsSuccess(transactions)); this.action.completer.complete$1(0, null); }, - $signature: 285 + $signature: 296 }; A._archiveTransaction__closure1.prototype = { call$1(error) { @@ -460982,7 +460298,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].transactionState.map._map$_map.$index(0, id); }, - $signature: 484 + $signature: 596 }; A._deleteTransaction__closure0.prototype = { call$1(transactions) { @@ -460991,7 +460307,7 @@ t1[0].call$1(new A.DeleteTransactionsSuccess(transactions)); this.action.completer.complete$1(0, null); }, - $signature: 285 + $signature: 296 }; A._deleteTransaction__closure1.prototype = { call$1(error) { @@ -461026,7 +460342,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].transactionState.map._map$_map.$index(0, id); }, - $signature: 484 + $signature: 596 }; A._restoreTransaction__closure0.prototype = { call$1(transactions) { @@ -461035,7 +460351,7 @@ t1[0].call$1(new A.RestoreTransactionsSuccess(transactions)); this.action.completer.complete$1(0, null); }, - $signature: 285 + $signature: 296 }; A._restoreTransaction__closure1.prototype = { call$1(error) { @@ -461070,7 +460386,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 285 + $signature: 296 }; A._convertTransactions__closure0.prototype = { call$1(error) { @@ -461106,7 +460422,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 285 + $signature: 296 }; A._unlinkTransactions__closure0.prototype = { call$1(error) { @@ -461140,7 +460456,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 232 + $signature: 229 }; A._convertToPayment__closure0.prototype = { call$1(error) { @@ -461174,7 +460490,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 760 + $signature: 609 }; A._convertToExpense__closure0.prototype = { call$1(error) { @@ -461208,7 +460524,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 232 + $signature: 229 }; A._linkToPayment__closure0.prototype = { call$1(error) { @@ -461242,7 +460558,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 232 + $signature: 229 }; A._linkToExpense__closure0.prototype = { call$1(error) { @@ -461289,7 +460605,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, transaction); }, - $signature: 232 + $signature: 229 }; A._saveTransaction__closure0.prototype = { call$1(error) { @@ -461325,7 +460641,7 @@ t1[0].call$1(new A.LoadTransactionSuccess(transaction)); this.action.completer.complete$1(0, null); }, - $signature: 232 + $signature: 229 }; A._loadTransaction__closure0.prototype = { call$1(error) { @@ -461366,7 +460682,7 @@ } else t1[0].call$1(new A.PersistData()); }, - $signature: 760 + $signature: 609 }; A._loadTransactions__closure0.prototype = { call$1(error) { @@ -461399,163 +460715,163 @@ b.get$_transaction_state$_$this()._transaction_state$_tabIndex = t3; return b; }, - $signature: 2155 + $signature: 2152 }; A.forceSelectedReducer_closure184.prototype = { call$2(completer, action) { return true; }, - $signature: 2156 + $signature: 2153 }; A.forceSelectedReducer_closure185.prototype = { call$2(completer, action) { return false; }, - $signature: 2157 + $signature: 2154 }; A.forceSelectedReducer_closure186.prototype = { call$2(completer, action) { return false; }, - $signature: 2158 + $signature: 2155 }; A.forceSelectedReducer_closure187.prototype = { call$2(completer, action) { return false; }, - $signature: 2159 + $signature: 2156 }; A.forceSelectedReducer_closure188.prototype = { call$2(completer, action) { return false; }, - $signature: 2160 + $signature: 2157 }; A.forceSelectedReducer_closure189.prototype = { call$2(completer, action) { return false; }, - $signature: 2161 + $signature: 2158 }; A.forceSelectedReducer_closure190.prototype = { call$2(completer, action) { return false; }, - $signature: 2162 + $signature: 2159 }; A.forceSelectedReducer_closure191.prototype = { call$2(completer, action) { return false; }, - $signature: 2163 + $signature: 2160 }; A.forceSelectedReducer_closure192.prototype = { call$2(completer, action) { return false; }, - $signature: 2164 + $signature: 2161 }; A.tabIndexReducer_closure23.prototype = { call$2(completer, action) { return action.get$tabIndex(action); }, - $signature: 2165 + $signature: 2162 }; A.tabIndexReducer_closure24.prototype = { call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 97 }; A.selectedIdReducer_closure353.prototype = { call$2(completer, action) { return ""; }, - $signature: 2166 + $signature: 2163 }; A.selectedIdReducer_closure354.prototype = { call$2(completer, action) { return ""; }, - $signature: 2167 + $signature: 2164 }; A.selectedIdReducer_closure355.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_transaction ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure356.prototype = { call$2(selectedId, action) { return action.get$transactionId(); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure357.prototype = { call$2(selectedId, action) { return J.get$id$x(J.get$transaction$x(action)); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure358.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure359.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure360.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2168 + $signature: 2165 }; A.selectedIdReducer_closure361.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2169 + $signature: 2166 }; A.selectedIdReducer_closure362.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2170 + $signature: 2167 }; A.selectedIdReducer_closure363.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2171 + $signature: 2168 }; A.selectedIdReducer_closure364.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2172 + $signature: 2169 }; A.selectedIdReducer_closure365.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2173 + $signature: 2170 }; A.selectedIdReducer_closure366.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2174 + $signature: 2171 }; A.selectedIdReducer_closure367.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2175 + $signature: 2172 }; A.selectedIdReducer_closure368.prototype = { call$2(selectedId, action) { @@ -461574,38 +460890,38 @@ call$2(transactions, action) { return J.$index$asx(action.transactions, 0); }, - $signature: 2176 + $signature: 2173 }; A.editingReducer_closure119.prototype = { call$2(transactions, action) { return J.$index$asx(action.transactions, 0); }, - $signature: 2177 + $signature: 2174 }; A.editingReducer_closure120.prototype = { call$2(transactions, action) { return J.$index$asx(action.transactions, 0); }, - $signature: 2178 + $signature: 2175 }; A.editingReducer_closure121.prototype = { call$2(transaction, action) { return action.transaction.rebuild$1(new A.editingReducer__closure46()); }, - $signature: 2179 + $signature: 2176 }; A.editingReducer__closure46.prototype = { call$1(b) { b.get$_transaction_model$_$this()._transaction_model$_isChanged = true; return b; }, - $signature: 135 + $signature: 134 }; A.transactionListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.transactionListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.transactionListReducer__closure.prototype = { call$1(b) { @@ -461774,7 +461090,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 492 + $signature: 603 }; A._deleteTransactionSuccess_closure.prototype = { call$1(b) { @@ -461796,7 +461112,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 492 + $signature: 603 }; A._restoreTransactionSuccess_closure.prototype = { call$1(b) { @@ -461818,7 +461134,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 492 + $signature: 603 }; A._addTransaction_closure.prototype = { call$1(b) { @@ -461830,7 +461146,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 233 + $signature: 232 }; A._updateTransaction_closure.prototype = { call$1(b) { @@ -461838,7 +461154,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 233 + $signature: 232 }; A._convertTransactionToPayment_closure.prototype = { call$1(b) { @@ -461846,7 +461162,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 233 + $signature: 232 }; A._linkTransactionToPayment_closure.prototype = { call$1(b) { @@ -461854,7 +461170,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 233 + $signature: 232 }; A._linkTransactionToExpense_closure.prototype = { call$1(b) { @@ -461862,7 +461178,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 233 + $signature: 232 }; A._setLoadedTransaction_closure.prototype = { call$1(b) { @@ -461870,13 +461186,13 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 233 + $signature: 232 }; A.memoizedFilteredTransactionList_closure.prototype = { call$9(selectionState, transactionMap, transactionList, invoiceMap, vendorMap, expenseMap, expenseCategoryMap, bankAccountMap, transactionListState) { return A.filteredTransactionsSelector(selectionState, transactionMap, transactionList, invoiceMap, vendorMap, expenseMap, expenseCategoryMap, bankAccountMap, transactionListState); }, - $signature: 2182 + $signature: 2179 }; A.filteredTransactionsSelector_closure.prototype = { call$1(transactionId) { @@ -461925,7 +461241,7 @@ call$2(bankAccountId, transactionMap) { return A.transactionStatsForBankAccount(bankAccountId, transactionMap); }, - $signature: 410 + $signature: 340 }; A.transactionStatsForBankAccount_closure.prototype = { call$2(transactionId, transaction) { @@ -461958,7 +461274,7 @@ } } }, - $signature: 411 + $signature: 341 }; A.TransactionState.prototype = { $get$1(_, transactionId) { @@ -461981,13 +461297,13 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.TransactionState_loadTransactions_closure1.prototype = { call$1(item) { return item; }, - $signature: 2183 + $signature: 2180 }; A.TransactionState_loadTransactions_closure.prototype = { call$1(b) { @@ -462002,7 +461318,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 233 + $signature: 232 }; A.TransactionUIState.prototype = { get$isCreatingNew() { @@ -462530,7 +461846,7 @@ call$1(transactionRule) { return transactionRule.get$id(transactionRule); }, - $signature: 51 + $signature: 50 }; A._editTransactionRule_closure.prototype = { call$3(store, dynamicAction, next) { @@ -462632,7 +461948,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].transactionRuleState.map._map$_map.$index(0, id); }, - $signature: 499 + $signature: 604 }; A._archiveTransactionRule__closure0.prototype = { call$1(transactionRules) { @@ -462641,7 +461957,7 @@ t1[0].call$1(new A.ArchiveTransactionRulesSuccess(transactionRules)); this.action.completer.complete$1(0, null); }, - $signature: 504 + $signature: 605 }; A._archiveTransactionRule__closure1.prototype = { call$1(error) { @@ -462676,7 +461992,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].transactionRuleState.map._map$_map.$index(0, id); }, - $signature: 499 + $signature: 604 }; A._deleteTransactionRule__closure0.prototype = { call$1(transactionRules) { @@ -462685,7 +462001,7 @@ t1[0].call$1(new A.DeleteTransactionRulesSuccess(transactionRules)); this.action.completer.complete$1(0, null); }, - $signature: 504 + $signature: 605 }; A._deleteTransactionRule__closure1.prototype = { call$1(error) { @@ -462720,7 +462036,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].transactionRuleState.map._map$_map.$index(0, id); }, - $signature: 499 + $signature: 604 }; A._restoreTransactionRule__closure0.prototype = { call$1(transactionRules) { @@ -462729,7 +462045,7 @@ t1[0].call$1(new A.RestoreTransactionRulesSuccess(transactionRules)); this.action.completer.complete$1(0, null); }, - $signature: 504 + $signature: 605 }; A._restoreTransactionRule__closure1.prototype = { call$1(error) { @@ -462772,7 +462088,7 @@ } t1.completer.complete$1(0, transactionRule); }, - $signature: 366 + $signature: 385 }; A._saveTransactionRule__closure0.prototype = { call$1(error) { @@ -462808,7 +462124,7 @@ t1[0].call$1(new A.LoadTransactionRuleSuccess(transactionRule)); this.action.completer.complete$1(0, null); }, - $signature: 366 + $signature: 385 }; A._loadTransactionRule__closure0.prototype = { call$1(error) { @@ -462846,7 +462162,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 2187 + $signature: 2184 }; A._loadTransactionRules__closure0.prototype = { call$1(error) { @@ -462882,151 +462198,151 @@ b.get$_transaction_rule_state$_$this()._transaction_rule_state$_tabIndex = t3; return b; }, - $signature: 2188 + $signature: 2185 }; A.forceSelectedReducer_closure193.prototype = { call$2(completer, action) { return true; }, - $signature: 2189 + $signature: 2186 }; A.forceSelectedReducer_closure194.prototype = { call$2(completer, action) { return false; }, - $signature: 2190 + $signature: 2187 }; A.forceSelectedReducer_closure195.prototype = { call$2(completer, action) { return false; }, - $signature: 2191 + $signature: 2188 }; A.forceSelectedReducer_closure196.prototype = { call$2(completer, action) { return false; }, - $signature: 2192 + $signature: 2189 }; A.forceSelectedReducer_closure197.prototype = { call$2(completer, action) { return false; }, - $signature: 2193 + $signature: 2190 }; A.forceSelectedReducer_closure198.prototype = { call$2(completer, action) { return false; }, - $signature: 2194 + $signature: 2191 }; A.forceSelectedReducer_closure199.prototype = { call$2(completer, action) { return false; }, - $signature: 2195 + $signature: 2192 }; A.forceSelectedReducer_closure200.prototype = { call$2(completer, action) { return false; }, - $signature: 2196 + $signature: 2193 }; A.tabIndexReducer_closure25.prototype = { call$2(completer, action) { return action.get$tabIndex(action); }, - $signature: 2197 + $signature: 2194 }; A.tabIndexReducer_closure26.prototype = { call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 97 }; A.selectedIdReducer_closure369.prototype = { call$2(completer, action) { return ""; }, - $signature: 2198 + $signature: 2195 }; A.selectedIdReducer_closure370.prototype = { call$2(completer, action) { return ""; }, - $signature: 2199 + $signature: 2196 }; A.selectedIdReducer_closure371.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_transactionRule ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure372.prototype = { call$2(selectedId, action) { return action.get$transactionRuleId(); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure373.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$transactionRule()); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure374.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure375.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure376.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2200 + $signature: 2197 }; A.selectedIdReducer_closure377.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2201 + $signature: 2198 }; A.selectedIdReducer_closure378.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2202 + $signature: 2199 }; A.selectedIdReducer_closure379.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2203 + $signature: 2200 }; A.selectedIdReducer_closure380.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2204 + $signature: 2201 }; A.selectedIdReducer_closure381.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2205 + $signature: 2202 }; A.selectedIdReducer_closure382.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2206 + $signature: 2203 }; A.selectedIdReducer_closure383.prototype = { call$2(selectedId, action) { @@ -463045,38 +462361,38 @@ call$2(transactionRules, action) { return J.$index$asx(action.transactionRules, 0); }, - $signature: 2207 + $signature: 2204 }; A.editingReducer_closure123.prototype = { call$2(transactionRules, action) { return J.$index$asx(action.transactionRules, 0); }, - $signature: 2208 + $signature: 2205 }; A.editingReducer_closure124.prototype = { call$2(transactionRules, action) { return J.$index$asx(action.transactionRules, 0); }, - $signature: 2209 + $signature: 2206 }; A.editingReducer_closure125.prototype = { call$2(transactionRule, action) { return action.transactionRule.rebuild$1(new A.editingReducer__closure47()); }, - $signature: 2210 + $signature: 2207 }; A.editingReducer__closure47.prototype = { call$1(b) { b.get$_transaction_rule_model$_$this()._transaction_rule_model$_isChanged = true; return b; }, - $signature: 181 + $signature: 175 }; A.transactionRuleListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.transactionRuleListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.transactionRuleListReducer__closure.prototype = { call$1(b) { @@ -463229,7 +462545,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 511 + $signature: 600 }; A._deleteTransactionRuleSuccess_closure.prototype = { call$1(b) { @@ -463251,7 +462567,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 511 + $signature: 600 }; A._restoreTransactionRuleSuccess_closure.prototype = { call$1(b) { @@ -463273,7 +462589,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 511 + $signature: 600 }; A._addTransactionRule_closure.prototype = { call$1(b) { @@ -463285,7 +462601,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 367 + $signature: 436 }; A._updateTransactionRule_closure.prototype = { call$1(b) { @@ -463293,7 +462609,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 367 + $signature: 436 }; A._setLoadedTransactionRule_closure.prototype = { call$1(b) { @@ -463301,13 +462617,13 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 367 + $signature: 436 }; A.memoizedFilteredTransactionRuleList_closure.prototype = { call$4(selectionState, transactionRuleMap, transactionRuleList, transactionRuleListState) { return A.filteredTransactionRulesSelector(selectionState, transactionRuleMap, transactionRuleList, transactionRuleListState); }, - $signature: 2214 + $signature: 2211 }; A.filteredTransactionRulesSelector_closure.prototype = { call$1(transactionRuleId) { @@ -463337,7 +462653,7 @@ call$2(userId, transactionMap) { return A.transactionStatsForTransactionRule(userId, transactionMap); }, - $signature: 410 + $signature: 340 }; A.transactionStatsForTransactionRule_closure.prototype = { call$2(transactionId, transaction) { @@ -463369,7 +462685,7 @@ t1.total = t1.total + transaction.amount; } }, - $signature: 411 + $signature: 341 }; A.TransactionRuleState.prototype = { $get$1(_, transactionRuleId) { @@ -463392,13 +462708,13 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.TransactionRuleState_loadTransactionRules_closure1.prototype = { call$1(item) { return item; }, - $signature: 2215 + $signature: 2212 }; A.TransactionRuleState_loadTransactionRules_closure.prototype = { call$1(b) { @@ -463413,7 +462729,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 367 + $signature: 436 }; A.TransactionRuleUIState.prototype = { get$isCreatingNew() { @@ -464307,7 +463623,7 @@ b.get$_pref_state$_$this()._showPdfPreviewSideBySide = t3; return b; }, - $signature: 557 + $signature: 511 }; A._resortFields_closure.prototype = { call$1(b) { @@ -464318,146 +463634,146 @@ b.get$_pref_state$_$this()._field = t2; return b; }, - $signature: 2216 + $signature: 2213 }; A._resortFields_closure0.prototype = { call$1(b) { b.$indexSet(0, this.entityType, this.directon); return b; }, - $signature: 2217 + $signature: 2214 }; A.sortFieldsReducer_closure.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_client, action.field); }, - $signature: 2218 + $signature: 2215 }; A.sortFieldsReducer_closure0.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_product, action.field); }, - $signature: 2219 + $signature: 2216 }; A.sortFieldsReducer_closure1.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_invoice, action.field); }, - $signature: 2220 + $signature: 2217 }; A.sortFieldsReducer_closure2.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_payment, action.field); }, - $signature: 2221 + $signature: 2218 }; A.sortFieldsReducer_closure3.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_recurringInvoice, action.field); }, - $signature: 2222 + $signature: 2219 }; A.sortFieldsReducer_closure4.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_quote, action.field); }, - $signature: 2223 + $signature: 2220 }; A.sortFieldsReducer_closure5.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_credit, action.field); }, - $signature: 2224 + $signature: 2221 }; A.sortFieldsReducer_closure6.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_project, action.field); }, - $signature: 2225 + $signature: 2222 }; A.sortFieldsReducer_closure7.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_task, action.field); }, - $signature: 2226 + $signature: 2223 }; A.sortFieldsReducer_closure8.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_vendor, action.field); }, - $signature: 2227 + $signature: 2224 }; A.sortFieldsReducer_closure9.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_expense, action.field); }, - $signature: 2228 + $signature: 2225 }; A.sortFieldsReducer_closure10.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_payment, action.field); }, - $signature: 2229 + $signature: 2226 }; A.sortFieldsReducer_closure11.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_taxRate, action.field); }, - $signature: 2230 + $signature: 2227 }; A.sortFieldsReducer_closure12.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_companyGateway, action.get$field()); }, - $signature: 2231 + $signature: 2228 }; A.sortFieldsReducer_closure13.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_user, action.field); }, - $signature: 2232 + $signature: 2229 }; A.sortFieldsReducer_closure14.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_group, action.field); }, - $signature: 2233 + $signature: 2230 }; A.sortFieldsReducer_closure15.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_design, action.field); }, - $signature: 2234 + $signature: 2231 }; A.sortFieldsReducer_closure16.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_token, action.field); }, - $signature: 2235 + $signature: 2232 }; A.sortFieldsReducer_closure17.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_webhook, action.field); }, - $signature: 2236 + $signature: 2233 }; A.sortFieldsReducer_closure18.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_expenseCategory, action.field); }, - $signature: 2237 + $signature: 2234 }; A.sortFieldsReducer_closure19.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_taskStatus, action.field); }, - $signature: 2238 + $signature: 2235 }; A.sortFieldsReducer_closure20.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_paymentLink, action.field); }, - $signature: 2239 + $signature: 2236 }; A.sidebarEditorReducer_closure.prototype = { call$2(value, action) { @@ -464467,7 +463783,7 @@ else return value.rebuild$1(new A.sidebarEditorReducer__closure0(entityType)); }, - $signature: 2240 + $signature: 2237 }; A.sidebarEditorReducer__closure.prototype = { call$1(b) { @@ -464477,14 +463793,14 @@ b.$indexSet(0, t1, !t2); return b; }, - $signature: 368 + $signature: 434 }; A.sidebarEditorReducer__closure0.prototype = { call$1(b) { b.$indexSet(0, this.entityType, true); return b; }, - $signature: 368 + $signature: 434 }; A.sidebarViewerReducer_closure.prototype = { call$2(value, action) { @@ -464494,7 +463810,7 @@ else return value.rebuild$1(new A.sidebarViewerReducer__closure0(entityType)); }, - $signature: 2242 + $signature: 2239 }; A.sidebarViewerReducer__closure.prototype = { call$1(b) { @@ -464504,20 +463820,20 @@ b.$indexSet(0, t1, !t2); return b; }, - $signature: 368 + $signature: 434 }; A.sidebarViewerReducer__closure0.prototype = { call$1(b) { b.$indexSet(0, this.entityType, true); return b; }, - $signature: 368 + $signature: 434 }; A.menuVisibleReducer_closure.prototype = { call$2(value, action) { return action.sidebar === B.AppSidebar_menu ? !value : value; }, - $signature: 95 + $signature: 96 }; A.menuVisibleReducer_closure0.prototype = { call$2(value, action) { @@ -464531,20 +463847,20 @@ return value; } }, - $signature: 95 + $signature: 96 }; A.textScaleFactorReducer_closure.prototype = { call$2(value, action) { var t1 = action.textScaleFactor; return t1 == null ? value : t1; }, - $signature: 2244 + $signature: 2241 }; A.historyVisibleReducer_closure.prototype = { call$2(value, action) { return action.sidebar === B.AppSidebar_history ? !value : value; }, - $signature: 95 + $signature: 96 }; A.historyVisibleReducer_closure0.prototype = { call$2(value, action) { @@ -464555,62 +463871,62 @@ t1 = t1 === B.AppSidebarMode_float ? false : value; return t1; }, - $signature: 95 + $signature: 96 }; A.hideDesktopWarningReducer_closure.prototype = { call$2(filter, action) { return true; }, - $signature: 897 + $signature: 888 }; A.hideGatewayWarningReducer_closure.prototype = { call$2(filter, action) { return true; }, - $signature: 2245 + $signature: 2242 }; A.hideReviewAppReducer_closure.prototype = { call$2(filter, action) { return true; }, - $signature: 2246 + $signature: 2243 }; A.hideReviewAppReducer_closure0.prototype = { call$2(filter, action) { return true; }, - $signature: 758 + $signature: 621 }; A.hideReviewAppReducer_closure1.prototype = { call$2(filter, action) { return true; }, - $signature: 519 + $signature: 588 }; A.hideOneYearReviewAppReducer_closure.prototype = { call$2(filter, action) { return true; }, - $signature: 758 + $signature: 621 }; A.hideOneYearReviewAppReducer_closure0.prototype = { call$2(filter, action) { return true; }, - $signature: 519 + $signature: 588 }; A.hideTwoYearReviewAppReducer_closure.prototype = { call$2(filter, action) { return true; }, - $signature: 519 + $signature: 588 }; A.layoutReducer_closure.prototype = { call$2(layout, action) { var t1 = action.appLayout; return t1 == null ? layout : t1; }, - $signature: 2249 + $signature: 2246 }; A.moduleLayoutReducer_closure.prototype = { call$2(moduleLayout, action) { @@ -464624,7 +463940,7 @@ } return moduleLayout; }, - $signature: 2250 + $signature: 2247 }; A.moduleLayoutReducer_closure0.prototype = { call$2(moduleLayout, action) { @@ -464633,285 +463949,285 @@ else return B.ModuleLayout_list; }, - $signature: 2251 + $signature: 2248 }; A.rowsPerPageReducer_closure.prototype = { call$2(numRows, action) { var t1 = action.rowsPerPage; return t1 == null ? numRows : t1; }, - $signature: 2252 + $signature: 2249 }; A.manuSidebarReducer_closure.prototype = { call$2(mode, action) { var t1 = action.menuMode; return t1 == null ? mode : t1; }, - $signature: 757 + $signature: 623 }; A.historySidebarReducer_closure.prototype = { call$2(mode, action) { var t1 = action.historyMode; return t1 == null ? mode : t1; }, - $signature: 757 + $signature: 623 }; A.darkModeTypeReducer_closure.prototype = { call$2(enableDarkMode, action) { var t1 = action.darkModeType; return t1 == null ? enableDarkMode : t1; }, - $signature: 369 + $signature: 432 }; A.darkModeSystemReducer_closure.prototype = { call$2(enableDarkMode, action) { var t1 = action.enableDarkModeSystem; return t1 == null ? enableDarkMode : t1; }, - $signature: 95 + $signature: 96 }; A.statementIncludesReducer_closure.prototype = { call$2(includes, action) { var t1 = action.statementIncludes; return t1 == null ? includes : t1; }, - $signature: 2255 + $signature: 2252 }; A.enableTooltipsReducer_closure.prototype = { call$2(enableTooltips, action) { var t1 = action.enableTooltips; return t1 == null ? enableTooltips : t1; }, - $signature: 95 + $signature: 96 }; A.enableFlexibleSearchReducer_closure.prototype = { call$2(enableFlexibleSearch, action) { var t1 = action.flexibleSearch; return t1 == null ? enableFlexibleSearch : t1; }, - $signature: 95 + $signature: 96 }; A.enableNativeBrowserReducer_closure.prototype = { call$2(enableNativeBrowser, action) { var t1 = action.enableNativeBrowser; return t1 == null ? enableNativeBrowser : t1; }, - $signature: 95 + $signature: 96 }; A.persistDataReducer_closure.prototype = { call$2(persistData, action) { var t1 = action.persistData; return t1 == null ? persistData : t1; }, - $signature: 95 + $signature: 96 }; A.showKanbanReducer_closure.prototype = { call$2(showKanban, action) { var t1 = action.showKanban; return t1 == null ? showKanban : t1; }, - $signature: 95 + $signature: 96 }; A.isFilterVisibleReducer_closure.prototype = { call$2(value, action) { var t1 = action.isFilterVisible; return t1 == null ? value : t1; }, - $signature: 95 + $signature: 96 }; A.longPressReducer_closure.prototype = { call$2(longPressSelectionIsDefault, action) { var t1 = action.longPressSelectionIsDefault; return t1 == null ? longPressSelectionIsDefault : t1; }, - $signature: 95 + $signature: 96 }; A.tapSelectedToEditReducer_closure.prototype = { call$2(tapSelectedToEdit, action) { var t1 = action.tapSelectedToEdit; return t1 == null ? tapSelectedToEdit : t1; }, - $signature: 95 + $signature: 96 }; A.downloadsFolderReducer_closure.prototype = { call$2(downloadsFolder, action) { var t1 = action.downloadsFolder; return t1 == null ? downloadsFolder : t1; }, - $signature: 369 + $signature: 432 }; A.isPreviewVisibleReducer_closure.prototype = { call$2(value, action) { return !value; }, - $signature: 2256 + $signature: 2253 }; A.isPreviewVisibleReducer_closure0.prototype = { call$2(isPreviewEnabled, action) { var t1 = action.isPreviewVisible; return t1 == null ? isPreviewEnabled : t1; }, - $signature: 95 + $signature: 96 }; A.isPreviewVisibleReducer_closure1.prototype = { call$2(value, action) { return false; }, - $signature: 2257 + $signature: 2254 }; A.isPreviewVisibleReducer_closure2.prototype = { call$2(value, action) { return false; }, - $signature: 2258 + $signature: 2255 }; A.isPreviewVisibleReducer_closure3.prototype = { call$2(value, action) { return false; }, - $signature: 2259 + $signature: 2256 }; A.isPreviewVisibleReducer_closure4.prototype = { call$2(value, action) { return false; }, - $signature: 2260 + $signature: 2257 }; A.isPreviewVisibleReducer_closure5.prototype = { call$2(value, action) { return false; }, - $signature: 2261 + $signature: 2258 }; A.isPreviewVisibleReducer_closure6.prototype = { call$2(value, action) { return false; }, - $signature: 2262 + $signature: 2259 }; A.isPreviewVisibleReducer_closure7.prototype = { call$2(value, action) { return false; }, - $signature: 2263 + $signature: 2260 }; A.isPreviewVisibleReducer_closure8.prototype = { call$2(value, action) { return false; }, - $signature: 2264 + $signature: 2261 }; A.isPreviewVisibleReducer_closure9.prototype = { call$2(value, action) { return false; }, - $signature: 2265 + $signature: 2262 }; A.isPreviewVisibleReducer_closure10.prototype = { call$2(value, action) { return false; }, - $signature: 2266 + $signature: 2263 }; A.isPreviewVisibleReducer_closure11.prototype = { call$2(value, action) { return false; }, - $signature: 2267 + $signature: 2264 }; A.isPreviewVisibleReducer_closure12.prototype = { call$2(value, action) { return false; }, - $signature: 2268 + $signature: 2265 }; A.isPreviewVisibleReducer_closure13.prototype = { call$2(value, action) { return false; }, - $signature: 2269 + $signature: 2266 }; A.isPreviewVisibleReducer_closure14.prototype = { call$2(value, action) { return true; }, - $signature: 2270 + $signature: 2267 }; A.requireAuthenticationReducer_closure.prototype = { call$2(requireAuthentication, action) { var t1 = action.requireAuthentication; return t1 == null ? requireAuthentication : t1; }, - $signature: 95 + $signature: 96 }; A.colorThemeReducer_closure.prototype = { call$2(currentColorTheme, action) { var t1 = action.colorTheme; return t1 == null ? currentColorTheme : t1; }, - $signature: 369 + $signature: 432 }; A.darkColorThemeReducer_closure.prototype = { call$2(currentColorTheme, action) { var t1 = action.darkColorTheme; return t1 == null ? currentColorTheme : t1; }, - $signature: 369 + $signature: 432 }; A.showPdfPreviewReducer_closure.prototype = { call$2(value, action) { var t1 = action.showPdfPreview; return t1 == null ? value : t1; }, - $signature: 95 + $signature: 96 }; A.showPdfPreviewSideBySideReducer_closure.prototype = { call$2(value, action) { var t1 = action.showPdfPreviewSideBySide; return t1 == null ? value : t1; }, - $signature: 95 + $signature: 96 }; A.editAfterSavingReducer_closure.prototype = { call$2(value, action) { var t1 = action.editAfterSaving; return t1 == null ? value : t1; }, - $signature: 95 + $signature: 96 }; A.enableTouchEventsReducer_closure.prototype = { call$2(value, action) { var t1 = action.enableTouchEvents; return t1 == null ? value : t1; }, - $signature: 95 + $signature: 96 }; A.customColorsReducer_closure.prototype = { call$2(customColors, action) { var t1 = action.customColors; return t1 == null ? customColors : t1; }, - $signature: 755 + $signature: 625 }; A.darkCustomColorsReducer_closure.prototype = { call$2(customColors, action) { var t1 = action.darkCustomColors; return t1 == null ? customColors : t1; }, - $signature: 755 + $signature: 625 }; A.companyPrefReducer_closure.prototype = { call$1(b) { b.get$historyList().replace$1(0, $.$get$historyReducer().call$2(this._box_0.state.historyList, this.action)); return b; }, - $signature: 2272 + $signature: 2269 }; A.historyReducer_closure.prototype = { call$2(historyList, action) { return A.BuiltList_BuiltList$from(B.List_empty, type$.HistoryRecord); }, - $signature: 2273 + $signature: 2270 }; A.historyReducer_closure0.prototype = { call$2(historyList, action) { @@ -464920,14 +464236,14 @@ else return historyList.rebuild$1(new A.historyReducer__closure0()); }, - $signature: 2274 + $signature: 2271 }; A.historyReducer__closure0.prototype = { call$1(b) { B.JSArray_methods.removeAt$1(b.get$_safeList(), 0); return b; }, - $signature: 370 + $signature: 431 }; A.historyReducer_closure1.prototype = { call$2(historyList, action) { @@ -464936,7 +464252,7 @@ return historyList; return historyList.rebuild$1(new A.historyReducer__closure(B.JSArray_methods.get$first(t1), action)); }, - $signature: 2276 + $signature: 2273 }; A.historyReducer__closure.prototype = { call$1(b) { @@ -464950,518 +464266,518 @@ b.get$_safeList()[0] = t1; return b; }, - $signature: 370 + $signature: 431 }; A.historyReducer___closure.prototype = { call$1(b) { return b.get$_pref_state$_$this()._page = this.action.page; }, - $signature: 2277 + $signature: 2274 }; A.historyReducer_closure2.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_dashboard, null, null)); }, - $signature: 2278 + $signature: 2275 }; A.historyReducer_closure3.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_reports, null, null)); }, - $signature: 2279 + $signature: 2276 }; A.historyReducer_closure4.prototype = { call$2(historyList, action) { var t1 = action.section; return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_settings, t1 == null ? "company_details" : t1, null)); }, - $signature: 2280 + $signature: 2277 }; A.historyReducer_closure5.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_client, action.clientId, null)); }, - $signature: 2281 + $signature: 2278 }; A.historyReducer_closure6.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_client, null, action.page)); }, - $signature: 2282 + $signature: 2279 }; A.historyReducer_closure7.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_client, action.client.id, null)); }, - $signature: 2283 + $signature: 2280 }; A.historyReducer_closure8.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_product, action.productId, null)); }, - $signature: 2284 + $signature: 2281 }; A.historyReducer_closure9.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_product, null, action.page)); }, - $signature: 2285 + $signature: 2282 }; A.historyReducer_closure10.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_product, action.product.id, null)); }, - $signature: 2286 + $signature: 2283 }; A.historyReducer_closure11.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_invoice, action.invoiceId, null)); }, - $signature: 2287 + $signature: 2284 }; A.historyReducer_closure12.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_invoice, null, action.page)); }, - $signature: 2288 + $signature: 2285 }; A.historyReducer_closure13.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_invoice, action.invoice.id, null)); }, - $signature: 2289 + $signature: 2286 }; A.historyReducer_closure14.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_payment, action.paymentId, null)); }, - $signature: 2290 + $signature: 2287 }; A.historyReducer_closure15.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_payment, null, action.page)); }, - $signature: 2291 + $signature: 2288 }; A.historyReducer_closure16.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_payment, action.payment.id, null)); }, - $signature: 2292 + $signature: 2289 }; A.historyReducer_closure17.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_quote, action.quoteId, null)); }, - $signature: 2293 + $signature: 2290 }; A.historyReducer_closure18.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_quote, null, action.page)); }, - $signature: 2294 + $signature: 2291 }; A.historyReducer_closure19.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_quote, action.quote.id, null)); }, - $signature: 2295 + $signature: 2292 }; A.historyReducer_closure20.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_task, action.taskId, null)); }, - $signature: 2296 + $signature: 2293 }; A.historyReducer_closure21.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_task, null, action.page)); }, - $signature: 2297 + $signature: 2294 }; A.historyReducer_closure22.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_task, action.task.id, null)); }, - $signature: 2298 + $signature: 2295 }; A.historyReducer_closure23.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_project, action.projectId, null)); }, - $signature: 2299 + $signature: 2296 }; A.historyReducer_closure24.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_project, null, action.page)); }, - $signature: 2300 + $signature: 2297 }; A.historyReducer_closure25.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_project, action.project.id, null)); }, - $signature: 2301 + $signature: 2298 }; A.historyReducer_closure26.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_vendor, action.vendorId, null)); }, - $signature: 2302 + $signature: 2299 }; A.historyReducer_closure27.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_vendor, null, action.page)); }, - $signature: 2303 + $signature: 2300 }; A.historyReducer_closure28.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_vendor, action.vendor.id, null)); }, - $signature: 2304 + $signature: 2301 }; A.historyReducer_closure29.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_expense, action.expenseId, null)); }, - $signature: 2305 + $signature: 2302 }; A.historyReducer_closure30.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_expense, null, action.page)); }, - $signature: 2306 + $signature: 2303 }; A.historyReducer_closure31.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_expense, action.expense.id, null)); }, - $signature: 2307 + $signature: 2304 }; A.historyReducer_closure32.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_companyGateway, action.companyGatewayId, null)); }, - $signature: 2308 + $signature: 2305 }; A.historyReducer_closure33.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_companyGateway, null, null)); }, - $signature: 2309 + $signature: 2306 }; A.historyReducer_closure34.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_companyGateway, action.companyGateway.id, null)); }, - $signature: 2310 + $signature: 2307 }; A.historyReducer_closure35.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_user, action.userId, null)); }, - $signature: 2311 + $signature: 2308 }; A.historyReducer_closure36.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_user, null, null)); }, - $signature: 2312 + $signature: 2309 }; A.historyReducer_closure37.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_user, action.user.id, null)); }, - $signature: 2313 + $signature: 2310 }; A.historyReducer_closure38.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_group, action.groupId, null)); }, - $signature: 2314 + $signature: 2311 }; A.historyReducer_closure39.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_group, null, null)); }, - $signature: 2315 + $signature: 2312 }; A.historyReducer_closure40.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_group, action.group.id, null)); }, - $signature: 2316 + $signature: 2313 }; A.historyReducer_closure41.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_schedule, action.scheduleId, null)); }, - $signature: 2317 + $signature: 2314 }; A.historyReducer_closure42.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_schedule, null, null)); }, - $signature: 2318 + $signature: 2315 }; A.historyReducer_closure43.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_schedule, action.schedule.id, null)); }, - $signature: 2319 + $signature: 2316 }; A.historyReducer_closure44.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_transactionRule, action.transactionRuleId, null)); }, - $signature: 2320 + $signature: 2317 }; A.historyReducer_closure45.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_transactionRule, null, null)); }, - $signature: 2321 + $signature: 2318 }; A.historyReducer_closure46.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_transactionRule, action.transactionRule.id, null)); }, - $signature: 2322 + $signature: 2319 }; A.historyReducer_closure47.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_transaction, action.transactionId, null)); }, - $signature: 2323 + $signature: 2320 }; A.historyReducer_closure48.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_transaction, null, action.page)); }, - $signature: 2324 + $signature: 2321 }; A.historyReducer_closure49.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_transaction, action.transaction.id, null)); }, - $signature: 2325 + $signature: 2322 }; A.historyReducer_closure50.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_bankAccount, action.bankAccountId, null)); }, - $signature: 2326 + $signature: 2323 }; A.historyReducer_closure51.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_bankAccount, null, null)); }, - $signature: 2327 + $signature: 2324 }; A.historyReducer_closure52.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_purchaseOrder, action.purchaseOrderId, null)); }, - $signature: 2328 + $signature: 2325 }; A.historyReducer_closure53.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_purchaseOrder, null, action.page)); }, - $signature: 2329 + $signature: 2326 }; A.historyReducer_closure54.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_purchaseOrder, action.purchaseOrder.id, null)); }, - $signature: 2330 + $signature: 2327 }; A.historyReducer_closure55.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_recurringExpense, action.recurringExpenseId, null)); }, - $signature: 2331 + $signature: 2328 }; A.historyReducer_closure56.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_recurringExpense, null, action.page)); }, - $signature: 2332 + $signature: 2329 }; A.historyReducer_closure57.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_recurringExpense, action.recurringExpense.id, null)); }, - $signature: 2333 + $signature: 2330 }; A.historyReducer_closure58.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_paymentLink, action.subscriptionId, null)); }, - $signature: 2334 + $signature: 2331 }; A.historyReducer_closure59.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_paymentLink, null, null)); }, - $signature: 2335 + $signature: 2332 }; A.historyReducer_closure60.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_paymentLink, action.subscription.id, null)); }, - $signature: 2336 + $signature: 2333 }; A.historyReducer_closure61.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_taskStatus, action.taskStatusId, null)); }, - $signature: 2337 + $signature: 2334 }; A.historyReducer_closure62.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_taskStatus, null, null)); }, - $signature: 2338 + $signature: 2335 }; A.historyReducer_closure63.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_taskStatus, action.taskStatus.id, null)); }, - $signature: 2339 + $signature: 2336 }; A.historyReducer_closure64.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_expenseCategory, action.expenseCategoryId, null)); }, - $signature: 2340 + $signature: 2337 }; A.historyReducer_closure65.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_expenseCategory, null, null)); }, - $signature: 2341 + $signature: 2338 }; A.historyReducer_closure66.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_expenseCategory, action.expenseCategory.id, null)); }, - $signature: 2342 + $signature: 2339 }; A.historyReducer_closure67.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_recurringInvoice, action.recurringInvoiceId, null)); }, - $signature: 2343 + $signature: 2340 }; A.historyReducer_closure68.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_recurringInvoice, null, action.page)); }, - $signature: 2344 + $signature: 2341 }; A.historyReducer_closure69.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_recurringInvoice, action.recurringInvoice.id, null)); }, - $signature: 2345 + $signature: 2342 }; A.historyReducer_closure70.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_webhook, action.webhookId, null)); }, - $signature: 2346 + $signature: 2343 }; A.historyReducer_closure71.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_webhook, null, null)); }, - $signature: 2347 + $signature: 2344 }; A.historyReducer_closure72.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_webhook, action.webhook.id, null)); }, - $signature: 2348 + $signature: 2345 }; A.historyReducer_closure73.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_token, action.tokenId, null)); }, - $signature: 2349 + $signature: 2346 }; A.historyReducer_closure74.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_token, null, null)); }, - $signature: 2350 + $signature: 2347 }; A.historyReducer_closure75.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_token, action.token.id, null)); }, - $signature: 2351 + $signature: 2348 }; A.historyReducer_closure76.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_paymentTerm, action.paymentTermId, null)); }, - $signature: 2352 + $signature: 2349 }; A.historyReducer_closure77.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_paymentTerm, null, null)); }, - $signature: 2353 + $signature: 2350 }; A.historyReducer_closure78.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_paymentTerm, action.paymentTerm.id, null)); }, - $signature: 2354 + $signature: 2351 }; A.historyReducer_closure79.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_design, action.design.id, null)); }, - $signature: 2355 + $signature: 2352 }; A.historyReducer_closure80.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_credit, action.creditId, null)); }, - $signature: 2356 + $signature: 2353 }; A.historyReducer_closure81.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_credit, null, action.page)); }, - $signature: 2357 + $signature: 2354 }; A.historyReducer_closure82.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_credit, action.credit.id, null)); }, - $signature: 2358 + $signature: 2355 }; A.historyReducer_closure83.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_document, action.documentId, null)); }, - $signature: 2359 + $signature: 2356 }; A.historyReducer_closure84.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_document, null, 0)); }, - $signature: 2360 + $signature: 2357 }; A.historyReducer_closure85.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_document, action.document.id, null)); }, - $signature: 2361 + $signature: 2358 }; A.historyReducer_closure86.prototype = { call$2(historyList, action) { @@ -465474,7 +464790,7 @@ t1.toString; return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(t1, t2, null)); }, - $signature: 2362 + $signature: 2359 }; A._addToHistory_closure.prototype = { call$1(item) { @@ -465488,7 +464804,7 @@ t1 = false; return t1; }, - $signature: 895 + $signature: 886 }; A._addToHistory_closure0.prototype = { call$1(b) { @@ -465497,7 +464813,7 @@ B.JSArray_methods.insert$2(b.get$_safeList(), 0, this.record); return b; }, - $signature: 370 + $signature: 431 }; A._addToHistory_closure1.prototype = { call$1(b) { @@ -465511,7 +464827,7 @@ b._listOwner = null; return b; }, - $signature: 370 + $signature: 431 }; A.PrefState.prototype = { get$colorThemeModel() { @@ -466772,139 +466088,139 @@ t3._settings_state$_$v = t2; return b; }, - $signature: 899 + $signature: 892 }; A.lastActivityReducer_closure.prototype = { call$2(state, action) { return Date.now(); }, - $signature: 2363 + $signature: 2360 }; A.filterReducer_closure.prototype = { call$2(filter, action) { return action.filter; }, - $signature: 2364 + $signature: 2361 }; A.filterReducer_closure0.prototype = { call$2(state, action) { return action.filter; }, - $signature: 2365 + $signature: 2362 }; A.loadingEntityTypeReducer_closure.prototype = { call$2(state, action) { return null; }, - $signature: 2366 + $signature: 2363 }; A.loadingEntityTypeReducer_closure0.prototype = { call$2(state, action) { return B.EntityType_client; }, - $signature: 2367 + $signature: 2364 }; A.loadingEntityTypeReducer_closure1.prototype = { call$2(state, action) { return B.EntityType_product; }, - $signature: 2368 + $signature: 2365 }; A.loadingEntityTypeReducer_closure2.prototype = { call$2(state, action) { return B.EntityType_invoice; }, - $signature: 2369 + $signature: 2366 }; A.loadingEntityTypeReducer_closure3.prototype = { call$2(state, action) { return B.EntityType_recurringInvoice; }, - $signature: 2370 + $signature: 2367 }; A.loadingEntityTypeReducer_closure4.prototype = { call$2(state, action) { return B.EntityType_payment; }, - $signature: 2371 + $signature: 2368 }; A.loadingEntityTypeReducer_closure5.prototype = { call$2(state, action) { return B.EntityType_quote; }, - $signature: 2372 + $signature: 2369 }; A.loadingEntityTypeReducer_closure6.prototype = { call$2(state, action) { return B.EntityType_credit; }, - $signature: 2373 + $signature: 2370 }; A.loadingEntityTypeReducer_closure7.prototype = { call$2(state, action) { return B.EntityType_project; }, - $signature: 2374 + $signature: 2371 }; A.loadingEntityTypeReducer_closure8.prototype = { call$2(state, action) { return B.EntityType_task; }, - $signature: 2375 + $signature: 2372 }; A.loadingEntityTypeReducer_closure9.prototype = { call$2(state, action) { return B.EntityType_vendor; }, - $signature: 2376 + $signature: 2373 }; A.loadingEntityTypeReducer_closure10.prototype = { call$2(state, action) { return B.EntityType_purchaseOrder; }, - $signature: 2377 + $signature: 2374 }; A.loadingEntityTypeReducer_closure11.prototype = { call$2(state, action) { return B.EntityType_expense; }, - $signature: 2378 + $signature: 2375 }; A.loadingEntityTypeReducer_closure12.prototype = { call$2(state, action) { return B.EntityType_recurringExpense; }, - $signature: 2379 + $signature: 2376 }; A.loadingEntityTypeReducer_closure13.prototype = { call$2(state, action) { return B.EntityType_transaction; }, - $signature: 2380 + $signature: 2377 }; A.filterClearedAtReducer_closure.prototype = { call$2(filterClearedAt, action) { return action.filter == null ? Date.now() : filterClearedAt; }, - $signature: 2381 + $signature: 2378 }; A.filterClearedAtReducer_closure0.prototype = { call$2(state, action) { return Date.now(); }, - $signature: 2382 + $signature: 2379 }; A.currentRouteReducer_closure.prototype = { call$2(currentRoute, action) { return action.route; }, - $signature: 2383 + $signature: 2380 }; A.selectedCompanyIndexReducer_closure.prototype = { call$2(selectedCompanyIndex, action) { return action.companyIndex; }, - $signature: 2384 + $signature: 2381 }; A.previewStackReducer_closure.prototype = { call$2(previewStack, action) { @@ -466919,19 +466235,19 @@ t2.push(t1); return A.BuiltList_BuiltList$from(t2, type$.EntityType); }, - $signature: 2385 + $signature: 2382 }; A.previewStackReducer__closure.prototype = { call$1(entityType) { return entityType !== this.action.entityType; }, - $signature: 236 + $signature: 249 }; A.previewStackReducer_closure0.prototype = { call$2(previewStack, action) { return A.BuiltList_BuiltList$from(A._setArrayType([], type$.JSArray_EntityType), type$.EntityType); }, - $signature: 2386 + $signature: 2383 }; A.previewStackReducer_closure1.prototype = { call$2(previewStack, action) { @@ -466939,13 +466255,13 @@ t2 = type$.EntityType; return A.BuiltList_BuiltList$from(A.List_List$of(new A._BuiltList(B.JSArray_methods.sublist$2(t1, 0, t1.length - 1), previewStack.$ti._eval$1("_BuiltList<1>")), true, t2), t2); }, - $signature: 2387 + $signature: 2384 }; A.filterStackReducer_closure.prototype = { call$2(filterStack, action) { return A.BuiltList_BuiltList$from(B.List_empty, type$.BaseEntity); }, - $signature: 2388 + $signature: 2385 }; A.filterStackReducer_closure0.prototype = { call$2(filterStack, action) { @@ -466960,13 +466276,13 @@ t1.push(action.entity); return A.BuiltList_BuiltList$from(t1, type$.BaseEntity); }, - $signature: 2389 + $signature: 2386 }; A.filterStackReducer__closure.prototype = { call$1(entity) { return entity.get$entityType() != this.action.entity.get$entityType(); }, - $signature: 217 + $signature: 210 }; A.filterStackReducer_closure1.prototype = { call$2(filterStack, action) { @@ -466974,7 +466290,7 @@ t2 = type$.BaseEntity; return A.BuiltList_BuiltList$from(A.List_List$of(new A._BuiltList(B.JSArray_methods.sublist$2(t1, 0, t1.length - 1), filterStack.$ti._eval$1("_BuiltList<1>")), true, t2), t2); }, - $signature: 2390 + $signature: 2387 }; A.UIState.prototype = { containsRoute$1(route) { @@ -468186,13 +467502,13 @@ call$1(user) { return user.get$id(user); }, - $signature: 51 + $signature: 50 }; A.handleUserAction_closure0.prototype = { call$1(b) { return b.get$_client_model$_$this()._client_model$_assignedUserId = this.user.id; }, - $signature: 2391 + $signature: 2388 }; A.handleUserAction_closure1.prototype = { call$1(b) { @@ -468222,31 +467538,31 @@ call$1(b) { return b.get$_expense_model$_$this()._expense_model$_assignedUserId = this.user.id; }, - $signature: 2392 + $signature: 2389 }; A.handleUserAction_closure6.prototype = { call$1(b) { return b.get$_payment_model$_$this()._payment_model$_assignedUserId = this.user.id; }, - $signature: 891 + $signature: 873 }; A.handleUserAction_closure7.prototype = { call$1(b) { return b.get$_project_model$_$this()._project_model$_assignedUserId = this.user.id; }, - $signature: 890 + $signature: 872 }; A.handleUserAction_closure8.prototype = { call$1(b) { return b.get$_task_model$_$this()._task_model$_assignedUserId = this.user.id; }, - $signature: 2393 + $signature: 2390 }; A.handleUserAction_closure9.prototype = { call$1(b) { return b.get$_vendor_model$_$this()._vendor_model$_assignedUserId = this.user.id; }, - $signature: 2394 + $signature: 2391 }; A.handleUserAction_closure11.prototype = { call$2(password, idToken) { @@ -468261,7 +467577,7 @@ call$1(password) { return this.call$2(password, null); }, - $signature: 371 + $signature: 430 }; A.handleUserAction_closure10.prototype = { call$2(password, idToken) { @@ -468282,7 +467598,7 @@ call$1(password) { return this.call$2(password, null); }, - $signature: 371 + $signature: 430 }; A.handleUserAction_closure12.prototype = { call$2(password, idToken) { @@ -468303,7 +467619,7 @@ call$1(password) { return this.call$2(password, null); }, - $signature: 371 + $signature: 430 }; A.handleUserAction_closure14.prototype = { call$2(password, idToken) { @@ -468324,13 +467640,13 @@ call$1(password) { return this.call$2(password, null); }, - $signature: 371 + $signature: 430 }; A.handleUserAction_closure16.prototype = { call$1(_) { A.passwordCallback(false, new A.handleUserAction__closure(this.dispatch), this.context, false); }, - $signature: 28 + $signature: 27 }; A.handleUserAction__closure.prototype = { call$2(password, idToken) { @@ -468458,7 +467774,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userState.map._map$_map.$index(0, id); }, - $signature: 526 + $signature: 582 }; A._archiveUser__closure0.prototype = { call$1(users) { @@ -468467,7 +467783,7 @@ t1[0].call$1(new A.ArchiveUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 372 + $signature: 429 }; A._archiveUser__closure1.prototype = { call$1(error) { @@ -468504,7 +467820,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userState.map._map$_map.$index(0, id); }, - $signature: 526 + $signature: 582 }; A._deleteUser__closure0.prototype = { call$1(users) { @@ -468513,7 +467829,7 @@ t1[0].call$1(new A.DeleteUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 372 + $signature: 429 }; A._deleteUser__closure1.prototype = { call$1(error) { @@ -468550,7 +467866,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userState.map._map$_map.$index(0, id); }, - $signature: 526 + $signature: 582 }; A._restoreUser__closure0.prototype = { call$1(users) { @@ -468559,7 +467875,7 @@ t1[0].call$1(new A.RestoreUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 372 + $signature: 429 }; A._restoreUser__closure1.prototype = { call$1(error) { @@ -468595,7 +467911,7 @@ t2[0].call$1(new A.RemoveUserSuccess(t1.userId)); t1.completer.complete$1(0, null); }, - $signature: 372 + $signature: 429 }; A._removeUser__closure0.prototype = { call$1(error) { @@ -468628,7 +467944,7 @@ t1[0].call$1(new A.ResendInviteSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 2398 + $signature: 2395 }; A._resendInvite__closure0.prototype = { call$1(error) { @@ -468671,7 +467987,7 @@ } t1.completer.complete$1(0, user); }, - $signature: 172 + $signature: 183 }; A._saveUser__closure0.prototype = { call$1(error) { @@ -468709,7 +468025,7 @@ t1[0].call$1(new A.LoadUserSuccess(user)); this.action.completer.complete$1(0, null); }, - $signature: 172 + $signature: 183 }; A._loadUser__closure0.prototype = { call$1(error) { @@ -468747,7 +468063,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 2399 + $signature: 2396 }; A._loadUsers__closure0.prototype = { call$1(error) { @@ -468781,145 +468097,145 @@ b.get$_user_state$_$this()._user_state$_forceSelected = t3; return b; }, - $signature: 2400 + $signature: 2397 }; A.forceSelectedReducer_closure76.prototype = { call$2(completer, action) { return true; }, - $signature: 2401 + $signature: 2398 }; A.forceSelectedReducer_closure77.prototype = { call$2(completer, action) { return false; }, - $signature: 2402 + $signature: 2399 }; A.forceSelectedReducer_closure78.prototype = { call$2(completer, action) { return false; }, - $signature: 2403 + $signature: 2400 }; A.forceSelectedReducer_closure79.prototype = { call$2(completer, action) { return false; }, - $signature: 2404 + $signature: 2401 }; A.forceSelectedReducer_closure80.prototype = { call$2(completer, action) { return false; }, - $signature: 2405 + $signature: 2402 }; A.forceSelectedReducer_closure81.prototype = { call$2(completer, action) { return false; }, - $signature: 2406 + $signature: 2403 }; A.forceSelectedReducer_closure82.prototype = { call$2(completer, action) { return false; }, - $signature: 2407 + $signature: 2404 }; A.forceSelectedReducer_closure83.prototype = { call$2(completer, action) { return false; }, - $signature: 2408 + $signature: 2405 }; A.selectedIdReducer_closure146.prototype = { call$2(completer, action) { return ""; }, - $signature: 2409 + $signature: 2406 }; A.selectedIdReducer_closure147.prototype = { call$2(completer, action) { return ""; }, - $signature: 2410 + $signature: 2407 }; A.selectedIdReducer_closure148.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_user ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure149.prototype = { call$2(selectedId, action) { return action.userId; }, - $signature: 2411 + $signature: 2408 }; A.selectedIdReducer_closure150.prototype = { call$2(selectedId, action) { return action.user.id; }, - $signature: 2412 + $signature: 2409 }; A.selectedIdReducer_closure151.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure152.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure153.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2413 + $signature: 2410 }; A.selectedIdReducer_closure154.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2414 + $signature: 2411 }; A.selectedIdReducer_closure155.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2415 + $signature: 2412 }; A.selectedIdReducer_closure156.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2416 + $signature: 2413 }; A.selectedIdReducer_closure157.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2417 + $signature: 2414 }; A.selectedIdReducer_closure158.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2418 + $signature: 2415 }; A.selectedIdReducer_closure159.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2419 + $signature: 2416 }; A.selectedIdReducer_closure160.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_user ? "" : selectedId; }, - $signature: 179 + $signature: 184 }; A.selectedIdReducer_closure161.prototype = { call$2(selectedId, action) { @@ -468938,38 +468254,38 @@ call$2(users, action) { return J.$index$asx(action.users, 0); }, - $signature: 2420 + $signature: 2417 }; A.editingReducer_closure46.prototype = { call$2(users, action) { return J.$index$asx(action.users, 0); }, - $signature: 2421 + $signature: 2418 }; A.editingReducer_closure47.prototype = { call$2(users, action) { return J.$index$asx(action.users, 0); }, - $signature: 2422 + $signature: 2419 }; A.editingReducer_closure48.prototype = { call$2(user, action) { return action.user.rebuild$1(new A.editingReducer__closure15()); }, - $signature: 2423 + $signature: 2420 }; A.editingReducer__closure15.prototype = { call$1(b) { b.get$_user_model$_$this()._user_model$_isChanged = true; return b; }, - $signature: 94 + $signature: 95 }; A.userListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.userListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.userListReducer__closure.prototype = { call$1(b) { @@ -469154,7 +468470,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 606 + $signature: 578 }; A._deleteUserSuccess_closure.prototype = { call$1(b) { @@ -469176,7 +468492,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 606 + $signature: 578 }; A._restoreUserSuccess_closure.prototype = { call$1(b) { @@ -469198,7 +468514,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 606 + $signature: 578 }; A._removeUserSuccess_closure.prototype = { call$1(b) { @@ -469207,7 +468523,7 @@ B.JSArray_methods.remove$1(b.get$list(b).get$_safeList(), t1); return b; }, - $signature: 123 + $signature: 124 }; A._addUser_closure.prototype = { call$1(b) { @@ -469219,7 +468535,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 123 + $signature: 124 }; A._updateUser_closure.prototype = { call$1(b) { @@ -469227,7 +468543,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 123 + $signature: 124 }; A._updateAuthUser_closure.prototype = { call$1(b) { @@ -469235,7 +468551,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 123 + $signature: 124 }; A._connectOAuthUser_closure.prototype = { call$1(b) { @@ -469243,7 +468559,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 123 + $signature: 124 }; A._disconnectOAuthUser_closure.prototype = { call$1(b) { @@ -469251,7 +468567,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 123 + $signature: 124 }; A._disconnectOAuthMailer_closure.prototype = { call$1(b) { @@ -469259,7 +468575,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 123 + $signature: 124 }; A._connectGmailUser_closure.prototype = { call$1(b) { @@ -469267,7 +468583,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 123 + $signature: 124 }; A._setLoadedUser_closure.prototype = { call$1(b) { @@ -469275,26 +468591,26 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 123 + $signature: 124 }; 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$.String, type$.UserEntity)); return b; }, - $signature: 123 + $signature: 124 }; A._setLoadedUsers__closure.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A._setLoadedUsers__closure0.prototype = { call$1(item) { return item; }, - $signature: 752 + $signature: 631 }; A._setLoadedUsers_closure0.prototype = { call$1(b) { @@ -469302,26 +468618,26 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 123 + $signature: 124 }; 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$.String, type$.UserEntity)); return b; }, - $signature: 123 + $signature: 124 }; A._setLoadedCompany__closure5.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A._setLoadedCompany__closure6.prototype = { call$1(item) { return item; }, - $signature: 752 + $signature: 631 }; A._setLoadedCompany_closure6.prototype = { call$1(b) { @@ -469329,13 +468645,13 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 123 + $signature: 124 }; A.memoizedFilteredUserList_closure.prototype = { call$5(selectionState, userMap, userList, userListState, authUserId) { return A.filteredUsersSelector(selectionState, userMap, userList, userListState, authUserId); }, - $signature: 2428 + $signature: 2425 }; A.filteredUsersSelector_closure.prototype = { call$1(userId) { @@ -469369,7 +468685,7 @@ call$1(userMap) { return A.userList(userMap); }, - $signature: 539 + $signature: 576 }; A.userList_closure.prototype = { call$1(userId) { @@ -469402,7 +468718,7 @@ call$1(userMap) { return A.gmailUserList(userMap); }, - $signature: 539 + $signature: 576 }; A.gmailUserList_closure.prototype = { call$1(userId) { @@ -469431,13 +468747,13 @@ t1 = false; return t1; }, - $signature: 115 + $signature: 117 }; A.memoizedMicrosoftUserList_closure.prototype = { call$1(userMap) { return A.microsoftUserList(userMap); }, - $signature: 539 + $signature: 576 }; A.microsoftUserList_closure.prototype = { call$1(userId) { @@ -469465,7 +468781,7 @@ t1 = false; return t1; }, - $signature: 115 + $signature: 117 }; A.UserState.prototype = { $get$1(_, userId) { @@ -470016,13 +469332,13 @@ call$1(vendor) { return vendor.get$id(vendor); }, - $signature: 51 + $signature: 50 }; A.handleVendorAction_closure0.prototype = { call$1(contact) { return contact.link.length !== 0; }, - $signature: 195 + $signature: 201 }; A.StartVendorMultiselect.prototype = {}; A.AddToVendorMultiselect.prototype = {}; @@ -470134,7 +469450,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].vendorState.map._map$_map.$index(0, id); }, - $signature: 541 + $signature: 575 }; A._archiveVendor__closure0.prototype = { call$1(vendors) { @@ -470143,7 +469459,7 @@ t1[0].call$1(new A.ArchiveVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 553 + $signature: 574 }; A._archiveVendor__closure1.prototype = { call$1(error) { @@ -470178,7 +469494,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].vendorState.map._map$_map.$index(0, id); }, - $signature: 541 + $signature: 575 }; A._deleteVendor__closure0.prototype = { call$1(vendors) { @@ -470187,7 +469503,7 @@ t1[0].call$1(new A.DeleteVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 553 + $signature: 574 }; A._deleteVendor__closure1.prototype = { call$1(error) { @@ -470222,7 +469538,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].vendorState.map._map$_map.$index(0, id); }, - $signature: 541 + $signature: 575 }; A._restoreVendor__closure0.prototype = { call$1(vendors) { @@ -470231,7 +469547,7 @@ t1[0].call$1(new A.RestoreVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 553 + $signature: 574 }; A._restoreVendor__closure1.prototype = { call$1(error) { @@ -470277,7 +469593,7 @@ if (t1 != null) t1.complete$1(0, vendor); }, - $signature: 289 + $signature: 309 }; A._saveVendor__closure0.prototype = { call$1(error) { @@ -470315,7 +469631,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 289 + $signature: 309 }; A._loadVendor__closure0.prototype = { call$1(error) { @@ -470362,19 +469678,19 @@ } else t1[0].call$1(new A.LoadPurchaseOrders(null, 1)); }, - $signature: 2433 + $signature: 2430 }; A._loadVendors___closure.prototype = { call$1(vendor) { B.JSArray_methods.forEach$1(vendor.documents._list$_list, new A._loadVendors____closure(this.documents, vendor)); }, - $signature: 813 + $signature: 743 }; A._loadVendors____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadVendors_____closure(this.vendor))); }, - $signature: 40 + $signature: 39 }; A._loadVendors_____closure.prototype = { call$1(b) { @@ -470425,13 +469741,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 289 + $signature: 309 }; A._saveDocument___closure8.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure8(this.vendor))); }, - $signature: 40 + $signature: 39 }; A._saveDocument____closure8.prototype = { call$1(b) { @@ -470483,163 +469799,163 @@ b.get$_vendor_state$_$this()._vendor_state$_cancelCompleter = t3; return b; }, - $signature: 2434 + $signature: 2431 }; A.forceSelectedReducer_closure34.prototype = { call$2(completer, action) { return true; }, - $signature: 2435 + $signature: 2432 }; A.forceSelectedReducer_closure35.prototype = { call$2(completer, action) { return false; }, - $signature: 2436 + $signature: 2433 }; A.forceSelectedReducer_closure36.prototype = { call$2(completer, action) { return false; }, - $signature: 2437 + $signature: 2434 }; A.forceSelectedReducer_closure37.prototype = { call$2(completer, action) { return false; }, - $signature: 2438 + $signature: 2435 }; A.forceSelectedReducer_closure38.prototype = { call$2(completer, action) { return false; }, - $signature: 2439 + $signature: 2436 }; A.forceSelectedReducer_closure39.prototype = { call$2(completer, action) { return false; }, - $signature: 2440 + $signature: 2437 }; A.forceSelectedReducer_closure40.prototype = { call$2(completer, action) { return false; }, - $signature: 2441 + $signature: 2438 }; A.forceSelectedReducer_closure41.prototype = { call$2(completer, action) { return false; }, - $signature: 2442 + $signature: 2439 }; A.tabIndexReducer_closure7.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 2443 + $signature: 2440 }; A.tabIndexReducer_closure8.prototype = { call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 97 }; A.saveCompleterReducer_closure0.prototype = { call$2(completer, action) { return type$.nullable_Completer_SelectableEntity._as(action.completer); }, - $signature: 2444 + $signature: 2441 }; A.cancelCompleterReducer_closure0.prototype = { call$2(completer, action) { return type$.nullable_Completer_Null._as(action.cancelCompleter); }, - $signature: 2445 + $signature: 2442 }; A.selectedIdReducer_closure65.prototype = { call$2(completer, action) { return ""; }, - $signature: 2446 + $signature: 2443 }; A.selectedIdReducer_closure66.prototype = { call$2(completer, action) { return ""; }, - $signature: 2447 + $signature: 2444 }; A.selectedIdReducer_closure67.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_vendor ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure68.prototype = { call$2(selectedId, action) { return action.vendorId; }, - $signature: 2448 + $signature: 2445 }; A.selectedIdReducer_closure69.prototype = { call$2(selectedId, action) { return action.vendor.id; }, - $signature: 2449 + $signature: 2446 }; A.selectedIdReducer_closure70.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure71.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure72.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2450 + $signature: 2447 }; A.selectedIdReducer_closure73.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2451 + $signature: 2448 }; A.selectedIdReducer_closure74.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2452 + $signature: 2449 }; A.selectedIdReducer_closure75.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2453 + $signature: 2450 }; A.selectedIdReducer_closure76.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2454 + $signature: 2451 }; A.selectedIdReducer_closure77.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2455 + $signature: 2452 }; A.selectedIdReducer_closure78.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2456 + $signature: 2453 }; A.selectedIdReducer_closure79.prototype = { call$2(selectedId, action) { @@ -470658,32 +469974,32 @@ call$2(vendors, action) { return J.$index$asx(action.vendors, 0); }, - $signature: 2457 + $signature: 2454 }; A.editingReducer_closure25.prototype = { call$2(vendors, action) { return J.$index$asx(action.vendors, 0); }, - $signature: 2458 + $signature: 2455 }; A.editingReducer_closure26.prototype = { call$2(vendors, action) { return J.$index$asx(action.vendors, 0); }, - $signature: 2459 + $signature: 2456 }; A.editingReducer_closure27.prototype = { call$2(vendor, action) { return action.vendor.rebuild$1(new A.editingReducer__closure9()); }, - $signature: 2460 + $signature: 2457 }; A.editingReducer__closure9.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_isChanged = true; return b; }, - $signature: 91 + $signature: 93 }; A._addContact_closure.prototype = { call$1(b) { @@ -470693,7 +470009,7 @@ b.get$_vendor_model$_$this()._vendor_model$_isChanged = true; return b; }, - $signature: 91 + $signature: 93 }; A._removeContact_closure.prototype = { call$1(b) { @@ -470701,7 +470017,7 @@ b.get$_vendor_model$_$this()._vendor_model$_isChanged = true; return b; }, - $signature: 91 + $signature: 93 }; A._updateContact_closure.prototype = { call$1(b) { @@ -470712,13 +470028,13 @@ b.get$_vendor_model$_$this()._vendor_model$_isChanged = true; return b; }, - $signature: 91 + $signature: 93 }; A.vendorListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.vendorListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.vendorListReducer__closure.prototype = { call$1(b) { @@ -470903,7 +470219,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 564 + $signature: 572 }; A._deleteVendorSuccess_closure.prototype = { call$1(b) { @@ -470925,7 +470241,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 564 + $signature: 572 }; A._restoreVendorSuccess_closure.prototype = { call$1(b) { @@ -470947,7 +470263,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 564 + $signature: 572 }; A._addVendor_closure.prototype = { call$1(b) { @@ -470959,7 +470275,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 377 + $signature: 426 }; A._addVendor__closure.prototype = { call$1(b) { @@ -470967,7 +470283,7 @@ b.get$_vendor_model$_$this()._vendor_model$_loadedAt = t1; return b; }, - $signature: 91 + $signature: 93 }; A._updateVendor_closure.prototype = { call$1(b) { @@ -470975,7 +470291,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updateVendor__closure())); return b; }, - $signature: 377 + $signature: 426 }; A._updateVendor__closure.prototype = { call$1(b) { @@ -470983,7 +470299,7 @@ b.get$_vendor_model$_$this()._vendor_model$_loadedAt = t1; return b; }, - $signature: 91 + $signature: 93 }; A._setLoadedVendor_closure.prototype = { call$1(b) { @@ -470991,7 +470307,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._setLoadedVendor__closure())); return b; }, - $signature: 377 + $signature: 426 }; A._setLoadedVendor__closure.prototype = { call$1(b) { @@ -470999,13 +470315,13 @@ b.get$_vendor_model$_$this()._vendor_model$_loadedAt = t1; return b; }, - $signature: 91 + $signature: 93 }; A.memoizedDropdownVendorList_closure.prototype = { call$4(vendorMap, vendorList, userMap, staticState) { return A.dropdownVendorsSelector(vendorMap, vendorList, userMap, staticState); }, - $signature: 2464 + $signature: 2461 }; A.dropdownVendorsSelector_closure.prototype = { call$1(vendorId) { @@ -471041,7 +470357,7 @@ call$6(selectionState, vendorMap, vendorList, vendorListState, userMap, staticState) { return A.filteredVendorsSelector(selectionState, vendorMap, vendorList, vendorListState, userMap, staticState); }, - $signature: 2465 + $signature: 2462 }; A.filteredVendorsSelector_closure.prototype = { call$1(vendorId) { @@ -471090,7 +470406,7 @@ call$2(userId, vendorMap) { return A.vendorStatsForUser(userId, vendorMap); }, - $signature: 2466 + $signature: 2463 }; A.vendorStatsForUser_closure.prototype = { call$2(vendorId, vendor) { @@ -471123,13 +470439,13 @@ } } }, - $signature: 2467 + $signature: 2464 }; A.memoizedCalculateVendorBalance_closure.prototype = { call$4(vendorId, currencyId, expenseMap, expenseList) { return A.calculateVendorBalance(vendorId, currencyId, expenseMap, expenseList); }, - $signature: 2468 + $signature: 2465 }; A.calculateVendorBalance_closure.prototype = { call$1(expenseId) { @@ -471181,13 +470497,13 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.VendorState_loadVendors_closure1.prototype = { call$1(item) { return item; }, - $signature: 2469 + $signature: 2466 }; A.VendorState_loadVendors_closure.prototype = { call$1(b) { @@ -471202,7 +470518,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 377 + $signature: 426 }; A.VendorUIState.prototype = { get$isCreatingNew() { @@ -471753,7 +471069,7 @@ call$1(webhook) { return webhook.get$id(webhook); }, - $signature: 51 + $signature: 50 }; A.StartWebhookMultiselect.prototype = {}; A.AddToWebhookMultiselect.prototype = {}; @@ -471859,7 +471175,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].webhookState.map._map$_map.$index(0, id); }, - $signature: 438 + $signature: 570 }; A._archiveWebhook__closure0.prototype = { call$1(webhooks) { @@ -471868,7 +471184,7 @@ t1[0].call$1(new A.ArchiveWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 581 + $signature: 569 }; A._archiveWebhook__closure1.prototype = { call$1(error) { @@ -471903,7 +471219,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].webhookState.map._map$_map.$index(0, id); }, - $signature: 438 + $signature: 570 }; A._deleteWebhook__closure0.prototype = { call$1(webhooks) { @@ -471912,7 +471228,7 @@ t1[0].call$1(new A.DeleteWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 581 + $signature: 569 }; A._deleteWebhook__closure1.prototype = { call$1(error) { @@ -471947,7 +471263,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].webhookState.map._map$_map.$index(0, id); }, - $signature: 438 + $signature: 570 }; A._restoreWebhook__closure0.prototype = { call$1(webhooks) { @@ -471956,7 +471272,7 @@ t1[0].call$1(new A.RestoreWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 581 + $signature: 569 }; A._restoreWebhook__closure1.prototype = { call$1(error) { @@ -471999,7 +471315,7 @@ } t1.completer.complete$1(0, webhook); }, - $signature: 379 + $signature: 425 }; A._saveWebhook__closure0.prototype = { call$1(error) { @@ -472035,7 +471351,7 @@ t1[0].call$1(new A.LoadWebhookSuccess(webhook)); this.action.completer.complete$1(0, null); }, - $signature: 379 + $signature: 425 }; A._loadWebhook__closure0.prototype = { call$1(error) { @@ -472073,7 +471389,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 2473 + $signature: 2470 }; A._loadWebhooks__closure0.prototype = { call$1(error) { @@ -472107,139 +471423,139 @@ b.get$_webhook_state$_$this()._webhook_state$_forceSelected = t3; return b; }, - $signature: 2474 + $signature: 2471 }; A.forceSelectedReducer_closure117.prototype = { call$2(completer, action) { return true; }, - $signature: 2475 + $signature: 2472 }; A.forceSelectedReducer_closure118.prototype = { call$2(completer, action) { return false; }, - $signature: 2476 + $signature: 2473 }; A.forceSelectedReducer_closure119.prototype = { call$2(completer, action) { return false; }, - $signature: 2477 + $signature: 2474 }; A.forceSelectedReducer_closure120.prototype = { call$2(completer, action) { return false; }, - $signature: 2478 + $signature: 2475 }; A.forceSelectedReducer_closure121.prototype = { call$2(completer, action) { return false; }, - $signature: 2479 + $signature: 2476 }; A.forceSelectedReducer_closure122.prototype = { call$2(completer, action) { return false; }, - $signature: 2480 + $signature: 2477 }; A.forceSelectedReducer_closure123.prototype = { call$2(completer, action) { return false; }, - $signature: 2481 + $signature: 2478 }; A.forceSelectedReducer_closure124.prototype = { call$2(completer, action) { return false; }, - $signature: 2482 + $signature: 2479 }; A.selectedIdReducer_closure224.prototype = { call$2(completer, action) { return ""; }, - $signature: 2483 + $signature: 2480 }; A.selectedIdReducer_closure225.prototype = { call$2(completer, action) { return ""; }, - $signature: 2484 + $signature: 2481 }; A.selectedIdReducer_closure226.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_webhook ? action.entityId : selectedId; }, - $signature: 58 + $signature: 59 }; A.selectedIdReducer_closure227.prototype = { call$2(selectedId, action) { return action.get$webhookId(); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure228.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$webhook()); }, - $signature: 81 + $signature: 79 }; A.selectedIdReducer_closure229.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 60 + $signature: 58 }; A.selectedIdReducer_closure230.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure231.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2485 + $signature: 2482 }; A.selectedIdReducer_closure232.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2486 + $signature: 2483 }; A.selectedIdReducer_closure233.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2487 + $signature: 2484 }; A.selectedIdReducer_closure234.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2488 + $signature: 2485 }; A.selectedIdReducer_closure235.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2489 + $signature: 2486 }; A.selectedIdReducer_closure236.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2490 + $signature: 2487 }; A.selectedIdReducer_closure237.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2491 + $signature: 2488 }; A.selectedIdReducer_closure238.prototype = { call$2(selectedId, action) { @@ -472258,38 +471574,38 @@ call$2(webhooks, action) { return J.$index$asx(action.webhooks, 0); }, - $signature: 2492 + $signature: 2489 }; A.editingReducer_closure73.prototype = { call$2(webhooks, action) { return J.$index$asx(action.webhooks, 0); }, - $signature: 2493 + $signature: 2490 }; A.editingReducer_closure74.prototype = { call$2(webhooks, action) { return J.$index$asx(action.webhooks, 0); }, - $signature: 2494 + $signature: 2491 }; A.editingReducer_closure75.prototype = { call$2(webhook, action) { return action.webhook.rebuild$1(new A.editingReducer__closure26()); }, - $signature: 2495 + $signature: 2492 }; A.editingReducer__closure26.prototype = { call$1(b) { b.get$_webhook_model$_$this()._webhook_model$_isChanged = true; return b; }, - $signature: 259 + $signature: 256 }; A.webhookListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.webhookListReducer__closure()); }, - $signature: 56 + $signature: 60 }; A.webhookListReducer__closure.prototype = { call$1(b) { @@ -472442,7 +471758,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 589 + $signature: 567 }; A._deleteWebhookSuccess_closure.prototype = { call$1(b) { @@ -472464,7 +471780,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 589 + $signature: 567 }; A._restoreWebhookSuccess_closure.prototype = { call$1(b) { @@ -472486,7 +471802,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 589 + $signature: 567 }; A._addWebhook_closure.prototype = { call$1(b) { @@ -472498,7 +471814,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 381 + $signature: 424 }; A._updateWebhook_closure.prototype = { call$1(b) { @@ -472506,7 +471822,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 381 + $signature: 424 }; A._setLoadedWebhook_closure.prototype = { call$1(b) { @@ -472514,13 +471830,13 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 381 + $signature: 424 }; A.memoizedFilteredWebhookList_closure.prototype = { call$4(selectionState, webhookMap, webhookList, webhookListState) { return A.filteredWebhooksSelector(selectionState, webhookMap, webhookList, webhookListState); }, - $signature: 2499 + $signature: 2496 }; A.filteredWebhooksSelector_closure.prototype = { call$1(webhookId) { @@ -472559,13 +471875,13 @@ call$1(item) { return J.get$id$x(item); }, - $signature: 27 + $signature: 26 }; A.WebhookState_loadWebhooks_closure1.prototype = { call$1(item) { return item; }, - $signature: 2500 + $signature: 2497 }; A.WebhookState_loadWebhooks_closure.prototype = { call$1(b) { @@ -472580,7 +471896,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 381 + $signature: 424 }; A.WebhookUIState.prototype = { get$isCreatingNew() { @@ -473038,13 +472354,13 @@ } } }, - $signature: 2501 + $signature: 2498 }; A.FieldGrid_build_closure0.prototype = { call$2(context, constraints) { return A.GridView$count((constraints.maxWidth / 2 - 8) / 54, this.fieldWidgets, 2, 0, 12, null, new A.NeverScrollableScrollPhysics(null), null, true); }, - $signature: 382 + $signature: 423 }; A.ActionMenuButton.prototype = { build$1(context) { @@ -473081,19 +472397,19 @@ t1.push(A.PopupMenuItem$(A.Row$(A._setArrayType([t3, new A.SizedBox(16, _null, _null, _null), A.Expanded$(A.Text$(t2.lookup$1(action.toString$0(0)), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), action, type$.EntityAction)); } }, - $signature: 2503 + $signature: 2500 }; A.ActionMenuButton_build_closure0.prototype = { call$1(context) { return this.actions; }, - $signature: 750 + $signature: 632 }; A.ActionMenuButton_build_closure1.prototype = { call$1(action) { this.$this.onSelected.call$2(this.context, action); }, - $signature: 291 + $signature: 337 }; A.ViewActionMenuButton.prototype = { build$1(context) { @@ -473217,7 +472533,7 @@ t1 = this.$this; return A.StoreConnector$(new A._AppBottomBarState_build___closure7(t1), new A._AppBottomBarState_build___closure8(t1), _null, _null, _null, _null, _null, true, type$.AppState, type$.BuiltList_EntityState); }, - $signature: 2506 + $signature: 2503 }; A._AppBottomBarState_build___closure8.prototype = { call$1(store) { @@ -473225,7 +472541,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.getUIState$1(this.$this._widget.entityType).get$listUIState().stateFilters; }, - $signature: 2507 + $signature: 2504 }; A._AppBottomBarState_build___closure7.prototype = { call$2(context, stateFilters) { @@ -473235,7 +472551,7 @@ t3 = A._instanceType(t2)._eval$1("EfficientLengthMappedIterable"); return A.Container$(_null, A.Column$(A._setArrayType([A.Column$(A.List_List$of(new A.EfficientLengthMappedIterable(t2, new A._AppBottomBarState_build____closure1(this.$this, context, stateFilters), t3), true, t3._eval$1("Iterable.E")), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.Clip_0, t1.colorScheme.background, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2508 + $signature: 2505 }; A._AppBottomBarState_build____closure1.prototype = { call$1(state) { @@ -473251,7 +472567,7 @@ t4 = B.JSArray_methods.contains$1(this.stateFilters._list$_list, state); return A.CheckboxListTile$(A.Theme_of(t1).colorScheme.secondary, _null, B.ListTileControlAffinity_0, true, new A.ValueKey("state_" + t3, type$.ValueKey_String), new A._AppBottomBarState_build_____closure2(this.$this, state), t2, t4); }, - $signature: 2509 + $signature: 2506 }; A._AppBottomBarState_build_____closure2.prototype = { call$1(value) { @@ -473283,7 +472599,7 @@ t1 = this.$this; return A.StoreConnector$(new A._AppBottomBarState_build___closure5(t1), new A._AppBottomBarState_build___closure6(t1), _null, _null, _null, _null, _null, true, type$.AppState, type$.BuiltList_EntityStatus); }, - $signature: 2510 + $signature: 2507 }; A._AppBottomBarState_build___closure6.prototype = { call$1(store) { @@ -473291,7 +472607,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.getUIState$1(this.$this._widget.entityType).get$listUIState().statusFilters; }, - $signature: 2511 + $signature: 2508 }; A._AppBottomBarState_build___closure5.prototype = { call$2(context, statusFilters) { @@ -473302,7 +472618,7 @@ t4 = A._arrayInstanceType(t3)._eval$1("MappedListIterable<1,CheckboxListTile>"); return A.Container$(_null, A.Column$(A._setArrayType([A.Column$(A.List_List$of(new A.MappedListIterable(t3, new A._AppBottomBarState_build____closure0(t2, context, statusFilters), t4), true, t4._eval$1("ListIterable.E")), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.Clip_0, t1.colorScheme.background, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2512 + $signature: 2509 }; A._AppBottomBarState_build____closure0.prototype = { call$1($status) { @@ -473315,7 +472631,7 @@ t4 = B.JSArray_methods.contains$1(this.statusFilters._list$_list, $status); return A.CheckboxListTile$(A.Theme_of(t2).colorScheme.secondary, _null, B.ListTileControlAffinity_0, true, new A.ValueKey(t1, type$.ValueKey_String), new A._AppBottomBarState_build_____closure1(this.$this, $status), t3, t4); }, - $signature: 2513 + $signature: 2510 }; A._AppBottomBarState_build_____closure1.prototype = { call$1(value) { @@ -473347,7 +472663,7 @@ t1 = this.$this; return A.StoreConnector$(new A._AppBottomBarState_build___closure(t1), new A._AppBottomBarState_build___closure0(t1), _null, _null, _null, _null, _null, true, type$.AppState, type$.ListUIState); }, - $signature: 2514 + $signature: 2511 }; A._AppBottomBarState_build___closure0.prototype = { call$1(store) { @@ -473355,7 +472671,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.getUIState$1(this.$this._widget.entityType).get$listUIState(); }, - $signature: 2515 + $signature: 2512 }; A._AppBottomBarState_build___closure.prototype = { call$2(context, listUIState) { @@ -473366,7 +472682,7 @@ t4 = A._arrayInstanceType(t3)._eval$1("MappedListIterable<1,InkWell>"); return A.Container$(_null, A.Column$(A.List_List$of(new A.MappedListIterable(t3, new A._AppBottomBarState_build____closure(t2, context, listUIState), t4), true, t4._eval$1("ListIterable.E")), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.Clip_0, t1.colorScheme.background, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2516 + $signature: 2513 }; A._AppBottomBarState_build____closure.prototype = { call$1(sortField) { @@ -473398,7 +472714,7 @@ t3 = _null; return A.InkWell$(false, _null, true, A.IgnorePointer$(new A.RadioListTile(sortField, t6, new A._AppBottomBarState_build_____closure(t1, t5, sortField), true, A.Theme_of(t2).colorScheme.secondary, t4, t3, true, _null, type$.RadioListTile_String), true, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._AppBottomBarState_build_____closure0(t1, sortField), _null, _null, _null, _null, _null, _null, _null); }, - $signature: 748 + $signature: 633 }; A._AppBottomBarState_build_____closure0.prototype = { call$0() { @@ -473415,7 +472731,7 @@ else if (!t1) _this.$this._widget.onSelectedSortField.call$1(value); }, - $signature: 96 + $signature: 94 }; A._AppBottomBarState_build__closure3.prototype = { call$0() { @@ -473442,7 +472758,7 @@ this.state.getUIState$1(t2).get$listUIState(); return new A.CustomFieldSelector(1, t2, t1._widget.customValues1, new A._AppBottomBarState_build___closure4(t1), null); }, - $signature: 384 + $signature: 419 }; A._AppBottomBarState_build___closure4.prototype = { call$1(field) { @@ -473475,7 +472791,7 @@ this.state.getUIState$1(t2).get$listUIState(); return new A.CustomFieldSelector(2, t2, t1._widget.customValues2, new A._AppBottomBarState_build___closure3(t1), null); }, - $signature: 384 + $signature: 419 }; A._AppBottomBarState_build___closure3.prototype = { call$1(field) { @@ -473508,7 +472824,7 @@ this.state.getUIState$1(t2).get$listUIState(); return new A.CustomFieldSelector(3, t2, t1._widget.customValues3, new A._AppBottomBarState_build___closure2(t1), null); }, - $signature: 384 + $signature: 419 }; A._AppBottomBarState_build___closure2.prototype = { call$1(field) { @@ -473541,7 +472857,7 @@ this.state.getUIState$1(t2).get$listUIState(); return new A.CustomFieldSelector(4, t2, t1._widget.customValues4, new A._AppBottomBarState_build___closure1(t1), null); }, - $signature: 384 + $signature: 419 }; A._AppBottomBarState_build___closure1.prototype = { call$1(field) { @@ -473750,7 +473066,7 @@ } return A.BottomAppBar$(new A.SizedBox(_null, 50, new A.AppBorder(A.Row$(t6, B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), true, _null, _null, false, _null), _null), _null, 0, new A.CircularNotchedRectangle()); }, - $signature: 2519 + $signature: 2516 }; A._AppBottomBarState_build_closure__onColumnsPressed.prototype = { call$0() { @@ -473811,7 +473127,7 @@ b.get$tableColumns().$indexSet(0, this.$this._widget.entityType.toString$0(0), A.BuiltList_BuiltList$from(this.selected, type$.String)); return b; }, - $signature: 747 + $signature: 634 }; A._AppBottomBarState_build___onColumnsPressed__closure0.prototype = { call$1(b) { @@ -473821,7 +473137,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 101 + $signature: 100 }; A._AppBottomBarState_build___onColumnsPressed__closure1.prototype = { call$1(b) { @@ -473831,7 +473147,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 94 + $signature: 95 }; A._AppBottomBarState_build__closure.prototype = { call$0() { @@ -473869,7 +473185,7 @@ t2 = this.$this; return t1.getUIState$1(t2.entityType).get$listUIState().getCustomFilters$1(t2.customNumber); }, - $signature: 2522 + $signature: 2519 }; A.CustomFieldSelector_build_closure.prototype = { call$2(context, customFilters) { @@ -473880,7 +473196,7 @@ t4 = A._arrayInstanceType(t3)._eval$1("MappedListIterable<1,Widget>"); return A.Container$(_null, A.Column$(A._setArrayType([A.Column$(A.List_List$of(new A.MappedListIterable(t3, new A.CustomFieldSelector_build__closure(t2, customFilters, context), t4), true, t4._eval$1("ListIterable.E")), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.Clip_0, t1.colorScheme.background, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2523 + $signature: 2520 }; A.CustomFieldSelector_build__closure.prototype = { call$1(customField) { @@ -473889,7 +473205,7 @@ t2 = B.JSArray_methods.contains$1(this.customFilters._list$_list, customField); return A.CheckboxListTile$(A.Theme_of(this.context).colorScheme.secondary, _null, B.ListTileControlAffinity_0, true, new A.ValueKey(customField, type$.ValueKey_String), new A.CustomFieldSelector_build___closure(this.$this, customField), t1, t2); }, - $signature: 2524 + $signature: 2521 }; A.CustomFieldSelector_build___closure.prototype = { call$1(value) { @@ -473945,7 +473261,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_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); }, - $signature: 144 + $signature: 141 }; A.AppHeader_build__value2.prototype = { call$0() { @@ -473962,7 +473278,7 @@ t1.toString; return 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_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); }, - $signature: 144 + $signature: 141 }; A.AppWebView.prototype = { build$1(context) { @@ -474275,7 +473591,7 @@ call$2(context, viewModel) { return new A.ConfirmEmail(viewModel, null); }, - $signature: 2526 + $signature: 2523 }; A.ConfirmEmailVM.prototype = {}; A.ConfirmEmailVM_fromStore_closure0.prototype = { @@ -474320,14 +473636,14 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SaveAuthUserRequest(completer, user, password, idToken)); }, - $signature: 2527 + $signature: 2524 }; A.ConfirmEmailVM_fromStore__closure.prototype = { call$1(b) { b.get$_user_model$_$this()._email = this.email; return b; }, - $signature: 94 + $signature: 95 }; A.CopyToClipboard.prototype = { build$1(context) { @@ -474506,7 +473822,7 @@ } else if (sessionLength > sessionTimeout - 120000) t1.setState$1(new A._DesktopSessionTimeoutState_initState__closure(t1)); }, - $signature: 212 + $signature: 222 }; A._DesktopSessionTimeoutState_initState__closure.prototype = { call$0() { @@ -474576,7 +473892,7 @@ call$1(action) { return new A.Padding(B.EdgeInsets_0_0_16_0, action, null); }, - $signature: 2528 + $signature: 2525 }; A.MessageDialog_build_closure0.prototype = { call$0() { @@ -474645,7 +473961,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UserLogout()); }, - $signature: 28 + $signature: 27 }; A.ErrorDialog_build_closure0.prototype = { call$0() { @@ -474703,7 +474019,7 @@ $async$handler = 3; t1 = state; $async$goto = 6; - return A._asyncAwait(J.$get$3$rawResponse$z(webClient, t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.account.defaultUrl + "/update?secret=", "", true), $async$runCheck$0); + return A._asyncAwait(J.$get$3$rawResponse$x(webClient, t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.account.defaultUrl + "/update?secret=", "", true), $async$runCheck$0); case 6: // returning from await. $async$handler = 1; @@ -474725,7 +474041,7 @@ case 5: // after finally credentials = J.get$credentials$z(state); - J.$get$2$z(webClient, credentials.url + "/health_check", credentials.token).then$1$1(0, new A._HealthCheckDialogState_runCheck_closure0($async$self), type$.Null).catchError$1(new A._HealthCheckDialogState_runCheck_closure1($async$self)); + J.$get$2$x(webClient, credentials.url + "/health_check", credentials.token).then$1$1(0, new A._HealthCheckDialogState_runCheck_closure0($async$self), type$.Null).catchError$1(new A._HealthCheckDialogState_runCheck_closure1($async$self)); // implicit return return A._asyncReturn(null, $async$completer); case 1: @@ -474848,7 +474164,7 @@ t1 = this.$this; t1.setState$1(new A._HealthCheckDialogState_runCheck__closure(t1, response)); }, - $signature: 8 + $signature: 7 }; A._HealthCheckDialogState_runCheck__closure.prototype = { call$0() { @@ -474863,7 +474179,7 @@ A.Navigator_of(t1, false).pop$0(); A.showErrorDialog(false, error); }, - $signature: 8 + $signature: 7 }; A._HealthCheckDialogState_clearCache_closure.prototype = { call$0() { @@ -474880,7 +474196,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.RefreshData(new A._AsyncCompleter(t1, type$._AsyncCompleter_Null), false, false, false)); }, - $signature: 8 + $signature: 7 }; A._HealthCheckDialogState_clearCache__closure.prototype = { call$1(_) { @@ -474892,7 +474208,7 @@ call$1(error) { A.showErrorDialog(false, error); }, - $signature: 8 + $signature: 7 }; A._HealthCheckDialogState_build_closure.prototype = { call$0() { @@ -474974,13 +474290,13 @@ t1.toString; return A.MultiSelectList$(t1, _this.defaultSelected, _this.entityType, true, false, new A.multiselectDialog__closure(_this.onSelected), _this.options, null, _this.selected); }, - $signature: 2529 + $signature: 2526 }; A.multiselectDialog__closure.prototype = { call$1(values) { return this.onSelected.call$1(values); }, - $signature: 2530 + $signature: 2527 }; A.MultiSelectList.prototype = { createState$0() { @@ -475117,7 +474433,7 @@ b.toString; return B.JSString_methods.compareTo$1(t2.toLowerCase(), t1.lookupOption$1(b).toLowerCase()); }, - $signature: 142 + $signature: 137 }; A.MultiSelectListState_build_closure2.prototype = { call$1(option) { @@ -475126,7 +474442,7 @@ t1.toString; return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, option, type$.String); }, - $signature: 386 + $signature: 413 }; A.MultiSelectListState_build_closure3.prototype = { call$1(value) { @@ -475143,7 +474459,7 @@ if (t2.liveChanges) t2.onSelected$1(t1.__MultiSelectListState_selected_A); }, - $signature: 8 + $signature: 7 }; A.MultiSelectListState_build__closure3.prototype = { call$0() { @@ -475168,7 +474484,7 @@ t2 = columnTitle.length === 0 ? t2.lookupOption$1(option) : columnTitle; return new A.Padding(B.EdgeInsets_10_3_10_3, A.Row$(A._setArrayType([t1, new A.SizedBox(20, _null, _null, _null), A.Expanded$(A.Text$(t2, _null, _null, _null, _null, _null, A.Theme_of(this.context).textTheme.titleMedium, B.TextAlign_0, _null, _null), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.ValueKey("__" + t3 + "_" + option + "__", type$.ValueKey_String)); }, - $signature: 2532 + $signature: 2529 }; A.MultiSelectListState_build__closure2.prototype = { call$0() { @@ -475207,7 +474523,7 @@ if (t1.liveChanges) t1.onSelected$1(t2.__MultiSelectListState_selected_A); }, - $signature: 191 + $signature: 200 }; A.MultiSelectListState_build__closure1.prototype = { call$0() { @@ -475477,7 +474793,7 @@ else return A.Column$(A._setArrayType([t1, child], t3), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 211 + $signature: 221 }; A._DocumentGridState_build__closure3.prototype = { call$0() { @@ -475570,14 +474886,14 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2534 + $signature: 2531 }; A._DocumentGridState_build__closure0.prototype = { call$1(detail) { var t1 = this.$this; t1.setState$1(new A._DocumentGridState_build___closure0(t1)); }, - $signature: 745 + $signature: 638 }; A._DocumentGridState_build___closure0.prototype = { call$0() { @@ -475590,7 +474906,7 @@ var t1 = this.$this; t1.setState$1(new A._DocumentGridState_build___closure(t1)); }, - $signature: 745 + $signature: 638 }; A._DocumentGridState_build___closure.prototype = { call$0() { @@ -475604,14 +474920,14 @@ t1 = J.map$1$1$ax(t1._widget.documents._copy_on_write_list$_list, new A._DocumentGridState_build__closure(t1), type$.DocumentTile); return A.GridView$count((constraints.maxWidth / 2 - 8) / 200, A.List_List$of(t1, true, t1.$ti._eval$1("ListIterable.E")), 2, 0, 0, new A.EdgeInsets(6, 6, 6, 6), new A.NeverScrollableScrollPhysics(null), null, true); }, - $signature: 382 + $signature: 423 }; A._DocumentGridState_build__closure.prototype = { call$1($document) { var t1 = this.$this._widget; return new A.DocumentTile($document.id, t1.onViewExpense, t1.onRenamedDocument, null); }, - $signature: 2536 + $signature: 2533 }; A.DocumentTile.prototype = { build$1(context) { @@ -475708,7 +475024,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 398 + $signature: 400 }; A.DocumentTile_build__closure.prototype = { call$1($name) { @@ -475738,7 +475054,7 @@ call$1(value) { this.$this.onRenamedDocument.call$0(); }, - $signature: 295 + $signature: 280 }; A.DocumentTile_build___closure0.prototype = { call$1(b) { @@ -475794,7 +475110,7 @@ t1.push(A.PopupMenuItem$(new A.IconText(t2, B.IconData_57785_MaterialIcons_null_false, _null, _null, false, _null), t4, t7)); return t1; }, - $signature: 388 + $signature: 412 }; A.DocumentPreview.prototype = { build$1(context) { @@ -475826,14 +475142,14 @@ var _null = null; return A.Container$(_null, A.Center$(A.CircularProgressIndicator$(_null, _null, _null, _null, _null, 0, _null, 4, _null, _null), _null, _null), B.Clip_0, _null, _null, _null, _null, this.$this.height, _null, _null, _null, _null, _null, _null); }, - $signature: 2538 + $signature: 2535 }; A.DocumentPreview_build_closure0.prototype = { call$3(context, url, error) { var _null = null; return A.Text$(A.S(error) + ": " + url, _null, 6, B.TextOverflow_2, _null, _null, _null, _null, _null, _null); }, - $signature: 2539 + $signature: 2536 }; A.EditScaffold.prototype = { build$1(context) { @@ -476202,7 +475518,7 @@ call$1(context) { return new A.UpgradeDialog(null); }, - $signature: 294 + $signature: 314 }; A.EditScaffold_build_closure3.prototype = { call$1(action) { @@ -476239,7 +475555,7 @@ t3 = t4.isSaving ? _null : new A.EditScaffold_build__closure0(_this.$this, action, t3, _this.store); return A.OutlinedButton$(new A.ConstrainedBox(new A.BoxConstraints(t5, 1 / 0, 0, 1 / 0), t1, _null), _null, t3, t2); }, - $signature: 444 + $signature: 549 }; A.EditScaffold_build__closure0.prototype = { call$0() { @@ -476281,13 +475597,13 @@ t1 = A.Icon$(B.IconData_58372_MaterialIcons_null_false, _null, _null, _null); return A.PopupMenuButton$(new A.Padding(B.EdgeInsets_8_0_8_0, t1, _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$.EntityAction); }, - $signature: 445 + $signature: 548 }; A.EditScaffold_build__closure2.prototype = { call$1(action) { this.$this.onActionPressed.call$2(this.context, action); }, - $signature: 291 + $signature: 337 }; A.EditScaffold_build__closure1.prototype = { call$1(context) { @@ -476297,7 +475613,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: 446 + $signature: 547 }; A.EditScaffold_build___closure.prototype = { call$1(action) { @@ -476308,7 +475624,7 @@ t1.toString; return A.PopupMenuItem$(A.Row$(A._setArrayType([t2, new A.SizedBox(16, _null, _null, _null), A.Text$(t1.lookup$1(action.toString$0(0)), _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), action, type$.EntityAction); }, - $signature: 447 + $signature: 546 }; A.EditScaffold_build_closure4.prototype = { call$0() { @@ -476359,7 +475675,7 @@ t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,StatefulWidget>"); return A.List_List$of(type$.Iterable_PopupMenuEntry_EntityAction._as(A.List_List$of(new A.MappedListIterable(t1, new A.EditScaffold_build__closure(context), t2), true, t2._eval$1("ListIterable.E"))), true, type$.PopupMenuEntry_EntityAction); }, - $signature: 750 + $signature: 632 }; A.EditScaffold_build__closure.prototype = { call$1(action) { @@ -476375,13 +475691,13 @@ } return t1; }, - $signature: 2546 + $signature: 2543 }; A.EditScaffold_build_closure9.prototype = { call$1(action) { return this.$this.onActionPressed.call$2(this.context, action); }, - $signature: 291 + $signature: 337 }; A.showEntityActionsDialog_closure.prototype = { call$1(entityAction) { @@ -476391,13 +475707,13 @@ else return new A.EntityActionListTile(this.entities, entityAction, this.mainContext, this.completer, _null); }, - $signature: 2547 + $signature: 2544 }; A.showEntityActionsDialog_closure0.prototype = { call$1(dialogContext) { return A.SimpleDialog$(this.actions, null); }, - $signature: 175 + $signature: 179 }; A.EntityActionListTile.prototype = { build$1(context) { @@ -476642,7 +475958,7 @@ var t1 = this.$this; return t1.setState$1(new A._EntityListTileState_build__closure0(t1)); }, - $signature: 130 + $signature: 131 }; A._EntityListTileState_build__closure0.prototype = { call$0() { @@ -476762,7 +476078,7 @@ var t1 = this.$this; return t1.setState$1(new A._EntitiesListTileState_build__closure0(t1)); }, - $signature: 130 + $signature: 131 }; A._EntitiesListTileState_build__closure0.prototype = { call$0() { @@ -477113,13 +476429,13 @@ t5 = t4.onAddPressed != null ? new A._EntityDropdownState__showOptions__closure0(t1) : null; return new A.EntityDropdownDialog(t2, t3, new A._EntityDropdownState__showOptions__closure1(t1), t5, t4.overrideSuggestedAmount, t4.overrideSuggestedLabel, null); }, - $signature: 2549 + $signature: 2546 }; A._EntityDropdownState__showOptions__closure.prototype = { call$1(elementId) { return !J.contains$1$asx(this.$this._widget.excludeIds, elementId); }, - $signature: 115 + $signature: 117 }; A._EntityDropdownState__showOptions__closure1.prototype = { call$2(entity, update) { @@ -477141,7 +476457,7 @@ call$1(entity) { return this.call$2(entity, true); }, - $signature: 2550 + $signature: 2547 }; A._EntityDropdownState__showOptions__closure0.prototype = { call$2(context, completer) { @@ -477149,7 +476465,7 @@ t1.toString; return t1.call$1(type$.Completer_SelectableEntity._as(completer)); }, - $signature: 2551 + $signature: 2548 }; A._EntityDropdownState_build_closure.prototype = { call$0() { @@ -477213,31 +476529,31 @@ B.JSArray_methods.add$1(options, new A._AutocompleteEntity(textEditingValue.text)); return options; }, - $signature: 2553 + $signature: 2550 }; A._EntityDropdownState_build__closure.prototype = { call$1(entityId) { return this.$this._entityMap._map$_map.$index(0, entityId); }, - $signature: 2554 + $signature: 2551 }; A._EntityDropdownState_build__closure0.prototype = { call$1(entity) { return entity.matchesFilter$1(this.textEditingValue.text); }, - $signature: 743 + $signature: 646 }; A._EntityDropdownState_build__closure1.prototype = { call$1(element) { return !J.contains$1$asx(this.$this._widget.excludeIds, element.get$id(element)); }, - $signature: 743 + $signature: 646 }; A._EntityDropdownState_build_closure3.prototype = { call$1(entity) { return entity.get$listDisplayName(); }, - $signature: 451 + $signature: 539 }; A._EntityDropdownState_build_closure4.prototype = { call$1(entity) { @@ -477260,7 +476576,7 @@ } else t2.call$1(entity); }, - $signature: 254 + $signature: 248 }; A._EntityDropdownState_build_closure__wrapUp.prototype = { call$1(entity) { @@ -477269,7 +476585,7 @@ t1._entity_dropdown$_focusNode.requestFocus$0(); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._EntityDropdownState_build___wrapUp_closure(t1)); }, - $signature: 254 + $signature: 248 }; A._EntityDropdownState_build___wrapUp_closure.prototype = { call$1(duration) { @@ -477316,7 +476632,7 @@ var t1 = this.$this; t1._entity_dropdown$_focusNode.addListener$1(0, t1.get$_onFocusChanged()); }, - $signature: 8 + $signature: 7 }; A._EntityDropdownState_build_closure1.prototype = { call$4(context, textEditingController, focusNode, onFieldSubmitted) { @@ -477335,7 +476651,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: 453 + $signature: 536 }; A._EntityDropdownState_build__closure7.prototype = { call$1(value) { @@ -477362,14 +476678,14 @@ t3 = t1._entity_dropdown$_scrollController; return new A.Theme(this.theme, new A.Align(B.Alignment_m1_m1, _null, _null, A.Material$(B.Duration_200000, true, _null, new A.AppBorder(A.Container$(_null, A.Scrollbar$(A.ScrollableListViewBuilder$(new A._EntityDropdownState_build__closure5(t1, this.state, onSelected, options), J.get$length$asx(options), _null, false, t3, _null), t3, true), B.Clip_0, t2.cardColor, new A.BoxConstraints(0, 1 / 0, 0, 270), _null, _null, _null, _null, _null, _null, _null, _null, 250), _null, _null, _null, false, _null), B.Clip_0, _null, 4, _null, _null, _null, _null, _null, B.MaterialType_0), _null), _null); }, - $signature: 2559 + $signature: 2556 }; A._EntityDropdownState_build__closure5.prototype = { call$2(context, index) { var _this = this; return new A.Builder(new A._EntityDropdownState_build___closure(_this.$this, index, _this.state, _this.onSelected, _this.options), null); }, - $signature: 2560 + $signature: 2557 }; A._EntityDropdownState_build___closure.prototype = { call$1(context) { @@ -477391,7 +476707,7 @@ t3 = t3._widget; return A.Container$(_null, new A.EntityAutocompleteListTile(t1, new A._EntityDropdownState_build____closure0(_this.onSelected), t4, _null, t3.overrideSuggestedAmount, t3.overrideSuggestedLabel, _null), B.Clip_0, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 628 + $signature: 732 }; A._EntityDropdownState_build____closure.prototype = { call$1(timeStamp) { @@ -477403,7 +476719,7 @@ call$1(entity) { return this.onSelected.call$1(entity); }, - $signature: 254 + $signature: 248 }; A._EntityDropdownState_build_closure6.prototype = { call$0() { @@ -477441,7 +476757,7 @@ this.$this._widget.onSelected$1(entity); A.Navigator_of(this.context, false).pop$1(null); }, - $signature: 254 + $signature: 248 }; A._EntityDropdownDialogState_build__headerRow.prototype = { call$0() { @@ -477471,7 +476787,7 @@ t2 = 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), t5, t7, t2], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 144 + $signature: 141 }; A._EntityDropdownDialogState_build__headerRow_closure.prototype = { call$1(value) { @@ -477520,7 +476836,7 @@ matches = A.List_List$of(new A.WhereIterable(new A.WhereIterable(t2, new A._EntityDropdownDialogState_build__createList_closure(t1), t3), new A._EntityDropdownDialogState_build__createList_closure0(t1), t4), true, t4._eval$1("Iterable.E")); return A.ScrollableListViewBuilder$(new A._EntityDropdownDialogState_build__createList_closure1(t1, matches, this._selectEntity), matches.length, null, false, null, null); }, - $signature: 144 + $signature: 141 }; A._EntityDropdownDialogState_build__createList_closure.prototype = { call$1(entityId) { @@ -477529,14 +476845,14 @@ t1 = t2 == null ? null : t2.matchesFilter$1(t1._entity_dropdown$_filter); return t1 === true; }, - $signature: 115 + $signature: 117 }; A._EntityDropdownDialogState_build__createList_closure0.prototype = { call$1(entityId) { this.$this._widget.toString; return !B.JSArray_methods.contains$1(B.List_empty0, entityId); }, - $signature: 115 + $signature: 117 }; A._EntityDropdownDialogState_build__createList_closure1.prototype = { call$2(context, index) { @@ -477549,13 +476865,13 @@ t1 = t1._widget; return new A.EntityAutocompleteListTile(t2, new A._EntityDropdownDialogState_build__createList__closure(this._selectEntity), t3, null, t1.overrideSuggestedAmount, t1.overrideSuggestedLabel, null); }, - $signature: 2561 + $signature: 2558 }; A._EntityDropdownDialogState_build__createList__closure.prototype = { call$1(entity) { return this._selectEntity.call$1(entity); }, - $signature: 254 + $signature: 248 }; A.EntityAutocompleteListTile.prototype = { build$1(context) { @@ -477692,7 +477008,7 @@ } 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_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), t2, false, _null, _null, _null); }, - $signature: 144 + $signature: 141 }; A.EntityHeader_build__value2.prototype = { call$0() { @@ -477711,7 +477027,7 @@ } 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_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), t2, false, _null, _null, _null); }, - $signature: 144 + $signature: 141 }; A.EntityStateLabel.prototype = { build$1(context) { @@ -477850,7 +477166,7 @@ var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.isModuleEnabled$1(element); }, - $signature: 236 + $signature: 249 }; A.EntityTopFilter_build_closure0.prototype = { call$0() { @@ -477904,7 +477220,7 @@ t4 = _this.filterEntityType; return A.PopupMenuButton$(new A.Padding(B.EdgeInsets_4_0_4_0, A.Row$(A._setArrayType([A.Text$(t2, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t3.get$headerTextColor(), _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), new A.SizedBox(4, _null, _null, _null), A.Icon$(B.IconData_57496_MaterialIcons_null_false, t3.get$headerTextColor(), _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _this.routeEntityType, new A.EntityTopFilter_build__closure(t4, _this.relatedTypes, remaining, t3, t1), new A.EntityTopFilter_build__closure0(t4, _this.filterEntity), B.EdgeInsets_8_8_8_8, _null, type$.EntityType); }, - $signature: 2562 + $signature: 2559 }; A.EntityTopFilter_build__closure0.prototype = { call$1(value) { @@ -477914,7 +477230,7 @@ else A.viewEntitiesByType(value, type$.nullable_BaseEntity._as(t1), 0); }, - $signature: 253 + $signature: 247 }; A.EntityTopFilter_build__closure.prototype = { call$1(context) { @@ -477925,14 +477241,14 @@ t4 = t3._eval$1("MappedIterable<1,PopupMenuItem>"); return A.List_List$of(new A.MappedIterable(new A.WhereIterable(t2, new A.EntityTopFilter_build___closure(_this.state), t3._eval$1("WhereIterable<1>")), new A.EntityTopFilter_build___closure0(t1, _this.localization), t4), true, t4._eval$1("Iterable.E")); }, - $signature: 2564 + $signature: 2561 }; A.EntityTopFilter_build___closure.prototype = { call$1(element) { var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.isModuleEnabled$1(element); }, - $signature: 236 + $signature: 249 }; A.EntityTopFilter_build___closure0.prototype = { call$1(type) { @@ -477947,7 +477263,7 @@ t1 = t1.lookup$1(type.get$plural()); return A.PopupMenuItem$(new A.ConstrainedBox(new A.BoxConstraints(75, 1 / 0, 0, 1 / 0), A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), type, type$.EntityType); }, - $signature: 2565 + $signature: 2562 }; A.EntityTopFilter_build_closure6.prototype = { call$0() { @@ -478054,7 +477370,7 @@ t3 = t3 ? _null : new A.EntityTopFilterHeader_build__closure1(_this.filterEntity, action); return A.OutlinedButton$(new A.IconText(label, t2, t4, _null, false, _null), _null, t3, t1); }, - $signature: 444 + $signature: 549 }; A.EntityTopFilterHeader_build__closure1.prototype = { call$0() { @@ -478073,13 +477389,13 @@ t1.toString; return A.PopupMenuButton$(new A.Padding(B.EdgeInsets_8_0_8_0, A.Row$(A._setArrayType([A.Text$(t1, _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, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, new A.EntityTopFilterHeader_build__closure(_this.entityActions, remaining), new A.EntityTopFilterHeader_build__closure0(_this.filterEntity), B.EdgeInsets_8_8_8_8, _null, type$.EntityAction); }, - $signature: 445 + $signature: 548 }; A.EntityTopFilterHeader_build__closure0.prototype = { call$1(action) { A.handleEntitiesActions(A._setArrayType([this.filterEntity], type$.JSArray_BaseEntity), action, false); }, - $signature: 291 + $signature: 337 }; A.EntityTopFilterHeader_build__closure.prototype = { call$1(context) { @@ -478089,7 +477405,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: 446 + $signature: 547 }; A.EntityTopFilterHeader_build___closure.prototype = { call$1(action) { @@ -478100,7 +477416,7 @@ t1.toString; return A.PopupMenuItem$(A.Row$(A._setArrayType([t2, new A.SizedBox(16, _null, _null, _null), A.Text$(t1.lookup$1(action.toString$0(0)), _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), action, type$.EntityAction); }, - $signature: 447 + $signature: 546 }; A.EntityTopFilterHeader_build_closure4.prototype = { call$0() { @@ -478269,7 +477585,7 @@ t2 = A.instanceType(t4)._eval$1("MappedListIterable<1,Container>"); return A.ToggleButtons$(_null, A.List_List$of(new A.MappedListIterable(t4, new A.AppToggleButtons_build__closure(t1), t2), true, t2._eval$1("ListIterable.E")), _null, _null, isSelected, new A.AppToggleButtons_build__closure0(t3), true, _null, _null); }, - $signature: 739 + $signature: 649 }; A.AppToggleButtons_build__closure.prototype = { call$1(label) { @@ -478277,13 +477593,13 @@ t1 = this._box_0.toggleWidth; return A.Container$(_null, A.Center$(A.Text$(label[0].toUpperCase() + B.JSString_methods.substring$1(label, 1), _null, 1, B.TextOverflow_0, _null, _null, _null, _null, _null, _null), _null, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1); }, - $signature: 2567 + $signature: 2564 }; A.AppToggleButtons_build__closure0.prototype = { call$1(index) { return this.$this.onTabChanged.call$1(index); }, - $signature: 78 + $signature: 74 }; A.BoolDropdownButton.prototype = { build$1(context) { @@ -478589,13 +477905,13 @@ t3.toString; return A.AlertDialog$(A._setArrayType([t5, A.TextButton$(false, A.Text$(J.$index$asx(t3, "done").toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._FormColorPickerState__showPicker__closure1(t1, context), _null)], type$.JSArray_Widget), _null, _null, t2, _null, _null, _null); }, - $signature: 174 + $signature: 168 }; A._FormColorPickerState__showPicker__closure.prototype = { call$1(color) { this.$this._pendingColor = A.convertColorToHexString(color); }, - $signature: 2568 + $signature: 2565 }; A._FormColorPickerState__showPicker__closure0.prototype = { call$0() { @@ -478723,7 +478039,7 @@ if (t1 != null) t1.call$1(t3 ? "yes" : "no"); }, - $signature: 108 + $signature: 107 }; A._CustomFieldState_build_closure0.prototype = { call$2(date, _) { @@ -478746,7 +478062,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(option, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, option, type$.String); }, - $signature: 39 + $signature: 40 }; A._CustomFieldState_build_closure2.prototype = { call$1(value) { @@ -478762,7 +478078,7 @@ if (t1 != null) t1.call$1(value); }, - $signature: 8 + $signature: 7 }; A._CustomFieldState_build__closure.prototype = { call$0() { @@ -479299,7 +478615,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.designState.map._map$_map.$index(0, value).name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.String); }, - $signature: 39 + $signature: 40 }; A.DiscountField.prototype = { build$1(context) { @@ -479445,14 +478761,14 @@ var t1 = type$.MappedListIterable_of_int_and_PopupMenuItem_int; return A.List_List$of(new A.MappedListIterable(A._setArrayType([15, 30, 45, 60, 75, 90, 105, 120], type$.JSArray_int), new A._DurationPickerState_build__closure0(), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 2572 + $signature: 2569 }; A._DurationPickerState_build__closure0.prototype = { call$1(minutes) { var _null = null; return A.PopupMenuItem$(A.Text$(A.formatDuration(A.Duration$(0, 0, 0, 0, minutes, 0), false), _null, _null, _null, _null, _null, _null, _null, _null, _null), minutes, type$.int); }, - $signature: 2573 + $signature: 2570 }; A._DurationPickerState_build_closure0.prototype = { call$1(minutes) { @@ -479461,7 +478777,7 @@ t1._duration_picker$_textController.set$text(0, A.formatDuration(duration, true)); t1._widget.onSelected$1(duration); }, - $signature: 78 + $signature: 74 }; A.DynamicSelector.prototype = { build$1(context) { @@ -479515,7 +478831,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, entityId, type$.String); }, - $signature: 386 + $signature: 413 }; A.DynamicSelector_build_closure1.prototype = { call$1(entity) { @@ -479524,7 +478840,7 @@ t1 = ""; return this.$this.onChanged.call$1(t1); }, - $signature: 61 + $signature: 62 }; A.GrowableFormField.prototype = { createState$0() { @@ -479750,7 +479066,7 @@ t1 = new A._NotificationSelector(value, new A.NotificationSettings_build__closure(_this.$this, t1, eventType), _this.hasMultipleUsers, false, _null); return A.DataRow$(A._setArrayType([t3, A.DataCell$(t1, _null, _null)], type$.JSArray_DataCell), _null, _null, false); }, - $signature: 2575 + $signature: 2572 }; A.NotificationSettings_build__closure.prototype = { call$1(value) { @@ -479849,7 +479165,7 @@ return; this.$this.onChanged.call$1(value); }, - $signature: 8 + $signature: 7 }; A.PasswordFormField.prototype = { createState$0() { @@ -479985,7 +479301,7 @@ t1 = ""; this.$this.onChanged.call$1(t1); }, - $signature: 48 + $signature: 49 }; A.ProjectPicker_build_closure.prototype = { call$2(completer, $name) { @@ -479995,7 +479311,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveProjectRequest(completer, t1)); }, - $signature: 163 + $signature: 150 }; A.ProjectPicker_build__closure.prototype = { call$1(b) { @@ -480003,7 +479319,7 @@ b.get$_project_model$_$this()._project_model$_clientId = this.$this.clientId; return b; }, - $signature: 200 + $signature: 202 }; A.SaveCancelButtons.prototype = { build$1(context) { @@ -480036,7 +479352,7 @@ t3 = false; return new A.AppTextButton(t2, t1.isEnabled || t1.isCancelEnabled ? new A.SaveCancelButtons_build__closure0(t1, context) : null, t3, null, null); }, - $signature: 394 + $signature: 402 }; A.SaveCancelButtons_build__closure0.prototype = { call$0() { @@ -480060,7 +479376,7 @@ t3 = t1.isEnabled ? new A.SaveCancelButtons_build__closure(t1, context) : null; return new A.AppTextButton(t2, t3, t1.isHeader, null, null); }, - $signature: 394 + $signature: 402 }; A.SaveCancelButtons_build__closure.prototype = { call$0() { @@ -480187,7 +479503,7 @@ t1 = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany; return A.MediaQuery$(child, A.InheritedModel_inheritFrom(context, null, type$.MediaQuery).data.copyWith$1$alwaysUse24HourFormat(t1.company.settings.enableMilitaryTime), null); }, - $signature: 494 + $signature: 597 }; A._TimePickerState_build_closure.prototype = { call$0() { @@ -480325,14 +479641,14 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 163 + $signature: 150 }; A.VendorPicker_build__closure.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 91 + $signature: 93 }; A.TokenMeta.prototype = { build$1(context) { @@ -480386,7 +479702,7 @@ var _null = null; return A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57706_MaterialIcons_null_false, _null, _null, _null), _null, new A.HistoryDrawer_build__closure(context), _null, _null, _null, _null, _null); }, - $signature: 462 + $signature: 532 }; A.HistoryDrawer_build__closure.prototype = { call$0() { @@ -480536,7 +479852,7 @@ call$2(context, viewModel) { return new A.HistoryDrawer(null); }, - $signature: 2580 + $signature: 2577 }; A.AppDrawerVM.prototype = { get$user(receiver) { @@ -480969,7 +480285,7 @@ return; t1.setState$1(new A._InvoiceEmailViewState__loadTemplate__closure(t1, subject, body, email, rawBody, this.origSubject, this.origBody, rawSubject)); }, - $signature: 733 + $signature: 651 }; A._InvoiceEmailViewState__loadTemplate__closure.prototype = { call$0() { @@ -481011,7 +480327,7 @@ matches = new A.WhereIterable(t2, new A._InvoiceEmailViewState__buildTemplateDropdown__closure0(t1, invitation), A._arrayInstanceType(t2)._eval$1("WhereIterable<1>")); return !matches.get$isEmpty(matches) ? matches.get$first(matches) : null; }, - $signature: 2582 + $signature: 2579 }; A._InvoiceEmailViewState__buildTemplateDropdown__closure0.prototype = { call$1(contact) { @@ -481019,7 +480335,7 @@ t2 = this.invitation; return t1 === (this.invoice.entityType === B.EntityType_purchaseOrder ? t2.vendorContactId : t2.clientContactId); }, - $signature: 217 + $signature: 210 }; A._InvoiceEmailViewState__buildTemplateDropdown_closure0.prototype = { call$1(contact) { @@ -481036,7 +480352,7 @@ } return t1; }, - $signature: 51 + $signature: 50 }; A._InvoiceEmailViewState__buildTemplateDropdown_closure1.prototype = { call$1(template) { @@ -481046,7 +480362,7 @@ t1 = this.$this; t1.setState$1(new A._InvoiceEmailViewState__buildTemplateDropdown__closure(t1, template)); }, - $signature: 2583 + $signature: 2580 }; A._InvoiceEmailViewState__buildTemplateDropdown__closure.prototype = { call$0() { @@ -481080,7 +480396,7 @@ call$1(context) { return new A.UpgradeDialog(null); }, - $signature: 294 + $signature: 314 }; A._InvoiceEmailViewState__buildEdit_closure0.prototype = { call$1(_) { @@ -481109,7 +480425,7 @@ call$2(context, index) { return new A.ActivityListTile(this.activities.elementAt$1(0, index), false, null); }, - $signature: 299 + $signature: 311 }; A._InvoiceEmailViewState_build_closure.prototype = { call$1(context) { @@ -481319,7 +480635,7 @@ call$1(id) { return this.taxState.map._map$_map.$index(0, id); }, - $signature: 283 + $signature: 339 }; A._TaxRateDropdownState_didChangeDependencies_closure0.prototype = { call$1(taxRate) { @@ -481327,14 +480643,14 @@ t2 = this.$this._widget; return t1 === t2.initialTaxName && taxRate.rate === t2.initialTaxRate; }, - $signature: 732 + $signature: 652 }; A._TaxRateDropdownState_didChangeDependencies_closure1.prototype = { call$0() { var t1 = this.$this._widget; return A.TaxRateEntity_TaxRateEntity(null, t1.initialTaxName, t1.initialTaxRate, null); }, - $signature: 731 + $signature: 656 }; A._TaxRateDropdownState_build_closure.prototype = { call$1(id) { @@ -481360,7 +480676,7 @@ call$1(id) { return this.taxState.map._map$_map.$index(0, id); }, - $signature: 283 + $signature: 339 }; A._TaxRateDropdownState_build_closure1.prototype = { call$1(taxRate) { @@ -481368,14 +480684,14 @@ t2 = this.$this._widget; return t1 === t2.initialTaxName && taxRate.rate === t2.initialTaxRate; }, - $signature: 732 + $signature: 652 }; A._TaxRateDropdownState_build_closure2.prototype = { call$0() { var t1 = this.$this._widget; return A.TaxRateEntity_TaxRateEntity(null, t1.initialTaxName, t1.initialTaxRate, null); }, - $signature: 731 + $signature: 656 }; A._TaxRateDropdownState_build_closure4.prototype = { call$1(rate) { @@ -481384,14 +480700,14 @@ rate.toString; return t1.onSelected$1(rate); }, - $signature: 2587 + $signature: 2584 }; A._TaxRateDropdownState_build_closure3.prototype = { call$1(taxRate) { var _null = null; return A.DropdownMenuItem$(A.Text$(taxRate.rate === 0 && taxRate.name.length === 0 ? "" : this.$this._formatTaxRate$1(taxRate), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, taxRate, type$.TaxRateEntity); }, - $signature: 2588 + $signature: 2585 }; A.TaxRateField.prototype = { build$1(context) { @@ -481444,7 +480760,7 @@ var t1 = this.$this; t1.setState$1(new A._LinkTextRelatedEntityState_build__closure(t1)); }, - $signature: 375 + $signature: 392 }; A._LinkTextRelatedEntityState_build__closure.prototype = { call$0() { @@ -481664,26 +480980,26 @@ t1._widget.onSelectedState.call$2(t4, false); } }, - $signature: 464 + $signature: 524 }; A._ListFilterState_build__closure2.prototype = { call$1(e) { return !J.contains$1$asx(this.stateFilters._copy_on_write_list$_list, e); }, - $signature: 138 + $signature: 136 }; A._ListFilterState_build__closure3.prototype = { call$1(e) { return !J.contains$1$asx(this.selected._copy_on_write_list$_list, e); }, - $signature: 138 + $signature: 136 }; A._ListFilterState_build_closure3.prototype = { call$1(value) { var _null = null; return A.Text$(this.localization.lookup$1(type$.EntityState._as(value).name), _null, 1, B.TextOverflow_0, _null, _null, _null, _null, _null, _null); }, - $signature: 465 + $signature: 523 }; A._ListFilterState_build_closure2.prototype = { call$1(selected) { @@ -481699,13 +481015,13 @@ } return new A.Align(B.Alignment_m1_0, _null, _null, new A.Padding(new A.EdgeInsets(10, 0, 10, 0), A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 15, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null), _null); }, - $signature: 729 + $signature: 657 }; A._ListFilterState_build__closure4.prototype = { call$1(value) { return this.localization.lookup$1(type$.EntityState._as(value).name); }, - $signature: 27 + $signature: 26 }; A._ListFilterState_build_closure7.prototype = { call$1(selected) { @@ -481724,7 +481040,7 @@ t1._widget.onSelectedStatus.call$2(t4, false); } }, - $signature: 464 + $signature: 524 }; A._ListFilterState_build__closure.prototype = { call$1(e) { @@ -481733,13 +481049,13 @@ type$.EntityStatus._as(e); return !B.JSArray_methods.contains$1(t1, e.get$id(e)); }, - $signature: 138 + $signature: 136 }; A._ListFilterState_build___closure0.prototype = { call$1(e) { return e.get$id(e); }, - $signature: 2592 + $signature: 2589 }; A._ListFilterState_build__closure0.prototype = { call$1(e) { @@ -481748,13 +481064,13 @@ type$.EntityStatus._as(e); return !B.JSArray_methods.contains$1(t1, e.get$id(e)); }, - $signature: 138 + $signature: 136 }; A._ListFilterState_build___closure.prototype = { call$1(e) { return J.get$id$x(e); }, - $signature: 228 + $signature: 208 }; A._ListFilterState_build_closure6.prototype = { call$1(value) { @@ -481762,7 +481078,7 @@ type$.EntityStatus._as(value); return A.Text$(this.localization.lookup$1(value.get$name(value)), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 465 + $signature: 523 }; A._ListFilterState_build_closure5.prototype = { call$1(selected) { @@ -481777,14 +481093,14 @@ } return new A.Align(B.Alignment_m1_0, _null, _null, new A.Padding(new A.EdgeInsets(10, 0, 10, 0), A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 15, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null), _null); }, - $signature: 729 + $signature: 657 }; A._ListFilterState_build__closure1.prototype = { call$1(value) { type$.EntityStatus._as(value); return value.get$name(value); }, - $signature: 27 + $signature: 26 }; A.ListScaffold.prototype = { build$1(context) { @@ -481923,7 +481239,7 @@ t2.toString; return A.InkWell$(false, _null, true, A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null, _null), _null, new A.ListScaffold_build__closure0(context), _null, _null, _null, t2, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 466 + $signature: 521 }; A.ListScaffold_build__closure0.prototype = { call$0() { @@ -481989,7 +481305,7 @@ t1 = this.state; return new A.Padding(B.EdgeInsets_0_0_8_0, A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58132_MaterialIcons_null_false, t1.get$headerTextColor(), _null, _null), _null, new A.ListScaffold_build__closure(context, t1, this.store), B.EdgeInsets_0_0_8_0, _null, _null, _null, _null), _null); }, - $signature: 467 + $signature: 518 }; A.ListScaffold_build__closure.prototype = { call$0() { @@ -482310,7 +481626,7 @@ t4 = _this.$this; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, _null, _null, new A.FilterListTile_build__closure(t4, context), false, _null, _null, _null, A.Text$(t3, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t2, A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null, _null), _null, t4.onClearPressed, _null, _null, _null, _null, _null), _null); }, - $signature: 2595 + $signature: 2592 }; A.FilterListTile_build__closure.prototype = { call$0() { @@ -482408,7 +481724,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2596 + $signature: 2593 }; A._LiveTextState_initState__closure.prototype = { call$0() { @@ -482548,7 +481864,7 @@ t4.push(A.Expanded$(new A.ChangeLayoutBanner(A.Row$(t3, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), prefState.appLayout, B.AppLayout_desktop, _null), 1)); return new A.WillPopScope(new A.DesktopSessionTimeout(A.SafeArea$(true, A.FocusTraversalGroup$(A.Column$(t4, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), true, t2), B.EdgeInsets_0_0_0_0, true), _null), new A.MainScreen_build__closure(store), _null); }, - $signature: 2597 + $signature: 2594 }; A.MainScreen_build__closure.prototype = { call$0() { @@ -483574,13 +482890,13 @@ } else return A.Image$asset("assets/images/icon.png", _null, _null, 38); }, - $signature: 726 + $signature: 661 }; A._MenuDrawerState_build__companyLogo_closure.prototype = { call$1(userCompanyState) { return userCompanyState.userCompany.company.id === this.company.id; }, - $signature: 725 + $signature: 665 }; A._MenuDrawerState_build__companyListItem.prototype = { call$2$showAccentColor(company, showAccentColor) { @@ -483625,20 +482941,20 @@ call$1(company) { return this.call$2$showAccentColor(company, true); }, - $signature: 2600 + $signature: 2597 }; A._MenuDrawerState_build__companyListItem_closure.prototype = { call$1(userCompanyState) { return userCompanyState.userCompany.company.id === this.company.id; }, - $signature: 725 + $signature: 665 }; A._MenuDrawerState_build__companyListItem_closure2.prototype = { call$1(_) { var t1 = this.$this; return t1.setState$1(new A._MenuDrawerState_build__companyListItem__closure0(t1)); }, - $signature: 130 + $signature: 131 }; A._MenuDrawerState_build__companyListItem__closure0.prototype = { call$0() { @@ -483727,13 +483043,13 @@ t2.push(A.PopupMenuItem$(A.Row$(A._setArrayType([new A.SizedBox(2, _null, _null, _null), t1, new A.SizedBox(15, _null, _null, _null), A.Text$(t3, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), "logout", type$.String)); return t2; }, - $signature: 388 + $signature: 412 }; A._MenuDrawerState_build__closure5.prototype = { call$1(company) { return A.PopupMenuItem$(this._companyListItem.call$1(company), company.id, type$.String); }, - $signature: 2601 + $signature: 2598 }; A._MenuDrawerState_build_closure0.prototype = { call$1(companyId) { @@ -483770,7 +483086,7 @@ call$1(company) { return company.id === this.companyId; }, - $signature: 896 + $signature: 887 }; A._MenuDrawerState_build_closure3.prototype = { call$1(context) { @@ -483778,20 +483094,20 @@ t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,Widget>"); return A.List_List$of(new A.MappedListIterable(t1, new A._MenuDrawerState_build__closure3(this._companyListItem), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 2602 + $signature: 2599 }; A._MenuDrawerState_build__closure3.prototype = { call$1(company) { return this._companyListItem.call$2$showAccentColor(company, false); }, - $signature: 726 + $signature: 661 }; A._MenuDrawerState_build_closure1.prototype = { call$1(company) { var t1 = B.JSInt_methods.toString$0(B.JSArray_methods.indexOf$1(this.state.get$companies(), company)); return A.DropdownMenuItem$(this._companyListItem.call$1(company), null, t1, type$.String); }, - $signature: 2603 + $signature: 2600 }; A._MenuDrawerState_build_closure2.prototype = { call$1(value) { @@ -483827,7 +483143,7 @@ } } }, - $signature: 8 + $signature: 7 }; A._MenuDrawerState_build_closure4.prototype = { call$0() { @@ -483839,7 +483155,7 @@ call$1(context) { return new A.AccountSmsVerification(null); }, - $signature: 724 + $signature: 667 }; A._MenuDrawerState_build_closure5.prototype = { call$0() { @@ -483851,7 +483167,7 @@ call$1(context) { return new A.AccountSmsVerification(null); }, - $signature: 724 + $signature: 667 }; A._MenuDrawerState_build_closure6.prototype = { call$0() { @@ -484199,7 +483515,7 @@ var t1 = this.$this; return t1.setState$1(new A._DrawerTileState_build__closure0(t1)); }, - $signature: 130 + $signature: 131 }; A._DrawerTileState_build__closure0.prototype = { call$0() { @@ -484676,7 +483992,7 @@ t1.push(A.PopupMenuItem$(t5, t3, t6)); return t1; }, - $signature: 388 + $signature: 412 }; A.SidebarFooterCollapsed_build_closure1.prototype = { call$0() { @@ -484692,13 +484008,13 @@ call$1(context) { return new A.ContactUsDialog(null); }, - $signature: 2607 + $signature: 2604 }; A._showUpdate_closure.prototype = { call$1(context) { return new A.UpdateDialog(null); }, - $signature: 2608 + $signature: 2605 }; A._showConnectStripe_closure.prototype = { call$0() { @@ -484788,7 +484104,7 @@ t10.push(A.Wrap$(B.WrapAlignment_2, A._setArrayType([A.IconButton$(_null, _null, _null, _null, A.Icon$(B._MdiIconData_SXh, _null, _null, _null), _null, new A._showAbout__closure8(), _null, _null, _null, "Twitter", _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B._MdiIconData_sUr, _null, _null, _null), _null, new A._showAbout__closure9(), _null, _null, _null, "Facebook", _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B._MdiIconData_aAu, _null, _null, _null), _null, new A._showAbout__closure10(), _null, _null, _null, "GitHub", _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B._MdiIconData_7vC, _null, _null, _null), _null, new A._showAbout__closure11(), _null, _null, _null, "YouTube", _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B._MdiIconData_AmO, _null, _null, _null), _null, new A._showAbout__closure12(), _null, _null, _null, "Slack", _null)], t8), B.Clip_0, B.WrapCrossAlignment_0, 0)); return A.PointerInterceptor$(A.AlertDialog$(t7, _null, _null, A.SingleChildScrollView$(A.Column$(t10, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, B.DragStartBehavior_1, _null, _null, _null, _null, _null, false, B.Axis_1), _null, _null, _null)); }, - $signature: 723 + $signature: 668 }; A._showAbout__closure.prototype = { call$0() { @@ -484842,7 +484158,7 @@ call$1(context) { return new A.UpgradeDialog(null); }, - $signature: 294 + $signature: 314 }; A._showAbout__closure3.prototype = { call$0() { @@ -484874,7 +484190,7 @@ t3.toString; return A.AlertDialog$(t4, _null, _null, A.Column$(A._setArrayType([t1, new A.AppButton(_null, B._MdiIconData_MO9, "Windows", new A._showAbout____closure1(), _null, _null), new A.AppButton(_null, B._MdiIconData_7T10, "macOS", new A._showAbout____closure2(), _null, _null), new A.AppButton(_null, B._MdiIconData_ifn, "Linux", new A._showAbout____closure3(), _null, _null), new A.Padding(B.EdgeInsets_0_30_0_0, A.Text$(t3, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.AppButton(_null, B._MdiIconData_7T10, "iOS", new A._showAbout____closure4(), _null, _null), new A.AppButton(_null, B._MdiIconData_7T11, "Android", new A._showAbout____closure5(), _null, _null), new A.AppButton(_null, B._MdiIconData_7T11, "F-Droid", new A._showAbout____closure6(), _null, _null)], t5), B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, _null, _null); }, - $signature: 174 + $signature: 168 }; A._showAbout____closure.prototype = { call$0() { @@ -484890,7 +484206,7 @@ t2 = type$.JSArray_Widget; return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(J.$index$asx(t1, "close").toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._showAbout______closure(context), _null)], t2), _null, _null, A.Column$(A._setArrayType([A.Text$("Backend", _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.AppButton(_null, B._MdiIconData_id2, "Laravel/PHP", new A._showAbout______closure0(), _null, _null), new A.Padding(B.EdgeInsets_0_30_0_0, A.Text$("Frontend", _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.AppButton(_null, B._MdiIconData_7T1, "Flutter/Dart", new A._showAbout______closure1(), _null, _null), new A.AppButton(_null, B._MdiIconData_43h, "Storefront SDK", new A._showAbout______closure2(), _null, _null)], t2), B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, _null, _null); }, - $signature: 174 + $signature: 168 }; A._showAbout______closure.prototype = { call$0() { @@ -484974,7 +484290,7 @@ call$1(context) { return new A.HealthCheckDialog(null); }, - $signature: 2610 + $signature: 2607 }; A._showAbout__closure6.prototype = { call$0() { @@ -485133,7 +484449,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 722 + $signature: 669 }; A._ContactUsDialogState__sendMessage__closure0.prototype = { call$0() { @@ -485152,7 +484468,7 @@ t1.toString; return new A.MessageDialog(t1, _null, _null, _null, _null, _null); }, - $signature: 383 + $signature: 421 }; A._ContactUsDialogState__sendMessage_closure1.prototype = { call$1(error) { @@ -485162,7 +484478,7 @@ t1.setState$1(new A._ContactUsDialogState__sendMessage__closure(t1)); A.showErrorDialog(false, A.S(error)); }, - $signature: 8 + $signature: 7 }; A._ContactUsDialogState__sendMessage__closure.prototype = { call$0() { @@ -485212,7 +484528,7 @@ call$2(context, viewModel) { return new A.MenuDrawer(viewModel, null); }, - $signature: 2612 + $signature: 2609 }; A.MenuDrawerVM.prototype = { get$user(receiver) { @@ -485262,7 +484578,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 470 + $signature: 510 }; A.MenuDrawerVM_fromStore_closure.prototype = { call$3(context, index, company) { @@ -485273,7 +484589,7 @@ t2 = this.store; A.checkForChanges(new A.MenuDrawerVM_fromStore__closure1(t2, index, context, t1, company), false, t2); }, - $signature: 2614 + $signature: 2611 }; A.MenuDrawerVM_fromStore__closure1.prototype = { call$0() { @@ -485381,7 +484697,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 470 + $signature: 510 }; A.MenuDrawerVM_fromStore___closure.prototype = { call$1(_) { @@ -485394,14 +484710,14 @@ call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_Widget), null); }, - $signature: 175 + $signature: 179 }; A._TheState.prototype = {}; A._theState_closure.prototype = { call$0() { return new A._TheState(); }, - $signature: 2615 + $signature: 2612 }; A._SelectRow.prototype = { build$1(context) { @@ -485466,7 +484782,7 @@ t6 = A._arrayInstanceType(t5)._eval$1("MappedListIterable<1,DropdownMenuItem<@>>"); return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_3, A._setArrayType([t2, new A.Align(B.Alignment_m1_0, _null, _null, A.DropdownButtonFormField$(t4, B.Color_4294967295, true, false, A.List_List$of(new A.MappedListIterable(t5, new A._DropDownMultiSelectState_build__closure0(t1), t6), true, t6._eval$1("ListIterable.E")), new A._DropDownMultiSelectState_build__closure1(), new A._DropDownMultiSelectState_build__closure2(t1), _null, t3, type$.dynamic), _null)], type$.JSArray_Widget), _null); }, - $signature: 2616 + $signature: 2613 }; A._DropDownMultiSelectState_build__closure.prototype = { call$0() { @@ -485491,7 +484807,7 @@ } return t1; }, - $signature: 144 + $signature: 141 }; A._DropDownMultiSelectState_build___closure2.prototype = { call$1(e) { @@ -485501,19 +484817,19 @@ return A.Row$(A._setArrayType([t1._widget.menuItembuilder.call$1(e), A.Text$(",", _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null); return t1._widget.menuItembuilder.call$1(e); }, - $signature: 2617 + $signature: 2614 }; A._DropDownMultiSelectState_build___closure3.prototype = { call$1(e) { return J.toString$0$(e); }, - $signature: 27 + $signature: 26 }; A._DropDownMultiSelectState_build___closure4.prototype = { call$2(a, b) { return a + " , " + b; }, - $signature: 486 + $signature: 602 }; A._DropDownMultiSelectState_build__closure1.prototype = { call$1(x) { @@ -485528,14 +484844,14 @@ t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,DropdownMenuItem<@>>"); return A.List_List$of(new A.MappedListIterable(t1, new A._DropDownMultiSelectState_build___closure(), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 2618 + $signature: 2615 }; A._DropDownMultiSelectState_build___closure.prototype = { call$1(e) { var _null = null; return A.DropdownMenuItem$(A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, type$.dynamic); }, - $signature: 721 + $signature: 670 }; A._DropDownMultiSelectState_build__closure0.prototype = { call$1(x) { @@ -485544,7 +484860,7 @@ t1._widget.toString; return A.DropdownMenuItem$(t2, new A._DropDownMultiSelectState_build___closure1(t1, x), x, type$.dynamic); }, - $signature: 721 + $signature: 670 }; A._DropDownMultiSelectState_build___closure0.prototype = { call$0() { @@ -485554,7 +484870,7 @@ t4 = t1._widget.menuItembuilder.call$1(t2); return new A._SelectRow(new A._DropDownMultiSelectState_build____closure(t1, t2), t3, t4, null); }, - $signature: 2620 + $signature: 2617 }; A._DropDownMultiSelectState_build____closure.prototype = { call$1(isSelected) { @@ -485743,7 +485059,7 @@ t1.toString; return A._setArrayType([t4, A.PopupMenuItem$(new A.IconText(t3, B.IconData_57744_MaterialIcons_null_false, _null, _null, false, _null), t1, t5)], type$.JSArray_PopupMenuEntry_String); }, - $signature: 388 + $signature: 412 }; A.PortalLinks_build_closure2.prototype = { call$1(value) { @@ -486174,7 +485490,7 @@ var t1 = this.$this; t1.setState$1(new A._AccountSmsVerificationState__sendCode__closure0(t1)); }, - $signature: 8 + $signature: 7 }; A._AccountSmsVerificationState__sendCode__closure0.prototype = { call$0() { @@ -486190,7 +485506,7 @@ t1.setState$1(new A._AccountSmsVerificationState__sendCode__closure(t1)); A.showErrorDialog(false, error); }, - $signature: 8 + $signature: 7 }; A._AccountSmsVerificationState__sendCode__closure.prototype = { call$0() { @@ -486217,7 +485533,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.RefreshData(null, false, false, false)); }, - $signature: 8 + $signature: 7 }; A._AccountSmsVerificationState__verifyCode__closure0.prototype = { call$0() { @@ -486231,7 +485547,7 @@ t1.setState$1(new A._AccountSmsVerificationState__verifyCode__closure(t1)); A.showErrorDialog(false, error); }, - $signature: 8 + $signature: 7 }; A._AccountSmsVerificationState__verifyCode__closure.prototype = { call$0() { @@ -486249,7 +485565,7 @@ call$1(phone) { return this.$this._sms_verification$_phone = phone.countryCode + phone.number; }, - $signature: 2621 + $signature: 2618 }; A._AccountSmsVerificationState_build_closure1.prototype = { call$1(value) { @@ -486263,7 +485579,7 @@ t1 = null; return t1; }, - $signature: 2622 + $signature: 2619 }; A._AccountSmsVerificationState_build_closure2.prototype = { call$0() { @@ -486433,7 +485749,7 @@ var t1 = this.$this; t1.setState$1(new A._UserSmsVerificationState__sendCode__closure0(t1)); }, - $signature: 8 + $signature: 7 }; A._UserSmsVerificationState__sendCode__closure0.prototype = { call$0() { @@ -486447,7 +485763,7 @@ t1.setState$1(new A._UserSmsVerificationState__sendCode__closure(t1)); A.showErrorDialog(false, error); }, - $signature: 8 + $signature: 7 }; A._UserSmsVerificationState__sendCode__closure.prototype = { call$0() { @@ -486484,7 +485800,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.RefreshData(null, false, false, false)); }, - $signature: 8 + $signature: 7 }; A._UserSmsVerificationState__verifyCode__closure0.prototype = { call$0() { @@ -486498,7 +485814,7 @@ t1.setState$1(new A._UserSmsVerificationState__verifyCode__closure(t1)); A.showErrorDialog(false, error); }, - $signature: 8 + $signature: 7 }; A._UserSmsVerificationState__verifyCode__closure.prototype = { call$0() { @@ -486564,14 +485880,14 @@ call$1(log) { return log.typeId !== 800; }, - $signature: 720 + $signature: 671 }; A._SystemLogViewerState_build_closure2.prototype = { call$2(index, isExpanded) { var t1 = this.$this; t1.setState$1(new A._SystemLogViewerState_build__closure(this._box_0, t1, index, isExpanded)); }, - $signature: 719 + $signature: 674 }; A._SystemLogViewerState_build__closure.prototype = { call$0() { @@ -486584,7 +485900,7 @@ call$1(systemLog) { return systemLog.eventId >= 20; }, - $signature: 720 + $signature: 671 }; A._SystemLogViewerState_build_closure1.prototype = { call$1(systemLog) { @@ -486608,7 +485924,7 @@ t2 = new A.SizedBox(_null, _null, _null, _null); return new A.ExpansionPanel(new A._SystemLogViewerState_build__closure0(t1, systemLog, this.localization, client), t2, t4 === true); }, - $signature: 2625 + $signature: 2622 }; A._SystemLogViewerState_build__closure0.prototype = { call$2(context, isExpanded) { @@ -486623,7 +485939,7 @@ t5 = !t5.get$isNew() ? " \u2022 " + t5.displayName : ""; return A.ListTile$(false, _null, _null, _null, true, _null, _null, true, _null, t2, _null, _null, new A._SystemLogViewerState_build___closure(_this.$this, t1), false, _null, _null, _null, A.Text$(t3 + t5 + "\n" + A.formatDate(A.convertTimestampToDateString(t1.createdAt), context, true, true, true), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t4, _null, _null); }, - $signature: 2626 + $signature: 2623 }; A._SystemLogViewerState_build___closure.prototype = { call$0() { @@ -486873,13 +486189,13 @@ } return B.DataCell_mS8; }, - $signature: 2627 + $signature: 2624 }; A.AppPaginatedDataTableState__getRows_closure.prototype = { call$0() { return this.$this._widget.source.getRow$1(this.index); }, - $signature: 2628 + $signature: 2625 }; A.AppPaginatedDataTableState_build_closure.prototype = { call$1(value) { @@ -486895,7 +486211,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$("" + value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.int); }, - $signature: 180 + $signature: 176 }; A.AppPaginatedDataTableState_build_closure1.prototype = { call$2(context, constraints) { @@ -486930,7 +486246,7 @@ t1.push(A.DefaultTextStyle$(A.IconTheme_merge(new A.SizedBox(_null, 56, A.SingleChildScrollView$(A.Row$(_this.footerWidgets, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, B.DragStartBehavior_1, _null, _null, _null, _null, _null, true, B.Axis_0), _null), B.IconThemeData_43h), _null, _null, B.TextOverflow_0, true, t3, _null, _null, B.TextWidthBasis_0)); return A.Column$(t1, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 2630 + $signature: 2627 }; A.EntityDataTableSource.prototype = { get$selectedRowCount() { @@ -487061,7 +486377,7 @@ t5 = this.entity; return A.DataCell$(new A.ConstrainedBox(new A.BoxConstraints(t4, t3, 0, 1 / 0), t2, null), new A.EntityDataTableSource_getRow__closure(t5), new A.EntityDataTableSource_getRow__closure0(t1, t5)); }, - $signature: 2631 + $signature: 2628 }; A.EntityDataTableSource_getRow__closure0.prototype = { call$0() { @@ -487272,7 +486588,7 @@ call$1(entity) { return A.selectEntity(entity, false, false); }, - $signature: 157 + $signature: 154 }; A._EntityListState_build_closure.prototype = { call$1(duration) { @@ -487383,7 +486699,7 @@ return A.Column$(t1, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); } }, - $signature: 2632 + $signature: 2629 }; A._EntityListState_build__closure.prototype = { call$1(_) { @@ -487461,7 +486777,7 @@ call$1(entityId) { return type$.BaseEntity._as(this.entityMap._map$_map.$index(0, entityId)); }, - $signature: 718 + $signature: 678 }; A._EntityListState_build___closure0.prototype = { call$1(invoice) { @@ -487470,7 +486786,7 @@ t1 = t2 != null && B.JSArray_methods.contains$1(t2._list$_list, t1); return this.value !== t1; }, - $signature: 217 + $signature: 210 }; A._EntityListState_build__closure5.prototype = { call$1(field) { @@ -487483,13 +486799,13 @@ } return new A.DataColumn(A.Container$(_null, A.Text$(label, _null, _null, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, new A._EntityListState_build___closure1(_this.$this, field)); }, - $signature: 2634 + $signature: 2631 }; A._EntityListState_build___closure1.prototype = { call$2(columnIndex, ascending) { this.$this._widget.onSortColumn$1(this.field); }, - $signature: 719 + $signature: 674 }; A._EntityListState_build__closure6.prototype = { call$1(row) { @@ -487500,7 +486816,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.UpdateLastHistory(t1)); }, - $signature: 78 + $signature: 74 }; A._EntityListState_build__closure7.prototype = { call$1(value) { @@ -487510,13 +486826,13 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 612 + $signature: 777 }; A._EntityListState_build_closure0.prototype = { call$1(entityId) { return type$.BaseEntity._as(this.entityMap._map$_map.$index(0, entityId)); }, - $signature: 2635 + $signature: 2632 }; A._EntityListState_build_closure7.prototype = { call$0() { @@ -487537,7 +486853,7 @@ call$1(entityId) { return type$.BaseEntity._as(this.entityMap._map$_map.$index(0, entityId)); }, - $signature: 718 + $signature: 678 }; A._EntityListState_build_closure2.prototype = { call$1(action) { @@ -487547,7 +486863,7 @@ t2.toString; return A.OutlinedButton$(new A.IconText(t2.lookup$1(action.toString$0(0)), t1, _null, _null, false, _null), _null, new A._EntityListState_build__closure12(this.$this, this.entities, action), _null); }, - $signature: 444 + $signature: 549 }; A._EntityListState_build__closure12.prototype = { call$0() { @@ -487571,14 +486887,14 @@ t1 = A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, (t4 ? t2.enableDarkModeSystem : t3 === "dark") ? 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, (t4 ? t2.enableDarkModeSystem : t3 === "dark") ? B.Color_4294967295 : B.Color_4278190080, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, new A._EntityListState_build__closure10(_this.actions, remaining), new A._EntityListState_build__closure11(_this.$this, _this.entities), B.EdgeInsets_8_8_8_8, _null, type$.EntityAction); }, - $signature: 445 + $signature: 548 }; A._EntityListState_build__closure11.prototype = { call$1(action) { A.handleEntitiesActions(this.entities, action, false); this.$this._widget.onClearMultiselect$0(); }, - $signature: 291 + $signature: 337 }; A._EntityListState_build__closure10.prototype = { call$1(context) { @@ -487588,7 +486904,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: 446 + $signature: 547 }; A._EntityListState_build___closure2.prototype = { call$1(action) { @@ -487599,7 +486915,7 @@ t1.toString; return A.PopupMenuItem$(A.Row$(A._setArrayType([t2, new A.SizedBox(16, _null, _null, _null), A.Text$(t1.lookup$1(action.toString$0(0)), _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), action, type$.EntityAction); }, - $signature: 447 + $signature: 546 }; A._EntityListState_build_closure5.prototype = { call$1(context) { @@ -487634,13 +486950,13 @@ call$1(_) { return this.$this._widget.onClearMultiselect$0(); }, - $signature: 102 + $signature: 101 }; A._EntityListState_build_closure4.prototype = { call$1(_) { return this.$this._widget.onClearMultiselect$0(); }, - $signature: 49 + $signature: 48 }; A.UpgradeDialog.prototype = { createState$0() { @@ -487650,7 +486966,7 @@ A._UpgradeDialogState.prototype = { initState$0() { var _this = this; - _this.___UpgradeDialogState__subscription_A = $.InAppPurchasePlatform____instance._readField$0().get$purchaseStream().listen$3$onDone$onError(new A._UpgradeDialogState_initState_closure(_this), new A._UpgradeDialogState_initState_closure0(_this), new A._UpgradeDialogState_initState_closure1()); + _this.___UpgradeDialogState__subscription_A = $.InAppPurchasePlatform____instance._readField$0().get$purchaseStream().listen$3$onDone$onError(0, new A._UpgradeDialogState_initState_closure(_this), new A._UpgradeDialogState_initState_closure0(_this), new A._UpgradeDialogState_initState_closure1()); _this.initStoreInfo$0(); _this.super$State$initState(); }, @@ -487946,7 +487262,7 @@ call$1(purchaseDetailsList) { this.$this._listenToPurchaseUpdated$1(purchaseDetailsList); }, - $signature: 2638 + $signature: 2635 }; A._UpgradeDialogState_initState_closure0.prototype = { call$0() { @@ -488027,13 +487343,13 @@ $.InAppPurchasePlatform____instance._readField$0().completePurchase$1(purchase); return new A.MapEntry(purchase.productID, purchase, type$.MapEntry_String_PurchaseDetails); }, - $signature: 2639 + $signature: 2636 }; A._UpgradeDialogState__buildProductList_closure0.prototype = { call$2(p1, p2) { return B.JSNumber_methods.compareTo$1(p1.rawPrice, p2.rawPrice); }, - $signature: 2640 + $signature: 2637 }; A._UpgradeDialogState__buildProductList_closure1.prototype = { call$1(productDetails) { @@ -488062,7 +487378,7 @@ t4 = productDetails.price; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, A.Column$(A._setArrayType([new A.SizedBox(_null, 4, _null, _null), A.TextButton$(false, A.Text$(t4, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._UpgradeDialogState__buildProductList__closure(t3, previousPurchase, productDetails, this.account), t2), new A.SizedBox(_null, 20, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t1, _null, _null); }, - $signature: 2641 + $signature: 2638 }; A._UpgradeDialogState__buildProductList__closure.prototype = { call$0() { @@ -488278,14 +487594,14 @@ 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: 382 + $signature: 423 }; A._VariableGrid_build__closure.prototype = { call$1(field) { var _null = null; return A.TextButton$(false, new A.Align(B.Alignment_m1_0, _null, _null, A.Text$("$" + field, _null, 1, B.TextOverflow_2, _null, _null, _null, B.TextAlign_4, _null, _null), _null), _null, _null, new A._VariableGrid_build___closure(field, this.context), _null); }, - $signature: 2642 + $signature: 2639 }; A._VariableGrid_build___closure.prototype = { call$0() { @@ -488508,7 +487824,7 @@ t1.toString; return new A.AppTextButton(t1, isDisabled ? _null : new A.ViewScaffold_build__closure(this.$this), true, _null, _null); }, - $signature: 394 + $signature: 402 }; A.ViewScaffold_build__closure.prototype = { call$0() { @@ -488564,7 +487880,7 @@ t1[0].call$1(new A.UserLogout()); } }, - $signature: 212 + $signature: 222 }; A.WebSocketRefresh.prototype = { createState$0() { @@ -488708,14 +488024,14 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadStateRequest(this.context)); }, - $signature: 300 + $signature: 306 }; A.InitScreen_build_closure.prototype = { call$2(context, store) { var _null = null; return A.Container$(_null, A.Column$(A._setArrayType([A.Expanded$(A.Center$(A.Image$asset("assets/images/icon.png", _null, _null, _null), _null, _null), 1), new A.SizedBox(_null, 4, A.LinearProgressIndicator$(), _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2644 + $signature: 2641 }; A.LockScreen.prototype = { build$1(context) { @@ -489390,7 +488706,7 @@ t3.toString; return A.AlertDialog$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_8_0, A.TextButton$(false, A.Text$(t3, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._LoginState__submitSignUpForm__closure1(context), _null), _null)], type$.JSArray_Widget), _null, _null, t4, _null, _null, t1); }, - $signature: 174 + $signature: 168 }; A._LoginState__submitSignUpForm__closure1.prototype = { call$0() { @@ -489469,7 +488785,7 @@ t1.toString; return new A.MessageDialog(t1, _null, _null, _null, _null, _null); }, - $signature: 383 + $signature: 421 }; A._LoginState__submitLoginForm_closure1.prototype = { call$1(error) { @@ -489712,7 +489028,7 @@ call$2(context, viewModel) { return new A.LoginView(viewModel, null); }, - $signature: 2645 + $signature: 2642 }; A.LoginVM.prototype = {}; A.LoginVM_fromStore__handleLogin.prototype = { @@ -489731,7 +489047,7 @@ call$1$context(context) { return this.call$2$context$isSignUp(context, false); }, - $signature: 2646 + $signature: 2643 }; A.LoginVM_fromStore__handleLogin_closure.prototype = { call$1(duration) { @@ -489837,7 +489153,7 @@ }); return A._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 475 + $signature: 498 }; A.LoginVM_fromStore__closure6.prototype = { call$2(idToken, accessToken) { @@ -489864,7 +489180,7 @@ t2.future.then$1$1(0, new A.LoginVM_fromStore___closure2(_this._handleLogin, t3), type$.Null); } }, - $signature: 182 + $signature: 185 }; A.LoginVM_fromStore___closure2.prototype = { call$1(_) { @@ -489941,7 +489257,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 477 + $signature: 497 }; A.LoginVM_fromStore__closure5.prototype = { call$2(idToken, accessToken) { @@ -489965,7 +489281,7 @@ t2.future.then$1$1(0, new A.LoginVM_fromStore___closure1(_this._handleLogin, t3), type$.Null); } }, - $signature: 182 + $signature: 185 }; A.LoginVM_fromStore___closure1.prototype = { call$1(_) { @@ -490004,7 +489320,7 @@ }); return A._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 475 + $signature: 498 }; A.LoginVM_fromStore__closure3.prototype = { call$2(idToken, accessToken) { @@ -490019,7 +489335,7 @@ t6[0].call$1(new A.OAuthLoginRequest(t1, null, idToken, accessToken, t2, t3, t5, "microsoft", null)); t1.future.then$1$1(0, new A.LoginVM_fromStore___closure0(_this._handleLogin, t4), type$.Null); }, - $signature: 182 + $signature: 185 }; A.LoginVM_fromStore___closure0.prototype = { call$1(_) { @@ -490031,7 +489347,7 @@ call$1(error) { this.completer.completeError$1(error); }, - $signature: 8 + $signature: 7 }; A.LoginVM_fromStore_closure6.prototype = { call$3(context, completer, url) { @@ -490061,7 +489377,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 477 + $signature: 497 }; A.LoginVM_fromStore__closure1.prototype = { call$2(idToken, accessToken) { @@ -490072,7 +489388,7 @@ t2[0].call$1(new A.OAuthSignUpRequest(t1, idToken, _this.url, accessToken, "microsoft", null, null)); t1.future.then$1$1(0, new A.LoginVM_fromStore___closure(_this._handleLogin, _this.context), type$.Null); }, - $signature: 182 + $signature: 185 }; A.LoginVM_fromStore___closure.prototype = { call$1(_) { @@ -490084,7 +489400,7 @@ call$1(error) { this.completer.completeError$1(error); }, - $signature: 8 + $signature: 7 }; A.LoginVM_fromStore_closure7.prototype = { call$5$oneTimePassword$secret$url(context, completer, oneTimePassword, secret, url) { @@ -490155,7 +489471,7 @@ }); return A._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 475 + $signature: 498 }; A.LoginVM_fromStore__closure0.prototype = { call$1(_) { @@ -490223,7 +489539,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 477 + $signature: 497 }; A.LoginVM_fromStore__closure.prototype = { call$1(_) { @@ -490267,7 +489583,7 @@ }); return A._asyncStartSync($async$call$4$email$password, $async$completer); }, - $signature: 2650 + $signature: 2647 }; A.LoginVM_fromStore__closure7.prototype = { call$1(_) { @@ -490311,7 +489627,7 @@ }); return A._asyncStartSync($async$call$5$email$secret$url, $async$completer); }, - $signature: 2651 + $signature: 2648 }; A.LoginVM_fromStore_closure.prototype = { call$7$email$oneTimePassword$password$secret$url(context, completer, email, oneTimePassword, password, secret, url) { @@ -490353,7 +489669,7 @@ }); return A._asyncStartSync($async$call$7$email$oneTimePassword$password$secret$url, $async$completer); }, - $signature: 2652 + $signature: 2649 }; A.LoginVM_fromStore__closure8.prototype = { call$1(_) { @@ -490390,7 +489706,7 @@ }); return A._asyncStartSync($async$call$3$token, $async$completer); }, - $signature: 2653 + $signature: 2650 }; A.BankAccountListItem.prototype = { build$1(context) { @@ -490463,7 +489779,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.bankAccountList, B.EntityType_bankAccount, new A.BankAccountListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.BankAccountPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2654 + $signature: 2651 }; A.BankAccountListBuilder_build__closure.prototype = { call$2(context, index) { @@ -490480,7 +489796,7 @@ t2 = false; return new A.BankAccountListItem(t3.user, t1, t2, null); }, - $signature: 2655 + $signature: 2652 }; A.BankAccountListVM.prototype = {}; A.BankAccountListVM_fromStore__handleRefresh.prototype = { @@ -490638,7 +489954,7 @@ t1[0].call$1(new A.StopSaving()); A.launchUrl(A.Uri_parse(A.cleanApiUrl(this.credentials.url) + "/yodlee/onboard/" + A.S(J.$index$asx(response, "hash")), 0, null)); }, - $signature: 8 + $signature: 7 }; A.BankAccountScreen_connectAccounts_closure0.prototype = { call$1(error) { @@ -490647,7 +489963,7 @@ t1[0].call$1(new A.StopSaving()); A.showErrorDialog(false, A.S(error)); }, - $signature: 8 + $signature: 7 }; A.BankAccountScreen_build_closure15.prototype = { call$0() { @@ -490663,7 +489979,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterBankAccounts(value)); }, - $signature: 28 + $signature: 27 }; A.BankAccountScreen_build_closure13.prototype = { call$2(state, value) { @@ -490671,7 +489987,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterBankAccountsByState(state)); }, - $signature: 66 + $signature: 67 }; A.BankAccountScreen_build_closure14.prototype = { call$0() { @@ -490742,7 +490058,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterBankAccountsByState(state)); }, - $signature: 62 + $signature: 61 }; A.BankAccountScreen_build_closure4.prototype = { call$0() { @@ -490809,7 +490125,7 @@ call$2(context, vm) { return new A.BankAccountScreen(vm, null); }, - $signature: 2658 + $signature: 2655 }; A.BankAccountScreenVM.prototype = {}; A.BankAccountScreenVM_fromStore_closure.prototype = { @@ -490840,7 +490156,7 @@ t1.toString; A.showToast(t1); }, - $signature: 8 + $signature: 7 }; A.BankAccountScreenVM_fromStore__closure0.prototype = { call$1(error) { @@ -490849,7 +490165,7 @@ t1[0].call$1(new A.StopSaving()); A.showErrorDialog(false, A.S(error)); }, - $signature: 8 + $signature: 7 }; A.BankAccountEdit.prototype = { createState$0() { @@ -490961,7 +490277,7 @@ b.get$_bank_account_model$_$this()._bank_account_model$_name = t1; return b; }, - $signature: 237 + $signature: 252 }; A._BankAccountEditState__onChanged_closure0.prototype = { call$0() { @@ -490973,7 +490289,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._BankAccountEditState_build_closure4.prototype = { call$1(_) { @@ -491005,14 +490321,14 @@ call$2(date, _) { return this.viewModel.onChanged.call$1(this.bankAccount.rebuild$1(new A._BankAccountEditState_build__closure0(date))); }, - $signature: 302 + $signature: 307 }; A._BankAccountEditState_build__closure0.prototype = { call$1(b) { b.get$_bank_account_model$_$this()._fromDate = this.date; return b; }, - $signature: 237 + $signature: 252 }; A._BankAccountEditState_build_closure2.prototype = { call$1(value) { @@ -491025,7 +490341,7 @@ b.get$_bank_account_model$_$this()._autoSync = this.value; return b; }, - $signature: 237 + $signature: 252 }; A.BankAccountEditScreen.prototype = { build$1(context) { @@ -491037,13 +490353,13 @@ call$1(store) { return A.BankAccountEditVM_BankAccountEditVM$fromStore(store); }, - $signature: 2660 + $signature: 2657 }; A.BankAccountEditScreen_build_closure.prototype = { call$2(context, vm) { return new A.BankAccountEdit(vm, new A.ValueKey(vm.bankAccount.id, type$.ValueKey_String)); }, - $signature: 2661 + $signature: 2658 }; A.BankAccountEditVM.prototype = { get$company() { @@ -491059,7 +490375,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateBankAccount(bankAccount)); }, - $signature: 347 + $signature: 407 }; A.BankAccountEditVM_BankAccountEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -491149,7 +490465,7 @@ } else A.viewEntity(false, savedBankAccount, null, false); }, - $signature: 347 + $signature: 407 }; A.BankAccountEditVM_BankAccountEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -491258,13 +490574,13 @@ call$1(store) { return A.BankAccountViewVM_BankAccountViewVM$fromStore(store); }, - $signature: 2662 + $signature: 2659 }; A.BankAccountViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.BankAccountView(vm, this.$this.isFilter, null); }, - $signature: 2663 + $signature: 2660 }; A.BankAccountViewVM.prototype = { get$bankAccount() { @@ -491367,7 +490683,7 @@ } return t1; }, - $signature: 117 + $signature: 114 }; A.ClientListItem_build__closure2.prototype = { call$0() { @@ -491426,7 +490742,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.clientList, B.EntityType_client, new A.ClientListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.ClientPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2665 + $signature: 2662 }; A.ClientListBuilder_build__closure.prototype = { call$2(context, index) { @@ -491444,7 +490760,7 @@ t3 = false; return new A.ClientListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 2666 + $signature: 2663 }; A.ClientListVM.prototype = {}; A.ClientListVM_fromStore__handleRefresh.prototype = { @@ -491703,7 +491019,7 @@ var t1 = this.$this; t1.setState$1(new A._ClientPdfViewState_loadPDF__closure1(t1, this.sendEmail, response, this.localization)); }, - $signature: 2667 + $signature: 2664 }; A._ClientPdfViewState_loadPDF__closure1.prototype = { call$0() { @@ -491759,7 +491075,7 @@ var t1 = this.$this; t1.setState$1(new A._ClientPdfViewState_build__closure7(t1, design)); }, - $signature: 143 + $signature: 135 }; A._ClientPdfViewState_build__closure7.prototype = { call$0() { @@ -491777,7 +491093,7 @@ if (!J.$eq$(value, B.DateRange_custom)) t1.loadPDF$0(); }, - $signature: 8 + $signature: 7 }; A._ClientPdfViewState_build__closure6.prototype = { call$0() { @@ -491789,14 +491105,14 @@ call$1(value) { return value !== B.DateRange_allTime; }, - $signature: 234 + $signature: 238 }; A._ClientPdfViewState_build_closure1.prototype = { call$1(dateRange) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(dateRange.name), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.DateRange); }, - $signature: 304 + $signature: 284 }; A._ClientPdfViewState_build_closure4.prototype = { call$1(value) { @@ -491804,7 +491120,7 @@ t1.setState$1(new A._ClientPdfViewState_build__closure5(t1, value)); t1.loadPDF$0(); }, - $signature: 8 + $signature: 7 }; A._ClientPdfViewState_build__closure5.prototype = { call$0() { @@ -491817,7 +491133,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.String); }, - $signature: 39 + $signature: 40 }; A._ClientPdfViewState_build_closure6.prototype = { call$1(selected) { @@ -491828,14 +491144,14 @@ t2[0].call$1(t1); this.$this.loadPDF$0(); }, - $signature: 464 + $signature: 524 }; A._ClientPdfViewState_build_closure5.prototype = { call$1(option) { var _null = null; return A.Text$(this.localization.lookup$1(option), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 14, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); }, - $signature: 465 + $signature: 523 }; A._ClientPdfViewState_build_closure7.prototype = { call$0() { @@ -491915,7 +491231,7 @@ call$1(_) { return this.$this.loadPDF$1$sendEmail(true); }, - $signature: 96 + $signature: 94 }; A._ClientPdfViewState_build_closure9.prototype = { call$0() { @@ -491983,7 +491299,7 @@ t5.get$_schedule_model$_$this()._dateRange = t1; return b; }, - $signature: 82 + $signature: 83 }; A._ClientPdfViewState_build_closure10.prototype = { call$0() { @@ -492027,7 +491343,7 @@ call$1(format) { return this.$this._client_pdf$_response.bodyBytes; }, - $signature: 105 + $signature: 108 }; A.ClientPdfScreen.prototype = { build$1(context) { @@ -492045,13 +491361,13 @@ t3.toString; return new A.ClientPdfVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].clientState.$get$1(0, t3)); }, - $signature: 2671 + $signature: 2668 }; A.ClientPdfScreen_build_closure.prototype = { call$2(context, vm) { return new A.ClientPdfView(vm, true, new A.ValueKey("__client_pdf_" + vm.client.id + "__", type$.ValueKey_String)); }, - $signature: 2672 + $signature: 2669 }; A.ClientPdfVM.prototype = {}; A.ClientPresenter.prototype = { @@ -492176,7 +491492,7 @@ call$1(contact) { return contact.get$fullName(); }, - $signature: 2673 + $signature: 2670 }; A.ClientScreen.prototype = { build$1(context) { @@ -492253,7 +491569,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterClients(value)); }, - $signature: 28 + $signature: 27 }; A.ClientScreen_build_closure8.prototype = { call$2(state, value) { @@ -492261,7 +491577,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterClientsByState(state)); }, - $signature: 66 + $signature: 67 }; A.ClientScreen_build_closure9.prototype = { call$0() { @@ -492294,7 +491610,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterClientsByState(state)); }, - $signature: 62 + $signature: 61 }; A.ClientScreen_build_closure.prototype = { call$0() { @@ -492361,7 +491677,7 @@ call$2(context, vm) { return new A.ClientScreen(vm, null); }, - $signature: 2674 + $signature: 2671 }; A.ClientScreenVM.prototype = {}; A.ClientEdit.prototype = { @@ -492455,7 +491771,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._ClientEditState_build_closure0.prototype = { call$1(context) { @@ -492622,7 +491938,7 @@ b.get$_client_model$_$this()._postalCode = t1; return b; }, - $signature: 50 + $signature: 53 }; A.ClientEditBillingAddressState__onChanged_closure0.prototype = { call$0() { @@ -492634,7 +491950,7 @@ call$1(country) { return this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditBillingAddressState_build__closure0(country))); }, - $signature: 61 + $signature: 62 }; A.ClientEditBillingAddressState_build__closure0.prototype = { call$1(b) { @@ -492645,7 +491961,7 @@ b.get$_client_model$_$this()._countryId = t1; return b; }, - $signature: 50 + $signature: 53 }; A.ClientEditBillingAddressState_build_closure0.prototype = { call$0() { @@ -492724,19 +492040,19 @@ t5 = t2.length; return new A.ContactEditDetails(B.JSArray_methods.indexOf$2(t2, B.JSArray_methods.firstWhere$2$orElse(t2, new A._ClientEditContactsState__showContactEditor__closure(t3), null), 0), t3, viewModel, t1, t5 > 1, new A.ValueKey("__" + t4 + "__" + t3.id + "__", type$.ValueKey_String)); }, - $signature: 2675 + $signature: 2672 }; A._ClientEditContactsState__showContactEditor__closure.prototype = { call$1(c) { return c.id === this.contact.id; }, - $signature: 173 + $signature: 181 }; A._ClientEditContactsState_build_closure.prototype = { call$1(contact) { return new A.ContactListTile0(new A._ClientEditContactsState_build__closure(this.$this, contact, this.context), contact, null); }, - $signature: 2676 + $signature: 2673 }; A._ClientEditContactsState_build__closure.prototype = { call$0() { @@ -492953,7 +492269,7 @@ b.get$_client_model$_$this()._client_model$_customValue4 = t1; return b; }, - $signature: 348 + $signature: 372 }; A.ContactEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -493075,14 +492391,14 @@ b.get$_client_model$_$this()._client_model$_sendEmail = this.value; return b; }, - $signature: 348 + $signature: 372 }; A.ContactEditDetailsState_build__closure1.prototype = { call$1(b) { b.get$_client_model$_$this()._client_model$_sendEmail = this.value; return b; }, - $signature: 348 + $signature: 372 }; A.ContactEditDetailsState_build_closure13.prototype = { call$0() { @@ -493097,7 +492413,7 @@ t1.viewModel.onRemoveContactPressed.call$1(t1.index); A.Navigator_of(this.context, false).pop$1(null); }, - $signature: 28 + $signature: 27 }; A.ContactEditDetailsState_build_closure14.prototype = { call$0() { @@ -493115,13 +492431,13 @@ call$1(store) { return A.ClientEditContactsVM_ClientEditContactsVM$fromStore(store); }, - $signature: 2677 + $signature: 2674 }; A.ClientEditContactsScreen_build_closure.prototype = { call$2(context, vm) { return new A.ClientEditContacts(vm, this.$this.viewModel, null); }, - $signature: 2678 + $signature: 2675 }; A.ClientEditContactsVM.prototype = { get$company() { @@ -493147,7 +492463,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.DeleteContact(index)); }, - $signature: 401 + $signature: 384 }; A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1.prototype = { call$1(_) { @@ -493163,7 +492479,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateContact(index, contact)); }, - $signature: 2680 + $signature: 2677 }; A.ClientEditDesktop.prototype = { build$1(context) { @@ -493352,7 +492668,7 @@ b.get$_client_model$_$this()._client_model$_customValue4 = t1; return b; }, - $signature: 50 + $signature: 53 }; A.ClientEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -493377,7 +492693,7 @@ b.get$_client_model$_$this()._groupId = this.groupId; return b; }, - $signature: 50 + $signature: 53 }; A.ClientEditDetailsState_build_closure1.prototype = { call$1(userId) { @@ -493390,27 +492706,27 @@ b.get$_client_model$_$this()._client_model$_assignedUserId = this.userId; return b; }, - $signature: 50 + $signature: 53 }; A.ClientEditDetailsState_build_closure3.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditDetailsState_build__closure0(value))); }, - $signature: 8 + $signature: 7 }; A.ClientEditDetailsState_build__closure0.prototype = { call$1(b) { b.get$_client_model$_$this()._classification = this.value; return b; }, - $signature: 50 + $signature: 53 }; A.ClientEditDetailsState_build_closure2.prototype = { call$1(classification) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(classification), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, classification, type$.String); }, - $signature: 39 + $signature: 40 }; A.ClientEditDetailsState_build_closure4.prototype = { call$1(value) { @@ -493423,7 +492739,7 @@ b.get$_client_model$_$this()._isTaxExempt = this.value; return b; }, - $signature: 50 + $signature: 53 }; A.ClientEditFooter.prototype = { build$1(context) { @@ -493568,7 +492884,7 @@ b.get$_client_model$_$this()._privateNotes = t1; return b; }, - $signature: 50 + $signature: 53 }; A.ClientEditNotesState__onChanged_closure0.prototype = { call$0() { @@ -493581,7 +492897,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.state.staticState.sizeMap._map$_map.$index(0, sizeId).name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, sizeId, type$.String); }, - $signature: 386 + $signature: 413 }; A.ClientEditNotesState_build_closure0.prototype = { call$1(sizeId) { @@ -493594,13 +492910,13 @@ b.get$_client_model$_$this()._sizeId = this.sizeId; return b; }, - $signature: 50 + $signature: 53 }; A.ClientEditNotesState_build_closure1.prototype = { call$1(industry) { return this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditNotesState_build__closure(industry))); }, - $signature: 61 + $signature: 62 }; A.ClientEditNotesState_build__closure.prototype = { call$1(b) { @@ -493611,7 +492927,7 @@ b.get$_client_model$_$this()._industryId = t1; return b; }, - $signature: 50 + $signature: 53 }; A.ClientEditSettings.prototype = { createState$0() { @@ -493749,7 +493065,7 @@ t1.get$_settings_model$_$this()._defaultTaskRate = t2; return b; }, - $signature: 50 + $signature: 53 }; A.ClientEditSettingsState__onChanged_closure0.prototype = { call$0() { @@ -493761,7 +493077,7 @@ call$1(currency) { return this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditSettingsState_build__closure3(currency))); }, - $signature: 61 + $signature: 62 }; A.ClientEditSettingsState_build__closure3.prototype = { call$1(b) { @@ -493773,13 +493089,13 @@ t1.get$_settings_model$_$this()._currencyId = t2; return b; }, - $signature: 50 + $signature: 53 }; A.ClientEditSettingsState_build_closure0.prototype = { call$1(language) { return this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditSettingsState_build__closure2(language))); }, - $signature: 61 + $signature: 62 }; A.ClientEditSettingsState_build__closure2.prototype = { call$1(b) { @@ -493791,7 +493107,7 @@ t1.get$_settings_model$_$this()._settings_model$_languageId = t2; return b; }, - $signature: 50 + $signature: 53 }; A.ClientEditSettingsState_build_closure1.prototype = { call$1(paymentTermId) { @@ -493802,13 +493118,13 @@ t2 = t1.numDays; return A.DropdownMenuItem$(A.Text$(t2 === 0 ? this.localization.get$dueOnReceipt() : t1.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, B.JSInt_methods.toString$0(t2), type$.String); }, - $signature: 39 + $signature: 40 }; A.ClientEditSettingsState_build_closure2.prototype = { call$1(numDays) { this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditSettingsState_build__closure1(numDays))); }, - $signature: 8 + $signature: 7 }; A.ClientEditSettingsState_build__closure1.prototype = { call$1(b) { @@ -493818,7 +493134,7 @@ t1.get$_settings_model$_$this()._defaultPaymentTerms = t2; return b; }, - $signature: 50 + $signature: 53 }; A.ClientEditSettingsState_build_closure3.prototype = { call$1(paymentTermId) { @@ -493829,13 +493145,13 @@ t2 = t1.numDays; return A.DropdownMenuItem$(A.Text$(t2 === 0 ? this.localization.get$dueOnReceipt() : t1.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, B.JSInt_methods.toString$0(t2), type$.String); }, - $signature: 39 + $signature: 40 }; A.ClientEditSettingsState_build_closure4.prototype = { call$1(numDays) { this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditSettingsState_build__closure0(numDays))); }, - $signature: 8 + $signature: 7 }; A.ClientEditSettingsState_build__closure0.prototype = { call$1(b) { @@ -493845,20 +493161,20 @@ t1.get$_settings_model$_$this()._defaultValidUntil = t2; return b; }, - $signature: 50 + $signature: 53 }; A.ClientEditSettingsState_build_closure5.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditSettingsState_build__closure(value))); }, - $signature: 8 + $signature: 7 }; A.ClientEditSettingsState_build__closure.prototype = { call$1(b) { b.get$settings().get$_settings_model$_$this()._sendReminders = this.value; return b; }, - $signature: 50 + $signature: 53 }; A.ClientEditShippingAddress.prototype = { createState$0() { @@ -493995,7 +493311,7 @@ b.get$_client_model$_$this()._shippingPostalCode = t1; return b; }, - $signature: 50 + $signature: 53 }; A.ClientEditShippingAddressState__onChanged_closure0.prototype = { call$0() { @@ -494007,7 +493323,7 @@ call$1(country) { return this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditShippingAddressState_build__closure0(country))); }, - $signature: 61 + $signature: 62 }; A.ClientEditShippingAddressState_build__closure0.prototype = { call$1(b) { @@ -494018,7 +493334,7 @@ b.get$_client_model$_$this()._shippingCountryId = t1; return b; }, - $signature: 50 + $signature: 53 }; A.ClientEditShippingAddressState_build_closure0.prototype = { call$0() { @@ -494043,13 +493359,13 @@ call$1(store) { return A.ClientEditVM_ClientEditVM$fromStore(store); }, - $signature: 2681 + $signature: 2678 }; A.ClientEditScreen_build_closure.prototype = { call$2(context, vm) { return new A.ClientEdit(vm, null); }, - $signature: 2682 + $signature: 2679 }; A.ClientEditVM.prototype = { get$company() { @@ -494062,7 +493378,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateClient(client)); }, - $signature: 2683 + $signature: 2680 }; A.ClientEditVM_ClientEditVM$fromStore_closure3.prototype = { call$0() { @@ -494086,7 +493402,7 @@ b.get$_client_model$_$this()._shippingCountryId = t1.countryId; return b; }, - $signature: 50 + $signature: 53 }; A.ClientEditVM_ClientEditVM$fromStore_closure2.prototype = { call$0() { @@ -494110,7 +493426,7 @@ b.get$_client_model$_$this()._countryId = t1.shippingCountryId; return b; }, - $signature: 50 + $signature: 53 }; A.ClientEditVM_ClientEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -494161,7 +493477,7 @@ t3[0].call$1(new A.SaveClientRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_ClientEntity), client)); return t2.then$1$1(0, new A.ClientEditVM_ClientEditVM$fromStore___closure0(client, t4, this.state, t1, $navigator), type$.Null).catchError$1(new A.ClientEditVM_ClientEditVM$fromStore___closure1()); }, - $signature: 129 + $signature: 130 }; A.ClientEditVM_ClientEditVM$fromStore___closure.prototype = { call$1(context) { @@ -494214,7 +493530,7 @@ A.viewEntity(false, savedClient, null, true); } }, - $signature: 334 + $signature: 287 }; A.ClientEditVM_ClientEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -494346,7 +493662,7 @@ t7 = type$.JSArray_Widget; return A.Column$(A._setArrayType([A.Expanded$(A.TabBarView$(A._setArrayType([A.RefreshIndicator$(new A.ClientOverview(t3, t1._widget.isFilter, _null), new A._ClientViewState_build__closure(t3, context)), A.RefreshIndicator$(new A.ClientViewDetails(t4, _null), new A._ClientViewState_build__closure0(t3, context)), A.RefreshIndicator$(new A.ClientViewDocuments(t3, new A.ValueKey(t5, t6)), new A._ClientViewState_build__closure1(t3, context)), A.RefreshIndicator$(new A.ClientViewLedger(t3, new A.ValueKey(t5, t6)), new A._ClientViewState_build__closure2(t3, context)), A.RefreshIndicator$(new A.ClientViewActivity(t3, new A.ValueKey(t5, t6)), new A._ClientViewState_build__closure3(t3, context)), A.RefreshIndicator$(new A.ClientViewSystemLogs(t3, new A.ValueKey(t5, t6)), new A._ClientViewState_build__closure4(t3, context))], t7), t2, _null), 1), new A.BottomButtons(this.client, B.EntityAction_viewStatement, B.EntityAction_clientPortal, true, true, _null)], t7), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 248 + $signature: 235 }; A._ClientViewState_build__closure.prototype = { call$0() { @@ -494428,13 +493744,13 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A._ClientViewActivityState_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list$_list[index], true, null); }, - $signature: 299 + $signature: 311 }; A.ClientViewDetails.prototype = { createState$0() { @@ -494556,7 +493872,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: 307 + $signature: 298 }; A._ClientViewDetailsState_build__buildDetailsList_closure.prototype = { call$1(contact) { @@ -494613,7 +493929,7 @@ t2.push(A.AppListTile$(null, t1, B.IconData_58530_MaterialIcons_null_false, new A._ClientViewDetailsState_build__buildDetailsList__closure2(t5, t6, contact), t4, t3 + "\n" + t1)); } }, - $signature: 2689 + $signature: 2686 }; A._ClientViewDetailsState_build__buildDetailsList__closure1.prototype = { call$0() { @@ -494706,7 +494022,7 @@ call$2(path, isPrivate) { return this.$this.viewModel.onUploadDocuments.call$3(this.context, path, isPrivate); }, - $signature: 140 + $signature: 142 }; A.ClientViewDocuments_build_closure0.prototype = { call$0() { @@ -494793,7 +494109,7 @@ t1.$indexSet(0, customerReference, A._setArrayType([gatewayToken], type$.JSArray_GatewayTokenEntity)); } }, - $signature: 710 + $signature: 687 }; A._ClientViewFullwidthState_build_closure0.prototype = { call$2(context, layout) { @@ -495021,7 +494337,7 @@ } return A.Row$(t10, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 709 + $signature: 690 }; A._ClientViewFullwidthState_build__closure.prototype = { call$0() { @@ -495079,7 +494395,7 @@ } return A.Row$(t1, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 2693 + $signature: 2690 }; A._ClientViewFullwidthState_build__closure3.prototype = { call$0() { @@ -495156,13 +494472,13 @@ call$1(ledger) { return ledger.adjustment !== 0; }, - $signature: 2694 + $signature: 2691 }; A._ClientViewLedgerState_build_closure1.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A._ClientViewLedgerState_build_closure0.prototype = { call$2(context, index) { @@ -495540,13 +494856,13 @@ t1.$indexSet(0, customerReference, A._setArrayType([gatewayToken], type$.JSArray_GatewayTokenEntity)); } }, - $signature: 710 + $signature: 687 }; A.ClientOverview_build_closure0.prototype = { call$1(token) { return new A.TokenMeta(token.meta, null); }, - $signature: 708 + $signature: 692 }; A.ClientOverview_build_closure1.prototype = { call$0() { @@ -495581,7 +494897,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A.ClientViewPaymentMethods_build_closure.prototype = { call$2(context, index) { @@ -495604,13 +494920,13 @@ t5 = A.IgnorePointer$(A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58497_MaterialIcons_null_false, _null, _null, _null), _null, new A.ClientViewPaymentMethods_build__closure1(), _null, _null, _null, _null, _null), true, _null); return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t5, _null, _null, t2, false, _null, _null, _null, t4, _null, t1, t3.containsKey$1(0, customerReference) ? A.IgnorePointer$(A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58460_MaterialIcons_null_true, _null, _null, _null), _null, new A.ClientViewPaymentMethods_build__closure2(), _null, _null, _null, _null, _null), true, _null) : _null, _null); }, - $signature: 491 + $signature: 476 }; A.ClientViewPaymentMethods_build__closure.prototype = { call$1(token) { return new A.TokenMeta(token.meta, null); }, - $signature: 708 + $signature: 692 }; A.ClientViewPaymentMethods_build__closure0.prototype = { call$0() { @@ -495665,14 +494981,14 @@ call$1(store) { return A.ClientViewVM_ClientViewVM$fromStore(store); }, - $signature: 2697 + $signature: 2694 }; A.ClientViewScreen_build_closure.prototype = { call$2(context, vm) { var t1 = this.$this; return new A.ClientView(vm, t1.isFilter, t1.isTopFilter, vm.state.uiState.clientUIState.tabIndex, null); }, - $signature: 2698 + $signature: 2695 }; A.ClientViewVM.prototype = { get$company() { @@ -495712,7 +495028,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 112 + $signature: 105 }; A.ClientViewVM_ClientViewVM$fromStore__closure.prototype = { call$1(client) { @@ -495724,7 +495040,7 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 81 }; A.ClientViewVM_ClientViewVM$fromStore__closure0.prototype = { call$1(error) { @@ -495794,7 +495110,7 @@ --newIndex; t1._widget.viewModel.onSortChanged.call$2(oldIndex, newIndex); }, - $signature: 191 + $signature: 200 }; A._CompanyGatewayListState_build_closure.prototype = { call$1(companyGatewayId) { @@ -495813,7 +495129,7 @@ t4 = false; return new A.CompanyGatewayListItem(t2.user, companyGateway, t3.filter, t1, t4, new A.ValueKey("__company_gateway_" + companyGatewayId, type$.ValueKey_String)); }, - $signature: 2700 + $signature: 2697 }; A._CompanyGatewayListState_build__closure.prototype = { call$0() { @@ -495896,7 +495212,7 @@ call$2(context, viewModel) { return new A.CompanyGatewayList(viewModel, null); }, - $signature: 2701 + $signature: 2698 }; A.CompanyGatewayListVM.prototype = {}; A.CompanyGatewayListVM_fromStore__handleRefresh.prototype = { @@ -495962,7 +495278,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 209 + $signature: 231 }; A.CompanyGatewayListVM_fromStore__closure0.prototype = { call$1(b) { @@ -496095,7 +495411,7 @@ t1.toString; return t1; }, - $signature: 2703 + $signature: 2700 }; A.CompanyGatewayScreen_build__closure1.prototype = { call$1(_) { @@ -496103,7 +495419,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearCompanyGatewayMultiselect()); }, - $signature: 102 + $signature: 101 }; A.CompanyGatewayScreen_build_closure0.prototype = { call$1(context) { @@ -496111,7 +495427,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearCompanyGatewayMultiselect()); }, - $signature: 49 + $signature: 48 }; A.CompanyGatewayScreen_build_closure1.prototype = { call$0() { @@ -496181,7 +495497,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterCompanyGatewaysByState(state)); }, - $signature: 62 + $signature: 61 }; A.CompanyGatewayScreen_build_closure3.prototype = { call$0() { @@ -496217,7 +495533,7 @@ call$2(context, vm) { return new A.CompanyGatewayScreen(vm, null); }, - $signature: 2704 + $signature: 2701 }; A.CompanyGatewayScreenVM.prototype = {}; A.CompanyGatewayScreenVM_fromStore_closure.prototype = { @@ -496578,7 +495894,7 @@ call$1(gateway) { this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure17(gateway))); }, - $signature: 48 + $signature: 49 }; A._CompanyGatewayEditState_build__closure17.prototype = { call$1(b) { @@ -496633,14 +495949,14 @@ var t1 = type$.MappedListIterable_String_Text; return A.List_List$of(new A.MappedListIterable(A._setArrayType(["always", "optout", "optin", "off"], type$.JSArray_String), new A._CompanyGatewayEditState_build__closure15(this.localization), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 309 + $signature: 312 }; A._CompanyGatewayEditState_build__closure15.prototype = { call$1(type) { var _null = null; return A.Text$(this.localization.lookup$1(type), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 310 + $signature: 313 }; A._CompanyGatewayEditState_build_closure6.prototype = { call$1(value) { @@ -496659,7 +495975,7 @@ call$1(value) { return A.DropdownMenuItem$(new A.AutobillDropdownMenuItem(value, null), null, value, type$.String); }, - $signature: 39 + $signature: 40 }; A._CompanyGatewayEditState_build_closure7.prototype = { call$1(value) { @@ -496681,7 +495997,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_isEnabled = this.value; return b; }, - $signature: 229 + $signature: 230 }; A._CompanyGatewayEditState_build_closure8.prototype = { call$1(value) { @@ -496860,14 +496176,14 @@ t1 = ""; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(t1), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, gatewayTypeId, type$.String); }, - $signature: 39 + $signature: 40 }; A._CompanyGatewayEditState_build_closure22.prototype = { call$1(value) { var t1 = this.$this; t1.setState$1(new A._CompanyGatewayEditState_build__closure(t1, value)); }, - $signature: 8 + $signature: 7 }; A._CompanyGatewayEditState_build__closure.prototype = { call$0() { @@ -496916,14 +496232,14 @@ t4.toString; return new A.GatewayConfigField(t3, field, t2, J.$index$asx(t4, field), new A.GatewayConfigSettings_build__closure(t1, field), !B.JSArray_methods.contains$1(t1.disasbledFields, field), null); }, - $signature: 2708 + $signature: 2705 }; A.GatewayConfigSettings_build__closure.prototype = { call$1(value) { var t1 = this.$this; t1.viewModel.onChanged.call$1(t1.companyGateway.updateConfig$2(this.field, value)); }, - $signature: 8 + $signature: 7 }; A.GatewayConfigField.prototype = { createState$0() { @@ -497032,13 +496348,13 @@ t1 = B.JSString_methods.trim$0(value); return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, type$.String); }, - $signature: 39 + $signature: 40 }; A._GatewayConfigFieldState_build_closure1.prototype = { call$1(value) { return this.$this._widget.onChanged$1(value); }, - $signature: 199 + $signature: 205 }; A._GatewayConfigFieldState_build_closure2.prototype = { call$1(value) { @@ -497197,7 +496513,7 @@ b.get$_company_gateway_model$_$this()._maxLimit = t1; return b; }, - $signature: 229 + $signature: 230 }; A._LimitEditorState__onChanged_closure0.prototype = { call$1(b) { @@ -497439,7 +496755,7 @@ b.get$_company_gateway_model$_$this()._feeCap = this.cap; return b; }, - $signature: 229 + $signature: 230 }; A._FeesEditorState__onChanged_closure0.prototype = { call$0() { @@ -497476,7 +496792,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName1 = t1.name; return b; }, - $signature: 229 + $signature: 230 }; A._FeesEditorState_build_closure0.prototype = { call$1(taxRate) { @@ -497499,7 +496815,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName2 = t1.name; return b; }, - $signature: 229 + $signature: 230 }; A._FeesEditorState_build_closure1.prototype = { call$1(taxRate) { @@ -497522,7 +496838,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName3 = t1.name; return b; }, - $signature: 229 + $signature: 230 }; A._FeesEditorState_build_closure2.prototype = { call$1(value) { @@ -497543,7 +496859,7 @@ b.get$_company_gateway_model$_$this()._adjustFeePercent = this.value; return b; }, - $signature: 229 + $signature: 230 }; A.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -497570,13 +496886,13 @@ call$1(store) { return A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore(store); }, - $signature: 2711 + $signature: 2708 }; A.CompanyGatewayEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.CompanyGatewayEdit(viewModel, new A.ValueKey(viewModel.companyGateway.updatedAt, type$.ValueKey_int)); }, - $signature: 2712 + $signature: 2709 }; A.CompanyGatewayEditVM.prototype = { get$companyGateway() { @@ -497592,7 +496908,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCompanyGateway(companyGateway)); }, - $signature: 420 + $signature: 437 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -497680,7 +496996,7 @@ } else A.viewEntityById(false, savedCompanyGateway.id, B.EntityType_companyGateway, null, true, true); }, - $signature: 420 + $signature: 437 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure0.prototype = { call$1(b) { @@ -497736,7 +497052,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2713 + $signature: 2710 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure.prototype = { call$1(response) { @@ -497753,7 +497069,7 @@ break; } }, - $signature: 8 + $signature: 7 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure0.prototype = { call$1(error) { @@ -497762,7 +497078,7 @@ t1[0].call$1(new A.StopSaving()); A.showErrorDialog(false, A.S(error)); }, - $signature: 8 + $signature: 7 }; A.CompanyGatewayView.prototype = { createState$0() { @@ -498066,13 +497382,13 @@ call$1(store) { return A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore(store); }, - $signature: 2714 + $signature: 2711 }; A.CompanyGatewayViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.CompanyGatewayView(vm, this.$this.isFilter, null); }, - $signature: 2715 + $signature: 2712 }; A.CompanyGatewayViewVM.prototype = { get$companyGateway() { @@ -498143,7 +497459,7 @@ t1.toString; A.showDialog(null, B.Color_2315255808, true, new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore____closure(this.localization, response), t1, null, true, type$.void); }, - $signature: 8 + $signature: 7 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore____closure.prototype = { call$1(context) { @@ -498170,7 +497486,7 @@ t5 = J.getInterceptor$asx(t4); return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(J.$index$asx(t1, "close").toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure(context), _null)], t2), _null, _null, A.Column$(A._setArrayType([A.Row$(A._setArrayType([new A.SizedBox(120, _null, A.Text$("Stripe", _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.SizedBox(100, _null, A.Text$(A.S(t5.$index(t4, "stripe_customer_count")), _null, _null, _null, _null, _null, _null, B.TextAlign_5, _null, _null), _null)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.SizedBox(_null, 8, _null, _null), A.Row$(A._setArrayType([new A.SizedBox(120, _null, A.Text$("Invoice Ninja", _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.SizedBox(100, _null, A.Text$("" + J.get$length$asx(type$.Iterable_dynamic._as(t5.$index(t4, "stripe_customers"))), _null, _null, _null, _null, _null, _null, B.TextAlign_5, _null, _null), _null)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, _null, t3); }, - $signature: 174 + $signature: 168 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure.prototype = { call$0() { @@ -498185,7 +497501,7 @@ t1[0].call$1(new A.StopSaving()); A.showErrorDialog(false, error); }, - $signature: 8 + $signature: 7 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure1.prototype = { call$1(context) { @@ -498228,7 +497544,7 @@ } A.showMessageDialog(t1, null, null); }, - $signature: 8 + $signature: 7 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure2.prototype = { call$1(error) { @@ -498237,7 +497553,7 @@ t1[0].call$1(new A.StopSaving()); A.showErrorDialog(false, error); }, - $signature: 8 + $signature: 7 }; A.CreditEmailScreen.prototype = { build$1(context) { @@ -498263,7 +497579,7 @@ t1[0].call$1(new A.LoadClient(null, t2.id)); } }, - $signature: 300 + $signature: 306 }; A.CreditEmailScreen_build_closure0.prototype = { call$1(store) { @@ -498275,13 +497591,13 @@ t2.toString; return A.EmailCreditVM_EmailCreditVM$fromStore(store, t2); }, - $signature: 2716 + $signature: 2713 }; A.CreditEmailScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEmailView(viewModel, null); }, - $signature: 2717 + $signature: 2714 }; A.EmailCreditVM.prototype = {}; A.EmailCreditVM_EmailCreditVM$fromStore_closure.prototype = { @@ -498306,7 +497622,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.EmailCreditRequest(completer, this.credit.id, template, subject, body, ccEmail)); }, - $signature: 437 + $signature: 371 }; A.EmailCreditVM_EmailCreditVM$fromStore__closure.prototype = { call$1(_) { @@ -498436,7 +497752,7 @@ } return t1; }, - $signature: 117 + $signature: 114 }; A.CreditListItem_build__closure2.prototype = { call$0() { @@ -498495,7 +497811,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.invoiceList, B.EntityType_credit, new A.CreditListBuilder_build__closure(viewModel), viewModel.onClearMultiselect, viewModel.onRefreshed, viewModel.onSortColumn, new A.CreditPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2719 + $signature: 2716 }; A.CreditListBuilder_build__closure.prototype = { call$2(context, index) { @@ -498515,7 +497831,7 @@ t3 = false; return new A.CreditListItem(t4.user, t2, t5, t1.filter, t3, _null); }, - $signature: 2720 + $signature: 2717 }; A.CreditListVM.prototype = {}; A.CreditListVM_fromStore__handleRefresh.prototype = { @@ -498579,13 +497895,13 @@ t3.toString; return new A.CreditPdfVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].creditState.$get$1(0, t3), creditUIState.historyActivityId); }, - $signature: 2721 + $signature: 2718 }; A.CreditPdfScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoicePdfView(vm, this.$this.showAppBar, new A.ValueKey("__credit_pdf_" + vm.invoice.id + "__", type$.ValueKey_String)); }, - $signature: 2722 + $signature: 2719 }; A.CreditPdfVM.prototype = {}; A.CreditPresenter.prototype = { @@ -498790,7 +498106,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterCredits(value)); }, - $signature: 28 + $signature: 27 }; A.CreditScreen_build_closure8.prototype = { call$2(state, value) { @@ -498798,7 +498114,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterCreditsByState(state)); }, - $signature: 66 + $signature: 67 }; A.CreditScreen_build_closure9.prototype = { call$0() { @@ -498831,7 +498147,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterCreditsByState(state)); }, - $signature: 62 + $signature: 61 }; A.CreditScreen_build_closure.prototype = { call$0() { @@ -498898,7 +498214,7 @@ call$2(context, vm) { return new A.CreditScreen(vm, null); }, - $signature: 2723 + $signature: 2720 }; A.CreditScreenVM.prototype = {}; A.CreditEdit.prototype = { @@ -499011,7 +498327,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._CreditEditState_build_closure2.prototype = { call$1(context) { @@ -499042,21 +498358,21 @@ t5 = type$.WhereTypeIterable_BaseEntity; return new A.InvoiceItemSelector(t1, new A._CreditEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.WhereTypeIterable(new A.MappedIterable(new A.WhereIterable(t2, new A._CreditEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._CreditEditState_build___closure1(t4), t3._eval$1("MappedIterable<1,BaseEntity?>")), t5), true, t5._eval$1("Iterable.E")), false, null); }, - $signature: 312 + $signature: 316 }; A._CreditEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 85 + $signature: 82 }; A._CreditEditState_build___closure1.prototype = { call$1(item) { var t1 = this.viewModel.state; return item.typeId === "2" ? t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, item.taskId) : t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, item.expenseId); }, - $signature: 313 + $signature: 317 }; A._CreditEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -499070,7 +498386,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 314 + $signature: 318 }; A.__CreditEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -499097,7 +498413,7 @@ call$1(store) { return A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore(store); }, - $signature: 2727 + $signature: 2724 }; A.CreditEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -499106,7 +498422,7 @@ else return new A.InvoiceEditDetails(viewModel, B.EntityType_credit, null); }, - $signature: 2728 + $signature: 2725 }; A.CreditEditDetailsVM.prototype = {}; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure.prototype = { @@ -499115,7 +498431,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCredit(credit)); }, - $signature: 149 + $signature: 165 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0.prototype = { call$3(context, credit, client) { @@ -499130,7 +498446,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCreditClient(client)); }, - $signature: 406 + $signature: 366 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -499143,7 +498459,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, _null, true); completer.future.then$1$1(0, new A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 120 + $signature: 122 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -499171,7 +498487,7 @@ call$1(store) { return A.CreditEditItemsVM_CreditEditItemsVM$fromStore(store, this.$this.isTasks); }, - $signature: 2732 + $signature: 2729 }; A.CreditEditItemsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -499182,7 +498498,7 @@ else return new A.InvoiceEditItems(viewModel, t2, null); }, - $signature: 2733 + $signature: 2730 }; A.CreditEditItemsVM.prototype = {}; A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure.prototype = { @@ -499217,7 +498533,7 @@ t1[0].call$1(new A.UpdateCreditItem(index, creditItem)); } }, - $signature: 316 + $signature: 320 }; A.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -499225,7 +498541,7 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 59 + $signature: 57 }; A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { @@ -499233,7 +498549,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.MoveCreditItem(oldIndex, newIndex)); }, - $signature: 209 + $signature: 231 }; A.CreditEditNotesScreen.prototype = { build$1(context) { @@ -499245,13 +498561,13 @@ call$1(store) { return A.CreditEditNotesVM_CreditEditNotesVM$fromStore(store); }, - $signature: 2735 + $signature: 2732 }; A.CreditEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2736 + $signature: 2733 }; A.CreditEditNotesVM.prototype = {}; A.CreditEditNotesVM_CreditEditNotesVM$fromStore_closure.prototype = { @@ -499260,7 +498576,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCredit(credit)); }, - $signature: 149 + $signature: 165 }; A.CreditEditPDFScreen.prototype = { build$1(context) { @@ -499276,13 +498592,13 @@ t2 = t1.uiState; return new A.CreditEditPDFVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].userCompany.company, t2.creditUIState.editing); }, - $signature: 2737 + $signature: 2734 }; A.CreditEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2738 + $signature: 2735 }; A.CreditEditPDFVM.prototype = {}; A.CreditEditScreen.prototype = { @@ -499295,13 +498611,13 @@ call$1(store) { return A.CreditEditVM_CreditEditVM$fromStore(store); }, - $signature: 2739 + $signature: 2736 }; A.CreditEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.CreditEdit(viewModel, new A.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_int)); }, - $signature: 2740 + $signature: 2737 }; A.CreditEditVM.prototype = {}; A.CreditEditVM_CreditEditVM$fromStore_closure.prototype = { @@ -499316,7 +498632,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 190 + $signature: 193 }; A.CreditEditVM_CreditEditVM$fromStore__closure1.prototype = { call$0() { @@ -499356,7 +498672,7 @@ return t3.then$1$1(0, new A.CreditEditVM_CreditEditVM$fromStore___closure1(t2, t4, _this.state, t1, $navigator, t5), type$.Null).catchError$1(new A.CreditEditVM_CreditEditVM$fromStore___closure2()); } }, - $signature: 129 + $signature: 130 }; A.CreditEditVM_CreditEditVM$fromStore___closure0.prototype = { call$1(context) { @@ -499420,7 +498736,7 @@ A.viewEntity(false, savedCredit, _null, true); } }, - $signature: 83 + $signature: 85 }; A.CreditEditVM_CreditEditVM$fromStore___closure2.prototype = { call$1(error) { @@ -499450,7 +498766,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.AddCreditItems(items)); }, - $signature: 318 + $signature: 321 }; A.CreditEditVM_CreditEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -499475,7 +498791,7 @@ t2[0].call$1(new A.SaveCreditDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFile, this.credit)); t1.then$1$1(0, new A.CreditEditVM_CreditEditVM$fromStore__closure(context), type$.Null).catchError$1(new A.CreditEditVM_CreditEditVM$fromStore__closure0(context)); }, - $signature: 319 + $signature: 322 }; A.CreditEditVM_CreditEditVM$fromStore__closure.prototype = { call$1(client) { @@ -499487,7 +498803,7 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 81 }; A.CreditEditVM_CreditEditVM$fromStore__closure0.prototype = { call$1(error) { @@ -499511,13 +498827,13 @@ call$1(store) { return A.CreditViewVM_CreditViewVM$fromStore(store); }, - $signature: 2744 + $signature: 2741 }; A.CreditViewScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.creditUIState.tabIndex, null); }, - $signature: 2745 + $signature: 2742 }; A.CreditViewVM.prototype = {}; A.CreditViewVM_CreditViewVM$fromStore__handleRefresh.prototype = { @@ -499550,7 +498866,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 320 + $signature: 323 }; A.CreditViewVM_CreditViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -499566,7 +498882,7 @@ t2[0].call$1(new A.SaveCreditDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFile, this.credit)); t1.then$1$1(0, new A.CreditViewVM_CreditViewVM$fromStore__closure(context), type$.Null).catchError$1(new A.CreditViewVM_CreditViewVM$fromStore__closure0(context)); }, - $signature: 112 + $signature: 105 }; A.CreditViewVM_CreditViewVM$fromStore__closure.prototype = { call$1(client) { @@ -499578,7 +498894,7 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 81 }; A.CreditViewVM_CreditViewVM$fromStore__closure0.prototype = { call$1(error) { @@ -499601,7 +498917,7 @@ call$2(context, credit) { return this.call$3(context, credit, null); }, - $signature: 321 + $signature: 324 }; A.DashboardActivity.prototype = { build$1(context) { @@ -499616,13 +498932,13 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A.DashboardActivity_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list$_list[index], true, null); }, - $signature: 299 + $signature: 311 }; A.DashboardChart.prototype = { createState$0() { @@ -499715,7 +499031,7 @@ call$1(datumPair) { return datumPair.series.id === "current"; }, - $signature: 2749 + $signature: 2746 }; A._DashboardChartState__onSelectionChanged_closure0.prototype = { call$1(datumPair) { @@ -499724,7 +499040,7 @@ t1.total = t1.total + t2.get$amount(); this.measures.$indexSet(0, datumPair.series.displayName, t2.get$amount()); }, - $signature: 2750 + $signature: 2747 }; A._DashboardChartState__onSelectionChanged_closure1.prototype = { call$0() { @@ -499804,7 +499120,7 @@ t5 = new A.SizedBox(_null, _null, _null, _null); return A.InkWell$(false, _null, true, A.Container$(_null, A.Column$(A._setArrayType([t3, new A.SizedBox(_null, 4, _null, _null), t4, new A.SizedBox(_null, 4, _null, _null), t5], type$.JSArray_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, t2, _null, _null, _null, _null, _null, _null, new A.EdgeInsets(16, 16, 32, 16), _null, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._DashboardChartState_build__closure(t1, index), _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2751 + $signature: 2748 }; A._DashboardChartState_build__closure.prototype = { call$0() { @@ -499942,21 +499258,21 @@ call$1(value) { return value !== B.DateRange_allTime; }, - $signature: 234 + $signature: 238 }; A._DashboardDateRangePickerState_build_closure0.prototype = { call$1(dateRange) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(dateRange.name), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.DateRange); }, - $signature: 304 + $signature: 284 }; A._DashboardDateRangePickerState_build_closure1.prototype = { call$1(dateRange) { var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure6(t1, dateRange)); }, - $signature: 2752 + $signature: 2749 }; A._DashboardDateRangePickerState_build__closure6.prototype = { call$0() { @@ -500008,14 +499324,14 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(dateRange.name), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.DateRangeComparison); }, - $signature: 2753 + $signature: 2750 }; A._DashboardDateRangePickerState_build_closure6.prototype = { call$1(dateRange) { var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure2(t1, dateRange)); }, - $signature: 2754 + $signature: 2751 }; A._DashboardDateRangePickerState_build__closure2.prototype = { call$0() { @@ -500203,7 +499519,7 @@ var t1 = this.$this.viewModel; return new A.DashboardDateRangePicker(t1.dashboardUIState, t1.onSettingsChanged, null); }, - $signature: 2755 + $signature: 2752 }; A.DashboardPanels__header_closure.prototype = { call$2(context, constraints) { @@ -500284,13 +499600,13 @@ } return A.Material$(B.Duration_200000, true, _null, new A.Padding(B.EdgeInsets_16_8_16_2, A.Row$(t5, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), B.Clip_0, t1.cardColor, 6, _null, _null, _null, _null, _null, B.MaterialType_0); }, - $signature: 2756 + $signature: 2753 }; A.DashboardPanels__header__closure.prototype = { call$1(value) { this.$this.viewModel.onGroupByChanged.call$1(value); }, - $signature: 96 + $signature: 94 }; A.DashboardPanels__header__closure0.prototype = { call$1(value) { @@ -500305,13 +499621,13 @@ t3 = t2._eval$1("MappedIterable>"); return A.List_List$of(new A.MappedIterable(new A.WhereIterable(t1, new A.DashboardPanels__header___closure0(), t2._eval$1("WhereIterable")), new A.DashboardPanels__header___closure1(this.localization), t3), true, t3._eval$1("Iterable.E")); }, - $signature: 2757 + $signature: 2754 }; A.DashboardPanels__header___closure0.prototype = { call$1(value) { return value !== B.DateRange_allTime; }, - $signature: 234 + $signature: 238 }; A.DashboardPanels__header___closure1.prototype = { call$1(dateRange) { @@ -500327,7 +499643,7 @@ t1 = t1.lookup$1(dateRange.name); return A.PopupMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), dateRange, type$.DateRange); }, - $signature: 2758 + $signature: 2755 }; A.DashboardPanels__header__closure2.prototype = { call$1(dateRange) { @@ -500340,7 +499656,7 @@ t1.viewModel.onSettingsChanged.call$1(settings); } }, - $signature: 2759 + $signature: 2756 }; A.DashboardPanels__header___closure.prototype = { call$1(duration) { @@ -500363,13 +499679,13 @@ t1.toString; return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, currencyId, type$.String); }, - $signature: 39 + $signature: 40 }; A.DashboardPanels__header__closure4.prototype = { call$1(currencyId) { this.$this.viewModel.onCurrencyChanged.call$1(currencyId); }, - $signature: 96 + $signature: 94 }; A.DashboardPanels__header_closure__showSettings.prototype = { call$0() { @@ -500381,7 +499697,7 @@ call$1(context) { return new A._DashboardSettings(this.isWide, this.$this.viewModel, null); }, - $signature: 2760 + $signature: 2757 }; A.DashboardPanels__header__closure5.prototype = { call$0() { @@ -500424,7 +499740,7 @@ t6 = A.Text$(client != null ? client.displayName : task.number, _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null); return A.Card$(new A.AppBorder(new A.ConstrainedBox(new A.BoxConstraints(0, 180, 0, 1 / 0), A.Tooltip$(A.ListTile$(false, _null, true, _null, true, _null, _null, false, _null, A.ActionMenuButton$(task, task.getActions$2$includeEdit$userCompany(true, t1[t2].userCompany), _null, _null, false, new A.DashboardPanels__runningTasks__closure(task)), _null, new A.DashboardPanels__runningTasks__closure0(task), new A.DashboardPanels__runningTasks__closure1(task, client), false, _null, _null, _null, t6, _null, new A.LiveText(_null, new A.DashboardPanels__runningTasks__closure2(task), _null, 1, _null), _null, _null), t5), _null), _null, _null, _null, !t4, _null), _null, _null, 4, _null, true, new A.RoundedRectangleBorder(t3, B.BorderSide_8xm)); }, - $signature: 2761 + $signature: 2758 }; A.DashboardPanels__runningTasks__closure2.prototype = { call$0() { @@ -500455,35 +499771,35 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = this.settings.offset + 1; return b; }, - $signature: 152 + $signature: 164 }; A.DashboardPanels_build_closure0.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._dashboard_state$_offset = this.settings.offset + 1; return b; }, - $signature: 152 + $signature: 164 }; A.DashboardPanels_build_closure1.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._dashboard_state$_offset = this.settings.offset + 1; return b; }, - $signature: 152 + $signature: 164 }; A.DashboardPanels_build_closure2.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._dashboard_state$_offset = this.settings.offset + 1; return b; }, - $signature: 152 + $signature: 164 }; A.DashboardPanels_build_closure3.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._dashboard_state$_offset = this.settings.offset + 1; return b; }, - $signature: 152 + $signature: 164 }; A.DashboardPanels_build_closure4.prototype = { call$2(context, index) { @@ -500746,7 +500062,7 @@ t5.toString; return A.FormCard$(_null, A._setArrayType([t4, new A.SizedBox(_null, 6, _null, _null), A.Text$(t5, _null, _null, _null, _null, _null, t3.headlineSmall, B.TextAlign_2, _null, _null), new A.SizedBox(_null, 6, _null, _null), A.Text$(t2.lookup$1(t1), _null, _null, _null, _null, _null, t3.bodySmall, B.TextAlign_2, _null, _null)], type$.JSArray_Widget), _null, _null, false, _null, false, _null, B.EdgeInsets_0_0_0_0); }, - $signature: 2762 + $signature: 2759 }; A.DashboardPanels_build__closure4.prototype = { call$0() { @@ -500760,7 +500076,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: 322 + $signature: 290 }; A.DashboardPanels_build__closure6.prototype = { call$0() { @@ -500774,7 +500090,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: 322 + $signature: 290 }; A.DashboardPanels_build__closure8.prototype = { call$0() { @@ -500788,7 +500104,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: 322 + $signature: 290 }; A.DashboardPanels_build__closure10.prototype = { call$0() { @@ -500802,7 +500118,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: 322 + $signature: 290 }; A.DashboardPanels_build__closure12.prototype = { call$0() { @@ -500816,7 +500132,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: 322 + $signature: 290 }; A._DashboardPanel.prototype = { createState$0() { @@ -500899,37 +500215,37 @@ call$2(chartData, _) { return chartData.date; }, - $signature: 323 + $signature: 327 }; A.__DashboardPanelState_build__closure1.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 324 + $signature: 328 }; A.__DashboardPanelState_build__closure.prototype = { call$2(chartData, _) { return B.Color_ePM; }, - $signature: 325 + $signature: 330 }; A.__DashboardPanelState_build__closure2.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 326 + $signature: 331 }; A.__DashboardPanelState_build__closure4.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 323 + $signature: 327 }; A.__DashboardPanelState_build__closure5.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 324 + $signature: 328 }; A.__DashboardPanelState_build__closure3.prototype = { call$2(chartData, _) { @@ -500937,13 +500253,13 @@ t1.toString; return A.ColorUtil_fromDartColor(t1); }, - $signature: 325 + $signature: 330 }; A.__DashboardPanelState_build__closure6.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 326 + $signature: 331 }; A._OverviewPanel.prototype = { createState$0() { @@ -501049,61 +500365,61 @@ call$2(chartData, _) { return chartData.date; }, - $signature: 323 + $signature: 327 }; A.__OverviewPanelState_build__closure1.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 324 + $signature: 328 }; A.__OverviewPanelState_build__closure.prototype = { call$2(chartData, _) { return A.ColorUtil_fromDartColor(B.MaterialColor_Map_MUpTk_4288585374); }, - $signature: 325 + $signature: 330 }; A.__OverviewPanelState_build__closure2.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 326 + $signature: 331 }; A.__OverviewPanelState_build__closure4.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 323 + $signature: 327 }; A.__OverviewPanelState_build__closure5.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 324 + $signature: 328 }; A.__OverviewPanelState_build__closure3.prototype = { call$2(chartData, _) { return A.ColorUtil_fromDartColor(B.MaterialColor_Map_JNgz5_4283215696); }, - $signature: 325 + $signature: 330 }; A.__OverviewPanelState_build__closure6.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 326 + $signature: 331 }; A.__OverviewPanelState_build__closure8.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 323 + $signature: 327 }; A.__OverviewPanelState_build__closure9.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 324 + $signature: 328 }; A.__OverviewPanelState_build__closure7.prototype = { call$2(chartData, _) { @@ -501111,13 +500427,13 @@ t1.toString; return A.ColorUtil_fromDartColor(t1); }, - $signature: 325 + $signature: 330 }; A.__OverviewPanelState_build__closure10.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 326 + $signature: 331 }; A.__OverviewPanelState_build_closure0.prototype = { call$0() { @@ -501267,7 +500583,7 @@ this.viewModel.onGroupByChanged.call$1(value); this.$this.setState$1(new A.__DashboardSettingsState_build__closure9()); }, - $signature: 96 + $signature: 94 }; A.__DashboardSettingsState_build__closure9.prototype = { call$0() { @@ -501301,14 +500617,14 @@ t1.toString; return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, currencyId, type$.String); }, - $signature: 39 + $signature: 40 }; A.__DashboardSettingsState_build_closure2.prototype = { call$1(currencyId) { this.viewModel.onCurrencyChanged.call$1(currencyId); this.$this.setState$1(new A.__DashboardSettingsState_build__closure7()); }, - $signature: 96 + $signature: 94 }; A.__DashboardSettingsState_build__closure7.prototype = { call$0() { @@ -501350,7 +500666,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 94 + $signature: 95 }; A.__DashboardSettingsState_build_closure6.prototype = { call$2(oldIndex, newIndex) { @@ -501374,7 +500690,7 @@ t2[0].call$1(new A.UpdateDashboardFields(t1)); this.$this.setState$1(new A.__DashboardSettingsState_build__closure3()); }, - $signature: 191 + $signature: 200 }; A.__DashboardSettingsState_build__closure2.prototype = { call$1(b) { @@ -501385,7 +500701,7 @@ B.JSArray_methods.insert$2(b.get$_safeList(), t1, this.field); return b; }, - $signature: 605 + $signature: 450 }; A.__DashboardSettingsState_build__closure3.prototype = { call$0() { @@ -501408,7 +500724,7 @@ B.JSArray_methods.remove$1(b.get$_safeList(), this.dashboardField); return b; }, - $signature: 605 + $signature: 450 }; A.__DashboardSettingsState_build__closure5.prototype = { call$0() { @@ -501444,7 +500760,7 @@ call$1(context) { return new A._DashboardField(null); }, - $signature: 2770 + $signature: 2767 }; A.__DashboardSettingsState_build__closure1.prototype = { call$0() { @@ -501467,7 +500783,7 @@ } this.$this.setState$1(new A.__DashboardSettingsState_build__closure()); }, - $signature: 8 + $signature: 7 }; A.__DashboardSettingsState_build__closure.prototype = { call$0() { @@ -501479,7 +500795,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$("" + value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.int); }, - $signature: 180 + $signature: 176 }; A._DashboardField.prototype = { createState$0() { @@ -501556,7 +500872,7 @@ call$2(entityType, fields) { J.forEach$1$ax(fields, new A._DashboardFieldState_build__closure3(this.company, entityType, this.items, this.localization)); }, - $signature: 2771 + $signature: 2768 }; A._DashboardFieldState_build__closure3.prototype = { call$1(field) { @@ -501571,7 +500887,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardFieldState_build__closure2(t1, value)); }, - $signature: 8 + $signature: 7 }; A._DashboardFieldState_build__closure2.prototype = { call$0() { @@ -501584,7 +500900,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardFieldState_build__closure1(t1, value)); }, - $signature: 8 + $signature: 7 }; A._DashboardFieldState_build__closure1.prototype = { call$0() { @@ -501624,7 +500940,7 @@ var t1 = this.$this; return field.field === t1._dashboard_panels$_field && field.period === t1._dashboard_panels$_period; }, - $signature: 2772 + $signature: 2769 }; A._DashboardFieldState_build__closure0.prototype = { call$1(b) { @@ -501634,7 +500950,7 @@ B.JSArray_methods.add$1(b.get$_safeList(), t1); return b; }, - $signature: 605 + $signature: 450 }; A.DashboardScreen.prototype = { createState$0() { @@ -501906,7 +501222,7 @@ if (this.company.isModuleEnabled$1(entityType)) this.$this._tabs.push(entityType); }, - $signature: 253 + $signature: 247 }; A._DashboardScreenState_initState_closure0.prototype = { call$1(duration) { @@ -501922,7 +501238,7 @@ t1 = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany; return new A.SettingsWizard(t1.user, t1.company, null); }, - $signature: 2773 + $signature: 2770 }; A._DashboardScreenState_build_closure.prototype = { call$1(context) { @@ -501935,7 +501251,7 @@ t1.toString; return A.InkWell$(false, _null, true, A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null, _null), _null, new A._DashboardScreenState_build__closure3(context), _null, _null, _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: 466 + $signature: 521 }; A._DashboardScreenState_build__closure3.prototype = { call$0() { @@ -501949,7 +501265,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterCompany(value)); }, - $signature: 28 + $signature: 27 }; A._DashboardScreenState_build_closure1.prototype = { call$0() { @@ -501997,7 +501313,7 @@ b.get$_account_model$_$this()._setReactAsDefaultAP = true; return b; }, - $signature: 2774 + $signature: 2771 }; A._DashboardScreenState_build__closure1.prototype = { call$1(_) { @@ -502006,7 +501322,7 @@ t1[0].call$1(new A.StopSaving()); window.location.reload(); }, - $signature: 8 + $signature: 7 }; A._DashboardScreenState_build__closure2.prototype = { call$1(error) { @@ -502032,7 +501348,7 @@ t2 = _null; return A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58132_MaterialIcons_null_false, _null, _null, _null), _null, new A._DashboardScreenState_build__closure(context, t1, this.store), B.EdgeInsets_4_0_24_0, _null, _null, t2, _null); }, - $signature: 462 + $signature: 532 }; A._DashboardScreenState_build__closure.prototype = { call$0() { @@ -502133,7 +501449,7 @@ } return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t3, _null, _null, new A._CustomTabBarView_build__closure(entity), false, _null, _null, _null, A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t2, t4, _null); }, - $signature: 491 + $signature: 476 }; A._CustomTabBarView_build__closure.prototype = { call$0() { @@ -502188,7 +501504,7 @@ return new A.ConfirmEmailBuilder(null); return new A.DashboardScreen(viewModel, new A.ValueKey("__" + company.id + "_" + company.enabledModules + "_" + (state.prefState.appLayout === B.AppLayout_desktop) + "__", type$.ValueKey_String)); }, - $signature: 2775 + $signature: 2772 }; A.DashboardVM.prototype = {}; A.DashboardVM_fromStore__handleRefresh.prototype = { @@ -502226,7 +501542,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateDashboardSettings(settings, _null, _null, _null, _null)); }, - $signature: 2776 + $signature: 2773 }; A.DashboardVM_fromStore_closure4.prototype = { call$1(value) { @@ -502235,7 +501551,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateDashboardSettings(_null, _null, _null, value, _null)); }, - $signature: 29 + $signature: 28 }; A.DashboardVM_fromStore_closure5.prototype = { call$1(value) { @@ -502244,7 +501560,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateDashboardSettings(_null, _null, _null, _null, value)); }, - $signature: 199 + $signature: 205 }; A.DashboardVM_fromStore_closure1.prototype = { call$2(entityType, entityIds) { @@ -502252,7 +501568,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateDashboardSelection(entityType, entityIds)); }, - $signature: 2778 + $signature: 2775 }; A.DashboardVM_fromStore_closure2.prototype = { call$1(offset) { @@ -502261,7 +501577,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateDashboardSettings(_null, offset, _null, _null, _null)); }, - $signature: 401 + $signature: 384 }; A.DashboardVM_fromStore_closure3.prototype = { call$1(currencyId) { @@ -502270,7 +501586,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateDashboardSettings(_null, _null, currencyId, _null, _null)); }, - $signature: 199 + $signature: 205 }; A.DashboardVM_fromStore_closure6.prototype = { call$0() { @@ -502414,13 +501730,13 @@ t1.toString; return new A.InvoiceListItem(t1, null, false, false, null, false, null); }, - $signature: 413 + $signature: 351 }; A.InvoiceSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A.InvoiceSidebar_build_closure1.prototype = { call$2(context, index) { @@ -502428,13 +501744,13 @@ t1.toString; return new A.InvoiceListItem(t1, null, false, false, null, false, null); }, - $signature: 413 + $signature: 351 }; A.InvoiceSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A.InvoiceSidebar_build_closure3.prototype = { call$2(context, index) { @@ -502449,7 +501765,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A.PaymentSidebar.prototype = { build$1(context) { @@ -502499,13 +501815,13 @@ t1.toString; return new A.PaymentListItem(t1, null, false, false, null, false, null); }, - $signature: 520 + $signature: 447 }; A.PaymentSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A.PaymentSidebar_build_closure1.prototype = { call$2(context, index) { @@ -502520,7 +501836,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A.QuoteSidebar.prototype = { build$1(context) { @@ -502582,13 +501898,13 @@ t1.toString; return new A.QuoteListItem(t1, null, false, null); }, - $signature: 521 + $signature: 445 }; A.QuoteSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A.QuoteSidebar_build_closure1.prototype = { call$2(context, index) { @@ -502596,13 +501912,13 @@ t1.toString; return new A.QuoteListItem(t1, null, false, null); }, - $signature: 521 + $signature: 445 }; A.QuoteSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A.QuoteSidebar_build_closure3.prototype = { call$2(context, index) { @@ -502617,7 +501933,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A.TaskSidebar.prototype = { build$1(context) { @@ -502679,25 +501995,25 @@ t1.toString; return A.TaskListItem$(null, false, true, null, null, false, t1); }, - $signature: 414 + $signature: 350 }; A.TaskSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; 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: 414 + $signature: 350 }; A.TaskSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A.TaskSidebar_build_closure3.prototype = { call$2(context, index) { @@ -502712,7 +502028,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A.ExpenseSidbar.prototype = { build$1(context) { @@ -502762,13 +502078,13 @@ t1.toString; return A.ExpenseListItem$(t1, null, false, true, null, null, false, false); }, - $signature: 415 + $signature: 349 }; A.ExpenseSidbar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A.ExpenseSidbar_build_closure1.prototype = { call$2(context, index) { @@ -502783,7 +502099,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A._DashboardSidebar.prototype = { build$1(context) { @@ -502910,7 +502226,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.designList, B.EntityType_design, new A.DesignListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, null, viewModel.state, viewModel.tableColumns); }, - $signature: 2784 + $signature: 2781 }; A.DesignListBuilder_build__closure.prototype = { call$2(context, index) { @@ -502925,7 +502241,7 @@ t3 = false; return new A.DesignListItem(t2, t1.filter, t3, null); }, - $signature: 2785 + $signature: 2782 }; A.DesignListVM.prototype = {}; A.DesignListVM_fromStore__handleRefresh.prototype = { @@ -503013,7 +502329,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterDesigns(value)); }, - $signature: 28 + $signature: 27 }; A.DesignScreen_build_closure8.prototype = { call$2(state, value) { @@ -503021,7 +502337,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterDesignsByState(state)); }, - $signature: 66 + $signature: 67 }; A.DesignScreen_build_closure9.prototype = { call$0() { @@ -503054,7 +502370,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterDesignsByState(state)); }, - $signature: 62 + $signature: 61 }; A.DesignScreen_build_closure.prototype = { call$0() { @@ -503123,7 +502439,7 @@ call$2(context, vm) { return new A.DesignScreen(vm, null); }, - $signature: 2786 + $signature: 2783 }; A.DesignScreenVM.prototype = {}; A.DesignEdit.prototype = { @@ -503431,7 +502747,7 @@ b.get$design().replace$1(0, A.BuiltMap_BuiltMap(A.LinkedHashMap_LinkedHashMap$_literal(["header", B.JSString_methods.trim$0(t1._headerController._change_notifier$_value.text), "body", B.JSString_methods.trim$0(t1._bodyController._change_notifier$_value.text), "footer", B.JSString_methods.trim$0(t1._footerController._change_notifier$_value.text), "product", B.JSString_methods.trim$0(t1._productsController._change_notifier$_value.text), "task", B.JSString_methods.trim$0(t1._tasksController._change_notifier$_value.text), "includes", B.JSString_methods.trim$0(t1._includesController._change_notifier$_value.text)], t2, t2), t2, t2)); return b; }, - $signature: 242 + $signature: 241 }; A._DesignEditState__onChanged_closure0.prototype = { call$0() { @@ -503500,7 +502816,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 700 + $signature: 714 }; A._DesignEditState__loadPreview__closure.prototype = { call$0() { @@ -503533,7 +502849,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._DesignEditState_build_closure.prototype = { call$1(context) { @@ -503695,7 +503011,7 @@ if (value != null) this.$this._widget.onLoadDesign$1(value); }, - $signature: 143 + $signature: 135 }; A._DesignSettingsState_build_closure1.prototype = { call$1(value) { @@ -503708,14 +503024,14 @@ b.get$_design_model$_$this()._isTemplate = this.value; return b; }, - $signature: 242 + $signature: 241 }; A._DesignSettingsState_build_closure2.prototype = { call$1(entityType) { var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.isModuleEnabled$1(entityType); }, - $signature: 236 + $signature: 249 }; A._DesignSettingsState_build_closure3.prototype = { call$1(entityType) { @@ -503724,7 +503040,7 @@ t2 = B.JSArray_methods.contains$1(t1, entityType.get$apiValue()); return A.CheckboxListTile$(_null, _null, B.ListTileControlAffinity_0, _null, _null, new A._DesignSettingsState_build__closure1(_this.$this, t1, entityType, _this.design), A.Text$(_this.localization.lookup$1(entityType.get$plural()), _null, _null, _null, _null, _null, _null, _null, _null, _null), t2); }, - $signature: 2791 + $signature: 2788 }; A._DesignSettingsState_build__closure1.prototype = { call$1(value) { @@ -503746,7 +503062,7 @@ b.get$_design_model$_$this()._entities = t1; return b; }, - $signature: 242 + $signature: 241 }; A._DesignSettingsState_build____closure.prototype = { call$1(entity) { @@ -503803,7 +503119,7 @@ call$1(context) { return new A._DesignImportDialog(null); }, - $signature: 2792 + $signature: 2789 }; A._DesignSettingsState_build__closure0.prototype = { call$1(b) { @@ -503815,7 +503131,7 @@ t1.replace$1(0, A.BuiltMap_BuiltMap(B.C_JsonCodec.decode$2$reviver(0, t2, null), t3, t3)); return b; }, - $signature: 242 + $signature: 241 }; A._DesignSettingsState_build_closure6.prototype = { call$0() { @@ -503882,7 +503198,7 @@ t1.toString; return t1; }, - $signature: 105 + $signature: 108 }; A.HtmlDesignPreview.prototype = { build$1(context) { @@ -504025,13 +503341,13 @@ call$1(store) { return A.DesignEditVM_DesignEditVM$fromStore(store); }, - $signature: 2793 + $signature: 2790 }; A.DesignEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.DesignEdit(viewModel, null); }, - $signature: 2794 + $signature: 2791 }; A.DesignEditVM.prototype = { get$design() { @@ -504047,7 +503363,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateDesign(design)); }, - $signature: 544 + $signature: 484 }; A.DesignEditVM_DesignEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -504218,7 +503534,7 @@ t1.toString; return !t1 && invoice.designId === this.design.id; }, - $signature: 416 + $signature: 348 }; A._DesignViewState_build_closure1.prototype = { call$1(quoteId) { @@ -504233,7 +503549,7 @@ t1.toString; return !t1 && quote.designId === this.design.id; }, - $signature: 416 + $signature: 348 }; A._DesignViewState_build_closure3.prototype = { call$1(creditId) { @@ -504248,7 +503564,7 @@ t1.toString; return !t1 && credit.designId === this.design.id; }, - $signature: 416 + $signature: 348 }; A._DesignViewState_build_closure5.prototype = { call$1(invoiceId) { @@ -504263,7 +503579,7 @@ t1.toString; return !t1 && invoice.designId === this.design.id; }, - $signature: 416 + $signature: 348 }; A._DesignViewState_build_closure7.prototype = { call$0() { @@ -504281,13 +503597,13 @@ call$1(store) { return A.DesignViewVM_DesignViewVM$fromStore(store); }, - $signature: 2796 + $signature: 2793 }; A.DesignViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.DesignView(vm, this.$this.isFilter, null); }, - $signature: 2797 + $signature: 2794 }; A.DesignViewVM.prototype = { get$design() { @@ -504364,7 +503680,7 @@ } return t1; }, - $signature: 117 + $signature: 114 }; A.DocumentListItem_build__closure2.prototype = { call$0() { @@ -504434,7 +503750,7 @@ } return A.EntityList$(viewModel.documentList, B.EntityType_document, new A.DocumentListBuilder_build__closure0(viewModel), viewModel.onClearMultielsect, new A.DocumentListBuilder_build__closure1(viewModel), viewModel.onSortColumn, new A.DocumentPresenter(), t2, viewModel.tableColumns); }, - $signature: 2798 + $signature: 2795 }; A.DocumentListBuilder_build__closure.prototype = { call$0() { @@ -504446,7 +503762,7 @@ call$1(context) { return this.viewModel.onRefreshed.call$2(context, false); }, - $signature: 49 + $signature: 48 }; A.DocumentListBuilder_build__closure0.prototype = { call$2(context, index) { @@ -504463,7 +503779,7 @@ t3 = false; return new A.DocumentListItem(t4, t3, t2, t1.filter, null); }, - $signature: 2799 + $signature: 2796 }; A.DocumentListVM.prototype = {}; A.DocumentListVM_fromStore__handleRefresh.prototype = { @@ -504486,13 +503802,13 @@ t1[0].call$1(new A.RefreshData(completer, clearData, false, false)); return completer.future; }, - $signature: 222 + $signature: 219 }; A.DocumentListVM_fromStore_closure.prototype = { call$2(context, clearData) { return this._handleRefresh.call$2(context, clearData); }, - $signature: 222 + $signature: 219 }; A.DocumentListVM_fromStore_closure0.prototype = { call$1(field) { @@ -504595,7 +503911,7 @@ b.get$_document_status_model$_$this()._document_status_model$_name = t1; return b; }, - $signature: 328 + $signature: 333 }; A.DocumentScreen_build_closure0.prototype = { call$1(b) { @@ -504605,7 +503921,7 @@ b.get$_document_status_model$_$this()._document_status_model$_name = t1; return b; }, - $signature: 328 + $signature: 333 }; A.DocumentScreen_build_closure1.prototype = { call$1(b) { @@ -504626,7 +503942,7 @@ b.get$_document_status_model$_$this()._document_status_model$_name = t1; return b; }, - $signature: 328 + $signature: 333 }; A.DocumentScreen_build_closure2.prototype = { call$1(b) { @@ -504641,7 +503957,7 @@ b.get$_document_status_model$_$this()._document_status_model$_name = t1; return b; }, - $signature: 328 + $signature: 333 }; A.DocumentScreen_build_closure3.prototype = { call$1(b) { @@ -504662,7 +503978,7 @@ b.get$_document_status_model$_$this()._document_status_model$_name = t1; return b; }, - $signature: 328 + $signature: 333 }; A.DocumentScreen_build_closure14.prototype = { call$0() { @@ -504678,7 +503994,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterDocuments(value)); }, - $signature: 28 + $signature: 27 }; A.DocumentScreen_build_closure5.prototype = { call$2($status, value) { @@ -504686,7 +504002,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterDocumentsByStatus($status)); }, - $signature: 161 + $signature: 153 }; A.DocumentScreen_build_closure13.prototype = { call$0() { @@ -504751,7 +504067,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterDocumentsByStatus($status)); }, - $signature: 184 + $signature: 177 }; A.DocumentScreen_build_closure6.prototype = { call$0() { @@ -504780,7 +504096,7 @@ call$2(context, vm) { return new A.DocumentScreen(vm, null); }, - $signature: 2804 + $signature: 2801 }; A.DocumentScreenVM.prototype = {}; A.DocumentEdit.prototype = { @@ -504883,7 +504199,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._DocumentEditState_build_closure.prototype = { call$1(context) { @@ -504897,7 +504213,7 @@ t4 = type$.JSArray_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t3._document_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t2, _null, _null, false, _null, _null, new A._DocumentEditState_build__closure(t3), true, _null, _null, B.TextAlign_4, new A._DocumentEditState_build__closure0(t1))], t4), _null, _null, false, _null, false, _null, _null)], t4), _null, _null, _null, false, _null); }, - $signature: 136 + $signature: 138 }; A._DocumentEditState_build__closure.prototype = { call$1(_) { @@ -504929,13 +504245,13 @@ call$1(store) { return A.DocumentEditVM_DocumentEditVM$fromStore(store); }, - $signature: 2806 + $signature: 2803 }; A.DocumentEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.DocumentEdit(viewModel, new A.ValueKey(viewModel.document.updatedAt, type$.ValueKey_int)); }, - $signature: 2807 + $signature: 2804 }; A.DocumentEditVM.prototype = { get$document(receiver) { @@ -504961,7 +504277,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateDocument($document)); }, - $signature: 295 + $signature: 280 }; A.DocumentEditVM_DocumentEditVM$fromStore_closure0.prototype = { call$1(context) { @@ -505018,7 +504334,7 @@ } else A.viewEntityById(false, savedDocument.id, B.EntityType_document, null, true, true); }, - $signature: 295 + $signature: 280 }; A.DocumentEditVM_DocumentEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -505075,7 +504391,7 @@ t1.toString; return t1; }, - $signature: 105 + $signature: 108 }; A.DocumentViewScreen.prototype = { build$1(context) { @@ -505087,13 +504403,13 @@ call$1(store) { return A.DocumentViewVM_DocumentViewVM$fromStore(store); }, - $signature: 2808 + $signature: 2805 }; A.DocumentViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.DocumentView(vm, false, null); }, - $signature: 2809 + $signature: 2806 }; A.DocumentViewVM.prototype = { get$document(receiver) { @@ -505238,7 +504554,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._ExpenseEditState_build_closure2.prototype = { call$1(context) { @@ -505535,7 +504851,7 @@ call$1(vendor) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure18(vendor))); }, - $signature: 48 + $signature: 49 }; A.ExpenseEditDetailsState_build__closure18.prototype = { call$1(b) { @@ -505552,7 +504868,7 @@ call$1(completer) { this.viewModel.onAddVendorPressed.call$2(this.context, completer); }, - $signature: 208 + $signature: 213 }; A.ExpenseEditDetailsState_build_closure0.prototype = { call$2(completer, $name) { @@ -505561,14 +504877,14 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 163 + $signature: 150 }; A.ExpenseEditDetailsState_build__closure19.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 91 + $signature: 93 }; A.ExpenseEditDetailsState_build_closure3.prototype = { call$1(client) { @@ -505581,7 +504897,7 @@ } this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure17(client, currencyId))); }, - $signature: 48 + $signature: 49 }; A.ExpenseEditDetailsState_build__closure17.prototype = { call$1(b) { @@ -505596,7 +504912,7 @@ call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 208 + $signature: 213 }; A.ExpenseEditDetailsState_build_closure4.prototype = { call$1(selectedId) { @@ -505623,7 +504939,7 @@ call$1(category) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure14(category))); }, - $signature: 48 + $signature: 49 }; A.ExpenseEditDetailsState_build__closure14.prototype = { call$1(b) { @@ -505643,14 +504959,14 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveExpenseCategoryRequest(completer, t1)); }, - $signature: 163 + $signature: 150 }; A.ExpenseEditDetailsState_build__closure15.prototype = { call$1(b) { b.get$_expense_category_model$_$this()._expense_category_model$_name = this.name; return b; }, - $signature: 281 + $signature: 297 }; A.ExpenseEditDetailsState_build_closure7.prototype = { call$1(userId) { @@ -505682,7 +504998,7 @@ call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure11(amount))); }, - $signature: 532 + $signature: 601 }; A.ExpenseEditDetailsState_build__closure11.prototype = { call$1(b) { @@ -505723,7 +505039,7 @@ call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure8(amount))); }, - $signature: 532 + $signature: 601 }; A.ExpenseEditDetailsState_build__closure8.prototype = { call$1(b) { @@ -505764,7 +505080,7 @@ call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure5(amount))); }, - $signature: 532 + $signature: 601 }; A.ExpenseEditDetailsState_build__closure5.prototype = { call$1(b) { @@ -505793,7 +505109,7 @@ var t1 = this.viewModel; return t1.onChanged.call$1(t1.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure3(currency))); }, - $signature: 61 + $signature: 62 }; A.ExpenseEditDetailsState_build__closure3.prototype = { call$1(b) { @@ -505823,7 +505139,7 @@ call$1(value) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure1(value))); }, - $signature: 8 + $signature: 7 }; A.ExpenseEditDetailsState_build__closure1.prototype = { call$1(b) { @@ -505837,7 +505153,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, entry.key, type$.String); }, - $signature: 303 + $signature: 267 }; A.ExpenseEditDetailsState_build_closure21.prototype = { call$2(date, _) { @@ -505870,7 +505186,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$("" + value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.int); }, - $signature: 180 + $signature: 176 }; A.ExpenseEditNotes.prototype = { createState$0() { @@ -505989,7 +505305,7 @@ call$2(path, isPrivate) { return this.$this._widget.viewModel.onUploadDocument.call$3(this.context, path, isPrivate); }, - $signature: 140 + $signature: 142 }; A.ExpenseEditNotesState_build_closure0.prototype = { call$0() { @@ -506368,7 +505684,7 @@ call$1(paymentType) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditSettingsState_build__closure6(paymentType))); }, - $signature: 61 + $signature: 62 }; A.ExpenseEditSettingsState_build__closure6.prototype = { call$1(b) { @@ -506432,7 +505748,7 @@ call$1(currency) { return this.$this._setCurrency$1(type$.nullable_CurrencyEntity._as(currency)); }, - $signature: 354 + $signature: 405 }; A.ExpenseEditSettingsState_build_closure7.prototype = { call$1(hasFocus) { @@ -506479,7 +505795,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditSettingsState_build__closure0(value))); }, - $signature: 29 + $signature: 28 }; A.ExpenseEditSettingsState_build__closure0.prototype = { call$1(b) { @@ -506511,13 +505827,13 @@ call$1(store) { return A.ExpenseEditVM_ExpenseEditVM$fromStore(store); }, - $signature: 2813 + $signature: 2810 }; A.ExpenseEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.ExpenseEdit(viewModel, new A.ValueKey(viewModel.expense.updatedAt, type$.ValueKey_int)); }, - $signature: 2814 + $signature: 2811 }; A.AbstractExpenseEditVM.prototype = { get$expense() { @@ -506531,7 +505847,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateExpense(expense)); }, - $signature: 165 + $signature: 159 }; A.ExpenseEditVM_ExpenseEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -506554,7 +505870,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, _null, true); completer.future.then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure4(t3), t4); }, - $signature: 120 + $signature: 122 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure3.prototype = { call$1(_) { @@ -506583,7 +505899,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, _null, true); completer.future.then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure2(t3), t4); }, - $signature: 120 + $signature: 122 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure1.prototype = { call$1(_) { @@ -506613,7 +505929,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 190 + $signature: 193 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure5.prototype = { call$0() { @@ -506647,7 +505963,7 @@ return t3.then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0(t2, t4, _this.state, t1, $navigator, t5), type$.Null).catchError$1(new A.ExpenseEditVM_ExpenseEditVM$fromStore___closure1()); } }, - $signature: 129 + $signature: 130 }; A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0.prototype = { call$1(savedExpense) { @@ -506699,7 +506015,7 @@ A.viewEntity(false, savedExpense, _null, true); } }, - $signature: 165 + $signature: 159 }; A.ExpenseEditVM_ExpenseEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -506724,7 +506040,7 @@ t2[0].call$1(new A.SaveExpenseDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFile, this.expense)); t1.then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure(context), type$.Null).catchError$1(new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0(context)); }, - $signature: 319 + $signature: 322 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure.prototype = { call$1(client) { @@ -506736,7 +506052,7 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 81 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0.prototype = { call$1(error) { @@ -506881,7 +506197,7 @@ } return t1; }, - $signature: 117 + $signature: 114 }; A.ExpenseListItem_build__closure2.prototype = { call$0() { @@ -506942,7 +506258,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.expenseList, B.EntityType_expense, new A.ExpenseListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.ExpensePresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2815 + $signature: 2812 }; A.ExpenseListBuilder_build__closure.prototype = { call$2(context, index) { @@ -506955,7 +506271,7 @@ t3 = t4 && B.JSArray_methods.contains$1(t3._list$_list, t2.id); return A.ExpenseListItem$(t2, t1.filter, t3, true, null, null, t4, true); }, - $signature: 415 + $signature: 349 }; A.ExpenseListVM.prototype = { get$user(receiver) { @@ -507190,7 +506506,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 156 + $signature: 149 }; A.ExpenseScreen_build_closure0.prototype = { call$1(b) { @@ -507205,7 +506521,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 156 + $signature: 149 }; A.ExpenseScreen_build_closure1.prototype = { call$1(b) { @@ -507220,7 +506536,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 156 + $signature: 149 }; A.ExpenseScreen_build_closure2.prototype = { call$1(b) { @@ -507235,7 +506551,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 156 + $signature: 149 }; A.ExpenseScreen_build_closure3.prototype = { call$1(b) { @@ -507250,7 +506566,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 156 + $signature: 149 }; A.ExpenseScreen_build_closure18.prototype = { call$0() { @@ -507266,7 +506582,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterExpenses(value)); }, - $signature: 28 + $signature: 27 }; A.ExpenseScreen_build_closure16.prototype = { call$2(state, value) { @@ -507274,7 +506590,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterExpensesByState(state)); }, - $signature: 66 + $signature: 67 }; A.ExpenseScreen_build_closure15.prototype = { call$2($status, value) { @@ -507284,7 +506600,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterExpensesByStatus($status)); }, - $signature: 161 + $signature: 153 }; A.ExpenseScreen_build_closure17.prototype = { call$0() { @@ -507360,7 +506676,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterExpensesByState(state)); }, - $signature: 62 + $signature: 61 }; A.ExpenseScreen_build_closure12.prototype = { call$2($status, value) { @@ -507370,7 +506686,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterExpensesByStatus($status)); }, - $signature: 184 + $signature: 177 }; A.ExpenseScreen_build_closure5.prototype = { call$0() { @@ -507405,7 +506721,7 @@ call$2(context, vm) { return new A.ExpenseScreen(vm, null); }, - $signature: 2817 + $signature: 2814 }; A.ExpenseScreenVM.prototype = {}; A.ExpenseView.prototype = { @@ -507555,7 +506871,7 @@ t6 = true; return A.Column$(A._setArrayType([t1, new A.BottomButtons(t2, t5, B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringExpense], t3), t4) ? B.EntityAction_cloneToRecurring : B.EntityAction_cloneToExpense, t6, true, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 248 + $signature: 235 }; A._ExpenseViewState_build__closure.prototype = { call$0() { @@ -507609,7 +506925,7 @@ call$2(path, isPrivate) { return this.$this.viewModel.onUploadDocuments.call$3(this.context, path, isPrivate); }, - $signature: 140 + $signature: 142 }; A.ExpenseViewDocuments_build_closure0.prototype = { call$0() { @@ -507892,7 +507208,7 @@ t3.$indexSet(0, t2, t1 !== 1 && t1 !== 0 ? A.formatNumber(t1, t6, _null, _null, B.FormatNumberType_3, true, _null, _null, false) : _null); return A._setArrayType([new A.FieldGrid(t3, _null)], type$.JSArray_Widget); }, - $signature: 307 + $signature: 298 }; A.ExpenseViewSchedule.prototype = { createState$0() { @@ -507934,7 +507250,7 @@ var _null = null; return new A.Padding(B.EdgeInsets_0_16_0_0, A.Row$(A._setArrayType([A.Expanded$(A.Text$(A.formatDate(schedule.sendDate, this.context, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null); }, - $signature: 2818 + $signature: 2815 }; A.ExpenseViewScreen.prototype = { build$1(context) { @@ -507946,13 +507262,13 @@ call$1(store) { return A.ExpenseViewVM_ExpenseViewVM$fromStore(store); }, - $signature: 2819 + $signature: 2816 }; A.ExpenseViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ExpenseView(vm, this.$this.isFilter, vm.state.uiState.expenseUIState.tabIndex, null); }, - $signature: 2820 + $signature: 2817 }; A.AbstractExpenseViewVM.prototype = { get$expense() { @@ -507994,7 +507310,7 @@ t2[0].call$1(new A.SaveExpenseDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFiles, this.expense)); t1.then$1$1(0, new A.ExpenseViewVM_ExpenseViewVM$fromStore__closure(context), type$.Null).catchError$1(new A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0()); }, - $signature: 112 + $signature: 105 }; A.ExpenseViewVM_ExpenseViewVM$fromStore__closure.prototype = { call$1(client) { @@ -508006,7 +507322,7 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 81 }; A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0.prototype = { call$1(error) { @@ -508105,7 +507421,7 @@ b.get$_expense_category_model$_$this()._expense_category_model$_name = t1; return b; }, - $signature: 281 + $signature: 297 }; A._ExpenseCategoryEditState__onChanged_closure0.prototype = { call$0() { @@ -508117,7 +507433,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._ExpenseCategoryEditState_build_closure1.prototype = { call$1(_) { @@ -508138,7 +507454,7 @@ t5 = type$.JSArray_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, t3, _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$(t4.color, _null, new A._ExpenseCategoryEditState_build__closure1(_this.viewModel, t4))], t5), _null, _null, false, _null, false, _null, _null)], t5), _null, _null, _null, false, _null); }, - $signature: 136 + $signature: 138 }; A._ExpenseCategoryEditState_build__closure.prototype = { call$1(_) { @@ -508164,14 +507480,14 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.expenseCategory.rebuild$1(new A._ExpenseCategoryEditState_build___closure(value))); }, - $signature: 199 + $signature: 205 }; A._ExpenseCategoryEditState_build___closure.prototype = { call$1(b) { b.get$_expense_category_model$_$this()._expense_category_model$_color = this.value; return b; }, - $signature: 281 + $signature: 297 }; A.ExpenseCategoryEditScreen.prototype = { build$1(context) { @@ -508183,13 +507499,13 @@ call$1(store) { return A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore(store); }, - $signature: 2821 + $signature: 2818 }; A.ExpenseCategoryEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.ExpenseCategoryEdit(viewModel, new A.ValueKey(viewModel.expenseCategory.updatedAt, type$.ValueKey_int)); }, - $signature: 2822 + $signature: 2819 }; A.ExpenseCategoryEditVM.prototype = { get$expenseCategory() { @@ -508205,7 +507521,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateExpenseCategory(expenseCategory)); }, - $signature: 408 + $signature: 346 }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -508283,7 +507599,7 @@ } else if (t2.uiState.expenseCategoryUIState.saveCompleter == null) A.viewEntity(false, savedExpenseCategory, null, true); }, - $signature: 408 + $signature: 346 }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -508363,7 +507679,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.expenseCategoryList, B.EntityType_expenseCategory, new A.ExpenseCategoryListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.ExpenseCategoryPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2823 + $signature: 2820 }; A.ExpenseCategoryListBuilder_build__closure.prototype = { call$2(context, index) { @@ -508378,7 +507694,7 @@ t3 = false; return A.ExpenseCategoryListItem$(t2, t1.filter, t3, null, false); }, - $signature: 699 + $signature: 715 }; A.ExpenseCategoryListVM.prototype = {}; A.ExpenseCategoryListVM_fromStore__handleRefresh.prototype = { @@ -508492,7 +507808,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterExpenseCategories(value)); }, - $signature: 28 + $signature: 27 }; A.ExpenseCategoryScreen_build_closure8.prototype = { call$2(state, value) { @@ -508500,7 +507816,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterExpenseCategoriesByState(state)); }, - $signature: 66 + $signature: 67 }; A.ExpenseCategoryScreen_build_closure4.prototype = { call$1(value) { @@ -508516,7 +507832,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterExpenseCategoriesByState(state)); }, - $signature: 62 + $signature: 61 }; A.ExpenseCategoryScreen_build_closure.prototype = { call$0() { @@ -508583,7 +507899,7 @@ call$2(context, vm) { return new A.ExpenseCategoryScreen(vm, null); }, - $signature: 2825 + $signature: 2822 }; A.ExpenseCategoryScreenVM.prototype = {}; A.ExpenseCategoryView.prototype = { @@ -508660,13 +507976,13 @@ call$1(store) { return A.ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore(store); }, - $signature: 2826 + $signature: 2823 }; A.ExpenseCategoryViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ExpenseCategoryView(vm, this.$this.isFilter, null); }, - $signature: 2827 + $signature: 2824 }; A.ExpenseCategoryViewVM.prototype = { get$expenseCategory() { @@ -508766,7 +508082,7 @@ b.get$_group_model$_$this()._group_model$_name = t1; return b; }, - $signature: 524 + $signature: 599 }; A._GroupEditState__onChanged_closure0.prototype = { call$0() { @@ -508778,7 +508094,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._GroupEditState_build_closure1.prototype = { call$1(_) { @@ -508798,7 +508114,7 @@ t4 = type$.JSArray_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t3._group_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t2, _null, _null, false, _null, _null, new A._GroupEditState_build__closure(t3), true, _null, _null, B.TextAlign_4, new A._GroupEditState_build__closure0(t1))], t4), _null, _null, false, _null, false, _null, _null)], t4), _null, _null, _null, false, _null); }, - $signature: 136 + $signature: 138 }; A._GroupEditState_build__closure.prototype = { call$1(_) { @@ -508830,13 +508146,13 @@ call$1(store) { return A.GroupEditVM_GroupEditVM$fromStore(store); }, - $signature: 2828 + $signature: 2825 }; A.GroupEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.GroupEdit(viewModel, new A.ValueKey(viewModel.group.updatedAt, type$.ValueKey_int)); }, - $signature: 2829 + $signature: 2826 }; A.GroupEditVM.prototype = { get$group() { @@ -508852,7 +508168,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateGroup(group)); }, - $signature: 279 + $signature: 338 }; A.GroupEditVM_GroupEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -508936,7 +508252,7 @@ } else A.viewEntity(false, savedGroup, null, true); }, - $signature: 279 + $signature: 338 }; A.GroupEditVM_GroupEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -509011,7 +508327,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.groupList, B.EntityType_group, new A.GroupListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, null, viewModel.state, null); }, - $signature: 2830 + $signature: 2827 }; A.GroupListBuilder_build__closure.prototype = { call$2(context, index) { @@ -509026,7 +508342,7 @@ t3 = false; return new A.GroupListItem(t1.userCompany.user, t2, t1.filter, t3, null); }, - $signature: 2831 + $signature: 2828 }; A.GroupListVM.prototype = {}; A.GroupListVM_fromStore__handleRefresh.prototype = { @@ -509112,7 +508428,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterGroups(value)); }, - $signature: 28 + $signature: 27 }; A.GroupSettingsScreen_build_closure4.prototype = { call$2(state, value) { @@ -509120,7 +508436,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterGroupsByState(state)); }, - $signature: 66 + $signature: 67 }; A.GroupSettingsScreen_build_closure5.prototype = { call$0() { @@ -509153,7 +508469,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterGroupsByState(state)); }, - $signature: 62 + $signature: 61 }; A.GroupSettingsScreen_build_closure.prototype = { call$0() { @@ -509188,7 +508504,7 @@ call$2(context, vm) { return new A.GroupSettingsScreen(vm, null); }, - $signature: 2832 + $signature: 2829 }; A.GroupScreenVM.prototype = {}; A.GroupView.prototype = { @@ -509277,7 +508593,7 @@ call$2(path, isPrivate) { return this.viewModel.onUploadDocuments.call$3(this.context, path, isPrivate); }, - $signature: 140 + $signature: 142 }; A._GroupViewState_build_closure1.prototype = { call$0() { @@ -509991,13 +509307,13 @@ call$1(store) { return A.GroupViewVM_GroupViewVM$fromStore(store); }, - $signature: 2833 + $signature: 2830 }; A.GroupViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.GroupView(vm, this.$this.isFilter, null); }, - $signature: 2834 + $signature: 2831 }; A.GroupViewVM.prototype = { get$group() { @@ -510025,7 +509341,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 112 + $signature: 105 }; A.GroupViewVM_GroupViewVM$fromStore__closure.prototype = { call$1(client) { @@ -510037,7 +509353,7 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 81 }; A.GroupViewVM_GroupViewVM$fromStore__closure0.prototype = { call$1(error) { @@ -510167,13 +509483,13 @@ call$1(_) { this.$this._widget.viewModel.onSavePressed.call$2(this.context, this.action); }, - $signature: 28 + $signature: 27 }; A._InvoiceEditState_build_closure1.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._InvoiceEditState_build_closure2.prototype = { call$1(context) { @@ -510204,21 +509520,21 @@ t5 = type$.WhereTypeIterable_BaseEntity; return new A.InvoiceItemSelector(t1, new A._InvoiceEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.WhereTypeIterable(new A.MappedIterable(new A.WhereIterable(t2, new A._InvoiceEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._InvoiceEditState_build___closure1(t4), t3._eval$1("MappedIterable<1,BaseEntity?>")), t5), true, t5._eval$1("Iterable.E")), true, null); }, - $signature: 312 + $signature: 316 }; A._InvoiceEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 85 + $signature: 82 }; A._InvoiceEditState_build___closure1.prototype = { call$1(item) { var t1 = this.viewModel.state; return item.typeId === "2" ? t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, item.taskId) : t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, item.expenseId); }, - $signature: 313 + $signature: 317 }; A._InvoiceEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -510232,7 +509548,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 314 + $signature: 318 }; A.__InvoiceEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -510303,7 +509619,7 @@ call$2(contactA, contactB) { return B.JSString_methods.compareTo$1(contactA.get$fullName().toLowerCase(), contactB.get$fullName().toLowerCase()); }, - $signature: 2835 + $signature: 2832 }; A.InvoiceEditContacts_build_closure0.prototype = { call$1(contact) { @@ -510311,7 +509627,7 @@ invitation = t1.getInvitationForVendorContact$1(contact); return new A._VendorContactListTile(t1, contact, invitation, new A.InvoiceEditContacts_build__closure0(this.$this, invitation, contact), null); }, - $signature: 2836 + $signature: 2833 }; A.InvoiceEditContacts_build__closure0.prototype = { call$0() { @@ -510329,7 +509645,7 @@ else return B.JSString_methods.compareTo$1(contactA.get$fullName().toLowerCase(), contactB.get$fullName().toLowerCase()); }, - $signature: 2837 + $signature: 2834 }; A.InvoiceEditContacts_build_closure2.prototype = { call$1(contact) { @@ -510337,7 +509653,7 @@ invitation = t1.getInvitationForClientContact$1(contact); return new A._ClientContactListTile(t1, contact, invitation, new A.InvoiceEditContacts_build__closure(this.$this, invitation, contact), null); }, - $signature: 2838 + $signature: 2835 }; A.InvoiceEditContacts_build__closure.prototype = { call$0() { @@ -510511,13 +509827,13 @@ call$1(store) { return A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore(store, this.$this.entityType); }, - $signature: 2839 + $signature: 2836 }; A.InvoiceEditContactsScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditContacts(viewModel, null); }, - $signature: 2840 + $signature: 2837 }; A.EntityEditContactsVM.prototype = { get$company() { @@ -510561,7 +509877,7 @@ } else A.print("ERROR: entityType " + A.S(_this.entityType) + " not handled in invoice_edit_contacts_vm"); }, - $signature: 2841 + $signature: 2838 }; A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0.prototype = { call$1(contact) { @@ -510580,7 +509896,7 @@ } else A.print("ERROR: entityType " + A.S(_this.entityType) + " not handled in invoice_edit_contacts_vm"); }, - $signature: 2842 + $signature: 2839 }; A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure1.prototype = { call$1(invitation) { @@ -510609,7 +509925,7 @@ } else A.print("ERROR: entityType " + A.S(_this.entityType) + " not handled in invoice_edit_contacts_vm"); }, - $signature: 2843 + $signature: 2840 }; A.InvoiceEditDesktop.prototype = { createState$0() { @@ -511274,7 +510590,7 @@ b.get$_invoice_model$_$this()._footer = t1; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDesktopState__onChanged_closure0.prototype = { call$0() { @@ -511286,13 +510602,13 @@ call$1(item) { return !item.get$isEmpty(item) && item.typeId !== "2"; }, - $signature: 85 + $signature: 82 }; A.InvoiceEditDesktopState_build_closure0.prototype = { call$1(item) { return !item.get$isEmpty(item) && item.typeId === "2"; }, - $signature: 85 + $signature: 82 }; A.InvoiceEditDesktopState_build_closure1.prototype = { call$1(vendor) { @@ -511300,13 +510616,13 @@ t1.toString; t1.call$3(this.context, this.invoice, type$.nullable_VendorEntity._as(vendor)); }, - $signature: 48 + $signature: 49 }; A.InvoiceEditDesktopState_build_closure2.prototype = { call$1(completer) { return this.viewModel.onAddVendorPressed.call$2(this.context, completer); }, - $signature: 331 + $signature: 336 }; A.InvoiceEditDesktopState_build_closure3.prototype = { call$1(client) { @@ -511314,13 +510630,13 @@ t1.toString; t1.call$3(this.context, this.invoice, type$.nullable_ClientEntity._as(client)); }, - $signature: 48 + $signature: 49 }; A.InvoiceEditDesktopState_build_closure4.prototype = { call$1(completer) { return this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 331 + $signature: 336 }; A.InvoiceEditDesktopState_build_closure5.prototype = { call$0() { @@ -511338,21 +510654,21 @@ call$1(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure21(value))); }, - $signature: 8 + $signature: 7 }; A.InvoiceEditDesktopState_build__closure21.prototype = { call$1(b) { b.get$_invoice_model$_$this()._frequencyId = this.value; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDesktopState_build_closure7.prototype = { call$1(entry) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, entry.key, type$.String); }, - $signature: 303 + $signature: 267 }; A.InvoiceEditDesktopState_build_closure9.prototype = { call$2(date, _) { @@ -511365,7 +510681,7 @@ b.get$_invoice_model$_$this()._nextSendDate = this.date; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDesktopState_build_closure11.prototype = { call$1(value) { @@ -511378,27 +510694,27 @@ b.get$_invoice_model$_$this()._remainingCycles = this.value; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDesktopState_build_closure10.prototype = { call$1(value) { var _null = null; return A.DropdownMenuItem$(A.Text$("" + value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.int); }, - $signature: 180 + $signature: 176 }; A.InvoiceEditDesktopState_build_closure13.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure18(value))); }, - $signature: 8 + $signature: 7 }; A.InvoiceEditDesktopState_build__closure18.prototype = { call$1(b) { b.get$_invoice_model$_$this()._dueDateDays = this.value; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDesktopState_build_closure12.prototype = { call$1(value) { @@ -511425,7 +510741,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, "" + value, type$.String); }, - $signature: 535 + $signature: 593 }; A.InvoiceEditDesktopState_build_closure15.prototype = { call$1(val) { @@ -511454,7 +510770,7 @@ b.get$_invoice_model$_$this()._date = this.date; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDesktopState_build_closure16.prototype = { call$2(date, _) { @@ -511467,7 +510783,7 @@ b.get$_invoice_model$_$this()._dueDate = this.date; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDesktopState_build_closure17.prototype = { call$1(value) { @@ -511498,7 +510814,7 @@ b.get$_invoice_model$_$this()._partialDueDate = this.date; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDesktopState_build_closure19.prototype = { call$1(val) { @@ -511520,28 +510836,28 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure14(value))); }, - $signature: 29 + $signature: 28 }; A.InvoiceEditDesktopState_build__closure14.prototype = { call$1(b) { b.get$_invoice_model$_$this()._isAmountDiscount = this.value; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDesktopState_build_closure21.prototype = { call$1(context) { var t1 = type$.MappedListIterable_String_Text; return A.List_List$of(new A.MappedListIterable(A._setArrayType(["always", "optout", "optin", "off"], type$.JSArray_String), new A.InvoiceEditDesktopState_build__closure13(this.localization), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 309 + $signature: 312 }; A.InvoiceEditDesktopState_build__closure13.prototype = { call$1(type) { var _null = null; return A.Text$(this.localization.lookup$1(type), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 310 + $signature: 313 }; A.InvoiceEditDesktopState_build_closure23.prototype = { call$1(value) { @@ -511554,13 +510870,13 @@ b.get$_invoice_model$_$this()._invoice_model$_autoBill = this.value; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDesktopState_build_closure22.prototype = { call$1(value) { return A.DropdownMenuItem$(new A.AutobillDropdownMenuItem(value, null), null, value, type$.String); }, - $signature: 39 + $signature: 40 }; A.InvoiceEditDesktopState_build_closure24.prototype = { call$1(index) { @@ -511586,7 +510902,7 @@ b.get$_invoice_model$_$this()._saveDefaultTerms = this.value; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDesktopState_build_closure26.prototype = { call$1(value) { @@ -511599,7 +510915,7 @@ b.get$_invoice_model$_$this()._saveDefaultFooter = this.value; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDesktopState_build_closure27.prototype = { call$2(context, constraints) { @@ -511666,13 +510982,13 @@ } return A.GridView$count((constraints.maxWidth / 2 - 8) / 50, t4, 2, 16, 12, _null, new A.NeverScrollableScrollPhysics(_null), true, true); }, - $signature: 382 + $signature: 423 }; A.InvoiceEditDesktopState_build__closure0.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build___closure8(value))); }, - $signature: 143 + $signature: 135 }; A.InvoiceEditDesktopState_build___closure8.prototype = { call$1(b) { @@ -511680,7 +510996,7 @@ b.get$_invoice_model$_$this()._designId = t1; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDesktopState_build__closure1.prototype = { call$1(userId) { @@ -511693,7 +511009,7 @@ b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = this.userId; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDesktopState_build__closure2.prototype = { call$1(projectId) { @@ -511721,20 +511037,20 @@ b.get$_invoice_model$_$this()._projectId = this.projectId; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDesktopState_build___closure6.prototype = { call$1(b) { b.get$_invoice_model$_$this()._projectId = this.projectId; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDesktopState_build__closure3.prototype = { call$1(client) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build___closure4(client))); }, - $signature: 48 + $signature: 49 }; A.InvoiceEditDesktopState_build___closure4.prototype = { call$1(b) { @@ -511745,13 +511061,13 @@ b.get$_invoice_model$_$this()._invoice_model$_clientId = t1; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDesktopState_build__closure5.prototype = { call$1(vendor) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build___closure2(vendor))); }, - $signature: 61 + $signature: 62 }; A.InvoiceEditDesktopState_build___closure2.prototype = { call$1(b) { @@ -511770,14 +511086,14 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 163 + $signature: 150 }; A.InvoiceEditDesktopState_build___closure3.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 91 + $signature: 93 }; A.InvoiceEditDesktopState_build__closure6.prototype = { call$1(value) { @@ -511791,7 +511107,7 @@ b.get$_invoice_model$_$this()._exchangeRate = t1; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDesktopState_build__closure7.prototype = { call$1(value) { @@ -511804,7 +511120,7 @@ b.get$_invoice_model$_$this()._usesInclusiveTaxes = this.value; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDesktopState_build__closure8.prototype = { call$1(value) { @@ -511817,13 +511133,13 @@ b.get$_invoice_model$_$this()._autoBillEnabled = this.value; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDesktopState_build_closure28.prototype = { call$2(path, isPrivate) { return this.$this._widget.entityViewModel.onUploadDocuments.call$3(this.context, path, isPrivate); }, - $signature: 140 + $signature: 142 }; A.InvoiceEditDesktopState_build_closure29.prototype = { call$0() { @@ -511837,19 +511153,19 @@ call$1(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$1(taxRate)); }, - $signature: 154 + $signature: 158 }; A.InvoiceEditDesktopState_build_closure31.prototype = { call$1(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isSecond(taxRate, true)); }, - $signature: 154 + $signature: 158 }; A.InvoiceEditDesktopState_build_closure32.prototype = { call$1(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isThird(taxRate, true)); }, - $signature: 154 + $signature: 158 }; A.InvoiceEditDesktopState_build_closure33.prototype = { call$0() { @@ -511861,7 +511177,7 @@ call$1(context) { return new A.InvoiceTaxDetails(this.invoice, null); }, - $signature: 697 + $signature: 716 }; A._PdfPreview0.prototype = { createState$0() { @@ -512052,7 +511368,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 722 + $signature: 669 }; A.__PdfPreviewState__loadPdf__closure0.prototype = { call$0() { @@ -512082,7 +511398,7 @@ var t1 = this.$this; t1.setState$1(new A.__PdfPreviewState__loadPdf__closure(t1)); }, - $signature: 8 + $signature: 7 }; A.__PdfPreviewState__loadPdf__closure.prototype = { call$0() { @@ -512120,7 +511436,7 @@ call$1(format) { return this.$this._invoice_edit_desktop$_response.bodyBytes; }, - $signature: 105 + $signature: 108 }; A._InvoiceEditDesktopState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -512592,7 +511908,7 @@ b.get$_invoice_model$_$this()._customSurcharge4 = t1; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -512606,13 +511922,13 @@ t1.toString; t1.call$3(this.context, this.invoice, type$.nullable_VendorEntity._as(vendor)); }, - $signature: 48 + $signature: 49 }; A.InvoiceEditDetailsState_build_closure0.prototype = { call$1(completer) { return this.viewModel.onAddVendorPressed.call$2(this.context, completer); }, - $signature: 331 + $signature: 336 }; A.InvoiceEditDetailsState_build_closure1.prototype = { call$1(client) { @@ -512620,13 +511936,13 @@ t1.toString; return t1.call$3(this.context, this.invoice, type$.nullable_ClientEntity._as(client)); }, - $signature: 61 + $signature: 62 }; A.InvoiceEditDetailsState_build_closure2.prototype = { call$1(completer) { return this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 331 + $signature: 336 }; A.InvoiceEditDetailsState_build_closure3.prototype = { call$1(val) { @@ -512655,40 +511971,40 @@ b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = this.userId; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDetailsState_build_closure6.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure18(value))); }, - $signature: 8 + $signature: 7 }; A.InvoiceEditDetailsState_build__closure18.prototype = { call$1(b) { b.get$_invoice_model$_$this()._frequencyId = this.value; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDetailsState_build_closure5.prototype = { call$1(entry) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, entry.key, type$.String); }, - $signature: 303 + $signature: 267 }; A.InvoiceEditDetailsState_build_closure7.prototype = { call$2(date, _) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure17(date))); }, - $signature: 302 + $signature: 307 }; A.InvoiceEditDetailsState_build__closure17.prototype = { call$1(b) { b.get$_invoice_model$_$this()._nextSendDate = this.date; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDetailsState_build_closure9.prototype = { call$1(value) { @@ -512701,14 +512017,14 @@ b.get$_invoice_model$_$this()._remainingCycles = this.value; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDetailsState_build_closure8.prototype = { call$1(value) { var _null = null; return A.DropdownMenuItem$(A.Text$("" + value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.int); }, - $signature: 180 + $signature: 176 }; A.InvoiceEditDetailsState_build_closure11.prototype = { call$1(value) { @@ -512721,7 +512037,7 @@ b.get$_invoice_model$_$this()._dueDateDays = this.value; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDetailsState_build_closure10.prototype = { call$1(value) { @@ -512748,7 +512064,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, "" + value, type$.String); }, - $signature: 535 + $signature: 593 }; A.InvoiceEditDetailsState_build_closure13.prototype = { call$1(val) { @@ -512777,7 +512093,7 @@ b.get$_invoice_model$_$this()._date = this.date; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDetailsState_build_closure14.prototype = { call$2(date, _) { @@ -512790,7 +512106,7 @@ b.get$_invoice_model$_$this()._dueDate = this.date; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDetailsState_build_closure15.prototype = { call$1(value) { @@ -512821,34 +512137,34 @@ b.get$_invoice_model$_$this()._partialDueDate = this.date; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDetailsState_build_closure17.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure11(value))); }, - $signature: 29 + $signature: 28 }; A.InvoiceEditDetailsState_build__closure11.prototype = { call$1(b) { b.get$_invoice_model$_$this()._isAmountDiscount = this.value; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDetailsState_build_closure18.prototype = { call$1(context) { var t1 = type$.MappedListIterable_String_Text; return A.List_List$of(new A.MappedListIterable(A._setArrayType(["always", "optout", "optin", "off"], type$.JSArray_String), new A.InvoiceEditDetailsState_build__closure10(this.localization), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 309 + $signature: 312 }; A.InvoiceEditDetailsState_build__closure10.prototype = { call$1(type) { var _null = null; return A.Text$(this.localization.lookup$1(type), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 310 + $signature: 313 }; A.InvoiceEditDetailsState_build_closure20.prototype = { call$1(value) { @@ -512861,13 +512177,13 @@ b.get$_invoice_model$_$this()._invoice_model$_autoBill = this.value; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDetailsState_build_closure19.prototype = { call$1(value) { return A.DropdownMenuItem$(new A.AutobillDropdownMenuItem(value, null), null, value, type$.String); }, - $signature: 39 + $signature: 40 }; A.InvoiceEditDetailsState_build_closure21.prototype = { call$1(taxRate) { @@ -512891,7 +512207,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure8(value))); }, - $signature: 332 + $signature: 325 }; A.InvoiceEditDetailsState_build__closure8.prototype = { call$1(b) { @@ -512899,7 +512215,7 @@ b.get$_invoice_model$_$this()._designId = t1; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDetailsState_build_closure25.prototype = { call$1(projectId) { @@ -512927,20 +512243,20 @@ b.get$_invoice_model$_$this()._projectId = this.projectId; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDetailsState_build__closure7.prototype = { call$1(b) { b.get$_invoice_model$_$this()._projectId = this.projectId; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDetailsState_build_closure26.prototype = { call$1(client) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure5(client))); }, - $signature: 48 + $signature: 49 }; A.InvoiceEditDetailsState_build__closure5.prototype = { call$1(b) { @@ -512951,13 +512267,13 @@ b.get$_invoice_model$_$this()._invoice_model$_clientId = t1; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDetailsState_build_closure28.prototype = { call$1(vendor) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure3(vendor))); }, - $signature: 61 + $signature: 62 }; A.InvoiceEditDetailsState_build__closure3.prototype = { call$1(b) { @@ -512976,14 +512292,14 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 163 + $signature: 150 }; A.InvoiceEditDetailsState_build__closure4.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 91 + $signature: 93 }; A.InvoiceEditDetailsState_build_closure29.prototype = { call$1(value) { @@ -512997,7 +512313,7 @@ b.get$_invoice_model$_$this()._exchangeRate = t1; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDetailsState_build_closure30.prototype = { call$1(value) { @@ -513010,7 +512326,7 @@ b.get$_invoice_model$_$this()._usesInclusiveTaxes = this.value; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDetailsState_build_closure31.prototype = { call$1(value) { @@ -513023,7 +512339,7 @@ b.get$_invoice_model$_$this()._autoBillEnabled = this.value; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditDetailsState_build_closure32.prototype = { call$0() { @@ -513035,7 +512351,7 @@ call$1(context) { return new A.InvoiceTaxDetails(this.invoice, null); }, - $signature: 697 + $signature: 716 }; A.InvoiceEditDetailsScreen.prototype = { build$1(context) { @@ -513047,7 +512363,7 @@ call$1(store) { return A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore(store); }, - $signature: 2848 + $signature: 2845 }; A.InvoiceEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -513056,7 +512372,7 @@ else return new A.InvoiceEditDetails(viewModel, B.EntityType_invoice, null); }, - $signature: 2849 + $signature: 2846 }; A.EntityEditDetailsVM.prototype = { get$company() { @@ -513073,7 +512389,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateInvoice(invoice)); }, - $signature: 149 + $signature: 165 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0.prototype = { call$3(context, invoice, client) { @@ -513088,7 +512404,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateInvoiceClient(client)); }, - $signature: 406 + $signature: 366 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -513101,7 +512417,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, _null, true); completer.future.then$1$1(0, new A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 120 + $signature: 122 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -513225,7 +512541,7 @@ t3.toString; return new A.ItemEditDetails(t3, t2.lineItems._list$_list[t3], viewModel, t1, new A.ValueKey("__" + A.S(t3) + "__", type$.ValueKey_String)); }, - $signature: 2850 + $signature: 2847 }; A._InvoiceEditItemsState_build_closure.prototype = { call$1(duration) { @@ -513249,7 +512565,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2851 + $signature: 2848 }; A._InvoiceEditItemsState_build_closure0.prototype = { call$0() { @@ -513534,7 +512850,7 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue4 = t1; return b; }, - $signature: 59 + $signature: 57 }; A.ItemEditDetailsState__onChanged_closure0.prototype = { call$1(b) { @@ -513542,7 +512858,7 @@ b.get$_invoice_model$_$this()._invoice_model$_taxCategoryId = t1; return b; }, - $signature: 59 + $signature: 57 }; A.ItemEditDetailsState_build_closure.prototype = { call$0() { @@ -513557,7 +512873,7 @@ t1.viewModel.onRemoveInvoiceItemPressed.call$1(t1.index); A.Navigator_of(this.context, false).pop$0(); }, - $signature: 28 + $signature: 27 }; A.ItemEditDetailsState_build_closure0.prototype = { call$0() { @@ -513571,7 +512887,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure2(t1, value)); }, - $signature: 8 + $signature: 7 }; A.ItemEditDetailsState_build__closure2.prototype = { call$0() { @@ -513586,14 +512902,14 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(B.Map_k38sM.$index(0, key)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, key, type$.String); }, - $signature: 39 + $signature: 40 }; A.ItemEditDetailsState_build_closure3.prototype = { call$1(taxRate) { var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure1(t1, taxRate)); }, - $signature: 154 + $signature: 158 }; A.ItemEditDetailsState_build__closure1.prototype = { call$0() { @@ -513608,7 +512924,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure0(t1, taxRate)); }, - $signature: 154 + $signature: 158 }; A.ItemEditDetailsState_build__closure0.prototype = { call$0() { @@ -513623,7 +512939,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure(t1, taxRate)); }, - $signature: 154 + $signature: 158 }; A.ItemEditDetailsState_build__closure.prototype = { call$0() { @@ -514098,25 +513414,25 @@ t1 = true; return t1; }, - $signature: 85 + $signature: 82 }; A._InvoiceEditItemsDesktopState__updateColumns_closure0.prototype = { call$1(item) { return item.taxName1.length !== 0; }, - $signature: 85 + $signature: 82 }; A._InvoiceEditItemsDesktopState__updateColumns_closure1.prototype = { call$1(item) { return item.taxName2.length !== 0; }, - $signature: 85 + $signature: 82 }; A._InvoiceEditItemsDesktopState__updateColumns_closure2.prototype = { call$1(item) { return item.taxName3.length !== 0; }, - $signature: 85 + $signature: 82 }; A._InvoiceEditItemsDesktopState__updateColumns_closure3.prototype = { call$1(value) { @@ -514155,13 +513471,13 @@ t1 = true; return t1; }, - $signature: 85 + $signature: 82 }; A._InvoiceEditItemsDesktopState_build_closure0.prototype = { call$1(widget) { return A.Expanded$(widget, 1); }, - $signature: 2852 + $signature: 2849 }; A._InvoiceEditItemsDesktopState_build_closure1.prototype = { call$0() { @@ -514249,13 +513565,13 @@ return A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, B.TextAlign_1, _null, _null); } }, - $signature: 2853 + $signature: 2850 }; A._InvoiceEditItemsDesktopState_build__closure34.prototype = { call$1(widget) { return A.Expanded$(new A.Padding(B.EdgeInsets_0_0_16_0, widget, null), 1); }, - $signature: 2854 + $signature: 2851 }; A._InvoiceEditItemsDesktopState_build_closure3.prototype = { call$2(oldIndex, newIndex) { @@ -514266,19 +513582,19 @@ --newIndex; this.viewModel.onMovedInvoiceItem.call$2(oldIndex, newIndex); }, - $signature: 191 + $signature: 200 }; A._InvoiceEditItemsDesktopState_build_closure4.prototype = { call$1(item) { return item.get$isEmpty(item); }, - $signature: 85 + $signature: 82 }; A._InvoiceEditItemsDesktopState_build_closure5.prototype = { call$1(item) { return !item.get$isEmpty(item); }, - $signature: 85 + $signature: 82 }; A._InvoiceEditItemsDesktopState_build_closure6.prototype = { call$0() { @@ -514399,7 +513715,7 @@ } } }, - $signature: 2855 + $signature: 2852 }; A._InvoiceEditItemsDesktopState_build__closure5.prototype = { call$1(hasFocus) { @@ -514419,13 +513735,13 @@ return A._setArrayType([], type$.JSArray_ProductEntity); return options; }, - $signature: 2856 + $signature: 2853 }; A._InvoiceEditItemsDesktopState_build___closure12.prototype = { call$1(productId) { return this.productState.map._map$_map.$index(0, productId); }, - $signature: 342 + $signature: 375 }; A._InvoiceEditItemsDesktopState_build___closure13.prototype = { call$1(product) { @@ -514434,13 +513750,13 @@ return true; return B.JSString_methods.contains$1(product.productKey.toLowerCase(), filter); }, - $signature: 880 + $signature: 836 }; A._InvoiceEditItemsDesktopState_build__closure2.prototype = { call$1(product) { return product.productKey; }, - $signature: 2857 + $signature: 2854 }; A._InvoiceEditItemsDesktopState_build__closure3.prototype = { call$1(product) { @@ -514473,7 +513789,7 @@ t1._invoice_edit_items_desktop$_onChanged$3$debounce(updatedItem, t2, false); t1._updateTable$0(); }, - $signature: 489 + $signature: 512 }; A._InvoiceEditItemsDesktopState_build___closure14.prototype = { call$1(b) { @@ -514517,21 +513833,21 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 59 + $signature: 57 }; A._InvoiceEditItemsDesktopState_build___closure15.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_productKey = this.product.productKey; return b; }, - $signature: 59 + $signature: 57 }; 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___closure17(this.$this, this.lineItems, this.index), new A._InvoiceEditItemsDesktopState_build___closure18(onFieldSubmitted), _null, false, _null, _null, B.TextAlign_4, _null); }, - $signature: 453 + $signature: 536 }; A._InvoiceEditItemsDesktopState_build___closure18.prototype = { call$1(value) { @@ -514551,7 +513867,7 @@ b.get$_invoice_model$_$this()._invoice_model$_productKey = this.value; return b; }, - $signature: 59 + $signature: 57 }; A._InvoiceEditItemsDesktopState_build__closure1.prototype = { call$3(context, onSelected, options) { @@ -514560,7 +513876,7 @@ t1 = A.Theme_of(context); return new A.Theme(_this.theme, new A.Align(B.Alignment_m1_m1, _null, _null, A.Material$(B.Duration_200000, true, _null, new A.AppBorder(A.Container$(_null, A.ScrollableListViewBuilder$(new A._InvoiceEditItemsDesktopState_build___closure16(options, highlightedIndex, _this.state, onSelected, _this.invoice, _this.company), J.get$length$asx(options), _null, false, _null, _null), B.Clip_0, t1.cardColor, new A.BoxConstraints(0, 1 / 0, 0, 270), _null, _null, _null, _null, _null, _null, _null, _null, 250), _null, _null, _null, false, _null), B.Clip_0, _null, 4, _null, _null, _null, _null, _null, B.MaterialType_0), _null), _null); }, - $signature: 2858 + $signature: 2855 }; A._InvoiceEditItemsDesktopState_build___closure16.prototype = { call$2(context, index) { @@ -514577,13 +513893,13 @@ t3 = entity instanceof A._$ProductEntity && t2.showProductDetails ? entity.notes : _null; return A.Container$(_null, new A.EntityAutocompleteListTile(entity, new A._InvoiceEditItemsDesktopState_build____closure(_this.onSelected), _null, t3, new A._InvoiceEditItemsDesktopState_build____closure0(_this.invoice, t2, context), _null, _null), B.Clip_0, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 693 + $signature: 717 }; A._InvoiceEditItemsDesktopState_build____closure.prototype = { call$1(entity) { return this.onSelected.call$1(type$.ProductEntity._as(entity)); }, - $signature: 254 + $signature: 248 }; A._InvoiceEditItemsDesktopState_build____closure0.prototype = { call$1(entity) { @@ -514592,7 +513908,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, _null, false); }, - $signature: 421 + $signature: 343 }; A._InvoiceEditItemsDesktopState_build__closure7.prototype = { call$1(hasFocus) { @@ -514612,7 +513928,7 @@ b.get$_invoice_model$_$this()._invoice_model$_notes = this.value; return b; }, - $signature: 59 + $signature: 57 }; A._InvoiceEditItemsDesktopState_build__closure9.prototype = { call$1(hasFocus) { @@ -514632,7 +513948,7 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue1 = this.value; return b; }, - $signature: 59 + $signature: 57 }; A._InvoiceEditItemsDesktopState_build__closure11.prototype = { call$1(hasFocus) { @@ -514652,7 +513968,7 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue2 = this.value; return b; }, - $signature: 59 + $signature: 57 }; A._InvoiceEditItemsDesktopState_build__closure13.prototype = { call$1(hasFocus) { @@ -514672,7 +513988,7 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue3 = this.value; return b; }, - $signature: 59 + $signature: 57 }; A._InvoiceEditItemsDesktopState_build__closure15.prototype = { call$1(hasFocus) { @@ -514692,7 +514008,7 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue4 = this.value; return b; }, - $signature: 59 + $signature: 57 }; A._InvoiceEditItemsDesktopState_build__closure18.prototype = { call$1(hasFocus) { @@ -514712,14 +514028,14 @@ b.get$_invoice_model$_$this()._invoice_model$_taxCategoryId = this.value; return b; }, - $signature: 59 + $signature: 57 }; A._InvoiceEditItemsDesktopState_build__closure16.prototype = { call$1(key) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(B.Map_k38sM.$index(0, key)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, key, type$.String); }, - $signature: 39 + $signature: 40 }; A._InvoiceEditItemsDesktopState_build__closure20.prototype = { call$1(hasFocus) { @@ -514732,7 +514048,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___closure5(taxRate)), t1, false); }, - $signature: 538 + $signature: 573 }; A._InvoiceEditItemsDesktopState_build___closure5.prototype = { call$1(b) { @@ -514741,7 +514057,7 @@ b.get$_invoice_model$_$this()._taxRate1 = t1.rate; return b; }, - $signature: 59 + $signature: 57 }; A._InvoiceEditItemsDesktopState_build__closure21.prototype = { call$0() { @@ -514757,7 +514073,7 @@ b.get$_invoice_model$_$this()._invoice_model$_taxCategoryId = "1"; return b; }, - $signature: 59 + $signature: 57 }; A._InvoiceEditItemsDesktopState_build__closure23.prototype = { call$1(hasFocus) { @@ -514770,7 +514086,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: 538 + $signature: 573 }; A._InvoiceEditItemsDesktopState_build___closure3.prototype = { call$1(b) { @@ -514779,7 +514095,7 @@ b.get$_invoice_model$_$this()._taxRate2 = t1.rate; return b; }, - $signature: 59 + $signature: 57 }; A._InvoiceEditItemsDesktopState_build__closure25.prototype = { call$1(hasFocus) { @@ -514792,7 +514108,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: 538 + $signature: 573 }; A._InvoiceEditItemsDesktopState_build___closure2.prototype = { call$1(b) { @@ -514801,7 +514117,7 @@ b.get$_invoice_model$_$this()._taxRate3 = t1.rate; return b; }, - $signature: 59 + $signature: 57 }; A._InvoiceEditItemsDesktopState_build__closure27.prototype = { call$1(hasFocus) { @@ -514822,7 +514138,7 @@ b.get$_invoice_model$_$this()._invoice_model$_cost = t1; return b; }, - $signature: 59 + $signature: 57 }; A._InvoiceEditItemsDesktopState_build__closure29.prototype = { call$1(hasFocus) { @@ -514843,7 +514159,7 @@ b.get$_invoice_model$_$this()._invoice_model$_quantity = t1; return b; }, - $signature: 59 + $signature: 57 }; A._InvoiceEditItemsDesktopState_build__closure31.prototype = { call$1(hasFocus) { @@ -514864,7 +514180,7 @@ b.get$_invoice_model$_$this()._discount = t1; return b; }, - $signature: 59 + $signature: 57 }; A._InvoiceEditItemsDesktopState_build_closure8.prototype = { call$1(context) { @@ -514918,13 +514234,13 @@ t1 = A.MappedIterable_MappedIterable(new A.LinkedHashMapKeyIterable(t4, t1), new A._InvoiceEditItemsDesktopState_build__closure(t4), t1._eval$1("Iterable.E"), type$.PopupMenuItem_String); return A.List_List$of(t1, true, A._instanceType(t1)._eval$1("Iterable.E")); }, - $signature: 690 + $signature: 719 }; A._InvoiceEditItemsDesktopState_build__closure.prototype = { call$1(option) { return A.PopupMenuItem$(new A.IconText(option, this.options.$index(0, option), null, null, false, null), option, type$.String); }, - $signature: 689 + $signature: 720 }; A._InvoiceEditItemsDesktopState_build_closure9.prototype = { call$1(action) { @@ -515014,7 +514330,7 @@ call$1(store) { return A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore(store, this.$this.isTasks); }, - $signature: 2864 + $signature: 2861 }; A.InvoiceEditItemsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -515025,7 +514341,7 @@ else return new A.InvoiceEditItems(viewModel, t2, null); }, - $signature: 2865 + $signature: 2862 }; A.EntityEditItemsVM.prototype = { get$company() { @@ -515068,7 +514384,7 @@ t1[0].call$1(new A.UpdateInvoiceItem(index, invoiceItem)); } }, - $signature: 316 + $signature: 320 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -515076,7 +514392,7 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 59 + $signature: 57 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { @@ -515084,7 +514400,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.MoveInvoiceItem(oldIndex, newIndex)); }, - $signature: 209 + $signature: 231 }; A.InvoiceEditNotes.prototype = { createState$0() { @@ -515232,7 +514548,7 @@ b.get$_invoice_model$_$this()._footer = t1; return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditNotesState__onChanged_closure0.prototype = { call$0() { @@ -515250,13 +514566,13 @@ call$1(store) { return A.InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore(store); }, - $signature: 2866 + $signature: 2863 }; A.InvoiceEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2867 + $signature: 2864 }; A.EntityEditNotesVM.prototype = { get$company() { @@ -515273,7 +514589,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateInvoice(invoice)); }, - $signature: 149 + $signature: 165 }; A.InvoiceEditPDF.prototype = { createState$0() { @@ -515334,7 +514650,7 @@ var t1 = this.$this; t1.setState$1(new A.InvoiceEditPDFState_didChangeDependencies__closure0(t1, response, this.state)); }, - $signature: 8 + $signature: 7 }; A.InvoiceEditPDFState_didChangeDependencies__closure0.prototype = { call$0() { @@ -515357,7 +514673,7 @@ var t1 = this.$this; t1.setState$1(new A.InvoiceEditPDFState_didChangeDependencies__closure(t1)); }, - $signature: 8 + $signature: 7 }; A.InvoiceEditPDFState_didChangeDependencies__closure.prototype = { call$0() { @@ -515369,7 +514685,7 @@ call$1(format) { return this.$this._invoice_edit_pdf$_response.bodyBytes; }, - $signature: 105 + $signature: 108 }; A.InvoiceEditPDFScreen.prototype = { build$1(context) { @@ -515385,13 +514701,13 @@ t2 = t1.uiState; return new A.InvoiceEditPDFVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].userCompany.company, t2.invoiceUIState.editing); }, - $signature: 2868 + $signature: 2865 }; A.InvoiceEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2869 + $signature: 2866 }; A.EntityEditPDFVM.prototype = { get$company() { @@ -515412,13 +514728,13 @@ call$1(store) { return A.InvoiceEditVM_InvoiceEditVM$fromStore(store); }, - $signature: 2870 + $signature: 2867 }; A.InvoiceEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEdit(viewModel, new A.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_int)); }, - $signature: 2871 + $signature: 2868 }; A.AbstractInvoiceEditVM.prototype = { get$company() { @@ -515441,7 +514757,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 190 + $signature: 193 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure2.prototype = { call$0() { @@ -515506,7 +514822,7 @@ return t5.then$1$1(0, new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure4(t2, t4, t3, t1, $navigator, t6), type$.Null).catchError$1(new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure5()); } }, - $signature: 129 + $signature: 130 }; A.InvoiceEditVM_InvoiceEditVM$fromStore___closure1.prototype = { call$1(context) { @@ -515610,7 +514926,7 @@ A.viewEntity(false, savedInvoice, _null, true); } }, - $signature: 83 + $signature: 85 }; A.InvoiceEditVM_InvoiceEditVM$fromStore___closure5.prototype = { call$1(error) { @@ -515651,7 +514967,7 @@ t1[0].call$1(new A.EditInvoiceItem(t2)); } }, - $signature: 318 + $signature: 321 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure1.prototype = { call$1(b) { @@ -515664,13 +514980,13 @@ t1.replace$1(0, A.BuiltList_BuiltList$from(A.List_List$of(new A.MappedListIterable(t2, new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure0(), t3), true, t3._eval$1("ListIterable.E")), type$.InvitationEntity)); return b; }, - $signature: 7 + $signature: 8 }; A.InvoiceEditVM_InvoiceEditVM$fromStore___closure0.prototype = { call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 218 + $signature: 220 }; A.InvoiceEditVM_InvoiceEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -515695,7 +515011,7 @@ t2[0].call$1(new A.SaveInvoiceDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFiles, this.invoice)); t1.then$1$1(0, new A.InvoiceEditVM_InvoiceEditVM$fromStore__closure(context), type$.Null).catchError$1(new A.InvoiceEditVM_InvoiceEditVM$fromStore__closure0(context)); }, - $signature: 319 + $signature: 322 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure.prototype = { call$1(client) { @@ -515707,7 +515023,7 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 81 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure0.prototype = { call$1(error) { @@ -515880,7 +515196,7 @@ } else if (entity.get$entityType() === B.EntityType_expense) _this.items.push(A.convertExpenseToInvoiceItem(_this.context, type$.ExpenseEntity._as(entity))); }, - $signature: 157 + $signature: 154 }; A._InvoiceItemSelectorState__toggleEntity_closure.prototype = { call$0() { @@ -515908,7 +515224,7 @@ t1 = false; return t1; }, - $signature: 217 + $signature: 210 }; A._InvoiceItemSelectorState_build_closure.prototype = { call$1(entityId) { @@ -515930,7 +515246,7 @@ t2 = false; return t2 && t1.matchesFilter$1(this.$this._invoice_item_selector$_filter); }, - $signature: 115 + $signature: 117 }; A._InvoiceItemSelectorState_build_closure0.prototype = { call$1(entityId) { @@ -515948,7 +515264,7 @@ return false; return task.matchesFilter$1(t1._invoice_item_selector$_filter) || client.matchesNameOrEmail$1(t1._invoice_item_selector$_filter); }, - $signature: 115 + $signature: 117 }; A._InvoiceItemSelectorState_build_closure1.prototype = { call$1(entityId) { @@ -515969,7 +515285,7 @@ return false; return expense.matchesFilter$1(t1._invoice_item_selector$_filter) || client.matchesNameOrEmail$1(t1._invoice_item_selector$_filter); }, - $signature: 115 + $signature: 117 }; A._InvoiceItemSelectorState_build__productList.prototype = { call$0() { @@ -515977,7 +515293,7 @@ t1 = _this.products; return A.ScrollableListViewBuilder$(new A._InvoiceItemSelectorState_build__productList_closure(_this.$this, t1, _this.state, _this.company), t1.length, null, false, null, null); }, - $signature: 144 + $signature: 141 }; A._InvoiceItemSelectorState_build__productList_closure.prototype = { call$2(context, index) { @@ -515990,7 +515306,7 @@ t3 = t2._widget.invoice.entityType === B.EntityType_purchaseOrder && _this.company.enableProductCost && t1.cost !== 0; return A.ProductListItem$(t2._invoice_item_selector$_filter, B.JSArray_methods.contains$1(t2._selected, t1), false, new A._InvoiceItemSelectorState_build__productList__closure(t2, t1), new A._InvoiceItemSelectorState_build__productList__closure0(t2, t1, context), t1, t3); }, - $signature: 688 + $signature: 721 }; A._InvoiceItemSelectorState_build__productList__closure.prototype = { call$1(checked) { @@ -516017,7 +515333,7 @@ var t1 = this.tasks; return A.ScrollableListViewBuilder$(new A._InvoiceItemSelectorState_build__taskList_closure(this.$this, t1, this.state), t1.length, null, false, null, null); }, - $signature: 144 + $signature: 141 }; A._InvoiceItemSelectorState_build__taskList_closure.prototype = { call$2(context, index) { @@ -516029,7 +515345,7 @@ t2 = this.$this; return A.TaskListItem$(t2._invoice_item_selector$_filter, B.JSArray_methods.contains$1(t2._selected, t1), false, new A._InvoiceItemSelectorState_build__taskList__closure(t2, t1), new A._InvoiceItemSelectorState_build__taskList__closure0(t2, t1, context), true, t1); }, - $signature: 414 + $signature: 350 }; A._InvoiceItemSelectorState_build__taskList__closure.prototype = { call$1(checked) { @@ -516056,7 +515372,7 @@ var t1 = this.expenses; return A.ScrollableListViewBuilder$(new A._InvoiceItemSelectorState_build__expenseList_closure(this.$this, t1, this.state), t1.length, null, false, null, null); }, - $signature: 144 + $signature: 141 }; A._InvoiceItemSelectorState_build__expenseList_closure.prototype = { call$2(context, index) { @@ -516070,7 +515386,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, false); }, - $signature: 415 + $signature: 349 }; A._InvoiceItemSelectorState_build__expenseList__closure.prototype = { call$1(checked) { @@ -516284,7 +515600,7 @@ t1[0].call$1(new A.LoadClient(null, client.id)); } }, - $signature: 300 + $signature: 306 }; A.InvoiceEmailScreen_build_closure0.prototype = { call$1(store) { @@ -516296,13 +515612,13 @@ t3.toString; return A.EmailInvoiceVM_EmailInvoiceVM$fromStore(store, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].invoiceState.$get$1(0, t3)); }, - $signature: 2873 + $signature: 2870 }; A.InvoiceEmailScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoiceEmailView(vm, new A.ValueKey("__invoice_" + vm.invoice.id + "__", type$.ValueKey_String)); }, - $signature: 2874 + $signature: 2871 }; A.EmailEntityVM.prototype = { get$company() { @@ -516338,7 +515654,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.EmailInvoiceRequest(completer, this.invoice.id, template, subject, body, ccEmail)); }, - $signature: 437 + $signature: 371 }; A.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure.prototype = { call$1(_) { @@ -516493,7 +515809,7 @@ } return t1; }, - $signature: 117 + $signature: 114 }; A.InvoiceListItem_build__closure2.prototype = { call$0() { @@ -516554,7 +515870,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.invoiceList, B.EntityType_invoice, new A.InvoiceListBuilder_build__closure(viewModel), viewModel.onClearMultiselect, viewModel.onRefreshed, viewModel.onSortColumn, new A.InvoicePresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2875 + $signature: 2872 }; A.InvoiceListBuilder_build__closure.prototype = { call$2(context, index) { @@ -516567,7 +515883,7 @@ t3 = t4 && B.JSArray_methods.contains$1(t3._list$_list, t2.id); return new A.InvoiceListItem(t2, t1.filter, t4, t3, null, true, null); }, - $signature: 413 + $signature: 351 }; A.EntityListVM.prototype = {}; A.InvoiceListVM.prototype = {}; @@ -516731,13 +516047,16 @@ t1 = _null; t2 = type$.JSArray_Widget; t4 = A._setArrayType([], t2); - t4.push(designPicker); - t4.push(activityPicker); - t5 = invoice.entityType; - if (t5 === B.EntityType_invoice && _this._invoice_pdf$_activityId == null) - t4.push(new A.Flexible(1, B.FlexFit_1, t7, _null)); - t4 = A.Material$(B.Duration_200000, true, _null, new A.Padding(B.EdgeInsets_0_8_0_8, A.Row$(t4, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), B.Clip_0, _null, 0, _null, _null, _null, _null, _null, B.MaterialType_0); - return A.Scaffold$(t1, B.Color_4292927712, A.Column$(A._setArrayType([t4, A.Expanded$(_this._invoice_pdf$_isLoading || _this._invoice_pdf$_response == null ? new A.LoadingIndicator(_null, false, _null) : A.PdfPreview$(true, true, new A._InvoicePdfViewState_build_closure6(_this), false, false, false, 600, _null, t3.lookup$1(A.toSnakeCase(t5.name)) + "_" + invoice.number + ".pdf"), 1)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, _null, _null, _null, _null); + if (_this._widget.showAppBar) { + t2 = A._setArrayType([], t2); + t2.push(designPicker); + t2.push(activityPicker); + if (invoice.entityType === B.EntityType_invoice && _this._invoice_pdf$_activityId == null) + t2.push(new A.Flexible(1, B.FlexFit_1, t7, _null)); + t4.push(A.Material$(B.Duration_200000, true, _null, new A.Padding(B.EdgeInsets_0_8_0_8, A.Row$(t2, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), B.Clip_0, _null, 0, _null, _null, _null, _null, _null, B.MaterialType_0)); + } + t4.push(A.Expanded$(_this._invoice_pdf$_isLoading || _this._invoice_pdf$_response == null ? new A.LoadingIndicator(_null, false, _null) : A.PdfPreview$(true, true, new A._InvoicePdfViewState_build_closure6(_this), false, false, false, 600, _null, t3.lookup$1(A.toSnakeCase(invoice.entityType.name)) + "_" + invoice.number + ".pdf"), 1)); + return A.Scaffold$(t1, B.Color_4292927712, A.Column$(t4, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, _null, _null, _null, _null); } }; A._InvoicePdfViewState_loadPdf_closure.prototype = { @@ -516769,7 +516088,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 700 + $signature: 714 }; A._InvoicePdfViewState_loadPdf__closure1.prototype = { call$0() { @@ -516807,7 +516126,7 @@ var t1 = this.$this; t1.setState$1(new A._InvoicePdfViewState_build__closure1(t1, activityId)); }, - $signature: 8 + $signature: 7 }; A._InvoicePdfViewState_build__closure1.prototype = { call$0() { @@ -516825,14 +516144,14 @@ t2.toString; return A.DropdownMenuItem$(A.Text$(t2 + " \u2022 " + A.formatDate(A.convertTimestampToDateString($history.createdAt), t1, true, true, true), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, $history.activityId, type$.String); }, - $signature: 2876 + $signature: 2873 }; A._InvoicePdfViewState_build_closure1.prototype = { call$1(design) { var t1 = this.$this; t1.setState$1(new A._InvoicePdfViewState_build__closure0(t1, design)); }, - $signature: 143 + $signature: 135 }; A._InvoicePdfViewState_build__closure0.prototype = { call$0() { @@ -516906,7 +516225,7 @@ call$1(format) { return this.$this._invoice_pdf$_response.bodyBytes; }, - $signature: 105 + $signature: 108 }; A.InvoicePdfScreen.prototype = { build$1(context) { @@ -516925,13 +516244,13 @@ t3.toString; return new A.InvoicePdfVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].invoiceState.$get$1(0, t3), invoiceUIState.historyActivityId); }, - $signature: 2877 + $signature: 2874 }; A.InvoicePdfScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoicePdfView(vm, this.$this.showAppBar, new A.ValueKey("__invoice_pdf_" + vm.invoice.id + "__", type$.ValueKey_String)); }, - $signature: 2878 + $signature: 2875 }; A.EntityPdfVM.prototype = { get$invoice() { @@ -517354,7 +516673,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterInvoices(value)); }, - $signature: 28 + $signature: 27 }; A.InvoiceScreen_build_closure18.prototype = { call$2(state, value) { @@ -517362,7 +516681,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterInvoicesByState(state)); }, - $signature: 66 + $signature: 67 }; A.InvoiceScreen_build_closure17.prototype = { call$2($status, value) { @@ -517370,7 +516689,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterInvoicesByStatus($status)); }, - $signature: 161 + $signature: 153 }; A.InvoiceScreen_build_closure19.prototype = { call$0() { @@ -517403,7 +516722,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterInvoicesByState(state)); }, - $signature: 62 + $signature: 61 }; A.InvoiceScreen_build_closure14.prototype = { call$2($status, value) { @@ -517411,7 +516730,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterInvoicesByStatus($status)); }, - $signature: 184 + $signature: 177 }; A.InvoiceScreen_build_closure8.prototype = { call$1(value) { @@ -517478,7 +516797,7 @@ call$2(context, vm) { return new A.InvoiceScreen(vm, null); }, - $signature: 2880 + $signature: 2877 }; A.InvoiceScreenVM.prototype = {}; A.InvoiceView.prototype = { @@ -517655,7 +516974,7 @@ t3 = t3 && t4.statusId === "4" || !t3 ? B.EntityAction_viewPdf : B.EntityAction_newPayment; return A.RefreshIndicator$(A.Column$(A._setArrayType([t2, new A.BottomButtons(t4, t3, _this._box_0.secondAction, true, true, null)], t7), B.CrossAxisAlignment_2, null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), new A._InvoiceViewState_build__closure5(t1, context)); }, - $signature: 687 + $signature: 722 }; A._InvoiceViewState_build__closure5.prototype = { call$0() { @@ -517743,13 +517062,13 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A._InvoiceViewActivityState_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list$_list[index], false, null); }, - $signature: 299 + $signature: 311 }; A.InvoiceViewContacts.prototype = { build$1(context) { @@ -517762,7 +517081,7 @@ call$1(invitation) { return new A._InvitationListTile(invitation, this.$this.viewModel, null); }, - $signature: 2882 + $signature: 2879 }; A._InvitationListTile.prototype = { build$1(context) { @@ -517858,25 +517177,25 @@ call$1(contact) { return contact.id === this.$this.invitation.vendorContactId; }, - $signature: 195 + $signature: 201 }; A._InvitationListTile_build_closure0.prototype = { call$0() { return A.VendorContactEntity_VendorContactEntity(); }, - $signature: 442 + $signature: 456 }; A._InvitationListTile_build_closure1.prototype = { call$1(contact) { return contact.id === this.$this.invitation.clientContactId; }, - $signature: 173 + $signature: 181 }; A._InvitationListTile_build_closure2.prototype = { call$0() { return A.ClientContactEntity_ClientContactEntity(); }, - $signature: 571 + $signature: 443 }; A.InvoiceViewDocuments.prototype = { build$1(context) { @@ -517892,13 +517211,13 @@ call$2(path, isPrivate) { return this.$this.viewModel.onUploadDocuments.call$3(this.context, path, isPrivate); }, - $signature: 140 + $signature: 142 }; A.InvoiceViewDocuments_build_closure0.prototype = { call$1($document) { return this.$this.viewModel.onViewExpense.call$2(this.context, $document); }, - $signature: 2883 + $signature: 2880 }; A.InvoiceViewDocuments_build_closure1.prototype = { call$0() { @@ -517954,19 +517273,19 @@ t1 = t1 == null ? null : t1.id; return (t1 == null ? "" : t1).length !== 0; }, - $signature: 346 + $signature: 376 }; A._InvoiceViewHistoryState_build_closure0.prototype = { call$1(activity) { return !B.JSArray_methods.contains$1(A._setArrayType(["7", "21", "60", "136"], type$.JSArray_String), activity.activityTypeId); }, - $signature: 346 + $signature: 376 }; A._InvoiceViewHistoryState_build_closure1.prototype = { call$2(a, b) { return B.JSInt_methods.compareTo$1(b.updatedAt, a.updatedAt); }, - $signature: 2884 + $signature: 2881 }; A._InvoiceViewHistoryState_build_closure2.prototype = { call$2(context, index) { @@ -518008,7 +517327,7 @@ t6 = t5 ? A.Icon$(B.IconData_57695_MaterialIcons_null_true, _null, _null, _null) : _null; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, t5 ? new A._InvoiceViewHistoryState_build__closure(t1, context, t2, $history) : _null, false, _null, _null, _null, t4, _null, t3, t6, _null); }, - $signature: 491 + $signature: 476 }; A._InvoiceViewHistoryState_build__closure.prototype = { call$0() { @@ -518021,7 +517340,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A.InvoiceOverview.prototype = { build$1(context) { @@ -518407,21 +517726,21 @@ B.JSArray_methods.forEach$1(payment.get$invoicePaymentables(), new A.InvoiceOverview_build__closure0(t1, this.paymentMap, payment)); B.JSArray_methods.forEach$1(payment.get$creditPaymentables(), new A.InvoiceOverview_build__closure1(t1, this.creditMap, payment)); }, - $signature: 2885 + $signature: 2882 }; A.InvoiceOverview_build__closure0.prototype = { call$1(paymentable) { if (paymentable.invoiceId === this.invoice.id) this.paymentMap.$indexSet(0, paymentable, this.payment); }, - $signature: 141 + $signature: 145 }; A.InvoiceOverview_build__closure1.prototype = { call$1(paymentable) { if (paymentable.creditId === this.invoice.id) this.creditMap.$indexSet(0, paymentable, this.payment); }, - $signature: 141 + $signature: 145 }; A.InvoiceOverview_build_closure0.prototype = { call$1(entry) { @@ -518445,7 +517764,7 @@ amount = t6; _this.widgets.push(A.EntityListTile$(t1, _this.$this.isFilter, amount + " \u2022 " + A.formatDate(t1.date, t3, true, true, false))); }, - $signature: 686 + $signature: 723 }; A.InvoiceOverview_build_closure1.prototype = { call$1(entry) { @@ -518469,14 +517788,14 @@ amount = t6; _this.widgets.push(A.EntityListTile$(t1, _this.$this.isFilter, amount + " \u2022 " + A.formatDate(t1.date, t3, true, true, false))); }, - $signature: 686 + $signature: 723 }; A.InvoiceOverview_build_closure2.prototype = { call$1(invoiceItem) { var _this = this; B.JSArray_methods.addAll$1(_this.widgets, A._setArrayType([new A.Builder(new A.InvoiceOverview_build__closure(_this.$this, _this.invoice, invoiceItem, _this.userCompany), null)], type$.JSArray_Widget)); }, - $signature: 329 + $signature: 281 }; A.InvoiceOverview_build__closure.prototype = { call$1(context) { @@ -518485,7 +517804,7 @@ t2 = _this.invoiceItem; return new A.InvoiceItemListTile(new A.InvoiceOverview_build___closure(_this.$this, _this.userCompany, t1, context, t2), t1, t2, null); }, - $signature: 2887 + $signature: 2884 }; A.InvoiceOverview_build___closure.prototype = { call$0() { @@ -518508,13 +517827,13 @@ t4.toString; return A.Container$(_null, new A.Padding(B.EdgeInsets_20_10_56_8, A.Row$(A._setArrayType([t3, new A.SizedBox(100, _null, new A.Align(B.Alignment_1_0, _null, _null, A.Text$(t4, _null, _null, _null, _null, _null, A.Theme_of(t1).textTheme.titleMedium, _null, _null, _null), _null), _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_1, B.MainAxisSize_1, _null), _null), B.Clip_0, t2.cardColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2888 + $signature: 2885 }; A.InvoiceOverview_build_closure3.prototype = { call$2(taxName, taxAmount) { this.widgets.push(this.surchargeRow.call$2(taxName, taxAmount)); }, - $signature: 2889 + $signature: 2886 }; A.InvoiceViewSchedule.prototype = { createState$0() { @@ -518564,7 +517883,7 @@ t1 = this.context; return new A.Padding(B.EdgeInsets_0_16_0_0, A.Row$(A._setArrayType([A.Expanded$(A.Text$(A.formatDate(schedule.sendDate, t1, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Text$(A.formatDate(schedule.dueDate, t1, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null); }, - $signature: 2890 + $signature: 2887 }; A.InvoiceViewScreen.prototype = { build$1(context) { @@ -518576,13 +517895,13 @@ call$1(store) { return A.InvoiceViewVM_InvoiceViewVM$fromStore(store); }, - $signature: 2891 + $signature: 2888 }; A.InvoiceViewScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.invoiceUIState.tabIndex, null); }, - $signature: 2892 + $signature: 2889 }; A.AbstractInvoiceViewVM.prototype = { get$company() { @@ -518623,7 +517942,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 320 + $signature: 323 }; A.InvoiceViewVM_InvoiceViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -518639,7 +517958,7 @@ t2[0].call$1(new A.SaveInvoiceDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFile, this.invoice)); t1.then$1$1(0, new A.InvoiceViewVM_InvoiceViewVM$fromStore__closure(context), type$.Null).catchError$1(new A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0(context)); }, - $signature: 112 + $signature: 105 }; A.InvoiceViewVM_InvoiceViewVM$fromStore__closure.prototype = { call$1(client) { @@ -518651,7 +517970,7 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 81 }; A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0.prototype = { call$1(error) { @@ -518668,7 +517987,7 @@ A.InvoiceViewVM_InvoiceViewVM$fromStore_closure2.prototype = { call$2(context, $document) { }, - $signature: 2893 + $signature: 2890 }; A.InvoiceViewVM_InvoiceViewVM$fromStore_closure3.prototype = { call$3(context, invoice, activityId) { @@ -518679,7 +517998,7 @@ call$2(context, invoice) { return this.call$3(context, invoice, null); }, - $signature: 321 + $signature: 324 }; A.PaymentEdit.prototype = { createState$0() { @@ -519024,7 +518343,7 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = t1; return b; }, - $signature: 57 + $signature: 54 }; A._PaymentEditState__onChanged_closure0.prototype = { call$0() { @@ -519043,33 +518362,33 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = t1; return b; }, - $signature: 57 + $signature: 54 }; A._PaymentEditState_build_closure.prototype = { call$1(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 241 + $signature: 242 }; A._PaymentEditState_build_closure0.prototype = { call$1(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 241 + $signature: 242 }; A._PaymentEditState_build_closure1.prototype = { call$1(invoice) { var t1 = this._box_0; t1.paymentTotal = t1.paymentTotal + invoice.amount; }, - $signature: 141 + $signature: 145 }; A._PaymentEditState_build_closure2.prototype = { call$1(credit) { var t1 = this._box_0; t1.creditTotal = t1.creditTotal + credit.amount; }, - $signature: 141 + $signature: 145 }; A._PaymentEditState_build_closure4.prototype = { call$1(val) { @@ -519091,7 +518410,7 @@ call$1(client) { this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentEditState_build__closure5(client))); }, - $signature: 48 + $signature: 49 }; A._PaymentEditState_build__closure5.prototype = { call$1(b) { @@ -519104,13 +518423,13 @@ B.JSArray_methods.clear$0(b.get$invoices().get$_safeList()); return b; }, - $signature: 57 + $signature: 54 }; A._PaymentEditState_build_closure5.prototype = { call$1(context) { return this.$this.get$_payment_edit$_onSavePressed(); }, - $signature: 2894 + $signature: 2891 }; A._PaymentEditState_build_closure6.prototype = { call$1(value) { @@ -519153,13 +518472,13 @@ b.get$_payment_model$_$this()._payment_model$_date = this.date; return b; }, - $signature: 57 + $signature: 54 }; A._PaymentEditState_build_closure9.prototype = { call$1(paymentType) { return this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentEditState_build__closure3(paymentType))); }, - $signature: 61 + $signature: 62 }; A._PaymentEditState_build__closure3.prototype = { call$1(b) { @@ -519170,7 +518489,7 @@ b.get$_payment_model$_$this()._typeId = t1; return b; }, - $signature: 57 + $signature: 54 }; A._PaymentEditState_build_closure10.prototype = { call$1(value) { @@ -519183,7 +518502,7 @@ b.get$_payment_model$_$this()._sendEmail = this.value; return b; }, - $signature: 57 + $signature: 54 }; A._PaymentEditState_build_closure11.prototype = { call$1(value) { @@ -519209,7 +518528,7 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = 1; return b; }, - $signature: 57 + $signature: 54 }; A._PaymentEditState_build__closure1.prototype = { call$0() { @@ -519221,7 +518540,7 @@ call$1(currency) { return this.$this.convertCurrency$1(currency); }, - $signature: 354 + $signature: 405 }; A._PaymentEditState_build_closure14.prototype = { call$1(hasFocus) { @@ -519255,7 +518574,7 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = this.exchangeRate; return b; }, - $signature: 57 + $signature: 54 }; A._PaymentEditState_build_closure13.prototype = { call$1(value) { @@ -519279,7 +518598,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A.PaymentableEditor.prototype = { createState$0() { @@ -519474,7 +518793,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 540 + $signature: 562 }; A._PaymentableEditorState__onChanged_closure0.prototype = { call$1(b) { @@ -519487,7 +518806,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 540 + $signature: 562 }; A._PaymentableEditorState__onChanged_closure1.prototype = { call$1(b) { @@ -519497,7 +518816,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 57 + $signature: 54 }; A._PaymentableEditorState__onChanged_closure2.prototype = { call$1(b) { @@ -519508,7 +518827,7 @@ t1.get$_safeList()[t2] = t3; return b; }, - $signature: 57 + $signature: 54 }; A._PaymentableEditorState__onChanged_closure3.prototype = { call$1(b) { @@ -519518,7 +518837,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 57 + $signature: 54 }; A._PaymentableEditorState__onChanged_closure4.prototype = { call$1(b) { @@ -519529,26 +518848,26 @@ t1.get$_safeList()[t2] = t3; return b; }, - $signature: 57 + $signature: 54 }; A._PaymentableEditorState__onChanged_closure5.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_clientId = this.clientId; return b; }, - $signature: 57 + $signature: 54 }; A._PaymentableEditorState_build_closure.prototype = { call$1(p) { return p.invoiceId; }, - $signature: 266 + $signature: 263 }; A._PaymentableEditorState_build_closure0.prototype = { call$1(p) { return p.creditId; }, - $signature: 266 + $signature: 263 }; A._PaymentableEditorState_build_closure3.prototype = { call$1(entity) { @@ -519568,13 +518887,13 @@ return t1; } }, - $signature: 423 + $signature: 345 }; A._PaymentableEditorState_build_closure2.prototype = { call$1(entity) { return A.formatNumber(entity.get$listDisplayAmount(), this.context, type$.InvoiceEntity._as(entity).clientId, null, B.FormatNumberType_0, true, null, null, false); }, - $signature: 421 + $signature: 343 }; A._PaymentableEditorState_build_closure1.prototype = { call$1(selected) { @@ -519594,7 +518913,7 @@ t1._payment_edit$_invoiceId = selected.id; t1._payment_edit$_onChanged$1(selected.clientId); }, - $signature: 48 + $signature: 49 }; A._PaymentableEditorState_build_closure6.prototype = { call$1(entity) { @@ -519614,13 +518933,13 @@ return t1; } }, - $signature: 423 + $signature: 345 }; A._PaymentableEditorState_build_closure5.prototype = { call$1(entity) { return A.formatNumber(entity.get$listDisplayAmount(), this.context, type$.InvoiceEntity._as(entity).clientId, null, B.FormatNumberType_0, true, null, null, false); }, - $signature: 421 + $signature: 343 }; A._PaymentableEditorState_build_closure4.prototype = { call$1(selected) { @@ -519635,7 +518954,7 @@ t1._payment_edit$_creditId = selected.id; t1._payment_edit$_onChanged$1(selected.clientId); }, - $signature: 48 + $signature: 49 }; A._PaymentableEditorState_build_closure7.prototype = { call$0() { @@ -519656,7 +518975,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 57 + $signature: 54 }; A._PaymentableEditorState_build__closure0.prototype = { call$1(b) { @@ -519665,7 +518984,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 57 + $signature: 54 }; A.PaymentEditFooter.prototype = { build$1(context) { @@ -519713,14 +519032,14 @@ var t1 = this._box_0; t1.paymentTotal = t1.paymentTotal + invoice.amount; }, - $signature: 141 + $signature: 145 }; A.PaymentEditFooter_build_closure0.prototype = { call$1(credit) { var t1 = this._box_0; t1.creditTotal = t1.creditTotal + credit.amount; }, - $signature: 141 + $signature: 145 }; A.PaymentEditScreen.prototype = { build$1(context) { @@ -519732,13 +519051,13 @@ call$1(store) { return A.PaymentEditVM_PaymentEditVM$fromStore(store); }, - $signature: 2898 + $signature: 2895 }; A.PaymentEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.PaymentEdit(viewModel, new A.ValueKey(viewModel.payment.updatedAt, type$.ValueKey_int)); }, - $signature: 2899 + $signature: 2896 }; A.PaymentEditVM.prototype = { get$payment() { @@ -519751,7 +519070,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdatePayment(payment)); }, - $signature: 192 + $signature: 188 }; A.PaymentEditVM_PaymentEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -519802,21 +519121,21 @@ t4[0].call$1(new A.SavePaymentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_PaymentEntity), t3)); return t1.then$1$1(0, new A.PaymentEditVM_PaymentEditVM$fromStore___closure2(t3, t5, this.state, t2, $navigator), type$.Null).catchError$1(new A.PaymentEditVM_PaymentEditVM$fromStore___closure3()); }, - $signature: 129 + $signature: 130 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure.prototype = { call$1(invoice) { var t1 = this._box_0; return t1.amount = t1.amount + invoice.amount; }, - $signature: 141 + $signature: 145 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure0.prototype = { call$1(credit) { var t1 = this._box_0; return t1.amount = t1.amount - credit.amount; }, - $signature: 141 + $signature: 145 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure1.prototype = { call$1(context) { @@ -519873,7 +519192,7 @@ else A.viewEntity(false, savedPayment, null, false); }, - $signature: 192 + $signature: 188 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure3.prototype = { call$1(error) { @@ -520001,7 +519320,7 @@ } return t1; }, - $signature: 117 + $signature: 114 }; A.PaymentListItem_build__closure2.prototype = { call$0() { @@ -520062,7 +519381,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.paymentList, B.EntityType_payment, new A.PaymentListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.PaymentPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2900 + $signature: 2897 }; A.PaymentListBuilder_build__closure.prototype = { call$2(context, index) { @@ -520078,7 +519397,7 @@ t2 = t4 && B.JSArray_methods.contains$1(t2._list$_list, t3.id); return new A.PaymentListItem(t3, t1.filter, t4, t2, null, true, null); }, - $signature: 520 + $signature: 447 }; A.PaymentListVM.prototype = { get$user(receiver) { @@ -520202,13 +519521,13 @@ var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].invoiceState.map._map$_map.$index(0, paymentable.invoiceId); }, - $signature: 2901 + $signature: 2898 }; A.PaymentPresenter_getField_closure0.prototype = { call$1(invoice) { return new A.Padding(B.EdgeInsets_0_0_8_0, new A.LinkTextRelatedEntity(invoice, this.payment, null), null); }, - $signature: 902 + $signature: 726 }; A.PaymentPresenter_getField_closure1.prototype = { call$1(paymentable) { @@ -520217,7 +519536,7 @@ t1 = t1 == null ? null : t1.number; return t1 == null ? "" : t1; }, - $signature: 2903 + $signature: 2900 }; A.PaymentScreen.prototype = { build$1(context) { @@ -520279,7 +519598,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 196 + $signature: 199 }; A.PaymentScreen_build_closure0.prototype = { call$1(b) { @@ -520294,7 +519613,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 196 + $signature: 199 }; A.PaymentScreen_build_closure1.prototype = { call$1(b) { @@ -520309,7 +519628,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 196 + $signature: 199 }; A.PaymentScreen_build_closure2.prototype = { call$1(b) { @@ -520330,7 +519649,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 196 + $signature: 199 }; A.PaymentScreen_build_closure3.prototype = { call$1(b) { @@ -520345,7 +519664,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 196 + $signature: 199 }; A.PaymentScreen_build_closure4.prototype = { call$1(b) { @@ -520360,7 +519679,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 196 + $signature: 199 }; A.PaymentScreen_build_closure5.prototype = { call$1(b) { @@ -520375,7 +519694,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 196 + $signature: 199 }; A.PaymentScreen_build_closure6.prototype = { call$1(b) { @@ -520390,7 +519709,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 196 + $signature: 199 }; A.PaymentScreen_build_closure21.prototype = { call$0() { @@ -520406,7 +519725,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPayments(value)); }, - $signature: 28 + $signature: 27 }; A.PaymentScreen_build_closure19.prototype = { call$2(state, value) { @@ -520414,7 +519733,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPaymentsByState(state)); }, - $signature: 66 + $signature: 67 }; A.PaymentScreen_build_closure18.prototype = { call$2($status, value) { @@ -520422,7 +519741,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPaymentsByStatus($status)); }, - $signature: 161 + $signature: 153 }; A.PaymentScreen_build_closure20.prototype = { call$0() { @@ -520498,7 +519817,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPaymentsByState(state)); }, - $signature: 62 + $signature: 61 }; A.PaymentScreen_build_closure15.prototype = { call$2($status, value) { @@ -520506,7 +519825,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPaymentsByStatus($status)); }, - $signature: 184 + $signature: 177 }; A.PaymentScreen_build_closure8.prototype = { call$0() { @@ -520541,7 +519860,7 @@ call$2(context, vm) { return new A.PaymentScreen(vm, null); }, - $signature: 2905 + $signature: 2902 }; A.PaymentScreenVM.prototype = {}; A.PaymentRefund.prototype = { @@ -520718,13 +520037,13 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 57 + $signature: 54 }; A._PaymentRefundState_build_closure.prototype = { call$1(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 241 + $signature: 242 }; A._PaymentRefundState_build_closure1.prototype = { call$1(val) { @@ -520753,7 +520072,7 @@ b.get$_payment_model$_$this()._payment_model$_date = this.date; return b; }, - $signature: 57 + $signature: 54 }; A._PaymentRefundState_build_closure2.prototype = { call$1(value) { @@ -520766,7 +520085,7 @@ b.get$_payment_model$_$this()._sendEmail = this.value; return b; }, - $signature: 57 + $signature: 54 }; A._PaymentRefundState_build_closure3.prototype = { call$1(value) { @@ -520779,7 +520098,7 @@ b.get$_payment_model$_$this()._gatewayRefund = this.value; return b; }, - $signature: 57 + $signature: 54 }; A._PaymentRefundState_build_onSavePressed.prototype = { call$1(context) { @@ -520804,13 +520123,13 @@ call$1(value) { A.Navigator_of(this.context, false).pop$0(); }, - $signature: 192 + $signature: 188 }; A._PaymentRefundState_build_closure4.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._PaymentRefundState_build_closure5.prototype = { call$1(context) { @@ -520943,7 +520262,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 540 + $signature: 562 }; A._PaymentableEditorState__onChanged_closure7.prototype = { call$1(b) { @@ -520952,7 +520271,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), this.paymentable); return b; }, - $signature: 57 + $signature: 54 }; A._PaymentableEditorState__onChanged_closure8.prototype = { call$1(b) { @@ -520962,27 +520281,27 @@ t1.get$_safeList()[t2] = this.paymentable; return b; }, - $signature: 57 + $signature: 54 }; A._PaymentableEditorState__onChanged_closure9.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_clientId = this.clientId; return b; }, - $signature: 57 + $signature: 54 }; A._PaymentableEditorState_build_closure8.prototype = { call$1(payment) { return payment.invoiceId; }, - $signature: 266 + $signature: 263 }; A._PaymentableEditorState_build_closure10.prototype = { call$1(entity) { type$.InvoiceEntity._as(entity); return A.formatNumber(entity.amount, this.context, entity.clientId, null, B.FormatNumberType_0, true, null, null, false); }, - $signature: 421 + $signature: 343 }; A._PaymentableEditorState_build_closure9.prototype = { call$1(selected) { @@ -520992,7 +520311,7 @@ t1._payment_refund$_onChanged$1(selected.clientId); t1.setState$1(new A._PaymentableEditorState_build__closure2(t1, selected)); }, - $signature: 48 + $signature: 49 }; A._PaymentableEditorState_build__closure2.prototype = { call$0() { @@ -521031,7 +520350,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 57 + $signature: 54 }; A.PaymentRefundScreen.prototype = { build$1(context) { @@ -521043,13 +520362,13 @@ call$1(store) { return A.PaymentRefundVM_PaymentRefundVM$fromStore(store); }, - $signature: 2906 + $signature: 2903 }; A.PaymentRefundScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.PaymentRefund(viewModel, new A.ValueKey(viewModel.payment.id, type$.ValueKey_String)); }, - $signature: 2907 + $signature: 2904 }; A.PaymentRefundVM.prototype = { get$payment() { @@ -521062,7 +520381,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdatePayment(payment)); }, - $signature: 192 + $signature: 188 }; A.PaymentRefundVM_PaymentRefundVM$fromStore_closure1.prototype = { call$1(context) { @@ -521083,7 +520402,7 @@ t3[0].call$1(new A.RefundPaymentRequest(completer, t2)); return completer.future.then$1$1(0, new A.PaymentRefundVM_PaymentRefundVM$fromStore__closure(context, t1, t2), type$.Null).catchError$1(new A.PaymentRefundVM_PaymentRefundVM$fromStore__closure0(context)); }, - $signature: 2908 + $signature: 2905 }; A.PaymentRefundVM_PaymentRefundVM$fromStore__closure.prototype = { call$1(savedPayment) { @@ -521110,7 +520429,7 @@ } else A.viewEntity(false, savedPayment, null, true); }, - $signature: 192 + $signature: 188 }; A.PaymentRefundVM_PaymentRefundVM$fromStore__closure0.prototype = { call$1(error) { @@ -521268,7 +520587,7 @@ t2 = true; return A.RefreshIndicator$(A.Column$(A._setArrayType([t3, new A.BottomButtons(t1, t5, B.EntityAction_refundPayment, t2, t9 < t8, _null)], t15), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), new A._PaymentViewState_build__closure2(_this.viewModel, context)); }, - $signature: 687 + $signature: 722 }; A._PaymentViewState_build__closure2.prototype = { call$0() { @@ -521304,13 +520623,13 @@ call$1(store) { return A.PaymentViewVM_PaymentViewVM$fromStore(store); }, - $signature: 2909 + $signature: 2906 }; A.PaymentViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.PaymentView(vm, this.$this.isFilter, null); }, - $signature: 2910 + $signature: 2907 }; A.PaymentViewVM.prototype = { get$payment() { @@ -521430,7 +520749,7 @@ b.get$_payment_term_model$_$this()._numDays = t1; return b; }, - $signature: 796 + $signature: 696 }; A._PaymentTermEditState__onChanged_closure0.prototype = { call$0() { @@ -521442,7 +520761,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._PaymentTermEditState_build_closure1.prototype = { call$1(context) { @@ -521462,7 +520781,7 @@ t4 = type$.JSArray_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t1._numDaysController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_2_false_false, t3, _null, _null, false, _null, _null, new A._PaymentTermEditState_build__closure(t1), true, _null, _null, B.TextAlign_4, new A._PaymentTermEditState_build__closure0(t2))], t4), _null, _null, false, _null, false, _null, _null)], t4), _null, _null, _null, false, _null); }, - $signature: 136 + $signature: 138 }; A._PaymentTermEditState_build__closure0.prototype = { call$1(value) { @@ -521494,13 +520813,13 @@ call$1(store) { return A.PaymentTermEditVM_PaymentTermEditVM$fromStore(store); }, - $signature: 2911 + $signature: 2908 }; A.PaymentTermEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.PaymentTermEdit(viewModel, new A.ValueKey(viewModel.paymentTerm.updatedAt, type$.ValueKey_int)); }, - $signature: 2912 + $signature: 2909 }; A.PaymentTermEditVM.prototype = { get$paymentTerm() { @@ -521516,7 +520835,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdatePaymentTerm(paymentTerm)); }, - $signature: 378 + $signature: 367 }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -521589,7 +520908,7 @@ } else A.viewEntity(false, savedPaymentTerm, null, true); }, - $signature: 378 + $signature: 367 }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -521665,7 +520984,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.paymentTermList, B.EntityType_paymentTerm, new A.PaymentTermListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, null, viewModel.state, null); }, - $signature: 2913 + $signature: 2910 }; A.PaymentTermListBuilder_build__closure.prototype = { call$2(context, index) { @@ -521682,7 +521001,7 @@ t3 = false; return new A.PaymentTermListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 2914 + $signature: 2911 }; A.PaymentTermListVM.prototype = {}; A.PaymentTermListVM_fromStore__handleRefresh.prototype = { @@ -521770,7 +521089,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPaymentTerms(value)); }, - $signature: 28 + $signature: 27 }; A.PaymentTermScreen_build_closure8.prototype = { call$2(state, value) { @@ -521778,7 +521097,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPaymentTermsByState(state)); }, - $signature: 66 + $signature: 67 }; A.PaymentTermScreen_build_closure9.prototype = { call$0() { @@ -521811,7 +521130,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPaymentTermsByState(state)); }, - $signature: 62 + $signature: 61 }; A.PaymentTermScreen_build_closure.prototype = { call$0() { @@ -521878,7 +521197,7 @@ call$2(context, vm) { return new A.PaymentTermScreen(vm, null); }, - $signature: 2915 + $signature: 2912 }; A.PaymentTermScreenVM.prototype = {}; A.PaymentTermView.prototype = { @@ -521916,13 +521235,13 @@ call$1(store) { return A.PaymentTermViewVM_PaymentTermViewVM$fromStore(store); }, - $signature: 2916 + $signature: 2913 }; A.PaymentTermViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.PaymentTermView(vm, null); }, - $signature: 2917 + $signature: 2914 }; A.PaymentTermViewVM.prototype = { get$paymentTerm() { @@ -522188,7 +521507,7 @@ b.get$_product_model$_$this()._imageUrl = t1; return b; }, - $signature: 167 + $signature: 174 }; A._ProductEditState__onChanged_closure0.prototype = { call$0() { @@ -522200,7 +521519,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._ProductEditState_build_closure.prototype = { call$1(val) { @@ -522220,21 +521539,21 @@ call$1(taxCategoryId) { this.viewModel.onChanged.call$1(this.product.rebuild$1(new A._ProductEditState_build__closure3(taxCategoryId))); }, - $signature: 8 + $signature: 7 }; A._ProductEditState_build__closure3.prototype = { call$1(b) { b.get$_product_model$_$this()._taxCategoryId = this.taxCategoryId; return b; }, - $signature: 167 + $signature: 174 }; A._ProductEditState_build_closure0.prototype = { call$1(key) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(B.Map_k38sM.$index(0, key)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, key, type$.String); }, - $signature: 39 + $signature: 40 }; A._ProductEditState_build_closure2.prototype = { call$1(taxRate) { @@ -522249,7 +521568,7 @@ b.get$_product_model$_$this()._product_model$_taxName1 = t1.name; return b; }, - $signature: 167 + $signature: 174 }; A._ProductEditState_build_closure3.prototype = { call$1(taxRate) { @@ -522264,7 +521583,7 @@ b.get$_product_model$_$this()._product_model$_taxName2 = t1.name; return b; }, - $signature: 167 + $signature: 174 }; A._ProductEditState_build_closure4.prototype = { call$1(taxRate) { @@ -522279,7 +521598,7 @@ b.get$_product_model$_$this()._product_model$_taxName3 = t1.name; return b; }, - $signature: 167 + $signature: 174 }; A._ProductEditState_build_closure5.prototype = { call$1(value) { @@ -522292,7 +521611,7 @@ b.get$_product_model$_$this()._product_model$_stockNotification = this.value; return b; }, - $signature: 167 + $signature: 174 }; A.ProductEditScreen.prototype = { build$1(context) { @@ -522304,13 +521623,13 @@ call$1(store) { return A.ProductEditVM_ProductEditVM$fromStore(store); }, - $signature: 2918 + $signature: 2915 }; A.ProductEditScreen_build_closure.prototype = { call$2(context, vm) { return new A.ProductEdit(vm, new A.ValueKey(vm.product.id, type$.ValueKey_String)); }, - $signature: 2919 + $signature: 2916 }; A.ProductEditVM.prototype = { get$company() { @@ -522326,7 +521645,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateProduct(product)); }, - $signature: 270 + $signature: 310 }; A.ProductEditVM_ProductEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -522402,7 +521721,7 @@ } else A.viewEntity(false, savedProduct, null, false); }, - $signature: 270 + $signature: 310 }; A.ProductEditVM_ProductEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -522505,7 +521824,7 @@ } return t1; }, - $signature: 117 + $signature: 114 }; A.ProductListItem_build__closure2.prototype = { call$0() { @@ -522566,7 +521885,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.productList, B.EntityType_product, new A.ProductListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.ProductPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2920 + $signature: 2917 }; A.ProductListBuilder_build__closure.prototype = { call$2(context, index) { @@ -522580,7 +521899,7 @@ t2 = false; return A.ProductListItem$(t1.filter, t2, true, null, null, product, false); }, - $signature: 688 + $signature: 721 }; A.ProductListVM.prototype = {}; A.ProductListVM_fromStore__handleRefresh.prototype = { @@ -522759,7 +522078,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterProducts(value)); }, - $signature: 28 + $signature: 27 }; A.ProductScreen_build_closure9.prototype = { call$2(state, value) { @@ -522767,7 +522086,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterProductsByState(state)); }, - $signature: 66 + $signature: 67 }; A.ProductScreen_build_closure10.prototype = { call$0() { @@ -522843,7 +522162,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterProductsByState(state)); }, - $signature: 62 + $signature: 61 }; A.ProductScreen_build_closure0.prototype = { call$0() { @@ -522878,7 +522197,7 @@ call$2(context, vm) { return new A.ProductScreen(vm, null); }, - $signature: 2921 + $signature: 2918 }; A.ProductScreenVM.prototype = {}; A.ProductView.prototype = { @@ -522972,7 +522291,7 @@ t1 = A.RefreshIndicator$(new A.ProductOverview(t1, new A.ValueKey(t3.id, t2)), new A._ProductViewState_build__closure1(t1, context)); return A.Column$(A._setArrayType([A.Expanded$(t1, 1), new A.BottomButtons(_this.product, B.EntityAction_newInvoice, B.EntityAction_clone, true, true, null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 248 + $signature: 235 }; A._ProductViewState_build__closure.prototype = { call$0() { @@ -523018,7 +522337,7 @@ call$2(path, isPrivate) { return this.$this.viewModel.onUploadDocuments.call$3(this.context, path, isPrivate); }, - $signature: 140 + $signature: 142 }; A.ProductViewDocuments_build_closure0.prototype = { call$0() { @@ -523110,13 +522429,13 @@ call$1(store) { return A.ProductViewVM_ProductViewVM$fromStore(store); }, - $signature: 2922 + $signature: 2919 }; A.ProductViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ProductView(vm, false, vm.state.uiState.productUIState.tabIndex, null); }, - $signature: 2923 + $signature: 2920 }; A.ProductViewVM.prototype = { $eq(_, other) { @@ -523169,7 +522488,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 112 + $signature: 105 }; A.ProductViewVM_ProductViewVM$fromStore__closure.prototype = { call$1(client) { @@ -523181,7 +522500,7 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 81 }; A.ProductViewVM_ProductViewVM$fromStore__closure0.prototype = { call$1(error) { @@ -523322,7 +522641,7 @@ b.get$_project_model$_$this()._project_model$_customValue4 = t1; return b; }, - $signature: 200 + $signature: 202 }; A._ProjectEditState__onChanged_closure0.prototype = { call$0() { @@ -523334,7 +522653,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._ProjectEditState_build_closure.prototype = { call$1(context) { @@ -523396,7 +522715,7 @@ t4 = type$.JSArray_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([t6, t3, new A.UserPicker(t1.assignedUserId, new A._ProjectEditState_build__closure4(t8, t1), _null), t9, t10, t11, 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), t12, A.DecoratedFormField$(false, _null, false, t2._project_edit$_privateNotesController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t5, 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t4), _null, _null, false, _null, true, _null, _null)], t4), _null, _null, _null, false, new A.ValueKey("__project_" + t1.id + "_" + t1.updatedAt + "__", type$.ValueKey_String)); }, - $signature: 136 + $signature: 138 }; A._ProjectEditState_build__closure.prototype = { call$1(val) { @@ -523430,7 +522749,7 @@ call$1(client) { this.viewModel.onChanged.call$1(this.project.rebuild$1(new A._ProjectEditState_build___closure1(client))); }, - $signature: 48 + $signature: 49 }; A._ProjectEditState_build___closure1.prototype = { call$1(b) { @@ -523441,13 +522760,13 @@ b.get$_project_model$_$this()._project_model$_clientId = t1; return b; }, - $signature: 200 + $signature: 202 }; A._ProjectEditState_build__closure0.prototype = { call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 208 + $signature: 213 }; A._ProjectEditState_build__closure4.prototype = { call$1(userId) { @@ -523460,7 +522779,7 @@ b.get$_project_model$_$this()._project_model$_assignedUserId = this.userId; return b; }, - $signature: 200 + $signature: 202 }; A._ProjectEditState_build__closure3.prototype = { call$2(date, _) { @@ -523473,7 +522792,7 @@ b.get$_project_model$_$this()._project_model$_dueDate = this.date; return b; }, - $signature: 200 + $signature: 202 }; A.ProjectEditScreen.prototype = { build$1(context) { @@ -523485,13 +522804,13 @@ call$1(store) { return A.ProjectEditVM_ProjectEditVM$fromStore(store); }, - $signature: 2924 + $signature: 2921 }; A.ProjectEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.ProjectEdit(viewModel, new A.ValueKey(viewModel.project.updatedAt, type$.ValueKey_int)); }, - $signature: 2925 + $signature: 2922 }; A.ProjectEditVM.prototype = { get$project() { @@ -523507,7 +522826,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateProject(project)); }, - $signature: 271 + $signature: 305 }; A.ProjectEditVM_ProjectEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -523536,7 +522855,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, _null, true); completer.future.then$1$1(0, new A.ProjectEditVM_ProjectEditVM$fromStore__closure0(t3), t4); }, - $signature: 120 + $signature: 122 }; A.ProjectEditVM_ProjectEditVM$fromStore__closure.prototype = { call$1(_) { @@ -523627,7 +522946,7 @@ A.viewEntity(false, savedProject, null, true); } }, - $signature: 271 + $signature: 305 }; A.ProjectEditVM_ProjectEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -523731,7 +523050,7 @@ } return t1; }, - $signature: 117 + $signature: 114 }; A.ProjectListItem_build__closure2.prototype = { call$0() { @@ -523790,7 +523109,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.projectList, B.EntityType_project, new A.ProjectListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.ProjectPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2926 + $signature: 2923 }; A.ProjectListBuilder_build__closure.prototype = { call$2(context, index) { @@ -523807,7 +523126,7 @@ t3 = false; return new A.ProjectListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 2927 + $signature: 2924 }; A.ProjectListVM.prototype = {}; A.ProjectListVM_fromStore__handleRefresh.prototype = { @@ -523962,7 +523281,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterProjects(value)); }, - $signature: 28 + $signature: 27 }; A.ProjectScreen_build_closure8.prototype = { call$2(state, value) { @@ -523970,7 +523289,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterProjectsByState(state)); }, - $signature: 66 + $signature: 67 }; A.ProjectScreen_build_closure9.prototype = { call$0() { @@ -524035,7 +523354,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterProjectsByState(state)); }, - $signature: 62 + $signature: 61 }; A.ProjectScreen_build_closure.prototype = { call$0() { @@ -524070,7 +523389,7 @@ call$2(context, vm) { return new A.ProjectScreen(vm, null); }, - $signature: 2928 + $signature: 2925 }; A.ProjectScreenVM.prototype = {}; A.ProjectView.prototype = { @@ -524166,7 +523485,7 @@ t1 = A.RefreshIndicator$(new A.ProjectOverview(t2, t4.isFilter, _null), new A._ProjectViewState_build__closure1(t2, context)); return A.Column$(A._setArrayType([A.Expanded$(t1, 1), new A.BottomButtons(_this.project, B.EntityAction_newTask, B.EntityAction_invoiceProject, true, true, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 248 + $signature: 235 }; A._ProjectViewState_build__closure.prototype = { call$0() { @@ -524212,7 +523531,7 @@ call$2(path, isPrivate) { return this.$this.viewModel.onUploadDocuments.call$3(this.context, path, isPrivate); }, - $signature: 140 + $signature: 142 }; A.ProjectViewDocuments_build_closure0.prototype = { call$0() { @@ -524264,7 +523583,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new A._ProjectOverviewState_initState__closure()); }, - $signature: 212 + $signature: 222 }; A._ProjectOverviewState_initState__closure.prototype = { call$0() { @@ -524379,7 +523698,7 @@ B.JSArray_methods.addAll$1(t7, A._setArrayType([new A.IconMessage(t1, _null, _null, _null, true, _null), new A.ListDivider(_null)], t9)); return t7; }, - $signature: 307 + $signature: 298 }; A._ProjectOverviewState_build_closure.prototype = { call$0() { @@ -524397,13 +523716,13 @@ call$1(store) { return A.ProjectViewVM_ProjectViewVM$fromStore(store); }, - $signature: 2929 + $signature: 2926 }; A.ProjectViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ProjectView(vm, this.$this.isFilter, vm.state.uiState.projectUIState.tabIndex, null); }, - $signature: 2930 + $signature: 2927 }; A.ProjectViewVM.prototype = { get$project() { @@ -524446,7 +523765,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 112 + $signature: 105 }; A.ProjectViewVM_ProjectViewVM$fromStore__closure.prototype = { call$1(client) { @@ -524458,7 +523777,7 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 81 }; A.ProjectViewVM_ProjectViewVM$fromStore__closure0.prototype = { call$1(error) { @@ -524580,7 +523899,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._PurchaseOrderEditState_build_closure2.prototype = { call$1(context) { @@ -524611,21 +523930,21 @@ t5 = type$.WhereTypeIterable_BaseEntity; return new A.InvoiceItemSelector(t1, new A._PurchaseOrderEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.WhereTypeIterable(new A.MappedIterable(new A.WhereIterable(t2, new A._PurchaseOrderEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._PurchaseOrderEditState_build___closure1(t4), t3._eval$1("MappedIterable<1,BaseEntity?>")), t5), true, t5._eval$1("Iterable.E")), false, null); }, - $signature: 312 + $signature: 316 }; A._PurchaseOrderEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 85 + $signature: 82 }; A._PurchaseOrderEditState_build___closure1.prototype = { call$1(item) { var t1 = this.viewModel.state; return item.typeId === "2" ? t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, item.taskId) : t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, item.expenseId); }, - $signature: 313 + $signature: 317 }; A._PurchaseOrderEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -524639,7 +523958,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 314 + $signature: 318 }; A.__PurchaseOrderEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -524666,7 +523985,7 @@ call$1(store) { return A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore(store); }, - $signature: 2931 + $signature: 2928 }; A.PurchaseOrderEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -524675,7 +523994,7 @@ else return new A.InvoiceEditDetails(viewModel, B.EntityType_purchaseOrder, null); }, - $signature: 2932 + $signature: 2929 }; A.PurchaseOrderEditDetailsVM.prototype = {}; A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure.prototype = { @@ -524684,7 +524003,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdatePurchaseOrder(purchaseOrder)); }, - $signature: 149 + $signature: 165 }; A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure0.prototype = { call$3(context, purchaseOrder, vendor) { @@ -524693,7 +524012,7 @@ t1[0].call$1(new A.UpdatePurchaseOrder(purchaseOrder)); t1[0].call$1(new A.UpdatePurchaseOrderVendor(vendor)); }, - $signature: 2933 + $signature: 2930 }; A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -524705,7 +524024,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, null, true); completer.future.then$1$1(0, new A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 120 + $signature: 122 }; A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -524733,7 +524052,7 @@ call$1(store) { return A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore(store); }, - $signature: 2934 + $signature: 2931 }; A.PurchaseOrderEditItemsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -524743,7 +524062,7 @@ else return new A.InvoiceEditItems(viewModel, t1, null); }, - $signature: 2935 + $signature: 2932 }; A.PurchaseOrderEditItemsVM.prototype = {}; A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure.prototype = { @@ -524777,7 +524096,7 @@ t1[0].call$1(new A.UpdatePurchaseOrderItem(index, purchaseOrderItem)); } }, - $signature: 316 + $signature: 320 }; A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { @@ -524785,7 +524104,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.MovePurchaseOrderItem(oldIndex, newIndex)); }, - $signature: 209 + $signature: 231 }; A.PurchaseOrderEditNotesScreen.prototype = { build$1(context) { @@ -524797,13 +524116,13 @@ call$1(store) { return A.PurchaseOrderEditNotesVM_PurchaseOrderEditNotesVM$fromStore(store); }, - $signature: 2936 + $signature: 2933 }; A.PurchaseOrderEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2937 + $signature: 2934 }; A.PurchaseOrderEditNotesVM.prototype = {}; A.PurchaseOrderEditNotesVM_PurchaseOrderEditNotesVM$fromStore_closure.prototype = { @@ -524812,7 +524131,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdatePurchaseOrder(purchaseOrder)); }, - $signature: 149 + $signature: 165 }; A.PurchaseOrderEditPDFScreen.prototype = { build$1(context) { @@ -524828,13 +524147,13 @@ t2 = t1.uiState; return new A.PurchaseOrderEditPDFVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].userCompany.company, t2.purchaseOrderUIState.editing); }, - $signature: 2938 + $signature: 2935 }; A.PurchaseOrderEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2939 + $signature: 2936 }; A.PurchaseOrderEditPDFVM.prototype = {}; A.PurchaseOrderEditScreen.prototype = { @@ -524847,13 +524166,13 @@ call$1(store) { return A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore(store); }, - $signature: 2940 + $signature: 2937 }; A.PurchaseOrderEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.PurchaseOrderEdit(viewModel, new A.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_int)); }, - $signature: 2941 + $signature: 2938 }; A.PurchaseOrderEditVM.prototype = {}; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure.prototype = { @@ -524868,7 +524187,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 190 + $signature: 193 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure1.prototype = { call$0() { @@ -524908,7 +524227,7 @@ return t3.then$1$1(0, new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure1(t2, t4, _this.state, t1, $navigator, t5), type$.Null).catchError$1(new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure2()); } }, - $signature: 129 + $signature: 130 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure0.prototype = { call$1(context) { @@ -524968,7 +524287,7 @@ A.viewEntity(false, savedPurchaseOrder, _null, true); } }, - $signature: 83 + $signature: 85 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure2.prototype = { call$1(error) { @@ -524998,7 +524317,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.AddPurchaseOrderItems(items)); }, - $signature: 318 + $signature: 321 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -525023,7 +524342,7 @@ t2[0].call$1(new A.SavePurchaseOrderDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFiles, this.purchaseOrder)); t1.then$1$1(0, new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure(context), type$.Null).catchError$1(new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure0(context)); }, - $signature: 319 + $signature: 322 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure.prototype = { call$1(client) { @@ -525035,7 +524354,7 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 81 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure0.prototype = { call$1(error) { @@ -525073,7 +524392,7 @@ t1[0].call$1(new A.LoadVendor(null, t2.id)); } }, - $signature: 300 + $signature: 306 }; A.PurchaseOrderEmailScreen_build_closure0.prototype = { call$1(store) { @@ -525085,13 +524404,13 @@ t2.toString; return A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore(store, t2); }, - $signature: 2942 + $signature: 2939 }; A.PurchaseOrderEmailScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEmailView(viewModel, null); }, - $signature: 2943 + $signature: 2940 }; A.EmailPurchaseOrderVM.prototype = {}; A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore_closure.prototype = { @@ -525111,7 +524430,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.EmailPurchaseOrderRequest(completer, this.purchaseOrder.id, template, subject, body, ccEmail)); }, - $signature: 437 + $signature: 371 }; A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore__closure.prototype = { call$1(_) { @@ -525243,7 +524562,7 @@ } return t1; }, - $signature: 117 + $signature: 114 }; A.PurchaseOrderListItem_build__closure2.prototype = { call$0() { @@ -525302,7 +524621,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.invoiceList, B.EntityType_purchaseOrder, new A.PurchaseOrderListBuilder_build__closure(viewModel), viewModel.onClearMultiselect, viewModel.onRefreshed, viewModel.onSortColumn, new A.PurchaseOrderPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2944 + $signature: 2941 }; A.PurchaseOrderListBuilder_build__closure.prototype = { call$2(context, index) { @@ -525321,7 +524640,7 @@ t3 = false; return new A.PurchaseOrderListItem(t5.user, t2, t4, t1.filter, t3, null); }, - $signature: 2945 + $signature: 2942 }; A.PurchaseOrderListVM.prototype = {}; A.PurchaseOrderListVM_fromStore__handleRefresh.prototype = { @@ -525385,13 +524704,13 @@ t3.toString; return new A.PurchaseOrderPdfVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].purchaseOrderState.$get$1(0, t3), purchaseOrderUIState.historyActivityId); }, - $signature: 2946 + $signature: 2943 }; A.PurchaseOrderPdfScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoicePdfView(vm, this.$this.showAppBar, new A.ValueKey("__purchase_order_pdf_" + vm.invoice.id + "__", type$.ValueKey_String)); }, - $signature: 2947 + $signature: 2944 }; A.PurchaseOrderPdfVM.prototype = {}; A.PurchaseOrderPresenter.prototype = { @@ -525651,7 +524970,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPurchaseOrders(value)); }, - $signature: 28 + $signature: 27 }; A.PurchaseOrderScreen_build_closure14.prototype = { call$2(state, value) { @@ -525659,7 +524978,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPurchaseOrdersByState(state)); }, - $signature: 66 + $signature: 67 }; A.PurchaseOrderScreen_build_closure13.prototype = { call$2($status, value) { @@ -525667,7 +524986,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPurchaseOrdersByStatus($status)); }, - $signature: 161 + $signature: 153 }; A.PurchaseOrderScreen_build_closure15.prototype = { call$0() { @@ -525700,7 +525019,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPurchaseOrdersByState(state)); }, - $signature: 62 + $signature: 61 }; A.PurchaseOrderScreen_build_closure10.prototype = { call$2($status, value) { @@ -525708,7 +525027,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPurchaseOrdersByStatus($status)); }, - $signature: 184 + $signature: 177 }; A.PurchaseOrderScreen_build_closure3.prototype = { call$0() { @@ -525775,7 +525094,7 @@ call$2(context, vm) { return new A.PurchaseOrderScreen(vm, null); }, - $signature: 2948 + $signature: 2945 }; A.PurchaseOrderScreenVM.prototype = {}; A.PurchaseOrderViewScreen.prototype = { @@ -525788,13 +525107,13 @@ call$1(store) { return A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore(store); }, - $signature: 2949 + $signature: 2946 }; A.PurchaseOrderViewScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.purchaseOrderUIState.tabIndex, null); }, - $signature: 2950 + $signature: 2947 }; A.PurchaseOrderViewVM.prototype = {}; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__handleRefresh.prototype = { @@ -525821,7 +525140,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 320 + $signature: 323 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -525837,7 +525156,7 @@ t2[0].call$1(new A.SavePurchaseOrderDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFile, this.purchaseOrder)); t1.then$1$1(0, new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure(context), type$.Null).catchError$1(new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure0(context)); }, - $signature: 112 + $signature: 105 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure.prototype = { call$1(client) { @@ -525849,7 +525168,7 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 81 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure0.prototype = { call$1(error) { @@ -525872,7 +525191,7 @@ call$2(context, purchaseOrder) { return this.call$3(context, purchaseOrder, null); }, - $signature: 321 + $signature: 324 }; A.QuoteEdit.prototype = { createState$0() { @@ -525984,7 +525303,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._QuoteEditState_build_closure2.prototype = { call$1(context) { @@ -526015,21 +525334,21 @@ t5 = type$.WhereTypeIterable_BaseEntity; return new A.InvoiceItemSelector(t1, new A._QuoteEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.WhereTypeIterable(new A.MappedIterable(new A.WhereIterable(t2, new A._QuoteEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._QuoteEditState_build___closure1(t4), t3._eval$1("MappedIterable<1,BaseEntity?>")), t5), true, t5._eval$1("Iterable.E")), false, null); }, - $signature: 312 + $signature: 316 }; A._QuoteEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 85 + $signature: 82 }; A._QuoteEditState_build___closure1.prototype = { call$1(item) { var t1 = this.viewModel.state; return item.typeId === "2" ? t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, item.taskId) : t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, item.expenseId); }, - $signature: 313 + $signature: 317 }; A._QuoteEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -526043,7 +525362,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 314 + $signature: 318 }; A.__QuoteEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -526070,7 +525389,7 @@ call$1(store) { return A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore(store); }, - $signature: 2951 + $signature: 2948 }; A.QuoteEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -526079,7 +525398,7 @@ else return new A.InvoiceEditDetails(viewModel, B.EntityType_quote, null); }, - $signature: 2952 + $signature: 2949 }; A.QuoteEditDetailsVM.prototype = {}; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure.prototype = { @@ -526088,7 +525407,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateQuote(quote)); }, - $signature: 149 + $signature: 165 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure0.prototype = { call$3(context, quote, client) { @@ -526103,7 +525422,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateQuoteClient(client)); }, - $signature: 406 + $signature: 366 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -526116,7 +525435,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, _null, true); completer.future.then$1$1(0, new A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 120 + $signature: 122 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -526144,7 +525463,7 @@ call$1(store) { return A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore(store, this.$this.isTasks); }, - $signature: 2953 + $signature: 2950 }; A.QuoteEditItemsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -526155,7 +525474,7 @@ else return new A.InvoiceEditItems(viewModel, t2, null); }, - $signature: 2954 + $signature: 2951 }; A.QuoteEditItemsVM.prototype = {}; A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure.prototype = { @@ -526190,7 +525509,7 @@ t1[0].call$1(new A.UpdateQuoteItem(index, quoteItem)); } }, - $signature: 316 + $signature: 320 }; A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -526198,7 +525517,7 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 59 + $signature: 57 }; A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { @@ -526206,7 +525525,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.MoveQuoteItem(oldIndex, newIndex)); }, - $signature: 209 + $signature: 231 }; A.QuoteEditNotesScreen.prototype = { build$1(context) { @@ -526218,13 +525537,13 @@ call$1(store) { return A.QuoteEditNotesVM_QuoteEditNotesVM$fromStore(store); }, - $signature: 2955 + $signature: 2952 }; A.QuoteEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2956 + $signature: 2953 }; A.QuoteEditNotesVM.prototype = {}; A.QuoteEditNotesVM_QuoteEditNotesVM$fromStore_closure.prototype = { @@ -526233,7 +525552,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateQuote(quote)); }, - $signature: 149 + $signature: 165 }; A.QuoteEditPDFScreen.prototype = { build$1(context) { @@ -526249,13 +525568,13 @@ t2 = t1.uiState; return new A.QuoteEditPDFVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].userCompany.company, t2.quoteUIState.editing); }, - $signature: 2957 + $signature: 2954 }; A.QuoteEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2958 + $signature: 2955 }; A.QuoteEditPDFVM.prototype = {}; A.QuoteEditScreen.prototype = { @@ -526268,13 +525587,13 @@ call$1(store) { return A.QuoteEditVM_QuoteEditVM$fromStore(store); }, - $signature: 2959 + $signature: 2956 }; A.QuoteEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.QuoteEdit(viewModel, new A.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_int)); }, - $signature: 2960 + $signature: 2957 }; A.QuoteEditVM.prototype = {}; A.QuoteEditVM_QuoteEditVM$fromStore_closure.prototype = { @@ -526289,7 +525608,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 190 + $signature: 193 }; A.QuoteEditVM_QuoteEditVM$fromStore__closure1.prototype = { call$0() { @@ -526329,7 +525648,7 @@ return t3.then$1$1(0, new A.QuoteEditVM_QuoteEditVM$fromStore___closure1(t2, t4, _this.state, t1, $navigator, t5), type$.Null).catchError$1(new A.QuoteEditVM_QuoteEditVM$fromStore___closure2()); } }, - $signature: 129 + $signature: 130 }; A.QuoteEditVM_QuoteEditVM$fromStore___closure0.prototype = { call$1(context) { @@ -526393,7 +525712,7 @@ A.viewEntity(false, savedQuote, _null, true); } }, - $signature: 83 + $signature: 85 }; A.QuoteEditVM_QuoteEditVM$fromStore___closure2.prototype = { call$1(error) { @@ -526423,7 +525742,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.AddQuoteItems(items)); }, - $signature: 318 + $signature: 321 }; A.QuoteEditVM_QuoteEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -526448,7 +525767,7 @@ t2[0].call$1(new A.SaveQuoteDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFile, this.quote)); t1.then$1$1(0, new A.QuoteEditVM_QuoteEditVM$fromStore__closure(context), type$.Null).catchError$1(new A.QuoteEditVM_QuoteEditVM$fromStore__closure0(context)); }, - $signature: 319 + $signature: 322 }; A.QuoteEditVM_QuoteEditVM$fromStore__closure.prototype = { call$1(client) { @@ -526460,7 +525779,7 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 81 }; A.QuoteEditVM_QuoteEditVM$fromStore__closure0.prototype = { call$1(error) { @@ -526498,7 +525817,7 @@ t1[0].call$1(new A.LoadClient(null, t2.id)); } }, - $signature: 300 + $signature: 306 }; A.QuoteEmailScreen_build_closure0.prototype = { call$1(store) { @@ -526510,13 +525829,13 @@ t2.toString; return A.EmailQuoteVM_EmailQuoteVM$fromStore(store, t2); }, - $signature: 2961 + $signature: 2958 }; A.QuoteEmailScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEmailView(viewModel, null); }, - $signature: 2962 + $signature: 2959 }; A.EmailQuoteVM.prototype = {}; A.EmailQuoteVM_EmailQuoteVM$fromStore_closure.prototype = { @@ -526541,7 +525860,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.EmailQuoteRequest(completer, this.quote.id, template, subject, body, ccEmail)); }, - $signature: 437 + $signature: 371 }; A.EmailQuoteVM_EmailQuoteVM$fromStore__closure.prototype = { call$1(_) { @@ -526688,7 +526007,7 @@ } return t1; }, - $signature: 117 + $signature: 114 }; A.QuoteListItem_build__closure2.prototype = { call$0() { @@ -526745,7 +526064,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.invoiceList, B.EntityType_quote, new A.QuoteListBuilder_build__closure(viewModel), viewModel.onClearMultiselect, viewModel.onRefreshed, viewModel.onSortColumn, new A.QuotePresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2963 + $signature: 2960 }; A.QuoteListBuilder_build__closure.prototype = { call$2(context, index) { @@ -526754,7 +526073,7 @@ t2.toString; return new A.QuoteListItem(t2, t1.filter, true, null); }, - $signature: 521 + $signature: 445 }; A.QuoteListVM.prototype = {}; A.QuoteListVM_fromStore__handleRefresh.prototype = { @@ -526818,13 +526137,13 @@ t3.toString; return new A.QuotePdfVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].quoteState.$get$1(0, t3), quoteUIState.historyActivityId); }, - $signature: 2964 + $signature: 2961 }; A.QuotePdfScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoicePdfView(vm, this.$this.showAppBar, new A.ValueKey("__quote_pdf_" + vm.invoice.id + "__", type$.ValueKey_String)); }, - $signature: 2965 + $signature: 2962 }; A.QuotePdfVM.prototype = {}; A.QuotePresenter.prototype = { @@ -527113,7 +526432,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterQuotes(value)); }, - $signature: 28 + $signature: 27 }; A.QuoteScreen_build_closure16.prototype = { call$2(state, value) { @@ -527121,7 +526440,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterQuotesByState(state)); }, - $signature: 66 + $signature: 67 }; A.QuoteScreen_build_closure15.prototype = { call$2($status, value) { @@ -527129,7 +526448,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterQuotesByStatus($status)); }, - $signature: 161 + $signature: 153 }; A.QuoteScreen_build_closure17.prototype = { call$0() { @@ -527194,7 +526513,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterQuotesByState(state)); }, - $signature: 62 + $signature: 61 }; A.QuoteScreen_build_closure12.prototype = { call$2($status, value) { @@ -527202,7 +526521,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterQuotesByStatus($status)); }, - $signature: 184 + $signature: 177 }; A.QuoteScreen_build_closure5.prototype = { call$0() { @@ -527237,7 +526556,7 @@ call$2(context, vm) { return new A.QuoteScreen(vm, null); }, - $signature: 2966 + $signature: 2963 }; A.QuoteScreenVM.prototype = {}; A.QuoteViewScreen.prototype = { @@ -527250,13 +526569,13 @@ call$1(store) { return A.QuoteViewVM_QuoteViewVM$fromStore(store); }, - $signature: 2967 + $signature: 2964 }; A.QuoteViewScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.quoteUIState.tabIndex, null); }, - $signature: 2968 + $signature: 2965 }; A.QuoteViewVM.prototype = {}; A.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh.prototype = { @@ -527289,7 +526608,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 320 + $signature: 323 }; A.QuoteViewVM_QuoteViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -527305,7 +526624,7 @@ t2[0].call$1(new A.SaveQuoteDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFiles, this.quote)); t1.then$1$1(0, new A.QuoteViewVM_QuoteViewVM$fromStore__closure(context), type$.Null).catchError$1(new A.QuoteViewVM_QuoteViewVM$fromStore__closure0(context)); }, - $signature: 112 + $signature: 105 }; A.QuoteViewVM_QuoteViewVM$fromStore__closure.prototype = { call$1(client) { @@ -527317,7 +526636,7 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 81 }; A.QuoteViewVM_QuoteViewVM$fromStore__closure0.prototype = { call$1(error) { @@ -527340,7 +526659,7 @@ call$2(context, quote) { return this.call$3(context, quote, null); }, - $signature: 321 + $signature: 324 }; A.RecurringExpenseEditScreen.prototype = { build$1(context) { @@ -527352,13 +526671,13 @@ call$1(store) { return A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore(store); }, - $signature: 2969 + $signature: 2966 }; A.RecurringExpenseEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.ExpenseEdit(viewModel, new A.ValueKey(viewModel.expense.updatedAt, type$.ValueKey_int)); }, - $signature: 2970 + $signature: 2967 }; A.RecurringExpenseEditVM.prototype = {}; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure.prototype = { @@ -527367,7 +526686,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateRecurringExpense(recurringExpense)); }, - $signature: 165 + $signature: 159 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2.prototype = { call$2(context, completer) { @@ -527380,7 +526699,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, _null, true); completer.future.then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure4(t3), t4); }, - $signature: 120 + $signature: 122 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3.prototype = { call$1(_) { @@ -527409,7 +526728,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, _null, true); completer.future.then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure2(t3), t4); }, - $signature: 120 + $signature: 122 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure1.prototype = { call$1(_) { @@ -527449,7 +526768,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 190 + $signature: 193 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure5.prototype = { call$0() { @@ -527480,7 +526799,7 @@ return t5.then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0(t2, t4, _this.state, t1, t3, t6), type$.Null).catchError$1(new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure1(t3)); } }, - $signature: 129 + $signature: 130 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0.prototype = { call$1(savedRecurringExpense) { @@ -527546,7 +526865,7 @@ A.viewEntity(false, savedRecurringExpense, _null, true); } }, - $signature: 165 + $signature: 159 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -527568,7 +526887,7 @@ t2[0].call$1(new A.SaveRecurringExpenseDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFiles, this.recurringExpense)); t1.then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure(context), type$.Null).catchError$1(new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0(context)); }, - $signature: 112 + $signature: 105 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure.prototype = { call$1(client) { @@ -527580,7 +526899,7 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 81 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0.prototype = { call$1(error) { @@ -527731,7 +527050,7 @@ } return t1; }, - $signature: 117 + $signature: 114 }; A.RecurringExpenseListItem_build__closure2.prototype = { call$0() { @@ -527788,7 +527107,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.recurringExpenseList, B.EntityType_recurringExpense, new A.RecurringExpenseListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.RecurringExpensePresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2971 + $signature: 2968 }; A.RecurringExpenseListBuilder_build__closure.prototype = { call$2(context, index) { @@ -527803,7 +527122,7 @@ t3 = false; return new A.RecurringExpenseListItem(t2, t1.filter, t3, null); }, - $signature: 2972 + $signature: 2969 }; A.RecurringExpenseListVM.prototype = {}; A.RecurringExpenseListVM_fromStore__handleRefresh.prototype = { @@ -528025,7 +527344,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 156 + $signature: 149 }; A.RecurringExpenseScreen_build_closure0.prototype = { call$1(b) { @@ -528040,7 +527359,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 156 + $signature: 149 }; A.RecurringExpenseScreen_build_closure1.prototype = { call$1(b) { @@ -528055,7 +527374,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 156 + $signature: 149 }; A.RecurringExpenseScreen_build_closure2.prototype = { call$1(b) { @@ -528070,7 +527389,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 156 + $signature: 149 }; A.RecurringExpenseScreen_build_closure3.prototype = { call$1(b) { @@ -528085,7 +527404,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 156 + $signature: 149 }; A.RecurringExpenseScreen_build_closure17.prototype = { call$0() { @@ -528101,7 +527420,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringExpenses(value)); }, - $signature: 28 + $signature: 27 }; A.RecurringExpenseScreen_build_closure14.prototype = { call$2($status, value) { @@ -528109,7 +527428,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringExpensesByStatus($status)); }, - $signature: 161 + $signature: 153 }; A.RecurringExpenseScreen_build_closure15.prototype = { call$2(state, value) { @@ -528117,7 +527436,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringExpensesByState(state)); }, - $signature: 66 + $signature: 67 }; A.RecurringExpenseScreen_build_closure16.prototype = { call$0() { @@ -528150,7 +527469,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringExpensesByStatus($status)); }, - $signature: 184 + $signature: 177 }; A.RecurringExpenseScreen_build_closure10.prototype = { call$2(state, value) { @@ -528158,7 +527477,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringExpensesByState(state)); }, - $signature: 62 + $signature: 61 }; A.RecurringExpenseScreen_build_closure4.prototype = { call$0() { @@ -528225,7 +527544,7 @@ call$2(context, vm) { return new A.RecurringExpenseScreen(vm, null); }, - $signature: 2973 + $signature: 2970 }; A.RecurringExpenseScreenVM.prototype = {}; A.RecurringExpenseViewScreen.prototype = { @@ -528238,13 +527557,13 @@ call$1(store) { return A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore(store); }, - $signature: 2974 + $signature: 2971 }; A.RecurringExpenseViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ExpenseView(vm, this.$this.isFilter, vm.state.uiState.recurringExpenseUIState.tabIndex, null); }, - $signature: 2975 + $signature: 2972 }; A.RecurringExpenseViewVM.prototype = {}; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh.prototype = { @@ -528278,7 +527597,7 @@ t2[0].call$1(new A.SaveRecurringExpenseDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFiles, this.recurringExpense)); t1.then$1$1(0, new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure(context), type$.Null).catchError$1(new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0()); }, - $signature: 112 + $signature: 105 }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure.prototype = { call$1(client) { @@ -528290,7 +527609,7 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 81 }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0.prototype = { call$1(error) { @@ -528417,7 +527736,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._RecurringInvoiceEditState_build_closure2.prototype = { call$1(context) { @@ -528448,21 +527767,21 @@ t5 = type$.WhereTypeIterable_BaseEntity; return new A.InvoiceItemSelector(t1, new A._RecurringInvoiceEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.WhereTypeIterable(new A.MappedIterable(new A.WhereIterable(t2, new A._RecurringInvoiceEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._RecurringInvoiceEditState_build___closure1(t4), t3._eval$1("MappedIterable<1,BaseEntity?>")), t5), true, t5._eval$1("Iterable.E")), false, null); }, - $signature: 312 + $signature: 316 }; A._RecurringInvoiceEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 85 + $signature: 82 }; A._RecurringInvoiceEditState_build___closure1.prototype = { call$1(item) { var t1 = this.viewModel.state; return item.typeId === "2" ? t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, item.taskId) : t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, item.expenseId); }, - $signature: 313 + $signature: 317 }; A._RecurringInvoiceEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -528476,7 +527795,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 314 + $signature: 318 }; A.__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -528503,7 +527822,7 @@ call$1(store) { return A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore(store); }, - $signature: 2976 + $signature: 2973 }; A.RecurringInvoiceEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -528512,7 +527831,7 @@ else return new A.InvoiceEditDetails(viewModel, B.EntityType_recurringInvoice, null); }, - $signature: 2977 + $signature: 2974 }; A.RecurringInvoiceEditDetailsVM.prototype = {}; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure.prototype = { @@ -528521,7 +527840,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateRecurringInvoice(invoice)); }, - $signature: 149 + $signature: 165 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0.prototype = { call$3(context, invoice, client) { @@ -528536,7 +527855,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateRecurringInvoiceClient(client)); }, - $signature: 406 + $signature: 366 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -528549,7 +527868,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, _null, true); completer.future.then$1$1(0, new A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 120 + $signature: 122 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -528577,7 +527896,7 @@ call$1(store) { return A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore(store, this.$this.isTasks); }, - $signature: 2978 + $signature: 2975 }; A.RecurringInvoiceEditItemsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -528588,7 +527907,7 @@ else return new A.InvoiceEditItems(viewModel, t2, null); }, - $signature: 2979 + $signature: 2976 }; A.RecurringInvoiceEditItemsVM.prototype = {}; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure.prototype = { @@ -528623,7 +527942,7 @@ t1[0].call$1(new A.UpdateRecurringInvoiceItem(index, item)); } }, - $signature: 316 + $signature: 320 }; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -528631,7 +527950,7 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 59 + $signature: 57 }; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { @@ -528639,7 +527958,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.MoveRecurringInvoiceItem(oldIndex, newIndex)); }, - $signature: 209 + $signature: 231 }; A.RecurringInvoiceEditNotesScreen.prototype = { build$1(context) { @@ -528651,13 +527970,13 @@ call$1(store) { return A.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore(store); }, - $signature: 2980 + $signature: 2977 }; A.RecurringInvoiceEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2981 + $signature: 2978 }; A.RecurringInvoiceEditNotesVM.prototype = {}; A.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore_closure.prototype = { @@ -528666,7 +527985,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateRecurringInvoice(recurringInvoice)); }, - $signature: 149 + $signature: 165 }; A.RecurringInvoiceEditPDFScreen.prototype = { build$1(context) { @@ -528682,13 +528001,13 @@ t2 = t1.uiState; return new A.RecurringInvoiceEditPDFVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].userCompany.company, t2.recurringInvoiceUIState.editing); }, - $signature: 2982 + $signature: 2979 }; A.RecurringInvoiceEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2983 + $signature: 2980 }; A.RecurringInvoiceEditPDFVM.prototype = {}; A.RecurringInvoiceEditScreen.prototype = { @@ -528701,13 +528020,13 @@ call$1(store) { return A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore(store); }, - $signature: 2984 + $signature: 2981 }; A.RecurringInvoiceEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.RecurringInvoiceEdit(viewModel, new A.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_int)); }, - $signature: 2985 + $signature: 2982 }; A.RecurringInvoiceEditVM.prototype = {}; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure.prototype = { @@ -528722,7 +528041,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 190 + $signature: 193 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure1.prototype = { call$0() { @@ -528762,7 +528081,7 @@ return t3.then$1$1(0, new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure1(t2, t4, _this.state, t1, $navigator, t5), type$.Null).catchError$1(new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure2()); } }, - $signature: 129 + $signature: 130 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure0.prototype = { call$1(context) { @@ -528826,7 +528145,7 @@ A.viewEntity(false, savedRecurringInvoice, _null, true); } }, - $signature: 83 + $signature: 85 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure2.prototype = { call$1(error) { @@ -528856,7 +528175,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.AddRecurringInvoiceItems(items)); }, - $signature: 318 + $signature: 321 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -528881,7 +528200,7 @@ t2[0].call$1(new A.SaveRecurringInvoiceDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFile, this.recurringInvoice)); t1.then$1$1(0, new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure(context), type$.Null).catchError$1(new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure0(context)); }, - $signature: 112 + $signature: 105 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure.prototype = { call$1(client) { @@ -528893,7 +528212,7 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 81 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure0.prototype = { call$1(error) { @@ -529043,7 +528362,7 @@ } return t1; }, - $signature: 117 + $signature: 114 }; A.RecurringInvoiceListItem_build__closure2.prototype = { call$0() { @@ -529098,7 +528417,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.recurringInvoiceList, B.EntityType_recurringInvoice, new A.RecurringInvoiceListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.RecurringInvoicePresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2986 + $signature: 2983 }; A.RecurringInvoiceListBuilder_build__closure.prototype = { call$2(context, index) { @@ -529107,7 +528426,7 @@ t2.toString; return new A.RecurringInvoiceListItem(t2, t1.filter, null); }, - $signature: 2987 + $signature: 2984 }; A.RecurringInvoiceListVM.prototype = {}; A.RecurringInvoiceListVM_fromStore__handleRefresh.prototype = { @@ -529171,13 +528490,13 @@ t3.toString; return new A.RecurringInvoicePdfVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].recurringInvoiceState.$get$1(0, t3), recurringInvoiceUIState.historyActivityId); }, - $signature: 2988 + $signature: 2985 }; A.RecurringInvoicePdfScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoicePdfView(vm, true, new A.ValueKey("__recurring_invoice_pdf_" + vm.invoice.id + "__", type$.ValueKey_String)); }, - $signature: 2989 + $signature: 2986 }; A.RecurringInvoicePdfVM.prototype = {}; A.RecurringInvoicePresenter.prototype = { @@ -529444,7 +528763,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringInvoices(value)); }, - $signature: 28 + $signature: 27 }; A.RecurringInvoiceScreen_build_closure14.prototype = { call$2($status, value) { @@ -529452,7 +528771,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringInvoicesByStatus($status)); }, - $signature: 161 + $signature: 153 }; A.RecurringInvoiceScreen_build_closure15.prototype = { call$2(state, value) { @@ -529460,7 +528779,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringInvoicesByState(state)); }, - $signature: 66 + $signature: 67 }; A.RecurringInvoiceScreen_build_closure16.prototype = { call$0() { @@ -529493,7 +528812,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringInvoicesByStatus($status)); }, - $signature: 184 + $signature: 177 }; A.RecurringInvoiceScreen_build_closure10.prototype = { call$2(state, value) { @@ -529501,7 +528820,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringInvoicesByState(state)); }, - $signature: 62 + $signature: 61 }; A.RecurringInvoiceScreen_build_closure4.prototype = { call$0() { @@ -529568,7 +528887,7 @@ call$2(context, vm) { return new A.RecurringInvoiceScreen(vm, null); }, - $signature: 2990 + $signature: 2987 }; A.RecurringInvoiceScreenVM.prototype = {}; A.RecurringInvoiceViewScreen.prototype = { @@ -529581,13 +528900,13 @@ call$1(store) { return A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore(store); }, - $signature: 2991 + $signature: 2988 }; A.RecurringInvoiceViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoiceView(vm, this.$this.isFilter, vm.state.uiState.recurringInvoiceUIState.tabIndex, null); }, - $signature: 2992 + $signature: 2989 }; A.RecurringInvoiceViewVM.prototype = {}; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__handleRefresh.prototype = { @@ -529620,7 +528939,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 320 + $signature: 323 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -529636,7 +528955,7 @@ t2[0].call$1(new A.SaveRecurringInvoiceDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFiles, this.invoice)); t1.then$1$1(0, new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure(context), type$.Null).catchError$1(new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0(context)); }, - $signature: 112 + $signature: 105 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure.prototype = { call$1(client) { @@ -529648,7 +528967,7 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 81 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0.prototype = { call$1(error) { @@ -529671,7 +528990,7 @@ call$2(context, invoice) { return this.call$3(context, invoice, null); }, - $signature: 321 + $signature: 324 }; A.ClientReportFields.prototype = { _enumToString$0() { @@ -529682,19 +529001,19 @@ call$6(userCompany, reportsUIState, clientMap, userMap, groupMap, staticState) { return A.clientReport(userCompany, reportsUIState, clientMap, userMap, groupMap, staticState); }, - $signature: 2993 + $signature: 2990 }; A.clientReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_uhc, e, type$.ClientReportFields); }, - $signature: 2994 + $signature: 2991 }; A.clientReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 543 + $signature: 558 }; A.clientReport_closure1.prototype = { call$2(rowA, rowB) { @@ -529708,13 +529027,13 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 543 + $signature: 558 }; A.clientReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 543 + $signature: 558 }; A.ContactReportFields.prototype = { _enumToString$0() { @@ -529726,19 +529045,19 @@ userCompany.toString; return A.contactReport(userCompany, reportsUIState, clientMap, userMap, staticState); }, - $signature: 2997 + $signature: 2994 }; A.contactReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_yzJ1, e, type$.ContactReportFields); }, - $signature: 2998 + $signature: 2995 }; A.contactReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 545 + $signature: 556 }; A.contactReport_closure1.prototype = { call$2(rowA, rowB) { @@ -529752,13 +529071,13 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 545 + $signature: 556 }; A.contactReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 545 + $signature: 556 }; A.CreditItemReportFields.prototype = { _enumToString$0() { @@ -529769,19 +529088,19 @@ call$6(userCompany, reportsUIState, productMap, creditMap, clientMap, staticState) { return A.lineItemReport1(userCompany, reportsUIState, productMap, creditMap, clientMap, staticState); }, - $signature: 546 + $signature: 555 }; A.lineItemReport_closure11.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_LAZ, e, type$.CreditItemReportFields); }, - $signature: 3001 + $signature: 2998 }; A.lineItemReport_closure12.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 547 + $signature: 544 }; A.lineItemReport_closure13.prototype = { call$2(rowA, rowB) { @@ -529795,19 +529114,19 @@ call$1(field) { return field !== B.CreditItemReportFields_8 || this.userCompany.company.enableProductDiscount; }, - $signature: 3003 + $signature: 3000 }; A.lineItemReport_closure15.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 547 + $signature: 544 }; A.lineItemReport_closure16.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 547 + $signature: 544 }; A.CreditReportFields.prototype = { _enumToString$0() { @@ -529818,19 +529137,19 @@ call$6(userCompany, reportsUIState, creditMap, clientMap, userMap, staticState) { return A.creditReport(userCompany, reportsUIState, creditMap, clientMap, userMap, staticState); }, - $signature: 3004 + $signature: 3001 }; A.creditReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_IjT, e, type$.CreditReportFields); }, - $signature: 3005 + $signature: 3002 }; A.creditReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 548 + $signature: 541 }; A.creditReport_closure1.prototype = { call$2(rowA, rowB) { @@ -529844,13 +529163,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 548 + $signature: 541 }; A.creditReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 548 + $signature: 541 }; A.DocumentReportFields.prototype = { _enumToString$0() { @@ -529862,13 +529181,13 @@ userCompany.toString; return A.documentReport(userCompany, reportsUIState, documentMap, userMap); }, - $signature: 3007 + $signature: 3004 }; A.documentReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_27O, e, type$.DocumentReportFields); }, - $signature: 3008 + $signature: 3005 }; A.documentReport_closure0.prototype = { call$1($document) { @@ -529954,13 +529273,13 @@ _this.entities.push($document); } }, - $signature: 40 + $signature: 39 }; A.documentReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 549 + $signature: 540 }; A.documentReport_closure2.prototype = { call$2(rowA, rowB) { @@ -529974,13 +529293,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 549 + $signature: 540 }; A.documentReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 549 + $signature: 540 }; A.ExpenseReportFields.prototype = { _enumToString$0() { @@ -529991,19 +529310,19 @@ call$10(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, projectMap, userMap, staticState) { return A.expenseReport(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, projectMap, userMap, staticState); }, - $signature: 3010 + $signature: 3007 }; A.expenseReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_EOZ0, e, type$.ExpenseReportFields); }, - $signature: 3011 + $signature: 3008 }; A.expenseReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 550 + $signature: 538 }; A.expenseReport_closure1.prototype = { call$2(rowA, rowB) { @@ -530017,13 +529336,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 550 + $signature: 538 }; A.expenseReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 550 + $signature: 538 }; A.InvoiceItemReportFields.prototype = { _enumToString$0() { @@ -530034,19 +529353,19 @@ call$6(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState) { return A.lineItemReport2(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState); }, - $signature: 546 + $signature: 555 }; A.lineItemReport_closure17.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_ktw, e, type$.InvoiceItemReportFields); }, - $signature: 3013 + $signature: 3010 }; A.lineItemReport_closure18.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 551 + $signature: 535 }; A.lineItemReport_closure19.prototype = { call$2(rowA, rowB) { @@ -530060,19 +529379,19 @@ call$1(field) { return field !== B.InvoiceItemReportFields_8 || this.userCompany.company.enableProductDiscount; }, - $signature: 3015 + $signature: 3012 }; A.lineItemReport_closure21.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 551 + $signature: 535 }; A.lineItemReport_closure22.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 551 + $signature: 535 }; A.InvoiceReportFields.prototype = { _enumToString$0() { @@ -530083,13 +529402,13 @@ call$9(userCompany, reportsUIState, invoiceMap, clientMap, userMap, vendorMap, projectMap, paymentMap, staticState) { return A.invoiceReport(userCompany, reportsUIState, invoiceMap, clientMap, userMap, vendorMap, projectMap, paymentMap, staticState); }, - $signature: 3016 + $signature: 3013 }; A.invoiceReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_KDB, e, type$.InvoiceReportFields); }, - $signature: 3017 + $signature: 3014 }; A.invoiceReport_closure0.prototype = { call$2(paymentId, payment) { @@ -530097,7 +529416,7 @@ if (t1.length !== 0) B.JSArray_methods.forEach$1(t1, new A.invoiceReport__closure(this.lastPaymentMap, payment)); }, - $signature: 198 + $signature: 194 }; A.invoiceReport__closure.prototype = { call$1(paymentable) { @@ -530111,13 +529430,13 @@ } else t1.$indexSet(0, invoiceId, this.payment); }, - $signature: 141 + $signature: 145 }; A.invoiceReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 552 + $signature: 533 }; A.invoiceReport_closure2.prototype = { call$2(rowA, rowB) { @@ -530131,13 +529450,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 552 + $signature: 533 }; A.invoiceReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 552 + $signature: 533 }; A.TaxRateReportFields0.prototype = { _enumToString$0() { @@ -530148,19 +529467,19 @@ call$9(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState) { return A.taxReport(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState); }, - $signature: 875 + $signature: 737 }; A.taxReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_8SG, e, type$.TaxRateReportFields); }, - $signature: 3020 + $signature: 3017 }; A.taxReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 424 + $signature: 347 }; A.taxReport_closure0.prototype = { call$2(rowA, rowB) { @@ -530174,19 +529493,19 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 424 + $signature: 347 }; A.taxReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 424 + $signature: 347 }; A.taxReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 424 + $signature: 347 }; A.PaymentReportFields.prototype = { _enumToString$0() { @@ -530197,19 +529516,19 @@ call$8(userCompany, reportsUIState, paymentMap, clientMap, userMap, invoiceMap, creditMap, staticState) { return A.paymentReport(userCompany, reportsUIState, paymentMap, clientMap, userMap, invoiceMap, creditMap, staticState); }, - $signature: 3022 + $signature: 3019 }; A.paymentReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_3YO, e, type$.PaymentReportFields); }, - $signature: 3023 + $signature: 3020 }; A.paymentReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 554 + $signature: 526 }; A.paymentReport_closure1.prototype = { call$2(rowA, rowB) { @@ -530223,13 +529542,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 554 + $signature: 526 }; A.paymentReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 554 + $signature: 526 }; A.TaxRateReportFields.prototype = { _enumToString$0() { @@ -530240,19 +529559,19 @@ call$9(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState) { return A.paymentTaxReport(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState); }, - $signature: 875 + $signature: 737 }; A.paymentTaxReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_A18, e, type$.TaxRateReportFields_2); }, - $signature: 3025 + $signature: 3022 }; A.paymentTaxReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 425 + $signature: 352 }; A.paymentTaxReport_closure0.prototype = { call$2(rowA, rowB) { @@ -530266,19 +529585,19 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 425 + $signature: 352 }; A.paymentTaxReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 425 + $signature: 352 }; A.paymentTaxReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 425 + $signature: 352 }; A.ProductReportFields.prototype = { _enumToString$0() { @@ -530289,19 +529608,19 @@ call$6(userCompany, reportsUIState, productMap, vendorMap, userMap, staticState) { return A.productReport(userCompany, reportsUIState, productMap, vendorMap, userMap, staticState); }, - $signature: 3027 + $signature: 3024 }; A.productReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_1Rr, e, type$.ProductReportFields); }, - $signature: 3028 + $signature: 3025 }; A.productReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 556 + $signature: 515 }; A.productReport_closure1.prototype = { call$2(rowA, rowB) { @@ -530315,13 +529634,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 556 + $signature: 515 }; A.productReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 556 + $signature: 515 }; A.ProfitAndLossReportFields.prototype = { _enumToString$0() { @@ -530332,19 +529651,19 @@ call$9(userCompany, reportsUIState, clientMap, paymentMap, expenseMap, expenseCategoryMap, vendorMap, userMap, staticState) { return A.profitAndLossReport(userCompany, reportsUIState, clientMap, paymentMap, expenseMap, expenseCategoryMap, vendorMap, userMap, staticState); }, - $signature: 3030 + $signature: 3027 }; A.profitAndLossReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_uzg, e, type$.ProfitAndLossReportFields); }, - $signature: 3031 + $signature: 3028 }; A.profitAndLossReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 426 + $signature: 353 }; A.profitAndLossReport_closure0.prototype = { call$2(rowA, rowB) { @@ -530358,19 +529677,19 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 426 + $signature: 353 }; A.profitAndLossReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 426 + $signature: 353 }; A.profitAndLossReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 426 + $signature: 353 }; A.PurchaseOrderItemReportFields.prototype = { _enumToString$0() { @@ -530381,19 +529700,19 @@ call$7(userCompany, reportsUIState, productMap, purchaseOrderMap, clientMap, vendorMap, staticState) { return A.lineItemReport(userCompany, reportsUIState, productMap, purchaseOrderMap, clientMap, vendorMap, staticState); }, - $signature: 3033 + $signature: 3030 }; A.lineItemReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_y5m, e, type$.PurchaseOrderItemReportFields); }, - $signature: 3034 + $signature: 3031 }; A.lineItemReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 558 + $signature: 509 }; A.lineItemReport_closure1.prototype = { call$2(rowA, rowB) { @@ -530407,19 +529726,19 @@ call$1(field) { return field !== B.PurchaseOrderItemReportFields_7 || this.userCompany.company.enableProductDiscount; }, - $signature: 3036 + $signature: 3033 }; A.lineItemReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 558 + $signature: 509 }; A.lineItemReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 558 + $signature: 509 }; A.PurchaseOrderReportFields.prototype = { _enumToString$0() { @@ -530430,19 +529749,19 @@ call$7(userCompany, reportsUIState, purchaseOrderMap, clientMap, vendorMap, userMap, staticState) { return A.purchaseOrderReport(userCompany, reportsUIState, purchaseOrderMap, clientMap, vendorMap, userMap, staticState); }, - $signature: 867 + $signature: 751 }; A.purchaseOrderReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_ccv, e, type$.PurchaseOrderReportFields); }, - $signature: 3038 + $signature: 3035 }; A.purchaseOrderReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 559 + $signature: 493 }; A.purchaseOrderReport_closure1.prototype = { call$2(rowA, rowB) { @@ -530456,13 +529775,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 559 + $signature: 493 }; A.purchaseOrderReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 559 + $signature: 493 }; A.QuoteItemReportFields.prototype = { _enumToString$0() { @@ -530473,19 +529792,19 @@ call$6(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState) { return A.lineItemReport0(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState); }, - $signature: 546 + $signature: 555 }; A.lineItemReport_closure5.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_Spn, e, type$.QuoteItemReportFields); }, - $signature: 3040 + $signature: 3037 }; A.lineItemReport_closure6.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 560 + $signature: 491 }; A.lineItemReport_closure7.prototype = { call$2(rowA, rowB) { @@ -530499,19 +529818,19 @@ call$1(field) { return field !== B.QuoteItemReportFields_8 || this.userCompany.company.enableProductDiscount; }, - $signature: 3042 + $signature: 3039 }; A.lineItemReport_closure9.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 560 + $signature: 491 }; A.lineItemReport_closure10.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 560 + $signature: 491 }; A.QuoteReportFields.prototype = { _enumToString$0() { @@ -530522,19 +529841,19 @@ call$7(userCompany, reportsUIState, quoteMap, clientMap, vendorMap, userMap, staticState) { return A.quoteReport(userCompany, reportsUIState, quoteMap, clientMap, vendorMap, userMap, staticState); }, - $signature: 867 + $signature: 751 }; A.quoteReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_Poc, e, type$.QuoteReportFields); }, - $signature: 3043 + $signature: 3040 }; A.quoteReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 561 + $signature: 490 }; A.quoteReport_closure1.prototype = { call$2(rowA, rowB) { @@ -530548,13 +529867,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 561 + $signature: 490 }; A.quoteReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 561 + $signature: 490 }; A.RecurringExpenseReportFields.prototype = { _enumToString$0() { @@ -530565,19 +529884,19 @@ call$9(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, userMap, staticState) { return A.recurringExpenseReport(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, userMap, staticState); }, - $signature: 3045 + $signature: 3042 }; A.recurringExpenseReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_Ecu0, e, type$.RecurringExpenseReportFields); }, - $signature: 3046 + $signature: 3043 }; A.recurringExpenseReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 562 + $signature: 487 }; A.recurringExpenseReport_closure1.prototype = { call$2(rowA, rowB) { @@ -530591,13 +529910,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 562 + $signature: 487 }; A.recurringExpenseReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 562 + $signature: 487 }; A.RecurringInvoiceReportFields.prototype = { _enumToString$0() { @@ -530608,19 +529927,19 @@ call$8(userCompany, reportsUIState, invoiceMap, clientMap, userMap, vendorMap, projectMap, staticState) { return A.recurringInvoiceReport(userCompany, reportsUIState, invoiceMap, clientMap, userMap, vendorMap, projectMap, staticState); }, - $signature: 3048 + $signature: 3045 }; A.recurringInvoiceReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_sKB, e, type$.RecurringInvoiceReportFields); }, - $signature: 3049 + $signature: 3046 }; A.recurringInvoiceReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 563 + $signature: 485 }; A.recurringInvoiceReport_closure1.prototype = { call$2(rowA, rowB) { @@ -530634,13 +529953,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 563 + $signature: 485 }; A.recurringInvoiceReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 563 + $signature: 485 }; A.ReportCharts.prototype = { build$1(context) { @@ -530694,7 +530013,7 @@ t1.toString; return A.ColorUtil_fromDartColor(t1); }, - $signature: 865 + $signature: 759 }; A.ReportCharts_build_closure1.prototype = { call$2(item, _) { @@ -530710,13 +530029,13 @@ } return t1; }, - $signature: 3052 + $signature: 3049 }; A.ReportCharts_build_closure2.prototype = { call$2(item, _) { return J.$index$asx(item, "value"); }, - $signature: 864 + $signature: 760 }; A.ReportCharts_build_closure0.prototype = { call$1(key) { @@ -530724,13 +530043,13 @@ t1.toString; return A.LinkedHashMap_LinkedHashMap$_literal(["name", key, "value", t1], type$.String, type$.nullable_Object); }, - $signature: 863 + $signature: 762 }; A.ReportCharts_build_closure3.prototype = { call$1(element) { return element.length !== 0; }, - $signature: 115 + $signature: 117 }; A.ReportCharts_build_closure4.prototype = { call$2(str1, str2) { @@ -530738,7 +530057,7 @@ str2.toString; return B.JSString_methods.compareTo$1(str1, str2); }, - $signature: 142 + $signature: 137 }; A.ReportCharts_build_closure5.prototype = { call$2(_, __) { @@ -530746,25 +530065,25 @@ t1.toString; return A.ColorUtil_fromDartColor(t1); }, - $signature: 865 + $signature: 759 }; A.ReportCharts_build_closure7.prototype = { call$2(item, _) { return A.DateTime_tryParse(J.$index$asx(item, "name")); }, - $signature: 3055 + $signature: 3052 }; A.ReportCharts_build_closure8.prototype = { call$2(item, _) { return J.$index$asx(item, "value"); }, - $signature: 864 + $signature: 760 }; A.ReportCharts_build_closure6.prototype = { call$1(key) { return A.LinkedHashMap_LinkedHashMap$_literal(["name", key, "value", this.$this.viewModel.groupTotals.totals.$index(0, key).$index(0, this.reportState.chart)], type$.String, type$.nullable_Object); }, - $signature: 863 + $signature: 762 }; A.ReportsScreen.prototype = { build$1(context) { @@ -531067,7 +530386,7 @@ t1.toString; return A.InkWell$(false, _null, true, A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null, _null), _null, new A.ReportsScreen_build__closure6(context), _null, _null, _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: 466 + $signature: 521 }; A.ReportsScreen_build__closure6.prototype = { call$0() { @@ -531100,13 +530419,13 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(report), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, report, type$.String); }, - $signature: 39 + $signature: 40 }; A.ReportsScreen_build_closure6.prototype = { call$1(value) { this.$this.viewModel.onSettingsChanged.call$2$group$selectedGroup(value, ""); }, - $signature: 8 + $signature: 7 }; A.ReportsScreen_build_closure4.prototype = { call$1(column) { @@ -531121,13 +530440,13 @@ columnTitle = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.getCustomFieldLabel$1(column); return A.DropdownMenuItem$(A.Text$(columnTitle.length === 0 ? this.localization.lookup$1(column) : columnTitle, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, column, type$.String); }, - $signature: 39 + $signature: 40 }; A.ReportsScreen_build_closure7.prototype = { call$1(value) { this.$this.viewModel.onSettingsChanged.call$1$subgroup(value); }, - $signature: 8 + $signature: 7 }; A.ReportsScreen_build_closure8.prototype = { call$1(column) { @@ -531153,7 +530472,7 @@ t1 = _this.reportState; _this.$this.viewModel.onReportFiltersChanged.call$2(_this.context, t1.filters.rebuild$1(new A.ReportsScreen_build__closure5(value, _this.filterColumns, t1))); }, - $signature: 8 + $signature: 7 }; A.ReportsScreen_build__closure5.prototype = { call$1(b) { @@ -531194,14 +530513,14 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(column), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, column, type$.String); }, - $signature: 39 + $signature: 40 }; A.ReportsScreen_build_closure12.prototype = { call$1(value) { var _this = this; _this.$this.viewModel.onReportFiltersChanged.call$2(_this.context, _this.reportState.filters.rebuild$1(new A.ReportsScreen_build__closure4(_this.dateField, _this.dateColumns, value))); }, - $signature: 8 + $signature: 7 }; A.ReportsScreen_build__closure4.prototype = { call$1(b) { @@ -531223,32 +530542,32 @@ call$1(value) { return value !== B.DateRange_allTime; }, - $signature: 234 + $signature: 238 }; A.ReportsScreen_build_closure14.prototype = { call$1(dateRange) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(dateRange.name), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.DateRange); }, - $signature: 304 + $signature: 284 }; A.ReportsScreen_build_closure15.prototype = { call$2(date, _) { return this.$this.viewModel.onSettingsChanged.call$1$customStartDate(date); }, - $signature: 302 + $signature: 307 }; A.ReportsScreen_build_closure16.prototype = { call$2(date, _) { return this.$this.viewModel.onSettingsChanged.call$1$customEndDate(date); }, - $signature: 302 + $signature: 307 }; A.ReportsScreen_build_closure19.prototype = { call$1(value) { this.$this.viewModel.onSettingsChanged.call$1$chart(value); }, - $signature: 8 + $signature: 7 }; A.ReportsScreen_build_closure17.prototype = { call$1(column) { @@ -531261,7 +530580,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(column), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, column, type$.String); }, - $signature: 39 + $signature: 40 }; A.ReportsScreen_build_closure27.prototype = { call$0() { @@ -531299,7 +530618,7 @@ t1.toString; return new A.AppTextButton(t1, new A.ReportsScreen_build__closure3(this.$this, context, this.reportResult), true, null, null); }, - $signature: 394 + $signature: 402 }; A.ReportsScreen_build__closure3.prototype = { call$0() { @@ -531343,13 +530662,13 @@ t1 = t3 === 1 ? "1 " + t1.lookup$1(J.toString$0$(t4.get$entityType())) : "" + t3 + " " + t1.lookup$1(t4.get$entityType().get$plural()); A.confirmCallback(false, new A.ReportsScreen_build__closure2(entities, action), context, t2 + " \u2022 " + t1, false, null); }, - $signature: 3057 + $signature: 3054 }; A.ReportsScreen_build__closure2.prototype = { call$1(_) { A.handleEntitiesActions(this.entities, this.action, false); }, - $signature: 28 + $signature: 27 }; A.ReportsScreen_build_closure23.prototype = { call$1(context) { @@ -531365,7 +530684,7 @@ t3 = _null; return A.IconButton$(_null, _null, _null, _null, t1, _null, new A.ReportsScreen_build__closure1(context, t2, this.store), B.EdgeInsets_4_0_20_0, _null, _null, t3, _null); }, - $signature: 462 + $signature: 532 }; A.ReportsScreen_build__closure1.prototype = { call$0() { @@ -531410,7 +530729,7 @@ call$1(context) { return new A.UpgradeDialog(null); }, - $signature: 294 + $signature: 314 }; A.ReportsScreen_build_closure25.prototype = { call$1(context) { @@ -531421,7 +530740,7 @@ t1.toString; return A.Expanded$(new A.AppButton(_null, _null, t1, new A.ReportsScreen_build__closure(this.$this, context, this.reportResult), _null, _null), 1); }, - $signature: 3058 + $signature: 3055 }; A.ReportsScreen_build__closure.prototype = { call$0() { @@ -531548,7 +530867,7 @@ t1.toString; this.viewModel.onReportFiltersChanged.call$2(t1, t2.reportState.filters.rebuild$1(new A._ReportDataTableState_initState__closure(column, value))); }, - $signature: 182 + $signature: 185 }; A._ReportDataTableState_initState__closure.prototype = { call$1(b) { @@ -531597,7 +530916,7 @@ call$2(index, ascending) { return this.$this._widget.viewModel.onReportSorted.call$2(this.sortedColumns[index], ascending); }, - $signature: 862 + $signature: 765 }; A.TotalsDataTable.prototype = { build$1(context) { @@ -531613,7 +530932,7 @@ call$2(index, ascending) { return this.$this.viewModel.onReportTotalsSorted.call$2(index, ascending); }, - $signature: 862 + $signature: 765 }; A.ReportColumnType.prototype = { _enumToString$0() { @@ -531629,7 +530948,7 @@ else return B.ReportColumnType_0; }, - $signature: 3060 + $signature: 3057 }; A.ReportDataTableSource.prototype = { get$selectedRowCount() { @@ -531664,7 +530983,7 @@ call$2(column, value) { return this.$this.onFilterChanged.call$2(column, value); }, - $signature: 3061 + $signature: 3058 }; A.ReportResult.prototype = { sortedColumns$1(reportState) { @@ -531990,7 +531309,7 @@ t3.call$2(t2, t4.toString$0(value)); } }, - $signature: 8 + $signature: 7 }; A.ReportResult_tableFilters_closure0.prototype = { call$1(value) { @@ -532000,14 +531319,14 @@ J.set$text$z(t2, value); this.onFilterChanged.call$2(t1, value); }, - $signature: 8 + $signature: 7 }; A.ReportResult_tableFilters_closure1.prototype = { call$1(ageGroup) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(ageGroup), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, ageGroup, type$.String); }, - $signature: 39 + $signature: 40 }; A.ReportResult_tableFilters_closure2.prototype = { call$0() { @@ -532038,20 +531357,20 @@ t3.call$2(t2, t4.toString$0(value)); } }, - $signature: 8 + $signature: 7 }; A.ReportResult_tableFilters_closure4.prototype = { call$1(value) { return value !== B.DateRange_allTime; }, - $signature: 234 + $signature: 238 }; A.ReportResult_tableFilters_closure5.prototype = { call$1(dateRange) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(dateRange.name), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.DateRange); }, - $signature: 304 + $signature: 284 }; A.ReportResult_tableFilters_closure9.prototype = { call$1(textEditingValue) { @@ -532066,7 +531385,7 @@ t5 = A.LinkedHashSet_LinkedHashSet$of(new A.WhereTypeIterable(new A.MappedIterable(new A.WhereIterable(t1, new A.ReportResult_tableFilters__closure(index, t3, t2, textEditingValue.text.toLowerCase()), t4._eval$1("WhereIterable<1>")), new A.ReportResult_tableFilters__closure0(index, t3, t2), t4._eval$1("MappedIterable<1,String?>")), t5), t5._eval$1("Iterable.E")); return A.List_List$of(t5, true, A._instanceType(t5)._eval$1("SetBase.E")); }, - $signature: 3062 + $signature: 3059 }; A.ReportResult_tableFilters__closure.prototype = { call$1(row) { @@ -532083,13 +531402,13 @@ t1 = false; return t1; }, - $signature: 3063 + $signature: 3060 }; A.ReportResult_tableFilters__closure0.prototype = { call$1(row) { return J.$index$asx(row, this.index).renderText$2(this.context, this.column); }, - $signature: 3064 + $signature: 3061 }; A.ReportResult_tableFilters_closure8.prototype = { call$1(value) { @@ -532117,7 +531436,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, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, B.MaterialColor_Map_MUpTk_4288585374, _null, _null), _null, new A.ReportResult_tableFilters__closure3(_this.textEditingControllers, _this.column, _this.onFilterChanged, _this.textEditingFocusNodes), _null, _null, _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: 453 + $signature: 536 }; A.ReportResult_tableFilters__closure3.prototype = { call$0() { @@ -532144,7 +531463,7 @@ t1 = A.Theme_of(context); return new A.Theme(this.theme, new A.Align(B.Alignment_m1_m1, _null, _null, A.Material$(B.Duration_200000, true, _null, new A.AppBorder(A.Container$(_null, A.ScrollableListViewBuilder$(new A.ReportResult_tableFilters__closure2(highlightedIndex, this.store, options, onSelected), J.get$length$asx(options), _null, false, _null, _null), B.Clip_0, t1.cardColor, new A.BoxConstraints(0, 1 / 0, 0, 270), _null, _null, _null, _null, _null, _null, _null, _null, 250), _null, _null, _null, false, _null), B.Clip_0, _null, 4, _null, _null, _null, _null, _null, B.MaterialType_0), _null), _null); }, - $signature: 3065 + $signature: 3062 }; A.ReportResult_tableFilters__closure2.prototype = { call$2(context, index) { @@ -532161,7 +531480,7 @@ t2 = _this.options; return A.Container$(_null, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, new A.ReportResult_tableFilters___closure(_this.onSelected, t2, index), false, _null, _null, _null, _null, _null, A.Text$(J.elementAt$1$ax(t2, index), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), _null, _null), B.Clip_0, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 693 + $signature: 717 }; A.ReportResult_tableFilters___closure.prototype = { call$0() { @@ -532263,7 +531582,7 @@ str2.toString; return B.JSString_methods.compareTo$1(str1, str2); }, - $signature: 142 + $signature: 137 }; A.ReportResult_totalRows_closure.prototype = { call$2(rowA, rowB) { @@ -532305,7 +531624,7 @@ str2.toString; return B.JSString_methods.compareTo$1(str1, str2); }, - $signature: 142 + $signature: 137 }; A.ReportResult_totalRows_closure0.prototype = { call$1(currencyId) { @@ -532321,7 +531640,7 @@ str2.toString; return B.JSString_methods.compareTo$1(str1, str2); }, - $signature: 142 + $signature: 137 }; A.ReportResult_totalRows_closure2.prototype = { call$1(currencyId) { @@ -532363,7 +531682,7 @@ _this.cells.push(A.DataCell$(A.Text$(value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null)); } }, - $signature: 96 + $signature: 94 }; A.ReportElement.prototype = { get$doubleValue() { @@ -532586,7 +531905,7 @@ call$2(context, vm) { return new A.ReportsScreen(vm, null); }, - $signature: 3066 + $signature: 3063 }; A.ReportsScreenVM.prototype = {}; A.ReportsScreenVM_fromStore_closure2.prototype = { @@ -532596,7 +531915,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateReportSettings(this.state.uiState.reportsUIState.report, _null, _null, _null, _null, _null, column, _null, _null, _null)); }, - $signature: 3067 + $signature: 3064 }; A.ReportsScreenVM_fromStore_closure3.prototype = { call$2(index, ascending) { @@ -532605,7 +531924,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateReportSettings(this.state.uiState.reportsUIState.report, _null, _null, _null, _null, _null, _null, index, _null, _null)); }, - $signature: 3068 + $signature: 3065 }; A.ReportsScreenVM_fromStore_closure1.prototype = { call$2(context, filterMap) { @@ -532614,7 +531933,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateReportSettings(this.report, filterMap, _null, "", _null, _null, _null, _null, _null, _null)); }, - $signature: 3069 + $signature: 3066 }; A.ReportsScreenVM_fromStore_closure.prototype = { call$2(context, columns) { @@ -532636,21 +531955,21 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveUserSettingsRequest(completer, user)); }, - $signature: 861 + $signature: 769 }; A.ReportsScreenVM_fromStore__closure6.prototype = { call$1(b) { b.get$reportSettings().$indexSet(0, this.state.uiState.reportsUIState.report, this.reportSettings.rebuild$1(new A.ReportsScreenVM_fromStore___closure0(this.columns))); return b; }, - $signature: 747 + $signature: 634 }; A.ReportsScreenVM_fromStore___closure0.prototype = { call$1(b) { b.get$columns(b).replace$1(0, A.BuiltList_BuiltList$from(this.columns, type$.String)); return b; }, - $signature: 882 + $signature: 839 }; A.ReportsScreenVM_fromStore__closure7.prototype = { call$1(b) { @@ -532660,7 +531979,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 101 + $signature: 100 }; A.ReportsScreenVM_fromStore__closure8.prototype = { call$1(b) { @@ -532670,7 +531989,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 94 + $signature: 95 }; A.ReportsScreenVM_fromStore_closure4.prototype = { call$7$chart$customEndDate$customStartDate$group$report$selectedGroup$subgroup(chart, customEndDate, customStartDate, group, report, selectedGroup, subgroup) { @@ -532702,7 +532021,7 @@ $defaultValues() { return {chart: null, customEndDate: null, customStartDate: null, group: null, report: null, selectedGroup: null, subgroup: null}; }, - $signature: 3071 + $signature: 3068 }; A.ReportsScreenVM_fromStore__closure.prototype = { call$0() { @@ -532800,7 +532119,7 @@ t2 = t1.csvData; t1.csvData = B.JSString_methods.substring$2(t2, 0, t2.length - 1); }, - $signature: 3072 + $signature: 3069 }; A.ReportsScreenVM_fromStore__closure2.prototype = { call$1(column) { @@ -532814,7 +532133,7 @@ str2.toString; return B.JSString_methods.compareTo$1(str1, str2); }, - $signature: 142 + $signature: 137 }; A.ReportsScreenVM_fromStore__closure4.prototype = { call$1(column) { @@ -532839,7 +532158,7 @@ B.JSArray_methods.forEach$1(this.columns, new A.ReportsScreenVM_fromStore___closure(t2, t1)); t2.csvData += "\n"; }, - $signature: 96 + $signature: 94 }; A.ReportsScreenVM_fromStore___closure.prototype = { call$1(column) { @@ -532856,7 +532175,7 @@ reportResult.toString; return A.calculateReportTotals(company, currencyMap, reportResult, reportSettings, reportUIState); }, - $signature: 3073 + $signature: 3070 }; A.calculateReportTotals_closure.prototype = { call$2(rowA, rowB) { @@ -532899,7 +532218,7 @@ } return 0; }, - $signature: 142 + $signature: 137 }; A.TaskItemReportFields.prototype = { _enumToString$0() { @@ -532910,19 +532229,19 @@ call$10(userCompany, reportsUIState, taskMap, invoiceMap, groupMap, clientMap, taskStatusMap, userMap, projectMap, staticState) { return A.taskItemReport(userCompany, reportsUIState, taskMap, invoiceMap, groupMap, clientMap, taskStatusMap, userMap, projectMap, staticState); }, - $signature: 860 + $signature: 770 }; A.taskItemReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_ahs, e, type$.TaskItemReportFields); }, - $signature: 3075 + $signature: 3072 }; A.taskItemReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 565 + $signature: 475 }; A.taskItemReport_closure1.prototype = { call$2(rowA, rowB) { @@ -532936,13 +532255,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 565 + $signature: 475 }; A.taskItemReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 565 + $signature: 475 }; A.TaskReportFields.prototype = { _enumToString$0() { @@ -532953,19 +532272,19 @@ call$10(userCompany, reportsUIState, taskMap, invoiceMap, groupMap, clientMap, taskStatusMap, userMap, projectMap, staticState) { return A.taskReport(userCompany, reportsUIState, taskMap, invoiceMap, groupMap, clientMap, taskStatusMap, userMap, projectMap, staticState); }, - $signature: 860 + $signature: 770 }; A.taskReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_CFh, e, type$.TaskReportFields); }, - $signature: 3077 + $signature: 3074 }; A.taskReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 566 + $signature: 472 }; A.taskReport_closure1.prototype = { call$2(rowA, rowB) { @@ -532979,13 +532298,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 566 + $signature: 472 }; A.taskReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 566 + $signature: 472 }; A.TransactionReportFields.prototype = { _enumToString$0() { @@ -532996,13 +532315,13 @@ call$10(userCompany, reportsUIState, transactionMap, vendorMap, expenseMap, categoryMap, invoiceMap, bankAccountMap, paymentMap, staticState) { return A.transactionReport(userCompany, reportsUIState, transactionMap, vendorMap, expenseMap, categoryMap, invoiceMap, bankAccountMap, paymentMap, staticState); }, - $signature: 3079 + $signature: 3076 }; A.transactionReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_930, e, type$.TransactionReportFields); }, - $signature: 3080 + $signature: 3077 }; A.transactionReport_closure0.prototype = { call$1(expenseId) { @@ -533030,7 +532349,7 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 567 + $signature: 471 }; A.transactionReport_closure4.prototype = { call$2(rowA, rowB) { @@ -533044,13 +532363,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 567 + $signature: 471 }; A.transactionReport_closure6.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 567 + $signature: 471 }; A.VendorReportFields.prototype = { _enumToString$0() { @@ -533061,19 +532380,19 @@ call$6(userCompany, reportsUIState, vendorMap, userMap, groupMap, staticState) { return A.vendorReport(userCompany, reportsUIState, vendorMap, userMap, groupMap, staticState); }, - $signature: 3082 + $signature: 3079 }; A.vendorReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_NlX, e, type$.VendorReportFields); }, - $signature: 3083 + $signature: 3080 }; A.vendorReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 568 + $signature: 470 }; A.vendorReport_closure1.prototype = { call$2(rowA, rowB) { @@ -533087,13 +532406,13 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 568 + $signature: 470 }; A.vendorReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 568 + $signature: 470 }; A.ScheduleEdit.prototype = { createState$0() { @@ -533203,13 +532522,13 @@ call$1(b) { return b; }, - $signature: 82 + $signature: 83 }; A._ScheduleEditState_build_closure0.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._ScheduleEditState_build_closure1.prototype = { call$1(context) { @@ -533361,7 +532680,7 @@ } return new A.ScrollableListView(t4, _null, _null, _null, false, _null); }, - $signature: 136 + $signature: 138 }; A._ScheduleEditState_build__closure0.prototype = { call$1(value) { @@ -533370,7 +532689,7 @@ return; this.viewModel.onChanged.call$1(t1.rebuild$1(new A._ScheduleEditState_build___closure15(value, t1))); }, - $signature: 8 + $signature: 7 }; A._ScheduleEditState_build___closure15.prototype = { call$1(b) { @@ -533383,14 +532702,14 @@ t2._schedule_model$_$v = t1; return b; }, - $signature: 82 + $signature: 83 }; A._ScheduleEditState_build__closure.prototype = { call$1(entry) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, entry, type$.String); }, - $signature: 39 + $signature: 40 }; A._ScheduleEditState_build__closure1.prototype = { call$2(date, _) { @@ -533403,7 +532722,7 @@ b.get$_schedule_model$_$this()._nextRun = this.date; return b; }, - $signature: 82 + $signature: 83 }; A._ScheduleEditState_build__closure2.prototype = { call$1(value) { @@ -533424,7 +532743,7 @@ var t1 = this.schedule; this.viewModel.onChanged.call$1(t1.rebuild$1(new A._ScheduleEditState_build___closure13(value, t1))); }, - $signature: 8 + $signature: 7 }; A._ScheduleEditState_build___closure13.prototype = { call$1(b) { @@ -533439,14 +532758,14 @@ b.get$_schedule_model$_$this()._schedule_model$_remainingCycles = t1; return b; }, - $signature: 82 + $signature: 83 }; A._ScheduleEditState_build__closure3.prototype = { call$1(entry) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, entry.key, type$.String); }, - $signature: 303 + $signature: 267 }; A._ScheduleEditState_build__closure6.prototype = { call$1(value) { @@ -533459,20 +532778,20 @@ b.get$_schedule_model$_$this()._schedule_model$_remainingCycles = this.value; return b; }, - $signature: 82 + $signature: 83 }; A._ScheduleEditState_build__closure5.prototype = { call$1(value) { var _null = null; return A.DropdownMenuItem$(A.Text$("" + value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.int); }, - $signature: 180 + $signature: 176 }; A._ScheduleEditState_build__closure9.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure11(value))); }, - $signature: 8 + $signature: 7 }; A._ScheduleEditState_build___closure11.prototype = { call$1(b) { @@ -533481,79 +532800,79 @@ t1.get$_schedule_model$_$this()._dateRange = t2; return b; }, - $signature: 82 + $signature: 83 }; A._ScheduleEditState_build__closure7.prototype = { call$1(value) { return value !== B.DateRange_custom; }, - $signature: 234 + $signature: 238 }; A._ScheduleEditState_build__closure8.prototype = { call$1(dateRange) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(dateRange.name), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.DateRange); }, - $signature: 304 + $signature: 284 }; A._ScheduleEditState_build__closure11.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure10(value))); }, - $signature: 8 + $signature: 7 }; A._ScheduleEditState_build___closure10.prototype = { call$1(b) { b.get$parameters(b).get$_schedule_model$_$this()._schedule_model$_status = this.value; return b; }, - $signature: 82 + $signature: 83 }; A._ScheduleEditState_build__closure10.prototype = { call$1(value) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.String); }, - $signature: 39 + $signature: 40 }; A._ScheduleEditState_build__closure12.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure9(value))); }, - $signature: 108 + $signature: 107 }; A._ScheduleEditState_build___closure9.prototype = { call$1(b) { b.get$parameters(b).get$_schedule_model$_$this()._showAgingTable = this.value; return b; }, - $signature: 82 + $signature: 83 }; A._ScheduleEditState_build__closure13.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure8(value))); }, - $signature: 108 + $signature: 107 }; A._ScheduleEditState_build___closure8.prototype = { call$1(b) { b.get$parameters(b).get$_schedule_model$_$this()._showPaymentsTable = this.value; return b; }, - $signature: 82 + $signature: 83 }; A._ScheduleEditState_build__closure14.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure7(value))); }, - $signature: 108 + $signature: 107 }; A._ScheduleEditState_build___closure7.prototype = { call$1(b) { b.get$parameters(b).get$_schedule_model$_$this()._onlyClientsWithInvoices = this.value; return b; }, - $signature: 82 + $signature: 83 }; A._ScheduleEditState_build__closure15.prototype = { call$1(value) { @@ -533567,7 +532886,7 @@ t1 = _this.$this; t1.setState$1(new A._ScheduleEditState_build___closure6(t1)); }, - $signature: 48 + $signature: 49 }; A._ScheduleEditState_build___closure5.prototype = { call$1(b) { @@ -533580,7 +532899,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 82 + $signature: 83 }; A._ScheduleEditState_build___closure6.prototype = { call$0() { @@ -533600,13 +532919,13 @@ B.JSArray_methods.remove$1(t1.get$clients(t1).get$_safeList(), this.clientId); return b; }, - $signature: 82 + $signature: 83 }; A._ScheduleEditState_build__closure18.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure3(value))); }, - $signature: 8 + $signature: 7 }; A._ScheduleEditState_build___closure3.prototype = { call$1(b) { @@ -533614,7 +532933,7 @@ b.get$parameters(b).get$_schedule_model$_$this()._entityId = ""; return b; }, - $signature: 82 + $signature: 83 }; A._ScheduleEditState_build__closure17.prototype = { call$1(entityType) { @@ -533622,13 +532941,13 @@ t1 = entityType.get$apiValue(); return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entityType.get$apiValue()), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, type$.String); }, - $signature: 3085 + $signature: 3082 }; A._ScheduleEditState_build__closure19.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure2(value))); }, - $signature: 48 + $signature: 49 }; A._ScheduleEditState_build___closure2.prototype = { call$1(b) { @@ -533640,13 +532959,13 @@ t1.get$_schedule_model$_$this()._entityId = t2; return b; }, - $signature: 82 + $signature: 83 }; A._ScheduleEditState_build__closure20.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure1(value))); }, - $signature: 48 + $signature: 49 }; A._ScheduleEditState_build___closure1.prototype = { call$1(b) { @@ -533658,13 +532977,13 @@ t1.get$_schedule_model$_$this()._entityId = t2; return b; }, - $signature: 82 + $signature: 83 }; A._ScheduleEditState_build__closure21.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure0(value))); }, - $signature: 48 + $signature: 49 }; A._ScheduleEditState_build___closure0.prototype = { call$1(b) { @@ -533676,13 +532995,13 @@ t1.get$_schedule_model$_$this()._entityId = t2; return b; }, - $signature: 82 + $signature: 83 }; A._ScheduleEditState_build__closure22.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure(value))); }, - $signature: 48 + $signature: 49 }; A._ScheduleEditState_build___closure.prototype = { call$1(b) { @@ -533694,7 +533013,7 @@ t1.get$_schedule_model$_$this()._entityId = t2; return b; }, - $signature: 82 + $signature: 83 }; A.ScheduleEditScreen.prototype = { build$1(context) { @@ -533706,13 +533025,13 @@ call$1(store) { return A.ScheduleEditVM_ScheduleEditVM$fromStore(store); }, - $signature: 3086 + $signature: 3083 }; A.ScheduleEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.ScheduleEdit(viewModel, new A.ValueKey(viewModel.schedule.updatedAt, type$.ValueKey_int)); }, - $signature: 3087 + $signature: 3084 }; A.ScheduleEditVM.prototype = { get$schedule() { @@ -533728,7 +533047,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSchedule(schedule)); }, - $signature: 349 + $signature: 398 }; A.ScheduleEditVM_ScheduleEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -533815,7 +533134,7 @@ } else A.viewEntity(false, savedSchedule, null, true); }, - $signature: 349 + $signature: 398 }; A.ScheduleEditVM_ScheduleEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -533936,7 +533255,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.scheduleList, B.EntityType_schedule, new A.ScheduleListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.SchedulePresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3088 + $signature: 3085 }; A.ScheduleListBuilder_build__closure.prototype = { call$2(context, index) { @@ -533953,7 +533272,7 @@ t3 = false; return new A.ScheduleListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 3089 + $signature: 3086 }; A.ScheduleListVM.prototype = {}; A.ScheduleListVM_fromStore__handleRefresh.prototype = { @@ -534039,7 +533358,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterSchedules(value)); }, - $signature: 28 + $signature: 27 }; A.ScheduleScreen_build_closure8.prototype = { call$2(state, value) { @@ -534047,7 +533366,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterSchedulesByState(state)); }, - $signature: 66 + $signature: 67 }; A.ScheduleScreen_build_closure9.prototype = { call$0() { @@ -534080,7 +533399,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterSchedulesByState(state)); }, - $signature: 62 + $signature: 61 }; A.ScheduleScreen_build_closure.prototype = { call$0() { @@ -534147,7 +533466,7 @@ call$2(context, vm) { return new A.ScheduleScreen(vm, null); }, - $signature: 3090 + $signature: 3087 }; A.ScheduleScreenVM.prototype = {}; A.ScheduleView.prototype = { @@ -534294,13 +533613,13 @@ call$1(store) { return A.ScheduleViewVM_ScheduleViewVM$fromStore(store); }, - $signature: 3091 + $signature: 3088 }; A.ScheduleViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ScheduleView(vm, false, null); }, - $signature: 3092 + $signature: 3089 }; A.ScheduleViewVM.prototype = { get$schedule() { @@ -534545,7 +533864,7 @@ t2 = _this.company; return A.CheckboxListTile$(A.Theme_of(_this.context).colorScheme.secondary, _null, B.ListTileControlAffinity_0, _null, _null, new A._AccountManagementState_build__closure2(t2, module, _this.viewModel), t1, (t2.enabledModules & module) >>> 0 !== 0); }, - $signature: 3093 + $signature: 3090 }; A._AccountManagementState_build__closure2.prototype = { call$1(value) { @@ -534600,13 +533919,13 @@ call$1(value) { this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._AccountManagementState_build__closure(value))); }, - $signature: 108 + $signature: 107 }; A._AccountManagementState_build__closure.prototype = { call$1(b) { return b.get$_company_model$_$this()._oauthPasswordRequired = this.value; }, - $signature: 3094 + $signature: 3091 }; A._AccountOverview.prototype = { build$1(context) { @@ -535006,7 +534325,7 @@ call$1(context) { return new A.UpgradeDialog(null); }, - $signature: 294 + $signature: 314 }; A._AccountOverview_build_closure1.prototype = { call$1(value) { @@ -535125,7 +534444,7 @@ call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_Widget), null); }, - $signature: 175 + $signature: 179 }; A._AccountOverview_build___closure2.prototype = { call$1(response) { @@ -535134,7 +534453,7 @@ A.Navigator_of(t1, false).pop$0(); this.$this.viewModel.onAppliedLicense.call$0(); }, - $signature: 8 + $signature: 7 }; A._AccountOverview_build___closure3.prototype = { call$1(error) { @@ -535143,7 +534462,7 @@ A.Navigator_of(t1, false).pop$0(); A.showErrorDialog(false, A.S(error)); }, - $signature: 8 + $signature: 7 }; A._AccountOverview_build_closure8.prototype = { call$0() { @@ -535197,7 +534516,7 @@ var t1 = this.context; A.passwordCallback(true, new A._AccountOverview_build___closure0(this.$this, t1), t1, false); }, - $signature: 28 + $signature: 27 }; A._AccountOverview_build___closure0.prototype = { call$2(password, idToken) { @@ -535294,7 +534613,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 470 + $signature: 510 }; A._AccountOverview_build___closure.prototype = { call$2(password, idToken) { @@ -535332,7 +534651,7 @@ call$2(context, viewModel) { return new A.AccountManagement(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3095 + $signature: 3092 }; A.AccountManagementVM.prototype = { get$company() { @@ -535345,7 +534664,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 132 + $signature: 133 }; A.AccountManagementVM_fromStore_closure2.prototype = { call$4(context, password, idToken, reason) { @@ -535359,13 +534678,13 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.DeleteCompanyRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_Null), password, reason)); }, - $signature: 3097 + $signature: 3094 }; A.AccountManagementVM_fromStore__closure.prototype = { call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_Widget), null); }, - $signature: 175 + $signature: 179 }; A.AccountManagementVM_fromStore__closure0.prototype = { call$1(_) { @@ -535475,7 +534794,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.PurgeDataRequest(completer, password, idToken)); }, - $signature: 859 + $signature: 779 }; A.AccountManagementVM_fromStore_closure4.prototype = { call$0() { @@ -536042,7 +535361,7 @@ var t1 = this.$this; t1.setState$1(new A._ClientPortalState__validateSubdomain___closure0(t1)); }, - $signature: 8 + $signature: 7 }; A._ClientPortalState__validateSubdomain___closure0.prototype = { call$0() { @@ -536239,7 +535558,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure12(value))); }, - $signature: 29 + $signature: 28 }; A._ClientPortalState_build__closure12.prototype = { call$1(b) { @@ -536252,7 +535571,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure11(value))); }, - $signature: 29 + $signature: 28 }; A._ClientPortalState_build__closure11.prototype = { call$1(b) { @@ -536265,7 +535584,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure10(value))); }, - $signature: 29 + $signature: 28 }; A._ClientPortalState_build__closure10.prototype = { call$1(b) { @@ -536278,7 +535597,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure9(value))); }, - $signature: 29 + $signature: 28 }; A._ClientPortalState_build__closure9.prototype = { call$1(b) { @@ -536291,7 +535610,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ClientPortalState_build__closure8(value))); }, - $signature: 29 + $signature: 28 }; A._ClientPortalState_build__closure8.prototype = { call$1(b) { @@ -536317,7 +535636,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ClientPortalState_build__closure7(value))); }, - $signature: 29 + $signature: 28 }; A._ClientPortalState_build__closure7.prototype = { call$1(b) { @@ -536376,7 +535695,7 @@ } return A.Row$(A._setArrayType([t2, A.Expanded$(A.AppDropdownButton$(_null, "", true, A._setArrayType([t5, t7, A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _s8_0, t6)], type$.JSArray_DropdownMenuItem_String), _null, _null, new A._ClientPortalState_build__closure6(this.company, field, this.viewModel), _null, false, t3, t6), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 3099 + $signature: 3096 }; A._ClientPortalState_build__closure6.prototype = { call$1(value) { @@ -536384,7 +535703,7 @@ t2 = this.field; this.viewModel.onCompanyChanged.call$1(t1.rebuild$1(new A._ClientPortalState_build___closure(B.JSArray_methods.indexOf$2(t1.clientRegistrationFields._list$_list, t2, 0), t2, value))); }, - $signature: 8 + $signature: 7 }; A._ClientPortalState_build___closure.prototype = { call$1(b) { @@ -536413,13 +535732,13 @@ b.get$_company_model$_$this()._visible = t1; return b; }, - $signature: 3100 + $signature: 3097 }; A._ClientPortalState_build_closure14.prototype = { call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure5(value))); }, - $signature: 29 + $signature: 28 }; A._ClientPortalState_build__closure5.prototype = { call$1(b) { @@ -536432,7 +535751,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure4(value))); }, - $signature: 29 + $signature: 28 }; A._ClientPortalState_build__closure4.prototype = { call$1(b) { @@ -536445,7 +535764,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure3(value))); }, - $signature: 29 + $signature: 28 }; A._ClientPortalState_build__closure3.prototype = { call$1(b) { @@ -536458,7 +535777,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure2(value))); }, - $signature: 29 + $signature: 28 }; A._ClientPortalState_build__closure2.prototype = { call$1(b) { @@ -536471,7 +535790,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure1(value))); }, - $signature: 29 + $signature: 28 }; A._ClientPortalState_build__closure1.prototype = { call$1(b) { @@ -536484,7 +535803,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure0(value))); }, - $signature: 29 + $signature: 28 }; A._ClientPortalState_build__closure0.prototype = { call$1(b) { @@ -536497,7 +535816,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure(value))); }, - $signature: 29 + $signature: 28 }; A._ClientPortalState_build__closure.prototype = { call$1(b) { @@ -536531,7 +535850,7 @@ call$2(context, viewModel) { return new A.ClientPortal(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3101 + $signature: 3098 }; A.ClientPortalVM.prototype = { get$company() { @@ -536544,7 +535863,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 428 + $signature: 363 }; A.ClientPortalVM_fromStore_closure0.prototype = { call$1(company) { @@ -536552,7 +535871,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 132 + $signature: 133 }; A.ClientPortalVM_fromStore_closure.prototype = { call$1(context) { @@ -537207,7 +536526,7 @@ call$1(value) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure11(value))); }, - $signature: 8 + $signature: 7 }; A._CompanyDetailsState_build__closure11.prototype = { call$1(b) { @@ -537221,14 +536540,14 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(classification), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, classification, type$.String); }, - $signature: 39 + $signature: 40 }; A._CompanyDetailsState_build_closure1.prototype = { call$1(sizeId) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.state.staticState.sizeMap._map$_map.$index(0, sizeId).name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, sizeId, type$.String); }, - $signature: 386 + $signature: 413 }; A._CompanyDetailsState_build_closure2.prototype = { call$1(sizeId) { @@ -537247,7 +536566,7 @@ call$1(industry) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._CompanyDetailsState_build__closure9(industry))); }, - $signature: 61 + $signature: 62 }; A._CompanyDetailsState_build__closure9.prototype = { call$1(b) { @@ -537264,7 +536583,7 @@ call$1(country) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure8(country))); }, - $signature: 61 + $signature: 62 }; A._CompanyDetailsState_build__closure8.prototype = { call$1(b) { @@ -537293,7 +536612,7 @@ t2.push(A.Expanded$(new A.AppButton(_null, B.IconData_57717_MaterialIcons_null_false, J.$index$asx(t3, "upload_logo").toUpperCase(), new A._CompanyDetailsState_build__closure7(_this.state, t1, _this.viewModel), 1 / 0, _null), 1)); return A.Row$(t2, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 858 + $signature: 781 }; A._CompanyDetailsState_build__closure6.prototype = { call$0() { @@ -537315,7 +536634,7 @@ call$1(_) { return this.viewModel.onDeleteLogo.call$1(this.context); }, - $signature: 199 + $signature: 205 }; A._CompanyDetailsState_build__closure7.prototype = { call$0() { @@ -537368,13 +536687,13 @@ t2 = t1.numDays; return A.DropdownMenuItem$(A.Text$(t2 === 0 ? this.localization.get$dueOnReceipt() : t1.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, B.JSInt_methods.toString$0(t2), type$.String); }, - $signature: 39 + $signature: 40 }; A._CompanyDetailsState_build_closure7.prototype = { call$1(numDays) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure5(numDays))); }, - $signature: 8 + $signature: 7 }; A._CompanyDetailsState_build__closure5.prototype = { call$1(b) { @@ -537394,13 +536713,13 @@ t2 = t1.numDays; return A.DropdownMenuItem$(A.Text$(t2 === 0 ? this.localization.get$dueOnReceipt() : t1.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, B.JSInt_methods.toString$0(t2), type$.String); }, - $signature: 39 + $signature: 40 }; A._CompanyDetailsState_build_closure9.prototype = { call$1(numDays) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure4(numDays))); }, - $signature: 8 + $signature: 7 }; A._CompanyDetailsState_build__closure4.prototype = { call$1(b) { @@ -537421,7 +536740,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure3(value))); }, - $signature: 332 + $signature: 325 }; A._CompanyDetailsState_build__closure3.prototype = { call$1(b) { @@ -537435,7 +536754,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure2(value))); }, - $signature: 332 + $signature: 325 }; A._CompanyDetailsState_build__closure2.prototype = { call$1(b) { @@ -537449,7 +536768,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure1(value))); }, - $signature: 332 + $signature: 325 }; A._CompanyDetailsState_build__closure1.prototype = { call$1(b) { @@ -537463,7 +536782,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure0(value))); }, - $signature: 332 + $signature: 325 }; A._CompanyDetailsState_build__closure0.prototype = { call$1(b) { @@ -537477,7 +536796,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._CompanyDetailsState_build__closure(value))); }, - $signature: 29 + $signature: 28 }; A._CompanyDetailsState_build__closure.prototype = { call$1(b) { @@ -537490,7 +536809,7 @@ call$2(path, isPrivate) { return this.viewModel.onUploadDocuments.call$3(this.context, path, isPrivate); }, - $signature: 140 + $signature: 142 }; A._CompanyDetailsState_build_closure17.prototype = { call$0() { @@ -537525,7 +536844,7 @@ call$2(context, viewModel) { return new A.CompanyDetails(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3104 + $signature: 3101 }; A.CompanyDetailsVM.prototype = { get$company() { @@ -537538,7 +536857,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 428 + $signature: 363 }; A.CompanyDetailsVM_fromStore_closure0.prototype = { call$1(company) { @@ -537546,7 +536865,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 132 + $signature: 133 }; A.CompanyDetailsVM_fromStore_closure3.prototype = { call$1(context) { @@ -537609,14 +536928,14 @@ b.get$settings().get$_settings_model$_$this()._companyLogo = null; return b; }, - $signature: 524 + $signature: 599 }; A.CompanyDetailsVM_fromStore__closure3.prototype = { call$1(b) { b.get$settings().get$_settings_model$_$this()._companyLogo = null; return b; }, - $signature: 50 + $signature: 53 }; A.CompanyDetailsVM_fromStore_closure1.prototype = { call$1(context) { @@ -537703,7 +537022,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UploadLogoRequest(completer, multipartFile, this.state.uiState.settingsUIState.entityType)); }, - $signature: 3105 + $signature: 3102 }; A.CompanyDetailsVM_fromStore_closure4.prototype = { call$1(context) { @@ -537731,7 +537050,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 112 + $signature: 105 }; A.CompanyDetailsVM_fromStore__closure.prototype = { call$1(client) { @@ -537743,7 +537062,7 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 81 }; A.CompanyDetailsVM_fromStore__closure0.prototype = { call$1(error) { @@ -537840,7 +537159,7 @@ call$2(context, viewModel) { return new A.CreditCardsAndBanks(null); }, - $signature: 3106 + $signature: 3103 }; A.CreditCardsAndBanksVM.prototype = {}; A.CustomFields.prototype = { @@ -537982,7 +537301,7 @@ if (t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 253 + $signature: 247 }; A.CustomFieldsSettings.prototype = { build$1(context) { @@ -538017,7 +537336,7 @@ call$1(value) { return this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A.CustomFieldsSettings_build__closure5(value))); }, - $signature: 429 + $signature: 365 }; A.CustomFieldsSettings_build__closure5.prototype = { call$1(b) { @@ -538044,7 +537363,7 @@ call$1(value) { return this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A.CustomFieldsSettings_build__closure3(value))); }, - $signature: 429 + $signature: 365 }; A.CustomFieldsSettings_build__closure3.prototype = { call$1(b) { @@ -538071,7 +537390,7 @@ call$1(value) { return this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A.CustomFieldsSettings_build__closure1(value))); }, - $signature: 429 + $signature: 365 }; A.CustomFieldsSettings_build__closure1.prototype = { call$1(b) { @@ -538098,7 +537417,7 @@ call$1(value) { return this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A.CustomFieldsSettings_build__closure(value))); }, - $signature: 429 + $signature: 365 }; A.CustomFieldsSettings_build__closure.prototype = { call$1(b) { @@ -538298,7 +537617,7 @@ var t1 = this.$this; t1.setState$1(new A._CustomFormFieldState_build__closure(t1, value)); }, - $signature: 8 + $signature: 7 }; A._CustomFormFieldState_build__closure.prototype = { call$0() { @@ -538336,7 +537655,7 @@ call$2(context, viewModel) { return new A.CustomFields(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3108 + $signature: 3105 }; A.CustomFieldsVM.prototype = { get$company() { @@ -538349,7 +537668,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 132 + $signature: 133 }; A.CustomFieldsVM_fromStore_closure.prototype = { call$1(context) { @@ -538478,7 +537797,7 @@ call$2(context, viewModel) { return new A.DataVisualizations(null); }, - $signature: 3109 + $signature: 3106 }; A.DataVisualizationsVM.prototype = {}; A.DeviceSettings.prototype = { @@ -539079,39 +538398,39 @@ var t1 = value === true ? B.AppLayout_mobile : B.AppLayout_desktop; this.viewModel.onLayoutChanged.call$2(this.context, t1); }, - $signature: 108 + $signature: 107 }; A._DeviceSettingsState_build_closure0.prototype = { call$1(value) { var t1 = value === true ? B.AppSidebarMode_float : B.AppSidebarMode_collapse; this.viewModel.onMenuModeChanged.call$2(this.context, t1); }, - $signature: 108 + $signature: 107 }; A._DeviceSettingsState_build_closure1.prototype = { call$1(value) { var t1 = value === true ? B.AppSidebarMode_float : B.AppSidebarMode_visible; this.viewModel.onHistoryModeChanged.call$2(this.context, t1); }, - $signature: 108 + $signature: 107 }; A._DeviceSettingsState_build_closure2.prototype = { call$1(value) { this.viewModel.onTapSelectedChanged.call$2(this.context, value === true); }, - $signature: 108 + $signature: 107 }; A._DeviceSettingsState_build_closure3.prototype = { call$1(value) { this.viewModel.onEditAfterSavingChanged.call$2(this.context, value === true); }, - $signature: 108 + $signature: 107 }; A._DeviceSettingsState_build_closure4.prototype = { call$1(value) { this.viewModel.onLongPressSelectionIsDefault.call$2(this.context, value === false); }, - $signature: 108 + $signature: 107 }; A._DeviceSettingsState_build_closure5.prototype = { call$1(value) { @@ -539129,7 +538448,7 @@ call$1(value) { this.viewModel.onShowPdfSideBySideChanged.call$2(this.context, value === true); }, - $signature: 108 + $signature: 107 }; A._DeviceSettingsState_build_closure8.prototype = { call$1(value) { @@ -539137,7 +538456,7 @@ this.viewModel.onTextScaleFactorChanged.call$2(t1, value); t1.findAncestorStateOfType$1$0(type$.AppBuilderState).rebuild$0(); }, - $signature: 8 + $signature: 7 }; A._DeviceSettingsState_build_closure9.prototype = { call$2(context, snapshot) { @@ -539155,7 +538474,7 @@ } else return new A.SizedBox(_null, _null, _null, _null); }, - $signature: 3110 + $signature: 3107 }; A._DeviceSettingsState_build__closure7.prototype = { call$1(value) { @@ -539198,7 +538517,7 @@ t3.toString; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, _null, _null, new A._DeviceSettingsState_build__closure5(this.viewModel, context), false, _null, _null, _null, new A.LiveText(_null, new A._DeviceSettingsState_build__closure6(this.state, t2), _null, 1, _null), _null, A.Text$(t3, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null); }, - $signature: 3111 + $signature: 3108 }; A._DeviceSettingsState_build__closure6.prototype = { call$0() { @@ -539228,20 +538547,20 @@ call$1(_) { this.viewModel.onLogoutTap.call$1(this.context); }, - $signature: 28 + $signature: 27 }; A._DeviceSettingsState_build_closure16.prototype = { call$1(brightness) { this.viewModel.onDarkModeChanged.call$2(this.context, brightness); }, - $signature: 8 + $signature: 7 }; 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_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, key, type$.String); }, - $signature: 39 + $signature: 40 }; A._DeviceSettingsState_build_closure18.prototype = { call$1(value) { @@ -539265,7 +538584,7 @@ _this.viewModel.onCustomColorsChanged.call$2(_this.context, t1.rebuild$1(new A._DeviceSettingsState_build__closure3())); } }, - $signature: 8 + $signature: 7 }; A._DeviceSettingsState_build__closure2.prototype = { call$1(b) { @@ -539279,7 +538598,7 @@ var t1 = type$.String; return b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal(["sidebar_active_background_color", "#2F2E2E", "sidebar_active_font_color", "#FFFFFF", "sidebar_inactive_background_color", "#454544", "sidebar_inactive_font_color", "#FFFFFF", "invoice_header_background_color", "#777777", "invoice_header_font_color", "#FFFFFF", "table_alternate_row_background_color", "#F9F9F9"], t1, t1)); }, - $signature: 3112 + $signature: 3109 }; A._DeviceSettingsState_build_closure20.prototype = { call$1(selector) { @@ -539289,7 +538608,7 @@ t3 = t2.darkModeType; return A.FormColorPicker$(((t3 === "system" ? t2.enableDarkModeSystem : t3 === "dark") ? t2.darkCustomColors : t2.customColors)._map$_map.$index(0, selector), t1, new A._DeviceSettingsState_build__closure1(_this.viewModel, _this.context, t2, selector)); }, - $signature: 3113 + $signature: 3110 }; A._DeviceSettingsState_build__closure1.prototype = { call$1(value) { @@ -539299,7 +538618,7 @@ t1 = (t2 === "system" ? t1.enableDarkModeSystem : t2 === "dark") ? t1.darkCustomColors : t1.customColors; _this.viewModel.onCustomColorsChanged.call$2(_this.context, t1.rebuild$1(new A._DeviceSettingsState_build___closure0(_this.selector, value))); }, - $signature: 28 + $signature: 27 }; A._DeviceSettingsState_build___closure0.prototype = { call$1(b) { @@ -539309,7 +538628,7 @@ b.$indexSet(0, this.selector, t1); return t1; }, - $signature: 855 + $signature: 782 }; A._DeviceSettingsState_build_closure21.prototype = { call$0() { @@ -539376,7 +538695,7 @@ b.$indexSet(0, t2, t1); return t1; }, - $signature: 855 + $signature: 782 }; A.__DeviceSettingsState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -539403,7 +538722,7 @@ call$2(context, viewModel) { return new A.DeviceSettings(viewModel, null); }, - $signature: 3115 + $signature: 3112 }; A.DeviceSettingsVM.prototype = {}; A.DeviceSettingsVM_fromStore_closure.prototype = { @@ -539461,7 +538780,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 572 + $signature: 451 }; A.DeviceSettingsVM_fromStore_closure7.prototype = { call$2(context, value) { @@ -539488,7 +538807,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 222 + $signature: 219 }; A.DeviceSettingsVM_fromStore_closure4.prototype = { call$2(context, value) { @@ -539524,7 +538843,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 854 + $signature: 792 }; A.DeviceSettingsVM_fromStore_closure5.prototype = { call$2(context, value) { @@ -539560,7 +538879,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 854 + $signature: 792 }; A.DeviceSettingsVM_fromStore_closure8.prototype = { call$2(context, value) { @@ -539587,7 +538906,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 222 + $signature: 219 }; A.DeviceSettingsVM_fromStore_closure19.prototype = { call$2(context, value) { @@ -539614,7 +538933,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 572 + $signature: 451 }; A.DeviceSettingsVM_fromStore_closure15.prototype = { call$2(context, value) { @@ -539643,7 +538962,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 222 + $signature: 219 }; A.DeviceSettingsVM_fromStore_closure12.prototype = { call$2(context, value) { @@ -539653,7 +538972,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 219 + $signature: 233 }; A.DeviceSettingsVM_fromStore_closure13.prototype = { call$2(context, value) { @@ -539663,7 +538982,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 219 + $signature: 233 }; A.DeviceSettingsVM_fromStore_closure14.prototype = { call$2(context, value) { @@ -539673,7 +538992,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 219 + $signature: 233 }; A.DeviceSettingsVM_fromStore_closure18.prototype = { call$2(context, value) { @@ -539683,7 +539002,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 3119 + $signature: 3116 }; A.DeviceSettingsVM_fromStore_closure16.prototype = { call$2(context, value) { @@ -539693,7 +539012,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 219 + $signature: 233 }; A.DeviceSettingsVM_fromStore_closure17.prototype = { call$2(context, value) { @@ -539703,7 +539022,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 219 + $signature: 233 }; A.DeviceSettingsVM_fromStore_closure6.prototype = { call$2(context, value) { @@ -539744,7 +539063,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 572 + $signature: 451 }; A.DeviceSettingsVM_fromStore_closure9.prototype = { call$2(context, value) { @@ -539771,7 +539090,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 222 + $signature: 219 }; A.DeviceSettingsVM_fromStore_closure3.prototype = { call$2(context, value) { @@ -539809,7 +539128,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 3120 + $signature: 3117 }; A.DeviceSettingsVM_fromStore__closure.prototype = { call$1(duration) { @@ -539889,7 +539208,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 222 + $signature: 219 }; A.DeviceSettingsVM_fromStore_closure20.prototype = { call$0() { @@ -539969,7 +539288,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdatedSettingUI()); }, - $signature: 3121 + $signature: 3118 }; A.DeviceSettingsVM_fromStore_closure11.prototype = { call$2(context, value) { @@ -539983,7 +539302,7 @@ else t2[0].call$1(new A.ClearPersistedData()); }, - $signature: 219 + $signature: 233 }; A.EmailSettings.prototype = { createState$0() { @@ -540509,7 +539828,7 @@ call$1(value) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._EmailSettingsState_build__closure11(value))); }, - $signature: 8 + $signature: 7 }; A._EmailSettingsState_build__closure11.prototype = { call$1(b) { @@ -540545,7 +539864,7 @@ type$.UserEntity._as(entity); return entity.get$fullName() + " \u2022 " + entity.email; }, - $signature: 423 + $signature: 345 }; A._EmailSettingsState_build_closure3.prototype = { call$0() { @@ -540574,7 +539893,7 @@ type$.UserEntity._as(entity); return entity.get$fullName() + " \u2022 " + entity.email; }, - $signature: 423 + $signature: 345 }; A._EmailSettingsState_build_closure6.prototype = { call$1(value) { @@ -540622,7 +539941,7 @@ call$1(value) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._EmailSettingsState_build__closure8(value))); }, - $signature: 8 + $signature: 7 }; A._EmailSettingsState_build__closure8.prototype = { call$1(b) { @@ -540636,7 +539955,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(endpoint, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, endpoint, type$.String); }, - $signature: 39 + $signature: 40 }; A._EmailSettingsState_build_closure12.prototype = { call$1(value) { @@ -540666,7 +539985,7 @@ } return A.DropdownMenuItem$(A.Text$(timeLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, hour, type$.int); }, - $signature: 180 + $signature: 176 }; A._EmailSettingsState_build_closure13.prototype = { call$1(value) { @@ -540698,7 +540017,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._EmailSettingsState_build__closure4(value))); }, - $signature: 29 + $signature: 28 }; A._EmailSettingsState_build__closure4.prototype = { call$1(b) { @@ -540711,7 +540030,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._EmailSettingsState_build__closure3(value))); }, - $signature: 29 + $signature: 28 }; A._EmailSettingsState_build__closure3.prototype = { call$1(b) { @@ -540724,7 +540043,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._EmailSettingsState_build__closure2(value))); }, - $signature: 29 + $signature: 28 }; A._EmailSettingsState_build__closure2.prototype = { call$1(b) { @@ -540737,7 +540056,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._EmailSettingsState_build__closure1(value))); }, - $signature: 29 + $signature: 28 }; A._EmailSettingsState_build__closure1.prototype = { call$1(b) { @@ -540750,7 +540069,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._EmailSettingsState_build__closure0(value))); }, - $signature: 29 + $signature: 28 }; A._EmailSettingsState_build__closure0.prototype = { call$1(b) { @@ -540763,7 +540082,7 @@ call$1(value) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._EmailSettingsState_build__closure(value))); }, - $signature: 8 + $signature: 7 }; A._EmailSettingsState_build__closure.prototype = { call$1(b) { @@ -540778,7 +540097,7 @@ t1 = B.JSString_methods.replaceFirst$2(type, "_", " "); return A.DropdownMenuItem$(A.Text$(A.stringReplaceAllUnchecked(t1, "_", "."), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, type, type$.String); }, - $signature: 39 + $signature: 40 }; A._EmailSettingsState_build_closure22.prototype = { call$0() { @@ -540817,7 +540136,7 @@ call$2(context, viewModel) { return new A.EmailSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3122 + $signature: 3119 }; A.EmailSettingsVM.prototype = { get$company() { @@ -540830,7 +540149,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 132 + $signature: 133 }; A.EmailSettingsVM_fromStore_closure0.prototype = { call$1(settings) { @@ -540838,7 +540157,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 205 + $signature: 196 }; A.EmailSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -540950,7 +540269,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveEInvoiceCertificateRequest(completer, t1.company, eInvoiceCertificate)); }, - $signature: 3124 + $signature: 3121 }; A.ExpenseSettings.prototype = { createState$0() { @@ -541131,7 +540450,7 @@ call$1(paymentType) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ExpenseSettingsState_build__closure4(paymentType))); }, - $signature: 61 + $signature: 62 }; A._ExpenseSettingsState_build__closure4.prototype = { call$1(b) { @@ -541185,7 +540504,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ExpenseSettingsState_build__closure0(value))); }, - $signature: 29 + $signature: 28 }; A._ExpenseSettingsState_build__closure0.prototype = { call$1(b) { @@ -541223,7 +540542,7 @@ call$2(context, viewModel) { return new A.ExpenseSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3125 + $signature: 3122 }; A.ExpenseSettingsVM.prototype = { get$company() { @@ -541236,7 +540555,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 132 + $signature: 133 }; A.ExpenseSettingsVM_fromStore_closure1.prototype = { call$1(settings) { @@ -541244,7 +540563,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 428 + $signature: 363 }; A.ExpenseSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -541587,7 +540906,7 @@ if (this.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 253 + $signature: 247 }; A._GeneratedNumbersState_dispose_closure.prototype = { call$1(controller) { @@ -541635,7 +540954,7 @@ if (containsSubCounter && !containsCounterOrId) this._box_0.isValid = false; }, - $signature: 96 + $signature: 94 }; A._GeneratedNumbersState__onSavePressed_closure0.prototype = { call$1(context) { @@ -541667,7 +540986,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$.int); }, - $signature: 180 + $signature: 176 }; A._GeneratedNumbersState_build_closure1.prototype = { call$1(value) { @@ -541700,13 +541019,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$.String), type$.MapEntry_of_String_and_DropdownMenuItem_String); }, - $signature: 575 + $signature: 448 }; A._GeneratedNumbersState_build_closure4.prototype = { call$2(value, _) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure13(value))); }, - $signature: 302 + $signature: 307 }; A._GeneratedNumbersState_build__closure13.prototype = { call$1(b) { @@ -541719,7 +541038,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure12(value))); }, - $signature: 29 + $signature: 28 }; A._GeneratedNumbersState_build__closure12.prototype = { call$1(b) { @@ -541732,7 +541051,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure11(value))); }, - $signature: 29 + $signature: 28 }; A._GeneratedNumbersState_build__closure11.prototype = { call$1(b) { @@ -541745,7 +541064,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure10(counter, pattern))); }, - $signature: 133 + $signature: 128 }; A._GeneratedNumbersState_build__closure10.prototype = { call$1(b) { @@ -541759,7 +541078,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure9(counter, pattern))); }, - $signature: 133 + $signature: 128 }; A._GeneratedNumbersState_build__closure9.prototype = { call$1(b) { @@ -541773,7 +541092,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure8(counter, pattern))); }, - $signature: 133 + $signature: 128 }; A._GeneratedNumbersState_build__closure8.prototype = { call$1(b) { @@ -541787,7 +541106,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure7(counter, pattern))); }, - $signature: 133 + $signature: 128 }; A._GeneratedNumbersState_build__closure7.prototype = { call$1(b) { @@ -541801,7 +541120,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure6(counter, pattern))); }, - $signature: 133 + $signature: 128 }; A._GeneratedNumbersState_build__closure6.prototype = { call$1(b) { @@ -541815,7 +541134,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure5(counter, pattern))); }, - $signature: 133 + $signature: 128 }; A._GeneratedNumbersState_build__closure5.prototype = { call$1(b) { @@ -541829,7 +541148,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure4(counter, pattern))); }, - $signature: 133 + $signature: 128 }; A._GeneratedNumbersState_build__closure4.prototype = { call$1(b) { @@ -541843,7 +541162,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure3(counter, pattern))); }, - $signature: 133 + $signature: 128 }; A._GeneratedNumbersState_build__closure3.prototype = { call$1(b) { @@ -541857,7 +541176,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure2(counter, pattern))); }, - $signature: 133 + $signature: 128 }; A._GeneratedNumbersState_build__closure2.prototype = { call$1(b) { @@ -541871,7 +541190,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure1(counter, pattern))); }, - $signature: 133 + $signature: 128 }; A._GeneratedNumbersState_build__closure1.prototype = { call$1(b) { @@ -541885,7 +541204,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure0(counter, pattern))); }, - $signature: 133 + $signature: 128 }; A._GeneratedNumbersState_build__closure0.prototype = { call$1(b) { @@ -541899,7 +541218,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure(counter, pattern))); }, - $signature: 133 + $signature: 128 }; A._GeneratedNumbersState_build__closure.prototype = { call$1(b) { @@ -542055,7 +541374,7 @@ var _null = null; return A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_0_6_0_6, A.Text$(field, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.HelpPanel_build__closure(this.$this, field), _null, _null, _null, _null, _null, _null, _null); }, - $signature: 748 + $signature: 633 }; A.HelpPanel_build__closure.prototype = { call$0() { @@ -542088,7 +541407,7 @@ call$2(context, viewModel) { return new A.GeneratedNumbers(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3128 + $signature: 3125 }; A.GeneratedNumbersVM.prototype = { get$company() { @@ -542101,7 +541420,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 205 + $signature: 196 }; A.GeneratedNumbersVM_fromStore_closure.prototype = { call$1(context) { @@ -542302,7 +541621,7 @@ } return t1; }, - $signature: 3129 + $signature: 3126 }; A._ImportExportState_build__closure9.prototype = { call$0() { @@ -542315,7 +541634,7 @@ var t1 = this.$this; return t1.setState$1(new A._ImportExportState_build__closure10(t1, importType)); }, - $signature: 3130 + $signature: 3127 }; A._ImportExportState_build__closure10.prototype = { call$0() { @@ -542356,14 +541675,14 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(importType.toString$0(0)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, importType, type$.ImportType); }, - $signature: 853 + $signature: 794 }; A._ImportExportState_build_closure5.prototype = { call$1(value) { var t1 = this.$this; t1.setState$1(new A._ImportExportState_build__closure6(t1, value)); }, - $signature: 8 + $signature: 7 }; A._ImportExportState_build__closure6.prototype = { call$0() { @@ -542376,14 +541695,14 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(importType.toString$0(0)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, importType, type$.ExportType); }, - $signature: 3132 + $signature: 3129 }; A._ImportExportState_build_closure7.prototype = { call$1(value) { var t1 = this.$this; t1.setState$1(new A._ImportExportState_build__closure5(t1, value)); }, - $signature: 8 + $signature: 7 }; A._ImportExportState_build__closure5.prototype = { call$0() { @@ -542396,14 +541715,14 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(dateField), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateField, type$.String); }, - $signature: 39 + $signature: 40 }; A._ImportExportState_build_closure9.prototype = { call$1(value) { var t1 = this.$this; t1.setState$1(new A._ImportExportState_build__closure4(t1, value)); }, - $signature: 8 + $signature: 7 }; A._ImportExportState_build__closure4.prototype = { call$0() { @@ -542433,7 +541752,7 @@ } return A.DropdownMenuItem$(A.Text$(label, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.String); }, - $signature: 39 + $signature: 40 }; A._ImportExportState_build_closure10.prototype = { call$2(date, _) { @@ -542493,7 +541812,7 @@ t1.setState$1(new A._ImportExportState_build___closure0(t1)); A.showMessageDialog(this.localization.get$exportedData(), null, null); }, - $signature: 8 + $signature: 7 }; A._ImportExportState_build___closure0.prototype = { call$0() { @@ -542507,7 +541826,7 @@ t1.setState$1(new A._ImportExportState_build___closure(t1)); A.showErrorDialog(false, A.S(error)); }, - $signature: 8 + $signature: 7 }; A._ImportExportState_build___closure.prototype = { call$0() { @@ -542721,7 +542040,7 @@ t1.toString; A.showToast(t1); }, - $signature: 8 + $signature: 7 }; A._FileImportState_uploadJsonFile__closure0.prototype = { call$0() { @@ -542737,7 +542056,7 @@ t1.setState$1(new A._FileImportState_uploadJsonFile__closure(t1)); A.showErrorDialog(false, A.S(error)); }, - $signature: 8 + $signature: 7 }; A._FileImportState_uploadJsonFile__closure.prototype = { call$0() { @@ -542769,7 +542088,7 @@ t1._widget.onUploaded$1(response); } }, - $signature: 8 + $signature: 7 }; A._FileImportState_uploadFile__closure0.prototype = { call$0() { @@ -542785,7 +542104,7 @@ t1.setState$1(new A._FileImportState_uploadFile__closure(t1)); A.showErrorDialog(false, A.S(error)); }, - $signature: 8 + $signature: 7 }; A._FileImportState_uploadFile__closure.prototype = { call$0() { @@ -542804,7 +542123,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(importType.toString$0(0)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, importType, type$.ImportType); }, - $signature: 853 + $signature: 794 }; A._FileImportState_build_closure1.prototype = { call$0() { @@ -543077,7 +542396,7 @@ var t1 = this.$this; t1.setState$1(new A.__FileMapperState_build__closure3(t1, bankAccount)); }, - $signature: 48 + $signature: 49 }; A.__FileMapperState_build__closure3.prototype = { call$0() { @@ -543094,14 +542413,14 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveBankAccountRequest(completer, t1)); }, - $signature: 163 + $signature: 150 }; A.__FileMapperState_build__closure2.prototype = { call$1(b) { b.get$_bank_account_model$_$this()._bank_account_model$_name = this.name; return b; }, - $signature: 237 + $signature: 252 }; A.__FileMapperState_build_closure2.prototype = { call$1(value) { @@ -543115,13 +542434,13 @@ t1 = null; return t1; }, - $signature: 228 + $signature: 208 }; A.__FileMapperState_build_closure3.prototype = { call$1(entity) { return ""; }, - $signature: 451 + $signature: 539 }; A.__FileMapperState_build_closure5.prototype = { call$0() { @@ -543177,7 +542496,7 @@ t1.toString; A.showToast(t1); }, - $signature: 8 + $signature: 7 }; A.__FileMapperState_build___closure0.prototype = { call$0() { @@ -543191,7 +542510,7 @@ t1.setState$1(new A.__FileMapperState_build___closure(t1)); A.showErrorDialog(false, A.S(error)); }, - $signature: 8 + $signature: 7 }; A.__FileMapperState_build___closure.prototype = { call$0() { @@ -543268,7 +542587,7 @@ call$1(value) { return this.$this.onMappedToChanged.call$1(value); }, - $signature: 96 + $signature: 94 }; A._FieldMapper_build_closure0.prototype = { call$1(field) { @@ -543279,7 +542598,7 @@ fieldLabel = t1.lookup$1(A.stringReplaceAllUnchecked(t2, "_id", "")); return A.DropdownMenuItem$(A.Text$(t1.lookup$1(B.JSArray_methods.get$first(field.split("."))) + " - " + fieldLabel, _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), _null, field, type$.String); }, - $signature: 39 + $signature: 40 }; A.ImportExportScreen.prototype = { build$1(context) { @@ -543291,7 +542610,7 @@ call$2(context, viewModel) { return new A.ImportExport(null); }, - $signature: 3133 + $signature: 3130 }; A.ImportExportVM.prototype = {}; A.InvoiceDesign.prototype = { @@ -544009,7 +543328,7 @@ if (t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 253 + $signature: 247 }; A._InvoiceDesignState_didChangeDependencies_closure.prototype = { call$1(controller) { @@ -544081,7 +543400,7 @@ var _null = null; return A.Tab$(A.Text$(tab, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); }, - $signature: 3134 + $signature: 3131 }; A._InvoiceDesignState_build_closure0.prototype = { call$0() { @@ -544112,7 +543431,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure27(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure28(value))); }, - $signature: 143 + $signature: 135 }; A._InvoiceDesignState_build__closure27.prototype = { call$0() { @@ -544147,7 +543466,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure24(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure25(value))); }, - $signature: 143 + $signature: 135 }; A._InvoiceDesignState_build__closure24.prototype = { call$0() { @@ -544182,7 +543501,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure21(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure22(value))); }, - $signature: 143 + $signature: 135 }; A._InvoiceDesignState_build__closure21.prototype = { call$0() { @@ -544217,7 +543536,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure18(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure19(value))); }, - $signature: 143 + $signature: 135 }; A._InvoiceDesignState_build__closure18.prototype = { call$0() { @@ -544261,7 +543580,7 @@ call$1(value) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure16(value))); }, - $signature: 143 + $signature: 135 }; A._InvoiceDesignState_build__closure16.prototype = { call$1(b) { @@ -544276,7 +543595,7 @@ call$1(value) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure15(value))); }, - $signature: 143 + $signature: 135 }; A._InvoiceDesignState_build__closure15.prototype = { call$1(b) { @@ -544291,7 +543610,7 @@ call$1(value) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure14(value))); }, - $signature: 143 + $signature: 135 }; A._InvoiceDesignState_build__closure14.prototype = { call$1(b) { @@ -544320,7 +543639,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(pageLayout), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, pageLayout, type$.String); }, - $signature: 39 + $signature: 40 }; A._InvoiceDesignState_build_closure17.prototype = { call$1(value) { @@ -544340,7 +543659,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(pageSize), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, pageSize, type$.String); }, - $signature: 39 + $signature: 40 }; A._InvoiceDesignState_build_closure19.prototype = { call$1(value) { @@ -544363,7 +543682,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$.String); }, - $signature: 535 + $signature: 593 }; A._InvoiceDesignState_build_closure20.prototype = { call$1(value) { @@ -544385,7 +543704,7 @@ call$1(font) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure9(font))); }, - $signature: 61 + $signature: 62 }; A._InvoiceDesignState_build__closure9.prototype = { call$1(b) { @@ -544400,7 +543719,7 @@ call$1(font) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure8(font))); }, - $signature: 61 + $signature: 62 }; A._InvoiceDesignState_build__closure8.prototype = { call$1(b) { @@ -544415,7 +543734,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure7(value))); }, - $signature: 199 + $signature: 205 }; A._InvoiceDesignState_build__closure7.prototype = { call$1(b) { @@ -544428,7 +543747,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure6(value))); }, - $signature: 199 + $signature: 205 }; A._InvoiceDesignState_build__closure6.prototype = { call$1(b) { @@ -544441,7 +543760,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure5(value))); }, - $signature: 29 + $signature: 28 }; A._InvoiceDesignState_build__closure5.prototype = { call$1(b) { @@ -544454,7 +543773,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure4(value))); }, - $signature: 29 + $signature: 28 }; A._InvoiceDesignState_build__closure4.prototype = { call$1(b) { @@ -544467,7 +543786,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure3(value))); }, - $signature: 29 + $signature: 28 }; A._InvoiceDesignState_build__closure3.prototype = { call$1(b) { @@ -544480,7 +543799,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure2(value))); }, - $signature: 29 + $signature: 28 }; A._InvoiceDesignState_build__closure2.prototype = { call$1(b) { @@ -544493,7 +543812,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure1(value))); }, - $signature: 29 + $signature: 28 }; A._InvoiceDesignState_build__closure1.prototype = { call$1(b) { @@ -544851,7 +544170,7 @@ call$1(error) { A.print("## Error: " + A.S(error)); }, - $signature: 8 + $signature: 7 }; A._PdfPreviewState__loadPdf_closure1.prototype = { call$0() { @@ -544863,7 +544182,7 @@ call$1(format) { return this.$this.response.bodyBytes; }, - $signature: 105 + $signature: 108 }; A.__InvoiceDesignState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -544890,7 +544209,7 @@ call$2(context, viewModel) { return new A.InvoiceDesign(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3135 + $signature: 3132 }; A.InvoiceDesignVM.prototype = { get$company() { @@ -544907,7 +544226,7 @@ if (settings.shareInvoiceQuoteColumns !== false !== (t2.shareInvoiceQuoteColumns !== false)) t1[0].call$1(new A.UpdatedSettingUI()); }, - $signature: 205 + $signature: 196 }; A.InvoiceDesignVM_fromStore_closure0.prototype = { call$2(context, entityTypes) { @@ -544926,7 +544245,7 @@ } new A.InvoiceDesignVM_fromStore__closure(this.store, context, t1, entityTypes).call$0(); }, - $signature: 3136 + $signature: 3133 }; A.InvoiceDesignVM_fromStore__closure.prototype = { call$0() { @@ -544994,7 +544313,7 @@ var _this = this; _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)], type$.String, type$.nullable_String))).then$1$1(0, new A.InvoiceDesignVM_fromStore_____closure(), type$.Null).catchError$1(new A.InvoiceDesignVM_fromStore_____closure0()); }, - $signature: 253 + $signature: 247 }; A.InvoiceDesignVM_fromStore_____closure.prototype = { call$1(response) { @@ -545009,13 +544328,13 @@ t1.toString; A.showToast(t1); }, - $signature: 8 + $signature: 7 }; A.InvoiceDesignVM_fromStore_____closure0.prototype = { call$1(error) { A.showErrorDialog(false, A.S(error)); }, - $signature: 8 + $signature: 7 }; A.LocalizationSettings.prototype = { createState$0() { @@ -545263,7 +544582,7 @@ call$1(currency) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure13(currency))); }, - $signature: 61 + $signature: 62 }; A._LocalizationSettingsState_build__closure13.prototype = { call$1(b) { @@ -545278,7 +544597,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure12(value))); }, - $signature: 29 + $signature: 28 }; A._LocalizationSettingsState_build__closure12.prototype = { call$1(b) { @@ -545291,7 +544610,7 @@ call$1(language) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure11(language))); }, - $signature: 61 + $signature: 62 }; A._LocalizationSettingsState_build__closure11.prototype = { call$1(b) { @@ -545306,7 +544625,7 @@ call$1(timezone) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure10(timezone))); }, - $signature: 61 + $signature: 62 }; A._LocalizationSettingsState_build__closure10.prototype = { call$1(b) { @@ -545321,7 +544640,7 @@ call$1(dateFormat) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure9(dateFormat))); }, - $signature: 61 + $signature: 62 }; A._LocalizationSettingsState_build__closure9.prototype = { call$1(b) { @@ -545336,7 +544655,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure8(value))); }, - $signature: 29 + $signature: 28 }; A._LocalizationSettingsState_build__closure8.prototype = { call$1(b) { @@ -545376,20 +544695,20 @@ 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$.String), type$.MapEntry_of_String_and_DropdownMenuItem_String); }, - $signature: 575 + $signature: 448 }; A._LocalizationSettingsState_build_closure10.prototype = { call$1(key) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(key), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, key, type$.String); }, - $signature: 39 + $signature: 40 }; A._LocalizationSettingsState_build_closure11.prototype = { call$1(value) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure5(value))); }, - $signature: 96 + $signature: 94 }; A._LocalizationSettingsState_build__closure5.prototype = { call$1(b) { @@ -545468,7 +544787,7 @@ call$1(context) { return new A._AddCompanyDialog(null); }, - $signature: 3137 + $signature: 3134 }; A._LocalizationSettingsState_build__closure2.prototype = { call$1(b) { @@ -545551,7 +544870,7 @@ t1 = ""; this.$this._localization_settings$_countryId = t1; }, - $signature: 48 + $signature: 49 }; A.__LocalizationSettingsState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -545578,7 +544897,7 @@ call$2(context, viewModel) { return new A.LocalizationSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3138 + $signature: 3135 }; A.LocalizationSettingsVM.prototype = { get$company() { @@ -545591,7 +544910,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 205 + $signature: 196 }; A.LocalizationSettingsVM_fromStore_closure.prototype = { call$1(company) { @@ -545599,7 +544918,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 132 + $signature: 133 }; A.LocalizationSettingsVM_fromStore_closure1.prototype = { call$1(context) { @@ -546053,20 +545372,20 @@ var t1 = type$.MappedListIterable_String_Text; return A.List_List$of(new A.MappedListIterable(A._setArrayType(["always", "optout", "optin", "off"], type$.JSArray_String), new A._PaymentSettingsState_build__closure11(this.localization), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 309 + $signature: 312 }; A._PaymentSettingsState_build__closure11.prototype = { call$1(type) { var _null = null; return A.Text$(this.localization.lookup$1(type), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 310 + $signature: 313 }; A._PaymentSettingsState_build_closure1.prototype = { call$1(value) { return A.DropdownMenuItem$(new A.AutobillDropdownMenuItem(value, null), null, value, type$.String); }, - $signature: 39 + $signature: 40 }; A._PaymentSettingsState_build_closure3.prototype = { call$1(value) { @@ -546085,7 +545404,7 @@ call$1(value) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._PaymentSettingsState_build__closure8(value))); }, - $signature: 8 + $signature: 7 }; A._PaymentSettingsState_build__closure8.prototype = { call$1(b) { @@ -546098,7 +545417,7 @@ call$1(paymentType) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._PaymentSettingsState_build__closure7(paymentType))); }, - $signature: 61 + $signature: 62 }; A._PaymentSettingsState_build__closure7.prototype = { call$1(b) { @@ -546119,7 +545438,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._PaymentSettingsState_build__closure6(value))); }, - $signature: 29 + $signature: 28 }; A._PaymentSettingsState_build__closure6.prototype = { call$1(b) { @@ -546132,7 +545451,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._PaymentSettingsState_build__closure5(value))); }, - $signature: 29 + $signature: 28 }; A._PaymentSettingsState_build__closure5.prototype = { call$1(b) { @@ -546145,7 +545464,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._PaymentSettingsState_build__closure4(value))); }, - $signature: 29 + $signature: 28 }; A._PaymentSettingsState_build__closure4.prototype = { call$1(b) { @@ -546158,7 +545477,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._PaymentSettingsState_build__closure3(value))); }, - $signature: 29 + $signature: 28 }; A._PaymentSettingsState_build__closure3.prototype = { call$1(b) { @@ -546171,7 +545490,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._PaymentSettingsState_build__closure2(value))); }, - $signature: 29 + $signature: 28 }; A._PaymentSettingsState_build__closure2.prototype = { call$1(b) { @@ -546184,7 +545503,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._PaymentSettingsState_build__closure1(value))); }, - $signature: 29 + $signature: 28 }; A._PaymentSettingsState_build__closure1.prototype = { call$1(b) { @@ -546197,7 +545516,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._PaymentSettingsState_build__closure0(value))); }, - $signature: 29 + $signature: 28 }; A._PaymentSettingsState_build__closure0.prototype = { call$1(b) { @@ -546210,7 +545529,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._PaymentSettingsState_build__closure(value))); }, - $signature: 29 + $signature: 28 }; A._PaymentSettingsState_build__closure.prototype = { call$1(b) { @@ -546229,7 +545548,7 @@ call$2(context, viewModel) { return new A.PaymentSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3139 + $signature: 3136 }; A.PaymentSettingsVM.prototype = { get$company() { @@ -546242,7 +545561,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 132 + $signature: 133 }; A.PaymentSettingsVM_fromStore_closure1.prototype = { call$1(settings) { @@ -546250,7 +545569,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 428 + $signature: 363 }; A.PaymentSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -546724,7 +546043,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ProductSettingsState_build__closure(value))); }, - $signature: 29 + $signature: 28 }; A._ProductSettingsState_build__closure.prototype = { call$1(b) { @@ -546743,7 +546062,7 @@ call$2(context, viewModel) { return new A.ProductSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3140 + $signature: 3137 }; A.ProductSettingsVM.prototype = { get$company() { @@ -546756,7 +546075,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 132 + $signature: 133 }; A.ProductSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -546951,7 +546270,7 @@ var t1 = this.$this; return t1.setState$1(new A._SettingsListTileState_build__closure0(t1)); }, - $signature: 130 + $signature: 131 }; A._SettingsListTileState_build__closure0.prototype = { call$0() { @@ -547106,7 +546425,7 @@ t1 = A._setArrayType(A._setArrayType(section.split("#"), t1).slice(0), t1); return t1; }, - $signature: 3141 + $signature: 3138 }; A.SettingsSearch_build_closure1.prototype = { call$0() { @@ -547133,7 +546452,7 @@ call$2(context, viewModel) { return new A.SettingsList(viewModel, null); }, - $signature: 3142 + $signature: 3139 }; A.SettingsListVM.prototype = {}; A.SettingsListVM_fromStore_closure.prototype = { @@ -547147,7 +546466,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 3143 + $signature: 3140 }; A.SettingsListVM_fromStore_closure2.prototype = { call$0() { @@ -547186,7 +546505,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterSettings(value)); }, - $signature: 28 + $signature: 27 }; A.SettingsScreenBuilder.prototype = { build$1(context) { @@ -547198,7 +546517,7 @@ call$2(context, vm) { return new A.SettingsScreen(null); }, - $signature: 3144 + $signature: 3141 }; A.SettingsScreenVM.prototype = {}; A.SettingsWizard.prototype = { @@ -547436,7 +546755,7 @@ var t1 = this.$this; t1.setState$1(new A._SettingsWizardState__validateSubdomain___closure0(t1)); }, - $signature: 8 + $signature: 7 }; A._SettingsWizardState__validateSubdomain___closure0.prototype = { call$0() { @@ -547580,7 +546899,7 @@ b.get$_user_model$_$this()._lastName = t1; return b; }, - $signature: 94 + $signature: 95 }; A._SettingsWizardState_build_closure.prototype = { call$1(value) { @@ -547629,7 +546948,7 @@ var t1 = this.$this; return t1.setState$1(new A._SettingsWizardState_build__closure1(t1, currency)); }, - $signature: 354 + $signature: 405 }; A._SettingsWizardState_build__closure1.prototype = { call$0() { @@ -547653,7 +546972,7 @@ t1 = null; return t1; }, - $signature: 228 + $signature: 208 }; A._SettingsWizardState_build_closure4.prototype = { call$1(language) { @@ -547666,7 +546985,7 @@ t2[0].call$1(new A.UpdateCompanyLanguage(t1)); this.context.findAncestorStateOfType$1$0(type$.AppBuilderState).rebuild$0(); }, - $signature: 48 + $signature: 49 }; A._SettingsWizardState_build__closure0.prototype = { call$0() { @@ -547690,7 +547009,7 @@ t1 = null; return t1; }, - $signature: 228 + $signature: 208 }; A._SettingsWizardState_build_closure6.prototype = { call$2(context, constraints) { @@ -547711,7 +547030,7 @@ t3 = this.state.prefState.darkModeType; return A.ToggleButtons$(_null, A._setArrayType([t2, t4, A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_Widget), _null, A.BoxConstraints$expand(40, constraints.maxWidth / 3 - 2), A._setArrayType([t3 === "system", t3 === "light", t3 === "dark"], type$.JSArray_bool), new A._SettingsWizardState_build__closure(this.store, context), true, _null, _null); }, - $signature: 739 + $signature: 649 }; A._SettingsWizardState_build__closure.prototype = { call$1(index) { @@ -547726,7 +547045,7 @@ t2[0].call$1(t1); this.context.findAncestorStateOfType$1$0(type$.AppBuilderState).rebuild$0(); }, - $signature: 78 + $signature: 74 }; A._SettingsWizardState_build_closure8.prototype = { call$1(value) { @@ -548277,7 +547596,7 @@ call$1(value) { this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaskSettingsState_build__closure4(value))); }, - $signature: 8 + $signature: 7 }; A._TaskSettingsState_build__closure4.prototype = { call$1(b) { @@ -548329,7 +547648,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaskSettingsState_build__closure0(value))); }, - $signature: 29 + $signature: 28 }; A._TaskSettingsState_build__closure0.prototype = { call$1(b) { @@ -548342,7 +547661,7 @@ call$1(value) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaskSettingsState_build__closure(value))); }, - $signature: 8 + $signature: 7 }; A._TaskSettingsState_build__closure.prototype = { call$1(b) { @@ -548356,7 +547675,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.String); }, - $signature: 39 + $signature: 40 }; A.TaskSettingsScreen.prototype = { build$1(context) { @@ -548368,7 +547687,7 @@ call$2(context, viewModel) { return new A.TaskSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3145 + $signature: 3142 }; A.TaskSettingsVM.prototype = { get$company() { @@ -548381,7 +547700,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 132 + $signature: 133 }; A.TaskSettingsVM_fromStore_closure1.prototype = { call$1(settings) { @@ -548389,7 +547708,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 205 + $signature: 196 }; A.TaskSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -548655,7 +547974,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure11(value))); }, - $signature: 577 + $signature: 441 }; A._TaxSettingsState_build__closure11.prototype = { call$1(b) { @@ -548668,7 +547987,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure10(value))); }, - $signature: 577 + $signature: 441 }; A._TaxSettingsState_build__closure10.prototype = { call$1(b) { @@ -548681,7 +548000,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure9(value))); }, - $signature: 577 + $signature: 441 }; A._TaxSettingsState_build__closure9.prototype = { call$1(b) { @@ -548694,7 +548013,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaxSettingsState_build__closure8(value))); }, - $signature: 29 + $signature: 28 }; A._TaxSettingsState_build__closure8.prototype = { call$1(b) { @@ -548758,7 +548077,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure4(value))); }, - $signature: 29 + $signature: 28 }; A._TaxSettingsState_build__closure4.prototype = { call$1(b) { @@ -548771,7 +548090,7 @@ call$1(value) { this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure3(value))); }, - $signature: 8 + $signature: 7 }; A._TaxSettingsState_build__closure3.prototype = { call$1(b) { @@ -548793,7 +548112,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, code, type$.String); }, - $signature: 39 + $signature: 40 }; A._TaxSettingsState_build_closure10.prototype = { call$1(region) { @@ -548864,14 +548183,14 @@ } return A.Column$(t12, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 3147 + $signature: 3144 }; A._TaxSettingsState_build__closure0.prototype = { call$1(value) { var _this = this; _this.viewModel.onCompanyChanged.call$1(_this.company.rebuild$1(new A._TaxSettingsState_build___closure2(_this.region, _this.taxDataRegion, value))); }, - $signature: 8 + $signature: 7 }; A._TaxSettingsState_build___closure2.prototype = { call$1(b) { @@ -548885,7 +548204,7 @@ b.get$_tax_model$_$this()._taxAll = this.value; return b; }, - $signature: 578 + $signature: 440 }; A._TaxSettingsState_build__closure.prototype = { call$1(element) { @@ -548947,7 +548266,7 @@ t6.toString; return A.Row$(A._setArrayType([t1, A.TextButton$(false, A.Text$(t6, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._TaxSettingsState_build___closure0(t5, _this.viewModel, t2, t3, subregion), _null)], t8), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 3149 + $signature: 3146 }; A._TaxSettingsState_build___closure.prototype = { call$1(value) { @@ -548973,21 +548292,21 @@ b.get$regions().$indexSet(0, _this.region, _this.taxDataRegion.rebuild$1(new A._TaxSettingsState_build______closure(_this.subregion, _this.taxDataSubregion, _this.value))); return b; }, - $signature: 842 + $signature: 798 }; A._TaxSettingsState_build______closure.prototype = { call$1(b) { b.get$subregions().$indexSet(0, this.subregion, this.taxDataSubregion.rebuild$1(new A._TaxSettingsState_build_______closure(this.value))); return b; }, - $signature: 578 + $signature: 440 }; A._TaxSettingsState_build_______closure.prototype = { call$1(b) { b.get$_tax_model$_$this()._applyTax = this.value; return b; }, - $signature: 841 + $signature: 801 }; A._TaxSettingsState_build___closure0.prototype = { call$0() { @@ -549001,7 +548320,7 @@ var _this = this; return new A._EditSubregionDialog(_this.taxDataSubregion, _this.viewModel, _this.region, _this.subregion, null); }, - $signature: 3152 + $signature: 3149 }; A.NumberOfRatesSelector.prototype = { build$1(context) { @@ -549126,7 +548445,7 @@ b.get$regions().$indexSet(0, t1._widget.region, this.taxConfigRegion.rebuild$1(new A.__EditSubregionDialogState__onDone___closure(t1, this.taxConfigSubregion))); return b; }, - $signature: 842 + $signature: 798 }; A.__EditSubregionDialogState__onDone___closure.prototype = { call$1(b) { @@ -549134,7 +548453,7 @@ b.get$subregions().$indexSet(0, t1._widget.subregion, this.taxConfigSubregion.rebuild$1(new A.__EditSubregionDialogState__onDone____closure(t1))); return b; }, - $signature: 578 + $signature: 440 }; A.__EditSubregionDialogState__onDone____closure.prototype = { call$1(b) { @@ -549147,7 +548466,7 @@ b.get$_tax_model$_$this()._reducedTaxRate = t1; return b; }, - $signature: 841 + $signature: 801 }; A.__EditSubregionDialogState_build_closure.prototype = { call$0() { @@ -549201,7 +548520,7 @@ call$2(context, viewModel) { return new A.TaxSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3153 + $signature: 3150 }; A.TaxSettingsVM.prototype = { get$company() { @@ -549214,7 +548533,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 205 + $signature: 196 }; A.TaxSettingsVM_fromStore_closure1.prototype = { call$1(company) { @@ -549222,7 +548541,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 132 + $signature: 133 }; A.TaxSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -549773,7 +549092,7 @@ return; t1.setState$1(new A._TemplatesAndRemindersState__renderTemplate__closure(t1, subject, body, email)); }, - $signature: 733 + $signature: 651 }; A._TemplatesAndRemindersState__renderTemplate__closure.prototype = { call$0() { @@ -549830,7 +549149,7 @@ return false; return true; }, - $signature: 3154 + $signature: 3151 }; A._TemplatesAndRemindersState_build_closure0.prototype = { call$1(item) { @@ -549876,14 +549195,14 @@ } return A.DropdownMenuItem$(A.Text$($name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, item, type$.EmailTemplate); }, - $signature: 3155 + $signature: 3152 }; A._TemplatesAndRemindersState_build_closure2.prototype = { call$5(enabled, days, schedule, feeAmount, feePercent) { this.$this._updateReminders = true; this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure3(enabled, days, schedule, feeAmount, feePercent))); }, - $signature: 579 + $signature: 586 }; A._TemplatesAndRemindersState_build__closure3.prototype = { call$1(b) { @@ -549902,7 +549221,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: 579 + $signature: 586 }; A._TemplatesAndRemindersState_build__closure2.prototype = { call$1(b) { @@ -549921,7 +549240,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: 579 + $signature: 586 }; A._TemplatesAndRemindersState_build__closure1.prototype = { call$1(b) { @@ -549940,7 +549259,7 @@ this.$this._updateReminders = true; this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure0(value))); }, - $signature: 108 + $signature: 107 }; A._TemplatesAndRemindersState_build__closure0.prototype = { call$1(b) { @@ -549954,7 +549273,7 @@ this.$this._updateReminders = true; this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure(value))); }, - $signature: 8 + $signature: 7 }; A._TemplatesAndRemindersState_build__closure.prototype = { call$1(b) { @@ -549968,7 +549287,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$.String), type$.MapEntry_of_String_and_DropdownMenuItem_String); }, - $signature: 575 + $signature: 448 }; A._TemplatesAndRemindersState_build_closure8.prototype = { call$0() { @@ -550134,7 +549453,7 @@ t1._templates_and_reminders$_schedule = value; t1._templates_and_reminders$_onChanged$0(); }, - $signature: 8 + $signature: 7 }; A._ReminderSettingsState_build_closure0.prototype = { call$1(value) { @@ -550142,7 +549461,7 @@ t1._templates_and_reminders$_enabled = value; t1._templates_and_reminders$_onChanged$0(); }, - $signature: 108 + $signature: 107 }; A.EmailPreview.prototype = { build$1(context) { @@ -550182,7 +549501,7 @@ call$2(context, viewModel) { return new A.TemplatesAndReminders(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3157 + $signature: 3154 }; A.TemplatesAndRemindersVM.prototype = {}; A.TemplatesAndRemindersVM_fromStore_closure0.prototype = { @@ -550191,7 +549510,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 205 + $signature: 196 }; A.TemplatesAndRemindersVM_fromStore_closure.prototype = { call$1(template) { @@ -550199,7 +549518,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettingsTemplate(template)); }, - $signature: 3158 + $signature: 3155 }; A.TemplatesAndRemindersVM_fromStore_closure1.prototype = { call$2(context, updateReminders) { @@ -550218,7 +549537,7 @@ } new A.TemplatesAndRemindersVM_fromStore__closure(updateReminders, t1, this.store, context).call$0(); }, - $signature: 219 + $signature: 233 }; A.TemplatesAndRemindersVM_fromStore__closure.prototype = { call$0() { @@ -550311,7 +549630,7 @@ call$1(value) { A.Timer_Timer(A.Duration$(0, 0, 0, 0, 0, 2), new A.TemplatesAndRemindersVM_fromStore_____closure(this.store)); }, - $signature: 8 + $signature: 7 }; A.TemplatesAndRemindersVM_fromStore_____closure.prototype = { call$0() { @@ -550328,25 +549647,25 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.StopSaving()); }, - $signature: 8 + $signature: 7 }; A.TemplatesAndRemindersVM_fromStore___closure0.prototype = { call$1(_) { return this.callback.call$0(); }, - $signature: 839 + $signature: 804 }; A.TemplatesAndRemindersVM_fromStore___closure1.prototype = { call$1(value) { return this.callback.call$0(); }, - $signature: 3160 + $signature: 3157 }; A.TemplatesAndRemindersVM_fromStore___closure2.prototype = { call$1(value) { return this.callback.call$0(); }, - $signature: 3161 + $signature: 3158 }; A.UserDetails.prototype = { createState$0() { @@ -550731,7 +550050,7 @@ b.get$_user_model$_$this()._password = t1; return b; }, - $signature: 94 + $signature: 95 }; A._UserDetailsState__onChanged_closure0.prototype = { call$0() { @@ -551014,19 +550333,19 @@ call$1(context) { return new A._EnableTwoFactor(this.viewModel.state, null); }, - $signature: 838 + $signature: 808 }; A._UserDetailsState_build__closure7.prototype = { call$1(context) { return new A._EnableTwoFactor(this.viewModel.state, null); }, - $signature: 838 + $signature: 808 }; A._UserDetailsState_build_closure8.prototype = { call$1(value) { this.$this._widget.viewModel.onChanged.call$1(this.user.rebuild$1(new A._UserDetailsState_build__closure4(value))); }, - $signature: 28 + $signature: 27 }; A._UserDetailsState_build__closure4.prototype = { call$1(b) { @@ -551037,13 +550356,13 @@ t1.get$_company_model$_$this()._accentColor = t2; return b; }, - $signature: 94 + $signature: 95 }; A._UserDetailsState_build_closure9.prototype = { call$1(language) { return this.viewModel.onChanged.call$1(this.user.rebuild$1(new A._UserDetailsState_build__closure3(language))); }, - $signature: 61 + $signature: 62 }; A._UserDetailsState_build__closure3.prototype = { call$1(b) { @@ -551054,66 +550373,66 @@ b.get$_user_model$_$this()._languageId = t1; return b; }, - $signature: 94 + $signature: 95 }; A._UserDetailsState_build_closure11.prototype = { call$1(value) { this.$this._widget.viewModel.onChanged.call$1(this.user.rebuild$1(new A._UserDetailsState_build__closure2(value))); }, - $signature: 8 + $signature: 7 }; A._UserDetailsState_build__closure2.prototype = { call$1(b) { b.get$userCompany().get$settings().get$_company_model$_$this()._numberYearsActive = this.value; return b; }, - $signature: 94 + $signature: 95 }; A._UserDetailsState_build_closure10.prototype = { call$1(value) { var _null = null; return A.DropdownMenuItem$(A.Text$("" + value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.int); }, - $signature: 180 + $signature: 176 }; A._UserDetailsState_build_closure12.prototype = { call$1(value) { this.$this._widget.viewModel.onChanged.call$1(this.user.rebuild$1(new A._UserDetailsState_build__closure1(value))); }, - $signature: 108 + $signature: 107 }; A._UserDetailsState_build__closure1.prototype = { call$1(b) { b.get$userCompany().get$settings().get$_company_model$_$this()._includeDeletedClients = this.value; return b; }, - $signature: 94 + $signature: 95 }; A._UserDetailsState_build_closure13.prototype = { call$1(value) { this.$this._widget.viewModel.onChanged.call$1(this.user.rebuild$1(new A._UserDetailsState_build__closure0(value))); }, - $signature: 108 + $signature: 107 }; A._UserDetailsState_build__closure0.prototype = { call$1(b) { b.get$_user_model$_$this()._userLoggedInNotification = this.value; return b; }, - $signature: 94 + $signature: 95 }; A._UserDetailsState_build_closure14.prototype = { call$2(channel, options) { this.viewModel.onChanged.call$1(this.user.rebuild$1(new A._UserDetailsState_build__closure(channel, options))); }, - $signature: 837 + $signature: 809 }; A._UserDetailsState_build__closure.prototype = { call$1(b) { b.get$userCompany().get$notifications().$indexSet(0, this.channel, A.BuiltList_BuiltList$from(this.options, type$.String)); return b; }, - $signature: 94 + $signature: 95 }; A._EnableTwoFactor.prototype = { createState$0() { @@ -551199,7 +550518,7 @@ var t1 = this.$this; t1.setState$1(new A._EnableTwoFactorState_initState__closure(t1, $.$get$serializers().deserializeWith$1$2($.$get$_$userTwoFactorResponseSerializer(), data, type$.UserTwoFactorResponse))); }, - $signature: 8 + $signature: 7 }; A._EnableTwoFactorState_initState__closure.prototype = { call$0() { @@ -551219,7 +550538,7 @@ A.Navigator_of(t1, false).pop$0(); A.showErrorDialog(false, error); }, - $signature: 8 + $signature: 7 }; A._EnableTwoFactorState__onSavePressed_closure.prototype = { call$0() { @@ -551255,7 +550574,7 @@ t1.toString; A.Navigator_of(t1, false).pop$0(); }, - $signature: 8 + $signature: 7 }; A._EnableTwoFactorState__onSavePressed__closure0.prototype = { call$0() { @@ -551350,7 +550669,7 @@ t1 = state.uiState; return new A.UserDetails(viewModel, new A.ValueKey(t1.settingsUIState.updatedAt + state.userCompanyStates._list$_list[t1.selectedCompanyIndex].userCompany.user.updatedAt, type$.ValueKey_int)); }, - $signature: 3164 + $signature: 3161 }; A.UserDetailsVM.prototype = { get$user(receiver) { @@ -551363,7 +550682,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateUserSettings(user)); }, - $signature: 3165 + $signature: 3162 }; A.UserDetailsVM_fromStore_closure5.prototype = { call$1(context) { @@ -551376,7 +550695,7 @@ var t1 = this.context; A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure2(t1, this.store, this.state), t1, false); }, - $signature: 28 + $signature: 27 }; A.UserDetailsVM_fromStore___closure2.prototype = { call$2(password, idToken) { @@ -551414,7 +550733,7 @@ var t1 = this.context; A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure1(t1, this.store, this.state), t1, false); }, - $signature: 28 + $signature: 27 }; A.UserDetailsVM_fromStore___closure1.prototype = { call$2(password, idToken) { @@ -551450,7 +550769,7 @@ call$1(_) { A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure0(this.store, this.completer), this.context, false); }, - $signature: 28 + $signature: 27 }; A.UserDetailsVM_fromStore___closure0.prototype = { call$2(password, idToken) { @@ -551482,7 +550801,7 @@ var t1 = this.context; A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure6(t1, this.store, this.state), t1, true); }, - $signature: 28 + $signature: 27 }; A.UserDetailsVM_fromStore___closure6.prototype = { call$2(password, idToken) { @@ -551586,7 +550905,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 580 + $signature: 565 }; A.UserDetailsVM_fromStore___closure7.prototype = { call$2(idToken, accessToken) { @@ -551606,7 +550925,7 @@ t1[0].call$1(new A.ConnecOAuthUserRequest(_this.completer, "google", _this.password, idToken, accessToken)); } }, - $signature: 182 + $signature: 185 }; A.UserDetailsVM_fromStore_closure4.prototype = { call$1(context) { @@ -551630,7 +550949,7 @@ var t1 = this.context; A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure3(t1, this.store, this.state), t1, false); }, - $signature: 28 + $signature: 27 }; A.UserDetailsVM_fromStore___closure3.prototype = { call$2(password, idToken) { @@ -551679,7 +550998,7 @@ var t1 = this.context; A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure(t1, this.store, this.state), t1, true); }, - $signature: 28 + $signature: 27 }; A.UserDetailsVM_fromStore___closure.prototype = { call$2(password, idToken) { @@ -551753,7 +551072,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 580 + $signature: 565 }; A.UserDetailsVM_fromStore___closure4.prototype = { call$2(idToken, accessToken) { @@ -551761,13 +551080,13 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.ConnecOAuthUserRequest(this.completer, "microsoft", this.password, idToken, accessToken)); }, - $signature: 182 + $signature: 185 }; A.UserDetailsVM_fromStore___closure5.prototype = { call$1(error) { A.showErrorDialog(false, error); }, - $signature: 8 + $signature: 7 }; A.UserDetailsVM_fromStore_closure0.prototype = { call$1(context) { @@ -551870,13 +551189,13 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 839 + $signature: 804 }; A.UserDetailsVM_fromStore____closure1.prototype = { call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_Widget), null); }, - $signature: 175 + $signature: 179 }; A.UserDetailsVM_fromStore____closure2.prototype = { call$1(value) { @@ -551888,7 +551207,7 @@ call$1(_) { A.passwordCallback(false, new A.UserDetailsVM_fromStore____closure0(this.store, this.completer), this.context, false); }, - $signature: 28 + $signature: 27 }; A.UserDetailsVM_fromStore____closure0.prototype = { call$2(password, idToken) { @@ -552039,7 +551358,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._WorkflowSettingsState_build__closure5(value))); }, - $signature: 29 + $signature: 28 }; A._WorkflowSettingsState_build__closure5.prototype = { call$1(b) { @@ -552052,7 +551371,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._WorkflowSettingsState_build__closure4(value))); }, - $signature: 29 + $signature: 28 }; A._WorkflowSettingsState_build__closure4.prototype = { call$1(b) { @@ -552065,7 +551384,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._WorkflowSettingsState_build__closure3(value))); }, - $signature: 29 + $signature: 28 }; A._WorkflowSettingsState_build__closure3.prototype = { call$1(b) { @@ -552078,7 +551397,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._WorkflowSettingsState_build__closure2(value))); }, - $signature: 29 + $signature: 28 }; A._WorkflowSettingsState_build__closure2.prototype = { call$1(b) { @@ -552105,13 +551424,13 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(option), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, option, type$.String); }, - $signature: 39 + $signature: 40 }; A._WorkflowSettingsState_build_closure5.prototype = { call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._WorkflowSettingsState_build__closure0(value))); }, - $signature: 29 + $signature: 28 }; A._WorkflowSettingsState_build__closure0.prototype = { call$1(b) { @@ -552124,7 +551443,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._WorkflowSettingsState_build__closure(value))); }, - $signature: 29 + $signature: 28 }; A._WorkflowSettingsState_build__closure.prototype = { call$1(b) { @@ -552158,7 +551477,7 @@ call$2(context, viewModel) { return new A.WorkflowSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3167 + $signature: 3164 }; A.WorkflowSettingsVM.prototype = { get$company() { @@ -552171,7 +551490,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 205 + $signature: 196 }; A.WorkflowSettingsVM_fromStore_closure1.prototype = { call$1(company) { @@ -552179,7 +551498,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 132 + $signature: 133 }; A.WorkflowSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -552683,7 +552002,7 @@ t3.get$_subscription_model$_$this()._postPurchaseUrl = t1; return b; }, - $signature: 74 + $signature: 72 }; A._SubscriptionEditState__onChanged_closure0.prototype = { call$0() { @@ -552695,7 +552014,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._SubscriptionEditState_build_closure.prototype = { call$1(groupId) { @@ -552708,7 +552027,7 @@ b.get$_subscription_model$_$this()._subscription_model$_groupId = this.groupId; return b; }, - $signature: 74 + $signature: 72 }; A._SubscriptionEditState_build_closure0.prototype = { call$1(userId) { @@ -552721,7 +552040,7 @@ b.get$_subscription_model$_$this()._subscription_model$_assignedUserId = this.userId; return b; }, - $signature: 74 + $signature: 72 }; A._SubscriptionEditState_build_closure1.prototype = { call$1(value) { @@ -552732,7 +552051,7 @@ $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._SubscriptionEditState_build__closure28(this.context)); } }, - $signature: 48 + $signature: 49 }; A._SubscriptionEditState_build__closure27.prototype = { call$1(b) { @@ -552743,7 +552062,7 @@ b.get$_subscription_model$_$this()._productIds = t1; return b; }, - $signature: 74 + $signature: 72 }; A._SubscriptionEditState_build___closure7.prototype = { call$1(part) { @@ -552769,7 +552088,7 @@ t1 = this.state; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, A.Text$(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].productState.$get$1(0, productId).productKey, _null, _null, _null, _null, _null, _null, _null, _null, _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null, _null), _null, new A._SubscriptionEditState_build__closure26(this.subscription, productId, this.viewModel), _null, _null, _null, _null, _null), _null); }, - $signature: 225 + $signature: 224 }; A._SubscriptionEditState_build__closure26.prototype = { call$0() { @@ -552786,7 +552105,7 @@ b.get$_subscription_model$_$this()._productIds = t1; return b; }, - $signature: 74 + $signature: 72 }; A._SubscriptionEditState_build_closure4.prototype = { call$1(value) { @@ -552794,7 +552113,7 @@ this.viewModel.onChanged.call$1(t1.rebuild$1(new A._SubscriptionEditState_build__closure24(A._setArrayType(t1.recurringProductIds.split(","), type$.JSArray_String), value))); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._SubscriptionEditState_build__closure25(this.context)); }, - $signature: 48 + $signature: 49 }; A._SubscriptionEditState_build__closure24.prototype = { call$1(b) { @@ -552805,7 +552124,7 @@ b.get$_subscription_model$_$this()._recurringProductIds = t1; return b; }, - $signature: 74 + $signature: 72 }; A._SubscriptionEditState_build___closure5.prototype = { call$1(part) { @@ -552831,7 +552150,7 @@ t1 = this.state; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, A.Text$(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].productState.$get$1(0, productId).productKey, _null, _null, _null, _null, _null, _null, _null, _null, _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null, _null), _null, new A._SubscriptionEditState_build__closure23(this.subscription, productId, this.viewModel), _null, _null, _null, _null, _null), _null); }, - $signature: 225 + $signature: 224 }; A._SubscriptionEditState_build__closure23.prototype = { call$0() { @@ -552848,7 +552167,7 @@ b.get$_subscription_model$_$this()._recurringProductIds = t1; return b; }, - $signature: 74 + $signature: 72 }; A._SubscriptionEditState_build_closure7.prototype = { call$1(value) { @@ -552859,7 +552178,7 @@ $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._SubscriptionEditState_build__closure22(this.context)); } }, - $signature: 48 + $signature: 49 }; A._SubscriptionEditState_build__closure21.prototype = { call$1(b) { @@ -552870,7 +552189,7 @@ b.get$_subscription_model$_$this()._optionalProductIds = t1; return b; }, - $signature: 74 + $signature: 72 }; A._SubscriptionEditState_build___closure3.prototype = { call$1(part) { @@ -552896,7 +552215,7 @@ t1 = this.state; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, A.Text$(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].productState.$get$1(0, productId).productKey, _null, _null, _null, _null, _null, _null, _null, _null, _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null, _null), _null, new A._SubscriptionEditState_build__closure20(this.subscription, productId, this.viewModel), _null, _null, _null, _null, _null), _null); }, - $signature: 225 + $signature: 224 }; A._SubscriptionEditState_build__closure20.prototype = { call$0() { @@ -552913,7 +552232,7 @@ b.get$_subscription_model$_$this()._optionalProductIds = t1; return b; }, - $signature: 74 + $signature: 72 }; A._SubscriptionEditState_build_closure10.prototype = { call$1(value) { @@ -552924,7 +552243,7 @@ $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._SubscriptionEditState_build__closure19(this.context)); } }, - $signature: 48 + $signature: 49 }; A._SubscriptionEditState_build__closure18.prototype = { call$1(b) { @@ -552935,7 +552254,7 @@ b.get$_subscription_model$_$this()._optionalRecurringProductIds = t1; return b; }, - $signature: 74 + $signature: 72 }; A._SubscriptionEditState_build___closure1.prototype = { call$1(part) { @@ -552961,7 +552280,7 @@ t1 = this.state; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, A.Text$(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].productState.$get$1(0, productId).productKey, _null, _null, _null, _null, _null, _null, _null, _null, _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null, _null), _null, new A._SubscriptionEditState_build__closure17(this.subscription, productId, this.viewModel), _null, _null, _null, _null, _null), _null); }, - $signature: 225 + $signature: 224 }; A._SubscriptionEditState_build__closure17.prototype = { call$0() { @@ -552978,27 +552297,27 @@ b.get$_subscription_model$_$this()._optionalRecurringProductIds = t1; return b; }, - $signature: 74 + $signature: 72 }; A._SubscriptionEditState_build_closure14.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure16(value))); }, - $signature: 8 + $signature: 7 }; A._SubscriptionEditState_build__closure16.prototype = { call$1(b) { b.get$_subscription_model$_$this()._subscription_model$_frequencyId = this.value; return b; }, - $signature: 74 + $signature: 72 }; A._SubscriptionEditState_build_closure13.prototype = { call$1(entry) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, entry.key, type$.String); }, - $signature: 303 + $signature: 267 }; A._SubscriptionEditState_build_closure16.prototype = { call$1(value) { @@ -553011,105 +552330,105 @@ b.get$_subscription_model$_$this()._subscription_model$_autoBill = this.value; return b; }, - $signature: 74 + $signature: 72 }; A._SubscriptionEditState_build_closure17.prototype = { call$1(context) { var t1 = type$.MappedListIterable_String_Text; return A.List_List$of(new A.MappedListIterable(A._setArrayType(["", "always", "optout", "optin", "off"], type$.JSArray_String), new A._SubscriptionEditState_build__closure14(this.localization), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 309 + $signature: 312 }; A._SubscriptionEditState_build__closure14.prototype = { call$1(type) { var _null = null; return A.Text$(this.localization.lookup$1(type), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 310 + $signature: 313 }; A._SubscriptionEditState_build_closure15.prototype = { call$1(value) { return A.DropdownMenuItem$(new A.AutobillDropdownMenuItem(value, null), null, value, type$.String); }, - $signature: 39 + $signature: 40 }; A._SubscriptionEditState_build_closure18.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure13(value))); }, - $signature: 29 + $signature: 28 }; A._SubscriptionEditState_build__closure13.prototype = { call$1(b) { b.get$_subscription_model$_$this()._subscription_model$_isAmountDiscount = this.value; return b; }, - $signature: 74 + $signature: 72 }; A._SubscriptionEditState_build_closure19.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure12(value))); }, - $signature: 29 + $signature: 28 }; A._SubscriptionEditState_build__closure12.prototype = { call$1(b) { b.get$_subscription_model$_$this()._registrationRequired = this.value; return b; }, - $signature: 74 + $signature: 72 }; A._SubscriptionEditState_build_closure20.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure11(value))); }, - $signature: 29 + $signature: 28 }; A._SubscriptionEditState_build__closure11.prototype = { call$1(b) { b.get$_subscription_model$_$this()._useInventoryManagement = this.value; return b; }, - $signature: 74 + $signature: 72 }; A._SubscriptionEditState_build_closure21.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure10(value))); }, - $signature: 29 + $signature: 28 }; A._SubscriptionEditState_build__closure10.prototype = { call$1(b) { b.get$_subscription_model$_$this()._allowQueryOverrides = this.value; return b; }, - $signature: 74 + $signature: 72 }; A._SubscriptionEditState_build_closure22.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure9(value))); }, - $signature: 29 + $signature: 28 }; A._SubscriptionEditState_build__closure9.prototype = { call$1(b) { b.get$_subscription_model$_$this()._allowPlanChanges = this.value; return b; }, - $signature: 74 + $signature: 72 }; A._SubscriptionEditState_build_closure23.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure8(value))); }, - $signature: 29 + $signature: 28 }; A._SubscriptionEditState_build__closure8.prototype = { call$1(b) { b.get$_subscription_model$_$this()._allowCancellation = this.value; return b; }, - $signature: 74 + $signature: 72 }; A._SubscriptionEditState_build_closure24.prototype = { call$1(value) { @@ -553122,19 +552441,19 @@ b.get$_subscription_model$_$this()._refundPeriod = this.value; return b; }, - $signature: 74 + $signature: 72 }; A._SubscriptionEditState_build_closure25.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure6(value))); }, - $signature: 29 + $signature: 28 }; A._SubscriptionEditState_build__closure6.prototype = { call$1(b) { return b.get$_subscription_model$_$this()._trialEnabled = this.value; }, - $signature: 832 + $signature: 810 }; A._SubscriptionEditState_build_closure26.prototype = { call$1(value) { @@ -553147,19 +552466,19 @@ b.get$_subscription_model$_$this()._trialDuration = this.value; return b; }, - $signature: 74 + $signature: 72 }; A._SubscriptionEditState_build_closure27.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure4(value))); }, - $signature: 29 + $signature: 28 }; A._SubscriptionEditState_build__closure4.prototype = { call$1(b) { return b.get$_subscription_model$_$this()._perSeatEnabled = this.value; }, - $signature: 832 + $signature: 810 }; A._SubscriptionEditState_build_closure28.prototype = { call$1(value) { @@ -553172,7 +552491,7 @@ b.get$webhookConfiguration().get$_subscription_model$_$this()._postPurchaseRestMethod = this.value; return b; }, - $signature: 74 + $signature: 72 }; A._SubscriptionEditState_build_closure29.prototype = { call$1(value) { @@ -553214,7 +552533,7 @@ b.get$webhookConfiguration().get$postPurchaseHeaders().$indexSet(0, this.key, this.value); return b; }, - $signature: 74 + $signature: 72 }; A._SubscriptionEditState_build_closure32.prototype = { call$1(key) { @@ -553230,7 +552549,7 @@ t3.toString; return A.ListTile$(false, B.EdgeInsets_0_0_0_0, _null, _null, true, _null, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, t2, A.IconButton$(_null, _null, _null, _null, t1, _null, new A._SubscriptionEditState_build__closure(_this.viewModel, _this.subscription, key), _null, _null, _null, t3, _null), _null); }, - $signature: 225 + $signature: 224 }; A._SubscriptionEditState_build__closure.prototype = { call$0() { @@ -553243,7 +552562,7 @@ b.get$webhookConfiguration().get$postPurchaseHeaders().get$_safeMap().remove$1(0, this.key); return b; }, - $signature: 74 + $signature: 72 }; A.__SubscriptionEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -553270,13 +552589,13 @@ call$1(store) { return A.SubscriptionEditVM_SubscriptionEditVM$fromStore(store); }, - $signature: 3170 + $signature: 3167 }; A.SubscriptionEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.SubscriptionEdit(viewModel, new A.ValueKey(viewModel.subscription.updatedAt, type$.ValueKey_int)); }, - $signature: 3171 + $signature: 3168 }; A.SubscriptionEditVM.prototype = { get$subscription() { @@ -553292,7 +552611,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSubscription(subscription)); }, - $signature: 351 + $signature: 403 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -553348,7 +552667,7 @@ t5[0].call$1(new A.SaveSubscriptionRequest(new A._AsyncCompleter(t3, type$._AsyncCompleter_SubscriptionEntity), t2)); return t3.then$1$1(0, new A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure0(t2, t4, this.state, t1, $navigator), type$.Null).catchError$1(new A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1()); }, - $signature: 129 + $signature: 130 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure.prototype = { call$1(context) { @@ -553409,7 +552728,7 @@ } else A.viewEntity(false, savedSubscription, null, true); }, - $signature: 351 + $signature: 403 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -553485,7 +552804,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.subscriptionList, B.EntityType_paymentLink, new A.SubscriptionListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.SubscriptionPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3172 + $signature: 3169 }; A.SubscriptionListBuilder_build__closure.prototype = { call$2(context, index) { @@ -553502,7 +552821,7 @@ t3 = false; return new A.SubscriptionListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 3173 + $signature: 3170 }; A.SubscriptionListVM.prototype = {}; A.SubscriptionListVM_fromStore__handleRefresh.prototype = { @@ -553588,7 +552907,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterSubscriptions(value)); }, - $signature: 28 + $signature: 27 }; A.SubscriptionScreen_build_closure8.prototype = { call$2(state, value) { @@ -553596,7 +552915,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterSubscriptionsByState(state)); }, - $signature: 66 + $signature: 67 }; A.SubscriptionScreen_build_closure9.prototype = { call$0() { @@ -553629,7 +552948,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterSubscriptionsByState(state)); }, - $signature: 62 + $signature: 61 }; A.SubscriptionScreen_build_closure.prototype = { call$0() { @@ -553696,7 +553015,7 @@ call$2(context, vm) { return new A.SubscriptionScreen(vm, null); }, - $signature: 3174 + $signature: 3171 }; A.SubscriptionScreenVM.prototype = {}; A.SubscriptionView.prototype = { @@ -553808,13 +553127,13 @@ call$1(store) { return A.SubscriptionViewVM_SubscriptionViewVM$fromStore(store); }, - $signature: 3175 + $signature: 3172 }; A.SubscriptionViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.SubscriptionView(vm, this.$this.isFilter, null); }, - $signature: 3176 + $signature: 3173 }; A.SubscriptionViewVM.prototype = { get$subscription() { @@ -554068,7 +553387,7 @@ if (!B.JSString_methods.contains$1(t1, "failed")) window.location.reload(); }, - $signature: 8 + $signature: 7 }; A._UpdateDialogState_updateApp___closure0.prototype = { call$0() { @@ -554086,7 +553405,7 @@ t1 = this.$this; t1.setState$1(new A._UpdateDialogState_updateApp___closure(t1)); }, - $signature: 8 + $signature: 7 }; A._UpdateDialogState_updateApp___closure.prototype = { call$0() { @@ -554204,7 +553523,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._TaskEditState_build_closure2.prototype = { call$2(context, action) { @@ -554213,7 +553532,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 3177 + $signature: 3174 }; A._TaskEditState_build_closure0.prototype = { call$2(context, action) { @@ -554559,20 +553878,20 @@ call$1(taskTime) { return taskTime.get$isEmpty(taskTime); }, - $signature: 215 + $signature: 206 }; A._TaskEditDesktopState_build_closure0.prototype = { call$1(b) { b.get$_task_model$_$this()._task_model$_startDate = null; return b; }, - $signature: 238 + $signature: 245 }; A._TaskEditDesktopState_build_closure2.prototype = { call$1(client) { this.viewModel.onChanged.call$1(this.task.rebuild$1(new A._TaskEditDesktopState_build__closure10(client))); }, - $signature: 48 + $signature: 49 }; A._TaskEditDesktopState_build__closure10.prototype = { call$1(b) { @@ -554590,7 +553909,7 @@ call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 208 + $signature: 213 }; A._TaskEditDesktopState_build_closure3.prototype = { call$1(selectedId) { @@ -554617,7 +553936,7 @@ call$1(completer) { this.viewModel.onAddProjectPressed.call$2(this.context, completer); }, - $signature: 208 + $signature: 213 }; A._TaskEditDesktopState_build_closure5.prototype = { call$1(userId) { @@ -554783,7 +554102,7 @@ t3.push(A.IconButton$(_null, _null, _null, _null, t5, _null, t1.get$isEmpty(t1) ? _null : new A._TaskEditDesktopState_build__closure6(t2, _this.context, t12, index), _null, _null, _null, t4, _null)); return A.Row$(t3, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 3178 + $signature: 3175 }; A._TaskEditDesktopState_build__closure.prototype = { call$2(date, _) { @@ -554811,7 +554130,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build___closure5(t1)); }, - $signature: 431 + $signature: 382 }; A._TaskEditDesktopState_build___closure5.prototype = { call$0() { @@ -554845,7 +554164,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build___closure3(t1)); }, - $signature: 431 + $signature: 382 }; A._TaskEditDesktopState_build___closure3.prototype = { call$0() { @@ -554861,7 +554180,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build___closure2(t1)); }, - $signature: 831 + $signature: 812 }; A._TaskEditDesktopState_build___closure2.prototype = { call$0() { @@ -554880,7 +554199,7 @@ b.get$_task_model$_$this()._description = this.value; return b; }, - $signature: 238 + $signature: 245 }; A._TaskEditDesktopState_build__closure5.prototype = { call$0() { @@ -554894,7 +554213,7 @@ b.get$_task_model$_$this()._isBillable = !this.taskTime.isBillable; return b; }, - $signature: 238 + $signature: 245 }; A._TaskEditDesktopState_build__closure6.prototype = { call$0() { @@ -554910,7 +554229,7 @@ t1 = this.$this; t1.setState$1(new A._TaskEditDesktopState_build____closure(t1)); }, - $signature: 28 + $signature: 27 }; A._TaskEditDesktopState_build____closure.prototype = { call$0() { @@ -555088,7 +554407,7 @@ call$1(client) { this.viewModel.onChanged.call$1(this.task.rebuild$1(new A._TaskEditDetailsState_build__closure2(client))); }, - $signature: 48 + $signature: 49 }; A._TaskEditDetailsState_build__closure2.prototype = { call$1(b) { @@ -555106,7 +554425,7 @@ call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 208 + $signature: 213 }; A._TaskEditDetailsState_build_closure1.prototype = { call$1(selectedId) { @@ -555133,7 +554452,7 @@ call$1(completer) { this.viewModel.onAddProjectPressed.call$2(this.context, completer); }, - $signature: 208 + $signature: 213 }; A._TaskEditDetailsState_build_closure3.prototype = { call$1(userId) { @@ -555175,7 +554494,7 @@ call$1(store) { return A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore(store); }, - $signature: 3181 + $signature: 3178 }; A.TaskEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -555184,7 +554503,7 @@ else return new A.TaskEditDetails(viewModel, null); }, - $signature: 3182 + $signature: 3179 }; A.TaskEditDetailsVM.prototype = { get$task() { @@ -555200,7 +554519,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTask(task)); }, - $signature: 262 + $signature: 260 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0.prototype = { call$2(context, completer) { @@ -555213,7 +554532,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, _null, true); completer.future.then$1$1(0, new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3(t3), t4); }, - $signature: 120 + $signature: 122 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure2.prototype = { call$1(_) { @@ -555243,7 +554562,7 @@ t2[0].call$1(new A.UpdateTaskTime(index, taskTime)); } }, - $signature: 3183 + $signature: 3180 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure3.prototype = { call$1(index) { @@ -555264,14 +554583,14 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, _null, true); completer.future.then$1$1(0, new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1(t3), t4); }, - $signature: 120 + $signature: 122 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure.prototype = { call$1(b) { b.get$_project_model$_$this()._project_model$_clientId = this.task.clientId; return b; }, - $signature: 200 + $signature: 202 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure0.prototype = { call$1(_) { @@ -555344,14 +554663,14 @@ t1 = this.taskTime; return new A.TimeEditDetails(B.JSArray_methods.indexOf$1(taskTimes, B.JSArray_methods.firstWhere$1(taskTimes, new A._TaskEditTimesState__showTaskTimeEditor__closure(t1))), t1, viewModel, null); }, - $signature: 3184 + $signature: 3181 }; A._TaskEditTimesState__showTaskTimeEditor__closure.prototype = { call$1(time) { var t1 = this.taskTime; return J.$eq$(time.startDate, t1.startDate) && J.$eq$(time.endDate, t1.endDate); }, - $signature: 215 + $signature: 206 }; A._TaskEditTimesState_build_closure.prototype = { call$1(duration) { @@ -555496,7 +554815,7 @@ t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure5(t1, timeOfDay, this.viewModel)); }, - $signature: 431 + $signature: 382 }; A.TimeEditDetailsState_build__closure5.prototype = { call$0() { @@ -555530,7 +554849,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure3(t1, timeOfDay, this.viewModel)); }, - $signature: 431 + $signature: 382 }; A.TimeEditDetailsState_build__closure3.prototype = { call$0() { @@ -555551,7 +554870,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure2(t1, duration, this.viewModel)); }, - $signature: 831 + $signature: 812 }; A.TimeEditDetailsState_build__closure2.prototype = { call$0() { @@ -555577,7 +554896,7 @@ b.get$_task_model$_$this()._description = this.value; return b; }, - $signature: 238 + $signature: 245 }; A.TimeEditDetailsState_build_closure5.prototype = { call$1(value) { @@ -555594,7 +554913,7 @@ b.get$_task_model$_$this()._isBillable = this.value; return b; }, - $signature: 238 + $signature: 245 }; A.TimeEditDetailsState_build__closure0.prototype = { call$0() { @@ -555626,13 +554945,13 @@ call$1(store) { return A.TaskEditTimesVM_TaskEditTimesVM$fromStore(store); }, - $signature: 3185 + $signature: 3182 }; A.TaskEditTimesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TaskEditTimes(viewModel, null); }, - $signature: 3186 + $signature: 3183 }; A.TaskEditTimesVM.prototype = { get$company() { @@ -555648,7 +554967,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.DeleteTaskTime(index)); }, - $signature: 401 + $signature: 384 }; A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0.prototype = { call$0() { @@ -555664,7 +554983,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTaskTime(index, taskTime)); }, - $signature: 3187 + $signature: 3184 }; A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure2.prototype = { call$0() { @@ -555684,13 +555003,13 @@ call$1(store) { return A.TaskEditVM_TaskEditVM$fromStore(store); }, - $signature: 3188 + $signature: 3185 }; A.TaskEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TaskEdit(viewModel, new A.ValueKey(viewModel.task.updatedAt, type$.ValueKey_int)); }, - $signature: 3189 + $signature: 3186 }; A.TaskEditVM.prototype = { get$task() { @@ -555735,7 +555054,7 @@ call$1(time) { return time.endDate == null; }, - $signature: 215 + $signature: 206 }; A.TaskEditVM_TaskEditVM$fromStore_closure.prototype = { call$2(context, action) { @@ -555749,7 +555068,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 190 + $signature: 193 }; A.TaskEditVM_TaskEditVM$fromStore__closure0.prototype = { call$0() { @@ -555790,7 +555109,7 @@ return t3.then$1$1(0, new A.TaskEditVM_TaskEditVM$fromStore___closure0(task, t4, origTask, t1, t2, $navigator, t5), type$.Null).catchError$1(new A.TaskEditVM_TaskEditVM$fromStore___closure1()); } }, - $signature: 129 + $signature: 130 }; A.TaskEditVM_TaskEditVM$fromStore___closure.prototype = { call$1(context) { @@ -555859,7 +555178,7 @@ A.viewEntity(false, savedTask, _null, true); } }, - $signature: 262 + $signature: 260 }; A.TaskEditVM_TaskEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -556047,7 +555366,7 @@ var t1 = this.$this; t1.setState$1(new A._KanbanTaskCardState_build___closure(t1)); }, - $signature: 262 + $signature: 260 }; A._KanbanTaskCardState_build___closure.prototype = { call$0() { @@ -556063,7 +555382,7 @@ t1.setState$1(new A._KanbanTaskCardState_build__closure(t1)); } }, - $signature: 375 + $signature: 392 }; A._KanbanTaskCardState_build__closure.prototype = { call$0() { @@ -556137,14 +555456,14 @@ t2 = type$.MappedListIterable_of_String_and_PopupMenuItem_String; return A.List_List$of(new A.MappedListIterable(A._setArrayType([t4, t3, this.startLabel], type$.JSArray_String), new A._KanbanTaskCardState_build__closure2(t1), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 690 + $signature: 719 }; A._KanbanTaskCardState_build__closure2.prototype = { call$1(value) { var _null = null; return A.PopupMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.String); }, - $signature: 689 + $signature: 720 }; A._KanbanTaskCardState_build_closure7.prototype = { call$1(value) { @@ -556264,7 +555583,7 @@ var t1 = this.$this; t1.setState$1(new A._KanbanStatusCardState__onSavePressed__closure(t1)); }, - $signature: 282 + $signature: 302 }; A._KanbanStatusCardState__onSavePressed__closure.prototype = { call$0() { @@ -556393,7 +555712,7 @@ t1.toString; J.sort$1$ax(t1, new A.KanbanViewState__initBoard__closure(this.state)); }, - $signature: 3190 + $signature: 3187 }; A.KanbanViewState__initBoard__closure.prototype = { call$2(taskIdA, taskIdB) { @@ -556458,7 +555777,7 @@ t8 = A._instanceType(t7)._eval$1("MappedListIterable"); return A.BoardList$(t3, _null, !t2, new A.Align(B.Alignment_m1_0, _null, _null, t5, _null), t6, t3, _null, A.List_List$of(new A.MappedListIterable(t7, new A.KanbanViewState_build__closure4(t4, t1, $status, statusId), t8), true, t8._eval$1("ListIterable.E")), new A.KanbanViewState_build__closure5(t4), _null, _null); }, - $signature: 3191 + $signature: 3188 }; A.KanbanViewState_build__closure5.prototype = { call$2(endIndex, startIndex) { @@ -556469,7 +555788,7 @@ t1.setState$1(new A.KanbanViewState_build___closure(t1, startIndex, endIndex)); t1._onBoardChanged$0(); }, - $signature: 852 + $signature: 786 }; A.KanbanViewState_build___closure.prototype = { call$0() { @@ -556506,7 +555825,7 @@ statusOrder = J.indexOf$1$asx(t2, t3); t1._widget.viewModel.onSaveStatusPressed.call$4(completer, t3, $name, statusOrder); }, - $signature: 3192 + $signature: 3189 }; A.KanbanViewState_build__closure1.prototype = { call$2(completer, description) { @@ -556518,7 +555837,7 @@ statusOrder = 0; t1._widget.viewModel.onSaveTaskPressed.call$5(completer, t1._newTask.id, t2, description, statusOrder); }, - $signature: 830 + $signature: 814 }; A.KanbanViewState_build__closure0.prototype = { call$0() { @@ -556560,7 +555879,7 @@ var t1 = this.$this._widget.viewModel.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.$get$1(0, taskId); }, - $signature: 878 + $signature: 818 }; A.KanbanViewState_build__closure4.prototype = { call$1(task) { @@ -556586,7 +555905,7 @@ } return A.BoardItem$(_null, !t3, _null, t2, _null, new A.KanbanViewState_build___closure2(t1, _this.status), new A.KanbanViewState_build___closure3(t1), _null); }, - $signature: 3194 + $signature: 3191 }; A.KanbanViewState_build___closure1.prototype = { call$2(completer, description) { @@ -556599,7 +555918,7 @@ statusOrder = J.indexOf$1$asx(t3, t4); t1._widget.viewModel.onSaveTaskPressed.call$5(completer, t4, t2, description, statusOrder); }, - $signature: 830 + $signature: 814 }; A.KanbanViewState_build___closure0.prototype = { call$0() { @@ -556621,7 +555940,7 @@ var t1 = this.$this; t1.setState$1(new A.KanbanViewState_build____closure(t1)); }, - $signature: 3195 + $signature: 3192 }; A.KanbanViewState_build____closure.prototype = { call$0() { @@ -556650,7 +555969,7 @@ t1.setState$1(new A.KanbanViewState_build____closure1(t1, oldStatusId, J.$index$asx(t2, oldItemIndex), newStatusId, itemIndex)); t1._onBoardChanged$0(); }, - $signature: 3196 + $signature: 3193 }; A.KanbanViewState_build____closure0.prototype = { call$0() { @@ -556712,7 +556031,7 @@ t2 = state.userCompanyStates._list$_list[t1.selectedCompanyIndex]; return new A.KanbanView(viewModel, new A.ValueKey("__" + t2.userCompany.company.id + "_" + t2.lastUpdated + "_" + J.get$length$asx(viewModel.filteredTaskList) + "_" + A.S(t1.taskUIState.kanbanLastUpdated) + "__", type$.ValueKey_String)); }, - $signature: 3197 + $signature: 3194 }; A.KanbanVM.prototype = {}; A.KanbanVM_fromStore_closure.prototype = { @@ -556721,7 +556040,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortTasksRequest(completer, statusIds, taskIds)); }, - $signature: 3198 + $signature: 3195 }; A.KanbanVM_fromStore_closure1.prototype = { call$4(completer, statusId, $name, statusOrder) { @@ -556735,7 +556054,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SaveTaskStatusRequest(completer, $status)); }, - $signature: 3199 + $signature: 3196 }; A.KanbanVM_fromStore__closure.prototype = { call$1(b) { @@ -556746,7 +556065,7 @@ b.get$_task_status_model$_$this()._task_status_model$_statusOrder = t1; return b; }, - $signature: 150 + $signature: 155 }; A.KanbanVM_fromStore_closure0.prototype = { call$5(completer, taskId, statusId, description, statusOrder) { @@ -556782,7 +556101,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveTaskRequest(completer, t1, false, _null)); }, - $signature: 3200 + $signature: 3197 }; A.KanbanVM_fromStore__closure0.prototype = { call$1(b) { @@ -556947,7 +556266,7 @@ var _null = null; return A.formatNumber(B.JSInt_methods._tdivFast$1(this.$this.task.calculateDuration$0()._duration, 1000000), this.context, _null, _null, B.FormatNumberType_6, true, _null, _null, false); }, - $signature: 829 + $signature: 819 }; A.TaskListItem_build_closure.prototype = { call$0() { @@ -557012,7 +556331,7 @@ } return t1; }, - $signature: 117 + $signature: 114 }; A.TaskListItem_build__closure2.prototype = { call$0() { @@ -557071,7 +556390,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.taskList, B.EntityType_task, new A.TaskListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.TaskPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3202 + $signature: 3199 }; A.TaskListBuilder_build__closure.prototype = { call$2(context, index) { @@ -557080,7 +556399,7 @@ t2.toString; return A.TaskListItem$(t1.filter, false, true, null, null, true, t2); }, - $signature: 414 + $signature: 350 }; A.TaskListVM.prototype = { get$user(receiver) { @@ -557239,7 +556558,7 @@ call$1(time) { return time.startDate != null && time.endDate != null; }, - $signature: 215 + $signature: 206 }; A.TaskPresenter_getField_closure0.prototype = { call$1(time) { @@ -557330,7 +556649,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 150 + $signature: 155 }; A.TaskScreen_build_closure0.prototype = { call$1(b) { @@ -557345,7 +556664,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 150 + $signature: 155 }; A.TaskScreen_build_closure1.prototype = { call$1(b) { @@ -557360,7 +556679,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 150 + $signature: 155 }; A.TaskScreen_build_closure2.prototype = { call$1(b) { @@ -557372,7 +556691,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 150 + $signature: 155 }; A.TaskScreen_build_closure18.prototype = { call$0() { @@ -557388,7 +556707,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTasks(value)); }, - $signature: 28 + $signature: 27 }; A.TaskScreen_build_closure16.prototype = { call$2(state, value) { @@ -557396,7 +556715,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTasksByState(state)); }, - $signature: 66 + $signature: 67 }; A.TaskScreen_build_closure15.prototype = { call$2($status, value) { @@ -557404,7 +556723,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTasksByStatus($status)); }, - $signature: 161 + $signature: 153 }; A.TaskScreen_build_closure17.prototype = { call$0() { @@ -557465,7 +556784,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTasksByStatus($status)); }, - $signature: 184 + $signature: 177 }; A.TaskScreen_build_closure6.prototype = { call$1(value) { @@ -557505,7 +556824,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTasksByState(state)); }, - $signature: 62 + $signature: 61 }; A.TaskScreen_build_closure5.prototype = { call$0() { @@ -557540,7 +556859,7 @@ call$2(context, vm) { return new A.TaskScreen(vm, null); }, - $signature: 3203 + $signature: 3200 }; A.TaskScreenVM.prototype = {}; A.TaskTimeListTile.prototype = { @@ -557692,7 +557011,7 @@ t4 = t2.invoiceId.length === 0; return A.Column$(A._setArrayType([t1, new A.BottomButtons(t2, t3, !t4 ? B.EntityAction_archive : B.EntityAction_invoiceTask, t4, true, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 248 + $signature: 235 }; A._TaskViewState_build__closure.prototype = { call$0() { @@ -557738,7 +557057,7 @@ call$2(path, isPrivate) { return this.$this.viewModel.onUploadDocuments.call$3(this.context, path, isPrivate); }, - $signature: 140 + $signature: 142 }; A.TaskViewDocuments_build_closure0.prototype = { call$0() { @@ -557809,7 +557128,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new A._TaskOverviewState_initState__closure()); }, - $signature: 212 + $signature: 222 }; A._TaskOverviewState_initState__closure.prototype = { call$0() { @@ -557881,7 +557200,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: 307 + $signature: 298 }; A._TaskOverviewState_build__buildView_closure.prototype = { call$1(taskTime) { @@ -557896,7 +557215,7 @@ t2 = t1.state; return t2.userCompanyStates._list$_list[t2.uiState.selectedCompanyIndex].userCompany.canEditEntity$1(this.task) ? t1.onEditPressed.call$2(context, this.taskTime) : null; }, - $signature: 49 + $signature: 48 }; A._TaskOverviewState_build_closure.prototype = { call$0() { @@ -557914,13 +557233,13 @@ call$1(store) { return A.TaskViewVM_TaskViewVM$fromStore(store); }, - $signature: 3204 + $signature: 3201 }; A.TaskViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TaskView(vm, false, vm.state.uiState.taskUIState.tabIndex, null); }, - $signature: 3205 + $signature: 3202 }; A.TaskViewVM.prototype = { get$task() { @@ -557970,7 +557289,7 @@ $defaultValues() { return [null]; }, - $signature: 3206 + $signature: 3203 }; A.TaskViewVM_TaskViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -557988,7 +557307,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 112 + $signature: 105 }; A.TaskViewVM_TaskViewVM$fromStore__closure.prototype = { call$1(client) { @@ -558000,7 +557319,7 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 81 }; A.TaskViewVM_TaskViewVM$fromStore__closure0.prototype = { call$1(error) { @@ -558092,7 +557411,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 150 + $signature: 155 }; A._TaskStatusEditState__onChanged_closure0.prototype = { call$0() { @@ -558104,7 +557423,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._TaskStatusEditState_build_closure.prototype = { call$1(context) { @@ -558119,7 +557438,7 @@ t5 = type$.JSArray_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, t3, _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$(t4.color, _null, new A._TaskStatusEditState_build__closure0(_this.viewModel, t4))], t5), _null, _null, false, _null, false, _null, _null)], t5), _null, _null, _null, false, _null); }, - $signature: 136 + $signature: 138 }; A._TaskStatusEditState_build__closure.prototype = { call$1(val) { @@ -558139,14 +557458,14 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.taskStatus.rebuild$1(new A._TaskStatusEditState_build___closure(value))); }, - $signature: 199 + $signature: 205 }; A._TaskStatusEditState_build___closure.prototype = { call$1(b) { b.get$_task_status_model$_$this()._task_status_model$_color = this.value; return b; }, - $signature: 150 + $signature: 155 }; A.TaskStatusEditScreen.prototype = { build$1(context) { @@ -558158,13 +557477,13 @@ call$1(store) { return A.TaskStatusEditVM_TaskStatusEditVM$fromStore(store); }, - $signature: 3207 + $signature: 3204 }; A.TaskStatusEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TaskStatusEdit(viewModel, new A.ValueKey(viewModel.taskStatus.updatedAt, type$.ValueKey_int)); }, - $signature: 3208 + $signature: 3205 }; A.TaskStatusEditVM.prototype = { get$taskStatus() { @@ -558180,7 +557499,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTaskStatus(taskStatus)); }, - $signature: 282 + $signature: 302 }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -558256,7 +557575,7 @@ } else A.viewEntity(false, savedTaskStatus, null, true); }, - $signature: 282 + $signature: 302 }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -558329,7 +557648,7 @@ newIndex = J.get$length$asx(t1._widget.viewModel.taskStatusList); t1._widget.viewModel.onSortChanged.call$2(oldIndex, newIndex); }, - $signature: 191 + $signature: 200 }; A._TaskStatusListState_build_closure.prototype = { call$1(taskStatusId) { @@ -558346,7 +557665,7 @@ t3 = false; return new A.TaskStatusListItem(t2.user, taskStatus, t1.filter, t3, new A.ValueKey("__task_status_" + taskStatusId, type$.ValueKey_String)); }, - $signature: 3209 + $signature: 3206 }; A.TaskStatusListItem.prototype = { build$1(context) { @@ -558408,7 +557727,7 @@ call$2(context, viewModel) { return new A.TaskStatusList(viewModel, null); }, - $signature: 3210 + $signature: 3207 }; A.TaskStatusListVM.prototype = {}; A.TaskStatusListVM_fromStore__handleRefresh.prototype = { @@ -558460,14 +557779,14 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.SaveTaskStatusRequest(t1, t2)); }, - $signature: 209 + $signature: 231 }; A.TaskStatusListVM_fromStore__closure.prototype = { call$1(b) { b.get$_task_status_model$_$this()._task_status_model$_statusOrder = this.newIndex + 1; return b; }, - $signature: 150 + $signature: 155 }; A.TaskStatusScreen.prototype = { build$1(context) { @@ -558524,7 +557843,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTaskStatuses(value)); }, - $signature: 28 + $signature: 27 }; A.TaskStatusScreen_build_closure9.prototype = { call$2(state, value) { @@ -558532,7 +557851,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTaskStatusesByState(state)); }, - $signature: 66 + $signature: 67 }; A.TaskStatusScreen_build_closure10.prototype = { call$0() { @@ -558586,7 +557905,7 @@ t1.toString; return t1; }, - $signature: 3211 + $signature: 3208 }; A.TaskStatusScreen_build__closure0.prototype = { call$1(_) { @@ -558594,7 +557913,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearTaskStatusMultiselect()); }, - $signature: 102 + $signature: 101 }; A.TaskStatusScreen_build_closure5.prototype = { call$1(value) { @@ -558610,7 +557929,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTaskStatusesByState(state)); }, - $signature: 62 + $signature: 61 }; A.TaskStatusScreen_build_closure0.prototype = { call$0() { @@ -558677,7 +557996,7 @@ call$2(context, vm) { return new A.TaskStatusScreen(vm, null); }, - $signature: 3212 + $signature: 3209 }; A.TaskStatusScreenVM.prototype = {}; A.TaskStatusView.prototype = { @@ -558738,13 +558057,13 @@ call$1(store) { return A.TaskStatusViewVM_TaskStatusViewVM$fromStore(store); }, - $signature: 3213 + $signature: 3210 }; A.TaskStatusViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TaskStatusView(vm, this.$this.isFilter, null); }, - $signature: 3214 + $signature: 3211 }; A.TaskStatusViewVM.prototype = { get$taskStatus() { @@ -558870,7 +558189,7 @@ b.get$_tax_rate_model$_$this()._tax_rate_model$_rate = t1; return b; }, - $signature: 770 + $signature: 627 }; A._TaxRateEditState__onChanged_closure0.prototype = { call$0() { @@ -558902,13 +558221,13 @@ call$1(store) { return A.TaxRateEditVM_TaxRateEditVM$fromStore(store); }, - $signature: 3215 + $signature: 3212 }; A.TaxRateEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TaxRateEdit(viewModel, new A.ValueKey(viewModel.taxRate.updatedAt, type$.ValueKey_int)); }, - $signature: 3216 + $signature: 3213 }; A.TaxRateEditVM.prototype = { get$taxRate() { @@ -558924,7 +558243,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTaxRate(taxRate)); }, - $signature: 154 + $signature: 158 }; A.TaxRateEditVM_TaxRateEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -559000,7 +558319,7 @@ } else A.viewEntity(false, savedTaxRate, null, true); }, - $signature: 154 + $signature: 158 }; A.TaxRateEditVM_TaxRateEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -559074,7 +558393,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.taxRateList, B.EntityType_taxRate, new A.TaxRateListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, null, viewModel.state, null); }, - $signature: 3217 + $signature: 3214 }; A.TaxRateListBuilder_build__closure.prototype = { call$2(context, index) { @@ -559089,7 +558408,7 @@ t3 = false; return new A.TaxRateListItem(t1.userCompany.user, t2, t1.filter, t3, null); }, - $signature: 3218 + $signature: 3215 }; A.TaxRateListVM.prototype = {}; A.TaxRateListVM_fromStore__handleRefresh.prototype = { @@ -559175,7 +558494,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTaxRates(value)); }, - $signature: 28 + $signature: 27 }; A.TaxRateSettingsScreen_build_closure4.prototype = { call$2(state, value) { @@ -559183,7 +558502,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTaxRatesByState(state)); }, - $signature: 66 + $signature: 67 }; A.TaxRateSettingsScreen_build_closure5.prototype = { call$0() { @@ -559216,7 +558535,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTaxRatesByState(state)); }, - $signature: 62 + $signature: 61 }; A.TaxRateSettingsScreen_build_closure.prototype = { call$0() { @@ -559251,7 +558570,7 @@ call$2(context, vm) { return new A.TaxRateSettingsScreen(vm, null); }, - $signature: 3219 + $signature: 3216 }; A.TaxRateScreenVM.prototype = {}; A.TaxRateView.prototype = { @@ -559296,13 +558615,13 @@ call$1(store) { return A.TaxRateViewVM_TaxRateViewVM$fromStore(store); }, - $signature: 3220 + $signature: 3217 }; A.TaxRateViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TaxRateView(vm, false, null); }, - $signature: 3221 + $signature: 3218 }; A.TaxRateViewVM.prototype = { get$taxRate() { @@ -559398,7 +558717,7 @@ b.get$_token_model$_$this()._token_model$_name = t1; return b; }, - $signature: 763 + $signature: 619 }; A._TokenEditState__onChanged_closure0.prototype = { call$0() { @@ -559410,7 +558729,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._TokenEditState_build_closure.prototype = { call$1(context) { @@ -559424,7 +558743,7 @@ t4 = type$.JSArray_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, t3, _null, _null, false, _null, _null, t1.get$_token_edit$_onSavePressed(), true, _null, _null, B.TextAlign_4, new A._TokenEditState_build__closure(t2))], t4), _null, _null, false, _null, false, _null, _null)], t4), _null, _null, _null, false, _null); }, - $signature: 136 + $signature: 138 }; A._TokenEditState_build__closure.prototype = { call$1(value) { @@ -559450,13 +558769,13 @@ call$1(store) { return A.TokenEditVM_TokenEditVM$fromStore(store); }, - $signature: 3222 + $signature: 3219 }; A.TokenEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TokenEdit(viewModel, new A.ValueKey(viewModel.token.updatedAt, type$.ValueKey_int)); }, - $signature: 3223 + $signature: 3220 }; A.TokenEditVM.prototype = { get$token() { @@ -559472,7 +558791,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateToken(token)); }, - $signature: 363 + $signature: 433 }; A.TokenEditVM_TokenEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -559520,7 +558839,7 @@ t5[0].call$1(new A.SaveTokenRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_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: 580 + $signature: 565 }; A.TokenEditVM_TokenEditVM$fromStore____closure.prototype = { call$1(savedToken) { @@ -559555,7 +558874,7 @@ } else A.viewEntity(false, savedToken, null, true); }, - $signature: 363 + $signature: 433 }; A.TokenEditVM_TokenEditVM$fromStore____closure0.prototype = { call$1(error) { @@ -559633,7 +558952,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.tokenList, B.EntityType_token, new A.TokenListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.TokenPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3224 + $signature: 3221 }; A.TokenListBuilder_build__closure.prototype = { call$2(context, index) { @@ -559650,7 +558969,7 @@ t3 = false; return new A.TokenListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 3225 + $signature: 3222 }; A.TokenListVM.prototype = {}; A.TokenListVM_fromStore__handleRefresh.prototype = { @@ -559747,7 +559066,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTokens(value)); }, - $signature: 28 + $signature: 27 }; A.TokenScreen_build_closure8.prototype = { call$2(state, value) { @@ -559755,7 +559074,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTokensByState(state)); }, - $signature: 66 + $signature: 67 }; A.TokenScreen_build_closure9.prototype = { call$0() { @@ -559788,7 +559107,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTokensByState(state)); }, - $signature: 62 + $signature: 61 }; A.TokenScreen_build_closure.prototype = { call$0() { @@ -559855,7 +559174,7 @@ call$2(context, vm) { return new A.TokenScreen(vm, null); }, - $signature: 3226 + $signature: 3223 }; A.TokenScreenVM.prototype = {}; A.TokenView.prototype = { @@ -559926,13 +559245,13 @@ call$1(store) { return A.TokenViewVM_TokenViewVM$fromStore(store); }, - $signature: 3227 + $signature: 3224 }; A.TokenViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TokenView(vm, false, null); }, - $signature: 3228 + $signature: 3225 }; A.TokenViewVM.prototype = { get$token() { @@ -560053,13 +559372,13 @@ b.get$_transaction_model$_$this()._transaction_model$_description = t1; return b; }, - $signature: 135 + $signature: 134 }; A._TransactionEditState_build_closure0.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._TransactionEditState_build_closure1.prototype = { call$1(context) { @@ -560114,20 +559433,20 @@ t2 = type$.JSArray_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([t7, t4, t9, t13, t1, A.DecoratedFormField$(false, _null, false, t10._descriptionController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t3, 6, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t2), _null, _null, false, _null, false, _null, _null)], t2), _null, _null, _null, false, _null); }, - $signature: 136 + $signature: 138 }; A._TransactionEditState_build__closure.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.transaction.rebuild$1(new A._TransactionEditState_build___closure3(value))); }, - $signature: 8 + $signature: 7 }; A._TransactionEditState_build___closure3.prototype = { call$1(b) { b.get$_transaction_model$_$this()._baseType = this.value; return b; }, - $signature: 135 + $signature: 134 }; A._TransactionEditState_build__closure0.prototype = { call$2(date, _) { @@ -560140,7 +559459,7 @@ b.get$_transaction_model$_$this()._transaction_model$_date = this.date; return b; }, - $signature: 135 + $signature: 134 }; A._TransactionEditState_build__closure1.prototype = { call$1(_) { @@ -560167,7 +559486,7 @@ var t1 = this.viewModel; return t1.onChanged.call$1(t1.transaction.rebuild$1(new A._TransactionEditState_build___closure1(currency))); }, - $signature: 61 + $signature: 62 }; A._TransactionEditState_build___closure1.prototype = { call$1(b) { @@ -560178,13 +559497,13 @@ b.get$_transaction_model$_$this()._transaction_model$_currencyId = t1; return b; }, - $signature: 135 + $signature: 134 }; A._TransactionEditState_build__closure6.prototype = { call$1(bankAccount) { return this.viewModel.onChanged.call$1(this.transaction.rebuild$1(new A._TransactionEditState_build___closure(bankAccount))); }, - $signature: 61 + $signature: 62 }; A._TransactionEditState_build___closure.prototype = { call$1(b) { @@ -560194,13 +559513,13 @@ t1 = ""; return b.get$_transaction_model$_$this()._bankAccountId = t1; }, - $signature: 3229 + $signature: 3226 }; A._TransactionEditState_build__closure4.prototype = { call$1(completer) { return this.viewModel.onAddBankAccountPressed.call$2(this.context, completer); }, - $signature: 331 + $signature: 336 }; A._TransactionEditState_build__closure5.prototype = { call$2(completer, $name) { @@ -560209,14 +559528,14 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveBankAccountRequest(completer, t1)); }, - $signature: 163 + $signature: 150 }; A._TransactionEditState_build___closure0.prototype = { call$1(b) { b.get$_bank_account_model$_$this()._bank_account_model$_name = this.name; return b; }, - $signature: 237 + $signature: 252 }; A._TransactionEditState_build__closure8.prototype = { call$1(value) { @@ -560230,13 +559549,13 @@ t1 = null; return t1; }, - $signature: 228 + $signature: 208 }; A._TransactionEditState_build__closure7.prototype = { call$1(entity) { return ""; }, - $signature: 451 + $signature: 539 }; A.TransactionEditScreen.prototype = { build$1(context) { @@ -560248,13 +559567,13 @@ call$1(store) { return A.TransactionEditVM_TransactionEditVM$fromStore(store); }, - $signature: 3230 + $signature: 3227 }; A.TransactionEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TransactionEdit(viewModel, new A.ValueKey(viewModel.transaction.updatedAt, type$.ValueKey_int)); }, - $signature: 3231 + $signature: 3228 }; A.TransactionEditVM.prototype = { get$transaction(receiver) { @@ -560270,7 +559589,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTransaction(transaction)); }, - $signature: 232 + $signature: 229 }; A.TransactionEditVM_TransactionEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -560357,7 +559676,7 @@ } else A.viewEntity(false, savedTransaction, null, true); }, - $signature: 232 + $signature: 229 }; A.TransactionEditVM_TransactionEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -560381,7 +559700,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, null, true); completer.get$future().then$1$1(0, new A.TransactionEditVM_TransactionEditVM$fromStore__closure0(t3), t4); }, - $signature: 120 + $signature: 122 }; A.TransactionEditVM_TransactionEditVM$fromStore__closure.prototype = { call$1(_) { @@ -560495,7 +559814,7 @@ } return t1; }, - $signature: 117 + $signature: 114 }; A.TransactionListItem_build__closure2.prototype = { call$0() { @@ -560554,7 +559873,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.transactionList, B.EntityType_transaction, new A.TransactionListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.TransactionPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3232 + $signature: 3229 }; A.TransactionListBuilder_build__closure.prototype = { call$2(context, index) { @@ -560571,7 +559890,7 @@ t3 = false; return new A.TransactionListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 3233 + $signature: 3230 }; A.TransactionListVM.prototype = {}; A.TransactionListVM_fromStore__handleRefresh.prototype = { @@ -560684,20 +560003,20 @@ call$1(invoice) { return new A.Padding(B.EdgeInsets_0_0_8_0, new A.LinkTextRelatedEntity(invoice, this.transaction, null), null); }, - $signature: 902 + $signature: 726 }; A.TransactionPresenter_getField_closure1.prototype = { call$1(expenseId) { var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, expenseId); }, - $signature: 216 + $signature: 226 }; A.TransactionPresenter_getField_closure2.prototype = { call$1(expense) { return new A.Padding(B.EdgeInsets_0_0_8_0, new A.LinkTextRelatedEntity(expense, this.transaction, null), null); }, - $signature: 3234 + $signature: 3231 }; A.TransactionScreen.prototype = { build$1(context) { @@ -560749,7 +560068,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 336 + $signature: 289 }; A.TransactionScreen_build_closure0.prototype = { call$1(b) { @@ -560771,7 +560090,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 336 + $signature: 289 }; A.TransactionScreen_build_closure1.prototype = { call$1(b) { @@ -560793,7 +560112,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 336 + $signature: 289 }; A.TransactionScreen_build_closure2.prototype = { call$1(b) { @@ -560814,7 +560133,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 336 + $signature: 289 }; A.TransactionScreen_build_closure3.prototype = { call$1(b) { @@ -560829,7 +560148,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 336 + $signature: 289 }; A.TransactionScreen_build_closure17.prototype = { call$0() { @@ -560845,7 +560164,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTransactions(value)); }, - $signature: 28 + $signature: 27 }; A.TransactionScreen_build_closure15.prototype = { call$2(state, value) { @@ -560853,7 +560172,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTransactionsByState(state)); }, - $signature: 66 + $signature: 67 }; A.TransactionScreen_build_closure14.prototype = { call$2($status, value) { @@ -560863,7 +560182,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTransactionsByStatus($status)); }, - $signature: 161 + $signature: 153 }; A.TransactionScreen_build_closure16.prototype = { call$0() { @@ -560907,7 +560226,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTransactionsByState(state)); }, - $signature: 62 + $signature: 61 }; A.TransactionScreen_build_closure5.prototype = { call$0() { @@ -560974,7 +560293,7 @@ call$2(context, vm) { return new A.TransactionScreen(vm, null); }, - $signature: 3236 + $signature: 3233 }; A.TransactionScreenVM.prototype = {}; A.TransactionView.prototype = { @@ -561049,20 +560368,20 @@ call$1(transaction) { return transaction.baseType === "CREDIT" || transaction.statusId === "3"; }, - $signature: 3237 + $signature: 3234 }; A._TransactionViewState_build_closure0.prototype = { call$1(invoiceId) { var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].invoiceState.$get$1(0, invoiceId); }, - $signature: 501 + $signature: 479 }; A._TransactionViewState_build_closure1.prototype = { call$1(invoice) { return A.EntityListTile$(invoice, false, null); }, - $signature: 3238 + $signature: 3235 }; A._MatchDeposits.prototype = { createState$0() { @@ -561306,13 +560625,13 @@ } return true; }, - $signature: 202 + $signature: 195 }; A._MatchDepositsState_updateInvoiceList_closure0.prototype = { call$2(invoiceA, invoiceB) { return B.JSString_methods.compareTo$1(invoiceB.date, invoiceA.date); }, - $signature: 286 + $signature: 294 }; A._MatchDepositsState_updatePaymentList_closure.prototype = { call$1(payment) { @@ -561370,13 +560689,13 @@ } return true; }, - $signature: 509 + $signature: 489 }; A._MatchDepositsState_updatePaymentList_closure0.prototype = { call$2(paymentA, paymentB) { return B.JSString_methods.compareTo$1(paymentB.date, paymentA.date); }, - $signature: 840 + $signature: 768 }; A._MatchDepositsState_build_closure.prototype = { call$1(invoice) { @@ -561384,14 +560703,14 @@ t2 = t1.totalSelected; t1.totalSelected = t2 + (invoice.statusId !== "1" ? invoice.balance : invoice.amount); }, - $signature: 3239 + $signature: 3236 }; A._MatchDepositsState_build_closure0.prototype = { call$1(value) { var t1 = this.$this; return t1.setState$1(new A._MatchDepositsState_build__closure12(t1, value)); }, - $signature: 78 + $signature: 74 }; A._MatchDepositsState_build__closure12.prototype = { call$0() { @@ -561547,7 +560866,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A._MatchDepositsState_build_closure11.prototype = { call$2(context, index) { @@ -561563,7 +560882,7 @@ t3 = ""; return new A.PaymentListItem(t2, null, true, t3 === t2.id, new A._MatchDepositsState_build__closure1(t1, t2), false, null); }, - $signature: 520 + $signature: 447 }; A._MatchDepositsState_build__closure1.prototype = { call$0() { @@ -561593,7 +560912,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A._MatchDepositsState_build_closure13.prototype = { call$2(context, index) { @@ -561607,7 +560926,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); return new A.InvoiceListItem(t2, null, true, B.JSArray_methods.contains$1(t3, t2), new A._MatchDepositsState_build__closure0(t1, t2), false, null); }, - $signature: 413 + $signature: 351 }; A._MatchDepositsState_build__closure0.prototype = { call$0() { @@ -561656,7 +560975,7 @@ call$1(invoice) { return invoice.id; }, - $signature: 3240 + $signature: 3237 }; A._MatchWithdrawals.prototype = { createState$0() { @@ -561939,13 +561258,13 @@ return false; return true; }, - $signature: 3241 + $signature: 3238 }; A._MatchWithdrawalsState_updateCategoryList_closure0.prototype = { call$2(categoryA, categoryB) { return B.JSString_methods.compareTo$1(categoryA.name.toLowerCase(), categoryB.name.toLowerCase()); }, - $signature: 3242 + $signature: 3239 }; A._MatchWithdrawalsState_updateVendorList_closure.prototype = { call$1(vendor) { @@ -561967,13 +561286,13 @@ return false; return true; }, - $signature: 3243 + $signature: 3240 }; A._MatchWithdrawalsState_updateVendorList_closure0.prototype = { call$2(vendorA, vendorB) { return B.JSString_methods.compareTo$1(vendorA.name.toLowerCase(), vendorB.name.toLowerCase()); }, - $signature: 3244 + $signature: 3241 }; A._MatchWithdrawalsState_updateExpenseList_closure.prototype = { call$1(expense) { @@ -562037,7 +561356,7 @@ } return true; }, - $signature: 500 + $signature: 513 }; A._MatchWithdrawalsState_updateExpenseList_closure0.prototype = { call$2(expenseA, expenseB) { @@ -562048,21 +561367,21 @@ t2.toString; return B.JSString_methods.compareTo$1(t1, t2); }, - $signature: 439 + $signature: 480 }; A._MatchWithdrawalsState_build_closure.prototype = { call$1(expense) { var t1 = this._box_0; t1.totalSelected = t1.totalSelected + expense.get$grossAmount(); }, - $signature: 3245 + $signature: 3242 }; A._MatchWithdrawalsState_build_closure0.prototype = { call$1(value) { var t1 = this.$this; return t1.setState$1(new A._MatchWithdrawalsState_build__closure18(t1, value)); }, - $signature: 78 + $signature: 74 }; A._MatchWithdrawalsState_build__closure18.prototype = { call$0() { @@ -562176,7 +561495,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A._MatchWithdrawalsState_build_closure8.prototype = { call$2(context, index) { @@ -562190,7 +561509,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); return A.ExpenseListItem$(t2, null, B.JSArray_methods.contains$1(t3, t2), true, null, new A._MatchWithdrawalsState_build__closure10(t1, t2, this.store, this.transaction), true, false); }, - $signature: 415 + $signature: 349 }; A._MatchWithdrawalsState_build__closure10.prototype = { call$0() { @@ -562229,13 +561548,13 @@ b.get$_transaction_model$_$this()._pendingExpenseId = t1; return b; }, - $signature: 135 + $signature: 134 }; A._MatchWithdrawalsState_build_____closure.prototype = { call$1(expense) { return expense.id; }, - $signature: 828 + $signature: 823 }; A._MatchWithdrawalsState_build_closure10.prototype = { call$1(value) { @@ -562308,13 +561627,13 @@ b.get$_transaction_model$_$this()._pendingVendorId = t1; return b; }, - $signature: 135 + $signature: 134 }; A._MatchWithdrawalsState_build_closure14.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A._MatchWithdrawalsState_build_closure13.prototype = { call$2(context, index) { @@ -562328,7 +561647,7 @@ t3 = t3 == null ? null : t3.id; return A.VendorListItem$("", t3 === t2.id, new A._MatchWithdrawalsState_build__closure5(t1, t2, this.store, this.transaction), true, t2); }, - $signature: 825 + $signature: 831 }; A._MatchWithdrawalsState_build__closure5.prototype = { call$0() { @@ -562364,7 +561683,7 @@ b.get$_transaction_model$_$this()._pendingVendorId = t1; return b; }, - $signature: 135 + $signature: 134 }; A._MatchWithdrawalsState_build_closure15.prototype = { call$1(value) { @@ -562437,13 +561756,13 @@ b.get$_transaction_model$_$this()._pendingCategoryId = t1; return b; }, - $signature: 135 + $signature: 134 }; A._MatchWithdrawalsState_build_closure19.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A._MatchWithdrawalsState_build_closure18.prototype = { call$2(context, index) { @@ -562457,7 +561776,7 @@ t3 = t3 == null ? null : t3.id; return A.ExpenseCategoryListItem$(t2, "", t3 === t2.id, new A._MatchWithdrawalsState_build__closure0(t1, t2, this.store, this.transaction), true); }, - $signature: 699 + $signature: 715 }; A._MatchWithdrawalsState_build__closure0.prototype = { call$0() { @@ -562493,7 +561812,7 @@ b.get$_transaction_model$_$this()._pendingCategoryId = t1; return b; }, - $signature: 135 + $signature: 134 }; A._MatchWithdrawalsState_build_closure20.prototype = { call$0() { @@ -562509,7 +561828,7 @@ call$1(expense) { return expense.id; }, - $signature: 828 + $signature: 823 }; A._MatchWithdrawalsState_build_closure21.prototype = { call$0() { @@ -562537,20 +561856,20 @@ call$1(store) { return A.TransactionViewVM_TransactionViewVM$fromStore(store); }, - $signature: 3248 + $signature: 3245 }; A.TransactionViewScreen_build_closure.prototype = { call$2(context, vm) { var t1 = vm.transactions; return new A.TransactionView(vm, this.$this.isFilter, new A.ValueKey(new A.MappedListIterable(t1, new A.TransactionViewScreen_build__closure(), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String>")).join$1(0, "|"), type$.ValueKey_String)); }, - $signature: 3249 + $signature: 3246 }; A.TransactionViewScreen_build__closure.prototype = { call$1(transaction) { return transaction.id; }, - $signature: 3250 + $signature: 3247 }; A.TransactionViewVM.prototype = { get$company() { @@ -562575,7 +561894,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.LinkTransactionToPaymentRequest(t1, t2, paymentId)); }, - $signature: 823 + $signature: 841 }; A.TransactionViewVM_TransactionViewVM$fromStore_closure3.prototype = { call$2(context, expenseId) { @@ -562585,7 +561904,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.LinkTransactionToExpenseRequest(t1, t2, expenseId)); }, - $signature: 823 + $signature: 841 }; A.TransactionViewVM_TransactionViewVM$fromStore_closure0.prototype = { call$2(context, invoiceIds) { @@ -562595,7 +561914,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.ConvertTransactionToPaymentRequest(t1, t2, invoiceIds)); }, - $signature: 861 + $signature: 769 }; A.TransactionViewVM_TransactionViewVM$fromStore_closure1.prototype = { call$3(context, vendorId, categoryId) { @@ -562608,7 +561927,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.ConvertTransactionsToExpensesRequest(t3, t2, vendorId, categoryId)); }, - $signature: 859 + $signature: 779 }; A.TransactionViewVM_TransactionViewVM$fromStore__closure.prototype = { call$1(_) { @@ -562721,13 +562040,13 @@ b.get$_transaction_rule_model$_$this()._transaction_rule_model$_name = t1; return b; }, - $signature: 181 + $signature: 175 }; A._TransactionRuleEditState_build_closure0.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._TransactionRuleEditState_build_closure1.prototype = { call$1(context) { @@ -562833,7 +562152,7 @@ t3.toString; return new A.ScrollableListView(A._setArrayType([t6, t2, A.FormCard$(_null, A._setArrayType([t13, A.EntityDropdown$(true, false, t12, t10, _null, B.EntityType_expenseCategory, B.List_empty0, t3, _null, new A._TransactionRuleEditState_build__closure8(t4), new A._TransactionRuleEditState_build__closure9(t8, t7), _null, _null, _null)], t9), _null, _null, false, _null, false, _null, _null)], t9), _null, _null, _null, false, _null); }, - $signature: 136 + $signature: 138 }; A._TransactionRuleEditState_build__closure.prototype = { call$1(context) { @@ -562866,7 +562185,7 @@ b.get$_transaction_rule_model$_$this()._matchesOnAll = this.value; return b; }, - $signature: 181 + $signature: 175 }; A._TransactionRuleEditState_build__closure2.prototype = { call$1(value) { @@ -562879,7 +562198,7 @@ b.get$_transaction_rule_model$_$this()._autoConvert = this.value; return b; }, - $signature: 181 + $signature: 175 }; A._TransactionRuleEditState_build__closure3.prototype = { call$0() { @@ -562915,7 +562234,7 @@ call$1(context) { return new A._RuleCriteria(this.rule, null); }, - $signature: 820 + $signature: 843 }; A._TransactionRuleEditState_build___closure7.prototype = { call$1(b) { @@ -562926,7 +562245,7 @@ B.JSArray_methods.replaceRange$3(t1.get$_safeList(), t2, t2 + 1, iterable); return b; }, - $signature: 181 + $signature: 175 }; A._TransactionRuleEditState_build__closure4.prototype = { call$0() { @@ -562939,7 +562258,7 @@ B.JSArray_methods.remove$1(b.get$rules(b).get$_safeList(), this.rule); return b; }, - $signature: 181 + $signature: 175 }; A._TransactionRuleEditState_build__closure5.prototype = { call$0() { @@ -562972,7 +562291,7 @@ call$1(context) { return new A._RuleCriteria(null, null); }, - $signature: 820 + $signature: 843 }; A._TransactionRuleEditState_build___closure4.prototype = { call$1(b) { @@ -562981,13 +562300,13 @@ B.JSArray_methods.add$1(t1.get$_safeList(), this.rule); return b; }, - $signature: 181 + $signature: 175 }; A._TransactionRuleEditState_build__closure7.prototype = { call$1(vendor) { this.viewModel.onChanged.call$1(this.transactionRule.rebuild$1(new A._TransactionRuleEditState_build___closure1(vendor))); }, - $signature: 48 + $signature: 49 }; A._TransactionRuleEditState_build___closure1.prototype = { call$1(b) { @@ -562998,7 +562317,7 @@ b.get$_transaction_rule_model$_$this()._transaction_rule_model$_vendorId = t1; return b; }, - $signature: 181 + $signature: 175 }; A._TransactionRuleEditState_build__closure6.prototype = { call$2(completer, $name) { @@ -563007,20 +562326,20 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 163 + $signature: 150 }; A._TransactionRuleEditState_build___closure2.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 91 + $signature: 93 }; A._TransactionRuleEditState_build__closure9.prototype = { call$1(category) { this.viewModel.onChanged.call$1(this.transactionRule.rebuild$1(new A._TransactionRuleEditState_build___closure(category))); }, - $signature: 48 + $signature: 49 }; A._TransactionRuleEditState_build___closure.prototype = { call$1(b) { @@ -563031,7 +562350,7 @@ b.get$_transaction_rule_model$_$this()._transaction_rule_model$_categoryId = t1; return b; }, - $signature: 181 + $signature: 175 }; A._TransactionRuleEditState_build__closure8.prototype = { call$2(completer, $name) { @@ -563040,14 +562359,14 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveExpenseCategoryRequest(completer, t1)); }, - $signature: 163 + $signature: 150 }; A._TransactionRuleEditState_build___closure0.prototype = { call$1(b) { b.get$_expense_category_model$_$this()._expense_category_model$_name = this.name; return b; }, - $signature: 281 + $signature: 297 }; A._RuleCriteria.prototype = { createState$0() { @@ -563162,7 +562481,7 @@ var t1 = this.$this; t1.setState$1(new A.__RuleCriteriaState_build__closure1(t1, value)); }, - $signature: 8 + $signature: 7 }; A.__RuleCriteriaState_build__closure1.prototype = { call$0() { @@ -563179,14 +562498,14 @@ b.get$_transaction_rule_model$_$this()._operator = t1; return b; }, - $signature: 584 + $signature: 462 }; A.__RuleCriteriaState_build_closure0.prototype = { call$1(value) { var t1 = this.$this; t1.setState$1(new A.__RuleCriteriaState_build__closure0(t1, value)); }, - $signature: 8 + $signature: 7 }; A.__RuleCriteriaState_build__closure0.prototype = { call$0() { @@ -563200,7 +562519,7 @@ b.get$_transaction_rule_model$_$this()._operator = this.value; return b; }, - $signature: 584 + $signature: 462 }; A.__RuleCriteriaState_build_closure1.prototype = { call$1(value) { @@ -563221,7 +562540,7 @@ b.get$_transaction_rule_model$_$this()._transaction_rule_model$_value = this.value; return b; }, - $signature: 584 + $signature: 462 }; A.__RuleCriteriaState_build_closure2.prototype = { call$1(context) { @@ -563259,13 +562578,13 @@ call$1(store) { return A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore(store); }, - $signature: 3254 + $signature: 3251 }; A.TransactionRuleEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TransactionRuleEdit(viewModel, new A.ValueKey(viewModel.transactionRule.updatedAt, type$.ValueKey_int)); }, - $signature: 3255 + $signature: 3252 }; A.TransactionRuleEditVM.prototype = { get$transactionRule() { @@ -563281,7 +562600,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTransactionRule(transactionRule)); }, - $signature: 366 + $signature: 385 }; A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -563368,7 +562687,7 @@ } else A.viewEntity(false, savedTransactionRule, null, true); }, - $signature: 366 + $signature: 385 }; A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -563458,7 +562777,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.transactionRuleList, B.EntityType_transactionRule, new A.TransactionRuleListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.TransactionRulePresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3256 + $signature: 3253 }; A.TransactionRuleListBuilder_build__closure.prototype = { call$2(context, index) { @@ -563475,7 +562794,7 @@ t3 = false; return new A.TransactionRuleListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 3257 + $signature: 3254 }; A.TransactionRuleListVM.prototype = {}; A.TransactionRuleListVM_fromStore__handleRefresh.prototype = { @@ -563561,7 +562880,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTransactionRules(value)); }, - $signature: 28 + $signature: 27 }; A.TransactionRuleScreen_build_closure8.prototype = { call$2(state, value) { @@ -563569,7 +562888,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTransactionRulesByState(state)); }, - $signature: 66 + $signature: 67 }; A.TransactionRuleScreen_build_closure9.prototype = { call$0() { @@ -563602,7 +562921,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTransactionRulesByState(state)); }, - $signature: 62 + $signature: 61 }; A.TransactionRuleScreen_build_closure.prototype = { call$0() { @@ -563669,7 +562988,7 @@ call$2(context, vm) { return new A.TransactionRuleScreen(vm, null); }, - $signature: 3258 + $signature: 3255 }; A.TransactionRuleScreenVM.prototype = {}; A.TransactionRuleView.prototype = { @@ -563787,13 +563106,13 @@ call$1(store) { return A.TransactionRuleViewVM_TransactionRuleViewVM$fromStore(store); }, - $signature: 3259 + $signature: 3256 }; A.TransactionRuleViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TransactionRuleView(vm, this.$this.isFilter, null); }, - $signature: 3260 + $signature: 3257 }; A.TransactionRuleViewVM.prototype = { get$transactionRule() { @@ -564080,7 +563399,7 @@ b.get$_user_model$_$this()._customValue4 = t1; return b; }, - $signature: 94 + $signature: 95 }; A._UserEditState__onChanged_closure0.prototype = { call$0() { @@ -564099,13 +563418,13 @@ b.get$userCompany().get$_company_model$_$this()._permissions = this.permissionsString; return b; }, - $signature: 94 + $signature: 95 }; A._UserEditState_build_closure15.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._UserEditState_build_closure.prototype = { call$1(val) { @@ -564153,14 +563472,14 @@ call$2(channel, options) { this.viewModel.onUserChanged.call$1(this.user.rebuild$1(new A._UserEditState_build__closure12(channel, options))); }, - $signature: 837 + $signature: 809 }; A._UserEditState_build__closure12.prototype = { call$1(b) { b.get$userCompany().get$notifications().$indexSet(0, this.channel, A.BuiltList_BuiltList$from(this.options, type$.String)); return b; }, - $signature: 94 + $signature: 95 }; A._UserEditState_build_closure3.prototype = { call$1(value) { @@ -564173,7 +563492,7 @@ b.get$userCompany().get$_company_model$_$this()._isAdmin = this.value; return b; }, - $signature: 94 + $signature: 95 }; A._UserEditState_build_closure4.prototype = { call$1(value) { @@ -564202,7 +563521,7 @@ t1.get$_company_model$_$this()._permissions = t2; return b; }, - $signature: 94 + $signature: 95 }; A._UserEditState_build_closure5.prototype = { call$1(value) { @@ -564231,7 +563550,7 @@ t1.get$_company_model$_$this()._permissions = t2; return b; }, - $signature: 94 + $signature: 95 }; A._UserEditState_build_closure6.prototype = { call$0() { @@ -564296,7 +563615,7 @@ var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.isModuleEnabled$1(entityType); }, - $signature: 236 + $signature: 249 }; A._UserEditState_build_closure14.prototype = { call$1(type) { @@ -564318,7 +563637,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), _null, t5)], type$.JSArray_DataCell), _null, _null, false); }, - $signature: 3261 + $signature: 3258 }; A._UserEditState_build__closure.prototype = { call$0() { @@ -564413,13 +563732,13 @@ call$1(store) { return A.UserEditVM_UserEditVM$fromStore(store); }, - $signature: 3262 + $signature: 3259 }; A.UserEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.UserEdit(viewModel, new A.ValueKey(viewModel.user.updatedAt, type$.ValueKey_int)); }, - $signature: 3263 + $signature: 3260 }; A.UserEditVM.prototype = { get$user(receiver) { @@ -564435,7 +563754,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateUser(user)); }, - $signature: 172 + $signature: 183 }; A.UserEditVM_UserEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -564517,7 +563836,7 @@ } else A.viewEntity(false, savedUser, null, true); }, - $signature: 172 + $signature: 183 }; A.UserEditVM_UserEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -564590,7 +563909,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.userList, B.EntityType_user, new A.UserListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, null, viewModel.state, null); }, - $signature: 3264 + $signature: 3261 }; A.UserListBuilder_build__closure.prototype = { call$2(context, index) { @@ -564599,7 +563918,7 @@ t2.toString; return new A.UserListItem(t2, new A.UserListBuilder_build___closure(new A.UserListBuilder_build__closure_showDialog(t2)), t1.filter, null); }, - $signature: 3265 + $signature: 3262 }; A.UserListBuilder_build__closure_showDialog.prototype = { call$0() { @@ -564699,7 +564018,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterUsers(value)); }, - $signature: 28 + $signature: 27 }; A.UserScreen_build_closure8.prototype = { call$2(state, value) { @@ -564707,7 +564026,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterUsersByState(state)); }, - $signature: 66 + $signature: 67 }; A.UserScreen_build_closure9.prototype = { call$0() { @@ -564772,7 +564091,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterUsersByState(state)); }, - $signature: 62 + $signature: 61 }; A.UserScreen_build_closure.prototype = { call$0() { @@ -564807,7 +564126,7 @@ call$2(context, vm) { return new A.UserScreen(vm, null); }, - $signature: 3266 + $signature: 3263 }; A.UserScreenVM.prototype = {}; A.UserView.prototype = { @@ -565023,13 +564342,13 @@ call$1(store) { return A.UserViewVM_UserViewVM$fromStore(store); }, - $signature: 3267 + $signature: 3264 }; A.UserViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.UserView(vm, this.$this.isFilter, null); }, - $signature: 3268 + $signature: 3265 }; A.UserViewVM.prototype = { get$user(receiver) { @@ -565135,7 +564454,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._VendorEditState_build_closure0.prototype = { call$1(context) { @@ -565274,7 +564593,7 @@ b.get$_vendor_model$_$this()._vendor_model$_postalCode = t1; return b; }, - $signature: 91 + $signature: 93 }; A.VendorEditAddressState__onChanged_closure0.prototype = { call$0() { @@ -565286,7 +564605,7 @@ call$1(country) { return this.viewModel.onChanged.call$1(this.vendor.rebuild$1(new A.VendorEditAddressState_build__closure(country))); }, - $signature: 61 + $signature: 62 }; A.VendorEditAddressState_build__closure.prototype = { call$1(b) { @@ -565295,7 +564614,7 @@ b.get$_vendor_model$_$this()._vendor_model$_countryId = t1; return b; }, - $signature: 91 + $signature: 93 }; A.VendorEditContacts.prototype = { createState$0() { @@ -565361,19 +564680,19 @@ t5 = t2.length; return new A.VendorContactEditDetails(B.JSArray_methods.indexOf$2(t2, B.JSArray_methods.firstWhere$2$orElse(t2, new A._VendorEditContactsState__showContactEditor__closure(t3), null), 0), t3, viewModel, t1, t5 > 1, new A.ValueKey("__" + t4 + "__" + t3.id + "__", type$.ValueKey_String)); }, - $signature: 3269 + $signature: 3266 }; A._VendorEditContactsState__showContactEditor__closure.prototype = { call$1(c) { return c.id === this.contact.id; }, - $signature: 195 + $signature: 201 }; 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: 3270 + $signature: 3267 }; A._VendorEditContactsState_build__closure.prototype = { call$0() { @@ -565587,7 +564906,7 @@ b.get$_vendor_model$_$this()._vendor_model$_customValue4 = t1; return b; }, - $signature: 400 + $signature: 422 }; A.VendorContactEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -565698,14 +565017,14 @@ b.get$_vendor_model$_$this()._vendor_model$_sendEmail = this.value; return b; }, - $signature: 400 + $signature: 422 }; A.VendorContactEditDetailsState_build__closure1.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_sendEmail = this.value; return b; }, - $signature: 400 + $signature: 422 }; A.VendorContactEditDetailsState_build_closure11.prototype = { call$0() { @@ -565720,7 +565039,7 @@ t1.viewModel.onRemoveContactPressed.call$1(t1.index); A.Navigator_of(this.context, false).pop$1(null); }, - $signature: 28 + $signature: 27 }; A.VendorContactEditDetailsState_build_closure12.prototype = { call$0() { @@ -565739,13 +565058,13 @@ call$1(store) { return A.VendorEditContactsVM_VendorEditContactsVM$fromStore(store); }, - $signature: 3271 + $signature: 3268 }; A.VendorEditContactsScreen_build_closure.prototype = { call$2(context, vm) { return new A.VendorEditContacts(vm, this.$this.viewModel, null); }, - $signature: 3272 + $signature: 3269 }; A.VendorEditContactsVM.prototype = { get$company() { @@ -565774,7 +565093,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.DeleteVendorContact(index)); }, - $signature: 401 + $signature: 384 }; A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1.prototype = { call$0() { @@ -565790,7 +565109,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateVendorContact(index, contact)); }, - $signature: 3273 + $signature: 3270 }; A.VendorEditDesktop.prototype = { build$1(context) { @@ -565956,7 +565275,7 @@ b.get$_vendor_model$_$this()._vendor_model$_customValue4 = t1; return b; }, - $signature: 91 + $signature: 93 }; A.VendorEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -565991,27 +565310,27 @@ b.get$_vendor_model$_$this()._vendor_model$_assignedUserId = this.userId; return b; }, - $signature: 91 + $signature: 93 }; A.VendorEditDetailsState_build_closure2.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.vendor.rebuild$1(new A.VendorEditDetailsState_build__closure(value))); }, - $signature: 8 + $signature: 7 }; A.VendorEditDetailsState_build__closure.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_classification = this.value; return b; }, - $signature: 91 + $signature: 93 }; A.VendorEditDetailsState_build_closure1.prototype = { call$1(classification) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(classification), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, classification, type$.String); }, - $signature: 39 + $signature: 40 }; A.VendorEditFooter.prototype = { build$1(context) { @@ -566144,7 +565463,7 @@ b.get$_vendor_model$_$this()._vendor_model$_privateNotes = t1; return b; }, - $signature: 91 + $signature: 93 }; A.VendorEditNotesState__onChanged_closure0.prototype = { call$0() { @@ -566187,7 +565506,7 @@ call$1(currency) { return this.viewModel.onChanged.call$1(this.vendor.rebuild$1(new A.VendorEditSettingsState_build__closure0(currency))); }, - $signature: 61 + $signature: 62 }; A.VendorEditSettingsState_build__closure0.prototype = { call$1(b) { @@ -566198,13 +565517,13 @@ b.get$_vendor_model$_$this()._vendor_model$_currencyId = t1; return b; }, - $signature: 91 + $signature: 93 }; A.VendorEditSettingsState_build_closure0.prototype = { call$1(language) { return this.viewModel.onChanged.call$1(this.vendor.rebuild$1(new A.VendorEditSettingsState_build__closure(language))); }, - $signature: 61 + $signature: 62 }; A.VendorEditSettingsState_build__closure.prototype = { call$1(b) { @@ -566215,7 +565534,7 @@ b.get$_vendor_model$_$this()._vendor_model$_languageId = t1; return b; }, - $signature: 91 + $signature: 93 }; A.VendorEditScreen.prototype = { build$1(context) { @@ -566227,13 +565546,13 @@ call$1(store) { return A.VendorEditVM_VendorEditVM$fromStore(store); }, - $signature: 3274 + $signature: 3271 }; A.VendorEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.VendorEdit(viewModel, new A.ValueKey(viewModel.vendor.updatedAt, type$.ValueKey_int)); }, - $signature: 3275 + $signature: 3272 }; A.VendorEditVM.prototype = { get$vendor(receiver) { @@ -566249,7 +565568,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateVendor(vendor)); }, - $signature: 289 + $signature: 309 }; A.VendorEditVM_VendorEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -566303,7 +565622,7 @@ t5[0].call$1(new A.SaveVendorRequest(new A._AsyncCompleter(t3, type$._AsyncCompleter_VendorEntity), t2)); return t3.then$1$1(0, new A.VendorEditVM_VendorEditVM$fromStore___closure0(t2, t4, this.state, t1, $navigator), type$.Null).catchError$1(new A.VendorEditVM_VendorEditVM$fromStore___closure1()); }, - $signature: 129 + $signature: 130 }; A.VendorEditVM_VendorEditVM$fromStore___closure.prototype = { call$1(context) { @@ -566359,7 +565678,7 @@ A.viewEntity(false, savedVendor, null, true); } }, - $signature: 289 + $signature: 309 }; A.VendorEditVM_VendorEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -566470,7 +565789,7 @@ } return t1; }, - $signature: 117 + $signature: 114 }; A.VendorListItem_build__closure2.prototype = { call$0() { @@ -566531,7 +565850,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.vendorList, B.EntityType_vendor, new A.VendorListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.VendorPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3276 + $signature: 3273 }; A.VendorListBuilder_build__closure.prototype = { call$2(context, index) { @@ -566544,7 +565863,7 @@ t3 = t4 && B.JSArray_methods.contains$1(t3._list$_list, t2.id); return A.VendorListItem$(t1.filter, t3, null, t4, t2); }, - $signature: 825 + $signature: 831 }; A.VendorListVM.prototype = {}; A.VendorListVM_fromStore__handleRefresh.prototype = { @@ -566667,7 +565986,7 @@ call$1(contact) { return contact.get$fullName(); }, - $signature: 3277 + $signature: 3274 }; A.VendorPresenter_getField_closure0.prototype = { call$0() { @@ -566744,7 +566063,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterVendors(value)); }, - $signature: 28 + $signature: 27 }; A.VendorScreen_build_closure8.prototype = { call$2(state, value) { @@ -566752,7 +566071,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterVendorsByState(state)); }, - $signature: 66 + $signature: 67 }; A.VendorScreen_build_closure9.prototype = { call$0() { @@ -566817,7 +566136,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterVendorsByState(state)); }, - $signature: 62 + $signature: 61 }; A.VendorScreen_build_closure.prototype = { call$0() { @@ -566852,7 +566171,7 @@ call$2(context, vm) { return new A.VendorScreen(vm, null); }, - $signature: 3278 + $signature: 3275 }; A.VendorScreenVM.prototype = {}; A.VendorView.prototype = { @@ -566962,7 +566281,7 @@ t1.push(A.RefreshIndicator$(new A.VendorViewActivity(t3, new A.ValueKey(t4.id, type$.ValueKey_String)), new A._VendorViewState_build__closure2(t3, context))); return A.Column$(A._setArrayType([A.Expanded$(A.TabBarView$(t1, 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: 248 + $signature: 235 }; A._VendorViewState_build__closure.prototype = { call$0() { @@ -567032,13 +566351,13 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 75 }; A._VendorViewActivityState_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list$_list[index], true, null); }, - $signature: 299 + $signature: 311 }; A.VendorViewDetails.prototype = { createState$0() { @@ -567154,7 +566473,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: 307 + $signature: 298 }; A._VendorViewDetailsState_build__buildDetailsList_closure.prototype = { call$1(contact) { @@ -567202,7 +566521,7 @@ t2.push(A.AppListTile$(_null, t1, B.IconData_58530_MaterialIcons_null_false, new A._VendorViewDetailsState_build__buildDetailsList__closure2(t5, t6, contact), t4, t3 + "\n" + t1)); } }, - $signature: 3279 + $signature: 3276 }; A._VendorViewDetailsState_build__buildDetailsList__closure1.prototype = { call$0() { @@ -567286,7 +566605,7 @@ call$2(path, isPrivate) { return this.$this.viewModel.onUploadDocuments.call$3(this.context, path, isPrivate); }, - $signature: 140 + $signature: 142 }; A.VendorViewDocuments_build_closure0.prototype = { call$0() { @@ -567491,7 +566810,7 @@ } return A.Row$(t13, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 709 + $signature: 690 }; A._VendorViewFullwidthState_build__closure.prototype = { call$0() { @@ -567542,7 +566861,7 @@ } return A.Row$(t1, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 3280 + $signature: 3277 }; A._VendorViewFullwidthState_build__closure2.prototype = { call$0() { @@ -567715,14 +567034,14 @@ call$1(store) { return A.VendorViewVM_VendorViewVM$fromStore(store); }, - $signature: 3281 + $signature: 3278 }; 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: 3282 + $signature: 3279 }; A.VendorViewVM.prototype = { get$vendor(receiver) { @@ -567765,7 +567084,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 112 + $signature: 105 }; A.VendorViewVM_VendorViewVM$fromStore__closure.prototype = { call$1(client) { @@ -567777,7 +567096,7 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 81 }; A.VendorViewVM_VendorViewVM$fromStore__closure0.prototype = { call$1(error) { @@ -567871,7 +567190,7 @@ b.get$_webhook_model$_$this()._targetUrl = t1; return b; }, - $signature: 259 + $signature: 256 }; A._WebhookEditState__onChanged_closure0.prototype = { call$0() { @@ -567883,7 +567202,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 49 + $signature: 48 }; A._WebhookEditState_build_closure.prototype = { call$1(context) { @@ -567952,7 +567271,7 @@ } return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, t13, _null, _null, false, _null, false, _null, _null)], t16), _null, _null, _null, false, _null); }, - $signature: 136 + $signature: 138 }; A._WebhookEditState_build__closure.prototype = { call$1(value) { @@ -567979,14 +567298,14 @@ b.get$_webhook_model$_$this()._eventId = this.value; return b; }, - $signature: 259 + $signature: 256 }; A._WebhookEditState_build__closure0.prototype = { call$1(eventId) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(B.Map_AHGNA.$index(0, eventId)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, eventId, type$.String); }, - $signature: 39 + $signature: 40 }; A._WebhookEditState_build__closure2.prototype = { call$1(value) { @@ -567999,7 +567318,7 @@ b.get$_webhook_model$_$this()._restMethod = this.value; return b; }, - $signature: 259 + $signature: 256 }; A._WebhookEditState_build__closure3.prototype = { call$1(value) { @@ -568042,7 +567361,7 @@ b.get$headers(b).$indexSet(0, this.key, this.value); return b; }, - $signature: 259 + $signature: 256 }; A._WebhookEditState_build__closure6.prototype = { call$1(key) { @@ -568059,7 +567378,7 @@ t4.toString; return A.ListTile$(false, B.EdgeInsets_0_0_0_0, _null, _null, true, _null, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, t3, A.IconButton$(_null, _null, _null, _null, t1, _null, new A._WebhookEditState_build___closure(this.viewModel, t2, key), _null, _null, _null, t4, _null), _null); }, - $signature: 225 + $signature: 224 }; A._WebhookEditState_build___closure.prototype = { call$0() { @@ -568072,7 +567391,7 @@ b.get$headers(b).get$_safeMap().remove$1(0, this.key); return b; }, - $signature: 259 + $signature: 256 }; A.WebhookEditScreen.prototype = { build$1(context) { @@ -568084,13 +567403,13 @@ call$1(store) { return A.WebhookEditVM_WebhookEditVM$fromStore(store); }, - $signature: 3283 + $signature: 3280 }; A.WebhookEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.WebhookEdit(viewModel, new A.ValueKey(viewModel.webhook.updatedAt, type$.ValueKey_int)); }, - $signature: 3284 + $signature: 3281 }; A.WebhookEditVM.prototype = { get$webhook() { @@ -568106,7 +567425,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateWebhook(webhook)); }, - $signature: 379 + $signature: 425 }; A.WebhookEditVM_WebhookEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -568182,7 +567501,7 @@ } else A.viewEntity(false, savedWebhook, null, true); }, - $signature: 379 + $signature: 425 }; A.WebhookEditVM_WebhookEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -568256,13 +567575,13 @@ call$1(store) { return A.WebhookViewVM_WebhookViewVM$fromStore(store); }, - $signature: 3285 + $signature: 3282 }; A.WebhookViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.WebhookView(vm, false, null); }, - $signature: 3286 + $signature: 3283 }; A.WebhookViewVM.prototype = { get$webhook() { @@ -568342,7 +567661,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.webhookList, B.EntityType_webhook, new A.WebhookListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.WebhookPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3287 + $signature: 3284 }; A.WebhookListBuilder_build__closure.prototype = { call$2(context, index) { @@ -568359,7 +567678,7 @@ t3 = false; return new A.WebhookListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 3288 + $signature: 3285 }; A.WebhookListVM.prototype = {}; A.WebhookListVM_fromStore__handleRefresh.prototype = { @@ -568456,7 +567775,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterWebhooks(value)); }, - $signature: 28 + $signature: 27 }; A.WebhookScreen_build_closure8.prototype = { call$2(state, value) { @@ -568464,7 +567783,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterWebhooksByState(state)); }, - $signature: 66 + $signature: 67 }; A.WebhookScreen_build_closure9.prototype = { call$0() { @@ -568497,7 +567816,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterWebhooksByState(state)); }, - $signature: 62 + $signature: 61 }; A.WebhookScreen_build_closure.prototype = { call$0() { @@ -568564,7 +567883,7 @@ call$2(context, vm) { return new A.WebhookScreen(vm, null); }, - $signature: 3289 + $signature: 3286 }; A.WebhookScreenVM.prototype = {}; A.snackBarCompleter_closure.prototype = { @@ -568653,20 +567972,20 @@ call$1(response) { this.onComplete.call$1(response); }, - $signature: 8 + $signature: 7 }; A.loadDesign_closure0.prototype = { call$1(error) { A.showErrorDialog(false, A.S(error)); this.onComplete.call$1(null); }, - $signature: 8 + $signature: 7 }; A.showRefreshDataDialog_closure.prototype = { call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_Widget), null); }, - $signature: 175 + $signature: 179 }; A.showErrorDialog_closure.prototype = { call$1(context) { @@ -568678,7 +567997,7 @@ call$1(context) { return new A.MessageDialog(this.message, null, this.secondaryActions, this.onDismiss, null, null); }, - $signature: 383 + $signature: 421 }; A.confirmCallback_closure.prototype = { call$1(context) { @@ -568732,7 +568051,7 @@ t3.toString; return A.PointerInterceptor$(A.AlertDialog$(A._setArrayType([t2, A.TextButton$(t7, A.Text$(J.$index$asx(t3, "ok").toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.confirmCallback__closure3(t4), _null)], type$.JSArray_Widget), _null, _null, t1, _null, t6, t9)); }, - $signature: 723 + $signature: 668 }; A.confirmCallback_closure__onPressed.prototype = { call$0() { @@ -568798,7 +568117,7 @@ A.print("## 3"); return new A.PasswordConfirmation(this.callback, "", null); }, - $signature: 585 + $signature: 461 }; A.passwordCallback_closure1.prototype = { call$2(idToken, accessToken) { @@ -568818,13 +568137,13 @@ A.showDialog(null, B.Color_2315255808, false, new A.passwordCallback__closure0(t2, idToken), _this.context, null, true, type$.AlertDialog); } }, - $signature: 182 + $signature: 185 }; A.passwordCallback__closure0.prototype = { call$1(context) { return new A.PasswordConfirmation(this.callback, this.idToken, null); }, - $signature: 585 + $signature: 461 }; A.passwordCallback_closure2.prototype = { call$2(idToken, accessToken) { @@ -568844,25 +568163,25 @@ A.showDialog(null, B.Color_2315255808, false, new A.passwordCallback__closure(t2, idToken), _this.context, null, true, type$.AlertDialog); } }, - $signature: 182 + $signature: 185 }; A.passwordCallback__closure.prototype = { call$1(context) { return new A.PasswordConfirmation(this.callback, this.idToken, null); }, - $signature: 585 + $signature: 461 }; A.passwordCallback_closure3.prototype = { call$1(error) { A.showErrorDialog(false, error); }, - $signature: 8 + $signature: 7 }; A.PasswordConfirmation.prototype = { createState$0() { return new A._PasswordConfirmationState(B._StateLifecycle_0); }, - callback$2(arg0, arg1) { + callback$2($receiver, arg0, arg1) { return this.callback.call$2(arg0, arg1); } }; @@ -568876,7 +568195,7 @@ t1.toString; A.Navigator_of(t1, false).pop$1(null); t1 = this._widget; - t1.callback$2(password, t1.idToken); + t1.callback$2(0, password, t1.idToken); }, build$1(context) { var t2, t3, t4, t5, _this = this, _null = null, @@ -568947,7 +568266,7 @@ var _this = this; return new A.FieldConfirmation(_this.callback, _this.title, _this.field, _this.value, _this.maxLength, _this.secondaryActions, null); }, - $signature: 3291 + $signature: 3288 }; A.FieldConfirmation.prototype = { createState$0() { @@ -569072,7 +568391,7 @@ t3.toString; return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(J.$index$asx(t3, "close").toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.cloneToDialog__closure4(context), _null)], t5), _null, _null, t1, _null, _null, t4); }, - $signature: 174 + $signature: 168 }; A.cloneToDialog__closure.prototype = { call$0() { @@ -569146,7 +568465,7 @@ t3.toString; return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(J.$index$asx(t3, "close").toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.changeTaskStatusDialog__closure0(context), _null)], type$.JSArray_Widget), _null, _null, t6, _null, _null, t4); }, - $signature: 174 + $signature: 168 }; A.changeTaskStatusDialog__closure.prototype = { call$1(statusId) { @@ -569155,7 +568474,7 @@ t1 = A.Text$(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].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), _null, _null, new A.changeTaskStatusDialog___closure(_this.store, _this.task, statusId, _this.localization, _this.context), false, _null, _null, _null, _null, _null, t1, _null, _null); }, - $signature: 225 + $signature: 224 }; A.changeTaskStatusDialog___closure.prototype = { call$0() { @@ -569217,7 +568536,7 @@ t1 = false; return t1; }, - $signature: 202 + $signature: 195 }; A.addToInvoiceDialog_closure0.prototype = { call$1(context) { @@ -569240,7 +568559,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: 175 + $signature: 179 }; A.addToInvoiceDialog__closure.prototype = { call$1(invoice) { @@ -569251,7 +568570,7 @@ t3.toString; return A.SimpleDialogOption$(A.Row$(A._setArrayType([t1, A.Text$(t3, _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.addToInvoiceDialog___closure(t2, invoice, this.items)); }, - $signature: 3292 + $signature: 3289 }; A.addToInvoiceDialog___closure.prototype = { call$0() { @@ -569265,7 +568584,7 @@ b.get$lineItems().addAll$1(0, this.items); return b; }, - $signature: 7 + $signature: 8 }; A.EnumUtils_fromString_closure.prototype = { call$1(enumItem) { @@ -571180,7 +570499,7 @@ call$1(element) { return element instanceof A.LinkAttribution; }, - $signature: 337 + $signature: 288 }; A._EmptyParagraphSyntax.prototype = { get$pattern(_) { @@ -571211,7 +570530,7 @@ t1 = ""; this.callback.call$2(t2, t1); }, - $signature: 807 + $signature: 846 }; A.GoogleOAuth_signUp_closure.prototype = { call$1(value) { @@ -571224,13 +570543,13 @@ t1 = ""; this.callback.call$2(t2, t1); }, - $signature: 807 + $signature: 846 }; A.toSnakeCase_closure.prototype = { call$1(match) { return "_" + match.$index(0, 0).toLowerCase(); }, - $signature: 114 + $signature: 115 }; A.toCamelCase_closure.prototype = { call$1(word) { @@ -571242,7 +570561,7 @@ call$1(match) { return " " + match.$index(0, 0).toLowerCase(); }, - $signature: 114 + $signature: 115 }; A.toTitleCase_closure.prototype = { call$1(word) { @@ -571259,7 +570578,7 @@ if (A.matchesString(haystack, this.needle)) this._box_0.isMatch = true; }, - $signature: 96 + $signature: 94 }; A.matchesString_closure.prototype = { call$1(rune) { @@ -571267,7 +570586,7 @@ t1 = this._box_0; t1.regExp = t1.regExp + (character + ".*?"); }, - $signature: 78 + $signature: 74 }; A.matchesString_closure0.prototype = { call$1(needle) { @@ -571282,7 +570601,7 @@ if (value != null) this._box_0.match = value; }, - $signature: 96 + $signature: 94 }; A.getRandomString_closure.prototype = { call$1(_) { @@ -571547,14 +570866,14 @@ call$0() { return type$.DocumentLayout._as(this.$this._docLayoutKey.get$currentState()); }, - $signature: 171 + $signature: 173 }; A._ExampleEditorState__showEditorToolbar_closure.prototype = { call$1(context) { var t1 = this.$this; return new A.EditorToolbar(t1._textSelectionAnchor, t1._editorFocusNode, t1._docEditor, t1._composer, t1.get$_hideEditorToolbar(), null); }, - $signature: 3296 + $signature: 3293 }; A._ExampleEditorState__showEditorToolbar_closure0.prototype = { call$1(timeStamp) { @@ -571577,7 +570896,7 @@ var t1 = this.$this; return new A.ImageFormatToolbar(t1._imageSelectionAnchor, t1._composer, new A._ExampleEditorState__showImageToolbar__closure(t1), null); }, - $signature: 3297 + $signature: 3294 }; A._ExampleEditorState__showImageToolbar__closure.prototype = { call$2(nodeId, width) { @@ -571587,7 +570906,7 @@ t1.toString; t1.putMetadataValue$2("singleColumnLayout", A.LinkedHashMap_LinkedHashMap$_literal(["width", width, "padding", A.SingleColumnLayoutComponentStyles_SingleColumnLayoutComponentStyles$fromMetadata(t1).padding], type$.String, type$.nullable_Object)); }, - $signature: 3298 + $signature: 3295 }; A._ExampleEditorState__showImageToolbar_closure0.prototype = { call$1(timeStamp) { @@ -571614,14 +570933,14 @@ t3.push(t1._buildMountedToolbar$0()); return new A.Stack(B.AlignmentDirectional_m1_m1, null, B.StackFit_0, B.Clip_1, A._setArrayType([A.Column$(t3, B.CrossAxisAlignment_2, null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)], t2), null); }, - $signature: 432 + $signature: 397 }; A._ExampleEditorState__buildEditor_closure.prototype = { call$1(_) { var t1 = this.$this; return new A.AndroidTextEditingFloatingToolbar(t1.get$_cut(), t1.get$_copy(), t1.get$_paste(), t1.get$_selectAll(), null); }, - $signature: 3300 + $signature: 3297 }; A._ExampleEditorState__buildEditor_closure0.prototype = { call$1(_) { @@ -571630,7 +570949,7 @@ t2.toString; return new A.IOSTextEditingFloatingToolbar(t1.get$_cut(), t1.get$_copy(), t1.get$_paste(), t2, null); }, - $signature: 3301 + $signature: 3298 }; A._ExampleEditorState__buildMountedToolbar_closure.prototype = { call$1(_) { @@ -571645,25 +570964,25 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return new A.KeyboardEditingToolbar(t3, t2, t1, null); }, - $signature: 52 + $signature: 51 }; A._darkModeStyles_closure.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["textStyle", B.TextStyle_gkc0], type$.String, type$.dynamic); }, - $signature: 119 + $signature: 113 }; A._darkModeStyles_closure0.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["textStyle", B.TextStyle_gkc], type$.String, type$.dynamic); }, - $signature: 119 + $signature: 113 }; A._darkModeStyles_closure1.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["textStyle", B.TextStyle_gkc], type$.String, type$.dynamic); }, - $signature: 119 + $signature: 113 }; A.EditorToolbar.prototype = { createState$0() { @@ -571821,13 +571140,13 @@ call$1(attribution) { return attribution instanceof A.LinkAttribution; }, - $signature: 337 + $signature: 288 }; A._EditorToolbarState__onLinkPressed_closure.prototype = { call$1(attribution) { return attribution instanceof A.LinkAttribution; }, - $signature: 337 + $signature: 288 }; A._EditorToolbarState__onLinkPressed_closure0.prototype = { call$0() { @@ -571867,14 +571186,14 @@ } return A.Material$(B.Duration_200000, true, _null, new A.SizedBox(_null, 40, A.Row$(A._setArrayType([t2, t3, t4, A.Center$(A.IconButton$(_null, t1, _null, _null, B.Icon_gkc, _null, t5, _null, 16, _null, "Link", _null), _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), B.Clip_1, _null, 5, _null, _null, B.StadiumBorder_Sik, _null, _null, B.MaterialType_0); }, - $signature: 803 + $signature: 853 }; A._EditorToolbarState__buildUrlField_closure0.prototype = { call$1(context) { var _null = null; return A.Text$("Enter a url...", _null, _null, _null, _null, _null, B.TextStyle_66S, _null, _null, _null); }, - $signature: 3304 + $signature: 3301 }; A._EditorToolbarState__buildUrlField_closure.prototype = { call$1(_) { @@ -571883,7 +571202,7 @@ t1.toString; return A.TextStyle$(_null, _null, A.Theme_of(t1).colorScheme.brightness === B.Brightness_0 ? B.Color_4294967295 : B.Color_4278190080, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 193 + $signature: 190 }; A._EditorToolbarState__buildUrlField_closure1.prototype = { call$0() { @@ -571935,7 +571254,7 @@ t1 = this.$this; return A.Material$(B.Duration_200000, true, _null, new A.SizedBox(_null, 40, new A.Padding(B.EdgeInsets_16_0_16_0, A.Row$(A._setArrayType([A.Center$(A.IconButton$(_null, _null, _null, _null, B.Icon_MXY2, _null, t1.get$_makeImageConfined(), _null, 16, _null, "Bold", _null), _null, _null), A.Center$(A.IconButton$(_null, _null, _null, _null, B.Icon_xk6, _null, t1.get$_makeImageFullBleed(), _null, 16, _null, "Italics", _null), _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null), B.Clip_1, _null, 5, _null, _null, B.StadiumBorder_Sik, _null, _null, B.MaterialType_0); }, - $signature: 803 + $signature: 853 }; A._PositionedToolbar.prototype = { build$1(context) { @@ -571951,7 +571270,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_Widget), _null)); }, - $signature: 3306 + $signature: 3303 }; A.SingleLineAttributedTextEditingController.prototype = { insertNewline$0() { @@ -571963,7 +571282,7 @@ var t1 = J.getInterceptor$asx(response); this.onComplete.call$5(t1.$index(response, "subject"), t1.$index(response, "body"), J.replaceFirst$2$s(t1.$index(response, "wrapper"), "$body", t1.$index(response, "body")), t1.$index(response, "raw_subject"), t1.$index(response, "raw_body")); }, - $signature: 8 + $signature: 7 }; A.loadEmailTemplate_closure0.prototype = { call$1(error) { @@ -571974,7 +571293,7 @@ t1 = t1.body; this.onComplete.call$5(t2, t1, t1, t2, t1); }, - $signature: 8 + $signature: 7 }; A.WebUtils_registerWebView_closure.prototype = { call$1(viewId) { @@ -571985,7 +571304,7 @@ t2.border = "none"; return t1; }, - $signature: 3307 + $signature: 3304 }; A.WebUtils_warnChanges_closure.prototype = { call$1(e) { @@ -571994,7 +571313,7 @@ if (t1.hasChanges$0()) type$.BeforeUnloadEvent._as(e).returnValue = "Changes you made may not be saved."; }, - $signature: 530 + $signature: 590 }; A.WebUtils_microsoftLogin_closure.prototype = { call$1(result) { @@ -572002,13 +571321,13 @@ t2 = J.getInterceptor$x(t1); this.succesCallback.call$2(t2.get$idToken(t1), t2.get$accessToken(t1)); }, - $signature: 3308 + $signature: 3305 }; A.WebUtils_microsoftLogin_closure0.prototype = { call$1(error) { this.failureCallback.call$1(error); }, - $signature: 8 + $signature: 7 }; A.LinkifyElement.prototype = { $eq(_, other) { @@ -572050,7 +571369,7 @@ var t1 = this._box_0; t1.list = linkifier.parse$2(0, t1.list, this.options); }, - $signature: 3309 + $signature: 3306 }; A.EmailLinkifier.prototype = { parse$2(_, elements, options) { @@ -572093,7 +571412,7 @@ } else _this.list.push(element); }, - $signature: 801 + $signature: 866 }; A.EmailElement.prototype = { toString$0(_) { @@ -572168,7 +571487,7 @@ } else _this.list.push(element); }, - $signature: 801 + $signature: 866 }; A.UrlElement.prototype = { toString$0(_) { @@ -572462,7 +571781,7 @@ $parent._logger$_children.$indexSet(0, thisName, t1); return t1; }, - $signature: 3311 + $signature: 3308 }; A.Element1.prototype = { get$isEmpty(_) { @@ -572490,7 +571809,7 @@ call$1(child) { return child.get$textContent(); }, - $signature: 3312 + $signature: 3309 }; A.Text1.prototype = { accept$1(_, visitor) { @@ -572566,7 +571885,7 @@ var t1 = this.parser; return s.canParse$1(t1) && s.canEndBlock$1(t1); }, - $signature: 800 + $signature: 867 }; A.EmptyBlockSyntax.prototype = { get$pattern(_) { @@ -572710,7 +572029,7 @@ call$1(s) { return s.canParse$1(this.parser); }, - $signature: 800 + $signature: 867 }; A.CodeBlockSyntax.prototype = { get$pattern(_) { @@ -573074,7 +572393,7 @@ t1.__late_helper$_value = pattern.firstMatch$1(t2.lines[t2._pos]); return t1._readLocal$0() != null; }, - $signature: 3315 + $signature: 3312 }; A.UnorderedListSyntax.prototype = { get$pattern(_) { @@ -573200,7 +572519,7 @@ call$0() { return new A.LinkReference(this.destination, this._box_0.title); }, - $signature: 3316 + $signature: 3313 }; A.Document0.prototype = {}; A.LinkReference.prototype = {}; @@ -573416,25 +572735,25 @@ call$1(s) { return !B.JSArray_methods.contains$1(this.$this.document.extensionSet.inlineSyntaxes, s); }, - $signature: 791 + $signature: 868 }; A.InlineParser_parse_closure.prototype = { call$1(syntax) { return syntax.tryMatch$1(this.$this); }, - $signature: 791 + $signature: 868 }; A.InlineParser__linkOrImage_closure.prototype = { call$1(d) { return d.get$char() === 91 || d.get$char() === 33; }, - $signature: 789 + $signature: 869 }; A.InlineParser__linkOrImage_closure0.prototype = { call$1(n) { return n === this.delimiter.node; }, - $signature: 3319 + $signature: 3316 }; A.InlineParser__linkOrImage_closure1.prototype = { call$0() { @@ -573447,26 +572766,26 @@ B.JSArray_methods.removeRange$2(t1, t2, t1.length); return children; }, - $signature: 771 + $signature: 871 }; A.InlineParser__processEmphasis_closure.prototype = { call$0() { return A.List_List$filled(3, this.bottomIndex, false, type$.int); }, - $signature: 641 + $signature: 664 }; A.InlineParser__processEmphasis_closure0.prototype = { call$1(d) { var t1 = this.closer; return d.get$char() === t1.get$char() && d.get$canOpen() && this.$this._canFormEmphasis$2(d, t1); }, - $signature: 789 + $signature: 869 }; A.InlineParser__processEmphasis_closure1.prototype = { call$0() { return B.JSArray_methods.sublist$2(this.$this._inline_parser$_tree, this.openerTextNodeIndex + 1, this._box_0.closerTextNodeIndex); }, - $signature: 771 + $signature: 871 }; A.InlineSyntax.prototype = { tryMatch$1(parser) { @@ -573893,7 +573212,7 @@ $defaultValues() { return [null]; }, - $signature: 3321 + $signature: 3318 }; A.ImageSyntax.prototype = { _inline_parser$_createNode$3$getChildren(destination, title, getChildren) { @@ -573911,7 +573230,7 @@ call$1(node) { return node.get$textContent(); }, - $signature: 3322 + $signature: 3319 }; A.CodeSyntax.prototype = { tryMatch$1(parser) { @@ -574308,7 +573627,7 @@ A.CommonAuthorizationUrlRequest0.prototype = {}; A.CommonEndSessionRequest.prototype = {}; A.JsError.prototype = {}; - A.Promise1.prototype = {}; + A.Promise2.prototype = {}; A.Array.prototype = {}; A.Object0.prototype = {}; A.Reflect.prototype = {}; @@ -574780,7 +574099,7 @@ call$1(child) { type$.OverflowViewParentData._as(child.parentData).offstage = null; }, - $signature: 67 + $signature: 68 }; A.RenderOverflowView_performFixedLayout_getChildOffset.prototype = { call$1(index) { @@ -574790,20 +574109,20 @@ else return new A.Offset(0, mainAxisOffset); }, - $signature: 3325 + $signature: 3322 }; A.RenderOverflowView_performFlexibleLayout_closure.prototype = { call$2(previousValue, element) { return Math.max(previousValue, this.$this._overflow_view$_getCrossSize$1(element)); }, - $signature: 3326 + $signature: 3323 }; A.RenderOverflowView_visitOnlyOnStageChildren_closure.prototype = { call$1(child) { if (type$.OverflowViewParentData._as(child.parentData).offstage === false) this.visitor.call$1(child); }, - $signature: 67 + $signature: 68 }; A.RenderOverflowView_paint_paintChild.prototype = { call$1(child) { @@ -574817,13 +574136,13 @@ t1.paintChild$2(child, t2.get$size(t2).bottomRight$1(0, B.Offset_0_0)); } }, - $signature: 67 + $signature: 68 }; A.RenderOverflowView_paint_defaultPaint.prototype = { call$2(context, offset) { this.$this.visitOnlyOnStageChildren$1(this.paintChild); }, - $signature: 93 + $signature: 91 }; A.RenderOverflowView_hitTestChildren_closure.prototype = { call$1(renderObject) { @@ -574833,13 +574152,13 @@ t1 = this.position; this.result.addWithPaintOffset$3$hitTest$offset$position(new A.RenderOverflowView_hitTestChildren__closure(t1, childParentData, renderObject), childParentData.offset, t1); }, - $signature: 67 + $signature: 68 }; A.RenderOverflowView_hitTestChildren__closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 75 + $signature: 77 }; A._RenderOverflowView_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -574900,7 +574219,7 @@ call$2(context, constraints) { return this.builder.call$2(context, constraints.value); }, - $signature: 3327 + $signature: 3324 }; A._OverflowViewElement.prototype = {}; A.CupertinoPopoverMenu.prototype = { @@ -575140,7 +574459,7 @@ t2.toString; innerContext.paintChild$2(t2, innerOffset.$add(0, t1._contentOffset)); }, - $signature: 93 + $signature: 91 }; A.RenderPopover_hitTestChildren_closure.prototype = { call$2(result, transformed) { @@ -575148,7 +574467,7 @@ t1 = t1 == null ? null : t1.hitTest$2$position(result, transformed); return t1 === true; }, - $signature: 75 + $signature: 77 }; A.ArrowDirection.prototype = { _enumToString$0() { @@ -575188,7 +574507,7 @@ t6 = A.TextButton$(false, A.Icon$(B.IconData_57695_MaterialIcons_null_true, t5 === t7 ? t1.inactiveButtonTextColor : t1.activeButtonTextColor, _null, _null), _null, _null, t3.get$next(t3), t6); return new A.SizedBox(_null, t2, A._IosToolbarMenuContent$(t1.children, t3, t2, t6, _null, t4), _null); }, - $signature: 3328 + $signature: 3325 }; A._MenuPageController.prototype = { set$currentPage(value) { @@ -575401,7 +574720,7 @@ call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 75 + $signature: 77 }; A._RenderIosPagedMenu__scheduleUpdateControllerPageCount_closure.prototype = { call$1(d) { @@ -575660,7 +574979,7 @@ call$1(arg) { return arg == null ? "null" : '"' + arg + '"'; }, - $signature: 3329 + $signature: 3326 }; A.InternalStyle.prototype = { getRoot$1(path) { @@ -576045,7 +575364,7 @@ } else t1._widget.toString; }, - $signature: 497 + $signature: 506 }; A._PinchZoomState_build_closure.prototype = { call$1(_) { @@ -576063,7 +575382,7 @@ t1.___PinchZoomState__controllerReset_A.forward$0(0); return null; }, - $signature: 496 + $signature: 501 }; A.__PinchZoomState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -576515,13 +575834,13 @@ t5 === $ && A.throwUnnamedLateFieldNI(); return A.MouseRegion$(A.TextFieldTapRegion$(A.IgnorePointer$(A.AnimatedBuilder$(t3, new A._PinputState__buildPinput__closure(t4, t1), t5.buildGestureDetector$2$behavior$child(B.HitTestBehavior_2, new A.Stack(B.Alignment_0_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([t1._buildEditable$2(t4.textSelectionControls, field), t1._buildFields$0()], type$.JSArray_Widget), _null))), false, _null), _null, _null), t2, _null, _null, new A._PinputState__buildPinput__closure0(t1), new A._PinputState__buildPinput__closure1(t1), _null); }, - $signature: 3331 + $signature: 3328 }; A._PinputState__buildPinput__closure0.prototype = { call$1($event) { return this.$this._pinput$_handleHover$1(true); }, - $signature: 130 + $signature: 131 }; A._PinputState__buildPinput__closure1.prototype = { call$1($event) { @@ -576541,7 +575860,7 @@ t4 = this._box_0.handleDidGainAccessibilityFocus; return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1.get$_semanticsOnTap(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, child, _null); }, - $signature: 753 + $signature: 725 }; A._PinputState__buildEditable_closure.prototype = { call$1(value) { @@ -576566,13 +575885,13 @@ var t1 = this.$this; return new A._SeparatedRaw(A.Iterable_Iterable$generate(t1._widget.length, null, type$.int).map$1$1(0, new A._PinputState__buildFields_onlyFields_closure(t1), type$.Widget).toList$0(0), B.MainAxisAlignment_2, null, null); }, - $signature: 144 + $signature: 141 }; A._PinputState__buildFields_onlyFields_closure.prototype = { call$1(index) { return new A._PinItem(this.$this, index, null); }, - $signature: 3332 + $signature: 3329 }; A._PinputState__buildFields_closure.prototype = { call$2(context, child) { @@ -576580,7 +575899,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: 186 + $signature: 203 }; A.PinputAutovalidateMode.prototype = { _enumToString$0() { @@ -576778,7 +576097,7 @@ t1 = B.SizedBox_8_null_null_null; return t1; }, - $signature: 3333 + $signature: 3330 }; A._PinputCursor.prototype = { build$1(context) { @@ -576839,7 +576158,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 125 }; A.__PinputAnimatedCursorState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -576957,7 +576276,7 @@ } return htmlElement; }, - $signature: 766 + $signature: 875 }; A.PointerInterceptor.prototype = { build$1(context) { @@ -577393,7 +576712,7 @@ call$1(input) { return input; }, - $signature: 592 + $signature: 488 }; A.PrintingPlugin_layoutPdf_closure0.prototype = { call$1($event) { @@ -577401,7 +576720,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: 3336 + $signature: 3333 }; A.PrintingPlugin_layoutPdf__closure.prototype = { call$0() { @@ -577431,7 +576750,7 @@ this.data.add$1(0, type$.List_int._as(B.FileReader_methods.get$result(this.r))); this.completer.complete$0(0); }, - $signature: 419 + $signature: 410 }; A._WebPdfRaster.prototype = { get$pixels() { @@ -577698,7 +577017,7 @@ call$1(input) { return input; }, - $signature: 592 + $signature: 488 }; A.Mutex.prototype = { acquire$0() { @@ -578007,7 +577326,7 @@ return; t1.setState$1(new A.PdfPreviewCustomState_didChangeDependencies__closure(t1, printingInfo)); }, - $signature: 756 + $signature: 881 }; A.PdfPreviewCustomState_didChangeDependencies__closure.prototype = { call$0() { @@ -578025,7 +577344,7 @@ t3 = t1._widget; return A.GestureDetector$(_null, new A.PdfPreviewPage(t2, t3.pdfPreviewPageDecoration, t3.previewPageMargin, _null), 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, _null, _null, _null, _null, false, B.Offset_O5r); }, - $signature: 3339 + $signature: 3336 }; A.PdfPreviewCustomState__createPreview__closure.prototype = { call$0() { @@ -578257,7 +577576,7 @@ return; t1.setState$1(new A.PdfPreviewState_didChangeDependencies__closure(t1, printingInfo)); }, - $signature: 756 + $signature: 881 }; A.PdfPreviewState_didChangeDependencies__closure.prototype = { call$0() { @@ -578276,7 +577595,7 @@ t4 === $ && A.throwUnnamedLateFieldNI(); return new A.PdfPreviewCustom(t4, controller.buildDocument, t3, _null, _null, _null, t2.pages, _null, _null, false, _null, _null, _null, t1.previewWidget); }, - $signature: 3341 + $signature: 3338 }; A.PdfPreviewRaster.prototype = { raster$0() { @@ -578591,7 +577910,7 @@ call$1(image) { return this.comp.complete$1(0, image); }, - $signature: 3342 + $signature: 3339 }; A.QrBitBuffer.prototype = { $indexSet(_, index, value) { @@ -578962,7 +578281,7 @@ t1 = t1._qrWidget$2(null, widgetSize); return t1; }, - $signature: 211 + $signature: 221 }; A._QrContentView.prototype = { build$1(context) { @@ -579195,7 +578514,7 @@ call$2(h, i) { return A._combine0(h, J.get$hashCode$(i)); }, - $signature: 618 + $signature: 764 }; A.MiddlewareClass.prototype = {}; A.Store.prototype = { @@ -579226,7 +578545,7 @@ t1.__Store__state_A = state; t1._changeController.add$1(0, state); }, - $signature: 8 + $signature: 7 }; A.Store__createDispatchers_closure.prototype = { call$1(action) { @@ -579382,7 +578701,7 @@ _this.__RoundedLoadingButtonState__borderAnimation_A = new A._AnimatedEvaluation(t2, new A.BorderRadiusTween(t4, t5), type$.BorderRadiusTween._eval$1("_AnimatedEvaluation")); t2.addListener$1(0, new A.RoundedLoadingButtonState_initState_closure2(_this)); t2 = _this._rounded_loading_button$_state; - new A._BehaviorSubjectStream(t2, t2.$ti._eval$1("_BehaviorSubjectStream<1>")).listen$1(new A.RoundedLoadingButtonState_initState_closure3(_this)); + new A._BehaviorSubjectStream(t2, t2.$ti._eval$1("_BehaviorSubjectStream<1>")).listen$1(0, new A.RoundedLoadingButtonState_initState_closure3(_this)); t2 = _this._widget.controller; t2._startListener = _this.get$_rounded_loading_button$_start(_this); t2._resetListener = _this.get$_rounded_loading_button$_reset(); @@ -579472,7 +578791,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: 3344 + $signature: 3341 }; A.RoundedLoadingButtonState_initState_closure.prototype = { call$0() { @@ -579527,7 +578846,7 @@ return; t1._widget.controller._rounded_loading_button$_state.add$1(0, $event); }, - $signature: 3345 + $signature: 3342 }; A.RoundedLoadingButtonController.prototype = {}; A._RoundedLoadingButtonState_State_TickerProviderStateMixin.prototype = { @@ -579549,7 +578868,7 @@ get$isBroadcast() { return true; }, - listen$4$cancelOnError$onDone$onError(onData, cancelOnError, onDone, onError) { + listen$4$cancelOnError$onDone$onError(_, onData, cancelOnError, onDone, onError) { var e, s, exception, t1, t2, t3, t4, _null = null, stream = null; try { stream = this._factory.call$0(); @@ -579563,12 +578882,12 @@ t4 = new A._AsyncStreamController(_null, _null, _null, _null, t3); t4._addError$2(t1, t2 == null ? A.AsyncError_defaultStackTrace(t1) : t2); t4._closeUnchecked$0(); - return new A._ControllerStream(t4, t3._eval$1("_ControllerStream<1>")).listen$4$cancelOnError$onDone$onError(onData, cancelOnError, onDone, onError); + return new A._ControllerStream(t4, t3._eval$1("_ControllerStream<1>")).listen$4$cancelOnError$onDone$onError(0, onData, cancelOnError, onDone, onError); } - return stream.listen$4$cancelOnError$onDone$onError(onData, cancelOnError, onDone, onError); + return J.listen$4$cancelOnError$onDone$onError$z(stream, onData, cancelOnError, onDone, onError); }, - listen$3$onDone$onError(onData, onDone, onError) { - return this.listen$4$cancelOnError$onDone$onError(onData, null, onDone, onError); + listen$3$onDone$onError($receiver, onData, onDone, onError) { + return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, onDone, onError); } }; A._MissingCase.prototype = { @@ -579638,14 +578957,14 @@ return true; return other instanceof A._BehaviorSubjectStream && other._behavior_subject$_subject === this._behavior_subject$_subject; }, - listen$4$cancelOnError$onDone$onError(onData, cancelOnError, onDone, onError) { - return this._behavior_subject$_subject.listen$4$cancelOnError$onDone$onError(onData, cancelOnError, onDone, onError); + listen$4$cancelOnError$onDone$onError(_, onData, cancelOnError, onDone, onError) { + return this._behavior_subject$_subject.listen$4$cancelOnError$onDone$onError(0, onData, cancelOnError, onDone, onError); }, - listen$1(onData) { - return this.listen$4$cancelOnError$onDone$onError(onData, null, null, null); + listen$1($receiver, onData) { + return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, null, null); }, - listen$3$onDone$onError(onData, onDone, onError) { - return this.listen$4$cancelOnError$onDone$onError(onData, null, onDone, onError); + listen$3$onDone$onError($receiver, onData, onDone, onError) { + return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, onDone, onError); }, get$value(_) { var t1 = this._behavior_subject$_subject; @@ -579680,7 +578999,7 @@ throw A.wrapException(A.StateError$(string$.You_ca)); _this._isAddingStreamItems = true; t1 = new A._Future($.Zone__current, type$._Future_void); - source.listen$4$cancelOnError$onDone$onError(_this.get$_subject$_add(_this), cancelOnError, new A.Subject_addStream_complete(_this, new A._AsyncCompleter(t1, type$._AsyncCompleter_void)), _this.get$_subject$_addError()); + source.listen$4$cancelOnError$onDone$onError(0, _this.get$_subject$_add(_this), cancelOnError, new A.Subject_addStream_complete(_this, new A._AsyncCompleter(t1, type$._AsyncCompleter_void)), _this.get$_subject$_addError()); return t1; }, addStream$1($receiver, source) { @@ -579732,11 +579051,11 @@ return true; return other instanceof A._SubjectStream && other._subject$_subject === this._subject$_subject; }, - listen$4$cancelOnError$onDone$onError(onData, cancelOnError, onDone, onError) { - return this._subject$_subject.listen$4$cancelOnError$onDone$onError(onData, cancelOnError, onDone, onError); + listen$4$cancelOnError$onDone$onError(_, onData, cancelOnError, onDone, onError) { + return this._subject$_subject.listen$4$cancelOnError$onDone$onError(0, onData, cancelOnError, onDone, onError); }, - listen$3$onDone$onError(onData, onDone, onError) { - return this.listen$4$cancelOnError$onDone$onError(onData, null, onDone, onError); + listen$3$onDone$onError($receiver, onData, onDone, onError) { + return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, onDone, onError); } }; A._StartWithStreamSink.prototype = { @@ -579862,12 +579181,12 @@ t2 = this.sink; t3 = t2.get$onData(); t4 = t2.get$onError(t2); - t1.subscription = this.stream.listen$3$onDone$onError(t3, t2.get$onDone(), t4); + t1.subscription = this.stream.listen$3$onDone$onError(0, t3, t2.get$onDone(), t4); }, call$0() { return this.call$1(null); }, - $signature: 754 + $signature: 882 }; A._forwardMulti__closure.prototype = { call$0() { @@ -579910,7 +579229,7 @@ t3 = _this.sink; t4 = t3._readFinal$0().get$onData(); t5 = J.get$onError$x(t3._readFinal$0()); - t1.subscription = t2.listen$3$onDone$onError(t4, t3._readFinal$0().get$onDone(), t5); + t1.subscription = t2.listen$3$onDone$onError(0, t4, t3._readFinal$0().get$onDone(), t5); if (!t2.get$isBroadcast()) { t2 = _this.controller; t2.set$onPause(0, new A._forward__listenToUpstream_closure(t1, t3)); @@ -579920,7 +579239,7 @@ call$0() { return this.call$1(null); }, - $signature: 754 + $signature: 882 }; A._forward__listenToUpstream_closure.prototype = { call$0() { @@ -580087,7 +579406,7 @@ call$1(p) { return p.toJson$0(); }, - $signature: 3347 + $signature: 3344 }; A.SentryId.prototype = { toString$0(_) { @@ -580317,7 +579636,7 @@ call$2(key, value) { return new A.MapEntry(key, J.toString$0$(value), type$.MapEntry_String_String); }, - $signature: 3348 + $signature: 3345 }; A.SharePlusWebPlugin.prototype = {}; A.SharePlatform.prototype = {}; @@ -580899,7 +580218,7 @@ return "name"; } }, - $signature: 3349 + $signature: 3346 }; A.SignInWithApplePlatform.prototype = {}; A.WebAuthenticationOptions.prototype = {}; @@ -581460,7 +580779,7 @@ return null; return A._asStringQ(t1); }, - $signature: 829 + $signature: 819 }; A.Highlighter$__closure.prototype = { call$1(line) { @@ -581468,7 +580787,7 @@ t1 = new A.WhereIterable(t1, new A.Highlighter$___closure(), A._arrayInstanceType(t1)._eval$1("WhereIterable<1>")); return t1.get$length(t1); }, - $signature: 3350 + $signature: 3347 }; A.Highlighter$___closure.prototype = { call$1(highlight) { @@ -581478,26 +580797,26 @@ t1 = t1.get$end(t1); return t2 !== t1.get$line(t1); }, - $signature: 593 + $signature: 527 }; A.Highlighter$__closure0.prototype = { call$1(line) { return line.url; }, - $signature: 3352 + $signature: 3349 }; A.Highlighter__collateLines_closure.prototype = { call$1(highlight) { var t1 = highlight.span.get$sourceUrl(); return t1 == null ? new A.Object() : t1; }, - $signature: 3353 + $signature: 3350 }; A.Highlighter__collateLines_closure0.prototype = { call$2(highlight1, highlight2) { return highlight1.span.compareTo$1(0, highlight2.span); }, - $signature: 3354 + $signature: 3351 }; A.Highlighter__collateLines_closure1.prototype = { call$1(entry) { @@ -581543,7 +580862,7 @@ } return lines; }, - $signature: 3355 + $signature: 3352 }; A.Highlighter__collateLines__closure.prototype = { call$1(highlight) { @@ -581551,13 +580870,13 @@ t1 = t1.get$end(t1); return t1.get$line(t1) < this.line.number; }, - $signature: 593 + $signature: 527 }; A.Highlighter_highlight_closure.prototype = { call$1(highlight) { return true; }, - $signature: 593 + $signature: 527 }; A.Highlighter__writeFileStart_closure.prototype = { call$0() { @@ -581656,7 +580975,7 @@ t2 = t2._contents += B.JSString_methods.$mul("^", Math.max(endColumn + (tabsBefore + tabsInside) * 3 - startColumn, 1)); return t2.length - t3.length; }, - $signature: 166 + $signature: 182 }; A.Highlighter__writeIndicator_closure0.prototype = { call$0() { @@ -581679,7 +580998,7 @@ } return t2._contents.length - t3.length; }, - $signature: 166 + $signature: 182 }; A.Highlighter__writeSidebar_closure.prototype = { call$0() { @@ -581721,7 +581040,7 @@ } return A._Highlight__normalizeEndOfLine(A._Highlight__normalizeTrailingNewline(A._Highlight__normalizeNewlines(t1))); }, - $signature: 3356 + $signature: 3353 }; A._Line.prototype = { toString$0(_) { @@ -581936,7 +581255,7 @@ var t1 = A._setArrayType([this.listenTo], type$.JSArray_ReactiveModelImp_dynamic); return t1; }, - $signature: 3358 + $signature: 3355 }; A.OnBuilder_closure0.prototype = { call$3(_, __, ___) { @@ -582090,7 +581409,7 @@ return; t1.setState$1(new A._MyStatefulWidgetState_initState__closure(t1, model)); }, - $signature: 3359 + $signature: 3356 }; A._MyStatefulWidgetState_initState__closure.prototype = { call$0() { @@ -582520,7 +581839,7 @@ t1 = _this.subscription; if (t1 != null) t1.cancel$0(0); - _this.subscription = stream.listen$3$onDone$onError(new A.ReactiveModelImp__handleAsyncState_closure(_this, middleSetState, stackTrace), new A.ReactiveModelImp__handleAsyncState_closure0(_this), new A.ReactiveModelImp__handleAsyncState_closure1(_this, middleSetState, mutator, stackTrace)); + _this.subscription = stream.listen$3$onDone$onError(0, new A.ReactiveModelImp__handleAsyncState_closure(_this, middleSetState, stackTrace), new A.ReactiveModelImp__handleAsyncState_closure0(_this), new A.ReactiveModelImp__handleAsyncState_closure1(_this, middleSetState, mutator, stackTrace)); middleSetState.call$2(B.StateStatus_1, null); }, toString$0(_) { @@ -582661,7 +581980,7 @@ throw A.wrapException(e); } }, - $signature: 340 + $signature: 389 }; A.ReactiveModelImp__handleAsyncState__closure.prototype = { call$0() { @@ -583178,7 +582497,7 @@ call$0() { return A.InspectDocumentAffinity_getAffinityBetween(this.$this, this.position1, this.position2); }, - $signature: 3361 + $signature: 3358 }; A._MutableDocument_Object_ChangeNotifier.prototype = {}; A.DocumentGestureMode.prototype = { @@ -583557,7 +582876,7 @@ baseStyle = B.TextStyle_SVP0; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 193 + $signature: 190 }; A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -584663,13 +583982,13 @@ call$2(doc, transaction) { transaction._document.deleteNode$1(this.nodeBefore); }, - $signature: 103 + $signature: 104 }; A.CommonEditorOperations_deleteUpstream_closure0.prototype = { call$2(doc, transaction) { transaction._document.deleteNode$1(this.node); }, - $signature: 103 + $signature: 104 }; A.CommonEditorOperations_replaceBlockNodeWithEmptyParagraphAndCollapsedSelection_closure.prototype = { call$2(doc, transaction) { @@ -584682,73 +584001,73 @@ t1 = new A.DocumentPosition(newNode.id, B.TextNodePosition_0_TextAffinity_1); this.$this.composer.set$selection(new A.DocumentSelection(t1, t1)); }, - $signature: 103 + $signature: 104 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure.prototype = { call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); }, - $signature: 103 + $signature: 104 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure0.prototype = { call$2($document, transaction) { transaction._document.insertNodeAt$2(this.paragraphNodeIndex, A.HorizontalRuleNode$(B.C_Uuid.v4$0())); }, - $signature: 103 + $signature: 104 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure1.prototype = { call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); }, - $signature: 103 + $signature: 104 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure2.prototype = { call$2(value, element) { return element instanceof A.UrlElement ? value + 1 : value; }, - $signature: 3363 + $signature: 3360 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure3.prototype = { call$2(value, element) { return element instanceof A.TextElement0 ? value + B.JSString_methods.trim$0(element.text) : value; }, - $signature: 3364 + $signature: 3361 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure4.prototype = { call$1(element) { return element instanceof A.UrlElement; }, - $signature: 3365 + $signature: 3362 }; A.CommonEditorOperations__processUrlNode_closure.prototype = { call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.imageNode, this.node); }, - $signature: 103 + $signature: 104 }; 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: 103 + $signature: 104 }; A.CommonEditorOperations_insertBlockLevelNewline_closure0.prototype = { call$2(doc, transaction) { transaction._document.insertNodeBefore$2$existingNode$newNode(this.extentNode, A.ParagraphNode$(this.newNodeId, null, A.AttributedText$(null, ""))); }, - $signature: 103 + $signature: 104 }; A.CommonEditorOperations_convertToListItem_closure.prototype = { call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); }, - $signature: 103 + $signature: 104 }; A.CommonEditorOperations_convertToBlockquote_closure.prototype = { call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); }, - $signature: 103 + $signature: 104 }; A.CommonEditorOperations_convertToParagraph_closure.prototype = { call$2($document, transaction) { @@ -584759,7 +584078,7 @@ } else transaction._document.replaceNode$2$newNode$oldNode(A.ParagraphNode$(t1.id, this.newMetadata, t1._text$_text), t1); }, - $signature: 103 + $signature: 104 }; A._PasteEditorCommand.prototype = { execute$2($document, transaction) { @@ -584828,7 +584147,7 @@ call$1(pastedLine) { return A.ParagraphNode$(B.C_Uuid.v4$0(), null, pastedLine); }, - $signature: 3366 + $signature: 3363 }; A.SuperEditorDebugVisuals.prototype = { updateShouldNotify$1(oldWidget) { @@ -584970,7 +584289,7 @@ t4 === $ && A.throwUnnamedLateFieldNI(); return A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(A.Color$fromARGB(B.JSInt_methods.round$0(255 * (t4._blink_controller$_isVisible ? 1 : 0)), t3.get$value(t3) >>> 16 & 255, t3.get$value(t3) >>> 8 & 255, t3.get$value(t3) & 255), _null, _null, t1._widget.caretStyle.borderRadius, _null, _null, B.BoxShape_0), _null, _null, B.ValueKey_caret_primary, _null, _null, _null, _null, t2.width); }, - $signature: 3367 + $signature: 3364 }; A.__CaretDocumentOverlayState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -585115,7 +584434,7 @@ t1 = _this._widget; t2 = t1.focusNode; _this.___DocumentMouseInteractorState__focusNode_A = t2; - _this.___DocumentMouseInteractorState__selectionSubscription_A = t1.selectionChanges.listen$1(_this.get$_document_gestures_mouse$_onSelectionChange()); + _this.___DocumentMouseInteractorState__selectionSubscription_A = t1.selectionChanges.listen$1(0, _this.get$_document_gestures_mouse$_onSelectionChange()); t1 = _this._widget.autoScroller; t1.addListener$1(0, _this.get$_document_gestures_mouse$_updateDragSelection()); t2 = _this.get$_updateMouseCursorAtLatestOffset(); @@ -585135,7 +584454,7 @@ t1 = _this.___DocumentMouseInteractorState__selectionSubscription_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.cancel$0(0); - _this.___DocumentMouseInteractorState__selectionSubscription_A = _this._widget.selectionChanges.listen$1(_this.get$_document_gestures_mouse$_onSelectionChange()); + _this.___DocumentMouseInteractorState__selectionSubscription_A = _this._widget.selectionChanges.listen$1(0, _this.get$_document_gestures_mouse$_onSelectionChange()); } t1 = oldWidget.autoScroller; if (_this._widget.autoScroller !== t1) { @@ -585550,14 +584869,14 @@ this.$this._widget.autoScroller.goIdle$0(); return null; }, - $signature: 203 + $signature: 197 }; A._DocumentMouseInteractorState_build_closure0.prototype = { call$1($event) { this.$this._widget.autoScroller.goIdle$0(); return null; }, - $signature: 836 + $signature: 806 }; A._DocumentMouseInteractorState__buildCursorStyle_closure.prototype = { call$3(context, value, child) { @@ -585565,7 +584884,7 @@ t1 = this.$this; return A.MouseRegion$(child, t1._mouseCursor._change_notifier$_value, _null, _null, _null, new A._DocumentMouseInteractorState__buildCursorStyle__closure(t1), _null); }, - $signature: 3369 + $signature: 3366 }; A._DocumentMouseInteractorState__buildCursorStyle__closure.prototype = { call$1(_) { @@ -585577,7 +584896,7 @@ call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 258 + $signature: 261 }; A._DocumentMouseInteractorState__buildGestureInput_closure0.prototype = { call$1(recognizer) { @@ -585589,13 +584908,13 @@ recognizer.onTripleTap = t1.get$_onTripleTap(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 250 + $signature: 262 }; A._DocumentMouseInteractorState__buildGestureInput_closure1.prototype = { call$0() { return A.PanGestureRecognizer$(null, null); }, - $signature: 246 + $signature: 253 }; A._DocumentMouseInteractorState__buildGestureInput_closure2.prototype = { call$1(recognizer) { @@ -585606,7 +584925,7 @@ recognizer.onCancel = t1.get$_document_gestures_mouse$_onPanCancel(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 245 + $signature: 239 }; A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -586303,13 +585622,13 @@ call$0() { return this.$this.get$scrollPosition(); }, - $signature: 435 + $signature: 414 }; A._AndroidDocumentTouchInteractorState_initState_closure0.prototype = { call$0() { return this.$this.get$viewportBox(); }, - $signature: 436 + $signature: 417 }; A._AndroidDocumentTouchInteractorState_initState_closure1.prototype = { call$1(timeStamp) { @@ -586390,32 +585709,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: 3376 + $signature: 3373 }; A._AndroidDocumentTouchInteractorState__positionCollapsedHandle_closure.prototype = { call$0() { var t1 = this.extentRect; return new A.Offset(t1.left, t1.bottom); }, - $signature: 284 + $signature: 273 }; A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure.prototype = { call$0() { return this.affinity === B.TextAffinity_1 ? this.baseHandleOffset : this.extentHandleOffset; }, - $signature: 284 + $signature: 273 }; A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure0.prototype = { call$0() { return this.affinity === B.TextAffinity_1 ? this.extentHandleOffset : this.baseHandleOffset; }, - $signature: 284 + $signature: 273 }; A._AndroidDocumentTouchInteractorState__buildGestureInput_closure.prototype = { call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 258 + $signature: 261 }; A._AndroidDocumentTouchInteractorState__buildGestureInput_closure0.prototype = { call$1(recognizer) { @@ -586426,7 +585745,7 @@ recognizer.onTripleTapDown = t1.get$_onTripleTapDown(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 250 + $signature: 262 }; A.AndroidDocumentTouchEditingControls.prototype = { createState$0() { @@ -586631,7 +585950,7 @@ t2._widget.toString; return new A.Padding(new A.EdgeInsets(0, 0, 0, t1.viewInsets.bottom), A.ClipRect$(new A.SizedBox(1 / 0, 1 / 0, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t3, _null), _null), B.Clip_1, _null), _null); }, - $signature: 467 + $signature: 518 }; A.SelectionHandleType.prototype = { _enumToString$0() { @@ -587487,13 +586806,13 @@ call$0() { return this.$this.get$scrollPosition(); }, - $signature: 435 + $signature: 414 }; A._IOSDocumentTouchInteractorState_initState_closure0.prototype = { call$0() { return this.$this.get$viewportBox(); }, - $signature: 436 + $signature: 417 }; A._IOSDocumentTouchInteractorState_initState_closure1.prototype = { call$1(timeStamp) { @@ -587605,14 +586924,14 @@ 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: 3377 + $signature: 3374 }; A._IOSDocumentTouchInteractorState__positionCollapsedHandle_closure.prototype = { call$0() { var t1 = this.extentRect; return new A.Offset(t1.left, t1.bottom); }, - $signature: 284 + $signature: 273 }; A._IOSDocumentTouchInteractorState_build_closure.prototype = { call$1(timeStamp) { @@ -587629,7 +586948,7 @@ call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 258 + $signature: 261 }; A._IOSDocumentTouchInteractorState__buildGestureInput_closure0.prototype = { call$1(recognizer) { @@ -587641,13 +586960,13 @@ recognizer.onTimeout = t1.get$_onTapTimeout(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 250 + $signature: 262 }; A._IOSDocumentTouchInteractorState__buildGestureInput_closure1.prototype = { call$0() { return A.VerticalDragGestureRecognizer$(null, null); }, - $signature: 396 + $signature: 393 }; A._IOSDocumentTouchInteractorState__buildGestureInput_closure2.prototype = { call$1(instance) { @@ -587661,7 +586980,7 @@ instance.onCancel = t1.get$_onPanCancel(); instance.gestureSettings = this.gestureSettings; }, - $signature: 393 + $signature: 391 }; A.DragMode.prototype = { _enumToString$0() { @@ -588042,25 +587361,25 @@ call$2(doc, transaction) { transaction._document.deleteNode$1(this.nodeBefore); }, - $signature: 103 + $signature: 104 }; A.TextDeltasDocumentEditor__deleteUpstream_closure0.prototype = { call$2(doc, transaction) { transaction._document.deleteNode$1(this.node); }, - $signature: 103 + $signature: 104 }; A.TextDeltasDocumentEditor__insertNewlineInDeltas_closure.prototype = { call$2(doc, transaction) { transaction._document.insertNodeAfter$2$existingNode$newNode(this.extentNode, A.ParagraphNode$(this.newNodeId, null, A.AttributedText$(null, ""))); }, - $signature: 103 + $signature: 104 }; A.TextDeltasDocumentEditor__insertNewlineInDeltas_closure0.prototype = { call$2(doc, transaction) { transaction._document.insertNodeBefore$2$existingNode$newNode(this.extentNode, A.ParagraphNode$(this.newNodeId, null, A.AttributedText$(null, ""))); }, - $signature: 103 + $signature: 104 }; A.DocumentImeInputClient.prototype = { dispose$0() { @@ -588239,7 +587558,7 @@ call$1(e) { return !(e instanceof A.TextEditingDeltaNonTextUpdate); }, - $signature: 737 + $signature: 893 }; A.DocumentImeInputClient__sendDocumentToIme_closure.prototype = { call$1(timeStamp) { @@ -588999,7 +588318,7 @@ t9 = A.IconButton$(_null, _null, _null, _null, B.Icon_l3B, _null, t2 ? t1.get$_convertToBlockquote() : _null, _null, _null, _null, _null, _null); return A.Row$(A._setArrayType([t3, t5, t6, t7, t4, t8, t10, t11, t12, t9, A.IconButton$(_null, _null, _null, _null, B.Icon_S8r, _null, isSingleNodeSelected && selectedNode instanceof A.ParagraphNode && selectedNode._text$_text.text.length === 0 ? t1.get$_convertToHr() : _null, _null, _null, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null); }, - $signature: 858 + $signature: 781 }; A.SuperEditorImeInteractor.prototype = { createState$0() { @@ -589107,7 +588426,7 @@ call$0() { return this.$this._widget.editContext._getDocumentLayout.call$0(); }, - $signature: 171 + $signature: 173 }; A.SuperEditorImeInteractorState_initState_closure0.prototype = { call$1(action) { @@ -589115,7 +588434,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.performAction$1(action); }, - $signature: 599 + $signature: 477 }; A.SuperEditorImeInteractorState_build_closure.prototype = { call$0() { @@ -589123,7 +588442,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1; }, - $signature: 734 + $signature: 900 }; A.SuperEditorImeInteractorState_build_closure0.prototype = { call$0() { @@ -589131,7 +588450,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1; }, - $signature: 734 + $signature: 900 }; A.SuperEditorImePolicies.prototype = { $eq(_, other) { @@ -589289,25 +588608,25 @@ call$0() { return this.$this.get$_document_scrollable$_viewport(); }, - $signature: 436 + $signature: 417 }; A._DocumentScrollableState_initState__closure0.prototype = { call$0() { return this.$this.get$_document_scrollable$_scrollPosition(); }, - $signature: 435 + $signature: 414 }; A._DocumentScrollableState_didUpdateWidget_closure.prototype = { call$0() { return this.$this.get$_document_scrollable$_viewport(); }, - $signature: 436 + $signature: 417 }; A._DocumentScrollableState_didUpdateWidget_closure0.prototype = { call$0() { return this.$this.get$_document_scrollable$_scrollPosition(); }, - $signature: 435 + $signature: 414 }; A.AutoScrollController.prototype = { dispose$0() { @@ -590152,19 +589471,19 @@ t1.toString; return t1; }, - $signature: 3382 + $signature: 3379 }; A._SingleColumnDocumentLayoutState__buildDocComponents_closure.prototype = { call$2(context, newComponentViewModel) { return new A._Component(this.$this._widget.componentBuilders, this.componentKey, newComponentViewModel, null); }, - $signature: 3383 + $signature: 3380 }; A._SingleColumnDocumentLayoutState__buildDocComponents_closure0.prototype = { call$2(key, value) { $.$get$editorLayoutLog().log$4(B.Level_FINER_400, " - " + key + ": " + value.toString$0(0), null, null); }, - $signature: 3384 + $signature: 3381 }; A._PresenterComponentBuilder.prototype = { createState$0() { @@ -590694,7 +590013,7 @@ var t1 = this.node; return selectedNode.get$id(selectedNode) === t1.get$id(t1); }, - $signature: 3385 + $signature: 3382 }; A.DocumentNodeSelection.prototype = { $eq(_, other) { @@ -590911,7 +590230,7 @@ baseStyle = B.TextStyle_SVP0; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 193 + $signature: 190 }; A._ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -591217,7 +590536,7 @@ baseStyle = B.TextStyle_SVP0; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 193 + $signature: 190 }; A._ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -591572,7 +590891,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return type$.DocumentLayout._as(t1.get$currentState()); }, - $signature: 171 + $signature: 173 }; A.SuperEditorState__createEditContext_closure0.prototype = { call$0() { @@ -591580,19 +590899,19 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return type$.DocumentLayout._as(t1.get$currentState()); }, - $signature: 171 + $signature: 173 }; A.SuperEditorState__updateComposerPreferencesAtSelection_closure.prototype = { call$1(attribution) { return !(attribution instanceof A.LinkAttribution); }, - $signature: 337 + $signature: 288 }; A.SuperEditorState__updateComposerPreferencesAtSelection_closure0.prototype = { call$1(attribution) { return attribution instanceof A.LinkAttribution; }, - $signature: 337 + $signature: 288 }; A.SuperEditorState_build_closure.prototype = { call$0() { @@ -591608,7 +590927,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1._getDocumentLayout.call$0(); }, - $signature: 171 + $signature: 173 }; A.SuperEditorState__buildGestureSystem_closure.prototype = { call$0() { @@ -591616,7 +590935,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1._getDocumentLayout.call$0(); }, - $signature: 171 + $signature: 173 }; A.SuperEditorState__buildGestureSystem_closure0.prototype = { call$0() { @@ -591624,7 +590943,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1._getDocumentLayout.call$0(); }, - $signature: 171 + $signature: 173 }; A.SuperEditorState__buildDesktopGestureSystem_closure.prototype = { call$2(context, viewportConstraints) { @@ -591646,7 +590965,7 @@ t9 === $ && A.throwUnnamedLateFieldNI(); 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([A.Positioned$fill(0, new A.DocumentMouseInteractor(t6, t7.editor._document, new A.SuperEditorState__buildDesktopGestureSystem__closure(t1), new A._BroadcastStream(t9, A._instanceType(t9)._eval$1("_BroadcastStream<1>")), t8.selectionNotifier, t1._contentTapDelegate, t2, false, B.SizedBox_null_null_null_null, _null)), new A.Align(B.Alignment_0_m1, _null, _null, this.documentLayout, _null)], type$.JSArray_Widget), _null), _null), _null); }, - $signature: 3386 + $signature: 3383 }; A.SuperEditorState__buildDesktopGestureSystem__closure.prototype = { call$0() { @@ -591654,7 +590973,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1._getDocumentLayout.call$0(); }, - $signature: 171 + $signature: 173 }; A.SuperEditorState__buildDocumentLayout_closure.prototype = { call$1(onBuildScheduled) { @@ -591666,7 +590985,7 @@ t3.toString; return new A.SingleColumnDocumentLayout(t3, t1._widget.componentBuilders, onBuildScheduled, t2); }, - $signature: 3387 + $signature: 3384 }; A.SuperEditorSelectionPolicies.prototype = { $eq(_, other) { @@ -591699,73 +591018,73 @@ call$0() { return this.editContext._getDocumentLayout.call$0(); }, - $signature: 171 + $signature: 173 }; 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: 119 + $signature: 113 }; A.defaultStylesheet_closure0.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_40_null, "textStyle", B.TextStyle_o8I1], type$.String, type$.dynamic); }, - $signature: 119 + $signature: 113 }; A.defaultStylesheet_closure1.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_32_null, "textStyle", B.TextStyle_o8I0], type$.String, type$.dynamic); }, - $signature: 119 + $signature: 113 }; A.defaultStylesheet_closure2.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_28_null, "textStyle", B.TextStyle_o8I], type$.String, type$.dynamic); }, - $signature: 119 + $signature: 113 }; 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: 119 + $signature: 113 }; 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: 119 + $signature: 113 }; 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: 119 + $signature: 113 }; 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: 119 + $signature: 113 }; 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: 119 + $signature: 113 }; A.defaultStylesheet_closure8.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["textStyle", B.TextStyle_CcT], type$.String, type$.dynamic); }, - $signature: 119 + $signature: 113 }; 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: 119 + $signature: 113 }; A.SuperEditorLaunchLinkTapHandler.prototype = { dispose$0() { @@ -591841,7 +591160,7 @@ return A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.dynamic); return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_24_null], type$.String, type$.dynamic); }, - $signature: 119 + $signature: 113 }; A.TaskComponentBuilder.prototype = { createViewModel$2($document, node) { @@ -591867,7 +591186,7 @@ call$2($document, transaction) { this.node.set$isComplete(this.isComplete); }, - $signature: 103 + $signature: 104 }; A.TaskComponentViewModel.prototype = { copy$0() { @@ -591950,7 +591269,7 @@ t1 = style; return t1; }, - $signature: 193 + $signature: 190 }; A.InsertNewTaskOrSplitExistingTaskCommand.prototype = { execute$2($document, transaction) { @@ -591984,7 +591303,7 @@ baseStyle = B.TextStyle_SVP0; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 193 + $signature: 190 }; A._TaskComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -592400,7 +591719,7 @@ call$0() { return this.selectionRange; }, - $signature: 3388 + $signature: 3385 }; A.InsertTextCommand.prototype = { execute$2($document, transaction) { @@ -592506,7 +591825,7 @@ call$2(context, _) { return this.$this.builder.call$1(context); }, - $signature: 186 + $signature: 203 }; A.Logger0.prototype = { log$2(tag, message) { @@ -592616,7 +591935,7 @@ var t1 = B.JSString_methods.substring$2(this._this.text, attributedSpan.start, attributedSpan.end + 1); return A.TextSpan$(null, null, this.styleBuilder.call$1(attributedSpan.attributions), t1); }, - $signature: 3389 + $signature: 3386 }; A.BlinkingCaret.prototype = { createState$0() { @@ -593018,13 +592337,13 @@ call$1(child) { child.attach$1(this.owner); }, - $signature: 67 + $signature: 68 }; A.RenderContentLayers_detach_closure.prototype = { call$1(child) { child.detach$0(0); }, - $signature: 67 + $signature: 68 }; A.RenderContentLayers_performLayout_closure.prototype = { call$1(constraints) { @@ -594017,7 +593336,7 @@ t2._widget.toString; return new A.Padding(new A.EdgeInsets(0, 0, 0, t1.viewInsets.bottom), A.ClipRect$(new A.SizedBox(1 / 0, 1 / 0, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t3, _null), _null), B.Clip_1, _null), _null); }, - $signature: 467 + $signature: 518 }; A._IosDocumentTouchEditingControlsState__buildHandles_closure.prototype = { call$3(context, isNearText, __) { @@ -594042,7 +593361,7 @@ handles.__late_helper$_value = A._setArrayType([t1._buildHandleOld$3$debugColor$handleKey$handleType(B.MaterialColor_Map_JNgz5_4283215696, t1._upstreamHandleKey, B.HandleType_1), t1._buildHandleOld$3$debugColor$handleKey$handleType(B.MaterialColor_Map_JNusp_4294198070, t1._downstreamHandleKey, B.HandleType_2)], t2); return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, handles._readLocal$0(), _null); }, - $signature: 3391 + $signature: 3388 }; A._IosDocumentTouchEditingControlsState__buildHandleOld_closure.prototype = { call$3(context, isShowingFloatingCursor, child) { @@ -594055,7 +593374,7 @@ t1.toString; return new A.IOSCollapsedHandle(t2, t3, t1, null); }, - $signature: 3392 + $signature: 3389 }; A._IosDocumentTouchEditingControlsState__buildFloatingCursor_closure.prototype = { call$3(context, floatingCursorOffset, child) { @@ -594067,13 +593386,13 @@ t3 = t1._floatingCursorHeight; return t1._buildHandle$4$debugColor$handle$handleKey$handleOffset(B.MaterialColor_Map_JNGTf_4280391411, A.Container$(_null, _null, B.Clip_0, A.Color$fromARGB(191, 244, 67, 54), _null, _null, _null, t3, _null, _null, _null, _null, _null, 2), t1._floatingCursorKey, t2); }, - $signature: 3393 + $signature: 3390 }; A._IosDocumentTouchEditingControlsState__buildToolbar_closure.prototype = { call$1(context) { return this.$this._widget.popoverToolbarBuilder$1(context); }, - $signature: 52 + $signature: 51 }; A.IosDocumentGestureEditingController.prototype = { removeCaret$0() { @@ -594845,7 +594164,7 @@ t1.push(t2.__editing_controls0$_buildToolbar$0()); return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); }, - $signature: 432 + $signature: 397 }; A._AndroidEditingOverlayControlsState__buildToolbar_closure.prototype = { call$1(context) { @@ -594854,7 +594173,7 @@ this.textFieldGlobalOffset.$add(0, this._box_0.toolbarTopAnchor); return t1.popoverToolbarBuilder$3(context, t2, new A.ToolbarConfig()); }, - $signature: 52 + $signature: 51 }; A._AndroidEditingOverlayControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet_closure.prototype = { call$1(timeStamp) { @@ -595222,7 +594541,7 @@ call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 258 + $signature: 261 }; A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure0.prototype = { call$1(recognizer) { @@ -595233,13 +594552,13 @@ recognizer.onTripleTapDown = t1.get$__user_interaction0$_onTripleTapDown(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 250 + $signature: 262 }; A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure1.prototype = { call$0() { return A.PanGestureRecognizer$(null, null); }, - $signature: 246 + $signature: 253 }; A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure2.prototype = { call$1(recognizer) { @@ -595251,7 +594570,7 @@ recognizer.onCancel = t1._widget.focusNode.get$hasFocus() || t1.__user_interaction0$_isDraggingCaret ? t1.get$__user_interaction0$_onPanCancel() : _null; recognizer.gestureSettings = this.gestureSettings; }, - $signature: 245 + $signature: 239 }; A._AndroidTextFieldTouchInteractorState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -595598,7 +594917,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); return new A.AndroidEditingOverlayControls(t2, t3, t1._android_textfield$_textFieldKey, t1._android_textfield$_textContentLayerLink, t1._android_textfield$_textContentKey, t1._widget.handlesColor, false, A.android_textfield___defaultAndroidToolbarBuilder$closure(), null); }, - $signature: 3394 + $signature: 3391 }; A.SuperAndroidTextFieldState_build_closure.prototype = { call$1(context) { @@ -595645,7 +594964,7 @@ t2.push(new A.FillWidthIfConstrained(A.SuperTextWithSelection$single(t1._android_textfield$_textContentKey, textSpan, t3, B.TextDirection_1, t4, A.UserSelection$(t5, t8.get$hasFocus(), new A.SelectionHighlightStyle(t6), false, t7)), _null)); return new A.CompositedTransformTarget(t1._android_textfield$_textContentLayerLink, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t2, _null), _null); }, - $signature: 695 + $signature: 903 }; A._defaultAndroidToolbarBuilder_closure.prototype = { call$0() { @@ -595997,7 +595316,7 @@ t1._widget.toString; return new A.SuperTextFieldScrollview(t3, t2, t4, t7, t5, t6, this.isMultiline, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t8, _null), t1._textScrollKey); }, - $signature: 52 + $signature: 51 }; A.SuperTextFieldGestureInteractor.prototype = { createState$0() { @@ -596347,7 +595666,7 @@ call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 258 + $signature: 261 }; A._SuperTextFieldGestureInteractorState_build_closure0.prototype = { call$1(recognizer) { @@ -596359,13 +595678,13 @@ recognizer.onTripleTap = t1.get$_desktop_textfield$_onTripleTap(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 250 + $signature: 262 }; A._SuperTextFieldGestureInteractorState_build_closure1.prototype = { call$0() { return A.PanGestureRecognizer$(null, A.LinkedHashSet_LinkedHashSet$_literal([B.PointerDeviceKind_1], type$.PointerDeviceKind)); }, - $signature: 246 + $signature: 253 }; A._SuperTextFieldGestureInteractorState_build_closure2.prototype = { call$1(recognizer) { @@ -596376,7 +595695,7 @@ recognizer.onCancel = t1.get$_desktop_textfield$_onPanCancel(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 245 + $signature: 239 }; A.SuperTextFieldKeyboardInteractor.prototype = { createState$0() { @@ -598168,7 +597487,7 @@ call$1(e) { return !(e instanceof A.TextEditingDeltaNonTextUpdate); }, - $signature: 737 + $signature: 893 }; A._ImeAttributedTextEditingController_AttributedTextEditingController_TextInputClient.prototype = {}; A._ImeAttributedTextEditingController_AttributedTextEditingController_TextInputClient_DeltaTextInputClient.prototype = {}; @@ -598518,14 +597837,14 @@ t2.push(A.Center$(new A.IOSFollowingMagnifier(t1._magnifierFocalPoint, B.Offset_0_m72, _null), _null, _null)); return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t2, _null); }, - $signature: 432 + $signature: 397 }; A._IOSEditingControlsState__buildToolbar_closure.prototype = { call$1(context) { var t1 = this.$this._widget; return t1.popoverToolbarBuilder$2(context, t1.editingController); }, - $signature: 52 + $signature: 51 }; A._IOSEditingControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet_closure.prototype = { call$1(timeStamp) { @@ -598575,7 +597894,7 @@ } return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); }, - $signature: 432 + $signature: 397 }; A.FloatingCursorController0.prototype = { updateFloatingCursor$2(textLayout, point) { @@ -598862,7 +598181,7 @@ call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 258 + $signature: 261 }; A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure0.prototype = { call$1(recognizer) { @@ -598873,13 +598192,13 @@ recognizer.onTripleTapDown = t1.get$__user_interaction$_onTripleTapDown(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 250 + $signature: 262 }; A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure1.prototype = { call$0() { return A.PanGestureRecognizer$(null, null); }, - $signature: 246 + $signature: 253 }; A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure2.prototype = { call$1(recognizer) { @@ -598891,7 +598210,7 @@ recognizer.onCancel = t1._widget.focusNode.get$hasFocus() || t1._isDraggingCaret ? t1.get$__user_interaction$_onPanCancel() : _null; recognizer.gestureSettings = this.gestureSettings; }, - $signature: 245 + $signature: 239 }; A._IOSTextFieldTouchInteractorState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -599226,7 +598545,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); return new A.IOSEditingControls(t2, t3, t1._textFieldKey, t1._textContentLayerLink, t1._textContentKey, t1._widget.handlesColor, false, A.ios_textfield___defaultPopoverToolbarBuilder$closure(), null); }, - $signature: 3397 + $signature: 3394 }; A.SuperIOSTextFieldState_build_closure.prototype = { call$1(context) { @@ -599278,7 +598597,7 @@ t2.push(A.Positioned$(0, new A.IOSFloatingCursor(t1.__SuperIOSTextFieldState__floatingCursorController_A, _null), _null, _null, 0, 0, 0, _null)); return new A.CompositedTransformTarget(t1._textContentLayerLink, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t2, _null), _null); }, - $signature: 695 + $signature: 903 }; A._defaultPopoverToolbarBuilder_closure.prototype = { call$0() { @@ -599686,7 +599005,7 @@ else return B.SizedBox_null_null_null_null; }, - $signature: 211 + $signature: 221 }; A.SuperTextState_build_closure0.prototype = { call$2(context, constraints) { @@ -599699,7 +599018,7 @@ else return B.SizedBox_null_null_null_null; }, - $signature: 211 + $signature: 221 }; A._SuperTextLayout.prototype = { createRenderObject$1(context) { @@ -599962,7 +599281,7 @@ } return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); }, - $signature: 692 + $signature: 902 }; A._RebuildOptimizedSuperTextWithSelectionState__buildLayerAbove_closure.prototype = { call$3(context, value, child) { @@ -599979,7 +599298,7 @@ } return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); }, - $signature: 692 + $signature: 902 }; A.UserSelection.prototype = { $eq(_, other) { @@ -602083,7 +601402,7 @@ call$1(value) { return value === true; }, - $signature: 3400 + $signature: 3397 }; A.PreferredLaunchMode.prototype = { _enumToString$0() { @@ -603601,7 +602920,7 @@ t1.toString; return t1; }, - $signature: 72 + $signature: 76 }; A._MaterialScrollbarState__trackColor_closure0.prototype = { call$1(states) { @@ -603624,7 +602943,7 @@ } return B.Color_0; }, - $signature: 72 + $signature: 76 }; A._MaterialScrollbarState__trackBorderColor_closure0.prototype = { call$1(states) { @@ -603647,7 +602966,7 @@ } return B.Color_0; }, - $signature: 72 + $signature: 76 }; A._MaterialScrollbarState__thickness_closure0.prototype = { call$1(states) { @@ -603678,7 +602997,7 @@ t1 = t2; return t1; }, - $signature: 685 + $signature: 735 }; A._MaterialScrollbarState_initState_closure0.prototype = { call$0() { @@ -603934,7 +603253,7 @@ }; A.main_closure.prototype = { call$0() { - var t1, t2, t3, t4, t5, target, _null = null, + var t1, t2, t3, t4, target, registrar = $.$get$webPluginRegistrar(), channel = new A.MethodChannel("desktop_drop", B.C_StandardMethodCodec0, registrar), pluginInstance = new A.DesktopDropWeb(channel); @@ -603943,20 +603262,13 @@ t1 = $.$get$FilePickerWeb_platform(); A.PlatformInterface__verify(t1, $.$get$FilePicker__token(), false); $.FilePicker__instance = t1; - t1 = new A._AsyncBroadcastStreamController(_null, _null, type$._AsyncBroadcastStreamController_nullable_GoogleSignInUserData); + t1 = A.GoogleSignInPlugin$(); t2 = $.$get$GoogleSignInPlatform__token(); - t1 = new A.GoogleSignInPlugin(t1); - t3 = $.$get$PlatformInterface__instanceTokens(); - t3.$indexSet(0, t1, t2); - t4 = document; - t5 = t4.querySelector("meta[name=google-signin-client_id]"); - t1.__GoogleSignInPlugin_autoDetectedClientId_A = t5 == null ? _null : t5.getAttribute("content"); - t1._registerButtonFactory$0(); - t1.__GoogleSignInPlugin__jsSdkLoadedFuture_A = A.loadWebSdk(); A.PlatformInterface__verify(t1, t2, true); $.GoogleSignInPlatform__instance = t1; t1 = $.$get$ImageCropperPlatform__token(); t2 = new A.ImageCropperPlugin(); + t3 = $.$get$PlatformInterface__instanceTokens(); t3.$indexSet(0, t2, t1); A.PlatformInterface__verify(t2, t1, true); $.ImageCropperPlatform__instance = t2; @@ -603964,9 +603276,10 @@ t1 = new A.ImagePickerPlugin(); t3.$indexSet(0, t1, t2); t1.__ImagePickerPlugin__imageResizer_A = new A.ImageResizer(); + t4 = document; target = t4.querySelector("#__image_picker_web-file-input"); if (target == null) { - target = A._ElementFactoryProvider_createElement_tag("flt-image-picker-inputs", _null); + target = A._ElementFactoryProvider_createElement_tag("flt-image-picker-inputs", null); target.id = "__image_picker_web-file-input"; t4 = t4.querySelector("body"); t4.toString; @@ -604914,195 +604227,194 @@ _instance_2_u = hunkHelpers._instance_2u, _instance_2_i = hunkHelpers._instance_2i, _static = hunkHelpers.installStaticTearOff; - _static_2(A, "_engine__canvasKitWasmModuleUrl$closure", "canvasKitWasmModuleUrl", 486); - _static_1(A, "_engine_BitmapCanvas__onEvictElement$closure", "BitmapCanvas__onEvictElement", 26); - _static_1(A, "_engine___noopCallback$closure", "_noopCallback", 159); + _static_2(A, "_engine__canvasKitWasmModuleUrl$closure", "canvasKitWasmModuleUrl", 602); + _static_1(A, "_engine_BitmapCanvas__onEvictElement$closure", "BitmapCanvas__onEvictElement", 29); + _static_1(A, "_engine___noopCallback$closure", "_noopCallback", 146); _static_1(A, "_engine___emptyCallback$closure", "_emptyCallback", 10); _instance_0_u(A.AlarmClock.prototype, "get$_timerDidFire", "_timerDidFire$0", 0); var _; - _instance_1_u(_ = A.HtmlViewEmbedder.prototype, "get$_releaseOverlay", "_releaseOverlay$1", 78); - _instance_1_u(_, "get$_initializeOverlay", "_initializeOverlay$1", 78); - _instance_1_u(A.CkNWayCanvas.prototype, "get$addCanvas", "addCanvas$1", 1210); - _instance_1_u(_ = A.Surface.prototype, "get$_contextRestoredListener", "_contextRestoredListener$1", 26); - _instance_1_u(_, "get$_contextLostListener", "_contextLostListener$1", 26); - _instance_1_u(A.SurfaceFactory.prototype, "get$_removeFromDom", "_removeFromDom$1", 2151); - _instance_1_u(A.FlutterViewEmbedder.prototype, "get$_metricsDidChange", "_metricsDidChange$1", 1108); - _instance_1_i(_ = A.FallbackFontDownloadQueue.prototype, "get$add", "add$1", 1244); + _instance_1_u(_ = A.HtmlViewEmbedder.prototype, "get$_releaseOverlay", "_releaseOverlay$1", 74); + _instance_1_u(_, "get$_initializeOverlay", "_initializeOverlay$1", 74); + _instance_1_u(A.CkNWayCanvas.prototype, "get$addCanvas", "addCanvas$1", 2665); + _instance_1_u(_ = A.Surface.prototype, "get$_contextRestoredListener", "_contextRestoredListener$1", 29); + _instance_1_u(_, "get$_contextLostListener", "_contextLostListener$1", 29); + _instance_1_u(A.SurfaceFactory.prototype, "get$_removeFromDom", "_removeFromDom$1", 3511); + _instance_1_u(A.FlutterViewEmbedder.prototype, "get$_metricsDidChange", "_metricsDidChange$1", 1431); + _instance_1_i(_ = A.FallbackFontDownloadQueue.prototype, "get$add", "add$1", 926); _instance_0_u(_, "get$startDownloads", "startDownloads$0", 20); - _instance_1_u(A.KeyboardBinding.prototype, "get$_onKeyData", "_onKeyData$1", 587); + _instance_1_u(A.KeyboardBinding.prototype, "get$_onKeyData", "_onKeyData$1", 439); _instance_1_i(A.MultiEntriesBrowserHistory.prototype, "get$onPopState", "onPopState$1", 42); _instance_1_i(A.SingleEntryBrowserHistory.prototype, "get$onPopState", "onPopState$1", 42); - _instance_1_u(A.HighContrastSupport.prototype, "get$_onHighContrastChange", "_onHighContrastChange$1", 26); + _instance_1_u(A.HighContrastSupport.prototype, "get$_onHighContrastChange", "_onHighContrastChange$1", 29); _instance_0_u(_ = A.EnginePlatformDispatcher.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_, "get$_updateHighContrast", "_updateHighContrast$1", 13); - _instance_1_u(A.PointerBinding.prototype, "get$_onPointerData", "_onPointerData$1", 3402); - _instance_1_u(A.TextLayoutService.prototype, "get$_positionLineFragments", "_positionLineFragments$1", 1449); - _instance_1_u(A.Spanometer.prototype, "get$measureFragment", "measureFragment$1", 1440); + _instance_1_u(A.PointerBinding.prototype, "get$_onPointerData", "_onPointerData$1", 3165); + _instance_1_u(A.TextLayoutService.prototype, "get$_positionLineFragments", "_positionLineFragments$1", 3320); + _instance_1_u(A.Spanometer.prototype, "get$measureFragment", "measureFragment$1", 3249); _instance_0_u(A.RulerHost.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_ = A.CompositionAwareMixin.prototype, "get$_handleCompositionStart", "_handleCompositionStart$1", 26); - _instance_1_u(_, "get$_handleCompositionUpdate", "_handleCompositionUpdate$1", 26); - _instance_1_u(_, "get$_handleCompositionEnd", "_handleCompositionEnd$1", 26); - _instance_1_u(_ = A.DefaultTextEditingStrategy.prototype, "get$handleChange", "handleChange$1", 26); - _instance_1_u(_, "get$handleBeforeInput", "handleBeforeInput$1", 26); - _instance_1_u(_, "get$maybeSendAction", "maybeSendAction$1", 26); - _instance_1_u(A.CustomElementDimensionsProvider.prototype, "get$_broadcastSize", "_broadcastSize$1", 576); - _instance_1_u(A.FullPageDimensionsProvider.prototype, "get$_onVisualViewportResize", "_onVisualViewportResize$1", 26); - _static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 600); + _instance_1_u(_ = A.CompositionAwareMixin.prototype, "get$_handleCompositionStart", "_handleCompositionStart$1", 29); + _instance_1_u(_, "get$_handleCompositionUpdate", "_handleCompositionUpdate$1", 29); + _instance_1_u(_, "get$_handleCompositionEnd", "_handleCompositionEnd$1", 29); + _instance_1_u(_ = A.DefaultTextEditingStrategy.prototype, "get$handleChange", "handleChange$1", 29); + _instance_1_u(_, "get$handleBeforeInput", "handleBeforeInput$1", 29); + _instance_1_u(_, "get$maybeSendAction", "maybeSendAction$1", 29); + _instance_1_u(A.CustomElementDimensionsProvider.prototype, "get$_broadcastSize", "_broadcastSize$1", 502); + _instance_1_u(A.FullPageDimensionsProvider.prototype, "get$_onVisualViewportResize", "_onVisualViewportResize$1", 29); + _static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 571); _instance_1_i(_ = J.JSArray.prototype, "get$add", "add$1", 42); _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"], 1195, 0, 0); - _instance_1_i(A._CastIterableBase.prototype, "get$contains", "contains$1", 134); - _static_0(A, "_js_helper_Primitives_dateNow$closure", "Primitives_dateNow", 166); - _instance_1_i(A.ConstantStringSet.prototype, "get$contains", "contains$1", 134); - _instance_1_i(A.GeneralConstantSet.prototype, "get$contains", "contains$1", 134); + _instance(J.JSString.prototype, "get$startsWith", 1, 1, null, ["call$2", "call$1"], ["startsWith$2", "startsWith$1"], 2495, 0, 0); + _instance_1_i(A._CastIterableBase.prototype, "get$contains", "contains$1", 132); + _static_0(A, "_js_helper_Primitives_dateNow$closure", "Primitives_dateNow", 182); + _instance_1_i(A.ConstantStringSet.prototype, "get$contains", "contains$1", 132); + _instance_1_i(A.GeneralConstantSet.prototype, "get$contains", "contains$1", 132); _instance_1_i(A.JsLinkedHashMap.prototype, "get$remove", "remove$1", "2?(Object?)"); - _instance_1_u(A._MatchImplementation.prototype, "get$group", "group$1", 1247); - _instance_1_u(A.StringMatch.prototype, "get$group", "group$1", 430); - _static_1(A, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 252); - _static_1(A, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 252); - _static_1(A, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 252); + _instance_1_u(A._MatchImplementation.prototype, "get$group", "group$1", 1480); + _instance_1_u(A.StringMatch.prototype, "get$group", "group$1", 356); + _static_1(A, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 243); + _static_1(A, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 243); + _static_1(A, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 243); _static_0(A, "async___startMicrotaskLoop$closure", "_startMicrotaskLoop", 0); _static_1(A, "async___nullDataHandler$closure", "_nullDataHandler", 10); - _static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler", 131); + _static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler", 144); _static_0(A, "async___nullDoneHandler$closure", "_nullDoneHandler", 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", 42); - _instance_0_i(_, "get$close", "close$0", 249); + _instance_0_i(_, "get$close", "close$0", 257); _instance_1_i(_, "get$_async$_add", "_async$_add$1", 42); - _instance_2_u(_, "get$_addError", "_addError$2", 131); + _instance_2_u(_, "get$_addError", "_addError$2", 144); _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"], 569, 0, 0); - _instance(A._AsyncCompleter.prototype, "get$complete", 1, 0, null, ["call$1", "call$0"], ["complete$1", "complete$0"], 817, 0, 0); - _instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2", 131); + }, ["call$2", "call$1"], ["completeError$2", "completeError$1"], 606, 0, 0); + _instance(A._AsyncCompleter.prototype, "get$complete", 1, 0, null, ["call$1", "call$0"], ["complete$1", "complete$0"], 805, 0, 0); + _instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2", 144); _instance_1_i(_ = A._StreamController.prototype, "get$add", "add$1", 42); _instance(_, "get$addError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["addError$2", "addError$1"], 569, 0, 0); - _instance_0_i(_, "get$close", "close$0", 249); + }, ["call$2", "call$1"], ["addError$2", "addError$1"], 606, 0, 0); + _instance_0_i(_, "get$close", "close$0", 257); _instance_1_i(_, "get$_async$_add", "_async$_add$1", 42); - _instance_2_u(_, "get$_addError", "_addError$2", 131); + _instance_2_u(_, "get$_addError", "_addError$2", 144); _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(_ = A._BufferingStreamSubscription.prototype, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 806, 0, 0); + _instance(_ = A._BufferingStreamSubscription.prototype, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 816, 0, 0); _instance_0_i(_, "get$resume", "resume$0", 0); - _instance_0_i(_, "get$cancel", "cancel$0", 249); + _instance_0_i(_, "get$cancel", "cancel$0", 257); _instance_0_u(_, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); _instance_1_u(A._PendingEvents.prototype, "get$schedule", "schedule$1", 42); - _instance(_ = A._DoneStreamSubscription.prototype, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 806, 0, 0); + _instance(_ = A._DoneStreamSubscription.prototype, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 816, 0, 0); _instance_0_i(_, "get$resume", "resume$0", 0); - _instance_0_i(_, "get$cancel", "cancel$0", 249); + _instance_0_i(_, "get$cancel", "cancel$0", 257); _instance_0_u(_, "get$_sendDone", "_sendDone$0", 0); _instance_1_u(_ = A._StreamIterator.prototype, "get$_onData", "_onData$1", 42); - _instance_2_u(_, "get$_onError", "_onError$2", 131); + _instance_2_u(_, "get$_onError", "_onError$2", 144); _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", 42); - _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 1526); + _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 1244); _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", 42); - _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 131); + _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 144); _instance_0_u(_, "get$_handleDone", "_handleDone$0", 0); - _static_2(A, "collection___defaultEquals$closure", "_defaultEquals", 493); - _static_1(A, "collection___defaultHashCode$closure", "_defaultHashCode", 257); - _static_2(A, "collection_ListBase__compareAny$closure", "ListBase__compareAny", 600); - _static_2(A, "collection___dynamicCompare$closure", "_dynamicCompare", 600); + _static_2(A, "collection___defaultEquals$closure", "_defaultEquals", 495); + _static_1(A, "collection___defaultHashCode$closure", "_defaultHashCode", 255); + _static_2(A, "collection_ListBase__compareAny$closure", "ListBase__compareAny", 571); + _static_2(A, "collection___dynamicCompare$closure", "_dynamicCompare", 571); _instance_1_i(A._LinkedCustomHashMap.prototype, "get$remove", "remove$1", "2?(Object?)"); - _instance(_ = A._HashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 542, 0, 0); - _instance_1_i(_, "get$contains", "contains$1", 134); - _instance(_ = A._LinkedHashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 542, 0, 0); - _instance_1_i(_, "get$contains", "contains$1", 134); - _instance(_ = A.SplayTreeSet.prototype, "get$_newSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSet$1$0", "_newSet$0"], 542, 0, 0); - _instance_1_i(_, "get$contains", "contains$1", 134); + _instance(_ = A._HashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 594, 0, 0); + _instance_1_i(_, "get$contains", "contains$1", 132); + _instance(_ = A._LinkedHashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 594, 0, 0); + _instance_1_i(_, "get$contains", "contains$1", 132); + _instance(_ = A.SplayTreeSet.prototype, "get$_newSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSet$1$0", "_newSet$0"], 594, 0, 0); + _instance_1_i(_, "get$contains", "contains$1", 132); _static_1(A, "convert___defaultToEncodable$closure", "_defaultToEncodable", 31); _instance_0_i(A._JsonDecoderSink.prototype, "get$close", "close$0", 0); _instance_1_i(_ = A._ByteCallbackSink.prototype, "get$add", "add$1", 42); _instance_0_i(_, "get$close", "close$0", 0); - _instance(A._JsonUtf8EncoderSink.prototype, "get$_addChunk", 0, 3, null, ["call$3"], ["_addChunk$3"], 795, 0, 0); - _static_1(A, "core__identityHashCode$closure", "identityHashCode", 257); - _static_2(A, "core__identical$closure", "identical", 493); - _static_2(A, "core_Comparable_compare$closure", "Comparable_compare", 3403); + _static_1(A, "core__identityHashCode$closure", "identityHashCode", 255); + _static_2(A, "core__identical$closure", "identical", 495); + _static_2(A, "core_Comparable_compare$closure", "Comparable_compare", 3400); _static_1(A, "core__GeneratorIterable__id$closure", "_GeneratorIterable__id", 127); _static_1(A, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 30); - _static_0(A, "core__Uri__createList$closure", "_Uri__createList", 624); - _static_2(A, "core___toUnmodifiableStringList$closure", "_toUnmodifiableStringList", 3404); - _instance_1_i(A.Iterable.prototype, "get$contains", "contains$1", 134); - _instance(A.StringBuffer.prototype, "get$writeln", 0, 0, null, ["call$1", "call$0"], ["writeln$1", "writeln$0"], 817, 0, 0); - _instance_2_i(A.HttpRequest.prototype, "get$setRequestHeader", "setRequestHeader$2", 178); - _instance_0_i(_ = A._EventStreamSubscription.prototype, "get$cancel", "cancel$0", 249); - _instance(_, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 2212, 0, 0); + _static_0(A, "core__Uri__createList$closure", "_Uri__createList", 730); + _static_2(A, "core___toUnmodifiableStringList$closure", "_toUnmodifiableStringList", 3401); + _instance_1_i(A.Iterable.prototype, "get$contains", "contains$1", 132); + _instance(A.StringBuffer.prototype, "get$writeln", 0, 0, null, ["call$1", "call$0"], ["writeln$1", "writeln$0"], 805, 0, 0); + _instance_2_i(A.HttpRequest.prototype, "get$setRequestHeader", "setRequestHeader$2", 170); + _instance_0_i(_ = A._EventStreamSubscription.prototype, "get$cancel", "cancel$0", 257); + _instance(_, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 1111, 0, 0); _instance_0_i(_, "get$resume", "resume$0", 0); - _instance_2_i(A.Database.prototype, "get$transaction", "transaction$2", 2576); + _instance_2_i(A.Database.prototype, "get$transaction", "transaction$2", 1132); _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", 330); + _instance_0_i(A._File.prototype, "get$length", "length$0", 286); _instance_0_i(_ = A._RandomAccessFile.prototype, "get$close", "close$0", 20); - _instance_0_i(_, "get$length", "length$0", 330); - _static_1(A, "js___convertToJS$closure", "_convertToJS", 417); - _static_1(A, "js___convertToDart$closure", "_convertToDart", 188); + _instance_0_i(_, "get$length", "length$0", 286); + _static_1(A, "js___convertToJS$closure", "_convertToJS", 373); + _static_1(A, "js___convertToDart$closure", "_convertToDart", 198); _static(A, "math__max$closure", 2, null, ["call$1$2", "call$2"], ["max", function(a, b) { return A.max(a, b, type$.num); - }], 3405, 1); - _static(A, "ui_Size_lerp$closure", 3, null, ["call$3"], ["Size_lerp"], 3406, 0); - _static(A, "ui__lerpDouble$closure", 3, null, ["call$3"], ["lerpDouble"], 3407, 0); - _static(A, "ui_Color_lerp$closure", 3, null, ["call$3"], ["Color_lerp"], 3408, 0); - _instance_1_u(A._StoredMessage.prototype, "get$invoke", "invoke$1", 159); + }], 3402, 1); + _static(A, "ui_Size_lerp$closure", 3, null, ["call$3"], ["Size_lerp"], 3403, 0); + _static(A, "ui__lerpDouble$closure", 3, null, ["call$3"], ["lerpDouble"], 3404, 0); + _static(A, "ui_Color_lerp$closure", 3, null, ["call$3"], ["Color_lerp"], 3405, 0); + _instance_1_u(A._StoredMessage.prototype, "get$invoke", "invoke$1", 146); _instance_0_u(A._Channel.prototype, "get$_drainStep", "_drainStep$0", 0); - _instance_2_u(A.BoardItemState.prototype, "get$onDropItem", "onDropItem$2", 852); - _instance_1_u(A.BoardListState.prototype, "get$onDropList", "onDropList$1", 612); - _instance_1_i(A.CopyOnWriteSet.prototype, "get$contains", "contains$1", 134); - _instance_1_u(_ = A.CachedNetworkImage.prototype, "get$_octoPlaceholderBuilder", "_octoPlaceholderBuilder$1", 52); - _instance(_, "get$_octoErrorBuilder", 0, 3, null, ["call$3"], ["_octoErrorBuilder$3"], 626, 0, 0); + _instance_2_u(A.BoardItemState.prototype, "get$onDropItem", "onDropItem$2", 786); + _instance_1_u(A.BoardListState.prototype, "get$onDropList", "onDropList$1", 777); + _instance_1_i(A.CopyOnWriteSet.prototype, "get$contains", "contains$1", 132); + _instance_1_u(_ = A.CachedNetworkImage.prototype, "get$_octoPlaceholderBuilder", "_octoPlaceholderBuilder$1", 51); + _instance(_, "get$_octoErrorBuilder", 0, 3, null, ["call$3"], ["_octoErrorBuilder$3"], 741, 0, 0); _instance_1_u(_ = A.MultiImageStreamCompleter.prototype, "get$_multi_image_stream_completer$_handleAppFrame", "_multi_image_stream_completer$_handleAppFrame$1", 11); _instance_0_u(_, "get$_multi_image_stream_completer$_scheduleAppFrame", "_multi_image_stream_completer$_scheduleAppFrame$0", 0); - _instance_1_i(_, "get$addListener", "addListener$1", 518); - _instance_1_u(_ = A.StringCharacterRange.prototype, "get$dropBackWhile", "dropBackWhile$1", 633); - _instance_1_u(_, "get$expandWhile", "expandWhile$1", 633); + _instance_1_i(_, "get$addListener", "addListener$1", 446); + _instance_1_u(_ = A.StringCharacterRange.prototype, "get$dropBackWhile", "dropBackWhile$1", 708); + _instance_1_u(_, "get$expandWhile", "expandWhile$1", 708); _instance_1_u(A.CartesianChart.prototype, "get$makeSeries", "makeSeries$1", "MutableSeries(Object?)"); _instance_1_u(_ = A.DomainHighlighter0.prototype, "get$_selectionChanged", "_selectionChanged$1", 42); _instance_1_u(_, "get$_updateColorFunctions", "_updateColorFunctions$1", 42); - _instance_1_u(_ = A.Legend.prototype, "get$defaultLegendMeasureFormatter", "defaultLegendMeasureFormatter$1", 644); + _instance_1_u(_ = A.Legend.prototype, "get$defaultLegendMeasureFormatter", "defaultLegendMeasureFormatter$1", 643); _instance_1_u(_, "get$_preProcess", "_preProcess$1", 42); _instance_1_u(_, "get$_postProcess", "_postProcess$1", 42); _instance_1_u(_, "get$_legend$_selectionChanged", "_legend$_selectionChanged$1", 42); _instance_1_u(A.SeriesLegend0.prototype, "get$onData", "onData$1", 42); _instance_1_u(_ = A.LinePointHighlighter0.prototype, "get$_line_point_highlighter$_selectionChanged", "_line_point_highlighter$_selectionChanged$1", 42); _instance_0_u(_, "get$_updateViewData", "_updateViewData$0", 0); - _instance_1_u(_ = A.SelectNearest0.prototype, "get$_onTapTest", "_onTapTest$1", 503); - _instance_1_u(_, "get$_onLongPressSelect", "_onLongPressSelect$1", 503); - _instance(_, "get$_onSelect", 0, 1, null, ["call$2", "call$1"], ["_onSelect$2", "_onSelect$1"], 1437, 0, 0); - _instance(_, "get$_onDeselectAll", 0, 3, null, ["call$3"], ["_onDeselectAll$3"], 1436, 0, 0); - _instance_1_u(A.BaseChart.prototype, "get$_notACustomBehavior", "_notACustomBehavior$1", 683); + _instance_1_u(_ = A.SelectNearest0.prototype, "get$_onTapTest", "_onTapTest$1", 585); + _instance_1_u(_, "get$_onLongPressSelect", "_onLongPressSelect$1", 585); + _instance(_, "get$_onSelect", 0, 1, null, ["call$2", "call$1"], ["_onSelect$2", "_onSelect$1"], 2150, 0, 0); + _instance(_, "get$_onDeselectAll", 0, 3, null, ["call$3"], ["_onDeselectAll$3"], 2178, 0, 0); + _instance_1_u(A.BaseChart.prototype, "get$_notACustomBehavior", "_notACustomBehavior$1", 644); _instance_0_u(A.BaseChartState.prototype, "get$_animationTick", "_animationTick$0", 0); - _instance_1_u(A.ChartContainerCustomPaint.prototype, "get$_buildSemantics", "_buildSemantics$1", 938); + _instance_1_u(A.ChartContainerCustomPaint.prototype, "get$_buildSemantics", "_buildSemantics$1", 2603); _instance_1_u(_ = A.ChartGestureDetector.prototype, "get$onTapDown", "onTapDown$1", 64); - _instance_1_u(_, "get$onTapUp", "onTapUp$1", 111); - _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 497); - _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 906); - _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 496); - _instance_2_u(_ = A.DeepCollectionEquality.prototype, "get$equals", "equals$2", 493); - _instance_1_i(_, "get$hash", "hash$1", 257); - _instance_1_u(_, "get$isValidKey", "isValidKey$1", 134); - _instance_0_i(A.XFileBase.prototype, "get$length", "length$0", 330); - _instance_0_i(_ = A.XFile.prototype, "get$length", "length$0", 330); - _instance_1_u(_, "get$_blobToByteBuffer", "_blobToByteBuffer$1", 1074); - _instance_1_u(A.DesktopDropWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 169); - _instance_1_u(A._DropTargetState.prototype, "get$_onDropEvent", "_onDropEvent$1", 1117); - _instance_0_i(A.MemoryFile.prototype, "get$length", "length$0", 330); - _static_2(A, "memory_file_system___defaultOpHandle$closure", "_defaultOpHandle", 3409); - _instance_1_u(A.MemoryFileSystemEntity.prototype, "get$defaultCheckType", "defaultCheckType$1", 1149); + _instance_1_u(_, "get$onTapUp", "onTapUp$1", 106); + _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 506); + _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 679); + _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 501); + _instance_2_u(_ = A.DeepCollectionEquality.prototype, "get$equals", "equals$2", 495); + _instance_1_i(_, "get$hash", "hash$1", 255); + _instance_1_u(_, "get$isValidKey", "isValidKey$1", 132); + _instance_0_i(A.XFileBase.prototype, "get$length", "length$0", 286); + _instance_0_i(_ = A.XFile.prototype, "get$length", "length$0", 286); + _instance_1_u(_, "get$_blobToByteBuffer", "_blobToByteBuffer$1", 2661); + _instance_1_u(A.DesktopDropWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 178); + _instance_1_u(A._DropTargetState.prototype, "get$_onDropEvent", "_onDropEvent$1", 2699); + _instance_0_i(A.MemoryFile.prototype, "get$length", "length$0", 286); + _static_2(A, "memory_file_system___defaultOpHandle$closure", "_defaultOpHandle", 3406); + _instance_1_u(A.MemoryFileSystemEntity.prototype, "get$defaultCheckType", "defaultCheckType$1", 2786); _static_1(A, "utils0__isEmpty$closure", "isEmpty", 12); - _instance(_ = A.AnimationController.prototype, "get$reverse", 1, 0, null, ["call$1$from", "call$0"], ["reverse$1$from", "reverse$0"], 1161, 0, 0); - _instance_1_u(_, "get$_directionSetter", "_directionSetter$1", 1162); + _instance(_ = A.AnimationController.prototype, "get$reverse", 1, 0, null, ["call$1$from", "call$0"], ["reverse$1$from", "reverse$0"], 2813, 0, 0); + _instance_1_u(_, "get$_directionSetter", "_directionSetter$1", 2876); _instance_1_u(_, "get$_animation_controller$_tick", "_animation_controller$_tick$1", 11); _instance_1_u(A.ReverseAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 43); _instance_1_u(A.CurvedAnimation.prototype, "get$_updateCurveDirection", "_updateCurveDirection$1", 43); @@ -605114,89 +604426,89 @@ _instance_1_u(A.AnimationLocalStatusListenersMixin.prototype, "get$notifyStatusListeners", "notifyStatusListeners$1", 43); _instance_1_i(A._Interval.prototype, "get$value", "value$1", 6); _instance_1_u(_ = A._CupertinoButtonState.prototype, "get$_handleTapDown", "_handleTapDown$1", 64); - _instance_1_u(_, "get$_handleTapUp", "_handleTapUp$1", 111); + _instance_1_u(_, "get$_handleTapUp", "_handleTapUp$1", 106); _instance_0_u(_, "get$_handleTapCancel", "_handleTapCancel$0", 0); _instance_1_u(A._CupertinoCheckboxState.prototype, "get$onFocusChange", "onFocusChange$1", 13); - _instance_1_u(_ = A._CupertinoDesktopTextSelectionToolbarButtonState.prototype, "get$_onEnter", "_onEnter$1", 130); + _instance_1_u(_ = A._CupertinoDesktopTextSelectionToolbarButtonState.prototype, "get$_onEnter", "_onEnter$1", 131); _instance_1_u(_, "get$_onExit", "_onExit$1", 110); _instance_0_u(A._CupertinoTextMagnifierState.prototype, "get$_magnifier0$_determineMagnifierPositionAndFocalPoint", "_magnifier0$_determineMagnifierPositionAndFocalPoint$0", 0); _instance_1_u(_ = A._CupertinoRadioState.prototype, "get$_radio0$_handleChanged", "_radio0$_handleChanged$1", 17); _instance_1_u(_, "get$onFocusChange", "onFocusChange$1", 13); - _instance_1_u(_ = A._CupertinoBackGestureDetectorState.prototype, "get$_route$_handleDragStart", "_route$_handleDragStart$1", 76); - _instance_1_u(_, "get$_route$_handleDragUpdate", "_route$_handleDragUpdate$1", 70); + _instance_1_u(_ = A._CupertinoBackGestureDetectorState.prototype, "get$_route$_handleDragStart", "_route$_handleDragStart$1", 78); + _instance_1_u(_, "get$_route$_handleDragUpdate", "_route$_handleDragUpdate$1", 69); _instance_1_u(_, "get$_route$_handleDragEnd", "_route$_handleDragEnd$1", 92); _instance_0_u(_, "get$_route$_handleDragCancel", "_route$_handleDragCancel$0", 0); - _instance_1_u(_, "get$_route$_handlePointerDown", "_route$_handlePointerDown$1", 203); + _instance_1_u(_, "get$_route$_handlePointerDown", "_route$_handlePointerDown$1", 197); _instance_0_u(A._CupertinoScrollbarState.prototype, "get$handleThumbPress", "handleThumbPress$0", 0); _instance_1_u(_ = A._CupertinoSwitchState.prototype, "get$_switch$_handleTapDown", "_switch$_handleTapDown$1", 64); _instance(_, "get$_switch$_handleTap", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_switch$_handleTap$1", "_switch$_handleTap$0"], 399, 0, 0); - _instance_1_u(_, "get$_switch$_handleTapUp", "_switch$_handleTapUp$1", 111); + }, ["call$1", "call$0"], ["_switch$_handleTap$1", "_switch$_handleTap$0"], 408, 0, 0); + _instance_1_u(_, "get$_switch$_handleTapUp", "_switch$_handleTapUp$1", 106); _instance_0_u(_, "get$_switch$_handleTapCancel", "_switch$_handleTapCancel$0", 0); - _instance_1_u(_, "get$_switch$_handleDragStart", "_switch$_handleDragStart$1", 76); - _instance_1_u(_, "get$_switch$_handleDragUpdate", "_switch$_handleDragUpdate$1", 70); + _instance_1_u(_, "get$_switch$_handleDragStart", "_switch$_handleDragStart$1", 78); + _instance_1_u(_, "get$_switch$_handleDragUpdate", "_switch$_handleDragUpdate$1", 69); _instance_1_u(_, "get$_switch$_handleDragEnd", "_switch$_handleDragEnd$1", 92); _instance_1_u(_, "get$_onShowFocusHighlight", "_onShowFocusHighlight$1", 13); - _static(A, "text_selection_toolbar0_CupertinoTextSelectionToolbar__defaultToolbarBuilder$closure", 4, null, ["call$4"], ["CupertinoTextSelectionToolbar__defaultToolbarBuilder"], 3410, 0); + _static(A, "text_selection_toolbar0_CupertinoTextSelectionToolbar__defaultToolbarBuilder$closure", 4, null, ["call$4"], ["CupertinoTextSelectionToolbar__defaultToolbarBuilder"], 3407, 0); _instance_1_u(_ = A._CupertinoTextSelectionToolbarContentState.prototype, "get$_onHorizontalDragEnd", "_onHorizontalDragEnd$1", 92); _instance_0_u(_, "get$_handleNextPage", "_handleNextPage$0", 0); _instance_0_u(_, "get$_handlePreviousPage", "_handlePreviousPage$0", 0); _instance_1_u(_, "get$_statusListener", "_statusListener$1", 43); _instance_1_u(_ = A._CupertinoTextSelectionToolbarButtonState.prototype, "get$_onTapDown", "_onTapDown$1", 64); - _instance_1_u(_, "get$_onTapUp", "_onTapUp$1", 111); + _instance_1_u(_, "get$_onTapUp", "_onTapUp$1", 106); _instance_0_u(_, "get$_onTapCancel", "_onTapCancel$0", 0); _instance_1_u(_ = A.ToggleableStateMixin.prototype, "get$_toggleable0$_handleTapDown", "_toggleable0$_handleTapDown$1", 64); _instance(_, "get$_toggleable0$_handleTap", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_toggleable0$_handleTap$1", "_toggleable0$_handleTap$0"], 399, 0, 0); - _instance(_, "get$_toggleable0$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_toggleable0$_handleTapEnd$1", "_toggleable0$_handleTapEnd$0"], 873, 0, 0); + }, ["call$1", "call$0"], ["_toggleable0$_handleTap$1", "_toggleable0$_handleTap$0"], 408, 0, 0); + _instance(_, "get$_toggleable0$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_toggleable0$_handleTapEnd$1", "_toggleable0$_handleTapEnd$0"], 811, 0, 0); _instance_1_u(_, "get$_toggleable0$_handleFocusHighlightChanged", "_toggleable0$_handleFocusHighlightChanged$1", 13); _static(A, "assertions_FlutterError_dumpErrorToConsole$closure", 1, null, ["call$2$forceReport", "call$1"], ["FlutterError_dumpErrorToConsole", function(details) { return A.FlutterError_dumpErrorToConsole(details, false); - }], 3411, 0); - _static_1(A, "assertions_FlutterError_defaultStackFilter$closure", "FlutterError_defaultStackFilter", 592); - _static_1(A, "assertions_DiagnosticsStackTrace__createStackFrame$closure", "DiagnosticsStackTrace__createStackFrame", 3412); - _instance_1_i(_ = A.ChangeNotifier.prototype, "get$addListener", "addListener$1", 252); - _instance_1_i(_, "get$removeListener", "removeListener$1", 252); + }], 3408, 0); + _static_1(A, "assertions_FlutterError_defaultStackFilter$closure", "FlutterError_defaultStackFilter", 488); + _static_1(A, "assertions_DiagnosticsStackTrace__createStackFrame$closure", "DiagnosticsStackTrace__createStackFrame", 3409); + _instance_1_i(_ = A.ChangeNotifier.prototype, "get$addListener", "addListener$1", 243); + _instance_1_i(_, "get$removeListener", "removeListener$1", 243); _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", 850); - _static_1(A, "stack_frame_StackFrame_fromStackTraceLine$closure", "StackFrame_fromStackTraceLine", 3413); - _instance_1_u(_ = A.GestureBinding.prototype, "get$_handlePointerDataPacket", "_handlePointerDataPacket$1", 1347); - _instance_1_u(_, "get$_devicePixelRatioForView", "_devicePixelRatioForView$1", 1348); - _instance_1_u(_, "get$cancelPointer", "cancelPointer$1", 78); + _instance_1_i(A.DiagnosticPropertiesBuilder.prototype, "get$add", "add$1", 630); + _static_1(A, "stack_frame_StackFrame_fromStackTraceLine$closure", "StackFrame_fromStackTraceLine", 3410); + _instance_1_u(_ = A.GestureBinding.prototype, "get$_handlePointerDataPacket", "_handlePointerDataPacket$1", 3396); + _instance_1_u(_, "get$_devicePixelRatioForView", "_devicePixelRatioForView$1", 3395); + _instance_1_u(_, "get$cancelPointer", "cancelPointer$1", 74); _instance_0_u(_, "get$_flushPointerEventQueue", "_flushPointerEventQueue$0", 0); - _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 109); + _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 112); _instance_0_u(_, "get$_handleSampleTimeChanged", "_handleSampleTimeChanged$0", 0); - _static(A, "force_press_ForcePressGestureRecognizer__inverseLerp$closure", 3, null, ["call$3"], ["ForcePressGestureRecognizer__inverseLerp"], 3414, 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"], 3411, 0); + _instance_1_u(A.ForcePressGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 112); _static_1(A, "long_press_LongPressGestureRecognizer__defaultButtonAcceptBehavior$closure", "LongPressGestureRecognizer__defaultButtonAcceptBehavior", 126); - _static_1(A, "monodrag_DragGestureRecognizer__defaultBuilder$closure", "DragGestureRecognizer__defaultBuilder", 614); + _static_1(A, "monodrag_DragGestureRecognizer__defaultBuilder$closure", "DragGestureRecognizer__defaultBuilder", 654); _static_1(A, "monodrag_DragGestureRecognizer__defaultButtonAcceptBehavior$closure", "DragGestureRecognizer__defaultButtonAcceptBehavior", 126); - _instance_1_u(A.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 109); + _instance_1_u(A.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 112); _static_1(A, "multidrag_MultiDragGestureRecognizer__defaultButtonAcceptBehavior$closure", "MultiDragGestureRecognizer__defaultButtonAcceptBehavior", 126); - _instance_1_u(_ = A.MultiDragGestureRecognizer.prototype, "get$_multidrag$_handleEvent", "_multidrag$_handleEvent$1", 109); - _instance_1_u(_, "get$_removeState", "_removeState$1", 78); + _instance_1_u(_ = A.MultiDragGestureRecognizer.prototype, "get$_multidrag$_handleEvent", "_multidrag$_handleEvent$1", 112); + _instance_1_u(_, "get$_removeState", "_removeState$1", 74); _instance_0_u(A._DelayedPointerState.prototype, "get$_delayPassed", "_delayPassed$0", 0); _static_1(A, "multitap_DoubleTapGestureRecognizer__defaultButtonAcceptBehavior$closure", "DoubleTapGestureRecognizer__defaultButtonAcceptBehavior", 126); _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(_, "get$_reject", "_reject$1", 1373); + _instance_1_u(_ = A.DoubleTapGestureRecognizer.prototype, "get$_multitap$_handleEvent", "_multitap$_handleEvent$1", 112); + _instance_1_u(_, "get$_reject", "_reject$1", 3372); _instance_0_u(_, "get$_multitap$_reset", "_multitap$_reset$0", 0); _static_1(A, "recognizer_GestureRecognizer__defaultButtonAcceptBehavior$closure", "GestureRecognizer__defaultButtonAcceptBehavior", 126); - _instance(A.OneSequenceGestureRecognizer.prototype, "get$stopTrackingPointer", 0, 1, null, ["call$1"], ["stopTrackingPointer$1"], 78, 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"], 826, 0, 0); - _instance_2_u(_, "get$_packagesView", "_packagesView$2", 824); - _instance_2_u(_ = A._MaterialAppState.prototype, "get$_inspectorSelectButtonBuilder", "_inspectorSelectButtonBuilder$2", 1522); - _instance_2_u(_, "get$_materialBuilder", "_materialBuilder$2", 186); - _instance_1_u(A._AppBarState.prototype, "get$_app_bar$_handleScrollNotification", "_app_bar$_handleScrollNotification$1", 1544); - _instance_1_u(_ = A._BottomSheetState.prototype, "get$_bottom_sheet$_handleDragStart", "_bottom_sheet$_handleDragStart$1", 76); - _instance_1_u(_, "get$_bottom_sheet$_handleDragUpdate", "_bottom_sheet$_handleDragUpdate$1", 70); + _instance(A.OneSequenceGestureRecognizer.prototype, "get$stopTrackingPointer", 0, 1, null, ["call$1"], ["stopTrackingPointer$1"], 74, 0, 1); + _instance_1_u(A.PrimaryPointerGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 112); + _instance_1_u(A.ScaleGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 112); + _instance(_ = A._LicensePageState.prototype, "get$_packageLicensePage", 0, 3, null, ["call$3"], ["_packageLicensePage$3"], 884, 0, 0); + _instance_2_u(_, "get$_packagesView", "_packagesView$2", 883); + _instance_2_u(_ = A._MaterialAppState.prototype, "get$_inspectorSelectButtonBuilder", "_inspectorSelectButtonBuilder$2", 3250); + _instance_2_u(_, "get$_materialBuilder", "_materialBuilder$2", 203); + _instance_1_u(A._AppBarState.prototype, "get$_app_bar$_handleScrollNotification", "_app_bar$_handleScrollNotification$1", 3243); + _instance_1_u(_ = A._BottomSheetState.prototype, "get$_bottom_sheet$_handleDragStart", "_bottom_sheet$_handleDragStart$1", 78); + _instance_1_u(_, "get$_bottom_sheet$_handleDragUpdate", "_bottom_sheet$_handleDragUpdate$1", 69); _instance_1_u(_, "get$_bottom_sheet$_handleDragEnd", "_bottom_sheet$_handleDragEnd$1", 92); - _instance_1_u(_, "get$extentChanged", "extentChanged$1", 805); + _instance_1_u(_, "get$extentChanged", "extentChanged$1", 822); _instance_1_u(_, "get$_handleDragHandleHover", "_handleDragHandleHover$1", 13); _instance_1_u(_ = A._RenderInputPadding.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -605207,35 +604519,35 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(_ = A._CalendarDatePickerState.prototype, "get$_handleMonthChanged", "_handleMonthChanged$1", 297); - _instance_1_u(_, "get$_handleYearChanged", "_handleYearChanged$1", 297); - _instance_1_u(_, "get$_handleDayChanged", "_handleDayChanged$1", 297); - _instance_1_u(_ = A._MonthPickerState.prototype, "get$_handleDateSelected", "_handleDateSelected$1", 297); - _instance_1_u(_, "get$_handleMonthPageChanged", "_handleMonthPageChanged$1", 78); + _instance_1_u(_ = A._CalendarDatePickerState.prototype, "get$_handleMonthChanged", "_handleMonthChanged$1", 270); + _instance_1_u(_, "get$_handleYearChanged", "_handleYearChanged$1", 270); + _instance_1_u(_, "get$_handleDayChanged", "_handleDayChanged$1", 270); + _instance_1_u(_ = A._MonthPickerState.prototype, "get$_handleDateSelected", "_handleDateSelected$1", 270); + _instance_1_u(_, "get$_handleMonthPageChanged", "_handleMonthPageChanged$1", 74); _instance_0_u(_, "get$_handleNextMonth", "_handleNextMonth$0", 0); _instance_0_u(_, "get$_handlePreviousMonth", "_handlePreviousMonth$0", 0); _instance_1_u(_, "get$_handleGridFocusChange", "_handleGridFocusChange$1", 13); - _instance_1_u(_, "get$_handleGridNextFocus", "_handleGridNextFocus$1", 1739); - _instance_1_u(_, "get$_handleGridPreviousFocus", "_handleGridPreviousFocus$1", 1741); - _instance_1_u(_, "get$_handleDirectionFocus", "_handleDirectionFocus$1", 1788); + _instance_1_u(_, "get$_handleGridNextFocus", "_handleGridNextFocus$1", 3123); + _instance_1_u(_, "get$_handleGridPreviousFocus", "_handleGridPreviousFocus$1", 3114); + _instance_1_u(_, "get$_handleDirectionFocus", "_handleDirectionFocus$1", 3113); _instance_2_u(_, "get$_buildItems", "_buildItems$2", 98); _instance_2_u(A._YearPickerState.prototype, "get$_buildYearItem", "_buildYearItem$2", 98); _instance_0_u(A.CheckboxListTile.prototype, "get$_handleValueChange", "_handleValueChange$0", 0); - _instance_1_u(_ = A.TableRowInkWell.prototype, "get$getRectCallback", "getRectCallback$1", 1905); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 778); + _instance_1_u(_ = A.TableRowInkWell.prototype, "get$getRectCallback", "getRectCallback$1", 3099); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 780); _instance_0_u(_ = A._SortArrowState.prototype, "get$_data_table$_rebuild", "_data_table$_rebuild$0", 0); _instance_1_u(_, "get$_resetOrientationAnimation", "_resetOrientationAnimation$1", 43); _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", 297); - _static(A, "dialog___buildMaterialDialogTransitions$closure", 4, null, ["call$4"], ["_buildMaterialDialogTransitions"], 3415, 0); + _instance_1_u(_, "get$_handleDateChanged", "_handleDateChanged$1", 270); + _static(A, "dialog___buildMaterialDialogTransitions$closure", 4, null, ["call$4"], ["_buildMaterialDialogTransitions"], 3412, 0); _instance_0_u(_ = A.DrawerControllerState.prototype, "get$_animationChanged", "_animationChanged$0", 0); _instance_1_u(_, "get$_animationStatusChanged", "_animationStatusChanged$1", 43); _instance_0_u(_, "get$_handleHistoryEntryRemoved", "_handleHistoryEntryRemoved$0", 0); - _instance_1_u(_, "get$_handleDragDown", "_handleDragDown$1", 448); + _instance_1_u(_, "get$_handleDragDown", "_handleDragDown$1", 473); _instance_0_u(_, "get$_handleDragCancel", "_handleDragCancel$0", 0); - _instance_1_u(_, "get$_move", "_move$1", 70); + _instance_1_u(_, "get$_move", "_move$1", 69); _instance_1_u(_, "get$_settle", "_settle$1", 92); _instance_0_i(_, "get$close", "close$0", 0); _instance_1_u(_ = A._DropdownMenuItemButtonState.prototype, "get$_dropdown$_handleFocusChange", "_dropdown$_handleFocusChange$1", 13); @@ -605246,42 +604558,42 @@ _instance_1_u(_ = A._RenderChildOverflowBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_0_u(_ = A._InkState.prototype, "get$_handleRemoved", "_handleRemoved$0", 0); - _instance_1_u(_, "get$_ink_decoration$_build", "_ink_decoration$_build$1", 52); + _instance_1_u(_, "get$_ink_decoration$_build", "_ink_decoration$_build$1", 51); _instance_0_u(A.InkDecoration.prototype, "get$_handleChanged", "_handleChanged$0", 0); _instance_1_u(A.InkHighlight.prototype, "get$_handleAlphaStatusChanged", "_handleAlphaStatusChanged$1", 43); _instance_1_u(A.InkRipple.prototype, "get$_ink_ripple$_handleAlphaStatusChanged", "_ink_ripple$_handleAlphaStatusChanged$1", 43); _instance_1_u(A.InkSplash.prototype, "get$_ink_splash$_handleAlphaStatusChanged", "_ink_splash$_handleAlphaStatusChanged$1", 43); - _instance_1_u(_ = A.InkResponse.prototype, "get$getRectCallback", "getRectCallback$1", 2017); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 778); + _instance_1_u(_ = A.InkResponse.prototype, "get$getRectCallback", "getRectCallback$1", 3051); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 780); _instance(_ = A._InkResponseState.prototype, "get$simulateTap", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["simulateTap$1", "simulateTap$0"], 399, 0, 0); + }, ["call$1", "call$0"], ["simulateTap$1", "simulateTap$0"], 408, 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", 776); + _instance_1_u(_, "get$handleFocusHighlightModeChange", "handleFocusHighlightModeChange$1", 761); _instance_1_u(_, "get$handleFocusUpdate", "handleFocusUpdate$1", 13); _instance_1_u(_, "get$handleTapDown", "handleTapDown$1", 64); - _instance_1_u(_, "get$handleTapUp", "handleTapUp$1", 111); + _instance_1_u(_, "get$handleTapUp", "handleTapUp$1", 106); _instance_1_u(_, "get$handleSecondaryTapDown", "handleSecondaryTapDown$1", 64); - _instance_1_u(_, "get$handleSecondaryTapUp", "handleSecondaryTapUp$1", 111); + _instance_1_u(_, "get$handleSecondaryTapUp", "handleSecondaryTapUp$1", 106); _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_0_u(_, "get$handleSecondaryTap", "handleSecondaryTap$0", 0); _instance_0_u(_, "get$handleSecondaryTapCancel", "handleSecondaryTapCancel$0", 0); - _instance_1_u(_, "get$handleMouseEnter", "handleMouseEnter$1", 130); + _instance_1_u(_, "get$handleMouseEnter", "handleMouseEnter$1", 131); _instance_1_u(_, "get$handleMouseExit", "handleMouseExit$1", 110); _instance_1_u(_ = A._InputDatePickerFormFieldState.prototype, "get$_validateDate", "_validateDate$1", 139); - _instance_1_u(_, "get$_handleSaved", "_handleSaved$1", 96); + _instance_1_u(_, "get$_handleSaved", "_handleSaved$1", 94); _instance_1_u(_, "get$_handleSubmitted", "_handleSubmitted$1", 15); _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", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(_, "get$_childSemanticsConfigurationDelegate", "_childSemanticsConfigurationDelegate$1", 774); - _instance_2_u(_, "get$_paintLabel", "_paintLabel$2", 93); + _instance_1_u(_, "get$_childSemanticsConfigurationDelegate", "_childSemanticsConfigurationDelegate$1", 756); + _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", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); @@ -605298,32 +604610,32 @@ _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", 17); - _instance_1_u(_ = A.RefreshIndicatorState.prototype, "get$_refresh_indicator$_handleScrollNotification", "_refresh_indicator$_handleScrollNotification$1", 194); - _instance_1_u(_, "get$_handleIndicatorNotification", "_handleIndicatorNotification$1", 2152); + _instance_1_u(_ = A.RefreshIndicatorState.prototype, "get$_refresh_indicator$_handleScrollNotification", "_refresh_indicator$_handleScrollNotification$1", 186); + _instance_1_u(_, "get$_handleIndicatorNotification", "_handleIndicatorNotification$1", 3018); _instance_2_u(_ = A._ReorderableListViewState.prototype, "get$_itemBuilder", "_itemBuilder$2", 98); - _instance(_, "get$_proxyDecorator", 0, 3, null, ["call$3"], ["_proxyDecorator$3"], 2153, 0, 0); + _instance(_, "get$_proxyDecorator", 0, 3, null, ["call$3"], ["_proxyDecorator$3"], 3016, 0, 0); _instance_1_u(_ = A._FloatingActionButtonTransitionState.prototype, "get$_handlePreviousAnimationStatusChanged", "_handlePreviousAnimationStatusChanged$1", 43); _instance_0_u(_, "get$_onProgressChanged", "_onProgressChanged$0", 0); _instance_1_u(_ = A.ScaffoldState.prototype, "get$_drawerOpenedCallback", "_drawerOpenedCallback$1", 13); _instance_1_u(_, "get$_endDrawerOpenedCallback", "_endDrawerOpenedCallback$1", 13); _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", 76); - _instance(_, "get$_scaffold$_handleDragEnd", 0, 1, null, ["call$2$isClosing", "call$1"], ["_scaffold$_handleDragEnd$2$isClosing", "_scaffold$_handleDragEnd$1"], 2184, 0, 0); + _instance_1_u(_, "get$_scaffold$_handleDragStart", "_scaffold$_handleDragStart$1", 78); + _instance(_, "get$_scaffold$_handleDragEnd", 0, 1, null, ["call$2$isClosing", "call$1"], ["_scaffold$_handleDragEnd$2$isClosing", "_scaffold$_handleDragEnd$1"], 3009, 0, 0); _instance_1_u(_, "get$_handleStatusChange", "_handleStatusChange$1", 43); - _instance_1_u(_, "get$extentChanged", "extentChanged$1", 805); - _static(A, "scrollbar_theme___lerpBool$closure", 3, null, ["call$3"], ["_lerpBool"], 3416, 0); - _static_2(A, "selectable_text_SelectableText__defaultContextMenuBuilder$closure", "SelectableText__defaultContextMenuBuilder", 405); - _instance_1_u(_ = A._SelectableTextSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 170); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 170); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 376); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 288); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 260); + _instance_1_u(_, "get$extentChanged", "extentChanged$1", 822); + _static(A, "scrollbar_theme___lerpBool$closure", 3, null, ["call$3"], ["_lerpBool"], 3413, 0); + _static_2(A, "selectable_text_SelectableText__defaultContextMenuBuilder$closure", "SelectableText__defaultContextMenuBuilder", 388); + _instance_1_u(_ = A._SelectableTextSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 166); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 166); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 360); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 271); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 266); _instance_0_u(_ = A._SelectableTextState.prototype, "get$_onControllerChanged", "_onControllerChanged$0", 0); - _instance_2_u(_, "get$_selectable_text$_handleSelectionChanged", "_selectable_text$_handleSelectionChanged$2", 517); + _instance_2_u(_, "get$_selectable_text$_handleSelectionChanged", "_selectable_text$_handleSelectionChanged$2", 552); _instance_0_u(_, "get$_selectable_text$_handleSelectionHandleTapped", "_selectable_text$_handleSelectionHandleTapped$0", 0); - _instance_1_u(_ = A._MaterialSwitchState.prototype, "get$_switch0$_handleDragStart", "_switch0$_handleDragStart$1", 76); - _instance_1_u(_, "get$_switch0$_handleDragUpdate", "_switch0$_handleDragUpdate$1", 70); + _instance_1_u(_ = A._MaterialSwitchState.prototype, "get$_switch0$_handleDragStart", "_switch0$_handleDragStart$1", 78); + _instance_1_u(_, "get$_switch0$_handleDragUpdate", "_switch0$_handleDragUpdate$1", 69); _instance_1_u(_, "get$_switch0$_handleDragEnd", "_switch0$_handleDragEnd$1", 92); _instance_1_u(_, "get$_switch0$_handleChanged", "_switch0$_handleChanged$1", 17); _instance_0_u(_ = A._SwitchPainter.prototype, "get$_handleDecorationChanged", "_handleDecorationChanged$0", 0); @@ -605332,41 +604644,41 @@ _instance_0_u(A._IndicatorPainter.prototype, "get$markNeedsPaint", "markNeedsPaint$0", 0); _instance_0_u(_ = A._TabBarState.prototype, "get$_handleTabControllerAnimationTick", "_handleTabControllerAnimationTick$0", 0); _instance_0_u(_, "get$_handleTabControllerTick", "_handleTabControllerTick$0", 0); - _instance(_, "get$_saveTabOffsets", 0, 3, null, ["call$3"], ["_saveTabOffsets$3"], 2275, 0, 0); + _instance(_, "get$_saveTabOffsets", 0, 3, null, ["call$3"], ["_saveTabOffsets$3"], 2996, 0, 0); _instance_0_u(_ = A._TabBarViewState.prototype, "get$_handleTabControllerAnimationTick", "_handleTabControllerAnimationTick$0", 0); - _instance_1_u(_, "get$_tabs$_handleScrollNotification", "_tabs$_handleScrollNotification$1", 194); - _static_2(A, "text_field_TextField__defaultContextMenuBuilder$closure", "TextField__defaultContextMenuBuilder", 405); - _instance_1_u(_ = A._TextFieldSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 170); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 170); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 288); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 260); + _instance_1_u(_, "get$_tabs$_handleScrollNotification", "_tabs$_handleScrollNotification$1", 186); + _static_2(A, "text_field_TextField__defaultContextMenuBuilder$closure", "TextField__defaultContextMenuBuilder", 388); + _instance_1_u(_ = A._TextFieldSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 166); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 166); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 271); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 266); _instance_0_u(_ = A._TextFieldState.prototype, "get$_text_field$_handleFocusChanged", "_text_field$_handleFocusChanged$0", 0); - _instance_2_u(_, "get$_text_field$_handleSelectionChanged", "_text_field$_handleSelectionChanged$2", 517); + _instance_2_u(_, "get$_text_field$_handleSelectionChanged", "_text_field$_handleSelectionChanged$2", 552); _instance_0_u(_, "get$_handleSelectionHandleTapped", "_handleSelectionHandleTapped$0", 0); - _static_2(A, "text_form_field_TextFormField__defaultContextMenuBuilder$closure", "TextFormField__defaultContextMenuBuilder", 405); + _static_2(A, "text_form_field_TextFormField__defaultContextMenuBuilder$closure", "TextFormField__defaultContextMenuBuilder", 388); _instance_0_u(A._TextFormFieldState.prototype, "get$_handleControllerChanged", "_handleControllerChanged$0", 0); - _static_2(A, "text_selection_toolbar_TextSelectionToolbar__defaultToolbarBuilder$closure", "TextSelectionToolbar__defaultToolbarBuilder", 3418); + _static_2(A, "text_selection_toolbar_TextSelectionToolbar__defaultToolbarBuilder$closure", "TextSelectionToolbar__defaultToolbarBuilder", 3415); _instance_1_u(_ = A._RenderInputPadding2.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(_ = A._DialState.prototype, "get$_handlePanStart", "_handlePanStart$1", 76); - _instance_1_u(_, "get$_handlePanUpdate", "_handlePanUpdate$1", 70); + _instance_1_u(_ = A._DialState.prototype, "get$_handlePanStart", "_handlePanStart$1", 78); + _instance_1_u(_, "get$_handlePanUpdate", "_handlePanUpdate$1", 69); _instance_1_u(_, "get$_handlePanEnd", "_handlePanEnd$1", 92); - _instance_1_u(_, "get$_time_picker0$_handleTapUp", "_time_picker0$_handleTapUp$1", 111); - _instance_1_u(_ = A._TimePickerInputState.prototype, "get$_handleHourSavedSubmitted", "_handleHourSavedSubmitted$1", 96); + _instance_1_u(_, "get$_time_picker0$_handleTapUp", "_time_picker0$_handleTapUp$1", 106); + _instance_1_u(_ = A._TimePickerInputState.prototype, "get$_handleHourSavedSubmitted", "_handleHourSavedSubmitted$1", 94); _instance_1_u(_, "get$_handleHourChanged", "_handleHourChanged$1", 15); - _instance_1_u(_, "get$_handleMinuteSavedSubmitted", "_handleMinuteSavedSubmitted$1", 96); - _instance_1_u(_, "get$_handleDayPeriodChanged", "_handleDayPeriodChanged$1", 508); + _instance_1_u(_, "get$_handleMinuteSavedSubmitted", "_handleMinuteSavedSubmitted$1", 94); + _instance_1_u(_, "get$_handleDayPeriodChanged", "_handleDayPeriodChanged$1", 584); _instance_1_u(_, "get$_validateHour", "_validateHour$1", 139); _instance_1_u(_, "get$_validateMinute", "_validateMinute$1", 139); - _instance_1_u(_ = A._TimePickerDialogState.prototype, "get$_handleTimeChanged", "_handleTimeChanged$1", 508); - _instance_1_u(_, "get$_handleEntryModeChanged", "_handleEntryModeChanged$1", 2497); + _instance_1_u(_ = A._TimePickerDialogState.prototype, "get$_handleTimeChanged", "_handleTimeChanged$1", 584); + _instance_1_u(_, "get$_handleEntryModeChanged", "_handleEntryModeChanged$1", 2844); _instance_0_u(_, "get$_toggleEntryMode", "_toggleEntryMode$0", 0); _instance_0_u(_, "get$_time_picker0$_handleCancel", "_time_picker0$_handleCancel$0", 0); _instance_0_u(_, "get$_time_picker0$_handleOk", "_time_picker0$_handleOk$0", 0); - _instance_1_u(_ = A._TimePickerState0.prototype, "get$_handleHourMinuteModeChanged", "_handleHourMinuteModeChanged$1", 2502); - _instance_1_u(_, "get$_handleTimeChanged", "_handleTimeChanged$1", 508); + _instance_1_u(_ = A._TimePickerState0.prototype, "get$_handleHourMinuteModeChanged", "_handleHourMinuteModeChanged$1", 2842); + _instance_1_u(_, "get$_handleTimeChanged", "_handleTimeChanged$1", 584); _instance_0_u(_, "get$_handleHourDoubleTapped", "_handleHourDoubleTapped$0", 0); _instance_0_u(_, "get$_handleMinuteDoubleTapped", "_handleMinuteDoubleTapped$0", 0); _instance_0_u(_, "get$_handleHourSelected", "_handleHourSelected$0", 0); @@ -605381,37 +604693,37 @@ _instance_1_u(_ = A.ToggleableStateMixin0.prototype, "get$_toggleable$_handleTapDown", "_toggleable$_handleTapDown$1", 64); _instance(_, "get$_toggleable$_handleTap", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_toggleable$_handleTap$1", "_toggleable$_handleTap$0"], 399, 0, 0); - _instance(_, "get$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_handleTapEnd$1", "_handleTapEnd$0"], 873, 0, 0); + }, ["call$1", "call$0"], ["_toggleable$_handleTap$1", "_toggleable$_handleTap$0"], 408, 0, 0); + _instance(_, "get$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_handleTapEnd$1", "_handleTapEnd$0"], 811, 0, 0); _instance_1_u(_, "get$_handleFocusHighlightChanged", "_handleFocusHighlightChanged$1", 13); _instance_1_u(_, "get$_handleHoverChanged", "_handleHoverChanged$1", 13); _instance_0_u(A.ToggleablePainter0.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_ = A.TooltipState.prototype, "get$_handleStatusChanged", "_handleStatusChanged$1", 43); - _instance_1_u(_, "get$_tooltip$_handlePointerDown", "_tooltip$_handlePointerDown$1", 203); - _instance_1_u(_, "get$_handleGlobalPointerEvent", "_handleGlobalPointerEvent$1", 109); + _instance_1_u(_, "get$_tooltip$_handlePointerDown", "_tooltip$_handlePointerDown$1", 197); + _instance_1_u(_, "get$_handleGlobalPointerEvent", "_handleGlobalPointerEvent$1", 112); _instance_0_u(_, "get$_handleTapToDismiss", "_handleTapToDismiss$0", 0); _instance_0_u(_, "get$_handleLongPress", "_handleLongPress$0", 0); _instance_0_u(_, "get$_handlePressUp", "_handlePressUp$0", 0); - _instance_1_u(_, "get$_handleMouseEnter", "_handleMouseEnter$1", 130); + _instance_1_u(_, "get$_handleMouseEnter", "_handleMouseEnter$1", 131); _instance_1_u(_, "get$_handleMouseExit", "_handleMouseExit$1", 110); - _instance_1_u(_, "get$_buildTooltipOverlay", "_buildTooltipOverlay$1", 52); - _instance(_ = A.PaintingBinding.prototype, "get$instantiateImageCodec", 0, 1, null, ["call$4$allowUpscaling$cacheHeight$cacheWidth", "call$1"], ["instantiateImageCodec$4$allowUpscaling$cacheHeight$cacheWidth", "instantiateImageCodec$1"], 2533, 0, 0); - _instance(_, "get$instantiateImageCodecFromBuffer", 0, 1, null, ["call$4$allowUpscaling$cacheHeight$cacheWidth", "call$1"], ["instantiateImageCodecFromBuffer$4$allowUpscaling$cacheHeight$cacheWidth", "instantiateImageCodecFromBuffer$1"], 2537, 0, 0); - _instance(_, "get$instantiateImageCodecWithSize", 0, 1, null, ["call$2$getTargetSize", "call$1"], ["instantiateImageCodecWithSize$2$getTargetSize", "instantiateImageCodecWithSize$1"], 2540, 0, 0); - _static(A, "borders_OutlinedBorder_lerp$closure", 3, null, ["call$3"], ["OutlinedBorder_lerp"], 3419, 0); - _instance_2_u(A.DecorationImagePainter.prototype, "get$_handleImage", "_handleImage$2", 744); - _static(A, "edge_insets_EdgeInsetsGeometry_lerp$closure", 3, null, ["call$3"], ["EdgeInsetsGeometry_lerp"], 3420, 0); - _instance_1_i(_ = A.ImageStreamCompleter.prototype, "get$addListener", "addListener$1", 518); - _instance_1_u(_, "get$reportImageChunkEvent", "reportImageChunkEvent$1", 736); - _instance_1_u(_ = A.MultiFrameImageStreamCompleter.prototype, "get$_handleCodecReady", "_handleCodecReady$1", 590); + _instance_1_u(_, "get$_buildTooltipOverlay", "_buildTooltipOverlay$1", 51); + _instance(_ = A.PaintingBinding.prototype, "get$instantiateImageCodec", 0, 1, null, ["call$4$allowUpscaling$cacheHeight$cacheWidth", "call$1"], ["instantiateImageCodec$4$allowUpscaling$cacheHeight$cacheWidth", "instantiateImageCodec$1"], 2798, 0, 0); + _instance(_, "get$instantiateImageCodecFromBuffer", 0, 1, null, ["call$4$allowUpscaling$cacheHeight$cacheWidth", "call$1"], ["instantiateImageCodecFromBuffer$4$allowUpscaling$cacheHeight$cacheWidth", "instantiateImageCodecFromBuffer$1"], 2792, 0, 0); + _instance(_, "get$instantiateImageCodecWithSize", 0, 1, null, ["call$2$getTargetSize", "call$1"], ["instantiateImageCodecWithSize$2$getTargetSize", "instantiateImageCodecWithSize$1"], 2787, 0, 0); + _static(A, "borders_OutlinedBorder_lerp$closure", 3, null, ["call$3"], ["OutlinedBorder_lerp"], 3416, 0); + _instance_2_u(A.DecorationImagePainter.prototype, "get$_handleImage", "_handleImage$2", 712); + _static(A, "edge_insets_EdgeInsetsGeometry_lerp$closure", 3, null, ["call$3"], ["EdgeInsetsGeometry_lerp"], 3417, 0); + _instance_1_i(_ = A.ImageStreamCompleter.prototype, "get$addListener", "addListener$1", 446); + _instance_1_u(_, "get$reportImageChunkEvent", "reportImageChunkEvent$1", 607); + _instance_1_u(_ = A.MultiFrameImageStreamCompleter.prototype, "get$_handleCodecReady", "_handleCodecReady$1", 469); _instance_1_u(_, "get$_handleAppFrame", "_handleAppFrame$1", 11); - _instance_1_i(_, "get$addListener", "addListener$1", 518); - _instance_2_u(A.WordBoundary.prototype, "get$_skipSpacesAndPunctuations", "_skipSpacesAndPunctuations$2", 2584); - _static(A, "text_style_TextStyle_lerp$closure", 3, null, ["call$3"], ["TextStyle_lerp"], 3421, 0); + _instance_1_i(_, "get$addListener", "addListener$1", 446); + _instance_2_u(A.WordBoundary.prototype, "get$_skipSpacesAndPunctuations", "_skipSpacesAndPunctuations$2", 2740); + _static(A, "text_style_TextStyle_lerp$closure", 3, null, ["call$3"], ["TextStyle_lerp"], 3418, 0); _instance_1_i(_ = A.FrictionSimulation.prototype, "get$x", "x$1", 6); _instance_1_i(_, "get$dx", "dx$1", 6); _instance_0_u(_ = A.RendererBinding.prototype, "get$_handleSemanticsOwnerCreated", "_handleSemanticsOwnerCreated$0", 0); - _instance_1_u(_, "get$_handleSemanticsUpdate", "_handleSemanticsUpdate$1", 2613); + _instance_1_u(_, "get$_handleSemanticsUpdate", "_handleSemanticsUpdate$1", 2726); _instance_0_u(_, "get$_handleSemanticsOwnerDisposed", "_handleSemanticsOwnerDisposed$0", 0); _instance_1_u(_, "get$_handleWebFirstFrame", "_handleWebFirstFrame$1", 11); _instance_1_u(_, "get$_handlePersistentFrameCallback", "_handlePersistentFrameCallback$1", 11); @@ -605421,7 +604733,7 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); _instance_0_u(_, "get$markNeedsLayout", "markNeedsLayout$0", 0); - _instance_2_u(A.RenderBoxContainerDefaultsMixin.prototype, "get$defaultPaint", "defaultPaint$2", 93); + _instance_2_u(A.RenderBoxContainerDefaultsMixin.prototype, "get$defaultPaint", "defaultPaint$2", 91); _instance_1_u(_ = A.RenderCustomMultiChildLayoutBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -605433,7 +604745,7 @@ _instance_0_u(_ = A.RenderEditable.prototype, "get$markNeedsPaint", "markNeedsPaint$0", 0); _instance_0_u(_, "get$_showHideCursor", "_showHideCursor$0", 0); _instance_1_u(_, "get$_handleSetText", "_handleSetText$1", 15); - _instance_1_u(_, "get$_handleSetSelection", "_handleSetSelection$1", 2647); + _instance_1_u(_, "get$_handleSetSelection", "_handleSetSelection$1", 2703); _instance_1_u(_, "get$_handleMoveCursorForwardByCharacter", "_handleMoveCursorForwardByCharacter$1", 13); _instance_1_u(_, "get$_handleMoveCursorBackwardByCharacter", "_handleMoveCursorBackwardByCharacter$1", 13); _instance_1_u(_, "get$_handleMoveCursorForwardByWord", "_handleMoveCursorForwardByWord$1", 13); @@ -605445,7 +604757,7 @@ _instance_1_u(_, "get$_editable$_handleTapDown", "_editable$_handleTapDown$1", 64); _instance_0_u(_, "get$_handleTap", "_handleTap$0", 0); _instance_0_u(_, "get$_editable$_handleLongPress", "_editable$_handleLongPress$0", 0); - _instance_2_u(_, "get$_editable$_paintContents", "_editable$_paintContents$2", 93); + _instance_2_u(_, "get$_editable$_paintContents", "_editable$_paintContents$2", 91); _instance_1_u(_ = A.RenderErrorBox.prototype, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); _instance_1_u(_ = A.RenderFlex.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); @@ -605460,16 +604772,16 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _static_1(A, "object_RenderObject__cleanChildRelayoutBoundary$closure", "RenderObject__cleanChildRelayoutBoundary", 67); - _static_1(A, "object_RenderObject__propagateRelayoutBoundaryToChild$closure", "RenderObject__propagateRelayoutBoundaryToChild", 67); + _static_1(A, "object_RenderObject__cleanChildRelayoutBoundary$closure", "RenderObject__cleanChildRelayoutBoundary", 68); + _static_1(A, "object_RenderObject__propagateRelayoutBoundaryToChild$closure", "RenderObject__propagateRelayoutBoundaryToChild", 68); _instance_0_u(A.PipelineOwner.prototype, "get$_updateSemanticsOwner", "_updateSemanticsOwner$0", 0); - _instance_1_u(_ = A.RenderObject.prototype, "get$redepthChild", "redepthChild$1", 67); - _instance_1_u(_, "get$dropChild", "dropChild$1", 67); + _instance_1_u(_ = A.RenderObject.prototype, "get$redepthChild", "redepthChild$1", 68); + _instance_1_u(_, "get$dropChild", "dropChild$1", 68); _instance_0_u(_, "get$markNeedsPaint", "markNeedsPaint$0", 0); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 93, 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$_marksExplicitInMergeGroup", 0, 1, null, ["call$2$isMergeUp", "call$1"], ["_marksExplicitInMergeGroup$2$isMergeUp", "_marksExplicitInMergeGroup$1"], 2669, 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"], 361, 0, 0); + _instance(_, "get$_marksExplicitInMergeGroup", 0, 1, null, ["call$2$isMergeUp", "call$1"], ["_marksExplicitInMergeGroup$2$isMergeUp", "_marksExplicitInMergeGroup$1"], 2684, 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"], 379, 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_0_u(A.RelayoutWhenSystemFontsChangeMixin.prototype, "get$_scheduleSystemFontsUpdate", "_scheduleSystemFontsUpdate$0", 0); @@ -605477,13 +604789,13 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(_, "get$_childSemanticsConfigurationsDelegate", "_childSemanticsConfigurationsDelegate$1", 774); - _instance_1_u(A._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 109); + _instance_1_u(_, "get$_childSemanticsConfigurationsDelegate", "_childSemanticsConfigurationsDelegate$1", 756); + _instance_1_u(A._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 112); _instance_1_u(_ = A.RenderProxyBoxMixin.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 93, 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", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -605501,7 +604813,7 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_0_u(A.RenderAnimatedOpacityMixin.prototype, "get$_updateOpacity", "_updateOpacity$0", 0); _instance_0_u(A._RenderCustomClip.prototype, "get$_markNeedsClip", "_markNeedsClip$0", 0); - _instance_2_u(A.RenderFittedBox.prototype, "get$_paintChildWithTransform", "_paintChildWithTransform$2", 2690); + _instance_2_u(A.RenderFittedBox.prototype, "get$_paintChildWithTransform", "_paintChildWithTransform$2", 2667); _instance_1_u(_ = A.RenderOffstage.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -605524,7 +604836,7 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 93, 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", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -605537,14 +604849,14 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance(A.RenderSliver.prototype, "get$hitTest", 0, 1, null, ["call$3$crossAxisPosition$mainAxisPosition"], ["hitTest$3$crossAxisPosition$mainAxisPosition"], 2696, 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"], 361, 0, 0); + _instance(A.RenderSliver.prototype, "get$hitTest", 0, 1, null, ["call$3$crossAxisPosition$mainAxisPosition"], ["hitTest$3$crossAxisPosition$mainAxisPosition"], 2666, 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"], 379, 0, 0); _instance_1_u(_ = A.RenderStack.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_2_u(_, "get$paintStack", "paintStack$2", 93); - _instance_2_u(A.RenderIndexedStack.prototype, "get$paintStack", "paintStack$2", 93); + _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", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -605553,71 +604865,71 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_2_u(_, "get$_paintContents", "_paintContents$2", 93); - _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"], 361, 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"], 379, 0, 0); _instance_1_u(_ = A.RenderWrap.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _static_2(A, "binding0_SchedulerBinding__taskSorter$closure", "SchedulerBinding__taskSorter", 3422); - _static(A, "binding0__defaultSchedulingStrategy$closure", 0, null, ["call$2$priority$scheduler"], ["defaultSchedulingStrategy"], 3423, 0); - _instance_1_u(_ = A.SchedulerBinding.prototype, "get$_executeTimingsCallbacks", "_executeTimingsCallbacks$1", 523); + _static_2(A, "binding0_SchedulerBinding__taskSorter$closure", "SchedulerBinding__taskSorter", 3419); + _static(A, "binding0__defaultSchedulingStrategy$closure", 0, null, ["call$2$priority$scheduler"], ["defaultSchedulingStrategy"], 3420, 0); + _instance_1_u(_ = A.SchedulerBinding.prototype, "get$_executeTimingsCallbacks", "_executeTimingsCallbacks$1", 494); _instance_0_u(_, "get$_runTasks", "_runTasks$0", 0); _instance_1_u(_, "get$_handleBeginFrame", "_handleBeginFrame$1", 11); _instance_0_u(_, "get$_handleDrawFrame", "_handleDrawFrame$0", 0); _instance_0_u(_, "get$_disposePerformanceModeRequest", "_disposePerformanceModeRequest$0", 0); - _instance_1_u(_, "get$_profileFramePostEvent", "_profileFramePostEvent$1", 2707); + _instance_1_u(_, "get$_profileFramePostEvent", "_profileFramePostEvent$1", 2654); _instance_1_u(A.Ticker.prototype, "get$_ticker$_tick", "_ticker$_tick$1", 11); _instance_0_u(_ = A.SemanticsBinding.prototype, "get$_didDisposeSemanticsHandle", "_didDisposeSemanticsHandle$0", 0); _instance_0_u(_, "get$_handleSemanticsEnabledChanged", "_handleSemanticsEnabledChanged$0", 0); - _instance_1_u(_, "get$_handleSemanticsActionEvent", "_handleSemanticsActionEvent$1", 2710); - _instance_1_u(A.SemanticsNode.prototype, "get$_redepthChild", "_redepthChild$1", 2718); + _instance_1_u(_, "get$_handleSemanticsActionEvent", "_handleSemanticsActionEvent$1", 2646); + _instance_1_u(A.SemanticsNode.prototype, "get$_redepthChild", "_redepthChild$1", 2644); _instance_0_u(A.SemanticsOwner.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_ = A.SemanticsConfiguration.prototype, "get$_onCustomSemanticsAction", "_onCustomSemanticsAction$1", 42); - _instance_1_u(_, "get$addTagForChildren", "addTagForChildren$1", 2741); - _static_1(A, "asset_bundle_AssetBundle__utf8decode$closure", "AssetBundle__utf8decode", 3424); - _static_1(A, "asset_manifest__AssetManifestBin___fromStandardMessageCodecMessage_tearOff$closure", "_AssetManifestBin___fromStandardMessageCodecMessage_tearOff", 3425); - _static_1(A, "binding2_ServicesBinding__parseLicenses$closure", "ServicesBinding__parseLicenses", 3426); - _instance_0_u(_ = A.ServicesBinding.prototype, "get$_addLicenses", "_addLicenses$0", 2765); - _instance_1_u(_, "get$_handleLifecycleMessage", "_handleLifecycleMessage$1", 2766); - _instance_1_u(_, "get$_handlePlatformMessage", "_handlePlatformMessage$1", 169); - _instance_1_u(_ = A.KeyEventManager.prototype, "get$handleKeyData", "handleKeyData$1", 587); - _instance_1_u(_, "get$handleRawKeyMessage", "handleRawKeyMessage$1", 2768); - _instance_1_u(_, "get$_convertRawEventAndStore", "_convertRawEventAndStore$1", 2769); + _instance_1_u(_, "get$addTagForChildren", "addTagForChildren$1", 2626); + _static_1(A, "asset_bundle_AssetBundle__utf8decode$closure", "AssetBundle__utf8decode", 3421); + _static_1(A, "asset_manifest__AssetManifestBin___fromStandardMessageCodecMessage_tearOff$closure", "_AssetManifestBin___fromStandardMessageCodecMessage_tearOff", 3422); + _static_1(A, "binding2_ServicesBinding__parseLicenses$closure", "ServicesBinding__parseLicenses", 3423); + _instance_0_u(_ = A.ServicesBinding.prototype, "get$_addLicenses", "_addLicenses$0", 2606); + _instance_1_u(_, "get$_handleLifecycleMessage", "_handleLifecycleMessage$1", 2602); + _instance_1_u(_, "get$_handlePlatformMessage", "_handlePlatformMessage$1", 178); + _instance_1_u(_ = A.KeyEventManager.prototype, "get$handleKeyData", "handleKeyData$1", 439); + _instance_1_u(_, "get$handleRawKeyMessage", "handleRawKeyMessage$1", 2596); + _instance_1_u(_, "get$_convertRawEventAndStore", "_convertRawEventAndStore$1", 2595); _instance_1_u(A.RestorationManager.prototype, "get$_methodHandler", "_methodHandler$1", 308); - _instance_1_u(_ = A.RestorationBucket.prototype, "get$_dropChild", "_dropChild$1", 702); - _instance_1_u(_, "get$_recursivelyUpdateManager", "_recursivelyUpdateManager$1", 702); + _instance_1_u(_ = A.RestorationBucket.prototype, "get$_dropChild", "_dropChild$1", 659); + _instance_1_u(_, "get$_recursivelyUpdateManager", "_recursivelyUpdateManager$1", 659); _instance_1_u(A.TextInputClient.prototype, "get$performSelector", "performSelector$1", 15); - _instance_1_u(A.TextInput.prototype, "get$_loudlyHandleTextInputInvocation", "_loudlyHandleTextInputInvocation$1", 169); - _instance_1_u(A.UndoManager.prototype, "get$_handleUndoManagerInvocation", "_handleUndoManagerInvocation$1", 169); - _instance_1_u(A._ActionsState.prototype, "get$_handleActionChanged", "_handleActionChanged$1", 2803); - _instance_1_u(_ = A._FocusableActionDetectorState.prototype, "get$_handleFocusHighlightModeChange", "_handleFocusHighlightModeChange$1", 776); - _instance_1_u(_, "get$_actions$_handleMouseEnter", "_actions$_handleMouseEnter$1", 130); + _instance_1_u(A.TextInput.prototype, "get$_loudlyHandleTextInputInvocation", "_loudlyHandleTextInputInvocation$1", 178); + _instance_1_u(A.UndoManager.prototype, "get$_handleUndoManagerInvocation", "_handleUndoManagerInvocation$1", 178); + _instance_1_u(A._ActionsState.prototype, "get$_handleActionChanged", "_handleActionChanged$1", 2582); + _instance_1_u(_ = A._FocusableActionDetectorState.prototype, "get$_handleFocusHighlightModeChange", "_handleFocusHighlightModeChange$1", 761); + _instance_1_u(_, "get$_actions$_handleMouseEnter", "_actions$_handleMouseEnter$1", 131); _instance_1_u(_, "get$_actions$_handleMouseExit", "_actions$_handleMouseExit$1", 110); _instance_1_u(_, "get$_handleFocusChange", "_handleFocusChange$1", 13); - _static(A, "animated_cross_fade_AnimatedCrossFade_defaultLayoutBuilder$closure", 4, null, ["call$4"], ["AnimatedCrossFade_defaultLayoutBuilder"], 3427, 0); - _static_2(A, "animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure", "AnimatedSwitcher_defaultTransitionBuilder", 476); - _static_2(A, "animated_switcher_AnimatedSwitcher_defaultLayoutBuilder$closure", "AnimatedSwitcher_defaultLayoutBuilder", 3428); - _instance_1_u(A._AnimatedSwitcherState.prototype, "get$_updateTransitionForEntry", "_updateTransitionForEntry$1", 2810); - _instance_1_u(_ = A._WidgetsAppState.prototype, "get$_onGenerateRoute", "_onGenerateRoute$1", 2844); - _instance_1_u(_, "get$_onUnknownRoute", "_onUnknownRoute$1", 698); - _static_1(A, "autocomplete_RawAutocomplete_defaultStringForOption$closure", "RawAutocomplete_defaultStringForOption", 594); + _static(A, "animated_cross_fade_AnimatedCrossFade_defaultLayoutBuilder$closure", 4, null, ["call$4"], ["AnimatedCrossFade_defaultLayoutBuilder"], 3424, 0); + _static_2(A, "animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure", "AnimatedSwitcher_defaultTransitionBuilder", 449); + _static_2(A, "animated_switcher_AnimatedSwitcher_defaultLayoutBuilder$closure", "AnimatedSwitcher_defaultLayoutBuilder", 3425); + _instance_1_u(A._AnimatedSwitcherState.prototype, "get$_updateTransitionForEntry", "_updateTransitionForEntry$1", 2581); + _instance_1_u(_ = A._WidgetsAppState.prototype, "get$_onGenerateRoute", "_onGenerateRoute$1", 2575); + _instance_1_u(_, "get$_onUnknownRoute", "_onUnknownRoute$1", 650); + _static_1(A, "autocomplete_RawAutocomplete_defaultStringForOption$closure", "RawAutocomplete_defaultStringForOption", 598); _instance_0_u(_ = A._RawAutocompleteState.prototype, "get$_onChangedField", "_onChangedField$0", 20); _instance_0_u(_, "get$_onChangedFocus", "_onChangedFocus$0", 0); _instance_0_u(_, "get$_onFieldSubmitted", "_onFieldSubmitted$0", 0); _instance_1_u(_, "get$_select", "_select$1", 42); - _instance_1_u(_, "get$_highlightPreviousOption", "_highlightPreviousOption$1", 2847); - _instance_1_u(_, "get$_highlightNextOption", "_highlightNextOption$1", 2860); - _instance_1_u(_, "get$_hideOptions", "_hideOptions$1", 691); - _instance_1_u(A._AutomaticKeepAliveState.prototype, "get$_addClient", "_addClient$1", 2904); + _instance_1_u(_, "get$_highlightPreviousOption", "_highlightPreviousOption$1", 2563); + _instance_1_u(_, "get$_highlightNextOption", "_highlightNextOption$1", 2555); + _instance_1_u(_, "get$_hideOptions", "_hideOptions$1", 648); + _instance_1_u(A._AutomaticKeepAliveState.prototype, "get$_addClient", "_addClient$1", 2545); _instance_0_u(A.KeepAliveHandle.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_ = A.WidgetsBinding.prototype, "get$handleLocaleChanged", "handleLocaleChanged$0", 0); - _instance_1_u(_, "get$_handleNavigationInvocation", "_handleNavigationInvocation$1", 169); + _instance_1_u(_, "get$_handleNavigationInvocation", "_handleNavigationInvocation$1", 178); _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_1_u(_, "get$handleAppLifecycleStateChanged", "handleAppLifecycleStateChanged$1", 3401); + _instance_1_u(_, "get$handleAppLifecycleStateChanged", "handleAppLifecycleStateChanged$1", 3398); _instance_0_u(A._DraggableScrollableSheetScrollPosition.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(A._DualTransitionBuilderState.prototype, "get$_animationListener", "_animationListener$1", 43); _instance_0_u(_ = A.EditableTextState.prototype, "get$_onChangedClipboardStatus", "_onChangedClipboardStatus$0", 0); @@ -605629,62 +604941,62 @@ _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$_compositeCallback", "_compositeCallback$1", 3029); + _instance_1_u(_, "get$_compositeCallback", "_compositeCallback$1", 2528); _instance(_, "get$_schedulePeriodicPostFrameCallbacks", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_schedulePeriodicPostFrameCallbacks$1", "_schedulePeriodicPostFrameCallbacks$0"], 870, 0, 0); + }, ["call$1", "call$0"], ["_schedulePeriodicPostFrameCallbacks$1", "_schedulePeriodicPostFrameCallbacks$0"], 636, 0, 0); _instance_1_u(_, "get$performSelector", "performSelector$1", 15); - _instance(_, "get$_moveBeyondTextBoundary", 0, 3, null, ["call$3"], ["_moveBeyondTextBoundary$3"], 868, 0, 0); - _instance(_, "get$_moveToTextBoundary", 0, 3, null, ["call$3"], ["_moveToTextBoundary$3"], 868, 0, 0); - _instance_0_u(_, "get$_characterBoundary", "_characterBoundary$0", 287); - _instance_0_u(_, "get$_nextWordBoundary", "_nextWordBoundary$0", 287); - _instance_0_u(_, "get$_linebreak", "_linebreak$0", 287); - _instance_0_u(_, "get$_paragraphBoundary", "_paragraphBoundary$0", 287); - _instance_0_u(_, "get$_documentBoundary", "_documentBoundary$0", 287); - _instance_1_u(_, "get$_transposeCharacters", "_transposeCharacters$1", 3041); - _instance_1_u(_, "get$_replaceText", "_replaceText$1", 3044); - _instance_1_u(_, "get$_scrollToDocumentBoundary", "_scrollToDocumentBoundary$1", 3047); - _instance_1_u(_, "get$_editable_text$_scroll", "_editable_text$_scroll$1", 3050); - _instance_1_u(_, "get$_extendSelectionByPage", "_extendSelectionByPage$1", 3056); - _instance_1_u(_, "get$_updateSelection", "_updateSelection$1", 3076); - _instance_1_u(_, "get$_hideToolbarIfVisible", "_hideToolbarIfVisible$1", 691); - _instance_1_u(_, "get$_defaultOnTapOutside", "_defaultOnTapOutside$1", 203); + _instance(_, "get$_moveBeyondTextBoundary", 0, 3, null, ["call$3"], ["_moveBeyondTextBoundary$3"], 635, 0, 0); + _instance(_, "get$_moveToTextBoundary", 0, 3, null, ["call$3"], ["_moveToTextBoundary$3"], 635, 0, 0); + _instance_0_u(_, "get$_characterBoundary", "_characterBoundary$0", 276); + _instance_0_u(_, "get$_nextWordBoundary", "_nextWordBoundary$0", 276); + _instance_0_u(_, "get$_linebreak", "_linebreak$0", 276); + _instance_0_u(_, "get$_paragraphBoundary", "_paragraphBoundary$0", 276); + _instance_0_u(_, "get$_documentBoundary", "_documentBoundary$0", 276); + _instance_1_u(_, "get$_transposeCharacters", "_transposeCharacters$1", 2522); + _instance_1_u(_, "get$_replaceText", "_replaceText$1", 2518); + _instance_1_u(_, "get$_scrollToDocumentBoundary", "_scrollToDocumentBoundary$1", 2515); + _instance_1_u(_, "get$_editable_text$_scroll", "_editable_text$_scroll$1", 2514); + _instance_1_u(_, "get$_extendSelectionByPage", "_extendSelectionByPage$1", 2502); + _instance_1_u(_, "get$_updateSelection", "_updateSelection$1", 2501); + _instance_1_u(_, "get$_hideToolbarIfVisible", "_hideToolbarIfVisible$1", 648); + _instance_1_u(_, "get$_defaultOnTapOutside", "_defaultOnTapOutside$1", 197); _instance_0_u(A.FocusNode.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_ = A.FocusManager.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_, "get$_applyFocusChange", "_applyFocusChange$0", 0); - _instance_1_u(_ = A._HighlightModeManager.prototype, "get$handlePointerEvent", "handlePointerEvent$1", 109); - _instance_1_u(_, "get$handleKeyMessage", "handleKeyMessage$1", 3126); + _instance_1_u(_ = A._HighlightModeManager.prototype, "get$handlePointerEvent", "handlePointerEvent$1", 112); + _instance_1_u(_, "get$handleKeyMessage", "handleKeyMessage$1", 2428); _instance_0_u(A._FocusState.prototype, "get$_handleFocusChanged", "_handleFocusChanged$0", 0); _static(A, "focus_traversal_FocusTraversalPolicy_defaultTraversalRequestFocusCallback$closure", 1, null, ["call$5$alignment$alignmentPolicy$curve$duration", "call$1", "call$2$alignmentPolicy"], ["FocusTraversalPolicy_defaultTraversalRequestFocusCallback", function(node) { return A.FocusTraversalPolicy_defaultTraversalRequestFocusCallback(node, null, null, null, null); }, function(node, alignmentPolicy) { return A.FocusTraversalPolicy_defaultTraversalRequestFocusCallback(node, null, alignmentPolicy, null, null); - }], 3429, 0); - _static_1(A, "framework__InactiveElements__deactivateRecursively$closure", "_InactiveElements__deactivateRecursively", 106); - _static_2(A, "framework_Element__sort$closure", "Element__sort", 3430); - _static_1(A, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 106); - _static_1(A, "framework_ErrorWidget__defaultErrorWidgetBuilder$closure", "ErrorWidget__defaultErrorWidgetBuilder", 3431); - _instance_1_u(A.State.prototype, "get$setState", "setState$1", 252); - _instance_1_u(_ = A._InactiveElements.prototype, "get$_unmount", "_unmount$1", 106); + }], 3426, 0); + _static_1(A, "framework__InactiveElements__deactivateRecursively$closure", "_InactiveElements__deactivateRecursively", 109); + _static_2(A, "framework_Element__sort$closure", "Element__sort", 3427); + _static_1(A, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 109); + _static_1(A, "framework_ErrorWidget__defaultErrorWidgetBuilder$closure", "ErrorWidget__defaultErrorWidgetBuilder", 3428); + _instance_1_u(A.State.prototype, "get$setState", "setState$1", 243); + _instance_1_u(_ = A._InactiveElements.prototype, "get$_unmount", "_unmount$1", 109); _instance_0_u(_, "get$_unmountAll", "_unmountAll$0", 0); - _instance_1_u(A.Element0.prototype, "get$deactivateChild", "deactivateChild$1", 106); - _instance_1_u(_ = A.RawGestureDetectorState.prototype, "get$_gesture_detector$_handlePointerDown", "_gesture_detector$_handlePointerDown$1", 203); - _instance_1_u(_, "get$_handlePointerPanZoomStart", "_handlePointerPanZoomStart$1", 836); - _instance_1_u(_, "get$_updateSemanticsForRenderObject", "_updateSemanticsForRenderObject$1", 4209); - _instance_1_u(_ = A._HeroFlight.prototype, "get$_buildOverlay", "_buildOverlay$1", 52); + _instance_1_u(A.Element0.prototype, "get$deactivateChild", "deactivateChild$1", 109); + _instance_1_u(_ = A.RawGestureDetectorState.prototype, "get$_gesture_detector$_handlePointerDown", "_gesture_detector$_handlePointerDown$1", 197); + _instance_1_u(_, "get$_handlePointerPanZoomStart", "_handlePointerPanZoomStart$1", 806); + _instance_1_u(_, "get$_updateSemanticsForRenderObject", "_updateSemanticsForRenderObject$1", 2182); + _instance_1_u(_ = A._HeroFlight.prototype, "get$_buildOverlay", "_buildOverlay$1", 51); _instance_1_u(_, "get$_handleAnimationUpdate", "_handleAnimationUpdate$1", 43); _instance_0_u(_, "get$onTick", "onTick$0", 0); - _instance_1_u(_ = A.HeroController.prototype, "get$_handleFlightEnded", "_handleFlightEnded$1", 4204); - _instance(_, "get$_defaultHeroFlightShuttleBuilder", 0, 5, null, ["call$5"], ["_defaultHeroFlightShuttleBuilder$5"], 3581, 0, 0); - _static(A, "icon_theme_data_IconThemeData_lerp$closure", 3, null, ["call$3"], ["IconThemeData_lerp"], 3432, 0); - _instance_2_u(_ = A._ImageState.prototype, "get$_handleImageFrame", "_handleImageFrame$2", 744); - _instance_1_u(_, "get$_handleImageChunk", "_handleImageChunk$1", 736); + _instance_1_u(_ = A.HeroController.prototype, "get$_handleFlightEnded", "_handleFlightEnded$1", 2177); + _instance(_, "get$_defaultHeroFlightShuttleBuilder", 0, 5, null, ["call$5"], ["_defaultHeroFlightShuttleBuilder$5"], 2151, 0, 0); + _static(A, "icon_theme_data_IconThemeData_lerp$closure", 3, null, ["call$3"], ["IconThemeData_lerp"], 3429, 0); + _instance_2_u(_ = A._ImageState.prototype, "get$_handleImageFrame", "_handleImageFrame$2", 712); + _instance_1_u(_, "get$_handleImageChunk", "_handleImageChunk$1", 607); _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", 497); - _instance_1_u(_, "get$_onScaleUpdate", "_onScaleUpdate$1", 906); - _instance_1_u(_, "get$_onScaleEnd", "_onScaleEnd$1", 496); - _instance_1_u(_, "get$_interactive_viewer$_receivedPointerSignal", "_interactive_viewer$_receivedPointerSignal$1", 292); + _instance_1_u(_ = A._InteractiveViewerState.prototype, "get$_onScaleStart", "_onScaleStart$1", 506); + _instance_1_u(_, "get$_onScaleUpdate", "_onScaleUpdate$1", 679); + _instance_1_u(_, "get$_onScaleEnd", "_onScaleEnd$1", 501); + _instance_1_u(_, "get$_interactive_viewer$_receivedPointerSignal", "_interactive_viewer$_receivedPointerSignal$1", 277); _instance_0_u(_, "get$_onAnimate", "_onAnimate$0", 0); _instance_0_u(_, "get$_onScaleAnimate", "_onScaleAnimate$0", 0); _instance_0_u(_, "get$_onTransformationControllerChange", "_onTransformationControllerChange$0", 0); @@ -605693,50 +605005,50 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _static_2(A, "navigator_Navigator_defaultGenerateInitialRoutes$closure", "Navigator_defaultGenerateInitialRoutes", 3433); - _static_1(A, "navigator__RouteEntry_isPresentPredicate$closure", "_RouteEntry_isPresentPredicate", 293); - _static_1(A, "navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure", "_RouteEntry_suitableForTransitionAnimationPredicate", 293); - _static_1(A, "navigator__RouteEntry_willBePresentPredicate$closure", "_RouteEntry_willBePresentPredicate", 293); - _instance_1_u(A._NavigatorPushObservation.prototype, "get$notify", "notify$1", 397); - _instance_1_u(A._NavigatorPopObservation.prototype, "get$notify", "notify$1", 397); - _instance_1_u(A._NavigatorRemoveObservation.prototype, "get$notify", "notify$1", 397); - _instance_1_u(A._NavigatorReplaceObservation.prototype, "get$notify", "notify$1", 397); - _instance_1_u(_ = A.NavigatorState.prototype, "get$_handlePointerDown", "_handlePointerDown$1", 203); - _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 109); + _static_2(A, "navigator_Navigator_defaultGenerateInitialRoutes$closure", "Navigator_defaultGenerateInitialRoutes", 3430); + _static_1(A, "navigator__RouteEntry_isPresentPredicate$closure", "_RouteEntry_isPresentPredicate", 278); + _static_1(A, "navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure", "_RouteEntry_suitableForTransitionAnimationPredicate", 278); + _static_1(A, "navigator__RouteEntry_willBePresentPredicate$closure", "_RouteEntry_willBePresentPredicate", 278); + _instance_1_u(A._NavigatorPushObservation.prototype, "get$notify", "notify$1", 428); + _instance_1_u(A._NavigatorPopObservation.prototype, "get$notify", "notify$1", 428); + _instance_1_u(A._NavigatorRemoveObservation.prototype, "get$notify", "notify$1", 428); + _instance_1_u(A._NavigatorReplaceObservation.prototype, "get$notify", "notify$1", 428); + _instance_1_u(_ = A.NavigatorState.prototype, "get$_handlePointerDown", "_handlePointerDown$1", 197); + _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 112); _instance_1_u(_ = A._RenderOverflowBar.prototype, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); - _static_1(A, "overlay__RenderTheater__detachChild$closure", "_RenderTheater__detachChild", 67); - _instance(A._RenderTheaterMixin.prototype, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 93, 0, 1); + _static_1(A, "overlay__RenderTheater__detachChild$closure", "_RenderTheater__detachChild", 68); + _instance(A._RenderTheaterMixin.prototype, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 91, 0, 1); _instance_1_u(_ = A._RenderTheater.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(A._GlowingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 194); + _instance_1_u(A._GlowingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 186); _instance_0_u(_ = A._GlowController.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_, "get$_changePhase", "_changePhase$1", 43); _instance_1_u(_, "get$_tickDisplacement", "_tickDisplacement$1", 11); - _instance_1_u(A._StretchingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 194); + _instance_1_u(A._StretchingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 186); _instance_1_u(_ = A._StretchController.prototype, "get$_changePhase", "_changePhase$1", 43); _instance_0_u(_, "get$dispose", "dispose$0", 0); _instance_1_u(A.DefaultPlatformMenuDelegate.prototype, "get$_platform_menu_bar$_methodCallHandler", "_platform_menu_bar$_methodCallHandler$1", 308); - _instance_1_u(A.HtmlElementView.prototype, "get$_createHtmlElementView", "_createHtmlElementView$1", 3313); - _instance_1_u(A._HtmlElementViewController.prototype, "get$dispatchPointerEvent", "dispatchPointerEvent$1", 3303); - _instance_1_u(_ = A._PlatformViewLinkState.prototype, "get$_onPlatformViewCreated", "_onPlatformViewCreated$1", 78); + _instance_1_u(A.HtmlElementView.prototype, "get$_createHtmlElementView", "_createHtmlElementView$1", 2054); + _instance_1_u(A._HtmlElementViewController.prototype, "get$dispatchPointerEvent", "dispatchPointerEvent$1", 2050); + _instance_1_u(_ = A._PlatformViewLinkState.prototype, "get$_onPlatformViewCreated", "_onPlatformViewCreated$1", 74); _instance_1_u(_, "get$_handleFrameworkFocusChanged", "_handleFrameworkFocusChanged$1", 13); - _instance_1_u(_ = A.SliverReorderableListState.prototype, "get$_dragStart", "_dragStart$1", 843); - _instance(_, "get$_dragUpdate", 0, 3, null, ["call$3"], ["_dragUpdate$3"], 3252, 0, 0); - _instance_1_u(_, "get$_dragCancel", "_dragCancel$1", 613); - _instance_1_u(_, "get$_dragEnd", "_dragEnd$1", 613); + _instance_1_u(_ = A.SliverReorderableListState.prototype, "get$_dragStart", "_dragStart$1", 899); + _instance(_, "get$_dragUpdate", 0, 3, null, ["call$3"], ["_dragUpdate$3"], 2014, 0, 0); + _instance_1_u(_, "get$_dragCancel", "_dragCancel$1", 645); + _instance_1_u(_, "get$_dragEnd", "_dragEnd$1", 645); _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", 98); _instance_0_u(A._ReorderableItemState.prototype, "get$rebuild", "rebuild$0", 0); - _instance_1_u(A._DragInfo.prototype, "get$createProxy", "createProxy$1", 52); + _instance_1_u(A._DragInfo.prototype, "get$createProxy", "createProxy$1", 51); _instance_0_u(A._RootRestorationScopeState.prototype, "get$_replaceRootBucket", "_replaceRootBucket$0", 0); _instance_0_u(A.RestorableProperty.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(A.RestorationMixin.prototype, "get$_updateProperty", "_updateProperty$1", 3247); + _instance_1_u(A.RestorationMixin.prototype, "get$_updateProperty", "_updateProperty$1", 2009); _instance_0_u(A.RestorableListenable.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(A.RestorableChangeNotifier.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_ = A._RouterState.prototype, "get$_reportRouteInformation", "_reportRouteInformation$1", 11); @@ -605745,46 +605057,46 @@ _instance_0_u(_, "get$_handleRouterDelegateNotification", "_handleRouterDelegateNotification$0", 0); _instance_1_u(A.TransitionRoute.prototype, "get$_routes$_handleStatusChanged", "_routes$_handleStatusChanged$1", 43); _instance_0_i(A.LocalHistoryEntry.prototype, "get$remove", "remove$0", 0); - _instance_1_u(_ = A.ModalRoute.prototype, "get$_buildModalBarrier", "_buildModalBarrier$1", 52); - _instance_1_u(_, "get$_buildModalScope", "_buildModalScope$1", 52); + _instance_1_u(_ = A.ModalRoute.prototype, "get$_buildModalBarrier", "_buildModalBarrier$1", 51); + _instance_1_u(_, "get$_buildModalScope", "_buildModalScope$1", 51); _instance_0_u(_ = A.BallisticScrollActivity.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.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_2(A, "scroll_delegate___kDefaultSemanticIndexCallback$closure", "_kDefaultSemanticIndexCallback", 3434); - _instance_1_i(_ = A._SelectionKeepAliveState.prototype, "get$add", "add$1", 296); - _instance_1_i(_, "get$remove", "remove$1", 296); - _static_1(A, "scroll_notification__defaultScrollNotificationPredicate$closure", "defaultScrollNotificationPredicate", 194); + _static_2(A, "scroll_delegate___kDefaultSemanticIndexCallback$closure", "_kDefaultSemanticIndexCallback", 3431); + _instance_1_i(_ = A._SelectionKeepAliveState.prototype, "get$add", "add$1", 279); + _instance_1_i(_, "get$remove", "remove$1", 279); + _static_1(A, "scroll_notification__defaultScrollNotificationPredicate$closure", "defaultScrollNotificationPredicate", 186); _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", 448); - _instance_1_u(_, "get$_scrollable$_handleDragStart", "_scrollable$_handleDragStart$1", 76); - _instance_1_u(_, "get$_scrollable$_handleDragUpdate", "_scrollable$_handleDragUpdate$1", 70); + _instance_1_u(_ = A.ScrollableState.prototype, "get$_scrollable$_handleDragDown", "_scrollable$_handleDragDown$1", 473); + _instance_1_u(_, "get$_scrollable$_handleDragStart", "_scrollable$_handleDragStart$1", 78); + _instance_1_u(_, "get$_scrollable$_handleDragUpdate", "_scrollable$_handleDragUpdate$1", 69); _instance_1_u(_, "get$_scrollable$_handleDragEnd", "_scrollable$_handleDragEnd$1", 92); _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", 292); - _instance_1_u(_, "get$_scrollable$_handlePointerScroll", "_scrollable$_handlePointerScroll$1", 109); - _instance_1_u(_, "get$_handleScrollMetricsNotification", "_handleScrollMetricsNotification$1", 463); + _instance_1_u(_, "get$_receivedPointerSignal", "_receivedPointerSignal$1", 277); + _instance_1_u(_, "get$_scrollable$_handlePointerScroll", "_scrollable$_handlePointerScroll$1", 112); + _instance_1_u(_, "get$_handleScrollMetricsNotification", "_handleScrollMetricsNotification$1", 525); _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", 43); _instance_0_u(_, "get$handleThumbPress", "handleThumbPress$0", 0); _instance_1_u(_, "get$_handleTrackTapDown", "_handleTrackTapDown$1", 64); - _instance_1_u(_, "get$_scrollbar$_handleScrollMetricsNotification", "_scrollbar$_handleScrollMetricsNotification$1", 463); - _instance_1_u(_, "get$_handleScrollNotification", "_handleScrollNotification$1", 194); - _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 109); - _instance_1_u(_, "get$_scrollbar$_receivedPointerSignal", "_scrollbar$_receivedPointerSignal$1", 292); - _instance_1_i(_ = A.MultiSelectableSelectionContainerDelegate.prototype, "get$add", "add$1", 296); - _instance_1_i(_, "get$remove", "remove$1", 296); - _instance_2_u(_, "get$_compareScreenOrder", "_compareScreenOrder$2", 3070); + _instance_1_u(_, "get$_scrollbar$_handleScrollMetricsNotification", "_scrollbar$_handleScrollMetricsNotification$1", 525); + _instance_1_u(_, "get$_handleScrollNotification", "_handleScrollNotification$1", 186); + _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 112); + _instance_1_u(_, "get$_scrollbar$_receivedPointerSignal", "_scrollbar$_receivedPointerSignal$1", 277); + _instance_1_i(_ = A.MultiSelectableSelectionContainerDelegate.prototype, "get$add", "add$1", 279); + _instance_1_i(_, "get$remove", "remove$1", 279); + _instance_2_u(_, "get$_compareScreenOrder", "_compareScreenOrder$2", 1829); _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", 221); + _instance_2_u(A._ShortcutsState.prototype, "get$_handleOnKey", "_handleOnKey$2", 227); _instance_0_u(A.ShortcutRegistry.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(A._ShortcutRegistrarState.prototype, "get$_shortcutsChanged", "_shortcutsChanged$0", 0); _instance_0_u(_ = A._RenderSingleChildViewport.prototype, "get$_hasScrolled", "_hasScrolled$0", 0); @@ -605792,65 +605104,65 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _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"], 361, 0, 0); - _instance_1_u(A.SliverMultiBoxAdaptorElement.prototype, "get$removeChild", "removeChild$1", 3019); + _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"], 379, 0, 0); + _instance_1_u(A.SliverMultiBoxAdaptorElement.prototype, "get$removeChild", "removeChild$1", 1706); _instance_0_u(A._FloatingHeaderState.prototype, "get$_isScrollingListener", "_isScrollingListener$0", 0); _instance_0_u(A._RenderSnapshotWidget.prototype, "get$_onRasterValueChanged", "_onRasterValueChanged$0", 0); _instance_0_u(A._DefaultSnapshotPainter.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_ = A._TapStatusTrackerMixin.prototype, "get$handleEvent", "handleEvent$1", 109); + _instance_1_u(_ = A._TapStatusTrackerMixin.prototype, "get$handleEvent", "handleEvent$1", 112); _instance_0_u(_, "get$_consecutiveTapTimerTimeout", "_consecutiveTapTimerTimeout$0", 0); - _instance_1_u(A.BaseTapAndDragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 109); + _instance_1_u(A.BaseTapAndDragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 112); _instance_0_u(_ = A.TextSelectionOverlay.prototype, "get$_updateTextSelectionOverlayVisibilities", "_updateTextSelectionOverlayVisibilities$0", 0); - _instance_1_u(_, "get$_handleSelectionEndHandleDragStart", "_handleSelectionEndHandleDragStart$1", 76); - _instance_1_u(_, "get$_handleSelectionEndHandleDragUpdate", "_handleSelectionEndHandleDragUpdate$1", 70); - _instance_1_u(_, "get$_handleSelectionStartHandleDragStart", "_handleSelectionStartHandleDragStart$1", 76); - _instance_1_u(_, "get$_handleSelectionStartHandleDragUpdate", "_handleSelectionStartHandleDragUpdate$1", 70); + _instance_1_u(_, "get$_handleSelectionEndHandleDragStart", "_handleSelectionEndHandleDragStart$1", 78); + _instance_1_u(_, "get$_handleSelectionEndHandleDragUpdate", "_handleSelectionEndHandleDragUpdate$1", 69); + _instance_1_u(_, "get$_handleSelectionStartHandleDragStart", "_handleSelectionStartHandleDragStart$1", 78); + _instance_1_u(_, "get$_handleSelectionStartHandleDragUpdate", "_handleSelectionStartHandleDragUpdate$1", 69); _instance_1_u(_, "get$_handleAnyDragEnd", "_handleAnyDragEnd$1", 92); - _instance_1_u(_ = A.SelectionOverlay.prototype, "get$_handleStartHandleDragStart", "_handleStartHandleDragStart$1", 76); - _instance_1_u(_, "get$_handleStartHandleDragUpdate", "_handleStartHandleDragUpdate$1", 70); + _instance_1_u(_ = A.SelectionOverlay.prototype, "get$_handleStartHandleDragStart", "_handleStartHandleDragStart$1", 78); + _instance_1_u(_, "get$_handleStartHandleDragUpdate", "_handleStartHandleDragUpdate$1", 69); _instance_1_u(_, "get$_handleStartHandleDragEnd", "_handleStartHandleDragEnd$1", 92); - _instance_1_u(_, "get$_handleEndHandleDragStart", "_handleEndHandleDragStart$1", 76); - _instance_1_u(_, "get$_handleEndHandleDragUpdate", "_handleEndHandleDragUpdate$1", 70); + _instance_1_u(_, "get$_handleEndHandleDragStart", "_handleEndHandleDragStart$1", 78); + _instance_1_u(_, "get$_handleEndHandleDragUpdate", "_handleEndHandleDragUpdate$1", 69); _instance_1_u(_, "get$_handleEndHandleDragEnd", "_handleEndHandleDragEnd$1", 92); - _instance_1_u(_, "get$_buildStartHandle", "_buildStartHandle$1", 52); - _instance_1_u(_, "get$_buildEndHandle", "_buildEndHandle$1", 52); - _instance_1_u(_, "get$_buildToolbar", "_buildToolbar$1", 52); + _instance_1_u(_, "get$_buildStartHandle", "_buildStartHandle$1", 51); + _instance_1_u(_, "get$_buildEndHandle", "_buildEndHandle$1", 51); + _instance_1_u(_, "get$_buildToolbar", "_buildToolbar$1", 51); _instance_0_u(A._SelectionToolbarWrapperState.prototype, "get$_toolbarVisibilityChanged", "_toolbarVisibilityChanged$0", 0); _instance_0_u(A._SelectionHandleOverlayState.prototype, "get$_handleVisibilityChanged", "_handleVisibilityChanged$0", 0); _instance_1_u(_ = A.TextSelectionGestureDetectorBuilder.prototype, "get$onTapDown", "onTapDown$1", 374); - _instance_1_u(_, "get$onForcePressStart", "onForcePressStart$1", 170); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 170); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 288); + _instance_1_u(_, "get$onForcePressStart", "onForcePressStart$1", 166); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 166); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 271); _instance_0_u(_, "get$onSingleTapCancel", "onSingleTapCancel$0", 0); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 260); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 376); - _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 387); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 266); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 360); + _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 396); _instance_0_u(_, "get$onSecondaryTap", "onSecondaryTap$0", 0); _instance_1_u(_, "get$onSecondaryTapDown", "onSecondaryTapDown$1", 64); _instance_1_u(_, "get$onDoubleTapDown", "onDoubleTapDown$1", 374); _instance_1_u(_, "get$onTripleTapDown", "onTripleTapDown$1", 374); - _instance_1_u(_, "get$onDragSelectionStart", "onDragSelectionStart$1", 620); - _instance_1_u(_, "get$onDragSelectionUpdate", "onDragSelectionUpdate$1", 621); - _instance_1_u(_, "get$onDragSelectionEnd", "onDragSelectionEnd$1", 622); + _instance_1_u(_, "get$onDragSelectionStart", "onDragSelectionStart$1", 693); + _instance_1_u(_, "get$onDragSelectionUpdate", "onDragSelectionUpdate$1", 694); + _instance_1_u(_, "get$onDragSelectionEnd", "onDragSelectionEnd$1", 695); _instance_1_u(_ = A._TextSelectionGestureDetectorState.prototype, "get$_text_selection$_handleTapDown", "_text_selection$_handleTapDown$1", 374); - _instance_1_u(_, "get$_text_selection$_handleTapUp", "_text_selection$_handleTapUp$1", 288); + _instance_1_u(_, "get$_text_selection$_handleTapUp", "_text_selection$_handleTapUp$1", 271); _instance_0_u(_, "get$_text_selection$_handleTapCancel", "_text_selection$_handleTapCancel$0", 0); - _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 620); - _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 621); - _instance_1_u(_, "get$_handleDragEnd", "_handleDragEnd$1", 622); - _instance_1_u(_, "get$_forcePressStarted", "_forcePressStarted$1", 170); - _instance_1_u(_, "get$_forcePressEnded", "_forcePressEnded$1", 170); - _instance_1_u(_, "get$_handleLongPressStart", "_handleLongPressStart$1", 260); - _instance_1_u(_, "get$_handleLongPressMoveUpdate", "_handleLongPressMoveUpdate$1", 376); - _instance_1_u(_, "get$_handleLongPressEnd", "_handleLongPressEnd$1", 387); + _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 693); + _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 694); + _instance_1_u(_, "get$_handleDragEnd", "_handleDragEnd$1", 695); + _instance_1_u(_, "get$_forcePressStarted", "_forcePressStarted$1", 166); + _instance_1_u(_, "get$_forcePressEnded", "_forcePressEnded$1", 166); + _instance_1_u(_, "get$_handleLongPressStart", "_handleLongPressStart$1", 266); + _instance_1_u(_, "get$_handleLongPressMoveUpdate", "_handleLongPressMoveUpdate$1", 360); + _instance_1_u(_, "get$_handleLongPressEnd", "_handleLongPressEnd$1", 396); _instance_0_u(A.ClipboardStatusNotifier.prototype, "get$dispose", "dispose$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.UndoHistoryState.prototype, "get$undo", "undo$0", 0); _instance_0_u(_, "get$redo", "redo$0", 0); - _instance_1_u(_, "get$_undoFromIntent", "_undoFromIntent$1", 2781); - _instance_1_u(_, "get$_redoFromIntent", "_redoFromIntent$1", 2780); + _instance_1_u(_, "get$_undoFromIntent", "_undoFromIntent$1", 1630); + _instance_1_u(_, "get$_redoFromIntent", "_redoFromIntent$1", 1629); _instance_0_u(_, "get$_push", "_push$0", 0); _instance_0_u(_, "get$_handleFocus", "_handleFocus$0", 0); _instance_0_u(A.UndoHistoryController.prototype, "get$dispose", "dispose$0", 0); @@ -605859,24 +605171,24 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); - _static(A, "block_picker___defaultLayoutBuilder$closure", 3, null, ["call$3"], ["_defaultLayoutBuilder"], 3435, 0); - _static(A, "block_picker___defaultItemBuilder$closure", 3, null, ["call$3"], ["_defaultItemBuilder"], 3436, 0); + _static(A, "block_picker___defaultLayoutBuilder$closure", 3, null, ["call$3"], ["_defaultLayoutBuilder"], 3432, 0); + _static(A, "block_picker___defaultItemBuilder$closure", 3, null, ["call$3"], ["_defaultItemBuilder"], 3433, 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); - }], 3437, 0); - _instance_1_u(_ = A._StoreStreamListenerState.prototype, "get$_whereDistinct", "_whereDistinct$1", 134); - _instance_1_u(_, "get$_ignoreChange", "_ignoreChange$1", 134); - _instance_2_u(_, "get$_flutter_redux$_handleChange", "_flutter_redux$_handleChange$2", 333); - _instance(_, "get$_handleConverterError", 0, 3, null, ["call$3"], ["_handleConverterError$3"], 623, 0, 0); - _instance(_, "get$_handleError", 0, 3, null, ["call$3"], ["_handleError$3"], 623, 0, 0); + }], 3434, 0); + _instance_1_u(_ = A._StoreStreamListenerState.prototype, "get$_whereDistinct", "_whereDistinct$1", 132); + _instance_1_u(_, "get$_ignoreChange", "_ignoreChange$1", 132); + _instance_2_u(_, "get$_flutter_redux$_handleChange", "_flutter_redux$_handleChange$2", 282); + _instance(_, "get$_handleConverterError", 0, 3, null, ["call$3"], ["_handleConverterError$3"], 710, 0, 0); + _instance(_, "get$_handleError", 0, 3, null, ["call$3"], ["_handleError$3"], 710, 0, 0); _instance_1_u(A._SlidableAutoCloseBarrierNotificationSenderState.prototype, "get$_auto_close_behavior$_handleStatusChanged", "_auto_close_behavior$_handleStatusChanged$1", 43); _instance_1_u(A._SlidableNotificationSenderState0.prototype, "get$handleStatusChanged", "handleStatusChanged$1", 43); _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", 67); - _instance_1_u(_ = A._SlidableGestureDetectorState.prototype, "get$handleDragStart", "handleDragStart$1", 76); - _instance_1_u(_, "get$handleDragUpdate", "handleDragUpdate$1", 70); + _instance_1_u(_, "get$updateChildOffsets", "updateChildOffsets$1", 68); + _instance_1_u(_ = A._SlidableGestureDetectorState.prototype, "get$handleDragStart", "handleDragStart$1", 78); + _instance_1_u(_, "get$handleDragUpdate", "handleDragUpdate$1", 69); _instance_1_u(_, "get$handleDragEnd", "handleDragEnd$1", 92); _instance_0_u(A._SlidableScrollingBehaviorState.prototype, "get$handleScrollingChanged", "handleScrollingChanged$0", 0); _instance_0_u(_ = A._ActionPaneState.prototype, "get$handleEndGestureChanged", "handleEndGestureChanged$0", 0); @@ -605884,34 +605196,29 @@ _instance_0_u(A._SlidableState.prototype, "get$handleActionPanelTypeChanged", "handleActionPanelTypeChanged$0", 0); _static(A, "staggered_grid___dryLayoutChild$closure", 2, null, ["call$3$parentUsesSize", "call$2"], ["_dryLayoutChild", function(child, constraints) { return A._dryLayoutChild(child, constraints, false); - }], 834, 0); + }], 702, 0); _static(A, "staggered_grid___layoutChild$closure", 2, null, ["call$3$parentUsesSize", "call$2"], ["_layoutChild", function(child, constraints) { return A._layoutChild(child, constraints, false); - }], 834, 0); + }], 702, 0); _instance_1_u(_ = A.RenderStaggeredGrid.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance(A.Registrar.prototype, "get$handleFrameworkMessage", 0, 3, null, ["call$3"], ["handleFrameworkMessage$3"], 2633, 0, 0); - _instance_1_u(A.GoogleSignIn.prototype, "get$_setCurrentUser", "_setCurrentUser$1", 2624); - _instance_0_u(_ = A.MethodChannelGoogleSignIn.prototype, "get$signInSilently", "signInSilently$0", 365); - _instance_0_u(_, "get$signIn", "signIn$0", 365); - _instance_0_u(_, "get$signOut", "signOut$0", 20); + _instance(A.Registrar.prototype, "get$handleFrameworkMessage", 0, 3, null, ["call$3"], ["handleFrameworkMessage$3"], 1522, 0, 0); + _instance_0_u(_ = A.MethodChannelGoogleSignIn.prototype, "get$signInSilently", "signInSilently$0", 342); + _instance_0_i(_, "get$signIn", "signIn$0", 342); + _instance_0_i(_, "get$signOut", "signOut$0", 20); _instance_0_i(_, "get$disconnect", "disconnect$0", 20); - _instance_0_u(_ = A.GoogleSignInPlugin.prototype, "get$signInSilently", "signInSilently$0", 365); - _instance_0_u(_, "get$signIn", "signIn$0", 365); - _instance_0_u(_, "get$signOut", "signOut$0", 20); + _instance_0_u(_ = A.GoogleSignInPlugin.prototype, "get$signInSilently", "signInSilently$0", 342); + _instance_0_i(_, "get$signIn", "signIn$0", 342); + _instance_0_i(_, "get$signOut", "signOut$0", 20); _instance_0_i(_, "get$disconnect", "disconnect$0", 20); - _instance_1_u(_ = A.GisSdkClient.prototype, "get$_cleanCredentialResponsesStreamErrors", "_cleanCredentialResponsesStreamErrors$1", 866); - _instance_1_u(_, "get$_onCredentialResponse", "_onCredentialResponse$1", 26); - _instance_1_u(_, "get$_onTokenResponse", "_onTokenResponse$1", 26); - _instance_1_u(_, "get$_onTokenError", "_onTokenError$1", 42); - _static_1(A, "constants__isWhitespace$closure", "isWhitespace", 115); - _static_1(A, "constants__isDigit$closure", "isDigit", 115); - _static_1(A, "constants__isHexDigit$closure", "isHexDigit", 115); + _static_1(A, "constants__isWhitespace$closure", "isWhitespace", 117); + _static_1(A, "constants__isDigit$closure", "isDigit", 117); + _static_1(A, "constants__isHexDigit$closure", "isHexDigit", 117); _static_1(A, "constants__AsciiUpperToLower__asciiToLower$closure", "AsciiUpperToLower__asciiToLower", 127); - _instance_1_i(A._CssClassSetImpl.prototype, "get$contains", "contains$1", 134); - _instance_1_u(A.SelectorEvaluator.prototype, "get$visitSelector", "visitSelector$1", 2585); + _instance_1_i(A._CssClassSetImpl.prototype, "get$contains", "contains$1", 132); + _instance_1_u(A.SelectorEvaluator.prototype, "get$visitSelector", "visitSelector$1", 1485); _instance_0_u(_ = A.HtmlTokenizer.prototype, "get$dataState", "dataState$0", 19); _instance_0_u(_, "get$entityDataState", "entityDataState$0", 19); _instance_0_u(_, "get$rcdataState", "rcdataState$0", 19); @@ -605981,748 +605288,748 @@ _instance_0_u(_, "get$cdataSectionState", "cdataSectionState$0", 19); _instance_0_i(A.BrowserClient.prototype, "get$close", "close$0", 0); _instance_0_i(_ = A.BillingClientManager.prototype, "get$_connect", "_connect$0", 20); - _instance_1_u(_, "get$_onPurchasesUpdated", "_onPurchasesUpdated$1", 2470); + _instance_1_u(_, "get$_onPurchasesUpdated", "_onPurchasesUpdated$1", 1436); _instance_1_u(A.BillingClient.prototype, "get$callHandler", "callHandler$1", 308); - _instance_1_u(A.InAppPurchaseAndroidPlatform.prototype, "get$_getPurchaseDetailsFromResult", "_getPurchaseDetailsFromResult$1", 2211); - _instance_1_u(_ = A.SKPaymentQueueWrapper.prototype, "get$handleObserverCallbacks", "handleObserverCallbacks$1", 169); - _instance_1_u(_, "get$handlePaymentQueueDelegateCallbacks", "handlePaymentQueueDelegateCallbacks$1", 169); - _instance_1_u(_ = A.DateBuilder.prototype, "get$setYear", "setYear$1", 78); - _instance_1_u(_, "get$setMonth", "setMonth$1", 78); - _instance_1_u(_, "get$setDay", "setDay$1", 78); - _instance_1_u(_, "get$setDayOfYear", "setDayOfYear$1", 78); - _instance_1_u(_, "get$setHour", "setHour$1", 78); - _instance_1_u(_, "get$setMinute", "setMinute$1", 78); - _instance_1_u(_, "get$setSecond", "setSecond$1", 78); - _instance_1_u(_, "get$setFractionalSecond", "setFractionalSecond$1", 78); - _static_1(A, "date_format_DateFormat_localeExists$closure", "DateFormat_localeExists", 115); - _instance_0_u(A.DateFormat.prototype, "get$_initDigitMatcher", "_initDigitMatcher$0", 1860); - _static_1(A, "number_format_NumberFormat_localeExists$closure", "NumberFormat_localeExists", 115); + _instance_1_u(A.InAppPurchaseAndroidPlatform.prototype, "get$_getPurchaseDetailsFromResult", "_getPurchaseDetailsFromResult$1", 1399); + _instance_1_u(_ = A.SKPaymentQueueWrapper.prototype, "get$handleObserverCallbacks", "handleObserverCallbacks$1", 178); + _instance_1_u(_, "get$handlePaymentQueueDelegateCallbacks", "handlePaymentQueueDelegateCallbacks$1", 178); + _instance_1_u(_ = A.DateBuilder.prototype, "get$setYear", "setYear$1", 74); + _instance_1_u(_, "get$setMonth", "setMonth$1", 74); + _instance_1_u(_, "get$setDay", "setDay$1", 74); + _instance_1_u(_, "get$setDayOfYear", "setDayOfYear$1", 74); + _instance_1_u(_, "get$setHour", "setHour$1", 74); + _instance_1_u(_, "get$setMinute", "setMinute$1", 74); + _instance_1_u(_, "get$setSecond", "setSecond$1", 74); + _instance_1_u(_, "get$setFractionalSecond", "setFractionalSecond$1", 74); + _static_1(A, "date_format_DateFormat_localeExists$closure", "DateFormat_localeExists", 117); + _instance_0_u(A.DateFormat.prototype, "get$_initDigitMatcher", "_initDigitMatcher$0", 1344); + _static_1(A, "number_format_NumberFormat_localeExists$closure", "NumberFormat_localeExists", 117); _static_1(A, "intl_helpers___throwLocaleError$closure", "_throwLocaleError", 30); - _static_0(A, "plural_rules___default_rule$closure", "_default_rule", 53); - _static_0(A, "plural_rules___ast_rule$closure", "_ast_rule", 53); - _static_0(A, "plural_rules___af_rule$closure", "_af_rule", 53); - _static_0(A, "plural_rules___am_rule$closure", "_am_rule", 53); - _static_0(A, "plural_rules___ar_rule$closure", "_ar_rule", 53); - _static_0(A, "plural_rules___be_rule$closure", "_be_rule", 53); - _static_0(A, "plural_rules___br_rule$closure", "_br_rule", 53); - _static_0(A, "plural_rules___bs_rule$closure", "_bs_rule", 53); - _static_0(A, "plural_rules___ca_rule$closure", "_ca_rule", 53); - _static_0(A, "plural_rules___cs_rule$closure", "_cs_rule", 53); - _static_0(A, "plural_rules___cy_rule$closure", "_cy_rule", 53); - _static_0(A, "plural_rules___da_rule$closure", "_da_rule", 53); - _static_0(A, "plural_rules___es_rule$closure", "_es_rule", 53); - _static_0(A, "plural_rules___ceb_rule$closure", "_ceb_rule", 53); - _static_0(A, "plural_rules___fr_rule$closure", "_fr_rule", 53); - _static_0(A, "plural_rules___ga_rule$closure", "_ga_rule", 53); - _static_0(A, "plural_rules___he_rule$closure", "_he_rule", 53); - _static_0(A, "plural_rules___ff_rule$closure", "_ff_rule", 53); - _static_0(A, "plural_rules___is_rule$closure", "_is_rule", 53); - _static_0(A, "plural_rules___ak_rule$closure", "_ak_rule", 53); - _static_0(A, "plural_rules___lt_rule$closure", "_lt_rule", 53); - _static_0(A, "plural_rules___lv_rule$closure", "_lv_rule", 53); - _static_0(A, "plural_rules___mk_rule$closure", "_mk_rule", 53); - _static_0(A, "plural_rules___mt_rule$closure", "_mt_rule", 53); - _static_0(A, "plural_rules___pl_rule$closure", "_pl_rule", 53); - _static_0(A, "plural_rules___pt_rule$closure", "_pt_rule", 53); - _static_0(A, "plural_rules___mo_rule$closure", "_mo_rule", 53); - _static_0(A, "plural_rules___ru_rule$closure", "_ru_rule", 53); - _static_0(A, "plural_rules___si_rule$closure", "_si_rule", 53); - _static_0(A, "plural_rules___sl_rule$closure", "_sl_rule", 53); + _static_0(A, "plural_rules___default_rule$closure", "_default_rule", 52); + _static_0(A, "plural_rules___ast_rule$closure", "_ast_rule", 52); + _static_0(A, "plural_rules___af_rule$closure", "_af_rule", 52); + _static_0(A, "plural_rules___am_rule$closure", "_am_rule", 52); + _static_0(A, "plural_rules___ar_rule$closure", "_ar_rule", 52); + _static_0(A, "plural_rules___be_rule$closure", "_be_rule", 52); + _static_0(A, "plural_rules___br_rule$closure", "_br_rule", 52); + _static_0(A, "plural_rules___bs_rule$closure", "_bs_rule", 52); + _static_0(A, "plural_rules___ca_rule$closure", "_ca_rule", 52); + _static_0(A, "plural_rules___cs_rule$closure", "_cs_rule", 52); + _static_0(A, "plural_rules___cy_rule$closure", "_cy_rule", 52); + _static_0(A, "plural_rules___da_rule$closure", "_da_rule", 52); + _static_0(A, "plural_rules___es_rule$closure", "_es_rule", 52); + _static_0(A, "plural_rules___ceb_rule$closure", "_ceb_rule", 52); + _static_0(A, "plural_rules___fr_rule$closure", "_fr_rule", 52); + _static_0(A, "plural_rules___ga_rule$closure", "_ga_rule", 52); + _static_0(A, "plural_rules___he_rule$closure", "_he_rule", 52); + _static_0(A, "plural_rules___ff_rule$closure", "_ff_rule", 52); + _static_0(A, "plural_rules___is_rule$closure", "_is_rule", 52); + _static_0(A, "plural_rules___ak_rule$closure", "_ak_rule", 52); + _static_0(A, "plural_rules___lt_rule$closure", "_lt_rule", 52); + _static_0(A, "plural_rules___lv_rule$closure", "_lv_rule", 52); + _static_0(A, "plural_rules___mk_rule$closure", "_mk_rule", 52); + _static_0(A, "plural_rules___mt_rule$closure", "_mt_rule", 52); + _static_0(A, "plural_rules___pl_rule$closure", "_pl_rule", 52); + _static_0(A, "plural_rules___pt_rule$closure", "_pt_rule", 52); + _static_0(A, "plural_rules___mo_rule$closure", "_mo_rule", 52); + _static_0(A, "plural_rules___ru_rule$closure", "_ru_rule", 52); + _static_0(A, "plural_rules___si_rule$closure", "_si_rule", 52); + _static_0(A, "plural_rules___sl_rule$closure", "_sl_rule", 52); _static_1(A, "plural_rules__localeHasPluralRules$closure", "localeHasPluralRules", 12); _instance_0_u(A._IntlPhoneFieldState.prototype, "get$_changeCountry", "_changeCountry$0", 20); _static(A, "main__main$closure", 0, null, ["call$1$isTesting", "call$0"], ["main0", function() { return A.main0(false); - }], 3440, 0); + }], 3437, 0); _instance_0_u(_ = A.InvoiceNinjaAppState.prototype, "get$_authenticate", "_authenticate$0", 65); - _instance_1_u(_, "get$generateRoute", "generateRoute$1", 698); - _static_2(A, "app_reducer__appReducer$closure", "appReducer", 3441); - _static_2(A, "auth_reducer__userLoadUrlReducer$closure", "userLoadUrlReducer", 3442); - _static_2(A, "auth_reducer__userSignUpRequestReducer$closure", "userSignUpRequestReducer", 3443); - _static_2(A, "auth_reducer__userLoginRequestReducer$closure", "userLoginRequestReducer", 3444); - _static_2(A, "auth_reducer__oauthLoginRequestReducer$closure", "oauthLoginRequestReducer", 3445); - _static_2(A, "auth_reducer__oauthSignUpRequestReducer$closure", "oauthSignUpRequestReducer", 3446); - _static_2(A, "auth_reducer__userLoginSuccessReducer$closure", "userLoginSuccessReducer", 3447); - _static_2(A, "auth_reducer__userVerifiedPasswordReducer$closure", "userVerifiedPasswordReducer", 3448); - _static_2(A, "auth_reducer__userUnverifiedPasswordReducer$closure", "userUnverifiedPasswordReducer", 3449); - _static_2(A, "bank_account_reducer___clearEditing$closure", "_clearEditing", 3450); - _static_2(A, "bank_account_reducer___updateEditing$closure", "_updateEditing", 3451); - _static_2(A, "bank_account_reducer___viewBankAccountList$closure", "_viewBankAccountList0", 3452); - _static_2(A, "bank_account_reducer___filterBankAccountsByCustom1$closure", "_filterBankAccountsByCustom1", 3453); - _static_2(A, "bank_account_reducer___filterBankAccountsByCustom2$closure", "_filterBankAccountsByCustom2", 3454); - _static_2(A, "bank_account_reducer___filterBankAccountsByState$closure", "_filterBankAccountsByState", 3455); - _static_2(A, "bank_account_reducer___filterBankAccounts$closure", "_filterBankAccounts", 3456); - _static_2(A, "bank_account_reducer___sortBankAccounts$closure", "_sortBankAccounts", 3457); - _static_2(A, "bank_account_reducer___startListMultiselect$closure", "_startListMultiselect", 3458); - _static_2(A, "bank_account_reducer___addToListMultiselect$closure", "_addToListMultiselect", 3459); - _static_2(A, "bank_account_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect", 3460); - _static_2(A, "bank_account_reducer___clearListMultiselect$closure", "_clearListMultiselect", 3461); - _static_2(A, "bank_account_reducer___archiveBankAccountSuccess$closure", "_archiveBankAccountSuccess", 3462); - _static_2(A, "bank_account_reducer___deleteBankAccountSuccess$closure", "_deleteBankAccountSuccess", 3463); - _static_2(A, "bank_account_reducer___restoreBankAccountSuccess$closure", "_restoreBankAccountSuccess", 3464); - _static_2(A, "bank_account_reducer___addBankAccount$closure", "_addBankAccount", 3465); - _static_2(A, "bank_account_reducer___updateBankAccount$closure", "_updateBankAccount", 3466); - _static_2(A, "bank_account_reducer___setLoadedBankAccount$closure", "_setLoadedBankAccount", 3467); - _static_2(A, "bank_account_reducer___setLoadedBankAccounts$closure", "_setLoadedBankAccounts", 3468); - _static_2(A, "bank_account_reducer___setLoadedCompany$closure", "_setLoadedCompany", 3469); - _static_2(A, "client_reducer___viewClientList$closure", "_viewClientList0", 3470); - _static_2(A, "client_reducer___filterClientsByCustom1$closure", "_filterClientsByCustom1", 3471); - _static_2(A, "client_reducer___filterClientsByCustom2$closure", "_filterClientsByCustom2", 3472); - _static_2(A, "client_reducer___filterClientsByCustom3$closure", "_filterClientsByCustom3", 3473); - _static_2(A, "client_reducer___filterClientsByCustom4$closure", "_filterClientsByCustom4", 3474); - _static_2(A, "client_reducer___filterClientsByState$closure", "_filterClientsByState", 3475); - _static_2(A, "client_reducer___filterClients$closure", "_filterClients", 3476); - _static_2(A, "client_reducer___sortClients$closure", "_sortClients", 3477); - _static_2(A, "client_reducer___startListMultiselect$closure", "_startListMultiselect0", 3478); - _static_2(A, "client_reducer___addToListMultiselect$closure", "_addToListMultiselect0", 3479); - _static_2(A, "client_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect0", 3480); - _static_2(A, "client_reducer___clearListMultiselect$closure", "_clearListMultiselect0", 3481); - _static_2(A, "client_reducer___archiveClientSuccess$closure", "_archiveClientSuccess", 3482); - _static_2(A, "client_reducer___deleteClientSuccess$closure", "_deleteClientSuccess", 3483); - _static_2(A, "client_reducer___restoreClientSuccess$closure", "_restoreClientSuccess", 3484); - _static_2(A, "client_reducer___addClient$closure", "_addClient", 3485); - _static_2(A, "client_reducer___updateClient$closure", "_updateClient", 3486); - _static_2(A, "client_reducer___setLoadedClient$closure", "_setLoadedClient", 3487); - _static_2(A, "client_reducer___mergeClientSuccess$closure", "_mergeClientSuccess", 3488); - _static_2(A, "client_reducer___purgeClientSuccess$closure", "_purgeClientSuccess", 3489); - _static_2(A, "client_reducer___setLoadedClients$closure", "_setLoadedClients", 3490); - _static_2(A, "client_reducer___setLoadedCompany$closure", "_setLoadedCompany0", 3491); - _static_2(A, "company_reducer__loadCompanySuccessReducer$closure", "loadCompanySuccessReducer", 3492); - _static_2(A, "company_reducer__saveCompanySuccessReducer$closure", "saveCompanySuccessReducer", 3493); - _static_2(A, "company_gateway_reducer___clearEditing$closure", "_clearEditing0", 3494); - _static_2(A, "company_gateway_reducer___updateEditing$closure", "_updateEditing0", 3495); - _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom1$closure", "_filterCompanyGatewaysByCustom1", 3496); - _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom2$closure", "_filterCompanyGatewaysByCustom2", 3497); - _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByState$closure", "_filterCompanyGatewaysByState", 3498); - _static_2(A, "company_gateway_reducer___filterCompanyGateways$closure", "_filterCompanyGateways", 3499); - _static_2(A, "company_gateway_reducer___sortCompanyGateways$closure", "_sortCompanyGateways", 3500); - _static_2(A, "company_gateway_reducer___startListMultiselect$closure", "_startListMultiselect1", 3501); - _static_2(A, "company_gateway_reducer___addToListMultiselect$closure", "_addToListMultiselect1", 3502); - _static_2(A, "company_gateway_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect1", 3503); - _static_2(A, "company_gateway_reducer___clearListMultiselect$closure", "_clearListMultiselect1", 3504); - _static_2(A, "company_gateway_reducer___archiveCompanyGatewaySuccess$closure", "_archiveCompanyGatewaySuccess", 3505); - _static_2(A, "company_gateway_reducer___deleteCompanyGatewaySuccess$closure", "_deleteCompanyGatewaySuccess", 3506); - _static_2(A, "company_gateway_reducer___restoreCompanyGatewaySuccess$closure", "_restoreCompanyGatewaySuccess", 3507); - _static_2(A, "company_gateway_reducer___addCompanyGateway$closure", "_addCompanyGateway", 3508); - _static_2(A, "company_gateway_reducer___updateCompanyGateway$closure", "_updateCompanyGateway", 3509); - _static_2(A, "company_gateway_reducer___setLoadedCompanyGateway$closure", "_setLoadedCompanyGateway", 3510); - _static_2(A, "company_gateway_reducer___setLoadedCompany$closure", "_setLoadedCompany1", 3511); - _static_2(A, "company_gateway_reducer___setLoadedCompanyGateways$closure", "_setLoadedCompanyGateways", 3512); + _instance_1_u(_, "get$generateRoute", "generateRoute$1", 650); + _static_2(A, "app_reducer__appReducer$closure", "appReducer", 3438); + _static_2(A, "auth_reducer__userLoadUrlReducer$closure", "userLoadUrlReducer", 3439); + _static_2(A, "auth_reducer__userSignUpRequestReducer$closure", "userSignUpRequestReducer", 3440); + _static_2(A, "auth_reducer__userLoginRequestReducer$closure", "userLoginRequestReducer", 3441); + _static_2(A, "auth_reducer__oauthLoginRequestReducer$closure", "oauthLoginRequestReducer", 3442); + _static_2(A, "auth_reducer__oauthSignUpRequestReducer$closure", "oauthSignUpRequestReducer", 3443); + _static_2(A, "auth_reducer__userLoginSuccessReducer$closure", "userLoginSuccessReducer", 3444); + _static_2(A, "auth_reducer__userVerifiedPasswordReducer$closure", "userVerifiedPasswordReducer", 3445); + _static_2(A, "auth_reducer__userUnverifiedPasswordReducer$closure", "userUnverifiedPasswordReducer", 3446); + _static_2(A, "bank_account_reducer___clearEditing$closure", "_clearEditing", 3447); + _static_2(A, "bank_account_reducer___updateEditing$closure", "_updateEditing", 3448); + _static_2(A, "bank_account_reducer___viewBankAccountList$closure", "_viewBankAccountList0", 3449); + _static_2(A, "bank_account_reducer___filterBankAccountsByCustom1$closure", "_filterBankAccountsByCustom1", 3450); + _static_2(A, "bank_account_reducer___filterBankAccountsByCustom2$closure", "_filterBankAccountsByCustom2", 3451); + _static_2(A, "bank_account_reducer___filterBankAccountsByState$closure", "_filterBankAccountsByState", 3452); + _static_2(A, "bank_account_reducer___filterBankAccounts$closure", "_filterBankAccounts", 3453); + _static_2(A, "bank_account_reducer___sortBankAccounts$closure", "_sortBankAccounts", 3454); + _static_2(A, "bank_account_reducer___startListMultiselect$closure", "_startListMultiselect", 3455); + _static_2(A, "bank_account_reducer___addToListMultiselect$closure", "_addToListMultiselect", 3456); + _static_2(A, "bank_account_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect", 3457); + _static_2(A, "bank_account_reducer___clearListMultiselect$closure", "_clearListMultiselect", 3458); + _static_2(A, "bank_account_reducer___archiveBankAccountSuccess$closure", "_archiveBankAccountSuccess", 3459); + _static_2(A, "bank_account_reducer___deleteBankAccountSuccess$closure", "_deleteBankAccountSuccess", 3460); + _static_2(A, "bank_account_reducer___restoreBankAccountSuccess$closure", "_restoreBankAccountSuccess", 3461); + _static_2(A, "bank_account_reducer___addBankAccount$closure", "_addBankAccount", 3462); + _static_2(A, "bank_account_reducer___updateBankAccount$closure", "_updateBankAccount", 3463); + _static_2(A, "bank_account_reducer___setLoadedBankAccount$closure", "_setLoadedBankAccount", 3464); + _static_2(A, "bank_account_reducer___setLoadedBankAccounts$closure", "_setLoadedBankAccounts", 3465); + _static_2(A, "bank_account_reducer___setLoadedCompany$closure", "_setLoadedCompany", 3466); + _static_2(A, "client_reducer___viewClientList$closure", "_viewClientList0", 3467); + _static_2(A, "client_reducer___filterClientsByCustom1$closure", "_filterClientsByCustom1", 3468); + _static_2(A, "client_reducer___filterClientsByCustom2$closure", "_filterClientsByCustom2", 3469); + _static_2(A, "client_reducer___filterClientsByCustom3$closure", "_filterClientsByCustom3", 3470); + _static_2(A, "client_reducer___filterClientsByCustom4$closure", "_filterClientsByCustom4", 3471); + _static_2(A, "client_reducer___filterClientsByState$closure", "_filterClientsByState", 3472); + _static_2(A, "client_reducer___filterClients$closure", "_filterClients", 3473); + _static_2(A, "client_reducer___sortClients$closure", "_sortClients", 3474); + _static_2(A, "client_reducer___startListMultiselect$closure", "_startListMultiselect0", 3475); + _static_2(A, "client_reducer___addToListMultiselect$closure", "_addToListMultiselect0", 3476); + _static_2(A, "client_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect0", 3477); + _static_2(A, "client_reducer___clearListMultiselect$closure", "_clearListMultiselect0", 3478); + _static_2(A, "client_reducer___archiveClientSuccess$closure", "_archiveClientSuccess", 3479); + _static_2(A, "client_reducer___deleteClientSuccess$closure", "_deleteClientSuccess", 3480); + _static_2(A, "client_reducer___restoreClientSuccess$closure", "_restoreClientSuccess", 3481); + _static_2(A, "client_reducer___addClient$closure", "_addClient", 3482); + _static_2(A, "client_reducer___updateClient$closure", "_updateClient", 3483); + _static_2(A, "client_reducer___setLoadedClient$closure", "_setLoadedClient", 3484); + _static_2(A, "client_reducer___mergeClientSuccess$closure", "_mergeClientSuccess", 3485); + _static_2(A, "client_reducer___purgeClientSuccess$closure", "_purgeClientSuccess", 3486); + _static_2(A, "client_reducer___setLoadedClients$closure", "_setLoadedClients", 3487); + _static_2(A, "client_reducer___setLoadedCompany$closure", "_setLoadedCompany0", 3488); + _static_2(A, "company_reducer__loadCompanySuccessReducer$closure", "loadCompanySuccessReducer", 3489); + _static_2(A, "company_reducer__saveCompanySuccessReducer$closure", "saveCompanySuccessReducer", 3490); + _static_2(A, "company_gateway_reducer___clearEditing$closure", "_clearEditing0", 3491); + _static_2(A, "company_gateway_reducer___updateEditing$closure", "_updateEditing0", 3492); + _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom1$closure", "_filterCompanyGatewaysByCustom1", 3493); + _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom2$closure", "_filterCompanyGatewaysByCustom2", 3494); + _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByState$closure", "_filterCompanyGatewaysByState", 3495); + _static_2(A, "company_gateway_reducer___filterCompanyGateways$closure", "_filterCompanyGateways", 3496); + _static_2(A, "company_gateway_reducer___sortCompanyGateways$closure", "_sortCompanyGateways", 3497); + _static_2(A, "company_gateway_reducer___startListMultiselect$closure", "_startListMultiselect1", 3498); + _static_2(A, "company_gateway_reducer___addToListMultiselect$closure", "_addToListMultiselect1", 3499); + _static_2(A, "company_gateway_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect1", 3500); + _static_2(A, "company_gateway_reducer___clearListMultiselect$closure", "_clearListMultiselect1", 3501); + _static_2(A, "company_gateway_reducer___archiveCompanyGatewaySuccess$closure", "_archiveCompanyGatewaySuccess", 3502); + _static_2(A, "company_gateway_reducer___deleteCompanyGatewaySuccess$closure", "_deleteCompanyGatewaySuccess", 3503); + _static_2(A, "company_gateway_reducer___restoreCompanyGatewaySuccess$closure", "_restoreCompanyGatewaySuccess", 3504); + _static_2(A, "company_gateway_reducer___addCompanyGateway$closure", "_addCompanyGateway", 3505); + _static_2(A, "company_gateway_reducer___updateCompanyGateway$closure", "_updateCompanyGateway", 3506); + _static_2(A, "company_gateway_reducer___setLoadedCompanyGateway$closure", "_setLoadedCompanyGateway", 3507); + _static_2(A, "company_gateway_reducer___setLoadedCompany$closure", "_setLoadedCompany1", 3508); + _static_2(A, "company_gateway_reducer___setLoadedCompanyGateways$closure", "_setLoadedCompanyGateways", 3509); _static_2(A, "credit_reducer___clearEditing$closure", "_clearEditing1", 264); - _static_2(A, "credit_reducer___updateEditing$closure", "_updateEditing1", 373); - _static_2(A, "credit_reducer___addCreditItem$closure", "_addCreditItem", 857); - _static_2(A, "credit_reducer___addCreditItems$closure", "_addCreditItems", 3515); - _static_2(A, "credit_reducer___removeCreditItem$closure", "_removeCreditItem", 3516); - _static_2(A, "credit_reducer___updateCreditItem$closure", "_updateCreditItem", 3517); - _static_2(A, "credit_reducer___viewCreditList$closure", "_viewCreditList0", 3518); - _static_2(A, "credit_reducer___filterCreditsByCustom1$closure", "_filterCreditsByCustom1", 3519); - _static_2(A, "credit_reducer___filterCreditsByCustom2$closure", "_filterCreditsByCustom2", 3520); - _static_2(A, "credit_reducer___filterCreditsByCustom3$closure", "_filterCreditsByCustom3", 3521); - _static_2(A, "credit_reducer___filterCreditsByCustom4$closure", "_filterCreditsByCustom4", 3522); - _static_2(A, "credit_reducer___filterCreditsByState$closure", "_filterCreditsByState", 3523); - _static_2(A, "credit_reducer___filterCreditsByStatus$closure", "_filterCreditsByStatus", 3524); - _static_2(A, "credit_reducer___filterCredits$closure", "_filterCredits", 3525); - _static_2(A, "credit_reducer___sortCredits$closure", "_sortCredits", 3526); - _static_2(A, "credit_reducer___startListMultiselect$closure", "_startListMultiselect2", 3527); - _static_2(A, "credit_reducer___addToListMultiselect$closure", "_addToListMultiselect2", 3528); - _static_2(A, "credit_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect2", 3529); - _static_2(A, "credit_reducer___clearListMultiselect$closure", "_clearListMultiselect2", 3530); - _static_2(A, "credit_reducer___purgeClientSuccess$closure", "_purgeClientSuccess0", 3531); - _static_2(A, "credit_reducer___markSentCreditSuccess$closure", "_markSentCreditSuccess", 3532); - _static_2(A, "credit_reducer___archiveCreditSuccess$closure", "_archiveCreditSuccess", 3533); - _static_2(A, "credit_reducer___deleteCreditSuccess$closure", "_deleteCreditSuccess", 3534); - _static_2(A, "credit_reducer___restoreCreditSuccess$closure", "_restoreCreditSuccess", 3535); - _static_2(A, "credit_reducer___addCredit$closure", "_addCredit", 3536); - _static_2(A, "credit_reducer___updateCredit$closure", "_updateCredit", 3537); - _static_2(A, "credit_reducer___setLoadedCredits$closure", "_setLoadedCredits", 3538); - _static_2(A, "credit_reducer___setLoadedCompany$closure", "_setLoadedCompany2", 3539); - _static_2(A, "design_reducer___clearEditing$closure", "_clearEditing2", 3540); - _static_2(A, "design_reducer___updateEditing$closure", "_updateEditing2", 3541); - _static_2(A, "design_reducer___viewDesignList$closure", "_viewDesignList0", 3542); - _static_2(A, "design_reducer___filterDesignsByCustom1$closure", "_filterDesignsByCustom1", 3543); - _static_2(A, "design_reducer___filterDesignsByCustom2$closure", "_filterDesignsByCustom2", 3544); - _static_2(A, "design_reducer___filterDesignsByState$closure", "_filterDesignsByState", 3545); - _static_2(A, "design_reducer___filterDesigns$closure", "_filterDesigns", 3546); - _static_2(A, "design_reducer___sortDesigns$closure", "_sortDesigns", 3547); - _static_2(A, "design_reducer___startListMultiselect$closure", "_startListMultiselect3", 3548); - _static_2(A, "design_reducer___addToListMultiselect$closure", "_addToListMultiselect3", 3549); - _static_2(A, "design_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect3", 3550); - _static_2(A, "design_reducer___clearListMultiselect$closure", "_clearListMultiselect3", 3551); - _static_2(A, "design_reducer___archiveDesignSuccess$closure", "_archiveDesignSuccess", 3552); - _static_2(A, "design_reducer___deleteDesignSuccess$closure", "_deleteDesignSuccess", 3553); - _static_2(A, "design_reducer___restoreDesignSuccess$closure", "_restoreDesignSuccess", 3554); - _static_2(A, "design_reducer___addDesign$closure", "_addDesign", 3555); - _static_2(A, "design_reducer___updateDesign$closure", "_updateDesign", 3556); - _static_2(A, "design_reducer___setLoadedDesign$closure", "_setLoadedDesign", 3557); - _static_2(A, "design_reducer___setLoadedDesigns$closure", "_setLoadedDesigns", 3558); - _static_2(A, "design_reducer___setLoadedCompany$closure", "_setLoadedCompany3", 3559); - _static_2(A, "document_reducer___updateEditing$closure", "_updateEditing3", 3560); - _static_2(A, "document_reducer___viewDocumentList$closure", "_viewDocumentList0", 3561); - _static_2(A, "document_reducer___filterDocumentsByCustom1$closure", "_filterDocumentsByCustom1", 3562); - _static_2(A, "document_reducer___filterDocumentsByCustom2$closure", "_filterDocumentsByCustom2", 3563); - _static_2(A, "document_reducer___filterDocumentsByState$closure", "_filterDocumentsByState", 3564); - _static_2(A, "document_reducer___filterDocumentsByStatus$closure", "_filterDocumentsByStatus", 3565); - _static_2(A, "document_reducer___filterDocuments$closure", "_filterDocuments", 3566); - _static_2(A, "document_reducer___sortDocuments$closure", "_sortDocuments", 3567); - _static_2(A, "document_reducer___startListMultiselect$closure", "_startListMultiselect4", 3568); - _static_2(A, "document_reducer___addToListMultiselect$closure", "_addToListMultiselect4", 3569); - _static_2(A, "document_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect4", 3570); - _static_2(A, "document_reducer___clearListMultiselect$closure", "_clearListMultiselect4", 3571); - _static_2(A, "document_reducer___archiveDocumentSuccess$closure", "_archiveDocumentSuccess", 3572); - _static_2(A, "document_reducer___deleteDocumentSuccess$closure", "_deleteDocumentSuccess", 3573); - _static_2(A, "document_reducer___restoreDocumentSuccess$closure", "_restoreDocumentSuccess", 3574); - _static_2(A, "document_reducer___addDocument$closure", "_addDocument", 3575); - _static_2(A, "document_reducer___updateDocument$closure", "_updateDocument", 3576); - _static_2(A, "document_reducer___setLoadedDocument$closure", "_setLoadedDocument", 3577); - _static_2(A, "document_reducer___setLoadedDocuments$closure", "_setLoadedDocuments", 3578); - _static_2(A, "document_reducer___setLoadedCompany$closure", "_setLoadedCompany4", 3579); - _static_2(A, "expense_reducer___clearEditing$closure", "_clearEditing3", 856); - _static_2(A, "expense_reducer___updateEditing$closure", "_updateEditing4", 851); - _static_2(A, "expense_reducer___viewExpenseList$closure", "_viewExpenseList0", 3582); - _static_2(A, "expense_reducer___filterExpensesByCustom1$closure", "_filterExpensesByCustom1", 3583); - _static_2(A, "expense_reducer___filterExpensesByCustom2$closure", "_filterExpensesByCustom2", 3584); - _static_2(A, "expense_reducer___filterExpensesByCustom3$closure", "_filterExpensesByCustom3", 3585); - _static_2(A, "expense_reducer___filterExpensesByCustom4$closure", "_filterExpensesByCustom4", 3586); - _static_2(A, "expense_reducer___filterExpensesByState$closure", "_filterExpensesByState", 3587); - _static_2(A, "expense_reducer___filterExpensesByStatus$closure", "_filterExpensesByStatus", 3588); - _static_2(A, "expense_reducer___filterExpenses$closure", "_filterExpenses", 3589); - _static_2(A, "expense_reducer___sortExpenses$closure", "_sortExpenses", 3590); - _static_2(A, "expense_reducer___startListMultiselect$closure", "_startListMultiselect5", 3591); - _static_2(A, "expense_reducer___addToListMultiselect$closure", "_addToListMultiselect5", 3592); - _static_2(A, "expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect5", 3593); - _static_2(A, "expense_reducer___clearListMultiselect$closure", "_clearListMultiselect5", 3594); - _static_2(A, "expense_reducer___purgeClientSuccess$closure", "_purgeClientSuccess1", 3595); - _static_2(A, "expense_reducer___archiveExpenseSuccess$closure", "_archiveExpenseSuccess", 3596); - _static_2(A, "expense_reducer___deleteExpenseSuccess$closure", "_deleteExpenseSuccess", 3597); - _static_2(A, "expense_reducer___restoreExpenseSuccess$closure", "_restoreExpenseSuccess", 3598); - _static_2(A, "expense_reducer___addExpense$closure", "_addExpense", 3599); - _static_2(A, "expense_reducer___updateExpense$closure", "_updateExpense", 3600); - _static_2(A, "expense_reducer___setLoadedExpense$closure", "_setLoadedExpense", 3601); - _static_2(A, "expense_reducer___setLoadedExpenses$closure", "_setLoadedExpenses", 3602); - _static_2(A, "expense_reducer___setLoadedCompany$closure", "_setLoadedCompany5", 3603); - _static_2(A, "expense_category_reducer___clearEditing$closure", "_clearEditing4", 3604); - _static_2(A, "expense_category_reducer___updateEditing$closure", "_updateEditing5", 3605); - _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom1$closure", "_filterExpenseCategoriesByCustom1", 3606); - _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom2$closure", "_filterExpenseCategoriesByCustom2", 3607); - _static_2(A, "expense_category_reducer___filterExpenseCategoriesByState$closure", "_filterExpenseCategoriesByState", 3608); - _static_2(A, "expense_category_reducer___filterExpenseCategories$closure", "_filterExpenseCategories", 3609); - _static_2(A, "expense_category_reducer___sortExpenseCategories$closure", "_sortExpenseCategories", 3610); - _static_2(A, "expense_category_reducer___startListMultiselect$closure", "_startListMultiselect6", 3611); - _static_2(A, "expense_category_reducer___addToListMultiselect$closure", "_addToListMultiselect6", 3612); - _static_2(A, "expense_category_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect6", 3613); - _static_2(A, "expense_category_reducer___clearListMultiselect$closure", "_clearListMultiselect6", 3614); - _static_2(A, "expense_category_reducer___archiveExpenseCategorySuccess$closure", "_archiveExpenseCategorySuccess", 3615); - _static_2(A, "expense_category_reducer___deleteExpenseCategorySuccess$closure", "_deleteExpenseCategorySuccess", 3616); - _static_2(A, "expense_category_reducer___restoreExpenseCategorySuccess$closure", "_restoreExpenseCategorySuccess", 3617); - _static_2(A, "expense_category_reducer___addExpenseCategory$closure", "_addExpenseCategory", 3618); - _static_2(A, "expense_category_reducer___updateExpenseCategory$closure", "_updateExpenseCategory", 3619); - _static_2(A, "expense_category_reducer___setLoadedExpenseCategory$closure", "_setLoadedExpenseCategory", 3620); - _static_2(A, "expense_category_reducer___setLoadedExpenseCategories$closure", "_setLoadedExpenseCategories", 3621); - _static_2(A, "expense_category_reducer___setLoadedCompany$closure", "_setLoadedCompany6", 3622); - _static_2(A, "group_reducer___clearEditing$closure", "_clearEditing5", 3623); - _static_2(A, "group_reducer___updateEditing$closure", "_updateEditing6", 3624); - _static_2(A, "group_reducer___viewGroupList$closure", "_viewGroupList0", 3625); - _static_2(A, "group_reducer___filterGroupsByState$closure", "_filterGroupsByState", 3626); - _static_2(A, "group_reducer___filterGroups$closure", "_filterGroups", 3627); - _static_2(A, "group_reducer___sortGroups$closure", "_sortGroups", 3628); - _static_2(A, "group_reducer___startListMultiselect$closure", "_startListMultiselect7", 3629); - _static_2(A, "group_reducer___addToListMultiselect$closure", "_addToListMultiselect7", 3630); - _static_2(A, "group_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect7", 3631); - _static_2(A, "group_reducer___clearListMultiselect$closure", "_clearListMultiselect7", 3632); - _static_2(A, "group_reducer___archiveGroupSuccess$closure", "_archiveGroupSuccess", 3633); - _static_2(A, "group_reducer___deleteGroupSuccess$closure", "_deleteGroupSuccess", 3634); - _static_2(A, "group_reducer___restoreGroupSuccess$closure", "_restoreGroupSuccess", 3635); - _static_2(A, "group_reducer___addGroup$closure", "_addGroup", 3636); - _static_2(A, "group_reducer___updateGroup$closure", "_updateGroup", 3637); - _static_2(A, "group_reducer___setLoadedGroup$closure", "_setLoadedGroup", 3638); - _static_2(A, "group_reducer___setLoadedGroups$closure", "_setLoadedGroups", 3639); - _static_2(A, "group_reducer___setLoadedCompany$closure", "_setLoadedCompany7", 3640); + _static_2(A, "credit_reducer___updateEditing$closure", "_updateEditing1", 416); + _static_2(A, "credit_reducer___addCreditItem$closure", "_addCreditItem", 784); + _static_2(A, "credit_reducer___addCreditItems$closure", "_addCreditItems", 3512); + _static_2(A, "credit_reducer___removeCreditItem$closure", "_removeCreditItem", 3513); + _static_2(A, "credit_reducer___updateCreditItem$closure", "_updateCreditItem", 3514); + _static_2(A, "credit_reducer___viewCreditList$closure", "_viewCreditList0", 3515); + _static_2(A, "credit_reducer___filterCreditsByCustom1$closure", "_filterCreditsByCustom1", 3516); + _static_2(A, "credit_reducer___filterCreditsByCustom2$closure", "_filterCreditsByCustom2", 3517); + _static_2(A, "credit_reducer___filterCreditsByCustom3$closure", "_filterCreditsByCustom3", 3518); + _static_2(A, "credit_reducer___filterCreditsByCustom4$closure", "_filterCreditsByCustom4", 3519); + _static_2(A, "credit_reducer___filterCreditsByState$closure", "_filterCreditsByState", 3520); + _static_2(A, "credit_reducer___filterCreditsByStatus$closure", "_filterCreditsByStatus", 3521); + _static_2(A, "credit_reducer___filterCredits$closure", "_filterCredits", 3522); + _static_2(A, "credit_reducer___sortCredits$closure", "_sortCredits", 3523); + _static_2(A, "credit_reducer___startListMultiselect$closure", "_startListMultiselect2", 3524); + _static_2(A, "credit_reducer___addToListMultiselect$closure", "_addToListMultiselect2", 3525); + _static_2(A, "credit_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect2", 3526); + _static_2(A, "credit_reducer___clearListMultiselect$closure", "_clearListMultiselect2", 3527); + _static_2(A, "credit_reducer___purgeClientSuccess$closure", "_purgeClientSuccess0", 3528); + _static_2(A, "credit_reducer___markSentCreditSuccess$closure", "_markSentCreditSuccess", 3529); + _static_2(A, "credit_reducer___archiveCreditSuccess$closure", "_archiveCreditSuccess", 3530); + _static_2(A, "credit_reducer___deleteCreditSuccess$closure", "_deleteCreditSuccess", 3531); + _static_2(A, "credit_reducer___restoreCreditSuccess$closure", "_restoreCreditSuccess", 3532); + _static_2(A, "credit_reducer___addCredit$closure", "_addCredit", 3533); + _static_2(A, "credit_reducer___updateCredit$closure", "_updateCredit", 3534); + _static_2(A, "credit_reducer___setLoadedCredits$closure", "_setLoadedCredits", 3535); + _static_2(A, "credit_reducer___setLoadedCompany$closure", "_setLoadedCompany2", 3536); + _static_2(A, "design_reducer___clearEditing$closure", "_clearEditing2", 3537); + _static_2(A, "design_reducer___updateEditing$closure", "_updateEditing2", 3538); + _static_2(A, "design_reducer___viewDesignList$closure", "_viewDesignList0", 3539); + _static_2(A, "design_reducer___filterDesignsByCustom1$closure", "_filterDesignsByCustom1", 3540); + _static_2(A, "design_reducer___filterDesignsByCustom2$closure", "_filterDesignsByCustom2", 3541); + _static_2(A, "design_reducer___filterDesignsByState$closure", "_filterDesignsByState", 3542); + _static_2(A, "design_reducer___filterDesigns$closure", "_filterDesigns", 3543); + _static_2(A, "design_reducer___sortDesigns$closure", "_sortDesigns", 3544); + _static_2(A, "design_reducer___startListMultiselect$closure", "_startListMultiselect3", 3545); + _static_2(A, "design_reducer___addToListMultiselect$closure", "_addToListMultiselect3", 3546); + _static_2(A, "design_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect3", 3547); + _static_2(A, "design_reducer___clearListMultiselect$closure", "_clearListMultiselect3", 3548); + _static_2(A, "design_reducer___archiveDesignSuccess$closure", "_archiveDesignSuccess", 3549); + _static_2(A, "design_reducer___deleteDesignSuccess$closure", "_deleteDesignSuccess", 3550); + _static_2(A, "design_reducer___restoreDesignSuccess$closure", "_restoreDesignSuccess", 3551); + _static_2(A, "design_reducer___addDesign$closure", "_addDesign", 3552); + _static_2(A, "design_reducer___updateDesign$closure", "_updateDesign", 3553); + _static_2(A, "design_reducer___setLoadedDesign$closure", "_setLoadedDesign", 3554); + _static_2(A, "design_reducer___setLoadedDesigns$closure", "_setLoadedDesigns", 3555); + _static_2(A, "design_reducer___setLoadedCompany$closure", "_setLoadedCompany3", 3556); + _static_2(A, "document_reducer___updateEditing$closure", "_updateEditing3", 3557); + _static_2(A, "document_reducer___viewDocumentList$closure", "_viewDocumentList0", 3558); + _static_2(A, "document_reducer___filterDocumentsByCustom1$closure", "_filterDocumentsByCustom1", 3559); + _static_2(A, "document_reducer___filterDocumentsByCustom2$closure", "_filterDocumentsByCustom2", 3560); + _static_2(A, "document_reducer___filterDocumentsByState$closure", "_filterDocumentsByState", 3561); + _static_2(A, "document_reducer___filterDocumentsByStatus$closure", "_filterDocumentsByStatus", 3562); + _static_2(A, "document_reducer___filterDocuments$closure", "_filterDocuments", 3563); + _static_2(A, "document_reducer___sortDocuments$closure", "_sortDocuments", 3564); + _static_2(A, "document_reducer___startListMultiselect$closure", "_startListMultiselect4", 3565); + _static_2(A, "document_reducer___addToListMultiselect$closure", "_addToListMultiselect4", 3566); + _static_2(A, "document_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect4", 3567); + _static_2(A, "document_reducer___clearListMultiselect$closure", "_clearListMultiselect4", 3568); + _static_2(A, "document_reducer___archiveDocumentSuccess$closure", "_archiveDocumentSuccess", 3569); + _static_2(A, "document_reducer___deleteDocumentSuccess$closure", "_deleteDocumentSuccess", 3570); + _static_2(A, "document_reducer___restoreDocumentSuccess$closure", "_restoreDocumentSuccess", 3571); + _static_2(A, "document_reducer___addDocument$closure", "_addDocument", 3572); + _static_2(A, "document_reducer___updateDocument$closure", "_updateDocument", 3573); + _static_2(A, "document_reducer___setLoadedDocument$closure", "_setLoadedDocument", 3574); + _static_2(A, "document_reducer___setLoadedDocuments$closure", "_setLoadedDocuments", 3575); + _static_2(A, "document_reducer___setLoadedCompany$closure", "_setLoadedCompany4", 3576); + _static_2(A, "expense_reducer___clearEditing$closure", "_clearEditing3", 703); + _static_2(A, "expense_reducer___updateEditing$closure", "_updateEditing4", 729); + _static_2(A, "expense_reducer___viewExpenseList$closure", "_viewExpenseList0", 3579); + _static_2(A, "expense_reducer___filterExpensesByCustom1$closure", "_filterExpensesByCustom1", 3580); + _static_2(A, "expense_reducer___filterExpensesByCustom2$closure", "_filterExpensesByCustom2", 3581); + _static_2(A, "expense_reducer___filterExpensesByCustom3$closure", "_filterExpensesByCustom3", 3582); + _static_2(A, "expense_reducer___filterExpensesByCustom4$closure", "_filterExpensesByCustom4", 3583); + _static_2(A, "expense_reducer___filterExpensesByState$closure", "_filterExpensesByState", 3584); + _static_2(A, "expense_reducer___filterExpensesByStatus$closure", "_filterExpensesByStatus", 3585); + _static_2(A, "expense_reducer___filterExpenses$closure", "_filterExpenses", 3586); + _static_2(A, "expense_reducer___sortExpenses$closure", "_sortExpenses", 3587); + _static_2(A, "expense_reducer___startListMultiselect$closure", "_startListMultiselect5", 3588); + _static_2(A, "expense_reducer___addToListMultiselect$closure", "_addToListMultiselect5", 3589); + _static_2(A, "expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect5", 3590); + _static_2(A, "expense_reducer___clearListMultiselect$closure", "_clearListMultiselect5", 3591); + _static_2(A, "expense_reducer___purgeClientSuccess$closure", "_purgeClientSuccess1", 3592); + _static_2(A, "expense_reducer___archiveExpenseSuccess$closure", "_archiveExpenseSuccess", 3593); + _static_2(A, "expense_reducer___deleteExpenseSuccess$closure", "_deleteExpenseSuccess", 3594); + _static_2(A, "expense_reducer___restoreExpenseSuccess$closure", "_restoreExpenseSuccess", 3595); + _static_2(A, "expense_reducer___addExpense$closure", "_addExpense", 3596); + _static_2(A, "expense_reducer___updateExpense$closure", "_updateExpense", 3597); + _static_2(A, "expense_reducer___setLoadedExpense$closure", "_setLoadedExpense", 3598); + _static_2(A, "expense_reducer___setLoadedExpenses$closure", "_setLoadedExpenses", 3599); + _static_2(A, "expense_reducer___setLoadedCompany$closure", "_setLoadedCompany5", 3600); + _static_2(A, "expense_category_reducer___clearEditing$closure", "_clearEditing4", 3601); + _static_2(A, "expense_category_reducer___updateEditing$closure", "_updateEditing5", 3602); + _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom1$closure", "_filterExpenseCategoriesByCustom1", 3603); + _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom2$closure", "_filterExpenseCategoriesByCustom2", 3604); + _static_2(A, "expense_category_reducer___filterExpenseCategoriesByState$closure", "_filterExpenseCategoriesByState", 3605); + _static_2(A, "expense_category_reducer___filterExpenseCategories$closure", "_filterExpenseCategories", 3606); + _static_2(A, "expense_category_reducer___sortExpenseCategories$closure", "_sortExpenseCategories", 3607); + _static_2(A, "expense_category_reducer___startListMultiselect$closure", "_startListMultiselect6", 3608); + _static_2(A, "expense_category_reducer___addToListMultiselect$closure", "_addToListMultiselect6", 3609); + _static_2(A, "expense_category_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect6", 3610); + _static_2(A, "expense_category_reducer___clearListMultiselect$closure", "_clearListMultiselect6", 3611); + _static_2(A, "expense_category_reducer___archiveExpenseCategorySuccess$closure", "_archiveExpenseCategorySuccess", 3612); + _static_2(A, "expense_category_reducer___deleteExpenseCategorySuccess$closure", "_deleteExpenseCategorySuccess", 3613); + _static_2(A, "expense_category_reducer___restoreExpenseCategorySuccess$closure", "_restoreExpenseCategorySuccess", 3614); + _static_2(A, "expense_category_reducer___addExpenseCategory$closure", "_addExpenseCategory", 3615); + _static_2(A, "expense_category_reducer___updateExpenseCategory$closure", "_updateExpenseCategory", 3616); + _static_2(A, "expense_category_reducer___setLoadedExpenseCategory$closure", "_setLoadedExpenseCategory", 3617); + _static_2(A, "expense_category_reducer___setLoadedExpenseCategories$closure", "_setLoadedExpenseCategories", 3618); + _static_2(A, "expense_category_reducer___setLoadedCompany$closure", "_setLoadedCompany6", 3619); + _static_2(A, "group_reducer___clearEditing$closure", "_clearEditing5", 3620); + _static_2(A, "group_reducer___updateEditing$closure", "_updateEditing6", 3621); + _static_2(A, "group_reducer___viewGroupList$closure", "_viewGroupList0", 3622); + _static_2(A, "group_reducer___filterGroupsByState$closure", "_filterGroupsByState", 3623); + _static_2(A, "group_reducer___filterGroups$closure", "_filterGroups", 3624); + _static_2(A, "group_reducer___sortGroups$closure", "_sortGroups", 3625); + _static_2(A, "group_reducer___startListMultiselect$closure", "_startListMultiselect7", 3626); + _static_2(A, "group_reducer___addToListMultiselect$closure", "_addToListMultiselect7", 3627); + _static_2(A, "group_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect7", 3628); + _static_2(A, "group_reducer___clearListMultiselect$closure", "_clearListMultiselect7", 3629); + _static_2(A, "group_reducer___archiveGroupSuccess$closure", "_archiveGroupSuccess", 3630); + _static_2(A, "group_reducer___deleteGroupSuccess$closure", "_deleteGroupSuccess", 3631); + _static_2(A, "group_reducer___restoreGroupSuccess$closure", "_restoreGroupSuccess", 3632); + _static_2(A, "group_reducer___addGroup$closure", "_addGroup", 3633); + _static_2(A, "group_reducer___updateGroup$closure", "_updateGroup", 3634); + _static_2(A, "group_reducer___setLoadedGroup$closure", "_setLoadedGroup", 3635); + _static_2(A, "group_reducer___setLoadedGroups$closure", "_setLoadedGroups", 3636); + _static_2(A, "group_reducer___setLoadedCompany$closure", "_setLoadedCompany7", 3637); _static_2(A, "invoice_reducer___clearEditing$closure", "_clearEditing6", 264); _static_2(A, "invoice_reducer___updateEditing$closure", "_updateEditing7", 264); - _static_2(A, "invoice_reducer___addInvoiceItem$closure", "_addInvoiceItem", 802); - _static_2(A, "invoice_reducer___addInvoiceItems$closure", "_addInvoiceItems", 3641); - _static_2(A, "invoice_reducer___removeInvoiceItem$closure", "_removeInvoiceItem", 3642); - _static_2(A, "invoice_reducer___updateInvoiceItem$closure", "_updateInvoiceItem", 3643); - _static_2(A, "invoice_reducer___viewInvoiceList$closure", "_viewInvoiceList0", 3644); - _static_2(A, "invoice_reducer___filterInvoicesByCustom1$closure", "_filterInvoicesByCustom1", 3645); - _static_2(A, "invoice_reducer___filterInvoicesByCustom2$closure", "_filterInvoicesByCustom2", 3646); - _static_2(A, "invoice_reducer___filterInvoicesByCustom3$closure", "_filterInvoicesByCustom3", 3647); - _static_2(A, "invoice_reducer___filterInvoicesByCustom4$closure", "_filterInvoicesByCustom4", 3648); - _static_2(A, "invoice_reducer___filterInvoicesByState$closure", "_filterInvoicesByState", 3649); - _static_2(A, "invoice_reducer___filterInvoicesByStatus$closure", "_filterInvoicesByStatus", 3650); - _static_2(A, "invoice_reducer___filterInvoices$closure", "_filterInvoices", 3651); - _static_2(A, "invoice_reducer___sortInvoices$closure", "_sortInvoices", 3652); - _static_2(A, "invoice_reducer___startListMultiselect$closure", "_startListMultiselect8", 3653); - _static_2(A, "invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect8", 3654); - _static_2(A, "invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect8", 3655); - _static_2(A, "invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect8", 3656); - _static_2(A, "invoice_reducer___purgeClientSuccess$closure", "_purgeClientSuccess2", 3657); - _static_2(A, "invoice_reducer___markInvoicesSentSuccess$closure", "_markInvoicesSentSuccess", 3658); - _static_2(A, "invoice_reducer___markInvoicesPaidSuccess$closure", "_markInvoicesPaidSuccess", 3659); - _static_2(A, "invoice_reducer___cancelInvoicesSuccess$closure", "_cancelInvoicesSuccess", 3660); - _static_2(A, "invoice_reducer___archiveInvoiceSuccess$closure", "_archiveInvoiceSuccess", 3661); - _static_2(A, "invoice_reducer___deleteInvoiceSuccess$closure", "_deleteInvoiceSuccess", 3662); - _static_2(A, "invoice_reducer___emailInvoiceSuccess$closure", "_emailInvoiceSuccess", 3663); - _static_2(A, "invoice_reducer___restoreInvoiceSuccess$closure", "_restoreInvoiceSuccess", 3664); - _static_2(A, "invoice_reducer___addInvoice$closure", "_addInvoice", 3665); - _static_2(A, "invoice_reducer___updateInvoice$closure", "_updateInvoice", 3666); - _static_2(A, "invoice_reducer___setLoadedInvoices$closure", "_setLoadedInvoices", 3667); - _static_2(A, "invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany8", 3668); - _static_2(A, "payment_reducer___clearEditing$closure", "_clearEditing7", 3669); - _static_2(A, "payment_reducer___updateEditing$closure", "_updateEditing8", 3670); - _static_2(A, "payment_reducer___viewPaymentList$closure", "_viewPaymentList0", 3671); - _static_2(A, "payment_reducer___filterPaymentsByCustom1$closure", "_filterPaymentsByCustom1", 3672); - _static_2(A, "payment_reducer___filterPaymentsByCustom2$closure", "_filterPaymentsByCustom2", 3673); - _static_2(A, "payment_reducer___filterPaymentsByCustom3$closure", "_filterPaymentsByCustom3", 3674); - _static_2(A, "payment_reducer___filterPaymentsByCustom4$closure", "_filterPaymentsByCustom4", 3675); - _static_2(A, "payment_reducer___filterPaymentsByState$closure", "_filterPaymentsByState", 3676); - _static_2(A, "payment_reducer___filterPaymentsByStatus$closure", "_filterPaymentsByStatus", 3677); - _static_2(A, "payment_reducer___filterPayments$closure", "_filterPayments", 3678); - _static_2(A, "payment_reducer___sortPayments$closure", "_sortPayments", 3679); - _static_2(A, "payment_reducer___startListMultiselect$closure", "_startListMultiselect9", 3680); - _static_2(A, "payment_reducer___addToListMultiselect$closure", "_addToListMultiselect9", 3681); - _static_2(A, "payment_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect9", 3682); - _static_2(A, "payment_reducer___clearListMultiselect$closure", "_clearListMultiselect9", 3683); - _static_2(A, "payment_reducer___purgeClientSuccess$closure", "_purgeClientSuccess3", 3684); - _static_2(A, "payment_reducer___archivePaymentSuccess$closure", "_archivePaymentSuccess", 3685); - _static_2(A, "payment_reducer___deletePaymentSuccess$closure", "_deletePaymentSuccess", 3686); - _static_2(A, "payment_reducer___restorePaymentSuccess$closure", "_restorePaymentSuccess", 3687); - _static_2(A, "payment_reducer___addPayment$closure", "_addPayment", 3688); - _static_2(A, "payment_reducer___updatePayment$closure", "_updatePayment", 3689); - _static_2(A, "payment_reducer___setLoadedPayment$closure", "_setLoadedPayment", 3690); - _static_2(A, "payment_reducer___setLoadedPayments$closure", "_setLoadedPayments", 3691); - _static_2(A, "payment_reducer___setLoadedCompany$closure", "_setLoadedCompany9", 3692); - _static_2(A, "payment_term_reducer___clearEditing$closure", "_clearEditing8", 3693); - _static_2(A, "payment_term_reducer___updateEditing$closure", "_updateEditing9", 3694); - _static_2(A, "payment_term_reducer___viewPaymentTermList$closure", "_viewPaymentTermList0", 3695); - _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom1$closure", "_filterPaymentTermsByCustom1", 3696); - _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom2$closure", "_filterPaymentTermsByCustom2", 3697); - _static_2(A, "payment_term_reducer___filterPaymentTermsByState$closure", "_filterPaymentTermsByState", 3698); - _static_2(A, "payment_term_reducer___filterPaymentTerms$closure", "_filterPaymentTerms", 3699); - _static_2(A, "payment_term_reducer___sortPaymentTerms$closure", "_sortPaymentTerms", 3700); - _static_2(A, "payment_term_reducer___startListMultiselect$closure", "_startListMultiselect10", 3701); - _static_2(A, "payment_term_reducer___addToListMultiselect$closure", "_addToListMultiselect10", 3702); - _static_2(A, "payment_term_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect10", 3703); - _static_2(A, "payment_term_reducer___clearListMultiselect$closure", "_clearListMultiselect10", 3704); - _static_2(A, "payment_term_reducer___archivePaymentTermSuccess$closure", "_archivePaymentTermSuccess", 3705); - _static_2(A, "payment_term_reducer___deletePaymentTermSuccess$closure", "_deletePaymentTermSuccess", 3706); - _static_2(A, "payment_term_reducer___restorePaymentTermSuccess$closure", "_restorePaymentTermSuccess", 3707); - _static_2(A, "payment_term_reducer___addPaymentTerm$closure", "_addPaymentTerm", 3708); - _static_2(A, "payment_term_reducer___updatePaymentTerm$closure", "_updatePaymentTerm", 3709); - _static_2(A, "payment_term_reducer___setLoadedPaymentTerm$closure", "_setLoadedPaymentTerm", 3710); - _static_2(A, "payment_term_reducer___setLoadedPaymentTerms$closure", "_setLoadedPaymentTerms", 3711); - _static_2(A, "payment_term_reducer___setLoadedCompany$closure", "_setLoadedCompany10", 3712); - _static_2(A, "product_reducer___clearEditing$closure", "_clearEditing9", 3713); - _static_2(A, "product_reducer___updateEditing$closure", "_updateEditing10", 3714); - _static_2(A, "product_reducer___viewProductList$closure", "_viewProductList0", 3715); - _static_2(A, "product_reducer___filterProductsByState$closure", "_filterProductsByState", 3716); - _static_2(A, "product_reducer___filterProductsByCustom1$closure", "_filterProductsByCustom1", 3717); - _static_2(A, "product_reducer___filterProductsByCustom2$closure", "_filterProductsByCustom2", 3718); - _static_2(A, "product_reducer___filterProductsByCustom3$closure", "_filterProductsByCustom3", 3719); - _static_2(A, "product_reducer___filterProductsByCustom4$closure", "_filterProductsByCustom4", 3720); - _static_2(A, "product_reducer___filterProducts$closure", "_filterProducts", 3721); - _static_2(A, "product_reducer___sortProducts$closure", "_sortProducts", 3722); - _static_2(A, "product_reducer___startListMultiselect$closure", "_startListMultiselect11", 3723); - _static_2(A, "product_reducer___addToListMultiselect$closure", "_addToListMultiselect11", 3724); - _static_2(A, "product_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect11", 3725); - _static_2(A, "product_reducer___clearListMultiselect$closure", "_clearListMultiselect11", 3726); - _static_2(A, "product_reducer___archiveProductSuccess$closure", "_archiveProductSuccess", 3727); - _static_2(A, "product_reducer___deleteProductSuccess$closure", "_deleteProductSuccess", 3728); - _static_2(A, "product_reducer___restoreProductSuccess$closure", "_restoreProductSuccess", 3729); - _static_2(A, "product_reducer___setTaxCategoryProductsSuccess$closure", "_setTaxCategoryProductsSuccess", 3730); - _static_2(A, "product_reducer___addProduct$closure", "_addProduct", 3731); - _static_2(A, "product_reducer___updateProduct$closure", "_updateProduct", 3732); - _static_2(A, "product_reducer___setLoadedProduct$closure", "_setLoadedProduct", 3733); - _static_2(A, "product_reducer___setLoadedProducts$closure", "_setLoadedProducts", 3734); - _static_2(A, "product_reducer___setLoadedCompany$closure", "_setLoadedCompany11", 3735); - _static_2(A, "project_reducer___clearEditing$closure", "_clearEditing10", 3736); - _static_2(A, "project_reducer___updateEditing$closure", "_updateEditing11", 3737); - _static_2(A, "project_reducer___viewProjectList$closure", "_viewProjectList0", 3738); - _static_2(A, "project_reducer___filterProjectsByCustom1$closure", "_filterProjectsByCustom1", 3739); - _static_2(A, "project_reducer___filterProjectsByCustom2$closure", "_filterProjectsByCustom2", 3740); - _static_2(A, "project_reducer___filterProjectsByCustom3$closure", "_filterProjectsByCustom3", 3741); - _static_2(A, "project_reducer___filterProjectsByCustom4$closure", "_filterProjectsByCustom4", 3742); - _static_2(A, "project_reducer___filterProjectsByState$closure", "_filterProjectsByState", 3743); - _static_2(A, "project_reducer___filterProjects$closure", "_filterProjects", 3744); - _static_2(A, "project_reducer___sortProjects$closure", "_sortProjects", 3745); - _static_2(A, "project_reducer___startListMultiselect$closure", "_startListMultiselect12", 3746); - _static_2(A, "project_reducer___addToListMultiselect$closure", "_addToListMultiselect12", 3747); - _static_2(A, "project_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect12", 3748); - _static_2(A, "project_reducer___clearListMultiselect$closure", "_clearListMultiselect12", 3749); - _static_2(A, "project_reducer___purgeClientSuccess$closure", "_purgeClientSuccess4", 3750); - _static_2(A, "project_reducer___archiveProjectSuccess$closure", "_archiveProjectSuccess", 3751); - _static_2(A, "project_reducer___deleteProjectSuccess$closure", "_deleteProjectSuccess", 3752); - _static_2(A, "project_reducer___restoreProjectSuccess$closure", "_restoreProjectSuccess", 3753); - _static_2(A, "project_reducer___addProject$closure", "_addProject", 3754); - _static_2(A, "project_reducer___updateProject$closure", "_updateProject", 3755); - _static_2(A, "project_reducer___setLoadedProject$closure", "_setLoadedProject", 3756); - _static_2(A, "project_reducer___setLoadedProjects$closure", "_setLoadedProjects", 3757); - _static_2(A, "project_reducer___setLoadedCompany$closure", "_setLoadedCompany12", 3758); + _static_2(A, "invoice_reducer___addInvoiceItem$closure", "_addInvoiceItem", 711); + _static_2(A, "invoice_reducer___addInvoiceItems$closure", "_addInvoiceItems", 3638); + _static_2(A, "invoice_reducer___removeInvoiceItem$closure", "_removeInvoiceItem", 3639); + _static_2(A, "invoice_reducer___updateInvoiceItem$closure", "_updateInvoiceItem", 3640); + _static_2(A, "invoice_reducer___viewInvoiceList$closure", "_viewInvoiceList0", 3641); + _static_2(A, "invoice_reducer___filterInvoicesByCustom1$closure", "_filterInvoicesByCustom1", 3642); + _static_2(A, "invoice_reducer___filterInvoicesByCustom2$closure", "_filterInvoicesByCustom2", 3643); + _static_2(A, "invoice_reducer___filterInvoicesByCustom3$closure", "_filterInvoicesByCustom3", 3644); + _static_2(A, "invoice_reducer___filterInvoicesByCustom4$closure", "_filterInvoicesByCustom4", 3645); + _static_2(A, "invoice_reducer___filterInvoicesByState$closure", "_filterInvoicesByState", 3646); + _static_2(A, "invoice_reducer___filterInvoicesByStatus$closure", "_filterInvoicesByStatus", 3647); + _static_2(A, "invoice_reducer___filterInvoices$closure", "_filterInvoices", 3648); + _static_2(A, "invoice_reducer___sortInvoices$closure", "_sortInvoices", 3649); + _static_2(A, "invoice_reducer___startListMultiselect$closure", "_startListMultiselect8", 3650); + _static_2(A, "invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect8", 3651); + _static_2(A, "invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect8", 3652); + _static_2(A, "invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect8", 3653); + _static_2(A, "invoice_reducer___purgeClientSuccess$closure", "_purgeClientSuccess2", 3654); + _static_2(A, "invoice_reducer___markInvoicesSentSuccess$closure", "_markInvoicesSentSuccess", 3655); + _static_2(A, "invoice_reducer___markInvoicesPaidSuccess$closure", "_markInvoicesPaidSuccess", 3656); + _static_2(A, "invoice_reducer___cancelInvoicesSuccess$closure", "_cancelInvoicesSuccess", 3657); + _static_2(A, "invoice_reducer___archiveInvoiceSuccess$closure", "_archiveInvoiceSuccess", 3658); + _static_2(A, "invoice_reducer___deleteInvoiceSuccess$closure", "_deleteInvoiceSuccess", 3659); + _static_2(A, "invoice_reducer___emailInvoiceSuccess$closure", "_emailInvoiceSuccess", 3660); + _static_2(A, "invoice_reducer___restoreInvoiceSuccess$closure", "_restoreInvoiceSuccess", 3661); + _static_2(A, "invoice_reducer___addInvoice$closure", "_addInvoice", 3662); + _static_2(A, "invoice_reducer___updateInvoice$closure", "_updateInvoice", 3663); + _static_2(A, "invoice_reducer___setLoadedInvoices$closure", "_setLoadedInvoices", 3664); + _static_2(A, "invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany8", 3665); + _static_2(A, "payment_reducer___clearEditing$closure", "_clearEditing7", 3666); + _static_2(A, "payment_reducer___updateEditing$closure", "_updateEditing8", 3667); + _static_2(A, "payment_reducer___viewPaymentList$closure", "_viewPaymentList0", 3668); + _static_2(A, "payment_reducer___filterPaymentsByCustom1$closure", "_filterPaymentsByCustom1", 3669); + _static_2(A, "payment_reducer___filterPaymentsByCustom2$closure", "_filterPaymentsByCustom2", 3670); + _static_2(A, "payment_reducer___filterPaymentsByCustom3$closure", "_filterPaymentsByCustom3", 3671); + _static_2(A, "payment_reducer___filterPaymentsByCustom4$closure", "_filterPaymentsByCustom4", 3672); + _static_2(A, "payment_reducer___filterPaymentsByState$closure", "_filterPaymentsByState", 3673); + _static_2(A, "payment_reducer___filterPaymentsByStatus$closure", "_filterPaymentsByStatus", 3674); + _static_2(A, "payment_reducer___filterPayments$closure", "_filterPayments", 3675); + _static_2(A, "payment_reducer___sortPayments$closure", "_sortPayments", 3676); + _static_2(A, "payment_reducer___startListMultiselect$closure", "_startListMultiselect9", 3677); + _static_2(A, "payment_reducer___addToListMultiselect$closure", "_addToListMultiselect9", 3678); + _static_2(A, "payment_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect9", 3679); + _static_2(A, "payment_reducer___clearListMultiselect$closure", "_clearListMultiselect9", 3680); + _static_2(A, "payment_reducer___purgeClientSuccess$closure", "_purgeClientSuccess3", 3681); + _static_2(A, "payment_reducer___archivePaymentSuccess$closure", "_archivePaymentSuccess", 3682); + _static_2(A, "payment_reducer___deletePaymentSuccess$closure", "_deletePaymentSuccess", 3683); + _static_2(A, "payment_reducer___restorePaymentSuccess$closure", "_restorePaymentSuccess", 3684); + _static_2(A, "payment_reducer___addPayment$closure", "_addPayment", 3685); + _static_2(A, "payment_reducer___updatePayment$closure", "_updatePayment", 3686); + _static_2(A, "payment_reducer___setLoadedPayment$closure", "_setLoadedPayment", 3687); + _static_2(A, "payment_reducer___setLoadedPayments$closure", "_setLoadedPayments", 3688); + _static_2(A, "payment_reducer___setLoadedCompany$closure", "_setLoadedCompany9", 3689); + _static_2(A, "payment_term_reducer___clearEditing$closure", "_clearEditing8", 3690); + _static_2(A, "payment_term_reducer___updateEditing$closure", "_updateEditing9", 3691); + _static_2(A, "payment_term_reducer___viewPaymentTermList$closure", "_viewPaymentTermList0", 3692); + _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom1$closure", "_filterPaymentTermsByCustom1", 3693); + _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom2$closure", "_filterPaymentTermsByCustom2", 3694); + _static_2(A, "payment_term_reducer___filterPaymentTermsByState$closure", "_filterPaymentTermsByState", 3695); + _static_2(A, "payment_term_reducer___filterPaymentTerms$closure", "_filterPaymentTerms", 3696); + _static_2(A, "payment_term_reducer___sortPaymentTerms$closure", "_sortPaymentTerms", 3697); + _static_2(A, "payment_term_reducer___startListMultiselect$closure", "_startListMultiselect10", 3698); + _static_2(A, "payment_term_reducer___addToListMultiselect$closure", "_addToListMultiselect10", 3699); + _static_2(A, "payment_term_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect10", 3700); + _static_2(A, "payment_term_reducer___clearListMultiselect$closure", "_clearListMultiselect10", 3701); + _static_2(A, "payment_term_reducer___archivePaymentTermSuccess$closure", "_archivePaymentTermSuccess", 3702); + _static_2(A, "payment_term_reducer___deletePaymentTermSuccess$closure", "_deletePaymentTermSuccess", 3703); + _static_2(A, "payment_term_reducer___restorePaymentTermSuccess$closure", "_restorePaymentTermSuccess", 3704); + _static_2(A, "payment_term_reducer___addPaymentTerm$closure", "_addPaymentTerm", 3705); + _static_2(A, "payment_term_reducer___updatePaymentTerm$closure", "_updatePaymentTerm", 3706); + _static_2(A, "payment_term_reducer___setLoadedPaymentTerm$closure", "_setLoadedPaymentTerm", 3707); + _static_2(A, "payment_term_reducer___setLoadedPaymentTerms$closure", "_setLoadedPaymentTerms", 3708); + _static_2(A, "payment_term_reducer___setLoadedCompany$closure", "_setLoadedCompany10", 3709); + _static_2(A, "product_reducer___clearEditing$closure", "_clearEditing9", 3710); + _static_2(A, "product_reducer___updateEditing$closure", "_updateEditing10", 3711); + _static_2(A, "product_reducer___viewProductList$closure", "_viewProductList0", 3712); + _static_2(A, "product_reducer___filterProductsByState$closure", "_filterProductsByState", 3713); + _static_2(A, "product_reducer___filterProductsByCustom1$closure", "_filterProductsByCustom1", 3714); + _static_2(A, "product_reducer___filterProductsByCustom2$closure", "_filterProductsByCustom2", 3715); + _static_2(A, "product_reducer___filterProductsByCustom3$closure", "_filterProductsByCustom3", 3716); + _static_2(A, "product_reducer___filterProductsByCustom4$closure", "_filterProductsByCustom4", 3717); + _static_2(A, "product_reducer___filterProducts$closure", "_filterProducts", 3718); + _static_2(A, "product_reducer___sortProducts$closure", "_sortProducts", 3719); + _static_2(A, "product_reducer___startListMultiselect$closure", "_startListMultiselect11", 3720); + _static_2(A, "product_reducer___addToListMultiselect$closure", "_addToListMultiselect11", 3721); + _static_2(A, "product_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect11", 3722); + _static_2(A, "product_reducer___clearListMultiselect$closure", "_clearListMultiselect11", 3723); + _static_2(A, "product_reducer___archiveProductSuccess$closure", "_archiveProductSuccess", 3724); + _static_2(A, "product_reducer___deleteProductSuccess$closure", "_deleteProductSuccess", 3725); + _static_2(A, "product_reducer___restoreProductSuccess$closure", "_restoreProductSuccess", 3726); + _static_2(A, "product_reducer___setTaxCategoryProductsSuccess$closure", "_setTaxCategoryProductsSuccess", 3727); + _static_2(A, "product_reducer___addProduct$closure", "_addProduct", 3728); + _static_2(A, "product_reducer___updateProduct$closure", "_updateProduct", 3729); + _static_2(A, "product_reducer___setLoadedProduct$closure", "_setLoadedProduct", 3730); + _static_2(A, "product_reducer___setLoadedProducts$closure", "_setLoadedProducts", 3731); + _static_2(A, "product_reducer___setLoadedCompany$closure", "_setLoadedCompany11", 3732); + _static_2(A, "project_reducer___clearEditing$closure", "_clearEditing10", 3733); + _static_2(A, "project_reducer___updateEditing$closure", "_updateEditing11", 3734); + _static_2(A, "project_reducer___viewProjectList$closure", "_viewProjectList0", 3735); + _static_2(A, "project_reducer___filterProjectsByCustom1$closure", "_filterProjectsByCustom1", 3736); + _static_2(A, "project_reducer___filterProjectsByCustom2$closure", "_filterProjectsByCustom2", 3737); + _static_2(A, "project_reducer___filterProjectsByCustom3$closure", "_filterProjectsByCustom3", 3738); + _static_2(A, "project_reducer___filterProjectsByCustom4$closure", "_filterProjectsByCustom4", 3739); + _static_2(A, "project_reducer___filterProjectsByState$closure", "_filterProjectsByState", 3740); + _static_2(A, "project_reducer___filterProjects$closure", "_filterProjects", 3741); + _static_2(A, "project_reducer___sortProjects$closure", "_sortProjects", 3742); + _static_2(A, "project_reducer___startListMultiselect$closure", "_startListMultiselect12", 3743); + _static_2(A, "project_reducer___addToListMultiselect$closure", "_addToListMultiselect12", 3744); + _static_2(A, "project_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect12", 3745); + _static_2(A, "project_reducer___clearListMultiselect$closure", "_clearListMultiselect12", 3746); + _static_2(A, "project_reducer___purgeClientSuccess$closure", "_purgeClientSuccess4", 3747); + _static_2(A, "project_reducer___archiveProjectSuccess$closure", "_archiveProjectSuccess", 3748); + _static_2(A, "project_reducer___deleteProjectSuccess$closure", "_deleteProjectSuccess", 3749); + _static_2(A, "project_reducer___restoreProjectSuccess$closure", "_restoreProjectSuccess", 3750); + _static_2(A, "project_reducer___addProject$closure", "_addProject", 3751); + _static_2(A, "project_reducer___updateProject$closure", "_updateProject", 3752); + _static_2(A, "project_reducer___setLoadedProject$closure", "_setLoadedProject", 3753); + _static_2(A, "project_reducer___setLoadedProjects$closure", "_setLoadedProjects", 3754); + _static_2(A, "project_reducer___setLoadedCompany$closure", "_setLoadedCompany12", 3755); _static_2(A, "purchase_order_reducer___clearEditing$closure", "_clearEditing11", 264); - _static_2(A, "purchase_order_reducer___updateEditing$closure", "_updateEditing12", 373); - _static_2(A, "purchase_order_reducer___addPurchaseOrderItem$closure", "_addPurchaseOrderItem", 788); - _static_2(A, "purchase_order_reducer___addPurchaseOrderItems$closure", "_addPurchaseOrderItems", 3759); - _static_2(A, "purchase_order_reducer___removePurchaseOrderItem$closure", "_removePurchaseOrderItem", 3760); - _static_2(A, "purchase_order_reducer___updatePurchaseOrderItem$closure", "_updatePurchaseOrderItem", 3761); - _static_2(A, "purchase_order_reducer___viewPurchaseOrderList$closure", "_viewPurchaseOrderList0", 3762); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom1$closure", "_filterPurchaseOrdersByCustom1", 3763); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom2$closure", "_filterPurchaseOrdersByCustom2", 3764); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom3$closure", "_filterPurchaseOrdersByCustom3", 3765); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom4$closure", "_filterPurchaseOrdersByCustom4", 3766); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByState$closure", "_filterPurchaseOrdersByState", 3767); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByStatus$closure", "_filterPurchaseOrdersByStatus", 3768); - _static_2(A, "purchase_order_reducer___filterPurchaseOrders$closure", "_filterPurchaseOrders", 3769); - _static_2(A, "purchase_order_reducer___sortPurchaseOrders$closure", "_sortPurchaseOrders", 3770); - _static_2(A, "purchase_order_reducer___startListMultiselect$closure", "_startListMultiselect13", 3771); - _static_2(A, "purchase_order_reducer___addToListMultiselect$closure", "_addToListMultiselect13", 3772); - _static_2(A, "purchase_order_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect13", 3773); - _static_2(A, "purchase_order_reducer___clearListMultiselect$closure", "_clearListMultiselect13", 3774); - _static_2(A, "purchase_order_reducer___markSentPurchaseOrderSuccess$closure", "_markSentPurchaseOrderSuccess", 3775); - _static_2(A, "purchase_order_reducer___convertPurchaseOrdersToExpenses$closure", "_convertPurchaseOrdersToExpenses", 3776); - _static_2(A, "purchase_order_reducer___addPurchaseOrdersToInventorySuccess$closure", "_addPurchaseOrdersToInventorySuccess", 3777); - _static_2(A, "purchase_order_reducer___acceptPurchaseOrderSuccess$closure", "_acceptPurchaseOrderSuccess", 3778); - _static_2(A, "purchase_order_reducer___cancelPurchaseOrderSuccess$closure", "_cancelPurchaseOrderSuccess", 3779); - _static_2(A, "purchase_order_reducer___archivePurchaseOrderSuccess$closure", "_archivePurchaseOrderSuccess", 3780); - _static_2(A, "purchase_order_reducer___deletePurchaseOrderSuccess$closure", "_deletePurchaseOrderSuccess", 3781); - _static_2(A, "purchase_order_reducer___restorePurchaseOrderSuccess$closure", "_restorePurchaseOrderSuccess", 3782); - _static_2(A, "purchase_order_reducer___emailPurchaseOrderSuccess$closure", "_emailPurchaseOrderSuccess", 3783); - _static_2(A, "purchase_order_reducer___approvePurchaseOrderSuccess$closure", "_approvePurchaseOrderSuccess", 3784); - _static_2(A, "purchase_order_reducer___addPurchaseOrder$closure", "_addPurchaseOrder", 3785); - _static_2(A, "purchase_order_reducer___updatePurchaseOrder$closure", "_updatePurchaseOrder", 3786); - _static_2(A, "purchase_order_reducer___setLoadedPurchaseOrders$closure", "_setLoadedPurchaseOrders", 3787); - _static_2(A, "purchase_order_reducer___setLoadedCompany$closure", "_setLoadedCompany13", 3788); + _static_2(A, "purchase_order_reducer___updateEditing$closure", "_updateEditing12", 416); + _static_2(A, "purchase_order_reducer___addPurchaseOrderItem$closure", "_addPurchaseOrderItem", 675); + _static_2(A, "purchase_order_reducer___addPurchaseOrderItems$closure", "_addPurchaseOrderItems", 3756); + _static_2(A, "purchase_order_reducer___removePurchaseOrderItem$closure", "_removePurchaseOrderItem", 3757); + _static_2(A, "purchase_order_reducer___updatePurchaseOrderItem$closure", "_updatePurchaseOrderItem", 3758); + _static_2(A, "purchase_order_reducer___viewPurchaseOrderList$closure", "_viewPurchaseOrderList0", 3759); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom1$closure", "_filterPurchaseOrdersByCustom1", 3760); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom2$closure", "_filterPurchaseOrdersByCustom2", 3761); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom3$closure", "_filterPurchaseOrdersByCustom3", 3762); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom4$closure", "_filterPurchaseOrdersByCustom4", 3763); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByState$closure", "_filterPurchaseOrdersByState", 3764); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByStatus$closure", "_filterPurchaseOrdersByStatus", 3765); + _static_2(A, "purchase_order_reducer___filterPurchaseOrders$closure", "_filterPurchaseOrders", 3766); + _static_2(A, "purchase_order_reducer___sortPurchaseOrders$closure", "_sortPurchaseOrders", 3767); + _static_2(A, "purchase_order_reducer___startListMultiselect$closure", "_startListMultiselect13", 3768); + _static_2(A, "purchase_order_reducer___addToListMultiselect$closure", "_addToListMultiselect13", 3769); + _static_2(A, "purchase_order_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect13", 3770); + _static_2(A, "purchase_order_reducer___clearListMultiselect$closure", "_clearListMultiselect13", 3771); + _static_2(A, "purchase_order_reducer___markSentPurchaseOrderSuccess$closure", "_markSentPurchaseOrderSuccess", 3772); + _static_2(A, "purchase_order_reducer___convertPurchaseOrdersToExpenses$closure", "_convertPurchaseOrdersToExpenses", 3773); + _static_2(A, "purchase_order_reducer___addPurchaseOrdersToInventorySuccess$closure", "_addPurchaseOrdersToInventorySuccess", 3774); + _static_2(A, "purchase_order_reducer___acceptPurchaseOrderSuccess$closure", "_acceptPurchaseOrderSuccess", 3775); + _static_2(A, "purchase_order_reducer___cancelPurchaseOrderSuccess$closure", "_cancelPurchaseOrderSuccess", 3776); + _static_2(A, "purchase_order_reducer___archivePurchaseOrderSuccess$closure", "_archivePurchaseOrderSuccess", 3777); + _static_2(A, "purchase_order_reducer___deletePurchaseOrderSuccess$closure", "_deletePurchaseOrderSuccess", 3778); + _static_2(A, "purchase_order_reducer___restorePurchaseOrderSuccess$closure", "_restorePurchaseOrderSuccess", 3779); + _static_2(A, "purchase_order_reducer___emailPurchaseOrderSuccess$closure", "_emailPurchaseOrderSuccess", 3780); + _static_2(A, "purchase_order_reducer___approvePurchaseOrderSuccess$closure", "_approvePurchaseOrderSuccess", 3781); + _static_2(A, "purchase_order_reducer___addPurchaseOrder$closure", "_addPurchaseOrder", 3782); + _static_2(A, "purchase_order_reducer___updatePurchaseOrder$closure", "_updatePurchaseOrder", 3783); + _static_2(A, "purchase_order_reducer___setLoadedPurchaseOrders$closure", "_setLoadedPurchaseOrders", 3784); + _static_2(A, "purchase_order_reducer___setLoadedCompany$closure", "_setLoadedCompany13", 3785); _static_2(A, "quote_reducer___clearEditing$closure", "_clearEditing12", 264); - _static_2(A, "quote_reducer___updateEditing$closure", "_updateEditing13", 373); - _static_2(A, "quote_reducer___addQuoteItem$closure", "_addQuoteItem", 785); - _static_2(A, "quote_reducer___addQuoteItems$closure", "_addQuoteItems", 3789); - _static_2(A, "quote_reducer___removeQuoteItem$closure", "_removeQuoteItem", 3790); - _static_2(A, "quote_reducer___updateQuoteItem$closure", "_updateQuoteItem", 3791); - _static_2(A, "quote_reducer___viewQuoteList$closure", "_viewQuoteList0", 3792); - _static_2(A, "quote_reducer___filterQuotesByCustom1$closure", "_filterQuotesByCustom1", 3793); - _static_2(A, "quote_reducer___filterQuotesByCustom2$closure", "_filterQuotesByCustom2", 3794); - _static_2(A, "quote_reducer___filterQuotesByCustom3$closure", "_filterQuotesByCustom3", 3795); - _static_2(A, "quote_reducer___filterQuotesByCustom4$closure", "_filterQuotesByCustom4", 3796); - _static_2(A, "quote_reducer___filterQuotesByState$closure", "_filterQuotesByState", 3797); - _static_2(A, "quote_reducer___filterQuotesByStatus$closure", "_filterQuotesByStatus", 3798); - _static_2(A, "quote_reducer___filterQuotes$closure", "_filterQuotes", 3799); - _static_2(A, "quote_reducer___sortQuotes$closure", "_sortQuotes", 3800); - _static_2(A, "quote_reducer___startListMultiselect$closure", "_startListMultiselect14", 3801); - _static_2(A, "quote_reducer___addToListMultiselect$closure", "_addToListMultiselect14", 3802); - _static_2(A, "quote_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect14", 3803); - _static_2(A, "quote_reducer___clearListMultiselect$closure", "_clearListMultiselect14", 3804); - _static_2(A, "quote_reducer___purgeClientSuccess$closure", "_purgeClientSuccess5", 3805); - _static_2(A, "quote_reducer___markSentQuoteSuccess$closure", "_markSentQuoteSuccess", 3806); - _static_2(A, "quote_reducer___archiveQuoteSuccess$closure", "_archiveQuoteSuccess", 3807); - _static_2(A, "quote_reducer___deleteQuoteSuccess$closure", "_deleteQuoteSuccess", 3808); - _static_2(A, "quote_reducer___restoreQuoteSuccess$closure", "_restoreQuoteSuccess", 3809); - _static_2(A, "quote_reducer___emailQuoteSuccess$closure", "_emailQuoteSuccess", 3810); - _static_2(A, "quote_reducer___convertQuotesToInvoicesSuccess$closure", "_convertQuotesToInvoicesSuccess", 3811); - _static_2(A, "quote_reducer___convertQuotesToProjectsSuccess$closure", "_convertQuotesToProjectsSuccess", 3812); - _static_2(A, "quote_reducer___addQuote$closure", "_addQuote", 3813); - _static_2(A, "quote_reducer___updateQuote$closure", "_updateQuote", 3814); - _static_2(A, "quote_reducer___setLoadedQuotes$closure", "_setLoadedQuotes", 3815); - _static_2(A, "quote_reducer___setLoadedCompany$closure", "_setLoadedCompany14", 3816); - _static_2(A, "recurring_expense_reducer___clearEditing$closure", "_clearEditing13", 856); - _static_2(A, "recurring_expense_reducer___updateEditing$closure", "_updateEditing14", 851); - _static_2(A, "recurring_expense_reducer___viewRecurringExpenseList$closure", "_viewRecurringExpenseList0", 3817); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom1$closure", "_filterRecurringExpensesByCustom1", 3818); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom2$closure", "_filterRecurringExpensesByCustom2", 3819); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByState$closure", "_filterRecurringExpensesByState", 3820); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByStatus$closure", "_filterRecurringExpensesByStatus", 3821); - _static_2(A, "recurring_expense_reducer___filterRecurringExpenses$closure", "_filterRecurringExpenses", 3822); - _static_2(A, "recurring_expense_reducer___sortRecurringExpenses$closure", "_sortRecurringExpenses", 3823); - _static_2(A, "recurring_expense_reducer___startListMultiselect$closure", "_startListMultiselect15", 3824); - _static_2(A, "recurring_expense_reducer___addToListMultiselect$closure", "_addToListMultiselect15", 3825); - _static_2(A, "recurring_expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect15", 3826); - _static_2(A, "recurring_expense_reducer___clearListMultiselect$closure", "_clearListMultiselect15", 3827); - _static_2(A, "recurring_expense_reducer___purgeClientSuccess$closure", "_purgeClientSuccess6", 3828); - _static_2(A, "recurring_expense_reducer___archiveRecurringExpenseSuccess$closure", "_archiveRecurringExpenseSuccess", 3829); - _static_2(A, "recurring_expense_reducer___deleteRecurringExpenseSuccess$closure", "_deleteRecurringExpenseSuccess", 3830); - _static_2(A, "recurring_expense_reducer___restoreRecurringExpenseSuccess$closure", "_restoreRecurringExpenseSuccess", 3831); - _static_2(A, "recurring_expense_reducer___addRecurringExpense$closure", "_addRecurringExpense", 3832); - _static_2(A, "recurring_expense_reducer___updateRecurringExpense$closure", "_updateRecurringExpense", 3833); - _static_2(A, "recurring_expense_reducer___startRecurringExpensesSuccess$closure", "_startRecurringExpensesSuccess", 3834); - _static_2(A, "recurring_expense_reducer___stopRecurringExpensesSuccess$closure", "_stopRecurringExpensesSuccess", 3835); - _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpense$closure", "_setLoadedRecurringExpense", 3836); - _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpenses$closure", "_setLoadedRecurringExpenses", 3837); - _static_2(A, "recurring_expense_reducer___setLoadedCompany$closure", "_setLoadedCompany15", 3838); + _static_2(A, "quote_reducer___updateEditing$closure", "_updateEditing13", 416); + _static_2(A, "quote_reducer___addQuoteItem$closure", "_addQuoteItem", 672); + _static_2(A, "quote_reducer___addQuoteItems$closure", "_addQuoteItems", 3786); + _static_2(A, "quote_reducer___removeQuoteItem$closure", "_removeQuoteItem", 3787); + _static_2(A, "quote_reducer___updateQuoteItem$closure", "_updateQuoteItem", 3788); + _static_2(A, "quote_reducer___viewQuoteList$closure", "_viewQuoteList0", 3789); + _static_2(A, "quote_reducer___filterQuotesByCustom1$closure", "_filterQuotesByCustom1", 3790); + _static_2(A, "quote_reducer___filterQuotesByCustom2$closure", "_filterQuotesByCustom2", 3791); + _static_2(A, "quote_reducer___filterQuotesByCustom3$closure", "_filterQuotesByCustom3", 3792); + _static_2(A, "quote_reducer___filterQuotesByCustom4$closure", "_filterQuotesByCustom4", 3793); + _static_2(A, "quote_reducer___filterQuotesByState$closure", "_filterQuotesByState", 3794); + _static_2(A, "quote_reducer___filterQuotesByStatus$closure", "_filterQuotesByStatus", 3795); + _static_2(A, "quote_reducer___filterQuotes$closure", "_filterQuotes", 3796); + _static_2(A, "quote_reducer___sortQuotes$closure", "_sortQuotes", 3797); + _static_2(A, "quote_reducer___startListMultiselect$closure", "_startListMultiselect14", 3798); + _static_2(A, "quote_reducer___addToListMultiselect$closure", "_addToListMultiselect14", 3799); + _static_2(A, "quote_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect14", 3800); + _static_2(A, "quote_reducer___clearListMultiselect$closure", "_clearListMultiselect14", 3801); + _static_2(A, "quote_reducer___purgeClientSuccess$closure", "_purgeClientSuccess5", 3802); + _static_2(A, "quote_reducer___markSentQuoteSuccess$closure", "_markSentQuoteSuccess", 3803); + _static_2(A, "quote_reducer___archiveQuoteSuccess$closure", "_archiveQuoteSuccess", 3804); + _static_2(A, "quote_reducer___deleteQuoteSuccess$closure", "_deleteQuoteSuccess", 3805); + _static_2(A, "quote_reducer___restoreQuoteSuccess$closure", "_restoreQuoteSuccess", 3806); + _static_2(A, "quote_reducer___emailQuoteSuccess$closure", "_emailQuoteSuccess", 3807); + _static_2(A, "quote_reducer___convertQuotesToInvoicesSuccess$closure", "_convertQuotesToInvoicesSuccess", 3808); + _static_2(A, "quote_reducer___convertQuotesToProjectsSuccess$closure", "_convertQuotesToProjectsSuccess", 3809); + _static_2(A, "quote_reducer___addQuote$closure", "_addQuote", 3810); + _static_2(A, "quote_reducer___updateQuote$closure", "_updateQuote", 3811); + _static_2(A, "quote_reducer___setLoadedQuotes$closure", "_setLoadedQuotes", 3812); + _static_2(A, "quote_reducer___setLoadedCompany$closure", "_setLoadedCompany14", 3813); + _static_2(A, "recurring_expense_reducer___clearEditing$closure", "_clearEditing13", 703); + _static_2(A, "recurring_expense_reducer___updateEditing$closure", "_updateEditing14", 729); + _static_2(A, "recurring_expense_reducer___viewRecurringExpenseList$closure", "_viewRecurringExpenseList0", 3814); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom1$closure", "_filterRecurringExpensesByCustom1", 3815); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom2$closure", "_filterRecurringExpensesByCustom2", 3816); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByState$closure", "_filterRecurringExpensesByState", 3817); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByStatus$closure", "_filterRecurringExpensesByStatus", 3818); + _static_2(A, "recurring_expense_reducer___filterRecurringExpenses$closure", "_filterRecurringExpenses", 3819); + _static_2(A, "recurring_expense_reducer___sortRecurringExpenses$closure", "_sortRecurringExpenses", 3820); + _static_2(A, "recurring_expense_reducer___startListMultiselect$closure", "_startListMultiselect15", 3821); + _static_2(A, "recurring_expense_reducer___addToListMultiselect$closure", "_addToListMultiselect15", 3822); + _static_2(A, "recurring_expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect15", 3823); + _static_2(A, "recurring_expense_reducer___clearListMultiselect$closure", "_clearListMultiselect15", 3824); + _static_2(A, "recurring_expense_reducer___purgeClientSuccess$closure", "_purgeClientSuccess6", 3825); + _static_2(A, "recurring_expense_reducer___archiveRecurringExpenseSuccess$closure", "_archiveRecurringExpenseSuccess", 3826); + _static_2(A, "recurring_expense_reducer___deleteRecurringExpenseSuccess$closure", "_deleteRecurringExpenseSuccess", 3827); + _static_2(A, "recurring_expense_reducer___restoreRecurringExpenseSuccess$closure", "_restoreRecurringExpenseSuccess", 3828); + _static_2(A, "recurring_expense_reducer___addRecurringExpense$closure", "_addRecurringExpense", 3829); + _static_2(A, "recurring_expense_reducer___updateRecurringExpense$closure", "_updateRecurringExpense", 3830); + _static_2(A, "recurring_expense_reducer___startRecurringExpensesSuccess$closure", "_startRecurringExpensesSuccess", 3831); + _static_2(A, "recurring_expense_reducer___stopRecurringExpensesSuccess$closure", "_stopRecurringExpensesSuccess", 3832); + _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpense$closure", "_setLoadedRecurringExpense", 3833); + _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpenses$closure", "_setLoadedRecurringExpenses", 3834); + _static_2(A, "recurring_expense_reducer___setLoadedCompany$closure", "_setLoadedCompany15", 3835); _static_2(A, "recurring_invoice_reducer___clearEditing$closure", "_clearEditing14", 264); - _static_2(A, "recurring_invoice_reducer___updateEditing$closure", "_updateEditing15", 373); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItem$closure", "_addRecurringInvoiceItem", 780); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItems$closure", "_addRecurringInvoiceItems", 3839); - _static_2(A, "recurring_invoice_reducer___removeRecurringInvoiceItem$closure", "_removeRecurringInvoiceItem", 3840); - _static_2(A, "recurring_invoice_reducer___updateRecurringInvoiceItem$closure", "_updateRecurringInvoiceItem", 3841); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom1$closure", "_filterRecurringInvoicesByCustom1", 3842); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom2$closure", "_filterRecurringInvoicesByCustom2", 3843); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom3$closure", "_filterRecurringInvoicesByCustom3", 3844); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom4$closure", "_filterRecurringInvoicesByCustom4", 3845); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByState$closure", "_filterRecurringInvoicesByState", 3846); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByStatus$closure", "_filterRecurringInvoicesByStatus", 3847); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoices$closure", "_filterRecurringInvoices", 3848); - _static_2(A, "recurring_invoice_reducer___sortRecurringInvoices$closure", "_sortRecurringInvoices", 3849); - _static_2(A, "recurring_invoice_reducer___startListMultiselect$closure", "_startListMultiselect16", 3850); - _static_2(A, "recurring_invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect16", 3851); - _static_2(A, "recurring_invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect16", 3852); - _static_2(A, "recurring_invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect16", 3853); - _static_2(A, "recurring_invoice_reducer___purgeClientSuccess$closure", "_purgeClientSuccess7", 3854); - _static_2(A, "recurring_invoice_reducer___archiveRecurringInvoiceSuccess$closure", "_archiveRecurringInvoiceSuccess", 3855); - _static_2(A, "recurring_invoice_reducer___deleteRecurringInvoiceSuccess$closure", "_deleteRecurringInvoiceSuccess", 3856); - _static_2(A, "recurring_invoice_reducer___emailRecurringInvoiceSuccess$closure", "_emailRecurringInvoiceSuccess", 3857); - _static_2(A, "recurring_invoice_reducer___restoreRecurringInvoiceSuccess$closure", "_restoreRecurringInvoiceSuccess", 3858); - _static_2(A, "recurring_invoice_reducer___sendNowRecurringInvoiceSuccess$closure", "_sendNowRecurringInvoiceSuccess", 3859); - _static_2(A, "recurring_invoice_reducer___startRecurringInvoicesSuccess$closure", "_startRecurringInvoicesSuccess", 3860); - _static_2(A, "recurring_invoice_reducer___stopRecurringInvoicesSuccess$closure", "_stopRecurringInvoicesSuccess", 3861); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoice$closure", "_addRecurringInvoice", 3862); - _static_2(A, "recurring_invoice_reducer___updateRecurringInvoice$closure", "_updateRecurringInvoice", 3863); - _static_2(A, "recurring_invoice_reducer___setLoadedRecurringInvoices$closure", "_setLoadedRecurringInvoices", 3864); - _static_2(A, "recurring_invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany16", 3865); - _static_2(A, "schedule_reducer___clearEditing$closure", "_clearEditing15", 3866); - _static_2(A, "schedule_reducer___updateEditing$closure", "_updateEditing16", 3867); - _static_2(A, "schedule_reducer___viewScheduleList$closure", "_viewScheduleList0", 3868); - _static_2(A, "schedule_reducer___filterSchedulesByCustom1$closure", "_filterSchedulesByCustom1", 3869); - _static_2(A, "schedule_reducer___filterSchedulesByCustom2$closure", "_filterSchedulesByCustom2", 3870); - _static_2(A, "schedule_reducer___filterSchedulesByState$closure", "_filterSchedulesByState", 3871); - _static_2(A, "schedule_reducer___filterSchedules$closure", "_filterSchedules", 3872); - _static_2(A, "schedule_reducer___sortSchedules$closure", "_sortSchedules", 3873); - _static_2(A, "schedule_reducer___startListMultiselect$closure", "_startListMultiselect17", 3874); - _static_2(A, "schedule_reducer___addToListMultiselect$closure", "_addToListMultiselect17", 3875); - _static_2(A, "schedule_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect17", 3876); - _static_2(A, "schedule_reducer___clearListMultiselect$closure", "_clearListMultiselect17", 3877); - _static_2(A, "schedule_reducer___archiveScheduleSuccess$closure", "_archiveScheduleSuccess", 3878); - _static_2(A, "schedule_reducer___deleteScheduleSuccess$closure", "_deleteScheduleSuccess", 3879); - _static_2(A, "schedule_reducer___restoreScheduleSuccess$closure", "_restoreScheduleSuccess", 3880); - _static_2(A, "schedule_reducer___addSchedule$closure", "_addSchedule", 3881); - _static_2(A, "schedule_reducer___updateSchedule$closure", "_updateSchedule", 3882); - _static_2(A, "schedule_reducer___setLoadedSchedule$closure", "_setLoadedSchedule", 3883); - _static_2(A, "schedule_reducer___setLoadedSchedules$closure", "_setLoadedSchedules", 3884); - _static_2(A, "schedule_reducer___setLoadedCompany$closure", "_setLoadedCompany17", 3885); - _static_2(A, "static_reducer__staticLoadedReducer$closure", "staticLoadedReducer", 3886); - _static_2(A, "subscription_reducer___clearEditing$closure", "_clearEditing16", 3887); - _static_2(A, "subscription_reducer___updateEditing$closure", "_updateEditing17", 3888); - _static_2(A, "subscription_reducer___filterSubscriptionsByCustom1$closure", "_filterSubscriptionsByCustom1", 3889); - _static_2(A, "subscription_reducer___filterSubscriptionsByCustom2$closure", "_filterSubscriptionsByCustom2", 3890); - _static_2(A, "subscription_reducer___filterSubscriptionsByState$closure", "_filterSubscriptionsByState", 3891); - _static_2(A, "subscription_reducer___filterSubscriptions$closure", "_filterSubscriptions", 3892); - _static_2(A, "subscription_reducer___sortSubscriptions$closure", "_sortSubscriptions", 3893); - _static_2(A, "subscription_reducer___startListMultiselect$closure", "_startListMultiselect18", 3894); - _static_2(A, "subscription_reducer___addToListMultiselect$closure", "_addToListMultiselect18", 3895); - _static_2(A, "subscription_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect18", 3896); - _static_2(A, "subscription_reducer___clearListMultiselect$closure", "_clearListMultiselect18", 3897); - _static_2(A, "subscription_reducer___archiveSubscriptionSuccess$closure", "_archiveSubscriptionSuccess", 3898); - _static_2(A, "subscription_reducer___deleteSubscriptionSuccess$closure", "_deleteSubscriptionSuccess", 3899); - _static_2(A, "subscription_reducer___restoreSubscriptionSuccess$closure", "_restoreSubscriptionSuccess", 3900); - _static_2(A, "subscription_reducer___addSubscription$closure", "_addSubscription", 3901); - _static_2(A, "subscription_reducer___updateSubscription$closure", "_updateSubscription", 3902); - _static_2(A, "subscription_reducer___setLoadedSubscription$closure", "_setLoadedSubscription", 3903); - _static_2(A, "subscription_reducer___setLoadedSubscriptions$closure", "_setLoadedSubscriptions", 3904); - _static_2(A, "subscription_reducer___setLoadedCompany$closure", "_setLoadedCompany18", 3905); - _static_2(A, "task_reducer___clearEditing$closure", "_clearEditing17", 3906); - _static_2(A, "task_reducer___updateEditing$closure", "_updateEditing18", 3907); - _static_2(A, "task_reducer___viewTaskList$closure", "_viewTaskList0", 3908); - _static_2(A, "task_reducer___filterTasksByCustom1$closure", "_filterTasksByCustom1", 3909); - _static_2(A, "task_reducer___filterTasksByCustom2$closure", "_filterTasksByCustom2", 3910); - _static_2(A, "task_reducer___filterTasksByState$closure", "_filterTasksByState", 3911); - _static_2(A, "task_reducer___filterTasksByStatus$closure", "_filterTasksByStatus", 3912); - _static_2(A, "task_reducer___filterTasks$closure", "_filterTasks", 3913); - _static_2(A, "task_reducer___sortTasks$closure", "_sortTasks0", 3914); - _static_2(A, "task_reducer___addTaskTime$closure", "_addTaskTime", 3915); - _static_2(A, "task_reducer___removeTaskTime$closure", "_removeTaskTime", 3916); - _static_2(A, "task_reducer___updateTaskTime$closure", "_updateTaskTime", 3917); - _static_2(A, "task_reducer___startListMultiselect$closure", "_startListMultiselect19", 3918); - _static_2(A, "task_reducer___addToListMultiselect$closure", "_addToListMultiselect19", 3919); - _static_2(A, "task_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect19", 3920); - _static_2(A, "task_reducer___clearListMultiselect$closure", "_clearListMultiselect19", 3921); - _static_2(A, "task_reducer___purgeClientSuccess$closure", "_purgeClientSuccess8", 3922); - _static_2(A, "task_reducer___sortTasksSuccess$closure", "_sortTasksSuccess", 3923); - _static_2(A, "task_reducer___archiveTaskSuccess$closure", "_archiveTaskSuccess", 3924); - _static_2(A, "task_reducer___startTaskSuccess$closure", "_startTaskSuccess", 3925); - _static_2(A, "task_reducer___stopTaskSuccess$closure", "_stopTaskSuccess", 3926); - _static_2(A, "task_reducer___deleteTaskSuccess$closure", "_deleteTaskSuccess", 3927); - _static_2(A, "task_reducer___restoreTaskSuccess$closure", "_restoreTaskSuccess", 3928); - _static_2(A, "task_reducer___addTask$closure", "_addTask", 3929); - _static_2(A, "task_reducer___updateTask$closure", "_updateTask", 3930); - _static_2(A, "task_reducer___setLoadedTask$closure", "_setLoadedTask", 3931); - _static_2(A, "task_reducer___setLoadedTasks$closure", "_setLoadedTasks", 3932); - _static_2(A, "task_reducer___setLoadedCompany$closure", "_setLoadedCompany19", 3933); - _static_2(A, "task_status_reducer___clearEditing$closure", "_clearEditing18", 3934); - _static_2(A, "task_status_reducer___updateEditing$closure", "_updateEditing19", 3935); - _static_2(A, "task_status_reducer___viewTaskStatusList$closure", "_viewTaskStatusList0", 3936); - _static_2(A, "task_status_reducer___filterTaskStatusesByCustom1$closure", "_filterTaskStatusesByCustom1", 3937); - _static_2(A, "task_status_reducer___filterTaskStatusesByCustom2$closure", "_filterTaskStatusesByCustom2", 3938); - _static_2(A, "task_status_reducer___filterTaskStatusesByState$closure", "_filterTaskStatusesByState", 3939); - _static_2(A, "task_status_reducer___filterTaskStatuses$closure", "_filterTaskStatuses", 3940); - _static_2(A, "task_status_reducer___sortTaskStatuses$closure", "_sortTaskStatuses", 3941); - _static_2(A, "task_status_reducer___startListMultiselect$closure", "_startListMultiselect20", 3942); - _static_2(A, "task_status_reducer___addToListMultiselect$closure", "_addToListMultiselect20", 3943); - _static_2(A, "task_status_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect20", 3944); - _static_2(A, "task_status_reducer___clearListMultiselect$closure", "_clearListMultiselect20", 3945); - _static_2(A, "task_status_reducer___sortTaskStatusSuccess$closure", "_sortTaskStatusSuccess", 3946); - _static_2(A, "task_status_reducer___archiveTaskStatusSuccess$closure", "_archiveTaskStatusSuccess", 3947); - _static_2(A, "task_status_reducer___deleteTaskStatusSuccess$closure", "_deleteTaskStatusSuccess", 3948); - _static_2(A, "task_status_reducer___restoreTaskStatusSuccess$closure", "_restoreTaskStatusSuccess", 3949); - _static_2(A, "task_status_reducer___addTaskStatus$closure", "_addTaskStatus", 3950); - _static_2(A, "task_status_reducer___updateTaskStatus$closure", "_updateTaskStatus", 3951); - _static_2(A, "task_status_reducer___setLoadedTaskStatus$closure", "_setLoadedTaskStatus", 3952); - _static_2(A, "task_status_reducer___setLoadedTaskStatuses$closure", "_setLoadedTaskStatuses", 3953); - _static_2(A, "task_status_reducer___setLoadedCompany$closure", "_setLoadedCompany20", 3954); - _static_2(A, "tax_rate_reducer___clearEditing$closure", "_clearEditing19", 3955); - _static_2(A, "tax_rate_reducer___updateEditing$closure", "_updateEditing20", 3956); - _static_2(A, "tax_rate_reducer___viewTaxRateList$closure", "_viewTaxRateList0", 3957); - _static_2(A, "tax_rate_reducer___filterTaxRatesByState$closure", "_filterTaxRatesByState", 3958); - _static_2(A, "tax_rate_reducer___filterTaxRates$closure", "_filterTaxRates", 3959); - _static_2(A, "tax_rate_reducer___sortTaxRates$closure", "_sortTaxRates", 3960); - _static_2(A, "tax_rate_reducer___startListMultiselect$closure", "_startListMultiselect21", 3961); - _static_2(A, "tax_rate_reducer___addToListMultiselect$closure", "_addToListMultiselect21", 3962); - _static_2(A, "tax_rate_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect21", 3963); - _static_2(A, "tax_rate_reducer___clearListMultiselect$closure", "_clearListMultiselect21", 3964); - _static_2(A, "tax_rate_reducer___archiveTaxRateSuccess$closure", "_archiveTaxRateSuccess", 3965); - _static_2(A, "tax_rate_reducer___deleteTaxRateSuccess$closure", "_deleteTaxRateSuccess", 3966); - _static_2(A, "tax_rate_reducer___restoreTaxRateSuccess$closure", "_restoreTaxRateSuccess", 3967); - _static_2(A, "tax_rate_reducer___addTaxRate$closure", "_addTaxRate", 3968); - _static_2(A, "tax_rate_reducer___updateTaxRate$closure", "_updateTaxRate", 3969); - _static_2(A, "tax_rate_reducer___setLoadedTaxRate$closure", "_setLoadedTaxRate", 3970); - _static_2(A, "tax_rate_reducer___setLoadedTaxRates$closure", "_setLoadedTaxRates", 3971); - _static_2(A, "tax_rate_reducer___setLoadedCompany$closure", "_setLoadedCompany21", 3972); - _static_2(A, "token_reducer___clearEditing$closure", "_clearEditing20", 3973); - _static_2(A, "token_reducer___updateEditing$closure", "_updateEditing21", 3974); - _static_2(A, "token_reducer___viewTokenList$closure", "_viewTokenList0", 3975); - _static_2(A, "token_reducer___filterTokensByCustom1$closure", "_filterTokensByCustom1", 3976); - _static_2(A, "token_reducer___filterTokensByCustom2$closure", "_filterTokensByCustom2", 3977); - _static_2(A, "token_reducer___filterTokensByState$closure", "_filterTokensByState", 3978); - _static_2(A, "token_reducer___filterTokens$closure", "_filterTokens", 3979); - _static_2(A, "token_reducer___sortTokens$closure", "_sortTokens", 3980); - _static_2(A, "token_reducer___startListMultiselect$closure", "_startListMultiselect22", 3981); - _static_2(A, "token_reducer___addToListMultiselect$closure", "_addToListMultiselect22", 3982); - _static_2(A, "token_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect22", 3983); - _static_2(A, "token_reducer___clearListMultiselect$closure", "_clearListMultiselect22", 3984); - _static_2(A, "token_reducer___archiveTokenSuccess$closure", "_archiveTokenSuccess", 3985); - _static_2(A, "token_reducer___deleteTokenSuccess$closure", "_deleteTokenSuccess", 3986); - _static_2(A, "token_reducer___restoreTokenSuccess$closure", "_restoreTokenSuccess", 3987); - _static_2(A, "token_reducer___addToken$closure", "_addToken", 3988); - _static_2(A, "token_reducer___updateToken$closure", "_updateToken", 3989); - _static_2(A, "token_reducer___setLoadedToken$closure", "_setLoadedToken", 3990); - _static_2(A, "token_reducer___setLoadedTokens$closure", "_setLoadedTokens", 3991); - _static_2(A, "token_reducer___setLoadedCompany$closure", "_setLoadedCompany22", 3992); - _static_2(A, "transaction_reducer___clearEditing$closure", "_clearEditing21", 3993); - _static_2(A, "transaction_reducer___updateEditing$closure", "_updateEditing22", 3994); - _static_2(A, "transaction_reducer___viewTransactionList$closure", "_viewTransactionList0", 3995); - _static_2(A, "transaction_reducer___filterTransactionsByCustom1$closure", "_filterTransactionsByCustom1", 3996); - _static_2(A, "transaction_reducer___filterTransactionsByCustom2$closure", "_filterTransactionsByCustom2", 3997); - _static_2(A, "transaction_reducer___filterTransactionsByState$closure", "_filterTransactionsByState", 3998); - _static_2(A, "transaction_reducer___filterTransactionsByStatus$closure", "_filterTransactionsByStatus", 3999); - _static_2(A, "transaction_reducer___filterTransactions$closure", "_filterTransactions", 4000); - _static_2(A, "transaction_reducer___sortTransactions$closure", "_sortTransactions", 4001); - _static_2(A, "transaction_reducer___startListMultiselect$closure", "_startListMultiselect23", 4002); - _static_2(A, "transaction_reducer___addToListMultiselect$closure", "_addToListMultiselect23", 4003); - _static_2(A, "transaction_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect23", 4004); - _static_2(A, "transaction_reducer___clearListMultiselect$closure", "_clearListMultiselect23", 4005); - _static_2(A, "transaction_reducer___archiveTransactionSuccess$closure", "_archiveTransactionSuccess", 4006); - _static_2(A, "transaction_reducer___deleteTransactionSuccess$closure", "_deleteTransactionSuccess", 4007); - _static_2(A, "transaction_reducer___restoreTransactionSuccess$closure", "_restoreTransactionSuccess", 4008); - _static_2(A, "transaction_reducer___addTransaction$closure", "_addTransaction", 4009); - _static_2(A, "transaction_reducer___updateTransaction$closure", "_updateTransaction", 4010); - _static_2(A, "transaction_reducer___convertTransactionToPayment$closure", "_convertTransactionToPayment", 4011); - _static_2(A, "transaction_reducer___convertTransactionToExpense$closure", "_convertTransactionToExpense", 4012); - _static_2(A, "transaction_reducer___linkTransactionToPayment$closure", "_linkTransactionToPayment", 4013); - _static_2(A, "transaction_reducer___linkTransactionToExpense$closure", "_linkTransactionToExpense", 4014); - _static_2(A, "transaction_reducer___convertTransactions$closure", "_convertTransactions0", 4015); - _static_2(A, "transaction_reducer___setLoadedTransaction$closure", "_setLoadedTransaction", 4016); - _static_2(A, "transaction_reducer___setLoadedTransactions$closure", "_setLoadedTransactions", 4017); - _static_2(A, "transaction_reducer___setLoadedCompany$closure", "_setLoadedCompany23", 4018); - _static_2(A, "transaction_rule_reducer___clearEditing$closure", "_clearEditing22", 4019); - _static_2(A, "transaction_rule_reducer___updateEditing$closure", "_updateEditing23", 4020); - _static_2(A, "transaction_rule_reducer___viewTransactionRuleList$closure", "_viewTransactionRuleList0", 4021); - _static_2(A, "transaction_rule_reducer___filterTransactionRulesByCustom1$closure", "_filterTransactionRulesByCustom1", 4022); - _static_2(A, "transaction_rule_reducer___filterTransactionRulesByCustom2$closure", "_filterTransactionRulesByCustom2", 4023); - _static_2(A, "transaction_rule_reducer___filterTransactionRulesByState$closure", "_filterTransactionRulesByState", 4024); - _static_2(A, "transaction_rule_reducer___filterTransactionRules$closure", "_filterTransactionRules", 4025); - _static_2(A, "transaction_rule_reducer___sortTransactionRules$closure", "_sortTransactionRules", 4026); - _static_2(A, "transaction_rule_reducer___startListMultiselect$closure", "_startListMultiselect24", 4027); - _static_2(A, "transaction_rule_reducer___addToListMultiselect$closure", "_addToListMultiselect24", 4028); - _static_2(A, "transaction_rule_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect24", 4029); - _static_2(A, "transaction_rule_reducer___clearListMultiselect$closure", "_clearListMultiselect24", 4030); - _static_2(A, "transaction_rule_reducer___archiveTransactionRuleSuccess$closure", "_archiveTransactionRuleSuccess", 4031); - _static_2(A, "transaction_rule_reducer___deleteTransactionRuleSuccess$closure", "_deleteTransactionRuleSuccess", 4032); - _static_2(A, "transaction_rule_reducer___restoreTransactionRuleSuccess$closure", "_restoreTransactionRuleSuccess", 4033); - _static_2(A, "transaction_rule_reducer___addTransactionRule$closure", "_addTransactionRule", 4034); - _static_2(A, "transaction_rule_reducer___updateTransactionRule$closure", "_updateTransactionRule", 4035); - _static_2(A, "transaction_rule_reducer___setLoadedTransactionRule$closure", "_setLoadedTransactionRule", 4036); - _static_2(A, "transaction_rule_reducer___setLoadedTransactionRules$closure", "_setLoadedTransactionRules", 4037); - _static_2(A, "transaction_rule_reducer___setLoadedCompany$closure", "_setLoadedCompany24", 4038); - _static_2(A, "user_reducer___clearEditing$closure", "_clearEditing23", 4039); - _static_2(A, "user_reducer___updateEditing$closure", "_updateEditing24", 4040); - _static_2(A, "user_reducer___viewUserList$closure", "_viewUserList0", 4041); - _static_2(A, "user_reducer___filterUsersByCustom1$closure", "_filterUsersByCustom1", 4042); - _static_2(A, "user_reducer___filterUsersByCustom2$closure", "_filterUsersByCustom2", 4043); - _static_2(A, "user_reducer___filterUsersByCustom3$closure", "_filterUsersByCustom3", 4044); - _static_2(A, "user_reducer___filterUsersByCustom4$closure", "_filterUsersByCustom4", 4045); - _static_2(A, "user_reducer___filterUsersByState$closure", "_filterUsersByState", 4046); - _static_2(A, "user_reducer___filterUsers$closure", "_filterUsers", 4047); - _static_2(A, "user_reducer___sortUsers$closure", "_sortUsers", 4048); - _static_2(A, "user_reducer___startListMultiselect$closure", "_startListMultiselect25", 4049); - _static_2(A, "user_reducer___addToListMultiselect$closure", "_addToListMultiselect25", 4050); - _static_2(A, "user_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect25", 4051); - _static_2(A, "user_reducer___clearListMultiselect$closure", "_clearListMultiselect25", 4052); - _static_2(A, "user_reducer___archiveUserSuccess$closure", "_archiveUserSuccess", 4053); - _static_2(A, "user_reducer___deleteUserSuccess$closure", "_deleteUserSuccess", 4054); - _static_2(A, "user_reducer___restoreUserSuccess$closure", "_restoreUserSuccess", 4055); - _static_2(A, "user_reducer___removeUserSuccess$closure", "_removeUserSuccess", 4056); - _static_2(A, "user_reducer___addUser$closure", "_addUser", 4057); - _static_2(A, "user_reducer___updateUser$closure", "_updateUser", 4058); - _static_2(A, "user_reducer___updateAuthUser$closure", "_updateAuthUser", 4059); - _static_2(A, "user_reducer___connectOAuthUser$closure", "_connectOAuthUser0", 4060); - _static_2(A, "user_reducer___disconnectOAuthUser$closure", "_disconnectOAuthUser0", 4061); - _static_2(A, "user_reducer___disconnectOAuthMailer$closure", "_disconnectOAuthMailer0", 4062); - _static_2(A, "user_reducer___connectGmailUser$closure", "_connectGmailUser0", 4063); - _static_2(A, "user_reducer___setLoadedUser$closure", "_setLoadedUser", 4064); - _static_2(A, "user_reducer___setLoadedUsers$closure", "_setLoadedUsers", 4065); - _static_2(A, "user_reducer___setLoadedCompany$closure", "_setLoadedCompany25", 4066); - _static_2(A, "vendor_reducer__editVendorContact$closure", "editVendorContact", 4067); - _static_2(A, "vendor_reducer___clearEditing$closure", "_clearEditing24", 4068); - _static_2(A, "vendor_reducer___updateEditing$closure", "_updateEditing25", 4069); - _static_2(A, "vendor_reducer___addContact$closure", "_addContact", 4070); - _static_2(A, "vendor_reducer___removeContact$closure", "_removeContact", 4071); - _static_2(A, "vendor_reducer___updateContact$closure", "_updateContact", 4072); - _static_2(A, "vendor_reducer___viewVendorList$closure", "_viewVendorList0", 4073); - _static_2(A, "vendor_reducer___filterVendorsByCustom1$closure", "_filterVendorsByCustom1", 4074); - _static_2(A, "vendor_reducer___filterVendorsByCustom2$closure", "_filterVendorsByCustom2", 4075); - _static_2(A, "vendor_reducer___filterVendorsByCustom3$closure", "_filterVendorsByCustom3", 4076); - _static_2(A, "vendor_reducer___filterVendorsByCustom4$closure", "_filterVendorsByCustom4", 4077); - _static_2(A, "vendor_reducer___filterVendorsByState$closure", "_filterVendorsByState", 4078); - _static_2(A, "vendor_reducer___filterVendors$closure", "_filterVendors", 4079); - _static_2(A, "vendor_reducer___sortVendors$closure", "_sortVendors", 4080); - _static_2(A, "vendor_reducer___startListMultiselect$closure", "_startListMultiselect26", 4081); - _static_2(A, "vendor_reducer___addToListMultiselect$closure", "_addToListMultiselect26", 4082); - _static_2(A, "vendor_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect26", 4083); - _static_2(A, "vendor_reducer___clearListMultiselect$closure", "_clearListMultiselect26", 4084); - _static_2(A, "vendor_reducer___archiveVendorSuccess$closure", "_archiveVendorSuccess", 4085); - _static_2(A, "vendor_reducer___deleteVendorSuccess$closure", "_deleteVendorSuccess", 4086); - _static_2(A, "vendor_reducer___restoreVendorSuccess$closure", "_restoreVendorSuccess", 4087); - _static_2(A, "vendor_reducer___addVendor$closure", "_addVendor", 4088); - _static_2(A, "vendor_reducer___updateVendor$closure", "_updateVendor", 4089); - _static_2(A, "vendor_reducer___setLoadedVendor$closure", "_setLoadedVendor", 4090); - _static_2(A, "vendor_reducer___setLoadedVendors$closure", "_setLoadedVendors", 4091); - _static_2(A, "vendor_reducer___setLoadedCompany$closure", "_setLoadedCompany26", 4092); - _static_2(A, "webhook_reducer___clearEditing$closure", "_clearEditing25", 4093); - _static_2(A, "webhook_reducer___updateEditing$closure", "_updateEditing26", 4094); - _static_2(A, "webhook_reducer___viewWebhookList$closure", "_viewWebhookList0", 4095); - _static_2(A, "webhook_reducer___filterWebhooksByCustom1$closure", "_filterWebhooksByCustom1", 4096); - _static_2(A, "webhook_reducer___filterWebhooksByCustom2$closure", "_filterWebhooksByCustom2", 4097); - _static_2(A, "webhook_reducer___filterWebhooksByState$closure", "_filterWebhooksByState", 4098); - _static_2(A, "webhook_reducer___filterWebhooks$closure", "_filterWebhooks", 4099); - _static_2(A, "webhook_reducer___sortWebhooks$closure", "_sortWebhooks", 4100); - _static_2(A, "webhook_reducer___startListMultiselect$closure", "_startListMultiselect27", 4101); - _static_2(A, "webhook_reducer___addToListMultiselect$closure", "_addToListMultiselect27", 4102); - _static_2(A, "webhook_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect27", 4103); - _static_2(A, "webhook_reducer___clearListMultiselect$closure", "_clearListMultiselect27", 4104); - _static_2(A, "webhook_reducer___archiveWebhookSuccess$closure", "_archiveWebhookSuccess", 4105); - _static_2(A, "webhook_reducer___deleteWebhookSuccess$closure", "_deleteWebhookSuccess", 4106); - _static_2(A, "webhook_reducer___restoreWebhookSuccess$closure", "_restoreWebhookSuccess", 4107); - _static_2(A, "webhook_reducer___addWebhook$closure", "_addWebhook", 4108); - _static_2(A, "webhook_reducer___updateWebhook$closure", "_updateWebhook", 4109); - _static_2(A, "webhook_reducer___setLoadedWebhook$closure", "_setLoadedWebhook", 4110); - _static_2(A, "webhook_reducer___setLoadedWebhooks$closure", "_setLoadedWebhooks", 4111); - _static_2(A, "webhook_reducer___setLoadedCompany$closure", "_setLoadedCompany27", 4112); - _static_1(A, "confirm_email_vm_ConfirmEmailVM_fromStore$closure", "ConfirmEmailVM_fromStore", 4113); + _static_2(A, "recurring_invoice_reducer___updateEditing$closure", "_updateEditing15", 416); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItem$closure", "_addRecurringInvoiceItem", 666); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItems$closure", "_addRecurringInvoiceItems", 3836); + _static_2(A, "recurring_invoice_reducer___removeRecurringInvoiceItem$closure", "_removeRecurringInvoiceItem", 3837); + _static_2(A, "recurring_invoice_reducer___updateRecurringInvoiceItem$closure", "_updateRecurringInvoiceItem", 3838); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom1$closure", "_filterRecurringInvoicesByCustom1", 3839); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom2$closure", "_filterRecurringInvoicesByCustom2", 3840); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom3$closure", "_filterRecurringInvoicesByCustom3", 3841); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom4$closure", "_filterRecurringInvoicesByCustom4", 3842); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByState$closure", "_filterRecurringInvoicesByState", 3843); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByStatus$closure", "_filterRecurringInvoicesByStatus", 3844); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoices$closure", "_filterRecurringInvoices", 3845); + _static_2(A, "recurring_invoice_reducer___sortRecurringInvoices$closure", "_sortRecurringInvoices", 3846); + _static_2(A, "recurring_invoice_reducer___startListMultiselect$closure", "_startListMultiselect16", 3847); + _static_2(A, "recurring_invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect16", 3848); + _static_2(A, "recurring_invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect16", 3849); + _static_2(A, "recurring_invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect16", 3850); + _static_2(A, "recurring_invoice_reducer___purgeClientSuccess$closure", "_purgeClientSuccess7", 3851); + _static_2(A, "recurring_invoice_reducer___archiveRecurringInvoiceSuccess$closure", "_archiveRecurringInvoiceSuccess", 3852); + _static_2(A, "recurring_invoice_reducer___deleteRecurringInvoiceSuccess$closure", "_deleteRecurringInvoiceSuccess", 3853); + _static_2(A, "recurring_invoice_reducer___emailRecurringInvoiceSuccess$closure", "_emailRecurringInvoiceSuccess", 3854); + _static_2(A, "recurring_invoice_reducer___restoreRecurringInvoiceSuccess$closure", "_restoreRecurringInvoiceSuccess", 3855); + _static_2(A, "recurring_invoice_reducer___sendNowRecurringInvoiceSuccess$closure", "_sendNowRecurringInvoiceSuccess", 3856); + _static_2(A, "recurring_invoice_reducer___startRecurringInvoicesSuccess$closure", "_startRecurringInvoicesSuccess", 3857); + _static_2(A, "recurring_invoice_reducer___stopRecurringInvoicesSuccess$closure", "_stopRecurringInvoicesSuccess", 3858); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoice$closure", "_addRecurringInvoice", 3859); + _static_2(A, "recurring_invoice_reducer___updateRecurringInvoice$closure", "_updateRecurringInvoice", 3860); + _static_2(A, "recurring_invoice_reducer___setLoadedRecurringInvoices$closure", "_setLoadedRecurringInvoices", 3861); + _static_2(A, "recurring_invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany16", 3862); + _static_2(A, "schedule_reducer___clearEditing$closure", "_clearEditing15", 3863); + _static_2(A, "schedule_reducer___updateEditing$closure", "_updateEditing16", 3864); + _static_2(A, "schedule_reducer___viewScheduleList$closure", "_viewScheduleList0", 3865); + _static_2(A, "schedule_reducer___filterSchedulesByCustom1$closure", "_filterSchedulesByCustom1", 3866); + _static_2(A, "schedule_reducer___filterSchedulesByCustom2$closure", "_filterSchedulesByCustom2", 3867); + _static_2(A, "schedule_reducer___filterSchedulesByState$closure", "_filterSchedulesByState", 3868); + _static_2(A, "schedule_reducer___filterSchedules$closure", "_filterSchedules", 3869); + _static_2(A, "schedule_reducer___sortSchedules$closure", "_sortSchedules", 3870); + _static_2(A, "schedule_reducer___startListMultiselect$closure", "_startListMultiselect17", 3871); + _static_2(A, "schedule_reducer___addToListMultiselect$closure", "_addToListMultiselect17", 3872); + _static_2(A, "schedule_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect17", 3873); + _static_2(A, "schedule_reducer___clearListMultiselect$closure", "_clearListMultiselect17", 3874); + _static_2(A, "schedule_reducer___archiveScheduleSuccess$closure", "_archiveScheduleSuccess", 3875); + _static_2(A, "schedule_reducer___deleteScheduleSuccess$closure", "_deleteScheduleSuccess", 3876); + _static_2(A, "schedule_reducer___restoreScheduleSuccess$closure", "_restoreScheduleSuccess", 3877); + _static_2(A, "schedule_reducer___addSchedule$closure", "_addSchedule", 3878); + _static_2(A, "schedule_reducer___updateSchedule$closure", "_updateSchedule", 3879); + _static_2(A, "schedule_reducer___setLoadedSchedule$closure", "_setLoadedSchedule", 3880); + _static_2(A, "schedule_reducer___setLoadedSchedules$closure", "_setLoadedSchedules", 3881); + _static_2(A, "schedule_reducer___setLoadedCompany$closure", "_setLoadedCompany17", 3882); + _static_2(A, "static_reducer__staticLoadedReducer$closure", "staticLoadedReducer", 3883); + _static_2(A, "subscription_reducer___clearEditing$closure", "_clearEditing16", 3884); + _static_2(A, "subscription_reducer___updateEditing$closure", "_updateEditing17", 3885); + _static_2(A, "subscription_reducer___filterSubscriptionsByCustom1$closure", "_filterSubscriptionsByCustom1", 3886); + _static_2(A, "subscription_reducer___filterSubscriptionsByCustom2$closure", "_filterSubscriptionsByCustom2", 3887); + _static_2(A, "subscription_reducer___filterSubscriptionsByState$closure", "_filterSubscriptionsByState", 3888); + _static_2(A, "subscription_reducer___filterSubscriptions$closure", "_filterSubscriptions", 3889); + _static_2(A, "subscription_reducer___sortSubscriptions$closure", "_sortSubscriptions", 3890); + _static_2(A, "subscription_reducer___startListMultiselect$closure", "_startListMultiselect18", 3891); + _static_2(A, "subscription_reducer___addToListMultiselect$closure", "_addToListMultiselect18", 3892); + _static_2(A, "subscription_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect18", 3893); + _static_2(A, "subscription_reducer___clearListMultiselect$closure", "_clearListMultiselect18", 3894); + _static_2(A, "subscription_reducer___archiveSubscriptionSuccess$closure", "_archiveSubscriptionSuccess", 3895); + _static_2(A, "subscription_reducer___deleteSubscriptionSuccess$closure", "_deleteSubscriptionSuccess", 3896); + _static_2(A, "subscription_reducer___restoreSubscriptionSuccess$closure", "_restoreSubscriptionSuccess", 3897); + _static_2(A, "subscription_reducer___addSubscription$closure", "_addSubscription", 3898); + _static_2(A, "subscription_reducer___updateSubscription$closure", "_updateSubscription", 3899); + _static_2(A, "subscription_reducer___setLoadedSubscription$closure", "_setLoadedSubscription", 3900); + _static_2(A, "subscription_reducer___setLoadedSubscriptions$closure", "_setLoadedSubscriptions", 3901); + _static_2(A, "subscription_reducer___setLoadedCompany$closure", "_setLoadedCompany18", 3902); + _static_2(A, "task_reducer___clearEditing$closure", "_clearEditing17", 3903); + _static_2(A, "task_reducer___updateEditing$closure", "_updateEditing18", 3904); + _static_2(A, "task_reducer___viewTaskList$closure", "_viewTaskList0", 3905); + _static_2(A, "task_reducer___filterTasksByCustom1$closure", "_filterTasksByCustom1", 3906); + _static_2(A, "task_reducer___filterTasksByCustom2$closure", "_filterTasksByCustom2", 3907); + _static_2(A, "task_reducer___filterTasksByState$closure", "_filterTasksByState", 3908); + _static_2(A, "task_reducer___filterTasksByStatus$closure", "_filterTasksByStatus", 3909); + _static_2(A, "task_reducer___filterTasks$closure", "_filterTasks", 3910); + _static_2(A, "task_reducer___sortTasks$closure", "_sortTasks0", 3911); + _static_2(A, "task_reducer___addTaskTime$closure", "_addTaskTime", 3912); + _static_2(A, "task_reducer___removeTaskTime$closure", "_removeTaskTime", 3913); + _static_2(A, "task_reducer___updateTaskTime$closure", "_updateTaskTime", 3914); + _static_2(A, "task_reducer___startListMultiselect$closure", "_startListMultiselect19", 3915); + _static_2(A, "task_reducer___addToListMultiselect$closure", "_addToListMultiselect19", 3916); + _static_2(A, "task_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect19", 3917); + _static_2(A, "task_reducer___clearListMultiselect$closure", "_clearListMultiselect19", 3918); + _static_2(A, "task_reducer___purgeClientSuccess$closure", "_purgeClientSuccess8", 3919); + _static_2(A, "task_reducer___sortTasksSuccess$closure", "_sortTasksSuccess", 3920); + _static_2(A, "task_reducer___archiveTaskSuccess$closure", "_archiveTaskSuccess", 3921); + _static_2(A, "task_reducer___startTaskSuccess$closure", "_startTaskSuccess", 3922); + _static_2(A, "task_reducer___stopTaskSuccess$closure", "_stopTaskSuccess", 3923); + _static_2(A, "task_reducer___deleteTaskSuccess$closure", "_deleteTaskSuccess", 3924); + _static_2(A, "task_reducer___restoreTaskSuccess$closure", "_restoreTaskSuccess", 3925); + _static_2(A, "task_reducer___addTask$closure", "_addTask", 3926); + _static_2(A, "task_reducer___updateTask$closure", "_updateTask", 3927); + _static_2(A, "task_reducer___setLoadedTask$closure", "_setLoadedTask", 3928); + _static_2(A, "task_reducer___setLoadedTasks$closure", "_setLoadedTasks", 3929); + _static_2(A, "task_reducer___setLoadedCompany$closure", "_setLoadedCompany19", 3930); + _static_2(A, "task_status_reducer___clearEditing$closure", "_clearEditing18", 3931); + _static_2(A, "task_status_reducer___updateEditing$closure", "_updateEditing19", 3932); + _static_2(A, "task_status_reducer___viewTaskStatusList$closure", "_viewTaskStatusList0", 3933); + _static_2(A, "task_status_reducer___filterTaskStatusesByCustom1$closure", "_filterTaskStatusesByCustom1", 3934); + _static_2(A, "task_status_reducer___filterTaskStatusesByCustom2$closure", "_filterTaskStatusesByCustom2", 3935); + _static_2(A, "task_status_reducer___filterTaskStatusesByState$closure", "_filterTaskStatusesByState", 3936); + _static_2(A, "task_status_reducer___filterTaskStatuses$closure", "_filterTaskStatuses", 3937); + _static_2(A, "task_status_reducer___sortTaskStatuses$closure", "_sortTaskStatuses", 3938); + _static_2(A, "task_status_reducer___startListMultiselect$closure", "_startListMultiselect20", 3939); + _static_2(A, "task_status_reducer___addToListMultiselect$closure", "_addToListMultiselect20", 3940); + _static_2(A, "task_status_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect20", 3941); + _static_2(A, "task_status_reducer___clearListMultiselect$closure", "_clearListMultiselect20", 3942); + _static_2(A, "task_status_reducer___sortTaskStatusSuccess$closure", "_sortTaskStatusSuccess", 3943); + _static_2(A, "task_status_reducer___archiveTaskStatusSuccess$closure", "_archiveTaskStatusSuccess", 3944); + _static_2(A, "task_status_reducer___deleteTaskStatusSuccess$closure", "_deleteTaskStatusSuccess", 3945); + _static_2(A, "task_status_reducer___restoreTaskStatusSuccess$closure", "_restoreTaskStatusSuccess", 3946); + _static_2(A, "task_status_reducer___addTaskStatus$closure", "_addTaskStatus", 3947); + _static_2(A, "task_status_reducer___updateTaskStatus$closure", "_updateTaskStatus", 3948); + _static_2(A, "task_status_reducer___setLoadedTaskStatus$closure", "_setLoadedTaskStatus", 3949); + _static_2(A, "task_status_reducer___setLoadedTaskStatuses$closure", "_setLoadedTaskStatuses", 3950); + _static_2(A, "task_status_reducer___setLoadedCompany$closure", "_setLoadedCompany20", 3951); + _static_2(A, "tax_rate_reducer___clearEditing$closure", "_clearEditing19", 3952); + _static_2(A, "tax_rate_reducer___updateEditing$closure", "_updateEditing20", 3953); + _static_2(A, "tax_rate_reducer___viewTaxRateList$closure", "_viewTaxRateList0", 3954); + _static_2(A, "tax_rate_reducer___filterTaxRatesByState$closure", "_filterTaxRatesByState", 3955); + _static_2(A, "tax_rate_reducer___filterTaxRates$closure", "_filterTaxRates", 3956); + _static_2(A, "tax_rate_reducer___sortTaxRates$closure", "_sortTaxRates", 3957); + _static_2(A, "tax_rate_reducer___startListMultiselect$closure", "_startListMultiselect21", 3958); + _static_2(A, "tax_rate_reducer___addToListMultiselect$closure", "_addToListMultiselect21", 3959); + _static_2(A, "tax_rate_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect21", 3960); + _static_2(A, "tax_rate_reducer___clearListMultiselect$closure", "_clearListMultiselect21", 3961); + _static_2(A, "tax_rate_reducer___archiveTaxRateSuccess$closure", "_archiveTaxRateSuccess", 3962); + _static_2(A, "tax_rate_reducer___deleteTaxRateSuccess$closure", "_deleteTaxRateSuccess", 3963); + _static_2(A, "tax_rate_reducer___restoreTaxRateSuccess$closure", "_restoreTaxRateSuccess", 3964); + _static_2(A, "tax_rate_reducer___addTaxRate$closure", "_addTaxRate", 3965); + _static_2(A, "tax_rate_reducer___updateTaxRate$closure", "_updateTaxRate", 3966); + _static_2(A, "tax_rate_reducer___setLoadedTaxRate$closure", "_setLoadedTaxRate", 3967); + _static_2(A, "tax_rate_reducer___setLoadedTaxRates$closure", "_setLoadedTaxRates", 3968); + _static_2(A, "tax_rate_reducer___setLoadedCompany$closure", "_setLoadedCompany21", 3969); + _static_2(A, "token_reducer___clearEditing$closure", "_clearEditing20", 3970); + _static_2(A, "token_reducer___updateEditing$closure", "_updateEditing21", 3971); + _static_2(A, "token_reducer___viewTokenList$closure", "_viewTokenList0", 3972); + _static_2(A, "token_reducer___filterTokensByCustom1$closure", "_filterTokensByCustom1", 3973); + _static_2(A, "token_reducer___filterTokensByCustom2$closure", "_filterTokensByCustom2", 3974); + _static_2(A, "token_reducer___filterTokensByState$closure", "_filterTokensByState", 3975); + _static_2(A, "token_reducer___filterTokens$closure", "_filterTokens", 3976); + _static_2(A, "token_reducer___sortTokens$closure", "_sortTokens", 3977); + _static_2(A, "token_reducer___startListMultiselect$closure", "_startListMultiselect22", 3978); + _static_2(A, "token_reducer___addToListMultiselect$closure", "_addToListMultiselect22", 3979); + _static_2(A, "token_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect22", 3980); + _static_2(A, "token_reducer___clearListMultiselect$closure", "_clearListMultiselect22", 3981); + _static_2(A, "token_reducer___archiveTokenSuccess$closure", "_archiveTokenSuccess", 3982); + _static_2(A, "token_reducer___deleteTokenSuccess$closure", "_deleteTokenSuccess", 3983); + _static_2(A, "token_reducer___restoreTokenSuccess$closure", "_restoreTokenSuccess", 3984); + _static_2(A, "token_reducer___addToken$closure", "_addToken", 3985); + _static_2(A, "token_reducer___updateToken$closure", "_updateToken", 3986); + _static_2(A, "token_reducer___setLoadedToken$closure", "_setLoadedToken", 3987); + _static_2(A, "token_reducer___setLoadedTokens$closure", "_setLoadedTokens", 3988); + _static_2(A, "token_reducer___setLoadedCompany$closure", "_setLoadedCompany22", 3989); + _static_2(A, "transaction_reducer___clearEditing$closure", "_clearEditing21", 3990); + _static_2(A, "transaction_reducer___updateEditing$closure", "_updateEditing22", 3991); + _static_2(A, "transaction_reducer___viewTransactionList$closure", "_viewTransactionList0", 3992); + _static_2(A, "transaction_reducer___filterTransactionsByCustom1$closure", "_filterTransactionsByCustom1", 3993); + _static_2(A, "transaction_reducer___filterTransactionsByCustom2$closure", "_filterTransactionsByCustom2", 3994); + _static_2(A, "transaction_reducer___filterTransactionsByState$closure", "_filterTransactionsByState", 3995); + _static_2(A, "transaction_reducer___filterTransactionsByStatus$closure", "_filterTransactionsByStatus", 3996); + _static_2(A, "transaction_reducer___filterTransactions$closure", "_filterTransactions", 3997); + _static_2(A, "transaction_reducer___sortTransactions$closure", "_sortTransactions", 3998); + _static_2(A, "transaction_reducer___startListMultiselect$closure", "_startListMultiselect23", 3999); + _static_2(A, "transaction_reducer___addToListMultiselect$closure", "_addToListMultiselect23", 4000); + _static_2(A, "transaction_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect23", 4001); + _static_2(A, "transaction_reducer___clearListMultiselect$closure", "_clearListMultiselect23", 4002); + _static_2(A, "transaction_reducer___archiveTransactionSuccess$closure", "_archiveTransactionSuccess", 4003); + _static_2(A, "transaction_reducer___deleteTransactionSuccess$closure", "_deleteTransactionSuccess", 4004); + _static_2(A, "transaction_reducer___restoreTransactionSuccess$closure", "_restoreTransactionSuccess", 4005); + _static_2(A, "transaction_reducer___addTransaction$closure", "_addTransaction", 4006); + _static_2(A, "transaction_reducer___updateTransaction$closure", "_updateTransaction", 4007); + _static_2(A, "transaction_reducer___convertTransactionToPayment$closure", "_convertTransactionToPayment", 4008); + _static_2(A, "transaction_reducer___convertTransactionToExpense$closure", "_convertTransactionToExpense", 4009); + _static_2(A, "transaction_reducer___linkTransactionToPayment$closure", "_linkTransactionToPayment", 4010); + _static_2(A, "transaction_reducer___linkTransactionToExpense$closure", "_linkTransactionToExpense", 4011); + _static_2(A, "transaction_reducer___convertTransactions$closure", "_convertTransactions0", 4012); + _static_2(A, "transaction_reducer___setLoadedTransaction$closure", "_setLoadedTransaction", 4013); + _static_2(A, "transaction_reducer___setLoadedTransactions$closure", "_setLoadedTransactions", 4014); + _static_2(A, "transaction_reducer___setLoadedCompany$closure", "_setLoadedCompany23", 4015); + _static_2(A, "transaction_rule_reducer___clearEditing$closure", "_clearEditing22", 4016); + _static_2(A, "transaction_rule_reducer___updateEditing$closure", "_updateEditing23", 4017); + _static_2(A, "transaction_rule_reducer___viewTransactionRuleList$closure", "_viewTransactionRuleList0", 4018); + _static_2(A, "transaction_rule_reducer___filterTransactionRulesByCustom1$closure", "_filterTransactionRulesByCustom1", 4019); + _static_2(A, "transaction_rule_reducer___filterTransactionRulesByCustom2$closure", "_filterTransactionRulesByCustom2", 4020); + _static_2(A, "transaction_rule_reducer___filterTransactionRulesByState$closure", "_filterTransactionRulesByState", 4021); + _static_2(A, "transaction_rule_reducer___filterTransactionRules$closure", "_filterTransactionRules", 4022); + _static_2(A, "transaction_rule_reducer___sortTransactionRules$closure", "_sortTransactionRules", 4023); + _static_2(A, "transaction_rule_reducer___startListMultiselect$closure", "_startListMultiselect24", 4024); + _static_2(A, "transaction_rule_reducer___addToListMultiselect$closure", "_addToListMultiselect24", 4025); + _static_2(A, "transaction_rule_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect24", 4026); + _static_2(A, "transaction_rule_reducer___clearListMultiselect$closure", "_clearListMultiselect24", 4027); + _static_2(A, "transaction_rule_reducer___archiveTransactionRuleSuccess$closure", "_archiveTransactionRuleSuccess", 4028); + _static_2(A, "transaction_rule_reducer___deleteTransactionRuleSuccess$closure", "_deleteTransactionRuleSuccess", 4029); + _static_2(A, "transaction_rule_reducer___restoreTransactionRuleSuccess$closure", "_restoreTransactionRuleSuccess", 4030); + _static_2(A, "transaction_rule_reducer___addTransactionRule$closure", "_addTransactionRule", 4031); + _static_2(A, "transaction_rule_reducer___updateTransactionRule$closure", "_updateTransactionRule", 4032); + _static_2(A, "transaction_rule_reducer___setLoadedTransactionRule$closure", "_setLoadedTransactionRule", 4033); + _static_2(A, "transaction_rule_reducer___setLoadedTransactionRules$closure", "_setLoadedTransactionRules", 4034); + _static_2(A, "transaction_rule_reducer___setLoadedCompany$closure", "_setLoadedCompany24", 4035); + _static_2(A, "user_reducer___clearEditing$closure", "_clearEditing23", 4036); + _static_2(A, "user_reducer___updateEditing$closure", "_updateEditing24", 4037); + _static_2(A, "user_reducer___viewUserList$closure", "_viewUserList0", 4038); + _static_2(A, "user_reducer___filterUsersByCustom1$closure", "_filterUsersByCustom1", 4039); + _static_2(A, "user_reducer___filterUsersByCustom2$closure", "_filterUsersByCustom2", 4040); + _static_2(A, "user_reducer___filterUsersByCustom3$closure", "_filterUsersByCustom3", 4041); + _static_2(A, "user_reducer___filterUsersByCustom4$closure", "_filterUsersByCustom4", 4042); + _static_2(A, "user_reducer___filterUsersByState$closure", "_filterUsersByState", 4043); + _static_2(A, "user_reducer___filterUsers$closure", "_filterUsers", 4044); + _static_2(A, "user_reducer___sortUsers$closure", "_sortUsers", 4045); + _static_2(A, "user_reducer___startListMultiselect$closure", "_startListMultiselect25", 4046); + _static_2(A, "user_reducer___addToListMultiselect$closure", "_addToListMultiselect25", 4047); + _static_2(A, "user_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect25", 4048); + _static_2(A, "user_reducer___clearListMultiselect$closure", "_clearListMultiselect25", 4049); + _static_2(A, "user_reducer___archiveUserSuccess$closure", "_archiveUserSuccess", 4050); + _static_2(A, "user_reducer___deleteUserSuccess$closure", "_deleteUserSuccess", 4051); + _static_2(A, "user_reducer___restoreUserSuccess$closure", "_restoreUserSuccess", 4052); + _static_2(A, "user_reducer___removeUserSuccess$closure", "_removeUserSuccess", 4053); + _static_2(A, "user_reducer___addUser$closure", "_addUser", 4054); + _static_2(A, "user_reducer___updateUser$closure", "_updateUser", 4055); + _static_2(A, "user_reducer___updateAuthUser$closure", "_updateAuthUser", 4056); + _static_2(A, "user_reducer___connectOAuthUser$closure", "_connectOAuthUser0", 4057); + _static_2(A, "user_reducer___disconnectOAuthUser$closure", "_disconnectOAuthUser0", 4058); + _static_2(A, "user_reducer___disconnectOAuthMailer$closure", "_disconnectOAuthMailer0", 4059); + _static_2(A, "user_reducer___connectGmailUser$closure", "_connectGmailUser0", 4060); + _static_2(A, "user_reducer___setLoadedUser$closure", "_setLoadedUser", 4061); + _static_2(A, "user_reducer___setLoadedUsers$closure", "_setLoadedUsers", 4062); + _static_2(A, "user_reducer___setLoadedCompany$closure", "_setLoadedCompany25", 4063); + _static_2(A, "vendor_reducer__editVendorContact$closure", "editVendorContact", 4064); + _static_2(A, "vendor_reducer___clearEditing$closure", "_clearEditing24", 4065); + _static_2(A, "vendor_reducer___updateEditing$closure", "_updateEditing25", 4066); + _static_2(A, "vendor_reducer___addContact$closure", "_addContact", 4067); + _static_2(A, "vendor_reducer___removeContact$closure", "_removeContact", 4068); + _static_2(A, "vendor_reducer___updateContact$closure", "_updateContact", 4069); + _static_2(A, "vendor_reducer___viewVendorList$closure", "_viewVendorList0", 4070); + _static_2(A, "vendor_reducer___filterVendorsByCustom1$closure", "_filterVendorsByCustom1", 4071); + _static_2(A, "vendor_reducer___filterVendorsByCustom2$closure", "_filterVendorsByCustom2", 4072); + _static_2(A, "vendor_reducer___filterVendorsByCustom3$closure", "_filterVendorsByCustom3", 4073); + _static_2(A, "vendor_reducer___filterVendorsByCustom4$closure", "_filterVendorsByCustom4", 4074); + _static_2(A, "vendor_reducer___filterVendorsByState$closure", "_filterVendorsByState", 4075); + _static_2(A, "vendor_reducer___filterVendors$closure", "_filterVendors", 4076); + _static_2(A, "vendor_reducer___sortVendors$closure", "_sortVendors", 4077); + _static_2(A, "vendor_reducer___startListMultiselect$closure", "_startListMultiselect26", 4078); + _static_2(A, "vendor_reducer___addToListMultiselect$closure", "_addToListMultiselect26", 4079); + _static_2(A, "vendor_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect26", 4080); + _static_2(A, "vendor_reducer___clearListMultiselect$closure", "_clearListMultiselect26", 4081); + _static_2(A, "vendor_reducer___archiveVendorSuccess$closure", "_archiveVendorSuccess", 4082); + _static_2(A, "vendor_reducer___deleteVendorSuccess$closure", "_deleteVendorSuccess", 4083); + _static_2(A, "vendor_reducer___restoreVendorSuccess$closure", "_restoreVendorSuccess", 4084); + _static_2(A, "vendor_reducer___addVendor$closure", "_addVendor", 4085); + _static_2(A, "vendor_reducer___updateVendor$closure", "_updateVendor", 4086); + _static_2(A, "vendor_reducer___setLoadedVendor$closure", "_setLoadedVendor", 4087); + _static_2(A, "vendor_reducer___setLoadedVendors$closure", "_setLoadedVendors", 4088); + _static_2(A, "vendor_reducer___setLoadedCompany$closure", "_setLoadedCompany26", 4089); + _static_2(A, "webhook_reducer___clearEditing$closure", "_clearEditing25", 4090); + _static_2(A, "webhook_reducer___updateEditing$closure", "_updateEditing26", 4091); + _static_2(A, "webhook_reducer___viewWebhookList$closure", "_viewWebhookList0", 4092); + _static_2(A, "webhook_reducer___filterWebhooksByCustom1$closure", "_filterWebhooksByCustom1", 4093); + _static_2(A, "webhook_reducer___filterWebhooksByCustom2$closure", "_filterWebhooksByCustom2", 4094); + _static_2(A, "webhook_reducer___filterWebhooksByState$closure", "_filterWebhooksByState", 4095); + _static_2(A, "webhook_reducer___filterWebhooks$closure", "_filterWebhooks", 4096); + _static_2(A, "webhook_reducer___sortWebhooks$closure", "_sortWebhooks", 4097); + _static_2(A, "webhook_reducer___startListMultiselect$closure", "_startListMultiselect27", 4098); + _static_2(A, "webhook_reducer___addToListMultiselect$closure", "_addToListMultiselect27", 4099); + _static_2(A, "webhook_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect27", 4100); + _static_2(A, "webhook_reducer___clearListMultiselect$closure", "_clearListMultiselect27", 4101); + _static_2(A, "webhook_reducer___archiveWebhookSuccess$closure", "_archiveWebhookSuccess", 4102); + _static_2(A, "webhook_reducer___deleteWebhookSuccess$closure", "_deleteWebhookSuccess", 4103); + _static_2(A, "webhook_reducer___restoreWebhookSuccess$closure", "_restoreWebhookSuccess", 4104); + _static_2(A, "webhook_reducer___addWebhook$closure", "_addWebhook", 4105); + _static_2(A, "webhook_reducer___updateWebhook$closure", "_updateWebhook", 4106); + _static_2(A, "webhook_reducer___setLoadedWebhook$closure", "_setLoadedWebhook", 4107); + _static_2(A, "webhook_reducer___setLoadedWebhooks$closure", "_setLoadedWebhooks", 4108); + _static_2(A, "webhook_reducer___setLoadedCompany$closure", "_setLoadedCompany27", 4109); + _static_1(A, "confirm_email_vm_ConfirmEmailVM_fromStore$closure", "ConfirmEmailVM_fromStore", 4110); _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); @@ -606731,10 +606038,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", 4114); + _static_1(A, "history_drawer_vm_AppDrawerVM_fromStore$closure", "AppDrawerVM_fromStore", 4111); _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", 4115); + _static_1(A, "menu_drawer_vm_MenuDrawerVM_fromStore$closure", "MenuDrawerVM_fromStore", 4112); _instance_0_u(_ = A.AppPaginatedDataTableState.prototype, "get$_handleDataSourceChanged", "_handleDataSourceChanged$0", 0); _instance_0_u(_, "get$_handleFirst", "_handleFirst$0", 0); _instance_0_u(_, "get$_handlePrevious", "_handlePrevious$0", 0); @@ -606743,12 +606050,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", 4116); - _static_1(A, "bank_account_list_vm_BankAccountListVM_fromStore$closure", "BankAccountListVM_fromStore", 4117); - _static_1(A, "bank_account_screen_vm_BankAccountScreenVM_fromStore$closure", "BankAccountScreenVM_fromStore", 4118); + _static_1(A, "login_vm_LoginVM_fromStore$closure", "LoginVM_fromStore", 4113); + _static_1(A, "bank_account_list_vm_BankAccountListVM_fromStore$closure", "BankAccountListVM_fromStore", 4114); + _static_1(A, "bank_account_screen_vm_BankAccountScreenVM_fromStore$closure", "BankAccountScreenVM_fromStore", 4115); _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", 4119); - _static_1(A, "client_screen_vm_ClientScreenVM_fromStore$closure", "ClientScreenVM_fromStore", 4120); + _static_1(A, "client_list_vm_ClientListVM_fromStore$closure", "ClientListVM_fromStore", 4116); + _static_1(A, "client_screen_vm_ClientScreenVM_fromStore$closure", "ClientScreenVM_fromStore", 4117); _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); @@ -606757,189 +606064,189 @@ _instance_0_u(A.ClientEditSettingsState.prototype, "get$_client_edit_settings$_onChanged", "_client_edit_settings$_onChanged$0", 0); _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", 712); - _static_1(A, "company_gateway_list_vm_CompanyGatewayListVM_fromStore$closure", "CompanyGatewayListVM_fromStore", 4121); - _static_1(A, "company_gateway_screen_vm_CompanyGatewayScreenVM_fromStore$closure", "CompanyGatewayScreenVM_fromStore", 4122); + _instance_2_u(A._ClientViewDetailsState.prototype, "get$_client_view_details$_launchStatus", "_client_view_details$_launchStatus$2", 686); + _static_1(A, "company_gateway_list_vm_CompanyGatewayListVM_fromStore$closure", "CompanyGatewayListVM_fromStore", 4118); + _static_1(A, "company_gateway_screen_vm_CompanyGatewayScreenVM_fromStore$closure", "CompanyGatewayScreenVM_fromStore", 4119); _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", 4123); - _static_1(A, "credit_screen_vm_CreditScreenVM_fromStore$closure", "CreditScreenVM_fromStore", 4124); - _instance_1_u(A._DashboardChartState.prototype, "get$_onSelectionChanged", "_onSelectionChanged$1", 2748); + _static_1(A, "credit_list_vm_CreditListVM_fromStore$closure", "CreditListVM_fromStore", 4120); + _static_1(A, "credit_screen_vm_CreditScreenVM_fromStore$closure", "CreditScreenVM_fromStore", 4121); + _instance_1_u(A._DashboardChartState.prototype, "get$_onSelectionChanged", "_onSelectionChanged$1", 2745); _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", 4125); - _static_1(A, "design_list_vm_DesignListVM_fromStore$closure", "DesignListVM_fromStore", 4126); - _static_1(A, "design_screen_vm_DesignScreenVM_fromStore$closure", "DesignScreenVM_fromStore", 4127); + _static_1(A, "dashboard_screen_vm_DashboardVM_fromStore$closure", "DashboardVM_fromStore", 4122); + _static_1(A, "design_list_vm_DesignListVM_fromStore$closure", "DesignListVM_fromStore", 4123); + _static_1(A, "design_screen_vm_DesignScreenVM_fromStore$closure", "DesignScreenVM_fromStore", 4124); _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"], 2787, 0, 0); + }, ["call$1$debounce", "call$0"], ["_design_edit$_onChanged$1$debounce", "_design_edit$_onChanged$0"], 2784, 0, 0); _instance_0_u(_, "get$_onHtmlChanged", "_onHtmlChanged$0", 0); - _instance_1_u(_, "get$_loadDesign", "_loadDesign$1", 2788); - _static_1(A, "document_list_vm_DocumentListVM_fromStore$closure", "DocumentListVM_fromStore", 4128); - _static_1(A, "document_screen_vm_DocumentScreenVM_fromStore$closure", "DocumentScreenVM_fromStore", 4129); + _instance_1_u(_, "get$_loadDesign", "_loadDesign$1", 2785); + _static_1(A, "document_list_vm_DocumentListVM_fromStore$closure", "DocumentListVM_fromStore", 4125); + _static_1(A, "document_screen_vm_DocumentScreenVM_fromStore$closure", "DocumentScreenVM_fromStore", 4126); _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", 4130); - _static_1(A, "expense_screen_vm_ExpenseScreenVM_fromStore$closure", "ExpenseScreenVM_fromStore", 4131); + _static_1(A, "expense_list_vm_ExpenseListVM_fromStore$closure", "ExpenseListVM_fromStore", 4127); + _static_1(A, "expense_screen_vm_ExpenseScreenVM_fromStore$closure", "ExpenseScreenVM_fromStore", 4128); _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", 4132); - _static_1(A, "expense_category_screen_vm_ExpenseCategoryScreenVM_fromStore$closure", "ExpenseCategoryScreenVM_fromStore", 4133); + _static_1(A, "expense_category_list_vm_ExpenseCategoryListVM_fromStore$closure", "ExpenseCategoryListVM_fromStore", 4129); + _static_1(A, "expense_category_screen_vm_ExpenseCategoryScreenVM_fromStore$closure", "ExpenseCategoryScreenVM_fromStore", 4130); _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", 4134); - _static_1(A, "group_screen_vm_GroupScreenVM_fromStore$closure", "GroupScreenVM_fromStore", 4135); + _static_1(A, "group_list_vm_GroupListVM_fromStore$closure", "GroupListVM_fromStore", 4131); + _static_1(A, "group_screen_vm_GroupScreenVM_fromStore$closure", "GroupScreenVM_fromStore", 4132); _instance_0_u(_ = A.InvoiceEditDesktopState.prototype, "get$_invoice_edit_desktop$_onChanged", "_invoice_edit_desktop$_onChanged$0", 0); _instance_1_u(_, "get$_invoice_edit_desktop$_onSavePressed", "_invoice_edit_desktop$_onSavePressed$1", 21); _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", 4136); - _static_1(A, "invoice_screen_vm_InvoiceScreenVM_fromStore$closure", "InvoiceScreenVM_fromStore", 4137); + _static_1(A, "invoice_list_vm_InvoiceListVM_fromStore$closure", "InvoiceListVM_fromStore", 4133); + _static_1(A, "invoice_screen_vm_InvoiceScreenVM_fromStore$closure", "InvoiceScreenVM_fromStore", 4134); _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", 21); _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"], 759, 0, 0); - _static_1(A, "payment_list_vm_PaymentListVM_fromStore$closure", "PaymentListVM_fromStore", 4138); - _static_1(A, "payment_screen_vm_PaymentScreenVM_fromStore$closure", "PaymentScreenVM_fromStore", 4139); + }, ["call$1", "call$0"], ["_payment_edit$_onChanged$1", "_payment_edit$_onChanged$0"], 724, 0, 0); + _static_1(A, "payment_list_vm_PaymentListVM_fromStore$closure", "PaymentListVM_fromStore", 4135); + _static_1(A, "payment_screen_vm_PaymentScreenVM_fromStore$closure", "PaymentScreenVM_fromStore", 4136); _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"], 759, 0, 0); + }, ["call$1", "call$0"], ["_payment_refund$_onChanged$1", "_payment_refund$_onChanged$0"], 724, 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", 4140); - _static_1(A, "payment_term_screen_vm_PaymentTermScreenVM_fromStore$closure", "PaymentTermScreenVM_fromStore", 4141); + _static_1(A, "payment_term_list_vm_PaymentTermListVM_fromStore$closure", "PaymentTermListVM_fromStore", 4137); + _static_1(A, "payment_term_screen_vm_PaymentTermScreenVM_fromStore$closure", "PaymentTermScreenVM_fromStore", 4138); _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", 21); - _static_1(A, "product_list_vm_ProductListVM_fromStore$closure", "ProductListVM_fromStore", 4142); - _static_1(A, "product_screen_vm_ProductScreenVM_fromStore$closure", "ProductScreenVM_fromStore", 4143); + _static_1(A, "product_list_vm_ProductListVM_fromStore$closure", "ProductListVM_fromStore", 4139); + _static_1(A, "product_screen_vm_ProductScreenVM_fromStore$closure", "ProductScreenVM_fromStore", 4140); _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", 21); - _static_1(A, "project_list_vm_ProjectListVM_fromStore$closure", "ProjectListVM_fromStore", 4144); - _static_1(A, "project_screen_vm_ProjectScreenVM_fromStore$closure", "ProjectScreenVM_fromStore", 4145); + _static_1(A, "project_list_vm_ProjectListVM_fromStore$closure", "ProjectListVM_fromStore", 4141); + _static_1(A, "project_screen_vm_ProjectScreenVM_fromStore$closure", "ProjectScreenVM_fromStore", 4142); _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", 4146); - _static_1(A, "purchase_order_screen_vm_PurchaseOrderScreenVM_fromStore$closure", "PurchaseOrderScreenVM_fromStore", 4147); - _static_1(A, "quote_list_vm_QuoteListVM_fromStore$closure", "QuoteListVM_fromStore", 4148); - _static_1(A, "quote_screen_vm_QuoteScreenVM_fromStore$closure", "QuoteScreenVM_fromStore", 4149); - _static_1(A, "recurring_expense_list_vm_RecurringExpenseListVM_fromStore$closure", "RecurringExpenseListVM_fromStore", 4150); - _static_1(A, "recurring_expense_screen_vm_RecurringExpenseScreenVM_fromStore$closure", "RecurringExpenseScreenVM_fromStore", 4151); - _static_1(A, "recurring_invoice_list_vm_RecurringInvoiceListVM_fromStore$closure", "RecurringInvoiceListVM_fromStore", 4152); - _static_1(A, "recurring_invoice_screen_vm_RecurringInvoiceScreenVM_fromStore$closure", "RecurringInvoiceScreenVM_fromStore", 4153); - _static_1(A, "reports_screen_vm_ReportsScreenVM_fromStore$closure", "ReportsScreenVM_fromStore", 4154); + _static_1(A, "purchase_order_list_vm_PurchaseOrderListVM_fromStore$closure", "PurchaseOrderListVM_fromStore", 4143); + _static_1(A, "purchase_order_screen_vm_PurchaseOrderScreenVM_fromStore$closure", "PurchaseOrderScreenVM_fromStore", 4144); + _static_1(A, "quote_list_vm_QuoteListVM_fromStore$closure", "QuoteListVM_fromStore", 4145); + _static_1(A, "quote_screen_vm_QuoteScreenVM_fromStore$closure", "QuoteScreenVM_fromStore", 4146); + _static_1(A, "recurring_expense_list_vm_RecurringExpenseListVM_fromStore$closure", "RecurringExpenseListVM_fromStore", 4147); + _static_1(A, "recurring_expense_screen_vm_RecurringExpenseScreenVM_fromStore$closure", "RecurringExpenseScreenVM_fromStore", 4148); + _static_1(A, "recurring_invoice_list_vm_RecurringInvoiceListVM_fromStore$closure", "RecurringInvoiceListVM_fromStore", 4149); + _static_1(A, "recurring_invoice_screen_vm_RecurringInvoiceScreenVM_fromStore$closure", "RecurringInvoiceScreenVM_fromStore", 4150); + _static_1(A, "reports_screen_vm_ReportsScreenVM_fromStore$closure", "ReportsScreenVM_fromStore", 4151); _instance_0_u(A._ScheduleEditState.prototype, "get$_schedule_edit$_onChanged", "_schedule_edit$_onChanged$0", 0); - _static_1(A, "schedule_list_vm_ScheduleListVM_fromStore$closure", "ScheduleListVM_fromStore", 4155); - _static_1(A, "schedule_screen_vm_ScheduleScreenVM_fromStore$closure", "ScheduleScreenVM_fromStore", 4156); + _static_1(A, "schedule_list_vm_ScheduleListVM_fromStore$closure", "ScheduleListVM_fromStore", 4152); + _static_1(A, "schedule_screen_vm_ScheduleScreenVM_fromStore$closure", "ScheduleScreenVM_fromStore", 4153); _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", 4157); + _static_1(A, "account_management_vm_AccountManagementVM_fromStore$closure", "AccountManagementVM_fromStore", 4154); _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", 21); - _static_1(A, "client_portal_vm_ClientPortalVM_fromStore$closure", "ClientPortalVM_fromStore", 4158); + _static_1(A, "client_portal_vm_ClientPortalVM_fromStore$closure", "ClientPortalVM_fromStore", 4155); _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", 4159); + _static_1(A, "company_details_vm_CompanyDetailsVM_fromStore$closure", "CompanyDetailsVM_fromStore", 4156); _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", 4160); + _static_1(A, "credit_cards_and_banks_vm_CreditCardsAndBanksVM_fromStore$closure", "CreditCardsAndBanksVM_fromStore", 4157); _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", 4161); + _static_1(A, "custom_fields_vm_CustomFieldsVM_fromStore$closure", "CustomFieldsVM_fromStore", 4158); _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", 4162); + _static_1(A, "data_visualizations_vm_DataVisualizationsVM_fromStore$closure", "DataVisualizationsVM_fromStore", 4159); _instance_0_u(_ = A._DeviceSettingsState.prototype, "get$_device_settings$_onChanged", "_device_settings$_onChanged$0", 0); _instance_0_u(_, "get$_device_settings$_onTabChanged", "_device_settings$_onTabChanged$0", 0); - _static_1(A, "device_settings_vm_DeviceSettingsVM_fromStore$closure", "DeviceSettingsVM_fromStore", 4163); + _static_1(A, "device_settings_vm_DeviceSettingsVM_fromStore$closure", "DeviceSettingsVM_fromStore", 4160); _instance_0_u(_ = A._EmailSettingsState.prototype, "get$_email_settings$_onChanged", "_email_settings$_onChanged$0", 0); _instance_1_u(_, "get$_email_settings$_onSavePressed", "_email_settings$_onSavePressed$1", 21); - _static_1(A, "email_settings_vm_EmailSettingsVM_fromStore$closure", "EmailSettingsVM_fromStore", 4164); - _static_1(A, "expense_settings_vm_ExpenseSettingsVM_fromStore$closure", "ExpenseSettingsVM_fromStore", 4165); + _static_1(A, "email_settings_vm_EmailSettingsVM_fromStore$closure", "EmailSettingsVM_fromStore", 4161); + _static_1(A, "expense_settings_vm_ExpenseSettingsVM_fromStore$closure", "ExpenseSettingsVM_fromStore", 4162); _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", 21); _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", 4166); - _static_1(A, "import_export_vm_ImportExportVM_fromStore$closure", "ImportExportVM_fromStore", 4167); + _static_1(A, "generated_numbers_vm_GeneratedNumbersVM_fromStore$closure", "GeneratedNumbersVM_fromStore", 4163); + _static_1(A, "import_export_vm_ImportExportVM_fromStore$closure", "ImportExportVM_fromStore", 4164); _instance_0_u(_ = A._InvoiceDesignState.prototype, "get$_invoice_design$_onTabChanged", "_invoice_design$_onTabChanged$0", 0); _instance_0_u(_, "get$_invoice_design$_onChanged", "_invoice_design$_onChanged$0", 0); - _static_1(A, "invoice_design_vm_InvoiceDesignVM_fromStore$closure", "InvoiceDesignVM_fromStore", 4168); + _static_1(A, "invoice_design_vm_InvoiceDesignVM_fromStore$closure", "InvoiceDesignVM_fromStore", 4165); _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", 4169); + _static_1(A, "localization_vm_LocalizationSettingsVM_fromStore$closure", "LocalizationSettingsVM_fromStore", 4166); _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", 4170); + _static_1(A, "payment_settings_vm_PaymentSettingsVM_fromStore$closure", "PaymentSettingsVM_fromStore", 4167); _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", 4171); - _static_1(A, "settings_list_vm_SettingsListVM_fromStore$closure", "SettingsListVM_fromStore", 4172); - _static_1(A, "settings_screen_vm_SettingsScreenVM_fromStore$closure", "SettingsScreenVM_fromStore", 4173); + _static_1(A, "product_settings_vm_ProductSettingsVM_fromStore$closure", "ProductSettingsVM_fromStore", 4168); + _static_1(A, "settings_list_vm_SettingsListVM_fromStore$closure", "SettingsListVM_fromStore", 4169); + _static_1(A, "settings_screen_vm_SettingsScreenVM_fromStore$closure", "SettingsScreenVM_fromStore", 4170); _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", 4174); + _static_1(A, "task_settings_vm_TaskSettingsVM_fromStore$closure", "TaskSettingsVM_fromStore", 4171); _instance_0_u(A.__EditSubregionDialogState.prototype, "get$_tax_settings$_onDone", "_tax_settings$_onDone$0", 0); - _static_1(A, "tax_settings_vm_TaxSettingsVM_fromStore$closure", "TaxSettingsVM_fromStore", 4175); + _static_1(A, "tax_settings_vm_TaxSettingsVM_fromStore$closure", "TaxSettingsVM_fromStore", 4172); _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", 4176); + _static_1(A, "templates_and_reminders_vm_TemplatesAndRemindersVM_fromStore$closure", "TemplatesAndRemindersVM_fromStore", 4173); _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", 21); - _static_1(A, "user_details_vm_UserDetailsVM_fromStore$closure", "UserDetailsVM_fromStore", 4177); + _static_1(A, "user_details_vm_UserDetailsVM_fromStore$closure", "UserDetailsVM_fromStore", 4174); _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", 4178); + _static_1(A, "workflow_vm_WorkflowSettingsVM_fromStore$closure", "WorkflowSettingsVM_fromStore", 4175); _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", 21); - _static_1(A, "subscription_list_vm_SubscriptionListVM_fromStore$closure", "SubscriptionListVM_fromStore", 4179); - _static_1(A, "subscription_screen_vm_SubscriptionScreenVM_fromStore$closure", "SubscriptionScreenVM_fromStore", 4180); + _static_1(A, "subscription_list_vm_SubscriptionListVM_fromStore$closure", "SubscriptionListVM_fromStore", 4176); + _static_1(A, "subscription_screen_vm_SubscriptionScreenVM_fromStore$closure", "SubscriptionScreenVM_fromStore", 4177); _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", 4181); - _static_1(A, "task_list_vm_TaskListVM_fromStore$closure", "TaskListVM_fromStore", 4182); - _static_1(A, "task_screen_vm_TaskScreenVM_fromStore$closure", "TaskScreenVM_fromStore", 4183); + _static_1(A, "kanban_view_vm_KanbanVM_fromStore$closure", "KanbanVM_fromStore", 4178); + _static_1(A, "task_list_vm_TaskListVM_fromStore$closure", "TaskListVM_fromStore", 4179); + _static_1(A, "task_screen_vm_TaskScreenVM_fromStore$closure", "TaskScreenVM_fromStore", 4180); _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", 21); - _static_1(A, "task_status_list_vm_TaskStatusListVM_fromStore$closure", "TaskStatusListVM_fromStore", 4184); - _static_1(A, "task_status_screen_vm_TaskStatusScreenVM_fromStore$closure", "TaskStatusScreenVM_fromStore", 4185); + _static_1(A, "task_status_list_vm_TaskStatusListVM_fromStore$closure", "TaskStatusListVM_fromStore", 4181); + _static_1(A, "task_status_screen_vm_TaskStatusScreenVM_fromStore$closure", "TaskStatusScreenVM_fromStore", 4182); _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", 21); - _static_1(A, "tax_rate_list_vm_TaxRateListVM_fromStore$closure", "TaxRateListVM_fromStore", 4186); - _static_1(A, "tax_rate_screen_vm_TaxRateScreenVM_fromStore$closure", "TaxRateScreenVM_fromStore", 4187); + _static_1(A, "tax_rate_list_vm_TaxRateListVM_fromStore$closure", "TaxRateListVM_fromStore", 4183); + _static_1(A, "tax_rate_screen_vm_TaxRateScreenVM_fromStore$closure", "TaxRateScreenVM_fromStore", 4184); _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", 21); - _static_1(A, "token_list_vm_TokenListVM_fromStore$closure", "TokenListVM_fromStore", 4188); - _static_1(A, "token_screen_vm_TokenScreenVM_fromStore$closure", "TokenScreenVM_fromStore", 4189); + _static_1(A, "token_list_vm_TokenListVM_fromStore$closure", "TokenListVM_fromStore", 4185); + _static_1(A, "token_screen_vm_TokenScreenVM_fromStore$closure", "TokenScreenVM_fromStore", 4186); _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", 4190); - _static_1(A, "transaction_screen_vm_TransactionScreenVM_fromStore$closure", "TransactionScreenVM_fromStore", 4191); + _static_1(A, "transaction_list_vm_TransactionListVM_fromStore$closure", "TransactionListVM_fromStore", 4187); + _static_1(A, "transaction_screen_vm_TransactionScreenVM_fromStore$closure", "TransactionScreenVM_fromStore", 4188); _instance_0_u(A._TransactionRuleEditState.prototype, "get$_transaction_rule_edit$_onChanged", "_transaction_rule_edit$_onChanged$0", 0); _instance_0_u(A.__RuleCriteriaState.prototype, "get$onDonePressed", "onDonePressed$0", 0); - _static_1(A, "transaction_rule_list_vm_TransactionRuleListVM_fromStore$closure", "TransactionRuleListVM_fromStore", 4192); - _static_1(A, "transaction_rule_screen_vm_TransactionRuleScreenVM_fromStore$closure", "TransactionRuleScreenVM_fromStore", 4193); + _static_1(A, "transaction_rule_list_vm_TransactionRuleListVM_fromStore$closure", "TransactionRuleListVM_fromStore", 4189); + _static_1(A, "transaction_rule_screen_vm_TransactionRuleScreenVM_fromStore$closure", "TransactionRuleScreenVM_fromStore", 4190); _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", 21); - _static_1(A, "user_list_vm_UserListVM_fromStore$closure", "UserListVM_fromStore", 4194); - _static_1(A, "user_screen_vm_UserScreenVM_fromStore$closure", "UserScreenVM_fromStore", 4195); + _static_1(A, "user_list_vm_UserListVM_fromStore$closure", "UserListVM_fromStore", 4191); + _static_1(A, "user_screen_vm_UserScreenVM_fromStore$closure", "UserScreenVM_fromStore", 4192); _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", 21); _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", 4196); - _static_1(A, "vendor_screen_vm_VendorScreenVM_fromStore$closure", "VendorScreenVM_fromStore", 4197); + _static_1(A, "vendor_list_vm_VendorListVM_fromStore$closure", "VendorListVM_fromStore", 4193); + _static_1(A, "vendor_screen_vm_VendorScreenVM_fromStore$closure", "VendorScreenVM_fromStore", 4194); _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", 712); + _instance_2_u(A._VendorViewDetailsState.prototype, "get$_launchStatus", "_launchStatus$2", 686); _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", 21); - _static_1(A, "webhook_list_vm_WebhookListVM_fromStore$closure", "WebhookListVM_fromStore", 4198); - _static_1(A, "webhook_screen_vm_WebhookScreenVM_fromStore$closure", "WebhookScreenVM_fromStore", 4199); + _static_1(A, "webhook_list_vm_WebhookListVM_fromStore$closure", "WebhookListVM_fromStore", 4195); + _static_1(A, "webhook_screen_vm_WebhookScreenVM_fromStore$closure", "WebhookScreenVM_fromStore", 4196); _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); @@ -606954,72 +606261,72 @@ _instance_0_u(_, "get$_applyLink", "_applyLink$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", 3314); + _instance_1_u(A.ListSyntax.prototype, "get$_removeLeadingEmptyLine", "_removeLeadingEmptyLine$1", 3311); _instance_1_u(A._FadeWidgetState.prototype, "get$animationStatusChange", "animationStatusChange$1", 43); - _instance_1_u(_ = A.ImageHandler.prototype, "get$build", "build$1", 52); - _instance(_, "get$_imageBuilder", 0, 4, null, ["call$4"], ["_imageBuilder$4"], 591, 0, 0); - _instance(_, "get$_placeholderBuilder", 0, 4, null, ["call$4"], ["_placeholderBuilder$4"], 591, 0, 0); - _instance(_, "get$_preLoadingBuilder", 0, 4, null, ["call$4"], ["_preLoadingBuilder$4"], 591, 0, 0); - _instance(_, "get$_loadingBuilder", 0, 3, null, ["call$3"], ["_loadingBuilder$3"], 3324, 0, 0); - _instance(_, "get$_errorBuilder", 0, 3, null, ["call$3"], ["_errorBuilder$3"], 626, 0, 0); + _instance_1_u(_ = A.ImageHandler.prototype, "get$build", "build$1", 51); + _instance(_, "get$_imageBuilder", 0, 4, null, ["call$4"], ["_imageBuilder$4"], 514, 0, 0); + _instance(_, "get$_placeholderBuilder", 0, 4, null, ["call$4"], ["_placeholderBuilder$4"], 514, 0, 0); + _instance(_, "get$_preLoadingBuilder", 0, 4, null, ["call$4"], ["_preLoadingBuilder$4"], 514, 0, 0); + _instance(_, "get$_loadingBuilder", 0, 3, null, ["call$3"], ["_loadingBuilder$3"], 3321, 0, 0); + _instance(_, "get$_errorBuilder", 0, 3, null, ["call$3"], ["_errorBuilder$3"], 741, 0, 0); _instance_0_i(_ = A._MenuPageController.prototype, "get$next", "next$0", 0); _instance_0_u(_, "get$previous", "previous$0", 0); - _static_0(A, "path_provider__getApplicationDocumentsDirectory$closure", "getApplicationDocumentsDirectory", 4200); + _static_0(A, "path_provider__getApplicationDocumentsDirectory$closure", "getApplicationDocumentsDirectory", 4197); _instance_0_u(A._PinchZoomState.prototype, "get$_onAnimateReset", "_onAnimateReset$0", 0); - _static_2(A, "pinput_Pinput__defaultContextMenuBuilder$closure", "Pinput__defaultContextMenuBuilder", 405); + _static_2(A, "pinput_Pinput__defaultContextMenuBuilder$closure", "Pinput__defaultContextMenuBuilder", 388); _instance_0_u(_ = A._PinputState.prototype, "get$_handleTextEditingControllerChanges", "_handleTextEditingControllerChanges$0", 0); - _instance_2_u(_, "get$_pinput$_handleSelectionChanged", "_pinput$_handleSelectionChanged$2", 517); + _instance_2_u(_, "get$_pinput$_handleSelectionChanged", "_pinput$_handleSelectionChanged$2", 552); _instance_0_u(_, "get$_pinput$_handleSelectionHandleTapped", "_pinput$_handleSelectionHandleTapped$0", 0); - _instance(_, "get$_validator", 0, 0, null, ["call$1", "call$0"], ["_validator$1", "_validator$0"], 3330, 0, 0); + _instance(_, "get$_validator", 0, 0, null, ["call$1", "call$0"], ["_validator$1", "_validator$0"], 3327, 0, 0); _instance_0_u(_, "get$_semanticsOnTap", "_semanticsOnTap$0", 0); - _instance_2_u(A._PinItem.prototype, "get$_getTransition", "_getTransition$2", 476); - _instance_1_u(_ = A._PinputSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 170); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 288); - _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 387); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 260); - _static_1(A, "method_channel_MethodChannelPrinting__handleMethod$closure", "MethodChannelPrinting__handleMethod", 169); - _instance(A.PdfPrintAction.prototype, "get$_print", 0, 3, null, ["call$3"], ["_print$3"], 761, 0, 0); - _instance(A.PdfShareAction.prototype, "get$_share", 0, 3, null, ["call$3"], ["_share$3"], 761, 0, 0); - _instance_0_u(A.PdfPreviewState.prototype, "get$computeActualPageFormat", "computeActualPageFormat$0", 3340); + _instance_2_u(A._PinItem.prototype, "get$_getTransition", "_getTransition$2", 449); + _instance_1_u(_ = A._PinputSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 166); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 271); + _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 396); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 266); + _static_1(A, "method_channel_MethodChannelPrinting__handleMethod$closure", "MethodChannelPrinting__handleMethod", 178); + _instance(A.PdfPrintAction.prototype, "get$_print", 0, 3, null, ["call$3"], ["_print$3"], 878, 0, 0); + _instance(A.PdfShareAction.prototype, "get$_share", 0, 3, null, ["call$3"], ["_share$3"], 878, 0, 0); + _instance_0_u(A.PdfPreviewState.prototype, "get$computeActualPageFormat", "computeActualPageFormat$0", 3337); _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"], 3343, 0, 0); + _instance(A.TypedMiddleware.prototype, "get$$call", 0, 3, null, ["call$3"], ["call$3"], 3340, 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(_ = A.Subject.prototype, "get$_subject$_addError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["_subject$_addError$2", "_subject$_addError$1"], 569, 0, 0); + }, ["call$2", "call$1"], ["_subject$_addError$2", "_subject$_addError$1"], 606, 0, 0); _instance_1_i(_, "get$add", "add$1", 42); _instance_1_i(_, "get$_subject$_add", "_subject$_add$1", 42); _instance_1_u(_ = A._StartWithStreamSink.prototype, "get$onData", "onData$1", 42); - _instance_2_i(_, "get$onError", "onError$2", 131); + _instance_2_i(_, "get$onError", "onError$2", 144); _instance_0_u(_, "get$onDone", "onDone$0", 0); _instance_1_u(_ = A._StartWithErrorStreamSink.prototype, "get$onData", "onData$1", 42); - _instance_2_i(_, "get$onError", "onError$2", 131); + _instance_2_i(_, "get$onError", "onError$2", 144); _instance_0_u(_, "get$onDone", "onDone$0", 0); - _instance_1_u(A.SentryFlutterWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 169); - _instance(A.SourceSpanMixin.prototype, "get$message", 1, 1, null, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 3357, 0, 0); + _instance_1_u(A.SentryFlutterWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 178); + _instance(A.SourceSpanMixin.prototype, "get$message", 1, 1, null, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 3354, 0, 0); _instance_0_u(A.InjectedImp.prototype, "get$dispose", "dispose$0", 0); - _instance_2_u(A.ReactiveModelImp.prototype, "get$middleSetCreator", "middleSetCreator$2", 3360); + _instance_2_u(A.ReactiveModelImp.prototype, "get$middleSetCreator", "middleSetCreator$2", 3357); _instance_0_u(_ = A.DocumentComposer.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_, "get$_onSelectionChangedBySelectionNotifier", "_onSelectionChangedBySelectionNotifier$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._EditorSelectionAndFocusPolicyState.prototype, "get$_onFocusChange", "_onFocusChange$0", 0); _instance_0_u(_, "get$_onSelectionChange", "_onSelectionChange$0", 0); - _instance_1_u(_ = A._DocumentMouseInteractorState.prototype, "get$_document_gestures_mouse$_onSelectionChange", "_document_gestures_mouse$_onSelectionChange$1", 3368); - _instance_1_u(_, "get$_document_gestures_mouse$_onTapUp", "_document_gestures_mouse$_onTapUp$1", 111); + _instance_1_u(_ = A._DocumentMouseInteractorState.prototype, "get$_document_gestures_mouse$_onSelectionChange", "_document_gestures_mouse$_onSelectionChange$1", 3365); + _instance_1_u(_, "get$_document_gestures_mouse$_onTapUp", "_document_gestures_mouse$_onTapUp$1", 106); _instance_1_u(_, "get$_document_gestures_mouse$_onDoubleTapDown", "_document_gestures_mouse$_onDoubleTapDown$1", 64); _instance_0_u(_, "get$_onDoubleTap", "_onDoubleTap$0", 0); _instance_1_u(_, "get$_document_gestures_mouse$_onTripleTapDown", "_document_gestures_mouse$_onTripleTapDown$1", 64); _instance_0_u(_, "get$_onTripleTap", "_onTripleTap$0", 0); - _instance_1_u(_, "get$_document_gestures_mouse$_onPanStart", "_document_gestures_mouse$_onPanStart$1", 76); - _instance_1_u(_, "get$_document_gestures_mouse$_onPanUpdate", "_document_gestures_mouse$_onPanUpdate$1", 70); + _instance_1_u(_, "get$_document_gestures_mouse$_onPanStart", "_document_gestures_mouse$_onPanStart$1", 78); + _instance_1_u(_, "get$_document_gestures_mouse$_onPanUpdate", "_document_gestures_mouse$_onPanUpdate$1", 69); _instance_1_u(_, "get$_document_gestures_mouse$_onPanEnd", "_document_gestures_mouse$_onPanEnd$1", 92); _instance_0_u(_, "get$_document_gestures_mouse$_onPanCancel", "_document_gestures_mouse$_onPanCancel$0", 0); - _instance_1_u(_, "get$_scrollOnMouseWheel", "_scrollOnMouseWheel$1", 292); + _instance_1_u(_, "get$_scrollOnMouseWheel", "_scrollOnMouseWheel$1", 277); _instance_0_u(_, "get$_document_gestures_mouse$_updateDragSelection", "_document_gestures_mouse$_updateDragSelection$0", 0); - _instance_1_u(_, "get$_onMouseMove", "_onMouseMove$1", 375); + _instance_1_u(_, "get$_onMouseMove", "_onMouseMove$1", 392); _instance_0_u(_, "get$_updateMouseCursorAtLatestOffset", "_updateMouseCursorAtLatestOffset$0", 0); _instance_0_u(_ = A._AndroidDocumentTouchInteractorState.prototype, "get$_document_gestures_touch_android$_onScrollActivityChange", "_document_gestures_touch_android$_onScrollActivityChange$0", 0); _instance_0_u(_, "get$_document_gestures_touch_android$_onFocusChange", "_document_gestures_touch_android$_onFocusChange$0", 0); @@ -607027,18 +606334,18 @@ _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$_onTapDown", "_document_gestures_touch_android$_onTapDown$1", 64); - _instance_1_u(_, "get$_document_gestures_touch_android$_onTapUp", "_document_gestures_touch_android$_onTapUp$1", 111); + _instance_1_u(_, "get$_document_gestures_touch_android$_onTapUp", "_document_gestures_touch_android$_onTapUp$1", 106); _instance_1_u(_, "get$_onDoubleTapDown", "_onDoubleTapDown$1", 64); _instance_1_u(_, "get$_onTripleTapDown", "_onTripleTapDown$1", 64); - _instance_2_u(_, "get$_onHandleDragStart", "_onHandleDragStart$2", 3372); - _instance_1_u(_, "get$_onHandleDragUpdate", "_onHandleDragUpdate$1", 741); + _instance_2_u(_, "get$_onHandleDragStart", "_onHandleDragStart$2", 3369); + _instance_1_u(_, "get$_onHandleDragUpdate", "_onHandleDragUpdate$1", 891); _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); _instance_0_u(_ = A._AndroidDocumentTouchEditingControlsState.prototype, "get$_document_gestures_touch_android$_onEditingControllerChange", "_document_gestures_touch_android$_onEditingControllerChange$0", 0); - _instance_1_u(_, "get$_onCollapsedPanStart", "_onCollapsedPanStart$1", 76); - _instance_1_u(_, "get$_onUpstreamHandlePanStart", "_onUpstreamHandlePanStart$1", 76); - _instance_1_u(_, "get$_onDownstreamHandlePanStart", "_onDownstreamHandlePanStart$1", 76); - _instance_1_u(_, "get$_document_gestures_touch_android$_onPanUpdate", "_document_gestures_touch_android$_onPanUpdate$1", 70); + _instance_1_u(_, "get$_onCollapsedPanStart", "_onCollapsedPanStart$1", 78); + _instance_1_u(_, "get$_onUpstreamHandlePanStart", "_onUpstreamHandlePanStart$1", 78); + _instance_1_u(_, "get$_onDownstreamHandlePanStart", "_onDownstreamHandlePanStart$1", 78); + _instance_1_u(_, "get$_document_gestures_touch_android$_onPanUpdate", "_document_gestures_touch_android$_onPanUpdate$1", 69); _instance_1_u(_, "get$_document_gestures_touch_android$_onPanEnd", "_document_gestures_touch_android$_onPanEnd$1", 92); _instance_0_u(_, "get$_document_gestures_touch_android$_onPanCancel", "_document_gestures_touch_android$_onPanCancel$0", 0); _instance_0_u(_ = A._IOSDocumentTouchInteractorState.prototype, "get$_onScrollActivityChange", "_onScrollActivityChange$0", 0); @@ -607047,20 +606354,20 @@ _instance_0_u(_, "get$_document_gestures_touch_ios$_onSelectionChange", "_document_gestures_touch_ios$_onSelectionChange$0", 0); _instance_0_u(_, "get$_onScrollChange", "_onScrollChange$0", 0); _instance_1_u(_, "get$_document_gestures_touch_ios$_onTapDown", "_document_gestures_touch_ios$_onTapDown$1", 64); - _instance_1_u(_, "get$_document_gestures_touch_ios$_onTapUp", "_document_gestures_touch_ios$_onTapUp$1", 111); - _instance_1_u(_, "get$_onDoubleTapUp", "_onDoubleTapUp$1", 111); - _instance_1_u(_, "get$_onTripleTapUp", "_onTripleTapUp$1", 111); - _instance_1_u(_, "get$_onPanDown", "_onPanDown$1", 448); - _instance_1_u(_, "get$_onPanStart", "_onPanStart$1", 76); - _instance_1_u(_, "get$_onPanUpdate", "_onPanUpdate$1", 70); + _instance_1_u(_, "get$_document_gestures_touch_ios$_onTapUp", "_document_gestures_touch_ios$_onTapUp$1", 106); + _instance_1_u(_, "get$_onDoubleTapUp", "_onDoubleTapUp$1", 106); + _instance_1_u(_, "get$_onTripleTapUp", "_onTripleTapUp$1", 106); + _instance_1_u(_, "get$_onPanDown", "_onPanDown$1", 473); + _instance_1_u(_, "get$_onPanStart", "_onPanStart$1", 78); + _instance_1_u(_, "get$_onPanUpdate", "_onPanUpdate$1", 69); _instance_1_u(_, "get$_onPanEnd", "_onPanEnd$1", 92); _instance_0_u(_, "get$_onPanCancel", "_onPanCancel$0", 0); _instance_0_u(_, "get$_onTapTimeout", "_onTapTimeout$0", 0); _instance_0_u(_, "get$_updateDragSelection", "_updateDragSelection$0", 0); _instance_0_u(_, "get$_onFloatingCursorStart", "_onFloatingCursorStart$0", 0); - _instance_1_u(_, "get$_moveSelectionToFloatingCursor", "_moveSelectionToFloatingCursor$1", 741); + _instance_1_u(_, "get$_moveSelectionToFloatingCursor", "_moveSelectionToFloatingCursor$1", 891); _instance_0_u(_, "get$_onFloatingCursorStop", "_onFloatingCursorStop$0", 0); - _instance_2_u(A._SuperEditorHardwareKeyHandlerState.prototype, "get$_onKeyPressed", "_onKeyPressed$2", 221); + _instance_2_u(A._SuperEditorHardwareKeyHandlerState.prototype, "get$_onKeyPressed", "_onKeyPressed$2", 227); _instance_0_u(_ = A.DocumentImeInputClient.prototype, "get$_onContentChange", "_onContentChange$0", 0); _instance_0_u(_, "get$_onImeConnectionChange", "_onImeConnectionChange$0", 0); _instance_1_u(_, "get$performSelector", "performSelector$1", 15); @@ -607085,85 +606392,85 @@ _instance_0_u(_, "get$_onScrollPositionChange", "_onScrollPositionChange$0", 0); _instance_1_u(_, "get$_document_scrollable$_onTick", "_document_scrollable$_onTick$1", 11); _instance_0_u(_ = A._SingleColumnDocumentLayoutState.prototype, "get$_onPresenterMarkedDirty", "_onPresenterMarkedDirty$0", 20); - _instance(_, "get$_onViewModelChange", 0, 0, null, ["call$3$addedComponents$changedComponents$removedComponents"], ["_onViewModelChange$3$addedComponents$changedComponents$removedComponents"], 696, 0, 0); - _instance(A._PresenterComponentBuilderState.prototype, "get$_onViewModelChange", 0, 0, null, ["call$3$addedComponents$changedComponents$removedComponents"], ["_onViewModelChange$3$addedComponents$changedComponents$removedComponents"], 696, 0, 0); - _static_1(A, "_presenter__noStyleBuilder$closure", "noStyleBuilder", 193); + _instance(_, "get$_onViewModelChange", 0, 0, null, ["call$3$addedComponents$changedComponents$removedComponents"], ["_onViewModelChange$3$addedComponents$changedComponents$removedComponents"], 901, 0, 0); + _instance(A._PresenterComponentBuilderState.prototype, "get$_onViewModelChange", 0, 0, null, ["call$3$addedComponents$changedComponents$removedComponents"], ["_onViewModelChange$3$addedComponents$changedComponents$removedComponents"], 901, 0, 0); + _static_1(A, "_presenter__noStyleBuilder$closure", "noStyleBuilder", 190); _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", 4201); - _static_2(A, "list_items___defaultIndentCalculator$closure", "_defaultIndentCalculator", 4202); - _static_2(A, "list_items___defaultOrderedListItemNumeralBuilder$closure", "_defaultOrderedListItemNumeralBuilder", 4203); - _static(A, "list_items__tabToIndentListItem$closure", 0, null, ["call$2$editContext$keyEvent"], ["tabToIndentListItem"], 68, 0); - _static(A, "list_items__shiftTabToUnIndentListItem$closure", 0, null, ["call$2$editContext$keyEvent"], ["shiftTabToUnIndentListItem"], 68, 0); - _static(A, "list_items__backspaceToUnIndentListItem$closure", 0, null, ["call$2$editContext$keyEvent"], ["backspaceToUnIndentListItem"], 68, 0); - _static(A, "paragraph0__anyCharacterToInsertInParagraph$closure", 0, null, ["call$2$editContext$keyEvent"], ["anyCharacterToInsertInParagraph"], 68, 0); - _static(A, "paragraph0__backspaceToClearParagraphBlockType$closure", 0, null, ["call$2$editContext$keyEvent"], ["backspaceToClearParagraphBlockType"], 68, 0); - _static(A, "paragraph0__enterToInsertBlockNewline$closure", 0, null, ["call$2$editContext$keyEvent"], ["enterToInsertBlockNewline"], 68, 0); - _static_2(A, "super_editor0__defaultInlineTextStyler$closure", "defaultInlineTextStyler", 4205); - _static_1(A, "super_editor0__superEditorLaunchLinkTapHandlerFactory$closure", "superEditorLaunchLinkTapHandlerFactory", 4206); + _static_2(A, "list_items___defaultUnorderedListItemDotBuilder$closure", "_defaultUnorderedListItemDotBuilder", 4198); + _static_2(A, "list_items___defaultIndentCalculator$closure", "_defaultIndentCalculator", 4199); + _static_2(A, "list_items___defaultOrderedListItemNumeralBuilder$closure", "_defaultOrderedListItemNumeralBuilder", 4200); + _static(A, "list_items__tabToIndentListItem$closure", 0, null, ["call$2$editContext$keyEvent"], ["tabToIndentListItem"], 66, 0); + _static(A, "list_items__shiftTabToUnIndentListItem$closure", 0, null, ["call$2$editContext$keyEvent"], ["shiftTabToUnIndentListItem"], 66, 0); + _static(A, "list_items__backspaceToUnIndentListItem$closure", 0, null, ["call$2$editContext$keyEvent"], ["backspaceToUnIndentListItem"], 66, 0); + _static(A, "paragraph0__anyCharacterToInsertInParagraph$closure", 0, null, ["call$2$editContext$keyEvent"], ["anyCharacterToInsertInParagraph"], 66, 0); + _static(A, "paragraph0__backspaceToClearParagraphBlockType$closure", 0, null, ["call$2$editContext$keyEvent"], ["backspaceToClearParagraphBlockType"], 66, 0); + _static(A, "paragraph0__enterToInsertBlockNewline$closure", 0, null, ["call$2$editContext$keyEvent"], ["enterToInsertBlockNewline"], 66, 0); + _static_2(A, "super_editor0__defaultInlineTextStyler$closure", "defaultInlineTextStyler", 4202); + _static_1(A, "super_editor0__superEditorLaunchLinkTapHandlerFactory$closure", "superEditorLaunchLinkTapHandlerFactory", 4203); _instance_0_u(_ = A.SuperEditorState.prototype, "get$_super_editor0$_onFocusChange", "_super_editor0$_onFocusChange$0", 0); _instance_0_u(_, "get$_updateComposerPreferencesAtSelection", "_updateComposerPreferencesAtSelection$0", 0); _instance_0_u(A.SuperEditorLaunchLinkTapHandler.prototype, "get$dispose", "dispose$0", 0); - _static(A, "tasks__enterToInsertNewTask$closure", 0, null, ["call$2$editContext$keyEvent"], ["enterToInsertNewTask"], 68, 0); - _static(A, "text__anyCharacterToInsertInTextContent$closure", 0, null, ["call$2$editContext$keyEvent"], ["anyCharacterToInsertInTextContent"], 68, 0); - _static(A, "text__deleteToRemoveDownstreamContent$closure", 0, null, ["call$2$editContext$keyEvent"], ["deleteToRemoveDownstreamContent"], 68, 0); - _static(A, "text__shiftEnterToInsertNewlineInBlock$closure", 0, null, ["call$2$editContext$keyEvent"], ["shiftEnterToInsertNewlineInBlock"], 68, 0); + _static(A, "tasks__enterToInsertNewTask$closure", 0, null, ["call$2$editContext$keyEvent"], ["enterToInsertNewTask"], 66, 0); + _static(A, "text__anyCharacterToInsertInTextContent$closure", 0, null, ["call$2$editContext$keyEvent"], ["anyCharacterToInsertInTextContent"], 66, 0); + _static(A, "text__deleteToRemoveDownstreamContent$closure", 0, null, ["call$2$editContext$keyEvent"], ["deleteToRemoveDownstreamContent"], 66, 0); + _static(A, "text__shiftEnterToInsertNewlineInBlock$closure", 0, null, ["call$2$editContext$keyEvent"], ["shiftEnterToInsertNewlineInBlock"], 66, 0); _instance_0_u(A.TextNode.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(A.TextComponentState.prototype, "get$_textStyleWithBlockType", "_textStyleWithBlockType$1", 193); + _instance_1_u(A.TextComponentState.prototype, "get$_textStyleWithBlockType", "_textStyleWithBlockType$1", 190); _instance_0_u(A._MultiListenableBuilderState.prototype, "get$_onListenableChange", "_onListenableChange$0", 0); _instance_1_u(A.AutoScroller.prototype, "get$__scrolling$_onTick", "__scrolling$_onTick$1", 10); _instance_0_u(A.ContentLayersElement.prototype, "get$_onContentBuildScheduled", "_onContentBuildScheduled$0", 0); - _instance_2_u(A._NonReparentingFocusState.prototype, "get$_focus$_onKey", "_focus$_onKey$2", 221); + _instance_2_u(A._NonReparentingFocusState.prototype, "get$_focus$_onKey", "_focus$_onKey$2", 227); _instance_0_u(A._FocusWithCustomParentState.prototype, "get$_focus$_handleFocusChanged", "_focus$_handleFocusChanged$0", 0); - _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", 3390); + _instance_1_u(_ = A.TapSequenceGestureRecognizer.prototype, "get$_multi_tap_gesture$_handleEvent", "_multi_tap_gesture$_handleEvent$1", 112); + _instance_1_u(_, "get$_multi_tap_gesture$_reject", "_multi_tap_gesture$_reject$1", 3387); _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); _instance_0_u(_ = A.AndroidDocumentGestureEditingController.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_, "get$_hideCollapsedHandle", "_hideCollapsedHandle$0", 0); _instance_0_u(_ = A._IosDocumentTouchEditingControlsState.prototype, "get$_onEditingControllerChange", "_onEditingControllerChange$0", 0); _instance_0_u(_, "get$_onFloatingCursorChange", "_onFloatingCursorChange$0", 0); - _static_2(A, "magnifier2___roundedRectangleMagnifierBuilder$closure", "_roundedRectangleMagnifierBuilder", 4207); + _static_2(A, "magnifier2___roundedRectangleMagnifierBuilder$closure", "_roundedRectangleMagnifierBuilder", 4204); _instance_0_u(_ = A.GestureEditingController.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_, "get$_toolbarChanged", "_toolbarChanged$0", 0); _instance_0_u(_ = A._AndroidEditingOverlayControlsState.prototype, "get$__editing_controls0$_rebuildOnNextFrame", "__editing_controls0$_rebuildOnNextFrame$0", 0); - _instance_1_u(_, "get$__editing_controls0$_onCollapsedPanStart", "__editing_controls0$_onCollapsedPanStart$1", 76); - _instance_1_u(_, "get$__editing_controls0$_onBasePanStart", "__editing_controls0$_onBasePanStart$1", 76); - _instance_1_u(_, "get$__editing_controls0$_onExtentPanStart", "__editing_controls0$_onExtentPanStart$1", 76); - _instance_1_u(_, "get$__editing_controls0$_onPanUpdate", "__editing_controls0$_onPanUpdate$1", 70); + _instance_1_u(_, "get$__editing_controls0$_onCollapsedPanStart", "__editing_controls0$_onCollapsedPanStart$1", 78); + _instance_1_u(_, "get$__editing_controls0$_onBasePanStart", "__editing_controls0$_onBasePanStart$1", 78); + _instance_1_u(_, "get$__editing_controls0$_onExtentPanStart", "__editing_controls0$_onExtentPanStart$1", 78); + _instance_1_u(_, "get$__editing_controls0$_onPanUpdate", "__editing_controls0$_onPanUpdate$1", 69); _instance_0_u(_, "get$__editing_controls0$_updateSelectionForNewDragHandleLocation", "__editing_controls0$_updateSelectionForNewDragHandleLocation$0", 0); _instance_1_u(_, "get$__editing_controls0$_onPanEnd", "__editing_controls0$_onPanEnd$1", 92); _instance_0_u(_, "get$__editing_controls0$_onPanCancel", "__editing_controls0$_onPanCancel$0", 0); _instance_0_u(_ = A.AndroidEditingOverlayController.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_, "get$__editing_controls0$_hideCollapsedHandle", "__editing_controls0$_hideCollapsedHandle$0", 0); _instance_1_u(_ = A.AndroidTextFieldTouchInteractorState.prototype, "get$__user_interaction0$_onTapDown", "__user_interaction0$_onTapDown$1", 64); - _instance_1_u(_, "get$__user_interaction0$_onTapUp", "__user_interaction0$_onTapUp$1", 111); + _instance_1_u(_, "get$__user_interaction0$_onTapUp", "__user_interaction0$_onTapUp$1", 106); _instance_1_u(_, "get$__user_interaction0$_onDoubleTapDown", "__user_interaction0$_onDoubleTapDown$1", 64); _instance_1_u(_, "get$__user_interaction0$_onTripleTapDown", "__user_interaction0$_onTripleTapDown$1", 64); - _instance_1_u(_, "get$__user_interaction0$_onTextPanStart", "__user_interaction0$_onTextPanStart$1", 76); - _instance_1_u(_, "get$__user_interaction0$_onPanUpdate", "__user_interaction0$_onPanUpdate$1", 70); + _instance_1_u(_, "get$__user_interaction0$_onTextPanStart", "__user_interaction0$_onTextPanStart$1", 78); + _instance_1_u(_, "get$__user_interaction0$_onPanUpdate", "__user_interaction0$_onPanUpdate$1", 69); _instance_1_u(_, "get$__user_interaction0$_onPanEnd", "__user_interaction0$_onPanEnd$1", 92); _instance_0_u(_, "get$__user_interaction0$_onPanCancel", "__user_interaction0$_onPanCancel$0", 0); _instance_0_u(_, "get$__user_interaction0$_onScrollChange", "__user_interaction0$_onScrollChange$0", 0); - _static(A, "android_textfield___defaultAndroidToolbarBuilder$closure", 3, null, ["call$3"], ["_defaultAndroidToolbarBuilder"], 4208, 0); + _static(A, "android_textfield___defaultAndroidToolbarBuilder$closure", 3, null, ["call$3"], ["_defaultAndroidToolbarBuilder"], 4205, 0); _instance_0_u(_ = A.SuperAndroidTextFieldState.prototype, "get$_android_textfield$_updateSelectionAndImeConnectionOnFocusChange", "_android_textfield$_updateSelectionAndImeConnectionOnFocusChange$0", 0); _instance_0_u(_, "get$_android_textfield$_onTextOrSelectionChange", "_android_textfield$_onTextOrSelectionChange$0", 0); _instance_0_u(_, "get$_android_textfield$_onTextScrollChange", "_android_textfield$_onTextScrollChange$0", 0); - _instance_1_u(_, "get$_android_textfield$_onPerformActionPressed", "_android_textfield$_onPerformActionPressed$1", 599); - _instance_2_u(_, "get$_android_textfield$_onKeyPressed", "_android_textfield$_onKeyPressed$2", 221); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_copyTextWhenCmdCIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_copyTextWhenCmdCIsPressed"], 230, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_pasteTextWhenCmdVIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_pasteTextWhenCmdVIsPressed"], 230, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_selectAllTextFieldWhenCmdAIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_selectAllTextFieldWhenCmdAIsPressed"], 230, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveCaretToStartOrEnd$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_moveCaretToStartOrEnd"], 230, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveUpDownLeftAndRightWithArrowKeys$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_moveUpDownLeftAndRightWithArrowKeys"], 240, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineStartWithHome$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_moveToLineStartWithHome"], 240, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineEndWithEnd$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_moveToLineEndWithEnd"], 240, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_insertCharacterWhenKeyIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_insertCharacterWhenKeyIsPressed"], 230, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteTextOnLineBeforeCaretWhenShortcutKeyAndBackspaceIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_deleteTextOnLineBeforeCaretWhenShortcutKeyAndBackspaceIsPressed"], 240, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteTextWhenBackspaceOrDeleteIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_deleteTextWhenBackspaceOrDeleteIsPressed"], 230, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenAltBackSpaceIsPressedOnMac$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenAltBackSpaceIsPressedOnMac"], 240, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenCtlBackSpaceIsPressedOnWindowsAndLinux$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenCtlBackSpaceIsPressedOnWindowsAndLinux"], 240, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_insertNewlineWhenEnterIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_insertNewlineWhenEnterIsPressed"], 230, 0); + _instance_1_u(_, "get$_android_textfield$_onPerformActionPressed", "_android_textfield$_onPerformActionPressed$1", 477); + _instance_2_u(_, "get$_android_textfield$_onKeyPressed", "_android_textfield$_onKeyPressed$2", 227); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_copyTextWhenCmdCIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_copyTextWhenCmdCIsPressed"], 212, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_pasteTextWhenCmdVIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_pasteTextWhenCmdVIsPressed"], 212, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_selectAllTextFieldWhenCmdAIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_selectAllTextFieldWhenCmdAIsPressed"], 212, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveCaretToStartOrEnd$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_moveCaretToStartOrEnd"], 212, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveUpDownLeftAndRightWithArrowKeys$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_moveUpDownLeftAndRightWithArrowKeys"], 234, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineStartWithHome$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_moveToLineStartWithHome"], 234, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineEndWithEnd$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_moveToLineEndWithEnd"], 234, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_insertCharacterWhenKeyIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_insertCharacterWhenKeyIsPressed"], 212, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteTextOnLineBeforeCaretWhenShortcutKeyAndBackspaceIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_deleteTextOnLineBeforeCaretWhenShortcutKeyAndBackspaceIsPressed"], 234, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteTextWhenBackspaceOrDeleteIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_deleteTextWhenBackspaceOrDeleteIsPressed"], 212, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenAltBackSpaceIsPressedOnMac$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenAltBackSpaceIsPressedOnMac"], 234, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenCtlBackSpaceIsPressedOnWindowsAndLinux$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenCtlBackSpaceIsPressedOnWindowsAndLinux"], 234, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_insertNewlineWhenEnterIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_insertNewlineWhenEnterIsPressed"], 212, 0); _instance_0_u(_ = A.SuperDesktopTextFieldState.prototype, "get$_updateSelectionOnFocusChange", "_updateSelectionOnFocusChange$0", 0); _instance_0_u(_, "get$_onSelectionOrContentChange", "_onSelectionOrContentChange$0", 0); _instance_1_u(_ = A._SuperTextFieldGestureInteractorState.prototype, "get$_desktop_textfield$_onTapDown", "_desktop_textfield$_onTapDown$1", 64); @@ -607171,13 +606478,13 @@ _instance_0_u(_, "get$_desktop_textfield$_onDoubleTap", "_desktop_textfield$_onDoubleTap$0", 0); _instance_1_u(_, "get$_desktop_textfield$_onTripleTapDown", "_desktop_textfield$_onTripleTapDown$1", 64); _instance_0_u(_, "get$_desktop_textfield$_onTripleTap", "_desktop_textfield$_onTripleTap$0", 0); - _instance_1_u(_, "get$_onRightClick", "_onRightClick$1", 111); - _instance_1_u(_, "get$_desktop_textfield$_onPanStart", "_desktop_textfield$_onPanStart$1", 76); - _instance_1_u(_, "get$_desktop_textfield$_onPanUpdate", "_desktop_textfield$_onPanUpdate$1", 70); + _instance_1_u(_, "get$_onRightClick", "_onRightClick$1", 106); + _instance_1_u(_, "get$_desktop_textfield$_onPanStart", "_desktop_textfield$_onPanStart$1", 78); + _instance_1_u(_, "get$_desktop_textfield$_onPanUpdate", "_desktop_textfield$_onPanUpdate$1", 69); _instance_1_u(_, "get$_desktop_textfield$_onPanEnd", "_desktop_textfield$_onPanEnd$1", 92); _instance_0_u(_, "get$_desktop_textfield$_onPanCancel", "_desktop_textfield$_onPanCancel$0", 0); - _instance_1_u(_, "get$_onPointerSignal", "_onPointerSignal$1", 292); - _instance_2_u(A._SuperTextFieldKeyboardInteractorState.prototype, "get$_desktop_textfield$_onKeyPressed", "_desktop_textfield$_onKeyPressed$2", 221); + _instance_1_u(_, "get$_onPointerSignal", "_onPointerSignal$1", 277); + _instance_2_u(A._SuperTextFieldKeyboardInteractorState.prototype, "get$_desktop_textfield$_onKeyPressed", "_desktop_textfield$_onKeyPressed$2", 227); _instance_0_u(A._SuperTextFieldImeInteractorState.prototype, "get$_desktop_textfield$_updateSelectionAndImeConnectionOnFocusChange", "_desktop_textfield$_updateSelectionAndImeConnectionOnFocusChange$0", 0); _instance_0_u(_ = A.SuperTextFieldScrollviewState.prototype, "get$_onSelectionOrContentChange", "_onSelectionOrContentChange$0", 0); _instance_1_u(_, "get$_desktop_textfield$_onTick", "_desktop_textfield$_onTick$1", 10); @@ -607188,29 +606495,29 @@ _instance_0_u(_, "get$_onInnerControllerChange", "_onInnerControllerChange$0", 0); _instance_1_u(_, "get$performSelector", "performSelector$1", 15); _instance_0_u(_ = A._IOSEditingControlsState.prototype, "get$_rebuildOnNextFrame", "_rebuildOnNextFrame$0", 0); - _instance_1_u(_, "get$_onBasePanStart", "_onBasePanStart$1", 76); - _instance_1_u(_, "get$_onExtentPanStart", "_onExtentPanStart$1", 76); - _instance_1_u(_, "get$__editing_controls$_onPanUpdate", "__editing_controls$_onPanUpdate$1", 70); + _instance_1_u(_, "get$_onBasePanStart", "_onBasePanStart$1", 78); + _instance_1_u(_, "get$_onExtentPanStart", "_onExtentPanStart$1", 78); + _instance_1_u(_, "get$__editing_controls$_onPanUpdate", "__editing_controls$_onPanUpdate$1", 69); _instance_0_u(_, "get$__editing_controls$_updateSelectionForNewDragHandleLocation", "__editing_controls$_updateSelectionForNewDragHandleLocation$0", 0); _instance_1_u(_, "get$__editing_controls$_onPanEnd", "__editing_controls$_onPanEnd$1", 92); _instance_0_u(_, "get$__editing_controls$_onPanCancel", "__editing_controls$_onPanCancel$0", 0); _instance_0_u(_ = A.IOSEditingOverlayController.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_, "get$_overlayControllerChanged", "_overlayControllerChanged$0", 0); _instance_1_u(_ = A.IOSTextFieldTouchInteractorState.prototype, "get$__user_interaction$_onTapDown", "__user_interaction$_onTapDown$1", 64); - _instance_1_u(_, "get$__user_interaction$_onTapUp", "__user_interaction$_onTapUp$1", 111); + _instance_1_u(_, "get$__user_interaction$_onTapUp", "__user_interaction$_onTapUp$1", 106); _instance_1_u(_, "get$__user_interaction$_onDoubleTapDown", "__user_interaction$_onDoubleTapDown$1", 64); _instance_1_u(_, "get$__user_interaction$_onTripleTapDown", "__user_interaction$_onTripleTapDown$1", 64); - _instance_1_u(_, "get$_onTextPanStart", "_onTextPanStart$1", 76); - _instance_1_u(_, "get$__user_interaction$_onPanUpdate", "__user_interaction$_onPanUpdate$1", 70); + _instance_1_u(_, "get$_onTextPanStart", "_onTextPanStart$1", 78); + _instance_1_u(_, "get$__user_interaction$_onPanUpdate", "__user_interaction$_onPanUpdate$1", 69); _instance_1_u(_, "get$__user_interaction$_onPanEnd", "__user_interaction$_onPanEnd$1", 92); _instance_0_u(_, "get$__user_interaction$_onPanCancel", "__user_interaction$_onPanCancel$0", 0); _instance_0_u(_, "get$__user_interaction$_onScrollChange", "__user_interaction$_onScrollChange$0", 0); - _static_2(A, "ios_textfield___defaultPopoverToolbarBuilder$closure", "_defaultPopoverToolbarBuilder", 4211); + _static_2(A, "ios_textfield___defaultPopoverToolbarBuilder$closure", "_defaultPopoverToolbarBuilder", 4208); _instance_0_u(_ = A.SuperIOSTextFieldState.prototype, "get$_updateSelectionAndImeConnectionOnFocusChange", "_updateSelectionAndImeConnectionOnFocusChange$0", 0); _instance_0_u(_, "get$_onTextOrSelectionChange", "_onTextOrSelectionChange$0", 0); _instance_0_u(_, "get$_ios_textfield$_onTextScrollChange", "_ios_textfield$_onTextScrollChange$0", 0); - _instance_1_u(_, "get$_ios_textfield$_onFloatingCursorChange", "_ios_textfield$_onFloatingCursorChange$1", 3396); - _instance_1_u(_, "get$_onPerformActionPressed", "_onPerformActionPressed$1", 599); + _instance_1_u(_, "get$_ios_textfield$_onFloatingCursorChange", "_ios_textfield$_onFloatingCursorChange$1", 3393); + _instance_1_u(_, "get$_onPerformActionPressed", "_onPerformActionPressed$1", 477); _instance_0_u(_ = A.BlinkController.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_, "get$_blink_controller$_onTick", "_blink_controller$_onTick$1", 11); _instance_0_u(A.SuperTextState.prototype, "get$_invalidateParagraph", "_invalidateParagraph$0", 0); @@ -607218,8 +606525,8 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_2_u(_ = A._RebuildOptimizedSuperTextWithSelectionState.prototype, "get$_buildLayerBeneath", "_buildLayerBeneath$2", 694); - _instance_2_u(_, "get$_buildLayerAbove", "_buildLayerAbove$2", 694); + _instance_2_u(_ = A._RebuildOptimizedSuperTextWithSelectionState.prototype, "get$_buildLayerBeneath", "_buildLayerBeneath$2", 682); + _instance_2_u(_, "get$_buildLayerAbove", "_buildLayerAbove$2", 682); _instance_1_u(_ = A._RenderValueLayoutBuilder.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -607238,44 +606545,43 @@ _instance_0_u(_, "get$onWindowDocked", "onWindowDocked$0", 0); _instance_0_u(_, "get$onWindowUndocked", "onWindowUndocked$0", 0); _instance_1_u(A.WindowManager0.prototype, "get$_methodCallHandler", "_methodCallHandler$1", 308); - _static_1(A, "link_LinkViewController__viewFactory$closure", "LinkViewController__viewFactory", 766); - _static_0(A, "clock__systemTime$closure", "systemTime", 433); + _static_1(A, "link_LinkViewController__viewFactory$closure", "LinkViewController__viewFactory", 875); + _static_0(A, "clock__systemTime$closure", "systemTime", 420); _static(A, "print__debugPrintThrottled$closure", 1, null, ["call$2$wrapWidth", "call$1"], ["debugPrintThrottled", function(message) { return A.debugPrintThrottled(message, null); - }], 4212, 0); + }], 4209, 0); _static_0(A, "print___debugPrintTask$closure", "_debugPrintTask", 0); - _static_2(A, "layout_helper_ChildLayoutHelper_dryLayoutChild$closure", "ChildLayoutHelper_dryLayoutChild", 358); - _static_2(A, "layout_helper_ChildLayoutHelper_layoutChild$closure", "ChildLayoutHelper_layoutChild", 358); - _static_1(A, "utils__getUserDataFromMap$closure", "getUserDataFromMap", 4213); - _static_1(A, "utils1__gisResponsesToUserData$closure", "gisResponsesToUserData", 4214); - _static_2(A, "loading_reducer___setLoading$closure", "_setLoading", 4215); - _static_2(A, "loading_reducer___setLoaded$closure", "_setLoaded", 4216); - _static_2(A, "loading_reducer___setSaving$closure", "_setSaving", 4217); - _static_2(A, "loading_reducer___setSaved$closure", "_setSaved", 4218); + _static_2(A, "layout_helper_ChildLayoutHelper_dryLayoutChild$closure", "ChildLayoutHelper_dryLayoutChild", 383); + _static_2(A, "layout_helper_ChildLayoutHelper_layoutChild$closure", "ChildLayoutHelper_layoutChild", 383); + _static_1(A, "utils__getUserDataFromMap$closure", "getUserDataFromMap", 4210); + _static_2(A, "loading_reducer___setLoading$closure", "_setLoading", 4211); + _static_2(A, "loading_reducer___setLoaded$closure", "_setLoaded", 4212); + _static_2(A, "loading_reducer___setSaving$closure", "_setSaving", 4213); + _static_2(A, "loading_reducer___setSaved$closure", "_setSaved", 4214); _static_1(A, "serialization0_SerializationUtils_deserializeWith$closure", "SerializationUtils_deserializeWith", 31); - _static_0(A, "utils4__getUtcDateTime$closure", "getUtcDateTime", 433); - _static(A, "document_keyboard_actions__toggleInteractionModeWhenCmdOrCtrlPressed$closure", 0, null, ["call$2$editContext$keyEvent"], ["toggleInteractionModeWhenCmdOrCtrlPressed"], 68, 0); - _static(A, "document_keyboard_actions__doNothingWhenThereIsNoSelection$closure", 0, null, ["call$2$editContext$keyEvent"], ["doNothingWhenThereIsNoSelection"], 68, 0); - _static(A, "document_keyboard_actions__pasteWhenCmdVIsPressed$closure", 0, null, ["call$2$editContext$keyEvent"], ["pasteWhenCmdVIsPressed"], 68, 0); - _static(A, "document_keyboard_actions__selectAllWhenCmdAIsPressed$closure", 0, null, ["call$2$editContext$keyEvent"], ["selectAllWhenCmdAIsPressed"], 68, 0); - _static(A, "document_keyboard_actions__copyWhenCmdCIsPressed$closure", 0, null, ["call$2$editContext$keyEvent"], ["copyWhenCmdCIsPressed"], 68, 0); - _static(A, "document_keyboard_actions__cutWhenCmdXIsPressed$closure", 0, null, ["call$2$editContext$keyEvent"], ["cutWhenCmdXIsPressed"], 68, 0); - _static(A, "document_keyboard_actions__cmdBToToggleBold$closure", 0, null, ["call$2$editContext$keyEvent"], ["cmdBToToggleBold"], 68, 0); - _static(A, "document_keyboard_actions__cmdIToToggleItalics$closure", 0, null, ["call$2$editContext$keyEvent"], ["cmdIToToggleItalics"], 68, 0); - _static(A, "document_keyboard_actions__anyCharacterOrDestructiveKeyToDeleteSelection$closure", 0, null, ["call$2$editContext$keyEvent"], ["anyCharacterOrDestructiveKeyToDeleteSelection"], 68, 0); - _static(A, "document_keyboard_actions__backspaceToRemoveUpstreamContent$closure", 0, null, ["call$2$editContext$keyEvent"], ["backspaceToRemoveUpstreamContent"], 68, 0); - _static(A, "document_keyboard_actions__moveUpDownLeftAndRightWithArrowKeys$closure", 0, null, ["call$2$editContext$keyEvent"], ["moveUpDownLeftAndRightWithArrowKeys"], 68, 0); - _static(A, "document_keyboard_actions__moveToLineStartOrEndWithCtrlAOrE$closure", 0, null, ["call$2$editContext$keyEvent"], ["moveToLineStartOrEndWithCtrlAOrE"], 68, 0); - _static(A, "document_keyboard_actions__moveToLineStartWithHome$closure", 0, null, ["call$2$editContext$keyEvent"], ["moveToLineStartWithHome"], 68, 0); - _static(A, "document_keyboard_actions__moveToLineEndWithEnd$closure", 0, null, ["call$2$editContext$keyEvent"], ["moveToLineEndWithEnd"], 68, 0); - _static(A, "document_keyboard_actions__deleteLineWithCmdBksp$closure", 0, null, ["call$2$editContext$keyEvent"], ["deleteLineWithCmdBksp"], 68, 0); - _static(A, "document_keyboard_actions__deleteWordWithAltBksp$closure", 0, null, ["call$2$editContext$keyEvent"], ["deleteWordWithAltBksp"], 68, 0); - _static(A, "document_keyboard_actions__collapseSelectionWhenEscIsPressed$closure", 0, null, ["call$2$editContext$keyEvent"], ["collapseSelectionWhenEscIsPressed"], 68, 0); + _static_0(A, "utils3__getUtcDateTime$closure", "getUtcDateTime", 420); + _static(A, "document_keyboard_actions__toggleInteractionModeWhenCmdOrCtrlPressed$closure", 0, null, ["call$2$editContext$keyEvent"], ["toggleInteractionModeWhenCmdOrCtrlPressed"], 66, 0); + _static(A, "document_keyboard_actions__doNothingWhenThereIsNoSelection$closure", 0, null, ["call$2$editContext$keyEvent"], ["doNothingWhenThereIsNoSelection"], 66, 0); + _static(A, "document_keyboard_actions__pasteWhenCmdVIsPressed$closure", 0, null, ["call$2$editContext$keyEvent"], ["pasteWhenCmdVIsPressed"], 66, 0); + _static(A, "document_keyboard_actions__selectAllWhenCmdAIsPressed$closure", 0, null, ["call$2$editContext$keyEvent"], ["selectAllWhenCmdAIsPressed"], 66, 0); + _static(A, "document_keyboard_actions__copyWhenCmdCIsPressed$closure", 0, null, ["call$2$editContext$keyEvent"], ["copyWhenCmdCIsPressed"], 66, 0); + _static(A, "document_keyboard_actions__cutWhenCmdXIsPressed$closure", 0, null, ["call$2$editContext$keyEvent"], ["cutWhenCmdXIsPressed"], 66, 0); + _static(A, "document_keyboard_actions__cmdBToToggleBold$closure", 0, null, ["call$2$editContext$keyEvent"], ["cmdBToToggleBold"], 66, 0); + _static(A, "document_keyboard_actions__cmdIToToggleItalics$closure", 0, null, ["call$2$editContext$keyEvent"], ["cmdIToToggleItalics"], 66, 0); + _static(A, "document_keyboard_actions__anyCharacterOrDestructiveKeyToDeleteSelection$closure", 0, null, ["call$2$editContext$keyEvent"], ["anyCharacterOrDestructiveKeyToDeleteSelection"], 66, 0); + _static(A, "document_keyboard_actions__backspaceToRemoveUpstreamContent$closure", 0, null, ["call$2$editContext$keyEvent"], ["backspaceToRemoveUpstreamContent"], 66, 0); + _static(A, "document_keyboard_actions__moveUpDownLeftAndRightWithArrowKeys$closure", 0, null, ["call$2$editContext$keyEvent"], ["moveUpDownLeftAndRightWithArrowKeys"], 66, 0); + _static(A, "document_keyboard_actions__moveToLineStartOrEndWithCtrlAOrE$closure", 0, null, ["call$2$editContext$keyEvent"], ["moveToLineStartOrEndWithCtrlAOrE"], 66, 0); + _static(A, "document_keyboard_actions__moveToLineStartWithHome$closure", 0, null, ["call$2$editContext$keyEvent"], ["moveToLineStartWithHome"], 66, 0); + _static(A, "document_keyboard_actions__moveToLineEndWithEnd$closure", 0, null, ["call$2$editContext$keyEvent"], ["moveToLineEndWithEnd"], 66, 0); + _static(A, "document_keyboard_actions__deleteLineWithCmdBksp$closure", 0, null, ["call$2$editContext$keyEvent"], ["deleteLineWithCmdBksp"], 66, 0); + _static(A, "document_keyboard_actions__deleteWordWithAltBksp$closure", 0, null, ["call$2$editContext$keyEvent"], ["deleteWordWithAltBksp"], 66, 0); + _static(A, "document_keyboard_actions__collapseSelectionWhenEscIsPressed$closure", 0, null, ["call$2$editContext$keyEvent"], ["collapseSelectionWhenEscIsPressed"], 66, 0); _static(A, "uuid_util_UuidUtil_mathRNG$closure", 0, function() { return {seed: -1}; }, ["call$1$seed", "call$0"], ["UuidUtil_mathRNG", function() { return A.UuidUtil_mathRNG(-1); - }], 2812, 0); + }], 2809, 0); })(); (function inheritance() { var _mixin = hunkHelpers.mixin, @@ -607283,11 +606589,11 @@ _inheritMany = hunkHelpers.inheritMany, _inherit = hunkHelpers.inherit; _inheritMany(null, [A.Object, A._UnmodifiableInt64ListView]); - _inheritMany(A.Object, [A.AlarmClock, A.AppBootstrap, A.Closure, A._Enum, A._SaveStackTracking, A.ContextStateHandle, A.CkCanvas, A.CanvasKitCanvas, A.ManagedSkColorFilter, A.CkColorFilter, A.HtmlViewEmbedder, A.OverlayGroup, A.ViewClipChain, A.EmbeddedViewParams, A.Mutator, A.Iterable, A.EmbedderFrameContext, A.ViewListDiffResult, A.SkiaFontCollection, A.RegisteredFont, A.UnregisteredFont, A.FontDownloadResult, A.SkiaFallbackRegistry, A.ImageCodecException, A.CkImage, A.CkImageFilter, A.CkAnimatedImage, A.BrowserImageDecoder, A.Layer, A.PrerollContext, A.PaintContext, A.LayerScene, A.LayerSceneBuilder, A.LayerTree, A.Frame, A.CompositorContext, A.CkMaskFilter, A.CkNWayCanvas, A.NativeMemoryFinalizationRegistry, A.UniqueRef, A.CountedRef, A.CkPaint, A.CkPath, A.CkPicture, A.CkPictureRecorder, A.Rasterizer, A.CanvasKitRenderer, A.SimpleCkShader, A.SurfaceFrame, A.Surface, A.CkSurface, A.SurfaceFactory, A.CkParagraphStyle, A.CkTextStyle, A.CkStrutStyle, A.CkParagraph, A.CkLineMetrics, A.CkParagraphBuilder, A.Error, A.ClipboardMessageHandler, A.ClipboardAPICopyStrategy, A.ClipboardAPIPasteStrategy, A.ExecCommandCopyStrategy, A.ExecCommandPasteStrategy, A.FlutterConfiguration, A.HttpFetchResponseImpl, A.HttpFetchPayloadImpl, A.HttpFetchNoPayloadError, A.HttpFetchError, A.DomSubscription, A.DomPoint, A._DomListIterator, A._DomTouchListIterator, A.DomIteratorWrapper, A.FlutterViewEmbedder, A.EngineCanvas, A.SaveStackEntry, A.SaveClipEntry, A._SaveElementStackEntry, A.SaveElementStackTracking, A.FontFallbackManager, A.FallbackFontDownloadQueue, A.FontAsset, A.FontFamily, A.FontManifest, A.AssetFontsResult, A.FrameReference, A.CrossFrameCache, A._CrossFrameCacheItem, 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.HtmlRenderer, A.SurfaceScene, A.SurfaceSceneBuilder, A.NormalizedGradient, A.SharedCanvas, A.EngineGradient, A.EngineImageFilter, A.EngineHtmlColorFilter, A.ShaderBuilder, A.ShaderMethod, A.ShaderDeclaration, A._PersistedSurfaceMatch, A.PrerollSurfaceContext, A.HtmlCodec, A.SingleFrameInfo, A.HtmlImage, A.AnimatedImageFrameInfo, A.ImageFileFormat, A.IntervalTree, A.IntervalTreeNode, A.KeyboardBinding, A.FlutterHtmlKeyboardEvent, A.KeyboardConverter, A.MouseCursor, A.BrowserHistory, A.NotoFont, A.CodePointRange, A.MutableInt, A.EnginePictureRecorder, A.EnginePicture, A.HighContrastSupport, A.PlatformDispatcher, A.ViewConfiguration0, A.PlatformConfiguration, 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.RawKeyboard, A.GlProgram, A.GlContext, A.OffScreenCanvas, A.AccessibilityAnnouncements, A.PrimaryRoleManager, A.RoleManager, A.AccessibilityFocusManager, A.EngineAccessibilityFeatures, A.EngineAccessibilityFeaturesBuilder, A.SemanticsUpdate, A.SemanticsNodeUpdate, A.SemanticsObject, A.EngineSemanticsOwner, A.SemanticsHelper, A.SemanticsEnabler, A._DefaultTextEditingStrategy_Object_CompositionAwareMixin, A.ListBase, A.MethodCall, A.JSONMessageCodec, A.JSONMethodCodec, A.StandardMessageCodec, A.StandardMethodCodec, A.WriteBuffer, A.ReadBuffer, A.SurfaceShadowData, A.CanvasParagraph, A.ParagraphSpan, A.ParagraphPlaceholder, A.StyleNode, A.CanvasParagraphBuilder, A.HtmlFontCollection, A.TextFragmenter, A.TextFragment, A._FragmentMetrics, A._FragmentPosition, A._FragmentBox, A.TextLayoutService, A.LineBuilder, A.Spanometer, A.RulerHost, A.TextPaintService, A.EngineLineMetrics, A.ParagraphLine, A.EngineParagraphStyle, A.EngineTextStyle, A.EngineStrutStyle, A.TextHeightStyle, A.TextDimensions, A.TextHeightRuler, A.UnicodeRange, A.UnicodePropertyLookup, A.BrowserAutofillHints, A.CompositionAwareMixin, A.EngineInputAction, 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.LruCache, A.Matrix4, A.FastMatrix32, A.DimensionsProvider, A._EmbeddingStrategy_Object__ContextMenu, A._ContextMenu, A.FlutterView, A.ViewPadding, A.JS_CONST, A.HttpException, A._HeaderValue, J.Interceptor, J.ArrayIterator, A._CopyingBytesBuilder, A._BytesBuilder, A.CastIterator, A.MapBase, A.SentinelValue, A.ListIterator, A.MappedIterator, A.WhereIterator, A.ExpandIterator, A.TakeIterator, A.SkipIterator, A.SkipWhileIterator, A.EmptyIterator, A.FollowedByIterator, A.WhereTypeIterator, A.FixedLengthListMixin, A.UnmodifiableListMixin, A.Symbol, A._Record, A.MapView, A.ConstantMap, A._KeysOrValuesOrElementsIterator, A.SetBase, 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._StringStream, A.LocaleKeymap, 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.StreamTransformerBase, A._StreamController, A._SyncStreamControllerDispatch, A._AsyncStreamControllerDispatch, A._AddStreamState, A._DelayedEvent, A._DelayedDone, A._PendingEvents, A._DoneStreamSubscription, A._StreamIterator, A._EventSinkWrapper, A._HandlerEventSink, A._Zone, A._HashMapKeyIterator, A._HashSetIterator, A._LinkedHashSetCell, A._LinkedHashSetIterator, A._LinkedListIterator, A.LinkedListEntry, A._MapBaseValueIterator, A._UnmodifiableMapMixin, A._DoubleLinkedQueueEntry, A._DoubleLinkedQueueIterator, A._ListQueueIterator, A._SplayTreeNode, A._SplayTree, A._SplayTreeIterator, A.StringConversionSink, A.Codec, A.Converter, A.ByteConversionSink, A._Base64Encoder, A._Base64Decoder, A.ChunkedConversionSink, A._SimpleCallbackSink, A.HtmlEscapeMode, A._JsonStringifier, A._JsonPrettyPrintMixin, A._ClosableStringSink, A._StringConversionSinkAsStringSinkAdapter, A._Utf8Encoder, A._Utf8Decoder, A._BigIntImpl, A.DateTime, A.Duration, A.OutOfMemoryError, A.StackOverflowError, A._Exception, A.FormatException, A.IntegerDivisionByZeroException, A.Iterator, 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._EventStreamSubscription, A.ImmutableListMixin, A.FixedSizeListIterator, A._DOMWindowCrossFrame, A._AcceptStructuredClone, A.OSError, A.FileSystemEntity, A.FileMode, A.FileSystemException, A._RandomAccessFile, 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.KeyData, A.Color, A.MaskFilter, A.ImageFilter, A.Shadow, A.ImmutableBuffer, A.FrameTiming, A.Locale, A.SemanticsActionEvent, A.PointerData, A.PointerDataPacket, A.SemanticsAction, A.SemanticsFlag, A.SemanticsUpdateBuilder, A.FontWeight, A.FontFeature, A.FontVariation, A.TextDecoration, A.TextHeightBehavior, A.TextBox, A.TextPosition, A.TextRange, A.ParagraphConstraints, A.CallbackHandle, A.GestureSettings, A.AssetManager, A.BrowserPlatformLocation, A.HashUrlStrategy, A.PlatformViewRegistry, 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.CopyOnWriteMap, 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.Uint8ListSerializer, 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._RenderObject_Object_DiagnosticableTreeMixin, A.Listenable, A.ChartGestureDetector, A.GraphicsFactory, A.LineStyle, A.SelectionModelConfig, A.SymbolRendererCanvas, A.TextElement, 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.DesktopDropWeb, A.DesktopDrop, A.WebDropItem, A.DropDoneDetails, A.DropEventDetails, A.DropEvent, 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.ChangeNotifier, 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.ToggleableStateMixin, A.DiagnosticsNode, A._FlutterErrorDetails_Object_Diagnosticable, A.BindingBase, A.DebugReassembleConfig, A.TextTreeConfiguration, A._PrefixedStringBuilder, A._NoDefaultValue, A.TextTreeRenderer, A.DiagnosticPropertiesBuilder, A.Diagnosticable, A.DiagnosticableTreeMixin, A.Key, A._TypeLiteral, A.LicenseParagraph, A.LicenseEntry, A.PersistentHashMap, A._TrieNode, A.WriteBuffer0, A.ReadBuffer0, 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._CopyPointerScrollInertiaCancelEvent, A._CopyPointerScaleEvent, 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._ActionIconThemeData_Object_Diagnosticable, A.ScrollBehavior, A.SingleChildLayoutDelegate, A.SliverPersistentHeaderDelegate, A._AppBarTheme_Object_Diagnosticable, A._Diagonal, A._BadgeThemeData_Object_Diagnosticable, 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._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._DatePickerThemeData_Object_Diagnosticable, A.Route, A._DialogTheme_Object_Diagnosticable, A._DividerThemeData_Object_Diagnosticable, A._DrawerThemeData_Object_Diagnosticable, A._DropdownRouteResult, A._MenuLimits, A._DropdownMenuThemeData_Object_Diagnosticable, A.MaterialStateProperty, A._ElevatedButtonThemeData_Object_Diagnosticable, A.ExpansionPanel, A._ExpansionTileThemeData_Object_Diagnosticable, A._FilledButtonThemeData_Object_Diagnosticable, A._DefaultHeroTag, A._FloatingActionButtonThemeData_Object_Diagnosticable, A.FloatingActionButtonLocation, A.FabTopOffsetY, A.FabFloatOffsetY, A.FabDockedOffsetY, A.FabEndOffsetX, A.FloatingActionButtonAnimator, A._IconButtonThemeData_Object_Diagnosticable, 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._BorderSide_Object_Diagnosticable, A._TextStyle_Object_Diagnosticable, A._LerpProperties, A._MaterialStatePropertyWith, A.MaterialStatePropertyAll, A.MaterialStateMixin, A._MenuThemeData_Object_Diagnosticable, A._MenuButtonThemeData_Object_Diagnosticable, A._MenuStyle_Object_Diagnosticable, A._LerpSides1, A.MergeableMaterialItem, A._AnimationTuple, A._NavigationBarThemeData_Object_Diagnosticable, A._NavigationDrawerThemeData_Object_Diagnosticable, A._NavigationRailThemeData_Object_Diagnosticable, A._OutlinedButtonThemeData_Object_Diagnosticable, A.MaterialRouteTransitionMixin, A.PageTransitionsBuilder, A._PageTransitionsTheme_Object_Diagnosticable, A._ZoomTransitionBase, 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._SearchBarThemeData_Object_Diagnosticable, A._LerpSides0, A._SearchViewThemeData_Object_Diagnosticable, A._SegmentedButtonThemeData_Object_Diagnosticable, A.TextSelectionGestureDetectorBuilder, A._SliderThemeData_Object_Diagnosticable, A._SnackBarThemeData_Object_Diagnosticable, A._SwitchConfig, A.__SwitchConfigM2_Object__SwitchConfig, A._SwitchThemeData_Object_Diagnosticable, A._TabBarTheme_Object_Diagnosticable, 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._TappableLabel, A._TimePickerThemeData_Object_Diagnosticable, A._ToggleButtonsThemeData_Object_Diagnosticable, A.ToggleableStateMixin0, A._TooltipThemeData_Object_Diagnosticable, A._Typography_Object_Diagnosticable, A.AlignmentGeometry, A.TextAlignVertical, A.PaintingBinding, A.BorderRadiusGeometry, A.FittedSizes, A.ClipContext, A.HSLColor, A.ImageSizeInfo, A.DecorationImagePainter, A.EdgeInsetsGeometry, A._ColorsAndStops, A.Gradient, A.ImageCache, A._CachedImageBase, A._PendingImage, A.ImageConfiguration, A.AssetBundleImageKey, A.NetworkImageLoadException, 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.TextBoundary, A._TextLayout, A._TextPainterLayoutCacheWithOffset, A._LineCaretMetrics, A._EmptyLineCaretMetrics, A.TextPainter, 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.VerticalCaretMovementRun, A._LayoutSizes, A.AnnotationEntry, A.AnnotationResult, A._Layer_Object_DiagnosticableTreeMixin, A.LayerHandle, A.LayerLink, A._MouseState, A.__MouseTrackerUpdateDetails_Object_Diagnosticable, A.PipelineOwner, A.RenderObjectWithChildMixin, A.ContainerParentDataMixin, A.ContainerRenderObjectMixin, A.RelayoutWhenSystemFontsChangeMixin, A._SemanticsFragment, A._SemanticsGeometry, A.SemanticsTag, A.RenderInlineChildrenContainerDefaults, 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.PerformanceModeRequestHandle, A.SchedulerBinding, A.Priority, A.Ticker, A.TickerFuture, A.TickerCanceled, A.SemanticsBinding, A.SemanticsHandle, A.ChildSemanticsConfigurationsResult, A.ChildSemanticsConfigurationsResultBuilder, A.CustomSemanticsAction, A.AttributedString, A._SemanticsData_Object_Diagnosticable, A._SemanticsNode_Object_DiagnosticableTreeMixin, A._BoxEdge, A._SemanticsSortGroup, A._TraversalSortNode, A.SemanticsConfiguration, A._SemanticsSortKey_Object_Diagnosticable, A.SemanticsEvent, A.AssetBundle, A._AssetManifestBin, A.AssetMetadata, A.AutofillConfiguration, A.TextInputConfiguration, A.AutofillScopeMixin, A.BinaryMessenger, A.ServicesBinding, A.BrowserContextMenu, A.ClipboardData, A._KeyEvent_Object_Diagnosticable, A.HardwareKeyboard, A.KeyMessage, A.KeyEventManager, A.KeyboardInsertedContent, 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.RawKeyboard0, A._ModifierSidePair, A.RestorationBucket, A.SuggestionSpan, A.SpellCheckResults, A.DefaultSpellCheckService, A.ApplicationSwitcherDescription, A.SystemUiOverlayStyle, A._TextEditingDelta_Object_Diagnosticable, A.TextInputFormatter, A._MutableTextRange, A._TextEditingValueAccumulator, A.TextInputType, A.RawFloatingCursorPoint, A.TextEditingValue, A.TextSelectionDelegate, A.TextInputClient, A.SelectionRect, A.DeltaTextInputClient, A.TextInputConnection, A.TextInput, A.TextInputControl, A.__PlatformTextInputControl_Object_TextInputControl, A.UndoManager, A.UndoManagerClient, A._Intent_Object_Diagnosticable, A._ActionDispatcher_Object_Diagnosticable, A._OverridableActionMixin, A._ChildEntry, A.AsyncSnapshot, A.Notification0, A.AutomaticKeepAliveClientMixin, A.WidgetsBindingObserver, A.WidgetsBinding, A.ContextMenuButtonItem, A.ContextMenuController, A.DisposableBuildContext, A._DraggableSheetExtent, A.ToolbarOptions, A._KeyFrame, A._ScribbleCacheKey, A._GlyphHeights, A._Autofocus, A.FocusAttachment, A._FocusNode_Object_DiagnosticableTreeMixin, A._FocusManager_Object_DiagnosticableTreeMixin, A._HighlightModeManager, 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.RootElementMixin, A.IndexedSlot, A.GestureRecognizerFactory, A.SemanticsGestureDelegate, A._HeroFlightManifest, A._HeroFlight, A.NavigatorObserver, A.IconData, A.CapturedThemes, A.RenderConstrainedLayoutBuilder, A._Pending, A.DefaultWidgetsLocalizations, A.MagnifierInfo, A.TextMagnifierConfiguration, A.MagnifierController, A.MediaQueryData, A.RouteSettings, A.RouteTransitionRecord, A.TransitionDelegate, A._NavigatorObservation, A._RestorationInformation, A.OverlayEntry, A._RenderTheaterMixin, A.OverlayPortalController, 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.SliverChildDelegate, A.ScrollMetrics, A.ViewportNotificationMixin, A.ViewportElementMixin, A.SelectionContainerDelegate, A.ScrollableDetails, A.EdgeDraggingAutoScroller, A.KeySet, A._SingleActivator_Object_Diagnosticable, A.__ActivatorIntentPair_Object_Diagnosticable, A._ShortcutManager_Object_Diagnosticable, A._ShortcutRegistry_Object_ChangeNotifier, A._RenderSliverPersistentHeaderForWidgetsMixin, A.SlottedMultiChildRenderObjectWidgetMixin, A.SlottedContainerRenderObjectMixin, A._DefaultSnapshotPainter, A.SpellCheckConfiguration, A.TableRow, A._TableElementRow, A.__TableSlot_Object_Diagnosticable, A._TapDragDownDetails_Object_Diagnosticable, A._TapDragUpDetails_Object_Diagnosticable, A._TapDragStartDetails_Object_Diagnosticable, A._TapDragUpdateDetails_Object_Diagnosticable, A._TapDragEndDetails_Object_Diagnosticable, A._TapStatusTrackerMixin, A.TextSelectionOverlay, A.SelectionOverlay, A.TextSelectionHandleControls, A.TextSelectionToolbarAnchors, A.SingleTickerProviderStateMixin, A.TickerProviderStateMixin, A._ConstantValueListenable, A.UndoHistoryValue, A._UndoStack, 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.TrustedTypesException, A.GoogleSignInAuthentication, A.GoogleSignInAccount, A.GoogleSignIn, A.SignInInitParameters, A.GoogleSignInUserData, A.GoogleSignInTokenData, A.GisSdkClient, 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._EncodingRangeException, 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.ChannelIterator, A.IfdContainer, A.ExifTag, A.IfdDirectory, A.IfdValue, A.Decoder, A.PngFrame, A.PngInfo, A.IccProfile, A.Palette0, A.ImageException, A.InputBuffer, A.ImageResizer, A.InAppPurchase, A.BillingClientManager, A.BillingClient, A.BillingResponseConverter, A.ProductTypeConverter, A.BillingResultWrapper, A.OneTimePurchaseOfferDetailsWrapper, A.ProductDetailsWrapper, A.ProductDetailsResponseWrapper, A.RecurrenceModeConverter, A.ProductWrapper, A.PurchaseWrapper, A.PurchasesResultWrapper, A.PurchaseStateConverter, A.SubscriptionOfferDetailsWrapper, A.PricingPhaseWrapper, 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.SKProductDiscountTypeConverter, 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.NumberFormat, A.NumberFormatParseResult, A.NumberFormatParser, A.StringStack, 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.TaskStatusColors, 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.ScheduleListResponse, A.ScheduleItemResponse, A._ScheduleEntity_Object_BaseEntity, A.ScheduleParameters, A._$ScheduleListResponseSerializer, A._$ScheduleItemResponseSerializer, A._$ScheduleEntitySerializer, A._$ScheduleParametersSerializer, A.ScheduleListResponseBuilder, A.ScheduleItemResponseBuilder, A.ScheduleEntityBuilder, A.ScheduleParametersBuilder, A.SettingsEntity, A.PdfPreviewRequest, A._$SettingsEntitySerializer, A._$PdfPreviewRequestSerializer, A.SettingsEntityBuilder, A.PdfPreviewRequestBuilder, 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._DocumentStatusEntity_Object_EntityStatus, A.DocumentStatusEntityBuilder, 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._PaymentStatusEntity_Object_EntityStatus, A.PaymentStatusEntityBuilder, 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.TaxDataEntity, A.TaxConfigEntity, A.TaxConfigRegionEntity, A.TaxConfigSubregionEntity, A._$TaxDataEntitySerializer, A._$TaxConfigEntitySerializer, A._$TaxConfigRegionEntitySerializer, A._$TaxConfigSubregionEntitySerializer, A.TaxDataEntityBuilder, A.TaxConfigEntityBuilder, A.TaxConfigRegionEntityBuilder, A.TaxConfigSubregionEntityBuilder, 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._$TransactionStatusEntitySerializer, A.TransactionListResponseBuilder, A.TransactionItemResponseBuilder, A.TransactionEntityBuilder, A.TransactionStatusEntityBuilder, A.TransactionRuleListResponse, A.TransactionRuleItemResponse, A._TransactionRuleEntity_Object_BaseEntity, A.TransactionRuleCriteriaEntity, A._$TransactionRuleListResponseSerializer, A._$TransactionRuleItemResponseSerializer, A._$TransactionRuleEntitySerializer, A._$TransactionRuleCriteriaEntitySerializer, A.TransactionRuleListResponseBuilder, A.TransactionRuleItemResponseBuilder, A.TransactionRuleEntityBuilder, A.TransactionRuleCriteriaEntityBuilder, 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.ScheduleRepository, A.SettingsRepository, A.SubscriptionRepository, A.TaskRepository, A.TaskStatusRepository, A.TaxRateRepository, A.TokenRepository, A.TransactionRepository, A.TransactionRuleRepository, A.UserRepository, A.VendorRepository, A.WebhookRepository, A.WebClient, A.PersistData, A.ClearPersistedData, A.SwitchListTableLayout, A.PopLastHistory, A.UpdateLastHistory, A.DismissNativeWarning, A.DismissNativeWarningPermanently, A.DismissGatewayWarningPermanently, A.ViewMainScreen, A.StartLoading, A.StopLoading, 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.SaveEInvoiceCertificateRequest, A.SaveEInvoiceCertificateSuccess, A.SaveEInvoiceCertificateFailure, 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._$UserCompanyStateSerializer, A.UserCompanyStateBuilder, 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.ViewDocumentList, A.ViewDocument, A.EditDocument, A.UpdateDocument, A.LoadDocumentData, A.LoadDocumentRequest, A.LoadDocumentFailure, A.LoadDocumentSuccess, A.LoadDocumentsSuccess, A.SaveDocumentRequest, A.SaveDocumentSuccess, A.SaveDocumentFailure, 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.FilterDocumentsByStatus, A.SortDocuments, 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.AutoBillInvoicesRequest, A.AutoBillInvoicesSuccess, A.AutoBillInvoicesFailure, 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.FilterPaymentsByStatus, 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.SetTaxCategoryProductsRequest, A.SetTaxCategoryProductsSuccess, A.SetTaxCategoryProductsFailure, 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.FilterRecurringExpensesByStatus, 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.UpdatePricesRecurringInvoicesRequest, A.UpdatePricesRecurringInvoicesSuccess, A.UpdatePricesRecurringInvoicesFailure, A.IncreasePricesRecurringInvoicesRequest, A.IncreasePricesRecurringInvoicesSuccess, A.IncreasePricesRecurringInvoicesFailure, 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.ViewScheduleList, A.ViewSchedule, A.EditSchedule, A.UpdateSchedule, A.LoadScheduleRequest, A.LoadScheduleFailure, A.LoadScheduleSuccess, A.LoadSchedulesRequest, A.LoadSchedulesFailure, A.LoadSchedulesSuccess, A.SaveScheduleRequest, A.SaveScheduleSuccess, A.AddScheduleSuccess, A.SaveScheduleFailure, A.ArchiveSchedulesRequest, A.ArchiveSchedulesSuccess, A.ArchiveSchedulesFailure, A.DeleteSchedulesRequest, A.DeleteSchedulesSuccess, A.DeleteSchedulesFailure, A.RestoreSchedulesRequest, A.RestoreSchedulesSuccess, A.RestoreSchedulesFailure, A.FilterSchedules, A.SortSchedules, A.FilterSchedulesByState, A.FilterSchedulesByCustom1, A.FilterSchedulesByCustom2, A.FilterSchedulesByCustom3, A.FilterSchedulesByCustom4, A.StartScheduleMultiselect, A.AddToScheduleMultiselect, A.RemoveFromScheduleMultiselect, A.ClearScheduleMultiselect, A.ScheduleState, A._ScheduleUIState_Object_EntityUIState, A._$ScheduleStateSerializer, A._$ScheduleUIStateSerializer, A.ScheduleStateBuilder, A.ScheduleUIStateBuilder, A.ViewSettings, A.ClearSettingsFilter, A.ResetSettings, A.UpdateSettings, A.UpdateSettingsTab, A.UpdatedSetting, A.UpdatedSettingUI, A.UpdateSettingsTemplate, A.UpdateUserSettings, A.UploadLogoRequest, A.UploadLogoFailure, A.SaveUserSettingsRequest, A.SaveUserSettingsSuccess, A.SaveUserSettingsFailure, A.SaveAuthUserRequest, A.SaveAuthUserSuccess, A.SaveAuthUserFailure, A.ConnecOAuthUserRequest, A.ConnectOAuthUserSuccess, A.ConnecOAuthUserFailure, A.DisconnecOAuthUserRequest, A.DisconnectOAuthUserSuccess, A.DisconnecOAuthUserFailure, A.DisconnectOAuthMailerRequest, A.DisconnectOAuthMailerSuccess, A.DisconnectOAuthMailerFailure, A.DisableTwoFactorRequest, A.DisableTwoFactorSuccess, A.DisableTwoFactorFailure, A.ConnecGmailUserSuccess, A.ConnecGmailUserFailure, A.FilterSettings, A.ToggleShowNewSettings, A.ToggleShowPdfPreview, A.SettingsUIState, A._$SettingsUIStateSerializer, A.SettingsUIStateBuilder, 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.LinkTransactionToPaymentRequest, A.LinkTransactionToPaymentSuccess, A.LinkTransactionToPaymentFailure, A.UnlinkTransactionsRequest, A.UnlinkTransactionsSuccess, A.UnlinkTransactionsFailure, A.LinkTransactionToExpenseRequest, A.LinkTransactionToExpenseSuccess, A.LinkTransactionToExpenseFailure, A.ConvertTransactionsToExpensesRequest, A.ConvertTransactionsToExpensesSuccess, A.ConvertTransactionsToExpensesFailure, 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.ViewTransactionRuleList, A.ViewTransactionRule, A.EditTransactionRule, A.UpdateTransactionRule, A.LoadTransactionRuleRequest, A.LoadTransactionRuleFailure, A.LoadTransactionRuleSuccess, A.LoadTransactionRulesRequest, A.LoadTransactionRulesFailure, A.LoadTransactionRulesSuccess, A.SaveTransactionRuleRequest, A.SaveTransactionRuleSuccess, A.AddTransactionRuleSuccess, A.SaveTransactionRuleFailure, A.ArchiveTransactionRulesRequest, A.ArchiveTransactionRulesSuccess, A.ArchiveTransactionRulesFailure, A.DeleteTransactionRulesRequest, A.DeleteTransactionRulesSuccess, A.DeleteTransactionRulesFailure, A.RestoreTransactionRulesRequest, A.RestoreTransactionRulesSuccess, A.RestoreTransactionRulesFailure, A.FilterTransactionRules, A.SortTransactionRules, A.FilterTransactionRulesByState, A.FilterTransactionRulesByCustom1, A.FilterTransactionRulesByCustom2, A.FilterTransactionRulesByCustom3, A.FilterTransactionRulesByCustom4, A.StartTransactionRuleMultiselect, A.AddToTransactionRuleMultiselect, A.RemoveFromTransactionRuleMultiselect, A.ClearTransactionRuleMultiselect, A.TransactionRuleState, A._TransactionRuleUIState_Object_EntityUIState, A._$TransactionRuleStateSerializer, A._$TransactionRuleUIStateSerializer, A.TransactionRuleStateBuilder, A.TransactionRuleUIStateBuilder, 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.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.ScheduleEditVM, A.ScheduleListVM, A.ScheduleScreenVM, A.ScheduleViewVM, 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.TransactionRuleEditVM, A.TransactionRuleListVM, A.TransactionRuleScreenVM, A.TransactionRuleViewVM, 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.SimpleDebouncer, A.PersistDebouncer, A.LocaleCodeAware, A.LocalizationsProvider, A._MarkdownToDocument, A._InlineMarkdownToDocument, A.BlockSyntax, A._AttributedTextEditingController_Object_ChangeNotifier, A.LinkifyElement, A.Linkifier, A.LinkifyOptions, A.LocalAuthentication, A.AuthMessages, A.AuthenticationOptions, 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.BrowserAuthOptions0, A.PublicClientApplication, A.CommonAuthorizationUrlRequest, A.MsalJsException, A.ImageHandler, A._MenuPageInfo, A.StationaryMenuFocalPoint, A.Context, A.Style, A.ParsedPath, A.PathException, A.MissingPlatformDirectoryException, A.PdfPageFormat, A.PdfRasterBase, A.PinTheme, A._PinputUtilsMixin, A.Platform, A.Mutex, A.PdfPreviewActionBounds, A.PdfPreviewPageData, 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.EnvironmentVariables, A.HubAdapter, A.NoOpClient, A.NoOpHub, A.ISentrySpan, A.PlatformChecker, A.Breadcrumb, A.SdkVersion, A.SentryId, A.SentryLevel, A.SpanId, A.SentryOptions, A.SentrySpanContext, A.NoOpTransport, A.SentryFlutterWeb, A.SentryNative, A.SharedPreferences, A.PreferencesFilter, A.GetAllParameters, A.AuthorizationCredentialAppleID, A.AppleIDAuthorizationRequest, A.SignInWithAppleNotSupportedException, A.SignInWithAppleAuthorizationException, A.SignInWithAppleCredentialsException, A.WebAuthenticationOptions, A.SourceFile, A.SourceLocationMixin, A.SourceSpanMixin, A.Highlighter, A._Highlight, A._Line, A.SourceLocation, A.SourceSpanException, A._Rebuild, A._ReactiveModel_Object_IObservable, A.IObservable, A.SnapState, A.SnapError, A.StringScanner, A.DocumentRange, A.DocumentPosition, A.DocumentNode, A._DocumentComposer_Object_ChangeNotifier, A._ComposerPreferences_Object_ChangeNotifier, A.DocumentSelectionChange, A.DebugPaintConfig, A.DocumentEditor, A.EditorCommandFunction, A.DocumentEditorTransaction, A._MutableDocument_Object_ChangeNotifier, A.DocumentComponent, A.ProxyDocumentComponent, 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.SuperEditorDebugVisualsConfig, A.TextDeltasDocumentEditor, A.TextInputConnectionDecorator, A.DocumentImeSerializer, A._DeltaTextInputClientDecorator_Object_DeltaTextInputClient, A.SuperEditorImePolicies, A.SuperEditorImeConfiguration, A._AutoScrollController_Object_ChangeNotifier, 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.SplitListItemCommand, A.DeleteSelectionCommand, A.ParagraphComponentBuilder, A.CombineParagraphsCommand, A.SplitParagraphCommand, A.UpstreamDownstreamNodePosition, A.UpstreamDownstreamNodeSelection, A.SuperEditorSelectionPolicies, A.DefaultCaretOverlayBuilder, A._ContentTapDelegate_Object_ChangeNotifier, A.TaskComponentBuilder, A.InsertNewTaskOrSplitExistingTaskCommand, A.TextComponentViewModel, A.ToggleTextAttributionsCommand, A.InsertTextCommand, A.InsertAttributedTextCommand, A.UnknownComponentBuilder, A.Logger0, A.AutoScroller, A.ProxyTextComposable, A._IndexedSlot, A.AxisOffset, A.UrlLauncher, A._TapTracker0, A._CountdownZoned0, A._GestureEditingController_Object_ChangeNotifier, A._FloatingCursorController_Object_ChangeNotifier, A._MagnifierAndToolbarController_Object_ChangeNotifier, A.DragHandleAutoScroller, A._AndroidEditingOverlayController_Object_ChangeNotifier, A._EstimatedLineHeight, A._TextScrollController_Object_ChangeNotifier, A._ViewportHeight, A._IOSEditingOverlayController_Object_ChangeNotifier, A._FloatingCursorController_Object_ChangeNotifier0, A.ToolbarConfig, 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.HuMessages, A.HuShortMessages, 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.Matrix40, A.Quad, A.Quaternion, A.Vector3, A.Vector4, A.Version, A.VsScrollbarStyle, A.WindowListener, A.WindowManager0]); - _inheritMany(A.Closure, [A.Closure0Args, A.AppBootstrap_prepareEngineInitializer_closure0, A.AppBootstrap__prepareAppRunner_closure, A.Closure2Args, A.CkCanvas_saveLayerWithFilter_closure, A._canvasKitJsUrls_closure, A._downloadCanvasKitJs_loadEventHandler, A._downloadCanvasKitJs_errorEventHandler, 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.SkiaFontCollection_registerDownloadedFonts_makeRegisterFont, A.readChunked_closure, A._finalizationRegistry_closure, 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.DomNavigatorExtension_get_languages_closure, A._ttPolicy_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure0, A.sendFontChangeMessage_closure, A.sendFontChangeMessage__closure, A.FontFallbackManager$__closure, A.FontFallbackManager$__closure0, A.FontFallbackManager$__closure1, A.FontFallbackManager$__closure2, A.FontFallbackManager$__closure3, A.FontFallbackManager$__closure4, A.FontFallbackManager_findMinimumFontsForCodePoints_closure, A.FontFallbackManager_findMinimumFontsForCodePoints_closure0, A.fetchFontManifest_closure, A.fetchFontManifest_closure0, A.fetchFontManifest_closure1, A.fetchFontManifest__closure, A.HtmlRenderer_instantiateImageCodecFromUrl_closure, A.HtmlRenderer_decodeImageFromPixels_executeCallback, A.HtmlRenderer_decodeImageFromPixels_executeCallback_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.IntervalTree_IntervalTree$createFromRanges_makeBalancedTree, A.IntervalTree_IntervalTree$createFromRanges_computeHigh, A.futureToPromise__closure, A.futureToPromise__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$__closure, A.KeyboardBinding$__closure0, A.KeyboardBinding__addEventListener_loggedHandler, A.KeyboardBinding__onKeyData_closure, A.KeyboardConverter__scheduleAsyncEvent_closure, A.KeyboardConverter_handleEvent_closure, A.MultiEntriesBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure0, A.EnginePlatformDispatcher__zonedPlatformMessageResponseCallback_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure0, A.EnginePlatformDispatcher__sendPlatformMessage_closure1, A.EnginePlatformDispatcher__sendPlatformMessage_closure2, A.EnginePlatformDispatcher__addLocaleChangedListener_closure, A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure, A.EnginePlatformDispatcher_replyToPlatformMessage_closure, A.SafariPointerEventWorkaround_workAroundMissingPointerEvents_closure, A._BaseAdapter_addEventListener_loggedHandler, 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.RawKeyboard$__closure, A.RawKeyboard$__closure0, A.RawKeyboard__handleHtmlEvent_closure0, A.AccessibilityFocusManager_manage_closure, A.AccessibilityFocusManager_manage_closure0, A.Incrementable_closure, A.Incrementable_closure0, A.Scrollable_update_closure0, A.Scrollable_update_closure1, A.SemanticsObject_visitDepthFirst_closure, A.EngineSemanticsOwner__finalizeTree_closure, 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.TextField__invokeIosWorkaround_closure0, A.CanvasParagraph_computeLineMetrics_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.EditableTextGeometry_EditableTextGeometry$fromFrameworkMessage_closure, A.futurize_closure, A.bytesToHexString_closure, A.CustomElementDimensionsProvider__closure, A.CustomElementEmbeddingStrategy_initialize_closure, A._ContextMenu__disablingContextMenuListener_closure, A.FullPageEmbeddingStrategy_initialize_closure, A._HeaderValue__parse_expect, A._HeaderValue__parse_maybeExpect, A._CastListBase_removeWhere_closure, A._CastListBase_retainWhere_closure, A.CastSet_removeWhere_closure, A.CastMap_entries_closure, A.Instantiation, A.TearOffClosure, A.JsLinkedHashMap_values_closure, A.JsLinkedHashMap_containsValue_closure, A.initHooks_closure, A.initHooks_closure1, A._StringStream__goalToEventCode_closure, 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.FutureExtensions_onError_closure, A._Future__chainForeignFuture_closure, A._Future__propagateToListeners_handleWhenCompleteCallback_closure, A._Future_timeout_closure0, A.Stream_Stream$fromFuture_closure, A.Stream_asyncMap_closure_add, A.Stream_asyncMap__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.MapBase_entries_closure, A.SplayTreeMap_closure, A.SplayTreeSet_closure, A._JsonMap_values_closure, A.JsonUtf8Encoder_convert_addChunk, A._BigIntImpl_hashCode_finish, A._BigIntImpl_toDouble_readBits, A.DateTime_parse_parseIntOrZero, A.DateTime_parse_parseMilliAndMicroseconds, A._Uri__splitQueryStringAll_parsePair, A._createTables_setChars, A._createTables_setRange, A.CanvasElement_toBlob_closure, A._ChildrenElementList__filter_closure, 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_readUnsized, A._File_readAsBytes_readUnsized_read_closure, A._File_readAsBytes_readSized_read_closure, A._File_readAsBytes_closure, A._File_readAsBytes__closure, A._RandomAccessFile_close_closure, A._RandomAccessFile_read_closure, A._RandomAccessFile_readInto_closure, A._RandomAccessFile_setPosition_closure, A._RandomAccessFile_length_closure, A._convertToJS_closure, A._convertToJS_closure0, A._wrapToDart_closure, A._wrapToDart_closure0, A._wrapToDart_closure1, A.jsify__convert, A.promiseToFuture_closure, A.promiseToFuture_closure0, A.dartify_convert, A.KeyData__quotedCharCode_closure, A.bootstrapEngine_closure, A.HashUrlStrategy_addPopStateListener_wrappedFn, A.HashUrlStrategy__waitForPopState_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.DesktopDropWeb__registerEvents_closure, A.DesktopDropWeb__registerEvents__closure, A.DesktopDropWeb__registerEvents_closure0, A.DesktopDropWeb__registerEvents_closure1, A.DesktopDropWeb__registerEvents_closure2, A.DesktopDrop_init_closure, A.DesktopDrop__handleMethodChannel_closure, A.DesktopDrop__handleMethodChannel_closure0, A.DesktopDrop__handleMethodChannel_closure1, A.DesktopDrop__handleMethodChannel_closure2, A.DesktopDrop__handleMethodChannel_closure3, A.DesktopDrop__handleMethodChannel_closure4, 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._RenderCupertinoTextSelectionToolbarItems_performLayout_closure0, A._RenderCupertinoTextSelectionToolbarItems_paint_closure, A._RenderCupertinoTextSelectionToolbarItems_redepthChildren_closure, A._RenderCupertinoTextSelectionToolbarItems_visitChildrenForSemantics_closure, A._RenderCupertinoTextSelectionToolbarItems_debugDescribeChildren_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.PolynomialFit_toString_closure, 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.BackButtonIcon_build_closure, A.BackButtonIcon_build_closure0, A.BackButtonIcon_build_closure1, A.DrawerButtonIcon_build_closure, A.DrawerButtonIcon_build_closure0, A.DrawerButtonIcon_build_closure1, A.EndDrawerButtonIcon_build_closure, A.EndDrawerButtonIcon_build_closure0, A.EndDrawerButtonIcon_build_closure1, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure0, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure1, A._MaterialAppState__materialBuilder_closure, A._MaterialAppState__buildWidgetApp_closure, A.MaterialRectArcTween__initialize_closure, A._DragHandle_build_closure, A._DragHandle_build_closure0, A._BottomSheetGestureDetector_build_closure0, 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_closure11, A._ButtonStyleState_build_closure12, A._ButtonStyleState_build_closure20, A._ButtonStyleState_build__closure0, A._ButtonStyleState_build_closure21, A._ButtonStyleState_build__closure, A._ButtonStyleState_build_closure13, A._ButtonStyleState_build_closure14, A._ButtonStyleState_build_closure15, A._ButtonStyleState_build_closure16, A._ButtonStyleState_build_closure17, A._ButtonStyleState_build_closure18, A._ButtonStyleState_build_closure19, A._MonthPickerState_didUpdateWidget_closure, A._DayPickerState_build_effectiveValue, A._DayPickerState_build_resolve, A._DayPickerState_build_resolve_closure, A._DayPickerState_build_closure, A._DayPickerState_build_closure0, A._DayPickerState_build_closure2, A._DayPickerState_build__closure, A._YearPickerState__buildYearItem_effectiveValue, A._YearPickerState__buildYearItem_resolve, A._YearPickerState__buildYearItem_resolve_closure, A._YearPickerState__buildYearItem_closure, A._YearPickerState__buildYearItem_closure0, A._YearPickerState__buildYearItem_closure2, A._YearPickerState__buildYearItem__closure, A._CheckboxState__widgetFillColor_closure, A._CheckboxState_build_closure, A._CheckboxDefaultsM2_side_closure, A._CheckboxDefaultsM2_fillColor_closure, A._CheckboxDefaultsM2_overlayColor_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._DatePickerDefaultsM2_dayForegroundColor_closure, A._DatePickerDefaultsM2_dayBackgroundColor_closure, A._DatePickerDefaultsM2_dayOverlayColor_closure, A._DatePickerDefaultsM2_todayForegroundColor_closure, A._DatePickerDefaultsM2_rangeSelectionOverlayColor_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._InkResponseState_build_getHighlightColorForType, A._InputDatePickerFormFieldState_didUpdateWidget_closure, A._RenderDecoration_paint_doPaint, A._InputDecoratorDefaultsM2_hintStyle_closure, A._InputDecoratorDefaultsM2_labelStyle_closure, A._InputDecoratorDefaultsM2_floatingLabelStyle_closure, A._InputDecoratorDefaultsM2_helperStyle_closure, A._InputDecoratorDefaultsM2_errorStyle_closure, A._InputDecoratorDefaultsM2_fillColor_closure, A._InputDecoratorDefaultsM2_iconColor_closure, A._InputDecoratorDefaultsM2_prefixIconColor_closure, A._InputDecoratorDefaultsM2_suffixIconColor_closure, A.ListTile_build_resolveColor, A._RenderListTile_paint_doPaint, A.ListTileTheme_merge_closure, A.TextMagnifier_adaptiveMagnifierConfiguration_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._PopupMenu_build_closure, A._PopupMenuRoute_buildPage_closure, A.PopupMenuButtonState_showButtonMenu_closure, A._RadioState__widgetFillColor_closure, A._RadioState_build_closure, A._RadioDefaultsM2_fillColor_closure, A._RadioDefaultsM2_overlayColor_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__widgetTrackColor_closure, A._MaterialSwitchState_build_closure, A._SwitchPainter_paint_thumbSizeAnimation, A._SwitchDefaultsM2_thumbColor_closure, A._SwitchDefaultsM2_trackColor_closure, A._SwitchDefaultsM2_mouseCursor_closure, A._SwitchDefaultsM2_overlayColor_closure, A._TabStyle__resolveWithLabelColor_closure, A._TabBarState_initState_closure, A._TabBarState_build_closure, A._TabBarState_build_closure0, A._TextFieldState_build_closure3, A._TextFieldState_build_closure4, A._m2StateInputStyle_closure, A.TextFormField_closure, A.TextFormField_closure_onChangedHandler, A._RenderTextSelectionToolbarItemsLayout__layoutChildren_closure, A._RenderTextSelectionToolbarItemsLayout__placeChildren_closure, A._RenderTextSelectionToolbarItemsLayout_paint_closure, A._RenderTextSelectionToolbarItemsLayout_visitChildrenForSemantics_closure, A._AnimatedThemeState_forEachTween_closure, A.ThemeData__lerpThemeExtensions_closure0, A.TimeOfDay_toString_addLeadingZeroIfNeeded, A._HourControl_build_hoursFromSelected, A._DialPainter_paint_paintInnerOuterLabels, A._DialPainter_paint_paintInnerOuterLabels_closure, A._DialPainter_paint_paintInnerOuterLabels_closure0, A._DialState__animateTo_animateToValue, A.showTimePicker_closure, A._TimePickerDefaultsM2_dayPeriodColor_closure, A._TimePickerDefaultsM2_dayPeriodTextColor_closure, A._TimePickerDefaultsM2_dialTextColor_closure, A._TimePickerDefaultsM2_hourMinuteColor_closure, A._TimePickerDefaultsM2_hourMinuteTextColor_closure, A._TimePickerDefaultsM2__hourMinuteInputColor_closure, A.ToggleButtons_build_closure, A.NetworkImage__loadAsync_closure0, A._CompoundBorder_scale_closure, A._CompoundBorder_toString_closure, A.ClipContext_clipPathAndPaint_closure, A.ClipContext_clipRRectAndPaint_closure, A.ClipContext_clipRectAndPaint_closure, A.paintImage_closure0, 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._ShapeDecorationPainter__precache_closure1, A.TextPainter_inlinePlaceholderBoxes_closure, A.TextPainter_getBoxesForSelection_closure, A.TextPainter_computeLineMetrics_closure, A.TextSpan_debugDescribeChildren_closure, A.TextStyle_fontFamilyFallback_closure, A.FrictionSimulation_closure, A.RendererBinding__scheduleMouseTrackerUpdate_closure, A.BoxConstraints_toString_describe, A.RenderEditable_getBoxesForSelection_closure, A.RenderEditable_describeSemanticsConfiguration_closure, A.RenderEditable__canComputeDryLayoutForInlineWidgets_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__updateCompositingBits_closure, A.RenderObject_clearSemantics_closure, A.RenderObject__getSemanticsForParent_closure, A.RenderObject__getSemanticsForParent_closure0, A.RenderObject__getSemanticsForParent_closure1, A.RelayoutWhenSystemFontsChangeMixin__scheduleSystemFontsUpdate_closure, A.RenderParagraph_markNeedsLayout_closure, A.RenderParagraph_selectionColor_closure, A.RenderParagraph__canComputeDryLayoutForInlineWidgets_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_loadStructuredBinaryData_closure, A.PlatformAssetBundle_load_closure, A._AssetManifestBin_getAssetVariants_closure, A._AutofillScopeTextInputConfiguration_toJson_closure, A.AutofillScopeMixin_attach_closure, A.ServicesBinding__initKeyboard_closure, A._DefaultBinaryMessenger_send_closure, A.BasicMessageChannel_setMessageHandler_closure, A.MethodChannel_setMethodCallHandler_closure, A.RestorationManager_handleRestorationUpdateFromEngine_closure, A.RestorationManager_scheduleSerializationFor_closure, A.RestorationBucket__visitChildren_closure, A.FilteringTextInputFormatter__processRegion_adjustIndex, A.TextEditingValue_replaced_adjustIndex, A.TextInput__handleTextInputInvocation_closure, A.TextInput__handleTextInputInvocation_closure0, A.TextInput__handleTextInputInvocation_closure1, A._PlatformTextInputControl_setSelectionRects_closure, 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._AnimatedSwitcherState_build_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._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_closure3, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure5, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure7, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure, A.ContextMenuController_show_closure, A.DefaultSelectionStyle_merge_closure, A.DisplayFeatureSubScreen_avoidBounds_closure, A.DisplayFeatureSubScreen_avoidBounds_closure0, A._DraggableScrollableSheetState_build_closure, A.EditableTextState_cutSelection_closure, A.EditableTextState_pasteText_closure, A.EditableTextState_didChangeDependencies_closure, A.EditableTextState_didUpdateWidget_closure, A.EditableTextState__createSelectionOverlay_closure, A.EditableTextState__scheduleShowCaretOnScreen_closure, A.EditableTextState_didChangeMetrics_closure, A.EditableTextState__startCursorBlink_closure, A.EditableTextState__onCursorTick_closure1, A.EditableTextState_showSpellCheckSuggestionsToolbar_closure, A.EditableTextState__actions_closure, A.EditableTextState_build_closure0, A._ScribbleFocusableState_isInScribbleRect_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_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0, A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure1, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2, 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_renderObject_closure, A.Element_describeMissingAncestor_closure, A.Element_describeElements_closure, A.Element_updateChildren_replaceWithNullIfForgotten, 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.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._ImageState__replaceImage_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._AnimatedPositionedState_forEachTween_closure, A._AnimatedPositionedState_forEachTween_closure0, A._AnimatedPositionedState_forEachTween_closure1, A._AnimatedPositionedState_forEachTween_closure2, A._AnimatedPositionedState_forEachTween_closure3, A._AnimatedPositionedState_forEachTween_closure4, 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.LookupBoundary_findAncestorStateOfType_closure, A.LookupBoundary_findRootAncestorStateOfType_closure, A.LookupBoundary_findAncestorRenderObjectOfType_closure, A.TextMagnifierConfiguration_magnifierBuilder_closure, A.MagnifierController_show_closure, A.MediaQueryData_removeDisplayFeatures_closure, A.Route_didPush_closure, A.Route_didAdd_closure, A.Navigator_defaultGenerateInitialRoutes_closure, A._RouteEntry_dispose_closure, A._RouteEntry_isRoutePredicate_closure, A.NavigatorState_restoreState_closure, A.NavigatorState__forcedDisposeAllRouteEntries_closure, A.NavigatorState__afterNavigation_closure, A.OverlayEntry_remove_closure, A._RenderTheater_computeMinIntrinsicWidth_closure, A._RenderTheater_computeMaxIntrinsicWidth_closure, A._RenderTheater_computeMinIntrinsicHeight_closure, A._RenderTheater_computeMaxIntrinsicHeight_closure, A._RenderTheater_debugDescribeChildren_closure, A._RenderDeferredLayoutBox__childrenInPaintOrder_closure, A._RenderDeferredLayoutBox_layout_closure, A.PageStorageBucket__allKeys_closure, A._PageViewState_build_closure, A.HtmlElementView__createHtmlElementView_closure, A._PlatformViewPlaceholderBox_performLayout_closure, A._extension_0_disposePostFrame_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.ScrollBehavior_velocityTrackerBuilder_closure1, A.ScrollNotificationObserverState_build_closure, A.ScrollNotificationObserverState_build_closure0, A.ScrollPosition_forcePixels_closure, A.ScrollView_build_closure0, A.Scrollable_ensureVisible_closure, 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_runScheduledTask, A.MultiSelectableSelectionContainerDelegate_getSelectionGeometry_closure, A.MultiSelectableSelectionContainerDelegate_getSelectionGeometry_closure0, 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_showMagnifier_closure, A.SelectionOverlay_showToolbar_closure, A.SelectionOverlay_showSpellCheckSuggestionsToolbar_closure, A.SelectionOverlay_markNeedsBuild_closure, A.SelectionOverlay__buildToolbar_closure, A._SelectionHandleOverlayState_build_closure0, A._TextSelectionGestureDetectorState_build_closure0, A._TextSelectionGestureDetectorState_build_closure2, A._TextSelectionGestureDetectorState_build_closure4, A._TextSelectionGestureDetectorState_build_closure6, A._TextSelectionGestureDetectorState_build_closure8, A.UndoHistoryState_initState_closure, A._throttle_closure, A.Visibility_of_closure, A.WidgetSpan_extractFromInlineSpan_closure, 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._StoreStreamListenerState__createStream_closure, 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.loadWebSdk_closure0, A.GoogleSignIn__ensureInitialized_closure, A.GoogleSignIn__doInitialization_closure, A.GoogleSignIn__waitFor_closure, A.GoogleSignIn__addMethodCall_closure, A.GoogleSignIn_signIn_isCanceled, A.GoogleSignIn_signIn_closure, A.MethodChannelGoogleSignIn_getTokens_closure, A.GoogleSignInPlugin__registerButtonFactory_closure, A.GisSdkClient__configureStreams_closure, A.GisSdkClient__configureStreams_closure0, A.GisSdkClient__configureStreams_closure1, A.GisSdkClient__configureStreams_closure2, A.GisSdkClient_signInSilently_closure, 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.get_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.BillingClient_queryProductDetails_closure, A._$ProductDetailsWrapperFromJson_closure, A._$ProductDetailsResponseWrapperFromJson_closure0, A._$PurchaseWrapperFromJson_closure, A._$PurchasesResultWrapperFromJson_closure0, A._$SubscriptionOfferDetailsWrapperFromJson_closure, A._$SubscriptionOfferDetailsWrapperFromJson_closure0, A.InAppPurchaseAndroidPlatform_isAvailable_closure, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure, A.InAppPurchaseAndroidPlatform_queryProductDetails__closure0, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure0, A.InAppPurchaseAndroidPlatform_queryProductDetails__closure, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure1, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure2, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure3, A.InAppPurchaseAndroidPlatform_buyNonConsumable_closure, A.InAppPurchaseAndroidPlatform_completePurchase_closure, A.InAppPurchaseAndroidPlatform_restorePurchases_closure, A.InAppPurchaseAndroidPlatform_restorePurchases_closure0, A.InAppPurchaseAndroidPlatform_restorePurchases_closure1, A.InAppPurchaseAndroidPlatform_restorePurchases_closure2, A.InAppPurchaseAndroidPlatform_restorePurchases_closure3, A.InAppPurchaseAndroidPlatform_restorePurchases_closure4, A.InAppPurchaseAndroidPlatform_restorePurchases_closure5, A.InAppPurchaseAndroidPlatform__getPurchaseDetailsFromResult_closure, A.InAppPurchaseAndroidPlatform__getPurchaseDetailsFromResult_closure0, A.InAppPurchaseAndroidPlatformAddition_consumePurchase_closure, A.GooglePlayPurchaseDetails_fromPurchase_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_parseStandaloneDay_closure, A.NumberFormat_NumberFormat_closure, A.NumberFormat_NumberFormat$decimalPattern_closure, A._CountryPickerDialogState_build_closure, A.CountryExtensions_stringSearch_closure, A.CountryExtensions_stringSearch__closure, 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_matchesFilter_closure, A.GatewayEntity_matchesFilterValue_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_clone___closure, A.InvoiceEntity_clone__closure1, A.InvoiceEntity_applyClient_closure, A.InvoiceEntity_balanceHistory_closure, A.InvoiceEntity_balanceHistory_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_isBetween_closure, A.TaskEntity_getTaskTimes_closure, A.TaskEntity_addTaskTime_closure, A.TaskEntity_updateTaskTime_closure, A.TaskEntity_deleteTaskTime_closure, A.TaskEntity_calculateDuration_closure, A.TransactionEntity_TransactionEntity_closure, A.TransactionEntity_TransactionEntity_closure0, 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.TransactionRepository_convertToExpense_closure, A._parseError__closure, A._initialState_closure, A._initialState_closure0, A._registerErrorHandlers_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.InvoiceNinjaAppState_build__closure115, A.InvoiceNinjaAppState_build__closure116, A.InvoiceNinjaAppState_build__closure117, A.InvoiceNinjaAppState_build__closure118, A.InvoiceNinjaAppState_build__closure119, A.InvoiceNinjaAppState_build__closure120, A.InvoiceNinjaAppState_build__closure121, A.InvoiceNinjaAppState_build__closure122, 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.AppState_getEntityMap_closure, A.AppState_getEntityMap_closure0, 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.bankAccountListReducer__closure, 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.__MergClientPickerState_build_closure, A._editClient_closure, A._viewClient_closure, A._viewClientList_closure0, 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___closure, A._loadClients____closure, A._loadClients_____closure, A._loadClients__closure0, A._saveDocument_closure11, A._saveDocument__closure23, A._saveDocument___closure11, A._saveDocument____closure11, A._saveDocument__closure24, A._showPdfClient_closure, A.clientUIReducer_closure, A.editingReducer__closure59, A.editingReducer__closure58, A.editingReducer__closure57, A.editingReducer__closure56, A.clientListReducer__closure, 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_closure26, A._addToListMultiselect_closure26, A._removeFromListMultiselect_closure26, A._clearListMultiselect_closure26, 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_closure26, 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__closure12, A.userCompanyEntityReducer__closure10, A.userCompanyEntityReducer___closure, A.userCompanyEntityReducer__closure11, A.userCompanyEntityReducer__closure9, A.userCompanyEntityReducer__closure8, 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.saveCompanySuccessReducer_closure, A.saveCompanySuccessReducer_closure0, A.dropdownExpenseCategoriesSelector_closure1, 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.companyGatewayListReducer__closure, 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_closure3, A.handleCreditAction_closure4, A.handleCreditAction_closure5, A.handleCreditAction_closure6, A.handleCreditAction_closure7, A.handleCreditAction_closure8, A.handleCreditAction_closure9, A.handleCreditAction__closure, A.handleCreditAction_closure10, A.handleCreditAction_closure11, A.handleCreditAction_closure12, A.handleCreditAction_closure13, 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___closure, 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___closure0, A._saveDocument____closure0, 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.creditListReducer__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._purgeClientSuccess_closure9, A._purgeClientSuccess_closure10, A._purgeClientSuccess_closure8, A._purgeClientSuccess__closure6, 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__closure0, A.filteredCreditsSelector_closure0, 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.designListReducer__closure, 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.handleDocumentAction_showDocument_closure, A.handleDocumentAction_showDocument__closure0, A.handleDocumentAction_closure0, A.handleDocumentAction_closure1, A.handleDocumentAction_closure2, A.handleDocumentAction___closure, A.handleDocumentAction___closure0, A.handleDocumentAction___closure1, A.handleDocumentAction___closure2, A.handleDocumentAction___closure3, A.handleDocumentAction___closure4, A.handleDocumentAction___closure5, A.handleDocumentAction___closure6, A.handleDocumentAction___closure7, A.handleDocumentAction___closure8, A.handleDocumentAction___closure9, A.handleDocumentAction___closure10, A.handleDocumentAction___closure11, A.handleDocumentAction___closure12, A.handleDocumentAction___closure13, A._editDocument_closure, A._viewDocument_closure, A._viewDocumentList_closure0, A._viewDocumentList__closure, A._saveDocument_closure13, A._saveDocument__closure27, A._saveDocument___closure13, A._saveDocument__closure28, 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._loadDocumentData_closure, A._loadDocumentData__closure, A._loadDocumentData___closure, A._loadDocumentData__closure0, A.documentUIReducer_closure, A.editingReducer__closure11, A.documentListReducer__closure, A._viewDocumentList_closure, A._filterDocumentsByCustom1_closure, A._filterDocumentsByCustom1_closure0, A._filterDocumentsByCustom2_closure, A._filterDocumentsByCustom2_closure0, A._filterDocumentsByState_closure, A._filterDocumentsByState_closure0, A._filterDocumentsByStatus_closure, A._filterDocumentsByStatus_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._addDocument_closure, A._addDocument__closure, A._addDocument__closure0, A._addDocument_closure0, A._updateDocument_closure, A._setLoadedDocument_closure, A._setLoadedDocuments_closure, A._setLoadedDocuments__closure, A._setLoadedDocuments__closure0, A._setLoadedDocuments_closure0, A._setLoadedCompany_closure9, A._setLoadedCompany__closure24, A._setLoadedCompany_closure10, A._setLoadedCompany__closure23, A._setLoadedCompany___closure11, A._setLoadedCompany_closure11, A._setLoadedCompany__closure22, A._setLoadedCompany___closure10, A._setLoadedCompany_closure12, A._setLoadedCompany__closure21, A._setLoadedCompany___closure9, A._setLoadedCompany_closure13, A._setLoadedCompany__closure20, A._setLoadedCompany___closure8, A._setLoadedCompany_closure14, A._setLoadedCompany__closure19, A._setLoadedCompany___closure7, A._setLoadedCompany_closure15, A._setLoadedCompany__closure18, A._setLoadedCompany___closure6, A._setLoadedCompany_closure16, A._setLoadedCompany__closure17, A._setLoadedCompany___closure5, A._setLoadedCompany_closure17, A._setLoadedCompany__closure16, A._setLoadedCompany___closure4, A._setLoadedCompany_closure18, A._setLoadedCompany__closure15, A._setLoadedCompany___closure3, A._setLoadedCompany_closure19, A._setLoadedCompany__closure14, A._setLoadedCompany___closure2, A._setLoadedCompany_closure20, A._setLoadedCompany__closure13, A._setLoadedCompany___closure1, A._setLoadedCompany_closure21, A._setLoadedCompany__closure12, A._setLoadedCompany___closure0, A._setLoadedCompany_closure22, A._setLoadedCompany__closure11, A._setLoadedCompany___closure, A._setLoadedCompany_closure23, A._setLoadedCompany__closure9, A._setLoadedCompany__closure10, A._setLoadedCompany_closure24, 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___closure, A._loadExpenses____closure, A._loadExpenses_____closure, A._loadExpenses__closure0, A._saveDocument_closure9, A._saveDocument__closure19, A._saveDocument___closure9, A._saveDocument____closure9, A._saveDocument__closure20, A.expenseUIReducer_closure, A.editingReducer__closure10, A.expenseListReducer__closure, 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._purgeClientSuccess_closure21, A._purgeClientSuccess_closure22, A._purgeClientSuccess_closure20, A._purgeClientSuccess__closure14, 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.expenseCategoryListReducer__closure, 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.memoizedDropdownExpenseCategoryList_closure, A.dropdownExpenseCategoriesSelector_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___closure, A._loadGroups____closure, A._loadGroups_____closure, A._loadGroups__closure0, A._saveDocument_closure, A._saveDocument__closure, A._saveDocument___closure, A._saveDocument____closure, A._saveDocument__closure0, A.groupUIReducer_closure, A.editingReducer__closure12, A.groupListReducer__closure, 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_closure3, A.handleInvoiceAction_closure6, A.handleInvoiceAction_closure7, A.handleInvoiceAction__closure1, A.handleInvoiceAction_closure8, A.handleInvoiceAction_closure9, A.handleInvoiceAction_closure10, A.handleInvoiceAction_closure11, A.handleInvoiceAction_closure12, A.handleInvoiceAction__closure, A.handleInvoiceAction__closure0, A.handleInvoiceAction_closure13, A.handleInvoiceAction_closure14, A.handleInvoiceAction_closure15, A.handleInvoiceAction_closure16, A.handleInvoiceAction_closure17, A.handleInvoiceAction_closure18, 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._autoBillInvoices_closure, A._autoBillInvoices__closure, A._autoBillInvoices__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___closure, A._loadInvoices____closure, A._loadInvoices_____closure, A._loadInvoices__closure0, A._saveDocument_closure10, A._saveDocument__closure21, A._saveDocument___closure10, A._saveDocument____closure10, A._saveDocument__closure22, A.invoiceUIReducer_closure, A.editingReducer__closure55, A.editingReducer__closure54, A.editingReducer__closure53, A.editingReducer__closure52, A.editingReducer__closure51, A.editingReducer___closure3, A.editingReducer__closure50, A.editingReducer__closure49, A._updateEditing_closure, A._addInvoiceItem_closure, A._addInvoiceItems_closure, A._removeInvoiceItem_closure, A._updateInvoiceItem_closure, A.invoiceListReducer__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_closure25, A._addToListMultiselect_closure25, A._removeFromListMultiselect_closure25, A._clearListMultiselect_closure25, A._purgeClientSuccess_closure24, A._purgeClientSuccess_closure25, A._purgeClientSuccess_closure23, A._purgeClientSuccess__closure16, 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.paymentListReducer__closure, 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._filterPaymentsByStatus_closure, A._filterPaymentsByStatus_closure0, A._filterPayments_closure, A._sortPayments_closure, A._startListMultiselect_closure0, A._addToListMultiselect_closure0, A._removeFromListMultiselect_closure0, A._clearListMultiselect_closure0, A._purgeClientSuccess_closure3, A._purgeClientSuccess_closure4, A._purgeClientSuccess_closure2, A._purgeClientSuccess__closure2, 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.paymentTermListReducer__closure, 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__closure1, A.handleProductAction_closure1, A.handleProductAction__closure0, A.handleProductAction_closure2, A.handleProductAction__closure, A._editProduct_closure, A._viewProduct_closure, A._viewProductList_closure0, A._viewProductList__closure, A._archiveProduct_closure, A._archiveProduct__closure, A._archiveProduct__closure0, A._archiveProduct__closure1, A._setTaxCategoryProducts_closure, A._setTaxCategoryProducts__closure, A._setTaxCategoryProducts__closure0, 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___closure, A._loadProducts____closure, A._loadProducts_____closure, A._loadProducts__closure0, A._saveDocument_closure12, A._saveDocument__closure25, A._saveDocument___closure12, A._saveDocument____closure12, A._saveDocument__closure26, A.productUIReducer_closure, A.editingReducer__closure60, A.productListReducer__closure, A._viewProductList_closure, 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_closure27, A._addToListMultiselect_closure27, A._removeFromListMultiselect_closure27, A._clearListMultiselect_closure27, A._archiveProductSuccess_closure, A._deleteProductSuccess_closure, A._restoreProductSuccess_closure, A._setTaxCategoryProductsSuccess_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.handleProjectAction_closure6, 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___closure, A._loadProjects____closure, A._loadProjects_____closure, A._loadProjects__closure0, A._saveDocument_closure6, A._saveDocument__closure13, A._saveDocument___closure6, A._saveDocument____closure6, A._saveDocument__closure14, A.projectUIReducer_closure, A.editingReducer__closure7, A.projectListReducer__closure, 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._purgeClientSuccess_closure6, A._purgeClientSuccess_closure7, A._purgeClientSuccess_closure5, A._purgeClientSuccess__closure4, 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_closure1, A.handlePurchaseOrderAction_closure2, A.handlePurchaseOrderAction_closure5, A.handlePurchaseOrderAction_closure6, A.handlePurchaseOrderAction_closure7, A.handlePurchaseOrderAction_closure8, A.handlePurchaseOrderAction_closure9, A.handlePurchaseOrderAction_closure10, A.handlePurchaseOrderAction_closure11, A.handlePurchaseOrderAction_closure12, 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___closure, A._loadPurchaseOrders____closure, A._loadPurchaseOrders_____closure, A._loadPurchaseOrders__closure0, A._saveDocument_closure3, A._saveDocument__closure7, A._saveDocument___closure3, A._saveDocument____closure3, 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.purchaseOrderListReducer__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.memoizedDropdownPurchaseOrderList_closure, A.dropdownPurchaseOrdersSelector_closure, 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_closure1, A.handleQuoteAction_closure2, A.handleQuoteAction_closure5, A.handleQuoteAction_closure6, A.handleQuoteAction_closure7, A.handleQuoteAction_closure8, A.handleQuoteAction_closure9, A.handleQuoteAction_closure10, A.handleQuoteAction_closure11, A.handleQuoteAction_closure12, A.handleQuoteAction_closure13, A.handleQuoteAction_closure14, 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___closure, A._loadQuotes____closure, A._loadQuotes_____closure, A._loadQuotes__closure0, A._saveDocument_closure5, A._saveDocument__closure11, A._saveDocument___closure5, A._saveDocument____closure5, 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.quoteListReducer__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._purgeClientSuccess_closure0, A._purgeClientSuccess_closure1, A._purgeClientSuccess_closure, A._purgeClientSuccess__closure0, 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.memoizedDropdownQuoteList_closure, A.dropdownQuoteSelector_closure, 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___closure, 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___closure2, A._saveDocument____closure2, A._saveDocument__closure6, A.recurringExpenseUIReducer_closure, A.editingReducer__closure37, A.recurringExpenseListReducer__closure, A._viewRecurringExpenseList_closure, A._filterRecurringExpensesByCustom1_closure, A._filterRecurringExpensesByCustom1_closure0, A._filterRecurringExpensesByCustom2_closure, A._filterRecurringExpensesByCustom2_closure0, A._filterRecurringExpensesByState_closure, A._filterRecurringExpensesByState_closure0, A._filterRecurringExpensesByStatus_closure, A._filterRecurringExpensesByStatus_closure0, A._filterRecurringExpenses_closure, A._sortRecurringExpenses_closure, A._startListMultiselect_closure19, A._addToListMultiselect_closure19, A._removeFromListMultiselect_closure19, A._clearListMultiselect_closure19, A._purgeClientSuccess_closure15, A._purgeClientSuccess_closure16, A._purgeClientSuccess_closure14, A._purgeClientSuccess__closure10, 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__closure, A.handleRecurringInvoiceAction_closure2, A.handleRecurringInvoiceAction_closure3, A.handleRecurringInvoiceAction_closure4, A.handleRecurringInvoiceAction_closure5, 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._updatePricesRecurringInvoice_closure, A._updatePricesRecurringInvoice__closure, A._updatePricesRecurringInvoice__closure0, A._increasePricesRecurringInvoice_closure, A._increasePricesRecurringInvoice__closure, A._increasePricesRecurringInvoice__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___closure, A._loadRecurringInvoices____closure, A._loadRecurringInvoices_____closure, A._loadRecurringInvoices__closure0, A._saveDocument_closure1, A._saveDocument__closure3, A._saveDocument___closure1, A._saveDocument____closure1, 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.recurringInvoiceListReducer__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._purgeClientSuccess_closure12, A._purgeClientSuccess_closure13, A._purgeClientSuccess_closure11, A._purgeClientSuccess__closure8, 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.handleScheduleAction_closure, A._editSchedule_closure, A._viewSchedule_closure, A._viewScheduleList_closure0, A._viewScheduleList__closure, A._archiveSchedule_closure, A._archiveSchedule__closure, A._archiveSchedule__closure0, A._archiveSchedule__closure1, A._deleteSchedule_closure, A._deleteSchedule__closure, A._deleteSchedule__closure0, A._deleteSchedule__closure1, A._restoreSchedule_closure, A._restoreSchedule__closure, A._restoreSchedule__closure0, A._restoreSchedule__closure1, A._saveSchedule_closure, A._saveSchedule__closure, A._saveSchedule__closure0, A._loadSchedule_closure, A._loadSchedule__closure, A._loadSchedule__closure0, A._loadSchedules_closure, A._loadSchedules__closure, A._loadSchedules__closure0, A.scheduleUIReducer_closure, A.editingReducer__closure48, A.scheduleListReducer__closure, A._viewScheduleList_closure, A._filterSchedulesByCustom1_closure, A._filterSchedulesByCustom1_closure0, A._filterSchedulesByCustom2_closure, A._filterSchedulesByCustom2_closure0, A._filterSchedulesByState_closure, A._filterSchedulesByState_closure0, A._filterSchedules_closure, A._sortSchedules_closure, A._startListMultiselect_closure24, A._addToListMultiselect_closure24, A._removeFromListMultiselect_closure24, A._clearListMultiselect_closure24, A._archiveScheduleSuccess_closure, A._deleteScheduleSuccess_closure, A._restoreScheduleSuccess_closure, A._addSchedule_closure, A._updateSchedule_closure, A._setLoadedSchedule_closure, A.memoizedFilteredScheduleList_closure, A.filteredSchedulesSelector_closure, A.ScheduleState_loadSchedules_closure0, A.ScheduleState_loadSchedules_closure1, A.ScheduleState_loadSchedules_closure, A._viewSettings_closure, A._viewSettings___closure, A._saveCompany_closure, A._saveCompany__closure, A._saveCompany__closure0, A._saveEInvoiceCertificate_closure, A._saveEInvoiceCertificate__closure, A._saveEInvoiceCertificate__closure0, A._saveAuthUser_closure, A._saveAuthUser__closure, A._saveAuthUser__closure0, A._connectOAuthUser_closure0, A._connectOAuthUser__closure, A._connectOAuthUser__closure0, A._disconnectOAuthUser_closure0, A._disconnectOAuthUser__closure, A._disconnectOAuthUser__closure0, A._disconnectOAuthMailer_closure0, A._disconnectOAuthMailer__closure, A._disconnectOAuthMailer__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___closure4, A._saveDocument____closure4, A._saveDocument__closure10, A.settingsUIReducer__closure20, A.settingsUIReducer__closure19, A.settingsUIReducer__closure16, A.settingsUIReducer__closure17, A.settingsUIReducer__closure18, A.settingsUIReducer__closure15, A.settingsUIReducer__closure14, A.settingsUIReducer__closure13, A.settingsUIReducer__closure12, A.settingsUIReducer__closure11, A.settingsUIReducer__closure10, 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.memoizedCountryIso2Map_closure, A.countryIso2Map_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.subscriptionListReducer__closure, 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___closure, A._loadTasks____closure, A._loadTasks_____closure, A._loadTasks__closure0, A._saveDocument_closure7, A._saveDocument__closure15, A._saveDocument___closure7, A._saveDocument____closure7, A._saveDocument__closure16, A._sortTasks_closure0, A._sortTasks__closure, A._sortTasks__closure0, A.taskUIReducer_closure, A.editingReducer__closure8, A.taskListReducer__closure, 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._purgeClientSuccess_closure18, A._purgeClientSuccess_closure19, A._purgeClientSuccess_closure17, A._purgeClientSuccess__closure12, 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_closure2, 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.taskStatusListReducer__closure, 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.taxRateListReducer__closure, 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.tokenListReducer__closure, 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._unlinkTransactions_closure, A._unlinkTransactions__closure, A._unlinkTransactions__closure0, A._convertToPayment_closure, A._convertToPayment__closure, A._convertToPayment__closure0, A._convertToExpense_closure, A._convertToExpense__closure, A._convertToExpense__closure0, A._linkToPayment_closure, A._linkToPayment__closure, A._linkToPayment__closure0, A._linkToExpense_closure, A._linkToExpense__closure, A._linkToExpense__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.transactionListReducer__closure, 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._linkTransactionToPayment_closure, A._linkTransactionToExpense_closure, A._setLoadedTransaction_closure, A.memoizedFilteredTransactionList_closure, A.filteredTransactionsSelector_closure, A.TransactionState_loadTransactions_closure0, A.TransactionState_loadTransactions_closure1, A.TransactionState_loadTransactions_closure, A.handleTransactionRuleAction_closure, A._editTransactionRule_closure, A._viewTransactionRule_closure, A._viewTransactionRuleList_closure0, A._viewTransactionRuleList__closure, A._archiveTransactionRule_closure, A._archiveTransactionRule__closure, A._archiveTransactionRule__closure0, A._archiveTransactionRule__closure1, A._deleteTransactionRule_closure, A._deleteTransactionRule__closure, A._deleteTransactionRule__closure0, A._deleteTransactionRule__closure1, A._restoreTransactionRule_closure, A._restoreTransactionRule__closure, A._restoreTransactionRule__closure0, A._restoreTransactionRule__closure1, A._saveTransactionRule_closure, A._saveTransactionRule__closure, A._saveTransactionRule__closure0, A._loadTransactionRule_closure, A._loadTransactionRule__closure, A._loadTransactionRule__closure0, A._loadTransactionRules_closure, A._loadTransactionRules__closure, A._loadTransactionRules__closure0, A.transactionRuleUIReducer_closure, A.editingReducer__closure47, A.transactionRuleListReducer__closure, A._viewTransactionRuleList_closure, A._filterTransactionRulesByCustom1_closure, A._filterTransactionRulesByCustom1_closure0, A._filterTransactionRulesByCustom2_closure, A._filterTransactionRulesByCustom2_closure0, A._filterTransactionRulesByState_closure, A._filterTransactionRulesByState_closure0, A._filterTransactionRules_closure, A._sortTransactionRules_closure, A._startListMultiselect_closure23, A._addToListMultiselect_closure23, A._removeFromListMultiselect_closure23, A._clearListMultiselect_closure23, A._archiveTransactionRuleSuccess_closure, A._deleteTransactionRuleSuccess_closure, A._restoreTransactionRuleSuccess_closure, A._addTransactionRule_closure, A._updateTransactionRule_closure, A._setLoadedTransactionRule_closure, A.memoizedFilteredTransactionRuleList_closure, A.filteredTransactionRulesSelector_closure, A.TransactionRuleState_loadTransactionRules_closure0, A.TransactionRuleState_loadTransactionRules_closure1, A.TransactionRuleState_loadTransactionRules_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__closure0, A.historyReducer__closure, A.historyReducer___closure, A._addToHistory_closure, A._addToHistory_closure0, A._addToHistory_closure1, 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.userListReducer__closure, 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._disconnectOAuthUser_closure, A._disconnectOAuthMailer_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___closure, A._loadVendors____closure, A._loadVendors_____closure, A._loadVendors__closure0, A._saveDocument_closure8, A._saveDocument__closure17, A._saveDocument___closure8, A._saveDocument____closure8, A._saveDocument__closure18, A.vendorUIReducer_closure, A.editingReducer__closure9, A._addContact_closure, A._removeContact_closure, A._updateContact_closure, A.vendorListReducer__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.webhookListReducer__closure, 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._DocumentGridState_build_closure, A._DocumentGridState_build__closure2, A._DocumentGridState_build__closure0, A._DocumentGridState_build__closure1, A._DocumentGridState_build__closure, A.DocumentTile_build_closure1, A.DocumentTile_build__closure, A.DocumentTile_build___closure, A.DocumentTile_build___closure0, A.DocumentTile_build_closure0, A.DocumentPreview_build_closure0, A.EditScaffold_build__closure3, A.EditScaffold_build_closure3, A.EditScaffold_build__closure2, A.EditScaffold_build__closure1, A.EditScaffold_build___closure, A.EditScaffold_build_closure6, A.EditScaffold_build_closure7, A.EditScaffold_build_closure8, A.EditScaffold_build__closure, A.EditScaffold_build_closure9, 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__closure, A._EntityDropdownState__showOptions__closure1, 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_closure2, A.EntityTopFilterHeader_build__closure0, A.EntityTopFilterHeader_build__closure, 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_closure1, A._DecoratedFormFieldState_build_closure2, 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__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_closure4, A._TaxRateDropdownState_build_closure3, A.TaxRateField_build_closure, A.TaxRateField_build_closure0, A._LinkTextRelatedEntityState_build_closure2, A._LinkTextRelatedEntityState_build_closure1, A._ListFilterState_build_closure0, A._ListFilterState_build_closure4, A._ListFilterState_build__closure2, A._ListFilterState_build__closure3, A._ListFilterState_build_closure3, A._ListFilterState_build_closure2, A._ListFilterState_build__closure4, A._ListFilterState_build_closure7, A._ListFilterState_build__closure, A._ListFilterState_build___closure0, A._ListFilterState_build__closure0, A._ListFilterState_build___closure, A._ListFilterState_build_closure6, A._ListFilterState_build_closure5, A._ListFilterState_build__closure1, A.ListScaffold_build_closure0, A.ListScaffold_build_closure4, A._LiveTextState_initState_closure, A._MenuDrawerState_build__companyLogo, A._MenuDrawerState_build__companyLogo_closure, 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__closure5, A._MenuDrawerState_build_closure0, A._MenuDrawerState_build__closure4, A._MenuDrawerState_build_closure3, A._MenuDrawerState_build__closure3, A._MenuDrawerState_build_closure1, A._MenuDrawerState_build_closure2, A._MenuDrawerState_build__closure2, A._MenuDrawerState_build__closure1, 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___closure2, A._DropDownMultiSelectState_build___closure3, 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._AccountSmsVerificationState__sendCode_closure0, A._AccountSmsVerificationState__sendCode_closure1, A._AccountSmsVerificationState__verifyCode_closure0, A._AccountSmsVerificationState__verifyCode_closure1, A._AccountSmsVerificationState_build_closure, A._AccountSmsVerificationState_build_closure0, A._AccountSmsVerificationState_build_closure1, A._UserSmsVerificationState_initState_closure, A._UserSmsVerificationState__sendCode_closure0, A._UserSmsVerificationState__sendCode_closure1, A._UserSmsVerificationState__verifyCode_closure0, A._UserSmsVerificationState__verifyCode_closure1, A._UserSmsVerificationState_build_closure, A._SystemLogViewerState_build_closure, A._SystemLogViewerState_build_closure0, A._SystemLogViewerState_build_closure1, A.AppPaginatedDataTableState__getProgressIndicatorRowFor_closure, A.AppPaginatedDataTableState_build_closure, A.AppPaginatedDataTableState_build_closure0, A.EntityDataTableSource_getRow_closure, A.EntityDataTableSource_getRow_closure4, A._EntityListState_initState_closure, A._EntityListState_build_closure, A._EntityListState_build__closure, A._EntityListState_build__closure3, A._EntityListState_build__closure8, A._EntityListState_build___closure, A._EntityListState_build___closure0, A._EntityListState_build__closure5, A._EntityListState_build__closure6, A._EntityListState_build__closure7, A._EntityListState_build_closure0, A._EntityListState_build_closure1, A._EntityListState_build__closure13, A._EntityListState_build_closure2, A._EntityListState_build__closure11, A._EntityListState_build__closure10, A._EntityListState_build___closure2, A._EntityListState_build_closure5, A._EntityListState_build__closure9, A._EntityListState_build_closure4, 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__submitLoginForm_closure2, A._LoginState_build_closure2, A._LoginState_build_closure3, A._LoginState_build_closure4, A._LoginState_build_closure5, A._LoginState_build_closure6, A._LoginState_build_closure7, A._LoginState_build_closure8, A._LoginState_build_closure9, 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_closure12, A.BankAccountScreen_build_closure9, A.BankAccountScreen_build_closure5, A.BankAccountScreen_build_closure6, A.BankAccountScreen_build_closure7, A.BankAccountScreen_build_closure8, A.BankAccountScreenVM_fromStore_closure, 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_closure3, A._BankAccountEditState_build_closure4, A._BankAccountEditState_build_closure0, A._BankAccountEditState_build_closure, A._BankAccountEditState_build__closure0, A._BankAccountEditState_build_closure2, 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_loadPDF__closure0, A._ClientPdfViewState_build_closure, A._ClientPdfViewState_build_closure2, A._ClientPdfViewState_build_closure0, A._ClientPdfViewState_build_closure1, A._ClientPdfViewState_build_closure4, A._ClientPdfViewState_build_closure3, A._ClientPdfViewState_build_closure6, A._ClientPdfViewState_build_closure5, A._ClientPdfViewState_build__closure4, A._ClientPdfViewState_build__closure2, A._ClientPdfViewState_build_closure14, 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__closure2, A.ClientEditDetailsState_build_closure1, A.ClientEditDetailsState_build__closure1, A.ClientEditDetailsState_build_closure3, A.ClientEditDetailsState_build__closure0, A.ClientEditDetailsState_build_closure2, A.ClientEditDetailsState_build_closure4, 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_closure, A._ClientViewDetailsState_build__buildDetailsList_closure, A._ClientViewFullwidthState_build_closure, A._ClientViewFullwidthState_build__closure2, A._ClientViewLedgerState_build_closure, A.ClientOverview_build_closure, A.ClientOverview_build_closure0, A.ClientViewPaymentMethods_build__closure, A.ClientViewScreen_build_closure0, A.ClientViewVM_ClientViewVM$fromStore__handleRefresh, A.ClientViewVM_ClientViewVM$fromStore_closure, A.ClientViewVM_ClientViewVM$fromStore_closure0, A.ClientViewVM_ClientViewVM$fromStore__closure, A.ClientViewVM_ClientViewVM$fromStore__closure0, 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__closure17, A._CompanyGatewayEditState_build_closure3, A._CompanyGatewayEditState_build__closure16, A._CompanyGatewayEditState_build_closure4, A._CompanyGatewayEditState_build__closure15, A._CompanyGatewayEditState_build_closure6, A._CompanyGatewayEditState_build__closure14, A._CompanyGatewayEditState_build_closure5, A._CompanyGatewayEditState_build_closure7, A._CompanyGatewayEditState_build__closure13, A._CompanyGatewayEditState_build___closure, A._CompanyGatewayEditState_build_closure8, A._CompanyGatewayEditState_build__closure12, A._CompanyGatewayEditState_build_closure9, A._CompanyGatewayEditState_build__closure11, A._CompanyGatewayEditState_build_closure10, A._CompanyGatewayEditState_build__closure10, A._CompanyGatewayEditState_build_closure11, A._CompanyGatewayEditState_build__closure9, A._CompanyGatewayEditState_build_closure12, A._CompanyGatewayEditState_build__closure8, A._CompanyGatewayEditState_build_closure13, A._CompanyGatewayEditState_build__closure7, A._CompanyGatewayEditState_build_closure14, A._CompanyGatewayEditState_build__closure6, A._CompanyGatewayEditState_build_closure15, A._CompanyGatewayEditState_build__closure5, A._CompanyGatewayEditState_build_closure16, A._CompanyGatewayEditState_build__closure4, A._CompanyGatewayEditState_build_closure17, A._CompanyGatewayEditState_build__closure3, A._CompanyGatewayEditState_build_closure18, A._CompanyGatewayEditState_build__closure2, A._CompanyGatewayEditState_build_closure19, A._CompanyGatewayEditState_build__closure1, A._CompanyGatewayEditState_build_closure20, A._CompanyGatewayEditState_build__closure0, A._CompanyGatewayEditState_build_closure21, A._CompanyGatewayEditState_build_closure22, 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_closure2, A.CreditEditVM_CreditEditVM$fromStore__closure, A.CreditEditVM_CreditEditVM$fromStore__closure0, 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_closure1, A.CreditViewVM_CreditViewVM$fromStore__closure, A.CreditViewVM_CreditViewVM$fromStore__closure0, A.CreditViewVM_CreditViewVM$fromStore___closure, A.CreditViewVM_CreditViewVM$fromStore_closure2, 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_closure2, A._DashboardDateRangePickerState_build_closure5, A._DashboardDateRangePickerState_build_closure6, 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___closure1, 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._DesignSettingsState_build_closure1, A._DesignSettingsState_build__closure2, A._DesignSettingsState_build_closure2, A._DesignSettingsState_build_closure3, A._DesignSettingsState_build__closure1, A._DesignSettingsState_build___closure, A._DesignSettingsState_build____closure, A._DesignSettingsState_build__closure, A._DesignSettingsState_build__closure0, A._PdfDesignPreviewState_build_closure, A.__DesignImportDialogState_build_closure, 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.DocumentListItem_build__closure3, A.DocumentListBuilder_build__closure1, A.DocumentListVM_fromStore_closure0, A.DocumentScreen_build_closure, A.DocumentScreen_build_closure0, A.DocumentScreen_build_closure1, A.DocumentScreen_build_closure2, A.DocumentScreen_build_closure3, A.DocumentScreen_build_closure4, A.DocumentScreen_build_closure11, A.DocumentScreen_build_closure7, A.DocumentScreen_build_closure8, A.DocumentScreen_build_closure9, A.DocumentScreen_build_closure10, A._DocumentEditState_didChangeDependencies_closure, A._DocumentEditState_didChangeDependencies_closure0, A._DocumentEditState_dispose_closure, A._DocumentEditState__onChanged_closure, A._DocumentEditState_build_closure1, A._DocumentEditState_build_closure0, A._DocumentEditState_build_closure, A._DocumentEditState_build__closure, A._DocumentEditState_build__closure0, A.DocumentEditScreen_build_closure0, A.DocumentEditVM_DocumentEditVM$fromStore_closure1, A.DocumentEditVM_DocumentEditVM$fromStore_closure, A.DocumentEditVM_DocumentEditVM$fromStore_closure0, A.DocumentEditVM_DocumentEditVM$fromStore___closure, A.DocumentEditVM_DocumentEditVM$fromStore___closure0, A.DocumentEditVM_DocumentEditVM$fromStore____closure, A._DocumentViewState_build_closure, 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.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__closure3, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure4, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore____closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure4, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0, 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_closure14, A.ExpenseScreen_build_closure10, A.ExpenseScreen_build_closure6, A.ExpenseScreen_build_closure7, A.ExpenseScreen_build_closure8, A.ExpenseScreen_build_closure9, A._ExpenseViewState_build_closure, 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__closure, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0, 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.GroupViewScreen_build_closure0, A.GroupViewVM_GroupViewVM$fromStore_closure0, A.GroupViewVM_GroupViewVM$fromStore__closure, A.GroupViewVM_GroupViewVM$fromStore__closure0, 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__closure21, A.InvoiceEditDesktopState_build_closure7, A.InvoiceEditDesktopState_build__closure20, A.InvoiceEditDesktopState_build_closure11, A.InvoiceEditDesktopState_build__closure19, A.InvoiceEditDesktopState_build_closure10, A.InvoiceEditDesktopState_build_closure13, A.InvoiceEditDesktopState_build__closure18, A.InvoiceEditDesktopState_build_closure12, A.InvoiceEditDesktopState_build_closure15, A.InvoiceEditDesktopState_build__closure17, A.InvoiceEditDesktopState_build__closure16, A.InvoiceEditDesktopState_build_closure17, A.InvoiceEditDesktopState_build__closure15, A.InvoiceEditDesktopState_build_closure19, A.InvoiceEditDesktopState_build_closure20, A.InvoiceEditDesktopState_build__closure14, A.InvoiceEditDesktopState_build_closure21, A.InvoiceEditDesktopState_build__closure13, A.InvoiceEditDesktopState_build_closure23, A.InvoiceEditDesktopState_build__closure12, A.InvoiceEditDesktopState_build_closure22, A.InvoiceEditDesktopState_build_closure24, A.InvoiceEditDesktopState_build_closure25, A.InvoiceEditDesktopState_build__closure10, A.InvoiceEditDesktopState_build_closure26, A.InvoiceEditDesktopState_build__closure9, A.InvoiceEditDesktopState_build__closure0, A.InvoiceEditDesktopState_build___closure8, A.InvoiceEditDesktopState_build__closure1, A.InvoiceEditDesktopState_build___closure7, A.InvoiceEditDesktopState_build__closure2, A.InvoiceEditDesktopState_build___closure5, A.InvoiceEditDesktopState_build___closure6, A.InvoiceEditDesktopState_build__closure3, A.InvoiceEditDesktopState_build___closure4, A.InvoiceEditDesktopState_build__closure5, A.InvoiceEditDesktopState_build___closure2, A.InvoiceEditDesktopState_build___closure3, A.InvoiceEditDesktopState_build__closure6, A.InvoiceEditDesktopState_build___closure1, A.InvoiceEditDesktopState_build__closure7, A.InvoiceEditDesktopState_build___closure0, A.InvoiceEditDesktopState_build__closure8, A.InvoiceEditDesktopState_build___closure, A.InvoiceEditDesktopState_build_closure30, A.InvoiceEditDesktopState_build_closure31, A.InvoiceEditDesktopState_build_closure32, A.InvoiceEditDesktopState_build__closure, 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__closure19, A.InvoiceEditDetailsState_build_closure6, A.InvoiceEditDetailsState_build__closure18, A.InvoiceEditDetailsState_build_closure5, A.InvoiceEditDetailsState_build__closure17, A.InvoiceEditDetailsState_build_closure9, A.InvoiceEditDetailsState_build__closure16, A.InvoiceEditDetailsState_build_closure8, A.InvoiceEditDetailsState_build_closure11, A.InvoiceEditDetailsState_build__closure15, A.InvoiceEditDetailsState_build_closure10, A.InvoiceEditDetailsState_build_closure13, A.InvoiceEditDetailsState_build__closure14, A.InvoiceEditDetailsState_build__closure13, A.InvoiceEditDetailsState_build_closure15, A.InvoiceEditDetailsState_build__closure12, A.InvoiceEditDetailsState_build_closure17, A.InvoiceEditDetailsState_build__closure11, A.InvoiceEditDetailsState_build_closure18, A.InvoiceEditDetailsState_build__closure10, A.InvoiceEditDetailsState_build_closure20, A.InvoiceEditDetailsState_build__closure9, A.InvoiceEditDetailsState_build_closure19, A.InvoiceEditDetailsState_build_closure21, A.InvoiceEditDetailsState_build_closure22, A.InvoiceEditDetailsState_build_closure23, A.InvoiceEditDetailsState_build_closure24, A.InvoiceEditDetailsState_build__closure8, A.InvoiceEditDetailsState_build_closure25, A.InvoiceEditDetailsState_build__closure6, A.InvoiceEditDetailsState_build__closure7, A.InvoiceEditDetailsState_build_closure26, A.InvoiceEditDetailsState_build__closure5, A.InvoiceEditDetailsState_build_closure28, A.InvoiceEditDetailsState_build__closure3, A.InvoiceEditDetailsState_build__closure4, A.InvoiceEditDetailsState_build_closure29, A.InvoiceEditDetailsState_build__closure2, A.InvoiceEditDetailsState_build_closure30, A.InvoiceEditDetailsState_build__closure1, A.InvoiceEditDetailsState_build_closure31, A.InvoiceEditDetailsState_build__closure0, 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__onChanged_closure0, A.ItemEditDetailsState_build__closure3, A.ItemEditDetailsState_build_closure2, A.ItemEditDetailsState_build_closure1, A.ItemEditDetailsState_build_closure3, A.ItemEditDetailsState_build_closure4, A.ItemEditDetailsState_build_closure5, 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__closure33, A._InvoiceEditItemsDesktopState_build__closure34, A._InvoiceEditItemsDesktopState_build_closure4, A._InvoiceEditItemsDesktopState_build_closure5, A._InvoiceEditItemsDesktopState_build_closure7, A._InvoiceEditItemsDesktopState_build__closure5, A._InvoiceEditItemsDesktopState_build__closure4, A._InvoiceEditItemsDesktopState_build___closure12, A._InvoiceEditItemsDesktopState_build___closure13, A._InvoiceEditItemsDesktopState_build__closure2, A._InvoiceEditItemsDesktopState_build__closure3, A._InvoiceEditItemsDesktopState_build___closure14, A._InvoiceEditItemsDesktopState_build___closure15, A._InvoiceEditItemsDesktopState_build__closure0, A._InvoiceEditItemsDesktopState_build___closure18, A._InvoiceEditItemsDesktopState_build___closure17, 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___closure11, A._InvoiceEditItemsDesktopState_build__closure9, A._InvoiceEditItemsDesktopState_build__closure8, A._InvoiceEditItemsDesktopState_build___closure10, A._InvoiceEditItemsDesktopState_build__closure11, A._InvoiceEditItemsDesktopState_build__closure10, A._InvoiceEditItemsDesktopState_build___closure9, A._InvoiceEditItemsDesktopState_build__closure13, A._InvoiceEditItemsDesktopState_build__closure12, A._InvoiceEditItemsDesktopState_build___closure8, A._InvoiceEditItemsDesktopState_build__closure15, A._InvoiceEditItemsDesktopState_build__closure14, A._InvoiceEditItemsDesktopState_build___closure7, A._InvoiceEditItemsDesktopState_build__closure18, A._InvoiceEditItemsDesktopState_build__closure17, A._InvoiceEditItemsDesktopState_build___closure6, A._InvoiceEditItemsDesktopState_build__closure16, A._InvoiceEditItemsDesktopState_build__closure20, A._InvoiceEditItemsDesktopState_build__closure19, A._InvoiceEditItemsDesktopState_build___closure5, A._InvoiceEditItemsDesktopState_build___closure4, A._InvoiceEditItemsDesktopState_build__closure23, A._InvoiceEditItemsDesktopState_build__closure22, A._InvoiceEditItemsDesktopState_build___closure3, A._InvoiceEditItemsDesktopState_build__closure25, A._InvoiceEditItemsDesktopState_build__closure24, A._InvoiceEditItemsDesktopState_build___closure2, A._InvoiceEditItemsDesktopState_build__closure27, A._InvoiceEditItemsDesktopState_build__closure26, A._InvoiceEditItemsDesktopState_build___closure1, A._InvoiceEditItemsDesktopState_build__closure29, A._InvoiceEditItemsDesktopState_build__closure28, A._InvoiceEditItemsDesktopState_build___closure0, A._InvoiceEditItemsDesktopState_build__closure31, A._InvoiceEditItemsDesktopState_build__closure30, 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.InvoiceEditPDFState_build_closure, 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__closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure2, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure0, 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_loadPdf__closure0, A._InvoicePdfViewState_build_closure0, A._InvoicePdfViewState_build_closure, A._InvoicePdfViewState_build_closure1, A._InvoicePdfViewState_build_closure2, A._InvoicePdfViewState_build_closure6, 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_closure6, A.InvoiceScreen_build_closure16, A.InvoiceScreen_build_closure12, A.InvoiceScreen_build_closure8, A.InvoiceScreen_build_closure9, A.InvoiceScreen_build_closure10, A.InvoiceScreen_build_closure11, A._InvoiceViewState_build_closure, A.InvoiceViewContacts_build_closure, A._InvitationListTile_build_closure, A._InvitationListTile_build_closure1, A.InvoiceViewDocuments_build_closure0, A._InvoiceViewHistoryState_build_closure, A._InvoiceViewHistoryState_build_closure0, 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_closure1, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore___closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure3, 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.PaymentEditFooter_build_closure, A.PaymentEditFooter_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.PaymentScreen_build_closure, A.PaymentScreen_build_closure0, A.PaymentScreen_build_closure1, A.PaymentScreen_build_closure2, A.PaymentScreen_build_closure3, A.PaymentScreen_build_closure4, A.PaymentScreen_build_closure5, A.PaymentScreen_build_closure6, A.PaymentScreen_build_closure17, A.PaymentScreen_build_closure13, A.PaymentScreen_build_closure9, A.PaymentScreen_build_closure10, A.PaymentScreen_build_closure11, A.PaymentScreen_build_closure12, 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__closure0, 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_closure6, A._ProductEditState_build_closure, A._ProductEditState_build_closure1, A._ProductEditState_build__closure3, A._ProductEditState_build_closure0, A._ProductEditState_build_closure2, A._ProductEditState_build__closure2, A._ProductEditState_build_closure3, A._ProductEditState_build__closure1, A._ProductEditState_build_closure4, A._ProductEditState_build__closure0, A._ProductEditState_build_closure5, 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_closure8, A.ProductScreen_build_closure5, A.ProductScreen_build_closure1, A.ProductScreen_build_closure2, A.ProductScreen_build_closure3, A.ProductScreen_build_closure4, A._ProductViewState_build_closure, A.ProductViewScreen_build_closure0, A.ProductViewVM_ProductViewVM$fromStore__handleRefresh, A.ProductViewVM_ProductViewVM$fromStore_closure, A.ProductViewVM_ProductViewVM$fromStore_closure0, A.ProductViewVM_ProductViewVM$fromStore__closure, A.ProductViewVM_ProductViewVM$fromStore__closure0, 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_closure, A._ProjectOverviewState_initState_closure, A.ProjectViewScreen_build_closure0, A.ProjectViewVM_ProjectViewVM$fromStore__handleRefresh, A.ProjectViewVM_ProjectViewVM$fromStore_closure, A.ProjectViewVM_ProjectViewVM$fromStore_closure0, A.ProjectViewVM_ProjectViewVM$fromStore__closure, A.ProjectViewVM_ProjectViewVM$fromStore__closure0, 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_closure2, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure, A.PurchaseOrderEmailScreen_build_closure1, 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_closure1, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore___closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure2, 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.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.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_closure2, A.QuoteEditVM_QuoteEditVM$fromStore__closure, A.QuoteEditVM_QuoteEditVM$fromStore__closure0, A.QuoteEditVM_QuoteEditVM$fromStore___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_closure4, A.QuoteScreen_build_closure14, A.QuoteScreen_build_closure10, A.QuoteScreen_build_closure6, A.QuoteScreen_build_closure7, A.QuoteScreen_build_closure8, A.QuoteScreen_build_closure9, A.QuoteViewScreen_build_closure0, A.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh, A.QuoteViewVM_QuoteViewVM$fromStore_closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure0, A.QuoteViewVM_QuoteViewVM$fromStore_closure1, A.QuoteViewVM_QuoteViewVM$fromStore__closure, A.QuoteViewVM_QuoteViewVM$fromStore__closure0, A.QuoteViewVM_QuoteViewVM$fromStore___closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure2, A.RecurringExpenseEditScreen_build_closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure4, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure2, 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_closure4, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0, 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_closure, A.RecurringExpenseScreen_build_closure0, A.RecurringExpenseScreen_build_closure1, A.RecurringExpenseScreen_build_closure2, A.RecurringExpenseScreen_build_closure3, A.RecurringExpenseScreen_build_closure13, A.RecurringExpenseScreen_build_closure9, A.RecurringExpenseScreen_build_closure5, A.RecurringExpenseScreen_build_closure6, A.RecurringExpenseScreen_build_closure7, A.RecurringExpenseScreen_build_closure8, A.RecurringExpenseViewScreen_build_closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0, 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_closure2, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure0, 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_closure1, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore___closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure2, A.memoizedClientReport_closure, A.clientReport_closure, A.clientReport_closure0, A.clientReport_closure2, A.clientReport_closure3, A.memoizedContactReport_closure, A.contactReport_closure, A.contactReport_closure0, A.contactReport_closure2, A.contactReport_closure3, A.memoizedCreditItemReport_closure, A.lineItemReport_closure11, A.lineItemReport_closure12, A.lineItemReport_closure14, A.lineItemReport_closure15, A.lineItemReport_closure16, A.memoizedCreditReport_closure, A.creditReport_closure, A.creditReport_closure0, A.creditReport_closure2, A.creditReport_closure3, A.memoizedDocumentReport_closure, A.documentReport_closure, A.documentReport_closure0, A.documentReport_closure1, A.documentReport_closure3, A.documentReport_closure4, A.memoizedExpenseReport_closure, A.expenseReport_closure, A.expenseReport_closure0, A.expenseReport_closure2, A.expenseReport_closure3, A.memoizedInvoiceItemReport_closure, A.lineItemReport_closure17, A.lineItemReport_closure18, A.lineItemReport_closure20, A.lineItemReport_closure21, A.lineItemReport_closure22, A.memoizedInvoiceReport_closure, A.invoiceReport_closure, A.invoiceReport__closure, A.invoiceReport_closure1, A.invoiceReport_closure3, A.invoiceReport_closure4, A.memoizedInvoiceTaxReport_closure, A.taxReport_closure, A.taxReport_closure1, A.taxReport_closure2, A.taxReport_closure3, A.taxReport_closure4, A.memoizedPaymentReport_closure, A.paymentReport_closure, A.paymentReport_closure0, A.paymentReport_closure2, A.paymentReport_closure3, A.memoizedPaymentTaxReport_closure, A.paymentTaxReport_closure, A.paymentTaxReport_closure1, A.paymentTaxReport_closure2, A.paymentTaxReport_closure3, A.paymentTaxReport_closure4, A.memoizedProductReport_closure, A.productReport_closure, A.productReport_closure0, A.productReport_closure2, A.productReport_closure3, A.memoizedProfitAndLossReport_closure, A.profitAndLossReport_closure, A.profitAndLossReport_closure1, A.profitAndLossReport_closure2, A.profitAndLossReport_closure3, A.profitAndLossReport_closure4, A.memoizedPurchaseOrderItemReport_closure, A.lineItemReport_closure, A.lineItemReport_closure0, A.lineItemReport_closure2, A.lineItemReport_closure3, A.lineItemReport_closure4, A.memoizedPurchaseOrderReport_closure, A.purchaseOrderReport_closure, A.purchaseOrderReport_closure0, A.purchaseOrderReport_closure2, A.purchaseOrderReport_closure3, A.memoizedQuoteItemReport_closure, A.lineItemReport_closure5, A.lineItemReport_closure6, A.lineItemReport_closure8, A.lineItemReport_closure9, A.lineItemReport_closure10, A.memoizedQuoteReport_closure, A.quoteReport_closure, A.quoteReport_closure0, A.quoteReport_closure2, A.quoteReport_closure3, A.memoizedRecurringExpenseReport_closure, A.recurringExpenseReport_closure, A.recurringExpenseReport_closure0, A.recurringExpenseReport_closure2, A.recurringExpenseReport_closure3, A.memoizedRecurringInvoiceReport_closure, A.recurringInvoiceReport_closure, A.recurringInvoiceReport_closure0, A.recurringInvoiceReport_closure2, A.recurringInvoiceReport_closure3, 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_closure14, A.ReportsScreen_build_closure19, A.ReportsScreen_build_closure17, A.ReportsScreen_build_closure18, A.ReportsScreen_build_closure20, A.ReportsScreen_build___closure0, A.ReportsScreen_build__closure2, A.ReportsScreen_build_closure23, A.ReportsScreen_build__closure0, A.ReportsScreen_build_closure25, 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_closure5, A.ReportResult_tableFilters_closure9, A.ReportResult_tableFilters__closure, A.ReportResult_tableFilters__closure0, A.ReportResult_tableFilters_closure8, A.ReportResult_tableFilters__closure1, A.ReportResult_tableFilters_closure6, A.ReportResult_tableFilters__closure4, A.ReportResult_tableFilters_closure7, A.ReportResult_tableRow__closure, A.ReportResult_totalColumns_closure, A.ReportResult_totalRows_closure0, A.ReportResult_totalRows_closure2, 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.memoizedTaskItemReport_closure, A.taskItemReport_closure, A.taskItemReport_closure0, A.taskItemReport_closure2, A.taskItemReport_closure3, A.memoizedTaskReport_closure, A.taskReport_closure, A.taskReport_closure0, A.taskReport_closure2, A.taskReport_closure3, 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_closure2, A.vendorReport_closure3, A._ScheduleEditState_didChangeDependencies_closure, A._ScheduleEditState_didChangeDependencies_closure0, A._ScheduleEditState_dispose_closure, A._ScheduleEditState__onChanged__closure, A._ScheduleEditState_build_closure0, A._ScheduleEditState_build_closure1, A._ScheduleEditState_build_closure, A._ScheduleEditState_build__closure0, A._ScheduleEditState_build___closure15, A._ScheduleEditState_build__closure, A._ScheduleEditState_build___closure14, A._ScheduleEditState_build__closure2, A._ScheduleEditState_build__closure4, A._ScheduleEditState_build___closure13, A._ScheduleEditState_build__closure3, A._ScheduleEditState_build__closure6, A._ScheduleEditState_build___closure12, A._ScheduleEditState_build__closure5, A._ScheduleEditState_build__closure9, A._ScheduleEditState_build___closure11, A._ScheduleEditState_build__closure7, A._ScheduleEditState_build__closure8, A._ScheduleEditState_build__closure11, A._ScheduleEditState_build___closure10, A._ScheduleEditState_build__closure10, A._ScheduleEditState_build__closure12, A._ScheduleEditState_build___closure9, A._ScheduleEditState_build__closure13, A._ScheduleEditState_build___closure8, A._ScheduleEditState_build__closure14, A._ScheduleEditState_build___closure7, A._ScheduleEditState_build__closure15, A._ScheduleEditState_build___closure5, A._ScheduleEditState_build___closure4, A._ScheduleEditState_build__closure18, A._ScheduleEditState_build___closure3, A._ScheduleEditState_build__closure17, A._ScheduleEditState_build__closure19, A._ScheduleEditState_build___closure2, A._ScheduleEditState_build__closure20, A._ScheduleEditState_build___closure1, A._ScheduleEditState_build__closure21, A._ScheduleEditState_build___closure0, A._ScheduleEditState_build__closure22, A._ScheduleEditState_build___closure, A.ScheduleEditScreen_build_closure0, A.ScheduleEditVM_ScheduleEditVM$fromStore_closure, A.ScheduleEditVM_ScheduleEditVM$fromStore_closure1, A.ScheduleEditVM_ScheduleEditVM$fromStore_closure0, A.ScheduleEditVM_ScheduleEditVM$fromStore___closure, A.ScheduleEditVM_ScheduleEditVM$fromStore___closure0, A.ScheduleEditVM_ScheduleEditVM$fromStore____closure, A.ScheduleListItem_build_closure, A.ScheduleListVM_fromStore__handleRefresh, A.ScheduleListVM_fromStore_closure, A.ScheduleListVM_fromStore_closure0, A.ScheduleScreen_build_closure7, A.ScheduleScreen_build_closure4, A.ScheduleScreen_build_closure0, A.ScheduleScreen_build_closure1, A.ScheduleScreen_build_closure2, A.ScheduleScreen_build_closure3, A.ScheduleViewScreen_build_closure0, 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_closure21, A._ClientPortalState_build_closure, A._ClientPortalState_build__closure13, A._ClientPortalState_build_closure1, A._ClientPortalState_build_closure0, A._ClientPortalState_build_closure2, A._ClientPortalState_build_closure5, A._ClientPortalState_build__closure12, A._ClientPortalState_build_closure6, A._ClientPortalState_build__closure11, A._ClientPortalState_build_closure7, A._ClientPortalState_build__closure10, A._ClientPortalState_build_closure8, A._ClientPortalState_build__closure9, A._ClientPortalState_build_closure9, A._ClientPortalState_build__closure8, A._ClientPortalState_build_closure11, A._ClientPortalState_build__closure7, A._ClientPortalState_build_closure13, A._ClientPortalState_build__closure6, A._ClientPortalState_build___closure, A._ClientPortalState_build____closure, A._ClientPortalState_build_closure14, A._ClientPortalState_build__closure5, A._ClientPortalState_build_closure15, A._ClientPortalState_build__closure4, A._ClientPortalState_build_closure16, A._ClientPortalState_build__closure3, A._ClientPortalState_build_closure17, A._ClientPortalState_build__closure2, A._ClientPortalState_build_closure18, A._ClientPortalState_build__closure1, A._ClientPortalState_build_closure19, A._ClientPortalState_build__closure0, A._ClientPortalState_build_closure20, 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_closure0, A._CompanyDetailsState_build__closure11, A._CompanyDetailsState_build_closure, A._CompanyDetailsState_build_closure1, A._CompanyDetailsState_build_closure2, A._CompanyDetailsState_build__closure10, A._CompanyDetailsState_build_closure3, A._CompanyDetailsState_build__closure9, A._CompanyDetailsState_build_closure4, A._CompanyDetailsState_build__closure8, A._CompanyDetailsState_build_closure5, A._CompanyDetailsState_build___closure, A._CompanyDetailsState_build_closure6, A._CompanyDetailsState_build_closure7, A._CompanyDetailsState_build__closure5, A._CompanyDetailsState_build_closure8, A._CompanyDetailsState_build_closure9, A._CompanyDetailsState_build__closure4, A._CompanyDetailsState_build_closure11, A._CompanyDetailsState_build__closure3, A._CompanyDetailsState_build_closure12, A._CompanyDetailsState_build__closure2, A._CompanyDetailsState_build_closure13, A._CompanyDetailsState_build__closure1, A._CompanyDetailsState_build_closure14, A._CompanyDetailsState_build__closure0, A._CompanyDetailsState_build_closure15, A._CompanyDetailsState_build__closure, A.CompanyDetailsVM_fromStore_closure, A.CompanyDetailsVM_fromStore_closure0, A.CompanyDetailsVM_fromStore_closure3, A.CompanyDetailsVM_fromStore__closure1, A.CompanyDetailsVM_fromStore__closure2, A.CompanyDetailsVM_fromStore__closure3, A.CompanyDetailsVM_fromStore_closure1, A.CompanyDetailsVM_fromStore_closure4, A.CompanyDetailsVM_fromStore_closure5, A.CompanyDetailsVM_fromStore__closure, A.CompanyDetailsVM_fromStore__closure0, 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_didChangeDependencies_closure, A._DeviceSettingsState_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__onChanged_closure0, A._EmailSettingsState_build_closure, A._EmailSettingsState_build__closure11, A._EmailSettingsState_build_closure1, A._EmailSettingsState_build__closure10, A._EmailSettingsState_build_closure2, A._EmailSettingsState_build_closure4, A._EmailSettingsState_build__closure9, A._EmailSettingsState_build_closure5, A._EmailSettingsState_build_closure6, A._EmailSettingsState_build_closure7, A._EmailSettingsState_build_closure8, A._EmailSettingsState_build_closure10, A._EmailSettingsState_build__closure8, A._EmailSettingsState_build_closure9, A._EmailSettingsState_build_closure12, A._EmailSettingsState_build__closure7, A._EmailSettingsState_build_closure11, A._EmailSettingsState_build_closure13, A._EmailSettingsState_build__closure6, A._EmailSettingsState_build_closure14, A._EmailSettingsState_build__closure5, A._EmailSettingsState_build_closure15, A._EmailSettingsState_build__closure4, A._EmailSettingsState_build_closure16, A._EmailSettingsState_build__closure3, A._EmailSettingsState_build_closure17, A._EmailSettingsState_build__closure2, A._EmailSettingsState_build_closure18, A._EmailSettingsState_build__closure1, A._EmailSettingsState_build_closure19, A._EmailSettingsState_build__closure0, A._EmailSettingsState_build_closure21, A._EmailSettingsState_build__closure, A._EmailSettingsState_build_closure20, A.EmailSettingsVM_fromStore_closure1, A.EmailSettingsVM_fromStore_closure0, A.EmailSettingsVM_fromStore_closure, A.EmailSettingsVM_fromStore_closure2, A._ExpenseSettingsState_build_closure, A._ExpenseSettingsState_build__closure6, A._ExpenseSettingsState_build_closure0, A._ExpenseSettingsState_build__closure5, A._ExpenseSettingsState_build_closure1, A._ExpenseSettingsState_build__closure4, A._ExpenseSettingsState_build_closure2, A._ExpenseSettingsState_build__closure3, A._ExpenseSettingsState_build_closure3, A._ExpenseSettingsState_build__closure2, A._ExpenseSettingsState_build_closure4, A._ExpenseSettingsState_build__closure1, A._ExpenseSettingsState_build_closure5, A._ExpenseSettingsState_build__closure0, A._ExpenseSettingsState_build_closure6, A._ExpenseSettingsState_build__closure, A.ExpenseSettingsVM_fromStore_closure0, A.ExpenseSettingsVM_fromStore_closure1, A.ExpenseSettingsVM_fromStore_closure, A.ExpenseSettingsVM_fromStore_closure2, 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_closure3, A._GeneratedNumbersState_build__closure14, A._GeneratedNumbersState_build__closure13, A._GeneratedNumbersState_build_closure5, A._GeneratedNumbersState_build__closure12, A._GeneratedNumbersState_build_closure6, 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_closure7, A._ImportExportState_build_closure6, A._ImportExportState_build_closure9, A._ImportExportState_build_closure8, 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_closure1, A.__FileMapperState_build__closure2, A.__FileMapperState_build_closure2, A.__FileMapperState_build_closure3, A.__FileMapperState_build__closure0, A.__FileMapperState_build__closure1, A._FieldMapper_build_closure2, A._FieldMapper_build__closure, A._FieldMapper_build_closure1, A._FieldMapper_build_closure0, A._InvoiceDesignState_initState_closure, A._InvoiceDesignState_didChangeDependencies_closure, A._InvoiceDesignState_didChangeDependencies_closure0, A._InvoiceDesignState__onChanged_closure, A._InvoiceDesignState_dispose_closure, A._InvoiceDesignState_build_closure75, A._InvoiceDesignState_build_closure, A._InvoiceDesignState_build_closure1, A._InvoiceDesignState_build_closure2, A._InvoiceDesignState_build__closure28, A._InvoiceDesignState_build_closure3, A._InvoiceDesignState_build_closure4, A._InvoiceDesignState_build__closure25, A._InvoiceDesignState_build_closure5, A._InvoiceDesignState_build_closure6, A._InvoiceDesignState_build__closure22, A._InvoiceDesignState_build_closure7, A._InvoiceDesignState_build_closure8, A._InvoiceDesignState_build__closure19, A._InvoiceDesignState_build_closure9, A._InvoiceDesignState_build_closure11, A._InvoiceDesignState_build__closure16, A._InvoiceDesignState_build_closure12, A._InvoiceDesignState_build__closure15, A._InvoiceDesignState_build_closure13, A._InvoiceDesignState_build__closure14, A._InvoiceDesignState_build_closure15, A._InvoiceDesignState_build__closure13, A._InvoiceDesignState_build_closure14, A._InvoiceDesignState_build_closure17, A._InvoiceDesignState_build__closure12, A._InvoiceDesignState_build_closure16, A._InvoiceDesignState_build_closure19, A._InvoiceDesignState_build__closure11, A._InvoiceDesignState_build_closure18, A._InvoiceDesignState_build_closure20, A._InvoiceDesignState_build__closure10, A._InvoiceDesignState_build_closure21, A._InvoiceDesignState_build__closure9, A._InvoiceDesignState_build_closure22, A._InvoiceDesignState_build__closure8, A._InvoiceDesignState_build_closure23, A._InvoiceDesignState_build__closure7, A._InvoiceDesignState_build_closure24, A._InvoiceDesignState_build__closure6, A._InvoiceDesignState_build_closure25, A._InvoiceDesignState_build__closure5, A._InvoiceDesignState_build_closure26, A._InvoiceDesignState_build__closure4, A._InvoiceDesignState_build_closure27, A._InvoiceDesignState_build__closure3, A._InvoiceDesignState_build_closure28, A._InvoiceDesignState_build__closure2, A._InvoiceDesignState_build_closure29, A._InvoiceDesignState_build__closure1, A._InvoiceDesignState_build_closure30, A._InvoiceDesignState_build__closure0, 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._InvoiceDesignState_build_closure62, A._InvoiceDesignState_build_closure63, A._InvoiceDesignState_build_closure64, A._InvoiceDesignState_build_closure65, A._InvoiceDesignState_build__closure, A._InvoiceDesignState_build_closure66, A._InvoiceDesignState_build_closure67, A._InvoiceDesignState_build_closure68, A._InvoiceDesignState_build_closure69, A._InvoiceDesignState_build_closure70, A._InvoiceDesignState_build_closure71, A._InvoiceDesignState_build_closure72, A._InvoiceDesignState_build_closure73, A._InvoiceDesignState_build_closure74, A._PdfPreviewState__loadPdf_closure0, A._PdfPreviewState_build_closure, 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__closure12, A._PaymentSettingsState_build_closure2, A._PaymentSettingsState_build__closure10, A._PaymentSettingsState_build_closure0, A._PaymentSettingsState_build__closure11, A._PaymentSettingsState_build_closure1, A._PaymentSettingsState_build_closure3, A._PaymentSettingsState_build__closure9, A._PaymentSettingsState_build_closure4, A._PaymentSettingsState_build__closure8, A._PaymentSettingsState_build_closure5, A._PaymentSettingsState_build__closure7, A._PaymentSettingsState_build_closure6, A._PaymentSettingsState_build__closure6, A._PaymentSettingsState_build_closure7, A._PaymentSettingsState_build__closure5, A._PaymentSettingsState_build_closure8, A._PaymentSettingsState_build__closure4, A._PaymentSettingsState_build_closure9, A._PaymentSettingsState_build__closure3, A._PaymentSettingsState_build_closure10, A._PaymentSettingsState_build__closure2, A._PaymentSettingsState_build_closure11, A._PaymentSettingsState_build__closure1, A._PaymentSettingsState_build_closure12, A._PaymentSettingsState_build__closure0, A._PaymentSettingsState_build_closure14, 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._SettingsListTileState_build_closure0, A._SettingsListTileState_build_closure1, A.SettingsSearch_build_closure0, 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__closure13, A._TaskSettingsState_build_closure0, A._TaskSettingsState_build__closure12, A._TaskSettingsState_build_closure1, A._TaskSettingsState_build__closure11, A._TaskSettingsState_build_closure2, A._TaskSettingsState_build__closure10, A._TaskSettingsState_build_closure4, A._TaskSettingsState_build__closure9, A._TaskSettingsState_build_closure5, A._TaskSettingsState_build__closure8, A._TaskSettingsState_build_closure6, A._TaskSettingsState_build__closure7, A._TaskSettingsState_build_closure7, A._TaskSettingsState_build__closure6, A._TaskSettingsState_build_closure8, A._TaskSettingsState_build__closure5, A._TaskSettingsState_build_closure9, A._TaskSettingsState_build__closure4, A._TaskSettingsState_build_closure10, A._TaskSettingsState_build__closure3, A._TaskSettingsState_build_closure11, A._TaskSettingsState_build__closure2, A._TaskSettingsState_build_closure12, A._TaskSettingsState_build__closure1, A._TaskSettingsState_build_closure13, A._TaskSettingsState_build__closure0, A._TaskSettingsState_build_closure14, A._TaskSettingsState_build__closure, A._TaskSettingsState_build_closure15, A.TaskSettingsVM_fromStore_closure0, A.TaskSettingsVM_fromStore_closure1, A.TaskSettingsVM_fromStore_closure, A.TaskSettingsVM_fromStore_closure2, A._TaxSettingsState_build_closure, A._TaxSettingsState_build__closure11, A._TaxSettingsState_build_closure0, A._TaxSettingsState_build__closure10, A._TaxSettingsState_build_closure1, A._TaxSettingsState_build__closure9, A._TaxSettingsState_build_closure2, A._TaxSettingsState_build__closure8, A._TaxSettingsState_build_closure3, A._TaxSettingsState_build__closure7, A._TaxSettingsState_build_closure4, A._TaxSettingsState_build__closure6, A._TaxSettingsState_build_closure5, A._TaxSettingsState_build__closure5, A._TaxSettingsState_build_closure7, A._TaxSettingsState_build__closure4, A._TaxSettingsState_build_closure9, A._TaxSettingsState_build__closure3, A._TaxSettingsState_build_closure8, A._TaxSettingsState_build_closure10, A._TaxSettingsState_build__closure0, A._TaxSettingsState_build___closure2, A._TaxSettingsState_build____closure1, A._TaxSettingsState_build__closure, A._TaxSettingsState_build__closure2, A._TaxSettingsState_build___closure, A._TaxSettingsState_build____closure0, A._TaxSettingsState_build_____closure, A._TaxSettingsState_build______closure, A._TaxSettingsState_build_______closure, A._TaxSettingsState_build____closure, A.NumberOfRatesSelector_build_closure, A.__EditSubregionDialogState__onDone_closure, A.__EditSubregionDialogState__onDone__closure, A.__EditSubregionDialogState__onDone___closure, A.__EditSubregionDialogState__onDone____closure, A.__EditSubregionDialogState_build_closure0, A.__EditSubregionDialogState_build_closure1, A.__EditSubregionDialogState_build_closure2, A.__EditSubregionDialogState_build_closure3, A.__EditSubregionDialogState_build_closure4, A.__EditSubregionDialogState_build_closure5, 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_closure10, 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_closure9, 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__closure5, A._UserDetailsState_build__closure6, A._UserDetailsState_build__closure7, A._UserDetailsState_build_closure8, A._UserDetailsState_build__closure4, A._UserDetailsState_build_closure9, A._UserDetailsState_build__closure3, A._UserDetailsState_build_closure11, A._UserDetailsState_build__closure2, A._UserDetailsState_build_closure10, A._UserDetailsState_build_closure12, A._UserDetailsState_build__closure1, A._UserDetailsState_build_closure13, 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_closure6, A.UserDetailsVM_fromStore__closure1, A.UserDetailsVM_fromStore_closure7, A.UserDetailsVM_fromStore__closure0, A.UserDetailsVM_fromStore_closure2, A.UserDetailsVM_fromStore__closure5, A.UserDetailsVM_fromStore____closure, A.UserDetailsVM_fromStore_closure1, A.UserDetailsVM_fromStore_closure4, A.UserDetailsVM_fromStore__closure3, A.UserDetailsVM_fromStore_closure8, A.UserDetailsVM_fromStore__closure, A.UserDetailsVM_fromStore_closure3, A.UserDetailsVM_fromStore___closure5, A.UserDetailsVM_fromStore_closure0, A.UserDetailsVM_fromStore___closure8, A.UserDetailsVM_fromStore____closure1, A.UserDetailsVM_fromStore____closure2, 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_closure33, A._SubscriptionEditState_build_closure, A._SubscriptionEditState_build__closure30, A._SubscriptionEditState_build_closure0, A._SubscriptionEditState_build__closure29, A._SubscriptionEditState_build_closure1, A._SubscriptionEditState_build__closure27, A._SubscriptionEditState_build___closure7, A._SubscriptionEditState_build__closure28, A._SubscriptionEditState_build_closure2, A._SubscriptionEditState_build_closure3, A._SubscriptionEditState_build___closure6, A._SubscriptionEditState_build_closure4, A._SubscriptionEditState_build__closure24, A._SubscriptionEditState_build___closure5, A._SubscriptionEditState_build__closure25, A._SubscriptionEditState_build_closure5, A._SubscriptionEditState_build_closure6, A._SubscriptionEditState_build___closure4, A._SubscriptionEditState_build_closure7, A._SubscriptionEditState_build__closure21, A._SubscriptionEditState_build___closure3, A._SubscriptionEditState_build__closure22, A._SubscriptionEditState_build_closure8, A._SubscriptionEditState_build_closure9, A._SubscriptionEditState_build___closure2, A._SubscriptionEditState_build_closure10, A._SubscriptionEditState_build__closure18, A._SubscriptionEditState_build___closure1, A._SubscriptionEditState_build__closure19, A._SubscriptionEditState_build_closure11, A._SubscriptionEditState_build_closure12, A._SubscriptionEditState_build___closure0, A._SubscriptionEditState_build_closure14, A._SubscriptionEditState_build__closure16, A._SubscriptionEditState_build_closure13, A._SubscriptionEditState_build_closure16, A._SubscriptionEditState_build__closure15, A._SubscriptionEditState_build_closure17, A._SubscriptionEditState_build__closure14, A._SubscriptionEditState_build_closure15, A._SubscriptionEditState_build_closure18, A._SubscriptionEditState_build__closure13, A._SubscriptionEditState_build_closure19, A._SubscriptionEditState_build__closure12, A._SubscriptionEditState_build_closure20, A._SubscriptionEditState_build__closure11, A._SubscriptionEditState_build_closure21, A._SubscriptionEditState_build__closure10, A._SubscriptionEditState_build_closure22, A._SubscriptionEditState_build__closure9, A._SubscriptionEditState_build_closure23, A._SubscriptionEditState_build__closure8, A._SubscriptionEditState_build_closure24, A._SubscriptionEditState_build__closure7, A._SubscriptionEditState_build_closure25, A._SubscriptionEditState_build__closure6, A._SubscriptionEditState_build_closure26, A._SubscriptionEditState_build__closure5, A._SubscriptionEditState_build_closure27, A._SubscriptionEditState_build__closure4, A._SubscriptionEditState_build_closure28, A._SubscriptionEditState_build__closure3, A._SubscriptionEditState_build_closure29, A._SubscriptionEditState_build_closure30, A._SubscriptionEditState_build__closure0, A._SubscriptionEditState_build_closure32, 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__closure10, A._TaskEditDesktopState_build_closure1, A._TaskEditDesktopState_build_closure3, A._TaskEditDesktopState_build__closure9, A._TaskEditDesktopState_build_closure4, A._TaskEditDesktopState_build_closure5, A._TaskEditDesktopState_build__closure8, A._TaskEditDesktopState_build_closure6, A._TaskEditDesktopState_build__closure7, A._TaskEditDesktopState_build_closure7, A._TaskEditDesktopState_build__closure0, A._TaskEditDesktopState_build__closure2, A._TaskEditDesktopState_build__closure3, A._TaskEditDesktopState_build__closure4, A._TaskEditDesktopState_build___closure1, A._TaskEditDesktopState_build___closure0, A._TaskEditDesktopState_build___closure, 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_closure2, A.TimeEditDetailsState_build_closure3, A.TimeEditDetailsState_build_closure4, A.TimeEditDetailsState_build__closure1, A.TimeEditDetailsState_build_closure5, A.TimeEditDetailsState_build__closure, 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._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_closure, A.TaskViewVM_TaskViewVM$fromStore_closure0, A.TaskViewVM_TaskViewVM$fromStore_closure1, A.TaskViewVM_TaskViewVM$fromStore__closure, A.TaskViewVM_TaskViewVM$fromStore__closure0, 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._TaskStatusListState_build_closure, A.TaskStatusListItem_build_closure, A.TaskStatusListVM_fromStore__handleRefresh, A.TaskStatusListVM_fromStore_closure, A.TaskStatusListVM_fromStore__closure, A.TaskStatusScreen_build_closure8, A.TaskStatusScreen_build__closure, A.TaskStatusScreen_build__closure0, A.TaskStatusScreen_build_closure5, A.TaskStatusScreen_build_closure1, A.TaskStatusScreen_build_closure2, A.TaskStatusScreen_build_closure3, A.TaskStatusScreen_build_closure4, 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__closure8, 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.TransactionPresenter_getField_closure2, 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._TransactionViewState_build_closure1, A._MatchDepositsState_initState_closure, A._MatchDepositsState_updateInvoiceList_closure, A._MatchDepositsState_updatePaymentList_closure, A._MatchDepositsState_build_closure, A._MatchDepositsState_build_closure0, A._MatchDepositsState_build_closure1, A._MatchDepositsState_build_closure4, A._MatchDepositsState_build_closure7, A._MatchDepositsState_build_closure8, A._MatchDepositsState_build__closure, A._MatchWithdrawalsState_updateCategoryList_closure, A._MatchWithdrawalsState_updateVendorList_closure, A._MatchWithdrawalsState_updateExpenseList_closure, A._MatchWithdrawalsState_build_closure, A._MatchWithdrawalsState_build_closure0, A._MatchWithdrawalsState_build_closure1, A._MatchWithdrawalsState_build_closure4, A._MatchWithdrawalsState_build_closure5, A._MatchWithdrawalsState_build____closure1, A._MatchWithdrawalsState_build_____closure, A._MatchWithdrawalsState_build_closure10, A._MatchWithdrawalsState_build__closure6, A._MatchWithdrawalsState_build__closure7, A._MatchWithdrawalsState_build___closure2, A._MatchWithdrawalsState_build____closure0, A._MatchWithdrawalsState_build_closure15, A._MatchWithdrawalsState_build__closure1, A._MatchWithdrawalsState_build__closure2, A._MatchWithdrawalsState_build___closure0, A._MatchWithdrawalsState_build____closure, A._MatchWithdrawalsState_build__closure, A.TransactionViewScreen_build_closure0, A.TransactionViewScreen_build__closure, A.TransactionViewVM_TransactionViewVM$fromStore_closure, A.TransactionViewVM_TransactionViewVM$fromStore_closure1, A.TransactionViewVM_TransactionViewVM$fromStore__closure, A._TransactionRuleEditState_didChangeDependencies_closure, A._TransactionRuleEditState_didChangeDependencies_closure0, A._TransactionRuleEditState_dispose_closure, A._TransactionRuleEditState__onChanged__closure, A._TransactionRuleEditState_build_closure0, A._TransactionRuleEditState_build_closure1, A._TransactionRuleEditState_build_closure, A._TransactionRuleEditState_build__closure, A._TransactionRuleEditState_build__closure0, A._TransactionRuleEditState_build__closure1, A._TransactionRuleEditState_build___closure9, A._TransactionRuleEditState_build__closure2, A._TransactionRuleEditState_build___closure8, A._TransactionRuleEditState_build___closure6, A._TransactionRuleEditState_build___closure7, A._TransactionRuleEditState_build___closure5, A._TransactionRuleEditState_build___closure3, A._TransactionRuleEditState_build___closure4, A._TransactionRuleEditState_build__closure7, A._TransactionRuleEditState_build___closure1, A._TransactionRuleEditState_build___closure2, A._TransactionRuleEditState_build__closure9, A._TransactionRuleEditState_build___closure, A._TransactionRuleEditState_build___closure0, A.__RuleCriteriaState_build_closure, A.__RuleCriteriaState_build___closure1, A.__RuleCriteriaState_build_closure0, A.__RuleCriteriaState_build___closure0, A.__RuleCriteriaState_build_closure1, A.__RuleCriteriaState_build___closure, A.__RuleCriteriaState_build_closure2, A.__RuleCriteriaState_build_closure3, A.TransactionRuleEditScreen_build_closure0, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore_closure, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore_closure1, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore_closure0, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore___closure, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore___closure0, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore____closure, A.TransactionRuleListItem_build_closure, A.TransactionRuleListVM_fromStore__handleRefresh, A.TransactionRuleListVM_fromStore_closure, A.TransactionRuleListVM_fromStore_closure0, A.TransactionRuleScreen_build_closure7, A.TransactionRuleScreen_build_closure4, A.TransactionRuleScreen_build_closure0, A.TransactionRuleScreen_build_closure1, A.TransactionRuleScreen_build_closure2, A.TransactionRuleScreen_build_closure3, A.TransactionRuleViewScreen_build_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_closure15, A._UserEditState_build_closure, A._UserEditState_build_closure0, A._UserEditState_build_closure1, A._UserEditState_build__closure12, A._UserEditState_build_closure3, A._UserEditState_build__closure11, A._UserEditState_build_closure4, A._UserEditState_build__closure9, A._UserEditState_build__closure10, A._UserEditState_build_closure5, A._UserEditState_build__closure7, A._UserEditState_build__closure8, A._UserEditState_build__closure6, A._UserEditState_build___closure0, A._UserEditState_build_closure7, A._UserEditState_build_closure9, A._UserEditState_build_closure11, A._UserEditState_build_closure13, A._UserEditState_build_closure14, 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_closure4, A.VendorContactEditDetailsState_build_closure3, A.VendorContactEditDetailsState_build_closure5, A.VendorContactEditDetailsState_build_closure6, A.VendorContactEditDetailsState_build_closure7, A.VendorContactEditDetailsState_build_closure8, A.VendorContactEditDetailsState_build_closure9, A.VendorContactEditDetailsState_build_closure10, A.VendorContactEditDetailsState_build___closure, A.VendorContactEditDetailsState_build__closure1, 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__closure0, A.VendorEditDetailsState_build_closure2, A.VendorEditDetailsState_build__closure, A.VendorEditDetailsState_build_closure1, A.VendorEditNotesState_didChangeDependencies_closure, A.VendorEditNotesState_didChangeDependencies_closure0, A.VendorEditNotesState_dispose_closure, A.VendorEditNotesState__onChanged_closure, A.VendorEditSettingsState_build_closure, A.VendorEditSettingsState_build__closure0, A.VendorEditSettingsState_build_closure0, A.VendorEditSettingsState_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_closure, A._VendorViewDetailsState_build__buildDetailsList_closure, 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__closure, A.VendorViewVM_VendorViewVM$fromStore__closure0, 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_closure, A._FieldConfirmationState_build_closure0, 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_build_closure, 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__buildUrlField_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_closure, A.InlineParser_parse_closure, A.InlineParser__linkOrImage_closure, A.InlineParser__linkOrImage_closure0, 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._RenderIosPagedMenu__scheduleUpdateControllerPageCount_closure, A.Context_joinAll_closure, A.Context_split_closure, A._validateArgList_closure, A._PinchZoomState_build_closure0, A._PinchZoomState_build_closure, A._PinputState__buildPinput_closure1, A._PinputState__buildPinput__closure0, A._PinputState__buildPinput__closure1, A._PinputState__buildEditable_closure, A._PinputState__buildEditable_closure0, A._PinputState__buildFields_onlyFields_closure, A._SeparatedRaw_build_closure, A._PinputAnimatedCursorState__startCursorAnimation_closure, A._registerFactory_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._forwardMulti_closure, A._forwardMulti_closure_listenToUpstream, A._forward_closure_listenToUpstream, A.SdkVersion_toJson_closure, A.SharedPreferencesPlugin__getFilteredKeys_closure, A.MethodChannelSignInWithApple__signInWithAppleAndroid_closure, 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.OnBuilder_closure, A.OnBuilder_closure0, A._MyStatefulWidgetState_initState_closure, A.ReactiveModelImp_setStateNullable_closure0, A.ReactiveModelImp_initialize_closure, A.ReactiveModelImp__handleAsyncState_closure, A.ReactiveModelImp__handleAsyncState__closure0, A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.CommonEditorOperations_convertParagraphByPatternMatching_closure4, A._PasteEditorCommand__convertLinesToParagraphs_closure, A._EditorSelectionAndFocusPolicyState__onFocusChange_closure, A._DocumentMouseInteractorState__onSelectionChange_closure, A._DocumentMouseInteractorState_build_closure, A._DocumentMouseInteractorState_build_closure0, A._DocumentMouseInteractorState__buildCursorStyle_closure, A._DocumentMouseInteractorState__buildCursorStyle__closure, A._DocumentMouseInteractorState__buildGestureInput_closure0, A._DocumentMouseInteractorState__buildGestureInput_closure2, A._AndroidDocumentTouchInteractorState_initState_closure1, A._AndroidDocumentTouchInteractorState_didChangeDependencies_closure, A._AndroidDocumentTouchInteractorState_dispose_closure, A._AndroidDocumentTouchInteractorState_didChangeMetrics_closure, A._AndroidDocumentTouchInteractorState__configureScrollController_closure, A._AndroidDocumentTouchInteractorState__onScrollActivityChange_closure, A._AndroidDocumentTouchInteractorState__onDocumentChange_closure, A._AndroidDocumentTouchInteractorState__onSelectionChange_closure, A._AndroidDocumentTouchInteractorState__showEditingControlsOverlay_closure, A._AndroidDocumentTouchInteractorState__buildGestureInput_closure0, A._AndroidDocumentTouchEditingControlsState_build_closure, A._IOSDocumentTouchInteractorState_initState_closure1, A._IOSDocumentTouchInteractorState_didChangeDependencies_closure, A._IOSDocumentTouchInteractorState_didChangeMetrics_closure, A._IOSDocumentTouchInteractorState__configureScrollController_closure, A._IOSDocumentTouchInteractorState__onScrollActivityChange_closure, A._IOSDocumentTouchInteractorState__onDocumentChange_closure, A._IOSDocumentTouchInteractorState__onSelectionChange_closure, A._IOSDocumentTouchInteractorState__showEditingControlsOverlay_closure, A._IOSDocumentTouchInteractorState_build_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure0, A._IOSDocumentTouchInteractorState__buildGestureInput_closure2, A.DocumentImeInputClient_updateEditingValueWithDeltas_closure, A.DocumentImeInputClient__sendDocumentToIme_closure, A._DocumentSelectionOpenAndCloseImePolicyState_didUpdateWidget_closure, A._SoftwareKeyboardOpenerState_dispose_closure, A.KeyboardEditingToolbar_build_closure, A.SuperEditorImeInteractorState_initState_closure0, A._DocumentScrollableState_initState_closure, A._SingleColumnDocumentLayoutState__getNodeIdsBetween_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.SuperEditorState__buildDocumentLayout_closure, A.TaskComponentBuilder_createViewModel_closure, A._TaskComponentState_build_closure, A._TaskComponentState_build_closure0, A._TaskComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.ComputeTextSpan_computeTextSpan_closure, A.RenderContentLayers_attach_closure, A.RenderContentLayers_detach_closure, A.RenderContentLayers_performLayout_closure, A.Scheduler_runAsSoonAsPossible_closure, A._IosDocumentTouchEditingControlsState__onFloatingCursorChange_closure, A._IosDocumentTouchEditingControlsState_build_closure, A._IosDocumentTouchEditingControlsState__buildHandles_closure, A._IosDocumentTouchEditingControlsState__buildHandleOld_closure, A._IosDocumentTouchEditingControlsState__buildFloatingCursor_closure, A._IosDocumentTouchEditingControlsState__buildToolbar_closure, A.CharacterMovement__moveOffsetByWord_closure, A.CharacterMovement__moveOffsetByWord_closure0, A.CharacterMovement__moveOffsetByWord_closure1, A.CharacterMovement__moveOffsetByCharacter_closure, A._AndroidEditingOverlayControlsState_didChangeMetrics_closure, A._AndroidEditingOverlayControlsState__rebuildOnNextFrame_closure, A._AndroidEditingOverlayControlsState_build_closure, A._AndroidEditingOverlayControlsState_build_closure0, A._AndroidEditingOverlayControlsState__buildToolbar_closure, A._AndroidEditingOverlayControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet_closure, A.AndroidTextFieldTouchInteractorState__onScrollChange_closure, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure0, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure2, A.SuperAndroidTextFieldState_initState_closure, A.SuperAndroidTextFieldState_dispose_closure, A.SuperAndroidTextFieldState_didChangeMetrics_closure, A.SuperAndroidTextFieldState__showEditingControlsOverlay_closure, A.SuperAndroidTextFieldState_build_closure, A.SuperDesktopTextFieldState__onSelectionOrContentChange_closure, A.SuperDesktopTextFieldState_build_closure, A.SuperDesktopTextFieldState_build_closure0, A._SuperTextFieldGestureInteractorState_build_closure0, A._SuperTextFieldGestureInteractorState_build_closure2, A._SuperTextFieldImeInteractorState_initState_closure, A._SuperTextFieldImeInteractorState_didUpdateWidget_closure, A.SuperTextFieldScrollviewState_didUpdateWidget_closure, A.SuperTextFieldScrollviewState__onSelectionOrContentChange_closure, A._TextScrollViewState__scheduleViewportHeightUpdateAndRebuild_closure, A.ImeAttributedTextEditingController__sendEditingValueToPlatform_closure, A.ImeAttributedTextEditingController_updateEditingValueWithDeltas_closure, A._IOSEditingControlsState_didChangeMetrics_closure, A._IOSEditingControlsState__rebuildOnNextFrame_closure, A._IOSEditingControlsState_build_closure, A._IOSEditingControlsState_build_closure0, A._IOSEditingControlsState__buildToolbar_closure, A._IOSEditingControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet_closure, A.IOSFloatingCursor_build_closure, A.IOSTextFieldTouchInteractorState__onScrollChange_closure, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure0, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure2, A.SuperIOSTextFieldState_initState_closure, A.SuperIOSTextFieldState_dispose_closure, A.SuperIOSTextFieldState_didChangeMetrics_closure, A.SuperIOSTextFieldState__showHandles_closure, A.SuperIOSTextFieldState_build_closure, A._RebuildOptimizedSuperTextWithSelectionState__buildLayerBeneath_closure, A._RebuildOptimizedSuperTextWithSelectionState__buildLayerAbove_closure, A.format_closure, A.MethodChannelUrlLauncher_launch_closure, A._MaterialScrollbarState__thumbColor_closure0, A._MaterialScrollbarState__trackColor_closure0, A._MaterialScrollbarState__trackBorderColor_closure0, A._MaterialScrollbarState__thickness_closure0]); - _inheritMany(A.Closure0Args, [A.AppBootstrap_prepareEngineInitializer_closure, A.AppBootstrap_prepareEngineInitializer__closure0, A.AppBootstrap_prepareEngineInitializer__closure, A.HtmlViewEmbedder__compositeWithParams_closure, A.HtmlViewEmbedder__applyMutators_closure, A.HtmlViewEmbedder__applyMutators_closure0, A.SkiaFontCollection__registerWithFontProvider_closure, A.SkiaFontCollection__registerWithFontProvider_closure0, A.SkiaFontCollection_loadAssetFonts_closure, A.SkiaFontCollection_loadAssetFonts_closure0, A.skiaDecodeImageFromPixels_closure, A.Frame_raster_closure, A.Frame_raster_closure0, A.CanvasKitRenderer_initialize_closure, A.CkTextStyle_skTextStyle_closure, A.FontFallbackManager_createNotoFontTree_closure, A.FontFallbackManager_addMissingCodePoints_closure, A.FallbackFontDownloadQueue_startDownloads_closure, A.PersistedPicture__applyBitmapPaint_closure, A.HtmlRenderer_initialize_closure, A.SurfaceSceneBuilder_build_closure, A.SurfaceSceneBuilder_build_closure0, A.GradientLinear_createImageBitmap_closure, A.BrowserImageDecoder__cacheExpirationClock_closure, A.BrowserImageDecoder__getOrCreateWebDecoder_closure, A.initializeEngineServices_closure0, A.initializeEngineServices_initializeRendererCallback, A._cached_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.EnginePlatformDispatcher_invokeOnKeyData_closure, A.invoke2_closure, A.PlatformViewManager_renderContent_closure, A._PointerAdapter__ensureSanitizer_closure, A.PointerDataConverter__ensureStateForPointer_closure, A.RawKeyboard$__closure1, A.RawKeyboard__handleHtmlEvent_closure, A.AccessibilityAnnouncements_announce_closure, A.RouteName_update_closure, A.AccessibilityFocusManager_changeFocus_closure, A.Scrollable_update_closure, A.EngineSemanticsOwner$__closure, A.EngineSemanticsOwner__now_closure, A.EngineSemanticsOwner__getGestureModeClock_closure, A.MobileSemanticsEnabler_tryEnableSemantics_closure, A.TextField__invokeIosWorkaround_closure, A.TextField_update_closure, A.HtmlFontCollection_loadAssetFonts_closure, A.HtmlFontCollection_loadAssetFonts_closure0, A.HtmlFontCollection_loadAssetFonts_closure1, A.SafariDesktopTextEditingStrategy_placeElement_closure, 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__chainCoreFutureAsync_closure, A._Future__asyncCompleteWithValue_closure, A._Future__asyncCompleteError_closure, A._Future__propagateToListeners_handleWhenCompleteCallback, A._Future__propagateToListeners_handleValueCallback, A._Future__propagateToListeners_handleError, A._Future_timeout_closure, A.Stream_asyncMap_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_bindCallbackGuarded_closure, A.Utf8Decoder__decoder_closure, A.Utf8Decoder__decoderNonfatal_closure, A._BigIntImpl_toDouble_roundUp, A._FileStream_listen_closure, A._FileStream__closeFile_done, A._File_readAsBytes_readUnsized_read, A._File_readAsBytes_readSized_read, A.ChannelBuffers_push_closure, A.ChannelBuffers_setListener_closure, A.KeyData__logicalToString_closure, A.bootstrapEngine_closure0, A.BrowserPlatformLocation_getOrCreateDomEventListener_closure, A.HashUrlStrategy_addPopStateListener_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._CupertinoDesktopTextSelectionToolbarButtonState__onEnter_closure, A._CupertinoDesktopTextSelectionToolbarButtonState__onExit_closure, A._CupertinoTextMagnifierState_initState_closure, A._CupertinoTextMagnifierState_initState__closure, A._CupertinoTextMagnifierState__determineMagnifierPositionAndFocalPoint_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure0, A._CupertinoScrollbarState_initState_closure, A._CupertinoSwitchState__handleDragEnd_closure, A._CupertinoSwitchState__onShowFocusHighlight_closure, A._CupertinoTextSelectionToolbarContentState__statusListener_closure, A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure, A._CupertinoTextSelectionToolbarButtonState__onTapDown_closure, A._CupertinoTextSelectionToolbarButtonState__onTapUp_closure, A._CupertinoTextSelectionToolbarButtonState__onTapCancel_closure, A.ToggleableStateMixin__handleTapDown_closure0, A.ToggleableStateMixin__handleTapEnd_closure0, A.ToggleableStateMixin__handleFocusHighlightChanged_closure0, 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.DragGestureRecognizer__checkEnd_closure2, 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.TapGestureRecognizer_handleTapUp_closure1, 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._ActionButton_build_closure, A.AppBar__getEffectiveCenterTitle_platformCenter, A._AppBarState__handleScrollNotification_closure, A.MaterialPointArcTween__initialize_sweepAngle, A._BottomSheetState__handleDragStart_closure, A._BottomSheetState__handleDragEnd_closure, A._BottomSheetState__handleDragHandleHover_closure, A._BottomSheetGestureDetector_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_closure1, A._YearPickerState__buildYearItem_closure1, A.DataTable_build_closure5, A.DataTable_build_closure6, A.DataTable_build_closure7, 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.DropdownButtonFormField_closure_isHintOrDisabledHintAvailable, A.Feedback_wrapForTap_closure, A._getClipCallback_closure, A._getClipCallback_closure0, A._InkResponseState_handleStatesControllerChange_closure, A._InkResponseState_updateHighlight_handleInkRemoval, A._InkResponseState__createSplash_onRemoved, A._InkResponseState_handleFocusHighlightModeChange_closure, A._InputDatePickerFormFieldState_didUpdateWidget__closure, A._HelperErrorState__handleChange_closure, A._InputDecoratorState__handleChange_closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint_closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint__closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint_closure0, A.MaterialStateMixin_addMaterialState_closure, A.MaterialStateMixin_removeMaterialState_closure, A._MergeableMaterialState__handleTick_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._FloatingActionButtonTransitionState__handlePreviousAnimationStatusChanged_closure, A.ScaffoldState__drawerOpenedCallback_closure, A.ScaffoldState__endDrawerOpenedCallback_closure, A.ScaffoldState__updateSnackBar_closure, A.ScaffoldState__updateMaterialBanner_closure, A.ScaffoldState__buildBottomSheet_removePersistentSheetHistoryEntryIfNeeded, 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_closure1, A._TabBarViewState__warpToAdjacentTab_closure, A._TabBarViewState__warpToNonAdjacentTab_closure, A._TabBarViewState__warpToNonAdjacentTab_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._TextSelectionToolbarOverflowableState_build_closure, A._TextSelectionToolbarOverflowableState_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_closure, A._DayPeriodControl_build_closure0, A._DialState_initState_closure, A._DialState_initState__closure0, A._DialState_initState_closure0, A._DialState_initState__closure, A._DialState__updateThetaForPan_closure, A._DialState__selectHour_getAmPmTime, 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__handleTimeChanged_closure, A._TimePickerDialogState__handleEntryModeChanged_closure, A._TimePickerDialogState__handleOk_closure, A._TimePickerState__vibrate_closure, A._TimePickerState__handleHourMinuteModeChanged_closure, A._TimePickerState__handleEntryModeToggle_closure, A._TimePickerState__handleTimeChanged_closure, A._TimePickerState__handleHourSelected_closure, A.ToggleButtons_build__closure, A.ToggleableStateMixin__handleTapDown_closure, A.ToggleableStateMixin__handleTapEnd_closure, A.ToggleableStateMixin__handleFocusHighlightChanged_closure, A.ToggleableStateMixin__handleHoverChanged_closure, A.TooltipState__handleStatusChanged_closure, A.TooltipState__handleStatusChanged_closure0, A.TooltipState__handleStatusChanged_closure1, A.TooltipState__handleStatusChanged_closure2, A.TooltipState__handleStatusChanged_closure3, A.TooltipState__handleStatusChanged_closure4, A.TooltipState__scheduleShowTooltip_show, A.TooltipState__scheduleShowTooltip_closure, A.TooltipState__buildTooltipOverlay_closure2, A.TooltipState__buildTooltipOverlay_closure3, A.TooltipState__buildTooltipOverlay_closure, A.TooltipState__buildTooltipOverlay_closure0, A.TooltipState__buildTooltipOverlay_closure1, A.ImageCache__trackLiveImage_closure, A.ImageCache__trackLiveImage__closure, A._LiveImage_closure, A.ImageProvider_resolveStreamForKey_closure, A.ImageProvider_resolveStreamForKey_closure0, A.MultiFrameImageStreamCompleter__handleAppFrame_closure, A.TextPainter__computePaintOffsetFraction_closure, A.TextPainter__computePaintOffsetFraction_closure1, A.TextPainter__computePaintOffsetFraction_closure0, A.TextPainter__computePaintOffsetFraction_closure2, A.TextPainter__computePaintOffsetFraction_closure3, A.TextPainter__computePaintOffsetFraction_closure4, A.TextPainter__computePaintOffsetFraction_closure5, A.TextPainter_getOffsetForCaret_closure, A.TextPainter_getOffsetForCaret_closure0, A.TextPainter_getOffsetForCaret_closure1, A.TextPainter_getFullHeightForCaret_closure, A.RenderAnimatedSize_closure, A.RenderBox__computeIntrinsicDimension_closure, A.RenderBox_getDryLayout_closure, A.RenderBox_getDistanceToActualBaseline_closure, A.RenderEditable__createShowOnScreenFor_closure, A.Layer_addCompositionCallback_closure, A.Layer_addCompositionCallback_closure0, 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__reportException_closure, A.RenderObject_invokeLayoutCallback_closure, A.RenderObject_toStringDeep_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_initServiceExtensions_closure, 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.WidgetsBinding_scheduleAttachRootWidget_closure, A.RenderObjectToWidgetAdapter_attachToRenderTree_closure, A.RenderObjectToWidgetAdapter_attachToRenderTree_closure0, A._DraggableScrollableSheetScrollController_createScrollPosition_closure, A._DraggableScrollableSheetScrollPosition_goBallistic_tick, A._DraggableScrollableSheetScrollPosition_goBallistic_closure, A.EditableTextState__onChangedClipboardStatus_closure, A.EditableTextState_buttonItemsForToolbarOptions_closure, A.EditableTextState_buttonItemsForToolbarOptions_closure0, A.EditableTextState_buttonItemsForToolbarOptions_closure1, A.EditableTextState_buttonItemsForToolbarOptions_closure2, A.EditableTextState_contextMenuButtonItems_closure, A.EditableTextState_contextMenuButtonItems_closure0, A.EditableTextState_contextMenuButtonItems_closure1, A.EditableTextState_contextMenuButtonItems_closure2, A.EditableTextState_contextMenuButtonItems_closure3, 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._FocusState__handleFocusChanged_closure, A._FocusState__handleFocusChanged_closure0, A._FocusState__handleFocusChanged_closure1, A._FocusState__handleFocusChanged_closure2, A.FormState__forceRebuild_closure, A.FormState__validate_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._MediaQueryFromViewState__updateData_closure, A.ModalBarrier_build_handleDismiss, A._RouteEntry_handlePush_closure, A._RouteEntry_dispose_closure0, A._RouteEntry_dispose__closure, 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._OverlayPortalState__getLocation_closure, A._OverlayPortalState_show_closure, A._OverlayPortalState_hide_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.SliverReorderableListState__wrapWithSemantics_moveToStart, A.SliverReorderableListState__wrapWithSemantics_moveToEnd, A.SliverReorderableListState__wrapWithSemantics_moveBefore, A.SliverReorderableListState__wrapWithSemantics_moveAfter, 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._SelectionKeepAliveState_listensTo_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.ShortcutManager_handleKeypress_closure, A.ShortcutManager_handleKeypress_closure0, A.SliverMultiBoxAdaptorElement_performRebuild_closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure0, A.SliverMultiBoxAdaptorElement_createChild_closure, A.SliverMultiBoxAdaptorElement_removeChild_closure, A._SliverPersistentHeaderElement__build_closure, A.BaseTapAndDragGestureRecognizer__handleDragUpdateThrottled_closure, A.BaseTapAndDragGestureRecognizer_addAllowedPointer_closure, A.BaseTapAndDragGestureRecognizer__checkTapDown_closure, A.BaseTapAndDragGestureRecognizer__checkTapUp_closure, A.BaseTapAndDragGestureRecognizer__checkDragStart_closure, A.BaseTapAndDragGestureRecognizer__checkDragUpdate_closure, A.BaseTapAndDragGestureRecognizer__checkDragEnd_closure, A._SelectionHandleOverlayState_build_closure, A._TextSelectionGestureDetectorState_build_closure, A._TextSelectionGestureDetectorState_build_closure1, A._TextSelectionGestureDetectorState_build_closure3, A._TextSelectionGestureDetectorState_build_closure5, A._TextSelectionGestureDetectorState_build_closure7, A._AnimatedState__handleChange_closure, A._throttle__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._WidgetsLocalizationsDelegate_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.loadWebSdk_closure, A.GisSdkClient__onPromptMoment_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.BillingClientManager__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.NumberFormat__formatFixed_computeFractionDigits, A._CountryPickerDialogState_build__closure1, 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__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._$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._$serializers_closure202, A._$serializers_closure203, A._$serializers_closure204, A._$serializers_closure205, A._$serializers_closure206, A._$serializers_closure207, A._$serializers_closure208, A._$serializers_closure209, A._$serializers_closure210, A._$serializers_closure211, A._$serializers_closure212, A._$serializers_closure213, A._$serializers_closure214, A.VendorEntity_primaryContact_closure0, A.VendorEntity_getContact_closure0, 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.handleClientAction___closure, A.__MergClientPickerState_build__closure0, A.__MergClientPickerState_build_closure0, A.__MergClientPickerState_build_closure1, A.handleCreditAction_closure1, A.handleCreditAction_closure2, A._createViewDashboard__closure, A.handleDocumentAction_showDocument, A.handleDocumentAction_showDocument__closure, A.handleDocumentAction_downloadDocument, A.handleInvoiceAction_closure4, A.handleInvoiceAction_closure5, A.handleInvoiceAction___closure, A.handleProductAction___closure, A.handlePurchaseOrderAction_closure3, A.handlePurchaseOrderAction_closure4, A.handleQuoteAction_closure3, A.handleQuoteAction_closure4, A.handleRecurringInvoiceAction__closure0, A.handleRecurringInvoiceAction__closure1, A._viewReports__closure, A._viewSettings__closure, 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._DocumentGridState_build__closure4, A._DocumentGridState_build__closure3, A._DocumentGridState_build___closure0, A._DocumentGridState_build___closure, A.DocumentTile_build_closure, A.EditScaffold_build_closure, A.EditScaffold_build_closure10, A.EditScaffold_build_closure0, A.EditScaffold_build_closure1, A.EditScaffold_build__closure0, A.EditScaffold_build_closure4, A.EditScaffold_build_closure5, 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_closure, A.EntityTopFilterHeader_build_closure1, A.EntityTopFilterHeader_build_closure0, A.EntityTopFilterHeader_build__closure1, A.EntityTopFilterHeader_build_closure4, 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_closure0, 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_closure, A._HistoryListTileState_build_closure1, A._HistoryListTileState_build_closure0, A._InvoiceEmailViewState__onChanged_closure, A._InvoiceEmailViewState__loadTemplate_closure, A._InvoiceEmailViewState__loadTemplate__closure, 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_closure, A._ListFilterState_build_closure1, 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_closure8, A._MenuDrawerState_build_closure9, A._MenuDrawerState_build_closure10, A._MenuDrawerState_build_closure11, A._MenuDrawerState_build_closure13, A._MenuDrawerState_build_closure12, A._MenuDrawerState_build_closure14, A._MenuDrawerState_build_closure15, 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__closure3, A.SidebarFooter_build__closure4, A.SidebarFooter_build_closure0, A.SidebarFooter_build_closure1, A.SidebarFooter_build_closure2, A.SidebarFooter_build_closure3, A.SidebarFooter_build__closure1, A.SidebarFooter_build__closure0, A.SidebarFooter_build__closure2, 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._AccountSmsVerificationState__sendCode_closure, A._AccountSmsVerificationState__sendCode__closure0, A._AccountSmsVerificationState__sendCode__closure, A._AccountSmsVerificationState__verifyCode_closure, A._AccountSmsVerificationState__verifyCode__closure0, A._AccountSmsVerificationState__verifyCode__closure, A._AccountSmsVerificationState_build_closure2, A._AccountSmsVerificationState_build_closure3, A._AccountSmsVerificationState_build_closure4, A._AccountSmsVerificationState_build_closure5, A._UserSmsVerificationState__sendCode_closure, A._UserSmsVerificationState__sendCode__closure0, A._UserSmsVerificationState__sendCode__closure, A._UserSmsVerificationState__verifyCode_closure, A._UserSmsVerificationState__verifyCode__closure0, A._UserSmsVerificationState__verifyCode__closure, A._UserSmsVerificationState_build_closure0, A._UserSmsVerificationState_build_closure1, A._UserSmsVerificationState_build_closure2, A._UserSmsVerificationState_build_closure3, A._SystemLogViewerState_build__closure, A._SystemLogViewerState_build___closure, A._SystemLogViewerState_build____closure, A.AppPaginatedDataTableState__handleDataSourceChanged_closure, A.AppPaginatedDataTableState_pageTo_closure, A.AppPaginatedDataTableState__getRows_closure, A.EntityDataTableSource_getRow_closure1, A.EntityDataTableSource_getRow_closure0, A.EntityDataTableSource_getRow_closure3, A.EntityDataTableSource_getRow__closure0, A.EntityDataTableSource_getRow__closure, A._EntityListState_build_closure6, A._EntityListState_build__closure0, A._EntityListState_build__closure4, A._EntityListState_build_closure7, A._EntityListState_build__closure12, 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_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_closure0, A._LoginState_build_closure, A._LoginState_build__closure7, A._LoginState_build_closure1, A._LoginState_build__closure6, A._LoginState_build__closure5, A._LoginState_build__closure4, A._LoginState_build__closure3, A._LoginState_build_closure10, A._LoginState_build_closure11, A._LoginState_build_closure12, A._LoginState_build__closure2, A._LoginState_build_closure13, A._LoginState_build__closure1, A._LoginState_build_closure14, A._LoginState_build__closure0, A._LoginState_build_closure15, A._LoginState_build__closure, A._LoginState_build_closure16, A._LoginState_build_closure17, A.BankAccountListItem_build_closure1, A.BankAccountListItem_build_closure0, A.BankAccountListVM_fromStore_closure1, A.BankAccountScreen_build_closure15, A.BankAccountScreen_build_closure14, A.BankAccountScreen_build_closure, A.BankAccountScreen_build_closure0, A.BankAccountScreen_build_closure1, A.BankAccountScreen_build_closure2, A.BankAccountScreen_build_closure3, A.BankAccountScreen_build_closure4, A.BankAccountScreen_build_closure11, A._BankAccountEditState__onChanged_closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore__closure, A._BankAccountViewState_build_closure, A.BankAccountViewVM_BankAccountViewVM$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__closure1, A._ClientPdfViewState_loadPDF__closure, A._ClientPdfViewState_build__closure7, A._ClientPdfViewState_build__closure6, A._ClientPdfViewState_build__closure5, A._ClientPdfViewState_build_closure7, A._ClientPdfViewState_build_closure8, A._ClientPdfViewState_build__closure3, A._ClientPdfViewState_build_closure9, A._ClientPdfViewState_build__closure1, A._ClientPdfViewState_build_closure10, A._ClientPdfViewState_build__closure0, A._ClientPdfViewState_build__closure, A._ClientPdfViewState_build_closure13, 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._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.ClientViewDocuments_build_closure0, 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._ClientViewFullwidthState_build__closure7, A._ClientViewLedgerState_build__closure0, A._ClientViewLedgerState_build__closure, A.ClientOverview_build_closure1, A.ClientOverview_build_closure2, A.ClientOverview_build_closure3, A.ClientViewPaymentMethods_build__closure0, A.ClientViewPaymentMethods_build__closure1, A.ClientViewPaymentMethods_build__closure2, 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__closure1, 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_closure9, 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_closure4, A._DesignSettingsState_build_closure5, A._DesignSettingsState_build_closure6, A.__DesignImportDialogState_build_closure0, A.__DesignImportDialogState_build_closure1, A.DesignEditVM_DesignEditVM$fromStore__closure, A._DesignViewState_build_closure7, A.DesignViewVM_DesignViewVM$fromStore_closure, A.DocumentListItem_build__closure2, A.DocumentListItem_build__closure1, A.DocumentListItem_build__closure5, A.DocumentListItem_build__closure4, A.DocumentListBuilder_build__closure, A.DocumentListVM_fromStore_closure1, A.DocumentScreen_build_closure14, A.DocumentScreen_build_closure13, A.DocumentScreen_build_closure6, A._DocumentEditState__onChanged_closure0, A.DocumentEditVM_DocumentEditVM$fromStore__closure, A._ExpenseEditState_build_closure, A.ExpenseEditDetailsState__onChanged_closure0, A.ExpenseEditNotesState__onChanged_closure0, A.ExpenseEditNotesState_build_closure0, A.ExpenseEditSettingsState__onChanged_closure0, A.ExpenseEditSettingsState_build__closure10, A.ExpenseEditSettingsState_build__closure2, A.ExpenseEditSettingsState_build_closure9, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure5, A.ExpenseListItem_build__closure2, A.ExpenseListItem_build__closure1, A.ExpenseListItem_build__closure5, A.ExpenseListItem_build__closure4, A.ExpenseListVM_fromStore_closure1, A.ExpenseScreen_build_closure18, A.ExpenseScreen_build_closure17, A.ExpenseScreen_build_closure4, A.ExpenseScreen_build_closure5, A.ExpenseScreen_build_closure13, A._ExpenseViewState_build__closure, A._ExpenseViewState_build__closure0, A._ExpenseViewState_build__closure1, A._ExpenseViewState_build__closure2, A.ExpenseViewDocuments_build_closure0, 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._GroupViewState_build_closure1, 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__closure11, A.InvoiceEditDesktopState_build_closure29, A.InvoiceEditDesktopState_build_closure33, 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.InvoiceEditDetailsState_build_closure32, A.InvoiceEditFooter_build_closure, A._InvoiceEditItemsState_build_closure0, A.ItemEditDetailsState__onTextChanged_closure, A.ItemEditDetailsState_build_closure, A.ItemEditDetailsState_build_closure0, A.ItemEditDetailsState_build__closure2, 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__closure35, A._InvoiceEditItemsDesktopState_build_closure6, A._InvoiceEditItemsDesktopState_build__closure32, A._InvoiceEditItemsDesktopState_build__closure21, 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__closure2, A._InvoiceItemSelectorState__toggleEntity_closure, 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.InvoiceTaxDetails_build_closure, 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__closure1, A._InvoicePdfViewState_loadPdf__closure, A._InvoicePdfViewState_build__closure1, A._InvoicePdfViewState_build__closure0, A._InvoicePdfViewState_build__closure, A._InvoicePdfViewState_build_closure3, A._InvoicePdfViewState_build_closure4, A._InvoicePdfViewState_build_closure5, A.InvoicePresenter_getField_closure, A.InvoiceScreen_build_closure20, A.InvoiceScreen_build_closure19, A.InvoiceScreen_build_closure7, A.InvoiceScreen_build_closure15, 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.InvoiceViewDocuments_build_closure1, 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_closure21, A.PaymentScreen_build_closure20, A.PaymentScreen_build_closure7, A.PaymentScreen_build_closure8, A.PaymentScreen_build_closure16, 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_closure11, A.ProductScreen_build_closure10, A.ProductScreen_build_closure, A.ProductScreen_build_closure0, A.ProductScreen_build_closure7, A._ProductViewState_build__closure, A._ProductViewState_build__closure0, A._ProductViewState_build__closure1, A.ProductViewDocuments_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__closure1, A.ProjectViewDocuments_build_closure0, 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__closure1, 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._QuoteEditState_build_closure, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0, A.QuoteEditVM_QuoteEditVM$fromStore__closure1, 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_closure18, A.QuoteScreen_build_closure17, A.QuoteScreen_build_closure5, A.QuoteScreen_build_closure13, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure5, A.RecurringExpenseListItem_build__closure2, A.RecurringExpenseListItem_build__closure1, A.RecurringExpenseListItem_build__closure5, A.RecurringExpenseListItem_build__closure4, A.RecurringExpenseListVM_fromStore_closure1, A.RecurringExpenseScreen_build_closure17, A.RecurringExpenseScreen_build_closure16, A.RecurringExpenseScreen_build_closure4, A.RecurringExpenseScreen_build_closure12, A._RecurringInvoiceEditState_build_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure1, 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_closure27, A.ReportsScreen_build__closure3, A.ReportsScreen_build_closure21, A.ReportsScreen_build__closure1, A.ReportsScreen_build_closure24, A.ReportsScreen_build__closure, A.ReportsScreen_build_closure26, 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._ScheduleEditState__onChanged_closure, A._ScheduleEditState_build___closure6, A._ScheduleEditState_build__closure16, A.ScheduleEditVM_ScheduleEditVM$fromStore__closure, A.ScheduleListItem_build_closure1, A.ScheduleListItem_build_closure0, A.ScheduleListVM_fromStore_closure1, A.ScheduleScreen_build_closure10, A.ScheduleScreen_build_closure9, A.ScheduleScreen_build_closure, A.ScheduleScreen_build_closure6, A._ScheduleViewState_build_closure, A.ScheduleViewVM_ScheduleViewVM$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_closure10, A._ClientPortalState_build_closure12, A.ClientPortalVM_fromStore__closure, A._CompanyDetailsState__onSettingsChanged_closure0, A._CompanyDetailsState_build__closure6, A._CompanyDetailsState_build__closure7, A._CompanyDetailsState_build_closure10, A._CompanyDetailsState_build_closure17, A.CompanyDetailsVM_fromStore__closure4, 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_closure20, A._EmailSettingsState_build_closure0, A._EmailSettingsState_build_closure3, A._EmailSettingsState_build_closure22, A.EmailSettingsVM_fromStore__closure, A._ExpenseSettingsState_build_closure7, 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__closure9, A._ImportExportState_build__closure10, A._ImportExportState_build_closure1, A._ImportExportState_build__closure8, A._ImportExportState_build__closure7, A._ImportExportState_build__closure6, A._ImportExportState_build__closure5, A._ImportExportState_build__closure4, A._ImportExportState_build__closure3, A._ImportExportState_build__closure2, A._ImportExportState_build_closure12, 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__closure5, A.__FileMapperState_build__closure4, A.__FileMapperState_build__closure3, A.__FileMapperState_build_closure5, A.__FileMapperState_build_closure6, A.__FileMapperState_build__closure, A.__FileMapperState_build___closure0, A.__FileMapperState_build___closure, A._InvoiceDesignState__onChanged_closure0, A._InvoiceDesignState_build_closure0, A._InvoiceDesignState_build__closure27, A._InvoiceDesignState_build__closure26, A._InvoiceDesignState_build__closure24, A._InvoiceDesignState_build__closure23, A._InvoiceDesignState_build__closure21, A._InvoiceDesignState_build__closure20, A._InvoiceDesignState_build__closure18, A._InvoiceDesignState_build__closure17, A._InvoiceDesignState_build_closure10, A._PdfPreviewState__loadPdf_closure, A._PdfPreviewState__loadPdf_closure1, 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_closure13, A.PaymentSettingsVM_fromStore__closure, A._ProductSettingsState__onChanged_closure0, A.ProductSettingsVM_fromStore__closure, A._SettingsListTileState_build__closure0, A._SettingsListTileState_build__closure, A._SettingsListTileState_build_closure, A.SettingsSearch_build_closure1, A.SettingsSearch_build_closure2, 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____closure0, 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._SettingsWizardState_build_closure10, A._TaskSettingsState_build_closure3, A.TaskSettingsVM_fromStore__closure, A._TaxSettingsState_build_closure6, A._TaxSettingsState_build__closure1, A._TaxSettingsState_build___closure1, A._TaxSettingsState_build___closure0, A.__EditSubregionDialogState_build_closure, 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._TemplatesAndRemindersState_build_closure8, 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__closure26, A._SubscriptionEditState_build__closure23, A._SubscriptionEditState_build__closure20, A._SubscriptionEditState_build__closure17, A._SubscriptionEditState_build__closure2, A._SubscriptionEditState_build__closure1, A._SubscriptionEditState_build_closure31, 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___closure6, A._TaskEditDesktopState_build___closure5, A._TaskEditDesktopState_build___closure4, A._TaskEditDesktopState_build___closure3, A._TaskEditDesktopState_build___closure2, A._TaskEditDesktopState_build__closure5, A._TaskEditDesktopState_build__closure6, A._TaskEditDesktopState_build____closure, A._TaskEditDetailsState__onChanged_closure0, A.TimeEditDetailsState_build__closure6, A.TimeEditDetailsState_build__closure5, A.TimeEditDetailsState_build__closure4, A.TimeEditDetailsState_build__closure3, A.TimeEditDetailsState_build__closure2, A.TimeEditDetailsState_build__closure0, A.TimeEditDetailsState_build_closure6, A.TimeEditDetailsState_build_closure7, 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._TaskViewState_build__closure1, A.TaskViewDocuments_build_closure0, A._TaskOverviewState_initState__closure, A._TaskOverviewState_build__buildView, A._TaskOverviewState_build_closure, A._TaskStatusEditState__onChanged_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore__closure, A._TaskStatusListState_build_closure1, A.TaskStatusListItem_build_closure1, A.TaskStatusListItem_build_closure0, A.TaskStatusScreen_build_closure11, A.TaskStatusScreen_build_closure10, A.TaskStatusScreen_build_closure, A.TaskStatusScreen_build_closure0, A.TaskStatusScreen_build_closure7, 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__closure12, A._MatchDepositsState_build__closure11, A._MatchDepositsState_build_closure2, A._MatchDepositsState_build__closure10, A._MatchDepositsState_build_closure3, A._MatchDepositsState_build__closure9, A._MatchDepositsState_build__closure8, A._MatchDepositsState_build_closure5, A._MatchDepositsState_build__closure7, A._MatchDepositsState_build_closure6, A._MatchDepositsState_build__closure6, 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__closure0, A._MatchDepositsState_build___closure, A._MatchDepositsState_build_closure15, A._MatchDepositsState_build_closure16, A._MatchWithdrawalsState_build__closure18, A._MatchWithdrawalsState_build__closure17, A._MatchWithdrawalsState_build_closure2, A._MatchWithdrawalsState_build__closure16, A._MatchWithdrawalsState_build_closure3, A._MatchWithdrawalsState_build__closure15, A._MatchWithdrawalsState_build__closure14, A._MatchWithdrawalsState_build__closure13, A._MatchWithdrawalsState_build__closure12, A._MatchWithdrawalsState_build__closure11, A._MatchWithdrawalsState_build__closure10, A._MatchWithdrawalsState_build___closure3, A._MatchWithdrawalsState_build__closure9, A._MatchWithdrawalsState_build_closure11, A._MatchWithdrawalsState_build__closure8, A._MatchWithdrawalsState_build_closure12, A._MatchWithdrawalsState_build__closure5, A._MatchWithdrawalsState_build___closure1, A._MatchWithdrawalsState_build__closure4, A._MatchWithdrawalsState_build_closure16, A._MatchWithdrawalsState_build__closure3, A._MatchWithdrawalsState_build_closure17, A._MatchWithdrawalsState_build__closure0, A._MatchWithdrawalsState_build___closure, A._MatchWithdrawalsState_build_closure20, A._MatchWithdrawalsState_build_closure21, A._TransactionRuleEditState__onChanged_closure, A._TransactionRuleEditState_build__closure3, A._TransactionRuleEditState_build__closure4, A._TransactionRuleEditState_build__closure5, A.__RuleCriteriaState_build__closure1, A.__RuleCriteriaState_build__closure0, A.__RuleCriteriaState_build__closure, A.__RuleCriteriaState_build_closure4, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore__closure, A.TransactionRuleListItem_build_closure1, A.TransactionRuleListItem_build_closure0, A.TransactionRuleListVM_fromStore_closure1, A.TransactionRuleScreen_build_closure10, A.TransactionRuleScreen_build_closure9, A.TransactionRuleScreen_build_closure, A.TransactionRuleScreen_build_closure6, A._TransactionRuleViewState_build_closure, A.TransactionRuleViewVM_TransactionRuleViewVM$fromStore_closure, A._UserEditState__onChanged_closure0, A._UserEditState_build_closure6, A._UserEditState_build_closure8, A._UserEditState_build_closure10, A._UserEditState_build_closure12, 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__closure0, A.VendorContactEditDetailsState_build_closure11, A.VendorContactEditDetailsState_build_closure12, 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.VendorPresenter_getField_closure0, 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._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.VendorViewDocuments_build_closure0, 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.SimpleDebouncer_run_closure, A.PersistDebouncer_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_closure1, A._FieldConfirmationState_build_closure2, 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._ExampleEditorState_initState_closure, A._EditorToolbarState__onLinkPressed_closure0, A._EditorToolbarState__applyLink_closure, A._EditorToolbarState__buildUrlField_closure1, A._EditorToolbarState__buildUrlField__closure, A.Logger_Logger_closure, A.ListSyntax_parse_endItem, A.ParagraphSyntax__parseReflinkDefinition_closure, A.InlineParser__linkOrImage_closure1, A.InlineParser__processEmphasis_closure, A.InlineParser__processEmphasis_closure1, A.PublicClientApplication_loginPopup_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.PdfPreviewRaster__raster_closure3, 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.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.addToContextSet_closure, A.addToActiveReactiveModels_closure, A._MyStatefulWidgetState_initState__closure, A.InjectedImp_closure, A.IObservable_addObserver_closure, A.IObservable_addCleaner_closure, A.ReactiveModelImp_setStateNullable_closure, A.ReactiveModelImp_setStateNullable_closure1, A.ReactiveModelImp__handleAsyncState__closure, A.ReactiveModelImp__handleAsyncState_closure0, A.DocumentComposer_closure, A.MutableDocument_getRangeBetween_closure, A._CaretDocumentOverlayState__onSelectionChange_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_build__closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure1, A._ImeFocusPolicyState__onFocusChange_closure, A._DocumentSelectionOpenAndCloseImePolicyState__onSelectionChange_closure, A.SuperEditorImeInteractorState_initState_closure, A.SuperEditorImeInteractorState_build_closure, A.SuperEditorImeInteractorState_build_closure0, 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_build_closure, A.SuperEditorState_build_closure0, A.SuperEditorState__buildGestureSystem_closure, A.SuperEditorState__buildGestureSystem_closure0, A.SuperEditorState__buildDesktopGestureSystem__closure, A.DefaultCaretOverlayBuilder_build_closure, A.ToggleTextAttributionsCommand_execute_closure, A._MultiListenableBuilderState__onListenableChange_closure, A.ContentLayersElement_buildLayers_closure, A._FocusWithCustomParentState__handleFocusChanged_closure, A._FocusWithCustomParentState__handleFocusChanged_closure0, A._FocusWithCustomParentState__handleFocusChanged_closure1, A._FocusWithCustomParentState__handleFocusChanged_closure2, A.TapSequenceGestureRecognizer_addAllowedPointer_closure, A.TapSequenceGestureRecognizer_addAllowedPointer_closure0, A.TapSequenceGestureRecognizer_addAllowedPointer_closure1, A.TapSequenceGestureRecognizer__checkUp_closure, A.TapSequenceGestureRecognizer__checkUp_closure0, A.TapSequenceGestureRecognizer__checkUp_closure1, A._AndroidEditingOverlayControlsState_didChangeMetrics__closure, A._AndroidEditingOverlayControlsState__rebuildOnNextFrame__closure, A._AndroidEditingOverlayControlsState__onCollapsedPanStart_closure, A._AndroidEditingOverlayControlsState__onBasePanStart_closure, A._AndroidEditingOverlayControlsState__onExtentPanStart_closure, A._AndroidEditingOverlayControlsState__onPanUpdate_closure, A._AndroidEditingOverlayControlsState__onHandleDragEnd_closure, A._AndroidEditingOverlayControlsState_build__closure, A._AndroidEditingOverlayControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet__closure, A.AndroidTextFieldTouchInteractorState__onDoubleTapDown_closure, A.AndroidTextFieldTouchInteractorState__onTextPanStart_closure, A.AndroidTextFieldTouchInteractorState__onPanUpdate_closure, A.AndroidTextFieldTouchInteractorState__onHandleDragEnd_closure, A.AndroidTextFieldTouchInteractorState_build_closure, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure1, A.SuperAndroidTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure, A.SuperAndroidTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure0, A._defaultAndroidToolbarBuilder_closure, A._defaultAndroidToolbarBuilder_closure0, A._defaultAndroidToolbarBuilder_closure1, A._defaultAndroidToolbarBuilder_closure2, A.SuperDesktopTextFieldState__updateViewportHeight_closure, A.SuperDesktopTextFieldState_build__closure, A._SuperTextFieldGestureInteractorState__onTapDown_closure, A._SuperTextFieldGestureInteractorState__onDoubleTapDown_closure, A._SuperTextFieldGestureInteractorState__onTripleTapDown_closure, A._SuperTextFieldGestureInteractorState__onPanUpdate_closure, A._SuperTextFieldGestureInteractorState__onPanEnd_closure, A._SuperTextFieldGestureInteractorState__onPanCancel_closure, A._SuperTextFieldGestureInteractorState__updateDragSelection_closure, A._SuperTextFieldGestureInteractorState__clearSelection_closure, A._SuperTextFieldGestureInteractorState_build_closure, A._SuperTextFieldGestureInteractorState_build_closure1, A._SuperTextFieldImeInteractorState__updateSelectionAndImeConnectionOnFocusChange_closure, A._SuperTextFieldImeInteractorState__updateSelectionAndImeConnectionOnFocusChange_closure0, A._TextScrollViewState__updateViewportHeightAndRebuild_closure, A._TextScrollViewState__updateViewportHeightAndRebuild_closure0, A._IOSEditingControlsState_didChangeMetrics__closure, A._IOSEditingControlsState__rebuildOnNextFrame__closure, A._IOSEditingControlsState__onBasePanStart_closure, A._IOSEditingControlsState__onExtentPanStart_closure, A._IOSEditingControlsState__onPanUpdate_closure, A._IOSEditingControlsState__onHandleDragEnd_closure, A._IOSEditingControlsState_build__closure, A._IOSEditingControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet__closure, A.IOSTextFieldTouchInteractorState__onDoubleTapDown_closure, A.IOSTextFieldTouchInteractorState__onTextPanStart_closure, A.IOSTextFieldTouchInteractorState__onPanUpdate_closure, A.IOSTextFieldTouchInteractorState__onHandleDragEnd_closure, A.IOSTextFieldTouchInteractorState_build_closure0, A.IOSTextFieldTouchInteractorState_build_closure, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure1, A.SuperIOSTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure, A.SuperIOSTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure0, A._defaultPopoverToolbarBuilder_closure, A._defaultPopoverToolbarBuilder_closure0, A._defaultPopoverToolbarBuilder_closure1, A._MaterialScrollbarState_initState_closure0, A._MaterialScrollbarState_handleThumbPressStart_closure0, A._MaterialScrollbarState_handleThumbPressEnd_closure0, A._MaterialScrollbarState_handleHover_closure1, A._MaterialScrollbarState_handleHover_closure2, A._MaterialScrollbarState_handleHoverExit_closure0, A.main_closure0, A.main_closure]); - _inheritMany(A.Closure2Args, [A.AppBootstrap__prepareAppRunner__closure, A.Surface_acquireFrame_closure, A.createDomResizeObserver_closure, A.commitScene_closure, A.PersistedContainerSurface__matchChildren_closure, A.initializeEngineServices_closure, A.IntervalTree_IntervalTree$createFromRanges_closure, A.IntervalTree_IntervalTree$createFromRanges_closure0, A.futureToPromise_closure, A.KeyboardConverter__handleEvent_closure2, A.KeyboardConverter__handleEvent__closure, A.EnginePlatformDispatcher__addFontSizeObserver_closure, A.StandardMessageCodec_writeValue_closure, A._computeLineBreakFragments_setBreak, A.saveForms_closure, A.HybridTextEditing__startEditing_closure0, A.CustomElementDimensionsProvider_closure, 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.FutureExtensions_onError_onError, A._Future__chainForeignFuture_closure0, A._Future_timeout_closure1, A.Stream_Stream$fromFuture_closure0, A.Stream_handleError_closure, A._AddStreamState_makeErrorHandler_closure, A._cancelAndErrorClosure_closure, A._RootZone_bindBinaryCallback_closure, A._HashMap_addAll_closure, A.HashMap_HashMap$from_closure, A.LinkedHashMap_LinkedHashMap$from_closure, A.MapBase_mapToString_closure, A.SplayTreeSet__newSet_closure, A.SplayTreeSet__copyNode_copyChildren, A._JsonStringifier_writeMap_closure, A._JsonPrettyPrintMixin_writeMap_closure, A._BigIntImpl_hashCode_combine, A._symbolMapToStringMap_closure, A.NoSuchMethodError_toString_closure, 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._File_readAsBytes_readSized, 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._RenderCupertinoTextSelectionToolbarShape_paint_closure, A._RenderCupertinoTextSelectionToolbarItems_hitTestChild_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._ZoomEnterTransitionPainter_paint_closure, A._ZoomExitTransitionPainter_paint_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__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._TextSelectionToolbarTrailingEdgeAlignRenderBox_hitTestChildren_closure, A._RenderTextSelectionToolbarItemsLayout_hitTestChildren_closure, A.ThemeData__lerpThemeExtensions_closure, A._RenderInputPadding_hitTest_closure2, A._DialPainter_paint_getOffsetForTheta, A._DialPainter_paint_paintLabels, A._TimePickerDialogState_build_closure, A.__HourMinuteTextFieldState_State_RestorationMixin_dispose_closure, A.__TimePickerDialogState_State_RestorationMixin_dispose_closure, A.__TimePickerInputState_State_RestorationMixin_dispose_closure, A.__TimePickerState_State_RestorationMixin_dispose_closure, A._RenderInputPadding_hitTest_closure1, A.NetworkImage__loadAsync_closure, A.NetworkImage__loadAsync_closure1, A._CompoundBorder_dimensions_closure, A.paintImage_closure, A.ImageCache_putIfAbsent_listener, A.ImageProvider_resolve_closure, A.ImageProvider__createErrorHandlerAndKey_handleError, A.AssetImage_obtainKey_closure0, A.MultiFrameImageStreamCompleter_closure, A.MultiFrameImageStreamCompleter_closure0, A.RendererBinding_initMouseTracker_closure, A.RenderBoxContainerDefaultsMixin_defaultHitTestChildren_closure, A.RenderEditable_getRectForComposingRange_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.RenderInlineChildrenContainerDefaults_hitTestInlineChildren_closure, A.RenderParagraph_computeMinIntrinsicWidth_closure, A.RenderParagraph_computeMaxIntrinsicWidth_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.SemanticsConfiguration_absorb_closure, A.CachingAssetBundle_loadStructuredBinaryData_closure0, A._DefaultBinaryMessenger_setMessageHandler_closure, A.StandardMessageCodec_writeValue_closure0, A._StreamBuilderBaseState__subscribe_closure1, A._FutureBuilderState__subscribe_closure0, A._DraggableScrollableSheetState_build__closure, A.EditableTextState__formatAndSetValue_closure, A.EditableTextState_build_closure, A.EditableTextState_build_closure1, A.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure, A.DirectionalFocusTraversalPolicyMixin__sortByDistancePreferVertical_closure, A.DirectionalFocusTraversalPolicyMixin__sortByDistancePreferHorizontal_closure, A.DirectionalFocusTraversalPolicyMixin__sortClosestEdgesByDistancePreferHorizontal_closure, A.DirectionalFocusTraversalPolicyMixin__sortClosestEdgesByDistancePreferVertical_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1, A._ReadingOrderSortData_sortWithDirectionality_closure, A._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure, A.ReadingOrderTraversalPolicy__pickNext_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand, A._FormFieldState_State_RestorationMixin_dispose_closure, A.Element_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._RenderTheaterMixin_hitTestChildren_childHitTest, A._StretchingOverscrollIndicatorState_build_closure, A._PageViewState_build_closure0, A.HtmlElementView_build_closure, A._PlatformViewLinkState_build_closure, A.SliverReorderableListState__wrapWithSemantics_reorder, 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.ScrollableDetails_toString_addIfNonNull, A.ShortcutManager__indexShortcuts_closure, A.CallbackShortcuts_build_closure, A.SingleChildScrollView_build_closure, A._RenderSingleChildViewport_paint_paintContents, A._RenderSingleChildViewport_hitTestChildren_closure, A._RenderScaledInlineWidget_paint_closure, A._RenderScaledInlineWidget_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_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_tableCell_closure, A._TableRules_tableRow_closure, A._TableRules_table_closure, A._TableRules_tableSection_closure, A._TableRules_captionSection_closure, A.BaseRequest_closure, A.mapToQuery_closure, A.MediaType_toString_closure, A.IfdContainer$from_closure, A.IfdDirectory_copy_closure, A.IfdDirectory_copy_closure0, A._$ProductDetailsResponseWrapperFromJson_closure, A._$PurchasesResultWrapperFromJson_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._CountryPickerDialogState_initState_closure, A._CountryPickerDialogState_build__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__closure123, 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.lastErrorReducer_closure22, A.lastErrorReducer_closure23, A.dismissedNativeWarningReducer_closure, A.dismissedNativeWarningReducer_closure0, A.forceSelectedReducer_closure176, A.forceSelectedReducer_closure177, A.forceSelectedReducer_closure178, A.forceSelectedReducer_closure179, A.forceSelectedReducer_closure180, A.forceSelectedReducer_closure181, A.forceSelectedReducer_closure182, A.forceSelectedReducer_closure183, A.tabIndexReducer_closure21, A.tabIndexReducer_closure22, 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.selectedIdReducer_closure350, A.selectedIdReducer_closure351, A.selectedIdReducer_closure352, A.editingReducer_closure114, A.editingReducer_closure115, A.editingReducer_closure116, A.editingReducer_closure117, A.bankAccountListReducer_closure, A.dropdownBankAccountsSelector_closure0, A.filteredBankAccountsSelector_closure0, A.handleClientAction__closure, A.__MergClientPickerState_build__closure, A.forceSelectedReducer_closure218, A.forceSelectedReducer_closure219, A.forceSelectedReducer_closure220, A.forceSelectedReducer_closure221, A.forceSelectedReducer_closure222, A.forceSelectedReducer_closure223, A.forceSelectedReducer_closure224, A.forceSelectedReducer_closure225, A.tabIndexReducer_closure31, A.tabIndexReducer_closure32, A.saveCompleterReducer_closure2, A.cancelCompleterReducer_closure2, A.editingContactReducer_closure, A.editingContactReducer_closure0, A.selectedIdReducer_closure418, A.selectedIdReducer_closure419, A.selectedIdReducer_closure420, A.selectedIdReducer_closure421, A.selectedIdReducer_closure422, A.selectedIdReducer_closure423, A.selectedIdReducer_closure424, A.selectedIdReducer_closure425, A.selectedIdReducer_closure426, A.selectedIdReducer_closure427, A.selectedIdReducer_closure428, A.selectedIdReducer_closure429, A.selectedIdReducer_closure430, A.selectedIdReducer_closure431, A.selectedIdReducer_closure432, A.selectedIdReducer_closure433, A.selectedIdReducer_closure434, A.editingReducer_closure141, A.editingReducer_closure142, A.editingReducer_closure143, A.editingReducer_closure144, A.editingReducer_closure145, A.editingReducer_closure146, A.editingReducer_closure147, A.editingReducer_closure148, A.editingReducer_closure149, A.editingReducer_closure150, A.editingReducer_closure151, A.editingReducer_closure152, A.editingReducer_closure153, A.editingReducer_closure154, A.clientListReducer_closure, A.dropdownClientsSelector_closure0, A.memoizedClientStatsForUser_closure, A.clientStatsForUser_closure, A.filteredClientsSelector_closure0, 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.userCompanyEntityReducer_closure8, A.userCompanyEntityReducer_closure9, A.userCompanyEntityReducer_closure10, A.lastUpdatedReducer_closure, A.lastUpdatedReducer_closure0, A.memoizedDropdownExpenseCategoriesList_closure, A.dropdownExpenseCategoriesSelector_closure2, A.getCurrencyIds_closure, A.memoizedFilteredSelector_closure, A.filteredSelector_closure13, A.handleCompanyGatewayAction__closure, A.forceSelectedReducer_closure64, A.forceSelectedReducer_closure65, A.forceSelectedReducer_closure66, A.forceSelectedReducer_closure67, A.forceSelectedReducer_closure68, A.forceSelectedReducer_closure69, A.forceSelectedReducer_closure70, A.forceSelectedReducer_closure71, 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.selectedIdReducer_closure134, A.selectedIdReducer_closure135, A.editingReducer_closure37, A.editingReducer_closure38, A.editingReducer_closure39, A.editingReducer_closure40, A.companyGatewayListReducer_closure, A.memoizedCalculateCompanyGatewayProcessed_closure, A.calculateCompanyGatewayProcessed_closure, A.memoizedClientStatsForCompanyGateway_closure, A.clientStatsForCompanyGateway_closure, A.memoizedPaymentStatsForCompanyGateway_closure, A.paymentStatsForCompanyGateway_closure, A.getUnconnectedStripeAccount_closure, A.forceSelectedReducer_closure84, A.forceSelectedReducer_closure85, A.forceSelectedReducer_closure86, A.forceSelectedReducer_closure87, A.forceSelectedReducer_closure88, A.forceSelectedReducer_closure89, A.forceSelectedReducer_closure90, A.forceSelectedReducer_closure91, A.forceSelectedReducer_closure92, A.tabIndexReducer_closure11, A.tabIndexReducer_closure12, A.historyActivityIdReducer_closure0, A.editingItemReducer_closure1, A.editingItemReducer_closure2, 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.selectedIdReducer_closure179, A.selectedIdReducer_closure180, 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.creditListReducer_closure, A._purgeClientSuccess__closure5, A.dropdownCreditSelector_closure0, A.filteredCreditsSelector_closure, A.filteredCreditsSelector_closure1, 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_closure93, A.forceSelectedReducer_closure94, A.forceSelectedReducer_closure95, A.forceSelectedReducer_closure96, A.forceSelectedReducer_closure97, A.forceSelectedReducer_closure98, A.forceSelectedReducer_closure99, A.forceSelectedReducer_closure100, 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.selectedIdReducer_closure193, A.selectedIdReducer_closure194, A.editingReducer_closure60, A.editingReducer_closure61, A.editingReducer_closure62, A.editingReducer_closure63, A.designListReducer_closure, A.filteredDesignsSelector_closure0, A.handleDocumentAction__closure, A.forceSelectedReducer_closure51, A.forceSelectedReducer_closure52, A.forceSelectedReducer_closure53, A.forceSelectedReducer_closure54, A.forceSelectedReducer_closure55, A.forceSelectedReducer_closure56, A.forceSelectedReducer_closure57, A.forceSelectedReducer_closure58, A.forceSelectedReducer_closure59, 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.selectedIdReducer_closure107, A.selectedIdReducer_closure108, A.editingReducer_closure32, A.documentListReducer_closure, A.filteredDocumentsSelector_closure0, A.forceSelectedReducer_closure42, A.forceSelectedReducer_closure43, A.forceSelectedReducer_closure44, A.forceSelectedReducer_closure45, A.forceSelectedReducer_closure46, A.forceSelectedReducer_closure47, A.forceSelectedReducer_closure48, A.forceSelectedReducer_closure49, A.forceSelectedReducer_closure50, A.tabIndexReducer_closure9, A.tabIndexReducer_closure10, 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.selectedIdReducer_closure94, A.editingReducer_closure28, A.editingReducer_closure29, A.editingReducer_closure30, A.editingReducer_closure31, A.expenseListReducer_closure, A._purgeClientSuccess__closure13, 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.saveCompleterReducer_closure1, A.cancelCompleterReducer_closure1, A.forceSelectedReducer_closure134, A.forceSelectedReducer_closure135, A.forceSelectedReducer_closure136, A.forceSelectedReducer_closure137, A.forceSelectedReducer_closure138, A.forceSelectedReducer_closure139, A.forceSelectedReducer_closure140, A.forceSelectedReducer_closure141, 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.selectedIdReducer_closure271, A.selectedIdReducer_closure272, A.editingReducer_closure87, A.editingReducer_closure88, A.editingReducer_closure89, A.editingReducer_closure90, A.expenseCategoryListReducer_closure, A.dropdownExpenseCategoriesSelector_closure0, A.filteredExpenseCategoriesSelector_closure0, A.memoizedCalculateExpenseCategoryAmount_closure, A.calculateExpenseCategoryAmount_closure, A.memoizedExpenseStatsForExpenseCategory_closure, A.expenseStatsForExpenseCategory_closure, A.memoizedTransactionStatsForExpenseCategory_closure, A.transactionStatsForExpenseCategory_closure, A.forceSelectedReducer_closure60, A.forceSelectedReducer_closure61, A.forceSelectedReducer_closure62, A.forceSelectedReducer_closure63, 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.selectedIdReducer_closure119, A.selectedIdReducer_closure120, A.editingReducer_closure33, A.editingReducer_closure34, A.editingReducer_closure35, A.editingReducer_closure36, A.groupListReducer_closure, A.filteredGroupsSelector_closure0, A.memoizedClientStatsForGroup_closure, A.clientStatsForGroup_closure, A.forceSelectedReducer_closure209, A.forceSelectedReducer_closure210, A.forceSelectedReducer_closure211, A.forceSelectedReducer_closure212, A.forceSelectedReducer_closure213, A.forceSelectedReducer_closure214, A.forceSelectedReducer_closure215, A.forceSelectedReducer_closure216, A.forceSelectedReducer_closure217, A.tabIndexReducer_closure29, A.tabIndexReducer_closure30, A.historyActivityIdReducer_closure3, A.editingItemIndexReducer_closure1, A.editingItemIndexReducer_closure2, A.selectedIdReducer_closure399, A.selectedIdReducer_closure400, 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.selectedIdReducer_closure415, A.selectedIdReducer_closure416, A.selectedIdReducer_closure417, A.editingReducer_closure130, A.editingReducer_closure131, A.editingReducer_closure132, 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.invoiceListReducer_closure, A._purgeClientSuccess__closure15, A.memoizedHasActiveUnpaidInvoices_closure, 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.memoizedQuoteStatsForProject_closure, A.quoteStatsForProject_closure, A.memoizedInvoiceStatsForUser_closure, A.invoiceStatsForUser_closure, A.forceSelectedReducer_closure8, A.forceSelectedReducer_closure9, A.forceSelectedReducer_closure10, A.forceSelectedReducer_closure11, A.forceSelectedReducer_closure12, A.forceSelectedReducer_closure13, A.forceSelectedReducer_closure14, A.forceSelectedReducer_closure15, A.forceSelectedReducer_closure16, 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.selectedIdReducer_closure34, A.editingReducer_closure10, A.editingReducer_closure11, A.editingReducer_closure12, A.editingReducer_closure13, A.paymentListReducer_closure, A._purgeClientSuccess__closure1, A.filteredPaymentsSelector_closure0, A.paymentStatsForClient_closure, A.forceSelectedReducer_closure101, A.forceSelectedReducer_closure102, A.forceSelectedReducer_closure103, A.forceSelectedReducer_closure104, A.forceSelectedReducer_closure105, A.forceSelectedReducer_closure106, A.forceSelectedReducer_closure107, A.forceSelectedReducer_closure108, 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.selectedIdReducer_closure207, A.selectedIdReducer_closure208, A.editingReducer_closure64, A.editingReducer_closure65, A.editingReducer_closure66, A.editingReducer_closure67, A.paymentTermListReducer_closure, A.memoizedDropdownPaymentTermList_closure, A.dropdownPaymentTermsSelector_closure0, A.filteredPaymentTermsSelector_closure0, A.forceSelectedReducer_closure226, A.forceSelectedReducer_closure227, A.forceSelectedReducer_closure228, A.forceSelectedReducer_closure229, A.forceSelectedReducer_closure230, A.forceSelectedReducer_closure231, A.forceSelectedReducer_closure232, A.forceSelectedReducer_closure233, A.tabIndexReducer_closure33, A.tabIndexReducer_closure34, A.editingReducer_closure155, A.editingReducer_closure156, A.editingReducer_closure157, A.editingReducer_closure158, A.selectedIdReducer_closure435, A.selectedIdReducer_closure436, A.selectedIdReducer_closure437, A.selectedIdReducer_closure438, A.selectedIdReducer_closure439, A.selectedIdReducer_closure440, A.selectedIdReducer_closure441, A.selectedIdReducer_closure442, A.selectedIdReducer_closure443, A.selectedIdReducer_closure444, A.selectedIdReducer_closure445, A.selectedIdReducer_closure446, A.selectedIdReducer_closure447, A.selectedIdReducer_closure448, A.productListReducer_closure, A.dropdownProductsSelector_closure0, A.productList_closure0, A.filteredProductsSelector_closure0, A.forceSelectedReducer_closure17, A.forceSelectedReducer_closure18, A.forceSelectedReducer_closure19, A.forceSelectedReducer_closure20, A.forceSelectedReducer_closure21, A.forceSelectedReducer_closure22, A.forceSelectedReducer_closure23, A.forceSelectedReducer_closure24, A.tabIndexReducer_closure3, A.tabIndexReducer_closure4, A.saveCompleterReducer_closure, A.cancelCompleterReducer_closure, 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.selectedIdReducer_closure49, A.editingReducer_closure14, A.editingReducer_closure15, A.editingReducer_closure16, A.editingReducer_closure17, A.projectListReducer_closure, A._purgeClientSuccess__closure3, 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_closure167, A.forceSelectedReducer_closure168, A.forceSelectedReducer_closure169, A.forceSelectedReducer_closure170, A.forceSelectedReducer_closure171, A.forceSelectedReducer_closure172, A.forceSelectedReducer_closure173, A.forceSelectedReducer_closure174, A.forceSelectedReducer_closure175, A.tabIndexReducer_closure19, A.tabIndexReducer_closure20, A.historyActivityIdReducer_closure2, A.editingItemReducer_closure3, A.editingItemReducer_closure4, 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.selectedIdReducer_closure335, A.selectedIdReducer_closure336, A.selectedIdReducer_closure337, 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.purchaseOrderListReducer_closure, A.dropdownPurchaseOrdersSelector_closure0, 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.forceSelectedReducer_closure7, 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.quoteListReducer_closure, A._purgeClientSuccess__closure, A.dropdownQuoteSelector_closure0, A.filteredQuotesSelector_closure0, A.memoizedQuoteStatsForClient_closure, A.quoteStatsForClient_closure, A.memoizedQuoteStatsForDesign_closure, A.quoteStatsForDesign_closure, A.memoizedQuoteStatsForUser_closure, A.quoteStatsForUser_closure, A.forceSelectedReducer_closure158, 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_closure17, A.tabIndexReducer_closure18, 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.selectedIdReducer_closure316, A.selectedIdReducer_closure317, A.selectedIdReducer_closure318, A.editingReducer_closure99, A.editingReducer_closure100, A.editingReducer_closure101, A.editingReducer_closure102, A.recurringExpenseListReducer_closure, A._purgeClientSuccess__closure9, 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_closure125, A.forceSelectedReducer_closure126, A.forceSelectedReducer_closure127, A.forceSelectedReducer_closure128, A.forceSelectedReducer_closure129, A.forceSelectedReducer_closure130, A.forceSelectedReducer_closure131, A.forceSelectedReducer_closure132, A.forceSelectedReducer_closure133, A.tabIndexReducer_closure13, A.tabIndexReducer_closure14, A.historyActivityIdReducer_closure1, A.editingItemIndexReducer_closure, A.editingItemIndexReducer_closure0, 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.selectedIdReducer_closure256, A.selectedIdReducer_closure257, 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.recurringInvoiceListReducer_closure, A._purgeClientSuccess__closure7, 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.forceSelectedReducer_closure201, A.forceSelectedReducer_closure202, A.forceSelectedReducer_closure203, A.forceSelectedReducer_closure204, A.forceSelectedReducer_closure205, A.forceSelectedReducer_closure206, A.forceSelectedReducer_closure207, A.forceSelectedReducer_closure208, A.tabIndexReducer_closure27, A.tabIndexReducer_closure28, 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.editingReducer_closure126, A.editingReducer_closure127, A.editingReducer_closure128, A.editingReducer_closure129, A.scheduleListReducer_closure, A.filteredSchedulesSelector_closure0, 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.settingsUIReducer_closure13, A.settingsUIReducer_closure14, A.settingsUIReducer_closure15, A.settingsUIReducer_closure16, A.settingsUIReducer_closure17, A.settingsUIReducer_closure18, 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_closure150, A.forceSelectedReducer_closure151, A.forceSelectedReducer_closure152, A.forceSelectedReducer_closure153, A.forceSelectedReducer_closure154, A.forceSelectedReducer_closure155, A.forceSelectedReducer_closure156, A.forceSelectedReducer_closure157, A.tabIndexReducer_closure15, A.tabIndexReducer_closure16, 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.selectedIdReducer_closure301, A.selectedIdReducer_closure302, A.editingReducer_closure95, A.editingReducer_closure96, A.editingReducer_closure97, A.editingReducer_closure98, A.subscriptionListReducer_closure, A.filteredSubscriptionsSelector_closure0, A.handleTaskAction_closure1, A.forceSelectedReducer_closure25, A.forceSelectedReducer_closure26, A.forceSelectedReducer_closure27, A.forceSelectedReducer_closure28, A.forceSelectedReducer_closure29, A.forceSelectedReducer_closure30, A.forceSelectedReducer_closure31, A.forceSelectedReducer_closure32, A.forceSelectedReducer_closure33, A.tabIndexReducer_closure5, A.tabIndexReducer_closure6, A.kanbanLastUpdatedReducer_closure, A.editingTimeReducer_closure, A.editingTimeReducer_closure0, 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.selectedIdReducer_closure64, A.editingReducer_closure18, A.editingReducer_closure19, A.editingReducer_closure20, A.editingReducer_closure21, A.editingReducer_closure22, A.editingReducer_closure23, A.taskListReducer_closure, A._purgeClientSuccess__closure11, A.convertTaskToInvoiceItem_closure1, 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_closure142, A.forceSelectedReducer_closure143, A.forceSelectedReducer_closure144, A.forceSelectedReducer_closure145, A.forceSelectedReducer_closure146, A.forceSelectedReducer_closure147, A.forceSelectedReducer_closure148, A.forceSelectedReducer_closure149, 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.selectedIdReducer_closure286, A.selectedIdReducer_closure287, A.editingReducer_closure91, A.editingReducer_closure92, A.editingReducer_closure93, A.editingReducer_closure94, A.taskStatusListReducer_closure, 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_closure72, A.forceSelectedReducer_closure73, A.forceSelectedReducer_closure74, A.forceSelectedReducer_closure75, 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.selectedIdReducer_closure144, A.selectedIdReducer_closure145, A.editingReducer_closure41, A.editingReducer_closure42, A.editingReducer_closure43, A.editingReducer_closure44, A.taxRateListReducer_closure, A.filteredTaxRatesSelector_closure0, A.forceSelectedReducer_closure109, A.forceSelectedReducer_closure110, A.forceSelectedReducer_closure111, A.forceSelectedReducer_closure112, A.forceSelectedReducer_closure113, A.forceSelectedReducer_closure114, A.forceSelectedReducer_closure115, A.forceSelectedReducer_closure116, 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.selectedIdReducer_closure222, A.selectedIdReducer_closure223, A.editingReducer_closure68, A.editingReducer_closure69, A.editingReducer_closure70, A.editingReducer_closure71, A.tokenListReducer_closure, A.filteredTokensSelector_closure0, A.forceSelectedReducer_closure184, A.forceSelectedReducer_closure185, A.forceSelectedReducer_closure186, A.forceSelectedReducer_closure187, A.forceSelectedReducer_closure188, A.forceSelectedReducer_closure189, A.forceSelectedReducer_closure190, A.forceSelectedReducer_closure191, A.forceSelectedReducer_closure192, A.tabIndexReducer_closure23, A.tabIndexReducer_closure24, 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.selectedIdReducer_closure365, A.selectedIdReducer_closure366, A.selectedIdReducer_closure367, A.selectedIdReducer_closure368, A.editingReducer_closure118, A.editingReducer_closure119, A.editingReducer_closure120, A.editingReducer_closure121, A.transactionListReducer_closure, A.filteredTransactionsSelector_closure0, A.memoizedTransactionStatsForBankAccount_closure, A.transactionStatsForBankAccount_closure, A.forceSelectedReducer_closure193, A.forceSelectedReducer_closure194, A.forceSelectedReducer_closure195, A.forceSelectedReducer_closure196, A.forceSelectedReducer_closure197, A.forceSelectedReducer_closure198, A.forceSelectedReducer_closure199, A.forceSelectedReducer_closure200, A.tabIndexReducer_closure25, A.tabIndexReducer_closure26, 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.transactionRuleListReducer_closure, A.filteredTransactionRulesSelector_closure0, A.memoizedTransactionStatsForTransactionRule_closure, A.transactionStatsForTransactionRule_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.hideReviewAppReducer_closure0, A.hideReviewAppReducer_closure1, A.hideOneYearReviewAppReducer_closure, A.hideOneYearReviewAppReducer_closure0, A.hideTwoYearReviewAppReducer_closure, A.layoutReducer_closure, A.moduleLayoutReducer_closure, A.moduleLayoutReducer_closure0, A.rowsPerPageReducer_closure, A.manuSidebarReducer_closure, A.historySidebarReducer_closure, A.darkModeTypeReducer_closure, A.darkModeSystemReducer_closure, A.statementIncludesReducer_closure, A.enableTooltipsReducer_closure, A.enableFlexibleSearchReducer_closure, A.enableNativeBrowserReducer_closure, A.persistDataReducer_closure, A.showKanbanReducer_closure, A.isFilterVisibleReducer_closure, A.longPressReducer_closure, A.tapSelectedToEditReducer_closure, A.downloadsFolderReducer_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.darkColorThemeReducer_closure, A.showPdfPreviewReducer_closure, A.showPdfPreviewSideBySideReducer_closure, A.editAfterSavingReducer_closure, A.enableTouchEventsReducer_closure, A.customColorsReducer_closure, A.darkCustomColorsReducer_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.historyReducer_closure53, A.historyReducer_closure54, A.historyReducer_closure55, A.historyReducer_closure56, A.historyReducer_closure57, A.historyReducer_closure58, A.historyReducer_closure59, A.historyReducer_closure60, A.historyReducer_closure61, A.historyReducer_closure62, A.historyReducer_closure63, A.historyReducer_closure64, A.historyReducer_closure65, A.historyReducer_closure66, A.historyReducer_closure67, A.historyReducer_closure68, A.historyReducer_closure69, A.historyReducer_closure70, A.historyReducer_closure71, A.historyReducer_closure72, A.historyReducer_closure73, A.historyReducer_closure74, A.historyReducer_closure75, A.historyReducer_closure76, A.historyReducer_closure77, A.historyReducer_closure78, A.historyReducer_closure79, A.historyReducer_closure80, A.historyReducer_closure81, A.historyReducer_closure82, A.historyReducer_closure83, A.historyReducer_closure84, A.historyReducer_closure85, A.historyReducer_closure86, 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_closure76, A.forceSelectedReducer_closure77, A.forceSelectedReducer_closure78, A.forceSelectedReducer_closure79, A.forceSelectedReducer_closure80, A.forceSelectedReducer_closure81, A.forceSelectedReducer_closure82, A.forceSelectedReducer_closure83, 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.selectedIdReducer_closure160, A.selectedIdReducer_closure161, A.editingReducer_closure45, A.editingReducer_closure46, A.editingReducer_closure47, A.editingReducer_closure48, A.userListReducer_closure, A.filteredUsersSelector_closure0, A.userList_closure0, A.forceSelectedReducer_closure34, A.forceSelectedReducer_closure35, A.forceSelectedReducer_closure36, A.forceSelectedReducer_closure37, A.forceSelectedReducer_closure38, A.forceSelectedReducer_closure39, A.forceSelectedReducer_closure40, A.forceSelectedReducer_closure41, A.tabIndexReducer_closure7, A.tabIndexReducer_closure8, A.saveCompleterReducer_closure0, A.cancelCompleterReducer_closure0, 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.selectedIdReducer_closure79, A.editingReducer_closure24, A.editingReducer_closure25, A.editingReducer_closure26, A.editingReducer_closure27, A.vendorListReducer_closure, A.dropdownVendorsSelector_closure0, A.filteredVendorsSelector_closure0, A.memoizedVendorStatsForUser_closure, A.vendorStatsForUser_closure, A.forceSelectedReducer_closure117, A.forceSelectedReducer_closure118, A.forceSelectedReducer_closure119, A.forceSelectedReducer_closure120, A.forceSelectedReducer_closure121, A.forceSelectedReducer_closure122, A.forceSelectedReducer_closure123, A.forceSelectedReducer_closure124, 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.selectedIdReducer_closure237, A.selectedIdReducer_closure238, A.editingReducer_closure72, A.editingReducer_closure73, A.editingReducer_closure74, A.editingReducer_closure75, A.webhookListReducer_closure, 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._DocumentGridState_build_closure0, A._DocumentGridState_build_closure1, A.DocumentPreview_build_closure, A.EditScaffold_build_closure2, A._EntityListTileState_build_closure, A._EntityDropdownState__showOptions__closure0, 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._DropDownMultiSelectState_build___closure4, A._SystemLogViewerState_build_closure2, A._SystemLogViewerState_build__closure0, A.AppPaginatedDataTableState_build_closure1, A.EntityDataTableSource_getRow_closure2, 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_closure13, A.BankAccountScreen_build_closure10, A.BankAccountScreenBuilder_build_closure, A._BankAccountEditState_build_closure1, 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_closure11, A._ClientPdfViewState_build_closure12, 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.ClientViewDocuments_build_closure, A._ClientViewFullwidthState_build_closure0, A._ClientViewLedgerState_build_closure1, A._ClientViewLedgerState_build_closure0, A.ClientViewPaymentMethods_build_closure0, A.ClientViewPaymentMethods_build_closure, A.ClientViewScreen_build_closure, 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.CreditViewScreen_build_closure, A.DashboardActivity_build_closure0, A.DashboardActivity_build_closure, A._DashboardDateRangePickerState_build_closure3, A._DashboardDateRangePickerState_build_closure4, A._DashboardDateRangePickerState_build_closure7, A._DashboardDateRangePickerState_build_closure8, 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.DocumentListItem_build_closure, A.DocumentListItem_build__closure0, A.DocumentListBuilder_build_closure, A.DocumentListBuilder_build__closure0, A.DocumentListVM_fromStore__handleRefresh, A.DocumentListVM_fromStore_closure, A.DocumentScreen_build_closure5, A.DocumentScreen_build_closure12, 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.ExpenseEditNotesState_build_closure, A.ExpenseEditSettingsState_build_closure2, A.ExpenseEditScreen_build_closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure3, A.ExpenseListItem_build_closure, A.ExpenseListItem_build__closure0, A.ExpenseListBuilder_build_closure, A.ExpenseListBuilder_build__closure, A.ExpenseScreen_build_closure16, A.ExpenseScreen_build_closure15, A.ExpenseScreen_build_closure11, A.ExpenseScreen_build_closure12, A.ExpenseScreenBuilder_build_closure, A.ExpenseViewDocuments_build_closure, A.ExpenseViewScreen_build_closure, 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._GroupViewState_build_closure0, A.GroupViewScreen_build_closure, 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_closure27, A.InvoiceEditDesktopState_build__closure4, A.InvoiceEditDesktopState_build_closure28, A.InvoiceEditDetailsState_build_closure7, A.InvoiceEditDetailsState_build_closure12, A.InvoiceEditDetailsState_build_closure14, A.InvoiceEditDetailsState_build_closure16, A.InvoiceEditDetailsState_build_closure27, A.InvoiceEditDetailsScreen_build_closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1, A._InvoiceEditItemsDesktopState_build_closure2, A._InvoiceEditItemsDesktopState_build_closure3, A._InvoiceEditItemsDesktopState_build___closure16, 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._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_closure18, A.InvoiceScreen_build_closure17, A.InvoiceScreen_build_closure13, A.InvoiceScreen_build_closure14, A.InvoiceScreenBuilder_build_closure, A._InvoiceViewActivityState_build_closure0, A._InvoiceViewActivityState_build_closure, A.InvoiceViewDocuments_build_closure, A._InvoiceViewHistoryState_build_closure1, A._InvoiceViewHistoryState_build_closure2, A._InvoiceViewHistoryState_build_closure3, A.InvoiceOverview_build_surchargeRow, A.InvoiceOverview_build_closure3, A.InvoiceViewScreen_build_closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure2, 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_closure19, A.PaymentScreen_build_closure18, A.PaymentScreen_build_closure14, A.PaymentScreen_build_closure15, 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_closure9, A.ProductScreen_build_closure6, A.ProductScreenBuilder_build_closure, A.ProductViewDocuments_build_closure, A.ProductViewScreen_build_closure, 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.ProjectViewDocuments_build_closure, A.ProjectViewScreen_build_closure, 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.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._QuoteEditState_build_closure0, 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.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_closure16, A.QuoteScreen_build_closure15, A.QuoteScreen_build_closure11, A.QuoteScreen_build_closure12, A.QuoteScreenBuilder_build_closure, A.QuoteViewScreen_build_closure, A.RecurringExpenseEditScreen_build_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure3, A.RecurringExpenseListItem_build_closure, A.RecurringExpenseListItem_build__closure0, A.RecurringExpenseListBuilder_build_closure, A.RecurringExpenseListBuilder_build__closure, A.RecurringExpenseScreen_build_closure14, A.RecurringExpenseScreen_build_closure15, A.RecurringExpenseScreen_build_closure11, A.RecurringExpenseScreen_build_closure10, A.RecurringExpenseScreenBuilder_build_closure, A.RecurringExpenseViewScreen_build_closure, 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.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.clientReport_closure1, A.contactReport_closure1, A.lineItemReport_closure13, A.creditReport_closure1, A.documentReport_closure2, A.expenseReport_closure1, A.lineItemReport_closure19, A.invoiceReport_closure0, A.invoiceReport_closure2, A.taxReport_closure0, A.paymentReport_closure1, A.paymentTaxReport_closure0, A.productReport_closure1, A.profitAndLossReport_closure0, A.lineItemReport_closure1, A.purchaseOrderReport_closure1, A.lineItemReport_closure7, A.quoteReport_closure1, A.recurringExpenseReport_closure1, A.recurringInvoiceReport_closure1, 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_closure15, A.ReportsScreen_build_closure16, A.ReportsScreen_build_closure22, 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_closure, A.ReportResult_totalRows__closure0, A.ReportResult_totalRows_closure1, 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.taskItemReport_closure1, A.taskReport_closure1, A.transactionReport_closure4, A.vendorReport_closure1, A._ScheduleEditState_build__closure1, A.ScheduleEditScreen_build_closure, A.ScheduleListBuilder_build_closure, A.ScheduleListBuilder_build__closure, A.ScheduleScreen_build_closure8, A.ScheduleScreen_build_closure5, A.ScheduleScreenBuilder_build_closure, A.ScheduleViewScreen_build_closure, A._AccountOverview_build___closure0, A._AccountOverview_build___closure, A.AccountManagementScreen_build_closure, A.ClientPortalScreen_build_closure, A._CompanyDetailsState_build_closure16, A.CompanyDetailsScreen_build_closure, A.CompanyDetailsVM_fromStore_closure2, 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_closure19, 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_closure2, A._GeneratedNumbersState_build_closure4, 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._ImportExportState_build_closure10, A._ImportExportState_build_closure11, A.__FileMapperState_build_closure4, 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.SettingsSearch_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_closure14, 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____closure0, 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__closure, A._TaskEditDesktopState_build__closure1, 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_closure1, 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.TaskViewDocuments_build_closure, A.TaskViewScreen_build_closure, A.TaskStatusEditScreen_build_closure, A._TaskStatusListState_build_closure0, A.TaskStatusListBuilder_build_closure, A.TaskStatusListVM_fromStore_closure0, A.TaskStatusScreen_build_closure9, A.TaskStatusScreen_build_closure6, 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_updatePaymentList_closure0, A._MatchDepositsState_build_closure9, A._MatchDepositsState_build_closure10, A._MatchDepositsState_build_closure12, A._MatchDepositsState_build_closure11, A._MatchDepositsState_build_closure14, A._MatchDepositsState_build_closure13, A._MatchWithdrawalsState_updateCategoryList_closure0, A._MatchWithdrawalsState_updateVendorList_closure0, A._MatchWithdrawalsState_updateExpenseList_closure0, A._MatchWithdrawalsState_build_closure6, A._MatchWithdrawalsState_build_closure7, A._MatchWithdrawalsState_build_closure9, A._MatchWithdrawalsState_build_closure8, A._MatchWithdrawalsState_build_closure14, A._MatchWithdrawalsState_build_closure13, A._MatchWithdrawalsState_build_closure19, A._MatchWithdrawalsState_build_closure18, A.TransactionViewScreen_build_closure, A.TransactionViewVM_TransactionViewVM$fromStore_closure2, A.TransactionViewVM_TransactionViewVM$fromStore_closure3, A.TransactionViewVM_TransactionViewVM$fromStore_closure0, A._TransactionRuleEditState_build__closure6, A._TransactionRuleEditState_build__closure8, A.TransactionRuleEditScreen_build_closure, A.TransactionRuleListBuilder_build_closure, A.TransactionRuleListBuilder_build__closure, A.TransactionRuleScreen_build_closure8, A.TransactionRuleScreen_build_closure5, A.TransactionRuleScreenBuilder_build_closure, A.TransactionRuleViewScreen_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.VendorViewDocuments_build_closure, A._VendorViewFullwidthState_build_closure, A.VendorViewScreen_build_closure, 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._darkModeStyles_closure, A._darkModeStyles_closure0, A._darkModeStyles_closure1, A.memo2_closure, A.RenderOverflowView_performFlexibleLayout_closure, A.RenderOverflowView_paint_defaultPaint, A.RenderOverflowView_hitTestChildren__closure, A.OverflowView$_all_closure, A.RenderPopover_paint_closure, A.RenderPopover_hitTestChildren_closure, A._CupertinoPopoverToolbarState__buildContent_closure, A._RenderIosPagedMenu__hitTestChild_closure, A._PinputState__buildPinput__closure, A._PinputState__buildFields_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.RouteObserverBreadcrumb__formatArgs_closure, A.Highlighter__collateLines_closure0, A.ReactiveModelImp__handleAsyncState_closure1, 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.TextDeltasDocumentEditor__deleteUpstream_closure, A.TextDeltasDocumentEditor__deleteUpstream_closure0, A.TextDeltasDocumentEditor__insertNewlineInDeltas_closure, A.TextDeltasDocumentEditor__insertNewlineInDeltas_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.taskStyles_closure, A.TaskComponentBuilder_createViewModel__closure, A.ListenableBuilder_build_closure, A.SuperTextState_build_closure, A.SuperTextState_build_closure0]); - _inheritMany(A._Enum, [A.BrowserEngine, A.OperatingSystem, A.MutatorType, A.CanvasKitVariant, A.IntlSegmenterGranularity, A.PersistedSurfaceState, A.DebugEngineInitializationState, A.Assertiveness, A._CheckableKind, A.PrimaryRole, A.Role, A.AccessibilityMode, A.GestureMode, A.SemanticsUpdatePhase, A.EnabledState, A.LineBreakType, A.FragmentFlow, A._ComparisonResult, A._FindBreakDirection, A.TextCapitalization, A.TransformKind, A.LineCharProperty, A.WordCharProperty, A.ClipOp, A.PathFillType, A.PathOperation, A.KeyEventType, A.StrokeCap, A.StrokeJoin, A.PaintingStyle, A.BlendMode, A.Clip, A.BlurStyle, A.FilterQuality, A.ImageByteFormat, A.PixelFormat, A.AppLifecycleState, A.AppExitResponse, A.DartPerformanceMode, 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._DragTargetStatus, A.FileType, A.AnimationStatus, A._AnimationDirection, A.AnimationBehavior, A._TrainHoppingMode, A._CupertinoTextSelectionToolbarItemsSlot, 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._SliverAppVariant, A._CornerId, A.ButtonTextTheme, A.ButtonBarLayoutBehavior, A._CheckboxType, A._CheckboxType0, A.DatePickerEntryMode, A.DatePickerMode, A.DrawerAlignment, A._FloatingActionButtonType, A._IconButtonVariant, A._HighlightType, A.FloatingLabelBehavior, A._DecorationSlot, A.ListTileStyle, A.ListTileControlAffinity, A.ListTileTitleAlignment, A._ListTileSlot, A.MaterialType, A.MaterialState, A._ActivityIndicatorType, A._RadioType, A._RadioType0, A._RefreshIndicatorMode, A.RefreshIndicatorTriggerMode, A._IndicatorType, A._ScaffoldSlot, A.SnackBarClosedReason, A._SwitchType, A._SwitchListTileType, A.TabBarIndicatorSize, A.TabAlignment, A._TextSelectionToolbarItemPosition, A.MaterialTapTargetSize, A.DayPeriod, A.TimeOfDayFormat, A.HourFormat, A.TimePickerEntryMode, A._HourMinuteMode, A._TimePickerAspect, A._HourDialType, A.ScriptCategory, A.RenderComparison, A.Axis0, A.VerticalDirection, A.AxisDirection, A.BorderStyle, 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.TextGranularity, A.SelectionExtendDirection, A.SelectionStatus, A.TextSelectionHandleType, A.GrowthDirection, A.StackFit, A.TableCellVerticalAlignment, A.CacheExtentStyle, A.ScrollDirection, A.WrapAlignment, A.WrapCrossAlignment, A.SchedulerPhase, A.DebugSemanticsDumpOrder, A.Assertiveness0, A.KeyboardLockMode, A.KeyDataTransitMode, A.KeyboardSide, A.ModifierKey, A.SystemSoundType, A.MaxLengthEnforcement, A.SmartDashesType, A.SmartQuotesType, A.TextInputAction, A.TextCapitalization0, A.FloatingCursorDragState, A.SelectionChangedCause, A.UndoDirection, A.CrossFadeState, A.ConnectionState, A.AutofillContextAction, A.ContextMenuButtonType, A.KeyEventResult, A.UnfocusDisposition, A.FocusHighlightMode, A.FocusHighlightStrategy, A.TraversalDirection, A.TraversalEdgeBehavior, A.AutovalidateMode, A._StateLifecycle, A._ElementLifecycle, A.HeroFlightDirection, A._GestureType, A.PanAxis, A.Orientation, A._MediaQueryAspect, A.NavigationMode, A._ToolbarSlot, A.RoutePopDisposition, A._RouteLifecycle, A._RouteRestorationType, A.OverflowBarAlignment, A._GlowState, A._StretchDirection, A._StretchState, A.RouteInformationReportingType, A.AndroidOverscrollIndicator, A.ScrollDecelerationRate, A.ScrollPositionAlignmentPolicy, A.ScrollViewKeyboardDismissBehavior, A.ScrollIncrementType, A.ScrollbarOrientation, A.SnapshotMode, A._DragState0, A.ClipboardStatus, A.ActionPaneType, A.GestureDirection, A.StyledToastAnimation, A.MomentNotDisplayedReason, A.MomentSkippedReason, A.MomentDismissedReason, A.SignInOption, A.Channel, A.Format, A.BlendMode0, A.IfdValueType, A.PngDisposeMode, A.PngBlendMode, A.PngFilterType, A.IccProfileCompression, A.FrameType, A.BillingResponse, A.ProductType, A.RecurrenceMode, A.PurchaseStateWrapper, A.PurchaseStatus, A._TransactionRestoreState, A.SKPaymentTransactionStateWrapper, A.SKSubscriptionPeriodUnit, A.SKProductDiscountPaymentMode, A.SKProductDiscountType, A.PluralCase, A.IconPosition, A._HealthCheckLevel, A.PortalLinkStyle, A.DashboardSections, A.ClientReportFields, A.ContactReportFields, A.CreditItemReportFields, 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.TaskItemReportFields, A.TaskReportFields, A.TransactionReportFields, A.VendorReportFields, A.UpdateState, A.FormatNumberType, A.AnimationDirection, A._PlaceholderType, A.OverflowViewLayoutBehavior, A.ArrowDirection, 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.StateStatus, A.DocumentGestureMode, A.SelectionHandleType, A.DragMode, A.PrependedCharacterPolicy, A.ListItemType, A.SelectionType, A.TapHandlingInstruction, A.ExecutionInstruction, A._SelectionType, A.TextFieldKeyboardHandlerResult, A.HintBehavior, A._AutoScrollDirection, A.SuperTextFieldPlatformConfiguration, A.TextInputSource, A.HandleType, A.LaunchMode, A.PreferredLaunchMode]); + _inheritMany(A.Object, [A.AlarmClock, A.AppBootstrap, A.Closure, A._Enum, A._SaveStackTracking, A.ContextStateHandle, A.CkCanvas, A.CanvasKitCanvas, A.ManagedSkColorFilter, A.CkColorFilter, A.HtmlViewEmbedder, A.OverlayGroup, A.ViewClipChain, A.EmbeddedViewParams, A.Mutator, A.Iterable, A.EmbedderFrameContext, A.ViewListDiffResult, A.SkiaFontCollection, A.RegisteredFont, A.UnregisteredFont, A.FontDownloadResult, A.SkiaFallbackRegistry, A.ImageCodecException, A.CkImage, A.CkImageFilter, A.CkAnimatedImage, A.BrowserImageDecoder, A.Layer, A.PrerollContext, A.PaintContext, A.LayerScene, A.LayerSceneBuilder, A.LayerTree, A.Frame, A.CompositorContext, A.CkMaskFilter, A.CkNWayCanvas, A.NativeMemoryFinalizationRegistry, A.UniqueRef, A.CountedRef, A.CkPaint, A.CkPath, A.CkPicture, A.CkPictureRecorder, A.Rasterizer, A.CanvasKitRenderer, A.SimpleCkShader, A.SurfaceFrame, A.Surface, A.CkSurface, A.SurfaceFactory, A.CkParagraphStyle, A.CkTextStyle, A.CkStrutStyle, A.CkParagraph, A.CkLineMetrics, A.CkParagraphBuilder, A.Error, A.ClipboardMessageHandler, A.ClipboardAPICopyStrategy, A.ClipboardAPIPasteStrategy, A.ExecCommandCopyStrategy, A.ExecCommandPasteStrategy, A.FlutterConfiguration, A.HttpFetchResponseImpl, A.HttpFetchPayloadImpl, A.HttpFetchNoPayloadError, A.HttpFetchError, A.DomSubscription, A.DomPoint, A._DomListIterator, A._DomTouchListIterator, A.DomIteratorWrapper, A.FlutterViewEmbedder, A.EngineCanvas, A.SaveStackEntry, A.SaveClipEntry, A._SaveElementStackEntry, A.SaveElementStackTracking, A.FontFallbackManager, A.FallbackFontDownloadQueue, A.FontAsset, A.FontFamily, A.FontManifest, A.AssetFontsResult, A.FrameReference, A.CrossFrameCache, A._CrossFrameCacheItem, 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.HtmlRenderer, A.SurfaceScene, A.SurfaceSceneBuilder, A.NormalizedGradient, A.SharedCanvas, A.EngineGradient, A.EngineImageFilter, A.EngineHtmlColorFilter, A.ShaderBuilder, A.ShaderMethod, A.ShaderDeclaration, A._PersistedSurfaceMatch, A.PrerollSurfaceContext, A.HtmlCodec, A.SingleFrameInfo, A.HtmlImage, A.AnimatedImageFrameInfo, A.ImageFileFormat, A.IntervalTree, A.IntervalTreeNode, A.KeyboardBinding, A.FlutterHtmlKeyboardEvent, A.KeyboardConverter, A.MouseCursor, A.BrowserHistory, A.NotoFont, A.CodePointRange, A.MutableInt, A.EnginePictureRecorder, A.EnginePicture, A.HighContrastSupport, A.PlatformDispatcher, A.ViewConfiguration0, A.PlatformConfiguration, 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.RawKeyboard, A.GlProgram, A.GlContext, A.OffScreenCanvas, A.AccessibilityAnnouncements, A.PrimaryRoleManager, A.RoleManager, A.AccessibilityFocusManager, A.EngineAccessibilityFeatures, A.EngineAccessibilityFeaturesBuilder, A.SemanticsUpdate, A.SemanticsNodeUpdate, A.SemanticsObject, A.EngineSemanticsOwner, A.SemanticsHelper, A.SemanticsEnabler, A._DefaultTextEditingStrategy_Object_CompositionAwareMixin, A.ListBase, A.MethodCall, A.JSONMessageCodec, A.JSONMethodCodec, A.StandardMessageCodec, A.StandardMethodCodec, A.WriteBuffer, A.ReadBuffer, A.SurfaceShadowData, A.CanvasParagraph, A.ParagraphSpan, A.ParagraphPlaceholder, A.StyleNode, A.CanvasParagraphBuilder, A.HtmlFontCollection, A.TextFragmenter, A.TextFragment, A._FragmentMetrics, A._FragmentPosition, A._FragmentBox, A.TextLayoutService, A.LineBuilder, A.Spanometer, A.RulerHost, A.TextPaintService, A.EngineLineMetrics, A.ParagraphLine, A.EngineParagraphStyle, A.EngineTextStyle, A.EngineStrutStyle, A.TextHeightStyle, A.TextDimensions, A.TextHeightRuler, A.UnicodeRange, A.UnicodePropertyLookup, A.BrowserAutofillHints, A.CompositionAwareMixin, A.EngineInputAction, 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.LruCache, A.Matrix4, A.FastMatrix32, A.DimensionsProvider, A._EmbeddingStrategy_Object__ContextMenu, A._ContextMenu, A.FlutterView, A.ViewPadding, A.JS_CONST, A.HttpException, A._HeaderValue, J.Interceptor, J.ArrayIterator, A._CopyingBytesBuilder, A._BytesBuilder, A.CastIterator, A.MapBase, A.SentinelValue, A.ListIterator, A.MappedIterator, A.WhereIterator, A.ExpandIterator, A.TakeIterator, A.SkipIterator, A.SkipWhileIterator, A.EmptyIterator, A.FollowedByIterator, A.WhereTypeIterator, A.FixedLengthListMixin, A.UnmodifiableListMixin, A.Symbol, A._Record, A.MapView, A.ConstantMap, A._KeysOrValuesOrElementsIterator, A.SetBase, 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._StringStream, A.LocaleKeymap, 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.StreamTransformerBase, A._StreamController, A._SyncStreamControllerDispatch, A._AsyncStreamControllerDispatch, A._AddStreamState, A._DelayedEvent, A._DelayedDone, A._PendingEvents, A._DoneStreamSubscription, A._StreamIterator, A._EventSinkWrapper, A._HandlerEventSink, A._Zone, A._HashMapKeyIterator, A._HashSetIterator, A._LinkedHashSetCell, A._LinkedHashSetIterator, A._LinkedListIterator, A.LinkedListEntry, A._MapBaseValueIterator, A._UnmodifiableMapMixin, A._DoubleLinkedQueueEntry, A._DoubleLinkedQueueIterator, A._ListQueueIterator, A._SplayTreeNode, A._SplayTree, A._SplayTreeIterator, A.StringConversionSink, A.Codec0, A.Converter, A.ByteConversionSink, A._Base64Encoder, A._Base64Decoder, A.ChunkedConversionSink, A._SimpleCallbackSink, A.HtmlEscapeMode, A._JsonStringifier, A._JsonPrettyPrintMixin, A._ClosableStringSink, A._StringConversionSinkAsStringSinkAdapter, A._Utf8Encoder, A._Utf8Decoder, A._BigIntImpl, A.DateTime, A.Duration, A.OutOfMemoryError, A.StackOverflowError, A._Exception, A.FormatException, A.IntegerDivisionByZeroException, A.Iterator, 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._EventStreamSubscription, A.ImmutableListMixin, A.FixedSizeListIterator, A._DOMWindowCrossFrame, A._AcceptStructuredClone, A.OSError, A.FileSystemEntity, A.FileMode, A.FileSystemException, A._RandomAccessFile, 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.KeyData, A.Color, A.MaskFilter, A.ImageFilter, A.Shadow, A.ImmutableBuffer, A.FrameTiming, A.Locale, A.SemanticsActionEvent, A.PointerData, A.PointerDataPacket, A.SemanticsAction, A.SemanticsFlag, A.SemanticsUpdateBuilder, A.FontWeight, A.FontFeature, A.FontVariation, A.TextDecoration, A.TextHeightBehavior, A.TextBox, A.TextPosition, A.TextRange, A.ParagraphConstraints, A.CallbackHandle, A.GestureSettings, A.AssetManager, A.BrowserPlatformLocation, A.HashUrlStrategy, A.PlatformViewRegistry, 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.CopyOnWriteMap, 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.Uint8ListSerializer, 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._RenderObject_Object_DiagnosticableTreeMixin, A.Listenable, A.ChartGestureDetector, A.GraphicsFactory, A.LineStyle, A.SelectionModelConfig, A.SymbolRendererCanvas, A.TextElement, 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.DesktopDropWeb, A.DesktopDrop, A.WebDropItem, A.DropDoneDetails, A.DropEventDetails, A.DropEvent, 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.ChangeNotifier, 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.ToggleableStateMixin, A.DiagnosticsNode, A._FlutterErrorDetails_Object_Diagnosticable, A.BindingBase, A.DebugReassembleConfig, A.TextTreeConfiguration, A._PrefixedStringBuilder, A._NoDefaultValue, A.TextTreeRenderer, A.DiagnosticPropertiesBuilder, A.Diagnosticable, A.DiagnosticableTreeMixin, A.Key, A._TypeLiteral, A.LicenseParagraph, A.LicenseEntry, A.PersistentHashMap, A._TrieNode, A.WriteBuffer0, A.ReadBuffer0, 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._CopyPointerScrollInertiaCancelEvent, A._CopyPointerScaleEvent, 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._ActionIconThemeData_Object_Diagnosticable, A.ScrollBehavior, A.SingleChildLayoutDelegate, A.SliverPersistentHeaderDelegate, A._AppBarTheme_Object_Diagnosticable, A._Diagonal, A._BadgeThemeData_Object_Diagnosticable, 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._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._DatePickerThemeData_Object_Diagnosticable, A.Route, A._DialogTheme_Object_Diagnosticable, A._DividerThemeData_Object_Diagnosticable, A._DrawerThemeData_Object_Diagnosticable, A._DropdownRouteResult, A._MenuLimits, A._DropdownMenuThemeData_Object_Diagnosticable, A.MaterialStateProperty, A._ElevatedButtonThemeData_Object_Diagnosticable, A.ExpansionPanel, A._ExpansionTileThemeData_Object_Diagnosticable, A._FilledButtonThemeData_Object_Diagnosticable, A._DefaultHeroTag, A._FloatingActionButtonThemeData_Object_Diagnosticable, A.FloatingActionButtonLocation, A.FabTopOffsetY, A.FabFloatOffsetY, A.FabDockedOffsetY, A.FabEndOffsetX, A.FloatingActionButtonAnimator, A._IconButtonThemeData_Object_Diagnosticable, 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._BorderSide_Object_Diagnosticable, A._TextStyle_Object_Diagnosticable, A._LerpProperties, A._MaterialStatePropertyWith, A.MaterialStatePropertyAll, A.MaterialStateMixin, A._MenuThemeData_Object_Diagnosticable, A._MenuButtonThemeData_Object_Diagnosticable, A._MenuStyle_Object_Diagnosticable, A._LerpSides1, A.MergeableMaterialItem, A._AnimationTuple, A._NavigationBarThemeData_Object_Diagnosticable, A._NavigationDrawerThemeData_Object_Diagnosticable, A._NavigationRailThemeData_Object_Diagnosticable, A._OutlinedButtonThemeData_Object_Diagnosticable, A.MaterialRouteTransitionMixin, A.PageTransitionsBuilder, A._PageTransitionsTheme_Object_Diagnosticable, A._ZoomTransitionBase, 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._SearchBarThemeData_Object_Diagnosticable, A._LerpSides0, A._SearchViewThemeData_Object_Diagnosticable, A._SegmentedButtonThemeData_Object_Diagnosticable, A.TextSelectionGestureDetectorBuilder, A._SliderThemeData_Object_Diagnosticable, A._SnackBarThemeData_Object_Diagnosticable, A._SwitchConfig, A.__SwitchConfigM2_Object__SwitchConfig, A._SwitchThemeData_Object_Diagnosticable, A._TabBarTheme_Object_Diagnosticable, 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._TappableLabel, A._TimePickerThemeData_Object_Diagnosticable, A._ToggleButtonsThemeData_Object_Diagnosticable, A.ToggleableStateMixin0, A._TooltipThemeData_Object_Diagnosticable, A._Typography_Object_Diagnosticable, A.AlignmentGeometry, A.TextAlignVertical, A.PaintingBinding, A.BorderRadiusGeometry, A.FittedSizes, A.ClipContext, A.HSLColor, A.ImageSizeInfo, A.DecorationImagePainter, A.EdgeInsetsGeometry, A._ColorsAndStops, A.Gradient, A.ImageCache, A._CachedImageBase, A._PendingImage, A.ImageConfiguration, A.AssetBundleImageKey, A.NetworkImageLoadException, 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.TextBoundary, A._TextLayout, A._TextPainterLayoutCacheWithOffset, A._LineCaretMetrics, A._EmptyLineCaretMetrics, A.TextPainter, 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.VerticalCaretMovementRun, A._LayoutSizes, A.AnnotationEntry, A.AnnotationResult, A._Layer_Object_DiagnosticableTreeMixin, A.LayerHandle, A.LayerLink, A._MouseState, A.__MouseTrackerUpdateDetails_Object_Diagnosticable, A.PipelineOwner, A.RenderObjectWithChildMixin, A.ContainerParentDataMixin, A.ContainerRenderObjectMixin, A.RelayoutWhenSystemFontsChangeMixin, A._SemanticsFragment, A._SemanticsGeometry, A.SemanticsTag, A.RenderInlineChildrenContainerDefaults, 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.PerformanceModeRequestHandle, A.SchedulerBinding, A.Priority, A.Ticker, A.TickerFuture, A.TickerCanceled, A.SemanticsBinding, A.SemanticsHandle, A.ChildSemanticsConfigurationsResult, A.ChildSemanticsConfigurationsResultBuilder, A.CustomSemanticsAction, A.AttributedString, A._SemanticsData_Object_Diagnosticable, A._SemanticsNode_Object_DiagnosticableTreeMixin, A._BoxEdge, A._SemanticsSortGroup, A._TraversalSortNode, A.SemanticsConfiguration, A._SemanticsSortKey_Object_Diagnosticable, A.SemanticsEvent, A.AssetBundle, A._AssetManifestBin, A.AssetMetadata, A.AutofillConfiguration, A.TextInputConfiguration, A.AutofillScopeMixin, A.BinaryMessenger, A.ServicesBinding, A.BrowserContextMenu, A.ClipboardData, A._KeyEvent_Object_Diagnosticable, A.HardwareKeyboard, A.KeyMessage, A.KeyEventManager, A.KeyboardInsertedContent, 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.RawKeyboard0, A._ModifierSidePair, A.RestorationBucket, A.SuggestionSpan, A.SpellCheckResults, A.DefaultSpellCheckService, A.ApplicationSwitcherDescription, A.SystemUiOverlayStyle, A._TextEditingDelta_Object_Diagnosticable, A.TextInputFormatter, A._MutableTextRange, A._TextEditingValueAccumulator, A.TextInputType, A.RawFloatingCursorPoint, A.TextEditingValue, A.TextSelectionDelegate, A.TextInputClient, A.SelectionRect, A.DeltaTextInputClient, A.TextInputConnection, A.TextInput, A.TextInputControl, A.__PlatformTextInputControl_Object_TextInputControl, A.UndoManager, A.UndoManagerClient, A._Intent_Object_Diagnosticable, A._ActionDispatcher_Object_Diagnosticable, A._OverridableActionMixin, A._ChildEntry, A.AsyncSnapshot, A.Notification0, A.AutomaticKeepAliveClientMixin, A.WidgetsBindingObserver, A.WidgetsBinding, A.ContextMenuButtonItem, A.ContextMenuController, A.DisposableBuildContext, A._DraggableSheetExtent, A.ToolbarOptions, A._KeyFrame, A._ScribbleCacheKey, A._GlyphHeights, A._Autofocus, A.FocusAttachment, A._FocusNode_Object_DiagnosticableTreeMixin, A._FocusManager_Object_DiagnosticableTreeMixin, A._HighlightModeManager, 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.RootElementMixin, A.IndexedSlot, A.GestureRecognizerFactory, A.SemanticsGestureDelegate, A._HeroFlightManifest, A._HeroFlight, A.NavigatorObserver, A.IconData, A.CapturedThemes, A.RenderConstrainedLayoutBuilder, A._Pending, A.DefaultWidgetsLocalizations, A.MagnifierInfo, A.TextMagnifierConfiguration, A.MagnifierController, A.MediaQueryData, A.RouteSettings, A.RouteTransitionRecord, A.TransitionDelegate, A._NavigatorObservation, A._RestorationInformation, A.OverlayEntry, A._RenderTheaterMixin, A.OverlayPortalController, 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.SliverChildDelegate, A.ScrollMetrics, A.ViewportNotificationMixin, A.ViewportElementMixin, A.SelectionContainerDelegate, A.ScrollableDetails, A.EdgeDraggingAutoScroller, A.KeySet, A._SingleActivator_Object_Diagnosticable, A.__ActivatorIntentPair_Object_Diagnosticable, A._ShortcutManager_Object_Diagnosticable, A._ShortcutRegistry_Object_ChangeNotifier, A._RenderSliverPersistentHeaderForWidgetsMixin, A.SlottedMultiChildRenderObjectWidgetMixin, A.SlottedContainerRenderObjectMixin, A._DefaultSnapshotPainter, A.SpellCheckConfiguration, A.TableRow, A._TableElementRow, A.__TableSlot_Object_Diagnosticable, A._TapDragDownDetails_Object_Diagnosticable, A._TapDragUpDetails_Object_Diagnosticable, A._TapDragStartDetails_Object_Diagnosticable, A._TapDragUpdateDetails_Object_Diagnosticable, A._TapDragEndDetails_Object_Diagnosticable, A._TapStatusTrackerMixin, A.TextSelectionOverlay, A.SelectionOverlay, A.TextSelectionHandleControls, A.TextSelectionToolbarAnchors, A.SingleTickerProviderStateMixin, A.TickerProviderStateMixin, A._ConstantValueListenable, A.UndoHistoryValue, A._UndoStack, 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.SignInInitParameters, 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._EncodingRangeException, 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.ChannelIterator, A.IfdContainer, A.ExifTag, A.IfdDirectory, A.IfdValue, A.Decoder, A.PngFrame, A.PngInfo, A.IccProfile, A.Palette0, A.ImageException, A.InputBuffer, A.ImageResizer, A.InAppPurchase, A.BillingClientManager, A.BillingClient, A.BillingResponseConverter, A.ProductTypeConverter, A.BillingResultWrapper, A.OneTimePurchaseOfferDetailsWrapper, A.ProductDetailsWrapper, A.ProductDetailsResponseWrapper, A.RecurrenceModeConverter, A.ProductWrapper, A.PurchaseWrapper, A.PurchasesResultWrapper, A.PurchaseStateConverter, A.SubscriptionOfferDetailsWrapper, A.PricingPhaseWrapper, 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.SKProductDiscountTypeConverter, 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.NumberFormat, A.NumberFormatParseResult, A.NumberFormatParser, A.StringStack, 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.TaskStatusColors, 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.ScheduleListResponse, A.ScheduleItemResponse, A._ScheduleEntity_Object_BaseEntity, A.ScheduleParameters, A._$ScheduleListResponseSerializer, A._$ScheduleItemResponseSerializer, A._$ScheduleEntitySerializer, A._$ScheduleParametersSerializer, A.ScheduleListResponseBuilder, A.ScheduleItemResponseBuilder, A.ScheduleEntityBuilder, A.ScheduleParametersBuilder, A.SettingsEntity, A.PdfPreviewRequest, A._$SettingsEntitySerializer, A._$PdfPreviewRequestSerializer, A.SettingsEntityBuilder, A.PdfPreviewRequestBuilder, 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._DocumentStatusEntity_Object_EntityStatus, A.DocumentStatusEntityBuilder, 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._PaymentStatusEntity_Object_EntityStatus, A.PaymentStatusEntityBuilder, 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.TaxDataEntity, A.TaxConfigEntity, A.TaxConfigRegionEntity, A.TaxConfigSubregionEntity, A._$TaxDataEntitySerializer, A._$TaxConfigEntitySerializer, A._$TaxConfigRegionEntitySerializer, A._$TaxConfigSubregionEntitySerializer, A.TaxDataEntityBuilder, A.TaxConfigEntityBuilder, A.TaxConfigRegionEntityBuilder, A.TaxConfigSubregionEntityBuilder, 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._$TransactionStatusEntitySerializer, A.TransactionListResponseBuilder, A.TransactionItemResponseBuilder, A.TransactionEntityBuilder, A.TransactionStatusEntityBuilder, A.TransactionRuleListResponse, A.TransactionRuleItemResponse, A._TransactionRuleEntity_Object_BaseEntity, A.TransactionRuleCriteriaEntity, A._$TransactionRuleListResponseSerializer, A._$TransactionRuleItemResponseSerializer, A._$TransactionRuleEntitySerializer, A._$TransactionRuleCriteriaEntitySerializer, A.TransactionRuleListResponseBuilder, A.TransactionRuleItemResponseBuilder, A.TransactionRuleEntityBuilder, A.TransactionRuleCriteriaEntityBuilder, 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.ScheduleRepository, A.SettingsRepository, A.SubscriptionRepository, A.TaskRepository, A.TaskStatusRepository, A.TaxRateRepository, A.TokenRepository, A.TransactionRepository, A.TransactionRuleRepository, A.UserRepository, A.VendorRepository, A.WebhookRepository, A.WebClient, A.PersistData, A.ClearPersistedData, A.SwitchListTableLayout, A.PopLastHistory, A.UpdateLastHistory, A.DismissNativeWarning, A.DismissNativeWarningPermanently, A.DismissGatewayWarningPermanently, A.ViewMainScreen, A.StartLoading, A.StopLoading, 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.SaveEInvoiceCertificateRequest, A.SaveEInvoiceCertificateSuccess, A.SaveEInvoiceCertificateFailure, 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._$UserCompanyStateSerializer, A.UserCompanyStateBuilder, 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.ViewDocumentList, A.ViewDocument, A.EditDocument, A.UpdateDocument, A.LoadDocumentData, A.LoadDocumentRequest, A.LoadDocumentFailure, A.LoadDocumentSuccess, A.LoadDocumentsSuccess, A.SaveDocumentRequest, A.SaveDocumentSuccess, A.SaveDocumentFailure, 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.FilterDocumentsByStatus, A.SortDocuments, 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.AutoBillInvoicesRequest, A.AutoBillInvoicesSuccess, A.AutoBillInvoicesFailure, 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.FilterPaymentsByStatus, 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.SetTaxCategoryProductsRequest, A.SetTaxCategoryProductsSuccess, A.SetTaxCategoryProductsFailure, 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.FilterRecurringExpensesByStatus, 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.UpdatePricesRecurringInvoicesRequest, A.UpdatePricesRecurringInvoicesSuccess, A.UpdatePricesRecurringInvoicesFailure, A.IncreasePricesRecurringInvoicesRequest, A.IncreasePricesRecurringInvoicesSuccess, A.IncreasePricesRecurringInvoicesFailure, 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.ViewScheduleList, A.ViewSchedule, A.EditSchedule, A.UpdateSchedule, A.LoadScheduleRequest, A.LoadScheduleFailure, A.LoadScheduleSuccess, A.LoadSchedulesRequest, A.LoadSchedulesFailure, A.LoadSchedulesSuccess, A.SaveScheduleRequest, A.SaveScheduleSuccess, A.AddScheduleSuccess, A.SaveScheduleFailure, A.ArchiveSchedulesRequest, A.ArchiveSchedulesSuccess, A.ArchiveSchedulesFailure, A.DeleteSchedulesRequest, A.DeleteSchedulesSuccess, A.DeleteSchedulesFailure, A.RestoreSchedulesRequest, A.RestoreSchedulesSuccess, A.RestoreSchedulesFailure, A.FilterSchedules, A.SortSchedules, A.FilterSchedulesByState, A.FilterSchedulesByCustom1, A.FilterSchedulesByCustom2, A.FilterSchedulesByCustom3, A.FilterSchedulesByCustom4, A.StartScheduleMultiselect, A.AddToScheduleMultiselect, A.RemoveFromScheduleMultiselect, A.ClearScheduleMultiselect, A.ScheduleState, A._ScheduleUIState_Object_EntityUIState, A._$ScheduleStateSerializer, A._$ScheduleUIStateSerializer, A.ScheduleStateBuilder, A.ScheduleUIStateBuilder, A.ViewSettings, A.ClearSettingsFilter, A.ResetSettings, A.UpdateSettings, A.UpdateSettingsTab, A.UpdatedSetting, A.UpdatedSettingUI, A.UpdateSettingsTemplate, A.UpdateUserSettings, A.UploadLogoRequest, A.UploadLogoFailure, A.SaveUserSettingsRequest, A.SaveUserSettingsSuccess, A.SaveUserSettingsFailure, A.SaveAuthUserRequest, A.SaveAuthUserSuccess, A.SaveAuthUserFailure, A.ConnecOAuthUserRequest, A.ConnectOAuthUserSuccess, A.ConnecOAuthUserFailure, A.DisconnecOAuthUserRequest, A.DisconnectOAuthUserSuccess, A.DisconnecOAuthUserFailure, A.DisconnectOAuthMailerRequest, A.DisconnectOAuthMailerSuccess, A.DisconnectOAuthMailerFailure, A.DisableTwoFactorRequest, A.DisableTwoFactorSuccess, A.DisableTwoFactorFailure, A.ConnecGmailUserSuccess, A.ConnecGmailUserFailure, A.FilterSettings, A.ToggleShowNewSettings, A.ToggleShowPdfPreview, A.SettingsUIState, A._$SettingsUIStateSerializer, A.SettingsUIStateBuilder, 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.LinkTransactionToPaymentRequest, A.LinkTransactionToPaymentSuccess, A.LinkTransactionToPaymentFailure, A.UnlinkTransactionsRequest, A.UnlinkTransactionsSuccess, A.UnlinkTransactionsFailure, A.LinkTransactionToExpenseRequest, A.LinkTransactionToExpenseSuccess, A.LinkTransactionToExpenseFailure, A.ConvertTransactionsToExpensesRequest, A.ConvertTransactionsToExpensesSuccess, A.ConvertTransactionsToExpensesFailure, 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.ViewTransactionRuleList, A.ViewTransactionRule, A.EditTransactionRule, A.UpdateTransactionRule, A.LoadTransactionRuleRequest, A.LoadTransactionRuleFailure, A.LoadTransactionRuleSuccess, A.LoadTransactionRulesRequest, A.LoadTransactionRulesFailure, A.LoadTransactionRulesSuccess, A.SaveTransactionRuleRequest, A.SaveTransactionRuleSuccess, A.AddTransactionRuleSuccess, A.SaveTransactionRuleFailure, A.ArchiveTransactionRulesRequest, A.ArchiveTransactionRulesSuccess, A.ArchiveTransactionRulesFailure, A.DeleteTransactionRulesRequest, A.DeleteTransactionRulesSuccess, A.DeleteTransactionRulesFailure, A.RestoreTransactionRulesRequest, A.RestoreTransactionRulesSuccess, A.RestoreTransactionRulesFailure, A.FilterTransactionRules, A.SortTransactionRules, A.FilterTransactionRulesByState, A.FilterTransactionRulesByCustom1, A.FilterTransactionRulesByCustom2, A.FilterTransactionRulesByCustom3, A.FilterTransactionRulesByCustom4, A.StartTransactionRuleMultiselect, A.AddToTransactionRuleMultiselect, A.RemoveFromTransactionRuleMultiselect, A.ClearTransactionRuleMultiselect, A.TransactionRuleState, A._TransactionRuleUIState_Object_EntityUIState, A._$TransactionRuleStateSerializer, A._$TransactionRuleUIStateSerializer, A.TransactionRuleStateBuilder, A.TransactionRuleUIStateBuilder, 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.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.ScheduleEditVM, A.ScheduleListVM, A.ScheduleScreenVM, A.ScheduleViewVM, 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.TransactionRuleEditVM, A.TransactionRuleListVM, A.TransactionRuleScreenVM, A.TransactionRuleViewVM, 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.SimpleDebouncer, A.PersistDebouncer, A.LocaleCodeAware, A.LocalizationsProvider, A._MarkdownToDocument, A._InlineMarkdownToDocument, A.BlockSyntax, A._AttributedTextEditingController_Object_ChangeNotifier, A.LinkifyElement, A.Linkifier, A.LinkifyOptions, A.LocalAuthentication, A.AuthMessages, A.AuthenticationOptions, 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.BrowserAuthOptions0, A.PublicClientApplication, A.CommonAuthorizationUrlRequest, A.MsalJsException, A.ImageHandler, A._MenuPageInfo, A.StationaryMenuFocalPoint, A.Context, A.Style, A.ParsedPath, A.PathException, A.MissingPlatformDirectoryException, A.PdfPageFormat, A.PdfRasterBase, A.PinTheme, A._PinputUtilsMixin, A.Platform, A.Mutex, A.PdfPreviewActionBounds, A.PdfPreviewPageData, 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.EnvironmentVariables, A.HubAdapter, A.NoOpClient, A.NoOpHub, A.ISentrySpan, A.PlatformChecker, A.Breadcrumb, A.SdkVersion, A.SentryId, A.SentryLevel, A.SpanId, A.SentryOptions, A.SentrySpanContext, A.NoOpTransport, A.SentryFlutterWeb, A.SentryNative, A.SharedPreferences, A.PreferencesFilter, A.GetAllParameters, A.AuthorizationCredentialAppleID, A.AppleIDAuthorizationRequest, A.SignInWithAppleNotSupportedException, A.SignInWithAppleAuthorizationException, A.SignInWithAppleCredentialsException, A.WebAuthenticationOptions, A.SourceFile, A.SourceLocationMixin, A.SourceSpanMixin, A.Highlighter, A._Highlight, A._Line, A.SourceLocation, A.SourceSpanException, A._Rebuild, A._ReactiveModel_Object_IObservable, A.IObservable, A.SnapState, A.SnapError, A.StringScanner, A.DocumentRange, A.DocumentPosition, A.DocumentNode, A._DocumentComposer_Object_ChangeNotifier, A._ComposerPreferences_Object_ChangeNotifier, A.DocumentSelectionChange, A.DebugPaintConfig, A.DocumentEditor, A.EditorCommandFunction, A.DocumentEditorTransaction, A._MutableDocument_Object_ChangeNotifier, A.DocumentComponent, A.ProxyDocumentComponent, 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.SuperEditorDebugVisualsConfig, A.TextDeltasDocumentEditor, A.TextInputConnectionDecorator, A.DocumentImeSerializer, A._DeltaTextInputClientDecorator_Object_DeltaTextInputClient, A.SuperEditorImePolicies, A.SuperEditorImeConfiguration, A._AutoScrollController_Object_ChangeNotifier, 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.SplitListItemCommand, A.DeleteSelectionCommand, A.ParagraphComponentBuilder, A.CombineParagraphsCommand, A.SplitParagraphCommand, A.UpstreamDownstreamNodePosition, A.UpstreamDownstreamNodeSelection, A.SuperEditorSelectionPolicies, A.DefaultCaretOverlayBuilder, A._ContentTapDelegate_Object_ChangeNotifier, A.TaskComponentBuilder, A.InsertNewTaskOrSplitExistingTaskCommand, A.TextComponentViewModel, A.ToggleTextAttributionsCommand, A.InsertTextCommand, A.InsertAttributedTextCommand, A.UnknownComponentBuilder, A.Logger0, A.AutoScroller, A.ProxyTextComposable, A._IndexedSlot, A.AxisOffset, A.UrlLauncher, A._TapTracker0, A._CountdownZoned0, A._GestureEditingController_Object_ChangeNotifier, A._FloatingCursorController_Object_ChangeNotifier, A._MagnifierAndToolbarController_Object_ChangeNotifier, A.DragHandleAutoScroller, A._AndroidEditingOverlayController_Object_ChangeNotifier, A._EstimatedLineHeight, A._TextScrollController_Object_ChangeNotifier, A._ViewportHeight, A._IOSEditingOverlayController_Object_ChangeNotifier, A._FloatingCursorController_Object_ChangeNotifier0, A.ToolbarConfig, 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.HuMessages, A.HuShortMessages, 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.Matrix40, A.Quad, A.Quaternion, A.Vector3, A.Vector4, A.Version, A.VsScrollbarStyle, A.WindowListener, A.WindowManager0]); + _inheritMany(A.Closure, [A.Closure0Args, A.AppBootstrap_prepareEngineInitializer_closure0, A.AppBootstrap__prepareAppRunner_closure, A.Closure2Args, A.CkCanvas_saveLayerWithFilter_closure, A._canvasKitJsUrls_closure, A._downloadCanvasKitJs_loadEventHandler, A._downloadCanvasKitJs_errorEventHandler, 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.SkiaFontCollection_registerDownloadedFonts_makeRegisterFont, A.readChunked_closure, A._finalizationRegistry_closure, 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.DomNavigatorExtension_get_languages_closure, A._ttPolicy_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure0, A.sendFontChangeMessage_closure, A.sendFontChangeMessage__closure, A.FontFallbackManager$__closure, A.FontFallbackManager$__closure0, A.FontFallbackManager$__closure1, A.FontFallbackManager$__closure2, A.FontFallbackManager$__closure3, A.FontFallbackManager$__closure4, A.FontFallbackManager_findMinimumFontsForCodePoints_closure, A.FontFallbackManager_findMinimumFontsForCodePoints_closure0, A.fetchFontManifest_closure, A.fetchFontManifest_closure0, A.fetchFontManifest_closure1, A.fetchFontManifest__closure, A.HtmlRenderer_instantiateImageCodecFromUrl_closure, A.HtmlRenderer_decodeImageFromPixels_executeCallback, A.HtmlRenderer_decodeImageFromPixels_executeCallback_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.IntervalTree_IntervalTree$createFromRanges_makeBalancedTree, A.IntervalTree_IntervalTree$createFromRanges_computeHigh, A.futureToPromise__closure, A.futureToPromise__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$__closure, A.KeyboardBinding$__closure0, A.KeyboardBinding__addEventListener_loggedHandler, A.KeyboardBinding__onKeyData_closure, A.KeyboardConverter__scheduleAsyncEvent_closure, A.KeyboardConverter_handleEvent_closure, A.MultiEntriesBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure0, A.EnginePlatformDispatcher__zonedPlatformMessageResponseCallback_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure0, A.EnginePlatformDispatcher__sendPlatformMessage_closure1, A.EnginePlatformDispatcher__sendPlatformMessage_closure2, A.EnginePlatformDispatcher__addLocaleChangedListener_closure, A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure, A.EnginePlatformDispatcher_replyToPlatformMessage_closure, A.SafariPointerEventWorkaround_workAroundMissingPointerEvents_closure, A._BaseAdapter_addEventListener_loggedHandler, 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.RawKeyboard$__closure, A.RawKeyboard$__closure0, A.RawKeyboard__handleHtmlEvent_closure0, A.AccessibilityFocusManager_manage_closure, A.AccessibilityFocusManager_manage_closure0, A.Incrementable_closure, A.Incrementable_closure0, A.Scrollable_update_closure0, A.Scrollable_update_closure1, A.SemanticsObject_visitDepthFirst_closure, A.EngineSemanticsOwner__finalizeTree_closure, 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.TextField__invokeIosWorkaround_closure0, A.CanvasParagraph_computeLineMetrics_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.EditableTextGeometry_EditableTextGeometry$fromFrameworkMessage_closure, A.futurize_closure, A.bytesToHexString_closure, A.CustomElementDimensionsProvider__closure, A.CustomElementEmbeddingStrategy_initialize_closure, A._ContextMenu__disablingContextMenuListener_closure, A.FullPageEmbeddingStrategy_initialize_closure, A._HeaderValue__parse_expect, A._HeaderValue__parse_maybeExpect, A._CastListBase_removeWhere_closure, A._CastListBase_retainWhere_closure, A.CastSet_removeWhere_closure, A.CastMap_entries_closure, A.Instantiation, A.TearOffClosure, A.JsLinkedHashMap_values_closure, A.JsLinkedHashMap_containsValue_closure, A.initHooks_closure, A.initHooks_closure1, A._StringStream__goalToEventCode_closure, 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.FutureExtensions_onError_closure, A._Future__chainForeignFuture_closure, A._Future__propagateToListeners_handleWhenCompleteCallback_closure, A._Future_timeout_closure0, A.Stream_Stream$fromFuture_closure, A.Stream_asyncMap_closure_add, A.Stream_asyncMap__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.MapBase_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__splitQueryStringAll_parsePair, A._createTables_setChars, A._createTables_setRange, A.CanvasElement_toBlob_closure, A._ChildrenElementList__filter_closure, 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_readUnsized, A._File_readAsBytes_readUnsized_read_closure, A._File_readAsBytes_readSized_read_closure, A._File_readAsBytes_closure, A._File_readAsBytes__closure, A._RandomAccessFile_close_closure, A._RandomAccessFile_read_closure, A._RandomAccessFile_readInto_closure, A._RandomAccessFile_setPosition_closure, A._RandomAccessFile_length_closure, A._convertToJS_closure, A._convertToJS_closure0, A._wrapToDart_closure, A._wrapToDart_closure0, A._wrapToDart_closure1, A.jsify__convert, A.promiseToFuture_closure, A.promiseToFuture_closure0, A.dartify_convert, A.KeyData__quotedCharCode_closure, A.bootstrapEngine_closure, A.HashUrlStrategy_addPopStateListener_wrappedFn, A.HashUrlStrategy__waitForPopState_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.DesktopDropWeb__registerEvents_closure, A.DesktopDropWeb__registerEvents__closure, A.DesktopDropWeb__registerEvents_closure0, A.DesktopDropWeb__registerEvents_closure1, A.DesktopDropWeb__registerEvents_closure2, A.DesktopDrop_init_closure, A.DesktopDrop__handleMethodChannel_closure, A.DesktopDrop__handleMethodChannel_closure0, A.DesktopDrop__handleMethodChannel_closure1, A.DesktopDrop__handleMethodChannel_closure2, A.DesktopDrop__handleMethodChannel_closure3, A.DesktopDrop__handleMethodChannel_closure4, 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._RenderCupertinoTextSelectionToolbarItems_performLayout_closure0, A._RenderCupertinoTextSelectionToolbarItems_paint_closure, A._RenderCupertinoTextSelectionToolbarItems_redepthChildren_closure, A._RenderCupertinoTextSelectionToolbarItems_visitChildrenForSemantics_closure, A._RenderCupertinoTextSelectionToolbarItems_debugDescribeChildren_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.PolynomialFit_toString_closure, 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.BackButtonIcon_build_closure, A.BackButtonIcon_build_closure0, A.BackButtonIcon_build_closure1, A.DrawerButtonIcon_build_closure, A.DrawerButtonIcon_build_closure0, A.DrawerButtonIcon_build_closure1, A.EndDrawerButtonIcon_build_closure, A.EndDrawerButtonIcon_build_closure0, A.EndDrawerButtonIcon_build_closure1, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure0, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure1, A._MaterialAppState__materialBuilder_closure, A._MaterialAppState__buildWidgetApp_closure, A.MaterialRectArcTween__initialize_closure, A._DragHandle_build_closure, A._DragHandle_build_closure0, A._BottomSheetGestureDetector_build_closure0, 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_closure11, A._ButtonStyleState_build_closure12, A._ButtonStyleState_build_closure20, A._ButtonStyleState_build__closure0, A._ButtonStyleState_build_closure21, A._ButtonStyleState_build__closure, A._ButtonStyleState_build_closure13, A._ButtonStyleState_build_closure14, A._ButtonStyleState_build_closure15, A._ButtonStyleState_build_closure16, A._ButtonStyleState_build_closure17, A._ButtonStyleState_build_closure18, A._ButtonStyleState_build_closure19, A._MonthPickerState_didUpdateWidget_closure, A._DayPickerState_build_effectiveValue, A._DayPickerState_build_resolve, A._DayPickerState_build_resolve_closure, A._DayPickerState_build_closure, A._DayPickerState_build_closure0, A._DayPickerState_build_closure2, A._DayPickerState_build__closure, A._YearPickerState__buildYearItem_effectiveValue, A._YearPickerState__buildYearItem_resolve, A._YearPickerState__buildYearItem_resolve_closure, A._YearPickerState__buildYearItem_closure, A._YearPickerState__buildYearItem_closure0, A._YearPickerState__buildYearItem_closure2, A._YearPickerState__buildYearItem__closure, A._CheckboxState__widgetFillColor_closure, A._CheckboxState_build_closure, A._CheckboxDefaultsM2_side_closure, A._CheckboxDefaultsM2_fillColor_closure, A._CheckboxDefaultsM2_overlayColor_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._DatePickerDefaultsM2_dayForegroundColor_closure, A._DatePickerDefaultsM2_dayBackgroundColor_closure, A._DatePickerDefaultsM2_dayOverlayColor_closure, A._DatePickerDefaultsM2_todayForegroundColor_closure, A._DatePickerDefaultsM2_rangeSelectionOverlayColor_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._InkResponseState_build_getHighlightColorForType, A._InputDatePickerFormFieldState_didUpdateWidget_closure, A._RenderDecoration_paint_doPaint, A._InputDecoratorDefaultsM2_hintStyle_closure, A._InputDecoratorDefaultsM2_labelStyle_closure, A._InputDecoratorDefaultsM2_floatingLabelStyle_closure, A._InputDecoratorDefaultsM2_helperStyle_closure, A._InputDecoratorDefaultsM2_errorStyle_closure, A._InputDecoratorDefaultsM2_fillColor_closure, A._InputDecoratorDefaultsM2_iconColor_closure, A._InputDecoratorDefaultsM2_prefixIconColor_closure, A._InputDecoratorDefaultsM2_suffixIconColor_closure, A.ListTile_build_resolveColor, A._RenderListTile_paint_doPaint, A.ListTileTheme_merge_closure, A.TextMagnifier_adaptiveMagnifierConfiguration_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._PopupMenu_build_closure, A._PopupMenuRoute_buildPage_closure, A.PopupMenuButtonState_showButtonMenu_closure, A._RadioState__widgetFillColor_closure, A._RadioState_build_closure, A._RadioDefaultsM2_fillColor_closure, A._RadioDefaultsM2_overlayColor_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__widgetTrackColor_closure, A._MaterialSwitchState_build_closure, A._SwitchPainter_paint_thumbSizeAnimation, A._SwitchDefaultsM2_thumbColor_closure, A._SwitchDefaultsM2_trackColor_closure, A._SwitchDefaultsM2_mouseCursor_closure, A._SwitchDefaultsM2_overlayColor_closure, A._TabStyle__resolveWithLabelColor_closure, A._TabBarState_initState_closure, A._TabBarState_build_closure, A._TabBarState_build_closure0, A._TextFieldState_build_closure3, A._TextFieldState_build_closure4, A._m2StateInputStyle_closure, A.TextFormField_closure, A.TextFormField_closure_onChangedHandler, A._RenderTextSelectionToolbarItemsLayout__layoutChildren_closure, A._RenderTextSelectionToolbarItemsLayout__placeChildren_closure, A._RenderTextSelectionToolbarItemsLayout_paint_closure, A._RenderTextSelectionToolbarItemsLayout_visitChildrenForSemantics_closure, A._AnimatedThemeState_forEachTween_closure, A.ThemeData__lerpThemeExtensions_closure0, A.TimeOfDay_toString_addLeadingZeroIfNeeded, A._HourControl_build_hoursFromSelected, A._DialPainter_paint_paintInnerOuterLabels, A._DialPainter_paint_paintInnerOuterLabels_closure, A._DialPainter_paint_paintInnerOuterLabels_closure0, A._DialState__animateTo_animateToValue, A.showTimePicker_closure, A._TimePickerDefaultsM2_dayPeriodColor_closure, A._TimePickerDefaultsM2_dayPeriodTextColor_closure, A._TimePickerDefaultsM2_dialTextColor_closure, A._TimePickerDefaultsM2_hourMinuteColor_closure, A._TimePickerDefaultsM2_hourMinuteTextColor_closure, A._TimePickerDefaultsM2__hourMinuteInputColor_closure, A.ToggleButtons_build_closure, A.NetworkImage__loadAsync_closure0, A._CompoundBorder_scale_closure, A._CompoundBorder_toString_closure, A.ClipContext_clipPathAndPaint_closure, A.ClipContext_clipRRectAndPaint_closure, A.ClipContext_clipRectAndPaint_closure, A.paintImage_closure0, 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._ShapeDecorationPainter__precache_closure1, A.TextPainter_inlinePlaceholderBoxes_closure, A.TextPainter_getBoxesForSelection_closure, A.TextPainter_computeLineMetrics_closure, A.TextSpan_debugDescribeChildren_closure, A.TextStyle_fontFamilyFallback_closure, A.FrictionSimulation_closure, A.RendererBinding__scheduleMouseTrackerUpdate_closure, A.BoxConstraints_toString_describe, A.RenderEditable_getBoxesForSelection_closure, A.RenderEditable_describeSemanticsConfiguration_closure, A.RenderEditable__canComputeDryLayoutForInlineWidgets_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__updateCompositingBits_closure, A.RenderObject_clearSemantics_closure, A.RenderObject__getSemanticsForParent_closure, A.RenderObject__getSemanticsForParent_closure0, A.RenderObject__getSemanticsForParent_closure1, A.RelayoutWhenSystemFontsChangeMixin__scheduleSystemFontsUpdate_closure, A.RenderParagraph_markNeedsLayout_closure, A.RenderParagraph_selectionColor_closure, A.RenderParagraph__canComputeDryLayoutForInlineWidgets_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_loadStructuredBinaryData_closure, A.PlatformAssetBundle_load_closure, A._AssetManifestBin_getAssetVariants_closure, A._AutofillScopeTextInputConfiguration_toJson_closure, A.AutofillScopeMixin_attach_closure, A.ServicesBinding__initKeyboard_closure, A._DefaultBinaryMessenger_send_closure, A.BasicMessageChannel_setMessageHandler_closure, A.MethodChannel_setMethodCallHandler_closure, A.RestorationManager_handleRestorationUpdateFromEngine_closure, A.RestorationManager_scheduleSerializationFor_closure, A.RestorationBucket__visitChildren_closure, A.FilteringTextInputFormatter__processRegion_adjustIndex, A.TextEditingValue_replaced_adjustIndex, A.TextInput__handleTextInputInvocation_closure, A.TextInput__handleTextInputInvocation_closure0, A.TextInput__handleTextInputInvocation_closure1, A._PlatformTextInputControl_setSelectionRects_closure, 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._AnimatedSwitcherState_build_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._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_closure3, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure5, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure7, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure, A.ContextMenuController_show_closure, A.DefaultSelectionStyle_merge_closure, A.DisplayFeatureSubScreen_avoidBounds_closure, A.DisplayFeatureSubScreen_avoidBounds_closure0, A._DraggableScrollableSheetState_build_closure, A.EditableTextState_cutSelection_closure, A.EditableTextState_pasteText_closure, A.EditableTextState_didChangeDependencies_closure, A.EditableTextState_didUpdateWidget_closure, A.EditableTextState__createSelectionOverlay_closure, A.EditableTextState__scheduleShowCaretOnScreen_closure, A.EditableTextState_didChangeMetrics_closure, A.EditableTextState__startCursorBlink_closure, A.EditableTextState__onCursorTick_closure1, A.EditableTextState_showSpellCheckSuggestionsToolbar_closure, A.EditableTextState__actions_closure, A.EditableTextState_build_closure0, A._ScribbleFocusableState_isInScribbleRect_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_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0, A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure1, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2, 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_renderObject_closure, A.Element_describeMissingAncestor_closure, A.Element_describeElements_closure, A.Element_updateChildren_replaceWithNullIfForgotten, 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.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._ImageState__replaceImage_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._AnimatedPositionedState_forEachTween_closure, A._AnimatedPositionedState_forEachTween_closure0, A._AnimatedPositionedState_forEachTween_closure1, A._AnimatedPositionedState_forEachTween_closure2, A._AnimatedPositionedState_forEachTween_closure3, A._AnimatedPositionedState_forEachTween_closure4, 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.LookupBoundary_findAncestorStateOfType_closure, A.LookupBoundary_findRootAncestorStateOfType_closure, A.LookupBoundary_findAncestorRenderObjectOfType_closure, A.TextMagnifierConfiguration_magnifierBuilder_closure, A.MagnifierController_show_closure, A.MediaQueryData_removeDisplayFeatures_closure, A.Route_didPush_closure, A.Route_didAdd_closure, A.Navigator_defaultGenerateInitialRoutes_closure, A._RouteEntry_dispose_closure, A._RouteEntry_isRoutePredicate_closure, A.NavigatorState_restoreState_closure, A.NavigatorState__forcedDisposeAllRouteEntries_closure, A.NavigatorState__afterNavigation_closure, A.OverlayEntry_remove_closure, A._RenderTheater_computeMinIntrinsicWidth_closure, A._RenderTheater_computeMaxIntrinsicWidth_closure, A._RenderTheater_computeMinIntrinsicHeight_closure, A._RenderTheater_computeMaxIntrinsicHeight_closure, A._RenderTheater_debugDescribeChildren_closure, A._RenderDeferredLayoutBox__childrenInPaintOrder_closure, A._RenderDeferredLayoutBox_layout_closure, A.PageStorageBucket__allKeys_closure, A._PageViewState_build_closure, A.HtmlElementView__createHtmlElementView_closure, A._PlatformViewPlaceholderBox_performLayout_closure, A._extension_0_disposePostFrame_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.ScrollBehavior_velocityTrackerBuilder_closure1, A.ScrollNotificationObserverState_build_closure, A.ScrollNotificationObserverState_build_closure0, A.ScrollPosition_forcePixels_closure, A.ScrollView_build_closure0, A.Scrollable_ensureVisible_closure, 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_runScheduledTask, A.MultiSelectableSelectionContainerDelegate_getSelectionGeometry_closure, A.MultiSelectableSelectionContainerDelegate_getSelectionGeometry_closure0, 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_showMagnifier_closure, A.SelectionOverlay_showToolbar_closure, A.SelectionOverlay_showSpellCheckSuggestionsToolbar_closure, A.SelectionOverlay_markNeedsBuild_closure, A.SelectionOverlay__buildToolbar_closure, A._SelectionHandleOverlayState_build_closure0, A._TextSelectionGestureDetectorState_build_closure0, A._TextSelectionGestureDetectorState_build_closure2, A._TextSelectionGestureDetectorState_build_closure4, A._TextSelectionGestureDetectorState_build_closure6, A._TextSelectionGestureDetectorState_build_closure8, A.UndoHistoryState_initState_closure, A._throttle_closure, A.Visibility_of_closure, A.WidgetSpan_extractFromInlineSpan_closure, 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._StoreStreamListenerState__createStream_closure, 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_initWithParams_closure, A.GoogleSignInPlugin_initWithParams_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.get_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.BillingClient_queryProductDetails_closure, A._$ProductDetailsWrapperFromJson_closure, A._$ProductDetailsResponseWrapperFromJson_closure0, A._$PurchaseWrapperFromJson_closure, A._$PurchasesResultWrapperFromJson_closure0, A._$SubscriptionOfferDetailsWrapperFromJson_closure, A._$SubscriptionOfferDetailsWrapperFromJson_closure0, A.InAppPurchaseAndroidPlatform_isAvailable_closure, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure, A.InAppPurchaseAndroidPlatform_queryProductDetails__closure0, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure0, A.InAppPurchaseAndroidPlatform_queryProductDetails__closure, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure1, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure2, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure3, A.InAppPurchaseAndroidPlatform_buyNonConsumable_closure, A.InAppPurchaseAndroidPlatform_completePurchase_closure, A.InAppPurchaseAndroidPlatform_restorePurchases_closure, A.InAppPurchaseAndroidPlatform_restorePurchases_closure0, A.InAppPurchaseAndroidPlatform_restorePurchases_closure1, A.InAppPurchaseAndroidPlatform_restorePurchases_closure2, A.InAppPurchaseAndroidPlatform_restorePurchases_closure3, A.InAppPurchaseAndroidPlatform_restorePurchases_closure4, A.InAppPurchaseAndroidPlatform_restorePurchases_closure5, A.InAppPurchaseAndroidPlatform__getPurchaseDetailsFromResult_closure, A.InAppPurchaseAndroidPlatform__getPurchaseDetailsFromResult_closure0, A.InAppPurchaseAndroidPlatformAddition_consumePurchase_closure, A.GooglePlayPurchaseDetails_fromPurchase_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_parseStandaloneDay_closure, A.NumberFormat_NumberFormat_closure, A.NumberFormat_NumberFormat$decimalPattern_closure, A._CountryPickerDialogState_build_closure, A.CountryExtensions_stringSearch_closure, A.CountryExtensions_stringSearch__closure, 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_matchesFilter_closure, A.GatewayEntity_matchesFilterValue_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_clone___closure, A.InvoiceEntity_clone__closure1, A.InvoiceEntity_applyClient_closure, A.InvoiceEntity_balanceHistory_closure, A.InvoiceEntity_balanceHistory_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_isBetween_closure, A.TaskEntity_getTaskTimes_closure, A.TaskEntity_addTaskTime_closure, A.TaskEntity_updateTaskTime_closure, A.TaskEntity_deleteTaskTime_closure, A.TaskEntity_calculateDuration_closure, A.TransactionEntity_TransactionEntity_closure, A.TransactionEntity_TransactionEntity_closure0, 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.TransactionRepository_convertToExpense_closure, A._parseError__closure, A._initialState_closure, A._initialState_closure0, A._registerErrorHandlers_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.InvoiceNinjaAppState_build__closure115, A.InvoiceNinjaAppState_build__closure116, A.InvoiceNinjaAppState_build__closure117, A.InvoiceNinjaAppState_build__closure118, A.InvoiceNinjaAppState_build__closure119, A.InvoiceNinjaAppState_build__closure120, A.InvoiceNinjaAppState_build__closure121, A.InvoiceNinjaAppState_build__closure122, 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.AppState_getEntityMap_closure, A.AppState_getEntityMap_closure0, 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.bankAccountListReducer__closure, 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.__MergClientPickerState_build_closure, A._editClient_closure, A._viewClient_closure, A._viewClientList_closure0, 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___closure, A._loadClients____closure, A._loadClients_____closure, A._loadClients__closure0, A._saveDocument_closure11, A._saveDocument__closure23, A._saveDocument___closure11, A._saveDocument____closure11, A._saveDocument__closure24, A._showPdfClient_closure, A.clientUIReducer_closure, A.editingReducer__closure59, A.editingReducer__closure58, A.editingReducer__closure57, A.editingReducer__closure56, A.clientListReducer__closure, 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_closure26, A._addToListMultiselect_closure26, A._removeFromListMultiselect_closure26, A._clearListMultiselect_closure26, 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_closure26, 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__closure12, A.userCompanyEntityReducer__closure10, A.userCompanyEntityReducer___closure, A.userCompanyEntityReducer__closure11, A.userCompanyEntityReducer__closure9, A.userCompanyEntityReducer__closure8, 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.saveCompanySuccessReducer_closure, A.saveCompanySuccessReducer_closure0, A.dropdownExpenseCategoriesSelector_closure1, 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.companyGatewayListReducer__closure, 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_closure3, A.handleCreditAction_closure4, A.handleCreditAction_closure5, A.handleCreditAction_closure6, A.handleCreditAction_closure7, A.handleCreditAction_closure8, A.handleCreditAction_closure9, A.handleCreditAction__closure, A.handleCreditAction_closure10, A.handleCreditAction_closure11, A.handleCreditAction_closure12, A.handleCreditAction_closure13, 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___closure, 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___closure0, A._saveDocument____closure0, 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.creditListReducer__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._purgeClientSuccess_closure9, A._purgeClientSuccess_closure10, A._purgeClientSuccess_closure8, A._purgeClientSuccess__closure6, 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__closure0, A.filteredCreditsSelector_closure0, 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.designListReducer__closure, 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.handleDocumentAction_showDocument_closure, A.handleDocumentAction_showDocument__closure0, A.handleDocumentAction_closure0, A.handleDocumentAction_closure1, A.handleDocumentAction_closure2, A.handleDocumentAction___closure, A.handleDocumentAction___closure0, A.handleDocumentAction___closure1, A.handleDocumentAction___closure2, A.handleDocumentAction___closure3, A.handleDocumentAction___closure4, A.handleDocumentAction___closure5, A.handleDocumentAction___closure6, A.handleDocumentAction___closure7, A.handleDocumentAction___closure8, A.handleDocumentAction___closure9, A.handleDocumentAction___closure10, A.handleDocumentAction___closure11, A.handleDocumentAction___closure12, A.handleDocumentAction___closure13, A._editDocument_closure, A._viewDocument_closure, A._viewDocumentList_closure0, A._viewDocumentList__closure, A._saveDocument_closure13, A._saveDocument__closure27, A._saveDocument___closure13, A._saveDocument__closure28, 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._loadDocumentData_closure, A._loadDocumentData__closure, A._loadDocumentData___closure, A._loadDocumentData__closure0, A.documentUIReducer_closure, A.editingReducer__closure11, A.documentListReducer__closure, A._viewDocumentList_closure, A._filterDocumentsByCustom1_closure, A._filterDocumentsByCustom1_closure0, A._filterDocumentsByCustom2_closure, A._filterDocumentsByCustom2_closure0, A._filterDocumentsByState_closure, A._filterDocumentsByState_closure0, A._filterDocumentsByStatus_closure, A._filterDocumentsByStatus_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._addDocument_closure, A._addDocument__closure, A._addDocument__closure0, A._addDocument_closure0, A._updateDocument_closure, A._setLoadedDocument_closure, A._setLoadedDocuments_closure, A._setLoadedDocuments__closure, A._setLoadedDocuments__closure0, A._setLoadedDocuments_closure0, A._setLoadedCompany_closure9, A._setLoadedCompany__closure24, A._setLoadedCompany_closure10, A._setLoadedCompany__closure23, A._setLoadedCompany___closure11, A._setLoadedCompany_closure11, A._setLoadedCompany__closure22, A._setLoadedCompany___closure10, A._setLoadedCompany_closure12, A._setLoadedCompany__closure21, A._setLoadedCompany___closure9, A._setLoadedCompany_closure13, A._setLoadedCompany__closure20, A._setLoadedCompany___closure8, A._setLoadedCompany_closure14, A._setLoadedCompany__closure19, A._setLoadedCompany___closure7, A._setLoadedCompany_closure15, A._setLoadedCompany__closure18, A._setLoadedCompany___closure6, A._setLoadedCompany_closure16, A._setLoadedCompany__closure17, A._setLoadedCompany___closure5, A._setLoadedCompany_closure17, A._setLoadedCompany__closure16, A._setLoadedCompany___closure4, A._setLoadedCompany_closure18, A._setLoadedCompany__closure15, A._setLoadedCompany___closure3, A._setLoadedCompany_closure19, A._setLoadedCompany__closure14, A._setLoadedCompany___closure2, A._setLoadedCompany_closure20, A._setLoadedCompany__closure13, A._setLoadedCompany___closure1, A._setLoadedCompany_closure21, A._setLoadedCompany__closure12, A._setLoadedCompany___closure0, A._setLoadedCompany_closure22, A._setLoadedCompany__closure11, A._setLoadedCompany___closure, A._setLoadedCompany_closure23, A._setLoadedCompany__closure9, A._setLoadedCompany__closure10, A._setLoadedCompany_closure24, 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___closure, A._loadExpenses____closure, A._loadExpenses_____closure, A._loadExpenses__closure0, A._saveDocument_closure9, A._saveDocument__closure19, A._saveDocument___closure9, A._saveDocument____closure9, A._saveDocument__closure20, A.expenseUIReducer_closure, A.editingReducer__closure10, A.expenseListReducer__closure, 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._purgeClientSuccess_closure21, A._purgeClientSuccess_closure22, A._purgeClientSuccess_closure20, A._purgeClientSuccess__closure14, 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.expenseCategoryListReducer__closure, 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.memoizedDropdownExpenseCategoryList_closure, A.dropdownExpenseCategoriesSelector_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___closure, A._loadGroups____closure, A._loadGroups_____closure, A._loadGroups__closure0, A._saveDocument_closure, A._saveDocument__closure, A._saveDocument___closure, A._saveDocument____closure, A._saveDocument__closure0, A.groupUIReducer_closure, A.editingReducer__closure12, A.groupListReducer__closure, 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_closure3, A.handleInvoiceAction_closure6, A.handleInvoiceAction_closure7, A.handleInvoiceAction__closure1, A.handleInvoiceAction_closure8, A.handleInvoiceAction_closure9, A.handleInvoiceAction_closure10, A.handleInvoiceAction_closure11, A.handleInvoiceAction_closure12, A.handleInvoiceAction__closure, A.handleInvoiceAction__closure0, A.handleInvoiceAction_closure13, A.handleInvoiceAction_closure14, A.handleInvoiceAction_closure15, A.handleInvoiceAction_closure16, A.handleInvoiceAction_closure17, A.handleInvoiceAction_closure18, 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._autoBillInvoices_closure, A._autoBillInvoices__closure, A._autoBillInvoices__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___closure, A._loadInvoices____closure, A._loadInvoices_____closure, A._loadInvoices__closure0, A._saveDocument_closure10, A._saveDocument__closure21, A._saveDocument___closure10, A._saveDocument____closure10, A._saveDocument__closure22, A.invoiceUIReducer_closure, A.editingReducer__closure55, A.editingReducer__closure54, A.editingReducer__closure53, A.editingReducer__closure52, A.editingReducer__closure51, A.editingReducer___closure3, A.editingReducer__closure50, A.editingReducer__closure49, A._updateEditing_closure, A._addInvoiceItem_closure, A._addInvoiceItems_closure, A._removeInvoiceItem_closure, A._updateInvoiceItem_closure, A.invoiceListReducer__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_closure25, A._addToListMultiselect_closure25, A._removeFromListMultiselect_closure25, A._clearListMultiselect_closure25, A._purgeClientSuccess_closure24, A._purgeClientSuccess_closure25, A._purgeClientSuccess_closure23, A._purgeClientSuccess__closure16, 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.paymentListReducer__closure, 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._filterPaymentsByStatus_closure, A._filterPaymentsByStatus_closure0, A._filterPayments_closure, A._sortPayments_closure, A._startListMultiselect_closure0, A._addToListMultiselect_closure0, A._removeFromListMultiselect_closure0, A._clearListMultiselect_closure0, A._purgeClientSuccess_closure3, A._purgeClientSuccess_closure4, A._purgeClientSuccess_closure2, A._purgeClientSuccess__closure2, 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.paymentTermListReducer__closure, 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__closure1, A.handleProductAction_closure1, A.handleProductAction__closure0, A.handleProductAction_closure2, A.handleProductAction__closure, A._editProduct_closure, A._viewProduct_closure, A._viewProductList_closure0, A._viewProductList__closure, A._archiveProduct_closure, A._archiveProduct__closure, A._archiveProduct__closure0, A._archiveProduct__closure1, A._setTaxCategoryProducts_closure, A._setTaxCategoryProducts__closure, A._setTaxCategoryProducts__closure0, 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___closure, A._loadProducts____closure, A._loadProducts_____closure, A._loadProducts__closure0, A._saveDocument_closure12, A._saveDocument__closure25, A._saveDocument___closure12, A._saveDocument____closure12, A._saveDocument__closure26, A.productUIReducer_closure, A.editingReducer__closure60, A.productListReducer__closure, A._viewProductList_closure, 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_closure27, A._addToListMultiselect_closure27, A._removeFromListMultiselect_closure27, A._clearListMultiselect_closure27, A._archiveProductSuccess_closure, A._deleteProductSuccess_closure, A._restoreProductSuccess_closure, A._setTaxCategoryProductsSuccess_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.handleProjectAction_closure6, 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___closure, A._loadProjects____closure, A._loadProjects_____closure, A._loadProjects__closure0, A._saveDocument_closure6, A._saveDocument__closure13, A._saveDocument___closure6, A._saveDocument____closure6, A._saveDocument__closure14, A.projectUIReducer_closure, A.editingReducer__closure7, A.projectListReducer__closure, 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._purgeClientSuccess_closure6, A._purgeClientSuccess_closure7, A._purgeClientSuccess_closure5, A._purgeClientSuccess__closure4, 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_closure1, A.handlePurchaseOrderAction_closure2, A.handlePurchaseOrderAction_closure5, A.handlePurchaseOrderAction_closure6, A.handlePurchaseOrderAction_closure7, A.handlePurchaseOrderAction_closure8, A.handlePurchaseOrderAction_closure9, A.handlePurchaseOrderAction_closure10, A.handlePurchaseOrderAction_closure11, A.handlePurchaseOrderAction_closure12, 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___closure, A._loadPurchaseOrders____closure, A._loadPurchaseOrders_____closure, A._loadPurchaseOrders__closure0, A._saveDocument_closure3, A._saveDocument__closure7, A._saveDocument___closure3, A._saveDocument____closure3, 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.purchaseOrderListReducer__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.memoizedDropdownPurchaseOrderList_closure, A.dropdownPurchaseOrdersSelector_closure, 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_closure1, A.handleQuoteAction_closure2, A.handleQuoteAction_closure5, A.handleQuoteAction_closure6, A.handleQuoteAction_closure7, A.handleQuoteAction_closure8, A.handleQuoteAction_closure9, A.handleQuoteAction_closure10, A.handleQuoteAction_closure11, A.handleQuoteAction_closure12, A.handleQuoteAction_closure13, A.handleQuoteAction_closure14, 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___closure, A._loadQuotes____closure, A._loadQuotes_____closure, A._loadQuotes__closure0, A._saveDocument_closure5, A._saveDocument__closure11, A._saveDocument___closure5, A._saveDocument____closure5, 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.quoteListReducer__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._purgeClientSuccess_closure0, A._purgeClientSuccess_closure1, A._purgeClientSuccess_closure, A._purgeClientSuccess__closure0, 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.memoizedDropdownQuoteList_closure, A.dropdownQuoteSelector_closure, 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___closure, 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___closure2, A._saveDocument____closure2, A._saveDocument__closure6, A.recurringExpenseUIReducer_closure, A.editingReducer__closure37, A.recurringExpenseListReducer__closure, A._viewRecurringExpenseList_closure, A._filterRecurringExpensesByCustom1_closure, A._filterRecurringExpensesByCustom1_closure0, A._filterRecurringExpensesByCustom2_closure, A._filterRecurringExpensesByCustom2_closure0, A._filterRecurringExpensesByState_closure, A._filterRecurringExpensesByState_closure0, A._filterRecurringExpensesByStatus_closure, A._filterRecurringExpensesByStatus_closure0, A._filterRecurringExpenses_closure, A._sortRecurringExpenses_closure, A._startListMultiselect_closure19, A._addToListMultiselect_closure19, A._removeFromListMultiselect_closure19, A._clearListMultiselect_closure19, A._purgeClientSuccess_closure15, A._purgeClientSuccess_closure16, A._purgeClientSuccess_closure14, A._purgeClientSuccess__closure10, 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__closure, A.handleRecurringInvoiceAction_closure2, A.handleRecurringInvoiceAction_closure3, A.handleRecurringInvoiceAction_closure4, A.handleRecurringInvoiceAction_closure5, 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._updatePricesRecurringInvoice_closure, A._updatePricesRecurringInvoice__closure, A._updatePricesRecurringInvoice__closure0, A._increasePricesRecurringInvoice_closure, A._increasePricesRecurringInvoice__closure, A._increasePricesRecurringInvoice__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___closure, A._loadRecurringInvoices____closure, A._loadRecurringInvoices_____closure, A._loadRecurringInvoices__closure0, A._saveDocument_closure1, A._saveDocument__closure3, A._saveDocument___closure1, A._saveDocument____closure1, 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.recurringInvoiceListReducer__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._purgeClientSuccess_closure12, A._purgeClientSuccess_closure13, A._purgeClientSuccess_closure11, A._purgeClientSuccess__closure8, 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.handleScheduleAction_closure, A._editSchedule_closure, A._viewSchedule_closure, A._viewScheduleList_closure0, A._viewScheduleList__closure, A._archiveSchedule_closure, A._archiveSchedule__closure, A._archiveSchedule__closure0, A._archiveSchedule__closure1, A._deleteSchedule_closure, A._deleteSchedule__closure, A._deleteSchedule__closure0, A._deleteSchedule__closure1, A._restoreSchedule_closure, A._restoreSchedule__closure, A._restoreSchedule__closure0, A._restoreSchedule__closure1, A._saveSchedule_closure, A._saveSchedule__closure, A._saveSchedule__closure0, A._loadSchedule_closure, A._loadSchedule__closure, A._loadSchedule__closure0, A._loadSchedules_closure, A._loadSchedules__closure, A._loadSchedules__closure0, A.scheduleUIReducer_closure, A.editingReducer__closure48, A.scheduleListReducer__closure, A._viewScheduleList_closure, A._filterSchedulesByCustom1_closure, A._filterSchedulesByCustom1_closure0, A._filterSchedulesByCustom2_closure, A._filterSchedulesByCustom2_closure0, A._filterSchedulesByState_closure, A._filterSchedulesByState_closure0, A._filterSchedules_closure, A._sortSchedules_closure, A._startListMultiselect_closure24, A._addToListMultiselect_closure24, A._removeFromListMultiselect_closure24, A._clearListMultiselect_closure24, A._archiveScheduleSuccess_closure, A._deleteScheduleSuccess_closure, A._restoreScheduleSuccess_closure, A._addSchedule_closure, A._updateSchedule_closure, A._setLoadedSchedule_closure, A.memoizedFilteredScheduleList_closure, A.filteredSchedulesSelector_closure, A.ScheduleState_loadSchedules_closure0, A.ScheduleState_loadSchedules_closure1, A.ScheduleState_loadSchedules_closure, A._viewSettings_closure, A._viewSettings___closure, A._saveCompany_closure, A._saveCompany__closure, A._saveCompany__closure0, A._saveEInvoiceCertificate_closure, A._saveEInvoiceCertificate__closure, A._saveEInvoiceCertificate__closure0, A._saveAuthUser_closure, A._saveAuthUser__closure, A._saveAuthUser__closure0, A._connectOAuthUser_closure0, A._connectOAuthUser__closure, A._connectOAuthUser__closure0, A._disconnectOAuthUser_closure0, A._disconnectOAuthUser__closure, A._disconnectOAuthUser__closure0, A._disconnectOAuthMailer_closure0, A._disconnectOAuthMailer__closure, A._disconnectOAuthMailer__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___closure4, A._saveDocument____closure4, A._saveDocument__closure10, A.settingsUIReducer__closure20, A.settingsUIReducer__closure19, A.settingsUIReducer__closure16, A.settingsUIReducer__closure17, A.settingsUIReducer__closure18, A.settingsUIReducer__closure15, A.settingsUIReducer__closure14, A.settingsUIReducer__closure13, A.settingsUIReducer__closure12, A.settingsUIReducer__closure11, A.settingsUIReducer__closure10, 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.memoizedCountryIso2Map_closure, A.countryIso2Map_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.subscriptionListReducer__closure, 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___closure, A._loadTasks____closure, A._loadTasks_____closure, A._loadTasks__closure0, A._saveDocument_closure7, A._saveDocument__closure15, A._saveDocument___closure7, A._saveDocument____closure7, A._saveDocument__closure16, A._sortTasks_closure0, A._sortTasks__closure, A._sortTasks__closure0, A.taskUIReducer_closure, A.editingReducer__closure8, A.taskListReducer__closure, 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._purgeClientSuccess_closure18, A._purgeClientSuccess_closure19, A._purgeClientSuccess_closure17, A._purgeClientSuccess__closure12, 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_closure2, 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.taskStatusListReducer__closure, 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.taxRateListReducer__closure, 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.tokenListReducer__closure, 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._unlinkTransactions_closure, A._unlinkTransactions__closure, A._unlinkTransactions__closure0, A._convertToPayment_closure, A._convertToPayment__closure, A._convertToPayment__closure0, A._convertToExpense_closure, A._convertToExpense__closure, A._convertToExpense__closure0, A._linkToPayment_closure, A._linkToPayment__closure, A._linkToPayment__closure0, A._linkToExpense_closure, A._linkToExpense__closure, A._linkToExpense__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.transactionListReducer__closure, 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._linkTransactionToPayment_closure, A._linkTransactionToExpense_closure, A._setLoadedTransaction_closure, A.memoizedFilteredTransactionList_closure, A.filteredTransactionsSelector_closure, A.TransactionState_loadTransactions_closure0, A.TransactionState_loadTransactions_closure1, A.TransactionState_loadTransactions_closure, A.handleTransactionRuleAction_closure, A._editTransactionRule_closure, A._viewTransactionRule_closure, A._viewTransactionRuleList_closure0, A._viewTransactionRuleList__closure, A._archiveTransactionRule_closure, A._archiveTransactionRule__closure, A._archiveTransactionRule__closure0, A._archiveTransactionRule__closure1, A._deleteTransactionRule_closure, A._deleteTransactionRule__closure, A._deleteTransactionRule__closure0, A._deleteTransactionRule__closure1, A._restoreTransactionRule_closure, A._restoreTransactionRule__closure, A._restoreTransactionRule__closure0, A._restoreTransactionRule__closure1, A._saveTransactionRule_closure, A._saveTransactionRule__closure, A._saveTransactionRule__closure0, A._loadTransactionRule_closure, A._loadTransactionRule__closure, A._loadTransactionRule__closure0, A._loadTransactionRules_closure, A._loadTransactionRules__closure, A._loadTransactionRules__closure0, A.transactionRuleUIReducer_closure, A.editingReducer__closure47, A.transactionRuleListReducer__closure, A._viewTransactionRuleList_closure, A._filterTransactionRulesByCustom1_closure, A._filterTransactionRulesByCustom1_closure0, A._filterTransactionRulesByCustom2_closure, A._filterTransactionRulesByCustom2_closure0, A._filterTransactionRulesByState_closure, A._filterTransactionRulesByState_closure0, A._filterTransactionRules_closure, A._sortTransactionRules_closure, A._startListMultiselect_closure23, A._addToListMultiselect_closure23, A._removeFromListMultiselect_closure23, A._clearListMultiselect_closure23, A._archiveTransactionRuleSuccess_closure, A._deleteTransactionRuleSuccess_closure, A._restoreTransactionRuleSuccess_closure, A._addTransactionRule_closure, A._updateTransactionRule_closure, A._setLoadedTransactionRule_closure, A.memoizedFilteredTransactionRuleList_closure, A.filteredTransactionRulesSelector_closure, A.TransactionRuleState_loadTransactionRules_closure0, A.TransactionRuleState_loadTransactionRules_closure1, A.TransactionRuleState_loadTransactionRules_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__closure0, A.historyReducer__closure, A.historyReducer___closure, A._addToHistory_closure, A._addToHistory_closure0, A._addToHistory_closure1, 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.userListReducer__closure, 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._disconnectOAuthUser_closure, A._disconnectOAuthMailer_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___closure, A._loadVendors____closure, A._loadVendors_____closure, A._loadVendors__closure0, A._saveDocument_closure8, A._saveDocument__closure17, A._saveDocument___closure8, A._saveDocument____closure8, A._saveDocument__closure18, A.vendorUIReducer_closure, A.editingReducer__closure9, A._addContact_closure, A._removeContact_closure, A._updateContact_closure, A.vendorListReducer__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.webhookListReducer__closure, 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._DocumentGridState_build_closure, A._DocumentGridState_build__closure2, A._DocumentGridState_build__closure0, A._DocumentGridState_build__closure1, A._DocumentGridState_build__closure, A.DocumentTile_build_closure1, A.DocumentTile_build__closure, A.DocumentTile_build___closure, A.DocumentTile_build___closure0, A.DocumentTile_build_closure0, A.DocumentPreview_build_closure0, A.EditScaffold_build__closure3, A.EditScaffold_build_closure3, A.EditScaffold_build__closure2, A.EditScaffold_build__closure1, A.EditScaffold_build___closure, A.EditScaffold_build_closure6, A.EditScaffold_build_closure7, A.EditScaffold_build_closure8, A.EditScaffold_build__closure, A.EditScaffold_build_closure9, 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__closure, A._EntityDropdownState__showOptions__closure1, 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_closure2, A.EntityTopFilterHeader_build__closure0, A.EntityTopFilterHeader_build__closure, 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_closure1, A._DecoratedFormFieldState_build_closure2, 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__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_closure4, A._TaxRateDropdownState_build_closure3, A.TaxRateField_build_closure, A.TaxRateField_build_closure0, A._LinkTextRelatedEntityState_build_closure2, A._LinkTextRelatedEntityState_build_closure1, A._ListFilterState_build_closure0, A._ListFilterState_build_closure4, A._ListFilterState_build__closure2, A._ListFilterState_build__closure3, A._ListFilterState_build_closure3, A._ListFilterState_build_closure2, A._ListFilterState_build__closure4, A._ListFilterState_build_closure7, A._ListFilterState_build__closure, A._ListFilterState_build___closure0, A._ListFilterState_build__closure0, A._ListFilterState_build___closure, A._ListFilterState_build_closure6, A._ListFilterState_build_closure5, A._ListFilterState_build__closure1, A.ListScaffold_build_closure0, A.ListScaffold_build_closure4, A._LiveTextState_initState_closure, A._MenuDrawerState_build__companyLogo, A._MenuDrawerState_build__companyLogo_closure, 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__closure5, A._MenuDrawerState_build_closure0, A._MenuDrawerState_build__closure4, A._MenuDrawerState_build_closure3, A._MenuDrawerState_build__closure3, A._MenuDrawerState_build_closure1, A._MenuDrawerState_build_closure2, A._MenuDrawerState_build__closure2, A._MenuDrawerState_build__closure1, 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___closure2, A._DropDownMultiSelectState_build___closure3, 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._AccountSmsVerificationState__sendCode_closure0, A._AccountSmsVerificationState__sendCode_closure1, A._AccountSmsVerificationState__verifyCode_closure0, A._AccountSmsVerificationState__verifyCode_closure1, A._AccountSmsVerificationState_build_closure, A._AccountSmsVerificationState_build_closure0, A._AccountSmsVerificationState_build_closure1, A._UserSmsVerificationState_initState_closure, A._UserSmsVerificationState__sendCode_closure0, A._UserSmsVerificationState__sendCode_closure1, A._UserSmsVerificationState__verifyCode_closure0, A._UserSmsVerificationState__verifyCode_closure1, A._UserSmsVerificationState_build_closure, A._SystemLogViewerState_build_closure, A._SystemLogViewerState_build_closure0, A._SystemLogViewerState_build_closure1, A.AppPaginatedDataTableState__getProgressIndicatorRowFor_closure, A.AppPaginatedDataTableState_build_closure, A.AppPaginatedDataTableState_build_closure0, A.EntityDataTableSource_getRow_closure, A.EntityDataTableSource_getRow_closure4, A._EntityListState_initState_closure, A._EntityListState_build_closure, A._EntityListState_build__closure, A._EntityListState_build__closure3, A._EntityListState_build__closure8, A._EntityListState_build___closure, A._EntityListState_build___closure0, A._EntityListState_build__closure5, A._EntityListState_build__closure6, A._EntityListState_build__closure7, A._EntityListState_build_closure0, A._EntityListState_build_closure1, A._EntityListState_build__closure13, A._EntityListState_build_closure2, A._EntityListState_build__closure11, A._EntityListState_build__closure10, A._EntityListState_build___closure2, A._EntityListState_build_closure5, A._EntityListState_build__closure9, A._EntityListState_build_closure4, 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__submitLoginForm_closure2, A._LoginState_build_closure2, A._LoginState_build_closure3, A._LoginState_build_closure4, A._LoginState_build_closure5, A._LoginState_build_closure6, A._LoginState_build_closure7, A._LoginState_build_closure8, A._LoginState_build_closure9, 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_closure12, A.BankAccountScreen_build_closure9, A.BankAccountScreen_build_closure5, A.BankAccountScreen_build_closure6, A.BankAccountScreen_build_closure7, A.BankAccountScreen_build_closure8, A.BankAccountScreenVM_fromStore_closure, 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_closure3, A._BankAccountEditState_build_closure4, A._BankAccountEditState_build_closure0, A._BankAccountEditState_build_closure, A._BankAccountEditState_build__closure0, A._BankAccountEditState_build_closure2, 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_loadPDF__closure0, A._ClientPdfViewState_build_closure, A._ClientPdfViewState_build_closure2, A._ClientPdfViewState_build_closure0, A._ClientPdfViewState_build_closure1, A._ClientPdfViewState_build_closure4, A._ClientPdfViewState_build_closure3, A._ClientPdfViewState_build_closure6, A._ClientPdfViewState_build_closure5, A._ClientPdfViewState_build__closure4, A._ClientPdfViewState_build__closure2, A._ClientPdfViewState_build_closure14, 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__closure2, A.ClientEditDetailsState_build_closure1, A.ClientEditDetailsState_build__closure1, A.ClientEditDetailsState_build_closure3, A.ClientEditDetailsState_build__closure0, A.ClientEditDetailsState_build_closure2, A.ClientEditDetailsState_build_closure4, 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_closure, A._ClientViewDetailsState_build__buildDetailsList_closure, A._ClientViewFullwidthState_build_closure, A._ClientViewFullwidthState_build__closure2, A._ClientViewLedgerState_build_closure, A.ClientOverview_build_closure, A.ClientOverview_build_closure0, A.ClientViewPaymentMethods_build__closure, A.ClientViewScreen_build_closure0, A.ClientViewVM_ClientViewVM$fromStore__handleRefresh, A.ClientViewVM_ClientViewVM$fromStore_closure, A.ClientViewVM_ClientViewVM$fromStore_closure0, A.ClientViewVM_ClientViewVM$fromStore__closure, A.ClientViewVM_ClientViewVM$fromStore__closure0, 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__closure17, A._CompanyGatewayEditState_build_closure3, A._CompanyGatewayEditState_build__closure16, A._CompanyGatewayEditState_build_closure4, A._CompanyGatewayEditState_build__closure15, A._CompanyGatewayEditState_build_closure6, A._CompanyGatewayEditState_build__closure14, A._CompanyGatewayEditState_build_closure5, A._CompanyGatewayEditState_build_closure7, A._CompanyGatewayEditState_build__closure13, A._CompanyGatewayEditState_build___closure, A._CompanyGatewayEditState_build_closure8, A._CompanyGatewayEditState_build__closure12, A._CompanyGatewayEditState_build_closure9, A._CompanyGatewayEditState_build__closure11, A._CompanyGatewayEditState_build_closure10, A._CompanyGatewayEditState_build__closure10, A._CompanyGatewayEditState_build_closure11, A._CompanyGatewayEditState_build__closure9, A._CompanyGatewayEditState_build_closure12, A._CompanyGatewayEditState_build__closure8, A._CompanyGatewayEditState_build_closure13, A._CompanyGatewayEditState_build__closure7, A._CompanyGatewayEditState_build_closure14, A._CompanyGatewayEditState_build__closure6, A._CompanyGatewayEditState_build_closure15, A._CompanyGatewayEditState_build__closure5, A._CompanyGatewayEditState_build_closure16, A._CompanyGatewayEditState_build__closure4, A._CompanyGatewayEditState_build_closure17, A._CompanyGatewayEditState_build__closure3, A._CompanyGatewayEditState_build_closure18, A._CompanyGatewayEditState_build__closure2, A._CompanyGatewayEditState_build_closure19, A._CompanyGatewayEditState_build__closure1, A._CompanyGatewayEditState_build_closure20, A._CompanyGatewayEditState_build__closure0, A._CompanyGatewayEditState_build_closure21, A._CompanyGatewayEditState_build_closure22, 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_closure2, A.CreditEditVM_CreditEditVM$fromStore__closure, A.CreditEditVM_CreditEditVM$fromStore__closure0, 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_closure1, A.CreditViewVM_CreditViewVM$fromStore__closure, A.CreditViewVM_CreditViewVM$fromStore__closure0, A.CreditViewVM_CreditViewVM$fromStore___closure, A.CreditViewVM_CreditViewVM$fromStore_closure2, 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_closure2, A._DashboardDateRangePickerState_build_closure5, A._DashboardDateRangePickerState_build_closure6, 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___closure1, 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._DesignSettingsState_build_closure1, A._DesignSettingsState_build__closure2, A._DesignSettingsState_build_closure2, A._DesignSettingsState_build_closure3, A._DesignSettingsState_build__closure1, A._DesignSettingsState_build___closure, A._DesignSettingsState_build____closure, A._DesignSettingsState_build__closure, A._DesignSettingsState_build__closure0, A._PdfDesignPreviewState_build_closure, A.__DesignImportDialogState_build_closure, 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.DocumentListItem_build__closure3, A.DocumentListBuilder_build__closure1, A.DocumentListVM_fromStore_closure0, A.DocumentScreen_build_closure, A.DocumentScreen_build_closure0, A.DocumentScreen_build_closure1, A.DocumentScreen_build_closure2, A.DocumentScreen_build_closure3, A.DocumentScreen_build_closure4, A.DocumentScreen_build_closure11, A.DocumentScreen_build_closure7, A.DocumentScreen_build_closure8, A.DocumentScreen_build_closure9, A.DocumentScreen_build_closure10, A._DocumentEditState_didChangeDependencies_closure, A._DocumentEditState_didChangeDependencies_closure0, A._DocumentEditState_dispose_closure, A._DocumentEditState__onChanged_closure, A._DocumentEditState_build_closure1, A._DocumentEditState_build_closure0, A._DocumentEditState_build_closure, A._DocumentEditState_build__closure, A._DocumentEditState_build__closure0, A.DocumentEditScreen_build_closure0, A.DocumentEditVM_DocumentEditVM$fromStore_closure1, A.DocumentEditVM_DocumentEditVM$fromStore_closure, A.DocumentEditVM_DocumentEditVM$fromStore_closure0, A.DocumentEditVM_DocumentEditVM$fromStore___closure, A.DocumentEditVM_DocumentEditVM$fromStore___closure0, A.DocumentEditVM_DocumentEditVM$fromStore____closure, A._DocumentViewState_build_closure, 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.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__closure3, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure4, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore____closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure4, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0, 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_closure14, A.ExpenseScreen_build_closure10, A.ExpenseScreen_build_closure6, A.ExpenseScreen_build_closure7, A.ExpenseScreen_build_closure8, A.ExpenseScreen_build_closure9, A._ExpenseViewState_build_closure, 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__closure, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0, 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.GroupViewScreen_build_closure0, A.GroupViewVM_GroupViewVM$fromStore_closure0, A.GroupViewVM_GroupViewVM$fromStore__closure, A.GroupViewVM_GroupViewVM$fromStore__closure0, 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__closure21, A.InvoiceEditDesktopState_build_closure7, A.InvoiceEditDesktopState_build__closure20, A.InvoiceEditDesktopState_build_closure11, A.InvoiceEditDesktopState_build__closure19, A.InvoiceEditDesktopState_build_closure10, A.InvoiceEditDesktopState_build_closure13, A.InvoiceEditDesktopState_build__closure18, A.InvoiceEditDesktopState_build_closure12, A.InvoiceEditDesktopState_build_closure15, A.InvoiceEditDesktopState_build__closure17, A.InvoiceEditDesktopState_build__closure16, A.InvoiceEditDesktopState_build_closure17, A.InvoiceEditDesktopState_build__closure15, A.InvoiceEditDesktopState_build_closure19, A.InvoiceEditDesktopState_build_closure20, A.InvoiceEditDesktopState_build__closure14, A.InvoiceEditDesktopState_build_closure21, A.InvoiceEditDesktopState_build__closure13, A.InvoiceEditDesktopState_build_closure23, A.InvoiceEditDesktopState_build__closure12, A.InvoiceEditDesktopState_build_closure22, A.InvoiceEditDesktopState_build_closure24, A.InvoiceEditDesktopState_build_closure25, A.InvoiceEditDesktopState_build__closure10, A.InvoiceEditDesktopState_build_closure26, A.InvoiceEditDesktopState_build__closure9, A.InvoiceEditDesktopState_build__closure0, A.InvoiceEditDesktopState_build___closure8, A.InvoiceEditDesktopState_build__closure1, A.InvoiceEditDesktopState_build___closure7, A.InvoiceEditDesktopState_build__closure2, A.InvoiceEditDesktopState_build___closure5, A.InvoiceEditDesktopState_build___closure6, A.InvoiceEditDesktopState_build__closure3, A.InvoiceEditDesktopState_build___closure4, A.InvoiceEditDesktopState_build__closure5, A.InvoiceEditDesktopState_build___closure2, A.InvoiceEditDesktopState_build___closure3, A.InvoiceEditDesktopState_build__closure6, A.InvoiceEditDesktopState_build___closure1, A.InvoiceEditDesktopState_build__closure7, A.InvoiceEditDesktopState_build___closure0, A.InvoiceEditDesktopState_build__closure8, A.InvoiceEditDesktopState_build___closure, A.InvoiceEditDesktopState_build_closure30, A.InvoiceEditDesktopState_build_closure31, A.InvoiceEditDesktopState_build_closure32, A.InvoiceEditDesktopState_build__closure, 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__closure19, A.InvoiceEditDetailsState_build_closure6, A.InvoiceEditDetailsState_build__closure18, A.InvoiceEditDetailsState_build_closure5, A.InvoiceEditDetailsState_build__closure17, A.InvoiceEditDetailsState_build_closure9, A.InvoiceEditDetailsState_build__closure16, A.InvoiceEditDetailsState_build_closure8, A.InvoiceEditDetailsState_build_closure11, A.InvoiceEditDetailsState_build__closure15, A.InvoiceEditDetailsState_build_closure10, A.InvoiceEditDetailsState_build_closure13, A.InvoiceEditDetailsState_build__closure14, A.InvoiceEditDetailsState_build__closure13, A.InvoiceEditDetailsState_build_closure15, A.InvoiceEditDetailsState_build__closure12, A.InvoiceEditDetailsState_build_closure17, A.InvoiceEditDetailsState_build__closure11, A.InvoiceEditDetailsState_build_closure18, A.InvoiceEditDetailsState_build__closure10, A.InvoiceEditDetailsState_build_closure20, A.InvoiceEditDetailsState_build__closure9, A.InvoiceEditDetailsState_build_closure19, A.InvoiceEditDetailsState_build_closure21, A.InvoiceEditDetailsState_build_closure22, A.InvoiceEditDetailsState_build_closure23, A.InvoiceEditDetailsState_build_closure24, A.InvoiceEditDetailsState_build__closure8, A.InvoiceEditDetailsState_build_closure25, A.InvoiceEditDetailsState_build__closure6, A.InvoiceEditDetailsState_build__closure7, A.InvoiceEditDetailsState_build_closure26, A.InvoiceEditDetailsState_build__closure5, A.InvoiceEditDetailsState_build_closure28, A.InvoiceEditDetailsState_build__closure3, A.InvoiceEditDetailsState_build__closure4, A.InvoiceEditDetailsState_build_closure29, A.InvoiceEditDetailsState_build__closure2, A.InvoiceEditDetailsState_build_closure30, A.InvoiceEditDetailsState_build__closure1, A.InvoiceEditDetailsState_build_closure31, A.InvoiceEditDetailsState_build__closure0, 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__onChanged_closure0, A.ItemEditDetailsState_build__closure3, A.ItemEditDetailsState_build_closure2, A.ItemEditDetailsState_build_closure1, A.ItemEditDetailsState_build_closure3, A.ItemEditDetailsState_build_closure4, A.ItemEditDetailsState_build_closure5, 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__closure33, A._InvoiceEditItemsDesktopState_build__closure34, A._InvoiceEditItemsDesktopState_build_closure4, A._InvoiceEditItemsDesktopState_build_closure5, A._InvoiceEditItemsDesktopState_build_closure7, A._InvoiceEditItemsDesktopState_build__closure5, A._InvoiceEditItemsDesktopState_build__closure4, A._InvoiceEditItemsDesktopState_build___closure12, A._InvoiceEditItemsDesktopState_build___closure13, A._InvoiceEditItemsDesktopState_build__closure2, A._InvoiceEditItemsDesktopState_build__closure3, A._InvoiceEditItemsDesktopState_build___closure14, A._InvoiceEditItemsDesktopState_build___closure15, A._InvoiceEditItemsDesktopState_build__closure0, A._InvoiceEditItemsDesktopState_build___closure18, A._InvoiceEditItemsDesktopState_build___closure17, 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___closure11, A._InvoiceEditItemsDesktopState_build__closure9, A._InvoiceEditItemsDesktopState_build__closure8, A._InvoiceEditItemsDesktopState_build___closure10, A._InvoiceEditItemsDesktopState_build__closure11, A._InvoiceEditItemsDesktopState_build__closure10, A._InvoiceEditItemsDesktopState_build___closure9, A._InvoiceEditItemsDesktopState_build__closure13, A._InvoiceEditItemsDesktopState_build__closure12, A._InvoiceEditItemsDesktopState_build___closure8, A._InvoiceEditItemsDesktopState_build__closure15, A._InvoiceEditItemsDesktopState_build__closure14, A._InvoiceEditItemsDesktopState_build___closure7, A._InvoiceEditItemsDesktopState_build__closure18, A._InvoiceEditItemsDesktopState_build__closure17, A._InvoiceEditItemsDesktopState_build___closure6, A._InvoiceEditItemsDesktopState_build__closure16, A._InvoiceEditItemsDesktopState_build__closure20, A._InvoiceEditItemsDesktopState_build__closure19, A._InvoiceEditItemsDesktopState_build___closure5, A._InvoiceEditItemsDesktopState_build___closure4, A._InvoiceEditItemsDesktopState_build__closure23, A._InvoiceEditItemsDesktopState_build__closure22, A._InvoiceEditItemsDesktopState_build___closure3, A._InvoiceEditItemsDesktopState_build__closure25, A._InvoiceEditItemsDesktopState_build__closure24, A._InvoiceEditItemsDesktopState_build___closure2, A._InvoiceEditItemsDesktopState_build__closure27, A._InvoiceEditItemsDesktopState_build__closure26, A._InvoiceEditItemsDesktopState_build___closure1, A._InvoiceEditItemsDesktopState_build__closure29, A._InvoiceEditItemsDesktopState_build__closure28, A._InvoiceEditItemsDesktopState_build___closure0, A._InvoiceEditItemsDesktopState_build__closure31, A._InvoiceEditItemsDesktopState_build__closure30, 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.InvoiceEditPDFState_build_closure, 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__closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure2, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure0, 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_loadPdf__closure0, A._InvoicePdfViewState_build_closure0, A._InvoicePdfViewState_build_closure, A._InvoicePdfViewState_build_closure1, A._InvoicePdfViewState_build_closure2, A._InvoicePdfViewState_build_closure6, 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_closure6, A.InvoiceScreen_build_closure16, A.InvoiceScreen_build_closure12, A.InvoiceScreen_build_closure8, A.InvoiceScreen_build_closure9, A.InvoiceScreen_build_closure10, A.InvoiceScreen_build_closure11, A._InvoiceViewState_build_closure, A.InvoiceViewContacts_build_closure, A._InvitationListTile_build_closure, A._InvitationListTile_build_closure1, A.InvoiceViewDocuments_build_closure0, A._InvoiceViewHistoryState_build_closure, A._InvoiceViewHistoryState_build_closure0, 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_closure1, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore___closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure3, 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.PaymentEditFooter_build_closure, A.PaymentEditFooter_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.PaymentScreen_build_closure, A.PaymentScreen_build_closure0, A.PaymentScreen_build_closure1, A.PaymentScreen_build_closure2, A.PaymentScreen_build_closure3, A.PaymentScreen_build_closure4, A.PaymentScreen_build_closure5, A.PaymentScreen_build_closure6, A.PaymentScreen_build_closure17, A.PaymentScreen_build_closure13, A.PaymentScreen_build_closure9, A.PaymentScreen_build_closure10, A.PaymentScreen_build_closure11, A.PaymentScreen_build_closure12, 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__closure0, 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_closure6, A._ProductEditState_build_closure, A._ProductEditState_build_closure1, A._ProductEditState_build__closure3, A._ProductEditState_build_closure0, A._ProductEditState_build_closure2, A._ProductEditState_build__closure2, A._ProductEditState_build_closure3, A._ProductEditState_build__closure1, A._ProductEditState_build_closure4, A._ProductEditState_build__closure0, A._ProductEditState_build_closure5, 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_closure8, A.ProductScreen_build_closure5, A.ProductScreen_build_closure1, A.ProductScreen_build_closure2, A.ProductScreen_build_closure3, A.ProductScreen_build_closure4, A._ProductViewState_build_closure, A.ProductViewScreen_build_closure0, A.ProductViewVM_ProductViewVM$fromStore__handleRefresh, A.ProductViewVM_ProductViewVM$fromStore_closure, A.ProductViewVM_ProductViewVM$fromStore_closure0, A.ProductViewVM_ProductViewVM$fromStore__closure, A.ProductViewVM_ProductViewVM$fromStore__closure0, 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_closure, A._ProjectOverviewState_initState_closure, A.ProjectViewScreen_build_closure0, A.ProjectViewVM_ProjectViewVM$fromStore__handleRefresh, A.ProjectViewVM_ProjectViewVM$fromStore_closure, A.ProjectViewVM_ProjectViewVM$fromStore_closure0, A.ProjectViewVM_ProjectViewVM$fromStore__closure, A.ProjectViewVM_ProjectViewVM$fromStore__closure0, 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_closure2, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure, A.PurchaseOrderEmailScreen_build_closure1, 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_closure1, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore___closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure2, 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.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.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_closure2, A.QuoteEditVM_QuoteEditVM$fromStore__closure, A.QuoteEditVM_QuoteEditVM$fromStore__closure0, A.QuoteEditVM_QuoteEditVM$fromStore___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_closure4, A.QuoteScreen_build_closure14, A.QuoteScreen_build_closure10, A.QuoteScreen_build_closure6, A.QuoteScreen_build_closure7, A.QuoteScreen_build_closure8, A.QuoteScreen_build_closure9, A.QuoteViewScreen_build_closure0, A.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh, A.QuoteViewVM_QuoteViewVM$fromStore_closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure0, A.QuoteViewVM_QuoteViewVM$fromStore_closure1, A.QuoteViewVM_QuoteViewVM$fromStore__closure, A.QuoteViewVM_QuoteViewVM$fromStore__closure0, A.QuoteViewVM_QuoteViewVM$fromStore___closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure2, A.RecurringExpenseEditScreen_build_closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure4, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure2, 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_closure4, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0, 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_closure, A.RecurringExpenseScreen_build_closure0, A.RecurringExpenseScreen_build_closure1, A.RecurringExpenseScreen_build_closure2, A.RecurringExpenseScreen_build_closure3, A.RecurringExpenseScreen_build_closure13, A.RecurringExpenseScreen_build_closure9, A.RecurringExpenseScreen_build_closure5, A.RecurringExpenseScreen_build_closure6, A.RecurringExpenseScreen_build_closure7, A.RecurringExpenseScreen_build_closure8, A.RecurringExpenseViewScreen_build_closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0, 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_closure2, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure0, 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_closure1, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore___closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure2, A.memoizedClientReport_closure, A.clientReport_closure, A.clientReport_closure0, A.clientReport_closure2, A.clientReport_closure3, A.memoizedContactReport_closure, A.contactReport_closure, A.contactReport_closure0, A.contactReport_closure2, A.contactReport_closure3, A.memoizedCreditItemReport_closure, A.lineItemReport_closure11, A.lineItemReport_closure12, A.lineItemReport_closure14, A.lineItemReport_closure15, A.lineItemReport_closure16, A.memoizedCreditReport_closure, A.creditReport_closure, A.creditReport_closure0, A.creditReport_closure2, A.creditReport_closure3, A.memoizedDocumentReport_closure, A.documentReport_closure, A.documentReport_closure0, A.documentReport_closure1, A.documentReport_closure3, A.documentReport_closure4, A.memoizedExpenseReport_closure, A.expenseReport_closure, A.expenseReport_closure0, A.expenseReport_closure2, A.expenseReport_closure3, A.memoizedInvoiceItemReport_closure, A.lineItemReport_closure17, A.lineItemReport_closure18, A.lineItemReport_closure20, A.lineItemReport_closure21, A.lineItemReport_closure22, A.memoizedInvoiceReport_closure, A.invoiceReport_closure, A.invoiceReport__closure, A.invoiceReport_closure1, A.invoiceReport_closure3, A.invoiceReport_closure4, A.memoizedInvoiceTaxReport_closure, A.taxReport_closure, A.taxReport_closure1, A.taxReport_closure2, A.taxReport_closure3, A.taxReport_closure4, A.memoizedPaymentReport_closure, A.paymentReport_closure, A.paymentReport_closure0, A.paymentReport_closure2, A.paymentReport_closure3, A.memoizedPaymentTaxReport_closure, A.paymentTaxReport_closure, A.paymentTaxReport_closure1, A.paymentTaxReport_closure2, A.paymentTaxReport_closure3, A.paymentTaxReport_closure4, A.memoizedProductReport_closure, A.productReport_closure, A.productReport_closure0, A.productReport_closure2, A.productReport_closure3, A.memoizedProfitAndLossReport_closure, A.profitAndLossReport_closure, A.profitAndLossReport_closure1, A.profitAndLossReport_closure2, A.profitAndLossReport_closure3, A.profitAndLossReport_closure4, A.memoizedPurchaseOrderItemReport_closure, A.lineItemReport_closure, A.lineItemReport_closure0, A.lineItemReport_closure2, A.lineItemReport_closure3, A.lineItemReport_closure4, A.memoizedPurchaseOrderReport_closure, A.purchaseOrderReport_closure, A.purchaseOrderReport_closure0, A.purchaseOrderReport_closure2, A.purchaseOrderReport_closure3, A.memoizedQuoteItemReport_closure, A.lineItemReport_closure5, A.lineItemReport_closure6, A.lineItemReport_closure8, A.lineItemReport_closure9, A.lineItemReport_closure10, A.memoizedQuoteReport_closure, A.quoteReport_closure, A.quoteReport_closure0, A.quoteReport_closure2, A.quoteReport_closure3, A.memoizedRecurringExpenseReport_closure, A.recurringExpenseReport_closure, A.recurringExpenseReport_closure0, A.recurringExpenseReport_closure2, A.recurringExpenseReport_closure3, A.memoizedRecurringInvoiceReport_closure, A.recurringInvoiceReport_closure, A.recurringInvoiceReport_closure0, A.recurringInvoiceReport_closure2, A.recurringInvoiceReport_closure3, 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_closure14, A.ReportsScreen_build_closure19, A.ReportsScreen_build_closure17, A.ReportsScreen_build_closure18, A.ReportsScreen_build_closure20, A.ReportsScreen_build___closure0, A.ReportsScreen_build__closure2, A.ReportsScreen_build_closure23, A.ReportsScreen_build__closure0, A.ReportsScreen_build_closure25, 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_closure5, A.ReportResult_tableFilters_closure9, A.ReportResult_tableFilters__closure, A.ReportResult_tableFilters__closure0, A.ReportResult_tableFilters_closure8, A.ReportResult_tableFilters__closure1, A.ReportResult_tableFilters_closure6, A.ReportResult_tableFilters__closure4, A.ReportResult_tableFilters_closure7, A.ReportResult_tableRow__closure, A.ReportResult_totalColumns_closure, A.ReportResult_totalRows_closure0, A.ReportResult_totalRows_closure2, 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.memoizedTaskItemReport_closure, A.taskItemReport_closure, A.taskItemReport_closure0, A.taskItemReport_closure2, A.taskItemReport_closure3, A.memoizedTaskReport_closure, A.taskReport_closure, A.taskReport_closure0, A.taskReport_closure2, A.taskReport_closure3, 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_closure2, A.vendorReport_closure3, A._ScheduleEditState_didChangeDependencies_closure, A._ScheduleEditState_didChangeDependencies_closure0, A._ScheduleEditState_dispose_closure, A._ScheduleEditState__onChanged__closure, A._ScheduleEditState_build_closure0, A._ScheduleEditState_build_closure1, A._ScheduleEditState_build_closure, A._ScheduleEditState_build__closure0, A._ScheduleEditState_build___closure15, A._ScheduleEditState_build__closure, A._ScheduleEditState_build___closure14, A._ScheduleEditState_build__closure2, A._ScheduleEditState_build__closure4, A._ScheduleEditState_build___closure13, A._ScheduleEditState_build__closure3, A._ScheduleEditState_build__closure6, A._ScheduleEditState_build___closure12, A._ScheduleEditState_build__closure5, A._ScheduleEditState_build__closure9, A._ScheduleEditState_build___closure11, A._ScheduleEditState_build__closure7, A._ScheduleEditState_build__closure8, A._ScheduleEditState_build__closure11, A._ScheduleEditState_build___closure10, A._ScheduleEditState_build__closure10, A._ScheduleEditState_build__closure12, A._ScheduleEditState_build___closure9, A._ScheduleEditState_build__closure13, A._ScheduleEditState_build___closure8, A._ScheduleEditState_build__closure14, A._ScheduleEditState_build___closure7, A._ScheduleEditState_build__closure15, A._ScheduleEditState_build___closure5, A._ScheduleEditState_build___closure4, A._ScheduleEditState_build__closure18, A._ScheduleEditState_build___closure3, A._ScheduleEditState_build__closure17, A._ScheduleEditState_build__closure19, A._ScheduleEditState_build___closure2, A._ScheduleEditState_build__closure20, A._ScheduleEditState_build___closure1, A._ScheduleEditState_build__closure21, A._ScheduleEditState_build___closure0, A._ScheduleEditState_build__closure22, A._ScheduleEditState_build___closure, A.ScheduleEditScreen_build_closure0, A.ScheduleEditVM_ScheduleEditVM$fromStore_closure, A.ScheduleEditVM_ScheduleEditVM$fromStore_closure1, A.ScheduleEditVM_ScheduleEditVM$fromStore_closure0, A.ScheduleEditVM_ScheduleEditVM$fromStore___closure, A.ScheduleEditVM_ScheduleEditVM$fromStore___closure0, A.ScheduleEditVM_ScheduleEditVM$fromStore____closure, A.ScheduleListItem_build_closure, A.ScheduleListVM_fromStore__handleRefresh, A.ScheduleListVM_fromStore_closure, A.ScheduleListVM_fromStore_closure0, A.ScheduleScreen_build_closure7, A.ScheduleScreen_build_closure4, A.ScheduleScreen_build_closure0, A.ScheduleScreen_build_closure1, A.ScheduleScreen_build_closure2, A.ScheduleScreen_build_closure3, A.ScheduleViewScreen_build_closure0, 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_closure21, A._ClientPortalState_build_closure, A._ClientPortalState_build__closure13, A._ClientPortalState_build_closure1, A._ClientPortalState_build_closure0, A._ClientPortalState_build_closure2, A._ClientPortalState_build_closure5, A._ClientPortalState_build__closure12, A._ClientPortalState_build_closure6, A._ClientPortalState_build__closure11, A._ClientPortalState_build_closure7, A._ClientPortalState_build__closure10, A._ClientPortalState_build_closure8, A._ClientPortalState_build__closure9, A._ClientPortalState_build_closure9, A._ClientPortalState_build__closure8, A._ClientPortalState_build_closure11, A._ClientPortalState_build__closure7, A._ClientPortalState_build_closure13, A._ClientPortalState_build__closure6, A._ClientPortalState_build___closure, A._ClientPortalState_build____closure, A._ClientPortalState_build_closure14, A._ClientPortalState_build__closure5, A._ClientPortalState_build_closure15, A._ClientPortalState_build__closure4, A._ClientPortalState_build_closure16, A._ClientPortalState_build__closure3, A._ClientPortalState_build_closure17, A._ClientPortalState_build__closure2, A._ClientPortalState_build_closure18, A._ClientPortalState_build__closure1, A._ClientPortalState_build_closure19, A._ClientPortalState_build__closure0, A._ClientPortalState_build_closure20, 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_closure0, A._CompanyDetailsState_build__closure11, A._CompanyDetailsState_build_closure, A._CompanyDetailsState_build_closure1, A._CompanyDetailsState_build_closure2, A._CompanyDetailsState_build__closure10, A._CompanyDetailsState_build_closure3, A._CompanyDetailsState_build__closure9, A._CompanyDetailsState_build_closure4, A._CompanyDetailsState_build__closure8, A._CompanyDetailsState_build_closure5, A._CompanyDetailsState_build___closure, A._CompanyDetailsState_build_closure6, A._CompanyDetailsState_build_closure7, A._CompanyDetailsState_build__closure5, A._CompanyDetailsState_build_closure8, A._CompanyDetailsState_build_closure9, A._CompanyDetailsState_build__closure4, A._CompanyDetailsState_build_closure11, A._CompanyDetailsState_build__closure3, A._CompanyDetailsState_build_closure12, A._CompanyDetailsState_build__closure2, A._CompanyDetailsState_build_closure13, A._CompanyDetailsState_build__closure1, A._CompanyDetailsState_build_closure14, A._CompanyDetailsState_build__closure0, A._CompanyDetailsState_build_closure15, A._CompanyDetailsState_build__closure, A.CompanyDetailsVM_fromStore_closure, A.CompanyDetailsVM_fromStore_closure0, A.CompanyDetailsVM_fromStore_closure3, A.CompanyDetailsVM_fromStore__closure1, A.CompanyDetailsVM_fromStore__closure2, A.CompanyDetailsVM_fromStore__closure3, A.CompanyDetailsVM_fromStore_closure1, A.CompanyDetailsVM_fromStore_closure4, A.CompanyDetailsVM_fromStore_closure5, A.CompanyDetailsVM_fromStore__closure, A.CompanyDetailsVM_fromStore__closure0, 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_didChangeDependencies_closure, A._DeviceSettingsState_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__onChanged_closure0, A._EmailSettingsState_build_closure, A._EmailSettingsState_build__closure11, A._EmailSettingsState_build_closure1, A._EmailSettingsState_build__closure10, A._EmailSettingsState_build_closure2, A._EmailSettingsState_build_closure4, A._EmailSettingsState_build__closure9, A._EmailSettingsState_build_closure5, A._EmailSettingsState_build_closure6, A._EmailSettingsState_build_closure7, A._EmailSettingsState_build_closure8, A._EmailSettingsState_build_closure10, A._EmailSettingsState_build__closure8, A._EmailSettingsState_build_closure9, A._EmailSettingsState_build_closure12, A._EmailSettingsState_build__closure7, A._EmailSettingsState_build_closure11, A._EmailSettingsState_build_closure13, A._EmailSettingsState_build__closure6, A._EmailSettingsState_build_closure14, A._EmailSettingsState_build__closure5, A._EmailSettingsState_build_closure15, A._EmailSettingsState_build__closure4, A._EmailSettingsState_build_closure16, A._EmailSettingsState_build__closure3, A._EmailSettingsState_build_closure17, A._EmailSettingsState_build__closure2, A._EmailSettingsState_build_closure18, A._EmailSettingsState_build__closure1, A._EmailSettingsState_build_closure19, A._EmailSettingsState_build__closure0, A._EmailSettingsState_build_closure21, A._EmailSettingsState_build__closure, A._EmailSettingsState_build_closure20, A.EmailSettingsVM_fromStore_closure1, A.EmailSettingsVM_fromStore_closure0, A.EmailSettingsVM_fromStore_closure, A.EmailSettingsVM_fromStore_closure2, A._ExpenseSettingsState_build_closure, A._ExpenseSettingsState_build__closure6, A._ExpenseSettingsState_build_closure0, A._ExpenseSettingsState_build__closure5, A._ExpenseSettingsState_build_closure1, A._ExpenseSettingsState_build__closure4, A._ExpenseSettingsState_build_closure2, A._ExpenseSettingsState_build__closure3, A._ExpenseSettingsState_build_closure3, A._ExpenseSettingsState_build__closure2, A._ExpenseSettingsState_build_closure4, A._ExpenseSettingsState_build__closure1, A._ExpenseSettingsState_build_closure5, A._ExpenseSettingsState_build__closure0, A._ExpenseSettingsState_build_closure6, A._ExpenseSettingsState_build__closure, A.ExpenseSettingsVM_fromStore_closure0, A.ExpenseSettingsVM_fromStore_closure1, A.ExpenseSettingsVM_fromStore_closure, A.ExpenseSettingsVM_fromStore_closure2, 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_closure3, A._GeneratedNumbersState_build__closure14, A._GeneratedNumbersState_build__closure13, A._GeneratedNumbersState_build_closure5, A._GeneratedNumbersState_build__closure12, A._GeneratedNumbersState_build_closure6, 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_closure7, A._ImportExportState_build_closure6, A._ImportExportState_build_closure9, A._ImportExportState_build_closure8, 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_closure1, A.__FileMapperState_build__closure2, A.__FileMapperState_build_closure2, A.__FileMapperState_build_closure3, A.__FileMapperState_build__closure0, A.__FileMapperState_build__closure1, A._FieldMapper_build_closure2, A._FieldMapper_build__closure, A._FieldMapper_build_closure1, A._FieldMapper_build_closure0, A._InvoiceDesignState_initState_closure, A._InvoiceDesignState_didChangeDependencies_closure, A._InvoiceDesignState_didChangeDependencies_closure0, A._InvoiceDesignState__onChanged_closure, A._InvoiceDesignState_dispose_closure, A._InvoiceDesignState_build_closure75, A._InvoiceDesignState_build_closure, A._InvoiceDesignState_build_closure1, A._InvoiceDesignState_build_closure2, A._InvoiceDesignState_build__closure28, A._InvoiceDesignState_build_closure3, A._InvoiceDesignState_build_closure4, A._InvoiceDesignState_build__closure25, A._InvoiceDesignState_build_closure5, A._InvoiceDesignState_build_closure6, A._InvoiceDesignState_build__closure22, A._InvoiceDesignState_build_closure7, A._InvoiceDesignState_build_closure8, A._InvoiceDesignState_build__closure19, A._InvoiceDesignState_build_closure9, A._InvoiceDesignState_build_closure11, A._InvoiceDesignState_build__closure16, A._InvoiceDesignState_build_closure12, A._InvoiceDesignState_build__closure15, A._InvoiceDesignState_build_closure13, A._InvoiceDesignState_build__closure14, A._InvoiceDesignState_build_closure15, A._InvoiceDesignState_build__closure13, A._InvoiceDesignState_build_closure14, A._InvoiceDesignState_build_closure17, A._InvoiceDesignState_build__closure12, A._InvoiceDesignState_build_closure16, A._InvoiceDesignState_build_closure19, A._InvoiceDesignState_build__closure11, A._InvoiceDesignState_build_closure18, A._InvoiceDesignState_build_closure20, A._InvoiceDesignState_build__closure10, A._InvoiceDesignState_build_closure21, A._InvoiceDesignState_build__closure9, A._InvoiceDesignState_build_closure22, A._InvoiceDesignState_build__closure8, A._InvoiceDesignState_build_closure23, A._InvoiceDesignState_build__closure7, A._InvoiceDesignState_build_closure24, A._InvoiceDesignState_build__closure6, A._InvoiceDesignState_build_closure25, A._InvoiceDesignState_build__closure5, A._InvoiceDesignState_build_closure26, A._InvoiceDesignState_build__closure4, A._InvoiceDesignState_build_closure27, A._InvoiceDesignState_build__closure3, A._InvoiceDesignState_build_closure28, A._InvoiceDesignState_build__closure2, A._InvoiceDesignState_build_closure29, A._InvoiceDesignState_build__closure1, A._InvoiceDesignState_build_closure30, A._InvoiceDesignState_build__closure0, 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._InvoiceDesignState_build_closure62, A._InvoiceDesignState_build_closure63, A._InvoiceDesignState_build_closure64, A._InvoiceDesignState_build_closure65, A._InvoiceDesignState_build__closure, A._InvoiceDesignState_build_closure66, A._InvoiceDesignState_build_closure67, A._InvoiceDesignState_build_closure68, A._InvoiceDesignState_build_closure69, A._InvoiceDesignState_build_closure70, A._InvoiceDesignState_build_closure71, A._InvoiceDesignState_build_closure72, A._InvoiceDesignState_build_closure73, A._InvoiceDesignState_build_closure74, A._PdfPreviewState__loadPdf_closure0, A._PdfPreviewState_build_closure, 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__closure12, A._PaymentSettingsState_build_closure2, A._PaymentSettingsState_build__closure10, A._PaymentSettingsState_build_closure0, A._PaymentSettingsState_build__closure11, A._PaymentSettingsState_build_closure1, A._PaymentSettingsState_build_closure3, A._PaymentSettingsState_build__closure9, A._PaymentSettingsState_build_closure4, A._PaymentSettingsState_build__closure8, A._PaymentSettingsState_build_closure5, A._PaymentSettingsState_build__closure7, A._PaymentSettingsState_build_closure6, A._PaymentSettingsState_build__closure6, A._PaymentSettingsState_build_closure7, A._PaymentSettingsState_build__closure5, A._PaymentSettingsState_build_closure8, A._PaymentSettingsState_build__closure4, A._PaymentSettingsState_build_closure9, A._PaymentSettingsState_build__closure3, A._PaymentSettingsState_build_closure10, A._PaymentSettingsState_build__closure2, A._PaymentSettingsState_build_closure11, A._PaymentSettingsState_build__closure1, A._PaymentSettingsState_build_closure12, A._PaymentSettingsState_build__closure0, A._PaymentSettingsState_build_closure14, 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._SettingsListTileState_build_closure0, A._SettingsListTileState_build_closure1, A.SettingsSearch_build_closure0, 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__closure13, A._TaskSettingsState_build_closure0, A._TaskSettingsState_build__closure12, A._TaskSettingsState_build_closure1, A._TaskSettingsState_build__closure11, A._TaskSettingsState_build_closure2, A._TaskSettingsState_build__closure10, A._TaskSettingsState_build_closure4, A._TaskSettingsState_build__closure9, A._TaskSettingsState_build_closure5, A._TaskSettingsState_build__closure8, A._TaskSettingsState_build_closure6, A._TaskSettingsState_build__closure7, A._TaskSettingsState_build_closure7, A._TaskSettingsState_build__closure6, A._TaskSettingsState_build_closure8, A._TaskSettingsState_build__closure5, A._TaskSettingsState_build_closure9, A._TaskSettingsState_build__closure4, A._TaskSettingsState_build_closure10, A._TaskSettingsState_build__closure3, A._TaskSettingsState_build_closure11, A._TaskSettingsState_build__closure2, A._TaskSettingsState_build_closure12, A._TaskSettingsState_build__closure1, A._TaskSettingsState_build_closure13, A._TaskSettingsState_build__closure0, A._TaskSettingsState_build_closure14, A._TaskSettingsState_build__closure, A._TaskSettingsState_build_closure15, A.TaskSettingsVM_fromStore_closure0, A.TaskSettingsVM_fromStore_closure1, A.TaskSettingsVM_fromStore_closure, A.TaskSettingsVM_fromStore_closure2, A._TaxSettingsState_build_closure, A._TaxSettingsState_build__closure11, A._TaxSettingsState_build_closure0, A._TaxSettingsState_build__closure10, A._TaxSettingsState_build_closure1, A._TaxSettingsState_build__closure9, A._TaxSettingsState_build_closure2, A._TaxSettingsState_build__closure8, A._TaxSettingsState_build_closure3, A._TaxSettingsState_build__closure7, A._TaxSettingsState_build_closure4, A._TaxSettingsState_build__closure6, A._TaxSettingsState_build_closure5, A._TaxSettingsState_build__closure5, A._TaxSettingsState_build_closure7, A._TaxSettingsState_build__closure4, A._TaxSettingsState_build_closure9, A._TaxSettingsState_build__closure3, A._TaxSettingsState_build_closure8, A._TaxSettingsState_build_closure10, A._TaxSettingsState_build__closure0, A._TaxSettingsState_build___closure2, A._TaxSettingsState_build____closure1, A._TaxSettingsState_build__closure, A._TaxSettingsState_build__closure2, A._TaxSettingsState_build___closure, A._TaxSettingsState_build____closure0, A._TaxSettingsState_build_____closure, A._TaxSettingsState_build______closure, A._TaxSettingsState_build_______closure, A._TaxSettingsState_build____closure, A.NumberOfRatesSelector_build_closure, A.__EditSubregionDialogState__onDone_closure, A.__EditSubregionDialogState__onDone__closure, A.__EditSubregionDialogState__onDone___closure, A.__EditSubregionDialogState__onDone____closure, A.__EditSubregionDialogState_build_closure0, A.__EditSubregionDialogState_build_closure1, A.__EditSubregionDialogState_build_closure2, A.__EditSubregionDialogState_build_closure3, A.__EditSubregionDialogState_build_closure4, A.__EditSubregionDialogState_build_closure5, 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_closure10, 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_closure9, 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__closure5, A._UserDetailsState_build__closure6, A._UserDetailsState_build__closure7, A._UserDetailsState_build_closure8, A._UserDetailsState_build__closure4, A._UserDetailsState_build_closure9, A._UserDetailsState_build__closure3, A._UserDetailsState_build_closure11, A._UserDetailsState_build__closure2, A._UserDetailsState_build_closure10, A._UserDetailsState_build_closure12, A._UserDetailsState_build__closure1, A._UserDetailsState_build_closure13, 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_closure6, A.UserDetailsVM_fromStore__closure1, A.UserDetailsVM_fromStore_closure7, A.UserDetailsVM_fromStore__closure0, A.UserDetailsVM_fromStore_closure2, A.UserDetailsVM_fromStore__closure5, A.UserDetailsVM_fromStore____closure, A.UserDetailsVM_fromStore_closure1, A.UserDetailsVM_fromStore_closure4, A.UserDetailsVM_fromStore__closure3, A.UserDetailsVM_fromStore_closure8, A.UserDetailsVM_fromStore__closure, A.UserDetailsVM_fromStore_closure3, A.UserDetailsVM_fromStore___closure5, A.UserDetailsVM_fromStore_closure0, A.UserDetailsVM_fromStore___closure8, A.UserDetailsVM_fromStore____closure1, A.UserDetailsVM_fromStore____closure2, 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_closure33, A._SubscriptionEditState_build_closure, A._SubscriptionEditState_build__closure30, A._SubscriptionEditState_build_closure0, A._SubscriptionEditState_build__closure29, A._SubscriptionEditState_build_closure1, A._SubscriptionEditState_build__closure27, A._SubscriptionEditState_build___closure7, A._SubscriptionEditState_build__closure28, A._SubscriptionEditState_build_closure2, A._SubscriptionEditState_build_closure3, A._SubscriptionEditState_build___closure6, A._SubscriptionEditState_build_closure4, A._SubscriptionEditState_build__closure24, A._SubscriptionEditState_build___closure5, A._SubscriptionEditState_build__closure25, A._SubscriptionEditState_build_closure5, A._SubscriptionEditState_build_closure6, A._SubscriptionEditState_build___closure4, A._SubscriptionEditState_build_closure7, A._SubscriptionEditState_build__closure21, A._SubscriptionEditState_build___closure3, A._SubscriptionEditState_build__closure22, A._SubscriptionEditState_build_closure8, A._SubscriptionEditState_build_closure9, A._SubscriptionEditState_build___closure2, A._SubscriptionEditState_build_closure10, A._SubscriptionEditState_build__closure18, A._SubscriptionEditState_build___closure1, A._SubscriptionEditState_build__closure19, A._SubscriptionEditState_build_closure11, A._SubscriptionEditState_build_closure12, A._SubscriptionEditState_build___closure0, A._SubscriptionEditState_build_closure14, A._SubscriptionEditState_build__closure16, A._SubscriptionEditState_build_closure13, A._SubscriptionEditState_build_closure16, A._SubscriptionEditState_build__closure15, A._SubscriptionEditState_build_closure17, A._SubscriptionEditState_build__closure14, A._SubscriptionEditState_build_closure15, A._SubscriptionEditState_build_closure18, A._SubscriptionEditState_build__closure13, A._SubscriptionEditState_build_closure19, A._SubscriptionEditState_build__closure12, A._SubscriptionEditState_build_closure20, A._SubscriptionEditState_build__closure11, A._SubscriptionEditState_build_closure21, A._SubscriptionEditState_build__closure10, A._SubscriptionEditState_build_closure22, A._SubscriptionEditState_build__closure9, A._SubscriptionEditState_build_closure23, A._SubscriptionEditState_build__closure8, A._SubscriptionEditState_build_closure24, A._SubscriptionEditState_build__closure7, A._SubscriptionEditState_build_closure25, A._SubscriptionEditState_build__closure6, A._SubscriptionEditState_build_closure26, A._SubscriptionEditState_build__closure5, A._SubscriptionEditState_build_closure27, A._SubscriptionEditState_build__closure4, A._SubscriptionEditState_build_closure28, A._SubscriptionEditState_build__closure3, A._SubscriptionEditState_build_closure29, A._SubscriptionEditState_build_closure30, A._SubscriptionEditState_build__closure0, A._SubscriptionEditState_build_closure32, 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__closure10, A._TaskEditDesktopState_build_closure1, A._TaskEditDesktopState_build_closure3, A._TaskEditDesktopState_build__closure9, A._TaskEditDesktopState_build_closure4, A._TaskEditDesktopState_build_closure5, A._TaskEditDesktopState_build__closure8, A._TaskEditDesktopState_build_closure6, A._TaskEditDesktopState_build__closure7, A._TaskEditDesktopState_build_closure7, A._TaskEditDesktopState_build__closure0, A._TaskEditDesktopState_build__closure2, A._TaskEditDesktopState_build__closure3, A._TaskEditDesktopState_build__closure4, A._TaskEditDesktopState_build___closure1, A._TaskEditDesktopState_build___closure0, A._TaskEditDesktopState_build___closure, 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_closure2, A.TimeEditDetailsState_build_closure3, A.TimeEditDetailsState_build_closure4, A.TimeEditDetailsState_build__closure1, A.TimeEditDetailsState_build_closure5, A.TimeEditDetailsState_build__closure, 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._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_closure, A.TaskViewVM_TaskViewVM$fromStore_closure0, A.TaskViewVM_TaskViewVM$fromStore_closure1, A.TaskViewVM_TaskViewVM$fromStore__closure, A.TaskViewVM_TaskViewVM$fromStore__closure0, 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._TaskStatusListState_build_closure, A.TaskStatusListItem_build_closure, A.TaskStatusListVM_fromStore__handleRefresh, A.TaskStatusListVM_fromStore_closure, A.TaskStatusListVM_fromStore__closure, A.TaskStatusScreen_build_closure8, A.TaskStatusScreen_build__closure, A.TaskStatusScreen_build__closure0, A.TaskStatusScreen_build_closure5, A.TaskStatusScreen_build_closure1, A.TaskStatusScreen_build_closure2, A.TaskStatusScreen_build_closure3, A.TaskStatusScreen_build_closure4, 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__closure8, 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.TransactionPresenter_getField_closure2, 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._TransactionViewState_build_closure1, A._MatchDepositsState_initState_closure, A._MatchDepositsState_updateInvoiceList_closure, A._MatchDepositsState_updatePaymentList_closure, A._MatchDepositsState_build_closure, A._MatchDepositsState_build_closure0, A._MatchDepositsState_build_closure1, A._MatchDepositsState_build_closure4, A._MatchDepositsState_build_closure7, A._MatchDepositsState_build_closure8, A._MatchDepositsState_build__closure, A._MatchWithdrawalsState_updateCategoryList_closure, A._MatchWithdrawalsState_updateVendorList_closure, A._MatchWithdrawalsState_updateExpenseList_closure, A._MatchWithdrawalsState_build_closure, A._MatchWithdrawalsState_build_closure0, A._MatchWithdrawalsState_build_closure1, A._MatchWithdrawalsState_build_closure4, A._MatchWithdrawalsState_build_closure5, A._MatchWithdrawalsState_build____closure1, A._MatchWithdrawalsState_build_____closure, A._MatchWithdrawalsState_build_closure10, A._MatchWithdrawalsState_build__closure6, A._MatchWithdrawalsState_build__closure7, A._MatchWithdrawalsState_build___closure2, A._MatchWithdrawalsState_build____closure0, A._MatchWithdrawalsState_build_closure15, A._MatchWithdrawalsState_build__closure1, A._MatchWithdrawalsState_build__closure2, A._MatchWithdrawalsState_build___closure0, A._MatchWithdrawalsState_build____closure, A._MatchWithdrawalsState_build__closure, A.TransactionViewScreen_build_closure0, A.TransactionViewScreen_build__closure, A.TransactionViewVM_TransactionViewVM$fromStore_closure, A.TransactionViewVM_TransactionViewVM$fromStore_closure1, A.TransactionViewVM_TransactionViewVM$fromStore__closure, A._TransactionRuleEditState_didChangeDependencies_closure, A._TransactionRuleEditState_didChangeDependencies_closure0, A._TransactionRuleEditState_dispose_closure, A._TransactionRuleEditState__onChanged__closure, A._TransactionRuleEditState_build_closure0, A._TransactionRuleEditState_build_closure1, A._TransactionRuleEditState_build_closure, A._TransactionRuleEditState_build__closure, A._TransactionRuleEditState_build__closure0, A._TransactionRuleEditState_build__closure1, A._TransactionRuleEditState_build___closure9, A._TransactionRuleEditState_build__closure2, A._TransactionRuleEditState_build___closure8, A._TransactionRuleEditState_build___closure6, A._TransactionRuleEditState_build___closure7, A._TransactionRuleEditState_build___closure5, A._TransactionRuleEditState_build___closure3, A._TransactionRuleEditState_build___closure4, A._TransactionRuleEditState_build__closure7, A._TransactionRuleEditState_build___closure1, A._TransactionRuleEditState_build___closure2, A._TransactionRuleEditState_build__closure9, A._TransactionRuleEditState_build___closure, A._TransactionRuleEditState_build___closure0, A.__RuleCriteriaState_build_closure, A.__RuleCriteriaState_build___closure1, A.__RuleCriteriaState_build_closure0, A.__RuleCriteriaState_build___closure0, A.__RuleCriteriaState_build_closure1, A.__RuleCriteriaState_build___closure, A.__RuleCriteriaState_build_closure2, A.__RuleCriteriaState_build_closure3, A.TransactionRuleEditScreen_build_closure0, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore_closure, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore_closure1, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore_closure0, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore___closure, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore___closure0, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore____closure, A.TransactionRuleListItem_build_closure, A.TransactionRuleListVM_fromStore__handleRefresh, A.TransactionRuleListVM_fromStore_closure, A.TransactionRuleListVM_fromStore_closure0, A.TransactionRuleScreen_build_closure7, A.TransactionRuleScreen_build_closure4, A.TransactionRuleScreen_build_closure0, A.TransactionRuleScreen_build_closure1, A.TransactionRuleScreen_build_closure2, A.TransactionRuleScreen_build_closure3, A.TransactionRuleViewScreen_build_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_closure15, A._UserEditState_build_closure, A._UserEditState_build_closure0, A._UserEditState_build_closure1, A._UserEditState_build__closure12, A._UserEditState_build_closure3, A._UserEditState_build__closure11, A._UserEditState_build_closure4, A._UserEditState_build__closure9, A._UserEditState_build__closure10, A._UserEditState_build_closure5, A._UserEditState_build__closure7, A._UserEditState_build__closure8, A._UserEditState_build__closure6, A._UserEditState_build___closure0, A._UserEditState_build_closure7, A._UserEditState_build_closure9, A._UserEditState_build_closure11, A._UserEditState_build_closure13, A._UserEditState_build_closure14, 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_closure4, A.VendorContactEditDetailsState_build_closure3, A.VendorContactEditDetailsState_build_closure5, A.VendorContactEditDetailsState_build_closure6, A.VendorContactEditDetailsState_build_closure7, A.VendorContactEditDetailsState_build_closure8, A.VendorContactEditDetailsState_build_closure9, A.VendorContactEditDetailsState_build_closure10, A.VendorContactEditDetailsState_build___closure, A.VendorContactEditDetailsState_build__closure1, 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__closure0, A.VendorEditDetailsState_build_closure2, A.VendorEditDetailsState_build__closure, A.VendorEditDetailsState_build_closure1, A.VendorEditNotesState_didChangeDependencies_closure, A.VendorEditNotesState_didChangeDependencies_closure0, A.VendorEditNotesState_dispose_closure, A.VendorEditNotesState__onChanged_closure, A.VendorEditSettingsState_build_closure, A.VendorEditSettingsState_build__closure0, A.VendorEditSettingsState_build_closure0, A.VendorEditSettingsState_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_closure, A._VendorViewDetailsState_build__buildDetailsList_closure, 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__closure, A.VendorViewVM_VendorViewVM$fromStore__closure0, 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_closure, A._FieldConfirmationState_build_closure0, 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_build_closure, 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__buildUrlField_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_closure, A.InlineParser_parse_closure, A.InlineParser__linkOrImage_closure, A.InlineParser__linkOrImage_closure0, 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._RenderIosPagedMenu__scheduleUpdateControllerPageCount_closure, A.Context_joinAll_closure, A.Context_split_closure, A._validateArgList_closure, A._PinchZoomState_build_closure0, A._PinchZoomState_build_closure, A._PinputState__buildPinput_closure1, A._PinputState__buildPinput__closure0, A._PinputState__buildPinput__closure1, A._PinputState__buildEditable_closure, A._PinputState__buildEditable_closure0, A._PinputState__buildFields_onlyFields_closure, A._SeparatedRaw_build_closure, A._PinputAnimatedCursorState__startCursorAnimation_closure, A._registerFactory_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._forwardMulti_closure, A._forwardMulti_closure_listenToUpstream, A._forward_closure_listenToUpstream, A.SdkVersion_toJson_closure, A.SharedPreferencesPlugin__getFilteredKeys_closure, A.MethodChannelSignInWithApple__signInWithAppleAndroid_closure, 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.OnBuilder_closure, A.OnBuilder_closure0, A._MyStatefulWidgetState_initState_closure, A.ReactiveModelImp_setStateNullable_closure0, A.ReactiveModelImp_initialize_closure, A.ReactiveModelImp__handleAsyncState_closure, A.ReactiveModelImp__handleAsyncState__closure0, A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.CommonEditorOperations_convertParagraphByPatternMatching_closure4, A._PasteEditorCommand__convertLinesToParagraphs_closure, A._EditorSelectionAndFocusPolicyState__onFocusChange_closure, A._DocumentMouseInteractorState__onSelectionChange_closure, A._DocumentMouseInteractorState_build_closure, A._DocumentMouseInteractorState_build_closure0, A._DocumentMouseInteractorState__buildCursorStyle_closure, A._DocumentMouseInteractorState__buildCursorStyle__closure, A._DocumentMouseInteractorState__buildGestureInput_closure0, A._DocumentMouseInteractorState__buildGestureInput_closure2, A._AndroidDocumentTouchInteractorState_initState_closure1, A._AndroidDocumentTouchInteractorState_didChangeDependencies_closure, A._AndroidDocumentTouchInteractorState_dispose_closure, A._AndroidDocumentTouchInteractorState_didChangeMetrics_closure, A._AndroidDocumentTouchInteractorState__configureScrollController_closure, A._AndroidDocumentTouchInteractorState__onScrollActivityChange_closure, A._AndroidDocumentTouchInteractorState__onDocumentChange_closure, A._AndroidDocumentTouchInteractorState__onSelectionChange_closure, A._AndroidDocumentTouchInteractorState__showEditingControlsOverlay_closure, A._AndroidDocumentTouchInteractorState__buildGestureInput_closure0, A._AndroidDocumentTouchEditingControlsState_build_closure, A._IOSDocumentTouchInteractorState_initState_closure1, A._IOSDocumentTouchInteractorState_didChangeDependencies_closure, A._IOSDocumentTouchInteractorState_didChangeMetrics_closure, A._IOSDocumentTouchInteractorState__configureScrollController_closure, A._IOSDocumentTouchInteractorState__onScrollActivityChange_closure, A._IOSDocumentTouchInteractorState__onDocumentChange_closure, A._IOSDocumentTouchInteractorState__onSelectionChange_closure, A._IOSDocumentTouchInteractorState__showEditingControlsOverlay_closure, A._IOSDocumentTouchInteractorState_build_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure0, A._IOSDocumentTouchInteractorState__buildGestureInput_closure2, A.DocumentImeInputClient_updateEditingValueWithDeltas_closure, A.DocumentImeInputClient__sendDocumentToIme_closure, A._DocumentSelectionOpenAndCloseImePolicyState_didUpdateWidget_closure, A._SoftwareKeyboardOpenerState_dispose_closure, A.KeyboardEditingToolbar_build_closure, A.SuperEditorImeInteractorState_initState_closure0, A._DocumentScrollableState_initState_closure, A._SingleColumnDocumentLayoutState__getNodeIdsBetween_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.SuperEditorState__buildDocumentLayout_closure, A.TaskComponentBuilder_createViewModel_closure, A._TaskComponentState_build_closure, A._TaskComponentState_build_closure0, A._TaskComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.ComputeTextSpan_computeTextSpan_closure, A.RenderContentLayers_attach_closure, A.RenderContentLayers_detach_closure, A.RenderContentLayers_performLayout_closure, A.Scheduler_runAsSoonAsPossible_closure, A._IosDocumentTouchEditingControlsState__onFloatingCursorChange_closure, A._IosDocumentTouchEditingControlsState_build_closure, A._IosDocumentTouchEditingControlsState__buildHandles_closure, A._IosDocumentTouchEditingControlsState__buildHandleOld_closure, A._IosDocumentTouchEditingControlsState__buildFloatingCursor_closure, A._IosDocumentTouchEditingControlsState__buildToolbar_closure, A.CharacterMovement__moveOffsetByWord_closure, A.CharacterMovement__moveOffsetByWord_closure0, A.CharacterMovement__moveOffsetByWord_closure1, A.CharacterMovement__moveOffsetByCharacter_closure, A._AndroidEditingOverlayControlsState_didChangeMetrics_closure, A._AndroidEditingOverlayControlsState__rebuildOnNextFrame_closure, A._AndroidEditingOverlayControlsState_build_closure, A._AndroidEditingOverlayControlsState_build_closure0, A._AndroidEditingOverlayControlsState__buildToolbar_closure, A._AndroidEditingOverlayControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet_closure, A.AndroidTextFieldTouchInteractorState__onScrollChange_closure, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure0, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure2, A.SuperAndroidTextFieldState_initState_closure, A.SuperAndroidTextFieldState_dispose_closure, A.SuperAndroidTextFieldState_didChangeMetrics_closure, A.SuperAndroidTextFieldState__showEditingControlsOverlay_closure, A.SuperAndroidTextFieldState_build_closure, A.SuperDesktopTextFieldState__onSelectionOrContentChange_closure, A.SuperDesktopTextFieldState_build_closure, A.SuperDesktopTextFieldState_build_closure0, A._SuperTextFieldGestureInteractorState_build_closure0, A._SuperTextFieldGestureInteractorState_build_closure2, A._SuperTextFieldImeInteractorState_initState_closure, A._SuperTextFieldImeInteractorState_didUpdateWidget_closure, A.SuperTextFieldScrollviewState_didUpdateWidget_closure, A.SuperTextFieldScrollviewState__onSelectionOrContentChange_closure, A._TextScrollViewState__scheduleViewportHeightUpdateAndRebuild_closure, A.ImeAttributedTextEditingController__sendEditingValueToPlatform_closure, A.ImeAttributedTextEditingController_updateEditingValueWithDeltas_closure, A._IOSEditingControlsState_didChangeMetrics_closure, A._IOSEditingControlsState__rebuildOnNextFrame_closure, A._IOSEditingControlsState_build_closure, A._IOSEditingControlsState_build_closure0, A._IOSEditingControlsState__buildToolbar_closure, A._IOSEditingControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet_closure, A.IOSFloatingCursor_build_closure, A.IOSTextFieldTouchInteractorState__onScrollChange_closure, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure0, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure2, A.SuperIOSTextFieldState_initState_closure, A.SuperIOSTextFieldState_dispose_closure, A.SuperIOSTextFieldState_didChangeMetrics_closure, A.SuperIOSTextFieldState__showHandles_closure, A.SuperIOSTextFieldState_build_closure, A._RebuildOptimizedSuperTextWithSelectionState__buildLayerBeneath_closure, A._RebuildOptimizedSuperTextWithSelectionState__buildLayerAbove_closure, A.format_closure, A.MethodChannelUrlLauncher_launch_closure, A._MaterialScrollbarState__thumbColor_closure0, A._MaterialScrollbarState__trackColor_closure0, A._MaterialScrollbarState__trackBorderColor_closure0, A._MaterialScrollbarState__thickness_closure0]); + _inheritMany(A.Closure0Args, [A.AppBootstrap_prepareEngineInitializer_closure, A.AppBootstrap_prepareEngineInitializer__closure0, A.AppBootstrap_prepareEngineInitializer__closure, A.HtmlViewEmbedder__compositeWithParams_closure, A.HtmlViewEmbedder__applyMutators_closure, A.HtmlViewEmbedder__applyMutators_closure0, A.SkiaFontCollection__registerWithFontProvider_closure, A.SkiaFontCollection__registerWithFontProvider_closure0, A.SkiaFontCollection_loadAssetFonts_closure, A.SkiaFontCollection_loadAssetFonts_closure0, A.skiaDecodeImageFromPixels_closure, A.Frame_raster_closure, A.Frame_raster_closure0, A.CanvasKitRenderer_initialize_closure, A.CkTextStyle_skTextStyle_closure, A.FontFallbackManager_createNotoFontTree_closure, A.FontFallbackManager_addMissingCodePoints_closure, A.FallbackFontDownloadQueue_startDownloads_closure, A.PersistedPicture__applyBitmapPaint_closure, A.HtmlRenderer_initialize_closure, A.SurfaceSceneBuilder_build_closure, A.SurfaceSceneBuilder_build_closure0, A.GradientLinear_createImageBitmap_closure, A.BrowserImageDecoder__cacheExpirationClock_closure, A.BrowserImageDecoder__getOrCreateWebDecoder_closure, A.initializeEngineServices_closure0, A.initializeEngineServices_initializeRendererCallback, A._cached_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.EnginePlatformDispatcher_invokeOnKeyData_closure, A.invoke2_closure, A.PlatformViewManager_renderContent_closure, A._PointerAdapter__ensureSanitizer_closure, A.PointerDataConverter__ensureStateForPointer_closure, A.RawKeyboard$__closure1, A.RawKeyboard__handleHtmlEvent_closure, A.AccessibilityAnnouncements_announce_closure, A.RouteName_update_closure, A.AccessibilityFocusManager_changeFocus_closure, A.Scrollable_update_closure, A.EngineSemanticsOwner$__closure, A.EngineSemanticsOwner__now_closure, A.EngineSemanticsOwner__getGestureModeClock_closure, A.MobileSemanticsEnabler_tryEnableSemantics_closure, A.TextField__invokeIosWorkaround_closure, A.TextField_update_closure, A.HtmlFontCollection_loadAssetFonts_closure, A.HtmlFontCollection_loadAssetFonts_closure0, A.HtmlFontCollection_loadAssetFonts_closure1, A.SafariDesktopTextEditingStrategy_placeElement_closure, 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__chainCoreFutureAsync_closure, A._Future__asyncCompleteWithValue_closure, A._Future__asyncCompleteError_closure, A._Future__propagateToListeners_handleWhenCompleteCallback, A._Future__propagateToListeners_handleValueCallback, A._Future__propagateToListeners_handleError, A._Future_timeout_closure, A.Stream_asyncMap_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_bindCallbackGuarded_closure, A.Utf8Decoder__decoder_closure, A.Utf8Decoder__decoderNonfatal_closure, A._BigIntImpl_toDouble_roundUp, A._FileStream_listen_closure, A._FileStream__closeFile_done, A._File_readAsBytes_readUnsized_read, A._File_readAsBytes_readSized_read, A.ChannelBuffers_push_closure, A.ChannelBuffers_setListener_closure, A.KeyData__logicalToString_closure, A.bootstrapEngine_closure0, A.BrowserPlatformLocation_getOrCreateDomEventListener_closure, A.HashUrlStrategy_addPopStateListener_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._CupertinoDesktopTextSelectionToolbarButtonState__onEnter_closure, A._CupertinoDesktopTextSelectionToolbarButtonState__onExit_closure, A._CupertinoTextMagnifierState_initState_closure, A._CupertinoTextMagnifierState_initState__closure, A._CupertinoTextMagnifierState__determineMagnifierPositionAndFocalPoint_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure0, A._CupertinoScrollbarState_initState_closure, A._CupertinoSwitchState__handleDragEnd_closure, A._CupertinoSwitchState__onShowFocusHighlight_closure, A._CupertinoTextSelectionToolbarContentState__statusListener_closure, A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure, A._CupertinoTextSelectionToolbarButtonState__onTapDown_closure, A._CupertinoTextSelectionToolbarButtonState__onTapUp_closure, A._CupertinoTextSelectionToolbarButtonState__onTapCancel_closure, A.ToggleableStateMixin__handleTapDown_closure0, A.ToggleableStateMixin__handleTapEnd_closure0, A.ToggleableStateMixin__handleFocusHighlightChanged_closure0, 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.DragGestureRecognizer__checkEnd_closure2, 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.TapGestureRecognizer_handleTapUp_closure1, 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._ActionButton_build_closure, A.AppBar__getEffectiveCenterTitle_platformCenter, A._AppBarState__handleScrollNotification_closure, A.MaterialPointArcTween__initialize_sweepAngle, A._BottomSheetState__handleDragStart_closure, A._BottomSheetState__handleDragEnd_closure, A._BottomSheetState__handleDragHandleHover_closure, A._BottomSheetGestureDetector_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_closure1, A._YearPickerState__buildYearItem_closure1, A.DataTable_build_closure5, A.DataTable_build_closure6, A.DataTable_build_closure7, 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.DropdownButtonFormField_closure_isHintOrDisabledHintAvailable, A.Feedback_wrapForTap_closure, A._getClipCallback_closure, A._getClipCallback_closure0, A._InkResponseState_handleStatesControllerChange_closure, A._InkResponseState_updateHighlight_handleInkRemoval, A._InkResponseState__createSplash_onRemoved, A._InkResponseState_handleFocusHighlightModeChange_closure, A._InputDatePickerFormFieldState_didUpdateWidget__closure, A._HelperErrorState__handleChange_closure, A._InputDecoratorState__handleChange_closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint_closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint__closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint_closure0, A.MaterialStateMixin_addMaterialState_closure, A.MaterialStateMixin_removeMaterialState_closure, A._MergeableMaterialState__handleTick_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._FloatingActionButtonTransitionState__handlePreviousAnimationStatusChanged_closure, A.ScaffoldState__drawerOpenedCallback_closure, A.ScaffoldState__endDrawerOpenedCallback_closure, A.ScaffoldState__updateSnackBar_closure, A.ScaffoldState__updateMaterialBanner_closure, A.ScaffoldState__buildBottomSheet_removePersistentSheetHistoryEntryIfNeeded, 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_closure1, A._TabBarViewState__warpToAdjacentTab_closure, A._TabBarViewState__warpToNonAdjacentTab_closure, A._TabBarViewState__warpToNonAdjacentTab_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._TextSelectionToolbarOverflowableState_build_closure, A._TextSelectionToolbarOverflowableState_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_closure, A._DayPeriodControl_build_closure0, A._DialState_initState_closure, A._DialState_initState__closure0, A._DialState_initState_closure0, A._DialState_initState__closure, A._DialState__updateThetaForPan_closure, A._DialState__selectHour_getAmPmTime, 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__handleTimeChanged_closure, A._TimePickerDialogState__handleEntryModeChanged_closure, A._TimePickerDialogState__handleOk_closure, A._TimePickerState__vibrate_closure, A._TimePickerState__handleHourMinuteModeChanged_closure, A._TimePickerState__handleEntryModeToggle_closure, A._TimePickerState__handleTimeChanged_closure, A._TimePickerState__handleHourSelected_closure, A.ToggleButtons_build__closure, A.ToggleableStateMixin__handleTapDown_closure, A.ToggleableStateMixin__handleTapEnd_closure, A.ToggleableStateMixin__handleFocusHighlightChanged_closure, A.ToggleableStateMixin__handleHoverChanged_closure, A.TooltipState__handleStatusChanged_closure, A.TooltipState__handleStatusChanged_closure0, A.TooltipState__handleStatusChanged_closure1, A.TooltipState__handleStatusChanged_closure2, A.TooltipState__handleStatusChanged_closure3, A.TooltipState__handleStatusChanged_closure4, A.TooltipState__scheduleShowTooltip_show, A.TooltipState__scheduleShowTooltip_closure, A.TooltipState__buildTooltipOverlay_closure2, A.TooltipState__buildTooltipOverlay_closure3, A.TooltipState__buildTooltipOverlay_closure, A.TooltipState__buildTooltipOverlay_closure0, A.TooltipState__buildTooltipOverlay_closure1, A.ImageCache__trackLiveImage_closure, A.ImageCache__trackLiveImage__closure, A._LiveImage_closure, A.ImageProvider_resolveStreamForKey_closure, A.ImageProvider_resolveStreamForKey_closure0, A.MultiFrameImageStreamCompleter__handleAppFrame_closure, A.TextPainter__computePaintOffsetFraction_closure, A.TextPainter__computePaintOffsetFraction_closure1, A.TextPainter__computePaintOffsetFraction_closure0, A.TextPainter__computePaintOffsetFraction_closure2, A.TextPainter__computePaintOffsetFraction_closure3, A.TextPainter__computePaintOffsetFraction_closure4, A.TextPainter__computePaintOffsetFraction_closure5, A.TextPainter_getOffsetForCaret_closure, A.TextPainter_getOffsetForCaret_closure0, A.TextPainter_getOffsetForCaret_closure1, A.TextPainter_getFullHeightForCaret_closure, A.RenderAnimatedSize_closure, A.RenderBox__computeIntrinsicDimension_closure, A.RenderBox_getDryLayout_closure, A.RenderBox_getDistanceToActualBaseline_closure, A.RenderEditable__createShowOnScreenFor_closure, A.Layer_addCompositionCallback_closure, A.Layer_addCompositionCallback_closure0, 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__reportException_closure, A.RenderObject_invokeLayoutCallback_closure, A.RenderObject_toStringDeep_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_initServiceExtensions_closure, 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.WidgetsBinding_scheduleAttachRootWidget_closure, A.RenderObjectToWidgetAdapter_attachToRenderTree_closure, A.RenderObjectToWidgetAdapter_attachToRenderTree_closure0, A._DraggableScrollableSheetScrollController_createScrollPosition_closure, A._DraggableScrollableSheetScrollPosition_goBallistic_tick, A._DraggableScrollableSheetScrollPosition_goBallistic_closure, A.EditableTextState__onChangedClipboardStatus_closure, A.EditableTextState_buttonItemsForToolbarOptions_closure, A.EditableTextState_buttonItemsForToolbarOptions_closure0, A.EditableTextState_buttonItemsForToolbarOptions_closure1, A.EditableTextState_buttonItemsForToolbarOptions_closure2, A.EditableTextState_contextMenuButtonItems_closure, A.EditableTextState_contextMenuButtonItems_closure0, A.EditableTextState_contextMenuButtonItems_closure1, A.EditableTextState_contextMenuButtonItems_closure2, A.EditableTextState_contextMenuButtonItems_closure3, 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._FocusState__handleFocusChanged_closure, A._FocusState__handleFocusChanged_closure0, A._FocusState__handleFocusChanged_closure1, A._FocusState__handleFocusChanged_closure2, A.FormState__forceRebuild_closure, A.FormState__validate_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._MediaQueryFromViewState__updateData_closure, A.ModalBarrier_build_handleDismiss, A._RouteEntry_handlePush_closure, A._RouteEntry_dispose_closure0, A._RouteEntry_dispose__closure, 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._OverlayPortalState__getLocation_closure, A._OverlayPortalState_show_closure, A._OverlayPortalState_hide_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.SliverReorderableListState__wrapWithSemantics_moveToStart, A.SliverReorderableListState__wrapWithSemantics_moveToEnd, A.SliverReorderableListState__wrapWithSemantics_moveBefore, A.SliverReorderableListState__wrapWithSemantics_moveAfter, 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._SelectionKeepAliveState_listensTo_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.ShortcutManager_handleKeypress_closure, A.ShortcutManager_handleKeypress_closure0, A.SliverMultiBoxAdaptorElement_performRebuild_closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure0, A.SliverMultiBoxAdaptorElement_createChild_closure, A.SliverMultiBoxAdaptorElement_removeChild_closure, A._SliverPersistentHeaderElement__build_closure, A.BaseTapAndDragGestureRecognizer__handleDragUpdateThrottled_closure, A.BaseTapAndDragGestureRecognizer_addAllowedPointer_closure, A.BaseTapAndDragGestureRecognizer__checkTapDown_closure, A.BaseTapAndDragGestureRecognizer__checkTapUp_closure, A.BaseTapAndDragGestureRecognizer__checkDragStart_closure, A.BaseTapAndDragGestureRecognizer__checkDragUpdate_closure, A.BaseTapAndDragGestureRecognizer__checkDragEnd_closure, A._SelectionHandleOverlayState_build_closure, A._TextSelectionGestureDetectorState_build_closure, A._TextSelectionGestureDetectorState_build_closure1, A._TextSelectionGestureDetectorState_build_closure3, A._TextSelectionGestureDetectorState_build_closure5, A._TextSelectionGestureDetectorState_build_closure7, A._AnimatedState__handleChange_closure, A._throttle__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._WidgetsLocalizationsDelegate_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.BillingClientManager__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.NumberFormat__formatFixed_computeFractionDigits, A._CountryPickerDialogState_build__closure1, 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__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._$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._$serializers_closure202, A._$serializers_closure203, A._$serializers_closure204, A._$serializers_closure205, A._$serializers_closure206, A._$serializers_closure207, A._$serializers_closure208, A._$serializers_closure209, A._$serializers_closure210, A._$serializers_closure211, A._$serializers_closure212, A._$serializers_closure213, A._$serializers_closure214, A.VendorEntity_primaryContact_closure0, A.VendorEntity_getContact_closure0, 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.handleClientAction___closure, A.__MergClientPickerState_build__closure0, A.__MergClientPickerState_build_closure0, A.__MergClientPickerState_build_closure1, A.handleCreditAction_closure1, A.handleCreditAction_closure2, A._createViewDashboard__closure, A.handleDocumentAction_showDocument, A.handleDocumentAction_showDocument__closure, A.handleDocumentAction_downloadDocument, A.handleInvoiceAction_closure4, A.handleInvoiceAction_closure5, A.handleInvoiceAction___closure, A.handleProductAction___closure, A.handlePurchaseOrderAction_closure3, A.handlePurchaseOrderAction_closure4, A.handleQuoteAction_closure3, A.handleQuoteAction_closure4, A.handleRecurringInvoiceAction__closure0, A.handleRecurringInvoiceAction__closure1, A._viewReports__closure, A._viewSettings__closure, 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._DocumentGridState_build__closure4, A._DocumentGridState_build__closure3, A._DocumentGridState_build___closure0, A._DocumentGridState_build___closure, A.DocumentTile_build_closure, A.EditScaffold_build_closure, A.EditScaffold_build_closure10, A.EditScaffold_build_closure0, A.EditScaffold_build_closure1, A.EditScaffold_build__closure0, A.EditScaffold_build_closure4, A.EditScaffold_build_closure5, 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_closure, A.EntityTopFilterHeader_build_closure1, A.EntityTopFilterHeader_build_closure0, A.EntityTopFilterHeader_build__closure1, A.EntityTopFilterHeader_build_closure4, 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_closure0, 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_closure, A._HistoryListTileState_build_closure1, A._HistoryListTileState_build_closure0, A._InvoiceEmailViewState__onChanged_closure, A._InvoiceEmailViewState__loadTemplate_closure, A._InvoiceEmailViewState__loadTemplate__closure, 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_closure, A._ListFilterState_build_closure1, 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_closure8, A._MenuDrawerState_build_closure9, A._MenuDrawerState_build_closure10, A._MenuDrawerState_build_closure11, A._MenuDrawerState_build_closure13, A._MenuDrawerState_build_closure12, A._MenuDrawerState_build_closure14, A._MenuDrawerState_build_closure15, 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__closure3, A.SidebarFooter_build__closure4, A.SidebarFooter_build_closure0, A.SidebarFooter_build_closure1, A.SidebarFooter_build_closure2, A.SidebarFooter_build_closure3, A.SidebarFooter_build__closure1, A.SidebarFooter_build__closure0, A.SidebarFooter_build__closure2, 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._AccountSmsVerificationState__sendCode_closure, A._AccountSmsVerificationState__sendCode__closure0, A._AccountSmsVerificationState__sendCode__closure, A._AccountSmsVerificationState__verifyCode_closure, A._AccountSmsVerificationState__verifyCode__closure0, A._AccountSmsVerificationState__verifyCode__closure, A._AccountSmsVerificationState_build_closure2, A._AccountSmsVerificationState_build_closure3, A._AccountSmsVerificationState_build_closure4, A._AccountSmsVerificationState_build_closure5, A._UserSmsVerificationState__sendCode_closure, A._UserSmsVerificationState__sendCode__closure0, A._UserSmsVerificationState__sendCode__closure, A._UserSmsVerificationState__verifyCode_closure, A._UserSmsVerificationState__verifyCode__closure0, A._UserSmsVerificationState__verifyCode__closure, A._UserSmsVerificationState_build_closure0, A._UserSmsVerificationState_build_closure1, A._UserSmsVerificationState_build_closure2, A._UserSmsVerificationState_build_closure3, A._SystemLogViewerState_build__closure, A._SystemLogViewerState_build___closure, A._SystemLogViewerState_build____closure, A.AppPaginatedDataTableState__handleDataSourceChanged_closure, A.AppPaginatedDataTableState_pageTo_closure, A.AppPaginatedDataTableState__getRows_closure, A.EntityDataTableSource_getRow_closure1, A.EntityDataTableSource_getRow_closure0, A.EntityDataTableSource_getRow_closure3, A.EntityDataTableSource_getRow__closure0, A.EntityDataTableSource_getRow__closure, A._EntityListState_build_closure6, A._EntityListState_build__closure0, A._EntityListState_build__closure4, A._EntityListState_build_closure7, A._EntityListState_build__closure12, 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_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_closure0, A._LoginState_build_closure, A._LoginState_build__closure7, A._LoginState_build_closure1, A._LoginState_build__closure6, A._LoginState_build__closure5, A._LoginState_build__closure4, A._LoginState_build__closure3, A._LoginState_build_closure10, A._LoginState_build_closure11, A._LoginState_build_closure12, A._LoginState_build__closure2, A._LoginState_build_closure13, A._LoginState_build__closure1, A._LoginState_build_closure14, A._LoginState_build__closure0, A._LoginState_build_closure15, A._LoginState_build__closure, A._LoginState_build_closure16, A._LoginState_build_closure17, A.BankAccountListItem_build_closure1, A.BankAccountListItem_build_closure0, A.BankAccountListVM_fromStore_closure1, A.BankAccountScreen_build_closure15, A.BankAccountScreen_build_closure14, A.BankAccountScreen_build_closure, A.BankAccountScreen_build_closure0, A.BankAccountScreen_build_closure1, A.BankAccountScreen_build_closure2, A.BankAccountScreen_build_closure3, A.BankAccountScreen_build_closure4, A.BankAccountScreen_build_closure11, A._BankAccountEditState__onChanged_closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore__closure, A._BankAccountViewState_build_closure, A.BankAccountViewVM_BankAccountViewVM$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__closure1, A._ClientPdfViewState_loadPDF__closure, A._ClientPdfViewState_build__closure7, A._ClientPdfViewState_build__closure6, A._ClientPdfViewState_build__closure5, A._ClientPdfViewState_build_closure7, A._ClientPdfViewState_build_closure8, A._ClientPdfViewState_build__closure3, A._ClientPdfViewState_build_closure9, A._ClientPdfViewState_build__closure1, A._ClientPdfViewState_build_closure10, A._ClientPdfViewState_build__closure0, A._ClientPdfViewState_build__closure, A._ClientPdfViewState_build_closure13, 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._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.ClientViewDocuments_build_closure0, 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._ClientViewFullwidthState_build__closure7, A._ClientViewLedgerState_build__closure0, A._ClientViewLedgerState_build__closure, A.ClientOverview_build_closure1, A.ClientOverview_build_closure2, A.ClientOverview_build_closure3, A.ClientViewPaymentMethods_build__closure0, A.ClientViewPaymentMethods_build__closure1, A.ClientViewPaymentMethods_build__closure2, 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__closure1, 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_closure9, 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_closure4, A._DesignSettingsState_build_closure5, A._DesignSettingsState_build_closure6, A.__DesignImportDialogState_build_closure0, A.__DesignImportDialogState_build_closure1, A.DesignEditVM_DesignEditVM$fromStore__closure, A._DesignViewState_build_closure7, A.DesignViewVM_DesignViewVM$fromStore_closure, A.DocumentListItem_build__closure2, A.DocumentListItem_build__closure1, A.DocumentListItem_build__closure5, A.DocumentListItem_build__closure4, A.DocumentListBuilder_build__closure, A.DocumentListVM_fromStore_closure1, A.DocumentScreen_build_closure14, A.DocumentScreen_build_closure13, A.DocumentScreen_build_closure6, A._DocumentEditState__onChanged_closure0, A.DocumentEditVM_DocumentEditVM$fromStore__closure, A._ExpenseEditState_build_closure, A.ExpenseEditDetailsState__onChanged_closure0, A.ExpenseEditNotesState__onChanged_closure0, A.ExpenseEditNotesState_build_closure0, A.ExpenseEditSettingsState__onChanged_closure0, A.ExpenseEditSettingsState_build__closure10, A.ExpenseEditSettingsState_build__closure2, A.ExpenseEditSettingsState_build_closure9, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure5, A.ExpenseListItem_build__closure2, A.ExpenseListItem_build__closure1, A.ExpenseListItem_build__closure5, A.ExpenseListItem_build__closure4, A.ExpenseListVM_fromStore_closure1, A.ExpenseScreen_build_closure18, A.ExpenseScreen_build_closure17, A.ExpenseScreen_build_closure4, A.ExpenseScreen_build_closure5, A.ExpenseScreen_build_closure13, A._ExpenseViewState_build__closure, A._ExpenseViewState_build__closure0, A._ExpenseViewState_build__closure1, A._ExpenseViewState_build__closure2, A.ExpenseViewDocuments_build_closure0, 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._GroupViewState_build_closure1, 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__closure11, A.InvoiceEditDesktopState_build_closure29, A.InvoiceEditDesktopState_build_closure33, 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.InvoiceEditDetailsState_build_closure32, A.InvoiceEditFooter_build_closure, A._InvoiceEditItemsState_build_closure0, A.ItemEditDetailsState__onTextChanged_closure, A.ItemEditDetailsState_build_closure, A.ItemEditDetailsState_build_closure0, A.ItemEditDetailsState_build__closure2, 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__closure35, A._InvoiceEditItemsDesktopState_build_closure6, A._InvoiceEditItemsDesktopState_build__closure32, A._InvoiceEditItemsDesktopState_build__closure21, 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__closure2, A._InvoiceItemSelectorState__toggleEntity_closure, 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.InvoiceTaxDetails_build_closure, 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__closure1, A._InvoicePdfViewState_loadPdf__closure, A._InvoicePdfViewState_build__closure1, A._InvoicePdfViewState_build__closure0, A._InvoicePdfViewState_build__closure, A._InvoicePdfViewState_build_closure3, A._InvoicePdfViewState_build_closure4, A._InvoicePdfViewState_build_closure5, A.InvoicePresenter_getField_closure, A.InvoiceScreen_build_closure20, A.InvoiceScreen_build_closure19, A.InvoiceScreen_build_closure7, A.InvoiceScreen_build_closure15, 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.InvoiceViewDocuments_build_closure1, 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_closure21, A.PaymentScreen_build_closure20, A.PaymentScreen_build_closure7, A.PaymentScreen_build_closure8, A.PaymentScreen_build_closure16, 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_closure11, A.ProductScreen_build_closure10, A.ProductScreen_build_closure, A.ProductScreen_build_closure0, A.ProductScreen_build_closure7, A._ProductViewState_build__closure, A._ProductViewState_build__closure0, A._ProductViewState_build__closure1, A.ProductViewDocuments_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__closure1, A.ProjectViewDocuments_build_closure0, 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__closure1, 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._QuoteEditState_build_closure, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0, A.QuoteEditVM_QuoteEditVM$fromStore__closure1, 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_closure18, A.QuoteScreen_build_closure17, A.QuoteScreen_build_closure5, A.QuoteScreen_build_closure13, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure5, A.RecurringExpenseListItem_build__closure2, A.RecurringExpenseListItem_build__closure1, A.RecurringExpenseListItem_build__closure5, A.RecurringExpenseListItem_build__closure4, A.RecurringExpenseListVM_fromStore_closure1, A.RecurringExpenseScreen_build_closure17, A.RecurringExpenseScreen_build_closure16, A.RecurringExpenseScreen_build_closure4, A.RecurringExpenseScreen_build_closure12, A._RecurringInvoiceEditState_build_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure1, 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_closure27, A.ReportsScreen_build__closure3, A.ReportsScreen_build_closure21, A.ReportsScreen_build__closure1, A.ReportsScreen_build_closure24, A.ReportsScreen_build__closure, A.ReportsScreen_build_closure26, 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._ScheduleEditState__onChanged_closure, A._ScheduleEditState_build___closure6, A._ScheduleEditState_build__closure16, A.ScheduleEditVM_ScheduleEditVM$fromStore__closure, A.ScheduleListItem_build_closure1, A.ScheduleListItem_build_closure0, A.ScheduleListVM_fromStore_closure1, A.ScheduleScreen_build_closure10, A.ScheduleScreen_build_closure9, A.ScheduleScreen_build_closure, A.ScheduleScreen_build_closure6, A._ScheduleViewState_build_closure, A.ScheduleViewVM_ScheduleViewVM$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_closure10, A._ClientPortalState_build_closure12, A.ClientPortalVM_fromStore__closure, A._CompanyDetailsState__onSettingsChanged_closure0, A._CompanyDetailsState_build__closure6, A._CompanyDetailsState_build__closure7, A._CompanyDetailsState_build_closure10, A._CompanyDetailsState_build_closure17, A.CompanyDetailsVM_fromStore__closure4, 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_closure20, A._EmailSettingsState_build_closure0, A._EmailSettingsState_build_closure3, A._EmailSettingsState_build_closure22, A.EmailSettingsVM_fromStore__closure, A._ExpenseSettingsState_build_closure7, 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__closure9, A._ImportExportState_build__closure10, A._ImportExportState_build_closure1, A._ImportExportState_build__closure8, A._ImportExportState_build__closure7, A._ImportExportState_build__closure6, A._ImportExportState_build__closure5, A._ImportExportState_build__closure4, A._ImportExportState_build__closure3, A._ImportExportState_build__closure2, A._ImportExportState_build_closure12, 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__closure5, A.__FileMapperState_build__closure4, A.__FileMapperState_build__closure3, A.__FileMapperState_build_closure5, A.__FileMapperState_build_closure6, A.__FileMapperState_build__closure, A.__FileMapperState_build___closure0, A.__FileMapperState_build___closure, A._InvoiceDesignState__onChanged_closure0, A._InvoiceDesignState_build_closure0, A._InvoiceDesignState_build__closure27, A._InvoiceDesignState_build__closure26, A._InvoiceDesignState_build__closure24, A._InvoiceDesignState_build__closure23, A._InvoiceDesignState_build__closure21, A._InvoiceDesignState_build__closure20, A._InvoiceDesignState_build__closure18, A._InvoiceDesignState_build__closure17, A._InvoiceDesignState_build_closure10, A._PdfPreviewState__loadPdf_closure, A._PdfPreviewState__loadPdf_closure1, 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_closure13, A.PaymentSettingsVM_fromStore__closure, A._ProductSettingsState__onChanged_closure0, A.ProductSettingsVM_fromStore__closure, A._SettingsListTileState_build__closure0, A._SettingsListTileState_build__closure, A._SettingsListTileState_build_closure, A.SettingsSearch_build_closure1, A.SettingsSearch_build_closure2, 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____closure0, 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._SettingsWizardState_build_closure10, A._TaskSettingsState_build_closure3, A.TaskSettingsVM_fromStore__closure, A._TaxSettingsState_build_closure6, A._TaxSettingsState_build__closure1, A._TaxSettingsState_build___closure1, A._TaxSettingsState_build___closure0, A.__EditSubregionDialogState_build_closure, 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._TemplatesAndRemindersState_build_closure8, 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__closure26, A._SubscriptionEditState_build__closure23, A._SubscriptionEditState_build__closure20, A._SubscriptionEditState_build__closure17, A._SubscriptionEditState_build__closure2, A._SubscriptionEditState_build__closure1, A._SubscriptionEditState_build_closure31, 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___closure6, A._TaskEditDesktopState_build___closure5, A._TaskEditDesktopState_build___closure4, A._TaskEditDesktopState_build___closure3, A._TaskEditDesktopState_build___closure2, A._TaskEditDesktopState_build__closure5, A._TaskEditDesktopState_build__closure6, A._TaskEditDesktopState_build____closure, A._TaskEditDetailsState__onChanged_closure0, A.TimeEditDetailsState_build__closure6, A.TimeEditDetailsState_build__closure5, A.TimeEditDetailsState_build__closure4, A.TimeEditDetailsState_build__closure3, A.TimeEditDetailsState_build__closure2, A.TimeEditDetailsState_build__closure0, A.TimeEditDetailsState_build_closure6, A.TimeEditDetailsState_build_closure7, 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._TaskViewState_build__closure1, A.TaskViewDocuments_build_closure0, A._TaskOverviewState_initState__closure, A._TaskOverviewState_build__buildView, A._TaskOverviewState_build_closure, A._TaskStatusEditState__onChanged_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore__closure, A._TaskStatusListState_build_closure1, A.TaskStatusListItem_build_closure1, A.TaskStatusListItem_build_closure0, A.TaskStatusScreen_build_closure11, A.TaskStatusScreen_build_closure10, A.TaskStatusScreen_build_closure, A.TaskStatusScreen_build_closure0, A.TaskStatusScreen_build_closure7, 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__closure12, A._MatchDepositsState_build__closure11, A._MatchDepositsState_build_closure2, A._MatchDepositsState_build__closure10, A._MatchDepositsState_build_closure3, A._MatchDepositsState_build__closure9, A._MatchDepositsState_build__closure8, A._MatchDepositsState_build_closure5, A._MatchDepositsState_build__closure7, A._MatchDepositsState_build_closure6, A._MatchDepositsState_build__closure6, 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__closure0, A._MatchDepositsState_build___closure, A._MatchDepositsState_build_closure15, A._MatchDepositsState_build_closure16, A._MatchWithdrawalsState_build__closure18, A._MatchWithdrawalsState_build__closure17, A._MatchWithdrawalsState_build_closure2, A._MatchWithdrawalsState_build__closure16, A._MatchWithdrawalsState_build_closure3, A._MatchWithdrawalsState_build__closure15, A._MatchWithdrawalsState_build__closure14, A._MatchWithdrawalsState_build__closure13, A._MatchWithdrawalsState_build__closure12, A._MatchWithdrawalsState_build__closure11, A._MatchWithdrawalsState_build__closure10, A._MatchWithdrawalsState_build___closure3, A._MatchWithdrawalsState_build__closure9, A._MatchWithdrawalsState_build_closure11, A._MatchWithdrawalsState_build__closure8, A._MatchWithdrawalsState_build_closure12, A._MatchWithdrawalsState_build__closure5, A._MatchWithdrawalsState_build___closure1, A._MatchWithdrawalsState_build__closure4, A._MatchWithdrawalsState_build_closure16, A._MatchWithdrawalsState_build__closure3, A._MatchWithdrawalsState_build_closure17, A._MatchWithdrawalsState_build__closure0, A._MatchWithdrawalsState_build___closure, A._MatchWithdrawalsState_build_closure20, A._MatchWithdrawalsState_build_closure21, A._TransactionRuleEditState__onChanged_closure, A._TransactionRuleEditState_build__closure3, A._TransactionRuleEditState_build__closure4, A._TransactionRuleEditState_build__closure5, A.__RuleCriteriaState_build__closure1, A.__RuleCriteriaState_build__closure0, A.__RuleCriteriaState_build__closure, A.__RuleCriteriaState_build_closure4, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore__closure, A.TransactionRuleListItem_build_closure1, A.TransactionRuleListItem_build_closure0, A.TransactionRuleListVM_fromStore_closure1, A.TransactionRuleScreen_build_closure10, A.TransactionRuleScreen_build_closure9, A.TransactionRuleScreen_build_closure, A.TransactionRuleScreen_build_closure6, A._TransactionRuleViewState_build_closure, A.TransactionRuleViewVM_TransactionRuleViewVM$fromStore_closure, A._UserEditState__onChanged_closure0, A._UserEditState_build_closure6, A._UserEditState_build_closure8, A._UserEditState_build_closure10, A._UserEditState_build_closure12, 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__closure0, A.VendorContactEditDetailsState_build_closure11, A.VendorContactEditDetailsState_build_closure12, 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.VendorPresenter_getField_closure0, 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._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.VendorViewDocuments_build_closure0, 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.SimpleDebouncer_run_closure, A.PersistDebouncer_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_closure1, A._FieldConfirmationState_build_closure2, 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._ExampleEditorState_initState_closure, A._EditorToolbarState__onLinkPressed_closure0, A._EditorToolbarState__applyLink_closure, A._EditorToolbarState__buildUrlField_closure1, A._EditorToolbarState__buildUrlField__closure, A.Logger_Logger_closure, A.ListSyntax_parse_endItem, A.ParagraphSyntax__parseReflinkDefinition_closure, A.InlineParser__linkOrImage_closure1, A.InlineParser__processEmphasis_closure, A.InlineParser__processEmphasis_closure1, A.PublicClientApplication_loginPopup_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.PdfPreviewRaster__raster_closure3, 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.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.addToContextSet_closure, A.addToActiveReactiveModels_closure, A._MyStatefulWidgetState_initState__closure, A.InjectedImp_closure, A.IObservable_addObserver_closure, A.IObservable_addCleaner_closure, A.ReactiveModelImp_setStateNullable_closure, A.ReactiveModelImp_setStateNullable_closure1, A.ReactiveModelImp__handleAsyncState__closure, A.ReactiveModelImp__handleAsyncState_closure0, A.DocumentComposer_closure, A.MutableDocument_getRangeBetween_closure, A._CaretDocumentOverlayState__onSelectionChange_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_build__closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure1, A._ImeFocusPolicyState__onFocusChange_closure, A._DocumentSelectionOpenAndCloseImePolicyState__onSelectionChange_closure, A.SuperEditorImeInteractorState_initState_closure, A.SuperEditorImeInteractorState_build_closure, A.SuperEditorImeInteractorState_build_closure0, 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_build_closure, A.SuperEditorState_build_closure0, A.SuperEditorState__buildGestureSystem_closure, A.SuperEditorState__buildGestureSystem_closure0, A.SuperEditorState__buildDesktopGestureSystem__closure, A.DefaultCaretOverlayBuilder_build_closure, A.ToggleTextAttributionsCommand_execute_closure, A._MultiListenableBuilderState__onListenableChange_closure, A.ContentLayersElement_buildLayers_closure, A._FocusWithCustomParentState__handleFocusChanged_closure, A._FocusWithCustomParentState__handleFocusChanged_closure0, A._FocusWithCustomParentState__handleFocusChanged_closure1, A._FocusWithCustomParentState__handleFocusChanged_closure2, A.TapSequenceGestureRecognizer_addAllowedPointer_closure, A.TapSequenceGestureRecognizer_addAllowedPointer_closure0, A.TapSequenceGestureRecognizer_addAllowedPointer_closure1, A.TapSequenceGestureRecognizer__checkUp_closure, A.TapSequenceGestureRecognizer__checkUp_closure0, A.TapSequenceGestureRecognizer__checkUp_closure1, A._AndroidEditingOverlayControlsState_didChangeMetrics__closure, A._AndroidEditingOverlayControlsState__rebuildOnNextFrame__closure, A._AndroidEditingOverlayControlsState__onCollapsedPanStart_closure, A._AndroidEditingOverlayControlsState__onBasePanStart_closure, A._AndroidEditingOverlayControlsState__onExtentPanStart_closure, A._AndroidEditingOverlayControlsState__onPanUpdate_closure, A._AndroidEditingOverlayControlsState__onHandleDragEnd_closure, A._AndroidEditingOverlayControlsState_build__closure, A._AndroidEditingOverlayControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet__closure, A.AndroidTextFieldTouchInteractorState__onDoubleTapDown_closure, A.AndroidTextFieldTouchInteractorState__onTextPanStart_closure, A.AndroidTextFieldTouchInteractorState__onPanUpdate_closure, A.AndroidTextFieldTouchInteractorState__onHandleDragEnd_closure, A.AndroidTextFieldTouchInteractorState_build_closure, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure1, A.SuperAndroidTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure, A.SuperAndroidTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure0, A._defaultAndroidToolbarBuilder_closure, A._defaultAndroidToolbarBuilder_closure0, A._defaultAndroidToolbarBuilder_closure1, A._defaultAndroidToolbarBuilder_closure2, A.SuperDesktopTextFieldState__updateViewportHeight_closure, A.SuperDesktopTextFieldState_build__closure, A._SuperTextFieldGestureInteractorState__onTapDown_closure, A._SuperTextFieldGestureInteractorState__onDoubleTapDown_closure, A._SuperTextFieldGestureInteractorState__onTripleTapDown_closure, A._SuperTextFieldGestureInteractorState__onPanUpdate_closure, A._SuperTextFieldGestureInteractorState__onPanEnd_closure, A._SuperTextFieldGestureInteractorState__onPanCancel_closure, A._SuperTextFieldGestureInteractorState__updateDragSelection_closure, A._SuperTextFieldGestureInteractorState__clearSelection_closure, A._SuperTextFieldGestureInteractorState_build_closure, A._SuperTextFieldGestureInteractorState_build_closure1, A._SuperTextFieldImeInteractorState__updateSelectionAndImeConnectionOnFocusChange_closure, A._SuperTextFieldImeInteractorState__updateSelectionAndImeConnectionOnFocusChange_closure0, A._TextScrollViewState__updateViewportHeightAndRebuild_closure, A._TextScrollViewState__updateViewportHeightAndRebuild_closure0, A._IOSEditingControlsState_didChangeMetrics__closure, A._IOSEditingControlsState__rebuildOnNextFrame__closure, A._IOSEditingControlsState__onBasePanStart_closure, A._IOSEditingControlsState__onExtentPanStart_closure, A._IOSEditingControlsState__onPanUpdate_closure, A._IOSEditingControlsState__onHandleDragEnd_closure, A._IOSEditingControlsState_build__closure, A._IOSEditingControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet__closure, A.IOSTextFieldTouchInteractorState__onDoubleTapDown_closure, A.IOSTextFieldTouchInteractorState__onTextPanStart_closure, A.IOSTextFieldTouchInteractorState__onPanUpdate_closure, A.IOSTextFieldTouchInteractorState__onHandleDragEnd_closure, A.IOSTextFieldTouchInteractorState_build_closure0, A.IOSTextFieldTouchInteractorState_build_closure, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure1, A.SuperIOSTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure, A.SuperIOSTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure0, A._defaultPopoverToolbarBuilder_closure, A._defaultPopoverToolbarBuilder_closure0, A._defaultPopoverToolbarBuilder_closure1, A._MaterialScrollbarState_initState_closure0, A._MaterialScrollbarState_handleThumbPressStart_closure0, A._MaterialScrollbarState_handleThumbPressEnd_closure0, A._MaterialScrollbarState_handleHover_closure1, A._MaterialScrollbarState_handleHover_closure2, A._MaterialScrollbarState_handleHoverExit_closure0, A.main_closure0, A.main_closure]); + _inheritMany(A.Closure2Args, [A.AppBootstrap__prepareAppRunner__closure, A.Surface_acquireFrame_closure, A.createDomResizeObserver_closure, A.commitScene_closure, A.PersistedContainerSurface__matchChildren_closure, A.initializeEngineServices_closure, A.IntervalTree_IntervalTree$createFromRanges_closure, A.IntervalTree_IntervalTree$createFromRanges_closure0, A.futureToPromise_closure, A.KeyboardConverter__handleEvent_closure2, A.KeyboardConverter__handleEvent__closure, A.EnginePlatformDispatcher__addFontSizeObserver_closure, A.StandardMessageCodec_writeValue_closure, A._computeLineBreakFragments_setBreak, A.saveForms_closure, A.HybridTextEditing__startEditing_closure0, A.CustomElementDimensionsProvider_closure, 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.FutureExtensions_onError_onError, A._Future__chainForeignFuture_closure0, A._Future_timeout_closure1, A.Stream_Stream$fromFuture_closure0, A._AddStreamState_makeErrorHandler_closure, A._cancelAndErrorClosure_closure, A._RootZone_bindBinaryCallback_closure, A._HashMap_addAll_closure, A.HashMap_HashMap$from_closure, A.LinkedHashMap_LinkedHashMap$from_closure, A.MapBase_mapToString_closure, A.SplayTreeSet__newSet_closure, A.SplayTreeSet__copyNode_copyChildren, A._JsonStringifier_writeMap_closure, A._JsonPrettyPrintMixin_writeMap_closure, A._BigIntImpl_hashCode_combine, A._symbolMapToStringMap_closure, A.NoSuchMethodError_toString_closure, 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._File_readAsBytes_readSized, 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._RenderCupertinoTextSelectionToolbarShape_paint_closure, A._RenderCupertinoTextSelectionToolbarItems_hitTestChild_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._ZoomEnterTransitionPainter_paint_closure, A._ZoomExitTransitionPainter_paint_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__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._TextSelectionToolbarTrailingEdgeAlignRenderBox_hitTestChildren_closure, A._RenderTextSelectionToolbarItemsLayout_hitTestChildren_closure, A.ThemeData__lerpThemeExtensions_closure, A._RenderInputPadding_hitTest_closure2, A._DialPainter_paint_getOffsetForTheta, A._DialPainter_paint_paintLabels, A._TimePickerDialogState_build_closure, A.__HourMinuteTextFieldState_State_RestorationMixin_dispose_closure, A.__TimePickerDialogState_State_RestorationMixin_dispose_closure, A.__TimePickerInputState_State_RestorationMixin_dispose_closure, A.__TimePickerState_State_RestorationMixin_dispose_closure, A._RenderInputPadding_hitTest_closure1, A.NetworkImage__loadAsync_closure, A.NetworkImage__loadAsync_closure1, A._CompoundBorder_dimensions_closure, A.paintImage_closure, A.ImageCache_putIfAbsent_listener, A.ImageProvider_resolve_closure, A.ImageProvider__createErrorHandlerAndKey_handleError, A.AssetImage_obtainKey_closure0, A.MultiFrameImageStreamCompleter_closure, A.MultiFrameImageStreamCompleter_closure0, A.RendererBinding_initMouseTracker_closure, A.RenderBoxContainerDefaultsMixin_defaultHitTestChildren_closure, A.RenderEditable_getRectForComposingRange_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.RenderInlineChildrenContainerDefaults_hitTestInlineChildren_closure, A.RenderParagraph_computeMinIntrinsicWidth_closure, A.RenderParagraph_computeMaxIntrinsicWidth_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.SemanticsConfiguration_absorb_closure, A.CachingAssetBundle_loadStructuredBinaryData_closure0, A._DefaultBinaryMessenger_setMessageHandler_closure, A.StandardMessageCodec_writeValue_closure0, A._StreamBuilderBaseState__subscribe_closure1, A._FutureBuilderState__subscribe_closure0, A._DraggableScrollableSheetState_build__closure, A.EditableTextState__formatAndSetValue_closure, A.EditableTextState_build_closure, A.EditableTextState_build_closure1, A.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure, A.DirectionalFocusTraversalPolicyMixin__sortByDistancePreferVertical_closure, A.DirectionalFocusTraversalPolicyMixin__sortByDistancePreferHorizontal_closure, A.DirectionalFocusTraversalPolicyMixin__sortClosestEdgesByDistancePreferHorizontal_closure, A.DirectionalFocusTraversalPolicyMixin__sortClosestEdgesByDistancePreferVertical_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1, A._ReadingOrderSortData_sortWithDirectionality_closure, A._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure, A.ReadingOrderTraversalPolicy__pickNext_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand, A._FormFieldState_State_RestorationMixin_dispose_closure, A.Element_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._RenderTheaterMixin_hitTestChildren_childHitTest, A._StretchingOverscrollIndicatorState_build_closure, A._PageViewState_build_closure0, A.HtmlElementView_build_closure, A._PlatformViewLinkState_build_closure, A.SliverReorderableListState__wrapWithSemantics_reorder, 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.ScrollableDetails_toString_addIfNonNull, A.ShortcutManager__indexShortcuts_closure, A.CallbackShortcuts_build_closure, A.SingleChildScrollView_build_closure, A._RenderSingleChildViewport_paint_paintContents, A._RenderSingleChildViewport_hitTestChildren_closure, A._RenderScaledInlineWidget_paint_closure, A._RenderScaledInlineWidget_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_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_tableCell_closure, A._TableRules_tableRow_closure, A._TableRules_table_closure, A._TableRules_tableSection_closure, A._TableRules_captionSection_closure, A.BaseRequest_closure, A.mapToQuery_closure, A.MediaType_toString_closure, A.IfdContainer$from_closure, A.IfdDirectory_copy_closure, A.IfdDirectory_copy_closure0, A._$ProductDetailsResponseWrapperFromJson_closure, A._$PurchasesResultWrapperFromJson_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._CountryPickerDialogState_initState_closure, A._CountryPickerDialogState_build__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__closure123, 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.lastErrorReducer_closure22, A.lastErrorReducer_closure23, A.dismissedNativeWarningReducer_closure, A.dismissedNativeWarningReducer_closure0, A.forceSelectedReducer_closure176, A.forceSelectedReducer_closure177, A.forceSelectedReducer_closure178, A.forceSelectedReducer_closure179, A.forceSelectedReducer_closure180, A.forceSelectedReducer_closure181, A.forceSelectedReducer_closure182, A.forceSelectedReducer_closure183, A.tabIndexReducer_closure21, A.tabIndexReducer_closure22, 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.selectedIdReducer_closure350, A.selectedIdReducer_closure351, A.selectedIdReducer_closure352, A.editingReducer_closure114, A.editingReducer_closure115, A.editingReducer_closure116, A.editingReducer_closure117, A.bankAccountListReducer_closure, A.dropdownBankAccountsSelector_closure0, A.filteredBankAccountsSelector_closure0, A.handleClientAction__closure, A.__MergClientPickerState_build__closure, A.forceSelectedReducer_closure218, A.forceSelectedReducer_closure219, A.forceSelectedReducer_closure220, A.forceSelectedReducer_closure221, A.forceSelectedReducer_closure222, A.forceSelectedReducer_closure223, A.forceSelectedReducer_closure224, A.forceSelectedReducer_closure225, A.tabIndexReducer_closure31, A.tabIndexReducer_closure32, A.saveCompleterReducer_closure2, A.cancelCompleterReducer_closure2, A.editingContactReducer_closure, A.editingContactReducer_closure0, A.selectedIdReducer_closure418, A.selectedIdReducer_closure419, A.selectedIdReducer_closure420, A.selectedIdReducer_closure421, A.selectedIdReducer_closure422, A.selectedIdReducer_closure423, A.selectedIdReducer_closure424, A.selectedIdReducer_closure425, A.selectedIdReducer_closure426, A.selectedIdReducer_closure427, A.selectedIdReducer_closure428, A.selectedIdReducer_closure429, A.selectedIdReducer_closure430, A.selectedIdReducer_closure431, A.selectedIdReducer_closure432, A.selectedIdReducer_closure433, A.selectedIdReducer_closure434, A.editingReducer_closure141, A.editingReducer_closure142, A.editingReducer_closure143, A.editingReducer_closure144, A.editingReducer_closure145, A.editingReducer_closure146, A.editingReducer_closure147, A.editingReducer_closure148, A.editingReducer_closure149, A.editingReducer_closure150, A.editingReducer_closure151, A.editingReducer_closure152, A.editingReducer_closure153, A.editingReducer_closure154, A.clientListReducer_closure, A.dropdownClientsSelector_closure0, A.memoizedClientStatsForUser_closure, A.clientStatsForUser_closure, A.filteredClientsSelector_closure0, 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.userCompanyEntityReducer_closure8, A.userCompanyEntityReducer_closure9, A.userCompanyEntityReducer_closure10, A.lastUpdatedReducer_closure, A.lastUpdatedReducer_closure0, A.memoizedDropdownExpenseCategoriesList_closure, A.dropdownExpenseCategoriesSelector_closure2, A.getCurrencyIds_closure, A.memoizedFilteredSelector_closure, A.filteredSelector_closure13, A.handleCompanyGatewayAction__closure, A.forceSelectedReducer_closure64, A.forceSelectedReducer_closure65, A.forceSelectedReducer_closure66, A.forceSelectedReducer_closure67, A.forceSelectedReducer_closure68, A.forceSelectedReducer_closure69, A.forceSelectedReducer_closure70, A.forceSelectedReducer_closure71, 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.selectedIdReducer_closure134, A.selectedIdReducer_closure135, A.editingReducer_closure37, A.editingReducer_closure38, A.editingReducer_closure39, A.editingReducer_closure40, A.companyGatewayListReducer_closure, A.memoizedCalculateCompanyGatewayProcessed_closure, A.calculateCompanyGatewayProcessed_closure, A.memoizedClientStatsForCompanyGateway_closure, A.clientStatsForCompanyGateway_closure, A.memoizedPaymentStatsForCompanyGateway_closure, A.paymentStatsForCompanyGateway_closure, A.getUnconnectedStripeAccount_closure, A.forceSelectedReducer_closure84, A.forceSelectedReducer_closure85, A.forceSelectedReducer_closure86, A.forceSelectedReducer_closure87, A.forceSelectedReducer_closure88, A.forceSelectedReducer_closure89, A.forceSelectedReducer_closure90, A.forceSelectedReducer_closure91, A.forceSelectedReducer_closure92, A.tabIndexReducer_closure11, A.tabIndexReducer_closure12, A.historyActivityIdReducer_closure0, A.editingItemReducer_closure1, A.editingItemReducer_closure2, 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.selectedIdReducer_closure179, A.selectedIdReducer_closure180, 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.creditListReducer_closure, A._purgeClientSuccess__closure5, A.dropdownCreditSelector_closure0, A.filteredCreditsSelector_closure, A.filteredCreditsSelector_closure1, 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_closure93, A.forceSelectedReducer_closure94, A.forceSelectedReducer_closure95, A.forceSelectedReducer_closure96, A.forceSelectedReducer_closure97, A.forceSelectedReducer_closure98, A.forceSelectedReducer_closure99, A.forceSelectedReducer_closure100, 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.selectedIdReducer_closure193, A.selectedIdReducer_closure194, A.editingReducer_closure60, A.editingReducer_closure61, A.editingReducer_closure62, A.editingReducer_closure63, A.designListReducer_closure, A.filteredDesignsSelector_closure0, A.handleDocumentAction__closure, A.forceSelectedReducer_closure51, A.forceSelectedReducer_closure52, A.forceSelectedReducer_closure53, A.forceSelectedReducer_closure54, A.forceSelectedReducer_closure55, A.forceSelectedReducer_closure56, A.forceSelectedReducer_closure57, A.forceSelectedReducer_closure58, A.forceSelectedReducer_closure59, 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.selectedIdReducer_closure107, A.selectedIdReducer_closure108, A.editingReducer_closure32, A.documentListReducer_closure, A.filteredDocumentsSelector_closure0, A.forceSelectedReducer_closure42, A.forceSelectedReducer_closure43, A.forceSelectedReducer_closure44, A.forceSelectedReducer_closure45, A.forceSelectedReducer_closure46, A.forceSelectedReducer_closure47, A.forceSelectedReducer_closure48, A.forceSelectedReducer_closure49, A.forceSelectedReducer_closure50, A.tabIndexReducer_closure9, A.tabIndexReducer_closure10, 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.selectedIdReducer_closure94, A.editingReducer_closure28, A.editingReducer_closure29, A.editingReducer_closure30, A.editingReducer_closure31, A.expenseListReducer_closure, A._purgeClientSuccess__closure13, 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.saveCompleterReducer_closure1, A.cancelCompleterReducer_closure1, A.forceSelectedReducer_closure134, A.forceSelectedReducer_closure135, A.forceSelectedReducer_closure136, A.forceSelectedReducer_closure137, A.forceSelectedReducer_closure138, A.forceSelectedReducer_closure139, A.forceSelectedReducer_closure140, A.forceSelectedReducer_closure141, 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.selectedIdReducer_closure271, A.selectedIdReducer_closure272, A.editingReducer_closure87, A.editingReducer_closure88, A.editingReducer_closure89, A.editingReducer_closure90, A.expenseCategoryListReducer_closure, A.dropdownExpenseCategoriesSelector_closure0, A.filteredExpenseCategoriesSelector_closure0, A.memoizedCalculateExpenseCategoryAmount_closure, A.calculateExpenseCategoryAmount_closure, A.memoizedExpenseStatsForExpenseCategory_closure, A.expenseStatsForExpenseCategory_closure, A.memoizedTransactionStatsForExpenseCategory_closure, A.transactionStatsForExpenseCategory_closure, A.forceSelectedReducer_closure60, A.forceSelectedReducer_closure61, A.forceSelectedReducer_closure62, A.forceSelectedReducer_closure63, 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.selectedIdReducer_closure119, A.selectedIdReducer_closure120, A.editingReducer_closure33, A.editingReducer_closure34, A.editingReducer_closure35, A.editingReducer_closure36, A.groupListReducer_closure, A.filteredGroupsSelector_closure0, A.memoizedClientStatsForGroup_closure, A.clientStatsForGroup_closure, A.forceSelectedReducer_closure209, A.forceSelectedReducer_closure210, A.forceSelectedReducer_closure211, A.forceSelectedReducer_closure212, A.forceSelectedReducer_closure213, A.forceSelectedReducer_closure214, A.forceSelectedReducer_closure215, A.forceSelectedReducer_closure216, A.forceSelectedReducer_closure217, A.tabIndexReducer_closure29, A.tabIndexReducer_closure30, A.historyActivityIdReducer_closure3, A.editingItemIndexReducer_closure1, A.editingItemIndexReducer_closure2, A.selectedIdReducer_closure399, A.selectedIdReducer_closure400, 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.selectedIdReducer_closure415, A.selectedIdReducer_closure416, A.selectedIdReducer_closure417, A.editingReducer_closure130, A.editingReducer_closure131, A.editingReducer_closure132, 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.invoiceListReducer_closure, A._purgeClientSuccess__closure15, A.memoizedHasActiveUnpaidInvoices_closure, 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.memoizedQuoteStatsForProject_closure, A.quoteStatsForProject_closure, A.memoizedInvoiceStatsForUser_closure, A.invoiceStatsForUser_closure, A.forceSelectedReducer_closure8, A.forceSelectedReducer_closure9, A.forceSelectedReducer_closure10, A.forceSelectedReducer_closure11, A.forceSelectedReducer_closure12, A.forceSelectedReducer_closure13, A.forceSelectedReducer_closure14, A.forceSelectedReducer_closure15, A.forceSelectedReducer_closure16, 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.selectedIdReducer_closure34, A.editingReducer_closure10, A.editingReducer_closure11, A.editingReducer_closure12, A.editingReducer_closure13, A.paymentListReducer_closure, A._purgeClientSuccess__closure1, A.filteredPaymentsSelector_closure0, A.paymentStatsForClient_closure, A.forceSelectedReducer_closure101, A.forceSelectedReducer_closure102, A.forceSelectedReducer_closure103, A.forceSelectedReducer_closure104, A.forceSelectedReducer_closure105, A.forceSelectedReducer_closure106, A.forceSelectedReducer_closure107, A.forceSelectedReducer_closure108, 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.selectedIdReducer_closure207, A.selectedIdReducer_closure208, A.editingReducer_closure64, A.editingReducer_closure65, A.editingReducer_closure66, A.editingReducer_closure67, A.paymentTermListReducer_closure, A.memoizedDropdownPaymentTermList_closure, A.dropdownPaymentTermsSelector_closure0, A.filteredPaymentTermsSelector_closure0, A.forceSelectedReducer_closure226, A.forceSelectedReducer_closure227, A.forceSelectedReducer_closure228, A.forceSelectedReducer_closure229, A.forceSelectedReducer_closure230, A.forceSelectedReducer_closure231, A.forceSelectedReducer_closure232, A.forceSelectedReducer_closure233, A.tabIndexReducer_closure33, A.tabIndexReducer_closure34, A.editingReducer_closure155, A.editingReducer_closure156, A.editingReducer_closure157, A.editingReducer_closure158, A.selectedIdReducer_closure435, A.selectedIdReducer_closure436, A.selectedIdReducer_closure437, A.selectedIdReducer_closure438, A.selectedIdReducer_closure439, A.selectedIdReducer_closure440, A.selectedIdReducer_closure441, A.selectedIdReducer_closure442, A.selectedIdReducer_closure443, A.selectedIdReducer_closure444, A.selectedIdReducer_closure445, A.selectedIdReducer_closure446, A.selectedIdReducer_closure447, A.selectedIdReducer_closure448, A.productListReducer_closure, A.dropdownProductsSelector_closure0, A.productList_closure0, A.filteredProductsSelector_closure0, A.forceSelectedReducer_closure17, A.forceSelectedReducer_closure18, A.forceSelectedReducer_closure19, A.forceSelectedReducer_closure20, A.forceSelectedReducer_closure21, A.forceSelectedReducer_closure22, A.forceSelectedReducer_closure23, A.forceSelectedReducer_closure24, A.tabIndexReducer_closure3, A.tabIndexReducer_closure4, A.saveCompleterReducer_closure, A.cancelCompleterReducer_closure, 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.selectedIdReducer_closure49, A.editingReducer_closure14, A.editingReducer_closure15, A.editingReducer_closure16, A.editingReducer_closure17, A.projectListReducer_closure, A._purgeClientSuccess__closure3, 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_closure167, A.forceSelectedReducer_closure168, A.forceSelectedReducer_closure169, A.forceSelectedReducer_closure170, A.forceSelectedReducer_closure171, A.forceSelectedReducer_closure172, A.forceSelectedReducer_closure173, A.forceSelectedReducer_closure174, A.forceSelectedReducer_closure175, A.tabIndexReducer_closure19, A.tabIndexReducer_closure20, A.historyActivityIdReducer_closure2, A.editingItemReducer_closure3, A.editingItemReducer_closure4, 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.selectedIdReducer_closure335, A.selectedIdReducer_closure336, A.selectedIdReducer_closure337, 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.purchaseOrderListReducer_closure, A.dropdownPurchaseOrdersSelector_closure0, 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.forceSelectedReducer_closure7, 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.quoteListReducer_closure, A._purgeClientSuccess__closure, A.dropdownQuoteSelector_closure0, A.filteredQuotesSelector_closure0, A.memoizedQuoteStatsForClient_closure, A.quoteStatsForClient_closure, A.memoizedQuoteStatsForDesign_closure, A.quoteStatsForDesign_closure, A.memoizedQuoteStatsForUser_closure, A.quoteStatsForUser_closure, A.forceSelectedReducer_closure158, 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_closure17, A.tabIndexReducer_closure18, 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.selectedIdReducer_closure316, A.selectedIdReducer_closure317, A.selectedIdReducer_closure318, A.editingReducer_closure99, A.editingReducer_closure100, A.editingReducer_closure101, A.editingReducer_closure102, A.recurringExpenseListReducer_closure, A._purgeClientSuccess__closure9, 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_closure125, A.forceSelectedReducer_closure126, A.forceSelectedReducer_closure127, A.forceSelectedReducer_closure128, A.forceSelectedReducer_closure129, A.forceSelectedReducer_closure130, A.forceSelectedReducer_closure131, A.forceSelectedReducer_closure132, A.forceSelectedReducer_closure133, A.tabIndexReducer_closure13, A.tabIndexReducer_closure14, A.historyActivityIdReducer_closure1, A.editingItemIndexReducer_closure, A.editingItemIndexReducer_closure0, 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.selectedIdReducer_closure256, A.selectedIdReducer_closure257, 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.recurringInvoiceListReducer_closure, A._purgeClientSuccess__closure7, 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.forceSelectedReducer_closure201, A.forceSelectedReducer_closure202, A.forceSelectedReducer_closure203, A.forceSelectedReducer_closure204, A.forceSelectedReducer_closure205, A.forceSelectedReducer_closure206, A.forceSelectedReducer_closure207, A.forceSelectedReducer_closure208, A.tabIndexReducer_closure27, A.tabIndexReducer_closure28, 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.editingReducer_closure126, A.editingReducer_closure127, A.editingReducer_closure128, A.editingReducer_closure129, A.scheduleListReducer_closure, A.filteredSchedulesSelector_closure0, 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.settingsUIReducer_closure13, A.settingsUIReducer_closure14, A.settingsUIReducer_closure15, A.settingsUIReducer_closure16, A.settingsUIReducer_closure17, A.settingsUIReducer_closure18, 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_closure150, A.forceSelectedReducer_closure151, A.forceSelectedReducer_closure152, A.forceSelectedReducer_closure153, A.forceSelectedReducer_closure154, A.forceSelectedReducer_closure155, A.forceSelectedReducer_closure156, A.forceSelectedReducer_closure157, A.tabIndexReducer_closure15, A.tabIndexReducer_closure16, 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.selectedIdReducer_closure301, A.selectedIdReducer_closure302, A.editingReducer_closure95, A.editingReducer_closure96, A.editingReducer_closure97, A.editingReducer_closure98, A.subscriptionListReducer_closure, A.filteredSubscriptionsSelector_closure0, A.handleTaskAction_closure1, A.forceSelectedReducer_closure25, A.forceSelectedReducer_closure26, A.forceSelectedReducer_closure27, A.forceSelectedReducer_closure28, A.forceSelectedReducer_closure29, A.forceSelectedReducer_closure30, A.forceSelectedReducer_closure31, A.forceSelectedReducer_closure32, A.forceSelectedReducer_closure33, A.tabIndexReducer_closure5, A.tabIndexReducer_closure6, A.kanbanLastUpdatedReducer_closure, A.editingTimeReducer_closure, A.editingTimeReducer_closure0, 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.selectedIdReducer_closure64, A.editingReducer_closure18, A.editingReducer_closure19, A.editingReducer_closure20, A.editingReducer_closure21, A.editingReducer_closure22, A.editingReducer_closure23, A.taskListReducer_closure, A._purgeClientSuccess__closure11, A.convertTaskToInvoiceItem_closure1, 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_closure142, A.forceSelectedReducer_closure143, A.forceSelectedReducer_closure144, A.forceSelectedReducer_closure145, A.forceSelectedReducer_closure146, A.forceSelectedReducer_closure147, A.forceSelectedReducer_closure148, A.forceSelectedReducer_closure149, 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.selectedIdReducer_closure286, A.selectedIdReducer_closure287, A.editingReducer_closure91, A.editingReducer_closure92, A.editingReducer_closure93, A.editingReducer_closure94, A.taskStatusListReducer_closure, 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_closure72, A.forceSelectedReducer_closure73, A.forceSelectedReducer_closure74, A.forceSelectedReducer_closure75, 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.selectedIdReducer_closure144, A.selectedIdReducer_closure145, A.editingReducer_closure41, A.editingReducer_closure42, A.editingReducer_closure43, A.editingReducer_closure44, A.taxRateListReducer_closure, A.filteredTaxRatesSelector_closure0, A.forceSelectedReducer_closure109, A.forceSelectedReducer_closure110, A.forceSelectedReducer_closure111, A.forceSelectedReducer_closure112, A.forceSelectedReducer_closure113, A.forceSelectedReducer_closure114, A.forceSelectedReducer_closure115, A.forceSelectedReducer_closure116, 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.selectedIdReducer_closure222, A.selectedIdReducer_closure223, A.editingReducer_closure68, A.editingReducer_closure69, A.editingReducer_closure70, A.editingReducer_closure71, A.tokenListReducer_closure, A.filteredTokensSelector_closure0, A.forceSelectedReducer_closure184, A.forceSelectedReducer_closure185, A.forceSelectedReducer_closure186, A.forceSelectedReducer_closure187, A.forceSelectedReducer_closure188, A.forceSelectedReducer_closure189, A.forceSelectedReducer_closure190, A.forceSelectedReducer_closure191, A.forceSelectedReducer_closure192, A.tabIndexReducer_closure23, A.tabIndexReducer_closure24, 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.selectedIdReducer_closure365, A.selectedIdReducer_closure366, A.selectedIdReducer_closure367, A.selectedIdReducer_closure368, A.editingReducer_closure118, A.editingReducer_closure119, A.editingReducer_closure120, A.editingReducer_closure121, A.transactionListReducer_closure, A.filteredTransactionsSelector_closure0, A.memoizedTransactionStatsForBankAccount_closure, A.transactionStatsForBankAccount_closure, A.forceSelectedReducer_closure193, A.forceSelectedReducer_closure194, A.forceSelectedReducer_closure195, A.forceSelectedReducer_closure196, A.forceSelectedReducer_closure197, A.forceSelectedReducer_closure198, A.forceSelectedReducer_closure199, A.forceSelectedReducer_closure200, A.tabIndexReducer_closure25, A.tabIndexReducer_closure26, 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.transactionRuleListReducer_closure, A.filteredTransactionRulesSelector_closure0, A.memoizedTransactionStatsForTransactionRule_closure, A.transactionStatsForTransactionRule_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.hideReviewAppReducer_closure0, A.hideReviewAppReducer_closure1, A.hideOneYearReviewAppReducer_closure, A.hideOneYearReviewAppReducer_closure0, A.hideTwoYearReviewAppReducer_closure, A.layoutReducer_closure, A.moduleLayoutReducer_closure, A.moduleLayoutReducer_closure0, A.rowsPerPageReducer_closure, A.manuSidebarReducer_closure, A.historySidebarReducer_closure, A.darkModeTypeReducer_closure, A.darkModeSystemReducer_closure, A.statementIncludesReducer_closure, A.enableTooltipsReducer_closure, A.enableFlexibleSearchReducer_closure, A.enableNativeBrowserReducer_closure, A.persistDataReducer_closure, A.showKanbanReducer_closure, A.isFilterVisibleReducer_closure, A.longPressReducer_closure, A.tapSelectedToEditReducer_closure, A.downloadsFolderReducer_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.darkColorThemeReducer_closure, A.showPdfPreviewReducer_closure, A.showPdfPreviewSideBySideReducer_closure, A.editAfterSavingReducer_closure, A.enableTouchEventsReducer_closure, A.customColorsReducer_closure, A.darkCustomColorsReducer_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.historyReducer_closure53, A.historyReducer_closure54, A.historyReducer_closure55, A.historyReducer_closure56, A.historyReducer_closure57, A.historyReducer_closure58, A.historyReducer_closure59, A.historyReducer_closure60, A.historyReducer_closure61, A.historyReducer_closure62, A.historyReducer_closure63, A.historyReducer_closure64, A.historyReducer_closure65, A.historyReducer_closure66, A.historyReducer_closure67, A.historyReducer_closure68, A.historyReducer_closure69, A.historyReducer_closure70, A.historyReducer_closure71, A.historyReducer_closure72, A.historyReducer_closure73, A.historyReducer_closure74, A.historyReducer_closure75, A.historyReducer_closure76, A.historyReducer_closure77, A.historyReducer_closure78, A.historyReducer_closure79, A.historyReducer_closure80, A.historyReducer_closure81, A.historyReducer_closure82, A.historyReducer_closure83, A.historyReducer_closure84, A.historyReducer_closure85, A.historyReducer_closure86, 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_closure76, A.forceSelectedReducer_closure77, A.forceSelectedReducer_closure78, A.forceSelectedReducer_closure79, A.forceSelectedReducer_closure80, A.forceSelectedReducer_closure81, A.forceSelectedReducer_closure82, A.forceSelectedReducer_closure83, 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.selectedIdReducer_closure160, A.selectedIdReducer_closure161, A.editingReducer_closure45, A.editingReducer_closure46, A.editingReducer_closure47, A.editingReducer_closure48, A.userListReducer_closure, A.filteredUsersSelector_closure0, A.userList_closure0, A.forceSelectedReducer_closure34, A.forceSelectedReducer_closure35, A.forceSelectedReducer_closure36, A.forceSelectedReducer_closure37, A.forceSelectedReducer_closure38, A.forceSelectedReducer_closure39, A.forceSelectedReducer_closure40, A.forceSelectedReducer_closure41, A.tabIndexReducer_closure7, A.tabIndexReducer_closure8, A.saveCompleterReducer_closure0, A.cancelCompleterReducer_closure0, 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.selectedIdReducer_closure79, A.editingReducer_closure24, A.editingReducer_closure25, A.editingReducer_closure26, A.editingReducer_closure27, A.vendorListReducer_closure, A.dropdownVendorsSelector_closure0, A.filteredVendorsSelector_closure0, A.memoizedVendorStatsForUser_closure, A.vendorStatsForUser_closure, A.forceSelectedReducer_closure117, A.forceSelectedReducer_closure118, A.forceSelectedReducer_closure119, A.forceSelectedReducer_closure120, A.forceSelectedReducer_closure121, A.forceSelectedReducer_closure122, A.forceSelectedReducer_closure123, A.forceSelectedReducer_closure124, 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.selectedIdReducer_closure237, A.selectedIdReducer_closure238, A.editingReducer_closure72, A.editingReducer_closure73, A.editingReducer_closure74, A.editingReducer_closure75, A.webhookListReducer_closure, 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._DocumentGridState_build_closure0, A._DocumentGridState_build_closure1, A.DocumentPreview_build_closure, A.EditScaffold_build_closure2, A._EntityListTileState_build_closure, A._EntityDropdownState__showOptions__closure0, 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._DropDownMultiSelectState_build___closure4, A._SystemLogViewerState_build_closure2, A._SystemLogViewerState_build__closure0, A.AppPaginatedDataTableState_build_closure1, A.EntityDataTableSource_getRow_closure2, 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_closure13, A.BankAccountScreen_build_closure10, A.BankAccountScreenBuilder_build_closure, A._BankAccountEditState_build_closure1, 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_closure11, A._ClientPdfViewState_build_closure12, 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.ClientViewDocuments_build_closure, A._ClientViewFullwidthState_build_closure0, A._ClientViewLedgerState_build_closure1, A._ClientViewLedgerState_build_closure0, A.ClientViewPaymentMethods_build_closure0, A.ClientViewPaymentMethods_build_closure, A.ClientViewScreen_build_closure, 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.CreditViewScreen_build_closure, A.DashboardActivity_build_closure0, A.DashboardActivity_build_closure, A._DashboardDateRangePickerState_build_closure3, A._DashboardDateRangePickerState_build_closure4, A._DashboardDateRangePickerState_build_closure7, A._DashboardDateRangePickerState_build_closure8, 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.DocumentListItem_build_closure, A.DocumentListItem_build__closure0, A.DocumentListBuilder_build_closure, A.DocumentListBuilder_build__closure0, A.DocumentListVM_fromStore__handleRefresh, A.DocumentListVM_fromStore_closure, A.DocumentScreen_build_closure5, A.DocumentScreen_build_closure12, 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.ExpenseEditNotesState_build_closure, A.ExpenseEditSettingsState_build_closure2, A.ExpenseEditScreen_build_closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure3, A.ExpenseListItem_build_closure, A.ExpenseListItem_build__closure0, A.ExpenseListBuilder_build_closure, A.ExpenseListBuilder_build__closure, A.ExpenseScreen_build_closure16, A.ExpenseScreen_build_closure15, A.ExpenseScreen_build_closure11, A.ExpenseScreen_build_closure12, A.ExpenseScreenBuilder_build_closure, A.ExpenseViewDocuments_build_closure, A.ExpenseViewScreen_build_closure, 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._GroupViewState_build_closure0, A.GroupViewScreen_build_closure, 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_closure27, A.InvoiceEditDesktopState_build__closure4, A.InvoiceEditDesktopState_build_closure28, A.InvoiceEditDetailsState_build_closure7, A.InvoiceEditDetailsState_build_closure12, A.InvoiceEditDetailsState_build_closure14, A.InvoiceEditDetailsState_build_closure16, A.InvoiceEditDetailsState_build_closure27, A.InvoiceEditDetailsScreen_build_closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1, A._InvoiceEditItemsDesktopState_build_closure2, A._InvoiceEditItemsDesktopState_build_closure3, A._InvoiceEditItemsDesktopState_build___closure16, 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._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_closure18, A.InvoiceScreen_build_closure17, A.InvoiceScreen_build_closure13, A.InvoiceScreen_build_closure14, A.InvoiceScreenBuilder_build_closure, A._InvoiceViewActivityState_build_closure0, A._InvoiceViewActivityState_build_closure, A.InvoiceViewDocuments_build_closure, A._InvoiceViewHistoryState_build_closure1, A._InvoiceViewHistoryState_build_closure2, A._InvoiceViewHistoryState_build_closure3, A.InvoiceOverview_build_surchargeRow, A.InvoiceOverview_build_closure3, A.InvoiceViewScreen_build_closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure2, 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_closure19, A.PaymentScreen_build_closure18, A.PaymentScreen_build_closure14, A.PaymentScreen_build_closure15, 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_closure9, A.ProductScreen_build_closure6, A.ProductScreenBuilder_build_closure, A.ProductViewDocuments_build_closure, A.ProductViewScreen_build_closure, 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.ProjectViewDocuments_build_closure, A.ProjectViewScreen_build_closure, 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.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._QuoteEditState_build_closure0, 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.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_closure16, A.QuoteScreen_build_closure15, A.QuoteScreen_build_closure11, A.QuoteScreen_build_closure12, A.QuoteScreenBuilder_build_closure, A.QuoteViewScreen_build_closure, A.RecurringExpenseEditScreen_build_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure3, A.RecurringExpenseListItem_build_closure, A.RecurringExpenseListItem_build__closure0, A.RecurringExpenseListBuilder_build_closure, A.RecurringExpenseListBuilder_build__closure, A.RecurringExpenseScreen_build_closure14, A.RecurringExpenseScreen_build_closure15, A.RecurringExpenseScreen_build_closure11, A.RecurringExpenseScreen_build_closure10, A.RecurringExpenseScreenBuilder_build_closure, A.RecurringExpenseViewScreen_build_closure, 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.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.clientReport_closure1, A.contactReport_closure1, A.lineItemReport_closure13, A.creditReport_closure1, A.documentReport_closure2, A.expenseReport_closure1, A.lineItemReport_closure19, A.invoiceReport_closure0, A.invoiceReport_closure2, A.taxReport_closure0, A.paymentReport_closure1, A.paymentTaxReport_closure0, A.productReport_closure1, A.profitAndLossReport_closure0, A.lineItemReport_closure1, A.purchaseOrderReport_closure1, A.lineItemReport_closure7, A.quoteReport_closure1, A.recurringExpenseReport_closure1, A.recurringInvoiceReport_closure1, 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_closure15, A.ReportsScreen_build_closure16, A.ReportsScreen_build_closure22, 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_closure, A.ReportResult_totalRows__closure0, A.ReportResult_totalRows_closure1, 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.taskItemReport_closure1, A.taskReport_closure1, A.transactionReport_closure4, A.vendorReport_closure1, A._ScheduleEditState_build__closure1, A.ScheduleEditScreen_build_closure, A.ScheduleListBuilder_build_closure, A.ScheduleListBuilder_build__closure, A.ScheduleScreen_build_closure8, A.ScheduleScreen_build_closure5, A.ScheduleScreenBuilder_build_closure, A.ScheduleViewScreen_build_closure, A._AccountOverview_build___closure0, A._AccountOverview_build___closure, A.AccountManagementScreen_build_closure, A.ClientPortalScreen_build_closure, A._CompanyDetailsState_build_closure16, A.CompanyDetailsScreen_build_closure, A.CompanyDetailsVM_fromStore_closure2, 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_closure19, 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_closure2, A._GeneratedNumbersState_build_closure4, 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._ImportExportState_build_closure10, A._ImportExportState_build_closure11, A.__FileMapperState_build_closure4, 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.SettingsSearch_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_closure14, 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____closure0, 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__closure, A._TaskEditDesktopState_build__closure1, 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_closure1, 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.TaskViewDocuments_build_closure, A.TaskViewScreen_build_closure, A.TaskStatusEditScreen_build_closure, A._TaskStatusListState_build_closure0, A.TaskStatusListBuilder_build_closure, A.TaskStatusListVM_fromStore_closure0, A.TaskStatusScreen_build_closure9, A.TaskStatusScreen_build_closure6, 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_updatePaymentList_closure0, A._MatchDepositsState_build_closure9, A._MatchDepositsState_build_closure10, A._MatchDepositsState_build_closure12, A._MatchDepositsState_build_closure11, A._MatchDepositsState_build_closure14, A._MatchDepositsState_build_closure13, A._MatchWithdrawalsState_updateCategoryList_closure0, A._MatchWithdrawalsState_updateVendorList_closure0, A._MatchWithdrawalsState_updateExpenseList_closure0, A._MatchWithdrawalsState_build_closure6, A._MatchWithdrawalsState_build_closure7, A._MatchWithdrawalsState_build_closure9, A._MatchWithdrawalsState_build_closure8, A._MatchWithdrawalsState_build_closure14, A._MatchWithdrawalsState_build_closure13, A._MatchWithdrawalsState_build_closure19, A._MatchWithdrawalsState_build_closure18, A.TransactionViewScreen_build_closure, A.TransactionViewVM_TransactionViewVM$fromStore_closure2, A.TransactionViewVM_TransactionViewVM$fromStore_closure3, A.TransactionViewVM_TransactionViewVM$fromStore_closure0, A._TransactionRuleEditState_build__closure6, A._TransactionRuleEditState_build__closure8, A.TransactionRuleEditScreen_build_closure, A.TransactionRuleListBuilder_build_closure, A.TransactionRuleListBuilder_build__closure, A.TransactionRuleScreen_build_closure8, A.TransactionRuleScreen_build_closure5, A.TransactionRuleScreenBuilder_build_closure, A.TransactionRuleViewScreen_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.VendorViewDocuments_build_closure, A._VendorViewFullwidthState_build_closure, A.VendorViewScreen_build_closure, 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._darkModeStyles_closure, A._darkModeStyles_closure0, A._darkModeStyles_closure1, A.memo2_closure, A.RenderOverflowView_performFlexibleLayout_closure, A.RenderOverflowView_paint_defaultPaint, A.RenderOverflowView_hitTestChildren__closure, A.OverflowView$_all_closure, A.RenderPopover_paint_closure, A.RenderPopover_hitTestChildren_closure, A._CupertinoPopoverToolbarState__buildContent_closure, A._RenderIosPagedMenu__hitTestChild_closure, A._PinputState__buildPinput__closure, A._PinputState__buildFields_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.RouteObserverBreadcrumb__formatArgs_closure, A.Highlighter__collateLines_closure0, A.ReactiveModelImp__handleAsyncState_closure1, 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.TextDeltasDocumentEditor__deleteUpstream_closure, A.TextDeltasDocumentEditor__deleteUpstream_closure0, A.TextDeltasDocumentEditor__insertNewlineInDeltas_closure, A.TextDeltasDocumentEditor__insertNewlineInDeltas_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.taskStyles_closure, A.TaskComponentBuilder_createViewModel__closure, A.ListenableBuilder_build_closure, A.SuperTextState_build_closure, A.SuperTextState_build_closure0]); + _inheritMany(A._Enum, [A.BrowserEngine, A.OperatingSystem, A.MutatorType, A.CanvasKitVariant, A.IntlSegmenterGranularity, A.PersistedSurfaceState, A.DebugEngineInitializationState, A.Assertiveness, A._CheckableKind, A.PrimaryRole, A.Role, A.AccessibilityMode, A.GestureMode, A.SemanticsUpdatePhase, A.EnabledState, A.LineBreakType, A.FragmentFlow, A._ComparisonResult, A._FindBreakDirection, A.TextCapitalization, A.TransformKind, A.LineCharProperty, A.WordCharProperty, A.ClipOp, A.PathFillType, A.PathOperation, A.KeyEventType, A.StrokeCap, A.StrokeJoin, A.PaintingStyle, A.BlendMode, A.Clip, A.BlurStyle, A.FilterQuality, A.ImageByteFormat, A.PixelFormat, A.AppLifecycleState, A.AppExitResponse, A.DartPerformanceMode, 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._DragTargetStatus, A.FileType, A.AnimationStatus, A._AnimationDirection, A.AnimationBehavior, A._TrainHoppingMode, A._CupertinoTextSelectionToolbarItemsSlot, 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._SliverAppVariant, A._CornerId, A.ButtonTextTheme, A.ButtonBarLayoutBehavior, A._CheckboxType, A._CheckboxType0, A.DatePickerEntryMode, A.DatePickerMode, A.DrawerAlignment, A._FloatingActionButtonType, A._IconButtonVariant, A._HighlightType, A.FloatingLabelBehavior, A._DecorationSlot, A.ListTileStyle, A.ListTileControlAffinity, A.ListTileTitleAlignment, A._ListTileSlot, A.MaterialType, A.MaterialState, A._ActivityIndicatorType, A._RadioType, A._RadioType0, A._RefreshIndicatorMode, A.RefreshIndicatorTriggerMode, A._IndicatorType, A._ScaffoldSlot, A.SnackBarClosedReason, A._SwitchType, A._SwitchListTileType, A.TabBarIndicatorSize, A.TabAlignment, A._TextSelectionToolbarItemPosition, A.MaterialTapTargetSize, A.DayPeriod, A.TimeOfDayFormat, A.HourFormat, A.TimePickerEntryMode, A._HourMinuteMode, A._TimePickerAspect, A._HourDialType, A.ScriptCategory, A.RenderComparison, A.Axis0, A.VerticalDirection, A.AxisDirection, A.BorderStyle, 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.TextGranularity, A.SelectionExtendDirection, A.SelectionStatus, A.TextSelectionHandleType, A.GrowthDirection, A.StackFit, A.TableCellVerticalAlignment, A.CacheExtentStyle, A.ScrollDirection, A.WrapAlignment, A.WrapCrossAlignment, A.SchedulerPhase, A.DebugSemanticsDumpOrder, A.Assertiveness0, A.KeyboardLockMode, A.KeyDataTransitMode, A.KeyboardSide, A.ModifierKey, A.SystemSoundType, A.MaxLengthEnforcement, A.SmartDashesType, A.SmartQuotesType, A.TextInputAction, A.TextCapitalization0, A.FloatingCursorDragState, A.SelectionChangedCause, A.UndoDirection, A.CrossFadeState, A.ConnectionState, A.AutofillContextAction, A.ContextMenuButtonType, A.KeyEventResult, A.UnfocusDisposition, A.FocusHighlightMode, A.FocusHighlightStrategy, A.TraversalDirection, A.TraversalEdgeBehavior, A.AutovalidateMode, A._StateLifecycle, A._ElementLifecycle, A.HeroFlightDirection, A._GestureType, A.PanAxis, A.Orientation, A._MediaQueryAspect, A.NavigationMode, A._ToolbarSlot, A.RoutePopDisposition, A._RouteLifecycle, A._RouteRestorationType, A.OverflowBarAlignment, A._GlowState, A._StretchDirection, A._StretchState, A.RouteInformationReportingType, A.AndroidOverscrollIndicator, A.ScrollDecelerationRate, A.ScrollPositionAlignmentPolicy, A.ScrollViewKeyboardDismissBehavior, A.ScrollIncrementType, A.ScrollbarOrientation, A.SnapshotMode, A._DragState0, A.ClipboardStatus, A.ActionPaneType, A.GestureDirection, A.StyledToastAnimation, A.SignInOption, A.Channel, A.Format, A.BlendMode0, A.IfdValueType, A.PngDisposeMode, A.PngBlendMode, A.PngFilterType, A.IccProfileCompression, A.FrameType, A.BillingResponse, A.ProductType, A.RecurrenceMode, A.PurchaseStateWrapper, A.PurchaseStatus, A._TransactionRestoreState, A.SKPaymentTransactionStateWrapper, A.SKSubscriptionPeriodUnit, A.SKProductDiscountPaymentMode, A.SKProductDiscountType, A.PluralCase, A.IconPosition, A._HealthCheckLevel, A.PortalLinkStyle, A.DashboardSections, A.ClientReportFields, A.ContactReportFields, A.CreditItemReportFields, 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.TaskItemReportFields, A.TaskReportFields, A.TransactionReportFields, A.VendorReportFields, A.UpdateState, A.FormatNumberType, A.AnimationDirection, A._PlaceholderType, A.OverflowViewLayoutBehavior, A.ArrowDirection, 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.StateStatus, A.DocumentGestureMode, A.SelectionHandleType, A.DragMode, A.PrependedCharacterPolicy, A.ListItemType, A.SelectionType, A.TapHandlingInstruction, A.ExecutionInstruction, A._SelectionType, A.TextFieldKeyboardHandlerResult, A.HintBehavior, A._AutoScrollDirection, A.SuperTextFieldPlatformConfiguration, A.TextInputSource, A.HandleType, A.LaunchMode, A.PreferredLaunchMode]); _inherit(A.CanvasPool, A._SaveStackTracking); _inheritMany(A.CkColorFilter, [A.CkBlendModeColorFilter, A.CkMatrixColorFilter, A.CkLinearToSrgbGammaColorFilter, A.CkSrgbToLinearGammaColorFilter, A.CkComposeColorFilter]); _inheritMany(A.Iterable, [A.MutatorsStack, A._DomListWrapper, A._DomTouchListWrapper, A._CastIterableBase, A.EfficientLengthIterable, A.MappedIterable, A.WhereIterable, A.ExpandIterable, A.TakeIterable, A.SkipIterable, A.SkipWhileIterable, A.FollowedByIterable, A.WhereTypeIterable, A._KeysOrValues, A._AllMatchesIterable, A._StringAllMatchesIterable, A._SyncStarIterable, A.LinkedList, A.DoubleLinkedQueue, A.Runes, A.StringCharacters, A._ReversedSeriesIterable, A.TimeStepIteratorFactory, A.ObserverList, A.HashedObserverList, A._FilteredElementList_IterableBase_ListMixin, A.ColorFloat16, A.ColorFloat32, A.ColorFloat64, A.ColorInt16, A.ColorInt32, A.ColorInt8, A.ColorUint1, A.ColorUint16, A.ColorUint2, A.ColorUint32, A.ColorUint4, A.ColorUint8, A.Image0, A.ImageData0, A.PixelFloat16, A.PixelFloat32, A.PixelFloat64, A.PixelInt16, A.PixelInt32, A.PixelInt8, A.PixelUint1, A.PixelUint16, A.PixelUint2, A.PixelUint32, A.PixelUint4, A.PixelUint8, A.PixelUndefined]); @@ -607347,7 +606653,7 @@ _inherit(A._ContentType, A._HeaderValue); _inheritMany(J.Interceptor, [J.JSBool, J.JSNull, J.JavaScriptObject, J.JSNumber, J.JSString]); _inheritMany(J.JavaScriptObject, [J.LegacyJavaScriptObject, J.JSArray, A.NativeByteBuffer, A.NativeTypedData, A.EventTarget, A.AccessibleNodeList, A.Event, A.Blob, A.BluetoothRemoteGattDescriptor, A.CanvasRenderingContext2D, A.Client, A.Credential, A.CssStyleValue, A.CssTransformComponent, A.CssRule, A._CssStyleDeclaration_JavaScriptObject_CssStyleDeclarationBase, A.DataTransferItemList, A.ReportBody, A.DomError, A.DomException0, A._DomRectList_JavaScriptObject_ListMixin, A.DomRectReadOnly0, A._DomStringList_JavaScriptObject_ListMixin, A.DomTokenList0, A._FileList_JavaScriptObject_ListMixin, A.Gamepad, A.GamepadButton, A.History, A._HtmlCollection_JavaScriptObject_ListMixin, A.ImageData, A.Location, A.MediaError, A.MediaList, A._MidiInputMap_JavaScriptObject_MapMixin, A._MidiOutputMap_JavaScriptObject_MapMixin, A.MimeType, A._MimeTypeArray_JavaScriptObject_ListMixin, A.NavigatorConcurrentHardware, A.NavigatorUserMediaError, A._NodeList_JavaScriptObject_ListMixin, A.OverconstrainedError, A.Plugin, A._PluginArray_JavaScriptObject_ListMixin, A.PositionError, A.RelatedApplication, A.RtcLegacyStatsReport, A._RtcStatsReport_JavaScriptObject_MapMixin, A.SpeechGrammar, A._SpeechGrammarList_JavaScriptObject_ListMixin, A.SpeechRecognitionResult, A._Storage_JavaScriptObject_MapMixin, A.StyleSheet, A._TextTrackCueList_JavaScriptObject_ListMixin, A.TimeRanges, A.Touch, A._TouchList_JavaScriptObject_ListMixin, A.TrackDefaultList, A.Url, A.VideoTrack, A.VttRegion, A.__CssRuleList_JavaScriptObject_ListMixin, A.__GamepadList_JavaScriptObject_ListMixin, A.__NamedNodeMap_JavaScriptObject_ListMixin, A._Report, A.__SpeechRecognitionResultList_JavaScriptObject_ListMixin, A.__StyleSheetList_JavaScriptObject_ListMixin, A.Cursor, A.KeyRange, A.ObjectStore, A.Observation, A.ObserverChanges, A.Angle, A.Length, A._LengthList_JavaScriptObject_ListMixin, A.Number, A._NumberList_JavaScriptObject_ListMixin, A.PointList, A._StringList_JavaScriptObject_ListMixin, A.Transform0, A._TransformList_JavaScriptObject_ListMixin, A.AudioBuffer, A.AudioParam, A._AudioParamMap_JavaScriptObject_MapMixin, A.AudioTrack]); - _inheritMany(J.LegacyJavaScriptObject, [J.PlainJavaScriptObject, J.UnknownJavaScriptObject, J.JavaScriptFunction, A.Promise0, A.BindConfiguration, A.Data, A.Boundary, A.ViewPort, A.Options, A.CroppieJS, A.AccountInfo, A.AuthenticationResult0, A.Configuration0, A.BrowserAuthOptions, A.CacheOptions, A.BrowserSystemOptions, A.LoggerOptions, A.JsError, A.EventMessage, A.Logger1, A.NavigationOptions, A.NetworkRequestOptions, A.NetworkResponse, A.PublicClientApplication0, A.CommonAuthorizationUrlRequest0, A.CommonEndSessionRequest, A.CommonSilentFlowRequest, A.Promise1, A.Array, A.Object0, A.Reflect, A.NodeCrypto, A.PdfJs, A.Settings, A.PdfJsDocLoader, A.PdfJsDoc, A.PdfJsPage, A.PdfJsViewport, A.PdfJsRender, A.SignInWithAppleInitOptions, A.SignInResponseI, A.AuthorizationI, A.UserI, A.NameI]); + _inheritMany(J.LegacyJavaScriptObject, [J.PlainJavaScriptObject, J.UnknownJavaScriptObject, J.JavaScriptFunction, A.LoadConfig, A.GoogleAuthInitFailureError, A.GoogleAuthSignInError, A.OfflineAccessResponse, A.GoogleAuth, A._GoogleAuth, A.IsSignedIn, A.CurrentUser, A.SigninOptions, A.OfflineAccessOptions, A.ClientConfig, A.SigninOptionsBuilder, A.BasicProfile, A.AuthResponse, A.AuthorizeConfig, A.AuthorizeResponse, A.GoogleUser, A._GoogleUser, A.Promise0, A.Promise1, A.BindConfiguration, A.Data, A.Boundary, A.ViewPort, A.Options, A.CroppieJS, A.AccountInfo, A.AuthenticationResult0, A.Configuration0, A.BrowserAuthOptions, A.CacheOptions, A.BrowserSystemOptions, A.LoggerOptions, A.JsError, A.EventMessage, A.Logger1, A.NavigationOptions, A.NetworkRequestOptions, A.NetworkResponse, A.PublicClientApplication0, A.CommonAuthorizationUrlRequest0, A.CommonEndSessionRequest, A.CommonSilentFlowRequest, A.Promise2, A.Array, A.Object0, A.Reflect, A.NodeCrypto, A.PdfJs, A.Settings, A.PdfJsDocLoader, A.PdfJsDoc, A.PdfJsPage, A.PdfJsViewport, A.PdfJsRender, A.SignInWithAppleInitOptions, A.SignInResponseI, A.AuthorizationI, A.UserI, A.NameI]); _inherit(J.JSUnmodifiableArray, J.JSArray); _inheritMany(J.JSNumber, [J.JSInt, J.JSNumNotInt]); _inheritMany(A._CastIterableBase, [A.CastIterable, A.__CastListBase__CastIterableBase_ListMixin, A.CastSet, A.CastQueue]); @@ -607397,7 +606703,7 @@ _inherit(A._StreamControllerAddStreamState, A._AddStreamState); _inheritMany(A._DelayedEvent, [A._DelayedData, A._DelayedError]); _inherit(A._MultiStreamController, A._AsyncStreamController); - _inheritMany(A._ForwardingStream, [A._WhereStream, A._MapStream, A._HandleErrorStream]); + _inheritMany(A._ForwardingStream, [A._WhereStream, A._MapStream]); _inheritMany(A.StreamTransformerBase, [A._StreamSinkTransformer, A.LineSplitter, A.StartWithStreamTransformer, A.StartWithErrorStreamTransformer]); _inherit(A._StreamHandlerTransformer, A._StreamSinkTransformer); _inherit(A._RootZone, A._Zone); @@ -607412,21 +606718,19 @@ _inherit(A.SplayTreeSet, A._SplayTreeSet__SplayTree_Iterable_SetMixin); _inheritMany(A.StringConversionSink, [A._StringSinkConversionSink, A._UnicodeSubsetEncoderSink, A._Base64DecoderSink, A._HtmlEscapeSink, A._StringAdapterSink]); _inherit(A._JsonDecoderSink, A._StringSinkConversionSink); - _inheritMany(A.Codec, [A.Encoding, A.Base64Codec, A._FusedCodec, A.JsonCodec]); + _inheritMany(A.Codec0, [A.Encoding, A.Base64Codec, A.JsonCodec]); _inheritMany(A.Encoding, [A.AsciiCodec, A.Latin1Codec, A.Utf8Codec, A.SystemEncoding]); - _inheritMany(A.Converter, [A._UnicodeSubsetEncoder, A._UnicodeSubsetDecoder, A.Base64Encoder, A.Base64Decoder, A._FusedConverter, A.HtmlEscape, A.JsonEncoder, A.JsonUtf8Encoder, A.JsonDecoder, A.Utf8Encoder, A.Utf8Decoder]); + _inheritMany(A.Converter, [A._UnicodeSubsetEncoder, A._UnicodeSubsetDecoder, A.Base64Encoder, A.Base64Decoder, A._FusedConverter, A.HtmlEscape, A.JsonEncoder, A.JsonDecoder, A.Utf8Encoder, A.Utf8Decoder]); _inheritMany(A._UnicodeSubsetEncoder, [A.AsciiEncoder, A.Latin1Encoder]); _inheritMany(A._UnicodeSubsetDecoder, [A.AsciiDecoder, A.Latin1Decoder]); _inheritMany(A.ByteConversionSink, [A._ErrorHandlingAsciiDecoderSink, A._SimpleAsciiDecoderSink, A._Base64EncoderSink, A._ByteAdapterSink, A._ByteCallbackSink, A._Latin1DecoderSink, A._Utf8StringSinkAdapter, A._Utf8ConversionSink]); _inherit(A._BufferCachingBase64Encoder, A._Base64Encoder); _inheritMany(A._Base64EncoderSink, [A._AsciiBase64EncoderSink, A._Utf8Base64EncoderSink]); _inherit(A.JsonCyclicError, A.JsonUnsupportedObjectError); - _inheritMany(A.ChunkedConversionSink, [A._JsonEncoderSink, A._JsonUtf8EncoderSink]); - _inheritMany(A._JsonStringifier, [A._JsonStringStringifier, A._JsonUtf8Stringifier]); + _inherit(A._JsonEncoderSink, A.ChunkedConversionSink); + _inherit(A._JsonStringStringifier, A._JsonStringifier); _inherit(A.__JsonStringStringifierPretty__JsonStringStringifier__JsonPrettyPrintMixin, A._JsonStringStringifier); _inherit(A._JsonStringStringifierPretty, A.__JsonStringStringifierPretty__JsonStringStringifier__JsonPrettyPrintMixin); - _inherit(A.__JsonUtf8StringifierPretty__JsonUtf8Stringifier__JsonPrettyPrintMixin, A._JsonUtf8Stringifier); - _inherit(A._JsonUtf8StringifierPretty, A.__JsonUtf8StringifierPretty__JsonUtf8Stringifier__JsonPrettyPrintMixin); _inherit(A._Latin1AllowInvalidDecoderSink, A._Latin1DecoderSink); _inherit(A.__Utf8EncoderSink__Utf8Encoder_StringConversionSink, A._Utf8Encoder); _inherit(A._Utf8EncoderSink, A.__Utf8EncoderSink__Utf8Encoder_StringConversionSink); @@ -608895,7 +608199,6 @@ _mixin(A._SplayTreeSet__SplayTree_Iterable_SetMixin, A.SetBase); _mixin(A._UnmodifiableMapView_MapView__UnmodifiableMapMixin, A._UnmodifiableMapMixin); _mixin(A.__JsonStringStringifierPretty__JsonStringStringifier__JsonPrettyPrintMixin, A._JsonPrettyPrintMixin); - _mixin(A.__JsonUtf8StringifierPretty__JsonUtf8Stringifier__JsonPrettyPrintMixin, A._JsonPrettyPrintMixin); _mixin(A.__Utf8EncoderSink__Utf8Encoder_StringConversionSink, A.StringConversionSink); _mixin(A._CssStyleDeclaration_JavaScriptObject_CssStyleDeclarationBase, A.CssStyleDeclarationBase); _mixin(A._DomRectList_JavaScriptObject_ListMixin, A.ListBase); @@ -609558,7 +608861,7 @@ 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: ["~()", "ListUIStateBuilder(ListUIStateBuilder)", "Null(Store,@,@(@))", "Null(Object)", "Null()", "@(String)", "double(double)", "InvoiceEntityBuilder(InvoiceEntityBuilder)", "Null(@)", "SettingsEntityBuilder(SettingsEntityBuilder)", "~(@)", "~(Duration)", "bool(String)", "~(bool)", "@()", "~(String)", "Null(BuildContext)", "~(bool?)", "Future(BuildContext)", "bool()", "Future<~>()", "~(BuildContext)", "CompanyEntityBuilder(CompanyEntityBuilder)", "ErrorDialog(BuildContext)", "~(TextEditingController)", "int(String,String)", "~(JavaScriptObject)", "String(@)", "Null(String?)", "@(bool?)", "String(String)", "@(@)", "String?(String)", "Future(Store,@,@(@))", "Null(Object?)", "DocumentEntityBuilder(DocumentEntityBuilder)", "ExpenseEntityBuilder(ExpenseEntityBuilder)", "Null(List)", "Null(String)", "DropdownMenuItem(String)", "~(DocumentEntity)", "ListBuilder()", "~(Object?)", "~(AnimationStatus)", "Future()", "String()", "bool(Route<@>)", "Null(String,bool)", "Null(SelectableEntity?)", "@(BuildContext)", "ClientEntityBuilder(ClientEntityBuilder)", "String(BaseEntity)", "Widget(BuildContext)", "PluralCase()", "String(String?,ClearEntityFilter)", "bool(SpanMarker)", "ListUIState(ListUIState,FilterByEntity)", "PaymentEntityBuilder(PaymentEntityBuilder)", "String?(String?,PreviewEntity)", "InvoiceItemEntityBuilder(InvoiceItemEntityBuilder)", "String?(String?,SelectCompany)", "@(SelectableEntity?)", "Null(EntityState,bool?)", "CompanyGatewayEntityBuilder(CompanyGatewayEntityBuilder)", "~(TapDownDetails)", "Future()", "Null(EntityState,bool)", "~(RenderObject)", "ExecutionInstruction({editContext!EditContext,keyEvent!RawKeyEvent})", "~(String,InvoiceEntity)", "~(DragUpdateDetails)", "~(BuildContext,EntityAction)", "Color(Set)", "TaskEntityBuilder(TaskEntityBuilder)", "SubscriptionEntityBuilder(SubscriptionEntityBuilder)", "bool(BoxHitTestResult,Offset)", "~(DragStartDetails)", "ListDivider(BuildContext,int)", "~(int)", "Null(List)", "Null(String?,String?)", "String?(String?,@)", "ScheduleEntityBuilder(ScheduleEntityBuilder)", "Null(InvoiceEntity)", "InvoiceStatusEntityBuilder(InvoiceStatusEntityBuilder)", "bool(InvoiceItemEntity)", "int(List,List)", "String(String,Node)", "String?(String?,FilterByEntity)", "SettingsUIStateBuilder(SettingsUIStateBuilder)", "InvoiceEntity?(String)", "VendorEntityBuilder(VendorEntityBuilder)", "~(DragEndDetails)", "~(PaintingContext,Offset)", "UserEntityBuilder(UserEntityBuilder)", "bool(bool,UpdateUserPreferences)", "~(String?)", "EntityStats(String,BuiltMap)", "Widget(BuildContext,int)", "Null(SelectableEntity)", "int(int?,PreviewEntity)", "UserCompanyEntityBuilder(UserCompanyEntityBuilder)", "Future?(Object?)", "~(Document2,DocumentEditorTransaction)", "Null(~)", "Uint8List(PdfPageFormat)", "~(Element0)", "double(RenderBox)", "Null(bool?)", "~(PointerEvent)", "~(PointerExitEvent)", "~(TapUpDetails)", "Null(BuildContext,List,bool)", "InvoiceEntity(@)", "String(Match)", "bool(String?)", "Null(List)", "StatelessWidget(BuildContext,BoxConstraints)", "@(TaxRateEntity)", "Map(Document2,DocumentNode)", "Null(BuildContext,Completer)", "Color?(Set)", "~(RestorableProperty,~())", "UserStateBuilder(UserStateBuilder)", "~(String,ExpenseEntity)", "Null(JavaScriptObject)", "bool(int)", "int(int)", "double()", "Future?()", "~(PointerEnterEvent)", "~(Object,StackTrace)", "@(CompanyEntity)", "@(int?,String)", "bool(Object?)", "TransactionEntityBuilder(TransactionEntityBuilder)", "ScrollableListView(BuildContext)", "Palette()", "bool(@)", "String?(String?)", "@(List,bool)", "~(PaymentableEntity)", "int(String?,String?)", "Null(DesignEntity?)", "Widget()", "List()", "~(String,TaskEntity)", "ListBuilder()", "String(InvoiceEntityBuilder)", "@(InvoiceEntity)", "TaskStatusEntityBuilder(TaskStatusEntityBuilder)", "~(String,@)", "DashboardUISettingsBuilder(DashboardUISettingsBuilder)", "bool(Element0)", "Null(TaxRateEntity)", "bool(FocusNode)", "ExpenseStatusEntityBuilder(ExpenseStatusEntityBuilder)", "~(BaseEntity)", "Null(Object,StackTrace)", "~(ByteData?)", "~(InvoiceEntity)", "Null(EntityStatus,bool)", "Null(int)", "Null(Completer,String)", "PurchaseOrderStateBuilder(PurchaseOrderStateBuilder)", "Null(ExpenseEntity)", "int()", "ProductEntityBuilder(ProductEntityBuilder)", "Tween(@)", "Future<@>(MethodCall0)", "~(ForcePressDetails)", "DocumentLayout()", "Null(UserEntity)", "bool(ClientContactEntity)", "AlertDialog(BuildContext)", "SimpleDialog(BuildContext)", "EntityStats(String,BuiltMap)", "~(LayoutView)", "~(String,String)", "String?(String?,ClearEntitySelection)", "DropdownMenuItem(int)", "TransactionRuleEntityBuilder(TransactionRuleEntityBuilder)", "Null(String,String)", "DocumentStateBuilder(DocumentStateBuilder)", "Null(EntityStatus,bool?)", "AuthStateBuilder(AuthStateBuilder)", "Widget(BuildContext,Widget?)", "Null(bool)", "Object?(@)", "QuoteStateBuilder(QuoteStateBuilder)", "Null(BuildContext[EntityAction?])", "~(int,int)", "Null(PaymentEntity)", "TextStyle(Set)", "bool(ScrollNotification)", "bool(VendorContactEntity)", "PaymentStatusEntityBuilder(PaymentStatusEntityBuilder)", "~(@,@)", "~(String,PaymentEntity)", "@(String?)", "ProjectEntityBuilder(ProjectEntityBuilder)", "Null(List)", "bool(InvoiceEntity)", "~(PointerDownEvent)", "bool(FlutterHtmlKeyboardEvent)", "Null(SettingsEntity)", "ListBuilder()", "MapBuilder()", "Null(Completer)", "Null(int,int)", "CompanyGatewayStateBuilder(CompanyGatewayStateBuilder)", "Widget(BuildContext,BoxConstraints)", "~(Timer)", "GroupStateBuilder(GroupStateBuilder)", "~(TaskTime)", "bool(TaskTime)", "ExpenseEntity?(String)", "bool(BaseEntity)", "InvitationEntity(ClientContactEntity)", "Null(BuildContext,bool)", "MapEntry(@,@)", "KeyEventResult(FocusNode,RawKeyEvent)", "Future(BuildContext,bool)", "int(FocusNode,FocusNode)", "double(double,double)", "ListTile(String)", "bool(NotoFont)", "TaxRateStateBuilder(TaxRateStateBuilder)", "String?(@)", "FeesAndLimitsSettingsBuilder(FeesAndLimitsSettingsBuilder)", "TextFieldKeyboardHandlerResult({controller!AttributedTextEditingController,keyEvent!RawKeyEvent,textLayout:ProseTextLayout?})", "Color0(int?)", "Null(TransactionEntity)", "TransactionStateBuilder(TransactionStateBuilder)", "bool(DateRange)", "Null(LoginResponse)", "bool(EntityType)", "BankAccountEntityBuilder(BankAccountEntityBuilder)", "TaskTimeBuilder(TaskTimeBuilder)", "ClientStateBuilder(ClientStateBuilder)", "TextFieldKeyboardHandlerResult({controller!AttributedTextEditingController,keyEvent!RawKeyEvent,textLayout!ProseTextLayout})", "bool(PaymentableEntity)", "DesignEntityBuilder(DesignEntityBuilder)", "bool(Node)", "PaymentTermStateBuilder(PaymentTermStateBuilder)", "~(PanGestureRecognizer)", "PanGestureRecognizer()", "Null(InvoiceStateBuilder)", "Column(BuildContext)", "Future<@>()", "~(TapSequenceGestureRecognizer)", "MapBuilder(MapBuilder)", "~(~())", "~(EntityType)", "~(SelectableEntity)", "double(RenderBox,double)", "TextStyle(Set)", "int(Object?)", "TapSequenceGestureRecognizer()", "WebhookEntityBuilder(WebhookEntityBuilder)", "~(LongPressStartDetails)", "Null(TaskStateBuilder)", "Null(TaskEntity)", "Null(RecurringInvoiceStateBuilder)", "InvoiceEntity(InvoiceEntity?,@)", "int(_Codes)", "String?(PaymentableEntity)", "PaymentStateBuilder(PaymentStateBuilder)", "PaymentEntity?(String)", "InvoiceStateBuilder(InvoiceStateBuilder)", "Null(ProductEntity)", "Null(ProjectEntity)", "ProjectStateBuilder(ProjectStateBuilder)", "bool(InheritedElement)", "Null(RecurringExpenseStateBuilder)", "RecurringInvoiceStateBuilder(RecurringInvoiceStateBuilder)", "Future>(Map)", "TaskEntity?(String)", "Null(List)", "Null(GroupEntity)", "TaskStateBuilder(TaskStateBuilder)", "ExpenseCategoryEntityBuilder(ExpenseCategoryEntityBuilder)", "Null(TaskStatusEntity)", "TaxRateEntity?(String)", "Offset()", "Null(List)", "int(InvoiceEntity?,InvoiceEntity?)", "TextBoundary()", "~(TapDragUpDetails)", "Null(VendorEntity)", "ExpenseStateBuilder(ExpenseStateBuilder)", "~(EntityAction)", "~(PointerSignalEvent)", "bool(_RouteEntry)", "UpgradeDialog(BuildContext)", "Null(DocumentEntity)", "~(Selectable)", "~(DateTime)", "MaterialStateProperty?(ButtonStyle?)", "ActivityListTile(BuildContext,int)", "~(Store)", "RecurringExpenseStateBuilder(RecurringExpenseStateBuilder)", "@(String,bool)", "DropdownMenuItem(MapEntry)", "DropdownMenuItem(DateRange)", "CreditStateBuilder(CreditStateBuilder)", "Null(BuiltList)", "List()", "Future<~>(MethodCall0)", "List(BuildContext)", "Text(String)", "bool(GestureListener)", "InvoiceItemSelector(BuildContext)", "BaseEntity?(InvoiceItemEntity)", "Null(List[String?,String?])", "Future>(Map)", "Null(InvoiceItemEntity,int)", "~(String,NumericAxis)", "Null(List,String?,String?)", "Null(BuildContext,List,bool?)", "Null(BuildContext[int?])", "Null(BuildContext,InvoiceEntity[String?])", "Null(int,String)", "DateTime(ChartMoneyData,int?)", "double?(ChartMoneyData,int?)", "Color0(ChartMoneyData,int?)", "double(ChartMoneyData,int?)", "~(SpanMarker)", "DocumentStatusEntityBuilder(DocumentStatusEntityBuilder)", "~(InvoiceItemEntity)", "Future()", "@(Completer)", "@(DesignEntity?)", "~(Object?,Object?)", "Null(ClientEntity)", "MapBuilder()", "TransactionStatusEntityBuilder(TransactionStatusEntityBuilder)", "bool(Attribution)", "AppStateBuilder(AppStateBuilder)", "bool(InlineSpan)", "Null(@,@)", "Color(Color)", "ProductEntity?(String)", "Null(List)", "Null(ProductStateBuilder)", "ProductStateBuilder(ProductStateBuilder)", "bool(ActivityEntity)", "Null(BankAccountEntity)", "ClientContactEntityBuilder(ClientContactEntityBuilder)", "Null(ScheduleEntity)", "ScheduleStateBuilder(ScheduleStateBuilder)", "Null(SubscriptionEntity)", "SubscriptionStateBuilder(SubscriptionStateBuilder)", "String(InvoiceEntity)", "~(SelectableEntity?)", "bool(String,InvoiceEntity)", "EntityStats(String,BuiltMap)", "String(InvitationEntity)", "Size(RenderBox,BoxConstraints)", "Null(TaskStatusStateBuilder)", "TaskStatusStateBuilder(TaskStatusStateBuilder)", "~({curve:Curve,descendant:RenderObject?,duration:Duration,rect:Rect?})", "int(RenderObject,RenderObject)", "Null(TokenEntity)", "TokenStateBuilder(TokenStateBuilder)", "Future()", "Null(TransactionRuleEntity)", "TransactionRuleStateBuilder(TransactionRuleStateBuilder)", "MapBuilder(MapBuilder)", "String(String,UpdateUserPreferences)", "ListBuilder(ListBuilder)", "@([String?,String?])", "Null(List)", "InvoiceEntity?(InvoiceEntity?,@)", "~(TapDragDownDetails)", "~(PointerHoverEvent)", "~(LongPressMoveUpdateDetails)", "VendorStateBuilder(VendorStateBuilder)", "Null(PaymentTermEntity)", "Null(WebhookEntity)", "List(BuiltMap,BuiltMap)", "WebhookStateBuilder(WebhookStateBuilder)", "GridView(BuildContext,BoxConstraints)", "MessageDialog(BuildContext)", "CustomFieldSelector(BuildContext)", "ColorTween(@)", "DropdownMenuItem(String?)", "~(LongPressEndDetails)", "List>(BuildContext)", "DesignEntity?(String)", "MouseCursor0(Set)", "MaterialStateProperty?(DatePickerThemeData?)", "DesignStateBuilder(DesignStateBuilder)", "~(VerticalDragGestureRecognizer)", "AppTextButton(BuildContext)", "UserSmsVerification(BuildContext)", "VerticalDragGestureRecognizer()", "~(NavigatorObserver)", "Future<~>(String)", "~([Intent?])", "VendorContactEntityBuilder(VendorContactEntityBuilder)", "@(int)", "~(ExpenseEntity)", "~(MouseEvent)", "~(String,ClientEntity)", "Widget(BuildContext,EditableTextState)", "Null(BuildContext,InvoiceEntity,ClientEntity?)", "BankAccountEntity?(String)", "Null(ExpenseCategoryEntity)", "ExpenseCategoryStateBuilder(ExpenseCategoryStateBuilder)", "EntityStats(String,BuiltMap)", "~(String,TransactionEntity)", "JavaScriptObject()", "InvoiceListItem(BuildContext,int)", "TaskListItem(BuildContext,int)", "ExpenseListItem(BuildContext,int)", "bool(InvoiceEntity?)", "Object?(Object?)", "Future<~>(bool)", "~(ProgressEvent)", "Null(CompanyGatewayEntity)", "String?(SelectableEntity)", "ListBuilder()", "String(SelectableEntity?)", "String(TaxRateReportFields0)", "String(TaxRateReportFields)", "String(ProfitAndLossReportFields)", "Null(List)", "@(SettingsEntity)", "@(bool)", "String(int)", "Null(DateTime?)", "Stack(BuildContext)", "DateTime()", "BankAccountStateBuilder(BankAccountStateBuilder)", "ScrollPosition()", "RenderBox()", "Null(BuildContext,EmailTemplate,String,String,String)", "WebhookEntity?(String)", "int(ExpenseEntity?,ExpenseEntity?)", "Null(PaymentTermStateBuilder)", "bool(InvitationEntity)", "VendorContactEntity()", "Future(BillingClient)", "OutlinedButton(EntityAction)", "PopupMenuButton(BuildContext,int)", "List>(BuildContext)", "PopupMenuItem(EntityAction)", "~(DragDownDetails)", "Rect()", "bool(DataRow)", "String(SelectableEntity)", "Null(List)", "DecoratedFormField(BuildContext,TextEditingController,FocusNode,~())", "MapBuilder>()", "bool(Node0)", "Null(List)", "Null(DesignStateBuilder)", "MaterialStateProperty?(ButtonStyle?)", "ReportsUIStateBuilder(ReportsUIStateBuilder)", "Null(TaxRateStateBuilder)", "~(Object,String)", "IconButton(BuildContext)", "bool(ScrollMetricsNotification)", "~(List<@>)", "Text(@)", "InkWell(BuildContext)", "Padding(BuildContext)", "TokenEntity?(String)", "Null(List)", "Future(String?)", "String(MaterialLocalizations)", "IconData(BuildContext)", "Widget(BuildContext)?(ActionIconThemeData?)", "ListBuilder()", "Future(BuildContext,Completer{oneTimePassword:String,secret:String,url:String})", "Widget(Widget,Animation0)", "Future(BuildContext,Completer,String)", "ScheduleEntity?(String)", "Null(TokenStateBuilder)", "ListBuilder()", "Null(List)", "Null(List)", "Null(ClientStateBuilder)", "TransactionEntity?(String)", "ProjectEntity?(String)", "String(String,String)", "DocumentEntity(@)", "TextBox(TextBox)", "~(ProductEntity)", "EdgeInsetsGeometryTween(@)", "ListTile(BuildContext,int)", "Null(TransactionStateBuilder)", "bool(Object?,Object?)", "MediaQuery(BuildContext,Widget?)", "Null(List)", "~(ScaleEndDetails)", "~(ScaleStartDetails)", "ListBuilder()", "TransactionRuleEntity?(String)", "bool(ExpenseEntity)", "InvoiceEntity(String)", "Null(ExpenseStateBuilder)", "bool(Point)", "Null(List)", "Null(ScheduleStateBuilder)", "ExpenseCategoryEntity?(String)", "Null(List)", "~(TimeOfDay)", "bool(PaymentEntity)", "Null(ExpenseCategoryStateBuilder)", "Null(TransactionRuleStateBuilder)", "Null(List)", "Null(CompanyEntity)", "GroupEntity?(String)", "Null(List)", "CompanyGatewayEntity?(String)", "~(TextSelection,SelectionChangedCause?)", "~(ImageStreamListener)", "bool(bool,DismissTwoYearReviewAppPermanently)", "PaymentListItem(BuildContext,int)", "QuoteListItem(BuildContext,int)", "bool(SemanticsNode)", "~(List)", "GroupEntityBuilder(GroupEntityBuilder)", "SubscriptionEntity?(String)", "UserEntity?(String)", "Null(GroupStateBuilder)", "Null(List)", "Null(List)", "~(Event)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap)", "@(double?)", "int(int,int)", "InvitationEntity(VendorContactEntity)", "DropdownMenuItem(int)", "Null(CompanyGatewayStateBuilder)", "~(SliverConstraints)", "~(TaxRateEntity)", "List(BuiltMap)", "PaymentableEntityBuilder(PaymentableEntityBuilder)", "VendorEntity?(String)", "Set<0^>()", "String(ClientReportFields)", "Null(DesignEntity)", "String(ContactReportFields)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "String(CreditItemReportFields)", "String(CreditReportFields)", "String(DocumentReportFields)", "String(ExpenseReportFields)", "String(InvoiceItemReportFields)", "String(InvoiceReportFields)", "Null(List)", "String(PaymentReportFields)", "Null(SubscriptionStateBuilder)", "String(ProductReportFields)", "PrefStateBuilder(PrefStateBuilder)", "String(PurchaseOrderItemReportFields)", "String(PurchaseOrderReportFields)", "String(QuoteItemReportFields)", "String(QuoteReportFields)", "String(RecurringExpenseReportFields)", "String(RecurringInvoiceReportFields)", "Null(VendorStateBuilder)", "String(TaskItemReportFields)", "String(TaskReportFields)", "String(TransactionReportFields)", "String(VendorReportFields)", "~(Object[StackTrace?])", "Null(ProjectStateBuilder)", "ClientContactEntity()", "Future(BuildContext,String)", "bool(FocusableActionDetector)", "Null(@,StackTrace)", "MapEntry>(String,String)", "~(Size)", "@(int?)", "TaxConfigRegionEntityBuilder(TaxConfigRegionEntityBuilder)", "Null(bool?,int?,String?,double?,double?)", "Future(String?,String?)", "Null(List)", "Null(PurchaseOrderStateBuilder)", "Null(BankAccountStateBuilder)", "TransactionRuleCriteriaEntityBuilder(TransactionRuleCriteriaEntityBuilder)", "PasswordConfirmation(BuildContext)", "Null(PaymentStateBuilder)", "bool(KeyData)", "ClientEntity?(String)", "Null(WebhookStateBuilder)", "~(Codec0)", "Widget(BuildContext,Widget,int?,bool)", "Iterable(Iterable)", "bool(_Highlight)", "String(Object?)", "Null(CreditStateBuilder)", "PaymentTermEntity?(String)", "int(SemanticsNode,SemanticsNode)", "TaskStatusEntity?(String)", "~(TextInputAction)", "int(@,@)", "Null(List)", "Set()", "Null(List)", "Null(QuoteStateBuilder)", "ListBuilder(ListBuilder)", "Null(UserStateBuilder)", "~(~)", "Positioned(BuildContext,Widget?)", "Tween<@>?(Tween<@>?,@,Tween<@>(@))", "AlignmentGeometryTween(@)", "DecorationTween(@)", "~(int?)", "~(_DragInfo)", "VelocityTracker(PointerEvent)", "ViewListDiffResult?(int)", "bool(Selectable,double)", "~(String,Object?)", "int(int,@)", "_SelectionToolbarWrapper(BuildContext)", "~(TapDragStartDetails)", "~(TapDragUpdateDetails)", "~(TapDragEndDetails)", "~(Object,StackTrace,Object?)", "List()", "~(GestureMode)", "Widget(BuildContext,Object,StackTrace?)", "bool(Rule)", "Container(BuildContext)", "~(SemanticsObject)", "Null(ProgressEvent)", "~(String,IfdDirectory)", "List()", "~(bool(String))", "Future(BillingClient)", "ProductWrapper(String)", "List?(int?)", "Future(BillingClient)", "List(PurchaseWrapper)", "int(Country,Country)", "bool(Country)", "List()", "bool(GatewayOptionsEntity)", "MapBuilder>(MapBuilder>)", "String(num?)", "int(LayoutView,LayoutView)", "ListBuilder()", "bool(LayoutView)", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "MapBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "MapBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "~(GestureListener)", "num?(int?)", "MapBuilder()", "bool(ChartBehavior<@>)", "MapBuilder()", "double(Set)", "~(MapEntry)", "RefreshIndicator(BuildContext)", "ProductListItem(BuildContext,int)", "PopupMenuItem(String)", "List>(BuildContext)", "Object?(DismissIntent)", "Stack(BuildContext,List,Widget?)", "Container(BuildContext,int)", "Widget(BuildContext,TextLayout)", "CompositedTransformTarget(BuildContext)", "~({addedComponents!List,changedComponents!List,removedComponents!List})", "InvoiceTaxDetails(BuildContext)", "Route<@>(RouteSettings)", "ExpenseCategoryListItem(BuildContext,int)", "Future(Response?)", "Map()", "~(RestorationBucket)", "Future(ByteData?)", "~(ChartDataGroup)", "List(_SemanticsSortGroup)", "KeyData()", "bool(BoxHitTestResult)", "TokenMeta(GatewayTokenEntity)", "Row(BuildContext,BoxConstraints)", "~(GatewayTokenEntity)", "~(ForcePressGestureRecognizer)", "Widget(BuildContext,AsyncSnapshot)", "Future(RandomAccessFile)", "_InterestingSemanticsFragment(SemanticsConfiguration)", "JavaScriptObject([JavaScriptObject?])", "_RandomAccessFile(Object?)", "Future()", "BaseEntity(String?)", "~(int,bool)", "bool(SystemLogEntity)", "DropdownMenuItem<@>(@)", "Future(@)", "PointerInterceptor(BuildContext)", "AccountSmsVerification(BuildContext)", "bool(UserCompanyState)", "Widget(CompanyEntity)", "~(RandomAccessFile)", "TextDirection()", "Align(List<@>)", "Null(Uint8List)", "TaxRateEntity()", "bool(TaxRateEntity?)", "Null(String?,String?,String?,String?,String?)", "DeltaTextInputClientDecorator()", "SpanMarker(SpanMarker)", "~(ImageChunkEvent)", "bool(TextEditingDelta)", "~(HorizontalDragGestureRecognizer)", "ToggleButtons(BuildContext,BoxConstraints)", "HorizontalDragGestureRecognizer()", "~(Offset)", "ImageStreamCompleter()", "bool(SelectableEntity)", "~(ImageInfo,bool)", "~(DropEventDetails)", "~(LongPressGestureRecognizer)", "UserSettingsEntityBuilder(UserSettingsEntityBuilder)", "InkWell(String)", "LongPressGestureRecognizer()", "List>(BuildContext)", "bool(_TappableLabel)", "UserEntity(@)", "Semantics(BuildContext,Widget?)", "~([~])", "BuiltMap(BuiltMap,UpdateUserPreferences)", "Null(PrintingInfo)", "AppSidebarMode(AppSidebarMode,UpdateUserPreferences)", "bool(bool,DismissOneYearReviewAppPermanently)", "~([String?])", "Null(BuiltList)", "Future<~>(BuildContext,Uint8List/(PdfPageFormat),PdfPageFormat)", "~(TapGestureRecognizer)", "TokenEntityBuilder(TokenEntityBuilder)", "_ZoomExitTransition(BuildContext,Animation0,Widget?)", "_ZoomEnterTransition(BuildContext,Animation0,Widget?)", "Element2(int)", "TapGestureRecognizer()", "TaxRateEntity(@)", "LocalKey(MergeableMaterialItem)", "TaxRateEntityBuilder(TaxRateEntityBuilder)", "List()", "~(RenderBox?)", "~(Uint8List,String,int)", "ChildSemanticsConfigurationsResult(List)", "List(SelectionState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltList,ListUIState)", "~(FocusHighlightMode)", "CustomSingleChildLayout(BuildContext)", "bool(BuildContext)", "int(String?)", "InvoiceEntity(InvoiceEntity?,AddRecurringInvoiceItem)", "~(Symbol0,@)", "Color?(DatePickerThemeData?)", "Future(String,Map)", "0^?(MaterialStateProperty<0^>?(DatePickerThemeData?),Set)", "InvoiceEntity(InvoiceEntity?,AddQuoteItem)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,ListUIState,BuiltMap)", "0^?(0^?(DatePickerThemeData?))", "InvoiceEntity(InvoiceEntity?,AddPurchaseOrderItem)", "bool(Delimiter)", "EntityStats(String,BuiltMap)", "bool(InlineSyntax)", "String(InvoiceItemEntityBuilder)", "InvoiceItemEntity(String)", "PaymentTermEntity(@)", "~(Uint8List,int,int)", "PaymentTermEntityBuilder(PaymentTermEntityBuilder)", "bool(PaymentEntity?)", "List(String,BuiltMap,BuiltList)", "MaterialStateProperty?(ButtonStyle?)", "bool(BlockSyntax)", "~(LinkifyElement)", "InvoiceEntity(InvoiceEntity?,AddInvoiceItem)", "Widget(BuildContext,DocumentSelection?,Widget?)", "GroupEntity(@)", "bool(DraggableScrollableNotification)", "~([Future<~>?])", "Null(GoogleSignInAuthentication)", "ExpenseEntity(@)", "List(SelectionState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,ListUIState,BuiltMap,BuiltMap,StaticState)", "bool(String,ExpenseEntity)", "String(ExpenseEntity)", "Null(BuiltList)", "~(VendorEntity)", "~(TaskEntity)", "~(ProjectEntity)", "~(GroupEntity)", "~([Object?])", "LicenseEntry(int)", "Null(DocumentStateBuilder)", "_RuleCriteria(BuildContext)", "ForcePressGestureRecognizer()", "DocumentEntity?(String)", "Null(BuildContext,String)", "Widget(BuildContext,bool)", "VendorListItem(BuildContext,int)", "Widget(BuildContext,Object?,ScrollController?)", "double(_PointerPanZoomData)", "String(ExpenseEntity?)", "String?()", "Null(Completer,String)", "Null(Duration)", "bool?(SubscriptionEntityBuilder)", "~(ChartBehavior<@>)", "~(RenderBox,BoxConstraints{parentUsesSize:bool})", "int(TaskEntity,TaskEntity)", "~(PointerPanZoomStartEvent)", "Null(String,List)", "_EnableTwoFactor(BuildContext)", "Future(Object?)", "int(PaymentEntity?,PaymentEntity?)", "TaxConfigSubregionEntityBuilder(TaxConfigSubregionEntityBuilder)", "TaxConfigEntityBuilder(TaxConfigEntityBuilder)", "Drag?(Offset)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap,BuiltMap)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap,BuiltMap)", "MapBuilder>(MapBuilder>)", "~(Attribution,int)", "~(DiagnosticsNode)", "ExpenseEntity?(ExpenseEntity?,@)", "~(int?,int?)", "DropdownMenuItem(ImportType)", "Future(BuildContext,AppSidebarMode)", "String(MapBuilder)", "ExpenseEntity(ExpenseEntity?,@)", "InvoiceEntity(InvoiceEntity?,AddCreditItem)", "Row(BuildContext)", "Null(BuildContext,String,String)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "Null(BuildContext,List)", "@(int,bool)", "Map(String?)", "num?(@,int?)", "Color0(@,int?)", "~(Object)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "TextPosition(TextPosition,bool,TextBoundary)", "Future()", "~([Duration?])", "PaymentableEntity(BaseEntity)", "TargetPlatform()", "~([TapUpDetails?])", "CompanyGatewayEntity(@)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "Color?(Color?)", "bool(TaskEntity)", "TaskEntity(String)", "bool(ProjectEntity)", "bool(ProductEntity)", "bool(DisplayFeature)", "ReportSettingsEntityBuilder(ReportSettingsEntityBuilder)", "bool(GatewayTokenEntity)", "EntityStats(String,BuiltMap)", "_Channel()", "~(ClientEntity)", "~(String,String?)", "~(double)", "~(MapEntry)", "String(ProjectEntityBuilder)", "String(PaymentEntityBuilder)", "Node2?(DirectoryNode,String,Node2?)", "~(List)", "XFile(String)", "bool(HistoryRecord)", "bool(CompanyEntity)", "bool(bool,DismissNativeWarningPermanently)", "~(PersistenceRepository)", "UIStateBuilder(UIStateBuilder)", "bool(RenderBox)", "PaymentRefundScreen(BuildContext)", "Padding(InvoiceEntity)", "PaymentEditScreen(BuildContext)", "MainScreen(BuildContext)", "LoginScreen(BuildContext)", "~(ScaleUpdateDetails)", "int(_ReadingOrderSortData,_ReadingOrderSortData)", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder>()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "~(String,ChartBehavior0<@>)", "~(ChartStateBehavior>,AnimationController)", "Widget(LegendEntry<@>)", "~(String,JavaScriptObject)", "int(TaskTime,TaskTime)", "Padding(Widget)", "bool(BankAccountEntity?)", "int(TableRow)", "Padding(int)", "List(Size)", "~(EditingState?,TextEditingDeltaState?)", "Map(String)", "Null(String,@)", "~(SelectionModelType)", "Material(FlutterErrorDetails)", "MapBuilder()", "MapBuilder()", "StyledToast(BuildContext)", "Locale(String)", "ChangeLayoutBanner(BuildContext)", "ProductScreenBuilder(BuildContext)", "ProductViewScreen(BuildContext)", "ProductEditScreen(BuildContext)", "ClientScreenBuilder(BuildContext)", "ClientViewScreen(BuildContext)", "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)", "MapBuilder()", "MapBuilder()", "QuoteScreenBuilder(BuildContext)", "QuoteViewScreen(BuildContext)", "QuoteEditScreen(BuildContext)", "QuoteEmailScreen(BuildContext)", "QuotePdfScreen(BuildContext)", "ScheduleScreenBuilder(BuildContext)", "ScheduleViewScreen(BuildContext)", "ScheduleEditScreen(BuildContext)", "TransactionRuleScreenBuilder(BuildContext)", "TransactionRuleViewScreen(BuildContext)", "TransactionRuleEditScreen(BuildContext)", "TransactionScreenBuilder(BuildContext)", "TransactionViewScreen(BuildContext)", "TransactionEditScreen(BuildContext)", "BankAccountScreenBuilder(BuildContext)", "BankAccountViewScreen(BuildContext)", "BankAccountEditScreen(BuildContext)", "PurchaseOrderScreenBuilder(BuildContext)", "PurchaseOrderViewScreen(BuildContext)", "PurchaseOrderEditScreen(BuildContext)", "PurchaseOrderEmailScreen(BuildContext)", "PurchaseOrderPdfScreen(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)", "Null(List,JavaScriptObject)", "ChartContainerRenderObject<@>()", "MapBuilder()", "MapBuilder()", "double(@)", "Future(Blob)", "Future(SharedPreferences)", "MapBuilder()", "UnregisteredFont()", "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,LoadSchedulesFailure)", "String(String,LoadTransactionRulesFailure)", "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)", "MapBuilder()", "UserCompanyState(int)", "MapBuilder()", "MapBuilder()", "~(Size?)", "SelectableEntity?(@)", "Map(WebDropItem)", "~(List,JavaScriptObject)", "~(UserCompanyEntity)", "~(UserCompanyState)", "MapBuilder()", "WebDropItem(Map<@,@>)", "XFile(WebDropItem)", "~(DropEvent)", "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)", "DirectoryNode?(DirectoryNode,bool)", "String(String?,ArchiveBankAccountsSuccess)", "String(String?,DeleteBankAccountsSuccess)", "RealNode?(DirectoryNode,bool)", "FileNode()", "MapBuilder()", "~(FileNode)", "String(String?,SortBankAccounts)", "String(String?,FilterBankAccounts)", "String(String?,FilterBankAccountsByState)", "String(String?,FilterBankAccountsByCustom1)", "String(String?,FilterBankAccountsByCustom2)", "String(String?,FilterBankAccountsByCustom3)", "String(String?,FilterBankAccountsByCustom4)", "FileNode(FileNode)", "BankAccountEntity(BankAccountEntity?,UpdateBankAccount)", "MapBuilder()", "BankAccountEntity(BankAccountEntity?,RestoreBankAccountsSuccess)", "BankAccountEntity(BankAccountEntity?,ArchiveBankAccountsSuccess)", "BankAccountEntity(BankAccountEntity?,DeleteBankAccountsSuccess)", "~(Node2)", "Node2?(DirectoryNode,String,Node2?,int,int)", "Size(JavaScriptObject)", "~(File,Uint8List?,String?,Stream>?)", "List(BuiltMap,BuiltList,StaticState,BuiltMap,String?)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "BankAccountEntity(@)", "MapBuilder()", "MapBuilder()", "MapBuilder()", "Future(String)", "_MergClientPicker(BuildContext)", "TickerFuture({from:double?})", "~(_AnimationDirection)", "MapBuilder()", "ListBuilder()", "Null(BuiltList)", "MapBuilder()", "String(String,Color)", "RegisteredFont?(ByteBuffer,String,String)", "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)", "Completer?(Completer?,EditClient)", "Completer?(Completer?,EditClient)", "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)", "bool(Pattern[int])", "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)", "~(CkCanvas)", "List()", "List(BuiltMap,BuiltList,BuiltMap,StaticState)", "MapBuilder()", "Null(UniqueRef)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,ListUIState,BuiltMap,StaticState)", "MapBuilder()", "ClientEntity(@)", "UserCompanyStateBuilder(UserCompanyStateBuilder)", "UserCompanyEntity(UserCompanyEntity?,SaveEInvoiceCertificateSuccess)", "@(@,String)", "UserCompanyEntity(UserCompanyEntity?,UpdateReportSettings)", "MapBuilder()", "UserCompanyEntity(UserCompanyEntity?,SaveAuthUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,ConnectOAuthUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,ConnecGmailUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,DisconnectOAuthUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,DisconnectOAuthMailerSuccess)", "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)", "ProductEntity(String)", "ListBuilder()", "ClientEntity(String)", "bool(ClientEntity)", "~(NotoFont)", "Future<~>(~)", "PaymentEntity(String)", "String?(int)", "ProjectEntity(String)", "ListBuilder()", "ListBuilder()", "ListBuilder()", "int(BaseEntity?,BaseEntity?)", "MapEntry(MapEntry)", "Null(~())", "~(List)", "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)", "~(Uint8List)", "ListBuilder>()", "ListBuilder()", "List(BuiltMap,BuiltList,ListUIState,String?,bool)", "double(String,BuiltMap)", "ListBuilder()", "EntityStats(String,BuiltMap)", "~(String,CompanyGatewayEntity)", "TargetPlatform?()", "ListBuilder()", "bool(DiagnosticsNode?)", "ListBuilder()", "bool(StackFrame)", "ErrorDescription(String)", "String(DiagnosticsNode)", "ListBuilder()", "FontFamily(@)", "~(int,@)", "CreditUIStateBuilder(CreditUIStateBuilder)", "bool(bool?,ViewCredit)", "bool(bool?,ViewCreditList)", "bool(bool?,FilterCreditsByState)", "bool(bool?,FilterCreditsByStatus)", "bool(bool?,FilterCredits)", "bool(bool?,FilterCreditsByCustom1)", "bool(bool?,FilterCreditsByCustom2)", "bool(bool?,FilterCreditsByCustom3)", "bool(bool?,FilterCreditsByCustom4)", "int?(int?,UpdateCreditTab)", "String?(String?,ShowPdfCredit)", "int?(int?,EditCredit)", "int?(int?,EditCreditItem)", "String(String?,ArchiveCreditsSuccess)", "String(String?,DeleteCreditsSuccess)", "String?(String?,ViewCredit)", "String(String?,AddCreditSuccess)", "String(String?,ShowEmailCredit)", "String(String?,ShowPdfCredit)", "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)", "Future<~>(JavaScriptObject,JavaScriptObject)", "InvoiceEntity(InvoiceEntity?,MoveCreditItem)", "InvoiceEntity(InvoiceEntity?,DeleteCreditItem)", "InvoiceEntity(InvoiceEntity?,UpdateCreditItem)", "InvoiceEntity(InvoiceEntity?,UpdateCreditClient)", "InvoiceEntity(InvoiceEntity?,RestoreCreditsSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveCreditsSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteCreditsSuccess)", "InvoiceEntity(InvoiceEntity?,AddCreditContact)", "InvoiceEntity(InvoiceEntity?,RemoveCreditContact)", "_Future<@>?()", "FontAsset(@)", "Palette(Palette())", "bool(DiagnosticsNode)", "LicenseParagraph()", "String(GestureArenaMember)", "List(BuiltMap,BuiltMap,BuiltMap,BuiltList,String,BuiltMap,List)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,ListUIState,BuiltMap)", "_GestureArena()", "~(PointerDataPacket)", "double?(int)", "DashboardUIStateBuilder(DashboardUIStateBuilder)", "BuiltMap>(BuiltMap>,UpdateDashboardSelection)", "ListBuilder()", "BuiltMap>(BuiltMap>,SelectCompany)", "EntityType?(EntityType?,UpdateDashboardEntityType)", "bool?(bool?,UpdateDashboardSidebar)", "Null(~(Codec0))", "bool(PointerData)", "ListBuilder()", "~(LineBreakType,int)", "ListBuilder()", "_PointerEventDescription?(PointerData)", "~(String,Duration)", "String(double)", "ListBuilder()", "List(BuiltMap,String)", "ListBuilder()", "Drag?()", "List(BuiltMap,BuiltMap)", "ListBuilder()", "List(BuiltMap,BuiltMap)", "ListBuilder()", "List(BuiltMap,BuiltMap)", "List(BuiltMap,BuiltMap)", "~(_TapTracker)", "Map<~(PointerEvent),Matrix40?>()", "~(~(PointerEvent),Matrix40?)", "~(_LineRendererElement)", "_CombiningGestureArenaMember()", "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)", "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)", "LicensePage(BuildContext)", "Color0?(int?)", "List(BuiltMap,BuiltList,ListUIState)", "DesignEntity(@)", "ListBuilder()", "_LicenseData(_LicenseData,LicenseEntry)", "_LicenseData(_LicenseData)", "LayoutBuilder(BuildContext,AsyncSnapshot<_LicenseData>)", "ListBuilder()", "CkCanvas(CkPictureRecorder)", "Null(Uint8List?)", "DocumentUIStateBuilder(DocumentUIStateBuilder)", "bool(bool?,ViewDocument)", "bool(bool?,ViewDocumentList)", "bool(bool?,FilterDocumentsByState)", "bool(bool?,FilterDocumentsByStatus)", "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?,FilterDocumentsByStatus)", "String(String?,FilterDocumentsByCustom1)", "String(String?,FilterDocumentsByCustom2)", "String(String?,FilterDocumentsByCustom3)", "String(String?,FilterDocumentsByCustom4)", "DocumentEntity(DocumentEntity?,UpdateDocument)", "String(int?)", "Center(BuildContext,int?,Widget?)", "bool(Point,double,double)", "bool(Point[double?])", "Map()", "Localizations(BuildContext,int)", "~(LayoutFragment)", "InvoiceHistoryEntity?(ActivityEntity)", "InvitationEntity(InvitationEntity)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "List>(NavigatorState,String)", "InvoiceItemEntity(BaseEntity)", "MaterialPageRoute<~>(RouteSettings)", "BlockSemantics(BuildContext)", "WillPopScope(BuildContext)", "~(ParagraphLine)", "ExpenseUIStateBuilder(ExpenseUIStateBuilder)", "bool(bool?,ViewExpense)", "bool(bool?,ViewExpenseList)", "bool(bool?,FilterExpensesByState)", "bool(bool?,FilterExpensesByStatus)", "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)", "List(BuildContext,_ActionLevel)", "InvoiceItemEntity(InvoiceItemEntity)", "AnimatedSwitcher(BuildContext,Object?,Widget?)", "FontLoadError?()", "Null(FrameInfo)", "InvoiceEntity?(ExpenseEntity,BuiltMap)", "int(int?)", "MouseRegion(BuildContext,ScrollController)", "List(BuiltMap,String?)", "Future<+(String,FontLoadError?)>()", "_Future<@>(@)", "SurfaceScene()", "Future<@>(@)", "Null(BuiltList)", "ExpenseCategoryUIStateBuilder(ExpenseCategoryUIStateBuilder)", "Completer?(Completer?,EditExpenseCategory)", "Completer?(Completer?,EditExpenseCategory)", "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)", "CupertinoTextSelectionToolbarButton(ContextMenuButtonItem)", "DesktopTextSelectionToolbarButton(ContextMenuButtonItem)", "CupertinoDesktopTextSelectionToolbarButton(ContextMenuButtonItem)", "List(BuiltMap,BuiltList,StaticState,BuiltMap,String)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "double(String,BuiltMap)", "MaterialRectArcTween(Rect?,Rect?)", "Widget(BuildContext,~())", "ExpenseCategoryEntity(@)", "double(TextElement2)", "MaterialPageRoute<0^>(RouteSettings,Widget(BuildContext))", "~(@,StackTrace)", "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)", "~(ScrollNotification)", "double(_Diagonal)", "TextElement2(String)", "~(String?,List)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "EntityStats(BuiltMap,String)", "bool(Color)", "SimpleDialogOption(EmailTemplate)", "InvoiceUIStateBuilder(InvoiceUIStateBuilder)", "bool(bool?,ViewInvoice)", "bool(bool?,ViewInvoiceList)", "bool(bool?,FilterInvoicesByState)", "bool(bool?,FilterInvoicesByStatus)", "bool(bool?,FilterInvoices)", "bool(bool?,FilterInvoicesByCustom1)", "bool(bool?,FilterInvoicesByCustom2)", "bool(bool?,FilterInvoicesByCustom3)", "bool(bool?,FilterInvoicesByCustom4)", "int?(int?,UpdateInvoiceTab)", "String?(String?,ShowPdfInvoice)", "int?(int?,EditInvoice)", "int?(int?,EditInvoiceItem)", "String(String?,ArchiveInvoicesSuccess)", "String(String?,DeleteInvoicesSuccess)", "String?(String?,ViewInvoice)", "String(String?,AddInvoiceSuccess)", "String(String?,ShowEmailInvoice)", "String(String?,ShowPdfInvoice)", "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)", "~(String,GatewayOptionsEntity)", "InvoiceEntity(InvoiceEntity?,MoveInvoiceItem)", "InvoiceEntity(InvoiceEntity?,DeleteInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateInvoiceClient)", "InvoiceEntity(InvoiceEntity?,RestoreInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,AddInvoiceContact)", "InvoiceEntity(InvoiceEntity?,RemoveInvoiceContact)", "Object()", "0^?(0^?(ButtonStyle?))", "bool(String,BuiltMap)", "InvoiceEntity?(InvoiceEntity,BuiltMap)", "List(BuiltMap,BuiltMap,BuiltMap,BuiltList,String,BuiltMap,List,String?)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,ListUIState,BuiltMap,String?)", "0^?(MaterialStateProperty<0^>?(ButtonStyle?))", "Set(Set,Set)", "MaterialStateProperty?(ButtonStyle?)", "Null(BuiltList)", "PaymentUIStateBuilder(PaymentUIStateBuilder)", "bool(bool?,ViewPayment)", "bool(bool?,ViewPaymentList)", "bool(bool?,FilterPaymentsByState)", "bool(bool?,FilterPaymentsByStatus)", "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?,FilterPaymentsByStatus)", "String(String?,FilterPaymentsByCustom1)", "String(String?,FilterPaymentsByCustom2)", "String(String?,FilterPaymentsByCustom3)", "String(String?,FilterPaymentsByCustom4)", "PaymentEntity(PaymentEntity?,RestorePaymentsSuccess)", "PaymentEntity(PaymentEntity?,ArchivePaymentsSuccess)", "PaymentEntity(PaymentEntity?,DeletePaymentsSuccess)", "PaymentEntity(PaymentEntity?,UpdatePayment)", "String(PaymentEntity)", "int(PaintRequest,PaintRequest)", "bool(String,PaymentEntity)", "MaterialStateProperty?(ButtonStyle?)", "EngineLineMetrics(ParagraphLine)", "num(int?)", "int(_PersistedSurfaceMatch,_PersistedSurfaceMatch)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,BuiltMap,ListUIState)", "EntityStats(String,BuiltMap,BuiltMap)", "PaymentEntity(@)", "MaterialStateProperty?(ButtonStyle?)", "MaterialStateProperty?(ButtonStyle?)", "MouseCursor0?(Set)", "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)", "Map()", "MouseCursor0?(ButtonStyle?)", "~(Country)", "CountryPickerDialog(BuildContext,~(~()))", "List(BuiltMap,BuiltList)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "StatefulBuilder(BuildContext)", "SimpleDialogOption(String)", "Color?(ButtonStyle?)", "VisualDensity?(ButtonStyle?)", "MaterialTapTargetSize?(ButtonStyle?)", "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)", "Duration?(ButtonStyle?)", "bool?(ButtonStyle?)", "List(BuiltMap,BuiltList,BuiltMap)", "List(BuiltMap)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,BuiltMap)", "ProductEntity(@)", "AlignmentGeometry?(ButtonStyle?)", "InteractiveInkFeatureFactory?(ButtonStyle?)", "bool(SurfaceFrame,CkCanvas)", "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)", "Completer?(Completer?,EditProject)", "Completer?(Completer?,EditProject)", "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)", "String(ProjectEntity)", "~(NextFocusIntent)", "bool(String,ProjectEntity)", "~(PreviousFocusIntent)", "int(TaskEntity?,TaskEntity?)", "Country()", "List(BuiltMap,BuiltList,BuiltMap,BuiltMap,String?)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,BuiltMap,BuiltMap)", "Column(BuildContext,int)", "~(String,ProjectEntity)", "ProjectEntity(@)", "PurchaseOrderUIStateBuilder(PurchaseOrderUIStateBuilder)", "bool(bool?,ViewPurchaseOrder)", "bool(bool?,ViewPurchaseOrderList)", "bool(bool?,FilterPurchaseOrdersByState)", "bool(bool?,FilterPurchaseOrdersByStatus)", "bool(bool?,FilterPurchaseOrders)", "bool(bool?,FilterPurchaseOrdersByCustom1)", "bool(bool?,FilterPurchaseOrdersByCustom2)", "bool(bool?,FilterPurchaseOrdersByCustom3)", "bool(bool?,FilterPurchaseOrdersByCustom4)", "int?(int?,UpdatePurchaseOrderTab)", "String?(String?,ShowPdfPurchaseOrder)", "int?(int?,EditPurchaseOrder)", "int?(int?,EditPurchaseOrderItem)", "String(String?,ArchivePurchaseOrdersSuccess)", "String(String?,DeletePurchaseOrdersSuccess)", "String?(String?,ViewPurchaseOrder)", "String(String?,AddPurchaseOrderSuccess)", "String(String?,ShowEmailPurchaseOrder)", "String(String?,ShowPdfPurchaseOrder)", "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)", "String(NumberSymbols)", "InvoiceEntity(InvoiceEntity?,MovePurchaseOrderItem)", "InvoiceEntity(InvoiceEntity?,DeletePurchaseOrderItem)", "InvoiceEntity(InvoiceEntity?,UpdatePurchaseOrderItem)", "InvoiceEntity(InvoiceEntity?,UpdatePurchaseOrderVendor)", "InvoiceEntity(InvoiceEntity?,RestorePurchaseOrdersSuccess)", "InvoiceEntity(InvoiceEntity?,ArchivePurchaseOrdersSuccess)", "InvoiceEntity(InvoiceEntity?,DeletePurchaseOrdersSuccess)", "InvoiceEntity(InvoiceEntity?,AddPurchaseOrderContact)", "InvoiceEntity(InvoiceEntity?,RemovePurchaseOrderContact)", "~(DirectionalFocusIntent)", "String?(NumberSymbols)", "List(BuiltMap,BuiltList,StaticState,BuiltMap,BuiltMap,BuiltMap,String)", "_DateFormatLiteralField(String,DateFormat)", "QuoteUIStateBuilder(QuoteUIStateBuilder)", "bool(bool?,ViewQuote)", "bool(bool?,ViewQuoteList)", "bool(bool?,FilterQuotesByState)", "bool(bool?,FilterQuotesByStatus)", "bool(bool?,FilterQuotes)", "bool(bool?,FilterQuotesByCustom1)", "bool(bool?,FilterQuotesByCustom2)", "bool(bool?,FilterQuotesByCustom3)", "bool(bool?,FilterQuotesByCustom4)", "int?(int?,UpdateQuoteTab)", "String?(String?,ShowPdfQuote)", "int?(int?,EditQuote)", "int?(int?,EditQuoteItem)", "String(String?,ArchiveQuotesSuccess)", "String(String?,DeleteQuotesSuccess)", "String?(String?,ViewQuote)", "String(String?,AddQuoteSuccess)", "String(String?,ShowEmailQuote)", "String(String?,ShowPdfQuote)", "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)", "_DateFormatPatternField(String,DateFormat)", "InvoiceEntity(InvoiceEntity?,MoveQuoteItem)", "InvoiceEntity(InvoiceEntity?,DeleteQuoteItem)", "InvoiceEntity(InvoiceEntity?,UpdateQuoteItem)", "InvoiceEntity(InvoiceEntity?,UpdateQuoteClient)", "InvoiceEntity(InvoiceEntity?,RestoreQuotesSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveQuotesSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteQuotesSuccess)", "InvoiceEntity(InvoiceEntity?,AddQuoteContact)", "InvoiceEntity(InvoiceEntity?,RemoveQuoteContact)", "_DateFormatQuotedField(String,DateFormat)", "bool(_DateFormatField)", "List(BuiltMap,BuiltMap,BuiltMap,BuiltList,String,BuiltMap,List)", "RecurringExpenseUIStateBuilder(RecurringExpenseUIStateBuilder)", "bool(bool?,ViewRecurringExpense)", "bool(bool?,ViewRecurringExpenseList)", "bool(bool?,FilterRecurringExpensesByState)", "bool(bool?,FilterRecurringExpensesByStatus)", "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?,FilterRecurringExpensesByStatus)", "String(String?,FilterRecurringExpensesByCustom1)", "String(String?,FilterRecurringExpensesByCustom2)", "String(String?,FilterRecurringExpensesByCustom3)", "String(String?,FilterRecurringExpensesByCustom4)", "ExpenseEntity(ExpenseEntity?,RestoreRecurringExpensesSuccess)", "ExpenseEntity(ExpenseEntity?,ArchiveRecurringExpensesSuccess)", "ExpenseEntity(ExpenseEntity?,DeleteRecurringExpensesSuccess)", "ExpenseEntity(ExpenseEntity?,UpdateRecurringExpense)", "DateTime(int,int,int,int,int,int,int,bool)", "RegExp()", "RecurringInvoiceUIStateBuilder(RecurringInvoiceUIStateBuilder)", "bool(bool?,ViewRecurringInvoice)", "bool(bool?,ViewRecurringInvoiceList)", "bool(bool?,FilterRecurringInvoicesByState)", "bool(bool?,FilterRecurringInvoicesByStatus)", "bool(bool?,FilterRecurringInvoices)", "bool(bool?,FilterRecurringInvoicesByCustom1)", "bool(bool?,FilterRecurringInvoicesByCustom2)", "bool(bool?,FilterRecurringInvoicesByCustom3)", "bool(bool?,FilterRecurringInvoicesByCustom4)", "int?(int?,UpdateRecurringInvoiceTab)", "String?(String?,ShowPdfRecurringInvoice)", "int?(int?,EditRecurringInvoice)", "int?(int?,EditRecurringInvoiceItem)", "String(String?,ArchiveRecurringInvoicesSuccess)", "String(String?,DeleteRecurringInvoicesSuccess)", "String?(String?,ViewRecurringInvoice)", "String(String?,AddRecurringInvoiceSuccess)", "String(String?,ShowEmailRecurringInvoice)", "String(String?,ShowPdfRecurringInvoice)", "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)", "SKProductDiscountWrapper(@)", "InvoiceEntity(InvoiceEntity?,MoveRecurringInvoiceItem)", "InvoiceEntity(InvoiceEntity?,DeleteRecurringInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateRecurringInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateRecurringInvoiceClient)", "InvoiceEntity(InvoiceEntity?,RestoreRecurringInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveRecurringInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteRecurringInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,AddRecurringInvoiceContact)", "InvoiceEntity(InvoiceEntity?,RemoveRecurringInvoiceContact)", "BorderSide(Set)", "SKProductWrapper(@)", "List(SelectionState,BuiltMap,BuiltMap,BuiltMap,BuiltList,ListUIState,BuiltMap)", "Map(Map,String)", "TableRow(int)", "Rect()(RenderBox)", "SKPaymentTransactionWrapper(@)", "Null(BuiltList)", "ScheduleUIStateBuilder(ScheduleUIStateBuilder)", "bool(bool?,ViewSchedule)", "bool(bool?,ViewScheduleList)", "bool(bool?,FilterSchedulesByState)", "bool(bool?,FilterSchedules)", "bool(bool?,FilterSchedulesByCustom1)", "bool(bool?,FilterSchedulesByCustom2)", "bool(bool?,FilterSchedulesByCustom3)", "bool(bool?,FilterSchedulesByCustom4)", "int?(int?,UpdateScheduleTab)", "String(String?,ArchiveSchedulesSuccess)", "String(String?,DeleteSchedulesSuccess)", "String(String?,SortSchedules)", "String(String?,FilterSchedules)", "String(String?,FilterSchedulesByState)", "String(String?,FilterSchedulesByCustom1)", "String(String?,FilterSchedulesByCustom2)", "String(String?,FilterSchedulesByCustom3)", "String(String?,FilterSchedulesByCustom4)", "ScheduleEntity(ScheduleEntity?,RestoreSchedulesSuccess)", "ScheduleEntity(ScheduleEntity?,ArchiveSchedulesSuccess)", "ScheduleEntity(ScheduleEntity?,DeleteSchedulesSuccess)", "ScheduleEntity(ScheduleEntity?,UpdateSchedule)", "~(String,int)", "CalendarDatePicker()", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "ScheduleEntity(@)", "Form()", "Flex(BuildContext)", "Null(UserCompanyEntity)", "Null(BaseEntity)", "SettingsUIState(SettingsUIState,ViewSettings)", "~(String,int?)", "SettingsUIState(SettingsUIState,UpdateCompany)", "SettingsUIState(SettingsUIState,UpdateSettings)", "SettingsUIState(SettingsUIState,UpdateUserSettings)", "SettingsUIState(SettingsUIState,ResetSettings)", "SettingsUIState(SettingsUIState,SaveCompanySuccess)", "SettingsUIState(SettingsUIState,DeleteDocumentSuccess)", "SettingsUIState(SettingsUIState,SaveGroupSuccess)", "SettingsUIState(SettingsUIState,SaveClientSuccess)", "SettingsUIState(SettingsUIState,SaveAuthUserSuccess)", "SettingsUIState(SettingsUIState,ConnectOAuthUserSuccess)", "SettingsUIState(SettingsUIState,DisconnectOAuthUserSuccess)", "SettingsUIState(SettingsUIState,DisconnectOAuthMailerSuccess)", "SettingsUIState(SettingsUIState,FilterSettings)", "SettingsUIState(SettingsUIState,ClearSettingsFilter)", "SettingsUIState(SettingsUIState,UpdateSettingsTab)", "SettingsUIState(SettingsUIState,UpdateSettingsTemplate)", "SettingsUIState(SettingsUIState,UpdatedSettingUI)", "SettingsUIState(SettingsUIState,ToggleShowNewSettings)", "SettingsUIState(SettingsUIState,ToggleShowPdfPreview)", "StaticStateBuilder(StaticStateBuilder)", "CurrencyEntity(@)", "SizeEntity(@)", "IndustryEntity(@)", "TimezoneEntity(@)", "DateFormatEntity(@)", "LanguageEntity(@)", "PaymentTypeEntity(@)", "CountryEntity(@)", "GatewayEntity(@)", "List(BuiltMap)", "Map(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "BuiltMap(List<@>)", "FontEntity(@)", "Widget(BuildContext,Animation0,Animation0)", "~(int,int,int)", "AppStorePurchaseDetails(SKPaymentTransactionWrapper)", "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)", "~(ActivateIntent)", "~(ButtonActivateIntent)", "RenderObjectWidget(Widget)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "SubscriptionEntity(@)", "int(BaseEntity,BaseEntity)", "DropdownButtonHideUnderline(BuildContext)", "Rect()?(RenderBox)", "bool(SKPaymentTransactionWrapper)", "Null(BuiltList)", "TaskUIStateBuilder(TaskUIStateBuilder)", "bool(bool?,ViewTask)", "bool(bool?,ViewTaskList)", "bool(bool?,FilterTasksByState)", "bool(bool?,FilterTasksByStatus)", "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)", "String(TaskEntity)", "bool(InkHighlight?)", "bool(String,TaskEntity)", "Color(_HighlightType)", "List(BuiltMap,String?,BuiltMap,BuiltMap,BuiltMap)", "AppStoreProductDetails(SKProductWrapper)", "Uint8List(@,@)", "TaskEntity(@)", "GooglePlayPurchaseDetails(String)", "Future(GooglePlayPurchaseDetails)", "GooglePlayPurchaseDetails(GooglePlayPurchaseDetails)", "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)", "~(Blob?)", "Color?(Color?,Color?,Color?[Color?])", "ListTileTheme(BuildContext)", "List(BuiltList,BuiltMap)", "List(BuiltMap,BuiltList,StaticState,BuiltMap)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "int(String,BuiltMap)", "StatefulWidget?(BuildContext,MagnifierController,ValueNotifier)", "TaskStatusEntity(@)", "bool(LayoutChangedNotification)", "bool(Element2)", "~(JavaScriptObject,JavaScriptObject)", "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)", "CacheInfoRepository(bool)", "String(String?,FilterTaxRatesByState)", "TaxRateEntity(TaxRateEntity?,RestoreTaxRatesSuccess)", "TaxRateEntity(TaxRateEntity?,ArchiveTaxRatesSuccess)", "TaxRateEntity(TaxRateEntity?,DeleteTaxRatesSuccess)", "TaxRateEntity(TaxRateEntity?,UpdateTaxRate)", "List(PurchasesResultWrapper)", "ShapeBorderTween(@)", "String(PurchasesResultWrapper)", "bool(PurchasesResultWrapper)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "String(ProductDetails)", "List(ProductDetailsWrapper)", "PageTransitionsBuilder?(TargetPlatform)", "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)", "List(ProductDetailsResponseWrapper)", "FadeTransition(BuildContext,Widget?)", "~(double,double)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "TokenEntity(@)", "~(Surface)", "bool(OverscrollIndicatorNotification)", "Widget(Widget,int,Animation0)", "Future(BillingClient)", "TransactionUIStateBuilder(TransactionUIStateBuilder)", "bool(bool?,ViewTransaction)", "bool(bool?,ViewTransactionList)", "bool(bool?,FilterTransactionsByState)", "bool(bool?,FilterTransactionsByStatus)", "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?,FilterTransactionsByStatus)", "String(String?,FilterTransactionsByCustom1)", "String(String?,FilterTransactionsByCustom2)", "String(String?,FilterTransactionsByCustom3)", "String(String?,FilterTransactionsByCustom4)", "TransactionEntity(TransactionEntity?,RestoreTransactionsSuccess)", "TransactionEntity(TransactionEntity?,ArchiveTransactionsSuccess)", "TransactionEntity(TransactionEntity?,DeleteTransactionsSuccess)", "TransactionEntity(TransactionEntity?,UpdateTransaction)", "Material(BuildContext,Widget?)", "Actions(BuildContext,Widget?)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,ListUIState)", "TransactionEntity(@)", "~(DragEndDetails{isClosing:bool?})", "Align(BuildContext,Widget?)", "bool(Set)", "Null(BuiltList)", "TransactionRuleUIStateBuilder(TransactionRuleUIStateBuilder)", "bool(bool?,ViewTransactionRule)", "bool(bool?,ViewTransactionRuleList)", "bool(bool?,FilterTransactionRulesByState)", "bool(bool?,FilterTransactionRules)", "bool(bool?,FilterTransactionRulesByCustom1)", "bool(bool?,FilterTransactionRulesByCustom2)", "bool(bool?,FilterTransactionRulesByCustom3)", "bool(bool?,FilterTransactionRulesByCustom4)", "int?(int?,UpdateTransactionRuleTab)", "String(String?,ArchiveTransactionRulesSuccess)", "String(String?,DeleteTransactionRulesSuccess)", "String(String?,SortTransactionRules)", "String(String?,FilterTransactionRules)", "String(String?,FilterTransactionRulesByState)", "String(String?,FilterTransactionRulesByCustom1)", "String(String?,FilterTransactionRulesByCustom2)", "String(String?,FilterTransactionRulesByCustom3)", "String(String?,FilterTransactionRulesByCustom4)", "TransactionRuleEntity(TransactionRuleEntity?,RestoreTransactionRulesSuccess)", "TransactionRuleEntity(TransactionRuleEntity?,ArchiveTransactionRulesSuccess)", "TransactionRuleEntity(TransactionRuleEntity?,DeleteTransactionRulesSuccess)", "TransactionRuleEntity(TransactionRuleEntity?,UpdateTransactionRule)", "Future>(PurchasesResultWrapper)", "~([Future<@>?])", "ViewClipChain()", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "TransactionRuleEntity(@)", "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)", "@(@,@)", "BuiltMap(BuiltMap,ToggleViewerLayout)", "bool(Node1)", "double(double,UpdateUserPreferences)", "bool(bool,DismissGatewayWarningPermanently)", "bool(bool,DismissReviewAppPermanently)", "PricingPhaseWrapper(@)", "Element2(Node1)", "AppLayout(AppLayout,UpdateUserPreferences)", "ModuleLayout?(ModuleLayout?,UpdateUserPreferences)", "ModuleLayout(ModuleLayout?,SwitchListTableLayout)", "int(int,UpdateUserPreferences)", "PurchaseWrapper(@)", "Animation0(bool)", "BuiltList(BuiltList,UpdateUserPreferences)", "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)", "ProductDetailsWrapper(@)", "CompanyPrefStateBuilder(CompanyPrefStateBuilder)", "BuiltList(BuiltList,PurgeDataSuccess)", "BuiltList(BuiltList,PopLastHistory)", "~(List,TextDirection,double)", "BuiltList(BuiltList,UpdateLastHistory)", "int(HistoryRecordBuilder)", "BuiltList(BuiltList,ViewDashboard)", "BuiltList(BuiltList,ViewReports)", "BuiltList(BuiltList,ViewSettings)", "BuiltList(BuiltList,ViewClient)", "BuiltList(BuiltList,ViewClientList)", "BuiltList(BuiltList,EditClient)", "BuiltList(BuiltList,ViewProduct)", "BuiltList(BuiltList,ViewProductList)", "BuiltList(BuiltList,EditProduct)", "BuiltList(BuiltList,ViewInvoice)", "BuiltList(BuiltList,ViewInvoiceList)", "BuiltList(BuiltList,EditInvoice)", "BuiltList(BuiltList,ViewPayment)", "BuiltList(BuiltList,ViewPaymentList)", "BuiltList(BuiltList,EditPayment)", "BuiltList(BuiltList,ViewQuote)", "BuiltList(BuiltList,ViewQuoteList)", "BuiltList(BuiltList,EditQuote)", "BuiltList(BuiltList,ViewTask)", "BuiltList(BuiltList,ViewTaskList)", "BuiltList(BuiltList,EditTask)", "BuiltList(BuiltList,ViewProject)", "BuiltList(BuiltList,ViewProjectList)", "BuiltList(BuiltList,EditProject)", "BuiltList(BuiltList,ViewVendor)", "BuiltList(BuiltList,ViewVendorList)", "BuiltList(BuiltList,EditVendor)", "BuiltList(BuiltList,ViewExpense)", "BuiltList(BuiltList,ViewExpenseList)", "BuiltList(BuiltList,EditExpense)", "BuiltList(BuiltList,ViewCompanyGateway)", "BuiltList(BuiltList,ViewCompanyGatewayList)", "BuiltList(BuiltList,EditCompanyGateway)", "BuiltList(BuiltList,ViewUser)", "BuiltList(BuiltList,ViewUserList)", "BuiltList(BuiltList,EditUser)", "BuiltList(BuiltList,ViewGroup)", "BuiltList(BuiltList,ViewGroupList)", "BuiltList(BuiltList,EditGroup)", "BuiltList(BuiltList,ViewSchedule)", "BuiltList(BuiltList,ViewScheduleList)", "BuiltList(BuiltList,EditSchedule)", "BuiltList(BuiltList,ViewTransactionRule)", "BuiltList(BuiltList,ViewTransactionRuleList)", "BuiltList(BuiltList,EditTransactionRule)", "BuiltList(BuiltList,ViewTransaction)", "BuiltList(BuiltList,ViewTransactionList)", "BuiltList(BuiltList,EditTransaction)", "BuiltList(BuiltList,ViewBankAccount)", "BuiltList(BuiltList,ViewBankAccountList)", "BuiltList(BuiltList,ViewPurchaseOrder)", "BuiltList(BuiltList,ViewPurchaseOrderList)", "BuiltList(BuiltList,EditPurchaseOrder)", "BuiltList(BuiltList,ViewRecurringExpense)", "BuiltList(BuiltList,ViewRecurringExpenseList)", "BuiltList(BuiltList,EditRecurringExpense)", "BuiltList(BuiltList,ViewSubscription)", "BuiltList(BuiltList,ViewSubscriptionList)", "BuiltList(BuiltList,EditSubscription)", "BuiltList(BuiltList,ViewTaskStatus)", "BuiltList(BuiltList,ViewTaskStatusList)", "BuiltList(BuiltList,EditTaskStatus)", "BuiltList(BuiltList,ViewExpenseCategory)", "BuiltList(BuiltList,ViewExpenseCategoryList)", "BuiltList(BuiltList,EditExpenseCategory)", "BuiltList(BuiltList,ViewRecurringInvoice)", "BuiltList(BuiltList,ViewRecurringInvoiceList)", "BuiltList(BuiltList,EditRecurringInvoice)", "BuiltList(BuiltList,ViewWebhook)", "BuiltList(BuiltList,ViewWebhookList)", "BuiltList(BuiltList,EditWebhook)", "BuiltList(BuiltList,ViewToken)", "BuiltList(BuiltList,ViewTokenList)", "BuiltList(BuiltList,EditToken)", "BuiltList(BuiltList,ViewPaymentTerm)", "BuiltList(BuiltList,ViewPaymentTermList)", "BuiltList(BuiltList,EditPaymentTerm)", "BuiltList(BuiltList,EditDesign)", "BuiltList(BuiltList,ViewCredit)", "BuiltList(BuiltList,ViewCreditList)", "BuiltList(BuiltList,EditCredit)", "BuiltList(BuiltList,ViewDocument)", "BuiltList(BuiltList,ViewDocumentList)", "BuiltList(BuiltList,EditDocument)", "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)", "GlobalKey>(Widget)", "Center(int)", "InputDecorator(BuildContext,Widget?)", "Null(List?)", "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)", "SubscriptionOfferDetailsWrapper(@)", "UnmanagedRestorationScope(FormFieldState)", "ThemeDataTween(@)", "Map(ProductWrapper)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,String)", "ThemeData()", "MapEntry>(Object,ThemeExtension<@>)", "bool(MapEntry>)", "TimeOfDay(int)", "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)", "Completer?(Completer?,EditVendor)", "Completer?(Completer?,EditVendor)", "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)", "Offset(double,double)", "~(List<_TappableLabel>,double)", "~(List<_TappableLabel>?)", "List(BuiltMap,BuiltList,BuiltMap,StaticState)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,BuiltMap,StaticState)", "EntityStats(String,BuiltMap)", "~(String,VendorEntity)", "double(String,String,BuiltMap,BuiltList)", "VendorEntity(@)", "~(PurchasesResultWrapper)", "~({animation!Animation0,controller!AnimationController,max!double,min!double,target!double,tween!Tween})", "TimeOfDay()", "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)", "~(Element2)", "~(TimePickerEntryMode)", "SingleChildScrollView(BuildContext,BoxConstraints)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "WebhookEntity(@)", "~(String?,String?)", "~(_HourMinuteMode)", "~(EntityAction?)", "~(int,IfdValue)", "MergeSemantics(int)", "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)", "MediaType()", "TextStyle()", "BottomAppBar(BuildContext,Store)", "BoxDecoration()", "String(List)", "BuiltList?(Store)", "Container(BuildContext,BuiltList?)", "CheckboxListTile(String)", "Brightness()", "ConfirmEmail(BuildContext,ConfirmEmailVM)", "Null(BuildContext,String,String?,String?)", "Padding(TextButton)", "MultiSelectList(BuildContext)", "@(List)", "TextTheme()", "Padding(MapEntry)", "Future(Uint8List{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "Future<~>(DropDoneDetails)", "int(String)", "DocumentTile(DocumentEntity)", "Future(ImmutableBuffer{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "Container(BuildContext,String)", "Text(BuildContext,String,Object?)", "Future(ImmutableBuffer{getTargetSize:TargetImageSize(int,int)?})", "EdgeInsetsGeometry(EdgeInsetsGeometry,ShapeBorder)", "ShapeBorder(ShapeBorder)", "String(ShapeBorder)", "bool(String,String)", "double(double,FlutterView)", "StatefulWidget(EntityAction?)", "StatelessWidget(EntityAction?)", "bool(double)", "EntityDropdownDialog(BuildContext)", "Null(SelectableEntity[bool])", "@(BuildContext,Completer<@>)", "Color(double)", "List(TextEditingValue)", "SelectableEntity?(String?)", "Future(Client0)", "_LiveImage()", "~(ImageInfo?,bool)", "Future<~>(Object,StackTrace?)", "Widget(BuildContext,~(SelectableEntity),Iterable)", "Builder(BuildContext,int)", "EntityAutocompleteListTile(BuildContext,int)", "PopupMenuButton(BuildContext,int)", "String?(RegExpMatch)", "List>(BuildContext)", "PopupMenuItem(EntityType)", "Rule()", "Container(String?)", "~(Color)", "Null(AssetManifest)", "~(Rule)", "~(Object,StackTrace?)?(ImageStreamListener)", "List>(BuildContext)", "PopupMenuItem(int)", "~(ImageChunkEvent)?(ImageStreamListener)", "DataRow(String)", "Transaction(@,String)", "Paint(BoxShadow)", "Rect(BoxShadow)", "Path(BoxShadow)", "HistoryDrawer(BuildContext,AppDrawerVM)", "Map>()", "BaseEntity?(InvitationEntity)", "~(EmailTemplate?)", "bool(int,bool)", "bool(Selector)", "bool(Set)", "~(TaxRateEntity?)", "DropdownMenuItem(TaxRateEntity?)", "String(StringToken)", "TextAlign()", "~(Element)", "String(EntityStatus)", "_PointerState()", "SetMultimapBuilder()", "ListTile(BuildContext,BoxConstraints)", "Future<~>(Timer)", "Widget(BuildContext,Store)", "SetBuilder()", "JavaScriptObject(int)", "Widget(CompanyEntity{showAccentColor:bool})", "PopupMenuItem(CompanyEntity)", "List(BuildContext)", "DropdownMenuItem(CompanyEntity)", "GoogleSignInTokenData(Map?)", "LineMetrics(LineMetrics)", "DiagnosticsNode(InlineSpan)", "ContactUsDialog(BuildContext)", "UpdateDialog(BuildContext)", "MapBuilder()", "HealthCheckDialog(BuildContext)", "GoogleSignInAccount?/(~)", "MenuDrawer(BuildContext,MenuDrawerVM)", "~(SemanticsUpdate0)", "Null(BuildContext,int,CompanyEntity)", "_TheState()", "Stack(BuildContext,BoxConstraints)", "Widget(@)", "List>(BuildContext)", "GoogleSignInAccount?(GoogleSignInUserData?)", "_SelectRow()", "~(PhoneNumber)", "String?(PhoneNumber?)", "0&(Object)", "GoogleSignInAccount?(GoogleSignInAccount?)", "ExpansionPanel(SystemLogEntity)", "ListTile(BuildContext,bool)", "DataCell(DataColumn)", "DataRow?()", "HitTestResult(Offset,int)", "Column(BuildContext,BoxConstraints)", "DataCell(String)", "Column()", "Future<~>(String,ByteData?,~(ByteData?)?)", "DataColumn(String)", "BaseEntity(String)", "String(double,double,String)", "Size()", "~(List)", "MapEntry(PurchaseDetails)", "int(ProductDetails,ProductDetails)", "ListTile(ProductDetails)", "TextButton(String)", "double?()", "Container(BuildContext,Store)", "LoginView(BuildContext,LoginVM)", "Null({context!BuildContext,isSignUp:bool})", "~(TextSelection)", "bool(InlineSpanSemanticsInformation)", "Rect(Rect?,TextBox)", "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)", "~(ToastFuture)", "MouseCursor0(MouseTrackerAnnotation)", "BankAccountScreen(BuildContext,BankAccountScreenVM)", "~(MouseTrackerAnnotation,Matrix40)", "BankAccountEditVM(Store)", "BankAccountEdit(BuildContext,BankAccountEditVM)", "BankAccountViewVM(Store)", "BankAccountView(BuildContext,BankAccountViewVM)", "bool(MouseTrackerAnnotation)", "EntityList(BuildContext,ClientListVM)", "ClientListItem(BuildContext,int)", "Null(Response?)", "IgnorePointer(BuildContext)", "~(List<_InterestingSemanticsFragment>{isMergeUp:bool})", "int(StaggeredGridParentData,int)", "ClientPdfVM(Store)", "ClientPdfView(BuildContext,ClientPdfVM)", "String(ClientContactEntity)", "ClientScreen(BuildContext,ClientScreenVM)", "ContactEditDetails(BuildContext)", "ContactListTile0(ClientContactEntity)", "ClientEditContactsVM(Store)", "ClientEditContacts(BuildContext,ClientEditContactsVM)", "~(SlidableAutoCloseBarrierNotification)", "Null(ClientContactEntity,int)", "ClientEditVM(Store)", "ClientEdit(BuildContext,ClientEditVM)", "@(ClientEntity)", "~(_SelectableFragment)", "bool(_SelectableFragment)", "~(SlidableAutoCloseNotification)", "Flexible(Widget)", "OneSequenceGestureRecognizer(Factory)", "~(ClientContactEntity)", "TransformLayer?(PaintingContext,Offset)", "SynchronousFuture()", "~(String,DateSymbols)", "Row(ClientContactEntity)", "bool(LedgerEntity)", "SynchronousFuture()", "bool(SliverHitTestResult{crossAxisPosition!double,mainAxisPosition!double})", "ClientViewVM(Store)", "ClientView(BuildContext,ClientViewVM)", "SynchronousFuture()", "CompanyGatewayListItem(String)", "CompanyGatewayList(BuildContext,CompanyGatewayListVM)", "Future(RandomAccessFile,int)", "CompanyGatewayEntity(String)", "CompanyGatewayScreen(BuildContext,CompanyGatewayScreenVM)", "bool(RenderSliver)", "Widget(Color)", "~(FrameTiming)", "GatewayConfigField(String)", "~(int,_FrameCallbackEntry)", "~(SemanticsActionEvent)", "CompanyGatewayEditVM(Store)", "CompanyGatewayEdit(BuildContext,CompanyGatewayEditVM)", "Future(String)", "CompanyGatewayViewVM(Store)", "CompanyGatewayView(BuildContext,CompanyGatewayViewVM)", "EmailCreditVM(Store)", "InvoiceEmailView(BuildContext,EmailCreditVM)", "~(SemanticsNode)", "EntityList(BuildContext,CreditListVM)", "CreditListItem(BuildContext,int)", "CreditPdfVM(Store)", "InvoicePdfView(BuildContext,CreditPdfVM)", "CreditScreen(BuildContext,CreditScreenVM)", "Future(int)", "SemanticsNode(_TraversalSortNode)", "DiagnosticsNode(SemanticsNode)", "CreditEditDetailsVM(Store)", "StatefulWidget(BuildContext,CreditEditDetailsVM)", "List(List)", "Uint8List(Object?)", "int(SemanticsNode)", "CreditEditItemsVM(Store)", "StatefulWidget(BuildContext,CreditEditItemsVM)", "SemanticsNode(int)", "CreditEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,CreditEditNotesVM)", "CreditEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,CreditEditPDFVM)", "CreditEditVM(Store)", "CreditEdit(BuildContext,CreditEditVM)", "~(SemanticsTag)", "~(SemanticsAction,~(Object?))", "ByteData(ByteData?)", "CreditViewVM(Store)", "InvoiceView(BuildContext,CreditViewVM)", "AssetMetadata(Map)", "Map(TextInputConfiguration)", "~(SelectionModel<@>)", "bool(SeriesDatum<@>)", "~(SeriesDatum<@>)", "InkWell(ChartDataGroup)", "~(DateRange?)", "DropdownMenuItem(DateRangeComparison)", "~(DateRangeComparison?)", "DashboardDateRangePicker(BuildContext)", "Material(BuildContext,BoxConstraints)", "List>(BuildContext)", "PopupMenuItem(DateRange)", "~(DateRange)", "_DashboardSettings(BuildContext)", "Card(TaskEntity?)", "FormCard(DashboardField)", "TextInputConfiguration(AutofillClient)", "Future(CacheObject?)", "Stream()", "Future(String?)", "Future<~>(ByteData?,~(ByteData?))", "Future>(@)", "~(RawKeyEvent)", "_DashboardField(BuildContext)", "~(EntityType,List)", "bool(DashboardField)", "SettingsWizard(BuildContext)", "AccountEntityBuilder(AccountEntityBuilder)", "Widget(BuildContext,DashboardVM)", "@(DashboardSettings)", "ListMultimapBuilder()", "Null(EntityType,List?)", "RawKeyEventData()", "~(RedoTextIntent)", "~(UndoTextIntent)", "List()", "List(List)", "EntityList(BuildContext,DesignListVM)", "DesignListItem(BuildContext,int)", "DesignScreen(BuildContext,DesignScreenVM)", "~({debounce:bool})", "~(DesignEntity)", "double(num)", "~(TapAndPanGestureRecognizer)", "CheckboxListTile(EntityType)", "_DesignImportDialog(BuildContext)", "DesignEditVM(Store)", "DesignEdit(BuildContext,DesignEditVM)", "List<@>(String)", "DesignViewVM(Store)", "DesignView(BuildContext,DesignViewVM)", "Widget(BuildContext,DocumentListVM)", "DocumentListItem(BuildContext,int)", "List(SelectionRect)", "JsFunction(@)", "JsArray<@>(@)", "~(Action)", "DocumentScreen(BuildContext,DocumentScreenVM)", "JsObject(@)", "DocumentEditVM(Store)", "DocumentEdit(BuildContext,DocumentEditVM)", "DocumentViewVM(Store)", "DocumentView(BuildContext,DocumentViewVM)", "~(_ChildEntry)", "Widget(_ChildEntry)", "Uint8List({seed:int})", "ExpenseEditVM(Store)", "ExpenseEdit(BuildContext,ExpenseEditVM)", "EntityList(BuildContext,ExpenseListVM)", "bool(Widget)", "ExpenseScreen(BuildContext,ExpenseScreenVM)", "Padding(ExpenseScheduleEntity)", "ExpenseViewVM(Store)", "ExpenseView(BuildContext,ExpenseViewVM)", "ExpenseCategoryEditVM(Store)", "ExpenseCategoryEdit(BuildContext,ExpenseCategoryEditVM)", "EntityList(BuildContext,ExpenseCategoryListVM)", "TapAndPanGestureRecognizer()", "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)", "Null(ClientContactEntity)", "Null(VendorContactEntity)", "Null(InvitationEntity)", "Route<@>?(RouteSettings)", "~(TapAndHorizontalDragGestureRecognizer)", "TapAndHorizontalDragGestureRecognizer()", "~(AutocompletePreviousOptionIntent)", "InvoiceEditDetailsVM(Store)", "StatefulWidget(BuildContext,InvoiceEditDetailsVM)", "ItemEditDetails(BuildContext)", "Future<~>(Duration)", "Expanded(Widget)", "Text?(String)", "Expanded(Text?)", "Widget(String)", "List(TextEditingValue)", "String(ProductEntity)", "Theme(BuildContext,~(ProductEntity),Iterable)", "ListBuilder()", "~(AutocompleteNextOptionIntent)", "List(_TableElementRow)", "RenderBox(Element0)", "Iterable(_TableElementRow)", "InvoiceEditItemsVM(Store)", "StatefulWidget(BuildContext,InvoiceEditItemsVM)", "InvoiceEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,InvoiceEditNotesVM)", "InvoiceEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,InvoiceEditPDFVM)", "InvoiceEditVM(Store)", "InvoiceEdit(BuildContext,InvoiceEditVM)", "bool(List)", "EmailInvoiceVM(Store)", "InvoiceEmailView(BuildContext,EmailInvoiceVM)", "EntityList(BuildContext,InvoiceListVM)", "DropdownMenuItem(InvoiceHistoryEntity)", "InvoicePdfVM(Store)", "InvoicePdfView(BuildContext,InvoicePdfVM)", "CompositedTransformFollower(BuildContext)", "InvoiceScreen(BuildContext,InvoiceScreenVM)", "bool(_TableElementRow)", "_InvitationListTile(InvitationEntity)", "@(DocumentEntity)", "int(ActivityEntity,ActivityEntity)", "~(PaymentEntity?)", "Element0(Widget)", "InvoiceItemListTile(BuildContext)", "Widget(String,double)", "~(String,double)", "Padding(InvoiceScheduleEntity)", "InvoiceViewVM(Store)", "InvoiceView(BuildContext,InvoiceViewVM)", "Null(BuildContext,DocumentEntity)", "~(BuildContext)(BuildContext)", "_TableElementRow(TableRow)", "bool(AutofillClient)", "AutofillClient()", "PaymentEditVM(Store)", "PaymentEdit(BuildContext,PaymentEditVM)", "EntityList(BuildContext,PaymentListVM)", "InvoiceEntity?(PaymentableEntity)", "Decoration?(TableRow)", "String(PaymentableEntity)", "bool(KeepAliveNotification)", "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)", "int(OverlayGroup)", "ClipPath(BuildContext)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,StaticState)", "ContactReportFields?(String)", "bool(TableRow)", "Future<~>([JavaScriptObject?])", "CreditItemReportFields?(String)", "Future()", "bool(CreditItemReportFields)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "CreditReportFields?(String)", "Future<~>(double)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap)", "DocumentReportFields?(String)", "Future<~>(@)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "ExpenseReportFields?(String)", "Future>(Map)", "InvoiceItemReportFields?(String)", "DefaultSelectionStyle(BuildContext)", "bool(InvoiceItemReportFields)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "InvoiceReportFields?(String)", "Element0?()", "~(RenderBox)", "TaxRateReportFields0?(String)", "Rect(DisplayFeature)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "PaymentReportFields?(String)", "LayoutBuilder(BuildContext,double,Widget?)", "TaxRateReportFields?(String)", "_DraggableSheetExtent()", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "ProductReportFields?(String)", "~(Layer0)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "ProfitAndLossReportFields?(String)", "_SingleChildViewport(BuildContext,ViewportOffset)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "PurchaseOrderItemReportFields?(String)", "Object?()", "bool(PurchaseOrderItemReportFields)", "List<_ActivatorIntentPair>()", "PurchaseOrderReportFields?(String)", "~(ShortcutActivator,Intent)", "QuoteItemReportFields?(String)", "~(TransposeCharactersIntent)", "bool(QuoteItemReportFields)", "QuoteReportFields?(String)", "~(ReplaceTextIntent)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "RecurringExpenseReportFields?(String)", "~(ScrollToDocumentBoundaryIntent)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "RecurringInvoiceReportFields?(String)", "~(ScrollIntent)", "List(LogicalKeyboardKey)", "String(@,int?)", "bool(Selectable)", "bool(Rect)", "DateTime?(@,int?)", "~(ExtendSelectionByPageIntent)", "Null(BuildContext,EntityAction)", "Expanded(BuildContext)", "Rect(Rect)", "ReportColumnType(String)", "@(String,String)", "List(TextEditingValue)", "bool(List)", "String?(List)", "Theme(BuildContext,~(String),Iterable)", "ReportsScreen(BuildContext,ReportsScreenVM)", "Null(String?,bool)", "Null(int,bool)", "Null(BuildContext,BuiltMap)", "int(Selectable,Selectable)", "Null({chart:String?,customEndDate:String?,customStartDate:String?,group:String?,report:String?,selectedGroup:String?,subgroup:String?})", "~(List)", "GroupTotals(ReportResult?,ReportsUIState,ReportSettingsEntity?,BuiltMap,CompanyEntity?)", "IndentingBuiltValueToStringHelper(String)", "TaskItemReportFields?(String)", "~(UpdateSelectionIntent)", "TaskReportFields?(String)", "TextEditingValue(TextEditingValue,TextInputFormatter)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "TransactionReportFields?(String)", "~(int,bool(FlutterHtmlKeyboardEvent))", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "VendorReportFields?(String)", "Future<~>(PasteTextIntent)", "DropdownMenuItem(EntityType)", "ScheduleEditVM(Store)", "ScheduleEdit(BuildContext,ScheduleEditVM)", "EntityList(BuildContext,ScheduleListVM)", "ScheduleListItem(BuildContext,int)", "ScheduleScreen(BuildContext,ScheduleScreenVM)", "ScheduleViewVM(Store)", "ScheduleView(BuildContext,ScheduleViewVM)", "CheckboxListTile(int)", "bool?(CompanyEntityBuilder)", "AccountManagement(BuildContext,AccountManagementVM)", "~(TextEditingValue)", "Null(BuildContext,String,String,String)", "~(_TrackTapGestureRecognizer)", "Row(RegistrationFieldEntity)", "RegistrationFieldEntityBuilder(RegistrationFieldEntityBuilder)", "ClientPortal(BuildContext,ClientPortalVM)", "bool(TextEditingValue?,TextEditingValue)", "_TrackTapGestureRecognizer()", "CompanyDetails(BuildContext,CompanyDetailsVM)", "Null(BuildContext,MultipartFile)", "CreditCardsAndBanks(BuildContext,CreditCardsAndBanksVM)", "CompositedTransformTarget(BuildContext,ViewportOffset)", "CustomFields(BuildContext,CustomFieldsVM)", "DataVisualizations(BuildContext,DataVisualizationsVM)", "Widget(BuildContext,AsyncSnapshot<@>)", "ListTile(BuildContext)", "~(MapBuilder)", "FormColorPicker(String)", "~(_ThumbPressGestureRecognizer)", "DeviceSettings(BuildContext,DeviceSettingsVM)", "bool(HitTestEntry)", "_ThumbPressGestureRecognizer()", "bool(int,int)", "Null(BuildContext,double)", "Future(BuildContext,AppLayout)", "Null(BuildContext,BuiltMap)", "EmailSettings(BuildContext,EmailSettingsVM)", "DiagnosticsNode(FocusNode)", "Null(MultipartFile)", "ExpenseSettings(BuildContext,ExpenseSettingsVM)", "bool(KeyMessage)", "~(_FocusTraversalGroupInfo)", "GeneratedNumbers(BuildContext,GeneratedNumbersVM)", "Set>(PreImportResponse?)", "~(ImportType?)", "bool(ScrollMetrics?)", "DropdownMenuItem(ExportType)", "ImportExport(BuildContext,ImportExportVM)", "Tab(String)", "InvoiceDesign(BuildContext,InvoiceDesignVM)", "Null(BuildContext,List)", "_AddCompanyDialog(BuildContext)", "LocalizationSettings(BuildContext,LocalizationSettingsVM)", "PaymentSettings(BuildContext,PaymentSettingsVM)", "ProductSettings(BuildContext,ProductSettingsVM)", "List(String)", "SettingsList(BuildContext,SettingsListVM)", "Null(BuildContext,String,int?)", "SettingsScreen(BuildContext,SettingsScreenVM)", "TaskSettings(BuildContext,TaskSettingsVM)", "bool(_DirectionalPolicyDataEntry)", "Column(String)", "Null(List<~>)", "Row(String)", "int?(Widget,int)", "Widget?(BuildContext,int)", "_EditSubregionDialog(BuildContext)", "TaxSettings(BuildContext,TaxSettingsVM)", "bool(EmailTemplate)", "DropdownMenuItem(EmailTemplate)", "bool(TraversalDirection)", "TemplatesAndReminders(BuildContext,TemplatesAndRemindersVM)", "Null(EmailTemplate)", "bool(ScrollUpdateNotification)", "Future(GroupEntity)", "Future(ClientEntity)", "Widget(BuildContext,ViewportOffset)", "~(PointerUpEvent)", "UserDetails(BuildContext,UserDetailsVM)", "@(UserEntity)", "Set(_ReadingOrderSortData)", "WorkflowSettings(BuildContext,WorkflowSettingsVM)", "MacOSScrollViewFlingVelocityTracker(PointerEvent)", "IOSScrollViewFlingVelocityTracker(PointerEvent)", "SubscriptionEditVM(Store)", "SubscriptionEdit(BuildContext,SubscriptionEditVM)", "EntityList(BuildContext,SubscriptionListVM)", "SubscriptionListItem(BuildContext,int)", "SubscriptionScreen(BuildContext,SubscriptionScreenVM)", "SubscriptionViewVM(Store)", "SubscriptionView(BuildContext,SubscriptionViewVM)", "~(BuildContext[EntityAction?])", "Row(TaskTime)", "List(BuildContext)", "IgnorePointer(BuildContext,Widget?)", "TaskEditDetailsVM(Store)", "StatefulWidget(BuildContext,TaskEditDetailsVM)", "Null(TaskTime,int)", "TimeEditDetails(BuildContext)", "TaskEditTimesVM(Store)", "TaskEditTimes(BuildContext,TaskEditTimesVM)", "Null(TaskTime?,int)", "TaskEditVM(Store)", "TaskEdit(BuildContext,TaskEditVM)", "~(String,List)", "BoardList(String)", "Null(Completer,String)", "Actions(BuildContext)", "BoardItem(TaskEntity)", "~(int?,int?,BoardItemState)", "~(int?,int?,int?,int?,BoardItemState)", "KanbanView(BuildContext,KanbanVM)", "Null(Completer,List?,Map>?)", "Null(Completer,String,String,int)", "Null(Completer,String,String,String,int)", "RestorationScope(BuildContext,Widget?)", "EntityList(BuildContext,TaskListVM)", "TaskScreen(BuildContext,TaskScreenVM)", "TaskViewVM(Store)", "TaskView(BuildContext,TaskViewVM)", "Null(BuildContext[TaskTime?])", "TaskStatusEditVM(Store)", "TaskStatusEdit(BuildContext,TaskStatusEditVM)", "TaskStatusListItem(String)", "TaskStatusList(BuildContext,TaskStatusListVM)", "TaskStatusEntity(String)", "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)", "Padding(ExpenseEntity)", "Rect(_ReadingOrderSortData)", "TransactionScreen(BuildContext,TransactionScreenVM)", "bool(TransactionEntity)", "EntityListTile(InvoiceEntity)", "~(InvoiceEntity?)", "String(InvoiceEntity?)", "bool(ExpenseCategoryEntity)", "int(ExpenseCategoryEntity?,ExpenseCategoryEntity?)", "bool(VendorEntity)", "int(VendorEntity?,VendorEntity?)", "~(ExpenseEntity?)", "SynchronousFuture(bool)", "~(RestorableProperty)", "TransactionViewVM(Store)", "TransactionView(BuildContext,TransactionViewVM)", "String(TransactionEntity)", "Null(RestorationBucket?)", "~(_DragInfo,Offset,Offset)", "int(_ReadingOrderDirectionalGroupData,_ReadingOrderDirectionalGroupData)", "TransactionRuleEditVM(Store)", "TransactionRuleEdit(BuildContext,TransactionRuleEditVM)", "EntityList(BuildContext,TransactionRuleListVM)", "TransactionRuleListItem(BuildContext,int)", "TransactionRuleScreen(BuildContext,TransactionRuleScreenVM)", "TransactionRuleViewVM(Store)", "TransactionRuleView(BuildContext,TransactionRuleViewVM)", "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)", "~(VendorContactEntity)", "Row(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)", "List<_ReadingOrderSortData>(_ReadingOrderSortData,Iterable<_ReadingOrderSortData>)", "FieldConfirmation(BuildContext)", "SimpleDialogOption(InvoiceEntity)", "bool(_ReadingOrderSortData)", "~(Size,Offset)", "bool(FormFieldState<@>)", "EditorToolbar(BuildContext)", "ImageFormatToolbar(BuildContext)", "~(String,double?)", "DiagnosticsProperty(Element0)", "AndroidTextEditingFloatingToolbar(BuildContext)", "IOSTextEditingFloatingToolbar(BuildContext)", "Element0?(Element0)", "Future<~>(PointerEvent)", "Text(BuildContext)", "Object?(int,Element0?)", "SizedBox(BuildContext,Offset?,Widget?)", "IFrameElement(int)", "Null(AuthenticationResult)", "~(Linkifier)", "PlatformViewSurface(BuildContext,PlatformViewController)", "Logger()", "String(Node3?)", "_HtmlElementViewController(PlatformViewCreationParams)", "~(ListItem)", "bool(RegExp)", "LinkReference()", "Viewport(BuildContext,ViewportOffset)", "ClipRect(BuildContext,Widget?)", "bool(Node3)", "~(BoxConstraints)", "Null(String[String?])", "String(Node3)", "RenderBox(int)", "Widget(BuildContext,Widget,ImageChunkEvent?)", "Offset(int)", "double(double,RenderBox)", "Widget(BuildContext,BoxValueConstraints)", "SizedBox(BuildContext,Widget?)", "String(String?)", "String?([String?])", "MouseRegion(FormFieldState)", "_PinItem(int)", "Widget(int)", "_RenderTheaterMarker()", "RenderBox?()", "Null(Event)", "MapEntry>(@,@)", "_RouteEntry(Route<@>)", "GestureDetector(BuildContext,int)", "PdfPageFormat()", "PdfPreviewCustom(BuildContext)", "~(Image1)", "@(Object?,@,@(@))", "AnimatedSwitcher(BuildContext,AsyncSnapshot)", "~(ButtonState)", "~(PointerMoveEvent)", "Map(SentryPackage)", "MapEntry(String,@)", "String(AppleIDAuthorizationScopes)", "int(_Line)", "DoubleTapGestureRecognizer()", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry>)", "SourceSpanWithContext()", "String(String{color:Object?})", "List>(BuildContext)", "~(ReactiveModelImp<@>)", "~(StateStatus,Object?)", "TextAffinity()", "~(DoubleTapGestureRecognizer)", "int(int,LinkifyElement)", "String(String,LinkifyElement)", "bool(LinkifyElement)", "ParagraphNode(AttributedText)", "Container(BuildContext,Widget?)", "~(DocumentSelectionChange)", "MouseRegion(BuildContext,Object?,Widget?)", "_ButtonSanitizer()", "bool(OverlayEntry)", "~(HandleType,Offset)", "bool(Route<@>?)", "Null(BuildContext,MagnifierController,ValueNotifier)", "Null(Map)", "AndroidDocumentTouchEditingControls(BuildContext)", "IosDocumentTouchEditingControls(BuildContext)", "Map(Map)", "Map(List<@>)", "Future<@>(_Pending)", "BorderRadiusTween(@)", "String(GlobalKey>)", "_Component(BuildContext,SingleColumnLayoutComponentViewModel)", "~(String,GlobalKey>)", "bool(DocumentNode)", "DocumentScrollable(BuildContext,BoxConstraints)", "SingleColumnDocumentLayout(~())", "SpanRange()", "TextSpan(MultiAttributionSpan)", "~(_TapTracker0)", "RenderObjectWidget(BuildContext,bool,Widget?)", "IOSCollapsedHandle(BuildContext,bool,Widget?)", "Widget(BuildContext,Offset?,Widget?)", "AndroidEditingOverlayControls(BuildContext)", "TextStyleTween(@)", "~(RawFloatingCursorPoint)", "IOSEditingControls(BuildContext)", "Matrix4Tween(@)", "BoxConstraintsTween(@)", "bool(bool?)", "~(AppLifecycleState)", "~(Iterable)", "int(Comparable<@>,Comparable<@>)", "List(String,List)", "0^(0^,0^)", "Size?(Size?,Size?,double)", "double?(num?,num?,double)", "Color?(Color?,Color?,double)", "~(String,FileSystemOp)", "Widget(BuildContext,Offset,bool,Widget)", "~(FlutterErrorDetails{forceReport:bool})", "DiagnosticsNode(String)", "StackFrame?(String)", "double(double,double,double)", "Widget(BuildContext,Animation0,Animation0,Widget)", "bool?(bool?,bool?,double)", "ScaleGestureRecognizer()", "Widget(BuildContext,Widget)", "OutlinedBorder?(OutlinedBorder?,OutlinedBorder?,double)", "EdgeInsetsGeometry?(EdgeInsetsGeometry?,EdgeInsetsGeometry?,double)", "TextStyle?(TextStyle?,TextStyle?,double)", "int(_TaskEntry<@>,_TaskEntry<@>)", "bool({priority!int,scheduler!SchedulerBinding})", "String(ByteData)", "_AssetManifestBin(ByteData)", "List(String)", "Widget(Widget,Key,Widget,Key)", "Widget(Widget?,List)", "~(FocusNode{alignment:double?,alignmentPolicy:ScrollPositionAlignmentPolicy?,curve:Curve?,duration:Duration?})", "int(Element0,Element0)", "Widget(FlutterErrorDetails)", "IconThemeData(IconThemeData?,IconThemeData?,double)", "List>(NavigatorState,String)", "int(Widget,int)", "Widget(BuildContext,List,Widget(Color))", "Widget(Color,bool,~())", "Store<0^>(Store<0^>)", "~(Object,StackTrace?)", "~(ScaleGestureRecognizer)", "~({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)", "BankAccountEntity(BankAccountEntity?,@)", "BankAccountEntity?(BankAccountEntity?,@)", "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)", "CompanyGatewayEntity(CompanyGatewayEntity?,@)", "CompanyGatewayEntity?(CompanyGatewayEntity?,@)", "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)", "IconTheme(BuildContext)", "~(List,JavaScriptObject)", "InvoiceEntity(InvoiceEntity?,AddCreditItems)", "InvoiceEntity?(InvoiceEntity?,DeleteCreditItem)", "InvoiceEntity?(InvoiceEntity?,UpdateCreditItem)", "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,PurgeClientSuccess)", "CreditState(CreditState,MarkSentCreditSuccess)", "CreditState(CreditState,ArchiveCreditsSuccess)", "CreditState(CreditState,DeleteCreditsSuccess)", "CreditState(CreditState,RestoreCreditsSuccess)", "CreditState(CreditState,AddCreditSuccess)", "CreditState(CreditState,@)", "CreditState(CreditState,LoadCreditsSuccess)", "CreditState(CreditState,LoadCompanySuccess)", "DesignEntity(DesignEntity?,@)", "DesignEntity?(DesignEntity?,@)", "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,FilterDocumentsByStatus)", "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,AddDocumentSuccess)", "DocumentState(DocumentState,SaveDocumentSuccess)", "DocumentState(DocumentState,LoadDocumentSuccess)", "DocumentState(DocumentState,LoadDocumentsSuccess)", "DocumentState(DocumentState,LoadCompanySuccess)", "bool(_HeroFlight)", "Widget(BuildContext,Animation0,HeroFlightDirection,BuildContext,BuildContext)", "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,PurgeClientSuccess)", "ExpenseState(ExpenseState,ArchiveExpenseSuccess)", "ExpenseState(ExpenseState,DeleteExpenseSuccess)", "ExpenseState(ExpenseState,RestoreExpenseSuccess)", "ExpenseState(ExpenseState,AddExpenseSuccess)", "ExpenseState(ExpenseState,SaveExpenseSuccess)", "ExpenseState(ExpenseState,LoadExpenseSuccess)", "ExpenseState(ExpenseState,LoadExpensesSuccess)", "ExpenseState(ExpenseState,LoadCompanySuccess)", "ExpenseCategoryEntity(ExpenseCategoryEntity?,@)", "ExpenseCategoryEntity?(ExpenseCategoryEntity?,@)", "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)", "GroupEntity(GroupEntity?,@)", "GroupEntity?(GroupEntity?,@)", "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)", "InvoiceEntity?(InvoiceEntity?,DeleteInvoiceItem)", "InvoiceEntity?(InvoiceEntity?,UpdateInvoiceItem)", "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,PurgeClientSuccess)", "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)", "PaymentEntity(PaymentEntity?,@)", "PaymentEntity?(PaymentEntity?,@)", "ListUIState(ListUIState,ViewPaymentList)", "ListUIState(ListUIState,FilterPaymentsByCustom1)", "ListUIState(ListUIState,FilterPaymentsByCustom2)", "ListUIState(ListUIState,FilterPaymentsByCustom3)", "ListUIState(ListUIState,FilterPaymentsByCustom4)", "ListUIState(ListUIState,FilterPaymentsByState)", "ListUIState(ListUIState,FilterPaymentsByStatus)", "ListUIState(ListUIState,FilterPayments)", "ListUIState(ListUIState,SortPayments)", "ListUIState(ListUIState,StartPaymentMultiselect)", "ListUIState(ListUIState,AddToPaymentMultiselect)", "ListUIState(ListUIState,RemoveFromPaymentMultiselect)", "ListUIState(ListUIState,ClearPaymentMultiselect)", "PaymentState(PaymentState,PurgeClientSuccess)", "PaymentState(PaymentState,ArchivePaymentsSuccess)", "PaymentState(PaymentState,DeletePaymentsSuccess)", "PaymentState(PaymentState,RestorePaymentsSuccess)", "PaymentState(PaymentState,AddPaymentSuccess)", "PaymentState(PaymentState,SavePaymentSuccess)", "PaymentState(PaymentState,LoadPaymentSuccess)", "PaymentState(PaymentState,LoadPaymentsSuccess)", "PaymentState(PaymentState,LoadCompanySuccess)", "PaymentTermEntity(PaymentTermEntity?,@)", "PaymentTermEntity?(PaymentTermEntity?,@)", "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)", "ProductEntity(ProductEntity?,@)", "ProductEntity?(ProductEntity?,@)", "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,SetTaxCategoryProductsSuccess)", "ProductState(ProductState,AddProductSuccess)", "ProductState(ProductState,SaveProductSuccess)", "ProductState(ProductState,LoadProductSuccess)", "ProductState(ProductState,LoadProductsSuccess)", "ProductState(ProductState,LoadCompanySuccess)", "ProjectEntity(ProjectEntity?,@)", "ProjectEntity?(ProjectEntity?,@)", "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,PurgeClientSuccess)", "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)", "InvoiceEntity?(InvoiceEntity?,DeletePurchaseOrderItem)", "InvoiceEntity?(InvoiceEntity?,UpdatePurchaseOrderItem)", "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)", "InvoiceEntity?(InvoiceEntity?,DeleteQuoteItem)", "InvoiceEntity?(InvoiceEntity?,UpdateQuoteItem)", "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,PurgeClientSuccess)", "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,FilterRecurringExpensesByStatus)", "ListUIState(ListUIState,FilterRecurringExpenses)", "ListUIState(ListUIState,SortRecurringExpenses)", "ListUIState(ListUIState,StartRecurringExpenseMultiselect)", "ListUIState(ListUIState,AddToRecurringExpenseMultiselect)", "ListUIState(ListUIState,RemoveFromRecurringExpenseMultiselect)", "ListUIState(ListUIState,ClearRecurringExpenseMultiselect)", "RecurringExpenseState(RecurringExpenseState,PurgeClientSuccess)", "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)", "InvoiceEntity?(InvoiceEntity?,DeleteRecurringInvoiceItem)", "InvoiceEntity?(InvoiceEntity?,UpdateRecurringInvoiceItem)", "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,PurgeClientSuccess)", "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)", "ScheduleEntity(ScheduleEntity?,@)", "ScheduleEntity?(ScheduleEntity?,@)", "ListUIState(ListUIState,ViewScheduleList)", "ListUIState(ListUIState,FilterSchedulesByCustom1)", "ListUIState(ListUIState,FilterSchedulesByCustom2)", "ListUIState(ListUIState,FilterSchedulesByState)", "ListUIState(ListUIState,FilterSchedules)", "ListUIState(ListUIState,SortSchedules)", "ListUIState(ListUIState,StartScheduleMultiselect)", "ListUIState(ListUIState,AddToScheduleMultiselect)", "ListUIState(ListUIState,RemoveFromScheduleMultiselect)", "ListUIState(ListUIState,ClearScheduleMultiselect)", "ScheduleState(ScheduleState,ArchiveSchedulesSuccess)", "ScheduleState(ScheduleState,DeleteSchedulesSuccess)", "ScheduleState(ScheduleState,RestoreSchedulesSuccess)", "ScheduleState(ScheduleState,AddScheduleSuccess)", "ScheduleState(ScheduleState,SaveScheduleSuccess)", "ScheduleState(ScheduleState,LoadScheduleSuccess)", "ScheduleState(ScheduleState,LoadSchedulesSuccess)", "ScheduleState(ScheduleState,LoadCompanySuccess)", "StaticState(StaticState,LoadStaticSuccess)", "SubscriptionEntity(SubscriptionEntity?,@)", "SubscriptionEntity?(SubscriptionEntity?,@)", "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)", "TaskEntity(TaskEntity?,@)", "TaskEntity?(TaskEntity?,@)", "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,PurgeClientSuccess)", "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)", "TaskStatusEntity(TaskStatusEntity?,@)", "TaskStatusEntity?(TaskStatusEntity?,@)", "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)", "TaxRateEntity(TaxRateEntity?,@)", "TaxRateEntity?(TaxRateEntity?,@)", "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)", "TokenEntity(TokenEntity?,@)", "TokenEntity?(TokenEntity?,@)", "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)", "TransactionEntity(TransactionEntity?,@)", "TransactionEntity?(TransactionEntity?,@)", "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,ConvertTransactionsToExpensesSuccess)", "TransactionState(TransactionState,LinkTransactionToPaymentSuccess)", "TransactionState(TransactionState,LinkTransactionToExpenseSuccess)", "TransactionState(TransactionState,ConvertTransactionsSuccess)", "TransactionState(TransactionState,LoadTransactionSuccess)", "TransactionState(TransactionState,LoadTransactionsSuccess)", "TransactionState(TransactionState,LoadCompanySuccess)", "TransactionRuleEntity(TransactionRuleEntity?,@)", "TransactionRuleEntity?(TransactionRuleEntity?,@)", "ListUIState(ListUIState,ViewTransactionRuleList)", "ListUIState(ListUIState,FilterTransactionRulesByCustom1)", "ListUIState(ListUIState,FilterTransactionRulesByCustom2)", "ListUIState(ListUIState,FilterTransactionRulesByState)", "ListUIState(ListUIState,FilterTransactionRules)", "ListUIState(ListUIState,SortTransactionRules)", "ListUIState(ListUIState,StartTransactionRuleMultiselect)", "ListUIState(ListUIState,AddToTransactionRuleMultiselect)", "ListUIState(ListUIState,RemoveFromTransactionRuleMultiselect)", "ListUIState(ListUIState,ClearTransactionRuleMultiselect)", "TransactionRuleState(TransactionRuleState,ArchiveTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,DeleteTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,RestoreTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,AddTransactionRuleSuccess)", "TransactionRuleState(TransactionRuleState,SaveTransactionRuleSuccess)", "TransactionRuleState(TransactionRuleState,LoadTransactionRuleSuccess)", "TransactionRuleState(TransactionRuleState,LoadTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,LoadCompanySuccess)", "UserEntity(UserEntity?,@)", "UserEntity?(UserEntity?,@)", "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,ConnectOAuthUserSuccess)", "UserState(UserState,DisconnectOAuthUserSuccess)", "UserState(UserState,DisconnectOAuthMailerSuccess)", "UserState(UserState,ConnecGmailUserSuccess)", "UserState(UserState,LoadUserSuccess)", "UserState(UserState,LoadUsersSuccess)", "UserState(UserState,LoadCompanySuccess)", "VendorContactEntity(VendorContactEntity?,@)", "VendorEntity(VendorEntity?,@)", "VendorEntity?(VendorEntity?,@)", "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)", "WebhookEntity(WebhookEntity?,@)", "WebhookEntity?(WebhookEntity?,@)", "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)", "ScheduleListVM(Store)", "ScheduleScreenVM(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)", "TransactionRuleListVM(Store)", "TransactionRuleScreenVM(Store)", "UserListVM(Store)", "UserScreenVM(Store)", "VendorListVM(Store)", "VendorScreenVM(Store)", "WebhookListVM(Store)", "WebhookScreenVM(Store)", "Future()", "Widget(BuildContext,UnorderedListItemComponent)", "double(TextStyle,int)", "Widget(BuildContext,OrderedListItemComponent)", "~(_HeroFlight)", "TextStyle(Set,TextStyle)", "SuperEditorLaunchLinkTapHandler(EditContext)", "Widget(BuildContext,Offset)", "Widget(BuildContext,AndroidEditingOverlayController,ToolbarConfig)", "~(RenderSemanticsGestureHandler)", "~(StatefulElement,Object)", "Widget(BuildContext,IOSEditingOverlayController)", "~(String?{wrapWidth:int?})", "GoogleSignInUserData?(Map?)", "GoogleSignInUserData?(JavaScriptObject?)", "bool(bool,StartLoading)", "bool(bool,StopLoading)", "bool(bool,StartSaving)", "bool(bool,StopSaving)", "String(String?,FilterTaxRates)"], + types: ["~()", "ListUIStateBuilder(ListUIStateBuilder)", "Null(Store,@,@(@))", "Null(Object)", "Null()", "@(String)", "double(double)", "Null(@)", "InvoiceEntityBuilder(InvoiceEntityBuilder)", "SettingsEntityBuilder(SettingsEntityBuilder)", "~(@)", "~(Duration)", "bool(String)", "~(bool)", "@()", "~(String)", "Null(BuildContext)", "~(bool?)", "Future(BuildContext)", "bool()", "Future<~>()", "~(BuildContext)", "CompanyEntityBuilder(CompanyEntityBuilder)", "ErrorDialog(BuildContext)", "~(TextEditingController)", "int(String,String)", "String(@)", "Null(String?)", "@(bool?)", "~(JavaScriptObject)", "String(String)", "@(@)", "String?(String)", "Future(Store,@,@(@))", "Null(Object?)", "DocumentEntityBuilder(DocumentEntityBuilder)", "ExpenseEntityBuilder(ExpenseEntityBuilder)", "Null(List)", "Null(String)", "~(DocumentEntity)", "DropdownMenuItem(String)", "ListBuilder()", "~(Object?)", "~(AnimationStatus)", "Future()", "String()", "bool(Route<@>)", "Null(String,bool)", "@(BuildContext)", "Null(SelectableEntity?)", "String(BaseEntity)", "Widget(BuildContext)", "PluralCase()", "ClientEntityBuilder(ClientEntityBuilder)", "PaymentEntityBuilder(PaymentEntityBuilder)", "String(String?,ClearEntityFilter)", "bool(SpanMarker)", "InvoiceItemEntityBuilder(InvoiceItemEntityBuilder)", "String?(String?,SelectCompany)", "String?(String?,PreviewEntity)", "ListUIState(ListUIState,FilterByEntity)", "Null(EntityState,bool?)", "@(SelectableEntity?)", "CompanyGatewayEntityBuilder(CompanyGatewayEntityBuilder)", "~(TapDownDetails)", "Future()", "ExecutionInstruction({editContext!EditContext,keyEvent!RawKeyEvent})", "Null(EntityState,bool)", "~(RenderObject)", "~(DragUpdateDetails)", "~(String,InvoiceEntity)", "~(BuildContext,EntityAction)", "SubscriptionEntityBuilder(SubscriptionEntityBuilder)", "TaskEntityBuilder(TaskEntityBuilder)", "~(int)", "ListDivider(BuildContext,int)", "Color(Set)", "bool(BoxHitTestResult,Offset)", "~(DragStartDetails)", "String?(String?,@)", "Null(String?,String?)", "Null(List)", "bool(InvoiceItemEntity)", "ScheduleEntityBuilder(ScheduleEntityBuilder)", "InvoiceStatusEntityBuilder(InvoiceStatusEntityBuilder)", "Null(InvoiceEntity)", "int(List,List)", "String(String,Node)", "String?(String?,FilterByEntity)", "SettingsUIStateBuilder(SettingsUIStateBuilder)", "InvoiceEntity?(String)", "~(PaintingContext,Offset)", "~(DragEndDetails)", "VendorEntityBuilder(VendorEntityBuilder)", "~(String?)", "UserEntityBuilder(UserEntityBuilder)", "bool(bool,UpdateUserPreferences)", "int(int?,PreviewEntity)", "Widget(BuildContext,int)", "Null(SelectableEntity)", "UserCompanyEntityBuilder(UserCompanyEntityBuilder)", "Future?(Object?)", "EntityStats(String,BuiltMap)", "Null(~)", "~(Document2,DocumentEditorTransaction)", "Null(BuildContext,List,bool)", "~(TapUpDetails)", "Null(bool?)", "Uint8List(PdfPageFormat)", "~(Element0)", "~(PointerExitEvent)", "double(RenderBox)", "~(PointerEvent)", "Map(Document2,DocumentNode)", "StatelessWidget(BuildContext,BoxConstraints)", "String(Match)", "Null(List)", "bool(String?)", "@(TaxRateEntity)", "InvoiceEntity(@)", "~(String,ExpenseEntity)", "Null(JavaScriptObject)", "Null(BuildContext,Completer)", "Color?(Set)", "UserStateBuilder(UserStateBuilder)", "~(RestorableProperty,~())", "bool(int)", "int(int)", "@(int?,String)", "double()", "Future?()", "~(PointerEnterEvent)", "bool(Object?)", "@(CompanyEntity)", "TransactionEntityBuilder(TransactionEntityBuilder)", "Null(DesignEntity?)", "bool(@)", "int(String?,String?)", "ScrollableListView(BuildContext)", "String?(String?)", "Palette()", "Widget()", "@(List,bool)", "List()", "~(Object,StackTrace)", "~(PaymentableEntity)", "~(ByteData?)", "ListBuilder()", "String(InvoiceEntityBuilder)", "ExpenseStatusEntityBuilder(ExpenseStatusEntityBuilder)", "Null(Completer,String)", "~(String,TaskEntity)", "~(String,@)", "Null(EntityStatus,bool)", "~(BaseEntity)", "TaskStatusEntityBuilder(TaskStatusEntityBuilder)", "bool(Element0)", "PurchaseOrderStateBuilder(PurchaseOrderStateBuilder)", "Null(TaxRateEntity)", "Null(ExpenseEntity)", "bool(FocusNode)", "~(InvoiceEntity)", "Null(int)", "Null(Object,StackTrace)", "DashboardUISettingsBuilder(DashboardUISettingsBuilder)", "@(InvoiceEntity)", "~(ForcePressDetails)", "Tween(@)", "AlertDialog(BuildContext)", "EntityStats(String,BuiltMap)", "~(String,String)", "AuthStateBuilder(AuthStateBuilder)", "DocumentStateBuilder(DocumentStateBuilder)", "DocumentLayout()", "ProductEntityBuilder(ProductEntityBuilder)", "TransactionRuleEntityBuilder(TransactionRuleEntityBuilder)", "DropdownMenuItem(int)", "Null(EntityStatus,bool?)", "Future<@>(MethodCall0)", "SimpleDialog(BuildContext)", "~(LayoutView)", "bool(ClientContactEntity)", "int()", "Null(UserEntity)", "String?(String?,ClearEntitySelection)", "Null(String,String)", "bool(ScrollNotification)", "Null(bool)", "Null(PaymentEntity)", "bool(FlutterHtmlKeyboardEvent)", "TextStyle(Set)", "~(@,@)", "Null(List)", "Null(BuildContext[EntityAction?])", "~(String,PaymentEntity)", "bool(InvoiceEntity)", "Null(SettingsEntity)", "~(PointerDownEvent)", "Object?(@)", "PaymentStatusEntityBuilder(PaymentStatusEntityBuilder)", "~(int,int)", "bool(VendorContactEntity)", "ProjectEntityBuilder(ProjectEntityBuilder)", "Widget(BuildContext,Widget?)", "QuoteStateBuilder(QuoteStateBuilder)", "@(String?)", "bool(TaskTime)", "bool(NotoFont)", "String?(@)", "GroupStateBuilder(GroupStateBuilder)", "bool(BaseEntity)", "double(double,double)", "TextFieldKeyboardHandlerResult({controller!AttributedTextEditingController,keyEvent!RawKeyEvent,textLayout:ProseTextLayout?})", "Null(Completer)", "~(TaskTime)", "Color0(int?)", "MapBuilder()", "ListBuilder()", "CompanyGatewayStateBuilder(CompanyGatewayStateBuilder)", "Future(BuildContext,bool)", "InvitationEntity(ClientContactEntity)", "Widget(BuildContext,BoxConstraints)", "~(Timer)", "MapEntry(@,@)", "ListTile(String)", "TaxRateStateBuilder(TaxRateStateBuilder)", "ExpenseEntity?(String)", "KeyEventResult(FocusNode,RawKeyEvent)", "int(FocusNode,FocusNode)", "Null(TransactionEntity)", "FeesAndLimitsSettingsBuilder(FeesAndLimitsSettingsBuilder)", "Null(int,int)", "TransactionStateBuilder(TransactionStateBuilder)", "Null(BuildContext,bool)", "TextFieldKeyboardHandlerResult({controller!AttributedTextEditingController,keyEvent!RawKeyEvent,textLayout!ProseTextLayout})", "Column(BuildContext)", "TextStyle(Set)", "double(RenderBox,double)", "bool(DateRange)", "~(PanGestureRecognizer)", "bool(Node)", "DesignEntityBuilder(DesignEntityBuilder)", "bool(PaymentableEntity)", "~(~())", "int(_Codes)", "TaskTimeBuilder(TaskTimeBuilder)", "Null(RecurringInvoiceStateBuilder)", "~(EntityType)", "~(SelectableEntity)", "bool(EntityType)", "Null(LoginResponse)", "MapBuilder(MapBuilder)", "BankAccountEntityBuilder(BankAccountEntityBuilder)", "PanGestureRecognizer()", "ClientStateBuilder(ClientStateBuilder)", "int(Object?)", "WebhookEntityBuilder(WebhookEntityBuilder)", "Future<@>()", "Null(InvoiceStateBuilder)", "Null(TaskStateBuilder)", "Null(TaskEntity)", "TapSequenceGestureRecognizer()", "~(TapSequenceGestureRecognizer)", "String?(PaymentableEntity)", "InvoiceEntity(InvoiceEntity?,@)", "PaymentTermStateBuilder(PaymentTermStateBuilder)", "~(LongPressStartDetails)", "DropdownMenuItem(MapEntry)", "Future>(Map)", "MaterialStateProperty?(ButtonStyle?)", "~(DateTime)", "~(TapDragUpDetails)", "bool(InlineSpan)", "Offset()", "bool(InheritedElement)", "Future>(Map)", "TextBoundary()", "~(PointerSignalEvent)", "bool(_RouteEntry)", "~(Selectable)", "Null(DocumentEntity)", "~(InvoiceItemEntity)", "~(Object?,Object?)", "MapBuilder()", "DropdownMenuItem(DateRange)", "AppStateBuilder(AppStateBuilder)", "Future()", "Null(ClientEntity)", "bool(Attribution)", "TransactionStatusEntityBuilder(TransactionStatusEntityBuilder)", "Null(int,String)", "~(SpanMarker)", "Null(BuiltList)", "CreditStateBuilder(CreditStateBuilder)", "int(InvoiceEntity?,InvoiceEntity?)", "ExpenseStateBuilder(ExpenseStateBuilder)", "Null(List)", "ExpenseCategoryEntityBuilder(ExpenseCategoryEntityBuilder)", "List()", "RecurringInvoiceStateBuilder(RecurringInvoiceStateBuilder)", "bool(GestureListener)", "Null(RecurringExpenseStateBuilder)", "Null(TaskStatusEntity)", "RecurringExpenseStateBuilder(RecurringExpenseStateBuilder)", "ProjectStateBuilder(ProjectStateBuilder)", "Null(ProjectEntity)", "~(Store)", "@(String,bool)", "Future<~>(MethodCall0)", "Null(VendorEntity)", "Null(ProductEntity)", "ActivityListTile(BuildContext,int)", "List(BuildContext)", "Text(String)", "UpgradeDialog(BuildContext)", "~(String,NumericAxis)", "InvoiceItemSelector(BuildContext)", "BaseEntity?(InvoiceItemEntity)", "Null(List[String?,String?])", "TaskStateBuilder(TaskStateBuilder)", "Null(InvoiceItemEntity,int)", "Null(List,String?,String?)", "Null(BuildContext,List,bool?)", "Null(BuildContext[int?])", "Null(BuildContext,InvoiceEntity[String?])", "@(DesignEntity?)", "PaymentStateBuilder(PaymentStateBuilder)", "DateTime(ChartMoneyData,int?)", "double?(ChartMoneyData,int?)", "PaymentEntity?(String)", "Color0(ChartMoneyData,int?)", "double(ChartMoneyData,int?)", "InvoiceStateBuilder(InvoiceStateBuilder)", "DocumentStatusEntityBuilder(DocumentStatusEntityBuilder)", "Null(List)", "TaskEntity?(String)", "@(Completer)", "~(EntityAction)", "Null(GroupEntity)", "TaxRateEntity?(String)", "EntityStats(String,BuiltMap)", "~(String,TransactionEntity)", "Future()", "String?(SelectableEntity)", "ExpenseCategoryStateBuilder(ExpenseCategoryStateBuilder)", "String(SelectableEntity?)", "Null(ExpenseCategoryEntity)", "String(TaxRateReportFields0)", "bool(InvoiceEntity?)", "ExpenseListItem(BuildContext,int)", "TaskListItem(BuildContext,int)", "InvoiceListItem(BuildContext,int)", "String(TaxRateReportFields)", "String(ProfitAndLossReportFields)", "~(ExpenseEntity)", "ColorTween(@)", "String(int)", "Null(List)", "DesignStateBuilder(DesignStateBuilder)", "DesignEntity?(String)", "~(LongPressMoveUpdateDetails)", "List(BuiltMap,BuiltMap)", "String(InvitationEntity)", "@(SettingsEntity)", "bool(String,InvoiceEntity)", "@(bool)", "Null(BuildContext,InvoiceEntity,ClientEntity?)", "Null(PaymentTermEntity)", "MouseCursor0(Set)", "String(InvoiceEntity)", "MaterialStateProperty?(DatePickerThemeData?)", "Null(BuildContext,EmailTemplate,String,String,String)", "ClientContactEntityBuilder(ClientContactEntityBuilder)", "Object?(Object?)", "~(TapDragDownDetails)", "ProductEntity?(String)", "bool(ActivityEntity)", "int(RenderObject,RenderObject)", "Null(List)", "~({curve:Curve,descendant:RenderObject?,duration:Duration,rect:Rect?})", "JavaScriptObject()", "Null(ProductStateBuilder)", "Null(DateTime?)", "Size(RenderBox,BoxConstraints)", "@(int)", "Null(TransactionRuleEntity)", "~(MouseEvent)", "ProductStateBuilder(ProductStateBuilder)", "Widget(BuildContext,EditableTextState)", "Null(@,@)", "ListBuilder()", "~(VerticalDragGestureRecognizer)", "~(PointerHoverEvent)", "VerticalDragGestureRecognizer()", "~(String,ClientEntity)", "UserSmsVerification(BuildContext)", "~(LongPressEndDetails)", "Stack(BuildContext)", "Null(ScheduleEntity)", "ScheduleStateBuilder(ScheduleStateBuilder)", "Future<~>(String)", "Color(Color)", "AppTextButton(BuildContext)", "Null(SubscriptionEntity)", "SubscriptionStateBuilder(SubscriptionStateBuilder)", "~(SelectableEntity?)", "BankAccountStateBuilder(BankAccountStateBuilder)", "Null(BankAccountEntity)", "~([Intent?])", "Future<~>(bool)", "~(ProgressEvent)", "EntityStats(String,BuiltMap)", "List>(BuildContext)", "DropdownMenuItem(String?)", "ScrollPosition()", "Null(TaskStatusStateBuilder)", "InvoiceEntity?(InvoiceEntity?,@)", "RenderBox()", "TaskStatusStateBuilder(TaskStatusStateBuilder)", "CustomFieldSelector(BuildContext)", "DateTime()", "MessageDialog(BuildContext)", "VendorContactEntityBuilder(VendorContactEntityBuilder)", "GridView(BuildContext,BoxConstraints)", "WebhookStateBuilder(WebhookStateBuilder)", "Null(WebhookEntity)", "VendorStateBuilder(VendorStateBuilder)", "BankAccountEntity?(String)", "~(NavigatorObserver)", "Null(List)", "@([String?,String?])", "ListBuilder(ListBuilder)", "String(String,UpdateUserPreferences)", "Null(TokenEntity)", "MapBuilder(MapBuilder)", "TokenStateBuilder(TokenStateBuilder)", "TransactionRuleStateBuilder(TransactionRuleStateBuilder)", "Null(CompanyGatewayEntity)", "~(SliverConstraints)", "bool(KeyData)", "TaxConfigRegionEntityBuilder(TaxConfigRegionEntityBuilder)", "@(int?)", "Null(GroupStateBuilder)", "ClientContactEntity()", "Null(@,StackTrace)", "QuoteListItem(BuildContext,int)", "~(ImageStreamListener)", "PaymentListItem(BuildContext,int)", "MapEntry>(String,String)", "Widget(Widget,Animation0)", "ListBuilder(ListBuilder)", "Future(BuildContext,String)", "Null(List)", "Widget(BuildContext)?(ActionIconThemeData?)", "IconData(BuildContext)", "String(MaterialLocalizations)", "VendorContactEntity()", "ListBuilder()", "Null(PaymentStateBuilder)", "MapBuilder>()", "bool(DataRow)", "PasswordConfirmation(BuildContext)", "TransactionRuleCriteriaEntityBuilder(TransactionRuleCriteriaEntityBuilder)", "TextBox(TextBox)", "Null(CreditStateBuilder)", "PaymentTermEntity?(String)", "int(int,int)", "Rect()", "Null(ClientStateBuilder)", "~(Codec)", "String(VendorReportFields)", "String(TransactionReportFields)", "String(TaskReportFields)", "~(DragDownDetails)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap)", "String(TaskItemReportFields)", "ListTile(BuildContext,int)", "~(TextInputAction)", "Null(PaymentTermStateBuilder)", "InvoiceEntity(String)", "int(ExpenseEntity?,ExpenseEntity?)", "Future(BillingClient)", "ListBuilder()", "Null(List)", "Null(DesignEntity)", "String(RecurringInvoiceReportFields)", "Null(DesignStateBuilder)", "String(RecurringExpenseReportFields)", "Iterable(Iterable)", "bool(PaymentEntity)", "String(QuoteReportFields)", "String(QuoteItemReportFields)", "ProjectEntity?(String)", "String(PurchaseOrderReportFields)", "~(List)", "bool(Object?,Object?)", "Null(List)", "Future(BuildContext,Completer,String)", "Future(BuildContext,Completer{oneTimePassword:String,secret:String,url:String})", "bool(SemanticsNode)", "DocumentEntity(@)", "~(ScaleEndDetails)", "~(Size)", "int(SemanticsNode,SemanticsNode)", "Null(BankAccountStateBuilder)", "Null(ProjectStateBuilder)", "~(ScaleStartDetails)", "Null(PurchaseOrderStateBuilder)", "Null(QuoteStateBuilder)", "String(PurchaseOrderItemReportFields)", "Future(String?)", "PrefStateBuilder(PrefStateBuilder)", "~(ProductEntity)", "bool(ExpenseEntity)", "Widget(BuildContext,Widget,int?,bool)", "String(ProductReportFields)", "ReportsUIStateBuilder(ReportsUIStateBuilder)", "ScheduleEntity?(String)", "Padding(BuildContext)", "Null(List)", "ListBuilder()", "InkWell(BuildContext)", "Null(ScheduleStateBuilder)", "Text(@)", "~(List<@>)", "bool(ScrollMetricsNotification)", "String(PaymentReportFields)", "bool(_Highlight)", "Null(CompanyEntity)", "bool(FocusableActionDetector)", "CompanyGatewayEntity?(String)", "SubscriptionEntity?(String)", "IconButton(BuildContext)", "String(InvoiceReportFields)", "Null(List)", "String(InvoiceItemReportFields)", "DecoratedFormField(BuildContext,TextEditingController,FocusNode,~())", "Null(SubscriptionStateBuilder)", "String(ExpenseReportFields)", "String(SelectableEntity)", "String(DocumentReportFields)", "String(CreditReportFields)", "Set()", "Null(ExpenseStateBuilder)", "String(CreditItemReportFields)", "bool(InvitationEntity)", "PopupMenuItem(EntityAction)", "List>(BuildContext)", "PopupMenuButton(BuildContext,int)", "OutlinedButton(EntityAction)", "ExpenseCategoryEntity?(String)", "Null(List)", "~(TextSelection,SelectionChangedCause?)", "TaskStatusEntity?(String)", "Null(List)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "String(ContactReportFields)", "ClientEntity?(String)", "String(ClientReportFields)", "MaterialStateProperty?(ButtonStyle?)", "Null(ExpenseCategoryStateBuilder)", "Null(List)", "PaymentableEntityBuilder(PaymentableEntityBuilder)", "bool(Node0)", "~(Object,String)", "Future(String?,String?)", "Null(List)", "Null(WebhookStateBuilder)", "Null(CompanyGatewayStateBuilder)", "Null(List)", "WebhookEntity?(String)", "int(@,@)", "Null(VendorStateBuilder)", "~(TaxRateEntity)", "Null(List)", "VendorEntity?(String)", "List(BuiltMap)", "GroupEntity?(String)", "Null(UserStateBuilder)", "Null(List)", "Null(TaxRateStateBuilder)", "InvitationEntity(VendorContactEntity)", "UserEntity?(String)", "Null(List)", "~(TimeOfDay)", "bool(Point)", "Null(bool?,int?,String?,double?,double?)", "TokenEntity?(String)", "bool(bool,DismissTwoYearReviewAppPermanently)", "Null(List)", "~(Event)", "Null(TokenStateBuilder)", "EdgeInsetsGeometryTween(@)", "DropdownMenuItem(int)", "Set<0^>()", "Null(List)", "TransactionEntity?(String)", "MediaQuery(BuildContext,Widget?)", "String(Object?)", "GroupEntityBuilder(GroupEntityBuilder)", "Null(TransactionRuleStateBuilder)", "@(double?)", "String(String,String)", "Null(TransactionStateBuilder)", "TransactionRuleEntity?(String)", "Null(List)", "~(Object[StackTrace?])", "~(ImageChunkEvent)", "~(ForcePressGestureRecognizer)", "Null(BuiltList)", "ForcePressGestureRecognizer()", "~(HorizontalDragGestureRecognizer)", "HorizontalDragGestureRecognizer()", "LongPressGestureRecognizer()", "Tween<@>?(Tween<@>?,@,Tween<@>(@))", "AlignmentGeometryTween(@)", "int(LayoutView,LayoutView)", "DecorationTween(@)", "~(TapGestureRecognizer)", "TokenEntityBuilder(TokenEntityBuilder)", "TapGestureRecognizer()", "bool(bool,DismissOneYearReviewAppPermanently)", "~(SemanticsObject)", "AppSidebarMode(AppSidebarMode,UpdateUserPreferences)", "TaxRateEntity(@)", "BuiltMap(BuiltMap,UpdateUserPreferences)", "int(_ReadingOrderSortData,_ReadingOrderSortData)", "TaxRateEntityBuilder(TaxRateEntityBuilder)", "Future(String,Map)", "bool(LayoutView)", "~(DiagnosticsNode)", "UserEntity(@)", "List>(BuildContext)", "InkWell(String)", "UserSettingsEntityBuilder(UserSettingsEntityBuilder)", "TextPosition(TextPosition,bool,TextBoundary)", "~([Duration?])", "~(GestureListener)", "~(DropEventDetails)", "bool(DisplayFeature)", "List(SelectionState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltList,ListUIState)", "TargetPlatform()", "num?(int?)", "String(num?)", "bool(ChartBehavior<@>)", "~(_DragInfo)", "bool(SelectableEntity)", "~(ChartBehavior<@>)", "Object?(DismissIntent)", "ToggleButtons(BuildContext,BoxConstraints)", "Route<@>(RouteSettings)", "Null(String?,String?,String?,String?,String?)", "bool(TaxRateEntity?)", "~(String,String?)", "VelocityTracker(PointerEvent)", "~(GestureMode)", "TaxRateEntity()", "Align(List<@>)", "Map()", "~(RestorationBucket)", "Future(ByteData?)", "Widget(CompanyEntity)", "bool(Selectable,double)", "~(String,Object?)", "List()", "bool(UserCompanyState)", "InvoiceEntity(InvoiceEntity?,AddRecurringInvoiceItem)", "AccountSmsVerification(BuildContext)", "PointerInterceptor(BuildContext)", "Future(@)", "DropdownMenuItem<@>(@)", "bool(SystemLogEntity)", "InvoiceEntity(InvoiceEntity?,AddQuoteItem)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,ListUIState,BuiltMap)", "~(int,bool)", "InvoiceEntity(InvoiceEntity?,AddPurchaseOrderItem)", "EntityStats(String,BuiltMap)", "String(InvoiceItemEntityBuilder)", "BaseEntity(String?)", "~(ScaleUpdateDetails)", "List(_SemanticsSortGroup)", "bool(RenderBox)", "Widget(BuildContext,TextLayout)", "bool(BoxHitTestResult)", "XFile(String)", "_InterestingSemanticsFragment(SemanticsConfiguration)", "Widget(BuildContext,AsyncSnapshot)", "~(GatewayTokenEntity)", "InvoiceItemEntity(String)", "PaymentTermEntity(@)", "Row(BuildContext,BoxConstraints)", "_SelectionToolbarWrapper(BuildContext)", "TokenMeta(GatewayTokenEntity)", "~(TapDragStartDetails)", "~(TapDragUpdateDetails)", "~(TapDragEndDetails)", "PaymentTermEntityBuilder(PaymentTermEntityBuilder)", "~(List)", "Future()", "TextDirection()", "bool(PaymentEntity?)", "List(String,BuiltMap,BuiltList)", "~(RenderBox,BoxConstraints{parentUsesSize:bool})", "ExpenseEntity(ExpenseEntity?,@)", "~(ChartDataGroup)", "List?(int?)", "Positioned(BuildContext,Widget?)", "ImageStreamCompleter()", "~(bool(String))", "Node2?(DirectoryNode,String,Node2?)", "~(Object,StackTrace,Object?)", "InvoiceEntity(InvoiceEntity?,AddInvoiceItem)", "~(ImageInfo,bool)", "GroupEntity(@)", "Future(Response?)", "ExpenseCategoryListItem(BuildContext,int)", "InvoiceTaxDetails(BuildContext)", "Container(BuildContext,int)", "bool(_TappableLabel)", "List>(BuildContext)", "PopupMenuItem(String)", "ProductListItem(BuildContext,int)", "RefreshIndicator(BuildContext)", "~(MapEntry)", "~([String?])", "Semantics(BuildContext,Widget?)", "Padding(InvoiceEntity)", "KeyData()", "~(MapEntry)", "ExpenseEntity?(ExpenseEntity?,@)", "List()", "ExpenseEntity(@)", "Container(BuildContext)", "List(SelectionState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,ListUIState,BuiltMap,BuiltMap,StaticState)", "bool(Rule)", "double(Set)", "bool(String,ExpenseEntity)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "String(ExpenseEntity)", "_ZoomExitTransition(BuildContext,Animation0,Widget?)", "Null(BuiltList)", "Widget(BuildContext,Object,StackTrace?)", "Null(ProgressEvent)", "~(VendorEntity)", "~(TaskEntity)", "~(String,IfdDirectory)", "~(ProjectEntity)", "_ZoomEnterTransition(BuildContext,Animation0,Widget?)", "~(GroupEntity)", "LocalKey(MergeableMaterialItem)", "ViewListDiffResult?(int)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "Null(DocumentStateBuilder)", "DocumentEntity?(String)", "~(~)", "~(RenderBox?)", "ChildSemanticsConfigurationsResult(List)", "Future(BillingClient)", "ProductWrapper(String)", "Color0(@,int?)", "num?(@,int?)", "~(FocusHighlightMode)", "Map(String?)", "Future(BillingClient)", "int(int,@)", "@(int,bool)", "int(TaskEntity,TaskEntity)", "List(PurchaseWrapper)", "int(PaymentEntity?,PaymentEntity?)", "Null(BuildContext,List)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap,BuiltMap)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap,BuiltMap)", "CustomSingleChildLayout(BuildContext)", "MapBuilder>(MapBuilder>)", "~(int?)", "Future()", "Null(BuildContext,String,String)", "bool(BuildContext)", "Row(BuildContext)", "String(MapBuilder)", "Color?(DatePickerThemeData?)", "InvoiceEntity(InvoiceEntity?,AddCreditItem)", "int(Country,Country)", "~(int?,int?)", "bool(Country)", "0^?(MaterialStateProperty<0^>?(DatePickerThemeData?),Set)", "SpanMarker(SpanMarker)", "~(Attribution,int)", "0^?(0^?(DatePickerThemeData?))", "Future(BuildContext,AppSidebarMode)", "Color?(Color?)", "DropdownMenuItem(ImportType)", "PaymentableEntity(BaseEntity)", "_Channel()", "bool(GatewayOptionsEntity)", "TaxConfigEntityBuilder(TaxConfigEntityBuilder)", "MapBuilder>(MapBuilder>)", "~(double)", "TaxConfigSubregionEntityBuilder(TaxConfigSubregionEntityBuilder)", "List()", "~(LongPressGestureRecognizer)", "Future(Object?)", "~([Object?])", "~(PointerPanZoomStartEvent)", "CompanyGatewayEntity(@)", "_EnableTwoFactor(BuildContext)", "Null(String,List)", "bool?(SubscriptionEntityBuilder)", "~([TapUpDetails?])", "Null(Duration)", "MaterialStateProperty?(ButtonStyle?)", "Null(Completer,String)", "bool(TaskEntity)", "~([Future<~>?])", "ListBuilder()", "TaskEntity(String)", "String?()", "bool(ProjectEntity)", "ListBuilder()", "bool(DraggableScrollableNotification)", "String(ExpenseEntity?)", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "VendorListItem(BuildContext,int)", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "bool(ProductEntity)", "MapBuilder()", "ListBuilder()", "ReportSettingsEntityBuilder(ReportSettingsEntityBuilder)", "bool(GatewayTokenEntity)", "Null(BuildContext,String)", "EntityStats(String,BuiltMap)", "_RuleCriteria(BuildContext)", "~(ClientEntity)", "ListBuilder()", "Null(GoogleSignInAuthentication)", "ListBuilder()", "ListBuilder()", "ListBuilder()", "MapBuilder()", "ListBuilder()", "ListBuilder()", "Widget(BuildContext,DocumentSelection?,Widget?)", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "Future<~>(~)", "~(LinkifyElement)", "bool(BlockSyntax)", "bool(InlineSyntax)", "bool(Delimiter)", "Future(RandomAccessFile)", "List()", "String(ProjectEntityBuilder)", "String(PaymentEntityBuilder)", "LicenseEntry(int)", "Element2(int)", "_RandomAccessFile(Object?)", "MapBuilder()", "Future<~>(BuildContext,Uint8List/(PdfPageFormat),PdfPageFormat)", "~(RandomAccessFile)", "Null(Uint8List)", "Null(PrintingInfo)", "~([~])", "Widget(BuildContext,bool)", "Widget(BuildContext,Object?,ScrollController?)", "double(_PointerPanZoomData)", "bool(HistoryRecord)", "bool(CompanyEntity)", "bool(bool,DismissNativeWarningPermanently)", "~(Uint8List,String,int)", "~(PersistenceRepository)", "~(Offset)", "UIStateBuilder(UIStateBuilder)", "bool(TextEditingDelta)", "PaymentRefundScreen(BuildContext)", "PaymentEditScreen(BuildContext)", "MainScreen(BuildContext)", "LoginScreen(BuildContext)", "MapBuilder()", "Drag?(Offset)", "DeltaTextInputClientDecorator()", "~({addedComponents!List,changedComponents!List,removedComponents!List})", "Stack(BuildContext,List,Widget?)", "CompositedTransformTarget(BuildContext)", "int(String?)", "~(Symbol0,@)", "JavaScriptObject([JavaScriptObject?])", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder>()", "MapBuilder()", "MapBuilder()", "UnregisteredFont()", "MapBuilder()", "~(NotoFont)", "MapBuilder()", "MapBuilder()", "int(TaskTime,TaskTime)", "MapBuilder()", "bool(BankAccountEntity?)", "MapBuilder()", "Map(Map,String)", "MapBuilder()", "~(String,int)", "Map(String)", "Null(String,@)", "MapBuilder()", "Material(FlutterErrorDetails)", "MapBuilder()", "MapBuilder()", "StyledToast(BuildContext)", "Locale(String)", "ChangeLayoutBanner(BuildContext)", "ProductScreenBuilder(BuildContext)", "ProductViewScreen(BuildContext)", "ProductEditScreen(BuildContext)", "ClientScreenBuilder(BuildContext)", "ClientViewScreen(BuildContext)", "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)", "MapBuilder()", "MapBuilder()", "QuoteScreenBuilder(BuildContext)", "QuoteViewScreen(BuildContext)", "QuoteEditScreen(BuildContext)", "QuoteEmailScreen(BuildContext)", "QuotePdfScreen(BuildContext)", "ScheduleScreenBuilder(BuildContext)", "ScheduleViewScreen(BuildContext)", "ScheduleEditScreen(BuildContext)", "TransactionRuleScreenBuilder(BuildContext)", "TransactionRuleViewScreen(BuildContext)", "TransactionRuleEditScreen(BuildContext)", "TransactionScreenBuilder(BuildContext)", "TransactionViewScreen(BuildContext)", "TransactionEditScreen(BuildContext)", "BankAccountScreenBuilder(BuildContext)", "BankAccountViewScreen(BuildContext)", "BankAccountEditScreen(BuildContext)", "PurchaseOrderScreenBuilder(BuildContext)", "PurchaseOrderViewScreen(BuildContext)", "PurchaseOrderEditScreen(BuildContext)", "PurchaseOrderEmailScreen(BuildContext)", "PurchaseOrderPdfScreen(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)", "~(String,int?)", "MapBuilder()", "~(int,int,int)", "MapBuilder()", "MapBuilder()", "Uint8List(@,@)", "Future(SharedPreferences)", "MapBuilder()", "MapBuilder()", "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,LoadSchedulesFailure)", "String(String,LoadTransactionRulesFailure)", "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)", "MapBuilder()", "UserCompanyState(int)", "MapBuilder()", "MapBuilder()", "~(Blob?)", "SelectableEntity?(@)", "bool(Element2)", "~(List)", "MapBuilder()", "~(UserCompanyEntity)", "~(UserCompanyState)", "~([Future<@>?])", "MapBuilder()", "ListBuilder()", "MapBuilder()", "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)", "@(@,@)", "String(String?,ArchiveBankAccountsSuccess)", "String(String?,DeleteBankAccountsSuccess)", "bool(Node1)", "Element2(Node1)", "~(Element2)", "Transaction(@,String)", "String(String?,SortBankAccounts)", "String(String?,FilterBankAccounts)", "String(String?,FilterBankAccountsByState)", "String(String?,FilterBankAccountsByCustom1)", "String(String?,FilterBankAccountsByCustom2)", "String(String?,FilterBankAccountsByCustom3)", "String(String?,FilterBankAccountsByCustom4)", "MapBuilder()", "BankAccountEntity(BankAccountEntity?,UpdateBankAccount)", "MapBuilder()", "BankAccountEntity(BankAccountEntity?,RestoreBankAccountsSuccess)", "BankAccountEntity(BankAccountEntity?,ArchiveBankAccountsSuccess)", "BankAccountEntity(BankAccountEntity?,DeleteBankAccountsSuccess)", "MapBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "List(BuiltMap,BuiltList,StaticState,BuiltMap,String?)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "BankAccountEntity(@)", "ListBuilder()", "ListBuilder>()", "~(Uint8List)", "ListBuilder()", "_MergClientPicker(BuildContext)", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "Null(BuiltList)", "ListBuilder()", "Future(RandomAccessFile,int)", "FontFamily(@)", "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)", "Completer?(Completer?,EditClient)", "Completer?(Completer?,EditClient)", "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)", "Future(int)", "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)", "ListBuilder()", "Uint8List(Object?)", "List(BuiltMap,BuiltList,BuiltMap,StaticState)", "List()", "ListBuilder()", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,ListUIState,BuiltMap,StaticState)", "ListBuilder()", "ClientEntity(@)", "UserCompanyStateBuilder(UserCompanyStateBuilder)", "UserCompanyEntity(UserCompanyEntity?,SaveEInvoiceCertificateSuccess)", "JsFunction(@)", "UserCompanyEntity(UserCompanyEntity?,UpdateReportSettings)", "ListBuilder()", "UserCompanyEntity(UserCompanyEntity?,SaveAuthUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,ConnectOAuthUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,ConnecGmailUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,DisconnectOAuthUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,DisconnectOAuthMailerSuccess)", "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)", "ProductEntity(String)", "ListBuilder()", "ClientEntity(String)", "bool(ClientEntity)", "ListBuilder()", "JsArray<@>(@)", "PaymentEntity(String)", "~(@,StackTrace)", "ProjectEntity(String)", "ListBuilder()", "ListBuilder()", "Future<@>(@)", "int(BaseEntity?,BaseEntity?)", "Map()", "InvoiceHistoryEntity?(ActivityEntity)", "InvitationEntity(InvitationEntity)", "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)", "_Future<@>(@)", "JsObject(@)", "InvoiceItemEntity(InvoiceItemEntity)", "List(BuiltMap,BuiltList,ListUIState,String?,bool)", "double(String,BuiltMap)", "~(String,GatewayOptionsEntity)", "EntityStats(String,BuiltMap)", "~(String,CompanyGatewayEntity)", "_Future<@>?()", "Future<~>([JavaScriptObject?])", "~(Object)", "~(int,@)", "FontAsset(@)", "~(Country)", "CountryPickerDialog(BuildContext,~(~()))", "StatefulBuilder(BuildContext)", "Country()", "Column(BuildContext,int)", "CreditUIStateBuilder(CreditUIStateBuilder)", "bool(bool?,ViewCredit)", "bool(bool?,ViewCreditList)", "bool(bool?,FilterCreditsByState)", "bool(bool?,FilterCreditsByStatus)", "bool(bool?,FilterCredits)", "bool(bool?,FilterCreditsByCustom1)", "bool(bool?,FilterCreditsByCustom2)", "bool(bool?,FilterCreditsByCustom3)", "bool(bool?,FilterCreditsByCustom4)", "int?(int?,UpdateCreditTab)", "String?(String?,ShowPdfCredit)", "int?(int?,EditCredit)", "int?(int?,EditCreditItem)", "String(String?,ArchiveCreditsSuccess)", "String(String?,DeleteCreditsSuccess)", "String?(String?,ViewCredit)", "String(String?,AddCreditSuccess)", "String(String?,ShowEmailCredit)", "String(String?,ShowPdfCredit)", "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)", "String(NumberSymbols)", "InvoiceEntity(InvoiceEntity?,MoveCreditItem)", "InvoiceEntity(InvoiceEntity?,DeleteCreditItem)", "InvoiceEntity(InvoiceEntity?,UpdateCreditItem)", "InvoiceEntity(InvoiceEntity?,UpdateCreditClient)", "InvoiceEntity(InvoiceEntity?,RestoreCreditsSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveCreditsSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteCreditsSuccess)", "InvoiceEntity(InvoiceEntity?,AddCreditContact)", "InvoiceEntity(InvoiceEntity?,RemoveCreditContact)", "String?(NumberSymbols)", "_DateFormatLiteralField(String,DateFormat)", "_DateFormatPatternField(String,DateFormat)", "Null(~(Codec))", "_DateFormatQuotedField(String,DateFormat)", "bool(_DateFormatField)", "List(BuiltMap,BuiltMap,BuiltMap,BuiltList,String,BuiltMap,List)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,ListUIState,BuiltMap)", "DateTime(int,int,int,int,int,int,int,bool)", "RegExp()", "Null(FrameInfo)", "DashboardUIStateBuilder(DashboardUIStateBuilder)", "BuiltMap>(BuiltMap>,UpdateDashboardSelection)", "SKProductDiscountWrapper(@)", "BuiltMap>(BuiltMap>,SelectCompany)", "EntityType?(EntityType?,UpdateDashboardEntityType)", "bool?(bool?,UpdateDashboardSidebar)", "~(PointerMoveEvent)", "SKProductWrapper(@)", "SKPaymentTransactionWrapper(@)", "AppStorePurchaseDetails(SKPaymentTransactionWrapper)", "bool(SKPaymentTransactionWrapper)", "SurfaceScene()", "~(String,Duration)", "~(PointerUpEvent)", "AppStoreProductDetails(SKProductWrapper)", "List(BuiltMap,String)", "GooglePlayPurchaseDetails(String)", "Future(GooglePlayPurchaseDetails)", "List(BuiltMap,BuiltMap)", "GooglePlayPurchaseDetails(GooglePlayPurchaseDetails)", "List(BuiltMap,BuiltMap)", "List(PurchasesResultWrapper)", "List(BuiltMap,BuiltMap)", "List(BuiltMap,BuiltMap)", "String(PurchasesResultWrapper)", "bool(PurchasesResultWrapper)", "String(ProductDetails)", "List(ProductDetailsWrapper)", "List(ProductDetailsResponseWrapper)", "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)", "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)", "Future(BillingClient)", "Future>(PurchasesResultWrapper)", "List(BuiltMap,BuiltList,ListUIState)", "DesignEntity(@)", "IndentingBuiltValueToStringHelper(String)", "PricingPhaseWrapper(@)", "ListBuilder()", "ListMultimapBuilder()", "PurchaseWrapper(@)", "MapBuilder()", "Null(Uint8List?)", "DocumentUIStateBuilder(DocumentUIStateBuilder)", "bool(bool?,ViewDocument)", "bool(bool?,ViewDocumentList)", "bool(bool?,FilterDocumentsByState)", "bool(bool?,FilterDocumentsByStatus)", "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?,FilterDocumentsByStatus)", "String(String?,FilterDocumentsByCustom1)", "String(String?,FilterDocumentsByCustom2)", "String(String?,FilterDocumentsByCustom3)", "String(String?,FilterDocumentsByCustom4)", "DocumentEntity(DocumentEntity?,UpdateDocument)", "~(Size?)", "SetBuilder()", "ProductDetailsWrapper(@)", "SubscriptionOfferDetailsWrapper(@)", "Map(ProductWrapper)", "~(PurchasesResultWrapper)", "~(int,IfdValue)", "MediaType()", "String(List)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "SetMultimapBuilder()", "InvoiceItemEntity(BaseEntity)", "bool(Color)", "Object()", "int(String)", "bool(String,String)", "ExpenseUIStateBuilder(ExpenseUIStateBuilder)", "bool(bool?,ViewExpense)", "bool(bool?,ViewExpenseList)", "bool(bool?,FilterExpensesByState)", "bool(bool?,FilterExpensesByStatus)", "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)", "Future(Client0)", "String?(RegExpMatch)", "Null(~())", "MapEntry(MapEntry)", "Rule()", "InvoiceEntity?(ExpenseEntity,BuiltMap)", "String?(int)", "~(Rule)", "List(BuiltMap,String?)", "Null(List,JavaScriptObject)", "Map>()", "bool(Selector)", "bool(Set)", "Null(BuiltList)", "ExpenseCategoryUIStateBuilder(ExpenseCategoryUIStateBuilder)", "Completer?(Completer?,EditExpenseCategory)", "Completer?(Completer?,EditExpenseCategory)", "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)", "String(StringToken)", "~(Element)", "Null(GoogleAuthInitFailureError)", "List(BuiltMap,BuiltList,StaticState,BuiltMap,String)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "double(String,BuiltMap)", "Null(GoogleAuth)", "GoogleSignInTokenData(Map?)", "ExpenseCategoryEntity(@)", "GoogleSignInAccount?/(~)", "Future<~>(String,ByteData?,~(ByteData?)?)", "~(ToastFuture)", "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)", "IgnorePointer(BuildContext)", "int(StaggeredGridParentData,int)", "int(PaintRequest,PaintRequest)", "~(SlidableAutoCloseBarrierNotification)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "EntityStats(BuiltMap,String)", "~(SlidableAutoCloseNotification)", "SimpleDialogOption(EmailTemplate)", "InvoiceUIStateBuilder(InvoiceUIStateBuilder)", "bool(bool?,ViewInvoice)", "bool(bool?,ViewInvoiceList)", "bool(bool?,FilterInvoicesByState)", "bool(bool?,FilterInvoicesByStatus)", "bool(bool?,FilterInvoices)", "bool(bool?,FilterInvoicesByCustom1)", "bool(bool?,FilterInvoicesByCustom2)", "bool(bool?,FilterInvoicesByCustom3)", "bool(bool?,FilterInvoicesByCustom4)", "int?(int?,UpdateInvoiceTab)", "String?(String?,ShowPdfInvoice)", "int?(int?,EditInvoice)", "int?(int?,EditInvoiceItem)", "String(String?,ArchiveInvoicesSuccess)", "String(String?,DeleteInvoicesSuccess)", "String?(String?,ViewInvoice)", "String(String?,AddInvoiceSuccess)", "String(String?,ShowEmailInvoice)", "String(String?,ShowPdfInvoice)", "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)", "Flexible(Widget)", "InvoiceEntity(InvoiceEntity?,MoveInvoiceItem)", "InvoiceEntity(InvoiceEntity?,DeleteInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateInvoiceClient)", "InvoiceEntity(InvoiceEntity?,RestoreInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,AddInvoiceContact)", "InvoiceEntity(InvoiceEntity?,RemoveInvoiceContact)", "SynchronousFuture()", "~(String,DateSymbols)", "bool(String,BuiltMap)", "InvoiceEntity?(InvoiceEntity,BuiltMap)", "List(BuiltMap,BuiltMap,BuiltMap,BuiltList,String,BuiltMap,List,String?)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,ListUIState,BuiltMap,String?)", "SynchronousFuture()", "SynchronousFuture()", "Widget(Color)", "Null(BuiltList)", "PaymentUIStateBuilder(PaymentUIStateBuilder)", "bool(bool?,ViewPayment)", "bool(bool?,ViewPaymentList)", "bool(bool?,FilterPaymentsByState)", "bool(bool?,FilterPaymentsByStatus)", "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?,FilterPaymentsByStatus)", "String(String?,FilterPaymentsByCustom1)", "String(String?,FilterPaymentsByCustom2)", "String(String?,FilterPaymentsByCustom3)", "String(String?,FilterPaymentsByCustom4)", "PaymentEntity(PaymentEntity?,RestorePaymentsSuccess)", "PaymentEntity(PaymentEntity?,ArchivePaymentsSuccess)", "PaymentEntity(PaymentEntity?,DeletePaymentsSuccess)", "PaymentEntity(PaymentEntity?,UpdatePayment)", "String(PaymentEntity)", "List(List)", "bool(String,PaymentEntity)", "Future(CacheObject?)", "~(RedoTextIntent)", "~(UndoTextIntent)", "Map()", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,BuiltMap,ListUIState)", "EntityStats(String,BuiltMap,BuiltMap)", "PaymentEntity(@)", "~(TapAndPanGestureRecognizer)", "TapAndPanGestureRecognizer()", "~(TapAndHorizontalDragGestureRecognizer)", "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)", "TapAndHorizontalDragGestureRecognizer()", "List(_TableElementRow)", "num(int?)", "RenderBox(Element0)", "List(BuiltMap,BuiltList)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "Iterable(_TableElementRow)", "SimpleDialogOption(String)", "bool(List)", "bool(_TableElementRow)", "Element0(Widget)", "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)", "_TableElementRow(TableRow)", "Decoration?(TableRow)", "List(BuiltMap,BuiltList,BuiltMap)", "List(BuiltMap)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,BuiltMap)", "ProductEntity(@)", "bool(TableRow)", "Element0?()", "~(RenderBox)", "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)", "Completer?(Completer?,EditProject)", "Completer?(Completer?,EditProject)", "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)", "String(ProjectEntity)", "_SingleChildViewport(BuildContext,ViewportOffset)", "bool(String,ProjectEntity)", "Object?()", "int(TaskEntity?,TaskEntity?)", "List<_ActivatorIntentPair>()", "List(BuiltMap,BuiltList,BuiltMap,BuiltMap,String?)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,BuiltMap,BuiltMap)", "~(ShortcutActivator,Intent)", "~(String,ProjectEntity)", "ProjectEntity(@)", "PurchaseOrderUIStateBuilder(PurchaseOrderUIStateBuilder)", "bool(bool?,ViewPurchaseOrder)", "bool(bool?,ViewPurchaseOrderList)", "bool(bool?,FilterPurchaseOrdersByState)", "bool(bool?,FilterPurchaseOrdersByStatus)", "bool(bool?,FilterPurchaseOrders)", "bool(bool?,FilterPurchaseOrdersByCustom1)", "bool(bool?,FilterPurchaseOrdersByCustom2)", "bool(bool?,FilterPurchaseOrdersByCustom3)", "bool(bool?,FilterPurchaseOrdersByCustom4)", "int?(int?,UpdatePurchaseOrderTab)", "String?(String?,ShowPdfPurchaseOrder)", "int?(int?,EditPurchaseOrder)", "int?(int?,EditPurchaseOrderItem)", "String(String?,ArchivePurchaseOrdersSuccess)", "String(String?,DeletePurchaseOrdersSuccess)", "String?(String?,ViewPurchaseOrder)", "String(String?,AddPurchaseOrderSuccess)", "String(String?,ShowEmailPurchaseOrder)", "String(String?,ShowPdfPurchaseOrder)", "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)", "List(LogicalKeyboardKey)", "InvoiceEntity(InvoiceEntity?,MovePurchaseOrderItem)", "InvoiceEntity(InvoiceEntity?,DeletePurchaseOrderItem)", "InvoiceEntity(InvoiceEntity?,UpdatePurchaseOrderItem)", "InvoiceEntity(InvoiceEntity?,UpdatePurchaseOrderVendor)", "InvoiceEntity(InvoiceEntity?,RestorePurchaseOrdersSuccess)", "InvoiceEntity(InvoiceEntity?,ArchivePurchaseOrdersSuccess)", "InvoiceEntity(InvoiceEntity?,DeletePurchaseOrdersSuccess)", "InvoiceEntity(InvoiceEntity?,AddPurchaseOrderContact)", "InvoiceEntity(InvoiceEntity?,RemovePurchaseOrderContact)", "int(_PersistedSurfaceMatch,_PersistedSurfaceMatch)", "bool(Selectable)", "List(BuiltMap,BuiltList,StaticState,BuiltMap,BuiltMap,BuiltMap,String)", "bool(Rect)", "QuoteUIStateBuilder(QuoteUIStateBuilder)", "bool(bool?,ViewQuote)", "bool(bool?,ViewQuoteList)", "bool(bool?,FilterQuotesByState)", "bool(bool?,FilterQuotesByStatus)", "bool(bool?,FilterQuotes)", "bool(bool?,FilterQuotesByCustom1)", "bool(bool?,FilterQuotesByCustom2)", "bool(bool?,FilterQuotesByCustom3)", "bool(bool?,FilterQuotesByCustom4)", "int?(int?,UpdateQuoteTab)", "String?(String?,ShowPdfQuote)", "int?(int?,EditQuote)", "int?(int?,EditQuoteItem)", "String(String?,ArchiveQuotesSuccess)", "String(String?,DeleteQuotesSuccess)", "String?(String?,ViewQuote)", "String(String?,AddQuoteSuccess)", "String(String?,ShowEmailQuote)", "String(String?,ShowPdfQuote)", "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)", "Rect(Rect)", "InvoiceEntity(InvoiceEntity?,MoveQuoteItem)", "InvoiceEntity(InvoiceEntity?,DeleteQuoteItem)", "InvoiceEntity(InvoiceEntity?,UpdateQuoteItem)", "InvoiceEntity(InvoiceEntity?,UpdateQuoteClient)", "InvoiceEntity(InvoiceEntity?,RestoreQuotesSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveQuotesSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteQuotesSuccess)", "InvoiceEntity(InvoiceEntity?,AddQuoteContact)", "InvoiceEntity(InvoiceEntity?,RemoveQuoteContact)", "Set(Set,Set)", "int(Selectable,Selectable)", "List(BuiltMap,BuiltMap,BuiltMap,BuiltList,String,BuiltMap,List)", "RecurringExpenseUIStateBuilder(RecurringExpenseUIStateBuilder)", "bool(bool?,ViewRecurringExpense)", "bool(bool?,ViewRecurringExpenseList)", "bool(bool?,FilterRecurringExpensesByState)", "bool(bool?,FilterRecurringExpensesByStatus)", "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?,FilterRecurringExpensesByStatus)", "String(String?,FilterRecurringExpensesByCustom1)", "String(String?,FilterRecurringExpensesByCustom2)", "String(String?,FilterRecurringExpensesByCustom3)", "String(String?,FilterRecurringExpensesByCustom4)", "ExpenseEntity(ExpenseEntity?,RestoreRecurringExpensesSuccess)", "ExpenseEntity(ExpenseEntity?,ArchiveRecurringExpensesSuccess)", "ExpenseEntity(ExpenseEntity?,DeleteRecurringExpensesSuccess)", "ExpenseEntity(ExpenseEntity?,UpdateRecurringExpense)", "~(_TrackTapGestureRecognizer)", "_TrackTapGestureRecognizer()", "RecurringInvoiceUIStateBuilder(RecurringInvoiceUIStateBuilder)", "bool(bool?,ViewRecurringInvoice)", "bool(bool?,ViewRecurringInvoiceList)", "bool(bool?,FilterRecurringInvoicesByState)", "bool(bool?,FilterRecurringInvoicesByStatus)", "bool(bool?,FilterRecurringInvoices)", "bool(bool?,FilterRecurringInvoicesByCustom1)", "bool(bool?,FilterRecurringInvoicesByCustom2)", "bool(bool?,FilterRecurringInvoicesByCustom3)", "bool(bool?,FilterRecurringInvoicesByCustom4)", "int?(int?,UpdateRecurringInvoiceTab)", "String?(String?,ShowPdfRecurringInvoice)", "int?(int?,EditRecurringInvoice)", "int?(int?,EditRecurringInvoiceItem)", "String(String?,ArchiveRecurringInvoicesSuccess)", "String(String?,DeleteRecurringInvoicesSuccess)", "String?(String?,ViewRecurringInvoice)", "String(String?,AddRecurringInvoiceSuccess)", "String(String?,ShowEmailRecurringInvoice)", "String(String?,ShowPdfRecurringInvoice)", "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)", "~(_ThumbPressGestureRecognizer)", "InvoiceEntity(InvoiceEntity?,MoveRecurringInvoiceItem)", "InvoiceEntity(InvoiceEntity?,DeleteRecurringInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateRecurringInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateRecurringInvoiceClient)", "InvoiceEntity(InvoiceEntity?,RestoreRecurringInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveRecurringInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteRecurringInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,AddRecurringInvoiceContact)", "InvoiceEntity(InvoiceEntity?,RemoveRecurringInvoiceContact)", "_ThumbPressGestureRecognizer()", "bool(ScrollMetrics?)", "List(SelectionState,BuiltMap,BuiltMap,BuiltMap,BuiltList,ListUIState,BuiltMap)", "Null(List<~>)", "int?(Widget,int)", "Widget?(BuildContext,int)", "bool(ScrollUpdateNotification)", "Null(BuiltList)", "ScheduleUIStateBuilder(ScheduleUIStateBuilder)", "bool(bool?,ViewSchedule)", "bool(bool?,ViewScheduleList)", "bool(bool?,FilterSchedulesByState)", "bool(bool?,FilterSchedules)", "bool(bool?,FilterSchedulesByCustom1)", "bool(bool?,FilterSchedulesByCustom2)", "bool(bool?,FilterSchedulesByCustom3)", "bool(bool?,FilterSchedulesByCustom4)", "int?(int?,UpdateScheduleTab)", "String(String?,ArchiveSchedulesSuccess)", "String(String?,DeleteSchedulesSuccess)", "String(String?,SortSchedules)", "String(String?,FilterSchedules)", "String(String?,FilterSchedulesByState)", "String(String?,FilterSchedulesByCustom1)", "String(String?,FilterSchedulesByCustom2)", "String(String?,FilterSchedulesByCustom3)", "String(String?,FilterSchedulesByCustom4)", "ScheduleEntity(ScheduleEntity?,RestoreSchedulesSuccess)", "ScheduleEntity(ScheduleEntity?,ArchiveSchedulesSuccess)", "ScheduleEntity(ScheduleEntity?,DeleteSchedulesSuccess)", "ScheduleEntity(ScheduleEntity?,UpdateSchedule)", "Widget(BuildContext,ViewportOffset)", "MacOSScrollViewFlingVelocityTracker(PointerEvent)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "ScheduleEntity(@)", "IOSScrollViewFlingVelocityTracker(PointerEvent)", "~(String?,List)", "Null(UserCompanyEntity)", "Null(BaseEntity)", "SettingsUIState(SettingsUIState,ViewSettings)", "TextElement2(String)", "SettingsUIState(SettingsUIState,UpdateCompany)", "SettingsUIState(SettingsUIState,UpdateSettings)", "SettingsUIState(SettingsUIState,UpdateUserSettings)", "SettingsUIState(SettingsUIState,ResetSettings)", "SettingsUIState(SettingsUIState,SaveCompanySuccess)", "SettingsUIState(SettingsUIState,DeleteDocumentSuccess)", "SettingsUIState(SettingsUIState,SaveGroupSuccess)", "SettingsUIState(SettingsUIState,SaveClientSuccess)", "SettingsUIState(SettingsUIState,SaveAuthUserSuccess)", "SettingsUIState(SettingsUIState,ConnectOAuthUserSuccess)", "SettingsUIState(SettingsUIState,DisconnectOAuthUserSuccess)", "SettingsUIState(SettingsUIState,DisconnectOAuthMailerSuccess)", "SettingsUIState(SettingsUIState,FilterSettings)", "SettingsUIState(SettingsUIState,ClearSettingsFilter)", "SettingsUIState(SettingsUIState,UpdateSettingsTab)", "SettingsUIState(SettingsUIState,UpdateSettingsTemplate)", "SettingsUIState(SettingsUIState,UpdatedSettingUI)", "SettingsUIState(SettingsUIState,ToggleShowNewSettings)", "SettingsUIState(SettingsUIState,ToggleShowPdfPreview)", "StaticStateBuilder(StaticStateBuilder)", "CurrencyEntity(@)", "SizeEntity(@)", "IndustryEntity(@)", "TimezoneEntity(@)", "DateFormatEntity(@)", "LanguageEntity(@)", "PaymentTypeEntity(@)", "CountryEntity(@)", "GatewayEntity(@)", "List(BuiltMap)", "Map(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "BuiltMap(List<@>)", "FontEntity(@)", "IgnorePointer(BuildContext,Widget?)", "Actions(BuildContext)", "RestorationScope(BuildContext,Widget?)", "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)", "double(TextElement2)", "SynchronousFuture(bool)", "~(RestorableProperty)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "SubscriptionEntity(@)", "int(BaseEntity,BaseEntity)", "Null(RestorationBucket?)", "~(_DragInfo,Offset,Offset)", "~(Size,Offset)", "Null(BuiltList)", "TaskUIStateBuilder(TaskUIStateBuilder)", "bool(bool?,ViewTask)", "bool(bool?,ViewTaskList)", "bool(bool?,FilterTasksByState)", "bool(bool?,FilterTasksByStatus)", "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)", "String(TaskEntity)", "Future<~>(PointerEvent)", "bool(String,TaskEntity)", "PlatformViewSurface(BuildContext,PlatformViewController)", "List(BuiltMap,String?,BuiltMap,BuiltMap,BuiltMap)", "_HtmlElementViewController(PlatformViewCreationParams)", "Viewport(BuildContext,ViewportOffset)", "TaskEntity(@)", "ClipRect(BuildContext,Widget?)", "~(BoxConstraints)", "RenderBox(int)", "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)", "int(int?)", "_RenderTheaterMarker()", "RenderBox?()", "List(BuiltList,BuiltMap)", "List(BuiltMap,BuiltList,StaticState,BuiltMap)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "int(String,BuiltMap)", "MapEntry>(@,@)", "TaskStatusEntity(@)", "_RouteEntry(Route<@>)", "bool(OverlayEntry)", "bool(Route<@>?)", "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)", "CacheInfoRepository(bool)", "TaxRateEntity(TaxRateEntity?,RestoreTaxRatesSuccess)", "TaxRateEntity(TaxRateEntity?,ArchiveTaxRatesSuccess)", "TaxRateEntity(TaxRateEntity?,DeleteTaxRatesSuccess)", "TaxRateEntity(TaxRateEntity?,UpdateTaxRate)", "Null(BuildContext,MagnifierController,ValueNotifier)", "Null(Map)", "Map(Map)", "Map(List<@>)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "Future<@>(_Pending)", "BorderRadiusTween(@)", "TextStyleTween(@)", "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)", "Matrix4Tween(@)", "BoxConstraintsTween(@)", "~(Object,StackTrace?)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "TokenEntity(@)", "IconTheme(BuildContext)", "bool(_HeroFlight)", "bool(Point[double?])", "Widget(BuildContext,Animation0,HeroFlightDirection,BuildContext,BuildContext)", "TransactionUIStateBuilder(TransactionUIStateBuilder)", "bool(bool?,ViewTransaction)", "bool(bool?,ViewTransactionList)", "bool(bool?,FilterTransactionsByState)", "bool(bool?,FilterTransactionsByStatus)", "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?,FilterTransactionsByStatus)", "String(String?,FilterTransactionsByCustom1)", "String(String?,FilterTransactionsByCustom2)", "String(String?,FilterTransactionsByCustom3)", "String(String?,FilterTransactionsByCustom4)", "TransactionEntity(TransactionEntity?,RestoreTransactionsSuccess)", "TransactionEntity(TransactionEntity?,ArchiveTransactionsSuccess)", "TransactionEntity(TransactionEntity?,DeleteTransactionsSuccess)", "TransactionEntity(TransactionEntity?,UpdateTransaction)", "~(_HeroFlight)", "bool(Point,double,double)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,ListUIState)", "TransactionEntity(@)", "~(StatefulElement,Object)", "~(RenderSemanticsGestureHandler)", "~(ScaleGestureRecognizer)", "Null(BuiltList)", "TransactionRuleUIStateBuilder(TransactionRuleUIStateBuilder)", "bool(bool?,ViewTransactionRule)", "bool(bool?,ViewTransactionRuleList)", "bool(bool?,FilterTransactionRulesByState)", "bool(bool?,FilterTransactionRules)", "bool(bool?,FilterTransactionRulesByCustom1)", "bool(bool?,FilterTransactionRulesByCustom2)", "bool(bool?,FilterTransactionRulesByCustom3)", "bool(bool?,FilterTransactionRulesByCustom4)", "int?(int?,UpdateTransactionRuleTab)", "String(String?,ArchiveTransactionRulesSuccess)", "String(String?,DeleteTransactionRulesSuccess)", "String(String?,SortTransactionRules)", "String(String?,FilterTransactionRules)", "String(String?,FilterTransactionRulesByState)", "String(String?,FilterTransactionRulesByCustom1)", "String(String?,FilterTransactionRulesByCustom2)", "String(String?,FilterTransactionRulesByCustom3)", "String(String?,FilterTransactionRulesByCustom4)", "TransactionRuleEntity(TransactionRuleEntity?,RestoreTransactionRulesSuccess)", "TransactionRuleEntity(TransactionRuleEntity?,ArchiveTransactionRulesSuccess)", "TransactionRuleEntity(TransactionRuleEntity?,DeleteTransactionRulesSuccess)", "TransactionRuleEntity(TransactionRuleEntity?,UpdateTransactionRule)", "String(int?)", "ScaleGestureRecognizer()", "@(@,String)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "TransactionRuleEntity(@)", "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)", "~(DoubleTapGestureRecognizer)", "BuiltMap(BuiltMap,ToggleViewerLayout)", "DoubleTapGestureRecognizer()", "double(double,UpdateUserPreferences)", "bool(bool,DismissGatewayWarningPermanently)", "bool(bool,DismissReviewAppPermanently)", "Object?(int,Element0?)", "Element0?(Element0)", "AppLayout(AppLayout,UpdateUserPreferences)", "ModuleLayout?(ModuleLayout?,UpdateUserPreferences)", "ModuleLayout(ModuleLayout?,SwitchListTableLayout)", "int(int,UpdateUserPreferences)", "DiagnosticsProperty(Element0)", "bool(FormFieldState<@>)", "BuiltList(BuiltList,UpdateUserPreferences)", "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)", "bool(_ReadingOrderSortData)", "CompanyPrefStateBuilder(CompanyPrefStateBuilder)", "BuiltList(BuiltList,PurgeDataSuccess)", "BuiltList(BuiltList,PopLastHistory)", "List<_ReadingOrderSortData>(_ReadingOrderSortData,Iterable<_ReadingOrderSortData>)", "BuiltList(BuiltList,UpdateLastHistory)", "int(HistoryRecordBuilder)", "BuiltList(BuiltList,ViewDashboard)", "BuiltList(BuiltList,ViewReports)", "BuiltList(BuiltList,ViewSettings)", "BuiltList(BuiltList,ViewClient)", "BuiltList(BuiltList,ViewClientList)", "BuiltList(BuiltList,EditClient)", "BuiltList(BuiltList,ViewProduct)", "BuiltList(BuiltList,ViewProductList)", "BuiltList(BuiltList,EditProduct)", "BuiltList(BuiltList,ViewInvoice)", "BuiltList(BuiltList,ViewInvoiceList)", "BuiltList(BuiltList,EditInvoice)", "BuiltList(BuiltList,ViewPayment)", "BuiltList(BuiltList,ViewPaymentList)", "BuiltList(BuiltList,EditPayment)", "BuiltList(BuiltList,ViewQuote)", "BuiltList(BuiltList,ViewQuoteList)", "BuiltList(BuiltList,EditQuote)", "BuiltList(BuiltList,ViewTask)", "BuiltList(BuiltList,ViewTaskList)", "BuiltList(BuiltList,EditTask)", "BuiltList(BuiltList,ViewProject)", "BuiltList(BuiltList,ViewProjectList)", "BuiltList(BuiltList,EditProject)", "BuiltList(BuiltList,ViewVendor)", "BuiltList(BuiltList,ViewVendorList)", "BuiltList(BuiltList,EditVendor)", "BuiltList(BuiltList,ViewExpense)", "BuiltList(BuiltList,ViewExpenseList)", "BuiltList(BuiltList,EditExpense)", "BuiltList(BuiltList,ViewCompanyGateway)", "BuiltList(BuiltList,ViewCompanyGatewayList)", "BuiltList(BuiltList,EditCompanyGateway)", "BuiltList(BuiltList,ViewUser)", "BuiltList(BuiltList,ViewUserList)", "BuiltList(BuiltList,EditUser)", "BuiltList(BuiltList,ViewGroup)", "BuiltList(BuiltList,ViewGroupList)", "BuiltList(BuiltList,EditGroup)", "BuiltList(BuiltList,ViewSchedule)", "BuiltList(BuiltList,ViewScheduleList)", "BuiltList(BuiltList,EditSchedule)", "BuiltList(BuiltList,ViewTransactionRule)", "BuiltList(BuiltList,ViewTransactionRuleList)", "BuiltList(BuiltList,EditTransactionRule)", "BuiltList(BuiltList,ViewTransaction)", "BuiltList(BuiltList,ViewTransactionList)", "BuiltList(BuiltList,EditTransaction)", "BuiltList(BuiltList,ViewBankAccount)", "BuiltList(BuiltList,ViewBankAccountList)", "BuiltList(BuiltList,ViewPurchaseOrder)", "BuiltList(BuiltList,ViewPurchaseOrderList)", "BuiltList(BuiltList,EditPurchaseOrder)", "BuiltList(BuiltList,ViewRecurringExpense)", "BuiltList(BuiltList,ViewRecurringExpenseList)", "BuiltList(BuiltList,EditRecurringExpense)", "BuiltList(BuiltList,ViewSubscription)", "BuiltList(BuiltList,ViewSubscriptionList)", "BuiltList(BuiltList,EditSubscription)", "BuiltList(BuiltList,ViewTaskStatus)", "BuiltList(BuiltList,ViewTaskStatusList)", "BuiltList(BuiltList,EditTaskStatus)", "BuiltList(BuiltList,ViewExpenseCategory)", "BuiltList(BuiltList,ViewExpenseCategoryList)", "BuiltList(BuiltList,EditExpenseCategory)", "BuiltList(BuiltList,ViewRecurringInvoice)", "BuiltList(BuiltList,ViewRecurringInvoiceList)", "BuiltList(BuiltList,EditRecurringInvoice)", "BuiltList(BuiltList,ViewWebhook)", "BuiltList(BuiltList,ViewWebhookList)", "BuiltList(BuiltList,EditWebhook)", "BuiltList(BuiltList,ViewToken)", "BuiltList(BuiltList,ViewTokenList)", "BuiltList(BuiltList,EditToken)", "BuiltList(BuiltList,ViewPaymentTerm)", "BuiltList(BuiltList,ViewPaymentTermList)", "BuiltList(BuiltList,EditPaymentTerm)", "BuiltList(BuiltList,EditDesign)", "BuiltList(BuiltList,ViewCredit)", "BuiltList(BuiltList,ViewCreditList)", "BuiltList(BuiltList,EditCredit)", "BuiltList(BuiltList,ViewDocument)", "BuiltList(BuiltList,ViewDocumentList)", "BuiltList(BuiltList,EditDocument)", "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)", "int(_ReadingOrderDirectionalGroupData,_ReadingOrderDirectionalGroupData)", "Rect(_ReadingOrderSortData)", "List(BuildContext)", "Null(List?)", "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)", "Set(_ReadingOrderSortData)", "bool(TraversalDirection)", "Color0?(int?)", "int(OverlayGroup)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,String)", "bool(_DirectionalPolicyDataEntry)", "~(_FocusTraversalGroupInfo)", "bool(KeyMessage)", "DiagnosticsNode(FocusNode)", "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)", "Completer?(Completer?,EditVendor)", "Completer?(Completer?,EditVendor)", "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)", "~(_LineRendererElement)", "Future<~>(JavaScriptObject,JavaScriptObject)", "bool(HitTestEntry)", "List(BuiltMap,BuiltList,BuiltMap,StaticState)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,BuiltMap,StaticState)", "EntityStats(String,BuiltMap)", "~(String,VendorEntity)", "double(String,String,BuiltMap,BuiltList)", "VendorEntity(@)", "CompositedTransformTarget(BuildContext,ViewportOffset)", "bool(TextEditingValue?,TextEditingValue)", "~(TextEditingValue)", "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)", "~(JavaScriptObject,JavaScriptObject)", "Future<~>(PasteTextIntent)", "bool(Pattern[int])", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "WebhookEntity(@)", "~(String?,String?)", "TextEditingValue(TextEditingValue,TextInputFormatter)", "~(EntityAction?)", "~(UpdateSelectionIntent)", "~(ExtendSelectionByPageIntent)", "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)", "~(ScrollIntent)", "~(ScrollToDocumentBoundaryIntent)", "BottomAppBar(BuildContext,Store)", "Palette(Palette())", "~(ReplaceTextIntent)", "BuiltList?(Store)", "Container(BuildContext,BuiltList?)", "CheckboxListTile(String)", "~(TransposeCharactersIntent)", "ConfirmEmail(BuildContext,ConfirmEmailVM)", "Null(BuildContext,String,String?,String?)", "Padding(TextButton)", "MultiSelectList(BuildContext)", "@(List)", "~(Layer0)", "Padding(MapEntry)", "_DraggableSheetExtent()", "Future<~>(DropDoneDetails)", "LayoutBuilder(BuildContext,double,Widget?)", "DocumentTile(DocumentEntity)", "Rect(DisplayFeature)", "Container(BuildContext,String)", "Text(BuildContext,String,Object?)", "DefaultSelectionStyle(BuildContext)", "Future>(Map)", "Future<~>(@)", "Future<~>(double)", "Future()", "ClipPath(BuildContext)", "StatefulWidget(EntityAction?)", "StatelessWidget(EntityAction?)", "bool(KeepAliveNotification)", "EntityDropdownDialog(BuildContext)", "Null(SelectableEntity[bool])", "@(BuildContext,Completer<@>)", "~(SelectionModelType)", "List(TextEditingValue)", "SelectableEntity?(String?)", "AutofillClient()", "bool(AutofillClient)", "CompositedTransformFollower(BuildContext)", "~(AutocompleteNextOptionIntent)", "Widget(BuildContext,~(SelectableEntity),Iterable)", "Builder(BuildContext,int)", "EntityAutocompleteListTile(BuildContext,int)", "PopupMenuButton(BuildContext,int)", "~(String,ChartBehavior0<@>)", "List>(BuildContext)", "PopupMenuItem(EntityType)", "~(AutocompletePreviousOptionIntent)", "Container(String?)", "~(Color)", "~(ChartStateBehavior>,AnimationController)", "Widget(LegendEntry<@>)", "RegisteredFont?(ByteBuffer,String,String)", "List>(BuildContext)", "PopupMenuItem(int)", "Padding(Widget)", "DataRow(String)", "int(TableRow)", "Padding(int)", "Route<@>?(RouteSettings)", "bool(Widget)", "HistoryDrawer(BuildContext,AppDrawerVM)", "Widget(_ChildEntry)", "BaseEntity?(InvitationEntity)", "~(EmailTemplate?)", "~(_ChildEntry)", "~(Action)", "List(SelectionRect)", "~(TaxRateEntity?)", "DropdownMenuItem(TaxRateEntity?)", "List<@>(String)", "double(num)", "List(List)", "String(EntityStatus)", "List()", "RawKeyEventData()", "ListTile(BuildContext,BoxConstraints)", "Future<~>(Timer)", "Widget(BuildContext,Store)", "~(RawKeyEvent)", "Future>(@)", "Widget(CompanyEntity{showAccentColor:bool})", "PopupMenuItem(CompanyEntity)", "List(BuildContext)", "DropdownMenuItem(CompanyEntity)", "Future<~>(ByteData?,~(ByteData?))", "Future(String?)", "List(Size)", "ContactUsDialog(BuildContext)", "UpdateDialog(BuildContext)", "Stream()", "HealthCheckDialog(BuildContext)", "TextInputConfiguration(AutofillClient)", "MenuDrawer(BuildContext,MenuDrawerVM)", "Map(TextInputConfiguration)", "Null(BuildContext,int,CompanyEntity)", "_TheState()", "Stack(BuildContext,BoxConstraints)", "Widget(@)", "List>(BuildContext)", "AssetMetadata(Map)", "_SelectRow()", "~(PhoneNumber)", "String?(PhoneNumber?)", "ByteData(ByteData?)", "~(SemanticsAction,~(Object?))", "ExpansionPanel(SystemLogEntity)", "ListTile(BuildContext,bool)", "DataCell(DataColumn)", "DataRow?()", "~(SemanticsTag)", "Column(BuildContext,BoxConstraints)", "DataCell(String)", "Column()", "SemanticsNode(int)", "DataColumn(String)", "BaseEntity(String)", "int(SemanticsNode)", "DiagnosticsNode(SemanticsNode)", "~(List)", "MapEntry(PurchaseDetails)", "int(ProductDetails,ProductDetails)", "ListTile(ProductDetails)", "TextButton(String)", "SemanticsNode(_TraversalSortNode)", "Container(BuildContext,Store)", "LoginView(BuildContext,LoginVM)", "Null({context!BuildContext,isSignUp:bool})", "~(SemanticsNode)", "ChartContainerRenderObject<@>()", "~(SemanticsActionEvent)", "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)", "~(int,_FrameCallbackEntry)", "~(FrameTiming)", "BankAccountScreen(BuildContext,BankAccountScreenVM)", "bool(RenderSliver)", "BankAccountEditVM(Store)", "BankAccountEdit(BuildContext,BankAccountEditVM)", "BankAccountViewVM(Store)", "BankAccountView(BuildContext,BankAccountViewVM)", "Future(Blob)", "EntityList(BuildContext,ClientListVM)", "ClientListItem(BuildContext,int)", "Null(Response?)", "~(CkCanvas)", "bool(SliverHitTestResult{crossAxisPosition!double,mainAxisPosition!double})", "TransformLayer?(PaintingContext,Offset)", "ClientPdfVM(Store)", "ClientPdfView(BuildContext,ClientPdfVM)", "String(ClientContactEntity)", "ClientScreen(BuildContext,ClientScreenVM)", "ContactEditDetails(BuildContext)", "ContactListTile0(ClientContactEntity)", "ClientEditContactsVM(Store)", "ClientEditContacts(BuildContext,ClientEditContactsVM)", "OneSequenceGestureRecognizer(Factory)", "Null(ClientContactEntity,int)", "ClientEditVM(Store)", "ClientEdit(BuildContext,ClientEditVM)", "@(ClientEntity)", "Map(WebDropItem)", "bool(_SelectableFragment)", "~(_SelectableFragment)", "~(List<_InterestingSemanticsFragment>{isMergeUp:bool})", "bool(MouseTrackerAnnotation)", "~(ClientContactEntity)", "WebDropItem(Map<@,@>)", "~(MouseTrackerAnnotation,Matrix40)", "MouseCursor0(MouseTrackerAnnotation)", "Row(ClientContactEntity)", "bool(LedgerEntity)", "ViewClipChain()", "Rect(Rect?,TextBox)", "ClientViewVM(Store)", "ClientView(BuildContext,ClientViewVM)", "XFile(WebDropItem)", "CompanyGatewayListItem(String)", "CompanyGatewayList(BuildContext,CompanyGatewayListVM)", "~(DropEvent)", "CompanyGatewayEntity(String)", "CompanyGatewayScreen(BuildContext,CompanyGatewayScreenVM)", "bool(InlineSpanSemanticsInformation)", "~(TextSelection)", "DirectoryNode?(DirectoryNode,bool)", "GatewayConfigField(String)", "RealNode?(DirectoryNode,bool)", "FileNode()", "CompanyGatewayEditVM(Store)", "CompanyGatewayEdit(BuildContext,CompanyGatewayEditVM)", "Future(String)", "CompanyGatewayViewVM(Store)", "CompanyGatewayView(BuildContext,CompanyGatewayViewVM)", "EmailCreditVM(Store)", "InvoiceEmailView(BuildContext,EmailCreditVM)", "double?()", "EntityList(BuildContext,CreditListVM)", "CreditListItem(BuildContext,int)", "CreditPdfVM(Store)", "InvoicePdfView(BuildContext,CreditPdfVM)", "CreditScreen(BuildContext,CreditScreenVM)", "Size()", "String(double,double,String)", "HitTestResult(Offset,int)", "CreditEditDetailsVM(Store)", "StatefulWidget(BuildContext,CreditEditDetailsVM)", "~(SemanticsUpdate0)", "DiagnosticsNode(InlineSpan)", "~(FileNode)", "CreditEditItemsVM(Store)", "StatefulWidget(BuildContext,CreditEditItemsVM)", "LineMetrics(LineMetrics)", "CreditEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,CreditEditNotesVM)", "CreditEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,CreditEditPDFVM)", "CreditEditVM(Store)", "CreditEdit(BuildContext,CreditEditVM)", "FileNode(FileNode)", "TextAlign()", "bool(int,bool)", "CreditViewVM(Store)", "InvoiceView(BuildContext,CreditViewVM)", "Path(BoxShadow)", "Rect(BoxShadow)", "~(SelectionModel<@>)", "bool(SeriesDatum<@>)", "~(SeriesDatum<@>)", "InkWell(ChartDataGroup)", "~(DateRange?)", "DropdownMenuItem(DateRangeComparison)", "~(DateRangeComparison?)", "DashboardDateRangePicker(BuildContext)", "Material(BuildContext,BoxConstraints)", "List>(BuildContext)", "PopupMenuItem(DateRange)", "~(DateRange)", "_DashboardSettings(BuildContext)", "Card(TaskEntity?)", "FormCard(DashboardField)", "Paint(BoxShadow)", "~(ImageChunkEvent)?(ImageStreamListener)", "~(Object,StackTrace?)?(ImageStreamListener)", "Null(AssetManifest)", "Future<~>(Object,StackTrace?)", "~(ImageInfo?,bool)", "_LiveImage()", "_DashboardField(BuildContext)", "~(EntityType,List)", "bool(DashboardField)", "SettingsWizard(BuildContext)", "AccountEntityBuilder(AccountEntityBuilder)", "Widget(BuildContext,DashboardVM)", "@(DashboardSettings)", "Color(double)", "Null(EntityType,List?)", "bool(double)", "double(double,FlutterView)", "String(ShapeBorder)", "ShapeBorder(ShapeBorder)", "EdgeInsetsGeometry(EdgeInsetsGeometry,ShapeBorder)", "EntityList(BuildContext,DesignListVM)", "DesignListItem(BuildContext,int)", "DesignScreen(BuildContext,DesignScreenVM)", "~({debounce:bool})", "~(DesignEntity)", "~(Node2)", "Future(ImmutableBuffer{getTargetSize:TargetImageSize(int,int)?})", "CheckboxListTile(EntityType)", "_DesignImportDialog(BuildContext)", "DesignEditVM(Store)", "DesignEdit(BuildContext,DesignEditVM)", "Future(ImmutableBuffer{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "DesignViewVM(Store)", "DesignView(BuildContext,DesignViewVM)", "Widget(BuildContext,DocumentListVM)", "DocumentListItem(BuildContext,int)", "Node2?(DirectoryNode,String,Node2?,int,int)", "Future(Uint8List{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "TextTheme()", "~(File,Uint8List?,String?,Stream>?)", "DocumentScreen(BuildContext,DocumentScreenVM)", "Brightness()", "DocumentEditVM(Store)", "DocumentEdit(BuildContext,DocumentEditVM)", "DocumentViewVM(Store)", "DocumentView(BuildContext,DocumentViewVM)", "Future(String)", "BoxDecoration()", "Uint8List({seed:int})", "ExpenseEditVM(Store)", "ExpenseEdit(BuildContext,ExpenseEditVM)", "EntityList(BuildContext,ExpenseListVM)", "TickerFuture({from:double?})", "ExpenseScreen(BuildContext,ExpenseScreenVM)", "Padding(ExpenseScheduleEntity)", "ExpenseViewVM(Store)", "ExpenseView(BuildContext,ExpenseViewVM)", "ExpenseCategoryEditVM(Store)", "ExpenseCategoryEdit(BuildContext,ExpenseCategoryEditVM)", "EntityList(BuildContext,ExpenseCategoryListVM)", "TextStyle()", "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)", "Null(ClientContactEntity)", "Null(VendorContactEntity)", "Null(InvitationEntity)", "MergeSemantics(int)", "~(_HourMinuteMode)", "SingleChildScrollView(BuildContext,BoxConstraints)", "~(TimePickerEntryMode)", "InvoiceEditDetailsVM(Store)", "StatefulWidget(BuildContext,InvoiceEditDetailsVM)", "ItemEditDetails(BuildContext)", "Future<~>(Duration)", "Expanded(Widget)", "Text?(String)", "Expanded(Text?)", "Widget(String)", "List(TextEditingValue)", "String(ProductEntity)", "Theme(BuildContext,~(ProductEntity),Iterable)", "TimeOfDay()", "~({animation!Animation0,controller!AnimationController,max!double,min!double,target!double,tween!Tween})", "~(List<_TappableLabel>?)", "~(List<_TappableLabel>,double)", "Offset(double,double)", "InvoiceEditItemsVM(Store)", "StatefulWidget(BuildContext,InvoiceEditItemsVM)", "InvoiceEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,InvoiceEditNotesVM)", "InvoiceEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,InvoiceEditPDFVM)", "InvoiceEditVM(Store)", "InvoiceEdit(BuildContext,InvoiceEditVM)", "TimeOfDay(int)", "EmailInvoiceVM(Store)", "InvoiceEmailView(BuildContext,EmailInvoiceVM)", "EntityList(BuildContext,InvoiceListVM)", "DropdownMenuItem(InvoiceHistoryEntity)", "InvoicePdfVM(Store)", "InvoicePdfView(BuildContext,InvoicePdfVM)", "~(_AnimationDirection)", "InvoiceScreen(BuildContext,InvoiceScreenVM)", "bool(MapEntry>)", "_InvitationListTile(InvitationEntity)", "@(DocumentEntity)", "int(ActivityEntity,ActivityEntity)", "~(PaymentEntity?)", "MapEntry>(Object,ThemeExtension<@>)", "InvoiceItemListTile(BuildContext)", "Widget(String,double)", "~(String,double)", "Padding(InvoiceScheduleEntity)", "InvoiceViewVM(Store)", "InvoiceView(BuildContext,InvoiceViewVM)", "Null(BuildContext,DocumentEntity)", "~(BuildContext)(BuildContext)", "ThemeData()", "ThemeDataTween(@)", "UnmanagedRestorationScope(FormFieldState)", "PaymentEditVM(Store)", "PaymentEdit(BuildContext,PaymentEditVM)", "EntityList(BuildContext,PaymentListVM)", "InvoiceEntity?(PaymentableEntity)", "InputDecorator(BuildContext,Widget?)", "String(PaymentableEntity)", "Null(UniqueRef)", "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)", "Center(int)", "GlobalKey>(Widget)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,StaticState)", "ContactReportFields?(String)", "~(List,TextDirection,double)", "Animation0(bool)", "CreditItemReportFields?(String)", "Size(JavaScriptObject)", "bool(CreditItemReportFields)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "CreditReportFields?(String)", "bool(Set)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap)", "DocumentReportFields?(String)", "Align(BuildContext,Widget?)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "ExpenseReportFields?(String)", "~(DragEndDetails{isClosing:bool?})", "InvoiceItemReportFields?(String)", "Actions(BuildContext,Widget?)", "bool(InvoiceItemReportFields)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "InvoiceReportFields?(String)", "Material(BuildContext,Widget?)", "Widget(Widget,int,Animation0)", "TaxRateReportFields0?(String)", "bool(OverscrollIndicatorNotification)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "PaymentReportFields?(String)", "~(List,JavaScriptObject)", "TaxRateReportFields?(String)", "~(double,double)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "ProductReportFields?(String)", "FadeTransition(BuildContext,Widget?)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "ProfitAndLossReportFields?(String)", "PageTransitionsBuilder?(TargetPlatform)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "PurchaseOrderItemReportFields?(String)", "ShapeBorderTween(@)", "bool(PurchaseOrderItemReportFields)", "bool(LayoutChangedNotification)", "PurchaseOrderReportFields?(String)", "StatefulWidget?(BuildContext,MagnifierController,ValueNotifier)", "QuoteItemReportFields?(String)", "ListTileTheme(BuildContext)", "bool(QuoteItemReportFields)", "QuoteReportFields?(String)", "Color?(Color?,Color?,Color?[Color?])", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "RecurringExpenseReportFields?(String)", "double(@)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "RecurringInvoiceReportFields?(String)", "CkCanvas(CkPictureRecorder)", "Color(_HighlightType)", "String(@,int?)", "bool(InkHighlight?)", "Rect()?(RenderBox)", "DateTime?(@,int?)", "String(String,Color)", "Null(BuildContext,EntityAction)", "Expanded(BuildContext)", "DropdownButtonHideUnderline(BuildContext)", "ReportColumnType(String)", "@(String,String)", "List(TextEditingValue)", "bool(List)", "String?(List)", "Theme(BuildContext,~(String),Iterable)", "ReportsScreen(BuildContext,ReportsScreenVM)", "Null(String?,bool)", "Null(int,bool)", "Null(BuildContext,BuiltMap)", "RenderObjectWidget(Widget)", "Null({chart:String?,customEndDate:String?,customStartDate:String?,group:String?,report:String?,selectedGroup:String?,subgroup:String?})", "~(List)", "GroupTotals(ReportResult?,ReportsUIState,ReportSettingsEntity?,BuiltMap,CompanyEntity?)", "~(ButtonActivateIntent)", "TaskItemReportFields?(String)", "~(ActivateIntent)", "TaskReportFields?(String)", "Widget(BuildContext,Animation0,Animation0)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "TransactionReportFields?(String)", "~(EditingState?,TextEditingDeltaState?)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "VendorReportFields?(String)", "Flex(BuildContext)", "DropdownMenuItem(EntityType)", "ScheduleEditVM(Store)", "ScheduleEdit(BuildContext,ScheduleEditVM)", "EntityList(BuildContext,ScheduleListVM)", "ScheduleListItem(BuildContext,int)", "ScheduleScreen(BuildContext,ScheduleScreenVM)", "ScheduleViewVM(Store)", "ScheduleView(BuildContext,ScheduleViewVM)", "CheckboxListTile(int)", "bool?(CompanyEntityBuilder)", "AccountManagement(BuildContext,AccountManagementVM)", "Form()", "Null(BuildContext,String,String,String)", "CalendarDatePicker()", "Row(RegistrationFieldEntity)", "RegistrationFieldEntityBuilder(RegistrationFieldEntityBuilder)", "ClientPortal(BuildContext,ClientPortalVM)", "Rect()(RenderBox)", "TableRow(int)", "CompanyDetails(BuildContext,CompanyDetailsVM)", "Null(BuildContext,MultipartFile)", "CreditCardsAndBanks(BuildContext,CreditCardsAndBanksVM)", "~(String,JavaScriptObject)", "CustomFields(BuildContext,CustomFieldsVM)", "DataVisualizations(BuildContext,DataVisualizationsVM)", "Widget(BuildContext,AsyncSnapshot<@>)", "ListTile(BuildContext)", "~(MapBuilder)", "FormColorPicker(String)", "BorderSide(Set)", "DeviceSettings(BuildContext,DeviceSettingsVM)", "~(DirectionalFocusIntent)", "~(PreviousFocusIntent)", "~(int,bool(FlutterHtmlKeyboardEvent))", "Null(BuildContext,double)", "Future(BuildContext,AppLayout)", "Null(BuildContext,BuiltMap)", "EmailSettings(BuildContext,EmailSettingsVM)", "bool(int,int)", "Null(MultipartFile)", "ExpenseSettings(BuildContext,ExpenseSettingsVM)", "~(NextFocusIntent)", "~(List,JavaScriptObject)", "GeneratedNumbers(BuildContext,GeneratedNumbersVM)", "Set>(PreImportResponse?)", "~(ImportType?)", "InteractiveInkFeatureFactory?(ButtonStyle?)", "DropdownMenuItem(ExportType)", "ImportExport(BuildContext,ImportExportVM)", "Tab(String)", "InvoiceDesign(BuildContext,InvoiceDesignVM)", "Null(BuildContext,List)", "_AddCompanyDialog(BuildContext)", "LocalizationSettings(BuildContext,LocalizationSettingsVM)", "PaymentSettings(BuildContext,PaymentSettingsVM)", "ProductSettings(BuildContext,ProductSettingsVM)", "List(String)", "SettingsList(BuildContext,SettingsListVM)", "Null(BuildContext,String,int?)", "SettingsScreen(BuildContext,SettingsScreenVM)", "TaskSettings(BuildContext,TaskSettingsVM)", "AlignmentGeometry?(ButtonStyle?)", "Column(String)", "bool?(ButtonStyle?)", "Row(String)", "Duration?(ButtonStyle?)", "MaterialTapTargetSize?(ButtonStyle?)", "_EditSubregionDialog(BuildContext)", "TaxSettings(BuildContext,TaxSettingsVM)", "bool(EmailTemplate)", "DropdownMenuItem(EmailTemplate)", "VisualDensity?(ButtonStyle?)", "TemplatesAndReminders(BuildContext,TemplatesAndRemindersVM)", "Null(EmailTemplate)", "Color?(ButtonStyle?)", "Future(GroupEntity)", "Future(ClientEntity)", "MouseCursor0?(ButtonStyle?)", "MouseCursor0?(Set)", "UserDetails(BuildContext,UserDetailsVM)", "@(UserEntity)", "MaterialStateProperty?(ButtonStyle?)", "WorkflowSettings(BuildContext,WorkflowSettingsVM)", "~(Iterable)", "MaterialStateProperty?(ButtonStyle?)", "SubscriptionEditVM(Store)", "SubscriptionEdit(BuildContext,SubscriptionEditVM)", "EntityList(BuildContext,SubscriptionListVM)", "SubscriptionListItem(BuildContext,int)", "SubscriptionScreen(BuildContext,SubscriptionScreenVM)", "SubscriptionViewVM(Store)", "SubscriptionView(BuildContext,SubscriptionViewVM)", "~(BuildContext[EntityAction?])", "Row(TaskTime)", "MaterialStateProperty?(ButtonStyle?)", "MaterialStateProperty?(ButtonStyle?)", "TaskEditDetailsVM(Store)", "StatefulWidget(BuildContext,TaskEditDetailsVM)", "Null(TaskTime,int)", "TimeEditDetails(BuildContext)", "TaskEditTimesVM(Store)", "TaskEditTimes(BuildContext,TaskEditTimesVM)", "Null(TaskTime?,int)", "TaskEditVM(Store)", "TaskEdit(BuildContext,TaskEditVM)", "~(String,List)", "BoardList(String)", "Null(Completer,String)", "0^?(MaterialStateProperty<0^>?(ButtonStyle?))", "BoardItem(TaskEntity)", "~(int?,int?,BoardItemState)", "~(int?,int?,int?,int?,BoardItemState)", "KanbanView(BuildContext,KanbanVM)", "Null(Completer,List?,Map>?)", "Null(Completer,String,String,int)", "Null(Completer,String,String,String,int)", "0^?(0^?(ButtonStyle?))", "EntityList(BuildContext,TaskListVM)", "TaskScreen(BuildContext,TaskScreenVM)", "TaskViewVM(Store)", "TaskView(BuildContext,TaskViewVM)", "Null(BuildContext[TaskTime?])", "TaskStatusEditVM(Store)", "TaskStatusEdit(BuildContext,TaskStatusEditVM)", "TaskStatusListItem(String)", "TaskStatusList(BuildContext,TaskStatusListVM)", "TaskStatusEntity(String)", "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)", "Padding(ExpenseEntity)", "double(_Diagonal)", "TransactionScreen(BuildContext,TransactionScreenVM)", "bool(TransactionEntity)", "EntityListTile(InvoiceEntity)", "~(InvoiceEntity?)", "String(InvoiceEntity?)", "bool(ExpenseCategoryEntity)", "int(ExpenseCategoryEntity?,ExpenseCategoryEntity?)", "bool(VendorEntity)", "int(VendorEntity?,VendorEntity?)", "~(ExpenseEntity?)", "~(ScrollNotification)", "~(LineBreakType,int)", "TransactionViewVM(Store)", "TransactionView(BuildContext,TransactionViewVM)", "String(TransactionEntity)", "MaterialPageRoute<0^>(RouteSettings,Widget(BuildContext))", "~(LayoutFragment)", "Widget(BuildContext,~())", "TransactionRuleEditVM(Store)", "TransactionRuleEdit(BuildContext,TransactionRuleEditVM)", "EntityList(BuildContext,TransactionRuleListVM)", "TransactionRuleListItem(BuildContext,int)", "TransactionRuleScreen(BuildContext,TransactionRuleScreenVM)", "TransactionRuleViewVM(Store)", "TransactionRuleView(BuildContext,TransactionRuleViewVM)", "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)", "~(VendorContactEntity)", "Row(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)", "MaterialRectArcTween(Rect?,Rect?)", "FieldConfirmation(BuildContext)", "SimpleDialogOption(InvoiceEntity)", "CupertinoDesktopTextSelectionToolbarButton(ContextMenuButtonItem)", "DesktopTextSelectionToolbarButton(ContextMenuButtonItem)", "_ButtonSanitizer()", "EditorToolbar(BuildContext)", "ImageFormatToolbar(BuildContext)", "~(String,double?)", "CupertinoTextSelectionToolbarButton(ContextMenuButtonItem)", "AndroidTextEditingFloatingToolbar(BuildContext)", "IOSTextEditingFloatingToolbar(BuildContext)", "MouseRegion(BuildContext,ScrollController)", "AnimatedSwitcher(BuildContext,Object?,Widget?)", "Text(BuildContext)", "List(BuildContext,_ActionLevel)", "SizedBox(BuildContext,Offset?,Widget?)", "IFrameElement(int)", "Null(AuthenticationResult)", "~(Linkifier)", "WillPopScope(BuildContext)", "Logger()", "String(Node3?)", "BlockSemantics(BuildContext)", "~(ListItem)", "bool(RegExp)", "LinkReference()", "MaterialPageRoute<~>(RouteSettings)", "List>(NavigatorState,String)", "bool(Node3)", "Localizations(BuildContext,int)", "Null(String[String?])", "String(Node3)", "~(ParagraphLine)", "Widget(BuildContext,Widget,ImageChunkEvent?)", "Offset(int)", "double(double,RenderBox)", "Widget(BuildContext,BoxValueConstraints)", "SizedBox(BuildContext,Widget?)", "String(String?)", "String?([String?])", "MouseRegion(FormFieldState)", "_PinItem(int)", "Widget(int)", "Center(BuildContext,int?,Widget?)", "FontLoadError?()", "Null(Event)", "LayoutBuilder(BuildContext,AsyncSnapshot<_LicenseData>)", "_LicenseData(_LicenseData)", "GestureDetector(BuildContext,int)", "PdfPageFormat()", "PdfPreviewCustom(BuildContext)", "~(Image1)", "@(Object?,@,@(@))", "AnimatedSwitcher(BuildContext,AsyncSnapshot)", "~(ButtonState)", "_LicenseData(_LicenseData,LicenseEntry)", "Map(SentryPackage)", "MapEntry(String,@)", "String(AppleIDAuthorizationScopes)", "int(_Line)", "LicensePage(BuildContext)", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry>)", "SourceSpanWithContext()", "String(String{color:Object?})", "List>(BuildContext)", "~(ReactiveModelImp<@>)", "~(StateStatus,Object?)", "TextAffinity()", "_CombiningGestureArenaMember()", "int(int,LinkifyElement)", "String(String,LinkifyElement)", "bool(LinkifyElement)", "ParagraphNode(AttributedText)", "Container(BuildContext,Widget?)", "~(DocumentSelectionChange)", "MouseRegion(BuildContext,Object?,Widget?)", "bool(SurfaceFrame,CkCanvas)", "_PointerState()", "~(HandleType,Offset)", "~(~(PointerEvent),Matrix40?)", "Map<~(PointerEvent),Matrix40?>()", "~(_TapTracker)", "AndroidDocumentTouchEditingControls(BuildContext)", "IosDocumentTouchEditingControls(BuildContext)", "Drag?()", "String(double)", "_PointerEventDescription?(PointerData)", "bool(PointerData)", "String(GlobalKey>)", "_Component(BuildContext,SingleColumnLayoutComponentViewModel)", "~(String,GlobalKey>)", "bool(DocumentNode)", "DocumentScrollable(BuildContext,BoxConstraints)", "SingleColumnDocumentLayout(~())", "SpanRange()", "TextSpan(MultiAttributionSpan)", "~(_TapTracker0)", "RenderObjectWidget(BuildContext,bool,Widget?)", "IOSCollapsedHandle(BuildContext,bool,Widget?)", "Widget(BuildContext,Offset?,Widget?)", "AndroidEditingOverlayControls(BuildContext)", "Future<+(String,FontLoadError?)>()", "~(RawFloatingCursorPoint)", "IOSEditingControls(BuildContext)", "double?(int)", "~(PointerDataPacket)", "bool(bool?)", "~(AppLifecycleState)", "_GestureArena()", "int(Comparable<@>,Comparable<@>)", "List(String,List)", "0^(0^,0^)", "Size?(Size?,Size?,double)", "double?(num?,num?,double)", "Color?(Color?,Color?,double)", "~(String,FileSystemOp)", "Widget(BuildContext,Offset,bool,Widget)", "~(FlutterErrorDetails{forceReport:bool})", "DiagnosticsNode(String)", "StackFrame?(String)", "double(double,double,double)", "Widget(BuildContext,Animation0,Animation0,Widget)", "bool?(bool?,bool?,double)", "String(GestureArenaMember)", "Widget(BuildContext,Widget)", "OutlinedBorder?(OutlinedBorder?,OutlinedBorder?,double)", "EdgeInsetsGeometry?(EdgeInsetsGeometry?,EdgeInsetsGeometry?,double)", "TextStyle?(TextStyle?,TextStyle?,double)", "int(_TaskEntry<@>,_TaskEntry<@>)", "bool({priority!int,scheduler!SchedulerBinding})", "String(ByteData)", "_AssetManifestBin(ByteData)", "List(String)", "Widget(Widget,Key,Widget,Key)", "Widget(Widget?,List)", "~(FocusNode{alignment:double?,alignmentPolicy:ScrollPositionAlignmentPolicy?,curve:Curve?,duration:Duration?})", "int(Element0,Element0)", "Widget(FlutterErrorDetails)", "IconThemeData(IconThemeData?,IconThemeData?,double)", "List>(NavigatorState,String)", "int(Widget,int)", "Widget(BuildContext,List,Widget(Color))", "Widget(Color,bool,~())", "Store<0^>(Store<0^>)", "LicenseParagraph()", "bool(DiagnosticsNode)", "~({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)", "BankAccountEntity(BankAccountEntity?,@)", "BankAccountEntity?(BankAccountEntity?,@)", "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)", "CompanyGatewayEntity(CompanyGatewayEntity?,@)", "CompanyGatewayEntity?(CompanyGatewayEntity?,@)", "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)", "EngineLineMetrics(ParagraphLine)", "~(Surface)", "InvoiceEntity(InvoiceEntity?,AddCreditItems)", "InvoiceEntity?(InvoiceEntity?,DeleteCreditItem)", "InvoiceEntity?(InvoiceEntity?,UpdateCreditItem)", "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,PurgeClientSuccess)", "CreditState(CreditState,MarkSentCreditSuccess)", "CreditState(CreditState,ArchiveCreditsSuccess)", "CreditState(CreditState,DeleteCreditsSuccess)", "CreditState(CreditState,RestoreCreditsSuccess)", "CreditState(CreditState,AddCreditSuccess)", "CreditState(CreditState,@)", "CreditState(CreditState,LoadCreditsSuccess)", "CreditState(CreditState,LoadCompanySuccess)", "DesignEntity(DesignEntity?,@)", "DesignEntity?(DesignEntity?,@)", "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,FilterDocumentsByStatus)", "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,AddDocumentSuccess)", "DocumentState(DocumentState,SaveDocumentSuccess)", "DocumentState(DocumentState,LoadDocumentSuccess)", "DocumentState(DocumentState,LoadDocumentsSuccess)", "DocumentState(DocumentState,LoadCompanySuccess)", "String(DiagnosticsNode)", "ErrorDescription(String)", "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,PurgeClientSuccess)", "ExpenseState(ExpenseState,ArchiveExpenseSuccess)", "ExpenseState(ExpenseState,DeleteExpenseSuccess)", "ExpenseState(ExpenseState,RestoreExpenseSuccess)", "ExpenseState(ExpenseState,AddExpenseSuccess)", "ExpenseState(ExpenseState,SaveExpenseSuccess)", "ExpenseState(ExpenseState,LoadExpenseSuccess)", "ExpenseState(ExpenseState,LoadExpensesSuccess)", "ExpenseState(ExpenseState,LoadCompanySuccess)", "ExpenseCategoryEntity(ExpenseCategoryEntity?,@)", "ExpenseCategoryEntity?(ExpenseCategoryEntity?,@)", "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)", "GroupEntity(GroupEntity?,@)", "GroupEntity?(GroupEntity?,@)", "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)", "InvoiceEntity?(InvoiceEntity?,DeleteInvoiceItem)", "InvoiceEntity?(InvoiceEntity?,UpdateInvoiceItem)", "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,PurgeClientSuccess)", "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)", "PaymentEntity(PaymentEntity?,@)", "PaymentEntity?(PaymentEntity?,@)", "ListUIState(ListUIState,ViewPaymentList)", "ListUIState(ListUIState,FilterPaymentsByCustom1)", "ListUIState(ListUIState,FilterPaymentsByCustom2)", "ListUIState(ListUIState,FilterPaymentsByCustom3)", "ListUIState(ListUIState,FilterPaymentsByCustom4)", "ListUIState(ListUIState,FilterPaymentsByState)", "ListUIState(ListUIState,FilterPaymentsByStatus)", "ListUIState(ListUIState,FilterPayments)", "ListUIState(ListUIState,SortPayments)", "ListUIState(ListUIState,StartPaymentMultiselect)", "ListUIState(ListUIState,AddToPaymentMultiselect)", "ListUIState(ListUIState,RemoveFromPaymentMultiselect)", "ListUIState(ListUIState,ClearPaymentMultiselect)", "PaymentState(PaymentState,PurgeClientSuccess)", "PaymentState(PaymentState,ArchivePaymentsSuccess)", "PaymentState(PaymentState,DeletePaymentsSuccess)", "PaymentState(PaymentState,RestorePaymentsSuccess)", "PaymentState(PaymentState,AddPaymentSuccess)", "PaymentState(PaymentState,SavePaymentSuccess)", "PaymentState(PaymentState,LoadPaymentSuccess)", "PaymentState(PaymentState,LoadPaymentsSuccess)", "PaymentState(PaymentState,LoadCompanySuccess)", "PaymentTermEntity(PaymentTermEntity?,@)", "PaymentTermEntity?(PaymentTermEntity?,@)", "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)", "ProductEntity(ProductEntity?,@)", "ProductEntity?(ProductEntity?,@)", "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,SetTaxCategoryProductsSuccess)", "ProductState(ProductState,AddProductSuccess)", "ProductState(ProductState,SaveProductSuccess)", "ProductState(ProductState,LoadProductSuccess)", "ProductState(ProductState,LoadProductsSuccess)", "ProductState(ProductState,LoadCompanySuccess)", "ProjectEntity(ProjectEntity?,@)", "ProjectEntity?(ProjectEntity?,@)", "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,PurgeClientSuccess)", "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)", "InvoiceEntity?(InvoiceEntity?,DeletePurchaseOrderItem)", "InvoiceEntity?(InvoiceEntity?,UpdatePurchaseOrderItem)", "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)", "InvoiceEntity?(InvoiceEntity?,DeleteQuoteItem)", "InvoiceEntity?(InvoiceEntity?,UpdateQuoteItem)", "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,PurgeClientSuccess)", "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,FilterRecurringExpensesByStatus)", "ListUIState(ListUIState,FilterRecurringExpenses)", "ListUIState(ListUIState,SortRecurringExpenses)", "ListUIState(ListUIState,StartRecurringExpenseMultiselect)", "ListUIState(ListUIState,AddToRecurringExpenseMultiselect)", "ListUIState(ListUIState,RemoveFromRecurringExpenseMultiselect)", "ListUIState(ListUIState,ClearRecurringExpenseMultiselect)", "RecurringExpenseState(RecurringExpenseState,PurgeClientSuccess)", "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)", "InvoiceEntity?(InvoiceEntity?,DeleteRecurringInvoiceItem)", "InvoiceEntity?(InvoiceEntity?,UpdateRecurringInvoiceItem)", "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,PurgeClientSuccess)", "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)", "ScheduleEntity(ScheduleEntity?,@)", "ScheduleEntity?(ScheduleEntity?,@)", "ListUIState(ListUIState,ViewScheduleList)", "ListUIState(ListUIState,FilterSchedulesByCustom1)", "ListUIState(ListUIState,FilterSchedulesByCustom2)", "ListUIState(ListUIState,FilterSchedulesByState)", "ListUIState(ListUIState,FilterSchedules)", "ListUIState(ListUIState,SortSchedules)", "ListUIState(ListUIState,StartScheduleMultiselect)", "ListUIState(ListUIState,AddToScheduleMultiselect)", "ListUIState(ListUIState,RemoveFromScheduleMultiselect)", "ListUIState(ListUIState,ClearScheduleMultiselect)", "ScheduleState(ScheduleState,ArchiveSchedulesSuccess)", "ScheduleState(ScheduleState,DeleteSchedulesSuccess)", "ScheduleState(ScheduleState,RestoreSchedulesSuccess)", "ScheduleState(ScheduleState,AddScheduleSuccess)", "ScheduleState(ScheduleState,SaveScheduleSuccess)", "ScheduleState(ScheduleState,LoadScheduleSuccess)", "ScheduleState(ScheduleState,LoadSchedulesSuccess)", "ScheduleState(ScheduleState,LoadCompanySuccess)", "StaticState(StaticState,LoadStaticSuccess)", "SubscriptionEntity(SubscriptionEntity?,@)", "SubscriptionEntity?(SubscriptionEntity?,@)", "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)", "TaskEntity(TaskEntity?,@)", "TaskEntity?(TaskEntity?,@)", "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,PurgeClientSuccess)", "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)", "TaskStatusEntity(TaskStatusEntity?,@)", "TaskStatusEntity?(TaskStatusEntity?,@)", "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)", "TaxRateEntity(TaxRateEntity?,@)", "TaxRateEntity?(TaxRateEntity?,@)", "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)", "TokenEntity(TokenEntity?,@)", "TokenEntity?(TokenEntity?,@)", "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)", "TransactionEntity(TransactionEntity?,@)", "TransactionEntity?(TransactionEntity?,@)", "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,ConvertTransactionsToExpensesSuccess)", "TransactionState(TransactionState,LinkTransactionToPaymentSuccess)", "TransactionState(TransactionState,LinkTransactionToExpenseSuccess)", "TransactionState(TransactionState,ConvertTransactionsSuccess)", "TransactionState(TransactionState,LoadTransactionSuccess)", "TransactionState(TransactionState,LoadTransactionsSuccess)", "TransactionState(TransactionState,LoadCompanySuccess)", "TransactionRuleEntity(TransactionRuleEntity?,@)", "TransactionRuleEntity?(TransactionRuleEntity?,@)", "ListUIState(ListUIState,ViewTransactionRuleList)", "ListUIState(ListUIState,FilterTransactionRulesByCustom1)", "ListUIState(ListUIState,FilterTransactionRulesByCustom2)", "ListUIState(ListUIState,FilterTransactionRulesByState)", "ListUIState(ListUIState,FilterTransactionRules)", "ListUIState(ListUIState,SortTransactionRules)", "ListUIState(ListUIState,StartTransactionRuleMultiselect)", "ListUIState(ListUIState,AddToTransactionRuleMultiselect)", "ListUIState(ListUIState,RemoveFromTransactionRuleMultiselect)", "ListUIState(ListUIState,ClearTransactionRuleMultiselect)", "TransactionRuleState(TransactionRuleState,ArchiveTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,DeleteTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,RestoreTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,AddTransactionRuleSuccess)", "TransactionRuleState(TransactionRuleState,SaveTransactionRuleSuccess)", "TransactionRuleState(TransactionRuleState,LoadTransactionRuleSuccess)", "TransactionRuleState(TransactionRuleState,LoadTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,LoadCompanySuccess)", "UserEntity(UserEntity?,@)", "UserEntity?(UserEntity?,@)", "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,ConnectOAuthUserSuccess)", "UserState(UserState,DisconnectOAuthUserSuccess)", "UserState(UserState,DisconnectOAuthMailerSuccess)", "UserState(UserState,ConnecGmailUserSuccess)", "UserState(UserState,LoadUserSuccess)", "UserState(UserState,LoadUsersSuccess)", "UserState(UserState,LoadCompanySuccess)", "VendorContactEntity(VendorContactEntity?,@)", "VendorEntity(VendorEntity?,@)", "VendorEntity?(VendorEntity?,@)", "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)", "WebhookEntity(WebhookEntity?,@)", "WebhookEntity?(WebhookEntity?,@)", "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)", "ScheduleListVM(Store)", "ScheduleScreenVM(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)", "TransactionRuleListVM(Store)", "TransactionRuleScreenVM(Store)", "UserListVM(Store)", "UserScreenVM(Store)", "VendorListVM(Store)", "VendorScreenVM(Store)", "WebhookListVM(Store)", "WebhookScreenVM(Store)", "Future()", "Widget(BuildContext,UnorderedListItemComponent)", "double(TextStyle,int)", "Widget(BuildContext,OrderedListItemComponent)", "bool(StackFrame)", "TextStyle(Set,TextStyle)", "SuperEditorLaunchLinkTapHandler(EditContext)", "Widget(BuildContext,Offset)", "Widget(BuildContext,AndroidEditingOverlayController,ToolbarConfig)", "bool(DiagnosticsNode?)", "TargetPlatform?()", "Widget(BuildContext,IOSEditingOverlayController)", "~(String?{wrapWidth:int?})", "GoogleSignInUserData?(Map?)", "bool(bool,StartLoading)", "bool(bool,StopLoading)", "bool(bool,StartSaving)", "bool(bool,StopSaving)", "String(String?,FilterTaxRatesByState)"], interceptorsByTag: null, leafTags: null, arrayRti: Symbol("$ti"), @@ -609572,8 +608875,8 @@ "4;domBlurListener,domFocusListener,element,semanticsNodeId": types => o => o instanceof A._Record_4_domBlurListener_domFocusListener_element_semanticsNodeId && A.pairwiseIsTest(types, o._values) } }; - A._Universe_addRules(init.typeUniverse, JSON.parse('{"PlainJavaScriptObject":"LegacyJavaScriptObject","UnknownJavaScriptObject":"LegacyJavaScriptObject","JavaScriptFunction":"LegacyJavaScriptObject","Promise0":"LegacyJavaScriptObject","BindConfiguration":"LegacyJavaScriptObject","Data":"LegacyJavaScriptObject","Boundary":"LegacyJavaScriptObject","ViewPort":"LegacyJavaScriptObject","Options":"LegacyJavaScriptObject","CroppieJS":"LegacyJavaScriptObject","AuthenticationResult0":"LegacyJavaScriptObject","AccountInfo":"LegacyJavaScriptObject","Configuration0":"LegacyJavaScriptObject","BrowserAuthOptions":"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","EndSessionPopupRequest":"LegacyJavaScriptObject","SilentRequest":"LegacyJavaScriptObject","RedirectRequest":"LegacyJavaScriptObject","PopupRequest0":"LegacyJavaScriptObject","CommonSilentFlowRequest":"LegacyJavaScriptObject","CommonAuthorizationUrlRequest0":"LegacyJavaScriptObject","CommonEndSessionRequest":"LegacyJavaScriptObject","JsError":"LegacyJavaScriptObject","Promise1":"LegacyJavaScriptObject","Array":"LegacyJavaScriptObject","Object0":"LegacyJavaScriptObject","Reflect":"LegacyJavaScriptObject","NodeCrypto":"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","PointerEvent0":"MouseEvent","VttCue":"TextTrackCue","CompositionEvent":"UIEvent","AbortPaymentEvent":"ExtendableEvent","DedicatedWorkerGlobalScope":"WorkerGlobalScope","FederatedCredential":"Credential","CDataSection":"CharacterData","Text2":"CharacterData","MidiInput":"MidiPort","MathMLElement":"Element2","HttpRequestUpload":"HttpRequestEventTarget","HtmlFormControlsCollection":"HtmlCollection","CssCharsetRule":"CssRule","CssMatrixComponent":"CssTransformComponent","CssStyleSheet":"StyleSheet","CssurlImageValue":"CssStyleValue","CssImageValue":"CssStyleValue","CssResourceValue":"CssStyleValue","CanvasCaptureMediaStreamTrack":"MediaStreamTrack","BackgroundFetchClickEvent":"BackgroundFetchEvent","CkImage":{"Image1":[]},"CkBrowserImageDecoder":{"Codec0":[]},"FontLoadError":{"Error":[]},"PersistedContainerSurface":{"PersistedSurface":[]},"EngineLineMetrics":{"LineMetrics":[]},"CkColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkBlendModeColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkMatrixColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkLinearToSrgbGammaColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkSrgbToLinearGammaColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkComposeColorFilter":{"CkManagedSkImageFilterConvertible":[]},"MutatorsStack":{"Iterable":["Mutator"],"Iterable.E":"Mutator"},"ImageCodecException":{"Exception":[]},"CkImageFilter":{"CkManagedSkImageFilterConvertible":[]},"_CkBlurImageFilter":{"CkManagedSkImageFilterConvertible":[]},"_CkMatrixImageFilter":{"CkManagedSkImageFilterConvertible":[]},"CkAnimatedImage":{"Codec0":[]},"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":[]},"PlatformViewLayer0":{"Layer":[]},"CkPaint":{"Paint":[]},"CkPath":{"Path":[]},"SimpleCkShader":{"CkShader":[]},"CkGradientLinear":{"CkShader":[]},"CkLineMetrics":{"LineMetrics":[]},"CanvasKitError":{"Error":[]},"HttpFetchResponseImpl":{"HttpFetchResponse":[]},"HttpFetchNoPayloadError":{"Exception":[]},"HttpFetchError":{"Exception":[]},"_DomListWrapper":{"Iterable":["1"],"Iterable.E":"1"},"_DomTouchListWrapper":{"Iterable":["1"],"Iterable.E":"1"},"FontNotFoundError":{"FontLoadError":[],"Error":[]},"FontDownloadError":{"FontLoadError":[],"Error":[]},"FontInvalidDataError":{"FontLoadError":[],"Error":[]},"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":[]},"PaintDrawOval":{"PaintCommand":[]},"PaintDrawCircle":{"PaintCommand":[]},"PaintDrawPath":{"PaintCommand":[]},"PaintDrawShadow":{"PaintCommand":[]},"PaintDrawImageRect":{"PaintCommand":[]},"PaintDrawParagraph":{"PaintCommand":[]},"PersistedScene":{"PersistedContainerSurface":[],"PersistedSurface":[]},"_BlurEngineImageFilter":{"EngineImageFilter":[]},"_MatrixEngineImageFilter":{"EngineImageFilter":[]},"EngineHtmlColorFilter":{"EngineImageFilter":[]},"ModeHtmlColorFilter":{"EngineImageFilter":[]},"PersistedLeafSurface":{"PersistedSurface":[]},"PersistedTransform":{"PersistedContainerSurface":[],"PersistedSurface":[],"TransformEngineLayer0":[]},"HtmlCodec":{"Codec0":[]},"HtmlBlobCodec":{"Codec0":[]},"SingleFrameInfo":{"FrameInfo":[]},"HtmlImage":{"Image1":[]},"BrowserImageDecoder":{"Codec0":[]},"AnimatedImageFrameInfo":{"FrameInfo":[]},"RouteName":{"RoleManager":[]},"Focusable":{"RoleManager":[]},"LabelAndValue":{"RoleManager":[]},"LiveRegion":{"RoleManager":[]},"SemanticsUpdate":{"SemanticsUpdate0":[]},"Tappable":{"RoleManager":[]},"_TypedDataBuffer":{"ListBase":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_IntBuffer":{"_TypedDataBuffer":["int"],"ListBase":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Uint8Buffer":{"_TypedDataBuffer":["int"],"ListBase":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListBase.E":"int","Iterable.E":"int","_TypedDataBuffer.E":"int"},"PlaceholderSpan":{"ParagraphSpan":[]},"ChildStyleNode":{"StyleNode":[]},"RootStyleNode":{"StyleNode":[]},"EllipsisFragment":{"LayoutFragment":[]},"EngineFlutterWindow":{"FlutterView":[]},"EngineSingletonFlutterWindow":{"FlutterView":[]},"HttpException":{"Exception":[]},"JSBool":{"bool":[],"TrustedGetRuntimeType":[]},"JSNull":{"Null":[],"TrustedGetRuntimeType":[]},"LegacyJavaScriptObject":{"JavaScriptObject":[],"AuthenticationResult0":[],"JsError":[],"PdfJsDoc":[],"PdfJsPage":[],"SignInResponseI":[]},"JSArray":{"List":["1"],"JavaScriptObject":[],"EfficientLengthIterable":["1"],"Iterable":["1"],"JSIndexable":["1"],"Iterable.E":"1"},"JSUnmodifiableArray":{"JSArray":["1"],"List":["1"],"JavaScriptObject":[],"EfficientLengthIterable":["1"],"Iterable":["1"],"JSIndexable":["1"],"Iterable.E":"1"},"JSNumber":{"double":[],"num":[],"Comparable":["num"]},"JSInt":{"double":[],"int":[],"num":[],"Comparable":["num"],"TrustedGetRuntimeType":[]},"JSNumNotInt":{"double":[],"num":[],"Comparable":["num"],"TrustedGetRuntimeType":[]},"JSString":{"String":[],"Comparable":["String"],"Pattern":[],"JSIndexable":["@"],"TrustedGetRuntimeType":[]},"_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":{"ListBase":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"]},"CastList":{"_CastListBase":["1","2"],"ListBase":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"ListBase.E":"2","Iterable.E":"2"},"CastSet":{"Set":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"CastMap":{"MapBase":["3","4"],"Map":["3","4"],"MapBase.V":"4","MapBase.K":"3"},"CastQueue":{"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"LateError":{"Error":[]},"CodeUnits":{"ListBase":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListBase.E":"int","Iterable.E":"int"},"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"},"EfficientLengthFollowedByIterable":{"FollowedByIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"WhereTypeIterable":{"Iterable":["1"],"Iterable.E":"1"},"UnmodifiableListBase":{"ListBase":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_ListIndicesIterable":{"ListIterable":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"Iterable.E":"int","ListIterable.E":"int"},"ListMapView":{"MapBase":["int","1"],"_UnmodifiableMapMixin":["int","1"],"Map":["int","1"],"MapBase.V":"1","MapBase.K":"int"},"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"]},"_KeysOrValues":{"Iterable":["1"],"Iterable.E":"1"},"GeneralConstantMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"ConstantSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"ConstantStringSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","SetBase.E":"1"},"GeneralConstantSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","SetBase.E":"1"},"Instantiation":{"Function":[]},"Instantiation1":{"Function":[]},"NullError":{"TypeError":[],"Error":[]},"JsNoSuchMethodError":{"Error":[]},"UnknownJsTypeError":{"Error":[]},"NullThrownFromJavaScriptException":{"Exception":[]},"_StackTrace":{"StackTrace":[]},"Closure":{"Function":[]},"Closure0Args":{"Function":[]},"Closure2Args":{"Function":[]},"TearOffClosure":{"Function":[]},"StaticClosure":{"Function":[]},"BoundClosure":{"Function":[]},"_CyclicInitializationError":{"Error":[]},"RuntimeError":{"Error":[]},"JsLinkedHashMap":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"LinkedHashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"JsIdentityLinkedHashMap":{"JsLinkedHashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"JsConstantLinkedHashMap":{"JsLinkedHashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"JSSyntaxRegExp":{"RegExp":[],"Pattern":[]},"_MatchImplementation":{"RegExpMatch":[],"Match":[]},"_AllMatchesIterable":{"Iterable":["RegExpMatch"],"Iterable.E":"RegExpMatch"},"StringMatch":{"Match":[]},"_StringAllMatchesIterable":{"Iterable":["Match"],"Iterable.E":"Match"},"NativeByteBuffer":{"JavaScriptObject":[],"ByteBuffer":[],"TrustedGetRuntimeType":[]},"NativeTypedData":{"JavaScriptObject":[],"TypedData":[]},"NativeByteData":{"JavaScriptObject":[],"ByteData":[],"TypedData":[],"TrustedGetRuntimeType":[]},"NativeTypedArray":{"JavaScriptIndexingBehavior":["1"],"JavaScriptObject":[],"TypedData":[],"JSIndexable":["1"]},"NativeTypedArrayOfDouble":{"ListBase":["double"],"JavaScriptIndexingBehavior":["double"],"List":["double"],"JavaScriptObject":[],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"]},"NativeTypedArrayOfInt":{"ListBase":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"]},"NativeFloat32List":{"NativeTypedArrayOfDouble":[],"ListBase":["double"],"Float32List":[],"JavaScriptIndexingBehavior":["double"],"List":["double"],"JavaScriptObject":[],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"],"TrustedGetRuntimeType":[],"ListBase.E":"double","Iterable.E":"double"},"NativeFloat64List":{"NativeTypedArrayOfDouble":[],"ListBase":["double"],"Float64List":[],"JavaScriptIndexingBehavior":["double"],"List":["double"],"JavaScriptObject":[],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"],"TrustedGetRuntimeType":[],"ListBase.E":"double","Iterable.E":"double"},"NativeInt16List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Int16List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeInt32List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Int32List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeInt8List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Int8List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeUint16List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Uint16List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeUint32List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Uint32List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeUint8ClampedList":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Uint8ClampedList":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeUint8List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Uint8List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.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"},"_HandleErrorStream":{"_ForwardingStream":["1","1"],"Stream":["1"],"Stream.T":"1","_ForwardingStream.S":"1","_ForwardingStream.T":"1"},"_EventSinkWrapper":{"EventSink":["1"]},"_SinkTransformerStreamSubscription":{"_BufferingStreamSubscription":["2"],"_BufferingStreamSubscription.T":"2"},"_BoundSinkStream":{"Stream":["2"],"Stream.T":"2"},"_StreamHandlerTransformer":{"_StreamSinkTransformer":["1","2"]},"_HashMap":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"_IdentityHashMap":{"_HashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"_CustomHashMap":{"_HashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"_HashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_LinkedCustomHashMap":{"JsLinkedHashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"_HashSet":{"_SetBase":["1"],"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","SetBase.E":"1"},"_LinkedHashSet":{"_SetBase":["1"],"SetBase":["1"],"LinkedHashSet":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","SetBase.E":"1"},"UnmodifiableListView":{"ListBase":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListBase.E":"1","Iterable.E":"1"},"LinkedList":{"Iterable":["1"],"Iterable.E":"1"},"ListBase":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"MapBase":{"Map":["1","2"]},"UnmodifiableMapBase":{"MapBase":["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":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_SetBase":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"SplayTreeMap":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"_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"],"_SplayTreeIterator.T":"1"},"_SplayTreeValueIterator":{"_SplayTreeIterator":["1","_SplayTreeMapNode<1,2>","2"],"_SplayTreeIterator.T":"2"},"_SplayTreeMapEntryIterator":{"_SplayTreeIterator":["1","_SplayTreeMapNode<1,2>","MapEntry<1,2>"],"_SplayTreeIterator.T":"MapEntry<1,2>"},"SplayTreeSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","SetBase.E":"1"},"Encoding":{"Codec":["String","List"]},"_JsonMap":{"MapBase":["String","@"],"Map":["String","@"],"MapBase.V":"@","MapBase.K":"String"},"_JsonMapKeyIterable":{"ListIterable":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"Iterable.E":"String","ListIterable.E":"String"},"_JsonDecoderSink":{"StringConversionSink":[]},"AsciiCodec":{"Encoding":[],"Codec":["String","List"],"Codec.S":"String","Codec.T":"List"},"_UnicodeSubsetEncoder":{"Converter":["String","List"]},"AsciiEncoder":{"Converter":["String","List"],"Converter.S":"String","Converter.T":"List"},"_UnicodeSubsetEncoderSink":{"StringConversionSink":[]},"_UnicodeSubsetDecoder":{"Converter":["List","String"]},"AsciiDecoder":{"Converter":["List","String"],"Converter.S":"List","Converter.T":"String"},"Base64Codec":{"Codec":["List","String"],"Codec.S":"List","Codec.T":"String"},"Base64Encoder":{"Converter":["List","String"],"Converter.S":"List","Converter.T":"String"},"Base64Decoder":{"Converter":["String","List"],"Converter.S":"String","Converter.T":"List"},"_Base64DecoderSink":{"StringConversionSink":[]},"_FusedCodec":{"Codec":["1","3"],"Codec.S":"1","Codec.T":"3"},"_FusedConverter":{"Converter":["1","3"],"Converter.S":"1","Converter.T":"3"},"HtmlEscape":{"Converter":["String","String"],"Converter.S":"String","Converter.T":"String"},"_HtmlEscapeSink":{"StringConversionSink":[]},"JsonUnsupportedObjectError":{"Error":[]},"JsonCyclicError":{"Error":[]},"JsonCodec":{"Codec":["Object?","String"],"Codec.S":"Object?","Codec.T":"String"},"JsonEncoder":{"Converter":["Object?","String"],"Converter.S":"Object?","Converter.T":"String"},"JsonUtf8Encoder":{"Converter":["Object?","List"],"Converter.S":"Object?","Converter.T":"List"},"JsonDecoder":{"Converter":["String","Object?"],"Converter.S":"String","Converter.T":"Object?"},"Latin1Codec":{"Encoding":[],"Codec":["String","List"],"Codec.S":"String","Codec.T":"List"},"Latin1Encoder":{"Converter":["String","List"],"Converter.S":"String","Converter.T":"List"},"Latin1Decoder":{"Converter":["List","String"],"Converter.S":"List","Converter.T":"String"},"_StringSinkConversionSink":{"StringConversionSink":[]},"_StringAdapterSink":{"StringConversionSink":[]},"Utf8Codec":{"Encoding":[],"Codec":["String","List"],"Codec.S":"String","Codec.T":"List"},"Utf8Encoder":{"Converter":["String","List"],"Converter.S":"String","Converter.T":"List"},"_Utf8EncoderSink":{"StringConversionSink":[]},"Utf8Decoder":{"Converter":["List","String"],"Converter.S":"List","Converter.T":"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"]},"AssertionError":{"Error":[]},"TypeError":{"Error":[]},"ArgumentError":{"Error":[]},"RangeError":{"Error":[]},"IndexError":{"Error":[]},"NoSuchMethodError":{"Error":[]},"UnsupportedError":{"Error":[]},"UnimplementedError":{"Error":[]},"StateError":{"Error":[]},"ConcurrentModificationError":{"Error":[]},"OutOfMemoryError":{"Error":[]},"StackOverflowError":{"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":[]},"BeforeUnloadEvent":{"Event":[],"JavaScriptObject":[]},"Blob":{"JavaScriptObject":[]},"CssRule":{"JavaScriptObject":[]},"Element2":{"Node1":[],"JavaScriptObject":[]},"Event":{"JavaScriptObject":[]},"File":{"Blob":[],"JavaScriptObject":[]},"Gamepad":{"JavaScriptObject":[]},"HttpRequest":{"JavaScriptObject":[]},"IFrameElement":{"Element2":[],"Node1":[],"JavaScriptObject":[]},"MimeType":{"JavaScriptObject":[]},"MouseEvent":{"Event":[],"JavaScriptObject":[]},"Node1":{"JavaScriptObject":[]},"Plugin":{"JavaScriptObject":[]},"ProgressEvent":{"Event":[],"JavaScriptObject":[]},"SourceBuffer":{"JavaScriptObject":[]},"SpeechGrammar":{"JavaScriptObject":[]},"SpeechRecognitionResult":{"JavaScriptObject":[]},"StyleSheet":{"JavaScriptObject":[]},"TextTrack":{"JavaScriptObject":[]},"TextTrackCue":{"JavaScriptObject":[]},"Touch":{"JavaScriptObject":[]},"HtmlElement":{"Element2":[],"Node1":[],"JavaScriptObject":[]},"AccessibleNodeList":{"JavaScriptObject":[]},"AnchorElement":{"Element2":[],"Node1":[],"JavaScriptObject":[]},"Animation":{"JavaScriptObject":[]},"ApplicationCacheErrorEvent":{"Event":[],"JavaScriptObject":[]},"AreaElement":{"Element2":[],"Node1":[],"JavaScriptObject":[]},"BackgroundFetchEvent":{"Event":[],"JavaScriptObject":[]},"BackgroundFetchRegistration":{"JavaScriptObject":[]},"BluetoothRemoteGattDescriptor":{"JavaScriptObject":[]},"ButtonElement":{"Element2":[],"Node1":[],"JavaScriptObject":[]},"CanvasElement":{"Element2":[],"Node1":[],"JavaScriptObject":[]},"CanvasRenderingContext2D":{"JavaScriptObject":[]},"CharacterData":{"Node1":[],"JavaScriptObject":[]},"Client":{"JavaScriptObject":[]},"Credential":{"JavaScriptObject":[]},"CssKeywordValue":{"JavaScriptObject":[]},"CssNumericValue":{"JavaScriptObject":[]},"CssPerspective":{"JavaScriptObject":[]},"CssStyleDeclaration":{"JavaScriptObject":[]},"CssStyleValue":{"JavaScriptObject":[]},"CssTransformComponent":{"JavaScriptObject":[]},"CssTransformValue":{"JavaScriptObject":[]},"CssUnitValue":{"JavaScriptObject":[]},"CssUnparsedValue":{"JavaScriptObject":[]},"DataElement":{"Element2":[],"Node1":[],"JavaScriptObject":[]},"DataTransferItemList":{"JavaScriptObject":[]},"DeprecationReport":{"JavaScriptObject":[]},"Document1":{"Node1":[],"JavaScriptObject":[]},"DomError":{"JavaScriptObject":[]},"DomException0":{"JavaScriptObject":[]},"DomRectList":{"ListBase":["Rectangle"],"ImmutableListMixin":["Rectangle"],"List":["Rectangle"],"JavaScriptIndexingBehavior":["Rectangle"],"JavaScriptObject":[],"EfficientLengthIterable":["Rectangle"],"Iterable":["Rectangle"],"JSIndexable":["Rectangle"],"ImmutableListMixin.E":"Rectangle","ListBase.E":"Rectangle","Iterable.E":"Rectangle"},"DomRectReadOnly0":{"JavaScriptObject":[],"Rectangle":["num"]},"DomStringList":{"ListBase":["String"],"ImmutableListMixin":["String"],"List":["String"],"JavaScriptIndexingBehavior":["String"],"JavaScriptObject":[],"EfficientLengthIterable":["String"],"Iterable":["String"],"JSIndexable":["String"],"ImmutableListMixin.E":"String","ListBase.E":"String","Iterable.E":"String"},"DomTokenList0":{"JavaScriptObject":[]},"_ChildrenElementList":{"ListBase":["Element2"],"List":["Element2"],"EfficientLengthIterable":["Element2"],"Iterable":["Element2"],"ListBase.E":"Element2","Iterable.E":"Element2"},"ErrorEvent":{"Event":[],"JavaScriptObject":[]},"EventTarget":{"JavaScriptObject":[]},"ExtendableEvent":{"Event":[],"JavaScriptObject":[]},"FileList":{"ListBase":["File"],"ImmutableListMixin":["File"],"List":["File"],"JavaScriptIndexingBehavior":["File"],"JavaScriptObject":[],"EfficientLengthIterable":["File"],"Iterable":["File"],"JSIndexable":["File"],"ImmutableListMixin.E":"File","ListBase.E":"File","Iterable.E":"File"},"FileReader":{"JavaScriptObject":[]},"FileWriter":{"JavaScriptObject":[]},"FontFaceSet":{"JavaScriptObject":[]},"FormElement":{"Element2":[],"Node1":[],"JavaScriptObject":[]},"GamepadButton":{"JavaScriptObject":[]},"History":{"JavaScriptObject":[]},"HtmlCollection":{"ListBase":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"JavaScriptObject":[],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListBase.E":"Node1","Iterable.E":"Node1"},"HtmlDocument":{"Document1":[],"Node1":[],"JavaScriptObject":[]},"HttpRequestEventTarget":{"JavaScriptObject":[]},"ImageData":{"JavaScriptObject":[]},"InputElement":{"Element2":[],"Node1":[],"JavaScriptObject":[]},"InterventionReport":{"JavaScriptObject":[]},"LIElement":{"Element2":[],"Node1":[],"JavaScriptObject":[]},"Location":{"JavaScriptObject":[]},"MediaError":{"JavaScriptObject":[]},"MediaKeyMessageEvent":{"Event":[],"JavaScriptObject":[]},"MediaList":{"JavaScriptObject":[]},"MediaQueryList":{"JavaScriptObject":[]},"MediaStream":{"JavaScriptObject":[]},"MediaStreamTrack":{"JavaScriptObject":[]},"MessagePort":{"JavaScriptObject":[]},"MeterElement":{"Element2":[],"Node1":[],"JavaScriptObject":[]},"MidiInputMap":{"JavaScriptObject":[],"MapBase":["String","@"],"Map":["String","@"],"MapBase.V":"@","MapBase.K":"String"},"MidiOutputMap":{"JavaScriptObject":[],"MapBase":["String","@"],"Map":["String","@"],"MapBase.V":"@","MapBase.K":"String"},"MidiPort":{"JavaScriptObject":[]},"MimeTypeArray":{"ListBase":["MimeType"],"ImmutableListMixin":["MimeType"],"List":["MimeType"],"JavaScriptIndexingBehavior":["MimeType"],"JavaScriptObject":[],"EfficientLengthIterable":["MimeType"],"Iterable":["MimeType"],"JSIndexable":["MimeType"],"ImmutableListMixin.E":"MimeType","ListBase.E":"MimeType","Iterable.E":"MimeType"},"Navigator0":{"JavaScriptObject":[]},"NavigatorConcurrentHardware":{"JavaScriptObject":[]},"NavigatorUserMediaError":{"JavaScriptObject":[]},"_ChildNodeListLazy":{"ListBase":["Node1"],"List":["Node1"],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"ListBase.E":"Node1","Iterable.E":"Node1"},"NodeList0":{"ListBase":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"JavaScriptObject":[],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListBase.E":"Node1","Iterable.E":"Node1"},"Notification":{"JavaScriptObject":[]},"OptionElement":{"Element2":[],"Node1":[],"JavaScriptObject":[]},"OutputElement":{"Element2":[],"Node1":[],"JavaScriptObject":[]},"OverconstrainedError":{"JavaScriptObject":[]},"ParamElement":{"Element2":[],"Node1":[],"JavaScriptObject":[]},"PaymentRequest":{"JavaScriptObject":[]},"PluginArray":{"ListBase":["Plugin"],"ImmutableListMixin":["Plugin"],"List":["Plugin"],"JavaScriptIndexingBehavior":["Plugin"],"JavaScriptObject":[],"EfficientLengthIterable":["Plugin"],"Iterable":["Plugin"],"JSIndexable":["Plugin"],"ImmutableListMixin.E":"Plugin","ListBase.E":"Plugin","Iterable.E":"Plugin"},"PositionError":{"JavaScriptObject":[]},"PresentationAvailability":{"JavaScriptObject":[]},"PresentationConnection":{"JavaScriptObject":[]},"PresentationConnectionCloseEvent":{"Event":[],"JavaScriptObject":[]},"ProgressElement":{"Element2":[],"Node1":[],"JavaScriptObject":[]},"RelatedApplication":{"JavaScriptObject":[]},"ReportBody":{"JavaScriptObject":[]},"RtcDataChannel":{"JavaScriptObject":[]},"RtcLegacyStatsReport":{"JavaScriptObject":[]},"RtcStatsReport":{"JavaScriptObject":[],"MapBase":["String","@"],"Map":["String","@"],"MapBase.V":"@","MapBase.K":"String"},"SelectElement":{"Element2":[],"Node1":[],"JavaScriptObject":[]},"SourceBufferList":{"ListBase":["SourceBuffer"],"ImmutableListMixin":["SourceBuffer"],"List":["SourceBuffer"],"JavaScriptIndexingBehavior":["SourceBuffer"],"JavaScriptObject":[],"EfficientLengthIterable":["SourceBuffer"],"Iterable":["SourceBuffer"],"JSIndexable":["SourceBuffer"],"ImmutableListMixin.E":"SourceBuffer","ListBase.E":"SourceBuffer","Iterable.E":"SourceBuffer"},"SpeechGrammarList":{"ListBase":["SpeechGrammar"],"ImmutableListMixin":["SpeechGrammar"],"List":["SpeechGrammar"],"JavaScriptIndexingBehavior":["SpeechGrammar"],"JavaScriptObject":[],"EfficientLengthIterable":["SpeechGrammar"],"Iterable":["SpeechGrammar"],"JSIndexable":["SpeechGrammar"],"ImmutableListMixin.E":"SpeechGrammar","ListBase.E":"SpeechGrammar","Iterable.E":"SpeechGrammar"},"SpeechRecognitionError":{"Event":[],"JavaScriptObject":[]},"Storage":{"JavaScriptObject":[],"MapBase":["String","String"],"Map":["String","String"],"MapBase.V":"String","MapBase.K":"String"},"TextAreaElement":{"Element2":[],"Node1":[],"JavaScriptObject":[]},"TextTrackCueList":{"ListBase":["TextTrackCue"],"ImmutableListMixin":["TextTrackCue"],"List":["TextTrackCue"],"JavaScriptIndexingBehavior":["TextTrackCue"],"JavaScriptObject":[],"EfficientLengthIterable":["TextTrackCue"],"Iterable":["TextTrackCue"],"JSIndexable":["TextTrackCue"],"ImmutableListMixin.E":"TextTrackCue","ListBase.E":"TextTrackCue","Iterable.E":"TextTrackCue"},"TextTrackList":{"ListBase":["TextTrack"],"ImmutableListMixin":["TextTrack"],"List":["TextTrack"],"JavaScriptIndexingBehavior":["TextTrack"],"JavaScriptObject":[],"EfficientLengthIterable":["TextTrack"],"Iterable":["TextTrack"],"JSIndexable":["TextTrack"],"ImmutableListMixin.E":"TextTrack","ListBase.E":"TextTrack","Iterable.E":"TextTrack"},"TimeRanges":{"JavaScriptObject":[]},"TouchList":{"ListBase":["Touch"],"ImmutableListMixin":["Touch"],"List":["Touch"],"JavaScriptIndexingBehavior":["Touch"],"JavaScriptObject":[],"EfficientLengthIterable":["Touch"],"Iterable":["Touch"],"JSIndexable":["Touch"],"ImmutableListMixin.E":"Touch","ListBase.E":"Touch","Iterable.E":"Touch"},"TrackDefaultList":{"JavaScriptObject":[]},"UIEvent":{"Event":[],"JavaScriptObject":[]},"Url":{"JavaScriptObject":[]},"VideoTrack":{"JavaScriptObject":[]},"VideoTrackList":{"JavaScriptObject":[]},"VttRegion":{"JavaScriptObject":[]},"Window":{"JavaScriptObject":[]},"WorkerGlobalScope":{"JavaScriptObject":[]},"_Attr":{"Node1":[],"JavaScriptObject":[]},"_CssRuleList":{"ListBase":["CssRule"],"ImmutableListMixin":["CssRule"],"List":["CssRule"],"JavaScriptIndexingBehavior":["CssRule"],"JavaScriptObject":[],"EfficientLengthIterable":["CssRule"],"Iterable":["CssRule"],"JSIndexable":["CssRule"],"ImmutableListMixin.E":"CssRule","ListBase.E":"CssRule","Iterable.E":"CssRule"},"_DomRect":{"JavaScriptObject":[],"Rectangle":["num"]},"_GamepadList":{"ListBase":["Gamepad?"],"ImmutableListMixin":["Gamepad?"],"List":["Gamepad?"],"JavaScriptIndexingBehavior":["Gamepad?"],"JavaScriptObject":[],"EfficientLengthIterable":["Gamepad?"],"Iterable":["Gamepad?"],"JSIndexable":["Gamepad?"],"ImmutableListMixin.E":"Gamepad?","ListBase.E":"Gamepad?","Iterable.E":"Gamepad?"},"_NamedNodeMap":{"ListBase":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"JavaScriptObject":[],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListBase.E":"Node1","Iterable.E":"Node1"},"_Report":{"JavaScriptObject":[]},"_SpeechRecognitionResultList":{"ListBase":["SpeechRecognitionResult"],"ImmutableListMixin":["SpeechRecognitionResult"],"List":["SpeechRecognitionResult"],"JavaScriptIndexingBehavior":["SpeechRecognitionResult"],"JavaScriptObject":[],"EfficientLengthIterable":["SpeechRecognitionResult"],"Iterable":["SpeechRecognitionResult"],"JSIndexable":["SpeechRecognitionResult"],"ImmutableListMixin.E":"SpeechRecognitionResult","ListBase.E":"SpeechRecognitionResult","Iterable.E":"SpeechRecognitionResult"},"_StyleSheetList":{"ListBase":["StyleSheet"],"ImmutableListMixin":["StyleSheet"],"List":["StyleSheet"],"JavaScriptIndexingBehavior":["StyleSheet"],"JavaScriptObject":[],"EfficientLengthIterable":["StyleSheet"],"Iterable":["StyleSheet"],"JSIndexable":["StyleSheet"],"ImmutableListMixin.E":"StyleSheet","ListBase.E":"StyleSheet","Iterable.E":"StyleSheet"},"_AttributeMap":{"MapBase":["String","String"],"Map":["String","String"]},"_ElementAttributeMap":{"MapBase":["String","String"],"Map":["String","String"],"MapBase.V":"String","MapBase.K":"String"},"_DataAttributeMap":{"MapBase":["String","String"],"Map":["String","String"],"MapBase.V":"String","MapBase.K":"String"},"_EventStream":{"Stream":["1"],"Stream.T":"1"},"_ElementEventStreamImpl":{"_EventStream":["1"],"Stream":["1"],"Stream.T":"1"},"_DOMWindowCrossFrame":{"JavaScriptObject":[]},"FilteredElementList0":{"ListBase":["Element2"],"List":["Element2"],"EfficientLengthIterable":["Element2"],"Iterable":["Element2"],"ListBase.E":"Element2","Iterable.E":"Element2"},"Transaction":{"JavaScriptObject":[]},"Cursor":{"JavaScriptObject":[]},"CursorWithValue":{"JavaScriptObject":[]},"Database":{"JavaScriptObject":[]},"KeyRange":{"JavaScriptObject":[]},"ObjectStore":{"JavaScriptObject":[]},"Observation":{"JavaScriptObject":[]},"ObserverChanges":{"JavaScriptObject":[]},"Request0":{"JavaScriptObject":[]},"Directory":{"FileSystemEntity":[]},"File0":{"FileSystemEntity":[]},"_RandomAccessFile":{"RandomAccessFile":[]},"OSError":{"Exception":[]},"_Directory":{"Directory":[],"FileSystemEntity":[]},"FileSystemException":{"Exception":[]},"PathAccessException":{"Exception":[]},"PathExistsException":{"Exception":[]},"PathNotFoundException":{"Exception":[]},"_FileStream":{"Stream":["List"],"Stream.T":"List"},"_File":{"File0":[],"FileSystemEntity":[]},"SystemEncoding":{"Encoding":[],"Codec":["String","List"],"Codec.S":"String","Codec.T":"List"},"JsArray":{"ListBase":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListBase.E":"1","Iterable.E":"1"},"NullRejectionException":{"Exception":[]},"Rectangle":{"_RectangleBase":["1"]},"Length":{"JavaScriptObject":[]},"Number":{"JavaScriptObject":[]},"Transform0":{"JavaScriptObject":[]},"Angle":{"JavaScriptObject":[]},"LengthList":{"ListBase":["Length"],"ImmutableListMixin":["Length"],"List":["Length"],"JavaScriptObject":[],"EfficientLengthIterable":["Length"],"Iterable":["Length"],"ImmutableListMixin.E":"Length","ListBase.E":"Length","Iterable.E":"Length"},"NumberList":{"ListBase":["Number"],"ImmutableListMixin":["Number"],"List":["Number"],"JavaScriptObject":[],"EfficientLengthIterable":["Number"],"Iterable":["Number"],"ImmutableListMixin.E":"Number","ListBase.E":"Number","Iterable.E":"Number"},"PointList":{"JavaScriptObject":[]},"StringList":{"ListBase":["String"],"ImmutableListMixin":["String"],"List":["String"],"JavaScriptObject":[],"EfficientLengthIterable":["String"],"Iterable":["String"],"ImmutableListMixin.E":"String","ListBase.E":"String","Iterable.E":"String"},"SvgElement":{"Element2":[],"Node1":[],"JavaScriptObject":[]},"TransformList":{"ListBase":["Transform0"],"ImmutableListMixin":["Transform0"],"List":["Transform0"],"JavaScriptObject":[],"EfficientLengthIterable":["Transform0"],"Iterable":["Transform0"],"ImmutableListMixin.E":"Transform0","ListBase.E":"Transform0","Iterable.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":[]},"_UnmodifiableInt64ListView":{"ListBase.E":"int","Iterable.E":"int"},"SingletonFlutterWindow":{"FlutterView":[]},"AudioBuffer":{"JavaScriptObject":[]},"AudioParam":{"JavaScriptObject":[]},"AudioParamMap":{"JavaScriptObject":[],"MapBase":["String","@"],"Map":["String","@"],"MapBase.V":"@","MapBase.K":"String"},"AudioTrack":{"JavaScriptObject":[]},"AudioTrackList":{"JavaScriptObject":[]},"BaseAudioContext":{"JavaScriptObject":[]},"OfflineAudioContext":{"JavaScriptObject":[]},"ArchiveException":{"FormatException":[],"Exception":[]},"InputStream":{"InputStreamBase":[]},"SpanMarker":{"Comparable":["SpanMarker"]},"IncompatibleOverlappingAttributionsException":{"Exception":[]},"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"],"Iterable.E":"1"},"CopyOnWriteMap":{"Map":["1","2"]},"CopyOnWriteSet":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"BuiltList":{"Iterable":["1"]},"_BuiltList":{"BuiltList":["1"],"Iterable":["1"],"Iterable.E":"1"},"_BuiltListMultimap":{"BuiltListMultimap":["1","2"]},"_BuiltMap":{"BuiltMap":["1","2"]},"BuiltSet":{"Iterable":["1"]},"_BuiltSet":{"BuiltSet":["1"],"Iterable":["1"],"Iterable.E":"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"]},"Uint8ListSerializer":{"PrimitiveSerializer":["Uint8List"],"Serializer":["Uint8List"]},"UriSerializer":{"PrimitiveSerializer":["Uri"],"Serializer":["Uri"]},"StandardJsonPlugin":{"SerializerPlugin":[]},"CachedNetworkImage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CachedNetworkImageProvider":{"ImageProvider":["CachedNetworkImageProvider0"],"ImageProvider.T":"CachedNetworkImageProvider0"},"CachedNetworkImageProvider0":{"ImageProvider":["CachedNetworkImageProvider0"]},"StringCharacters":{"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"},"Axis":{"ImmutableAxis":["1"],"LayoutView":[]},"NumericAxis":{"Axis":["num"],"ImmutableAxis":["num"],"LayoutView":[],"Axis.D":"num"},"OrdinalAxis":{"Axis":["String"],"ImmutableAxis":["String"],"LayoutView":[],"Axis.D":"String"},"AxisTicks":{"Tick":["1"],"Comparable":["AxisTicks<1>"]},"GridlineRendererSpec":{"SmallTickRendererSpec":["1"]},"GridlineTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"SmallTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"NumericTickProvider":{"BaseTickProvider":["num"],"BaseTickProvider.D":"num"},"OrdinalTickProvider":{"BaseTickProvider":["String"],"BaseTickProvider.D":"String"},"SimpleOrdinalScale":{"OrdinalScale":[]},"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":[]},"OrdinalCartesianChart":{"CartesianChart":["String"],"BaseChart0":["String"]},"CartesianChart":{"BaseChart0":["1"]},"BaseCartesianRenderer":{"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"DomainHighlighter0":{"ChartBehavior0":["1"]},"Legend":{"ChartBehavior0":["1"],"LayoutView":[]},"SeriesLegend0":{"Legend":["1"],"ChartBehavior0":["1"],"LayoutView":[]},"LinePointHighlighter0":{"ChartBehavior0":["1"]},"_LinePointLayoutView":{"LayoutView":[]},"SelectNearest0":{"ChartBehavior0":["1"]},"MutableSeries":{"ImmutableSeries":["1"]},"MutableSelectionModel":{"SelectionModel":["1"]},"SeriesRenderer":{"LayoutView":[]},"BaseSeriesRenderer":{"SeriesRenderer":["1"],"LayoutView":[]},"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":[]},"AttributeKey":{"TypedKey":["1"]},"BarChart":{"BaseChart":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"String"},"BaseChart":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BaseChartState":{"State":["BaseChart<1>"]},"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":[],"HitTestTarget":[]},"ChartContainer":{"CustomPaint":[],"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChartContainerCustomPaint":{"Listenable":[]},"_SymbolCustomPaint":{"Listenable":[]},"TextElement":{"TextElement2":[]},"TimeSeriesChart0":{"BaseChart":["DateTime"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"DateTime"},"CanonicalizedMap":{"Map":["2","3"]},"UnorderedIterableEquality":{"_UnorderedEquality":["1","Iterable<1>"],"_UnorderedEquality.E":"1"},"SetEquality":{"_UnorderedEquality":["1","Set<1>"],"_UnorderedEquality.E":"1"},"Selector":{"TreeNode":[]},"SimpleSelectorSequence":{"TreeNode":[]},"Expression":{"TreeNode":[]},"Identifier":{"TreeNode":[]},"Wildcard":{"TreeNode":[]},"ThisOperator":{"TreeNode":[]},"Negation":{"TreeNode":[]},"SelectorGroup":{"TreeNode":[]},"SimpleSelector":{"TreeNode":[]},"ElementSelector":{"SimpleSelector":[],"TreeNode":[]},"NamespaceSelector":{"SimpleSelector":[],"TreeNode":[]},"AttributeSelector":{"SimpleSelector":[],"TreeNode":[]},"IdSelector":{"SimpleSelector":[],"TreeNode":[]},"ClassSelector":{"SimpleSelector":[],"TreeNode":[]},"PseudoClassSelector":{"SimpleSelector":[],"TreeNode":[]},"PseudoElementSelector":{"SimpleSelector":[],"TreeNode":[]},"PseudoClassFunctionSelector":{"SimpleSelector":[],"TreeNode":[]},"PseudoElementFunctionSelector":{"SimpleSelector":[],"TreeNode":[]},"SelectorExpression":{"TreeNode":[]},"NegationSelector":{"SimpleSelector":[],"TreeNode":[]},"OperatorPlus":{"Expression":[],"TreeNode":[]},"OperatorMinus":{"Expression":[],"TreeNode":[]},"LiteralTerm":{"Expression":[],"TreeNode":[]},"NumberTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"UnitTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"LengthTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"PercentageTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"EmTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"ExTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"AngleTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"TimeTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"FreqTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"FractionTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"ResolutionTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"ChTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"RemTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"LineHeightTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"ViewportTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"DropTarget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropTargetState":{"State":["DropTarget"]},"DropEnterEvent":{"DropEvent":[]},"DropExitEvent":{"DropEvent":[]},"DropUpdateEvent":{"DropEvent":[]},"DropDoneEvent":{"DropEvent":[]},"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":[]},"Int64":{"Comparable":["Object"]},"Animation0":{"Listenable":[]},"AnimationController":{"Animation0":["double"],"Listenable":[]},"_AlwaysCompleteAnimation":{"Animation0":["double"],"Listenable":[]},"_AlwaysDismissedAnimation":{"Animation0":["double"],"Listenable":[]},"AlwaysStoppedAnimation":{"Animation0":["1"],"Listenable":[]},"ProxyAnimation":{"Animation0":["double"],"Listenable":[]},"ReverseAnimation":{"Animation0":["double"],"Listenable":[]},"CurvedAnimation":{"Animation0":["double"],"Listenable":[]},"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"],"Animatable.T":"1","Tween.T":"1"},"ColorTween":{"Tween":["Color?"],"Animatable":["Color?"],"Animatable.T":"Color?","Tween.T":"Color?"},"_AnimatedEvaluation":{"Animation0":["1"],"Listenable":[]},"_ChainedEvaluation":{"Animatable":["1"],"Animatable.T":"1"},"ReverseTween":{"Tween":["1"],"Animatable":["1"],"Animatable.T":"1","Tween.T":"1"},"SizeTween":{"Tween":["Size?"],"Animatable":["Size?"],"Animatable.T":"Size?","Tween.T":"Size?"},"RectTween":{"Tween":["Rect?"],"Animatable":["Rect?"],"Animatable.T":"Rect?","Tween.T":"Rect?"},"IntTween":{"Tween":["int"],"Animatable":["int"],"Animatable.T":"int","Tween.T":"int"},"ConstantTween":{"Tween":["1"],"Animatable":["1"],"Animatable.T":"1","Tween.T":"1"},"CurveTween":{"Animatable":["double"],"Animatable.T":"double"},"TweenSequence":{"Animatable":["1"],"Animatable.T":"1"},"CupertinoActivityIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoActivityIndicatorState":{"State":["CupertinoActivityIndicator"]},"_CupertinoActivityIndicatorPainter":{"Listenable":[]},"CupertinoButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoButtonState":{"State":["CupertinoButton"]},"CupertinoCheckbox":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoCheckboxState":{"State":["CupertinoCheckbox"]},"_CheckboxPainter0":{"Listenable":[]},"CupertinoDynamicColor":{"Color":[]},"_CupertinoDesktopTextSelectionHandleControls":{"TextSelectionHandleControls":[]},"CupertinoDesktopTextSelectionToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoDesktopTextSelectionToolbarButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoDesktopTextSelectionToolbarButtonState":{"State":["CupertinoDesktopTextSelectionToolbarButton"]},"CupertinoIconThemeData":{"IconThemeData":[]},"_CupertinoLocalizationsDelegate":{"LocalizationsDelegate":["CupertinoLocalizations"],"LocalizationsDelegate.T":"CupertinoLocalizations"},"DefaultCupertinoLocalizations":{"CupertinoLocalizations":[]},"CupertinoTextMagnifier":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoTextMagnifierState":{"State":["CupertinoTextMagnifier"]},"CupertinoMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoRadio":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoRadioState":{"State":["CupertinoRadio<1>"]},"_RadioPainter0":{"Listenable":[]},"_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":[],"HitTestTarget":[]},"_TextSelectionHandlePainter0":{"Listenable":[]},"CupertinoTextSelectionHandleControls":{"TextSelectionHandleControls":[]},"_CupertinoTextSelectionToolbarContent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoTextSelectionToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoTextSelectionToolbarShape":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderCupertinoTextSelectionToolbarShape":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_CupertinoTextSelectionToolbarContentState":{"State":["_CupertinoTextSelectionToolbarContent"]},"_LeftCupertinoChevronPainter":{"Listenable":[]},"_RightCupertinoChevronPainter":{"Listenable":[]},"_CupertinoChevronPainter":{"Listenable":[]},"_CupertinoTextSelectionToolbarItems":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoTextSelectionToolbarItemsElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderCupertinoTextSelectionToolbarItems":{"RenderBoxContainerDefaultsMixin":["RenderBox","ToolbarItemsParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ToolbarItemsParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ToolbarItemsParentData","RenderBoxContainerDefaultsMixin.1":"ToolbarItemsParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"_NullElement0":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullWidget":{"Widget":[],"DiagnosticableTree":[]},"CupertinoTextSelectionToolbarButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoTextSelectionToolbarButtonState":{"State":["CupertinoTextSelectionToolbarButton"]},"_LiveTextIconPainter":{"Listenable":[]},"_InheritedCupertinoTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoTheme":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleablePainter":{"Listenable":[]},"ErrorDescription":{"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"_ErrorDiagnostic":{"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorSummary":{"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorHint":{"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorSpacer":{"DiagnosticsProperty":["~"],"DiagnosticsNode":[]},"FlutterError":{"DiagnosticableTree":[],"AssertionError":[],"Error":[]},"DiagnosticsStackTrace":{"DiagnosticsNode":[]},"_FlutterErrorDetailsNode":{"DiagnosticableNode":["FlutterErrorDetails"],"DiagnosticsNode":[]},"ChangeNotifier":{"Listenable":[]},"ValueNotifier":{"Listenable":[]},"_MergingListenable":{"Listenable":[]},"DiagnosticsProperty":{"DiagnosticsNode":[]},"DiagnosticableNode":{"DiagnosticsNode":[]},"DiagnosticableTreeNode":{"DiagnosticableNode":["DiagnosticableTree"],"DiagnosticsNode":[]},"DiagnosticsBlock":{"DiagnosticsNode":[]},"LocalKey":{"Key":[]},"ValueKey":{"LocalKey":[],"Key":[],"ValueKey.T":"1"},"UniqueKey":{"LocalKey":[],"Key":[]},"LicenseEntryWithLineBreaks":{"LicenseEntry":[]},"ObserverList":{"Iterable":["1"],"Iterable.E":"1"},"HashedObserverList":{"Iterable":["1"],"Iterable.E":"1"},"SynchronousFuture":{"Future":["1"]},"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":[]},"PointerScrollInertiaCancelEvent":{"PointerSignalEvent":[],"PointerEvent":[]},"_TransformedPointerScrollInertiaCancelEvent":{"PointerScrollInertiaCancelEvent":[],"PointerSignalEvent":[],"PointerEvent":[]},"PointerScaleEvent":{"PointerSignalEvent":[],"PointerEvent":[]},"_TransformedPointerScaleEvent":{"PointerScaleEvent":[],"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":[]},"_MatrixTransformPart":{"_TransformPart":[]},"_OffsetTransformPart":{"_TransformPart":[]},"LongPressGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"VerticalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"HorizontalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PanGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"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":[]},"PrimaryPointerGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScaleGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"TapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"BaseTapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_CombiningGestureArenaMember":{"GestureArenaMember":[]},"_CombiningGestureArenaEntry":{"GestureArenaEntry":[]},"IOSScrollViewFlingVelocityTracker":{"VelocityTracker":[]},"MacOSScrollViewFlingVelocityTracker":{"VelocityTracker":[]},"LicensePage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackagesView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackageLicensePage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_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":[]},"_MasterPage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DetailView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BackButtonIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BackButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerButtonIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EndDrawerButtonIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EndDrawerButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ActionIconTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"AdaptiveTextSelectionToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialAppState":{"State":["MaterialApp"]},"AppBar":{"StatefulWidget":[],"PreferredSizeWidget":[],"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":[],"HitTestTarget":[]},"MaterialRectArcTween":{"Tween":["Rect?"],"Animatable":["Rect?"],"Animatable.T":"Rect?","Tween.T":"Rect?"},"MaterialPointArcTween":{"Tween":["Offset"],"Animatable":["Offset"],"Animatable.T":"Offset","Tween.T":"Offset"},"MaterialBannerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"BottomAppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomAppBarState":{"State":["BottomAppBar"]},"_BottomAppBarClipper":{"CustomClipper":["Path"],"Listenable":[]},"BottomSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomSheetState":{"State":["BottomSheet"]},"_DragHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomSheetGestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawMaterialButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RawMaterialButtonState":{"State":["RawMaterialButton"]},"_InputPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_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":[],"HitTestTarget":[]},"ButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"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":{"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":[]},"_NullWidget0":{"Widget":[],"DiagnosticableTree":[]},"DataTableSource":{"Listenable":[]},"DataTableTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DatePickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerDialogState":{"State":["DatePickerDialog"]},"_RestorableDatePickerEntryMode":{"RestorableProperty":["DatePickerEntryMode"],"Listenable":[],"RestorableValue.T":"DatePickerEntryMode"},"_RestorableAutovalidateMode":{"RestorableProperty":["AutovalidateMode"],"Listenable":[],"RestorableValue.T":"AutovalidateMode"},"_DatePickerHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DatePickerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerDefaultsM2":{"DatePickerThemeData":[]},"_DesktopTextSelectionHandleControls":{"TextSelectionHandleControls":[]},"DesktopTextSelectionToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesktopTextSelectionToolbarButton":{"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":[]},"_DrawerControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerController":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerControllerState":{"State":["DrawerController"]},"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":[],"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":[]},"FloatingActionButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EffectiveMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_ChildOverflowBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderChildOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_AnimationSwap":{"Animation0":["1"],"Listenable":[]},"IconButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IconButtonDefaultForeground":{"MaterialStateProperty":["Color?"]},"_IconButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_IconButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0?"]},"IconButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"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":[]},"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":[]},"InputDecorator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputBorderGap":{"Listenable":[]},"_InputBorderTween":{"Tween":["InputBorder"],"Animatable":["InputBorder"],"Animatable.T":"InputBorder","Tween.T":"InputBorder"},"_InputBorderPainter":{"Listenable":[]},"_BorderContainerState":{"State":["_BorderContainer"]},"_Shaker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HelperErrorState":{"State":["_HelperError"]},"_RenderDecoration":{"RenderBox":[],"SlottedContainerRenderObjectMixin":["_DecorationSlot","RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"SlottedContainerRenderObjectMixin.0":"_DecorationSlot","SlottedContainerRenderObjectMixin.1":"RenderBox"},"_Decorator":{"SlottedMultiChildRenderObjectWidgetMixin":["_DecorationSlot","RenderBox"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"SlottedMultiChildRenderObjectWidgetMixin.0":"_DecorationSlot","SlottedMultiChildRenderObjectWidgetMixin.1":"RenderBox"},"_InputDecoratorState":{"State":["InputDecorator"]},"ListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IndividualOverrides":{"MaterialStateProperty":["Color?"]},"_ListTile":{"SlottedMultiChildRenderObjectWidgetMixin":["_ListTileSlot","RenderBox"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"SlottedMultiChildRenderObjectWidgetMixin.0":"_ListTileSlot","SlottedMultiChildRenderObjectWidgetMixin.1":"RenderBox"},"_RenderListTile":{"RenderBox":[],"SlottedContainerRenderObjectMixin":["_ListTileSlot","RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"SlottedContainerRenderObjectMixin.0":"_ListTileSlot","SlottedContainerRenderObjectMixin.1":"RenderBox"},"ListTileTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextMagnifier":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextMagnifierState":{"State":["TextMagnifier"]},"Magnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Material":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInkFeatures":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"ShapeBorderTween":{"Tween":["ShapeBorder?"],"Animatable":["ShapeBorder?"],"Animatable.T":"ShapeBorder?","Tween.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":[]},"MaterialStateColor":{"Color":[],"MaterialStateProperty":["Color"]},"_MaterialStateColor":{"Color":[],"MaterialStateProperty":["Color"]},"MaterialStateMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_EnabledAndDisabledMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"MaterialStateBorderSide":{"BorderSide":[],"MaterialStateProperty":["BorderSide?"]},"_MaterialStateBorderSide":{"BorderSide":[],"MaterialStateProperty":["BorderSide?"]},"MaterialStateTextStyle":{"TextStyle":[],"MaterialStateProperty":["TextStyle"]},"_MaterialStateTextStyle":{"TextStyle":[],"MaterialStateProperty":["TextStyle"]},"_LerpProperties":{"MaterialStateProperty":["1?"]},"_MaterialStatePropertyWith":{"MaterialStateProperty":["1"]},"MaterialStatePropertyAll":{"MaterialStateProperty":["1"]},"MaterialStatesController":{"ValueNotifier":["Set"],"Listenable":[]},"_LerpSides1":{"MaterialStateProperty":["BorderSide?"]},"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":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"NoSplash":{"InteractiveInkFeature":[],"InkFeature":[]},"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":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomExitTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FadeUpwardsPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomEnterTransitionState":{"State":["_ZoomEnterTransition"]},"_ZoomExitTransitionState":{"State":["_ZoomExitTransition"]},"ZoomPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"CupertinoPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"_ZoomEnterTransitionPainter":{"Listenable":[]},"_ZoomExitTransitionPainter":{"Listenable":[]},"PopupMenuEntry":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuDivider":{"PopupMenuEntry":["0&"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuItem":{"PopupMenuEntry":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PopupMenuDividerState":{"State":["PopupMenuDivider"]},"_MenuItem0":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMenuItem0":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"PopupMenuItemState":{"State":["2"]},"_PopupMenu":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PopupMenuRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"PopupMenuButtonState":{"State":["PopupMenuButton<1>"]},"_EffectiveMouseCursor0":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"PopupMenuTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinearProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CircularProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LinearProgressIndicatorPainter":{"Listenable":[]},"_LinearProgressIndicatorState":{"State":["LinearProgressIndicator"]},"_CircularProgressIndicatorPainter":{"Listenable":[]},"_CircularProgressIndicatorState":{"State":["CircularProgressIndicator"]},"_RefreshProgressIndicatorPainter":{"Listenable":[]},"RefreshProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RefreshProgressIndicatorState":{"State":["CircularProgressIndicator"]},"ProgressIndicatorTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Radio":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RadioState":{"State":["Radio<1>"]},"_RadioPainter":{"Listenable":[]},"RadioListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RadioTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RefreshIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"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":[]},"ScaffoldMessengerState":{"State":["ScaffoldMessenger"]},"_ScaffoldGeometryNotifier":{"Listenable":[]},"_BodyBoxConstraints":{"BoxConstraints":[],"Constraints":[]},"_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"]},"ScrollbarTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LerpSides0":{"MaterialStateProperty":["BorderSide?"]},"SelectableText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSpanEditingController":{"TextEditingController":[],"ValueNotifier":["TextEditingValue"],"Listenable":[]},"_SelectableTextState":{"State":["SelectableText"]},"SnackBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitch":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Switch":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitchState":{"State":["_MaterialSwitch"]},"_SwitchPainter":{"Listenable":[]},"SwitchListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SwitchTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTabController":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabController":{"Listenable":[]},"_DefaultTabControllerState":{"State":["DefaultTabController"]},"UnderlineTabIndicator":{"Decoration":[]},"_UnderlinePainter":{"BoxPainter":[]},"Tab":{"StatelessWidget":[],"PreferredSizeWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabBar":{"StatefulWidget":[],"PreferredSizeWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabBarView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabStyle":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabLabelBarRenderer":{"RenderBoxContainerDefaultsMixin":["RenderBox","FlexParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","FlexParentData"],"RenderObject":[],"DiagnosticableTree":[],"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":[],"Listenable":[],"ScrollMetrics":[]},"_TabBarScrollController":{"ScrollController":[],"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"]},"MaterialTextSelectionHandleControls":{"TextSelectionHandleControls":[]},"_TextSelectionHandlePainter":{"Listenable":[]},"TextSelectionTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSelectionToolbarOverflowable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextSelectionToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSelectionToolbarOverflowableState":{"State":["_TextSelectionToolbarOverflowable"]},"_TextSelectionToolbarTrailingEdgeAlign":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSelectionToolbarTrailingEdgeAlignRenderBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_TextSelectionToolbarItemsLayout":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSelectionToolbarItemsLayoutElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderTextSelectionToolbarItemsLayout":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ToolbarItemsParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ToolbarItemsParentData","ContainerRenderObjectMixin.0":"RenderBox"},"_TextSelectionToolbarContainer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSelectionToolbarOverflowButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextSelectionToolbarTextButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Theme":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InheritedTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ThemeDataTween":{"Tween":["ThemeData"],"Animatable":["ThemeData"],"Animatable.T":"ThemeData","Tween.T":"ThemeData"},"AnimatedTheme":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedThemeState":{"State":["AnimatedTheme"]},"RestorableTimeOfDay":{"RestorableProperty":["TimeOfDay"],"Listenable":[],"RestorableValue.T":"TimeOfDay"},"_TimePickerModel":{"InheritedModel":["_TimePickerAspect"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedModel.T":"_TimePickerAspect"},"_Dial":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerInput":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimePickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePicker":{"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":[]},"_AmPmButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPeriodInputPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding2":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_DialPainter":{"Listenable":[]},"_DialState":{"State":["_Dial"]},"_TimePickerInputState":{"State":["_TimePickerInput"]},"_HourTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MinuteTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteTextFieldState":{"State":["_HourMinuteTextField"]},"_TimePickerDialogState":{"State":["TimePickerDialog"]},"_TimePickerState0":{"State":["_TimePicker"]},"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":[],"HitTestTarget":[]},"_InputPadding1":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding1":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"ToggleButtonsTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleablePainter0":{"Listenable":[]},"Tooltip":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipState":{"State":["Tooltip"]},"_ExclusiveMouseRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderExclusiveMouseRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"_TooltipOverlay":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"NetworkImage":{"ImageProvider":["NetworkImage0"],"ImageProvider.T":"NetworkImage0"},"Alignment":{"AlignmentGeometry":[]},"AlignmentDirectional":{"AlignmentGeometry":[]},"_MixedAlignment":{"AlignmentGeometry":[]},"PaintingBinding":{"SchedulerBinding":[]},"_SystemFontsNotifier":{"Listenable":[]},"OutlinedBorder":{"ShapeBorder":[]},"_CompoundBorder":{"ShapeBorder":[]},"BoxBorder":{"ShapeBorder":[]},"Border":{"ShapeBorder":[]},"BorderDirectional":{"ShapeBorder":[]},"BoxDecoration":{"Decoration":[]},"_BoxDecorationPainter":{"BoxPainter":[]},"BoxShadow":{"Shadow":[]},"CircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"ColorSwatch":{"Color":[]},"EdgeInsets":{"EdgeInsetsGeometry":[]},"EdgeInsetsDirectional":{"EdgeInsetsGeometry":[]},"_MixedEdgeInsets":{"EdgeInsetsGeometry":[]},"FractionalOffset":{"AlignmentGeometry":[]},"NetworkImage0":{"ImageProvider":["NetworkImage0"]},"MemoryImage":{"ImageProvider":["MemoryImage"],"ImageProvider.T":"MemoryImage"},"AssetBundleImageProvider":{"ImageProvider":["AssetBundleImageKey"]},"NetworkImageLoadException":{"Exception":[]},"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":[]},"WordBoundary":{"TextBoundary":[]},"_UntilTextBoundary":{"TextBoundary":[]},"TextSpan":{"InlineSpan":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"RenderAnimatedSize":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RendererBinding":{"SchedulerBinding":[],"HitTestTarget":[]},"_BindingPipelineManifold":{"Listenable":[]},"BoxConstraints":{"Constraints":[]},"BoxHitTestResult":{"HitTestResult":[]},"RenderBox":{"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"BoxHitTestEntry":{"HitTestEntry":["RenderBox"]},"BoxParentData":{"ParentData":[]},"ContainerBoxParentData":{"BoxParentData":[],"ContainerParentDataMixin":["1"],"ParentData":[]},"MultiChildLayoutParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderCustomMultiChildLayoutBox":{"RenderBoxContainerDefaultsMixin":["RenderBox","MultiChildLayoutParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","MultiChildLayoutParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"CustomPainter":{"Listenable":[]},"RenderCustomPaint":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderEditablePainter":{"Listenable":[]},"RenderEditable":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","ContainerRenderObjectMixin.0":"RenderBox"},"_RenderEditableCustomPaint":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_TextHighlightPainter":{"RenderEditablePainter":[],"Listenable":[]},"_CaretPainter":{"RenderEditablePainter":[],"Listenable":[]},"_CompositeRenderEditablePainter":{"RenderEditablePainter":[],"Listenable":[]},"RenderErrorBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"FlexParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderFlex":{"RenderBoxContainerDefaultsMixin":["RenderBox","FlexParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","FlexParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderImage":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"Layer0":{"DiagnosticableTree":[]},"ContainerLayer0":{"Layer0":[],"DiagnosticableTree":[]},"ClipRectLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"ClipRRectLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"ClipPathLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"TransformLayer":{"OffsetLayer":[],"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"OpacityLayer":{"OffsetLayer":[],"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"PictureLayer0":{"Layer0":[],"DiagnosticableTree":[]},"PlatformViewLayer":{"Layer0":[],"DiagnosticableTree":[]},"OffsetLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"BackdropFilterLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"LeaderLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"FollowerLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"AnnotatedRegionLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"ListBodyParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderListBody":{"RenderBoxContainerDefaultsMixin":["RenderBox","ListBodyParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ListBodyParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"MouseTracker":{"Listenable":[]},"RenderObject":{"DiagnosticableTree":[],"HitTestTarget":[]},"ContainerParentDataMixin":{"ParentData":[]},"_RootSemanticsFragment":{"_InterestingSemanticsFragment":[]},"_IncompleteSemanticsFragment":{"_InterestingSemanticsFragment":[]},"_SwitchableSemanticsFragment":{"_InterestingSemanticsFragment":[]},"PlaceholderSpanIndexSemanticsTag":{"SemanticsTag":[]},"TextParentData":{"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"_SelectableFragment":{"Selectable":[],"Listenable":[]},"RenderParagraph":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","ContainerRenderObjectMixin.0":"RenderBox"},"_PlatformViewGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PlatformViewRenderBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"ShapeBorderClipper":{"CustomClipper":["Path"],"Listenable":[]},"RenderAbsorbPointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSemanticsGestureHandler":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderProxyBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderProxyBoxWithHitTestBehavior":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderConstrainedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderLimitedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderAspectRatio":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderIntrinsicWidth":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderIntrinsicHeight":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderAnimatedOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderBackdropFilter":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"CustomClipper":{"Listenable":[]},"_RenderCustomClip":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderClipRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderClipRRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderClipOval":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderClipPath":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_RenderPhysicalModelBase":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderPhysicalModel":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderPhysicalShape":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderDecoratedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderTransform":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderFittedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderFractionalTranslation":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderPointerListener":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderMouseRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"RenderRepaintBoundary":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderIgnorePointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderOffstage":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSemanticsAnnotations":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderBlockSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderMergeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderExcludeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderIndexedSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderLeaderLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderFollowerLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderAnnotatedRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"Selectable":{"Listenable":[]},"RenderShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderPadding":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderAligningShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderPositionedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderConstrainedOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderFractionallySizedOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderCustomSingleChildLayoutBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"SliverConstraints":{"Constraints":[]},"SliverHitTestResult":{"HitTestResult":[]},"SliverLogicalContainerParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderSliver"],"ParentData":[]},"SliverPhysicalContainerParentData":{"SliverPhysicalParentData":[],"ContainerParentDataMixin":["RenderSliver"],"ParentData":[]},"RenderSliver":{"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"SliverHitTestEntry":{"HitTestEntry":["RenderSliver"]},"SliverLogicalParentData":{"ParentData":[]},"SliverPhysicalParentData":{"ParentData":[]},"RenderSliverFillViewport":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverFixedExtentBoxAdaptor":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"SliverGridParentData":{"SliverMultiBoxAdaptorParentData":[],"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[],"ParentData":[]},"RenderSliverGrid":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverList":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"KeepAliveParentDataMixin":{"ParentData":[]},"SliverMultiBoxAdaptorParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[],"ParentData":[]},"RenderSliverMultiBoxAdaptor":{"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSliverEdgeInsetsPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSliverPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSliverFloatingPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSliverPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSliverPinnedPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"StackParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderStack":{"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderIndexedStack":{"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"TableCellParentData":{"BoxParentData":[],"ParentData":[]},"IntrinsicColumnWidth":{"TableColumnWidth":[]},"FixedColumnWidth":{"TableColumnWidth":[]},"FlexColumnWidth":{"TableColumnWidth":[]},"RenderTable":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"AlignmentGeometryTween":{"Tween":["AlignmentGeometry?"],"Animatable":["AlignmentGeometry?"],"Animatable.T":"AlignmentGeometry?","Tween.T":"AlignmentGeometry?"},"RenderView":{"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderViewportBase":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["1"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","1"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverPhysicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverPhysicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverPhysicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverPhysicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"RenderShrinkWrappingViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverLogicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverLogicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverLogicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverLogicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"ViewportOffset":{"Listenable":[]},"WrapParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderWrap":{"RenderBoxContainerDefaultsMixin":["RenderBox","WrapParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","WrapParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"TickerFuture":{"Future":["~"]},"TickerCanceled":{"Exception":[]},"SemanticsNode":{"DiagnosticableTree":[]},"_BoxEdge":{"Comparable":["_BoxEdge"]},"_SemanticsSortGroup":{"Comparable":["_SemanticsSortGroup"]},"_TraversalSortNode":{"Comparable":["_TraversalSortNode"]},"SemanticsSortKey":{"Comparable":["SemanticsSortKey"]},"_SemanticsDiagnosticableNode":{"DiagnosticableNode":["SemanticsNode"],"DiagnosticsNode":[]},"SemanticsHintOverrides":{"DiagnosticableTree":[]},"SemanticsProperties":{"DiagnosticableTree":[]},"SemanticsOwner":{"Listenable":[]},"OrdinalSortKey":{"Comparable":["SemanticsSortKey"]},"_AssetManifestBin":{"AssetManifest":[]},"_AutofillScopeTextInputConfiguration":{"TextInputConfiguration":[]},"ServicesBinding":{"SchedulerBinding":[]},"KeyDownEvent":{"KeyEvent":[]},"KeyUpEvent":{"KeyEvent":[]},"KeyRepeatEvent":{"KeyEvent":[]},"PlatformException":{"Exception":[]},"MissingPluginException":{"Exception":[]},"_DeferringMouseCursor":{"MouseCursor0":[]},"_NoopMouseCursorSession":{"MouseCursorSession":[]},"_NoopMouseCursor":{"MouseCursor0":[]},"_SystemMouseCursorSession":{"MouseCursorSession":[]},"SystemMouseCursor":{"MouseCursor0":[]},"RawKeyDownEvent":{"RawKeyEvent":[]},"RawKeyUpEvent":{"RawKeyEvent":[]},"RestorationManager":{"Listenable":[]},"CharacterBoundary":{"TextBoundary":[]},"LineBoundary":{"TextBoundary":[]},"ParagraphBoundary":{"TextBoundary":[]},"DocumentBoundary":{"TextBoundary":[]},"TextSelection":{"TextRange":[]},"TextEditingDeltaInsertion":{"TextEditingDelta":[]},"TextEditingDeltaDeletion":{"TextEditingDelta":[]},"TextEditingDeltaReplacement":{"TextEditingDelta":[]},"TextEditingDeltaNonTextUpdate":{"TextEditingDelta":[]},"FilteringTextInputFormatter":{"TextInputFormatter":[]},"LengthLimitingTextInputFormatter":{"TextInputFormatter":[]},"_PlatformTextInputControl":{"TextInputControl":[]},"Actions":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionsScope":{"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":{"ContextAction":["PrioritizedIntents"],"Action":["PrioritizedIntents"],"Action.T":"PrioritizedIntents","ContextAction.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"},"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":[]},"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":[]},"AutofillGroupState":{"State":["AutofillGroup"]},"AutomaticKeepAlive":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AutomaticKeepAliveState":{"State":["AutomaticKeepAlive"]},"KeepAliveHandle":{"Listenable":[]},"_NullWidget1":{"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":[]},"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":[]},"_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":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RawIndexedStack":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IndexedStackElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"PositionedDirectional":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Wrap":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RichText":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawImage":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Listener":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RepaintBoundary":{"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"]},"ColoredBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderColoredBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"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":[]},"_NullWidget2":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTextEditingShortcuts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DisplayFeatureSubScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DraggableScrollableSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DraggableScrollableNotification":{"ViewportNotificationMixin":[]},"_ResetNotifier":{"Listenable":[]},"_InheritedResetNotifier":{"InheritedNotifier":["_ResetNotifier"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"_ResetNotifier"},"_DraggableScrollableSheetState":{"State":["DraggableScrollableSheet"]},"_DraggableScrollableSheetScrollController":{"ScrollController":[],"Listenable":[]},"_DraggableScrollableSheetScrollPosition":{"ScrollPosition":[],"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"DualTransitionBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DualTransitionBuilderState":{"State":["DualTransitionBuilder"]},"TextEditingController":{"ValueNotifier":["TextEditingValue"],"Listenable":[]},"EditableText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EditableTextState":{"State":["EditableText"],"WidgetsBindingObserver":[],"AutofillClient":[]},"_ScribbleFocusable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScribblePlaceholder":{"WidgetSpan":[],"InlineSpan":[],"DiagnosticableTree":[]},"_CompositionCallback":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderCompositionCallback":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_Editable":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScribbleFocusableState":{"State":["_ScribbleFocusable"],"ScribbleClient":[]},"_CodePointBoundary":{"TextBoundary":[]},"_DeleteTextAction":{"ContextAction":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_UpdateTextSelectionAction":{"ContextAction":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_UpdateTextSelectionVerticallyAction":{"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"},"FocusNode":{"DiagnosticableTree":[],"Listenable":[]},"FocusScopeNode":{"FocusNode":[],"DiagnosticableTree":[],"Listenable":[]},"FocusManager":{"DiagnosticableTree":[],"Listenable":[]},"Focus":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusInheritedScope":{"InheritedNotifier":["FocusNode"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"FocusNode"},"_FocusState":{"State":["Focus"]},"FocusScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusScopeState":{"State":["Focus"]},"ExcludeFocus":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusTraversalGroup":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RequestFocusIntent":{"Intent":[]},"NextFocusIntent":{"Intent":[]},"PreviousFocusIntent":{"Intent":[]},"DirectionalFocusIntent":{"Intent":[]},"_FocusTraversalGroupNode":{"FocusNode":[],"DiagnosticableTree":[],"Listenable":[]},"_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>"]},"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"},"ProxyWidget":{"Widget":[],"DiagnosticableTree":[]},"ParentDataWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"InheritedWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LeafRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_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":[]},"LeafRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"SingleChildRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"MultiChildRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullWidget3":{"Widget":[],"DiagnosticableTree":[]},"GestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawGestureDetectorState":{"State":["RawGestureDetector"]},"GestureRecognizerFactoryWithHandlers":{"GestureRecognizerFactory":["1"]},"_GestureSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"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"],"Animatable.T":"BoxConstraints","Tween.T":"BoxConstraints"},"DecorationTween":{"Tween":["Decoration"],"Animatable":["Decoration"],"Animatable.T":"Decoration","Tween.T":"Decoration"},"EdgeInsetsGeometryTween":{"Tween":["EdgeInsetsGeometry"],"Animatable":["EdgeInsetsGeometry"],"Animatable.T":"EdgeInsetsGeometry","Tween.T":"EdgeInsetsGeometry"},"BorderRadiusTween":{"Tween":["BorderRadius?"],"Animatable":["BorderRadius?"],"Animatable.T":"BorderRadius?","Tween.T":"BorderRadius?"},"Matrix4Tween":{"Tween":["Matrix40"],"Animatable":["Matrix40"],"Animatable.T":"Matrix40","Tween.T":"Matrix40"},"TextStyleTween":{"Tween":["TextStyle"],"Animatable":["TextStyle"],"Animatable.T":"TextStyle","Tween.T":"TextStyle"},"AnimatedContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPadding":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPositioned":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedOpacity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedDefaultTextStyle":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPhysicalModel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EdgeInsetsTween":{"Tween":["EdgeInsets"],"Animatable":["EdgeInsets"],"Animatable.T":"EdgeInsets","Tween.T":"EdgeInsets"},"ImplicitlyAnimatedWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImplicitlyAnimatedWidgetState":{"State":["1"]},"AnimatedWidgetBaseState":{"State":["1"]},"_AnimatedContainerState":{"State":["AnimatedContainer"]},"_AnimatedPaddingState":{"State":["AnimatedPadding"]},"_AnimatedPositionedState":{"State":["AnimatedPositioned"]},"_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":["Matrix40"],"Listenable":[]},"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":[],"HitTestTarget":[],"RenderConstrainedLayoutBuilder.0":"BoxConstraints"},"_LocalizationsScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Localizations":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WidgetsLocalizationsDelegate":{"LocalizationsDelegate":["WidgetsLocalizations"],"LocalizationsDelegate.T":"WidgetsLocalizations"},"DefaultWidgetsLocalizations":{"WidgetsLocalizations":[]},"_LocalizationsState":{"State":["Localizations"]},"LookupBoundary":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MagnifierDecoration":{"ShapeDecoration":[],"Decoration":[]},"RawMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MagnifierStyle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DonutClip":{"CustomClipper":["Path"],"Listenable":[]},"_Magnifier":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMagnification":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"MediaQuery":{"InheritedModel":["_MediaQueryAspect"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedModel.T":"_MediaQueryAspect"},"_MediaQueryFromView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MediaQueryFromViewState":{"State":["_MediaQueryFromView"],"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":[]},"Page":{"RouteSettings":[]},"HeroControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Navigator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"NavigatorState":{"State":["Navigator"]},"_NotAnnounced":{"Route":["~"]},"_NavigatorPushObservation":{"_NavigatorObservation":[]},"_NavigatorPopObservation":{"_NavigatorObservation":[]},"_NavigatorRemoveObservation":{"_NavigatorObservation":[]},"_NavigatorReplaceObservation":{"_NavigatorObservation":[]},"_HistoryProperty":{"RestorableProperty":["Map>?"],"Listenable":[]},"NotificationListener":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NotificationElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_OverflowBarParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"OverflowBar":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderOverflowBar":{"RenderBoxContainerDefaultsMixin":["RenderBox","_OverflowBarParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_OverflowBarParentData"],"RenderObject":[],"DiagnosticableTree":[],"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"]},"_RenderTheater":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","ContainerRenderObjectMixin.0":"RenderBox"},"OverlayPortal":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverlayEntryLocation":{"LinkedListEntry":["_OverlayEntryLocation"],"LinkedListEntry.E":"_OverlayEntryLocation"},"_RenderTheaterMarker":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderDeferredLayoutBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"LinkedListEntry":["_RenderDeferredLayoutBox"],"LinkedListEntry.E":"_RenderDeferredLayoutBox"},"_RenderLayoutSurrogateProxyBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_Theater":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TheaterElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_TheaterParentData":{"StackParentData":[],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"_OverlayPortalState":{"State":["OverlayPortal"]},"_OverlayPortal":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverlayPortalElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_DeferredLayout":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"GlowingOverscrollIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StretchingOverscrollIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"OverscrollIndicatorNotification":{"ViewportNotificationMixin":[]},"_GlowingOverscrollIndicatorState":{"State":["GlowingOverscrollIndicator"]},"_GlowController":{"Listenable":[]},"_GlowingOverscrollIndicatorPainter":{"Listenable":[]},"_StretchingOverscrollIndicatorState":{"State":["StretchingOverscrollIndicator"]},"_StretchController":{"Listenable":[]},"PageStorageKey":{"ValueKey":["1"],"LocalKey":[],"Key":[]},"PageStorage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageController":{"ScrollController":[],"Listenable":[]},"PageMetrics":{"ScrollMetrics":[]},"_PagePosition":{"ScrollPosition":[],"PageMetrics":[],"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"_PageViewState":{"State":["PageView"]},"PageRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"_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":[],"HitTestTarget":[]},"_PlatformViewPlaceHolder":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PreferredSize":{"StatelessWidget":[],"PreferredSizeWidget":[],"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":{"Listenable":[]},"_RestorationScopeState":{"State":["RestorationScope"]},"_RootRestorationScopeState":{"State":["RootRestorationScope"]},"RestorableValue":{"RestorableProperty":["1"],"Listenable":[]},"_RestorablePrimitiveValueN":{"RestorableProperty":["1"],"Listenable":[]},"_RestorablePrimitiveValue":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"Listenable":[]},"RestorableNum":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"Listenable":[],"RestorableValue.T":"1","_RestorablePrimitiveValueN.T":"1"},"RestorableBool":{"_RestorablePrimitiveValueN":["bool"],"RestorableProperty":["bool"],"Listenable":[],"RestorableValue.T":"bool","_RestorablePrimitiveValueN.T":"bool"},"RestorableBoolN":{"_RestorablePrimitiveValueN":["bool?"],"RestorableProperty":["bool?"],"Listenable":[],"RestorableValue.T":"bool?","_RestorablePrimitiveValueN.T":"bool?"},"RestorableStringN":{"_RestorablePrimitiveValueN":["String?"],"RestorableProperty":["String?"],"Listenable":[],"RestorableValue.T":"String?","_RestorablePrimitiveValueN.T":"String?"},"RestorableDateTime":{"RestorableProperty":["DateTime"],"Listenable":[],"RestorableValue.T":"DateTime"},"RestorableListenable":{"RestorableProperty":["1"],"Listenable":[]},"RestorableChangeNotifier":{"RestorableProperty":["1"],"Listenable":[]},"RestorableTextEditingController":{"RestorableProperty":["TextEditingController"],"Listenable":[]},"RestorableEnumN":{"RestorableProperty":["1?"],"Listenable":[],"RestorableValue.T":"1?"},"RestorableEnum":{"RestorableProperty":["1"],"Listenable":[],"RestorableValue.T":"1"},"Router":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChildBackButtonDispatcher":{"_CallbackHookProvider":["Future"]},"_RouterState":{"State":["Router<1>"]},"_RouterScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RestorableRouteInformation":{"RestorableProperty":["RouteInformation?"],"Listenable":[],"RestorableValue.T":"RouteInformation?"},"_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"]},"SafeArea":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollAwareImageProvider":{"ImageProvider":["1"],"ImageProvider.T":"1"},"ScrollConfiguration":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollController":{"Listenable":[]},"_SelectionKeepAlive":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SaltedValueKey":{"ValueKey":["Key"],"LocalKey":[],"Key":[],"ValueKey.T":"Key"},"_SelectionKeepAliveState":{"State":["_SelectionKeepAlive"]},"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"]},"ScrollPosition":{"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"ScrollMetricsNotification":{"ViewportNotificationMixin":[]},"ScrollPositionWithSingleContext":{"ScrollPosition":[],"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"GridView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"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":[]},"ScrollableState":{"State":["Scrollable"]},"_ScrollableSelectionHandlerState":{"State":["_ScrollableSelectionHandler"]},"_ScrollableSelectionContainerDelegate":{"Listenable":[]},"_ScrollSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderScrollSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_RestorableScrollOffset":{"RestorableProperty":["double?"],"Listenable":[],"RestorableValue.T":"double?"},"ScrollIntent":{"Intent":[]},"ScrollAction":{"ContextAction":["ScrollIntent"],"Action":["ScrollIntent"],"Action.T":"ScrollIntent","ContextAction.T":"ScrollIntent"},"RawScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ThumbPressGestureRecognizer":{"LongPressGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_TrackTapGestureRecognizer":{"TapGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScrollbarPainter":{"Listenable":[]},"RawScrollbarState":{"State":["1"]},"MultiSelectableSelectionContainerDelegate":{"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"},"LogicalKeySet":{"KeySet":["LogicalKeyboardKey"],"ShortcutActivator":[],"KeySet.T":"LogicalKeyboardKey"},"SingleActivator":{"ShortcutActivator":[]},"Shortcuts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ShortcutRegistrar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ShortcutManager":{"Listenable":[]},"_ShortcutsState":{"State":["Shortcuts"]},"CallbackShortcuts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ShortcutRegistry":{"Listenable":[]},"_ShortcutRegistrarState":{"State":["ShortcutRegistrar"]},"_ShortcutRegistrarScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleChildScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SingleChildViewport":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SingleChildViewportElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderSingleChildViewport":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"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":[],"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":[],"HitTestTarget":[]},"SlottedMultiChildRenderObjectWidget":{"SlottedMultiChildRenderObjectWidgetMixin":["1","2"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlottedRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"SnapshotController":{"Listenable":[]},"SnapshotWidget":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSnapshotWidget":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"SnapshotPainter":{"Listenable":[]},"_DefaultSnapshotPainter":{"Listenable":[]},"Spacer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Table":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TableElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"TableCell":{"ParentDataWidget":["TableCellParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"TableCellParentData"},"TapAndHorizontalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"TapAndPanGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"BaseTapAndDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"RenderTapRegionSurface":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderTapRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"TapRegionSurface":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"TapRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextFieldTapRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTextStyle":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTextHeightBehavior":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Text":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NullWidget4":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DoNothingAndStopPropagationTextIntent":{"Intent":[]},"DeleteCharacterIntent":{"Intent":[]},"DeleteToNextWordBoundaryIntent":{"Intent":[]},"DeleteToLineBreakIntent":{"Intent":[]},"DirectionalCaretMovementIntent":{"Intent":[]},"ExtendSelectionByCharacterIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToNextWordBoundaryIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToNextWordBoundaryOrCaretLocationIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExpandSelectionToDocumentBoundaryIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExpandSelectionToLineBreakIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToLineBreakIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionVerticallyToAdjacentLineIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionVerticallyToAdjacentPageIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToNextParagraphBoundaryIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToNextParagraphBoundaryOrCaretLocationIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToDocumentBoundaryIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ScrollToDocumentBoundaryIntent":{"Intent":[]},"ExtendSelectionByPageIntent":{"Intent":[]},"SelectAllTextIntent":{"Intent":[]},"CopySelectionTextIntent":{"Intent":[]},"PasteTextIntent":{"Intent":[]},"RedoTextIntent":{"Intent":[]},"ReplaceTextIntent":{"Intent":[]},"UndoTextIntent":{"Intent":[]},"UpdateSelectionIntent":{"Intent":[]},"TransposeCharactersIntent":{"Intent":[]},"DirectionalTextEditingIntent":{"Intent":[]},"ToolbarItemsParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"_SelectionToolbarWrapper":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectionHandleOverlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextSelectionGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectionToolbarWrapperState":{"State":["_SelectionToolbarWrapper"]},"_SelectionHandleOverlayState":{"State":["_SelectionHandleOverlay"]},"_TextSelectionGestureDetectorState":{"State":["TextSelectionGestureDetector"]},"ClipboardStatusNotifier":{"ValueNotifier":["ClipboardStatus"],"Listenable":[],"WidgetsBindingObserver":[]},"TickerMode":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EffectiveTickerMode":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TickerModeState":{"State":["TickerMode"]},"_ConstantValueListenable":{"Listenable":[]},"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":[]},"ListenableBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UndoHistory":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UndoHistoryState":{"State":["UndoHistory<1>"]},"UndoHistoryController":{"ValueNotifier":["UndoHistoryValue"],"Listenable":[]},"ValueListenableBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ValueListenableBuilderState":{"State":["ValueListenableBuilder<1>"]},"_ViewScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"View":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Viewport":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ViewportElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ShrinkWrappingViewport":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VisibilityScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Visibility":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_Visibility":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderVisibility":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"WidgetSpan":{"InlineSpan":[],"DiagnosticableTree":[]},"_WidgetSpanParentData":{"ParentDataWidget":["TextParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"TextParentData"},"_AutoScaleInlineWidget":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderScaledInlineWidget":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"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":[]},"CupertinoLocalizationCy":{"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":[]},"MaterialLocalizationCy":{"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":[]},"WidgetsLocalizationAf":{"WidgetsLocalizations":[]},"WidgetsLocalizationAm":{"WidgetsLocalizations":[]},"WidgetsLocalizationAr":{"WidgetsLocalizations":[]},"WidgetsLocalizationAs":{"WidgetsLocalizations":[]},"WidgetsLocalizationAz":{"WidgetsLocalizations":[]},"WidgetsLocalizationBe":{"WidgetsLocalizations":[]},"WidgetsLocalizationBg":{"WidgetsLocalizations":[]},"WidgetsLocalizationBn":{"WidgetsLocalizations":[]},"WidgetsLocalizationBs":{"WidgetsLocalizations":[]},"WidgetsLocalizationCa":{"WidgetsLocalizations":[]},"WidgetsLocalizationCs":{"WidgetsLocalizations":[]},"WidgetsLocalizationCy":{"WidgetsLocalizations":[]},"WidgetsLocalizationDa":{"WidgetsLocalizations":[]},"WidgetsLocalizationDe":{"WidgetsLocalizations":[]},"WidgetsLocalizationDeCh":{"WidgetsLocalizations":[]},"WidgetsLocalizationEl":{"WidgetsLocalizations":[]},"WidgetsLocalizationEn":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnAu":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnCa":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnGb":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnIe":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnIn":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnNz":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnSg":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnZa":{"WidgetsLocalizations":[]},"WidgetsLocalizationEs":{"WidgetsLocalizations":[]},"WidgetsLocalizationEs419":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsAr":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsBo":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsCl":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsCo":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsCr":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsDo":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsEc":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsGt":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsHn":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsMx":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsNi":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsPa":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsPe":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsPr":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsPy":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsSv":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsUs":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsUy":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsVe":{"WidgetsLocalizations":[]},"WidgetsLocalizationEt":{"WidgetsLocalizations":[]},"WidgetsLocalizationEu":{"WidgetsLocalizations":[]},"WidgetsLocalizationFa":{"WidgetsLocalizations":[]},"WidgetsLocalizationFi":{"WidgetsLocalizations":[]},"WidgetsLocalizationFil":{"WidgetsLocalizations":[]},"WidgetsLocalizationFr":{"WidgetsLocalizations":[]},"WidgetsLocalizationFrCa":{"WidgetsLocalizations":[]},"WidgetsLocalizationGl":{"WidgetsLocalizations":[]},"WidgetsLocalizationGsw":{"WidgetsLocalizations":[]},"WidgetsLocalizationGu":{"WidgetsLocalizations":[]},"WidgetsLocalizationHe":{"WidgetsLocalizations":[]},"WidgetsLocalizationHi":{"WidgetsLocalizations":[]},"WidgetsLocalizationHr":{"WidgetsLocalizations":[]},"WidgetsLocalizationHu":{"WidgetsLocalizations":[]},"WidgetsLocalizationHy":{"WidgetsLocalizations":[]},"WidgetsLocalizationId":{"WidgetsLocalizations":[]},"WidgetsLocalizationIs":{"WidgetsLocalizations":[]},"WidgetsLocalizationIt":{"WidgetsLocalizations":[]},"WidgetsLocalizationJa":{"WidgetsLocalizations":[]},"WidgetsLocalizationKa":{"WidgetsLocalizations":[]},"WidgetsLocalizationKk":{"WidgetsLocalizations":[]},"WidgetsLocalizationKm":{"WidgetsLocalizations":[]},"WidgetsLocalizationKn":{"WidgetsLocalizations":[]},"WidgetsLocalizationKo":{"WidgetsLocalizations":[]},"WidgetsLocalizationKy":{"WidgetsLocalizations":[]},"WidgetsLocalizationLo":{"WidgetsLocalizations":[]},"WidgetsLocalizationLt":{"WidgetsLocalizations":[]},"WidgetsLocalizationLv":{"WidgetsLocalizations":[]},"WidgetsLocalizationMk":{"WidgetsLocalizations":[]},"WidgetsLocalizationMl":{"WidgetsLocalizations":[]},"WidgetsLocalizationMn":{"WidgetsLocalizations":[]},"WidgetsLocalizationMr":{"WidgetsLocalizations":[]},"WidgetsLocalizationMs":{"WidgetsLocalizations":[]},"WidgetsLocalizationMy":{"WidgetsLocalizations":[]},"WidgetsLocalizationNb":{"WidgetsLocalizations":[]},"WidgetsLocalizationNe":{"WidgetsLocalizations":[]},"WidgetsLocalizationNl":{"WidgetsLocalizations":[]},"WidgetsLocalizationNo":{"WidgetsLocalizations":[]},"WidgetsLocalizationOr":{"WidgetsLocalizations":[]},"WidgetsLocalizationPa":{"WidgetsLocalizations":[]},"WidgetsLocalizationPl":{"WidgetsLocalizations":[]},"WidgetsLocalizationPs":{"WidgetsLocalizations":[]},"WidgetsLocalizationPt":{"WidgetsLocalizations":[]},"WidgetsLocalizationPtPt":{"WidgetsLocalizations":[]},"WidgetsLocalizationRo":{"WidgetsLocalizations":[]},"WidgetsLocalizationRu":{"WidgetsLocalizations":[]},"WidgetsLocalizationSi":{"WidgetsLocalizations":[]},"WidgetsLocalizationSk":{"WidgetsLocalizations":[]},"WidgetsLocalizationSl":{"WidgetsLocalizations":[]},"WidgetsLocalizationSq":{"WidgetsLocalizations":[]},"WidgetsLocalizationSr":{"WidgetsLocalizations":[]},"WidgetsLocalizationSrCyrl":{"WidgetsLocalizations":[]},"WidgetsLocalizationSrLatn":{"WidgetsLocalizations":[]},"WidgetsLocalizationSv":{"WidgetsLocalizations":[]},"WidgetsLocalizationSw":{"WidgetsLocalizations":[]},"WidgetsLocalizationTa":{"WidgetsLocalizations":[]},"WidgetsLocalizationTe":{"WidgetsLocalizations":[]},"WidgetsLocalizationTh":{"WidgetsLocalizations":[]},"WidgetsLocalizationTl":{"WidgetsLocalizations":[]},"WidgetsLocalizationTr":{"WidgetsLocalizations":[]},"WidgetsLocalizationUk":{"WidgetsLocalizations":[]},"WidgetsLocalizationUr":{"WidgetsLocalizations":[]},"WidgetsLocalizationUz":{"WidgetsLocalizations":[]},"WidgetsLocalizationVi":{"WidgetsLocalizations":[]},"WidgetsLocalizationZh":{"WidgetsLocalizations":[]},"WidgetsLocalizationZhHans":{"WidgetsLocalizations":[]},"WidgetsLocalizationZhHant":{"WidgetsLocalizations":[]},"WidgetsLocalizationZhHantHk":{"WidgetsLocalizations":[]},"WidgetsLocalizationZhHantTw":{"WidgetsLocalizations":[]},"WidgetsLocalizationZu":{"WidgetsLocalizations":[]},"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"]},"_ValueNotifier":{"ValueNotifier":["1"],"Listenable":[]},"SlidableDismissal":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableDismissalState":{"State":["SlidableDismissal"]},"_SizeTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FlexEntranceTransitionParentData":{"FlexParentData":[],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"FlexEntranceTransition":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderFlexEntranceTransition":{"RenderBoxContainerDefaultsMixin":["RenderBox","_FlexEntranceTransitionParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_FlexEntranceTransitionParentData"],"RenderObject":[],"DiagnosticableTree":[],"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":[],"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"]},"StyledToastTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"TrustedTypesException":{"Exception":[]},"AttributeName":{"Comparable":["Object"]},"Element":{"Node0":[]},"Document":{"Node0":[]},"DocumentType":{"Node0":[]},"Text0":{"Node0":[]},"Comment":{"Node0":[]},"NodeList":{"ListProxy":["Node0"],"ListBase":["Node0"],"List":["Node0"],"EfficientLengthIterable":["Node0"],"Iterable":["Node0"],"ListBase.E":"Node0","Iterable.E":"Node0"},"FilteredElementList":{"ListBase":["Element"],"List":["Element"],"EfficientLengthIterable":["Element"],"Iterable":["Element"],"ListBase.E":"Element","Iterable.E":"Element"},"ParseError":{"Exception":[]},"InitialPhase":{"Phase":[]},"BeforeHtmlPhase":{"Phase":[]},"BeforeHeadPhase":{"Phase":[]},"InHeadPhase":{"Phase":[]},"AfterHeadPhase":{"Phase":[]},"InBodyPhase":{"Phase":[]},"TextPhase":{"Phase":[]},"InTablePhase":{"Phase":[]},"InTableTextPhase":{"Phase":[]},"InCaptionPhase":{"Phase":[]},"InColumnGroupPhase":{"Phase":[]},"InTableBodyPhase":{"Phase":[]},"InRowPhase":{"Phase":[]},"InCellPhase":{"Phase":[]},"InSelectPhase":{"Phase":[]},"InSelectInTablePhase":{"Phase":[]},"InForeignContentPhase":{"Phase":[]},"AfterBodyPhase":{"Phase":[]},"InFramesetPhase":{"Phase":[]},"AfterFramesetPhase":{"Phase":[]},"AfterAfterBodyPhase":{"Phase":[]},"AfterAfterFramesetPhase":{"Phase":[]},"ElementCssClassSet":{"SetBase":["String"],"Set":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"Iterable.E":"String","SetBase.E":"String"},"_CssClassSetImpl":{"SetBase":["String"],"Set":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"]},"_EncodingRangeException":{"Exception":[]},"ListProxy":{"ListBase":["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?"],"ListBase":["Element?"],"List":["Element?"],"EfficientLengthIterable":["Element?"],"Iterable":["Element?"],"ListBase.E":"Element?","Iterable.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"},"ColorFloat16":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorFloat32":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorFloat64":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorInt16":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorInt32":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorInt8":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint1":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint16":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint2":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint32":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint4":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint8":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorRgb8":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorRgba8":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"IfdByteValue":{"IfdValue":[]},"IfdValueAscii":{"IfdValue":[]},"InternalPngFrame":{"PngFrame":[]},"Image0":{"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageData0":{"Iterable":["Pixel"]},"ImageDataFloat16":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataFloat32":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataFloat64":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataInt16":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataInt32":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataInt8":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint1":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint16":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint2":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint32":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint4":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint8":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"PixelFloat16":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelFloat32":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelFloat64":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelInt16":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelInt32":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelInt8":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint1":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint16":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint2":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint32":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint4":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint8":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUndefined":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ImageException":{"Exception":[]},"BillingResultWrapper":{"HasBillingResponse":[]},"ProductDetailsResponseWrapper":{"HasBillingResponse":[]},"PurchasesResultWrapper":{"HasBillingResponse":[]},"GooglePlayProductDetails":{"ProductDetails":[]},"GooglePlayPurchaseDetails":{"PurchaseDetails":[]},"InAppPurchaseException":{"Exception":[]},"AppStoreProductDetails":{"ProductDetails":[]},"AppStorePurchaseDetails":{"PurchaseDetails":[]},"_DateFormatLiteralField":{"_DateFormatField":[]},"_DateFormatQuotedField":{"_DateFormatField":[]},"_DateFormatPatternField":{"_DateFormatField":[]},"LocaleDataException":{"Exception":[]},"CountryPickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CountryPickerDialogState":{"State":["CountryPickerDialog"]},"IntlPhoneField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IntlPhoneFieldState":{"State":["IntlPhoneField"]},"_$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":[],"HasActivities":[]},"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":[],"HasActivities":[]},"_$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":[],"BelongsToVendor":[]},"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":[],"BelongsToVendor":[]},"_$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":[]},"ScheduleEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ScheduleListResponseSerializer":{"StructuredSerializer":["ScheduleListResponse"],"Serializer":["ScheduleListResponse"]},"_$ScheduleItemResponseSerializer":{"StructuredSerializer":["ScheduleItemResponse"],"Serializer":["ScheduleItemResponse"]},"_$ScheduleEntitySerializer":{"StructuredSerializer":["ScheduleEntity"],"Serializer":["ScheduleEntity"]},"_$ScheduleParametersSerializer":{"StructuredSerializer":["ScheduleParameters"],"Serializer":["ScheduleParameters"]},"_$ScheduleListResponse":{"ScheduleListResponse":[]},"_$ScheduleItemResponse":{"ScheduleItemResponse":[]},"_$ScheduleEntity":{"ScheduleEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$ScheduleParameters":{"ScheduleParameters":[]},"_$SettingsEntitySerializer":{"StructuredSerializer":["SettingsEntity"],"Serializer":["SettingsEntity"]},"_$PdfPreviewRequestSerializer":{"StructuredSerializer":["PdfPreviewRequest"],"Serializer":["PdfPreviewRequest"]},"_$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":[]},"DocumentStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$DocumentStatusEntity":{"DocumentStatusEntity":[],"EntityStatus":[],"SelectableEntity":[]},"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":[]},"PaymentStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$PaymentStatusEntity":{"PaymentStatusEntity":[],"EntityStatus":[],"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":[]},"_$TaxDataEntitySerializer":{"StructuredSerializer":["TaxDataEntity"],"Serializer":["TaxDataEntity"]},"_$TaxConfigEntitySerializer":{"StructuredSerializer":["TaxConfigEntity"],"Serializer":["TaxConfigEntity"]},"_$TaxConfigRegionEntitySerializer":{"StructuredSerializer":["TaxConfigRegionEntity"],"Serializer":["TaxConfigRegionEntity"]},"_$TaxConfigSubregionEntitySerializer":{"StructuredSerializer":["TaxConfigSubregionEntity"],"Serializer":["TaxConfigSubregionEntity"]},"_$TaxDataEntity":{"TaxDataEntity":[]},"_$TaxConfigEntity":{"TaxConfigEntity":[]},"_$TaxConfigRegionEntity":{"TaxConfigRegionEntity":[]},"_$TaxConfigSubregionEntity":{"TaxConfigSubregionEntity":[]},"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"]},"_$TransactionStatusEntitySerializer":{"StructuredSerializer":["TransactionStatusEntity"],"Serializer":["TransactionStatusEntity"]},"_$TransactionListResponse":{"TransactionListResponse":[]},"_$TransactionItemResponse":{"TransactionItemResponse":[]},"_$TransactionEntity":{"TransactionEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$TransactionStatusEntity":{"TransactionStatusEntity":[],"EntityStatus":[],"SelectableEntity":[]},"TransactionRuleEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$TransactionRuleListResponseSerializer":{"StructuredSerializer":["TransactionRuleListResponse"],"Serializer":["TransactionRuleListResponse"]},"_$TransactionRuleItemResponseSerializer":{"StructuredSerializer":["TransactionRuleItemResponse"],"Serializer":["TransactionRuleItemResponse"]},"_$TransactionRuleEntitySerializer":{"StructuredSerializer":["TransactionRuleEntity"],"Serializer":["TransactionRuleEntity"]},"_$TransactionRuleCriteriaEntitySerializer":{"StructuredSerializer":["TransactionRuleCriteriaEntity"],"Serializer":["TransactionRuleCriteriaEntity"]},"_$TransactionRuleListResponse":{"TransactionRuleListResponse":[]},"_$TransactionRuleItemResponse":{"TransactionRuleItemResponse":[]},"_$TransactionRuleEntity":{"TransactionRuleEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$TransactionRuleCriteriaEntity":{"TransactionRuleCriteriaEntity":[]},"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":[],"HasActivities":[]},"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":[],"HasActivities":[]},"_$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":[]},"UpdateLastHistory":{"PersistUI":[]},"DismissNativeWarning":{"PersistUI":[]},"DismissNativeWarningPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissGatewayWarningPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissReviewAppPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissOneYearReviewAppPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissTwoYearReviewAppPermanently":{"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":[]},"SaveEInvoiceCertificateRequest":{"StartSaving":[]},"SaveEInvoiceCertificateSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCompany":{"StartSaving":[]},"DeleteCompanyRequest":{"StartSaving":[]},"PurgeDataRequest":{"StartSaving":[]},"PurgeDataSuccess":{"StopSaving":[],"PersistData":[]},"SaveCompanyDocumentRequest":{"StartSaving":[]},"SetDefaultCompanyRequest":{"StartSaving":[]},"SaveCompanyFailure":{"StopSaving":[]},"SaveEInvoiceCertificateFailure":{"StopSaving":[]},"AddCompanySuccess":{"StopSaving":[]},"DeleteCompanySuccess":{"StopSaving":[],"PersistData":[]},"DeleteCompanyFailure":{"StopSaving":[]},"PurgeDataFailure":{"StopSaving":[]},"SaveCompanyDocumentFailure":{"StopSaving":[]},"SetDefaultCompanySuccess":{"StopSaving":[]},"SetDefaultCompanyFailure":{"StopSaving":[]},"_$UserCompanyStateSerializer":{"StructuredSerializer":["UserCompanyState"],"Serializer":["UserCompanyState"]},"_$UserCompanyState":{"UserCompanyState":[]},"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":[]},"SaveDocumentRequest":{"StartSaving":[]},"SaveDocumentSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddDocumentSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"DownloadDocumentsRequest":{"StartSaving":[]},"ArchiveDocumentRequest":{"StartSaving":[]},"ArchiveDocumentSuccess":{"StopSaving":[],"PersistData":[]},"DeleteDocumentRequest":{"StartSaving":[]},"DeleteDocumentSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"RestoreDocumentRequest":{"StartSaving":[]},"RestoreDocumentSuccess":{"StopSaving":[],"PersistData":[]},"FilterDocuments":{"PersistUI":[]},"FilterDocumentsByStatus":{"PersistUI":[]},"SortDocuments":{"PersistUI":[],"PersistPrefs":[]},"FilterDocumentsByState":{"PersistUI":[]},"FilterDocumentsByCustom1":{"PersistUI":[]},"FilterDocumentsByCustom2":{"PersistUI":[]},"FilterDocumentsByCustom3":{"PersistUI":[]},"FilterDocumentsByCustom4":{"PersistUI":[]},"LoadDocumentRequest":{"StartLoading":[]},"LoadDocumentFailure":{"StopLoading":[]},"SaveDocumentFailure":{"StopSaving":[]},"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":[]},"AutoBillInvoicesRequest":{"StartSaving":[]},"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":[]},"AutoBillInvoicesSuccess":{"StopSaving":[]},"AutoBillInvoicesFailure":{"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":[]},"FilterPaymentsByStatus":{"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":[]},"SetTaxCategoryProductsRequest":{"StartSaving":[]},"SetTaxCategoryProductsSuccess":{"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":[]},"SetTaxCategoryProductsFailure":{"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":[]},"FilterRecurringExpensesByStatus":{"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":[]},"UpdatePricesRecurringInvoicesRequest":{"StartSaving":[]},"IncreasePricesRecurringInvoicesRequest":{"StartSaving":[]},"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":[]},"UpdatePricesRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"UpdatePricesRecurringInvoicesFailure":{"StopSaving":[]},"IncreasePricesRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"IncreasePricesRecurringInvoicesFailure":{"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":[]},"ViewScheduleList":{"PersistUI":[]},"ViewSchedule":{"PersistUI":[],"PersistPrefs":[]},"EditSchedule":{"PersistUI":[],"PersistPrefs":[]},"UpdateSchedule":{"PersistUI":[]},"LoadScheduleSuccess":{"StopLoading":[],"PersistData":[]},"LoadSchedulesFailure":{"StopLoading":[]},"LoadSchedulesSuccess":{"StopLoading":[]},"SaveScheduleRequest":{"StartSaving":[]},"SaveScheduleSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddScheduleSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveSchedulesRequest":{"StartSaving":[]},"ArchiveSchedulesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteSchedulesRequest":{"StartSaving":[]},"DeleteSchedulesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreSchedulesRequest":{"StartSaving":[]},"RestoreSchedulesSuccess":{"StopSaving":[],"PersistData":[]},"FilterSchedules":{"PersistUI":[]},"SortSchedules":{"PersistUI":[],"PersistPrefs":[]},"FilterSchedulesByState":{"PersistUI":[]},"FilterSchedulesByCustom1":{"PersistUI":[]},"FilterSchedulesByCustom2":{"PersistUI":[]},"FilterSchedulesByCustom3":{"PersistUI":[]},"FilterSchedulesByCustom4":{"PersistUI":[]},"UpdateScheduleTab":{"PersistUI":[]},"LoadScheduleRequest":{"StartLoading":[]},"LoadScheduleFailure":{"StopLoading":[]},"LoadSchedulesRequest":{"StartLoading":[]},"SaveScheduleFailure":{"StopSaving":[]},"ArchiveSchedulesFailure":{"StopSaving":[]},"DeleteSchedulesFailure":{"StopSaving":[]},"RestoreSchedulesFailure":{"StopSaving":[]},"_$ScheduleStateSerializer":{"StructuredSerializer":["ScheduleState"],"Serializer":["ScheduleState"]},"_$ScheduleUIStateSerializer":{"StructuredSerializer":["ScheduleUIState"],"Serializer":["ScheduleUIState"]},"_$ScheduleState":{"ScheduleState":[]},"_$ScheduleUIState":{"ScheduleUIState":[]},"ViewSettings":{"PersistUI":[]},"ClearSettingsFilter":{"PersistUI":[]},"UpdateSettings":{"PersistUI":[]},"UpdateSettingsTab":{"PersistUI":[]},"UpdatedSettingUI":{"PersistUI":[]},"UpdateSettingsTemplate":{"PersistUI":[]},"UpdateUserSettings":{"PersistUI":[]},"UploadLogoRequest":{"StartSaving":[]},"SaveUserSettingsRequest":{"StartSaving":[]},"SaveUserSettingsSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"SaveAuthUserRequest":{"StartSaving":[]},"SaveAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ConnecOAuthUserRequest":{"StartSaving":[]},"ConnectOAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"DisconnecOAuthUserRequest":{"StartSaving":[]},"DisconnectOAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"DisconnectOAuthMailerRequest":{"StartSaving":[]},"DisconnectOAuthMailerSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"DisableTwoFactorRequest":{"StartSaving":[]},"DisableTwoFactorSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"ConnecGmailUserRequest":{"StartSaving":[]},"ConnecGmailUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"FilterSettings":{"PersistUI":[]},"UpdatedSetting":{"PersistUI":[]},"UploadLogoFailure":{"StopSaving":[]},"SaveUserSettingsFailure":{"StopSaving":[]},"SaveAuthUserFailure":{"StopSaving":[]},"ConnecOAuthUserFailure":{"StopSaving":[]},"DisconnecOAuthUserFailure":{"StopSaving":[]},"DisconnectOAuthMailerFailure":{"StopSaving":[]},"DisableTwoFactorFailure":{"StopSaving":[]},"ConnecGmailUserFailure":{"StopSaving":[]},"_$SettingsUIStateSerializer":{"StructuredSerializer":["SettingsUIState"],"Serializer":["SettingsUIState"]},"_$SettingsUIState":{"SettingsUIState":[]},"_$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":[]},"LinkTransactionToPaymentRequest":{"StartSaving":[]},"LinkTransactionToPaymentSuccess":{"StopSaving":[],"PersistData":[]},"UnlinkTransactionsRequest":{"StartSaving":[]},"LinkTransactionToExpenseRequest":{"StartSaving":[]},"LinkTransactionToExpenseSuccess":{"StopSaving":[],"PersistData":[]},"ConvertTransactionsToExpensesRequest":{"StartSaving":[]},"ConvertTransactionsToExpensesSuccess":{"StopSaving":[],"PersistData":[]},"ConvertTransactionsRequest":{"StartSaving":[]},"ConvertTransactionsSuccess":{"StopSaving":[],"PersistData":[]},"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":[]},"LinkTransactionToPaymentFailure":{"StopSaving":[]},"UnlinkTransactionsSuccess":{"StopSaving":[],"PersistData":[]},"UnlinkTransactionsFailure":{"StopSaving":[]},"LinkTransactionToExpenseFailure":{"StopSaving":[]},"ConvertTransactionsToExpensesFailure":{"StopSaving":[]},"ConvertTransactionsFailure":{"StopSaving":[]},"_$TransactionStateSerializer":{"StructuredSerializer":["TransactionState"],"Serializer":["TransactionState"]},"_$TransactionUIStateSerializer":{"StructuredSerializer":["TransactionUIState"],"Serializer":["TransactionUIState"]},"_$TransactionState":{"TransactionState":[]},"_$TransactionUIState":{"TransactionUIState":[]},"ViewTransactionRuleList":{"PersistUI":[]},"ViewTransactionRule":{"PersistUI":[],"PersistPrefs":[]},"EditTransactionRule":{"PersistUI":[],"PersistPrefs":[]},"UpdateTransactionRule":{"PersistUI":[]},"LoadTransactionRuleSuccess":{"StopLoading":[],"PersistData":[]},"LoadTransactionRulesFailure":{"StopLoading":[]},"LoadTransactionRulesSuccess":{"StopLoading":[]},"SaveTransactionRuleRequest":{"StartSaving":[]},"SaveTransactionRuleSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTransactionRuleSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTransactionRulesRequest":{"StartSaving":[]},"ArchiveTransactionRulesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTransactionRulesRequest":{"StartSaving":[]},"DeleteTransactionRulesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTransactionRulesRequest":{"StartSaving":[]},"RestoreTransactionRulesSuccess":{"StopSaving":[],"PersistData":[]},"FilterTransactionRules":{"PersistUI":[]},"SortTransactionRules":{"PersistUI":[],"PersistPrefs":[]},"FilterTransactionRulesByState":{"PersistUI":[]},"FilterTransactionRulesByCustom1":{"PersistUI":[]},"FilterTransactionRulesByCustom2":{"PersistUI":[]},"FilterTransactionRulesByCustom3":{"PersistUI":[]},"FilterTransactionRulesByCustom4":{"PersistUI":[]},"UpdateTransactionRuleTab":{"PersistUI":[]},"LoadTransactionRuleRequest":{"StartLoading":[]},"LoadTransactionRuleFailure":{"StopLoading":[]},"LoadTransactionRulesRequest":{"StartLoading":[]},"SaveTransactionRuleFailure":{"StopSaving":[]},"ArchiveTransactionRulesFailure":{"StopSaving":[]},"DeleteTransactionRulesFailure":{"StopSaving":[]},"RestoreTransactionRulesFailure":{"StopSaving":[]},"_$TransactionRuleStateSerializer":{"StructuredSerializer":["TransactionRuleState"],"Serializer":["TransactionRuleState"]},"_$TransactionRuleUIStateSerializer":{"StructuredSerializer":["TransactionRuleUIState"],"Serializer":["TransactionRuleUIState"]},"_$TransactionRuleState":{"TransactionRuleState":[]},"_$TransactionRuleUIState":{"TransactionRuleUIState":[]},"_$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":[]},"AppWebView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebWebView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AutobillDropdownMenuItem":{"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":[]},"DashedRect":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashRectPainter":{"Listenable":[]},"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":[]},"DocumentGrid":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentGridState":{"State":["DocumentGrid"]},"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":[]},"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":[]},"AccountSmsVerification":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserSmsVerification":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AccountSmsVerificationState":{"State":["AccountSmsVerification"]},"_UserSmsVerificationState":{"State":["UserSmsVerification"]},"SystemLogViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SystemLogViewerState":{"State":["SystemLogViewer"]},"AppPaginatedDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppPaginatedDataTableState":{"State":["AppPaginatedDataTable"]},"EntityDataTableSource":{"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":[]},"ClientViewPaymentMethods":{"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"]},"_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":[]},"_DesignImportDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesignEditState":{"State":["DesignEdit"]},"DesignSection":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesignSettingsState":{"State":["DesignSettings"]},"_PdfDesignPreviewState":{"State":["PdfDesignPreview"]},"HtmlDesignPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InsertTabAction":{"Action":["Intent"],"Action.T":"Intent"},"__DesignImportDialogState":{"State":["_DesignImportDialog"]},"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":[]},"_PdfPreview0":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDesktopState":{"State":["InvoiceEditDesktop"]},"__PdfPreviewState":{"State":["_PdfPreview0"]},"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"]},"InvoiceTaxDetails":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"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"]},"PaymentEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"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":[]},"QuoteEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_QuoteEditState":{"State":["QuoteEdit"]},"QuoteEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"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":[]},"ReportCharts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReportDataTableState":{"State":["ReportDataTable"]},"TotalsDataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTableSource":{"Listenable":[]},"ReportStringValue":{"ReportElement":[]},"ReportEntityTypeValue":{"ReportElement":[]},"ReportAgeValue":{"ReportElement":[]},"ReportDurationValue":{"ReportElement":[]},"ReportIntValue":{"ReportElement":[]},"ReportNumberValue":{"ReportElement":[]},"ReportBoolValue":{"ReportElement":[]},"ReportsScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScheduleEditState":{"State":["ScheduleEdit"]},"ScheduleEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScheduleViewState":{"State":["ScheduleView"]},"ScheduleViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"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":[]},"_PdfPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceDesignState":{"State":["InvoiceDesign"]},"_PdfPreviewState":{"State":["_PdfPreview"]},"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":[]},"SettingsListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SettingsListState":{"State":["SettingsList"]},"_SettingsListTileState":{"State":["SettingsListTile"]},"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":[]},"_EditSubregionDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxSettingsState":{"State":["TaxSettings"]},"NumberOfRatesSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__EditSubregionDialogState":{"State":["_EditSubregionDialog"]},"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":[]},"_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":[]},"TaskStatusList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskStatusListState":{"State":["TaskStatusList"]},"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":[]},"TransactionRuleEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RuleCriteria":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TransactionRuleEditState":{"State":["TransactionRuleEdit"]},"__RuleCriteriaState":{"State":["_RuleCriteria"]},"TransactionRuleEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionRuleListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionRuleListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionRuleScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionRuleScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionRuleView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TransactionRuleViewState":{"State":["TransactionRuleView"]},"TransactionRuleViewScreen":{"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"]},"VendorEditSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditSettingsState":{"State":["VendorEditSettings"]},"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"]},"AppLocalizationsDelegate":{"LocalizationsDelegate":["AppLocalization"],"LocalizationsDelegate.T":"AppLocalization"},"_EmptyParagraphSyntax":{"BlockSyntax":[]},"ExampleEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExampleEditorState":{"State":["ExampleEditor"]},"EditorToolbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImageFormatToolbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EditorToolbarState":{"State":["EditorToolbar"]},"_ImageFormatToolbarState":{"State":["ImageFormatToolbar"]},"_PositionedToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleLineAttributedTextEditingController":{"AttributedTextEditingController":[],"Listenable":[]},"LinkableElement":{"LinkifyElement":[]},"TextElement0":{"LinkifyElement":[]},"EmailLinkifier":{"Linkifier":[]},"EmailElement":{"LinkifyElement":[]},"UrlLinkifier":{"Linkifier":[]},"UrlElement":{"LinkifyElement":[]},"AndroidAuthMessages":{"AuthMessages":[]},"IOSAuthMessages":{"AuthMessages":[]},"WindowsAuthMessages":{"AuthMessages":[]},"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":[]},"_FadeWidgetState":{"State":["FadeWidget"]},"OctoImage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OctoImageState":{"State":["OctoImage"]},"OverflowViewParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderOverflowView":{"RenderBoxContainerDefaultsMixin":["RenderBox","OverflowViewParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","OverflowViewParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"OverflowViewParentData","RenderBoxContainerDefaultsMixin.1":"OverflowViewParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"OverflowView":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverflowViewElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"CupertinoPopoverMenu":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderPopover":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"CupertinoPopoverToolbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IosPagerParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"_CupertinoPopoverToolbarState":{"State":["CupertinoPopoverToolbar"]},"_MenuPageController":{"Listenable":[]},"_IosToolbarMenuContent":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderIosPagedMenu":{"RenderBoxContainerDefaultsMixin":["RenderBox","_IosPagerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_IosPagerParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_IosPagerParentData","RenderBoxContainerDefaultsMixin.1":"_IosPagerParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"PathException":{"Exception":[]},"MissingPlatformDirectoryException":{"Exception":[]},"PinchZoom":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinchZoomState":{"State":["PinchZoom"]},"Pinput":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputAnimatedCursor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputState":{"State":["Pinput"],"WidgetsBindingObserver":[],"AutofillClient":[]},"_PinputFormField":{"FormField":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"String"},"_SeparatedRaw":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputCursor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputAnimatedCursorState":{"State":["_PinputAnimatedCursor"]},"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":{"Listenable":[]},"PdfPreviewCustom":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreviewCustomState":{"State":["PdfPreviewCustom"]},"PdfPreviewPage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreviewState":{"State":["PdfPreview"]},"QrBitBuffer":{"ListBase":["bool"],"List":["bool"],"EfficientLengthIterable":["bool"],"Iterable":["bool"],"ListBase.E":"bool","Iterable.E":"bool"},"QrByte":{"QrDatum":[]},"InputTooLongException":{"Exception":[]},"QrImageView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_QrImageViewState":{"State":["QrImageView"]},"_QrContentView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QrPainter":{"Listenable":[]},"LoggingMiddleware":{"MiddlewareClass":["1"]},"RoundedLoadingButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RoundedLoadingButtonState":{"State":["RoundedLoadingButton"]},"DeferStream":{"Stream":["1"],"Stream.T":"1"},"ValueStreamError":{"Error":[]},"BehaviorSubject":{"Subject":["1"],"EventSink":["1"],"Stream":["1"],"Stream.T":"1"},"_BehaviorSubjectStream":{"Stream":["1"],"Stream.T":"1"},"Subject":{"EventSink":["1"],"Stream":["1"]},"_SubjectStream":{"Stream":["1"],"Stream.T":"1"},"_MultiControllerSink":{"EventSink":["1"]},"NoOpClient":{"Client0":[]},"SentryNavigatorObserver":{"RouteObserver":["PageRoute<@>"],"NavigatorObserver":[],"RouteObserver.R":"PageRoute<@>"},"AppleLogoPainter":{"Listenable":[]},"SignInWithAppleButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UnknownSignInWithAppleException":{"Exception":[]},"SignInWithAppleNotSupportedException":{"Exception":[]},"SignInWithAppleAuthorizationException":{"Exception":[]},"SignInWithAppleCredentialsException":{"Exception":[]},"FileLocation":{"SourceLocation":[],"Comparable":["SourceLocation"]},"_FileSpan":{"SourceSpanWithContext":[],"Comparable":["SourceSpan"]},"SourceLocation":{"Comparable":["SourceLocation"]},"SourceLocationMixin":{"SourceLocation":[],"Comparable":["SourceLocation"]},"SourceSpan":{"Comparable":["SourceSpan"]},"SourceSpanBase":{"Comparable":["SourceSpan"]},"SourceSpanException":{"Exception":[]},"SourceSpanFormatException":{"FormatException":[],"Exception":[]},"SourceSpanMixin":{"Comparable":["SourceSpan"]},"SourceSpanWithContext":{"Comparable":["SourceSpan"]},"MyStatefulWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InheritedInjected":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Injected":{"ReactiveModel":["1"]},"InjectedImp":{"ReactiveModelImp":["1"],"ReactiveModel":["1"]},"ReactiveModelImp":{"ReactiveModel":["1"]},"OnBuilder":{"MyStatefulWidget":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MyStatefulWidgetState":{"ExtendedState":["MyStatefulWidget<1>"],"State":["MyStatefulWidget<1>"]},"IStatefulWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MyElement":{"StatefulElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ExtendedState":{"State":["1"]},"StringScannerException":{"FormatException":[],"Exception":[]},"Document2":{"Listenable":[]},"DocumentNode":{"Listenable":[]},"DocumentComposer":{"Listenable":[]},"ComposerPreferences":{"Listenable":[]},"MutableDocument":{"Document2":[],"Listenable":[]},"LinkAttribution":{"Attribution":[]},"BlockquoteComponentBuilder":{"ComponentBuilder":[]},"BlockquoteComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"BlockquoteComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoxComponent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlockNode":{"DocumentNode":[],"Listenable":[]},"_BoxComponentState":{"DocumentComponent":["BoxComponent"],"State":["BoxComponent"]},"SelectableBox":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorDebugVisuals":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorFocusDebugVisuals":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorImeDebugVisuals":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CaretDocumentOverlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CaretDocumentOverlayState":{"State":["CaretDocumentOverlay"]},"EditorSelectionAndFocusPolicy":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EditorSelectionAndFocusPolicyState":{"State":["EditorSelectionAndFocusPolicy"]},"DocumentMouseInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentMouseInteractorState":{"State":["DocumentMouseInteractor"]},"ScrollableDocument":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidDocumentTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidDocumentTouchEditingControls":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AndroidDocumentTouchInteractorState":{"State":["AndroidDocumentTouchInteractor"],"WidgetsBindingObserver":[]},"_AndroidDocumentTouchEditingControlsState":{"State":["AndroidDocumentTouchEditingControls"]},"IOSDocumentTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IOSDocumentTouchInteractorState":{"State":["IOSDocumentTouchInteractor"],"WidgetsBindingObserver":[]},"SuperEditorHardwareKeyHandler":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SuperEditorHardwareKeyHandlerState":{"State":["SuperEditorHardwareKeyHandler"]},"DocumentImeInputClient":{"DeltaTextInputClient":[]},"ImeFocusPolicy":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentSelectionOpenAndCloseImePolicy":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImeFocusPolicyState":{"State":["ImeFocusPolicy"]},"_DocumentSelectionOpenAndCloseImePolicyState":{"State":["DocumentSelectionOpenAndCloseImePolicy"]},"DeltaTextInputClientDecorator":{"DeltaTextInputClient":[]},"SoftwareKeyboardOpener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SoftwareKeyboardOpenerState":{"State":["SoftwareKeyboardOpener"]},"KeyboardEditingToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorImeInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorImeInteractorState":{"State":["SuperEditorImeInteractor"]},"DocumentScrollable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentScrollableState":{"State":["DocumentScrollable"]},"AutoScrollController":{"Listenable":[]},"HorizontalRuleNode":{"DocumentNode":[],"Listenable":[]},"HorizontalRuleComponentBuilder":{"ComponentBuilder":[]},"HorizontalRuleComponentViewModel":{"SingleColumnLayoutComponentViewModel":[]},"HorizontalRuleComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImageNode":{"DocumentNode":[],"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":[]},"UnorderedListItemComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"OrderedListItemComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListItemNode":{"TextNode":[],"DocumentNode":[],"Listenable":[]},"ListItemComponentBuilder":{"ComponentBuilder":[]},"ListItemComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"ParagraphNode":{"TextNode":[],"DocumentNode":[],"Listenable":[]},"ParagraphComponentBuilder":{"ComponentBuilder":[]},"ParagraphComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"SuperEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorLaunchLinkTapHandler":{"Listenable":[]},"SuperEditorState":{"State":["SuperEditor"]},"DefaultCaretOverlayBuilder":{"DocumentLayerBuilder":[]},"TaskComponent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskNode":{"TextNode":[],"DocumentNode":[],"Listenable":[]},"TaskComponentBuilder":{"ComponentBuilder":[]},"TaskComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"_TaskComponentState":{"DocumentComponent":["TaskComponent"],"State":["TaskComponent"],"TextComposable":[]},"TextNode":{"DocumentNode":[],"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"]},"ListenableBuilder0":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlinkingCaret":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlinkingCaretState":{"State":["BlinkingCaret"]},"_CaretPainter0":{"Listenable":[]},"ContentLayers":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContentLayersElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"RenderContentLayers":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_NullElement1":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullWidget5":{"Widget":[],"DiagnosticableTree":[]},"ContentTapDelegate":{"Listenable":[]},"NonReparentingFocus":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusWithCustomParent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NonReparentingFocusState":{"State":["NonReparentingFocus"]},"_FocusWithCustomParentState":{"State":["FocusWithCustomParent"]},"_FocusMarker":{"InheritedNotifier":["FocusNode"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"FocusNode"},"TapSequenceGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"AndroidDocumentGestureEditingController":{"Listenable":[]},"AndroidFollowingMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidMagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidSelectionHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidTextEditingFloatingToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IosDocumentTouchEditingControls":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IosDocumentTouchEditingControlsState":{"State":["IosDocumentTouchEditingControls"]},"IosDocumentGestureEditingController":{"Listenable":[]},"FloatingCursorController":{"Listenable":[]},"IOSFollowingMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSRoundedRectangleMagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSCollapsedHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSSelectionHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSTextEditingFloatingToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MagnifierAndToolbarController":{"Listenable":[]},"GestureEditingController":{"Listenable":[]},"AndroidEditingOverlayControls":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidEditingOverlayController":{"Listenable":[]},"_AndroidEditingOverlayControlsState":{"State":["AndroidEditingOverlayControls"],"WidgetsBindingObserver":[]},"AndroidTextFieldTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidTextFieldTouchInteractorState":{"State":["AndroidTextFieldTouchInteractor"]},"SuperAndroidTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperAndroidTextFieldState":{"State":["SuperAndroidTextField"],"WidgetsBindingObserver":[],"ProseTextBlock":[]},"SuperDesktopTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldGestureInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldKeyboardInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldImeInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldScrollview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldScrollviewState":{"State":["SuperTextFieldScrollview"]},"SuperDesktopTextFieldState":{"State":["SuperDesktopTextField"],"ProseTextBlock":[]},"_SuperTextFieldGestureInteractorState":{"State":["SuperTextFieldGestureInteractor"]},"_SuperTextFieldKeyboardInteractorState":{"State":["SuperTextFieldKeyboardInteractor"]},"_SuperTextFieldImeInteractorState":{"State":["SuperTextFieldImeInteractor"]},"AttributedTextEditingController":{"Listenable":[]},"FillWidthIfConstrained":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderFillWidthIfConstrained":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"MagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"OuterBoxShadow":{"BoxShadow":[],"Shadow":[]},"TextScrollView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextScrollViewState":{"State":["TextScrollView"]},"TextScrollController":{"Listenable":[]},"ImeAttributedTextEditingController":{"AttributedTextEditingController":[],"DeltaTextInputClient":[],"Listenable":[]},"IOSEditingControls":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSEditingOverlayController":{"Listenable":[]},"_IOSEditingControlsState":{"State":["IOSEditingControls"],"WidgetsBindingObserver":[]},"IOSFloatingCursor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FloatingCursorController0":{"Listenable":[]},"IOSTextFieldTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSTextFieldTouchInteractorState":{"State":["IOSTextFieldTouchInteractor"]},"SuperIOSTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperIOSTextFieldState":{"State":["SuperIOSTextField"],"WidgetsBindingObserver":[],"ProseTextBlock":[]},"SuperTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldState":{"State":["SuperTextField"]},"TextLayoutCaret":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextLayoutCaretState":{"State":["TextLayoutCaret"]},"CaretPainter":{"Listenable":[]},"BlinkController":{"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":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_SuperTextLayoutParentData","RenderBoxContainerDefaultsMixin.1":"_SuperTextLayoutParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"LayoutAwareRichText":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderLayoutAwareParagraph":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","ContainerRenderObjectMixin.0":"RenderBox"},"SuperTextWithSelection":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RebuildOptimizedSuperTextWithSelection":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SuperTextWithSelectionState":{"ProseTextState":["SuperTextWithSelection"],"State":["SuperTextWithSelection"],"ProseTextBlock":[]},"_RebuildOptimizedSuperTextWithSelectionState":{"State":["_RebuildOptimizedSuperTextWithSelection"]},"ProseTextState":{"State":["1"],"ProseTextBlock":[]},"ProseTextLayout":{"TextLayout":[]},"RenderParagraphProseTextLayout":{"ProseTextLayout":[],"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":[]},"HuMessages":{"LookupMessages":[]},"HuShortMessages":{"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":[]},"BoxValueConstraints":{"BoxConstraints":[],"Constraints":[]},"ValueLayoutBuilder":{"ConstrainedLayoutBuilder":["BoxValueConstraints<1>"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"ConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"_RenderValueLayoutBuilder":{"RenderConstrainedLayoutBuilder":["BoxValueConstraints<1>","RenderBox"],"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"RenderConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"Version":{"Comparable":["Version"]},"VsScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialScrollbar0":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollbarState":{"State":["VsScrollbar"]},"_MaterialScrollbarState0":{"RawScrollbarState":["_MaterialScrollbar0"],"State":["_MaterialScrollbar0"]},"Directory0":{"FileSystemEntity0":[],"Directory":[],"FileSystemEntity":[]},"File1":{"FileSystemEntity0":[],"File0":[],"FileSystemEntity":[]},"FileSystemEntity0":{"FileSystemEntity":[]},"CupertinoUserInterfaceLevel":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialBanner":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TooltipVisibilityScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Pixel":{"Color1":[],"Iterable":["num"]},"LinkViewController":{"PlatformViewController":[]}}')); - A._Universe_addErasedTypes(init.typeUniverse, JSON.parse('{"FixedLengthListMixin":1,"UnmodifiableListMixin":1,"UnmodifiableListBase":1,"__CastListBase__CastIterableBase_ListMixin":2,"ConstantSet":1,"NativeTypedArray":1,"EventSink":1,"MultiStreamController":1,"StreamView":1,"StreamTransformerBase":2,"_SyncStreamControllerDispatch":1,"_DelayedEvent":1,"UnmodifiableMapBase":2,"_SplayTreeNode":2,"_SplayTree":2,"_SplayTreeMap__SplayTree_MapMixin":2,"_SplayTreeSet__SplayTree_Iterable":1,"_SplayTreeSet__SplayTree_Iterable_SetMixin":1,"_UnmodifiableMapView_MapView__UnmodifiableMapMixin":2,"ChunkedConversionSink":1,"_StringSinkConversionSink":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,"__CupertinoRadioState_State_TickerProviderStateMixin":1,"__CupertinoRadioState_State_TickerProviderStateMixin_ToggleableStateMixin":1,"ToggleableStateMixin":1,"__DropdownButtonState_State_WidgetsBindingObserver":1,"MaterialStateMixin":1,"_MaterialPageRoute_PageRoute_MaterialRouteTransitionMixin":1,"_ZoomTransitionBase":1,"__RadioState_State_TickerProviderStateMixin":1,"__RadioState_State_TickerProviderStateMixin_ToggleableStateMixin":1,"ToggleableStateMixin0":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,"SlottedMultiChildRenderObjectWidget":2,"_SlottedMultiChildRenderObjectWidget_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin":2,"SingleTickerProviderStateMixin":1,"TickerProviderStateMixin":1,"_UndoHistoryState_State_UndoManagerClient":1,"ForwardingSink":2,"IObservable":1,"_ReactiveModel_Object_IObservable":1,"ProxyDocumentComponent":1,"_ProseTextState_State_ProseTextBlock":1,"__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder":1,"Factory":1,"ExceptionCauseExtractor":1,"ExceptionStackTraceExtractor":1}')); + A._Universe_addRules(init.typeUniverse, JSON.parse('{"PlainJavaScriptObject":"LegacyJavaScriptObject","UnknownJavaScriptObject":"LegacyJavaScriptObject","JavaScriptFunction":"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","BrowserAuthOptions":"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","EndSessionPopupRequest":"LegacyJavaScriptObject","SilentRequest":"LegacyJavaScriptObject","RedirectRequest":"LegacyJavaScriptObject","PopupRequest0":"LegacyJavaScriptObject","CommonSilentFlowRequest":"LegacyJavaScriptObject","CommonAuthorizationUrlRequest0":"LegacyJavaScriptObject","CommonEndSessionRequest":"LegacyJavaScriptObject","JsError":"LegacyJavaScriptObject","Promise2":"LegacyJavaScriptObject","Array":"LegacyJavaScriptObject","Object0":"LegacyJavaScriptObject","Reflect":"LegacyJavaScriptObject","NodeCrypto":"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","PointerEvent0":"MouseEvent","VttCue":"TextTrackCue","CompositionEvent":"UIEvent","AbortPaymentEvent":"ExtendableEvent","DedicatedWorkerGlobalScope":"WorkerGlobalScope","FederatedCredential":"Credential","CDataSection":"CharacterData","Text2":"CharacterData","MidiInput":"MidiPort","MathMLElement":"Element2","HttpRequestUpload":"HttpRequestEventTarget","HtmlFormControlsCollection":"HtmlCollection","CssCharsetRule":"CssRule","CssMatrixComponent":"CssTransformComponent","CssStyleSheet":"StyleSheet","CssurlImageValue":"CssStyleValue","CssImageValue":"CssStyleValue","CssResourceValue":"CssStyleValue","CanvasCaptureMediaStreamTrack":"MediaStreamTrack","BackgroundFetchClickEvent":"BackgroundFetchEvent","CkImage":{"Image1":[]},"CkBrowserImageDecoder":{"Codec":[]},"FontLoadError":{"Error":[]},"PersistedContainerSurface":{"PersistedSurface":[]},"EngineLineMetrics":{"LineMetrics":[]},"CkColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkBlendModeColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkMatrixColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkLinearToSrgbGammaColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkSrgbToLinearGammaColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkComposeColorFilter":{"CkManagedSkImageFilterConvertible":[]},"MutatorsStack":{"Iterable":["Mutator"],"Iterable.E":"Mutator"},"ImageCodecException":{"Exception":[]},"CkImageFilter":{"CkManagedSkImageFilterConvertible":[]},"_CkBlurImageFilter":{"CkManagedSkImageFilterConvertible":[]},"_CkMatrixImageFilter":{"CkManagedSkImageFilterConvertible":[]},"CkAnimatedImage":{"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":[]},"PlatformViewLayer0":{"Layer":[]},"CkPaint":{"Paint":[]},"CkPath":{"Path":[]},"SimpleCkShader":{"CkShader":[]},"CkGradientLinear":{"CkShader":[]},"CkLineMetrics":{"LineMetrics":[]},"CanvasKitError":{"Error":[]},"HttpFetchResponseImpl":{"HttpFetchResponse":[]},"HttpFetchNoPayloadError":{"Exception":[]},"HttpFetchError":{"Exception":[]},"_DomListWrapper":{"Iterable":["1"],"Iterable.E":"1"},"_DomTouchListWrapper":{"Iterable":["1"],"Iterable.E":"1"},"FontNotFoundError":{"FontLoadError":[],"Error":[]},"FontDownloadError":{"FontLoadError":[],"Error":[]},"FontInvalidDataError":{"FontLoadError":[],"Error":[]},"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":[]},"PaintDrawOval":{"PaintCommand":[]},"PaintDrawCircle":{"PaintCommand":[]},"PaintDrawPath":{"PaintCommand":[]},"PaintDrawShadow":{"PaintCommand":[]},"PaintDrawImageRect":{"PaintCommand":[]},"PaintDrawParagraph":{"PaintCommand":[]},"PersistedScene":{"PersistedContainerSurface":[],"PersistedSurface":[]},"_BlurEngineImageFilter":{"EngineImageFilter":[]},"_MatrixEngineImageFilter":{"EngineImageFilter":[]},"EngineHtmlColorFilter":{"EngineImageFilter":[]},"ModeHtmlColorFilter":{"EngineImageFilter":[]},"PersistedLeafSurface":{"PersistedSurface":[]},"PersistedTransform":{"PersistedContainerSurface":[],"PersistedSurface":[],"TransformEngineLayer0":[]},"HtmlCodec":{"Codec":[]},"HtmlBlobCodec":{"Codec":[]},"SingleFrameInfo":{"FrameInfo":[]},"HtmlImage":{"Image1":[]},"BrowserImageDecoder":{"Codec":[]},"AnimatedImageFrameInfo":{"FrameInfo":[]},"RouteName":{"RoleManager":[]},"Focusable":{"RoleManager":[]},"LabelAndValue":{"RoleManager":[]},"LiveRegion":{"RoleManager":[]},"SemanticsUpdate":{"SemanticsUpdate0":[]},"Tappable":{"RoleManager":[]},"_TypedDataBuffer":{"ListBase":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_IntBuffer":{"_TypedDataBuffer":["int"],"ListBase":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Uint8Buffer":{"_TypedDataBuffer":["int"],"ListBase":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListBase.E":"int","Iterable.E":"int","_TypedDataBuffer.E":"int"},"PlaceholderSpan":{"ParagraphSpan":[]},"ChildStyleNode":{"StyleNode":[]},"RootStyleNode":{"StyleNode":[]},"EllipsisFragment":{"LayoutFragment":[]},"EngineFlutterWindow":{"FlutterView":[]},"EngineSingletonFlutterWindow":{"FlutterView":[]},"HttpException":{"Exception":[]},"JSBool":{"bool":[],"TrustedGetRuntimeType":[]},"JSNull":{"Null":[],"TrustedGetRuntimeType":[]},"LegacyJavaScriptObject":{"JavaScriptObject":[],"GoogleAuthInitFailureError":[],"GoogleAuthSignInError":[],"GoogleAuth":[],"GoogleUser":[],"AuthenticationResult0":[],"JsError":[],"PdfJsDoc":[],"PdfJsPage":[],"SignInResponseI":[]},"JSArray":{"List":["1"],"JavaScriptObject":[],"EfficientLengthIterable":["1"],"Iterable":["1"],"JSIndexable":["1"],"Iterable.E":"1"},"JSUnmodifiableArray":{"JSArray":["1"],"List":["1"],"JavaScriptObject":[],"EfficientLengthIterable":["1"],"Iterable":["1"],"JSIndexable":["1"],"Iterable.E":"1"},"JSNumber":{"double":[],"num":[],"Comparable":["num"]},"JSInt":{"double":[],"int":[],"num":[],"Comparable":["num"],"TrustedGetRuntimeType":[]},"JSNumNotInt":{"double":[],"num":[],"Comparable":["num"],"TrustedGetRuntimeType":[]},"JSString":{"String":[],"Comparable":["String"],"Pattern":[],"JSIndexable":["@"],"TrustedGetRuntimeType":[]},"_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":{"ListBase":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"]},"CastList":{"_CastListBase":["1","2"],"ListBase":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"ListBase.E":"2","Iterable.E":"2"},"CastSet":{"Set":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"CastMap":{"MapBase":["3","4"],"Map":["3","4"],"MapBase.V":"4","MapBase.K":"3"},"CastQueue":{"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"LateError":{"Error":[]},"CodeUnits":{"ListBase":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListBase.E":"int","Iterable.E":"int"},"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"},"EfficientLengthFollowedByIterable":{"FollowedByIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"WhereTypeIterable":{"Iterable":["1"],"Iterable.E":"1"},"UnmodifiableListBase":{"ListBase":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_ListIndicesIterable":{"ListIterable":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"Iterable.E":"int","ListIterable.E":"int"},"ListMapView":{"MapBase":["int","1"],"_UnmodifiableMapMixin":["int","1"],"Map":["int","1"],"MapBase.V":"1","MapBase.K":"int"},"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"]},"_KeysOrValues":{"Iterable":["1"],"Iterable.E":"1"},"GeneralConstantMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"ConstantSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"ConstantStringSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","SetBase.E":"1"},"GeneralConstantSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","SetBase.E":"1"},"Instantiation":{"Function":[]},"Instantiation1":{"Function":[]},"NullError":{"TypeError":[],"Error":[]},"JsNoSuchMethodError":{"Error":[]},"UnknownJsTypeError":{"Error":[]},"NullThrownFromJavaScriptException":{"Exception":[]},"_StackTrace":{"StackTrace":[]},"Closure":{"Function":[]},"Closure0Args":{"Function":[]},"Closure2Args":{"Function":[]},"TearOffClosure":{"Function":[]},"StaticClosure":{"Function":[]},"BoundClosure":{"Function":[]},"_CyclicInitializationError":{"Error":[]},"RuntimeError":{"Error":[]},"JsLinkedHashMap":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"LinkedHashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"JsIdentityLinkedHashMap":{"JsLinkedHashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"JsConstantLinkedHashMap":{"JsLinkedHashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"JSSyntaxRegExp":{"RegExp":[],"Pattern":[]},"_MatchImplementation":{"RegExpMatch":[],"Match":[]},"_AllMatchesIterable":{"Iterable":["RegExpMatch"],"Iterable.E":"RegExpMatch"},"StringMatch":{"Match":[]},"_StringAllMatchesIterable":{"Iterable":["Match"],"Iterable.E":"Match"},"NativeByteBuffer":{"JavaScriptObject":[],"ByteBuffer":[],"TrustedGetRuntimeType":[]},"NativeTypedData":{"JavaScriptObject":[],"TypedData":[]},"NativeByteData":{"JavaScriptObject":[],"ByteData":[],"TypedData":[],"TrustedGetRuntimeType":[]},"NativeTypedArray":{"JavaScriptIndexingBehavior":["1"],"JavaScriptObject":[],"TypedData":[],"JSIndexable":["1"]},"NativeTypedArrayOfDouble":{"ListBase":["double"],"JavaScriptIndexingBehavior":["double"],"List":["double"],"JavaScriptObject":[],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"]},"NativeTypedArrayOfInt":{"ListBase":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"]},"NativeFloat32List":{"NativeTypedArrayOfDouble":[],"ListBase":["double"],"Float32List":[],"JavaScriptIndexingBehavior":["double"],"List":["double"],"JavaScriptObject":[],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"],"TrustedGetRuntimeType":[],"ListBase.E":"double","Iterable.E":"double"},"NativeFloat64List":{"NativeTypedArrayOfDouble":[],"ListBase":["double"],"Float64List":[],"JavaScriptIndexingBehavior":["double"],"List":["double"],"JavaScriptObject":[],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"],"TrustedGetRuntimeType":[],"ListBase.E":"double","Iterable.E":"double"},"NativeInt16List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Int16List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeInt32List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Int32List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeInt8List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Int8List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeUint16List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Uint16List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeUint32List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Uint32List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeUint8ClampedList":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Uint8ClampedList":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeUint8List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Uint8List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.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"]},"_HashMap":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"_IdentityHashMap":{"_HashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"_CustomHashMap":{"_HashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"_HashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_LinkedCustomHashMap":{"JsLinkedHashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"_HashSet":{"_SetBase":["1"],"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","SetBase.E":"1"},"_LinkedHashSet":{"_SetBase":["1"],"SetBase":["1"],"LinkedHashSet":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","SetBase.E":"1"},"UnmodifiableListView":{"ListBase":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListBase.E":"1","Iterable.E":"1"},"LinkedList":{"Iterable":["1"],"Iterable.E":"1"},"ListBase":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"MapBase":{"Map":["1","2"]},"UnmodifiableMapBase":{"MapBase":["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":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_SetBase":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"SplayTreeMap":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"_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"],"_SplayTreeIterator.T":"1"},"_SplayTreeValueIterator":{"_SplayTreeIterator":["1","_SplayTreeMapNode<1,2>","2"],"_SplayTreeIterator.T":"2"},"_SplayTreeMapEntryIterator":{"_SplayTreeIterator":["1","_SplayTreeMapNode<1,2>","MapEntry<1,2>"],"_SplayTreeIterator.T":"MapEntry<1,2>"},"SplayTreeSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","SetBase.E":"1"},"_JsonMap":{"MapBase":["String","@"],"Map":["String","@"],"MapBase.V":"@","MapBase.K":"String"},"_JsonMapKeyIterable":{"ListIterable":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"Iterable.E":"String","ListIterable.E":"String"},"_JsonDecoderSink":{"StringConversionSink":[]},"AsciiCodec":{"Encoding":[]},"_UnicodeSubsetEncoder":{"Converter":["String","List"]},"AsciiEncoder":{"Converter":["String","List"],"Converter.S":"String","Converter.T":"List"},"_UnicodeSubsetEncoderSink":{"StringConversionSink":[]},"_UnicodeSubsetDecoder":{"Converter":["List","String"]},"AsciiDecoder":{"Converter":["List","String"],"Converter.S":"List","Converter.T":"String"},"Base64Encoder":{"Converter":["List","String"],"Converter.S":"List","Converter.T":"String"},"Base64Decoder":{"Converter":["String","List"],"Converter.S":"String","Converter.T":"List"},"_Base64DecoderSink":{"StringConversionSink":[]},"_FusedConverter":{"Converter":["1","3"],"Converter.S":"1","Converter.T":"3"},"HtmlEscape":{"Converter":["String","String"],"Converter.S":"String","Converter.T":"String"},"_HtmlEscapeSink":{"StringConversionSink":[]},"JsonUnsupportedObjectError":{"Error":[]},"JsonCyclicError":{"Error":[]},"JsonEncoder":{"Converter":["Object?","String"],"Converter.S":"Object?","Converter.T":"String"},"JsonDecoder":{"Converter":["String","Object?"],"Converter.S":"String","Converter.T":"Object?"},"Latin1Codec":{"Encoding":[]},"Latin1Encoder":{"Converter":["String","List"],"Converter.S":"String","Converter.T":"List"},"Latin1Decoder":{"Converter":["List","String"],"Converter.S":"List","Converter.T":"String"},"_StringSinkConversionSink":{"StringConversionSink":[]},"_StringAdapterSink":{"StringConversionSink":[]},"Utf8Codec":{"Encoding":[]},"Utf8Encoder":{"Converter":["String","List"],"Converter.S":"String","Converter.T":"List"},"_Utf8EncoderSink":{"StringConversionSink":[]},"Utf8Decoder":{"Converter":["List","String"],"Converter.S":"List","Converter.T":"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"]},"AssertionError":{"Error":[]},"TypeError":{"Error":[]},"ArgumentError":{"Error":[]},"RangeError":{"Error":[]},"IndexError":{"Error":[]},"NoSuchMethodError":{"Error":[]},"UnsupportedError":{"Error":[]},"UnimplementedError":{"Error":[]},"StateError":{"Error":[]},"ConcurrentModificationError":{"Error":[]},"OutOfMemoryError":{"Error":[]},"StackOverflowError":{"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":[],"JavaScriptObject":[]},"BeforeUnloadEvent":{"Event":[],"JavaScriptObject":[]},"Blob":{"JavaScriptObject":[]},"CssRule":{"JavaScriptObject":[]},"Element2":{"Node1":[],"JavaScriptObject":[]},"Event":{"JavaScriptObject":[]},"File":{"Blob":[],"JavaScriptObject":[]},"Gamepad":{"JavaScriptObject":[]},"HttpRequest":{"JavaScriptObject":[]},"IFrameElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"MimeType":{"JavaScriptObject":[]},"MouseEvent":{"Event":[],"JavaScriptObject":[]},"Node1":{"JavaScriptObject":[]},"Plugin":{"JavaScriptObject":[]},"ProgressEvent":{"Event":[],"JavaScriptObject":[]},"SourceBuffer":{"JavaScriptObject":[]},"SpeechGrammar":{"JavaScriptObject":[]},"SpeechRecognitionResult":{"JavaScriptObject":[]},"StyleSheet":{"JavaScriptObject":[]},"TextTrack":{"JavaScriptObject":[]},"TextTrackCue":{"JavaScriptObject":[]},"Touch":{"JavaScriptObject":[]},"AccessibleNodeList":{"JavaScriptObject":[]},"AnchorElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"Animation":{"JavaScriptObject":[]},"ApplicationCacheErrorEvent":{"Event":[],"JavaScriptObject":[]},"AreaElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"BackgroundFetchEvent":{"Event":[],"JavaScriptObject":[]},"BackgroundFetchRegistration":{"JavaScriptObject":[]},"BluetoothRemoteGattDescriptor":{"JavaScriptObject":[]},"ButtonElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"CanvasElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"CanvasRenderingContext2D":{"JavaScriptObject":[]},"CharacterData":{"Node1":[],"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":[],"JavaScriptObject":[]},"DataTransferItemList":{"JavaScriptObject":[]},"DeprecationReport":{"JavaScriptObject":[]},"Document1":{"Node1":[],"JavaScriptObject":[]},"DomError":{"JavaScriptObject":[]},"DomException0":{"JavaScriptObject":[]},"DomRectList":{"ListBase":["Rectangle"],"ImmutableListMixin":["Rectangle"],"List":["Rectangle"],"JavaScriptIndexingBehavior":["Rectangle"],"JavaScriptObject":[],"EfficientLengthIterable":["Rectangle"],"Iterable":["Rectangle"],"JSIndexable":["Rectangle"],"ImmutableListMixin.E":"Rectangle","ListBase.E":"Rectangle","Iterable.E":"Rectangle"},"DomRectReadOnly0":{"JavaScriptObject":[],"Rectangle":["num"]},"DomStringList":{"ListBase":["String"],"ImmutableListMixin":["String"],"List":["String"],"JavaScriptIndexingBehavior":["String"],"JavaScriptObject":[],"EfficientLengthIterable":["String"],"Iterable":["String"],"JSIndexable":["String"],"ImmutableListMixin.E":"String","ListBase.E":"String","Iterable.E":"String"},"DomTokenList0":{"JavaScriptObject":[]},"_ChildrenElementList":{"ListBase":["Element2"],"List":["Element2"],"EfficientLengthIterable":["Element2"],"Iterable":["Element2"],"ListBase.E":"Element2","Iterable.E":"Element2"},"ErrorEvent":{"Event":[],"JavaScriptObject":[]},"EventTarget":{"JavaScriptObject":[]},"ExtendableEvent":{"Event":[],"JavaScriptObject":[]},"FileList":{"ListBase":["File"],"ImmutableListMixin":["File"],"List":["File"],"JavaScriptIndexingBehavior":["File"],"JavaScriptObject":[],"EfficientLengthIterable":["File"],"Iterable":["File"],"JSIndexable":["File"],"ImmutableListMixin.E":"File","ListBase.E":"File","Iterable.E":"File"},"FileReader":{"JavaScriptObject":[]},"FileWriter":{"JavaScriptObject":[]},"FontFaceSet":{"JavaScriptObject":[]},"FormElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"GamepadButton":{"JavaScriptObject":[]},"History":{"JavaScriptObject":[]},"HtmlCollection":{"ListBase":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"JavaScriptObject":[],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListBase.E":"Node1","Iterable.E":"Node1"},"HtmlDocument":{"Document1":[],"Node1":[],"JavaScriptObject":[]},"HttpRequestEventTarget":{"JavaScriptObject":[]},"ImageData":{"JavaScriptObject":[]},"InputElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"InterventionReport":{"JavaScriptObject":[]},"LIElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"Location":{"JavaScriptObject":[]},"MediaError":{"JavaScriptObject":[]},"MediaKeyMessageEvent":{"Event":[],"JavaScriptObject":[]},"MediaList":{"JavaScriptObject":[]},"MediaQueryList":{"JavaScriptObject":[]},"MediaStream":{"JavaScriptObject":[]},"MediaStreamTrack":{"JavaScriptObject":[]},"MessagePort":{"JavaScriptObject":[]},"MeterElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"MidiInputMap":{"JavaScriptObject":[],"MapBase":["String","@"],"Map":["String","@"],"MapBase.V":"@","MapBase.K":"String"},"MidiOutputMap":{"JavaScriptObject":[],"MapBase":["String","@"],"Map":["String","@"],"MapBase.V":"@","MapBase.K":"String"},"MidiPort":{"JavaScriptObject":[]},"MimeTypeArray":{"ListBase":["MimeType"],"ImmutableListMixin":["MimeType"],"List":["MimeType"],"JavaScriptIndexingBehavior":["MimeType"],"JavaScriptObject":[],"EfficientLengthIterable":["MimeType"],"Iterable":["MimeType"],"JSIndexable":["MimeType"],"ImmutableListMixin.E":"MimeType","ListBase.E":"MimeType","Iterable.E":"MimeType"},"Navigator0":{"JavaScriptObject":[]},"NavigatorConcurrentHardware":{"JavaScriptObject":[]},"NavigatorUserMediaError":{"JavaScriptObject":[]},"_ChildNodeListLazy":{"ListBase":["Node1"],"List":["Node1"],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"ListBase.E":"Node1","Iterable.E":"Node1"},"NodeList0":{"ListBase":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"JavaScriptObject":[],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListBase.E":"Node1","Iterable.E":"Node1"},"Notification":{"JavaScriptObject":[]},"OptionElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"OutputElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"OverconstrainedError":{"JavaScriptObject":[]},"ParamElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"PaymentRequest":{"JavaScriptObject":[]},"PluginArray":{"ListBase":["Plugin"],"ImmutableListMixin":["Plugin"],"List":["Plugin"],"JavaScriptIndexingBehavior":["Plugin"],"JavaScriptObject":[],"EfficientLengthIterable":["Plugin"],"Iterable":["Plugin"],"JSIndexable":["Plugin"],"ImmutableListMixin.E":"Plugin","ListBase.E":"Plugin","Iterable.E":"Plugin"},"PositionError":{"JavaScriptObject":[]},"PresentationAvailability":{"JavaScriptObject":[]},"PresentationConnection":{"JavaScriptObject":[]},"PresentationConnectionCloseEvent":{"Event":[],"JavaScriptObject":[]},"ProgressElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"RelatedApplication":{"JavaScriptObject":[]},"ReportBody":{"JavaScriptObject":[]},"RtcDataChannel":{"JavaScriptObject":[]},"RtcLegacyStatsReport":{"JavaScriptObject":[]},"RtcStatsReport":{"JavaScriptObject":[],"MapBase":["String","@"],"Map":["String","@"],"MapBase.V":"@","MapBase.K":"String"},"SelectElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"SourceBufferList":{"ListBase":["SourceBuffer"],"ImmutableListMixin":["SourceBuffer"],"List":["SourceBuffer"],"JavaScriptIndexingBehavior":["SourceBuffer"],"JavaScriptObject":[],"EfficientLengthIterable":["SourceBuffer"],"Iterable":["SourceBuffer"],"JSIndexable":["SourceBuffer"],"ImmutableListMixin.E":"SourceBuffer","ListBase.E":"SourceBuffer","Iterable.E":"SourceBuffer"},"SpeechGrammarList":{"ListBase":["SpeechGrammar"],"ImmutableListMixin":["SpeechGrammar"],"List":["SpeechGrammar"],"JavaScriptIndexingBehavior":["SpeechGrammar"],"JavaScriptObject":[],"EfficientLengthIterable":["SpeechGrammar"],"Iterable":["SpeechGrammar"],"JSIndexable":["SpeechGrammar"],"ImmutableListMixin.E":"SpeechGrammar","ListBase.E":"SpeechGrammar","Iterable.E":"SpeechGrammar"},"SpeechRecognitionError":{"Event":[],"JavaScriptObject":[]},"Storage":{"JavaScriptObject":[],"MapBase":["String","String"],"Map":["String","String"],"MapBase.V":"String","MapBase.K":"String"},"TextAreaElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"TextTrackCueList":{"ListBase":["TextTrackCue"],"ImmutableListMixin":["TextTrackCue"],"List":["TextTrackCue"],"JavaScriptIndexingBehavior":["TextTrackCue"],"JavaScriptObject":[],"EfficientLengthIterable":["TextTrackCue"],"Iterable":["TextTrackCue"],"JSIndexable":["TextTrackCue"],"ImmutableListMixin.E":"TextTrackCue","ListBase.E":"TextTrackCue","Iterable.E":"TextTrackCue"},"TextTrackList":{"ListBase":["TextTrack"],"ImmutableListMixin":["TextTrack"],"List":["TextTrack"],"JavaScriptIndexingBehavior":["TextTrack"],"JavaScriptObject":[],"EfficientLengthIterable":["TextTrack"],"Iterable":["TextTrack"],"JSIndexable":["TextTrack"],"ImmutableListMixin.E":"TextTrack","ListBase.E":"TextTrack","Iterable.E":"TextTrack"},"TimeRanges":{"JavaScriptObject":[]},"TouchList":{"ListBase":["Touch"],"ImmutableListMixin":["Touch"],"List":["Touch"],"JavaScriptIndexingBehavior":["Touch"],"JavaScriptObject":[],"EfficientLengthIterable":["Touch"],"Iterable":["Touch"],"JSIndexable":["Touch"],"ImmutableListMixin.E":"Touch","ListBase.E":"Touch","Iterable.E":"Touch"},"TrackDefaultList":{"JavaScriptObject":[]},"UIEvent":{"Event":[],"JavaScriptObject":[]},"Url":{"JavaScriptObject":[]},"VideoTrack":{"JavaScriptObject":[]},"VideoTrackList":{"JavaScriptObject":[]},"VttRegion":{"JavaScriptObject":[]},"Window":{"JavaScriptObject":[]},"WorkerGlobalScope":{"JavaScriptObject":[]},"_Attr":{"Node1":[],"JavaScriptObject":[]},"_CssRuleList":{"ListBase":["CssRule"],"ImmutableListMixin":["CssRule"],"List":["CssRule"],"JavaScriptIndexingBehavior":["CssRule"],"JavaScriptObject":[],"EfficientLengthIterable":["CssRule"],"Iterable":["CssRule"],"JSIndexable":["CssRule"],"ImmutableListMixin.E":"CssRule","ListBase.E":"CssRule","Iterable.E":"CssRule"},"_DomRect":{"JavaScriptObject":[],"Rectangle":["num"]},"_GamepadList":{"ListBase":["Gamepad?"],"ImmutableListMixin":["Gamepad?"],"List":["Gamepad?"],"JavaScriptIndexingBehavior":["Gamepad?"],"JavaScriptObject":[],"EfficientLengthIterable":["Gamepad?"],"Iterable":["Gamepad?"],"JSIndexable":["Gamepad?"],"ImmutableListMixin.E":"Gamepad?","ListBase.E":"Gamepad?","Iterable.E":"Gamepad?"},"_NamedNodeMap":{"ListBase":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"JavaScriptObject":[],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListBase.E":"Node1","Iterable.E":"Node1"},"_Report":{"JavaScriptObject":[]},"_SpeechRecognitionResultList":{"ListBase":["SpeechRecognitionResult"],"ImmutableListMixin":["SpeechRecognitionResult"],"List":["SpeechRecognitionResult"],"JavaScriptIndexingBehavior":["SpeechRecognitionResult"],"JavaScriptObject":[],"EfficientLengthIterable":["SpeechRecognitionResult"],"Iterable":["SpeechRecognitionResult"],"JSIndexable":["SpeechRecognitionResult"],"ImmutableListMixin.E":"SpeechRecognitionResult","ListBase.E":"SpeechRecognitionResult","Iterable.E":"SpeechRecognitionResult"},"_StyleSheetList":{"ListBase":["StyleSheet"],"ImmutableListMixin":["StyleSheet"],"List":["StyleSheet"],"JavaScriptIndexingBehavior":["StyleSheet"],"JavaScriptObject":[],"EfficientLengthIterable":["StyleSheet"],"Iterable":["StyleSheet"],"JSIndexable":["StyleSheet"],"ImmutableListMixin.E":"StyleSheet","ListBase.E":"StyleSheet","Iterable.E":"StyleSheet"},"_AttributeMap":{"MapBase":["String","String"],"Map":["String","String"]},"_ElementAttributeMap":{"MapBase":["String","String"],"Map":["String","String"],"MapBase.V":"String","MapBase.K":"String"},"_DataAttributeMap":{"MapBase":["String","String"],"Map":["String","String"],"MapBase.V":"String","MapBase.K":"String"},"_EventStream":{"Stream":["1"],"Stream.T":"1"},"_ElementEventStreamImpl":{"_EventStream":["1"],"Stream":["1"],"Stream.T":"1"},"_DOMWindowCrossFrame":{"JavaScriptObject":[]},"FilteredElementList0":{"ListBase":["Element2"],"List":["Element2"],"EfficientLengthIterable":["Element2"],"Iterable":["Element2"],"ListBase.E":"Element2","Iterable.E":"Element2"},"Transaction":{"JavaScriptObject":[]},"Cursor":{"JavaScriptObject":[]},"CursorWithValue":{"JavaScriptObject":[]},"Database":{"JavaScriptObject":[]},"KeyRange":{"JavaScriptObject":[]},"ObjectStore":{"JavaScriptObject":[]},"Observation":{"JavaScriptObject":[]},"ObserverChanges":{"JavaScriptObject":[]},"Request0":{"JavaScriptObject":[]},"Directory":{"FileSystemEntity":[]},"File0":{"FileSystemEntity":[]},"_RandomAccessFile":{"RandomAccessFile":[]},"OSError":{"Exception":[]},"_Directory":{"Directory":[],"FileSystemEntity":[]},"FileSystemException":{"Exception":[]},"PathAccessException":{"Exception":[]},"PathExistsException":{"Exception":[]},"PathNotFoundException":{"Exception":[]},"_FileStream":{"Stream":["List"],"Stream.T":"List"},"_File":{"File0":[],"FileSystemEntity":[]},"SystemEncoding":{"Encoding":[]},"JsArray":{"ListBase":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListBase.E":"1","Iterable.E":"1"},"NullRejectionException":{"Exception":[]},"Rectangle":{"_RectangleBase":["1"]},"Length":{"JavaScriptObject":[]},"Number":{"JavaScriptObject":[]},"Transform0":{"JavaScriptObject":[]},"Angle":{"JavaScriptObject":[]},"LengthList":{"ListBase":["Length"],"ImmutableListMixin":["Length"],"List":["Length"],"JavaScriptObject":[],"EfficientLengthIterable":["Length"],"Iterable":["Length"],"ImmutableListMixin.E":"Length","ListBase.E":"Length","Iterable.E":"Length"},"NumberList":{"ListBase":["Number"],"ImmutableListMixin":["Number"],"List":["Number"],"JavaScriptObject":[],"EfficientLengthIterable":["Number"],"Iterable":["Number"],"ImmutableListMixin.E":"Number","ListBase.E":"Number","Iterable.E":"Number"},"PointList":{"JavaScriptObject":[]},"StringList":{"ListBase":["String"],"ImmutableListMixin":["String"],"List":["String"],"JavaScriptObject":[],"EfficientLengthIterable":["String"],"Iterable":["String"],"ImmutableListMixin.E":"String","ListBase.E":"String","Iterable.E":"String"},"SvgElement":{"Element2":[],"Node1":[],"JavaScriptObject":[]},"TransformList":{"ListBase":["Transform0"],"ImmutableListMixin":["Transform0"],"List":["Transform0"],"JavaScriptObject":[],"EfficientLengthIterable":["Transform0"],"Iterable":["Transform0"],"ImmutableListMixin.E":"Transform0","ListBase.E":"Transform0","Iterable.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":[]},"_UnmodifiableInt64ListView":{"ListBase.E":"int","Iterable.E":"int"},"SingletonFlutterWindow":{"FlutterView":[]},"AudioBuffer":{"JavaScriptObject":[]},"AudioParam":{"JavaScriptObject":[]},"AudioParamMap":{"JavaScriptObject":[],"MapBase":["String","@"],"Map":["String","@"],"MapBase.V":"@","MapBase.K":"String"},"AudioTrack":{"JavaScriptObject":[]},"AudioTrackList":{"JavaScriptObject":[]},"BaseAudioContext":{"JavaScriptObject":[]},"OfflineAudioContext":{"JavaScriptObject":[]},"ArchiveException":{"FormatException":[],"Exception":[]},"InputStream":{"InputStreamBase":[]},"SpanMarker":{"Comparable":["SpanMarker"]},"IncompatibleOverlappingAttributionsException":{"Exception":[]},"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"],"Iterable.E":"1"},"CopyOnWriteMap":{"Map":["1","2"]},"CopyOnWriteSet":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"BuiltList":{"Iterable":["1"]},"_BuiltList":{"BuiltList":["1"],"Iterable":["1"],"Iterable.E":"1"},"_BuiltListMultimap":{"BuiltListMultimap":["1","2"]},"_BuiltMap":{"BuiltMap":["1","2"]},"BuiltSet":{"Iterable":["1"]},"_BuiltSet":{"BuiltSet":["1"],"Iterable":["1"],"Iterable.E":"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"]},"Uint8ListSerializer":{"PrimitiveSerializer":["Uint8List"],"Serializer":["Uint8List"]},"UriSerializer":{"PrimitiveSerializer":["Uri"],"Serializer":["Uri"]},"StandardJsonPlugin":{"SerializerPlugin":[]},"CachedNetworkImage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CachedNetworkImageProvider":{"ImageProvider":["CachedNetworkImageProvider0"],"ImageProvider.T":"CachedNetworkImageProvider0"},"CachedNetworkImageProvider0":{"ImageProvider":["CachedNetworkImageProvider0"]},"StringCharacters":{"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"},"Axis":{"ImmutableAxis":["1"],"LayoutView":[]},"NumericAxis":{"Axis":["num"],"ImmutableAxis":["num"],"LayoutView":[],"Axis.D":"num"},"OrdinalAxis":{"Axis":["String"],"ImmutableAxis":["String"],"LayoutView":[],"Axis.D":"String"},"AxisTicks":{"Tick":["1"],"Comparable":["AxisTicks<1>"]},"GridlineRendererSpec":{"SmallTickRendererSpec":["1"]},"GridlineTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"SmallTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"NumericTickProvider":{"BaseTickProvider":["num"],"BaseTickProvider.D":"num"},"OrdinalTickProvider":{"BaseTickProvider":["String"],"BaseTickProvider.D":"String"},"SimpleOrdinalScale":{"OrdinalScale":[]},"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":[]},"OrdinalCartesianChart":{"CartesianChart":["String"],"BaseChart0":["String"]},"CartesianChart":{"BaseChart0":["1"]},"BaseCartesianRenderer":{"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"DomainHighlighter0":{"ChartBehavior0":["1"]},"Legend":{"ChartBehavior0":["1"],"LayoutView":[]},"SeriesLegend0":{"Legend":["1"],"ChartBehavior0":["1"],"LayoutView":[]},"LinePointHighlighter0":{"ChartBehavior0":["1"]},"_LinePointLayoutView":{"LayoutView":[]},"SelectNearest0":{"ChartBehavior0":["1"]},"MutableSeries":{"ImmutableSeries":["1"]},"MutableSelectionModel":{"SelectionModel":["1"]},"SeriesRenderer":{"LayoutView":[]},"BaseSeriesRenderer":{"SeriesRenderer":["1"],"LayoutView":[]},"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":[]},"AttributeKey":{"TypedKey":["1"]},"BarChart":{"BaseChart":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"String"},"BaseChart":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BaseChartState":{"State":["BaseChart<1>"]},"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":[],"HitTestTarget":[]},"ChartContainer":{"CustomPaint":[],"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChartContainerCustomPaint":{"Listenable":[]},"_SymbolCustomPaint":{"Listenable":[]},"TextElement":{"TextElement2":[]},"TimeSeriesChart0":{"BaseChart":["DateTime"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"DateTime"},"CanonicalizedMap":{"Map":["2","3"]},"UnorderedIterableEquality":{"_UnorderedEquality":["1","Iterable<1>"],"_UnorderedEquality.E":"1"},"SetEquality":{"_UnorderedEquality":["1","Set<1>"],"_UnorderedEquality.E":"1"},"Selector":{"TreeNode":[]},"SimpleSelectorSequence":{"TreeNode":[]},"Expression":{"TreeNode":[]},"Identifier":{"TreeNode":[]},"Wildcard":{"TreeNode":[]},"ThisOperator":{"TreeNode":[]},"Negation":{"TreeNode":[]},"SelectorGroup":{"TreeNode":[]},"SimpleSelector":{"TreeNode":[]},"ElementSelector":{"SimpleSelector":[],"TreeNode":[]},"NamespaceSelector":{"SimpleSelector":[],"TreeNode":[]},"AttributeSelector":{"SimpleSelector":[],"TreeNode":[]},"IdSelector":{"SimpleSelector":[],"TreeNode":[]},"ClassSelector":{"SimpleSelector":[],"TreeNode":[]},"PseudoClassSelector":{"SimpleSelector":[],"TreeNode":[]},"PseudoElementSelector":{"SimpleSelector":[],"TreeNode":[]},"PseudoClassFunctionSelector":{"SimpleSelector":[],"TreeNode":[]},"PseudoElementFunctionSelector":{"SimpleSelector":[],"TreeNode":[]},"SelectorExpression":{"TreeNode":[]},"NegationSelector":{"SimpleSelector":[],"TreeNode":[]},"OperatorPlus":{"Expression":[],"TreeNode":[]},"OperatorMinus":{"Expression":[],"TreeNode":[]},"LiteralTerm":{"Expression":[],"TreeNode":[]},"NumberTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"UnitTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"LengthTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"PercentageTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"EmTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"ExTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"AngleTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"TimeTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"FreqTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"FractionTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"ResolutionTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"ChTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"RemTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"LineHeightTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"ViewportTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"DropTarget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropTargetState":{"State":["DropTarget"]},"DropEnterEvent":{"DropEvent":[]},"DropExitEvent":{"DropEvent":[]},"DropUpdateEvent":{"DropEvent":[]},"DropDoneEvent":{"DropEvent":[]},"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":[]},"Int64":{"Comparable":["Object"]},"Animation0":{"Listenable":[]},"AnimationController":{"Animation0":["double"],"Listenable":[]},"_AlwaysCompleteAnimation":{"Animation0":["double"],"Listenable":[]},"_AlwaysDismissedAnimation":{"Animation0":["double"],"Listenable":[]},"AlwaysStoppedAnimation":{"Animation0":["1"],"Listenable":[]},"ProxyAnimation":{"Animation0":["double"],"Listenable":[]},"ReverseAnimation":{"Animation0":["double"],"Listenable":[]},"CurvedAnimation":{"Animation0":["double"],"Listenable":[]},"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"],"Animatable.T":"1","Tween.T":"1"},"ColorTween":{"Tween":["Color?"],"Animatable":["Color?"],"Animatable.T":"Color?","Tween.T":"Color?"},"_AnimatedEvaluation":{"Animation0":["1"],"Listenable":[]},"_ChainedEvaluation":{"Animatable":["1"],"Animatable.T":"1"},"ReverseTween":{"Tween":["1"],"Animatable":["1"],"Animatable.T":"1","Tween.T":"1"},"SizeTween":{"Tween":["Size?"],"Animatable":["Size?"],"Animatable.T":"Size?","Tween.T":"Size?"},"RectTween":{"Tween":["Rect?"],"Animatable":["Rect?"],"Animatable.T":"Rect?","Tween.T":"Rect?"},"IntTween":{"Tween":["int"],"Animatable":["int"],"Animatable.T":"int","Tween.T":"int"},"ConstantTween":{"Tween":["1"],"Animatable":["1"],"Animatable.T":"1","Tween.T":"1"},"CurveTween":{"Animatable":["double"],"Animatable.T":"double"},"TweenSequence":{"Animatable":["1"],"Animatable.T":"1"},"CupertinoActivityIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoActivityIndicatorState":{"State":["CupertinoActivityIndicator"]},"_CupertinoActivityIndicatorPainter":{"Listenable":[]},"CupertinoButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoButtonState":{"State":["CupertinoButton"]},"CupertinoCheckbox":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoCheckboxState":{"State":["CupertinoCheckbox"]},"_CheckboxPainter0":{"Listenable":[]},"CupertinoDynamicColor":{"Color":[]},"_CupertinoDesktopTextSelectionHandleControls":{"TextSelectionHandleControls":[]},"CupertinoDesktopTextSelectionToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoDesktopTextSelectionToolbarButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoDesktopTextSelectionToolbarButtonState":{"State":["CupertinoDesktopTextSelectionToolbarButton"]},"CupertinoIconThemeData":{"IconThemeData":[]},"_CupertinoLocalizationsDelegate":{"LocalizationsDelegate":["CupertinoLocalizations"],"LocalizationsDelegate.T":"CupertinoLocalizations"},"DefaultCupertinoLocalizations":{"CupertinoLocalizations":[]},"CupertinoTextMagnifier":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoTextMagnifierState":{"State":["CupertinoTextMagnifier"]},"CupertinoMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoRadio":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoRadioState":{"State":["CupertinoRadio<1>"]},"_RadioPainter0":{"Listenable":[]},"_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":[],"HitTestTarget":[]},"_TextSelectionHandlePainter0":{"Listenable":[]},"CupertinoTextSelectionHandleControls":{"TextSelectionHandleControls":[]},"_CupertinoTextSelectionToolbarContent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoTextSelectionToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoTextSelectionToolbarShape":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderCupertinoTextSelectionToolbarShape":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_CupertinoTextSelectionToolbarContentState":{"State":["_CupertinoTextSelectionToolbarContent"]},"_LeftCupertinoChevronPainter":{"Listenable":[]},"_RightCupertinoChevronPainter":{"Listenable":[]},"_CupertinoChevronPainter":{"Listenable":[]},"_CupertinoTextSelectionToolbarItems":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoTextSelectionToolbarItemsElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderCupertinoTextSelectionToolbarItems":{"RenderBoxContainerDefaultsMixin":["RenderBox","ToolbarItemsParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ToolbarItemsParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ToolbarItemsParentData","RenderBoxContainerDefaultsMixin.1":"ToolbarItemsParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"_NullElement0":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullWidget":{"Widget":[],"DiagnosticableTree":[]},"CupertinoTextSelectionToolbarButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoTextSelectionToolbarButtonState":{"State":["CupertinoTextSelectionToolbarButton"]},"_LiveTextIconPainter":{"Listenable":[]},"_InheritedCupertinoTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoTheme":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleablePainter":{"Listenable":[]},"ErrorDescription":{"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"_ErrorDiagnostic":{"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorSummary":{"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorHint":{"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorSpacer":{"DiagnosticsProperty":["~"],"DiagnosticsNode":[]},"FlutterError":{"DiagnosticableTree":[],"AssertionError":[],"Error":[]},"DiagnosticsStackTrace":{"DiagnosticsNode":[]},"_FlutterErrorDetailsNode":{"DiagnosticableNode":["FlutterErrorDetails"],"DiagnosticsNode":[]},"ChangeNotifier":{"Listenable":[]},"ValueNotifier":{"Listenable":[]},"_MergingListenable":{"Listenable":[]},"DiagnosticsProperty":{"DiagnosticsNode":[]},"DiagnosticableNode":{"DiagnosticsNode":[]},"DiagnosticableTreeNode":{"DiagnosticableNode":["DiagnosticableTree"],"DiagnosticsNode":[]},"DiagnosticsBlock":{"DiagnosticsNode":[]},"LocalKey":{"Key":[]},"ValueKey":{"LocalKey":[],"Key":[],"ValueKey.T":"1"},"UniqueKey":{"LocalKey":[],"Key":[]},"LicenseEntryWithLineBreaks":{"LicenseEntry":[]},"ObserverList":{"Iterable":["1"],"Iterable.E":"1"},"HashedObserverList":{"Iterable":["1"],"Iterable.E":"1"},"SynchronousFuture":{"Future":["1"]},"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":[]},"PointerScrollInertiaCancelEvent":{"PointerSignalEvent":[],"PointerEvent":[]},"_TransformedPointerScrollInertiaCancelEvent":{"PointerScrollInertiaCancelEvent":[],"PointerSignalEvent":[],"PointerEvent":[]},"PointerScaleEvent":{"PointerSignalEvent":[],"PointerEvent":[]},"_TransformedPointerScaleEvent":{"PointerScaleEvent":[],"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":[]},"_MatrixTransformPart":{"_TransformPart":[]},"_OffsetTransformPart":{"_TransformPart":[]},"LongPressGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"VerticalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"HorizontalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PanGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"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":[]},"PrimaryPointerGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScaleGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"TapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"BaseTapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_CombiningGestureArenaMember":{"GestureArenaMember":[]},"_CombiningGestureArenaEntry":{"GestureArenaEntry":[]},"IOSScrollViewFlingVelocityTracker":{"VelocityTracker":[]},"MacOSScrollViewFlingVelocityTracker":{"VelocityTracker":[]},"LicensePage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackagesView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackageLicensePage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_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":[]},"_MasterPage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DetailView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BackButtonIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BackButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerButtonIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EndDrawerButtonIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EndDrawerButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ActionIconTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"AdaptiveTextSelectionToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialAppState":{"State":["MaterialApp"]},"AppBar":{"StatefulWidget":[],"PreferredSizeWidget":[],"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":[],"HitTestTarget":[]},"MaterialRectArcTween":{"Tween":["Rect?"],"Animatable":["Rect?"],"Animatable.T":"Rect?","Tween.T":"Rect?"},"MaterialPointArcTween":{"Tween":["Offset"],"Animatable":["Offset"],"Animatable.T":"Offset","Tween.T":"Offset"},"MaterialBannerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"BottomAppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomAppBarState":{"State":["BottomAppBar"]},"_BottomAppBarClipper":{"CustomClipper":["Path"],"Listenable":[]},"BottomSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomSheetState":{"State":["BottomSheet"]},"_DragHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomSheetGestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawMaterialButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RawMaterialButtonState":{"State":["RawMaterialButton"]},"_InputPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_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":[],"HitTestTarget":[]},"ButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"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":{"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":[]},"_NullWidget0":{"Widget":[],"DiagnosticableTree":[]},"DataTableSource":{"Listenable":[]},"DataTableTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DatePickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerDialogState":{"State":["DatePickerDialog"]},"_RestorableDatePickerEntryMode":{"RestorableProperty":["DatePickerEntryMode"],"Listenable":[],"RestorableValue.T":"DatePickerEntryMode"},"_RestorableAutovalidateMode":{"RestorableProperty":["AutovalidateMode"],"Listenable":[],"RestorableValue.T":"AutovalidateMode"},"_DatePickerHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DatePickerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerDefaultsM2":{"DatePickerThemeData":[]},"_DesktopTextSelectionHandleControls":{"TextSelectionHandleControls":[]},"DesktopTextSelectionToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesktopTextSelectionToolbarButton":{"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":[]},"_DrawerControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerController":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerControllerState":{"State":["DrawerController"]},"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":[],"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":[]},"FloatingActionButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EffectiveMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_ChildOverflowBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderChildOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_AnimationSwap":{"Animation0":["1"],"Listenable":[]},"IconButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IconButtonDefaultForeground":{"MaterialStateProperty":["Color?"]},"_IconButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_IconButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0?"]},"IconButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"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":[]},"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":[]},"InputDecorator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputBorderGap":{"Listenable":[]},"_InputBorderTween":{"Tween":["InputBorder"],"Animatable":["InputBorder"],"Animatable.T":"InputBorder","Tween.T":"InputBorder"},"_InputBorderPainter":{"Listenable":[]},"_BorderContainerState":{"State":["_BorderContainer"]},"_Shaker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HelperErrorState":{"State":["_HelperError"]},"_RenderDecoration":{"RenderBox":[],"SlottedContainerRenderObjectMixin":["_DecorationSlot","RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"SlottedContainerRenderObjectMixin.0":"_DecorationSlot","SlottedContainerRenderObjectMixin.1":"RenderBox"},"_Decorator":{"SlottedMultiChildRenderObjectWidgetMixin":["_DecorationSlot","RenderBox"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"SlottedMultiChildRenderObjectWidgetMixin.0":"_DecorationSlot","SlottedMultiChildRenderObjectWidgetMixin.1":"RenderBox"},"_InputDecoratorState":{"State":["InputDecorator"]},"ListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IndividualOverrides":{"MaterialStateProperty":["Color?"]},"_ListTile":{"SlottedMultiChildRenderObjectWidgetMixin":["_ListTileSlot","RenderBox"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"SlottedMultiChildRenderObjectWidgetMixin.0":"_ListTileSlot","SlottedMultiChildRenderObjectWidgetMixin.1":"RenderBox"},"_RenderListTile":{"RenderBox":[],"SlottedContainerRenderObjectMixin":["_ListTileSlot","RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"SlottedContainerRenderObjectMixin.0":"_ListTileSlot","SlottedContainerRenderObjectMixin.1":"RenderBox"},"ListTileTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextMagnifier":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextMagnifierState":{"State":["TextMagnifier"]},"Magnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Material":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInkFeatures":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"ShapeBorderTween":{"Tween":["ShapeBorder?"],"Animatable":["ShapeBorder?"],"Animatable.T":"ShapeBorder?","Tween.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":[]},"MaterialStateColor":{"Color":[],"MaterialStateProperty":["Color"]},"_MaterialStateColor":{"Color":[],"MaterialStateProperty":["Color"]},"MaterialStateMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_EnabledAndDisabledMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"MaterialStateBorderSide":{"BorderSide":[],"MaterialStateProperty":["BorderSide?"]},"_MaterialStateBorderSide":{"BorderSide":[],"MaterialStateProperty":["BorderSide?"]},"MaterialStateTextStyle":{"TextStyle":[],"MaterialStateProperty":["TextStyle"]},"_MaterialStateTextStyle":{"TextStyle":[],"MaterialStateProperty":["TextStyle"]},"_LerpProperties":{"MaterialStateProperty":["1?"]},"_MaterialStatePropertyWith":{"MaterialStateProperty":["1"]},"MaterialStatePropertyAll":{"MaterialStateProperty":["1"]},"MaterialStatesController":{"ValueNotifier":["Set"],"Listenable":[]},"_LerpSides1":{"MaterialStateProperty":["BorderSide?"]},"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":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"NoSplash":{"InteractiveInkFeature":[],"InkFeature":[]},"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":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomExitTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FadeUpwardsPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomEnterTransitionState":{"State":["_ZoomEnterTransition"]},"_ZoomExitTransitionState":{"State":["_ZoomExitTransition"]},"ZoomPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"CupertinoPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"_ZoomEnterTransitionPainter":{"Listenable":[]},"_ZoomExitTransitionPainter":{"Listenable":[]},"PopupMenuEntry":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuDivider":{"PopupMenuEntry":["0&"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuItem":{"PopupMenuEntry":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PopupMenuDividerState":{"State":["PopupMenuDivider"]},"_MenuItem0":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMenuItem0":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"PopupMenuItemState":{"State":["2"]},"_PopupMenu":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PopupMenuRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"PopupMenuButtonState":{"State":["PopupMenuButton<1>"]},"_EffectiveMouseCursor0":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"PopupMenuTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinearProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CircularProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LinearProgressIndicatorPainter":{"Listenable":[]},"_LinearProgressIndicatorState":{"State":["LinearProgressIndicator"]},"_CircularProgressIndicatorPainter":{"Listenable":[]},"_CircularProgressIndicatorState":{"State":["CircularProgressIndicator"]},"_RefreshProgressIndicatorPainter":{"Listenable":[]},"RefreshProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RefreshProgressIndicatorState":{"State":["CircularProgressIndicator"]},"ProgressIndicatorTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Radio":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RadioState":{"State":["Radio<1>"]},"_RadioPainter":{"Listenable":[]},"RadioListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RadioTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RefreshIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"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":[]},"ScaffoldMessengerState":{"State":["ScaffoldMessenger"]},"_ScaffoldGeometryNotifier":{"Listenable":[]},"_BodyBoxConstraints":{"BoxConstraints":[],"Constraints":[]},"_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"]},"ScrollbarTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LerpSides0":{"MaterialStateProperty":["BorderSide?"]},"SelectableText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSpanEditingController":{"TextEditingController":[],"ValueNotifier":["TextEditingValue"],"Listenable":[]},"_SelectableTextState":{"State":["SelectableText"]},"SnackBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitch":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Switch":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitchState":{"State":["_MaterialSwitch"]},"_SwitchPainter":{"Listenable":[]},"SwitchListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SwitchTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTabController":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabController":{"Listenable":[]},"_DefaultTabControllerState":{"State":["DefaultTabController"]},"UnderlineTabIndicator":{"Decoration":[]},"_UnderlinePainter":{"BoxPainter":[]},"Tab":{"StatelessWidget":[],"PreferredSizeWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabBar":{"StatefulWidget":[],"PreferredSizeWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabBarView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabStyle":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabLabelBarRenderer":{"RenderBoxContainerDefaultsMixin":["RenderBox","FlexParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","FlexParentData"],"RenderObject":[],"DiagnosticableTree":[],"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":[],"Listenable":[],"ScrollMetrics":[]},"_TabBarScrollController":{"ScrollController":[],"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"]},"MaterialTextSelectionHandleControls":{"TextSelectionHandleControls":[]},"_TextSelectionHandlePainter":{"Listenable":[]},"TextSelectionTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSelectionToolbarOverflowable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextSelectionToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSelectionToolbarOverflowableState":{"State":["_TextSelectionToolbarOverflowable"]},"_TextSelectionToolbarTrailingEdgeAlign":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSelectionToolbarTrailingEdgeAlignRenderBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_TextSelectionToolbarItemsLayout":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSelectionToolbarItemsLayoutElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderTextSelectionToolbarItemsLayout":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ToolbarItemsParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ToolbarItemsParentData","ContainerRenderObjectMixin.0":"RenderBox"},"_TextSelectionToolbarContainer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSelectionToolbarOverflowButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextSelectionToolbarTextButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Theme":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InheritedTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ThemeDataTween":{"Tween":["ThemeData"],"Animatable":["ThemeData"],"Animatable.T":"ThemeData","Tween.T":"ThemeData"},"AnimatedTheme":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedThemeState":{"State":["AnimatedTheme"]},"RestorableTimeOfDay":{"RestorableProperty":["TimeOfDay"],"Listenable":[],"RestorableValue.T":"TimeOfDay"},"_TimePickerModel":{"InheritedModel":["_TimePickerAspect"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedModel.T":"_TimePickerAspect"},"_Dial":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerInput":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimePickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePicker":{"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":[]},"_AmPmButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPeriodInputPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding2":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_DialPainter":{"Listenable":[]},"_DialState":{"State":["_Dial"]},"_TimePickerInputState":{"State":["_TimePickerInput"]},"_HourTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MinuteTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteTextFieldState":{"State":["_HourMinuteTextField"]},"_TimePickerDialogState":{"State":["TimePickerDialog"]},"_TimePickerState0":{"State":["_TimePicker"]},"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":[],"HitTestTarget":[]},"_InputPadding1":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding1":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"ToggleButtonsTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleablePainter0":{"Listenable":[]},"Tooltip":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipState":{"State":["Tooltip"]},"_ExclusiveMouseRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderExclusiveMouseRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"_TooltipOverlay":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"NetworkImage":{"ImageProvider":["NetworkImage0"],"ImageProvider.T":"NetworkImage0"},"Alignment":{"AlignmentGeometry":[]},"AlignmentDirectional":{"AlignmentGeometry":[]},"_MixedAlignment":{"AlignmentGeometry":[]},"PaintingBinding":{"SchedulerBinding":[]},"_SystemFontsNotifier":{"Listenable":[]},"OutlinedBorder":{"ShapeBorder":[]},"_CompoundBorder":{"ShapeBorder":[]},"BoxBorder":{"ShapeBorder":[]},"Border":{"ShapeBorder":[]},"BorderDirectional":{"ShapeBorder":[]},"BoxDecoration":{"Decoration":[]},"_BoxDecorationPainter":{"BoxPainter":[]},"BoxShadow":{"Shadow":[]},"CircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"ColorSwatch":{"Color":[]},"EdgeInsets":{"EdgeInsetsGeometry":[]},"EdgeInsetsDirectional":{"EdgeInsetsGeometry":[]},"_MixedEdgeInsets":{"EdgeInsetsGeometry":[]},"FractionalOffset":{"AlignmentGeometry":[]},"NetworkImage0":{"ImageProvider":["NetworkImage0"]},"MemoryImage":{"ImageProvider":["MemoryImage"],"ImageProvider.T":"MemoryImage"},"AssetBundleImageProvider":{"ImageProvider":["AssetBundleImageKey"]},"NetworkImageLoadException":{"Exception":[]},"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":[]},"WordBoundary":{"TextBoundary":[]},"_UntilTextBoundary":{"TextBoundary":[]},"TextSpan":{"InlineSpan":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"RenderAnimatedSize":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RendererBinding":{"SchedulerBinding":[],"HitTestTarget":[]},"_BindingPipelineManifold":{"Listenable":[]},"BoxConstraints":{"Constraints":[]},"BoxHitTestResult":{"HitTestResult":[]},"RenderBox":{"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"BoxHitTestEntry":{"HitTestEntry":["RenderBox"]},"BoxParentData":{"ParentData":[]},"ContainerBoxParentData":{"BoxParentData":[],"ContainerParentDataMixin":["1"],"ParentData":[]},"MultiChildLayoutParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderCustomMultiChildLayoutBox":{"RenderBoxContainerDefaultsMixin":["RenderBox","MultiChildLayoutParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","MultiChildLayoutParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"CustomPainter":{"Listenable":[]},"RenderCustomPaint":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderEditablePainter":{"Listenable":[]},"RenderEditable":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","ContainerRenderObjectMixin.0":"RenderBox"},"_RenderEditableCustomPaint":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_TextHighlightPainter":{"RenderEditablePainter":[],"Listenable":[]},"_CaretPainter":{"RenderEditablePainter":[],"Listenable":[]},"_CompositeRenderEditablePainter":{"RenderEditablePainter":[],"Listenable":[]},"RenderErrorBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"FlexParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderFlex":{"RenderBoxContainerDefaultsMixin":["RenderBox","FlexParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","FlexParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderImage":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"Layer0":{"DiagnosticableTree":[]},"ContainerLayer0":{"Layer0":[],"DiagnosticableTree":[]},"ClipRectLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"ClipRRectLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"ClipPathLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"TransformLayer":{"OffsetLayer":[],"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"OpacityLayer":{"OffsetLayer":[],"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"PictureLayer0":{"Layer0":[],"DiagnosticableTree":[]},"PlatformViewLayer":{"Layer0":[],"DiagnosticableTree":[]},"OffsetLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"BackdropFilterLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"LeaderLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"FollowerLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"AnnotatedRegionLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"ListBodyParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderListBody":{"RenderBoxContainerDefaultsMixin":["RenderBox","ListBodyParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ListBodyParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"MouseTracker":{"Listenable":[]},"RenderObject":{"DiagnosticableTree":[],"HitTestTarget":[]},"ContainerParentDataMixin":{"ParentData":[]},"_RootSemanticsFragment":{"_InterestingSemanticsFragment":[]},"_IncompleteSemanticsFragment":{"_InterestingSemanticsFragment":[]},"_SwitchableSemanticsFragment":{"_InterestingSemanticsFragment":[]},"PlaceholderSpanIndexSemanticsTag":{"SemanticsTag":[]},"TextParentData":{"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"_SelectableFragment":{"Selectable":[],"Listenable":[]},"RenderParagraph":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","ContainerRenderObjectMixin.0":"RenderBox"},"_PlatformViewGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PlatformViewRenderBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"ShapeBorderClipper":{"CustomClipper":["Path"],"Listenable":[]},"RenderAbsorbPointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSemanticsGestureHandler":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderProxyBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderProxyBoxWithHitTestBehavior":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderConstrainedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderLimitedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderAspectRatio":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderIntrinsicWidth":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderIntrinsicHeight":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderAnimatedOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderBackdropFilter":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"CustomClipper":{"Listenable":[]},"_RenderCustomClip":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderClipRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderClipRRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderClipOval":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderClipPath":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_RenderPhysicalModelBase":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderPhysicalModel":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderPhysicalShape":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderDecoratedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderTransform":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderFittedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderFractionalTranslation":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderPointerListener":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderMouseRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"RenderRepaintBoundary":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderIgnorePointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderOffstage":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSemanticsAnnotations":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderBlockSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderMergeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderExcludeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderIndexedSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderLeaderLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderFollowerLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderAnnotatedRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"Selectable":{"Listenable":[]},"RenderShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderPadding":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderAligningShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderPositionedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderConstrainedOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderFractionallySizedOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderCustomSingleChildLayoutBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"SliverConstraints":{"Constraints":[]},"SliverHitTestResult":{"HitTestResult":[]},"SliverLogicalContainerParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderSliver"],"ParentData":[]},"SliverPhysicalContainerParentData":{"SliverPhysicalParentData":[],"ContainerParentDataMixin":["RenderSliver"],"ParentData":[]},"RenderSliver":{"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"SliverHitTestEntry":{"HitTestEntry":["RenderSliver"]},"SliverLogicalParentData":{"ParentData":[]},"SliverPhysicalParentData":{"ParentData":[]},"RenderSliverFillViewport":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverFixedExtentBoxAdaptor":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"SliverGridParentData":{"SliverMultiBoxAdaptorParentData":[],"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[],"ParentData":[]},"RenderSliverGrid":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverList":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"KeepAliveParentDataMixin":{"ParentData":[]},"SliverMultiBoxAdaptorParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[],"ParentData":[]},"RenderSliverMultiBoxAdaptor":{"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSliverEdgeInsetsPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSliverPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSliverFloatingPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSliverPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSliverPinnedPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"StackParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderStack":{"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderIndexedStack":{"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"TableCellParentData":{"BoxParentData":[],"ParentData":[]},"IntrinsicColumnWidth":{"TableColumnWidth":[]},"FixedColumnWidth":{"TableColumnWidth":[]},"FlexColumnWidth":{"TableColumnWidth":[]},"RenderTable":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"AlignmentGeometryTween":{"Tween":["AlignmentGeometry?"],"Animatable":["AlignmentGeometry?"],"Animatable.T":"AlignmentGeometry?","Tween.T":"AlignmentGeometry?"},"RenderView":{"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderViewportBase":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["1"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","1"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverPhysicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverPhysicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverPhysicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverPhysicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"RenderShrinkWrappingViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverLogicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverLogicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverLogicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverLogicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"ViewportOffset":{"Listenable":[]},"WrapParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderWrap":{"RenderBoxContainerDefaultsMixin":["RenderBox","WrapParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","WrapParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"TickerFuture":{"Future":["~"]},"TickerCanceled":{"Exception":[]},"SemanticsNode":{"DiagnosticableTree":[]},"_BoxEdge":{"Comparable":["_BoxEdge"]},"_SemanticsSortGroup":{"Comparable":["_SemanticsSortGroup"]},"_TraversalSortNode":{"Comparable":["_TraversalSortNode"]},"SemanticsSortKey":{"Comparable":["SemanticsSortKey"]},"_SemanticsDiagnosticableNode":{"DiagnosticableNode":["SemanticsNode"],"DiagnosticsNode":[]},"SemanticsHintOverrides":{"DiagnosticableTree":[]},"SemanticsProperties":{"DiagnosticableTree":[]},"SemanticsOwner":{"Listenable":[]},"OrdinalSortKey":{"Comparable":["SemanticsSortKey"]},"_AssetManifestBin":{"AssetManifest":[]},"_AutofillScopeTextInputConfiguration":{"TextInputConfiguration":[]},"ServicesBinding":{"SchedulerBinding":[]},"KeyDownEvent":{"KeyEvent":[]},"KeyUpEvent":{"KeyEvent":[]},"KeyRepeatEvent":{"KeyEvent":[]},"PlatformException":{"Exception":[]},"MissingPluginException":{"Exception":[]},"_DeferringMouseCursor":{"MouseCursor0":[]},"_NoopMouseCursorSession":{"MouseCursorSession":[]},"_NoopMouseCursor":{"MouseCursor0":[]},"_SystemMouseCursorSession":{"MouseCursorSession":[]},"SystemMouseCursor":{"MouseCursor0":[]},"RawKeyDownEvent":{"RawKeyEvent":[]},"RawKeyUpEvent":{"RawKeyEvent":[]},"RestorationManager":{"Listenable":[]},"CharacterBoundary":{"TextBoundary":[]},"LineBoundary":{"TextBoundary":[]},"ParagraphBoundary":{"TextBoundary":[]},"DocumentBoundary":{"TextBoundary":[]},"TextSelection":{"TextRange":[]},"TextEditingDeltaInsertion":{"TextEditingDelta":[]},"TextEditingDeltaDeletion":{"TextEditingDelta":[]},"TextEditingDeltaReplacement":{"TextEditingDelta":[]},"TextEditingDeltaNonTextUpdate":{"TextEditingDelta":[]},"FilteringTextInputFormatter":{"TextInputFormatter":[]},"LengthLimitingTextInputFormatter":{"TextInputFormatter":[]},"_PlatformTextInputControl":{"TextInputControl":[]},"Actions":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionsScope":{"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":{"ContextAction":["PrioritizedIntents"],"Action":["PrioritizedIntents"],"Action.T":"PrioritizedIntents","ContextAction.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"},"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":[]},"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":[]},"AutofillGroupState":{"State":["AutofillGroup"]},"AutomaticKeepAlive":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AutomaticKeepAliveState":{"State":["AutomaticKeepAlive"]},"KeepAliveHandle":{"Listenable":[]},"_NullWidget1":{"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":[]},"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":[]},"_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":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RawIndexedStack":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IndexedStackElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"PositionedDirectional":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Wrap":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RichText":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawImage":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Listener":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RepaintBoundary":{"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"]},"ColoredBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderColoredBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"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":[]},"_NullWidget2":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTextEditingShortcuts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DisplayFeatureSubScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DraggableScrollableSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DraggableScrollableNotification":{"ViewportNotificationMixin":[]},"_ResetNotifier":{"Listenable":[]},"_InheritedResetNotifier":{"InheritedNotifier":["_ResetNotifier"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"_ResetNotifier"},"_DraggableScrollableSheetState":{"State":["DraggableScrollableSheet"]},"_DraggableScrollableSheetScrollController":{"ScrollController":[],"Listenable":[]},"_DraggableScrollableSheetScrollPosition":{"ScrollPosition":[],"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"DualTransitionBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DualTransitionBuilderState":{"State":["DualTransitionBuilder"]},"TextEditingController":{"ValueNotifier":["TextEditingValue"],"Listenable":[]},"EditableText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EditableTextState":{"State":["EditableText"],"WidgetsBindingObserver":[],"AutofillClient":[]},"_ScribbleFocusable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScribblePlaceholder":{"WidgetSpan":[],"InlineSpan":[],"DiagnosticableTree":[]},"_CompositionCallback":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderCompositionCallback":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_Editable":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScribbleFocusableState":{"State":["_ScribbleFocusable"],"ScribbleClient":[]},"_CodePointBoundary":{"TextBoundary":[]},"_DeleteTextAction":{"ContextAction":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_UpdateTextSelectionAction":{"ContextAction":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_UpdateTextSelectionVerticallyAction":{"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"},"FocusNode":{"DiagnosticableTree":[],"Listenable":[]},"FocusScopeNode":{"FocusNode":[],"DiagnosticableTree":[],"Listenable":[]},"FocusManager":{"DiagnosticableTree":[],"Listenable":[]},"Focus":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusInheritedScope":{"InheritedNotifier":["FocusNode"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"FocusNode"},"_FocusState":{"State":["Focus"]},"FocusScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusScopeState":{"State":["Focus"]},"ExcludeFocus":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusTraversalGroup":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RequestFocusIntent":{"Intent":[]},"NextFocusIntent":{"Intent":[]},"PreviousFocusIntent":{"Intent":[]},"DirectionalFocusIntent":{"Intent":[]},"_FocusTraversalGroupNode":{"FocusNode":[],"DiagnosticableTree":[],"Listenable":[]},"_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>"]},"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"},"ProxyWidget":{"Widget":[],"DiagnosticableTree":[]},"ParentDataWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"InheritedWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LeafRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_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":[]},"LeafRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"SingleChildRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"MultiChildRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullWidget3":{"Widget":[],"DiagnosticableTree":[]},"GestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawGestureDetectorState":{"State":["RawGestureDetector"]},"GestureRecognizerFactoryWithHandlers":{"GestureRecognizerFactory":["1"]},"_GestureSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"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"],"Animatable.T":"BoxConstraints","Tween.T":"BoxConstraints"},"DecorationTween":{"Tween":["Decoration"],"Animatable":["Decoration"],"Animatable.T":"Decoration","Tween.T":"Decoration"},"EdgeInsetsGeometryTween":{"Tween":["EdgeInsetsGeometry"],"Animatable":["EdgeInsetsGeometry"],"Animatable.T":"EdgeInsetsGeometry","Tween.T":"EdgeInsetsGeometry"},"BorderRadiusTween":{"Tween":["BorderRadius?"],"Animatable":["BorderRadius?"],"Animatable.T":"BorderRadius?","Tween.T":"BorderRadius?"},"Matrix4Tween":{"Tween":["Matrix40"],"Animatable":["Matrix40"],"Animatable.T":"Matrix40","Tween.T":"Matrix40"},"TextStyleTween":{"Tween":["TextStyle"],"Animatable":["TextStyle"],"Animatable.T":"TextStyle","Tween.T":"TextStyle"},"AnimatedContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPadding":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPositioned":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedOpacity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedDefaultTextStyle":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPhysicalModel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EdgeInsetsTween":{"Tween":["EdgeInsets"],"Animatable":["EdgeInsets"],"Animatable.T":"EdgeInsets","Tween.T":"EdgeInsets"},"ImplicitlyAnimatedWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImplicitlyAnimatedWidgetState":{"State":["1"]},"AnimatedWidgetBaseState":{"State":["1"]},"_AnimatedContainerState":{"State":["AnimatedContainer"]},"_AnimatedPaddingState":{"State":["AnimatedPadding"]},"_AnimatedPositionedState":{"State":["AnimatedPositioned"]},"_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":["Matrix40"],"Listenable":[]},"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":[],"HitTestTarget":[],"RenderConstrainedLayoutBuilder.0":"BoxConstraints"},"_LocalizationsScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Localizations":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WidgetsLocalizationsDelegate":{"LocalizationsDelegate":["WidgetsLocalizations"],"LocalizationsDelegate.T":"WidgetsLocalizations"},"DefaultWidgetsLocalizations":{"WidgetsLocalizations":[]},"_LocalizationsState":{"State":["Localizations"]},"LookupBoundary":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MagnifierDecoration":{"ShapeDecoration":[],"Decoration":[]},"RawMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MagnifierStyle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DonutClip":{"CustomClipper":["Path"],"Listenable":[]},"_Magnifier":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMagnification":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"MediaQuery":{"InheritedModel":["_MediaQueryAspect"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedModel.T":"_MediaQueryAspect"},"_MediaQueryFromView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MediaQueryFromViewState":{"State":["_MediaQueryFromView"],"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":[]},"Page":{"RouteSettings":[]},"HeroControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Navigator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"NavigatorState":{"State":["Navigator"]},"_NotAnnounced":{"Route":["~"]},"_NavigatorPushObservation":{"_NavigatorObservation":[]},"_NavigatorPopObservation":{"_NavigatorObservation":[]},"_NavigatorRemoveObservation":{"_NavigatorObservation":[]},"_NavigatorReplaceObservation":{"_NavigatorObservation":[]},"_HistoryProperty":{"RestorableProperty":["Map>?"],"Listenable":[]},"NotificationListener":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NotificationElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_OverflowBarParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"OverflowBar":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderOverflowBar":{"RenderBoxContainerDefaultsMixin":["RenderBox","_OverflowBarParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_OverflowBarParentData"],"RenderObject":[],"DiagnosticableTree":[],"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"]},"_RenderTheater":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","ContainerRenderObjectMixin.0":"RenderBox"},"OverlayPortal":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverlayEntryLocation":{"LinkedListEntry":["_OverlayEntryLocation"],"LinkedListEntry.E":"_OverlayEntryLocation"},"_RenderTheaterMarker":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderDeferredLayoutBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"LinkedListEntry":["_RenderDeferredLayoutBox"],"LinkedListEntry.E":"_RenderDeferredLayoutBox"},"_RenderLayoutSurrogateProxyBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_Theater":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TheaterElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_TheaterParentData":{"StackParentData":[],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"_OverlayPortalState":{"State":["OverlayPortal"]},"_OverlayPortal":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverlayPortalElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_DeferredLayout":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"GlowingOverscrollIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StretchingOverscrollIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"OverscrollIndicatorNotification":{"ViewportNotificationMixin":[]},"_GlowingOverscrollIndicatorState":{"State":["GlowingOverscrollIndicator"]},"_GlowController":{"Listenable":[]},"_GlowingOverscrollIndicatorPainter":{"Listenable":[]},"_StretchingOverscrollIndicatorState":{"State":["StretchingOverscrollIndicator"]},"_StretchController":{"Listenable":[]},"PageStorageKey":{"ValueKey":["1"],"LocalKey":[],"Key":[]},"PageStorage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageController":{"ScrollController":[],"Listenable":[]},"PageMetrics":{"ScrollMetrics":[]},"_PagePosition":{"ScrollPosition":[],"PageMetrics":[],"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"_PageViewState":{"State":["PageView"]},"PageRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"_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":[],"HitTestTarget":[]},"_PlatformViewPlaceHolder":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PreferredSize":{"StatelessWidget":[],"PreferredSizeWidget":[],"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":{"Listenable":[]},"_RestorationScopeState":{"State":["RestorationScope"]},"_RootRestorationScopeState":{"State":["RootRestorationScope"]},"RestorableValue":{"RestorableProperty":["1"],"Listenable":[]},"_RestorablePrimitiveValueN":{"RestorableProperty":["1"],"Listenable":[]},"_RestorablePrimitiveValue":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"Listenable":[]},"RestorableNum":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"Listenable":[],"RestorableValue.T":"1","_RestorablePrimitiveValueN.T":"1"},"RestorableBool":{"_RestorablePrimitiveValueN":["bool"],"RestorableProperty":["bool"],"Listenable":[],"RestorableValue.T":"bool","_RestorablePrimitiveValueN.T":"bool"},"RestorableBoolN":{"_RestorablePrimitiveValueN":["bool?"],"RestorableProperty":["bool?"],"Listenable":[],"RestorableValue.T":"bool?","_RestorablePrimitiveValueN.T":"bool?"},"RestorableStringN":{"_RestorablePrimitiveValueN":["String?"],"RestorableProperty":["String?"],"Listenable":[],"RestorableValue.T":"String?","_RestorablePrimitiveValueN.T":"String?"},"RestorableDateTime":{"RestorableProperty":["DateTime"],"Listenable":[],"RestorableValue.T":"DateTime"},"RestorableListenable":{"RestorableProperty":["1"],"Listenable":[]},"RestorableChangeNotifier":{"RestorableProperty":["1"],"Listenable":[]},"RestorableTextEditingController":{"RestorableProperty":["TextEditingController"],"Listenable":[]},"RestorableEnumN":{"RestorableProperty":["1?"],"Listenable":[],"RestorableValue.T":"1?"},"RestorableEnum":{"RestorableProperty":["1"],"Listenable":[],"RestorableValue.T":"1"},"Router":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChildBackButtonDispatcher":{"_CallbackHookProvider":["Future"]},"_RouterState":{"State":["Router<1>"]},"_RouterScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RestorableRouteInformation":{"RestorableProperty":["RouteInformation?"],"Listenable":[],"RestorableValue.T":"RouteInformation?"},"_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"]},"SafeArea":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollAwareImageProvider":{"ImageProvider":["1"],"ImageProvider.T":"1"},"ScrollConfiguration":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollController":{"Listenable":[]},"_SelectionKeepAlive":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SaltedValueKey":{"ValueKey":["Key"],"LocalKey":[],"Key":[],"ValueKey.T":"Key"},"_SelectionKeepAliveState":{"State":["_SelectionKeepAlive"]},"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"]},"ScrollPosition":{"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"ScrollMetricsNotification":{"ViewportNotificationMixin":[]},"ScrollPositionWithSingleContext":{"ScrollPosition":[],"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"GridView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"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":[]},"ScrollableState":{"State":["Scrollable"]},"_ScrollableSelectionHandlerState":{"State":["_ScrollableSelectionHandler"]},"_ScrollableSelectionContainerDelegate":{"Listenable":[]},"_ScrollSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderScrollSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_RestorableScrollOffset":{"RestorableProperty":["double?"],"Listenable":[],"RestorableValue.T":"double?"},"ScrollIntent":{"Intent":[]},"ScrollAction":{"ContextAction":["ScrollIntent"],"Action":["ScrollIntent"],"Action.T":"ScrollIntent","ContextAction.T":"ScrollIntent"},"RawScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ThumbPressGestureRecognizer":{"LongPressGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_TrackTapGestureRecognizer":{"TapGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScrollbarPainter":{"Listenable":[]},"RawScrollbarState":{"State":["1"]},"MultiSelectableSelectionContainerDelegate":{"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"},"LogicalKeySet":{"KeySet":["LogicalKeyboardKey"],"ShortcutActivator":[],"KeySet.T":"LogicalKeyboardKey"},"SingleActivator":{"ShortcutActivator":[]},"Shortcuts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ShortcutRegistrar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ShortcutManager":{"Listenable":[]},"_ShortcutsState":{"State":["Shortcuts"]},"CallbackShortcuts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ShortcutRegistry":{"Listenable":[]},"_ShortcutRegistrarState":{"State":["ShortcutRegistrar"]},"_ShortcutRegistrarScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleChildScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SingleChildViewport":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SingleChildViewportElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderSingleChildViewport":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"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":[],"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":[],"HitTestTarget":[]},"SlottedMultiChildRenderObjectWidget":{"SlottedMultiChildRenderObjectWidgetMixin":["1","2"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlottedRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"SnapshotController":{"Listenable":[]},"SnapshotWidget":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSnapshotWidget":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"SnapshotPainter":{"Listenable":[]},"_DefaultSnapshotPainter":{"Listenable":[]},"Spacer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Table":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TableElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"TableCell":{"ParentDataWidget":["TableCellParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"TableCellParentData"},"TapAndHorizontalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"TapAndPanGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"BaseTapAndDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"RenderTapRegionSurface":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderTapRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"TapRegionSurface":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"TapRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextFieldTapRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTextStyle":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTextHeightBehavior":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Text":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NullWidget4":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DoNothingAndStopPropagationTextIntent":{"Intent":[]},"DeleteCharacterIntent":{"Intent":[]},"DeleteToNextWordBoundaryIntent":{"Intent":[]},"DeleteToLineBreakIntent":{"Intent":[]},"DirectionalCaretMovementIntent":{"Intent":[]},"ExtendSelectionByCharacterIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToNextWordBoundaryIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToNextWordBoundaryOrCaretLocationIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExpandSelectionToDocumentBoundaryIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExpandSelectionToLineBreakIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToLineBreakIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionVerticallyToAdjacentLineIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionVerticallyToAdjacentPageIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToNextParagraphBoundaryIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToNextParagraphBoundaryOrCaretLocationIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToDocumentBoundaryIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ScrollToDocumentBoundaryIntent":{"Intent":[]},"ExtendSelectionByPageIntent":{"Intent":[]},"SelectAllTextIntent":{"Intent":[]},"CopySelectionTextIntent":{"Intent":[]},"PasteTextIntent":{"Intent":[]},"RedoTextIntent":{"Intent":[]},"ReplaceTextIntent":{"Intent":[]},"UndoTextIntent":{"Intent":[]},"UpdateSelectionIntent":{"Intent":[]},"TransposeCharactersIntent":{"Intent":[]},"DirectionalTextEditingIntent":{"Intent":[]},"ToolbarItemsParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"_SelectionToolbarWrapper":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectionHandleOverlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextSelectionGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectionToolbarWrapperState":{"State":["_SelectionToolbarWrapper"]},"_SelectionHandleOverlayState":{"State":["_SelectionHandleOverlay"]},"_TextSelectionGestureDetectorState":{"State":["TextSelectionGestureDetector"]},"ClipboardStatusNotifier":{"ValueNotifier":["ClipboardStatus"],"Listenable":[],"WidgetsBindingObserver":[]},"TickerMode":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EffectiveTickerMode":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TickerModeState":{"State":["TickerMode"]},"_ConstantValueListenable":{"Listenable":[]},"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":[]},"ListenableBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UndoHistory":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UndoHistoryState":{"State":["UndoHistory<1>"]},"UndoHistoryController":{"ValueNotifier":["UndoHistoryValue"],"Listenable":[]},"ValueListenableBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ValueListenableBuilderState":{"State":["ValueListenableBuilder<1>"]},"_ViewScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"View":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Viewport":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ViewportElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ShrinkWrappingViewport":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VisibilityScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Visibility":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_Visibility":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderVisibility":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"WidgetSpan":{"InlineSpan":[],"DiagnosticableTree":[]},"_WidgetSpanParentData":{"ParentDataWidget":["TextParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"TextParentData"},"_AutoScaleInlineWidget":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderScaledInlineWidget":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"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":[]},"CupertinoLocalizationCy":{"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":[]},"MaterialLocalizationCy":{"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":[]},"WidgetsLocalizationAf":{"WidgetsLocalizations":[]},"WidgetsLocalizationAm":{"WidgetsLocalizations":[]},"WidgetsLocalizationAr":{"WidgetsLocalizations":[]},"WidgetsLocalizationAs":{"WidgetsLocalizations":[]},"WidgetsLocalizationAz":{"WidgetsLocalizations":[]},"WidgetsLocalizationBe":{"WidgetsLocalizations":[]},"WidgetsLocalizationBg":{"WidgetsLocalizations":[]},"WidgetsLocalizationBn":{"WidgetsLocalizations":[]},"WidgetsLocalizationBs":{"WidgetsLocalizations":[]},"WidgetsLocalizationCa":{"WidgetsLocalizations":[]},"WidgetsLocalizationCs":{"WidgetsLocalizations":[]},"WidgetsLocalizationCy":{"WidgetsLocalizations":[]},"WidgetsLocalizationDa":{"WidgetsLocalizations":[]},"WidgetsLocalizationDe":{"WidgetsLocalizations":[]},"WidgetsLocalizationDeCh":{"WidgetsLocalizations":[]},"WidgetsLocalizationEl":{"WidgetsLocalizations":[]},"WidgetsLocalizationEn":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnAu":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnCa":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnGb":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnIe":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnIn":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnNz":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnSg":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnZa":{"WidgetsLocalizations":[]},"WidgetsLocalizationEs":{"WidgetsLocalizations":[]},"WidgetsLocalizationEs419":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsAr":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsBo":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsCl":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsCo":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsCr":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsDo":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsEc":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsGt":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsHn":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsMx":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsNi":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsPa":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsPe":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsPr":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsPy":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsSv":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsUs":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsUy":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsVe":{"WidgetsLocalizations":[]},"WidgetsLocalizationEt":{"WidgetsLocalizations":[]},"WidgetsLocalizationEu":{"WidgetsLocalizations":[]},"WidgetsLocalizationFa":{"WidgetsLocalizations":[]},"WidgetsLocalizationFi":{"WidgetsLocalizations":[]},"WidgetsLocalizationFil":{"WidgetsLocalizations":[]},"WidgetsLocalizationFr":{"WidgetsLocalizations":[]},"WidgetsLocalizationFrCa":{"WidgetsLocalizations":[]},"WidgetsLocalizationGl":{"WidgetsLocalizations":[]},"WidgetsLocalizationGsw":{"WidgetsLocalizations":[]},"WidgetsLocalizationGu":{"WidgetsLocalizations":[]},"WidgetsLocalizationHe":{"WidgetsLocalizations":[]},"WidgetsLocalizationHi":{"WidgetsLocalizations":[]},"WidgetsLocalizationHr":{"WidgetsLocalizations":[]},"WidgetsLocalizationHu":{"WidgetsLocalizations":[]},"WidgetsLocalizationHy":{"WidgetsLocalizations":[]},"WidgetsLocalizationId":{"WidgetsLocalizations":[]},"WidgetsLocalizationIs":{"WidgetsLocalizations":[]},"WidgetsLocalizationIt":{"WidgetsLocalizations":[]},"WidgetsLocalizationJa":{"WidgetsLocalizations":[]},"WidgetsLocalizationKa":{"WidgetsLocalizations":[]},"WidgetsLocalizationKk":{"WidgetsLocalizations":[]},"WidgetsLocalizationKm":{"WidgetsLocalizations":[]},"WidgetsLocalizationKn":{"WidgetsLocalizations":[]},"WidgetsLocalizationKo":{"WidgetsLocalizations":[]},"WidgetsLocalizationKy":{"WidgetsLocalizations":[]},"WidgetsLocalizationLo":{"WidgetsLocalizations":[]},"WidgetsLocalizationLt":{"WidgetsLocalizations":[]},"WidgetsLocalizationLv":{"WidgetsLocalizations":[]},"WidgetsLocalizationMk":{"WidgetsLocalizations":[]},"WidgetsLocalizationMl":{"WidgetsLocalizations":[]},"WidgetsLocalizationMn":{"WidgetsLocalizations":[]},"WidgetsLocalizationMr":{"WidgetsLocalizations":[]},"WidgetsLocalizationMs":{"WidgetsLocalizations":[]},"WidgetsLocalizationMy":{"WidgetsLocalizations":[]},"WidgetsLocalizationNb":{"WidgetsLocalizations":[]},"WidgetsLocalizationNe":{"WidgetsLocalizations":[]},"WidgetsLocalizationNl":{"WidgetsLocalizations":[]},"WidgetsLocalizationNo":{"WidgetsLocalizations":[]},"WidgetsLocalizationOr":{"WidgetsLocalizations":[]},"WidgetsLocalizationPa":{"WidgetsLocalizations":[]},"WidgetsLocalizationPl":{"WidgetsLocalizations":[]},"WidgetsLocalizationPs":{"WidgetsLocalizations":[]},"WidgetsLocalizationPt":{"WidgetsLocalizations":[]},"WidgetsLocalizationPtPt":{"WidgetsLocalizations":[]},"WidgetsLocalizationRo":{"WidgetsLocalizations":[]},"WidgetsLocalizationRu":{"WidgetsLocalizations":[]},"WidgetsLocalizationSi":{"WidgetsLocalizations":[]},"WidgetsLocalizationSk":{"WidgetsLocalizations":[]},"WidgetsLocalizationSl":{"WidgetsLocalizations":[]},"WidgetsLocalizationSq":{"WidgetsLocalizations":[]},"WidgetsLocalizationSr":{"WidgetsLocalizations":[]},"WidgetsLocalizationSrCyrl":{"WidgetsLocalizations":[]},"WidgetsLocalizationSrLatn":{"WidgetsLocalizations":[]},"WidgetsLocalizationSv":{"WidgetsLocalizations":[]},"WidgetsLocalizationSw":{"WidgetsLocalizations":[]},"WidgetsLocalizationTa":{"WidgetsLocalizations":[]},"WidgetsLocalizationTe":{"WidgetsLocalizations":[]},"WidgetsLocalizationTh":{"WidgetsLocalizations":[]},"WidgetsLocalizationTl":{"WidgetsLocalizations":[]},"WidgetsLocalizationTr":{"WidgetsLocalizations":[]},"WidgetsLocalizationUk":{"WidgetsLocalizations":[]},"WidgetsLocalizationUr":{"WidgetsLocalizations":[]},"WidgetsLocalizationUz":{"WidgetsLocalizations":[]},"WidgetsLocalizationVi":{"WidgetsLocalizations":[]},"WidgetsLocalizationZh":{"WidgetsLocalizations":[]},"WidgetsLocalizationZhHans":{"WidgetsLocalizations":[]},"WidgetsLocalizationZhHant":{"WidgetsLocalizations":[]},"WidgetsLocalizationZhHantHk":{"WidgetsLocalizations":[]},"WidgetsLocalizationZhHantTw":{"WidgetsLocalizations":[]},"WidgetsLocalizationZu":{"WidgetsLocalizations":[]},"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"]},"_ValueNotifier":{"ValueNotifier":["1"],"Listenable":[]},"SlidableDismissal":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableDismissalState":{"State":["SlidableDismissal"]},"_SizeTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FlexEntranceTransitionParentData":{"FlexParentData":[],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"FlexEntranceTransition":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderFlexEntranceTransition":{"RenderBoxContainerDefaultsMixin":["RenderBox","_FlexEntranceTransitionParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_FlexEntranceTransitionParentData"],"RenderObject":[],"DiagnosticableTree":[],"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":[],"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"]},"StyledToastTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"AttributeName":{"Comparable":["Object"]},"Element":{"Node0":[]},"Document":{"Node0":[]},"DocumentType":{"Node0":[]},"Text0":{"Node0":[]},"Comment":{"Node0":[]},"NodeList":{"ListProxy":["Node0"],"ListBase":["Node0"],"List":["Node0"],"EfficientLengthIterable":["Node0"],"Iterable":["Node0"],"ListBase.E":"Node0","Iterable.E":"Node0"},"FilteredElementList":{"ListBase":["Element"],"List":["Element"],"EfficientLengthIterable":["Element"],"Iterable":["Element"],"ListBase.E":"Element","Iterable.E":"Element"},"ParseError":{"Exception":[]},"InitialPhase":{"Phase":[]},"BeforeHtmlPhase":{"Phase":[]},"BeforeHeadPhase":{"Phase":[]},"InHeadPhase":{"Phase":[]},"AfterHeadPhase":{"Phase":[]},"InBodyPhase":{"Phase":[]},"TextPhase":{"Phase":[]},"InTablePhase":{"Phase":[]},"InTableTextPhase":{"Phase":[]},"InCaptionPhase":{"Phase":[]},"InColumnGroupPhase":{"Phase":[]},"InTableBodyPhase":{"Phase":[]},"InRowPhase":{"Phase":[]},"InCellPhase":{"Phase":[]},"InSelectPhase":{"Phase":[]},"InSelectInTablePhase":{"Phase":[]},"InForeignContentPhase":{"Phase":[]},"AfterBodyPhase":{"Phase":[]},"InFramesetPhase":{"Phase":[]},"AfterFramesetPhase":{"Phase":[]},"AfterAfterBodyPhase":{"Phase":[]},"AfterAfterFramesetPhase":{"Phase":[]},"ElementCssClassSet":{"SetBase":["String"],"Set":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"Iterable.E":"String","SetBase.E":"String"},"_CssClassSetImpl":{"SetBase":["String"],"Set":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"]},"_EncodingRangeException":{"Exception":[]},"ListProxy":{"ListBase":["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?"],"ListBase":["Element?"],"List":["Element?"],"EfficientLengthIterable":["Element?"],"Iterable":["Element?"],"ListBase.E":"Element?","Iterable.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"},"ColorFloat16":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorFloat32":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorFloat64":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorInt16":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorInt32":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorInt8":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint1":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint16":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint2":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint32":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint4":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint8":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorRgb8":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorRgba8":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"IfdByteValue":{"IfdValue":[]},"IfdValueAscii":{"IfdValue":[]},"InternalPngFrame":{"PngFrame":[]},"Image0":{"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageData0":{"Iterable":["Pixel"]},"ImageDataFloat16":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataFloat32":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataFloat64":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataInt16":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataInt32":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataInt8":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint1":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint16":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint2":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint32":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint4":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint8":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"PixelFloat16":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelFloat32":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelFloat64":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelInt16":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelInt32":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelInt8":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint1":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint16":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint2":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint32":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint4":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint8":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUndefined":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ImageException":{"Exception":[]},"BillingResultWrapper":{"HasBillingResponse":[]},"ProductDetailsResponseWrapper":{"HasBillingResponse":[]},"PurchasesResultWrapper":{"HasBillingResponse":[]},"GooglePlayProductDetails":{"ProductDetails":[]},"GooglePlayPurchaseDetails":{"PurchaseDetails":[]},"InAppPurchaseException":{"Exception":[]},"AppStoreProductDetails":{"ProductDetails":[]},"AppStorePurchaseDetails":{"PurchaseDetails":[]},"_DateFormatLiteralField":{"_DateFormatField":[]},"_DateFormatQuotedField":{"_DateFormatField":[]},"_DateFormatPatternField":{"_DateFormatField":[]},"LocaleDataException":{"Exception":[]},"CountryPickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CountryPickerDialogState":{"State":["CountryPickerDialog"]},"IntlPhoneField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IntlPhoneFieldState":{"State":["IntlPhoneField"]},"_$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":[],"HasActivities":[]},"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":[],"HasActivities":[]},"_$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":[],"BelongsToVendor":[]},"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":[],"BelongsToVendor":[]},"_$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":[]},"ScheduleEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ScheduleListResponseSerializer":{"StructuredSerializer":["ScheduleListResponse"],"Serializer":["ScheduleListResponse"]},"_$ScheduleItemResponseSerializer":{"StructuredSerializer":["ScheduleItemResponse"],"Serializer":["ScheduleItemResponse"]},"_$ScheduleEntitySerializer":{"StructuredSerializer":["ScheduleEntity"],"Serializer":["ScheduleEntity"]},"_$ScheduleParametersSerializer":{"StructuredSerializer":["ScheduleParameters"],"Serializer":["ScheduleParameters"]},"_$ScheduleListResponse":{"ScheduleListResponse":[]},"_$ScheduleItemResponse":{"ScheduleItemResponse":[]},"_$ScheduleEntity":{"ScheduleEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$ScheduleParameters":{"ScheduleParameters":[]},"_$SettingsEntitySerializer":{"StructuredSerializer":["SettingsEntity"],"Serializer":["SettingsEntity"]},"_$PdfPreviewRequestSerializer":{"StructuredSerializer":["PdfPreviewRequest"],"Serializer":["PdfPreviewRequest"]},"_$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":[]},"DocumentStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$DocumentStatusEntity":{"DocumentStatusEntity":[],"EntityStatus":[],"SelectableEntity":[]},"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":[]},"PaymentStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$PaymentStatusEntity":{"PaymentStatusEntity":[],"EntityStatus":[],"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":[]},"_$TaxDataEntitySerializer":{"StructuredSerializer":["TaxDataEntity"],"Serializer":["TaxDataEntity"]},"_$TaxConfigEntitySerializer":{"StructuredSerializer":["TaxConfigEntity"],"Serializer":["TaxConfigEntity"]},"_$TaxConfigRegionEntitySerializer":{"StructuredSerializer":["TaxConfigRegionEntity"],"Serializer":["TaxConfigRegionEntity"]},"_$TaxConfigSubregionEntitySerializer":{"StructuredSerializer":["TaxConfigSubregionEntity"],"Serializer":["TaxConfigSubregionEntity"]},"_$TaxDataEntity":{"TaxDataEntity":[]},"_$TaxConfigEntity":{"TaxConfigEntity":[]},"_$TaxConfigRegionEntity":{"TaxConfigRegionEntity":[]},"_$TaxConfigSubregionEntity":{"TaxConfigSubregionEntity":[]},"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"]},"_$TransactionStatusEntitySerializer":{"StructuredSerializer":["TransactionStatusEntity"],"Serializer":["TransactionStatusEntity"]},"_$TransactionListResponse":{"TransactionListResponse":[]},"_$TransactionItemResponse":{"TransactionItemResponse":[]},"_$TransactionEntity":{"TransactionEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$TransactionStatusEntity":{"TransactionStatusEntity":[],"EntityStatus":[],"SelectableEntity":[]},"TransactionRuleEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$TransactionRuleListResponseSerializer":{"StructuredSerializer":["TransactionRuleListResponse"],"Serializer":["TransactionRuleListResponse"]},"_$TransactionRuleItemResponseSerializer":{"StructuredSerializer":["TransactionRuleItemResponse"],"Serializer":["TransactionRuleItemResponse"]},"_$TransactionRuleEntitySerializer":{"StructuredSerializer":["TransactionRuleEntity"],"Serializer":["TransactionRuleEntity"]},"_$TransactionRuleCriteriaEntitySerializer":{"StructuredSerializer":["TransactionRuleCriteriaEntity"],"Serializer":["TransactionRuleCriteriaEntity"]},"_$TransactionRuleListResponse":{"TransactionRuleListResponse":[]},"_$TransactionRuleItemResponse":{"TransactionRuleItemResponse":[]},"_$TransactionRuleEntity":{"TransactionRuleEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$TransactionRuleCriteriaEntity":{"TransactionRuleCriteriaEntity":[]},"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":[],"HasActivities":[]},"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":[],"HasActivities":[]},"_$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":[]},"UpdateLastHistory":{"PersistUI":[]},"DismissNativeWarning":{"PersistUI":[]},"DismissNativeWarningPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissGatewayWarningPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissReviewAppPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissOneYearReviewAppPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissTwoYearReviewAppPermanently":{"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":[]},"SaveEInvoiceCertificateRequest":{"StartSaving":[]},"SaveEInvoiceCertificateSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCompany":{"StartSaving":[]},"DeleteCompanyRequest":{"StartSaving":[]},"PurgeDataRequest":{"StartSaving":[]},"PurgeDataSuccess":{"StopSaving":[],"PersistData":[]},"SaveCompanyDocumentRequest":{"StartSaving":[]},"SetDefaultCompanyRequest":{"StartSaving":[]},"SaveCompanyFailure":{"StopSaving":[]},"SaveEInvoiceCertificateFailure":{"StopSaving":[]},"AddCompanySuccess":{"StopSaving":[]},"DeleteCompanySuccess":{"StopSaving":[],"PersistData":[]},"DeleteCompanyFailure":{"StopSaving":[]},"PurgeDataFailure":{"StopSaving":[]},"SaveCompanyDocumentFailure":{"StopSaving":[]},"SetDefaultCompanySuccess":{"StopSaving":[]},"SetDefaultCompanyFailure":{"StopSaving":[]},"_$UserCompanyStateSerializer":{"StructuredSerializer":["UserCompanyState"],"Serializer":["UserCompanyState"]},"_$UserCompanyState":{"UserCompanyState":[]},"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":[]},"SaveDocumentRequest":{"StartSaving":[]},"SaveDocumentSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddDocumentSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"DownloadDocumentsRequest":{"StartSaving":[]},"ArchiveDocumentRequest":{"StartSaving":[]},"ArchiveDocumentSuccess":{"StopSaving":[],"PersistData":[]},"DeleteDocumentRequest":{"StartSaving":[]},"DeleteDocumentSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"RestoreDocumentRequest":{"StartSaving":[]},"RestoreDocumentSuccess":{"StopSaving":[],"PersistData":[]},"FilterDocuments":{"PersistUI":[]},"FilterDocumentsByStatus":{"PersistUI":[]},"SortDocuments":{"PersistUI":[],"PersistPrefs":[]},"FilterDocumentsByState":{"PersistUI":[]},"FilterDocumentsByCustom1":{"PersistUI":[]},"FilterDocumentsByCustom2":{"PersistUI":[]},"FilterDocumentsByCustom3":{"PersistUI":[]},"FilterDocumentsByCustom4":{"PersistUI":[]},"LoadDocumentRequest":{"StartLoading":[]},"LoadDocumentFailure":{"StopLoading":[]},"SaveDocumentFailure":{"StopSaving":[]},"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":[]},"AutoBillInvoicesRequest":{"StartSaving":[]},"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":[]},"AutoBillInvoicesSuccess":{"StopSaving":[]},"AutoBillInvoicesFailure":{"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":[]},"FilterPaymentsByStatus":{"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":[]},"SetTaxCategoryProductsRequest":{"StartSaving":[]},"SetTaxCategoryProductsSuccess":{"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":[]},"SetTaxCategoryProductsFailure":{"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":[]},"FilterRecurringExpensesByStatus":{"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":[]},"UpdatePricesRecurringInvoicesRequest":{"StartSaving":[]},"IncreasePricesRecurringInvoicesRequest":{"StartSaving":[]},"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":[]},"UpdatePricesRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"UpdatePricesRecurringInvoicesFailure":{"StopSaving":[]},"IncreasePricesRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"IncreasePricesRecurringInvoicesFailure":{"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":[]},"ViewScheduleList":{"PersistUI":[]},"ViewSchedule":{"PersistUI":[],"PersistPrefs":[]},"EditSchedule":{"PersistUI":[],"PersistPrefs":[]},"UpdateSchedule":{"PersistUI":[]},"LoadScheduleSuccess":{"StopLoading":[],"PersistData":[]},"LoadSchedulesFailure":{"StopLoading":[]},"LoadSchedulesSuccess":{"StopLoading":[]},"SaveScheduleRequest":{"StartSaving":[]},"SaveScheduleSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddScheduleSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveSchedulesRequest":{"StartSaving":[]},"ArchiveSchedulesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteSchedulesRequest":{"StartSaving":[]},"DeleteSchedulesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreSchedulesRequest":{"StartSaving":[]},"RestoreSchedulesSuccess":{"StopSaving":[],"PersistData":[]},"FilterSchedules":{"PersistUI":[]},"SortSchedules":{"PersistUI":[],"PersistPrefs":[]},"FilterSchedulesByState":{"PersistUI":[]},"FilterSchedulesByCustom1":{"PersistUI":[]},"FilterSchedulesByCustom2":{"PersistUI":[]},"FilterSchedulesByCustom3":{"PersistUI":[]},"FilterSchedulesByCustom4":{"PersistUI":[]},"UpdateScheduleTab":{"PersistUI":[]},"LoadScheduleRequest":{"StartLoading":[]},"LoadScheduleFailure":{"StopLoading":[]},"LoadSchedulesRequest":{"StartLoading":[]},"SaveScheduleFailure":{"StopSaving":[]},"ArchiveSchedulesFailure":{"StopSaving":[]},"DeleteSchedulesFailure":{"StopSaving":[]},"RestoreSchedulesFailure":{"StopSaving":[]},"_$ScheduleStateSerializer":{"StructuredSerializer":["ScheduleState"],"Serializer":["ScheduleState"]},"_$ScheduleUIStateSerializer":{"StructuredSerializer":["ScheduleUIState"],"Serializer":["ScheduleUIState"]},"_$ScheduleState":{"ScheduleState":[]},"_$ScheduleUIState":{"ScheduleUIState":[]},"ViewSettings":{"PersistUI":[]},"ClearSettingsFilter":{"PersistUI":[]},"UpdateSettings":{"PersistUI":[]},"UpdateSettingsTab":{"PersistUI":[]},"UpdatedSettingUI":{"PersistUI":[]},"UpdateSettingsTemplate":{"PersistUI":[]},"UpdateUserSettings":{"PersistUI":[]},"UploadLogoRequest":{"StartSaving":[]},"SaveUserSettingsRequest":{"StartSaving":[]},"SaveUserSettingsSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"SaveAuthUserRequest":{"StartSaving":[]},"SaveAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ConnecOAuthUserRequest":{"StartSaving":[]},"ConnectOAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"DisconnecOAuthUserRequest":{"StartSaving":[]},"DisconnectOAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"DisconnectOAuthMailerRequest":{"StartSaving":[]},"DisconnectOAuthMailerSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"DisableTwoFactorRequest":{"StartSaving":[]},"DisableTwoFactorSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"ConnecGmailUserRequest":{"StartSaving":[]},"ConnecGmailUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"FilterSettings":{"PersistUI":[]},"UpdatedSetting":{"PersistUI":[]},"UploadLogoFailure":{"StopSaving":[]},"SaveUserSettingsFailure":{"StopSaving":[]},"SaveAuthUserFailure":{"StopSaving":[]},"ConnecOAuthUserFailure":{"StopSaving":[]},"DisconnecOAuthUserFailure":{"StopSaving":[]},"DisconnectOAuthMailerFailure":{"StopSaving":[]},"DisableTwoFactorFailure":{"StopSaving":[]},"ConnecGmailUserFailure":{"StopSaving":[]},"_$SettingsUIStateSerializer":{"StructuredSerializer":["SettingsUIState"],"Serializer":["SettingsUIState"]},"_$SettingsUIState":{"SettingsUIState":[]},"_$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":[]},"LinkTransactionToPaymentRequest":{"StartSaving":[]},"LinkTransactionToPaymentSuccess":{"StopSaving":[],"PersistData":[]},"UnlinkTransactionsRequest":{"StartSaving":[]},"LinkTransactionToExpenseRequest":{"StartSaving":[]},"LinkTransactionToExpenseSuccess":{"StopSaving":[],"PersistData":[]},"ConvertTransactionsToExpensesRequest":{"StartSaving":[]},"ConvertTransactionsToExpensesSuccess":{"StopSaving":[],"PersistData":[]},"ConvertTransactionsRequest":{"StartSaving":[]},"ConvertTransactionsSuccess":{"StopSaving":[],"PersistData":[]},"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":[]},"LinkTransactionToPaymentFailure":{"StopSaving":[]},"UnlinkTransactionsSuccess":{"StopSaving":[],"PersistData":[]},"UnlinkTransactionsFailure":{"StopSaving":[]},"LinkTransactionToExpenseFailure":{"StopSaving":[]},"ConvertTransactionsToExpensesFailure":{"StopSaving":[]},"ConvertTransactionsFailure":{"StopSaving":[]},"_$TransactionStateSerializer":{"StructuredSerializer":["TransactionState"],"Serializer":["TransactionState"]},"_$TransactionUIStateSerializer":{"StructuredSerializer":["TransactionUIState"],"Serializer":["TransactionUIState"]},"_$TransactionState":{"TransactionState":[]},"_$TransactionUIState":{"TransactionUIState":[]},"ViewTransactionRuleList":{"PersistUI":[]},"ViewTransactionRule":{"PersistUI":[],"PersistPrefs":[]},"EditTransactionRule":{"PersistUI":[],"PersistPrefs":[]},"UpdateTransactionRule":{"PersistUI":[]},"LoadTransactionRuleSuccess":{"StopLoading":[],"PersistData":[]},"LoadTransactionRulesFailure":{"StopLoading":[]},"LoadTransactionRulesSuccess":{"StopLoading":[]},"SaveTransactionRuleRequest":{"StartSaving":[]},"SaveTransactionRuleSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTransactionRuleSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTransactionRulesRequest":{"StartSaving":[]},"ArchiveTransactionRulesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTransactionRulesRequest":{"StartSaving":[]},"DeleteTransactionRulesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTransactionRulesRequest":{"StartSaving":[]},"RestoreTransactionRulesSuccess":{"StopSaving":[],"PersistData":[]},"FilterTransactionRules":{"PersistUI":[]},"SortTransactionRules":{"PersistUI":[],"PersistPrefs":[]},"FilterTransactionRulesByState":{"PersistUI":[]},"FilterTransactionRulesByCustom1":{"PersistUI":[]},"FilterTransactionRulesByCustom2":{"PersistUI":[]},"FilterTransactionRulesByCustom3":{"PersistUI":[]},"FilterTransactionRulesByCustom4":{"PersistUI":[]},"UpdateTransactionRuleTab":{"PersistUI":[]},"LoadTransactionRuleRequest":{"StartLoading":[]},"LoadTransactionRuleFailure":{"StopLoading":[]},"LoadTransactionRulesRequest":{"StartLoading":[]},"SaveTransactionRuleFailure":{"StopSaving":[]},"ArchiveTransactionRulesFailure":{"StopSaving":[]},"DeleteTransactionRulesFailure":{"StopSaving":[]},"RestoreTransactionRulesFailure":{"StopSaving":[]},"_$TransactionRuleStateSerializer":{"StructuredSerializer":["TransactionRuleState"],"Serializer":["TransactionRuleState"]},"_$TransactionRuleUIStateSerializer":{"StructuredSerializer":["TransactionRuleUIState"],"Serializer":["TransactionRuleUIState"]},"_$TransactionRuleState":{"TransactionRuleState":[]},"_$TransactionRuleUIState":{"TransactionRuleUIState":[]},"_$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":[]},"AppWebView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebWebView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AutobillDropdownMenuItem":{"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":[]},"DashedRect":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashRectPainter":{"Listenable":[]},"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":[]},"DocumentGrid":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentGridState":{"State":["DocumentGrid"]},"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":[]},"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":[]},"AccountSmsVerification":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserSmsVerification":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AccountSmsVerificationState":{"State":["AccountSmsVerification"]},"_UserSmsVerificationState":{"State":["UserSmsVerification"]},"SystemLogViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SystemLogViewerState":{"State":["SystemLogViewer"]},"AppPaginatedDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppPaginatedDataTableState":{"State":["AppPaginatedDataTable"]},"EntityDataTableSource":{"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":[]},"ClientViewPaymentMethods":{"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"]},"_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":[]},"_DesignImportDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesignEditState":{"State":["DesignEdit"]},"DesignSection":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesignSettingsState":{"State":["DesignSettings"]},"_PdfDesignPreviewState":{"State":["PdfDesignPreview"]},"HtmlDesignPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InsertTabAction":{"Action":["Intent"],"Action.T":"Intent"},"__DesignImportDialogState":{"State":["_DesignImportDialog"]},"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":[]},"_PdfPreview0":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDesktopState":{"State":["InvoiceEditDesktop"]},"__PdfPreviewState":{"State":["_PdfPreview0"]},"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"]},"InvoiceTaxDetails":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"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"]},"PaymentEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"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":[]},"QuoteEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_QuoteEditState":{"State":["QuoteEdit"]},"QuoteEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"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":[]},"ReportCharts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReportDataTableState":{"State":["ReportDataTable"]},"TotalsDataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTableSource":{"Listenable":[]},"ReportStringValue":{"ReportElement":[]},"ReportEntityTypeValue":{"ReportElement":[]},"ReportAgeValue":{"ReportElement":[]},"ReportDurationValue":{"ReportElement":[]},"ReportIntValue":{"ReportElement":[]},"ReportNumberValue":{"ReportElement":[]},"ReportBoolValue":{"ReportElement":[]},"ReportsScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScheduleEditState":{"State":["ScheduleEdit"]},"ScheduleEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScheduleViewState":{"State":["ScheduleView"]},"ScheduleViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"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":[]},"_PdfPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceDesignState":{"State":["InvoiceDesign"]},"_PdfPreviewState":{"State":["_PdfPreview"]},"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":[]},"SettingsListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SettingsListState":{"State":["SettingsList"]},"_SettingsListTileState":{"State":["SettingsListTile"]},"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":[]},"_EditSubregionDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxSettingsState":{"State":["TaxSettings"]},"NumberOfRatesSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__EditSubregionDialogState":{"State":["_EditSubregionDialog"]},"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":[]},"_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":[]},"TaskStatusList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskStatusListState":{"State":["TaskStatusList"]},"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":[]},"TransactionRuleEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RuleCriteria":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TransactionRuleEditState":{"State":["TransactionRuleEdit"]},"__RuleCriteriaState":{"State":["_RuleCriteria"]},"TransactionRuleEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionRuleListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionRuleListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionRuleScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionRuleScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionRuleView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TransactionRuleViewState":{"State":["TransactionRuleView"]},"TransactionRuleViewScreen":{"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"]},"VendorEditSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditSettingsState":{"State":["VendorEditSettings"]},"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"]},"AppLocalizationsDelegate":{"LocalizationsDelegate":["AppLocalization"],"LocalizationsDelegate.T":"AppLocalization"},"_EmptyParagraphSyntax":{"BlockSyntax":[]},"ExampleEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExampleEditorState":{"State":["ExampleEditor"]},"EditorToolbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImageFormatToolbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EditorToolbarState":{"State":["EditorToolbar"]},"_ImageFormatToolbarState":{"State":["ImageFormatToolbar"]},"_PositionedToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleLineAttributedTextEditingController":{"AttributedTextEditingController":[],"Listenable":[]},"LinkableElement":{"LinkifyElement":[]},"TextElement0":{"LinkifyElement":[]},"EmailLinkifier":{"Linkifier":[]},"EmailElement":{"LinkifyElement":[]},"UrlLinkifier":{"Linkifier":[]},"UrlElement":{"LinkifyElement":[]},"AndroidAuthMessages":{"AuthMessages":[]},"IOSAuthMessages":{"AuthMessages":[]},"WindowsAuthMessages":{"AuthMessages":[]},"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":[]},"_FadeWidgetState":{"State":["FadeWidget"]},"OctoImage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OctoImageState":{"State":["OctoImage"]},"OverflowViewParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderOverflowView":{"RenderBoxContainerDefaultsMixin":["RenderBox","OverflowViewParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","OverflowViewParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"OverflowViewParentData","RenderBoxContainerDefaultsMixin.1":"OverflowViewParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"OverflowView":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverflowViewElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"CupertinoPopoverMenu":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderPopover":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"CupertinoPopoverToolbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IosPagerParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"_CupertinoPopoverToolbarState":{"State":["CupertinoPopoverToolbar"]},"_MenuPageController":{"Listenable":[]},"_IosToolbarMenuContent":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderIosPagedMenu":{"RenderBoxContainerDefaultsMixin":["RenderBox","_IosPagerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_IosPagerParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_IosPagerParentData","RenderBoxContainerDefaultsMixin.1":"_IosPagerParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"PathException":{"Exception":[]},"MissingPlatformDirectoryException":{"Exception":[]},"PinchZoom":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinchZoomState":{"State":["PinchZoom"]},"Pinput":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputAnimatedCursor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputState":{"State":["Pinput"],"WidgetsBindingObserver":[],"AutofillClient":[]},"_PinputFormField":{"FormField":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"String"},"_SeparatedRaw":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputCursor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputAnimatedCursorState":{"State":["_PinputAnimatedCursor"]},"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":{"Listenable":[]},"PdfPreviewCustom":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreviewCustomState":{"State":["PdfPreviewCustom"]},"PdfPreviewPage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreviewState":{"State":["PdfPreview"]},"QrBitBuffer":{"ListBase":["bool"],"List":["bool"],"EfficientLengthIterable":["bool"],"Iterable":["bool"],"ListBase.E":"bool","Iterable.E":"bool"},"QrByte":{"QrDatum":[]},"InputTooLongException":{"Exception":[]},"QrImageView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_QrImageViewState":{"State":["QrImageView"]},"_QrContentView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QrPainter":{"Listenable":[]},"LoggingMiddleware":{"MiddlewareClass":["1"]},"RoundedLoadingButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RoundedLoadingButtonState":{"State":["RoundedLoadingButton"]},"DeferStream":{"Stream":["1"],"Stream.T":"1"},"ValueStreamError":{"Error":[]},"BehaviorSubject":{"Subject":["1"],"EventSink":["1"],"Stream":["1"],"Stream.T":"1"},"_BehaviorSubjectStream":{"Stream":["1"],"Stream.T":"1"},"Subject":{"EventSink":["1"],"Stream":["1"]},"_SubjectStream":{"Stream":["1"],"Stream.T":"1"},"_MultiControllerSink":{"EventSink":["1"]},"NoOpClient":{"Client0":[]},"SentryNavigatorObserver":{"RouteObserver":["PageRoute<@>"],"NavigatorObserver":[],"RouteObserver.R":"PageRoute<@>"},"AppleLogoPainter":{"Listenable":[]},"SignInWithAppleButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UnknownSignInWithAppleException":{"Exception":[]},"SignInWithAppleNotSupportedException":{"Exception":[]},"SignInWithAppleAuthorizationException":{"Exception":[]},"SignInWithAppleCredentialsException":{"Exception":[]},"FileLocation":{"SourceLocation":[],"Comparable":["SourceLocation"]},"_FileSpan":{"SourceSpanWithContext":[],"Comparable":["SourceSpan"]},"SourceLocation":{"Comparable":["SourceLocation"]},"SourceLocationMixin":{"SourceLocation":[],"Comparable":["SourceLocation"]},"SourceSpan":{"Comparable":["SourceSpan"]},"SourceSpanBase":{"Comparable":["SourceSpan"]},"SourceSpanException":{"Exception":[]},"SourceSpanFormatException":{"FormatException":[],"Exception":[]},"SourceSpanMixin":{"Comparable":["SourceSpan"]},"SourceSpanWithContext":{"Comparable":["SourceSpan"]},"MyStatefulWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InheritedInjected":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Injected":{"ReactiveModel":["1"]},"InjectedImp":{"ReactiveModelImp":["1"],"ReactiveModel":["1"]},"ReactiveModelImp":{"ReactiveModel":["1"]},"OnBuilder":{"MyStatefulWidget":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MyStatefulWidgetState":{"ExtendedState":["MyStatefulWidget<1>"],"State":["MyStatefulWidget<1>"]},"IStatefulWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MyElement":{"StatefulElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ExtendedState":{"State":["1"]},"StringScannerException":{"FormatException":[],"Exception":[]},"Document2":{"Listenable":[]},"DocumentNode":{"Listenable":[]},"DocumentComposer":{"Listenable":[]},"ComposerPreferences":{"Listenable":[]},"MutableDocument":{"Document2":[],"Listenable":[]},"LinkAttribution":{"Attribution":[]},"BlockquoteComponentBuilder":{"ComponentBuilder":[]},"BlockquoteComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"BlockquoteComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoxComponent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlockNode":{"DocumentNode":[],"Listenable":[]},"_BoxComponentState":{"DocumentComponent":["BoxComponent"],"State":["BoxComponent"]},"SelectableBox":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorDebugVisuals":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorFocusDebugVisuals":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorImeDebugVisuals":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CaretDocumentOverlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CaretDocumentOverlayState":{"State":["CaretDocumentOverlay"]},"EditorSelectionAndFocusPolicy":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EditorSelectionAndFocusPolicyState":{"State":["EditorSelectionAndFocusPolicy"]},"DocumentMouseInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentMouseInteractorState":{"State":["DocumentMouseInteractor"]},"ScrollableDocument":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidDocumentTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidDocumentTouchEditingControls":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AndroidDocumentTouchInteractorState":{"State":["AndroidDocumentTouchInteractor"],"WidgetsBindingObserver":[]},"_AndroidDocumentTouchEditingControlsState":{"State":["AndroidDocumentTouchEditingControls"]},"IOSDocumentTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IOSDocumentTouchInteractorState":{"State":["IOSDocumentTouchInteractor"],"WidgetsBindingObserver":[]},"SuperEditorHardwareKeyHandler":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SuperEditorHardwareKeyHandlerState":{"State":["SuperEditorHardwareKeyHandler"]},"DocumentImeInputClient":{"DeltaTextInputClient":[]},"ImeFocusPolicy":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentSelectionOpenAndCloseImePolicy":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImeFocusPolicyState":{"State":["ImeFocusPolicy"]},"_DocumentSelectionOpenAndCloseImePolicyState":{"State":["DocumentSelectionOpenAndCloseImePolicy"]},"DeltaTextInputClientDecorator":{"DeltaTextInputClient":[]},"SoftwareKeyboardOpener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SoftwareKeyboardOpenerState":{"State":["SoftwareKeyboardOpener"]},"KeyboardEditingToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorImeInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorImeInteractorState":{"State":["SuperEditorImeInteractor"]},"DocumentScrollable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentScrollableState":{"State":["DocumentScrollable"]},"AutoScrollController":{"Listenable":[]},"HorizontalRuleNode":{"DocumentNode":[],"Listenable":[]},"HorizontalRuleComponentBuilder":{"ComponentBuilder":[]},"HorizontalRuleComponentViewModel":{"SingleColumnLayoutComponentViewModel":[]},"HorizontalRuleComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImageNode":{"DocumentNode":[],"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":[]},"UnorderedListItemComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"OrderedListItemComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListItemNode":{"TextNode":[],"DocumentNode":[],"Listenable":[]},"ListItemComponentBuilder":{"ComponentBuilder":[]},"ListItemComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"ParagraphNode":{"TextNode":[],"DocumentNode":[],"Listenable":[]},"ParagraphComponentBuilder":{"ComponentBuilder":[]},"ParagraphComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"SuperEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorLaunchLinkTapHandler":{"Listenable":[]},"SuperEditorState":{"State":["SuperEditor"]},"DefaultCaretOverlayBuilder":{"DocumentLayerBuilder":[]},"TaskComponent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskNode":{"TextNode":[],"DocumentNode":[],"Listenable":[]},"TaskComponentBuilder":{"ComponentBuilder":[]},"TaskComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"_TaskComponentState":{"DocumentComponent":["TaskComponent"],"State":["TaskComponent"],"TextComposable":[]},"TextNode":{"DocumentNode":[],"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"]},"ListenableBuilder0":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlinkingCaret":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlinkingCaretState":{"State":["BlinkingCaret"]},"_CaretPainter0":{"Listenable":[]},"ContentLayers":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContentLayersElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"RenderContentLayers":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_NullElement1":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullWidget5":{"Widget":[],"DiagnosticableTree":[]},"ContentTapDelegate":{"Listenable":[]},"NonReparentingFocus":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusWithCustomParent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NonReparentingFocusState":{"State":["NonReparentingFocus"]},"_FocusWithCustomParentState":{"State":["FocusWithCustomParent"]},"_FocusMarker":{"InheritedNotifier":["FocusNode"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"FocusNode"},"TapSequenceGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"AndroidDocumentGestureEditingController":{"Listenable":[]},"AndroidFollowingMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidMagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidSelectionHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidTextEditingFloatingToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IosDocumentTouchEditingControls":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IosDocumentTouchEditingControlsState":{"State":["IosDocumentTouchEditingControls"]},"IosDocumentGestureEditingController":{"Listenable":[]},"FloatingCursorController":{"Listenable":[]},"IOSFollowingMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSRoundedRectangleMagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSCollapsedHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSSelectionHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSTextEditingFloatingToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MagnifierAndToolbarController":{"Listenable":[]},"GestureEditingController":{"Listenable":[]},"AndroidEditingOverlayControls":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidEditingOverlayController":{"Listenable":[]},"_AndroidEditingOverlayControlsState":{"State":["AndroidEditingOverlayControls"],"WidgetsBindingObserver":[]},"AndroidTextFieldTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidTextFieldTouchInteractorState":{"State":["AndroidTextFieldTouchInteractor"]},"SuperAndroidTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperAndroidTextFieldState":{"State":["SuperAndroidTextField"],"WidgetsBindingObserver":[],"ProseTextBlock":[]},"SuperDesktopTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldGestureInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldKeyboardInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldImeInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldScrollview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldScrollviewState":{"State":["SuperTextFieldScrollview"]},"SuperDesktopTextFieldState":{"State":["SuperDesktopTextField"],"ProseTextBlock":[]},"_SuperTextFieldGestureInteractorState":{"State":["SuperTextFieldGestureInteractor"]},"_SuperTextFieldKeyboardInteractorState":{"State":["SuperTextFieldKeyboardInteractor"]},"_SuperTextFieldImeInteractorState":{"State":["SuperTextFieldImeInteractor"]},"AttributedTextEditingController":{"Listenable":[]},"FillWidthIfConstrained":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderFillWidthIfConstrained":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"MagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"OuterBoxShadow":{"BoxShadow":[],"Shadow":[]},"TextScrollView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextScrollViewState":{"State":["TextScrollView"]},"TextScrollController":{"Listenable":[]},"ImeAttributedTextEditingController":{"AttributedTextEditingController":[],"DeltaTextInputClient":[],"Listenable":[]},"IOSEditingControls":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSEditingOverlayController":{"Listenable":[]},"_IOSEditingControlsState":{"State":["IOSEditingControls"],"WidgetsBindingObserver":[]},"IOSFloatingCursor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FloatingCursorController0":{"Listenable":[]},"IOSTextFieldTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSTextFieldTouchInteractorState":{"State":["IOSTextFieldTouchInteractor"]},"SuperIOSTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperIOSTextFieldState":{"State":["SuperIOSTextField"],"WidgetsBindingObserver":[],"ProseTextBlock":[]},"SuperTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldState":{"State":["SuperTextField"]},"TextLayoutCaret":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextLayoutCaretState":{"State":["TextLayoutCaret"]},"CaretPainter":{"Listenable":[]},"BlinkController":{"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":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_SuperTextLayoutParentData","RenderBoxContainerDefaultsMixin.1":"_SuperTextLayoutParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"LayoutAwareRichText":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderLayoutAwareParagraph":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","ContainerRenderObjectMixin.0":"RenderBox"},"SuperTextWithSelection":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RebuildOptimizedSuperTextWithSelection":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SuperTextWithSelectionState":{"ProseTextState":["SuperTextWithSelection"],"State":["SuperTextWithSelection"],"ProseTextBlock":[]},"_RebuildOptimizedSuperTextWithSelectionState":{"State":["_RebuildOptimizedSuperTextWithSelection"]},"ProseTextState":{"State":["1"],"ProseTextBlock":[]},"ProseTextLayout":{"TextLayout":[]},"RenderParagraphProseTextLayout":{"ProseTextLayout":[],"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":[]},"HuMessages":{"LookupMessages":[]},"HuShortMessages":{"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":[]},"BoxValueConstraints":{"BoxConstraints":[],"Constraints":[]},"ValueLayoutBuilder":{"ConstrainedLayoutBuilder":["BoxValueConstraints<1>"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"ConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"_RenderValueLayoutBuilder":{"RenderConstrainedLayoutBuilder":["BoxValueConstraints<1>","RenderBox"],"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"RenderConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"Version":{"Comparable":["Version"]},"VsScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialScrollbar0":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollbarState":{"State":["VsScrollbar"]},"_MaterialScrollbarState0":{"RawScrollbarState":["_MaterialScrollbar0"],"State":["_MaterialScrollbar0"]},"Directory0":{"FileSystemEntity0":[],"Directory":[],"FileSystemEntity":[]},"File1":{"FileSystemEntity0":[],"File0":[],"FileSystemEntity":[]},"FileSystemEntity0":{"FileSystemEntity":[]},"CupertinoUserInterfaceLevel":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialBanner":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TooltipVisibilityScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Pixel":{"Color1":[],"Iterable":["num"]},"LinkViewController":{"PlatformViewController":[]}}')); + A._Universe_addErasedTypes(init.typeUniverse, JSON.parse('{"FixedLengthListMixin":1,"UnmodifiableListMixin":1,"UnmodifiableListBase":1,"__CastListBase__CastIterableBase_ListMixin":2,"ConstantSet":1,"NativeTypedArray":1,"EventSink":1,"MultiStreamController":1,"StreamView":1,"StreamTransformerBase":2,"_SyncStreamControllerDispatch":1,"_DelayedEvent":1,"UnmodifiableMapBase":2,"_SplayTreeNode":2,"_SplayTree":2,"_SplayTreeMap__SplayTree_MapMixin":2,"_SplayTreeSet__SplayTree_Iterable":1,"_SplayTreeSet__SplayTree_Iterable_SetMixin":1,"_UnmodifiableMapView_MapView__UnmodifiableMapMixin":2,"ChunkedConversionSink":1,"Codec0":2,"_StringSinkConversionSink":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,"__CupertinoRadioState_State_TickerProviderStateMixin":1,"__CupertinoRadioState_State_TickerProviderStateMixin_ToggleableStateMixin":1,"ToggleableStateMixin":1,"__DropdownButtonState_State_WidgetsBindingObserver":1,"MaterialStateMixin":1,"_MaterialPageRoute_PageRoute_MaterialRouteTransitionMixin":1,"_ZoomTransitionBase":1,"__RadioState_State_TickerProviderStateMixin":1,"__RadioState_State_TickerProviderStateMixin_ToggleableStateMixin":1,"ToggleableStateMixin0":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,"SlottedMultiChildRenderObjectWidget":2,"_SlottedMultiChildRenderObjectWidget_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin":2,"SingleTickerProviderStateMixin":1,"TickerProviderStateMixin":1,"_UndoHistoryState_State_UndoManagerClient":1,"ForwardingSink":2,"IObservable":1,"_ReactiveModel_Object_IObservable":1,"ProxyDocumentComponent":1,"_ProseTextState_State_ProseTextBlock":1,"__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder":1,"Factory":1,"ExceptionCauseExtractor":1,"ExceptionStackTraceExtractor":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", x20__cou: " - could not calculate a viewport height. Rescheduling calculation.", @@ -609888,7 +609191,7 @@ ClipRRectLayer: findType("ClipRRectLayer"), ClipRectLayer: findType("ClipRectLayer"), CodeUnits: findType("CodeUnits"), - Codec: findType("Codec0"), + Codec: findType("Codec"), Color: findType("Color"), ColorTween: findType("ColorTween"), Color_2: findType("Color1"), @@ -610214,9 +609517,11 @@ GlobalKey_State_StatefulWidget: findType("GlobalKey>"), GlobalObjectKey_NavigatorState: findType("GlobalObjectKey"), GlobalObjectKey_State_StatefulWidget: findType("GlobalObjectKey>"), + GoogleAuthSignInError: findType("GoogleAuthSignInError"), GooglePlayPurchaseDetails: findType("GooglePlayPurchaseDetails"), GoogleSignInAuthentication: findType("GoogleSignInAuthentication"), GoogleSignInTokenData: findType("GoogleSignInTokenData"), + GoogleUser: findType("GoogleUser"), GranularlyExtendSelectionEvent: findType("GranularlyExtendSelectionEvent"), GroupEditVM: findType("GroupEditVM"), GroupEntity: findType("GroupEntity"), @@ -610404,6 +609709,7 @@ JSArray_GlobalKey_State_StatefulWidget: findType("JSArray>>"), JSArray_GooglePlayProductDetails: findType("JSArray"), JSArray_HitTestEntry_HitTestTarget: findType("JSArray>"), + JSArray_HtmlElement: findType("JSArray"), JSArray_IconButton: findType("JSArray"), JSArray_Image: findType("JSArray"), JSArray_ImageStreamListener: findType("JSArray"), @@ -612190,11 +611496,9 @@ _AsyncBroadcastStreamController_AppState: findType("_AsyncBroadcastStreamController"), _AsyncBroadcastStreamController_DocumentSelectionChange: findType("_AsyncBroadcastStreamController"), _AsyncBroadcastStreamController_FileResponse: findType("_AsyncBroadcastStreamController"), - _AsyncBroadcastStreamController_JavaScriptObject: findType("_AsyncBroadcastStreamController"), _AsyncBroadcastStreamController_List_PurchaseDetails: findType("_AsyncBroadcastStreamController>"), _AsyncBroadcastStreamController_PurchasesResultWrapper: findType("_AsyncBroadcastStreamController"), _AsyncBroadcastStreamController_Size: findType("_AsyncBroadcastStreamController"), - _AsyncBroadcastStreamController_nullable_GoogleSignInUserData: findType("_AsyncBroadcastStreamController"), _AsyncBroadcastStreamController_nullable_Size: findType("_AsyncBroadcastStreamController"), _AsyncCompleter_AssetBundleImageKey: findType("_AsyncCompleter"), _AsyncCompleter_BankAccountEntity: findType("_AsyncCompleter"), @@ -612235,7 +611539,6 @@ _AsyncCompleter_dynamic: findType("_AsyncCompleter<@>"), _AsyncCompleter_nullable_ByteData: findType("_AsyncCompleter"), _AsyncCompleter_nullable_CacheObject: findType("_AsyncCompleter"), - _AsyncCompleter_nullable_GoogleSignInUserData: findType("_AsyncCompleter"), _AsyncCompleter_nullable_List_PlatformFile: findType("_AsyncCompleter?>"), _AsyncCompleter_nullable_RestorationBucket: findType("_AsyncCompleter"), _AsyncCompleter_void: findType("_AsyncCompleter<~>"), @@ -612311,7 +611614,6 @@ _Future_int: findType("_Future"), _Future_nullable_ByteData: findType("_Future"), _Future_nullable_CacheObject: findType("_Future"), - _Future_nullable_GoogleSignInUserData: findType("_Future"), _Future_nullable_List_PlatformFile: findType("_Future?>"), _Future_nullable_RestorationBucket: findType("_Future"), _Future_void: findType("_Future<~>"), @@ -612528,7 +611830,6 @@ nullable_List_double: findType("List?"), nullable_List_dynamic: findType("List<@>?"), nullable_List_int: findType("List?"), - nullable_List_nullable_Object: findType("List?"), nullable_LoadBankAccounts: findType("LoadBankAccounts?"), nullable_LoadClient: findType("LoadClient?"), nullable_LoadCompanyGateways: findType("LoadCompanyGateways?"), @@ -612553,7 +611854,6 @@ nullable_LongPressGestureRecognizer: findType("LongPressGestureRecognizer?"), nullable_Map_String_dynamic: findType("Map?"), nullable_Map_dynamic_dynamic: findType("Map<@,@>?"), - nullable_Map_of_String_and_nullable_Object: findType("Map?"), nullable_Map_of_nullable_Object_and_nullable_Object: findType("Map?"), nullable_MaterialLocalizations: findType("MaterialLocalizations?"), nullable_Matrix4: findType("Matrix40?"), @@ -616510,15 +615810,6 @@ B.List_PG_PTG = A._setArrayType(makeConstList(["PG", "PTG"]), type$.JSArray_String); B.List_PHF = A._setArrayType(makeConstList(["\u0b95\u0bbf\u0bb1\u0bbf\u0bb8\u0bcd\u0ba4\u0bc1\u0bb5\u0bc1\u0b95\u0bcd\u0b95\u0bc1 \u0bae\u0bc1\u0ba9\u0bcd", "\u0b85\u0ba9\u0bcd\u0ba9\u0bcb \u0b9f\u0bcb\u0bae\u0bbf\u0ba9\u0bbf"]), type$.JSArray_String); B.List_PIY = A._setArrayType(makeConstList(["\u0ead\u0eb2\u0e97\u0eb4\u0e94", "\u0e88\u0eb1\u0e99", "\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99", "\u0e9e\u0eb8\u0e94", "\u0e9e\u0eb0\u0eab\u0eb1\u0e94", "\u0eaa\u0eb8\u0e81", "\u0ec0\u0eaa\u0ebb\u0eb2"]), type$.JSArray_String); - B.MomentNotDisplayedReason_EAs = new A.MomentNotDisplayedReason("browser_not_supported", 0, "browser_not_supported"); - B.MomentNotDisplayedReason_invalid_client_1_invalid_client = new A.MomentNotDisplayedReason("invalid_client", 1, "invalid_client"); - B.MomentNotDisplayedReason_Wby = new A.MomentNotDisplayedReason("missing_client_id", 2, "missing_client_id"); - B.MomentNotDisplayedReason_WBl = new A.MomentNotDisplayedReason("opt_out_or_no_session", 3, "opt_out_or_no_session"); - B.MomentNotDisplayedReason_hLc = new A.MomentNotDisplayedReason("secure_http_required", 4, "secure_http_required"); - B.MomentNotDisplayedReason_O83 = new A.MomentNotDisplayedReason("suppressed_by_user", 5, "suppressed_by_user"); - B.MomentNotDisplayedReason_6fP = new A.MomentNotDisplayedReason("unregistered_origin", 6, "unregistered_origin"); - B.MomentNotDisplayedReason_unknown_reason_7_unknown_reason = new A.MomentNotDisplayedReason("unknown_reason", 7, "unknown_reason"); - B.List_PIY1 = A._setArrayType(makeConstList([B.MomentNotDisplayedReason_EAs, B.MomentNotDisplayedReason_invalid_client_1_invalid_client, B.MomentNotDisplayedReason_Wby, B.MomentNotDisplayedReason_WBl, B.MomentNotDisplayedReason_hLc, B.MomentNotDisplayedReason_O83, B.MomentNotDisplayedReason_6fP, B.MomentNotDisplayedReason_unknown_reason_7_unknown_reason]), A.findType("JSArray")); B.List_PIY0 = A._setArrayType(makeConstList(["Yanvar", "Fevral", "Mart", "Aprel", "May", "Iyun", "Iyul", "Avgust", "Sentabr", "Oktabr", "Noyabr", "Dekabr"]), type$.JSArray_String); B.List_Phi = A._setArrayType(makeConstList(["H:mm:ss '\u0447'. zzzz", "H:mm:ss '\u0447'. z", "H:mm:ss '\u0447'.", "H:mm '\u0447'."]), type$.JSArray_String); B.PngBlendMode_0 = new A.PngBlendMode(0, "source"); @@ -616632,16 +615923,10 @@ B.Type__$CurrencyListResponse_UKT = A.typeLiteral("_$CurrencyListResponse"); B.List_Qlo = A._setArrayType(makeConstList([B.Type_CurrencyListResponse_SJF, B.Type__$CurrencyListResponse_UKT]), type$.JSArray_Type); B.List_Qs9 = A._setArrayType(makeConstList(["\u0a08\u0a38\u0a35\u0a40 \u0a2a\u0a42\u0a30\u0a35", "\u0a08\u0a38\u0a35\u0a40 \u0a38\u0a70\u0a28"]), type$.JSArray_String); - B.List_Qy4 = A._setArrayType(makeConstList(["https://www.googleapis.com/auth/userinfo.profile", "https://www.googleapis.com/auth/userinfo.email"]), type$.JSArray_String); B.List_ROa = A._setArrayType(makeConstList(["\u043f\u0440.\u0425\u0440.", "\u0441\u043b.\u0425\u0440."]), type$.JSArray_String); B.Type__$SystemLogEntity_M42 = A.typeLiteral("_$SystemLogEntity"); B.List_RSm = A._setArrayType(makeConstList([B.Type_SystemLogEntity_eL6, B.Type__$SystemLogEntity_M42]), type$.JSArray_Type); B.List_RSt = A._setArrayType(makeConstList(["\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 1", "\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 2", "\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 3", "\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 4"]), type$.JSArray_String); - B.MomentSkippedReason_auto_cancel_0_auto_cancel = new A.MomentSkippedReason("auto_cancel", 0, "auto_cancel"); - B.MomentSkippedReason_user_cancel_1_user_cancel = new A.MomentSkippedReason("user_cancel", 1, "user_cancel"); - B.MomentSkippedReason_tap_outside_2_tap_outside = new A.MomentSkippedReason("tap_outside", 2, "tap_outside"); - B.MomentSkippedReason_issuing_failed_3_issuing_failed = new A.MomentSkippedReason("issuing_failed", 3, "issuing_failed"); - B.List_RXI = A._setArrayType(makeConstList([B.MomentSkippedReason_auto_cancel_0_auto_cancel, B.MomentSkippedReason_user_cancel_1_user_cancel, B.MomentSkippedReason_tap_outside_2_tap_outside, B.MomentSkippedReason_issuing_failed_3_issuing_failed]), A.findType("JSArray")); B.Type__$DesignUIState_C1B = A.typeLiteral("_$DesignUIState"); B.List_Rd4 = A._setArrayType(makeConstList([B.Type_DesignUIState_IkK, B.Type__$DesignUIState_C1B]), type$.JSArray_Type); B.List_Rq8 = A._setArrayType(makeConstList(["para Krishtit", "mbas Krishtit"]), type$.JSArray_String); @@ -618756,10 +618041,6 @@ B.List_vI3 = A._setArrayType(makeConstList(["H \u0e19\u0e32\u0e2c\u0e34\u0e01\u0e32 mm \u0e19\u0e32\u0e17\u0e35 ss \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35 zzzz", "H \u0e19\u0e32\u0e2c\u0e34\u0e01\u0e32 mm \u0e19\u0e32\u0e17\u0e35 ss \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35 z", "HH:mm:ss", "HH:mm"]), type$.JSArray_String); B.Type__$SettingsUIState_MvD = A.typeLiteral("_$SettingsUIState"); B.List_vJd = A._setArrayType(makeConstList([B.Type_SettingsUIState_YN5, B.Type__$SettingsUIState_MvD]), type$.JSArray_Type); - B.MomentDismissedReason_kfn = new A.MomentDismissedReason("credential_returned", 0, "credential_returned"); - B.MomentDismissedReason_cancel_called_1_cancel_called = new A.MomentDismissedReason("cancel_called", 1, "cancel_called"); - B.MomentDismissedReason_flow_restarted_2_flow_restarted = new A.MomentDismissedReason("flow_restarted", 2, "flow_restarted"); - B.List_vWU = A._setArrayType(makeConstList([B.MomentDismissedReason_kfn, B.MomentDismissedReason_cancel_called_1_cancel_called, B.MomentDismissedReason_flow_restarted_2_flow_restarted]), A.findType("JSArray")); B.List_vai = A._setArrayType(makeConstList(["\u0c1c", "\u0c2b\u0c3f", "\u0c2e\u0c3e", "\u0c0f", "\u0c2e\u0c47", "\u0c1c\u0c42", "\u0c1c\u0c41", "\u0c06", "\u0c38\u0c46", "\u0c05", "\u0c28", "\u0c21\u0c3f"]), type$.JSArray_String); B.List_vdt = A._setArrayType(makeConstList(["1T", "2T", "3T", "4T"]), type$.JSArray_String); B.List_vhV = A._setArrayType(makeConstList(["S", "P", "O", "T", "C", "P", "S"]), type$.JSArray_String); @@ -622600,8 +621881,6 @@ t1.PlatformInterface$1$token($.$get$GoogleSignInPlatform__token()); return t1; }); - _lazyFinal($, "jwtCodec", "$get$jwtCodec", () => B.C_JsonCodec.fuse$1$1(B.C_Utf8Codec, type$.List_int).fuse$1$1(B.C_Base64Codec, type$.String)); - _lazyFinal($, "jwtTokenRegexp", "$get$jwtTokenRegexp", () => A.RegExp_RegExp("^(?
[^\\.\\s]+)\\.(?[^\\.\\s]+)\\.(?[^\\.\\s]+)$", true, false, false, false)); _lazy($, "entitiesByFirstChar", "$get$entitiesByFirstChar", () => new A.entitiesByFirstChar_closure().call$0()); _lazyFinal($, "_leadingNewLinesRegExp", "$get$_leadingNewLinesRegExp", () => A.RegExp_RegExp("^\\n*", true, false, false, false)); _lazyFinal($, "_trailingNewLinesRegExp", "$get$_trailingNewLinesRegExp", () => A.RegExp_RegExp("\\n*$", true, false, false, false)); @@ -631386,11 +630665,7 @@ return A.LinkedHashMap_LinkedHashMap$_literal(["en", A.LinkedHashMap_LinkedHashMap$_literal(["template_help", "Enable using the design as a template", "delivery_note_design", "Delivery Note Design", "statement_design", "Statement Design", "payment_receipt_design", "Payment Receipt Design", "payment_refund_design", "Payment Refund Design", "quarter", "Quarter", "item_description", "Item Description", "task_item", "Task Item", "record_state", "Record State", "last_login", "Last Login", "save_files_to_this_folder", "Save files to this folder", "downloads_folder", "Downloads Folder", "total_invoiced_quotes", "Invoiced Quotes", "total_invoice_paid_quotes", "Invoice Paid Quotes", "downloads_folder_does_not_exist", "The downloads folder does not exist :value", "user_logged_in_notification", "User Logged in Notification", "user_logged_in_notification_help", "Send an email when logging in from a new location", "client_contact", "Client Contact", _s16_, "Unpaid", _s16_0, "Paid", "recurring", "Recurring", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "Partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, "The file has been saved to :path", _s21_, _s41_, _s20_, _s33_, "unlink", "Unlink", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced", "override_tax", "Override", "zero_rated", "Zero Rated", "reverse_tax", "Reverse", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "Admin", "owner", "Owner", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Total Hours", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", "Bacs", "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "Billable", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, "Enable specifying which task items are billed", _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, _s22_4, _s25_5, _s25_6, _s30_0, "Support entering a payment in the client portal without an invoice", _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", "Payment :payment was emailed to :contact", _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", "Payment Links", "action", "Action", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "Schedule", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", "Archive Payment", "archive_invoice", "Archive Invoice", "archive_quote", "Archive Quote", "archive_credit", "Archive Credit", "archive_task", "Archive Task", "archive_client", "Archive Client", "archive_project", "Archive Project", "archive_expense", "Archive Expense", "restore_payment", "Restore Payment", "restore_invoice", "Restore Invoice", "restore_quote", "Restore Quote", "restore_credit", "Restore Credit", "restore_task", "Restore Task", "restore_client", "Restore Client", "restore_project", "Restore Project", "restore_expense", "Restore Expense", "archive_vendor", "Archive Vendor", "restore_vendor", "Restore Vendor", "create_product", "Create Product", "update_product", "Update Product", "delete_product", "Delete Product", "restore_product", "Restore Product", "archive_product", "Archive Product", _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "Payment Methods", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", "Postal/City", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "Hour", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Last 365 Days", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, _s35_, "upload", "Upload", _s17_7, _s17_8, _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Update Payment", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "Delete Project", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, _s21_17, _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, _s21_21, _s22_12, _s22_13, "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, _s21_23, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, _s33_2, _s20_18, _s33_3, _s17_14, _s17_15, _s16_28, _s16_29, "account_type", "Account Type", _s16_30, "New Bank Account", _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "Selected", _s21_24, _s34_2, _s18_15, _s18_16, "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", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, _s26_7, "bank_account", "Bank Account", "bank_accounts", "Bank Accounts", _s21_25, _s34_3, _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Connect", _s23_9, _s23_10, _s18_19, _s18_20, "client_email", "Client Email", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_27, "Active Invoices", _s26_8, _s20_26, _s24_16, _s18_21, _s23_11, _s17_18, _s19_22, "Active Quotes", _s21_28, "Approved Quotes", _s23_12, _s17_19, _s18_22, "Logged Tasks", _s20_27, "Invoiced Tasks", _s16_35, "Paid Tasks", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s44_0, "activity_131", _s44_1, "activity_132", _s45_3, "activity_133", _s44_2, "activity_134", _s45_4, "activity_135", _s44_3, "activity_136", _s46_1, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, _s39_3, "resend", "Resend", "verify", "Verify", _s18_23, _s29_10, _s20_28, _s20_29, _s19_23, _s19_24, _s24_18, _s46_2, _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Merge Into", "merge", "Merge", _s21_32, _s21_33, _s19_25, _s29_11, _s17_23, _s17_24, "activate", "Activate", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", "Send Now", "received", "Received", _s19_26, _s19_27, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_4, _s34_7, _s47_, _s22_19, _s22_20, _s22_21, _s22_22, _s27_10, _s34_8, _s24_19, _s25_13, "yes_its_great", _s16_42, "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", "Vendor Details", _s22_26, _s22_27, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Send Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Accepted", _s22_28, _s22_29, _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, _s24_22, _s37_5, _s42_2, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_30, _s18_31, _s19_29, _s19_30, _s22_33, _s35_3, _s22_34, _s35_4, _s23_17, _s36_0, _s22_35, _s35_5, _s22_36, _s35_6, _s23_18, _s36_1, _s21_40, _s21_41, _s22_37, _s22_38, "login_url", "Login URL", _s16_46, _s16_47, "default", "Default", "stock_quantity", "Stock Quantity", _s22_39, _s22_40, "track_inventory", "Track Inventory", _s20_41, _s63_0, _s19_31, _s19_32, _s24_23, _s50_2, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_32, _s18_33, "add_gateway", "Add Gateway", _s24_24, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_25, _s24_26, _s31_6, "Invoice Sent", _s24_27, _s24_28, _s29_13, _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_33, _s63_1, "use_quote_terms", "Use Quote Terms", _s20_42, _s37_6, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, _s45_6, "register_label", _s30_4, "login_label", _s28_9, "add_to_invoice", "Add To Invoice", _s17_30, _s17_31, "week", "Week", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, "Automatically archive invoices when they are cancelled.", _s20_44, _s20_45, _s25_15, "Improve scrolling over the PDF preview", _s16_48, _s16_49, "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_8, "change_status", "Change Status", "fees_sample", _s46_7, _s19_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, "Use visual WYSIWYG markdown editor for emails", _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", _s33_11, "stopped_tasks", _s33_12, "approved_quote", "Successfully approved quote", "approved_quotes", _s35_7, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, "Pro Plan Trial / Account Upgrade", _s24_30, "Start your FREE 14 day Pro Plan trial", "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_51, _s16_52, "purged_client", _s26_12, _s27_16, _s77_0, _s22_42, _s34_9, "small", "Small", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_54, _s16_55, _s21_48, _s42_3, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_17, _s57_, "giropay", "Giropay", "direct_debit", "Direct Debit", _s21_49, _s30_5, "set_password", "Set Password", _s17_33, _s59_, _s16_58, _s58_1, _s20_49, _s33_13, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", "ACSS", "becs", "BECS", "bulk_download", "Download", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, _s18_35, _s17_35, _s17_36, "has_tasks", "Has Tasks", "registration", "Registration", _s27_18, _s50_7, "view_expense", "View Expense", "view_statement", "View Statement", "sepa", "SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s18_37, "system", "System", _s19_38, _s19_39, "updated_company", _s28_10, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, _s40_2, _s27_19, _s43_0, "app", "App", _s20_50, _s46_8, _s16_59, "Gross Line Total", _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "From Name", _s16_60, _s16_61, _s17_38, _s17_39, _s18_39, _s18_40, _s21_50, _s21_51, _s22_44, _s22_45, _s25_16, _s38_2, _s25_17, _s38_3, _s26_13, _s39_4, _s25_18, _s38_4, _s25_19, _s38_5, _s26_14, _s39_5, _s24_32, _s24_33, _s25_20, _s25_21, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_42, _s32_9, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_62, _s16_63, _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "Decimal Comma", _s26_15, _s35_9, "select_method", "Select Method", "select_platform", "Select Platform", _s28_13, _s42_4, _s16_66, "Expense tax rates are disabled", "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "user_guide", "User Guide", _s18_41, _s18_42, "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_9, _s31_10, _s25_22, _s25_23, _s33_14, _s33_15, _s27_20, _s27_21, _s36_3, _s36_4, _s31_11, _s31_12, _s25_24, _s25_25, "net_subtotal", "Net Subtotal", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_22, "The Pro plan trial ends in :count days", _s21_52, "Today is the last day of the Pro plan trial", "change_email", "Change Email", _s25_26, _s52_0, _s21_53, _s21_54, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_40, _s28_14, _s19_43, _s48_0, "json", "JSON", _s24_34, _s24_35, "wait_for_data", _s42_5, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_67, _s16_68, _s18_43, _s40_3, "login_success", _s16_69, "login_failure", "Failed Login", "exported_data", _s67_, _s23_23, _s23_24, _s28_15, _s41_3, "step_1_sign_in", "Step 1: Sign In", _s16_70, _s17_41, "account_id", "Account ID", _s27_22, _s35_11, "activity_100", _s50_8, "activity_101", _s50_9, "activity_102", _s51_3, "activity_103", _s50_10, "activity_104", _s51_4, _s18_44, _s18_45, _s23_25, _s35_12, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_71, _s16_72, _s18_46, _s31_13, _s16_73, _s16_74, "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_47, _s18_48, _s17_42, _s17_43, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_0, "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_55, _s53_, _s25_27, _s37_8, _s17_44, _s17_45, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, _s21_57, _s17_46, _s17_47, "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_49, _s18_50, "promo_code", "Promo Code", "promo_discount", "Promo Discount", _s18_51, _s18_52, _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Email Delivery", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, _s22_47, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, _s26_18, "connect_gmail", "Connect Gmail", _s16_81, _s16_82, "connected_gmail", _s28_16, _s18_55, _s31_14, _s16_83, _s100_, _s16_84, _s16_85, "count_minutes", ":count Minutes", _s16_86, _s16_87, _s29_15, "Shared Invoice/Credit Counter", "use_last_email", "Use last email", _s16_88, _s16_89, _s21_65, "Enable emails, recurring invoices, webhooks and notifications", _s27_24, _s35_13, _s27_25, _s27_26, _s34_13, _s52_1, "help_translate", "Help Translate", _s23_26, _s23_27, "resend_invite", "Resend Invite", _s19_45, _s25_28, _s16_90, _s30_6, _s19_46, _s33_20, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_10, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_66, _s46_9, _s18_56, _s46_10, "connect_google", "Connect Google", _s17_50, _s17_51, _s17_52, "Enable Two Factor", _s18_57, _s18_58, _s34_14, _s34_15, "stay_logged_in", "Stay Logged In", _s23_28, _s40_4, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_47, _s19_48, _s17_53, _s17_54, "resend_email", "Resend Email", _s26_19, _s33_21, _s16_91, "Successfully refunded payment", _s19_49, _s19_50, _s19_51, _s45_8, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_55, _s17_56, _s27_27, _s51_5, _s21_67, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_59, _s18_60, _s16_92, _s16_93, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_52, _s21_68, _s20_59, _s27_28, _s16_94, _s16_95, "save_and_email", "Save and Email", _s16_96, _s16_97, _s16_98, _s16_99, _s17_57, _s17_58, _s22_48, _s22_49, _s24_36, _s24_37, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_59, _s17_60, "document_upload", "Document Upload", _s20_60, _s34_16, "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_69, _s21_70, _s26_20, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_61, _s17_62, "update_app", "Update App", "started_import", _s27_29, _s24_38, _s24_39, _s20_61, _s20_62, _s18_61, _s18_62, "column", "Column", "sample", "Sample", "map_to", "Map To", "import", "Import", _s25_29, _s29_16, "select_file", "Select File", _s16_100, _s16_101, "csv_file", "CSV File", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_50, _s24_40, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_63, _s17_64, "sidebar_editor", "Sidebar Editor", _s22_51, _s31_15, "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_41, _s24_42, _s24_43, _s24_44, "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_29, "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_45, "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_65, _s17_66, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_102, _s16_103, _s19_53, _s32_11, _s19_54, "Successfully updated task status", _s20_63, _s33_22, _s19_55, _s32_12, _s19_56, _s32_13, _s20_64, _s33_23, _s22_52, _s42_6, _s21_71, _s41_4, _s22_53, _s42_7, _s18_63, _s20_65, _s20_66, _s27_30, _s16_104, _s16_105, _s21_72, _s52_2, _s20_67, _s20_68, _s25_30, _s42_8, _s20_69, _s20_70, _s25_31, _s42_9, _s21_73, _s25_32, _s18_64, _s18_65, "task_settings", "Task Settings", _s20_71, _s20_72, _s18_66, _s18_67, _s20_73, _s20_74, _s21_74, _s21_75, _s24_46, _s37_9, _s24_47, _s37_10, _s25_33, _s38_6, _s24_48, "Successfully deleted expense category", _s24_49, _s37_11, _s25_34, _s38_7, _s27_31, "Successfully archived expense :value categories", _s26_21, _s46_11, _s27_32, _s47_1, _s23_30, _s25_35, _s25_36, _s32_14, _s21_76, _s21_77, "show_option", "Show Option", _s22_54, "The payment amount can not be negative", "view_changes", "View Changes", "force_update", "Force Update", _s17_67, _s76_0, "mark_paid_help", "Track the expense has been paid to the vendor", _s18_68, "Should be Invoiced", _s23_31, "Enable the expense to be invoiced to your client", _s29_17, "Make the documents visible to clients", _s21_78, _s20_75, _s16_106, _s16_107, _s18_69, _s18_70, "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_68, _s17_69, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_37, _s38_8, _s25_38, _s38_9, _s25_39, _s38_10, "gateway_refund", "Gateway Refund", _s19_57, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_55, _s22_56, _s21_79, _s21_80, _s17_70, _s17_71, "endless", "Endless", "next_send_date", "Next Send Date", _s16_108, _s16_109, _s17_72, _s17_73, _s18_71, _s18_72, _s21_81, _s21_82, _s22_57, _s22_58, _s25_40, _s38_11, _s25_41, _s38_12, _s26_22, _s39_6, _s25_42, _s38_13, _s25_43, _s38_14, _s26_23, _s39_7, _s27_33, _s47_2, _s26_24, _s46_12, _s27_34, _s47_3, _s24_50, _s26_25, _s25_44, _s32_15, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_17, _s28_18, "profit", "Profit", "line_item", "Line Item", _s18_73, _s18_74, _s23_32, "Support paying extra to accept tips in the client portal", _s19_58, _s19_59, _s24_51, "Support paying a minimum amount in the client portal", "test_mode", "Test Mode", "opened", "Opened", _s30_7, _s22_59, _s30_8, _s22_60, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_74, _s17_75, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_110, _s16_111, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Token Billing", _s24_52, _s24_53, "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_75, _s18_76, "pdf_page_info", _s23_33, _s16_112, "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_10, "client_created", "Client Created", _s20_76, _s20_77, _s20_78, _s20_79, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_76, _s17_77, _s17_78, _s17_79, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_80, _s17_81, _s17_82, _s17_83, _s17_84, _s17_85, "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_86, _s28_19, "api_webhooks", "API Webhooks", "search_webhooks", _s22_61, "search_webhook", _s16_113, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_20, "updated_webhook", _s28_21, _s16_114, _s29_18, "deleted_webhook", _s28_22, "removed_webhook", _s28_23, _s16_115, _s29_19, _s17_87, _s37_12, _s16_116, _s36_5, _s16_117, _s36_6, _s17_88, _s37_13, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_80, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_26, "updated_token", _s26_27, "archived_token", _s27_35, "deleted_token", _s26_28, "removed_token", _s26_29, "restored_token", _s27_36, "archived_tokens", _s35_14, "deleted_tokens", _s34_17, "restored_tokens", _s35_15, _s19_60, _s19_61, _s24_54, _s45_9, "email_invoice", "Email Invoice", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_81, _s41_5, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_118, _s16_119, "contact_name", "Contact Name", "use_default", "Use Default", _s16_120, _s17_89, "number_of_days", "Number of days", _s23_34, _s23_35, "payment_term", "Payment Term", _s16_121, _s16_122, _s17_90, _s17_91, _s20_82, _s33_24, _s20_83, _s33_25, _s21_83, _s34_18, _s20_84, _s33_26, _s20_85, _s33_27, _s21_84, _s34_19, _s22_62, _s42_11, _s21_85, _s41_6, _s22_63, _s42_12, "email_sign_in", "Login with email", "change", "Change", _s23_36, _s28_24, _s24_55, _s29_20, "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_77, _s18_78, _s16_123, "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_124, "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_92, "search_design", "Search 1 Design", "search_invoice", _s16_125, "search_client", "Search 1 Client", "search_product", _s16_126, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_93, "search_task", "Search 1 Tasks", "search_project", _s16_127, "search_expense", _s16_128, "search_payment", _s16_129, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_94, _s30_9, _s18_79, _s31_16, _s16_130, _s29_21, _s17_95, _s30_10, "reverse", "Reverse", "full_name", "Full Name", _s17_96, _s17_97, _s17_98, _s17_99, "custom1", "Custom 1", "custom2", "Custom 2", "custom3", "Custom 3", "custom4", "Custom 4", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_131, _s32_16, _s18_80, _s65_0, "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_45, "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_46, _s25_47, _s16_132, _s16_133, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_64, "Warning: This will permanently delete your account [:company], there is no undo", "delete_company", "Delete Company", _s22_65, "Warning: This will permanently delete your company [:company], there is no undo", "enabled_modules", "Enabled Modules", "converted_quote", _s28_25, "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_37, "updated_design", _s27_38, "archived_design", _s28_26, "deleted_design", _s27_39, "removed_design", _s27_40, "restored_design", _s28_27, _s16_134, _s36_7, "deleted_designs", _s35_16, _s16_135, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_136, _s16_137, "recurring_tasks", "Recurring Tasks", _s18_81, _s18_82, "credit_date", "Credit Date", "credit", "Credit", "credits", "Credits", "new_credit", "New Credit", "edit_credit", "Edit Credit", "created_credit", _s27_41, "updated_credit", _s27_42, "archived_credit", _s28_28, "deleted_credit", _s27_43, "removed_credit", _s27_44, "restored_credit", _s28_29, _s16_138, "Successfully archived :value credits", "deleted_credits", "Successfully deleted :value credits", _s16_139, _s36_9, "current_version", "Current Version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_30, _s41_7, _s16_140, _s16_141, "app_updated", _s29_22, "learn_more", "Learn More", "integrations", "Integrations", "tracking_id", "Tracking ID", _s17_100, _s17_101, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_31, "company1", _s16_142, "company2", _s16_143, "company3", _s16_144, "company4", _s16_145, "product1", _s16_146, "product2", _s16_147, "product3", _s16_148, "product4", _s16_149, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_150, "contact2", _s16_151, "contact3", _s16_152, "contact4", _s16_153, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_154, "project2", _s16_155, "project3", _s16_156, "project4", _s16_157, "expense1", _s16_158, "expense2", _s16_159, "expense3", _s16_160, "expense4", _s16_161, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_162, "invoice2", _s16_163, "invoice3", _s16_164, "invoice4", _s16_165, "payment1", _s16_166, "payment2", _s16_167, "payment3", _s16_168, "payment4", _s16_169, "surcharge1", _s18_83, "surcharge2", _s18_84, "surcharge3", _s18_85, "surcharge4", _s18_86, "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_87, _s18_88, _s17_102, _s17_103, "contact_phone", "Contact Phone", _s21_86, _s22_66, _s21_87, _s22_67, _s21_88, _s22_68, _s21_89, _s22_69, _s17_104, "Shipping Street", _s17_105, _s18_89, "shipping_city", "Shipping City", "shipping_state", _s23_37, _s20_86, _s20_87, _s16_170, _s16_171, _s16_172, "Billing Street", _s16_173, _s17_106, "billing_city", "Billing City", "billing_state", _s22_70, _s19_62, _s19_63, "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_174, _s16_175, "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_90, _s35_17, _s30_11, _s63_2, "message", "Message", "from", "From", _s20_88, _s20_89, _s25_48, _s56_0, _s20_90, _s34_20, _s18_90, _s18_91, _s23_38, "Ensure client fee matches the gateway fee", _s18_92, _s18_93, "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_91, "Password must be at least 8 character long", _s20_91, _s58_2, _s19_64, _s19_65, _s23_39, _s23_40, _s20_92, _s20_93, "deleted_logo", _s25_49, "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_107, _s17_108, "show_cost_help", _s55_0, _s21_92, _s21_93, _s26_32, _s58_3, _s21_94, _s21_95, _s26_33, _s60_1, _s21_96, _s21_97, _s26_34, _s34_21, _s16_176, _s16_177, _s21_98, _s47_4, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_178, _s16_179, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_109, _s17_110, "item_tax_rates", "Item Tax Rates", _s18_94, "No client selected", "configure_rates", "Configure Rates", _s18_95, _s18_96, "tax_settings", "Tax Settings", _s18_97, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_66, _s20_94, "options", "Options", _s16_180, _s16_181, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_45, _s39_8, "submit", "Submit", _s16_182, "Recover Password", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_183, _s16_184, "before_due_date", _s19_67, "after_due_date", _s18_98, _s18_99, _s22_71, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_99, _s21_100, "quote_email", "Quote Email", _s16_185, _s16_186, _s16_187, _s16_188, "administrator", "Administrator", _s18_100, _s66_0, "user_management", "User Management", "users", "Users", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_50, "updated_user", _s25_51, "archived_user", _s26_35, "deleted_user", _s25_52, "removed_user", _s25_53, "restored_user", _s26_36, "archived_users", _s34_22, "deleted_users", _s33_28, "removed_users", _s33_29, "restored_users", _s34_23, _s16_189, _s16_190, "invoice_options", "Invoice Options", _s17_111, _s17_112, _s22_72, _s87_, _s23_41, "Embed Documents", _s28_30, _s39_9, _s16_191, "Show Header on", _s16_192, "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_101, "Auto Email", _s23_42, "Automatically email recurring invoices when they are created.", _s18_102, "Auto Archive", _s23_43, "Automatically archive quotes when they are converted.", _s18_103, "Auto Convert", _s23_44, "Automatically convert a quote to an invoice when approved by a client.", _s17_113, _s17_114, "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_115, "Three Months", _s16_193, "Four Months", "freq_six_months", "Six Months", "freq_annually", "Annually", "freq_two_years", "Two Years", _s16_194, "Three Years", "never", "Never", "company", "Company", _s17_116, _s17_117, "charge_taxes", "Charge Taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_195, _s16_196, "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_118, _s17_119, "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_120, _s17_121, _s16_197, "Show on PDF", _s21_101, _s51_6, _s25_54, _s22_73, _s30_12, _s61_, _s23_45, _s20_95, _s28_31, _s59_0, _s25_55, _s17_122, _s30_13, _s42_13, _s23_46, "Quote Signature", _s22_74, _s25_56, _s27_46, "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_56, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_198, _s16_199, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_68, "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_69, _s19_70, "credentials", "Credentials", "update_address", "Update Address", _s19_71, _s45_10, "rate", "Rate", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit Tax Rate", _s16_200, _s29_23, _s16_201, _s29_24, _s17_123, "Successfully archived tax rate", _s16_202, _s29_25, _s17_124, _s30_14, _s18_104, _s38_15, _s17_125, _s37_14, _s18_105, _s38_16, "fill_products", "Fill Products", _s18_106, _s71_, "update_products", "Update Products", _s20_96, _s65_1, _s16_203, _s16_204, _s21_102, "Automatically convert product prices using current exchange rate", "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Gateway", _s16_205, _s16_206, _s19_72, "New Gateway", _s20_97, "Edit Gateway", _s23_47, _s28_32, _s23_48, _s28_33, _s24_57, _s29_26, _s23_49, _s28_34, _s24_58, _s29_27, _s25_57, _s37_15, _s24_59, _s36_10, _s25_58, _s37_16, _s16_207, _s16_208, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_103, _s21_104, _s23_50, _s23_51, "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_107, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_73, _s19_74, _s17_126, _s17_127, _s19_75, _s19_76, _s18_108, _s18_109, _s18_110, _s18_111, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_37, "updated_group", _s26_38, "archived_groups", _s35_18, "deleted_groups", _s34_24, "restored_groups", _s35_19, "archived_group", _s27_47, "deleted_group", _s26_39, "restored_group", _s27_48, "upload_logo", "Upload Logo", "uploaded_logo", _s26_40, "logo", "Logo", "saved_settings", _s27_49, _s16_209, _s16_210, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_128, _s17_129, "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_52, _s21_105, _s22_75, _s20_98, _s19_77, _s19_78, "price", "Price", "email_sign_up", "Sign up with email", "google_sign_up", "Sign up with Google", _s27_50, _s28_35, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_79, _s19_80, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_59, _s25_60, _s24_60, _s24_61, _s33_30, _s77_1, "i_agree_to_the", "I agree to the", _s16_211, _s16_212, "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_112, _s18_113, _s21_106, _s34_25, "download", "Download", _s27_51, "Requires an Enterprise plan", "take_picture", "Take Picture", "upload_files", "Upload Files", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_130, _s30_15, _s16_213, _s29_28, _s17_131, _s30_16, _s16_214, _s29_29, _s17_132, _s30_17, _s18_114, _s38_17, _s17_133, _s37_17, _s18_115, _s38_18, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_215, "Logged", _s16_216, "Pending", _s16_217, "Invoiced", "converted", "Converted", _s24_62, _s24_63, "exchange_rate", "Exchange Rate", _s16_218, "Convert Currency", "mark_paid", "Mark Paid", "category", "Category", "address", "Address", "new_vendor", "New Vendor", "created_vendor", _s27_52, "updated_vendor", _s27_53, "archived_vendor", _s28_36, "deleted_vendor", _s27_54, "restored_vendor", _s28_37, _s16_219, "Successfully archived :value vendors", "deleted_vendors", "Successfully deleted :value vendors", _s16_220, _s36_11, "new_expense", "New Expense", "created_expense", _s28_38, "updated_expense", _s28_39, _s16_221, _s29_30, "deleted_expense", _s28_40, _s16_222, _s29_31, _s17_134, "Successfully archived :value expenses", _s16_223, "Successfully deleted :value expenses", _s17_135, _s37_18, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_107, _s21_108, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_61, "stopped_task", _s25_62, "resumed_task", _s25_63, "now", "Now", _s16_224, _s16_225, "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_64, "updated_task", _s25_65, "archived_task", _s26_41, "deleted_task", _s25_66, "restored_task", _s26_42, "archived_tasks", "Successfully archived :value tasks", "deleted_tasks", "Successfully deleted :value tasks", "restored_tasks", _s34_26, _s19_81, _s19_82, "budgeted_hours", "Budgeted Hours", "created_project", _s28_41, "updated_project", _s28_42, _s16_226, _s29_32, "deleted_project", _s28_43, _s16_227, _s29_33, _s17_136, "Successfully archived :value projects", _s16_228, "Successfully deleted :value projects", _s17_137, _s37_19, "new_project", "New Project", _s27_55, _s28_44, "if_you_like_it", _s21_109, "click_here", "click here", _s18_116, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_18, _s42_14, "locked", "Locked", "authenticate", "Authenticate", _s19_83, _s19_84, _s24_64, _s24_65, "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_138, _s17_139, "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", "all_time", "All Time", "custom", "Custom", _s16_229, _s16_230, "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_99, _s20_100, "billing_address", "Billing Address", _s16_231, _s16_232, "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_233, _s16_234, _s23_53, _s23_54, _s26_43, _s26_44, _s21_110, _s21_111, _s26_45, _s26_46, "ascending", "Ascending", "descending", "Descending", "save", "Save", _s17_140, _s17_141, "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_85, _s30_19, "error", "Error", _s16_235, _s16_236, "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_237, _s16_238, "product", "Product", "products", "Products", "new_product", "New Product", "created_product", _s28_45, "updated_product", _s28_46, _s16_239, _s29_34, "deleted_product", _s28_47, _s16_240, _s29_35, _s17_142, "Successfully archived :value products", _s16_241, "Successfully deleted :value products", _s17_143, _s37_20, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "Client", "clients", "Clients", "new_client", "New Client", "created_client", _s27_56, "updated_client", _s27_57, "archived_client", _s28_48, _s16_242, "Successfully archived :value clients", "deleted_client", _s27_58, "deleted_clients", "Successfully deleted :value clients", "restored_client", _s28_49, _s16_243, _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_50, "updated_invoice", _s28_51, _s16_244, _s29_36, "deleted_invoice", _s28_52, _s16_245, _s29_37, _s17_144, "Successfully archived :value invoices", _s16_246, "Successfully deleted :value invoices", _s17_145, _s37_21, "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_247, _s16_248, "paid_date", "Paid Date", "status", "Status", _s17_146, "Invoice Status", "quote_status", "Quote Status", _s22_76, _s22_77, _s22_78, "Click \u25b6 to add time", "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_101, _s20_102, _s22_79, _s22_80, _s24_66, _s24_67, "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_20, _s30_21, _s27_59, _s27_60, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial", "paid", "Paid", "mark_sent", "Mark Sent", _s22_81, _s35_20, _s22_82, _s35_21, _s23_55, _s36_14, _s23_56, _s36_15, "done", "Done", _s37_22, _s37_23, "dark_mode", "Dark Mode", _s27_61, _s35_22, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Activity", _s16_249, _s16_250, "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Payment Terms", "payment_date", "Payment Date", "payment_status", "Payment Status", _s16_251, "Pending", _s16_252, "Cancelled", _s16_253, "Failed", _s16_254, "Completed", _s16_255, _s18_78, _s16_256, "Refunded", _s17_147, "Unapplied", _s17_148, _s19_50, "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_23, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "History", "payment", "Payment", "payments", "Payments", "refunded", "Refunded", "payment_type", "Payment Type", _s21_112, _s21_113, "enter_payment", "Enter Payment", "new_payment", "Enter Payment", "created_payment", _s28_53, "updated_payment", _s28_54, _s16_257, _s29_38, "deleted_payment", _s28_55, _s16_258, _s29_39, _s17_149, "Successfully archived :value payments", _s16_259, "Successfully deleted :value payments", _s17_150, _s37_24, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_47, "updated_quote", _s26_48, "archived_quote", _s27_62, "deleted_quote", _s26_49, "restored_quote", _s27_63, "archived_quotes", "Successfully archived :value quotes", "deleted_quotes", "Successfully deleted :value quotes", "restored_quotes", _s35_24, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_56, "activity_2", _s29_40, "activity_3", _s28_57, "activity_4", _s30_22, "activity_5", _s30_23, "activity_6", ":user emailed invoice :invoice to :contact", "activity_7", ":contact viewed invoice :invoice", "activity_8", _s31_17, "activity_9", _s30_24, "activity_10", ":contact entered payment :payment for invoice :invoice", "activity_11", _s30_25, "activity_12", _s31_18, "activity_13", _s30_26, "activity_14", _s28_58, "activity_15", _s28_59, "activity_16", _s29_41, "activity_17", _s28_60, "activity_18", _s26_50, "activity_19", _s26_51, "activity_20", ":user emailed quote :quote to :contact", "activity_21", _s28_61, "activity_22", _s27_64, "activity_23", _s26_52, "activity_24", _s27_65, "activity_25", _s31_19, "activity_26", _s29_42, "activity_27", _s31_20, "activity_28", _s29_43, "activity_29", ":contact approved quote :quote", "activity_30", _s28_62, "activity_31", _s29_44, "activity_32", _s28_63, "activity_33", _s29_45, "activity_34", _s30_27, "activity_35", _s31_21, "activity_36", _s30_28, "activity_37", _s31_22, "activity_39", ":user cancelled payment :payment", "activity_40", ":user refunded payment :payment", "activity_41", "Payment :payment failed", "activity_42", _s24_68, "activity_43", _s24_69, "activity_44", _s25_67, "activity_45", _s24_70, "activity_46", _s25_68, "activity_47", _s30_29, "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_10, "activity_58", _s31_23, "activity_59", _s32_17, "activity_60", _s28_61, "activity_61", _s28_64, "activity_62", _s28_65, "activity_63", _s61_0, "activity_64", _s62_0, "activity_65", _s61_1, "activity_66", _s63_3, "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_151, _s17_152, "emailed_quote", "Successfully queued quote to be sent", "emailed_credit", "Successfully queued credit to be sent", _s20_103, _s33_31, _s21_114, _s34_27, "expired", "Expired", "all", "All", "select", "Select", _s22_83, _s22_84, "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_117, _s18_118, _s24_71, _s24_72, _s29_46, _s29_47, _s27_66, _s27_67, _s31_24, _s31_25, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_86, _s19_87, _s19_88, _s19_89, _s22_85, _s22_86, _s22_87, _s22_88, _s21_115, _s21_116, _s21_117, _s21_118, _s21_119, _s21_120, _s21_121, _s21_122, _s22_89, _s22_90, _s22_91, _s22_92, _s22_93, _s22_94, _s22_95, _s22_96, _s20_104, _s20_105, _s20_106, _s20_107, _s21_123, _s21_124, _s21_125, _s21_126, _s21_127, _s21_124, _s21_128, _s21_126, _s18_119, _s18_120, "counter_padding", "Counter Padding", _s28_66, "Shared Invoice/Quote Counter", _s18_121, _s18_122, _s18_123, _s18_124, _s18_125, _s18_126, _s18_127, _s18_128, _s18_129, _s18_130, _s18_131, _s18_132, _s21_129, _s21_130, _s19_90, _s19_91, _s21_131, _s21_132, _s29_48, _s29_49, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_260, _s16_261, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_262, "vendor_address1", "Vendor Street", "vendor_address2", _s16_263, _s24_73, _s22_97, _s24_74, _s25_69, "type", "Type", "invoice_amount", "Invoice Amount", _s16_264, "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_153, _s18_83, _s17_154, _s18_84, _s17_155, _s18_85, _s17_156, _s18_86, "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_92, _s19_93, _s16_265, "Category", _s19_94, _s19_95, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_133, _s18_134, _s16_266, _s16_267], t1, t1), "sq", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "P\xebrs\xebristshme", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Zgjidh", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "Admin", "owner", "Pronari", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Total Hours", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "Billable", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, _s22_4, _s25_5, _s25_6, _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", _s39_11, _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", "Payment Links", "action", "Vepro", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "Orari", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", "Arkivo Pages\xebn", "archive_invoice", "Arkivo fatur\xebn", "archive_quote", "Arkivo Ofert\xebn", "archive_credit", "Arkivo Kreditin", "archive_task", "Arkivo Detyr\xebn", "archive_client", "Arkivo Klientin", "archive_project", "Archive Project", "archive_expense", "Arkivo shpenzimin", "restore_payment", "Rikthe Pages\xebn", "restore_invoice", "Rikthe Fatur\xebn", "restore_quote", "Rikthe Ofert\xebn", "restore_credit", "Rikthe Kreditin", "restore_task", "Rikthe Detyr\xebn", "restore_client", "Rikthe Klientin", "restore_project", "Restore Project", "restore_expense", "Rikthe shpenzimet", "archive_vendor", "Arkivo kompanin\xeb", "restore_vendor", "Rikthe kompanin\xeb", "create_product", "Shto produkt", "update_product", "Update Product", "delete_product", "Delete Product", "restore_product", "Rikthe Produktin", "archive_product", "Arkivo produktin", _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "Metodat e pages\xebs", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", "Postal/City", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "Ore", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Last 365 Days", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, _s35_, "upload", "Ngarko", _s17_7, _s17_8, _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Update Payment", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "Delete Project", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, _s21_17, _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, "Ruaj si nj\xebsi e paracaktuar", _s22_12, "Ruaj si footer i paracaktuar", "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, _s21_23, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, "Llogaria bankare \xebsht\xeb krijuar me sukses", _s20_18, "Llogaria bankare \xebsht\xeb perditesuar me sukses", _s17_14, "Edito llogarin\xeb bankare", _s16_28, _s16_29, "account_type", "Account type", _s16_30, _s16_268, _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "T\xeb selektuara", _s21_24, _s34_2, _s18_15, _s18_16, "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "Update Credit", "delete_credit", "Fshi Kreditin", "transaction", "Transaction", "transactions", "Transactions", "new_transaction", "New Transaction", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, _s26_7, "bank_account", "Llogaria Bankare", "bank_accounts", "Kredit Kartat & Bankat", _s21_25, "Llogaria bankare \xebsht\xeb azhurnuar me sukses", _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Connect", _s23_9, _s23_10, _s18_19, _s18_20, "client_email", "Client Email", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_27, "Active Invoices", _s26_8, _s20_26, _s24_16, _s18_21, _s23_11, _s17_18, _s19_22, "Active Quotes", _s21_28, "Approved Quotes", _s23_12, _s17_19, _s18_22, "Logged Tasks", _s20_27, "Invoiced Tasks", _s16_35, "Paid Tasks", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s44_0, "activity_131", _s44_1, "activity_132", _s45_3, "activity_133", _s44_2, "activity_134", _s45_4, "activity_135", _s44_3, "activity_136", _s46_1, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, _s39_3, "resend", "Resend", "verify", "Verify", _s18_23, _s29_10, _s20_28, _s20_29, _s19_23, _s19_24, _s24_18, _s46_2, _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Merge Into", "merge", "Merge", _s21_32, _s21_33, _s19_25, _s29_11, _s17_23, _s17_24, "activate", "Activate", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", "Send Now", "received", "Received", _s19_26, _s19_27, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_4, _s34_7, _s47_, _s22_19, _s22_20, _s22_21, _s22_22, _s27_10, _s34_8, _s24_19, _s25_13, "yes_its_great", _s16_42, "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", "Vendor Details", _s22_26, _s22_27, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Send Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Accepted", _s22_28, _s22_29, _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, _s24_22, _s37_5, _s42_2, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_30, _s18_31, _s19_29, _s19_30, _s22_33, _s35_3, _s22_34, _s35_4, _s23_17, _s36_0, _s22_35, _s35_5, _s22_36, _s35_6, _s23_18, _s36_1, _s21_40, _s21_41, _s22_37, _s22_38, "login_url", "Login URL", _s16_46, "Rregullimi i pages\xebs", "default", "Default", "stock_quantity", "Stock Quantity", _s22_39, _s22_40, "track_inventory", "Track Inventory", _s20_41, _s63_0, _s19_31, _s19_32, _s24_23, _s50_2, "vat", "VAT", "standing", "Gjendja", "view_map", "View Map", _s18_32, _s18_33, "add_gateway", "Shto kanalin e pages\xebs", _s24_24, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_25, _s24_26, _s31_6, "Invoice Sent", _s24_27, _s24_28, _s29_13, _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_33, _s63_1, "use_quote_terms", "Use Quote Terms", _s20_42, _s37_6, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, _s45_6, "register_label", _s30_4, "login_label", _s28_9, "add_to_invoice", "Shto n\xeb fatur\xebn :invoice", _s17_30, _s17_31, "week", "Jave", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, _s46_14, _s20_44, _s20_45, _s25_15, _s45_11, _s16_48, "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_8, "change_status", "Change Status", "fees_sample", _s46_7, _s19_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", _s33_11, "stopped_tasks", _s33_12, "approved_quote", _s27_68, "approved_quotes", _s35_7, "approve", "Aprovo", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, _s16_269, _s24_30, _s44_6, "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_51, _s16_52, "purged_client", _s26_12, _s27_16, _s77_0, _s22_42, _s34_9, "small", "Small", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_54, _s16_55, _s21_48, _s42_3, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_17, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_49, _s30_5, "set_password", "Vendos Fjal\xebkalim", _s17_33, _s59_, _s16_58, _s58_1, _s20_49, _s33_13, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_50, "becs", _s17_158, "bulk_download", "Download", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, _s18_35, _s17_35, _s17_36, "has_tasks", "Has Tasks", "registration", "Registration", _s27_18, _s50_7, "view_expense", "Shiko # :expense t\xeb shpenzimit", "view_statement", "View Statement", "sepa", _s17_159, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s18_37, "system", "Sistem", _s19_38, _s19_39, "updated_company", _s28_10, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, _s40_2, _s27_19, _s43_0, "app", "App", _s20_50, _s46_8, _s16_59, _s16_270, _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "From Name", _s16_60, _s16_61, _s17_38, _s17_39, _s18_39, _s18_40, _s21_50, _s21_51, _s22_44, _s22_45, _s25_16, _s38_2, _s25_17, _s38_3, _s26_13, _s39_4, _s25_18, _s38_4, _s25_19, _s38_5, _s26_14, _s39_5, _s24_32, _s24_33, _s25_20, _s25_21, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_42, _s32_9, "is_invoiced", "Is Invoiced", "change_plan", "Manage Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_62, _s16_63, _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "Decimal Comma", _s26_15, _s35_9, "select_method", "Select Method", "select_platform", "Select Platform", _s28_13, _s42_4, _s16_66, _s27_69, "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "user_guide", "User Guide", _s18_41, _s18_42, "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_9, _s31_10, _s25_22, _s25_23, _s33_14, _s33_15, _s27_20, _s27_21, _s36_3, _s36_4, _s31_11, _s31_12, _s25_24, _s25_25, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_22, _s57_0, _s21_52, _s62_1, "change_email", "Change Email", _s25_26, _s52_0, _s21_53, _s21_54, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importo t\xeb dh\xebna", "import_settings", "Import Settings", _s17_40, _s28_14, _s19_43, _s48_0, "json", "JSON", _s24_34, _s24_35, "wait_for_data", _s42_5, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_67, _s16_68, _s18_43, _s40_3, "login_success", _s16_69, "login_failure", "Failed Login", "exported_data", _s67_, _s23_23, _s23_24, _s28_15, _s41_3, "step_1_sign_in", "Step 1: Sign In", _s16_70, _s17_41, "account_id", "Account ID", _s27_22, _s35_11, "activity_100", _s50_8, "activity_101", _s50_9, "activity_102", _s51_3, "activity_103", _s50_10, "activity_104", _s51_4, _s18_44, _s18_45, _s23_25, _s35_12, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_71, _s16_72, _s18_46, _s31_13, _s16_73, _s16_74, "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_47, _s18_48, _s17_42, _s17_43, "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_2, _s21_55, _s53_, _s25_27, _s37_8, _s17_44, _s17_45, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, _s21_57, _s17_46, _s17_47, "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_49, _s18_50, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_51, _s18_52, _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "Siguria", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Email Delivery", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, _s22_47, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, _s26_18, "connect_gmail", "Connect Gmail", _s16_81, _s16_82, "connected_gmail", _s28_16, _s18_55, _s31_14, _s16_83, _s100_, _s16_84, _s16_85, "count_minutes", ":count Minutes", _s16_86, _s16_87, _s29_15, _s28_67, "use_last_email", "Use last email", _s16_88, _s16_89, _s21_65, _s51_7, _s27_24, _s35_13, _s27_25, _s27_26, _s34_13, _s52_1, "help_translate", "Help Translate", _s23_26, _s23_27, "resend_invite", _s17_160, _s19_45, _s25_28, _s16_90, _s30_6, _s19_46, _s33_20, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_10, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_66, _s46_9, _s18_56, _s46_10, "connect_google", "Connect Google", _s17_50, _s17_51, _s17_52, _s25_70, _s18_57, _s18_58, _s34_14, _s34_15, "stay_logged_in", "Stay Logged In", _s23_28, _s40_4, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_47, _s19_48, _s17_53, _s17_54, "resend_email", "Resend Email", _s26_19, _s33_21, _s16_91, "Pages\xeb e rimbursuar", _s19_49, _s19_50, _s19_51, _s45_8, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_55, _s17_56, _s27_27, _s51_5, _s21_67, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_59, "Ktheje Ofert\xebn n\xeb Fatur\xeb", _s16_92, _s16_93, "invoice_project", "Invoice Project", "invoice_task", "Faturo detyr\xebn", "invoice_expense", "Fatur\xeb shpenzimesh", _s19_52, _s21_68, _s20_59, _s27_28, _s16_94, _s16_95, "save_and_email", "Save and Email", _s16_96, _s16_97, _s16_98, _s16_99, _s17_57, _s17_58, _s22_48, _s22_49, _s24_36, _s24_37, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_59, _s17_60, "document_upload", "Document Upload", _s20_60, _s34_16, "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_69, _s21_70, _s26_20, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_61, _s17_62, "update_app", "Update App", "started_import", _s27_29, _s24_38, _s24_39, _s20_61, _s20_62, _s18_61, _s18_62, "column", "Kolona", "sample", "Shembull", "map_to", "Map To", "import", "Importo", _s25_29, _s29_16, "select_file", "Ju lutem zgjedhni nj\xeb fajll", _s16_100, _s16_101, "csv_file", "Skedar CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_50, _s24_40, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_63, _s17_64, "sidebar_editor", "Sidebar Editor", _s22_51, _s31_15, "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_41, _s24_42, _s24_43, _s24_44, "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_29, "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_45, _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_65, _s17_66, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_102, _s16_103, _s19_53, _s32_11, _s19_54, _s31_26, _s20_63, _s33_22, _s19_55, _s32_12, _s19_56, _s32_13, _s20_64, _s33_23, _s22_52, _s42_6, _s21_71, _s41_4, _s22_53, _s42_7, _s18_63, _s20_65, _s20_66, _s27_30, _s16_104, _s16_105, _s21_72, _s52_2, _s20_67, _s20_68, _s25_30, _s42_8, _s20_69, _s20_70, _s25_31, _s42_9, _s21_73, _s25_32, _s18_64, _s18_65, "task_settings", "Task Settings", _s20_71, _s20_72, _s18_66, "Kategorit\xeb e shpenzimeve", _s20_73, "Kategori e re e shpenzimeve", _s21_74, _s21_75, _s24_46, "Kategoria e shpenzimeve \xebsht\xeb krijuar me sukses", _s24_47, "\xcbsht\xeb perditesuar me sukses kategoria e shpenzimeve", _s25_33, "Kategoria e shpenzimeve \xebsht\xeb arkivuar me sukses", _s24_48, _s29_51, _s24_49, _s37_11, _s25_34, "Kategoria e shpenzimeve \xebsht\xeb rikthyer me sukses", _s27_31, ":count kategori t\xeb shpenzimeve jan\xeb arkivuar me sukses", _s26_21, _s46_11, _s27_32, _s47_1, _s23_30, _s25_35, _s25_36, _s32_14, _s21_76, _s21_77, "show_option", "Show Option", _s22_54, _s50_11, "view_changes", "View Changes", "force_update", "Force Update", _s17_67, _s76_0, "mark_paid_help", _s31_27, _s18_68, "Duhet t\xeb faturohet", _s23_31, _s33_32, _s29_17, _s36_16, _s21_78, _s20_75, _s16_106, _s16_107, _s18_69, _s18_70, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_68, _s17_69, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_37, _s38_8, _s25_38, _s38_9, _s25_39, _s38_10, "gateway_refund", "Gateway Refund", _s19_57, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_55, _s22_56, _s21_79, _s21_80, _s17_70, _s17_71, "endless", "Endless", "next_send_date", "Next Send Date", _s16_108, _s16_109, _s17_72, "Fatur\xeb e p\xebrs\xebritshme", _s18_71, "Fatura t\xeb p\xebrs\xebritshme", _s21_81, "Fatur\xeb e re e p\xebrs\xebritshme", _s22_57, _s22_58, _s25_40, _s38_11, _s25_41, _s38_12, _s26_22, "Faturat e p\xebrs\xebritshme jan\xeb arkivuar me sukses", _s25_42, "Faturat e p\xebrs\xebritshme jan\xeb fshir\xeb me sukses", _s25_43, _s38_14, _s26_23, "Faturat e p\xebrs\xebritshme jan\xeb rikthyer me sukses", _s27_33, _s47_2, _s26_24, _s46_12, _s27_34, _s47_3, _s24_50, _s26_25, _s25_44, _s32_15, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_17, _s28_18, "profit", "Profit", "line_item", "Line Item", _s18_73, _s18_74, _s23_32, _s35_25, _s19_58, _s19_59, _s24_51, _s52_3, "test_mode", "Test Mode", "opened", "Opened", _s30_7, _s22_59, _s30_8, _s22_60, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_74, _s17_75, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_110, _s16_111, "system_logs", "System Logs", "view_portal", "Shiko portalin", "copy_link", "Copy Link", "token_billing", "Ruaj detajet e pages\xebs", _s24_52, _s24_53, "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_75, _s18_76, "pdf_page_info", _s23_33, _s16_112, _s29_52, "emailed_quotes", _s27_70, "emailed_credits", _s28_68, "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_10, "client_created", "Client Created", _s20_76, _s20_77, _s20_78, _s20_79, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_76, _s17_77, _s17_78, _s17_79, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_80, _s17_81, _s17_82, "Faturat e ardhshme", _s17_84, _s17_85, "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_86, _s28_19, "api_webhooks", "API Webhooks", "search_webhooks", _s22_61, "search_webhook", _s16_113, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_20, "updated_webhook", _s28_21, _s16_114, _s29_18, "deleted_webhook", _s28_22, "removed_webhook", _s28_23, _s16_115, _s29_19, _s17_87, _s37_12, _s16_116, _s36_5, _s16_117, _s36_6, _s17_88, _s37_13, "api_tokens", "API Token\xebt", "api_docs", "API Docs", "search_tokens", _s20_80, "search_token", "Search 1 Token", "token", "Token", "tokens", "Token\xebt", "new_token", "New Token", "edit_token", "Edito Tokenin", "created_token", _s29_53, "updated_token", "Tokeni \xebsht\xeb perditesuar me sukses", "archived_token", "Tokeni \xebsht\xeb arkivuar me sukses", "deleted_token", _s29_53, "removed_token", _s26_29, "restored_token", _s27_36, "archived_tokens", _s35_14, "deleted_tokens", _s34_17, "restored_tokens", _s35_15, _s19_60, _s19_61, _s24_54, _s45_9, "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_81, _s41_5, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_118, _s16_119, "contact_name", "Emri i Kontaktit", "use_default", "Use default", _s16_120, _s17_89, "number_of_days", "Number of days", _s23_34, _s23_35, "payment_term", "Payment Term", _s16_121, _s16_122, _s17_90, "Edito kushtet e pages\xebs", _s20_82, _s33_24, _s20_83, _s33_25, _s21_83, _s34_18, _s20_84, _s33_26, _s20_85, _s33_27, _s21_84, _s34_19, _s22_62, _s42_11, _s21_85, _s41_6, _s22_63, _s42_12, "email_sign_in", _s18_135, "change", "Change", _s23_36, _s28_24, _s24_55, _s29_20, "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_77, _s18_78, _s16_123, _s16_272, "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_124, _s16_273, "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_92, "search_design", "Search 1 Design", "search_invoice", _s16_125, "search_client", "Search 1 Client", "search_product", _s16_126, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_93, "search_task", "Search 1 Tasks", "search_project", _s16_127, "search_expense", _s16_128, "search_payment", _s16_129, "search_group", "Search 1 Group", "refund_payment", "Rimburso pages\xebn", _s17_94, _s30_9, _s18_79, _s31_16, _s16_130, _s29_21, _s17_95, _s30_10, "reverse", "Reverse", "full_name", "Full Name", _s17_96, "Qytet/Shtet/Poste", _s17_98, _s17_99, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_131, _s32_16, _s18_80, _s65_0, "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_45, "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_96, "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_46, _s25_47, _s16_132, _s16_133, "apply_license", "Apply License", "cancel_account", "Fshi llogarin\xeb", _s22_64, "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_65, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_25, "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_37, "updated_design", _s27_38, "archived_design", _s28_26, "deleted_design", _s27_39, "removed_design", _s27_40, "restored_design", _s28_27, _s16_134, _s36_7, "deleted_designs", _s35_16, _s16_135, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_136, _s16_137, "recurring_tasks", "Recurring Tasks", _s18_81, "Menaxhimi i llogarive", "credit_date", "Data e kreditit", "credit", "Kredi", "credits", "Kredi", "new_credit", "Vendos Kredi", "edit_credit", "Edit Credit", "created_credit", "Krediti \xebsht\xeb krijuar me sukses", "updated_credit", _s27_42, "archived_credit", "Krediti \xebsht\xeb arkivuar me sukses", "deleted_credit", "Krediti \xebsht\xeb fshir\xeb me sukses", "removed_credit", _s27_44, "restored_credit", "Krediti \xebsht\xeb rikhyer me sukses", _s16_138, ":count kredite jan\xeb arkivuar me sukses", "deleted_credits", ":kredi jan\xeb fshir\xeb me sukses", _s16_139, _s36_9, "current_version", "Versioni aktual", "latest_version", "Latest Version", "update_now", "Update Now", _s26_30, _s41_7, _s16_140, _s16_141, "app_updated", _s29_22, "learn_more", "M\xebso m\xeb shum\xeb", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_100, _s17_101, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Kompani e re", "added_company", _s26_31, "company1", _s16_142, "company2", _s16_143, "company3", _s16_144, "company4", _s16_145, "product1", _s16_146, "product2", _s16_147, "product3", _s16_148, "product4", _s16_149, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_150, "contact2", _s16_151, "contact3", _s16_152, "contact4", _s16_153, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_154, "project2", _s16_155, "project3", _s16_156, "project4", _s16_157, "expense1", _s16_158, "expense2", _s16_159, "expense3", _s16_160, "expense4", _s16_161, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_162, "invoice2", _s16_163, "invoice3", _s16_164, "invoice4", _s16_165, "payment1", _s16_166, "payment2", _s16_167, "payment3", _s16_168, "payment4", _s16_169, "surcharge1", _s18_83, "surcharge2", _s18_84, "surcharge3", _s18_85, "surcharge4", _s18_86, "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_87, _s18_88, _s17_102, _s17_103, "contact_phone", "Contact Phone", _s21_86, _s22_66, _s21_87, _s22_67, _s21_88, _s22_68, _s21_89, _s22_69, _s17_104, "Shipping Street", _s17_105, _s18_89, "shipping_city", "Shipping City", "shipping_state", _s23_37, _s20_86, _s20_87, _s16_170, _s16_171, _s16_172, "Billing Street", _s16_173, _s17_106, "billing_city", "Billing City", "billing_state", _s22_70, _s19_62, _s19_63, "billing_country", "Billing Country", "client_id", "ID e klientit", "assigned_to", "Assigned to", "created_by", _s16_274, "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_174, _s16_175, "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_90, _s35_17, _s30_11, _s63_2, "message", "Mesazhi", "from", "Nga", _s20_88, _s20_89, _s25_48, _s56_0, _s20_90, _s34_20, _s18_90, _s18_91, _s23_38, _s33_33, _s18_92, _s18_93, "support_forum", "Support Forums", "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_91, _s21_133, _s20_91, _s58_2, _s19_64, _s19_65, _s23_39, _s23_40, _s20_92, _s20_93, "deleted_logo", _s25_49, "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_107, _s17_108, "show_cost_help", _s55_0, _s21_92, _s21_93, _s26_32, _s58_3, _s21_94, _s21_95, _s26_33, _s60_1, _s21_96, _s21_97, _s26_34, _s34_21, _s16_176, _s16_177, _s21_98, _s47_4, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_178, _s16_179, "user", "P\xebrdorues", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_109, _s17_110, "item_tax_rates", "Item Tax Rates", _s18_94, "Ju lutem zgjedhni nj\xeb klient", "configure_rates", "Configure rates", _s18_95, _s18_96, "tax_settings", "Rregullimet e Taksave", _s18_97, "Tax Rates", "accent_color", "Accent Color", "switch", "Kalo", _s19_66, _s20_94, "options", "Options", _s16_180, _s16_181, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_45, _s39_8, "submit", "Submit", _s16_182, "Riktheni fjal\xebkalimin tuaj", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_183, _s16_184, "before_due_date", _s19_67, "after_due_date", _s18_98, _s18_99, _s22_71, "days", "Days", "invoice_email", "Emaili i Fatur\xebs", "payment_email", "Emaili i Pages\xebs", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_99, _s21_100, "quote_email", "Emaili i Ofert\xebs", _s16_185, _s16_186, _s16_187, _s16_188, "administrator", "Administrator", _s18_100, "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_50, "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_53, "restored_user", "P\xebrdoruesi \xebsht\xeb rikthyer me sukses", "archived_users", _s34_22, "deleted_users", _s33_28, "removed_users", _s33_29, "restored_users", _s34_23, _s16_189, "Rregullimet Gjenerale", "invoice_options", "Opsionet e fatur\xebs", _s17_111, "Fshihe Paguar deri m\xeb tash", _s22_72, "Shfaqni 'Paguar deri m\xeb tash' n\xeb faturat tuaja pasi t\xeb jet\xeb pranuar pagesa.", _s23_41, "Dokumentet e lidhura", _s28_30, "Vendos fotografin\xeb n\xeb fatur\xeb.", _s16_191, "Shfaqe Header", _s16_192, "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_101, "Auto Email", _s23_42, _s52_4, _s18_102, "Auto Archive", _s23_43, _s55_1, _s18_103, "Auto Convert", _s23_44, _s58_4, _s17_113, _s17_114, "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_115, "Tre mujore", _s16_193, "Four months", "freq_six_months", "Gjasht\xeb mujore", "freq_annually", "Vjetore", "freq_two_years", "Two years", _s16_194, "Three Years", "never", "Asnj\xebher\xeb", "company", "Company", _s17_116, _s17_117, "charge_taxes", "Vendos taksat", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_195, _s16_196, "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_118, _s17_119, "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_120, _s17_121, _s16_197, "Show on PDF", _s21_101, _s51_6, _s25_54, _s22_73, _s30_12, _s61_, _s23_45, _s20_95, _s28_31, _s59_0, _s25_55, _s17_122, _s30_13, _s42_13, _s23_46, "Quote Signature", _s22_74, _s25_56, _s27_46, "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_56, "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_198, _s16_199, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_68, "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_69, _s19_70, "credentials", "Credentials", "update_address", "Perditeso Adres\xebn", _s19_71, "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_200, "Norma e taks\xebs \xebsht\xeb krijuar me sukses", _s16_201, "Norma e taks\xebs \xebsht\xeb perditesuar me sukses", _s17_123, "Norma e taks\xebs \xebsht\xeb arkivuar me sukses", _s16_202, _s29_25, _s17_124, _s30_14, _s18_104, _s38_15, _s17_125, _s37_14, _s18_105, _s38_16, "fill_products", "Plot\xebso-automatikisht produktet", _s18_106, "Duke zgjedhur produktin, automatikisht do t\xeb plot\xebsohen fill in the description and cost", "update_products", "Perditeso-automatikisht produktet", _s20_96, "Perditesimi i fatur\xebs automatikisht do t\xeb perditesoje librarine e produktit", _s16_203, _s16_204, _s21_102, _s61_3, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_205, _s16_206, _s19_72, "New Gateway", _s20_97, "Edit Gateway", _s23_47, _s28_32, _s23_48, _s28_33, _s24_57, _s29_26, _s23_49, _s28_34, _s24_58, _s29_27, _s25_57, _s37_15, _s24_59, _s36_10, _s25_58, _s37_16, _s16_207, _s16_208, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "E \xe7'aktivizuar", "currency_format", "Currency Format", _s21_103, _s21_104, _s23_50, _s23_51, "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_107, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_73, _s19_74, _s17_126, _s17_127, _s19_75, _s19_76, _s18_108, _s18_109, _s18_110, _s18_111, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_37, "updated_group", _s26_38, "archived_groups", _s35_18, "deleted_groups", _s34_24, "restored_groups", _s35_19, "archived_group", _s27_47, "deleted_group", _s26_39, "restored_group", _s27_48, "upload_logo", "Upload Logo", "uploaded_logo", _s26_40, "logo", "Logo", "saved_settings", _s27_49, _s16_209, "Rregullimi i Produktit", "device_settings", "Device Settings", "defaults", "T\xeb paracaktuara", "basic_settings", "Rregullimet bazike", _s17_128, "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_52, "Shabllonet & P\xebrkujtueset", _s22_75, _s20_98, _s19_77, "Vizualizimi i t\xeb dh\xebnave", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_50, _s28_35, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_79, _s19_80, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_59, _s25_60, _s24_60, _s24_61, _s33_30, _s77_1, "i_agree_to_the", "I agree to the", _s16_211, "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_112, _s18_113, _s21_106, _s34_25, "download", "Shkarko", _s27_51, _s27_71, "take_picture", "Take Picture", "upload_files", "Upload Files", "document", "Document", "documents", "Dokumente", "new_document", "New Document", "edit_document", "Edit Document", _s17_130, _s30_15, _s16_213, _s29_28, _s17_131, _s30_16, _s16_214, _s29_29, _s17_132, _s30_17, _s18_114, _s38_17, _s17_133, _s37_17, _s18_115, _s38_18, "no_history", "No History", "expense_date", "Data e shpenzimit", "pending", "N\xeb pritje", _s16_215, "Logged", _s16_216, "Pending", _s16_217, "Invoiced", "converted", "Konvertuar", _s24_62, _s24_63, "exchange_rate", "Kursi i k\xebmbimit", _s16_218, "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_219, ":counts kompani jan\xeb arkivuar me sukses", "deleted_vendors", ":count kompani jan\xeb fshir\xeb me sukses", _s16_220, _s36_11, "new_expense", "Enter Expense", "created_expense", "Shpenzimi \xebsht\xeb krijuar me sukses", "updated_expense", "Shpenzimi \xebsht\xeb perditesuar me sukses", _s16_221, "Shpenzimi \xebsht\xeb arkivuar me sukses", "deleted_expense", "Shpenzimi \xebsht\xeb fshir\xeb me sukses", _s16_222, "Shpenzimet jan\xeb rikthyer me sukses", _s17_134, "Shpenzimet jan\xeb arkivuar me sukses", _s16_223, "Shpenzimet jan\xeb fshir\xeb me sukses", _s17_135, _s37_18, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_107, _s21_108, "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_61, "stopped_task", "Detyra \xebsht\xeb ndaluar me sukses", "resumed_task", _s25_63, "now", "Tash", _s16_224, _s16_225, "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_26, _s19_81, _s19_82, "budgeted_hours", "Budgeted Hours", "created_project", _s28_41, "updated_project", _s28_42, _s16_226, _s29_32, "deleted_project", _s28_43, _s16_227, _s29_33, _s17_136, _s37_26, _s16_228, _s36_17, _s17_137, _s37_19, "new_project", "New Project", _s27_55, _s28_44, "if_you_like_it", _s21_109, "click_here", "kliko k\xebtu", _s18_116, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_18, _s42_14, "locked", "Locked", "authenticate", "Authenticate", _s19_83, _s19_84, _s24_64, _s24_65, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_97, "today", "Today", "custom_range", "Custom Range", "date_range", "Shtrirja e Dates", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_138, _s17_139, "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", "all_time", "All Time", "custom", "E ndryshueshme", _s16_229, _s16_230, "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_99, _s20_100, "billing_address", "Adresa e faturimit", _s16_231, _s16_232, "total_revenue", "Totali i Qarkullimit", "average_invoice", "Mesatarja e fatur\xebs", "outstanding", "Pa paguar1", "invoices_sent", _s20_108, "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_233, _s16_234, _s23_53, _s23_54, _s26_43, _s26_44, _s21_110, _s21_111, _s26_45, _s26_46, "ascending", "Ascending", "descending", "Descending", "save", "Ruaj", _s17_140, _s17_141, "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_85, _s30_19, "error", "Error", _s16_235, _s16_236, "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_237, _s16_238, "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_239, "Produkti \xebsht\xeb arkivuar me sukses", "deleted_product", _s28_47, _s16_240, _s29_35, _s17_142, _s37_27, _s16_241, _s36_18, _s17_143, _s37_20, "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_242, ":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_243, _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_244, "Fatura \xebsht\xeb arkivuar me sukses", "deleted_invoice", "Fatura \xebsht\xeb fshir\xeb me sukses", _s16_245, "Fatura \xebsht\xeb rikthyer me sukses", _s17_144, ":count fatura jan\xeb arkivuar me sukes", _s16_246, ":count fatura jan\xeb fshir\xeb me sukses", _s17_145, _s37_21, "emailed_invoice", "Fatura \xebsht\xeb d\xebrguar me sukses me email", "emailed_payment", _s28_69, "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_247, _s16_248, "paid_date", "Paid Date", "status", "Statusi", _s17_146, "Invoice Status", "quote_status", "Quote Status", _s22_76, _s22_77, _s22_78, _s19_98, "count_selected", ":count selected", "total", "Totali", "percent", "Percent", "edit", "Edito", "dismiss", "Dismiss", _s20_101, _s20_102, _s22_79, _s22_80, _s24_66, _s24_67, "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_20, _s30_21, _s27_59, _s27_60, "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_81, _s35_20, _s22_82, _s35_21, _s23_55, _s36_14, _s23_56, _s36_15, "done", "P\xebrfundo", _s37_22, _s37_23, "dark_mode", "Modeli i err\xebt", _s27_61, _s35_22, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktiviteti", _s16_249, _s16_250, "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_251, "Pending", _s16_252, "Voided", _s16_253, "Failed", _s16_254, "Completed", _s16_255, _s18_78, _s16_256, "Refunded", _s17_147, "Unapplied", _s17_148, _s19_50, "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_112, "Referenca e transaksionit", "enter_payment", "Cakto pages\xebn", "new_payment", "Cakto pages\xebn", "created_payment", "Pagesa \xebsht\xeb krijuar me sukses", "updated_payment", "Pagesa \xebsht\xeb perditesuar me sukses", _s16_257, "Pagesa \xebsht\xeb arkivuar me sukses", "deleted_payment", "Pagesa \xebsht\xeb fshir\xeb me sukses", _s16_258, "Pagesa \xebsht\xeb rikthyer me sukses", _s17_149, ":count pagesa jan\xeb arkivuar me sukses", _s16_259, ":count pagesa jan\xeb fshir\xeb me sukses", _s17_150, _s37_24, "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_24, "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_2, "activity_7", _s44_7, "activity_8", ":user ka arkivuar fatur\xebn :invoice", "activity_9", ":user ka fshir\xeb fatur\xebn :invoice", "activity_10", _s82_, "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_12, "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_15, "activity_30", _s28_62, "activity_31", _s29_44, "activity_32", _s28_63, "activity_33", _s29_45, "activity_34", ":user ka krijuar shpeznim :expense", "activity_35", _s31_21, "activity_36", _s30_28, "activity_37", _s31_22, "activity_39", _s50_13, "activity_40", _s64_0, "activity_41", ":payment_amount payment (:payment) ka d\xebshtuar", "activity_42", _s24_68, "activity_43", _s24_69, "activity_44", _s25_67, "activity_45", _s24_70, "activity_46", _s25_68, "activity_47", _s30_29, "activity_48", _s24_75, "activity_49", _s24_76, "activity_50", _s25_71, "activity_51", _s24_77, "activity_52", _s25_72, "activity_53", _s26_53, "activity_54", _s27_72, "activity_55", _s31_28, "activity_56", _s27_73, "activity_57", _s39_10, "activity_58", _s31_23, "activity_59", _s32_17, "activity_60", _s28_61, "activity_61", _s28_64, "activity_62", _s28_65, "activity_63", _s61_0, "activity_64", _s62_0, "activity_65", _s61_1, "activity_66", _s63_3, "activity_80", _s40_5, "activity_81", _s40_6, "activity_82", _s41_8, "activity_83", _s40_7, "activity_84", _s41_9, _s17_151, _s17_152, "emailed_quote", "Oferta \xebsht\xeb d\xebrguar me sukses me email", "emailed_credit", _s27_74, _s20_103, _s33_31, _s21_114, _s34_27, "expired", "Skaduar", "all", "T\xeb gjitha", "select", "Selekto", _s22_83, _s22_84, "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_117, _s18_118, _s24_71, _s24_72, _s29_46, _s29_47, _s27_66, _s27_67, _s31_24, _s31_25, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_86, _s19_87, _s19_88, _s19_89, _s22_85, _s22_86, _s22_87, _s22_88, _s21_115, _s21_116, _s21_117, _s21_118, _s21_119, _s21_120, _s21_121, _s21_122, _s22_89, _s22_90, _s22_91, _s22_92, _s22_93, _s22_94, _s22_95, "Numruesi i numrit t\xeb fatur\xebs", _s20_104, _s20_105, _s20_106, "Numruesi i numrit t\xeb ofert\xebs", _s21_123, _s21_124, _s21_125, _s21_126, _s21_127, _s21_124, _s21_128, _s21_126, _s18_119, _s18_120, "counter_padding", "Counter Padding", _s28_66, _s27_75, _s18_121, _s18_122, _s18_123, _s18_124, _s18_125, _s18_126, _s18_127, _s18_128, _s18_129, _s18_130, _s18_131, _s18_132, _s21_129, _s21_130, _s19_90, _s19_91, _s21_131, _s21_132, _s29_48, _s29_49, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_260, _s16_261, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_262, "vendor_address1", "Vendor Street", "vendor_address2", _s16_263, _s24_73, _s22_97, _s24_74, _s25_69, "type", "Shkruaj", "invoice_amount", "Shuma e fatur\xebs", _s16_264, "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_153, _s18_83, _s17_154, _s18_84, _s17_155, _s18_85, _s17_156, _s18_86, "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_92, _s19_93, _s16_265, _s16_275, _s19_94, _s19_95, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_133, _s18_134, _s16_266, _s16_267], t1, t1), "ar", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "\u064a\u062a\u0643\u0631\u0631", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "\u062a\u062c\u0632\u0626\u0629", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "\u0641\u0643 \u0627\u0644\u0627\u0631\u062a\u0628\u0627\u0637", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "\u0641\u0626\u0629 \u0627\u0644\u0636\u0631\u064a\u0628\u0629", "physical_goods", "\u0627\u0644\u0628\u0636\u0627\u0626\u0639 \u0627\u0644\u0645\u0627\u062f\u064a\u0629", _s16_8, "\u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0627\u0644\u0631\u0642\u0645\u064a\u0629", "services", "\u062e\u062f\u0645\u0627\u062a", "shipping", "\u0634\u062d\u0646", "tax_exempt", "\u0645\u0639\u0641\u0627\u0629 \u0645\u0646 \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "reduced_rate", "\u0646\u0633\u0628\u0629 \u0645\u062e\u0641\u0636\u0629", "tax_all", "\u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u0643\u0644", "tax_selected", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0636\u0631\u064a\u0628\u0629", "version", "\u0625\u0635\u062f\u0627\u0631", _s16_10, "\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0628\u0627\u0626\u0639 \u0627\u0644\u0641\u0631\u0639\u064a\u0629", "calculate_taxes", "\u062d\u0633\u0627\u0628 \u0627\u0644\u0636\u0631\u0627\u0626\u0628", _s20_5, "\u062d\u0633\u0627\u0628 \u0627\u0644\u0636\u0631\u0627\u0626\u0628 \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627 \u0639\u0646\u062f \u062d\u0641\u0638 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", "admin", "\u0645\u0633\u0624\u0644", "owner", "\u0645\u0627\u0644\u0643", "link_expenses", "\u0631\u0628\u0637 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", _s24_3, "\u0631\u0635\u064a\u062f \u0627\u0644\u0639\u0645\u064a\u0644 \u0627\u0644\u0645\u062d\u0648\u0644", _s25_1, "\u0631\u0635\u064a\u062f \u0627\u0644\u062f\u0641\u0639 \u0627\u0644\u0645\u062d\u0648\u0644", "total_hours", "\u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0633\u0627\u0639\u0627\u062a", _s16_12, "\u0627\u0633\u062a\u062e\u062f\u0645 + \u0623\u064a\u0627\u0645 \u0644\u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0641\u064a \u0627\u0644\u0645\u0633\u062a\u0642\u0628\u0644", _s18_8, "\u0627\u0633\u062a\u062e\u062f\u0645 \u0645\u062a\u0635\u0641\u062d \u0639\u0627\u0631\u0636 PDF", _s23_, "\u062a\u062d\u0630\u064a\u0631: \u064a\u0645\u0646\u0639 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0645\u0639 \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0639\u0628\u0631 \u0645\u0644\u0641 PDF", "increase_prices", "\u0632\u064a\u0627\u062f\u0629 \u0627\u0644\u0623\u0633\u0639\u0627\u0631", "update_prices", "\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0623\u0633\u0639\u0627\u0631", "incresed_prices", "\u062a\u0645 \u0631\u0641\u0639 \u0627\u0644\u0623\u0633\u0639\u0627\u0631 \u0641\u064a \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631 \u0628\u0646\u062c\u0627\u062d", "updated_prices", "\u064a\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0623\u0633\u0639\u0627\u0631 \u0641\u064a \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631 \u0628\u0646\u062c\u0627\u062d", "bacs", "\u0627\u0644\u062e\u0635\u0645 \u0627\u0644\u0645\u0628\u0627\u0634\u0631 \u0645\u0646 BACS", "api_token", "\u0631\u0645\u0632 API", "api_key", "\u0645\u0641\u062a\u0627\u062d API", "endpoint", "\u0646\u0642\u0637\u0629 \u0627\u0644\u0646\u0647\u0627\u064a\u0629", "billable", "\u0642\u0627\u0628\u0644 \u0644\u0644\u0641\u0648\u062a\u0631\u0629", "not_billable", "\u063a\u064a\u0631 \u0642\u0627\u0628\u0644 \u0644\u0644\u0641\u0648\u062a\u0631\u0629", _s25_3, "\u0627\u0644\u0633\u0645\u0627\u062d \u0628\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0641\u0648\u062a\u0631\u0629", _s30_, "\u062a\u0645\u0643\u064a\u0646 \u062a\u0643\u0648\u064a\u0646 \u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u062a\u064a \u062a\u062a\u0645 \u0641\u0648\u062a\u0631\u062a\u0647\u0627", _s26_, "\u0625\u0638\u0647\u0627\u0631 \u0648\u0635\u0641 \u0639\u0646\u0635\u0631 \u0627\u0644\u0645\u0647\u0645\u0629", _s31_, "\u062a\u0645\u0643\u064a\u0646 \u062a\u062d\u062f\u064a\u062f \u0623\u0648\u0635\u0627\u0641 \u0639\u0646\u0635\u0631 \u0627\u0644\u0645\u0647\u0645\u0629", "email_record", "\u0633\u062c\u0644 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s23_0, "\u0623\u0639\u0645\u062f\u0629 \u0645\u0646\u062a\u062c \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s21_1, "\u0623\u0639\u0645\u062f\u0629 \u0627\u0644\u0645\u0646\u062a\u062c \u0627\u0642\u062a\u0628\u0627\u0633", _s22_3, "\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649 \u0644\u0645\u0628\u0644\u063a \u0627\u0644\u0633\u062f\u0627\u062f", _s25_5, "\u0645\u062f\u0641\u0648\u0639\u0627\u062a \u064a\u0628\u062f\u0623\u0647\u0627 \u0627\u0644\u0639\u0645\u064a\u0644", _s30_0, "\u062f\u0639\u0645 \u0625\u062c\u0631\u0627\u0621 \u0627\u0644\u062f\u0641\u0639 \u0641\u064a \u0628\u0648\u0627\u0628\u0629 \u0627\u0644\u0639\u0645\u064a\u0644 \u0628\u062f\u0648\u0646 \u0641\u0627\u062a\u0648\u0631\u0629", _s27_, "\u0645\u0634\u0627\u0631\u0643\u0629 \u0623\u0639\u0645\u062f\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 / \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633", "cc_email", "CC \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "payment_balance", "\u0631\u0635\u064a\u062f \u0627\u0644\u0645\u062f\u0641\u0648\u0639\u0627\u062a", _s22_5, "\u0627\u0644\u0633\u0645\u0627\u062d \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0628\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062a\u0642\u0627\u0631\u064a\u0631 \u060c \u062a\u0642\u062a\u0635\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0639\u0644\u0649 \u0627\u0644\u0623\u0630\u0648\u0646\u0627\u062a \u0627\u0644\u0645\u062a\u0627\u062d\u0629", "activity_138", "\u0627\u0644\u062f\u0641\u0639: \u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062f\u0641\u0639 \u0628\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0625\u0644\u0649: \u0627\u0644\u0639\u0645\u064a\u0644", _s17_, "\u0645\u0646\u062a\u062c\u0627\u062a \u0627\u0644\u0645\u0631\u0629 \u0627\u0644\u0648\u0627\u062d\u062f\u0629", _s26_1, "\u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631\u064a\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062d\u062f\u0629", "required", "\u0645\u0637\u0644\u0648\u0628", "hidden", "\u0645\u062e\u062a\u0641\u064a", "payment_links", "\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u062f\u0641\u0639", "action", "\u0625\u062c\u0631\u0627\u0621", _s32_, "\u0642\u0645 \u0628\u0627\u0644\u062a\u0631\u0642\u064a\u0629 \u0625\u0644\u0649 \u062e\u0637\u0629 \u0645\u062f\u0641\u0648\u0639\u0629 \u0644\u0625\u0646\u0634\u0627\u0621 \u062c\u062f\u0627\u0648\u0644", "next_run", "\u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0645\u0642\u0628\u0644", "all_clients", "\u0643\u0644 \u0627\u0644\u0639\u0645\u0644\u0627\u0621", _s16_13, "\u0639\u0631\u0636 \u062c\u062f\u0648\u0644 \u0627\u0644\u062a\u0642\u0627\u062f\u0645", _s19_1, "\u0625\u0638\u0647\u0627\u0631 \u062c\u062f\u0648\u0644 \u0627\u0644\u0645\u062f\u0641\u0648\u0639\u0627\u062a", _s26_3, _s26_4, "email_statement", "\u0628\u064a\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "once", "\u0645\u0631\u0629 \u0648\u0627\u062d\u062f\u0629", "schedule", "\u062c\u062f\u0648\u0644", "schedules", "\u062c\u062f\u0627\u0648\u0644", "new_schedule", "\u062c\u062f\u0648\u0644 \u062c\u062f\u064a\u062f", "edit_schedule", "\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u062c\u062f\u0648\u0644", _s16_15, "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u062c\u062f\u0648\u0644 \u0627\u0644\u0632\u0645\u0646\u064a \u0628\u0646\u062c\u0627\u062d", _s16_16, "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062c\u062f\u0648\u0644 \u0628\u0646\u062c\u0627\u062d", _s17_1, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u062c\u062f\u0648\u0644 \u0627\u0644\u0632\u0645\u0646\u064a \u0628\u0646\u062c\u0627\u062d", _s16_17, "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u062c\u062f\u0648\u0644 \u0627\u0644\u0632\u0645\u0646\u064a \u0628\u0646\u062c\u0627\u062d", _s16_18, "\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062c\u062f\u0648\u0644 \u0627\u0644\u0632\u0645\u0646\u064a \u0628\u0646\u062c\u0627\u062d", _s17_2, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u062c\u062f\u0648\u0644 \u0627\u0644\u0632\u0645\u0646\u064a \u0628\u0646\u062c\u0627\u062d", "search_schedule", "\u062c\u062f\u0648\u0644 \u0627\u0644\u0628\u062d\u062b", _s16_19, "\u062c\u062f\u0627\u0648\u0644 \u0627\u0644\u0628\u062d\u062b", "archive_payment", "\u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u062f\u0641\u0639\u0629", "archive_invoice", "\u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "archive_quote", "\u0623\u0631\u0634\u0641\u0629 \u0639\u0631\u0636 \u0627\u0644\u0633\u0639\u0631", "archive_credit", "\u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0631\u0635\u064a\u062f", "archive_task", "\u0645\u0647\u0645\u0629 \u0627\u0644\u0623\u0631\u0634\u0641\u0629", "archive_client", "\u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0639\u0645\u064a\u0644", "archive_project", "\u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0645\u0634\u0631\u0648\u0639", "archive_expense", "\u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", "restore_payment", "\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u062f\u0641\u0639", "restore_invoice", "\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "restore_quote", "\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633", "restore_credit", "\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "restore_task", "\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u0647\u0645\u0629", "restore_client", "\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0639\u0645\u064a\u0644", "restore_project", "\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u0634\u0631\u0648\u0639", "restore_expense", "\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", "archive_vendor", "\u0628\u0627\u0626\u0639 \u0627\u0644\u0623\u0631\u0634\u064a\u0641", "restore_vendor", "\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0628\u0627\u0626\u0639", "create_product", "\u0625\u0636\u0627\u0641\u0629 \u0645\u0646\u062a\u062c", "update_product", "\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0646\u062a\u062c", "delete_product", "\u062d\u0630\u0641 \u0627\u0644\u0645\u0646\u062a\u062c", "restore_product", "\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u0646\u062a\u062c", "archive_product", "\u0627\u0631\u0634\u0641\u0629 \u0627\u0644\u0645\u0646\u062a\u062c", _s21_3, "\u0625\u0646\u0634\u0627\u0621 \u0623\u0645\u0631 \u0634\u0631\u0627\u0621", _s21_5, "\u062a\u062d\u062f\u064a\u062b \u0623\u0645\u0631 \u0627\u0644\u0634\u0631\u0627\u0621", _s21_7, "\u062d\u0630\u0641 \u0623\u0645\u0631 \u0627\u0644\u0634\u0631\u0627\u0621", _s22_6, "\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0623\u0645\u0631 \u0627\u0644\u0634\u0631\u0627\u0621", _s22_8, "\u0623\u0631\u0634\u0641\u0629 \u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0627\u0621", "sent_invoice", _s16_276, "sent_quote", "\u0625\u0631\u0633\u0627\u0644 \u0627\u0642\u062a\u0628\u0627\u0633", "sent_credit", "\u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646 \u0627\u0644\u0645\u0631\u0633\u0644", _s19_3, "\u0623\u0645\u0631 \u0627\u0644\u0634\u0631\u0627\u0621 \u0627\u0644\u0645\u0631\u0633\u0644", "image_url", "\u0631\u0627\u0628\u0637 \u0627\u0644\u0635\u0648\u0631\u0629", "max_quantity", "\u0627\u0644\u0643\u0645\u064a\u0629 \u0627\u0644\u0642\u0635\u0648\u0649", "test_url", "\u0627\u062e\u062a\u0628\u0627\u0631 URL", _s18_9, _s16_277, _s20_6, "\u064a\u0638\u0647\u0631 \u0627\u0644\u062e\u064a\u0627\u0631 \u0648\u0644\u0643\u0646 \u0644\u0645 \u064a\u062a\u0645 \u062a\u062d\u062f\u064a\u062f\u0647", _s21_9, "\u064a\u0638\u0647\u0631 \u0627\u0644\u062e\u064a\u0627\u0631 \u0648\u064a\u062a\u0645 \u062a\u062d\u062f\u064a\u062f\u0647", _s21_10, _s16_277, "payment_methods", "\u0637\u0631\u0642 \u0627\u0644\u062f\u0641\u0639", "view_all", "\u0645\u0634\u0627\u0647\u062f\u0629 \u0627\u0644\u0643\u0644", "edit_all", "\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0643\u0644", _s28_0, "\u0642\u0628\u0648\u0644 \u0631\u0642\u0645 \u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0627\u0621", _s33_1, "\u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 \u0645\u0646 \u062a\u0642\u062f\u064a\u0645 \u0631\u0642\u0645 \u0623\u0645\u0631 \u0627\u0644\u0634\u0631\u0627\u0621 \u0639\u0646\u062f \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0639\u0644\u0649 \u0639\u0631\u0636 \u0623\u0633\u0639\u0627\u0631", "from_email", "\u0645\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u0649", "show_preview", "\u0639\u0631\u0636 \u0627\u0644\u0645\u0639\u0627\u064a\u0646\u0629", "show_paid_stamp", "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0637\u0627\u0628\u0639 \u0627\u0644\u0645\u062f\u0641\u0648\u0639", _s21_11, "\u0625\u0638\u0647\u0627\u0631 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0634\u062d\u0646", _s24_5, "\u0644\u0627 \u062a\u0648\u062c\u062f \u0645\u0633\u062a\u0646\u062f\u0627\u062a \u0641\u064a \u0627\u0644\u0633\u062c\u0644\u0627\u062a \u0627\u0644\u0645\u062d\u062f\u062f\u0629 \u0644\u0644\u062a\u0646\u0632\u064a\u0644", "pixels", "\u0628\u0643\u0633\u0644", "logo_size", "\u062d\u062c\u0645 \u0627\u0644\u0634\u0639\u0627\u0631", "postal_city", "\u0627\u0644\u0628\u0631\u064a\u062f / \u0627\u0644\u0645\u062f\u064a\u0646\u0629", "failed", "\u0641\u0634\u0644", "client_contacts", "\u062c\u0647\u0627\u062a \u0627\u062a\u0635\u0627\u0644 \u0627\u0644\u0639\u0645\u064a\u0644", "sync_from", "\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0646", _s19_6, "\u0639\u062a\u0628\u0629 \u0627\u0644\u0645\u062e\u0632\u0648\u0646", "hour", "\u0633\u0627\u0639\u0629", _s17_3, "\u062a\u0645 \u0628\u0646\u062c\u0627\u062d \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0628\u064a\u0627\u0646 \u0641\u064a \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631", _s17_4, "\u0625\u0638\u0647\u0627\u0631 \u062a\u0630\u064a\u064a\u0644 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s18_10, "\u0633\u0627\u0639\u0627\u062a \u0639\u0645\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s23_2, "\u0623\u0636\u0641 \u0627\u0644\u0633\u0627\u0639\u0627\u062a \u0625\u0644\u0649 \u0628\u0646\u0648\u062f \u0633\u0637\u0631 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s27_1, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0642\u064a\u0627\u0633\u064a\u0629 \u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0633\u064a\u0627\u0631\u0627\u062a", _s28_2, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0644\u0644\u0641\u0648\u0627\u062a\u064a\u0631", "email_alignment", "\u0645\u062d\u0627\u0630\u0627\u0629 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s20_7, "\u0645\u0648\u0642\u0639 \u0645\u0639\u0627\u064a\u0646\u0629 PDF", "mailgun", "Mailgun", "postmark", "\u062e\u062a\u0645 \u0627\u0644\u0628\u0631\u064a\u062f", "microsoft", "\u0645\u0627\u064a\u0643\u0631\u0648\u0633\u0648\u0641\u062a", _s27_3, "\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 + \u0644\u0625\u0646\u0634\u0627\u0621 \u0633\u062c\u0644", "last365_days", "\u0622\u062e\u0631 365 \u064a\u0648\u0645\u064b\u0627", "import_design", "\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u0627\u0633\u062a\u064a\u0631\u0627\u062f", "imported_design", "\u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u062a\u0635\u0645\u064a\u0645 \u0628\u0646\u062c\u0627\u062d", "invalid_design", "\u0627\u0644\u062a\u0635\u0645\u064a\u0645 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d \u060c \u0642\u0633\u0645 :value \u0645\u0641\u0642\u0648\u062f", _s17_6, "\u0647\u0644 \u062a\u0631\u063a\u0628 \u0641\u064a \u062a\u062d\u0645\u064a\u0644 \u0634\u0639\u0627\u0631\u0643\u061f", "upload", "\u0631\u0641\u0639", _s17_7, "\u0627\u0644\u0625\u0635\u062f\u0627\u0631 \u0627\u0644\u0645\u062b\u0628\u062a", _s23_3, "\u0625\u062e\u0637\u0627\u0631 \u0627\u0644\u0628\u0627\u0626\u0639 \u0639\u0646\u062f \u0627\u0644\u062f\u0641\u0639", _s28_5, "\u0623\u0631\u0633\u0644 \u0628\u0631\u064a\u062f\u064b\u0627 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u064b\u0627 \u0625\u0644\u0649 \u0627\u0644\u0628\u0627\u0626\u0639 \u0639\u0646\u062f\u0645\u0627 \u064a\u062a\u0645 \u062a\u0645\u064a\u064a\u0632 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0645\u062f\u0641\u0648\u0639\u0629", "update_payment", "\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062f\u0641\u0639", "markup", "\u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u0649", _s22_10, "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0623\u0645\u0631 \u0627\u0644\u0634\u0631\u0627\u0621", _s19_8, "\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0627\u0621", _s21_13, "\u062a\u0645 \u0639\u0631\u0636 \u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0627\u0621", _s23_5, "\u062a\u0645 \u0642\u0628\u0648\u0644 \u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0627\u0621", _s20_9, "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0645\u0628\u0644\u063a \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646 \u0623\u0643\u0628\u0631 \u0645\u0646 \u0645\u0628\u0644\u063a \u0627\u0644\u062f\u0641\u0639", "klarna", "\u0643\u0644\u0627\u0631\u0646\u0627", _s29_7, "\u062d\u062f\u062f \u0633\u0639\u0631 \u0627\u0644\u0635\u0631\u0641 \u0639\u0646\u062f \u0625\u062f\u062e\u0627\u0644 \u062f\u0641\u0639\u0629 \u064a\u062f\u0648\u064a\u0629", _s29_8, "\u062d\u062f\u062f \u0633\u0639\u0631 \u0627\u0644\u0635\u0631\u0641 \u0639\u0646\u062f \u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628", "matomo_url", "\u0645\u0627\u062a\u0648\u0645\u0648 URL", "matomo_id", "\u0645\u0639\u0631\u0641 \u0645\u0627\u062a\u0648\u0645\u0648", _s21_15, "\u0623\u0636\u0641 \u0625\u0644\u0649 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s25_7, "\u0623\u0631\u0633\u0644 \u0628\u0631\u064a\u062f\u064b\u0627 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u064b\u0627 \u0639\u0646\u062f \u0625\u062c\u0631\u0627\u0621 \u0627\u0644\u062f\u0641\u0639 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a", _s25_8, "\u0623\u0631\u0633\u0644 \u0628\u0631\u064a\u062f\u064b\u0627 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u064b\u0627 \u0639\u0646\u062f \u0625\u062f\u062e\u0627\u0644 \u062f\u0641\u0639\u0629 \u064a\u062f\u0648\u064a\u064b\u0627", _s28_6, "\u0623\u0631\u0633\u0644 \u0628\u0631\u064a\u062f\u064b\u0627 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u064b\u0627 \u0639\u0646\u062f \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u0649 \u0641\u0627\u062a\u0648\u0631\u0629 \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0645\u062f\u0641\u0648\u0639\u0629", "delete_project", "\u062d\u0630\u0641 \u0627\u0644\u0645\u0634\u0631\u0648\u0639", _s18_12, "\u062a\u0645 \u0631\u0628\u0637 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629 \u0628\u0646\u062c\u0627\u062d", "link_payment", "\u0631\u0628\u0637 \u0627\u0644\u062f\u0641\u0639", "link_expense", "\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0627\u0631\u062a\u0628\u0627\u0637", _s19_10, "\u0642\u0641\u0644 \u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0645\u0641\u0648\u062a\u0631\u0629", _s24_6, "\u0645\u0646\u0639 \u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0645\u0647\u0627\u0645 \u0628\u0645\u062c\u0631\u062f \u0625\u0635\u062f\u0627\u0631 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", _s21_16, "\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0645\u0637\u0644\u0648\u0628", _s26_6, "\u0645\u0637\u0627\u0644\u0628\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 \u0628\u0627\u0644\u062a\u0633\u062c\u064a\u0644", _s24_7, "\u0627\u0633\u062a\u062e\u062f\u0645 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u062e\u0632\u0648\u0646", _s29_9, "\u062a\u062a\u0637\u0644\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0641\u064a \u0627\u0644\u0645\u062e\u0632\u0648\u0646", _s17_9, "\u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631\u064a\u0629", _s27_5, "\u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631\u064a\u0629", "convert_matched", "\u064a\u062a\u062d\u0648\u0644", _s19_12, "\u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0641\u064a \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631 \u0628\u0646\u062c\u0627\u062d \u0644\u064a\u062a\u0645 \u0625\u0635\u062f\u0627\u0631 \u0641\u0648\u0627\u062a\u064a\u0631 \u0628\u0647\u0627 \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627", _s20_10, "\u062a\u0645 \u0628\u0646\u062c\u0627\u062d \u0648\u0636\u0639 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0641\u064a \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631 \u0644\u064a\u062a\u0645 \u062a\u062d\u0631\u064a\u0631 \u0641\u0648\u0627\u062a\u064a\u0631\u0647\u0627 \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627", "operator", "\u0627\u0644\u0645\u0634\u063a\u0644 \u0623\u0648 \u0627\u0644\u0639\u0627\u0645\u0644", "value", "\u0642\u064a\u0645\u0629", "is", "\u064a\u0643\u0648\u0646", "contains", "\u064a\u062a\u0636\u0645\u0646", "starts_with", "\u0627\u0628\u062f\u0627 \u0628", "is_empty", "\u0641\u0627\u0631\u063a", "add_rule", "\u0623\u0636\u0641 \u0627\u0644\u0642\u0627\u0639\u062f\u0629", "match_all_rules", "\u062a\u0637\u0627\u0628\u0642 \u062c\u0645\u064a\u0639 \u0627\u0644\u0642\u0648\u0627\u0639\u062f", _s20_11, "\u064a\u062c\u0628 \u0623\u0646 \u062a\u062a\u0637\u0627\u0628\u0642 \u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u0639\u0627\u064a\u064a\u0631 \u062d\u062a\u0649 \u064a\u062a\u0645 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0642\u0627\u0639\u062f\u0629", _s17_11, "\u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062a \u0627\u0644\u0645\u062a\u0637\u0627\u0628\u0642\u0629 \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627 \u0625\u0644\u0649 \u0646\u0641\u0642\u0627\u062a", "rules", "\u0642\u0648\u0627\u0639\u062f", _s16_21, "\u0642\u0627\u0639\u062f\u0629 \u0627\u0644\u0635\u0641\u0642\u0629", _s17_12, "\u0642\u0648\u0627\u0639\u062f \u0627\u0644\u0635\u0641\u0642\u0629", _s20_12, "\u0642\u0627\u0639\u062f\u0629 \u0627\u0644\u0635\u0641\u0642\u0629 \u0627\u0644\u062c\u062f\u064a\u062f\u0629", _s21_18, "\u062a\u062d\u0631\u064a\u0631 \u0642\u0627\u0639\u062f\u0629 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629", _s24_9, "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0642\u0627\u0639\u062f\u0629 \u0628\u0646\u062c\u0627\u062d", _s24_10, "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0642\u0627\u0639\u062f\u0629 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629 \u0628\u0646\u062c\u0627\u062d", _s25_10, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0642\u0627\u0639\u062f\u0629 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629 \u0628\u0646\u062c\u0627\u062d", _s24_11, "\u062a\u0645 \u062d\u0630\u0641 \u0642\u0627\u0639\u062f\u0629 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629 \u0628\u0646\u062c\u0627\u062d", _s24_12, "\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0642\u0627\u0639\u062f\u0629 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629 \u0628\u0646\u062c\u0627\u062d", _s25_11, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0642\u0627\u0639\u062f\u0629 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629 \u0628\u0646\u062c\u0627\u062d", _s23_7, "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0642\u0627\u0639\u062f\u0629 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062a", _s24_13, "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0642\u0648\u0627\u0639\u062f \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062a", _s21_20, "\u062d\u0641\u0638 \u0643\u0634\u0631\u0648\u0637 \u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0629", _s22_12, "\u062d\u0641\u0638 \u0643\u062a\u0630\u064a\u064a\u0644 \u0627\u0641\u062a\u0631\u0627\u0636\u064a", "auto_sync", "\u062a\u0632\u0627\u0645\u0646 \u062a\u0644\u0642\u0627\u0626\u064a", _s16_23, "\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a", _s31_2, "\u0642\u0645 \u0628\u0627\u0644\u062a\u0631\u0642\u064a\u0629 \u0625\u0644\u0649 Enterprise \u0644\u0631\u0628\u0637 \u062d\u0633\u0627\u0628\u0643 \u0627\u0644\u0645\u0635\u0631\u0641\u064a", _s34_0, "\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062a\u0648\u0635\u064a\u0644 \u062d\u0633\u0627\u0628\u0643 \u0627\u0644\u0645\u0635\u0631\u0641\u064a", "disable_2fa", "\u062a\u0639\u0637\u064a\u0644 2FA", "change_number", "\u062a\u063a\u064a\u064a\u0631 \u0631\u0642\u0645", "resend_code", "\u0623\u0639\u062f \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0645\u0632", "base_type", "\u0646\u0648\u0639 \u0627\u0644\u0642\u0627\u0639\u062f\u0629", "category_type", "\u0646\u0648\u0639 \u0627\u0644\u0641\u0626\u0629", _s16_25, "\u0639\u0645\u0644\u064a\u0629", "bulk_print", "\u0637\u0628\u0627\u0639\u0629 PDF", _s18_13, "\u0627\u0644\u0628\u0627\u0626\u0639 \u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0628\u0631\u064a\u062f\u064a", _s16_26, "\u0645\u0639\u0627\u064a\u0646\u0629 \u0627\u0644\u0645\u0648\u0642\u0639", "bottom", "\u0642\u0627\u0639", "side", "\u062c\u0627\u0646\u0628", "pdf_preview", "\u0645\u0639\u0627\u064a\u0646\u0629 PDF", _s20_14, "\u0627\u0644\u0636\u063a\u0637 \u0644\u0641\u062a\u0631\u0629 \u0637\u0648\u064a\u0644\u0629 \u0644\u0644\u062a\u062d\u062f\u064a\u062f", _s21_22, "\u0631\u0642\u0645 \u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0627\u0621", _s19_13, "\u0639\u0646\u0635\u0631 \u0623\u0645\u0631 \u0627\u0644\u0634\u0631\u0627\u0621", _s22_14, "\u0647\u0644 \u062a\u0631\u063a\u0628 \u0641\u064a \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u061f", "include_deleted", "\u062a\u0636\u0645\u064a\u0646 \u0627\u0644\u0645\u062d\u0630\u0648\u0641\u0629", _s20_16, "\u062a\u0636\u0645\u064a\u0646 \u0627\u0644\u0633\u062c\u0644\u0627\u062a \u0627\u0644\u0645\u062d\u0630\u0648\u0641\u0629 \u0641\u064a \u0627\u0644\u062a\u0642\u0627\u0631\u064a\u0631", "due_on", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642", _s22_15, "\u062a\u0645 \u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062a \u0628\u0646\u062c\u0627\u062d", _s20_17, "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628 \u0645\u0635\u0631\u0641\u064a \u0628\u0646\u062c\u0627\u062d", _s20_18, "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062d\u0633\u0627\u0628 \u0627\u0644\u0645\u0635\u0631\u0641\u064a \u0628\u0646\u062c\u0627\u062d", _s17_14, "\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u062d\u0633\u0627\u0628 \u0627\u0644\u0645\u0635\u0631\u0641\u064a", _s16_28, "\u0627\u0644\u0641\u0626\u0629 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0629", "account_type", "\u0646\u0648\u0639 \u0627\u0644\u062d\u0633\u0627\u0628", _s16_30, "\u062d\u0633\u0627\u0628 \u0645\u0635\u0631\u0641\u064a \u062c\u062f\u064a\u062f", _s16_31, "\u0631\u0628\u0637 \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a", "manage_rules", "\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0642\u0648\u0627\u0639\u062f", "search_category", "\u0628\u062d\u062b 1 \u0641\u0626\u0629", _s17_17, "\u0628\u062d\u062b :count \u0627\u0644\u062a\u0635\u0646\u064a\u0641\u0627\u062a", "min_amount", "\u0627\u0644\u0645\u0628\u0644\u063a \u0627\u0644\u0623\u062f\u0646\u0649", "max_amount", "\u0627\u0644\u0645\u0628\u0644\u063a \u0627\u0644\u0623\u0642\u0635\u0649", "selected", "\u0627\u0644\u0645\u062d\u062f\u062f", _s21_24, "\u062a\u0645 \u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629 \u0628\u0646\u062c\u0627\u062d", _s18_15, "\u0627\u0644\u062a\u062d\u0648\u064a\u0644 \u0625\u0644\u0649 \u0627\u0644\u062f\u0641\u0639", "deposit", "\u0625\u064a\u062f\u0627\u0639", "withdrawal", "\u0627\u0646\u0633\u062d\u0627\u0628", "deposits", "\u0627\u0644\u0648\u062f\u0627\u0626\u0639", "withdrawals", "\u0627\u0644\u0627\u0646\u0633\u062d\u0627\u0628\u0627\u062a", "matched", "\u0645\u062a\u0637\u0627\u0628\u0642\u0629", "unmatched", "\u0644\u0627 \u0645\u062b\u064a\u0644 \u0644\u0647\u0627", "create_credit", "\u0625\u0646\u0634\u0627\u0621 \u0631\u0635\u064a\u062f", "update_credit", "\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "delete_credit", "\u062d\u0630\u0641 \u0627\u0644\u0631\u0635\u064a\u062f", "transaction", "\u0639\u0645\u0644\u064a\u0629", "transactions", "\u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062a", "new_transaction", "\u0645\u0639\u0627\u0645\u0644\u0629 \u062c\u062f\u064a\u062f\u0629", _s16_33, "\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629", _s19_15, "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629 \u0628\u0646\u062c\u0627\u062d", _s19_16, "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629 \u0628\u0646\u062c\u0627\u062d", _s20_19, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629 \u0628\u0646\u062c\u0627\u062d", _s19_17, "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629 \u0628\u0646\u062c\u0627\u062d", _s19_18, "\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629 \u0628\u0646\u062c\u0627\u062d", _s20_20, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629 \u0628\u0646\u062c\u0627\u062d", _s18_17, "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0645\u0639\u0627\u0645\u0644\u0629", _s19_19, "\u0627\u0628\u062d\u062b \u0641\u064a :count \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062a", "bank_account", "\u062d\u0633\u0627\u0628 \u0627\u0644\u0628\u0646\u0643", "bank_accounts", _s23_57, _s21_25, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u062d\u0633\u0627\u0628 \u0627\u0644\u0645\u0635\u0631\u0641\u064a \u0628\u0646\u062c\u0627\u062d", _s20_21, "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u062d\u0633\u0627\u0628 \u0627\u0644\u0645\u0635\u0631\u0641\u064a \u0628\u0646\u062c\u0627\u062d", _s20_22, "\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062d\u0633\u0627\u0628 \u0627\u0644\u0645\u0635\u0631\u0641\u064a \u0628\u0646\u062c\u0627\u062d", _s21_26, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u062d\u0633\u0627\u0628 \u0627\u0644\u0645\u0635\u0631\u0641\u064a \u0628\u0646\u062c\u0627\u062d", _s19_20, "\u0627\u0628\u062d\u062b \u0639\u0646 \u062d\u0633\u0627\u0628 \u0645\u0635\u0631\u0641\u064a", _s20_23, "\u0627\u0628\u062d\u062b \u0641\u064a \u062d\u0633\u0627\u0628\u0627\u062a :count \u0627\u0644\u0645\u0635\u0631\u0641\u064a\u0629", "connect", "\u0627\u0644\u0627\u062a\u0635\u0627\u0644", _s23_9, "\u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0644\u0644\u062f\u0641\u0639 \u0627\u0644\u0645\u062f\u0641\u0648\u0639", _s18_19, "\u062a\u062d\u0648\u064a\u0644 \u0625\u0644\u0649 \u0645\u0634\u0631\u0648\u0639", "client_email", "\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0644\u0644\u0639\u0645\u064a\u0644", _s20_24, "\u0645\u0634\u0631\u0648\u0639 \u0645\u0647\u0645\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s25_12, "\u0623\u0636\u0641 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 \u0625\u0644\u0649 \u0628\u0646\u0648\u062f \u0633\u0637\u0631 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "field", "\u0645\u062c\u0627\u0644", "period", "\u0641\u062a\u0631\u0629", "fields_per_row", "\u0627\u0644\u062d\u0642\u0648\u0644 \u0641\u064a \u0643\u0644 \u0635\u0641", _s21_27, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0646\u0634\u0637\u0629", _s26_8, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0645\u0633\u062a\u062d\u0642\u0629", _s24_16, "\u0627\u0644\u0645\u062f\u0641\u0648\u0639\u0627\u062a \u0627\u0644\u0645\u0643\u062a\u0645\u0644\u0629", _s23_11, "\u0627\u0644\u0645\u062f\u0641\u0648\u0639\u0627\u062a \u0627\u0644\u0645\u0639\u0627\u062f\u0629", _s19_22, "\u0639\u0631\u0648\u0636 \u0646\u0634\u0637\u0629", _s21_28, "\u0627\u0644\u0639\u0631\u0648\u0636 \u0627\u0644\u0645\u0639\u062a\u0645\u062f\u0629", _s23_12, "\u0639\u0631\u0648\u0636 \u063a\u064a\u0631 \u0645\u0639\u062a\u0645\u062f\u0629", _s18_22, "\u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0645\u0633\u062c\u0644\u0629", _s20_27, "\u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0645\u0641\u0648\u062a\u0631\u0629", _s16_35, "\u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0645\u062f\u0641\u0648\u0639\u0629", _s21_29, "\u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u0633\u062c\u0644\u0629", _s22_16, "\u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u0639\u0644\u0642\u0629", _s23_13, "\u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u0641\u0648\u062a\u0631\u0629", _s27_8, "\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u062f\u0641\u0648\u0639\u0629", "activity_130", "\u0625\u0646\u0634\u0627\u0621 :user \u0623\u0645\u0631 \u0627\u0644\u0634\u0631\u0627\u0621 :purchase_order", "activity_131", ":user \u062a\u062d\u062f\u064a\u062b \u0623\u0645\u0631 \u0627\u0644\u0634\u0631\u0627\u0621 :purchase_order", "activity_132", ":user \u0623\u0645\u0631 \u0634\u0631\u0627\u0621 \u0645\u0624\u0631\u0634\u0641 :purchase_order", "activity_133", ":user \u0623\u0645\u0631 \u0627\u0644\u0634\u0631\u0627\u0621 \u0627\u0644\u0645\u062d\u0630\u0648\u0641 :purchase_order", "activity_134", ":user \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0623\u0645\u0631 \u0627\u0644\u0634\u0631\u0627\u0621 :purchase_order", "activity_135", ":user \u0623\u0645\u0631 \u0627\u0644\u0634\u0631\u0627\u0621 \u0628\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a :purchase_order", "activity_136", ":contact \u0639\u0631\u0636 \u0623\u0645\u0631 \u0627\u0644\u0634\u0631\u0627\u0621 :purchase_order", "activity_137", ":contact \u0642\u0628\u0648\u0644 \u0623\u0645\u0631 \u0627\u0644\u0634\u0631\u0627\u0621 :purchase_order", "vendor_portal", "\u0628\u0648\u0627\u0628\u0629 \u0627\u0644\u0628\u0627\u0626\u0639\u064a\u0646", "send_code", "\u0623\u0631\u0633\u0644 \u0627\u0644\u0631\u0645\u0632", _s24_17, "\u0627\u062d\u0641\u0638 \u0627\u0644\u0633\u062c\u0644 \u0644\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a", _s17_21, "\u0645\u0639\u062f\u0644\u0627\u062a \u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", _s22_17, "\u0645\u0639\u062f\u0644\u0627\u062a \u0636\u0631\u064a\u0628\u0629 \u0639\u0646\u0635\u0631 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s21_31, "\u062a\u0645 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641 \u0628\u0646\u062c\u0627\u062d", "code_was_sent", "\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0631\u0645\u0632 \u0639\u0628\u0631 \u0627\u0644\u0631\u0633\u0627\u0626\u0644 \u0627\u0644\u0642\u0635\u064a\u0631\u0629", _s16_37, "\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0631\u0645\u0632 \u0639\u0628\u0631 \u0631\u0633\u0627\u0644\u0629 \u0646\u0635\u064a\u0629 \u0642\u0635\u064a\u0631\u0629 \u0625\u0644\u0649 :number", "resend", "\u0625\u0639\u0627\u062f\u0629 \u0625\u0631\u0633\u0627\u0644", "verify", "\u062a\u062d\u0642\u0642", _s18_23, "\u064a\u0631\u062c\u0649 \u062a\u0642\u062f\u064a\u0645 \u0631\u0642\u0645 \u0647\u0627\u062a\u0641", _s20_28, "\u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d", _s19_23, "\u062a\u062d\u0642\u0642 \u0645\u0646 \u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641", _s24_18, "\u064a\u0631\u062c\u0649 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0631\u0642\u0645 \u0647\u0627\u062a\u0641\u0643 \u0644\u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0626\u0644 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s28_8, "\u064a\u0631\u062c\u0649 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0631\u0642\u0645 \u0647\u0627\u062a\u0641\u0643 \u0644\u0644\u0646\u0633\u062e \u0627\u0644\u0627\u062d\u062a\u064a\u0627\u0637\u064a 2FA", "merged_clients", "\u062a\u0645 \u062f\u0645\u062c \u0627\u0644\u0639\u0645\u0644\u0627\u0621 \u0628\u0646\u062c\u0627\u062d", "merge_into", "\u062f\u0645\u062c \u0627\u0644\u064a", "merge", "\u062f\u0645\u062c", _s21_32, "\u062a\u0645 \u0642\u0628\u0648\u0644 \u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0633\u0639\u0631", _s19_25, "\u0641\u0634\u0644 \u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0633\u0639\u0631 \u0645\u0639 \u0627\u0644\u0631\u0645\u0632", _s17_23, "\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u0634\u062a\u0631\u064a\u0627\u062a", "activate", "\u062a\u0641\u0639\u064a\u0644", "connect_apple", "\u0642\u0645 \u0628\u062a\u0648\u0635\u064a\u0644 Apple", _s16_38, "\u0627\u0641\u0635\u0644 Apple", _s18_24, "\u062a\u0645 \u0642\u0637\u0639 \u0627\u062a\u0635\u0627\u0644 Apple \u0628\u0646\u062c\u0627\u062d", "send_now", "\u0627\u0631\u0633\u0644 \u0627\u0644\u0627\u0646", "received", "\u0645\u0633\u062a\u0644\u0645", _s19_26, "\u062a\u0627\u0631\u064a\u062e \u0623\u0645\u0631 \u0627\u0644\u0634\u0631\u0627\u0621", _s20_30, "\u062a\u0645 \u062a\u062d\u0648\u064a\u0644\u0647\u0627 \u0628\u0646\u062c\u0627\u062d \u0625\u0644\u0649 \u0645\u0635\u0631\u0648\u0641", _s21_34, "\u062a\u0645 \u062a\u062d\u0648\u064a\u0644\u0647\u0627 \u0628\u0646\u062c\u0627\u062d \u0625\u0644\u0649 \u0646\u0641\u0642\u0627\u062a", _s18_25, "\u062a\u062d\u0648\u064a\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", _s16_40, "\u0623\u0636\u0641 \u0625\u0644\u0649 \u0627\u0644\u0645\u062e\u0632\u0648\u0646", _s33_9, "\u062a\u0645\u062a \u0625\u0636\u0627\u0641\u0629 \u0623\u0645\u0631 \u0627\u0644\u0634\u0631\u0627\u0621 \u0625\u0644\u0649 \u0627\u0644\u0645\u062e\u0632\u0648\u0646 \u0628\u0646\u062c\u0627\u062d", _s34_7, "\u062a\u0645\u062a \u0625\u0636\u0627\u0641\u0629 \u0623\u0648\u0627\u0645\u0631 \u0627\u0644\u0634\u0631\u0627\u0621 \u0625\u0644\u0649 \u0627\u0644\u0645\u062e\u0632\u0648\u0646 \u0628\u0646\u062c\u0627\u062d", _s22_19, "\u062a\u062d\u0645\u064a\u0644 \u0645\u0633\u062a\u0646\u062f \u0627\u0644\u0639\u0645\u064a\u0644", _s22_21, "\u062a\u062d\u0645\u064a\u0644 \u0645\u0633\u062a\u0646\u062f \u0627\u0644\u0628\u0627\u0626\u0639", _s27_10, "\u062a\u0645\u0643\u0646 \u0627\u0644\u0628\u0627\u0626\u0639\u064a\u0646 \u0645\u0646 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a", _s24_19, "\u0647\u0644 \u062a\u0633\u062a\u0645\u062a\u0639 \u0628\u0627\u0644\u062a\u0637\u0628\u064a\u0642\u061f", "yes_its_great", "\u0646\u0639\u0645 \u0627\u0646\u0647 \u0631\u0627\u0626\u0639!", "not_so_much", "\u0644\u064a\u0633 \u0643\u062b\u064a\u0631\u0627", _s17_25, "\u0639\u0638\u064a\u0645 \u0623\u0646 \u0646\u0633\u0645\u0639! \u0647\u0644 \u062a\u0631\u063a\u0628 \u0641\u064a \u062a\u0642\u064a\u064a\u0645\u0647\u061f", _s22_23, "\u0622\u0633\u0641 \u0644\u0633\u0645\u0627\u0639 \u0630\u0644\u0643! \u062a\u0631\u064a\u062f \u0623\u0646 \u062a\u0642\u0648\u0644 \u0644\u0646\u0627 \u0623\u0643\u062b\u0631 \u0645\u0646 \u0630\u0644\u0643\u061f", "sure_happy_to", "\u0628\u0627\u0644\u062a\u0623\u0643\u064a\u062f \u060c \u0633\u0639\u064a\u062f", "no_not_now", "\u0644\u0627 \u0644\u064a\u0633 \u0627\u0644\u0622\u0646", "add", "\u064a\u0636\u064a\u0641", _s18_27, "\u0622\u062e\u0631 \u0646\u0645\u0648\u0630\u062c \u062a\u0645 \u0625\u0631\u0633\u0627\u0644\u0647", _s22_24, "\u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0628\u062d\u062b \u0627\u0644\u0645\u0631\u0646", _s27_11, "\u062a\u0637\u0627\u0628\u0642 \u0627\u0644\u0623\u062d\u0631\u0641 \u063a\u064a\u0631 \u0627\u0644\u0645\u062a\u062c\u0627\u0648\u0631\u0629 \u060c \u0645\u062b\u0644. \u064a\u0637\u0627\u0628\u0642 "ct" "cat"", "vendor_details", "\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0628\u0627\u0626\u0639", _s22_26, "\u062a\u0641\u0627\u0635\u064a\u0644 \u0623\u0645\u0631 \u0627\u0644\u0634\u0631\u0627\u0621", "qr_iban", "QR IBAN", "besr_id", "\u0645\u0639\u0631\u0641 BESR", "accept", "\u064a\u0642\u0628\u0644", _s23_14, "\u0627\u0633\u062a\u0646\u0633\u0627\u062e \u0625\u0644\u0649 PO", _s20_31, "\u0627\u0644\u0628\u0627\u0626\u0639 \u0644\u0645 \u064a\u062a\u0645 \u062a\u0639\u064a\u064a\u0646 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "bulk_send_email", _s18_136, _s29_12, "\u0646\u062c\u062d \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u0649 \u0623\u0645\u0631 \u0627\u0644\u0634\u0631\u0627\u0621 \u0639\u0644\u0649 \u0623\u0646\u0647 \u062a\u0645 \u0627\u0644\u0625\u0631\u0633\u0627\u0644", _s30_3, "\u0646\u062c\u062d \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u0649 \u0623\u0648\u0627\u0645\u0631 \u0627\u0644\u0634\u0631\u0627\u0621 \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0645\u0631\u0633\u0644\u0629", _s23_15, "\u062a\u0645 \u0642\u0628\u0648\u0644 \u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0627\u0621 \u0628\u0646\u062c\u0627\u062d", _s24_20, "\u0642\u0628\u0648\u0644 \u0623\u0648\u0627\u0645\u0631 \u0627\u0644\u0634\u0631\u0627\u0621 \u0628\u0646\u062c\u0627\u062d", _s24_21, "\u062a\u0645 \u0625\u0644\u063a\u0627\u0621 \u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0627\u0621 \u0628\u0646\u062c\u0627\u062d", _s25_14, "\u062a\u0645 \u0625\u0644\u063a\u0627\u0621 \u0623\u0648\u0627\u0645\u0631 \u0627\u0644\u0634\u0631\u0627\u0621 \u0628\u0646\u062c\u0627\u062d", "accepted", "\u0642\u0628\u0644\u062a", _s22_28, "\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0628\u0627\u0626\u0639", _s20_32, "\u0625\u062c\u0645\u0627\u0644\u064a \u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0627\u0621", _s20_34, "\u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0627\u0621 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s26_9, "\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0634\u0631\u0627\u0621 \u0628\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s18_29, "\u0642\u0637\u0639 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0628\u0646\u062c\u0627\u062d", "connect_email", "\u0631\u0628\u0637 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s16_43, "\u0627\u0641\u0635\u0644 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s32_5, "\u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0648\u064a\u0628 \u0644\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0640 Microsoft", "email_provider", "\u0645\u0632\u0648\u062f \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s17_26, "\u0642\u0645 \u0628\u062a\u0648\u0635\u064a\u0644 Microsoft", _s20_36, "\u0627\u0641\u0635\u0644 Microsoft", _s19_28, "\u062a\u0645 \u062a\u0648\u0635\u064a\u0644 Microsoft \u0628\u0646\u062c\u0627\u062d", _s22_30, "\u0642\u0637\u0639 \u0627\u062a\u0635\u0627\u0644 Microsoft \u0628\u0646\u062c\u0627\u062d", _s17_28, "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0645\u0639 Microsoft", _s17_29, "\u0642\u0645 \u0628\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0645\u0639 Microsoft", _s22_32, "\u0633\u064a\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0627\u0621 \u0641\u064a \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631 \u0628\u0646\u062c\u0627\u062d", _s23_16, "\u0633\u064a\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0634\u0631\u0627\u0621 \u0641\u064a \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631 \u0628\u0646\u062c\u0627\u062d", _s16_45, "\u063a\u064a\u0651\u0631 \u0625\u0644\u0649 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0648\u064a\u0628 React", _s21_36, "\u062a\u0635\u0645\u064a\u0645 \u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0627\u0621", _s20_39, "\u0634\u0631\u0648\u0637 \u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0627\u0621", _s21_38, "\u062a\u0630\u064a\u064a\u0644 \u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0627\u0621", _s32_7, "\u062a\u0648\u0642\u064a\u0639 \u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0627\u0621", _s37_5, "\u0645\u0637\u0627\u0644\u0628\u0629 \u0627\u0644\u0628\u0627\u0626\u0639 \u0628\u062a\u0642\u062f\u064a\u0645 \u062a\u0648\u0642\u064a\u0639\u0647.", "purchase_order", "\u0623\u0645\u0631 \u0634\u0631\u0627\u0621", "purchase_orders", "\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0634\u0631\u0627\u0621", _s18_30, "\u0637\u0644\u0628 \u0634\u0631\u0627\u0621 \u062c\u062f\u064a\u062f", _s19_29, "\u062a\u062d\u0631\u064a\u0631 \u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0627\u0621", _s22_33, "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0627\u0621 \u0628\u0646\u062c\u0627\u062d", _s22_34, "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0627\u0621 \u0628\u0646\u062c\u0627\u062d", _s23_17, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0627\u0621 \u0628\u0646\u062c\u0627\u062d", _s22_35, "\u062a\u0645 \u062d\u0630\u0641 \u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0627\u0621 \u0628\u0646\u062c\u0627\u062d", _s22_36, "\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0627\u0621 \u0628\u0646\u062c\u0627\u062d", _s23_18, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0627\u0621 \u0628\u0646\u062c\u0627\u062d", _s21_40, "\u0628\u062d\u062b \u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0627\u0621", _s22_37, "\u0628\u062d\u062b \u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0634\u0631\u0627\u0621", "login_url", "\u0631\u0627\u0628\u0637 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644", _s16_46, "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062f\u0641\u0639", "default", "\u062a\u0642\u0635\u064a\u0631", "stock_quantity", "\u0643\u0645\u064a\u0629 \u0627\u0644\u0645\u062e\u0632\u0648\u0646", _s22_39, "\u0639\u062a\u0628\u0629 \u0627\u0644\u0625\u062e\u0637\u0627\u0631", "track_inventory", "\u062d\u0633\u0627\u0628 \u0627\u0644\u0645\u062e\u0632\u0648\u0646", _s20_41, "\u0627\u0639\u0631\u0636 \u062d\u0642\u0644 \u0645\u062e\u0632\u0648\u0646 \u0627\u0644\u0645\u0646\u062a\u062c \u0648\u0642\u0645 \u0628\u0627\u0644\u062a\u062d\u062f\u064a\u062b \u0639\u0646\u062f \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", _s19_31, "\u0625\u062e\u0637\u0627\u0631\u0627\u062a \u0627\u0644\u0645\u062e\u0632\u0648\u0646", _s24_23, "\u0623\u0631\u0633\u0644 \u0628\u0631\u064a\u062f\u064b\u0627 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u064b\u0627 \u0639\u0646\u062f\u0645\u0627 \u064a\u0635\u0644 \u0627\u0644\u0645\u062e\u0632\u0648\u0646 \u0625\u0644\u0649 \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649", "vat", "\u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0645\u0636\u0627\u0641\u0629", "standing", "\u0627\u062d\u062a\u064a\u0627\u0637", "view_map", "\u0639\u0631\u0636 \u0627\u0644\u062e\u0631\u064a\u0637\u0629", _s18_32, "\u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a", "add_gateway", "\u0625\u0636\u0627\u0641\u0629 \u0628\u0648\u0627\u0628\u0629", _s24_24, _s77_, "left", "\u063a\u0627\u062f\u0631", "right", "\u064a\u0645\u064a\u0646", "center", "\u0645\u0631\u0643\u0632", "page_numbering", "\u062a\u0631\u0642\u064a\u0645 \u0627\u0644\u0635\u0641\u062d\u0627\u062a", _s24_25, "\u0645\u062d\u0627\u0630\u0627\u0629 \u062a\u0631\u0642\u064a\u0645 \u0627\u0644\u0635\u0641\u062d\u0627\u062a", _s31_6, _s16_276, _s24_27, "\u0639\u0631\u0636 \u0648\u0635\u0641 \u0627\u0644\u0645\u0646\u062a\u062c", _s29_13, "\u0642\u0645 \u0628\u062a\u0636\u0645\u064a\u0646 \u0627\u0644\u0648\u0635\u0641 \u0641\u064a \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0646\u0633\u062f\u0644\u0629 \u0644\u0644\u0645\u0646\u062a\u062c", "invoice_items", "\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "quote_items", "\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633", "profitloss", "\u0627\u0644\u0631\u0628\u062d \u0648\u0627\u0644\u062e\u0633\u0627\u0631\u0629", "import_format", "\u062a\u0646\u0633\u064a\u0642 \u0627\u0644\u0627\u0633\u062a\u064a\u0631\u0627\u062f", "export_format", "\u062a\u0646\u0633\u064a\u0642 \u0627\u0644\u062a\u0635\u062f\u064a\u0631", "export_type", "\u0646\u0648\u0639 \u0627\u0644\u062a\u0635\u062f\u064a\u0631", "stop_on_unpaid", "\u062a\u0648\u0642\u0641 \u0639\u0644\u0649 \u063a\u064a\u0631 \u0645\u062f\u0641\u0648\u0639\u0629 \u0627\u0644\u0623\u062c\u0631", _s19_33, "\u062a\u0648\u0642\u0641 \u0639\u0646 \u0625\u0646\u0634\u0627\u0621 \u0641\u0648\u0627\u062a\u064a\u0631 \u0645\u062a\u0643\u0631\u0631\u0629 \u0625\u0630\u0627 \u0643\u0627\u0646\u062a \u0622\u062e\u0631 \u0641\u0627\u062a\u0648\u0631\u0629 \u063a\u064a\u0631 \u0645\u062f\u0641\u0648\u0639\u0629.", "use_quote_terms", "\u0627\u0633\u062a\u062e\u062f\u0645 \u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633", _s20_42, "\u0639\u0646\u062f \u062a\u062d\u0648\u064a\u0644 \u0639\u0631\u0636 \u0627\u0644\u0623\u0633\u0639\u0627\u0631 \u0625\u0644\u0649 \u0641\u0627\u062a\u0648\u0631\u0629", "add_country", "\u0623\u0636\u0641 \u0627\u0644\u062f\u0648\u0644\u0629", "enable_tooltips", "\u0642\u0645 \u0628\u062a\u0645\u0643\u064a\u0646 \u062a\u0644\u0645\u064a\u062d\u0627\u062a \u0627\u0644\u0623\u062f\u0648\u0627\u062a", _s20_43, "\u0625\u0638\u0647\u0627\u0631 \u062a\u0644\u0645\u064a\u062d\u0627\u062a \u0627\u0644\u0623\u062f\u0648\u0627\u062a \u0639\u0646\u062f \u062a\u062d\u0631\u064a\u0643 \u0627\u0644\u0645\u0627\u0648\u0633", _s21_42, "\u062e\u0637\u0623: \u0627\u0644\u0633\u062c\u0644\u0627\u062a \u062a\u0646\u062a\u0645\u064a \u0625\u0644\u0649 \u0623\u0643\u062b\u0631 \u0645\u0646 \u0639\u0645\u064a\u0644", "register_label", "\u0623\u0646\u0634\u0626 \u062d\u0633\u0627\u0628\u0643 \u0641\u064a \u062b\u0648\u0627\u0646\u064d", "login_label", "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0625\u0644\u0649 \u062d\u0633\u0627\u0628 \u0645\u0648\u062c\u0648\u062f", "add_to_invoice", "\u0623\u0636\u0641 \u0625\u0644\u0649 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 :invoice", _s17_30, "\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0641\u0648\u0627\u062a\u064a\u0631", "week", "\u0623\u0633\u0628\u0648\u0639", "created_record", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0633\u062c\u0644 \u0628\u0646\u062c\u0627\u062d", _s26_10, "\u0623\u0631\u0634\u0641\u0629 \u062a\u0644\u0642\u0627\u0626\u064a\u0629 \u0645\u062f\u0641\u0648\u0639\u0629", _s31_7, "\u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627 \u0639\u0646\u062f \u062f\u0641\u0639\u0647\u0627.", _s31_8, "\u062a\u0645 \u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a\u0629", _s36_2, "\u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627 \u0639\u0646\u062f \u0625\u0644\u063a\u0627\u0626\u0647\u0627.", _s20_44, "\u0639\u0627\u0631\u0636 PDF \u0627\u0644\u0628\u062f\u064a\u0644", _s25_15, "\u062a\u062d\u0633\u064a\u0646 \u0627\u0644\u062a\u0645\u0631\u064a\u0631 \u0641\u0648\u0642 \u0645\u0639\u0627\u064a\u0646\u0629 PDF [\u062a\u062c\u0631\u064a\u0628\u064a]", _s16_48, "\u0639\u0645\u0644\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "range", "\u0627\u0644\u0646\u0637\u0627\u0642", "tax_amount1", "\u0645\u0628\u0644\u063a \u0627\u0644\u0636\u0631\u064a\u0628\u0629 1", "tax_amount2", "\u0645\u0628\u0644\u063a \u0627\u0644\u0636\u0631\u064a\u0628\u0629 2", "tax_amount3", "\u0645\u0628\u0644\u063a \u0627\u0644\u0636\u0631\u064a\u0628\u0629 3", "create_project", "\u0623\u0646\u0634\u0626 \u0645\u0634\u0631\u0648\u0639\u064b\u0627", "update_project", "\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0634\u0631\u0648\u0639", "view_task", "\u0645\u0634\u0627\u0647\u062f\u0629 \u0627\u0644\u0645\u0647\u0645\u0629", "cancel_invoice", "\u064a\u0644\u063a\u064a", "changed_status", "\u062a\u0645 \u062a\u063a\u064a\u064a\u0631 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629 \u0628\u0646\u062c\u0627\u062d", "change_status", "\u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0648\u0636\u0639", "fees_sample", "\u0633\u062a\u0643\u0648\u0646 \u0631\u0633\u0648\u0645 \u0641\u0627\u062a\u0648\u0631\u0629 :amount :total.", _s19_34, "\u062a\u0641\u0639\u064a\u0644 \u0623\u062d\u062f\u0627\u062b \u0627\u0644\u0644\u0645\u0633", _s24_29, "\u062f\u0639\u0645 \u0623\u062d\u062f\u0627\u062b \u0627\u0644\u0633\u062d\u0628 \u0644\u0644\u062a\u0645\u0631\u064a\u0631", "after_saving", "\u0628\u0639\u062f \u0627\u0644\u062d\u0641\u0638", "view_record", "\u0645\u0634\u0627\u0647\u062f\u0629 \u0627\u0644\u0633\u062c\u0644", _s21_43, "\u062a\u0641\u0639\u064a\u0644 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s26_11, "\u0627\u0633\u062a\u062e\u062f\u0645 \u0645\u062d\u0631\u0631 \u0627\u0644\u062a\u062e\u0641\u064a\u0636 \u0627\u0644\u0645\u0631\u0626\u064a \u0644\u0631\u0633\u0627\u0626\u0644 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s19_36, "\u062a\u0645\u0643\u064a\u0646 PDF Markdown", "json_help", "\u0645\u0644\u0627\u062d\u0638\u0629: \u0645\u0644\u0641\u0627\u062a JSON \u0627\u0644\u062a\u064a \u062a\u0645 \u0625\u0646\u0634\u0627\u0624\u0647\u0627 \u0628\u0648\u0627\u0633\u0637\u0629 \u062a\u0637\u0628\u064a\u0642 v4 \u063a\u064a\u0631 \u0645\u062f\u0639\u0648\u0645\u0629", "release_notes", "\u0645\u0644\u0627\u062d\u0638\u0627\u062a \u0627\u0644\u0625\u0635\u062f\u0627\u0631", _s23_19, "\u0642\u0645 \u0628\u062a\u0631\u0642\u064a\u0629 \u062e\u0637\u062a\u0643 \u0644\u0639\u0631\u0636 \u0627\u0644\u062a\u0642\u0627\u0631\u064a\u0631", "started_tasks", "\u0628\u062f\u0623 \u0628\u0646\u062c\u0627\u062d \u0645\u0647\u0627\u0645 :value", "stopped_tasks", "\u062a\u0645 \u0625\u064a\u0642\u0627\u0641 \u0645\u0647\u0627\u0645 :value \u0628\u0646\u062c\u0627\u062d", "approved_quote", "\u062a\u0645 \u0648\u0636\u0639 \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633 \u0628\u0646\u062c\u0627\u062d", "approved_quotes", "\u062a\u0645\u062a \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0639\u0644\u0649 \u0627\u0642\u062a\u0628\u0627\u0633\u0627\u062a :value \u0628\u0646\u062c\u0627\u062d", "approve", "\u064a\u0639\u062a\u0645\u062f", "client_website", "\u0645\u0648\u0642\u0639 \u0627\u0644\u0639\u0645\u064a\u0644", "invalid_time", "\u0627\u0644\u0648\u0642\u062a \u063a\u064a\u0631 \u0635\u062d\u064a\u062d", _s21_45, "\u062d\u0627\u0644\u0629 \u0634\u062d\u0646 \u0627\u0644\u0639\u0645\u064a\u0644", _s20_46, "\u0645\u062f\u064a\u0646\u0629 \u0634\u062d\u0646 \u0627\u0644\u0639\u0645\u064a\u0644", _s27_14, "\u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0628\u0631\u064a\u062f\u064a \u0644\u0634\u062d\u0646 \u0627\u0644\u0639\u0645\u064a\u0644", _s23_20, "\u0628\u0644\u062f \u0634\u062d\u0646 \u0627\u0644\u0639\u0645\u064a\u0644", "load_pdf", "\u0642\u0645 \u0628\u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 PDF", _s16_50, "\u0627\u0628\u062f\u0623 \u0627\u0644\u0625\u0635\u062f\u0627\u0631 \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a \u0627\u0644\u0645\u062c\u0627\u0646\u064a", _s24_30, "\u0627\u0628\u062f\u0623 \u062a\u062c\u0631\u0628\u062a\u0643 \u0627\u0644\u0645\u062c\u0627\u0646\u064a\u0629 \u0644\u0645\u062f\u0629 14 \u064a\u0648\u0645\u064b\u0627 \u0645\u0646 \u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629", "due_on_receipt", "\u0627\u0644\u0645\u0633\u062a\u062d\u0642\u0629 \u0639\u0644\u0649 \u0625\u064a\u0635\u0627\u0644", "is_paid", "\u0645\u062f\u0641\u0648\u0639", "age_group_paid", "\u0645\u062f\u0641\u0648\u0639", "id", "\u0628\u0637\u0627\u0642\u0629 \u062a\u0639\u0631\u064a\u0641", "convert_to", "\u062d\u0648\u0644 \u0627\u0644\u0649", "client_currency", "\u0639\u0645\u0644\u0629 \u0627\u0644\u0639\u0645\u064a\u0644", _s16_51, "\u0639\u0645\u0644\u0629 \u0627\u0644\u0634\u0631\u0643\u0629", "purged_client", _s19_99, _s27_16, "\u0644\u0645\u0646\u0639 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0639\u0634\u0648\u0627\u0626\u064a \u060c \u0646\u0637\u0644\u0628 \u0627\u0644\u062a\u0631\u0642\u064a\u0629 \u0625\u0644\u0649 \u062d\u0633\u0627\u0628 \u0645\u062f\u0641\u0648\u0639 \u0644\u062a\u062e\u0635\u064a\u0635 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s22_42, "\u0642\u0645 \u0628\u062a\u0631\u0642\u064a\u0629 \u062e\u0637\u062a\u0643 \u0644\u0625\u0636\u0627\u0641\u0629 \u0634\u0631\u0643\u0627\u062a", "small", "\u0635\u063a\u064a\u0631", _s21_47, "\u0646\u062c\u062d \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646 \u0643\u0645\u062f\u0641\u0648\u0639", _s22_43, "\u0646\u062c\u062d \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646\u0627\u062a \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0645\u062f\u0641\u0648\u0639\u0629", _s16_53, "\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a - \u064a\u0631\u062c\u0649 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631 \u062d\u062a\u0649 \u064a\u0643\u062a\u0645\u0644", "wait_for_saving", "\u062d\u0641\u0638 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a - \u064a\u0631\u062c\u0649 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631 \u062d\u062a\u0649 \u064a\u0643\u062a\u0645\u0644", _s20_48, "\u0645\u0644\u0627\u062d\u0638\u0629: \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0645 \u0625\u062c\u0631\u0627\u0624\u0647\u0627 \u0647\u0646\u0627 \u062a\u062a\u0645 \u0645\u0639\u0627\u064a\u0646\u062a\u0647\u0627 \u0641\u0642\u0637 \u060c \u0648\u064a\u062c\u0628 \u062a\u0637\u0628\u064a\u0642\u0647\u0627 \u0641\u064a \u0639\u0644\u0627\u0645\u0627\u062a \u0627\u0644\u062a\u0628\u0648\u064a\u0628 \u0623\u0639\u0644\u0627\u0647 \u0644\u064a\u062a\u0645 \u062d\u0641\u0638\u0647\u0627", "remaining", "\u0645\u062a\u0628\u0642\u064a", "invoice_paid", "\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u062f\u0641\u0648\u0639\u0629", "activity_120", "\u0625\u0646\u0634\u0627\u0621 :user \u062d\u0633\u0627\u0628 \u0645\u062a\u0643\u0631\u0631 :recurring_expense", "activity_121", ":user \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0627\u0644\u0645\u062d\u062f\u062b\u0629 :recurring_expense", "activity_122", ":user \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0627\u0644\u0645\u0624\u0631\u0634\u0641\u0629 :recurring_expense", "activity_123", ":user \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0627\u0644\u0645\u062d\u0630\u0648\u0641\u0629 :recurring_expense", "activity_124", ":user \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0627\u0644\u0645\u0633\u062a\u0639\u0627\u062f\u0629 :recurring_expense", "normal", "\u0637\u0628\u064a\u0639\u064a", "large", "\u0643\u0628\u064a\u0631", "extra_large", "\u0643\u0628\u064a\u0631 \u062c\u062f\u0627", _s16_54, "\u0625\u0638\u0647\u0627\u0631 \u0645\u0639\u0627\u064a\u0646\u0629 PDF", _s21_48, "\u0639\u0631\u0636 \u0645\u0639\u0627\u064a\u0646\u0629 PDF \u0623\u062b\u0646\u0627\u0621 \u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", "print_pdf", "\u0637\u0628\u0627\u0639\u0629 PDF", "remind_me", "\u0630\u0643\u0631\u0646\u064a", _s16_56, "\u0627\u0644\u062f\u0641\u0639 \u0627\u0644\u0628\u0646\u0643\u064a \u0627\u0644\u0641\u0648\u0631\u064a", "click_selected", "\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0645\u062d\u062f\u062f", "hide_preview", "\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0645\u0639\u0627\u064a\u0646\u0629", "edit_record", "\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0633\u062c\u0644", _s27_17, "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0645\u0628\u0644\u063a \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646 \u0623\u0643\u062b\u0631 \u0645\u0646 \u0645\u0628\u0644\u063a \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "giropay", "GiroPay", "direct_debit", "\u0627\u0644\u062e\u0635\u0645 \u0627\u0644\u0645\u0628\u0627\u0634\u0631", _s21_49, "\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u0639\u064a\u064a\u0646 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0627\u0644\u062d\u0633\u0627\u0628", "set_password", "\u0636\u0628\u0637 \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631", _s17_33, "\u0646\u0648\u0635\u064a \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u062a\u0637\u0628\u064a\u0642 \u0633\u0637\u062d \u0627\u0644\u0645\u0643\u062a\u0628 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0623\u0641\u0636\u0644 \u0623\u062f\u0627\u0621", _s16_58, "\u0646\u0648\u0635\u064a \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0647\u0627\u062a\u0641 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0623\u0641\u0636\u0644 \u0623\u062f\u0627\u0621", _s20_49, "\u062a\u0645 \u0642\u0637\u0639 \u0627\u062a\u0635\u0627\u0644 \u0627\u0644\u0628\u0648\u0627\u0628\u0629 \u0628\u0646\u062c\u0627\u062d", "disconnect", "\u0642\u0637\u0639 \u0627\u0644\u0627\u062a\u0635\u0627\u0644", "add_to_invoices", "\u0623\u0636\u0641 \u0625\u0644\u0649 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", "acss", "\u0645\u062f\u0641\u0648\u0639\u0627\u062a \u0627\u0644\u062e\u0635\u0645 \u0627\u0644\u0645\u0635\u0631\u062d \u0628\u0647\u0627 \u0645\u0633\u0628\u0642\u064b\u0627", "becs", "\u0627\u0644\u062e\u0635\u0645 \u0627\u0644\u0645\u0628\u0627\u0634\u0631 BECS", "bulk_download", "\u062a\u062d\u0645\u064a\u0644", _s17_34, "\u0627\u062d\u0641\u0638 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0645\u062d\u0644\u064a\u064b\u0627 \u0644\u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0645\u0646 \u0627\u0644\u0628\u062f\u0621 \u0628\u0634\u0643\u0644 \u0623\u0633\u0631\u0639 \u060c \u0648\u0642\u062f \u064a\u0624\u062f\u064a \u0627\u0644\u062a\u0639\u0637\u064a\u0644 \u0625\u0644\u0649 \u062a\u062d\u0633\u064a\u0646 \u0627\u0644\u0623\u062f\u0627\u0621 \u0641\u064a \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a \u0627\u0644\u0643\u0628\u064a\u0631\u0629", "persist_ui", "\u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u0648\u0627\u062c\u0647\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", "persist_ui_help", "\u0627\u062d\u0641\u0638 \u062d\u0627\u0644\u0629 \u0648\u0627\u062c\u0647\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0645\u062d\u0644\u064a\u064b\u0627 \u0644\u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0645\u0646 \u0627\u0644\u0628\u062f\u0621 \u0641\u064a \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0623\u062e\u064a\u0631 \u060c \u0648\u0642\u062f \u064a\u0624\u062f\u064a \u0627\u0644\u062a\u0639\u0637\u064a\u0644 \u0625\u0644\u0649 \u062a\u062d\u0633\u064a\u0646 \u0627\u0644\u0623\u062f\u0627\u0621", _s18_34, "\u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0628\u0631\u064a\u062f\u064a \u0644\u0644\u0639\u0645\u064a\u0644", _s17_35, "\u0631\u0642\u0645 \u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0645\u0636\u0627\u0641\u0629 \u0644\u0644\u0639\u0645\u064a\u0644", "has_tasks", "\u0644\u062f\u064a\u0647 \u0645\u0647\u0627\u0645", "registration", "\u062a\u0633\u062c\u064a\u0644", _s27_18, "\u064a\u0631\u062c\u0649 \u062a\u0641\u0648\u064a\u0636 Stripe \u0644\u0642\u0628\u0648\u0644 \u0627\u0644\u0645\u062f\u0641\u0648\u0639\u0627\u062a \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a.", "view_expense", "\u0639\u0631\u0636 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 # :expense", "view_statement", "\u0639\u0631\u0636 \u0643\u0634\u0641 \u062d\u0633\u0627\u0628", "sepa", "\u0627\u0644\u062e\u0635\u0645 \u0627\u0644\u0645\u0628\u0627\u0634\u0631 \u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062f\u0641\u0639\u0627\u062a \u0627\u0644\u0645\u0627\u0644\u064a\u0629 \u0627\u0644\u0645\u0648\u062d\u062f\u0629 \u0628\u0627\u0644\u064a\u0648\u0631\u0648 SEPA", "ideal", "\u0645\u062b\u0627\u0644\u064a", "przelewy24", "\u0628\u0631\u0632\u064a\u0644\u0648\u064a 24", "eps", "EPS", "fpx", "FPX", _s18_36, "\u0642\u0645 \u0628\u062a\u062d\u062f\u064a\u062b \u0643\u0627\u0641\u0629 \u0627\u0644\u0633\u062c\u0644\u0627\u062a", "system", "\u0646\u0638\u0627\u0645", _s19_38, "\u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0634\u0631\u0643\u0629 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0629", "updated_company", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0634\u0631\u0643\u0629 \u0628\u0646\u062c\u0627\u062d", "kbc", "KBC", "bancontact", "\u0628\u0627\u0646\u0643\u0648\u0646\u062a\u0627\u0643\u062a", _s19_40, "\u0633\u0627\u0639\u062f\u0646\u0627 \u0641\u064a \u0627\u0644\u062a\u062d\u0633\u064a\u0646 \u0628\u0625\u062e\u0628\u0627\u0631\u0646\u0627 \u0628\u0627\u0644\u0633\u0628\u0628 (\u0627\u062e\u062a\u064a\u0627\u0631\u064a)", "webhook_success", "\u0646\u062c\u0627\u062d Webhook", _s24_31, "\u064a\u062c\u0628 \u0623\u0646 \u062a\u0646\u062a\u0645\u064a \u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u0647\u0627\u0645 \u0625\u0644\u0649 \u0646\u0641\u0633 \u0627\u0644\u0639\u0645\u064a\u0644", _s27_19, "\u064a\u062c\u0628 \u0623\u0646 \u062a\u0646\u062a\u0645\u064a \u062c\u0645\u064a\u0639 \u0627\u0644\u0646\u0641\u0642\u0627\u062a \u0625\u0644\u0649 \u0646\u0641\u0633 \u0627\u0644\u0639\u0645\u064a\u0644", "app", "\u0628\u0631\u0646\u0627\u0645\u062c", _s20_50, "\u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0623\u0641\u0636\u0644 \u0623\u062f\u0627\u0621 \u060c \u0642\u0645 \u0628\u062a\u0646\u0632\u064a\u0644 \u062a\u0637\u0628\u064a\u0642 :app", _s16_59, "\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u062e\u0637", _s19_41, "\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s17_37, "\u0639\u0631\u0648\u0636 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s18_38, "\u0627\u0626\u062a\u0645\u0627\u0646\u0627\u062a \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "from_name", "\u0645\u0646 \u0627\u0644\u0627\u0633\u0645", _s16_60, "\u0627\u0633\u062a\u0646\u0633\u0627\u062e \u0644\u0644\u0645\u0635\u0631\u0648\u0641\u0627\u062a", _s17_38, _s17_161, _s18_39, _s17_161, _s21_50, "\u0645\u0635\u0627\u0631\u064a\u0641 \u0645\u062a\u0643\u0631\u0631\u0629 \u062c\u062f\u064a\u062f\u0629", _s22_44, "\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629", _s25_16, "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628 \u0645\u062a\u0643\u0631\u0631 \u0628\u0646\u062c\u0627\u062d", _s25_17, "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s26_13, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s25_18, _s38_4, _s25_19, "\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s26_14, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0646\u0641\u0642\u0627\u062a \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s24_32, _s26_54, _s25_20, _s26_54, "last_sent_date", "\u062a\u0627\u0631\u064a\u062e \u0622\u062e\u0631 \u0625\u0631\u0633\u0627\u0644", "include_drafts", "\u0642\u0645 \u0628\u062a\u0636\u0645\u064a\u0646 \u0627\u0644\u0645\u0633\u0648\u062f\u0627\u062a", _s19_42, "\u062a\u0636\u0645\u064a\u0646 \u0645\u0633\u0648\u062f\u0629 \u0627\u0644\u0633\u062c\u0644\u0627\u062a \u0641\u064a \u0627\u0644\u062a\u0642\u0627\u0631\u064a\u0631", "is_invoiced", "\u0645\u0641\u0648\u062a\u0631", "change_plan", "Manage Plan", "persist_data", "\u0627\u0633\u062a\u0645\u0631\u0627\u0631\u064a\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a", "customer_count", "\u0639\u062f\u062f \u0627\u0644\u0639\u0645\u0644\u0627\u0621", _s16_62, "\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u0639\u0645\u0644\u0627\u0621", _s16_64, "\u062a\u062d\u0644\u064a\u0644\u0627\u062a \u0643\u0648\u0643\u0644", _s28_11, "\u0645\u0639\u0631\u0641 \u062a\u062a\u0628\u0639 Google Analytics", "decimal_comma", "\u0641\u0627\u0635\u0644\u0629 \u0639\u0634\u0631\u064a\u0629", _s26_15, "\u0627\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0641\u0627\u0635\u0644\u0629 \u0643\u0645\u0643\u0627\u0646 \u0639\u0634\u0631\u064a \u0641\u064a \u0627\u0644\u0646\u0645\u0627\u0630\u062c", "select_method", "\u062d\u062f\u062f \u0627\u0644\u0637\u0631\u064a\u0642\u0629", "select_platform", "\u062d\u062f\u062f \u0627\u0644\u0646\u0638\u0627\u0645 \u0627\u0644\u0623\u0633\u0627\u0633\u064a", _s28_13, "\u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0648\u064a\u0628 \u0644\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0640 Gmail", _s16_66, "\u062a\u0645 \u062a\u0639\u0637\u064a\u0644 \u0645\u0639\u062f\u0644\u0627\u062a \u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u0639\u0646\u0635\u0631", "enable_markdown", "\u062a\u0645\u0643\u064a\u0646 Markdown", _s20_51, "\u062a\u062d\u0648\u064a\u0644 \u062a\u062e\u0641\u064a\u0636 \u0627\u0644\u0633\u0639\u0631 \u0625\u0644\u0649 HTML \u0641\u064a \u0645\u0644\u0641 PDF", "user_guide", "\u062f\u0644\u064a\u0644 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", _s18_41, "\u0625\u0636\u0627\u0641\u0629 \u062c\u0647\u0629 \u0627\u062a\u0635\u0627\u0644 \u062b\u0627\u0646\u064a\u0629", "previous_page", "\u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629", "next_page", "\u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629", "export_colors", "\u0623\u0644\u0648\u0627\u0646 \u0627\u0644\u062a\u0635\u062f\u064a\u0631", "import_colors", "\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0623\u0644\u0648\u0627\u0646", "clear_all", "\u0627\u0645\u0633\u062d \u0627\u0644\u0643\u0644", "contrast", "\u0645\u0642\u0627\u0628\u0644\u0629", "custom_colors", "\u0623\u0644\u0648\u0627\u0646 \u0627\u0644\u0639\u0631\u0641", "colors", "\u0627\u0644\u0623\u0644\u0648\u0627\u0646", _s31_9, "\u0644\u0648\u0646 \u0627\u0644\u062e\u0644\u0641\u064a\u0629 \u0627\u0644\u0646\u0634\u0637 \u0644\u0644\u0634\u0631\u064a\u0637 \u0627\u0644\u062c\u0627\u0646\u0628\u064a", _s25_22, "\u0644\u0648\u0646 \u0627\u0644\u062e\u0637 \u0627\u0644\u0646\u0634\u0637 \u0644\u0644\u0634\u0631\u064a\u0637 \u0627\u0644\u062c\u0627\u0646\u0628\u064a", _s33_14, "\u0644\u0648\u0646 \u062e\u0644\u0641\u064a\u0629 \u0627\u0644\u0634\u0631\u064a\u0637 \u0627\u0644\u062c\u0627\u0646\u0628\u064a \u063a\u064a\u0631 \u0646\u0634\u0637", _s27_20, "\u0644\u0648\u0646 \u0627\u0644\u062e\u0637 \u063a\u064a\u0631 \u0627\u0644\u0646\u0634\u0637 \u0644\u0644\u0634\u0631\u064a\u0637 \u0627\u0644\u062c\u0627\u0646\u0628\u064a", _s36_3, "\u0644\u0648\u0646 \u062e\u0644\u0641\u064a\u0629 \u0627\u0644\u0635\u0641 \u0627\u0644\u0628\u062f\u064a\u0644 \u0644\u0644\u062c\u062f\u0648\u0644", _s31_11, "\u0644\u0648\u0646 \u062e\u0644\u0641\u064a\u0629 \u0631\u0623\u0633 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s25_24, "\u0644\u0648\u0646 \u062e\u0637 \u0631\u0623\u0633 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "net_subtotal", "\u0635\u0627\u0641\u064a", "review_app", "\u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u062a\u0637\u0628\u064a\u0642", "check_status", "\u062a\u062d\u0642\u0642 \u0645\u0646 \u062d\u0627\u0644\u0629", "free_trial", "\u062a\u062c\u0631\u0628\u0629 \u0645\u062c\u0627\u0646\u064a\u0629", _s23_22, "\u062a\u0646\u062a\u0647\u064a \u0627\u0644\u0646\u0633\u062e\u0629 \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a\u0629 \u0644\u062e\u0637\u0629 Pro \u0641\u064a :count \u064a\u0648\u0645 \u060c \u0627\u0646\u0642\u0631 \u0644\u0644\u062a\u0631\u0642\u064a\u0629.", _s21_52, "\u0627\u0644\u064a\u0648\u0645 \u0647\u0648 \u0627\u0644\u064a\u0648\u0645 \u0627\u0644\u0623\u062e\u064a\u0631 \u0645\u0646 \u0627\u0644\u0625\u0635\u062f\u0627\u0631 \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a \u0644\u062e\u0637\u0629 Pro \u060c \u0627\u0646\u0642\u0631 \u0644\u0644\u062a\u0631\u0642\u064a\u0629.", "change_email", "\u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0627\u064a\u0645\u064a\u0644", _s25_26, "\u0627\u062e\u062a\u064a\u0627\u0631\u064a\u064b\u0627 \u060c \u0642\u0645 \u0628\u062a\u0643\u0648\u064a\u0646 \u0645\u062c\u0627\u0644 \u0628\u0648\u0627\u0628\u0629 \u0639\u0645\u064a\u0644 \u0645\u0646\u0641\u0635\u0644", _s21_53, "\u062a\u0638\u0647\u0631 \u0627\u0644\u0645\u0647\u0627\u0645 \u0641\u064a \u0627\u0644\u0628\u0648\u0627\u0628\u0629", "uninvoiced", "\u0635\u0627\u0645\u062a", "subdomain_guide", "\u064a\u062a\u0645 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u0641\u0631\u0639\u064a \u0641\u064a \u0628\u0648\u0627\u0628\u0629 \u0627\u0644\u0639\u0645\u064a\u0644 \u0644\u062a\u062e\u0635\u064a\u0635 \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0644\u062a\u062a\u0646\u0627\u0633\u0628 \u0645\u0639 \u0639\u0644\u0627\u0645\u062a\u0643 \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629. \u0639\u0644\u0649 \u0633\u0628\u064a\u0644 \u0627\u0644\u0645\u062b\u0627\u0644 \u060c https://your-brand.invoicing.co", "send_time", "\u0648\u0642\u062a \u0627\u0644\u0625\u0631\u0633\u0627\u0644", "import_data", "\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0627\u0633\u062a\u064a\u0631\u0627\u062f", "import_settings", "\u0627\u0639\u062f\u0627\u062f\u0627\u062a \u0645\u0647\u0645\u0647", _s17_40, "\u064a\u0631\u062c\u0649 \u062a\u0642\u062f\u064a\u0645 \u0645\u0644\u0641 JSON", _s19_43, "\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0648 / \u0623\u0648 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a", "json", "\u062c\u0633\u0648\u0646", _s24_34, "\u0644\u0645 \u064a\u062a\u0645 \u062a\u0645\u0643\u064a\u0646 \u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u062f\u0641\u0639", "wait_for_data", "\u064a\u0631\u062c\u0649 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631 \u062d\u062a\u0649 \u062a\u0646\u062a\u0647\u064a \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0645\u0646 \u0627\u0644\u062a\u062d\u0645\u064a\u0644", "net_total", "\u0635\u0627\u0641\u064a \u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a", "has_taxes", "\u0627\u0644\u0636\u0631\u0627\u0626\u0628", _s16_67, "\u0639\u0645\u0644\u0627\u0621 \u0627\u0644\u0627\u0633\u062a\u064a\u0631\u0627\u062f", _s18_43, "\u0628\u062f\u0623 \u0628\u0646\u062c\u0627\u062d \u0641\u064a \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0639\u0645\u0644\u0627\u0621", "login_success", "\u062a\u0633\u062c\u064a\u0644 \u0646\u0627\u062c\u062d", "login_failure", "\u0627\u0644\u062f\u062e\u0648\u0644 \u0627\u0644\u0641\u0627\u0634\u0644\u0629", "exported_data", "\u0628\u0645\u062c\u0631\u062f \u0623\u0646 \u064a\u0635\u0628\u062d \u0627\u0644\u0645\u0644\u0641 \u062c\u0627\u0647\u0632\u064b\u0627 \u060c \u0633\u062a\u062a\u0644\u0642\u0649 \u0631\u0633\u0627\u0644\u0629 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0631\u0627\u0628\u0637 \u062a\u0646\u0632\u064a\u0644", _s23_23, "\u062a\u0636\u0645\u064a\u0646 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 \u0627\u0644\u0645\u062d\u0630\u0648\u0641\u064a\u0646", _s28_15, "\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0633\u062c\u0644\u0627\u062a \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0627\u0644\u0639\u0645\u0644\u0627\u0621 \u0627\u0644\u0645\u062d\u0630\u0648\u0641\u064a\u0646", "step_1_sign_in", "\u0627\u0644\u062e\u0637\u0648\u0629 \u0627\u0644\u0623\u0648\u0644\u0649: \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644", _s16_70, "\u0627\u0644\u062e\u0637\u0648\u0629 2: \u0627\u0644\u062a\u0635\u0631\u064a\u062d", "account_id", "\u0645\u0639\u0631\u0641 \u0627\u0644\u062d\u0633\u0627\u0628", _s27_22, "\u0644\u0645 \u062a\u0643\u062a\u0645\u0644 \u0627\u0644\u0647\u062c\u0631\u0629 \u0628\u0639\u062f", "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", ":user \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0627\u0644\u0645\u062d\u062f\u062b\u0629 :recurring_invoice", "activity_102", ":user \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0627\u0644\u0645\u0624\u0631\u0634\u0641\u0629 :recurring_invoice", "activity_103", ":user \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0627\u0644\u0645\u062d\u0630\u0648\u0641\u0629 :recurring_invoice", "activity_104", ":user \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0627\u0644\u0645\u0633\u062a\u0639\u0627\u062f\u0629 :recurring_invoice", _s18_44, "\u0625\u0638\u0647\u0627\u0631 \u062a\u0627\u0631\u064a\u062e \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u0645\u0647\u0645\u0629", _s23_25, "\u0642\u0645 \u0628\u062a\u0645\u0643\u064a\u0646 \u062a\u062d\u062f\u064a\u062f \u062a\u0627\u0631\u064a\u062e \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u0645\u0647\u0645\u0629", "gateway_setup", "\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0628\u0648\u0627\u0628\u0629", "preview_sidebar", "\u0645\u0639\u0627\u064a\u0646\u0629 \u0627\u0644\u0634\u0631\u064a\u0637 \u0627\u0644\u062c\u0627\u0646\u0628\u064a", _s16_71, "\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0633\u0646\u0648\u0627\u062a \u0627\u0644\u0645\u0639\u0631\u0648\u0636\u0629", _s18_46, "\u062a\u0645 \u0625\u0646\u0647\u0627\u0621 \u062c\u0645\u064a\u0639 \u0627\u0644\u062c\u0644\u0633\u0627\u062a \u0628\u0646\u062c\u0627\u062d", _s16_73, "\u0625\u0646\u0647\u0627\u0621 \u062c\u0645\u064a\u0639 \u0627\u0644\u062c\u0644\u0633\u0627\u062a", "count_session", "\u062c\u0644\u0633\u0629 \u0648\u0627\u062d\u062f\u0629", "count_sessions", "\u0627\u0644\u062c\u0644\u0633\u0627\u062a :count", "invoice_created", "\u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u064f\u0646\u0634\u0623\u0629", "quote_created", "\u0625\u0646\u0634\u0627\u0621 \u0627\u0642\u062a\u0628\u0627\u0633", "credit_created", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "pro", "\u0637\u0644\u064a\u0639\u0629", "enterprise", "\u0645\u064e\u0634\u0631\u064f\u0648\u0639", "last_updated", "\u0622\u062e\u0631 \u062a\u062d\u062f\u064a\u062b", "invoice_item", "\u0628\u0646\u062f \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "quote_item", "\u0639\u0646\u0635\u0631 \u0627\u0642\u062a\u0628\u0627\u0633", _s18_47, "\u0627\u062a\u0635\u0644 \u0628\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u0648\u0644", _s17_42, "\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u062e\u064a\u0631 \u0644\u0644\u0627\u062a\u0635\u0627\u0644", "order", "\u0637\u0644\u0628", "unassigned", "\u063a\u064a\u0631 \u0645\u0639\u064a\u0646", "partial_value", "\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0623\u0643\u0628\u0631 \u0645\u0646 \u0635\u0641\u0631 \u0648\u0623\u0642\u0644 \u0645\u0646 \u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a", "search_kanban", "\u0627\u0628\u062d\u062b \u0641\u064a \u0643\u0627\u0646\u0628\u0627\u0646", "search_kanbans", "\u0627\u0628\u062d\u062b \u0641\u064a \u0643\u0627\u0646\u0628\u0627\u0646", "kanban", "\u0643\u0627\u0646\u0628\u0627\u0646", "enable", "\u062a\u0641\u0639\u064a\u0644", "move_top", "\u062a\u062d\u0631\u064a\u0643 \u0644\u0644\u0623\u0639\u0644\u0649", "move_up", "\u062a\u062d\u0631\u0643", "move_down", "\u062a\u062d\u0631\u0643 \u0644\u0623\u0633\u0641\u0644", "move_bottom", "\u062a\u062d\u0631\u064a\u0643 \u0644\u0623\u0633\u0641\u0644", "subdomain_help", "\u0642\u0645 \u0628\u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0645\u062c\u0627\u0644 \u0627\u0644\u0641\u0631\u0639\u064a \u0623\u0648 \u0639\u0631\u0636 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0639\u0644\u0649 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064a\u0628 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643.", _s21_55, "\u062e\u0637\u0623: \u064a\u062c\u0628 \u0623\u0646 \u064a\u0634\u062a\u0645\u0644 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u0645\u062e\u0635\u0635 \u0639\u0644\u0649 \u0645\u062a\u063a\u064a\u0631 :body", _s25_27, "\u062a\u0623\u0643\u062f \u0645\u0646 \u062a\u0636\u0645\u064a\u0646 \u0645\u062a\u063a\u064a\u0631 :body", _s17_44, "\u0639\u0631\u0636 \u062a\u0646\u0633\u064a\u0642\u0627\u062a \u0627\u0644\u062a\u0627\u0631\u064a\u062e", "is_viewed", "\u0648\u064a\u0646\u0638\u0631", "letter", "\u062e\u0637\u0627\u0628", "legal", "\u0642\u0627\u0646\u0648\u0646\u064a", "page_layout", "\u062a\u062e\u0637\u064a\u0637 \u0627\u0644\u0635\u0641\u062d\u0629", "portrait", "\u0644\u064e\u0648\u062d\u064e\u0629", "landscape", "\u0645\u0646\u0638\u0631 \u062c\u0645\u0627\u0644\u064a", _s26_16, "\u064a\u0645\u0643\u0646 \u0644\u0645\u0627\u0644\u0643 \u0627\u0644\u062d\u0633\u0627\u0628 \u0627\u0644\u062a\u0631\u0642\u064a\u0629 \u0625\u0644\u0649 \u062e\u0637\u0629 \u0645\u062f\u0641\u0648\u0639\u0629 \u0644\u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062a\u0642\u062f\u0645\u0629", _s20_52, "\u0642\u0645 \u0628\u0627\u0644\u062a\u0631\u0642\u064a\u0629 \u0625\u0644\u0649 \u062e\u0637\u0629 \u0645\u062f\u0641\u0648\u0639\u0629 \u0644\u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062a\u0642\u062f\u0645\u0629", _s21_56, "\u0634\u0631\u0648\u0637 \u062f\u0641\u0639 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s17_46, "\u0627\u0642\u062a\u0628\u0627\u0633 \u0635\u0627\u0644\u062d \u062d\u062a\u0649", "no_headers", "\u0644\u0627 \u0631\u0624\u0648\u0633", "add_header", "\u0625\u0636\u0627\u0641\u0629 \u0631\u0623\u0633", "remove_header", "\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0631\u0623\u0633", "return_url", "\u0639\u0648\u062f\u0629 URL", "rest_method", "\u0637\u0631\u064a\u0642\u0629 REST", "header_key", "\u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0631\u0623\u0633", "header_value", "\u0642\u064a\u0645\u0629 \u0627\u0644\u0631\u0623\u0633", _s18_49, "\u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629", "promo_code", "\u0631\u0645\u0632 \u062a\u0631\u0648\u064a\u062c\u064a", "promo_discount", "\u0627\u0644\u062e\u0635\u0645 \u0627\u0644\u062a\u0631\u0648\u064a\u062c\u064a", _s18_51, "\u0627\u0644\u0633\u0645\u0627\u062d \u0628\u0627\u0644\u0625\u0644\u063a\u0627\u0621", _s16_75, "\u062a\u0645\u0643\u064a\u0646 \u0644\u0643\u0644 \u062c\u0647\u0627\u0632", "max_seats_limit", "\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062f\u062f \u0627\u0644\u0645\u0642\u0627\u0639\u062f", "trial_enabled", "\u062a\u0645 \u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u062a\u062c\u0631\u0628\u0629", "trial_duration", "\u0645\u062f\u0629 \u0627\u0644\u062a\u062c\u0631\u0628\u0629", _s21_58, "\u0627\u0644\u0633\u0645\u0627\u062d \u0628\u062a\u062c\u0627\u0648\u0632\u0627\u062a \u0627\u0644\u0627\u0633\u062a\u0639\u0644\u0627\u0645", _s18_53, "\u0627\u0644\u0633\u0645\u0627\u062d \u0628\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u062e\u0637\u0629", "plan_map", "\u062e\u0631\u064a\u0637\u0629 \u0627\u0644\u062e\u0637\u0629", "refund_period", "\u0641\u062a\u0631\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f", _s21_60, "\u062a\u0643\u0648\u064a\u0646 Webhook", "purchase_page", "\u0635\u0641\u062d\u0629 \u0627\u0644\u0634\u0631\u0627\u0621", "security", "\u062d\u0645\u0627\u064a\u0629", "email_bounced", "\u0627\u0631\u062a\u062f \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s20_53, "\u0634\u0643\u0648\u0649 \u0628\u0634\u0623\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0639\u0634\u0648\u0627\u0626\u064a", "email_delivery", "\u062a\u0633\u0644\u064a\u0645 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s16_77, "\u0627\u0633\u062a\u062c\u0627\u0628\u0629 Webhook", "pdf_response", "\u0627\u0633\u062a\u062c\u0627\u0628\u0629 PDF", _s22_46, "\u0641\u0634\u0644 \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629", "pdf_failed", "\u0641\u0634\u0644 \u0645\u0644\u0641 PDF", "pdf_success", "\u0646\u062c\u0627\u062d PDF", "modified", "\u0645\u0639\u062f\u0644", "payment_link", "\u0631\u0627\u0628\u0637 \u0627\u0644\u062f\u0641\u0639", _s16_79, "\u0631\u0627\u0628\u0637 \u062f\u0641\u0639 \u062c\u062f\u064a\u062f", _s17_48, "\u062a\u062d\u0631\u064a\u0631 \u0631\u0627\u0628\u0637 \u0627\u0644\u062f\u0641\u0639", _s20_54, "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0631\u0627\u0628\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s20_55, "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0631\u0627\u0628\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s21_62, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0631\u0627\u0628\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s20_56, "\u062a\u0645 \u062d\u0630\u0641 \u0631\u0627\u0628\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s20_57, "\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0631\u0627\u0628\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s21_63, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0631\u0627\u0628\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s19_44, "\u0628\u062d\u062b 1 \u0631\u0627\u0628\u0637 \u0627\u0644\u062f\u0641\u0639", _s20_58, "\u0628\u062d\u062b: \u062d\u0633\u0627\u0628 \u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u062f\u0641\u0639", _s26_17, "\u0627\u0644\u0645\u062c\u0627\u0644 \u0627\u0644\u0641\u0631\u0639\u064a \u063a\u064a\u0631 \u0645\u062a\u0648\u0641\u0631", "connect_gmail", "\u0631\u0628\u0637 Gmail", _s16_81, "\u0627\u0641\u0635\u0644 Gmail", "connected_gmail", "\u062a\u0645 \u062a\u0648\u0635\u064a\u0644 Gmail \u0628\u0646\u062c\u0627\u062d", _s18_55, "\u0642\u0637\u0639 \u0627\u062a\u0635\u0627\u0644 Gmail \u0628\u0646\u062c\u0627\u062d", _s16_83, "\u0642\u062f \u062a\u0624\u062f\u064a \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0645 \u0625\u062c\u0631\u0627\u0624\u0647\u0627 \u0639\u0644\u0649 \u0645\u0635\u062f\u0631 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0625\u0644\u0649 \u062d\u0638\u0631 \u0627\u0644\u062a\u062d\u062f\u064a\u062b \u060c \u064a\u0645\u0643\u0646\u0643 \u062a\u0634\u063a\u064a\u0644 \u0647\u0630\u0627 \u0627\u0644\u0623\u0645\u0631 \u0644\u062a\u062c\u0627\u0647\u0644 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a:", _s16_84, "\u0631\u0642\u0645 \u0647\u0648\u064a\u0629 \u0627\u0644\u0639\u0645\u064a\u0644", "count_minutes", "0 \u062f\u0642\u064a\u0642\u0629", _s16_86, "\u0645\u0647\u0644\u0629 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631", _s29_15, "\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0623\u0633\u0647\u0645 / \u0639\u062f\u0627\u062f \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "use_last_email", "\u0627\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u0623\u062e\u064a\u0631", _s16_88, "\u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u0634\u0631\u0643\u0629", _s21_65, "\u062a\u0645\u0643\u064a\u0646 \u0631\u0633\u0627\u0626\u0644 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0648\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0648\u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0627\u062a", _s27_24, "\u062d\u062f\u062b \u062e\u0637\u0623 \u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649", _s27_25, "\u064a\u0631\u062c\u0649 \u0623\u0648\u0644\u0627 \u062a\u0639\u064a\u064a\u0646 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631", _s34_13, "\u062a\u062d\u0630\u064a\u0631: \u0633\u064a\u0624\u062f\u064a \u062a\u063a\u064a\u064a\u0631 \u0631\u0642\u0645 \u0647\u0627\u062a\u0641\u0643 \u0625\u0644\u0649 \u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u062b\u0646\u0627\u0626\u064a\u0629", "help_translate", "\u0645\u0633\u0627\u0639\u062f\u0629 \u0627\u0644\u062a\u0631\u062c\u0645\u0629", _s23_26, "\u0631\u062c\u0627\u0621 \u0642\u0645 \u0628\u0625\u062e\u062a\u064a\u0627\u0631 \u062f\u0648\u0644\u0647", "resend_invite", "\u0627\u0639\u0627\u062f\u0629 \u0627\u0631\u0633\u0627\u0644 \u0627\u0644\u062f\u0639\u0648\u0629", _s19_45, "\u062a\u0645 \u062a\u0639\u0637\u064a\u0644 2FA \u0628\u0646\u062c\u0627\u062d", _s16_90, "\u062a\u0645 \u0631\u0628\u0637 \u0627\u0644\u062d\u0633\u0627\u0628 \u0628\u0646\u062c\u0627\u062d", _s19_46, "\u062a\u0645 \u0642\u0637\u0639 \u0627\u062a\u0635\u0627\u0644 \u0627\u0644\u062d\u0633\u0627\u0628 \u0628\u0646\u062c\u0627\u062d", "delivered", "\u062a\u0645 \u0627\u0644\u062a\u0648\u0635\u064a\u0644", "bounced", "\u0627\u0631\u062a\u062f", "spam", "\u0631\u0633\u0627\u0626\u0644 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629 \u0645\u0632\u0639\u062c\u0629", "view_docs", "\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a", _s32_10, "\u064a\u0631\u062c\u0649 \u062a\u0642\u062f\u064a\u0645 \u0631\u0642\u0645 \u0647\u0627\u062a\u0641 \u0645\u062d\u0645\u0648\u0644 \u0644\u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u062b\u0646\u0627\u0626\u064a\u0629", "send_sms", "\u0623\u0631\u0633\u0644 \u0631\u0633\u0627\u0644\u0629 \u0646\u0635\u064a\u0629 \u0642\u0635\u064a\u0631\u0629", "sms_code", "\u0631\u0645\u0632 \u0627\u0644\u0631\u0633\u0627\u0626\u0644 \u0627\u0644\u0642\u0635\u064a\u0631\u0629", _s21_66, "\u0627\u0645\u0633\u062d \u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0634\u0631\u064a\u0637\u064a \u0636\u0648\u0626\u064a\u064b\u0627 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u062a\u0637\u0628\u064a\u0642 \u0645\u062a\u0648\u0627\u0641\u0642 \u0645\u0639 :link.", _s18_56, "\u062a\u0645 \u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u062b\u0646\u0627\u0626\u064a\u0629 \u0628\u0646\u062c\u0627\u062d", "connect_google", "\u0631\u0628\u0637 \u062c\u0648\u062c\u0644", _s17_50, "\u0627\u0641\u0635\u0644 Google", _s17_52, "\u062a\u0648\u062b\u064a\u0642 \u0630\u0648 \u0639\u0627\u0645\u0644\u064a\u0646", _s18_57, "\u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u0639\u0627\u0645\u0644 \u0627\u0644\u062b\u0627\u0646\u064a", _s34_14, "\u0637\u0644\u0628 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0645\u0639 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a", "stay_logged_in", "\u0627\u0628\u0642 \u0645\u062a\u0635\u0644\u0627", _s23_28, "\u062a\u062d\u0630\u064a\u0631: \u062c\u0644\u0633\u062a\u0643 \u0639\u0644\u0649 \u0648\u0634\u0643 \u0627\u0644\u0627\u0646\u062a\u0647\u0627\u0621", "count_hours", ":count \u0633\u0627\u0639\u0629", "count_day", "\u064a\u0648\u0645 1", "count_days", ":count \u0623\u064a\u0627\u0645", _s19_47, "\u0645\u0647\u0644\u0629 \u062c\u0644\u0633\u0629 \u0627\u0644\u0648\u064a\u0628", _s17_53, "\u0627\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0627\u0645\u0627\u0646", "resend_email", "\u0625\u0639\u0627\u062f\u0629 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s26_19, "\u064a\u0631\u062c\u0649 \u062a\u0623\u0643\u064a\u062f \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u062e\u0627\u0635 \u0628\u0643", _s16_91, "\u0627\u0644\u0645\u0628\u0644\u063a \u0627\u0644\u0645\u0631\u062f\u0648\u062f", _s19_49, "\u063a\u064a\u0631 \u0645\u0637\u0628\u0642 \u062c\u0632\u0626\u064a\u064b\u0627", _s19_51, "\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0645\u0633\u062a\u062e\u062f\u0645 \u062a\u0645\u062a \u0645\u0635\u0627\u062f\u0642\u062a\u0647 \u0645\u0639 Gmail", "list_long_press", "\u0627\u0636\u063a\u0637 \u0639\u0644\u0649 \u0642\u0627\u0626\u0645\u0629 \u0637\u0648\u064a\u0644\u0629", "show_actions", "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0625\u062c\u0631\u0627\u0621\u0627\u062a", _s17_55, "\u0628\u062f\u0621 \u0627\u0644\u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0645\u062a\u0639\u062f\u062f", _s27_27, "\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0644\u062a\u0623\u0643\u064a\u062f \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s21_67, "\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 :client_counter \u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0625\u0645\u0627 :client_number \u0623\u0648 :client_id_number \u0644\u0645\u0646\u0639 \u0627\u0644\u062a\u0639\u0627\u0631\u0636\u0627\u062a", "this_quarter", "\u0647\u0630\u0627 \u0627\u0644\u0631\u0628\u0639", "last_quarter", "\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0623\u062e\u064a\u0631", "to_update_run", "\u0644\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u062f\u0649", _s18_59, "\u062a\u062d\u0648\u064a\u0644 \u0625\u0644\u0649 \u0641\u0627\u062a\u0648\u0631\u0629", _s16_92, "URL \u0627\u0644\u062a\u0633\u062c\u064a\u0644", "invoice_project", "\u0645\u0634\u0631\u0648\u0639 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "invoice_task", "\u0645\u0647\u0645\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "invoice_expense", "\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s19_52, "\u0628\u062d\u062b 1 \u0645\u0635\u0637\u0644\u062d \u0627\u0644\u062f\u0641\u0639", _s20_59, "\u0627\u0628\u062d\u062b \u0639\u0646 \u0634\u0631\u0648\u0637 \u0627\u0644\u062f\u0641\u0639 \u0641\u064a :count", _s16_94, "\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_96, "\u0627\u0644\u0623\u062d\u062f\u0627\u062b \u0627\u0644\u0645\u062f\u0639\u0648\u0645\u0629", _s16_98, "\u0627\u0644\u0645\u0628\u0644\u063a \u0627\u0644\u0645\u062d\u0648\u0644", _s17_57, "\u0627\u0644\u0631\u0635\u064a\u062f \u0627\u0644\u0645\u062d\u0648\u0644", _s22_48, "\u062a\u0645 \u062a\u062d\u0648\u064a\u0644\u0647 \u0625\u0644\u0649 \u062a\u0627\u0631\u064a\u062e", _s24_36, "\u0631\u0635\u064a\u062f \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646 \u0627\u0644\u0645\u062d\u0648\u0644", "converted_total", "\u0627\u0644\u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0645\u062d\u0648\u0644", "is_sent", "\u0623\u0631\u0633\u0644", _s17_59, "\u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0629", "document_upload", "\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0648\u062b\u064a\u0642\u0629", _s20_60, "\u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 \u0645\u0646 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a", "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", "\u064a\u0639\u0631\u0636", "hide", "\u064a\u062e\u0641\u064a", "empty_columns", "\u0627\u0644\u0623\u0639\u0645\u062f\u0629 \u0627\u0644\u0641\u0627\u0631\u063a\u0629", _s21_69, "\u062a\u0645 \u062a\u0645\u0643\u064a\u0646 \u0648\u0636\u0639 \u0627\u0644\u062a\u0635\u062d\u064a\u062d", _s26_20, "\u062a\u062d\u0630\u064a\u0631: \u0625\u0646\u0647 \u0645\u062e\u0635\u0635 \u0644\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0639\u0644\u0649 \u0627\u0644\u0623\u062c\u0647\u0632\u0629 \u0627\u0644\u0645\u062d\u0644\u064a\u0629 \u060c \u0648\u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0624\u062f\u064a \u0625\u0644\u0649 \u062a\u0633\u0631\u064a\u0628 \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f. \u0627\u0636\u063a\u0637 \u0644\u062a\u062a\u0639\u0644\u0645 \u0627\u0644\u0645\u0632\u064a\u062f.", "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_61, "\u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0642\u0627\u062f\u0645\u0629", "update_app", "\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062a\u0637\u0628\u064a\u0642", "started_import", "\u0628\u062f\u0623 \u0627\u0644\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0628\u0646\u062c\u0627\u062d", _s24_38, "\u062a\u0643\u0631\u0627\u0631 \u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0639\u0645\u0648\u062f", _s20_61, "\u064a\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0636\u0631\u0627\u0626\u0628 \u0627\u0644\u0634\u0627\u0645\u0644\u0629", _s18_61, "\u0647\u0648 \u0645\u0628\u0644\u063a \u0627\u0644\u062e\u0635\u0645", "column", "\u0639\u0645\u0648\u062f", "sample", "\u0639\u064a\u0646\u0629", "map_to", "\u0627\u0644\u062e\u0631\u064a\u0637\u0629 \u0644", "import", "\u0627\u0633\u062a\u064a\u0631\u0627\u062f", _s25_29, "\u0627\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0635\u0641 \u0627\u0644\u0623\u0648\u0644 \u0643\u0623\u0633\u0645\u0627\u0621 \u0623\u0639\u0645\u062f\u0629", "select_file", "\u064a\u0631\u062c\u0649 \u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u0644\u0641", _s16_100, "\u0644\u0645 \u064a\u062a\u0645 \u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u064a \u0645\u0644\u0641", "csv_file", "\u0645\u0644\u0641 CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "\u0628\u0634\u0643\u0644 \u063a\u064a\u0631 \u0645\u0628\u0627\u0634\u0631", "waveaccounting", "\u0645\u062d\u0627\u0633\u0628\u0629 \u0627\u0644\u0645\u0648\u062c\u0629", "zoho", "\u0632\u0648\u0647\u0648", "accounting", "\u0645\u062d\u0627\u0633\u0628\u0629", _s22_50, "\u064a\u0631\u062c\u0649 \u062a\u0642\u062f\u064a\u0645 \u062c\u0645\u064a\u0639 \u0645\u0644\u0641\u0627\u062a CSV.", "import_type", "\u0646\u0648\u0639 \u0627\u0644\u0627\u0633\u062a\u064a\u0631\u0627\u062f", "html_mode", "\u0648\u0636\u0639 HTML", "html_mode_help", "\u0645\u0639\u0627\u064a\u0646\u0629 \u0627\u0644\u062a\u062d\u062f\u064a\u062b\u0627\u062a \u0628\u0634\u0643\u0644 \u0623\u0633\u0631\u0639 \u0648\u0644\u0643\u0646\u0647\u0627 \u0623\u0642\u0644 \u062f\u0642\u0629", "view_licenses", "\u0639\u0631\u0636 \u0627\u0644\u062a\u0631\u0627\u062e\u064a\u0635", "webhook_url", "\u0639\u0646\u0648\u0627\u0646 URL \u0644\u0644\u0648\u064a\u0628 \u0647\u0648\u0643", _s17_63, "\u0645\u062d\u0631\u0631 \u0645\u0644\u0621 \u0627\u0644\u0634\u0627\u0634\u0629", "sidebar_editor", "\u0645\u062d\u0631\u0631 \u0627\u0644\u0634\u0631\u064a\u0637 \u0627\u0644\u062c\u0627\u0646\u0628\u064a", _s22_51, "\u0627\u0644\u0631\u062c\u0627\u0621 \u0643\u062a\u0627\u0628\u0629 ":value" \u0644\u0644\u062a\u0623\u0643\u064a\u062f", "purge", "\u062a\u0637\u0647\u064a\u0631", "service", "\u062e\u062f\u0645\u0629", "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", "\u063a\u064a\u0631 \u0645\u062f\u0641\u0648\u0639\u0629", "white_label", "\u0627\u0644\u0639\u0644\u0627\u0645\u0629 \u0627\u0644\u0628\u064a\u0636\u0627\u0621", "delivery_note", "\u0645\u0630\u0643\u0631\u0629 \u062a\u0633\u0644\u064a\u0645", _s24_41, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0645\u0642\u0641\u0648\u0644\u0629", _s24_43, "\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", "\u0641\u0627\u062a\u0648\u0631\u0629 \u0645\u062a\u0623\u062e\u0631\u0629", "quote_expired", "\u0627\u0646\u062a\u0647\u0649 \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633", "partial_due", "\u0627\u0633\u062a\u062d\u0642\u0627\u0642 \u062c\u0632\u0626\u064a", "invoice_total", "\u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "quote_total", "\u0625\u062c\u0645\u0627\u0644\u064a \u0639\u0631\u0636 \u0627\u0644\u0633\u0639\u0631", "credit_total", "\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", _s23_29, "\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", "\u0631\u0642\u0645 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", "task_number", "\u0631\u0642\u0645 \u0627\u0644\u0645\u0647\u0645\u0629", "project_number", "\u0631\u0642\u0645 \u0627\u0644\u0645\u0634\u0631\u0648\u0639", "project_name", "\u0627\u0633\u0645 \u0627\u0644\u0645\u0634\u0631\u0648\u0639", "warning", "\u062a\u062d\u0630\u064a\u0631", "view_settings", "\u0639\u0631\u0636 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a", _s24_45, "\u062a\u062d\u0630\u064a\u0631: \u0647\u0630\u0647 \u0627\u0644\u0634\u0631\u0643\u0629 \u0644\u0645 \u064a\u062a\u0645 \u062a\u0641\u0639\u064a\u0644\u0647\u0627 \u0628\u0639\u062f", "late_invoice", "\u0641\u0627\u062a\u0648\u0631\u0629 \u0645\u062a\u0623\u062e\u0631\u0629", "expired_quote", "\u0639\u0631\u0636 \u0623\u0633\u0639\u0627\u0631 \u0645\u0646\u062a\u0647\u064a \u0627\u0644\u0635\u0644\u0627\u062d\u064a\u0629", "remind_invoice", "\u062a\u0630\u0643\u064a\u0631 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "cvv", "CVV", "client_name", "\u0627\u0633\u0645 \u0627\u0644\u0639\u0645\u064a\u0644", "client_phone", "\u0647\u0627\u062a\u0641 \u0627\u0644\u0639\u0645\u064a\u0644", "required_fields", "\u0627\u0644\u062d\u0642\u0648\u0644 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629", "calculated_rate", "\u0627\u0644\u0633\u0639\u0631 \u0627\u0644\u0645\u062d\u0633\u0648\u0628", _s17_65, "\u0645\u0639\u062f\u0644 \u0627\u0644\u0645\u0647\u0645\u0629 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a", "clear_cache", "\u0645\u0633\u062d \u0627\u0644\u062a\u062e\u0632\u064a\u0646 \u0627\u0644\u0645\u0624\u0642\u062a", "sort_order", "\u0627\u0645\u0631 \u062a\u0631\u062a\u064a\u0628", "task_status", "\u0627\u0644\u062d\u0627\u0644\u0629", "task_statuses", "\u062d\u0627\u0644\u0627\u062a \u0627\u0644\u0645\u0647\u0645\u0629", "new_task_status", "\u062d\u0627\u0644\u0629 \u0645\u0647\u0645\u0629 \u062c\u062f\u064a\u062f\u0629", _s16_102, "\u062a\u062d\u0631\u064a\u0631 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629", _s19_53, "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629 \u0628\u0646\u062c\u0627\u062d", _s19_54, "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629 \u0628\u0646\u062c\u0627\u062d", _s20_63, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629 \u0628\u0646\u062c\u0627\u062d", _s19_55, "\u062a\u0645 \u062d\u0630\u0641 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629 \u0628\u0646\u062c\u0627\u062d", _s19_56, "\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629 \u0628\u0646\u062c\u0627\u062d", _s20_64, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629 \u0628\u0646\u062c\u0627\u062d", _s22_52, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u062d\u0627\u0644\u0627\u062a \u0645\u0647\u0645\u0629 :value \u0628\u0646\u062c\u0627\u062d", _s21_71, "\u062a\u0645 \u062d\u0630\u0641 \u062d\u0627\u0644\u0627\u062a \u0645\u0647\u0645\u0629 :value \u0628\u0646\u062c\u0627\u062d", _s22_53, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u062d\u0627\u0644\u0627\u062a \u0645\u0647\u0645\u0629 :value \u0628\u0646\u062c\u0627\u062d", _s18_63, "\u0628\u062d\u062b 1 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629", _s20_66, "\u0627\u0628\u062d\u062b \u0641\u064a \u062d\u0627\u0644\u0629 \u0645\u0647\u0627\u0645 :count", _s16_104, "\u0625\u0638\u0647\u0627\u0631 \u062c\u062f\u0648\u0644 \u0627\u0644\u0645\u0647\u0627\u0645", _s21_72, "\u0627\u0639\u0631\u0636 \u0642\u0633\u0645 \u0627\u0644\u0645\u0647\u0627\u0645 \u062f\u0627\u0626\u0645\u064b\u0627 \u0639\u0646\u062f \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", _s20_67, "\u0641\u0627\u062a\u0648\u0631\u0629 \u0645\u0647\u0645\u0629 Timelog", _s25_30, "\u0623\u0636\u0641 \u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0648\u0642\u062a \u0625\u0644\u0649 \u0628\u0646\u0648\u062f \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s20_69, "\u0633\u062c\u0644 \u0628\u064a\u0627\u0646\u0627\u062a \u0645\u0647\u0645\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s25_31, "\u0623\u0636\u0641 \u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0625\u0644\u0649 \u0628\u0646\u0648\u062f \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s21_73, "\u0627\u0628\u062f\u0623 \u0627\u0644\u0645\u0647\u0627\u0645 \u0642\u0628\u0644 \u0627\u0644\u062d\u0641\u0638", _s18_64, "\u062a\u0643\u0648\u064a\u0646 \u0627\u0644\u062d\u0627\u0644\u0627\u062a", "task_settings", "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0647\u0627\u0645", _s20_71, "\u062a\u0643\u0648\u064a\u0646 \u0627\u0644\u0641\u0626\u0627\u062a", _s18_66, "\u0641\u0626\u0627\u062a \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", _s20_73, "\u0641\u0626\u0629 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u062c\u062f\u064a\u062f\u0629", _s21_74, "\u062a\u062d\u0631\u064a\u0631 \u0641\u0626\u0629 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", _s24_46, "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0641\u0626\u0629 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0628\u0646\u062c\u0627\u062d", _s24_47, "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0641\u0626\u0629 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0628\u0646\u062c\u0627\u062d", _s25_33, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0641\u0626\u0629 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0628\u0646\u062c\u0627\u062d", _s24_48, "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0641\u0626\u0629 \u0628\u0646\u062c\u0627\u062d", _s24_49, "\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0641\u0626\u0629 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0628\u0646\u062c\u0627\u062d", _s25_34, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0641\u0626\u0629 \u0627\u0644\u0645\u0635\u0631\u0648\u0641\u0627\u062a \u0628\u0646\u062c\u0627\u062d", _s27_31, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0641\u0626\u0629 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 :count \u0628\u0646\u062c\u0627\u062d", _s26_21, "\u062a\u0645 \u062d\u0630\u0641 \u0641\u0626\u0627\u062a \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 :value \u0628\u0646\u062c\u0627\u062d", _s27_32, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0641\u0626\u0627\u062a \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 :value \u0628\u0646\u062c\u0627\u062d", _s23_30, "\u0628\u062d\u062b 1 \u0641\u0626\u0629 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", _s25_36, "\u0627\u0628\u062d\u062b \u0641\u064a :count \u0641\u0626\u0627\u062a \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", _s21_76, "\u0627\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062a\u0627\u062d\u0629", "show_option", "\u062e\u064a\u0627\u0631 \u0627\u0644\u0639\u0631\u0636", _s22_54, "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u062a\u062c\u0627\u0648\u0632 \u0645\u0628\u0644\u063a \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646 \u0645\u0628\u0644\u063a \u0627\u0644\u062f\u0641\u0639", "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_67, "\u0623\u0646\u062a \u062a\u0642\u0648\u0645 \u0628\u062a\u0634\u063a\u064a\u0644 \u0623\u062d\u062f\u062b \u0625\u0635\u062f\u0627\u0631 \u0648\u0644\u0643\u0646 \u0642\u062f \u062a\u0643\u0648\u0646 \u0647\u0646\u0627\u0643 \u0625\u0635\u0644\u0627\u062d\u0627\u062a \u0645\u0639\u0644\u0642\u0629 \u0645\u062a\u0627\u062d\u0629.", "mark_paid_help", "\u062a\u0645 \u062f\u0641\u0639 \u0627\u0644\u0645\u0633\u0627\u0631 \u0627\u0644\u0646\u0641\u0642\u0629", _s18_68, "\u064a\u0646\u0628\u063a\u064a \u062a\u062d\u0631\u064a\u0631 \u0641\u0627\u062a\u0648\u0631\u0629", _s23_31, "\u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u0646\u0641\u0642\u0627\u062a \u0644\u062a\u062a\u0645 \u0641\u0648\u062a\u0631\u062a\u0647\u0627", _s29_17, "\u0627\u062c\u0639\u0644 \u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a \u0645\u0631\u0626\u064a\u0629 \u0644\u0644\u0639\u0645\u064a\u0644", _s21_78, "\u062d\u062f\u062f \u0633\u0639\u0631 \u0627\u0644\u0635\u0631\u0641", _s16_106, "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", _s18_69, "\u0627\u0633\u062a\u0646\u0633\u0627\u062e \u0644\u0644\u062a\u0643\u0631\u0627\u0631", "crypto", "\u062a\u0634\u0641\u064a\u0631", "paypal", "\u0628\u0627\u064a \u0628\u0627\u0644", "alipay", "\u0623\u0644\u064a\u0628\u0627\u064a", "sofort", "\u0633\u0648\u0641\u0648\u0631\u062a", "apple_pay", _s18_137, "user_field", "\u0645\u062c\u0627\u0644 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", "variables", "\u0627\u0644\u0645\u062a\u063a\u064a\u0631\u0627\u062a", "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", "\u0627\u0644\u0642\u0628\u0636 \u0639\u0644\u0649 \u0627\u0644\u0628\u0637\u0627\u0642\u0629", _s17_68, "\u062a\u0645\u0643\u064a\u0646 \u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0633\u064a\u0627\u0631\u0627\u062a", "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_37, "\u062a\u0645 \u0625\u064a\u0642\u0627\u0641 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s25_38, "\u0628\u062f\u0621 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s25_39, "\u062a\u0645 \u0627\u0633\u062a\u0626\u0646\u0627\u0641 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", "gateway_refund", "\u0631\u062f \u0623\u0645\u0648\u0627\u0644 \u0627\u0644\u0628\u0648\u0627\u0628\u0629", _s19_57, "\u0645\u0639\u0627\u0644\u062c\u0629 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0645\u0646 \u062e\u0644\u0627\u0644 \u0628\u0648\u0627\u0628\u0629 \u0627\u0644\u062f\u0641\u0639", "due_date_days", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642", "paused", "\u0645\u062a\u0648\u0642\u0641 \u0645\u0624\u0642\u062a\u0627\u064b", "mark_active", "\u0645\u0627\u0631\u0643 \u0628\u0627\u0644\u0645\u0648\u0642\u0639", "day_count", "\u0627\u0644\u064a\u0648\u0645 :count", _s22_55, "\u0623\u0648\u0644 \u064a\u0648\u0645 \u0641\u064a \u0627\u0644\u0634\u0647\u0631", _s21_79, "\u0622\u062e\u0631 \u064a\u0648\u0645 \u0641\u064a \u0627\u0644\u0634\u0647\u0631", _s17_70, "\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0634\u0631\u0648\u0637 \u0627\u0644\u062f\u0641\u0639", "endless", "\u0628\u0644\u0627 \u0646\u0647\u0627\u064a\u0629", "next_send_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062a\u0627\u0644\u064a", _s16_108, "\u0627\u0644\u062f\u0648\u0631\u0627\u062a \u0627\u0644\u0645\u062a\u0628\u0642\u064a\u0629", _s17_72, "\u0641\u0627\u062a\u0648\u0631\u0629 \u0645\u062a\u0643\u0631\u0631\u0629", _s18_71, _s16_278, _s21_81, "\u0641\u0627\u062a\u0648\u0631\u0629 \u0645\u062a\u0643\u0631\u0631\u0629 \u062c\u062f\u064a\u062f\u0629", _s22_57, "\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629", _s25_40, "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s25_41, "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s26_22, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s25_42, "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s25_43, "\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s26_23, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s27_33, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0641\u0648\u0627\u062a\u064a\u0631 :value \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s26_24, "\u062a\u0645 \u062d\u0630\u0641 \u0641\u0648\u0627\u062a\u064a\u0631 :value \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s27_34, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0641\u0648\u0627\u062a\u064a\u0631 :value \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s24_50, "\u0628\u062d\u062b 1 \u0641\u0627\u062a\u0648\u0631\u0629 \u0645\u062a\u0643\u0631\u0631\u0629", _s25_44, "\u0627\u0628\u062d\u062b \u0641\u064a :count \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629", "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_17, "\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649 \u0644\u0645\u0628\u0644\u063a \u0627\u0644\u062f\u0641\u0639", "profit", "\u0631\u0628\u062d", "line_item", "\u062e\u0637 \u0633\u0644\u0639\u0629", _s18_73, "\u0627\u0644\u0633\u0645\u0627\u062d \u0628\u062f\u0641\u0639 \u0623\u0643\u062b\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645", _s23_32, "\u062f\u0639\u0645 \u062f\u0641\u0639 \u0645\u0628\u0644\u063a \u0625\u0636\u0627\u0641\u064a \u0644\u0642\u0628\u0648\u0644 \u0627\u0644\u0625\u0643\u0631\u0627\u0645\u064a\u0627\u062a", _s19_58, "\u0627\u0644\u0633\u0645\u0627\u062d \u062a\u062d\u062a \u0627\u0644\u0633\u062f\u0627\u062f", _s24_51, "\u062f\u0639\u0645 \u062f\u0641\u0639 \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649 \u0645\u0646 \u0645\u0628\u0644\u063a \u0627\u0644\u0625\u064a\u062f\u0627\u0639 / \u0627\u0644\u062c\u0632\u0626\u064a", "test_mode", "\u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a", "opened", "\u0627\u0641\u062a\u062a\u062d", _s30_7, "\u0641\u0634\u0644 \u0627\u0644\u0645\u0635\u0627\u0644\u062d\u0629", _s30_8, "\u0646\u062c\u0627\u062d \u0627\u0644\u0645\u0635\u0627\u0644\u062d\u0629", "gateway_success", "\u0646\u062c\u0627\u062d \u0627\u0644\u0628\u0648\u0627\u0628\u0629", "gateway_failure", "\u0641\u0634\u0644 \u0627\u0644\u0628\u0648\u0627\u0628\u0629", "gateway_error", "\u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u0628\u0648\u0627\u0628\u0629", "email_send", "\u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064a\u062f", _s17_74, "\u0642\u0627\u0626\u0645\u0629 \u0627\u0646\u062a\u0638\u0627\u0631 \u0625\u0639\u0627\u062f\u0629 \u0645\u062d\u0627\u0648\u0644\u0629 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "failure", "\u0641\u0634\u0644", "quota_exceeded", "\u062d\u0635\u0629 \u062a\u062c\u0627\u0648\u0632\u062a", _s16_110, "\u0641\u0634\u0644 \u0627\u0644\u0645\u0646\u0628\u0639", "system_logs", "\u062a\u0642\u0627\u0631\u064a\u0631 \u0627\u0644\u0646\u0638\u0627\u0645", "view_portal", "\u0639\u0631\u0636 \u0627\u0644\u0628\u0648\u0627\u0628\u0629", "copy_link", "\u0646\u0633\u062e \u0627\u0644\u0631\u0627\u0628\u0637", "token_billing", "\u062d\u0641\u0638 \u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0628\u0637\u0627\u0642\u0629", _s24_52, "\u0623\u0647\u0644\u0627 \u0628\u0643 \u0641\u064a Invoice Ninja", "always", "\u062f\u0627\u0626\u0645\u0627\u064b", "optin", "\u0627\u0634\u062a\u0631\u0627\u0643", "optout", "\u0625\u0644\u063a\u0627\u0621 \u0627\u0634\u062a\u0631\u0627\u0643", "label", "\u0645\u0644\u0635\u0642", "client_number", "\u0631\u0642\u0645 \u0627\u0644\u0632\u0628\u0648\u0646", "auto_convert", "\u062a\u062d\u0648\u064a\u0644 \u062a\u0644\u0642\u0627\u0626\u064a", "company_name", "\u0627\u0633\u0645 \u0627\u0644\u0634\u0631\u0643\u0629", "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_75, "\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_112, "\u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0628\u0646\u062c\u0627\u062d", "emailed_quotes", "\u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633\u0627\u062a \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0628\u0646\u062c\u0627\u062d", "emailed_credits", "\u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0628\u0646\u062c\u0627\u062d \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "gateway", "\u0628\u0648\u0627\u0628\u0629", "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", "\u0633\u0627\u0639\u0627\u062a", "statement", "\u0643\u0634\u0641 \u062d\u0633\u0627\u0628", "taxes", "\u0636\u0631\u0627\u0626\u0628", "surcharge", "\u062a\u0643\u0644\u0641\u0629 \u0625\u0636\u0627\u0641\u064a\u0629", "apply_payment", "\u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u062f\u0641\u0639", "apply_credit", "\u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "apply", "\u064a\u062a\u0642\u062f\u0645", "unapplied", "\u063a\u064a\u0631 \u0645\u0637\u0628\u0642", "select_label", "\u062d\u062f\u062f \u062a\u0633\u0645\u064a\u0629", "custom_labels", "\u062a\u0633\u0645\u064a\u0627\u062a \u0645\u062e\u0635\u0635\u0629", "record_type", "\u0646\u0648\u0639 \u0627\u0644\u0633\u062c\u0644", "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", "\u0644", "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", "\u0642\u0645 \u0628\u062a\u0645\u0643\u064a\u0646 \u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u0637\u0631\u0641 \u0627\u0644\u062b\u0627\u0644\u062b \u0644\u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", "client_created", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0639\u0645\u064a\u0644", _s20_76, "\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0644\u0644\u062f\u0641\u0639 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a", _s20_78, "\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0644\u0644\u062f\u0641\u0639 \u0627\u0644\u064a\u062f\u0648\u064a", "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_76, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", _s17_78, "\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_80, "\u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", _s17_82, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0642\u0627\u062f\u0645\u0629", _s17_84, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0645\u062a\u0623\u062e\u0631\u0629", "recent_payments", "\u0627\u0644\u0645\u062f\u0641\u0648\u0639\u0627\u062a \u0627\u0644\u0623\u062e\u064a\u0631\u0629", "upcoming_quotes", "\u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633\u0627\u062a \u0627\u0644\u0642\u0627\u062f\u0645\u0629", "expired_quotes", "\u0627\u0642\u062a\u0628\u0627\u0633\u0627\u062a \u0645\u0646\u062a\u0647\u064a\u0629 \u0627\u0644\u0635\u0644\u0627\u062d\u064a\u0629", "create_client", "\u0625\u0646\u0634\u0627\u0621 \u0639\u0645\u064a\u0644", "create_invoice", "\u0625\u0646\u0634\u0627\u0621 \u0641\u0627\u062a\u0648\u0631\u0629", "create_quote", "\u0625\u0646\u0634\u0627\u0621 \u0639\u0631\u0636 \u0633\u0639\u0631", "create_payment", "\u0623\u0646\u0634\u0626 \u062f\u0641\u0639\u0629", "create_vendor", "\u0625\u0646\u0634\u0627\u0621 \u0628\u0627\u0626\u0639", "update_quote", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0639\u0631\u0636", "delete_quote", "\u0645\u0633\u062d \u0639\u0631\u0636 \u0627\u0644\u0633\u0639\u0631", "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", "\u062d\u0630\u0641 \u0627\u0644\u0628\u0627\u0626\u0639", "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", "\u062d\u0630\u0641 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", "create_task", "\u0625\u0646\u0634\u0627\u0621 \u0645\u0647\u0645\u0629", "update_task", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0647\u0645\u0629", "delete_task", "\u062d\u0630\u0641 \u0627\u0644\u0645\u0647\u0645\u0629", "approve_quote", "\u0642\u0628\u0648\u0644 \u0627\u0644\u0639\u0631\u0636", "off", "\u0639\u0646", "when_paid", "\u0645\u062a\u0649 \u0633\u062a\u062f\u0641\u0639", "expires_on", "\u064a\u0646\u062a\u0647\u064a \u0641\u064a", "free", "\u062d\u0631", "plan", "\u064a\u062e\u0637\u0637", "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", "\u0647\u062f\u0641", "copy", "\u064a\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_86, "\u064a\u062c\u0628 \u062a\u0645\u0643\u064a\u0646 crons", "api_webhooks", "API Webhooks", "search_webhooks", "\u0627\u0628\u062d\u062b \u0641\u064a :count Webhooks", "search_webhook", "\u0627\u0628\u062d\u062b \u0641\u064a 1 Webhook", "webhook", "\u0627\u0644\u0648\u064a\u0628 \u0647\u0648\u0643", "webhooks", "\u0648\u064a\u0628 \u0647\u0648\u0643", "new_webhook", "Webhook \u0627\u0644\u062c\u062f\u064a\u062f", "edit_webhook", "\u062a\u062d\u0631\u064a\u0631 Webhook", "created_webhook", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0631\u062f \u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a \u0639\u0644\u0649 \u0627\u0644\u0648\u064a\u0628 \u0628\u0646\u062c\u0627\u062d", "updated_webhook", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0648\u064a\u0628 \u0647\u0648\u0643 \u0628\u0646\u062c\u0627\u062d", _s16_114, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 webhook \u0628\u0646\u062c\u0627\u062d", "deleted_webhook", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0648\u064a\u0628 \u0647\u0648\u0643 \u0628\u0646\u062c\u0627\u062d", "removed_webhook", "\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0648\u064a\u0628 \u0647\u0648\u0643 \u0628\u0646\u062c\u0627\u062d", _s16_115, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 Webhook \u0628\u0646\u062c\u0627\u062d", _s17_87, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u062e\u0637\u0627\u0641\u0627\u062a \u0627\u0644\u0648\u064a\u0628 :value \u0628\u0646\u062c\u0627\u062d", _s16_116, "\u062a\u0645 \u062d\u0630\u0641 \u062e\u0637\u0627\u0641\u0627\u062a \u0627\u0644\u0648\u064a\u0628 :value \u0628\u0646\u062c\u0627\u062d", _s16_117, "\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u062e\u0637\u0627\u0641\u0627\u062a \u0627\u0644\u0648\u064a\u0628 :value \u0628\u0646\u062c\u0627\u062d", _s17_88, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u062e\u0637\u0627\u0641\u0627\u062a \u0627\u0644\u0648\u064a\u0628 :value \u0628\u0646\u062c\u0627\u062d", "api_tokens", "\u0631\u0645\u0648\u0632 API", "api_docs", "\u0645\u0633\u062a\u0646\u062f\u0627\u062a API", "search_tokens", "\u0627\u0628\u062d\u062b \u0641\u064a :count \u0627\u0644\u0631\u0645\u0648\u0632", "search_token", "\u0627\u0628\u062d\u062b \u0639\u0646 1 \u0631\u0645\u0632", "token", "\u0631\u0645\u0632", "tokens", "\u0627\u0644\u0631\u0645\u0648\u0632", "new_token", "\u0631\u0645\u0632 \u062c\u062f\u064a\u062f", "edit_token", "\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0631\u0645\u0632", "created_token", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0645\u0645\u064a\u0632 \u0628\u0646\u062c\u0627\u062d", "updated_token", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0645\u0645\u064a\u0632 \u0628\u0646\u062c\u0627\u062d", "archived_token", "\u062a\u0645 \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0645\u0645\u064a\u0632 \u0628\u0646\u062c\u0627\u062d", "deleted_token", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0645\u0645\u064a\u0632 \u0628\u0646\u062c\u0627\u062d", "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", "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u0645\u064a\u0632\u0629 :value \u0628\u0646\u062c\u0627\u062d", "deleted_tokens", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u0645\u064a\u0632\u0629 :value \u0628\u0646\u062c\u0627\u062d", "restored_tokens", "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u0645\u064a\u0632\u0629 \u0644\u0640 :value \u0628\u0646\u062c\u0627\u062d", _s19_60, "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0639\u0645\u064a\u0644", _s24_54, "\u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 \u0645\u0646 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0630\u0627\u062a\u064a \u0641\u064a \u0627\u0644\u0628\u0648\u0627\u0628\u0629", "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", "\u0625\u0631\u0633\u0627\u0644 \u0639\u0631\u0636 \u0627\u0644\u0633\u0639\u0631", "email_credit", "\u0631\u0635\u064a\u062f \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "email_payment", "\u0627\u0644\u062f\u0641\u0639 \u0628\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s20_81, "\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", "\u0645\u0648\u0627\u0632\u0646\u0629", "view_pdf", "\u0639\u0631\u0636 \u0645\u0644\u0641 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_118, "\u0627\u0644\u0631\u0635\u064a\u062f \u0627\u0644\u0645\u062a\u0628\u0642\u064a", "contact_name", "\u0627\u0633\u0645 \u062c\u0647\u0629 \u0627\u0644\u0627\u062a\u0635\u0627\u0644", "use_default", "\u0627\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a", _s16_120, "\u062a\u0630\u0643\u064a\u0631 \u0644\u0627 \u0646\u0647\u0627\u064a\u0629 \u0644\u0647\u0627", "number_of_days", "\u0639\u062f\u062f \u0627\u0644\u0623\u064a\u0627\u0645", _s23_34, "\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_121, "\u0634\u0631\u0637 \u062f\u0641\u0639 \u062c\u062f\u064a\u062f", _s17_90, "\u062a\u062d\u0631\u064a\u0631 \u0645\u0635\u0637\u0644\u062d \u0627\u0644\u062f\u0641\u0639", _s20_82, "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0645\u0635\u0637\u0644\u062d \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s20_83, "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0645\u0635\u0637\u0644\u062d \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s21_83, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0645\u0635\u0637\u0644\u062d \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s20_84, "\u062a\u0645 \u062d\u0630\u0641 \u0634\u0631\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s20_85, "\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0634\u0631\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s21_84, "\u062a\u0645 \u0627\u0633\u062a\u0631\u062c\u0627\u0639 \u0634\u0631\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s22_62, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0634\u0631\u0648\u0637 \u0627\u0644\u062f\u0641\u0639 :value \u0628\u0646\u062c\u0627\u062d", _s21_85, "\u062a\u0645 \u062d\u0630\u0641 \u0634\u0631\u0648\u0637 \u0627\u0644\u062f\u0641\u0639 :value \u0628\u0646\u062c\u0627\u062d", _s22_63, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0634\u0631\u0648\u0637 \u0627\u0644\u062f\u0641\u0639 :value \u0628\u0646\u062c\u0627\u062d", "email_sign_in", _s31_29, "change", "\u062a\u063a\u064a\u064a\u0631", _s23_36, "\u062a\u062d\u0648\u064a\u0644 \u0625\u0644\u0649 \u062a\u0646\u0633\u064a\u0642 \u0627\u0644\u062c\u0648\u0627\u0644", _s24_55, "\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", "\u062d\u0635\u0631\u064a", "inclusive", "\u0634\u0627\u0645\u0644", "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_77, "\u0627\u0644\u0645\u0631\u062f\u0648\u062f\u0629 \u062c\u0632\u0626\u064a\u0627", _s16_123, "\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_124, "\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", "\u0627\u0628\u062d\u062b \u0639\u0646 \u0645\u0633\u062a\u0646\u062f \u0648\u0627\u062d\u062f", "search_design", "\u0628\u062d\u062b 1 \u062a\u0635\u0645\u064a\u0645", "search_invoice", "\u0628\u062d\u062b 1 \u0641\u0627\u062a\u0648\u0631\u0629", "search_client", "\u0628\u062d\u062b 1 \u0639\u0645\u064a\u0644", "search_product", "\u0628\u062d\u062b 1 \u0645\u0646\u062a\u062c", "search_quote", "\u0628\u062d\u062b 1 \u0627\u0642\u062a\u0628\u0627\u0633", "search_credit", "\u0628\u062d\u062b 1 \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "search_vendor", "\u0627\u0628\u062d\u062b \u0639\u0646 \u0628\u0627\u0626\u0639 \u0648\u0627\u062d\u062f", "search_user", "\u0628\u062d\u062b 1 \u0645\u0633\u062a\u062e\u062f\u0645", "search_tax_rate", "\u0628\u062d\u062b 1 \u0645\u0639\u062f\u0644 \u0627\u0644\u0636\u0631\u064a\u0628\u0629", "search_task", "\u0628\u062d\u062b 1 \u0627\u0644\u0645\u0647\u0627\u0645", "search_project", "\u0628\u062d\u062b 1 \u0645\u0634\u0631\u0648\u0639", "search_expense", "\u0628\u062d\u062b 1 \u062d\u0633\u0627\u0628", "search_payment", "\u0628\u062d\u062b 1 \u0627\u0644\u062f\u0641\u0639", "search_group", "\u0628\u062d\u062b 1 \u0645\u062c\u0645\u0648\u0639\u0629", "refund_payment", "\u062f\u0641\u0639 \u0645\u0628\u0644\u063a \u0645\u0639\u0627\u062f", _s17_94, "\u0641\u0627\u062a\u0648\u0631\u0629 \u0645\u0644\u063a\u0627\u0629 \u0628\u0646\u062c\u0627\u062d", _s18_79, "\u0641\u0648\u0627\u062a\u064a\u0631 \u0645\u0644\u063a\u0627\u0629 \u0628\u0646\u062c\u0627\u062d", _s16_130, "\u062a\u0645 \u0639\u0643\u0633 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s17_95, "\u062a\u0645 \u0639\u0643\u0633 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0628\u0646\u062c\u0627\u062d", "reverse", "\u064a\u0639\u0643\u0633", "full_name", "\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0643\u0627\u0645\u0644", _s17_96, "\u0627\u0644\u0645\u062f\u064a\u0646\u0629 / \u0627\u0644\u0648\u0644\u0627\u064a\u0629 / \u0627\u0644\u0628\u0631\u064a\u062f", _s17_98, "\u0627\u0644\u0628\u0631\u064a\u062f / \u0627\u0644\u0645\u062f\u064a\u0646\u0629 / \u0627\u0644\u0648\u0644\u0627\u064a\u0629", "custom1", "\u0623\u0648\u0644 \u0645\u062e\u0635\u0635", "custom2", "\u0627\u0644\u0639\u0631\u0641 \u0627\u0644\u062b\u0627\u0646\u064a", "custom3", "\u0627\u0644\u0639\u0631\u0641 \u0627\u0644\u062b\u0627\u0644\u062b", "custom4", "\u0627\u0644\u0639\u0631\u0641 \u0627\u0644\u0631\u0627\u0628\u0639", "optional", "\u062e\u064a\u0627\u0631\u064a", "license", "\u0631\u062e\u0635\u0629", "purge_data", "\u062a\u0637\u0647\u064a\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a", _s16_131, "\u062a\u0645 \u062d\u0630\u0641 \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0634\u0631\u0643\u0629 \u0628\u0646\u062c\u0627\u062d", _s18_80, "\u062a\u062d\u0630\u064a\u0631: \u0633\u064a\u0624\u062f\u064a \u0647\u0630\u0627 \u0625\u0644\u0649 \u0645\u062d\u0648 \u0628\u064a\u0627\u0646\u0627\u062a\u0643 \u0628\u0634\u0643\u0644 \u062f\u0627\u0626\u0645 \u060c \u0648\u0644\u0627 \u064a\u0648\u062c\u062f \u062a\u0631\u0627\u062c\u0639.", "invoice_balance", "\u0631\u0635\u064a\u062f \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "age_group_0", "0-30 \u064a\u0648\u0645", "age_group_30", "30-60 \u064a\u0648\u0645", "age_group_60", "60-90 \u064a\u0648\u0645", "age_group_90", "90 - 120 \u064a\u0648\u0645", "age_group_120", "120+ \u064a\u0648\u0645", "refresh", "\u064a\u0646\u0639\u0634", "saved_design", "\u062a\u0645 \u062d\u0641\u0638 \u0627\u0644\u062a\u0635\u0645\u064a\u0645 \u0628\u0646\u062c\u0627\u062d", "client_details", "\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0639\u0645\u064a\u0644", "company_address", "\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0634\u0631\u0643\u0629", "invoice_details", "\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "quote_details", "\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633", "credit_details", "\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "product_columns", "\u0623\u0639\u0645\u062f\u0629 \u0627\u0644\u0645\u0646\u062a\u062c", "task_columns", "\u0623\u0639\u0645\u062f\u0629 \u0627\u0644\u0645\u0647\u0627\u0645", "add_field", "\u0625\u0636\u0627\u0641\u0629 \u062d\u0642\u0644", "all_events", "\u0643\u0644 \u0627\u0644\u0623\u062d\u062f\u0627\u062b", "permissions", "\u0623\u0630\u0648\u0646\u0627\u062a", "none", "\u0644\u0627 \u0623\u062d\u062f", "owned", "\u0645\u0645\u0644\u0648\u0643\u0629", "payment_success", "\u0627\u0644\u062f\u0641\u0639 \u0627\u0644\u0646\u0627\u062c\u062d", "payment_failure", "\u0641\u0634\u0644 \u0627\u0644\u062f\u0641\u0639", "invoice_sent", "\u0625\u0631\u0633\u0627\u0644 \u0641\u0627\u062a\u0648\u0631\u0629 :count", "quote_sent", "\u0623\u0631\u0633\u0644 \u0627\u0642\u062a\u0628\u0627\u0633", "credit_sent", "\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "invoice_viewed", "\u0639\u0631\u0636 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "quote_viewed", "\u0639\u0631\u0636 \u0627\u0642\u062a\u0628\u0627\u0633", "credit_viewed", "\u0645\u0634\u0627\u0647\u062f\u0629 \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "quote_approved", "\u062a\u0645\u062a \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0639\u0644\u0649 \u0627\u0642\u062a\u0628\u0627\u0633", _s25_46, "\u062a\u0644\u0642\u064a \u0643\u0627\u0641\u0629 \u0627\u0644\u0625\u062e\u0637\u0627\u0631\u0627\u062a", _s16_132, "\u0631\u062e\u0635\u0629 \u0634\u0631\u0627\u0621", "apply_license", "\u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u062a\u0631\u062e\u064a\u0635", "cancel_account", "\u062d\u0630\u0641 \u062d\u0633\u0627\u0628", _s22_64, "\u062a\u062d\u0630\u064a\u0631: \u0647\u0630\u0647 \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0633\u062a\u0642\u0648\u0645 \u0628\u062d\u0630\u0641 \u062d\u0633\u0627\u0628\u0643 \u0628\u0634\u0643\u0644 \u062f\u0627\u0626\u0645 \u0648\u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u062a\u0631\u0627\u062c\u0639 \u0628\u0639\u062f\u0647\u0627", "delete_company", "\u062d\u0630\u0641 \u0627\u0644\u0634\u0631\u0643\u0629", _s22_65, "\u062a\u062d\u0630\u064a\u0631: \u0633\u064a\u0624\u062f\u064a \u0647\u0630\u0627 \u0625\u0644\u0649 \u062d\u0630\u0641 \u0634\u0631\u0643\u062a\u0643 \u0646\u0647\u0627\u0626\u064a\u064b\u0627 \u060c \u0648\u0644\u0627 \u064a\u0648\u062c\u062f \u062a\u0631\u0627\u062c\u0639.", "enabled_modules", "\u0627\u0644\u0648\u062d\u062f\u0627\u062a \u0627\u0644\u0645\u0645\u0643\u0651\u0646\u0629", "converted_quote", "\u062a\u0645 \u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633 \u0628\u0646\u062c\u0627\u062d", "credit_design", "\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "includes", "\u064a\u0634\u0645\u0644", "header", "\u0631\u0623\u0633", "load_design", "\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u062a\u062d\u0645\u064a\u0644", "css_framework", "\u0625\u0637\u0627\u0631 \u0639\u0645\u0644 CSS", "custom_designs", "\u062a\u0635\u0627\u0645\u064a\u0645 \u0645\u062e\u0635\u0635\u0629", "designs", "\u062a\u0635\u0645\u064a\u0645\u0627\u062a", "new_design", "\u062a\u0635\u0645\u064a\u0645 \u062c\u062f\u064a\u062f", "edit_design", "\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u062a\u0635\u0645\u064a\u0645", "created_design", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u062a\u0635\u0645\u064a\u0645 \u0628\u0646\u062c\u0627\u062d", "updated_design", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062a\u0635\u0645\u064a\u0645 \u0628\u0646\u062c\u0627\u062d", "archived_design", "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u062a\u0635\u0645\u064a\u0645 \u0628\u0646\u062c\u0627\u062d", "deleted_design", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u062a\u0635\u0645\u064a\u0645 \u0628\u0646\u062c\u0627\u062d", "removed_design", "\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062a\u0635\u0645\u064a\u0645 \u0628\u0646\u062c\u0627\u062d", "restored_design", "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0635\u0645\u064a\u0645 \u0628\u0646\u062c\u0627\u062d", _s16_134, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u062a\u0635\u0627\u0645\u064a\u0645 :value \u0628\u0646\u062c\u0627\u062d", "deleted_designs", "\u062a\u0645 \u062d\u0630\u0641 \u062a\u0635\u0645\u064a\u0645\u0627\u062a :value \u0628\u0646\u062c\u0627\u062d", _s16_135, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u062a\u0635\u0645\u064a\u0645\u0627\u062a :value \u0628\u0646\u062c\u0627\u062d", "proposals", "\u0627\u0642\u062a\u0631\u0627\u062d\u0627\u062a", "tickets", "\u062a\u0630\u0627\u0643\u0631", _s16_136, _s16_278, "recurring_tasks", "\u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629", _s18_81, "\u0627\u062f\u0627\u0631\u0629 \u0627\u0644\u062d\u0633\u0627\u0628", "credit_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "credit", "\u062f\u0627\u0626\u0646", "credits", "\u0627\u0644\u0623\u0631\u0635\u062f\u0629", "new_credit", "\u0623\u062f\u062e\u0644 \u0627\u0644\u0631\u0635\u064a\u062f", "edit_credit", "\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "created_credit", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0642\u0631\u0636 \u0628\u0646\u062c\u0627\u062d", "updated_credit", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646 \u0628\u0646\u062c\u0627\u062d", "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", "\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646 \u0628\u0646\u062c\u0627\u062d", "restored_credit", "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646 \u0628\u0646\u062c\u0627\u062d", _s16_138, "\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_139, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0626\u062a\u0645\u0627\u0646\u0627\u062a :value \u0628\u0646\u062c\u0627\u062d", "current_version", "\u0627\u0644\u0646\u0633\u062e\u0629 \u0627\u0644\u062d\u0627\u0644\u064a\u0629", "latest_version", "\u0627\u062d\u062f\u062b \u0627\u0635\u062f\u0627\u0631", "update_now", "\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0627\u0646", _s26_30, "\u064a\u062a\u0648\u0641\u0631 \u0625\u0635\u062f\u0627\u0631 \u062c\u062f\u064a\u062f \u0645\u0646 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0648\u064a\u0628", _s16_140, "\u0627\u0644\u062a\u062d\u062f\u064a\u062b \u0645\u062a\u0627\u062d", "app_updated", "\u0627\u0643\u062a\u0645\u0644 \u0627\u0644\u062a\u062d\u062f\u064a\u062b \u0628\u0646\u062c\u0627\u062d", "learn_more", "\u0644\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a", "integrations", "\u062a\u0643\u0627\u0645\u0644\u0627\u062a", "tracking_id", "\u0645\u0639\u0631\u0641 \u0627\u0644\u062a\u062a\u0628\u0639", _s17_100, _s17_101, "credit_footer", "\u062a\u0630\u064a\u064a\u0644 \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "credit_terms", "\u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "new_company", "\u0634\u0631\u0643\u0629 \u062c\u062f\u064a\u062f\u0629", "added_company", "\u062a\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0634\u0631\u0643\u0629 \u0628\u0646\u062c\u0627\u062d", "company1", "\u0634\u0631\u0643\u0629 \u0645\u062e\u0635\u0635\u0629 1", "company2", "\u0634\u0631\u0643\u0629 \u0645\u062e\u0635\u0635\u0629 2", "company3", "\u0634\u0631\u0643\u0629 \u0645\u062e\u0635\u0635\u0629 3", "company4", "\u0634\u0631\u0643\u0629 \u0645\u062e\u0635\u0635\u0629 4", "product1", "\u0627\u0644\u0645\u0646\u062a\u062c \u0627\u0644\u0645\u062e\u0635\u0635 1", "product2", "\u0627\u0644\u0645\u0646\u062a\u062c \u0627\u0644\u0645\u062e\u0635\u0635 2", "product3", "\u0627\u0644\u0645\u0646\u062a\u062c \u0627\u0644\u0645\u062e\u0635\u0635 3", "product4", "\u0627\u0644\u0645\u0646\u062a\u062c \u0627\u0644\u0645\u062e\u0635\u0635 4", "client1", "\u0627\u0644\u0639\u0645\u064a\u0644 \u0627\u0644\u0645\u062e\u0635\u0635 1", "client2", "\u0627\u0644\u0639\u0645\u064a\u0644 \u0627\u0644\u0645\u062e\u0635\u0635 2", "client3", "\u0627\u0644\u0639\u0645\u064a\u0644 \u0627\u0644\u0645\u062e\u0635\u0635 3", "client4", "\u0627\u0644\u0639\u0645\u064a\u0644 \u0627\u0644\u0645\u062e\u0635\u0635 4", "contact1", "\u062c\u0647\u0629 \u0627\u062a\u0635\u0627\u0644 \u0645\u062e\u0635\u0635\u0629 1", "contact2", "\u062c\u0647\u0629 \u0627\u062a\u0635\u0627\u0644 \u0645\u062e\u0635\u0635\u0629 2", "contact3", "\u062c\u0647\u0629 \u0627\u062a\u0635\u0627\u0644 \u0645\u062e\u0635\u0635\u0629 3", "contact4", "\u062c\u0647\u0629 \u0627\u062a\u0635\u0627\u0644 \u0645\u062e\u0635\u0635\u0629 4", "task1", "\u0627\u0644\u0645\u0647\u0645\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 1", "task2", "\u0627\u0644\u0645\u0647\u0645\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 2", "task3", "\u0627\u0644\u0645\u0647\u0645\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 3", "task4", "\u0627\u0644\u0645\u0647\u0645\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 4", "project1", "\u0645\u0634\u0631\u0648\u0639 \u0645\u062e\u0635\u0635 1", "project2", "\u0645\u0634\u0631\u0648\u0639 \u0645\u062e\u0635\u0635 2", "project3", "\u0645\u0634\u0631\u0648\u0639 \u0645\u062e\u0635\u0635 3", "project4", "\u0645\u0634\u0631\u0648\u0639 \u0645\u062e\u0635\u0635 4", "expense1", "\u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 1", "expense2", "\u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 2", "expense3", "\u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 3", "expense4", "\u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 4", "vendor1", "\u0628\u0627\u0626\u0639 \u0645\u062e\u0635\u0635 1", "vendor2", "\u0628\u0627\u0626\u0639 \u0645\u062e\u0635\u0635 2", "vendor3", "\u0628\u0627\u0626\u0639 \u0645\u062e\u0635\u0635 3", "vendor4", "\u0628\u0627\u0626\u0639 \u0645\u062e\u0635\u0635 4", "invoice1", "\u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 1", "invoice2", "\u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 2", "invoice3", "\u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 3", "invoice4", "\u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 4", "payment1", "\u0627\u0644\u062f\u0641\u0639 \u0627\u0644\u0645\u062e\u0635\u0635 1", "payment2", "\u0627\u0644\u062f\u0641\u0639 \u0627\u0644\u0645\u062e\u0635\u0635 2", "payment3", "\u0627\u0644\u062f\u0641\u0639 \u0627\u0644\u0645\u062e\u0635\u0635 3", "payment4", "\u0627\u0644\u062f\u0641\u0639 \u0627\u0644\u0645\u062e\u0635\u0635 4", "surcharge1", _s19_100, "surcharge2", _s19_101, "surcharge3", _s19_102, "surcharge4", _s19_103, "group1", "\u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 1", "group2", "\u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 2", "group3", "\u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 3", "group4", "\u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 4", "reset", "\u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637", "number", "\u0631\u0642\u0645", "export", "\u064a\u0635\u062f\u0651\u0631", "chart", "\u062c\u062f\u0648\u0644", "count", "\u0639\u062f\u062f", "totals", "\u0627\u0644\u0645\u062c\u0627\u0645\u064a\u0639", "blank", "\u0641\u0627\u0631\u063a", "day", "\u064a\u0648\u0645", "month", "\u0634\u0647\u0631", "year", "\u0633\u0646\u0629", "subgroup", "\u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0641\u0631\u0639\u064a\u0629", "is_active", "\u0646\u0634\u0637", "group_by", "\u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u0646", "credit_balance", "\u0631\u0635\u064a\u062f \u062f\u0627\u0626\u0646", _s18_87, "\u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0622\u062e\u0631 \u062a\u0633\u062c\u064a\u0644 \u062f\u062e\u0648\u0644", _s17_102, "\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0643\u0627\u0645\u0644 \u0644\u0644\u0627\u062a\u0635\u0627\u0644", "contact_phone", "\u0647\u0627\u062a\u0641 \u0627\u0644\u0627\u062a\u0635\u0627\u0644", _s21_86, "\u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 \u0644\u062c\u0647\u0629 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 1", _s21_87, "\u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 \u0644\u062c\u0647\u0629 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 2", _s21_88, "\u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 3", _s21_89, "\u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 \u0644\u062c\u0647\u0629 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 4", _s17_104, "\u0634\u0627\u0631\u0639 \u0627\u0644\u0634\u062d\u0646", _s17_105, "\u0634\u0642\u0629 \u0627\u0644\u0634\u062d\u0646 / \u0627\u0644\u062c\u0646\u0627\u062d", "shipping_city", "\u0645\u062f\u064a\u0646\u0629 \u0627\u0644\u0634\u062d\u0646", "shipping_state", "\u0648\u0644\u0627\u064a\u0629 / \u0645\u0642\u0627\u0637\u0639\u0629 \u0627\u0644\u0634\u062d\u0646", _s20_86, "\u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0628\u0631\u064a\u062f\u064a \u0644\u0644\u0634\u062d\u0646", _s16_170, "\u0628\u0644\u062f \u0627\u0644\u0634\u062d\u0646", _s16_172, "\u0634\u0627\u0631\u0639 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", _s16_173, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0634\u0642\u0629 / \u062c\u0646\u0627\u062d", "billing_city", "\u0645\u062f\u064a\u0646\u0629 \u0627\u0644\u0641\u0648\u062a\u0631\u0629", "billing_state", "\u0648\u0644\u0627\u064a\u0629 / \u0645\u0642\u0627\u0637\u0639\u0629 \u0627\u0644\u0641\u0648\u062a\u0631\u0629", _s19_62, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0628\u0631\u064a\u062f\u064a", "billing_country", "\u0628\u0644\u062f \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", "client_id", "\u0645\u0639\u0631\u0641 \u0627\u0644\u0639\u0645\u064a\u0644", "assigned_to", "\u0645\u062e\u0635\u0635 \u0644", "created_by", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0624\u0647 \u0628\u0648\u0627\u0633\u0637\u0629 :name", "assigned_to_id", "\u0645\u062e\u0635\u0635 \u0644\u0644\u0645\u0639\u0631\u0641", "created_by_id", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0624\u0647\u0627 \u0628\u0648\u0627\u0633\u0637\u0629 Id", "add_column", "\u0623\u0636\u0641 \u0639\u0645\u0648\u062f", "edit_columns", "\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0623\u0639\u0645\u062f\u0629", "columns", "\u0627\u0644\u0623\u0639\u0645\u062f\u0629", "aging", "\u0634\u064a\u062e\u0648\u062e\u0629", "profit_and_loss", "\u0627\u0644\u0631\u0628\u062d \u0648\u0627\u0644\u062e\u0633\u0627\u0631\u0629", "reports", "\u0627\u0644\u062a\u0642\u0627\u0631\u064a\u0631", "report", "\u062a\u0642\u0631\u064a\u0631", "add_company", "\u0623\u0636\u0641 \u0634\u0631\u0643\u0629", "unpaid_invoice", "\u0641\u0627\u062a\u0648\u0631\u0629 \u063a\u064a\u0631 \u0645\u062f\u0641\u0648\u0639\u0629", "paid_invoice", "\u0641\u0627\u062a\u0648\u0631\u0629 \u0645\u062f\u0641\u0648\u0639\u0629", _s16_174, "\u0627\u0642\u062a\u0628\u0627\u0633 \u063a\u064a\u0631 \u0645\u0639\u062a\u0645\u062f", "help", "\u064a\u0633\u0627\u0639\u062f", "refund", "\u0627\u0633\u062a\u0631\u062f\u0627\u062f", "refund_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f", "filtered_by", "\u062a\u0645\u062a \u062a\u0635\u0641\u064a\u062a\u0647\u0627 \u0628\u0648\u0627\u0633\u0637\u0629", "contact_email", "\u062a\u0648\u0627\u0635\u0644 \u0628\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0627\u0643\u062a\u0631\u0648\u0646\u064a", "multiselect", "\u062a\u062d\u062f\u064a\u062f \u0645\u062a\u0639\u062f\u062f", "entity_state", "\u0648\u0644\u0627\u064a\u0629", "verify_password", "\u0627\u0643\u062f \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631", "applied", "\u0645\u064f\u0637\u0628\u0651\u064e\u0642", _s21_90, "\u0642\u0645 \u0628\u062a\u0636\u0645\u064a\u0646 \u0627\u0644\u0623\u062e\u0637\u0627\u0621 \u0627\u0644\u0623\u062e\u064a\u0631\u0629 \u0645\u0646 \u0627\u0644\u0633\u062c\u0644\u0627\u062a", _s30_11, "\u0644\u0642\u062f \u062a\u0644\u0642\u064a\u0646\u0627 \u0631\u0633\u0627\u0644\u062a\u0643 \u0648\u0633\u0646\u062d\u0627\u0648\u0644 \u0627\u0644\u0631\u062f \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631.", "message", "\u0631\u0633\u0627\u0644\u0629", "from", "\u0645\u0646", _s20_88, "\u0625\u0638\u0647\u0627\u0631 \u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0645\u0646\u062a\u062c", _s25_48, "\u0642\u0645 \u0628\u062a\u0636\u0645\u064a\u0646 \u0627\u0644\u0648\u0635\u0641 \u0648\u0627\u0644\u062a\u0643\u0644\u0641\u0629 \u0641\u064a \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0646\u0633\u062f\u0644\u0629 \u0644\u0644\u0645\u0646\u062a\u062c", _s20_90, "\u064a\u062a\u0637\u0644\u0628 \u062c\u0647\u0627\u0632 \u0639\u0631\u0636 PDF :version", _s18_90, "\u0636\u0628\u0637 \u0646\u0633\u0628\u0629 \u0627\u0644\u0631\u0633\u0648\u0645", _s23_38, "\u0636\u0628\u0637 \u0627\u0644\u0646\u0633\u0628\u0629 \u0627\u0644\u0645\u0626\u0648\u064a\u0629 \u0644\u062d\u0633\u0627\u0628 \u0627\u0644\u0631\u0633\u0648\u0645", _s18_92, "\u062a\u0643\u0648\u064a\u0646 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a", "support_forum", "Support Forums", "about", "\u0639\u0646", "documentation", "\u062a\u0648\u062b\u064a\u0642", "contact_us", "\u0627\u062a\u0635\u0644 \u0628\u0646\u0627", "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", "\u063a\u0631\u0636", "credit_email", "\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646\u064a", "iframe_url", "\u0645\u0648\u0642\u0639 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "domain_url", "URL \u0627\u0644\u0645\u062c\u0627\u0644", _s21_91, "\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0642\u0635\u064a\u0631\u0629 \u062c\u062f\u0627", _s20_91, "\u064a\u062c\u0628 \u0623\u0646 \u062a\u062d\u062a\u0648\u064a \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0639\u0644\u0649 \u0623\u062d\u0631\u0641 \u0643\u0628\u064a\u0631\u0629 \u0648\u0631\u0642\u0645", _s19_64, "\u0645\u0647\u0627\u0645 \u0628\u0648\u0627\u0628\u0629 \u0627\u0644\u0639\u0645\u064a\u0644", _s23_39, "\u0644\u0648\u062d\u0629 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0628\u0648\u0627\u0628\u0629 \u0627\u0644\u0639\u0645\u064a\u0644", _s20_92, "\u0627\u062f\u062e\u0644 \u0642\u064a\u0645\u0647 \u0645\u0646 \u0641\u0636\u0644\u0643", "deleted_logo", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0634\u0639\u0627\u0631 \u0628\u0646\u062c\u0627\u062d", "yes", "\u0646\u0639\u0645", "no", "\u0644\u0627", "generate_number", "\u062a\u0648\u0644\u064a\u062f \u0627\u0644\u0631\u0642\u0645", "when_saved", "\u0639\u0646\u062f \u0627\u0644\u062d\u0641\u0638", "when_sent", "\u0639\u0646\u062f \u0627\u0644\u0625\u0631\u0633\u0627\u0644", "select_company", "\u062d\u062f\u062f \u0634\u0631\u0643\u0629", "float", "\u064a\u0637\u0641\u0648", "collapse", "\u064a\u0646\u0647\u0627\u0631", "show_or_hide", "\u0627\u0638\u0647\u0631 \u0627\u0644\u0645\u062e\u0641\u064a", "menu_sidebar", "\u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0634\u0631\u064a\u0637 \u0627\u0644\u062c\u0627\u0646\u0628\u064a", "history_sidebar", "\u0627\u0644\u0634\u0631\u064a\u0637 \u0627\u0644\u062c\u0627\u0646\u0628\u064a \u0644\u0644\u062a\u0627\u0631\u064a\u062e", "tablet", "\u0644\u0648\u062d", "mobile", "\u0645\u062a\u062d\u0631\u0643", "desktop", "\u0633\u0637\u062d \u0627\u0644\u0645\u0643\u062a\u0628", "layout", "\u062a\u064e\u062e\u0637\u0650\u064a\u0637", "view", "\u0645\u0646\u0638\u0631", "module", "\u0648\u062d\u062f\u0629", "first_custom", "\u0623\u0648\u0644 \u0645\u062e\u0635\u0635", "second_custom", "\u0627\u0644\u0639\u0631\u0641 \u0627\u0644\u062b\u0627\u0646\u064a", "third_custom", "\u0627\u0644\u0639\u0631\u0641 \u0627\u0644\u062b\u0627\u0644\u062b", "show_cost", "\u0639\u0631\u0636 \u0627\u0644\u062a\u0643\u0644\u0641\u0629", _s17_107, "\u0639\u0631\u0636 \u062a\u0643\u0644\u0641\u0629 \u0627\u0644\u0645\u0646\u062a\u062c", "show_cost_help", "\u0627\u0639\u0631\u0636 \u062d\u0642\u0644 \u062a\u0643\u0644\u0641\u0629 \u0627\u0644\u0645\u0646\u062a\u062c \u0644\u062a\u062a\u0628\u0639 \u0627\u0644\u0639\u0644\u0627\u0645\u0629 / \u0627\u0644\u0631\u0628\u062d", _s21_92, "\u0625\u0638\u0647\u0627\u0631 \u0643\u0645\u064a\u0629 \u0627\u0644\u0645\u0646\u062a\u062c", _s26_32, "\u0627\u0639\u0631\u0636 \u062d\u0642\u0644 \u0643\u0645\u064a\u0629 \u0627\u0644\u0645\u0646\u062a\u062c \u060c \u0648\u0625\u0644\u0627 \u0641\u0633\u064a\u0643\u0648\u0646 \u0648\u0627\u062d\u062f\u064b\u0627 \u0627\u0641\u062a\u0631\u0627\u0636\u064a\u064b\u0627", _s21_94, "\u0625\u0638\u0647\u0627\u0631 \u0643\u0645\u064a\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s26_33, "\u0639\u0631\u0636 \u062d\u0642\u0644 \u0643\u0645\u064a\u0629 \u0627\u0644\u0628\u0646\u062f \u060c \u0648\u0625\u0644\u0627 \u0641\u0633\u064a\u0643\u0648\u0646 \u0627\u0641\u062a\u0631\u0627\u0636\u064a\u064b\u0627 \u0648\u0627\u062d\u062f\u064b\u0627", _s21_96, "\u0625\u0638\u0647\u0627\u0631 \u062e\u0635\u0645 \u0627\u0644\u0645\u0646\u062a\u062c", _s26_34, "\u0639\u0631\u0636 \u062d\u0642\u0644 \u062e\u0635\u0645 \u0627\u0644\u0628\u0646\u062f", _s16_176, "\u0627\u0644\u0643\u0645\u064a\u0629 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0629", _s21_98, "\u0642\u0645 \u0628\u062a\u0639\u064a\u064a\u0646 \u0643\u0645\u064a\u0629 \u0627\u0644\u0628\u0646\u062f \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627 \u0639\u0644\u0649 \u0648\u0627\u062d\u062f", "one_tax_rate", "\u0645\u0639\u062f\u0644 \u0636\u0631\u064a\u0628\u0629 \u0648\u0627\u062d\u062f", "two_tax_rates", "\u0627\u062b\u0646\u064a\u0646 \u0645\u0646 \u0645\u0639\u062f\u0644\u0627\u062a \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "three_tax_rates", "\u062b\u0644\u0627\u062b\u0629 \u0645\u0639\u062f\u0644\u0627\u062a \u0636\u0631\u064a\u0628\u064a\u0629", _s16_178, "\u0645\u0639\u062f\u0644 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a", "user", "\u0645\u0633\u062a\u062e\u062f\u0645", "invoice_tax", "\u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "line_item_tax", "\u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u0639\u0646\u0635\u0631", "inclusive_taxes", "\u0627\u0644\u0636\u0631\u0627\u0626\u0628 \u0627\u0644\u0634\u0627\u0645\u0644\u0629", _s17_109, "\u0645\u0639\u062f\u0644\u0627\u062a \u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "item_tax_rates", "\u0645\u0639\u062f\u0644\u0627\u062a \u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u0639\u0646\u0635\u0631", _s18_94, _s17_162, "configure_rates", "\u062a\u0643\u0648\u064a\u0646 \u0627\u0644\u0623\u0633\u0639\u0627\u0631", _s18_95, "\u062a\u0643\u0648\u064a\u0646 \u0627\u0644\u0639\u0628\u0651\u0627\u0631\u0627\u062a", "tax_settings", "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0636\u0631\u0627\u0626\u0628", _s18_97, "\u0645\u0639\u062f\u0644\u0627\u062a \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "accent_color", "\u0644\u0648\u0646 \u0627\u0644\u062a\u0645\u064a\u064a\u0632", "switch", "\u064a\u064f\u062d\u0648\u0651\u0644", _s19_66, "\u0642\u0627\u0626\u0645\u0629 \u0645\u0641\u0635\u0648\u0644\u0629 \u0628\u0641\u0648\u0627\u0635\u0644", "options", "\u062e\u064a\u0627\u0631\u0627\u062a", _s16_180, "\u0646\u0635 \u0645\u0646 \u0633\u0637\u0631 \u0648\u0627\u062d\u062f", "multi_line_text", "\u0646\u0635 \u0645\u062a\u0639\u062f\u062f \u0627\u0644\u0623\u0633\u0637\u0631", "dropdown", "\u0627\u0633\u0642\u0627\u0637", "field_type", "\u0646\u0648\u0639 \u0627\u0644\u062d\u0642\u0644", _s27_45, "\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0644\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631", "submit", "\u064a\u064f\u0642\u062f\u0651\u0650\u0645", _s16_182, "\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643", "late_fees", "\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062a\u0623\u062e\u0631\u0629", "credit_number", "\u0631\u0642\u0645 \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "payment_number", "\u0631\u0642\u0645 \u0627\u0644\u062f\u0641\u0639", "late_fee_amount", "\u0645\u0628\u0644\u063a \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062a\u0623\u062e\u0631\u0629", _s16_183, "\u0646\u0633\u0628\u0629 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062a\u0623\u062e\u0631\u0629", "before_due_date", "\u0642\u0628\u0644 \u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642", "after_due_date", "\u0628\u0639\u062f \u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642", _s18_99, "\u0628\u0639\u062f \u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "days", "\u0623\u064a\u0627\u0645", "invoice_email", "\u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "payment_email", "\u062f\u0641\u0639 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "partial_payment", _s16_279, "payment_partial", _s16_279, _s21_99, "\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0644\u0644\u062f\u0641\u0639 \u0627\u0644\u062c\u0632\u0626\u064a", "quote_email", "\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0642\u062a\u0628\u0627\u0633", _s16_185, "\u062a\u0630\u0643\u064a\u0631 \u0644\u0627 \u0646\u0647\u0627\u064a\u0629 \u0644\u0647", _s16_187, "\u062a\u0645\u062a \u062a\u0635\u0641\u064a\u062a\u0647\u0627 \u0645\u0646 \u0642\u0628\u0644 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", "administrator", "\u0645\u062f\u064a\u0631", _s18_100, "\u0627\u0644\u0633\u0645\u0627\u062d \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0628\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0648\u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0648\u062a\u0639\u062f\u064a\u0644 \u062c\u0645\u064a\u0639 \u0627\u0644\u0633\u062c\u0644\u0627\u062a", "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", "\u0645\u0633\u062a\u062e\u062f\u0645 \u062c\u062f\u064a\u062f", "edit_user", "\u062a\u0639\u062f\u064a\u0644 \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", "created_user", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0628\u0646\u062c\u0627\u062d", "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", "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0628\u0646\u062c\u0627\u062d", "deleted_user", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0628\u0646\u062c\u0627\u062d", "removed_user", "\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0628\u0646\u062c\u0627\u062d", "restored_user", "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0628\u0646\u062c\u0627\u062d", "archived_users", "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0645\u0633\u062a\u062e\u062f\u0645\u064a :value \u0628\u0646\u062c\u0627\u062d", "deleted_users", "\u062a\u0645 \u062d\u0630\u0641 \u0645\u0633\u062a\u062e\u062f\u0645\u064a :value \u0628\u0646\u062c\u0627\u062d", "removed_users", "\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0645\u0633\u062a\u062e\u062f\u0645\u064a :value \u0628\u0646\u062c\u0627\u062d", "restored_users", "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0645\u0633\u062a\u062e\u062f\u0645\u064a :value \u0628\u0646\u062c\u0627\u062d", _s16_189, "\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_111, "\u0627\u062e\u0641\u0627\u0621 \u0645\u0627 \u062a\u0645 \u062f\u0641\u0639\u0629 \u062d\u062a\u0649 \u0627\u0644\u0627\u0646", _s22_72, "\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_41, "\u062a\u0636\u0645\u064a\u0646 \u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a", _s28_30, "\u062a\u0636\u0645\u064a\u0646 \u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u0631\u0641\u0642\u0629 \u0641\u064a \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629.", _s16_191, "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0631\u0623\u0633 \u0641\u064a", _s16_192, "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062a\u0630\u064a\u064a\u0644 \u0641\u064a", "first_page", "\u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0623\u0648\u0644\u0649", "all_pages", "\u0643\u0644 \u0627\u0644\u0635\u0641\u062d\u0627\u062a", "last_page", "\u0622\u062e\u0631 \u0635\u0641\u062d\u0629", "primary_font", "\u0627\u0644\u062e\u0637 \u0627\u0644\u0623\u0633\u0627\u0633\u064a", "secondary_font", "\u0627\u0644\u062e\u0637 \u0627\u0644\u062b\u0627\u0646\u0648\u064a", "primary_color", "\u0644\u0648\u0646 \u0623\u0635\u0644\u064a", "secondary_color", "\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u0648\u064a", "page_size", "\u0645\u0642\u0627\u0633 \u0627\u0644\u0635\u0641\u062d\u0647", "font_size", "\u062d\u062c\u0645 \u0627\u0644\u062e\u0637", "quote_design", "\u062a\u0635\u0645\u064a\u0645 \u0627\u0642\u062a\u0628\u0627\u0633", "invoice_fields", "\u062d\u0642\u0648\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "product_fields", "\u062d\u0642\u0648\u0644 \u0627\u0644\u0645\u0646\u062a\u062c", "invoice_terms", "\u0634\u0631\u0648\u0637 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "invoice_footer", "\u062a\u0630\u064a\u064a\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "quote_terms", "\u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633", "quote_footer", "\u0627\u0642\u062a\u0628\u0627\u0633 \u0627\u0644\u062a\u0630\u064a\u064a\u0644", _s18_101, "\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a", _s23_42, "\u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629 \u0628\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627 \u0639\u0646\u062f \u0625\u0646\u0634\u0627\u0626\u0647\u0627.", _s18_102, "\u0627\u0644\u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a\u0629", _s23_43, "\u0623\u0631\u0634\u0641\u0629 \u0639\u0631\u0648\u0636 \u0627\u0644\u0623\u0633\u0639\u0627\u0631 \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627 \u0639\u0646\u062f \u062a\u062d\u0648\u064a\u0644\u0647\u0627 \u0625\u0644\u0649 \u0641\u0627\u062a\u0648\u0631\u0629.", _s18_103, "\u062a\u062d\u0648\u064a\u0644 \u062a\u0644\u0642\u0627\u0626\u064a", _s23_44, "\u062a\u062d\u0648\u064a\u0644 \u0639\u0631\u0636 \u0627\u0644\u0623\u0633\u0639\u0627\u0631 \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627 \u0625\u0644\u0649 \u0641\u0627\u062a\u0648\u0631\u0629 \u0639\u0646\u062f \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0639\u0644\u064a\u0647\u0627.", _s17_113, "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0633\u064a\u0631 \u0627\u0644\u0639\u0645\u0644", "freq_daily", "\u064a\u0648\u0645\u064a\u064b\u0627", "freq_weekly", "\u0623\u0633\u0628\u0648\u0639\u064a", "freq_two_weeks", "\u0625\u0633\u0628\u0648\u0639\u064a\u0646", "freq_four_weeks", "\u0623\u0631\u0628\u0639\u0629 \u0623\u0633\u0627\u0628\u064a\u0639", "freq_monthly", "\u0634\u0647\u0631\u064a\u0627", "freq_two_months", "\u0634\u0647\u0631\u064a\u0646", _s17_115, "\u062b\u0644\u0627\u062b\u0629 \u0623\u0634\u0647\u0631", _s16_193, "\u0623\u0631\u0628\u0639\u0629 \u0623\u0634\u0647\u0631", "freq_six_months", "\u0633\u062a\u0629 \u0623\u0634\u0647\u0631", "freq_annually", "\u0633\u0646\u0648\u064a\u0627", "freq_two_years", "\u0633\u0646\u062a\u0627\u0646", _s16_194, "\u062b\u0644\u0627\u062b \u0633\u0646\u0648\u0627\u062a", "never", "\u0623\u0628\u062f\u0627\u064b", "company", "\u0634\u0631\u0643\u0629", _s17_116, "\u0627\u0644\u0623\u0631\u0642\u0627\u0645 \u0627\u0644\u0645\u0648\u0644\u062f\u0629", "charge_taxes", "\u0641\u0631\u0636 \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "next_reset", "\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u062a\u0627\u0644\u064a\u0629", "reset_counter", "\u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0639\u062f\u0627\u062f", _s16_195, "\u0627\u0644\u0628\u0627\u062f\u0626\u0629 \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629", "number_padding", "\u0627\u0644\u0645\u0633\u0627\u062d\u0629 \u0627\u0644\u0645\u062a\u0631\u0648\u0643\u0629", "general", "\u0639\u0627\u0645", "surcharge_field", "\u0645\u062c\u0627\u0644 \u0627\u0644\u0634\u062d\u0646 \u0627\u0644\u0625\u0636\u0627\u0641\u064a", "company_field", "\u0645\u062c\u0627\u0644 \u0627\u0644\u0634\u0631\u0643\u0629", "company_value", "\u0642\u064a\u0645\u0629 \u0627\u0644\u0634\u0631\u0643\u0629", "credit_field", "\u0645\u062c\u0627\u0644 \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "invoice_field", "\u0645\u062c\u0627\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s17_118, "\u062a\u0643\u0644\u0641\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u064a\u0629", "client_field", "\u0645\u062c\u0627\u0644 \u0627\u0644\u0639\u0645\u064a\u0644", "product_field", "\u0645\u062c\u0627\u0644 \u0627\u0644\u0645\u0646\u062a\u062c", "payment_field", "\u0645\u062c\u0627\u0644 \u0627\u0644\u062f\u0641\u0639", "contact_field", "\u0645\u062c\u0627\u0644 \u0627\u0644\u0627\u062a\u0635\u0627\u0644", "vendor_field", "\u0645\u062c\u0627\u0644 \u0627\u0644\u0628\u0627\u0626\u0639", "expense_field", "\u0645\u062c\u0627\u0644 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", "project_field", "\u0645\u062c\u0627\u0644 \u0627\u0644\u0645\u0634\u0631\u0648\u0639", "task_field", "\u0645\u062c\u0627\u0644 \u0627\u0644\u0645\u0647\u0645\u0629", "group_field", "\u0645\u062c\u0627\u0644 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629", "number_counter", "\u0639\u062f\u0627\u062f \u0631\u0642\u0645", "prefix", "\u0628\u0627\u062f\u0626\u0629", "number_pattern", "\u0646\u0645\u0637 \u0627\u0644\u0631\u0642\u0645", "messages", "\u0631\u0633\u0627\u0626\u0644", "custom_css", "\u0643\u0648\u062f \u0645\u062e\u0635\u0635 CSS", _s17_120, "\u062c\u0627\u0641\u0627 \u0633\u0643\u0631\u064a\u0628\u062a \u0645\u062e\u0635\u0635", _s16_197, "\u0639\u0631\u0636 \u0639\u0644\u0649 PDF", _s21_101, "\u0623\u0638\u0647\u0631 \u062a\u0648\u0642\u064a\u0639 \u0627\u0644\u0639\u0645\u064a\u0644 \u0639\u0644\u0649 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 / \u0639\u0631\u0636 \u0623\u0633\u0639\u0627\u0631 PDF.", _s25_54, "\u062e\u0627\u0646\u0629 \u0627\u062e\u062a\u064a\u0627\u0631 \u0634\u0631\u0648\u0637 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s30_12, "\u0645\u0637\u0627\u0644\u0628\u0629 \u0627\u0644\u0639\u0645\u064a\u0644 \u0628\u062a\u0623\u0643\u064a\u062f \u0642\u0628\u0648\u0644\u0647 \u0644\u0634\u0631\u0648\u0637 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629.", _s23_45, "\u0645\u0631\u0628\u0639 \u0627\u062e\u062a\u064a\u0627\u0631 \u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633", _s28_31, "\u0645\u0637\u0627\u0644\u0628\u0629 \u0627\u0644\u0639\u0645\u064a\u0644 \u0628\u062a\u0623\u0643\u064a\u062f \u0642\u0628\u0648\u0644\u0647 \u0644\u0634\u0631\u0648\u0637 \u0639\u0631\u0636 \u0627\u0644\u0623\u0633\u0639\u0627\u0631.", _s25_55, "\u062a\u0648\u0642\u064a\u0639 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s30_13, "\u0645\u0637\u0627\u0644\u0628\u0629 \u0627\u0644\u0639\u0645\u064a\u0644 \u0628\u062a\u0642\u062f\u064a\u0645 \u062a\u0648\u0642\u064a\u0639\u0647.", _s23_46, "\u0627\u0642\u062a\u0628\u0627\u0633 \u0627\u0644\u062a\u0648\u0642\u064a\u0639", _s22_74, "\u062d\u0645\u0627\u064a\u0629 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0628\u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631", _s27_46, "\u064a\u0633\u0645\u062d \u0644\u0643 \u0628\u062a\u0639\u064a\u064a\u0646 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0644\u0643\u0644 \u062c\u0647\u0629 \u0627\u062a\u0635\u0627\u0644. \u0625\u0630\u0627 \u062a\u0645 \u062a\u0639\u064a\u064a\u0646 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u060c \u0641\u0633\u064a\u064f\u0637\u0644\u0628 \u0645\u0646 \u062c\u0647\u0629 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0625\u062f\u062e\u0627\u0644 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0642\u0628\u0644 \u0639\u0631\u0636 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631.", "authorization", "\u062a\u0641\u0648\u064a\u0636", "subdomain", "\u0627\u0644\u0645\u062c\u0627\u0644 \u0627\u0644\u0641\u0631\u0639\u064a", "domain", "\u0627\u0650\u062e\u062a\u0650\u0635\u0627\u0635", "portal_mode", "\u0648\u0636\u0639 \u0627\u0644\u0628\u0648\u0627\u0628\u0629", "email_signature", "\u0645\u0639 \u062a\u062d\u064a\u0627\u062a\u064a\u060c", _s24_56, "\u0627\u062c\u0639\u0644 \u0645\u0646 \u0627\u0644\u0633\u0647\u0644 \u0639\u0644\u0649 \u0639\u0645\u0644\u0627\u0626\u0643 \u0627\u0644\u062f\u0641\u0639 \u0644\u0643 \u0639\u0646 \u0637\u0631\u064a\u0642 \u0625\u0636\u0627\u0641\u0629 \u062a\u0631\u0645\u064a\u0632 schema.org \u0625\u0644\u0649 \u0631\u0633\u0627\u0626\u0644\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629.", "plain", "\u0633\u0647\u0644", "light", "\u0636\u0648\u0621", "dark", "\u0645\u0638\u0644\u0645", "email_design", "\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "attach_pdf", "\u0625\u0631\u0641\u0627\u0642 \u0645\u0644\u0641 PDF", _s16_198, "\u0627\u0631\u0641\u0627\u0642 \u0645\u0633\u062a\u0646\u062f\u0627\u062a", "attach_ubl", "\u0625\u0631\u0641\u0627\u0642 UBL", "email_style", "\u0646\u0645\u0637 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s19_68, "\u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u062a\u0648\u0635\u064a\u0641", "reply_to_email", "\u0627\u0644\u0631\u062f \u0639\u0644\u0649 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "reply_to_name", "\u0627\u0644\u0631\u062f \u0639\u0644\u0649 \u0627\u0644\u0627\u0633\u0645", "bcc_email", "\u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a BCC", "processed", "\u0645\u0639\u0627\u0644\u062c\u062a\u0647\u0627", "credit_card", "\u0628\u0637\u0627\u0642\u0629 \u0625\u0626\u062a\u0645\u0627\u0646", "bank_transfer", "\u0627\u0644\u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u0645\u0635\u0631\u0641\u064a", "priority", "\u0623\u0648\u0644\u0648\u064a\u0629", "fee_amount", "\u0645\u0628\u0644\u063a \u0627\u0644\u0631\u0633\u0648\u0645", "fee_percent", "\u0646\u0633\u0628\u0629 \u0627\u0644\u0631\u0633\u0648\u0645", "fee_cap", "\u0633\u0642\u0641 \u0627\u0644\u0631\u0633\u0648\u0645", "limits_and_fees", "\u0627\u0644\u062d\u062f\u0648\u062f / \u0627\u0644\u0631\u0633\u0648\u0645", "enable_min", "\u062a\u0645\u0643\u064a\u0646 min", "enable_max", "\u062a\u0645\u0643\u064a\u0646 \u0645\u0627\u0643\u0633", "min_limit", "\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649: :min", "max_limit", "\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649: :max", "min", "\u062f\u0642\u064a\u0642\u0629", "max", "\u0627\u0644\u0623\u0639\u0644\u0649", _s19_69, "\u0634\u0639\u0627\u0631\u0627\u062a \u0627\u0644\u0628\u0637\u0627\u0642\u0627\u062a \u0627\u0644\u0645\u0642\u0628\u0648\u0644\u0629", "credentials", "\u0623\u0648\u0631\u0627\u0642 \u0627\u0639\u062a\u0645\u0627\u062f", "update_address", "\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0639\u0646\u0648\u0627\u0646", _s19_71, "\u062a\u062d\u062f\u064a\u062b \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0639\u0645\u064a\u0644 \u0645\u0639 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0645\u0642\u062f\u0645\u0629", "rate", "\u0645\u0639\u062f\u0644", "tax_rate", "\u0645\u0639\u062f\u0644 \u0627\u0644\u0636\u0631\u064a\u0628\u0629", "new_tax_rate", "\u0645\u0639\u062f\u0644 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u062c\u062f\u064a\u062f", "edit_tax_rate", "\u062a\u062d\u0631\u064a\u0631 \u0645\u0639\u062f\u0644 \u0627\u0644\u0636\u0631\u064a\u0628\u0629", _s16_200, "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0645\u0639\u062f\u0644 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 \u0628\u0646\u062c\u0627\u062d", _s16_201, "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0645\u0639\u062f\u0644 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 \u0628\u0646\u062c\u0627\u062d", _s17_123, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0645\u0639\u062f\u0644 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 \u0628\u0646\u062c\u0627\u062d", _s16_202, "\u062a\u0645 \u062d\u0630\u0641 \u0645\u0639\u062f\u0644 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 \u0628\u0646\u062c\u0627\u062d", _s17_124, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0645\u0639\u062f\u0644 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 \u0628\u0646\u062c\u0627\u062d", _s18_104, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0645\u0639\u062f\u0644\u0627\u062a \u0627\u0644\u0636\u0631\u0627\u0626\u0628 :value \u0628\u0646\u062c\u0627\u062d", _s17_125, "\u062a\u0645 \u062d\u0630\u0641 \u0645\u0639\u062f\u0644\u0627\u062a \u0627\u0644\u0636\u0631\u0627\u0626\u0628 :value \u0628\u0646\u062c\u0627\u062d", _s18_105, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0645\u0639\u062f\u0644\u0627\u062a \u0627\u0644\u0636\u0631\u0627\u0626\u0628 :value \u0628\u0646\u062c\u0627\u062d", "fill_products", "\u0645\u0646\u062a\u062c\u0627\u062a \u0627\u0644\u062a\u0639\u0628\u0626\u0629 \u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a\u0629", _s18_106, "\u0633\u064a\u0624\u062f\u064a \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0645\u0646\u062a\u062c \u0625\u0644\u0649 \u0645\u0644\u0621 \u0627\u0644\u0648\u0635\u0641 \u0648\u0627\u0644\u062a\u0643\u0644\u0641\u0629 \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627", "update_products", "\u0645\u0646\u062a\u062c\u0627\u062a \u0627\u0644\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a", _s20_96, "\u0633\u064a\u0624\u062f\u064a \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0625\u0644\u0649 \u062a\u062d\u062f\u064a\u062b \u0645\u0643\u062a\u0628\u0629 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627", _s16_203, "\u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a", _s21_102, "\u062a\u062d\u0648\u064a\u0644 \u0623\u0633\u0639\u0627\u0631 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0625\u0644\u0649 \u0639\u0645\u0644\u0629 \u0627\u0644\u0639\u0645\u064a\u0644 \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627", "fees", "\u0645\u0635\u0627\u0631\u064a\u0641", "limits", "\u062d\u062f\u0648\u062f", "provider", "\u0645\u0632\u0648\u062f", "company_gateway", "\u0628\u0648\u0627\u0628\u0629 \u0627\u0644\u062f\u0641\u0639", _s16_205, "\u0628\u0648\u0627\u0628\u0627\u062a \u0627\u0644\u062f\u0641\u0639", _s19_72, "\u0628\u0648\u0627\u0628\u0629 \u062c\u062f\u064a\u062f\u0629", _s20_97, "\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0628\u0648\u0627\u0628\u0629", _s23_47, "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0628\u0648\u0627\u0628\u0629 \u0628\u0646\u062c\u0627\u062d", _s23_48, "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0628\u0648\u0627\u0628\u0629 \u0628\u0646\u062c\u0627\u062d", _s24_57, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0628\u0648\u0627\u0628\u0629 \u0628\u0646\u062c\u0627\u062d", _s23_49, "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0628\u0648\u0627\u0628\u0629 \u0628\u0646\u062c\u0627\u062d", _s24_58, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0628\u0648\u0627\u0628\u0629 \u0628\u0646\u062c\u0627\u062d", _s25_57, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0628\u0648\u0627\u0628\u0627\u062a :value \u0628\u0646\u062c\u0627\u062d", _s24_59, "\u062a\u0645 \u062d\u0630\u0641 \u0628\u0648\u0627\u0628\u0627\u062a :value \u0628\u0646\u062c\u0627\u062d", _s25_58, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0628\u0648\u0627\u0628\u0627\u062a :value \u0628\u0646\u062c\u0627\u062d", _s16_207, "\u0627\u0644\u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u0641\u064a \u0627\u0644\u062a\u0639\u062f\u064a\u0644", "discard_changes", "\u062a\u062c\u0627\u0647\u0644 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a", "default_value", "\u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0629", "disabled", "\u0639\u0627\u062c\u0632", "currency_format", "\u062a\u0646\u0633\u064a\u0642 \u0627\u0644\u0639\u0645\u0644\u0629", _s21_103, "\u0627\u0648\u0644 \u064a\u0648\u0645 \u0645\u0646 \u0627\u0644\u0627\u0633\u0628\u0648\u0639", _s23_50, "\u0627\u0644\u0634\u0647\u0631 \u0627\u0644\u0623\u0648\u0644 \u0645\u0646 \u0627\u0644\u0639\u0627\u0645", "sunday", "\u0627\u0644\u0623\u062d\u062f", "monday", "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", "tuesday", "\u064a\u0648\u0645 \u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", "wednesday", "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", "thursday", "\u064a\u0648\u0645 \u0627\u0644\u062e\u0645\u064a\u0633", "friday", "\u062c\u0645\u0639\u0629", "saturday", "\u0627\u0644\u0633\u0628\u062a", "january", "\u064a\u0646\u0627\u064a\u0631", "february", "\u0634\u0647\u0631 \u0641\u0628\u0631\u0627\u064a\u0631", "march", "\u064a\u0645\u0634\u064a", "april", "\u0623\u0628\u0631\u064a\u0644", "may", "\u064a\u0645\u0643\u0646", "june", "\u064a\u0648\u0646\u064a\u0648", "july", "\u064a\u0648\u0644\u064a\u0648", "august", "\u0623\u063a\u0633\u0637\u0633", "september", "\u0633\u0628\u062a\u0645\u0628\u0631", "october", "\u0627\u0643\u062a\u0648\u0628\u0631", "november", "\u0634\u0647\u0631 \u0646\u0648\u0641\u0645\u0628\u0631", "december", "\u062f\u064a\u0633\u0645\u0628\u0631", "symbol", "\u0631\u0645\u0632", "ocde", "\u0634\u0641\u0631\u0629", "date_format", "\u0635\u064a\u063a\u0629 \u0627\u0644\u062a\u0627\u0631\u064a\u062e", "datetime_format", "\u062a\u0646\u0633\u064a\u0642 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0648\u0627\u0644\u0648\u0642\u062a", "military_time", "\u062a\u0648\u0642\u064a\u062a 24 \u0633\u0627\u0639\u0629", _s18_107, "\u0639\u0631\u0636 24 \u0633\u0627\u0639\u0629", "send_reminders", "\u0625\u0631\u0633\u0627\u0644 \u062a\u0630\u0643\u064a\u0631", "timezone", "\u0648\u062d\u062f\u0629 \u0632\u0645\u0646\u064a\u0629", _s19_73, "\u062a\u0645\u062a \u062a\u0635\u0641\u064a\u062a\u0647\u0627 \u062d\u0633\u0628 \u0627\u0644\u0645\u0634\u0631\u0648\u0639", _s17_126, "\u062a\u0645\u062a \u062a\u0635\u0641\u064a\u062a\u0647\u0627 \u062d\u0633\u0628 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629", _s19_75, "\u062a\u0645\u062a \u062a\u0635\u0641\u064a\u062a\u0647\u0627 \u062d\u0633\u0628 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s18_108, "\u062a\u0645\u062a \u062a\u0635\u0641\u064a\u062a\u0647\u0627 \u062d\u0633\u0628 \u0627\u0644\u0639\u0645\u064a\u0644", _s18_110, "\u062a\u0645\u062a \u062a\u0635\u0641\u064a\u062a\u0647\u0627 \u062d\u0633\u0628 \u0627\u0644\u0628\u0627\u0626\u0639", "group_settings", "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629", "group", "\u0645\u062c\u0645\u0648\u0639\u0629", "groups", "\u0645\u062c\u0645\u0648\u0639\u0627\u062a", "new_group", "\u0645\u062c\u0645\u0648\u0639\u0629 \u062c\u062f\u064a\u062f\u0629", "edit_group", "\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629", "created_group", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0628\u0646\u062c\u0627\u062d", "updated_group", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0628\u0646\u062c\u0627\u062d", "archived_groups", "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0645\u062c\u0645\u0648\u0639\u0627\u062a :value \u0628\u0646\u062c\u0627\u062d", "deleted_groups", "\u062a\u0645 \u062d\u0630\u0641 \u0645\u062c\u0645\u0648\u0639\u0627\u062a :value \u0628\u0646\u062c\u0627\u062d", "restored_groups", "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0645\u062c\u0645\u0648\u0639\u0627\u062a :value \u0628\u0646\u062c\u0627\u062d", "archived_group", "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0628\u0646\u062c\u0627\u062d", "deleted_group", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0628\u0646\u062c\u0627\u062d", "restored_group", "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0628\u0646\u062c\u0627\u062d", "upload_logo", "\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0634\u0639\u0627\u0631", "uploaded_logo", "\u062a\u0645 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0634\u0639\u0627\u0631 \u0628\u0646\u062c\u0627\u062d", "logo", "\u0634\u0639\u0627\u0631", "saved_settings", "\u062a\u0645 \u062d\u0641\u0638 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0628\u0646\u062c\u0627\u062d", _s16_209, "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0646\u062a\u062c", "device_settings", "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062c\u0647\u0627\u0632", "defaults", "\u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u0627\u062a", "basic_settings", "\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629", _s17_128, "\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", "\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", "localization", "\u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0644\u063a\u0629", "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", "\u0623\u0632\u0631\u0627\u0631 \u0627\u0644\u0634\u0631\u0627\u0621 \u0627\u0644\u0622\u0646", "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_52, "\u0627\u0644\u0642\u0648\u0627\u0644\u0628 \u0648\u0627\u0644\u062a\u0630\u0643\u064a\u0631\u0627\u062a", _s22_75, _s23_57, _s19_77, "\u062a\u0635\u0648\u0631\u0627\u062a \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a", "price", "\u0633\u0639\u0631", "email_sign_up", "\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643", "google_sign_up", "\u062c\u0648\u062c\u0644 \u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643", _s27_50, "\u0634\u0643\u0631\u0627 \u0644\u0643 \u0639\u0644\u0649 \u0627\u0644\u0634\u0631\u0627\u0621!", "redeem", "\u064a\u0633\u062a\u0631\u062f", "back", "\u062e\u0644\u0641", "past_purchases", "\u0627\u0644\u0645\u0634\u062a\u0631\u064a\u0627\u062a \u0627\u0644\u0633\u0627\u0628\u0642\u0629", _s19_79, "\u0627\u0634\u062a\u0631\u0627\u0643 \u0633\u0646\u0648\u064a", "pro_plan", "\u062e\u0637\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629", "enterprise_plan", "\u062e\u0637\u0629 \u0627\u0644\u0645\u0624\u0633\u0633\u0629", "count_users", "\u0645\u0633\u062a\u062e\u062f\u0645\u064a :count", "upgrade", "\u064a\u0631\u0642\u064a", _s25_59, "\u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u062f\u062e\u0627\u0644 \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u0648\u0644", _s24_60, "\u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u062f\u062e\u0627\u0644 \u0627\u0633\u0645 \u0627\u0644\u0639\u0627\u0626\u0644\u0629", _s33_30, "\u064a\u0631\u062c\u0649 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0639\u0644\u0649 \u0634\u0631\u0648\u0637 \u0627\u0644\u062e\u062f\u0645\u0629 \u0648\u0633\u064a\u0627\u0633\u0629 \u0627\u0644\u062e\u0635\u0648\u0635\u064a\u0629 \u0644\u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628.", "i_agree_to_the", "\u0623\u0646\u0627 \u0623\u0648\u0627\u0641\u0642 \u0639\u0644\u0649", _s16_211, "\u0634\u0631\u0648\u0637 \u0627\u0644\u062e\u062f\u0645\u0629", "privacy_policy", "\u0633\u064a\u0627\u0633\u0629 \u0627\u0644\u062e\u0635\u0648\u0635\u064a\u0629", "sign_up", "\u062a\u0633\u062c\u064a\u0644", "account_login", "\u062a\u0633\u062c\u0644 \u0627\u0644\u062f\u062e\u0648\u0644", "view_website", "\u0639\u0631\u0636 \u0627\u0644\u0645\u0648\u0642\u0639", "create_account", "\u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628", "email_login", _s31_29, "create_new", "\u062e\u0644\u0642 \u062c\u062f\u064a\u062f \u0625\u0628\u062f\u0627\u0639 \u062c\u062f\u064a\u062f", _s18_112, "\u0644\u0645 \u064a\u062a\u0645 \u062a\u062d\u062f\u064a\u062f \u0633\u062c\u0644", _s21_106, "\u064a\u0631\u062c\u0649 \u062d\u0641\u0638 \u0623\u0648 \u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643", "download", "\u062a\u062d\u0645\u064a\u0644", _s27_51, "\u064a\u062a\u0637\u0644\u0628 \u062e\u0637\u0629 \u0645\u0634\u0631\u0648\u0639", "take_picture", "\u0627\u0644\u062a\u0642\u0637 \u0635\u0648\u0631\u0629", "upload_files", "Upload Files", "document", "\u0648\u062b\u064a\u0642\u0629", "documents", "\u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a", "new_document", "\u0645\u0633\u062a\u0646\u062f \u062c\u062f\u064a\u062f", "edit_document", "\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0645\u0633\u062a\u0646\u062f", _s17_130, "\u062a\u0645 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0633\u062a\u0646\u062f \u0628\u0646\u062c\u0627\u062d", _s16_213, "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0633\u062a\u0646\u062f \u0628\u0646\u062c\u0627\u062d", _s17_131, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0645\u0633\u062a\u0646\u062f \u0628\u0646\u062c\u0627\u062d", _s16_214, "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0645\u0633\u062a\u0646\u062f \u0628\u0646\u062c\u0627\u062d", _s17_132, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u0633\u062a\u0646\u062f \u0628\u0646\u062c\u0627\u062d", _s18_114, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u062a\u0647 \u0628\u0646\u062c\u0627\u062d: \u0645\u0633\u062a\u0646\u062f\u0627\u062a \u0627\u0644\u0642\u064a\u0645\u0629", _s17_133, "\u062a\u0645\u062a \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062d\u0630\u0641 \u0628\u0646\u062c\u0627\u062d: \u0645\u0633\u062a\u0646\u062f\u0627\u062a \u0627\u0644\u0642\u064a\u0645\u0629", _s18_115, "\u062a\u0645\u062a \u0627\u0644\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0628\u0646\u062c\u0627\u062d: \u0645\u0633\u062a\u0646\u062f\u0627\u062a \u0627\u0644\u0642\u064a\u0645\u0629", "no_history", "\u0644\u0627 \u062a\u0627\u0631\u064a\u062e", "expense_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", "pending", "\u0642\u064a\u062f \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631", _s16_215, "\u0645\u0633\u062c\u0651\u0644", _s16_216, "\u0642\u064a\u062f \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631", _s16_217, "\u0645\u0641\u0648\u062a\u0631\u0629", "converted", "\u0645\u062d\u0648\u0644\u0629", _s24_62, "\u0623\u0636\u0641 \u0645\u0633\u062a\u0646\u062f\u0627\u062a \u0625\u0644\u0649 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0647", "exchange_rate", "\u0633\u0639\u0631 \u0627\u0644\u0635\u0631\u0641", _s16_218, "\u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u0639\u0645\u0644\u0629", "mark_paid", "\u0645\u0627\u0631\u0643 \u0645\u062f\u0641\u0648\u0639\u0629", "category", "\u0641\u0626\u0629", "address", "\u0627\u0644\u0639\u0646\u0648\u0627\u0646", "new_vendor", "\u0628\u0627\u0626\u0639 \u062c\u062f\u064a\u062f", "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", "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0628\u0627\u0626\u0639 \u0628\u0646\u062c\u0627\u062d", _s16_219, "\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_220, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0628\u0627\u0626\u0639\u064a :value \u0628\u0646\u062c\u0627\u062d", "new_expense", "\u0623\u062f\u062e\u0644 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", "created_expense", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628 \u0628\u0646\u062c\u0627\u062d", "updated_expense", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0628\u0646\u062c\u0627\u062d", _s16_221, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0628\u0646\u062c\u0627\u062d", "deleted_expense", _s21_134, _s16_222, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0646\u0641\u0642\u0627\u062a \u0628\u0646\u062c\u0627\u062d", _s17_134, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0646\u0641\u0642\u0627\u062a \u0628\u0646\u062c\u0627\u062d", _s16_223, _s21_134, _s17_135, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0646\u0641\u0642\u0627\u062a :value \u0628\u0646\u062c\u0627\u062d", "copy_shipping", "\u0646\u0633\u062e \u0627\u0644\u0634\u062d\u0646", "copy_billing", "\u0646\u0633\u062e \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", "design", "\u062a\u0635\u0645\u064a\u0645", _s21_107, "\u0641\u0634\u0644 \u0641\u064a \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0633\u062c\u0644", "invoiced", "\u0645\u0641\u0648\u062a\u0631\u0629", "logged", "\u0645\u0633\u062c\u0651\u0644", "running", "\u062c\u0631\u064a", "resume", "\u0633\u064a\u0631\u0629 \u0630\u0627\u062a\u064a\u0629", "task_errors", "\u064a\u0631\u062c\u0649 \u062a\u0635\u062d\u064a\u062d \u0623\u064a \u0623\u0648\u0642\u0627\u062a \u0645\u062a\u062f\u0627\u062e\u0644\u0629", "start", "\u064a\u0628\u062f\u0623", "stop", "\u0642\u0641", "started_task", "\u0628\u062f\u0623\u062a \u0627\u0644\u0645\u0647\u0645\u0629 \u0628\u0646\u062c\u0627\u062d", "stopped_task", "\u062a\u0645 \u0625\u064a\u0642\u0627\u0641 \u0627\u0644\u0645\u0647\u0645\u0629 \u0628\u0646\u062c\u0627\u062d", "resumed_task", "\u062a\u0645 \u0627\u0633\u062a\u0626\u0646\u0627\u0641 \u0627\u0644\u0645\u0647\u0645\u0629 \u0628\u0646\u062c\u0627\u062d", "now", "\u0627\u0644\u0622\u0646", _s16_224, "\u0645\u0647\u0627\u0645 \u0627\u0644\u0628\u062f\u0621 \u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a", "timer", "\u0627\u0644\u0645\u0648\u0642\u062a", "manual", "\u064a\u062f\u0648\u064a", "budgeted", "\u0627\u0644\u0645\u064a\u0632\u0627\u0646\u064a\u0629", "start_time", "\u0648\u0642\u062a \u0627\u0644\u0628\u062f\u0621", "end_time", "\u0648\u0642\u062a \u0627\u0644\u0646\u0647\u0627\u064a\u0629", "date", "\u062a\u0627\u0631\u064a\u062e", "times", "\u0645\u0631\u0627\u062a", "duration", "\u0645\u062f\u0629", "new_task", "\u0645\u0647\u0645\u0629 \u062c\u062f\u064a\u062f\u0629", "created_task", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0645\u0647\u0645\u0629 \u0628\u0646\u062c\u0627\u062d", "updated_task", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0647\u0645\u0629 \u0628\u0646\u062c\u0627\u062d", "archived_task", "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0645\u0647\u0645\u0629 \u0628\u0646\u062c\u0627\u062d", "deleted_task", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0645\u0647\u0645\u0629 \u0628\u0646\u062c\u0627\u062d", "restored_task", "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u0647\u0645\u0629 \u0628\u0646\u062c\u0627\u062d", "archived_tasks", "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u062a\u0647 \u0628\u0646\u062c\u0627\u062d: \u0639\u062f \u0627\u0644\u0645\u0647\u0627\u0645", "deleted_tasks", "\u062a\u0645 \u062d\u0630\u0641 \u0645\u0647\u0627\u0645 :count \u0628\u0646\u062c\u0627\u062d", "restored_tasks", "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0645\u0647\u0627\u0645 :value \u0628\u0646\u062c\u0627\u062d", _s19_81, "\u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u062f\u062e\u0627\u0644 \u0627\u0633\u0645", "budgeted_hours", "\u0633\u0627\u0639\u0627\u062a \u0627\u0644\u0645\u064a\u0632\u0627\u0646\u064a\u0629", "created_project", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 \u0628\u0646\u062c\u0627\u062d", "updated_project", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0634\u0631\u0648\u0639 \u0628\u0646\u062c\u0627\u062d", _s16_226, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 \u0628\u0646\u062c\u0627\u062d", "deleted_project", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 \u0628\u0646\u062c\u0627\u062d", _s16_227, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 \u0628\u0646\u062c\u0627\u062d", _s17_136, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0645\u0634\u0627\u0631\u064a\u0639 :count \u0628\u0646\u062c\u0627\u062d", _s16_228, "\u062a\u0645 \u062d\u0630\u0641 \u0645\u0634\u0627\u0631\u064a\u0639 :count \u0628\u0646\u062c\u0627\u062d", _s17_137, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0645\u0634\u0627\u0631\u064a\u0639 :value \u0628\u0646\u062c\u0627\u062d", "new_project", "\u0645\u0634\u0631\u0648\u0639 \u062c\u062f\u064a\u062f", _s27_55, "\u0634\u0643\u0631\u0627 \u0644\u0643 \u0639\u0644\u0649 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0644\u062f\u064a\u0646\u0627!", "if_you_like_it", "\u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u0631\u063a\u0628 \u0641\u064a \u0630\u0644\u0643 \u0645\u0646 \u0641\u0636\u0644\u0643", "click_here", "\u0627\u0646\u0642\u0631 \u0647\u0646\u0627", _s18_116, "\u0627\u0646\u0642\u0631 \u0647\u0646\u0627", "to_rate_it", "\u0644\u062a\u0642\u064a\u064a\u0645\u0647\u0627.", "average", "\u0645\u062a\u0648\u0633\u0637", "unapproved", "\u063a\u064a\u0631 \u0645\u0648\u0627\u0641\u0642 \u0639\u0644\u064a\u0647", _s30_18, "\u064a\u0631\u062c\u0649 \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0644\u062a\u063a\u064a\u064a\u0631 \u0647\u0630\u0627 \u0627\u0644\u0625\u0639\u062f\u0627\u062f", "locked", "\u0645\u0642\u0641\u0644", "authenticate", "\u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629", _s19_83, "\u064a\u0631\u062c\u0649 \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629", _s24_64, "\u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u0628\u064a\u0648\u0645\u062a\u0631\u064a\u0629", "footer", "\u062a\u0630\u064a\u064a\u0644", "compare", "\u064a\u0642\u0627\u0631\u0646", "hosted_login", "\u0645\u0633\u062a\u0636\u0627\u0641 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644", "selfhost_login", "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0625\u0644\u0649 Selfhost", "google_sign_in", "\u0627\u0644\u062f\u062e\u0648\u0644 \u0645\u0639 \u062c\u0648\u062c\u0644", "today", "\u0627\u0644\u064a\u0648\u0645", "custom_range", "\u0646\u0637\u0627\u0642 \u0645\u062e\u0635\u0635", "date_range", "\u0646\u0637\u0627\u0642 \u0627\u0644\u0645\u0648\u0639\u062f", "current", "\u062d\u0627\u0636\u0650\u0631", "previous", "\u0633\u0627\u0628\u0642", "current_period", "\u0627\u0644\u0641\u062a\u0631\u0629 \u0627\u0644\u062d\u0627\u0644\u064a\u0629", _s17_138, "\u0641\u062a\u0631\u0629 \u0627\u0644\u0645\u0642\u0627\u0631\u0646\u0629", "previous_period", "\u0627\u0644\u0641\u062a\u0631\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629", "previous_year", "\u0627\u0644\u0633\u0646\u0629 \u0627\u0644\u0645\u0627\u0636\u064a\u0629", "compare_to", "\u0642\u0627\u0631\u0646 \u0628", "last7_days", "\u0627\u062e\u0631 7 \u0627\u064a\u0627\u0645", "last_week", "\u0627\u0644\u0623\u0633\u0628\u0648\u0639 \u0627\u0644\u0645\u0627\u0636\u064a", "last30_days", "\u0622\u062e\u0631 30 \u064a\u0648\u0645\u064b\u0627", "this_month", "\u0647\u0630\u0627 \u0627\u0644\u0634\u0647\u0631", "last_month", "\u0627\u0644\u0634\u0647\u0631 \u0627\u0644\u0645\u0627\u0636\u064a", "this_year", "\u0647\u0630\u0627 \u0627\u0644\u0639\u0627\u0645", "last_year", "\u0627\u0644\u0639\u0627\u0645 \u0627\u0644\u0645\u0627\u0636\u064a", "all_time", "All Time", "custom", "\u0645\u062e\u0635\u0635", _s16_229, "\u0627\u0633\u062a\u0646\u0633\u0627\u062e \u0625\u0644\u0649 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "clone_to_quote", "\u0627\u0633\u062a\u0646\u0633\u0627\u062e \u0644\u0644\u0627\u0642\u062a\u0628\u0627\u0633", "clone_to_credit", "\u0627\u0633\u062a\u0646\u0633\u0627\u062e \u0644\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "view_invoice", "\u0639\u0631\u0636 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "convert", "\u064a\u062a\u062d\u0648\u0644", "more", "\u0623\u0643\u062b\u0631", "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", "\u062a\u0639\u062f\u064a\u0644 \u0639\u0631\u0636 \u0633\u0639\u0631", "edit_payment", "\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u062f\u0641\u0639", "edit_task", "\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0645\u0647\u0645\u0629", "edit_expense", "\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", "edit_vendor", "\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0628\u0627\u0626\u0639", "edit_project", "\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0645\u0634\u0631\u0648\u0639", _s20_99, "\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633 \u0627\u0644\u0645\u062a\u0643\u0631\u0631", "billing_address", "\u0639\u0646\u0648\u0627\u0646 \u0648\u0635\u0648\u0644 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", _s16_231, "\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0634\u062d\u0646", "total_revenue", "\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u0625\u064a\u0631\u0627\u062f\u0627\u062a", "average_invoice", "\u0645\u0639\u062f\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "outstanding", "\u0645\u062a\u0645\u064a\u0632", "invoices_sent", ":count \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0645\u0631\u0633\u0644\u0629", "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", "\u0633\u0631", "name", "\u0627\u0644\u0627\u0633\u0645", "logout", "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062e\u0631\u0648\u062c", "login", "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644", "filter", "\u062a\u0631\u0634\u064a\u062d", "sort", "\u0646\u0648\u0639", "search", "\u0627\u0644\u0628\u062d\u062b", "active", "\u0646\u0634\u0637", "archived", "\u0645\u0624\u0631\u0634\u0641", "deleted", "\u062a\u0645 \u0627\u0644\u062d\u0630\u0641", "dashboard", "\u0644\u0648\u062d\u0629 \u0627\u0644\u062a\u062d\u0643\u0645", "archive", "\u0627\u0631\u0634\u064a\u0641", "delete", "\u062d\u0630\u0641", "restore", "\u064a\u0639\u064a\u062f", _s16_233, "\u0627\u0643\u062a\u0645\u0627\u0644 \u0627\u0644\u062a\u062d\u062f\u064a\u062b", _s23_53, "\u0631\u062c\u0627\u0621\u0627 \u0623\u062f\u062e\u0644 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s26_43, "\u0645\u0646 \u0641\u0636\u0644\u0643 \u0623\u062f\u062e\u0644 \u0631\u0642\u0645\u0643 \u0627\u0644\u0633\u0631\u064a", _s21_110, "\u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u062f\u062e\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 URL \u0627\u0644\u062e\u0627\u0635 \u0628\u0643", _s26_45, "\u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u062f\u062e\u0627\u0644 \u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0645\u0646\u062a\u062c", "ascending", "\u062a\u0635\u0627\u0639\u062f\u064a", "descending", "\u062a\u0646\u0627\u0632\u0644\u064a", "save", "\u062d\u0641\u0638", _s17_140, "\u062d\u062f\u062b \u062e\u0637\u0623", "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", "\u0645\u0644\u062e\u0635", "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", "\u0638\u0631\u064a\u0628\u0647 \u0627\u0644\u0634\u0631\u0627\u0621", "id_number", "\u0631\u0642\u0645 \u0627\u0644\u0647\u0648\u064a\u0629", "create", "\u0625\u0646\u0634\u0627\u0621", _s19_85, "\u0646\u0633\u062e :value \u0625\u0644\u0649 \u0627\u0644\u062d\u0627\u0641\u0638\u0629", "error", "\u062e\u0637\u0623", _s16_235, "\u062a\u0639\u0630\u0631 \u0627\u0644\u0625\u0637\u0644\u0627\u0642", "contacts", "\u062c\u0647\u0627\u062a \u0627\u0644\u0627\u062a\u0635\u0627\u0644", "additional", "\u0625\u0636\u0627\u0641\u064a", "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", "\u0646\u0639\u0645", "remove", "\u064a\u0632\u064a\u0644", _s16_237, "\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u063a\u064a\u0631 \u0635\u0627\u0644\u062d", "product", "\u0645\u0646\u062a\u062c", "products", "\u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a", "new_product", "\u0645\u0646\u062a\u062c \u062c\u062f\u064a\u062f", "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_239, "\u062a\u0645\u062a \u0627\u0631\u0634\u0641\u0629 \u0627\u0644\u0645\u0646\u062a\u062c \u0628\u0646\u062c\u0627\u062d", "deleted_product", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0645\u0646\u062a\u062c \u0628\u0646\u062c\u0627\u062d", _s16_240, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u0646\u062a\u062c \u0628\u0646\u062c\u0627\u062d", _s17_142, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0645\u0646\u062a\u062c\u0627\u062a :count \u0628\u0646\u062c\u0627\u062d", _s16_241, "\u062a\u0645 \u062d\u0630\u0641 \u0645\u0646\u062a\u062c\u0627\u062a :count \u0628\u0646\u062c\u0627\u062d", _s17_143, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0645\u0646\u062a\u062c\u0627\u062a :value \u0628\u0646\u062c\u0627\u062d", "product_key", "\u0645\u0646\u062a\u062c", "notes", "\u0645\u0644\u062d\u0648\u0638\u0627\u062a", "cost", "\u064a\u0643\u0644\u0641", "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_242, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u062a\u0647 :count \u0639\u0645\u0644\u0627\u0621 \u0628\u0646\u062c\u0627\u062d", "deleted_client", _s19_99, "deleted_clients", "\u062a\u0645 \u062d\u0630\u0641 :count \u0639\u0645\u0644\u0627\u0621 \u0628\u0646\u062c\u0627\u062d", "restored_client", "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0639\u0645\u064a\u0644 \u0628\u0646\u062c\u0627\u062d", _s16_243, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0639\u0645\u0644\u0627\u0621 :value \u0628\u0646\u062c\u0627\u062d", "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", "\u062f\u0648\u0644\u0629", "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_244, "\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_245, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s17_144, "\u062a\u0645 \u0627\u0631\u0634\u0641\u0629 :count \u0641\u0648\u0627\u062a\u064a\u0631 \u0628\u0646\u062c\u0627\u062d", _s16_246, "\u062a\u0645 \u062d\u0630\u0641 :count \u0641\u0648\u0627\u062a\u064a\u0631 \u0628\u0646\u062c\u0627\u062d", _s17_145, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0641\u0648\u0627\u062a\u064a\u0631 :value \u0628\u0646\u062c\u0627\u062d", "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", "\u0627\u0644\u062f\u0641\u0639 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0628\u0646\u062c\u0627\u062d", "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 \u0623\u0645\u0631 \u0627\u0644\u0634\u0631\u0627\u0621", "terms", "\u0627\u0644\u0634\u0631\u0648\u0637", "public_notes", "\u0645\u0644\u0627\u062d\u0638\u0627\u062a \u0639\u0627\u0645\u0629", "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", "\u0631\u0642\u0645 \u0639\u0631\u0636 \u0627\u0644\u0633\u0639\u0631", "quote_date", "\u062a\u0627\u0631\u064a\u062e \u0639\u0631\u0636 \u0627\u0644\u0633\u0639\u0631", "valid_until", "\u0635\u0627\u0644\u062d \u062d\u062a\u0649", "items", "\u0623\u063a\u0631\u0627\u0636", "partial_deposit", "\u062c\u0632\u0626\u064a / \u0625\u064a\u062f\u0627\u0639", "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", "\u0627\u0636\u0627\u0641\u0629 \u0639\u0646\u0635\u0631", "contact", "\u062c\u0647\u0629 \u0625\u062a\u0635\u0627\u0644", "work_phone", "\u0627\u0644\u0647\u0627\u062a\u0641", "total_amount", "\u0627\u0644\u0645\u0628\u0644\u063a \u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a", "pdf", "\u0628\u064a \u062f\u064a \u0625\u0641", "due_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642", _s16_247, "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642 \u0627\u0644\u062c\u0632\u0626\u064a", "paid_date", "Paid Date", "status", "\u0627\u0644\u062d\u0627\u0644\u0629", _s17_146, "\u062d\u0627\u0644\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "quote_status", "\u062d\u0627\u0644\u0629 \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633", _s22_76, "\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 + \u0644\u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0635\u0631", _s22_78, "\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 + \u0644\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0648\u0642\u062a", "count_selected", ":count \u0645\u062d\u062f\u062f", "total", "\u0627\u0644\u0645\u062c\u0645\u0648\u0639", "percent", "\u0646\u0633\u0628\u0647 \u0645\u0626\u0648\u064a\u0647", "edit", "\u062a\u0639\u062f\u064a\u0644", "dismiss", "\u0631\u0641\u0636", _s20_101, "\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u062a\u0627\u0631\u064a\u062e", _s22_79, _s17_162, _s24_66, "\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0641\u0627\u062a\u0648\u0631\u0629", "task_rate", "\u0645\u0639\u062f\u0644 \u0627\u0644\u0645\u0647\u0645\u0629", "settings", "\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a", "language", "\u0644\u063a\u0629", "currency", "\u0639\u0645\u0644\u0629", "created_at", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0625\u0646\u0634\u0627\u0621", "created_on", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0624\u0647\u0627 \u0639\u0644\u0649", "updated_at", "\u0645\u062d\u062f\u062b", "tax", "\u0636\u0631\u064a\u0628\u0629", _s30_20, "\u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u062f\u062e\u0627\u0644 \u0631\u0642\u0645 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s27_59, "\u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u062f\u062e\u0627\u0644 \u0631\u0642\u0645 \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633", "past_due", "\u062a\u062c\u0627\u0648\u0632 \u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642", "draft", "\u0645\u0633\u0648\u062f\u0629", "sent", "\u0645\u0631\u0633\u0644", "viewed", "\u064a\u0646\u0638\u0631", "approved", "\u0645\u0648\u0627\u0641\u0642\u0629", "partial", "\u062c\u0632\u0626\u064a / \u0625\u064a\u062f\u0627\u0639", "paid", "\u0645\u062f\u0641\u0648\u0639", "mark_sent", "\u0645\u0627\u0631\u0643 \u0627\u0644\u0645\u0631\u0633\u0644\u0629", _s22_81, "\u0646\u062c\u062d \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0645\u0631\u0633\u0644\u0629", _s22_82, _s35_21, _s23_55, "\u0646\u062c\u062d \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0645\u0631\u0633\u0644\u0629", _s23_56, _s36_15, "done", "\u062a\u0645", _s37_22, "\u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u062f\u062e\u0627\u0644 \u0627\u0633\u0645 \u0627\u0644\u0639\u0645\u064a\u0644 \u0623\u0648 \u062c\u0647\u0629 \u0627\u0644\u0627\u062a\u0635\u0627\u0644", "dark_mode", "\u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062f\u0627\u0643\u0646", _s27_61, "\u0623\u0639\u062f \u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0644\u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u062a\u063a\u064a\u064a\u0631", "refresh_data", "\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a", "blank_contact", "\u0627\u062a\u0635\u0627\u0644 \u0641\u0627\u0631\u063a", "activity", "\u0646\u0634\u0627\u0637", _s16_249, "\u0644\u0627 \u062a\u0648\u062c\u062f \u0633\u062c\u0644\u0627\u062a", "clone", "\u0627\u0633\u062a\u0646\u0633\u0627\u062e", "loading", "\u062a\u062d\u0645\u064a\u0644", "industry", "\u0635\u0646\u0627\u0639\u0629", "size", "\u0645\u0642\u0627\u0633", "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", "\u062d\u0627\u0644\u0629 \u0627\u0644\u0633\u062f\u0627\u062f", _s16_251, "\u0642\u064a\u062f \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631", _s16_252, "\u0628\u0627\u0637\u0644", _s16_253, "\u0641\u0634\u0644", _s16_254, "\u0645\u0643\u062a\u0645\u0644", _s16_255, "\u0627\u0644\u0645\u0631\u062f\u0648\u062f\u0629 \u062c\u0632\u0626\u064a\u0627", _s16_256, "\u0645\u0639\u0627\u062f", _s17_147, "\u063a\u064a\u0631 \u0645\u0637\u0628\u0642", _s17_148, "\u063a\u064a\u0631 \u0645\u0637\u0628\u0642 \u062c\u0632\u0626\u064a\u064b\u0627", "net", "\u0634\u0628\u0643\u0629", "client_portal", "\u0628\u0648\u0627\u0628\u0629 \u0627\u0644\u0639\u0645\u064a\u0644", "show_tasks", "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u0647\u0627\u0645", "email_reminders", "\u062a\u0630\u0643\u064a\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "enabled", "\u0645\u0645\u0643\u0646", "recipients", "\u0627\u0644\u0645\u0633\u062a\u0644\u0645\u0648\u0646", "initial_email", "\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u0623\u0648\u0644\u064a", "first_reminder", "\u0623\u0648\u0644 \u062a\u0630\u0643\u064a\u0631", "second_reminder", "\u0627\u0644\u062a\u0646\u0628\u064a\u0647 \u0627\u0644\u062b\u0627\u0646\u064a", "third_reminder", "\u0627\u0644\u062a\u0630\u0643\u064a\u0631 \u0627\u0644\u062b\u0627\u0644\u062b", "reminder1", "\u0623\u0648\u0644 \u062a\u0630\u0643\u064a\u0631", "reminder2", "\u0627\u0644\u062a\u0646\u0628\u064a\u0647 \u0627\u0644\u062b\u0627\u0646\u064a", "reminder3", "\u0627\u0644\u062a\u0630\u0643\u064a\u0631 \u0627\u0644\u062b\u0627\u0644\u062b", "template", "\u0646\u0645\u0648\u0630\u062c", "send", "\u064a\u0631\u0633\u0644", "subject", "\u0645\u0648\u0636\u0648\u0639", "body", "\u062c\u0633\u0645", "send_email", _s18_136, "email_receipt", "\u0625\u064a\u0635\u0627\u0644 \u0627\u0644\u062f\u0641\u0639 \u0628\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0625\u0644\u0649 \u0627\u0644\u0639\u0645\u064a\u0644", "auto_billing", "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a\u0629", "button", "\u0632\u0631", "preview", "\u0645\u0639\u0627\u064a\u0646\u0629", "customize", "\u064a\u0639\u062f\u0644 \u0623\u0648 \u064a\u0643\u064a\u0641", "history", "\u0633\u062c\u0644", "payment", "\u0642\u0633\u0637", "payments", "\u0627\u0644\u062f\u0641\u0639\u0627\u062a", "refunded", "\u0645\u0639\u0627\u062f", "payment_type", "\u0646\u0648\u0639 \u0627\u0644\u062f\u0641\u0639", _s21_112, "\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", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s16_257, "\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_258, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s17_149, "\u062a\u0645\u062a \u0627\u0631\u0634\u0641\u0629 :count \u0645\u062f\u0641\u0648\u0639\u0627\u062a \u0628\u0646\u062c\u0627\u062d", _s16_259, "\u062a\u0645 \u062d\u0630\u0641 :count \u0645\u062f\u0641\u0648\u0639\u0627\u062a \u0628\u0646\u062c\u0627\u062d", _s17_150, "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0645\u062f\u0641\u0648\u0639\u0627\u062a :value \u0628\u0646\u062c\u0627\u062d", "quote", "\u0639\u0631\u0636 \u0623\u0633\u0639\u0627\u0631", "quotes", "\u0639\u0631\u0648\u0636 \u0623\u0633\u0639\u0627\u0631", "new_quote", "\u0639\u0631\u0636 \u0633\u0639\u0631 \u062c\u062f\u064a\u062f", "created_quote", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0639\u0631\u0636 \u0627\u0644\u0633\u0639\u0631 \u0628\u0646\u062c\u0627\u062d", "updated_quote", "\u062a\u0645 \u062a\u0639\u062f\u064a\u0644 \u0639\u0631\u0636 \u0627\u0644\u0633\u0639\u0631 \u0628\u0646\u062c\u0627\u062d", "archived_quote", "\u062a\u0645 \u0623\u0631\u0634\u0641\u0629 \u0639\u0631\u0636 \u0627\u0644\u0633\u0639\u0631 \u0628\u0646\u062c\u0627\u062d", "deleted_quote", "\u062a\u0645 \u062d\u0630\u0641 \u0639\u0631\u0636 \u0627\u0644\u0633\u0639\u0631 \u0628\u0646\u062c\u0627\u062d", "restored_quote", "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633 \u0628\u0646\u062c\u0627\u062d", "archived_quotes", "\u062a\u0645 \u0623\u0631\u0634\u0641\u0629 \u0639\u0631\u0636 \u0627\u0644\u0633\u0639\u0631 \u0628\u0646\u062c\u0627\u062d :count quotes", "deleted_quotes", "\u062a\u0645 \u062d\u0630\u0641 \u0639\u0644\u0627\u0645\u0627\u062a \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633 :count \u0628\u0646\u062c\u0627\u062d", "restored_quotes", "\u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0642\u062a\u0628\u0627\u0633\u0627\u062a :value \u0628\u0646\u062c\u0627\u062d", "expense", "\u0645\u0635\u0631\u0648\u0641", "expenses", "\u0646\u0641\u0642\u0627\u062a", "vendor", "\u0628\u0627\u0626\u0639", "vendors", "\u0627\u0644\u0628\u0627\u0639\u0629", "task", "\u0645\u0647\u0645\u0629", "tasks", "\u0627\u0644\u0645\u0647\u0627\u0645", "project", "\u0645\u0634\u0631\u0648\u0639", "projects", "\u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639", "activity_1", ":user \u0623\u0646\u0634\u0623 \u0627\u0644\u0639\u0645\u064a\u0644 :client", "activity_2", ":user \u0627\u0644\u0639\u0645\u064a\u0644 \u0627\u0644\u0645\u0624\u0631\u0634\u0641 :client", "activity_3", ":user \u0627\u0644\u0639\u0645\u064a\u0644 \u0627\u0644\u0645\u062d\u0630\u0648\u0641 :client", "activity_4", ":user \u0625\u0646\u0634\u0627\u0621 \u0641\u0627\u062a\u0648\u0631\u0629 :invoice", "activity_5", ":user \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u062d\u062f\u062b\u0629 :invoice", "activity_6", ":user \u0641\u0627\u062a\u0648\u0631\u0629 \u0628\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a :invoice \u0644\u0640 :client \u0625\u0644\u0649 :contact", "activity_7", ":contact \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u0639\u0631\u0648\u0636\u0629 :invoice \u0644\u0640 :client", "activity_8", ":user \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u0624\u0631\u0634\u0641\u0629 :invoice", "activity_9", ":user \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u062d\u0630\u0648\u0641\u0629 :invoice", "activity_10", _s82_, "activity_11", ":user \u0627\u0644\u062f\u0641\u0639 \u0627\u0644\u0645\u062d\u062f\u062b :payment", "activity_12", ":user \u0627\u0644\u062f\u0641\u0639 \u0627\u0644\u0645\u0624\u0631\u0634\u0641 :payment", "activity_13", ":user \u0627\u0644\u062f\u0641\u0639\u0629 \u0627\u0644\u0645\u062d\u0630\u0648\u0641\u0629 :payment", "activity_14", "\u062f\u062e\u0644 :user \u0631\u0635\u064a\u062f :credit", "activity_15", ":user \u0645\u062d\u062f\u062b :credit \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "activity_16", ":user \u0645\u0624\u0631\u0634\u0641\u0629 :credit \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "activity_17", ":user \u062d\u0630\u0641 \u0631\u0635\u064a\u062f :credit", "activity_18", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0642\u062a\u0628\u0627\u0633 :user :quote", "activity_19", ":user \u0627\u0642\u062a\u0628\u0627\u0633 \u0645\u062d\u062f\u062b :quote", "activity_20", ":user \u0627\u0642\u062a\u0628\u0627\u0633 \u0628\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a :quote \u0644\u0640 :client \u0625\u0644\u0649 :contact", "activity_21", ":contact \u0639\u0631\u0636 \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633 :quote", "activity_22", "\u0627\u0642\u062a\u0628\u0627\u0633 \u0645\u0624\u0631\u0634\u0641 :user :quote", "activity_23", ":user \u0627\u0642\u062a\u0628\u0627\u0633 \u0645\u062d\u0630\u0648\u0641 :quote", "activity_24", ":user \u0627\u0644\u0645\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0642\u062a\u0628\u0627\u0633 :quote", "activity_25", ":user \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u0633\u062a\u0639\u0627\u062f\u0629 :invoice", "activity_26", ":user \u0627\u0644\u0639\u0645\u064a\u0644 \u0627\u0644\u0645\u0633\u062a\u0639\u0627\u062f :client", "activity_27", ":user \u0627\u0644\u0645\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u062f\u0641\u0639 :payment", "activity_28", ":user \u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0631\u0635\u064a\u062f :credit", "activity_29", ":contact \u0627\u0642\u062a\u0628\u0627\u0633 \u0645\u0639\u062a\u0645\u062f :quote \u0644\u0640 :client", "activity_30", "\u0625\u0646\u0634\u0627\u0621 :user \u0627\u0644\u0628\u0627\u0626\u0639 :vendor", "activity_31", ":user \u0628\u0627\u0626\u0639 \u0645\u0624\u0631\u0634\u0641 :vendor", "activity_32", ":user \u0627\u0644\u0628\u0627\u0626\u0639 \u0627\u0644\u0645\u062d\u0630\u0648\u0641 :vendor", "activity_33", ":user \u0627\u0644\u0628\u0627\u0626\u0639 \u0627\u0644\u0645\u0633\u062a\u0639\u0627\u062f :vendor", "activity_34", "\u0625\u0646\u0634\u0627\u0621 :user \u062d\u0633\u0627\u0628 :expense", "activity_35", "\u0645\u0635\u0627\u0631\u064a\u0641 \u0645\u0624\u0631\u0634\u0641\u0629 :user :expense", "activity_36", ":user \u0645\u0635\u0627\u0631\u064a\u0641 \u0645\u062d\u0630\u0648\u0641\u0629 :expense", "activity_37", ":user \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u0633\u062a\u0639\u0627\u062f\u0629 :expense", "activity_39", "\u0625\u0644\u063a\u0627\u0621 :user :payment_amount \u062f\u0641\u0639\u0629 :payment", "activity_40", ":user \u0627\u0644\u0645\u0633\u062a\u0631\u062f\u0629 :adjustment \u0645\u0646 :payment_amount payment :payment", "activity_41", ":payment_amount payment (:payment) \u0641\u0634\u0644", "activity_42", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0645\u0647\u0645\u0629 :user :task", "activity_43", "\u0645\u0647\u0645\u0629 :user \u0627\u0644\u0645\u062d\u062f\u062b\u0629 :task", "activity_44", ":user \u0645\u0647\u0645\u0629 \u0645\u0624\u0631\u0634\u0641\u0629 :task", "activity_45", "\u0645\u0647\u0645\u0629 :user \u0627\u0644\u0645\u062d\u0630\u0648\u0641\u0629 :task", "activity_46", "\u0645\u0647\u0645\u0629 :user \u0627\u0644\u0645\u0633\u062a\u0639\u0627\u062f\u0629 :task", "activity_47", ":user \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u062d\u062f\u062b\u0629 :expense", "activity_48", ":user \u0623\u0646\u0634\u0649\u0621 :user", "activity_49", ":user \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0645\u062d\u062f\u062b :user", "activity_50", ":user \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0645\u0624\u0631\u0634\u0641 :user", "activity_51", ":user \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0645\u062d\u0630\u0648\u0641 :user", "activity_52", ":user \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0645\u0633\u062a\u0639\u0627\u062f :user", "activity_53", "\u062a\u0645 \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 :user \u0627\u0644\u0645\u0631\u0633\u0644\u0629 :invoice", "activity_54", ":user \u0641\u0627\u062a\u0648\u0631\u0629 \u0645\u062f\u0641\u0648\u0639\u0629 :invoice", "activity_55", "\u0631\u062f :contact \u062a\u0630\u0643\u0631\u0629: \u062a\u0630\u0643\u0631\u0629", "activity_56", ":user \u0639\u0631\u0636 \u0627\u0644\u062a\u0630\u0643\u0631\u0629: \u062a\u0630\u0643\u0631\u0629", "activity_57", "\u0641\u0634\u0644 \u0627\u0644\u0646\u0638\u0627\u0645 \u0641\u064a \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0628\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a :invoice", "activity_58", ":user \u0641\u0627\u062a\u0648\u0631\u0629 \u0645\u0639\u0643\u0648\u0633\u0629 :invoice", "activity_59", ":user \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u063a\u0627\u0629 :invoice", "activity_60", ":contact \u0634\u0627\u0647\u062f \u0627\u0644\u0639\u0631\u0636 :quote", "activity_61", ":user \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0639\u0645\u064a\u0644 :client", "activity_62", ":user \u0627\u0644\u0628\u0627\u0626\u0639 \u0627\u0644\u0645\u062d\u062f\u062b :vendor", "activity_63", ":user \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u062a\u0630\u0643\u064a\u0631 \u0627\u0644\u0623\u0648\u0644 \u0644\u0644\u0641\u0627\u062a\u0648\u0631\u0629 :invoice \u0625\u0644\u0649 :contact", "activity_64", ":user \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u062a\u0630\u0643\u064a\u0631 \u0627\u0644\u062b\u0627\u0646\u064a \u0644\u0644\u0641\u0627\u062a\u0648\u0631\u0629 :invoice \u0625\u0644\u0649 :contact", "activity_65", ":user \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u062a\u0630\u0643\u064a\u0631 \u0627\u0644\u062b\u0627\u0644\u062b \u0644\u0644\u0641\u0627\u062a\u0648\u0631\u0629 :invoice \u0625\u0644\u0649 :contact", "activity_66", ":user \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u062a\u0630\u0643\u064a\u0631 \u0644\u0627 \u0646\u0647\u0627\u064a\u0629 \u0644\u0647 \u0644\u0644\u0641\u0627\u062a\u0648\u0631\u0629 :invoice \u0625\u0644\u0649 :contact", "activity_80", "\u0625\u0646\u0634\u0627\u0621 :user \u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643 :subscription", "activity_81", ":user \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643 :subscription", "activity_82", ":user \u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643 \u0627\u0644\u0645\u0624\u0631\u0634\u0641 :subscription", "activity_83", ":user \u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643 :subscription", "activity_84", ":user \u062a\u0645\u062a \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643 :subscription", _s17_151, "\u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631 \u0644\u0645\u0631\u0629 \u0648\u0627\u062d\u062f\u0629", "emailed_quote", "\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0639\u0631\u0636 \u0627\u0644\u0633\u0639\u0631 \u0628\u0646\u062c\u0627\u062d", "emailed_credit", "\u0646\u062c\u062d \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646 \u0628\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s20_103, "\u0646\u062c\u062d \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633 \u0639\u0644\u0649 \u0623\u0646\u0647 \u062a\u0645 \u0627\u0644\u0625\u0631\u0633\u0627\u0644", _s21_114, "\u0646\u062c\u062d \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646 \u0639\u0644\u0649 \u0623\u0646\u0647 \u0645\u0631\u0633\u0644", "expired", "\u0645\u0646\u062a\u0647\u064a \u0627\u0644\u0635\u0644\u0627\u062d\u064a\u0629", "all", "\u0627\u0644\u062c\u0645\u064a\u0639", "select", "\u0627\u062e\u062a\u064a\u0627\u0631", _s22_83, "\u0627\u0636\u063a\u0637 \u0645\u0637\u0648\u0644\u0627\u064b \u0639\u0644\u0649 \u0627\u0644\u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0645\u062a\u0639\u062f\u062f", "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "\u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 3", "custom_value4", "\u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 4", _s18_117, "\u0646\u0645\u0637 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u0645\u062e\u0635\u0635", _s24_71, "\u0631\u0633\u0627\u0644\u0629 \u0645\u062e\u0635\u0635\u0629 \u0644\u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a", _s29_46, "\u0631\u0633\u0627\u0644\u0629 \u0641\u0627\u062a\u0648\u0631\u0629 \u0645\u062e\u0635\u0635\u0629 \u063a\u064a\u0631 \u0645\u062f\u0641\u0648\u0639\u0629", _s27_66, "\u0631\u0633\u0627\u0644\u0629 \u0641\u0627\u062a\u0648\u0631\u0629 \u0645\u062e\u0635\u0635\u0629 \u0645\u062f\u0641\u0648\u0639\u0629", _s31_24, "\u0631\u0633\u0627\u0644\u0629 \u0627\u0642\u062a\u0628\u0627\u0633 \u0645\u062e\u0635\u0635\u0629 \u063a\u064a\u0631 \u0645\u0639\u062a\u0645\u062f\u0629", "lock_invoices", "\u0642\u0641\u0644 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", "translations", "\u0627\u0644\u062a\u0631\u062c\u0645\u0627\u062a", _s19_86, "\u0646\u0645\u0637 \u0631\u0642\u0645 \u0627\u0644\u0645\u0647\u0645\u0629", _s19_88, "\u0639\u062f\u0627\u062f \u0631\u0642\u0645 \u0627\u0644\u0645\u0647\u0645\u0629", _s22_85, "\u0646\u0645\u0637 \u0631\u0642\u0645 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", _s22_87, "\u0639\u062f\u0627\u062f \u0631\u0642\u0645 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", _s21_115, "\u0646\u0645\u0637 \u0631\u0642\u0645 \u0627\u0644\u0628\u0627\u0626\u0639", _s21_117, "\u0639\u062f\u0627\u062f \u0631\u0642\u0645 \u0627\u0644\u0628\u0627\u0626\u0639", _s21_119, "\u0646\u0645\u0637 \u0631\u0642\u0645 \u0627\u0644\u062a\u0630\u0643\u0631\u0629", _s21_121, "\u0639\u062f\u0627\u062f \u0631\u0642\u0645 \u0627\u0644\u062a\u0630\u0643\u0631\u0629", _s22_89, "\u0646\u0645\u0637 \u0631\u0642\u0645 \u0627\u0644\u062f\u0641\u0639", _s22_91, "\u0639\u062f\u0627\u062f \u0631\u0642\u0645 \u0627\u0644\u062f\u0641\u0639", _s22_93, "\u0646\u0645\u0637 \u0631\u0642\u0645 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s22_95, "\u0639\u062f\u0627\u062f \u0631\u0642\u0645 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s20_104, "\u0646\u0645\u0637 \u0631\u0642\u0645 \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633", _s20_106, "\u0639\u062f\u0627\u062f \u0631\u0642\u0645 \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633", _s21_123, _s16_280, _s21_125, _s17_163, _s21_127, _s16_280, _s21_128, _s17_163, _s18_119, "\u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0639\u062f\u0627\u062f", "counter_padding", "\u0627\u0644\u062d\u0634\u0648 \u0627\u0644\u0639\u062f\u0627\u062f", _s28_66, "\u0645\u0634\u0627\u0631\u0643\u0629 \u0639\u062f\u0627\u062f \u0627\u0642\u062a\u0628\u0627\u0633 \u0641\u0627\u062a\u0648\u0631\u0629", _s18_121, "\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0636\u0631\u064a\u0628\u064a \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a 1", _s18_123, "\u0645\u0639\u062f\u0644 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a 1", _s18_125, "\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0636\u0631\u064a\u0628\u064a \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a 2", _s18_127, "\u0645\u0639\u062f\u0644 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a 2", _s18_129, "\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0636\u0631\u064a\u0628\u064a \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a 3", _s18_131, "\u0645\u0639\u062f\u0644 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a 3", _s21_129, "\u0645\u0648\u0636\u0648\u0639 \u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s19_90, "\u0645\u0648\u0636\u0648\u0639 \u0627\u0642\u062a\u0628\u0627\u0633 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s21_131, "\u0645\u0648\u0636\u0648\u0639 \u0627\u0644\u062f\u0641\u0639 \u0628\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s29_48, "\u0645\u0648\u0636\u0648\u0639 \u0627\u0644\u062f\u0641\u0639 \u0627\u0644\u062c\u0632\u0626\u064a \u0628\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "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", "\u0645\u062f\u064a\u0646\u0629 \u0627\u0644\u0639\u0645\u064a\u0644", "client_state", "\u062f\u0648\u0644\u0629 \u0639\u0645\u064a\u0644\u0629", "client_country", "\u0628\u0644\u062f \u0627\u0644\u0639\u0645\u064a\u0644", _s16_260, "\u0627\u0644\u0639\u0645\u064a\u0644 \u0646\u0634\u0637", "client_balance", "\u0631\u0635\u064a\u062f \u0627\u0644\u0639\u0645\u064a\u0644", "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", "\u0634\u0627\u0631\u0639 \u0627\u0644\u0628\u0627\u0626\u0639", "vendor_address2", "\u0628\u0627\u0626\u0639 \u0634\u0642\u0629 / \u062c\u0646\u0627\u062d", _s24_73, "\u0634\u0627\u0631\u0639 \u0627\u0644\u0634\u062d\u0646 \u0644\u0644\u0639\u0645\u064a\u0644", _s24_74, "\u0634\u0642\u0629/\u062c\u0646\u0627\u062d \u0627\u0644\u0634\u062d\u0646 \u0644\u0644\u0639\u0645\u064a\u0644", "type", "\u064a\u0643\u062a\u0628", "invoice_amount", "\u0642\u064a\u0645\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s16_264, "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642", "tax_rate1", "\u0645\u0639\u062f\u0644 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 1", "tax_rate2", "\u0645\u0639\u062f\u0644 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 2", "tax_rate3", "\u0645\u0639\u062f\u0644 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 3", "auto_bill", "\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0633\u064a\u0627\u0631\u0627\u062a", "archived_at", "\u0645\u0624\u0631\u0634\u0641 \u0641\u064a", "has_expenses", "\u0644\u0647\u0627 \u0645\u0635\u0627\u0631\u064a\u0641", "custom_taxes1", "\u0627\u0644\u0636\u0631\u0627\u0626\u0628 \u0627\u0644\u062c\u0645\u0631\u0643\u064a\u0629 1", "custom_taxes2", "\u0627\u0644\u0636\u0631\u0627\u0626\u0628 \u0627\u0644\u062c\u0645\u0631\u0643\u064a\u0629 2", "custom_taxes3", "\u0627\u0644\u0636\u0631\u0627\u0626\u0628 \u0627\u0644\u062c\u0645\u0631\u0643\u064a\u0629 3", "custom_taxes4", "\u0627\u0644\u0636\u0631\u0627\u0626\u0628 \u0627\u0644\u062c\u0645\u0631\u0643\u064a\u0629 4", _s17_153, _s19_100, _s17_154, _s19_101, _s17_155, _s19_102, _s17_156, _s19_103, "is_deleted", "\u064a\u062a\u0645 \u062d\u0630\u0641", "vendor_city", "\u0645\u062f\u064a\u0646\u0629 \u0627\u0644\u0628\u0627\u0626\u0639", "vendor_state", "\u062f\u0648\u0644\u0629 \u0627\u0644\u0628\u0627\u0626\u0639", "vendor_country", "\u0628\u0644\u062f \u0627\u0644\u0628\u0627\u0626\u0639", "is_approved", "\u062a\u0645\u062a \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629", "tax_name", "\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0636\u0631\u064a\u0628\u064a", "tax_amount", "\u0642\u064a\u0645\u0629 \u0627\u0644\u0636\u0631\u064a\u0628\u0629", "tax_paid", "\u0627\u0644\u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u0645\u062f\u0641\u0648\u0639\u0629", "payment_amount", "\u0642\u064a\u0645\u0629 \u0627\u0644\u062f\u0641\u0639\u0629", "age", "\u0639\u0645\u0631", "is_running", "\u064a\u062c\u0631\u064a", "time_log", "\u0633\u062c\u0644 \u0627\u0644\u0648\u0642\u062a", "bank_id", "\u0628\u0646\u0643", _s19_92, "\u0645\u0639\u0631\u0641 \u0641\u0626\u0629 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", _s16_265, "\u0641\u0626\u0629 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", _s19_94, "\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_133, "\u0645\u0648\u0636\u0648\u0639 \u0644\u0648\u0646 \u0627\u0644\u062d\u0627\u0644\u0629", _s16_266, "\u062a\u062d\u0645\u064a\u0644 \u0645\u0648\u0636\u0648\u0639 \u0627\u0644\u0644\u0648\u0646"], t1, t1), "bg", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u043e", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "\u0420\u0430\u0437\u0434\u0435\u043b\u044f\u043d\u0435", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0438\u0440\u0430\u043d\u0435", "owner", "\u0421\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u0438\u043a", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Total Hours", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "\u0417\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, _s22_4, _s25_5, _s25_6, _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", _s39_11, _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", "Payment Links", "action", "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0435", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "\u0413\u0440\u0430\u0444\u0438\u043a", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0439 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "archive_invoice", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "archive_quote", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0439 \u041e\u0444\u0435\u0440\u0442\u0430", "archive_credit", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0439 \u043a\u0440\u0435\u0434\u0438\u0442", "archive_task", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "archive_client", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0439 \u043a\u043b\u0438\u0435\u043d\u0442", "archive_project", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", "archive_expense", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", "restore_payment", "\u0412\u044a\u0437\u0442\u0430\u043d\u043e\u0432\u0438 \u041f\u043b\u0430\u0449\u0430\u043d\u0435", "restore_invoice", "\u0412\u044a\u0437\u0442\u0430\u043d\u043e\u0432\u0438 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "restore_quote", "\u0412\u044a\u0437\u0442\u0430\u043d\u043e\u0432\u0438 \u041e\u0444\u0435\u0440\u0442\u0430", "restore_credit", "\u0412\u044a\u0437\u0442\u0430\u043d\u043e\u0432\u0438 \u041a\u0440\u0435\u0434\u0438\u0442", "restore_task", "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "restore_client", "\u0412\u044a\u0437\u0442\u0430\u043d\u043e\u0432\u0438 \u041a\u043b\u0438\u0435\u043d\u0442", "restore_project", "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", "restore_expense", "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", "archive_vendor", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "restore_vendor", "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "create_product", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "update_product", "Update Product", "delete_product", "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "restore_product", "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "archive_product", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "\u041c\u0435\u0442\u043e\u0434\u0438 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", "\u041f\u043e\u0449\u0430/\u0413\u0440\u0430\u0434", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "\u0447\u0430\u0441", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Last 365 Days", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, _s35_, "upload", "\u041a\u0430\u0447\u0432\u0430\u043d\u0435", _s17_7, _s17_8, _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Update Payment", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, "\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0430 \u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f", _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, "\u0417\u0430\u043f\u0430\u0437\u0438 \u043a\u0430\u0442\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", _s22_12, "\u0417\u0430\u043f\u0430\u0437\u0438 \u043a\u0430\u0442\u043e \u0444\u0443\u0442\u044a\u0440 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, _s21_23, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u0430 \u0431\u0430\u043d\u043a\u043e\u0432\u0430 \u0441\u043c\u0435\u0442\u043a\u0430", _s20_18, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0431\u0430\u043d\u043a\u043e\u0432\u0430 \u0441\u043c\u0435\u0442\u043a\u0430", _s17_14, "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u0431\u0430\u043d\u043a\u043e\u0432\u0430 \u0441\u043c\u0435\u0442\u043a\u0430", _s16_28, _s16_29, "account_type", "Account type", _s16_30, _s16_268, _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "\u0418\u0437\u0431\u0440\u0430\u043d\u0438", _s21_24, _s34_2, _s18_15, _s18_16, "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "delete_credit", "\u0418\u0437\u0442\u0440\u0438\u0439 \u043a\u0440\u0435\u0434\u0438\u0442", "transaction", "Transaction", "transactions", "Transactions", "new_transaction", "New Transaction", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, _s26_7, "bank_account", "\u0411\u0430\u043d\u043a\u043e\u0432\u0430 \u0441\u043c\u0435\u0442\u043a\u0430", "bank_accounts", "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0438 \u043a\u0430\u0440\u0442\u0438 \u0438 \u0431\u0430\u043d\u043a\u0438", _s21_25, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u0431\u0430\u043d\u043a\u043e\u0432\u0430 \u0441\u043c\u0435\u0442\u043a\u0430", _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Connect", _s23_9, _s23_10, _s18_19, _s18_20, "client_email", "Client Email", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_27, "Active Invoices", _s26_8, _s20_26, _s24_16, _s18_21, _s23_11, _s17_18, _s19_22, "Active Quotes", _s21_28, "Approved Quotes", _s23_12, _s17_19, _s18_22, "Logged Tasks", _s20_27, "Invoiced Tasks", _s16_35, "Paid Tasks", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s44_0, "activity_131", _s44_1, "activity_132", _s45_3, "activity_133", _s44_2, "activity_134", _s45_4, "activity_135", _s44_3, "activity_136", _s46_1, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, _s39_3, "resend", "Resend", "verify", "Verify", _s18_23, _s29_10, _s20_28, _s20_29, _s19_23, _s19_24, _s24_18, _s46_2, _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Merge Into", "merge", "\u041e\u0431\u0435\u0434\u0438\u043d\u044f\u0432\u0430\u043d\u0435", _s21_32, _s21_33, _s19_25, _s29_11, _s17_23, _s17_24, "activate", "Activate", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", "Send Now", "received", "Received", _s19_26, _s19_27, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_4, _s34_7, _s47_, _s22_19, _s22_20, _s22_21, _s22_22, _s27_10, _s34_8, _s24_19, _s25_13, "yes_its_great", _s16_42, "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", "Vendor Details", _s22_26, _s22_27, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u041f\u0440\u0438\u0435\u043c\u0430\u043c", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Send Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Accepted", _s22_28, _s22_29, _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, _s24_22, _s37_5, _s42_2, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_30, _s18_31, _s19_29, _s19_30, _s22_33, _s35_3, _s22_34, _s35_4, _s23_17, _s36_0, _s22_35, _s35_5, _s22_36, _s35_6, _s23_18, _s36_1, _s21_40, _s21_41, _s22_37, _s22_38, "login_url", "Login URL", _s16_46, "\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_39, _s22_40, "track_inventory", "Track Inventory", _s20_41, _s63_0, _s19_31, _s19_32, _s24_23, _s50_2, "vat", "VAT", "standing", "\u041e\u0442\u0432\u043e\u0440\u0435\u043d", "view_map", "View Map", _s18_32, _s18_33, "add_gateway", "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 Gateway", _s24_24, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_25, _s24_26, _s31_6, "Invoice Sent", _s24_27, _s24_28, _s29_13, _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_33, _s63_1, "use_quote_terms", "Use Quote Terms", _s20_42, _s37_6, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, _s45_6, "register_label", _s30_4, "login_label", _s28_9, "add_to_invoice", "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043a\u044a\u043c \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", _s17_30, _s17_31, "week", "\u0421\u0435\u0434\u043c\u0438\u0446\u0430", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, _s46_14, _s20_44, _s20_45, _s25_15, _s45_11, _s16_48, "\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_8, "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_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", _s33_11, "stopped_tasks", _s33_12, "approved_quote", _s27_68, "approved_quotes", _s35_7, "approve", "\u041e\u0434\u043e\u0431\u0440\u0435\u043d\u0438\u0435", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, _s16_269, _s24_30, _s44_6, "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_51, _s16_52, "purged_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0447\u0438\u0441\u0442\u0435\u043d \u043a\u043b\u0438\u0435\u043d\u0442", _s27_16, _s77_0, _s22_42, _s34_9, "small", "Small", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_54, _s16_55, _s21_48, _s42_3, "print_pdf", "Print PDF", "remind_me", "\u041d\u0430\u043f\u043e\u043c\u043d\u0438 \u043c\u0438", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_17, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_49, _s30_5, "set_password", "\u0417\u0430\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430", _s17_33, _s59_, _s16_58, _s58_1, _s20_49, _s33_13, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_50, "becs", _s17_158, "bulk_download", "Download", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, _s18_35, _s17_35, _s17_36, "has_tasks", "Has Tasks", "registration", "Registration", _s27_18, _s50_7, "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_159, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s18_37, "system", "\u0421\u0438\u0441\u0442\u0435\u043c\u0430", _s19_38, _s19_39, "updated_company", _s28_10, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, _s40_2, _s27_19, _s43_0, "app", "App", _s20_50, _s46_8, _s16_59, _s16_270, _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "\u041e\u0442 - \u0418\u043c\u0435", _s16_60, _s16_61, _s17_38, "\u041f\u043e\u0432\u0442\u0430\u0440\u044f\u0449 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", _s18_39, "\u041f\u043e\u0432\u0442\u0430\u0440\u044f\u0449\u0438 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s21_50, "\u041d\u043e\u0432 \u043f\u043e\u0432\u0442\u0430\u0440\u044f\u0449 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", _s22_44, "\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_16, "\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_17, "\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_13, "\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_18, _s38_4, _s25_19, _s38_5, _s26_14, "\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_32, _s24_33, _s25_20, _s25_21, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_42, _s32_9, "is_invoiced", "Is Invoiced", "change_plan", "Manage Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_62, _s16_63, _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "Decimal Comma", _s26_15, _s35_9, "select_method", "Select Method", "select_platform", "Select Platform", _s28_13, _s42_4, _s16_66, _s27_69, "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "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_41, _s18_42, "previous_page", "\u041f\u0440\u0435\u0434\u0438\u0448\u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430", "next_page", "\u0421\u043b\u0435\u0434\u0432\u0430\u0449\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_9, _s31_10, _s25_22, _s25_23, _s33_14, _s33_15, _s27_20, _s27_21, _s36_3, _s36_4, _s31_11, _s31_12, _s25_24, _s25_25, "net_subtotal", "\u041d\u0435\u0442\u043e", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_22, _s57_0, _s21_52, _s62_1, "change_email", "Change Email", _s25_26, _s52_0, _s21_53, _s21_54, "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_40, _s28_14, _s19_43, _s48_0, "json", "JSON", _s24_34, _s24_35, "wait_for_data", _s42_5, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_67, _s16_68, _s18_43, _s40_3, "login_success", _s16_69, "login_failure", "Failed Login", "exported_data", _s67_, _s23_23, _s23_24, _s28_15, _s41_3, "step_1_sign_in", "Step 1: Sign In", _s16_70, _s17_41, "account_id", "Account ID", _s27_22, _s35_11, "activity_100", _s50_8, "activity_101", _s50_9, "activity_102", _s51_3, "activity_103", _s50_10, "activity_104", _s51_4, _s18_44, _s18_45, _s23_25, _s35_12, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_71, _s16_72, _s18_46, _s31_13, _s16_73, _s16_74, "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_47, "\u041a\u043e\u043d\u0442\u0430\u043a\u0442 - \u0418\u043c\u0435", _s17_42, "\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_55, _s53_, _s25_27, _s37_8, _s17_44, _s17_45, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, _s21_57, _s17_46, _s17_47, "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_49, _s18_50, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_51, _s18_52, _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "\u0421\u0438\u0433\u0443\u0440\u043d\u043e\u0441\u0442", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Email Delivery", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, _s22_47, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, _s26_18, "connect_gmail", "Connect Gmail", _s16_81, _s16_82, "connected_gmail", _s28_16, _s18_55, _s31_14, _s16_83, _s100_, _s16_84, _s16_85, "count_minutes", ":count Minutes", _s16_86, _s16_87, _s29_15, _s28_67, "use_last_email", "Use last email", _s16_88, _s16_89, _s21_65, _s51_7, _s27_24, _s35_13, _s27_25, _s27_26, _s34_13, _s52_1, "help_translate", "Help Translate", _s23_26, _s23_27, "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_45, _s25_28, _s16_90, _s30_6, _s19_46, _s33_20, "delivered", "Delivered", "bounced", "\u0412\u044a\u0440\u043d\u0430\u0442\u0438", "spam", "Spam", "view_docs", "View Docs", _s32_10, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_66, "\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_56, "\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_50, _s17_51, _s17_52, _s25_70, _s18_57, _s18_58, _s34_14, _s34_15, "stay_logged_in", "Stay Logged In", _s23_28, _s40_4, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_47, _s19_48, _s17_53, _s17_54, "resend_email", "Resend Email", _s26_19, _s33_21, _s16_91, "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s19_49, _s19_50, _s19_51, _s45_8, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_55, _s17_56, _s27_27, _s51_5, _s21_67, _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_59, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0439 \u043a\u0430\u0442\u043e \u0424\u0430\u043a\u0442\u0443\u0440\u0430", _s16_92, _s16_93, "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_52, _s21_68, _s20_59, _s27_28, _s16_94, "\u0417\u0430\u043f\u0430\u0437\u0438 \u0438 \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u0439", "save_and_email", "\u0417\u0430\u043f\u0430\u0437\u0438 \u0438 \u0438\u0437\u043f\u0440\u0430\u0442\u0438 \u0438\u043c\u0435\u0439\u043b", _s16_96, "\u041f\u043e\u0434\u0434\u044a\u0440\u0436\u0430\u043d\u0438 \u0441\u044a\u0431\u0438\u0442\u0438\u044f", _s16_98, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0430 \u0441\u0443\u043c\u0430", _s17_57, _s17_58, _s22_48, _s22_49, _s24_36, _s24_37, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_59, "\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_60, _s34_16, "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_69, _s21_70, _s26_20, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_61, _s17_62, "update_app", "\u041e\u0431\u043d\u043e\u0432\u0438 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u043e", "started_import", _s27_29, _s24_38, _s24_39, _s20_61, _s20_62, _s18_61, _s18_62, "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_29, _s29_16, "select_file", "\u041c\u043e\u043b\u044f \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0444\u0430\u0439\u043b", _s16_100, _s16_101, "csv_file", "CSV \u0444\u0430\u0439\u043b", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_50, _s24_40, "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_63, "\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_51, "\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_41, "\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_43, "\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", "\u0418\u0437\u0445\u043e\u0434\u0435\u043d \u043a\u043e\u0434", "app_platforms", "\u041f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0438 \u0437\u0430 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f", "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_29, "\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_45, "\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_65, "\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_102, "\u0421\u043c\u0435\u043d\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430", _s19_53, "\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_54, "\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_63, "\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_55, "\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_56, "\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_64, "\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_52, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0445\u0442\u0435 :value \u0441\u0442\u0430\u0442\u0443\u0441\u0438 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0438", _s21_71, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0445\u0442\u0435 :value \u0441\u0442\u0430\u0442\u0443\u0441\u0438 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0438", _s22_53, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0445\u0442\u0435 :value \u0441\u0442\u0430\u0442\u0443\u0441\u0438 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0438", _s18_63, "\u0422\u044a\u0440\u0441\u0438 1 \u0441\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", _s20_66, "\u0422\u044a\u0440\u0441\u0438 :count \u0441\u0442\u0430\u0442\u0443\u0441\u0438 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0438", _s16_104, "\u041f\u043e\u043a\u0430\u0436\u0438 \u0442\u0430\u0431\u043b\u0438\u0446\u0430 \u0441\u044a\u0441 \u0437\u0430\u0434\u0430\u0447\u0438", _s21_72, "\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_67, "\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_30, "\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_69, _s20_70, _s25_31, _s42_9, _s21_73, "\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_64, "\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_71, "\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_66, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s20_73, "\u041d\u043e\u0432\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s21_74, "\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_46, "\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_47, "\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_33, "\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_48, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f", _s24_49, "\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_34, "\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_31, "\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_21, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u0440\u0430\u0437\u0445\u043e\u0434 :value \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438", _s27_32, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438 :value \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442\u0438", _s23_30, "\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_36, "\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_76, "\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_54, "\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_67, "\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_68, "\u0422\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u0435 \u043f\u0440\u0435\u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430", _s23_31, "\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_17, "\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 \u0437\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", _s21_78, "\u0417\u0430\u0434\u0430\u0439 \u043e\u0431\u043c\u0435\u043d\u0435\u043d \u043a\u0443\u0440\u0441", _s16_106, "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", _s18_69, "\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_271, "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_68, "\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_37, "\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_38, "\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_39, "\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_57, "\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_55, "\u041f\u044a\u0440\u0432\u0438 \u0434\u0435\u043d \u043e\u0442 \u043c\u0435\u0441\u0435\u0446\u0430", _s21_79, "\u041f\u043e\u0441\u043b\u0435\u0434\u0435\u043d \u0434\u0435\u043d \u043d\u0430 \u043c\u0435\u0441\u0435\u0446\u0430", _s17_70, "\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_108, "\u041e\u0441\u0442\u0430\u0432\u0430\u0449\u0438 \u043f\u0435\u0440\u0438\u043e\u0434\u0438", _s17_72, "\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s18_71, "\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s21_81, "\u041d\u043e\u0432\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s22_57, "\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_40, "\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_41, "\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_22, "\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_42, "\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_43, "\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_23, "\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_33, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 \u043f\u043e\u0432\u0442\u0430\u0440\u044f\u0449\u0438 \u0441\u0435 :value \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s26_24, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 \u043f\u043e\u0432\u0442\u0430\u0440\u044f\u0449\u0438 \u0441\u0435 :value \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s27_34, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0438 \u043f\u043e\u0432\u0442\u0430\u0440\u044f\u0449\u0438 \u0441\u0435 :value \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s24_50, "\u0422\u044a\u0440\u0441\u0438 1 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_44, "\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_17, "\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_73, "\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_32, "\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_58, "\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_51, "\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_7, "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0433\u043b\u0430\u0441\u0443\u0432\u0430\u043d\u0435", _s30_8, "\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_74, "\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_110, "\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_52, "\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", "\u041f\u044a\u0440\u0432\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u043e", "reminder2_sent", "\u0412\u0442\u043e\u0440\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u043e", "reminder3_sent", "\u0422\u0440\u0435\u0442\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u043e", _s18_75, "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435", "pdf_page_info", "\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430 :current \u043e\u0442 :total", _s16_112, "\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_76, "\u0418\u043c\u0435\u0439\u043b \u0437\u0430 \u043e\u043d\u043b\u0430\u0439\u043d \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s20_78, "\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_76, "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s17_78, "\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_80, "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s17_82, "\u041f\u0440\u0435\u0434\u0441\u0442\u043e\u044f\u0449\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s17_84, "\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_86, "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_114, "\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_115, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d webhook", _s17_87, _s37_12, _s16_116, _s36_5, _s16_117, _s36_6, _s17_88, _s37_13, "api_tokens", "API \u0442\u043e\u043a\u044a\u043d\u0438", "api_docs", "API \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f", "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_14, "deleted_tokens", _s34_17, "restored_tokens", _s35_15, _s19_60, "\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", _s24_54, "\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", "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_281, _s20_81, "\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_118, "\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_120, "\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_34, "\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_121, "\u041d\u043e\u0432\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s17_90, "\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_82, "\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_83, "\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_83, "\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_84, "\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_85, "\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_84, "\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_62, _s42_11, _s21_85, _s41_6, _s22_63, _s42_12, "email_sign_in", "\u0412\u043b\u0435\u0437 \u0441 \u0438\u043c\u0435\u0439\u043b", "change", "\u041f\u0440\u043e\u043c\u0435\u043d\u0438", _s23_36, "\u0421\u043c\u0435\u043d\u0438 \u043d\u0430 \u043c\u043e\u0431\u0438\u043b\u0435\u043d \u0440\u0435\u0436\u0438\u043c?", _s24_55, "\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_77, "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u043e", _s16_123, "\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_124, "\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_94, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043d\u0443\u043b\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s18_79, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043d\u0443\u043b\u0438\u0440\u0430\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s16_130, "\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_95, "\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_96, "\u0413\u0440\u0430\u0434 / \u0429\u0430\u0442 / \u041f\u043e\u0449. \u043a\u043e\u0434", _s17_98, "\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_135, "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_131, "\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_80, "\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_46, "\u041f\u043e\u043b\u0443\u0447\u0430\u0432\u0430\u0439 \u0432\u0441\u0438\u0447\u043a\u0438 \u0438\u0437\u0432\u0435\u0441\u0442\u0438\u044f", _s16_132, "\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_64, "\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_65, "\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_134, _s36_7, "deleted_designs", _s35_16, _s16_135, _s36_8, "proposals", "\u041f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f", "tickets", "Tickets", _s16_136, "\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_81, "\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_138, "\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_139, _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_30, "\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_140, "\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_100, _s17_164, "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_76, "surcharge2", _s27_77, "surcharge3", _s27_78, "surcharge4", _s27_79, "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_87, "\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_102, "\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_86, "\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_87, "\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_88, "\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_89, "\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_104, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u0423\u043b\u0438\u0446\u0430", _s17_105, "\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_86, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u041f\u043e\u0449. \u043a\u043e\u0434", _s16_170, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u0414\u044a\u0440\u0436\u0430\u0432\u0430", _s16_172, "\u0424\u0430\u043a\u0442\u0443\u0440\u0430 - \u0423\u043b\u0438\u0446\u0430", _s16_173, "\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_62, "\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_165, "paid_invoice", "\u041f\u043b\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_174, "\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_90, "\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_11, "\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_88, "\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_48, "\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_90, "PDF \u0440\u0435\u043d\u0434\u0435\u0440-\u0430 \u0438\u0437\u0438\u0441\u043a\u0432\u0430 :version", _s18_90, "\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_38, _s33_33, _s18_92, "\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", "Support Forums", "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_91, "\u041f\u0430\u0440\u043e\u043b\u0430\u0442\u0430 \u0435 \u0442\u0432\u044a\u0440\u0434\u0435 \u043a\u0440\u0430\u0442\u043a\u0430", _s20_91, "\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_64, "\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_39, "\u0422\u0430\u0431\u043b\u043e \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0438\u044f \u043f\u043e\u0440\u0442\u0430\u043b", _s20_92, "\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_135, "show_cost", "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0446\u0435\u043d\u0430", _s17_107, _s17_108, "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_92, "\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_32, "\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_94, "\u041f\u043e\u043a\u0430\u0436\u0438 \u0431\u0440\u043e\u044f\u0442 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435", _s26_33, "\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_96, _s21_97, _s26_34, _s34_21, _s16_176, "\u041d\u0430\u043b\u0438\u0447\u043d\u043e\u0441\u0442 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", _s21_98, "\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_178, "\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_109, "\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_94, "\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_95, "\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_97, _s16_282, "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_66, "\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_180, "\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_45, "\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_182, "\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_283, "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_183, "\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", "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_99, "\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_281, "partial_payment", _s16_284, "payment_partial", _s16_284, _s21_99, "\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_185, "\u0411\u0435\u0437\u043a\u0440\u0430\u0439\u043d\u043e \u043f\u043e\u0434\u0441\u0435\u0449\u0430\u043d\u0435", _s16_187, "\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_100, "\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_22, "deleted_users", _s33_28, "removed_users", _s33_29, "restored_users", _s34_23, _s16_189, "\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_111, "\u0421\u043a\u0440\u0438\u0439 '\u0418\u0437\u043f\u043b\u0430\u0442\u0435\u043d\u043e \u0434\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430'", _s22_72, "\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_41, "\u0421\u0432\u044a\u0440\u0437\u0430\u043d\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", _s28_30, "\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_191, "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0445\u0435\u0434\u044a\u0440\u0430 \u043d\u0430", _s16_192, "\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_101, "Auto Email", _s23_42, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u0430\u0440\u044f\u0449\u0438 \u0441\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0438 \u043f\u043e \u0438\u043c\u0435\u0439\u043b, \u043a\u043e\u0433\u0430\u0442\u043e \u0431\u044a\u0434\u0430\u0442 \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u0438.", _s18_102, "Auto Archive", _s23_43, "\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\u0442\u0435, \u043a\u043e\u0433\u0430\u0442\u043e \u0441\u0435 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u0443\u0432\u0430\u0442 \u0432\u044a\u0432 \u0444\u0430\u043a\u0442\u0443\u0440\u0430.", _s18_103, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435", _s23_44, "\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 \u0441\u043b\u0435\u0434 \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0438\u0435.", _s17_113, "\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_115, "\u0422\u0440\u0438 \u043c\u0435\u0441\u0435\u0446\u0430", _s16_193, "\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_194, "\u0422\u0440\u0438 \u0433\u043e\u0434\u0438\u043d\u0438", "never", "\u041d\u0438\u043a\u043e\u0433\u0430", "company", "\u0424\u0438\u0440\u043c\u0430", _s17_116, "\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_195, "\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_118, "\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_120, "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d JavaScript", _s16_197, "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u0432 PDF \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430", _s21_101, "\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_54, "\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_12, "\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_45, "\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_31, "\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_55, "\u041f\u043e\u0434\u043f\u0438\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", _s30_13, "\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_46, "\u041f\u043e\u0434\u043f\u0438\u0441 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430\u0442\u0430", _s22_74, "\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_46, "\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_56, "\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_198, "\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_68, "\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_69, "\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_71, "\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_200, "\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_201, "\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_123, "\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_202, "\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_124, "\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_104, _s38_15, _s17_125, _s37_14, _s18_105, _s38_16, "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_106, "\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_96, "\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_203, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s21_102, "\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_205, "\u041f\u043e\u0440\u0442\u0430\u043b\u0438 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s19_72, "\u041d\u043e\u0432 \u043f\u043e\u0440\u0442\u0430\u043b", _s20_97, "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0440\u0442\u0430\u043b", _s23_47, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043f\u043e\u0440\u0442\u0430\u043b", _s23_48, "\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_57, "\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_49, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u043f\u043e\u0440\u0442\u0430\u043b", _s24_58, "\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_57, _s37_15, _s24_59, _s36_10, _s25_58, _s37_16, _s16_207, "\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_103, "\u041f\u044a\u0440\u0432\u0438 \u0434\u0435\u043d \u043e\u0442 \u0441\u0435\u0434\u043c\u0438\u0446\u0430\u0442\u0430", _s23_50, "\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_107, "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_73, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u0439 \u043f\u043e \u043f\u0440\u043e\u0435\u043a\u0442", _s17_126, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e \u0433\u0440\u0443\u043f\u0430", _s19_75, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s18_108, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e \u043a\u043b\u0438\u0435\u043d\u0442", _s18_110, "\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_18, "deleted_groups", _s34_24, "restored_groups", _s35_19, "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_209, "\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_128, "\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_282, "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_52, "\u0428\u0430\u0431\u043b\u043e\u043d\u0438 \u0438 \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0438\u044f", _s22_75, "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0438 \u041a\u0430\u0440\u0442\u0438 & \u0411\u0430\u043d\u043a\u0438", _s19_77, "\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_50, "\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_79, "\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_59, "\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_60, "\u041c\u043e\u043b\u044f \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0444\u0430\u043c\u0438\u043b\u043d\u043e \u0438\u043c\u0435", _s33_30, "\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_211, "\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_112, "\u041d\u044f\u043c\u0430 \u0438\u0437\u0431\u0440\u0430\u043d\u0438 \u0437\u0430\u043f\u0438\u0441\u0438", _s21_106, "\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_51, "\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_files", "Upload Files", "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_130, "\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_213, "\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_131, "\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_214, "\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_132, "\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_114, _s38_17, _s17_133, _s37_17, _s18_115, _s38_18, "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_215, "\u041b\u043e\u0433\u043d\u0430\u0442", _s16_216, "\u0418\u0437\u0447\u0430\u043a\u0432\u0430\u0449\u0438", _s16_217, "\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_62, "\u0414\u043e\u0431\u0430\u0432\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438 \u043a\u044a\u043c \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "exchange_rate", "\u041a\u0443\u0440\u0441", _s16_218, "\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_219, "\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_220, _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_221, "\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_222, "\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_134, "\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_223, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s17_135, _s37_18, "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_107, "\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_224, "\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_19, "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_26, _s19_81, "\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_226, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u043f\u0440\u043e\u0435\u043a\u0442", "deleted_project", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u043f\u0440\u043e\u0435\u043a\u0442", _s16_227, "\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_136, "\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_228, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u043f\u0440\u043e\u0435\u043a\u0442\u0430", _s17_137, _s37_19, "new_project", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0435\u043a\u0442", _s27_55, "\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_116, "\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_18, "\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_83, "\u041c\u043e\u043b\u044f, \u0432\u043b\u0435\u0437\u0442\u0435 \u0432 \u043f\u0440\u043e\u0444\u0438\u043b\u0430 \u0441\u0438", _s24_64, "\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_138, "\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", "all_time", "All Time", "custom", "Custom", _s16_229, "\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_99, "\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_231, "\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_233, "\u041e\u0431\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435\u0442\u043e \u0437\u0430\u0432\u044a\u0440\u0448\u0435\u043d\u043e", _s23_53, "\u041c\u043e\u043b\u044f \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u0448\u0438\u044f\u0442 \u0438\u043c\u0435\u0439\u043b", _s26_43, "\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_110, "\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0432\u043e\u044f URL", _s26_45, "\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_140, "\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_85, "\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_235, "\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_237, "\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_239, "\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_240, "\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_142, "\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_241, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430", _s17_143, _s37_20, "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_242, "\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_243, _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_244, _s26_55, "deleted_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_245, "\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_144, "\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_246, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s17_145, _s37_21, "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_285, "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_247, "\u0427\u0430\u0441\u0442\u0438\u0447\u0435\u043d \u043f\u0430\u0434\u0435\u0436", "paid_date", "Paid Date", "status", "\u0421\u0442\u0430\u0442\u0443\u0441", _s17_146, "\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_76, "\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_78, "\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_101, "\u041c\u043e\u043b\u044f \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\u0430\u0442\u0430", _s22_79, "\u041c\u043e\u043b\u044f \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442", _s24_66, "\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_20, "\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_59, "\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_81, "\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_82, _s35_21, _s23_55, "\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_56, _s36_15, "done", "\u0413\u043e\u0442\u043e\u0432\u043e", _s37_22, "\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_61, "\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_249, "\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_251, "\u0418\u0437\u0447\u0430\u043a\u0432\u0430\u0449\u0438", _s16_252, "\u0410\u043d\u0443\u043b\u0438\u0440\u0430\u043d\u0438", _s16_253, "\u0413\u0440\u0435\u0448\u043d\u0438", _s16_254, "\u0413\u043e\u0442\u043e\u0432\u0438", _s16_255, "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435", _s16_256, "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0430", _s17_147, "\u041d\u0430\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u043e", _s17_148, _s19_50, "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\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_112, "\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_257, "\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_258, "\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_149, "\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_259, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", _s17_150, _s37_24, "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_24, "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", _s82_, "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_30, "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", ":user \u0441\u044a\u0437\u0434\u0430\u0434\u0435 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b :user", "activity_49", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b :user", "activity_50", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b :user", "activity_51", ":user \u0438\u0437\u0442\u0440\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b :user", "activity_52", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b :user", "activity_53", ":user \u043c\u0430\u0440\u043a\u0438\u0440\u0430 \u043a\u0430\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", "activity_54", ":user \u0437\u0430\u043f\u043b\u0430\u0442\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", "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_30, "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_5, "activity_81", _s40_6, "activity_82", _s41_8, "activity_83", _s40_7, "activity_84", _s41_9, _s17_151, "\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_103, "\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_114, "\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_83, "\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", "Custom Value 1", "custom_value2", "Custom Value 2", "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_117, "\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_71, "\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_46, "\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_66, "\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_24, "\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_86, "\u0417\u0430\u0434\u0430\u0447\u0430 \u043d\u043e\u043c\u0435\u0440", _s19_88, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", _s22_85, "\u0420\u0430\u0437\u0445\u043e\u0434 \u043d\u043e\u043c\u0435\u0440", _s22_87, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", _s21_115, "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", _s21_117, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", _s21_119, "\u0411\u0438\u043b\u0435\u0442 \u043d\u043e\u043c\u0435\u0440", _s21_121, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0431\u0438\u043b\u0435\u0442", _s22_89, _s16_283, _s22_91, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s22_93, _s16_285, _s22_95, "\u0421\u043b\u0435\u0434\u0432\u0430\u0449 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s20_104, "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s20_106, "\u0421\u043b\u0435\u0434\u0432\u0430\u0449 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s21_123, "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", _s21_125, _s24_78, _s21_127, "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", _s21_128, _s24_78, _s18_119, "\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_66, "\u0421\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435 \u043d\u0430 \u0431\u0440\u043e\u044f\u0447 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0438 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s18_121, "\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_123, "\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_125, "\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_127, "\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_129, "\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_131, "\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_129, "\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_90, "\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s21_131, "\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_48, "\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_260, "\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_263, _s24_73, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 (\u043a\u043b\u0438\u0435\u043d\u0442) - \u0443\u043b\u0438\u0446\u0430", _s24_74, "\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_264, "\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_153, _s27_76, _s17_154, _s27_77, _s17_155, _s27_78, _s17_156, _s27_79, "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_92, "\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_265, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434", _s19_94, "\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_133, _s18_134, _s16_266, _s16_267], t1, t1), "zh_TW", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "\u9031\u671f\u6027", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "\u53d6\u6d88\u9023\u7d50", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "\u7ba1\u7406\u8005", "owner", "\u64c1\u6709\u8005", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Total Hours", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "\u53ef\u7d50\u5e33\u7684", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, _s22_4, _s25_5, _s25_6, _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", _s39_11, _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", "Payment Links", "action", "\u52d5\u4f5c", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "\u6642\u9593\u8868", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", "\u6b78\u6a94\u4ed8\u6b3e\u8cc7\u6599", "archive_invoice", "\u6b78\u6a94\u767c\u7968\u8cc7\u6599", "archive_quote", "\u6b78\u6a94\u5831\u50f9\u55ae", "archive_credit", "\u6b78\u6a94\u8cb8\u6b3e\u8cc7\u6599", "archive_task", "\u6b78\u6a94\u4efb\u52d9\u9805\u76ee", "archive_client", "\u6b78\u6a94\u7528\u6236", "archive_project", "\u6b78\u6a94\u5c08\u6848", "archive_expense", "\u6b78\u6a94\u652f\u51fa\u8cc7\u6599", "restore_payment", "\u5fa9\u539f\u4ed8\u6b3e\u8cc7\u6599", "restore_invoice", "\u5fa9\u539f\u767c\u7968", "restore_quote", "\u5fa9\u539f\u5831\u50f9\u55ae", "restore_credit", "\u5fa9\u539f\u8cb8\u6b3e\u8cc7\u6599", "restore_task", "\u5fa9\u539f\u4efb\u52d9", "restore_client", "\u5fa9\u539f\u7528\u6236", "restore_project", "\u5fa9\u539f\u4e4b\u5c08\u6848", "restore_expense", "\u5fa9\u539f\u652f\u51fa\u8cc7\u6599", "archive_vendor", "\u6b78\u6a94\u4f9b\u61c9\u5546", "restore_vendor", "\u5fa9\u539f\u4f9b\u61c9\u5546", "create_product", "\u52a0\u5165\u7522\u54c1", "update_product", "Update Product", "delete_product", "\u522a\u9664\u8cb8\u6b3e\u8cc7\u6599", "restore_product", "\u5fa9\u539f\u7522\u54c1\u8cc7\u6599", "archive_product", "\u6b78\u6a94\u7522\u54c1\u8cc7\u6599", _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "\u4ed8\u6b3e\u65b9\u5f0f", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", "Postal/City", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "\u6642", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Last 365 Days", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, _s35_, "upload", "\u4e0a\u50b3", _s17_7, _s17_8, _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Update Payment", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "\u522a\u9664\u5c08\u6848", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, _s21_17, _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, "\u5132\u5b58\u70ba\u9810\u8a2d\u54c1\u9805", _s22_12, "\u5132\u5b58\u70ba\u9810\u8a2d\u7684\u9801\u5c3e", "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, _s21_23, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, "\u5df2\u6210\u529f\u5efa\u7acb\u9280\u884c\u5e33\u865f", _s20_18, "\u66f4\u65b0\u9280\u884c\u5e33\u865f\u6210\u529f", _s17_14, "\u7de8\u8f2f\u9280\u884c\u5e33\u865f", _s16_28, _s16_29, "account_type", "Account type", _s16_30, _s16_268, _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "\u5df2\u9078\u7684", _s21_24, _s34_2, _s18_15, _s18_16, "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "\u66f4\u65b0\u8cb8\u6b3e\u8cc7\u6599", "delete_credit", "\u522a\u9664\u8cb8\u6b3e\u8cc7\u6599", "transaction", "Transaction", "transactions", "Transactions", "new_transaction", "New Transaction", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, _s26_7, "bank_account", "\u9280\u884c\u5e33\u6236", "bank_accounts", "\u4fe1\u7528\u5361\u8207\u9280\u884c", _s21_25, "\u6b78\u6a94\u9280\u884c\u5e33\u865f\u6210\u529f", _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Connect", _s23_9, _s23_10, _s18_19, _s18_20, "client_email", "Client Email", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_27, "Active Invoices", _s26_8, _s20_26, _s24_16, _s18_21, _s23_11, _s17_18, _s19_22, "Active Quotes", _s21_28, "Approved Quotes", _s23_12, _s17_19, _s18_22, "Logged Tasks", _s20_27, "Invoiced Tasks", _s16_35, "Paid Tasks", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s44_0, "activity_131", _s44_1, "activity_132", _s45_3, "activity_133", _s44_2, "activity_134", _s45_4, "activity_135", _s44_3, "activity_136", _s46_1, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, _s39_3, "resend", "Resend", "verify", "Verify", _s18_23, _s29_10, _s20_28, _s20_29, _s19_23, _s19_24, _s24_18, _s46_2, _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Merge Into", "merge", "\u5408\u4f75", _s21_32, _s21_33, _s19_25, _s29_11, _s17_23, _s17_24, "activate", "Activate", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", "Send Now", "received", "Received", _s19_26, _s19_27, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_4, _s34_7, _s47_, _s22_19, _s22_20, _s22_21, _s22_22, _s27_10, _s34_8, _s24_19, _s25_13, "yes_its_great", _s16_42, "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", "Vendor Details", _s22_26, _s22_27, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u63a5\u53d7", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Send Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Accepted", _s22_28, _s22_29, _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, _s24_22, _s37_5, _s42_2, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_30, _s18_31, _s19_29, _s19_30, _s22_33, _s35_3, _s22_34, _s35_4, _s23_17, _s36_0, _s22_35, _s35_5, _s22_36, _s35_6, _s23_18, _s36_1, _s21_40, _s21_41, _s22_37, _s22_38, "login_url", "Login URL", _s16_46, "\u4ed8\u6b3e\u8a2d\u5b9a", "default", "\u9810\u8a2d", "stock_quantity", "Stock Quantity", _s22_39, _s22_40, "track_inventory", "Track Inventory", _s20_41, _s63_0, _s19_31, _s19_32, _s24_23, _s50_2, "vat", "VAT", "standing", "\u8cc7\u683c", "view_map", "View Map", _s18_32, _s18_33, "add_gateway", "\u65b0\u589e\u9598\u9053", _s24_24, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_25, _s24_26, _s31_6, "Invoice Sent", _s24_27, _s24_28, _s29_13, _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_33, _s63_1, "use_quote_terms", "Use Quote Terms", _s20_42, _s37_6, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, _s45_6, "register_label", _s30_4, "login_label", _s28_9, "add_to_invoice", "\u65b0\u589e\u81f3\u767c\u7968 :invoice", _s17_30, _s17_31, "week", "\u661f\u671f", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, _s46_14, _s20_44, _s20_45, _s25_15, _s45_11, _s16_48, "\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_8, "change_status", "Change Status", "fees_sample", ":amount \u4efd\u767c\u7968\u7684\u8cbb\u7528\u61c9\u70ba :total\u3002", _s19_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", _s33_11, "stopped_tasks", _s33_12, "approved_quote", _s27_68, "approved_quotes", _s35_7, "approve", "\u540c\u610f", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, _s16_269, _s24_30, _s44_6, "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_51, _s16_52, "purged_client", "\u6e05\u9664\u7528\u6236\u6210\u529f", _s27_16, _s77_0, _s22_42, _s34_9, "small", "Small", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_54, _s16_55, _s21_48, _s42_3, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_17, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_49, _s30_5, "set_password", "\u8a2d\u5b9a\u5bc6\u78bc", _s17_33, _s59_, _s16_58, _s58_1, _s20_49, _s33_13, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_50, "becs", _s17_158, "bulk_download", "Download", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, _s18_35, _s17_35, _s17_36, "has_tasks", "Has Tasks", "registration", "Registration", _s27_18, _s50_7, "view_expense", "\u6aa2\u8996\u652f\u51fa # :expense", "view_statement", "\u6aa2\u8996\u8ca1\u52d9\u5831\u8868", "sepa", _s17_159, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s18_37, "system", "\u7cfb\u7d71", _s19_38, _s19_39, "updated_company", _s28_10, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, _s40_2, _s27_19, _s43_0, "app", "App", _s20_50, _s46_8, _s16_59, _s16_270, _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "\u6309\u7167\u59d3\u540d", _s16_60, _s16_61, _s17_38, "\u9031\u671f\u6027\u652f\u51fa", _s18_39, "\u9031\u671f\u6027\u652f\u51fa", _s21_50, "\u65b0\u7684\u9031\u671f\u6027\u652f\u51fa", _s22_44, "\u7de8\u8f2f\u9031\u671f\u6027\u652f\u51fa", _s25_16, "\u5efa\u7acb\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s25_17, "\u66f4\u65b0\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s26_13, "\u6b78\u6a94\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s25_18, _s38_4, _s25_19, _s38_5, _s26_14, "\u5fa9\u539f\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s24_32, _s24_33, _s25_20, _s25_21, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_42, _s32_9, "is_invoiced", "Is Invoiced", "change_plan", "Manage Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_62, _s16_63, _s16_64, "Googlezp \u5206\u6790", _s28_11, _s28_12, "decimal_comma", "Decimal Comma", _s26_15, _s35_9, "select_method", "Select Method", "select_platform", "Select Platform", _s28_13, _s42_4, _s16_66, _s27_69, "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "user_guide", "\u4f7f\u7528\u8005\u6307\u5357", _s18_41, _s18_42, "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_9, _s31_10, _s25_22, _s25_23, _s33_14, _s33_15, _s27_20, _s27_21, _s36_3, _s36_4, _s31_11, _s31_12, _s25_24, _s25_25, "net_subtotal", "\u6de8", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_22, _s57_0, _s21_52, _s62_1, "change_email", "Change Email", _s25_26, _s52_0, _s21_53, _s21_54, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u532f\u5165\u8cc7\u6599", "import_settings", "Import Settings", _s17_40, _s28_14, _s19_43, _s48_0, "json", "JSON", _s24_34, _s24_35, "wait_for_data", _s42_5, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_67, _s16_68, _s18_43, _s40_3, "login_success", _s16_69, "login_failure", "Failed Login", "exported_data", _s67_, _s23_23, _s23_24, _s28_15, _s41_3, "step_1_sign_in", "Step 1: Sign In", _s16_70, _s17_41, "account_id", "Account ID", _s27_22, _s35_11, "activity_100", _s50_8, "activity_101", _s50_9, "activity_102", _s51_3, "activity_103", _s50_10, "activity_104", _s51_4, _s18_44, _s18_45, _s23_25, _s35_12, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_71, _s16_72, _s18_46, _s31_13, _s16_73, _s16_74, "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_47, "\u806f\u7d61\u4eba\u540d\u5b57", _s17_42, "\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_55, _s53_, _s25_27, _s37_8, _s17_44, _s17_45, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, _s21_57, _s17_46, _s17_47, "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_49, _s18_50, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_51, _s18_52, _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "\u5b89\u5168", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Email Delivery", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, _s22_47, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, _s26_18, "connect_gmail", "Connect Gmail", _s16_81, _s16_82, "connected_gmail", _s28_16, _s18_55, _s31_14, _s16_83, _s100_, _s16_84, _s16_85, "count_minutes", ":count Minutes", _s16_86, _s16_87, _s29_15, _s28_67, "use_last_email", "Use last email", _s16_88, _s16_89, _s21_65, _s51_7, _s27_24, _s35_13, _s27_25, _s27_26, _s34_13, _s52_1, "help_translate", "Help Translate", _s23_26, _s23_27, "resend_invite", "\u91cd\u5bc4\u9080\u8acb\u51fd", _s19_45, _s25_28, _s16_90, _s30_6, _s19_46, _s33_20, "delivered", "Delivered", "bounced", "\u5df2\u9000\u56de", "spam", "Spam", "view_docs", "View Docs", _s32_10, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_66, "\u4f7f\u7528 :link \u76f8\u5bb9\u7684 App \u6383\u63cf\u689d\u78bc\u3002", _s18_56, "\u555f\u7528\u5169\u6b65\u9a5f\u9a57\u8b49\u6210\u529f", "connect_google", "Connect Google", _s17_50, _s17_51, _s17_52, "\u5169\u6b65\u9a5f\u9a57\u8b49", _s18_57, _s18_58, _s34_14, _s34_15, "stay_logged_in", "Stay Logged In", _s23_28, _s40_4, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_47, _s19_48, _s17_53, _s17_54, "resend_email", "Resend Email", _s26_19, _s33_21, _s16_91, "\u5df2\u9000\u6b3e\u7684\u4ed8\u6b3e", _s19_49, _s19_50, _s19_51, _s45_8, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_55, _s17_56, _s27_27, _s51_5, _s21_67, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_59, "\u8f49\u63db\u81f3\u767c\u7968", _s16_92, _s16_93, "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_52, _s21_68, _s20_59, _s27_28, _s16_94, _s16_95, "save_and_email", "Save and Email", _s16_96, _s16_97, _s16_98, "\u8f49\u63db\u7684\u91d1\u984d", _s17_57, _s17_58, _s22_48, _s22_49, _s24_36, _s24_37, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_59, "\u9810\u8a2d\u7684\u6587\u4ef6", "document_upload", "Document Upload", _s20_60, _s34_16, "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_69, _s21_70, _s26_20, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_61, _s17_62, "update_app", "Update App", "started_import", _s27_29, _s24_38, _s24_39, _s20_61, _s20_62, _s18_61, _s18_62, "column", "\u6b04", "sample", "\u6a23\u672c", "map_to", "Map To", "import", "\u532f\u5165", _s25_29, _s29_16, "select_file", "\u8acb\u9078\u64c7\u4e00\u500b\u6a94\u6848", _s16_100, _s16_101, "csv_file", "CSV \u6a94\u6848", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_50, _s24_40, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_63, _s17_64, "sidebar_editor", "Sidebar Editor", _s22_51, _s31_15, "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_41, _s24_42, _s24_43, _s24_44, "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_29, "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_45, _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_65, _s17_66, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_102, _s16_103, _s19_53, _s32_11, _s19_54, "\u66f4\u65b0\u5de5\u4f5c\u72c0\u614b\u6210\u529f", _s20_63, _s33_22, _s19_55, _s32_12, _s19_56, _s32_13, _s20_64, _s33_23, _s22_52, _s42_6, _s21_71, _s41_4, _s22_53, _s42_7, _s18_63, _s20_65, _s20_66, _s27_30, _s16_104, _s16_105, _s21_72, _s52_2, _s20_67, _s20_68, _s25_30, _s42_8, _s20_69, _s20_70, _s25_31, _s42_9, _s21_73, _s25_32, _s18_64, _s18_65, "task_settings", "Task Settings", _s20_71, _s20_72, _s18_66, "\u652f\u51fa\u985e\u5225", _s20_73, "\u65b0\u7684\u652f\u51fa\u985e\u5225", _s21_74, _s21_75, _s24_46, "\u6210\u529f\u5efa\u7acb\u652f\u51fa\u985e\u5225", _s24_47, "\u66f4\u65b0\u652f\u51fa\u985e\u5225\u6210\u529f", _s25_33, "\u6b78\u6a94\u652f\u51fa\u985e\u5225\u6210\u529f", _s24_48, "\u522a\u9664\u985e\u5225\u6210\u529f", _s24_49, _s37_11, _s25_34, "\u5fa9\u539f\u652f\u51fa\u985e\u5225\u6210\u529f", _s27_31, "\u6b78\u6a94 :count \u9805\u652f\u51fa\u985e\u5225\u6210\u529f", _s26_21, _s46_11, _s27_32, _s47_1, _s23_30, _s25_35, _s25_36, _s32_14, _s21_76, _s21_77, "show_option", "Show Option", _s22_54, _s50_11, "view_changes", "View Changes", "force_update", "Force Update", _s17_67, _s76_0, "mark_paid_help", _s31_27, _s18_68, "\u61c9\u70ba\u6b64\u958b\u7acb\u767c\u7968", _s23_31, _s33_32, _s29_17, _s36_16, _s21_78, _s20_75, _s16_106, _s16_107, _s18_69, _s18_70, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_68, _s17_69, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_37, _s38_8, _s25_38, _s38_9, _s25_39, _s38_10, "gateway_refund", "Gateway Refund", _s19_57, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "\u6a19\u8a18\u4f7f\u7528\u4e2d", "day_count", "Day :count", _s22_55, _s22_56, _s21_79, _s21_80, _s17_70, _s17_71, "endless", "Endless", "next_send_date", "Next Send Date", _s16_108, _s16_109, _s17_72, "\u9031\u671f\u6027\u767c\u7968", _s18_71, "\u9031\u671f\u6027\u767c\u7968", _s21_81, "\u65b0\u7684\u9031\u671f\u6027\u767c\u7968", _s22_57, "\u7de8\u8f2f\u9031\u671f\u6027\u767c\u7968", _s25_40, _s38_11, _s25_41, _s38_12, _s26_22, "\u6b78\u6a94\u9031\u671f\u6027\u767c\u7968\u6210\u529f", _s25_42, "\u522a\u9664\u9031\u671f\u6027\u767c\u7968\u6210\u529f", _s25_43, _s38_14, _s26_23, "\u5fa9\u539f\u9031\u671f\u6027\u767c\u7968\u6210\u529f", _s27_33, _s47_2, _s26_24, _s46_12, _s27_34, _s47_3, _s24_50, _s26_25, _s25_44, _s32_15, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_17, _s28_18, "profit", "\u5229\u6f64", "line_item", "\u55ae\u5217\u54c1\u9805", _s18_73, _s18_74, _s23_32, _s35_25, _s19_58, _s19_59, _s24_51, _s52_3, "test_mode", "Test Mode", "opened", "\u5df2\u958b\u555f", _s30_7, _s22_59, _s30_8, _s22_60, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_74, _s17_75, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_110, _s16_111, "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_52, _s24_53, "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_75, _s18_76, "pdf_page_info", _s23_33, _s16_112, "\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_68, "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_10, "client_created", "Client Created", _s20_76, _s20_77, _s20_78, _s20_79, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_76, _s17_77, _s17_78, _s17_79, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_80, _s17_81, _s17_82, "\u5373\u5c07\u5230\u671f\u7684\u767c\u7968", _s17_84, _s17_85, "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_86, _s28_19, "api_webhooks", "API Webhooks", "search_webhooks", _s22_61, "search_webhook", _s16_113, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_20, "updated_webhook", _s28_21, _s16_114, _s29_18, "deleted_webhook", _s28_22, "removed_webhook", _s28_23, _s16_115, _s29_19, _s17_87, _s37_12, _s16_116, _s36_5, _s16_117, _s36_6, _s17_88, _s37_13, "api_tokens", "API \u7684\u5b89\u5168\u4ee3\u78bc", "api_docs", "API Docs", "search_tokens", _s20_80, "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_29, "restored_token", _s27_36, "archived_tokens", _s35_14, "deleted_tokens", _s34_17, "restored_tokens", _s35_15, _s19_60, _s19_61, _s24_54, _s45_9, "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_81, _s41_5, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_118, _s16_119, "contact_name", "\u806f\u7d61\u4eba\u59d3\u540d", "use_default", "Use default", _s16_120, _s17_89, "number_of_days", "Number of days", _s23_34, _s23_35, "payment_term", "Payment Term", _s16_121, _s16_122, _s17_90, "\u7de8\u8f2f\u4ed8\u6b3e\u689d\u4ef6", _s20_82, "\u5efa\u7acb\u4ed8\u6b3e\u689d\u6b3e\u6210\u529f", _s20_83, "\u66f4\u65b0\u4ed8\u6b3e\u689d\u6b3e\u6210\u529f", _s21_83, "\u6b78\u6a94\u4ed8\u6b3e\u689d\u6b3e\u6210\u529f", _s20_84, _s33_26, _s20_85, _s33_27, _s21_84, _s34_19, _s22_62, _s42_11, _s21_85, _s41_6, _s22_63, _s42_12, "email_sign_in", _s18_135, "change", "Change", _s23_36, _s28_24, _s24_55, _s29_20, "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_77, _s18_78, _s16_123, _s16_272, "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_124, _s16_273, "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_92, "search_design", "Search 1 Design", "search_invoice", _s16_125, "search_client", "Search 1 Client", "search_product", _s16_126, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_93, "search_task", "Search 1 Tasks", "search_project", _s16_127, "search_expense", _s16_128, "search_payment", _s16_129, "search_group", "Search 1 Group", "refund_payment", "\u5df2\u9000\u6b3e\u7684\u652f\u4ed8", _s17_94, _s30_9, _s18_79, _s31_16, _s16_130, _s29_21, _s17_95, _s30_10, "reverse", "Reverse", "full_name", "\u5168\u540d", _s17_96, "\u57ce\u5e02/\u5dde\u7701/\u90f5\u905e\u5340\u865f", _s17_98, "\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_131, "\u6e05\u9664\u516c\u53f8\u8cc7\u6599\u6210\u529f", _s18_80, "\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_45, "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_46, _s25_47, _s16_132, _s16_133, "apply_license", "\u5957\u7528\u6388\u6b0a", "cancel_account", "\u522a\u9664\u5e33\u6236", _s22_64, "\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_65, "\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_25, "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_37, "updated_design", _s27_38, "archived_design", _s28_26, "deleted_design", _s27_39, "removed_design", _s27_40, "restored_design", _s28_27, _s16_134, _s36_7, "deleted_designs", _s35_16, _s16_135, _s36_8, "proposals", "\u63d0\u6848", "tickets", "\u7968\u8b49", _s16_136, "\u9031\u671f\u6027\u5831\u50f9\u55ae", "recurring_tasks", "Recurring Tasks", _s18_81, "\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_44, "restored_credit", "\u5fa9\u539f\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_138, "\u6b78\u6a94 :count \u7b46\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", "deleted_credits", "\u522a\u9664 :count \u7b46\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_139, _s36_9, "current_version", "\u76ee\u524d\u7248\u672c", "latest_version", "Latest Version", "update_now", "Update Now", _s26_30, _s41_7, _s16_140, _s16_141, "app_updated", _s29_22, "learn_more", "\u77ad\u89e3\u66f4\u591a", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_100, _s17_101, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u65b0\u7684\u516c\u53f8\u8cc7\u6599", "added_company", _s26_31, "company1", "\u81ea\u8a02\u516c\u53f81", "company2", "\u81ea\u8a02\u516c\u53f82", "company3", "\u81ea\u8a02\u516c\u53f83", "company4", "\u81ea\u8a02\u516c\u53f84", "product1", _s16_146, "product2", _s16_147, "product3", _s16_148, "product4", _s16_149, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_150, "contact2", _s16_151, "contact3", _s16_152, "contact4", _s16_153, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_154, "project2", _s16_155, "project3", _s16_156, "project4", _s16_157, "expense1", _s16_158, "expense2", _s16_159, "expense3", _s16_160, "expense4", _s16_161, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_162, "invoice2", _s16_163, "invoice3", _s16_164, "invoice4", _s16_165, "payment1", _s16_166, "payment2", _s16_167, "payment3", _s16_168, "payment4", _s16_169, "surcharge1", _s18_83, "surcharge2", _s18_84, "surcharge3", _s18_85, "surcharge4", _s18_86, "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_87, _s18_88, _s17_102, _s17_103, "contact_phone", "\u806f\u7d61\u4eba\u96fb\u8a71", _s21_86, _s22_66, _s21_87, _s22_67, _s21_88, _s22_68, _s21_89, _s22_69, _s17_104, "\u9001\u8ca8\u5730\u5740\u4e4b\u8857\u9053", _s17_105, "\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_86, "\u9001\u8ca8\u5730\u5740\u4e4b\u90f5\u905e\u5340\u865f", _s16_170, "\u9001\u8ca8\u5730\u5740\u4e4b\u570b\u5bb6", _s16_172, "\u5e33\u55ae\u5730\u5740\u4e4b\u8857/\u8def", _s16_173, "\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_62, "\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_174, "\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_90, _s35_17, _s30_11, _s63_2, "message", "\u8a0a\u606f", "from", "\u5f9e", _s20_88, _s20_89, _s25_48, _s56_0, _s20_90, _s34_20, _s18_90, _s18_91, _s23_38, "\u8abf\u6574\u767e\u5206\u6bd4\u4ee5\u8a08\u5165\u8cbb\u7528", _s18_92, _s18_93, "support_forum", "Support Forums", "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_91, "\u5bc6\u78bc\u592a\u77ed", _s20_91, _s58_2, _s19_64, _s19_65, _s23_39, _s23_40, _s20_92, _s20_93, "deleted_logo", _s25_49, "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_107, _s17_108, "show_cost_help", _s55_0, _s21_92, _s21_93, _s26_32, _s58_3, _s21_94, _s21_95, _s26_33, _s60_1, _s21_96, _s21_97, _s26_34, _s34_21, _s16_176, _s16_177, _s21_98, _s47_4, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_178, _s16_179, "user", "\u4f7f\u7528\u8005", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_109, _s17_110, "item_tax_rates", "Item Tax Rates", _s18_94, "\u8acb\u9078\u53d6\u4e00\u500b\u7528\u6236", "configure_rates", "Configure rates", _s18_95, _s18_96, "tax_settings", "\u7a05\u984d\u8a2d\u5b9a", _s18_97, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_66, _s20_94, "options", "\u9078\u9805", _s16_180, _s16_181, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_45, _s39_8, "submit", "\u63d0\u4ea4", _s16_182, "\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_183, "\u903e\u671f\u8cbb\u7528\u7387", "before_due_date", "\u5230\u671f\u65e5\u4e4b\u524d", "after_due_date", "\u5230\u671f\u65e5\u4e4b\u5f8c", _s18_99, "\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_99, _s21_100, "quote_email", "\u5831\u50f9\u55ae\u96fb\u5b50\u90f5\u4ef6", _s16_185, "\u4e0d\u7d42\u6b62\u7684\u63d0\u9192\u51fd", _s16_187, "\u4f9d\u4f7f\u7528\u8005\u7be9\u9078", "administrator", "\u7ba1\u7406\u8005", _s18_100, "\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_53, "restored_user", "\u5fa9\u539f\u4f7f\u7528\u8005\u8cc7\u6599\u6210\u529f", "archived_users", _s34_22, "deleted_users", _s33_28, "removed_users", _s33_29, "restored_users", _s34_23, _s16_189, "\u4e00\u822c\u8a2d\u5b9a", "invoice_options", "\u767c\u7968\u9078\u9805", _s17_111, "\u96b1\u85cf\u8fc4\u4eca\u4e4b\u4ed8\u6b3e\u91d1\u984d", _s22_72, "\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_41, "\u5d4c\u5165\u7684\u6587\u4ef6", _s28_30, "\u5728\u767c\u7968\u4e0a\u9644\u52a0\u5716\u7247\u3002", _s16_191, "\u986f\u793a\u9801\u9996\u65bc", _s16_192, "\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_101, "\u81ea\u52d5\u96fb\u5b50\u90f5\u4ef6", _s23_42, _s52_4, _s18_102, "\u81ea\u52d5\u6b78\u6a94", _s23_43, _s55_1, _s18_103, "\u81ea\u52d5\u8f49\u63db", _s23_44, _s58_4, _s17_113, "\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_115, "\u4e09\u500b\u6708", _s16_193, "\u56db\u500b\u6708", "freq_six_months", "\u516d\u500b\u6708", "freq_annually", "Annually", "freq_two_years", "\u5169\u5e74", _s16_194, "Three Years", "never", "\u6c38\u4e0d", "company", "\u516c\u53f8", _s17_116, "\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_195, "\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_118, "\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_120, "\u81ea\u8a02 JavaScript", _s16_197, "\u5728 PDF \u6a94\u6848\u4e0a\u986f\u793a", _s21_101, "\u5728\u767c\u7968/\u5831\u50f9\u55ae PDF \u986f\u793a\u7528\u6236\u7c3d\u540d\u3002", _s25_54, "\u767c\u7968\u689d\u6b3e\u6838\u53d6\u65b9\u584a", _s30_12, "\u8981\u6c42\u7528\u6236\u78ba\u8a8d\u4ed6\u5011\u63a5\u53d7\u767c\u7968\u689d\u6b3e\u3002", _s23_45, "\u5831\u50f9\u55ae\u689d\u6b3e\u6838\u53d6\u65b9\u584a", _s28_31, "\u8981\u6c42\u7528\u6236\u78ba\u8a8d\u4ed6\u5011\u63a5\u53d7\u5831\u50f9\u689d\u6b3e\u3002", _s25_55, "\u767c\u7968\u7c3d\u540d", _s30_13, "\u8981\u6c42\u7528\u6236\u63d0\u4f9b\u5176\u7c3d\u540d\u3002", _s23_46, "\u5831\u50f9\u55ae\u7c3d\u540d", _s22_74, "\u7528\u4ee5\u4fdd\u8b77\u767c\u7968\u7684\u5bc6\u78bc", _s27_46, "\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_56, "\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_198, "\u9644\u52a0\u6587\u4ef6", "attach_ubl", "\u9644\u52a0 UBL", "email_style", "\u96fb\u5b50\u90f5\u4ef6\u6a23\u5f0f", _s19_68, "\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_69, "\u63a5\u53d7\u7684\u5361\u7247\u6a19\u8a8c", "credentials", "\u8a8d\u8b49", "update_address", "\u66f4\u65b0\u5730\u5740", _s19_71, "\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_200, "\u5df2\u6210\u529f\u5730\u5efa\u7acb\u7a05\u7387", _s16_201, "\u66f4\u65b0\u7a05\u7387\u6210\u529f", _s17_123, "\u6b78\u6a94\u7a05\u7387\u8cc7\u6599\u6210\u529f", _s16_202, "\u6210\u529f\u522a\u9664\u7a05\u7387", _s17_124, "\u6210\u529f\u6062\u5fa9\u7a05\u7387", _s18_104, _s38_15, _s17_125, _s37_14, _s18_105, _s38_16, "fill_products", "\u81ea\u52d5\u586b\u5165\u4e4b\u7522\u54c1\u9805\u76ee", _s18_106, "\u9078\u64c7\u7522\u54c1\u5c07\u81ea\u52d5\u586b\u5beb\u63cf\u8ff0\u548c\u6210\u672c", "update_products", "\u81ea\u52d5\u66f4\u65b0\u7522\u54c1", _s20_96, "\u66f4\u65b0\u767c\u7968\u6642\u6703\u81ea\u52d5 \u66f4\u65b0\u7522\u54c1\u8cc7\u6599\u5eab", _s16_203, "\u8f49\u63db\u7522\u54c1", _s21_102, "\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_205, "\u4ed8\u6b3e\u9598\u9053", _s19_72, "\u65b0\u589e\u9598\u9053", _s20_97, "\u7de8\u8f2f\u9598\u9053", _s23_47, "\u5efa\u7acb\u9598\u9053\u8cc7\u6599\u6210\u529f", _s23_48, "\u66f4\u65b0\u9598\u9053\u8cc7\u6599\u6210\u529f", _s24_57, "\u5c01\u5b58\u9598\u9053\u8cc7\u6599\u6210\u529f", _s23_49, "\u522a\u9664\u9598\u9053\u8cc7\u6599\u6210\u529f", _s24_58, "\u5fa9\u539f\u9598\u9053\u6210\u529f", _s25_57, _s37_15, _s24_59, _s36_10, _s25_58, _s37_16, _s16_207, "\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_103, "\u6bcf\u661f\u671f\u7684\u7b2c\u4e00\u5929", _s23_50, "\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_107, "24 Hour Display", "send_reminders", "\u50b3\u9001\u63d0\u9192", "timezone", "\u6642\u5340", _s19_73, _s19_74, _s17_126, "\u4f9d\u7fa4\u7d44\u7be9\u9078", _s19_75, "\u4f9d\u767c\u7968\u7be9\u9078", _s18_108, "\u4f9d\u7528\u6236\u7aef\u7be9\u9078", _s18_110, "\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_18, "deleted_groups", _s34_24, "restored_groups", _s35_19, "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_209, "\u7522\u54c1\u8a2d\u5b9a", "device_settings", "\u88dd\u7f6e\u8a2d\u5b9a", "defaults", "\u9810\u8a2d\u503c", "basic_settings", "\u57fa\u672c\u8a2d\u5b9a", _s17_128, "\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_52, "\u7bc4\u672c\u8207\u63d0\u9192", _s22_75, "\u4fe1\u7528\u5361 & \u9280\u884c", _s19_77, "\u8cc7\u6599\u8996\u89ba\u5316", "price", "\u50f9\u683c", "email_sign_up", "\u96fb\u5b50\u90f5\u4ef6\u8a3b\u518a", "google_sign_up", "Google \u8a3b\u518a", _s27_50, "\u611f\u8b1d\u60a8\u7684\u8cfc\u8cb7!", "redeem", "\u514c\u63db", "back", "\u8fd4\u56de", "past_purchases", "\u904e\u53bb\u8cfc\u8cb7", _s19_79, "\u5e74\u5ea6\u8a02\u95b1", "pro_plan", "\u5c08\u696d\u65b9\u6848", "enterprise_plan", "\u4f01\u696d\u65b9\u6848", "count_users", ":count users", "upgrade", "\u5347\u7d1a", _s25_59, "\u8acb\u8f38\u5165\u540d\u5b57", _s24_60, "\u8acb\u8f38\u5165\u59d3\u6c0f", _s33_30, "\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_211, "\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_112, "\u672a\u9078\u53d6\u4efb\u4f55\u8a18\u9304", _s21_106, "\u8acb\u5132\u5b58\u6216\u53d6\u6d88\u60a8\u7684\u8b8a\u66f4", "download", "\u4e0b\u8f09", _s27_51, "\u9700\u8981\u4f01\u696d\u65b9\u6848", "take_picture", "\u62cd\u7167", "upload_files", "Upload Files", "document", "\u6587\u4ef6", "documents", "\u6587\u4ef6", "new_document", "\u65b0\u65b0\u6587\u4ef6", "edit_document", "\u7de8\u8f2f\u6587\u4ef6", _s17_130, "\u5df2\u6210\u529f\u4e0a\u8f09\u6587\u4ef6", _s16_213, "\u5df2\u6210\u529f\u66f4\u65b0\u6587\u4ef6", _s17_131, "\u5df2\u6210\u529f\u5c01\u5b58\u6587\u4ef6", _s16_214, "\u5df2\u6210\u529f\u522a\u9664\u6587\u4ef6", _s17_132, "\u5df2\u6210\u529f\u9084\u539f\u6587\u4ef6", _s18_114, _s38_17, _s17_133, _s37_17, _s18_115, _s38_18, "no_history", "\u7121\u6b77\u53f2\u8a18\u9304", "expense_date", "\u652f\u51fa\u65e5\u671f", "pending", "\u64f1\u7f6e", _s16_215, "\u5df2\u767b\u5165", _s16_216, "\u64f1\u7f6e", _s16_217, "\u5df2\u958b\u7acb\u767c\u7968\u7684", "converted", "\u5df2\u8f49\u63db", _s24_62, _s24_63, "exchange_rate", "\u532f\u7387", _s16_218, "\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_219, "\u6b78\u6a94 :count \u7b46\u4f9b\u61c9\u5546\u8cc7\u6599\u6210\u529f", "deleted_vendors", "\u522a\u9664 :count \u7b46\u4f9b\u61c9\u5546\u6210\u529f", _s16_220, _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_221, "\u6b78\u6a94\u652f\u51fa\u9805\u76ee\u6210\u529f", "deleted_expense", "\u522a\u9664\u652f\u51fa\u9805\u76ee\u6210\u529f", _s16_222, "\u5fa9\u539f\u652f\u51fa\u8cc7\u6599\u6210\u529f", _s17_134, "\u6b78\u6a94\u652f\u51fa\u9805\u76ee\u6210\u529f", _s16_223, "\u522a\u9664\u652f\u51fa\u9805\u76ee\u6210\u529f", _s17_135, _s37_18, "copy_shipping", "\u8907\u88fd\u9001\u8ca8\u5730\u5740", "copy_billing", "\u8907\u88fd\u5e33\u55ae\u5730\u5740", "design", "\u8a2d\u8a08", _s21_107, "\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_224, "\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_26, _s19_81, "\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_226, "\u6b78\u6a94\u5c08\u6848\u9805\u76ee\u6210\u529f", "deleted_project", _s28_43, _s16_227, "\u5fa9\u539f\u5c08\u6848\u6210\u529f", _s17_136, "\u6b78\u6a94 :count \u9805\u5c08\u6848\u6210\u529f", _s16_228, "\u522a\u9664 :count \u4ef6\u5c08\u6848\u6210\u529f", _s17_137, _s37_19, "new_project", "\u65b0\u5c08\u6848", _s27_55, "\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_116, "Click here", "to_rate_it", "\u7d66\u5b83\u8a55\u5206\u3002", "average", "\u5e73\u5747", "unapproved", "\u672a\u540c\u610f", _s30_18, "\u8acb\u9032\u884c\u8eab\u4efd\u9a57\u8b49\u4ee5\u8b8a\u66f4\u9019\u500b\u8a2d\u5b9a", "locked", "\u9396\u5b9a", "authenticate", "\u8eab\u4efd\u9a57\u8b49", _s19_83, "\u8acb\u9a57\u8b49", _s24_64, "\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_97, "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_138, "\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", "all_time", "All Time", "custom", "\u81ea\u8a02", _s16_229, "\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_99, "\u7de8\u8f2f\u9031\u671f\u6027\u5831\u50f9\u55ae", "billing_address", "\u5e33\u55ae\u5730\u5740", _s16_231, "\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_233, "\u91cd\u65b0\u6574\u7406\u5b8c\u6210", _s23_53, "\u8acb\u8f38\u5165\u60a8\u7684\u96fb\u5b50\u90f5\u4ef6", _s26_43, "\u8acb\u8f38\u5165\u60a8\u7684\u5bc6\u78bc", _s21_110, "\u8acb\u8f38\u5165\u60a8\u7684\u7db2\u5740", _s26_45, "\u8acb\u8f38\u5165\u7522\u54c1\u91d1\u9470", "ascending", "\u905e\u589e", "descending", "\u905e\u6e1b", "save", "\u5132\u5b58", _s17_140, "\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_85, "\u8907\u88fd :value \u5230\u526a\u8cbc\u7c3f", "error", "\u932f\u8aa4", _s16_235, "\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_237, "\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_239, "\u6b78\u6a94\u7522\u54c1\u8cc7\u6599\u6210\u529f", "deleted_product", "\u5df2\u6210\u529f\u522a\u9664\u7522\u54c1\u8cc7\u6599", _s16_240, "\u5fa9\u539f\u7522\u54c1\u8cc7\u6599\u6210\u529f", _s17_142, "\u6b78\u6a94 :count \u9805\u7522\u54c1\u8cc7\u6599\u6210\u529f", _s16_241, "\u522a\u9664 :count \u7b46\u7522\u54c1\u8cc7\u6599\u6210\u529f", _s17_143, _s37_20, "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_242, "\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_243, _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_244, "\u6b78\u6a94\u767c\u7968\u8cc7\u6599\u6210\u529f", "deleted_invoice", "\u522a\u9664\u767c\u7968\u6210\u529f", _s16_245, "\u5fa9\u539f\u767c\u7968\u6210\u529f", _s17_144, "\u6b78\u6a94 :count \u7b46\u767c\u7968\u8cc7\u6599\u6210\u529f", _s16_246, "\u522a\u9664 :count \u7b46\u767c\u7968\u6210\u529f", _s17_145, _s37_21, "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_247, "\u90e8\u5206\u622a\u6b62\u65e5\u671f", "paid_date", "Paid Date", "status", "\u72c0\u614b", _s17_146, "\u767c\u7968\u72c0\u614b", "quote_status", "\u5831\u50f9\u55ae\u72c0\u614b", _s22_76, "\u6309\u4e00\u4e0b + \u4f86\u52a0\u5165\u9805\u76ee", _s22_78, "\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_101, "\u8acb\u9078\u53d6\u65e5\u671f", _s22_79, "\u8acb\u9078\u53d6\u4e00\u500b\u7528\u6236", _s24_66, "\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_20, "\u8acb\u8f38\u5165\u767c\u7968\u7de8\u865f", _s27_59, "\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_81, "\u6a19\u8a18\u767c\u7968\u70ba\u5df2\u50b3\u9001\u6210\u529f", _s22_82, _s35_21, _s23_55, _s36_14, _s23_56, _s36_15, "done", "\u5b8c\u6210", _s37_22, "\u8acb\u8f38\u5165\u7528\u6236\u6216\u9023\u7d61\u4eba\u59d3\u540d", "dark_mode", "\u9ed1\u6697\u6a21\u5f0f", _s27_61, "\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_249, "\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_251, "\u64f1\u7f6e", _s16_252, "\u4f5c\u5ee2", _s16_253, "\u5931\u6557", _s16_254, "\u5b8c\u6210", _s16_255, "\u90e8\u5206\u9000\u6b3e", _s16_256, "\u9000\u6b3e", _s17_147, "Unapplied", _s17_148, _s19_50, "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_112, "\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_257, "\u6b78\u6a94\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", "deleted_payment", "\u522a\u9664\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_258, "\u5fa9\u539f\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s17_149, "\u6b78\u6a94 :count \u7b46\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_259, "\u522a\u9664 :count \u7b46\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s17_150, _s37_24, "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_24, "expense", "\u652f\u51fa", "expenses", "\u652f\u51fa", "vendor", "\u4f9b\u61c9\u5546", "vendors", "Vendors", "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_2, "activity_7", _s44_7, "activity_8", ":user \u5df2\u5c07\u767c\u7968 :invoice \u6b78\u6a94", "activity_9", ":user \u5df2\u522a\u9664\u767c\u7968 :invoice", "activity_10", _s82_, "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_12, "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_15, "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_75, "activity_49", _s24_76, "activity_50", _s25_71, "activity_51", _s24_77, "activity_52", _s25_72, "activity_53", _s26_53, "activity_54", _s27_72, "activity_55", ":contact \u5df2\u56de\u8986\u7968\u8b49 :ticket", "activity_56", ":user \u5df2\u6aa2\u8996\u7968\u8b49 :ticket", "activity_57", _s39_10, "activity_58", _s31_23, "activity_59", _s32_17, "activity_60", _s28_61, "activity_61", _s28_64, "activity_62", _s28_65, "activity_63", _s61_0, "activity_64", _s62_0, "activity_65", _s61_1, "activity_66", _s63_3, "activity_80", _s40_5, "activity_81", _s40_6, "activity_82", _s41_8, "activity_83", _s40_7, "activity_84", _s41_9, _s17_151, "\u4e00\u6b21\u6027\u5bc6\u78bc", "emailed_quote", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u5831\u50f9\u55ae\u6210\u529f", "emailed_credit", _s27_74, _s20_103, "\u6a19\u8a18\u5831\u50f9\u55ae\u70ba\u5df2\u50b3\u9001\u6210\u529f", _s21_114, _s34_27, "expired", "\u904e\u671f", "all", "\u5168\u90e8", "select", "\u9078\u64c7", _s22_83, "\u9577\u6309\u591a\u9078", "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_117, _s18_118, _s24_71, _s24_72, _s29_46, _s29_47, _s27_66, _s27_67, _s31_24, _s31_25, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_86, _s19_87, _s19_88, _s19_89, _s22_85, _s22_86, _s22_87, _s22_88, _s21_115, _s21_116, _s21_117, _s21_118, _s21_119, _s21_120, _s21_121, _s21_122, _s22_89, _s22_90, _s22_91, _s22_92, _s22_93, _s22_94, _s22_95, "\u767c\u7968\u865f\u78bc\u8a08\u6578\u5668", _s20_104, _s20_105, _s20_106, "\u5831\u50f9\u55ae\u7de8\u865f\u8a08\u6578\u5668", _s21_123, _s21_124, _s21_125, _s21_126, _s21_127, _s21_124, _s21_128, _s21_126, _s18_119, _s18_120, "counter_padding", "Counter Padding", _s28_66, _s27_75, _s18_121, _s18_122, _s18_123, _s18_124, _s18_125, _s18_126, _s18_127, _s18_128, _s18_129, _s18_130, _s18_131, _s18_132, _s21_129, _s21_130, _s19_90, _s19_91, _s21_131, _s21_132, _s29_48, _s29_49, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_260, _s16_261, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_262, "vendor_address1", "Vendor Street", "vendor_address2", _s16_263, _s24_73, _s22_97, _s24_74, _s25_69, "type", "\u985e\u578b", "invoice_amount", "\u767c\u7968\u91d1\u984d", _s16_264, "\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_153, _s18_83, _s17_154, _s18_84, _s17_155, _s18_85, _s17_156, _s18_86, "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_92, _s19_93, _s16_265, "\u652f\u51fa\u985e\u5225", _s19_94, _s19_95, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_133, _s18_134, _s16_266, _s16_267], t1, t1), "hr", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "Redovni", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Razdvoji", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "Administracija", "owner", "Vlasnik", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Total Hours", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "Billable", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, _s22_4, _s25_5, _s25_6, _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", _s39_11, _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", "Payment Links", "action", "Akcija", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "Raspored", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", _s16_286, "archive_invoice", "Arhiviraj ra\u010dun", "archive_quote", _s16_287, "archive_credit", _s16_288, "archive_task", _s17_166, "archive_client", _s18_138, "archive_project", _s17_167, "archive_expense", _s16_289, "restore_payment", "Obnovi uplatu", "restore_invoice", "Obnovi ra\u010dun", "restore_quote", "Obnovi narud\u017ebu", "restore_credit", "Obnovi kredit", "restore_task", "Obnovi zadatak", "restore_client", "Obnovi klijenta", "restore_project", "Restore Project", "restore_expense", "Obnovi tro\u0161ak", "archive_vendor", _s20_109, "restore_vendor", "Restore Vendor", "create_product", "Dodaj proizvod", "update_product", "Update Product", "delete_product", "Izbri\u0161i proizvod", "restore_product", "Restore Product", "archive_product", _s18_139, _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "Payment Methods", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", "Postal/City", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "sat", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Last 365 Days", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, _s35_, "upload", "Otpremi", _s17_7, _s17_8, _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Update Payment", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "Izbri\u0161i projekt", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, _s21_17, _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, "Pohrani kao zadane uvjete", _s22_12, "Pohrani kao zadano podno\u017eje", "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, _s21_23, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, "Uspje\u0161no kreiran bankovni ra\u010dun", _s20_18, "Uspje\u0161no a\u017euriran bankovni ra\u010dun", _s17_14, _s20_110, _s16_28, _s16_29, "account_type", "Account type", _s16_30, _s16_268, _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "Selected", _s21_24, _s34_2, _s18_15, _s18_16, "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "A\u017euriraj kredit", "delete_credit", "Obri\u0161i kredit", "transaction", "Transaction", "transactions", "Transactions", "new_transaction", "New Transaction", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, _s26_7, "bank_account", "Bank Account", "bank_accounts", _s24_79, _s21_25, "Uspje\u0161no arhiviran bankovni ra\u010dun", _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Connect", _s23_9, _s23_10, _s18_19, _s18_20, "client_email", "Client Email", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_27, "Active Invoices", _s26_8, _s20_26, _s24_16, _s18_21, _s23_11, _s17_18, _s19_22, "Active Quotes", _s21_28, "Approved Quotes", _s23_12, _s17_19, _s18_22, "Logged Tasks", _s20_27, "Invoiced Tasks", _s16_35, "Paid Tasks", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s44_0, "activity_131", _s44_1, "activity_132", _s45_3, "activity_133", _s44_2, "activity_134", _s45_4, "activity_135", _s44_3, "activity_136", _s46_1, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, _s39_3, "resend", "Resend", "verify", "Verify", _s18_23, _s29_10, _s20_28, _s20_29, _s19_23, _s19_24, _s24_18, _s46_2, _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Merge Into", "merge", "Spoji", _s21_32, _s21_33, _s19_25, _s29_11, _s17_23, _s17_24, "activate", "Activate", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", "Send Now", "received", "Received", _s19_26, _s19_27, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_4, _s34_7, _s47_, _s22_19, _s22_20, _s22_21, _s22_22, _s27_10, _s34_8, _s24_19, _s25_13, "yes_its_great", _s16_42, "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", "Vendor Details", _s22_26, _s22_27, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Send Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Accepted", _s22_28, _s22_29, _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, _s24_22, _s37_5, _s42_2, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_30, _s18_31, _s19_29, _s19_30, _s22_33, _s35_3, _s22_34, _s35_4, _s23_17, _s36_0, _s22_35, _s35_5, _s22_36, _s35_6, _s23_18, _s36_1, _s21_40, _s21_41, _s22_37, _s22_38, "login_url", "Login URL", _s16_46, _s16_47, "default", "Default", "stock_quantity", "Stock Quantity", _s22_39, _s22_40, "track_inventory", "Track Inventory", _s20_41, _s63_0, _s19_31, _s19_32, _s24_23, _s50_2, "vat", "VAT", "standing", "Stanje", "view_map", "View Map", _s18_32, _s18_33, "add_gateway", "Dodaj usmjernik", _s24_24, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_25, _s24_26, _s31_6, "Invoice Sent", _s24_27, _s24_28, _s29_13, _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_33, _s63_1, "use_quote_terms", "Use Quote Terms", _s20_42, _s37_6, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, _s45_6, "register_label", _s30_4, "login_label", _s28_9, "add_to_invoice", _s21_136, _s17_30, _s17_31, "week", "Tjedan", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, _s46_14, _s20_44, _s20_45, _s25_15, _s45_11, _s16_48, "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_8, "change_status", "Change Status", "fees_sample", _s46_7, _s19_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", _s33_11, "stopped_tasks", _s33_12, "approved_quote", _s27_68, "approved_quotes", _s35_7, "approve", "Odobri", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, _s16_269, _s24_30, _s44_6, "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_51, _s16_52, "purged_client", _s26_12, _s27_16, _s77_0, _s22_42, _s34_9, "small", "Small", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_54, _s16_55, _s21_48, _s42_3, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_17, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_49, _s30_5, "set_password", "Postava zaporke", _s17_33, _s59_, _s16_58, _s58_1, _s20_49, _s33_13, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_50, "becs", _s17_158, "bulk_download", "Download", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, _s18_35, _s17_35, _s17_36, "has_tasks", "Has Tasks", "registration", "Registration", _s27_18, _s50_7, "view_expense", "Pregled tro\u0161kova # :expense", "view_statement", "Moje Izvje\u0161\u0107e", "sepa", _s17_159, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s18_37, "system", "Sustav", _s19_38, _s19_39, "updated_company", _s28_10, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, _s40_2, _s27_19, _s43_0, "app", "App", _s20_50, _s46_8, _s16_59, "Ukupno bruto", _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "From Name", _s16_60, _s16_61, _s17_38, "Redovni tro\u0161ak", _s18_39, "Redovni tro\u0161kovi", _s21_50, "Novi redovni tro\u0161ak", _s22_44, "Uredi redovne tro\u0161kove", _s25_16, "Uspje\u0161no kreiran redovni tro\u0161ak", _s25_17, "Uspje\u0161no ure\u0111en redovni tro\u0161ak", _s26_13, "Uspje\u0161no arhiviran redovni tro\u0161ak", _s25_18, _s38_4, _s25_19, _s38_5, _s26_14, _s39_5, _s24_32, _s24_33, _s25_20, _s25_21, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_42, _s32_9, "is_invoiced", "Is Invoiced", "change_plan", "Manage Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_62, _s16_63, _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "Decimal Comma", _s26_15, _s35_9, "select_method", "Select Method", "select_platform", "Select Platform", _s28_13, _s42_4, _s16_66, _s27_69, "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "user_guide", "User Guide", _s18_41, _s18_42, "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_9, _s31_10, _s25_22, _s25_23, _s33_14, _s33_15, _s27_20, _s27_21, _s36_3, _s36_4, _s31_11, _s31_12, _s25_24, _s25_25, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_22, _s57_0, _s21_52, _s62_1, "change_email", "Change Email", _s25_26, _s52_0, _s21_53, _s21_54, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Uvezi podatke", "import_settings", "Import Settings", _s17_40, _s28_14, _s19_43, _s48_0, "json", "JSON", _s24_34, _s24_35, "wait_for_data", _s42_5, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_67, _s16_68, _s18_43, _s40_3, "login_success", _s16_69, "login_failure", "Failed Login", "exported_data", _s67_, _s23_23, _s23_24, _s28_15, _s41_3, "step_1_sign_in", "Step 1: Sign In", _s16_70, _s17_41, "account_id", "Account ID", _s27_22, _s35_11, "activity_100", _s50_8, "activity_101", _s50_9, "activity_102", _s51_3, "activity_103", _s50_10, "activity_104", _s51_4, _s18_44, _s18_45, _s23_25, _s35_12, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_71, _s16_72, _s18_46, _s31_13, _s16_73, _s16_74, "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_47, _s18_48, _s17_42, _s17_43, "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_55, _s53_, _s25_27, _s37_8, _s17_44, _s17_45, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, _s21_57, _s17_46, _s17_47, "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_49, _s18_50, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_51, _s18_52, _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Email Delivery", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, _s22_47, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, _s26_18, "connect_gmail", "Connect Gmail", _s16_81, _s16_82, "connected_gmail", _s28_16, _s18_55, _s31_14, _s16_83, _s100_, _s16_84, _s16_85, "count_minutes", ":count Minutes", _s16_86, _s16_87, _s29_15, _s28_67, "use_last_email", "Use last email", _s16_88, _s16_89, _s21_65, _s51_7, _s27_24, _s35_13, _s27_25, _s27_26, _s34_13, _s52_1, "help_translate", "Help Translate", _s23_26, _s23_27, "resend_invite", _s17_160, _s19_45, _s25_28, _s16_90, _s30_6, _s19_46, _s33_20, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_10, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_66, _s46_9, _s18_56, _s46_10, "connect_google", "Connect Google", _s17_50, _s17_51, _s17_52, _s25_70, _s18_57, _s18_58, _s34_14, _s34_15, "stay_logged_in", "Stay Logged In", _s23_28, _s40_4, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_47, _s19_48, _s17_53, _s17_54, "resend_email", "Resend Email", _s26_19, _s33_21, _s16_91, _s16_290, _s19_49, _s19_50, _s19_51, _s45_8, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_55, _s17_56, _s27_27, _s51_5, _s21_67, _s97_, "this_quarter", "This Quarter", "last_quarter", "Pro\u0161lo tromjesje\u010dje", "to_update_run", "To update run", _s18_59, "Konverzija ra\u010duna", _s16_92, _s16_93, "invoice_project", "Invoice Project", "invoice_task", "Fakturiraj zadatak", "invoice_expense", "Tro\u0161ak ra\u010duna", _s19_52, _s21_68, _s20_59, _s27_28, _s16_94, _s16_95, "save_and_email", "Save and Email", _s16_96, _s17_168, _s16_98, _s16_99, _s17_57, _s17_58, _s22_48, _s22_49, _s24_36, _s24_37, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_59, _s17_60, "document_upload", "Document Upload", _s20_60, _s34_16, "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_69, _s21_70, _s26_20, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_61, _s17_62, "update_app", "Update App", "started_import", _s27_29, _s24_38, _s24_39, _s20_61, _s20_62, _s18_61, _s18_62, "column", "Kolona", "sample", "Uzorak", "map_to", "Map To", "import", "Uvoz", _s25_29, _s29_16, "select_file", "Molim odaberite datoteku", _s16_100, _s16_101, "csv_file", "CSV datoteka", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_50, _s24_40, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_63, _s17_64, "sidebar_editor", "Sidebar Editor", _s22_51, _s31_15, "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_41, _s24_42, _s24_43, _s24_44, "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_29, "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_45, _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_65, _s17_66, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_102, _s16_103, _s19_53, _s32_11, _s19_54, _s31_26, _s20_63, _s33_22, _s19_55, _s32_12, _s19_56, _s32_13, _s20_64, _s33_23, _s22_52, _s42_6, _s21_71, _s41_4, _s22_53, _s42_7, _s18_63, _s20_65, _s20_66, _s27_30, _s16_104, _s16_105, _s21_72, _s52_2, _s20_67, _s20_68, _s25_30, _s42_8, _s20_69, _s20_70, _s25_31, _s42_9, _s21_73, _s25_32, _s18_64, _s18_65, "task_settings", "Task Settings", _s20_71, _s20_72, _s18_66, _s19_104, _s20_73, _s24_80, _s21_74, _s21_75, _s24_46, _s37_9, _s24_47, _s37_10, _s25_33, _s38_6, _s24_48, _s29_51, _s24_49, _s37_11, _s25_34, _s38_7, _s27_31, _s45_12, _s26_21, _s46_11, _s27_32, _s47_1, _s23_30, _s25_35, _s25_36, _s32_14, _s21_76, _s21_77, "show_option", "Show Option", _s22_54, _s50_11, "view_changes", "Pogledaj izmjene", "force_update", "Force Update", _s17_67, _s76_0, "mark_paid_help", _s31_27, _s18_68, "Treba biti fakturiran", _s23_31, _s33_32, _s29_17, _s36_16, _s21_78, _s20_75, _s16_106, _s16_107, _s18_69, _s18_70, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "User Field", "variables", "Variables", "show_password", "Prika\u017ei lozinku", "hide_password", "Sakrij lozinku", "copy_error", "Kopiraj gre\u0161ku", "capture_card", "Capture Card", _s17_68, _s17_69, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_37, _s38_8, _s25_38, _s38_9, _s25_39, _s38_10, "gateway_refund", "Gateway Refund", _s19_57, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Ozna\u010di kao aktivno", "day_count", "Day :count", _s22_55, _s22_56, _s21_79, _s21_80, _s17_70, _s17_71, "endless", "Endless", "next_send_date", "Next Send Date", _s16_108, _s16_109, _s17_72, "Redovni ra\u010dun", _s18_71, "Redovni ra\u010duni", _s21_81, "Novi redovni ra\u010dun", _s22_57, "Uredi ponavljaju\u0107i ra\u010dun", _s25_40, _s38_11, _s25_41, _s38_12, _s26_22, "Uspje\u0161no arhiviran redoviti ra\u010dun", _s25_42, "Uspje\u0161no obrisan redoviti ra\u010dun", _s25_43, _s38_14, _s26_23, "Uspje\u0161no obnovljen redoviti ra\u010dun", _s27_33, _s47_2, _s26_24, _s46_12, _s27_34, _s47_3, _s24_50, _s26_25, _s25_44, _s32_15, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_17, _s28_18, "profit", "Profit", "line_item", "Line Item", _s18_73, _s18_74, _s23_32, _s35_25, _s19_58, _s19_59, _s24_51, _s52_3, "test_mode", "Test Mode", "opened", "Opened", _s30_7, _s22_59, _s30_8, _s22_60, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email poslan", _s17_74, _s17_75, "failure", "Neuspjeh", "quota_exceeded", "Kvota prema\u0161ena", _s16_110, _s16_111, "system_logs", "Zapisnici sustava", "view_portal", "View Portal", "copy_link", "Kopiraj link", "token_billing", "Pohrani detalje kartice", _s24_52, "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_75, "Podsjetnik 4 poslan", "pdf_page_info", _s27_80, _s16_112, _s29_52, "emailed_quotes", _s27_70, "emailed_credits", _s28_68, "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_140, "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_76, "E-po\u0161ta za internetsko pla\u0107anje", _s20_78, _s25_73, "completed", "Dovr\u0161eno", "gross", "Bruto", "net_amount", "Neto iznos", "net_balance", "Neto saldo", "client_settings", "Postavke klijenta", _s17_76, "Odabrani ra\u010duni", _s17_78, "Odabrane transkacije", "selected_quotes", "Odabrane ponude", "selected_tasks", "Odabrani zadaci", _s17_80, "Odabrani tro\u0161kovi", _s17_82, "Dolazni ra\u010duni", _s17_84, _s17_85, "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_169, "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_141, "event_type", "Vrsta doga\u0111aja", "target_url", "Target", "copy", "Kopiraj", "must_be_online", "Ponovo pokrenite aplikaciju nakon povezivanja s internetom", _s17_86, "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_114, "Webhook uspje\u0161no arhiviran", "deleted_webhook", "Webhook uspje\u0161no izbrisan", "removed_webhook", "Webhook uspje\u0161no uklonjen", _s16_115, "Webhook uspje\u0161no vra\u0107en", _s17_87, _s37_12, _s16_116, _s36_5, _s16_117, _s36_6, _s17_88, _s37_13, "api_tokens", "API tokeni", "api_docs", "API Docs", "search_tokens", "Pretra\u017ei :count tokena", "search_token", _s16_291, "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_14, "deleted_tokens", _s34_17, "restored_tokens", _s35_15, _s19_60, _s21_137, _s24_54, "Omogu\u0107ite klijentima da se sami registriraju na portalu", "email_invoice", _s16_292, "email_quote", "\u0160alji ponudu e-po\u0161tom", "email_credit", "Email Credit", "email_payment", "Po\u0161alji uplatu e-mailom", _s20_81, "Klijent nema postavljenu adresu e-po\u0161te", "ledger", "Ledger", "view_pdf", "Pogledaj PDF", "all_records", "Svi zapisi", "owned_by_user", _s20_111, _s16_118, _s16_119, "contact_name", "Contact Name", "use_default", "Upotrijebi zadanu vrijednost", _s16_120, "Beskrajni podsjetnici", "number_of_days", "Broj dana", _s23_34, "Konfiguriraj rokove pla\u0107anja", "payment_term", "Rok pla\u0107anja", _s16_121, "Novi rok pla\u0107anja", _s17_90, "Uredi uvjete pla\u0107anja", _s20_82, _s33_24, _s20_83, _s33_25, _s21_83, _s34_18, _s20_84, "Uspje\u0161no izbrisan rok pla\u0107anja", _s20_85, "Uspje\u0161no uklonjen rok pla\u0107anja", _s21_84, "Uspje\u0161no vra\u0107en rok pla\u0107anja", _s22_62, _s42_11, _s21_85, _s41_6, _s22_63, _s42_12, "email_sign_in", "Prijavite se e-po\u0161tom", "change", "Promijeni", _s23_36, "Promijeni na mobilni izgled?", _s24_55, "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_77, "Djelomi\u010dan Povrat", _s16_123, "Pretra\u017ei Dokumente", "search_designs", "Pretra\u017ei Dizajne", "search_invoices", "Pretra\u017ei Ra\u010dune", "search_clients", "Pretra\u017ei Klijente", "search_products", _s18_142, "search_quotes", "Pretra\u017ei Ponude", "search_credits", "Search Credits", "search_vendors", "Pretra\u017ei Dobavlja\u010da", "search_users", "Pretra\u017ei Korisnike", _s16_124, "Pretra\u017ei porezne stope", "search_tasks", "Pretra\u017ei Zadatke", "search_settings", "Pretra\u017ei Postavke", "search_projects", _s17_170, "search_expenses", _s17_171, "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_94, _s23_58, _s18_79, _s23_58, _s16_130, "Uspje\u0161no otkazani ra\u010duni", _s17_95, "Uspje\u0161no storniran ra\u010dun", "reverse", "Storniraj", "full_name", "Ime i prezime", _s17_96, _s17_97, _s17_98, _s17_99, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Neobavezno", "license", "Licenca", "purge_data", "Purge Data", _s16_131, _s32_16, _s18_80, _s65_0, "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_96, "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_46, "Primi sve obavijesti", _s16_132, "Kupi licencu", "apply_license", "Apply License", "cancel_account", "Izbri\u0161i korisni\u010dki ra\u010dun", _s22_64, "Pozor: Ovo \u0107e trajno obrisati sve va\u0161e podatke, nema povratka.", "delete_company", "Delete Company", _s22_65, _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_134, _s36_7, "deleted_designs", _s35_16, _s16_135, _s36_8, "proposals", "Prijedlozi", "tickets", "Radni nalozi", _s16_136, "Ponavljaju\u0107e ponude", "recurring_tasks", _s19_105, _s18_81, "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_42, "archived_credit", "Uspje\u0161no arhiviran kredit", "deleted_credit", "Uspje\u0161no obrisan kredit", "removed_credit", _s27_44, "restored_credit", "Uspje\u0161no obnovljen kredit", _s16_138, "Uspje\u0161no arhivirano :count kredita", "deleted_credits", "Uspje\u0161no obrisano :count kredita", _s16_139, _s36_9, "current_version", _s16_293, "latest_version", "Najnovija verzija", "update_now", "A\u017euriraj sada", _s26_30, "Dostupna je nova verzija web aplikacije", _s16_140, _s19_106, "app_updated", "A\u017euriranje je uspje\u0161no zavr\u0161eno", "learn_more", _s16_294, "integrations", "Integracije", "tracking_id", "Broj za pra\u0107enje", _s17_100, _s17_101, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Novo poduze\u0107e", "added_company", "Tvrtka je uspje\u0161no dodana", "company1", _s16_142, "company2", _s16_143, "company3", _s16_144, "company4", _s16_145, "product1", _s16_146, "product2", _s16_147, "product3", _s16_148, "product4", _s16_149, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_150, "contact2", _s16_151, "contact3", _s16_152, "contact4", _s16_153, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_154, "project2", _s16_155, "project3", _s16_156, "project4", _s16_157, "expense1", _s16_158, "expense2", _s16_159, "expense3", _s16_160, "expense4", _s16_161, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_162, "invoice2", _s16_163, "invoice3", _s16_164, "invoice4", _s16_165, "payment1", _s16_166, "payment2", _s16_167, "payment3", _s16_168, "payment4", _s16_169, "surcharge1", _s18_83, "surcharge2", _s18_84, "surcharge3", _s18_85, "surcharge4", _s18_86, "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_87, "Zadnje prijavljivanje kontakta", _s17_102, _s17_172, "contact_phone", "Contact Phone", _s21_86, "Prilago\u0111ena vrijednost 1 kontakta", _s21_87, "Prilago\u0111ena vrijednost 2 kontakta", _s21_88, "Prilago\u0111ena vrijednost 3 kontakta", _s21_89, "Prilago\u0111ena vrijednost 4 kontakta", _s17_104, "Shipping Street", _s17_105, _s18_89, "shipping_city", "Shipping City", "shipping_state", _s23_37, _s20_86, _s20_87, _s16_170, _s16_171, _s16_172, "Billing Street", _s16_173, _s17_106, "billing_city", "Billing City", "billing_state", _s22_70, _s19_62, _s19_63, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Dodijeljeno za", "created_by", _s16_274, "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_174, _s16_175, "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_90, "Uklju\u010dite nedavne pogre\u0161ke iz zapisnika", _s30_11, "Primili smo va\u0161u poruku i poku\u0161at \u0107emo brzo odgovoriti.", "message", "Poruka", "from", "\u0160alje", _s20_88, "Prika\u017ei detalje o proizvodu", _s25_48, "Uklju\u010dite opis i cijenu u padaju\u0107i izbornik proizvoda", _s20_90, "PDF renderer zahtijeva :version", _s18_90, "Prilagodite postotak naknade", _s23_38, "Prilagodite postotak da biste uzeli u obzir naknadu", _s18_92, "Konfigurirajte postavke", "support_forum", "Support Forums", "about", "About", "documentation", "Dokumentacija", "contact_us", _s17_173, "subtotal", "Osnovica", "line_total", "Ukupno", "item", "Stavka", "credit_email", "Credit Email", "iframe_url", "Web mjesto", "domain_url", "URL domene", _s21_91, _s20_112, _s20_91, "Lozinka mora sadr\u017eavati barem jedno veliko slovo i broj", _s19_64, _s26_56, _s23_39, "Nadzorna plo\u010da klijentskog portala", _s20_92, "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_107, _s17_108, "show_cost_help", "Prika\u017ei polje tro\u0161kova proizvoda za pra\u0107enje mar\u017ee / dobiti", _s21_92, _s26_57, _s26_32, "Prika\u017ei polje s koli\u010dinom proizvoda, ina\u010de zadano 1", _s21_94, _s23_59, _s26_33, "Prika\u017ei polje za koli\u010dinu stavke, ina\u010de zadano 1", _s21_96, _s21_97, _s26_34, _s34_21, _s16_176, "Zadana koli\u010dina", _s21_98, "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_178, _s16_179, "user", "Korisnik", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_109, _s17_110, "item_tax_rates", "Item Tax Rates", _s18_94, _s22_80, "configure_rates", "Configure rates", _s18_95, _s18_96, "tax_settings", "Postavke poreza", _s18_97, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_66, _s20_94, "options", "Opcije", _s16_180, "Tekst u jednom retku", "multi_line_text", "Tekst s vi\u0161e redaka", "dropdown", "Padaju\u0107i izbornik", "field_type", "Vrsta polja", _s27_45, "Poslan je e-mail za oporavak lozinke", "submit", "Submit", _s16_182, "Obnovite va\u0161u zaporku", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Broj transakcije", "late_fee_amount", "Late Fee Amount", _s16_183, _s16_184, "before_due_date", "Prije datuma dospije\u0107a", "after_due_date", "Nakon datuma dospije\u0107a", _s18_99, "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_99, "E-po\u0161ta za djelomi\u010dno pla\u0107anje", "quote_email", "E-po\u0161ta ponude", _s16_185, _s16_186, _s16_187, _s23_60, "administrator", "Administrator", _s18_100, _s66_0, "user_management", _s23_61, "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_22, "deleted_users", _s33_28, "removed_users", _s33_29, "restored_users", _s34_23, _s16_189, "Op\u0107e postavke", "invoice_options", "Opcije ra\u010duna", _s17_111, _s21_138, _s22_72, _s70_, _s23_41, "Ugra\u0111eni dokumenti", _s28_30, "Ubaci dodane dokumente u ra\u010dun.", _s16_191, _s20_113, _s16_192, _s19_107, "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_101, "Auto Email", _s23_42, _s52_4, _s18_102, "Auto Archive", _s23_43, _s55_1, _s18_103, "Auto Convert", _s23_44, _s58_4, _s17_113, _s17_114, "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_115, "Three months", _s16_193, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_194, "Tri godine", "never", "Never", "company", "Company", _s17_116, "Generirani brojevi", "charge_taxes", "Naplati poreze", "next_reset", "Slijede\u0107i reset", "reset_counter", "Resetiraj broja\u010d", _s16_195, _s16_196, "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_118, _s17_119, "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_120, _s22_98, _s16_197, "Poka\u017ei na PDF-u", _s21_101, _s51_6, _s25_54, _s22_73, _s30_12, _s61_, _s23_45, _s20_95, _s28_31, _s59_0, _s25_55, _s17_122, _s30_13, _s42_13, _s23_46, "Quote Signature", _s22_74, _s25_56, _s27_46, _s142_, "authorization", "Authorization", "subdomain", "Poddomena", "domain", "Domain", "portal_mode", "Na\u010din rada Portal", "email_signature", "Srda\u010dno,", _s24_56, "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_198, _s19_108, "attach_ubl", "Prilo\u017eite UBL", "email_style", "Stil e-po\u0161te", _s19_68, "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_295, "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_69, _s19_70, "credentials", "Credentials", "update_address", "A\u017euriraj adresu", _s19_71, "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_200, "Uspje\u0161no kreirana porezna stopa", _s16_201, "Uspje\u0161no a\u017eurirana porezna stopa", _s17_123, "Uspje\u0161no arhivirana porezna stopa", _s16_202, "Uspje\u0161no izbrisana porezna stopa", _s17_124, "Uspje\u0161no vra\u0107ena porezna stopa", _s18_104, _s38_15, _s17_125, _s37_14, _s18_105, _s38_16, "fill_products", "Proizvodi sa samoispunom", _s18_106, _s53_1, "update_products", "Proizvidi sa autoa\u017euriranjem", _s20_96, "A\u017euriranje ra\u010duna automatski a\u017eurirati registar proizvoda", _s16_203, _s16_204, _s21_102, _s61_3, "fees", "Fees", "limits", "Limits", "provider", "Dobavlja\u010d", "company_gateway", "Sustav online pla\u0107anja", _s16_205, "Sustavi online pla\u0107anja", _s19_72, "Novi sustav online pla\u0107anja", _s20_97, "Uredi sustav online pla\u0107anja", _s23_47, "Uspje\u0161no stvoren Sustav online pla\u0107anja", _s23_48, "Uspje\u0161no a\u017euriran sustav online pla\u0107anja", _s24_57, "Uspje\u0161no arhiviran sustav online pla\u0107anja", _s23_49, "Uspje\u0161no izbrisan sustav online pla\u0107anja", _s24_58, "Uspje\u0161no vra\u0107en sustav online pla\u0107anja", _s25_57, _s37_15, _s24_59, _s36_10, _s25_58, _s37_16, _s16_207, "Nastavi ure\u0111ivati", "discard_changes", "Discard Changes", "default_value", "Zadana vrijednost", "disabled", "Onemogu\u0107eno", "currency_format", "Format valute", _s21_103, "Prvi dan u tjednu", _s23_50, "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_107, "24-satni prikaz", "send_reminders", "Po\u0161alji podsjetnike", "timezone", "Vremenska zona", _s19_73, "Filtrirano po Projektu", _s17_126, _s19_109, _s19_75, _s20_114, _s18_108, _s22_99, _s18_110, _s24_81, "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_18, "deleted_groups", _s34_24, "restored_groups", _s35_19, "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_209, _s18_143, "device_settings", _s16_296, "defaults", "Zadano", "basic_settings", "Osnovne postavke", _s17_128, _s17_174, "company_details", "Detalji poduze\u0107a", "user_details", _s17_175, "localization", "Lokalizacija", "online_payments", "Online uplate", "tax_rates", "Porezne stope", "notifications", "Obavijesti", "import_export", "Uvoz | Izvoz", "custom_fields", _s17_176, "invoice_design", "Dizajn ra\u010duna", "buy_now_buttons", "Buy Now Buttons", "email_settings", _s16_297, _s23_52, "Predlo\u0161ci & podsjetnici", _s22_75, "Kreditne kartice i banke", _s19_77, _s22_100, "price", "Cijena", "email_sign_up", "Registrirajte se e-po\u0161tom", "google_sign_up", "Registrirajte se putem Google ra\u010duna", _s27_50, "Hvala vam na kupnji!", "redeem", "Redeem", "back", "Natrag", "past_purchases", "Pro\u0161le kupnje", _s19_79, _s18_144, "pro_plan", "Pro plan", "enterprise_plan", "Enterprise Plan", "count_users", _s16_298, "upgrade", "Nadogradi", _s25_59, _s18_145, _s24_60, "Molimo unesite prezime", _s33_30, "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_211, "Uvjeti kori\u0161tenja usluge", "privacy_policy", "Privacy Policy", "sign_up", "Prijava", "account_login", _s18_146, "view_website", "Pogledajte web stranicu", "create_account", "Otvori ra\u010dun", "email_login", _s21_139, "create_new", "Create New", _s18_112, "Nije odabran nijedan zapis", _s21_106, "Spremite ili poni\u0161tite svoje promjene", "download", "Preuzmi", _s27_51, _s27_71, "take_picture", "Fotografiraj", "upload_files", "Upload Files", "document", "Document", "documents", "Dokumenti", "new_document", "Novi Dokument", "edit_document", "Uredi Dokument", _s17_130, "Uspje\u0161no preneseni dokument", _s16_213, "Uspje\u0161no a\u017eurirani dokument", _s17_131, "Uspje\u0161no arhiviran dokument", _s16_214, "Uspje\u0161no izbrisani dokument", _s17_132, "Uspje\u0161no vra\u0107eni dokument", _s18_114, _s38_17, _s17_133, _s37_17, _s18_115, _s38_18, "no_history", "Nema povijesti", "expense_date", "Datum tro\u0161ka", "pending", "Na \u010dekanju", _s16_215, "Evidentirano", _s16_216, "U obradi", _s16_217, "Fakturirano", "converted", "Konvertirano", _s24_62, _s24_63, "exchange_rate", "Te\u010daj", _s16_218, "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_37, _s16_219, "Uspje\u0161no arhivirano :count dobavlja\u010da", "deleted_vendors", "Uspje\u0161no obrisano :count dobavlja\u010da", _s16_220, _s36_11, "new_expense", "Novi tro\u0161ak", "created_expense", "Uspje\u0161no kreiran tro\u0161ak", "updated_expense", "Uspje\u0161no a\u017euriran tro\u0161ak", _s16_221, "Uspje\u0161no arhiviran tro\u0161ak", "deleted_expense", _s23_62, _s16_222, _s29_31, _s17_134, "Uspje\u0161no arhivirani tro\u0161kovi", _s16_223, _s23_62, _s17_135, _s37_18, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Dizajn", _s21_107, "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_61, "stopped_task", "Uspje\u0161no zavr\u0161en zadatak", "resumed_task", _s25_63, "now", "Sada", _s16_224, _s16_225, "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_26, _s19_81, _s18_145, "budgeted_hours", "Dogovoreno radnih sati", "created_project", _s28_41, "updated_project", _s28_42, _s16_226, _s29_32, "deleted_project", _s28_43, _s16_227, _s29_33, _s17_136, _s37_26, _s16_228, _s36_17, _s17_137, _s37_19, "new_project", "Novi projekt", _s27_55, "Hvala vam \u0161to koristite na\u0161u aplikaciju!", "if_you_like_it", "Ako vam se svi\u0111a, molim vas", "click_here", "kliknite ovdje", _s18_116, "Kliknite ovdje", "to_rate_it", "da bi ju ocijenili.", "average", "Prosjek", "unapproved", "Neodobreno", _s30_18, "Potvrdite autenti\u010dnost da biste promijenili ovu postavku", "locked", "Zaklju\u010dano", "authenticate", "Provjera autenti\u010dnosti", _s19_83, "Molimo provjerite autenti\u010dnost", _s24_64, "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_138, "Razdoblje usporedbe", "previous_period", "Prethodno razdoblje", "previous_year", _s16_299, "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", "all_time", "All Time", "custom", "Prilago\u0111eno", _s16_229, "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_300, "edit_project", "Uredi projekt", _s20_99, "Uredi ponavljaju\u0107u ponudu", "billing_address", "Adresa ra\u010duna", _s16_231, _s16_232, "total_revenue", "Ukupni prihod", "average_invoice", "Prosje\u010dni ra\u010dun", "outstanding", "Dospijeva", "invoices_sent", _s20_108, "active_clients", _s16_301, "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_233, "Osvje\u017eavanje zavr\u0161eno", _s23_53, "Molimo upi\u0161ite va\u0161u email adresu", _s26_43, "Molimo upi\u0161ite va\u0161u zaporku", _s21_110, "Molimo unesite URL", _s26_45, "Molimo upi\u0161ite \u0161ifru proizvoda", "ascending", "Ascending", "descending", "Descending", "save", "Pohrani", _s17_140, "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_85, "Kopirao :value u me\u0111uspremnik", "error", "Gre\u0161ka", _s16_235, "Pokretanje nije uspjelo", "contacts", "Kontakti", "additional", "Dodatno", "first_name", "Ime", "last_name", "Prezime", "add_contact", "Dodaj kontakt", "are_you_sure", _s18_147, "cancel", "Odustani", "ok", "Ok", "remove", "Remove", _s16_237, "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_239, "Proizvod je uspje\u0161no arhiviran", "deleted_product", _s28_47, _s16_240, _s29_35, _s17_142, _s37_27, _s16_241, _s36_18, _s17_143, _s37_20, "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_242, "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_243, _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_244, "Uspje\u0161no arhiviran ra\u010dun", "deleted_invoice", "Uspje\u0161no obrisan ra\u010dun", _s16_245, "Uspje\u0161no obnovljen ra\u010dun", _s17_144, "Uspje\u0161no arhivirano :count ra\u010duna", _s16_246, "Uspje\u0161no obrisano :count ra\u010duna", _s17_145, _s37_21, "emailed_invoice", "Ra\u010dun uspje\u0161no poslan e-po\u0161tom", "emailed_payment", _s28_69, "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_247, _s16_248, "paid_date", "Paid Date", "status", "Status", _s17_146, "Status ra\u010duna", "quote_status", "Status ponude", _s22_76, _s30_30, _s22_78, "Pritisnite + za dodavanje vremena", "count_selected", ":count odabrano", "total", "Sveukupno", "percent", "Percent", "edit", "Uredi", "dismiss", "Odbaci", _s20_101, "Molimo odaberite datum", _s22_79, "Molimo odaberite klijenta", _s24_66, "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_20, "Molimo upi\u0161ite broj ra\u010duna", _s27_59, "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_81, "Ra\u010dun je uspje\u0161no ozna\u010den kao poslan", _s22_82, _s35_21, _s23_55, "Ra\u010duni su uspje\u0161no ozna\u010deni kao poslani", _s23_56, _s36_15, "done", "Dovr\u0161eno", _s37_22, "Molimo upi\u0161ite ime klijenta ili kontakta", "dark_mode", "Tamni prikaz", _s27_61, "Ponovno pokrenite aplikaciju za primjenu promjena", "refresh_data", "Osvje\u017ei podatke", "blank_contact", "Prazan kontakt", "activity", "Aktivnost", _s16_249, "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_251, "U tijeku", _s16_252, "Poni\u0161teno", _s16_253, "Neuspje\u0161no", _s16_254, "Zavr\u0161eno", _s16_255, "Djelimi\u010dni povrat", _s16_256, "Povrat", _s17_147, "Unapplied", _s17_148, _s19_50, "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_302, "third_reminder", _s16_303, "reminder1", "Prvi podsjetnik", "reminder2", _s16_302, "reminder3", _s16_303, "template", "Predlo\u017eak", "send", "Po\u0161alji", "subject", "Naslov", "body", "Tijelo", "send_email", "Slanje e-po\u0161te", "email_receipt", _s31_31, "auto_billing", "Automatska naplata", "button", "Gumb", "preview", "Preview", "customize", "Prilagodi", "history", "Povijest", "payment", "Uplata", "payments", "Uplate", "refunded", "Povrat", "payment_type", "Payment Type", _s21_112, _s21_140, "enter_payment", "Unesi uplatu", "new_payment", "Unesi uplatu", "created_payment", "Uspje\u0161no kreirana uplata", "updated_payment", "Uspje\u0161no a\u017eurirana uplata", _s16_257, "Uspje\u0161no arhivirana uplata", "deleted_payment", "Uspje\u0161no obrisana uplata", _s16_258, "Uspje\u0161no obnovljena uplata", _s17_149, "Uspje\u0161no arhivirana :count uplata", _s16_259, "Uspje\u0161no obrisano :count uplata", _s17_150, _s37_24, "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_24, "expense", "Tro\u0161ak", "expenses", "Tro\u0161kovi", "vendor", "Dobavlja\u010d", "vendors", "Vendors", "task", "Task", "tasks", "Zadaci", "project", "Projekt", "projects", "Projekti", "activity_1", _s30_31, "activity_2", _s32_20, "activity_3", _s30_32, "activity_4", _s28_70, "activity_5", _s29_54, "activity_6", ":user poslao e-po\u0161tom ra\u010dun :invoice za :contact", "activity_7", ":contact pregledao ra\u010dun :invoice", "activity_8", _s30_33, "activity_9", ":user obrisao ra\u010dun :invoce", "activity_10", _s82_, "activity_11", _s30_34, "activity_12", _s30_35, "activity_13", _s29_55, "activity_14", ":user upisao :credit kredit", "activity_15", _s29_56, "activity_16", _s30_36, "activity_17", _s28_71, "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_72, "activity_26", _s30_37, "activity_27", _s29_57, "activity_28", _s28_73, "activity_29", ":contact odobrio ponudu :quote", "activity_30", _s28_62, "activity_31", _s29_44, "activity_32", _s28_63, "activity_33", _s29_45, "activity_34", _s29_58, "activity_35", _s31_21, "activity_36", _s30_28, "activity_37", _s31_22, "activity_39", _s50_13, "activity_40", _s64_0, "activity_41", _s41_10, "activity_42", _s24_68, "activity_43", _s24_69, "activity_44", _s25_67, "activity_45", _s24_70, "activity_46", _s25_68, "activity_47", _s30_29, "activity_48", _s24_75, "activity_49", _s24_76, "activity_50", _s25_71, "activity_51", _s24_77, "activity_52", _s25_72, "activity_53", _s26_53, "activity_54", _s27_72, "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_74, "activity_60", _s28_61, "activity_61", _s28_64, "activity_62", _s28_65, "activity_63", _s61_0, "activity_64", _s62_0, "activity_65", _s61_1, "activity_66", _s63_3, "activity_80", _s40_5, "activity_81", _s40_6, "activity_82", _s41_8, "activity_83", _s40_7, "activity_84", _s41_9, _s17_151, _s17_152, "emailed_quote", "Ponuda uspje\u0161no poslana e-po\u0161tom", "emailed_credit", _s27_74, _s20_103, "Ponuda je uspje\u0161no ozna\u010dena kao poslana", _s21_114, _s34_27, "expired", "Isteklo", "all", "Svi", "select", "Odaberi", _s22_83, "Dugo pritisnite za vi\u0161estruku odabir", "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Prilago\u0111ena vrijednost 3", "custom_value4", "Prilago\u0111ena vrijednost 4", _s18_117, _s24_82, _s24_71, "Prilago\u0111ena poruka nadzorne plo\u010de", _s29_46, "Prilago\u0111ena poruka nepla\u0107enog ra\u010duna", _s27_66, "Prilago\u0111ena poruka pla\u0107enog ra\u010duna", _s31_24, "Prilago\u0111ena poruka ne odobrene ponude", "lock_invoices", _s16_304, "translations", "Prijevodi", _s19_86, "Uzorak broja zadatka", _s19_88, "Broja\u010d broja zadatka", _s22_85, "Uzorak broja tro\u0161kova", _s22_87, _s21_141, _s21_115, "Uzorak broja dobavlja\u010da", _s21_117, "Broja\u010d brojeva dobavlja\u010da", _s21_119, "Uzorak broja radnog naloga", _s21_121, "Broja\u010d broj radnog naloga", _s22_89, "Uzorak broja transakcije", _s22_91, "Broja\u010d broja transakcije", _s22_93, "Uzorak broja ra\u010duna", _s22_95, "Broja\u010d ra\u010duna", _s20_104, "Uzorak broja ponude", _s20_106, "Broja\u010d ponuda", _s21_123, _s21_124, _s21_125, _s21_126, _s21_127, _s21_124, _s21_128, _s21_126, _s18_119, "Poni\u0161ti datum broja\u010da", "counter_padding", "Ispuna broja broja\u010da", _s28_66, _s27_75, _s18_121, _s18_122, _s18_123, _s18_124, _s18_125, _s18_126, _s18_127, _s18_128, _s18_129, _s18_130, _s18_131, _s18_132, _s21_129, _s21_130, _s19_90, _s19_91, _s21_131, _s21_132, _s29_48, _s29_49, "show_table", "Prikaz u tablici", "show_list", "Prikaz u listi", "client_city", "Grad klijenta", "client_state", "\u017dupanija klijenta", "client_country", "Dr\u017eava klijenta", _s16_260, _s18_148, "client_balance", "Stanje ra\u010duna klijenta", "client_address1", "Client Street", "client_address2", _s16_262, "vendor_address1", "Vendor Street", "vendor_address2", _s16_263, _s24_73, _s22_97, _s24_74, _s25_69, "type", "Tip", "invoice_amount", "Iznos ra\u010duna", _s16_264, "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_153, _s18_83, _s17_154, _s18_84, _s17_155, _s18_85, _s17_156, _s18_86, "is_deleted", "Izbrisan", "vendor_city", "Grad dobavlja\u010da", "vendor_state", "\u017dupanija dobavlja\u010da", "vendor_country", _s17_177, "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_92, _s19_93, _s16_265, _s16_275, _s19_94, _s19_95, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_133, _s18_134, _s16_266, _s16_267], t1, t1), "cs", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "Pravideln\xe9", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Odpojit", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "Administr\xe1tor", "owner", "Vlastn\xedk", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Total Hours", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "Billable", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, _s22_4, _s25_5, _s25_6, _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", _s39_11, _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", "Payment Links", "action", "Akce", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "Rozvrh", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", "Archivovat platbu", "archive_invoice", "Archivovat fakturu", "archive_quote", "Archivovat nab\xeddku", "archive_credit", "Archivovat kredit", "archive_task", "Archivovat \xfalohu", "archive_client", "Archivovat klienta", "archive_project", "Archive Project", "archive_expense", "Archivovat n\xe1klad", "restore_payment", "Obnovit platbu", "restore_invoice", "Obnovit fakturu", "restore_quote", "Obnovit nab\xeddku", "restore_credit", "Obnovit kredit", "restore_task", "Obnovit \xfalohu", "restore_client", "Obnovit klienta", "restore_project", "Restore Project", "restore_expense", "Obnovit n\xe1klady", "archive_vendor", "Archivovat dodavatele", "restore_vendor", "Obnovit dodavatele", "create_product", "P\u0159idat produkt", "update_product", "Update Product", "delete_product", "Delete Product", "restore_product", "Restore Product", "archive_product", "Archivovat produkt", _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "Platebn\xed metody", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", "Postal/City", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "Hodina", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Last 365 Days", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, _s35_, "upload", "Nahr\xe1t", _s17_7, _s17_8, _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Update Payment", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "Delete Project", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, "Registrace vy\u017eadov\xe1na", _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, "Ulo\u017eit jako v\xfdchoz\xed podm\xednky", _s22_12, "Ulo\u017eit jako v\xfdchoz\xed pati\u010dku", "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, _s21_23, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, "Transakce \xfasp\u011b\u0161n\u011b konvertov\xe1ny", _s20_17, "Bankovn\xed \xfa\u010det \xfasp\u011b\u0161n\u011b vytvo\u0159en", _s20_18, "Bankovn\xed \xfa\u010det \xfasp\u011b\u0161n\u011b zm\u011bn\u011bn", _s17_14, "Editovat bankovn\xed \xfa\u010det", _s16_28, _s16_29, "account_type", "Typ \xfa\u010dtu", _s16_30, "Nov\xfd bankovn\xed \xfa\u010det", _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "Selected", _s21_24, _s34_2, _s18_15, _s18_16, "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "Update Credit", "delete_credit", "Smazat kredit", "transaction", "Transaction", "transactions", "Transakce", "new_transaction", "New Transaction", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, "Hledat v :count transakc\xedch", "bank_account", "Bank Account", "bank_accounts", "Platebn\xed karty & Banky", _s21_25, "Bankovn\xed \xfa\u010det \xfasp\u011b\u0161n\u011b archivov\xe1n", _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Connect", _s23_9, _s23_10, _s18_19, _s18_20, "client_email", "Client Email", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_27, "Active Invoices", _s26_8, _s20_26, _s24_16, _s18_21, _s23_11, _s17_18, _s19_22, "Active Quotes", _s21_28, "Approved Quotes", _s23_12, _s17_19, _s18_22, "Logged Tasks", _s20_27, "Invoiced Tasks", _s16_35, "Paid Tasks", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s44_0, "activity_131", _s44_1, "activity_132", _s45_3, "activity_133", _s44_2, "activity_134", _s45_4, "activity_135", _s44_3, "activity_136", _s46_1, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, _s39_3, "resend", "Resend", "verify", "Verify", _s18_23, _s29_10, _s20_28, _s20_29, _s19_23, _s19_24, _s24_18, _s46_2, _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Merge Into", "merge", "Merge", _s21_32, _s21_33, _s19_25, _s29_11, _s17_23, _s17_24, "activate", "Activate", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", "Send Now", "received", "Received", _s19_26, _s19_27, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_4, _s34_7, _s47_, _s22_19, _s22_20, _s22_21, _s22_22, _s27_10, _s34_8, _s24_19, _s25_13, "yes_its_great", _s16_42, "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", "Vendor Details", _s22_26, _s22_27, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Send Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Accepted", _s22_28, _s22_29, _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, _s24_22, _s37_5, _s42_2, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_30, _s18_31, _s19_29, _s19_30, _s22_33, _s35_3, _s22_34, _s35_4, _s23_17, _s36_0, _s22_35, _s35_5, _s22_36, _s35_6, _s23_18, _s36_1, _s21_40, _s21_41, _s22_37, _s22_38, "login_url", "Login URL", _s16_46, "Nastaven\xed plateb", "default", "Default", "stock_quantity", "Stock Quantity", _s22_39, _s22_40, "track_inventory", "Track Inventory", _s20_41, _s63_0, _s19_31, _s19_32, _s24_23, _s50_2, "vat", "VAT", "standing", "Trvaj\xedc\xed", "view_map", "View Map", _s18_32, _s18_33, "add_gateway", "P\u0159idat platebn\xed br\xe1nu", _s24_24, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_25, _s24_26, _s31_6, "Invoice Sent", _s24_27, _s24_28, _s29_13, _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_33, _s63_1, "use_quote_terms", "Use Quote Terms", _s20_42, _s37_6, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, _s45_6, "register_label", _s30_4, "login_label", _s28_9, "add_to_invoice", "P\u0159idat k faktu\u0159e :invoice", _s17_30, _s17_31, "week", "Week", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, _s46_14, _s20_44, _s20_45, _s25_15, _s45_11, _s16_48, "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_8, "change_status", "Change Status", "fees_sample", _s46_7, _s19_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", _s33_11, "stopped_tasks", _s33_12, "approved_quote", _s27_68, "approved_quotes", _s35_7, "approve", "Schv\xe1lit", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Na\u010d\xedst PDF", _s16_50, _s16_269, _s24_30, _s44_6, "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_51, "M\u011bna firmy", "purged_client", _s26_12, _s27_16, _s77_0, _s22_42, _s34_9, "small", "Mal\xfd", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Zb\xfdv\xe1", "invoice_paid", "Faktura zaplacena", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Norm\xe1ln\xed", "large", "Velk\xfd", "extra_large", "Extra velk\xfd", _s16_54, "Zobrazit PDF n\xe1hled", _s21_48, "Zobrazit PDF n\xe1hled p\u0159i editaci faktur", "print_pdf", "Tisk PDF", "remind_me", "Remind Me", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Skr\xfdt n\xe1hle", "edit_record", "Upravit z\xe1znam", _s27_17, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_49, "Pros\xedm nastavte si heslo \xfa\u010dtu", "set_password", "Nastavit heslo", _s17_33, _s59_, _s16_58, _s58_1, _s20_49, _s33_13, "disconnect", "Odpojit", "add_to_invoices", "Add to Invoices", "acss", _s29_50, "becs", _s17_158, "bulk_download", "St\xe1hnout", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, "PS\u010c klienta", _s17_35, "DI\u010c klienta", "has_tasks", "M\xe1 \xfakoly", "registration", "Registrace", _s27_18, "Autorizujte Stripe pro p\u0159ijm\xe1n\xed online plateb.", "view_expense", "Zobrazit n\xe1klad # :expense", "view_statement", "View Statement", "sepa", _s17_159, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, "Aktualizovat v\u0161echny z\xe1znamy", "system", "Syst\xe9m", _s19_38, "Nastavit v\xfdchoz\xed firmu", "updated_company", "Firma \xfasp\u011b\u0161n\u011b aktualizov\xe1na", "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, _s40_2, _s27_19, _s43_0, "app", "Aplikace", _s20_50, _s46_8, _s16_59, _s16_270, _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "From Name", _s16_60, _s16_61, _s17_38, _s17_39, _s18_39, "Pravideln\xe9 n\xe1klady", _s21_50, _s21_51, _s22_44, _s22_45, _s25_16, _s38_2, _s25_17, _s38_3, _s26_13, _s39_4, _s25_18, _s38_4, _s25_19, "Pravideln\xfd n\xe1klad \xfasp\u011b\u0161n\u011b odstran\u011bn", _s26_14, _s39_5, _s24_32, "Hledat pravideln\xfd n\xe1klad", _s25_20, "Hledat pravideln\xe9 n\xe1klady", "last_sent_date", "Last Sent Date", "include_drafts", "Zahrnout koncepty", _s19_42, "Zahrnout koncepty ve v\xfdpisech", "is_invoiced", "Je vyfakturov\xe1no", "change_plan", "Manage Plan", "persist_data", "Persistovat data", "customer_count", "Po\u010det z\xe1kazn\xedk\u016f", _s16_62, "Ov\u011b\u0159it klienty", _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "Desetinn\xe1 \u010d\xe1rka", _s26_15, "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_13, _s42_4, _s16_66, _s27_69, "enable_markdown", "Zapnout Markdown", _s20_51, "Konvertovat Markdown do HTML na PDF", "user_guide", "User Guide", _s18_41, "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_9, _s31_10, _s25_22, _s25_23, _s33_14, _s33_15, _s27_20, _s27_21, _s36_3, _s36_4, _s31_11, _s31_12, _s25_24, _s25_25, "net_subtotal", "Net", "review_app", "Ohodnotit aplikaci", "check_status", "Zkontrolovat status", "free_trial", "Free Trial", _s23_22, _s57_0, _s21_52, _s62_1, "change_email", "Zm\u011bnit email", _s25_26, _s52_0, _s21_53, _s21_54, "uninvoiced", "Nevyfakturov\xe1no", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importovat data", "import_settings", "Importovat nastaven\xed", _s17_40, "Pros\xedm vyberte JSON soubor", _s19_43, _s48_0, "json", "JSON", _s24_34, _s24_35, "wait_for_data", _s42_5, "net_total", "Net Total", "has_taxes", "M\xe1 dan\u011b", _s16_67, "Importovat klienty", _s18_43, _s40_3, "login_success", "P\u0159ihl\xe1\u0161en\xed \xfasp\u011b\u0161n\xe9", "login_failure", "P\u0159ihl\xe1\u0161en\xed selhalo", "exported_data", _s67_, _s23_23, "Zahrnout odstran\u011bn\xe9 klienty", _s28_15, _s41_3, "step_1_sign_in", "Krok 1: P\u0159ihl\xe1sit se", _s16_70, _s17_41, "account_id", "ID \xfa\u010dtu", _s27_22, "Migrace je\u0161t\u011b nen\xed dokon\u010den\xe1", "activity_100", _s50_8, "activity_101", _s50_9, "activity_102", _s51_3, "activity_103", _s50_10, "activity_104", _s51_4, _s18_44, _s18_45, _s23_25, _s35_12, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_71, _s16_72, _s18_46, _s31_13, _s16_73, _s16_74, "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_47, "K\u0159estn\xed jm\xe9no", _s17_42, "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", "Nastavit subdom\xe9nu nebo zobrazit fakturu na vlastn\xed webov\xe9 str\xe1nce.", _s21_55, _s53_, _s25_27, _s37_8, _s17_44, _s17_45, "is_viewed", "Je zobrazeno", "letter", "Letter", "legal", "Legal", "page_layout", "Rozlo\u017een\xed str\xe1nky", "portrait", "Portr\xe9t", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, _s21_57, _s17_46, _s17_47, "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_49, _s18_50, "promo_code", "Promo k\xf3d", "promo_discount", "Promo Discount", _s18_51, _s18_52, _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "Zabezpe\u010den\xed", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Email Delivery", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, "Autentifikace selhala", "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modifikov\xe1no", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, "Subdom\xe9na nen\xed dostupn\xe1", "connect_gmail", "Propojit s Gmail", _s16_81, "Odpojit Gmail", "connected_gmail", "\xdasp\u011b\u0161n\u011b propojeno s Gmail", _s18_55, "\xdasp\u011b\u0161n\u011b odpojeno od Gmai", _s16_83, _s100_, _s16_84, _s16_85, "count_minutes", ":count Minutes", _s16_86, _s16_87, _s29_15, _s28_67, "use_last_email", "Use last email", _s16_88, "Aktivovat firmu", _s21_65, _s51_7, _s27_24, "Vyskytla se chyba, zkuste to pros\xedm pozd\u011bji", _s27_25, "Nejprve nastavte heslo", _s34_13, _s52_1, "help_translate", "Pomozte p\u0159elo\u017eit", _s23_26, "Vyberte zemi", "resend_invite", _s17_160, _s19_45, "Dvouf\xe1zov\xe9 ov\u011b\u0159en\xed \xfasp\u011b\u0161n\u011b deaktivov\xe1no", _s16_90, _s30_6, _s19_46, _s33_20, "delivered", "Doru\u010deno", "bounced", "Bounced", "spam", "Spam", "view_docs", "Zobrazit dokumenty", _s32_10, _s72_, "send_sms", "Odeslat SMS", "sms_code", "SMS k\xf3d", _s21_66, _s46_9, _s18_56, _s46_10, "connect_google", "Propojit s Google", _s17_50, "Odpojit od Google", _s17_52, _s25_70, _s18_57, "Deaktivovat dvouf\xe1zov\xe9 ov\u011b\u0159en\xed", _s34_14, _s34_15, "stay_logged_in", "Z\u016fstat p\u0159ihl\xe1\u0161en", _s23_28, _s40_4, "count_hours", ":count hodin", "count_day", "1 den", "count_days", ":count dn\xed", _s19_47, _s19_48, _s17_53, _s17_54, "resend_email", "Znovu odeslat email", _s26_19, "Potvr\u010fte svou emailovou adresu", _s16_91, "Vr\xe1cen\xe1 platba", _s19_49, _s19_50, _s19_51, _s45_8, "list_long_press", "List Long Press", "show_actions", "Zobrazit akce", _s17_55, _s17_56, _s27_27, _s51_5, _s21_67, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "Pro aktualizaci spus\u0165te", _s18_59, "Zm\u011bnit na fakturu", _s16_92, "Registra\u010dn\xed URL", "invoice_project", "Invoice Project", "invoice_task", "Faktura\u010dn\xed \xfaloha", "invoice_expense", "Fakturovat n\xe1klady", _s19_52, _s21_68, _s20_59, _s27_28, _s16_94, "Ulo\u017eit a zobrazit n\xe1hled", "save_and_email", "Ulo\u017eit a odeslat emailem", _s16_96, _s16_97, _s16_98, _s16_99, _s17_57, _s17_58, _s22_48, _s22_49, _s24_36, _s24_37, "converted_total", "Converted Total", "is_sent", "Je odesl\xe1no", _s17_59, _s17_60, "document_upload", "Nahr\xe1n\xed dokumentu", _s20_60, "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_69, "Debugovac\xed m\xf3d je zapnut\xfd", _s26_20, "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_61, "Nadch\xe1zej\xedc\xed n\xe1klady", "update_app", "Update App", "started_import", _s27_29, _s24_38, _s24_39, _s20_61, _s20_62, _s18_61, _s18_62, "column", "Sloupec", "sample", "Vzorek", "map_to", "Map To", "import", "Importovat", _s25_29, _s29_16, "select_file", "Pros\xedm zvolte soubor", _s16_100, _s16_101, "csv_file", "CSV soubor", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "\xda\u010detnictv\xed", _s22_50, _s24_40, "import_type", "Import Type", "html_mode", "HTML m\xf3d", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_63, _s17_64, "sidebar_editor", "Sidebar Editor", _s22_51, _s31_15, "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_41, _s24_42, _s24_43, _s24_44, "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_29, "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_45, "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_65, _s17_66, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_102, _s16_103, _s19_53, _s32_11, _s19_54, _s31_26, _s20_63, _s33_22, _s19_55, _s32_12, _s19_56, "Task status \xfasp\u011b\u0161n\u011b odstran\u011bn", _s20_64, _s33_23, _s22_52, _s42_6, _s21_71, _s41_4, _s22_53, _s42_7, _s18_63, _s20_65, _s20_66, _s27_30, _s16_104, _s16_105, _s21_72, _s52_2, _s20_67, _s20_68, _s25_30, _s42_8, _s20_69, _s20_70, _s25_31, _s42_9, _s21_73, _s25_32, _s18_64, _s18_65, "task_settings", "Task Settings", _s20_71, _s20_72, _s18_66, _s18_67, _s20_73, _s20_74, _s21_74, _s21_75, _s24_46, _s37_9, _s24_47, _s37_10, _s25_33, _s38_6, _s24_48, _s29_51, _s24_49, _s37_11, _s25_34, _s38_7, _s27_31, _s45_12, _s26_21, _s46_11, _s27_32, _s47_1, _s23_30, _s25_35, _s25_36, _s32_14, _s21_76, _s21_77, "show_option", "Show Option", _s22_54, _s50_11, "view_changes", "View Changes", "force_update", "Force Update", _s17_67, _s76_0, "mark_paid_help", _s31_27, _s18_68, "M\xe1 b\xfdt fakturov\xe1n", _s23_31, _s33_32, _s29_17, _s36_16, _s21_78, _s20_75, _s16_106, _s16_107, _s18_69, _s18_70, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_68, _s17_69, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_37, _s38_8, _s25_38, _s38_9, _s25_39, _s38_10, "gateway_refund", "Gateway Refund", _s19_57, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_55, "Prvn\xed den v m\u011bs\xedci", _s21_79, _s21_80, _s17_70, _s17_71, "endless", "Endless", "next_send_date", "Next Send Date", _s16_108, _s16_109, _s17_72, "Pravideln\xe1 faktura", _s18_71, "Pravideln\xe9 faktury", _s21_81, "Nov\xe1 pravideln\xe1 faktura", _s22_57, _s22_58, _s25_40, _s38_11, _s25_41, _s38_12, _s26_22, "Pravideln\xe1 faktura \xfasp\u011b\u0161n\u011b archivov\xe1na", _s25_42, "Pravideln\xe1 faktura smaz\xe1na", _s25_43, "Pravideln\xe1 faktura \xfasp\u011b\u0161n\u011b odstran\u011bna", _s26_23, "Pravideln\xe1 faktura obnovena", _s27_33, _s47_2, _s26_24, _s46_12, _s27_34, _s47_3, _s24_50, _s26_25, _s25_44, _s32_15, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_17, _s28_18, "profit", "Profit", "line_item", "Line Item", _s18_73, _s18_74, _s23_32, _s35_25, _s19_58, _s19_59, _s24_51, _s52_3, "test_mode", "Test Mode", "opened", "Opened", _s30_7, _s22_59, _s30_8, _s22_60, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_74, _s17_75, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_110, _s16_111, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Ukl\xe1dat platebn\xed \xfadaje", _s24_52, _s24_53, "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_75, _s18_76, "pdf_page_info", _s23_33, _s16_112, _s29_52, "emailed_quotes", _s27_70, "emailed_credits", _s28_68, "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_10, "client_created", "Client Created", _s20_76, _s20_77, _s20_78, _s20_79, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_76, _s17_77, _s17_78, _s17_79, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_80, _s17_81, _s17_82, "Nadch\xe1zej\xedc\xed faktury", _s17_84, _s17_85, "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_86, _s28_19, "api_webhooks", "API Webhooks", "search_webhooks", _s22_61, "search_webhook", _s16_113, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_20, "updated_webhook", _s28_21, _s16_114, _s29_18, "deleted_webhook", _s28_22, "removed_webhook", "Webhook \xfasp\u011b\u0161n\u011b odstran\u011bn", _s16_115, _s29_19, _s17_87, _s37_12, _s16_116, _s36_5, _s16_117, ":value webhooky \xfasp\u011b\u0161n\u011b odstran\u011bny", _s17_88, _s37_13, "api_tokens", "API Tokeny", "api_docs", "API Docs", "search_tokens", _s20_80, "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_36, "archived_tokens", _s35_14, "deleted_tokens", _s34_17, "restored_tokens", _s35_15, _s19_60, _s19_61, _s24_54, _s45_9, "email_invoice", "Poslat emailem", "email_quote", "Odeslat nab\xeddku emailem", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_81, _s41_5, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_118, _s16_119, "contact_name", "Jm\xe9no", "use_default", "Use default", _s16_120, _s17_89, "number_of_days", "Number of days", _s23_34, _s23_35, "payment_term", "Payment Term", _s16_121, _s16_122, _s17_90, "Editovat platebn\xed podm\xednky", _s20_82, _s33_24, _s20_83, _s33_25, _s21_83, _s34_18, _s20_84, _s33_26, _s20_85, _s33_27, _s21_84, _s34_19, _s22_62, _s42_11, _s21_85, _s41_6, _s22_63, _s42_12, "email_sign_in", _s18_135, "change", "Change", _s23_36, _s28_24, _s24_55, _s29_20, "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_77, _s18_78, _s16_123, _s16_272, "search_designs", "Search Designs", "search_invoices", "Hledat fakturu", "search_clients", "Hledat klienty", "search_products", "Hledat produkty", "search_quotes", "Hledat nab\xeddky", "search_credits", "Hledat kredity", "search_vendors", "Hledat dodavatele", "search_users", "Hledat u\u017eivatele", _s16_124, _s16_273, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Hledat projekt", "search_expenses", "Hledat v\xfddaje", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Hledat firmu", "search_document", _s17_92, "search_design", "Search 1 Design", "search_invoice", "Hledat 1 fakturu", "search_client", "Search 1 Client", "search_product", "Hledat 1 produkt", "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_93, "search_task", "Search 1 Tasks", "search_project", _s16_127, "search_expense", _s16_128, "search_payment", _s16_129, "search_group", "Search 1 Group", "refund_payment", "Vr\xe1tit platbu", _s17_94, _s30_9, _s18_79, _s31_16, _s16_130, _s29_21, _s17_95, _s30_10, "reverse", "Reverse", "full_name", "Full Name", _s17_96, _s17_97, _s17_98, _s17_99, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_131, "Data firmy \xfasp\u011b\u0161n\u011b smaz\xe1na", _s18_80, _s65_0, "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_45, "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_46, _s25_47, _s16_132, _s16_133, "apply_license", "Apply License", "cancel_account", "Smazat \xfa\u010det", _s22_64, "Varov\xe1n\xed: Toto permanentn\u011b odstran\xed V\xe1\u0161 \xfa\u010det. Tato akce je nevratn\xe1.", "delete_company", "Odstranit firmu", _s22_65, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_25, "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_37, "updated_design", _s27_38, "archived_design", _s28_26, "deleted_design", _s27_39, "removed_design", "Design \xfasp\u011b\u0161n\u011b odstran\u011bn", "restored_design", _s28_27, _s16_134, _s36_7, "deleted_designs", _s35_16, _s16_135, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_136, "Pravideln\xe9 nab\xeddky", "recurring_tasks", "Recurring Tasks", _s18_81, _s18_82, "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_42, "archived_credit", "Kredit \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_credit", "Kredit \xfasp\u011b\u0161n\u011b smaz\xe1n", "removed_credit", _s27_44, "restored_credit", "Kredit \xfasp\u011b\u0161n\u011b obnoven", _s16_138, ":count kredit\u016f bylo \xfasp\u011b\u0161n\u011b archivov\xe1no", "deleted_credits", ":count kredit\u016f bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", _s16_139, _s36_9, "current_version", "Sou\u010dasn\xe1 verze", "latest_version", "Latest Version", "update_now", "Update Now", _s26_30, _s41_7, _s16_140, _s16_141, "app_updated", _s29_22, "learn_more", "Zjistit v\xedce", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_100, _s17_101, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nov\xe1 firma", "added_company", _s26_31, "company1", _s16_142, "company2", _s16_143, "company3", _s16_144, "company4", _s16_145, "product1", _s16_146, "product2", _s16_147, "product3", _s16_148, "product4", _s16_149, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_150, "contact2", _s16_151, "contact3", _s16_152, "contact4", _s16_153, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_154, "project2", _s16_155, "project3", _s16_156, "project4", _s16_157, "expense1", _s16_158, "expense2", _s16_159, "expense3", _s16_160, "expense4", _s16_161, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_162, "invoice2", _s16_163, "invoice3", _s16_164, "invoice4", _s16_165, "payment1", _s16_166, "payment2", _s16_167, "payment3", _s16_168, "payment4", _s16_169, "surcharge1", _s18_83, "surcharge2", _s18_84, "surcharge3", _s18_85, "surcharge4", _s18_86, "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_87, _s18_88, _s17_102, _s17_103, "contact_phone", "Telefon", _s21_86, _s22_66, _s21_87, _s22_67, _s21_88, _s22_68, _s21_89, _s22_69, _s17_104, "Shipping Street", _s17_105, _s18_89, "shipping_city", "Shipping City", "shipping_state", _s23_37, _s20_86, _s20_87, _s16_170, _s16_171, _s16_172, "Billing Street", _s16_173, _s17_106, "billing_city", "Billing City", "billing_state", _s22_70, _s19_62, _s19_63, "billing_country", "Billing Country", "client_id", "ID klienta", "assigned_to", "Assigned to", "created_by", _s16_274, "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", "Reporty", "report", "Report", "add_company", "P\u0159idat firmu", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_174, _s16_175, "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_90, _s35_17, _s30_11, _s63_2, "message", "Zpr\xe1va", "from", "Od", _s20_88, _s20_89, _s25_48, _s56_0, _s20_90, _s34_20, _s18_90, _s18_91, _s23_38, _s33_33, _s18_92, _s18_93, "support_forum", "Support Forums", "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_91, _s21_133, _s20_91, _s58_2, _s19_64, _s19_65, _s23_39, "Hlavn\xed panel klientsk\xe9 z\xf3ny", _s20_92, _s20_93, "deleted_logo", _s25_49, "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_107, _s17_108, "show_cost_help", _s55_0, _s21_92, _s21_93, _s26_32, _s58_3, _s21_94, _s21_95, _s26_33, _s60_1, _s21_96, "Zobrazit slevu produktu", _s26_34, _s34_21, _s16_176, _s16_177, _s21_98, _s47_4, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_178, _s16_179, "user", "U\u017eivatel", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_109, _s17_110, "item_tax_rates", "Item Tax Rates", _s18_94, _s22_80, "configure_rates", "Configure rates", _s18_95, _s18_96, "tax_settings", "Nastaven\xed dan\xed", _s18_97, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_66, _s20_94, "options", "Options", _s16_180, _s16_181, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_45, _s39_8, "submit", "Submit", _s16_182, "Obnovit va\u0161e heslo", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_183, _s16_184, "before_due_date", _s19_67, "after_due_date", _s18_98, _s18_99, _s22_71, "days", "Days", "invoice_email", "Email pro fakturu", "payment_email", "Email pro platbu", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_99, _s21_100, "quote_email", "Email pro nab\xeddku", _s16_185, _s16_186, _s16_187, _s16_188, "administrator", "Administr\xe1tor", _s18_100, "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_50, "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_22, "deleted_users", _s33_28, "removed_users", ":value u\u017eivatel\xe9 \xfasp\u011b\u0161n\u011b odstran\u011bni", "restored_users", _s34_23, _s16_189, "Obecn\xe9 nastaven\xed", "invoice_options", "Mo\u017enosti faktury", _s17_111, "Skr\xfdt Zaplaceno ke dni", _s22_72, "Zobrazit na faktu\u0159e 'Zaplaceno ke dni' pouze kdy\u017e p\u0159ijde platba.", _s23_41, "Embed Documents", _s28_30, _s39_9, _s16_191, "Zobrazit hlavi\u010dku", _s16_192, "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_101, "Auto Email", _s23_42, _s52_4, _s18_102, "Auto Archive", _s23_43, _s55_1, _s18_103, "Automaticky konvertovat", _s23_44, _s58_4, _s17_113, _s17_114, "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_115, "Three months", _s16_193, "Four months", "freq_six_months", "Six months", "freq_annually", "Ro\u010dn\u011b", "freq_two_years", "Two years", _s16_194, "Three Years", "never", "Never", "company", "Firma", _s17_116, _s17_117, "charge_taxes", "Pou\u017e\xedt dan\u011b", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_195, _s16_196, "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_118, _s17_119, "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_120, _s17_121, _s16_197, "Show on PDF", _s21_101, _s51_6, _s25_54, _s22_73, _s30_12, _s61_, _s23_45, _s20_95, _s28_31, _s59_0, _s25_55, _s17_122, _s30_13, _s42_13, _s23_46, "Quote Signature", _s22_74, _s25_56, _s27_46, "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_56, "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_198, _s16_199, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_68, "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_69, _s19_70, "credentials", "Credentials", "update_address", "Zm\u011bnit adresu", _s19_71, "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_200, "Da\u0148ov\xe1 sazba \xfasp\u011b\u0161n\u011b vytvo\u0159ena", _s16_201, "Da\u0148ov\xe1 sazba \xfasp\u011b\u0161n\u011b zm\u011bn\u011bna", _s17_123, "Da\u0148ov\xe1 sazba \xfasp\u011b\u0161n\u011b archivov\xe1na", _s16_202, _s29_25, _s17_124, _s30_14, _s18_104, _s38_15, _s17_125, _s37_14, _s18_105, _s38_16, "fill_products", "Automaticky p\u0159edvyplnit produkty", _s18_106, "V\xfdb\u011br produktu automaticky vypln\xed popis a cenu", "update_products", "Automaticky aktualizovat produkty", _s20_96, "Zm\u011bna na faktu\u0159e automaticky aktualizuje katalog produkt\u016f", _s16_203, _s16_204, _s21_102, _s61_3, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_205, _s16_206, _s19_72, "New Gateway", _s20_97, "Edit Gateway", _s23_47, _s28_32, _s23_48, _s28_33, _s24_57, _s29_26, _s23_49, _s28_34, _s24_58, _s29_27, _s25_57, _s37_15, _s24_59, _s36_10, _s25_58, _s37_16, _s16_207, _s16_208, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Nepovolen", "currency_format", "Currency Format", _s21_103, "Prvn\xed den v t\xfddnu", _s23_50, "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_107, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_73, _s19_74, _s17_126, _s17_127, _s19_75, _s19_76, _s18_108, _s18_109, _s18_110, _s18_111, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_37, "updated_group", _s26_38, "archived_groups", _s35_18, "deleted_groups", _s34_24, "restored_groups", _s35_19, "archived_group", _s27_47, "deleted_group", _s26_39, "restored_group", _s27_48, "upload_logo", "Upload Logo", "uploaded_logo", _s26_40, "logo", "Logo", "saved_settings", _s27_49, _s16_209, "Nastaven\xed produktu", "device_settings", "Device Settings", "defaults", "V\xfdchoz\xed", "basic_settings", "Z\xe1kladn\xed nastaven\xed", _s17_128, "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_52, "\u0160ablony & P\u0159ipom\xednky", _s22_75, _s20_98, _s19_77, "Vizualizace dat", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_50, _s28_35, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_79, _s19_80, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_59, _s25_60, _s24_60, _s24_61, _s33_30, _s77_1, "i_agree_to_the", "I agree to the", _s16_211, "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_112, _s18_113, _s21_106, _s34_25, "download", "St\xe1hnout", _s27_51, _s27_71, "take_picture", "Take Picture", "upload_files", "Upload Files", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_130, _s30_15, _s16_213, _s29_28, _s17_131, _s30_16, _s16_214, _s29_29, _s17_132, _s30_17, _s18_114, _s38_17, _s17_133, _s37_17, _s18_115, _s38_18, "no_history", "No History", "expense_date", "Datum n\xe1kladu", "pending", "Nevy\u0159\xedzen\xfd", _s16_215, "Logged", _s16_216, "Pending", _s16_217, "Invoiced", "converted", "Zkonvertov\xe1no", _s24_62, _s24_63, "exchange_rate", "M\u011bnov\xfd kurz", _s16_218, "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_219, ":count dodavatel\u016f bylo \xfasp\u011b\u0161n\u011b archivov\xe1no", "deleted_vendors", ":count dodavatel\u016f bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", _s16_220, _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_221, "N\xe1klad \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_expense", _s21_142, _s16_222, "N\xe1klady \xfasp\u011b\u0161n\u011b obnoveny", _s17_134, "N\xe1klady \xfasp\u011b\u0161n\u011b archivov\xe1ny", _s16_223, _s21_142, _s17_135, _s37_18, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_107, _s21_108, "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_61, "stopped_task", "\xdaloha \xfasp\u011b\u0161n\u011b zastavena", "resumed_task", _s25_63, "now", "Nyn\xed", _s16_224, _s16_225, "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_26, _s19_81, _s19_82, "budgeted_hours", "Budgeted Hours", "created_project", _s28_41, "updated_project", _s28_42, _s16_226, _s29_32, "deleted_project", _s28_43, _s16_227, _s29_33, _s17_136, ":count projekt\u016f archivov\xe1no", _s16_228, ":count projekt\u016f smaz\xe1no", _s17_137, "Projekt :value obnoven", "new_project", "New Project", _s27_55, _s28_44, "if_you_like_it", _s21_109, "click_here", "klikn\u011bte zde", _s18_116, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_18, _s42_14, "locked", "Locked", "authenticate", "Authenticate", _s19_83, _s19_84, _s24_64, _s24_65, "footer", "Pati\u010dka", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_97, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_138, _s17_139, "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", "all_time", "All Time", "custom", "Voliteln\xe9", _s16_229, _s16_230, "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_99, _s20_100, "billing_address", "Faktura\u010dn\xed adresa", _s16_231, _s16_232, "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_233, _s16_234, _s23_53, _s23_54, _s26_43, _s26_44, _s21_110, _s21_111, _s26_45, _s26_46, "ascending", "Ascending", "descending", "Descending", "save", "Ulo\u017eit", _s17_140, _s17_141, "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_85, _s30_19, "error", "Error", _s16_235, _s16_236, "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_237, _s16_238, "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_239, "Produkt \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_product", _s28_47, _s16_240, _s29_35, _s17_142, _s37_27, _s16_241, _s36_18, _s17_143, _s37_20, "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_242, ":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_243, _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_244, "Faktura \xfasp\u011b\u0161n\u011b archivov\xe1na", "deleted_invoice", "Faktura \xfasp\u011b\u0161n\u011b smaz\xe1na", _s16_245, "Faktura \xfasp\u011b\u0161n\u011b obnovena", _s17_144, ":count faktur \xfasp\u011b\u0161n\u011b archivov\xe1no", _s16_246, ":count faktur \xfasp\u011b\u0161n\u011b smaz\xe1no", _s17_145, _s37_21, "emailed_invoice", "Faktura \xfasp\u011b\u0161n\u011b odesl\xe1na", "emailed_payment", _s28_69, "amount", "\u010c\xe1stka", "invoice_number", "\u010c\xedslo faktury", "invoice_date", "Datum vystaven\xed", "discount", "Sleva", "po_number", _s16_305, "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_306, _s16_247, _s16_248, "paid_date", "Paid Date", "status", "Status", _s17_146, "Invoice Status", "quote_status", "Quote Status", _s22_76, _s22_77, _s22_78, _s19_98, "count_selected", ":count selected", "total", "Celkem", "percent", "Percent", "edit", "Upravit", "dismiss", "Dismiss", _s20_101, _s20_102, _s22_79, _s22_80, _s24_66, _s24_67, "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_20, _s30_21, _s27_59, _s27_60, "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_81, _s35_20, _s22_82, _s35_21, _s23_55, _s36_14, _s23_56, _s36_15, "done", "Dokon\u010dit", _s37_22, _s37_23, "dark_mode", "Tmav\xfd m\xf3d", _s27_61, _s35_22, "refresh_data", "Refresh Data", "blank_contact", "Pr\xe1zdn\xfd kontakt", "activity", "Aktivita", _s16_249, "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_251, "Pending", _s16_252, "Voided", _s16_253, "Failed", _s16_254, "Completed", _s16_255, _s18_78, _s16_256, "Refunded", _s17_147, "Unapplied", _s17_148, _s19_50, "net", "Net", "client_portal", "Klientsk\xfd port\xe1l", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Zapnuto", "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_112, "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_257, "Platba \xfasp\u011b\u0161n\u011b archivov\xe1na", "deleted_payment", "Platba \xfasp\u011b\u0161n\u011b smaz\xe1na", _s16_258, "Platba \xfasp\u011b\u0161n\u011b obnovena", _s17_149, ":count plateb \xfasp\u011b\u0161n\u011b archivov\xe1no", _s16_259, ":count plateb bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", _s17_150, _s37_24, "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_24, "expense", "N\xe1klad", "expenses", "N\xe1klady", "vendor", "Dodavatel", "vendors", "Vendors", "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", _s82_, "activity_11", ":user zm\u011bnil platbu :payment", "activity_12", _s32_21, "activity_13", ":user smazal platbu :payment", "activity_14", ":user zadal :credit kredit", "activity_15", ":user zm\u011bnil :credit kredit", "activity_16", _s31_32, "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_12, "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_59, "activity_28", _s28_75, "activity_29", _s42_15, "activity_30", ":user vytvo\u0159il dodavatele :vendor", "activity_31", ":user archivoval dodavatele :vendor", "activity_32", ":user smazal dodavatele :vendor", "activity_33", ":user obnovil dodavatele :vendor", "activity_34", ":user vytvo\u0159il v\xfddaj :expense", "activity_35", ":user archivoval v\xfddaj :expense", "activity_36", ":user smazal v\xfddaj :expense", "activity_37", ":user obnovil v\xfddaj :expense", "activity_39", ":user zru\u0161il platbu :payment v hodnot\u011b :payment_amount", "activity_40", _s64_0, "activity_41", _s41_10, "activity_42", ":user vytvo\u0159il \xfakol :task", "activity_43", ":user aktualizoval \xfakol :task", "activity_44", ":user archivoval \xfakol :task", "activity_45", ":user smazal \xfakol :task", "activity_46", ":user obnovil \xfakol :task", "activity_47", ":user aktualizoval v\xfddaj :expense", "activity_48", ":user vytvo\u0159il u\u017eivatele :user", "activity_49", ":user aktualizoval u\u017eivatele :user", "activity_50", ":user archivoval u\u017eivatele :user", "activity_51", ":user smazal u\u017eivatele :user", "activity_52", ":user obnovil u\u017eivatele :user", "activity_53", ":user ozna\u010dil :invoice jako odeslanou", "activity_54", ":user zaplatil fakturu :invoice", "activity_55", ":contact odpov\u011bd\u011bl na tiket :ticket", "activity_56", ":user zobrazil tiket :ticket", "activity_57", _s39_10, "activity_58", _s31_23, "activity_59", _s32_17, "activity_60", _s28_61, "activity_61", _s28_64, "activity_62", _s28_65, "activity_63", _s61_0, "activity_64", _s62_0, "activity_65", _s61_1, "activity_66", _s63_3, "activity_80", _s40_5, "activity_81", _s40_6, "activity_82", _s41_8, "activity_83", _s40_7, "activity_84", _s41_9, _s17_151, _s17_152, "emailed_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b odesl\xe1na", "emailed_credit", _s27_74, _s20_103, _s33_31, _s21_114, _s34_27, "expired", "Expirovan\xe9", "all", "All", "select", "Zvolit", _s22_83, _s22_84, "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_117, _s18_118, _s24_71, "Vlastn\xed zpr\xe1va na hlavn\xedm panelu", _s29_46, _s29_47, _s27_66, _s27_67, _s31_24, _s31_25, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_86, _s19_87, _s19_88, _s19_89, _s22_85, _s22_86, _s22_87, _s22_88, _s21_115, _s21_116, _s21_117, _s21_118, _s21_119, _s21_120, _s21_121, _s21_122, _s22_89, _s22_90, _s22_91, _s22_92, _s22_93, _s22_94, _s22_95, "\u010c\xedseln\xe1 \u0159ada faktur", _s20_104, _s20_105, _s20_106, "\u010c\xedseln\xe1 \u0159ada nab\xeddek", _s21_123, _s21_124, _s21_125, _s21_126, _s21_127, _s21_124, _s21_128, _s21_126, _s18_119, _s18_120, "counter_padding", "Counter Padding", _s28_66, _s27_75, _s18_121, _s18_122, _s18_123, _s18_124, _s18_125, _s18_126, _s18_127, _s18_128, _s18_129, _s18_130, _s18_131, _s18_132, _s21_129, _s21_130, _s19_90, _s19_91, _s21_131, _s21_132, _s29_48, _s29_49, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_260, _s16_261, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_262, "vendor_address1", "Vendor Street", "vendor_address2", _s16_263, _s24_73, _s22_97, _s24_74, _s25_69, "type", "Typ", "invoice_amount", "\u010c\xe1stka faktury", _s16_264, _s16_306, "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_153, _s18_83, _s17_154, _s18_84, _s17_155, _s18_85, _s17_156, _s18_86, "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_92, _s19_93, _s16_265, _s16_275, _s19_94, _s19_95, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "N\xe1zev dan\u011b 3", "transaction_id", "Transaction ID", _s18_133, _s18_134, _s16_266, _s16_267], t1, t1), "da", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "Gentagne", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Fjern sammenk\xe6dning", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "Admin", "owner", "Owner", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Total Hours", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "Faktur\xe9rbar", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, _s22_4, _s25_5, _s25_6, _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", _s39_11, _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", "Payment Links", "action", "Handling", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "Schedule", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", "Arkiv\xe9r betaling", "archive_invoice", "Arkiv\xe9r faktura", "archive_quote", "Arkiv\xe9r tilbud", "archive_credit", "Arkiv\xe9r kredit", "archive_task", "Arkiver opgave", "archive_client", "Arkiv\xe9r kunde", "archive_project", "Arkiv\xe9r projekt", "archive_expense", "Archive Expense", "restore_payment", "Genskab betaling", "restore_invoice", "Genskab faktura", "restore_quote", "Genskab tilbud", "restore_credit", "Genskab kredit", "restore_task", "Genskab opgave", "restore_client", "Genskab kunde", "restore_project", "Genskab projekt", "restore_expense", "Restore Expense", "archive_vendor", "Arkiv\xe9r s\xe6lger", "restore_vendor", "Genskab s\xe6lger", "create_product", "Opret nyt produkt", "update_product", "Update Product", "delete_product", "Slet produkt", "restore_product", "Gendan produkt", "archive_product", "Arkiv\xe9r produkt", _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "Betalingsmetoder", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", "Postnr og by", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "Time", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Last 365 Days", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, _s35_, "upload", "Send", _s17_7, _s17_8, _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Update Payment", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "Slet projekt", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, _s21_17, _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, "Gem som standard vilk\xe5r", _s22_12, "Gem som standard fodnoter", "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, _s21_23, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, _s33_2, _s20_18, _s33_3, _s17_14, _s17_15, _s16_28, _s16_29, "account_type", "Account type", _s16_30, _s16_268, _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "Valgt", _s21_24, _s34_2, _s18_15, _s18_16, "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "Opdat\xe9r kredit", "delete_credit", "Slet kredit", "transaction", "Transaction", "transactions", "Transactions", "new_transaction", "New Transaction", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, _s26_7, "bank_account", "Bankkonto", "bank_accounts", "Bank Accounts", _s21_25, _s34_3, _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Connect", _s23_9, _s23_10, _s18_19, _s18_20, "client_email", "Client Email", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_27, "Active Invoices", _s26_8, _s20_26, _s24_16, _s18_21, _s23_11, _s17_18, _s19_22, "Active Quotes", _s21_28, "Approved Quotes", _s23_12, _s17_19, _s18_22, "Logged Tasks", _s20_27, "Invoiced Tasks", _s16_35, "Paid Tasks", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s44_0, "activity_131", _s44_1, "activity_132", _s45_3, "activity_133", _s44_2, "activity_134", _s45_4, "activity_135", _s44_3, "activity_136", _s46_1, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, _s39_3, "resend", "Resend", "verify", "Verify", _s18_23, _s29_10, _s20_28, _s20_29, _s19_23, _s19_24, _s24_18, _s46_2, _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Merge Into", "merge", "Merge", _s21_32, _s21_33, _s19_25, _s29_11, _s17_23, _s17_24, "activate", "Activate", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", "Send Now", "received", "Received", _s19_26, _s19_27, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_4, _s34_7, _s47_, _s22_19, _s22_20, _s22_21, _s22_22, _s27_10, _s34_8, _s24_19, _s25_13, "yes_its_great", _s16_42, "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", "Vendor Details", _s22_26, _s22_27, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Send Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Accepted", _s22_28, _s22_29, _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, _s24_22, _s37_5, _s42_2, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_30, _s18_31, _s19_29, _s19_30, _s22_33, _s35_3, _s22_34, _s35_4, _s23_17, _s36_0, _s22_35, _s35_5, _s22_36, _s35_6, _s23_18, _s36_1, _s21_40, _s21_41, _s22_37, _s22_38, "login_url", "Login URL", _s16_46, "Betalingsindstillinger", "default", "Default", "stock_quantity", "Stock Quantity", _s22_39, _s22_40, "track_inventory", "Track Inventory", _s20_41, _s63_0, _s19_31, _s19_32, _s24_23, _s50_2, "vat", "VAT", "standing", "St\xe5ende", "view_map", "View Map", _s18_32, _s18_33, "add_gateway", "Tilf\xf8j gateway", _s24_24, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_25, _s24_26, _s31_6, "Invoice Sent", _s24_27, _s24_28, _s29_13, _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_33, _s63_1, "use_quote_terms", "Use Quote Terms", _s20_42, _s37_6, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, _s45_6, "register_label", _s30_4, "login_label", _s28_9, "add_to_invoice", "Tilf\xf8j til faktura nr.: :invoice", _s17_30, _s17_31, "week", "Uge", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, _s46_14, _s20_44, _s20_45, _s25_15, _s45_11, _s16_48, _s16_49, "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_8, "change_status", "Change Status", "fees_sample", _s46_7, _s19_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", _s33_11, "stopped_tasks", _s33_12, "approved_quote", _s27_68, "approved_quotes", _s35_7, "approve", "Godkend", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, _s16_269, _s24_30, _s44_6, "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_51, _s16_52, "purged_client", _s26_12, _s27_16, _s77_0, _s22_42, _s34_9, "small", "Small", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_54, _s16_55, _s21_48, _s42_3, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_17, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_49, _s30_5, "set_password", "S\xe6t adgangskode", _s17_33, _s59_, _s16_58, _s58_1, _s20_49, _s33_13, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_50, "becs", _s17_158, "bulk_download", "Download", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, _s18_35, _s17_35, _s17_36, "has_tasks", "Has Tasks", "registration", "Registration", _s27_18, _s50_7, "view_expense", _s23_63, "view_statement", "Se kontoudskrift", "sepa", _s17_159, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s18_37, "system", "System", _s19_38, _s19_39, "updated_company", _s28_10, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, _s40_2, _s27_19, _s43_0, "app", "App", _s20_50, _s46_8, _s16_59, _s16_270, _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "From Name", _s16_60, _s16_61, _s17_38, _s17_39, _s18_39, _s18_40, _s21_50, _s21_51, _s22_44, _s22_45, _s25_16, _s38_2, _s25_17, _s38_3, _s26_13, _s39_4, _s25_18, _s38_4, _s25_19, _s38_5, _s26_14, _s39_5, _s24_32, _s24_33, _s25_20, _s25_21, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_42, _s32_9, "is_invoiced", "Is Invoiced", "change_plan", "Manage Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_62, _s16_63, _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "Decimal Comma", _s26_15, _s35_9, "select_method", "Select Method", "select_platform", "Select Platform", _s28_13, _s42_4, _s16_66, _s27_69, "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "user_guide", "Brugerguide", _s18_41, _s18_42, "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_9, _s31_10, _s25_22, _s25_23, _s33_14, _s33_15, _s27_20, _s27_21, _s36_3, _s36_4, _s31_11, _s31_12, _s25_24, _s25_25, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_22, _s57_0, _s21_52, _s62_1, "change_email", "Change Email", _s25_26, _s52_0, _s21_53, _s21_54, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_40, _s28_14, _s19_43, _s48_0, "json", "JSON", _s24_34, _s24_35, "wait_for_data", _s42_5, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_67, _s16_68, _s18_43, _s40_3, "login_success", _s16_69, "login_failure", "Failed Login", "exported_data", _s67_, _s23_23, _s23_24, _s28_15, _s41_3, "step_1_sign_in", "Step 1: Sign In", _s16_70, _s17_41, "account_id", "Account ID", _s27_22, _s35_11, "activity_100", _s50_8, "activity_101", _s50_9, "activity_102", _s51_3, "activity_103", _s50_10, "activity_104", _s51_4, _s18_44, _s18_45, _s23_25, _s35_12, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_71, _s16_72, _s18_46, _s31_13, _s16_73, _s16_74, "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_47, _s18_48, _s17_42, _s17_43, "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_55, _s53_, _s25_27, _s37_8, _s17_44, _s17_45, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, _s21_57, _s17_46, _s17_47, "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_49, _s18_50, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_51, _s18_52, _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "Sikkerhed", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Email Delivery", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, _s22_47, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, _s26_18, "connect_gmail", "Connect Gmail", _s16_81, _s16_82, "connected_gmail", _s28_16, _s18_55, _s31_14, _s16_83, _s100_, _s16_84, _s16_85, "count_minutes", ":count Minutes", _s16_86, _s16_87, _s29_15, _s28_67, "use_last_email", "Use last email", _s16_88, _s16_89, _s21_65, _s51_7, _s27_24, _s35_13, _s27_25, _s27_26, _s34_13, _s52_1, "help_translate", "Help Translate", _s23_26, _s23_27, "resend_invite", _s17_160, _s19_45, _s25_28, _s16_90, _s30_6, _s19_46, _s33_20, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_10, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_66, _s46_9, _s18_56, _s46_10, "connect_google", "Connect Google", _s17_50, _s17_51, _s17_52, _s25_70, _s18_57, _s18_58, _s34_14, _s34_15, "stay_logged_in", "Stay Logged In", _s23_28, _s40_4, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_47, _s19_48, _s17_53, _s17_54, "resend_email", "Resend Email", _s26_19, _s33_21, _s16_91, "Refunderet betaling", _s19_49, _s19_50, _s19_51, _s45_8, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_55, _s17_56, _s27_27, _s51_5, _s21_67, _s97_, "this_quarter", "This Quarter", "last_quarter", "Forrige kvartal", "to_update_run", "To update run", _s18_59, "Konvert\xe9r til en faktura", _s16_92, _s16_93, "invoice_project", "Faktur\xe9r projekt", "invoice_task", "Fakturer opgave", "invoice_expense", "Invoice Expense", _s19_52, _s21_68, _s20_59, _s27_28, _s16_94, _s16_95, "save_and_email", "Save and Email", _s16_96, _s16_97, _s16_98, _s16_99, _s17_57, _s17_58, _s22_48, _s22_49, _s24_36, _s24_37, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_59, _s17_60, "document_upload", "Document Upload", _s20_60, _s34_16, "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_69, _s21_70, _s26_20, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_61, _s17_62, "update_app", "Update App", "started_import", _s27_29, _s24_38, _s24_39, _s20_61, _s20_62, _s18_61, _s18_62, "column", "Kolonne", "sample", "Eksempel", "map_to", "Map To", "import", "Importer", _s25_29, _s29_16, "select_file", "Venligst v\xe6lg en fil", _s16_100, _s16_101, "csv_file", "V\xe6lg CSV-fil", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_50, _s24_40, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_63, _s17_64, "sidebar_editor", "Sidebar Editor", _s22_51, _s31_15, "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_41, _s24_42, _s24_43, _s24_44, "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_29, "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_45, _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_65, _s17_66, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_102, _s16_103, _s19_53, _s32_11, _s19_54, _s31_26, _s20_63, _s33_22, _s19_55, _s32_12, _s19_56, _s32_13, _s20_64, _s33_23, _s22_52, _s42_6, _s21_71, _s41_4, _s22_53, _s42_7, _s18_63, _s20_65, _s20_66, _s27_30, _s16_104, _s16_105, _s21_72, _s52_2, _s20_67, _s20_68, _s25_30, _s42_8, _s20_69, _s20_70, _s25_31, _s42_9, _s21_73, _s25_32, _s18_64, _s18_65, "task_settings", "Task Settings", _s20_71, _s20_72, _s18_66, "Udgiftskategorier", _s20_73, "Ny udgiftskategori", _s21_74, _s21_75, _s24_46, "Udgiftskategori oprettet", _s24_47, "Ajourf\xf8rt udgiftskategori", _s25_33, "Udgiftskategori arkiveret", _s24_48, "Sletning af kategori er gennemf\xf8rt", _s24_49, _s37_11, _s25_34, "Udgiftskategori genoprettet", _s27_31, ".count udgiftskategori(er) arkiveret", _s26_21, _s46_11, _s27_32, _s47_1, _s23_30, _s25_35, _s25_36, _s32_14, _s21_76, _s21_77, "show_option", "Show Option", _s22_54, _s50_11, "view_changes", "View Changes", "force_update", "Force Update", _s17_67, _s76_0, "mark_paid_help", _s31_27, _s18_68, _s18_149, _s23_31, _s33_32, _s29_17, _s36_16, _s21_78, _s20_75, _s16_106, _s16_107, _s18_69, _s18_70, "crypto", "Crypto", "paypal", "Paypal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_68, _s17_69, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_37, _s38_8, _s25_38, _s38_9, _s25_39, _s38_10, "gateway_refund", "Gateway Refund", _s19_57, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark\xe9r som aktiv", "day_count", "Day :count", _s22_55, _s22_56, _s21_79, _s21_80, _s17_70, _s17_71, "endless", "Endless", "next_send_date", "Next Send Date", _s16_108, _s16_109, _s17_72, "Gentaget faktura", _s18_71, "Gentagende fakturaer", _s21_81, "Ny gentaget fakture", _s22_57, _s22_58, _s25_40, _s38_11, _s25_41, _s38_12, _s26_22, _s39_6, _s25_42, _s38_13, _s25_43, _s38_14, _s26_23, _s39_7, _s27_33, _s47_2, _s26_24, _s46_12, _s27_34, _s47_3, _s24_50, _s26_25, _s25_44, _s32_15, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_17, _s28_18, "profit", "Fortjeneste", "line_item", "Line Item", _s18_73, _s18_74, _s23_32, _s35_25, _s19_58, _s19_59, _s24_51, _s52_3, "test_mode", "Test Mode", "opened", "Opened", _s30_7, _s22_59, _s30_8, _s22_60, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_74, _s17_75, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_110, _s16_111, "system_logs", "System Logs", "view_portal", "Se Portal", "copy_link", "Copy Link", "token_billing", "Gem kort detaljer", _s24_52, _s24_53, "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_75, _s18_76, "pdf_page_info", _s23_33, _s16_112, _s29_52, "emailed_quotes", _s27_70, "emailed_credits", _s28_68, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Timer", "statement", "Kontoudtog", "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_10, "client_created", "Client Created", _s20_76, _s20_77, _s20_78, _s20_79, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_76, _s17_77, _s17_78, _s17_79, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_80, _s17_81, _s17_82, "Kommende fakturaer", _s17_84, _s17_85, "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_86, _s28_19, "api_webhooks", "API Webhooks", "search_webhooks", _s22_61, "search_webhook", _s16_113, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_20, "updated_webhook", _s28_21, _s16_114, _s29_18, "deleted_webhook", _s28_22, "removed_webhook", _s28_23, _s16_115, _s29_19, _s17_87, _s37_12, _s16_116, _s36_5, _s16_117, _s36_6, _s17_88, _s37_13, "api_tokens", "API Token's", "api_docs", "API Docs", "search_tokens", _s20_80, "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_35, "deleted_token", "Token slettet", "removed_token", _s26_29, "restored_token", _s27_36, "archived_tokens", _s35_14, "deleted_tokens", _s34_17, "restored_tokens", _s35_15, _s19_60, _s19_61, _s24_54, _s45_9, "email_invoice", "Send faktura som e-mail", "email_quote", "E-mail tilbuddet", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_81, _s41_5, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_118, _s16_119, "contact_name", "Kontakt navn", "use_default", "Use default", _s16_120, _s17_89, "number_of_days", "Number of days", _s23_34, _s23_35, "payment_term", "Payment Term", _s16_121, _s16_122, _s17_90, _s17_91, _s20_82, _s33_24, _s20_83, _s33_25, _s21_83, _s34_18, _s20_84, _s33_26, _s20_85, _s33_27, _s21_84, _s34_19, _s22_62, _s42_11, _s21_85, _s41_6, _s22_63, _s42_12, "email_sign_in", _s18_135, "change", "Change", _s23_36, _s28_24, _s24_55, _s29_20, "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_77, _s18_78, _s16_123, _s16_272, "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_124, _s16_273, "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_92, "search_design", "Search 1 Design", "search_invoice", _s16_125, "search_client", "Search 1 Client", "search_product", _s16_126, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_93, "search_task", "Search 1 Tasks", "search_project", _s16_127, "search_expense", _s16_128, "search_payment", _s16_129, "search_group", "Search 1 Group", "refund_payment", _s17_178, _s17_94, _s30_9, _s18_79, _s31_16, _s16_130, _s29_21, _s17_95, _s30_10, "reverse", "Reverse", "full_name", "Full Name", _s17_96, "By/Postnummer", _s17_98, "Postnummer/By/Region", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_131, _s32_16, _s18_80, "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_45, "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_101, "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_46, _s25_47, _s16_132, _s16_133, "apply_license", "Anvend licens", "cancel_account", "Annuller konto", _s22_64, "ADVARSEL: Dette vil permanent slette din konto, der er INGEN mulighed for at fortryde.", "delete_company", "Delete Company", _s22_65, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_25, "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_37, "updated_design", _s27_38, "archived_design", _s28_26, "deleted_design", _s27_39, "removed_design", _s27_40, "restored_design", _s28_27, _s16_134, _s36_7, "deleted_designs", _s35_16, _s16_135, _s36_8, "proposals", "Projektforslag", "tickets", "Sager", _s16_136, "Gentagne tilbud", "recurring_tasks", "Recurring Tasks", _s18_81, _s18_82, "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_44, "restored_credit", "Kredit genskabt", _s16_138, "Arkiverede :count kreditter", "deleted_credits", "Slettede :count kreditter", _s16_139, _s36_9, "current_version", "Nuv\xe6rende version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_30, _s41_7, _s16_140, _s16_141, "app_updated", _s29_22, "learn_more", "L\xe6r mere", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_100, _s17_101, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nyt firma", "added_company", _s26_31, "company1", _s16_142, "company2", _s16_143, "company3", _s16_144, "company4", _s16_145, "product1", _s16_146, "product2", _s16_147, "product3", _s16_148, "product4", _s16_149, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_150, "contact2", _s16_151, "contact3", _s16_152, "contact4", _s16_153, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_154, "project2", _s16_155, "project3", _s16_156, "project4", _s16_157, "expense1", _s16_158, "expense2", _s16_159, "expense3", _s16_160, "expense4", _s16_161, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_162, "invoice2", _s16_163, "invoice3", _s16_164, "invoice4", _s16_165, "payment1", _s16_166, "payment2", _s16_167, "payment3", _s16_168, "payment4", _s16_169, "surcharge1", _s18_83, "surcharge2", _s18_84, "surcharge3", _s18_85, "surcharge4", _s18_86, "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_87, _s18_88, _s17_102, _s17_103, "contact_phone", "Kontakttelefon", _s21_86, _s22_66, _s21_87, _s22_67, _s21_88, _s22_68, _s21_89, _s22_69, _s17_104, "Shipping Street", _s17_105, _s18_89, "shipping_city", "Shipping City", "shipping_state", _s23_37, _s20_86, _s20_87, _s16_170, _s16_171, _s16_172, "Billing Street", _s16_173, _s17_106, "billing_city", "Billing City", "billing_state", _s22_70, _s19_62, _s19_63, "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_174, _s16_175, "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_90, _s35_17, _s30_11, _s63_2, "message", "Besked", "from", "Fra", _s20_88, _s20_89, _s25_48, _s56_0, _s20_90, _s34_20, _s18_90, _s18_91, _s23_38, _s33_33, _s18_92, _s18_93, "support_forum", "Support Forums", "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_91, _s21_133, _s20_91, _s58_2, _s19_64, _s19_65, _s23_39, _s23_40, _s20_92, _s20_93, "deleted_logo", _s25_49, "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_107, _s17_108, "show_cost_help", _s55_0, _s21_92, _s21_93, _s26_32, _s58_3, _s21_94, _s21_95, _s26_33, _s60_1, _s21_96, _s21_97, _s26_34, _s34_21, _s16_176, _s16_177, _s21_98, _s47_4, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_178, _s16_179, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_109, _s17_110, "item_tax_rates", "Item Tax Rates", _s18_94, "V\xe6lg venligst en kunde", "configure_rates", "Configure rates", _s18_95, _s18_96, "tax_settings", "Tax Settings", _s18_97, "Tax Rates", "accent_color", "Accent Color", "switch", "Skift", _s19_66, _s20_94, "options", "Options", _s16_180, _s16_181, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_45, _s39_8, "submit", "Indsend", _s16_182, "Generhverv din adgangskode", "late_fees", "Late Fees", "credit_number", "Kreditnummer", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_183, _s16_184, "before_due_date", _s19_67, "after_due_date", _s18_98, _s18_99, _s22_71, "days", "Dage", "invoice_email", "Faktura e-mail", "payment_email", "Betalings e-mail", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_99, _s21_100, "quote_email", "Tilbuds e-mail", _s16_185, _s16_186, _s16_187, _s16_188, "administrator", "Administrator", _s18_100, _s66_0, "user_management", "Brugerh\xe5ndtering", "users", "Brugere", "new_user", "New User", "edit_user", "Rediger bruger", "created_user", _s25_50, "updated_user", "Bruger opdateret", "archived_user", _s26_35, "deleted_user", "Bruger slettet", "removed_user", _s25_53, "restored_user", "Bruger genskabt", "archived_users", _s34_22, "deleted_users", _s33_28, "removed_users", _s33_29, "restored_users", _s34_23, _s16_189, _s16_190, "invoice_options", "Fakturaindstillinger", _s17_111, _s19_110, _s22_72, "Vis kun delbetalinger hvis der er forekommet en delbetaling.", _s23_41, "Embed Documents", _s28_30, _s39_9, _s16_191, "Show header on", _s16_192, "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_115, "invoice_footer", "Faktura fodnoter", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_101, "Auto Email", _s23_42, _s52_4, _s18_102, "Auto Archive", _s23_43, _s55_1, _s18_103, "Auto konvertering", _s23_44, _s58_4, _s17_113, _s17_114, "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_115, "Tre m\xe5neder", _s16_193, "Fire m\xe5neder", "freq_six_months", "Seks m\xe5neder", "freq_annually", "\xc5rlig", "freq_two_years", "To \xe5r", _s16_194, "Three Years", "never", "Never", "company", "Company", _s17_116, "Dannede numre", "charge_taxes", "Inkluder skat", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_195, _s16_196, "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_118, _s17_119, "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_120, _s17_121, _s16_197, "Show on PDF", _s21_101, _s51_6, _s25_54, "Afkrydsningsfelt for fakturavilk\xe5r", _s30_12, "Bed kunden om at bekr\xe6fte, at de accepterer fakturavilk\xe5rene.", _s23_45, "Tilbuds Betingelser Afkrydsningsfelt", _s28_31, "Bed kunden om at bekr\xe6fte, at de accepterer tilbudsbetingelserne.", _s25_55, "Fakturasignatur", _s30_13, "Kr\xe6v at klienten giver deres underskrift.", _s23_46, "Tilbuds underskrift", _s22_74, "Adgangskodebeskyttet Fakturaer", _s27_46, "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_56, "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_198, _s16_199, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_68, "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_69, _s19_70, "credentials", "Credentials", "update_address", "Opdater adresse", _s19_71, "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_200, _s29_23, _s16_201, _s29_24, _s17_123, _s34_28, _s16_202, _s29_25, _s17_124, _s30_14, _s18_104, _s38_15, _s17_125, _s37_14, _s18_105, _s38_16, "fill_products", "Automatisk-udfyld produkter", _s18_106, "Valg af produkt vil automatisk udfylde beskrivelse og pris", "update_products", "Automatisk opdatering af produkter", _s20_96, "En opdatering af en faktura vil automatisk opdaterer Produkt biblioteket", _s16_203, _s16_204, _s21_102, _s61_3, "fees", "Gebyrer", "limits", "Gr\xe6nser", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_205, _s16_206, _s19_72, "New Gateway", _s20_97, "Edit Gateway", _s23_47, _s28_32, _s23_48, _s28_33, _s24_57, _s29_26, _s23_49, _s28_34, _s24_58, _s29_27, _s25_57, _s37_15, _s24_59, _s36_10, _s25_58, _s37_16, _s16_207, _s16_208, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_103, _s21_104, _s23_50, _s23_51, "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_107, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_73, _s19_74, _s17_126, _s17_127, _s19_75, _s19_76, _s18_108, _s18_109, _s18_110, _s18_111, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_37, "updated_group", _s26_38, "archived_groups", _s35_18, "deleted_groups", _s34_24, "restored_groups", _s35_19, "archived_group", _s27_47, "deleted_group", _s26_39, "restored_group", _s27_48, "upload_logo", "Upload Logo", "uploaded_logo", _s26_40, "logo", "Logo", "saved_settings", _s27_49, _s16_209, "Produkt Indstillinger", "device_settings", "Device Settings", "defaults", "Standarder", "basic_settings", "Basic Settings", _s17_128, "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_52, _s21_105, _s22_75, _s20_98, _s19_77, _s17_179, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_50, _s28_35, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_79, _s19_80, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_59, _s25_60, _s24_60, _s24_61, _s33_30, _s77_1, "i_agree_to_the", "I agree to the", _s16_211, "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_112, _s18_113, _s21_106, _s34_25, "download", "Hent", _s27_51, _s27_71, "take_picture", "Take Picture", "upload_files", "Upload Files", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_130, _s30_15, _s16_213, _s29_28, _s17_131, _s30_16, _s16_214, _s29_29, _s17_132, _s30_17, _s18_114, _s38_17, _s17_133, _s37_17, _s18_115, _s38_18, "no_history", "No History", "expense_date", "Expense Date", "pending", "Afventer", _s16_215, "Logged", _s16_216, "Pending", _s16_217, "Invoiced", "converted", "Konverteret", _s24_62, _s24_63, "exchange_rate", "Exchange Rate", _s16_218, _s16_307, "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_219, "Gennemf\xf8rte arkivering af :count s\xe6lgere", "deleted_vendors", "Gennemf\xf8rte sletning af :count s\xe6lgere", _s16_220, _s36_11, "new_expense", "Indtast udgift", "created_expense", _s28_38, "updated_expense", _s28_39, _s16_221, _s29_30, "deleted_expense", _s28_40, _s16_222, _s29_31, _s17_134, _s30_38, _s16_223, _s29_60, _s17_135, _s37_18, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_107, _s21_108, "invoiced", "Faktureret", "logged", "Ajourf\xf8rt", "running", "K\xf8rer", "resume", "Genoptag", "task_errors", "Ret venligst de overlappende tider", "start", "Start", "stop", "Stop", "started_task", _s25_61, "stopped_task", "Opgave stoppet", "resumed_task", _s25_63, "now", "Nu", _s16_224, _s16_225, "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_26, _s19_81, _s19_82, "budgeted_hours", "Budgeted Hours", "created_project", "Projektet blev oprettet", "updated_project", "Projektet blev opdateret", _s16_226, "Projektet blev arktiveret", "deleted_project", "Projektet blev slettet", _s16_227, "Projektet blev genskabt", _s17_136, ":count projekter blev arkiveret", _s16_228, ":count projekter blev slettet", _s17_137, _s37_19, "new_project", "Nyt projekt", _s27_55, _s28_44, "if_you_like_it", _s21_109, "click_here", "Klik her", _s18_116, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_18, _s42_14, "locked", "Locked", "authenticate", "Authenticate", _s19_83, _s19_84, _s24_64, _s24_65, "footer", "Fod", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_97, "today", "Today", "custom_range", "Valgfri periode", "date_range", "Dato omr\xe5de", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_138, _s17_139, "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", "all_time", "All Time", "custom", "Brugertilpasset", _s16_229, _s16_230, "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_99, _s20_100, "billing_address", "Faktura adresse", _s16_231, _s16_232, "total_revenue", "Samlede indt\xe6gter", "average_invoice", "Gennemsnitlig fakturaer", "outstanding", "Forfaldne", "invoices_sent", _s22_101, "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_233, _s16_234, _s23_53, _s23_54, _s26_43, _s26_44, _s21_110, _s21_111, _s26_45, _s26_46, "ascending", "Ascending", "descending", "Descending", "save", "Gem", _s17_140, _s17_141, "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_85, _s30_19, "error", "Error", _s16_235, _s16_236, "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_237, _s16_238, "product", "Produkt", "products", "Produkter", "new_product", "New Product", "created_product", "Produkt oprettet", "updated_product", "Produkt opdateret", _s16_239, "Produkt arkiveret", "deleted_product", "Sletning af produkt gennemf\xf8rt", _s16_240, "Genskabelse af produkt gennemf\xf8rt", _s17_142, _s37_27, _s16_241, "Sletning af :count produkter gennemf\xf8rt", _s17_143, _s37_20, "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_242, "Arkiverede :count kunder", "deleted_client", "Kunde slettet", "deleted_clients", "Slettede :count kunder", "restored_client", "Kunde genskabt", _s16_243, _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_244, "Faktura arkiveret", "deleted_invoice", "Faktura slettet", _s16_245, "Faktura genskabt", _s17_144, "Arkiverede :count fakturaer", _s16_246, "Slettede :count fakturaer", _s17_145, _s37_21, "emailed_invoice", "E-mail faktura sendt", "emailed_payment", _s28_69, "amount", "Bel\xf8b", "invoice_number", "Fakturanummer", "invoice_date", _s16_308, "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_247, _s16_248, "paid_date", "Paid Date", "status", "Status", _s17_146, "Invoice Status", "quote_status", "Quote Status", _s22_76, _s22_77, _s22_78, _s19_98, "count_selected", ":count selected", "total", "Total", "percent", "Procent", "edit", "Rediger", "dismiss", "Dismiss", _s20_101, _s20_102, _s22_79, _s22_80, _s24_66, _s24_67, "task_rate", "Task Rate", "settings", "Indstillinger", "language", "Language", "currency", "Currency", "created_at", "Oprettelsesdato", "created_on", "Created On", "updated_at", "Opdateret", "tax", "Moms", _s30_20, _s30_21, _s27_59, _s27_60, "past_due", "Past Due", "draft", "Kladde", "sent", "Sendt", "viewed", "Viewed", "approved", "Approved", "partial", "Udbetaling", "paid", "Betalt", "mark_sent", "Mark\xe9r som sendt", _s22_81, _s35_20, _s22_82, _s35_21, _s23_55, _s36_14, _s23_56, _s36_15, "done", "F\xe6rdig", _s37_22, _s37_23, "dark_mode", "M\xf8rk tilstand", _s27_61, _s35_22, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivitet", _s16_249, _s16_250, "clone", "Kopi\xe9r", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Betalingsvilk\xe5r", "payment_date", "Betalingsdato", "payment_status", "Payment Status", _s16_251, "Pending", _s16_252, "Voided", _s16_253, "Failed", _s16_254, "Completed", _s16_255, _s18_78, _s16_256, "Refunded", _s17_147, "Unapplied", _s17_148, _s19_50, "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_112, "Transaktionsreference", "enter_payment", "Tilf\xf8j betaling", "new_payment", "Indtast betaling", "created_payment", "Betaling oprettet", "updated_payment", "Betaling opdateret", _s16_257, "Betaling arkiveret", "deleted_payment", _s16_309, _s16_258, "Betaling genskabt", _s17_149, "Arkiverede :count betalinger", _s16_259, "Slettede :count betalinger", _s17_150, _s37_24, "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_24, "expense", "Expense", "expenses", "Udgifter", "vendor", "S\xe6lger", "vendors", "S\xe6lgere", "task", "Opgave", "tasks", "Opgaver", "project", "Projekt", "projects", "Projekter", "activity_1", _s28_56, "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", _s82_, "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_75, "activity_49", _s24_76, "activity_50", _s25_71, "activity_51", _s24_77, "activity_52", _s25_72, "activity_53", _s26_53, "activity_54", _s27_72, "activity_55", ":contact besvarede sagen :ticket", "activity_56", ":user l\xe6ste sagen :ticket", "activity_57", _s39_10, "activity_58", _s31_23, "activity_59", _s32_17, "activity_60", _s28_61, "activity_61", _s28_64, "activity_62", _s28_65, "activity_63", _s61_0, "activity_64", _s62_0, "activity_65", _s61_1, "activity_66", _s63_3, "activity_80", _s40_5, "activity_81", _s40_6, "activity_82", _s41_8, "activity_83", _s40_7, "activity_84", _s41_9, _s17_151, _s17_152, "emailed_quote", "Tilbud sendt som e-mail", "emailed_credit", _s27_74, _s20_103, _s33_31, _s21_114, _s34_27, "expired", "Expired", "all", "Alle", "select", "V\xe6lg", _s22_83, _s22_84, "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_117, _s18_118, _s24_71, _s24_72, _s29_46, _s29_47, _s27_66, _s27_67, _s31_24, _s31_25, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_86, _s19_87, _s19_88, _s19_89, _s22_85, _s22_86, _s22_87, _s22_88, _s21_115, _s21_116, _s21_117, _s21_118, _s21_119, _s21_120, _s21_121, _s21_122, _s22_89, _s22_90, _s22_91, _s22_92, _s22_93, _s22_94, _s22_95, "Fakturanummer-t\xe6ller", _s20_104, _s20_105, _s20_106, "Tilbuds nummer-t\xe6ller", _s21_123, _s21_124, _s21_125, _s21_126, _s21_127, _s21_124, _s21_128, _s21_126, _s18_119, _s18_120, "counter_padding", "Counter Padding", _s28_66, _s27_75, _s18_121, _s18_122, _s18_123, _s18_124, _s18_125, _s18_126, _s18_127, _s18_128, _s18_129, _s18_130, _s18_131, _s18_132, _s21_129, _s21_130, _s19_90, _s19_91, _s21_131, _s21_132, _s29_48, _s29_49, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_260, _s16_261, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_262, "vendor_address1", "Vendor Street", "vendor_address2", _s16_263, _s24_73, _s22_97, _s24_74, _s25_69, "type", "Type", "invoice_amount", "Invoice Amount", _s16_264, "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_153, _s18_83, _s17_154, _s18_84, _s17_155, _s18_85, _s17_156, _s18_86, "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_92, _s19_93, _s16_265, "Udgiftskategori", _s19_94, _s19_95, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_133, _s18_134, _s16_266, _s16_267], t1, t1), "nl", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "Terugkerend", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Koppel los", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Hernoem", _s16_3, "Document succesvol hernoemd", "e_invoice", "E-factuur", "light_dark_mode", "Licht/Donkere modus", "activities", "Activiteiten", "routing_id", "Routing ID", _s16_4, "E-Factuur activeren", "e_invoice_type", "E-Factuur type", "reduced_tax", "Verlaagde belasting", "override_tax", "Belasting overschrijven", "zero_rated", "Nul nominaal", "reverse_tax", "Omgekeerde belasting", _s20_4, "Belastingscategorie succesvol ge\xfcpdatet", _s22_1, "Belastingscategorie\xebn succesvol ge\xfcpdatet", _s16_6, "Belastingscategorie ingesteld", "payment_manual", "Betalingsaanwijzingen", "tax_category", "Belastingcategorie", "physical_goods", "Fysieke goederen", _s16_8, "Digitale producten", "services", "Diensten", "shipping", "Verzenden", "tax_exempt", "Vrijgesteld van belasting", "reduced_rate", "Gereduceerd tarief", "tax_all", "Belasting allemaal", "tax_selected", "Belasting geselecteerd", "version", "versie", _s16_10, "Verkoper Subregio", "calculate_taxes", "Belastingen berekenen", _s20_5, "Bereken automatisch belastingen bij het opslaan van facturen", "admin", "Admin", "owner", "Eigenaar", "link_expenses", "Link kosten", _s24_3, "Geconverteerd klantensaldo", _s25_1, "Geconverteerd betalingssaldo", "total_hours", "Totaal aantal uren", _s16_12, "Gebruik +days om de datum in de toekomst te zetten", _s18_8, "Gebruik Browser PDF-viewer", _s23_, "Waarschuwing: voorkomt interactie met de app via de pdf", "increase_prices", "Verhoog de prijzen", "update_prices", "Prijzen bijwerken", "incresed_prices", "Met succes in de wachtrij geplaatste prijzen worden verhoogd", "updated_prices", "Succesvol in de wachtrij geplaatste prijzen worden ge\xfcpdatet", "bacs", "BACS-incasso", "api_token", "API-token", "api_key", "API sleutel", "endpoint", "Eindpunt", "billable", "Factureerbare uren", "not_billable", "Niet factureerbaar", _s25_3, "Factureerbare taakitems toestaan", _s30_, "Schakel configureren in welke taakitems worden gefactureerd", _s26_, "Beschrijving taakitem weergeven", _s31_, "Schakel het specificeren van taakitembeschrijvingen in", "email_record", "E-mailrecord", _s23_0, "Factuurproductkolommen", _s21_1, "Citeer productkolommen", _s22_3, "Minimum betalingsbedrag", _s25_5, "Door de klant ge\xefnitieerde betalingen", _s30_0, "Ondersteuning bij het uitvoeren van een betaling in het klantenportaal zonder factuur", _s27_, "Deel factuur-/offertekolommen", "cc_email", "CC-e-mail", "payment_balance", "Betalingssaldo", _s22_5, "Geef de gebruiker toegang tot de rapporten, gegevens zijn beperkt tot de beschikbare machtigingen", "activity_138", "Betaling :payment is gemaild naar :client", _s17_, "Eenmalige producten", _s26_1, "Optionele eenmalige producten", "required", "Vereist", "hidden", "Verborgen", "payment_links", "Betalingslinks", "action", "Actie", _s32_, "Upgrade naar een betaald abonnement om schema's te maken", "next_run", "Volgende run", "all_clients", "Alle klanten", _s16_13, "Verouderingstabel tonen", _s19_1, "Toon betalingstabel", _s26_3, _s26_4, "email_statement", "E-mail verklaring", "once", "Eenmaal", "schedule", "Schema", "schedules", "Schema's", "new_schedule", "Nieuw schema", "edit_schedule", "Schema bewerken", _s16_15, "Planning gemaakt", _s16_16, "Planning bijgewerkt", _s17_1, "Planning is gearchiveerd", _s16_17, "Planning succesvol verwijderd", _s16_18, "Planning is succesvol verwijderd", _s17_2, "Planning is hersteld", "search_schedule", "Zoek schema", _s16_19, "Zoek schema's", "archive_payment", "Betaling archiveren", "archive_invoice", "Factuur archiveren", "archive_quote", "Archiveer offerte", "archive_credit", "Creditfactuur archiveren", "archive_task", "Archiveer taak", "archive_client", "Klant archiveren", "archive_project", "Archiveer project", "archive_expense", "Archiveer uitgave", "restore_payment", "Herstel betaling", "restore_invoice", "Herstel factuur", "restore_quote", "Herstel offerte", "restore_credit", "Herstel creditnota", "restore_task", "Herstel taak", "restore_client", "Herstel klant", "restore_project", "Herstel project", "restore_expense", "Herstel uitgave", "archive_vendor", "Archiveer leverancier", "restore_vendor", "Herstel leverancier", "create_product", "Product toevoegen", "update_product", "Product bijwerken", "delete_product", "Verwijder product", "restore_product", "Herstel product", "archive_product", "Product archiveren", _s21_3, "Inkooporder maken", _s21_5, "Inkooporder bijwerken", _s21_7, "Verwijder inkooporder", _s22_6, "Herstel inkooporder", _s22_8, "Archiveer inkooporder", "sent_invoice", _s17_180, "sent_quote", "Verzonden offerte", "sent_credit", "Verzonden tegoed", _s19_3, _s21_143, "image_url", "afbeelding URL", "max_quantity", "Maximale hoeveelheid", "test_url", "Test-URL", _s18_9, _s24_83, _s20_6, "Optie wordt weergegeven maar niet geselecteerd", _s21_9, "Optie wordt weergegeven en geselecteerd", _s21_10, _s24_83, "payment_methods", "Betalingsmethode", "view_all", "Bekijk alles", "edit_all", "Alles bewerken", _s28_0, "Accepteer inkoopordernummer", _s33_1, "Stel klanten in staat om een PO-nummer op te geven bij het goedkeuren van een offerte", "from_email", "Van email", "show_preview", "Toon voorbeeld", "show_paid_stamp", "Betaalde zegel tonen", _s21_11, "Verzendadres weergeven", _s24_5, "Er zijn geen documenten in de geselecteerde records om te downloaden", "pixels", "Pixels", "logo_size", "Logo-formaat", "postal_city", "Postcode/Stad", "failed", "Mislukt", "client_contacts", "Klantencontacten", "sync_from", "Synchroniseren van", _s19_6, "Voorraaddrempel", "hour", "Uur", _s17_3, "Verklaring in wachtrij geplaatst om te worden verzonden", _s17_4, "Toon e-mailvoettekst", _s18_10, "Werkuren factureren", _s23_2, "Voeg de uren toe aan de factuurregelitems", _s27_1, "Auto Bill Standaard Facturen", _s28_2, "Terugkerende facturen automatisch factureren", "email_alignment", "E-mailuitlijning", _s20_7, "Pdf-voorbeeldlocatie", "mailgun", "Postpistool", "postmark", "Poststempel", "microsoft", "Microsoft", _s27_3, "Klik op + om een record te maken", "last365_days", "Laatste 365 dagen", "import_design", "Ontwerp importeren", "imported_design", "Ontwerp ge\xefmporteerd", "invalid_design", "Het ontwerp is ongeldig, de :value sectie ontbreekt", _s17_6, "Wilt u uw logo uploaden?", "upload", "Uploaden", _s17_7, "Ge\xefnstalleerde versie", _s23_3, "Leverancier op de hoogte stellen wanneer betaald", _s28_5, "Stuur een e-mail naar de leverancier wanneer de onkosten zijn gemarkeerd als betaald", "update_payment", "Betaling bijwerken", "markup", "Opmaak", _s22_10, "Inkooporder aangemaakt", _s19_8, _s21_143, _s21_13, "Inkooporder bekeken", _s23_5, "Inkooporder geaccepteerd", _s20_9, "Het kredietbedrag kan niet groter zijn dan het betalingsbedrag", "klarna", "Klarna", _s29_7, "Stel een wisselkoers in bij het invoeren van een handmatige betaling", _s29_8, "Stel een wisselkoers in bij het aanmaken van een uitgave", "matomo_url", "Matomo-URL", "matomo_id", "Matomo Id", _s21_15, "Toevoegen aan factuur", _s25_7, "Stuur een e-mail wanneer een online betaling is gedaan", _s25_8, "Stuur een e-mail bij het handmatig invoeren van een betaling", _s28_6, "Stuur een e-mail wanneer u een factuur als betaald markeert", "delete_project", "Verwijder project", _s18_12, "Succesvol gekoppelde transactie", "link_payment", "Betaling koppelen", "link_expense", "Link kosten", _s19_10, "Gefactureerde taken vergrendelen", _s24_6, "Voorkom dat taken worden bewerkt nadat ze zijn gefactureerd", _s21_16, "Registratie verplicht", _s26_6, "Vereisen dat klanten zich registreren", _s24_7, "Gebruik Voorraadbeheer", _s29_9, "Vereisen dat producten op voorraad zijn", _s17_9, "Optionele producten", _s27_5, "Optionele terugkerende producten", "convert_matched", "Overzetten", _s19_12, "Factuur in wachtrij geplaatst om automatisch te worden gefactureerd", _s20_10, "Facturen in de wachtrij geplaatst om automatisch te worden gefactureerd", "operator", "Exploitant", "value", "Waarde", "is", "Is", "contains", "Bevat", "starts_with", "Begint met", "is_empty", "Is leeg", "add_rule", "Regel toevoegen", "match_all_rules", "Overeenkomen met alle regels", _s20_11, "Alle criteria moeten overeenkomen om de regel toe te passen", _s17_11, "Zet gekoppelde transacties automatisch om in onkosten", "rules", "Reglement", _s16_21, "Transactie Regel", _s17_12, "Transactie regels", _s20_12, "Nieuwe transactieregel", _s21_18, "Transactieregel bewerken", _s24_9, "Regel gemaakt", _s24_10, "Transactieregel ge\xfcpdatet", _s25_10, "Gearchiveerde transactieregel", _s24_11, "Transactieregel succesvol verwijderd", _s24_12, "Transactieregel is verwijderd", _s25_11, "Transactieregel hersteld", _s23_7, "Zoek transactieregel", _s24_13, "Zoek transactieregels", _s21_20, "Opslaan als standaardvoorwaarden", _s22_12, "Bewaar als standaard voettekst", "auto_sync", "Automatisch synchroniseren", _s16_23, "Ververs accounts", _s31_2, "Upgrade naar Enterprise om uw bankrekening te koppelen", _s34_0, "Klik hier om uw bankrekening te koppelen", "disable_2fa", "Schakel 2FA uit", "change_number", "Wijzig Nummer", "resend_code", "Code nogmaals versturen", "base_type", "Basistype", "category_type", "Categorietype", _s16_25, "Transactie", "bulk_print", "Druk PDF af", _s18_13, "Postcode leverancier", _s16_26, "Voorbeeld locatie", "bottom", "Onderkant", "side", "Kant", "pdf_preview", "PDF-voorbeeld", _s20_14, "Lang indrukken om te selecteren", _s21_22, "Aankoop ordernummer", _s19_13, "Artikel inkooporder", _s22_14, "Wil je de app beoordelen?", "include_deleted", "Inclusief verwijderd", _s20_16, "Neem verwijderde records op in rapporten", "due_on", "Verschuldigd op", _s22_15, "Succesvol geconverteerde transacties", _s20_17, "Bankrekening toegevoegd", _s20_18, "De bankrekening is gewijzigd", _s17_14, "Bewerk bankrekening", _s16_28, "Standaard categorie", "account_type", "Rekening type", _s16_30, "Nieuwe bankrekening", _s16_31, "Accounts koppelen", "manage_rules", "Regels beheren", "search_category", "Zoek 1 categorie", _s17_17, "Zoek :count Categorie\xebn", "min_amount", "Min. bedrag", "max_amount", "Maximaal bedrag", "selected", "Geselecteerd", _s21_24, "Transactie succesvol geconverteerd", _s18_15, "Converteren naar betaling", "deposit", "Borg", "withdrawal", "Opname", "deposits", "stortingen", "withdrawals", "Opnames", "matched", "Op elkaar afgestemd", "unmatched", "Onge\xebvenaard", "create_credit", "Maak creditnota", "update_credit", "Krediet bijwerken", "delete_credit", "Creditfactuur verwijderen", "transaction", "Transactie", "transactions", "Transacties", "new_transaction", "Nieuwe transactie", _s16_33, "Transactie bewerken", _s19_15, "Transactie succesvol aangemaakt", _s19_16, "Transactie succesvol bijgewerkt", _s20_19, "Succesvol gearchiveerde transactie", _s19_17, _s31_33, _s19_18, _s31_33, _s20_20, "Transactie succesvol hersteld", _s18_17, "Zoek transactie", _s19_19, "Zoek :count Transacties", "bank_account", "Bankrekening", "bank_accounts", "Bankrekeningen", _s21_25, "De bankrekening is gearchiveerd", _s20_21, "Succesvol verwijderde bankrekening", _s20_22, "Bankrekening succesvol verwijderd", _s21_26, "Bankrekening succesvol hersteld", _s19_20, "Zoek bankrekening", _s20_23, "Zoek :count bankrekeningen", "connect", "Koppel", _s23_9, "Betaling betaald gemarkeerd e-mail", _s18_19, "Naar project omzetten", "client_email", "Klant e-mail", _s20_24, "Factuur taak project", _s25_12, "Voeg project toe als factuurregel", "field", "Veld", "period", "Periode", "fields_per_row", "Velden per rij", _s21_27, "Actieve facturen", _s26_8, "Openstaande facturen", _s24_16, "Voltooide betalingen", _s23_11, "Terugbetaalde betalingen", _s19_22, "Actieve offertes", _s21_28, "Goedgekeurde offertes", _s23_12, "Afgekeurde offertes", _s18_22, "Vastgelegde taken", _s20_27, "Gefactureerde taken", _s16_35, "Betaalde taken", _s21_29, "Vastgelegde kosten", _s22_16, "Lopende kosten", _s23_13, "Gefactureerde kosten", _s27_8, "Factuureer gemaakte kosten", "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", ": user gebruiker gemailde inkooporder :purchase_order", "activity_136", ":contact bekeken inkooporder :purchase_order", "activity_137", ":contact geaccepteerde bestelling :purchase_order", "vendor_portal", "Leveranciersportaal", "send_code", "Verstuur code", _s24_17, "Sla op om documenten te kunnen uploaden", _s17_21, "Belastingtarief uitgaven", _s22_17, "Belastingtarief factuurregel", _s21_31, "Telefoonnummer is geverifi\xeberd", "code_was_sent", "Er is een code via SMS verstuurd", _s16_37, "Er is een code verzonden via sms naar :number", "resend", "Verstuur opnieuw", "verify", "Controleer", _s18_23, "Vul een telefoonnummer in", _s20_28, "Formaat telefoonnummer klopt niet", _s19_23, "Verifi\xeber telefoonnummer", _s24_18, "Verifi\xeber uw telefoonnummer om e-mails te kunnen versturen", _s28_8, "Verifieer uw telefoonnummer voor 2FA-back-up", "merged_clients", "Correct samengevoegde klanten", "merge_into", "Voeg samen met", "merge", "Samenvoegen", _s21_32, "Prijswijziging geaccepteerd", _s19_25, "Prijswijziging mislukt met code", _s17_23, "Aankopen herstellen", "activate", "Activeer", "connect_apple", "Sluit Apple aan", _s16_38, "Koppel Apple los", _s18_24, "De verbinding met Apple is succesvol verbroken", "send_now", "Verzend nu", "received", "Ontvangen", _s19_26, "Datum aankooporder", _s20_30, _s37_28, _s21_34, _s37_28, _s18_25, "Zet om naar uitgave", _s16_40, "Toevoegen aan inventaris", _s33_9, _s46_15, _s34_7, _s46_15, _s22_19, "Uploaden klantdocument", _s22_21, "Uploaden verkoperdocument", _s27_10, "Leveranciers in staat stellen documenten te uploaden", _s24_19, "Geniet je van de app?", "yes_its_great", "Ja, het is geweldig!", "not_so_much", "Niet zo veel", _s17_25, "Goed om te horen! Zou je het willen beoordelen?", _s22_23, "Dat is jammer om te horen! Wil je ons meer vertellen?", "sure_happy_to", "Zeker, graag", "no_not_now", "Nee, nu niet", "add", "Toevoegen", _s18_27, "Laatst verzonden sjabloon", _s22_24, "Flexibel zoeken inschakelen", _s27_11, "Overeenkomen met niet-aangrenzende tekens, dwz. 'ct' komt overeen met 'kat'", "vendor_details", "Details verkoper", _s22_26, "Details aankooporder", "qr_iban", "QR IBAN", "besr_id", "BESR-ID", "accept", "Accepteer", _s23_14, "Kloon naar PO", _s20_31, "Verkoper heeft geen e-mailadres ingesteld", "bulk_send_email", "Verzend e-mail", _s29_12, "Inkooporder succesvol gemarkeerd als verzonden", _s30_3, _s42_16, _s23_15, _s42_16, _s24_20, "Succesvol geaccepteerde inkooporders", _s24_21, "Inkooporder succesvol geannuleerd", _s25_14, "Inkooporders succesvol geannuleerd", "accepted", "Geaccepteerd", _s22_28, "Gelieve een verkoper te selecteren", _s20_32, "Inkooporder Totaal", _s20_34, "E-mail inkooporder", _s26_9, "E-mail inkooporders", _s18_29, "E-mail is losgekoppeld", "connect_email", "E-mail koppelen", _s16_43, "Koppel e-mail los", _s32_5, "Gebruik de web-app om verbinding te maken met Microsoft", "email_provider", "E-mail provider", _s17_26, "Verbind Microsoft", _s20_36, "Koppel Microsoft los", _s19_28, "Microsoft succesvol verbonden", _s22_30, "Losgekoppeld van Microsoft", _s17_28, "Inloggen met Microsoft", _s17_29, "Meld u aan bij Microsoft", _s22_32, "In de wachtrij geplaatste bestelling wordt verzonden", _s23_16, "In de wachtrij geplaatste inkooporders moeten worden verzonden", _s16_45, "Schakel over naar de React-webapp", _s21_36, "Inkooporder ontwerp", _s20_39, "Voorwaarden voor inkooporders", _s21_38, "Voettekst inkooporder", _s32_7, "Handtekening inkooporder", _s37_5, "Vereisen dat de leverancier zijn handtekening zet.", "purchase_order", "Aankooporder", "purchase_orders", "Aankooporders", _s18_30, "Nieuwe inkooporder", _s19_29, "Inkooporder bewerken", _s22_33, "Inkooporder succesvol aangemaakt", _s22_34, "Aankooporder succesvol geupdate", _s23_17, "Aankooporder succesvol gearchiveerd", _s22_35, "Aankooporder succesvol verwijderd", _s22_36, "Bestelling verwijderd", _s23_18, "Bestelling hersteld", _s21_40, "Zoek verkoop order", _s22_37, "Zoek verkoop orders", "login_url", "Inlog-URL", _s16_46, "Betalingsinstellingen", "default", "Standaard", "stock_quantity", "Voorraad hoeveelheid", _s22_39, "Meldingsdrempel", "track_inventory", "Voorraad bijhouden", _s20_41, "Geef een productvoorraadveld weer en update wanneer facturen worden verzonden", _s19_31, "Voorraadmeldingen", _s24_23, "Stuur een e-mail wanneer de voorraad de drempel bereikt", "vat", "BTW", "standing", "Openstaand", "view_map", "Toon kaart", _s18_32, "Standaard ontwerp instellen", "add_gateway", "Gateway toevoegen", _s24_24, _s77_, "left", "Links", "right", "Rechts", "center", "Midden", "page_numbering", "Pagina nummering", _s24_25, "Pagina nummering uitlijning", _s31_6, "Factuur verstuurd", _s24_27, "Toon productomschrijving", _s29_13, "Toon de omschrijving in de productdropdown", "invoice_items", "Factuur items", "quote_items", "Citeer artikelen", "profitloss", _s16_310, "import_format", "Import Formaat", "export_format", "Export Formaat", "export_type", "Export Type", "stop_on_unpaid", "Stop bij onbetaald", _s19_33, "Stop met het maken van terugkerende facturen als de laatste factuur onbetaald is.", "use_quote_terms", "Gebruik offertevoorwaarden", _s20_42, "Bij het omzetten van een offerte naar een factuur", "add_country", "Voeg land toe", "enable_tooltips", "Knopinfo inschakelen", _s20_43, "Toon tooltips wanneer u met de muis beweegt", _s21_42, "Fout: records behoren tot meer dan \xe9\xe9n klant", "register_label", "Maak binnen enkele seconden uw account aan", "login_label", "Login met een bestaand account", "add_to_invoice", "Toevoegen aan factuur :invoice", _s17_30, "Geen facturen gevonden", "week", "Week", "created_record", "Record gemaakt", _s26_10, "Automatisch archiveren betaald", _s31_7, "Facturen automatisch archiveren wanneer ze betaald zijn.", _s31_8, "Automatisch archiveren geannuleerd", _s36_2, "Facturen automatisch archiveren bij annulering.", _s20_44, "Alternatieve PDF Viewer", _s25_15, "Verbeter het scrollen over het PDF-voorbeeld [BETA]", _s16_48, "Factuur valuta", "range", "Bereik", "tax_amount1", "Belastingbedrag 1", "tax_amount2", "Belastingbedrag 2", "tax_amount3", "Belastingbedrag 3", "create_project", "Project aanmaken", "update_project", "Update Project", "view_task", "Taak bekijken", "cancel_invoice", "Annuleer", "changed_status", "Taakstatus gewijzigd", "change_status", "Verander status", "fees_sample", "De toeslag voor een :amount factuur is :total.", _s19_34, "Schakel Touch-gebeurtenissen in", _s24_29, "Ondersteuning van sleepgebeurtenissen om te scrollen", "after_saving", "Na opslaan", "view_record", "Bekijk record", _s21_43, "Schakel E-mail Markdown in", _s26_11, "Gebruik visuele markdown-editor voor e-mails", _s19_36, "Schakel PDF-markering in", "json_help", "Opmerking: JSON-bestanden die door de v4-app zijn gegenereerd, worden niet ondersteund", "release_notes", "Release-opmerkingen", _s23_19, "Upgrade uw abonnement om rapporten te bekijken", "started_tasks", "Succesvol :value taken gestart", "stopped_tasks", "Succesvol :value taken gestopt", "approved_quote", "Goedgekeurde offerte", "approved_quotes", ":value succesvol goedgekeurde offertes", "approve", "Goedkeuren", "client_website", "Website klant", "invalid_time", "Ongeldige tijd", _s21_45, "Verzendstaat klant", _s20_46, "Opdrachtgever Scheepvaartstad", _s27_14, "Postcode verzending klant", _s23_20, "Land van verzending van de klant", "load_pdf", "Laad PDF", _s16_50, "Start gratis proefperiode", _s24_30, "Start uw GRATIS proefperiode van 14 dagen voor het pro-abonnement", "due_on_receipt", "Verschuldigd bij ontvangst", "is_paid", "Is betaald", "age_group_paid", "Betaald", "id", "ID kaart", "convert_to", "Reken om naar", "client_currency", "Klant valuta", _s16_51, "Bedrijf valuta", "purged_client", "De klant is gewist", _s27_16, "Om spam te voorkomen moet je een betaald account hebben om emails aan te passen", _s22_42, "Upgrade uw abonnement om meer bedrijven toe te voegen", "small", "Klein", _s21_47, "Creditnota gemarkeerd als betaald", _s22_43, "Creditnota's gemarkeerd als betaald", _s16_53, "Data is aan het laden - een moment geduld", "wait_for_saving", "Data is aan het opslaan - een moment geduld", _s20_48, "Opmerking: veranderingen die hier worden gemaakt zijn voorvertoningen, ze moeten hierboven worden toegepast", "remaining", "Resterend", "invoice_paid", "Factuur betaald", "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_54, "Laat PDF voorvertoning zien", _s21_48, "Laat PDF voorvertoning zien tijdens het aanpassen van de facturen", "print_pdf", "Print PDF", "remind_me", "Herinner mij", _s16_56, _s16_57, "click_selected", "Klik op geselecteerde", "hide_preview", "Verberg voorvertoning", "edit_record", "Bewerk record", _s27_17, "Het kredietbedrag kan niet meer zijn dan het te factureren bedrag.", "giropay", "GiroPay", "direct_debit", "Automatische Incasso", _s21_49, "Voer een account wachtwoord in", "set_password", "Stel wachtwoord in", _s17_33, "Wij raden de desktop app aan voor de beste werking.", _s16_58, "Wij raden de mobiele app aan voor de beste werking.", _s20_49, "Gateway succesvol ontkoppeld", "disconnect", "Verbreek verbinding", "add_to_invoices", "Voeg toe aan facturen", "acss", "Vooraf goedgekeurde debetbetalingen", "becs", _s17_158, "bulk_download", "Download", _s17_34, "Sla gegevens lokaal op om de app sneller te laten starten. Uitschakelen kan de prestaties in grote accounts verbeteren", "persist_ui", "Interface voorkeuren opslaan", "persist_ui_help", "Sla de UI-status lokaal op om de app op de laatste locatie te laten starten. Uitschakelen kan de prestaties verbeteren", _s18_34, "Klant postcode", _s17_35, "Klant BTW-nummer", "has_tasks", "Heeft taken", "registration", "Registratie", _s27_18, "Autoriseer Stripe om online betalingen te accepteren.", "view_expense", "Bekijk uitgave #:expense", "view_statement", "Toon overzicht", "sepa", "SEPA Automatisch incasso", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, "Alle records bijwerken", "system", "Systeem", _s19_38, "Stel in als standaard bedrijf", "updated_company", "Bedrijf succesvol ge\xfcpdatet", "kbc", "KBC", "bancontact", "Bancontact", _s19_40, "Help ons door aan te geven waarom (optioneel)", "webhook_success", "Webhook Succes", _s24_31, "Taken moeten allemaal behoren tot dezelfde klant", _s27_19, "Kosten moeten allemaal behoren tot dezelfde klant", "app", "App", _s20_50, "Download voor de beste prestaties de :app-app", _s16_59, "Subtotaal", _s19_41, "E-mail facturen", _s17_37, "E-mail offertes", _s18_38, "E-mail creditzijde", "from_name", "Van naam", _s16_60, "Dupliceer naar uitgave", _s17_38, "Terugkerende uitgave", _s18_39, "Terugkerende uitgaven", _s21_50, "Nieuwe terugkerende uitgave", _s22_44, "Terugkerende uitgave bewerken", _s25_16, "De terugkerende uitgave is aangemaakt", _s25_17, "De terugkerende uitgave is gewijzigd", _s26_13, "De terugkerende uitgave is gearchiveerd", _s25_18, _s38_4, _s25_19, "Terugkerende onkosten zijn verwijderd", _s26_14, "De terugkerende uitgave is hersteld", _s24_32, "Zoek terugkerende uitgave", _s25_20, "Zoek terugkerende uitgaven", "last_sent_date", "Recentste verzenddatum", "include_drafts", "Voeg concepten toe", _s19_42, "Neem conceptrecords op in rapporten", "is_invoiced", "Is gefactureerd", "change_plan", "Manage Plan", "persist_data", "Gegevens behouden", "customer_count", "Klantenteller", _s16_62, "Klanten verifi\xebren", _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "Decimaal komma", _s26_15, "Gebruik een komma als decimaal in formulieren", "select_method", "Selecteer methode", "select_platform", "Selecteer platform", _s28_13, "Gebruik de web-app om verbinding te maken met Gmail", _s16_66, "Btw-tarieven voor artikelen zijn uitgeschakeld", "enable_markdown", "Activeer Markdown", _s20_51, "Converteer markdown naar HTML in de PDF", "user_guide", "Gebruikershandleiding", _s18_41, "Voeg een volgend contact toe", "previous_page", "Vorige pagina", "next_page", "Volgende pagina", "export_colors", "Exporteer kleuren", "import_colors", "Importeer kleuren", "clear_all", "Wis alles", "contrast", "Contrast", "custom_colors", "Aangepaste kleuren", "colors", "Kleuren", _s31_9, "Actieve achtergrondkleur zijbalk", _s25_22, "Actieve tekstkleur zijbalk", _s33_14, "Inactieve achtergrondkleur zijbalk", _s27_20, "Inactieve letterkleur zijbalk", _s36_3, "Tabel achtergrondkleur alternatieve rij", _s31_11, "Achtergrondkleur factuur hoofding", _s25_24, "Tekstkleur factuur hoofding", "net_subtotal", "Netto", "review_app", "Beoordeel App", "check_status", "Check Status", "free_trial", "Gratis proefversie", _s23_22, "De proefperiode van het Pro-plan eindigt over :count dagen, klik om te upgraden.", _s21_52, "Vandaag is de laatste dag van de Pro-proefperiode, klik om te upgraden.", "change_email", "Wijzig email", _s25_26, "Optioneel: Configureer een afzonderlijke domein voor de klantenportaal", _s21_53, "Taken weergegeven in portaal", "uninvoiced", "Gefactureerd", "subdomain_guide", "De subdomein wordt gebruikt voor het klantenportaal om links aan te passen op jouw merk m.a.w. https://your-brand.invoicing.co", "send_time", "Verzend uur", "import_data", "Importeer data", "import_settings", "Importeer settings", _s17_40, "Geef een JSON bestand op", _s19_43, "Selecteer om instellingen en/of data te importeren", "json", "JSON", _s24_34, "Geen betalingsmodalititeiten geactiveerd", "wait_for_data", "Wacht tot de gegevens volledig zijn geladen", "net_total", "Totaal", "has_taxes", "Bevat belastingen", _s16_67, "Importeer klanten", _s18_43, "Succesvol begonnen met het importeren van klanten", "login_success", "Login succesvol", "login_failure", "Inloggen mislukt", "exported_data", "Zodra het bestand klaar is, ontvang je een e-mail met een downloadlink", _s23_23, "Inclusief verwijderde klanten", _s28_15, "Laad records van verwijderde clients", "step_1_sign_in", "Stap 1: Inloggen", _s16_70, "Stap 2: Autorisatie", "account_id", "Account ID", _s27_22, "De migratie is nog niet voltooid", "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_44, "Einddatum taak weergeven", _s23_25, "Schakel het specificeren van de einddatum van de taak in", "gateway_setup", "Betalingsverkeer instellingen", "preview_sidebar", "Voorvertoning zijbalk", _s16_71, "Jaar data weergeven", _s18_46, "Alle sessies succesvol be\xebindigd", _s16_73, "Be\xebindig alle sessies", "count_session", "1 sessie", "count_sessions", ":count Sessies", "invoice_created", "Factuur aangemaakt", "quote_created", "Offerte aangemaakt", "credit_created", "Creditnota aangemaakt", "pro", "Pro", "enterprise", "Onderneming", "last_updated", "Laatst bijgewerkt", "invoice_item", "Factuur item", "quote_item", "Offerte item", _s18_47, "Contact voornaam", _s17_42, "Contact achternaam", "order", "Bestelling", "unassigned", "Niet toegewezen", "partial_value", "Moet groter zijn dan nul en minder dan het totaal", "search_kanban", "Zoek in Kanban", "search_kanbans", "Zoek in Kanban", "kanban", "Kanban", "enable", "Activeer", "move_top", "Verplaats naar bovenste", "move_up", "Verplaats omhoog", "move_down", "Verplaats omlaag", "move_bottom", "Verplaatsknop", "subdomain_help", "Stel het subdomein in of toon de factuur op uw eigen website.", _s21_55, "Fout: de aangepaste email moet een :body variabele bevatten", _s25_27, "Zorg ervoor dat je een :body variabele gebruikt", _s17_44, "Bijkijk datumformaten", "is_viewed", "Bekeken", "letter", "Brief", "legal", "Legaal", "page_layout", "Verticaal", "portrait", "Portrait", "landscape", "Horizontaal", _s26_16, "De accounteigenaar kan upgraden naar een betaald abonnement om de geavanceerde geavanceerde instellingen in te schakelen", _s20_52, "Upgrade naar een betaald abonnement om de geavanceerde instellingen in te schakelen", _s21_56, "Betalingstermijnen factuur", _s17_46, "Offerte geldig tot", "no_headers", "Geen kopteksten", "add_header", "Voeg koptekst toe", "remove_header", "Verwijder koptekst", "return_url", "Terugkeer URL", "rest_method", "REST Methode", "header_key", "Header sleutel", "header_value", "Header waarde", _s18_49, "Terugkerende producten", "promo_code", "Promocode", "promo_discount", "Promotiekorting", _s18_51, "Annuleren toestaan", _s16_75, "Per stoel ingeschakeld", "max_seats_limit", "Maximale aantal zitplaatsen", "trial_enabled", "Proefperiode ingeschakeld", "trial_duration", "Proefperiode duratie", _s21_58, "Sta query overrides toe", _s18_53, "Sta planswijzigingen toe", "plan_map", "Plan map", "refund_period", "Terugbetalingsperiode", _s21_60, "Webhook Configuratie", "purchase_page", "Aankoop pagina", "security", "Beveiliging", "email_bounced", "Email gebounced", _s20_53, "Spam klacht", "email_delivery", "Email bezorging", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, "Authenticatie Mislukt", "pdf_failed", "Pdf mislukt", "pdf_success", "Pdf succesvol", "modified", "Bewerkt", "payment_link", "Betalingslink", _s16_79, "Nieuwe betaallink", _s17_48, "Betalingslink bewerken", _s20_54, "Betaallink aangemaakt", _s20_55, "Betaallink succesvol ge\xfcpdatet", _s21_62, "Succesvol gearchiveerde betalingslink", _s20_56, "Betalingslink succesvol verwijderd", _s20_57, "Betaallink succesvol verwijderd", _s21_63, "Betaallink succesvol hersteld", _s19_44, "Zoek 1 Betaallink", _s20_58, "Zoek :count Betalingslinks", _s26_17, "Subdomein is niet beschikbaar", "connect_gmail", "Verbind Gmail", _s16_81, "Verbreek Gmail", "connected_gmail", "Succesvol verbonden met Gmail", _s18_55, "Succesvol verbroken met Gmail", _s16_83, "Wijzigingen aan de code kunnen leiden tot een blokkade tijdens het updaten. Door het volgende commando kan je de wijzigingen verwijderen:", _s16_84, "Klant-id nummer", "count_minutes", ":count minuten", _s16_86, "Wachtwoord timeout", _s29_15, "Deel factuur/creditnota teller", "use_last_email", "Gebruik laatste e-mail", _s16_88, "Activeer bedrijf", _s21_65, "Schakel e-mails, terugkerende facturen en meldingen in", _s27_24, "Er is een fout opgetreden, probeer het opnieuw", _s27_25, "Stel eerst een wachtwoord in", _s34_13, "Waarschuwing: als u uw telefoonnummer wijzigt, wordt 2FA uitgeschakeld", "help_translate", "Help vertalen", _s23_26, "Selecteer een land", "resend_invite", "Uitnodiging opnieuw versturen", _s19_45, "2FA succesvol uitgeschakeld", _s16_90, "Account succesvol verbonden", _s19_46, "Account succesvol losgekoppeld", "delivered", "Afgeleverd", "bounced", "Bounced", "spam", "Spam", "view_docs", "Bekijk documenten", _s32_10, "Geef een mobiel telefoonnummer op om tweefactor authenticatie in te schakelen", "send_sms", "Verzend SMS", "sms_code", "SMS Code", _s21_66, "Scan de streepjescode met een :link compatibele app.", _s18_56, "Tweestaps-authenticatie ingeschakeld", "connect_google", "Verbind met Google", _s17_50, "Verwijder Google", _s17_52, "Tweestaps-authenticatie", _s18_57, "Schakel twee factor authenticatie uit", _s34_14, "Vereis wachtwoord met sociale login", "stay_logged_in", "Blijf ingelogd", _s23_28, "Waarschuwing: uw sessie loopt bijna af", "count_hours", ":count uren", "count_day", "1 dag", "count_days", ":count dagen", _s19_47, "Time-out van websessie", _s17_53, "Veiligheidsinstellingen", "resend_email", "Email opnieuw verzenden", _s26_19, "Bevestig je e-mailadres", _s16_91, "Gecrediteerde betaling", _s19_49, _s27_81, _s19_51, "Selecteer een gebruiker die is geverifieerd met Gmail", "list_long_press", "Lijst lang indrukken", "show_actions", "Toon acties", _s17_55, "Start Multi select", _s27_27, "Er is een e-mail verzonden om het e-mailadres te bevestigen", _s21_67, "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_59, "Zet om naar factuur", _s16_92, "Registratie link", "invoice_project", "Factureer project", "invoice_task", "Factureer taak", "invoice_expense", "Factureer uitgave", _s19_52, "Zoek betalingstermijn 1", _s20_59, "Zoek :count betalingstermijnen", _s16_94, "Opslaan en bekijk voorbeeld", "save_and_email", "Opslaan en verstuur email", _s16_96, "Ondersteunde gebeurtenissen", _s16_98, "Omgezet bedrag", _s17_57, "Omgekeerd balans", _s22_48, "'Reeds betaald' omzetten", _s24_36, "Omgerekend creditsaldo", "converted_total", "Totaal omzetten", "is_sent", "Is verzonden", _s17_59, "Standaard documenten", "document_upload", "Document uploaden", _s20_60, "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_69, "Foutopsporingsmodus is ingeschakeld", _s26_20, "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_61, "Aankomende uitgaven", "update_app", "Update App", "started_import", "Succesvol begonnen met importeren", _s24_38, "Dubbele kolommapping", _s20_61, "Gebruik inclusieve belastingen", _s18_61, "Is bedrag korting", "column", "Kolom", "sample", "Voorbeeld", "map_to", "Map naar", "import", "Importeren", _s25_29, "Gebruik eerste rij als kolomnaam", "select_file", "Selecteer een bestand", _s16_100, "Geen bestand geselecteerd", "csv_file", "CSV bestand", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave boekhouding", "zoho", "Zoho", "accounting", "Boekhouding", _s22_50, "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_63, "Editor volledig scherm", "sidebar_editor", "Zijbalk Editor", _s22_51, "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_41, "Verzonden facturen zijn vergrendeld", _s24_43, "Betaalde facturen zijn vergrendeld", "source_code", "Broncode", "app_platforms", "App-platforms", "invoice_late", "Factuur te laat", "quote_expired", "Offerte verlopen", "partial_due", "Voorschot", "invoice_total", "Factuur totaal", "quote_total", "Offertetotaal", "credit_total", "Totaal Credit", _s23_29, "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_45, "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_65, "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_102, "Taak status aanpassen", _s19_53, "Succesvol een taak status aangemaakt", _s19_54, _s20_116, _s20_63, "Succesvol een taak status gearchiveerd", _s19_55, _s36_19, _s19_56, _s36_19, _s20_64, "Succesvol een taak status hersteld", _s22_52, "Succesvol taakstatussen :value gearchiveerd", _s21_71, "Succesvol taak statussen :value verwijderd", _s22_53, "Succesvol taak statussen :value hersteld", _s18_63, "Zoek 1 taak status", _s20_66, "Zoek :count taak statussen", _s16_104, "Taken tabel tonen", _s21_72, "Weergeef de taken wanneer een factuur wordt aangemaakt", _s20_67, "Factuur taak tijdlog", _s25_30, "Voeg de tijd omschrijvingen toe aan de factuur producten", _s20_69, "Factuur taak datumlog", _s25_31, "Voeg datumdetails toe aan de factuurregelitems", _s21_73, "Start taken voordat het wordt opgeslagen", _s18_64, "Status instellen", "task_settings", "Taak instellingen", _s20_71, "Categorie\xebn instellen", _s18_66, _s16_311, _s20_73, "Nieuwe uitgavecategorie", _s21_74, "Bewerk uitgavencategorie", _s24_46, "De uitgaven categorie is aangemaakt", _s24_47, "De uitgaven categorie is gewijzigd", _s25_33, "De uitgaven categorie is gearchiveerd", _s24_48, "De categorie is verwijderd", _s24_49, "De uitgavencategorie is verwijderd", _s25_34, "De uitgaven categorie hersteld", _s27_31, ":count uitgave-categorie\xebn gearchiveerd", _s26_21, "Succesvol uitgave categorie\xebn :value verwijderd", _s27_32, "Uitgave succesvol hersteld: waarde categorie\xebn", _s23_30, "Zoek 1 uitgavencategorie", _s25_36, "Zoek :count uitgave categorie\xebn", _s21_76, "Gebruik beschikbaar krediet", "show_option", "Toon optie", _s22_54, "Het kredietbedrag mag niet hoger zijn als het te betalen bedrag", "view_changes", "Bekijk wijzigingen", "force_update", "Forceer een update", _s17_67, "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_68, "Moet worden gefactureerd", _s23_31, "Maak het mogelijk de uitgave te factureren", _s29_17, "Maak de documenten zichtbaar voor de klant", _s21_78, "Stel een ruilwaarde in van de valuta", _s16_106, "Uitgave instellingen", _s18_69, "Maak een kopie voor herhaling", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "Gebruiker Veld", "variables", "Variabelen", "show_password", "Wachtwoord weergeven", "hide_password", "Wachtwoord verbergen", "copy_error", "Fout kopi\xebren", "capture_card", "Capture Kaart", _s17_68, "Automatisch betalen ingeschakeld", "total_taxes", "Totale belasting", "line_taxes", "Regelitem belastingen", "total_fields", "Totaal velden", _s25_37, "Herhalend factuur succesvol stopgezet", _s25_38, "Herhalend factuur succesvol gestart", _s25_39, "Herhalend factuur succesvol hervat", "gateway_refund", "Gateway terugbetaling", _s19_57, "Verwerk een terugbetaling via de betalingsgateway", "due_date_days", "Verloopdatum", "paused", "Gepauzeerd", "mark_active", "Markeer als actief", "day_count", "Dag :count", _s22_55, "Eerste dag van de maand", _s21_79, "Laatste dag van de maand", _s17_70, "Gebruik betalingseisen", "endless", "Eindeloos", "next_send_date", "Volgende verzenddatum", _s16_108, "Resterende keren", _s17_72, "Terugkerende factuur", _s18_71, "Herhalende facturen", _s21_81, "Nieuwe terugkerende factuur", _s22_57, "Bewerk terugkerende factuur", _s25_40, "Herhalend factuur succesvol aangemaakt", _s25_41, "Herhalend factuur succesvol bijgewerkt", _s26_22, "De terugkerende factuur is gearchiveerd", _s25_42, "De terugkerende factuur is verwijderd", _s25_43, "Herhalend factuur succesvol verwijderd", _s26_23, "De terugkerende factuur is hersteld", _s27_33, "Terugkerende succesvol gearchiveerd: waarde facturen", _s26_24, "Terugkerende succesvol verwijderd: waarde facturen", _s27_34, "Terugkerende succesvol hersteld: waarde facturen", _s24_50, "Zoek 1 herhalend factuur", _s25_44, "Zoek :count herhalende facturen", "send_date", "Verzenddatum", "auto_bill_on", "Automatische betaling aan", _s28_17, "Minimum onder het te betalen bedrag", "profit", "Winst", "line_item", "Regelitem", _s18_73, "Toestaan te betalen boven het te betalen bedrag", _s23_32, "Draag bij aan extra betalen om fooi te accepteren", _s19_58, "Toestaan te betalen onder het te betalen bedrag", _s24_51, "Ondersteun het betalen van een minimaal gedeeltelijk / aanbetalingsbedrag", "test_mode", "Test modus", "opened", "Geopend", _s30_7, "Koppelen mislukt", _s30_8, "Koppelen gelukt", "gateway_success", "Gateway geslaagd", "gateway_failure", "Gateway gefaald", "gateway_error", "Gateway fout", "email_send", "E-mail verzonden", _s17_74, "E-mail wachtrij voor opnieuw versturen", "failure", "Fout", "quota_exceeded", "Limiet bereikt", _s16_110, "Upload mislukt", "system_logs", "Systeem log", "view_portal", "Toon portaal", "copy_link", "Link kopi\xebren", "token_billing", "Kaartgegevens opslaan", _s24_52, "Welkom bij Invoice Ninja", "always", "Altijd", "optin", "Inschrijven", "optout", "Uitschrijven", "label", "Label", "client_number", "Klantnummer", "auto_convert", _s20_117, "company_name", "Bedrijfsnaam", "reminder1_sent", "1ste herinnering verstuurd", "reminder2_sent", "2de herinnering verstuurd", "reminder3_sent", "3de herinnering verstuurd", _s18_75, "Laatste herinnering verstuurd", "pdf_page_info", "Pagina :current van :total", _s16_112, "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", "Betalingswijze", "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_76, "Online betalingsmail", _s20_78, "Handmatige betalingsmail", "completed", "Voltooide", "gross", "Bruto", "net_amount", "Netto bedrag", "net_balance", "Netto balans", "client_settings", "Klantinstellingen", _s17_76, "Geselecteerde facturen", _s17_78, "Geselecteerde betalingen", "selected_quotes", "Geselecteerde offertes", "selected_tasks", "Geselecteerde taken", _s17_80, "Geselecteerde uitgaves", _s17_82, "Toekomstige facturen", _s17_84, "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", "Factuur verwijderen", "update_client", "Klant bijwerken", "delete_client", "Klant verwijderen", "delete_payment", "Betaling verwijderen", "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_86, "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_114, "Webhook succesvol gearchiveerd", "deleted_webhook", _s28_76, "removed_webhook", _s28_76, _s16_115, "Webhook succesvol hersteld", _s17_87, "Succesvol gearchiveerd: waarde webhooks", _s16_116, _s37_29, _s16_117, _s37_29, _s17_88, "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_60, "Klant registratie", _s24_54, "Zelfregistratie voor klanten in het portaal toestaan", "email_invoice", "E-mail factuur", "email_quote", "E-mail offerte", "email_credit", "E-mail Krediet", "email_payment", "E-mail betaling", _s20_81, "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_118, "Resterend krediet", "contact_name", "Contactnaam", "use_default", "Gebruik standaard", _s16_120, "Eindeloze herinneringen", "number_of_days", "Aantal dagen", _s23_34, "Betalingsvoorwaarden configureren", "payment_term", "Betalingstermijn", _s16_121, "Nieuwe betalingstermijn", _s17_90, "Bewerk betalingstermijn", _s20_82, "De betalingstermijn is aangemaakt", _s20_83, "De betalingstermijn is gewijzigd", _s21_83, "De betalingstermijn is gearchiveerd", _s20_84, _s38_19, _s20_85, _s38_19, _s21_84, "betalingstermijn met succes hersteld", _s22_62, "Succesvol gearchiveerd: waarde betalingsvoorwaarden", _s21_85, "Succesvol verwijderd: waarde betalingsvoorwaarden", _s22_63, "Succesvol hersteld: waarde betalingsvoorwaarden", "email_sign_in", "Log in met e-mail", "change", "Aanpassen", _s23_36, "Verander naar de mobiele layout?", _s24_55, "Verander naar de bureaublad layout?", "send_from_gmail", "Verzonden vanaf Gmail", "reversed", "Teruggedraaid", "cancelled", "Geannuleerd", "credit_amount", "Kredietbedrag", "quote_amount", "Offertebedrag", "hosted", "Gehost", "selfhosted", "Zelf-Gehost", "exclusive", "Exclusief", "inclusive", "Inclusief", "hide_menu", "Verberg menu", "show_menu", "Toon Menu", _s18_77, "Gedeeltelijk terugbetaald", _s16_123, "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_124, "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_94, "Factuur succesvol geannuleerd", _s18_79, "Facturen succesvol geannuleerd", _s16_130, "Factuur succesvol teruggedraaid", _s17_95, "Facturen succesvol teruggedraaid", "reverse", "Terugdraaien", "full_name", "Volledige naam", _s17_96, "Stad/Provincie/Postcode", _s17_98, "Postcode/Stad/Provincie", "custom1", _s17_181, "custom2", _s17_182, "custom3", _s16_312, "custom4", "Vierde aangepaste", "optional", "Optioneel", "license", "Licentie", "purge_data", "Wis gegevens", _s16_131, "De bedrijfsgegevens zijn gewist", _s18_80, "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", _s17_180, "invoice_viewed", "Factuur bekeken", "quote_viewed", "Offerte Bekeken", "credit_viewed", "Krediet bekeken", "quote_approved", "Offerte Goedgekeurd", _s25_46, "Ontvang alle notificaties", _s16_132, "Licentie aanschaffen", "apply_license", "Activeer licentie", "cancel_account", "Account verwijderen", _s22_64, "Waarschuwing: Dit zal uw account permanent verwijderen. Er is geen manier om dit ongedaan te maken.", "delete_company", "Verwijder bedrijf", _s22_65, "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_150, "removed_design", _s18_150, "restored_design", "Ontwerp teruggehaald", _s16_134, "Succesvol gearchiveerd: waarde designs", "deleted_designs", "Succesvol verwijderd: waarde designs", _s16_135, "Succesvol hersteld: waarde designs", "proposals", "Voorstellen", "tickets", "Tickets", _s16_136, "Herhalende offertes", "recurring_tasks", "Terugkerende Taken", _s18_81, "Accountbeheer", "credit_date", "Kredietdatum", "credit", "Creditfactuur", "credits", "Kredieten", "new_credit", "Nieuwe creditfactuur", "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_138, "Succesvol :count creditnota's gearchiveerd", "deleted_credits", "Succesvol :count creditnota's verwijderd", _s16_139, ":value aan krediet succesvol hersteld", "current_version", "Huidige versie", "latest_version", "Laatste versie", "update_now", "Nu updaten", _s26_30, "Een nieuwe versie van de web applicatie is beschikbaar", _s16_140, "Update beschikbaar", "app_updated", "Update met succes voltooid", "learn_more", "Meer weten", "integrations", "Integraties", "tracking_id", "Tracering Id", _s17_100, _s17_101, "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_118, "surcharge2", _s20_119, "surcharge3", _s20_120, "surcharge4", _s20_121, "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", "Teller", "totals", "Totalen", "blank", "Blanco", "day", "Dag", "month", "Maand", "year", "Jaar", "subgroup", "Subgroep", "is_active", "Is actief", "group_by", "Groepeer per", "credit_balance", "Kredietsaldo", _s18_87, "Contact laatste Login", _s17_102, "Contact Volledige Naam", "contact_phone", "Contact telefoon", _s21_86, "Contact aangepaste waarde 1", _s21_87, "Contact aangepaste waarde 2", _s21_88, "Contact aangepaste waarde 3", _s21_89, "Contact aangepaste waarde 4", _s17_104, "Leveringsstraat", _s17_105, "Leverings Apt/Suite", "shipping_city", "Leveringsstad", "shipping_state", "Leverings Staat/Provincie", _s20_86, "Leverings Postcode", _s16_170, "Leveringsland", _s16_172, "Facturatie straat", _s16_173, "Facturatie Apt/Suite", "billing_city", "Facturatiestad", "billing_state", "Facturatie Staat/Provincie", _s19_62, "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", _s16_310, "reports", "Rapporten", "report", "Rapport", "add_company", "Bedrijf toevoegen", "unpaid_invoice", "Onbetaalde factuur", "paid_invoice", "Betaalde factuur", _s16_174, "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_90, "Voeg recente fouten uit de logboeken toe", _s30_11, "We hebben uw bericht ontvangen, en zullen zo spoedig mogelijk reageren.", "message", "Bericht", "from", "Van", _s20_88, "toon product details", _s25_48, "Neem de beschrijving en kosten op in de vervolgkeuzelijst met producten", _s20_90, "De PDF renderaar vereist :version", _s18_90, "Pas Vergoedingspercentage Aan", _s23_38, "Pas percentage aan om rekening te houden met de kosten", _s18_92, "Instellingen configureren", "support_forum", "Support Forums", "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_91, "Wachtwoord is te kort", _s20_91, "Het wachtwoord moet een hoofdletter en een nummer bevatten", _s19_64, "Klantenportaal taken", _s23_39, "Klantenportaal dashboard", _s20_92, "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_181, "second_custom", _s17_182, "third_custom", _s16_312, "show_cost", "Toon kosten", _s17_107, "Laat product kosten zien", "show_cost_help", "Toon het kostenveld van een product om de opmaak / winst te volgen", _s21_92, "Toon product hoeveelheid", _s26_32, "Toon aantallen voor producten, anders de standaard versie", _s21_94, "Toon factuur aantallen", _s26_33, "Toon aantallen voor regelitem, anders de standaard versie", _s21_96, "Toon product korting", _s26_34, "Geef een regelitem kortingssveld weer", _s16_176, "Standaard aantallen", _s21_98, "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_178, "Standaard BTW-tarief", "user", "Gebruiker", "invoice_tax", "Factuur BTW-tarief", "line_item_tax", "Regelitem BTW-tarief", "inclusive_taxes", "Inclusief belasting", _s17_109, "Factuur belastingtarief", "item_tax_rates", "Product belastingtarief", _s18_94, _s31_34, "configure_rates", "Tarieven instellen", _s18_95, "Configureer Gateways", "tax_settings", "BTW-instellingen", _s18_97, "BTW-tarieven", "accent_color", "Accent Kleur", "switch", "Overschakelen", _s19_66, "Komma gescheiden lijst", "options", "Opties", _s16_180, "Eenregelige tekst", "multi_line_text", "Multi-regelige tekst", "dropdown", "Dropdown", "field_type", "Veld type", _s27_45, "Een wachtwoord herstel mail is verzonden", "submit", "Opslaan", _s16_182, "Wachtwoord vergeten?", "late_fees", "Late vergoedingen", "credit_number", "Creditnummer", "payment_number", "Betalingsnummer", "late_fee_amount", "Late vergoedingsbedrag", _s16_183, "Late vergoedingspercentage", "before_due_date", "Voor de vervaldatum", "after_due_date", "Na de vervaldatum", _s18_99, "na de factuurdatum", "days", "Dagen", "invoice_email", "Factuurmail", "payment_email", "Betalingsmail", "partial_payment", _s22_102, "payment_partial", _s22_102, _s21_99, "E-mail voor gedeeltelijke betaling", "quote_email", "Offertemail", _s16_185, "Eindeloze taak", _s16_187, "Gefilterd door gebruiker", "administrator", "Beheerder", _s18_100, "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_12, "removed_users", _s39_12, "restored_users", "Succesvol hersteld: waarde gebruikers", _s16_189, "Algemene instellingen", "invoice_options", "Factuuropties", _s17_111, "Verberg 'Reeds betaald'", _s22_72, "Toon alleen het 'Reeds betaald' gebied op je facturen als er een betaling gemaakt is.", _s23_41, "Documenten invoegen", _s28_30, "Bijgevoegde afbeeldingen weergeven in de factuur.", _s16_191, "Toon koptekst op", _s16_192, "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", "Factuurvoorwaarden", "invoice_footer", "Factuurvoettekst", "quote_terms", "Offertevoorwaarden", "quote_footer", "Offertevoettekst", _s18_101, "Automatisch e-mailen", _s23_42, "Converteer een offerte automatisch naar een factuur wanneer deze goedgekeurd is.", _s18_102, "Automatisch archiveren", _s23_43, "Archiveer offertes automatisch indien omgezet naar factuur", _s18_103, _s20_117, _s23_44, "Converteer een offerte automatisch naar een factuur wanneer deze is goedgekeurd.", _s17_113, "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_115, "Drie maanden", _s16_193, "Vier maanden", "freq_six_months", "Zes maanden", "freq_annually", "Jaarlijks", "freq_two_years", "Twee jaar", _s16_194, "Drie jaar", "never", "Nooit", "company", "Bedrijf", _s17_116, "Gegenereerde nummers", "charge_taxes", "BTW berekenen", "next_reset", "Volgende reset", "reset_counter", "Teller resetten", _s16_195, "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_118, "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_120, "Zelfgeschreven JavaScript", _s16_197, "Weergeven op PDF", _s21_101, "Toon de handtekening van de klant op de factuur/offerte PDF.", _s25_54, "Factuurvoorwaarden checkbox", _s30_12, "Verplicht de klant om akkoord te gaan met de factuurvoorwaarden.", _s23_45, "Offertevoorwaarden checkbox", _s28_31, "Verplicht de klant om akkoord te gaan met de offertevoorwaarden.", _s25_55, "Factuur handtekening", _s30_13, "Verplicht de klant om zijn handtekening te zetten.", _s23_46, "Offerte handtekening", _s22_74, "Facturen beveiligen met een wachtwoord", _s27_46, "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_56, "Maak het gemakkelijker voor uw klanten om te betalen door schema.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_198, "Document bijvoegen", "attach_ubl", "UBL bijvoegen", "email_style", "Email opmaak", _s19_68, "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_69, "Geaccepteerde kaart logo's", "credentials", "Gegevens", "update_address", "Adres aanpassen", _s19_71, "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 belastingtarief", _s16_200, "Het tarief is aangemaakt", _s16_201, "Het tarief is bijgewerkt", _s17_123, "Het tarief is gearchiveerd", _s16_202, "De BTW heffing is verwijderd", _s17_124, "De BTW heffing is teruggezet", _s18_104, "Succesvol gearchiveerd: waarde belastingstarieven", _s17_125, "Succesvol verwijderd: waarde belastingtarieven", _s18_105, "Succesvol hersteld: waarde belastingtarieven", "fill_products", "Producten Automatisch aanvullen", _s18_106, "Een product selecteren zal automatisch de beschrijving en kosten instellen", "update_products", "Producten automatisch wijzigen", _s20_96, "Het wijzigen van een factuur zal automatisch de producten aanpassen", _s16_203, "Producten omzetten", _s21_102, "Productprijzen automatisch converteren naar het valuta van de klant", "fees", "Transactiekosten", "limits", "Limieten", "provider", "Provider", "company_gateway", _s16_313, _s16_205, _s16_313, _s19_72, "Nieuwe instantie aanmaken", _s20_97, "Huidige instantie bewerken", _s23_47, "De nieuwe instantie is aangemaakt", _s23_48, "De nieuwe instantie is bijgewerkt", _s24_57, "De nieuwe instantie is gearchiveerd", _s23_49, "De nieuwe instantie is verwijderd", _s24_58, "De nieuwe instantie is hersteld", _s25_57, "Succesvol gearchiveerd: waarde gateways", _s24_59, "Succesvol verwijderd: waarde gateways", _s25_58, "Succesvol hersteld: waarde gateways", _s16_207, "Bewerk verder", "discard_changes", "Wis Wijzigingen", "default_value", "Standaard waarde", "disabled", "Uitgeschakeld", "currency_format", "Munt formaat", _s21_103, "Eerste dag van de week", _s23_50, "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_107, "24-uurs weergave", "send_reminders", "Verstuur herinneringen", "timezone", "Tijdzone", _s19_73, "Gefilterd op project", _s17_126, "Filteren op groep", _s19_75, "Filteren op factuur", _s18_108, "Filteren op klant", _s18_110, "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_209, "Productinstellingen", "device_settings", "Apparaatinstellingen", "defaults", "Standaardwaarden", "basic_settings", "Basisinstellingen", _s17_128, "Geavanceerde instellingen", "company_details", "Bedrijfsgegevens", "user_details", "Gebruikersgegevens", "localization", "Lokalisatie", "online_payments", "Online betalingen", "tax_rates", "Belastingtarieven", "notifications", "Notificaties", "import_export", "Importeer | Exporteer", "custom_fields", "Aangepaste velden", "invoice_design", "Factuurontwerp", "buy_now_buttons", "Koop nu knoppen", "email_settings", "E-mailinstellingen", _s23_52, "Sjablonen en herinneringen", _s22_75, "Credit Cards & Banken", _s19_77, "Datavisualisaties", "price", "Prijs", "email_sign_up", "Aanmelden voor email", "google_sign_up", "Aanmelden bij Google", _s27_50, "Bedankt voor uw aankoop!", "redeem", "Verzilver", "back", "Terug", "past_purchases", "Voorbije aankopen", _s19_79, "Jaarlijks abonnement", "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count gebruikers", "upgrade", "Upgrade", _s25_59, "Vul een voornaam in aub", _s24_60, "Vul een naam in aub", _s33_30, "Ga akkoord met de servicevoorwaarden en het privacybeleid om een account aan te maken.", "i_agree_to_the", "Ik ga akkoord met", _s16_211, "Gebruiksvoorwaarden", "privacy_policy", "Privacybeleid", "sign_up", "Registreren", "account_login", "Accountlogin", "view_website", "Bekijk website", "create_account", "Account aanmaken", "email_login", "Email login", "create_new", "Nieuwe aanmaken", _s18_112, "Geen records geselecteerd", _s21_106, "Bewaar of annuleer de wijzigingen", "download", "Download", _s27_51, "Vereist een enterprise plan", "take_picture", "Maak foto", "upload_files", "Upload Files", "document", "Document", "documents", "Documenten", "new_document", "Nieuw document", "edit_document", "Bewerk Document", _s17_130, "Document is geupload", _s16_213, "Het document is bijgewerkt", _s17_131, "Het document is gearchiveerd", _s16_214, "Het document is verwijderd", _s17_132, "Het document is hersteld", _s18_114, "Succesvol gearchiveerd: waarde documenten", _s17_133, "Succesvol verwijderd: waarde documenten", _s18_115, "Succesvol hersteld: waarde documenten", "no_history", "Geen geschiedenis", "expense_date", "Uitgave datum", "pending", "In afwachting", _s16_215, "Gelogged", _s16_216, "In afwachting", _s16_217, "Gefactureerd", "converted", "Omgezet", _s24_62, "Voeg documenten toe aan uw factuur", "exchange_rate", "Wisselkoers", _s16_218, "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_219, "Succesvol :count leveranciers gearchiveerd", "deleted_vendors", "Succesvol :count leveranciers verwijderd", _s16_220, "Succesvol hersteld: waarde leveranciers", "new_expense", "Nieuwe uitgave", "created_expense", "De uitgave is aangemaakt", "updated_expense", "De uitgave is gewijzigd", _s16_221, "De uitgave is gearchiveerd", "deleted_expense", "De uitgave is verwijderd", _s16_222, "De uitgave is hersteld", _s17_134, "De uitgaven zijn gearchiveerd", _s16_223, "De uitgaven zijn verwijderd", _s17_135, "Succesvol hersteld: waarde uitgaven", "copy_shipping", "Levering kopi\xebren", "copy_billing", "Facturatie kopi\xebren", "design", "Ontwerp", _s21_107, "Geen gegeven gevonden", "invoiced", "Gefactureerd", "logged", "Gelogd", "running", "Lopend", "resume", "Doorgaan", "task_errors", "Pas overlappende tijden aan", "start", "Start", "stop", "Stop", "started_task", "De taak is gestart", "stopped_task", "De taak is gestopt", "resumed_task", "Taak hervat", "now", "Nu", _s16_224, "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_116, "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_81, "Geef a.u.b. een naam op", "budgeted_hours", "Begrote uren", "created_project", "Het project is aangemaakt", "updated_project", "Het project is gewijzigd", _s16_226, "Het project is gearchiveerd", "deleted_project", "Het project is verwijderd", _s16_227, "Het project is hersteld", _s17_136, "Succesvol :count projecten gearchiveerd", _s16_228, "Succesvol :count projecten verwijderd", _s17_137, "Succesvol hersteld: waarde projecten", "new_project", "Nieuw project", _s27_55, "Bedankt voor het gebruik van onze app!", "if_you_like_it", "Als je het leuk vindt alsjeblieft", "click_here", "Klik hier", _s18_116, "Klik hier", "to_rate_it", "om een score te geven.", "average", "Gemiddeld", "unapproved", "Afgekeurd", _s30_18, "Gelieve te authenticeren om deze instelling te wijzigen", "locked", "Vergrendeld", "authenticate", "Authenticeer", _s19_83, "Gelieve te authenticeren", _s24_64, "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_138, "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", "all_time", "All Time", "custom", "Aangepast", _s16_229, "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", "Klant wijzigen", "edit_product", "Wijzig product", "edit_invoice", "Factuur aanpassen", "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_99, "Bewerk terugkerende offerte", "billing_address", "Factuuradres", _s16_231, "Leveringsadres", "total_revenue", "Totale inkomsten", "average_invoice", "Gemiddelde factuur", "outstanding", "Openstaand", "invoices_sent", "facturen verzonden", "active_clients", "Actieve klanten", "close", "Sluiten", "email", "E-mail", "password", "Wachtwoord", "url", "URL", "secret", "Secret", "name", "Bedrijfsnaam", "logout", "Uitloggen", "login", "Login", "filter", "Filter", "sort", "Sorteer", "search", "Zoeken", "active", "Actief", "archived", "Gearchiveerd", "deleted", "Verwijderd", "dashboard", "Dashboard", "archive", "Archiveren", "delete", "Verwijderen", "restore", "Herstel", _s16_233, "Verversen afgerond", _s23_53, "Gelieve uw e-maildres in te vullen", _s26_43, "Gelieve uw wachtwoord in te voeren", _s21_110, "Gelieve uw URL in te voeren", _s26_45, "Gelieve een productcode in te voeren", "ascending", "Oplopend", "descending", "Aflopend", "save", "Opslaan", _s17_140, "Er is een fout opgetreden", "paid_to_date", "Reeds betaald", "balance_due", "Te voldoen", "balance", "Saldo", "overview", "Overzicht", "details", "Details", "phone", "Telefoonnummer", "website", "Website", "vat_number", "BTW-nummer", "id_number", "KVK-nummer", "create", "Aanmaken", _s19_85, "Waarde :value naar klembord gekopieerd", "error", "Fout", _s16_235, "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_237, "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_239, "Het product is gearchiveerd", "deleted_product", "Het product is verwijderd", _s16_240, "Het product is hersteld", _s17_142, "Succesvol :count producten gearchiveerd", _s16_241, "Succesvol :count producten verwijderd", _s17_143, "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_242, "Succesvol :count klanten gearchiveerd", "deleted_client", "De klant is verwijderd", "deleted_clients", "Succesvol :count klanten verwijderd", "restored_client", "De klant is hersteld", _s16_243, "Succesvol hersteld: waarde klanten", "address1", "Straat", "address2", "Appartement / Busnr.", "city", "Stad", "state", "Staat/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_244, "De factuur is gearchiveerd", "deleted_invoice", "De factuur is verwijderd", _s16_245, "De factuur is hersteld", _s17_144, "Succesvol :count facturen gearchiveerd", _s16_246, "De :count facturen zijn verwijderd", _s17_145, "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", "Priv\xe9notities", "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", "Telefoonnummer", "total_amount", "Totaal hoeveelheid", "pdf", "PDF", "due_date", "Vervaldatum", _s16_247, "Gedeeltelijke vervaldatum", "paid_date", "Paid Date", "status", "Status", _s17_146, "Factuurstatus", "quote_status", "Offertestatus", _s22_76, "Klik op + om een artikel toe te voegen", _s22_78, "Klik + om tijd toe te voegen", "count_selected", ":count geselecteerd", "total", "Totaal", "percent", "Procent", "edit", "Bewerk", "dismiss", "Annuleren", _s20_101, "Gelieve een datum selecteren", _s22_79, _s31_34, _s24_66, "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_20, "Gelieve een factuurnummer in te voeren", _s27_59, "Gelieve een offertenummer in te voeren", "past_due", "Verlopen", "draft", "Concept", "sent", "Verzonden", "viewed", "Bekeken", "approved", "Goedgekeurd", "partial", "Deelbetaling", "paid", "Betaald", "mark_sent", "Markeer als verzonden", _s22_81, "De factuur is gemarkeerd als verzonden", _s22_82, _s35_21, _s23_55, "Facturen gemarkeerd als verzonden", _s23_56, _s36_15, "done", "Gereed", _s37_22, "Gelieve een bedrijfsnaam of contactpersoon in te voeren", "dark_mode", "Donkere modus", _s27_61, "Herstart de applicatie om de wijziging toe te passen", "refresh_data", "Gegevens verversen", "blank_contact", "Leeg contact", "activity", "Activiteit", _s16_249, "Geen gegevens gevonden", "clone", "Dupliceer", "loading", "Laden", "industry", "Industrie", "size", "Grootte", "payment_terms", "Betalingsvoorwaarden", "payment_date", "Betalingsdatum", "payment_status", "Betaalstatus", _s16_251, "In afwachting", _s16_252, "Ongeldig", _s16_253, "Mislukt", _s16_254, "Voltooid", _s16_255, "Deels terugbetaald", _s16_256, "Gecrediteerd", _s17_147, "Niet toegepast", _s17_148, _s27_81, "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_151, "second_reminder", _s18_152, "third_reminder", _s17_183, "reminder1", _s18_151, "reminder2", _s18_152, "reminder3", _s17_183, "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_112, "Transactiereferentie", "enter_payment", "Betaling invoeren", "new_payment", "Nieuwe betaling", "created_payment", "De betaling is aangemaakt", "updated_payment", "De betaling is gewijzigd", _s16_257, "De betaling is gearchiveerd", "deleted_payment", "De betaling is verwijderd", _s16_258, "De betaling is hersteld", _s17_149, "Succesvol :count betalingen gearchiveerd", _s16_259, "Succesvol :count betalingen verwijderd", _s17_150, "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", _s82_, "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 betaalde factuur :invoice", "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_151, "Eenmalig wachtwoord", "emailed_quote", "De offerte is gemaild", "emailed_credit", "Krediet is verzonden", _s20_103, "De offerte is gemarkeerd als verzonden", _s21_114, "Krediet is gemarkeerd als verzonden", "expired", "Verlopen", "all", "Alles", "select", "Selecteren", _s22_83, "Lang indrukken multiselect", "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Aangepaste waarde 3", "custom_value4", "Aangepaste waarde 4", _s18_117, "Aangepaste Email Stijl", _s24_71, "Aangepast bericht Dashboard", _s29_46, "Aangepast bericht Onbetaalde Factuur", _s27_66, "Aangepast bericht Betaalde Factuur", _s31_24, "Aangepast bericht Niet goedgekeurde Offerte", "lock_invoices", "Vergrendel facturen", "translations", "Vertalingen", _s19_86, "Taaknummer patroon", _s19_88, "Taaknummer teller", _s22_85, "Uitgave nummer patroon", _s22_87, "Uitgave nummer teller", _s21_115, "Leverancier nummer patroon", _s21_117, "Leverancier nummer teller", _s21_119, "Ticket nummer patroon", _s21_121, "Ticket nummer teller", _s22_89, "Betalingsnummer patroon", _s22_91, "Betalingsnummer teller", _s22_93, "Factuur nummer patroon", _s22_95, "Factuurnummerteller", _s20_104, "Offertenummer teller", _s20_106, "Offertenummerteller", _s21_123, _s21_144, _s21_125, _s20_122, _s21_127, _s21_144, _s21_128, _s20_122, _s18_119, "Teller datum resetten", "counter_padding", "Teller patroon", _s28_66, "Deel factuur/offerte teller", _s18_121, "Standaard BTW naam 1", _s18_123, "Standaard BTW-tarief 1", _s18_125, "Standaard BTW naam 2", _s18_127, "Standaard BTW-tarief 2", _s18_129, "Standaard BTW naam 3", _s18_131, "Standaard BTW-tarief 3", _s21_129, "E-mail factuur onderwerp", _s19_90, "E-mail offerte onderwerp", _s21_131, "E-mail betaling onderwerp", _s29_48, "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_260, "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_73, "Klant leveringsadres", _s24_74, "Klant leverings Apt/Suite", "type", "Type", "invoice_amount", "Factuurbedrag", _s16_264, "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_153, _s20_118, _s17_154, _s20_119, _s17_155, _s20_120, _s17_156, _s20_121, "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_92, "Uitgave categorie ID", _s16_265, _s16_311, _s19_94, "Factuur valuta ID", "tax_name1", "BTW naam 1", "tax_name2", "BTW naam 2", "tax_name3", "BTW naam 3", "transaction_id", "Transactie ID", _s18_133, "Status Kleurenthema", _s16_266, "Kleurthema laden"], t1, t1), "en_GB", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "Recurring", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Unlink", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "Admin", "owner", "Owner", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Total Hours", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "Billable", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, _s22_4, _s25_5, _s25_6, _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", _s39_11, _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", "Payment Links", "action", "Action", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "Schedule", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", "Archive Payment", "archive_invoice", "Archive Invoice", "archive_quote", "Archive Quote", "archive_credit", "Archive Credit", "archive_task", "Archive Task", "archive_client", "Archive Client", "archive_project", "Archive Project", "archive_expense", "Archive Expense", "restore_payment", "Restore Payment", "restore_invoice", "Restore Invoice", "restore_quote", "Restore Quote", "restore_credit", "Restore Credit", "restore_task", "Restore Task", "restore_client", "Restore Client", "restore_project", "Restore Project", "restore_expense", "Restore Expense", "archive_vendor", "Archive Vendor", "restore_vendor", "Restore Vendor", "create_product", "Add Product", "update_product", "Update Product", "delete_product", "Delete Product", "restore_product", "Restore Product", "archive_product", "Archive Product", _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "Payment Methods", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", "Postal/City", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "Hour", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Last 365 Days", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, _s35_, "upload", "Upload", _s17_7, _s17_8, _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Update Payment", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "Delete Project", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, _s21_17, _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, _s21_21, _s22_12, _s22_13, "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, _s21_23, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, _s33_2, _s20_18, _s33_3, _s17_14, _s17_15, _s16_28, _s16_29, "account_type", "Account type", _s16_30, _s16_268, _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "Selected", _s21_24, _s34_2, _s18_15, _s18_16, "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", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, _s26_7, "bank_account", "Bank Account", "bank_accounts", _s20_98, _s21_25, _s34_3, _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Connect", _s23_9, _s23_10, _s18_19, _s18_20, "client_email", "Client Email", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_27, "Active Invoices", _s26_8, _s20_26, _s24_16, _s18_21, _s23_11, _s17_18, _s19_22, "Active Quotes", _s21_28, "Approved Quotes", _s23_12, _s17_19, _s18_22, "Logged Tasks", _s20_27, "Invoiced Tasks", _s16_35, "Paid Tasks", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s44_0, "activity_131", _s44_1, "activity_132", _s45_3, "activity_133", _s44_2, "activity_134", _s45_4, "activity_135", _s44_3, "activity_136", _s46_1, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, _s39_3, "resend", "Resend", "verify", "Verify", _s18_23, _s29_10, _s20_28, _s20_29, _s19_23, _s19_24, _s24_18, _s46_2, _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Merge Into", "merge", "Merge", _s21_32, _s21_33, _s19_25, _s29_11, _s17_23, _s17_24, "activate", "Activate", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", "Send Now", "received", "Received", _s19_26, _s19_27, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_4, _s34_7, _s47_, _s22_19, _s22_20, _s22_21, _s22_22, _s27_10, _s34_8, _s24_19, _s25_13, "yes_its_great", _s16_42, "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", "Vendor Details", _s22_26, _s22_27, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Send Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Accepted", _s22_28, _s22_29, _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, _s24_22, _s37_5, _s42_2, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_30, _s18_31, _s19_29, _s19_30, _s22_33, _s35_3, _s22_34, _s35_4, _s23_17, _s36_0, _s22_35, _s35_5, _s22_36, _s35_6, _s23_18, _s36_1, _s21_40, _s21_41, _s22_37, _s22_38, "login_url", "Login URL", _s16_46, _s16_47, "default", "Default", "stock_quantity", "Stock Quantity", _s22_39, _s22_40, "track_inventory", "Track Inventory", _s20_41, _s63_0, _s19_31, _s19_32, _s24_23, _s50_2, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_32, _s18_33, "add_gateway", "Add Gateway", _s24_24, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_25, _s24_26, _s31_6, "Invoice Sent", _s24_27, _s24_28, _s29_13, _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_33, _s63_1, "use_quote_terms", "Use Quote Terms", _s20_42, _s37_6, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, _s45_6, "register_label", _s30_4, "login_label", _s28_9, "add_to_invoice", _s23_64, _s17_30, _s17_31, "week", "Week", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, _s46_14, _s20_44, _s20_45, _s25_15, _s45_11, _s16_48, _s16_49, "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_8, "change_status", "Change Status", "fees_sample", _s46_7, _s19_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", _s33_11, "stopped_tasks", _s33_12, "approved_quote", _s27_68, "approved_quotes", _s35_7, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, _s16_269, _s24_30, _s44_6, "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_51, _s16_52, "purged_client", _s26_12, _s27_16, _s77_0, _s22_42, _s34_9, "small", "Small", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_54, _s16_55, _s21_48, _s42_3, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_17, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_49, _s30_5, "set_password", "Set Password", _s17_33, _s59_, _s16_58, _s58_1, _s20_49, _s33_13, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_50, "becs", _s17_158, "bulk_download", "Download", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, _s18_35, _s17_35, _s17_36, "has_tasks", "Has Tasks", "registration", "Registration", _s27_18, _s50_7, "view_expense", _s23_63, "view_statement", "View Statement", "sepa", _s17_159, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s18_37, "system", "System", _s19_38, _s19_39, "updated_company", _s28_10, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, _s40_2, _s27_19, _s43_0, "app", "App", _s20_50, _s46_8, _s16_59, _s16_270, _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "From Name", _s16_60, _s16_61, _s17_38, _s17_39, _s18_39, _s18_40, _s21_50, _s21_51, _s22_44, _s22_45, _s25_16, _s38_2, _s25_17, _s38_3, _s26_13, _s39_4, _s25_18, _s28_43, _s25_19, _s38_5, _s26_14, _s39_5, _s24_32, _s24_33, _s25_20, _s25_21, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_42, _s32_9, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_62, _s16_63, _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "Decimal Comma", _s26_15, _s35_9, "select_method", "Select Method", "select_platform", "Select Platform", _s28_13, _s42_4, _s16_66, _s27_69, "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "user_guide", "User Guide", _s18_41, _s18_42, "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_9, _s31_10, _s25_22, _s25_23, _s33_14, _s33_15, _s27_20, _s27_21, _s36_3, _s36_4, _s31_11, _s31_12, _s25_24, _s25_25, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_22, _s57_0, _s21_52, _s62_1, "change_email", "Change Email", _s25_26, _s52_0, _s21_53, _s21_54, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_40, _s28_14, _s19_43, _s48_0, "json", "JSON", _s24_34, _s24_35, "wait_for_data", _s42_5, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_67, _s16_68, _s18_43, _s40_3, "login_success", _s16_69, "login_failure", "Failed Login", "exported_data", _s67_, _s23_23, _s23_24, _s28_15, _s41_3, "step_1_sign_in", "Step 1: Sign In", _s16_70, _s17_41, "account_id", "Account ID", _s27_22, _s35_11, "activity_100", _s50_8, "activity_101", _s50_9, "activity_102", _s51_3, "activity_103", _s50_10, "activity_104", _s51_4, _s18_44, _s18_45, _s23_25, _s35_12, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_71, _s16_72, _s18_46, _s31_13, _s16_73, _s16_74, "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_47, _s18_48, _s17_42, _s17_43, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_0, "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_2, _s21_55, _s53_, _s25_27, _s37_8, _s17_44, _s17_45, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, _s21_57, _s17_46, _s17_47, "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_49, _s18_50, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_51, _s18_52, _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Email Delivery", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, _s22_47, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, _s26_18, "connect_gmail", "Connect Gmail", _s16_81, _s16_82, "connected_gmail", _s28_16, _s18_55, _s31_14, _s16_83, _s100_, _s16_84, _s16_85, "count_minutes", ":count Minutes", _s16_86, _s16_87, _s29_15, _s28_67, "use_last_email", "Use last email", _s16_88, _s16_89, _s21_65, _s51_7, _s27_24, _s35_13, _s27_25, _s27_26, _s34_13, _s52_1, "help_translate", "Help Translate", _s23_26, _s23_27, "resend_invite", _s17_160, _s19_45, _s25_28, _s16_90, _s30_6, _s19_46, _s33_20, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_10, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_66, _s46_9, _s18_56, _s46_10, "connect_google", "Connect Google", _s17_50, _s17_51, _s17_52, _s25_70, _s18_57, _s18_58, _s34_14, _s34_15, "stay_logged_in", "Stay Logged In", _s23_28, _s40_4, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_47, _s19_48, _s17_53, _s17_54, "resend_email", "Resend Email", _s26_19, _s33_21, _s16_91, _s16_290, _s19_49, _s19_50, _s19_51, _s45_8, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_55, _s17_56, _s27_27, _s51_5, _s21_67, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_59, _s18_60, _s16_92, _s16_93, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_52, _s21_68, _s20_59, _s27_28, _s16_94, _s16_95, "save_and_email", "Save and Email", _s16_96, _s16_97, _s16_98, _s16_99, _s17_57, _s17_58, _s22_48, _s22_49, _s24_36, _s24_37, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_59, _s17_60, "document_upload", "Document Upload", _s20_60, _s34_16, "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_69, _s21_70, _s26_20, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_61, _s17_62, "update_app", "Update App", "started_import", _s27_29, _s24_38, _s24_39, _s20_61, _s20_62, _s18_61, _s18_62, "column", "Column", "sample", "Sample", "map_to", "Map To", "import", "Import", _s25_29, _s29_16, "select_file", _s20_123, _s16_100, _s16_101, "csv_file", "CSV file", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_50, _s24_40, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_63, _s17_64, "sidebar_editor", "Sidebar Editor", _s22_51, _s31_15, "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_41, _s24_42, _s24_43, _s24_44, "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_29, "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_45, _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_65, _s17_66, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_102, _s16_103, _s19_53, _s32_11, _s19_54, _s31_26, _s20_63, _s33_22, _s19_55, _s32_12, _s19_56, _s32_13, _s20_64, _s33_23, _s22_52, _s42_6, _s21_71, _s41_4, _s22_53, _s42_7, _s18_63, _s20_65, _s20_66, _s27_30, _s16_104, _s16_105, _s21_72, _s52_2, _s20_67, _s20_68, _s25_30, _s42_8, _s20_69, _s20_70, _s25_31, _s42_9, _s21_73, _s25_32, _s18_64, _s18_65, "task_settings", "Task Settings", _s20_71, _s20_72, _s18_66, _s18_67, _s20_73, _s20_74, _s21_74, _s21_75, _s24_46, _s37_9, _s24_47, _s37_10, _s25_33, _s38_6, _s24_48, _s29_51, _s24_49, _s37_11, _s25_34, _s38_7, _s27_31, _s45_12, _s26_21, _s46_11, _s27_32, _s47_1, _s23_30, _s25_35, _s25_36, _s32_14, _s21_76, _s21_77, "show_option", "Show Option", _s22_54, _s50_11, "view_changes", "View Changes", "force_update", "Force Update", _s17_67, _s76_0, "mark_paid_help", _s31_27, _s18_68, _s18_149, _s23_31, _s33_32, _s29_17, _s36_16, _s21_78, _s20_75, _s16_106, _s16_107, _s18_69, _s18_70, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_68, _s17_69, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_37, _s38_8, _s25_38, _s38_9, _s25_39, _s38_10, "gateway_refund", "Gateway Refund", _s19_57, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_55, _s22_56, _s21_79, _s21_80, _s17_70, _s17_71, "endless", "Endless", "next_send_date", "Next Send Date", _s16_108, _s16_109, _s17_72, _s17_73, _s18_71, _s18_72, _s21_81, _s21_82, _s22_57, _s22_58, _s25_40, _s38_11, _s25_41, _s38_12, _s26_22, _s39_6, _s25_42, _s38_13, _s25_43, _s38_14, _s26_23, _s39_7, _s27_33, _s47_2, _s26_24, _s46_12, _s27_34, _s47_3, _s24_50, _s26_25, _s25_44, _s32_15, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_17, _s28_18, "profit", "Profit", "line_item", "Line Item", _s18_73, _s18_74, _s23_32, _s35_25, _s19_58, _s19_59, _s24_51, _s52_3, "test_mode", "Test Mode", "opened", "Opened", _s30_7, _s22_59, _s30_8, _s22_60, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_74, _s17_75, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_110, _s16_111, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", _s17_184, _s24_52, _s24_53, "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_75, _s18_76, "pdf_page_info", _s23_33, _s16_112, _s29_52, "emailed_quotes", _s27_70, "emailed_credits", _s28_68, "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_10, "client_created", "Client Created", _s20_76, _s20_77, _s20_78, _s20_79, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_76, _s17_77, _s17_78, _s17_79, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_80, _s17_81, _s17_82, _s17_83, _s17_84, _s17_85, "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_86, _s28_19, "api_webhooks", "API Webhooks", "search_webhooks", _s22_61, "search_webhook", _s16_113, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_20, "updated_webhook", _s28_21, _s16_114, _s29_18, "deleted_webhook", _s28_22, "removed_webhook", _s28_23, _s16_115, _s29_19, _s17_87, _s37_12, _s16_116, _s36_5, _s16_117, _s36_6, _s17_88, _s37_13, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_80, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_26, "updated_token", _s26_27, "archived_token", _s27_35, "deleted_token", _s26_28, "removed_token", _s26_29, "restored_token", _s27_36, "archived_tokens", _s35_14, "deleted_tokens", _s34_17, "restored_tokens", _s35_15, _s19_60, _s19_61, _s24_54, _s45_9, "email_invoice", "Email Invoice", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_81, _s41_5, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_118, _s16_119, "contact_name", "Contact Name", "use_default", "Use default", _s16_120, _s17_89, "number_of_days", "Number of days", _s23_34, _s23_35, "payment_term", "Payment Term", _s16_121, _s16_122, _s17_90, _s17_91, _s20_82, _s33_24, _s20_83, _s33_25, _s21_83, _s34_18, _s20_84, _s33_26, _s20_85, _s33_27, _s21_84, _s34_19, _s22_62, _s42_11, _s21_85, _s41_6, _s22_63, _s42_12, "email_sign_in", _s18_135, "change", "Change", _s23_36, _s28_24, _s24_55, _s29_20, "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_77, _s18_78, _s16_123, _s16_272, "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_124, _s16_273, "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_92, "search_design", "Search 1 Design", "search_invoice", _s16_125, "search_client", "Search 1 Client", "search_product", _s16_126, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_93, "search_task", "Search 1 Tasks", "search_project", _s16_127, "search_expense", _s16_128, "search_payment", _s16_129, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_94, _s30_9, _s18_79, _s31_16, _s16_130, _s29_21, _s17_95, _s30_10, "reverse", "Reverse", "full_name", "Full Name", _s17_96, _s17_97, _s17_98, _s17_99, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_131, _s32_16, _s18_80, _s65_0, "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_45, "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_96, "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_46, _s25_47, _s16_132, _s16_133, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_64, _s69_0, "delete_company", "Delete Company", _s22_65, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_25, "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_37, "updated_design", _s27_38, "archived_design", _s28_26, "deleted_design", _s27_39, "removed_design", _s27_40, "restored_design", _s28_27, _s16_134, _s36_7, "deleted_designs", _s35_16, _s16_135, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_136, _s16_137, "recurring_tasks", "Recurring Tasks", _s18_81, _s18_82, "credit_date", "Credit Date", "credit", "Credit", "credits", "Credits", "new_credit", "Enter Credit", "edit_credit", "Edit Credit", "created_credit", _s27_41, "updated_credit", _s27_42, "archived_credit", _s28_28, "deleted_credit", _s27_43, "removed_credit", _s27_44, "restored_credit", _s28_29, _s16_138, _s36_20, "deleted_credits", _s35_26, _s16_139, _s36_9, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_30, _s41_7, _s16_140, _s16_141, "app_updated", _s29_22, "learn_more", "Learn more", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_100, _s17_101, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_31, "company1", _s16_142, "company2", _s16_143, "company3", _s16_144, "company4", _s16_145, "product1", _s16_146, "product2", _s16_147, "product3", _s16_148, "product4", _s16_149, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_150, "contact2", _s16_151, "contact3", _s16_152, "contact4", _s16_153, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_154, "project2", _s16_155, "project3", _s16_156, "project4", _s16_157, "expense1", _s16_158, "expense2", _s16_159, "expense3", _s16_160, "expense4", _s16_161, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_162, "invoice2", _s16_163, "invoice3", _s16_164, "invoice4", _s16_165, "payment1", _s16_166, "payment2", _s16_167, "payment3", _s16_168, "payment4", _s16_169, "surcharge1", _s18_83, "surcharge2", _s18_84, "surcharge3", _s18_85, "surcharge4", _s18_86, "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_87, _s18_88, _s17_102, _s17_103, "contact_phone", "Contact Phone", _s21_86, _s22_66, _s21_87, _s22_67, _s21_88, _s22_68, _s21_89, _s22_69, _s17_104, "Shipping Street", _s17_105, _s18_89, "shipping_city", "Shipping City", "shipping_state", _s23_37, _s20_86, _s20_87, _s16_170, _s16_171, _s16_172, "Billing Street", _s16_173, _s17_106, "billing_city", "Billing City", "billing_state", _s22_70, _s19_62, _s19_63, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_274, "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_174, _s16_175, "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_90, _s35_17, _s30_11, _s63_2, "message", "Message", "from", "From", _s20_88, _s20_89, _s25_48, _s56_0, _s20_90, _s34_20, _s18_90, _s18_91, _s23_38, _s33_33, _s18_92, _s18_93, "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_91, _s21_133, _s20_91, _s58_2, _s19_64, _s19_65, _s23_39, _s23_40, _s20_92, _s20_93, "deleted_logo", _s25_49, "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_107, _s17_108, "show_cost_help", _s55_0, _s21_92, _s21_93, _s26_32, _s58_3, _s21_94, _s21_95, _s26_33, _s60_1, _s21_96, _s21_97, _s26_34, _s34_21, _s16_176, _s16_177, _s21_98, _s47_4, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_178, _s16_179, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_109, _s17_110, "item_tax_rates", "Item Tax Rates", _s18_94, _s22_80, "configure_rates", "Configure rates", _s18_95, _s18_96, "tax_settings", "Tax Settings", _s18_97, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_66, _s20_94, "options", "Options", _s16_180, _s16_181, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_45, _s39_8, "submit", "Submit", _s16_182, _s21_145, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_183, _s16_184, "before_due_date", _s19_67, "after_due_date", _s18_98, _s18_99, _s22_71, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_99, _s21_100, "quote_email", "Quote Email", _s16_185, _s16_186, _s16_187, _s16_188, "administrator", "Administrator", _s18_100, _s66_0, "user_management", "User Management", "users", "Users", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_50, "updated_user", _s25_51, "archived_user", _s26_35, "deleted_user", _s25_52, "removed_user", _s25_53, "restored_user", _s26_36, "archived_users", _s34_22, "deleted_users", _s33_28, "removed_users", _s33_29, "restored_users", _s34_23, _s16_189, _s16_190, "invoice_options", "Invoice Options", _s17_111, _s17_112, _s22_72, _s87_, _s23_41, "Embed Documents", _s28_30, _s39_9, _s16_191, "Show Header on", _s16_192, "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_101, "Auto Email", _s23_42, _s52_4, _s18_102, "Auto Archive", _s23_43, _s55_1, _s18_103, "Auto Convert", _s23_44, _s58_4, _s17_113, _s17_114, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Fortnightly", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_115, "Three months", _s16_193, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_194, "Three Years", "never", "Never", "company", "Company", _s17_116, _s17_117, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_195, _s16_196, "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_118, _s17_119, "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_120, _s17_121, _s16_197, "Show on PDF", _s21_101, _s51_6, _s25_54, _s22_73, _s30_12, _s61_, _s23_45, _s20_95, _s28_31, _s59_0, _s25_55, _s17_122, _s30_13, _s42_13, _s23_46, "Quote Signature", _s22_74, _s25_56, _s27_46, _s142_, "authorization", "Authorisation", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Regards,", _s24_56, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_198, _s16_199, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_68, "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_69, _s19_70, "credentials", "Credentials", "update_address", "Update Address", _s19_71, _s45_10, "rate", "Rate", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_200, _s29_23, _s16_201, _s29_24, _s17_123, _s34_28, _s16_202, _s29_25, _s17_124, _s30_14, _s18_104, _s38_15, _s17_125, _s37_14, _s18_105, _s38_16, "fill_products", _s18_153, _s18_106, _s71_, "update_products", _s20_124, _s20_96, _s65_1, _s16_203, _s16_204, _s21_102, _s61_3, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_205, _s16_206, _s19_72, "New Gateway", _s20_97, "Edit Gateway", _s23_47, _s28_32, _s23_48, _s28_33, _s24_57, _s29_26, _s23_49, _s28_34, _s24_58, _s29_27, _s25_57, _s37_15, _s24_59, _s36_10, _s25_58, _s37_16, _s16_207, _s16_208, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_103, _s21_104, _s23_50, _s23_51, "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_107, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_73, _s19_74, _s17_126, _s17_127, _s19_75, _s19_76, _s18_108, _s18_109, _s18_110, _s18_111, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_37, "updated_group", _s26_38, "archived_groups", _s35_18, "deleted_groups", _s34_24, "restored_groups", _s35_19, "archived_group", _s27_47, "deleted_group", _s26_39, "restored_group", _s27_48, "upload_logo", "Upload Logo", "uploaded_logo", _s26_40, "logo", "Logo", "saved_settings", _s27_49, _s16_209, _s16_210, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_128, _s17_129, "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_52, _s21_105, _s22_75, _s20_98, _s19_77, "Data Visualisations", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_50, _s28_35, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_79, _s19_80, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_59, _s25_60, _s24_60, _s24_61, _s33_30, _s77_1, "i_agree_to_the", "I agree to the", _s16_211, _s16_212, "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_112, _s18_113, _s21_106, _s34_25, "download", "Download", _s27_51, _s27_71, "take_picture", "Take Picture", "upload_files", "Upload Files", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_130, _s30_15, _s16_213, _s29_28, _s17_131, _s30_16, _s16_214, _s29_29, _s17_132, _s30_17, _s18_114, _s38_17, _s17_133, _s37_17, _s18_115, _s38_18, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_215, "Logged", _s16_216, "Pending", _s16_217, "Invoiced", "converted", "Converted", _s24_62, _s24_63, "exchange_rate", "Exchange Rate", _s16_218, _s16_307, "mark_paid", "Mark Paid", "category", "Category", "address", "Address", "new_vendor", "New Vendor", "created_vendor", _s27_52, "updated_vendor", _s27_53, "archived_vendor", _s28_36, "deleted_vendor", _s27_54, "restored_vendor", _s28_37, _s16_219, _s36_21, "deleted_vendors", _s35_27, _s16_220, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_38, "updated_expense", _s28_39, _s16_221, _s29_30, "deleted_expense", _s28_40, _s16_222, _s29_31, _s17_134, _s30_38, _s16_223, _s29_60, _s17_135, _s37_18, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_107, _s21_108, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_61, "stopped_task", _s25_62, "resumed_task", _s25_63, "now", "Now", _s16_224, _s16_225, "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_64, "updated_task", _s25_65, "archived_task", _s26_41, "deleted_task", _s25_66, "restored_task", _s26_42, "archived_tasks", _s34_29, "deleted_tasks", _s33_34, "restored_tasks", _s34_26, _s19_81, _s19_82, "budgeted_hours", "Budgeted Hours", "created_project", _s28_41, "updated_project", _s28_42, _s16_226, _s29_32, "deleted_project", _s28_43, _s16_227, _s29_33, _s17_136, _s37_26, _s16_228, _s36_17, _s17_137, _s37_19, "new_project", "New Project", _s27_55, _s28_44, "if_you_like_it", _s21_109, "click_here", "click here", _s18_116, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_18, _s42_14, "locked", "Locked", "authenticate", "Authenticate", _s19_83, _s19_84, _s24_64, _s24_65, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_97, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_138, _s17_139, "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", "all_time", "All Time", "custom", "Custom", _s16_229, _s16_230, "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_99, _s20_100, "billing_address", "Billing Address", _s16_231, _s16_232, "total_revenue", "Total Revenue", "average_invoice", "Average Invoice", "outstanding", "Outstanding", "invoices_sent", _s20_108, "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_233, _s16_234, _s23_53, _s23_54, _s26_43, _s26_44, _s21_110, _s21_111, _s26_45, _s26_46, "ascending", "Ascending", "descending", "Descending", "save", "Save", _s17_140, _s17_141, "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_85, _s30_19, "error", "Error", _s16_235, _s16_236, "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_237, _s16_238, "product", "Product", "products", "Products", "new_product", "New Product", "created_product", _s28_45, "updated_product", _s28_46, _s16_239, _s29_34, "deleted_product", _s28_47, _s16_240, _s29_35, _s17_142, _s37_27, _s16_241, _s36_18, _s17_143, _s37_20, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "Customer", "clients", "Clients", "new_client", "New Client", "created_client", _s27_56, "updated_client", _s27_57, "archived_client", _s28_48, _s16_242, _s36_22, "deleted_client", _s27_58, "deleted_clients", _s35_28, "restored_client", _s28_49, _s16_243, _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_50, "updated_invoice", _s28_51, _s16_244, _s29_36, "deleted_invoice", _s28_52, _s16_245, _s29_37, _s17_144, _s37_30, _s16_246, _s36_23, _s17_145, _s37_21, "emailed_invoice", _s28_77, "emailed_payment", _s28_69, "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_247, _s16_248, "paid_date", "Paid Date", "status", "Status", _s17_146, "Invoice Status", "quote_status", "Quote Status", _s22_76, _s22_77, _s22_78, _s19_98, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_101, _s20_102, _s22_79, _s22_80, _s24_66, _s24_67, "task_rate", "Task Rate", "settings", "Settings", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Tax", _s30_20, _s30_21, _s27_59, _s27_60, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial/Deposit", "paid", "Paid", "mark_sent", "Mark Sent", _s22_81, _s35_20, _s22_82, _s35_20, _s23_55, _s36_14, _s23_56, _s36_14, "done", "Done", _s37_22, _s37_23, "dark_mode", "Dark Mode", _s27_61, _s35_22, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Activity", _s16_249, _s16_250, "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Payment Terms", "payment_date", "Payment Date", "payment_status", "Payment Status", _s16_251, "Pending", _s16_252, "Voided", _s16_253, "Failed", _s16_254, "Completed", _s16_255, _s18_78, _s16_256, "Refunded", _s17_147, "Unapplied", _s17_148, _s19_50, "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_23, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customise", "history", "History", "payment", "Payment", "payments", "Payments", "refunded", "Refunded", "payment_type", "Payment Type", _s21_112, _s21_113, "enter_payment", "Enter Payment", "new_payment", "Enter Payment", "created_payment", _s28_53, "updated_payment", _s28_54, _s16_257, _s29_38, "deleted_payment", _s28_55, _s16_258, _s29_39, _s17_149, _s37_31, _s16_259, _s36_24, _s17_150, _s37_24, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_47, "updated_quote", _s26_48, "archived_quote", _s27_62, "deleted_quote", _s26_49, "restored_quote", _s27_63, "archived_quotes", _s35_29, "deleted_quotes", _s34_30, "restored_quotes", _s35_24, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_56, "activity_2", _s29_40, "activity_3", _s28_57, "activity_4", _s30_22, "activity_5", _s30_23, "activity_6", _s54_2, "activity_7", _s44_7, "activity_8", _s31_17, "activity_9", _s30_24, "activity_10", _s82_, "activity_11", _s30_25, "activity_12", _s31_18, "activity_13", _s30_26, "activity_14", _s28_58, "activity_15", _s28_59, "activity_16", _s29_41, "activity_17", _s28_60, "activity_18", _s26_50, "activity_19", _s26_51, "activity_20", _s50_12, "activity_21", _s28_61, "activity_22", _s27_64, "activity_23", _s26_52, "activity_24", _s27_65, "activity_25", _s31_19, "activity_26", _s29_42, "activity_27", _s31_20, "activity_28", _s29_43, "activity_29", _s42_15, "activity_30", _s28_62, "activity_31", _s29_44, "activity_32", _s28_63, "activity_33", _s29_45, "activity_34", _s30_27, "activity_35", _s31_21, "activity_36", _s30_28, "activity_37", _s31_22, "activity_39", _s50_13, "activity_40", _s64_0, "activity_41", _s41_10, "activity_42", _s24_68, "activity_43", _s24_69, "activity_44", _s25_67, "activity_45", _s24_70, "activity_46", _s25_68, "activity_47", _s30_29, "activity_48", _s24_75, "activity_49", _s24_76, "activity_50", _s25_71, "activity_51", _s24_77, "activity_52", _s25_72, "activity_53", _s26_53, "activity_54", _s27_72, "activity_55", _s31_28, "activity_56", _s27_73, "activity_57", _s39_10, "activity_58", _s31_23, "activity_59", _s32_17, "activity_60", _s28_61, "activity_61", _s28_64, "activity_62", _s28_65, "activity_63", _s61_0, "activity_64", _s62_0, "activity_65", _s61_1, "activity_66", _s63_3, "activity_80", _s40_5, "activity_81", _s40_6, "activity_82", _s41_8, "activity_83", _s40_7, "activity_84", _s41_9, _s17_151, _s17_152, "emailed_quote", _s26_58, "emailed_credit", _s27_74, _s20_103, _s33_31, _s21_114, _s34_27, "expired", "Expired", "all", "All", "select", "Select", _s22_83, _s22_84, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_117, _s18_118, _s24_71, _s24_72, _s29_46, _s29_47, _s27_66, _s27_67, _s31_24, _s31_25, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_86, _s19_87, _s19_88, _s19_89, _s22_85, _s22_86, _s22_87, _s22_88, _s21_115, _s21_116, _s21_117, _s21_118, _s21_119, _s21_120, _s21_121, _s21_122, _s22_89, _s22_90, _s22_91, _s22_92, _s22_93, _s22_94, _s22_95, _s22_96, _s20_104, _s20_105, _s20_106, _s20_107, _s21_123, _s21_124, _s21_125, _s21_126, _s21_127, _s21_124, _s21_128, _s21_126, _s18_119, _s18_120, "counter_padding", "Counter Padding", _s28_66, _s27_75, _s18_121, _s18_122, _s18_123, _s18_124, _s18_125, _s18_126, _s18_127, _s18_128, _s18_129, _s18_130, _s18_131, _s18_132, _s21_129, _s21_130, _s19_90, _s19_91, _s21_131, _s21_132, _s29_48, _s29_49, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_260, _s16_261, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_262, "vendor_address1", "Vendor Street", "vendor_address2", _s16_263, _s24_73, _s22_97, _s24_74, _s25_69, "type", "Type", "invoice_amount", "Invoice Amount", _s16_264, "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_153, _s18_83, _s17_154, _s18_84, _s17_155, _s18_85, _s17_156, _s18_86, "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_92, _s19_93, _s16_265, _s16_275, _s19_94, _s19_95, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_133, _s18_134, _s16_266, _s16_267], t1, t1), "et", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "Perioodilisus", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "T\xfchista linkimine", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "Admin", "owner", "Omanik", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Total Hours", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "Billable", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, _s22_4, _s25_5, _s25_6, _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", _s39_11, _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", "Payment Links", "action", "Toiming", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "Schedule", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", "Arhiveeri Makse", "archive_invoice", "Arhiveeri Arve", "archive_quote", "Arhiveeri Pakkumus", "archive_credit", "Arhiveeri krediit", "archive_task", "Arhiveeri \xdclesanne", "archive_client", "Arhiveeri Klient", "archive_project", "Arhiveeri Projekt", "archive_expense", "Arhiveeri kulud", "restore_payment", "Taasta Makse", "restore_invoice", "Taasta Arve", "restore_quote", "Taasta Pakkumus", "restore_credit", "Taasta ettemaks", "restore_task", "Taasta \xdclesanne", "restore_client", "Taasta Klient", "restore_project", "Taasta Projekt", "restore_expense", "Taasta kulud", "archive_vendor", "Arhiveeri tarnija", "restore_vendor", "Taasta tarnija", "create_product", "Lisa Toode", "update_product", "Update Product", "delete_product", "Kustuta Toode", "restore_product", "Taasta Toode", "archive_product", "Arhiveeri Toode", _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "Makseviisid", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", "Postal/City", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "Tund", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Last 365 Days", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, _s35_, "upload", "Lae \xfcles", _s17_7, _s17_8, _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Update Payment", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "Kustuta Projekt", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, _s21_17, _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, "Salvesta vaiketingimusena", _s22_12, "Salvesta kui vaikimis jalus", "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, _s21_23, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, "Pangakonto loomine \xf5nnestus", _s20_18, "Pangakonto v\xe4rskendamine \xf5nnestus", _s17_14, "Redigeeri pangakontot", _s16_28, _s16_29, "account_type", "Konto t\xfc\xfcp", _s16_30, _s16_268, _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "Valitud", _s21_24, _s34_2, _s18_15, _s18_16, "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "Uuenda ettemaksu", "delete_credit", "Kustuta krediit", "transaction", "Transaction", "transactions", "Transactions", "new_transaction", "New Transaction", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, _s26_7, "bank_account", "Pangakonto", "bank_accounts", _s24_84, _s21_25, "Pangakonto arhiveerimine \xf5nnestus", _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Connect", _s23_9, _s23_10, _s18_19, _s18_20, "client_email", "Client Email", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_27, "Active Invoices", _s26_8, _s20_26, _s24_16, _s18_21, _s23_11, _s17_18, _s19_22, "Active Quotes", _s21_28, "Approved Quotes", _s23_12, _s17_19, _s18_22, "Logged Tasks", _s20_27, "Invoiced Tasks", _s16_35, "Paid Tasks", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s44_0, "activity_131", _s44_1, "activity_132", _s45_3, "activity_133", _s44_2, "activity_134", _s45_4, "activity_135", _s44_3, "activity_136", _s46_1, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, _s39_3, "resend", "Resend", "verify", "Verify", _s18_23, _s29_10, _s20_28, _s20_29, _s19_23, _s19_24, _s24_18, _s46_2, _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Merge Into", "merge", "\xdchendage", _s21_32, _s21_33, _s19_25, _s29_11, _s17_23, _s17_24, "activate", "Activate", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", "Send Now", "received", "Received", _s19_26, _s19_27, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_4, _s34_7, _s47_, _s22_19, _s22_20, _s22_21, _s22_22, _s27_10, _s34_8, _s24_19, _s25_13, "yes_its_great", _s16_42, "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", "Vendor Details", _s22_26, _s22_27, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "N\xf5ustu", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Send Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Accepted", _s22_28, _s22_29, _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, _s24_22, _s37_5, _s42_2, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_30, _s18_31, _s19_29, _s19_30, _s22_33, _s35_3, _s22_34, _s35_4, _s23_17, _s36_0, _s22_35, _s35_5, _s22_36, _s35_6, _s23_18, _s36_1, _s21_40, _s21_41, _s22_37, _s22_38, "login_url", "Login URL", _s16_46, "Makseseaded", "default", "Vaikimisi", "stock_quantity", "Stock Quantity", _s22_39, _s22_40, "track_inventory", "Track Inventory", _s20_41, _s63_0, _s19_31, _s19_32, _s24_23, _s50_2, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_32, _s18_33, "add_gateway", "Lisa L\xfc\xfcs", _s24_24, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_25, _s24_26, _s31_6, "Invoice Sent", _s24_27, _s24_28, _s29_13, _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_33, _s63_1, "use_quote_terms", "Use Quote Terms", _s20_42, _s37_6, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, _s45_6, "register_label", _s30_4, "login_label", _s28_9, "add_to_invoice", "Lisa arvele :invoice", _s17_30, _s17_31, "week", "N\xe4dal", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, _s46_14, _s20_44, _s20_45, _s25_15, _s45_11, _s16_48, "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_8, "change_status", "Change Status", "fees_sample", "Arve summas :amount viivis oleks :total.", _s19_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", _s33_11, "stopped_tasks", _s33_12, "approved_quote", _s27_68, "approved_quotes", _s35_7, "approve", "Kinnita", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, _s16_269, _s24_30, _s44_6, "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_51, _s16_52, "purged_client", _s26_12, _s27_16, _s77_0, _s22_42, _s34_9, "small", "Small", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Tavaline", "large", "Large", "extra_large", "V\xe4ga suur", _s16_54, "Kuva PDF-i eelvaade", _s21_48, "Kuva PDF-i eelvaade arvete redigeerimise ajal", "print_pdf", "Prindi PDF", "remind_me", "Tuleta mulle meelde", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Peida eelvaade", "edit_record", "Redigeeri kirjet", _s27_17, "Ettemaksusumma ei tohi olla suurem kui arve summa", "giropay", "GiroPay", "direct_debit", "Otsekorraldusega", _s21_49, "Palun m\xe4\xe4ra konto parool", "set_password", "Sea Salas\xf5na", _s17_33, _s59_, _s16_58, _s58_1, _s20_49, _s33_13, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", "Eelvolitatud deebetmaksed", "becs", "BECS otsekorraldus", "bulk_download", "Lae alla", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, "Kliendi postiindeks", _s17_35, "Kliendi KMKR number", "has_tasks", "Has Tasks", "registration", "Registreerimine", _s27_18, "Volitage Stripe v\xf5rgumakseid vastu v\xf5tma.", "view_expense", "Vaadake kulu # :expense", "view_statement", "Vaata aruannet", "sepa", _s17_159, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, "V\xe4rskendage k\xf5iki kirjeid", "system", "S\xfcsteem", _s19_38, "M\xe4\xe4rake vaikeettev\xf5te", "updated_company", "Ettev\xf5tte v\xe4rskendamine \xf5nnestus", "kbc", "KBC", "bancontact", "Blokeeri kontakt", _s19_40, "Aidake meil t\xe4iustada, \xf6elge meile p\xf5hjus (valikuline)", "webhook_success", "Webhook Success", _s24_31, "K\xf5ik \xfclesanded peavad kuuluma samale kliendile", _s27_19, "K\xf5ik kulud peavad kuuluma samale kliendile", "app", "Rakendus", _s20_50, "Parima suutlikuse saavutamiseks laadige alla rakendus :app", _s16_59, _s16_270, _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "Kellelt Nimi", _s16_60, _s16_61, _s17_38, "Korduva kulu", _s18_39, "Korduvad kulud", _s21_50, "Uus Korduv kulu", _s22_44, "Redigeeri Korduv kulu", _s25_16, "Korduva kulu loomine \xf5nnestus", _s25_17, "Korduva kulu v\xe4rskendamine \xf5nnestus", _s26_13, "Korduva kulu arhiveerimine \xf5nnestus", _s25_18, _s38_4, _s25_19, _s38_5, _s26_14, "Korduva kulu taastamine \xf5nnestus", _s24_32, _s24_33, _s25_20, _s25_21, "last_sent_date", "Viimase saatmise kuup\xe4ev", "include_drafts", "Kaasa mustandid", _s19_42, "Kaasake aruannetesse kirjete mustandid", "is_invoiced", "Is Invoiced", "change_plan", "Manage Plan", "persist_data", "Persist Data", "customer_count", "Klientide arv", _s16_62, "Kinnitage kliendid", _s16_64, _s16_65, _s28_11, "Google Analyticsi j\xe4lgimise ID", "decimal_comma", "K\xfcmnendkoma", _s26_15, "Kasutage vormides koma k\xfcmnendkohana", "select_method", "Valige meetod", "select_platform", "Valige Platvorm", _s28_13, "Kasutage Gmailiga \xfchenduse loomiseks veebirakendust", _s16_66, "Kauba maksum\xe4\xe4rad on keelatud", "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "user_guide", "Kasutusjuhend", _s18_41, "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_9, "K\xfclgriba aktiivne taustav\xe4rv", _s25_22, "K\xfclgriba aktiivne fondiv\xe4rv", _s33_14, "K\xfclgriba mitteaktiivne taustav\xe4rv", _s27_20, "K\xfclgriba passiivne fondi v\xe4rv", _s36_3, "Tabeli alternatiivse rea taustav\xe4rv", _s31_11, "Arve p\xe4ise taustav\xe4rv", _s25_24, "Arve p\xe4ise fondi v\xe4rv", "net_subtotal", "Neto kokku", "review_app", "Vaadake rakendus \xfcle", "check_status", "Kontrolli olekut", "free_trial", "Tasuta prooviversioon", _s23_22, "Pro-paketi prooviperiood l\xf5peb :count p\xe4eva p\xe4rast, kl\xf5psake versiooniuuendamiseks.", _s21_52, "T\xe4na on Pro-paketi prooviversiooni viimane p\xe4ev, kl\xf5psake versiooniuuendamiseks.", "change_email", "Muuda meiliaadressi", _s25_26, _s52_0, _s21_53, "Portaalis kuvatud \xfclesanded", "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Impordi Andmed", "import_settings", "Impordi s\xe4tted", _s17_40, "Esitage JSON-fail", _s19_43, "Valige importimiseks seaded ja/v\xf5i andmed", "json", "JSON", _s24_34, "\xdchtegi makset\xfc\xfcpi pole lubatud", "wait_for_data", "Palun oodake andmete laadimise l\xf5petamist", "net_total", "Netosumma", "has_taxes", "On maksud", _s16_67, "Impordi kliendid", _s18_43, "Klientide importimine algas edukalt", "login_success", "Sisselogimine \xf5nnestus", "login_failure", "Sisselogimine eba\xf5nnestus", "exported_data", _s67_, _s23_23, "Sisaldab kustutatud kliente", _s28_15, "Laadige kustutatud klientidele kuuluvad kirjed", "step_1_sign_in", "1. samm: logige sisse", _s16_70, "2. samm: autoriseerimine", "account_id", "Konto ID", _s27_22, _s35_11, "activity_100", _s50_8, "activity_101", _s50_9, "activity_102", _s51_3, "activity_103", _s50_10, "activity_104", _s51_4, _s18_44, "N\xe4ita \xfclesande l\xf5ppkuup\xe4eva", _s23_25, "Lubage \xfclesande l\xf5ppkuup\xe4eva m\xe4\xe4ramine", "gateway_setup", "Gateway Setup", "preview_sidebar", "K\xfclgriba eelvaade", _s16_71, "N\xe4idatud aastate andmed", _s18_46, "K\xf5ik seansid on edukalt l\xf5ppenud", _s16_73, "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_47, "Kontakti Eesnimi", _s17_42, "Kontakti Perekonnanimi", "order", "Telli", "unassigned", "M\xe4\xe4ramata", "partial_value", "Peab olema suurem kui null ja v\xe4iksem kui kogusumma", "search_kanban", _s16_314, "search_kanbans", _s16_314, "kanban", "Kanban", "enable", "Luba", "move_top", "Liigu \xfcles", "move_up", "Liigu \xfcles", "move_down", "Liigu alla", "move_bottom", "Liigu alla", "subdomain_help", _s61_2, _s21_55, _s53_, _s25_27, _s37_8, _s17_44, _s17_45, "is_viewed", "On vaadatud", "letter", "Kiri", "legal", "Juriidiline", "page_layout", "Lehe kujundus", "portrait", "Portrait", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, "Arve tasumise tingimused", _s17_46, "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_49, _s18_50, "promo_code", "Promo code", "promo_discount", "Promo allahindlus", _s18_51, "Luba t\xfchistamine", _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Prooviversioon lubatud", "trial_duration", "Prooviperioodi kestus", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Tagastamisperiood", _s21_60, _s21_61, "purchase_page", "Ostu leht", "security", "Turvalisus", "email_bounced", "E-post p\xf5rkus tagasi", _s20_53, "R\xe4mpsposti kaebus", "email_delivery", "E-posti teel kohaletoimetamine", _s16_77, _s16_78, "pdf_response", "PDF vastus", _s22_46, "Autentimise eba\xf5nnestumine", "pdf_failed", "PDF eba\xf5nnestus", "pdf_success", "PDF \xf5nnestus", "modified", "Muudetud", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, _s26_18, "connect_gmail", "Connect Gmail", _s16_81, _s16_82, "connected_gmail", _s28_16, _s18_55, _s31_14, _s16_83, _s100_, _s16_84, _s16_85, "count_minutes", ":count Minutes", _s16_86, _s16_87, _s29_15, _s28_67, "use_last_email", "Use last email", _s16_88, _s16_89, _s21_65, _s51_7, _s27_24, _s35_13, _s27_25, _s27_26, _s34_13, _s52_1, "help_translate", "Help Translate", _s23_26, _s23_27, "resend_invite", "Saada kutse uuesti", _s19_45, _s25_28, _s16_90, _s30_6, _s19_46, _s33_20, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_10, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_66, _s46_9, _s18_56, "Kahefaktoriline autentimine edukalt rakendatud", "connect_google", "Connect Google", _s17_50, _s17_51, _s17_52, "Kaheastmeline Autentimine", _s18_57, _s18_58, _s34_14, _s34_15, "stay_logged_in", "Stay Logged In", _s23_28, _s40_4, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_47, _s19_48, _s17_53, _s17_54, "resend_email", "Resend Email", _s26_19, _s33_21, _s16_91, "Tagastatud makse", _s19_49, _s19_50, _s19_51, _s45_8, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_55, _s17_56, _s27_27, _s51_5, _s21_67, _s97_, "this_quarter", "See kvartal", "last_quarter", "Viimane kvartal", "to_update_run", "To update run", _s18_59, "Muuda Arveks", _s16_92, "Registreerimise URL", "invoice_project", "Arve projekt", "invoice_task", "Koosta \xfclesande arve", "invoice_expense", "Arve kulu", _s19_52, _s21_68, _s20_59, _s27_28, _s16_94, "Salvesta ja eelvaade", "save_and_email", "Salvesta ja saada meil", _s16_96, _s16_97, _s16_98, "Konverteeritud summa", _s17_57, "Konverteeritud saldo", _s22_48, _s22_49, _s24_36, _s24_37, "converted_total", "Converted Total", "is_sent", "On saadetud", _s17_59, "Vaikimisi Dokumendid", "document_upload", "Dokumendi \xfcleslaadimine", _s20_60, "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_69, _s21_70, _s26_20, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Viimased \xfclesanded", "recent_expenses", "Viimased kulud", _s17_61, "Eelseisvad kulud", "update_app", "V\xe4rskenda rakendust", "started_import", "Impordi alustamine \xf5nnestus", _s24_38, _s24_39, _s20_61, _s20_62, _s18_61, _s18_62, "column", "Tulp", "sample", "N\xe4idis", "map_to", "Map To", "import", "Import", _s25_29, _s29_16, "select_file", "Valige fail", _s16_100, _s16_101, "csv_file", "CSV fail", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_50, _s24_40, "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_63, _s17_64, "sidebar_editor", "Sidebar Editor", _s22_51, "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_41, "Saadetud arved on lukus", _s24_43, "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_29, "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_45, "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_65, _s17_66, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Olek", "task_statuses", "\xdclesande olekud", "new_task_status", "Uus \xfclesande olek", _s16_102, "Redigeeri \xfclesande olekut", _s19_53, "\xdclesande olek on edukalt loodud", _s19_54, "\xdclesande staatus edukalt uuendatud", _s20_63, "\xdclesande olek on edukalt arhiveeritud", _s19_55, "\xdclesande olek on edukalt kustutatud", _s19_56, "\xdclesande olek on edukalt eemaldatud", _s20_64, "\xdclesande olek on edukalt taastatud", _s22_52, ":value \xfclesannete olekute arhiveerimine \xf5nnestus", _s21_71, ":value \xfclesannete olekute kustutamine \xf5nnestus", _s22_53, ":value \xfclesannete olekute taastamine \xf5nnestus", _s18_63, _s20_65, _s20_66, "Otsi :count \xfclesande olekuid", _s16_104, _s16_105, _s21_72, _s52_2, _s20_67, _s20_68, _s25_30, _s42_8, _s20_69, _s20_70, _s25_31, _s42_9, _s21_73, _s25_32, _s18_64, "Olekute seadistamine", "task_settings", "\xdclesande seaded", _s20_71, _s20_72, _s18_66, "Kulukategooriad", _s20_73, "Uus kulukategooria", _s21_74, _s21_75, _s24_46, "Kulukategooria loomine \xf5nnestus", _s24_47, "Kulukategooria v\xe4rskendamine \xf5nnestus", _s25_33, "Kulukategooria arhiiveerimine \xf5nnestus", _s24_48, "Kategooria edukalt kustutatud", _s24_49, "Kulukategooria eemaldamine \xf5nnestus", _s25_34, "Kulukategooria edukalt taastatud", _s27_31, "Edukalt arhiveeritud :count kulukategooriat", _s26_21, "Kulude :value kategooriad edukalt kustutatud", _s27_32, "Kulude :value kategooriad edukalt taastatud", _s23_30, _s25_35, _s25_36, _s32_14, _s21_76, _s21_77, "show_option", "N\xe4ita valikut", _s22_54, _s50_11, "view_changes", "Kuva muudatused", "force_update", "Sunniviisiline uuendus", _s17_67, "Kasutate uusimat versiooni, kuid saadaval v\xf5ib olla ootel parandusi.", "mark_paid_help", "J\xe4lgige, et kulu on tasutud", _s18_68, "Tuleks esitada arve", _s23_31, _s33_32, _s29_17, _s36_16, _s21_78, "M\xe4\xe4rake vahetuskurss", _s16_106, "Kuluseaded", _s18_69, "Klooni korduvasse", "crypto", "Kr\xfcpto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "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_68, _s17_69, "total_taxes", "Maksud kokku", "line_taxes", "Rea maksud", "total_fields", "V\xe4ljad kokku", _s25_37, "Korduva arve peatamine \xf5nnestus", _s25_38, "Korduva arve esitamine \xf5nnestus", _s25_39, "Korduva arve esitamise j\xe4tkamine \xf5nnestus", "gateway_refund", "Gateway Refund", _s19_57, _s43_2, "due_date_days", "T\xe4htaeg", "paused", "Peatatud", "mark_active", "M\xe4rgi aktiivseks", "day_count", "P\xe4ev :count", _s22_55, "Kuu esimene p\xe4ev", _s21_79, "Kuu viimane p\xe4ev", _s17_70, "Kasutage maksetingimusi", "endless", "L\xf5putu", "next_send_date", "J\xe4rgmise saatmise kuup\xe4ev", _s16_108, "\xdclej\xe4\xe4nud ts\xfcklid", _s17_72, "Perioodiline Arve", _s18_71, "Perioodilised Arved", _s21_81, "Uus Perioodiline Arve", _s22_57, "Redigeeri korduv arvet", _s25_40, "Korduv arve on edukalt loodud", _s25_41, "Korduva arve v\xe4rskendamine \xf5nnestus", _s26_22, "Kordusarve edukalt arhiveeritud", _s25_42, "Kordusarve edukalt kustutatud", _s25_43, "Korduva arve eemaldamine \xf5nnestus", _s26_23, "Kordusarve edukalt taastatud", _s27_33, ":value korduvad arved on edukalt arhiveeritud", _s26_24, ":value korduvad arved on edukalt kustutatud", _s27_34, ":value korduvad arved on edukalt taastatud", _s24_50, _s26_25, _s25_44, _s32_15, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_17, _s28_18, "profit", "Kasum", "line_item", "Line Item", _s18_73, _s18_74, _s23_32, _s35_25, _s19_58, _s19_59, _s24_51, _s52_3, "test_mode", "Testire\u017eiim", "opened", "Avatud", _s30_7, _s22_59, _s30_8, _s22_60, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Saada meil", _s17_74, _s17_75, "failure", "Eba\xf5nnestumine", "quota_exceeded", "Kvoot \xfcletatud", _s16_110, _s16_111, "system_logs", "S\xfcsteemi logid", "view_portal", "Vaata portaali", "copy_link", "Kopeeri link", "token_billing", "Salvestage kaardi andmed", _s24_52, "Tere tulemast Invoice Ninjasse", "always", "Alati", "optin", "Opt-In", "optout", "Opt-Out", "label", "Silt", "client_number", "Kliendi Number", "auto_convert", _s23_65, "company_name", "Ettev\xf5tte nimi", "reminder1_sent", "1. meeldetuletus saadetud", "reminder2_sent", "2. meeldetuletus saadetud", "reminder3_sent", "3. meeldetuletus saadetud", _s18_75, "Viimati saadetud meeldetuletus", "pdf_page_info", "Lehek\xfclg :current :total", _s16_112, "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_76, _s20_77, _s20_78, _s20_79, "completed", "L\xf5petatud", "gross", "Bruto", "net_amount", "Neto kogus", "net_balance", "Neto j\xe4\xe4k", "client_settings", "Kliendi seaded", _s17_76, "Valitud arved", _s17_78, "Valitud maksed", "selected_quotes", "Valitud hinnapakkumised", "selected_tasks", "Valitud \xfclesanded", _s17_80, "Valitud kulud", _s17_82, "Eesseisvad arved", _s17_84, "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_86, _s28_19, "api_webhooks", "API Webhooks", "search_webhooks", _s22_61, "search_webhook", _s16_113, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_20, "updated_webhook", _s28_21, _s16_114, _s29_18, "deleted_webhook", _s28_22, "removed_webhook", _s28_23, _s16_115, _s29_19, _s17_87, _s37_12, _s16_116, _s36_5, _s16_117, _s36_6, _s17_88, _s37_13, "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_60, "Kliendi registreerimine", _s24_54, "V\xf5imaldab klientidel end portaalis registreerida", "email_invoice", "Saada Arve", "email_quote", "Hinnapakkumine e-posti", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_81, "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_118, "J\xe4relej\xe4\xe4nud ettemakse", "contact_name", "Kontaktisiku nimi", "use_default", "Kasuta vaikeseadet", _s16_120, "L\xf5putud meeldetuletused", "number_of_days", "P\xe4evade arv", _s23_34, "Seadistage maksetingimused", "payment_term", "Maksetingimus", _s16_121, "Uus maksetingimus", _s17_90, "Muuda makset\xe4htaega", _s20_82, "Maksetingimus edukalt loodud", _s20_83, "Maksetingimus edukalt uuendatud", _s21_83, "Maksetingimus edukalt arhiveeritud", _s20_84, "Maksetingimus edukalt kustutatud", _s20_85, "Maksetingimus edukalt eemaldatud", _s21_84, "Maksetingimus edukalt taastatud", _s22_62, ":value maksetingimused edukalt arhiveeritud", _s21_85, ":value maksetingimused edukalt kustutatud", _s22_63, ":value maksetingimused edukalt taastatud", "email_sign_in", "Logige sisse e-postiga", "change", "Muuda", _s23_36, "Kas muuta mobiilipaigutust?", _s24_55, "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_77, _s20_125, _s16_123, "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_124, "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_94, "Arve t\xfchistamine \xf5nnestus", _s18_79, "Arvete t\xfchistamine \xf5nnestus", _s16_130, "Arve t\xfchistati edukalt", _s17_95, "Arved t\xfchistati edukalt", "reverse", "T\xfchista", "full_name", "T\xe4isnimi", _s17_96, _s17_97, _s17_98, _s17_99, "custom1", "Esimene Kohandatud", "custom2", "Teine Kohandatud", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Valikuline", "license", "Litsents", "purge_data", "Puhasta Andmed", _s16_131, _s32_16, _s18_80, "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_46, "Saa k\xf5ik teated", _s16_132, _s16_133, "apply_license", "Rakenda litsents", "cancel_account", "Kustuta Konto", _s22_64, "Hoiatus: See kustutab j\xe4\xe4davalt teie konto, ennistamis v\xf5imalus puudub.", "delete_company", "Kustuta Ettev\xf5te", _s22_65, "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_134, ":value kujundust edukalt arhiveeritud", "deleted_designs", ":value kujundust edukalt kustutatud", _s16_135, ":value kujundust edukalt taastatud", "proposals", "Pakkumised", "tickets", "Piletid", _s16_136, "Perioodilised Pakkumised", "recurring_tasks", "Korduvad \xfclesanded", _s18_81, "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_138, ":count ettemakset on edukalt arhiveeritud", "deleted_credits", ":count ettemakset on edukalt kustutatud", _s16_139, ":value ettemakset edukalt taastatud", "current_version", "Praegune versioon", "latest_version", "Uusim versioon", "update_now", "Uuendage kohe", _s26_30, "Saadaval on veebirakenduse uus versioon", _s16_140, "Uuendus saadaval", "app_updated", "Uuendus edukalt l\xf5pule viidud", "learn_more", "Rohkem teavet", "integrations", "Integrations", "tracking_id", "J\xe4lgimise ID", _s17_100, _s17_101, "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_146, "surcharge2", _s21_147, "surcharge3", _s21_148, "surcharge4", _s21_149, "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_87, "Kontakti viimane sisselogimine", _s17_102, "Kontakti t\xe4isnimi", "contact_phone", "Kontakt Telefon", _s21_86, "Kontakti kohandatud v\xe4\xe4rtus 1", _s21_87, "Kontakti kohandatud v\xe4\xe4rtus 2", _s21_88, "Kontakti kohandatud v\xe4\xe4rtus 3", _s21_89, "Kontakti kohandatud v\xe4\xe4rtus 4", _s17_104, "Shipping Street", _s17_105, _s18_89, "shipping_city", "Shipping City", "shipping_state", _s23_37, _s20_86, "Saatmise postiindeks", _s16_170, "Tarneriik", _s16_172, "Arvelduse t\xe4nav", _s16_173, "Arvelduse korter/sviit", "billing_city", "Arvelduse linn", "billing_state", "Arvelduse maakond", _s19_62, _s19_63, "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_174, "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_90, "Kaasake hiljutised vead logidest", _s30_11, "Saime teie s\xf5numi k\xe4tte ja proovime kiiresti vastata.", "message", "S\xf5num", "from", "Kellet", _s20_88, "Kuva toote \xfcksikasjad", _s25_48, "Lisage toote rippmen\xfc\xfcsse kirjeldus ja maksumus", _s20_90, "PDF-i renderdaja n\xf5uab versiooni :version", _s18_90, "Reguleerige viivise protsenti", _s23_38, "Viivise arvestamiseks kohandage protsenti", _s18_92, _s18_93, "support_forum", "Support Forums", "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_91, "Parool on liiga l\xfchike", _s20_91, "Parool peab sisaldama suurt\xe4hti ja numbrit", _s19_64, "Kliendiportaali \xfclesanded", _s23_39, _s23_40, _s20_92, "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_107, "N\xe4ita toote maksumust", "show_cost_help", "Lisav\xe4\xe4rtuse/kasumi j\xe4lgimiseks kuvage tootekulu v\xe4li", _s21_92, "N\xe4ita toote kogust", _s26_32, "Kuvage toote koguse v\xe4li, muidu vaikimisi \xfcks", _s21_94, "N\xe4ita arve kogust", _s26_33, "Kuvage rea\xfcksuse koguse v\xe4li, muul juhul vaikimisi \xfcks", _s21_96, _s21_97, _s26_34, _s34_21, _s16_176, "Vaikimisi kogus", _s21_98, "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_178, "Vaikimisi maksum\xe4\xe4r", "user", "Kasutaja", "invoice_tax", "Arve maks", "line_item_tax", "Rea artikli maks", "inclusive_taxes", "Kaasa arvatud maksud", _s17_109, "Arve maksum\xe4\xe4rad", "item_tax_rates", "Kauba maksum\xe4\xe4rad", _s18_94, "Valige klient", "configure_rates", "M\xe4\xe4rake m\xe4\xe4rad", _s18_95, _s18_96, "tax_settings", "Maksu Seaded", _s18_97, "Maksum\xe4\xe4rad", "accent_color", "Aktsentv\xe4rv", "switch", "Switch", _s19_66, "Komaga eraldatud loend", "options", "Valikud", _s16_180, "\xdcherealine tekst", "multi_line_text", "Mitmerealine tekst", "dropdown", "Rippmen\xfc\xfc", "field_type", "V\xe4lja t\xfc\xfcp", _s27_45, "Parooli taastamise meil on saadetud", "submit", "Sisesta", _s16_182, "Taasta oma parool", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Makse number", "late_fee_amount", "Viivise summa", _s16_183, _s16_315, "before_due_date", "Enne t\xe4htaega", "after_due_date", "P\xe4rast t\xe4htaega", _s18_99, "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_99, _s21_100, "quote_email", "Pakkumuse E-kiri", _s16_185, "L\xf5putu Meeldetuletus", _s16_187, "Filtreeritud kasutaja j\xe4rgi", "administrator", "Administraator", _s18_100, "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_189, "\xdcldised Seaded", "invoice_options", "Arve Valikud", _s17_111, "Peida Tasutud V\xe4li", _s22_72, "Ainult n\xe4ita 'Tasutud' v\xe4lja arvel, kui makse on loodud.", _s23_41, "Manusta dokumendid", _s28_30, "Lisage arvele lisatud pildid.", _s16_191, "N\xe4ita P\xe4ist", _s16_192, "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_101, "Automaatne meil", _s23_42, _s52_4, _s18_102, "Automaatne arhiveerimine", _s23_43, _s55_1, _s18_103, _s23_65, _s23_44, _s58_4, _s17_113, "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_115, "Kvartaalne", _s16_193, "Neli kuud", "freq_six_months", "Poolaastane", "freq_annually", "Aastane", "freq_two_years", "Kaks aastat", _s16_194, "Kolm aastat", "never", "Ei iial", "company", "Ettev\xf5te", _s17_116, "Genereeritud Numbrid", "charge_taxes", "Tasuda makse", "next_reset", "J\xe4rgmine l\xe4htestamine", "reset_counter", "L\xe4htestage loendur", _s16_195, _s16_196, "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_118, "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_120, "Kohandatud JavaScript", _s16_197, "N\xe4ita PDFis", _s21_101, "N\xe4ita kliendi allkirja arve/pakkumuse PDFis.", _s25_54, "Arve Tingimuste M\xe4rkeruut", _s30_12, "N\xf5ua kliendilt kinnitust, et ta n\xf5ustub arve tingimustega.", _s23_45, "Pakkumuse Tingimuste M\xe4rkeruut", _s28_31, "N\xf5ua kliendilt kinnitust, et ta n\xf5ustub hinnapakkumise tingimustega.", _s25_55, "Arve Allkiri", _s30_13, "N\xf5ua kliendi allkirja", _s23_46, "Pakkumuse Allkiri", _s22_74, "Salas\xf5naga Kaitstud Arved", _s27_46, "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_56, "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_198, "Lisage dokumendid", "attach_ubl", "Kinnitage UBL", "email_style", "Meili stiil", _s19_68, "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_315, "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_69, _s19_70, "credentials", "Credentials", "update_address", "V\xe4rskenda aadressi", _s19_71, "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_200, "Maksum\xe4\xe4r on edukalt loodud", _s16_201, "Maksum\xe4\xe4ra v\xe4rskendamine \xf5nnestus", _s17_123, "Maksum\xe4\xe4ra arhiivimine \xf5nnestus", _s16_202, "Maksum\xe4\xe4r kustutati edukalt", _s17_124, "Maksum\xe4\xe4r taastati edukalt", _s18_104, ":value maksum\xe4\xe4rad edukalt arhiveeritud", _s17_125, ":value maksum\xe4\xe4rad edukalt kustutatud", _s18_105, ":value maksum\xe4\xe4rad edukalt taastatud", "fill_products", "Automaatselt t\xe4idetavad tooted", _s18_106, "Toote valimine t\xe4idab automaatselt kirjelduse ja maksumuse", "update_products", "Toodete automaatne v\xe4rskendamine", _s20_96, "Arve v\xe4rskendamine toimub automaatselt v\xe4rskendage tootekogu", _s16_203, "Konverteeri tooteid", _s21_102, "Konverteerige toodete hinnad automaatselt kliendi valuutasse", "fees", "Fees", "limits", "Limiidid", "provider", "Pakkuja", "company_gateway", "Payment Gateway", _s16_205, _s16_206, _s19_72, "New Gateway", _s20_97, "Edit Gateway", _s23_47, _s28_32, _s23_48, _s28_33, _s24_57, _s29_26, _s23_49, _s28_34, _s24_58, _s29_27, _s25_57, _s37_15, _s24_59, _s36_10, _s25_58, _s37_16, _s16_207, "J\xe4tka redigeerimist", "discard_changes", "Loobu muudatustest", "default_value", "Vaikev\xe4\xe4rtus", "disabled", "Keelatud", "currency_format", "Valuuta vorming", _s21_103, "N\xe4dala esimene p\xe4ev", _s23_50, "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_107, "24 Hour Display", "send_reminders", "Saatke meeldetuletusi", "timezone", "Ajav\xf6\xf6nd", _s19_73, "Filtreeritud projekti j\xe4rgi", _s17_126, "Filtreeritud grupi j\xe4rgi", _s19_75, "Filtreeritud arve j\xe4rgi", _s18_108, "Filtreeritud kliendi j\xe4rgi", _s18_110, "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_19, "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_209, "Toote Seaded", "device_settings", "Seadme s\xe4tted", "defaults", "Vaikimisi", "basic_settings", "Elementaarsed Seaded", _s17_128, "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_316, "custom_fields", "Kohandatud V\xe4ljad", "invoice_design", "Arve Kujundus", "buy_now_buttons", "Osta Kohe Nupp", "email_settings", "E-posti Seaded", _s23_52, "Mallid ja meeldetuletused", _s22_75, _s24_84, _s19_77, "Andmete visualiseerimised", "price", "Hind", "email_sign_up", "Meili registreerumine", "google_sign_up", "Google'i registreerumine", _s27_50, "T\xe4name teid ostu eest!", "redeem", "Redeem", "back", "Tagasi", "past_purchases", "Varasemad ostud", _s19_79, "Aastane tellimus", "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count kasutajaid", "upgrade", "Uuendage", _s25_59, "Palun sisestage eesnimi", _s24_60, "Palun sisestage perekonnanimi", _s33_30, "Konto loomiseks n\xf5ustuge teenusetingimuste ja privaatsuspoliitikaga.", "i_agree_to_the", "ma n\xf5ustun", _s16_211, "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_112, "Kirjet pole valitud", _s21_106, "Palun salvestage v\xf5i t\xfchistage oma muudatused", "download", "Lae alla", _s27_51, _s27_71, "take_picture", "Tee pilt", "upload_files", "Upload Files", "document", "Dokument", "documents", "Dokumendid", "new_document", "Uus dokument", "edit_document", "Redigeeri dokumenti", _s17_130, "Dokument edukalt \xfcles laetud", _s16_213, "Dokument edukalt uuendatud", _s17_131, "Dokument edukalt arhiveeritud", _s16_214, "Dokument edukalt kustutatud", _s17_132, "Dokument edukalt taastatud", _s18_114, ":value dokumenti edukalt arhiveeritud", _s17_133, ":value dokumenti edukalt kustutatud", _s18_115, _s38_18, "no_history", "Ajalugu pole", "expense_date", "Kulu kuup\xe4ev", "pending", "Ootel", _s16_215, "Logitud", _s16_216, "Ootel", _s16_217, "Invoiced", "converted", "Teisendatud", _s24_62, _s24_63, "exchange_rate", "Vahetuskurss", _s16_218, "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_219, ":count tarnijaid on edukalt arhiveeritud", "deleted_vendors", ":count tarnijad on edukalt kustutatud", _s16_220, ":value tarnijat edukalt taastatud", "new_expense", "Sisestage kulu", "created_expense", "Kulu on edukalt loodud", "updated_expense", "Kulu edukalt uuendatud", _s16_221, "Kulu edukalt arhiveeritud", "deleted_expense", "Kulu edukalt kustutatud", _s16_222, "Kulud edukalt taastatud", _s17_134, "Kulud edukalt arhiveeritud", _s16_223, "Kulud edukalt kustutatud", _s17_135, ":value kulu edukalt taastatud", "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Kujundus", _s21_107, "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_224, "\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_81, "Palun sisesta nimi", "budgeted_hours", "Eelarvestatud tunnid", "created_project", "Projekt edukalt loodud", "updated_project", "Projekt edukalt uuendatud", _s16_226, "Projekt edukalt arhiveeritud", "deleted_project", "Projekt edukalt kustutatud", _s16_227, "Projekt edukalt taastatud", _s17_136, ":count projekti edukalt arhiveeritud", _s16_228, ":count projekti edukalt kustutatud", _s17_137, ":value projekti edukalt taastatud", "new_project", "Uus Projekt", _s27_55, "T\xe4name, et kasutasite meie rakendust!", "if_you_like_it", "Kui teile meeldib, palun", "click_here", "kl\xf5psake siin", _s18_116, "Kliki siia", "to_rate_it", "et seda hinnata.", "average", "Keskmine", "unapproved", "Kinnitamata", _s30_18, "Seadete muutmiseks autentige", "locked", "Lukustatud", "authenticate", "Autentimine", _s19_83, "Palun autentige", _s24_64, "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_138, "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", "all_time", "All Time", "custom", "Kohandatud", _s16_229, "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_99, "Redigeeri korduv pakkumist", "billing_address", "Arve aadress", _s16_231, "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_233, "V\xe4rskendus on l\xf5petatud", _s23_53, "Palun sisesta oma e-maili aadress", _s26_43, "Sisesta oma parool", _s21_110, "Sisesta oma URL", _s26_45, "Sisesta Toote kood", "ascending", "Kasvav", "descending", "Kahanev", "save", "Salvesta", _s17_140, "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_85, "Kopeeritud :value l\xf5ikelauale", "error", "Viga", _s16_235, "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_237, "E-post on kehtetu", "product", "Toode", "products", "Tooted", "new_product", "Uus Toode", "created_product", "Toote loomine \xf5nnestus", "updated_product", "Toote v\xe4rskendamine \xf5nnestus", _s16_239, "Toote arhiveerimine \xf5nnestus", "deleted_product", "Toode edukalt kustutatud", _s16_240, "Toode edukalt taastatud", _s17_142, ":count tooted edukalt arhiveeritud", _s16_241, ":count toodet edukalt kustutatud", _s17_143, ":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_242, ":count klienti on edukalt arhiveeritud", "deleted_client", "Kliendi kustutamine \xf5nnestus", "deleted_clients", ":count klienti on edukalt kustutatud", "restored_client", "Kliendi taastamine \xf5nnestus", _s16_243, ":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_244, "Arve edukalt arhiveeritud", "deleted_invoice", "Arve edukalt kustutatud", _s16_245, "Arve edukalt taastatud", _s17_144, ":count arvet edukalt arhiveeritud", _s16_246, ":count arvet edukalt kustutatud", _s17_145, ":value arvet edukalt taastatud", "emailed_invoice", "Arve edukalt saadetud", "emailed_payment", _s28_69, "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_247, _s16_248, "paid_date", "Paid Date", "status", "Staatus", _s17_146, "Arve staatus", "quote_status", "Pakkumise olek", _s22_76, "\xdcksuse lisamiseks kl\xf5psake +", _s22_78, "Aja lisamiseks kl\xf5psake +", "count_selected", ":count selected", "total", "Kokku", "percent", "Protsent", "edit", "Muuda", "dismiss", "Dismiss", _s20_101, "Palun valige kuup\xe4ev", _s22_79, "Palun valige klient", _s24_66, "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_20, "Palun sisestage arve number", _s27_59, "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_81, "Arve m\xe4rgiti edukalt saadetuks", _s22_82, _s35_21, _s23_55, "Arved m\xe4rgiti saadetuks", _s23_56, _s36_15, "done", "Valmis", _s37_22, "Sisestage kliendi v\xf5i kontaktisiku nimi", "dark_mode", "Tume Re\u017eiim", _s27_61, "Muudatuse rakendamiseks taask\xe4ivitage rakendus", "refresh_data", "V\xe4rskenda andmeid", "blank_contact", "T\xfchi kontakt", "activity", "Tegevus", _s16_249, "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_251, "Ootel", _s16_252, "T\xfchistatud", _s16_253, "Eba\xf5nnestunud", _s16_254, "L\xf5petatud", _s16_255, _s20_125, _s16_256, "Tagastatud", _s17_147, "Rakendamata", _s17_148, _s19_50, "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_112, "Tehingu Viide", "enter_payment", "Sisesta Makse", "new_payment", "Sisesta Makse", "created_payment", "Makse loomine \xf5nnestus", "updated_payment", "Makse v\xe4rskendamine \xf5nnestus", _s16_257, "Makse arhiivimine \xf5nnestus", "deleted_payment", "Makse kustutamine \xf5nnestus", _s16_258, "Makse taastamine \xf5nnestus", _s17_149, ":count makset on edukalt arhiveeritud", _s16_259, ":count makset on edukalt kustutatud", _s17_150, ":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", "Vendors", "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", _s82_, "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_32, "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_0, "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_75, "activity_49", _s24_76, "activity_50", _s25_71, "activity_51", _s24_77, "activity_52", _s25_72, "activity_53", _s26_53, "activity_54", _s27_72, "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_78, "activity_59", _s28_78, "activity_60", _s37_32, "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_3, "activity_80", _s40_5, "activity_81", _s40_6, "activity_82", _s41_8, "activity_83", _s40_7, "activity_84", _s41_9, _s17_151, "\xdchekordne parool", "emailed_quote", "Hinnapakkumise saatmine \xf5nnestus", "emailed_credit", "Ettemaks saadeti meili teel", _s20_103, "Hinnapakkumine m\xe4rgiti saadetuks", _s21_114, "Ettemaks m\xe4rgiti edukalt saadetuks", "expired", "Kehtetu", "all", "K\xf5ik", "select", "Vali", _s22_83, _s22_84, "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Kohandatud v\xe4\xe4rtus 3", "custom_value4", "Kohandatud v\xe4\xe4rtus 4", _s18_117, "Kohandatud e-posti stiil", _s24_71, _s24_72, _s29_46, "Kohandatud tasumata arve teade", _s27_66, "Kohandatud tasutud arve teade", _s31_24, "Kohandatud kinnitamata hinnapakkumise teade", "lock_invoices", "Lock Invoices", "translations", "T\xf5lked", _s19_86, "\xdclesande numbri muster", _s19_88, "\xdclesande numbri loendur", _s22_85, "Kulude numbri muster", _s22_87, "Kulude numbri loendur", _s21_115, "Tarnija numbri muster", _s21_117, "Tarnija numbri loendur", _s21_119, "Pileti numbri muster", _s21_121, "Pileti numbri loendur", _s22_89, "Makse numbri muster", _s22_91, "Makse numbri loendur", _s22_93, "Arve numbri muster", _s22_95, "Arve Numbri Loendur", _s20_104, "Hinnapakkumise numbri muster", _s20_106, "Hinnapakkumise numbriloendur", _s21_123, _s23_66, _s21_125, _s24_85, _s21_127, _s23_66, _s21_128, _s24_85, _s18_119, _s18_120, "counter_padding", "Counter Padding", _s28_66, _s27_75, _s18_121, "Vaikimisi maksunimi 1", _s18_123, "Vaikimisi maksum\xe4\xe4r 1", _s18_125, "Vaikimisi maksunimi 2", _s18_127, "Vaikimisi maksum\xe4\xe4r 2", _s18_129, "Vaikimisi maksunimi 3", _s18_131, "Vaikimisi maksum\xe4\xe4r 3", _s21_129, _s21_130, _s19_90, _s19_91, _s21_131, _s21_132, _s29_48, _s29_49, "show_table", "Kuva tabel", "show_list", "N\xe4ita loendit", "client_city", "Kliendi linn", "client_state", "Kliendi maakond", "client_country", "Kliendi riik", _s16_260, "Klient on aktiivne", "client_balance", "Kliendi saldo", "client_address1", "Kliendi t\xe4nav", "client_address2", "Kliendi korter/sviit", "vendor_address1", "Vendor Street", "vendor_address2", _s16_263, _s24_73, _s22_97, _s24_74, _s25_69, "type", "T\xfc\xfcp", "invoice_amount", "Arve summa", _s16_264, "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_153, _s21_146, _s17_154, _s21_147, _s17_155, _s21_148, _s17_156, _s21_149, "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_92, "Kulukategooria ID", _s16_265, "Kulu kategooria", _s19_94, "Arve valuuta ID", "tax_name1", "Maksu nimi 1", "tax_name2", "Maksu nimi 2", "tax_name3", "Maksu nimi 3", "transaction_id", "Tehingu ID", _s18_133, "Oleku v\xe4rviteema", _s16_266, "Laadige v\xe4rviteema"], t1, t1), "fi", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "Toistuvat", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Poista linkitys", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "Yll\xe4pito", "owner", "Omistaja", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Total Hours", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "Billable", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, _s22_4, _s25_5, _s25_6, _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", _s39_11, _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", "Payment Links", "action", "Toiminto", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "Aikataulu", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", "Arkistoi maksu", "archive_invoice", "Arkistoi lasku", "archive_quote", "Arkistoi tarjous", "archive_credit", "Arkistoi luottolasku", "archive_task", "Arkistoi teht\xe4v\xe4", "archive_client", "Arkistoi asiakas", "archive_project", "Arkistoi projekti", "archive_expense", "Arkistoi kulu", "restore_payment", "Palauta maksu", "restore_invoice", "Palauta lasku", "restore_quote", "Palauta tarjous", "restore_credit", "Palauta luotto", "restore_task", "Palauta teht\xe4v\xe4", "restore_client", "Palauta asiakas", "restore_project", "Palauta projekti", "restore_expense", "palauta kulu", "archive_vendor", "Arkistoi kauppias", "restore_vendor", "Palauta kauppias", "create_product", "Lis\xe4\xe4 tuote", "update_product", "Update Product", "delete_product", "Poista Tuote", "restore_product", "Palauta tuote", "archive_product", "Arkistoi tuote", _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "Maksutavat", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", "Postinumero/Kaupunki", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "Tunti", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Last 365 Days", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, _s35_, "upload", "Lataa palvelimelle", _s17_7, _s17_8, _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Update Payment", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "Poista projekti", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, "Rekister\xf6inti vaaditaan", _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Arvo", "is", "on", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "S\xe4\xe4nn\xf6t", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, "Tallenna oletusehdot", _s22_12, "Tallenna vakioalatunnisteeksi", "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, _s21_23, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, "Onnistuneesti luotu pankkitili", _s20_18, "Pankkitili on onnistuneesti p\xe4ivitetty", _s17_14, "Muokkaa pankkitili\xe4", _s16_28, _s16_29, "account_type", "K\xe4ytt\xe4j\xe4tilin tyyppi", _s16_30, "Uusi pankkitili", _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "Selected", _s21_24, _s34_2, _s18_15, _s18_16, "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "P\xe4ivit\xe4 hyvitys", "delete_credit", "Poista luottolasku", "transaction", "Transaction", "transactions", "Transactions", "new_transaction", "New Transaction", _s16_33, "Muokkaa tapahtumaa", _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, "Etsi tapahtuma", _s19_19, _s26_7, "bank_account", "Bank Account", "bank_accounts", "Luottokortit & pankit", _s21_25, "onnistuneesti arkistoitu pankkitili", _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Connect", _s23_9, _s23_10, _s18_19, _s18_20, "client_email", "Client Email", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_27, "Active Invoices", _s26_8, _s20_26, _s24_16, _s18_21, _s23_11, _s17_18, _s19_22, "Active Quotes", _s21_28, "Approved Quotes", _s23_12, _s17_19, _s18_22, "Logged Tasks", _s20_27, "Invoiced Tasks", _s16_35, "Paid Tasks", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s44_0, "activity_131", _s44_1, "activity_132", _s45_3, "activity_133", _s44_2, "activity_134", _s45_4, "activity_135", _s44_3, "activity_136", _s46_1, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, _s39_3, "resend", "Resend", "verify", "Verify", _s18_23, _s29_10, _s20_28, _s20_29, _s19_23, _s19_24, _s24_18, _s46_2, _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Merge Into", "merge", "Merge", _s21_32, _s21_33, _s19_25, _s29_11, _s17_23, _s17_24, "activate", "Activate", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", "Send Now", "received", "Received", _s19_26, _s19_27, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_4, _s34_7, _s47_, _s22_19, _s22_20, _s22_21, _s22_22, _s27_10, _s34_8, _s24_19, _s25_13, "yes_its_great", _s16_42, "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", "Vendor Details", _s22_26, _s22_27, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Send Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Accepted", _s22_28, _s22_29, _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, _s24_22, _s37_5, _s42_2, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_30, _s18_31, _s19_29, _s19_30, _s22_33, _s35_3, _s22_34, _s35_4, _s23_17, _s36_0, _s22_35, _s35_5, _s22_36, _s35_6, _s23_18, _s36_1, _s21_40, _s21_41, _s22_37, _s22_38, "login_url", "Login URL", _s16_46, "Maksujen asetukset", "default", "oletus", "stock_quantity", "Stock Quantity", _s22_39, _s22_40, "track_inventory", "Track Inventory", _s20_41, _s63_0, _s19_31, _s19_32, _s24_23, _s50_2, "vat", "VAT", "standing", "Tilanne", "view_map", "View Map", _s18_32, _s18_33, "add_gateway", "Lis\xe4\xe4 maksunv\xe4litt\xe4j\xe4", _s24_24, _s77_, "left", "Vasemmalla", "right", "Oikealla", "center", "Keskitetty", "page_numbering", "Sivunumerointi", _s24_25, "Sivunumeroinnin tasaus", _s31_6, "Lasku on l\xe4hetetty", _s24_27, _s24_28, _s29_13, _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_33, _s63_1, "use_quote_terms", "Use Quote Terms", _s20_42, _s37_6, "add_country", "Lis\xe4\xe4 maa", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, _s45_6, "register_label", _s30_4, "login_label", "Kirjaudu olemassaolevalle tilille", "add_to_invoice", "Lis\xe4\xe4 laskulle :invoice", _s17_30, "Laskuja ei l\xf6ydy", "week", "Viikko", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, _s46_14, _s20_44, _s20_45, _s25_15, _s45_11, _s16_48, "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_8, "change_status", "Change Status", "fees_sample", "The palkkio a :amount lasku would be :total.", _s19_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", _s33_11, "stopped_tasks", _s33_12, "approved_quote", _s27_68, "approved_quotes", _s35_7, "approve", "Hyv\xe4ksy", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, _s16_269, _s24_30, _s44_6, "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_51, _s16_52, "purged_client", "onnistuneesti purged asiakas", _s27_16, _s77_0, _s22_42, _s34_9, "small", "Small", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Remaining", "invoice_paid", "Lasku maksettu", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Normaali", "large", "Suuri", "extra_large", "Eritt\xe4in suuri", _s16_54, "N\xe4yt\xe4 PDF-esikatselu", _s21_48, "N\xe4yt\xe4 PDF-esikatselu laskujen k\xe4sittelyn aikana", "print_pdf", "Tulosta PDF", "remind_me", "Muistuta minua", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Piilota esikatselu", "edit_record", "Muokkaa tietuetta", _s27_17, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_49, _s30_5, "set_password", "Aseta salasana", _s17_33, _s59_, _s16_58, _s58_1, _s20_49, _s33_13, "disconnect", "Katkaise yhteys", "add_to_invoices", "Lis\xe4\xe4 laskuille", "acss", "Esihyv\xe4ksy debit korttimaksut", "becs", _s17_158, "bulk_download", "Lataa", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, "Asiakkaan postinumero", _s17_35, _s17_36, "has_tasks", "Has Tasks", "registration", "Rekister\xf6inti", _s27_18, _s50_7, "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_36, _s18_37, "system", "J\xe4rjestelm\xe4", _s19_38, _s19_39, "updated_company", _s28_10, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, _s40_2, _s27_19, _s43_0, "app", "App", _s20_50, _s46_8, _s16_59, _s16_270, _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "From nimi", _s16_60, _s16_61, _s17_38, "toistuva kulu", _s18_39, "toistuva kulut", _s21_50, "uusi toistuva kulu", _s22_44, "muokkaa toistuva kulu", _s25_16, "onnistuneesti luotu toistuva kulu", _s25_17, "onnistuneesti p\xe4ivitetty toistuva kulu", _s26_13, "onnistuneesti arkistoitu toistuva kulu", _s25_18, _s38_4, _s25_19, _s38_5, _s26_14, "onnistuneesti palautettu toistuva kulu", _s24_32, _s24_33, _s25_20, _s25_21, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_42, _s32_9, "is_invoiced", "Laskutettu", "change_plan", "Manage Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_62, _s16_63, _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "Decimal Comma", _s26_15, _s35_9, "select_method", "Select Method", "select_platform", "Select Platform", _s28_13, _s42_4, _s16_66, _s27_69, "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "user_guide", "User Guide", _s18_41, _s18_42, "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_9, _s31_10, _s25_22, _s25_23, _s33_14, _s33_15, _s27_20, _s27_21, _s36_3, _s36_4, _s31_11, "Laskun y\xe4tunnisteen taustav\xe4ri", _s25_24, "Laskun yl\xe4tunnisteen tekstiv\xe4ri", "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_22, _s57_0, _s21_52, _s62_1, "change_email", "Muuta s\xe4hk\xf6postiosoitetta", _s25_26, _s52_0, _s21_53, _s21_54, "uninvoiced", "Laskuttamatta", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Tuo tietoja", "import_settings", "Import Settings", _s17_40, _s28_14, _s19_43, _s48_0, "json", "JSON", _s24_34, _s24_35, "wait_for_data", _s42_5, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_67, _s16_68, _s18_43, _s40_3, "login_success", _s16_69, "login_failure", "Failed Login", "exported_data", _s67_, _s23_23, _s23_24, _s28_15, _s41_3, "step_1_sign_in", "Step 1: Sign In", _s16_70, _s17_41, "account_id", "Account ID", _s27_22, _s35_11, "activity_100", _s50_8, "activity_101", _s50_9, "activity_102", _s51_3, "activity_103", _s50_10, "activity_104", _s51_4, _s18_44, _s18_45, _s23_25, _s35_12, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_71, _s16_72, _s18_46, _s31_13, _s16_73, _s16_74, "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_47, "kontakti ensimm\xe4inen nimi", _s17_42, "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_55, _s53_, _s25_27, _s37_8, _s17_44, _s17_45, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, "Laskun maksuehdot", _s17_46, _s17_47, "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_49, _s18_50, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_51, _s18_52, _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Email Delivery", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, _s22_47, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, _s26_18, "connect_gmail", "Yhdist\xe4 Gmailiin", _s16_81, "Katkaise yhteys Gmailiin", "connected_gmail", _s28_16, _s18_55, "Gmail katkaistu onnistuneesti", _s16_83, _s100_, _s16_84, _s16_85, "count_minutes", ":count Minutes", _s16_86, _s16_87, _s29_15, _s28_67, "use_last_email", "Use last email", _s16_88, "Aktivoi yritys", _s21_65, _s51_7, _s27_24, "Tapahtui virhe, yrit\xe4 uudelleen", _s27_25, "Aseta ensin salasana", _s34_13, _s52_1, "help_translate", "Help Translate", _s23_26, "Valitse maa", "resend_invite", _s17_160, _s19_45, _s25_28, _s16_90, _s30_6, _s19_46, _s33_20, "delivered", "Delivered", "bounced", "Bounced", "spam", "Roskaposti", "view_docs", "Katso asiakirjoja", _s32_10, _s72_, "send_sms", "L\xe4het\xe4 tekstiviesti", "sms_code", "SMS Code", _s21_66, "Scan bar koodi a :link compatible app.", _s18_56, "Kaksivaiheinen tunnistautuminen otettu onnistuneesti k\xe4ytt\xf6\xf6n", "connect_google", "Yhdist\xe4 Googleen", _s17_50, "Katkaise yhteys Googleen", _s17_52, "Kaksivaiheinen tunnistautuminen", _s18_57, _s18_58, _s34_14, _s34_15, "stay_logged_in", "Stay Logged In", _s23_28, _s40_4, "count_hours", ":count tuntia", "count_day", "1 p\xe4iv\xe4", "count_days", ":count p\xe4iv\xe4\xe4", _s19_47, _s19_48, _s17_53, "Turvallisuusasetukset", "resend_email", "Uudelleenl\xe4het\xe4 s\xe4hk\xf6posti", _s26_19, "Vahvista s\xe4hk\xf6postiosoitteesi", _s16_91, "Hyvitetty maksu", _s19_49, _s19_50, _s19_51, _s45_8, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_55, _s17_56, _s27_27, _s51_5, _s21_67, _s97_, "this_quarter", "This Quarter", "last_quarter", "viime Quarter", "to_update_run", "To update run", _s18_59, "Muuta laskuksi", _s16_92, _s16_93, "invoice_project", "Lasku projekti", "invoice_task", "Laskuta teht\xe4v\xe4", "invoice_expense", "Lasku kulu", _s19_52, _s21_68, _s20_59, _s27_28, _s16_94, _s16_95, "save_and_email", "Tallenna ja l\xe4het\xe4 s\xe4hk\xf6postilla", _s16_96, "Tuetut tapahtumat", _s16_98, "Converted m\xe4\xe4r\xe4", _s17_57, _s17_58, _s22_48, _s22_49, _s24_36, _s24_37, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_59, "oletus Documents", "document_upload", "Document Upload", _s20_60, _s34_16, "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_69, _s21_70, _s26_20, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_61, _s17_62, "update_app", "Update App", "started_import", _s27_29, _s24_38, _s24_39, _s20_61, _s20_62, _s18_61, _s18_62, "column", "Sarake", "sample", "Otos", "map_to", "Map To", "import", "Tuo", _s25_29, _s29_16, "select_file", "yst\xe4v\xe4llisesti valitsee tiedosto", _s16_100, _s16_101, "csv_file", "CSV tiedosto", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Kirjanpito", _s22_50, _s24_40, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_63, _s17_64, "sidebar_editor", "Sidebar Editor", _s22_51, _s31_15, "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_41, "L\xe4hetetut laskut on lukittu", _s24_43, "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_29, "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_45, _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_65, _s17_66, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_102, _s16_103, _s19_53, _s32_11, _s19_54, "Onnistuneesti p\xe4ivitetty teht\xe4v\xe4n tila", _s20_63, _s33_22, _s19_55, _s32_12, _s19_56, _s32_13, _s20_64, _s33_23, _s22_52, _s42_6, _s21_71, _s41_4, _s22_53, _s42_7, _s18_63, _s20_65, _s20_66, _s27_30, _s16_104, "N\xe4yt\xe4 teht\xe4v\xe4taulukko", _s21_72, _s52_2, _s20_67, _s20_68, _s25_30, "Lis\xe4\xe4 aikatieto laskun tuoteriville", _s20_69, _s20_70, _s25_31, _s42_9, _s21_73, _s25_32, _s18_64, _s18_65, "task_settings", "Teht\xe4v\xe4n asetukset", _s20_71, _s20_72, _s18_66, "kulu kategoriat", _s20_73, "uusi kulu kategoria", _s21_74, _s21_75, _s24_46, "onnistuneesti luotu kulukategoria", _s24_47, "onnistuneesti p\xe4ivitetty kulukategoria", _s25_33, "onnistuneesti arkistoitu kulu kategoria", _s24_48, "onnistuneesti poistettu category", _s24_49, _s37_11, _s25_34, "onnistuneesti palautettu kulukategoria", _s27_31, "onnistuneesti arkistoitu :count kulu kategoria", _s26_21, _s46_11, _s27_32, _s47_1, _s23_30, _s25_35, _s25_36, _s32_14, _s21_76, _s21_77, "show_option", "Show Option", _s22_54, _s50_11, "view_changes", "View Changes", "force_update", "Force Update", _s17_67, _s76_0, "mark_paid_help", _s31_27, _s18_68, "Pit\xe4isi laskuttaa", _s23_31, _s33_32, _s29_17, _s36_16, _s21_78, _s20_75, _s16_106, _s16_107, _s18_69, _s18_70, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_68, _s17_69, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_37, _s38_8, _s25_38, _s38_9, _s25_39, _s38_10, "gateway_refund", "Gateway Refund", _s19_57, _s43_2, "due_date_days", "Er\xe4p\xe4iv\xe4", "paused", "Paused", "mark_active", "Merkitse aktiiviseksi", "day_count", "Day :count", _s22_55, _s22_56, _s21_79, _s21_80, _s17_70, _s17_71, "endless", "P\xe4\xe4ttym\xe4t\xf6n", "next_send_date", "Next Send Date", _s16_108, "J\xe4ljell\xe4 olevia kertoja", _s17_72, "Toistuva lasku", _s18_71, "Toistuvat laskut", _s21_81, "Uusi toistuva lasku", _s22_57, "muokkaa toistuva Lasku", _s25_40, _s38_11, _s25_41, _s38_12, _s26_22, "Toistuva lasku arkistoitu onnistuneesti", _s25_42, "Toistuva lasku poistettu onnistuneesti", _s25_43, _s38_14, _s26_23, "Toistuva lasku palautettu onnistuneesti", _s27_33, _s47_2, _s26_24, _s46_12, _s27_34, _s47_3, _s24_50, _s26_25, _s25_44, _s32_15, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_17, _s28_18, "profit", "Profit", "line_item", "Line Item", _s18_73, _s18_74, _s23_32, _s35_25, _s19_58, _s19_59, _s24_51, _s52_3, "test_mode", "Test Mode", "opened", "Opened", _s30_7, _s22_59, _s30_8, _s22_60, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "S\xe4hk\xf6posti l\xe4hetetty", _s17_74, _s17_75, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_110, _s16_111, "system_logs", "System Logs", "view_portal", "N\xe4yt\xe4 Portaali", "copy_link", "Copy Link", "token_billing", "Tallenna korttitiedot", _s24_52, "Tervetuloa Invoice Ninja -palveluun", "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "asiakas numero", "auto_convert", "Auto Convert", "company_name", "yritys nimi", "reminder1_sent", "Muistutus 1 L\xe4hetetty", "reminder2_sent", "Muistutus 2 L\xe4hetetty", "reminder3_sent", "Muistutus 3 L\xe4hetetty", _s18_75, "Viimeksi l\xe4hetetty muistutus", "pdf_page_info", "Sivu :current kokonaism\xe4\xe4r\xe4st\xe4 :total", _s16_112, "Laskut l\xe4hetettiin onnistuneesti s\xe4hk\xf6postilla.", "emailed_quotes", "Tarjoukset l\xe4hetettiin onnistuneesti s\xe4hk\xf6postilla.", "emailed_credits", _s28_68, "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_185, "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_10, "client_created", "Client Created", _s20_76, _s20_77, _s20_78, _s20_79, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_76, "Valitut laskut", _s17_78, _s17_79, "selected_quotes", "Valitut tarjoukset", "selected_tasks", "Selected Tasks", _s17_80, _s17_81, _s17_82, "Er\xe4\xe4ntyv\xe4t laskut", _s17_84, "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_86, _s28_19, "api_webhooks", "API Webhooks", "search_webhooks", _s22_61, "search_webhook", _s16_113, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_20, "updated_webhook", _s28_21, _s16_114, _s29_18, "deleted_webhook", _s28_22, "removed_webhook", _s28_23, _s16_115, _s29_19, _s17_87, _s37_12, _s16_116, _s36_5, _s16_117, _s36_6, _s17_88, _s37_13, "api_tokens", "API-salasanat", "api_docs", "API Docs", "search_tokens", _s20_80, "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_29, "restored_token", _s27_36, "archived_tokens", _s35_14, "deleted_tokens", _s34_17, "restored_tokens", _s35_15, _s19_60, _s19_61, _s24_54, _s45_9, "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_81, _s41_5, "ledger", "Kirjanpito", "view_pdf", "Katso PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_118, _s16_119, "contact_name", "Yhteyshenkil\xf6n nimi", "use_default", "K\xe4yt\xe4 oletusarvoa", _s16_120, _s17_89, "number_of_days", "Number of days", _s23_34, _s23_35, "payment_term", "Maksuehdot", _s16_121, "Uudet maksuehdot", _s17_90, "Muokkaa maksuaikaa", _s20_82, "onnistuneesti luotu maksu ehto", _s20_83, "onnistuneesti p\xe4ivitetty maksu ehto", _s21_83, "onnistuneesti arkistoitu maksu ehto", _s20_84, _s35_30, _s20_85, _s35_30, _s21_84, "Maksuehto palautettiin onnistuneesti", _s22_62, _s42_11, _s21_85, _s41_6, _s22_63, _s42_12, "email_sign_in", "Kirjaudu s\xe4hk\xf6postiosoitteella", "change", "Vaihda", _s23_36, "Vaihda mobiilin\xe4kym\xe4\xe4n?", _s24_55, "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_77, "Osittain hyvitetty", _s16_123, "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_124, "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_92, "search_design", "Search 1 Design", "search_invoice", "Etsi 1 lasku", "search_client", "Search 1 Client", "search_product", _s16_126, "search_quote", "Hae 1 tarjous", "search_credit", "Search 1 Credit", "search_vendor", "Hae 1 kauppias", "search_user", "Search 1 User", "search_tax_rate", _s17_93, "search_task", "Search 1 Tasks", "search_project", _s16_127, "search_expense", _s16_128, "search_payment", _s16_129, "search_group", "Search 1 Group", "refund_payment", "Hyvitysmaksu", _s17_94, "Lasku on peruutettu onnistuneesti", _s18_79, "Laskut on peruutettu onnistuneesti", _s16_130, _s29_21, _s17_95, _s30_10, "reverse", "Reverse", "full_name", "Full nimi", _s17_96, "Kaupunki/Alue/Postitoimipaikka", _s17_98, "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_131, "onnistuneesti purged yritys data", _s18_80, "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_46, "Vastaanota kaikki ilmoitukset", _s16_132, "Osta lisenssi", "apply_license", "K\xe4yt\xe4 lisenssi", "cancel_account", "Poista tili", _s22_64, "Varoitus: T\xe4m\xe4 poistaa tilisi pysyv\xe4sti. Tietoja ei pysty palauttamaan.", "delete_company", "Poista yritys", _s22_65, "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", "Mallit", "new_design", "Uusi malli", "edit_design", "Muokkaa mallia", "created_design", "Malli luotu onnistuneesti", "updated_design", "Malli p\xe4ivitetty onnistuneesti", "archived_design", _s28_26, "deleted_design", _s29_61, "removed_design", _s29_61, "restored_design", "Malli palautettu onnistuneesti", _s16_134, _s36_7, "deleted_designs", _s35_16, _s16_135, _s36_8, "proposals", "Ehdotukset", "tickets", "Tickets", _s16_136, "Toistuvat tarjoukset", "recurring_tasks", "Toistuvat teht\xe4v\xe4t", _s18_81, "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_44, "restored_credit", "Luotto palautettu onnistuneesti", _s16_138, ":count hyvitys(t\xe4) arkistoitiin onnistuneesti", "deleted_credits", ":count luotto(a) poistettu onnistuneesti", _s16_139, "Palautettiin onnistuneesti :value luotolle", "current_version", "Nykyinen versio", "latest_version", "Uusin versio", "update_now", "P\xe4ivit\xe4 nyt", _s26_30, "Verkkosovellutuksen uusi versio on saatavilla", _s16_140, "P\xe4ivitys saatavilla", "app_updated", "P\xe4ivitys suoritettu onnistuneesti", "learn_more", "Lue lis\xe4\xe4", "integrations", "Integraatiot", "tracking_id", "Seurantatunnus", _s17_100, _s17_101, "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_103, "surcharge2", _s22_104, "surcharge3", _s22_105, "surcharge4", _s22_106, "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_87, "Kontaktin viimeinen kirjautuminen", _s17_102, "Kontaktin koko nimi", "contact_phone", "kontakti puhelin", _s21_86, "Kontakti Mukautettu Arvo 1", _s21_87, "Kontakti Mukautettu Arvo 2", _s21_88, "Kontakti Mukautettu Arvo 3", _s21_89, "Kontakti Mukautettu Arvo 4", _s17_104, "Toimitus: Katu", _s17_105, "Toimitus: Asunto/huoneisto", "shipping_city", "Toimitus: Kaupunki", "shipping_state", "Toimitus: Maakunta", _s20_86, "Toimitus: Postinumero", _s16_170, "Toimitus: Maa", _s16_172, "Laskutus: Katu", _s16_173, "Laskutus: Asunto/huoneisto", "billing_city", "Laskutus: Kaupunki", "billing_state", "Laskutus: Maakunta", _s19_62, "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_174, "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_90, "Sis\xe4llyt\xe4 viimeiset virheet lokiin", _s30_11, "Olemme vastaanottaneet viestisi ja pyrimme vastaamaan siihen pikaisesti.", "message", "Viesti", "from", "L\xe4hett\xe4j\xe4", _s20_88, "N\xe4yt\xe4 tuotteen tiedot", _s25_48, "Sis\xe4llyt\xe4 lis\xe4tieto ja hinta tuotteen alasvetovalikkoon", _s20_90, "PDF sivun muokkaaja vaatii :version", _s18_90, "S\xe4\xe4d\xe4 kuluprosenttia", _s23_38, "Adjust percent tili palkkio", _s18_92, "Muokkaa asetuksia", "support_forum", "Support Forums", "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_91, "salasana on liian lyhyt", _s20_91, "Salasanan pit\xe4\xe4 sis\xe4lt\xe4\xe4 iso kirjain ja numero", _s19_64, "Asiakas portaalin teht\xe4v\xe4t", _s23_39, "Asiakas portaalin etusivu", _s20_92, "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_107, _s17_108, "show_cost_help", "N\xe4yt\xe4 tuotteen kulukentt\xe4 seurataksesi katetta", _s21_92, "N\xe4yt\xe4 tuotteen m\xe4\xe4r\xe4", _s26_32, "N\xe4yt\xe4 tuotteen m\xe4\xe4r\xe4kentt\xe4, muutoin oletus 1", _s21_94, "N\xe4yt\xe4 Laskun m\xe4\xe4r\xe4t", _s26_33, "N\xe4yt\xe4 rivien m\xe4\xe4r\xe4kentt\xe4, muutoin oletus 1", _s21_96, _s21_97, _s26_34, _s34_21, _s16_176, "Oletus m\xe4\xe4r\xe4", _s21_98, "Aseta rivim\xe4\xe4r\xe4 oletuksena 1", "one_tax_rate", "Ensimm\xe4inen veroluokka", "two_tax_rates", "Toinen veroluokka", "three_tax_rates", "Kolmas veroluokka", _s16_178, "Oletus veroluokka", "user", "K\xe4ytt\xe4j\xe4", "invoice_tax", "Laskun vero", "line_item_tax", "Rivin tuotteen vero", "inclusive_taxes", "Sis\xe4lt\xe4\xe4 verot", _s17_109, "Laskun veroluokat", "item_tax_rates", "Tuotteiden veroasteet", _s18_94, "Valitse asiakas", "configure_rates", "M\xe4\xe4rit\xe4 kurssit", _s18_95, _s18_96, "tax_settings", "Veroasetukset", _s18_97, "Veroluokat", "accent_color", "Nouseva v\xe4ri", "switch", "Switch", _s19_66, "pilkku eroteltu lista", "options", "Valinnat", _s16_180, "Yksirivinen teksti", "multi_line_text", "Monirivinen teksti", "dropdown", "Alasvetovalikko", "field_type", "Kent\xe4n tyyppi", _s27_45, "Salasanan palautuss\xe4hk\xf6posti on l\xe4hetetty.", "submit", "Submit", _s16_182, "Palauta salasana", "late_fees", "Viiv\xe4stysmaksut", "credit_number", "luotto numero", "payment_number", "maksu numero", "late_fee_amount", "Late palkkio m\xe4\xe4r\xe4", _s16_183, "Late palkkio Percent", "before_due_date", "Ennen er\xe4p\xe4iv\xe4\xe4", "after_due_date", "Er\xe4p\xe4iv\xe4n j\xe4lkeen", _s18_99, "Laskun p\xe4iv\xe4yksen j\xe4lkeen", "days", "P\xe4iv\xe4\xe4", "invoice_email", "Laskus\xe4hk\xf6posti", "payment_email", "Maksus\xe4hk\xf6posti", "partial_payment", _s16_317, "payment_partial", _s16_317, _s21_99, "Osittaisen maksun s\xe4hk\xf6postiosoite", "quote_email", "Tarjouss\xe4hk\xf6posti", _s16_185, "Endless muistutus", _s16_187, _s16_188, "administrator", "Yll\xe4pit\xe4j\xe4", _s18_100, "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_22, "deleted_users", _s33_28, "removed_users", _s33_29, "restored_users", _s34_23, _s16_189, "Yleiset asetukset", "invoice_options", "Laskun valinnat", _s17_111, "Piilota 'Maksettu t\xe4h\xe4n asti'", _s22_72, "N\xe4yt\xe4 'Maksettava p\xe4iv\xe4m\xe4\xe4r\xe4\xe4n menness\xe4' kentt\xe4 laskuillasi vain maksetuilla laskuilla.", _s23_41, "Embed Documents", _s28_30, "Sis\xe4llyt\xe4 liitetyt kuvat laskuun.", _s16_191, "n\xe4yt\xe4 Header on", _s16_192, "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_101, "automaattinen Email", _s23_42, "L\xe4het\xe4 toistuvat laskut automaattisesti s\xe4hk\xf6postitse, kun ne on luotu.", _s18_102, "automaattinen Arkistoi", _s23_43, "Arkistoi tarjoukset automaattisesti kun ne on muunnettu laskuiksi.", _s18_103, "Automaattinen muunnos", _s23_44, "Muunna tarjous automaattisesti laskuksi, kun se on hyv\xe4ksytty.", _s17_113, "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_115, "kolme kuukautta", _s16_193, "nelj\xe4 kuukautta", "freq_six_months", "Six kuukautta", "freq_annually", "Vuosittain", "freq_two_years", "Kaksi vuotta", _s16_194, "3 vuotta", "never", "Ei koskaan", "company", "yritys", _s17_116, _s17_117, "charge_taxes", "Veloita veroa", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_195, "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_118, "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_120, "Muokautettu JavaScript", _s16_197, "n\xe4yt\xe4 on PDF", _s21_101, "N\xe4yt\xe4 asiakkaan allekirjoitus lasku-/tarjous-PDF:ss\xe4.", _s25_54, "Laskun ehdot valintaruutu", _s30_12, "Vaadi asiakasta vahvistamaan, ett\xe4 h\xe4n hyv\xe4ksyy laskun ehdot.", _s23_45, "Tarjouksen ehdot valintaruutu", _s28_31, "Vaadi asiakasta vahvistamaan, ett\xe4 h\xe4n hyv\xe4ksyy tarjouksen ehdot.", _s25_55, "Laskun allekirjoitus", _s30_13, "Vaadi asiakasta t\xe4ytt\xe4m\xe4\xe4n allekirjoitus.", _s23_46, "Tarjouksen allekirjoitus", _s22_74, "salasana suojaa laskut", _s27_46, "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_56, "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_198, "Liit\xe4 asiakirjoja", "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_68, "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_69, "Accepted kortti Logos", "credentials", "Tunnukset", "update_address", "P\xe4ivit\xe4 osoite", _s19_71, "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_200, "Verokanta luotu onnistuneesti", _s16_201, "Verokanta p\xe4ivitetty onnistuneesti", _s17_123, "Verokanta arkistoitu onnistuneesti", _s16_202, "Verokanta onnistuneesti poistettu", _s17_124, "Verokanta onnistuneesti palautettu", _s18_104, _s38_15, _s17_125, _s37_14, _s18_105, _s38_16, "fill_products", "Lis\xe4\xe4 automaattisesti tuotteita", _s18_106, "Tuotteen valinta t\xe4ytt\xe4\xe4 kuvauksen ja hinnan automaattisesti", "update_products", "P\xe4ivit\xe4 automaattisesti tuotteet", _s20_96, "Laskun p\xe4ivitt\xe4minen p\xe4ivitt\xe4\xe4 tuotetietokannan automaattisesti", _s16_203, "Convert tuotteet", _s21_102, "Muunna automaattisesti tuotehinnat asiakkaan valuuttaan", "fees", "palkkiot", "limits", "Limits", "provider", "Tarjoaja", "company_gateway", "maksu Gateway", _s16_205, "maksu Gateways", _s19_72, "uusi Gateway", _s20_97, "muokkaa Gateway", _s23_47, "onnistuneesti luotu gateway", _s23_48, "onnistuneesti p\xe4ivitetty gateway", _s24_57, "onnistuneesti arkistoitu gateway", _s23_49, "onnistuneesti poistettu gateway", _s24_58, "onnistuneesti palautettu gateway", _s25_57, _s37_15, _s24_59, _s36_10, _s25_58, _s37_16, _s16_207, "Jatka muokkausta", "discard_changes", "Discard Changes", "default_value", "Oletus arvo", "disabled", "Pois k\xe4yt\xf6st\xe4", "currency_format", "Valuutan muoto", _s21_103, "Viikon ensimm\xe4inen p\xe4iv\xe4", _s23_50, "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_107, "N\xe4yt\xe4 24 tunnin aikamuoto", "send_reminders", "l\xe4het\xe4 muistutukset", "timezone", "Aikavy\xf6hyke", _s19_73, _s19_74, _s17_126, "Filtered by ryhm\xe4", _s19_75, "Filtered by Lasku", _s18_108, "Filtered by asiakas", _s18_110, "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_18, "deleted_groups", _s34_24, "restored_groups", _s35_19, "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_209, "Tuoteasetukset", "device_settings", "Device asetukset", "defaults", "Oletusasetukset", "basic_settings", "Perusasetukset", _s17_128, "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_185, "invoice_design", "Laskun muotoilu", "buy_now_buttons", "Osta nyt napit", "email_settings", "S\xe4hk\xf6postin asetukset", _s23_52, "Pohjat ja muistutukset", _s22_75, "luotto Cards & Banks", _s19_77, "Datan visualisaatiot", "price", "Hinta", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_50, "kiitos you sinun purchase!", "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_79, "Annual tilaus", "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count k\xe4ytt\xe4j\xe4\xe4", "upgrade", "Upgrade", _s25_59, "Anna etunimi", _s24_60, "Anna sukunimi", _s33_30, "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_211, "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_112, "ei record selected", _s21_106, "save tai peruuta sinun muutokset", "download", "Lataa", _s27_51, "Requires enterprise plan", "take_picture", "Ota kuva", "upload_files", "Upload Files", "document", "Document", "documents", "Asiakirjat", "new_document", "Uusi asiakirja", "edit_document", "Muokkaa asiakirjaa", _s17_130, "onnistuneesti l\xe4hetetty dokumentti", _s16_213, "onnistuneesti p\xe4ivitetty dokumentti", _s17_131, "onnistuneesti arkistoitu dokumentti", _s16_214, "onnistuneesti poistettu dokumentti", _s17_132, "onnistuneesti palautettu dokumentti", _s18_114, _s38_17, _s17_133, _s37_17, _s18_115, _s38_18, "no_history", "ei History", "expense_date", "Kulun p\xe4iv\xe4m\xe4\xe4r\xe4", "pending", "Odottaa vastausta", _s16_215, "Logged", _s16_216, "Pending", _s16_217, "Invoiced", "converted", "Muunnettu", _s24_62, "Lis\xe4\xe4 asiakirjoja laskuun", "exchange_rate", "Exchange Rate", _s16_218, "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_219, ":count kauppias(ta) arkistoitu onnistuneesti", "deleted_vendors", ":count kauppias(ta) poistettu onnistuneesti", _s16_220, _s36_11, "new_expense", "Lis\xe4\xe4 kulu", "created_expense", "onnistuneesti luotu kulu", "updated_expense", "onnistuneesti p\xe4ivitetty kulu", _s16_221, "Kulu arkistoitu onnistuneesti", "deleted_expense", "Kulu poistettu onnistuneesti", _s16_222, "onnistuneesti palautettu kulu", _s17_134, "onnistuneesti arkistoitu kulut", _s16_223, "onnistuneesti poistettu kulut", _s17_135, _s37_18, "copy_shipping", "Kopioi toimitus", "copy_billing", "Kopioi laskutus", "design", "malli", _s21_107, "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_224, "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_26, _s19_81, "Ole hyv\xe4 ja anna nimi", "budgeted_hours", "Budjetoidut ty\xf6tunnit", "created_project", "Onnistuneesti luotu projekti", "updated_project", "Onnistuneesti p\xe4ivitetty projekti", _s16_226, "Onnistuneesti arkistoitu projekti", "deleted_project", "Projekti poistettu onnistuneesti", _s16_227, "Onnistuneesti palautettu projekti", _s17_136, "Onnistuneesti arkistoitu :count projekti(a)", _s16_228, "Onnistuneesti poistettu :count projekti(a)", _s17_137, _s37_19, "new_project", "Uusi projekti", _s27_55, "kiitos you using our app!", "if_you_like_it", _s21_109, "click_here", "klikkaa t\xe4st\xe4", _s18_116, "Klikkaa t\xe4st\xe4", "to_rate_it", "rate it.", "average", "Keskiarvo", "unapproved", "Hyv\xe4ksym\xe4tt\xf6m\xe4t", _s30_18, "authenticate change this asetus", "locked", "Locked", "authenticate", "Authenticate", _s19_83, "authenticate", _s24_64, _s24_65, "footer", "Alatunniste", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_97, "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_138, "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", "all_time", "All Time", "custom", "Mukautettu", _s16_229, "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_99, "Muokkaa toistuvaa tarjousta", "billing_address", "Laskutusosoite", _s16_231, "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_233, _s16_234, _s23_53, "Anna s\xe4hk\xf6postiosoitteesi", _s26_43, "Anna salasanasi", _s21_110, "Anna sinun URL-osoitteesi", _s26_45, "Anna tuoteavain", "ascending", "Ascending", "descending", "Descending", "save", "Tallenna", _s17_140, "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_85, "Copied :arvo clipboard", "error", "Virhe", _s16_235, _s16_236, "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_237, _s16_238, "product", "Tuote", "products", "Tuotteet", "new_product", "Uusi tuote", "created_product", "Tuote on luotu onnistuneesti", "updated_product", "Tuote on p\xe4ivitetty onnistuneesti", _s16_239, "Tuote on arkistoitu onnistuneesti", "deleted_product", "onnistuneesti poistettu tuote", _s16_240, "onnistuneesti palautettu tuote", _s17_142, "onnistuneesti arkistoitu :count tuotteet", _s16_241, "onnistuneesti poistettu :count tuotteet", _s17_143, _s37_20, "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_242, _s43_3, "deleted_client", "Asiakas on poistettu onnistuneesti", "deleted_clients", "Poistettu onnistuneesti :count asiakas(ta)", "restored_client", "Asiakas palautettu onnistuneesti", _s16_243, _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_244, "Lasku arkistoitiin onnistuneesti", "deleted_invoice", "Lasku poistettiin onnistuneesti", _s16_245, "Lasku palautettu onnistuneesti", _s17_144, _s43_3, _s16_246, "Poistettiin onnistuneesti :count laskua", _s17_145, _s37_21, "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_247, "Partial er\xe4p\xe4iv\xe4", "paid_date", "Paid Date", "status", "Tila", _s17_146, "Lasku tila", "quote_status", "Tarjouksen tila", _s22_76, "Napsauta + lis\xe4t\xe4ksesi nimikkeen", _s22_78, "Napsauta + lis\xe4t\xe4ksesi ajan", "count_selected", ":count selected", "total", "Loppusumma", "percent", "Prosentti", "edit", "Muokkaa", "dismiss", "Dismiss", _s20_101, "valitse p\xe4iv\xe4m\xe4\xe4r\xe4", _s22_79, "valitse asiakas", _s24_66, "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_20, "Ay\xf6t\xe4 laskunumero", _s27_59, "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_81, "Onnistuneesti merkitty lasku l\xe4hetetyksi", _s22_82, _s35_21, _s23_55, "Laskut merkittiin l\xe4hetetyksi onnistuneesti", _s23_56, _s36_15, "done", "Valmis", _s37_22, "Anna asiakkaan tai yhteyshenkil\xf6n nimi", "dark_mode", "Tumma tila", _s27_61, "Uudelleenk\xe4ynnist\xe4 sovellus ottaaksesi muutoksen k\xe4ytt\xf6\xf6n", "refresh_data", "Refresh Data", "blank_contact", "Blank kontakti", "activity", "Toiminta", _s16_249, "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_251, "Pending", _s16_252, "Voided", _s16_253, "Failed", _s16_254, "Completed", _s16_255, _s18_78, _s16_256, "Refunded", _s17_147, "Unapplied", _s17_148, _s19_50, "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_107, "button", "Button", "preview", "Esikatselu", "customize", "Mukauta", "history", "Historia", "payment", "Maksu", "payments", "Maksut", "refunded", "Refunded", "payment_type", "Maksutyyppi", _s21_112, "Tapahtuman viite", "enter_payment", "Kirjaa maksu", "new_payment", "Uusi maksutapahtuma", "created_payment", "Maksu on luotu onnistuneesti", "updated_payment", "Maksu p\xe4ivitetty onnistuneesti", _s16_257, "Maksu on arkistoitu onnistuneesti", "deleted_payment", "Maksu on poistettu onnistuneesti", _s16_258, "Maksu palautettu onnistuneesti", _s17_149, "Arkistoitu onnistuneesti :count maksu(a)", _s16_259, "Poistettu onnistuneesti :count maksu(a)", _s17_150, _s37_24, "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_24, "expense", "Kulu", "expenses", "Kulut", "vendor", "Kauppias", "vendors", "Vendors", "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", _s82_, "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", ":user maksoi laskun :invoice", "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_23, "activity_59", _s32_17, "activity_60", _s28_61, "activity_61", _s28_64, "activity_62", _s28_65, "activity_63", _s61_0, "activity_64", _s62_0, "activity_65", _s61_1, "activity_66", _s63_3, "activity_80", _s40_5, "activity_81", _s40_6, "activity_82", _s41_8, "activity_83", _s40_7, "activity_84", _s41_9, _s17_151, "Kertak\xe4ytt\xf6inen salasana", "emailed_quote", "Tarjous on l\xe4hetetty onnistuneesti", "emailed_credit", _s27_74, _s20_103, "Tarjous on onnistuneesti merkitty l\xe4hetetyksi", _s21_114, _s34_27, "expired", "Vanhentunut", "all", "Kaikki", "select", "Valitse", _s22_83, _s22_84, "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Muokattu arvo 3", "custom_value4", "Muokattu arvo 4", _s18_117, "Muokattu email tyyli", _s24_71, "Muokattu Etusivu viesti", _s29_46, "Muokattu Avoin Lasku viesti", _s27_66, "Muokattu Maksettu Lasku viesti", _s31_24, "Oma Hyv\xe4ksym\xe4t\xf6n tarjous -viesti", "lock_invoices", "Lukitse lasku", "translations", "K\xe4\xe4nn\xf6kset", _s19_86, "Teht\xe4v\xe4numeroinnin kaava", _s19_88, "Teht\xe4v\xe4numeroinnin laskuri", _s22_85, _s22_86, _s22_87, _s22_88, _s21_115, _s21_116, _s21_117, "Kauppiaan numerolaskuri", _s21_119, _s21_120, _s21_121, _s21_122, _s22_89, _s22_90, _s22_91, _s22_92, _s22_93, "Laskunumeroinnin kaava", _s22_95, "Laskun j\xe4rjestysnumero", _s20_104, "Tarjouksen numeroinnin kuvio", _s20_106, "Tarjouksen j\xe4rjestysnumero", _s21_123, "Luottonumeron kaava", _s21_125, _s21_126, _s21_127, _s21_124, _s21_128, _s21_126, _s18_119, _s18_120, "counter_padding", "Counter Padding", _s28_66, _s27_75, _s18_121, _s18_122, _s18_123, _s18_124, _s18_125, _s18_126, _s18_127, _s18_128, _s18_129, _s18_130, _s18_131, _s18_132, _s21_129, "S\xe4hk\xf6postilaskun aihe", _s19_90, "Tarjouss\xe4hk\xf6postin otsikko", _s21_131, _s21_132, _s29_48, _s29_49, "show_table", "Show Table", "show_list", "Show List", "client_city", "Asiakkaan kaupunki", "client_state", "Asiakkaan osavaltio", "client_country", "Asiakkaan valtio", _s16_260, "Asiakas on aktiivinen", "client_balance", "Asiakassaldo", "client_address1", "Asiakkaan katu", "client_address2", "Asiakkaan huoneisto", "vendor_address1", "Toimittajan katuosoite", "vendor_address2", "Toimittajan huoneisto-osoite", _s24_73, "Asiakkaan toimituskatuosoite", _s24_74, "Asiakkaan toimitushuoneisto-osoite", "type", "Tyyppi", "invoice_amount", "Lasku m\xe4\xe4r\xe4", _s16_264, "Er\xe4p\xe4iv\xe4", "tax_rate1", "Verokanta 1", "tax_rate2", "Verokanta 2", "tax_rate3", "Verokanta 3", "auto_bill", _s22_107, "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_153, _s22_103, _s17_154, _s22_104, _s17_155, _s22_105, _s17_156, _s22_106, "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_92, _s19_93, _s16_265, "Kulujen kategoria", _s19_94, _s19_95, "tax_name1", "Veron nimi 1", "tax_name2", "Veron nimi 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_133, _s18_134, _s16_266, _s16_267], t1, t1), "fr", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "R\xe9current", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Publique", "private", "Priv\xe9", "image", "Image", "other", "Autre", "hash", "Hacher", "linked_to", "Li\xe9 \xe0", _s18_, "Le fichier a \xe9t\xe9 enregistr\xe9 dans :path", _s21_, "Transactions :count dissoci\xe9es avec succ\xe8s", _s20_, "Transaction dissoci\xe9e avec succ\xe8s", "unlink", "Dissocier", _s25_, "Autoriser l'utilisateur \xe0 acc\xe9der au tableau de bord, les donn\xe9es sont limit\xe9es aux autorisations disponibles", "is_tax_exempt", _s19_111, "district", "District", "region", "R\xe9gion", "county", "Comt\xe9", "tax_details", "D\xe9tails fiscaux", _s18_0, ":contact a saisi le paiement :payment pour la facture :invoice pour :client", _s18_1, ":user a saisi le paiement :payment pour la facture :invoice pour :client", _s20_0, _s27_82, _s24_1, _s42_17, _s29_, _s96_0, _s25_0, _s81_, _s18_2, _s28_79, "credit_item", _s17_186, "files", "Des dossiers", "camera", "Cam\xe9ra", "gallery", "Galerie", _s20_2, _s24_86, _s16_1, _s21_150, _s29_0, _s51_8, _s34_, _s75_, "next_send_time", _s23_67, _s20_3, _s29_62, "certificate_set", _s24_87, _s19_, _s30_39, "passphrase_set", "La phrase de passe est d\xe9finie", _s18_4, "La phrase de passe n'est pas d\xe9finie", _s18_6, _s24_88, _s22_, _s29_63, "rename", "Renommer", _s16_3, _s28_80, "e_invoice", _s20_126, "light_dark_mode", "Th\xe8me clair/sombre", "activities", "Activit\xe9s", "routing_id", "ID de routage", _s16_4, _s35_31, "e_invoice_type", _s28_81, "reduced_tax", "Taxe r\xe9duite", "override_tax", _s19_112, "zero_rated", _s17_187, "reverse_tax", "Taxe invers\xe9e", _s20_4, _s38_20, _s22_1, _s44_8, _s16_6, _s28_82, "payment_manual", "Paiement manuel", "tax_category", _s17_188, "physical_goods", _s18_154, _s16_8, _s19_113, "services", "Services", "shipping", "Livraison", "tax_exempt", "Dispens\xe9 de taxe", "reduced_rate", "Tarif r\xe9duit", "tax_all", "Taxe Tout", "tax_selected", _s17_189, "version", "version", _s16_10, _s22_108, "calculate_taxes", _s18_155, _s20_5, "Calculer automatiquement les taxes lors de l'enregistrement des factures", "admin", "Admin", "owner", "Propri\xe9taire", "link_expenses", _s16_318, _s24_3, _s21_151, _s25_1, _s26_59, "total_hours", "Heures totales", _s16_12, _s51_9, _s18_8, _s37_33, _s23_, "Attention: Ne permet pas d'interagir avec l'application sur le PDF", "increase_prices", "Augmenter les prix", "update_prices", "Mettre \xe0 jour les prix", "incresed_prices", "Les prix ont \xe9t\xe9 mis en file d'attente avec succ\xe8s pour \xeatre augment\xe9s", "updated_prices", "Les prix ont bien \xe9t\xe9 mis en file d'attente pour \xeatre mis \xe0 jour", "bacs", _s28_83, "api_token", "Jeton d'API", "api_key", "cl\xe9 API", "endpoint", "Point final", "billable", "Facturable", "not_billable", "Non facturable", _s25_3, "Autoriser les \xe9l\xe9ments de t\xe2che facturables", _s30_, "Activer la configuration des \xe9l\xe9ments de t\xe2che factur\xe9s", _s26_, "Afficher la description de l'\xe9l\xe9ment de t\xe2che", _s31_, "Activer la sp\xe9cification des descriptions des \xe9l\xe9ments de t\xe2che", "email_record", "Enregistrement par e-mail", _s23_0, "Colonnes de produit de facture", _s21_1, "Colonnes de produits de devis", _s22_3, "Montant du paiement minimal", _s25_5, _s31_35, _s30_0, _s73_, _s27_, "Partager les colonnes de facture/devis", "cc_email", "E-mail CC", "payment_balance", _s17_190, _s22_5, "Autoriser l'utilisateur \xe0 acc\xe9der aux rapports, les donn\xe9es sont limit\xe9es aux autorisations disponibles", "activity_138", "Paiement\xa0:payment a \xe9t\xe9 envoy\xe9 par e-mail \xe0\xa0:client", _s17_, "Produits uniques", _s26_1, "Produits uniques en option", "required", "Requis", "hidden", "Cach\xe9", "payment_links", _s17_191, "action", "Action", _s32_, "Passez \xe0 un forfait payant pour cr\xe9er des planifications", "next_run", "Prochaine ex\xe9cution", "all_clients", _s16_319, _s16_13, "Afficher la table d'\xe2ge", _s19_1, "Afficher le tableau des paiements", _s26_3, _s31_36, "email_statement", "Relev\xe9 par e-mail", "once", "Une fois", "schedule", "Planification", "schedules", "Planifications", "new_schedule", "Nouveau programme", "edit_schedule", "Modifier l'horaire", _s16_15, "Horaire cr\xe9\xe9 avec succ\xe8s", _s16_16, "Calendrier mis \xe0 jour avec succ\xe8s", _s17_1, "Horaire archiv\xe9 avec succ\xe8s", _s16_17, "Programme supprim\xe9 avec succ\xe8s", _s16_18, "Calendrier supprim\xe9 avec succ\xe8s", _s17_2, "Calendrier restaur\xe9 avec succ\xe8s", "search_schedule", "Calendrier de recherche", _s16_19, _s29_64, "archive_payment", _s20_127, "archive_invoice", _s19_114, "archive_quote", "Archiver ce devis", "archive_credit", _s18_156, "archive_task", "Archiver la t\xe2che", "archive_client", _s18_157, "archive_project", _s18_158, "archive_expense", _s19_115, "restore_payment", _s21_152, "restore_invoice", _s20_128, "restore_quote", "Restaurer le devis", "restore_credit", _s19_116, "restore_task", "Restaurer la t\xe2che", "restore_client", _s19_117, "restore_project", _s19_118, "restore_expense", _s20_129, "archive_vendor", "Archiver ce fournisseur", "restore_vendor", "Restaurer le fournisseur", "create_product", "Nouveau produit", "update_product", _s24_89, "delete_product", "Effacer le Produit", "restore_product", "R\xe9tablir le produit", "archive_product", "Archiver ce produit", _s21_3, _s24_90, _s21_5, "Mettre \xe0 jour le bon de commande", _s21_7, _s28_84, _s22_6, _s28_85, _s22_8, _s27_83, "sent_invoice", "Facture envoy\xe9e", "sent_quote", "Devis envoy\xe9", "sent_credit", "Cr\xe9dit envoy\xe9", _s19_3, _s22_109, "image_url", "URL de l'image", "max_quantity", "Quantit\xe9 maximale", "test_url", "Tester l'URL", _s18_9, _s27_84, _s20_6, "L'option est affich\xe9e mais pas s\xe9lectionn\xe9e", _s21_9, "L'option est affich\xe9e et s\xe9lectionn\xe9e", _s21_10, _s27_84, "payment_methods", "Moyen de paiement", "view_all", "Voir tout", "edit_all", "Tout modifier", _s28_0, _s37_34, _s33_1, "Permettre aux clients de fournir un num\xe9ro de bon de commande lors de l'approbation d'un devis", "from_email", "De l'email", "show_preview", "Afficher l'aper\xe7u", "show_paid_stamp", "Afficher le timbre pay\xe9", _s21_11, _s31_37, _s24_5, "Il n'y a pas de documents dans les enregistrements s\xe9lectionn\xe9s \xe0 t\xe9l\xe9charger", "pixels", "pixels", "logo_size", "Taille du logo", "postal_city", _s17_192, "failed", "\xc9chou\xe9", "client_contacts", "Coordonn\xe9es clients", "sync_from", "Synchroniser depuis", _s19_6, _s18_159, "hour", "Heure", _s17_3, "Relev\xe9 mis en file d'attente avec succ\xe8s \xe0 envoyer", _s17_4, "Afficher le pied de page de l'e-mail", _s18_10, "Heures de t\xe2che de facturation", _s23_2, "Ajouter les heures aux postes de la facture", _s27_1, "Facturation automatique des factures standard", _s28_2, "Facturation automatique des factures r\xe9currentes", "email_alignment", "Alignement des e-mails", _s20_7, "Emplacement de pr\xe9visualisation PDF", "mailgun", "Mailgun", "postmark", "Cachet de la poste", "microsoft", "Microsoft", _s27_3, _s42_18, "last365_days", "365\xa0derniers jours", "import_design", "Importer la conception", "imported_design", "Conception import\xe9e avec succ\xe8s", "invalid_design", "Le design est invalide, la section :value est manquante", _s17_6, "Souhaitez-vous t\xe9l\xe9charger votre logo ?", "upload", "Envoyer", _s17_7, _s17_193, _s23_3, "Avertir le fournisseur une fois pay\xe9", _s28_5, "Envoyer un e-mail au fournisseur lorsque la d\xe9pense est marqu\xe9e comme pay\xe9e", "update_payment", _s25_74, "markup", "Balisage", _s22_10, _s20_130, _s19_8, _s22_109, _s21_13, _s24_91, _s23_5, _s23_68, _s20_9, "Le montant du cr\xe9dit ne peut pas \xeatre sup\xe9rieur au montant du paiement", "klarna", "Klarna", _s29_7, _s64_1, _s29_8, _s59_1, "matomo_url", "URL Matomo", "matomo_id", "Identifiant Matomo", _s21_15, _s20_131, _s25_7, "Envoyer un e-mail lorsqu'un paiement en ligne est effectu\xe9", _s25_8, "Envoyer un e-mail lors de la saisie manuelle d'un paiement", _s28_6, "Envoyer un e-mail lorsque vous marquez une facture comme pay\xe9e", "delete_project", "Effacer le Projet", _s18_12, "Transaction li\xe9e avec succ\xe8s", "link_payment", "Lien Paiement", "link_expense", "D\xe9pense de lien", _s19_10, _s32_22, _s24_6, "Emp\xeacher les t\xe2ches d'\xeatre modifi\xe9es une fois factur\xe9es", _s21_16, "Enregistrement Requis", _s26_6, "Exiger que les clients s'inscrivent", _s24_7, "Utiliser la gestion des stocks", _s29_9, "Exiger que les produits soient en stock", _s17_9, _s19_119, _s27_5, "Produits r\xe9currents facultatifs", "convert_matched", "Convertir", _s19_12, "Facture mise en file d'attente avec succ\xe8s pour \xeatre factur\xe9e automatiquement", _s20_10, "Factures mises en file d'attente avec succ\xe8s pour \xeatre factur\xe9es automatiquement", "operator", "Op\xe9rateur", "value", "Valeur", "is", "Est", "contains", "Contient", "starts_with", "Commence avec", "is_empty", "Est vide", "add_rule", _s17_194, "match_all_rules", "Respecter toutes les r\xe8gles", _s20_11, "Tous les crit\xe8res doivent correspondre pour que la r\xe8gle soit appliqu\xe9e", _s17_11, "Convertissez automatiquement les transactions correspondantes en d\xe9penses", "rules", "R\xe8gles", _s16_21, _s20_132, _s17_12, _s21_153, _s20_12, _s29_65, _s21_18, "Modifier la r\xe8gle de transaction", _s24_9, "R\xe8gle cr\xe9\xe9e avec succ\xe8s", _s24_10, "R\xe8gle de transaction mise \xe0 jour avec succ\xe8s", _s25_10, "R\xe8gle de transaction archiv\xe9e avec succ\xe8s", _s24_11, "R\xe8gle de transaction supprim\xe9e avec succ\xe8s", _s24_12, "La r\xe8gle de transaction a bien \xe9t\xe9 supprim\xe9e", _s25_11, "R\xe8gle de transaction restaur\xe9e avec succ\xe8s", _s23_7, _s35_32, _s24_13, _s36_25, _s21_20, "Enregistrer comme conditions par d\xe9faut", _s22_12, "D\xe9finir comme pied de facture par d\xe9faut", "auto_sync", _s27_85, _s16_23, "Actualiser les comptes", _s31_2, "Passez \xe0 Enterprise pour connecter votre compte bancaire", _s34_0, _s48_2, "disable_2fa", "D\xe9sactiver 2FA", "change_number", "Changer de num\xe9ro", "resend_code", _s16_320, "base_type", "Type de base", "category_type", _s17_195, _s16_25, "Transaction", "bulk_print", "Imprimer PDF", _s18_13, _s26_60, _s16_26, "Emplacement de l'aper\xe7u", "bottom", "En bas", "side", "Sur le cot\xe9", "pdf_preview", "Aper\xe7u PDF", _s20_14, "Appuyez longuement pour s\xe9lectionner", _s21_22, "Num\xe9ro de commande", _s19_13, "Article du bon de commande", _s22_14, "Souhaitez-vous \xe9valuer l'application\xa0?", "include_deleted", "Inclure supprim\xe9", _s20_16, _s55_2, "due_on", "D\xfb le", _s22_15, "Transactions converties avec succ\xe8s", _s20_17, "Compte bancaire cr\xe9\xe9 avec succ\xe8s", _s20_18, "Compte bancaire mis \xe0 jour avec succ\xe8s", _s17_14, _s25_75, _s16_28, _s20_133, "account_type", "Type de compte", _s16_30, _s23_69, _s16_31, "Connecter des comptes", "manage_rules", _s16_321, "search_category", _s22_110, _s17_17, "Recherche\xa0:number de cat\xe9gories", "min_amount", "Montant minimal", "max_amount", "Montant maximum", "selected", "S\xe9lectionn\xe9(s)", _s21_24, "Transaction convertie avec succ\xe8s", _s18_15, _s21_154, "deposit", "D\xe9p\xf4t", "withdrawal", "Retrait", "deposits", "D\xe9p\xf4ts", "withdrawals", "Retraits", "matched", "Appari\xe9", "unmatched", "Incomparable", "create_credit", "Cr\xe9er un cr\xe9dit", "update_credit", _s23_70, "delete_credit", _s19_120, "transaction", "Transaction", "transactions", "Transactions", "new_transaction", _s20_134, _s16_33, "Modifier l'op\xe9ration", _s19_15, "Transaction cr\xe9\xe9e avec succ\xe8s", _s19_16, "Transaction mise \xe0 jour avec succ\xe8s", _s20_19, "Transaction archiv\xe9e avec succ\xe8s", _s19_17, _s33_35, _s19_18, _s33_35, _s20_20, "Transaction restaur\xe9e avec succ\xe8s", _s18_17, "Rechercher une op\xe9ration", _s19_19, "Rechercher\xa0:count les transactions", "bank_account", "Compte Bancaire", "bank_accounts", _s17_196, _s21_25, "Compte bancaire archiv\xe9 avec succ\xe8s", _s20_21, _s36_26, _s20_22, _s36_26, _s21_26, "Compte bancaire restaur\xe9 avec succ\xe8s", _s19_20, _s29_66, _s20_23, "Rechercher :count les comptes bancaires", "connect", "Connecter", _s23_9, "Marquer l'e-mail de paiement pay\xe9", _s18_19, _s19_121, "client_email", _s18_160, _s20_24, "Projet de t\xe2che de facture", _s25_12, "Ajouter le projet aux \xe9l\xe9ments de ligne de la facture", "field", "Champ", "period", "P\xe9riode", "fields_per_row", _s16_322, _s21_27, "Factures actives", _s26_8, _s17_197, _s24_16, "Paiements effectu\xe9s", _s23_11, _s20_135, _s19_22, "Citations actives", _s21_28, "Devis approuv\xe9s", _s23_12, "Devis non approuv\xe9s", _s18_22, "T\xe2ches enregistr\xe9es", _s20_27, _s16_323, _s16_35, "T\xe2ches r\xe9mun\xe9r\xe9es", _s21_29, "D\xe9penses enregistr\xe9es", _s22_16, _s19_122, _s23_13, "Frais factur\xe9s", _s27_8, "D\xe9penses pay\xe9es par facture", "activity_130", _s47_5, "activity_131", ":user de commande mis \xe0 jour par l'utilisateur :purchase_order", "activity_132", _s60_2, "activity_133", _s51_10, "activity_134", _s51_11, "activity_135", _s60_2, "activity_136", _s54_3, "activity_137", ":contact commande d'achat accept\xe9e :purchase_order", "vendor_portal", "Portail des fournisseurs", "send_code", "Envoyer le code", _s24_17, "Enregistrez le dossier pour t\xe9l\xe9charger des documents", _s17_21, "Taux d'imposition des d\xe9penses", _s22_17, "Taux de taxe des positions de facture", _s21_31, "Num\xe9ro de t\xe9l\xe9phone v\xe9rifi\xe9 avec succ\xe8s", "code_was_sent", "Un code a \xe9t\xe9 envoy\xe9 par SMS", _s16_37, "Un code a \xe9t\xe9 envoy\xe9 par SMS \xe0 :number", "resend", "Renvoyer", "verify", "V\xe9rifier", _s18_23, _s39_13, _s20_28, "Num\xe9ro de t\xe9l\xe9phone invalide", _s19_23, _s31_38, _s24_18, "Veuillez v\xe9rifier votre num\xe9ro de t\xe9l\xe9phone pour envoyer des e-mails", _s28_8, "Veuillez v\xe9rifier votre num\xe9ro de t\xe9l\xe9phone pour la sauvegarde 2FA", "merged_clients", "Clients fusionn\xe9s avec succ\xe8s", "merge_into", "Fusionner en", "merge", "Fusionner", _s21_32, _s26_61, _s19_25, _s43_4, _s17_23, _s20_136, "activate", "Activer", "connect_apple", "Connecter Apple", _s16_38, _s17_198, _s18_24, "Apple a \xe9t\xe9 d\xe9connect\xe9 avec succ\xe8s", "send_now", _s18_161, "received", "Re\xe7u", _s19_26, _s23_71, _s20_30, "Conversion r\xe9ussie en d\xe9pense", _s21_34, "Conversion r\xe9ussie en d\xe9penses", _s18_25, _s20_137, _s16_40, _s22_111, _s33_9, "Bon de commande ajout\xe9 avec succ\xe8s \xe0 l'inventaire", _s34_7, "Bons de commande ajout\xe9s avec succ\xe8s \xe0 l'inventaire", _s22_19, "Envoi de documents par les clients", _s22_21, "Envoi de documents par les fournisseurs", _s27_10, _s49_1, _s24_19, "Appr\xe9ciez-vous l'application\xa0?", "yes_its_great", "Oui, c'est parfait !", "not_so_much", "Pas tellement", _s17_25, "Ravi de l'entendre! Souhaitez-vous l'\xe9valuer\xa0?", _s22_23, "D\xe9sol\xe9 de l'entendre! Souhaitez-vous nous en dire plus ?", "sure_happy_to", "Bien s\xfbr, heureux de", "no_not_now", "Non pas maintenant", "add", "Ajouter", _s18_27, "Dernier mod\xe8le envoy\xe9", _s22_24, "Active la recherche flexible", _s27_11, "Correspondance de caract\xe8res non contigus, par exemple, 'ct' va trouver 'cat'", "vendor_details", _s22_112, _s22_26, _s26_62, "qr_iban", "QRIBAN", "besr_id", "ID BVRB", "accept", "Accepter", _s23_14, "Cloner vers PO", _s20_31, "Le fournisseur n'a pas d\xe9fini d'adresse e-mail", "bulk_send_email", "Envoyer un e-mail", _s29_12, "Bon de commande marqu\xe9 avec succ\xe8s comme envoy\xe9", _s30_3, "Bons de commande marqu\xe9s avec succ\xe8s comme envoy\xe9s", _s23_15, "Bon de commande accept\xe9 avec succ\xe8s", _s24_20, "Bons de commande accept\xe9s avec succ\xe8s", _s24_21, "Bon de commande annul\xe9 avec succ\xe8s", _s25_14, "Bons de commande annul\xe9s avec succ\xe8s", "accepted", "Accept\xe9", _s22_28, _s36_27, _s20_32, _s24_92, _s20_34, "Bon de commande par e-mail", _s26_9, "Bons de commande par e-mail", _s18_29, "E-mail d\xe9connect\xe9 avec succ\xe8s", "connect_email", "Se connecter", _s16_43, "D\xe9connecter l'e-mail", _s32_5, "Veuillez utiliser l'application Web pour vous connecter \xe0 Microsoft", "email_provider", "Fournisseur de messagerie", _s17_26, _s19_123, _s20_36, _s21_155, _s19_28, "Microsoft connect\xe9 avec succ\xe8s", _s22_30, "Microsoft d\xe9connect\xe9 avec succ\xe8s", _s17_28, "Connectez-vous avec Microsoft", _s17_29, "S'inscrire aupr\xe8s de Microsoft", _s22_32, "Bon de commande mis en file d'attente avec succ\xe8s \xe0 envoyer", _s23_16, "Commandes d'achat mises en file d'attente avec succ\xe8s \xe0 envoyer", _s16_45, "Passer \xe0 l'application Web React", _s21_36, _s25_76, _s20_39, _s29_67, _s21_38, _s31_39, _s32_7, _s28_86, _s37_5, "Exiger que le vendeur fournisse sa signature", "purchase_order", "Bon de commande", "purchase_orders", _s16_324, _s18_30, _s23_72, _s19_29, _s27_86, _s22_33, "Bon de commande cr\xe9\xe9 avec succ\xe8s", _s22_34, "Bon de commande mis \xe0 jour avec succ\xe8s", _s23_17, "Bon de commande archiv\xe9 avec succ\xe8s", _s22_35, _s36_28, _s22_36, _s36_28, _s23_18, "Bon de commande restaur\xe9 avec succ\xe8s", _s21_40, _s29_68, _s22_37, _s31_40, "login_url", _s16_325, _s16_46, _s22_113, "default", "Par d\xe9faut", "stock_quantity", _s17_199, _s22_39, _s21_156, "track_inventory", _s18_162, _s20_41, "Afficher un champ quantit\xe9 en stock et le mettre \xe0 jour \xe0 l'envoi de factures", _s19_31, "Notifications de stock", _s24_23, "Envoyer un email quand le stock atteint une valeur limite", "vat", "T.V.A.", "standing", "En attente", "view_map", "Voir la carte", _s18_32, _s28_87, "add_gateway", _s22_114, _s24_24, _s105_, "left", "Gauche", "right", "Droite", "center", "Centre", "page_numbering", "Num\xe9ros de page", _s24_25, "Alignement des num\xe9ros de page", _s31_6, "facture envoy\xe9e", _s24_27, "Afficher la description des produits", _s29_13, "Inclure la description dans la liste d\xe9roulante du produit", "invoice_items", _s19_124, "quote_items", "Articles de devis", "profitloss", "Profit et perte", "import_format", _s20_138, "export_format", _s20_139, "export_type", _s18_163, "stop_on_unpaid", "Arr\xeater en cas de non-paiement", _s19_33, "Arr\xeater la cr\xe9ation de factures r\xe9currentes si la derni\xe8re facture est impay\xe9e", "use_quote_terms", "Utiliser les conditions des offres", _s20_42, "\xe0 la conversion d'une offre en facture", "add_country", "Ajouter un pays", "enable_tooltips", "Activer les bulles d'aide", _s20_43, "Affiche les bulles d'aide au passage de la souris", _s21_42, "Erreur\xa0: les enregistrements appartiennent \xe0 plusieurs clients", "register_label", "Cr\xe9ez votre compte en quelques secondes", "login_label", "Connectez-vous \xe0 un compte existant", "add_to_invoice", _s29_69, _s17_30, _s22_115, "week", "Semaine", "created_record", "Enregistrement cr\xe9\xe9 avec succ\xe8s", _s26_10, "Archiver automatiquement une facture pay\xe9e", _s31_7, "Archiver automatiquement les factures lorsqu'elles sont pay\xe9es", _s31_8, "Archiver automatiquement une facture annul\xe9e", _s36_2, _s64_2, _s20_44, "Visionneuse PDF alternative", _s25_15, "Am\xe9liorer le d\xe9filement de l'aper\xe7u PDF [BETA]", _s16_48, _s20_140, "range", "Port\xe9e", "tax_amount1", "Montant de la taxe 1", "tax_amount2", "Montant de la taxe 2", "tax_amount3", "Montant de la taxe 3", "create_project", "Cr\xe9er un projet", "update_project", "Mettre \xe0 jour le projet", "view_task", "Afficher la t\xe2che", "cancel_invoice", "Annuler", "changed_status", "L'\xe9tat de la t\xe2che a bien \xe9t\xe9 modifi\xe9", "change_status", "Modifier le statut", "fees_sample", "Le frais pour une facture de :amount serait de :total.", _s19_34, "Activer les \xe9v\xe9nements 'Touch'", _s24_29, "Prend en charge les \xe9v\xe9nements de glissement pour faire d\xe9filer", "after_saving", "Apr\xe8s l'enregistrement", "view_record", "Voir l'\xe9l\xe9ment", _s21_43, "Activer la d\xe9marque des e-mails", _s26_11, "Utiliser l'\xe9diteur visuel de d\xe9marquage pour les e-mails", _s19_36, "Activer PDF Markdown", "json_help", "Remarque : les fichiers JSON g\xe9n\xe9r\xe9s par l'application v4 ne sont pas pris en charge", "release_notes", "Notes de version", _s23_19, "Mettez \xe0 niveau votre plan pour afficher les rapports", "started_tasks", "D\xe9marrage r\xe9ussi\xa0:value t\xe2ches", "stopped_tasks", "Arr\xeat\xe9 avec succ\xe8s\xa0:value t\xe2ches", "approved_quote", "Devis approuv\xe9 avec succ\xe8s", "approved_quotes", "R\xe9ussir\xa0:value les devis approuv\xe9s", "approve", "Accepter", "client_website", "Site Web client", "invalid_time", "Heure invalide", _s21_45, "\xc9tat d'exp\xe9dition du client", _s20_46, "Ville d'exp\xe9dition du client", _s27_14, "Code postal d'exp\xe9dition du client", _s23_20, "Pays d'exp\xe9dition du client", "load_pdf", "Charger le PDF", _s16_50, "Commencer l'essai gratuit", _s24_30, "Commencez votre essai GRATUIT de 14 jours du plan pro", "due_on_receipt", "Payable \xe0 r\xe9ception", "is_paid", "Est pay\xe9", "age_group_paid", "Pay\xe9", "id", "Identifiant", "convert_to", "Convertir dans", "client_currency", _s16_326, _s16_51, _s22_116, "purged_client", "Client purg\xe9 avec succ\xe8s", _s27_16, "Pour \xe9viter le spam, nous avons besoin d'une mise \xe0 niveau vers un compte payant pour personnaliser l'e-mail", _s22_42, "Am\xe9liorez votre plan pour ajouter des entreprises", "small", "Petit", _s21_47, "Avoir marqu\xe9 avec succ\xe8s comme pay\xe9", _s22_43, "Cr\xe9dits marqu\xe9s avec succ\xe8s comme pay\xe9s", _s16_53, "Chargement des donn\xe9es - veuillez attendre qu'il soit termin\xe9", "wait_for_saving", "Sauvegarde des donn\xe9es - veuillez attendre qu'elle soit termin\xe9e", _s20_48, "Remarque : les modifications apport\xe9es ici ne sont qu'un aper\xe7u, elles doivent \xeatre appliqu\xe9es dans les onglets ci-dessus pour \xeatre enregistr\xe9es", "remaining", "Restant", "invoice_paid", "facture payee", "activity_120", ": d\xe9pense r\xe9currente cr\xe9\xe9e par l'utilisateur :recurring_expense", "activity_121", _s59_2, "activity_122", ":user archiv\xe9e r\xe9currente :recurring_expense", "activity_123", _s57_1, "activity_124", _s57_2, "normal", "Normal", "large", "Grand", "extra_large", "Extra large", _s16_54, _s21_157, _s21_48, _s55_3, "print_pdf", "Imprimer PDF", "remind_me", "Rappelle moi", _s16_56, "Paiement bancaire instantan\xe9", "click_selected", "Clic sur l\u2019\xe9l\xe9ment s\xe9lectionn\xe9", "hide_preview", "Cacher l'aper\xe7u", "edit_record", "Editer l'\xe9l\xe9ment", _s27_17, "Le montant du cr\xe9dit ne peut pas \xeatre sup\xe9rieur au montant de la facture", "giropay", "GiroPay", "direct_debit", "Pr\xe9l\xe8vement", _s21_49, "Veuillez d\xe9finir un mot de passe de compte", "set_password", "D\xe9finir le mot de passe", _s17_33, "Nous vous recommandons d'utiliser l'application de bureau pour de meilleures performances", _s16_58, "Nous vous recommandons d'utiliser l'application mobile pour de meilleures performances", _s20_49, "Passerelle d\xe9connect\xe9e avec succ\xe8s", "disconnect", "D\xe9connecter", "add_to_invoices", _s20_141, "acss", "Paiements par d\xe9bit pr\xe9autoris\xe9", "becs", "Pr\xe9l\xe8vement BECS", "bulk_download", "T\xe9l\xe9charger", _s17_34, "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_34, _s21_158, _s17_35, "Num\xe9ro de TVA client", "has_tasks", "A des t\xe2ches", "registration", "Inscription", _s27_18, _s60_3, "view_expense", _s26_63, "view_statement", "Voir le relev\xe9", "sepa", "Pr\xe9l\xe8vement SEPA", "ideal", "id\xe9al", "przelewy24", "Przelewy24", "eps", "PSE", "fpx", "FPX", _s18_36, _s38_21, "system", "Syst\xe8me", _s19_38, "D\xe9finir la soci\xe9t\xe9 par d\xe9faut", "updated_company", "Entreprise mise \xe0 jour avec succ\xe8s", "kbc", "CBC", "bancontact", "Bancontact", _s19_40, "Aidez-nous \xe0 nous am\xe9liorer en nous disant pourquoi (facultatif)", "webhook_success", "Succ\xe8s du webhook", _s24_31, _s51_12, _s27_19, _s53_2, "app", "Application", _s20_50, "Pour de meilleures performances, t\xe9l\xe9chargez l'application :app", _s16_59, "Total brut de la ligne", _s19_41, "Factures par e-mail", _s17_37, "Devis par e-mail", _s18_38, "Cr\xe9dits d'e-mail", "from_name", "Nom exp\xe9diteur", _s16_60, "Cloner en d\xe9pense", _s17_38, _s18_164, _s18_39, _s20_142, _s21_50, _s27_87, _s22_44, _s28_88, _s25_16, "D\xe9pense r\xe9currente cr\xe9\xe9e avec succ\xe8s", _s25_17, "D\xe9pense r\xe9currente mise \xe0 jour avec succ\xe8s", _s26_13, "D\xe9pense r\xe9currente archiv\xe9e avec succ\xe8s", _s25_18, _s37_35, _s25_19, _s40_8, _s26_14, "D\xe9pense r\xe9currente restaur\xe9e avec succ\xe8s", _s24_32, "Rechercher une d\xe9pense r\xe9currente", _s25_20, "Rechercher des d\xe9penses r\xe9currentes", "last_sent_date", _s21_159, "include_drafts", _s22_117, _s19_42, "Inclure les brouillons d'enregistrements dans les rapports", "is_invoiced", "Est factur\xe9", "change_plan", "Manage Plan", "persist_data", "M\xe9moriser les donn\xe9es", "customer_count", "Nombre de clients", _s16_62, _s20_143, _s16_64, _s16_65, _s28_11, "ID de suivi Google Analytics", "decimal_comma", "Virgule d\xe9cimale", _s26_15, "Utiliser la virgule comme s\xe9parateur d\xe9cimal dans les formulaires", "select_method", "S\xe9lectionnez la m\xe9thode", "select_platform", "S\xe9lectionnez la plate-forme", _s28_13, "Veuillez utiliser l'application Web pour vous connecter \xe0 Gmail", _s16_66, "Les taux de taxe sur les articles sont d\xe9sactiv\xe9s", "enable_markdown", _s16_327, _s20_51, "Convertir Markdown en HTML sur le PDF", "user_guide", _s22_118, _s18_41, "Ajouter un contact secondaire", "previous_page", "Page pr\xe9c\xe9dente", "next_page", "Page suivante", "export_colors", _s21_160, "import_colors", "Importer des couleurs", "clear_all", "Tout effacer", "contrast", "Contraste", "custom_colors", _s23_73, "colors", "Couleurs", _s31_9, "Couleur d'arri\xe8re-plan de la barre lat\xe9rale active", _s25_22, "Couleur de police de la barre lat\xe9rale active", _s33_14, "Couleur d'arri\xe8re-plan de la barre lat\xe9rale inactive", _s27_20, "Couleur de police de la barre lat\xe9rale inactive", _s36_3, "Couleur d'arri\xe8re-plan de la ligne alternative du tableau", _s31_11, "Couleur d'arri\xe8re-plan de l'en-t\xeate de facture", _s25_24, _s41_11, "net_subtotal", "Net", "review_app", "Examen de l'application", "check_status", "V\xe9rifier l'\xe9tat", "free_trial", "Essai gratuit", _s23_22, "L'essai du plan Pro se termine dans :count jours, cliquez pour mettre \xe0 niveau.", _s21_52, "Aujourd'hui est le dernier jour de l'essai du plan Pro, cliquez pour mettre \xe0 niveau.", "change_email", "Changer l'e-mail", _s25_26, "Configurez \xe9ventuellement un domaine de portail client distinct", _s21_53, _s32_23, "uninvoiced", "Non factur\xe9", "subdomain_guide", "Le sous-domaine est utilis\xe9 dans le portail client pour personnaliser les liens en fonction de votre marque. c'est-\xe0-dire https://your-brand.invoicing.co", "send_time", "Heure d'envoi", "import_data", "Importer des donn\xe9es", "import_settings", "Importer les configurations", _s17_40, "Veuillez fournir le fichier JSON", _s19_43, "Veuillez s\xe9lectionner pour importer les param\xe8tres et/ou les donn\xe9es", "json", "JSON", _s24_34, _s29_70, "wait_for_data", "Veuillez attendre la fin du chargement des donn\xe9es", "net_total", "Total net", "has_taxes", "A des imp\xf4ts", _s16_67, _s20_144, _s18_43, "L'importation de clients a d\xe9marr\xe9 avec succ\xe8s", "login_success", _s17_200, "login_failure", "\xc9chec de la connexion", "exported_data", _s86_0, _s23_23, _s29_71, _s28_15, "Charger les enregistrements appartenant aux clients supprim\xe9s", "step_1_sign_in", "\xc9tape 1 : Se connecter", _s16_70, "\xc9tape 2 : Autoriser", "account_id", "identifiant de compte", _s27_22, "La migration n'est pas encore termin\xe9e", "activity_100", _s54_4, "activity_101", _s60_4, "activity_102", _s57_3, "activity_103", _s58_5, "activity_104", _s58_6, _s18_44, "Afficher la date de fin d'une t\xe2che", _s23_25, "Activer la sp\xe9cification de la date de fin de la t\xe2che", "gateway_setup", "Configuration de la passerelle", "preview_sidebar", _s31_41, _s16_71, "Ann\xe9es donn\xe9es affich\xe9es", _s18_46, "Termin\xe9 avec succ\xe8s toutes les sessions", _s16_73, "Terminer toutes les sessions", "count_session", "1 s\xe9ance", "count_sessions", ":count Sessions", "invoice_created", "Facture cr\xe9\xe9e", "quote_created", "Devis cr\xe9\xe9", "credit_created", "Cr\xe9dit cr\xe9\xe9", "pro", "Pro", "enterprise", "Entreprise", "last_updated", _s20_145, "invoice_item", _s18_165, "quote_item", "Article de devis", _s18_47, _s17_201, _s17_42, "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", _s16_328, "search_kanbans", _s16_328, "kanban", "Kanban", "enable", "Activer", "move_top", _s21_161, "move_up", _s21_161, "move_down", "Descendre", "move_bottom", "D\xe9placer vers le bas", "subdomain_help", "D\xe9finissez un sous-domaine ou affichez la facture sur votre propre site web.", _s21_55, "Erreur\xa0: l'e-mail personnalis\xe9 doit inclure une variable\xa0:body", _s25_27, _s41_12, _s17_44, "Afficher les formats de date", "is_viewed", "Est visualis\xe9", "letter", "Lettre", "legal", "Juridique", "page_layout", "Orientation de page", "portrait", "Portrait", "landscape", "Paysage", _s26_16, "Le titulaire du compte peut passer \xe0 un forfait payant pour activer les param\xe8tres avanc\xe9s avanc\xe9s", _s20_52, "Passez \xe0 un forfait payant pour activer les param\xe8tres avanc\xe9s", _s21_56, _s35_33, _s17_46, "Offre valable jusqu'au", "no_headers", "Aucun en-t\xeate", "add_header", "Ajouter un en-t\xeate", "remove_header", "Supprimer l'en-t\xeate", "return_url", "URL de retour", "rest_method", "M\xe9thode REST", "header_key", "Cl\xe9 d'en-t\xeate", "header_value", _s16_329, _s18_49, _s19_125, "promo_code", "Code promo", "promo_discount", "Remise promotionnelle", _s18_51, _s22_119, _s16_75, "Par si\xe8ge activ\xe9", "max_seats_limit", "Limite maximale de si\xe8ges", "trial_enabled", "Essai activ\xe9", "trial_duration", "Dur\xe9e de l'essai", _s21_58, "Autoriser les remplacements de requ\xeate", _s18_53, "Autoriser les modifications de forfait", "plan_map", "Planifier la carte", "refund_period", _s24_93, _s21_60, "Configuration du webhook", "purchase_page", "Page d'achat", "security", "S\xe9curit\xe9", "email_bounced", "E-mail renvoy\xe9", _s20_53, "Plainte pour spam", "email_delivery", "Livraison par e-mail", _s16_77, "R\xe9ponse Webhook", "pdf_response", "R\xe9ponse PDF", _s22_46, "\xc9chec d'authentification", "pdf_failed", "\xc9chec du PDF", "pdf_success", "Succ\xe8s PDF", "modified", "Modifi\xe9", "payment_link", _s16_330, _s16_79, _s24_94, _s17_48, _s28_89, _s20_54, "Lien de paiement cr\xe9\xe9 avec succ\xe8s", _s20_55, "Lien de paiement mis \xe0 jour avec succ\xe8s", _s21_62, "Lien de paiement archiv\xe9 avec succ\xe8s", _s20_56, _s37_36, _s20_57, _s37_36, _s21_63, "Lien de paiement restaur\xe9 avec succ\xe8s", _s19_44, _s29_72, _s20_58, _s35_34, _s26_17, _s36_29, "connect_gmail", "Connecter Gmail", _s16_81, _s17_202, "connected_gmail", "Gmail connect\xe9 avec succ\xe8s", _s18_55, "Gmail a bien \xe9t\xe9 d\xe9connect\xe9", _s16_83, "Les modifications apport\xe9es \xe0 la base de code peuvent bloquer la mise \xe0 jour, vous pouvez ex\xe9cuter cette commande pour annuler les modifications\xa0:", _s16_84, _s33_36, "count_minutes", ":count les minutes", _s16_86, _s34_31, _s29_15, _s53_3, "use_last_email", _s26_64, _s16_88, _s18_166, _s21_65, "Activer les e-mails, factures r\xe9currentes et notifications", _s27_24, _s45_13, _s27_25, _s40_9, _s34_13, "Attention: Le changement de votre num\xe9ro de t\xe9l\xe9phone va d\xe9sactiver la 2FA", "help_translate", "Aidez \xe0 traduire", _s23_26, _s29_73, "resend_invite", "Renvoyer une invitation", _s19_45, "la 2FA a \xe9t\xe9 d\xe9sactiv\xe9e avec succ\xe8s", _s16_90, "Compte connect\xe9 avec succ\xe8s", _s19_46, "Compte d\xe9connect\xe9 avec succ\xe8s", "delivered", "Livr\xe9", "bounced", "Rebondi", "spam", "Courrier ind\xe9sirable", "view_docs", _s25_77, _s32_10, _s94_0, "send_sms", "Envoyer un SMS", "sms_code", "Code SMS", _s21_66, "Scannez le code \xe0 barres avec une application compatible :link", _s18_56, "Authentification \xe0 deux facteurs activ\xe9e avec succ\xe8s", "connect_google", _s16_331, _s17_50, _s18_167, _s17_52, "Authentification \xe0 2 facteurs", _s18_57, "D\xe9sactiver deux facteurs", _s34_14, "Exiger un mot de passe avec connexion sociale", "stay_logged_in", "Rester connect\xe9", _s23_28, "Avertissement\xa0: Votre session est sur le point d'expirer", "count_hours", ":count les heures", "count_day", "Un jour", "count_days", ":count les jours", _s19_47, "D\xe9lai d'expiration de la session Web", _s17_53, _s22_120, "resend_email", "R\xe9-envoyer l'email", _s26_19, "Merci de confirmer votre adresse e-mail", _s16_91, _s18_168, _s19_49, _s26_65, _s19_51, _s59_3, "list_long_press", "Appuyez longuement sur la liste", "show_actions", _s20_146, _s17_55, _s26_66, _s27_27, "Un e-mail a \xe9t\xe9 envoy\xe9 pour confirmer l'adresse e-mail", _s21_67, "Pour utiliser :client_counter, veuillez ajouter :client_number ou :client_id_number pour \xe9viter les conflits", "this_quarter", "Ce trimestre", "last_quarter", _s17_203, "to_update_run", "Pour mettre \xe0 jour ex\xe9cuter", _s18_59, _s20_147, _s16_92, _s17_204, "invoice_project", _s18_169, "invoice_task", _s17_205, "invoice_expense", "Facturer la d\xe9pense", _s19_52, _s30_40, _s20_59, "Rechercher :count les conditions de paiement", _s16_94, _s28_90, "save_and_email", _s35_35, _s16_96, _s25_78, _s16_98, _s16_332, _s17_57, "Solde converti", _s22_48, "Converti pay\xe9 \xe0 ce jour", _s24_36, "Solde cr\xe9diteur converti", "converted_total", "Total converti", "is_sent", "Est envoy\xe9", _s17_59, _s20_148, "document_upload", "T\xe9l\xe9verser un document", _s20_60, "Activer l'envoi de documents par les clients", "expense_total", _s18_170, "enter_taxes", "Entrer les taxes", "by_rate", "Par tarif", "by_amount", "Par montant", "enter_amount", _s17_206, "before_taxes", "Avant taxes", "after_taxes", "Apr\xe8s imp\xf4ts", "color", "Couleur", "show", "Montrer", "hide", "Cacher", "empty_columns", "Colonne vide", _s21_69, "Le mode d\xe9bogage est activ\xe9", _s26_20, "Attention : il est destin\xe9 \xe0 \xeatre utilis\xe9 sur des machines locales, il peut faire fuir les informations d'identification. Cliquez pour en savoir plus.", "running_tasks", "Ex\xe9cution de t\xe2ches", "recent_tasks", "T\xe2ches r\xe9centes", "recent_expenses", _s17_207, _s17_61, _s16_333, "update_app", _s19_126, "started_import", _s35_36, _s24_38, _s32_24, _s20_61, "Utiliser les taxes incluses", _s18_61, "Est le Montant de la remise", "column", "Colonne", "sample", "Exemple", "map_to", "Mapper vers", "import", "Importer", _s25_29, "Utiliser la premi\xe8re ligne comme noms des colonnes", "select_file", _s32_25, _s16_100, _s25_79, "csv_file", "S\xe9lectionner un fichier CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Comptabilit\xe9", _s22_50, "Merci de fournir tous les CSV", "import_type", _s18_171, "html_mode", "Mode HTML", "html_mode_help", "Aper\xe7u des mises \xe0 jour plus rapide mais moins pr\xe9cis", "view_licenses", _s17_208, "webhook_url", "URL Webhook", _s17_63, _s19_127, "sidebar_editor", "Editeur de barre lat\xe9rale", _s22_51, "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", "Taxe sur le paiement", "unpaid", "Non pay\xe9", "white_label", "Marque blanche", "delivery_note", "Bon de livraison", _s24_41, _s39_14, _s24_43, _s37_37, "source_code", "Code source", "app_platforms", _s17_209, "invoice_late", _s17_210, "quote_expired", "Devis expir\xe9", "partial_due", "Acompte \xe0 verser", "invoice_total", "Montant total", "quote_total", "Montant du devis", "credit_total", "Total Cr\xe9dit", _s23_29, "Total facture", "actions", "Actions", "expense_number", "N\xb0 d\xe9pense", "task_number", "N\xb0 t\xe2che", "project_number", "N\xb0 projet", "project_name", "nom du projet", "warning", "Avertissement", "view_settings", _s19_128, _s24_45, "Attention : cette soci\xe9t\xe9 n'a pas encore \xe9t\xe9 activ\xe9e", "late_invoice", _s17_210, "expired_quote", "Devis p\xe9rim\xe9", "remind_invoice", _s19_129, "cvv", "Cryptogramme visuel", "client_name", "Nom du client", "client_phone", "T\xe9l\xe9phone client", "required_fields", "Champs requis", "calculated_rate", "Taux Calcul\xe9", _s17_65, "Taux par d\xe9faut de la t\xe2che", "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_102, "Modifier les statuts de t\xe2ches", _s19_53, "Statut de t\xe2che cr\xe9\xe9", _s19_54, "Statut de t\xe2che mis \xe0 jour avec succ\xe8s", _s20_63, "Statut de t\xe2che archiv\xe9", _s19_55, "Statut de t\xe2che supprim\xe9", _s19_56, "Statut de la t\xe2che supprim\xe9 avec succ\xe8s", _s20_64, "Statut de la t\xe2che restaur\xe9 avec succ\xe8s", _s22_52, "Les \xe9tats de t\xe2che :value ont bien \xe9t\xe9 archiv\xe9s", _s21_71, "Les \xe9tats de t\xe2che :value ont bien \xe9t\xe9 supprim\xe9s", _s22_53, "Les \xe9tats de t\xe2che :value ont bien \xe9t\xe9 restaur\xe9s", _s18_63, _s25_80, _s20_66, _s31_42, _s16_104, "Afficher la table des t\xe2ches", _s21_72, "Toujours montrer la section des t\xe2ches lors de la cr\xe9ation de factures", _s20_67, _s39_15, _s25_30, _s63_4, _s20_69, "Journal des t\xe2ches de facturation", _s25_31, "Ajouter des d\xe9tails de date aux \xe9l\xe9ments de ligne de facture", _s21_73, "D\xe9marrer les t\xe2ches avant d'enregistrer", _s18_64, "Configurer les statuts", "task_settings", "R\xe9glages des t\xe2ches", _s20_71, _s25_81, _s18_66, "cat\xe9gories de d\xe9pense", _s20_73, _s29_74, _s21_74, "Editer la cat\xe9gorie de d\xe9pense", _s24_46, "Cat\xe9gorie de d\xe9pense cr\xe9\xe9e avec succ\xe8s", _s24_47, "Cat\xe9gorie de d\xe9pense mise \xe0 jour avec succ\xe8s", _s25_33, "Cat\xe9gorie de d\xe9pense archiv\xe9e avec succ\xe8s", _s24_48, _s40_10, _s24_49, "Cat\xe9gorie de d\xe9pense supprim\xe9e avec succ\xe8s", _s25_34, "Cat\xe9gorie de d\xe9pense restaur\xe9e avec succ\xe8s", _s27_31, ":count cat\xe9gorie(s) de d\xe9pense archiv\xe9e(s) avec succ\xe8s", _s26_21, "Les cat\xe9gories de d\xe9pense :value ont bien \xe9t\xe9 supprim\xe9es", _s27_32, "Les cat\xe9gories de d\xe9pense :value ont bien \xe9t\xe9 restaur\xe9es", _s23_30, _s32_26, _s25_36, "Recherche :count cat\xe9gories de d\xe9pense", _s21_76, _s32_27, "show_option", "Montrer l'option", _s22_54, "Le montant du cr\xe9dit ne peut pas d\xe9passer le montant du paiement", "view_changes", "Voir les changements", "force_update", _s21_162, _s17_67, "Vous utilisez la derni\xe8re version mais il se peut que des corrections soient en attente.", "mark_paid_help", _s38_22, _s18_68, "Devrait \xeatre factur\xe9", _s23_31, "Activer la d\xe9pense pour \xeatre factur\xe9e", _s29_17, _s44_9, _s21_78, "D\xe9finir un taux de change", _s16_106, "R\xe9glages des d\xe9penses", _s18_69, _s20_149, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", _s18_172, "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_68, _s23_74, "total_taxes", "Taxes totales", "line_taxes", "Taxes par ligne", "total_fields", _s17_211, _s25_37, _s47_6, _s25_38, _s48_3, _s25_39, _s47_7, "gateway_refund", _s27_88, _s19_57, _s56_1, "due_date_days", "Date d'\xe9ch\xe9ance", "paused", "En pause", "mark_active", "Marquer comme actif", "day_count", "Jour :count", _s22_55, _s20_150, _s21_79, _s20_151, _s17_70, _s31_43, "endless", "Sans fin", "next_send_date", _s22_121, _s16_108, "Cycles restant", _s17_72, _s18_173, _s18_71, _s20_152, _s21_81, _s27_89, _s22_57, "Editer facture r\xe9currente", _s25_40, _s45_14, _s25_41, _s51_13, _s26_22, "Facture r\xe9currente archiv\xe9e avec succ\xe8s", _s25_42, "Facture r\xe9currente supprim\xe9e avec succ\xe8s", _s25_43, _s47_8, _s26_23, "Facture r\xe9currente restaur\xe9e avec succ\xe8s", _s27_33, "Les factures r\xe9currentes :value ont bien \xe9t\xe9 archiv\xe9es", _s26_24, "Les factures r\xe9currentes :value ont bien \xe9t\xe9 supprim\xe9es", _s27_34, "Les factures r\xe9currentes :value ont bien \xe9t\xe9 restaur\xe9es", _s24_50, _s30_41, _s25_44, _s37_38, "send_date", "Date d'envoi", "auto_bill_on", "Autofacturer le", _s28_17, _s32_28, "profit", "Profit", "line_item", "Ligne d'article", _s18_73, _s21_163, _s23_32, "Accepter le paiement suppl\xe9mentaire pour pourboire", _s19_58, _s22_122, _s24_51, "Supporter le paiement au minimum du montant de l'acompte", "test_mode", "Mode test", "opened", "Ouvert(e)", _s30_7, _s24_95, _s30_8, _s20_153, "gateway_success", _s18_174, "gateway_failure", _s19_130, "gateway_error", _s20_154, "email_send", "Envoi de l'e-mail", _s17_74, _s24_96, "failure", "\xc9chec", "quota_exceeded", "Quota d\xe9pass\xe9", _s16_110, "\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_52, "Bienvenue sur Invoice Ninja", "always", "Toujours", "optin", "Adh\xe9sion", "optout", "D\xe9sadh\xe9sion", "label", "Intitul\xe9", "client_number", _s16_334, "auto_convert", _s25_82, "company_name", _s19_131, "reminder1_sent", "Rappel 1 envoy\xe9", "reminder2_sent", "Rappel 2 envoy\xe9", "reminder3_sent", "Rappel 3 envoy\xe9", _s18_75, _s23_75, "pdf_page_info", "Page :current sur :total", _s16_112, "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_335, "rows_per_page", "Lignes par page", "hours", "Heures", "statement", "Relev\xe9", "taxes", "Taxes", "surcharge", "Majoration", "apply_payment", _s21_164, "apply_credit", _s19_132, "apply", "Appliquer", "unapplied", "Non appliqu\xe9", "select_label", "S\xe9lectionnez le label", "custom_labels", "Labels personnalis\xe9s", "record_type", _s21_165, "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_336, "last_login_at", "Derni\xe8re connexion", "company_key", _s16_337, "storefront", "Vitrine", "storefront_help", "Autoriser les tierces parties \xe0 cr\xe9er des factures", "client_created", "Client cr\xe9\xe9", _s20_76, "E-mail de paiement en ligne", _s20_78, "E-mail de paiement manuel", "completed", "Effectu\xe9", "gross", "Brut", "net_amount", "Montant net", "net_balance", "Solde net", "client_settings", "Param\xe8tres client", _s17_76, _s22_123, _s17_78, _s22_124, "selected_quotes", "Devis s\xe9lectionn\xe9s", "selected_tasks", _s20_155, _s17_80, _s22_125, _s17_82, _s16_338, _s17_84, "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_212, "create_quote", "Cr\xe9er un devis", "create_payment", "Nouveau paiement", "create_vendor", _s20_156, "update_quote", "Mettre \xe0 jour le devis", "delete_quote", "Supprimer ce devis", "update_invoice", _s24_97, "delete_invoice", _s20_157, "update_client", _s23_76, "delete_client", _s19_133, "delete_payment", _s21_166, "update_vendor", _s28_91, "delete_vendor", "Supprimer ce fournisseur", "create_expense", "Nouvelle d\xe9pense", "update_expense", _s24_98, "delete_expense", _s20_158, "create_task", "Cr\xe9er une t\xe2che", "update_task", _s22_126, "delete_task", "Supprimer la t\xe2che", "approve_quote", "Approuver le devis", "off", "Desactiv\xe9", "when_paid", _s16_339, "expires_on", "Expire le", "free", "Gratuit", "plan", "Plan", "show_sidebar", _s26_67, "hide_sidebar", _s25_83, "event_type", _s16_340, "target_url", "Cible", "copy", "Copier", "must_be_online", _s72_0, _s17_86, _s30_42, "api_webhooks", "API Webhooks", "search_webhooks", _s28_92, "search_webhook", _s22_127, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nouveau Webhook", "edit_webhook", "Modifier le Webhook", "created_webhook", _s33_37, "updated_webhook", _s39_16, _s16_114, _s36_30, "deleted_webhook", _s37_39, "removed_webhook", _s35_37, _s16_115, _s37_40, _s17_87, _s48_4, _s16_116, _s49_2, _s16_117, _s47_9, _s17_88, "Les :value t\xe2ches ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", "api_tokens", "Jetons d'API", "api_docs", "Documentation des API", "search_tokens", _s26_68, "search_token", _s20_159, "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_38, "restored_token", _s35_38, "archived_tokens", _s46_16, "deleted_tokens", _s47_10, "restored_tokens", _s47_11, _s19_60, "Enregistrement client", _s24_54, "Autoriser les clients \xe0 s'enregistrer sur le portail", "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_81, "Le client n'a pas d'adresse mail d\xe9finie", "ledger", "Grand livre", "view_pdf", "Voir PDF", "all_records", _s24_99, "owned_by_user", _s26_69, _s16_118, "Cr\xe9dit restant", "contact_name", "Nom du contact", "use_default", _s29_75, _s16_120, "Rappels infinis", "number_of_days", "Nombre de jours", _s23_34, "Configurer les conditions de paiements", "payment_term", "Condition de paiement", _s16_121, "Nouvelle condition de paiement", _s17_90, "\xc9diter la condition de paiement", _s20_82, "Conditions de paiement cr\xe9\xe9es avec succ\xe8s", _s20_83, "Conditions de paiement mises \xe0 jour avec succ\xe8s", _s21_83, "Conditions de paiement archiv\xe9es avec succ\xe8s", _s20_84, _s40_11, _s20_85, _s40_11, _s21_84, "Les conditions de paiements ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", _s22_62, _s58_7, _s21_85, "Suppression r\xe9ussie\xa0:value des conditions de paiement", _s22_63, "Restauration r\xe9ussie\xa0:value des conditions de paiement", "email_sign_in", "S'identifier avec l'email", "change", "Modifier", _s23_36, "Modifier la mise en page pour le mobile ?", _s24_55, _s36_31, "send_from_gmail", "Envoyer depuis Gmail", "reversed", "Invers\xe9", "cancelled", "Annul\xe9", "credit_amount", _s17_213, "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_341, _s18_77, "Rembours\xe9 partiellement", _s16_123, "Rechercher des documents", "search_designs", "Rechercher des mod\xe8les", "search_invoices", "Rechercher des factures", "search_clients", "Rechercher des clients", "search_products", "Rechercher des produits", "search_quotes", "Rechercher des devis", "search_credits", _s20_160, "search_vendors", _s25_84, "search_users", "Rechercher des utilisateurs", _s16_124, _s25_85, "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_77, "search_design", _s21_167, "search_invoice", _s22_128, "search_client", _s21_168, "search_product", _s22_129, "search_quote", "Rechercher un devis", "search_credit", _s21_169, "search_vendor", "Recherche de 1 fournisseurs", "search_user", _s26_70, "search_tax_rate", _s27_90, "search_task", _s20_161, "search_project", _s21_170, "search_expense", _s22_130, "search_payment", _s23_78, "search_group", _s21_171, "refund_payment", "Remboursement du paiement", _s17_94, "Facture annul\xe9e", _s18_79, "Factures annul\xe9es", _s16_130, _s37_41, _s17_95, _s42_19, "reverse", "Inverse", "full_name", "Nom complet", _s17_96, "Ville/ Province (D\xe9partement)/ CP", _s17_98, "Code postal/Ville/Province (D\xe9partement)", "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_175, _s16_131, "Les donn\xe9es de l'entreprise ont \xe9t\xe9 purg\xe9es avec succ\xe8s", _s18_80, "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_79, "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_342, "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_131, "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_46, _s33_39, _s16_132, _s19_134, "apply_license", _s18_176, "cancel_account", _s19_135, _s22_64, "Attention : Ceci va supprimer d\xe9finitivement votre compte, il n'y a pas d'annulation possible.", "delete_company", "Supprimer la soci\xe9t\xe9", _s22_65, "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", _s16_343, "includes", "Inclus", "header", "En-t\xeate", "load_design", "Charger un mod\xe8le", "css_framework", "Framework CSS", "custom_designs", _s21_172, "designs", "Mod\xe8les", "new_design", "Nouveau mod\xe8le", "edit_design", _s16_344, "created_design", _s32_29, "updated_design", _s38_23, "archived_design", _s35_39, "deleted_design", _s36_32, "removed_design", _s34_32, "restored_design", _s36_33, _s16_134, _s47_12, "deleted_designs", _s48_5, _s16_135, _s48_6, "proposals", "Propositions", "tickets", "Tickets", _s16_136, "Devis r\xe9current", "recurring_tasks", _s18_177, _s18_81, "Gestion des comptes", "credit_date", "Date d'avoir", "credit", "Cr\xe9dit", "credits", "Cr\xe9dits", "new_credit", "Entrer un cr\xe9dit", "edit_credit", _s16_345, "created_credit", "Cr\xe9dit cr\xe9\xe9 avec succ\xe8s", "updated_credit", _s38_24, "archived_credit", "Cr\xe9dit archiv\xe9 avec succ\xe8s", "deleted_credit", "Cr\xe9dit supprim\xe9 avec succ\xe8s", "removed_credit", _s34_33, "restored_credit", "Cr\xe9dit restaur\xe9 avec succ\xe8s", _s16_138, ":count cr\xe9dits archiv\xe9s avec succ\xe8s", "deleted_credits", ":count cr\xe9dits supprim\xe9s avec succ\xe8s", _s16_139, _s48_7, "current_version", "Version actuelle", "latest_version", _s16_346, "update_now", "Mettre \xe0 jour", _s26_30, _s56_2, _s16_140, _s22_132, "app_updated", _s42_20, "learn_more", "En savoir plus", "integrations", "Int\xe9grations", "tracking_id", "ID de suivi", _s17_100, _s20_162, "credit_footer", "Pied de page des credits", "credit_terms", _s36_34, "new_company", "Nouveau compte", "added_company", _s26_71, "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_173, "client3", _s21_174, "client4", _s21_175, "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_72, "vendor2", _s26_73, "vendor3", _s26_74, "vendor4", _s26_75, "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", "Num\xe9ro", "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_87, _s29_76, _s17_102, "Nom du contact", "contact_phone", _s20_163, _s21_86, "Valeur champ personnalis\xe9 Contact 1", _s21_87, "Valeur champ personnalis\xe9 Contact 2", _s21_88, "Valeur champ personnalis\xe9 Contact 3", _s21_89, "Valeur champ personnalis\xe9 Contact 4", _s17_104, "Rue", _s17_105, "Appt/B\xe2timent", "shipping_city", "Ville", "shipping_state", _s18_178, _s20_86, "Code postal", _s16_170, "Pays", _s16_172, "Rue", _s16_173, "Appt/B\xe2timent", "billing_city", "Ville", "billing_state", _s18_178, _s19_62, "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", _s19_136, "edit_columns", _s19_137, "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_174, "Devis non-approuv\xe9", "help", "Aide", "refund", "Remboursement", "refund_date", "Date du remboursement", "filtered_by", "Filtr\xe9 par", "contact_email", _s19_138, "multiselect", _s18_179, "entity_state", "\xc9tat", "verify_password", _s24_100, "applied", "Publi\xe9", _s21_90, "Contient les erreurs r\xe9centes des journaux", _s30_11, "Nous avons re\xe7u votre message et r\xe9pondrons dans les meilleurs d\xe9lais", "message", "Message", "from", "De", _s20_88, "Voir les d\xe9tails du produit", _s25_48, "Inclure la description et le co\xfbt dans la liste d\xe9roulante du produit", _s20_90, "Le g\xe9n\xe9rateur de PDF n\xe9cessite la version :version", _s18_90, _s31_44, _s23_38, _s41_13, _s18_92, "Modifier les param\xe8tres", "support_forum", "Support Forums", "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_91, "Mot de passe trop court", _s20_91, "Le mot de passe doit comporter au moins une majuscule et un nombre", _s19_64, "T\xe2che du portail client", _s23_39, _s33_40, _s20_92, "Saisissez une valeur", "deleted_logo", _s22_133, "yes", "Oui", "no", "Non", "generate_number", _s17_214, "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_180, "tablet", "Tablette", "mobile", "Mobile", "desktop", "Bureau", "layout", "Pr\xe9sentation", "view", "Voir", "module", "Module", "first_custom", _s20_164, "second_custom", _s19_139, "third_custom", _s22_134, "show_cost", "Voir le co\xfbt", _s17_107, "Afficher les co\xfbts des produits", "show_cost_help", "Afficher un champ co\xfbt du produit pour suivre la marge", _s21_92, "Voir la quantit\xe9 du produit", _s26_32, "Afficher un champ de quantit\xe9 du produit, sinon en choisir un par d\xe9faut", _s21_94, "Voir la quantit\xe9 sur la facture", _s26_33, "Afficher un champ de quantit\xe9 pour la position, sinon en choisir un par d\xe9faut", _s21_96, "Afficher les r\xe9ductions des produits", _s26_34, "Afficher un champ de r\xe9duction pour la position", _s16_176, _s19_140, _s21_98, "Mettre automatiquement la quantit\xe9 de la position \xe0 un", "one_tax_rate", "Un taux de taxe", "two_tax_rates", _s17_215, "three_tax_rates", "Trois taux de taxe", _s16_178, _s23_80, "user", "Utilisateur", "invoice_tax", "Taxe de la facture", "line_item_tax", "Taxe de la position", "inclusive_taxes", "Taxes incluses", _s17_109, "Taux de taxe de la facture", "item_tax_rates", "Taux de taxe de la position", _s18_94, _s31_45, "configure_rates", "Configurer les taux", _s18_95, _s26_76, "tax_settings", "R\xe9glages des taxes", _s18_97, "Taux de taxes", "accent_color", _s27_91, "switch", "Commutateur", _s19_66, "Liste s\xe9par\xe9e par des virgules", "options", "Options", _s16_180, "Texte sur une ligne", "multi_line_text", "Texte multi-lignes", "dropdown", _s16_347, "field_type", "Type du champ", _s27_45, "Un courriel de r\xe9cup\xe9ration du mot de passe a \xe9t\xe9 envoy\xe9", "submit", "Envoyer", _s16_182, "R\xe9cup\xe9rer votre mot de passe", "late_fees", "Frais de retard", "credit_number", "Num\xe9ro d'avoir", "payment_number", _s18_181, "late_fee_amount", "Montant de p\xe9nalit\xe9 de retard", _s16_183, "Pourcentage de p\xe9nalit\xe9 de retard", "before_due_date", "Avant la date d'\xe9ch\xe9ance", "after_due_date", "Apr\xe8s la date d'\xe9ch\xe9ance", _s18_99, _s28_93, "days", "Jours", "invoice_email", "E-mail de facture", "payment_email", "E-mail de paiement", "partial_payment", _s16_348, "payment_partial", _s16_348, _s21_99, "Mail de paiement partiel", "quote_email", "E-mail de devis", _s16_185, "Rappel sans fin", _s16_187, _s22_135, "administrator", "Administrateur", _s18_100, "Permettre \xe0 l'utilisateur de g\xe9rer les utilisateurs, modifier les param\xe8tres et de modifier tous les enregistrements", "user_management", _s24_101, "users", "Utilisateurs", "new_user", _s18_182, "edit_user", _s20_165, "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", _s28_94, "restored_user", "Commande restaur\xe9e avec succ\xe8s", "archived_users", _s52_5, "deleted_users", _s41_14, "removed_users", _s41_14, "restored_users", "Restauration r\xe9ussie\xa0:value utilisateurs", _s16_189, _s19_141, "invoice_options", "Options de facturation", _s17_111, _s24_102, _s22_72, "Afficher la ligne 'Pay\xe9 \xe0 ce jour' sur vos factures seulement une fois qu'un paiement a \xe9t\xe9 re\xe7u.", _s23_41, _s18_183, _s28_30, "Inclure l'image attach\xe9e dans la facture.", _s16_191, "Voir les en-t\xeates sur", _s16_192, "Voir les pieds de page sur", "first_page", "Premi\xe8re page", "all_pages", "Toutes les pages", "last_page", "Derni\xe8re page", "primary_font", _s17_216, "secondary_font", _s17_217, "primary_color", _s18_184, "secondary_color", _s18_185, "page_size", "Taille de Page", "font_size", _s16_349, "quote_design", "Mod\xe8le des devis", "invoice_fields", _s17_218, "product_fields", "Champs de produit", "invoice_terms", _s25_86, "invoice_footer", "Pied de facture", "quote_terms", "Conditions des devis", "quote_footer", "Pied de page des devis", _s18_101, "Envoyer automatiquement par courriel", _s23_42, "Envoyer automatiquement par courriel les factures r\xe9currentes lorsqu'elles sont cr\xe9\xe9s.", _s18_102, "Archiver automatiquement", _s23_43, "Archiver automatiquement les devis lorsqu'ils sont convertis en factures", _s18_103, _s25_82, _s23_44, "Convertir automatiquement un devis en facture d\xe8s qu'il est approuv\xe9 par le client.", _s17_113, _s29_77, "freq_daily", "Quotidien", "freq_weekly", "Hebdomadaire", "freq_two_weeks", "Deux semaines", "freq_four_weeks", "Quatre semaines", "freq_monthly", "Mensuel", "freq_two_months", "Deux mois", _s17_115, "Trimestrielle", _s16_193, "Quatre mois", "freq_six_months", "Six mois", "freq_annually", "Annuelle", "freq_two_years", "Deux ans", _s16_194, "Trois ans", "never", "Jamais", "company", "Entreprise", _s17_116, "Num\xe9ros g\xe9n\xe9r\xe9s", "charge_taxes", "Taxe suppl\xe9mentaire", "next_reset", _s23_81, "reset_counter", "Remettre le compteur \xe0 z\xe9ro", _s16_195, _s17_219, "number_padding", "Marge interne du num\xe9ro", "general", "G\xe9n\xe9ral", "surcharge_field", "Champ Surcharge", "company_field", "Champ d'entreprise", "company_value", _s19_142, "credit_field", "Champ de Cr\xe9dit", "invoice_field", "Champ de facture", _s17_118, "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", "Avancement du compteur", "prefix", "Pr\xe9fixe", "number_pattern", _s16_350, "messages", "Messages", "custom_css", _s16_351, _s17_120, _s23_82, _s16_197, _s19_143, _s21_101, "Afficher la signature du client sur la facture / le devis PDF.", _s25_54, _s48_8, _s30_12, "Exiger que le client confirme qu'il accepte les conditions de facturation", _s23_45, "Case \xe0 cocher pour les conditions d'offre", _s28_31, "Exiger que le client confirme qu'il accepte les conditions de l'offre", _s25_55, _s20_166, _s30_13, "Exiger que le client signe", _s23_46, _s20_167, _s22_74, _s42_21, _s27_46, "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_56, "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_186, "attach_pdf", "Joindre PDF", _s16_198, "Joindre les Documents", "attach_ubl", "Joindre UBL", "email_style", "Style d'email", _s19_68, "Activer le balisage", "reply_to_email", "Adresse de r\xe9ponse", "reply_to_name", "Nom de r\xe9ponse", "bcc_email", "Courriel CCI", "processed", "Trait\xe9", "credit_card", "Carte de Cr\xe9dit", "bank_transfer", _s17_220, "priority", "Priorit\xe9e", "fee_amount", _s17_221, "fee_percent", _s21_176, "fee_cap", _s16_352, "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_69, _s26_77, "credentials", "Identifiants", "update_address", "Mettre \xe0 jour l'adresse", _s19_71, "Mettre \xe0 jour l'adresse du client avec les d\xe9tails fournis", "rate", "Taux", "tax_rate", "Taux de taxe", "new_tax_rate", _s20_168, "edit_tax_rate", _s22_136, _s16_200, "Taux de taxe cr\xe9\xe9 avec succ\xe8s", _s16_201, "Taux de taxe mis \xe0 jour avec succ\xe8s", _s17_123, "Taux de taxe archiv\xe9 avec succ\xe8s", _s16_202, _s42_22, _s17_124, _s42_23, _s18_104, _s53_4, _s17_125, _s54_5, _s18_105, _s54_6, "fill_products", "Remplissage auto des produits", _s18_106, "La s\xe9lection d\u2019un produit entrainera la MAJ de la description et du prix", "update_products", "Mise \xe0 jour auto des produits", _s20_96, _s65_2, _s16_203, _s22_137, _s21_102, "Convertir automatiquement les prix des produits dans la devise du client", "fees", "Frais", "limits", "Limites", "provider", "Fournisseur", "company_gateway", _s22_138, _s16_205, "Passerelles de paiements", _s19_72, _s19_144, _s20_97, _s20_169, _s23_47, _s37_42, _s23_48, _s43_5, _s24_57, _s40_12, _s23_49, _s41_15, _s24_58, _s41_16, _s25_57, _s52_6, _s24_59, _s53_5, _s25_58, _s53_6, _s16_207, "Continuer l'\xe9dition", "discard_changes", "Ignorer les modifications", "default_value", "Valeur Par D\xe9faut", "disabled", "D\xe9sactiv\xe9", "currency_format", _s16_353, _s21_103, "Premier Jour de la Semaine", _s23_50, _s23_83, "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_222, "military_time", "24H", _s18_107, "Affichage sur 24h", "send_reminders", _s19_145, "timezone", "Fuseau horaire", _s19_73, _s18_187, _s17_126, _s18_188, _s19_75, "Filtr\xe9 par Facture", _s18_108, "Filtr\xe9 par Client", _s18_110, "Filtr\xe9 par fournisseur", "group_settings", _s20_170, "group", "Groupe", "groups", "Groupes", "new_group", "Nouveau Groupe", "edit_group", _s16_354, "created_group", _s32_30, "updated_group", _s38_25, "archived_groups", _s47_13, "deleted_groups", _s48_9, "restored_groups", _s48_10, "archived_group", _s35_40, "deleted_group", _s36_35, "restored_group", _s36_36, "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_209, "R\xe9glages du produit", "device_settings", _s24_103, "defaults", "Valeurs par d\xe9faut", "basic_settings", _s18_189, _s17_128, _s18_190, "company_details", "Informations sur l\u2019entreprise", "user_details", "Utilisateur", "localization", "Localisation", "online_payments", _s18_191, "tax_rates", "Taux de taxe", "notifications", "Notifications", "import_export", "Importer/Exporter", "custom_fields", _s20_171, "invoice_design", "Mod\xe8le de facture", "buy_now_buttons", _s26_78, "email_settings", "Param\xe8tres d'e-mail", _s23_52, "Mod\xe8les & Rappels", _s22_75, _s27_92, _s19_77, _s25_87, "price", "Prix", "email_sign_up", "Inscription par email", "google_sign_up", _s23_84, _s27_50, "Merci pour votre achat !", "redeem", "Rembourser", "back", "Retour", "past_purchases", "Achats ant\xe9rieurs", _s19_79, _s17_223, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count utilisateur(s)", "upgrade", "Mettre \xe0 niveau", _s25_59, "Veuillez entrer un pr\xe9nom", _s24_60, _s22_139, _s33_30, "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_211, _s24_104, "privacy_policy", _s28_95, "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_112, _s32_31, _s21_106, "Veuillez enregistrer ou annuler vos modifications", "download", "T\xe9l\xe9charger", _s27_51, "\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_files", "T\xe9l\xe9charger des fichiers", "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_130, "Le document a \xe9t\xe9 envoy\xe9 avec succ\xe8s", _s16_213, "Document mis \xe0 jour avec succ\xe8s", _s17_131, "Document archiv\xe9 avec succ\xe8s", _s16_214, _s38_26, _s17_132, _s38_27, _s18_114, _s49_3, _s17_133, _s50_14, _s18_115, _s50_15, "no_history", "\u039a\u03b1\u03bd\u03ad\u03bd\u03b1 \u0399\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc", "expense_date", _s18_192, "pending", "En attente", _s16_215, "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7", _s16_216, "\u03a3\u03b5 \u03b5\u03ba\u03ba\u03c1\u03b5\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1", _s16_217, "\u039c\u03b5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "converted", "Converti", _s24_62, _s34_34, "exchange_rate", "Taux de change", _s16_218, "Convertir la devise", "mark_paid", _s18_193, "category", "Cat\xe9gorie", "address", "Adresse", "new_vendor", _s19_146, "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_219, ":count fournisseurs archiv\xe9s avec succ\xe8s", "deleted_vendors", ":count fournisseurs supprim\xe9s avec succ\xe8s", _s16_220, _s53_7, "new_expense", _s18_194, "created_expense", "D\xe9pense cr\xe9\xe9e avec succ\xe8s", "updated_expense", "D\xe9pense mise \xe0 jour avec succ\xe8s", _s16_221, "D\xe9pense archiv\xe9e avec succ\xe8s", "deleted_expense", "D\xe9pense supprim\xe9e avec succ\xe8s", _s16_222, "D\xe9pense restaur\xe9e avec succ\xe8s", _s17_134, "D\xe9penses archiv\xe9es avec succ\xe8s", _s16_223, "D\xe9penses supprim\xe9es avec succ\xe8s", _s17_135, _s50_16, "copy_shipping", "Copier exp\xe9dition", "copy_billing", _s18_195, "design", "Design", _s21_107, "\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_224, "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", _s55_4, _s19_81, _s22_139, "budgeted_hours", _s16_355, "created_project", _s32_32, "updated_project", _s39_17, _s16_226, _s35_41, "deleted_project", _s36_37, _s16_227, "Le projet a \xe9t\xe9 r\xe9tabli avec succ\xe8s", _s17_136, ":count projet(s) a (ont) \xe9t\xe9 archiv\xe9(s)", _s16_228, ":count projet(s) a (ont) \xe9t\xe9 supprim\xe9(s) avec succ\xe8s", _s17_137, _s48_11, "new_project", "Nouveau projet", _s27_55, "Merci d'utiliser notre app !", "if_you_like_it", _s27_93, "click_here", "cliquer ici", _s18_116, "Cliquer ici", "to_rate_it", "pour \xe9valuer notre app.", "average", "Moyenne", "unapproved", "Non approuv\xe9", _s30_18, _s49_4, "locked", "Verrouill\xe9", "authenticate", "Connexion", _s19_83, _s23_85, _s24_64, _s21_177, "footer", "Pied de page", "compare", "Comparer", "hosted_login", "Authentification Hosted", "selfhost_login", "Authentification Selfhost", "google_sign_in", _s21_178, "today", "Aujourd'hui", "custom_range", "Intervalle personnalis\xe9", "date_range", _s19_147, "current", "Actuel", "previous", "Pr\xe9c\xe9dent", "current_period", "P\xe9riode actuelle", _s17_138, "Comparaison de p\xe9riode", "previous_period", _s18_196, "previous_year", _s16_356, "compare_to", "Comparer \xe0", "last7_days", _s16_357, "last_week", "Semaine derni\xe8re", "last30_days", _s17_224, "this_month", "Mois en cours", "last_month", "Mois dernier", "this_year", "Cette ann\xe9e", "last_year", "Derni\xe8re ann\xe9e", "all_time", "Tout le temps", "custom", "Personnalis\xe9", _s16_229, "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_148, "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_179, "edit_project", "Editer le projet", _s20_99, "Editer devis r\xe9current", "billing_address", _s22_140, _s16_231, "Adresse de Livraison", "total_revenue", "Revenu total", "average_invoice", "Facture moyenne", "outstanding", "Impay\xe9", "invoices_sent", _s24_105, "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_233, "Rafraichissement termin\xe9", _s23_53, "Entrez votre adresse e-mail", _s26_43, "Entez votre mot de passe", _s21_110, "Entrez votre URL", _s26_45, "Entrez la cl\xe9 produit", "ascending", "Ascendant", "descending", "Descendant", "save", "Sauvegarder", _s17_140, "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_85, _s35_42, "error", "Erreur", _s16_235, _s20_172, "contacts", "Informations de contact", "additional", "Additionnel", "first_name", "Pr\xe9nom", "last_name", "Nom", "add_contact", _s18_197, "are_you_sure", "Voulez-vous vraiment effectuer cette action ?", "cancel", "Annuler", "ok", "Ok", "remove", "Supprimer", _s16_237, "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_239, "Produit archiv\xe9 avec succ\xe8s", "deleted_product", _s37_43, _s16_240, "Le produit a \xe9t\xe9 r\xe9tabli avec succ\xe8s", _s17_142, _s36_38, _s16_241, ":count produit(s) supprim\xe9(s) avec succ\xe8s", _s17_143, _s49_5, "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_242, _s35_43, "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_243, _s48_12, "address1", "Rue", "address2", "Appt/B\xe2timent", "city", "Ville", "state", _s18_178, "postal_code", "Code postal", "country", "Pays", "invoice", "Facture", "invoices", "Factures", "new_invoice", _s16_358, "created_invoice", "Facture cr\xe9\xe9e avec succ\xe8s", "updated_invoice", "Facture modifi\xe9e avec succ\xe8s", _s16_244, "Facture archiv\xe9e avec succ\xe8s", "deleted_invoice", "Facture supprim\xe9e avec succ\xe8s", _s16_245, "Facture restaur\xe9e avec succ\xe8s", _s17_144, ":count factures archiv\xe9es avec succ\xe8s", _s16_246, _s38_28, _s17_145, "Restauration r\xe9ussie\xa0:value des factures", "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_198, "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", "Acompte", "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_247, _s16_348, "paid_date", _s19_149, "status", "Statut", _s17_146, "Etat de Facture", "quote_status", "\xc9tat du devis", _s22_76, "Cliquer pour ajouter un article (objet)", _s22_78, _s35_44, "count_selected", "nombre selectionne", "total", "Total", "percent", "Pourcent", "edit", "\xc9diter", "dismiss", "Quitter", _s20_101, "S\xe9lectionnez une date", _s22_79, "S\xe9lectionnez un client", _s24_66, "S\xe9lectionnez une facture", "task_rate", "Taux de t\xe2che", "settings", "Param\xe8tres", "language", "Langue", "currency", "Devise", "created_at", _s16_359, "created_on", "Cr\xe9\xe9 le", "updated_at", "Mis \xe0 jour", "tax", "Taxe", _s30_20, "S\xe9lectionnez un num\xe9ro de facture", _s27_59, "S\xe9lectionner un num\xe9ro de devis", "past_due", "En retard", "draft", "Brouillon", "sent", "Envoy\xe9", "viewed", "Vu", "approved", "Approuv\xe9", "partial", "Acompte", "paid", "Pay\xe9", "mark_sent", _s20_173, _s22_81, "Facture marquee comme envoyee avec succes", _s22_82, _s35_21, _s23_55, "Les factures ont \xe9t\xe9 marqu\xe9es envoy\xe9es", _s23_56, _s36_15, "done", "Termin\xe9", _s37_22, "Veuillez introduire un nom de client", "dark_mode", "Mode sombre", _s27_61, "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_249, "Pas d'archives trouves", "clone", "Dupliquer", "loading", "Chargement", "industry", "Champ", "size", "Taille", "payment_terms", _s22_141, "payment_date", _s16_360, "payment_status", _s16_361, _s16_251, "En attente", _s16_252, "Annul\xe9", _s16_253, "\xc9chou\xe9", _s16_254, "Compl\xe9t\xe9", _s16_255, _s23_86, _s16_256, "Remboursement", _s17_147, "Non appliqu\xe9", _s17_148, _s26_65, "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_362, "first_reminder", "Premier rappel", "second_reminder", "Second rappel", "third_reminder", _s16_363, "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_336, _s21_112, "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_257, "Paiement archiv\xe9 avec succ\xe8s", "deleted_payment", "Paiement supprim\xe9 avec succ\xe8s", _s16_258, "Paiement restaur\xe9 avec succ\xe8s", _s17_149, ":count paiement archiv\xe9s avec succ\xe8s", _s16_259, ":count paiements supprim\xe9s avec succ\xe8s", _s17_150, _s50_17, "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", "Les :value devis ont \xe9t\xe9 restaur\xe9s 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_43, "activity_2", _s33_41, "activity_3", _s34_35, "activity_4", _s32_33, "activity_5", _s38_29, "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_45, "activity_9", _s36_39, "activity_10", ":user a saisi le paiement :payment pour :payment _montant sur la facture :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_40, "activity_16", _s33_42, "activity_17", _s34_36, "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", _s29_78, "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_41, "activity_26", _s34_37, "activity_27", _s37_44, "activity_28", _s34_38, "activity_29", ":contact a approuv\xe9 le devis :quote pour :client", "activity_30", _s35_46, "activity_31", _s38_30, "activity_32", _s39_18, "activity_33", _s39_19, "activity_34", _s32_34, "activity_35", _s35_47, "activity_36", _s36_42, "activity_37", _s36_43, "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_18, "activity_42", _s27_94, "activity_43", _s33_43, "activity_44", _s30_44, "activity_45", _s31_46, "activity_46", _s31_47, "activity_47", _s38_31, "activity_48", _s32_35, "activity_49", _s38_32, "activity_50", _s35_48, "activity_51", _s36_44, "activity_52", _s36_45, "activity_53", _s48_13, "activity_54", ":user a pay\xe9 la facture :invoice", "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_49, "activity_59", _s34_39, "activity_60", _s29_78, "activity_61", _s36_46, "activity_62", _s41_17, "activity_63", _s69_1, "activity_64", _s70_0, "activity_65", _s71_0, "activity_66", _s70_1, "activity_80", _s39_20, "activity_81", _s45_15, "activity_82", _s42_24, "activity_83", _s43_6, "activity_84", _s43_7, _s17_151, _s27_95, "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_103, "Le devis s\xe9lectionn\xe9 a \xe9t\xe9 envoy\xe9 avec succ\xe8s", _s21_114, "Le cr\xe9dit a bien \xe9t\xe9 marqu\xe9 comme envoy\xe9", "expired", "Expir\xe9", "all", "Tous", "select", "S\xe9lectionner", _s22_83, _s34_40, "custom_value1", _s22_142, "custom_value2", _s22_143, "custom_value3", _s22_144, "custom_value4", _s22_145, _s18_117, _s30_45, _s24_71, _s39_21, _s29_46, "Message personnalis\xe9 pour une facture impay\xe9e", _s27_66, "Message personnalis\xe9 pour un paiement de facture", _s31_24, "Message personnalis\xe9 pour un devis refus\xe9", "lock_invoices", _s24_106, "translations", "Traductions", _s19_86, "Mod\xe8le de num\xe9ro de t\xe2che", _s19_88, "Mod\xe8le de compteur de t\xe2che", _s22_85, "Mod\xe8le de num\xe9ro de d\xe9pense", _s22_87, "Mod\xe8le de compteur de d\xe9pense", _s21_115, "Mod\xe8le de num\xe9ro de fournisseur", _s21_117, "Mod\xe8le de compteur de fournisseur", _s21_119, "Mod\xe8le de num\xe9ro de ticket", _s21_121, "Mod\xe8le de compteur de ticket", _s22_89, "Mod\xe8le de num\xe9ro de paiement", _s22_91, "Mod\xe8le de compteur de paiement", _s22_93, "Mod\xe8le de num\xe9ro de facture", _s22_95, _s29_79, _s20_104, "Mod\xe8le de num\xe9ro de devis", _s20_106, "Compteur du num\xe9ro de devis", _s21_123, _s26_79, _s21_125, _s28_96, _s21_127, _s26_79, _s21_128, _s28_96, _s18_119, _s33_44, "counter_padding", _s22_146, _s28_66, "Partager le compteur pour les facture et les offres", _s18_121, "Nom par d\xe9faut de la taxe 1", _s18_123, "Taux par d\xe9faut de la taxe 1", _s18_125, "Nom par d\xe9faut de la taxe 2", _s18_127, "Taux par d\xe9faut de la taxe 2", _s18_129, "Nom par d\xe9faut de la taxe 3", _s18_131, "Taux par d\xe9faut de la taxe 3", _s21_129, "Sujet du courriel de la facture", _s19_90, "Sujet du courriel du devis", _s21_131, "Sujet du courriel du paiement", _s29_48, "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_260, "Le client est actif", "client_balance", "Solde du client", "client_address1", "Adresse du client", "client_address2", _s22_147, "vendor_address1", _s18_199, "vendor_address2", "Appt/B\xe2timent du fournisseur", _s24_73, "Adresse de livraison du client", _s24_74, "App / Bureau de livraison du client", "type", "Type", "invoice_amount", _s21_180, _s16_264, "Date limite", "tax_rate1", "Taux de taxe 1", "tax_rate2", "Taux de taxe 2", "tax_rate3", "Taux de taxe 3", "auto_bill", _s23_87, "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_153, "Autre frais 1", _s17_154, "Autre frais 2", _s17_155, "Autre frais 3", _s17_156, "Autre frais 4", "is_deleted", "Supprim\xe9", "vendor_city", _s20_174, "vendor_state", "R\xe9gion du fournisseur", "vendor_country", _s19_150, "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_151, "age", "Anciennet\xe9", "is_running", "En cours", "time_log", _s16_364, "bank_id", "Banque", _s19_92, _s26_80, _s16_265, _s20_175, _s19_94, _s30_46, "tax_name1", _s16_365, "tax_name2", _s16_366, "tax_name3", "Nom de taxe 3", "transaction_id", _s17_225, _s18_133, "Th\xe8me de couleur de statut", _s16_266, "Charger le th\xe8me de couleur"], t1, t1), "fr_CA", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "R\xe9currente", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, "Cliquez ou d\xe9posez les fichiers ici", "public", "Public", "private", "Priv\xe9", "image", "Image", "other", "Autre", "hash", "Hash", "linked_to", "Li\xe9 \xe0", _s18_, "Ce fichier a \xe9t\xe9 sauvegard\xe9 dans :path", _s21_, ":count transactions ont \xe9t\xe9 d\xe9li\xe9es", _s20_, "La transactions a \xe9t\xe9 d\xe9li\xe9e", "unlink", "Dissoci\xe9", _s25_, "Autoriser l'acc\xe8s de l'utilisateur au tableau de bord. Les donn\xe9es sont limit\xe9es aux permissions disponibles.", "is_tax_exempt", _s18_200, "district", "District", "region", "R\xe9gion", "county", "Comt\xe9", "tax_details", "D\xe9tails de taxes", _s18_0, ":contact a saisi un paiement :payment pour la facture :invoice pour :client", _s18_1, ":user a saisi un paiement :payment pour la facture :invoice pour :client", _s20_0, _s27_82, _s24_1, "Paiements initi\xe9s par l'administration", _s29_, "Permet la saisie d'un paiement dans le portal d'administration sans facture", _s25_0, "Utilisez les param\xe8tres de votre abonnement cellulaire pour g\xe9rer votre plan", _s18_2, "Afficher la facturation de t\xe2che", "credit_item", _s17_186, "files", "Fichiers", "camera", "Cam\xe9ra", "gallery", "Galerie", _s20_2, _s24_86, _s16_1, _s21_150, _s29_0, "Description d'article de t\xe2che de facture", _s34_, "Ajouter la description d'article aux lignes d'articles de facture", "next_send_time", _s23_67, _s20_3, _s29_62, "certificate_set", _s24_87, _s19_, _s30_39, "passphrase_set", "La passphrase est d\xe9finie", _s18_4, "La passphrase n'est pas d\xe9finie", _s18_6, _s24_88, _s22_, "Passphrase du certificat", "rename", "Renommer", _s16_3, "Le document a \xe9t\xe9 renomm\xe9", "e_invoice", _s20_126, "light_dark_mode", "Mode clair/sombre", "activities", "Activit\xe9s", "routing_id", "ID de routage", _s16_4, _s35_31, "e_invoice_type", _s28_81, "reduced_tax", "Taxe r\xe9duite", "override_tax", _s19_112, "zero_rated", _s17_187, "reverse_tax", "Taxe invers\xe9e", _s20_4, _s38_20, _s22_1, _s44_8, _s16_6, _s28_82, "payment_manual", "Paiement manuel", "tax_category", _s17_188, "physical_goods", _s18_154, _s16_8, _s19_113, "services", "Services", "shipping", "Livraison", "tax_exempt", _s18_200, "reduced_rate", "Taux r\xe9duit", "tax_all", "Tout taxer", "tax_selected", _s17_189, "version", "version", _s16_10, "Province du vendeur", "calculate_taxes", _s18_155, _s20_5, "Calcul automatique des taxes \xe0 la sauvegarde des factures", "admin", "Admin", "owner", "Propri\xe9taire", "link_expenses", "Lier les d\xe9penses", _s24_3, _s21_151, _s25_1, _s26_59, "total_hours", "Total d'heures", _s16_12, "Utiliser +jours pour d\xe9finir la date utl\xe9rieure", _s18_8, _s37_33, _s23_, "Avertissement: Emp\xeache l'interation avec l'application par le", "increase_prices", "Augmentation des prix", "update_prices", "Mettre les prix \xe0 jour", "incresed_prices", "Les prix ont \xe9t\xe9 mis en file d'attente pour leur augmentation", "updated_prices", "Les prix ont \xe9t\xe9 mis en file d'attente pour leur mise \xe0 jour", "bacs", _s28_83, "api_token", "Jeton API", "api_key", "Cl\xe9 API", "endpoint", "Endpoint", "billable", "Facturable", "not_billable", "Non facturable", _s25_3, "Autoriser les articles de t\xe2ches facturables", _s30_, "Activer la configuration des articles de t\xe2ches facturables", _s26_, "Afficher la description des articles de t\xe2ches", _s31_, "Activer les descriptions de t\xe2ches d'article", "email_record", "Envoyer l'enregistrement par courriel", _s23_0, "Colonnes de produits pour facture", _s21_1, "Colonnes de produits pour soumission", _s22_3, "Montant minimal de paiement", _s25_5, _s31_35, _s30_0, "Autorise le paiement sans facture dans le portail client", _s27_, "Partager les colonnes facture/soumission", "cc_email", "CC", "payment_balance", _s17_190, _s22_5, "Autoriser l'utilisateur \xe0 acc\xe9der aux rapports. L'acc\xe8s aux donn\xe9es est r\xe9serv\xe9 selon les permissions", "activity_138", "Le paiement :payment a \xe9t\xe9 envoy\xe9 par courriel \xe0 :client", _s17_, "Produits \xe0 usage unique", _s26_1, "Produits \xe0 usage unique optionnels", "required", "Requis", "hidden", "Masqu\xe9", "payment_links", _s17_191, "action", "Action", _s32_, "Mettre \xe0 niveau le plan pour pouvoir utiliser la planification", "next_run", "Prochain envoi", "all_clients", _s16_319, _s16_13, "Afficher la liste des impay\xe9s", _s19_1, "Afficher la liste des paiements", _s26_3, "Seulement les clients avec factures", "email_statement", "Envoyer le relev\xe9 par courriel", "once", "Une fois", "schedule", "Planification", "schedules", "Planifications", "new_schedule", "Nouvelle planification", "edit_schedule", "\xc9diter la planification", _s16_15, "La planification a \xe9t\xe9 cr\xe9\xe9e", _s16_16, "La planification a \xe9t\xe9 mise \xe0 jour", _s17_1, "La planification a \xe9t\xe9 archiv\xe9e", _s16_17, "La planification a \xe9t\xe9 supprim\xe9e", _s16_18, "La planification a \xe9t\xe9 retir\xe9e", _s17_2, "La planification a \xe9t\xe9 restaur\xe9e", "search_schedule", "Rechercher une planification", _s16_19, _s29_64, "archive_payment", _s20_127, "archive_invoice", _s19_114, "archive_quote", "Archiver la soumission", "archive_credit", _s18_156, "archive_task", "Archiver la T\xe2che", "archive_client", _s18_157, "archive_project", _s18_158, "archive_expense", _s19_115, "restore_payment", _s21_152, "restore_invoice", _s20_128, "restore_quote", "Restaurer la soumission", "restore_credit", _s19_116, "restore_task", "Restaurer la T\xe2che", "restore_client", _s19_117, "restore_project", _s19_118, "restore_expense", _s20_129, "archive_vendor", _s23_88, "restore_vendor", _s24_107, "create_product", "Ajouter un produit", "update_product", _s24_89, "delete_product", _s20_176, "restore_product", _s20_177, "archive_product", _s19_152, _s21_3, _s24_90, _s21_5, "Mettre \xe0 jour un bon de commande", _s21_7, _s28_84, _s22_6, _s28_85, _s22_8, _s27_83, "sent_invoice", "Facture envoy\xe9e", "sent_quote", _s18_201, "sent_credit", "Cr\xe9dit envoy\xe9", _s19_3, _s22_109, "image_url", "URL de l'image", "max_quantity", "Quantit\xe9 maximum", "test_url", "URL de test", _s18_9, _s19_153, _s20_6, "Option affich\xe9e mais non s\xe9lectionn\xe9e", _s21_9, "Option affich\xe9e et s\xe9lectionn\xe9e", _s21_10, _s19_153, "payment_methods", _s17_226, "view_all", "Lire", "edit_all", "\xc9diter", _s28_0, "Accepter un N\xb0 de bon de commande", _s33_1, "Autorise les clients \xe0 fournir un num\xe9ro de bon de commande lors de l'approbation d'une soumission", "from_email", "De", "show_preview", "Afficher la pr\xe9visualisation", "show_paid_stamp", "Afficher l'\xe9tampe PAY\xc9", _s21_11, _s31_37, _s24_5, "Aucun document disponible en t\xe9l\xe9chargement pour les enregistrements s\xe9lectionn\xe9s", "pixels", "Pixels", "logo_size", "Taille du logo", "postal_city", _s17_192, "failed", "\xc9chou\xe9", "client_contacts", "Personne contact du client", "sync_from", "Sync de", _s19_6, _s18_159, "hour", "Heure", _s17_3, "Le relev\xe9 a \xe9t\xe9 mis en file d'attente pour l'envoi", _s17_4, _s36_47, _s18_10, "Facturer les heures de t\xe2ches", _s23_2, "Ajouter ces heures aux articles de la facture", _s27_1, "Facturation automatique de factures r\xe9guli\xe8res", _s28_2, "Facturation automatique de factures r\xe9currentes", "email_alignment", "Justification du courriel", _s20_7, "Emplacement de pr\xe9visualisation du PDF", "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s42_18, "last365_days", _s17_227, "import_design", "Importer le mod\xe8le", "imported_design", "Le mod\xe8le a \xe9t\xe9 import\xe9", "invalid_design", "Le mod\xe8le n'est pas valide, la :value est manquante", _s17_6, _s38_33, "upload", "T\xe9l\xe9verser", _s17_7, _s17_193, _s23_3, _s39_22, _s28_5, _s77_2, "update_payment", _s25_74, "markup", "Balisage", _s22_10, _s20_130, _s19_8, _s22_109, _s21_13, _s24_91, _s23_5, _s23_68, _s20_9, _s75_0, "klarna", "Klarna", _s29_7, _s64_1, _s29_8, _s59_1, "matomo_url", "URL Matomo", "matomo_id", "ID Matomo", _s21_15, _s20_131, _s25_7, "Envoyer un courriel lorsque un paiement en ligne \xe0 \xe9t\xe9 fait", _s25_8, "Envoyer un courriel lorsque un paiement a \xe9t\xe9 saisi manuellement", _s28_6, "Envoyer un courriel lorsque une facture a \xe9t\xe9 marqu\xe9e comme pay\xe9e", "delete_project", _s19_154, _s18_12, "La transaction a \xe9t\xe9 li\xe9e", "link_payment", "Lier le paiement", "link_expense", "Lier la d\xe9pense", _s19_10, _s32_22, _s24_6, "Bloquer les t\xe2ches lorsqu'elles sont factur\xe9es", _s21_16, _s19_155, _s26_6, "Inscription requise pour le client", _s24_7, "Utiliser la gestion d'inventaire", _s29_9, "Requiert les produits en stock", _s17_9, _s19_119, _s27_5, "Produits r\xe9currents optionnels", "convert_matched", "Convertir", _s19_12, "La facture est en file d'attente pour la facturation automatique", _s20_10, "Les factures sont en file d'attente pour la facturation automatique", "operator", "Op\xe9rateur", "value", "Valeur", "is", "Est", "contains", "Contient", "starts_with", "Commence par", "is_empty", "Est vide", "add_rule", _s17_194, "match_all_rules", "Doit r\xe9pondre \xe0 toutes les r\xe8gles", _s20_11, "Tous les crit\xe8res doivent correspondre pour que la r\xe8gle puisse \xeatre appliqu\xe9e", _s17_11, "Les transactions appari\xe9es seront automatiquement converties en d\xe9penses", "rules", "R\xe8gles", _s16_21, _s20_132, _s17_12, _s21_153, _s20_12, _s29_65, _s21_18, "\xc9diter la r\xe8gle de transaction", _s24_9, "La r\xe8gle a \xe9t\xe9 cr\xe9\xe9e", _s24_10, "La r\xe8gle de transaction a \xe9t\xe9 mise \xe0 jour", _s25_10, "La r\xe8gle de transaction a \xe9t\xe9 archiv\xe9e", _s24_11, "La r\xe8gle de transaction a \xe9t\xe9 supprim\xe9e", _s24_12, "La r\xe8gle de transaction a \xe9t\xe9 retir\xe9e", _s25_11, "La r\xe8gle de transaction a \xe9t\xe9 restaur\xe9e", _s23_7, _s35_32, _s24_13, _s36_25, _s21_20, _s39_23, _s22_12, _s44_10, "auto_sync", _s27_85, _s16_23, "Rafra\xeechir les comptes", _s31_2, "Passer au plan Entreprise pour connecter votre compte bancaire", _s34_0, _s48_2, "disable_2fa", "D\xe9sactiver 2FA", "change_number", "Changer le num\xe9ro", "resend_code", _s16_320, "base_type", "Type de base", "category_type", _s17_195, _s16_25, "Transaction", "bulk_print", "Imprimer le PDF", _s18_13, _s26_60, _s16_26, "Emplacement de pr\xe9visualisation", "bottom", "En bas", "side", "Sur le cot\xe9", "pdf_preview", "Pr\xe9visualisation du PDF", _s20_14, "Pressez longuement pour s\xe9lectionner", _s21_22, _s21_181, _s19_13, _s26_81, _s22_14, "Aimeriez-vous \xe9valuer l'application?", "include_deleted", "Inclure les suppressions", _s20_16, _s55_2, "due_on", "D\xfb le", _s22_15, "Les transactions ont \xe9t\xe9 converties", _s20_17, "Le compte bancaire a \xe9t\xe9 cr\xe9\xe9", _s20_18, "Le compte bancaire a \xe9t\xe9 mis \xe0 jour", _s17_14, _s25_75, _s16_28, _s20_133, "account_type", "Type de compte", _s16_30, _s23_69, _s16_31, _s17_228, "manage_rules", _s16_321, "search_category", _s22_110, _s17_17, "Rechercher :count cat\xe9gories", "min_amount", "Montant minimum", "max_amount", "Montant maximum", "selected", "S\xe9lectionn\xe9s", _s21_24, "La transaction a \xe9t\xe9 convertie", _s18_15, _s21_154, "deposit", "D\xe9p\xf4t", "withdrawal", "Retrait", "deposits", "D\xe9p\xf4ts", "withdrawals", "Retraits", "matched", "Appari\xe9e", "unmatched", "Non appari\xe9e", "create_credit", "Cr\xe9er un cr\xe9dit", "update_credit", _s23_70, "delete_credit", _s19_120, "transaction", "Transaction", "transactions", "Transactions", "new_transaction", _s20_134, _s16_33, "\xc9diter une transaction", _s19_15, "La transaction a \xe9t\xe9 cr\xe9\xe9e", _s19_16, "La transaction a \xe9t\xe9 mise \xe0 jour", _s20_19, "La transaction a \xe9t\xe9 archiv\xe9e", _s19_17, "La transaction a \xe9t\xe9 supprim\xe9e", _s19_18, "La transaction a \xe9t\xe9 retir\xe9e", _s20_20, "La transaction a \xe9t\xe9 restaur\xe9e", _s18_17, "Rechercher une transaction", _s19_19, ":count transactions trouv\xe9es", "bank_account", "Compte bancaire", "bank_accounts", _s42_25, _s21_25, "L'institution bancaire a \xe9t\xe9 archiv\xe9", _s20_21, "Le compte bancaire a \xe9t\xe9 supprim\xe9", _s20_22, "Le compte bancaire a \xe9t\xe9 retir\xe9", _s21_26, "Le compte bancaire a \xe9t\xe9 restaur\xe9", _s19_20, _s29_66, _s20_23, "Rechercher :count comptes bancaires", "connect", _s17_228, _s23_9, "Courriel de paiement marqu\xe9 comme pay\xe9", _s18_19, _s19_121, "client_email", _s18_160, _s20_24, "Facturer le projet de t\xe2che", _s25_12, "Ajouter ce projet aux articles de la facture", "field", "Champ", "period", "P\xe9riode", "fields_per_row", _s16_322, _s21_27, _s17_229, _s26_8, _s17_197, _s24_16, "Paiements compl\xe9t\xe9s", _s23_11, _s20_135, _s19_22, "Soumissions en cours", _s21_28, "Soumissions approuv\xe9es", _s23_12, "Soumissions non approuv\xe9es", _s18_22, "T\xe2ches journalis\xe9es", _s20_27, _s16_323, _s16_35, "T\xe2ches pay\xe9es", _s21_29, "D\xe9penses journalis\xe9es", _s22_16, _s19_122, _s23_13, "D\xe9penses factur\xe9es", _s27_8, "Facturer les d\xe9penses pay\xe9es", "activity_130", _s47_5, "activity_131", _s53_8, "activity_132", _s50_19, "activity_133", _s51_10, "activity_134", _s51_11, "activity_135", _s62_2, "activity_136", _s54_3, "activity_137", _s53_9, "vendor_portal", _s22_148, "send_code", "Envoyer le code", _s24_17, "Sauvegarder l'enregistrement pour t\xe9l\xe9verser des documents", _s17_21, "Taux de taxes de d\xe9penses", _s22_17, "Taux de taxes pour l'article de facture", _s21_31, "Le num\xe9ro de t\xe9l\xe9phone a \xe9t\xe9 v\xe9rifi\xe9", "code_was_sent", "Un code a \xe9t\xe9 envoy\xe9 par texto", _s16_37, "Un code a \xe9t\xe9 envoy\xe9 par texto \xe0 :number", "resend", "Renvoyer", "verify", "V\xe9rifier", _s18_23, _s39_13, _s20_28, _s30_47, _s19_23, _s31_38, _s24_18, "Veuillez v\xe9rifier votre compte pour l'envoi de courriel.", _s28_8, "Veuillez consulter votre num\xe9ro de t\xe9l\xe9phone pour la sauvegarde 2FA", "merged_clients", "Les clients ont \xe9t\xe9 fusionn\xe9s", "merge_into", "Fusionner dans", "merge", "Fusionner", _s21_32, _s26_61, _s19_25, _s43_4, _s17_23, _s20_136, "activate", "Activer", "connect_apple", "Connecter Apple", _s16_38, _s17_198, _s18_24, "Apple a \xe9t\xe9 d\xe9connect\xe9", "send_now", _s18_161, "received", "Re\xe7u", _s19_26, _s23_71, _s20_30, "La d\xe9pense a \xe9t\xe9 convertie", _s21_34, "Les d\xe9penses ont \xe9t\xe9 converties", _s18_25, _s20_137, _s16_40, _s22_111, _s33_9, _s46_17, _s34_7, _s51_14, _s22_19, "T\xe9l\xe9versement de document du client", _s22_21, "T\xe9l\xe9versement de document du fournisseur", _s27_10, "Autoriser les fournisseurs \xe0 t\xe9l\xe9verser des documents", _s24_19, "Appr\xe9ciez-vous l'application?", "yes_its_great", "Oui, c'est super", "not_so_much", "Pas vraiment", _s17_25, "Super, souhaitez-vous l'\xe9valuer?", _s22_23, "D\xe9sol\xe9 de l'apprendre! Voulez-vous nous en dire davantage?", "sure_happy_to", _s19_156, "no_not_now", "Non, pas maintenant", "add", "Ajouter", _s18_27, "Mod\xe8le pour dernier envoi", _s22_24, "Activer la recherche flexible", _s27_11, "Correspondance de caract\xe8res non contigus, ex. 'ct' pour 'cat'", "vendor_details", "Informations du fournisseur", _s22_26, _s26_62, "qr_iban", "QR IBAN", "besr_id", "ID BESR", "accept", "Accepter", _s23_14, "Dupliquer en bon de commande", _s20_31, _s41_18, "bulk_send_email", "Envoyer un couriel", _s29_12, _s44_11, _s30_3, _s50_20, _s23_15, _s32_36, _s24_20, _s37_45, _s24_21, _s31_48, _s25_14, _s36_48, "accepted", "Accept\xe9", _s22_28, _s36_27, _s20_32, _s24_92, _s20_34, _s39_24, _s26_9, _s41_19, _s18_29, "Le courriel a \xe9t\xe9 d\xe9connect\xe9", "connect_email", "Connecter courriel", _s16_43, "D\xe9connecter courriel", _s32_5, "Veuillez utiliser l'application web pour vous connecter \xe0 Microsoft", "email_provider", "Fournisseur de courriel", _s17_26, _s19_123, _s20_36, _s21_155, _s19_28, "Microsoft a \xe9t\xe9 connect\xe9", _s22_30, "Microsoft a \xe9t\xe9 d\xe9connect\xe9", _s17_28, "Se connecter avec Microsoft", _s17_29, "S'inscrire avec Microsoft", _s22_32, "Le bon de commande a \xe9t\xe9 mis en file d'attente pour l'envoi", _s23_16, "Les bons de commande ont \xe9t\xe9 mis en file d'attente pour l'envoi", _s16_45, "Basculer vers l'interface React", _s21_36, _s25_76, _s20_39, _s29_67, _s21_38, _s31_39, _s32_7, _s28_86, _s37_5, _s38_34, "purchase_order", "Bon de commande", "purchase_orders", _s16_324, _s18_30, _s23_72, _s19_29, _s25_88, _s22_33, "Le bon de commande a \xe9t\xe9 cr\xe9\xe9", _s22_34, "Le bon de commande a \xe9t\xe9 mis \xe0 jour", _s23_17, "Le bon de commande a \xe9t\xe9 archiv\xe9", _s22_35, "Le bon de commande a \xe9t\xe9 supprim\xe9", _s22_36, "Le bon de commande a \xe9t\xe9 retir\xe9", _s23_18, "Le bon de commande a \xe9t\xe9 restaur\xe9", _s21_40, _s29_68, _s22_37, _s31_40, "login_url", _s16_325, _s16_46, _s22_113, "default", "Par d\xe9faut", "stock_quantity", _s17_199, _s22_39, _s21_156, "track_inventory", _s18_162, _s20_41, "Afficher un champ de stock de produit et le met \xe0 jour lorsque les factures sont envoy\xe9es", _s19_31, "Notifications du stock", _s24_23, "Envoyer un courriel lorsque le stock atteint le seuil", "vat", "T.V.A", "standing", "En attente", "view_map", "Voir la carte", _s18_32, _s28_87, "add_gateway", _s22_114, _s24_24, "Ajouter un passerelle de paiement (Stripe, WePay, ou PayPal) pour accepter les paiements en ligne", "left", "Gauche", "right", "Droite", "center", "Centre", "page_numbering", "N\xb0 de page", _s24_25, "Justification de la num\xe9rotation de page", _s31_6, "Facture envoy\xe9e", _s24_27, "Afficher la description du produit", _s29_13, "Inclure la description dans le menu d\xe9roulant du produit", "invoice_items", _s19_124, "quote_items", "Articles de soumission", "profitloss", _s17_230, "import_format", _s20_138, "export_format", _s20_139, "export_type", _s18_163, "stop_on_unpaid", "Bloquer en cas de non-paiement", _s19_33, "Bloquer la cr\xe9ation de factures r\xe9currentes lorsque la derni\xe8re facture est impay\xe9e", "use_quote_terms", "Utiliser les conditions de la soumission", _s20_42, "Lors de la conversion d'une soumission en facture", "add_country", "Ajouter un pays", "enable_tooltips", "Activer les infobulles", _s20_43, "Afficher les infobulles au passage de la souris", _s21_42, "Erreur: Les enregistrements appartiennent \xe0 plus d'un client", "register_label", _s39_25, "login_label", "Se connecter \xe0 un compte existant", "add_to_invoice", _s29_69, _s17_30, _s22_115, "week", "Semaine", "created_record", "L'enregistrement a \xe9t\xe9 cr\xe9\xe9", _s26_10, "Archivage automatique lorsque pay\xe9", _s31_7, "Archiver automatiquement les factures lorsqu'elles sont pay\xe9es.", _s31_8, "Archivage automatique lorsqu'annul\xe9", _s36_2, _s64_2, _s20_44, "Lecteur PDF alternatif", _s25_15, "Am\xe9liorer le d\xe9filement dans la pr\xe9visualisation d'un fichier PDF [BETA]", _s16_48, _s20_140, "range", "P\xe9riode", "tax_amount1", "Montant de taxe 1", "tax_amount2", "Montant de taxe 2", "tax_amount3", "Montant de taxe 3", "create_project", "Cr\xe9er un projet", "update_project", "Mettre \xe0 jour du projet", "view_task", "Voir la t\xe2che", "cancel_invoice", "Annuler", "changed_status", "L'\xe9tat de la t\xe2che a \xe9t\xe9 modifi\xe9", "change_status", "Modifier l'\xe9tat", "fees_sample", _s52_7, _s19_34, "Activer les \xe9v\xe9nements tactiles", _s24_29, _s29_14, "after_saving", "Apr\xe8s sauvegarde", "view_record", "Voir l'enregistrement", _s21_43, "Activation Markdown pour le courriel", _s26_11, "Utiliser l'\xe9diteur visuel Markdown pour les courriels", _s19_36, "Activer Markdown pour PDF", "json_help", "Note: Les fichiers JSON g\xe9n\xe9r\xe9s par la v4 ne sont pas support\xe9s", "release_notes", "Notes de mise \xe0 jour", _s23_19, "Passer \xe0 un plan sup\xe9rieur pour voir les rapports", "started_tasks", ":value t\xe2ches ont \xe9t\xe9 d\xe9marr\xe9es", "stopped_tasks", ":value t\xe2ches ont \xe9t\xe9 arr\xeat\xe9es", "approved_quote", "La soumission a \xe9t\xe9 approuv\xe9e", "approved_quotes", ":value soumissions approuv\xe9es", "approve", "Approuver", "client_website", "Site web du client", "invalid_time", "Heure non valide", _s21_45, "Province de livraison du client", _s20_46, "Ville de livraison du client", _s27_14, "Code postal de livraison du client", _s23_20, "Pays de livraison du client", "load_pdf", "Charger le PDF", _s16_50, "D\xe9marrer la p\xe9riode d'essai", _s24_30, "D\xe9marrer votre p\xe9riode d'essai GRATUITE de 14 jours au Plan pro", "due_on_receipt", "Payable sur r\xe9ception", "is_paid", "Est pay\xe9", "age_group_paid", "Pay\xe9", "id", "Id", "convert_to", "Convertir en", "client_currency", _s16_326, _s16_51, _s22_116, "purged_client", "Le client a \xe9t\xe9 purg\xe9", _s27_16, "Il est n\xe9cessaire de souscrire \xe0 un compte payant pour personnaliser les param\xe8tres anti-pourriels", _s22_42, "Passez \xe0 un plan sup\xe9rieur pour ajouter des entreprises", "small", "Petit", _s21_47, "Le cr\xe9dit a \xe9t\xe9 marqu\xe9 comme pay\xe9", _s22_43, "Les cr\xe9dits ont \xe9t\xe9 marqu\xe9 comme pay\xe9", _s16_53, "Chargement des donn\xe9es - Merci de patienter", "wait_for_saving", "Sauvegarde des donn\xe9es - Merci de patienter", _s20_48, "Note: Les changements apport\xe9s ici ne sont qu'en pr\xe9visualisation. Vous devez les sauvegarder dans les onglets ci-dessus", "remaining", "Restant", "invoice_paid", "Facture pay\xe9e", "activity_120", ":user a cr\xe9\xe9 la d\xe9pense r\xe9currente :recurring_expense", "activity_121", _s59_2, "activity_122", ":user a archiv\xe9 la d\xe9pense r\xe9currente :recurring_expense", "activity_123", _s57_1, "activity_124", _s57_2, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_54, _s21_157, _s21_48, _s55_3, "print_pdf", "Imprimer le PDF", "remind_me", "Rappel", _s16_56, _s16_57, "click_selected", "Cliquer sur la s\xe9lection", "hide_preview", "Masquer l'aper\xe7u", "edit_record", _s25_89, _s27_17, "Le montant du cr\xe9dit ne peut pas \xeatre sup\xe9rieur que le montant de la facture", "giropay", "GiroPay", "direct_debit", _s23_89, _s21_49, "Veuillez sp\xe9cifier un mot de passe", "set_password", _s20_178, _s17_33, "Nous recommandons l'utilisation de l'application de bureau pour de meilleures performances.", _s16_58, "Nous recommandons l'utilisation de l'application mobile pour de meilleures performances.", _s20_49, "La passerelle a \xe9t\xe9 d\xe9connect\xe9e", "disconnect", "D\xe9connexion", "add_to_invoices", _s20_141, "acss", _s32_37, "becs", "Pr\xe9l\xe8vement automatique BECS", "bulk_download", "T\xe9l\xe9charger", _s17_34, "Sauvegardez localement les donn\xe9es pour un d\xe9marrage de l'application plus rapide. La d\xe9sactivation peut am\xe9liorer les performances sur les comptes volumineux.", "persist_ui", "Interface persistante", "persist_ui_help", "Sauvegarder localement l'\xe9tat de l'interface de l'application pour revenir au lieu de la derni\xe8re utilisation. D\xe9sactiver cette option peut am\xe9liorer les performances.", _s18_34, _s21_158, _s17_35, "N\xb0 de taxe du client", "has_tasks", "A t\xe2ches", "registration", "Inscription", _s27_18, "Veuillez autoriser Stripe pour accepter des paiements en ligne.", "view_expense", _s26_63, "view_statement", _s20_179, "sepa", "Pr\xe9l\xe8vement automatique SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s38_21, "system", "Syst\xe8me", _s19_38, "D\xe9finissez l'entreprise par d\xe9faut", "updated_company", "L'entreprise a \xe9t\xe9 mise \xe0 jour", "kbc", "KBC", "bancontact", "Bancontact", _s19_40, "Aidez-nous nous am\xe9liorer en nous disant pourquoi (optionnel)", "webhook_success", "Webhook r\xe9ussi", _s24_31, _s51_12, _s27_19, _s53_2, "app", "App", _s20_50, "T\xe9l\xe9charger l'application :app pour de meilleures performances", _s16_59, "Ligne du total brut", _s19_41, _s33_45, _s17_37, "Envoyer les soumissions par courriel", _s18_38, _s32_38, "from_name", "Nom de l'exp\xe9diteur", _s16_60, "Dupliquer en d\xe9pense", _s17_38, _s18_164, _s18_39, _s20_142, _s21_50, _s27_87, _s22_44, _s28_88, _s25_16, "La d\xe9pense r\xe9currente a \xe9t\xe9 cr\xe9\xe9e", _s25_17, "La d\xe9pense r\xe9currente a \xe9t\xe9 mise \xe0 jour", _s26_13, "La d\xe9pense r\xe9currente a \xe9t\xe9 archiv\xe9e", _s25_18, _s37_35, _s25_19, "Les d\xe9penses r\xe9currentes ont \xe9t\xe9 retir\xe9es", _s26_14, "La d\xe9pense r\xe9currente a \xe9t\xe9 restaur\xe9e", _s24_32, "Recherchez une d\xe9pense r\xe9currente", _s25_20, "Recherche de d\xe9penses r\xe9currentes", "last_sent_date", _s21_159, "include_drafts", _s22_117, _s19_42, "Inclure les enregistrements e brouillons dans les rapports", "is_invoiced", "Est factur\xe9", "change_plan", "Gestion du plan", "persist_data", "Donn\xe9es persistantes", "customer_count", "Compte de client", _s16_62, _s20_143, _s16_64, _s16_65, _s28_11, "Code de suivi Google Analytics", "decimal_comma", "Virgule de d\xe9cimale", _s26_15, "Utiliser une virgule pour les d\xe9cimales", "select_method", "S\xe9lectionnez la mt\xe9hode", "select_platform", "S\xe9lectionnez la plateforme", _s28_13, "Veuillez utiliser l'application web pour vous connecter \xe0 Gmail", _s16_66, "Les taxes par article sont d\xe9sactiv\xe9es", "enable_markdown", _s16_327, _s20_51, "Convertir Markdown en HTML dans le PDF", "user_guide", _s22_118, _s18_41, "Ajouter un dexi\xe8me contact", "previous_page", "Page pr\xe9c\xe9dente", "next_page", "Page suivante", "export_colors", _s21_160, "import_colors", "Importer les couleurs", "clear_all", "R\xe9initialiser", "contrast", "Contraste", "custom_colors", _s23_73, "colors", "Couleurs", _s31_9, "Couleur de fond active pour barre lat\xe9rale", _s25_22, "Couleur de police active pour barre lat\xe9rale", _s33_14, "Couleur de fond inactive pour barre lat\xe9rale", _s27_20, "Couleur de police inactive pour barre lat\xe9rale", _s36_3, "Couleur de fond de rang\xe9e altern\xe9e dans les tables", _s31_11, "Couleur de fond de l'en-t\xeate de facture", _s25_24, _s41_11, "net_subtotal", "Net", "review_app", "\xc9valuer l'app", "check_status", "V\xe9rifier l'\xe9tat", "free_trial", "Essai gratuit", _s23_22, "La p\xe9riode d'essai du Plan Pro se termine dans :count jours. Cliquez ici pour mettre \xe0 niveau.", _s21_52, "Dernier jour de votre essai au Plan Pro. Cliquez ici pour mettre \xe0 niveau.", "change_email", "Modifier l'adresse courriel", _s25_26, "Param\xe9trez de fa\xe7on optionnelle, un domaine s\xe9par\xe9 pour le portail du client", _s21_53, _s32_23, "uninvoiced", "Non factur\xe9", "subdomain_guide", "Le sous-domaine est utilis\xe9 dans le portail du client pour personnaliser les liens \xe0 votre marque. Ex. https://votremarque.invoicing.co", "send_time", "Heure d'envoi", "import_data", _s20_180, "import_settings", "Importer les param\xe8tres", _s17_40, "Veuillez s\xe9lectionner un fichier JSON", _s19_43, "Veuillez s\xe9lectionner pour l'importation des param\xe8tres et/ou des donn\xe9es", "json", "JSON", _s24_34, _s29_70, "wait_for_data", "Veuillez patienter pendant le chargement des donn\xe9es", "net_total", "Total Net", "has_taxes", "A taxes", _s16_67, _s20_144, _s18_43, "L'importation des clients a d\xe9marr\xe9", "login_success", _s17_200, "login_failure", "Connexion \xe9chou\xe9e", "exported_data", _s86_0, _s23_23, _s29_71, _s28_15, "Charger les enregistrements des clients supprim\xe9s", "step_1_sign_in", "\xc9tape 1 : Connexion", _s16_70, "\xc9tape 2 : Autorisation", "account_id", "ID du compte", _s27_22, "La migration n'est pas encore compl\xe9t\xe9e", "activity_100", _s54_4, "activity_101", _s60_4, "activity_102", _s57_3, "activity_103", _s58_5, "activity_104", _s58_6, _s18_44, "Afficher la date de fin de la t\xe2che", _s23_25, "Activer la date de fin pour la t\xe2che", "gateway_setup", "Configuraiton de passerelle", "preview_sidebar", _s31_41, _s16_71, "Donn\xe9es annuelles affich\xe9es", _s18_46, "Toutes les sessions ont \xe9t\xe9 d\xe9connect\xe9es", _s16_73, "D\xe9connexion de toutes les sessions", "count_session", "1 session", "count_sessions", ":count sessions", "invoice_created", "Facture cr\xe9\xe9e", "quote_created", "Soumission cr\xe9\xe9", "credit_created", "Cr\xe9dit cr\xe9\xe9", "pro", "Pro", "enterprise", "Entreprise", "last_updated", _s20_145, "invoice_item", _s18_165, "quote_item", "Article de soumission", _s18_47, _s17_201, _s17_42, "Nom du contact", "order", "Commande", "unassigned", "Non assign\xe9", "partial_value", _s51_15, "search_kanban", _s25_90, "search_kanbans", _s25_90, "kanban", "Kanban", "enable", "Autoriser", "move_top", "D\xe9placer en haut", "move_up", "D\xe9placer plus haut", "move_down", "D\xe9placer plus bas", "move_bottom", "D\xe9placer en bas", "subdomain_help", _s69_2, _s21_55, "Erreur: Le message courriel personnalis\xe9 doit inclure une variable :body", _s25_27, _s41_12, _s17_44, "Voir les formats de date", "is_viewed", "Est consult\xe9", "letter", "Lettre", "legal", "L\xe9gal", "page_layout", "Mise en page", "portrait", "Portrait", "landscape", "Paysage", _s26_16, "Le propri\xe9taire du compte peut souscrire un plan payant pour activer les param\xe8tres avanc\xe9s", _s20_52, "Souscrivez un plan payant pour activer les param\xe8tres avanc\xe9s", _s21_56, "Conditions de paiement de facture", _s17_46, "Soumission valide jusqu'au", "no_headers", "Aucune en-t\xeate", "add_header", "Ajouter une en-t\xeate", "remove_header", "Retirer l'en-t\xeate", "return_url", "URL de retour", "rest_method", "M\xe9thode REST", "header_key", "Cl\xe9 d'en-t\xeate", "header_value", _s16_329, _s18_49, _s19_125, "promo_code", "Code promo", "promo_discount", "Rabais promo", _s18_51, _s22_119, _s16_75, "Limite de places individuelles", "max_seats_limit", "Activer Place individuelle", "trial_enabled", "P\xe9riode d'essai activ\xe9", "trial_duration", "Dur\xe9e de la p\xe9riode d'essai", _s21_58, "Autoriser les remplacements de requ\xeates", _s18_53, "Autoriser les changements de plan", "plan_map", "Plan de la carte", "refund_period", _s24_93, _s21_60, "Configuration du Webhook", "purchase_page", "Page d'achat", "security", "S\xe9curit\xe9", "email_bounced", "Le courriel a rebondi", _s20_53, "Plainte de pourriel", "email_delivery", "Livraison de courriel", _s16_77, "R\xe9ponse du Webhook", "pdf_response", "R\xe9ponse du PDF", _s22_46, "Authentication \xe9chou\xe9e", "pdf_failed", "PDF \xe9chou\xe9", "pdf_success", "PDF r\xe9ussi", "modified", "Modifi\xe9", "payment_link", _s16_330, _s16_79, _s24_94, _s17_48, "\xc9diter le lien de paiement", _s20_54, "Le lien de paiement a \xe9t\xe9 cr\xe9\xe9", _s20_55, "Le lien de paiement a \xe9t\xe9 mis \xe0 jour", _s21_62, "Le lien de paiement a \xe9t\xe9 archiv\xe9", _s20_56, "Le lien de paiement a \xe9t\xe9 supprim\xe9", _s20_57, "Le lien de paiement a \xe9t\xe9 retir\xe9", _s21_63, "Le lien de paiement a \xe9t\xe9 restaur\xe9", _s19_44, "Recherche 1 lien de paiement", _s20_58, _s35_34, _s26_17, _s36_29, "connect_gmail", "Connectez Gmail", _s16_81, _s17_202, "connected_gmail", "Gmail a \xe9t\xe9 connect\xe9", _s18_55, "Gmail a \xe9t\xe9 d\xe9connect\xe9", _s16_83, _s143_, _s16_84, _s33_36, "count_minutes", ":count minutes", _s16_86, _s34_31, _s29_15, _s53_3, "use_last_email", _s26_64, _s16_88, "Activer l'entreprise", _s21_65, _s68_, _s27_24, _s45_13, _s27_25, _s40_9, _s34_13, _s96_1, "help_translate", _s20_181, _s23_26, _s29_73, "resend_invite", _s21_182, _s19_45, "L'authentification \xe0 deux facteurs 2FA a \xe9t\xe9 d\xe9sactiv\xe9e", _s16_90, "Le compte a \xe9t\xe9 connect\xe9", _s19_46, "Le compte a \xe9t\xe9 d\xe9connect\xe9", "delivered", "Livr\xe9", "bounced", "Rejet\xe9s", "spam", "Pourriel", "view_docs", _s25_77, _s32_10, _s94_0, "send_sms", "Envoyer un SMS", "sms_code", "Code SMS", _s21_66, _s52_8, _s18_56, "Vous avez activ\xe9 l'authentification \xe0 deux facteurs.", "connect_google", _s16_331, _s17_50, _s18_167, _s17_52, _s32_39, _s18_57, _s45_16, _s34_14, _s60_5, "stay_logged_in", "Restez connect\xe9", _s23_28, _s47_14, "count_hours", ":count heures", "count_day", "1 jour", "count_days", ":count jours", _s19_47, _s28_97, _s17_53, _s22_120, "resend_email", _s20_182, _s26_19, _s41_20, _s16_91, _s18_168, _s19_49, _s27_96, _s19_51, _s59_3, "list_long_press", _s26_82, "show_actions", _s20_146, _s17_55, _s26_66, _s27_27, _s58_8, _s21_67, _s112_, "this_quarter", "Ce trimestre", "last_quarter", _s17_203, "to_update_run", _s30_48, _s18_59, _s20_147, _s16_92, _s17_204, "invoice_project", _s18_169, "invoice_task", _s17_205, "invoice_expense", _s18_202, _s19_52, _s30_40, _s20_59, "Rechercher :count condition de paiement", _s16_94, _s28_90, "save_and_email", _s35_35, _s16_96, _s25_78, _s16_98, _s16_332, _s17_57, "Solde converti", _s22_48, _s23_90, _s24_36, _s24_108, "converted_total", "Total converti", "is_sent", "Est envoy\xe9", _s17_59, _s20_148, "document_upload", _s25_91, _s20_60, _s48_14, "expense_total", _s18_170, "enter_taxes", _s16_367, "by_rate", "Par taux", "by_amount", "Par montant", "enter_amount", "Saisir le montant", "before_taxes", "Avant taxes", "after_taxes", "Apr\xe8s taxes", "color", "Couleur", "show", "Voir", "hide", "Masquer", "empty_columns", "Colonnes vides", _s21_69, _s17_231, _s26_20, _s86_1, "running_tasks", "T\xe2ches en cours", "recent_tasks", "T\xe2ches r\xe9centes", "recent_expenses", _s17_207, _s17_61, _s16_333, "update_app", _s19_126, "started_import", "L'importation a d\xe9marr\xe9", _s24_38, _s32_24, _s20_61, _s23_91, _s18_61, _s18_203, "column", "Colonne", "sample", "Exemple", "map_to", "Mapper vers", "import", "Importer", _s25_29, _s47_15, "select_file", _s32_25, _s16_100, _s25_79, "csv_file", "Fichier CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Comptabilit\xe9", _s22_50, _s30_49, "import_type", _s18_171, "html_mode", "Mode HTML", "html_mode_help", "Pr\xe9visualisation plus rapide, mais moins pr\xe9cise", "view_licenses", _s17_208, "webhook_url", "URL Webhook", _s17_63, _s19_127, "sidebar_editor", _s25_92, _s22_51, _s39_26, "purge", "Purger", "service", "Service", "clone_to", "Dupliquer en", "clone_to_other", "Dupliquer en Autre", "labels", "\xc9tiquettes", "add_custom", _s18_204, "payment_tax", _s16_368, "unpaid", "Impay\xe9", "white_label", "Sans marque", "delivery_note", _s17_232, _s24_41, _s39_14, _s24_43, _s37_37, "source_code", "Code source", "app_platforms", _s17_209, "invoice_late", _s17_210, "quote_expired", _s18_205, "partial_due", _s18_206, "invoice_total", _s16_369, "quote_total", "Total de la soumission", "credit_total", "Total du cr\xe9dit", _s23_29, _s16_369, "actions", "Actions", "expense_number", "N\xb0 de d\xe9pense", "task_number", "N\xb0 de t\xe2che", "project_number", "N\xb0 de projet", "project_name", "Nom du projet", "warning", "Avertissement", "view_settings", _s19_128, _s24_45, _s58_9, "late_invoice", _s17_210, "expired_quote", _s18_205, "remind_invoice", _s19_129, "cvv", "CVV", "client_name", "Nom du client", "client_phone", _s19_157, "required_fields", "Champs requis", "calculated_rate", "Taux calcul\xe9", _s17_65, "Taux de t\xe2che par d\xe9faut", "clear_cache", "Vider le cache", "sort_order", "Ordre de tri", "task_status", "\xc9tat", "task_statuses", "\xc9tats des t\xe2ches", "new_task_status", "Nouvel \xe9tat de t\xe2che", _s16_102, "\xc9dition de l'\xe9tat de t\xe2che", _s19_53, "L'\xe9tat de t\xe2che a \xe9t\xe9 cr\xe9\xe9", _s19_54, "L'\xe9tat de la t\xe2che a \xe9t\xe9 mis \xe0 jour", _s20_63, "L'\xe9tat de t\xe2che a \xe9t\xe9 archiv\xe9", _s19_55, "L'\xe9tat de t\xe2che a \xe9t\xe9 supprim\xe9", _s19_56, "L'\xe9tat de t\xe2che a \xe9t\xe9 retir\xe9", _s20_64, "L'\xe9tat de t\xe2che a \xe9t\xe9 restaur\xe9", _s22_52, "Les :value \xe9tats de t\xe2che ont \xe9t\xe9 archiv\xe9s", _s21_71, "Les :value \xe9tats de t\xe2che ont \xe9t\xe9 supprim\xe9s", _s22_53, "Les :value \xe9tats de t\xe2che ont \xe9t\xe9 restaur\xe9s", _s18_63, _s25_80, _s20_66, _s31_42, _s16_104, "Afficher la liste des t\xe2ches", _s21_72, "Toujours afficher la section des t\xe2ches lors de la cr\xe9ation de factures", _s20_67, _s39_15, _s25_30, _s63_4, _s20_69, "Facturer le journal des dates des t\xe2ches", _s25_31, _s62_3, _s21_73, "D\xe9marrer les t\xe2ches avant de sauvegarder", _s18_64, _s20_183, "task_settings", "Param\xe8tres des t\xe2ches", _s20_71, _s25_81, _s18_66, _s21_183, _s20_73, _s29_74, _s21_74, _s27_97, _s24_46, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 cr\xe9\xe9", _s24_47, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 mise \xe0 jour", _s25_33, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 archiv\xe9e", _s24_48, "La cat\xe9gorie a \xe9t\xe9 supprim\xe9e", _s24_49, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 retir\xe9e", _s25_34, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 r\xe9tablie", _s27_31, ":count cat\xe9gories de d\xe9pense ont \xe9t\xe9 archiv\xe9es", _s26_21, "Les :value cat\xe9gories de d\xe9pense ont \xe9t\xe9 supprim\xe9es", _s27_32, "Les :value cat\xe9gories de d\xe9pense ont \xe9t\xe9 restaur\xe9es", _s23_30, _s32_26, _s25_36, _s37_46, _s21_76, _s32_27, "show_option", _s20_184, _s22_54, _s63_5, "view_changes", _s26_83, "force_update", _s21_162, _s17_67, _s93_, "mark_paid_help", _s38_22, _s18_68, "Facturable", _s23_31, _s36_49, _s29_17, _s44_9, _s21_78, _s25_93, _s16_106, _s23_92, _s18_69, "Dupliquer en r\xe9currence", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s18_137, "user_field", _s18_172, "variables", "Variables", "show_password", _s24_109, "hide_password", _s23_93, "copy_error", "Erreur de copie", "capture_card", "Carte saisie", _s17_68, "Facturation automatique activ\xe9e", "total_taxes", "Taxes totales", "line_taxes", "Taxes par ligne", "total_fields", _s17_211, _s25_37, "La facture r\xe9currente a \xe9t\xe9 arr\xeat\xe9e", _s25_38, "La facture r\xe9currente a \xe9t\xe9 d\xe9marr\xe9e", _s25_39, "La facture r\xe9currente a \xe9t\xe9 reprise", "gateway_refund", _s27_88, _s19_57, _s56_1, "due_date_days", "Date d'\xe9ch\xe9ance", "paused", "En pause", "mark_active", "Cocher actif", "day_count", "Jour :count", _s22_55, _s20_150, _s21_79, _s20_151, _s17_70, "Utiliser les conditions de paiement", "endless", "Perp\xe9tuel", "next_send_date", _s22_121, _s16_108, "Cycles restants", _s17_72, _s18_173, _s18_71, _s20_152, _s21_81, _s27_89, _s22_57, _s28_98, _s25_40, "La facture r\xe9currente a \xe9t\xe9 cr\xe9\xe9e", _s25_41, "La facture r\xe9currente a \xe9t\xe9 mise \xe0 jour", _s26_22, "La facture r\xe9currente a \xe9t\xe9 archiv\xe9e", _s25_42, "La facture r\xe9currente a \xe9t\xe9 supprim\xe9e", _s25_43, "La facture r\xe9currente a \xe9t\xe9 retir\xe9e", _s26_23, "La facture r\xe9currente a \xe9t\xe9 restaur\xe9e", _s27_33, "Les :value factures r\xe9currentes ont \xe9t\xe9 archiv\xe9es", _s26_24, "Les :value factures r\xe9currentes ont \xe9t\xe9 supprim\xe9es", _s27_34, "Les :value factures r\xe9currentes ont \xe9t\xe9 restaur\xe9es", _s24_50, _s30_41, _s25_44, _s37_38, "send_date", "Date d'envoi", "auto_bill_on", "Facturer automatiquement le", _s28_17, _s32_28, "profit", "Profit", "line_item", "Ligne d'article", _s18_73, _s21_163, _s23_32, _s47_16, _s19_58, _s22_122, _s24_51, _s53_10, "test_mode", "Mode test", "opened", "Ouvert", _s30_7, _s24_95, _s30_8, _s20_153, "gateway_success", _s18_174, "gateway_failure", _s19_130, "gateway_error", _s20_154, "email_send", _s17_233, _s17_74, _s24_96, "failure", "\xc9chec", "quota_exceeded", "Quota d\xe9pass\xe9", _s16_110, "\xc9chec en amont", "system_logs", _s16_370, "view_portal", "Voir le portail", "copy_link", "Copier le lien", "token_billing", _s47_17, _s24_52, _s28_99, "always", "Toujours", "optin", "Adh\xe9rer", "optout", "D\xe9sadh\xe9rer", "label", "Libell\xe9", "client_number", "N\xb0 de client", "auto_convert", _s22_149, "company_name", _s19_131, "reminder1_sent", "Rappel 1 envoy\xe9", "reminder2_sent", "Rappel 2 envoy\xe9", "reminder3_sent", "Rappel 3 envoy\xe9", _s18_75, _s23_75, "pdf_page_info", _s23_94, _s16_112, "Les factures ont \xe9t\xe9 envoy\xe9es par courriel", "emailed_quotes", "Les soumissions ont \xe9t\xe9 envoy\xe9es par courriel", "emailed_credits", "Les cr\xe9dits ont \xe9t\xe9 envoy\xe9s par courriel", "gateway", "Passerelle", "view_in_stripe", _s16_335, "rows_per_page", _s16_371, "hours", "Heures", "statement", "Relev\xe9", "taxes", "Taxes", "surcharge", "surcharge", "apply_payment", _s21_164, "apply_credit", _s19_132, "apply", "Appliquer", "unapplied", "Non appliqu\xe9", "select_label", _s23_95, "custom_labels", _s25_94, "record_type", _s21_165, "record_name", _s20_185, "file_type", "Type de fichier", "height", "Hauteur", "width", "Largeur", "to", "\xe0", "health_check", "\xc9tat de sant\xe9", "payment_type_id", _s16_336, "last_login_at", _s20_186, "company_key", _s16_337, "storefront", "Boutique en ligne", "storefront_help", _s54_7, "client_created", "Client cr\xe9\xe9", _s20_76, _s29_80, _s20_78, _s27_98, "completed", "Compl\xe9t\xe9", "gross", "Brut", "net_amount", "Montant net", "net_balance", "Solde net", "client_settings", _s18_207, _s17_76, _s22_123, _s17_78, _s22_124, "selected_quotes", "Soumissions s\xe9lectionn\xe9es", "selected_tasks", _s20_155, _s17_80, _s22_125, _s17_82, _s16_338, _s17_84, _s17_197, "recent_payments", "Paiements re\xe7us", "upcoming_quotes", "Soumissions \xe0 venir", "expired_quotes", "Soumissions expir\xe9es", "create_client", "Cr\xe9er un client", "create_invoice", _s17_212, "create_quote", "Cr\xe9er une soumission", "create_payment", _s17_234, "create_vendor", _s20_156, "update_quote", "Mettre \xe0 jour la soumission", "delete_quote", "Supprimer la soumission", "update_invoice", _s24_97, "delete_invoice", _s20_157, "update_client", _s23_76, "delete_client", _s19_133, "delete_payment", _s21_166, "update_vendor", _s28_91, "delete_vendor", _s24_110, "create_expense", _s17_235, "update_expense", _s24_98, "delete_expense", _s20_158, "create_task", "Cr\xe9er une T\xe2che", "update_task", _s22_126, "delete_task", "Supprimer la T\xe2che", "approve_quote", "Approuver la t\xe2che", "off", "D\xe9sactiv\xe9", "when_paid", _s16_339, "expires_on", "Expiration le", "free", "Gratuit", "plan", "Plan", "show_sidebar", _s26_67, "hide_sidebar", _s25_83, "event_type", _s16_340, "target_url", "Cible", "copy", "Copier", "must_be_online", _s72_0, _s17_86, _s30_42, "api_webhooks", "API Webhooks", "search_webhooks", _s28_92, "search_webhook", _s22_127, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nouveau Webhook", "edit_webhook", _s17_236, "created_webhook", "Le webhook a \xe9t\xe9 cr\xe9\xe9", "updated_webhook", "Le webhook a \xe9t\xe9 mis \xe0 jour", _s16_114, "Le webhook a \xe9t\xe9 archiv\xe9", "deleted_webhook", "Le webhook a \xe9t\xe9 supprim\xe9", "removed_webhook", "Le webhook a \xe9t\xe9 retir\xe9", _s16_115, "Le webhook a \xe9t\xe9 restaur\xe9", _s17_87, "Les :value webhooks ont \xe9t\xe9 archiv\xe9s", _s16_116, "Les :value webhooks ont \xe9t\xe9 supprim\xe9s", _s16_117, "Les :value webhooks ont \xe9t\xe9 retir\xe9s", _s17_88, "Les :value webhooks ont \xe9t\xe9 restaur\xe9s", "api_tokens", "Jetons API", "api_docs", "Docs API", "search_tokens", _s26_68, "search_token", _s20_159, "token", "Jeton", "tokens", "Jetons", "new_token", "Nouveau jeton", "edit_token", "\xc9diter le jeton", "created_token", "Le jeton a \xe9t\xe9 cr\xe9\xe9", "updated_token", "Le jeton a \xe9t\xe9 mis \xe0 jour", "archived_token", "Le jeton a \xe9t\xe9 archiv\xe9", "deleted_token", "Le jeton a \xe9t\xe9 supprim\xe9", "removed_token", "Le jeton a \xe9t\xe9 retir\xe9", "restored_token", "Le jeton a \xe9t\xe9 restaur\xe9", "archived_tokens", "Les :value jetons ont \xe9t\xe9 archiv\xe9s", "deleted_tokens", "Les :value jetons ont \xe9t\xe9 supprim\xe9s", "restored_tokens", "Les :value jetons ont \xe9t\xe9 restaur\xe9s", _s19_60, "Inscription d'un client", _s24_54, _s47_18, "email_invoice", _s31_49, "email_quote", "Envoyer la soumission par courriel", "email_credit", "Envoyer le cr\xe9dit par courriel", "email_payment", _s20_187, _s20_81, _s44_12, "ledger", "Grand livre", "view_pdf", "Voir le PDF", "all_records", _s24_99, "owned_by_user", "Appartenant \xe0 l'utilisateur", _s16_118, "Cr\xe9dit restant", "contact_name", "Nom du contact", "use_default", _s29_75, _s16_120, "Rappels perp\xe9tuels", "number_of_days", "Nombre de jours", _s23_34, "Configuration des conditions de paiements", "payment_term", _s17_237, _s16_121, _s25_95, _s17_90, _s29_81, _s20_82, "Le d\xe9lai de paiement a \xe9t\xe9 cr\xe9\xe9", _s20_83, "Le d\xe9lai de paiement a \xe9t\xe9 mis \xe0 jour", _s21_83, "Le d\xe9lai de paiement a \xe9t\xe9 archiv\xe9", _s20_84, "Le d\xe9lai de paiement a \xe9t\xe9 supprim\xe9", _s20_85, "Le d\xe9lai de paiement a \xe9t\xe9 retir\xe9", _s21_84, "Le d\xe9lai de paiement a \xe9t\xe9 restaur\xe9", _s22_62, "Les :value conditions de paiement ont \xe9t\xe9 archiv\xe9s", _s21_85, "Les :value conditions de paiement ont \xe9t\xe9 supprim\xe9s", _s22_63, "Les :value conditions de paiement ont \xe9t\xe9 restaur\xe9s", "email_sign_in", _s22_150, "change", "Basculer", _s23_36, _s32_40, _s24_55, _s36_31, "send_from_gmail", _s18_208, "reversed", "Invers\xe9", "cancelled", "Annul\xe9", "credit_amount", _s17_213, "quote_amount", "Montant de la soumission", "hosted", "H\xe9berg\xe9", "selfhosted", "Auto-h\xe9berg\xe9", "exclusive", "Exclusif", "inclusive", "Inclusif", "hide_menu", "Masquer", "show_menu", "Afficher", _s18_77, _s21_184, _s16_123, _s22_151, "search_designs", "Recherche de mod\xe8les", "search_invoices", _s21_185, "search_clients", _s20_188, "search_products", _s21_186, "search_quotes", "Recherche de soumissions", "search_credits", _s20_160, "search_vendors", _s25_84, "search_users", _s24_111, _s16_124, _s25_85, "search_tasks", "Recherche de t\xe2ches", "search_settings", _s23_96, "search_projects", _s20_189, "search_expenses", _s21_187, "search_payments", _s22_152, "search_groups", _s20_190, "search_company", "Recherche d'une entreprise", "search_document", _s23_77, "search_design", "Recherche de 1 mod\xe8le", "search_invoice", _s22_128, "search_client", _s21_168, "search_product", _s22_129, "search_quote", "Recherche de 1 soumission", "search_credit", _s21_169, "search_vendor", "Recherche de 1 entreprise", "search_user", _s26_70, "search_tax_rate", _s27_90, "search_task", _s20_161, "search_project", _s21_170, "search_expense", _s22_130, "search_payment", _s23_78, "search_group", _s21_171, "refund_payment", "Remboursement", _s17_94, "La facture a \xe9t\xe9 annul\xe9e", _s18_79, "Les factures ont \xe9t\xe9 annul\xe9es", _s16_130, "La facture a \xe9t\xe9 invers\xe9e", _s17_95, "Les factures ont \xe9t\xe9 invers\xe9es", "reverse", "Inverse", "full_name", "Nom complet", _s17_96, "Ville/Prov/CP", _s17_98, "Ville/Province/Code postal", "custom1", _s25_96, "custom2", "Dexi\xe8me personnalisation", "custom3", _s16_363, "custom4", _s23_97, "optional", "Optionnel", "license", "Licence", "purge_data", _s18_175, _s16_131, "Toutes les donn\xe9es de l'entreprise ont \xe9t\xe9 purg\xe9es", _s18_80, _s93_0, "invoice_balance", _s16_372, "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", "client_details", _s22_153, "company_address", _s23_79, "invoice_details", "Informations de facture", "quote_details", "Informations de la soumission", "credit_details", _s22_154, "product_columns", _s16_373, "task_columns", "Colonnes t\xe2che", "add_field", _s16_342, "all_events", _s20_191, "permissions", "Permissions", "none", "Aucun", "owned", "Propri\xe9taire", "payment_success", "Paiement r\xe9ussi", "payment_failure", "Paiement \xe9chou\xe9", "invoice_sent", _s22_131, "quote_sent", _s18_201, "credit_sent", "Cr\xe9dit envoy\xe9", "invoice_viewed", "Facture consult\xe9e", "quote_viewed", "Soumission consult\xe9e", "credit_viewed", "Cr\xe9dit consult\xe9", "quote_approved", "Soumission approuv\xe9e", _s25_46, _s33_39, _s16_132, _s19_134, "apply_license", _s18_176, "cancel_account", _s19_135, _s22_64, _s92_, "delete_company", _s22_155, _s22_65, _s62_4, "enabled_modules", "Modules activ\xe9s", "converted_quote", "La soumission a \xe9t\xe9 convertie", "credit_design", _s16_343, "includes", "Inclusions", "header", "En-t\xeate", "load_design", "Charger le mod\xe8le", "css_framework", "Framework CSS", "custom_designs", _s21_172, "designs", "Mod\xe8les", "new_design", "Nouveau mod\xe8le", "edit_design", _s16_344, "created_design", "Le mod\xe8le a \xe9t\xe9 cr\xe9\xe9", "updated_design", "Le mod\xe8le a \xe9t\xe9 mis \xe0 jour", "archived_design", "Le mod\xe8le a \xe9t\xe9 archiv\xe9", "deleted_design", "Le mod\xe8le a \xe9t\xe9 supprim\xe9", "removed_design", "Le mod\xe8le a \xe9t\xe9 retir\xe9", "restored_design", "Le mod\xe8le a \xe9t\xe9 restaur\xe9", _s16_134, "Les :value mod\xe8les ont \xe9t\xe9 archiv\xe9s", "deleted_designs", "Les :value mod\xe8les ont \xe9t\xe9 supprim\xe9s", _s16_135, "Les :value mod\xe8les ont \xe9t\xe9 restaur\xe9s", "proposals", "Propositions", "tickets", "Billets", _s16_136, "Soumissions r\xe9currentes", "recurring_tasks", _s18_177, _s18_81, _s17_238, "credit_date", "Date du cr\xe9dit", "credit", "Cr\xe9dit", "credits", "Cr\xe9dits", "new_credit", "Saisir un cr\xe9dit", "edit_credit", _s16_345, "created_credit", "Le cr\xe9dit a \xe9t\xe9 cr\xe9\xe9", "updated_credit", "Le cr\xe9dit a \xe9t\xe9 mis \xe0 jour", "archived_credit", "Le cr\xe9dit a \xe9t\xe9 archiv\xe9", "deleted_credit", "Le cr\xe9dit a \xe9t\xe9 supprim\xe9", "removed_credit", "Le cr\xe9dit a \xe9t\xe9 retir\xe9", "restored_credit", "Le cr\xe9dit a \xe9t\xe9 restaur\xe9", _s16_138, ":count cr\xe9dits ont archiv\xe9s", "deleted_credits", ":count cr\xe9dits ont \xe9t\xe9 supprim\xe9s", _s16_139, "Les :value cr\xe9dits ont \xe9t\xe9 restaur\xe9s", "current_version", _s16_374, "latest_version", _s16_346, "update_now", "Mettre \xe0 jour", _s26_30, _s56_2, _s16_140, _s22_132, "app_updated", "La mise \xe0 jour a \xe9t\xe9 compl\xe9t\xe9e", "learn_more", "En savoir plus", "integrations", "Int\xe9grations", "tracking_id", "ID de suivi", _s17_100, _s20_162, "credit_footer", _s24_112, "credit_terms", _s36_34, "new_company", _s19_158, "added_company", _s26_71, "company1", _s26_84, "company2", _s26_85, "company3", _s26_86, "company4", _s26_87, "product1", _s22_156, "product2", _s22_157, "product3", _s22_158, "product4", _s22_159, "client1", _s21_188, "client2", _s21_173, "client3", _s21_174, "client4", _s21_175, "contact1", _s22_160, "contact2", _s22_161, "contact3", _s22_162, "contact4", _s22_163, "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", _s21_189, "project2", _s21_190, "project3", _s21_191, "project4", _s21_192, "expense1", _s23_98, "expense2", _s23_99, "expense3", _s23_100, "expense4", _s23_101, "vendor1", _s26_72, "vendor2", _s26_73, "vendor3", _s26_74, "vendor4", _s26_75, "invoice1", _s23_102, "invoice2", _s23_103, "invoice3", _s23_104, "invoice4", _s23_105, "payment1", _s23_106, "payment2", _s23_103, "payment3", _s23_104, "payment4", _s23_105, "surcharge1", _s25_97, "surcharge2", _s25_98, "surcharge3", _s25_99, "surcharge4", _s25_100, "group1", _s21_193, "group2", _s21_194, "group3", _s21_195, "group4", _s21_196, "reset", "R\xe9initialiser", "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_87, _s29_76, _s17_102, _s22_164, "contact_phone", _s20_163, _s21_86, _s33_46, _s21_87, _s33_47, _s21_88, _s33_48, _s21_89, _s33_49, _s17_104, _s16_375, _s17_105, _s17_239, "shipping_city", _s18_209, "shipping_state", "Province de livraison", _s20_86, _s24_113, _s16_170, _s17_240, _s16_172, _s18_210, _s16_173, _s19_159, "billing_city", _s20_192, "billing_state", "Province de facturation", _s19_62, _s26_88, "billing_country", _s19_160, "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", _s19_136, "edit_columns", _s19_137, "columns", "Colonnes", "aging", "Impay\xe9s", "profit_and_loss", _s17_230, "reports", "Rapports", "report", "Rapport", "add_company", _s22_165, "unpaid_invoice", "Facture impay\xe9e", "paid_invoice", "Facture pay\xe9e", _s16_174, "Soumission non approuv\xe9e", "help", "Aide", "refund", "Rembousement", "refund_date", _s21_197, "filtered_by", "Filtr\xe9e par", "contact_email", _s19_138, "multiselect", _s18_179, "entity_state", "\xc9tat", "verify_password", _s24_100, "applied", "Appliqu\xe9", _s21_90, _s48_15, _s30_11, _s60_6, "message", "Message", "from", "De", _s20_88, _s31_50, _s25_48, _s78_, _s20_90, _s41_21, _s18_90, _s31_44, _s23_38, _s41_13, _s18_92, _s25_101, "support_forum", "Forums de support", "about", "\xc0 propos", "documentation", "Documentation", "contact_us", "Nous joindre", "subtotal", "Sous-total", "line_total", "Total", "item", "Article", "credit_email", _s23_107, "iframe_url", "Site web", "domain_url", "URL de domaine", _s21_91, _s30_50, _s20_91, "Le mot de passe doit contenir une majuscule et un chiffre", _s19_64, "T\xe2ches du portail client", _s23_39, _s33_40, _s20_92, _s26_89, "deleted_logo", _s22_133, "yes", "Oui", "no", "Non", "generate_number", _s17_214, "when_saved", _s21_198, "when_sent", "Lors de l'envoi", "select_company", _s27_99, "float", "Flottant", "collapse", "R\xe9duire", "show_or_hide", _s18_211, "menu_sidebar", "Menu lat\xe9ral", "history_sidebar", _s18_180, "tablet", "Tablette", "mobile", "Mobile", "desktop", "Fixe", "layout", "Affichage", "view", "Visualiser", "module", "Module", "first_custom", _s25_96, "second_custom", "Deuxi\xe8me personnalisation", "third_custom", _s16_363, "show_cost", _s16_376, _s17_107, _s30_51, "show_cost_help", _s58_10, _s21_92, _s31_51, _s26_32, _s52_9, _s21_94, _s31_52, _s26_33, _s61_4, _s21_96, _s29_82, _s26_34, _s43_8, _s16_176, _s19_140, _s21_98, _s60_7, "one_tax_rate", "Un taux de taxe", "two_tax_rates", _s17_215, "three_tax_rates", _s19_161, _s16_178, _s23_80, "user", "Utilisateur", "invoice_tax", "Taxe de facture", "line_item_tax", _s24_114, "inclusive_taxes", "Taxes incluses", _s17_109, _s23_108, "item_tax_rates", _s24_115, _s18_94, _s31_45, "configure_rates", _s22_166, _s18_95, _s26_76, "tax_settings", _s20_193, _s18_97, "Taux de taxe", "accent_color", "Couleur d'accent", "switch", "Commutateur", _s19_66, _s25_102, "options", "Options", _s16_180, _s21_199, "multi_line_text", "Zone de texte multilignes", "dropdown", _s16_347, "field_type", "Type de champ", _s27_45, _s61_5, "submit", "Envoyer", _s16_182, _s28_100, "late_fees", "Frais de retard", "credit_number", "N\xb0 de cr\xe9dit", "payment_number", "N\xb0 de paiement", "late_fee_amount", "Frais de retard", _s16_183, _s30_52, "before_due_date", _s16_377, "after_due_date", _s16_378, _s18_99, _s28_93, "days", "Jours", "invoice_email", _s23_109, "payment_email", _s20_187, "partial_payment", _s16_348, "payment_partial", _s16_348, _s21_99, _s28_101, "quote_email", "Courriel de soumission", _s16_185, _s16_379, _s16_187, _s22_135, "administrator", "Administrateur", _s18_100, _s108_, "user_management", _s24_101, "users", "Utilisateurs", "new_user", _s18_182, "edit_user", _s20_165, "created_user", "L'utilisateur a \xe9t\xe9 cr\xe9\xe9", "updated_user", "L'utilisateur a \xe9t\xe9 mis \xe0 jour", "archived_user", "L'utilisateur a \xe9t\xe9 archiv\xe9", "deleted_user", _s28_94, "removed_user", "L'utilisateur a \xe9t\xe9 retir\xe9", "restored_user", "L'utilisateur a \xe9t\xe9 restaur\xe9", "archived_users", "Les :value utilisateurs ont \xe9t\xe9 archiv\xe9s", "deleted_users", "Les :value utilisateurs ont \xe9t\xe9 supprim\xe9s", "removed_users", "Les :value utilisateurs ont \xe9t\xe9 retir\xe9s", "restored_users", "Les :value utilisateurs ont \xe9t\xe9 restaur\xe9s", _s16_189, _s19_141, "invoice_options", _s18_212, _s17_111, _s24_102, _s22_72, _s106_, _s23_41, _s18_183, _s28_30, _s43_9, _s16_191, _s22_167, _s16_192, _s28_102, "first_page", "Premi\xe8re page", "all_pages", _s16_380, "last_page", "derni\xe8re page", "primary_font", _s17_216, "secondary_font", _s17_217, "primary_color", _s18_184, "secondary_color", _s18_185, "page_size", "Taille de page", "font_size", _s16_349, "quote_design", "Mod\xe8le de soumission", "invoice_fields", _s17_218, "product_fields", "Champs produit", "invoice_terms", _s25_86, "invoice_footer", "Pied de facture", "quote_terms", "Conditions de soumission", "quote_footer", "Pied de soumission par d\xe9faut", _s18_101, _s17_241, _s23_42, _s75_1, _s18_102, "Archivage automatique", _s23_43, "Archiver automatiquement les soumissions lorsqu'elle sont converties en facture", _s18_103, _s22_149, _s23_44, "Convertir automatiquement une soumission lorsque celle-ci est approuv\xe9e.", _s17_113, _s29_77, "freq_daily", "Quotidienne", "freq_weekly", "Hebdomadaire", "freq_two_weeks", _s17_242, "freq_four_weeks", _s19_162, "freq_monthly", "Mensuel", "freq_two_months", "Deux mois", _s17_115, "Trimestrielle", _s16_193, "4 mois", "freq_six_months", "Semestrielle", "freq_annually", "Annuellement", "freq_two_years", "Deux ans", _s16_194, "Trois ans", "never", "Jamais", "company", "Entreprise", _s17_116, "Num\xe9ros g\xe9n\xe9r\xe9s", "charge_taxes", _s18_213, "next_reset", "Prochaine r\xe9initialisation", "reset_counter", "R\xe9initialiser le compteur", _s16_195, _s17_219, "number_padding", "Disposition du num\xe9ro", "general", "G\xe9n\xe9ral", "surcharge_field", "Champ Surcharge", "company_field", _s16_381, "company_value", "Valeur de l'entreprise", "credit_field", "Champ Cr\xe9dit", "invoice_field", "Champ Facture", _s17_118, _s20_194, "client_field", "Champ Client", "product_field", "Champ Produit", "payment_field", "Champ Paiement", "contact_field", "Champ Contact", "vendor_field", _s17_243, "expense_field", "Champ D\xe9pense", "project_field", "Champ Projet", "task_field", "Champ T\xe2che", "group_field", "Champ Groupe", "number_counter", "Compteur de num\xe9ro", "prefix", "Pr\xe9fixe", "number_pattern", _s16_350, "messages", "Messages", "custom_css", _s16_351, _s17_120, _s23_82, _s16_197, _s19_143, _s21_101, "Afficher la signature du client sur la facture/soumission PDF.", _s25_54, "Case \xe0 cocher des conditions de facturation", _s30_12, _s74_0, _s23_45, "Case \xe0 cocher des conditions de soumission", _s28_31, "Requiert du client qu'il confirme et accepte les conditions de soumission", _s25_55, _s20_166, _s30_13, _s32_41, _s23_46, "Signature de soumission", _s22_74, _s42_21, _s27_46, _s159_, "authorization", "Autorisation", "subdomain", "sous-domaine", "domain", "Domaine", "portal_mode", "Mode portail", "email_signature", "Cordialement,", _s24_56, _s98_, "plain", "Ordinaire", "light", "Clair", "dark", "Fonc\xe9", "email_design", _s18_186, "attach_pdf", "Joindre un PDF", _s16_198, _s19_163, "attach_ubl", "Joindre un UBL", "email_style", _s17_244, _s19_68, _s21_200, "reply_to_email", _s19_164, "reply_to_name", "R\xe9pondre \xe0", "bcc_email", "Cci", "processed", "Trait\xe9", "credit_card", "Carte de cr\xe9dit", "bank_transfer", _s17_220, "priority", "Priorit\xe9", "fee_amount", _s17_221, "fee_percent", _s21_176, "fee_cap", _s16_352, "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_69, _s26_77, "credentials", "Identifiants", "update_address", _s24_116, _s19_71, _s61_6, "rate", "Taux", "tax_rate", "Taux de taxe", "new_tax_rate", _s20_168, "edit_tax_rate", _s22_136, _s16_200, "Le taux de taxe a \xe9t\xe9 cr\xe9\xe9", _s16_201, "Le taux de taxe a \xe9t\xe9 mis \xe0 jour", _s17_123, "Le taux de taxe a \xe9t\xe9 archiv\xe9", _s16_202, "Le taux de taxe a \xe9t\xe9 supprim\xe9", _s17_124, "Le taux de taxe a \xe9t\xe9 restaur\xe9", _s18_104, "Les :value taux de taxes ont \xe9t\xe9 archiv\xe9s", _s17_125, "Les :value taux de taxes ont \xe9t\xe9 supprim\xe9s", _s18_105, "Les :value taux de taxes ont \xe9t\xe9 restaur\xe9s", "fill_products", _s36_50, _s18_106, _s80_, "update_products", _s36_51, _s20_96, _s65_2, _s16_203, _s22_137, _s21_102, _s71_1, "fees", "Frais", "limits", "Limites", "provider", "Fournisseur", "company_gateway", _s22_138, _s16_205, _s23_110, _s19_72, _s19_144, _s20_97, _s20_169, _s23_47, "La passerelle a \xe9t\xe9 cr\xe9\xe9e", _s23_48, "La passerelle a \xe9t\xe9 mise \xe0 jour", _s24_57, "La passerelle a \xe9t\xe9 archiv\xe9e", _s23_49, "La passerelle a \xe9t\xe9 supprim\xe9e", _s24_58, "La passerelle a \xe9t\xe9 restaur\xe9e", _s25_57, "Les :value passerelles ont \xe9t\xe9 archiv\xe9es", _s24_59, "Les :value passerelles ont \xe9t\xe9 supprim\xe9es", _s25_58, "Les :value passerelles ont \xe9t\xe9 restaur\xe9es", _s16_207, _s19_165, "discard_changes", _s23_111, "default_value", _s17_245, "disabled", "D\xe9sactiv\xe9", "currency_format", _s16_353, _s21_103, _s26_90, _s23_50, _s23_83, "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_222, "military_time", _s19_166, _s18_107, "Affichage 24h", "send_reminders", _s19_145, "timezone", "Fuseau horaire", _s19_73, _s18_187, _s17_126, _s18_188, _s19_75, _s19_167, _s18_108, _s18_214, _s18_110, _s23_112, "group_settings", _s20_170, "group", "Groupe", "groups", "Groupes", "new_group", "Nouveau groupe", "edit_group", _s16_354, "created_group", "Le groupe a \xe9t\xe9 cr\xe9\xe9", "updated_group", "Le groupe a \xe9t\xe9 mis \xe0 jour", "archived_groups", "Les :value groupes ont \xe9t\xe9 archiv\xe9s", "deleted_groups", "Les :value groupes ont \xe9t\xe9 supprim\xe9s", "restored_groups", "Les :value groupes ont \xe9t\xe9 restaur\xe9s", "archived_group", "Le groupe a \xe9t\xe9 archiv\xe9", "deleted_group", "Le groupe a \xe9t\xe9 supprim\xe9", "restored_group", "Le groupe a \xe9t\xe9 restaur\xe9", "upload_logo", _s18_215, "uploaded_logo", "Le logo a \xe9t\xe9 t\xe9l\xe9vers\xe9", "logo", "Logo", "saved_settings", "Les param\xe8tres ont \xe9t\xe9 sauvegard\xe9s", _s16_209, _s23_113, "device_settings", _s24_103, "defaults", "Par d\xe9faut", "basic_settings", _s18_189, _s17_128, _s18_190, "company_details", "Informations de l'entreprise", "user_details", _s18_216, "localization", _s20_195, "online_payments", _s18_191, "tax_rates", "Taux de taxe", "notifications", "Notifications", "import_export", _s19_168, "custom_fields", _s20_171, "invoice_design", _s19_169, "buy_now_buttons", _s26_78, "email_settings", _s22_168, _s23_52, _s18_217, _s22_75, _s42_25, _s19_77, _s25_87, "price", "Prix", "email_sign_up", _s24_117, "google_sign_up", _s23_84, _s27_50, _s21_201, "redeem", "Rembourser", "back", "Retour", "past_purchases", _s17_246, _s19_79, _s17_223, "pro_plan", "Plan Pro", "enterprise_plan", "Plan Entreprise", "count_users", _s19_170, "upgrade", "Mettre \xe0 niveau", _s25_59, "Veuillez saisir votre pr\xe9nom", _s24_60, "Veuillez saisir votre nom", _s33_30, _s91_, "i_agree_to_the", "J'accepte", _s16_211, _s24_104, "privacy_policy", _s28_95, "sign_up", "Inscription", "account_login", "Connexion", "view_website", _s19_171, "create_account", "Cr\xe9er un compte", "email_login", _s21_202, "create_new", "Cr\xe9er", _s18_112, _s32_31, _s21_106, _s49_6, "download", "T\xe9l\xe9charger", _s27_51, _s29_83, "take_picture", _s16_382, "upload_files", "T\xe9l\xe9verser les fichiers", "document", "Justificatif", "documents", "Documents", "new_document", _s16_383, "edit_document", _s18_218, _s17_130, "Le document a \xe9t\xe9 t\xe9l\xe9vers\xe9", _s16_213, "Le document a \xe9t\xe9 mis \xe0 jour", _s17_131, "Le document a \xe9t\xe9 archiv\xe9", _s16_214, "Le document a \xe9t\xe9 supprim\xe9", _s17_132, "Le document a \xe9t\xe9 restaur\xe9", _s18_114, "Les :value documents ont \xe9t\xe9 archiv\xe9s", _s17_133, "Les :value documents ont \xe9t\xe9 supprim\xe9s", _s18_115, "Les :value documents ont \xe9t\xe9 restaur\xe9s", "no_history", _s16_384, "expense_date", _s18_192, "pending", "En attente", _s16_215, "Connect\xe9", _s16_216, "En attente", _s16_217, "Factur\xe9", "converted", "Convertie", _s24_62, _s34_34, "exchange_rate", "Taux de change", _s16_218, _s20_196, "mark_paid", _s18_193, "category", "Cat\xe9gorie", "address", "Adresse", "new_vendor", _s19_146, "created_vendor", "Le fournisseur a \xe9t\xe9 cr\xe9\xe9", "updated_vendor", "Le fournisseur a \xe9t\xe9 mis \xe0 jour", "archived_vendor", "Le fournisseur a \xe9t\xe9 archiv\xe9", "deleted_vendor", "Le fournisseur a \xe9t\xe9 supprim\xe9", "restored_vendor", "Le fournisseur a \xe9t\xe9 restaur\xe9", _s16_219, ":count fournisseurs ont \xe9t\xe9 archiv\xe9s", "deleted_vendors", ":count fournisseurs ont \xe9t\xe9 supprim\xe9s", _s16_220, "Les :value fournisseurs ont \xe9t\xe9 restaur\xe9s", "new_expense", _s18_194, "created_expense", "La d\xe9pense a \xe9t\xe9 cr\xe9\xe9e", "updated_expense", "La d\xe9pense a \xe9t\xe9 mise \xe0 jour", _s16_221, "La d\xe9pense a \xe9t\xe9 archiv\xe9e", "deleted_expense", "La d\xe9pense a \xe9t\xe9 supprim\xe9e", _s16_222, "La d\xe9pense a \xe9t\xe9 restaur\xe9e", _s17_134, "Les d\xe9penses ont \xe9t\xe9 archiv\xe9es", _s16_223, "Les d\xe9penses ont \xe9t\xe9 supprim\xe9es", _s17_135, "Les :value d\xe9penses ont \xe9t\xe9 restaur\xe9es", "copy_shipping", _s16_385, "copy_billing", _s18_195, "design", "Mod\xe8le", _s21_107, _s26_91, "invoiced", "Factur\xe9", "logged", "Connect\xe9", "running", "En cours", "resume", "Continuer", "task_errors", _s56_3, "start", "D\xe9marrer", "stop", "Arr\xeater", "started_task", "La t\xe2che a d\xe9marr\xe9", "stopped_task", "La t\xe2che a \xe9t\xe9 arr\xeat\xe9e", "resumed_task", "La t\xe2che a \xe9t\xe9 reprise", "now", "Maintenant", _s16_224, "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", "updated_task", "La t\xe2che a \xe9t\xe9 modifi\xe9e", "archived_task", "La t\xe2che a \xe9t\xe9 archiv\xe9e", "deleted_task", "La t\xe2che a \xe9t\xe9 supprim\xe9e", "restored_task", "La t\xe2che a \xe9t\xe9 restaur\xe9e", "archived_tasks", ":count t\xe2ches ont \xe9t\xe9 archiv\xe9es", "deleted_tasks", ":count t\xe2ches ont \xe9t\xe9 supprim\xe9es", "restored_tasks", "Les :value t\xe2ches ont \xe9t\xe9 restaur\xe9es", _s19_81, "Veuillez saisir un nom", "budgeted_hours", _s16_355, "created_project", "Le projet a \xe9t\xe9 cr\xe9\xe9", "updated_project", "Le projet a \xe9t\xe9 mis \xe0 jour", _s16_226, "Le projet a \xe9t\xe9 archiv\xe9", "deleted_project", "Le projet a \xe9t\xe9 supprim\xe9", _s16_227, "Le projet a \xe9t\xe9 restaur\xe9", _s17_136, ":count projets ont \xe9t\xe9 archiv\xe9s", _s16_228, ":count projets ont \xe9t\xe9 supprim\xe9s", _s17_137, "Les :value projets ont \xe9t\xe9 restaur\xe9s", "new_project", "Nouveau projet", _s27_55, _s27_100, "if_you_like_it", _s27_93, "click_here", "cliquez ici", _s18_116, "Cliquez ici", "to_rate_it", "pour l'\xe9valuer.", "average", "Moyenne", "unapproved", "Non approuv\xe9", _s30_18, _s49_4, "locked", "Verrouill\xe9", "authenticate", "Connexion", _s19_83, _s23_85, _s24_64, _s21_177, "footer", "Pied de page", "compare", "Comparer", "hosted_login", _s18_219, "selfhost_login", _s22_169, "google_sign_in", _s21_178, "today", "Aujourd'hui", "custom_range", "P\xe9riode personnalis\xe9e", "date_range", "P\xe9riode", "current", "En cours", "previous", "Pr\xe9c\xe9dent", "current_period", _s16_386, _s17_138, _s22_170, "previous_period", _s18_196, "previous_year", _s16_356, "compare_to", "Comparer \xe0", "last7_days", _s16_357, "last_week", _s16_387, "last30_days", _s17_224, "this_month", "Mois en cours", "last_month", "Mois dernier", "this_year", "Cette ann\xe9e", "last_year", "Derni\xe8re ann\xe9e", "all_time", "En tous temps", "custom", "Personnalis\xe9", _s16_229, "Dupliquer en facture", "clone_to_quote", "Dupliquer en soumission", "clone_to_credit", "Dupliquer en cr\xe9dit", "view_invoice", "Voir la facture", "convert", "Convertir", "more", "Plus", "edit_client", _s18_220, "edit_product", _s19_172, "edit_invoice", _s19_148, "edit_quote", "Modifier la soumission", "edit_payment", _s20_197, "edit_task", "\xc9diter la t\xe2che", "edit_expense", _s17_247, "edit_vendor", _s21_179, "edit_project", _s16_388, _s20_99, "\xc9diter la soumission r\xe9currente", "billing_address", _s22_140, _s16_231, _s20_198, "total_revenue", "Revenu total", "average_invoice", "Facture moyenne", "outstanding", "Impay\xe9es", "invoices_sent", _s24_105, "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_233, _s23_114, _s23_53, _s30_53, _s26_43, _s34_41, _s21_110, _s25_103, _s26_45, _s33_50, "ascending", "Ascendant", "descending", "Descendant", "save", "Sauvegarder", _s17_140, _s20_199, "paid_to_date", "Pay\xe9 \xe0 ce jour", "balance_due", "Solde d\xfb", "balance", "Solde", "overview", "Survol", "details", "Informations", "phone", "T\xe9l\xe9phone", "website", "Site web", "vat_number", "N\xb0 de taxe", "id_number", "Num\xe9ro d'identification", "create", "Cr\xe9er", _s19_85, _s35_42, "error", "Erreur", _s16_235, _s20_172, "contacts", "Contacts", "additional", "Additionnel", "first_name", "Pr\xe9nom", "last_name", "Nom", "add_contact", _s18_197, "are_you_sure", _s44_13, "cancel", "Annuler", "ok", "Ok", "remove", "Retirer", _s16_237, _s24_118, "product", "Produit", "products", "Produits", "new_product", "Nouveau produit", "created_product", "Le produit a \xe9t\xe9 cr\xe9\xe9", "updated_product", "Le produit a \xe9t\xe9 mis \xe0 jour", _s16_239, "Le produit a \xe9t\xe9 archiv\xe9", "deleted_product", "Le produit a \xe9t\xe9 supprim\xe9", _s16_240, "Le produit a \xe9t\xe9 restaur\xe9", _s17_142, ":count produits archiv\xe9s", _s16_241, ":count produits ont \xe9t\xe9 supprim\xe9s", _s17_143, "Les :value produits ont \xe9t\xe9 restaur\xe9s", "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", "updated_client", "Le client a \xe9t\xe9 modifi\xe9", "archived_client", "Le client a \xe9t\xe9 archiv\xe9", _s16_242, ":count clients archiv\xe9s", "deleted_client", "Le client a \xe9t\xe9 supprim\xe9", "deleted_clients", ":count clients ont \xe9t\xe9 supprim\xe9s", "restored_client", "Le client a \xe9t\xe9 restaur\xe9", _s16_243, "Les :value clients ont \xe9t\xe9 restaur\xe9s", "address1", "Rue", "address2", _s20_200, "city", "Ville", "state", "Province", "postal_code", "Code postal", "country", "Pays", "invoice", "Facture", "invoices", "Factures", "new_invoice", _s16_358, "created_invoice", "La facture a \xe9t\xe9 cr\xe9\xe9e", "updated_invoice", "La facture a \xe9t\xe9 modifi\xe9e", _s16_244, "La facture a \xe9t\xe9 archiv\xe9e", "deleted_invoice", "La facture a \xe9t\xe9 supprim\xe9e", _s16_245, "La facture a \xe9t\xe9 restaur\xe9e", _s17_144, ":count factures ont \xe9t\xe9 archiv\xe9es", _s16_246, ":count factures supprim\xe9es", _s17_145, "Les :value factures ont \xe9t\xe9 restaur\xe9es", "emailed_invoice", "La facture a \xe9t\xe9 envoy\xe9e par courriel", "emailed_payment", "Le paiement a \xe9t\xe9 envoy\xe9 par courriel", "amount", "Montant", "invoice_number", "N\xb0 de facture", "invoice_date", _s19_173, "discount", "Rabais", "po_number", _s21_181, "terms", "Conditions", "public_notes", "Notes publiques", "private_notes", _s18_198, "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", _s18_221, "contact", "Contact", "work_phone", "T\xe9l\xe9phone", "total_amount", "Montant total", "pdf", "PDF", "due_date", "\xc9ch\xe9ance", _s16_247, _s35_50, "paid_date", "Date de paiement", "status", "\xc9tat", _s17_146, _s18_222, "quote_status", "\xc9tat de la soumission", _s22_76, _s33_51, _s22_78, _s35_44, "count_selected", _s19_174, "total", "Total", "percent", "Pourcent", "edit", "Modifier", "dismiss", "Annuler", _s20_101, _s24_119, _s22_79, _s31_45, _s24_66, _s33_52, "task_rate", "Taux de t\xe2che", "settings", "Param\xe8tres", "language", "Langue", "currency", "Devise", "created_at", _s16_359, "created_on", "Cr\xe9\xe9 le", "updated_at", "Mis \xe0 jour", "tax", "Taxe", _s30_20, _s36_52, _s27_59, "Veuillez saisir un num\xe9ro de soumission", "past_due", "En souffrance", "draft", "Brouillon", "sent", "Envoy\xe9", "viewed", "Consult\xe9", "approved", "Approuv\xe9", "partial", "Partiel / d\xe9p\xf4t", "paid", "Pay\xe9", "mark_sent", _s20_173, _s22_81, "La facture a \xe9t\xe9 marqu\xe9e comme envoy\xe9e", _s22_82, "La facture a \xe9t\xe9 marqu\xe9e comme pay\xe9e", _s23_55, "Les factures ont \xe9t\xe9 marqu\xe9es comme envoy\xe9es", _s23_56, "Les factures ont \xe9t\xe9 marqu\xe9es comme pay\xe9es", "done", "Valider", _s37_22, _s46_18, "dark_mode", "Mode fonc\xe9", _s27_61, _s51_16, "refresh_data", _s22_171, "blank_contact", "Contact vide", "activity", "Activit\xe9", _s16_249, _s27_101, "clone", "Dupliquer", "loading", "Chargement", "industry", "Secteur d'activit\xe9", "size", "Taille", "payment_terms", _s22_141, "payment_date", _s16_360, "payment_status", _s16_361, _s16_251, "Em attente", _s16_252, "Annul\xe9e", _s16_253, "\xc9chou\xe9", _s16_254, "Compl\xe9t\xe9", _s16_255, _s21_184, _s16_256, "Rembours\xe9", _s17_147, "Non appliqu\xe9", _s17_148, _s27_96, "net", "Net", "client_portal", "Portail client", "show_tasks", "Afficher les t\xe2ches", "email_reminders", _s18_223, "enabled", "Activ\xe9", "recipients", "destinataires", "initial_email", _s16_362, "first_reminder", "Premier rappel", "second_reminder", "Deuxi\xe8me rappel", "third_reminder", _s16_363, "reminder1", "Premier rappel", "reminder2", "Deuxi\xe8me rappel", "reminder3", _s16_363, "template", "Mod\xe8le", "send", "Envoyer", "subject", "Sujet", "body", "Corps", "send_email", _s19_175, "email_receipt", _s50_21, "auto_billing", _s23_87, "button", "Bouton", "preview", _s16_389, "customize", _s16_390, "history", "Historique", "payment", "Paiement", "payments", "Paiements", "refunded", "Rembours\xe9", "payment_type", _s16_336, _s21_112, "N\xb0 de r\xe9f\xe9rence", "enter_payment", _s18_224, "new_payment", _s18_224, "created_payment", "Le paiement a \xe9t\xe9 cr\xe9\xe9", "updated_payment", "Le paiement a \xe9t\xe9 mis \xe0 jour", _s16_257, "Le paiement a \xe9t\xe9 archiv\xe9", "deleted_payment", "Le paiement a \xe9t\xe9 supprim\xe9", _s16_258, "Le paiement a \xe9t\xe9 restaur\xe9", _s17_149, ":count paiements ont \xe9t\xe9 archiv\xe9s", _s16_259, ":count paiements ont \xe9t\xe9 supprim\xe9s", _s17_150, "Les :value paiements ont \xe9t\xe9 restaur\xe9s", "quote", "Soumission", "quotes", "Soumissions", "new_quote", "Nouvelle soumission", "created_quote", "La soumission a \xe9t\xe9 cr\xe9\xe9e", "updated_quote", "La soumission a \xe9t\xe9 mise \xe0 jour", "archived_quote", "La soumission a \xe9t\xe9 archiv\xe9e", "deleted_quote", "La soumission a \xe9t\xe9 supprim\xe9e", "restored_quote", "La soumission a \xe9t\xe9 restaur\xe9e", "archived_quotes", ":count soumissions ont \xe9t\xe9 archiv\xe9es", "deleted_quotes", ":count soumissions ont \xe9t\xe9 supprim\xe9es", "restored_quotes", "Les :value soumissions ont \xe9t\xe9 restaur\xe9es", "expense", "D\xe9pense", "expenses", "D\xe9penses", "vendor", "Fournisseur", "vendors", "Fournisseurs", "task", "T\xe2che", "tasks", "T\xe2ches", "project", "Projet", "projects", "Projets", "activity_1", _s30_43, "activity_2", _s33_41, "activity_3", _s34_35, "activity_4", _s32_33, "activity_5", _s38_29, "activity_6", _s71_2, "activity_7", ":contact a consult\xe9 la facture :invoice pour :client", "activity_8", _s35_45, "activity_9", _s36_39, "activity_10", ":user a saisi le paiement :payment de :payment_amount de la facture :invoice pour :client", "activity_11", _s39_27, "activity_12", _s36_53, "activity_13", _s37_47, "activity_14", _s31_53, "activity_15", _s36_40, "activity_16", _s33_42, "activity_17", _s34_36, "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", _s40_13, "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_41, "activity_26", _s34_37, "activity_27", _s37_44, "activity_28", _s34_38, "activity_29", ":contact a approuv\xe9 la soumission :quote pour :client", "activity_30", _s35_46, "activity_31", _s38_30, "activity_32", _s39_18, "activity_33", _s39_19, "activity_34", _s32_34, "activity_35", _s35_47, "activity_36", _s36_42, "activity_37", _s36_43, "activity_39", _s54_8, "activity_40", _s71_3, "activity_41", _s50_18, "activity_42", _s27_94, "activity_43", _s33_43, "activity_44", _s30_44, "activity_45", _s31_46, "activity_46", _s31_47, "activity_47", _s38_31, "activity_48", _s32_35, "activity_49", _s38_32, "activity_50", _s35_48, "activity_51", _s36_44, "activity_52", _s36_45, "activity_53", _s48_13, "activity_54", _s21_203, "activity_55", _s36_54, "activity_56", ":user a consult\xe9 le billet :ticket", "activity_57", _s64_3, "activity_58", _s35_49, "activity_59", _s34_39, "activity_60", _s40_13, "activity_61", _s36_46, "activity_62", _s41_17, "activity_63", _s69_1, "activity_64", _s70_0, "activity_65", _s71_0, "activity_66", _s70_1, "activity_80", _s39_20, "activity_81", _s45_15, "activity_82", _s42_24, "activity_83", _s43_6, "activity_84", _s43_7, _s17_151, _s27_95, "emailed_quote", "La soumission a \xe9t\xe9 envoy\xe9e", "emailed_credit", "Le cr\xe9dit a envoy\xe9 par courriel", _s20_103, "La soumission a \xe9t\xe9 marqu\xe9e comme envoy\xe9e", _s21_114, "Le cr\xe9dit a \xe9t\xe9 marqu\xe9 comme envoy\xe9", "expired", "Expir\xe9e", "all", "Tous", "select", "S\xe9lectionner", _s22_83, _s34_40, "custom_value1", _s22_142, "custom_value2", _s22_143, "custom_value3", _s22_144, "custom_value4", _s22_145, _s18_117, _s30_45, _s24_71, _s39_21, _s29_46, _s41_22, _s27_66, _s39_28, _s31_24, "Message personnalis\xe9 pour soumission non approuv\xe9e", "lock_invoices", _s24_106, "translations", "Traductions", _s19_86, "Mod\xe8le du num\xe9ro de t\xe2che", _s19_88, "Compteur du num\xe9ro de t\xe2che", _s22_85, _s27_102, _s22_87, _s29_84, _s21_115, _s31_54, _s21_117, _s33_53, _s21_119, _s26_92, _s21_121, _s28_103, _s22_89, _s28_104, _s22_91, _s30_54, _s22_93, _s27_103, _s22_95, _s29_79, _s20_104, "Mod\xe8le du num\xe9ro de soumission", _s20_106, "Compteur du num\xe9ro de soumission", _s21_123, _s26_93, _s21_125, _s28_105, _s21_127, _s26_93, _s21_128, _s28_105, _s18_119, "R\xe9initialiser le compteur de date", "counter_padding", _s22_146, _s28_66, "Compteur partag\xe9 pour les factures et les soumissions", _s18_121, _s24_120, _s18_123, _s25_104, _s18_125, _s24_121, _s18_127, _s25_105, _s18_129, _s24_122, _s18_131, _s25_106, _s21_129, _s28_106, _s19_90, "Objet du courriel de soumission", _s21_131, _s29_85, _s29_48, _s37_48, "show_table", _s17_248, "show_list", _s17_248, "client_city", "Ville du client", "client_state", "Province du client", "client_country", "Pays du client", _s16_260, "Client actif", "client_balance", "Solde du client", "client_address1", "Rue du clients", "client_address2", _s22_147, "vendor_address1", _s18_199, "vendor_address2", _s18_225, _s24_73, _s16_391, _s24_74, _s35_51, "type", "Type", "invoice_amount", _s21_180, _s16_264, "\xc9ch\xe9ance", "tax_rate1", "Taux de taxe 1", "tax_rate2", "Taux de taxe 2", "tax_rate3", "Taux de taxe 3", "auto_bill", _s23_87, "archived_at", "Archiv\xe9 \xe0", "has_expenses", "A D\xe9penses", "custom_taxes1", _s22_172, "custom_taxes2", _s22_173, "custom_taxes3", _s22_174, "custom_taxes4", _s22_175, _s17_153, _s25_97, _s17_154, _s25_98, _s17_155, _s25_99, _s17_156, _s25_100, "is_deleted", "Est supprim\xe9", "vendor_city", _s20_174, "vendor_state", "Province du fournisseur", "vendor_country", _s19_150, "is_approved", "Est approuv\xe9", "tax_name", "Nom de la taxe", "tax_amount", "Montant de taxe", "tax_paid", "Taxe pay\xe9e", "payment_amount", _s19_151, "age", "\xc2ge", "is_running", "En cours", "time_log", _s16_364, "bank_id", "Institution bancaire", _s19_92, _s26_80, _s16_265, _s20_175, _s19_94, _s30_46, "tax_name1", _s16_365, "tax_name2", _s16_366, "tax_name3", "Nom de taxe 3", "transaction_id", _s17_225, _s18_133, "Couleur de l'\xe9tat", _s16_266, "Charger le th\xe8me de couleurs"], t1, t1), "fr_CH", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "R\xe9currente", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Dissoci\xe9", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s42_17, _s29_, _s96_0, _s25_0, _s81_, _s18_2, _s28_79, "credit_item", _s17_186, "files", "Des dossiers", "camera", "Cam\xe9ra", "gallery", "Galerie", _s20_2, "E-mail :count factures", _s16_1, _s21_150, _s29_0, _s51_8, _s34_, _s75_, "next_send_time", "Prochaine heure d'envoi", _s20_3, "Certificat t\xe9l\xe9charg\xe9 avec succ\xe8s", "certificate_set", "Ensemble de certificats", _s19_, "Certificat non d\xe9fini", "passphrase_set", "Jeu de mots de passe", _s18_4, "Mot de passe non d\xe9fini", _s18_6, "T\xe9l\xe9charger le certificat", _s22_, _s29_63, "rename", "Renommer", _s16_3, _s28_80, "e_invoice", _s20_126, "light_dark_mode", "Mode clair/fonc\xe9", "activities", "Activit\xe9s", "routing_id", "ID de routage", _s16_4, "Activer la facture \xe9lectronique", "e_invoice_type", _s28_81, "reduced_tax", "Taxe r\xe9duite", "override_tax", "Remplacer la taxe", "zero_rated", "\xc9valu\xe9 z\xe9ro", "reverse_tax", "Taxe invers\xe9e", _s20_4, "Mise \xe0 jour r\xe9ussie de la cat\xe9gorie de taxe", _s22_1, "Mise \xe0 jour r\xe9ussie des cat\xe9gories de taxes", _s16_6, _s28_82, "payment_manual", "Manuel de paiement", "tax_category", _s17_188, "physical_goods", "Biens physiques", _s16_8, _s19_113, "services", "Prestations de service", "shipping", "Exp\xe9dition", "tax_exempt", _s19_111, "reduced_rate", "Tarif r\xe9duit", "tax_all", "Taxe Tout", "tax_selected", _s17_189, "version", "version", _s16_10, _s22_108, "calculate_taxes", _s18_155, _s20_5, "Calculer automatiquement les taxes lors de l'enregistrement des factures", "admin", "Admin", "owner", "Propri\xe9taire", "link_expenses", _s16_318, _s24_3, _s21_151, _s25_1, _s26_59, "total_hours", "Heures totales", _s16_12, _s51_9, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "Facturable", "not_billable", "Not Billable", _s25_3, "Autoriser les \xe9l\xe9ments d'intervention facturable", _s30_, "Activer la configuration des \xe9l\xe9ments d'intervetion factur\xe9s", _s26_, "Afficher la description des \xe9l\xe9ments de l'intervetion", _s31_, "Activer les descriptions pour les \xe9l\xe9ments d'intervention", "email_record", "Email Record", _s23_0, _s23_1, _s21_1, "Colonnes de produits pour offre", _s22_3, "Montant minimum de paiement", _s25_5, _s31_35, _s30_0, _s73_, _s27_, "Partager les colonnes facture/offre", "cc_email", "CC Email", "payment_balance", _s17_190, _s22_5, _s74_, "activity_138", "Le paiement :payment \xe0 \xe9t\xe9 envoy\xe9 \xe0 :client", _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", _s17_191, "action", "Action", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, "Afficher le tableau de paiement", _s26_3, _s31_36, "email_statement", "Email Statement", "once", "Once", "schedule", "Calendrier", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", _s20_127, "archive_invoice", _s19_114, "archive_quote", "Archiver cette offre", "archive_credit", _s18_156, "archive_task", "Archiver l'intervention", "archive_client", _s18_157, "archive_project", _s18_158, "archive_expense", _s19_115, "restore_payment", _s21_152, "restore_invoice", _s20_128, "restore_quote", "Restaurer l'offre", "restore_credit", _s19_116, "restore_task", "Restaurer l'intervention", "restore_client", _s19_117, "restore_project", _s19_118, "restore_expense", _s20_129, "archive_vendor", _s23_88, "restore_vendor", _s24_107, "create_product", "Nouveau produit", "update_product", "Update Product", "delete_product", _s20_176, "restore_product", _s20_177, "archive_product", _s19_152, _s21_3, _s24_90, _s21_5, _s27_86, _s21_7, _s28_84, _s22_6, _s28_85, _s22_8, _s27_83, "sent_invoice", "Sent Invoice", "sent_quote", "Offre envoy\xe9e", "sent_credit", "Sent Credit", _s19_3, "Envoyer le bon de commande", "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", _s17_226, "view_all", "View All", "edit_all", "Edit All", _s28_0, _s37_34, _s33_1, "Autorise les clients \xe0 fournir un num\xe9ro de bon de commande lors de l'approbation d'une offre", "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", _s17_192, "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "Heure", _s17_3, _s40_1, _s17_4, _s36_47, _s18_10, "Facturer les heures d'intervetion", _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s42_18, "last365_days", _s17_227, "import_design", "Importer le design", "imported_design", "Le design a \xe9t\xe9 import\xe9", "invalid_design", "Le design n'est pas valide, la :value est manquante", _s17_6, _s38_33, "upload", "T\xe9l\xe9verser", _s17_7, _s17_193, _s23_3, _s39_22, _s28_5, _s77_2, "update_payment", _s25_74, "markup", "Markup", _s22_10, _s20_130, _s19_8, _s22_109, _s21_13, "Bon de commande vu", _s23_5, _s23_68, _s20_9, _s75_0, "klarna", "Klarna", _s29_7, "D\xe9finir un taux de change lors de la saisi d'un paiement manuel", _s29_8, _s59_1, "matomo_url", "URL Matomo", "matomo_id", "ID Matomo", _s21_15, _s20_131, _s25_7, "Envoyer un e-mail quand un paiement en ligne est r\xe9alis\xe9.", _s25_8, "Envoyer un e-mail quand un paiement manuel est r\xe9alis\xe9.", _s28_6, _s45_0, "delete_project", _s19_154, _s18_12, _s31_0, "link_payment", _s16_330, "link_expense", "Link Expense", _s19_10, "Interventions factur\xe9es bloqu\xe9es", _s24_6, "Interdire l'\xe9dition des interventions une fois qu'elles sont factur\xe9es", _s21_16, _s19_155, _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, _s39_23, _s22_12, _s44_10, "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s26_60, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, "Num\xe9ro de bon de commande", _s19_13, _s26_81, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due le", _s22_15, _s35_0, _s20_17, "Le compte bancaire a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s20_18, "Le compte bancaire a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", _s17_14, "\xe9diter le compte bancaire", _s16_28, _s16_29, "account_type", "Type de compte", _s16_30, _s23_69, _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "S\xe9lectionn\xe9s", _s21_24, _s34_2, _s18_15, _s21_154, "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", _s23_70, "delete_credit", _s19_120, "transaction", "Transaction", "transactions", "Transactions", "new_transaction", "New Transaction", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, _s26_7, "bank_account", "Compte de banque", "bank_accounts", _s17_196, _s21_25, "Le compte bancaire a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Connect", _s23_9, "Marquer l'email de paiement comme pay\xe9", _s18_19, _s18_20, "client_email", "Client Email", _s20_24, "Facturer l'intervention du projet", _s25_12, _s41_0, "field", "Champ", "period", "Period", "fields_per_row", _s16_322, _s21_27, _s17_229, _s26_8, _s17_197, _s24_16, "Paiements re\xe7us", _s23_11, _s20_135, _s19_22, "Offres en cours", _s21_28, "Offres approuv\xe9es", _s23_12, "Offres non approuv\xe9es", _s18_22, "Interventions enregistr\xe9es", _s20_27, "Interventions factur\xe9es", _s16_35, "Interventions pay\xe9es", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s47_5, "activity_131", _s53_8, "activity_132", _s50_19, "activity_133", _s51_10, "activity_134", _s51_11, "activity_135", _s62_2, "activity_136", ":contact a vu le bon de commande :purchase_order", "activity_137", _s53_9, "vendor_portal", _s22_148, "send_code", "Envoyer le code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, _s39_3, "resend", "Renvoyer", "verify", "V\xe9rifier", _s18_23, _s39_13, _s20_28, _s30_47, _s19_23, _s31_38, _s24_18, _s46_2, _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Merge Into", "merge", "Fusionner", _s21_32, _s21_33, _s19_25, _s29_11, _s17_23, "Restaurer l'achat", "activate", "Activer", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", _s18_161, "received", "Re\xe7u", _s19_26, _s23_71, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_17, _s34_7, _s51_14, _s22_19, _s22_20, _s22_21, "T\xe9l\xe9chargement du document du fournisseur", _s27_10, _s49_1, _s24_19, _s25_13, "yes_its_great", "Oui c'est super!", "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", _s19_156, "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", _s22_112, _s22_26, _s26_62, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accepter", _s23_14, "Clone to PO", _s20_31, _s41_18, "bulk_send_email", "Send Email", _s29_12, _s44_11, _s30_3, _s50_20, _s23_15, _s32_36, _s24_20, _s37_45, _s24_21, _s31_48, _s25_14, _s36_48, "accepted", "Accepted", _s22_28, _s36_27, _s20_32, _s24_92, _s20_34, _s39_24, _s26_9, _s41_19, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, "Design du bon de commande", _s20_39, _s29_67, _s21_38, _s31_39, _s32_7, _s28_86, _s37_5, _s38_34, "purchase_order", "Bon de commande", "purchase_orders", _s16_324, _s18_30, _s23_72, _s19_29, _s25_88, _s22_33, _s20_130, _s22_34, "Bon de commande mis \xe0 jour", _s23_17, "Bon de commande archiv\xe9", _s22_35, "Bon de commande supprim\xe9", _s22_36, "Bon de commande retir\xe9", _s23_18, "Bon de commande restaur\xe9", _s21_40, _s29_68, _s22_37, _s31_40, "login_url", "Login URL", _s16_46, _s22_113, "default", "Par d\xe9faut", "stock_quantity", "Stock Quantity", _s22_39, _s22_40, "track_inventory", "Suivre l'inventaire", _s20_41, _s63_0, _s19_31, _s19_32, _s24_23, _s50_2, "vat", "VAT", "standing", "En attente", "view_map", "Voir la carte", _s18_32, "D\xe9finir design par d\xe9faut", "add_gateway", _s22_114, _s24_24, _s105_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_25, _s24_26, _s31_6, "Invoice Sent", _s24_27, _s24_28, _s29_13, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Items de offre", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_33, _s63_1, "use_quote_terms", "Utiliser les termes de l'offre", _s20_42, "Lors de la conversion d'une offre en facture", "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, _s45_6, "register_label", _s39_25, "login_label", _s28_9, "add_to_invoice", _s29_69, _s17_30, _s17_31, "week", "Semaine", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, _s46_14, _s20_44, _s20_45, _s25_15, _s45_11, _s16_48, _s20_140, "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", "Voir l'intervention", "cancel_invoice", "Cancel", "changed_status", "L'\xe9tat de l'intervention a \xe9t\xe9 modifier avec succ\xe8s", "change_status", "Change Status", "fees_sample", _s52_7, _s19_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", ":value interventions ont \xe9t\xe9 d\xe9marr\xe9es avec succ\xe8s", "stopped_tasks", ":value interventions ont \xe9t\xe9 arret\xe9es avec succ\xe8s", "approved_quote", "Offre approuv\xe9 avec succ\xe8s", "approved_quotes", ":value offres approuv\xe9s avec succ\xe8s", "approve", "Approuver", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, "Canton du client pour la livraison", _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, _s16_269, _s24_30, _s44_6, "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_51, _s16_52, "purged_client", "Le client a \xe9t\xe9 purg\xe9 avec succ\xe8s", _s27_16, _s77_0, _s22_42, _s34_9, "small", "Small", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_54, _s21_157, _s21_48, _s55_3, "print_pdf", "Imprimer le PDF", "remind_me", "Remind Me", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Cacher l'aper\xe7u", "edit_record", _s25_89, _s27_17, _s57_, "giropay", "GiroPay", "direct_debit", _s23_89, _s21_49, _s30_5, "set_password", _s20_178, _s17_33, _s59_, _s16_58, _s58_1, _s20_49, "Passerelle d\xe9connect\xe9e", "disconnect", "D\xe9connexion", "add_to_invoices", _s20_141, "acss", _s32_37, "becs", "BECS Pr\xe9l\xe8vement automatique", "bulk_download", "T\xe9l\xe9charger", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, _s21_158, _s17_35, _s17_36, "has_tasks", "A interventions", "registration", "Registration", _s27_18, _s60_3, "view_expense", _s26_63, "view_statement", _s20_179, "sepa", "SEPA Pr\xe9l\xe8vement automatique", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s18_37, "system", "Syst\xe8me", _s19_38, _s19_39, "updated_company", _s28_10, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, "Les interventions doivent appartenir au m\xeame client", _s27_19, _s43_0, "app", "App", _s20_50, _s46_8, _s16_59, "Total TTC", _s19_41, _s33_45, _s17_37, "Envoyer les offres par courriel", _s18_38, _s32_38, "from_name", "Nom de", _s16_60, _s16_61, _s17_38, _s18_164, _s18_39, _s20_142, _s21_50, _s27_87, _s22_44, _s28_88, _s25_16, "La d\xe9pense r\xe9currente a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", _s25_17, "La d\xe9pense r\xe9currente a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", _s26_13, "La d\xe9pense r\xe9currente a \xe9t\xe9 archiv\xe9e avec succ\xe8s", _s25_18, _s40_8, _s25_19, _s38_5, _s26_14, "La d\xe9pense r\xe9currente a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s24_32, _s24_33, _s25_20, _s25_21, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_42, _s32_9, "is_invoiced", "Is Invoiced", "change_plan", "Manage Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_62, _s16_63, _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "Decimal Comma", _s26_15, _s35_9, "select_method", "Select Method", "select_platform", "Select Platform", _s28_13, _s42_4, _s16_66, _s27_69, "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "user_guide", _s22_118, _s18_41, _s18_42, "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_9, _s31_10, _s25_22, _s25_23, _s33_14, _s33_15, _s27_20, _s27_21, _s36_3, _s36_4, _s31_11, _s31_12, _s25_24, _s25_25, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_22, _s57_0, _s21_52, _s62_1, "change_email", "Change Email", _s25_26, _s52_0, _s21_53, "Interventions affich\xe9es sur le portail", "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", _s20_180, "import_settings", "Import Settings", _s17_40, _s28_14, _s19_43, _s48_0, "json", "JSON", _s24_34, "Aucun type de paiement actif.", "wait_for_data", _s42_5, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_67, _s16_68, _s18_43, _s40_3, "login_success", _s16_69, "login_failure", "Failed Login", "exported_data", "Une fois le fichier pr\xeat, vous recevrez un e-mail avec un lien de t\xe9l\xe9chargement", _s23_23, _s23_24, _s28_15, _s41_3, "step_1_sign_in", "Step 1: Sign In", _s16_70, _s17_41, "account_id", "Account ID", _s27_22, _s35_11, "activity_100", _s54_4, "activity_101", _s60_4, "activity_102", _s57_3, "activity_103", _s58_5, "activity_104", _s58_6, _s18_44, "Montrer la date final de l'intervention", _s23_25, "Activer la date de fin pour l'intervention", "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_71, _s16_72, _s18_46, _s31_13, _s16_73, _s16_74, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Offre cr\xe9\xe9", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", _s20_145, "invoice_item", "Invoice Item", "quote_item", "Item de l'offre", _s18_47, _s17_201, _s17_42, "Nom du contact", "order", "Order", "unassigned", "Non assign\xe9", "partial_value", _s51_15, "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", _s69_2, _s21_55, _s53_, _s25_27, _s37_8, _s17_44, _s17_45, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, _s35_33, _s17_46, "Offre valide jusqu'au", "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_49, _s18_50, "promo_code", "Code promo", "promo_discount", "Promo Discount", _s18_51, _s18_52, _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "S\xe9curit\xe9", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Email Delivery", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, _s22_47, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "payment_link", _s16_330, _s16_79, _s24_94, _s17_48, _s28_89, _s20_54, "Le lien de paiement a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s20_55, "Le lien de paiement a \xe9t\xe9 modifi\xe9 avec succ\xe8s", _s21_62, "Le lien de paiement a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s20_56, "Le lien de paiement a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s20_57, "Le lien de paiement a \xe9t\xe9 r\xe9tir\xe9 avec succ\xe8s", _s21_63, "Le lien de paiement a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s19_44, _s29_72, _s20_58, _s35_34, _s26_17, _s36_29, "connect_gmail", "Connectez Gmail", _s16_81, _s17_202, "connected_gmail", "Gmail a \xe9t\xe9 connect\xe9 avec succ\xe8s", _s18_55, "Gmail a \xe9t\xe9 d\xe9connect\xe9 avec succ\xe8s", _s16_83, _s143_, _s16_84, _s33_36, "count_minutes", ":count minutes", _s16_86, _s34_31, _s29_15, _s53_3, "use_last_email", _s26_64, _s16_88, _s18_166, _s21_65, _s68_, _s27_24, _s45_13, _s27_25, _s40_9, _s34_13, _s96_1, "help_translate", _s20_181, _s23_26, _s29_73, "resend_invite", _s21_182, _s19_45, "L'authentification \xe0 deux facteurs 2FA a \xe9t\xe9 d\xe9sactiv\xe9e avec succ\xe8s", _s16_90, "Le compte a \xe9t\xe9 connect\xe9 avec succ\xe8s", _s19_46, "Le comte a \xe9t\xe9 d\xe9connect\xe9 avec succ\xe8s", "delivered", "Livr\xe9", "bounced", "Rejet\xe9s", "spam", "Pourriel", "view_docs", _s25_77, _s32_10, _s94_0, "send_sms", "Envoyer un SMS", "sms_code", "Code SMS", _s21_66, _s52_8, _s18_56, "Vous avez activ\xe9 authentification \xe0 deux facteurs avec succ\xe8s.", "connect_google", "Connectez Google", _s17_50, _s18_167, _s17_52, _s32_39, _s18_57, _s45_16, _s34_14, _s60_5, "stay_logged_in", "Restez connect\xe9", _s23_28, _s47_14, "count_hours", ":count heures", "count_day", "1 jour", "count_days", ":count jours", _s19_47, _s28_97, _s17_53, _s22_120, "resend_email", _s20_182, _s26_19, _s41_20, _s16_91, _s18_168, _s19_49, _s27_96, _s19_51, _s59_3, "list_long_press", _s26_82, "show_actions", _s20_146, _s17_55, _s26_66, _s27_27, _s58_8, _s21_67, _s112_, "this_quarter", "Ce trimestre", "last_quarter", _s17_203, "to_update_run", _s30_48, _s18_59, _s20_147, _s16_92, "URL d'enregistrement", "invoice_project", _s18_169, "invoice_task", "Facturer l'intervention", "invoice_expense", _s18_202, _s19_52, _s30_40, _s20_59, "Rechercher :count d\xe9lais de paiement", _s16_94, _s28_90, "save_and_email", _s35_35, _s16_96, _s25_78, _s16_98, _s16_332, _s17_57, "Solde converti", _s22_48, _s23_90, _s24_36, _s24_108, "converted_total", "Total converti", "is_sent", "Est Envoy\xe9", _s17_59, _s20_148, "document_upload", _s25_91, _s20_60, _s48_14, "expense_total", _s18_170, "enter_taxes", _s16_367, "by_rate", "Par taux", "by_amount", "Par montant", "enter_amount", _s17_206, "before_taxes", "Avant taxes", "after_taxes", "Apr\xe8s taxes", "color", "Couleur", "show", "Voir", "hide", "Cacher", "empty_columns", "Colonnes vides", _s21_69, _s17_231, _s26_20, _s86_1, "running_tasks", "Interventions en cours", "recent_tasks", "Interventions r\xe9centes", "recent_expenses", _s17_207, _s17_61, _s16_333, "update_app", _s19_126, "started_import", _s35_36, _s24_38, _s32_24, _s20_61, _s23_91, _s18_61, _s18_203, "column", "Colonne", "sample", "Exemple", "map_to", "Mapper vers", "import", "Importer", _s25_29, _s47_15, "select_file", _s32_25, _s16_100, _s25_79, "csv_file", "Fichier CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Comptabilit\xe9", _s22_50, _s30_49, "import_type", _s18_171, "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", _s17_208, "webhook_url", "URL Webhook", _s17_63, _s19_127, "sidebar_editor", _s25_92, _s22_51, _s39_26, "purge", "Purger", "service", "Service", "clone_to", "Cloner vers", "clone_to_other", "Cloner vers Autre", "labels", "\xc9tiquettes", "add_custom", _s18_204, "payment_tax", _s16_368, "unpaid", "Impay\xe9", "white_label", "Sans marque", "delivery_note", _s17_232, _s24_41, _s39_14, _s24_43, _s37_37, "source_code", "Code source", "app_platforms", _s17_209, "invoice_late", "facture en retard", "quote_expired", "Offre expir\xe9e", "partial_due", _s18_206, "invoice_total", "Montant total", "quote_total", "Total de l'offre", "credit_total", "Total du cr\xe9dit", _s23_29, _s16_369, "actions", "Actions", "expense_number", "Num\xe9ro de d\xe9pense", "task_number", "Num\xe9ro d'intervention", "project_number", "Num\xe9ro de projet", "project_name", "Nom du projet", "warning", "Avertissement", "view_settings", _s19_128, _s24_45, _s58_9, "late_invoice", _s17_210, "expired_quote", "Offre expir\xe9e", "remind_invoice", _s19_129, "cvv", "CVV", "client_name", "Nom du client", "client_phone", _s19_157, "required_fields", "Champs requis", "calculated_rate", "Taux calcul\xe9", _s17_65, "Taux d'intervention par d\xe9faut", "clear_cache", "Vider le cache", "sort_order", "Ordre de tri", "task_status", "\xc9tat", "task_statuses", "\xc9tats d'intervention", "new_task_status", "Nouvel \xe9tat d'intervention", _s16_102, "\xc9dition de l'\xe9tat d'intervention", _s19_53, "L'\xe9tat d'intervention a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s19_54, "Le statut de l'intervention a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s20_63, "L'\xe9tat d'intervention a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s19_55, "L'\xe9tat d'intervention a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s19_56, "L'\xe9tat d'intervention a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s20_64, "L'\xe9tat d'intervention a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s22_52, "Les :value \xe9tats d'intervention ont \xe9t\xe9 archiv\xe9s succ\xe8s", _s21_71, "Les :value \xe9tats d'intervention ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s22_53, "Les :value \xe9tats d'intervention ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", _s18_63, "Recherche 1 \xe9tat d'intervention\xa0", _s20_66, "Recherche :count \xe9tats d'intervention", _s16_104, "Afficher le tableau des interventions", _s21_72, "Toujours afficher la section des interventions lors de la cr\xe9ation de factures", _s20_67, "Facturer le journal du temps des interventions", _s25_30, _s63_4, _s20_69, "Facturer le journal des dates des interventions", _s25_31, _s62_3, _s21_73, "D\xe9marrer les interventions avant de sauvegarder", _s18_64, _s20_183, "task_settings", "Param\xe8tres des interventions", _s20_71, _s25_81, _s18_66, _s21_183, _s20_73, _s29_74, _s21_74, _s27_97, _s24_46, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s24_47, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", _s25_33, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 archiv\xe9e avec succ\xe8s", _s24_48, _s40_10, _s24_49, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 retir\xe9e avec succ\xe8s", _s25_34, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 r\xe9tablie avec succ\xe8s", _s27_31, ":count cat\xe9gories de d\xe9pense ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s26_21, "Les :value cat\xe9gories de d\xe9pense ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s27_32, "Les :value cat\xe9gories de d\xe9pense ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s23_30, _s32_26, _s25_36, _s37_46, _s21_76, _s32_27, "show_option", _s20_184, _s22_54, _s63_5, "view_changes", _s26_83, "force_update", _s21_162, _s17_67, _s93_, "mark_paid_help", _s38_22, _s18_68, "Devrait \xeatre factur\xe9e", _s23_31, _s36_49, _s29_17, _s44_9, _s21_78, _s25_93, _s16_106, _s23_92, _s18_69, _s20_149, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s18_137, "user_field", _s18_172, "variables", "Variables", "show_password", _s24_109, "hide_password", _s23_93, "copy_error", "Erreur de copie", "capture_card", "Carte saisie", _s17_68, _s23_74, "total_taxes", "Taxes totales", "line_taxes", "Taxes par ligne", "total_fields", _s17_211, _s25_37, _s47_6, _s25_38, _s48_3, _s25_39, _s47_7, "gateway_refund", _s27_88, _s19_57, _s56_1, "due_date_days", "Date d'\xe9ch\xe9ance", "paused", "En pause", "mark_active", "Cocher actif", "day_count", "Jour :count", _s22_55, _s20_150, _s21_79, _s20_151, _s17_70, _s31_43, "endless", "Sans fin", "next_send_date", _s22_121, _s16_108, "Cycles restants", _s17_72, _s18_173, _s18_71, _s20_152, _s21_81, _s27_89, _s22_57, _s28_98, _s25_40, _s45_14, _s25_41, _s51_13, _s26_22, "La facture r\xe9currente a \xe9t\xe9 archiv\xe9e avec succ\xe8s", _s25_42, "La facture r\xe9currente a \xe9t\xe9 supprim\xe9e avec succ\xe8s", _s25_43, _s47_8, _s26_23, "La facture r\xe9currente a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s27_33, "Les :value factures r\xe9currentes ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s26_24, "Les :value factures r\xe9currentes ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s27_34, "Les :value factures r\xe9currentes ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s24_50, _s30_41, _s25_44, _s37_38, "send_date", "Date d'envoi", "auto_bill_on", "Autofacturer le", _s28_17, _s32_28, "profit", "Profit", "line_item", "Ligne d'article", _s18_73, _s21_163, _s23_32, _s47_16, _s19_58, _s22_122, _s24_51, _s53_10, "test_mode", "Mode test", "opened", "Ouverts", _s30_7, _s24_95, _s30_8, _s20_153, "gateway_success", _s18_174, "gateway_failure", _s19_130, "gateway_error", _s20_154, "email_send", _s17_233, _s17_74, _s24_96, "failure", "\xc9chec", "quota_exceeded", "Quota d\xe9pass\xe9", _s16_110, "\xc9chec en amont", "system_logs", _s16_370, "view_portal", "Voir le portail", "copy_link", "Copier le lien", "token_billing", _s47_17, _s24_52, _s28_99, "always", "Toujours", "optin", "Adh\xe9sion", "optout", "D\xe9sadh\xe9sion", "label", "Libell\xe9", "client_number", _s16_334, "auto_convert", _s22_149, "company_name", _s19_131, "reminder1_sent", "Rappel 1 envoy\xe9", "reminder2_sent", "Rappel 2 envoy\xe9", "reminder3_sent", "Rappel 3 envoy\xe9", _s18_75, _s23_75, "pdf_page_info", _s23_94, _s16_112, "Les factures ont \xe9t\xe9 envoy\xe9es par courriel avec succ\xe8s", "emailed_quotes", "Les offre 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_335, "rows_per_page", _s16_371, "hours", "Heures", "statement", "Relev\xe9", "taxes", "Taxes", "surcharge", "surcharge", "apply_payment", _s21_164, "apply_credit", _s19_132, "apply", "Appliquer", "unapplied", "Non appliqu\xe9", "select_label", _s23_95, "custom_labels", _s25_94, "record_type", _s21_165, "record_name", _s20_185, "file_type", "Type de fichier", "height", "Hauteur", "width", "Largeur", "to", "\xe0", "health_check", "\xc9tat de sant\xe9", "payment_type_id", _s16_336, "last_login_at", _s20_186, "company_key", _s16_337, "storefront", "Vitrine", "storefront_help", _s54_7, "client_created", "Client cr\xe9\xe9", _s20_76, _s29_80, _s20_78, _s27_98, "completed", "Compl\xe9t\xe9", "gross", "TTC", "net_amount", "Montant net", "net_balance", "Solde net", "client_settings", _s18_207, _s17_76, _s22_123, _s17_78, _s22_124, "selected_quotes", "Offres s\xe9lectionn\xe9es", "selected_tasks", "Interventions s\xe9lectionn\xe9es", _s17_80, _s22_125, _s17_82, _s16_338, _s17_84, _s17_197, "recent_payments", "Paiements re\xe7us", "upcoming_quotes", "Offre \xe0 venir", "expired_quotes", "Offres expir\xe9es", "create_client", "Cr\xe9er un client", "create_invoice", _s17_212, "create_quote", "Cr\xe9er une offre", "create_payment", _s17_234, "create_vendor", _s20_156, "update_quote", "Mettre \xe0 jour l'offre", "delete_quote", "Supprimer cette offre", "update_invoice", _s24_97, "delete_invoice", _s20_157, "update_client", _s23_76, "delete_client", _s19_133, "delete_payment", _s21_166, "update_vendor", _s28_91, "delete_vendor", _s24_110, "create_expense", _s17_235, "update_expense", _s24_98, "delete_expense", _s20_158, "create_task", "Cr\xe9er une intervention", "update_task", "Mettre \xe0 jour l'intervention", "delete_task", "Supprimer l'intervention", "approve_quote", "Approuver l'offre", "off", "Ferm\xe9", "when_paid", _s16_339, "expires_on", "Expiration le", "free", "Gratuit", "plan", "Plan", "show_sidebar", _s26_67, "hide_sidebar", _s25_83, "event_type", _s16_340, "target_url", "Cible", "copy", "Copier", "must_be_online", _s72_0, _s17_86, _s30_42, "api_webhooks", "API Webhooks", "search_webhooks", _s28_92, "search_webhook", _s22_127, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nouveau Webhook", "edit_webhook", _s17_236, "created_webhook", _s33_37, "updated_webhook", _s39_16, _s16_114, _s36_30, "deleted_webhook", _s37_39, "removed_webhook", _s35_37, _s16_115, _s37_40, _s17_87, _s48_4, _s16_116, _s49_2, _s16_117, _s47_9, _s17_88, "Les :value webhooks ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "api_tokens", "Jetons API", "api_docs", "Docs API", "search_tokens", _s26_68, "search_token", _s20_159, "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_38, "restored_token", _s35_38, "archived_tokens", _s46_16, "deleted_tokens", _s47_10, "restored_tokens", _s47_11, _s19_60, "Enregistrement d'un client", _s24_54, _s47_18, "email_invoice", _s31_49, "email_quote", "Envoyer cette offre par e-mail", "email_credit", "Cr\xe9dit par courriel", "email_payment", _s20_187, _s20_81, _s44_12, "ledger", "Grand livre", "view_pdf", "Voir PDF", "all_records", _s24_99, "owned_by_user", _s26_69, _s16_118, "Cr\xe9dit restant", "contact_name", "Nom du contact", "use_default", _s29_75, _s16_120, "Rappels infinis", "number_of_days", "Nombre de jours", _s23_34, "Configuration des d\xe9lais de paiements", "payment_term", _s17_237, _s16_121, _s25_95, _s17_90, _s29_81, _s20_82, "Le d\xe9lai de paiement a \xe9t\xe9 cr\xe9 avec succ\xe8s", _s20_83, "Le d\xe9lai de paiement a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s21_83, "Le d\xe9lai de paiement a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s20_84, "Le d\xe9lai de paiement a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s20_85, "Le d\xe9lai de paiement a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s21_84, "Le d\xe9lai de paiement a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s22_62, _s58_7, _s21_85, "Les :value d\xe9lais de paiement ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s22_63, "Les :value d\xe9lais de paiement ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "email_sign_in", _s22_150, "change", "Basculer", _s23_36, _s32_40, _s24_55, _s36_31, "send_from_gmail", _s18_208, "reversed", "Invers\xe9", "cancelled", "Annul\xe9", "credit_amount", _s17_213, "quote_amount", "Montant de l'offre", "hosted", "H\xe9berg\xe9", "selfhosted", "Auto-h\xe9berg\xe9", "exclusive", "Exclusif", "inclusive", "Inclusif", "hide_menu", "Masquer le menu", "show_menu", _s16_341, _s18_77, _s23_86, _s16_123, _s22_151, "search_designs", "Recherche de designs", "search_invoices", _s21_185, "search_clients", _s20_188, "search_products", _s21_186, "search_quotes", "Recherche des offres", "search_credits", _s20_160, "search_vendors", _s25_84, "search_users", _s24_111, _s16_124, _s25_85, "search_tasks", "Recherche d'intervention", "search_settings", _s23_96, "search_projects", _s20_189, "search_expenses", _s21_187, "search_payments", _s22_152, "search_groups", _s20_190, "search_company", "Recherche d'entreprises", "search_document", _s23_77, "search_design", _s21_167, "search_invoice", _s22_128, "search_client", _s21_168, "search_product", _s22_129, "search_quote", "Recherche de 1 offre", "search_credit", _s21_169, "search_vendor", "Recherche de 1 fournisseur", "search_user", _s26_70, "search_tax_rate", _s27_90, "search_task", "Recherche de 1 intervention", "search_project", _s21_170, "search_expense", _s22_130, "search_payment", _s23_78, "search_group", _s21_171, "refund_payment", "Remboursement", _s17_94, "La facture a \xe9t\xe9 annul\xe9e avec succ\xe8s", _s18_79, "Les factures ont \xe9t\xe9 annul\xe9es avec succ\xe8s", _s16_130, _s37_41, _s17_95, _s42_19, "reverse", "Inverse", "full_name", "Nom complet", _s17_96, "Ville/Canton/CP", _s17_98, "Ville/Canton/Code postal", "custom1", "Personnalisation 1", "custom2", "Personnalisation 2", "custom3", _s22_134, "custom4", _s23_97, "optional", "Optionnel", "license", "Licence", "purge_data", _s18_175, _s16_131, "Toutes les donn\xe9es de l'entreprise ont \xe9t\xe9 purg\xe9es avec succ\xe8s", _s18_80, _s93_0, "invoice_balance", _s16_372, "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", _s22_153, "company_address", _s23_79, "invoice_details", "D\xe9tails de facture", "quote_details", "Informations de l'offre", "credit_details", _s22_154, "product_columns", _s16_373, "task_columns", "Colonnes d'intervention", "add_field", _s16_342, "all_events", _s20_191, "permissions", "Permissions", "none", "Aucun", "owned", "Propri\xe9taire", "payment_success", "Paiement r\xe9ussi", "payment_failure", "Le paiement a \xe9chou\xe9", "invoice_sent", _s22_131, "quote_sent", "Offre envoy\xe9", "credit_sent", "Cr\xe9dit envoy\xe9", "invoice_viewed", "Facture visualis\xe9e", "quote_viewed", "Offre visualis\xe9e", "credit_viewed", "Cr\xe9dit visualis\xe9", "quote_approved", "Offre approuv\xe9e", _s25_46, _s33_39, _s16_132, _s19_134, "apply_license", _s18_176, "cancel_account", _s19_135, _s22_64, _s92_, "delete_company", _s22_155, _s22_65, _s62_4, "enabled_modules", "Modules activ\xe9s", "converted_quote", "L'offre a \xe9t\xe9 converti 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_29, "updated_design", _s38_23, "archived_design", _s35_39, "deleted_design", _s36_32, "removed_design", _s34_32, "restored_design", _s36_33, _s16_134, _s47_12, "deleted_designs", _s48_5, _s16_135, _s48_6, "proposals", "Propositions", "tickets", "Billets", _s16_136, "Offres r\xe9currentes", "recurring_tasks", "Intervention r\xe9currentes", _s18_81, _s17_238, "credit_date", "Date du cr\xe9dit", "credit", "Cr\xe9dit", "credits", "Cr\xe9dits", "new_credit", "Inscrire un cr\xe9dit", "edit_credit", _s16_345, "created_credit", "Le cr\xe9dit a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_credit", _s38_24, "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_33, "restored_credit", "Le cr\xe9dit a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s16_138, ":count cr\xe9dits ont archiv\xe9s avec succ\xe8s", "deleted_credits", ":count cr\xe9dits ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_139, _s48_7, "current_version", _s16_374, "latest_version", _s16_346, "update_now", "Mettre \xe0 jour", _s26_30, _s56_2, _s16_140, _s22_132, "app_updated", _s42_20, "learn_more", "En savoir plus", "integrations", "Int\xe9grations", "tracking_id", "ID de suivi", _s17_100, _s20_162, "credit_footer", _s24_112, "credit_terms", _s36_34, "new_company", _s19_158, "added_company", "L'entreprise a \xe9t\xe9 ajout\xe9e avec succ\xe8s", "company1", _s26_84, "company2", _s26_85, "company3", _s26_86, "company4", _s26_87, "product1", _s22_156, "product2", _s22_157, "product3", _s22_158, "product4", _s22_159, "client1", _s21_188, "client2", _s21_173, "client3", _s21_174, "client4", _s21_175, "contact1", _s22_160, "contact2", _s22_161, "contact3", _s22_162, "contact4", _s22_163, "task1", "Intervention personnalis\xe9e 1", "task2", "Intervention personnalis\xe9e 2", "task3", "Intervention personnalis\xe9e 3", "task4", "Intervention personnalis\xe9e 4", "project1", _s21_189, "project2", _s21_190, "project3", _s21_191, "project4", _s21_192, "expense1", _s23_98, "expense2", _s23_99, "expense3", _s23_100, "expense4", _s23_101, "vendor1", _s26_72, "vendor2", _s26_73, "vendor3", _s26_74, "vendor4", _s26_75, "invoice1", _s23_102, "invoice2", _s23_103, "invoice3", _s23_104, "invoice4", _s23_105, "payment1", _s23_106, "payment2", _s23_103, "payment3", _s23_104, "payment4", _s23_105, "surcharge1", _s25_97, "surcharge2", _s25_98, "surcharge3", _s25_99, "surcharge4", _s25_100, "group1", _s21_193, "group2", _s21_194, "group3", _s21_195, "group4", _s21_196, "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_87, _s29_76, _s17_102, _s22_164, "contact_phone", _s20_163, _s21_86, _s33_46, _s21_87, _s33_47, _s21_88, _s33_48, _s21_89, _s33_49, _s17_104, _s16_375, _s17_105, _s17_239, "shipping_city", _s18_209, "shipping_state", "Canton de livraison", _s20_86, _s24_113, _s16_170, _s17_240, _s16_172, _s18_210, _s16_173, _s19_159, "billing_city", _s20_192, "billing_state", "Canton de facturation", _s19_62, _s26_88, "billing_country", _s19_160, "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", _s22_165, "unpaid_invoice", "Facture impay\xe9e", "paid_invoice", "Facture pay\xe9e", _s16_174, "Offre non approuv\xe9", "help", "Aide", "refund", "Rembousement", "refund_date", _s21_197, "filtered_by", "Filtr\xe9e par", "contact_email", _s19_138, "multiselect", _s18_179, "entity_state", "Statut", "verify_password", _s24_100, "applied", "Appliqu\xe9", _s21_90, _s48_15, _s30_11, _s60_6, "message", "Message", "from", "De", _s20_88, _s31_50, _s25_48, _s78_, _s20_90, _s41_21, _s18_90, _s31_44, _s23_38, _s41_13, _s18_92, _s25_101, "support_forum", "Support Forums", "about", "\xc0 propos", "documentation", "Documentation", "contact_us", "Nous joindre", "subtotal", "Sous-total", "line_total", "Total", "item", "Article", "credit_email", _s23_107, "iframe_url", "Site web", "domain_url", "URL de domaine", _s21_91, _s30_50, _s20_91, "Le mot de passe doit contenir une majuscule et un nombre", _s19_64, "Interventions du portail client", _s23_39, _s33_40, _s20_92, _s26_89, "deleted_logo", "Le logo a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "yes", "Oui", "no", "Non", "generate_number", "G\xe9n\xe9rer un nombre", "when_saved", _s21_198, "when_sent", "Lors de l'envoi", "select_company", _s27_99, "float", "Flottant", "collapse", "R\xe9duire", "show_or_hide", _s18_211, "menu_sidebar", "Menu lat\xe9ral", "history_sidebar", _s18_180, "tablet", "Tablette", "mobile", "Mobile", "desktop", "Fixe", "layout", "Affichage", "view", "Visualiser", "module", "Module", "first_custom", _s20_164, "second_custom", _s19_139, "third_custom", _s22_134, "show_cost", _s16_376, _s17_107, _s30_51, "show_cost_help", _s58_10, _s21_92, _s31_51, _s26_32, _s52_9, _s21_94, _s31_52, _s26_33, _s61_4, _s21_96, _s29_82, _s26_34, _s43_8, _s16_176, _s19_140, _s21_98, _s60_7, "one_tax_rate", "Un taux de taxe", "two_tax_rates", _s17_215, "three_tax_rates", _s19_161, _s16_178, _s23_80, "user", "Utilisateur", "invoice_tax", "Taxe de facture", "line_item_tax", _s24_114, "inclusive_taxes", "Taxes incluses", _s17_109, _s23_108, "item_tax_rates", _s24_115, _s18_94, _s31_45, "configure_rates", _s22_166, _s18_95, _s26_76, "tax_settings", _s20_193, _s18_97, "Taux de taxe", "accent_color", _s27_91, "switch", "Changer", _s19_66, _s25_102, "options", "Options", _s16_180, _s21_199, "multi_line_text", "Multiligne de texte", "dropdown", _s16_347, "field_type", "Type de champ", _s27_45, _s61_5, "submit", "Envoyer", _s16_182, _s28_100, "late_fees", "Frais de retard", "credit_number", "Num\xe9ro de cr\xe9dit", "payment_number", _s18_181, "late_fee_amount", "Frais de retard", _s16_183, _s30_52, "before_due_date", _s16_377, "after_due_date", _s16_378, _s18_99, _s28_93, "days", "Jours", "invoice_email", _s23_109, "payment_email", _s20_187, "partial_payment", _s16_348, "payment_partial", _s16_348, _s21_99, _s28_101, "quote_email", "E-mail de l'offre", _s16_185, _s16_379, _s16_187, _s22_135, "administrator", "Administrateur", _s18_100, _s108_, "user_management", _s24_101, "users", "Utilisateurs", "new_user", _s18_182, "edit_user", _s20_165, "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", _s52_5, "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_189, _s19_141, "invoice_options", _s18_212, _s17_111, _s24_102, _s22_72, _s106_, _s23_41, _s18_183, _s28_30, _s43_9, _s16_191, _s22_167, _s16_192, _s28_102, "first_page", "premi\xe8re page", "all_pages", _s16_380, "last_page", "derni\xe8re page", "primary_font", "Fonte principale", "secondary_font", "Fonte secondaire", "primary_color", _s18_184, "secondary_color", _s18_185, "page_size", "Taille de page", "font_size", _s16_349, "quote_design", "Design de l'offre", "invoice_fields", _s17_218, "product_fields", "Champs produit", "invoice_terms", _s25_86, "invoice_footer", "Pied de facture", "quote_terms", "Conditions des offres", "quote_footer", "Pied de page des offres", _s18_101, _s17_241, _s23_42, _s75_1, _s18_102, "Autoarchivage", _s23_43, "Archiver automatiquement les offre lorsque converti en facture", _s18_103, "Autoconversion", _s23_44, "Convertir automatiquement une offre en facture d\xe8s qu'il est approuv\xe9.", _s17_113, _s29_77, "freq_daily", "Quotidienne", "freq_weekly", "Hebdomadaire", "freq_two_weeks", _s17_242, "freq_four_weeks", _s19_162, "freq_monthly", "Mensuelle", "freq_two_months", "Deux mois", _s17_115, "Trimestrielle", _s16_193, "4 mois", "freq_six_months", "Semestrielle", "freq_annually", "Annuelle", "freq_two_years", "Deux ans", _s16_194, "Trois ans", "never", "Jamais", "company", "Entreprise", _s17_116, "Nombres g\xe9n\xe9r\xe9s", "charge_taxes", _s18_213, "next_reset", _s23_81, "reset_counter", "Remettre \xe0 z\xe9ro le compteur", _s16_195, _s17_219, "number_padding", "Marge interne du nombre", "general", "G\xe9n\xe9ral", "surcharge_field", "Champ Surcharge", "company_field", _s16_381, "company_value", _s19_142, "credit_field", "Champ Cr\xe9dit", "invoice_field", "Champ Facture", _s17_118, _s20_194, "client_field", "Champ Client", "product_field", "Champ Produit", "payment_field", "Champ Paiement", "contact_field", "Champ Contact", "vendor_field", _s17_243, "expense_field", "Champ D\xe9pense", "project_field", "Champ Projet", "task_field", "Champ intervention", "group_field", "Champ Groupe", "number_counter", "Compteur de nombre", "prefix", "Pr\xe9fixe", "number_pattern", "Mod\xe8le de nombre", "messages", "Messages", "custom_css", _s16_351, _s17_120, _s23_82, _s16_197, _s19_143, _s21_101, "Afficher la signature du client sur la facture/offre PDF.", _s25_54, _s48_8, _s30_12, _s74_0, _s23_45, "Case \xe0 cocher pour les conditions de l'offre", _s28_31, "Requiert du client qu'il confirme et accepte les conditions de l'offre", _s25_55, _s20_166, _s30_13, _s32_41, _s23_46, _s20_167, _s22_74, _s42_21, _s27_46, _s159_, "authorization", "Autorisation", "subdomain", "sous-domaine", "domain", "Domaine", "portal_mode", "Mode portail", "email_signature", "Cordialement,", _s24_56, _s98_, "plain", "Ordinaire", "light", "Clair", "dark", "Fonc\xe9", "email_design", _s18_186, "attach_pdf", "Joindre un PDF", _s16_198, _s19_163, "attach_ubl", "Joindre UBL", "email_style", _s17_244, _s19_68, _s21_200, "reply_to_email", _s19_164, "reply_to_name", "Nom de R\xe9pondre \xc0", "bcc_email", "Courriel CCI", "processed", "Trait\xe9", "credit_card", "Carte de cr\xe9dit", "bank_transfer", _s17_220, "priority", "Priorit\xe9", "fee_amount", _s17_221, "fee_percent", _s21_176, "fee_cap", _s16_352, "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_69, _s26_77, "credentials", "Identifiants", "update_address", _s24_116, _s19_71, _s61_6, "rate", "Taux", "tax_rate", "Taux de taxe", "new_tax_rate", _s20_168, "edit_tax_rate", _s22_136, _s16_200, "Le taux de taxe a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s16_201, "Le taux de taxe a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s17_123, "Le taux de taxe a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s16_202, _s42_22, _s17_124, _s42_23, _s18_104, _s53_4, _s17_125, _s54_5, _s18_105, _s54_6, "fill_products", _s36_50, _s18_106, _s80_, "update_products", _s36_51, _s20_96, _s65_2, _s16_203, _s22_137, _s21_102, _s71_1, "fees", "Frais", "limits", "Limites", "provider", "Fournisseur", "company_gateway", _s22_138, _s16_205, _s23_110, _s19_72, _s19_144, _s20_97, _s20_169, _s23_47, _s37_42, _s23_48, _s43_5, _s24_57, _s40_12, _s23_49, _s41_15, _s24_58, _s41_16, _s25_57, _s52_6, _s24_59, _s53_5, _s25_58, _s53_6, _s16_207, _s19_165, "discard_changes", _s23_111, "default_value", _s17_245, "disabled", "D\xe9sactiv\xe9", "currency_format", _s16_353, _s21_103, _s26_90, _s23_50, _s23_83, "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_222, "military_time", _s19_166, _s18_107, "Affichage 24h", "send_reminders", _s19_145, "timezone", "Fuseau horaire", _s19_73, _s18_187, _s17_126, _s18_188, _s19_75, _s19_167, _s18_108, _s18_214, _s18_110, _s23_112, "group_settings", "Param\xe8tres des groupes", "group", "Groupe", "groups", "Groupes", "new_group", "Nouveau groupe", "edit_group", _s16_354, "created_group", _s32_30, "updated_group", _s38_25, "archived_groups", _s47_13, "deleted_groups", _s48_9, "restored_groups", _s48_10, "archived_group", _s35_40, "deleted_group", _s36_35, "restored_group", _s36_36, "upload_logo", _s18_215, "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_209, _s23_113, "device_settings", _s24_103, "defaults", "Par d\xe9faut", "basic_settings", _s18_189, _s17_128, _s18_190, "company_details", "Informations sur l'entreprise", "user_details", _s18_216, "localization", _s20_195, "online_payments", _s18_191, "tax_rates", "Taux de TVA", "notifications", "Notifications", "import_export", _s19_168, "custom_fields", _s20_171, "invoice_design", _s19_169, "buy_now_buttons", _s26_78, "email_settings", _s22_168, _s23_52, _s18_217, _s22_75, _s27_92, _s19_77, _s25_87, "price", "Prix", "email_sign_up", _s24_117, "google_sign_up", _s23_84, _s27_50, _s21_201, "redeem", "Rembourser", "back", "Retour", "past_purchases", _s17_246, _s19_79, _s17_223, "pro_plan", "Plan Pro", "enterprise_plan", "Plan Entreprise", "count_users", _s19_170, "upgrade", "Mettre \xe0 niveau", _s25_59, "Veuillez entrer votre pr\xe9nom", _s24_60, "Veuillez entrer votre nom", _s33_30, _s91_, "i_agree_to_the", "J'accepte", _s16_211, _s24_104, "privacy_policy", _s28_95, "sign_up", "Inscription", "account_login", "Connexion", "view_website", _s19_171, "create_account", "Cr\xe9er un compte", "email_login", _s21_202, "create_new", "Cr\xe9er", _s18_112, _s32_31, _s21_106, _s49_6, "download", "T\xe9l\xe9charger", _s27_51, _s29_83, "take_picture", _s16_382, "upload_files", "Upload Files", "document", "Justificatifs", "documents", "Documents", "new_document", _s16_383, "edit_document", _s18_218, _s17_130, "Le document a \xe9t\xe9 t\xe9l\xe9vers\xe9 avec succ\xe8s", _s16_213, "Le document a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s17_131, "Le document a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s16_214, _s38_26, _s17_132, _s38_27, _s18_114, _s49_3, _s17_133, _s50_14, _s18_115, _s50_15, "no_history", _s16_384, "expense_date", _s18_192, "pending", "En attente", _s16_215, "Connect\xe9", _s16_216, "En attente", _s16_217, "Factur\xe9", "converted", "Convertie", _s24_62, _s34_34, "exchange_rate", "Taux de change", _s16_218, _s20_196, "mark_paid", "Marquer pay\xe9e", "category", "Cat\xe9gorie", "address", "Adresse", "new_vendor", _s19_146, "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_219, ":count fournisseurs ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", "deleted_vendors", ":count fournisseurs ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_220, _s53_7, "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_221, "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_222, "La d\xe9pense a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s17_134, "Les d\xe9penses ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s16_223, "Les d\xe9penses ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s17_135, _s50_16, "copy_shipping", _s16_385, "copy_billing", _s18_195, "design", "Conception", _s21_107, _s26_91, "invoiced", "Factur\xe9e", "logged", "Enregistr\xe9e", "running", "En cours", "resume", "Continuer", "task_errors", _s56_3, "start", "D\xe9marrer", "stop", "Arr\xeater", "started_task", "L'intervention a d\xe9mar\xe9 avec succ\xe8s", "stopped_task", "L'intervention a \xe9t\xe9 arr\xeat\xe9e avec succ\xe8s", "resumed_task", "L'intervention a \xe9t\xe9 reprise avec succ\xe8s", "now", "Maintenant", _s16_224, "D\xe9marrage d'intervention 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 intervention", "created_task", "L'intervention a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", "updated_task", "L'intervention a \xe9t\xe9 modifi\xe9e avec succ\xe8s", "archived_task", "L'intervention a \xe9t\xe9 archiv\xe9e avec succ\xe8s", "deleted_task", "L'intervention a \xe9t\xe9 supprim\xe9e avec succ\xe8s", "restored_task", "L'intervention a \xe9t\xe9 restaur\xe9e avec succ\xe8s", "archived_tasks", ":count interventions ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", "deleted_tasks", ":count interventions ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", "restored_tasks", _s55_4, _s19_81, _s22_139, "budgeted_hours", _s16_355, "created_project", _s32_32, "updated_project", _s39_17, _s16_226, _s35_41, "deleted_project", _s36_37, _s16_227, "Le projet a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s17_136, ":count projets ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s16_228, ":count projets ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s17_137, _s48_11, "new_project", "Nouveau projet", _s27_55, _s27_100, "if_you_like_it", _s27_93, "click_here", "cliquez ici", _s18_116, "Cliquez ici", "to_rate_it", "pour l'\xe9valuer.", "average", "Moyenne", "unapproved", "Non approuv\xe9", _s30_18, _s49_4, "locked", "Verrouill\xe9", "authenticate", "Connexion", _s19_83, _s23_85, _s24_64, _s21_177, "footer", "Pied de page", "compare", "Comparer", "hosted_login", _s18_219, "selfhost_login", _s22_169, "google_sign_in", _s21_178, "today", "Aujourd'hui", "custom_range", "Personnalis\xe9", "date_range", _s19_147, "current", "En cours", "previous", "Pr\xe9c\xe9dent", "current_period", _s16_386, _s17_138, _s22_170, "previous_period", _s18_196, "previous_year", _s16_356, "compare_to", "Comparer \xe0", "last7_days", _s16_357, "last_week", _s16_387, "last30_days", _s17_224, "this_month", "Mois en cours", "last_month", "Mois dernier", "this_year", "Cette ann\xe9e", "last_year", "Derni\xe8re ann\xe9e", "all_time", "Tout le temps", "custom", "Personnalis\xe9", _s16_229, "Cloner en facture", "clone_to_quote", "Cloner en offre", "clone_to_credit", "Cloner au cr\xe9dit", "view_invoice", "Voir la facture", "convert", "Convertir", "more", "Plus", "edit_client", _s18_220, "edit_product", _s19_172, "edit_invoice", _s19_148, "edit_quote", "\xc9diter cette offre", "edit_payment", _s20_197, "edit_task", "\xc9diter l'intervention", "edit_expense", _s17_247, "edit_vendor", _s21_179, "edit_project", _s16_388, _s20_99, "\xc9diter l'offre r\xe9currente", "billing_address", _s22_140, _s16_231, _s20_198, "total_revenue", "Revenu total", "average_invoice", "Facture moyenne", "outstanding", "Impay\xe9es", "invoices_sent", _s24_105, "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_233, _s23_114, _s23_53, _s30_53, _s26_43, _s34_41, _s21_110, _s25_103, _s26_45, _s33_50, "ascending", "Ascendant", "descending", "Descendant", "save", "Enregistrer", _s17_140, _s20_199, "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_85, _s35_42, "error", "Erreur", _s16_235, _s20_172, "contacts", "Contacts", "additional", "Additionnel", "first_name", "Pr\xe9nom", "last_name", "Nom", "add_contact", _s18_197, "are_you_sure", _s44_13, "cancel", "Annuler", "ok", "Ok", "remove", "Retirer", _s16_237, _s24_118, "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_239, "Le produit a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_product", _s37_43, _s16_240, "Le produit a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s17_142, _s36_38, _s16_241, ":count produits ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s17_143, _s49_5, "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_242, _s35_43, "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_243, _s48_12, "address1", "Rue", "address2", _s20_200, "city", "Ville", "state", "Canton", "postal_code", "Code postal", "country", "Pays", "invoice", "Facture", "invoices", "Factures", "new_invoice", _s16_358, "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_244, "La facture a \xe9t\xe9 archiv\xe9e avec succ\xe8s", "deleted_invoice", "La facture a \xe9t\xe9 supprim\xe9e avec succ\xe8s", _s16_245, "La facture a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s17_144, ":count factures ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s16_246, _s38_28, _s17_145, "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", _s19_173, "discount", "Escompte", "po_number", _s21_181, "terms", "Modalit\xe9s", "public_notes", "Notes publiques", "private_notes", _s18_198, "frequency", "Fr\xe9quence", "start_date", "Date de d\xe9but", "end_date", "Date de fin", "quote_number", "N\xb0 de l'offre", "quote_date", "Date de l'offre", "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", _s18_221, "contact", "Contact", "work_phone", "T\xe9l\xe9phone", "total_amount", "Montant total", "pdf", "PDF", "due_date", "\xc9ch\xe9ance", _s16_247, _s35_50, "paid_date", _s19_149, "status", "Statut", _s17_146, _s18_222, "quote_status", "\xc9tat de l'offre", _s22_76, _s33_51, _s22_78, _s35_44, "count_selected", _s19_174, "total", "Total", "percent", "Pourcent", "edit", "Modifier", "dismiss", "Annuler", _s20_101, _s24_119, _s22_79, _s31_45, _s24_66, _s33_52, "task_rate", "Taux d'intervention", "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_20, _s36_52, _s27_59, "Veuillez saisir un num\xe9ro de l'offre", "past_due", "En retard", "draft", "Brouillon", "sent", "Envoy\xe9", "viewed", "Vue", "approved", "Approuv\xe9e", "partial", "Partiel / d\xe9p\xf4t", "paid", "Pay\xe9", "mark_sent", _s20_173, _s22_81, "La facture a \xe9t\xe9 marqu\xe9e comme envoy\xe9e avec succ\xe8s", _s22_82, _s35_21, _s23_55, "Les factures ont \xe9t\xe9 marqu\xe9es comme envoy\xe9es avec succ\xe8s", _s23_56, _s36_15, "done", "Finalis\xe9", _s37_22, _s46_18, "dark_mode", "Mode fonc\xe9", _s27_61, _s51_16, "refresh_data", _s22_171, "blank_contact", "Contact vide", "activity", "Activit\xe9", _s16_249, _s27_101, "clone", "Dupliquer", "loading", "Chargement", "industry", "Entreprise", "size", "Taille", "payment_terms", "D\xe9lais de paiement", "payment_date", _s16_360, "payment_status", _s16_361, _s16_251, "Em attente", _s16_252, "Annul\xe9e", _s16_253, "\xc9chou\xe9e", _s16_254, "Compl\xe9t\xe9e", _s16_255, "Partiellement rembours\xe9e", _s16_256, "Rembours\xe9e", _s17_147, "Non appliqu\xe9", _s17_148, _s27_96, "net", "Net", "client_portal", "Portail client", "show_tasks", "Afficher les interventions", "email_reminders", _s18_223, "enabled", "Activ\xe9", "recipients", "destinataires", "initial_email", _s16_362, "first_reminder", "1er rappel", "second_reminder", "2e rappel", "third_reminder", "3e rappel", "reminder1", "Premier rappel", "reminder2", "Deuxi\xe8me rappel", "reminder3", _s16_363, "template", "Mod\xe8le", "send", "Envoyer", "subject", "Sujet", "body", "Corps", "send_email", _s19_175, "email_receipt", _s50_21, "auto_billing", _s23_87, "button", "Bouton", "preview", _s16_389, "customize", _s16_390, "history", "Historique", "payment", "Paiement", "payments", "Paiements", "refunded", "Rembours\xe9e", "payment_type", _s16_336, _s21_112, "N\xb0 de r\xe9f\xe9rence", "enter_payment", _s20_201, "new_payment", _s20_201, "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_257, "Le paiement a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_payment", "Le paiement a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s16_258, "Le paiement a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s17_149, ":count paiements ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s16_259, ":count paiements ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s17_150, _s50_17, "quote", "Offre", "quotes", "Offres", "new_quote", "Nouvelle offre", "created_quote", "Offre cr\xe9\xe9e avec succ\xe8s", "updated_quote", "Offre mise \xe0 jour avec succ\xe8s", "archived_quote", "Offre archiv\xe9e avec succ\xe8s", "deleted_quote", "Offre supprim\xe9e avec succ\xe8s", "restored_quote", "Offre restaur\xe9e avec succ\xe8s", "archived_quotes", ":count offres archiv\xe9es avec succ\xe8s", "deleted_quotes", ":count offres supprim\xe9es avec succ\xe8s", "restored_quotes", "Les :value offres ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", "expense", "D\xe9pense", "expenses", "D\xe9penses", "vendor", "Fournisseur", "vendors", "Fournisseurs", "task", "Intervention", "tasks", "Interventions", "project", "Projet", "projects", "Projets", "activity_1", _s30_43, "activity_2", _s33_41, "activity_3", _s34_35, "activity_4", _s32_33, "activity_5", _s38_29, "activity_6", _s71_2, "activity_7", ":contact a visualis\xe9 la facture :invoice pour :client", "activity_8", _s35_45, "activity_9", _s36_39, "activity_10", ":user a saisi le paiement :payment pour :payment_montant sur la facture :invoice pour :client", "activity_11", _s39_27, "activity_12", _s36_53, "activity_13", _s37_47, "activity_14", _s31_53, "activity_15", _s36_40, "activity_16", _s33_42, "activity_17", _s34_36, "activity_18", ":user a cr\xe9\xe9 l'offre :quote", "activity_19", ":user a mis \xe0 jour l'offre :quote", "activity_20", ":user a envoy\xe9 par courriel l'offre :quote pour :client \xe0 :contact", "activity_21", ":contact a visualis\xe9 l'offre :quote", "activity_22", ":user a archiv\xe9 l'offre :quote", "activity_23", ":user a supprim\xe9 l'offre :quote", "activity_24", ":user a restaur\xe9 l'offre :quote", "activity_25", _s36_41, "activity_26", _s34_37, "activity_27", _s37_44, "activity_28", _s34_38, "activity_29", ":contact a approuv\xe9 l'offre :quote pour :client", "activity_30", _s35_46, "activity_31", _s38_30, "activity_32", _s39_18, "activity_33", _s39_19, "activity_34", _s32_34, "activity_35", _s35_47, "activity_36", _s36_42, "activity_37", _s36_43, "activity_39", _s54_8, "activity_40", _s71_3, "activity_41", _s50_18, "activity_42", ":user a cr\xe9\xe9 l'intervention :task", "activity_43", ":user a mis \xe0 jour l'intervention :task", "activity_44", ":user a archiv\xe9 l'intervention :task", "activity_45", ":user a supprim\xe9 l'intervention :task", "activity_46", ":user a restaur\xe9 l'intervention :task", "activity_47", _s38_31, "activity_48", _s32_35, "activity_49", _s38_32, "activity_50", _s35_48, "activity_51", _s36_44, "activity_52", _s36_45, "activity_53", _s48_13, "activity_54", _s21_203, "activity_55", _s36_54, "activity_56", ":user a vu le billet :ticket", "activity_57", _s64_3, "activity_58", _s35_49, "activity_59", _s34_39, "activity_60", ":contact a vu l'offre :quote", "activity_61", _s36_46, "activity_62", _s41_17, "activity_63", _s69_1, "activity_64", _s70_0, "activity_65", _s71_0, "activity_66", _s70_1, "activity_80", _s39_20, "activity_81", _s45_15, "activity_82", _s42_24, "activity_83", _s43_6, "activity_84", _s43_7, _s17_151, _s27_95, "emailed_quote", "Offre envoy\xe9e par e-mail avec succ\xe8s", "emailed_credit", "Le cr\xe9dit a envoy\xe9 par courriel avec succ\xe8s", _s20_103, "L'offre a \xe9t\xe9 marqu\xe9 comme envoy\xe9 avec succ\xe8s", _s21_114, "Le cr\xe9dit a \xe9t\xe9 marqu\xe9 comme envoy\xe9 avec succ\xe8s", "expired", "Expir\xe9", "all", "Tous", "select", "S\xe9lectionner", _s22_83, _s34_40, "custom_value1", _s22_142, "custom_value2", _s22_143, "custom_value3", _s22_144, "custom_value4", _s22_145, _s18_117, _s30_45, _s24_71, _s39_21, _s29_46, _s41_22, _s27_66, _s39_28, _s31_24, "Message personnalis\xe9 pour offre non approuv\xe9", "lock_invoices", _s24_106, "translations", "Traductions", _s19_86, "Mod\xe8le du num\xe9ro d'intervention", _s19_88, "Compteur du num\xe9ro d'intervention\xa0", _s22_85, _s27_102, _s22_87, _s29_84, _s21_115, _s31_54, _s21_117, _s33_53, _s21_119, _s26_92, _s21_121, _s28_103, _s22_89, _s28_104, _s22_91, _s30_54, _s22_93, _s27_103, _s22_95, _s29_79, _s20_104, "Mod\xe8le du num\xe9ro de l'offre", _s20_106, "Compteur du num\xe9ro de l'offre", _s21_123, _s26_93, _s21_125, _s28_105, _s21_127, _s26_93, _s21_128, _s28_105, _s18_119, _s33_44, "counter_padding", _s22_146, _s28_66, "Compteur partag\xe9 pour les factures et les offre", _s18_121, _s24_120, _s18_123, _s25_104, _s18_125, _s24_121, _s18_127, _s25_105, _s18_129, _s24_122, _s18_131, _s25_106, _s21_129, _s28_106, _s19_90, "Objet du courriel de l'offre", _s21_131, _s29_85, _s29_48, _s37_48, "show_table", "Affiche la table", "show_list", _s17_248, "client_city", "Ville du client", "client_state", "Canton du client", "client_country", "Pays du client", _s16_260, "Client actif", "client_balance", "Solde du client", "client_address1", "Rue du clients", "client_address2", _s22_147, "vendor_address1", _s18_199, "vendor_address2", _s18_225, _s24_73, _s16_391, _s24_74, _s35_51, "type", "Type", "invoice_amount", _s21_180, _s16_264, "\xc9ch\xe9ance", "tax_rate1", "Taux de taxe 1", "tax_rate2", "Taux de taxe 2", "tax_rate3", "Taux de taxe 3", "auto_bill", _s23_87, "archived_at", "Archiv\xe9 \xe0", "has_expenses", "A D\xe9penses", "custom_taxes1", _s22_172, "custom_taxes2", _s22_173, "custom_taxes3", _s22_174, "custom_taxes4", _s22_175, _s17_153, _s25_97, _s17_154, _s25_98, _s17_155, _s25_99, _s17_156, _s25_100, "is_deleted", "Est supprim\xe9", "vendor_city", _s20_174, "vendor_state", "Canton du fournisseur", "vendor_country", _s19_150, "is_approved", "Est approuv\xe9", "tax_name", "Nom de la taxe", "tax_amount", "Montant de taxe", "tax_paid", "Taxe pay\xe9e", "payment_amount", _s19_151, "age", "\xc2ge", "is_running", "En cours", "time_log", _s16_364, "bank_id", "Banque", _s19_92, _s26_80, _s16_265, _s20_175, _s19_94, _s30_46, "tax_name1", _s16_365, "tax_name2", _s16_366, "tax_name3", "Nom de taxe 3", "transaction_id", _s17_225, _s18_133, _s18_134, _s16_266, _s16_267], t1, t1), "de", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "Wiederkehrend", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "\xd6ffentlich", "private", "Privat", "image", "Image", "other", "Andere", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Trennen", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Steuerdetails", _s18_0, _s66_, _s18_1, _s63_, _s20_0, "Standard Zahlungsart", _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, "Abrechenbare Aufgaben anzeigen", "credit_item", "Gutschriftsposition", "files", "Dateien", "camera", "Kamera", "gallery", "Gallerie", _s20_2, ":count Rechnungen versenden", _s16_1, "Projektstandort", _s29_0, "Rechnungspositionsbeschreibung", _s34_, _s50_, "next_send_time", "N\xe4chster Versandzeitpunkt", _s20_3, "Das Zertifikat wurde erfolgreich hochgeladen", "certificate_set", "Zertifikat hochgeladen", _s19_, "Zertifikat nicht hochgeladen", "passphrase_set", "Passwort eingegeben", _s18_4, "Passwort nicht gesetzt", _s18_6, "Zertifikat hochladen", _s22_, "Zertifikat Passwort", "rename", "Umbenennen", _s16_3, "Dokument erfolgreich umbenannt", "e_invoice", "E-Rechnung", "light_dark_mode", "Tag-/Nachtmodus", "activities", "Aktivit\xe4ten", "routing_id", "Leitweg-ID", _s16_4, "Aktiviere E-Rechnung", "e_invoice_type", "E-Rechnungsstandard", "reduced_tax", "Reduzierte Mehrwertsteuer", "override_tax", "Steuer \xfcberschreiben", "zero_rated", "Steuerbefreit", "reverse_tax", "Innergemeinschaftliche Lieferung", _s20_4, "Steuerkategorie erfolgreich aktualisiert", _s22_1, "Steuerkategorien erfolgreich aktualisiert", _s16_6, "Steuerkategorie setzen", "payment_manual", "Zahlungshandbuch", "tax_category", "Steuerkategorie", "physical_goods", "Physische G\xfcter", _s16_8, "Digitale Produkte", "services", "Dienstleistungen", "shipping", "Versand", "tax_exempt", "Steuerbefreit", "reduced_rate", "Reduzierte Rate", "tax_all", "Alles besteuern", "tax_selected", "Steuer ausgew\xe4hlt", "version", "Ausf\xfchrung", _s16_10, "Unterregion des Verk\xe4ufers", "calculate_taxes", "Steuern berechnen", _s20_5, _s80_0, "admin", "Admin", "owner", "Eigent\xfcmer", "link_expenses", "Link Ausgabe", _s24_3, _s31_55, _s25_1, "Konvertierter Zahlungssaldo", "total_hours", "Gesamtstunden", _s16_12, "Verwenden Sie +days, um das Datum in die Zukunft zu legen", _s18_8, "Nutze den PDF-Viewer des Browsers", _s23_, "Warnung: Verhindert die Interaktion mit der App \xfcber PDF-Datei", "increase_prices", "Preise erh\xf6hen", "update_prices", "Preise aktualisieren", "incresed_prices", "Erfolgreich in die Warteschlange gestellte Preise, die erh\xf6ht werden sollen", "updated_prices", "Preise wurden erfolgreich in die Warteschlange gestellt, um aktualisiert zu werden", "bacs", "BACS-Lastschrift", "api_token", "API-Token", "api_key", "API-Schl\xfcssel", "endpoint", "Endpunkt", "billable", "Abrechenbar", "not_billable", "Nicht abrechenbar", _s25_3, "Kostenpflichtige Aufgabenelemente zulassen", _s30_, "Aktivieren Sie die Konfiguration, welche Aufgabenelemente in Rechnung gestellt werden", _s26_, "Aufgabenelementbeschreibung anzeigen", _s31_, "Aktivieren Sie die Angabe von Aufgabenelementbeschreibungen", "email_record", "E-Mail-Datensatz", _s23_0, "Rechnungsproduktspalten", _s21_1, "Produktspalten zitieren", _s22_3, "Mindestzahlungsbetrag", _s25_5, "Vom Kunden initiierte Zahlungen", _s30_0, "Unterst\xfctzung bei der Durchf\xfchrung einer Zahlung im Kundenportal ohne Rechnung", _s27_, "Rechnungs-/Angebotsspalten teilen", "cc_email", "CC-E-Mail", "payment_balance", "Zahlungsbilanz", _s22_5, "Benutzern Zugriff auf die Berichte gew\xe4hren, Daten sind auf verf\xfcgbare Berechtigungen beschr\xe4nkt", "activity_138", "Zahlung :payment wurde per E-Mail an den Kunden :client", _s17_, "Einmalige Produkte", _s26_1, "Optionale einmalige Produkte", "required", "Erforderlich", "hidden", "Versteckt", "payment_links", "Zahlungslinks", "action", "Aktion", _s32_, "Upgrade auf einen kostenpflichtigen Plan zur Erstellung von Zeitpl\xe4nen", "next_run", "N\xe4chster Durchlauf", "all_clients", "Alle Kunden", _s16_13, "Alterungstabelle anzeigen", _s19_1, "Tabelle der Zahlungen anzeigen", _s26_3, "Nur Kunden mir Rechnungen", "email_statement", "E-Mail-Erkl\xe4rung", "once", "Einmal", "schedule", "Zeitgesteuert", "schedules", "Zeitpl\xe4ne", "new_schedule", "Neuer Zeitplan", "edit_schedule", "Zeitplan bearbeiten", _s16_15, "Erfolgreich neuen Zeitplan erstellt", _s16_16, "Zeitplan erfolgreich aktualisiert", _s17_1, "Erfolgreich Zeitplan archiviert", _s16_17, "Zeitplan erfolgreich gel\xf6scht", _s16_18, "Zeitplan erfolgreich entfernt", _s17_2, "Zeitplan erfolgreich wiederhergestellt", "search_schedule", "Zeitplan suchen", _s16_19, "Suchpl\xe4ne", "archive_payment", "Zahlung archivieren", "archive_invoice", "Rechnung archivieren", "archive_quote", "Angebot archivieren", "archive_credit", "Gutschrift archivieren", "archive_task", "Aufgabe archivieren", "archive_client", "Kunde archivieren", "archive_project", "Projekt archivieren", "archive_expense", "Ausgabe archivieren", "restore_payment", "Zahlung wiederherstellen", "restore_invoice", "Rechnung wiederherstellen", "restore_quote", "Angebot wiederherstellen", "restore_credit", "Gutschrift wiederherstellen", "restore_task", "Aufgabe wiederherstellen", "restore_client", "Kunde wiederherstellen", "restore_project", "Projekt wiederherstellen", "restore_expense", "Ausgabe Wiederherstellen", "archive_vendor", "Lieferant archivieren", "restore_vendor", "Lieferant wiederherstellen", "create_product", "Produkt erstellen", "update_product", "Produkt aktualisieren", "delete_product", "Produkt l\xf6schen", "restore_product", "Produkt wiederherstellen", "archive_product", "Produkt archivieren", _s21_3, "Bestellung erstellen", _s21_5, "Bestellung aktualisieren", _s21_7, "Bestellung l\xf6schen", _s22_6, "Bestellung wiederherstellen", _s22_8, "Bestellung archivieren", "sent_invoice", "Rechnung gesendet", "sent_quote", "Angebot gesendet", "sent_credit", _s19_176, _s19_3, _s19_177, "image_url", "Bild URL", "max_quantity", "Maximale Menge", "test_url", "Test-URL", _s18_9, _s27_104, _s20_6, "Option wird angezeigt, aber nicht ausgew\xe4hlt", _s21_9, "Option wird angezeigt und ausgew\xe4hlt", _s21_10, _s27_104, "payment_methods", "Zahlungsarten", "view_all", "Alle anzeigen", "edit_all", "Alle bearbeiten", _s28_0, "Bestellungsnummer akzeptieren", _s33_1, "Kunden die M\xf6glichkeit geben, eine Bestellnummer anzugeben, wenn sie ein Angebot genehmigen", "from_email", "Absender-E-M;ail", "show_preview", "Vorschau anzeigen", "show_paid_stamp", "'Bezahlt' Stempel anzeigen", _s21_11, "Lieferadresse anzeigen", _s24_5, "In den ausgew\xe4hlten Datens\xe4tzen befinden sich keine Dokumente zum Herunterladen", "pixels", "Pixel", "logo_size", "Logogr\xf6\xdfe", "postal_city", "PLZ/Stadt", "failed", "Fehlgeschlagen", "client_contacts", "Kundenkontakte", "sync_from", "Synchronisieren von", _s19_6, "Inventargrenzwert", "hour", "Stunde", _s17_3, "Erfolgreich in die Versandwarteschlange eingereiht", _s17_4, "E-Mail Fu\xdfzeile anzeigen", _s18_10, "Aufgabenstunden in Rechnung stellen", _s23_2, "F\xfcgen Sie die Stunden zu den Rechnungspositionen hinzu.", _s27_1, "Auto Bill Standardrechnungen", _s28_2, "Wiederkehrende Rechnungen automatisch abrechnen", "email_alignment", "E-Mail Ausrichtung", _s20_7, "PDF Vorschau Ort", "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, "Klicke + um einen Eintrag hinzuzuf\xfcgen", "last365_days", "Letzte 365 Tage", "import_design", "Design importieren", "imported_design", "Design wurde erfolgreich importiert", "invalid_design", "Das Design ist ung\xfcltig, die Sekion :value is missing", _s17_6, "M\xf6chtest Sie ein Logo hochladen?", "upload", "Hochladen", _s17_7, "Installierte Version", _s23_3, "Benachrichtige Lieferant bei Zahlung", _s28_5, "Sende eine E-Mail an den Lieferanten wenn die Ausgabe als bezahlt markiert ist", "update_payment", "Zahlung aktualisieren", "markup", "Aufschlag", _s22_10, "Bestellung erstellt", _s19_8, _s19_177, _s21_13, "Bestellung angeschaut", _s23_5, "Bestellung angenommen", _s20_9, "Der Gutschriftsbetrag darf nicht gr\xf6\xdfer sein als der Auszahlungsbetrag", "klarna", "Klarna", _s29_7, "Legen Sie einen Wechselkurs fest, wenn Sie eine manuelle Zahlung eingeben", _s29_8, "Legen Sie beim Erstellen einer Ausgabe einen Wechselkurs fest", "matomo_url", "Matomo URL", "matomo_id", "Matomo ID", _s21_15, "Zur Rechnung hinzuf\xfcgen", _s25_7, "Automatische E-Mail versenden, wenn eine Online-Zahlung erfolgt ist", _s25_8, "Automatische E-Mail versenden, wenn eine Zahlung manuell best\xe4tigt wurde", _s28_6, "Automatische E-Mail versenden, wenn eine Rechnung als bezahlt markiert wurde", "delete_project", "Projekt l\xf6schen", _s18_12, "Erfolgreich verkn\xfcpfte Transaktion", "link_payment", "Link Zahlung", "link_expense", "Link Ausgabe", _s19_10, "In Rechnung gestellte Aufgaben sperren", _s24_6, "Verhindern, dass Aufgaben nach der Rechnungsstellung bearbeitet werden", _s21_16, "Registrierung erforderlich", _s26_6, "Kunden zur Registrierung verpflichten", _s24_7, "Bestandsverwaltung verwenden", _s29_9, "Produkte m\xfcssen auf Lager sein", _s17_9, "Optionale Produkte", _s27_5, "Optionale wiederkehrende Produkte", "convert_matched", "Konvertieren", _s19_12, "Erfolgreich in die Warteschlange gestellte Rechnung f\xfcr die automatische Rechnungsstellung", _s20_10, "Erfolgreich in die Warteschlange gestellte Rechnungen f\xfcr die automatische Rechnungsstellung", "operator", "Bediener", "value", "Wert", "is", "Ist", "contains", "Enth\xe4lt", "starts_with", "Beginnt mit", "is_empty", "Ist leer", "add_rule", "Regel hinzuf\xfcgen", "match_all_rules", "Alle Regeln erf\xfcllen", _s20_11, "Alle Kriterien m\xfcssen \xfcbereinstimmen, damit die Regel angewendet werden kann", _s17_11, "Passende Transaktionen automatisch in Ausgaben umwandeln", "rules", "Regeln", _s16_21, "Transaktionsregel", _s17_12, "Transaktionsregeln", _s20_12, "Neue Transaktionsregel", _s21_18, "Transaktionsregel bearbeiten", _s24_9, "Regel erfolgreich erstellt", _s24_10, "Transaktionsregel erfolgreich aktualisiert", _s25_10, "Transaktionsregel erfolgreich archiviert", _s24_11, "Transaktionsregel erfolgreich gel\xf6scht", _s24_12, "Transaktionsregel erfolgreich entfernt", _s25_11, "Transaktionsregel erfolgreich wiederhergestellt", _s23_7, "Transaktionsregel suchen", _s24_13, "Transaktionsregeln suchen", _s21_20, "Als Standardbedingungen speichern", _s22_12, "Als Standard-Fu\xdfzeile speichern", "auto_sync", "Autom. Synchronisation", _s16_23, "Konten aktualisieren", _s31_2, "Upgrade auf Enterprise zur Anbindung Ihres Bankkontos", _s34_0, "Klicken Sie hier, um Ihr Bankkonto zu verbinden", "disable_2fa", "Deaktivierung 2FA", "change_number", "Nummer \xe4ndern", "resend_code", "Code erneut senden", "base_type", "Basis-Typ", "category_type", "Kategorie-Typ", _s16_25, "Transaktion", "bulk_print", "PDF ausdrucken", _s18_13, "Postleitzahl des Lieferanten", _s16_26, "Vorschau des Standorts", "bottom", "Unten", "side", "Seite", "pdf_preview", "PDF Vorschau", _s20_14, "F\xfcr Auswahl lange dr\xfccken", _s21_22, "Bestellnummer", _s19_13, "Bestellposition", _s22_14, "M\xf6chtest du diese App bewerten?", "include_deleted", "Gel\xf6schte eingeschlossen", _s20_16, "Schlie\xdfe gel\xf6schte Datens\xe4tze im Bericht ein", "due_on", "F\xe4llig am", _s22_15, "Transaktionen erfolgreich konvertiert", _s20_17, "Bankverbindung erfolgreich erstellt", _s20_18, "Bankverbindung erfolgreich aktualisiert", _s17_14, "Bankverbindung bearbeiten", _s16_28, "Standartkategorie", "account_type", "Kontotyp", _s16_30, "Bankverbindung hinzuf\xfcgen", _s16_31, "Konten verbinden", "manage_rules", "Regeln verwalten", "search_category", "Suche 1 Kategorie", _s17_17, "Suche :count Kategorien", "min_amount", "Mindestbetrag", "max_amount", "Maximalbetrag", "selected", "Gew\xe4hlte", _s21_24, "Transaktion erfolgreich konvertiert", _s18_15, "In Zahlung umwandeln", "deposit", "Einzahlung", "withdrawal", "Auszahlung", "deposits", "Einzahlungen", "withdrawals", "Auszahlungen", "matched", "\xfcbereinstimmend", "unmatched", "nicht \xfcbereinstimmend", "create_credit", "Gutschrift erstellen", "update_credit", "Gutschrift aktualisieren", "delete_credit", "Gutschrift l\xf6schen", "transaction", "Transaktion", "transactions", "Transaktionen", "new_transaction", "Neue Transaktion", _s16_33, "Transaktion bearbeiten", _s19_15, "Transaktion erfolgreich erstellt", _s19_16, "Transaktion erfolgreich aktualisiert", _s20_19, "Transaktion erfolgreich archiviert", _s19_17, "Transaktion erfolgreich gel\xf6scht", _s19_18, "Transaktion erfolgreich entfernt", _s20_20, "Transaktion erfolgreich wiederhergestellt", _s18_17, "Transaktion suchen", _s19_19, ":count Transaktionen durchsuchen", "bank_account", "Bankkonto", "bank_accounts", _s21_204, _s21_25, "Bankverbindung erfolgreich archiviert", _s20_21, "Bankaccount erfolgreich gel\xf6scht", _s20_22, "Bankaccount erfolgreich entfernt", _s21_26, "Bankaccount erfolgreich wiederhergestellt", _s19_20, "Bankverbindung suchen", _s20_23, ":count Bankverbindungen durchsuchen", "connect", "Verbinden", _s23_9, "E-Mail bei Zahlungsmarkierung", _s18_19, "In Projekt umwandeln", "client_email", "Kunden E-Mail", _s20_24, "Rechnung Aufgabe Projekt", _s25_12, "F\xfcgen Sie das Projekt zu den Rechnungspositionen hinzu", "field", "Feld", "period", "Zeitraum", "fields_per_row", "Felder pro Reihe", _s21_27, "Aktive Rechnungen", _s26_8, _s22_176, _s24_16, "Abgeschlossene Zahlungen", _s23_11, "Erstattete Zahlungen", _s19_22, "Aktive Angebote", _s21_28, "Angenommene Angebote", _s23_12, "Nicht genehmigte Angebote", _s18_22, "Aufgezeichnete Aufgaben", _s20_27, "In Rechnung gestellte Aufgaben", _s16_35, "Bezahlte Aufgaben", _s21_29, _s21_205, _s22_16, "Ausstehende Ausgaben", _s23_13, _s21_205, _s27_8, "Ausgaben in Rechnung stellen", "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", "Lieferanten-Portal", "send_code", "Code senden", _s24_17, "Speichern um Dokumente hochzuladen", _s17_21, "Ausgabensteuers\xe4tze", _s22_17, "Steuers\xe4tze der Rechnungsposition", _s21_31, "Erfolgreich Rufnummer verifiziert", "code_was_sent", "Es wurde ein Code per SMS versendet", _s16_37, "Ein Code wurde per SMS an :number gesandt.", "resend", "Erneut senden", "verify", "Verifizieren", _s18_23, "Bitte geben Sie eine Telefonnummer an", _s20_28, "Ung\xfcltige Telefonnummer", _s19_23, "Telefonnummer verifizieren", _s24_18, "Bitte verifiziere deine Telefonnummer, um E-Mails versenden zu k\xf6nnen.", _s28_8, "Bitte die Telefonnummer mit 2FA best\xe4tigen", "merged_clients", "Erfolgreich Kunden zusammengefasst", "merge_into", "Zusammenf\xfchren in", "merge", "Zusammenf\xfchren", _s21_32, "Preis\xe4nderung akzeptiert", _s19_25, "Preis\xe4nderung fehlgeschlagen mit Code", _s17_23, "K\xe4ufe wiederherstellen", "activate", "Aktivieren", "connect_apple", "Apple-Konto verbinden", _s16_38, "Apple-Konto entfernen", _s18_24, "Apple-Konto erfolgreich entfernt", "send_now", "Jetzt senden", "received", "Empfangen", _s19_26, "Bestelldatum", _s20_30, "Erfolgreich in eine Ausgabe umgewandelt", _s21_34, "Erfolgreich in Ausgaben ungewandelt", _s18_25, "In Ausgabe umwandeln", _s16_40, "Zu Inventar hinzuf\xfcgen", _s33_9, "Bestellung erfolgreich zum Inventar hinzugef\xfcgt", _s34_7, "Bestellungen erfolgreich zum Inventar hinzugef\xfcgt", _s22_19, "Kundendokument hochladen", _s22_21, "Lieferantendokument hochladen", _s27_10, "Lieferanten das Hochladen von Dokumenten erlauben", _s24_19, "Gef\xe4llt Ihnen die App?", "yes_its_great", "Ja, es ist super!", "not_so_much", "Nein, eher weniger", _s17_25, "Danke f\xfcr das Feedback, m\xe4chten Sie die App bewerten?", _s22_23, "Es tut uns leid, das zu h\xf6ren. Was gef\xe4llt Ihnen nicht?", "sure_happy_to", "Gerne", "no_not_now", "Nein, nicht jetzt.", "add", "Hinzuf\xfcgen", _s18_27, "Zuletzt gesendete Vorlage", _s22_24, "Flexible Suche aktivieren", _s27_11, "\xdcbereinstimmung mit nicht zusammenh\xe4ngenden Zeichen, dh. 'ct' passt zu 'cat'", "vendor_details", "Lieferantendetails", _s22_26, "Bestelldetails", "qr_iban", "QR IBAN", "besr_id", "BESR-ID", "accept", "Akzeptieren", _s23_14, "Zur Bestellung duplizieren", _s20_31, "Lieferant hat keine E-Mail Adresse hinterlegt", "bulk_send_email", "E-Mail senden", _s29_12, "Bestellung erfolgreich als versendet markiert", _s30_3, "Bestellungen wurden erfolgreich als gesendet markiert", _s23_15, "Bestellung erfolgreich angenommen", _s24_20, "Bestellungen erfolgreich angenommen", _s24_21, "Bestellung erfolgreich abgelehnt", _s25_14, "Bestellungen erfolgreich abgelehnt", "accepted", "Angenommen", _s22_28, "Bitte w\xe4hlen Sie einen Lieferant aus", _s20_32, "Bestellung insgesamt", _s20_34, "E-Mail-Bestellung", _s26_9, "E-Mail-Bestellungen", _s18_29, "E-Mail-Adresse erfolgreich entfernt", "connect_email", "E-Mail-Adresse verbinden", _s16_43, "E-Mail-Adresse entfernen", _s32_5, "Bitte verwenden Sie die Web-App, um eine Verbindung zu Microsoft herzustellen", "email_provider", "E-Mail-Anbieter", _s17_26, "Microsoft-Konto verbinden", _s20_36, "Microsoft-Konto entfernen", _s19_28, "Erfolgreich mit Microsoft verbunden", _s22_30, "Erfolgreich die Verbindung mit Microsoft getrennt", _s17_28, "Einloggen mit Microsoft", _s17_29, "Anmelden mit Microsoft", _s22_32, "Erfolgreich in die Warteschlange gestellte und zu versendende Bestellung", _s23_16, "Erfolgreich in die Warteschlange gestellte und zu versendende Bestellungen", _s16_45, "Wechsel zur React Web App", _s21_36, "Bestellungsdesign", _s20_39, "Bestellbedingungen", _s21_38, "Fu\xdfzeile der Bestellung", _s32_7, "Bestellunterschrift", _s37_5, "Fordern Sie den Lieferant auf, zu unterschreiben.", "purchase_order", "Bestellung", "purchase_orders", "Bestellungen", _s18_30, "Neue Bestellung", _s19_29, "Bestellung bearbeiten", _s22_33, "Erfolgreich Bestellung erstellt", _s22_34, "Erfolgreich Bestellung aktualisiert", _s23_17, _s33_54, _s22_35, "Erfolgreich Bestellung gel\xf6scht", _s22_36, "Erfolgreich Bestellung entfernt", _s23_18, _s33_54, _s21_40, "Bestellung suchen", _s22_37, "Bestellungen suchen", "login_url", "Login-URL", _s16_46, "Zahlungseinstellungen", "default", "Standard", "stock_quantity", "Lagerbestand", _s22_39, "Mindesbestandsmeldung", "track_inventory", "Inventar verwalten", _s20_41, "Anzeigen eines Feldes f\xfcr den Produktbestand und Aktualisierung des Bestandes, wenn die Rechnung versendet wurde", _s19_31, "Lagerbestandsmeldung", _s24_23, "Automatische E-Mail versenden, wenn der Bestand unter das Minimum sinkt", "vat", "MwSt.", "standing", "Aktueller Stand", "view_map", "Karte anzeigen", _s18_32, "Standard-Design festlegen", "add_gateway", "Zahlungsanbieter hinzuf\xfcgen", _s24_24, _s77_, "left", "Links", "right", "Rechts", "center", "Mittig", "page_numbering", "Seiten Nummerierung", _s24_25, "Ausrichtung der Seitennummerierung", _s31_6, "Rechnung versendet", _s24_27, "Produktbeschreibung anzeigen", _s29_13, "Beschreibung bei der Produktauswahl anzeigen", "invoice_items", "Rechnungselemente", "quote_items", "Angebotselemente", "profitloss", _s18_226, "import_format", "Import-Format", "export_format", "Export-Format", "export_type", "Export-Typ", "stop_on_unpaid", "Stoppen falls nicht bezahlt", _s19_33, "Erstelle keine neuen wiederkehrenden Rechnungen, falls die vorige Rechnung noch nicht bezahlt wurde.", "use_quote_terms", "Benutze Angebotsbedingungen", _s20_42, "Wenn ein Angebot in eine Rechnung umgewandelt wird", "add_country", "Land hinzuf\xfcgen", "enable_tooltips", "Quickinfo/Tooltips anzeigen", _s20_43, "Quickinfo/Tooltips beim Dr\xfcberfahren mit der Maus anzeigen", _s21_42, "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_30, "Keine Rechnungen gefunden", "week", "Woche", "created_record", "Eintrag erfolgreich erstellt.", _s26_10, "Bezahltes automatisch archivieren", _s31_7, "Automatische Archivierung von Rechnungen, wenn diese als bezahlt markiert werden.", _s31_8, "Auto-Archivierung abgebrochen", _s36_2, "Automatisch Rechnungen archivieren, wenn diese storniert wurden.", _s20_44, "Alternativer PDF Viewer", _s25_15, "Verbessere das Scrolling \xfcber die PDF-Vorschau [BETA]", _s16_48, "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", "Stornieren", "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_34, "Touchscreen-Modus aktivieren", _s24_29, "Scrollen durch wischen", "after_saving", "Nach dem Speichern", "view_record", "Datensatz anzeigen", _s21_43, "Markdown in E-Mails verwenden", _s26_11, "Visuellen Markdown-Editor f\xfcr E-Mails verwenden", _s19_36, "Markdown in PDFs verwenden", "json_help", "Achtung: JSON-Dateien, die mit v4 der App erstellt wurden, werden nicht unterst\xfctzt", "release_notes", "Versionshinweise", _s23_19, "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_392, "client_website", "Kunden-Website", "invalid_time", "Ung\xfcltige Zeit", _s21_45, "Liefer-Region Kunde", _s20_46, "Lieferort Kunde", _s27_14, "Liefer-PLZ Kunde", _s23_20, "Kunde Lieferung LAND", "load_pdf", "PDF laden", _s16_50, "Kostenlose Testversion starten", _s24_30, "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_51, "Firmenw\xe4hrung", "purged_client", "Kunde erfolgreich bereinigt", _s27_16, "Um Spam zu verhindern braucht es ein Upgrade zu einem bezahlten Account um das E-Mail anzupassen.", _s22_42, "Upgrade deinen Tarif um weitere Firmen hinzuzuf\xfcgen", "small", "Klein", _s21_47, "Gutschrift erfolgreich als bezahlt markiert", _s22_43, "Erfolgreich Kredite als bezahlt markiert", _s16_53, "Daten werden geladen - bitte warten Sie, bis der Vorgang abgeschlossen ist", "wait_for_saving", "Datenspeicherung - bitte warten Sie, bis der Vorgang abgeschlossen ist", _s20_48, "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_54, "PDF-Vorschau anzeigen", _s21_48, "PDF-Vorschau bei der Bearbeitung von Rechnungen anzeigen", "print_pdf", "PDF drucken", "remind_me", "Erinnere mich", _s16_56, "Sofortige Bank\xfcberweisung", "click_selected", "Ausgew\xe4hltes anklicken", "hide_preview", "Vorschau ausblenden", "edit_record", "Datensatz bearbeiten", _s27_17, "Der Kreditbetrag kann nicht h\xf6her sein als der Rechnungsbetrag", "giropay", "GiroPay", "direct_debit", "Lastschriftverfahren", _s21_49, "Bitte legen Sie ein Kontopasswort fest", "set_password", "Passwort festlegen", _s17_33, "Wir empfehlen, die Desktop-Anwendung zu verwenden, um die beste Leistung zu erzielen.", _s16_58, "Wir empfehlen die Verwendung der mobilen App, um die beste Leistung zu erzielen.", _s20_49, "Gateway erfolgreich getrennt", "disconnect", "Trennen", "add_to_invoices", "Zu Rechnungen hinzuf\xfcgen", "acss", "Vorautorisierte Lastschriftzahlungen", "becs", "BECS-Lastschriftverfahren", "bulk_download", "Herunterladen", _s17_34, "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_34, "Postleitzahl des Kunden", _s17_35, "Umsatzsteuer-Identifikationsnummer des Kunden", "has_tasks", "Hat Aufgaben", "registration", "Registrierung", _s27_18, "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_36, "Alle Datens\xe4tze aktualisieren", "system", "System", _s19_38, "Standardunternehmen festlegen", "updated_company", "Unternehmen wurde erfolgreich aktualisiert", "kbc", "KBC", "bancontact", "Bancontact", _s19_40, "Helfen Sie uns, uns zu verbessern, indem Sie uns sagen, warum (optional)", "webhook_success", "Webhook erfolgreich", _s24_31, "Die Aufgaben m\xfcssen alle zum selben Kunden geh\xf6ren", _s27_19, "Die Ausgaben m\xfcssen alle zu demselben Kunden geh\xf6ren", "app", "App", _s20_50, "F\xfcr die beste Leistung laden Sie die App herunter :app", _s16_59, "Bruttozeile gesamt", _s19_41, "E-Mail-Rechnungen", _s17_37, "E-Mail-Angebote", _s18_38, "E-Mail-Gutschriften", "from_name", "Absendername", _s16_60, "Klonen zu Ausgabe", _s17_38, "Wiederkehrende Ausgabe", _s18_39, "Wiederkehrende Ausgaben", _s21_50, "Wiederkehrende Ausgabe eingeben", _s22_44, "Wiederkehrende Ausgabe bearbeiten", _s25_16, "Wiederkehrende Ausgabe wurde erstellt", _s25_17, "Wiederkehrende Ausgabe wurde aktualisiert", _s26_13, "Wiederkehrende Ausgabe wurde archiviert", _s25_18, "Erfolgreich wiederkehrende Ausgabe entfernt", _s25_19, "Erfolgreich wiederkehrende Ausgaben entfernt", _s26_14, "Wiederkehrende Ausgabe wurde wiederhergestellt", _s24_32, _s30_55, _s25_20, _s30_55, "last_sent_date", "Datum des letzten Versands", "include_drafts", "Entw\xfcrfe einschlie\xdfen", _s19_42, "Entw\xfcrfe von Aufzeichnungen in Berichte einbeziehen", "is_invoiced", "Ist in Rechnung gestellt", "change_plan", "Manage Plan", "persist_data", "Daten aufbewahren", "customer_count", "Kundenzahl", _s16_62, "Kunden \xfcberpr\xfcfen", _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "Dezimaltrennzeichen", _s26_15, "Komma als Dezimalstelle in Formularen verwenden", "select_method", "Methode ausw\xe4hlen", "select_platform", "Plattform ausw\xe4hlen", _s28_13, "Bitte verwenden Sie die Web-App, um sich mit Gmail zu verbinden", _s16_66, "Postensteuers\xe4tze sind deaktiviert", "enable_markdown", "Markdown verwenden", _s20_51, "Konvertierung von Markdown in HTML in der PDF-Datei", "user_guide", "Nutzer-Anleitung", _s18_41, "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_9, "Aktive Hintergrundfarbe der Seitenleiste", _s25_22, "Schriftfarbe der aktiven Seitenleiste", _s33_14, "Seitenleiste Inaktive Hintergrundfarbe", _s27_20, "Seitenleiste Inaktiv Schriftfarbe", _s36_3, "Tabelle alternierende Zeilenhintergrundfarbe", _s31_11, "Hintergrundfarbe der Rechnungskopfzeile", _s25_24, "Schriftfarbe der Rechnungskopfzeile", "net_subtotal", "Netto", "review_app", "App bewerten", "check_status", "Status pr\xfcfen", "free_trial", "Kostenlose Testversion", _s23_22, "Die Testversion des Pro-Plans endet in :count Tagen, klicken Sie zum Upgrade.", _s21_52, "Heute ist der letzte Tag des Pro-Tarifs, klicken Sie zum Upgrade.", "change_email", "E-Mail \xe4ndern", _s25_26, "Konfigurieren Sie optional eine separate Kunden-Portal-Dom\xe4ne", _s21_53, "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_40, "Bitte stellen Sie die JSON-Datei zur Verf\xfcgung", _s19_43, "Bitte w\xe4hlen Sie, um die Einstellungen und/oder Daten zu importieren", "json", "JSON", _s24_34, "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_67, "Kunden importieren", _s18_43, _s40_3, "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_23, "Gel\xf6schte Kunden einbeziehen", _s28_15, "Datens\xe4tze von gel\xf6schten Kunden laden", "step_1_sign_in", "Schritt 1: Registrieren", _s16_70, "Schritt 2: autorisieren", "account_id", "Konto-ID", _s27_22, "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_44, "Ende der Aufgabe anzeigen", _s23_25, "Aktivieren Sie die Angabe des Enddatums der Aufgabe", "gateway_setup", "Gateway-Einstellungen", "preview_sidebar", "Vorschau der Seitenleiste", _s16_71, "Daten f\xfcr wie viele Jahre anzeigen?", _s18_46, "alle Sitzungen erfolgreich beendet", _s16_73, "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_47, "Kontakt Vorname", _s17_42, "Kontakt Nachname", "order", "Bestellung", "unassigned", "Nicht zugewiesen", "partial_value", "Muss gr\xf6sser als Null und kleiner als der Gesamtbetrag sein", "search_kanban", _s16_393, "search_kanbans", _s16_393, "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_55, "Fehler: das benutzerdefinierte E-Mail Template muss die :body Variable beinhalten", _s25_27, "bitte stelle sicher das die :body Variable eingef\xfcgt ist", _s17_44, "Zeige Datumsformate", "is_viewed", "Ist angesehen", "letter", "Letter", "legal", "Rechtliches", "page_layout", "Seiten Layout", "portrait", "Hochformat", "landscape", "Querformat", _s26_16, "Der Kontoinhaber kann auf einen kostenpflichtigen Plan upgraden, um die erweiterten erweiterten Einstellungen zu aktivieren", _s20_52, "F\xfchren Sie ein Upgrade auf einen kostenpflichtigen Plan durch, um die erweiterten Einstellungen zu aktivieren", _s21_56, "Zahlungsbedingungen f\xfcr Rechnungen", _s17_46, "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_49, "Wiederkehrende Produkte", "promo_code", "Gutscheincode", "promo_discount", "Promo-Rabatt", _s18_51, "Storno erm\xf6glichen", _s16_75, "Pro Platz Aktiviert", "max_seats_limit", "Max. Pl\xe4tze Limit", "trial_enabled", "Testversion aktiv", "trial_duration", "Testzeitraum", _s21_58, "\xdcberschreiben von Abfragen zulassen", _s18_53, "Plan\xe4nderungen zulassen", "plan_map", "Plan Map", "refund_period", "Erstattungszeitraum", _s21_60, "Webhook-Konfiguration", "purchase_page", "Kauf-Seite", "security", "Sicherheit", "email_bounced", "E-Mail zur\xfcckgesendet", _s20_53, "Spam-Beschwerde", "email_delivery", "E-Mail-Zustellung", _s16_77, "Webhook-Antwort", "pdf_response", "PDF-Antwort", _s22_46, "Authentifizierungsfehler", "pdf_failed", "PDF fehgeschlagen", "pdf_success", "PDF erfolgreich", "modified", "ge\xe4ndert", "payment_link", "Zahlungslink", _s16_79, "Neuer Zahlungslink", _s17_48, "Zahlungslink bearbeiten", _s20_54, "Zahlungslink erfolgreich erstellt", _s20_55, "Zahlungslink erfolgreich aktualisiert", _s21_62, "Zahlungslink erfolgreich archiviert", _s20_56, "Zahlungslink erfolgreich gel\xf6scht", _s20_57, "Zahlungslink erfolgreich entfernt", _s21_63, "Zahlungslink erfolgreich wiederhergestellt", _s19_44, "Suche 1 Zahlungslink", _s20_58, "Suchen :count Zahlungslinks", _s26_17, "Subdomain ist nicht verf\xfcgbar", "connect_gmail", "Mit Gmail verbinden", _s16_81, "von Gmail trennen", "connected_gmail", "Mit Gmail erfolgreich verbunden", _s18_55, "Von Gmail erfolgreich getrennt", _s16_83, "\xc4nderungen an der Codebasis k\xf6nnen das Update blockieren, Sie k\xf6nnen diesen Befehl ausf\xfchren, um die \xc4nderungen zu verwerfen:", _s16_84, "Kundennummer", "count_minutes", ":count Minuten", _s16_86, "Passwort-Timeout", _s29_15, "Rechnung / Gutschrift Z\xe4hler teilen", "use_last_email", "Vorherige E-Mail benutzen", _s16_88, "Unternehmen aktivieren", _s21_65, "E-Mails, wiederkehrende Rechnungen und Benachrichtigungen aktivieren", _s27_24, "Ein Fehler ist aufgetreten, bitte versuchen Sie es erneut.", _s27_25, "Bitte vergeben Sie zuerst ein Passwort.", _s34_13, "Achtung: Das \xc4ndern deiner Telefonnummer wird die Zwei-Faktor-Authentifizierung deaktivieren", "help_translate", "Hilf mit beim \xdcbersetzen", _s23_26, "Bitte w\xe4hlen Sie ein Land", "resend_invite", "Einladung erneut versenden", _s19_45, "2FA erfolgreich deaktiviert", _s16_90, "Konto erfolgreich verbunden.", _s19_46, "Konto erfolgreich getrennt.", "delivered", "zugestellt", "bounced", "Abpraller", "spam", "Spam", "view_docs", "Dokumentation ansehen.", _s32_10, "Bitte gib eine Handynummer an, um die Zwei-Faktor-Authentifizierung zu aktivieren", "send_sms", "SMS senden", "sms_code", "SMS-Code", _s21_66, "Barcode mit :link kompatibler App scannen.", _s18_56, "Zwei-Faktor-Authentifizierung erfolgreich aktiviert", "connect_google", "Google-Konto verbinden", _s17_50, "Google-Konto entfernen", _s17_52, "Zwei-Faktor-Authentifizierung", _s18_57, "Zwei-Faktor-Authentifizierung deaktivieren", _s34_14, "Anmeldung per Social Login notwendig", "stay_logged_in", "Eingeloggt bleiben", _s23_28, "Warnung: Ihre Sitzung l\xe4uft bald ab", "count_hours", ":count Stunden", "count_day", "1 Tag", "count_days", ":count Tage", _s19_47, "Web-Sitzungs-Timeout", _s17_53, "Sicherheitseinstellungen", "resend_email", "Best\xe4tigungs-E-Mail erneut versenden", _s26_19, "Bitte best\xe4tigen Sie Ihre E-Mail-Adresse", _s16_91, "Zahlung erstattet", _s19_49, "Teilweise unangewandt", _s19_51, "Bitte w\xe4hlen Sie einen mit Gmail authentifizierten Benutzer", "list_long_press", "Liste Langes Dr\xfccken", "show_actions", "Zeige Aktionen", _s17_55, "Mehrfachauswahl", _s27_27, "Eine E-Mail wurde versandt um Ihre E-Mail-Adresse zu best\xe4tigen.", _s21_67, "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_59, "In Rechnung umwandeln", _s16_92, "Registrierungs-URL", "invoice_project", "Projekt berechnen", "invoice_task", "Aufgabe in Rechnung stellen", "invoice_expense", "Ausgabe abrechnen", _s19_52, "Suche 1 Zahlungsbedingung", _s20_59, "Suche :count Zahlungsbedingungen", _s16_94, "Speichern und Vorschau anzeigen", "save_and_email", "Speichern und verschicken", _s16_96, "Unterst\xfctzte Ereignisse", _s16_98, "Umgerechneter Betrag", _s17_57, "Gutschriftstand", _s22_48, "Umgewandelt Bezahlt bis Datum", _s24_36, _s31_55, "converted_total", "Umgerechnet Total", "is_sent", "Gesendet", _s17_59, "Standard-Dokumente", "document_upload", "Dokument hochladen", _s20_60, "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_69, "Der Entwicklungsmodus ist aktiviert", _s26_20, "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_61, "Zuk\xfcnftige Ausgaben", "update_app", "App aktualisieren", "started_import", "Import erfolgreich gestartet", _s24_38, "Dupliziere Spaltenzuordnung", _s20_61, "Benutzt Inklusive Steuern", _s18_61, "Ist Betrag erm\xe4\xdfigt", "column", "Spalte", "sample", "Beispiel", "map_to", "Zuordnen", "import", "Importieren", _s25_29, "Benutze erste Zeile als Spalten\xfcberschrift", "select_file", "Bitte w\xe4hlen sie eine Datei", _s16_100, "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_50, "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_63, "Vollbild Editor", "sidebar_editor", "Seitenmen\xfc Editor", _s22_51, "Bitte geben Sie ':value' zur Best\xe4tigung ein", "purge", "Bereinigen", "service", "Leistung", "clone_to", "Duplizieren zu", "clone_to_other", "Zu anderen duplizieren", "labels", "Beschriftung", "add_custom", "Beschriftung hinzuf\xfcgen", "payment_tax", "Steuer-Zahlung", "unpaid", "Unbezahlt", "white_label", "White Label", "delivery_note", "Lieferschein", _s24_41, "Versendete Rechnungen sind gesperrt", _s24_43, "Bezahlte Rechnungen sind gesperrt", "source_code", "Quellcode", "app_platforms", "App-Plattformen", "invoice_late", _s18_227, "quote_expired", "Angebot / Kostenvoranschlag abgelaufen", "partial_due", "Anzahlung", "invoice_total", "Rechnungsbetrag", "quote_total", "Angebotssumme", "credit_total", "Gesamtgutschrift", _s23_29, "Gesamtbetrag", "actions", "Aktionen", "expense_number", "Ausgabennummer", "task_number", "Aufgabennummer", "project_number", "Projektnummer", "project_name", "Projektname", "warning", "Warnung", "view_settings", "Einstellungen anzeigen", _s24_45, "Warnung: diese Firma wurde noch nicht aktiviert", "late_invoice", _s18_227, "expired_quote", "Abgelaufenes Angebot", "remind_invoice", "Rechnungsmahnung", "cvv", "Kartenpr\xfcfziffer", "client_name", "Kunde", "client_phone", "Kunden Telefon", "required_fields", "Ben\xf6tigte Felder", "calculated_rate", "Berechneter Satz", _s17_65, "Standard Stundenlohn", "clear_cache", "Zwischenspeicher leeren", "sort_order", "Sortierreihenfolge", "task_status", "Status", "task_statuses", "Aufgaben Status", "new_task_status", "Neuer Aufgaben Status", _s16_102, "Aufgaben Status bearbeiten", _s19_53, "Aufgaben Status erfolgreich erstellt", _s19_54, "Aufgabenstatus erfolgreich aktualisiert", _s20_63, "Aufgaben Status erfolgreich archiviert", _s19_55, "Aufgaben Status erfolgreich gel\xf6scht", _s19_56, "Aufgaben Status erfolgreich entfernt", _s20_64, "Aufgaben Status erfolgreich wiederhergestellt", _s22_52, ":value Aufgaben Stati erfolgreich archiviert", _s21_71, ":value Aufgaben Stati erfolgreich gel\xf6scht", _s22_53, ":value Aufgaben Stati erfolgreich wiederhergestellt", _s18_63, "Suche 1 Aufgaben Status", _s20_66, "Suche :count Aufgaben Status", _s16_104, "Zeige Aufgaben Tabelle", _s21_72, "Beim Erstellen von Rechnungen immer die Aufgabenauswahl anzeigen", _s20_67, "Aufgaben Zeiterfassung in Rechnung stellen", _s25_30, "Zeitdetails in der Rechnungsposition ausweisen", _s20_69, "Aufgabenzeiterfassung in Rechnung stellen", _s25_31, "Datumsdetails zu den Rechnungsposten hinzuf\xfcgen", _s21_73, "Beginne Aufgabe vor dem Speichern", _s18_64, "Status bearbeiten", "task_settings", "Aufgaben-Einstellungen", _s20_71, "Kategorien bearbeiten", _s18_66, "Ausgabenkategorien", _s20_73, "Neue Ausgabenkategorie", _s21_74, "Ausgaben Kategorie bearbeiten", _s24_46, "Ausgabenkategorie erfolgreich erstellt", _s24_47, "Ausgabenkategorie erfolgreich aktualisiert", _s25_33, "Ausgabenkategorie erfolgreich archiviert", _s24_48, "Kategorie erfolgreich gel\xf6scht", _s24_49, "Ausgaben Kategorie erfolgreich entfernt", _s25_34, "Ausgabenkategorie erfolgreich wiederhergestellt", _s27_31, ":count Ausgabenkategorien erfolgreich archiviert", _s26_21, ":value Ausgabenkategorien erfolgreich gel\xf6scht", _s27_32, ":value Ausgabenkategorien erfolgreich wiederhergestellt", _s23_30, "Suche 1 Ausgabenkategorie", _s25_36, "Suche :count Ausgabenkategorie", _s21_76, "Verf\xfcgbare Gutschriften verwenden", "show_option", "Zeige Option", _s22_54, "Der Gutschriftsbetrag darf den Zahlungsbetrag nicht \xfcbersteigen", "view_changes", "\xc4nderungen anzeigen", "force_update", "Aktualisierung erzwingen", _s17_67, "Du nutzt die aktuellste Version, aber es k\xf6nnten bereits neue Fehlerbehebungen zur Verf\xfcgung stehen.", "mark_paid_help", "Verfolge ob Ausgabe bezahlt wurde", _s18_68, "Sollte in Rechnung gestellt werden", _s23_31, "Erm\xf6gliche diese Ausgabe in Rechnung zu stellen", _s29_17, "Dokumente sichtbar f\xfcr den Kunde", _s21_78, "Wechselkurs festsetzen", _s16_106, "Ausgaben-Einstellungen", _s18_69, "Duplizieren zu Widerkehrend", "crypto", "Verschl\xfcsselung", "paypal", "PayPal", "alipay", "Alipay", "sofort", "SOFORT-\xdcberweisung", "apple_pay", _s16_271, "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_68, "Automatische Bezahlung aktivieren", "total_taxes", "Gesamt Steuern", "line_taxes", _s20_202, "total_fields", "Gesamt Felder", _s25_37, "Wiederkehrende Rechnung erfolgreich gestoppt", _s25_38, "Wiederkehrende Rechnung erfolgreich gestartet", _s25_39, "Wiederkehrende Rechnung erfolgreich fortgesetzt", "gateway_refund", "Zahlungsanbieter R\xfcckerstattung", _s19_57, "R\xfcckerstattung \xfcber das Zahlungs-Gateway abwickeln", "due_date_days", _s16_394, "paused", "Pausiert", "mark_active", "Markiere aktiv", "day_count", "Tag :count", _s22_55, "Erster Tag des Monats", _s21_79, "Letzter Tag des Monats", _s17_70, "Benutze Zahlungsbedingung", "endless", "Endlos", "next_send_date", "N\xe4chstes Versanddatum", _s16_108, "Verbleibende Durchg\xe4nge", _s17_72, "Wiederkehrende Rechnung", _s18_71, "Wiederkehrende Rechnungen", _s21_81, "Neue wiederkehrende Rechnung", _s22_57, "Bearbeite wiederkehrende Rechnung", _s25_40, "Wiederkehrende Rechnung erfolgreich erstellt", _s25_41, "Wiederkehrende Rechnung erfolgreich aktualisiert", _s26_22, "Wiederkehrende Rechnung erfolgreich archiviert", _s25_42, "Wiederkehrende Rechnung erfolgreich gel\xf6scht", _s25_43, "Wiederkehrende Rechnung erfolgreich entfernt", _s26_23, "Wiederkehrende Rechnung erfolgreich wiederhergestellt", _s27_33, ":value Wiederkehrende Rechnung erfolgreich archiviert", _s26_24, ":value Wiederkehrende Rechnungen erfolgreich gel\xf6scht", _s27_34, ":value Wiederkehrende Rechnungen erfolgreich wiederhergestellt", _s24_50, "Suche 1 wiederkehrende Rechnung", _s25_44, "Suche :count Wiederkehrende Rechnungen", "send_date", "Versanddatum", "auto_bill_on", "Automatische Rechnungsstellung zum", _s28_17, "Minimaler Unterzahlungsbetrag", "profit", "Profit", "line_item", "Posten", _s18_73, "\xdcberzahlung zulassen", _s23_32, "\xdcberzahlungen zulassen, beispielsweise Trinkgelder", _s19_58, "Unterzahlung zulassen", _s24_51, "Teilzahlungen zulassen", "test_mode", "Test Modus", "opened", "Ge\xf6ffnet", _s30_7, "Fehler bei Kontenabstimmung", _s30_8, "Kontenabstimmung erfolgreich", "gateway_success", "Zahlungsanbieter erfolgreich", "gateway_failure", _s23_115, "gateway_error", _s23_115, "email_send", "E-Mail gesendet", _s17_74, "E-Mail Wiederholungswarteschlange", "failure", "Fehler", "quota_exceeded", "Quota erreicht", _s16_110, "Upstream Fehler", "system_logs", "System-Log", "view_portal", "Portal anzeigen", "copy_link", "Link kopieren", "token_billing", "Kreditkarte merken", _s24_52, "Willkommen bei Invoice Ninja", "always", "Immer", "optin", "Anmelden", "optout", "Abmelden", "label", "Label", "client_number", "Kundennummer", "auto_convert", _s24_123, "company_name", "Firmenname", "reminder1_sent", "Mahnung Nr. 1 verschickt", "reminder2_sent", "Mahnung Nr. 2 verschickt", "reminder3_sent", "Mahnung Nr. 3 verschickt", _s18_75, "Letzte Mahnung verschickt", "pdf_page_info", "Seite :current von :total", _s16_112, "Rechnungen erfolgreich versendet", "emailed_quotes", "Angebote erfolgreich versendet", "emailed_credits", "Gutschriften erfolgreich per E-Mail versendet", "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", "Gutschrift 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_76, "E-Mail bei Online-Zahlung", _s20_78, "E-Mail bei manueller Zahlung", "completed", "Abgeschlossen", "gross", "Gesamtbetrag", "net_amount", "Netto Betrag", "net_balance", "Netto Betrag", "client_settings", "Kunden-Einstellungen", _s17_76, "Ausgew\xe4hlte Rechnungen", _s17_78, "Ausgew\xe4hlte Zahlungen", "selected_quotes", "Ausgew\xe4hlte Angebote", "selected_tasks", "Ausgew\xe4hlte Aufgaben", _s17_80, "Ausgew\xe4hlte Ausgaben", _s17_82, _s22_176, _s17_84, "\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_392, "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_86, "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_114, "Webhook erfolgreich archiviert", "deleted_webhook", "Webhook erfolgreich gel\xf6scht", "removed_webhook", "Webhook erfolgreich entfernt", _s16_115, "Webhook erfolgreich wiederhergestellt", _s17_87, ":value Webhooks erfolgreich archiviert", _s16_116, ":value Webhooks erfolgreich gel\xf6scht", _s16_117, ":value Webhooks erfolgreich entfernt", _s17_88, ":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_60, "Kunden Registration", _s24_54, "Den Kunden erm\xf6glichen, sich selbst im Portal zu registrieren.", "email_invoice", "Rechnung versenden", "email_quote", "Angebot per E-Mail senden", "email_credit", "Gutschrift per E-Mail versenden", "email_payment", "Sende Zahlungs-E-Mail", _s20_81, "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_118, "Verbleibende Gutschrift", "contact_name", "Name des Kontakts", "use_default", "Benutze Standardwert", _s16_120, "Endlose Reminder", "number_of_days", "Anzahl Tage", _s23_34, "Zahlungsbedingungen bearbeiten", "payment_term", "Zahlungsbedingung", _s16_121, "Neue Zahlungsbedingung", _s17_90, "Bearbeite Zahlungsbedingungen", _s20_82, "Zahlungsbedingung erfolgreich erstellt", _s20_83, "Zahlungsbedingung erfolgreich aktualisiert", _s21_83, "Zahlungsbedingung erfolgreich archiviert", _s20_84, "Zahlungsbedingung erfolgreich gel\xf6scht", _s20_85, "Zahlungsbedingung erfolgreich entfernt", _s21_84, "Zahlungsbedingungen erfolgreich wiederhergestellt", _s22_62, ":value Zahlungsbedingungen erfolgreich archiviert", _s21_85, ":value Zahlungsbedingungen erfolgreich gel\xf6scht", _s22_63, ":value Zahlungsbedingungen erfolgreich wiederhergestellt", "email_sign_in", "Mit E-Mail anmelden", "change", "\xc4ndern", _s23_36, "M\xf6chten Sie zur mobilen Ansicht wechseln?", _s24_55, "M\xf6chten Sie zur Desktopansicht wechseln?", "send_from_gmail", "Mit Gmail versenden", "reversed", "Umgekehrt", "cancelled", "Storniert", "credit_amount", "Gutschriftsbetrag", "quote_amount", "Angebotsbetrag", "hosted", "Gehostet", "selfhosted", "Selbstgehostet", "exclusive", "Exklusive", "inclusive", "Inklusive", "hide_menu", "Men\xfc ausblenden", "show_menu", "Men\xfc einblenden", _s18_77, _s19_178, _s16_123, "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 Gutschrift", "search_vendors", "Suche Lieferanten", "search_users", "Suche Benutzer", _s16_124, "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 Gutschrift", "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_94, "Rechnung erfolgreich storniert", _s18_79, "Rechnungen erfolgreich storniert", _s16_130, "Rechnung erfolgreich zur\xfcckgebucht", _s17_95, "Rechnungen erfolgreich zur\xfcckgebucht", "reverse", "R\xfcckbuchung", "full_name", "Voller Name", _s17_96, "Stadt/Bundesland/PLZ", _s17_98, "PLZ/Stadt/Bundesland", "custom1", "Benutzerdefiniert 1", "custom2", "Benutzerdefiniert 2", "custom3", _s19_179, "custom4", _s19_179, "optional", "optional", "license", "Lizenz", "purge_data", "Daten s\xe4ubern", _s16_131, "Die Kontodaten wurden erfolgreich gel\xf6scht", _s18_80, "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", _s19_176, "invoice_viewed", "Rechnung angesehen", "quote_viewed", "Kostenvoranschlag angesehen", "credit_viewed", "Gutschrift angesehen", "quote_approved", "Kostenvoranschlag angenommen", _s25_46, "Empfange alle Benachrichtigungen", _s16_132, "Lizenz kaufen", "apply_license", "Lizenz anwenden", "cancel_account", "Konto k\xfcndigen", _s22_64, "Warnung: Diese Aktion wird dein Konto unwiderruflich l\xf6schen.", "delete_company", "Firma l\xf6schen", _s22_65, "Achtung: Dadurch wird Ihre Firma unwiderruflich gel\xf6scht. Es gibt kein Zur\xfcck.", "enabled_modules", "Module aktivieren", "converted_quote", "Angebot erfolgreichen konvertiert", "credit_design", "Gutschrift 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_134, ":value Designs erfolgreich archiviert", "deleted_designs", ":value Designs erfolgreich gel\xf6scht", _s16_135, ":value Designs erfolgreich wiederhergestellt", "proposals", "Vorschl\xe4ge", "tickets", "Tickets", _s16_136, "Wiederkehrende Angebote", "recurring_tasks", "Wiederkehrende Aufgabe", _s18_81, "Kontoverwaltung", "credit_date", "Gutschriftsdatum", "credit", "Gutschrift", "credits", "Gutschrift", "new_credit", "Gutschrift eingeben", "edit_credit", "Gutschrift bearbeiten", "created_credit", "Gutschrift erfolgreich erstellt", "updated_credit", "Gutschrift erfolgreich aktualisiert", "archived_credit", "Gutschrift erfolgreich archiviert", "deleted_credit", "Gutschrift erfolgreich gel\xf6scht", "removed_credit", "Gutschrift erfolgreich entfernt", "restored_credit", "Gutschrift erfolgreich wiederhergestellt", _s16_138, ":count Gutschriften erfolgreich archiviert", "deleted_credits", ":count Gutschriften erfolgreich gel\xf6scht", _s16_139, ":value Gutschrift erfolgreich wiederhergestellt", "current_version", "Aktuelle Version", "latest_version", "Neueste Version", "update_now", "Jetzt aktualisieren", _s26_30, "Eine neue Version der Webapp ist verf\xfcgbar.", _s16_140, "Update verf\xfcgbar", "app_updated", "Update erfolgreich", "learn_more", "Mehr erfahren", "integrations", "Integrationen", "tracking_id", "Sendungsnummer", _s17_100, "Slack-Webhook-URL", "credit_footer", "Gutschrift-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_56, "surcharge2", _s30_57, "surcharge3", _s30_58, "surcharge4", _s30_59, "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", "Gutschrifsstand", _s18_87, "Letzter Login des Kontakts", _s17_102, "Vollst\xe4ndiger Name des Kontakts", "contact_phone", "Telefonnummer des Kontakts", _s21_86, "Kontakt Benutzerdefinierter Wert 1", _s21_87, "Kontakt Benutzerdefinierter Wert 2", _s21_88, "Kontakt Benutzerdefinierter Wert 3", _s21_89, "Kontakt Benutzerdefinierter Wert 4", _s17_104, "Strasse Versandanschrift", _s17_105, "Versand Adresszusatz", "shipping_city", "Stadt Versandanschrift", "shipping_state", "Versand Bundesland", _s20_86, "Postleitzahl Versandanschrift", _s16_170, "Lieferungsland", _s16_172, "Strasse Rechnungsanschrift", _s16_173, "Rechnung Adresszusatz", "billing_city", "Stadt Rechnungsanschrift", "billing_state", "Rechnung Bundesland", _s19_62, "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_226, "reports", "Berichte", "report", "Bericht", "add_company", "Konto hinzuf\xfcgen", "unpaid_invoice", "Unbezahlte Rechnung", "paid_invoice", "Bezahlte Rechnung", _s16_174, "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_90, "K\xfcrzliche Fehler aus den Logs einf\xfcgen", _s30_11, "Wir haben ihre Nachricht erhalten und bem\xfchen uns schnellstm\xf6glich zu antworten.", "message", "Nachricht", "from", "Von", _s20_88, "Produktdetails anzeigen", _s25_48, "Beschreibung und Kosten in die Produkt-Dropdown-Liste einf\xfcgen", _s20_90, "Der PDF-Renderer ben\xf6tigt :version", _s18_90, "Anpassungszuschlag Prozent", _s23_38, "Geb\xfchren Prozentsatz an das Konto anpassen", _s18_92, "Einstellungen bearbeiten", "support_forum", "Support Forums", "about", "\xdcber", "documentation", "Dokumentation", "contact_us", "Kontaktieren Sie uns", "subtotal", "Zwischensumme", "line_total", "Summe", "item", "Artikel", "credit_email", "Gutschrift E-Mail", "iframe_url", "Webseite", "domain_url", "Domain-URL", _s21_91, "Das Passwort ist zu kurz", _s20_91, "Das Passwort muss einen Gro\xdfbuchstaben und eine Nummer enthalten", _s19_64, "Kundenportal-Aufgaben", _s23_39, "Kundenportal-\xdcbersicht", _s20_92, "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_107, "Produktkosten anzeigen", "show_cost_help", "Feld f\xfcr Einkaufspreis anzeigen, um Gewinnspanne zu verfolgen", _s21_92, "Produktanzahl anzeigen", _s26_32, "Zeigen ein Mengenangabe Feld, sonst den Standardwert 1", _s21_94, "Rechnungsanzahl anzeigen", _s26_33, "Zeige ein Rechnungsposten Anzahlfeld, sonst den Standardwert 1", _s21_96, "Produkterm\xe4\xdfigung anzeigen", _s26_34, "Zeige Rabattfeld in Belegposition", _s16_176, "Standardanzahl", _s21_98, "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_178, "Standard-Steuersatz", "user", "Benutzer", "invoice_tax", "Rechnungssteuer", "line_item_tax", _s20_202, "inclusive_taxes", "Inklusive Steuern", _s17_109, "Rechnungs-Steuers\xe4tze", "item_tax_rates", "Element-Steuers\xe4tze", _s18_94, _s29_86, "configure_rates", "Steuers\xe4tze bearbeiten", _s18_95, "Zahlungsanbieter bearbeiten", "tax_settings", "Steuer-Einstellungen", _s18_97, "Steuers\xe4tze", "accent_color", "Akzent-Farbe", "switch", "Switch", _s19_66, "Komma-separierte Liste", "options", "Optionen", _s16_180, "Einzeiliger Text", "multi_line_text", "Mehrzeiliger Text", "dropdown", "Dropdown", "field_type", "Feldtyp", _s27_45, "Eine Passwort-Wiederherstellungs-Mail wurde versendet", "submit", "Senden", _s16_182, "Passwort wiederherstellen", "late_fees", "Versp\xe4tungszuschl\xe4ge", "credit_number", "Gutschriftnummer", "payment_number", "Zahlungsnummer", "late_fee_amount", "H\xf6he des Versp\xe4tungszuschlags", _s16_183, "Versp\xe4tungszuschlag Prozent", "before_due_date", "Vor dem F\xe4lligkeitsdatum", "after_due_date", "Nach dem F\xe4lligkeitsdatum", _s18_99, "Nach dem Rechnungsdatum", "days", "Tage", "invoice_email", "Rechnungsmail", "payment_email", "Zahlungsmail", "partial_payment", "Teilzahlung", "payment_partial", "Teilzahlung", _s21_99, "Teilzahlungsmail", "quote_email", "Angebotsmail", _s16_185, "Endlose Erinnnerung", _s16_187, "Gefiltert nach Benutzer", "administrator", "Administrator", _s18_100, "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_189, _s24_124, "invoice_options", "Rechnungsoptionen", _s17_111, "'Bereits gezahlt' ausblenden", _s22_72, "'Bereits gezahlt' nur anzeigen, wenn eine Zahlung eingegangen ist.", _s23_41, "Dokumente einbetten", _s28_30, "Bildanh\xe4nge zu den Rechnungen hinzuf\xfcgen.", _s16_191, "Zeige Kopf auf", _s16_192, "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_101, "Automatischer E-Mail-Versand", _s23_42, "Senden Sie automatisch wiederkehrende Rechnungen per E-Mail, wenn sie erstellt wurden.", _s18_102, "Automatisches Archiv", _s23_43, _s80_0, _s18_103, _s24_123, _s23_44, "Wandeln Sie ein Angebot / Kostenvoranschlag automatisch in eine Rechnung um, wenn es angenommen wurde.", _s17_113, "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_115, "Dreimonatlich", _s16_193, "Vier Monate", "freq_six_months", "Halbj\xe4hrlich", "freq_annually", "J\xe4hrlich", "freq_two_years", "Zwei Jahre", _s16_194, "Drei Jahre", "never", "Niemals", "company", "Firma", _s17_116, "Generierte Nummern", "charge_taxes", "Steuern erheben", "next_reset", "N\xe4chster Reset", "reset_counter", "Z\xe4hler-Reset", _s16_195, "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_118, "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_120, "Benutzerdefiniertes JavaScript", _s16_197, "Auf PDF anzeigen", _s21_101, "Unterschrift des Kunden auf dem Angebots/Rechnungs PDF anzeigen.", _s25_54, "Checkbox f\xfcr Rechnungsbedingungen", _s30_12, "Erfordern Sie die Best\xe4tigung der Rechnungsbedingungen durch den Kunden.", _s23_45, "Checkbox f\xfcr Angebotsbedingungen", _s28_31, "Erfordern Sie die Best\xe4tigung der Angebotsbedingungen durch den Kunden.", _s25_55, "Rechnungsunterschrift", _s30_13, "Erfordern Sie die Unterschrift des Kunden bei Rechnungen.", _s23_46, "Angebotsunterschrift", _s22_74, "Rechnungen mit Passwort sch\xfctzen", _s27_46, "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_56, "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_198, "Dokumente anh\xe4ngen", "attach_ubl", "UBL anh\xe4ngen", "email_style", "E-Mail-Stil", _s19_68, "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_69, "Logos der akzeptierten Kreditkarten", "credentials", "Zugangsdaten", "update_address", "Adresse aktualisieren", _s19_71, "Kundenadresse mit den gemachten Angaben aktualisieren", "rate", "Stundensatz", "tax_rate", "Steuersatz", "new_tax_rate", "Neuer Steuersatz", "edit_tax_rate", "Steuersatz bearbeiten", _s16_200, "Steuersatz erstellt", _s16_201, "Steuersatz aktualisiert", _s17_123, "Steuersatz archiviert", _s16_202, "Steuersatz erfolgreich gel\xf6scht", _s17_124, "Steuersatz erfolgreich wiederhergestellt", _s18_104, ":value Steuers\xe4tze erfolgreich archiviert", _s17_125, ":value Steuers\xe4tze erfolgreich gel\xf6scht", _s18_105, ":value Steuers\xe4tze erfolgreich wiederhergestellt", "fill_products", "Produkte automatisch ausf\xfcllen", _s18_106, "Beim Ausw\xe4hlen eines Produktes werden automatisch Beschreibung und Kosten ausgef\xfcllt", "update_products", "Produkte automatisch aktualisieren", _s20_96, "Beim Aktualisieren einer Rechnung werden die Produkte automatisch aktualisiert", _s16_203, "Produkte konvertieren", _s21_102, "Produktpreise automatisch in die W\xe4hrung des Kunden konvertieren", "fees", "Geb\xfchren", "limits", "Grenzwerte", "provider", "Anbieter", "company_gateway", "Zahlungs-Gateway", _s16_205, "Zahlungs-Gateways", _s19_72, "Neues Gateway", _s20_97, "Gateway bearbeiten", _s23_47, "Gateway erfolgreich erstellt", _s23_48, "Gateway erfolgreich aktualisiert", _s24_57, "Gateway erfolgreich archiviert", _s23_49, "Gateway erfolgreich gel\xf6scht", _s24_58, "Gateway erfolgreich wiederhergestellt", _s25_57, ":value Zahlungsanbieter erfolgreich archiviert", _s24_59, ":value Zahlungsanbieter erfolgreich gel\xf6scht", _s25_58, ":value Zahlungsanbieter erfolgreich wiederhergestellt", _s16_207, "Weiterbearbeiten", "discard_changes", "\xc4nderungen verwerfen", "default_value", "Standardwert", "disabled", "Deaktiviert", "currency_format", "W\xe4hrungsformat", _s21_103, "Erster Tag der Woche", _s23_50, "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_107, "24-Stunden-Anzeige", "send_reminders", "Mahnung senden", "timezone", "Zeitzone", _s19_73, "Nach Projekt filtern", _s17_126, "Gefiltert nach Gruppe", _s19_75, "Gefiltert nach Rechnung", _s18_108, "Gefiltert nach Kunde", _s18_110, "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_209, "Produkt-Einstellungen", "device_settings", "Ger\xe4te-Einstellungen", "defaults", "Standards", "basic_settings", _s24_124, _s17_128, "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_52, "Vorlagen & Mahnungen", _s22_75, _s21_204, _s19_77, "Datenvisualisierungen", "price", "Preis", "email_sign_up", "E-Mail-Registrierung", "google_sign_up", "Registrierung via Google", _s27_50, "Vielen Dank f\xfcr Ihren Kauf!", "redeem", "Einl\xf6sen", "back", "Zur\xfcck", "past_purchases", "Vergangene K\xe4ufe", _s19_79, "Jahres-Abonnement", "pro_plan", "Pro-Tarif", "enterprise_plan", "Enterprise-Tarif", "count_users", ":count Benutzer", "upgrade", "Upgrade", _s25_59, "Bitte geben Sie einen Vornamen ein", _s24_60, "Bitte geben Sie einen Nachnamen ein", _s33_30, "Bitte stimmen Sie den Nutzungsbedingungen und der Datenschutzerkl\xe4rung zu, um ein Konto zu erstellen.", "i_agree_to_the", "Ich stimme den", _s16_211, "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_112, "Kein Eintrag ausgew\xe4hlt", _s21_106, "Bitte speichern oder verwerfen Sie Ihre \xc4nderungen", "download", "Herunterladen", _s27_51, "Ben\xf6tigt einen Enterprise Plan", "take_picture", "Bild aufnehmen", "upload_files", "Dateien hochladen", "document", "Dokument", "documents", "Dokumente", "new_document", "Neues Dokument", "edit_document", "Dokument bearbeiten", _s17_130, "Dokument erfolgreich hochgeladen", _s16_213, "Dokument erfolgreich aktualisiert", _s17_131, "Dokument erfolgreich archiviert", _s16_214, "Dokument erfolgreich gel\xf6scht", _s17_132, "Dokument erfolgreich wiederhergestellt", _s18_114, ":value Dokumente erfolgreich archiviert", _s17_133, ":value Dokumente erfolgreich gel\xf6scht", _s18_115, ":value Dokumente erfolgreich wiederhergestellt", "no_history", "Kein Verlauf", "expense_date", "Ausgabendatum", "pending", "Ausstehend", _s16_215, "Aufgezeichnet", _s16_216, "Ausstehend", _s16_217, "Fakturiert", "converted", "Umgewandelt", _s24_62, "F\xfcgen Sie Dokumente zur Rechnung hinzu", "exchange_rate", "Wechselkurs", _s16_218, "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_219, ":count Lieferanten erfolgreich archiviert", "deleted_vendors", ":count Lieferanten erfolgreich gel\xf6scht", _s16_220, ":value Lieferanten erfolgreich wiederhergestellt", "new_expense", "Ausgabe eingeben", "created_expense", "Ausgabe erfolgreich erstellt", "updated_expense", "Ausgabe erfolgreich aktualisiert", _s16_221, "Ausgabe erfolgreich archiviert", "deleted_expense", "Ausgabe erfolgreich gel\xf6scht", _s16_222, "Ausgabe erfolgreich wiederhergestellt", _s17_134, "Ausgaben erfolgreich archiviert", _s16_223, "Ausgaben erfolgreich gel\xf6scht", _s17_135, ":value Ausgaben erfolgreich wiederhergestellt", "copy_shipping", "Versand kopieren", "copy_billing", "Zahlung kopieren", "design", "Design", _s21_107, "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_224, "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_81, "Bitte geben Sie einen Namen ein", "budgeted_hours", "Budgetierte Stunden", "created_project", "Projekt erfolgreich erstellt", "updated_project", "Projekt erfolgreich aktualisiert", _s16_226, "Projekt erfolgreich archiviert", "deleted_project", "Projekt erfolgreich gel\xf6scht", _s16_227, "Projekt erfolgreich wiederhergestellt", _s17_136, "Erfolgreich :count Projekte archiviert", _s16_228, "Erfolgreich :count Projekte gel\xf6scht", _s17_137, ":value Projekte erfolgreich wiederhergestellt", "new_project", "Neues Projekt", _s27_55, "Vielen Dank, dass Sie unsere App nutzen!", "if_you_like_it", "Wenn es dir gef\xe4llt, bitte", "click_here", "hier klicken", _s18_116, "Klicke hier", "to_rate_it", ", um es zu bewerten.", "average", "Durchschnittlich", "unapproved", "Nicht genehmigt", _s30_18, "Bitte authentifizieren Sie sich, um diese Einstellung zu \xe4ndern.", "locked", "Gesperrt", "authenticate", "Authentifizieren", _s19_83, "Bitte authentifizieren Sie sich", _s24_64, "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_138, "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", "all_time", "Allzeit", "custom", "Benutzerdefiniert", _s16_229, "Klone in Rechnung", "clone_to_quote", "Zum Angebot / Kostenvoranschlag duplizieren", "clone_to_credit", "Zur Gutschrift duplizieren", "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_99, "Bearbeite wiederkehrendes Angebot", "billing_address", "Rechnungsadresse", _s16_231, "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", "\xdcbersicht", "archive", "Archivieren", "delete", "L\xf6schen", "restore", "Wiederherstellen", _s16_233, "Aktualisieren beendet", _s23_53, "Bitte geben Sie Ihre E-Mail-Adresse ein", _s26_43, "Bitte geben Sie Ihr Passwort ein", _s21_110, "Bitte geben Sie Ihre URL ein", _s26_45, "Bitte geben Sie Ihren Produkt schl\xfcssel ein", "ascending", "Aufsteigend", "descending", "Absteigend", "save", "Speichern", _s17_140, "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_85, ":value in die Zwischenablage kopiert", "error", "Fehler", _s16_235, "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_237, "E-Mail ist ung\xfcltig", "product", "Produkt", "products", "Produkte", "new_product", "Neues Produkt", "created_product", "Produkt erfolgreich erstellt", "updated_product", "Produkt erfolgreich aktualisiert", _s16_239, "Produkt erfolgreich archiviert", "deleted_product", "Produkt erfolgreich gel\xf6scht", _s16_240, "Produkt erfolgreich wiederhergestellt", _s17_142, "Archivierung erfolgreich :Produktz\xe4hler", _s16_241, "Erfolgreich :count Produkte gel\xf6scht", _s17_143, ":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_242, ":count Kunden erfolgreich archiviert", "deleted_client", "Kunde erfolgreich gel\xf6scht", "deleted_clients", ":count Kunden erfolgreich gel\xf6scht", "restored_client", "Kunde erfolgreich wiederhergestellt", _s16_243, ":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_244, "Rechnung erfolgreich archiviert", "deleted_invoice", "Rechnung erfolgreich gel\xf6scht", _s16_245, "Rechnung erfolgreich wiederhergestellt", _s17_144, ":count Rechnungen erfolgreich archiviert", _s16_246, ":count Rechnungen erfolgreich gel\xf6scht", _s17_145, ":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_394, _s16_247, "Teilzahlungsziel", "paid_date", "Paid Date", "status", "Status", _s17_146, "Rechnungs Status", "quote_status", "Angebotsstatus", _s22_76, "Klicken Sie auf +, um ein Element hinzuzuf\xfcgen.", _s22_78, "Klicken Sie auf +, um die Zeit hinzuzuf\xfcgen.", "count_selected", ":count ausgew\xe4hlt", "total", "Gesamt", "percent", "Prozent", "edit", "Bearbeiten", "dismiss", "Verwerfen", _s20_101, "Bitte w\xe4hlen Sie ein Datum", _s22_79, _s29_86, _s24_66, "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_20, "Bitte geben Sie eine Rechnungs Nummer ein", _s27_59, "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_81, "Rechnung erfolgreich als versendet markiert", _s22_82, "Die Rechnung wurde erfolgreich als 'bezahlt' markiert", _s23_55, "Erfolgreich Rechnungen als versendet markiert", _s23_56, "Die Rechnungen wurden erfolgreich als 'bezahlt' markiert", "done", "Erledigt", _s37_22, "Bitte geben Sie einen Kunden- oder Kontaktnamen ein", "dark_mode", "Dunkler Modus", _s27_61, "Starten Sie die App neu, um die \xc4nderung zu \xfcbernehmen.", "refresh_data", "Daten aktualisieren", "blank_contact", "Leerer Kontakt", "activity", "Aktivit\xe4t", _s16_249, "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_251, "Ausstehend", _s16_252, "entwertet", _s16_253, "Fehlgeschlagen", _s16_254, "Abgeschlossen", _s16_255, _s19_178, _s16_256, "Erstattet", _s17_147, "nicht angewendet", _s17_148, "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", "Erste Mahnung", "second_reminder", "Zweite Mahnung", "third_reminder", "Dritte Mahnung", "reminder1", "Erste Mahnung", "reminder2", "Zweite Mahnung", "reminder3", "Dritte Mahnung", "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_112, "Abwicklungsreferenz", "enter_payment", _s16_395, "new_payment", _s16_395, "created_payment", "Zahlung erfolgreich erstellt", "updated_payment", "Zahlung erfolgreich aktualisiert", _s16_257, "Zahlung erfolgreich archiviert", "deleted_payment", "Zahlung erfolgreich gel\xf6scht", _s16_258, "Zahlung erfolgreich wiederhergestellt", _s17_149, ":count Zahlungen erfolgreich archiviert", _s16_259, ":count Zahlungen erfolgreich gel\xf6scht", _s17_150, ":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", _s82_, "activity_11", ":user aktualisierte Zahlung :payment", "activity_12", ":user archivierte Zahlung :payment", "activity_13", ":user l\xf6schte Zahlung :payment", "activity_14", ":user gab :credit Gutschrift ein", "activity_15", ":user aktualisierte :credit Gutschrift", "activity_16", ":user archivierte :credit Gutschrift", "activity_17", ":user l\xf6schte :credit Gutschrift", "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_42, "activity_22", ":user archiviertes 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 Gutschrift :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 zahlt Rechnung :invoice", "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_42, "activity_61", ":user hat Kunde :client aktualisiert", "activity_62", ":user hat Lieferant :vendor aktualisiert", "activity_63", ":user mailte erste Mahnung f\xfcr Rechnung :invoice an :contact", "activity_64", ":user mailte zweite Mahnung f\xfcr Rechnung :invoice an :contact", "activity_65", ":user mailte dritte Mahnung f\xfcr Rechnung :invoice an :contact", "activity_66", ":user mailte endlose Mahnung 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_151, "Einmaliges Passwort", "emailed_quote", "Angebot erfolgreich versendet", "emailed_credit", "Gutschrift erfolgreich per E-Mail versendet", _s20_103, "Angebot erfolgreich als versendet markiert", _s21_114, "Gutschrift erfolgreich als versendet markiert", "expired", "Abgelaufen", "all", "Alle", "select", "W\xe4hlen", _s22_83, "Mehrfachauswahl durch langes Dr\xfccken", "custom_value1", "Benutzerdefinierter Wert 1", "custom_value2", "Benutzerdefinierter Wert 2", "custom_value3", "Benutzerdefinierter Wert 3", "custom_value4", "Benutzerdefinierter Wert 4", _s18_117, "Benutzer definierter E-Mail-Stil", _s24_71, "Benutzerdefinierte Dashboard-Nachricht", _s29_46, "Benutzerdefinierte Nachricht f\xfcr unbezahlte Rechnung", _s27_66, "Benutzerdefinierte Nachricht f\xfcr bezahlte Rechnung", _s31_24, "Benutzerdefinierte Nachricht f\xfcr nicht genehmigten Kostenvoranschlag", "lock_invoices", "Rechnung sperren", "translations", "\xdcbersetzungen", _s19_86, "Aufgabennummernschema", _s19_88, "Aufgabennummernz\xe4hler", _s22_85, "Ausgabennummernschema", _s22_87, "Ausgabennummernz\xe4hler", _s21_115, "Lieferantennummernschema", _s21_117, "Lieferantennummernz\xe4hler", _s21_119, "Ticketnummernschema", _s21_121, "Ticketnummernz\xe4hler", _s22_89, "Zahlungsnummernschema", _s22_91, "Zahlungsnummernz\xe4hler", _s22_93, "Rechnungsnummernschema", _s22_95, "Z\xe4hler f\xfcr Rechnungsnummer", _s20_104, "Kostenvoranschlags-Nummernschema", _s20_106, "Z\xe4hler f\xfcr Angebotsnummer", _s21_123, "Gutschriftnummernschema", _s21_125, _s23_116, _s21_127, _s23_116, _s21_128, _s23_116, _s18_119, "Z\xe4hlerdatum zur\xfccksetzen", "counter_padding", "Z\xe4hler-Innenabstand", _s28_66, "Angebot / Kostenvoranschlag Z\xe4hler teilen", _s18_121, "Standard-Steuername 1", _s18_123, "Standard-Steuersatz 1", _s18_125, "Standard-Steuername 2", _s18_127, "Standard-Steuersatz 2", _s18_129, "Standard-Steuername 3", _s18_131, "Standard-Steuersatz 3", _s21_129, "E-Mail Rechnung Betreff", _s19_90, "E-Mail Angebot Betreff", _s21_131, "E-Mail Zahlung Betreff", _s29_48, "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_260, "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_73, "Strasse Kundenlieferanschrift", _s24_74, "Addresszusatz Kundenlieferadresse", "type", "Typ", "invoice_amount", "Rechnungssumme", _s16_264, _s16_394, "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_153, _s30_56, _s17_154, _s30_57, _s17_155, _s30_58, _s17_156, _s30_59, "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_92, "Ausgabenkategorie ID", _s16_265, "Ausgabenkategorie", _s19_94, "Rechnungs-W\xe4hrungs-ID", "tax_name1", "Steuersatz Name 1", "tax_name2", "Steuersatz Name 2", "tax_name3", "Steuersatz Name 3", "transaction_id", "Transaktions-ID", _s18_133, "Status Farbschema", _s16_266, "lade Farbschema"], t1, t1), "el", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "\u0391\u03c0\u03bf\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "\u0394\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae\u03c2", "owner", "\u0399\u03b4\u03b9\u03bf\u03ba\u03c4\u03ae\u03c4\u03b7\u03c2", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Total Hours", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "\u03a7\u03c1\u03b5\u03ce\u03c3\u03b9\u03bc\u03bf", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, _s22_4, _s25_5, _s25_6, _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", _s39_11, _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", "Payment Links", "action", "\u0395\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "\u03a0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03ac\u03c4\u03b9\u03c3\u03b5", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", "\u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "archive_invoice", "\u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "archive_quote", "\u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "archive_credit", "\u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "archive_task", "\u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "archive_client", "\u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "archive_project", "\u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 Project", "archive_expense", "\u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "restore_payment", "\u0391\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "restore_invoice", "\u0391\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "restore_quote", "\u0391\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "restore_credit", "\u0391\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "restore_task", "\u0391\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "restore_client", "\u0391\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "restore_project", "\u0395\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac Project", "restore_expense", "\u0391\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "archive_vendor", "\u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "restore_vendor", "\u0391\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "create_product", _s18_228, "update_product", "Update Product", "delete_product", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "restore_product", "\u0391\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "archive_product", "\u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "\u03a4\u03c1\u03cc\u03c0\u03bf\u03b9 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", "Postal/City", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "\u038f\u03c1\u03b1", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Last 365 Days", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, _s35_, "upload", "\u0391\u03bd\u03ad\u03b2\u03b1\u03c3\u03bc\u03b1", _s17_7, "\u0395\u03b3\u03ba\u03b1\u03c4\u03b5\u03c3\u03c4\u03b7\u03bc\u03ad\u03bd\u03b7 \u0388\u03ba\u03b4\u03bf\u03c3\u03b7", _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Update Payment", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae Project", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, _s21_17, _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03c9\u03c2 \u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae", _s22_12, "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03c9\u03c2 \u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf \u03c5\u03c0\u03bf\u03c3\u03ad\u03bb\u03b9\u03b4\u03bf", "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, _s21_23, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c4\u03c1\u03b1\u03c0\u03b5\u03b6\u03b9\u03ba\u03bf\u03cd \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", _s20_18, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c4\u03c1\u03b1\u03c0\u03b5\u03b6\u03b9\u03ba\u03bf\u03cd \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", _s17_14, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a4\u03c1\u03b1\u03c0\u03b5\u03b6\u03b9\u03ba\u03bf\u03cd \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", _s16_28, _s16_29, "account_type", "Account type", _s16_30, _s16_268, _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf", _s21_24, _s34_2, _s18_15, _s18_16, "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "delete_credit", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "transaction", "Transaction", "transactions", "Transactions", "new_transaction", "New Transaction", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, _s26_7, "bank_account", "\u03a4\u03c1\u03b1\u03c0\u03b5\u03b6\u03b9\u03ba\u03cc\u03c2 \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2", "bank_accounts", _s28_107, _s21_25, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c4\u03c1\u03b1\u03c0\u03b5\u03b6\u03b9\u03ba\u03bf\u03cd \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Connect", _s23_9, _s23_10, _s18_19, _s18_20, "client_email", "Client Email", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_27, "Active Invoices", _s26_8, _s20_26, _s24_16, _s18_21, _s23_11, _s17_18, _s19_22, "Active Quotes", _s21_28, "Approved Quotes", _s23_12, _s17_19, _s18_22, "Logged Tasks", _s20_27, "Invoiced Tasks", _s16_35, "Paid Tasks", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s44_0, "activity_131", _s44_1, "activity_132", _s45_3, "activity_133", _s44_2, "activity_134", _s45_4, "activity_135", _s44_3, "activity_136", _s46_1, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, _s39_3, "resend", "Resend", "verify", "Verify", _s18_23, _s29_10, _s20_28, _s20_29, _s19_23, _s19_24, _s24_18, _s46_2, _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Merge Into", "merge", "\u03a3\u03c5\u03bd\u03ad\u03bd\u03c9\u03c3\u03b7", _s21_32, _s21_33, _s19_25, _s29_11, _s17_23, _s17_24, "activate", "Activate", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", "Send Now", "received", "Received", _s19_26, _s19_27, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_4, _s34_7, _s47_, _s22_19, _s22_20, _s22_21, _s22_22, _s27_10, _s34_8, _s24_19, _s25_13, "yes_its_great", _s16_42, "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", "Vendor Details", _s22_26, _s22_27, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u0391\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Send Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Accepted", _s22_28, _s22_29, _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, _s24_22, _s37_5, _s42_2, "purchase_order", "Purchase Order", "purchase_orders", "\u0395\u03bd\u03c4\u03bf\u03bb\u03ad\u03c2 \u03b1\u03b3\u03bf\u03c1\u03ac\u03c2", _s18_30, _s18_31, _s19_29, _s19_30, _s22_33, _s35_3, _s22_34, _s35_4, _s23_17, _s36_0, _s22_35, _s35_5, _s22_36, _s35_6, _s23_18, _s36_1, _s21_40, _s21_41, _s22_37, _s22_38, "login_url", "Login URL", _s16_46, "\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_39, _s22_40, "track_inventory", "Track Inventory", _s20_41, _s63_0, _s19_31, _s19_32, _s24_23, _s50_2, "vat", "VAT", "standing", "\u0398\u03ad\u03c3\u03b7", "view_map", "View Map", _s18_32, _s18_33, "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_24, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_25, _s24_26, _s31_6, "Invoice Sent", _s24_27, _s24_28, _s29_13, _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_33, _s63_1, "use_quote_terms", "Use Quote Terms", _s20_42, _s37_6, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, _s45_6, "register_label", _s30_4, "login_label", _s28_9, "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_30, _s17_31, "week", "\u0395\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, _s46_14, _s20_44, _s20_45, _s25_15, _s45_11, _s16_48, "\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_8, "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_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", _s33_11, "stopped_tasks", _s33_12, "approved_quote", _s27_68, "approved_quotes", _s35_7, "approve", "\u0391\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, _s16_269, _s24_30, _s44_6, "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_51, _s16_52, "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_16, _s77_0, _s22_42, _s34_9, "small", "Small", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_54, _s16_55, _s21_48, _s42_3, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_17, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_49, _s30_5, "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_33, _s59_, _s16_58, _s58_1, _s20_49, _s33_13, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_50, "becs", _s17_158, "bulk_download", "Download", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, _s18_35, _s17_35, _s17_36, "has_tasks", "Has Tasks", "registration", "Registration", _s27_18, _s50_7, "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_36, _s18_37, "system", "\u03a3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1", _s19_38, _s19_39, "updated_company", _s28_10, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, _s40_2, _s27_19, _s43_0, "app", "App", _s20_50, _s46_8, _s16_59, _s16_270, _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "\u0391\u03c0\u03cc \u038c\u03bd\u03bf\u03bc\u03b1", _s16_60, _s16_61, _s17_38, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7", _s18_39, "\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_50, "\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_44, "\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_16, "\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_17, "\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_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\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s25_18, _s38_4, _s25_19, _s38_5, _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\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s24_32, _s24_33, _s25_20, _s25_21, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_42, _s32_9, "is_invoiced", "Is Invoiced", "change_plan", "Manage Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_62, _s16_63, _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "Decimal Comma", _s26_15, _s35_9, "select_method", "Select Method", "select_platform", "Select Platform", _s28_13, _s42_4, _s16_66, _s27_69, "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "user_guide", "\u039f\u03b4\u03b7\u03b3\u03cc\u03c2 \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2", _s18_41, _s18_42, "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_9, _s31_10, _s25_22, _s25_23, _s33_14, _s33_15, _s27_20, _s27_21, _s36_3, _s36_4, _s31_11, _s31_12, _s25_24, _s25_25, "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_22, _s57_0, _s21_52, _s62_1, "change_email", "Change Email", _s25_26, _s52_0, _s21_53, _s21_54, "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_40, _s28_14, _s19_43, _s48_0, "json", "JSON", _s24_34, _s24_35, "wait_for_data", _s42_5, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_67, _s16_68, _s18_43, _s40_3, "login_success", _s16_69, "login_failure", "Failed Login", "exported_data", _s67_, _s23_23, _s23_24, _s28_15, _s41_3, "step_1_sign_in", "Step 1: Sign In", _s16_70, _s17_41, "account_id", "Account ID", _s27_22, _s35_11, "activity_100", _s50_8, "activity_101", _s50_9, "activity_102", _s51_3, "activity_103", _s50_10, "activity_104", _s51_4, _s18_44, _s18_45, _s23_25, _s35_12, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_71, _s16_72, _s18_46, _s31_13, _s16_73, _s16_74, "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_47, "\u038c\u03bd\u03bf\u03bc\u03b1 \u0395\u03c0\u03b1\u03c6\u03ae\u03c2", _s17_42, "\u0395\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf \u0395\u03c0\u03b1\u03c6\u03ae\u03c2", "order", "\u03a0\u03b1\u03c1\u03b1\u03b3\u03b3\u03b5\u03bb\u03af\u03b1", "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_55, _s53_, _s25_27, _s37_8, _s17_44, _s17_45, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, _s21_57, _s17_46, _s17_47, "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_49, _s18_50, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_51, _s18_52, _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "\u0391\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Email Delivery", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, _s22_47, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, _s26_18, "connect_gmail", "Connect Gmail", _s16_81, _s16_82, "connected_gmail", _s28_16, _s18_55, _s31_14, _s16_83, _s100_, _s16_84, _s16_85, "count_minutes", ":count Minutes", _s16_86, _s16_87, _s29_15, _s28_67, "use_last_email", "Use last email", _s16_88, _s16_89, _s21_65, _s51_7, _s27_24, _s35_13, _s27_25, _s27_26, _s34_13, _s52_1, "help_translate", "Help Translate", _s23_26, _s23_27, "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_45, _s25_28, _s16_90, _s30_6, _s19_46, _s33_20, "delivered", "Delivered", "bounced", "\u0395\u03c0\u03b5\u03c3\u03c4\u03c1\u03ac\u03c6\u03b7", "spam", "Spam", "view_docs", "View Docs", _s32_10, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_66, "\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_56, "\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_50, _s17_51, _s17_52, "\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_57, _s18_58, _s34_14, _s34_15, "stay_logged_in", "Stay Logged In", _s23_28, _s40_4, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_47, _s19_48, _s17_53, _s17_54, "resend_email", "Resend Email", _s26_19, _s33_21, _s16_91, "\u0395\u03c0\u03b5\u03c3\u03c4\u03c1\u03b1\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s19_49, _s19_50, _s19_51, _s45_8, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_55, _s17_56, _s27_27, _s51_5, _s21_67, _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_59, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03c3\u03b5 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s16_92, "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_52, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u038c\u03c1\u03bf\u03c5 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_59, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count \u038c\u03c1\u03c9\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s16_94, "\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_96, "\u03a5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03b1 \u0393\u03b5\u03b3\u03bf\u03bd\u03cc\u03c4\u03b1", _s16_98, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03a0\u03bf\u03c3\u03cc", _s17_57, "\u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf \u03b1\u03c0\u03cc \u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae", _s22_48, _s22_49, _s24_36, _s24_37, "converted_total", "Converted Total", "is_sent", "\u0388\u03c7\u03b5\u03b9 \u0391\u03c0\u03bf\u03c3\u03c4\u03b1\u03bb\u03b5\u03af", _s17_59, "\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_60, "\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_69, "\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_20, "\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_61, "\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_38, "\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_61, "\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_61, "\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_29, "\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_100, "\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_50, _s24_40, "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_63, "\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_51, "\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_41, "\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_43, "\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_249, "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_29, _s17_249, "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_45, "\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_65, "\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_102, "\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_53, "\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_54, "\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_63, "\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_55, "\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_56, "\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_64, "\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_52, "\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_71, "\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_53, "\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_63, "\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_66, "\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_104, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03a0\u03af\u03bd\u03b1\u03ba\u03b1 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", _s21_72, "\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_67, "\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_30, "\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_69, _s20_70, _s25_31, _s42_9, _s21_73, "\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_64, "\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_71, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03b9\u03ce\u03bd", _s18_66, "\u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s20_73, "\u039d\u03ad\u03b1 \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1 \u0394\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s21_74, "\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_46, "\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_47, "\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_33, "\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_48, "\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_49, "\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_34, "\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_31, "\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_21, "\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_32, "\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_30, "\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_36, "\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_76, "\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_54, "\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_67, "\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_68, "\u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03b7\u03b8\u03b5\u03af", _s23_31, "\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_17, _s36_16, _s21_78, "\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_106, "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s18_69, "\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_68, "\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_37, "\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_38, "\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_39, "\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_57, "\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_177, "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_55, "\u03a0\u03c1\u03ce\u03c4\u03b7 \u039c\u03ad\u03c1\u03b1 \u03c4\u03bf\u03c5 \u039c\u03ae\u03bd\u03b1", _s21_79, "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u039c\u03ad\u03c1\u03b1 \u03c4\u03bf\u03c5 \u039c\u03ae\u03bd\u03b1", _s17_70, "\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_108, "\u0395\u03bd\u03b1\u03c0\u03bf\u03bc\u03b5\u03af\u03bd\u03b1\u03bd\u03c4\u03b5\u03c2 \u039a\u03cd\u03ba\u03bb\u03bf\u03b9", _s17_72, "\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_71, "\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_81, "\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_57, "\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_40, "\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_41, "\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_22, "\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_42, "\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_43, "\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_23, "\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_33, "\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_24, "\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_34, "\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_50, "\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_44, "\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_17, "\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_73, "\u0395\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03c4\u03b5 \u03a5\u03c0\u03b5\u03c1\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s23_32, "\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_58, "\u0395\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03c4\u03b5 \u03a5\u03c0\u03bf\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s24_51, "\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_7, "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03a3\u03c5\u03bc\u03b2\u03b9\u03b2\u03b1\u03c3\u03bc\u03bf\u03cd", _s30_8, "\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_74, "\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_110, "\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_52, "\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_229, "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_75, "\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_112, "\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_76, "Email Online \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", _s20_78, "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_76, "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", _s17_78, "\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_80, "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", _s17_82, "\u03a0\u03c1\u03bf\u03c3\u03b5\u03c7\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", _s17_84, "\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_86, "\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_114, "\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_115, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 webhook", _s17_87, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value webhooks", _s16_116, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value webhooks", _s16_117, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 :value webhooks", _s17_88, "\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_60, "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s24_54, "\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", "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_81, "\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_118, "\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_120, _s18_230, "number_of_days", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03b7\u03bc\u03b5\u03c1\u03ce\u03bd", _s23_34, "\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_121, "\u039d\u03ad\u03bf\u03c2 \u038c\u03c1\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s17_90, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u038c\u03c1\u03bf\u03c5 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_82, "\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_83, "\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_83, "\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_84, "\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_85, "\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_84, "\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_62, "\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_85, "\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_63, "\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_36, "\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_55, "\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_77, "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03a7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd", _s16_123, "\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_124, "\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_94, "\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_79, "\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_130, "\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_95, "\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_96, "\u03a0\u03cc\u03bb\u03b7/\u039d\u03bf\u03bc\u03cc\u03c2/\u03a4.\u039a.", _s17_98, "\u03a4\u039a/\u03a0\u03cc\u03bb\u03b7/\u03a0\u03b5\u03c1\u03b9\u03bf\u03c7\u03ae", "custom1", _s16_396, "custom2", _s18_231, "custom3", _s16_397, "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_131, "\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_80, "\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_46, "\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_132, "\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_64, "\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_65, "\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_134, "\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_135, "\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_136, "\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_81, "\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_138, "\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_139, "\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_30, "\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_140, "\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_100, "\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_94, "surcharge2", _s26_95, "surcharge3", _s26_96, "surcharge4", _s26_97, "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_87, "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03b5\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03b5\u03c0\u03b1\u03c6\u03ae\u03c2", _s17_102, "\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_86, "\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_87, "\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_88, "\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_89, "\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_104, "\u039f\u03b4\u03cc\u03c2 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s17_105, "\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_86, "\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_170, "\u03a7\u03ce\u03c1\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s16_172, "\u039f\u03b4\u03cc\u03c2 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", _s16_173, "\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_62, "\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_174, "\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_232, "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_90, "\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_11, "\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_88, "\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_48, "\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_90, "\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03b7\u03c4\u03ae\u03c2 PDF \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af :version", _s18_90, "\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_38, "\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_92, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd", "support_forum", "Support Forums", "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_91, "\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_91, "\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_64, "\u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2 \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", _s23_39, "\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_92, "\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_396, "second_custom", _s18_231, "third_custom", _s16_397, "show_cost", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039a\u03cc\u03c3\u03c4\u03bf\u03c5\u03c2", _s17_107, "\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_92, "\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_32, "\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_94, "\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_33, "\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_96, "\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_34, "\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_176, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1", _s21_98, "\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_178, "\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_109, "\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_94, _s24_125, "configure_rates", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03bd", _s18_95, "\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_97, "\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_66, "\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_180, "\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_45, "\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_182, "\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_183, "\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", "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_99, "\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_99, "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_185, _s18_230, _s16_187, "\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_100, "\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_189, "\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_111, "\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_72, "\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_41, "\u0395\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03b1 \u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1", _s28_30, "\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_191, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039a\u03b5\u03c6\u03b1\u03bb\u03af\u03b4\u03b1\u03c2", _s16_192, "\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_101, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf Email", _s23_42, _s52_4, _s18_102, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7", _s23_43, _s55_1, _s18_103, _s18_229, _s23_44, _s58_4, _s17_113, "\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_115, "\u03a4\u03c1\u03b5\u03b9\u03c2 \u03bc\u03ae\u03bd\u03b5\u03c2", _s16_193, "\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_194, "\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_116, "\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_195, "\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_118, "\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_120, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 JavaScript", _s16_197, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5 \u03c3\u03c4\u03bf PDF", _s21_101, "\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_54, "\u039a\u03bf\u03c5\u03c4\u03ac\u03ba\u03b9 \u038c\u03c1\u03c9\u03bd \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s30_12, "\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_45, "\u039a\u03bf\u03c5\u03c4\u03ac\u03ba\u03b9 \u038c\u03c1\u03c9\u03bd \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s28_31, "\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_55, "\u03a5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s30_13, "\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_46, "\u03a5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s22_74, "\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_46, "\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_56, "\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_198, "\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_68, "\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_69, "\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_71, "\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_200, "\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_201, "\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_123, "\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_202, "\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_124, "\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_104, "\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_125, "\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_105, "\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_106, "\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_96, "\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_203, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03a4\u03b9\u03bc\u03ce\u03bd \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s21_102, "\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_205, "\u03a0\u03cd\u03bb\u03b5\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateways)", _s19_72, "\u039d\u03ad\u03b1 \u03a0\u03cd\u03bb\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 (Gateway)", _s20_97, "\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_47, "\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_48, "\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_57, "\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_49, "\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_58, "\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_57, "\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_59, "\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_58, "\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_207, "\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_103, "\u03a0\u03c1\u03ce\u03c4\u03b7 \u039c\u03ad\u03c1\u03b1 \u03c4\u03b7\u03c2 \u0395\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1\u03c2", _s23_50, "\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_180, _s18_107, _s19_180, "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_73, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac Project", _s17_126, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", _s19_75, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s18_108, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s18_110, "\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_209, "\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_128, "\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_52, "\u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1 & \u03a5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", _s22_75, _s28_107, _s19_77, "\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_50, "\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_79, "\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_59, "\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_60, "\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_30, "\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_211, "\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_112, "\u0394\u03b5\u03bd \u03ad\u03c7\u03bf\u03c5\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03b5\u03af \u03c0\u03b5\u03b4\u03af\u03b1.", _s21_106, "\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_51, "\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_files", "Upload Files", "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_130, "\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_213, "\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_131, "\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_214, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", _s17_132, "\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_114, "\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_133, "\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_115, "\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_215, "\u039a\u03b1\u03c4\u03b1\u03b3\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03bf", _s16_216, "\u03a3\u03b5 \u03b1\u03bd\u03b1\u03bc\u03bf\u03bd\u03ae", _s16_217, "\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_62, _s24_63, "exchange_rate", "\u0399\u03c3\u03bf\u03c4\u03b9\u03bc\u03af\u03b1 \u0391\u03bd\u03c4\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2", _s16_218, "\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_219, "\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_220, "\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_221, "\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_222, "\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_134, "\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_223, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s17_135, "\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_107, "\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_224, "\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_81, "\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_226, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 project", "deleted_project", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae project", _s16_227, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 project", _s17_136, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count projects", _s16_228, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count projects", _s17_137, "\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_55, "\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_116, "\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_18, "\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_83, "\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_64, "\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_138, "\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_181, "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_181, "all_time", "All Time", "custom", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf", _s16_229, "\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_99, "\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_231, "\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_233, "\u0391\u03bd\u03b1\u03bd\u03ad\u03c9\u03c3\u03b7 \u039f\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", _s23_53, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf email \u03c3\u03b1\u03c2", _s26_43, "\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_110, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf URL \u03c3\u03b1\u03c2", _s26_45, "\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_140, "\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_85, "\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_235, "\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_237, "\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_239, "\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_240, "\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_142, "\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_241, "\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_143, "\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_242, "\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_243, "\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_244, "\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_245, "\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_144, "\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_246, "\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_145, "\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", _s18_228, "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_177, _s16_247, "\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", "paid_date", "Paid Date", "status", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7", _s17_146, "\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_76, "\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_78, "\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_101, "\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_79, _s24_125, _s24_66, "\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_20, "\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_59, "\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_81, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5 \u03c9\u03c2 \u03b1\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03bf", _s22_82, _s35_21, _s23_55, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd \u03c9\u03c2 \u03b1\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03b1", _s23_56, _s36_15, "done", "\u0388\u03c4\u03bf\u03b9\u03bc\u03bf", _s37_22, "\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_61, "\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_249, "\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_251, "\u0395\u03ba\u03ba\u03c1\u03b5\u03bc\u03ae\u03c2", _s16_252, "\u03a3\u03b5 \u03bb\u03ae\u03be\u03b7", _s16_253, "\u0391\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5", _s16_254, "\u039f\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", _s16_255, "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd", _s16_256, _s18_232, _s17_147, "\u0391\u03bd\u03b5\u03c6\u03ac\u03c1\u03bc\u03bf\u03c3\u03c4\u03bf", _s17_148, _s19_50, "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_398, "second_reminder", _s18_233, "third_reminder", _s16_399, "reminder1", _s16_398, "reminder2", _s18_233, "reminder3", _s16_399, "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_232, "payment_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s21_112, _s18_234, "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_257, "\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_258, "\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_149, "\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_259, "\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_150, "\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", "Vendors", "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", _s82_, "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_23, "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_75, "activity_49", _s24_76, "activity_50", _s25_71, "activity_51", _s24_77, "activity_52", _s25_72, "activity_53", _s26_53, "activity_54", _s27_72, "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_23, "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_5, "activity_81", _s40_6, "activity_82", _s41_8, "activity_83", _s40_7, "activity_84", _s41_9, _s17_151, "\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_103, "\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_114, "\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_83, "\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", "Custom Value 1", "custom_value2", "Custom Value 2", "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_117, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a3\u03c4\u03c5\u03bb Email", _s24_71, "\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_46, "\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_66, "\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_24, "\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_86, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s19_88, "\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_85, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s22_87, "\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_115, "\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_117, "\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_119, "\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_121, "\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_89, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s22_91, "\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_93, "\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_95, "\u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s20_104, "\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_106, "\u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s21_123, "\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_125, _s27_105, _s21_127, "\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_128, _s27_105, _s18_119, "\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_66, _s27_75, _s18_121, "\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_123, "\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_125, "\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_127, "\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_129, "\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_131, "\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_129, "\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_90, "\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_131, "\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_48, "\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_260, "\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_263, _s24_73, "\u039f\u03b4\u03cc\u03c2 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s24_74, "\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_264, _s22_177, "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_153, _s26_94, _s17_154, _s26_95, _s17_155, _s26_96, _s17_156, _s26_97, "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_92, "\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_265, "\u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s19_94, "\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_400, "tax_name3", _s16_400, "transaction_id", _s18_234, _s18_133, _s18_134, _s16_266, _s16_267], t1, t1), "he", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "\u05de\u05d7\u05d6\u05d5\u05e8\u05d9", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "\u05d1\u05bc\u05b0\u05dc\u05b4\u05d9\u05dc", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "\u05e0\u05d9\u05ea\u05d5\u05e7", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05de\u05e1", "physical_goods", "\u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05e4\u05d9\u05d6\u05d9\u05d9\u05dd", _s16_8, "\u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05d3\u05d9\u05d2\u05d9\u05d8\u05dc\u05d9\u05d9\u05dd", "services", "\u05e9\u05d9\u05e8\u05d5\u05ea\u05d9\u05dd", "shipping", "\u05de\u05e9\u05dc\u05d5\u05d7", "tax_exempt", "\u05e4\u05d8\u05d5\u05e8 \u05de\u05de\u05e1", "reduced_rate", "\u05de\u05d7\u05d9\u05e8 \u05de\u05d5\u05d6\u05dc", "tax_all", "\u05de\u05e1 \u05d4\u05db\u05dc", "tax_selected", "\u05de\u05e1 \u05e0\u05d1\u05d7\u05e8", "version", "\u05d2\u05b4\u05e8\u05b0\u05e1\u05b8\u05d4", _s16_10, "\u05ea\u05ea-\u05d0\u05d6\u05d5\u05e8 \u05d4\u05de\u05d5\u05db\u05e8", "calculate_taxes", "\u05d7\u05d9\u05e9\u05d5\u05d1 \u05de\u05e1\u05d9\u05dd", _s20_5, "\u05d7\u05d9\u05e9\u05d5\u05d1 \u05de\u05e1\u05d9\u05dd \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05d1\u05e2\u05ea \u05e9\u05de\u05d9\u05e8\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "admin", "Admin", "owner", "\u05d1\u05e2\u05dc\u05d9\u05dd", "link_expenses", "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", _s24_3, "\u05d9\u05ea\u05e8\u05ea \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05d4\u05de\u05e8\u05d4", _s25_1, "\u05d9\u05ea\u05e8\u05ea \u05ea\u05e9\u05dc\u05d5\u05dd \u05d4\u05de\u05e8\u05d4", "total_hours", "\u05e1\u05d4"\u05db \u05e9\u05e2\u05d5\u05ea", _s16_12, "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1-+\u05d9\u05de\u05d9\u05dd \u05db\u05d3\u05d9 \u05dc\u05d4\u05d2\u05d3\u05d9\u05e8 \u05d0\u05ea \u05d4\u05ea\u05d0\u05e8\u05d9\u05da \u05d1\u05e2\u05ea\u05d9\u05d3", _s18_8, "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1-PDF Viewer \u05e9\u05dc \u05d3\u05e4\u05d3\u05e4\u05df", _s23_, "\u05d0\u05d6\u05d4\u05e8\u05d4: \u05de\u05d5\u05e0\u05e2 \u05d0\u05d9\u05e0\u05d8\u05e8\u05d0\u05e7\u05e6\u05d9\u05d4 \u05e2\u05dd \u05d4\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4 \u05d3\u05e8\u05da \u05d4-PDF", "increase_prices", "\u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05de\u05d7\u05d9\u05e8\u05d9\u05dd", "update_prices", "\u05e2\u05d3\u05db\u05df \u05de\u05d7\u05d9\u05e8\u05d9\u05dd", "incresed_prices", "\u05d4\u05d5\u05e2\u05dc\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d4\u05de\u05d7\u05d9\u05e8\u05d9\u05dd \u05d1\u05ea\u05d5\u05e8", "updated_prices", "\u05d4\u05de\u05d7\u05d9\u05e8\u05d9\u05dd \u05d4\u05d5\u05e2\u05de\u05d3\u05d5 \u05d1\u05ea\u05d5\u05e8 \u05dc\u05e2\u05d3\u05db\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "bacs", "BACS \u05d4\u05d5\u05e8\u05d0\u05ea \u05e7\u05d1\u05e2", "api_token", "\u05d0\u05e1\u05d9\u05de\u05d5\u05df API", "api_key", "\u05de\u05e4\u05ea\u05d7 API", "endpoint", "\u05e0\u05e7\u05d5\u05d3\u05ea \u05e7\u05e6\u05d4", "billable", "\u05e0\u05d9\u05ea\u05df \u05dc\u05d7\u05d9\u05d5\u05d1", "not_billable", "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d7\u05d9\u05d5\u05d1", _s25_3, "\u05d0\u05e4\u05e9\u05e8 \u05e4\u05e8\u05d9\u05d8\u05d9 \u05de\u05e9\u05d9\u05de\u05d4 \u05e9\u05e0\u05d9\u05ea\u05e0\u05d9\u05dd \u05dc\u05d7\u05d9\u05d5\u05d1", _s30_, "\u05d0\u05e4\u05e9\u05e8 \u05e7\u05d1\u05d9\u05e2\u05ea \u05d4\u05ea\u05e6\u05d5\u05e8\u05d4 \u05e9\u05dc \u05e4\u05e8\u05d9\u05d8\u05d9 \u05d4\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e9\u05d7\u05d5\u05d9\u05d1\u05d5", _s26_, "\u05d4\u05e6\u05d2 \u05d0\u05ea \u05ea\u05d9\u05d0\u05d5\u05e8 \u05e4\u05e8\u05d9\u05d8 \u05d4\u05de\u05e9\u05d9\u05de\u05d4", _s31_, "\u05d0\u05e4\u05e9\u05e8 \u05e6\u05d9\u05d5\u05df \u05ea\u05d9\u05d0\u05d5\u05e8\u05d9 \u05e4\u05e8\u05d9\u05d8\u05d9 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", "email_record", "\u05e8\u05e9\u05d5\u05de\u05ea \u05d0\u05d9\u05de\u05d9\u05d9\u05dc", _s23_0, "\u05e2\u05de\u05d5\u05d3\u05d5\u05ea \u05de\u05d5\u05e6\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s21_1, "\u05e6\u05d9\u05d8\u05d5\u05d8 \u05e2\u05de\u05d5\u05d3\u05d5\u05ea \u05d4\u05de\u05d5\u05e6\u05e8", _s22_3, "\u05e1\u05db\u05d5\u05dd \u05ea\u05e9\u05dc\u05d5\u05dd \u05de\u05d9\u05e0\u05d9\u05de\u05dc\u05d9", _s25_5, "\u05ea\u05e9\u05dc\u05d5\u05de\u05d9\u05dd \u05d1\u05d9\u05d5\u05d6\u05de\u05ea \u05d4\u05dc\u05e7\u05d5\u05d7", _s30_0, "\u05ea\u05de\u05d9\u05db\u05d4 \u05d1\u05d1\u05d9\u05e6\u05d5\u05e2 \u05ea\u05e9\u05dc\u05d5\u05dd \u05d1\u05e4\u05d5\u05e8\u05d8\u05dc \u05d4\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05dc\u05dc\u05d0 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s27_, "\u05e9\u05ea\u05e3 \u05e2\u05de\u05d5\u05d3\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea/\u05d4\u05e6\u05e2\u05d5\u05ea \u05de\u05d7\u05d9\u05e8", "cc_email", "\u05d3\u05d5\u05d0"\u05dc CC", "payment_balance", "\u05d9\u05ea\u05e8\u05ea \u05ea\u05e9\u05dc\u05d5\u05dd", _s22_5, "\u05d0\u05e4\u05e9\u05e8 \u05dc\u05de\u05e9\u05ea\u05de\u05e9 \u05dc\u05d2\u05e9\u05ea \u05dc\u05d3\u05d5\u05d7\u05d5\u05ea, \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05de\u05d5\u05d2\u05d1\u05dc\u05d9\u05dd \u05dc\u05d4\u05e8\u05e9\u05d0\u05d5\u05ea \u05d6\u05de\u05d9\u05e0\u05d5\u05ea", "activity_138", "\u05ea\u05e9\u05dc\u05d5\u05dd :payment \u05e0\u05e9\u05dc\u05d7 \u05d1\u05d3\u05d5\u05d0"\u05dc \u05d0\u05dc :client", _s17_, "\u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05d7\u05d3 \u05e4\u05e2\u05de\u05d9\u05d9\u05dd", _s26_1, "\u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05d7\u05d3 \u05e4\u05e2\u05de\u05d9\u05d9\u05dd \u05d0\u05d5\u05e4\u05e6\u05d9\u05d5\u05e0\u05dc\u05d9\u05d9\u05dd", "required", "\u05e0\u05d3\u05e8\u05e9", "hidden", "\u05de\u05d5\u05bc\u05e1\u05ea\u05b8\u05e8", "payment_links", "\u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd", "action", "\u05e4\u05e2\u05d5\u05dc\u05d4", _s32_, "\u05e9\u05d3\u05e8\u05d2 \u05dc\u05ea\u05d5\u05db\u05e0\u05d9\u05ea \u05d1\u05ea\u05e9\u05dc\u05d5\u05dd \u05db\u05d3\u05d9 \u05dc\u05d9\u05e6\u05d5\u05e8 \u05dc\u05d5\u05d7\u05d5\u05ea \u05d6\u05de\u05e0\u05d9\u05dd", "next_run", "\u05d4\u05e8\u05d9\u05e6\u05d4 \u05d4\u05d1\u05d0\u05d4", "all_clients", "\u05db\u05dc \u05d4\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea", _s16_13, "\u05d4\u05e6\u05d2 \u05d0\u05ea \u05d8\u05d1\u05dc\u05ea \u05d4\u05d4\u05d6\u05d3\u05e7\u05e0\u05d5\u05ea", _s19_1, "\u05d4\u05e6\u05d2 \u05d0\u05ea \u05d8\u05d1\u05dc\u05ea \u05d4\u05ea\u05e9\u05dc\u05d5\u05de\u05d9\u05dd", _s26_3, _s26_4, "email_statement", "\u05d4\u05e6\u05d4\u05e8\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", "once", "\u05e4\u05bc\u05b7\u05e2\u05b7\u05dd", "schedule", "\u05ea\u05d6\u05de\u05df", "schedules", "\u05dc\u05d5\u05d7\u05d5\u05ea \u05d6\u05de\u05e0\u05d9\u05dd", "new_schedule", "\u05dc\u05d5\u05d7 \u05d6\u05de\u05e0\u05d9\u05dd \u05d7\u05d3\u05e9", "edit_schedule", "\u05e2\u05e8\u05d5\u05da \u05d0\u05ea \u05dc\u05d5\u05d7 \u05d4\u05d6\u05de\u05e0\u05d9\u05dd", _s16_15, "\u05dc\u05d5\u05d7 \u05d4\u05d6\u05de\u05e0\u05d9\u05dd \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_16, "\u05dc\u05d5\u05d7 \u05d4\u05d6\u05de\u05e0\u05d9\u05dd \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_1, "\u05dc\u05d5\u05d7 \u05d4\u05d6\u05de\u05e0\u05d9\u05dd \u05d4\u05d5\u05e2\u05d1\u05e8 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_17, "\u05dc\u05d5\u05d7 \u05d4\u05d6\u05de\u05e0\u05d9\u05dd \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_18, "\u05dc\u05d5\u05d7 \u05d4\u05d6\u05de\u05e0\u05d9\u05dd \u05d4\u05d5\u05e1\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_2, "\u05dc\u05d5\u05d7 \u05d4\u05d6\u05de\u05e0\u05d9\u05dd \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "search_schedule", "\u05d7\u05d9\u05e4\u05d5\u05e9 \u05dc\u05d5\u05d7 \u05d6\u05de\u05e0\u05d9\u05dd", _s16_19, "\u05d7\u05e4\u05e9 \u05dc\u05d5\u05d7\u05d5\u05ea \u05d6\u05de\u05e0\u05d9\u05dd", "archive_payment", "\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05ea\u05e9\u05dc\u05d5\u05dd", "archive_invoice", "\u05e9\u05dc\u05d7 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df", "archive_quote", "\u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df", "archive_credit", "\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d9\u05ea\u05e8\u05d4", "archive_task", "\u05d4\u05e2\u05d1\u05e8\u05ea \u05de\u05e9\u05d9\u05de\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df", "archive_client", "\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05dc\u05e7\u05d5\u05d7", "archive_project", "\u05d4\u05e2\u05d1\u05e8 \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df", "archive_expense", "\u05d4\u05e2\u05d1\u05e8 \u05d4\u05d5\u05e6\u05d0\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df", "restore_payment", "\u05e9\u05d7\u05d6\u05d5\u05e8 \u05ea\u05e9\u05dc\u05d5\u05dd", "restore_invoice", "\u05e9\u05d7\u05d6\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "restore_quote", "\u05e9\u05d7\u05d6\u05d5\u05e8 \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", "restore_credit", "\u05e9\u05d7\u05d6\u05d5\u05e8 \u05d0\u05e9\u05e8\u05d0\u05d9", "restore_task", "\u05e9\u05d7\u05d6\u05d5\u05e8 \u05de\u05e9\u05d9\u05de\u05d4", "restore_client", "\u05e9\u05d7\u05d6\u05d5\u05e8 \u05dc\u05e7\u05d5\u05d7", "restore_project", "\u05e9\u05d7\u05d6\u05e8 \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8", "restore_expense", "\u05e9\u05d7\u05d6\u05e8 \u05d4\u05d5\u05e6\u05d0\u05d4", "archive_vendor", "\u05d4\u05e2\u05d1\u05e8 \u05e1\u05e4\u05e7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df", "restore_vendor", "\u05e9\u05d7\u05d6\u05e8 \u05e1\u05e4\u05e7", "create_product", "\u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05de\u05d5\u05e6\u05e8", "update_product", "\u05e2\u05d3\u05db\u05df \u05d0\u05ea \u05d4\u05de\u05d5\u05e6\u05e8", "delete_product", "\u05de\u05d7\u05e7 \u05e4\u05e8\u05d9\u05d8", "restore_product", "\u05e9\u05d7\u05d6\u05e8 \u05de\u05d5\u05e6\u05e8", "archive_product", "\u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d0\u05ea \u05d4\u05de\u05d5\u05e6\u05e8 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df", _s21_3, "\u05e6\u05d5\u05e8 \u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9", _s21_5, "\u05e2\u05d3\u05db\u05d5\u05df \u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9", _s21_7, "\u05de\u05d7\u05e7 \u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9", _s22_6, "\u05e9\u05d7\u05d6\u05d5\u05e8 \u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9", _s22_8, "\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9", "sent_invoice", "\u05e0\u05e9\u05dc\u05d7\u05d4 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "sent_quote", "\u05e0\u05e9\u05dc\u05d7 \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", "sent_credit", "\u05e0\u05e9\u05dc\u05d7 \u05e7\u05e8\u05d3\u05d9\u05d8", _s19_3, "\u05e0\u05e9\u05dc\u05d7\u05d4 \u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9", "image_url", "\u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05ea\u05e8 \u05e9\u05dc \u05ea\u05de\u05d5\u05e0\u05d4", "max_quantity", "\u05db\u05de\u05d5\u05ea \u05de\u05e7\u05e1\u05d9\u05de\u05dc\u05d9\u05ea", "test_url", "\u05d1\u05d3\u05d5\u05e7 \u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05ea\u05e8", _s18_9, _s16_401, _s20_6, "\u05d4\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05de\u05d5\u05e6\u05d2\u05ea \u05d0\u05da \u05dc\u05d0 \u05e0\u05d1\u05d7\u05e8\u05d4", _s21_9, "\u05d4\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05de\u05d5\u05e6\u05d2\u05ea \u05d5\u05e0\u05d1\u05d7\u05e8\u05d4", _s21_10, _s16_401, "payment_methods", "\u05d0\u05de\u05e6\u05e2\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd", "view_all", "\u05e6\u05e4\u05d4 \u05d1\u05d4\u05db\u05dc", "edit_all", "\u05e2\u05e8\u05d5\u05da \u05d4\u05db\u05dc", _s28_0, "\u05e7\u05d1\u05dc \u05de\u05e1\u05e4\u05e8 \u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9", _s33_1, "\u05d0\u05e4\u05e9\u05e8 \u05dc\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05dc\u05e1\u05e4\u05e7 \u05de\u05e1\u05e4\u05e8 \u05d4\u05d6\u05de\u05e0\u05d4 \u05d1\u05e2\u05ea \u05d0\u05d9\u05e9\u05d5\u05e8 \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", "from_email", "\u05de\u05d3\u05d5\u05d0"\u05dc", "show_preview", "\u05d4\u05e6\u05d2 \u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4", "show_paid_stamp", "\u05d4\u05e6\u05d2 \u05d7\u05d5\u05ea\u05de\u05ea \u05d1\u05ea\u05e9\u05dc\u05d5\u05dd", _s21_11, "\u05d4\u05e6\u05d2 \u05db\u05ea\u05d5\u05d1\u05ea \u05dc\u05de\u05e9\u05dc\u05d5\u05d7", _s24_5, "\u05d0\u05d9\u05df \u05de\u05e1\u05de\u05db\u05d9\u05dd \u05d1\u05e8\u05e9\u05d5\u05de\u05d5\u05ea \u05e9\u05e0\u05d1\u05d7\u05e8\u05d5 \u05dc\u05d4\u05d5\u05e8\u05d3\u05d4", "pixels", "\u05e4\u05d9\u05e7\u05e1\u05dc\u05d9\u05dd", "logo_size", "\u05d2\u05d5\u05d3\u05dc \u05dc\u05d5\u05d2\u05d5", "postal_city", "\u05e2\u05d9\u05e8 / \u05de\u05d9\u05e7\u05d5\u05d3", "failed", "\u05e0\u05b4\u05db\u05e9\u05c1\u05b8\u05dc", "client_contacts", "\u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea", "sync_from", "\u05e1\u05e0\u05db\u05e8\u05d5\u05df \u05de\u05d0\u05ea", _s19_6, "\u05e1\u05e3 \u05de\u05dc\u05d0\u05d9", "hour", "\u05e9\u05e2\u05d4", _s17_3, "\u05d4\u05e6\u05d4\u05e8\u05ea \u05d4\u05d5\u05e2\u05de\u05d3\u05d4 \u05d1\u05ea\u05d5\u05e8 \u05dc\u05e9\u05dc\u05d9\u05d7\u05d4", _s17_4, "\u05d4\u05e6\u05d2 \u05db\u05d5\u05ea\u05e8\u05ea \u05ea\u05d7\u05ea\u05d5\u05e0\u05d4 \u05e9\u05dc \u05d3\u05d5\u05d0"\u05dc", _s18_10, "\u05e9\u05e2\u05d5\u05ea \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s23_2, "\u05d4\u05d5\u05e1\u05e3 \u05d0\u05ea \u05d4\u05e9\u05e2\u05d5\u05ea \u05dc\u05e4\u05e8\u05d9\u05d8\u05d9 \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s27_1, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e8\u05d2\u05d9\u05dc\u05d5\u05ea \u05dc\u05d7\u05d9\u05d5\u05d1 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9", _s28_2, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05d7\u05d5\u05d6\u05e8\u05d5\u05ea \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05d5\u05ea", "email_alignment", "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05d0\u05d9\u05de\u05d9\u05d9\u05dc", _s20_7, "\u05de\u05d9\u05e7\u05d5\u05dd \u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4 \u05e9\u05dc PDF", "mailgun", "\u05d3\u05d5\u05d0\u05e8 \u05e8\u05d5\u05d1\u05d4", "postmark", "\u05d7\u05d5\u05b9\u05ea\u05b6\u05de\u05b6\u05ea \u05d3\u05d5\u05b9\u05d0\u05b7\u05e8", "microsoft", "\u05de\u05d9\u05e7\u05e8\u05d5\u05e1\u05d5\u05e4\u05d8", _s27_3, "\u05dc\u05d7\u05e5 \u05e2\u05dc + \u05db\u05d3\u05d9 \u05dc\u05d9\u05e6\u05d5\u05e8 \u05e8\u05e9\u05d5\u05de\u05d4", "last365_days", "365 \u05d4\u05d9\u05de\u05d9\u05dd \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d9\u05dd", "import_design", "\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d9\u05d9\u05d1\u05d5\u05d0", "imported_design", "\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d9\u05d5\u05d1\u05d0 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "invalid_design", "\u05d4\u05e2\u05d9\u05e6\u05d5\u05d1 \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9, \u05d4\u05e7\u05d8\u05e2 :value \u05d7\u05e1\u05e8", _s17_6, "\u05d4\u05d0\u05dd \u05ea\u05e8\u05e6\u05d4 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05d0\u05ea \u05d4\u05dc\u05d5\u05d2\u05d5 \u05e9\u05dc\u05da?", "upload", "\u05d4\u05e2\u05dc\u05d0\u05d4", _s17_7, "\u05d2\u05e8\u05e1\u05d4 \u05de\u05d5\u05ea\u05e7\u05e0\u05ea", _s23_3, "\u05d4\u05d5\u05d3\u05e2 \u05dc\u05e1\u05e4\u05e7 \u05d1\u05e2\u05ea \u05ea\u05e9\u05dc\u05d5\u05dd", _s28_5, "\u05e9\u05dc\u05d7 \u05de\u05d9\u05d9\u05dc \u05dc\u05e1\u05e4\u05e7 \u05db\u05d0\u05e9\u05e8 \u05d4\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05e1\u05d5\u05de\u05e0\u05ea \u05db\u05e9\u05d5\u05dc\u05dd", "update_payment", "\u05e2\u05d3\u05db\u05df \u05ea\u05e9\u05dc\u05d5\u05dd", "markup", "\u05e1\u05d9\u05de\u05d5\u05df", _s22_10, "\u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9 \u05e0\u05d5\u05e6\u05e8\u05d4", _s19_8, "\u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9 \u05e0\u05e9\u05dc\u05d7\u05d4", _s21_13, "\u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9 \u05e0\u05e6\u05e4\u05d4", _s23_5, "\u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9 \u05d4\u05ea\u05e7\u05d1\u05dc\u05d4", _s20_9, "\u05e1\u05db\u05d5\u05dd \u05d4\u05d6\u05d9\u05db\u05d5\u05d9 \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc \u05de\u05e1\u05db\u05d5\u05dd \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd", "klarna", "\u05e7\u05dc\u05e8\u05e0\u05d4", _s29_7, "\u05d4\u05d2\u05d3\u05e8 \u05e9\u05e2\u05e8 \u05d7\u05dc\u05d9\u05e4\u05d9\u05df \u05d1\u05e2\u05ea \u05d4\u05d6\u05e0\u05ea \u05ea\u05e9\u05dc\u05d5\u05dd \u05d9\u05d3\u05e0\u05d9", _s29_8, "\u05d4\u05d2\u05d3\u05e8 \u05e9\u05e2\u05e8 \u05d7\u05dc\u05d9\u05e4\u05d9\u05df \u05d1\u05e2\u05ea \u05d9\u05e6\u05d9\u05e8\u05ea \u05d4\u05d5\u05e6\u05d0\u05d4", "matomo_url", "\u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05ea\u05e8 \u05e9\u05dc Matomo", "matomo_id", "\u05d6\u05d9\u05d4\u05d5\u05d9 Matomo", _s21_15, "\u05d4\u05d5\u05e1\u05e3 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s25_7, "\u05e9\u05dc\u05d7 \u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05db\u05d0\u05e9\u05e8 \u05de\u05ea\u05d1\u05e6\u05e2 \u05ea\u05e9\u05dc\u05d5\u05dd \u05de\u05e7\u05d5\u05d5\u05df", _s25_8, "\u05e9\u05dc\u05d7 \u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05d1\u05e2\u05ea \u05d4\u05d6\u05e0\u05ea \u05ea\u05e9\u05dc\u05d5\u05dd \u05d9\u05d3\u05e0\u05d9\u05ea", _s28_6, "\u05e9\u05dc\u05d7 \u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05d1\u05e2\u05ea \u05e1\u05d9\u05de\u05d5\u05df \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05db\u05e9\u05d5\u05dc\u05de\u05d4", "delete_project", "\u05de\u05d7\u05e7 \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8", _s18_12, "\u05e2\u05e1\u05e7\u05d4 \u05de\u05e7\u05d5\u05e9\u05e8\u05ea \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "link_payment", "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05ea\u05e9\u05dc\u05d5\u05dd", "link_expense", "\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8", _s19_10, "\u05e0\u05e2\u05dc \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e2\u05dd \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s24_6, "\u05de\u05e0\u05d9\u05e2\u05ea \u05e2\u05e8\u05d9\u05db\u05ea \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05dc\u05d0\u05d7\u05e8 \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s21_16, "\u05e0\u05d3\u05e8\u05e9\u05ea \u05d4\u05e8\u05e9\u05de\u05d4", _s26_6, "\u05d3\u05e8\u05e9\u05d5 \u05de\u05d4\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05dc\u05d4\u05d9\u05e8\u05e9\u05dd", _s24_7, "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05e0\u05d9\u05d4\u05d5\u05dc \u05de\u05dc\u05d0\u05d9", _s29_9, "\u05d3\u05e8\u05d5\u05e9 \u05e9\u05d4\u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05d9\u05d4\u05d9\u05d5 \u05d1\u05de\u05dc\u05d0\u05d9", _s17_9, "\u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05d0\u05d5\u05e4\u05e6\u05d9\u05d5\u05e0\u05dc\u05d9\u05d9\u05dd", _s27_5, "\u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05d7\u05d5\u05d6\u05e8\u05d9\u05dd \u05d0\u05d5\u05e4\u05e6\u05d9\u05d5\u05e0\u05dc\u05d9\u05d9\u05dd", "convert_matched", "\u05dc\u05d4\u05de\u05d9\u05e8", _s19_12, "\u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d4\u05d5\u05e2\u05de\u05d3\u05d4 \u05d1\u05ea\u05d5\u05e8 \u05dc\u05d7\u05d9\u05d5\u05d1 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9", _s20_10, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05d4\u05d5\u05e2\u05de\u05d3\u05d5 \u05d1\u05ea\u05d5\u05e8 \u05dc\u05d7\u05d9\u05d5\u05d1 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9", "operator", "\u05de\u05b7\u05e4\u05e2\u05b4\u05d9\u05dc", "value", "\u05e2\u05e8\u05da", "is", "\u05d4\u05d0\u05dd", "contains", "\u05de\u05db\u05d9\u05dc", "starts_with", "\u05de\u05ea\u05d7\u05d9\u05dc \u05e2\u05dd", "is_empty", "\u05d6\u05d4 \u05e8\u05d9\u05e7", "add_rule", "\u05d4\u05d5\u05e1\u05e3 \u05db\u05dc\u05dc", "match_all_rules", "\u05d4\u05ea\u05d0\u05dd \u05d0\u05ea \u05db\u05dc \u05d4\u05db\u05dc\u05dc\u05d9\u05dd", _s20_11, "\u05db\u05dc \u05d4\u05e7\u05e8\u05d9\u05d8\u05e8\u05d9\u05d5\u05e0\u05d9\u05dd \u05e6\u05e8\u05d9\u05db\u05d9\u05dd \u05dc\u05d4\u05ea\u05d0\u05d9\u05dd \u05db\u05d3\u05d9 \u05e9\u05d4\u05db\u05dc\u05dc \u05d9\u05d5\u05d7\u05dc", _s17_11, "\u05d4\u05de\u05e8 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05e2\u05e1\u05e7\u05d0\u05d5\u05ea \u05de\u05d5\u05ea\u05d0\u05de\u05d5\u05ea \u05dc\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", "rules", "\u05db\u05dc\u05dc\u05d9\u05dd", _s16_21, "\u05db\u05dc\u05dc \u05e2\u05e1\u05e7\u05d4", _s17_12, "\u05db\u05dc\u05dc\u05d9 \u05e2\u05e1\u05e7\u05d4", _s20_12, "\u05db\u05dc\u05dc \u05e2\u05e1\u05e7\u05d4 \u05d7\u05d3\u05e9", _s21_18, "\u05e2\u05e8\u05d5\u05da \u05d0\u05ea \u05db\u05dc\u05dc \u05d4\u05e2\u05e1\u05e7\u05d4", _s24_9, "\u05db\u05dc\u05dc \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s24_10, "\u05db\u05dc\u05dc \u05d4\u05e2\u05e1\u05e7\u05d4 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_10, "\u05db\u05dc\u05dc \u05d4\u05e2\u05e1\u05e7\u05d4 \u05d4\u05d5\u05e2\u05d1\u05e8 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s24_11, "\u05db\u05dc\u05dc \u05d4\u05e2\u05e1\u05e7\u05d4 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s24_12, "\u05db\u05dc\u05dc \u05d4\u05e2\u05e1\u05e7\u05d4 \u05d4\u05d5\u05e1\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_11, "\u05db\u05dc\u05dc \u05d4\u05e2\u05e1\u05e7\u05d4 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s23_7, "\u05db\u05dc\u05dc \u05e2\u05e1\u05e7\u05ea \u05d7\u05d9\u05e4\u05d5\u05e9", _s24_13, "\u05db\u05dc\u05dc\u05d9 \u05e2\u05e1\u05e7\u05d0\u05d5\u05ea \u05d7\u05d9\u05e4\u05d5\u05e9", _s21_20, "\u05e9\u05de\u05d5\u05e8 \u05ea\u05e0\u05d0\u05d9\u05dd \u05db\u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc", _s22_12, "\u05e9\u05de\u05d5\u05e8 \u05db\u05db\u05d5\u05ea\u05e8\u05ea \u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc", "auto_sync", "\u05e1\u05e0\u05db\u05e8\u05d5\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9", _s16_23, "\u05e8\u05e2\u05e0\u05df \u05d7\u05e9\u05d1\u05d5\u05e0\u05d5\u05ea", _s31_2, "\u05e9\u05d3\u05e8\u05d2 \u05dc-Enterprise \u05db\u05d3\u05d9 \u05dc\u05d7\u05d1\u05e8 \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05df \u05d4\u05d1\u05e0\u05e7 \u05e9\u05dc\u05da", _s34_0, "\u05dc\u05d7\u05e5 \u05db\u05d0\u05df \u05db\u05d3\u05d9 \u05dc\u05d7\u05d1\u05e8 \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05df \u05d4\u05d1\u05e0\u05e7 \u05e9\u05dc\u05da", "disable_2fa", "\u05d4\u05e9\u05d1\u05ea \u05d0\u05ea 2FA", "change_number", "\u05e9\u05e0\u05d4 \u05de\u05e1\u05e4\u05e8", "resend_code", "\u05e9\u05dc\u05d7 \u05e7\u05d5\u05d3 \u05e9\u05d5\u05d1", "base_type", "\u05e1\u05d5\u05d2 \u05d1\u05e1\u05d9\u05e1", "category_type", "\u05e1\u05d5\u05d2 \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4", _s16_25, "\u05e2\u05b4\u05e1\u05e7\u05b8\u05d4", "bulk_print", "\u05d4\u05d3\u05e4\u05e1 PDF", _s18_13, "\u05de\u05d9\u05e7\u05d5\u05d3 \u05d4\u05e1\u05e4\u05e7", _s16_26, "\u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4 \u05e9\u05dc \u05de\u05d9\u05e7\u05d5\u05dd", "bottom", "\u05ea\u05b7\u05d7\u05ea\u05b4\u05d9\u05ea", "side", "\u05e6\u05b7\u05d3", "pdf_preview", "\u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4 \u05e9\u05dc PDF", _s20_14, "\u05dc\u05d7\u05e5 \u05dc\u05d7\u05d9\u05e6\u05d4 \u05d0\u05e8\u05d5\u05db\u05d4 \u05db\u05d3\u05d9 \u05dc\u05d1\u05d7\u05d5\u05e8", _s21_22, "\u05de\u05e1\u05e4\u05e8 \u05d4\u05d6\u05de\u05e0\u05d4", _s19_13, "\u05e4\u05e8\u05d9\u05d8 \u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9", _s22_14, "\u05d4\u05d0\u05dd \u05ea\u05e8\u05e6\u05d4 \u05dc\u05d3\u05e8\u05d2 \u05d0\u05ea \u05d4\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4?", "include_deleted", "\u05db\u05dc\u05d5\u05dc \u05e0\u05de\u05d7\u05e7", _s20_16, "\u05db\u05dc\u05d5\u05dc \u05e8\u05e9\u05d5\u05de\u05d5\u05ea \u05e9\u05e0\u05de\u05d7\u05e7\u05d5 \u05d1\u05d3\u05d5\u05d7\u05d5\u05ea", "due_on", "\u05de\u05d5\u05e2\u05d3", _s22_15, "\u05e2\u05e1\u05e7\u05d0\u05d5\u05ea \u05d4\u05d5\u05de\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s20_17, "\u05d7\u05e9\u05d1\u05d5\u05df \u05d1\u05e0\u05e7 \u05e0\u05d5\u05e1\u05e3 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s20_18, "\u05d7\u05e9\u05d1\u05d5\u05df \u05d1\u05e0\u05e7 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_14, "\u05e2\u05e8\u05d5\u05da \u05d7\u05e9\u05d1\u05d5\u05df \u05d1\u05e0\u05e7", _s16_28, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc", "account_type", "\u05e1\u05d5\u05d2 \u05d4\u05d7\u05e9\u05d1\u05d5\u05df", _s16_30, "\u05d7\u05e9\u05d1\u05d5\u05df \u05d1\u05e0\u05e7 \u05d7\u05d3\u05e9", _s16_31, "\u05d7\u05d1\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d5\u05ea", "manage_rules", "\u05e0\u05d4\u05dc \u05db\u05dc\u05dc\u05d9\u05dd", "search_category", "\u05d7\u05e4\u05e9 \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4 1", _s17_17, "\u05d7\u05e4\u05e9 \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d5\u05ea :count", "min_amount", "\u05db\u05de\u05d5\u05ea \u05de\u05d9\u05e0\u05d9\u05de\u05dc\u05d9\u05ea", "max_amount", "\u05db\u05de\u05d5\u05ea \u05de\u05e7\u05e1\u05d9\u05de\u05dc\u05d9\u05ea", "selected", "\u05e0\u05d1\u05d7\u05e8\u05d9\u05dd", _s21_24, "\u05d4\u05e2\u05e1\u05e7\u05d4 \u05d4\u05d5\u05de\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s18_15, "\u05d4\u05de\u05e8 \u05dc\u05ea\u05e9\u05dc\u05d5\u05dd", "deposit", "\u05dc\u05b0\u05d4\u05b7\u05e4\u05b0\u05e7\u05b4\u05d9\u05d3", "withdrawal", "\u05e0\u05b0\u05e1\u05b4\u05d9\u05d2\u05b8\u05d4", "deposits", "\u05e4\u05d9\u05e7\u05d3\u05d5\u05e0\u05d5\u05ea", "withdrawals", "\u05de\u05e9\u05d9\u05db\u05d5\u05ea", "matched", "\u05ea\u05d5\u05d0\u05dd", "unmatched", "\u05e9\u05c1\u05b6\u05d0\u05b5\u05d9\u05df \u05db\u05bc\u05b8\u05de\u05d5\u05b9\u05d4\u05d5\u05bc", "create_credit", "\u05e6\u05d5\u05e8 \u05d0\u05e9\u05e8\u05d0\u05d9", "update_credit", "\u05e2\u05d3\u05db\u05df \u05d9\u05ea\u05e8\u05ea \u05d6\u05db\u05d5\u05ea", "delete_credit", "\u05de\u05d7\u05e7 \u05d9\u05ea\u05e8\u05d4", "transaction", "\u05e2\u05b4\u05e1\u05e7\u05b8\u05d4", "transactions", "\u05e2\u05e1\u05e7\u05d0\u05d5\u05ea", "new_transaction", "\u05e2\u05e1\u05e7\u05d4 \u05d7\u05d3\u05e9\u05d4", _s16_33, "\u05e2\u05e8\u05d5\u05da \u05e2\u05e1\u05e7\u05d4", _s19_15, "\u05d4\u05e2\u05e1\u05e7\u05d4 \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s19_16, "\u05d4\u05e2\u05e1\u05e7\u05d4 \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s20_19, "\u05d4\u05e2\u05e1\u05e7\u05d4 \u05d4\u05d5\u05e2\u05d1\u05e8\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s19_17, "\u05d4\u05e2\u05e1\u05e7\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s19_18, "\u05d4\u05e2\u05e1\u05e7\u05d4 \u05d4\u05d5\u05e1\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s20_20, "\u05d4\u05e2\u05e1\u05e7\u05d4 \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s18_17, "\u05e2\u05e1\u05e7\u05ea \u05d7\u05d9\u05e4\u05d5\u05e9", _s19_19, "\u05d7\u05e4\u05e9 \u05e2\u05e1\u05e7\u05d0\u05d5\u05ea :count", "bank_account", "Bank Account", "bank_accounts", "\u05db\u05e8\u05d8\u05d9\u05e1 \u05d0\u05e9\u05e8\u05d0\u05d9 \u05d5\u05d4\u05e2\u05d1\u05e8\u05d4 \u05d1\u05e0\u05e7\u05d0\u05d9\u05ea", _s21_25, "\u05d7\u05e9\u05d1\u05d5\u05df \u05d1\u05e0\u05e7 \u05d4\u05d5\u05e2\u05d1\u05e8 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s20_21, "\u05d7\u05e9\u05d1\u05d5\u05df \u05d4\u05d1\u05e0\u05e7 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s20_22, "\u05d7\u05e9\u05d1\u05d5\u05df \u05d4\u05d1\u05e0\u05e7 \u05d4\u05d5\u05e1\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s21_26, "\u05d7\u05e9\u05d1\u05d5\u05df \u05d4\u05d1\u05e0\u05e7 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s19_20, "\u05d7\u05e4\u05e9 \u05d1\u05d7\u05e9\u05d1\u05d5\u05df \u05d1\u05e0\u05e7", _s20_23, "\u05d7\u05e4\u05e9 :count \u05d7\u05e9\u05d1\u05d5\u05e0\u05d5\u05ea \u05d1\u05e0\u05e7", "connect", "\u05dc\u05b0\u05d7\u05b7\u05d1\u05bc\u05b5\u05e8", _s23_9, "\u05e1\u05de\u05df \u05d3\u05d5\u05d0"\u05dc \u05ea\u05e9\u05dc\u05d5\u05dd \u05d1\u05ea\u05e9\u05dc\u05d5\u05dd", _s18_19, "\u05d4\u05de\u05e8 \u05dc\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8", "client_email", "\u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05dc\u05dc\u05e7\u05d5\u05d7", _s20_24, "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s25_12, "\u05d4\u05d5\u05e1\u05e3 \u05d0\u05ea \u05d4\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05dc\u05e4\u05e8\u05d9\u05d8\u05d9 \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "field", "\u05e9\u05d3\u05d4", "period", "\u05e4\u05e8\u05e7 \u05d6\u05de\u05df", "fields_per_row", "\u05e9\u05d3\u05d5\u05ea \u05d1\u05db\u05dc \u05e9\u05d5\u05e8\u05d4", _s21_27, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea", _s26_8, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05dc\u05dc\u05d0 \u05ea\u05e9\u05dc\u05d5\u05dd", _s24_16, "\u05ea\u05e9\u05dc\u05d5\u05de\u05d9\u05dd \u05e9\u05d4\u05d5\u05e9\u05dc\u05de\u05d5", _s23_11, "\u05ea\u05e9\u05dc\u05d5\u05de\u05d9\u05dd \u05de\u05d5\u05d7\u05d6\u05e8\u05d9\u05dd", _s19_22, "\u05e6\u05d9\u05d8\u05d5\u05d8\u05d9\u05dd \u05e4\u05e2\u05d9\u05dc\u05d9\u05dd", _s21_28, "\u05e6\u05d9\u05d8\u05d5\u05d8\u05d9\u05dd \u05de\u05d0\u05d5\u05e9\u05e8\u05d9\u05dd", _s23_12, "\u05e6\u05d9\u05d8\u05d5\u05d8\u05d9\u05dd \u05dc\u05d0 \u05de\u05d0\u05d5\u05e9\u05e8\u05d9\u05dd", _s18_22, "\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05de\u05ea\u05d5\u05e2\u05d3\u05d5\u05ea", _s20_27, "\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e2\u05dd \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s16_35, "\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d1\u05ea\u05e9\u05dc\u05d5\u05dd", _s21_29, "\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05e8\u05e9\u05d5\u05de\u05d5\u05ea", _s22_16, "\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05de\u05de\u05ea\u05d9\u05e0\u05d5\u05ea", _s23_13, "\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", _s27_8, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05e9\u05e9\u05d5\u05dc\u05de\u05d5", "activity_130", ":user \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9 :purchase_order", "activity_131", ":user \u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9 \u05de\u05e2\u05d5\u05d3\u05db\u05e0\u05ea :purchase_order", "activity_132", ":user \u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9 \u05d1\u05d0\u05e8\u05db\u05d9\u05d5\u05df :purchase_order", "activity_133", ":user \u05e0\u05de\u05d7\u05e7\u05d4 \u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9 :purchase_order", "activity_134", ":user \u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9 \u05de\u05e9\u05d5\u05d7\u05d6\u05e8\u05ea :purchase_order", "activity_135", ":user \u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9 \u05d1\u05d3\u05d5\u05d0"\u05dc :purchase_order", "activity_136", ":contact \u05e0\u05e6\u05e4\u05d4 \u05d1\u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9 :purchase_order", "activity_137", ":contact \u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9 \u05de\u05e7\u05d5\u05d1\u05dc\u05ea :purchase_order", "vendor_portal", "\u05e4\u05d5\u05e8\u05d8\u05dc \u05e1\u05e4\u05e7\u05d9\u05dd", "send_code", "\u05e9\u05dc\u05d7 \u05e7\u05d5\u05d3", _s24_17, "\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e8\u05e9\u05d5\u05de\u05d4 \u05db\u05d3\u05d9 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05de\u05e1\u05de\u05db\u05d9\u05dd", _s17_21, "\u05e9\u05d9\u05e2\u05d5\u05e8\u05d9 \u05de\u05e1 \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", _s22_17, "\u05ea\u05e2\u05e8\u05d9\u05e4\u05d9 \u05de\u05e1 \u05e2\u05dc \u05e4\u05e8\u05d9\u05d8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s21_31, "\u05de\u05e1\u05e4\u05e8 \u05d4\u05d8\u05dc\u05e4\u05d5\u05df \u05d0\u05d5\u05de\u05ea \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "code_was_sent", "\u05e7\u05d5\u05d3 \u05e0\u05e9\u05dc\u05d7 \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea SMS", _s16_37, "\u05e7\u05d5\u05d3 \u05e0\u05e9\u05dc\u05d7 \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea SMS \u05d0\u05dc :number", "resend", "\u05e9\u05dc\u05d7 \u05e9\u05d5\u05d1", "verify", "\u05ea\u05d0\u05e9\u05e8", _s18_23, "\u05d0\u05e0\u05d0 \u05e1\u05e4\u05e7 \u05de\u05e1\u05e4\u05e8 \u05d8\u05dc\u05e4\u05d5\u05df", _s20_28, "\u05de\u05e1\u05e4\u05e8 \u05d8\u05dc\u05e4\u05d5\u05df \u05dc\u05d0 \u05ea\u05e7\u05d9\u05df", _s19_23, "\u05d0\u05de\u05ea \u05d0\u05ea \u05de\u05e1\u05e4\u05e8 \u05d4\u05d8\u05dc\u05e4\u05d5\u05df", _s24_18, "\u05d0\u05e0\u05d0 \u05d0\u05de\u05ea \u05d0\u05ea \u05de\u05e1\u05e4\u05e8 \u05d4\u05d8\u05dc\u05e4\u05d5\u05df \u05e9\u05dc\u05da \u05db\u05d3\u05d9 \u05dc\u05e9\u05dc\u05d5\u05d7 \u05de\u05d9\u05d9\u05dc\u05d9\u05dd", _s28_8, "\u05d0\u05e0\u05d0 \u05d0\u05de\u05ea \u05d0\u05ea \u05de\u05e1\u05e4\u05e8 \u05d4\u05d8\u05dc\u05e4\u05d5\u05df \u05e9\u05dc\u05da \u05dc\u05d2\u05d9\u05d1\u05d5\u05d9 2FA", "merged_clients", "\u05de\u05d5\u05d6\u05d2 \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "merge_into", "\u05de\u05d9\u05d6\u05d5\u05d2 \u05dc\u05ea\u05d5\u05da", "merge", "\u05dc\u05b0\u05de\u05b7\u05d6\u05b5\u05d2", _s21_32, "\u05e9\u05d9\u05e0\u05d5\u05d9 \u05de\u05d7\u05d9\u05e8 \u05de\u05ea\u05e7\u05d1\u05dc", _s19_25, "\u05e9\u05d9\u05e0\u05d5\u05d9 \u05d4\u05de\u05d7\u05d9\u05e8 \u05e0\u05db\u05e9\u05dc \u05e2\u05dd \u05d4\u05e7\u05d5\u05d3", _s17_23, "\u05dc\u05e9\u05d7\u05d6\u05e8 \u05e8\u05db\u05d9\u05e9\u05d5\u05ea", "activate", "\u05dc\u05b0\u05d4\u05b7\u05e4\u05b0\u05e2\u05b4\u05d9\u05dc", "connect_apple", "\u05d7\u05d1\u05e8 \u05d0\u05ea \u05d0\u05e4\u05dc", _s16_38, "\u05e0\u05ea\u05e7 \u05d0\u05ea \u05d0\u05e4\u05dc", _s18_24, "\u05d0\u05e4\u05dc \u05e0\u05d9\u05ea\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "send_now", "\u05e9\u05dc\u05d7 \u05e2\u05db\u05e9\u05d9\u05d5", "received", "\u05e7\u05d9\u05d1\u05dc\u05d5", _s19_26, "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9", _s20_30, "\u05d4\u05d5\u05de\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc\u05d4\u05d5\u05e6\u05d0\u05d4", _s21_34, "\u05d4\u05d5\u05de\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", _s18_25, "\u05d4\u05de\u05e8\u05d4 \u05dc\u05d4\u05d5\u05e6\u05d0\u05d4", _s16_40, "\u05d4\u05d5\u05e1\u05e3 \u05dc\u05de\u05dc\u05d0\u05d9", _s33_9, "\u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9 \u05e0\u05d5\u05e1\u05e4\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc\u05de\u05dc\u05d0\u05d9", _s34_7, "\u05d4\u05d5\u05e1\u05e4\u05ea \u05d4\u05d6\u05de\u05e0\u05d5\u05ea \u05e8\u05db\u05e9 \u05dc\u05de\u05dc\u05d0\u05d9 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s22_19, "\u05d4\u05e2\u05dc\u05d0\u05ea \u05de\u05e1\u05de\u05da \u05dc\u05e7\u05d5\u05d7", _s22_21, "\u05d4\u05e2\u05dc\u05d0\u05ea \u05de\u05e1\u05de\u05db\u05d9 \u05e1\u05e4\u05e7", _s27_10, "\u05d0\u05e4\u05e9\u05e8 \u05dc\u05e1\u05e4\u05e7\u05d9\u05dd \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05de\u05e1\u05de\u05db\u05d9\u05dd", _s24_19, "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05e0\u05d4\u05e0\u05d4 \u05de\u05d4\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4?", "yes_its_great", "\u05db\u05df \u05d6\u05d4 \u05de\u05e2\u05d5\u05dc\u05d4!", "not_so_much", "\u05dc\u05d0 \u05db\u05dc \u05db\u05da", _s17_25, "\u05e0\u05d4\u05d3\u05e8 \u05dc\u05e9\u05de\u05d5\u05e2! \u05d4\u05d0\u05dd \u05ea\u05e8\u05e6\u05d4 \u05dc\u05d3\u05e8\u05d2 \u05d0\u05d5\u05ea\u05d5?", _s22_23, "\u05de\u05e6\u05d8\u05e2\u05e8 \u05dc\u05e9\u05de\u05d5\u05e2 \u05d6\u05d0\u05ea! \u05ea\u05e8\u05e6\u05d4 \u05dc\u05e1\u05e4\u05e8 \u05dc\u05e0\u05d5 \u05d9\u05d5\u05ea\u05e8?", "sure_happy_to", "\u05d1\u05d8\u05d7, \u05e9\u05de\u05d7", "no_not_now", "\u05dc\u05d0 \u05dc\u05d0 \u05e2\u05db\u05e9\u05d9\u05d5", "add", "\u05dc\u05b0\u05d4\u05d5\u05b9\u05e1\u05b4\u05d9\u05e3", _s18_27, "\u05ea\u05d1\u05e0\u05d9\u05ea \u05e9\u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4", _s22_24, "\u05d0\u05e4\u05e9\u05e8 \u05d7\u05d9\u05e4\u05d5\u05e9 \u05d2\u05de\u05d9\u05e9", _s27_11, "\u05d4\u05ea\u05d0\u05dd \u05ea\u05d5\u05d5\u05d9\u05dd \u05dc\u05d0 \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd, \u05db\u05dc\u05d5\u05de\u05e8. "ct" \u05de\u05ea\u05d0\u05d9\u05dd \u05dc"\u05d7\u05ea\u05d5\u05dc"", "vendor_details", "\u05e4\u05e8\u05d8\u05d9 \u05e1\u05e4\u05e7", _s22_26, "\u05e4\u05e8\u05d8\u05d9 \u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9", "qr_iban", "QR IBAN", "besr_id", "\u05de\u05d6\u05d4\u05d4 BESR", "accept", "\u05dc\u05b0\u05e7\u05b7\u05d1\u05bc\u05b5\u05dc", _s23_14, "\u05e9\u05d9\u05d1\u05d5\u05d8 \u05dc-PO", _s20_31, "\u05dc\u05e1\u05e4\u05e7 \u05d0\u05d9\u05df \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05de\u05d5\u05d2\u05d3\u05e8\u05ea", "bulk_send_email", "\u05e9\u05dc\u05d7 \u05d0\u05d9\u05de\u05d9\u05d9\u05dc", _s29_12, "\u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9 \u05e1\u05d5\u05de\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05db\u05e0\u05e9\u05dc\u05d7\u05d4", _s30_3, "\u05d4\u05d6\u05de\u05e0\u05d5\u05ea \u05e8\u05db\u05e9 \u05e1\u05d5\u05de\u05e0\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05db\u05e0\u05e9\u05dc\u05d7\u05d5\u05ea", _s23_15, "\u05d4\u05d6\u05de\u05e0\u05ea \u05d4\u05e8\u05db\u05e9 \u05d4\u05ea\u05e7\u05d1\u05dc\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s24_20, "\u05d4\u05d6\u05de\u05e0\u05d5\u05ea \u05e8\u05db\u05e9 \u05d4\u05ea\u05e7\u05d1\u05dc\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s24_21, "\u05d4\u05d6\u05de\u05e0\u05ea \u05d4\u05e8\u05db\u05e9 \u05d1\u05d5\u05d8\u05dc\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_14, "\u05d1\u05d5\u05d8\u05dc\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d4\u05d6\u05de\u05e0\u05d5\u05ea \u05e8\u05db\u05e9", "accepted", "\u05de\u05b0\u05e7\u05d5\u05bc\u05d1\u05bc\u05b8\u05dc", _s22_28, "\u05d0\u05e0\u05d0 \u05d1\u05d7\u05e8 \u05e1\u05e4\u05e7", _s20_32, "\u05e1\u05d4"\u05db \u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9", _s20_34, "\u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9 \u05d1\u05d3\u05d5\u05d0"\u05dc", _s26_9, "\u05d4\u05d6\u05de\u05e0\u05d5\u05ea \u05e8\u05db\u05e9 \u05d1\u05d3\u05d5\u05d0"\u05dc", _s18_29, "\u05d4\u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05e0\u05d9\u05ea\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "connect_email", "\u05d7\u05d1\u05e8 \u05d0\u05d9\u05de\u05d9\u05d9\u05dc", _s16_43, "\u05e0\u05ea\u05e7 \u05d0\u05d9\u05de\u05d9\u05d9\u05dc", _s32_5, "\u05d0\u05e0\u05d0 \u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d9\u05ea \u05d4\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05db\u05d3\u05d9 \u05dc\u05d4\u05ea\u05d7\u05d1\u05e8 \u05dc-Microsoft", "email_provider", "\u05e1\u05e4\u05e7 \u05d3\u05d5\u05d0"\u05dc", _s17_26, "\u05d7\u05d1\u05e8 \u05d0\u05ea Microsoft", _s20_36, "\u05e0\u05ea\u05e7 \u05d0\u05ea Microsoft", _s19_28, "\u05d7\u05d9\u05d1\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d0\u05ea Microsoft", _s22_30, "\u05e0\u05d9\u05ea\u05d5\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05e9\u05dc Microsoft", _s17_28, "\u05d4\u05ea\u05d7\u05d1\u05e8 \u05e2\u05dd \u05de\u05d9\u05e7\u05e8\u05d5\u05e1\u05d5\u05e4\u05d8", _s17_29, "\u05d4\u05d9\u05e8\u05e9\u05dd \u05dc-Microsoft", _s22_32, "\u05d4\u05d6\u05de\u05e0\u05ea \u05d4\u05e8\u05db\u05e9 \u05e2\u05de\u05d3\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc\u05e9\u05dc\u05d9\u05d7\u05d4", _s23_16, "\u05d4\u05d6\u05de\u05e0\u05d5\u05ea \u05e8\u05db\u05e9 \u05e9\u05d4\u05d5\u05e2\u05d1\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc\u05e9\u05dc\u05d9\u05d7\u05d4", _s16_45, "\u05e9\u05e0\u05d4 \u05dc\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d9\u05ea \u05d4\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 React", _s21_36, "\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9", _s20_39, "\u05ea\u05e0\u05d0\u05d9 \u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9", _s21_38, "\u05db\u05d5\u05ea\u05e8\u05ea \u05ea\u05d7\u05ea\u05d5\u05e0\u05d4 \u05e9\u05dc \u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9", _s32_7, "\u05d7\u05ea\u05d9\u05de\u05ea \u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9", _s37_5, "\u05d3\u05e8\u05d5\u05e9 \u05de\u05d4\u05e1\u05e4\u05e7 \u05dc\u05e1\u05e4\u05e7 \u05d0\u05ea \u05d7\u05ea\u05d9\u05de\u05ea\u05d5.", "purchase_order", "\u05d4\u05d6\u05de\u05e0\u05d4", "purchase_orders", "\u05d4\u05d6\u05de\u05e0\u05d5\u05ea \u05e8\u05db\u05e9", _s18_30, "\u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9 \u05d7\u05d3\u05e9\u05d4", _s19_29, "\u05e2\u05e8\u05d5\u05da \u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9", _s22_33, "\u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9 \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s22_34, "\u05d4\u05d6\u05de\u05e0\u05ea \u05d4\u05e8\u05db\u05e9 \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s23_17, "\u05d4\u05d6\u05de\u05e0\u05ea \u05d4\u05e8\u05db\u05e9 \u05d4\u05d5\u05e2\u05d1\u05e8\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s22_35, "\u05d4\u05d6\u05de\u05e0\u05ea \u05d4\u05e8\u05db\u05e9 \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s22_36, "\u05d4\u05d6\u05de\u05e0\u05ea \u05d4\u05e8\u05db\u05e9 \u05d4\u05d5\u05e1\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s23_18, "\u05d4\u05d6\u05de\u05e0\u05ea \u05d4\u05e8\u05db\u05e9 \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s21_40, "\u05d7\u05e4\u05e9 \u05d1\u05d4\u05d6\u05de\u05e0\u05ea \u05e8\u05db\u05e9", _s22_37, "\u05d7\u05e4\u05e9 \u05d4\u05d6\u05de\u05e0\u05d5\u05ea \u05e8\u05db\u05e9", "login_url", "\u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05ea\u05e8 \u05db\u05e0\u05d9\u05e1\u05d4", _s16_46, _s16_47, "default", "\u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc", "stock_quantity", "\u05db\u05de\u05d5\u05ea \u05de\u05dc\u05d0\u05d9", _s22_39, "\u05e1\u05e3 \u05d4\u05d5\u05d3\u05e2\u05d5\u05ea", "track_inventory", "\u05e2\u05e7\u05d5\u05d1 \u05d0\u05d7\u05e8 \u05de\u05dc\u05d0\u05d9", _s20_41, "\u05d4\u05e6\u05d2 \u05e9\u05d3\u05d4 \u05de\u05dc\u05d0\u05d9 \u05de\u05d5\u05e6\u05e8 \u05d5\u05e2\u05d3\u05db\u05df \u05db\u05e9\u05d9\u05e9\u05dc\u05d7\u05d5 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", _s19_31, "\u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05e2\u05dc \u05de\u05dc\u05d0\u05d9", _s24_23, "\u05e9\u05dc\u05d7 \u05de\u05d9\u05d9\u05dc \u05db\u05e9\u05d4\u05de\u05dc\u05d0\u05d9 \u05de\u05d2\u05d9\u05e2 \u05dc\u05e1\u05e3", "vat", "\u05de\u05e1 \u05e2\u05e8\u05da \u05de\u05d5\u05e1\u05e3", "standing", "\u05de\u05e2\u05de\u05d3", "view_map", "\u05e6\u05e4\u05d4 \u05d1\u05de\u05e4\u05d4", _s18_32, "\u05d4\u05d2\u05d3\u05e8 \u05e2\u05d9\u05e6\u05d5\u05d1 \u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc", "add_gateway", "\u05d4\u05d5\u05e1\u05e4\u05ea Gateway", _s24_24, _s77_, "left", "\u05e9\u05de\u05d0\u05dc\u05d4", "right", "\u05d9\u05de\u05d9\u05df", "center", "\u05de\u05b6\u05e8\u05b0\u05db\u05bc\u05b8\u05d6", "page_numbering", "\u05de\u05e1\u05e4\u05d5\u05e8 \u05e2\u05de\u05d5\u05d3\u05d9\u05dd", _s24_25, "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05de\u05e1\u05e4\u05d5\u05e8 \u05e2\u05de\u05d5\u05d3\u05d9\u05dd", _s31_6, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05e9\u05dc\u05d7\u05d4", _s24_27, "\u05d4\u05e6\u05d2 \u05d0\u05ea \u05ea\u05d9\u05d0\u05d5\u05e8 \u05d4\u05de\u05d5\u05e6\u05e8", _s29_13, "\u05db\u05dc\u05d5\u05dc \u05d0\u05ea \u05d4\u05ea\u05d9\u05d0\u05d5\u05e8 \u05d1\u05ea\u05e4\u05e8\u05d9\u05d8 \u05d4\u05e0\u05e4\u05ea\u05d7 \u05e9\u05dc \u05d4\u05de\u05d5\u05e6\u05e8", "invoice_items", "\u05e4\u05e8\u05d9\u05d8\u05d9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "quote_items", "\u05e6\u05d9\u05d8\u05d5\u05d8 \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd", "profitloss", "\u05e8\u05d5\u05d5\u05d7 \u05d5\u05d4\u05e4\u05e1\u05d3", "import_format", "\u05e4\u05d5\u05e8\u05de\u05d8 \u05d9\u05d9\u05d1\u05d5\u05d0", "export_format", "\u05e4\u05d5\u05e8\u05de\u05d8 \u05d9\u05d9\u05e6\u05d5\u05d0", "export_type", "\u05e1\u05d5\u05d2 \u05d9\u05d9\u05e6\u05d5\u05d0", "stop_on_unpaid", "\u05e2\u05e6\u05d5\u05e8 \u05d1\u05dc\u05d0 \u05ea\u05e9\u05dc\u05d5\u05dd", _s19_33, "\u05d4\u05e4\u05e1\u05e7 \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05d7\u05d5\u05d6\u05e8\u05d5\u05ea \u05d0\u05dd \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05dc\u05d0 \u05e9\u05d5\u05dc\u05de\u05d4.", "use_quote_terms", "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05ea\u05e0\u05d0\u05d9 \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", _s20_42, "\u05d1\u05e2\u05ea \u05d4\u05de\u05e8\u05ea \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "add_country", "\u05d4\u05d5\u05e1\u05e3 \u05de\u05d3\u05d9\u05e0\u05d4", "enable_tooltips", "\u05d0\u05e4\u05e9\u05e8 \u05e2\u05e6\u05d5\u05ea \u05db\u05dc\u05d9\u05dd", _s20_43, "\u05d4\u05e6\u05d2 \u05e2\u05e6\u05d5\u05ea \u05db\u05dc\u05d9\u05dd \u05d1\u05e2\u05ea \u05e8\u05d9\u05d7\u05d5\u05e3 \u05e2\u05dd \u05d4\u05e2\u05db\u05d1\u05e8", _s21_42, "\u05e9\u05d2\u05d9\u05d0\u05d4: \u05e8\u05e9\u05d5\u05de\u05d5\u05ea \u05e9\u05d9\u05d9\u05db\u05d5\u05ea \u05dc\u05d9\u05d5\u05ea\u05e8 \u05de\u05dc\u05e7\u05d5\u05d7 \u05d0\u05d7\u05d3", "register_label", "\u05e6\u05d5\u05e8 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05d1\u05e9\u05e0\u05d9\u05d5\u05ea", "login_label", "\u05d4\u05ea\u05d7\u05d1\u05e8 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05e7\u05d9\u05d9\u05dd", "add_to_invoice", "\u05d4\u05d5\u05e1\u05e4\u05d4 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea: \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s17_30, "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "week", "\u05e9\u05d1\u05d5\u05e2", "created_record", "\u05e8\u05e9\u05d5\u05de\u05d4 \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s26_10, "\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9 \u05d1\u05ea\u05e9\u05dc\u05d5\u05dd", _s31_7, "\u05d4\u05e2\u05d1\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05db\u05e9\u05d4\u05df \u05de\u05e9\u05d5\u05dc\u05de\u05d5\u05ea.", _s31_8, "\u05d4\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d4\u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9 \u05d1\u05d5\u05d8\u05dc", _s36_2, "\u05d4\u05e2\u05d1\u05e8\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05d1\u05e2\u05ea \u05d1\u05d9\u05d8\u05d5\u05dc.", _s20_44, "\u05de\u05e6\u05d9\u05d2 PDF \u05d7\u05dc\u05d5\u05e4\u05d9", _s25_15, "\u05e9\u05e4\u05e8 \u05d0\u05ea \u05d4\u05d2\u05dc\u05d9\u05dc\u05d4 \u05e2\u05dc \u05d4\u05ea\u05e6\u05d5\u05d2\u05d4 \u05d4\u05de\u05e7\u05d3\u05d9\u05de\u05d4 \u05e9\u05dc PDF [\u05d1\u05d9\u05d8\u05d0]", _s16_48, "\u05de\u05d8\u05d1\u05e2 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "range", "\u05d8\u05d5\u05d5\u05d7", "tax_amount1", "\u05e1\u05db\u05d5\u05dd \u05de\u05e1 1", "tax_amount2", "\u05e1\u05db\u05d5\u05dd \u05de\u05e1 2", "tax_amount3", "\u05e1\u05db\u05d5\u05dd \u05de\u05e1 3", "create_project", "\u05e6\u05d5\u05e8 \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8", "update_project", "\u05e2\u05d3\u05db\u05df \u05d0\u05ea \u05d4\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8", "view_task", "\u05e6\u05e4\u05d4 \u05d1\u05de\u05e9\u05d9\u05de\u05d4", "cancel_invoice", "\u05dc\u05b0\u05d1\u05b7\u05d8\u05b5\u05dc", "changed_status", "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05d4\u05de\u05e9\u05d9\u05de\u05d4 \u05d4\u05e9\u05ea\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "change_status", "\u05dc\u05e9\u05e0\u05d5\u05ea \u05e1\u05d8\u05d8\u05d5\u05e1", "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_34, "\u05d4\u05e4\u05e2\u05dc \u05d0\u05d9\u05e8\u05d5\u05e2\u05d9 \u05de\u05d2\u05e2", _s24_29, "\u05ea\u05de\u05d9\u05db\u05d4 \u05d1\u05d2\u05e8\u05d9\u05e8\u05ea \u05d0\u05d9\u05e8\u05d5\u05e2\u05d9\u05dd \u05dc\u05d2\u05dc\u05d9\u05dc\u05d4", "after_saving", "\u05dc\u05d0\u05d7\u05e8 \u05e9\u05de\u05d9\u05e8\u05d4", "view_record", "\u05e6\u05e4\u05d4 \u05d1\u05e8\u05e9\u05d5\u05de\u05d4", _s21_43, "\u05d4\u05e4\u05e2\u05dc \u05e1\u05d9\u05de\u05d5\u05df \u05d3\u05d5\u05d0"\u05dc", _s26_11, "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05e2\u05d5\u05e8\u05da \u05e1\u05d9\u05de\u05d5\u05df \u05d7\u05d6\u05d5\u05ea\u05d9 \u05e2\u05d1\u05d5\u05e8 \u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05d3\u05d5\u05d0"\u05dc", _s19_36, "\u05d0\u05e4\u05e9\u05e8 PDF Markdown", "json_help", "\u05d4\u05e2\u05e8\u05d4: \u05e7\u05d1\u05e6\u05d9 JSON \u05e9\u05e0\u05d5\u05e6\u05e8\u05d5 \u05e2\u05dc \u05d9\u05d3\u05d9 \u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d9\u05ea v4 \u05d0\u05d9\u05e0\u05dd \u05e0\u05ea\u05de\u05db\u05d9\u05dd", "release_notes", "\u05de\u05db\u05ea\u05d1\u05d9 \u05e9\u05d7\u05e8\u05d5\u05e8", _s23_19, "\u05e9\u05d3\u05e8\u05d2 \u05d0\u05ea \u05d4\u05ea\u05d5\u05db\u05e0\u05d9\u05ea \u05e9\u05dc\u05da \u05db\u05d3\u05d9 \u05dc\u05d4\u05e6\u05d9\u05d2 \u05d3\u05d5\u05d7\u05d5\u05ea", "started_tasks", "\u05d4\u05ea\u05d7\u05dc\u05ea \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05de\u05e9\u05d9\u05de\u05d5\u05ea :value", "stopped_tasks", "\u05d4\u05d5\u05e4\u05e1\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05de\u05e9\u05d9\u05de\u05d5\u05ea :value", "approved_quote", "\u05d4\u05e6\u05e2\u05ea \u05d4\u05de\u05d7\u05d9\u05e8 \u05d0\u05d5\u05e9\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "approved_quotes", "\u05e6\u05d9\u05d8\u05d5\u05d8\u05d9\u05dd \u05d0\u05d5\u05e9\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :value", "approve", "\u05d0\u05d9\u05e9\u05d5\u05e8", "client_website", "\u05d0\u05ea\u05e8 \u05dc\u05e7\u05d5\u05d7", "invalid_time", "\u05d6\u05de\u05df \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9", _s21_45, "\u05de\u05e6\u05d1 \u05de\u05e9\u05dc\u05d5\u05d7 \u05d4\u05dc\u05e7\u05d5\u05d7", _s20_46, "\u05dc\u05e7\u05d5\u05d7 \u05de\u05e9\u05dc\u05d5\u05d7 \u05e2\u05d9\u05e8", _s27_14, "\u05de\u05d9\u05e7\u05d5\u05d3 \u05de\u05e9\u05dc\u05d5\u05d7 \u05dc\u05dc\u05e7\u05d5\u05d7", _s23_20, "\u05d0\u05e8\u05e5 \u05de\u05e9\u05dc\u05d5\u05d7 \u05dc\u05dc\u05e7\u05d5\u05d7", "load_pdf", "\u05d8\u05e2\u05df PDF", _s16_50, "\u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05dc\u05dc\u05d0 \u05ea\u05e9\u05dc\u05d5\u05dd", _s24_30, "\u05d4\u05ea\u05d7\u05dc \u05d0\u05ea 14 \u05d9\u05de\u05d9 \u05d4\u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05e9\u05dc\u05da \u05d1\u05d7\u05d9\u05e0\u05dd \u05e9\u05dc \u05ea\u05d5\u05db\u05e0\u05d9\u05ea \u05d4\u05de\u05e7\u05e6\u05d5\u05e2\u05e0\u05d9\u05dd", "due_on_receipt", "\u05dc\u05e4\u05d9\u05e8\u05e2\u05d5\u05df \u05d1\u05e7\u05d1\u05dc\u05d4", "is_paid", "\u05e9\u05d5\u05dc\u05dd", "age_group_paid", "\u05e9\u05d5\u05dc\u05dd", "id", "\u05ea\u05b0\u05e2\u05d5\u05bc\u05d3\u05b7\u05ea \u05d6\u05b6\u05d4\u05d5\u05bc\u05ea", "convert_to", "\u05dc\u05d4\u05de\u05d9\u05e8 \u05dc", "client_currency", "\u05de\u05d8\u05d1\u05e2 \u05d4\u05dc\u05e7\u05d5\u05d7", _s16_51, "\u05de\u05d8\u05d1\u05e2 \u05d4\u05d7\u05d1\u05e8\u05d4", "purged_client", "\u05d4\u05dc\u05e7\u05d5\u05d7 \u05d8\u05d5\u05d4\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s27_16, "\u05db\u05d3\u05d9 \u05dc\u05de\u05e0\u05d5\u05e2 \u05d3\u05d5\u05d0\u05e8 \u05d6\u05d1\u05dc \u05d0\u05e0\u05d5 \u05d3\u05d5\u05e8\u05e9\u05d9\u05dd \u05e9\u05d3\u05e8\u05d5\u05d2 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05d1\u05ea\u05e9\u05dc\u05d5\u05dd \u05db\u05d3\u05d9 \u05dc\u05d4\u05ea\u05d0\u05d9\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea \u05d0\u05ea \u05d4\u05de\u05d9\u05d9\u05dc", _s22_42, "\u05e9\u05d3\u05e8\u05d2 \u05d0\u05ea \u05d4\u05ea\u05d5\u05db\u05e0\u05d9\u05ea \u05e9\u05dc\u05da \u05db\u05d3\u05d9 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d7\u05d1\u05e8\u05d5\u05ea", "small", "\u05e7\u05b8\u05d8\u05b8\u05df", _s21_47, "\u05d6\u05d9\u05db\u05d5\u05d9 \u05e1\u05d5\u05de\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05db\u05e9\u05d5\u05dc\u05dd", _s22_43, "\u05d6\u05d9\u05db\u05d5\u05d9\u05d9\u05dd \u05e1\u05d5\u05de\u05e0\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05db\u05e9\u05d5\u05dc\u05dd", _s16_53, "\u05d8\u05e2\u05d9\u05e0\u05ea \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd - \u05d0\u05e0\u05d0 \u05d4\u05de\u05ea\u05df \u05e2\u05d3 \u05e9\u05d4\u05d9\u05d0 \u05ea\u05e1\u05ea\u05d9\u05d9\u05dd", "wait_for_saving", "\u05e9\u05de\u05d9\u05e8\u05ea \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd - \u05e0\u05d0 \u05dc\u05d4\u05de\u05ea\u05d9\u05df \u05dc\u05e1\u05d9\u05d5\u05dd", _s20_48, "\u05d4\u05e2\u05e8\u05d4: \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e9\u05d1\u05d5\u05e6\u05e2\u05d5 \u05db\u05d0\u05df \u05de\u05d5\u05e6\u05d2\u05d9\u05dd \u05e8\u05e7 \u05d1\u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4, \u05d9\u05e9 \u05dc\u05d4\u05d7\u05d9\u05dc \u05d0\u05d5\u05ea\u05dd \u05d1\u05db\u05e8\u05d8\u05d9\u05e1\u05d9\u05d5\u05ea \u05dc\u05de\u05e2\u05dc\u05d4 \u05db\u05d3\u05d9 \u05dc\u05e9\u05de\u05d5\u05e8 \u05d0\u05d5\u05ea\u05dd", "remaining", "\u05d9\u05ea\u05e8\u05d4", "invoice_paid", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e9\u05d5\u05dc\u05de\u05d4", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "\u05e0\u05d5\u05b9\u05e8\u05de\u05b8\u05dc\u05b4\u05d9", "large", "\u05d2\u05b8\u05d3\u05d5\u05b9\u05dc", "extra_large", "\u05d2\u05d3\u05d5\u05dc \u05de\u05d0\u05d5\u05d3", _s16_54, "\u05d4\u05e6\u05d2 \u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4 \u05e9\u05dc PDF", _s21_48, "\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", "\u05d4\u05d3\u05e4\u05e1 PDF", "remind_me", "\u05d4\u05d6\u05db\u05e8 \u05dc\u05d9", _s16_56, "\u05ea\u05e9\u05dc\u05d5\u05dd \u05d1\u05e0\u05e7\u05d0\u05d9 \u05de\u05d9\u05d9\u05d3\u05d9", "click_selected", "\u05dc\u05d7\u05e5 \u05e2\u05dc \u05e0\u05d1\u05d7\u05e8\u05d9\u05dd", "hide_preview", "\u05d4\u05e1\u05ea\u05e8 \u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4", "edit_record", "\u05e2\u05e8\u05d5\u05da \u05e8\u05e9\u05d5\u05de\u05d4", _s27_17, "\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", "\u05d7\u05d9\u05d5\u05d1 \u05d9\u05e9\u05d9\u05e8", _s21_49, "\u05d0\u05e0\u05d0 \u05d4\u05d2\u05d3\u05e8 \u05e1\u05d9\u05e1\u05de\u05ea \u05d7\u05e9\u05d1\u05d5\u05df", "set_password", "\u05d4\u05d2\u05d3\u05e8\u05ea \u05e1\u05d9\u05e1\u05de\u05d0", _s17_33, "\u05d0\u05e0\u05d5 \u05de\u05de\u05dc\u05d9\u05e6\u05d9\u05dd \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d9\u05ea \u05e9\u05d5\u05dc\u05d7\u05df \u05d4\u05e2\u05d1\u05d5\u05d3\u05d4 \u05dc\u05e7\u05d1\u05dc\u05ea \u05d4\u05d1\u05d9\u05e6\u05d5\u05e2\u05d9\u05dd \u05d4\u05d8\u05d5\u05d1\u05d9\u05dd \u05d1\u05d9\u05d5\u05ea\u05e8", _s16_58, "\u05d0\u05e0\u05d5 \u05de\u05de\u05dc\u05d9\u05e6\u05d9\u05dd \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4 \u05dc\u05e0\u05d9\u05d9\u05d3 \u05dc\u05d1\u05d9\u05e6\u05d5\u05e2\u05d9\u05dd \u05d4\u05d8\u05d5\u05d1\u05d9\u05dd \u05d1\u05d9\u05d5\u05ea\u05e8", _s20_49, _s33_13, "disconnect", "\u05dc\u05b0\u05e0\u05b7\u05ea\u05b5\u05e7", "add_to_invoices", "\u05d4\u05d5\u05e1\u05e3 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "acss", "\u05ea\u05e9\u05dc\u05d5\u05de\u05d9 \u05d7\u05d9\u05d5\u05d1 \u05de\u05d0\u05d5\u05e9\u05e8\u05d9\u05dd \u05de\u05e8\u05d0\u05e9", "becs", "\u05d4\u05d5\u05e8\u05d0\u05ea \u05e7\u05d1\u05e2 BECS", "bulk_download", "\u05d4\u05d5\u05e8\u05d3", _s17_34, "\u05e9\u05de\u05d5\u05e8 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05d1\u05d0\u05d5\u05e4\u05df \u05de\u05e7\u05d5\u05de\u05d9 \u05db\u05d3\u05d9 \u05dc\u05d0\u05e4\u05e9\u05e8 \u05dc\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4 \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05de\u05d4\u05e8 \u05d9\u05d5\u05ea\u05e8, \u05d4\u05e9\u05d1\u05ea\u05d4 \u05e2\u05e9\u05d5\u05d9\u05d4 \u05dc\u05e9\u05e4\u05e8 \u05d0\u05ea \u05d4\u05d1\u05d9\u05e6\u05d5\u05e2\u05d9\u05dd \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc\u05d9\u05dd", "persist_ui", "\u05de\u05de\u05e9\u05e7 \u05de\u05e9\u05ea\u05de\u05e9 \u05de\u05ea\u05de\u05e9\u05da", "persist_ui_help", "\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05de\u05e6\u05d1 \u05de\u05de\u05e9\u05e7 \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05d1\u05d0\u05d5\u05e4\u05df \u05de\u05e7\u05d5\u05de\u05d9 \u05db\u05d3\u05d9 \u05dc\u05d0\u05e4\u05e9\u05e8 \u05dc\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4 \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d1\u05de\u05d9\u05e7\u05d5\u05dd \u05d4\u05d0\u05d7\u05e8\u05d5\u05df, \u05d4\u05e9\u05d1\u05ea\u05d4 \u05e2\u05e9\u05d5\u05d9\u05d4 \u05dc\u05e9\u05e4\u05e8 \u05d0\u05ea \u05d4\u05d1\u05d9\u05e6\u05d5\u05e2\u05d9\u05dd", _s18_34, "\u05de\u05d9\u05e7\u05d5\u05d3 \u05d4\u05dc\u05e7\u05d5\u05d7", _s17_35, "\u05de\u05e1\u05e4\u05e8 \u05de\u05e2"\u05de \u05dc\u05e7\u05d5\u05d7", "has_tasks", "\u05d9\u05e9 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", "registration", "\u05d4\u05b7\u05e8\u05e9\u05c1\u05b8\u05de\u05b8\u05d4", _s27_18, _s50_7, "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_159, "ideal", "\u05d0\u05b4\u05d9\u05d3\u05b5\u05d0\u05b8\u05dc\u05b4\u05d9", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, "\u05e2\u05d3\u05db\u05df \u05d0\u05ea \u05db\u05dc \u05d4\u05e8\u05e9\u05d5\u05de\u05d5\u05ea", "system", "\u05de\u05e2\u05e8\u05db\u05ea", _s19_38, "\u05d4\u05d2\u05d3\u05e8 \u05d7\u05d1\u05e8\u05ea \u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc", "updated_company", "\u05d4\u05d7\u05d1\u05e8\u05d4 \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "kbc", "KBC", "bancontact", "Bancontact", _s19_40, "\u05e2\u05d6\u05d5\u05e8 \u05dc\u05e0\u05d5 \u05dc\u05d4\u05e9\u05ea\u05e4\u05e8 \u05e2\u05dc \u05d9\u05d3\u05d9 \u05d4\u05e1\u05d1\u05e8 \u05de\u05d3\u05d5\u05e2 (\u05d0\u05d5\u05e4\u05e6\u05d9\u05d5\u05e0\u05dc\u05d9)", "webhook_success", "Webhook \u05d4\u05e6\u05dc\u05d7\u05d4", _s24_31, "\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_19, "\u05db\u05dc \u05d4\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05d7\u05d9\u05d9\u05d1\u05d5\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05e9\u05d9\u05d9\u05db\u05d5\u05ea \u05dc\u05d0\u05d5\u05ea\u05d5 \u05dc\u05e7\u05d5\u05d7", "app", "\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4", _s20_50, "\u05dc\u05d1\u05d9\u05e6\u05d5\u05e2\u05d9\u05dd \u05d4\u05d8\u05d5\u05d1\u05d9\u05dd \u05d1\u05d9\u05d5\u05ea\u05e8 \u05d4\u05d5\u05e8\u05d3 \u05d0\u05ea \u05d4\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4 :app", _s16_59, "\u05e1\u05d4"\u05db \u05e9\u05d5\u05e8\u05d4 \u05d1\u05e8\u05d5\u05d8\u05d5", _s19_41, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05d1\u05d3\u05d5\u05d0"\u05dc", _s17_37, "\u05e6\u05d9\u05d8\u05d5\u05d8\u05d9\u05dd \u05d1\u05d0\u05d9\u05de\u05d9\u05d9\u05dc", _s18_38, "\u05d6\u05d9\u05db\u05d5\u05d9\u05d9\u05dd \u05d1\u05d3\u05d5\u05d0"\u05dc", "from_name", "From Name", _s16_60, "\u05e9\u05d9\u05d1\u05d5\u05d8 \u05dc\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", _s17_38, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea", _s18_39, "\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05d5\u05ea", _s21_50, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05d7\u05d3\u05e9\u05d4", _s22_44, "\u05e2\u05e8\u05d5\u05da \u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea", _s25_16, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_17, "\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_13, "\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_18, _s38_4, _s25_19, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05d7\u05d5\u05d6\u05e8\u05ea \u05d4\u05d5\u05e1\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s26_14, "\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_32, "\u05d7\u05d9\u05e4\u05d5\u05e9 \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05d7\u05d5\u05d6\u05e8\u05d5\u05ea", _s25_20, "\u05d7\u05e4\u05e9 \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05d7\u05d5\u05d6\u05e8\u05d5\u05ea", "last_sent_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05e0\u05e9\u05dc\u05d7 \u05d0\u05d7\u05e8\u05d5\u05df", "include_drafts", "\u05db\u05dc\u05d5\u05dc \u05d8\u05d9\u05d5\u05d8\u05d5\u05ea", _s19_42, "\u05db\u05dc\u05d5\u05dc \u05d8\u05d9\u05d5\u05d8\u05d5\u05ea \u05e8\u05e9\u05d5\u05de\u05d5\u05ea \u05d1\u05d3\u05d5\u05d7\u05d5\u05ea", "is_invoiced", "Is Invoiced", "change_plan", "Manage Plan", "persist_data", "\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05de\u05ea\u05de\u05e9\u05db\u05d9\u05dd", "customer_count", "\u05e1\u05e4\u05d9\u05e8\u05ea \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea", _s16_62, "\u05d0\u05de\u05ea \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea", _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "\u05e4\u05e1\u05d9\u05e7 \u05e2\u05e9\u05e8\u05d5\u05e0\u05d9", _s26_15, "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05e4\u05e1\u05d9\u05e7 \u05db\u05de\u05e7\u05d5\u05dd \u05e2\u05e9\u05e8\u05d5\u05e0\u05d9 \u05d1\u05e6\u05d5\u05e8\u05d5\u05ea", "select_method", "\u05d1\u05d7\u05e8 \u05e9\u05d9\u05d8\u05d4", "select_platform", "\u05d1\u05d7\u05e8 \u05e4\u05dc\u05d8\u05e4\u05d5\u05e8\u05de\u05d4", _s28_13, "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d9\u05ea \u05d4\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05db\u05d3\u05d9 \u05dc\u05d4\u05ea\u05d7\u05d1\u05e8 \u05dc-Gmail", _s16_66, "\u05ea\u05e2\u05e8\u05d9\u05e4\u05d9 \u05de\u05e1 \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd \u05de\u05d5\u05e9\u05d1\u05ea\u05d9\u05dd", "enable_markdown", "\u05d0\u05e4\u05e9\u05e8 Markdown", _s20_51, "\u05d4\u05de\u05e8 \u05e1\u05d9\u05de\u05d5\u05df \u05dc-HTML \u05d1-PDF", "user_guide", "User Guide", _s18_41, "\u05d4\u05d5\u05e1\u05e3 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05e9\u05e0\u05d9", "previous_page", "\u05e2\u05de\u05d5\u05d3 \u05e7\u05d5\u05d3\u05dd", "next_page", "\u05e2\u05de\u05d5\u05d3 \u05d4\u05d1\u05d0", "export_colors", "\u05d9\u05d9\u05e6\u05d5\u05d0 \u05e6\u05d1\u05e2\u05d9\u05dd", "import_colors", "\u05d9\u05d9\u05d1\u05d5\u05d0 \u05e6\u05d1\u05e2\u05d9\u05dd", "clear_all", "\u05e0\u05e7\u05d4 \u05d4\u05db\u05dc", "contrast", "\u05d1\u05e0\u05d9\u05d2\u05d5\u05d3", "custom_colors", "\u05e6\u05d1\u05e2\u05d9\u05dd \u05de\u05d5\u05ea\u05d0\u05de\u05d9\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", "colors", "\u05e6\u05d1\u05e2\u05d9\u05dd", _s31_9, "\u05e6\u05d1\u05e2 \u05e8\u05e7\u05e2 \u05e4\u05e2\u05d9\u05dc \u05d1\u05e1\u05e8\u05d2\u05dc \u05d4\u05e6\u05d3", _s25_22, "\u05e6\u05d1\u05e2 \u05d2\u05d5\u05e4\u05df \u05e4\u05e2\u05d9\u05dc \u05d1\u05e1\u05e8\u05d2\u05dc \u05d4\u05e6\u05d3", _s33_14, "\u05e6\u05d1\u05e2 \u05e8\u05e7\u05e2 \u05dc\u05d0 \u05e4\u05e2\u05d9\u05dc \u05d1\u05e1\u05e8\u05d2\u05dc \u05d4\u05e6\u05d3", _s27_20, "\u05e6\u05d1\u05e2 \u05d2\u05d5\u05e4\u05df \u05dc\u05d0 \u05e4\u05e2\u05d9\u05dc \u05d1\u05e1\u05e8\u05d2\u05dc \u05d4\u05e6\u05d3", _s36_3, "\u05e6\u05d1\u05e2 \u05e8\u05e7\u05e2 \u05e9\u05dc \u05e9\u05d5\u05e8\u05d4 \u05d7\u05dc\u05d5\u05e4\u05d9\u05ea", _s31_11, _s31_12, _s25_24, _s25_25, "net_subtotal", "\u05e0\u05d8\u05d5", "review_app", "\u05e1\u05e7\u05d9\u05e8\u05ea \u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4", "check_status", "\u05dc\u05d1\u05d3\u05d5\u05e7 \u05de\u05e6\u05d1", "free_trial", "\u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05d7\u05d9\u05e0\u05dd", _s23_22, _s57_0, _s21_52, _s62_1, "change_email", "\u05e9\u05e0\u05d4 \u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05d9\u05de\u05d9\u05d9\u05dc", _s25_26, "\u05d0\u05d5\u05e4\u05e6\u05d9\u05d5\u05e0\u05dc\u05d9 \u05dc\u05d4\u05d2\u05d3\u05d9\u05e8 \u05d3\u05d5\u05de\u05d9\u05d9\u05df \u05e0\u05e4\u05e8\u05d3 \u05e9\u05dc \u05e4\u05d5\u05e8\u05d8\u05dc \u05dc\u05e7\u05d5\u05d7", _s21_53, "\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", "\u05e9\u05dc\u05d7 \u05d6\u05de\u05df", "import_data", "\u05d9\u05d1\u05d0 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd", "import_settings", "\u05d9\u05d9\u05d1\u05d0 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea", _s17_40, _s28_14, _s19_43, "\u05d0\u05e0\u05d0 \u05d1\u05d7\u05e8 \u05dc\u05d9\u05d9\u05d1\u05d0 \u05d0\u05ea \u05d4\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d5/\u05d0\u05d5 \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd", "json", "JSON", _s24_34, "\u05dc\u05d0 \u05d4\u05d5\u05e4\u05e2\u05dc\u05d5 \u05e1\u05d5\u05d2\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd", "wait_for_data", "\u05d0\u05e0\u05d0 \u05d4\u05de\u05ea\u05df \u05e2\u05d3 \u05dc\u05e1\u05d9\u05d5\u05dd \u05d8\u05e2\u05d9\u05e0\u05ea \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd", "net_total", "\u05e1\u05da \u05d4\u05db\u05dc", "has_taxes", "\u05d9\u05e9 \u05de\u05d9\u05e1\u05d9\u05dd", _s16_67, "\u05d9\u05d9\u05d1\u05d5\u05d0 \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea", _s18_43, "\u05d4\u05d7\u05dc \u05dc\u05d9\u05d9\u05d1\u05d0 \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "login_success", "\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05de\u05d5\u05e6\u05dc\u05d7\u05ea", "login_failure", "\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05e0\u05db\u05e9\u05dc\u05d4", "exported_data", "\u05dc\u05d0\u05d7\u05e8 \u05e9\u05d4\u05e7\u05d5\u05d1\u05e5 \u05d9\u05d4\u05d9\u05d4 \u05de\u05d5\u05db\u05df, \u05ea\u05e7\u05d1\u05dc \u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05e2\u05dd \u05e7\u05d9\u05e9\u05d5\u05e8 \u05dc\u05d4\u05d5\u05e8\u05d3\u05d4", _s23_23, "\u05db\u05dc\u05d5\u05dc \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05e9\u05e0\u05de\u05d7\u05e7\u05d5", _s28_15, "\u05d8\u05e2\u05df \u05e8\u05e9\u05d5\u05de\u05d5\u05ea \u05d4\u05e9\u05d9\u05d9\u05db\u05d5\u05ea \u05dc\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05e9\u05e0\u05de\u05d7\u05e7\u05d5", "step_1_sign_in", "\u05e9\u05dc\u05d1 1: \u05d4\u05d9\u05db\u05e0\u05e1", _s16_70, "\u05e9\u05dc\u05d1 2: \u05d0\u05d9\u05e9\u05d5\u05e8", "account_id", "\u05de\u05d6\u05d4\u05d4 \u05d7\u05e9\u05d1\u05d5\u05df", _s27_22, "\u05d4\u05d4\u05d2\u05d9\u05e8\u05d4 \u05e2\u05d3\u05d9\u05d9\u05df \u05dc\u05d0 \u05d4\u05e1\u05ea\u05d9\u05d9\u05de\u05d4", "activity_100", _s50_8, "activity_101", _s50_9, "activity_102", _s51_3, "activity_103", _s50_10, "activity_104", _s51_4, _s18_44, "\u05d4\u05e6\u05d2 \u05d0\u05ea \u05ea\u05d0\u05e8\u05d9\u05da \u05e1\u05d9\u05d5\u05dd \u05de\u05e9\u05d9\u05de\u05d5\u05ea", _s23_25, "\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", "\u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4 \u05e9\u05dc \u05e1\u05e8\u05d2\u05dc \u05e6\u05d3", _s16_71, "\u05e0\u05ea\u05d5\u05e0\u05d9 \u05e9\u05e0\u05d9\u05dd \u05de\u05d5\u05e6\u05d2\u05d9\u05dd", _s18_46, "\u05d4\u05e1\u05ea\u05d9\u05d9\u05de\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d0\u05ea \u05db\u05dc \u05d4\u05de\u05e4\u05d2\u05e9\u05d9\u05dd", _s16_73, "\u05e1\u05d9\u05d5\u05dd \u05db\u05dc \u05d4\u05d4\u05e4\u05e2\u05dc\u05d5\u05ea", "count_session", "\u05de\u05e4\u05d2\u05e9 1", "count_sessions", ":count \u05d4\u05e4\u05e2\u05dc\u05d5\u05ea", "invoice_created", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05d5\u05e6\u05e8\u05d4", "quote_created", "\u05e6\u05d9\u05d8\u05d5\u05d8 \u05e0\u05d5\u05e6\u05e8", "credit_created", "\u05e7\u05e8\u05d3\u05d9\u05d8 \u05e0\u05d5\u05e6\u05e8", "pro", "Pro", "enterprise", "\u05de\u05b4\u05e4\u05b0\u05e2\u05b8\u05dc", "last_updated", "\u05e2\u05d5\u05d3\u05db\u05df \u05dc\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4", "invoice_item", "\u05e4\u05e8\u05d9\u05d8 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "quote_item", "\u05e6\u05d9\u05d8\u05d5\u05d8 \u05e4\u05e8\u05d9\u05d8", _s18_47, "\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", _s17_42, "\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", "order", "\u05dc\u05d4\u05d6\u05de\u05d9\u05df", "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", "\u05d7\u05e4\u05e9 Kanban", "search_kanbans", "\u05d7\u05e4\u05e9 Kanban", "kanban", "\u05e7\u05e0\u05d1\u05df", "enable", "\u05d0\u05e4\u05e9\u05e8", "move_top", "\u05d4\u05e2\u05d1\u05e8 \u05dc\u05de\u05e2\u05dc\u05d4", "move_up", "\u05dc\u05d6\u05d5\u05d6 \u05dc\u05de\u05e2\u05dc\u05d4", "move_down", "\u05dc\u05e8\u05d3\u05ea", "move_bottom", "\u05d4\u05d6\u05d6 \u05dc\u05de\u05d8\u05d4", "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_55, "\u05e9\u05d2\u05d9\u05d0\u05d4: \u05d4\u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05d4\u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea \u05d7\u05d9\u05d9\u05d1 \u05dc\u05db\u05dc\u05d5\u05dc \u05de\u05e9\u05ea\u05e0\u05d4 :body", _s25_27, "\u05d4\u05e7\u05e4\u05d3 \u05dc\u05db\u05dc\u05d5\u05dc \u05de\u05e9\u05ea\u05e0\u05d4 :body", _s17_44, "\u05d4\u05e6\u05d2 \u05ea\u05d1\u05e0\u05d9\u05d5\u05ea \u05ea\u05d0\u05e8\u05d9\u05da", "is_viewed", "\u05e0\u05e6\u05e4\u05d4", "letter", "\u05de\u05b4\u05db\u05b0\u05ea\u05b8\u05d1", "legal", "\u05de\u05e9\u05e4\u05d8\u05d9", "page_layout", "\u05e4\u05e8\u05d9\u05e1\u05ea \u05d3\u05e3", "portrait", "\u05d3\u05b0\u05d9\u05d5\u05b9\u05e7\u05b8\u05df", "landscape", "\u05e0\u05d5\u05b9\u05e3", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, "\u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s17_46, "\u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8 \u05d1\u05ea\u05d5\u05e7\u05e3 \u05e2\u05d3", "no_headers", "\u05d0\u05d9\u05df \u05db\u05d5\u05ea\u05e8\u05d5\u05ea", "add_header", "\u05d4\u05d5\u05e1\u05e3 \u05db\u05d5\u05ea\u05e8\u05ea", "remove_header", "\u05d4\u05e1\u05e8 \u05d0\u05ea \u05d4\u05db\u05d5\u05ea\u05e8\u05ea", "return_url", "\u05d4\u05d7\u05d6\u05e8 \u05db\u05ea\u05d5\u05d1\u05ea URL", "rest_method", "\u05e9\u05d9\u05d8\u05ea REST", "header_key", "\u05de\u05e4\u05ea\u05d7 \u05db\u05d5\u05ea\u05e8\u05ea", "header_value", "\u05e2\u05e8\u05da \u05db\u05d5\u05ea\u05e8\u05ea", _s18_49, "\u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05d7\u05d5\u05d6\u05e8\u05d9\u05dd", "promo_code", "\u05e7\u05d5\u05d3 \u05e7\u05d5\u05e4\u05d5\u05df", "promo_discount", "\u05d4\u05e0\u05d7\u05d4 \u05d1\u05de\u05d1\u05e6\u05e2", _s18_51, "\u05d0\u05e4\u05e9\u05e8 \u05d1\u05d9\u05d8\u05d5\u05dc", _s16_75, "\u05dc\u05db\u05dc \u05de\u05d5\u05e9\u05d1 \u05de\u05d5\u05e4\u05e2\u05dc", "max_seats_limit", "\u05de\u05d2\u05d1\u05dc\u05ea \u05de\u05d5\u05e9\u05d1\u05d9\u05dd \u05de\u05e7\u05e1\u05d9\u05de\u05dc\u05d9\u05ea", "trial_enabled", "\u05d2\u05e8\u05e1\u05ea \u05d4\u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05de\u05d5\u05e4\u05e2\u05dc\u05ea", "trial_duration", "\u05de\u05e9\u05da \u05d4\u05e0\u05d9\u05e1\u05d9\u05d5\u05df", _s21_58, "\u05d0\u05e4\u05e9\u05e8 \u05e2\u05e7\u05d9\u05e4\u05d5\u05ea \u05e9\u05d0\u05d9\u05dc\u05ea\u05d5\u05ea", _s18_53, "\u05d0\u05e4\u05e9\u05e8 \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d1\u05ea\u05d5\u05db\u05e0\u05d9\u05ea", "plan_map", "\u05de\u05e4\u05ea \u05ea\u05d5\u05db\u05e0\u05d9\u05ea", "refund_period", "\u05ea\u05e7\u05d5\u05e4\u05ea \u05d4\u05d4\u05d7\u05d6\u05e8", _s21_60, "\u05ea\u05e6\u05d5\u05e8\u05ea Webhook", "purchase_page", "\u05d3\u05e3 \u05e8\u05db\u05d9\u05e9\u05d4", "security", "Security", "email_bounced", "\u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05d7\u05d6\u05e8", _s20_53, "\u05ea\u05dc\u05d5\u05e0\u05ea \u05e1\u05e4\u05d0\u05dd", "email_delivery", "\u05de\u05e9\u05dc\u05d5\u05d7 \u05d1\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", _s16_77, "\u05ea\u05d2\u05d5\u05d1\u05ea Webhook", "pdf_response", "\u05ea\u05d2\u05d5\u05d1\u05ea PDF", _s22_46, "\u05db\u05e9\u05dc \u05d0\u05d9\u05de\u05d5\u05ea", "pdf_failed", "PDF \u05e0\u05db\u05e9\u05dc", "pdf_success", "\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d1-PDF", "modified", "\u05e9\u05d5\u05e0\u05d4", "payment_link", "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05dc\u05ea\u05e9\u05dc\u05d5\u05dd", _s16_79, "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05d7\u05d3\u05e9 \u05dc\u05ea\u05e9\u05dc\u05d5\u05dd", _s17_48, "\u05e2\u05e8\u05d5\u05da \u05e7\u05d9\u05e9\u05d5\u05e8 \u05dc\u05ea\u05e9\u05dc\u05d5\u05dd", _s20_54, "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s20_55, "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s21_62, "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05ea\u05e9\u05dc\u05d5\u05dd \u05d4\u05d5\u05e2\u05d1\u05e8 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s20_56, "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s20_57, "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd \u05d4\u05d5\u05e1\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s21_63, "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05ea\u05e9\u05dc\u05d5\u05dd \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s19_44, "\u05d7\u05e4\u05e9 \u05e7\u05d9\u05e9\u05d5\u05e8 \u05ea\u05e9\u05dc\u05d5\u05dd \u05d0\u05d7\u05d3", _s20_58, "\u05d7\u05e4\u05e9 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd :count", _s26_17, "\u05ea\u05ea-\u05d3\u05d5\u05de\u05d9\u05d9\u05df \u05d0\u05d9\u05e0\u05d5 \u05d6\u05de\u05d9\u05df", "connect_gmail", "\u05d7\u05d1\u05e8 \u05d0\u05ea Gmail", _s16_81, "\u05e0\u05ea\u05e7 \u05d0\u05ea Gmail", "connected_gmail", "Gmail \u05de\u05d7\u05d5\u05d1\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s18_55, "\u05e0\u05d9\u05ea\u05d5\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d0\u05ea Gmail", _s16_83, "\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d1\u05d1\u05e1\u05d9\u05e1 \u05d4\u05e7\u05d5\u05d3 \u05e2\u05e9\u05d5\u05d9\u05d9\u05dd \u05dc\u05d7\u05e1\u05d5\u05dd \u05d0\u05ea \u05d4\u05e2\u05d3\u05db\u05d5\u05df, \u05d0\u05ea\u05d4 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05e4\u05e7\u05d5\u05d3\u05d4 \u05d6\u05d5 \u05db\u05d3\u05d9 \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd:", _s16_84, "\u05de\u05e1\u05e4\u05e8 \u05d6\u05d9\u05d4\u05d5\u05d9 \u05dc\u05e7\u05d5\u05d7", "count_minutes", ":count \u05d3\u05e7\u05d5\u05ea", _s16_86, "\u05d6\u05de\u05df \u05e7\u05e6\u05d5\u05d1 \u05dc\u05e1\u05d9\u05e1\u05de\u05d4", _s29_15, "\u05e9\u05ea\u05e3 \u05de\u05d5\u05e0\u05d4 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea/\u05d0\u05e9\u05e8\u05d0\u05d9", "use_last_email", "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05d4\u05d0\u05d7\u05e8\u05d5\u05df", _s16_88, "\u05d4\u05e4\u05e2\u05dc \u05d0\u05ea \u05d4\u05d7\u05d1\u05e8\u05d4", _s21_65, "\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_24, "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4, \u05d0\u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1", _s27_25, "\u05d0\u05e0\u05d0 \u05d4\u05d2\u05d3\u05e8 \u05ea\u05d7\u05d9\u05dc\u05d4 \u05e1\u05d9\u05e1\u05de\u05d4", _s34_13, "\u05d0\u05d6\u05d4\u05e8\u05d4: \u05e9\u05d9\u05e0\u05d5\u05d9 \u05de\u05e1\u05e4\u05e8 \u05d4\u05d8\u05dc\u05e4\u05d5\u05df \u05e9\u05dc\u05da \u05d9\u05e9\u05d1\u05d9\u05ea \u05d0\u05ea 2FA", "help_translate", "\u05e2\u05d6\u05e8\u05d4 \u05d1\u05ea\u05e8\u05d2\u05d5\u05dd", _s23_26, "\u05d1\u05d1\u05e7\u05e9\u05d4 \u05ea\u05d1\u05d7\u05e8 \u05de\u05d3\u05d9\u05e0\u05d4", "resend_invite", "\u05e9\u05dc\u05d7 \u05de\u05d7\u05d3\u05e9 \u05d4\u05d6\u05de\u05e0\u05d4", _s19_45, "\u05d4\u05e9\u05d1\u05ea\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d0\u05ea 2FA", _s16_90, "\u05d7\u05e9\u05d1\u05d5\u05df \u05de\u05d7\u05d5\u05d1\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s19_46, "\u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e0\u05d9\u05ea\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "delivered", "\u05e0\u05de\u05e1\u05e8", "bounced", "\u05d4\u05d5\u05e7\u05e4\u05e5", "spam", "\u05e1\u05e4\u05d0\u05dd", "view_docs", "\u05d4\u05e6\u05d2 \u05de\u05e1\u05de\u05db\u05d9\u05dd", _s32_10, "\u05d0\u05e0\u05d0 \u05e1\u05e4\u05e7 \u05de\u05e1\u05e4\u05e8 \u05d8\u05dc\u05e4\u05d5\u05df \u05e0\u05d9\u05d9\u05d3 \u05db\u05d3\u05d9 \u05dc\u05d0\u05e4\u05e9\u05e8 \u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5-\u05d2\u05d5\u05e8\u05de\u05d9", "send_sms", "\u05e9\u05dc\u05d7 \u05de\u05e1\u05e8\u05d5\u05df", "sms_code", "\u05e7\u05d5\u05d3 SMS", _s21_66, _s46_9, _s18_56, _s46_10, "connect_google", "Connect Google", _s17_50, _s17_51, _s17_52, _s25_70, _s18_57, "\u05d4\u05e9\u05d1\u05ea \u05e9\u05e0\u05d9 \u05d2\u05d5\u05e8\u05de\u05d9\u05dd", _s34_14, "\u05d3\u05e8\u05d5\u05e9 \u05e1\u05d9\u05e1\u05de\u05d4 \u05e2\u05dd \u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05d7\u05d1\u05e8\u05ea\u05d9\u05ea", "stay_logged_in", "\u05d4\u05d9\u05e9\u05d0\u05e8 \u05de\u05d7\u05d5\u05d1\u05e8", _s23_28, "\u05d0\u05d6\u05d4\u05e8\u05d4: \u05d4\u05d4\u05e4\u05e2\u05dc\u05d4 \u05e9\u05dc\u05da \u05e2\u05d5\u05de\u05d3\u05ea \u05dc\u05e4\u05d5\u05d2", "count_hours", ":count \u05e9\u05e2\u05d5\u05ea", "count_day", "\u05d9\u05d5\u05dd 1", "count_days", ":count \u05d9\u05de\u05d9\u05dd", _s19_47, "\u05e4\u05e1\u05e7 \u05d6\u05de\u05df \u05e9\u05dc \u05d4\u05e4\u05e2\u05dc\u05ea \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8", _s17_53, "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d0\u05d1\u05d8\u05d7\u05d4", "resend_email", "\u05e9\u05dc\u05d7 \u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05de\u05d7\u05d3\u05e9", _s26_19, "\u05d0\u05e0\u05d0 \u05d0\u05de\u05ea \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05de\u05d9\u05d9\u05dc \u05e9\u05dc\u05da", _s16_91, "\u05e1\u05db\u05d5\u05dd \u05d4\u05d7\u05d6\u05e8", _s19_49, "\u05d7\u05dc\u05e7\u05d9\u05ea \u05dc\u05d0 \u05de\u05d9\u05d5\u05e9\u05dd", _s19_51, "\u05d0\u05e0\u05d0 \u05d1\u05d7\u05e8 \u05de\u05e9\u05ea\u05de\u05e9 \u05d4\u05de\u05d0\u05d5\u05de\u05ea \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea Gmail", "list_long_press", "\u05e8\u05e9\u05d9\u05de\u05d4 \u05dc\u05d7\u05d9\u05e6\u05d4 \u05d0\u05e8\u05d5\u05db\u05d4", "show_actions", "\u05d4\u05e6\u05d2 \u05e4\u05e2\u05d5\u05dc\u05d5\u05ea", _s17_55, "\u05d4\u05ea\u05d7\u05dc Multiselect", _s27_27, "\u05e0\u05e9\u05dc\u05d7 \u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05dc\u05d0\u05d9\u05e9\u05d5\u05e8 \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d0\u05d9\u05de\u05d9\u05d9\u05dc", _s21_67, "\u05db\u05d3\u05d9 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1-:client_counter, \u05d4\u05d5\u05e1\u05e3 \u05d0\u05d5 :client_number \u05d0\u05d5 :client_id_number \u05db\u05d3\u05d9 \u05dc\u05de\u05e0\u05d5\u05e2 \u05d4\u05ea\u05e0\u05d2\u05e9\u05d5\u05d9\u05d5\u05ea", "this_quarter", "\u05d4\u05e8\u05d1\u05e2 \u05d4\u05d6\u05d4", "last_quarter", "\u05e8\u05d1\u05e2\u05d5\u05df \u05e7\u05d5\u05d3\u05dd", "to_update_run", "\u05dc\u05e2\u05d3\u05db\u05d5\u05df \u05d4\u05e8\u05e5", _s18_59, "\u05dc\u05d4\u05de\u05d9\u05e8 \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8", _s16_92, "\u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05ea\u05e8 \u05dc\u05e8\u05d9\u05e9\u05d5\u05dd", "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_52, "\u05d7\u05e4\u05e9 \u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd \u05d0\u05d7\u05d3", _s20_59, "\u05d7\u05e4\u05e9 :count \u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd", _s16_94, "\u05e9\u05de\u05d5\u05e8 \u05d5\u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4", "save_and_email", "\u05e9\u05de\u05d5\u05e8 \u05d5\u05d0\u05d9\u05de\u05d9\u05d9\u05dc", _s16_96, "\u05d0\u05d9\u05e8\u05d5\u05e2\u05d9\u05dd \u05e0\u05ea\u05de\u05db\u05d9\u05dd", _s16_98, "\u05d4\u05de\u05e8 \u05e1\u05db\u05d5\u05dd", _s17_57, "\u05d9\u05ea\u05e8\u05d4 \u05d4\u05de\u05e8\u05d4", _s22_48, "\u05d4\u05de\u05e8\u05d4 \u05d1\u05ea\u05e9\u05dc\u05d5\u05dd \u05dc\u05ea\u05d0\u05e8\u05d9\u05da", _s24_36, "\u05d9\u05ea\u05e8\u05ea \u05d0\u05e9\u05e8\u05d0\u05d9 \u05d4\u05de\u05e8\u05d4", "converted_total", "\u05e1\u05d4"\u05db \u05d4\u05de\u05e8\u05d4", "is_sent", "\u05e0\u05e9\u05dc\u05d7", _s17_59, "\u05de\u05e1\u05de\u05db\u05d9 \u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc", "document_upload", "\u05d4\u05e2\u05dc\u05d0\u05ea \u05de\u05e1\u05de\u05da", _s20_60, "\u05d0\u05e4\u05e9\u05e8 \u05dc\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05de\u05e1\u05de\u05db\u05d9\u05dd", "expense_total", "\u05e1\u05da \u05d4\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", "enter_taxes", "\u05d4\u05d6\u05df \u05de\u05d9\u05e1\u05d9\u05dd", "by_rate", "\u05dc\u05e4\u05d9 \u05ea\u05e2\u05e8\u05d9\u05e3", "by_amount", "\u05dc\u05e4\u05d9 \u05db\u05de\u05d5\u05ea", "enter_amount", "\u05d4\u05db\u05e0\u05e1 \u05e1\u05db\u05d5\u05dd", "before_taxes", "\u05dc\u05e4\u05e0\u05d9 \u05de\u05d9\u05e1\u05d9\u05dd", "after_taxes", "\u05d0\u05d7\u05e8\u05d9 \u05de\u05d9\u05e1\u05d9\u05dd", "color", "\u05e6\u05b6\u05d1\u05b7\u05e2", "show", "\u05d4\u05d5\u05e4\u05e2\u05d4", "hide", "\u05d4\u05e1\u05ea\u05e8", "empty_columns", "\u05e2\u05de\u05d5\u05d3\u05d5\u05ea \u05e8\u05d9\u05e7\u05d5\u05ea", _s21_69, "\u05de\u05e6\u05d1 \u05e0\u05d9\u05e4\u05d5\u05d9 \u05d1\u05d0\u05d2\u05d9\u05dd \u05de\u05d5\u05e4\u05e2\u05dc", _s26_20, "\u05d0\u05d6\u05d4\u05e8\u05d4: \u05d6\u05d4 \u05de\u05d9\u05d5\u05e2\u05d3 \u05dc\u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05de\u05db\u05d5\u05e0\u05d5\u05ea \u05de\u05e7\u05d5\u05de\u05d9\u05d5\u05ea, \u05d6\u05d4 \u05d9\u05db\u05d5\u05dc \u05dc\u05d3\u05dc\u05d5\u05e3 \u05d0\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd. \u05dc\u05d7\u05e5 \u05db\u05d3\u05d9 \u05dc\u05dc\u05de\u05d5\u05d3 \u05e2\u05d5\u05d3.", "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", "\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05e0\u05d5\u05ea", _s17_61, "\u05d4\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05e7\u05e8\u05d5\u05d1\u05d5\u05ea", "update_app", "\u05e2\u05d3\u05db\u05df \u05d0\u05ea \u05d4\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4", "started_import", "\u05d4\u05d9\u05d1\u05d5\u05d0 \u05d4\u05ea\u05d7\u05d9\u05dc \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s24_38, "\u05de\u05d9\u05e4\u05d5\u05d9 \u05e2\u05de\u05d5\u05d3\u05d5\u05ea \u05db\u05e4\u05d5\u05dc", _s20_61, "\u05de\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05e1\u05d9\u05dd \u05db\u05d5\u05dc\u05dc\u05d9\u05dd", _s18_61, "\u05d4\u05d0\u05dd \u05d4\u05e0\u05d7\u05d4 \u05d1\u05db\u05de\u05d5\u05ea", "column", "\u05d8\u05d5\u05e8", "sample", "\u05d3\u05d2\u05d9\u05de\u05d4", "map_to", "\u05de\u05e4\u05d4 \u05dc", "import", "\u05d9\u05d9\u05d1\u05d0", _s25_29, "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05e9\u05d5\u05e8\u05d4 \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d4 \u05d1\u05ea\u05d5\u05e8 \u05e9\u05de\u05d5\u05ea \u05e2\u05de\u05d5\u05d3\u05d5\u05ea", "select_file", "\u05d1\u05d7\u05e8 \u05e7\u05d5\u05d1\u05e5 \u05d1\u05d1\u05e7\u05e9\u05d4", _s16_100, "\u05d0\u05e3 \u05e7\u05d5\u05d1\u05e5 \u05dc\u05d0 \u05e0\u05d1\u05d7\u05e8", "csv_file", "\u05e7\u05d5\u05d1\u05e5 CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d0\u05d5\u05ea \u05d2\u05dc", "zoho", "\u05d6\u05d5\u05d4\u05d5", "accounting", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d0\u05d5\u05ea", _s22_50, "\u05d0\u05e0\u05d0 \u05e1\u05e4\u05e7 \u05d0\u05ea \u05db\u05dc \u05e7\u05d5\u05d1\u05e6\u05d9 \u05d4-CSV.", "import_type", "\u05e1\u05d5\u05d2 \u05d9\u05d9\u05d1\u05d5\u05d0", "html_mode", "\u05de\u05e6\u05d1 HTML", "html_mode_help", "\u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4 \u05de\u05ea\u05e2\u05d3\u05db\u05e0\u05ea \u05de\u05d4\u05e8 \u05d9\u05d5\u05ea\u05e8 \u05d0\u05da \u05e4\u05d7\u05d5\u05ea \u05de\u05d3\u05d5\u05d9\u05e7\u05ea", "view_licenses", "\u05d4\u05e6\u05d2 \u05e8\u05d9\u05e9\u05d9\u05d5\u05e0\u05d5\u05ea", "webhook_url", "Webhook URL", _s17_63, "\u05e2\u05d5\u05e8\u05da \u05de\u05e1\u05da \u05de\u05dc\u05d0", "sidebar_editor", "\u05e2\u05d5\u05e8\u05da \u05e1\u05e8\u05d2\u05dc \u05e6\u05d3", _s22_51, "\u05d0\u05e0\u05d0 \u05d4\u05e7\u05dc\u05d3 ":value" \u05db\u05d3\u05d9 \u05dc\u05d0\u05e9\u05e8", "purge", "\u05dc\u05b0\u05d8\u05b7\u05d4\u05b5\u05e8", "service", "Service", "clone_to", "Clone To", "clone_to_other", "\u05e9\u05d9\u05d1\u05d5\u05d8 \u05dc\u05d0\u05d7\u05e8", "labels", "\u05ea\u05d5\u05d5\u05d9\u05d5\u05ea", "add_custom", "\u05d4\u05d5\u05e1\u05e3 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", "payment_tax", "\u05de\u05e1 \u05ea\u05e9\u05dc\u05d5\u05dd", "unpaid", "\u05dc\u05d0 \u05e9\u05d5\u05dc\u05dd", "white_label", "\u05ea\u05d5\u05d5\u05d9\u05ea \u05dc\u05d1\u05e0\u05d4", "delivery_note", "Delivery Note", _s24_41, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e9\u05dc\u05e9\u05dc\u05d7\u05d5 \u05e0\u05e2\u05d5\u05dc\u05d5\u05ea", _s24_43, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e9\u05e9\u05d5\u05dc\u05de\u05d5 \u05e0\u05e2\u05d5\u05dc\u05d5\u05ea", "source_code", "\u05e7\u05d5\u05d3 \u05de\u05e7\u05d5\u05e8", "app_platforms", "\u05e4\u05dc\u05d8\u05e4\u05d5\u05e8\u05de\u05d5\u05ea \u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d5\u05ea", "invoice_late", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d1\u05d0\u05d9\u05d7\u05d5\u05e8", "quote_expired", "\u05e4\u05d2 \u05ea\u05d5\u05e7\u05e3 \u05d4\u05e6\u05d9\u05d8\u05d5\u05d8", "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_29, "\u05e1\u05d4'\u05db \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "actions", "\u05e4\u05e2\u05d5\u05dc\u05d5\u05ea", "expense_number", "\u05de\u05e1\u05e4\u05e8 \u05d4\u05d5\u05e6\u05d0\u05d4", "task_number", "\u05de\u05e1\u05e4\u05e8 \u05de\u05e9\u05d9\u05de\u05d4", "project_number", "\u05de\u05e1\u05e4\u05e8 \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8", "project_name", "\u05e9\u05dd \u05d4\u05e4\u05e8\u05d5\u05d9\u05d9\u05e7\u05d8", "warning", "\u05d0\u05d6\u05d4\u05e8\u05d4", "view_settings", "\u05d4\u05e6\u05d2 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea", _s24_45, "\u05d0\u05d6\u05d4\u05e8\u05d4: \u05d7\u05d1\u05e8\u05d4 \u05d6\u05d5 \u05e2\u05d3\u05d9\u05d9\u05df \u05dc\u05d0 \u05d4\u05d5\u05e4\u05e2\u05dc\u05d4", "late_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d0\u05d5\u05d7\u05e8\u05ea", "expired_quote", "\u05e6\u05d9\u05d8\u05d5\u05d8 \u05e9\u05e4\u05d2 \u05ea\u05d5\u05e7\u05e4\u05d5", "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", "\u05d8\u05dc\u05e4\u05d5\u05df \u05dc\u05e7\u05d5\u05d7", "required_fields", "\u05e9\u05d3\u05d5\u05ea \u05d7\u05d5\u05d1\u05d4", "calculated_rate", "\u05ea\u05e2\u05e8\u05d9\u05e3 \u05de\u05d7\u05d5\u05e9\u05d1", _s17_65, "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc \u05dc\u05de\u05e9\u05d9\u05de\u05d5\u05ea", "clear_cache", "\u05e0\u05e7\u05d4 \u05de\u05d8\u05de\u05d5\u05df", "sort_order", "\u05e1\u05d3\u05e8 \u05d4\u05de\u05d9\u05d5\u05df", "task_status", "\u05e1\u05d8\u05b8\u05d8\u05d5\u05bc\u05e1", "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_102, "\u05e2\u05e8\u05d5\u05da \u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4", _s19_53, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s19_54, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s20_63, "\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_55, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s19_56, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05d4\u05d5\u05e1\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s20_64, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s22_52, _s42_6, _s21_71, _s41_4, _s22_53, _s42_7, _s18_63, "\u05d7\u05e4\u05e9 \u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 1", _s20_66, "\u05d7\u05e4\u05e9 :count \u05e1\u05d8\u05d8\u05d5\u05e1\u05d9 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", _s16_104, "\u05d4\u05e6\u05d2 \u05d8\u05d1\u05dc\u05ea \u05de\u05e9\u05d9\u05de\u05d5\u05ea", _s21_72, "\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_67, "\u05d9\u05d5\u05de\u05df \u05d6\u05de\u05df \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s25_30, "\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_69, "\u05ea\u05d0\u05e8\u05d9\u05da \u05d9\u05d5\u05de\u05df \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s25_31, "\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_73, "\u05d4\u05ea\u05d7\u05dc \u05de\u05e9\u05d9\u05de\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05d4\u05e9\u05de\u05d9\u05e8\u05d4", _s18_64, "\u05d4\u05d2\u05d3\u05e8 \u05e1\u05d8\u05d8\u05d5\u05e1\u05d9\u05dd", "task_settings", "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05e9\u05d9\u05de\u05d4", _s20_71, "\u05d4\u05d2\u05d3\u05e8 \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d5\u05ea", _s18_66, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", _s20_73, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05d7\u05d3\u05e9\u05d4", _s21_74, "\u05e2\u05e8\u05d5\u05da \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", _s24_46, "\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_47, "\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_33, "\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_48, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s24_49, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05d5\u05e1\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_34, "\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_31, _s45_12, _s26_21, "\u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d5\u05ea \u05d4\u05d5\u05e6\u05d0\u05d4 :value", _s27_32, "\u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d5\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea :value", _s23_30, "\u05d7\u05e4\u05e9 1 \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", _s25_36, "\u05d7\u05e4\u05e9 :count \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d5\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", _s21_76, "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05e7\u05e8\u05d3\u05d9\u05d8\u05d9\u05dd \u05d6\u05de\u05d9\u05e0\u05d9\u05dd", "show_option", "\u05d4\u05e6\u05d2 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea", _s22_54, "\u05e1\u05db\u05d5\u05dd \u05d4\u05d6\u05d9\u05db\u05d5\u05d9 \u05d0\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc \u05dc\u05e2\u05dc\u05d5\u05ea \u05e2\u05dc \u05e1\u05db\u05d5\u05dd \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd", "view_changes", "\u05d4\u05e6\u05d2 \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd", "force_update", "\u05db\u05e4\u05d4 \u05e2\u05d3\u05db\u05d5\u05df", _s17_67, "\u05d0\u05ea\u05d4 \u05de\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d4\u05d2\u05e8\u05e1\u05d4 \u05d4\u05e2\u05d3\u05db\u05e0\u05d9\u05ea \u05d1\u05d9\u05d5\u05ea\u05e8, \u05d0\u05da \u05d9\u05d9\u05ea\u05db\u05df \u05e9\u05d9\u05e9 \u05ea\u05d9\u05e7\u05d5\u05e0\u05d9\u05dd \u05de\u05de\u05ea\u05d9\u05e0\u05d9\u05dd \u05d6\u05de\u05d9\u05e0\u05d9\u05dd.", "mark_paid_help", "\u05e2\u05e7\u05d5\u05d1 \u05d0\u05d7\u05e8 \u05d4\u05d4\u05d5\u05e6\u05d0\u05d4 \u05e9\u05e9\u05d5\u05dc\u05de\u05d4", _s18_68, "\u05e6\u05e8\u05d9\u05da \u05dc\u05ea\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s23_31, "\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_17, "\u05d4\u05e4\u05d5\u05da \u05d0\u05ea \u05d4\u05de\u05e1\u05de\u05db\u05d9\u05dd \u05dc\u05d2\u05dc\u05d5\u05d9\u05d9\u05dd \u05dc\u05dc\u05e7\u05d5\u05d7", _s21_78, "\u05d4\u05d2\u05d3\u05e8 \u05e9\u05e2\u05e8 \u05d7\u05dc\u05d9\u05e4\u05d9\u05df", _s16_106, "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", _s18_69, "\u05e9\u05d9\u05d1\u05d5\u05d8 \u05dc-Recurring", "crypto", "\u05e7\u05e8\u05d9\u05e4\u05d8\u05d5", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "\u05e9\u05d3\u05d4 \u05de\u05e9\u05ea\u05de\u05e9", "variables", "\u05de\u05e9\u05ea\u05e0\u05d9\u05dd", "show_password", "\u05d4\u05e8\u05d0\u05d4 \u05e1\u05d9\u05e1\u05de\u05d4", "hide_password", "\u05d4\u05e1\u05ea\u05e8 \u05e1\u05d9\u05e1\u05de\u05d0", "copy_error", "\u05e9\u05d2\u05d9\u05d0\u05ea \u05d4\u05e2\u05ea\u05e7\u05d4", "capture_card", "\u05db\u05e8\u05d8\u05d9\u05e1 \u05dc\u05db\u05d9\u05d3\u05d4", _s17_68, "\u05d7\u05d9\u05d5\u05d1 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9 \u05de\u05d5\u05e4\u05e2\u05dc", "total_taxes", "\u05e1\u05da \u05d4\u05de\u05e1\u05d9\u05dd", "line_taxes", "\u05de\u05d9\u05e1\u05d9\u05dd \u05e7\u05d5", "total_fields", "\u05e1\u05da \u05e9\u05d3\u05d5\u05ea", _s25_37, "\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_38, "\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_39, "\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_57, _s43_2, "due_date_days", "\u05ea\u05d0\u05e8\u05d9\u05da \u05dc\u05d4\u05d2\u05e9\u05d4", "paused", "\u05de\u05d5\u05e9\u05d4\u05d4", "mark_active", "\u05e1\u05de\u05df \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df", "day_count", "\u05d9\u05d5\u05dd :count", _s22_55, "\u05d4\u05d9\u05d5\u05dd \u05d4\u05e8\u05d0\u05e9\u05d5\u05df \u05e9\u05dc \u05d4\u05d7\u05d5\u05d3\u05e9", _s21_79, "\u05d4\u05d9\u05d5\u05dd \u05d4\u05d0\u05d7\u05e8\u05d5\u05df \u05e9\u05dc \u05d4\u05d7\u05d5\u05d3\u05e9", _s17_70, "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd", "endless", "\u05d0\u05d9\u05e0\u05e1\u05d5\u05e4\u05d9", "next_send_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05e9\u05dc\u05d9\u05d7\u05d4 \u05d4\u05d1\u05d0", _s16_108, "\u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05dd \u05e9\u05e0\u05d5\u05ea\u05e8\u05d5", _s17_72, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea", _s18_71, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d7\u05d5\u05d6\u05e8\u05ea", _s21_81, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05d7\u05d3\u05e9\u05d4", _s22_57, "\u05e2\u05e8\u05d5\u05da \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea", _s25_40, "\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_41, "\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_22, "\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_42, "\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_43, "\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_23, "\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_33, "\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_24, "\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_34, "\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_50, "\u05d7\u05e4\u05e9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea 1", _s25_44, _s32_15, "send_date", "\u05e9\u05dc\u05d7 \u05ea\u05d0\u05e8\u05d9\u05da", "auto_bill_on", "\u05d7\u05d9\u05d5\u05d1 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9", _s28_17, "\u05de\u05d9\u05e0\u05d9\u05de\u05d5\u05dd \u05de\u05ea\u05d7\u05ea \u05dc\u05e1\u05db\u05d5\u05dd \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd", "profit", "\u05e8\u05d5\u05d5\u05d7", "line_item", "\u05e1\u05d3\u05e8 \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd", _s18_73, "\u05d0\u05e4\u05e9\u05e8 \u05ea\u05e9\u05dc\u05d5\u05dd \u05d9\u05ea\u05e8", _s23_32, "\u05ea\u05de\u05d9\u05db\u05d4 \u05d1\u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05d5\u05e1\u05e3 \u05db\u05d3\u05d9 \u05dc\u05e7\u05d1\u05dc \u05d8\u05d9\u05e4\u05d9\u05dd", _s19_58, "\u05d0\u05e4\u05e9\u05e8 \u05ea\u05d7\u05ea \u05ea\u05e9\u05dc\u05d5\u05dd", _s24_51, "\u05ea\u05de\u05d9\u05db\u05d4 \u05d1\u05ea\u05e9\u05dc\u05d5\u05dd \u05dc\u05db\u05dc \u05d4\u05e4\u05d7\u05d5\u05ea \u05e1\u05db\u05d5\u05dd \u05d7\u05dc\u05e7\u05d9/\u05d4\u05e4\u05e7\u05d3\u05d4", "test_mode", "\u05de\u05e6\u05d1 \u05de\u05d1\u05d7\u05df", "opened", "\u05e0\u05e4\u05ea\u05d7", _s30_7, "\u05db\u05e9\u05dc \u05d1\u05e4\u05d9\u05d5\u05e1", _s30_8, "\u05d4\u05e6\u05dc\u05d7\u05ea \u05e4\u05d9\u05d5\u05e1", "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "\u05e9\u05dc\u05d7 \u05d0\u05d9\u05de\u05d9\u05d9\u05dc", _s17_74, "\u05d3\u05d5\u05d0"\u05dc \u05ea\u05d5\u05e8 \u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05d7\u05d5\u05d6\u05e8", "failure", "\u05db\u05d9\u05e9\u05dc\u05d5\u05df", "quota_exceeded", "\u05d7\u05e8\u05d9\u05d2\u05d4 \u05de\u05d4\u05de\u05db\u05e1\u05d4", _s16_110, "\u05db\u05e9\u05dc \u05d1\u05de\u05e2\u05dc\u05d4 \u05d4\u05d6\u05e8\u05dd", "system_logs", "\u05d9\u05d5\u05de\u05e0\u05d9 \u05de\u05e2\u05e8\u05db\u05ea", "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_52, _s24_53, "always", "\u05ea\u05de\u05d9\u05d3", "optin", "\u05dc\u05d1\u05d7\u05d5\u05e8 \u05d1", "optout", "\u05d1\u05d9\u05d8\u05d5\u05dc \u05d4\u05e1\u05db\u05de\u05d4", "label", "Label", "client_number", "Client Number", "auto_convert", "\u05d4\u05de\u05e8\u05d4 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea", "company_name", "Company Name", "reminder1_sent", "\u05ea\u05d6\u05db\u05d5\u05e8\u05ea 1 \u05e0\u05e9\u05dc\u05d7\u05d4", "reminder2_sent", "\u05ea\u05d6\u05db\u05d5\u05e8\u05ea 2 \u05e0\u05e9\u05dc\u05d7\u05d4", "reminder3_sent", "\u05ea\u05d6\u05db\u05d5\u05e8\u05ea 3 \u05e0\u05e9\u05dc\u05d7\u05d4", _s18_75, "\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4", "pdf_page_info", "\u05e2\u05de\u05d5\u05d3 :current \u05e9\u05dc :total", _s16_112, "\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", "\u05e7\u05e8\u05d3\u05d9\u05d8\u05d9\u05dd \u05e0\u05e9\u05dc\u05d7\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d1\u05d3\u05d5\u05d0"\u05dc", "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "\u05e9\u05d5\u05e8\u05d5\u05ea \u05dc\u05db\u05dc \u05e2\u05de\u05d5\u05d3", "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", "\u05d4\u05d7\u05dc \u05ea\u05e9\u05dc\u05d5\u05dd", "apply_credit", "\u05d4\u05d7\u05dc \u05d9\u05ea\u05e8\u05ea \u05d6\u05db\u05d5\u05ea", "apply", "\u05d4\u05d7\u05dc", "unapplied", "\u05dc\u05d0 \u05d4\u05d5\u05d7\u05dc", "select_label", "Select Label", "custom_labels", "\u05ea\u05d5\u05d5\u05d9\u05d5\u05ea \u05de\u05d5\u05ea\u05d0\u05de\u05d5\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea", "record_type", "\u05e1\u05d5\u05d2 \u05d4\u05e7\u05dc\u05d8\u05d4", "record_name", "\u05e9\u05dd \u05e8\u05e9\u05d5\u05de\u05d4", "file_type", "\u05e1\u05d5\u05d2 \u05e7\u05d5\u05d1\u05e5", "height", "\u05d2\u05d5\u05b9\u05d1\u05b7\u05d4", "width", "\u05e8\u05d5\u05b9\u05d7\u05b7\u05d1", "to", "\u05e2\u05d1\u05d5\u05e8", "health_check", "\u05d1\u05d3\u05d9\u05e7\u05ea \u05d1\u05e8\u05d9\u05d0\u05d5\u05ea", "payment_type_id", "\u05e9\u05d9\u05d8\u05ea \u05ea\u05e9\u05dc\u05d5\u05dd", "last_login_at", "\u05db\u05e0\u05d9\u05e1\u05d4 \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05d1-", "company_key", "\u05de\u05e4\u05ea\u05d7 \u05d7\u05d1\u05e8\u05d4", "storefront", "\u05d7\u05d6\u05d9\u05ea \u05d7\u05e0\u05d5\u05ea", "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", "\u05d4\u05dc\u05e7\u05d5\u05d7 \u05e0\u05d5\u05e6\u05e8", _s20_76, "\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05dc\u05ea\u05e9\u05dc\u05d5\u05dd \u05de\u05e7\u05d5\u05d5\u05df", _s20_78, "\u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05dc\u05ea\u05e9\u05dc\u05d5\u05dd \u05d9\u05d3\u05e0\u05d9", "completed", "\u05d4\u05d5\u05e9\u05dc\u05dd", "gross", "\u05d3\u05d5\u05d7\u05d4", "net_amount", "\u05e1\u05db\u05d5\u05dd \u05e0\u05d8\u05d5", "net_balance", "\u05de\u05d0\u05d6\u05df \u05e0\u05d8\u05d5", "client_settings", "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05dc\u05e7\u05d5\u05d7", _s17_76, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e0\u05d1\u05d7\u05e8\u05d5\u05ea", _s17_78, "\u05ea\u05e9\u05dc\u05d5\u05de\u05d9\u05dd \u05e0\u05d1\u05d7\u05e8\u05d9\u05dd", "selected_quotes", "\u05e6\u05d9\u05d8\u05d5\u05d8\u05d9\u05dd \u05e0\u05d1\u05d7\u05e8\u05d9\u05dd", "selected_tasks", "\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e9\u05e0\u05d1\u05d7\u05e8\u05d5", _s17_80, "\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05e0\u05d1\u05d7\u05e8\u05d5\u05ea", _s17_82, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e7\u05e8\u05d5\u05d1\u05d5\u05ea", _s17_84, "\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", "\u05e6\u05d5\u05e8 \u05ea\u05e9\u05dc\u05d5\u05dd", "create_vendor", "\u05e6\u05d5\u05e8 \u05e1\u05e4\u05e7", "update_quote", "\u05e2\u05d3\u05db\u05d5\u05df \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", "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", "\u05e2\u05d3\u05db\u05df \u05dc\u05e7\u05d5\u05d7", "delete_client", "\u05de\u05d7\u05e7 \u05dc\u05e7\u05d5\u05d7", "delete_payment", "\u05de\u05d7\u05e7 \u05ea\u05e9\u05dc\u05d5\u05dd", "update_vendor", "\u05e2\u05d3\u05db\u05df \u05d0\u05ea \u05d4\u05e1\u05e4\u05e7", "delete_vendor", "\u05de\u05d7\u05e7 \u05e1\u05e4\u05e7", "create_expense", "\u05e6\u05d5\u05e8 \u05d4\u05d5\u05e6\u05d0\u05d4", "update_expense", "\u05e2\u05d3\u05db\u05d5\u05df \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", "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", "\u05d0\u05e9\u05e8 \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", "off", "\u05db\u05d1\u05d5\u05d9", "when_paid", "\u05db\u05d0\u05e9\u05e8 \u05d1\u05ea\u05e9\u05dc\u05d5\u05dd", "expires_on", "\u05e4\u05d2 \u05ea\u05d5\u05e7\u05e3 \u05d1\u05ea\u05d0\u05e8\u05d9\u05da", "free", "\u05d7\u05d9\u05e0\u05dd", "plan", "\u05ea\u05db\u05e0\u05d9\u05ea", "show_sidebar", "\u05d4\u05e6\u05d2 \u05e1\u05e8\u05d2\u05dc \u05e6\u05d3", "hide_sidebar", "\u05d4\u05e1\u05ea\u05e8 \u05e1\u05e8\u05d2\u05dc \u05e6\u05d3", "event_type", "\u05e1\u05d5\u05d2 \u05d0\u05d9\u05e8\u05d5\u05e2", "target_url", "\u05de\u05d8\u05e8\u05d4", "copy", "\u05e2\u05d5\u05ea\u05e7", "must_be_online", "\u05d0\u05e0\u05d0 \u05d4\u05e4\u05e2\u05dc \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4 \u05dc\u05d0\u05d7\u05e8 \u05d7\u05d9\u05d1\u05d5\u05e8 \u05dc\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8", _s17_86, "\u05d9\u05e9 \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d4\u05e7\u05e8\u05d5\u05e0\u05d9\u05dd", "api_webhooks", "API Webhooks", "search_webhooks", "\u05d7\u05e4\u05e9 :count Webhooks", "search_webhook", "\u05d7\u05e4\u05e9 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Webhook \u05d7\u05d3\u05e9", "edit_webhook", "\u05e2\u05e8\u05d5\u05da \u05d0\u05ea Webhook", "created_webhook", "\u05d4-webhook \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_webhook", "\u05d4-webhook \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_114, "webhook \u05d4\u05d5\u05e2\u05d1\u05e8 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_webhook", "\u05d4-webhook \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "removed_webhook", "\u05d4\u05d5\u05e1\u05e8 \u05d0\u05ea \u05d4-webhook \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_115, "webhook \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_87, ":value webhooks \u05d4\u05d5\u05e2\u05d1\u05e8\u05d5 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_116, "\u05e0\u05de\u05d7\u05e7\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :value webhooks", _s16_117, "\u05d4\u05d5\u05e1\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :value webhooks", _s17_88, "\u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :value webhooks", "api_tokens", "\u05d8\u05d5\u05e7\u05df API", "api_docs", "API Docs", "search_tokens", "\u05d7\u05e4\u05e9 \u05d0028111f344bcaz0 \u05d0\u05e1\u05d9\u05de\u05d5\u05e0\u05d9\u05dd", "search_token", "\u05d7\u05e4\u05e9 1 Token", "token", "\u05d8\u05d5\u05e7\u05df", "tokens", "\u05d8\u05d5\u05e7\u05e0\u05d9\u05dd", "new_token", "\u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05d7\u05d3\u05e9", "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", "\u05d4\u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05d4\u05d5\u05e1\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "restored_token", "\u05d4\u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_tokens", "\u05d0\u05e1\u05d9\u05de\u05d5\u05e0\u05d9 :value \u05d4\u05d5\u05e2\u05d1\u05e8\u05d5 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_tokens", "\u05d0\u05e1\u05d9\u05de\u05d5\u05e0\u05d9 :value \u05e0\u05de\u05d7\u05e7\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "restored_tokens", "\u05d0\u05e1\u05d9\u05de\u05d5\u05e0\u05d9 :value \u05e9\u05d5\u05d7\u05d6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s19_60, "\u05e8\u05d9\u05e9\u05d5\u05dd \u05dc\u05e7\u05d5\u05d7", _s24_54, "\u05d0\u05e4\u05e9\u05e8 \u05dc\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05dc\u05d4\u05d9\u05e8\u05e9\u05dd \u05d1\u05e2\u05e6\u05de\u05dd \u05d1\u05e4\u05d5\u05e8\u05d8\u05dc", "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", "\u05d0\u05e9\u05e8\u05d0\u05d9 \u05d1\u05d3\u05d5\u05d0"\u05dc", "email_payment", "\u05e9\u05dc\u05d7 \u05ea\u05e9\u05dc\u05d5\u05dd \u05d1\u05d3\u05d5\u05d0'\u05dc", _s20_81, "\u05dc\u05dc\u05e7\u05d5\u05d7 \u05d0\u05d9\u05df \u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05de\u05d5\u05d2\u05d3\u05e8\u05ea", "ledger", "\u05e4\u05bc\u05b4\u05e0\u05e7\u05b8\u05e1", "view_pdf", "\u05d4\u05e6\u05d2 PDF", "all_records", "\u05db\u05dc \u05d4\u05e9\u05d9\u05d0\u05d9\u05dd", "owned_by_user", "\u05d1\u05d1\u05e2\u05dc\u05d5\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9", _s16_118, "\u05d0\u05e9\u05e8\u05d0\u05d9 \u05e9\u05e0\u05d5\u05ea\u05e8", "contact_name", "\u05e9\u05dd \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", "use_default", "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d1\u05e8\u05d9\u05ea \u05d4\u05de\u05d7\u05d3\u05dc", _s16_120, "\u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea \u05d0\u05d9\u05e0\u05e1\u05d5\u05e4\u05d9\u05d5\u05ea", "number_of_days", "\u05de\u05e1\u05e4\u05e8 \u05d9\u05de\u05d9\u05dd", _s23_34, "\u05d4\u05d2\u05d3\u05e8 \u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd", "payment_term", "\u05d8\u05d5\u05d5\u05d7 \u05ea\u05e9\u05dc\u05d5\u05dd", _s16_121, "\u05ea\u05e7\u05d5\u05e4\u05ea \u05ea\u05e9\u05dc\u05d5\u05dd \u05d7\u05d3\u05e9\u05d4", _s17_90, "\u05e2\u05e8\u05d5\u05da \u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd", _s20_82, "\u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05d5\u05e6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s20_83, "\u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd \u05e2\u05d5\u05d3\u05db\u05e0\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s21_83, "\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_84, "\u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s20_85, "\u05ea\u05e0\u05d0\u05d9 \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd \u05d4\u05d5\u05e1\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s21_84, "\u05ea\u05e7\u05d5\u05e4\u05ea \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s22_62, "\u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd :value \u05d4\u05d5\u05e2\u05d1\u05e8\u05d5 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s21_85, "\u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd :value \u05e0\u05de\u05d7\u05e7\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s22_63, "\u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd :value \u05e9\u05d5\u05d7\u05d6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "email_sign_in", "\u05d4\u05d9\u05db\u05e0\u05e1 \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", "change", "\u05e9\u05d9\u05e0\u05d5\u05d9", _s23_36, "\u05dc\u05e9\u05e0\u05d5\u05ea \u05dc\u05e4\u05e8\u05d9\u05e1\u05d4 \u05dc\u05e0\u05d9\u05d9\u05d3?", _s24_55, "\u05dc\u05e9\u05e0\u05d5\u05ea \u05dc\u05e4\u05e8\u05d9\u05e1\u05ea \u05e9\u05d5\u05dc\u05d7\u05df \u05d4\u05e2\u05d1\u05d5\u05d3\u05d4?", "send_from_gmail", "\u05e9\u05dc\u05d7 \u05de\u05d2'\u05d9\u05de\u05d9\u05d9\u05dc", "reversed", "\u05d4\u05e4\u05d5\u05da", "cancelled", "\u05de\u05d1\u05d5\u05d8\u05dc", "credit_amount", "\u05d2\u05d5\u05d1\u05d4 \u05d9\u05ea\u05e8\u05d4", "quote_amount", "\u05db\u05de\u05d5\u05ea \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", "hosted", "\u05de\u05ea\u05d0\u05e8\u05d7", "selfhosted", "\u05d0\u05d9\u05e8\u05d5\u05d7 \u05e2\u05e6\u05de\u05d9", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "\u05d4\u05e1\u05ea\u05e8 \u05ea\u05e4\u05e8\u05d9\u05d8", "show_menu", "\u05d4\u05e8\u05d0\u05d4 \u05ea\u05e4\u05e8\u05d9\u05d8", _s18_77, "\u05d4\u05d7\u05d6\u05e8 \u05d7\u05dc\u05e7\u05d9", _s16_123, "\u05d7\u05e4\u05e9 \u05d1\u05de\u05e1\u05de\u05db\u05d9\u05dd", "search_designs", "\u05d7\u05d9\u05e4\u05d5\u05e9 \u05e2\u05d9\u05e6\u05d5\u05d1\u05d9\u05dd", "search_invoices", "\u05d7\u05e4\u05e9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "search_clients", "\u05d7\u05e4\u05e9 \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea", "search_products", "\u05d7\u05e4\u05e9 \u05de\u05d5\u05e6\u05e8\u05d9\u05dd", "search_quotes", "\u05d7\u05e4\u05e9 \u05e6\u05d9\u05d8\u05d5\u05d8\u05d9\u05dd", "search_credits", "\u05d7\u05d9\u05e4\u05d5\u05e9 \u05e7\u05e8\u05d3\u05d9\u05d8\u05d9\u05dd", "search_vendors", "\u05d7\u05e4\u05e9 \u05e1\u05e4\u05e7\u05d9\u05dd", "search_users", "\u05d7\u05e4\u05e9 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd", _s16_124, "\u05d7\u05e4\u05e9 \u05e9\u05d9\u05e2\u05d5\u05e8\u05d9 \u05de\u05e1", "search_tasks", "\u05d7\u05e4\u05e9 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", "search_settings", "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d7\u05d9\u05e4\u05d5\u05e9", "search_projects", "\u05d7\u05d9\u05e4\u05d5\u05e9 \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8\u05d9\u05dd", "search_expenses", "\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05d7\u05d9\u05e4\u05d5\u05e9", "search_payments", "\u05d7\u05e4\u05e9 \u05ea\u05e9\u05dc\u05d5\u05de\u05d9\u05dd", "search_groups", "\u05d7\u05e4\u05e9 \u05d1\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea", "search_company", "\u05d7\u05d1\u05e8\u05ea \u05d7\u05d9\u05e4\u05d5\u05e9", "search_document", "\u05d7\u05e4\u05e9 \u05de\u05e1\u05de\u05da \u05d0\u05d7\u05d3", "search_design", "\u05d7\u05d9\u05e4\u05d5\u05e9 1 \u05e2\u05d9\u05e6\u05d5\u05d1", "search_invoice", "\u05d7\u05e4\u05e9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea 1", "search_client", "\u05d7\u05e4\u05e9 \u05dc\u05e7\u05d5\u05d7 \u05d0\u05d7\u05d3", "search_product", "\u05d7\u05e4\u05e9 \u05de\u05d5\u05e6\u05e8 1", "search_quote", "\u05d7\u05e4\u05e9 1 \u05e6\u05d9\u05d8\u05d5\u05d8", "search_credit", "\u05d7\u05e4\u05e9 1 \u05e7\u05e8\u05d3\u05d9\u05d8", "search_vendor", "\u05d7\u05e4\u05e9 \u05e1\u05e4\u05e7 1", "search_user", "\u05d7\u05e4\u05e9 \u05de\u05e9\u05ea\u05de\u05e9 1", "search_tax_rate", "\u05d7\u05e4\u05e9 \u05e9\u05d9\u05e2\u05d5\u05e8 \u05de\u05e1 1", "search_task", "\u05d7\u05e4\u05e9 1 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", "search_project", "\u05d7\u05e4\u05e9 \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 1", "search_expense", "\u05d7\u05e4\u05e9 \u05d4\u05d5\u05e6\u05d0\u05d4 1", "search_payment", "\u05d7\u05e4\u05e9 \u05ea\u05e9\u05dc\u05d5\u05dd 1", "search_group", "\u05d7\u05e4\u05e9 \u05e7\u05d1\u05d5\u05e6\u05d4 \u05d0\u05d7\u05ea", "refund_payment", "\u05d4\u05d7\u05d6\u05e8 \u05db\u05e1\u05e4\u05d9", _s17_94, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d1\u05d5\u05d8\u05dc\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s18_79, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05d1\u05d5\u05d8\u05dc\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_130, _s21_206, _s17_95, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e9\u05d5\u05d7\u05d6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "reverse", "\u05dc\u05b7\u05d4\u05b2\u05e4\u05d5\u05b9\u05da", "full_name", "\u05e9\u05dd \u05de\u05dc\u05d0", _s17_96, "\u05e2\u05d9\u05e8/\u05de\u05d3\u05d9\u05e0\u05d4/\u05d3\u05d5\u05d0\u05e8", _s17_98, _s17_99, "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", "\u05de\u05e0\u05d4\u05d2 \u05e9\u05dc\u05d9\u05e9\u05d9", "custom4", "\u05de\u05e0\u05d4\u05d2 \u05e8\u05d1\u05d9\u05e2\u05d9", "optional", "\u05d0\u05d5\u05e4\u05e6\u05d9\u05d5\u05e0\u05d0\u05dc\u05d9", "license", "\u05e8\u05d9\u05e9\u05d9\u05d5\u05df", "purge_data", "\u05e8\u05e2\u05e0\u05df \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd", _s16_131, "\u05e0\u05ea\u05d5\u05e0\u05d9 \u05d4\u05d7\u05d1\u05e8\u05d4 \u05e8\u05d5\u05e2\u05e0\u05e0\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s18_80, "\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", "\u05d4\u05e2\u05d9\u05e6\u05d5\u05d1 \u05e0\u05e9\u05de\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "client_details", "\u05e4\u05e8\u05d8\u05d9 \u05d4\u05dc\u05e7\u05d5\u05d7", "company_address", "\u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d7\u05d1\u05e8\u05d4", "invoice_details", "\u05e4\u05e8\u05d8\u05d9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "quote_details", "\u05e4\u05e8\u05d8\u05d9 \u05e6\u05d9\u05d8\u05d5\u05d8", "credit_details", "\u05e4\u05e8\u05d8\u05d9 \u05d0\u05e9\u05e8\u05d0\u05d9", "product_columns", "\u05e2\u05de\u05d5\u05d3\u05d5\u05ea \u05de\u05d5\u05e6\u05e8", "task_columns", "\u05e9\u05d5\u05e8\u05d5\u05ea \u05de\u05e9\u05d9\u05de\u05d4", "add_field", "\u05d4\u05d5\u05e1\u05e3 \u05e9\u05d3\u05d4", "all_events", "\u05db\u05dc \u05d4\u05d0\u05d9\u05e8\u05d5\u05e2\u05d9\u05dd", "permissions", "\u05de\u05ea\u05d7\u05dd", "none", "\u05dc\u05dc\u05d0", "owned", "\u05d1\u05d1\u05e2\u05dc\u05d5\u05ea", "payment_success", "\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d1\u05ea\u05e9\u05dc\u05d5\u05dd", "payment_failure", "\u05db\u05e9\u05dc \u05d1\u05ea\u05e9\u05dc\u05d5\u05dd", "invoice_sent", ":\u05de\u05e1\u05e4\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e9\u05e0\u05e9\u05dc\u05d7\u05d5", "quote_sent", "\u05e6\u05d9\u05d8\u05d5\u05d8 \u05e0\u05e9\u05dc\u05d7", "credit_sent", "\u05d0\u05e9\u05e8\u05d0\u05d9 \u05e0\u05e9\u05dc\u05d7", "invoice_viewed", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05e6\u05e4\u05ea\u05d4", "quote_viewed", "\u05e6\u05d9\u05d8\u05d5\u05d8 \u05e0\u05e6\u05e4\u05d4", "credit_viewed", "\u05e7\u05e8\u05d3\u05d9\u05d8 \u05e0\u05e6\u05e4\u05d4", "quote_approved", "\u05d4\u05e6\u05e2\u05ea \u05d4\u05de\u05d7\u05d9\u05e8 \u05d0\u05d5\u05e9\u05e8\u05d4", _s25_46, "\u05e7\u05d1\u05dc \u05d0\u05ea \u05db\u05dc \u05d4\u05d4\u05ea\u05e8\u05d0\u05d5\u05ea", _s16_132, "\u05e8\u05db\u05d9\u05e9\u05ea \u05e8\u05d9\u05e9\u05d9\u05d5\u05df", "apply_license", "Apply License", "cancel_account", "\u05de\u05d7\u05e7 \u05d7\u05e9\u05d1\u05d5\u05df", _s22_64, "\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_65, "\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", "\u05de\u05d5\u05d3\u05d5\u05dc\u05d9\u05dd \u05de\u05d5\u05e4\u05e2\u05dc\u05d9\u05dd", "converted_quote", "\u05d4\u05e6\u05d9\u05d8\u05d5\u05d8 \u05d4\u05d5\u05de\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "credit_design", "\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d0\u05e9\u05e8\u05d0\u05d9", "includes", "\u05db\u05d5\u05dc\u05dc", "header", "\u05db\u05d5\u05ea\u05e8\u05ea \u05e2\u05dc\u05d9\u05d5\u05e0\u05d4", "load_design", "\u05d8\u05e2\u05df \u05e2\u05d9\u05e6\u05d5\u05d1", "css_framework", "\u05de\u05e1\u05d2\u05e8\u05ea CSS", "custom_designs", "\u05e2\u05d9\u05e6\u05d5\u05d1\u05d9\u05dd \u05de\u05d5\u05ea\u05d0\u05de\u05d9\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", "designs", "\u05e2\u05d9\u05e6\u05d5\u05d1\u05d9\u05dd", "new_design", "\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d7\u05d3\u05e9", "edit_design", "\u05e2\u05e8\u05d5\u05da \u05e2\u05d9\u05e6\u05d5\u05d1", "created_design", "\u05e2\u05d9\u05e6\u05d5\u05d1 \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_design", "\u05d4\u05e2\u05d9\u05e6\u05d5\u05d1 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_design", "\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d4\u05d5\u05e2\u05d1\u05e8 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_design", "\u05d4\u05e2\u05d9\u05e6\u05d5\u05d1 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "removed_design", "\u05d4\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d4\u05d5\u05e1\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "restored_design", "\u05e2\u05d9\u05e6\u05d5\u05d1 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_134, "\u05e2\u05d9\u05e6\u05d5\u05d1\u05d9\u05dd \u05e9\u05dc :value \u05d4\u05d5\u05e2\u05d1\u05e8\u05d5 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_designs", "\u05e2\u05d9\u05e6\u05d5\u05d1\u05d9\u05dd \u05e9\u05dc :value \u05e0\u05de\u05d7\u05e7\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_135, "\u05e2\u05d9\u05e6\u05d5\u05d1\u05d9 :value \u05e9\u05d5\u05d7\u05d6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "proposals", "\u05d4\u05e6\u05e2\u05d5\u05ea", "tickets", "\u05db\u05e8\u05d8\u05d9\u05e1\u05d9\u05dd", _s16_136, "\u05db\u05de\u05d5\u05ea \u05d7\u05d5\u05d6\u05e8\u05ea", "recurring_tasks", "\u05de\u05e9\u05d9\u05de\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea", _s18_81, "\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", "\u05d4\u05d0\u05e9\u05e8\u05d0\u05d9 \u05d4\u05d5\u05e1\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "restored_credit", "\u05d0\u05e9\u05e8\u05d0\u05d9 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_138, "\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_139, "\u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05e7\u05e8\u05d3\u05d9\u05d8\u05d9\u05dd :value", "current_version", "\u05d2\u05e8\u05e1\u05d0 \u05e0\u05d5\u05db\u05d7\u05d9\u05ea", "latest_version", "\u05d4\u05d2\u05e8\u05e1\u05d4 \u05d4\u05e2\u05d3\u05db\u05e0\u05d9\u05ea \u05d1\u05d9\u05d5\u05ea\u05e8", "update_now", "\u05e2\u05d3\u05db\u05df \u05db\u05e2\u05ea", _s26_30, "\u05d2\u05e8\u05e1\u05d4 \u05d7\u05d3\u05e9\u05d4 \u05e9\u05dc \u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d9\u05ea \u05d4\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05d6\u05de\u05d9\u05e0\u05d4", _s16_140, "\u05e2\u05d3\u05db\u05d5\u05df \u05d6\u05de\u05d9\u05df", "app_updated", "\u05d4\u05e2\u05d3\u05db\u05d5\u05df \u05d4\u05d5\u05e9\u05dc\u05dd \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "learn_more", "\u05dc\u05de\u05d3 \u05e2\u05d5\u05d3", "integrations", "\u05d0\u05d9\u05e0\u05d8\u05d2\u05e8\u05e6\u05d9\u05d5\u05ea", "tracking_id", "\u05de\u05d6\u05d4\u05d4 \u05de\u05e2\u05e7\u05d1", _s17_100, _s17_250, "credit_footer", "\u05db\u05d5\u05ea\u05e8\u05ea \u05ea\u05d7\u05ea\u05d5\u05e0\u05d4 \u05e9\u05dc \u05e7\u05e8\u05d3\u05d9\u05d8", "credit_terms", "\u05ea\u05e0\u05d0\u05d9 \u05d0\u05e9\u05e8\u05d0\u05d9", "new_company", "\u05d7\u05d1\u05e8\u05d4 \u05d7\u05d3\u05e9\u05d4", "added_company", "\u05d7\u05d1\u05e8\u05d4 \u05e0\u05d5\u05e1\u05e4\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "company1", "\u05d7\u05d1\u05e8\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 1", "company2", "\u05d7\u05d1\u05e8\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 2", "company3", "\u05d7\u05d1\u05e8\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 3", "company4", "\u05d7\u05d1\u05e8\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 4", "product1", "\u05de\u05d5\u05e6\u05e8 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 1", "product2", "\u05de\u05d5\u05e6\u05e8 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 2", "product3", "\u05de\u05d5\u05e6\u05e8 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 3", "product4", "\u05de\u05d5\u05e6\u05e8 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 4", "client1", "\u05dc\u05e7\u05d5\u05d7 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 1", "client2", "\u05dc\u05e7\u05d5\u05d7 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 2", "client3", "\u05dc\u05e7\u05d5\u05d7 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 3", "client4", "\u05dc\u05e7\u05d5\u05d7 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 4", "contact1", "\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 1", "contact2", "\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 2", "contact3", "\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 3", "contact4", "\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 4", "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", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 1", "project2", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 2", "project3", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 3", "project4", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 4", "expense1", "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 1", "expense2", "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 2", "expense3", "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 3", "expense4", "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 4", "vendor1", "\u05e1\u05e4\u05e7 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 1", "vendor2", "\u05e1\u05e4\u05e7 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 2", "vendor3", "\u05e1\u05e4\u05e7 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 3", "vendor4", "\u05e1\u05e4\u05e7 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 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", "\u05ea\u05e9\u05dc\u05d5\u05dd \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 1", "payment2", "\u05ea\u05e9\u05dc\u05d5\u05dd \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 2", "payment3", "\u05ea\u05e9\u05dc\u05d5\u05dd \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 3", "payment4", "\u05ea\u05e9\u05dc\u05d5\u05dd \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 4", "surcharge1", _s20_203, "surcharge2", _s20_204, "surcharge3", _s20_205, "surcharge4", _s20_206, "group1", "\u05e7\u05d1\u05d5\u05e6\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 1", "group2", "\u05e7\u05d1\u05d5\u05e6\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 2", "group3", "\u05e7\u05d1\u05d5\u05e6\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 3", "group4", "\u05e7\u05d1\u05d5\u05e6\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 4", "reset", "\u05d0\u05ea\u05d7\u05d5\u05dc", "number", "\u05de\u05e1\u05e4\u05e8", "export", "\u05d9\u05d9\u05e6\u05d5\u05d0", "chart", "\u05ea\u05e8\u05e9\u05d9\u05dd", "count", "\u05dc\u05e1\u05e4\u05d5\u05e8", "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", "\u05ea\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4", "is_active", "\u05d4\u05d0\u05dd \u05e4\u05e2\u05d9\u05dc", "group_by", "\u05e7\u05d1\u05e5 \u05dc\u05e4\u05d9", "credit_balance", "\u05de\u05d0\u05d6\u05df \u05d9\u05ea\u05e8\u05d4", _s18_87, "\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4", _s17_102, "\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05d1\u05e9\u05dd \u05d4\u05de\u05dc\u05d0", "contact_phone", "\u05d8\u05dc\u05e4\u05d5\u05df \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", _s21_86, "\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05e2\u05e8\u05da \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 1", _s21_87, "\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05e2\u05e8\u05da \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 2", _s21_88, "\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05e2\u05e8\u05da \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 3", _s21_89, "\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05e2\u05e8\u05da \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 4", _s17_104, "Shipping Street", _s17_105, _s18_89, "shipping_city", "Shipping City", "shipping_state", _s23_37, _s20_86, _s20_87, _s16_170, _s16_171, _s16_172, "Billing Street", _s16_173, _s17_106, "billing_city", "Billing City", "billing_state", _s22_70, _s19_62, _s19_63, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "\u05e9\u05d4\u05d5\u05e7\u05e6\u05d4 \u05dc", "created_by", "\u05e0\u05d5\u05e6\u05e8 \u05e2\u05dc \u05d9\u05d3\u05d9: :name", "assigned_to_id", "\u05de\u05d5\u05e7\u05e6\u05d4 \u05dc\u05d6\u05d9\u05d4\u05d5\u05d9", "created_by_id", "\u05e0\u05d5\u05e6\u05e8 \u05e2\u05dc \u05d9\u05d3\u05d9 Id", "add_column", "\u05d4\u05d5\u05e1\u05e3 \u05e2\u05de\u05d5\u05d3\u05d4", "edit_columns", "\u05e2\u05e8\u05d5\u05da \u05e2\u05de\u05d5\u05d3\u05d5\u05ea", "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_174, "\u05e6\u05d9\u05d8\u05d5\u05d8 \u05dc\u05d0 \u05de\u05d0\u05d5\u05e9\u05e8", "help", "\u05e2\u05d6\u05e8\u05d4", "refund", "\u05d4\u05d7\u05d6\u05e8", "refund_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d7\u05d6\u05e8", "filtered_by", "\u05de\u05e1\u05d5\u05e0\u05df \u05dc\u05e4\u05d9", "contact_email", "\u05d3\u05d5\u05d0'\u05dc \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", "multiselect", "\u05d1\u05d7\u05d9\u05e8\u05d4 \u05de\u05e8\u05d5\u05d1\u05d4", "entity_state", "\u05de\u05e6\u05d1", "verify_password", "\u05d0\u05de\u05ea \u05d0\u05ea \u05d4\u05e1\u05d9\u05e1\u05de\u05d4", "applied", "\u05d4\u05d5\u05d7\u05dc", _s21_90, "\u05db\u05dc\u05d5\u05dc \u05e9\u05d2\u05d9\u05d0\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05e0\u05d5\u05ea \u05de\u05d4\u05d9\u05d5\u05de\u05e0\u05d9\u05dd", _s30_11, "\u05e7\u05d9\u05d1\u05dc\u05e0\u05d5 \u05d0\u05ea \u05d4\u05d5\u05d3\u05e2\u05ea\u05da \u05d5\u05e0\u05e0\u05e1\u05d4 \u05dc\u05d4\u05d2\u05d9\u05d1 \u05d1\u05d4\u05e7\u05d3\u05dd.", "message", "\u05d4\u05d5\u05d3\u05e2\u05d4", "from", "\u05de\u05d0\u05ea", _s20_88, "\u05d4\u05e6\u05d2 \u05e4\u05e8\u05d8\u05d9 \u05de\u05d5\u05e6\u05e8", _s25_48, "\u05db\u05dc\u05d5\u05dc \u05d0\u05ea \u05d4\u05ea\u05d9\u05d0\u05d5\u05e8 \u05d5\u05d4\u05e2\u05dc\u05d5\u05ea \u05d1\u05ea\u05e4\u05e8\u05d9\u05d8 \u05d4\u05e0\u05e4\u05ea\u05d7 \u05e9\u05dc \u05d4\u05de\u05d5\u05e6\u05e8", _s20_90, "\u05de\u05e2\u05d1\u05d3 \u05d4-PDF \u05d3\u05d5\u05e8\u05e9 :version", _s18_90, "\u05d4\u05ea\u05d0\u05dd \u05d0\u05d7\u05d5\u05d6 \u05e2\u05de\u05dc\u05d4", _s23_38, "\u05d4\u05ea\u05d0\u05dd \u05d0\u05ea \u05d4\u05d0\u05d7\u05d5\u05d6\u05d9\u05dd \u05db\u05d3\u05d9 \u05dc\u05e7\u05d7\u05ea \u05d1\u05d7\u05e9\u05d1\u05d5\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05dc\u05d4", _s18_92, "\u05d4\u05d2\u05d3\u05e8 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea", "support_forum", "Support Forums", "about", "\u05e2\u05dc \u05d0\u05d5\u05d3\u05d5\u05ea", "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", "\u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05d0\u05e9\u05e8\u05d0\u05d9", "iframe_url", "\u05d0\u05ea\u05e8 \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8", "domain_url", "\u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05de\u05d9\u05d9\u05df", _s21_91, "\u05d4\u05e1\u05d9\u05e1\u05de\u05d4 \u05e7\u05e6\u05e8\u05d4 \u05de\u05d3\u05d9", _s20_91, "\u05d4\u05e1\u05d9\u05e1\u05de\u05d4 \u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05db\u05d9\u05dc \u05ea\u05d5 \u05d2\u05d3\u05d5\u05dc \u05d5\u05de\u05e1\u05e4\u05e8", _s19_64, "\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e4\u05d5\u05e8\u05d8\u05dc \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea", _s23_39, "\u05de\u05e8\u05db\u05d6 \u05e9\u05dc\u05d9\u05d8\u05d4 \u05dc\u05dc\u05e7\u05d5\u05d7", _s20_92, "\u05d0\u05e0\u05d0 \u05d4\u05db\u05e0\u05e1 \u05e2\u05e8\u05da", "deleted_logo", "\u05d4\u05dc\u05d5\u05d2\u05d5 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "yes", "\u05db\u05df", "no", "\u05dc\u05d0", "generate_number", "\u05e6\u05d5\u05e8 \u05de\u05e1\u05e4\u05e8", "when_saved", "\u05db\u05d0\u05e9\u05e8 \u05e0\u05e9\u05de\u05e8", "when_sent", "\u05db\u05d0\u05e9\u05e8 \u05e0\u05e9\u05dc\u05d7", "select_company", "\u05d1\u05d7\u05e8 \u05d7\u05d1\u05e8\u05d4", "float", "\u05dc\u05b8\u05e6\u05d5\u05bc\u05e3", "collapse", "\u05d4\u05b4\u05ea\u05de\u05d5\u05b9\u05d8\u05b0\u05d8\u05d5\u05bc\u05ea", "show_or_hide", "\u05d4\u05e6\u05d2 \u05d4\u05e1\u05ea\u05e8", "menu_sidebar", "\u05e1\u05e8\u05d2\u05dc \u05e6\u05d3 \u05e9\u05dc \u05ea\u05e4\u05e8\u05d9\u05d8", "history_sidebar", "\u05e1\u05e8\u05d2\u05dc \u05e6\u05d3 \u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05d4", "tablet", "\u05dc\u05d5\u05bc\u05d7\u05b7", "mobile", "\u05e0\u05d9\u05d9\u05d3", "desktop", "\u05e9\u05d5\u05dc\u05d7\u05df \u05e2\u05d1\u05d5\u05d3\u05d4", "layout", "\u05de\u05b7\u05e2\u05b2\u05e8\u05b8\u05da", "view", "\u05e6\u05e4\u05d4", "module", "\u05de\u05d5\u05d3\u05d5\u05dc", "first_custom", "\u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea \u05e8\u05d0\u05e9\u05d5\u05df", "second_custom", "\u05de\u05e0\u05d4\u05d2 \u05e9\u05e0\u05d9", "third_custom", "\u05de\u05e0\u05d4\u05d2 \u05e9\u05dc\u05d9\u05e9\u05d9", "show_cost", "\u05d4\u05e6\u05d2 \u05e2\u05dc\u05d5\u05ea", _s17_107, "\u05d4\u05e6\u05d2 \u05d0\u05ea \u05e2\u05dc\u05d5\u05ea \u05d4\u05de\u05d5\u05e6\u05e8", "show_cost_help", "\u05d4\u05e6\u05d2 \u05e9\u05d3\u05d4 \u05e2\u05dc\u05d5\u05ea \u05de\u05d5\u05e6\u05e8 \u05db\u05d3\u05d9 \u05dc\u05e2\u05e7\u05d5\u05d1 \u05d0\u05d7\u05e8 \u05d4\u05e1\u05d9\u05de\u05d5\u05df/\u05e8\u05d5\u05d5\u05d7", _s21_92, "\u05d4\u05e6\u05d2 \u05db\u05de\u05d5\u05ea \u05de\u05d5\u05e6\u05e8", _s26_32, "\u05d4\u05e6\u05d2 \u05e9\u05d3\u05d4 \u05db\u05de\u05d5\u05ea \u05de\u05d5\u05e6\u05e8, \u05d0\u05d7\u05e8\u05ea \u05d1\u05e8\u05d9\u05e8\u05ea \u05d4\u05de\u05d7\u05d3\u05dc \u05d4\u05d9\u05d0 \u05d0\u05d7\u05ea", _s21_94, "\u05d4\u05e6\u05d2 \u05db\u05de\u05d5\u05ea \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s26_33, "\u05d4\u05e6\u05d2 \u05e9\u05d3\u05d4 \u05db\u05de\u05d5\u05ea \u05e4\u05e8\u05d9\u05d8 \u05e9\u05d5\u05e8\u05d4, \u05d0\u05d7\u05e8\u05ea \u05d1\u05e8\u05d9\u05e8\u05ea \u05d4\u05de\u05d7\u05d3\u05dc \u05d4\u05d9\u05d0 \u05d0\u05d7\u05ea", _s21_96, "\u05d4\u05e6\u05d2 \u05d4\u05e0\u05d7\u05d4 \u05e2\u05dc \u05d4\u05de\u05d5\u05e6\u05e8", _s26_34, "\u05d4\u05e6\u05d2 \u05e9\u05d3\u05d4 \u05d4\u05e0\u05d7\u05d4 \u05e2\u05dc \u05e4\u05e8\u05d9\u05d8 \u05e9\u05d5\u05e8\u05d4", _s16_176, "\u05db\u05de\u05d5\u05ea \u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc", _s21_98, "\u05d4\u05d2\u05d3\u05e8 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05d0\u05ea \u05db\u05de\u05d5\u05ea \u05d4\u05e4\u05e8\u05d9\u05d8 \u05dc\u05d0\u05d7\u05d3", "one_tax_rate", "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05de\u05e1 \u05d0\u05d7\u05d3", "two_tax_rates", "\u05e9\u05e0\u05d9 \u05e9\u05d9\u05e2\u05d5\u05e8\u05d9 \u05de\u05e1", "three_tax_rates", "\u05e9\u05dc\u05d5\u05e9\u05d4 \u05e9\u05d9\u05e2\u05d5\u05e8\u05d9 \u05de\u05e1", _s16_178, "\u05d1\u05e8\u05d9\u05e8\u05ea \u05d4\u05de\u05d7\u05d3\u05dc \u05e9\u05dc \u05e9\u05d9\u05e2\u05d5\u05e8 \u05de\u05e1", "user", "\u05de\u05e9\u05ea\u05de\u05e9", "invoice_tax", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05e1", "line_item_tax", "\u05de\u05e1 \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd", "inclusive_taxes", "\u05de\u05e1\u05d9\u05dd \u05db\u05d5\u05dc\u05dc\u05d9\u05dd", _s17_109, "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05d4\u05de\u05e1 \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "item_tax_rates", "\u05ea\u05e2\u05e8\u05d9\u05e4\u05d9 \u05de\u05e1 \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd", _s18_94, "\u05d0\u05e0\u05d0 \u05d1\u05d7\u05e8 \u05dc\u05e7\u05d5\u05d7", "configure_rates", "\u05d4\u05d2\u05d3\u05e8 \u05ea\u05e2\u05e8\u05d9\u05e4\u05d9\u05dd", _s18_95, _s18_96, "tax_settings", "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05e1", _s18_97, "\u05e9\u05d9\u05e2\u05d5\u05e8\u05d9 \u05d4\u05de\u05e1", "accent_color", "\u05e6\u05d1\u05e2 \u05d4\u05d3\u05d2\u05e9\u05d4", "switch", "Switch", _s19_66, "\u05e8\u05e9\u05d9\u05de\u05d4 \u05de\u05d5\u05e4\u05e8\u05d3\u05ea \u05d1\u05e4\u05e1\u05d9\u05e7\u05d9\u05dd", "options", "\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea", _s16_180, "\u05d8\u05e7\u05e1\u05d8 \u05d1\u05e9\u05d5\u05e8\u05d4 \u05d0\u05d7\u05ea", "multi_line_text", "\u05d8\u05e7\u05e1\u05d8 \u05e8\u05d1 \u05e9\u05d5\u05e8\u05d5\u05ea", "dropdown", "\u05dc\u05d4\u05e4\u05d9\u05dc", "field_type", "\u05e1\u05d5\u05d2 \u05e9\u05d3\u05d4", _s27_45, "\u05d3\u05d5\u05d0"\u05dc \u05dc\u05e9\u05d7\u05d6\u05d5\u05e8 \u05e1\u05d9\u05e1\u05de\u05d4 \u05e0\u05e9\u05dc\u05d7", "submit", "Submit", _s16_182, "\u05e9\u05d7\u05d6\u05d5\u05e8 \u05e1\u05d9\u05e1\u05de\u05d0", "late_fees", "\u05e2\u05de\u05dc\u05d5\u05ea \u05d1\u05d2\u05d9\u05df \u05d0\u05d9\u05d7\u05d5\u05e8", "credit_number", "\u05d6\u05d9\u05db\u05d5\u05d9 \u05de\u05e1\u05e4\u05e8", "payment_number", "\u05de\u05e1\u05e4\u05e8 \u05ea\u05e9\u05dc\u05d5\u05dd", "late_fee_amount", "Late Fee Amount", _s16_183, _s16_184, "before_due_date", "\u05dc\u05e4\u05e0\u05d9 \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05e2\u05d3", "after_due_date", "\u05dc\u05d0\u05d7\u05e8 \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05e2\u05d3", _s18_99, "\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", "\u05ea\u05e9\u05dc\u05d5\u05dd \u05d7\u05dc\u05e7\u05d9", "payment_partial", "\u05ea\u05e9\u05dc\u05d5\u05dd \u05d7\u05dc\u05e7\u05d9", _s21_99, "\u05d3\u05d5\u05d0"\u05dc \u05ea\u05e9\u05dc\u05d5\u05dd \u05d7\u05dc\u05e7\u05d9", "quote_email", "\u05de\u05d9\u05d9\u05dc \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", _s16_185, "\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e7\u05d1\u05d5\u05e2\u05d4", _s16_187, "\u05de\u05e1\u05d5\u05e0\u05df \u05dc\u05e4\u05d9 \u05de\u05e9\u05ea\u05de\u05e9", "administrator", "\u05de\u05e0\u05d4\u05dc", _s18_100, "\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", "\u05de\u05e9\u05ea\u05de\u05e9 \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "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", "\u05de\u05e9\u05ea\u05de\u05e9 \u05d4\u05d5\u05e1\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "restored_user", "\u05de\u05e9\u05ea\u05de\u05e9 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_users", "\u05de\u05e9\u05ea\u05de\u05e9\u05d9 :value \u05d4\u05d5\u05e2\u05d1\u05e8\u05d5 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_users", "\u05de\u05e9\u05ea\u05de\u05e9\u05d9 :value \u05e0\u05de\u05d7\u05e7\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "removed_users", "\u05d4\u05d5\u05e1\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05de\u05e9\u05ea\u05de\u05e9\u05d9 :value", "restored_users", "\u05e9\u05d5\u05d7\u05d6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05de\u05e9\u05ea\u05de\u05e9\u05d9 :value", _s16_189, "\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_111, "\u05d4\u05e1\u05ea\u05e8 \u05e9\u05d5\u05dc\u05dd \u05e2\u05d3 \u05db\u05d4", _s22_72, "\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_41, "\u05de\u05e1\u05de\u05db\u05d9\u05dd \u05de\u05d5\u05d8\u05de\u05e2\u05d9\u05dd", _s28_30, "\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_191, "Show Header on", _s16_192, "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", "\u05d2\u05d5\u05e4\u05df \u05e8\u05d0\u05e9\u05d9", "secondary_font", "\u05d2\u05d5\u05e4\u05df \u05de\u05e9\u05e0\u05d9", "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_101, "\u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9", _s23_42, "\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 \u05dc\u05d0\u05d7\u05e8 \u05d4\u05d9\u05e6\u05d9\u05e8\u05d4.", _s18_102, "\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9", _s23_43, "\u05d4\u05e2\u05d1\u05e8 \u05d4\u05e6\u05e2\u05d5\u05ea \u05de\u05d7\u05d9\u05e8 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d0\u05d5\u05e4\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9 \u05db\u05e9\u05d4\u05df \u05de\u05d5\u05de\u05e8\u05d5\u05ea \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea.", _s18_103, "\u05d4\u05de\u05e8\u05d4 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea", _s23_44, "\u05d4\u05de\u05e8 \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d1\u05d0\u05d5\u05e4\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9 \u05d1\u05e2\u05ea \u05d0\u05d9\u05e9\u05d5\u05e8 \u05dc\u05e7\u05d5\u05d7.", _s17_113, _s17_114, "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_115, "Three months", _s16_193, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_194, "\u05e9\u05dc\u05d5\u05e9 \u05e9\u05e0\u05d9\u05dd", "never", "Never", "company", "\u05d7\u05b6\u05d1\u05e8\u05b8\u05d4", _s17_116, _s17_117, "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_195, _s16_196, "number_padding", "\u05e8\u05d9\u05e4\u05d5\u05d3 \u05de\u05e1\u05e4\u05e8\u05d9\u05dd", "general", "\u05db\u05dc\u05dc\u05d9", "surcharge_field", "\u05e9\u05d3\u05d4 \u05d4\u05d9\u05d8\u05dc", "company_field", "\u05e9\u05d3\u05d4 \u05d7\u05d1\u05e8\u05d4", "company_value", "\u05e2\u05e8\u05da \u05d4\u05d7\u05d1\u05e8\u05d4", "credit_field", "\u05e9\u05d3\u05d4 \u05d0\u05e9\u05e8\u05d0\u05d9", "invoice_field", "\u05e9\u05d3\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s17_118, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d7\u05d9\u05d5\u05d1\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd", "client_field", "\u05e9\u05d3\u05d4 \u05dc\u05e7\u05d5\u05d7", "product_field", "\u05ea\u05d7\u05d5\u05dd \u05de\u05d5\u05e6\u05e8", "payment_field", "\u05e9\u05d3\u05d4 \u05ea\u05e9\u05dc\u05d5\u05dd", "contact_field", "\u05e9\u05d3\u05d4 \u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8", "vendor_field", "\u05e9\u05d3\u05d4 \u05e1\u05e4\u05e7", "expense_field", "\u05e9\u05d3\u05d4 \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", "project_field", "\u05e9\u05d3\u05d4 \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8", "task_field", "\u05e9\u05d3\u05d5\u05ea \u05de\u05e9\u05d9\u05de\u05d4", "group_field", "\u05e9\u05d3\u05d4 \u05e7\u05d1\u05d5\u05e6\u05d4", "number_counter", "\u05de\u05d5\u05e0\u05d4 \u05de\u05e1\u05e4\u05e8\u05d9\u05dd", "prefix", "\u05e7\u05d9\u05d3\u05d5\u05de\u05ea", "number_pattern", "\u05d3\u05e4\u05d5\u05e1 \u05de\u05e1\u05e4\u05e8", "messages", "\u05d4\u05d5\u05d3\u05e2\u05d5\u05ea", "custom_css", "CSS \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", _s17_120, "JavaScript \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", _s16_197, "\u05e4\u05ea\u05d7 \u05d1PDF", _s21_101, "\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_54, "\u05ea\u05d9\u05d1\u05ea \u05e1\u05d9\u05de\u05d5\u05df \u05ea\u05e0\u05d0\u05d9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s30_12, "\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_45, "\u05ea\u05d9\u05d1\u05ea \u05e1\u05d9\u05de\u05d5\u05df \u05ea\u05e0\u05d0\u05d9 \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", _s28_31, "\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_55, "\u05d7\u05ea\u05d9\u05de\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s30_13, "\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_46, "\u05d7\u05ea\u05d9\u05de\u05ea \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", _s22_74, "\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_46, "\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", "\u05de\u05e6\u05d1 \u05e4\u05d5\u05e8\u05d8\u05dc", "email_signature", "\u05d1\u05ea\u05d5\u05d3\u05d4 \u05de\u05e8\u05d0\u05e9", _s24_56, "\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", "\u05e6\u05e8\u05e3 PDF", _s16_198, "\u05e6\u05e8\u05e3 \u05de\u05e1\u05de\u05db\u05d9\u05dd", "attach_ubl", "\u05e6\u05e8\u05e3 UBL", "email_style", "\u05e1\u05d2\u05e0\u05d5\u05df \u05d0\u05d9\u05de\u05d9\u05d9\u05dc", _s19_68, "\u05d0\u05e4\u05e9\u05e8 \u05e1\u05d9\u05de\u05d5\u05df", "reply_to_email", "\u05d4\u05e9\u05d1 \u05dc\u05d3\u05d5\u05d0'\u05dc", "reply_to_name", "\u05e9\u05dd \u05ea\u05d2\u05d5\u05d1\u05d4", "bcc_email", "BCC Email", "processed", "\u05de\u05e2\u05d5\u05d1\u05d3", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "\u05e2\u05d3\u05d9\u05e4\u05d5\u05ea", "fee_amount", "\u05e1\u05db\u05d5\u05dd \u05ea\u05e9\u05dc\u05d5\u05dd", "fee_percent", "\u05d0\u05d7\u05d5\u05d6 \u05e2\u05de\u05dc\u05d5\u05ea", "fee_cap", "\u05ea\u05e7\u05e8\u05ea \u05e2\u05de\u05dc\u05d5\u05ea", "limits_and_fees", "\u05de\u05d2\u05d1\u05dc\u05d5\u05ea/\u05e2\u05de\u05dc\u05d5\u05ea", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_69, _s19_70, "credentials", "\u05d0\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd", "update_address", "\u05e2\u05d3\u05db\u05d5\u05df \u05db\u05ea\u05d5\u05d1\u05ea", _s19_71, "\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_200, "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05d4\u05de\u05e1 \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_201, "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05d4\u05de\u05e1 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_123, "\u05e9\u05d9\u05e2\u05d5\u05e8\u05d9 \u05d4\u05de\u05e1 \u05e0\u05e9\u05dc\u05d7\u05d5 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df", _s16_202, "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05d4\u05de\u05e1 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_124, "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05d4\u05de\u05e1 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s18_104, "\u05e9\u05d9\u05e2\u05d5\u05e8\u05d9 \u05d4\u05de\u05e1 :value \u05d4\u05d5\u05e2\u05d1\u05e8\u05d5 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_125, "\u05e9\u05d9\u05e2\u05d5\u05e8\u05d9 \u05d4\u05de\u05e1 :value \u05e0\u05de\u05d7\u05e7\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s18_105, "\u05e9\u05d9\u05e2\u05d5\u05e8\u05d9 \u05d4\u05de\u05e1 :value \u05e9\u05d5\u05d7\u05d6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "fill_products", "\u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05dc\u05de\u05d9\u05dc\u05d5\u05d9 \u05d0\u05d5\u05d8\u05d5\u05de\u05d9", _s18_106, "\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_96, "\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_203, "\u05d4\u05de\u05e8 \u05de\u05d5\u05e6\u05e8", _s21_102, "\u05d4\u05de\u05e8 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05d0\u05ea \u05de\u05d7\u05d9\u05e8\u05d9 \u05d4\u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05dc\u05de\u05d8\u05d1\u05e2 \u05d4\u05dc\u05e7\u05d5\u05d7", "fees", "\u05e2\u05de\u05dc\u05d5\u05ea", "limits", "\u05de\u05d2\u05d1\u05dc\u05d5\u05ea", "provider", "\u05e1\u05e4\u05e7", "company_gateway", "Payment Gateway", _s16_205, _s16_206, _s19_72, "New Gateway", _s20_97, "Edit Gateway", _s23_47, _s28_32, _s23_48, _s28_33, _s24_57, _s29_26, _s23_49, _s28_34, _s24_58, _s29_27, _s25_57, _s37_15, _s24_59, _s36_10, _s25_58, _s37_16, _s16_207, "\u05d4\u05de\u05e9\u05da \u05d1\u05e2\u05e8\u05d9\u05db\u05d4", "discard_changes", "\u05d1\u05d8\u05dc \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd", "default_value", "\u05e2\u05e8\u05da \u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc", "disabled", "\u05d4\u05e9\u05d1\u05ea", "currency_format", "\u05e4\u05d5\u05e8\u05de\u05d8 \u05de\u05d8\u05d1\u05e2", _s21_103, "\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df \u05d1\u05e9\u05d1\u05d5\u05e2", _s23_50, "\u05d4\u05d7\u05d5\u05d3\u05e9 \u05d4\u05e8\u05d0\u05e9\u05d5\u05df \u05e9\u05dc \u05d4\u05e9\u05e0\u05d4", "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", "\u05e1\u05b5\u05de\u05b6\u05dc", "ocde", "\u05e7\u05d5\u05d3", "date_format", "\u05e4\u05d5\u05e8\u05de\u05d8 \u05ea\u05d0\u05e8\u05d9\u05da", "datetime_format", "\u05e4\u05d5\u05e8\u05de\u05d8 \u05ea\u05d0\u05e8\u05d9\u05da \u05d5\u05e9\u05e2\u05d4", "military_time", "24 \u05e9\u05e2\u05d5\u05ea", _s18_107, "\u05ea\u05e6\u05d5\u05d2\u05d4 \u05e9\u05dc 24 \u05e9\u05e2\u05d5\u05ea", "send_reminders", "\u05e9\u05dc\u05d7 \u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea", "timezone", "\u05d0\u05d6\u05d5\u05e8 \u05d6\u05de\u05df", _s19_73, "\u05de\u05e1\u05d5\u05e0\u05df \u05dc\u05e4\u05d9 \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8", _s17_126, "\u05de\u05e1\u05d5\u05e0\u05df \u05dc\u05e4\u05d9 \u05e7\u05d1\u05d5\u05e6\u05d4", _s19_75, "\u05e0\u05e1\u05df \u05dc\u05e4\u05d9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s18_108, "\u05de\u05e1\u05d5\u05e0\u05df \u05dc\u05e4\u05d9 \u05dc\u05e7\u05d5\u05d7", _s18_110, "\u05de\u05e1\u05d5\u05e0\u05df \u05dc\u05e4\u05d9 \u05e1\u05e4\u05e7", "group_settings", "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4", "group", "\u05e7\u05b0\u05d1\u05d5\u05bc\u05e6\u05b8\u05d4", "groups", "\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea", "new_group", "\u05e7\u05d1\u05d5\u05e6\u05d4 \u05d7\u05d3\u05e9\u05d4", "edit_group", "\u05e2\u05e8\u05d5\u05da \u05e7\u05d1\u05d5\u05e6\u05d4", "created_group", "\u05d4\u05e7\u05d1\u05d5\u05e6\u05d4 \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_group", "\u05d4\u05e7\u05d1\u05d5\u05e6\u05d4 \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_groups", "\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea :value \u05d4\u05d5\u05e2\u05d1\u05e8\u05d5 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_groups", "\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea :value \u05e0\u05de\u05d7\u05e7\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "restored_groups", "\u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea :value", "archived_group", "\u05d4\u05e7\u05d1\u05d5\u05e6\u05d4 \u05d4\u05d5\u05e2\u05d1\u05e8\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_group", "\u05d4\u05e7\u05d1\u05d5\u05e6\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "restored_group", "\u05d4\u05e7\u05d1\u05d5\u05e6\u05d4 \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "upload_logo", "\u05d4\u05e2\u05dc\u05d4 \u05dc\u05d5\u05d2\u05d5", "uploaded_logo", "\u05d4\u05dc\u05d5\u05d2\u05d5 \u05d4\u05d5\u05e2\u05dc\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "logo", "\u05dc\u05d5\u05d2\u05d5", "saved_settings", "\u05d4\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05e0\u05e9\u05de\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_209, "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05d5\u05e6\u05e8/\u05e9\u05d9\u05e8\u05d5\u05ea", "device_settings", "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05db\u05e9\u05d9\u05e8", "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_128, "\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_52, "\u05ea\u05d1\u05e0\u05d9\u05d5\u05ea \u05d5\u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea", _s22_75, "\u05db\u05e8\u05d8\u05d9\u05e1\u05d9 \u05d0\u05e9\u05e8\u05d0\u05d9 \u05d5\u05d1\u05e0\u05e7\u05d9\u05dd", _s19_77, "\u05d4\u05d3\u05de\u05d9\u05d9\u05ea \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd", "price", "\u05de\u05d7\u05d9\u05e8", "email_sign_up", "\u05d4\u05e8\u05e9\u05de\u05d4 \u05d1\u05d0\u05d9\u05de\u05d9\u05d9\u05dc", "google_sign_up", "Google Sign Up", _s27_50, "\u05ea\u05d5\u05d3\u05d4 \u05e2\u05dc \u05e8\u05db\u05d9\u05e9\u05ea\u05da!", "redeem", "\u05dc\u05b4\u05e4\u05b0\u05d3\u05d5\u05b9\u05ea", "back", "\u05d7\u05d6\u05d5\u05e8", "past_purchases", "\u05e8\u05db\u05d9\u05e9\u05d5\u05ea \u05e7\u05d5\u05d3\u05de\u05d5\u05ea", _s19_79, "\u05de\u05e0\u05d5\u05d9 \u05e9\u05e0\u05ea\u05d9", "pro_plan", "\u05ea\u05d5\u05db\u05e0\u05d9\u05ea \u05e4\u05e8\u05d5", "enterprise_plan", "\u05ea\u05d5\u05db\u05e0\u05d9\u05ea \u05d0\u05e8\u05d2\u05d5\u05e0\u05d9\u05ea", "count_users", "\u05de\u05e9\u05ea\u05de\u05e9\u05d9 :count", "upgrade", "Upgrade", _s25_59, "\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05e9\u05dd \u05e4\u05e8\u05d8\u05d9", _s24_60, "\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4", _s33_30, "\u05e0\u05d0 \u05dc\u05d4\u05e1\u05db\u05d9\u05dd \u05dc\u05ea\u05e0\u05d0\u05d9 \u05d4\u05e9\u05d9\u05e8\u05d5\u05ea \u05d5\u05dc\u05de\u05d3\u05d9\u05e0\u05d9\u05d5\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05d5\u05ea \u05db\u05d3\u05d9 \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05df.", "i_agree_to_the", "\u05d0\u05e0\u05d9 \u05de\u05e1\u05db\u05d9\u05dd \u05dc", _s16_211, "\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", "\u05e6\u05e4\u05d4 \u05d1\u05d0\u05ea\u05e8", "create_account", "\u05e6\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05df", "email_login", "\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05d1\u05d0\u05d9\u05de\u05d9\u05d9\u05dc", "create_new", "\u05e6\u05d5\u05e8 \u05d7\u05d3\u05e9", _s18_112, "\u05dc\u05d0 \u05e0\u05d1\u05d7\u05e8 \u05e8\u05e9\u05d5\u05de\u05d4", _s21_106, "\u05d0\u05e0\u05d0 \u05e9\u05de\u05d5\u05e8 \u05d0\u05d5 \u05d1\u05d8\u05dc \u05d0\u05ea \u05d4\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e9\u05dc\u05da", "download", "\u05d4\u05d5\u05e8\u05d3\u05d4", _s27_51, "\u05d3\u05d5\u05e8\u05e9 \u05ea\u05d5\u05db\u05e0\u05d9\u05ea \u05d0\u05e8\u05d2\u05d5\u05e0\u05d9\u05ea", "take_picture", "\u05e6\u05dc\u05dd \u05ea\u05de\u05d5\u05e0\u05d4", "upload_files", "Upload Files", "document", "\u05de\u05e1\u05de\u05da", "documents", "\u05de\u05e1\u05de\u05db\u05d9\u05dd", "new_document", "\u05de\u05e1\u05de\u05da \u05d7\u05d3\u05e9", "edit_document", "\u05e2\u05e8\u05d5\u05da \u05de\u05e1\u05de\u05da", _s17_130, "\u05d4\u05de\u05e1\u05de\u05da \u05d4\u05d5\u05e2\u05dc\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_213, "\u05d4\u05de\u05e1\u05de\u05da \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_131, "\u05d4\u05de\u05e1\u05de\u05da \u05d4\u05d5\u05e2\u05d1\u05e8 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_214, "\u05d4\u05de\u05e1\u05de\u05da \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_132, "\u05d4\u05de\u05e1\u05de\u05da \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s18_114, "\u05de\u05e1\u05de\u05db\u05d9 :value \u05d4\u05d5\u05e2\u05d1\u05e8\u05d5 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_133, "\u05de\u05e1\u05de\u05db\u05d9 :value \u05e0\u05de\u05d7\u05e7\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s18_115, "\u05de\u05e1\u05de\u05db\u05d9 :value \u05e9\u05d5\u05d7\u05d6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "no_history", "\u05d0\u05d9\u05df \u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05d4", "expense_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d5\u05e6\u05d0\u05d4", "pending", "\u05de\u05de\u05ea\u05d9\u05df", _s16_215, "\u05e0\u05e8\u05e9\u05dd", _s16_216, "\u05de\u05de\u05ea\u05d9\u05df \u05dc", _s16_217, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d4\u05d5\u05e4\u05e7\u05d4", "converted", "\u05d4\u05d5\u05de\u05e8", _s24_62, "\u05d4\u05d5\u05e1\u05e3 \u05de\u05e1\u05de\u05db\u05d9\u05dd \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "exchange_rate", "\u05e9\u05e2\u05e8 \u05d7\u05dc\u05d9\u05e4\u05d9\u05df", _s16_218, "\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_219, "\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_220, "\u05e1\u05e4\u05e7\u05d9 :value \u05e9\u05d5\u05d7\u05d6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "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_221, "\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_222, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_134, "\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_223, "\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05e0\u05de\u05d7\u05e7\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_135, "\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea :value \u05e9\u05d5\u05d7\u05d6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "copy_shipping", "\u05d4\u05e2\u05ea\u05e7 \u05e4\u05e8\u05d8\u05d9 \u05de\u05e9\u05dc\u05d5\u05d7", "copy_billing", "\u05d4\u05e2\u05ea\u05e7 \u05e4\u05e8\u05d8\u05d9 \u05d7\u05e9\u05d1\u05d5\u05df", "design", "\u05dc\u05b0\u05e2\u05b7\u05e6\u05b5\u05d1", _s21_107, "\u05dc\u05d0 \u05d4\u05e6\u05dc\u05d9\u05d7 \u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05ea \u05d4\u05e8\u05e9\u05d5\u05de\u05d4", "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_224, "\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", "\u05de\u05ea\u05d5\u05e7\u05e6\u05d1", "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_26, _s19_81, "\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05e9\u05dd", "budgeted_hours", "\u05e9\u05e2\u05d5\u05ea \u05d1\u05ea\u05e7\u05e6\u05d9\u05d1", "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_226, "\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_227, "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_136, _s37_26, _s16_228, _s36_17, _s17_137, "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8\u05d9\u05dd \u05e9\u05dc :value \u05e9\u05d5\u05d7\u05d6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "new_project", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05d7\u05d3\u05e9", _s27_55, "\u05ea\u05d5\u05d3\u05d4 \u05e2\u05dc \u05d4\u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4 \u05e9\u05dc\u05e0\u05d5!", "if_you_like_it", "\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d0\u05d5\u05d4\u05d1 \u05d0\u05ea \u05d6\u05d4 \u05d1\u05d1\u05e7\u05e9\u05d4", "click_here", "\u05dc\u05d7\u05e5 \u05db\u05d0\u05df", _s18_116, "\u05dc\u05d7\u05e5 \u05db\u05d0\u05df", "to_rate_it", "\u05dc\u05d3\u05e8\u05d2 \u05d0\u05d5\u05ea\u05d5.", "average", "\u05de\u05b0\u05de\u05d5\u05bc\u05e6\u05b8\u05e2", "unapproved", "\u05dc\u05d0 \u05de\u05d0\u05d5\u05e9\u05e8", _s30_18, "\u05e0\u05d0 \u05dc\u05d0\u05de\u05ea \u05db\u05d3\u05d9 \u05dc\u05e9\u05e0\u05d5\u05ea \u05d4\u05d2\u05d3\u05e8\u05d4 \u05d6\u05d5", "locked", "\u05e0\u05b8\u05e2\u05d5\u05bc\u05dc", "authenticate", "\u05dc\u05b0\u05d0\u05b7\u05de\u05b5\u05ea", _s19_83, "\u05e0\u05d0 \u05dc\u05d0\u05de\u05ea", _s24_64, "\u05d0\u05d9\u05de\u05d5\u05ea \u05d1\u05d9\u05d5\u05de\u05d8\u05e8\u05d9", "footer", "\u05db\u05d5\u05ea\u05e8\u05ea \u05ea\u05d7\u05ea\u05d5\u05e0\u05d4", "compare", "\u05dc\u05b0\u05d4\u05b7\u05e9\u05c1\u05b0\u05d5\u05d5\u05b9\u05ea", "hosted_login", "\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05de\u05ea\u05d0\u05e8\u05d7", "selfhost_login", "Selfhost \u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea", "google_sign_in", _s19_97, "today", "\u05d4\u05d9\u05d5\u05dd", "custom_range", "\u05d8\u05d5\u05d5\u05d7 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", "date_range", "Date Range", "current", "\u05e0\u05d5\u05b9\u05db\u05b0\u05d7\u05b4\u05d9", "previous", "\u05e7\u05d5\u05d3\u05dd", "current_period", "\u05d4\u05ea\u05e7\u05d5\u05e4\u05d4 \u05d4\u05e0\u05d5\u05db\u05d7\u05d9\u05ea", _s17_138, "\u05ea\u05e7\u05d5\u05e4\u05ea \u05d4\u05e9\u05d5\u05d5\u05d0\u05d4", "previous_period", "\u05ea\u05e7\u05d5\u05e4\u05d4 \u05e7\u05d5\u05d3\u05de\u05ea", "previous_year", "\u05e9\u05e0\u05d4 \u05e9\u05e2\u05d1\u05e8\u05d4", "compare_to", "\u05d1\u05d4\u05e9\u05d5\u05d5\u05d0\u05d4 \u05dc", "last7_days", "7 \u05d4\u05d9\u05de\u05d9\u05dd \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d9\u05dd", "last_week", "\u05e9\u05d1\u05d5\u05e2 \u05e9\u05e2\u05d1\u05e8", "last30_days", "30 \u05d4\u05d9\u05de\u05d9\u05dd \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d9\u05dd", "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", "all_time", "All Time", "custom", "\u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", _s16_229, "\u05e9\u05db\u05e4\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "clone_to_quote", "\u05e9\u05d9\u05d1\u05d5\u05d8 \u05dc\u05e6\u05d9\u05d8\u05d5\u05d8", "clone_to_credit", "\u05e9\u05d9\u05d1\u05d5\u05d8 \u05dc\u05d0\u05e9\u05e8\u05d0\u05d9", "view_invoice", "\u05ea\u05e6\u05d9\u05d2 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "convert", "\u05dc\u05d4\u05de\u05d9\u05e8", "more", "\u05d9\u05d5\u05ea\u05e8", "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_99, "\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_231, _s16_232, "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", "\u05e1\u05d5\u05d2", "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_233, "\u05e8\u05e2\u05e0\u05d5\u05df \u05d4\u05d5\u05e9\u05dc\u05dd", _s23_53, "\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05ea \u05d4\u05de\u05d9\u05d9\u05dc \u05e9\u05dc\u05da", _s26_43, "\u05d4\u05d6\u05df \u05d0\u05ea \u05e1\u05d9\u05e1\u05de\u05ea\u05da \u05d1\u05d1\u05e7\u05e9\u05d4", _s21_110, "\u05d0\u05e0\u05d0 \u05d4\u05d6\u05df \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d0\u05ea\u05e8 \u05e9\u05dc\u05da", _s26_45, "\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05e4\u05ea\u05d7 \u05de\u05d5\u05e6\u05e8", "ascending", "\u05e2\u05d5\u05dc\u05d4", "descending", "\u05d9\u05d5\u05e8\u05d3", "save", "\u05e9\u05de\u05d5\u05e8", _s17_140, "\u05d4\u05ea\u05e8\u05d7\u05e9\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4", "paid_to_date", "\u05dc\u05ea\u05e9\u05dc\u05d5\u05dd \u05e2\u05d3", "balance_due", "\u05d9\u05ea\u05e8\u05d4", "balance", "\u05de\u05d0\u05d6\u05df", "overview", "\u05e1\u05e7\u05d9\u05e8\u05d4 \u05db\u05dc\u05dc\u05d9\u05ea", "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_85, "\u05d4\u05d5\u05e2\u05ea\u05e7 \u05d0\u05ea :value \u05dc\u05dc\u05d5\u05d7", "error", "\u05e9\u05c1\u05b0\u05d2\u05b4\u05d9\u05d0\u05b8\u05d4", _s16_235, "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc", "contacts", "\u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8", "additional", "\u05e0\u05d5\u05b9\u05e1\u05b8\u05e3", "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", "\u05d1\u05e1\u05d3\u05e8", "remove", "\u05d4\u05e1\u05e8", _s16_237, "\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_239, "\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_240, "\u05e4\u05e8\u05d9\u05d8 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_142, _s37_27, _s16_241, _s36_18, _s17_143, "\u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05de\u05d5\u05e6\u05e8\u05d9 :value", "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_242, "\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_243, "\u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea :value", "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_244, "\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_245, _s21_206, _s17_144, "\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_246, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :", _s17_145, "\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", "\u05e4\u05e8\u05d9\u05d8\u05d9\u05dd", "partial_deposit", "\u05d7\u05dc\u05e7\u05d9/\u05e4\u05d9\u05e7\u05d3\u05d5\u05df", "description", "\u05ea\u05d0\u05d5\u05e8", "unit_cost", "\u05e2\u05dc\u05d5\u05ea \u05d9\u05d7\u05d9\u05d3\u05d4", "quantity", "\u05db\u05de\u05d5\u05ea", "add_item", "\u05d4\u05d5\u05e1\u05e3 \u05e4\u05e8\u05d9\u05d8", "contact", "\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", "work_phone", "\u05d8\u05dc\u05e4\u05d5\u05df", "total_amount", "\u05d4\u05db\u05de\u05d5\u05ea \u05d4\u05db\u05d5\u05dc\u05dc\u05ea", "pdf", "PDF", "due_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05e4\u05d9\u05e8\u05e2\u05d5\u05df", _s16_247, "\u05ea\u05d0\u05e8\u05d9\u05da \u05d9\u05e2\u05d3 \u05d7\u05dc\u05e7\u05d9", "paid_date", "Paid Date", "status", "\u05de\u05e6\u05d1", _s17_146, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "quote_status", "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05e6\u05d9\u05d8\u05d5\u05d8", _s22_76, "\u05dc\u05d7\u05e5 \u05e2\u05dc + \u05db\u05d3\u05d9 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05e4\u05e8\u05d9\u05d8", _s22_78, "\u05dc\u05d7\u05e5 \u05e2\u05dc + \u05db\u05d3\u05d9 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d6\u05de\u05df", "count_selected", ":count \u05e0\u05d1\u05d7\u05e8", "total", "\u05e1\u05d4'\u05db", "percent", "\u05d0\u05d7\u05d5\u05d6", "edit", "\u05e2\u05e8\u05d5\u05da", "dismiss", "\u05dc\u05e9\u05d7\u05e8\u05e8", _s20_101, "\u05d0\u05e0\u05d0 \u05d1\u05d7\u05e8 \u05ea\u05d0\u05e8\u05d9\u05da", _s22_79, "\u05d0\u05e0\u05d0 \u05d1\u05d7\u05e8 \u05dc\u05e7\u05d5\u05d7", _s24_66, "\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", "\u05e9\u05e4\u05d4", "currency", "\u05de\u05d8\u05d1\u05e2", "created_at", "\u05e0\u05d5\u05e6\u05e8 \u05d1\u05ea\u05d0\u05e8\u05d9\u05da", "created_on", "\u05e0\u05d5\u05e6\u05e8 \u05d1", "updated_at", "\u05de\u05b0\u05e2\u05d5\u05bc\u05d3\u05db\u05bc\u05b8\u05df", "tax", "\u05de\u05e1", _s30_20, "\u05d0\u05e0\u05d0 \u05d4\u05d6\u05df \u05de\u05e1\u05e4\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s27_59, "\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05e1\u05e4\u05e8 \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", "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", "\u05e0\u05e6\u05e4\u05d4", "approved", "\u05d0\u05d5\u05e9\u05e8", "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_81, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e1\u05d5\u05de\u05e0\u05d4 \u05db\u05e0\u05e9\u05dc\u05d7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s22_82, _s35_21, _s23_55, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e1\u05d5\u05de\u05e0\u05d5 \u05db\u05e0\u05e9\u05dc\u05d7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s23_56, _s36_15, "done", "\u05e1\u05d9\u05d9\u05dd", _s37_22, "\u05d0\u05e0\u05d0 \u05d4\u05d6\u05df \u05e9\u05dd \u05dc\u05e7\u05d5\u05d7 \u05d0\u05d5 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", "dark_mode", "\u05de\u05e6\u05d1 \u05db\u05d4\u05d4", _s27_61, "\u05d4\u05e4\u05e2\u05dc \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4 \u05db\u05d3\u05d9 \u05dc\u05d4\u05d7\u05d9\u05dc \u05d0\u05ea \u05d4\u05e9\u05d9\u05e0\u05d5\u05d9", "refresh_data", "\u05e8\u05e2\u05e0\u05df \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd", "blank_contact", "\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05e8\u05d9\u05e7", "activity", "\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea", _s16_249, "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05e9\u05d9\u05d0\u05d9\u05dd", "clone", "\u05d4\u05e2\u05ea\u05e7", "loading", "\u05d8\u05d5\u05e2\u05df", "industry", "\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4", "size", "\u05d2\u05d5\u05d3\u05dc", "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", "\u05de\u05e6\u05d1 \u05ea\u05e9\u05dc\u05d5\u05dd", _s16_251, "\u05de\u05de\u05ea\u05d9\u05df", _s16_252, "\u05d1\u05d8\u05dc", _s16_253, "\u05e0\u05b4\u05db\u05e9\u05c1\u05b8\u05dc", _s16_254, "\u05d4\u05d5\u05e9\u05dc\u05dd", _s16_255, "\u05d4\u05d7\u05d6\u05e8 \u05d7\u05dc\u05e7\u05d9", _s16_256, "\u05d4\u05d5\u05d7\u05d6\u05e8", _s17_147, "\u05dc\u05d0 \u05d4\u05d5\u05d7\u05dc", _s17_148, "\u05d7\u05dc\u05e7\u05d9\u05ea \u05dc\u05d0 \u05de\u05d9\u05d5\u05e9\u05dd", "net", "\u05e0\u05b6\u05d8\u05d5\u05b9", "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", "\u05ea\u05d1\u05e0\u05d9\u05ea", "send", "\u05dc\u05b4\u05e9\u05c1\u05b0\u05dc\u05d5\u05b9\u05d7\u05b7", "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", "\u05dc\u05b7\u05d7\u05b0\u05e6\u05b8\u05df", "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", "\u05d4\u05d5\u05d7\u05d6\u05e8", "payment_type", "\u05d0\u05de\u05e6\u05e2\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd", _s21_112, "\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_257, "\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_258, "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_149, "\u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :", _s16_259, "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4:", _s17_150, "\u05ea\u05e9\u05dc\u05d5\u05de\u05d9 :value \u05e9\u05d5\u05d7\u05d6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "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", "\u05e6\u05d9\u05d8\u05d5\u05d8\u05d9\u05dd \u05e9\u05dc :value \u05e9\u05d5\u05d7\u05d6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "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_17, "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", _s82_, "activity_11", _s30_25, "activity_12", _s31_18, "activity_13", _s30_26, "activity_14", _s28_58, "activity_15", _s28_59, "activity_16", _s29_41, "activity_17", _s28_60, "activity_18", _s26_50, "activity_19", _s26_51, "activity_20", _s50_12, "activity_21", _s28_61, "activity_22", _s27_64, "activity_23", _s26_52, "activity_24", _s27_65, "activity_25", _s31_19, "activity_26", _s29_42, "activity_27", _s31_20, "activity_28", _s29_43, "activity_29", _s42_15, "activity_30", _s28_62, "activity_31", _s29_44, "activity_32", _s28_63, "activity_33", _s29_45, "activity_34", _s30_27, "activity_35", _s31_21, "activity_36", _s30_28, "activity_37", _s31_22, "activity_39", _s50_13, "activity_40", _s64_0, "activity_41", _s41_10, "activity_42", _s24_68, "activity_43", _s24_69, "activity_44", _s25_67, "activity_45", _s24_70, "activity_46", _s25_68, "activity_47", _s30_29, "activity_48", ":user \u05d9\u05e6\u05e8 \u05d0\u05ea \u05de\u05e9\u05ea\u05de\u05e9 :user", "activity_49", ":user \u05e2\u05d3\u05db\u05df \u05d0\u05ea \u05de\u05e9\u05ea\u05de\u05e9 :user", "activity_50", ":user \u05d4\u05d5\u05e1\u05d9\u05e3 \u05d0\u05ea \u05de\u05e9\u05ea\u05de\u05e9 :user \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df", "activity_51", ":user \u05de\u05d7\u05e7 \u05d0\u05ea \u05de\u05e9\u05ea\u05de\u05e9 :user", "activity_52", ":user \u05e9\u05d7\u05d6\u05e8 \u05d0\u05ea \u05de\u05e9\u05ea\u05de\u05e9 :user", "activity_53", ":user \u05e1\u05d9\u05de\u05df \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea :invoice \u05db-\u05e0\u05e9\u05dc\u05d7\u05d4", "activity_54", ":user \u05e9\u05d9\u05dc\u05dd \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea :invoice", "activity_55", _s31_28, "activity_56", _s27_73, "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", ":contact \u05e0\u05e6\u05e4\u05d4 \u05e6\u05d9\u05d8\u05d5\u05d8 :quote", "activity_61", ":user \u05dc\u05e7\u05d5\u05d7 \u05de\u05e2\u05d5\u05d3\u05db\u05df :client", "activity_62", ":user \u05d4\u05e1\u05e4\u05e7 \u05de\u05e2\u05d5\u05d3\u05db\u05df :vendor", "activity_63", _s61_0, "activity_64", _s62_0, "activity_65", _s61_1, "activity_66", _s63_3, "activity_80", ":user \u05e0\u05d5\u05e6\u05e8 \u05de\u05e0\u05d5\u05d9 :subscription", "activity_81", ":user \u05de\u05e0\u05d5\u05d9 \u05de\u05e2\u05d5\u05d3\u05db\u05df :subscription", "activity_82", ":user \u05de\u05e0\u05d5\u05d9 \u05d1\u05d0\u05e8\u05db\u05d9\u05d5\u05df :subscription", "activity_83", ":user \u05de\u05e0\u05d5\u05d9 \u05e0\u05de\u05d7\u05e7 :subscription", "activity_84", ":user \u05de\u05e0\u05d5\u05d9 \u05de\u05e9\u05d5\u05d7\u05d6\u05e8 :subscription", _s17_151, _s17_152, "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", "\u05e7\u05e8\u05d3\u05d9\u05d8 \u05e0\u05e9\u05dc\u05d7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d1\u05d3\u05d5\u05d0"\u05dc", _s20_103, "\u05e6\u05d9\u05d8\u05d5\u05d8 \u05e1\u05d5\u05de\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05db\u05e0\u05e9\u05dc\u05d7", _s21_114, "\u05e7\u05e8\u05d3\u05d9\u05d8 \u05e1\u05d5\u05de\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05db\u05e0\u05e9\u05dc\u05d7", "expired", "\u05e4\u05d2 \u05ea\u05d5\u05e7\u05e3", "all", "\u05d4\u05db\u05dc", "select", "\u05d1\u05d7\u05e8", _s22_83, "\u05dc\u05d7\u05d9\u05e6\u05d4 \u05d0\u05e8\u05d5\u05db\u05d4 \u05e2\u05dc Multiselect", "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "\u05e2\u05e8\u05da \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 3", "custom_value4", "\u05e2\u05e8\u05da \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 4", _s18_117, "\u05e1\u05d2\u05e0\u05d5\u05df \u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", _s24_71, "\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_46, "\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_66, "\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_24, "\u05d4\u05d5\u05d3\u05e2\u05ea \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea \u05dc\u05d0 \u05de\u05d0\u05d5\u05e9\u05e8\u05ea", "lock_invoices", "\u05e0\u05e2\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "translations", "\u05ea\u05e8\u05d2\u05d5\u05de\u05d9\u05dd", _s19_86, "\u05d3\u05e4\u05d5\u05e1 \u05de\u05e1\u05e4\u05e8\u05d9 \u05de\u05e9\u05d9\u05de\u05d4", _s19_88, "\u05de\u05d5\u05e0\u05d4 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", _s22_85, "\u05d3\u05e4\u05d5\u05e1 \u05de\u05e1\u05e4\u05e8 \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", _s22_87, "\u05de\u05d5\u05e0\u05d4 \u05de\u05e1\u05e4\u05e8 \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", _s21_115, "\u05d3\u05e4\u05d5\u05e1 \u05de\u05e1\u05e4\u05e8 \u05e1\u05e4\u05e7", _s21_117, "\u05de\u05d5\u05e0\u05d4 \u05de\u05e1\u05e4\u05e8\u05d9 \u05e1\u05e4\u05e7\u05d9\u05dd", _s21_119, "\u05d3\u05e4\u05d5\u05e1 \u05de\u05e1\u05e4\u05e8 \u05db\u05e8\u05d8\u05d9\u05e1", _s21_121, "\u05de\u05d5\u05e0\u05d4 \u05de\u05e1\u05e4\u05e8\u05d9 \u05db\u05e8\u05d8\u05d9\u05e1\u05d9\u05dd", _s22_89, "\u05d3\u05e4\u05d5\u05e1 \u05de\u05e1\u05e4\u05e8 \u05ea\u05e9\u05dc\u05d5\u05dd", _s22_91, "\u05de\u05d5\u05e0\u05d4 \u05de\u05e1\u05e4\u05e8\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd", _s22_93, "\u05d3\u05e4\u05d5\u05e1 \u05de\u05e1\u05e4\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s22_95, "\u05de\u05e1\u05e4\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", _s20_104, "\u05ea\u05d1\u05e0\u05d9\u05ea \u05de\u05e1\u05e4\u05e8 \u05e6\u05d9\u05d8\u05d5\u05d8", _s20_106, "\u05de\u05e1\u05e4\u05d5\u05e8 \u05d4\u05e6\u05e2\u05d5\u05ea \u05de\u05d7\u05d9\u05e8", _s21_123, "\u05d3\u05e4\u05d5\u05e1 \u05de\u05e1\u05e4\u05e8 \u05d0\u05e9\u05e8\u05d0\u05d9", _s21_125, _s16_402, _s21_127, "\u05d3\u05e4\u05d5\u05e1 \u05de\u05e1\u05e4\u05e8 \u05d0\u05e9\u05e8\u05d0\u05d9", _s21_128, _s16_402, _s18_119, "\u05d0\u05e4\u05e1 \u05d0\u05ea \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05de\u05d5\u05e0\u05d4", "counter_padding", "\u05e8\u05d9\u05e4\u05d5\u05d3 \u05d3\u05dc\u05e4\u05e7", _s28_66, "\u05e9\u05ea\u05e3 \u05de\u05d5\u05e0\u05d4 \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s18_121, "\u05e9\u05dd \u05de\u05e1 \u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc 1", _s18_123, "\u05d1\u05e8\u05d9\u05e8\u05ea \u05d4\u05de\u05d7\u05d3\u05dc \u05e9\u05dc \u05e9\u05d9\u05e2\u05d5\u05e8 \u05de\u05e1 1", _s18_125, "\u05e9\u05dd \u05de\u05e1 \u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc 2", _s18_127, "\u05d1\u05e8\u05d9\u05e8\u05ea \u05d4\u05de\u05d7\u05d3\u05dc \u05e9\u05dc \u05e9\u05d9\u05e2\u05d5\u05e8 \u05de\u05e1 2", _s18_129, "\u05e9\u05dd \u05de\u05e1 \u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc 3", _s18_131, "\u05d1\u05e8\u05d9\u05e8\u05ea \u05d4\u05de\u05d7\u05d3\u05dc \u05e9\u05dc \u05e9\u05d9\u05e2\u05d5\u05e8 \u05de\u05e1 3", _s21_129, "\u05e9\u05d5\u05e8\u05ea \u05e0\u05d5\u05e9\u05d0 \u05d1\u05d3\u05d5\u05d0'\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s19_90, "\u05e0\u05d5\u05e9\u05d0 \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8 \u05d1\u05d3\u05d5\u05d0"\u05dc", _s21_131, "\u05e0\u05d5\u05e9\u05d0 \u05ea\u05e9\u05dc\u05d5\u05dd \u05d1\u05d3\u05d5\u05d0"\u05dc", _s29_48, "\u05d3\u05d5\u05d0"\u05dc \u05e0\u05d5\u05e9\u05d0 \u05ea\u05e9\u05dc\u05d5\u05dd \u05d7\u05dc\u05e7\u05d9", "show_table", "\u05d4\u05e6\u05d2 \u05d8\u05d1\u05dc\u05d4", "show_list", "\u05d4\u05e6\u05d2 \u05e8\u05e9\u05d9\u05de\u05d4", "client_city", "\u05e2\u05d9\u05e8 \u05dc\u05e7\u05d5\u05d7", "client_state", "\u05de\u05e6\u05d1 \u05d4\u05dc\u05e7\u05d5\u05d7", "client_country", "\u05d0\u05e8\u05e5 \u05dc\u05e7\u05d5\u05d7", _s16_260, "\u05d4\u05dc\u05e7\u05d5\u05d7 \u05e4\u05e2\u05d9\u05dc", "client_balance", "\u05d9\u05ea\u05e8\u05ea \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea", "client_address1", "\u05e8\u05d7\u05d5\u05d1 \u05d4\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea", "client_address2", "\u05d3\u05d9\u05e8\u05ea \u05dc\u05e7\u05d5\u05d7/\u05e1\u05d5\u05d5\u05d9\u05d8\u05d4", "vendor_address1", "\u05e8\u05d7\u05d5\u05d1 \u05d4\u05e1\u05e4\u05e7\u05d9\u05dd", "vendor_address2", "\u05d3\u05d9\u05e8\u05ea \u05e1\u05e4\u05e7/\u05e1\u05d5\u05d5\u05d9\u05d8\u05d4", _s24_73, "\u05e8\u05d7\u05d5\u05d1 \u05de\u05e9\u05dc\u05d5\u05d7\u05d9\u05dd \u05e9\u05dc \u05d4\u05dc\u05e7\u05d5\u05d7", _s24_74, "\u05d3\u05d9\u05e8\u05d4/\u05e1\u05d5\u05d5\u05d9\u05d8\u05d4 \u05dc\u05de\u05e9\u05dc\u05d5\u05d7 \u05dc\u05dc\u05e7\u05d5\u05d7", "type", "\u05e1\u05d5\u05d2", "invoice_amount", "\u05e1\u05db\u05d5\u05dd \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s16_264, "\u05ea\u05d0\u05e8\u05d9\u05da \u05dc\u05d1\u05d9\u05e6\u05d5\u05e2", "tax_rate1", "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05de\u05e1 1", "tax_rate2", "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05de\u05e1 2", "tax_rate3", "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05de\u05e1 3", "auto_bill", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea", "archived_at", "\u05d1\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1", "has_expenses", "\u05d9\u05e9 \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", "custom_taxes1", "\u05de\u05e1\u05d9\u05dd \u05de\u05d5\u05ea\u05d0\u05de\u05d9\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 1", "custom_taxes2", "\u05de\u05e1\u05d9\u05dd \u05de\u05d5\u05ea\u05d0\u05de\u05d9\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 2", "custom_taxes3", "\u05de\u05e1\u05d9\u05dd \u05de\u05d5\u05ea\u05d0\u05de\u05d9\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 3", "custom_taxes4", "\u05de\u05e1\u05d9\u05dd \u05de\u05d5\u05ea\u05d0\u05de\u05d9\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 4", _s17_153, _s20_203, _s17_154, _s20_204, _s17_155, _s20_205, _s17_156, _s20_206, "is_deleted", "\u05de\u05d7\u05d5\u05e7", "vendor_city", "\u05e2\u05d9\u05e8 \u05d4\u05e1\u05e4\u05e7\u05d9\u05dd", "vendor_state", "\u05de\u05d3\u05d9\u05e0\u05ea \u05e1\u05e4\u05e7", "vendor_country", "\u05d0\u05e8\u05e5 \u05d4\u05e1\u05e4\u05e7", "is_approved", "\u05de\u05d0\u05d5\u05e9\u05e8", "tax_name", "\u05e9\u05dd \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05e1", "tax_amount", "\u05e1\u05db\u05d5\u05dd \u05de\u05e1", "tax_paid", "\u05de\u05e1 \u05e9\u05e9\u05d5\u05dc\u05dd", "payment_amount", "\u05d2\u05d5\u05d1\u05d4 \u05ea\u05e9\u05dc\u05d5\u05dd", "age", "\u05d6\u05de\u05df", "is_running", "\u05e8\u05e5", "time_log", "\u05d9\u05d5\u05de\u05df \u05d6\u05de\u05df", "bank_id", "\u05d1\u05e0\u05e7", _s19_92, "\u05de\u05d6\u05d4\u05d4 \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", _s16_265, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", _s19_94, "\u05de\u05e1\u05e4\u05e8 \u05de\u05d8\u05d1\u05e2 \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "tax_name1", "\u05e9\u05dd \u05de\u05e1 1", "tax_name2", "\u05e9\u05dd \u05de\u05e1 2", "tax_name3", "\u05e9\u05dd \u05de\u05e1 3", "transaction_id", "\u05de\u05d6\u05d4\u05d4 \u05e2\u05e1\u05e7\u05d4", _s18_133, "\u05e2\u05e8\u05db\u05ea \u05e0\u05d5\u05e9\u05d0 \u05e6\u05d1\u05e2 \u05e1\u05d8\u05d8\u05d5\u05e1", _s16_266, "\u05d8\u05e2\u05df \u05e2\u05e8\u05db\u05ea \u05e0\u05d5\u05e9\u05d0 \u05e6\u05d1\u05e2"], t1, t1), "hu", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "Ism\xe9tl\u0151d\u0151", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Elv\xe1laszt\xe1s", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, "Haszn\xe1lja telefonos el\u0151fizet\xe9si be\xe1ll\xedt\xe1sait a csomag kezel\xe9s\xe9hez", _s18_2, "feladatok d\xedjk\xf6telesek megjelen\xedt\xe9se", "credit_item", "hitel t\xe9tel", "files", "f\xe1jlok", "camera", "kamera", "gallery", "gal\xe9ria", _s20_2, "sz\xe1ml\xe1k sz\xe1m\xe1nak emailben t\xf6rt\xe9n\u0151 elk\xfcld\xe9se", _s16_1, "projekt helysz\xedne", _s29_0, "sz\xe1mla feladat t\xe9tel le\xedr\xe1sa", _s34_, "seg\xedts\xe9g a sz\xe1mla feladat t\xe9tel le\xedr\xe1s\xe1hoz", "next_send_time", "k\xf6vetkez\u0151 k\xfcld\xe9si id\u0151", _s20_3, "felt\xf6lt\xf6tt tan\xfas\xedtv\xe1ny", "certificate_set", "tan\xfas\xedtv\xe1ny be\xe1ll\xedtva", _s19_, "tan\xfas\xedtv\xe1ny nincs be\xe1ll\xedtva", "passphrase_set", "jelsz\xf3 be\xe1ll\xedtva", _s18_4, "jelsz\xf3 nincs be\xe1ll\xedtva", _s18_6, "tan\xfas\xedtv\xe1ny felt\xf6lt\xe9se", _s22_, "tan\xfas\xedtv\xe1ny jelszava", "rename", "\xe1tnevez\xe9s", _s16_3, "\xe1tnevezett dokumentum", "e_invoice", "elektronikus sz\xe1mla", "light_dark_mode", "vil\xe1gos/s\xf6t\xe9t m\xf3d", "activities", "tev\xe9kenys\xe9gek", "routing_id", "\xfatvonal azonos\xedt\xf3", _s16_4, "elektronikus sz\xe1mla enged\xe9lyez\xe9se", "e_invoice_type", "elektronikus sz\xe1mla t\xedpusa", "reduced_tax", "cs\xf6kkentett ad\xf3", "override_tax", "ad\xf3 fel\xfclb\xedr\xe1l\xe1sa", "zero_rated", "nulla ad\xf3m\xe9rt\xe9k\u0171", "reverse_tax", "ford\xedtott ad\xf3z\xe1s", _s20_4, "friss\xedtett ad\xf3kateg\xf3ria", _s22_1, "friss\xedtett ad\xf3kateg\xf3ri\xe1k", _s16_6, "ad\xf3kateg\xf3ria be\xe1ll\xedt\xe1sa", "payment_manual", "manu\xe1lis fizet\xe9s", "tax_category", "ad\xf3kateg\xf3ria", "physical_goods", "fizikai term\xe9kek", _s16_8, "digit\xe1lis term\xe9kek", "services", "szolg\xe1ltat\xe1sok", "shipping", "sz\xe1ll\xedt\xe1s", "tax_exempt", "ad\xf3mentes", "reduced_rate", "cs\xf6kkentett \xe1rszab\xe1s", "tax_all", "minden ad\xf3", "tax_selected", "kiv\xe1lasztott ad\xf3", "version", "verzi\xf3", _s16_10, "elad\xf3 alr\xe9gi\xf3", "calculate_taxes", "ad\xf3k sz\xe1m\xedt\xe1sa", _s20_5, "seg\xedts\xe9g az ad\xf3k sz\xe1m\xedt\xe1s\xe1hoz", "admin", "Admin", "owner", "Tulajdonos", "link_expenses", "k\xf6lts\xe9gek \xf6sszekapcsol\xe1sa", _s24_3, "\xe1tsz\xe1m\xedtott \xfcgyf\xe9l egyenleg", _s25_1, "\xe1tsz\xe1m\xedtott fizet\xe9si egyenleg", "total_hours", "\xf6sszes \xf3ra", _s16_12, "d\xe1tumv\xe1laszt\xf3 tipp", _s18_8, "B\xf6ng\xe9sz\u0151 PDF-megjelen\xedt\u0151", _s23_, "Seg\xedts\xe9g a b\xf6ng\xe9sz\u0151ben t\xf6rt\xe9n\u0151 PDF-megjelen\xedt\xe9shez", "increase_prices", "\xe1rak n\xf6vel\xe9se", "update_prices", "\xe1rak friss\xedt\xe9se", "incresed_prices", "megn\xf6velt \xe1rak", "updated_prices", "friss\xedtett \xe1rak", "bacs", "BACS", "api_token", "API token", "api_key", "API kulcs", "endpoint", "v\xe9gpont", "billable", "Sz\xe1ml\xe1zhat\xf3", "not_billable", "nem d\xedjazhat\xf3", _s25_3, "d\xedjazhat\xf3 feladatt\xe9telek enged\xe9lyez\xe9se", _s30_, "seg\xedts\xe9g a d\xedjazhat\xf3 feladatt\xe9telekhez", _s26_, "feladatt\xe9tel le\xedr\xe1s\xe1nak megjelen\xedt\xe9se", _s31_, "seg\xedts\xe9g a feladatt\xe9tel le\xedr\xe1s\xe1nak megjelen\xedt\xe9s\xe9hez", "email_record", "e-mail rekord", _s23_0, "sz\xe1mla term\xe9k oszlopok", _s21_1, "\xe1raj\xe1nlat term\xe9k oszlopok", _s22_3, "minimum fizet\xe9si \xf6sszeg", _s25_5, "\xfcgyf\xe9l \xe1ltal kezdem\xe9nyezett fizet\xe9sek", _s30_0, "seg\xedts\xe9g az \xfcgyf\xe9l \xe1ltal kezdem\xe9nyezett fizet\xe9sekhez", _s27_, "sz\xe1mla \xe9s \xe1raj\xe1nlat oszlopok megoszt\xe1sa", "cc_email", "m\xe1solatot kapott e-mail c\xedm", "payment_balance", "fizet\xe9si egyenleg", _s22_5, "jelent\xe9s megtekint\xe9si enged\xe9ly", "activity_138", "138-as tev\xe9kenys\xe9g", _s17_, "egyszeri term\xe9kek", _s26_1, "v\xe1laszthat\xf3 egyszeri term\xe9kek", "required", "k\xf6telez\u0151", "hidden", "elrejtett", "payment_links", "fizet\xe9si linkek", "action", "M\u0171velet", _s32_, "friss\xedt\xe9s fizet\u0151s tervre id\u0151z\xedt\xe9shez", "next_run", "k\xf6vetkez\u0151 futtat\xe1s", "all_clients", "\xf6sszes \xfcgyf\xe9l", _s16_13, "\xf6reged\xe9si t\xe1bl\xe1zat megjelen\xedt\xe9se", _s19_1, "fizet\xe9si t\xe1bl\xe1zat megjelen\xedt\xe9se", _s26_3, "Csak sz\xe1ml\xe1val rendelkez\u0151 \xfcgyfelek", "email_statement", "kimutat\xe1s k\xfcld\xe9se emailben", "once", "egyszer", "schedule", "\xdctemez\xe9s", "schedules", "\xfctemez\xe9sek", "new_schedule", "\xfaj \xfctemez\xe9s", "edit_schedule", "\xfctemez\xe9s szerkeszt\xe9se", _s16_15, "l\xe9trehozott \xfctemez\xe9s", _s16_16, "friss\xedtett \xfctemez\xe9s", _s17_1, "archiv\xe1lt \xfctemez\xe9s", _s16_17, "t\xf6r\xf6lt \xfctemez\xe9s", _s16_18, "elt\xe1vol\xedtott \xfctemez\xe9s", _s17_2, "vissza\xe1ll\xedtott \xfctemez\xe9s", "search_schedule", "\xfctemez\xe9s keres\xe9se", _s16_19, "\xfctemez\xe9sek keres\xe9se", "archive_payment", "Fizet\xe9s archiv\xe1l\xe1sa", "archive_invoice", "Sz\xe1mla archiv\xe1l\xe1sa", "archive_quote", "Aj\xe1nlat archiv\xe1l\xe1sa", "archive_credit", "Hitel archiv\xe1l\xe1sa", "archive_task", "Feladat archiv\xe1l\xe1sa", "archive_client", "\xdcgyf\xe9l archiv\xe1l\xe1sa", "archive_project", "Projekt archiv\xe1l\xe1sa", "archive_expense", "Kiad\xe1s archiv\xe1l\xe1sa", "restore_payment", "Fizet\xe9s vissza\xe1ll\xedt\xe1sa", "restore_invoice", "Sz\xe1mla vissza\xe1ll\xedt\xe1sa", "restore_quote", "\xc1raj\xe1nlat vissza\xe1ll\xedt\xe1sa", "restore_credit", "Egyenleg vissza\xe1ll\xedt\xe1sa", "restore_task", "Feladat vissza\xe1ll\xedt\xe1sa", "restore_client", "\xdcgyf\xe9l vissza\xe1ll\xedt\xe1sa", "restore_project", "Projekt helyre\xe1ll\xedt\xe1sa", "restore_expense", "Kiad\xe1s vissza\xe1ll\xedt\xe1sa", "archive_vendor", "Besz\xe1ll\xedt\xf3 archiv\xe1l\xe1sa", "restore_vendor", "Sz\xe1ll\xedt\xf3 vissza\xe1ll\xedt\xe1sa", "create_product", "Term\xe9k hozz\xe1ad\xe1sa", "update_product", "term\xe9k friss\xedt\xe9se", "delete_product", "Term\xe9k t\xf6rl\xe9se", "restore_product", "Term\xe9k vissza\xe1ll\xedt\xe1sa", "archive_product", "Term\xe9k archiv\xe1l\xe1sa", _s21_3, "beszerz\xe9si rendel\xe9s l\xe9trehoz\xe1sa", _s21_5, "beszerz\xe9si rendel\xe9s friss\xedt\xe9se", _s21_7, "V\xe1s\xe1rl\xe1si megrendel\xe9s t\xf6rl\xe9se", _s22_6, "V\xe1s\xe1rl\xe1si megrendel\xe9s vissza\xe1ll\xedt\xe1sa", _s22_8, "V\xe1s\xe1rl\xe1si megrendel\xe9s archiv\xe1l\xe1sa", "sent_invoice", "k\xfcld\xf6tt sz\xe1mla", "sent_quote", "k\xfcld\xf6tt \xe1raj\xe1nlat", "sent_credit", "k\xfcld\xf6tt j\xf3v\xe1\xedr\xe1s", _s19_3, "k\xfcld\xf6tt beszerz\xe9si rendel\xe9s", "image_url", "k\xe9p URL-je", "max_quantity", "maxim\xe1lis mennyis\xe9g", "test_url", "teszt URL", _s18_9, "automatikus sz\xe1ml\xe1z\xe1si seg\xedts\xe9g ki", _s20_6, "automatikus sz\xe1ml\xe1z\xe1si seg\xedts\xe9g bekapcsolva", _s21_9, "automatikus sz\xe1ml\xe1z\xe1si seg\xedts\xe9g kikapcsolva", _s21_10, "automatikus sz\xe1ml\xe1z\xe1si seg\xedts\xe9g mindig", "payment_methods", "Fizet\xe9si m\xf3dok", "view_all", "mindet megtekint", "edit_all", "mindet szerkeszt", _s28_0, "beszerz\xe9si rendel\xe9s sz\xe1m\xe1nak elfogad\xe1sa", _s33_1, "seg\xedts\xe9g a beszerz\xe9si rendel\xe9s sz\xe1m\xe1nak elfogad\xe1s\xe1hoz", "from_email", "e-mail k\xfcld\u0151je", "show_preview", "el\u0151n\xe9zet megjelen\xedt\xe9se", "show_paid_stamp", "fizetett pecs\xe9t megjelen\xedt\xe9se", _s21_11, "sz\xe1ll\xedt\xe1si c\xedm megjelen\xedt\xe9se", _s24_5, "nincs let\xf6lthet\u0151 dokumentum", "pixels", "pixelek", "logo_size", "log\xf3 m\xe9rete", "postal_city", "Ir\xe1ny\xedt\xf3sz\xe1m/V\xe1ros", "failed", "sikertelen", "client_contacts", "\xfcgyf\xe9lkapcsolatok", "sync_from", "szinkroniz\xe1l\xe1s forr\xe1s\xe1b\xf3l", _s19_6, "k\xe9szlet k\xfcsz\xf6b\xe9rt\xe9k", "hour", "\xf3ra", _s17_3, "emailben elk\xfcld\xf6tt kimutat\xe1s", _s17_4, "email l\xe1bl\xe9c\xe9nek megjelen\xedt\xe9se", _s18_10, "sz\xe1mla feladat \xf3r\xe1k", _s23_2, "seg\xedts\xe9g a sz\xe1mla feladat \xf3r\xe1khoz", _s27_1, "automatikus terhel\xe9s standard sz\xe1ml\xe1kra", _s28_2, "automatikus terhel\xe9s ism\xe9tl\u0151d\u0151 sz\xe1ml\xe1kra", "email_alignment", "email igaz\xedt\xe1sa", _s20_7, "PDF-el\u0151n\xe9zet helye", "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, "l\xe9trehoz\xe1s klikkel\xe9ssel (+)", "last365_days", "utols\xf3 365 nap", "import_design", "tervezet import\xe1l\xe1sa", "imported_design", "import\xe1lt tervezet", "invalid_design", "\xe9rv\xe9nytelen tervezet", _s17_6, "be\xe1ll\xedt\xe1s var\xe1zsl\xf3 log\xf3ja", "upload", "Felt\xf6lt\xe9s", _s17_7, "telep\xedtett verzi\xf3", _s23_3, "\xe9rtes\xedt\xe9s az elad\xf3nak a fizet\xe9skor", _s28_5, "seg\xedts\xe9g az \xe9rtes\xedt\xe9shez az elad\xf3nak a fizet\xe9skor", "update_payment", "fizet\xe9s friss\xedt\xe9se", "markup", "megjel\xf6l\xe9s", _s22_10, "beszerz\xe9si rendel\xe9s l\xe9trehozva", _s19_8, "beszerz\xe9si rendel\xe9s elk\xfcldve", _s21_13, "beszerz\xe9si rendel\xe9s megtekintve", _s23_5, "beszerz\xe9si rendel\xe9s elfogadva", _s20_9, "hitelk\xe1rtya fizet\xe9si hiba", "klarna", "Klarna", _s29_7, "seg\xedts\xe9g a fizet\xe9si valuta \xe1tv\xe1lt\xe1s\xe1hoz", _s29_8, "seg\xedts\xe9g a k\xf6lts\xe9g valuta \xe1tv\xe1lt\xe1s\xe1hoz", "matomo_url", "Matomo URL", "matomo_id", "Matomo azonos\xedt\xf3", _s21_15, "hozz\xe1ad\xe1s a sz\xe1ml\xe1hoz", _s25_7, "Seg\xedts\xe9g az online fizet\xe9si e-mailhez", _s25_8, "Seg\xedts\xe9g a k\xe9zi fizet\xe9si e-mailhez", _s28_6, "Seg\xedts\xe9g a fizetett jel\xf6l\u0151 e-mailhez", "delete_project", "Projekt t\xf6rl\xe9se", _s18_12, "Kapcsolt tranzakci\xf3", "link_payment", "Fizet\xe9s kapcsol\xe1sa", "link_expense", "Kiad\xe1s kapcsol\xe1sa", _s19_10, "Sz\xe1ml\xe1zott feladatok z\xe1rol\xe1sa", _s24_6, "Seg\xedts\xe9g a sz\xe1ml\xe1zott feladatok z\xe1rol\xe1s\xe1hoz", _s21_16, "Regisztr\xe1ci\xf3 sz\xfcks\xe9ges", _s26_6, "Seg\xedts\xe9g a regisztr\xe1ci\xf3hoz sz\xfcks\xe9ges adatokhoz", _s24_7, "K\xe9szletkezel\xe9s haszn\xe1lata", _s29_9, "Seg\xedts\xe9g a k\xe9szletkezel\xe9s haszn\xe1lat\xe1hoz", _s17_9, "V\xe1laszthat\xf3 term\xe9kek", _s27_5, "V\xe1laszthat\xf3 ism\xe9tl\u0151d\u0151 term\xe9kek", "convert_matched", "Illeszt\xe9s \xe1talak\xedt\xe1sa", _s19_12, "Automatikusan kisz\xe1ml\xe1zott sz\xe1mla", _s20_10, "Automatikusan kisz\xe1ml\xe1zott sz\xe1ml\xe1k", "operator", "M\u0171velet v\xe9grehajt\xf3", "value", "\xe9rt\xe9k", "is", "egyenl\u0151", "contains", "tartalmazza", "starts_with", "kezd\u0151dik", "is_empty", "\xfcres", "add_rule", "szab\xe1ly hozz\xe1ad\xe1sa", "match_all_rules", "minden szab\xe1ly egyezik", _s20_11, "seg\xedts\xe9g az \xf6sszes szab\xe1ly egyez\xe9s\xe9hez", _s17_11, "seg\xedts\xe9g az automatikus \xe1tv\xe1lt\xe1shoz", "rules", "szab\xe1lyok", _s16_21, "tranzakci\xf3s szab\xe1ly", _s17_12, "tranzakci\xf3s szab\xe1lyok", _s20_12, "\xfaj tranzakci\xf3s szab\xe1ly", _s21_18, "tranzakci\xf3s szab\xe1ly szerkeszt\xe9se", _s24_9, "l\xe9trehozott tranzakci\xf3s szab\xe1ly", _s24_10, "friss\xedtett tranzakci\xf3s szab\xe1ly", _s25_10, "archiv\xe1lt tranzakci\xf3s szab\xe1ly", _s24_11, "t\xf6r\xf6lt tranzakci\xf3s szab\xe1ly", _s24_12, "elt\xe1vol\xedtott tranzakci\xf3s szab\xe1ly", _s25_11, "vissza\xe1ll\xedtott tranzakci\xf3s szab\xe1ly", _s23_7, "tranzakci\xf3s szab\xe1ly keres\xe9se", _s24_13, "tranzakci\xf3s szab\xe1lyok keres\xe9se", _s21_20, "Ment\xe9s alap\xe9rtelmezett felt\xe9telekk\xe9nt", _s22_12, "Ment\xe9s alap\xe9rtelmezett l\xe1bl\xe9cnek", "auto_sync", "Automatikus szinkroniz\xe1l\xe1s", _s16_23, "Fi\xf3kok friss\xedt\xe9se", _s31_2, "Friss\xedt\xe9s a banksz\xe1mla csatlakoztat\xe1s\xe1hoz", _s34_0, "Kattintson ide a banksz\xe1mla csatlakoztat\xe1s\xe1hoz", "disable_2fa", "K\xe9tl\xe9pcs\u0151s azonos\xedt\xe1s kikapcsol\xe1sa", "change_number", "Sz\xe1m megv\xe1ltoztat\xe1sa", "resend_code", "K\xf3d \xfajrak\xfcld\xe9se", "base_type", "Alapt\xedpus", "category_type", "Kateg\xf3ria t\xedpus", _s16_25, "Banki tranzakci\xf3", "bulk_print", "T\xf6meges nyomtat\xe1s", _s18_13, "Sz\xe1ll\xedt\xf3 ir\xe1ny\xedt\xf3sz\xe1ma", _s16_26, "El\u0151n\xe9zet helye", "bottom", "Als\xf3 r\xe9sz", "side", "oldal", "pdf_preview", "PDF el\u0151n\xe9zet", _s20_14, "Hossz\xfa nyom\xe1s a kiv\xe1laszt\xe1shoz", _s21_22, "Beszerz\xe9si rendel\xe9s sz\xe1ma", _s19_13, "V\xe1s\xe1rl\xe1si megrendel\xe9s t\xe9tele", _s22_14, "\xc9rt\xe9kelne minket?", "include_deleted", "T\xf6r\xf6lt elemek belefoglal\xe1sa", _s20_16, "Seg\xedts\xe9g a t\xf6r\xf6lt elemek belefoglal\xe1s\xe1hoz", "due_on", "Esed\xe9kess\xe9g:", _s22_15, "\xc1talak\xedtott tranzakci\xf3k", _s20_17, "Bankfi\xf3k l\xe9trehozva", _s20_18, "Bankfi\xf3k friss\xedtve", _s17_14, "Bankfi\xf3k szerkeszt\xe9se", _s16_28, "Alap\xe9rtelmezett kateg\xf3ria", "account_type", "Fi\xf3k t\xedpusa", _s16_30, "\xdaj banksz\xe1mla", _s16_31, "Fi\xf3kok \xf6sszekapcsol\xe1sa", "manage_rules", "Szab\xe1lyok kezel\xe9se", "search_category", "Kateg\xf3ria keres\xe9se", _s17_17, "Kateg\xf3ri\xe1k keres\xe9se", "min_amount", "Minim\xe1lis \xf6sszeg", "max_amount", "Maxim\xe1lis \xf6sszeg", "selected", "Kiv\xe1lasztott", _s21_24, "\xc1talak\xedtott tranzakci\xf3", _s18_15, "\xc1talak\xedt\xe1s fizet\xe9ss\xe9", "deposit", "Let\xe9t", "withdrawal", "Kifizet\xe9s", "deposits", "Let\xe9tek", "withdrawals", "Kifizet\xe9sek", "matched", "Illeszked\u0151", "unmatched", "Nem illeszked\u0151", "create_credit", "Kredit l\xe9trehoz\xe1sa", "update_credit", "Hitel friss\xedt\xe9se", "delete_credit", "Hitel t\xf6rl\xe9se", "transaction", "Tranzakci\xf3", "transactions", "Tranzakci\xf3k", "new_transaction", "\xdaj tranzakci\xf3", _s16_33, "Tranzakci\xf3 szerkeszt\xe9se", _s19_15, "Tranzakci\xf3 l\xe9trehozva", _s19_16, "Tranzakci\xf3 friss\xedtve", _s20_19, "Tranzakci\xf3 archiv\xe1lva", _s19_17, "Tranzakci\xf3 t\xf6r\xf6lve", _s19_18, "Tranzakci\xf3 elt\xe1vol\xedtva", _s20_20, "Tranzakci\xf3 helyre\xe1ll\xedtva", _s18_17, "Tranzakci\xf3 keres\xe9se", _s19_19, "Tranzakci\xf3k keres\xe9se", "bank_account", "Banki fi\xf3k", "bank_accounts", "Bankk\xe1rty\xe1k \xe9s bankok", _s21_25, "Bankfi\xf3k archiv\xe1lva", _s20_21, "T\xf6r\xf6lt banksz\xe1mla", _s20_22, "Elt\xe1vol\xedtott banksz\xe1mla", _s21_26, "Banksz\xe1mla helyre\xe1ll\xedtva", _s19_20, "Banksz\xe1mla keres\xe9se", _s20_23, "Banksz\xe1ml\xe1k keres\xe9se", "connect", "Csatlakoztat\xe1s", _s23_9, "Fizet\xe9si e-mail jel\xf6l\xe9se fizetve", _s18_19, "\xc1talak\xedt\xe1s projektv\xe9", "client_email", "\xdcgyf\xe9l e-mail", _s20_24, "Sz\xe1mla feladat projekt", _s25_12, "Seg\xedts\xe9g a sz\xe1mla feladat projektj\xe9hez", "field", "Mez\u0151", "period", "Id\u0151szak", "fields_per_row", "Mez\u0151k soronk\xe9nt", _s21_27, "Akt\xedv sz\xe1ml\xe1k \xf6sszesen", _s26_8, "F\xfcgg\u0151ben l\xe9v\u0151 sz\xe1ml\xe1k \xf6sszesen", _s24_16, "Befejezett fizet\xe9sek \xf6sszesen", _s23_11, "Visszat\xe9r\xedtett fizet\xe9sek \xf6sszesen", _s19_22, "Akt\xedv \xe1raj\xe1nlatok \xf6sszesen", _s21_28, "J\xf3v\xe1hagyott \xe1raj\xe1nlatok \xf6sszesen", _s23_12, "J\xf3v\xe1hagy\xe1sra v\xe1r\xf3 \xe1raj\xe1nlatok \xf6sszesen", _s18_22, "Napl\xf3zott feladatok \xf6sszesen", _s20_27, "Sz\xe1ml\xe1zott feladatok \xf6sszesen", _s16_35, "Fizetett feladatok \xf6sszesen", _s21_29, "Napl\xf3zott kiad\xe1sok \xf6sszesen", _s22_16, "F\xfcgg\u0151ben l\xe9v\u0151 kiad\xe1sok \xf6sszesen", _s23_13, "Sz\xe1ml\xe1zott kiad\xe1sok \xf6sszesen", _s27_8, "Sz\xe1mla fizetett kiad\xe1sok \xf6sszesen", "activity_130", "Tev\xe9kenys\xe9g 130", "activity_131", "Tev\xe9kenys\xe9g 131", "activity_132", "Tev\xe9kenys\xe9g 132", "activity_133", "Tev\xe9kenys\xe9g 133", "activity_134", "Tev\xe9kenys\xe9g 134", "activity_135", "Tev\xe9kenys\xe9g 135", "activity_136", "Tev\xe9kenys\xe9g 136", "activity_137", "Tev\xe9kenys\xe9g 137", "vendor_portal", "Sz\xe1ll\xedt\xf3i port\xe1l", "send_code", "K\xf3d k\xfcld\xe9se", _s24_17, "Ment\xe9s a dokumentumok felt\xf6lt\xe9s\xe9hez", _s17_21, "Kiad\xe1s ad\xf3kulcsok", _s22_17, "Sz\xe1mla t\xe9tel ad\xf3kulcsok", _s21_31, "Ellen\u0151rz\xf6tt telefonsz\xe1m", "code_was_sent", "K\xf3d elk\xfcldve", _s16_37, "A k\xf3d elk\xfcldve ide:", "resend", "\xdajrak\xfcld\xe9s", "verify", "Ellen\u0151rz\xe9s", _s18_23, "Adja meg a telefonsz\xe1mot", _s20_28, "\xc9rv\xe9nytelen telefonsz\xe1m", _s19_23, "Telefonsz\xe1m ellen\u0151rz\xe9se", _s24_18, "Seg\xedts\xe9g a telefonsz\xe1m ellen\u0151rz\xe9s\xe9hez", _s28_8, "Seg\xedts\xe9g a telefonsz\xe1m ellen\u0151rz\xe9s\xe9hez 2FA seg\xedts\xe9g\xe9vel", "merged_clients", "\xd6sszevont \xfcgyfelek", "merge_into", "\xd6sszevon\xe1s", "merge", "\xd6sszevon\xe1s", _s21_32, "Elfogadott \xe1rv\xe1ltoz\xe1s", _s19_25, "Sikertelen \xe1rv\xe1ltoz\xe1s", _s17_23, "V\xe1s\xe1rl\xe1sok vissza\xe1ll\xedt\xe1sa", "activate", "Aktiv\xe1l\xe1s", "connect_apple", "Apple csatlakoztat\xe1sa", _s16_38, "Apple lev\xe1laszt\xe1sa", _s18_24, "Apple lev\xe1lasztva", "send_now", "K\xfcld\xe9s most", "received", "Fogadva", _s19_26, "Beszerz\xe9si rendel\xe9s d\xe1tuma", _s20_30, "Kiad\xe1ss\xe1 alak\xedtva", _s21_34, "Kiad\xe1sokk\xe1 alak\xedtva", _s18_25, "\xc1talak\xedt\xe1s kiad\xe1ss\xe1", _s16_40, "Hozz\xe1ad\xe1s a k\xe9szlethez", _s33_9, "Beszerz\xe9si rendel\xe9s hozz\xe1adva a k\xe9szlethez", _s34_7, "Beszerz\xe9si rendel\xe9sek hozz\xe1adva a k\xe9szlethez", _s22_19, "\xdcgyf\xe9l dokumentum felt\xf6lt\xe9se", _s22_21, "Sz\xe1ll\xedt\xf3 dokumentum felt\xf6lt\xe9se", _s27_10, "Seg\xedts\xe9g a sz\xe1ll\xedt\xf3i dokumentum felt\xf6lt\xe9s\xe9hez", _s24_19, "\xc9lvezed az alkalmaz\xe1st?", "yes_its_great", "Igen, nagyon j\xf3", "not_so_much", "Nem annyira", _s17_25, "\xc9rt\xe9keln\xe9d?", _s22_23, "Elmondan\xe1l nek\xfcnk m\xe9g valamit?", "sure_happy_to", "Term\xe9szetesen, \xf6r\xf6mmel", "no_not_now", "Nem, most nem", "add", "Hozz\xe1ad\xe1s", _s18_27, "Utols\xf3 elk\xfcld\xf6tt sablon", _s22_24, "Rugalmas keres\xe9s enged\xe9lyez\xe9se", _s27_11, "Seg\xedts\xe9g a rugalmas keres\xe9s enged\xe9lyez\xe9s\xe9hez", "vendor_details", "Sz\xe1ll\xedt\xf3 r\xe9szletei", _s22_26, "Beszerz\xe9si rendel\xe9s r\xe9szletei", "qr_iban", "QR-IBAN", "besr_id", "BESR-azonos\xedt\xf3", "accept", "Elfogad\xe1s", _s23_14, "Kl\xf3noz\xe1s beszerz\xe9si rendel\xe9ss\xe9", _s20_31, "A sz\xe1ll\xedt\xf3 e-mail c\xedme nincs be\xe1ll\xedtva", "bulk_send_email", "E-mail t\xf6meges k\xfcld\xe9se", _s29_12, "Beszerz\xe9si rendel\xe9s jel\xf6lve 'Elk\xfcldve' st\xe1tusszal", _s30_3, "Beszerz\xe9si rendel\xe9sek jel\xf6lve 'Elk\xfcldve' st\xe1tusszal", _s23_15, "Elfogadott beszerz\xe9si rendel\xe9s", _s24_20, "Elfogadott beszerz\xe9si rendel\xe9sek", _s24_21, "T\xf6r\xf6lt beszerz\xe9si rendel\xe9s", _s25_14, "T\xf6r\xf6lt beszerz\xe9si rendel\xe9sek", "accepted", "Elfogadva", _s22_28, "K\xe9rlek, v\xe1lassz egy sz\xe1ll\xedt\xf3t", _s20_32, "Beszerz\xe9si rendel\xe9s \xf6sszege", _s20_34, "Beszerz\xe9si rendel\xe9s e-mailben", _s26_9, "T\xf6meges e-mail v\xe1s\xe1rl\xe1si megrendel\xe9sekhez", _s18_29, "E-mail kapcsolat megszak\xedtva", "connect_email", "E-mail kapcsolat felv\xe9tele", _s16_43, "E-mail kapcsolat megsz\xfcntet\xe9se", _s32_5, "Haszn\xe1ld a webes alkalmaz\xe1st a Microsofthoz val\xf3 kapcsol\xf3d\xe1shoz", "email_provider", "E-mail szolg\xe1ltat\xf3", _s17_26, "Kapcsol\xf3d\xe1s a Microsofthoz", _s20_36, "Kapcsolat megsz\xfcntet\xe9se a Microsofttal", _s19_28, "Kapcsol\xf3dva a Microsofthoz", _s22_30, "Kapcsolat megszak\xedtva a Microsofttal", _s17_28, "Bejelentkez\xe9s a Microsoftba", _s17_29, "Regisztr\xe1ci\xf3 a Microsoftba", _s22_32, "Beszerz\xe9si rendel\xe9s e-mailben elk\xfcldve", _s23_16, "Beszerz\xe9si rendel\xe9sek e-mailben elk\xfcldve", _s16_45, "React alkalmaz\xe1s enged\xe9lyez\xe9se", _s21_36, "Beszerz\xe9si rendel\xe9s tervez\xe9se", _s20_39, "Beszerz\xe9si rendel\xe9s felt\xe9telei", _s21_38, "Beszerz\xe9si rendel\xe9s l\xe1bl\xe9c", _s32_7, "Beszerz\xe9si rendel\xe9s al\xe1\xedr\xe1s\xe1nak k\xf6telez\u0151v\xe9 t\xe9tele", _s37_5, "Seg\xedts\xe9g a beszerz\xe9si rendel\xe9s al\xe1\xedr\xe1s\xe1nak k\xf6telez\u0151v\xe9 t\xe9tel\xe9hez", "purchase_order", "Beszerz\xe9si rendel\xe9s", "purchase_orders", "Beszerz\xe9si rendel\xe9sek", _s18_30, "\xdaj beszerz\xe9si rendel\xe9s", _s19_29, "Beszerz\xe9si rendel\xe9s szerkeszt\xe9se", _s22_33, "Beszerz\xe9si rendel\xe9s l\xe9trehozva", _s22_34, "Beszerz\xe9si rendel\xe9s friss\xedtve", _s23_17, "Beszerz\xe9si rendel\xe9s archiv\xe1lva", _s22_35, "Beszerz\xe9si rendel\xe9s t\xf6r\xf6lve", _s22_36, "Beszerz\xe9si rendel\xe9s elt\xe1vol\xedtva", _s23_18, "Beszerz\xe9si rendel\xe9s helyre\xe1ll\xedtva", _s21_40, "Beszerz\xe9si rendel\xe9s keres\xe9se", _s22_37, "Beszerz\xe9si rendel\xe9sek keres\xe9se", "login_url", "Bejelentkez\xe9si URL", _s16_46, "Fizet\xe9si be\xe1ll\xedt\xe1sok", "default", "Alap\xe9rtelmezett", "stock_quantity", "K\xe9szlet mennyis\xe9ge", _s22_39, "\xc9rtes\xedt\xe9s k\xfcsz\xf6b\xe9rt\xe9ke", "track_inventory", "K\xe9szlet k\xf6vet\xe9se", _s20_41, "Seg\xedts\xe9g a k\xe9szlet k\xf6vet\xe9s\xe9hez", _s19_31, "K\xe9szlet \xe9rtes\xedt\xe9sek", _s24_23, "Seg\xedts\xe9g a k\xe9szlet \xe9rtes\xedt\xe9sekhez", "vat", "\xc1FA", "standing", "\xc1llapot", "view_map", "T\xe9rk\xe9p megtekint\xe9se", _s18_32, "Alap\xe9rtelmezett tervez\xe9s be\xe1ll\xedt\xe1sa", "add_gateway", "Szolg\xe1ltat\xf3 hozz\xe1ad\xe1sa", _s24_24, "seg\xedts\xe9g az \xe1tj\xe1r\xf3 hozz\xe1ad\xe1s\xe1hoz", "left", "Bal", "right", "Jobb", "center", "K\xf6z\xe9p", "page_numbering", "Oldalsz\xe1moz\xe1s", _s24_25, "Oldalsz\xe1moz\xe1s igaz\xedt\xe1sa", _s31_6, "Sz\xe1mla elk\xfcld\xe9s \xe9rtes\xedt\u0151 c\xedmk\xe9je", _s24_27, "Term\xe9k le\xedr\xe1s\xe1nak megjelen\xedt\xe9se", _s29_13, "Seg\xedts\xe9g a term\xe9k le\xedr\xe1s\xe1nak megjelen\xedt\xe9s\xe9hez", "invoice_items", "Sz\xe1mlat\xe9telek", "quote_items", "\xc1raj\xe1nlat t\xe9telek", "profitloss", "Nyeres\xe9g/Vesztes\xe9g", "import_format", "Import\xe1l\xe1s form\xe1tuma", "export_format", "Export\xe1l\xe1s form\xe1tuma", "export_type", "Export\xe1l\xe1s t\xedpusa", "stop_on_unpaid", "Le\xe1ll\xedt\xe1s kifizetetlen eset\xe9n", _s19_33, "Seg\xedts\xe9g a le\xe1ll\xedt\xe1s be\xe1ll\xedt\xe1s\xe1hoz kifizetetlen eset\xe9n", "use_quote_terms", "\xc1raj\xe1nlati felt\xe9telek haszn\xe1lata", _s20_42, "Seg\xedts\xe9g az \xe1raj\xe1nlati felt\xe9telek haszn\xe1lat\xe1hoz", "add_country", "Orsz\xe1g hozz\xe1ad\xe1sa", "enable_tooltips", "Feliratkoz\xe1s enged\xe9lyez\xe9se", _s20_43, "Seg\xedts\xe9g a feliratkoz\xe1s enged\xe9lyez\xe9s\xe9hez", _s21_42, "T\xf6bbsz\xf6r\xf6s \xfcgyf\xe9l hiba", "register_label", "Regisztr\xe1ci\xf3", "login_label", "Bejelentkez\xe9s felirata", "add_to_invoice", "Hozz\xe1ad\xe1s a sz\xe1ml\xe1hoz", _s17_30, "Nem tal\xe1lhat\xf3 sz\xe1mla", "week", "H\xe9t", "created_record", "Rekord l\xe9trehozva", _s26_10, "Fizetett sz\xe1ml\xe1k automatikus archiv\xe1l\xe1sa", _s31_7, "Seg\xedts\xe9g az automatikus archiv\xe1l\xe1s be\xe1ll\xedt\xe1s\xe1hoz fizetett sz\xe1ml\xe1k eset\xe9n", _s31_8, "T\xf6r\xf6lt sz\xe1ml\xe1k automatikus archiv\xe1l\xe1sa", _s36_2, "Seg\xedts\xe9g az automatikus archiv\xe1l\xe1s be\xe1ll\xedt\xe1s\xe1hoz t\xf6r\xf6lt sz\xe1ml\xe1k eset\xe9n", _s20_44, "Alternat\xedv PDF-megtekint\u0151", _s25_15, "Seg\xedts\xe9g az alternat\xedv PDF-megtekint\u0151 be\xe1ll\xedt\xe1s\xe1hoz", _s16_48, "Sz\xe1mla p\xe9nzneme", "range", "Hat\xf3t\xe1vols\xe1g", "tax_amount1", "Ad\xf3 \xf6sszege 1", "tax_amount2", "Ad\xf3 \xf6sszege 2", "tax_amount3", "Ad\xf3 \xf6sszege 3", "create_project", "Projekt l\xe9trehoz\xe1sa", "update_project", "Projekt friss\xedt\xe9se", "view_task", "Feladat megtekint\xe9se", "cancel_invoice", "Sz\xe1mla t\xf6rl\xe9se", "changed_status", "\xc1llapot megv\xe1ltozott", "change_status", "\xc1llapot megv\xe1ltoztat\xe1sa", "fees_sample", "D\xedjak mint\xe1ja", _s19_34, "\xc9rint\u0151esem\xe9nyek enged\xe9lyez\xe9se", _s24_29, "Seg\xedts\xe9g az \xe9rint\u0151esem\xe9nyek enged\xe9lyez\xe9s\xe9hez", "after_saving", "Ment\xe9s ut\xe1n", "view_record", "Rekord megtekint\xe9se", _s21_43, "E-mail Markdown enged\xe9lyez\xe9se", _s26_11, "Seg\xedts\xe9g az e-mail Markdown enged\xe9lyez\xe9s\xe9hez", _s19_36, "PDF Markdown enged\xe9lyez\xe9se", "json_help", "JSON seg\xedts\xe9g", "release_notes", "Kiad\xe1si megjegyz\xe9sek", _s23_19, "Jelent\xe9sek megtekint\xe9s\xe9hez friss\xedts", "started_tasks", "Elkezdett feladatok", "stopped_tasks", "Le\xe1ll\xedtott feladatok", "approved_quote", "Elfogadott \xe1raj\xe1nlat", "approved_quotes", "Elfogadott \xe1raj\xe1nlatok", "approve", "J\xf3v\xe1hagy", "client_website", "\xdcgyf\xe9l weboldala", "invalid_time", "\xc9rv\xe9nytelen id\u0151", _s21_45, "\xdcgyf\xe9l sz\xe1ll\xedt\xe1si \xe1llapota", _s20_46, "\xdcgyf\xe9l sz\xe1ll\xedt\xe1si v\xe1rosa", _s27_14, "\xdcgyf\xe9l sz\xe1ll\xedt\xe1si ir\xe1ny\xedt\xf3sz\xe1ma", _s23_20, "\xdcgyf\xe9l sz\xe1ll\xedt\xe1si orsz\xe1ga", "load_pdf", "PDF bet\xf6lt\xe9se", _s16_50, "Ingyenes pr\xf3baverzi\xf3 ind\xedt\xe1sa", _s24_30, "Ingyenes pr\xf3baverzi\xf3 ind\xedt\xe1s\xe1nak \xfczenete", "due_on_receipt", "Esed\xe9kes a fogad\xe1skor", "is_paid", "Fizetett", "age_group_paid", "Fizetett korcsoport", "id", "Azonos\xedt\xf3", "convert_to", "\xc1talak\xedt\xe1s erre", "client_currency", "\xdcgyf\xe9l valut\xe1ja", _s16_51, "C\xe9g valut\xe1ja", "purged_client", "\xdcgyf\xe9l v\xe9gleges t\xf6rl\xe9se sikeres", _s27_16, "Egy\xe9ni e-mailek letiltva, seg\xedts\xe9g", _s22_42, "Friss\xedt\xe9s a v\xe1llalat hozz\xe1ad\xe1s\xe1hoz", "small", "kicsi", _s21_47, "Megjel\xf6lt j\xf3v\xe1\xedr\xe1st fizetve", _s22_43, "Megjel\xf6lt j\xf3v\xe1\xedr\xe1sok fizetve", _s16_53, "V\xe1rjon a bet\xf6lt\xe9sre", "wait_for_saving", "V\xe1rjon a ment\xe9sre", _s20_48, "HTML el\u0151n\xe9zet figyelmeztet\xe9s", "remaining", "H\xe1tral\xe9v\u0151", "invoice_paid", "Fizetett sz\xe1mla", "activity_120", "Aktivit\xe1s 120", "activity_121", "Aktivit\xe1s 121", "activity_122", "Aktivit\xe1s 122", "activity_123", "Aktivit\xe1s 123", "activity_124", "Aktivit\xe1s 124", "normal", "Norm\xe1l", "large", "Nagy", "extra_large", "Extra nagy", _s16_54, "PDF-el\u0151n\xe9zet mutat\xe1sa", _s21_48, "Seg\xedts\xe9g a PDF-el\u0151n\xe9zet mutat\xe1s\xe1hoz", "print_pdf", "PDF nyomtat\xe1sa", "remind_me", "Eml\xe9keztessen", _s16_56, "Azonnali banki fizet\xe9s", "click_selected", "Kattintson a kiv\xe1lasztottra", "hide_preview", "El\u0151n\xe9zet elrejt\xe9se", "edit_record", "Rekord szerkeszt\xe9se", _s27_17, "A j\xf3v\xe1\xedr\xe1s nagyobb, mint a sz\xe1mla", "giropay", "Giropay", "direct_debit", "K\xf6zvetlen terhel\xe9s", _s21_49, "K\xe9rj\xfck, \xe1ll\xedtsa be a jelsz\xf3t", "set_password", "Jelsz\xf3 be\xe1ll\xedt\xe1sa", _s17_33, "Asztali aj\xe1nl\xe1sa", _s16_58, "Mobil aj\xe1nl\xe1sa", _s20_49, "L\xe9trehozott kapu", "disconnect", "Kapcsolat bont\xe1sa", "add_to_invoices", "Hozz\xe1ad\xe1s a sz\xe1ml\xe1khoz", "acss", "ACSS", "becs", "Becs", "bulk_download", "T\xf6meges let\xf6lt\xe9s", _s17_34, "Seg\xedts\xe9g az adatok meg\u0151rz\xe9s\xe9hez", "persist_ui", "UI meg\u0151rz\xe9se", "persist_ui_help", "Seg\xedts\xe9g az UI meg\u0151rz\xe9s\xe9hez", _s18_34, "\xdcgyf\xe9l ir\xe1ny\xedt\xf3sz\xe1ma", _s17_35, "\xdcgyf\xe9l ad\xf3sz\xe1ma", "has_tasks", "Van feladat", "registration", "Regisztr\xe1ci\xf3", _s27_18, "Enged\xe9ly n\xe9lk\xfcli Stripe figyelmeztet\xe9s", "view_expense", "Kiad\xe1s megtekint\xe9se", "view_statement", "Kimutat\xe1s megtekint\xe9se", "sepa", "SEPA", "ideal", "IDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, "Az \xf6sszes rekord friss\xedt\xe9se", "system", "Rendszer", _s19_38, "Alap\xe9rtelmezett v\xe1llalat be\xe1ll\xedt\xe1sa", "updated_company", "Friss\xedtett c\xe9g", "kbc", "KBC", "bancontact", "Bancontact", _s19_40, "Mi\xe9rt hagyja el?", "webhook_success", "Webhook sikeres", _s24_31, "Hiba a kereszt\xfcli \xfcgyf\xe9lfeladatokban", _s27_19, "Hiba a kereszt\xfcli \xfcgyf\xe9lk\xf6lts\xe9gekben", "app", "Alkalmaz\xe1s", _s20_50, "A legjobb teljes\xedtm\xe9ny \xe9rdek\xe9ben", _s16_59, "Brutt\xf3 vonal\xf6sszeg", _s19_41, "T\xf6meges e-mail sz\xe1ml\xe1khoz", _s17_37, "T\xf6meges e-mail \xe1raj\xe1nlatokhoz", _s18_38, "T\xf6meges e-mail j\xf3v\xe1\xedr\xe1sokhoz", "from_name", "Felad\xf3 neve", _s16_60, "Kl\xf3noz\xe1s k\xf6lts\xe9gbe", _s17_38, "Ism\xe9tl\u0151d\u0151 k\xf6lts\xe9g", _s18_39, "Ism\xe9tl\u0151d\u0151 k\xf6lts\xe9gek", _s21_50, "\xdaj ism\xe9tl\u0151d\u0151 k\xf6lts\xe9g", _s22_44, "Ism\xe9tl\u0151d\u0151 k\xf6lts\xe9g szerkeszt\xe9se", _s25_16, "Ism\xe9tl\u0151d\u0151 k\xf6lts\xe9g l\xe9trehozva", _s25_17, "Ism\xe9tl\u0151d\u0151 k\xf6lts\xe9g friss\xedtve", _s26_13, "Ism\xe9tl\u0151d\u0151 k\xf6lts\xe9g archiv\xe1lva", _s25_18, _s38_4, _s25_19, "Ismeretlen k\xf6lts\xe9g elt\xe1vol\xedtva", _s26_14, "Ism\xe9tl\u0151d\u0151 k\xf6lts\xe9g vissza\xe1ll\xedtva", _s24_32, "Ism\xe9tl\u0151d\u0151 k\xf6lts\xe9g keres\xe9se", _s25_20, "Ism\xe9tl\u0151d\u0151 k\xf6lts\xe9gek keres\xe9se", "last_sent_date", "Utols\xf3 k\xfcld\xe9s d\xe1tuma", "include_drafts", "V\xe1zlatok belefoglal\xe1sa", _s19_42, "Seg\xedts\xe9g a v\xe1zlatok belefoglal\xe1s\xe1hoz", "is_invoiced", "Sz\xe1ml\xe1zott", "change_plan", "Manage Plan", "persist_data", "Adatok tart\xe1sa", "customer_count", "\xdcgyf\xe9l sz\xe1ma", _s16_62, "\xdcgyfelek ellen\u0151rz\xe9se", _s16_64, _s16_65, _s28_11, "Google Analytics k\xf6vet\u0151azonos\xedt\xf3", "decimal_comma", "Tizedesvessz\u0151", _s26_15, "Haszn\xe1lja a vessz\u0151t tizedes helyk\xe9nt", "select_method", "V\xe1lassza a m\xf3dszert", "select_platform", "V\xe1lasszon platformot", _s28_13, "Haszn\xe1lja a webes alkalmaz\xe1st a Gmailhez val\xf3 kapcsol\xf3d\xe1shoz", _s16_66, "K\xf6lts\xe9gad\xf3 seg\xedts\xe9g", "enable_markdown", "Markdown enged\xe9lyez\xe9se", _s20_51, "Seg\xedts\xe9g a Markdown enged\xe9lyez\xe9s\xe9hez", "user_guide", "Felhaszn\xe1l\xf3i \xfatmutat\xf3", _s18_41, "M\xe1sodik kapcsolat hozz\xe1ad\xe1sa", "previous_page", "El\u0151z\u0151 oldal", "next_page", "K\xf6vetkez\u0151 oldal", "export_colors", "Sz\xednek export\xe1l\xe1sa", "import_colors", "Sz\xednek import\xe1l\xe1sa", "clear_all", "Minden t\xf6rl\xe9se", "contrast", "Kontraszt", "custom_colors", "Egy\xe9ni sz\xednek", "colors", "Sz\xednek", _s31_9, "Akt\xedv oldals\xe1v h\xe1tt\xe9rsz\xedne", _s25_22, "Akt\xedv oldals\xe1v bet\u0171sz\xedne", _s33_14, "Inakt\xedv oldals\xe1v h\xe1tt\xe9rsz\xedne", _s27_20, "Inakt\xedv oldals\xe1v bet\u0171sz\xedne", _s36_3, "T\xe1bla alternat\xedv sor h\xe1tt\xe9rsz\xedne", _s31_11, "Sz\xe1mla fejl\xe9c h\xe1tt\xe9rsz\xedne", _s25_24, "Sz\xe1mla fejl\xe9c bet\u0171sz\xedne", "net_subtotal", "Nett\xf3", "review_app", "Alkalmaz\xe1s fel\xfclvizsg\xe1lata", "check_status", "\xc1llapot ellen\u0151rz\xe9se", "free_trial", "Ingyenes pr\xf3baverzi\xf3", _s23_22, "Az ingyenes pr\xf3baverzi\xf3 %days% nap m\xfalva lej\xe1r", _s21_52, "Az ingyenes pr\xf3baverzi\xf3 ma lej\xe1r", "change_email", "E-mail c\xedm megv\xe1ltoztat\xe1sa", _s25_26, "\xdcgyf\xe9lport\xe1l domain-tipp", _s21_53, "Az \xfcgyf\xe9lport\xe1lon megjelen\u0151 feladatok", "uninvoiced", "Sz\xe1ml\xe1zatlan", "subdomain_guide", "Aladomain \xfatmutat\xf3", "send_time", "K\xfcld\xe9si id\u0151", "import_data", "Adatok import\xe1l\xe1sa", "import_settings", "Import\xe1l\xe1si be\xe1ll\xedt\xe1sok", _s17_40, "Hi\xe1nyz\xf3 JSON f\xe1jl", _s19_43, "Hi\xe1nyz\xf3 JSON opci\xf3", "json", "JSON", _s24_34, "Nincsenek enged\xe9lyezett fizet\xe9si t\xedpusok", "wait_for_data", "V\xe1rjon az adatokra", "net_total", "Nett\xf3 \xf6sszeg", "has_taxes", "Ad\xf3k", _s16_67, "\xdcgyfelek import\xe1l\xe1sa", _s18_43, "Import\xe1lt \xfcgyfelek", "login_success", "Sikeres bejelentkez\xe9s", "login_failure", "Sikertelen bejelentkez\xe9s", "exported_data", "Export\xe1lt adatok", _s23_23, "T\xf6r\xf6lt \xfcgyfelek belefoglal\xe1sa", _s28_15, "Seg\xedts\xe9g a t\xf6r\xf6lt \xfcgyfelek belefoglal\xe1s\xe1hoz", "step_1_sign_in", "1. l\xe9p\xe9s - Bejelentkez\xe9s", _s16_70, "2. l\xe9p\xe9s - Enged\xe9lyez\xe9s", "account_id", "Sz\xe1mla azonos\xedt\xf3", _s27_22, "Migr\xe1ci\xf3 m\xe9g nem fejez\u0151d\xf6tt be", "activity_100", "100. tev\xe9kenys\xe9g", "activity_101", "101. tev\xe9kenys\xe9g", "activity_102", "102. tev\xe9kenys\xe9g", "activity_103", "103. tev\xe9kenys\xe9g", "activity_104", "104. tev\xe9kenys\xe9g", _s18_44, "Feladat befejez\xe9si d\xe1tum\xe1nak megjelen\xedt\xe9se", _s23_25, "Seg\xedts\xe9g a feladat befejez\xe9si d\xe1tum\xe1nak megjelen\xedt\xe9s\xe9hez", "gateway_setup", "Fizet\xe9si kapu be\xe1ll\xedt\xe1sa", "preview_sidebar", "El\u0151n\xe9zeti oldals\xe1v", _s16_71, "Megjelen\xedtett adatok \xe9vei", _s18_46, "Minden munkamenet v\xe9get \xe9rt", _s16_73, "\xd6sszes munkamenet v\xe9ge", "count_session", "Munkamenet sz\xe1ml\xe1l\xf3", "count_sessions", "Munkamenetek sz\xe1ml\xe1l\xf3ja", "invoice_created", "L\xe9trehozott sz\xe1mla", "quote_created", "L\xe9trehozott \xe1raj\xe1nlat", "credit_created", "L\xe9trehozott j\xf3v\xe1\xedr\xe1s", "pro", "Pro", "enterprise", "V\xe1llalati", "last_updated", "Utolj\xe1ra friss\xedtve", "invoice_item", "Sz\xe1mlat\xe9tel", "quote_item", "\xc1raj\xe1nlat t\xe9tel", _s18_47, "Keresztn\xe9v", _s17_42, "Vezet\xe9kn\xe9v", "order", "Rendel\xe9s", "unassigned", "Nincs hozz\xe1rendelve", "partial_value", "R\xe9szleges \xe9rt\xe9k", "search_kanban", "Keres\xe9s kanbanban", "search_kanbans", "Keres\xe9sek kanbanban", "kanban", "Kanban", "enable", "Bekapcsol", "move_top", "Mozgat\xe1s az elej\xe9re", "move_up", "Mozgat\xe1s feljebb", "move_down", "Mozgat\xe1s lejjebb", "move_bottom", "Mozgat\xe1s a v\xe9g\xe9re", "subdomain_help", "\xc1ll\xedtsa be az alkalmaz\xe1s aldomainj\xe9t vagy jelen\xedtse meg azt a saj\xe1t webhely\xe9n.", _s21_55, "Hi\xe1nyz\xf3 test v\xe1ltoz\xf3", _s25_27, "\xdczenet hozz\xe1ad\xe1sa test v\xe1ltoz\xf3val", _s17_44, "D\xe1tum form\xe1tumok megtekint\xe9se", "is_viewed", "Megtekintve", "letter", "Lev\xe9l", "legal", "Jogi", "page_layout", "Oldal elrendez\xe9se", "portrait", "\xc1ll\xf3", "landscape", "Fekv\u0151", _s26_16, "Tulajdonos friss\xedt\xe9se fizet\u0151s csomagra", _s20_52, "Friss\xedt\xe9s fizet\u0151s csomagra", _s21_56, "Sz\xe1mla fizet\xe9si felt\xe9telei", _s17_46, "\xc1raj\xe1nlat \xe9rv\xe9nyes eddig", "no_headers", "Nincsenek fejl\xe9cek", "add_header", "Fejl\xe9c hozz\xe1ad\xe1sa", "remove_header", "Fejl\xe9c elt\xe1vol\xedt\xe1sa", "return_url", "Visszat\xe9r\xe9si URL", "rest_method", "REST m\xf3dszer", "header_key", "Fejl\xe9c kulcs", "header_value", "Fejl\xe9c \xe9rt\xe9k", _s18_49, "Ism\xe9tl\u0151d\u0151 term\xe9kek", "promo_code", "Prom\xf3ci\xf3s k\xf3d", "promo_discount", "Akci\xf3s kedvezm\xe9ny", _s18_51, "Lemond\xe1s enged\xe9lyez\xe9se", _s16_75, "Helyek enged\xe9lyezve", "max_seats_limit", "Maxim\xe1lis helyek korl\xe1tja", "trial_enabled", "Pr\xf3ba enged\xe9lyezve", "trial_duration", "Pr\xf3ba id\u0151tartama", _s21_58, "Lek\xe9rdez\xe9s fel\xfcl\xedr\xe1s\xe1nak enged\xe9lyez\xe9se", _s18_53, "Tervv\xe1ltoztat\xe1s enged\xe9lyez\xe9se", "plan_map", "Tervt\xe9rk\xe9p", "refund_period", "Visszat\xe9r\xedt\xe9si id\u0151szak", _s21_60, "Webhely konfigur\xe1ci\xf3", "purchase_page", "V\xe1s\xe1rl\xe1si oldal", "security", "Biztons\xe1g", "email_bounced", "E-mail visszapattan", _s20_53, "E-mail spam panasz", "email_delivery", "E-mail k\xe9zbes\xedt\xe9s", _s16_77, "Webhely v\xe1lasz", "pdf_response", "PDF v\xe1lasz", _s22_46, "Azonos\xedt\xe1si hiba", "pdf_failed", "PDF sikertelen", "pdf_success", "PDF sikeres", "modified", "M\xf3dos\xedtott", "payment_link", "fizet\xe9si link", _s16_79, "\xfaj fizet\xe9si link", _s17_48, "fizet\xe9si link szerkeszt\xe9se", _s20_54, "l\xe9trehozott fizet\xe9si link", _s20_55, "friss\xedtett fizet\xe9si link", _s21_62, "archiv\xe1lt fizet\xe9si link", _s20_56, "t\xf6r\xf6lt fizet\xe9si link", _s20_57, "elt\xe1vol\xedtott fizet\xe9si link", _s21_63, "vissza\xe1ll\xedtott fizet\xe9si link", _s19_44, "fizet\xe9si link keres\xe9se", _s20_58, "fizet\xe9si linkek keres\xe9se", _s26_17, "Az alkalmaz\xe1s azonos\xedt\xf3 nem \xe1ll rendelkez\xe9sre", "connect_gmail", "Gmail kapcsolat", _s16_81, "Kapcsolat megszak\xedt\xe1sa: Gmail", "connected_gmail", "Kapcsol\xf3dva: Gmail", _s18_55, "Kapcsolat megszak\xedtva: Gmail", _s16_83, "Ha a friss\xedt\xe9s nem siker\xfcl, ellen\u0151rizze az internetkapcsolatot", _s16_84, "\xdcgyf\xe9l azonos\xedt\xf3sz\xe1ma", "count_minutes", ":count perc", _s16_86, "Jelsz\xf3 lej\xe1rati id\u0151t\xfall\xe9p\xe9s", _s29_15, "Megosztott sz\xe1mla hitel sz\xe1ml\xe1l\xf3", "use_last_email", "Haszn\xe1lja az utols\xf3 e-mailt", _s16_88, "C\xe9g aktiv\xe1l\xe1sa", _s21_65, "Aktiv\xe1lja a c\xe9g\xe9t az alkalmaz\xe1sban", _s27_24, "Hiba t\xf6rt\xe9nt. Pr\xf3b\xe1lja \xfajra.", _s27_25, "El\u0151sz\xf6r \xe1ll\xedtson be egy jelsz\xf3t", _s34_13, "A telefonsz\xe1m m\xf3dos\xedt\xe1sa letiltja a k\xe9tl\xe9pcs\u0151s hiteles\xedt\xe9st", "help_translate", "Seg\xedtsen a ford\xedt\xe1sban", _s23_26, "V\xe1lasszon egy orsz\xe1got", "resend_invite", "Megh\xedv\xe1s \xfajrak\xfcld\xe9se", _s19_45, "K\xe9tl\xe9pcs\u0151s hiteles\xedt\xe9s letiltva", _s16_90, "Kapcsol\xf3dva: Google", _s19_46, "Kapcsolat megszak\xedtva: Google", "delivered", "Kisz\xe1ll\xedtva", "bounced", "Visszadobva", "spam", "Spam", "view_docs", "Dokumentumok megtekint\xe9se", _s32_10, "Adja meg a telefonsz\xe1m\xe1t a k\xe9tl\xe9pcs\u0151s hiteles\xedt\xe9s enged\xe9lyez\xe9s\xe9hez", "send_sms", "SMS k\xfcld\xe9se", "sms_code", "SMS k\xf3d", _s21_66, "Seg\xedts\xe9g: Adja meg a Google Authenticator alkalmaz\xe1sban tal\xe1lhat\xf3 QR-k\xf3dot a K\xe9tl\xe9pcs\u0151s azonos\xedt\xe1s be\xe1ll\xedt\xe1s\xe1hoz", _s18_56, "Sikeresen enged\xe9lyezte a K\xe9tl\xe9pcs\u0151s azonos\xedt\xe1st", "connect_google", "Google kapcsolat", _s17_50, "Kapcsolat megszak\xedt\xe1sa: Google", _s17_52, "K\xe9tl\xe9pcs\u0151s azonos\xedt\xe1s enged\xe9lyez\xe9se", _s18_57, "K\xe9tl\xe9pcs\u0151s hiteles\xedt\xe9s letilt\xe1sa", _s34_14, "Jelsz\xf3 sz\xfcks\xe9ges a bejelentkez\xe9shez", "stay_logged_in", "Maradj bejelentkezve", _s23_28, "A munkamenet hamarosan lej\xe1r", "count_hours", ":count \xf3ra", "count_day", ":count nap", "count_days", ":count nap", _s19_47, "Webes munkamenet id\u0151t\xfall\xe9p\xe9s", _s17_53, "Biztons\xe1gi be\xe1ll\xedt\xe1sok", "resend_email", "E-mail \xfajrak\xfcld\xe9se", _s26_19, "Er\u0151s\xedtse meg az e-mail c\xedm\xe9t", _s16_91, "Visszat\xe9rt\xedtett fizet\xe9s", _s19_49, "R\xe9szben nem alkalmazott", _s19_51, "V\xe1lassz egy Gmail felhaszn\xe1l\xf3t", "list_long_press", "List\xe1z\xe1s hossz\xfa nyom\xe1ssal", "show_actions", "M\u0171veletek megjelen\xedt\xe9se", _s17_55, "T\xf6bbsz\xf6r\xf6s kijel\xf6l\xe9s ind\xedt\xe1sa", _s27_27, "E-mail elk\xfcldve az e-mail c\xedm meger\u0151s\xedt\xe9s\xe9hez", _s21_67, "Sz\xe1ml\xe1l\xf3 minta hiba", "this_quarter", "Ez a negyed\xe9v", "last_quarter", "El\u0151z\u0151 negyed\xe9v", "to_update_run", "A friss\xedt\xe9shez futtassa", _s18_59, "Konvert\xe1l\xe1s sz\xe1ml\xe1v\xe1", _s16_92, "Regisztr\xe1ci\xf3s URL", "invoice_project", "Sz\xe1mla projekt", "invoice_task", "Sz\xe1ml\xe1z\xe1s feladat", "invoice_expense", "Kiad\xe1s sz\xe1ml\xe1z\xe1sa", _s19_52, "Fizet\xe9si hat\xe1rid\u0151 keres\xe9se", _s20_59, "Fizet\xe9si hat\xe1rid\u0151k keres\xe9se", _s16_94, "Ment\xe9s \xe9s el\u0151n\xe9zet", "save_and_email", "Ment\xe9s \xe9s e-mail k\xfcld\xe9se", _s16_96, "T\xe1mogatott esem\xe9nyek", _s16_98, "\xc1tv\xe1ltott \xf6sszeg", _s17_57, "\xc1tv\xe1ltott egyenleg", _s22_48, "\xc1talak\xedtva: Eddig kifizetett \xf6sszeg", _s24_36, "\xc1talak\xedtva: J\xf3v\xe1\xedr\xe1s egyenleg", "converted_total", "\xc1talak\xedtva: Teljes \xf6sszeg", "is_sent", "Elk\xfcldve", _s17_59, "Alap\xe9rtelmezett dokumentumok", "document_upload", "Dokumentum felt\xf6lt\xe9se", _s20_60, "Seg\xedts\xe9g a dokumentum felt\xf6lt\xe9s\xe9hez", "expense_total", "Kiad\xe1s \xf6sszesen", "enter_taxes", "Ad\xf3k megad\xe1sa", "by_rate", "Ad\xf3m\xe9rt\xe9k alapj\xe1n", "by_amount", "Ad\xf3\xf6sszeg alapj\xe1n", "enter_amount", "\xd6sszeg megad\xe1sa", "before_taxes", "Ad\xf3k el\u0151tt", "after_taxes", "Ad\xf3k ut\xe1n", "color", "Sz\xedn", "show", "Mutat\xe1s", "hide", "Elrejt\xe9s", "empty_columns", "\xdcres oszlopok", _s21_69, "Hibakeres\xe9si m\xf3d enged\xe9lyezve", _s26_20, "Enged\xe9lyezze a hibakeres\xe9si m\xf3dot a hib\xe1k napl\xf3z\xe1s\xe1hoz", "running_tasks", "Fut\xf3 feladatok", "recent_tasks", "Legut\xf3bbi feladatok", "recent_expenses", "Legut\xf3bbi k\xf6lts\xe9gek", _s17_61, "K\xf6zelg\u0151 k\xf6lts\xe9gek", "update_app", "App friss\xedt\xe9se", "started_import", "Import\xe1l\xe1s megkezdve", _s24_38, "Duplik\xe1lt oszlopmapping", _s20_61, "Inkluz\xedv ad\xf3k haszn\xe1lata", _s18_61, "\xd6sszegkedvezm\xe9ny", "column", "Oszlop", "sample", "P\xe9lda", "map_to", "Hozz\xe1rendel\xe9s", "import", "Bet\xf6lt\xe9s", _s25_29, "Els\u0151 sor oszlopnevek\xe9nt", "select_file", "V\xe1lasszon egy f\xe1jlt", _s16_100, "Nincs kiv\xe1lasztott f\xe1jl", "csv_file", "CSV f\xe1jl", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Sz\xe1mvitel", _s22_50, "Hi\xe1nyz\xf3 k\xf6telez\u0151 f\xe1jlok", "import_type", "Import\xe1l\xe1s t\xedpusa", "html_mode", "HTML m\xf3d", "html_mode_help", "Seg\xedts\xe9g az HTML m\xf3d be\xe1ll\xedt\xe1s\xe1hoz", "view_licenses", "Licencek megtekint\xe9se", "webhook_url", "Webhook URL", _s17_63, "Teljes k\xe9perny\u0151s szerkeszt\u0151", "sidebar_editor", "Oldals\xe1v szerkeszt\u0151", _s22_51, "K\xe9rem, \xedrja be meger\u0151s\xedt\xe9s c\xe9lj\xe1b\xf3l", "purge", "Kitiszt\xedt\xe1s", "service", "Szolg\xe1ltat\xe1s", "clone_to", "Kl\xf3noz\xe1s ide:", "clone_to_other", "Kl\xf3noz\xe1s m\xe1sik helyre", "labels", "C\xedmk\xe9k", "add_custom", "Egyedi hozz\xe1ad\xe1sa", "payment_tax", "Fizet\xe9si ad\xf3", "unpaid", "Kifizetetlen", "white_label", "Feh\xe9r c\xedmke", "delivery_note", "Sz\xe1ll\xedt\xf3lev\xe9l", _s24_41, "Elk\xfcld\xf6tt sz\xe1ml\xe1k z\xe1rolva", _s24_43, "Fizetett sz\xe1ml\xe1k z\xe1rolva", "source_code", "Forr\xe1sk\xf3d", "app_platforms", "App platformok", "invoice_late", _s17_251, "quote_expired", _s16_403, "partial_due", "R\xe9szleges fizet\xe9si hat\xe1rid\u0151", "invoice_total", "Sz\xe1mla \xf6sszeg", "quote_total", "Aj\xe1nlat v\xe9g\xf6sszege", "credit_total", "J\xf3v\xe1\xedr\xe1s \xf6sszesen", _s23_29, "Ism\xe9tl\u0151d\u0151 sz\xe1mla \xf6sszege", "actions", "M\u0171veletek", "expense_number", "K\xf6lts\xe9g sorsz\xe1ma", "task_number", "Feladat sorsz\xe1ma", "project_number", "Projekt sorsz\xe1ma", "project_name", "Projekt neve", "warning", "Figyelmeztet\xe9s", "view_settings", "Megtekint\xe9s be\xe1ll\xedt\xe1sai", _s24_45, "C\xe9ge letiltva figyelmeztet\xe9s", "late_invoice", _s17_251, "expired_quote", _s16_403, "remind_invoice", "Sz\xe1mla eml\xe9keztet\u0151", "cvv", "CVV sz\xe1m", "client_name", "\xdcgyf\xe9l neve", "client_phone", "\xdcgyf\xe9l telefonsz\xe1ma", "required_fields", "K\xf6telez\u0151 mez\u0151k", "calculated_rate", "Kisz\xe1m\xedtott \xe1rfolyam", _s17_65, "Alap\xe9rtelmezett feladatd\xedj", "clear_cache", "Gyors\xedt\xf3t\xe1r t\xf6rl\xe9se", "sort_order", "Rendez\xe9si sorrend", "task_status", "Feladat \xe1llapota", "task_statuses", "Feladat \xe1llapotok", "new_task_status", "\xdaj feladat \xe1llapota", _s16_102, "Feladat \xe1llapot\xe1nak szerkeszt\xe9se", _s19_53, "L\xe9trehozott feladat \xe1llapota", _s19_54, "Friss\xedtett feladat\xe1llapot", _s20_63, "Archiv\xe1lt feladat \xe1llapota", _s19_55, "T\xf6r\xf6lt feladat \xe1llapota", _s19_56, "Elt\xe1vol\xedtott feladat \xe1llapota", _s20_64, "Vissza\xe1ll\xedtott feladat \xe1llapota", _s22_52, "Archiv\xe1lt feladat\xe1llapotok", _s21_71, "T\xf6r\xf6lt feladat\xe1llapotok", _s22_53, "Vissza\xe1ll\xedtott feladat\xe1llapotok", _s18_63, "Feladat \xe1llapot\xe1nak keres\xe9se", _s20_66, "Feladat \xe1llapotok keres\xe9se", _s16_104, "Feladatok t\xe1bl\xe1zat\xe1nak megjelen\xedt\xe9se", _s21_72, "Seg\xedts\xe9g a feladatok t\xe1bl\xe1zat\xe1nak megjelen\xedt\xe9s\xe9hez", _s20_67, "Sz\xe1mla feladat id\u0151napl\xf3ja", _s25_30, "Seg\xedts\xe9g a sz\xe1mla feladat id\u0151napl\xf3j\xe1hoz", _s20_69, "Sz\xe1mla feladat napl\xf3", _s25_31, "Haszn\xe1lja ezt a mez\u0151t a feladatok r\xe9szletes le\xedr\xe1s\xe1nak r\xf6gz\xedt\xe9s\xe9re", _s21_73, "Seg\xedts\xe9g az automatikus ind\xedt\xe1shoz", _s18_64, "\xc1llapotok konfigur\xe1l\xe1sa", "task_settings", "Feladat be\xe1ll\xedt\xe1sok", _s20_71, "Kateg\xf3ri\xe1k konfigur\xe1l\xe1sa", _s18_66, "K\xf6lts\xe9gkateg\xf3ri\xe1k", _s20_73, "\xdaj k\xf6lts\xe9gkateg\xf3ria", _s21_74, "K\xf6lts\xe9gkateg\xf3ria szerkeszt\xe9se", _s24_46, "K\xf6lts\xe9gkateg\xf3ria l\xe9trehozva", _s24_47, "K\xf6lts\xe9gkateg\xf3ria friss\xedtve", _s25_33, "K\xf6lts\xe9gkateg\xf3ria archiv\xe1lva", _s24_48, "K\xf6lts\xe9gkateg\xf3ria t\xf6r\xf6lve", _s24_49, "Elt\xe1vol\xedtott k\xf6lts\xe9gkateg\xf3ria", _s25_34, "K\xf6lts\xe9gkateg\xf3ria vissza\xe1ll\xedtva", _s27_31, "Archiv\xe1lt k\xf6lts\xe9gkateg\xf3ri\xe1k", _s26_21, "T\xf6r\xf6lt k\xf6lts\xe9gkateg\xf3ri\xe1k", _s27_32, "Vissza\xe1ll\xedtott k\xf6lts\xe9gkateg\xf3ri\xe1k", _s23_30, "K\xf6lts\xe9gkateg\xf3ria keres\xe9se", _s25_36, "K\xf6lts\xe9gkateg\xf3ri\xe1k keres\xe9se", _s21_76, "El\xe9rhet\u0151 j\xf3v\xe1\xedr\xe1sok haszn\xe1lata", "show_option", "Lehet\u0151s\xe9g megjelen\xedt\xe9se", _s22_54, "Negat\xedv fizet\xe9si hiba", "view_changes", "V\xe1ltoz\xe1sok megtekint\xe9se", "force_update", "Friss\xedt\xe9s k\xe9nyszer\xedt\xe9se", _s17_67, "Seg\xedts\xe9g a friss\xedt\xe9s k\xe9nyszer\xedt\xe9s\xe9hez", "mark_paid_help", "Seg\xedts\xe9g a fizetett jel\xf6l\xe9s\xe9hez", _s18_68, "Sz\xe1ml\xe1zand\xf3", _s23_31, "Sz\xe1ml\xe1zand\xf3", _s29_17, "Seg\xedts\xe9g a dokumentumok hozz\xe1ad\xe1s\xe1hoz a sz\xe1ml\xe1hoz", _s21_78, "Seg\xedts\xe9g a valuta \xe1tv\xe1lt\xe1shoz", _s16_106, "K\xf6lts\xe9gbe\xe1ll\xedt\xe1sok", _s18_69, "Kl\xf3noz\xe1s ism\xe9tl\u0151d\u0151re", "crypto", "Kriptovaluta", "paypal", "PayPal", "alipay", "Alipay", "sofort", "SOFORT", "apple_pay", "Apple Pay", "user_field", "Felhaszn\xe1l\xf3i mez\u0151", "variables", "V\xe1ltoz\xf3k", "show_password", "Jelsz\xf3 megjelen\xedt\xe9se", "hide_password", "Jelsz\xf3 elrejt\xe9se", "copy_error", "M\xe1sol\xe1si hiba", "capture_card", "K\xe1rtya r\xf6gz\xedt\xe9se", _s17_68, "Automatikus sz\xe1ml\xe1z\xe1s enged\xe9lyezve", "total_taxes", "Teljes ad\xf3k", "line_taxes", "Sor ad\xf3k", "total_fields", "Teljes mez\u0151k", _s25_37, "Meg\xe1ll\xedtott ism\xe9tl\u0151d\u0151 sz\xe1mla", _s25_38, "Elind\xedtott ism\xe9tl\u0151d\u0151 sz\xe1mla", _s25_39, "Folytatott ism\xe9tl\u0151d\u0151 sz\xe1mla", "gateway_refund", "Fizet\xe9si \xe1tutal\xe1s", _s19_57, "Seg\xedts\xe9g a fizet\xe9si \xe1tutal\xe1shoz", "due_date_days", "Esed\xe9kess\xe9g napjai", "paused", "Sz\xfcneteltetve", "mark_active", "Megjel\xf6l\xe9s akt\xedvk\xe9nt", "day_count", "Napok sz\xe1ma", _s22_55, "H\xf3nap els\u0151 napja", _s21_79, "H\xf3nap utols\xf3 napja", _s17_70, "Fizet\xe9si felt\xe9telek haszn\xe1lata", "endless", "V\xe9gtelen", "next_send_date", "K\xf6vetkez\u0151 k\xfcld\xe9s d\xe1tuma", _s16_108, "H\xe1tral\xe9v\u0151 ciklusok", _s17_72, "Ism\xe9tl\u0151d\u0151 sz\xe1mla", _s18_71, "Meg\xfajul\xf3 sz\xe1ml\xe1k", _s21_81, "\xdaj ism\xe9tl\u0151d\u0151 sz\xe1mla", _s22_57, "Ism\xe9tl\u0151d\u0151 sz\xe1mla szerkeszt\xe9se", _s25_40, "L\xe9trehozott ism\xe9tl\u0151d\u0151 sz\xe1mla", _s25_41, "Friss\xedtett ism\xe9tl\u0151d\u0151 sz\xe1mla", _s26_22, "Ism\xe9tl\u0151d\u0151 sz\xe1mla sikeresen archiv\xe1lva", _s25_42, "Ism\xe9tl\u0151d\u0151 sz\xe1mla sikeresen t\xf6r\xf6lve", _s25_43, "Elt\xe1vol\xedtott ism\xe9tl\u0151d\u0151 sz\xe1mla", _s26_23, "Ism\xe9tl\u0151d\u0151 sz\xe1mla sikeresen vissza\xe1ll\xedtva", _s27_33, "Archiv\xe1lt ism\xe9tl\u0151d\u0151 sz\xe1ml\xe1k", _s26_24, "T\xf6r\xf6lt ism\xe9tl\u0151d\u0151 sz\xe1ml\xe1k", _s27_34, "Vissza\xe1ll\xedtott ism\xe9tl\u0151d\u0151 sz\xe1ml\xe1k", _s24_50, "Ism\xe9tl\u0151d\u0151 sz\xe1mla keres\xe9se", _s25_44, "Ism\xe9tl\u0151d\u0151 sz\xe1ml\xe1k keres\xe9se", "send_date", "K\xfcld\xe9s d\xe1tuma", "auto_bill_on", _s21_207, _s28_17, "Minim\xe1lis alul\xe9rt\xe9kelt \xf6sszeg", "profit", "Nyeres\xe9g", "line_item", "T\xe9tel", _s18_73, "T\xfalfizet\xe9s enged\xe9lyez\xe9se", _s23_32, "Seg\xedts\xe9g a t\xfalfizet\xe9s enged\xe9lyez\xe9s\xe9hez", _s19_58, "Alulfizet\xe9s enged\xe9lyez\xe9se", _s24_51, "Seg\xedts\xe9g az alulfizet\xe9s enged\xe9lyez\xe9s\xe9hez", "test_mode", "Teszt \xfczemm\xf3d", "opened", "Megnyitva", _s30_7, "Fizet\xe9s egyeztet\xe9si hiba", _s30_8, "Fizet\xe9s egyeztet\xe9si siker", "gateway_success", "\xc1tj\xe1r\xf3 siker", "gateway_failure", "\xc1tj\xe1r\xf3 hiba", "gateway_error", "\xc1tj\xe1r\xf3 hiba", "email_send", "E-mail k\xfcld\xe9se", _s17_74, "E-mail \xfajrak\xfcld\xe9si sor", "failure", "Sikertelens\xe9g", "quota_exceeded", "Kv\xf3ta t\xfall\xe9pve", _s16_110, "Fel\xe1raml\xe1si hiba", "system_logs", "Rendszer napl\xf3k", "view_portal", "Port\xe1l megtekint\xe9se", "copy_link", "Link m\xe1sol\xe1sa", "token_billing", "Bankk\xe1rtya adatok t\xe1rol\xe1sa", _s24_52, "\xdcdv\xf6z\xf6lj\xfck az Invoice Ninja-n\xe1l", "always", "Mindig", "optin", "Hozz\xe1j\xe1rul\xe1s", "optout", "Hozz\xe1j\xe1rul\xe1s visszavon\xe1sa", "label", "C\xedmke", "client_number", "\xdcgyf\xe9lsz\xe1m", "auto_convert", "Automatikus \xe1tv\xe1lt\xe1s", "company_name", "C\xe9g neve", "reminder1_sent", "Eml\xe9keztet\u0151 1 elk\xfcldve", "reminder2_sent", "Eml\xe9keztet\u0151 2 elk\xfcldve", "reminder3_sent", "Eml\xe9keztet\u0151 3 elk\xfcldve", _s18_75, "Utols\xf3 eml\xe9keztet\u0151 elk\xfcldve", "pdf_page_info", "PDF oldal inform\xe1ci\xf3", _s16_112, "E-mailben elk\xfcld\xf6tt sz\xe1ml\xe1k", "emailed_quotes", "E-mailben elk\xfcld\xf6tt \xe1raj\xe1nlatok", "emailed_credits", "E-mailezett j\xf3v\xe1\xedr\xe1sok", "gateway", _s20_207, "view_in_stripe", "Megtekint\xe9s a Stripe-ban", "rows_per_page", "Sorok sz\xe1ma oldalank\xe9nt", "hours", "\xf3ra", "statement", "Kimutat\xe1s", "taxes", "Ad\xf3k", "surcharge", "Fel\xe1r", "apply_payment", "Fizet\xe9s alkalmaz\xe1sa", "apply_credit", "Kredit alkalmaz\xe1sa", "apply", "Alkalmaz\xe1s", "unapplied", "Nem alkalmazott", "select_label", "C\xedmke kiv\xe1laszt\xe1sa", "custom_labels", "Egyedi c\xedmk\xe9k", "record_type", "Rekord t\xedpusa", "record_name", "Rekord neve", "file_type", "F\xe1jlt\xedpus", "height", "Magass\xe1g", "width", "Sz\xe9less\xe9g", "to", "C\xedmzett", "health_check", "Eg\xe9szs\xe9g\xfcgyi ellen\u0151rz\xe9s", "payment_type_id", "Fizet\xe9s t\xedpusa", "last_login_at", "Utols\xf3 bejelentkez\xe9s ideje", "company_key", "C\xe9ges kulcs", "storefront", "Kirakat", "storefront_help", "Kirakat s\xfag\xf3", "client_created", _s17_252, _s20_76, "Online fizet\xe9s e-mail", _s20_78, "Manu\xe1lis fizet\xe9s e-mail", "completed", "Befejezett", "gross", "Brutt\xf3", "net_amount", "Nett\xf3 \xf6sszeg", "net_balance", "Nett\xf3 egyenleg", "client_settings", "\xdcgyf\xe9l be\xe1ll\xedt\xe1sok", _s17_76, "Kiv\xe1lasztott sz\xe1ml\xe1k", _s17_78, "Kiv\xe1lasztott fizet\xe9sek", "selected_quotes", "Kiv\xe1lasztott \xe1raj\xe1nlatok", "selected_tasks", "Kiv\xe1lasztott feladatok", _s17_80, "Kiv\xe1lasztott k\xf6lts\xe9gek", _s17_82, "Nemsok\xe1ra bej\xf6v\u0151 sz\xe1ml\xe1k", _s17_84, "Esed\xe9kes sz\xe1ml\xe1k", "recent_payments", "Legut\xf3bbi fizet\xe9sek", "upcoming_quotes", "K\xf6zelg\u0151 \xe1raj\xe1nlatok", "expired_quotes", "Lej\xe1rt \xe1raj\xe1nlatok", "create_client", "\xdcgyf\xe9l l\xe9trehoz\xe1sa", "create_invoice", "Sz\xe1mla l\xe9trehoz\xe1sa", "create_quote", "Aj\xe1nlat l\xe9trehoz\xe1sa", "create_payment", "Fizet\xe9s l\xe9trehoz\xe1sa", "create_vendor", "Sz\xe1ll\xedt\xf3 l\xe9trehoz\xe1sa", "update_quote", "\xc1raj\xe1nlat friss\xedt\xe9se", "delete_quote", "Aj\xe1nlat t\xf6rl\xe9se", "update_invoice", "Sz\xe1mla friss\xedt\xe9se", "delete_invoice", "Sz\xe1mla t\xf6rl\xe9se", "update_client", "\xdcgyf\xe9l friss\xedt\xe9se", "delete_client", "\xdcgyf\xe9l t\xf6rl\xe9se", "delete_payment", "Fizet\xe9s t\xf6rl\xe9se", "update_vendor", "Besz\xe1ll\xedt\xf3 friss\xedt\xe9se", "delete_vendor", "Besz\xe1ll\xedt\xf3 t\xf6rl\xe9se", "create_expense", "K\xf6lts\xe9g l\xe9trehoz\xe1sa", "update_expense", "K\xf6lts\xe9g friss\xedt\xe9se", "delete_expense", "Kiad\xe1s t\xf6rl\xe9se", "create_task", "Feladat l\xe9trehoz\xe1sa", "update_task", "Feladat friss\xedt\xe9se", "delete_task", "Feladat t\xf6rl\xe9se", "approve_quote", "\xc1raj\xe1nlat j\xf3v\xe1hagy\xe1sa", "off", "Ki", "when_paid", "Amikor kifizetve", "expires_on", "Lej\xe1r", "free", "Ingyenes", "plan", "Csomag", "show_sidebar", "Oldals\xe1v megjelen\xedt\xe9se", "hide_sidebar", "Oldals\xe1v elrejt\xe9se", "event_type", "Esem\xe9ny t\xedpusa", "target_url", "C\xe9l URL", "copy", "M\xe1sol\xe1s", "must_be_online", "Online kell lenni", _s17_86, "A cronok nincsenek enged\xe9lyezve", "api_webhooks", "API webhorgok", "search_webhooks", _s18_235, "search_webhook", _s18_235, "webhook", "Webhorgok", "webhooks", "Webhorgok", "new_webhook", "\xdaj webhorgok", "edit_webhook", "Webhorgok szerkeszt\xe9se", "created_webhook", "L\xe9trehozott webhorgok", "updated_webhook", "Friss\xedtett webhorgok", _s16_114, _s19_182, "deleted_webhook", _s16_404, "removed_webhook", _s22_178, _s16_115, _s24_126, _s17_87, _s19_182, _s16_116, _s16_404, _s16_117, _s22_178, _s17_88, _s24_126, "api_tokens", "API tokenek", "api_docs", "API dokument\xe1ci\xf3", "search_tokens", _s16_405, "search_token", _s16_405, "token", "Token", "tokens", "Tokenek", "new_token", "\xdaj tokenek", "edit_token", "Token szerkeszt\xe9se", "created_token", "Token sikeresen l\xe9trehozva", "updated_token", "Token sikeresen friss\xedtve", "archived_token", "Token sikeresen archiv\xe1lva", "deleted_token", "Token sikeresen t\xf6r\xf6lve", "removed_token", "Elt\xe1vol\xedtott tokenek", "restored_token", _s22_179, "archived_tokens", "Archiv\xe1lt tokenek", "deleted_tokens", "T\xf6r\xf6lt tokenek", "restored_tokens", _s22_179, _s19_60, "\xdcgyf\xe9l regisztr\xe1ci\xf3", _s24_54, "Seg\xedts\xe9g az \xfcgyf\xe9l regisztr\xe1ci\xf3hoz", "email_invoice", "Sz\xe1mla k\xfcld\xe9se emailben", "email_quote", "Aj\xe1nlat k\xfcld\xe9se e-mailban", "email_credit", "J\xf3v\xe1\xedr\xe1s e-mail", "email_payment", "E-mail kifizet\xe9s", _s20_81, "Az \xfcgyf\xe9l e-mail c\xedme nincs be\xe1ll\xedtva", "ledger", "Evidencia", "view_pdf", "PDF megtekint\xe9se", "all_records", "\xd6sszes rekord", "owned_by_user", "Felhaszn\xe1l\xf3 \xe1ltal tulajdonolt", _s16_118, "H\xe1tral\xe9v\u0151 j\xf3v\xe1\xedr\xe1s", "contact_name", "Kapcsolattart\xf3 neve", "use_default", "Alap\xe9rtelmezett haszn\xe1lata", _s16_120, "Eml\xe9keztet\u0151 v\xe9gtelen", "number_of_days", "Napok sz\xe1ma", _s23_34, "Fizet\xe9si felt\xe9telek konfigur\xe1l\xe1sa", "payment_term", "Fizet\xe9si felt\xe9tel", _s16_121, "\xdaj fizet\xe9si felt\xe9tel", _s17_90, "Fizet\xe9si felt\xe9tel szerkeszt\xe9se", _s20_82, "Fizet\xe9si felt\xe9tel l\xe9trehozva", _s20_83, "Fizet\xe9si felt\xe9tel friss\xedtve", _s21_83, "Fizet\xe9si felt\xe9tel archiv\xe1lva", _s20_84, "T\xf6r\xf6lt fizet\xe9si felt\xe9tel", _s20_85, "Elt\xe1vol\xedtott fizet\xe9si felt\xe9tel", _s21_84, "Vissza\xe1ll\xedtott fizet\xe9si felt\xe9tel", _s22_62, "Archiv\xe1lt fizet\xe9si hat\xe1rid\u0151k", _s21_85, "T\xf6r\xf6lt fizet\xe9si hat\xe1rid\u0151k", _s22_63, "Vissza\xe1ll\xedtott fizet\xe9si hat\xe1rid\u0151k", "email_sign_in", "E-mailben val\xf3 bejelentkez\xe9s", "change", "V\xe1ltoztat\xe1s", _s23_36, "V\xe1lt\xe1s mobil elrendez\xe9sre", _s24_55, "V\xe1lt\xe1s asztali elrendez\xe9sre", "send_from_gmail", "K\xfcld\xe9s Gmail felhaszn\xe1l\xf3b\xf3l", "reversed", "Visszaford\xedtott", "cancelled", "T\xf6r\xf6lve", "credit_amount", "Hitel \xf6sszege", "quote_amount", "\xc1raj\xe1nlat \xf6sszege", "hosted", "T\xe1rolt", "selfhosted", "Saj\xe1t t\xe1rhelyen fut\xf3", "exclusive", "Kiz\xe1r\xf3lagos", "inclusive", "Bele\xe9rtve", "hide_menu", "Men\xfc elrejt\xe9se", "show_menu", "Men\xfc megjelen\xedt\xe9se", _s18_77, "R\xe9szben visszat\xe9r\xedtett", _s16_123, "Dokumentumok keres\xe9se", "search_designs", "Tervezetek keres\xe9se", "search_invoices", "Sz\xe1ml\xe1k keres\xe9se", "search_clients", "\xdcgyfelek keres\xe9se", "search_products", "Term\xe9kek keres\xe9se", "search_quotes", "\xc1raj\xe1nlatok keres\xe9se", "search_credits", "J\xf3v\xe1\xedr\xe1sok keres\xe9se", "search_vendors", "Besz\xe1ll\xedt\xf3k keres\xe9se", "search_users", "Felhaszn\xe1l\xf3k keres\xe9se", _s16_124, "Ad\xf3kulcsok keres\xe9se", "search_tasks", "Feladatok keres\xe9se", "search_settings", "Be\xe1ll\xedt\xe1sok keres\xe9se", "search_projects", "Projektek keres\xe9se", "search_expenses", "K\xf6lts\xe9gek keres\xe9se", "search_payments", "Fizet\xe9sek keres\xe9se", "search_groups", "Csoportok keres\xe9se", "search_company", "C\xe9g keres\xe9se", "search_document", "Dokumentum keres\xe9se", "search_design", "Diz\xe1jn keres\xe9se", "search_invoice", "Sz\xe1mla keres\xe9se", "search_client", "\xdcgyf\xe9l keres\xe9se", "search_product", "Term\xe9k keres\xe9se", "search_quote", "\xc1raj\xe1nlat keres\xe9se", "search_credit", "J\xf3v\xe1\xedr\xe1s keres\xe9se", "search_vendor", "Besz\xe1ll\xedt\xf3 keres\xe9se", "search_user", "Felhaszn\xe1l\xf3 keres\xe9se", "search_tax_rate", "Ad\xf3kulcs keres\xe9se", "search_task", "Feladat keres\xe9se", "search_project", "Projekt keres\xe9se", "search_expense", "K\xf6lts\xe9g keres\xe9se", "search_payment", "Fizet\xe9s keres\xe9se", "search_group", "Csoport keres\xe9se", "refund_payment", "Fizet\xe9s visszat\xe9r\xedt\xe9se", _s17_94, "Lemondott sz\xe1mla", _s18_79, "Lemondott sz\xe1ml\xe1k", _s16_130, "Visszaford\xedtott sz\xe1mla", _s17_95, "Visszaford\xedtott sz\xe1ml\xe1k", "reverse", "Visszaford\xedt\xe1s", "full_name", "Teljes n\xe9v", _s17_96, "V\xe1ros/\xc1llam/Ir\xe1ny\xedt\xf3sz\xe1m", _s17_98, "Ir\xe1ny\xedt\xf3sz\xe1m/V\xe1ros/Megye", "custom1", "Egy\xe9ni 1", "custom2", "Egy\xe9ni 2", "custom3", "Egy\xe9ni 3", "custom4", "Egy\xe9ni 4", "optional", "V\xe1laszthat\xf3", "license", "Licenc", "purge_data", "Adatok t\xf6rl\xe9se", _s16_131, "Az adatok sikeresen t\xf6r\xf6lve", _s18_80, "Figyelem: Ez v\xe9glegesen t\xf6rli az \xf6sszes adatot a rendszerb\u0151l.", "invoice_balance", "Sz\xe1mla egyenlege", "age_group_0", "0 - 30 nap", "age_group_30", "30 - 60 nap", "age_group_60", "60 - 90 nap", "age_group_90", "90 - 120 nap", "age_group_120", "120-n\xe1l t\xf6bb nap", "refresh", "Friss\xedt\xe9s", "saved_design", "Mentett tervezet", "client_details", "\xdcgyf\xe9l r\xe9szletei", "company_address", "V\xe1llalat c\xedme", "invoice_details", "Sz\xe1mla r\xe9szletei", "quote_details", "\xc1raj\xe1nlat r\xe9szletei", "credit_details", "J\xf3v\xe1\xedr\xe1s r\xe9szletei", "product_columns", "Term\xe9k oszlopok", "task_columns", "Feladat oszlopok", "add_field", "Mez\u0151 hozz\xe1ad\xe1sa", "all_events", "\xd6sszes esem\xe9ny", "permissions", "Enged\xe9lyek", "none", "Nincs", "owned", "Tulajdonolt", "payment_success", "Fizet\xe9s sikeres", "payment_failure", "Fizet\xe9s sikertelen", "invoice_sent", "Sz\xe1mla elk\xfcldve", "quote_sent", "\xc1raj\xe1nlat elk\xfcldve", "credit_sent", "J\xf3v\xe1\xedr\xe1s elk\xfcldve", "invoice_viewed", "Sz\xe1mla megtekintve", "quote_viewed", "\xc1raj\xe1nlat megtekintve", "credit_viewed", "J\xf3v\xe1\xedr\xe1s megtekintve", "quote_approved", "\xc1raj\xe1nlat j\xf3v\xe1hagyva", _s25_46, "Az \xf6sszes \xe9rtes\xedt\xe9s fogad\xe1sa", _s16_132, "Licenc v\xe1s\xe1rl\xe1sa", "apply_license", "Licenc alkalmaz\xe1sa", "cancel_account", "Fi\xf3k t\xf6rl\xe9se", _s22_64, "Figyelem: Ez v\xe9glegesen t\xf6rli a fi\xf3kj\xe1t, \xe9s ezt a m\u0171veletet nem lehet visszavonni.", "delete_company", "C\xe9g t\xf6rl\xe9se", _s22_65, "Figyelem: Ez visszaford\xedthatatlanul t\xf6rli a c\xe9get, \xe9s az \xf6sszes adatot \xe9s be\xe1ll\xedt\xe1st. Nem lehet visszavonni.", "enabled_modules", "Enged\xe9lyezett modulok", "converted_quote", "\xc1tv\xe1ltott \xe1raj\xe1nlat", "credit_design", "J\xf3v\xe1\xedr\xe1s tervezete", "includes", "Tartalmazza", "header", "Fejl\xe9c", "load_design", "Diz\xe1jn bet\xf6lt\xe9se", "css_framework", "CSS keretrendszer", "custom_designs", "Egyedi tervez\xe9sek", "designs", "Tervezetek", "new_design", "\xdaj tervezet", "edit_design", "Tervezet szerkeszt\xe9se", "created_design", "Tervezet l\xe9trehozva", "updated_design", "Tervezet friss\xedtve", "archived_design", "Tervezet archiv\xe1lva", "deleted_design", "Tervezet t\xf6r\xf6lve", "removed_design", "Tervezet elt\xe1vol\xedtva", "restored_design", "Tervezet vissza\xe1ll\xedtva", _s16_134, "Archiv\xe1lt tervek", "deleted_designs", "T\xf6r\xf6lt tervek", _s16_135, "Vissza\xe1ll\xedtott tervek", "proposals", "Aj\xe1nlatok", "tickets", "Jegyek", _s16_136, "Ism\xe9tl\u0151d\u0151 id\xe9zetek", "recurring_tasks", "Ism\xe9tl\u0151d\u0151 feladatok", _s18_81, "Fi\xf3k kezel\xe9se", "credit_date", "Hitel d\xe1tuma", "credit", "Hitel", "credits", "Pontok", "new_credit", "Hitel felvitele", "edit_credit", "Hitel szerkeszt\xe9se", "created_credit", "J\xf3v\xe1\xedr\xe1s l\xe9trehozva", "updated_credit", "Hitel friss\xedtve", "archived_credit", "J\xf3v\xe1\xedr\xe1s archiv\xe1lva", "deleted_credit", "J\xf3v\xe1\xedr\xe1s t\xf6r\xf6lve", "removed_credit", "T\xf6r\xf6lt j\xf3v\xe1\xedr\xe1s", "restored_credit", "Egyenleg sikeresen vissza\xe1ll\xedtva", _s16_138, "J\xf3v\xe1\xedr\xe1sok archiv\xe1lva", "deleted_credits", "J\xf3v\xe1\xedr\xe1sok t\xf6r\xf6lve", _s16_139, "Vissza\xe1ll\xedtott j\xf3v\xe1\xedr\xe1sok", "current_version", "Jelenlegi verzi\xf3", "latest_version", "Legfrissebb verzi\xf3", "update_now", "Friss\xedt\xe9s most", _s26_30, "\xdaj verzi\xf3 \xe9rhet\u0151 el", _s16_140, "Friss\xedt\xe9s el\xe9rhet\u0151", "app_updated", "Az alkalmaz\xe1s friss\xedtve", "learn_more", "B\u0151vebben", "integrations", "Integr\xe1ci\xf3k", "tracking_id", "K\xf6vet\xe9si azonos\xedt\xf3", _s17_100, _s17_164, "credit_footer", "J\xf3v\xe1\xedr\xe1s l\xe1bl\xe9ce", "credit_terms", "J\xf3v\xe1\xedr\xe1s felt\xe9telei", "new_company", "\xdaj c\xe9g", "added_company", "V\xe1llalat hozz\xe1adva", "company1", "V\xe1llalat 1", "company2", "V\xe1llalat 2", "company3", "V\xe1llalat 3", "company4", "V\xe1llalat 4", "product1", "Term\xe9k 1", "product2", "Term\xe9k 2", "product3", "Term\xe9k 3", "product4", "Term\xe9k 4", "client1", "\xdcgyf\xe9l 1", "client2", "\xdcgyf\xe9l 2", "client3", "\xdcgyf\xe9l 3", "client4", "\xdcgyf\xe9l 4", "contact1", "Kapcsolattart\xf3 1", "contact2", "Kapcsolattart\xf3 2", "contact3", "Kapcsolattart\xf3 3", "contact4", "Kapcsolattart\xf3 4", "task1", "Feladat 1", "task2", "Feladat 2", "task3", "Feladat 3", "task4", "Feladat 4", "project1", "Projekt 1", "project2", "Projekt 2", "project3", "Projekt 3", "project4", "Projekt 4", "expense1", "Kiad\xe1s 1", "expense2", "Kiad\xe1s 2", "expense3", "Kiad\xe1s 3", "expense4", "Kiad\xe1s 4", "vendor1", "Sz\xe1ll\xedt\xf3 1", "vendor2", "Sz\xe1ll\xedt\xf3 2", "vendor3", "Sz\xe1ll\xedt\xf3 3", "vendor4", "Sz\xe1ll\xedt\xf3 4", "invoice1", "Sz\xe1mla 1", "invoice2", "Sz\xe1mla 2", "invoice3", "Sz\xe1mla 3", "invoice4", "Sz\xe1mla 4", "payment1", "Fizet\xe9s 1", "payment2", "Fizet\xe9s 2", "payment3", "Fizet\xe9s 3", "payment4", "Fizet\xe9s 4", "surcharge1", "Fel\xe1r 1", "surcharge2", "Fel\xe1r 2", "surcharge3", "Fel\xe1r 3", "surcharge4", "Fel\xe1r 4", "group1", "Csoport 1", "group2", "Csoport 2", "group3", "Csoport 3", "group4", "Csoport 4", "reset", "Alaphelyzetbe \xe1ll\xedt\xe1s", "number", "Sz\xe1ma", "export", "Export\xe1l\xe1s", "chart", "Diagram", "count", "Sz\xe1m", "totals", "\xd6sszes\xedtett", "blank", "\xdcres", "day", "Nap", "month", "H\xf3nap", "year", "\xc9v", "subgroup", "Alcsoport", "is_active", "Akt\xedv-e", "group_by", "Csoportos\xedt\xe1s", "credit_balance", "Hitel egyenleg", _s18_87, "Kapcsolattart\xf3 utols\xf3 bejelentkez\xe9se", _s17_102, "Kapcsolattart\xf3 teljes neve", "contact_phone", "Kapcsolattart\xf3 telefonsz\xe1ma", _s21_86, "Kapcsolattart\xf3 egy\xe9ni \xe9rt\xe9ke 1", _s21_87, "Kapcsolattart\xf3 egy\xe9ni \xe9rt\xe9ke 2", _s21_88, "Kapcsolattart\xf3 egy\xe9ni \xe9rt\xe9ke 3", _s21_89, "Kapcsolattart\xf3 egy\xe9ni \xe9rt\xe9ke 4", _s17_104, "Sz\xe1ll\xedt\xe1si c\xedm 1", _s17_105, "Sz\xe1ll\xedt\xe1si c\xedm 2", "shipping_city", "Sz\xe1ll\xedt\xe1si v\xe1ros", "shipping_state", "Sz\xe1ll\xedt\xe1si \xe1llam", _s20_86, "Sz\xe1ll\xedt\xe1si ir\xe1ny\xedt\xf3sz\xe1m", _s16_170, "Sz\xe1ll\xedt\xe1si orsz\xe1g", _s16_172, "Sz\xe1ml\xe1z\xe1si c\xedm 1", _s16_173, "Sz\xe1ml\xe1z\xe1si c\xedm 2", "billing_city", "Sz\xe1ml\xe1z\xe1si v\xe1ros", "billing_state", "Sz\xe1ml\xe1z\xe1si \xe1llam", _s19_62, "Sz\xe1ml\xe1z\xe1si ir\xe1ny\xedt\xf3sz\xe1m", "billing_country", "Sz\xe1ml\xe1z\xe1si orsz\xe1g", "client_id", "\xdcgyf\xe9lazonos\xedt\xf3", "assigned_to", "Hozz\xe1rendelve:", "created_by", "L\xe9trehozta", "assigned_to_id", "Hozz\xe1rendelt ID", "created_by_id", "L\xe9trehoz\xf3 ID", "add_column", "Oszlop hozz\xe1ad\xe1sa", "edit_columns", "Oszlopok szerkeszt\xe9se", "columns", "Oszlopok", "aging", "\xd6reged\xe9s", "profit_and_loss", "Nyeres\xe9g \xe9s vesztes\xe9g", "reports", "Jelent\xe9sek", "report", "Jelent\xe9s", "add_company", "C\xe9g hozz\xe1ad\xe1sa", "unpaid_invoice", "Kifizetetlen sz\xe1mla", "paid_invoice", "Kifizetett sz\xe1mla", _s16_174, "Nem j\xf3v\xe1hagyott \xe1raj\xe1nlat", "help", "Seg\xedts\xe9g", "refund", "Visszat\xe9r\xedt\xe9s", "refund_date", "Visszat\xe9r\xedt\xe9s d\xe1tuma", "filtered_by", "Sz\u0171rt:", "contact_email", "Kapcsolattart\xf3 e-mail c\xedme", "multiselect", "T\xf6bbsz\xf6r\xf6s kiv\xe1laszt\xe1s", "entity_state", "Egy\xe9ni \xe1llapot", "verify_password", "Jelsz\xf3 ellen\u0151rz\xe9se", "applied", "Alkalmazott", _s21_90, "A k\xf6zelm\xfaltbeli hib\xe1k ismertet\xe9se", _s30_11, "\xdczenet\xe9t megkaptuk", "message", "\xdczenet", "from", "Felad\xf3", _s20_88, "Term\xe9k r\xe9szleteinek megjelen\xedt\xe9se", _s25_48, "A term\xe9k nev\xe9n fel\xfcl a term\xe9k r\xe9szleteit is jelen\xedtse meg a term\xe9k kiv\xe1laszt\xe1sakor.", _s20_90, "A PDF megjelen\xedt\u0151nek legal\xe1bb a k\xf6vetkez\u0151 verzi\xf3ra van sz\xfcks\xe9ge: :version", _s18_90, "D\xedj sz\xe1zal\xe9kos be\xe1ll\xedt\xe1sa", _s23_38, "\xc1ll\xedtsa be a d\xedj sz\xe1zal\xe9k\xe1t a sz\xfcl\u0151 term\xe9khez viszony\xedtva", _s18_92, "Be\xe1ll\xedt\xe1sok konfigur\xe1l\xe1sa", "support_forum", "Support Forums", "about", "N\xe9vjegy", "documentation", "Dokument\xe1ci\xf3", "contact_us", "Kapcsolatfelv\xe9tel", "subtotal", "R\xe9sz\xf6sszeg", "line_total", "Sor \xf6sszege", "item", "Elem", "credit_email", "Hitel e-mail", "iframe_url", "Be\xe1gyazott weboldal URL", "domain_url", "Domain URL", _s21_91, "A jelsz\xf3 t\xfal r\xf6vid", _s20_91, "A jelsz\xf3 t\xfal egyszer\u0171.", _s19_64, "\xdcgyf\xe9lport\xe1l - Feladatok", _s23_39, "\xdcgyf\xe9lport\xe1l - Vez\xe9rl\u0151pult", _s20_92, "K\xe9rj\xfck, adjon meg egy \xe9rt\xe9ket", "deleted_logo", "T\xf6r\xf6lt log\xf3", "yes", "Igen", "no", "Nem", "generate_number", "Sz\xe1mlasz\xe1m gener\xe1l\xe1sa", "when_saved", "Ment\xe9skor", "when_sent", "K\xfcld\xe9skor", "select_company", "V\xe1lasszon v\xe1llalatot", "float", "Lebeg\u0151", "collapse", "\xd6sszecsuk\xe1s", "show_or_hide", "Mutat\xe1s/elrejt\xe9s", "menu_sidebar", "Men\xfc oldals\xe1v", "history_sidebar", "El\u0151zm\xe9ny oldals\xe1v", "tablet", "Tablet", "mobile", "Mobil", "desktop", "Asztali", "layout", "Elrendez\xe9s", "view", "Megtekint\xe9s", "module", "Modul", "first_custom", "Els\u0151 egy\xe9ni", "second_custom", "M\xe1sodik egy\xe9ni", "third_custom", "Harmadik egy\xe9ni", "show_cost", "K\xf6lts\xe9g mutat\xe1sa", _s17_107, "Term\xe9k k\xf6lts\xe9g\xe9nek megjelen\xedt\xe9se", "show_cost_help", "Ha enged\xe9lyezve van, a term\xe9k \xe9s a feladat sor\xe1ban megjelenik a k\xf6lts\xe9gmez\u0151.", _s21_92, "Term\xe9k mennyis\xe9g mutat\xe1sa", _s26_32, "Ha enged\xe9lyezve van, a term\xe9k sor\xe1ban megjelenik a mennyis\xe9gmez\u0151.", _s21_94, "Sz\xe1mla mennyis\xe9g mutat\xe1sa", _s26_33, "Ha enged\xe9lyezve van, a sz\xe1mla sor\xe1ban megjelenik a mennyis\xe9gmez\u0151.", _s21_96, "Term\xe9kkedvezm\xe9ny megjelen\xedt\xe9se", _s26_34, "Megjelen\xedtse a term\xe9kkedvezm\xe9nyeket a sz\xe1ml\xe1kon \xe9s \xe1raj\xe1nlatokon", _s16_176, "Alap\xe9rtelmezett mennyis\xe9g", _s21_98, "\xc1ll\xedtsa be az alap\xe9rtelmezett mennyis\xe9get a term\xe9kek \xe9s feladatok l\xe9trehoz\xe1sakor.", "one_tax_rate", "Egy ad\xf3kulcs", "two_tax_rates", "K\xe9t ad\xf3kulcs", "three_tax_rates", "H\xe1rom ad\xf3kulcs", _s16_178, "Alap\xe9rtelmezett ad\xf3kulcs", "user", "Felhaszn\xe1l\xf3", "invoice_tax", "Sz\xe1mla ad\xf3", "line_item_tax", "T\xe9telek ad\xf3ja", "inclusive_taxes", "Bele\xe9rtve az ad\xf3kat", _s17_109, "Sz\xe1mla ad\xf3kulcsok", "item_tax_rates", "T\xe9tel ad\xf3kulcsok", _s18_94, "K\xe9rj\xfck v\xe1lasszon ki egy \xfcgyfelet", "configure_rates", "Ad\xf3kulcsok konfigur\xe1l\xe1sa", _s18_95, "Gatewayek konfigur\xe1l\xe1sa", "tax_settings", "Ad\xf3be\xe1ll\xedt\xe1sok", _s18_97, "Ad\xf3kulcsok", "accent_color", "Hangs\xfaly sz\xedn", "switch", "V\xe1lt\xe1s", _s19_66, "Vessz\u0151vel elv\xe1lasztott lista", "options", "Be\xe1ll\xedt\xe1sok", _s16_180, "Egysoros sz\xf6veg", "multi_line_text", "T\xf6bbsoros sz\xf6veg", "dropdown", "Leg\xf6rd\xfcl\u0151", "field_type", "Mez\u0151 t\xedpusa", _s27_45, "Jelsz\xf3 vissza\xe1ll\xedt\xf3 e-mail elk\xfcldve", "submit", "Elk\xfcld\xe9s", _s16_182, "Jelsz\xf3 helyre\xe1ll\xedt\xe1s", "late_fees", "K\xe9sedelmi d\xedjak", "credit_number", "J\xf3v\xe1\xedr\xe1si sz\xe1m", "payment_number", "Fizet\xe9si sz\xe1m", "late_fee_amount", "K\xe9sedelmi d\xedj \xf6sszege", _s16_183, "K\xe9sedelmi d\xedj sz\xe1zal\xe9ka", "before_due_date", "Hat\xe1rid\u0151 el\u0151tt", "after_due_date", "Hat\xe1rid\u0151 ut\xe1n", _s18_99, "Sz\xe1mla d\xe1tuma ut\xe1n", "days", "Nap", "invoice_email", "Sz\xe1mla e-mail", "payment_email", "Fizet\xe9si e-mail", "partial_payment", "R\xe9szletfizet\xe9s", "payment_partial", "R\xe9szleges fizet\xe9s", _s21_99, "R\xe9szletfizet\xe9s e-mail", "quote_email", "\xc1raj\xe1nlat e-mail", _s16_185, "V\xe9get nem \xe9r\u0151 eml\xe9keztet\u0151", _s16_187, "Felhaszn\xe1l\xf3 szerint sz\u0171rve", "administrator", "Rendszergazda", _s18_100, "A felhaszn\xe1l\xf3k, az \xfcgyfelek, az alkalmazottak \xe9s a be\xe1ll\xedt\xe1sok kezel\xe9se", "user_management", "Felhaszn\xe1l\xf3kezel\xe9s", "users", "Felhaszn\xe1l\xf3k", "new_user", "\xdaj felhaszn\xe1l\xf3", "edit_user", "Felhaszn\xe1l\xf3 szerkeszt\xe9se", "created_user", "Felhaszn\xe1l\xf3 l\xe9trehozva", "updated_user", "Felhaszn\xe1l\xf3 sikeresen friss\xedtve", "archived_user", "Felhaszn\xe1l\xf3 sikeresen archiv\xe1lva", "deleted_user", "Felhaszn\xe1l\xf3 t\xf6r\xf6lve", "removed_user", "Felhaszn\xe1l\xf3 elt\xe1vol\xedtva", "restored_user", "Felhaszn\xe1l\xf3 sikeresen vissza\xe1ll\xedtva", "archived_users", "Archiv\xe1lt felhaszn\xe1l\xf3k", "deleted_users", "T\xf6r\xf6lt felhaszn\xe1l\xf3k", "removed_users", "Elt\xe1vol\xedtott felhaszn\xe1l\xf3k", "restored_users", "Vissza\xe1ll\xedtott felhaszn\xe1l\xf3k", _s16_189, "\xc1ltal\xe1nos be\xe1ll\xedt\xe1sok", "invoice_options", "Sz\xe1mla be\xe1ll\xedt\xe1sok", _s17_111, "M\xe1r kifizetett t\xe9telek elrejt\xe9se", _s22_72, "Csak akkor jelenjen meg a sz\xe1ml\xe1n a 'M\xe1r kifizetve' r\xe9sz, ha legal\xe1bb egy fizet\xe9s megt\xf6rt\xe9nt", _s23_41, "Dokumentumok be\xe1gyaz\xe1sa", _s28_30, "Csatolja a dokumentumokat a PDF-hez", _s16_191, "\xd6sszes oldal fejl\xe9ce", _s16_192, "\xd6sszes oldal l\xe1bl\xe9ce", "first_page", "Els\u0151 oldal", "all_pages", "\xd6sszes oldal", "last_page", "Utols\xf3 oldal", "primary_font", "Els\u0151dleges bet\u0171t\xedpus", "secondary_font", "M\xe1sodlagos bet\u0171t\xedpus", "primary_color", "Els\u0151dleges sz\xedn", "secondary_color", "M\xe1sodlagos sz\xedn", "page_size", "Oldalm\xe9ret", "font_size", "Bet\u0171m\xe9ret", "quote_design", "\xc1raj\xe1nlat kialak\xedt\xe1sa", "invoice_fields", "Sz\xe1mlamez\u0151k", "product_fields", "Term\xe9k mez\u0151k", "invoice_terms", "Sz\xe1mla felt\xe9telei", "invoice_footer", "Sz\xe1mla l\xe1bl\xe9ce", "quote_terms", "\xc1raj\xe1nlat felt\xe9telei", "quote_footer", "\xc1raj\xe1nlat l\xe1bl\xe9c", _s18_101, "Automatikus e-mail k\xfcld\xe9s sz\xe1ml\xe1hoz", _s23_42, "Automatikus e-mail k\xfcld\xe9se a sz\xe1mla l\xe9trehoz\xe1sakor a kiv\xe1lasztott \xfcgyf\xe9lnek.", _s18_102, "Automatikus archiv\xe1l\xe1s \xe1raj\xe1nlatokn\xe1l", _s23_43, "Automatikus archiv\xe1l\xe1sa az \xe1raj\xe1nlatoknak, amikor \xe1talak\xedtj\xe1k \u0151ket sz\xe1ml\xe1v\xe1.", _s18_103, "\xc1raj\xe1nlat automatikus \xe1talak\xedt\xe1sa", _s23_44, "\xc1raj\xe1nlat automatikus \xe1talak\xedt\xe1s\xe1nak enged\xe9lyez\xe9se", _s17_113, "Munkafolyamat be\xe1ll\xedt\xe1sok", "freq_daily", "Napi", "freq_weekly", "Heti", "freq_two_weeks", "K\xe9t hetes", "freq_four_weeks", "N\xe9gy hetes", "freq_monthly", "Havonta", "freq_two_months", "K\xe9t h\xf3nap", _s17_115, "H\xe1rom h\xf3naponta", _s16_193, "N\xe9gy h\xf3naponta", "freq_six_months", "F\xe9l\xe9vente", "freq_annually", "\xc9vente", "freq_two_years", "K\xe9t\xe9vente", _s16_194, "3 \xe9v", "never", "Soha", "company", "C\xe9g", _s17_116, "Gener\xe1lt sz\xe1mok", "charge_taxes", "Ad\xf3k felsz\xe1m\xedt\xe1sa", "next_reset", "K\xf6vetkez\u0151 vissza\xe1ll\xedt\xe1s", "reset_counter", "Szaml\xe1l\xf3 vissza\xe1ll\xedt\xe1sa", _s16_195, "Ism\xe9tl\u0151d\u0151 el\u0151tag", "number_padding", "Sz\xe1m kit\xf6lt\xe9se", "general", "\xc1ltal\xe1nos", "surcharge_field", "Fel\xe1r mez\u0151", "company_field", "C\xe9g mez\u0151", "company_value", "C\xe9g \xe9rt\xe9ke", "credit_field", "Hitel mez\u0151", "invoice_field", "Sz\xe1mla mez\u0151", _s17_118, "Sz\xe1mlat\xf6bblet", "client_field", "\xdcgyf\xe9l mez\u0151", "product_field", "Term\xe9k mez\u0151", "payment_field", "Fizet\xe9s mez\u0151", "contact_field", "Kapcsolat mez\u0151", "vendor_field", "Sz\xe1ll\xedt\xf3 mez\u0151", "expense_field", "K\xf6lts\xe9g mez\u0151", "project_field", "Projekt mez\u0151", "task_field", "Feladat mez\u0151", "group_field", "Csoport mez\u0151", "number_counter", "Sz\xe1m sz\xe1ml\xe1l\xf3", "prefix", "El\u0151tag", "number_pattern", "Sz\xe1m minta", "messages", "\xdczenetek", "custom_css", "Egyedi CSS", _s17_120, "Egy\xe9ni JavaScript", _s16_197, "Megjelen\xedt\xe9s a PDF-en", _s21_101, "Az \xfcgyf\xe9l al\xe1\xedr\xe1s\xe1nak megjelen\xedt\xe9se a PDF-en (aj\xe1nlat, sz\xe1mla stb.)", _s25_54, "A sz\xe1mla felt\xe9teleinek elfogad\xe1s\xe1nak megjelen\xedt\xe9se", _s30_12, "A sz\xe1mla l\xe9trehoz\xe1sakor a felhaszn\xe1l\xf3nak meg kell er\u0151s\xedtenie az elfogad\xe1s\xe1t a felt\xe9teleknek.", _s23_45, "Az \xe1raj\xe1nlat felt\xe9teleinek elfogad\xe1s\xe1nak megjelen\xedt\xe9se", _s28_31, "Az \xe1raj\xe1nlat l\xe9trehoz\xe1sakor a felhaszn\xe1l\xf3nak meg kell er\u0151s\xedtenie az elfogad\xe1s\xe1t a felt\xe9teleknek.", _s25_55, "Sz\xe1mla al\xe1\xedr\xe1s\xe1nak k\xf6vetelm\xe9nye", _s30_13, "A sz\xe1mla l\xe9trehoz\xe1sakor a felhaszn\xe1l\xf3nak k\xf6telez\u0151 al\xe1\xedrnia.", _s23_46, "\xc1raj\xe1nlat al\xe1\xedr\xe1s\xe1nak k\xf6vetelm\xe9nye", _s22_74, "Port\xe1l jelszav\xe1nak enged\xe9lyez\xe9se", _s27_46, "Enged\xe9lyezi a felhaszn\xe1l\xf3k sz\xe1m\xe1ra, hogy jelsz\xf3t \xe1ll\xedtsanak be a port\xe1lhoz.", "authorization", "Felhatalmaz\xe1s", "subdomain", "Aldomain", "domain", "Domain", "portal_mode", "Port\xe1l m\xf3d", "email_signature", "\xdcdv\xf6zlettel,", _s24_56, "Tegye egyszer\u0171bb\xe9 az \xfcgyfeleknek a kifizet\xe9st az e-mailben t\xf6rt\xe9n\u0151 fizet\xe9si m\xf3dot t\xe1mogat\xf3 szolg\xe1ltat\xf3kkal.", "plain", "Egyszer\u0171", "light", "Vil\xe1gos", "dark", "S\xf6t\xe9t", "email_design", "Email kialak\xedt\xe1s", "attach_pdf", "PDF csatol\xe1sa", _s16_198, "Dokumentumok csatol\xe1sa", "attach_ubl", "UBL csatol\xe1sa", "email_style", "E-mail st\xedlusa", _s19_68, "Email markup enged\xe9lyez\xe9se", "reply_to_email", "V\xe1lasz e-mail c\xedme", "reply_to_name", "V\xe1lasz n\xe9v", "bcc_email", "Titkos m\xe1solat", "processed", "Feldolgozott", "credit_card", "Hitelk\xe1rtya", "bank_transfer", "Banki \xe1tutal\xe1s", "priority", "Priorit\xe1s", "fee_amount", "D\xedj \xf6sszege", "fee_percent", "D\xedj sz\xe1zal\xe9ka", "fee_cap", "D\xedjhat\xe1r", "limits_and_fees", "Korl\xe1tok \xe9s d\xedjak", "enable_min", "Minim\xe1lis enged\xe9lyez\xe9se", "enable_max", "Maxim\xe1lis enged\xe9lyez\xe9se", "min_limit", "Minim\xe1lis korl\xe1t", "max_limit", "Maxim\xe1lis korl\xe1t", "min", "Min", "max", "Max", _s19_69, "Elfogadott bankk\xe1rtya log\xf3k", "credentials", "Hiteles\xedt\u0151 adatok", "update_address", "C\xedm friss\xedt\xe9se", _s19_71, "Friss\xedtse az \xfcgyf\xe9l c\xedm\xe9t az adatok alapj\xe1n", "rate", "D\xedj", "tax_rate", "Ad\xf3kulcs", "new_tax_rate", "\xdaj ad\xf3kulcs", "edit_tax_rate", "Ad\xf3kulcs szerkeszt\xe9se", _s16_200, "Ad\xf3kulcs l\xe9trehozva", _s16_201, "Ad\xf3kulcs friss\xedtve", _s17_123, "Ad\xf3kulcs archiv\xe1lva", _s16_202, "Ad\xf3kulcs t\xf6r\xf6lve", _s17_124, "Ad\xf3kulcs helyre\xe1ll\xedtva", _s18_104, "Archiv\xe1lt ad\xf3kulcsok", _s17_125, "T\xf6r\xf6lt ad\xf3kulcsok", _s18_105, "Vissza\xe1ll\xedtott ad\xf3kulcsok", "fill_products", "Term\xe9kek automatikus kit\xf6lt\xe9se", _s18_106, "A term\xe9k kiv\xe1laszt\xe1sakor automatikusan megjelenik a le\xedr\xe1s \xe9s az \xe1r", "update_products", "Term\xe9kek automatikus friss\xedt\xe9se", _s20_96, "A sz\xe1mla friss\xedt\xe9se automatikusan friss\xedti a term\xe9kk\xf6nyvt\xe1rat", _s16_203, "Term\xe9kek \xe1talak\xedt\xe1sa", _s21_102, "Az aj\xe1nlatb\xf3l vagy sz\xe1ml\xe1b\xf3l sz\xe1rmaz\xf3 term\xe9kek \xe1talak\xedt\xe1sa projekt feladatokk\xe1.", "fees", "D\xedjak", "limits", "Korl\xe1tok", "provider", "Szolg\xe1ltat\xf3", "company_gateway", _s20_207, _s16_205, "Fizet\xe9si szolg\xe1ltat\xf3k", _s19_72, "\xdaj szolg\xe1ltat\xf3", _s20_97, "Szolg\xe1ltat\xf3 szerkeszt\xe9se", _s23_47, "Szolg\xe1ltat\xf3 sikeresen l\xe9trehozva", _s23_48, "Szolg\xe1ltat\xf3 sikeresen friss\xedtve", _s24_57, "Szolg\xe1ltat\xf3 sikeresen archiv\xe1lva", _s23_49, "Szolg\xe1ltat\xf3 sikeresen t\xf6r\xf6lve", _s24_58, "Szolg\xe1ltat\xf3 sikeresen vissza\xe1ll\xedtva", _s25_57, "Archiv\xe1lt c\xe9gkapuk", _s24_59, "T\xf6r\xf6lt c\xe9gkapuk", _s25_58, "Vissza\xe1ll\xedtott c\xe9gkapuk", _s16_207, "Szerkeszt\xe9s folytat\xe1sa", "discard_changes", "V\xe1ltoztat\xe1sok elvet\xe9se", "default_value", "Alap\xe9rtelmezett \xe9rt\xe9k", "disabled", "Letiltva", "currency_format", "P\xe9nznem form\xe1tuma", _s21_103, "A h\xe9t els\u0151 napja", _s23_50, "Az \xe9v els\u0151 h\xf3napja", "sunday", "Vas\xe1rnap", "monday", "H\xe9tf\u0151", "tuesday", "Kedd", "wednesday", "Szerda", "thursday", "Cs\xfct\xf6rt\xf6k", "friday", "P\xe9ntek", "saturday", "Szombat", "january", "janu\xe1r", "february", "febru\xe1r", "march", "m\xe1rcius", "april", "\xe1prilis", "may", "m\xe1jus", "june", "j\xfanius", "july", "j\xfalius", "august", "augusztus", "september", "szeptember", "october", "okt\xf3ber", "november", "november", "december", "december", "symbol", "Szimb\xf3lum", "ocde", "OCDE", "date_format", "D\xe1tum form\xe1tuma", "datetime_format", "D\xe1tum/id\u0151 form\xe1tuma", "military_time", "24 \xf3r\xe1s id\u0151form\xe1tum", _s18_107, "Ha enged\xe9lyezve van, a rendszer a katonai id\u0151form\xe1tumot haszn\xe1lja (\xf3ra:perc helyett \xf3ra:perc am/pm form\xe1tumban).", "send_reminders", "Eml\xe9keztet\u0151k k\xfcld\xe9se", "timezone", "Id\u0151z\xf3na", _s19_73, "Projekt szerint sz\u0171rve", _s17_126, "Csoport szerint sz\u0171rve", _s19_75, "Sz\xe1mla szerint sz\u0171rve", _s18_108, "\xdcgyf\xe9l szerint sz\u0171rve", _s18_110, "Sz\xe1ll\xedt\xf3 szerint sz\u0171rve", "group_settings", "Csoport be\xe1ll\xedt\xe1sok", "group", "Csoport", "groups", "Csoportok", "new_group", "\xdaj csoport", "edit_group", "Csoport szerkeszt\xe9se", "created_group", "Csoport l\xe9trehozva", "updated_group", "Csoport friss\xedtve", "archived_groups", "Archiv\xe1lt csoportok", "deleted_groups", "T\xf6r\xf6lt csoportok", "restored_groups", "Vissza\xe1ll\xedtott csoportok", "archived_group", "Csoport archiv\xe1lva", "deleted_group", "Csoport t\xf6r\xf6lve", "restored_group", "Csoport helyre\xe1ll\xedtva", "upload_logo", "Log\xf3 felt\xf6lt\xe9se", "uploaded_logo", "Log\xf3 felt\xf6ltve", "logo", "Log\xf3", "saved_settings", "Be\xe1ll\xedt\xe1sok mentve", _s16_209, "Term\xe9k be\xe1ll\xedt\xe1sok", "device_settings", "Eszk\xf6zbe\xe1ll\xedt\xe1sok", "defaults", "Alap\xe9rtelmez\xe9sek", "basic_settings", "Alapbe\xe1ll\xedt\xe1sok", _s17_128, "Tov\xe1bbi be\xe1ll\xedt\xe1sok", "company_details", "C\xe9g r\xe9szletei", "user_details", "Felhaszn\xe1l\xf3i adatok", "localization", "Nyelvies\xedt\xe9s", "online_payments", "Internetes fizet\xe9sek", "tax_rates", "Ad\xf3k", "notifications", "\xc9rtes\xedt\xe9sek", "import_export", "Import | Export", "custom_fields", "Egyedi mez\u0151k", "invoice_design", "Sz\xe1mla design", "buy_now_buttons", "V\xe1s\xe1rl\xe1s most gombok", "email_settings", "E-mail be\xe1ll\xedt\xe1sok", _s23_52, "Sablonok \xe9s eml\xe9keztet\u0151k", _s22_75, "Hitelk\xe1rty\xe1k \xe9s bankok", _s19_77, "Adatvizualiz\xe1ci\xf3k", "price", "\xc1r", "email_sign_up", "E-mail regisztr\xe1ci\xf3", "google_sign_up", "Google regisztr\xe1ci\xf3", _s27_50, "K\xf6sz\xf6nj\xfck a v\xe1s\xe1rl\xe1st", "redeem", "Bev\xe1lt\xe1s", "back", "Vissza", "past_purchases", "Kor\xe1bbi v\xe1s\xe1rl\xe1sok", _s19_79, "\xc9ves el\u0151fizet\xe9s", "pro_plan", "Pro csomag", "enterprise_plan", "Enterprise csomag", "count_users", "Felhaszn\xe1l\xf3k sz\xe1ma", "upgrade", "Friss\xedt\xe9s", _s25_59, "K\xe9rj\xfck, adja meg a keresztnevet", _s24_60, "K\xe9rj\xfck, adja meg a vezet\xe9knevet", _s33_30, "K\xe9rj\xfck, fogadja el a felhaszn\xe1l\xe1si felt\xe9teleket \xe9s az adatv\xe9delmi ir\xe1nyelveket", "i_agree_to_the", "Elfogadom a(z)", _s16_211, "Szolg\xe1ltat\xe1si felt\xe9telek", "privacy_policy", "Adatv\xe9delmi ir\xe1nyelvek", "sign_up", "Regisztr\xe1ci\xf3", "account_login", "Fi\xf3k bejelentkez\xe9s", "view_website", "Webhely megtekint\xe9se", "create_account", "Fi\xf3k l\xe9trehoz\xe1sa", "email_login", "E-mail bejelentkez\xe9s", "create_new", "\xdaj l\xe9trehoz\xe1sa", _s18_112, "Nincs kiv\xe1lasztott rekord", _s21_106, "Hiba: Nem mentett v\xe1ltoz\xe1sok", "download", "Let\xf6lt\xe9s", _s27_51, "Az Enterprise csomag sz\xfcks\xe9ges", "take_picture", "K\xe9p k\xe9sz\xedt\xe9se", "upload_files", "Upload Files", "document", "Dokumentum", "documents", "Dokumentumok", "new_document", "\xdaj dokumentum", "edit_document", "Dokumentum szerkeszt\xe9se", _s17_130, "Dokumentum felt\xf6ltve", _s16_213, "Dokumentum friss\xedtve", _s17_131, "Dokumentum archiv\xe1lva", _s16_214, "Dokumentum t\xf6r\xf6lve", _s17_132, "Dokumentum helyre\xe1ll\xedtva", _s18_114, "Archiv\xe1lt dokumentumok", _s17_133, "T\xf6r\xf6lt dokumentumok", _s18_115, "Vissza\xe1ll\xedtott dokumentumok", "no_history", "Nincs el\u0151zm\xe9ny", "expense_date", "Kiad\xe1s d\xe1tuma", "pending", "F\xfcgg\u0151ben l\xe9v\u0151", _s16_215, "Kiad\xe1s \xe1llapota 1", _s16_216, "Kiad\xe1s \xe1llapota 2", _s16_217, "Kiad\xe1s \xe1llapota 3", "converted", "\xc1talak\xedtva", _s24_62, "Dokumentumok hozz\xe1ad\xe1sa a sz\xe1ml\xe1hoz", "exchange_rate", "\xc1rfolyam", _s16_218, "Valuta \xe1tv\xe1lt\xe1sa", "mark_paid", "Fizetettnek jel\xf6l", "category", "Kateg\xf3ria", "address", "C\xedm", "new_vendor", "\xdaj besz\xe1ll\xedt\xf3", "created_vendor", "Forgalmaz\xf3 l\xe9trehozva", "updated_vendor", "Forgalmaz\xf3 friss\xedtve", "archived_vendor", "Forgalmaz\xf3 archiv\xe1lva", "deleted_vendor", "Forgalmaz\xf3 t\xf6r\xf6lve", "restored_vendor", "A sz\xe1ll\xedt\xf3 vissza\xe1ll\xedtva", _s16_219, ":count forgalmaz\xf3 archiv\xe1lva", "deleted_vendors", ":count forgalmaz\xf3 t\xf6r\xf6lve", _s16_220, "Vissza\xe1ll\xedtott sz\xe1ll\xedt\xf3k", "new_expense", "\xdaj kiad\xe1s", "created_expense", "Kiad\xe1s sikeresen l\xe9trehozva", "updated_expense", "Kiad\xe1s sikeresen friss\xedtve", _s16_221, "A kiad\xe1s sikeresen archiv\xe1lva lett", "deleted_expense", "A kiad\xe1s sikeresen t\xf6r\xf6lve lett", _s16_222, "A k\xf6lts\xe9g vissza\xe1ll\xedtva", _s17_134, "A kiad\xe1sok sikeresen archiv\xe1lva lettek", _s16_223, "A kiad\xe1sok sikeresen t\xf6r\xf6lve lettek", _s17_135, "Vissza\xe1ll\xedtott k\xf6lts\xe9gek", "copy_shipping", "Sz\xe1ll\xedt\xe1si adatok m\xe1sol\xe1sa", "copy_billing", "Sz\xe1ml\xe1z\xe1si adatok m\xe1sol\xe1sa", "design", "Diz\xe1jn", _s21_107, "A rekord nem tal\xe1lhat\xf3", "invoiced", "Sz\xe1ml\xe1zott", "logged", "Napl\xf3zott", "running", "Fut", "resume", "Folytat\xe1s", "task_errors", "Feladat hib\xe1k", "start", "Kezd\xe9s", "stop", "Le\xe1ll\xedt\xe1s", "started_task", "Elind\xedtott feladat", "stopped_task", "Feladat le\xe1ll\xedtva", "resumed_task", "Feladat folytatva", "now", "Most", _s16_224, "Automatikus feladatind\xedt\xe1s", "timer", "Id\u0151m\xe9r\u0151", "manual", "K\xe9zi", "budgeted", "K\xf6lts\xe9gvetett", "start_time", "Kezd\xe9si id\u0151", "end_time", "Befejez\xe9si id\u0151", "date", "D\xe1tum", "times", "Id\u0151k", "duration", "Id\u0151tartam", "new_task", "\xdaj feladat", "created_task", "Feladat sikeresen l\xe9trehozva", "updated_task", "Feladat sikeresen friss\xedtve", "archived_task", "Feladat archiv\xe1lva", "deleted_task", "Feladat t\xf6r\xf6lve", "restored_task", "Feladat helyre\xe1ll\xedtva", "archived_tasks", "Feladatok archiv\xe1lva", "deleted_tasks", "Feladatok t\xf6r\xf6lve", "restored_tasks", "Vissza\xe1ll\xedtott feladatok", _s19_81, "K\xe9rj\xfck, adjon meg egy nevet", "budgeted_hours", "K\xf6lts\xe9gvetett \xf3r\xe1k", "created_project", _s18_236, "updated_project", _s17_253, _s16_226, _s18_237, "deleted_project", "Projekt t\xf6r\xf6lve", _s16_227, _s21_208, _s17_136, "Archiv\xe1lt projektek", _s16_228, "T\xf6r\xf6lt projektek", _s17_137, "Vissza\xe1ll\xedtott projektek", "new_project", "\xdaj projekt", _s27_55, "K\xf6sz\xf6nj\xfck, hogy haszn\xe1lja az alkalmaz\xe1sunkat!", "if_you_like_it", "Ha tetszik,", "click_here", "kattintson ide", _s18_116, "KATTINTSON IDE", "to_rate_it", "\xe9rt\xe9kelje", "average", "\xc1tlagos", "unapproved", "Nem j\xf3v\xe1hagyott", _s30_18, "Az \xe1ll\xedt\xe1s m\xf3dos\xedt\xe1s\xe1hoz azonos\xedtani kell", "locked", "Z\xe1rolva", "authenticate", "Azonos\xedt\xe1s", _s19_83, "K\xe9rj\xfck, azonos\xedtsa mag\xe1t", _s24_64, "Biom\xe9rikus azonos\xedt\xe1s", "footer", "L\xe1bl\xe9c", "compare", "\xd6sszehasonl\xedt\xe1s", "hosted_login", "Hostelt bejelentkez\xe9s", "selfhost_login", "\xd6n\xe1ll\xf3 bejelentkez\xe9s", "google_sign_in", "Google bejelentkez\xe9s", "today", "Ma", "custom_range", "Egyedi id\u0151szak", "date_range", "D\xe1tumtartom\xe1ny", "current", "Jelenlegi", "previous", "El\u0151z\u0151", "current_period", "Jelenlegi id\u0151szak", _s17_138, "\xd6sszehasonl\xedt\xe1si id\u0151szak", "previous_period", "El\u0151z\u0151 id\u0151szak", "previous_year", "El\u0151z\u0151 \xe9v", "compare_to", "\xd6sszehasonl\xedt\xe1s", "last7_days", "Utols\xf3 7 nap", "last_week", "El\u0151z\u0151 h\xe9t", "last30_days", "Utols\xf3 30 nap", "this_month", "Ez a h\xf3nap", "last_month", "M\xfalt h\xf3nap", "this_year", "Ez az \xe9v", "last_year", "Elm\xfalt \xe9v", "all_time", "Mindig", "custom", "Egyedi", _s16_229, "Kl\xf3noz\xe1s sz\xe1ml\xe1ra", "clone_to_quote", "Kl\xf3noz\xe1s \xe1raj\xe1nlatra", "clone_to_credit", "Kl\xf3noz\xe1s j\xf3v\xe1\xedr\xe1sba", "view_invoice", "Sz\xe1mla megtekint\xe9se", "convert", "\xc1talak\xedt\xe1s", "more", "Tov\xe1bbiak", "edit_client", "\xdcgyf\xe9l szerkeszt\xe9se", "edit_product", "Term\xe9k m\xf3dos\xedt\xe1sa", "edit_invoice", "Sz\xe1mla szerkeszt\xe9se", "edit_quote", "Aj\xe1nlat szerkeszt\xe9se", "edit_payment", "Fizet\xe9s szerkeszt\xe9se", "edit_task", "Feladat szerkeszt\xe9se", "edit_expense", "Kiad\xe1s szerkeszt\xe9se", "edit_vendor", "Besz\xe1ll\xedt\xf3 szerkeszt\xe9se", "edit_project", "Projekt szerkeszt\xe9se", _s20_99, "Ism\xe9tl\u0151d\u0151 \xe1raj\xe1nlat szerkeszt\xe9se", "billing_address", "Sz\xe1ml\xe1z\xe1si c\xedm", _s16_231, "Sz\xe1ll\xedt\xe1si c\xedm", "total_revenue", "\xd6sszes bev\xe9tel", "average_invoice", "\xc1tlagos sz\xe1mla", "outstanding", "F\xfcgg\u0151ben l\xe9v\u0151", "invoices_sent", "Elk\xfcld\xf6tt sz\xe1ml\xe1k", "active_clients", "Akt\xedv \xfcgyfelek", "close", "Bez\xe1r\xe1s", "email", "Email", "password", "Jelsz\xf3", "url", "URL", "secret", "Titok", "name", "N\xe9v", "logout", "Kijelentkez\xe9s", "login", "Bejelentkez\xe9s", "filter", "Sz\u0171r\u0151", "sort", "Rendez\xe9s", "search", "Keres\xe9s", "active", "Akt\xedv", "archived", "Archiv\xe1lva", "deleted", "T\xf6r\xf6lve", "dashboard", "\xc1tteinkt\xe9s", "archive", "Arch\xedvum", "delete", "T\xf6rl\xe9s", "restore", "Vissza\xe1ll\xedt\xe1s", _s16_233, "Friss\xedt\xe9s k\xe9sz", _s23_53, "K\xe9rj\xfck, adja meg az e-mail c\xedm\xe9t", _s26_43, "K\xe9rj\xfck, adja meg a jelszav\xe1t", _s21_110, "K\xe9rj\xfck, adja meg az URL-t", _s26_45, "K\xe9rj\xfck, adja meg a term\xe9kkulcsot", "ascending", "N\xf6vekv\u0151", "descending", "Cs\xf6kken\u0151", "save", "Ment\xe9s", _s17_140, "Hiba t\xf6rt\xe9nt", "paid_to_date", "Eddig fizetve", "balance_due", "Fizetend\u0151", "balance", "Egyenleg", "overview", "\xc1ttekint\xe9s", "details", "R\xe9szletek", "phone", "Telefon", "website", "Weboldal", "vat_number", "Ad\xf3sz\xe1m", "id_number", "Azonos\xedt\xf3 sz\xe1m", "create", "\xdaj", _s19_85, "V\xe1g\xf3lapra m\xe1solva", "error", "Hiba", _s16_235, "Nem siker\xfclt elind\xedtani", "contacts", "Kapcsolatok", "additional", "Tov\xe1bbi", "first_name", "Keresztn\xe9v", "last_name", "Vezet\xe9kn\xe9v", "add_contact", "Kapcsolat hozz\xe1ad\xe1sa", "are_you_sure", "Biztos benne?", "cancel", "M\xe9gsem", "ok", "Rendben", "remove", "Elt\xe1vol\xedt\xe1s", _s16_237, "Az e-mail c\xedm \xe9rv\xe9nytelen", "product", "Term\xe9k", "products", "Term\xe9kek", "new_product", "\xdaj term\xe9k", "created_product", "Term\xe9k l\xe9trehozva", "updated_product", "Term\xe9k friss\xedtve", _s16_239, "Term\xe9k archiv\xe1lva", "deleted_product", "Term\xe9k t\xf6r\xf6lve", _s16_240, "Term\xe9k helyre\xe1ll\xedtva", _s17_142, "Archiv\xe1lt term\xe9kek", _s16_241, "T\xf6r\xf6lt term\xe9kek", _s17_143, "Vissza\xe1ll\xedtott term\xe9kek", "product_key", "Term\xe9k", "notes", "Megjegyz\xe9sek", "cost", "K\xf6lts\xe9g", "client", "\xdcgyf\xe9l", "clients", "\xdcgyfelek", "new_client", "\xdaj \xdcgyf\xe9l", "created_client", "\xdcgyf\xe9l sikeresen l\xe9trehozva", "updated_client", "\xdcgyf\xe9l szerkesztve", "archived_client", _s17_254, _s16_242, ":cound \xfcgyf\xe9l archiv\xe1lva", "deleted_client", "\xdcgyf\xe9l t\xf6r\xf6lve", "deleted_clients", ":count \xfcgyf\xe9l t\xf6r\xf6lve", "restored_client", "\xdcgyf\xe9l sikeresen vissza\xe1ll\xedtva", _s16_243, "Vissza\xe1ll\xedtott \xfcgyfelek", "address1", "Utca", "address2", "Ajt\xf3sz\xe1m", "city", "Helyis\xe9g", "state", "Megye", "postal_code", "Ir\xe1ny\xedt\xf3sz\xe1m", "country", "Orsz\xe1g", "invoice", "Sz\xe1mla", "invoices", "Sz\xe1ml\xe1k", "new_invoice", "\xdaj Sz\xe1mla", "created_invoice", _s17_255, "updated_invoice", _s16_406, _s16_244, "A sz\xe1mla sikeresen archiv\xe1lva", "deleted_invoice", "Sz\xe1mla t\xf6rl\xe9se sikeres", _s16_245, "Sz\xe1mla sikeresen vissza\xe1ll\xedtva", _s17_144, ":count sz\xe1mla sikeresen archiv\xe1lva", _s16_246, ":count sz\xe1mla sikeresen t\xf6r\xf6lve", _s17_145, "Vissza\xe1ll\xedtott sz\xe1ml\xe1k", "emailed_invoice", "Sz\xe1mla elk\xfcldve e-mailben", "emailed_payment", "Kifizetett e-mail", "amount", "\xd6sszeg", "invoice_number", "Sz\xe1mla azonos\xedt\xf3ja", "invoice_date", "Sz\xe1mla d\xe1tuma", "discount", "Kedvezm\xe9ny", "po_number", "PO sz\xe1m", "terms", "Felt\xe9telek", "public_notes", "Nyilv\xe1nos megjegyz\xe9sek", "private_notes", "Priv\xe1t megjegyz\xe9sek", "frequency", "Gyakoris\xe1g", "start_date", "Kezd\xe9s d\xe1tum", "end_date", "Befejez\xe9s d\xe1tum", "quote_number", "Aj\xe1nlat sz\xe1ma", "quote_date", "Aj\xe1nlat kelte", "valid_until", "\xc9rv\xe9nyes", "items", "T\xe9telek", "partial_deposit", "R\xe9szleges bet\xe9t", "description", "Le\xedr\xe1s", "unit_cost", "Egys\xe9g\xe1r", "quantity", "Darabsz\xe1m", "add_item", "T\xe9tel hozz\xe1ad\xe1sa", "contact", "Kapcsolat", "work_phone", "Telefon", "total_amount", "Teljes \xf6sszeg", "pdf", "PDF", "due_date", "Fizet\xe9si hat\xe1rid\u0151", _s16_247, "R\xe9szletfizet\xe9s hat\xe1rideje", "paid_date", "Paid Date", "status", "\xc1llapot", _s17_146, "Sz\xe1mla \xe1llapot azonos\xedt\xf3", "quote_status", "\xc1raj\xe1nlat \xe1llapota", _s22_76, "A t\xe9tel hozz\xe1ad\xe1s\xe1hoz kattintson a plusz jelre", _s22_78, "Kattintson a plusz gombra az id\u0151 hozz\xe1ad\xe1s\xe1hoz", "count_selected", "Kiv\xe1lasztottak sz\xe1ma", "total", "\xd6sszesen", "percent", "Sz\xe1zal\xe9k", "edit", "M\xf3dos\xedt", "dismiss", "Elvet", _s20_101, "K\xe9rj\xfck, v\xe1lasszon egy d\xe1tumot", _s22_79, "K\xe9rj\xfck, v\xe1lasszon egy \xfcgyfelet", _s24_66, "K\xe9rj\xfck, v\xe1lasszon egy sz\xe1ml\xe1t", "task_rate", "Feladat d\xedja", "settings", "Be\xe1ll\xedt\xe1sok", "language", "Nyelv", "currency", "P\xe9nznem", "created_at", "L\xe9trehozva", "created_on", "L\xe9trehozva", "updated_at", "Friss\xedtve", "tax", "Ad\xf3", _s30_20, "K\xe9rj\xfck, adja meg a sz\xe1mlasz\xe1mot", _s27_59, "K\xe9rj\xfck, adja meg az \xe1raj\xe1nlat sz\xe1m\xe1t", "past_due", "Hat\xe1rid\u0151 ut\xe1n", "draft", "V\xe1zlat", "sent", "Elk\xfcldve", "viewed", "Megtekintve", "approved", "J\xf3v\xe1hagyva", "partial", "R\xe9szleges", "paid", "Kifizetve", "mark_sent", "K\xfcld\xf6ttk\xe9nt jel\xf6l", _s22_81, "A sz\xe1ml\xe1t elk\xfcld\xf6ttk\xe9nt jel\xf6lte", _s22_82, _s35_21, _s23_55, "Sz\xe1ml\xe1k elk\xfcld\xf6ttk\xe9nt jel\xf6lve", _s23_56, _s36_15, "done", "K\xe9sz", _s37_22, "K\xe9rj\xfck, adja meg az \xfcgyf\xe9l vagy kapcsolattart\xf3 nev\xe9t", "dark_mode", "S\xf6t\xe9t m\xf3d", _s27_61, "A v\xe1ltoztat\xe1sok \xe9rv\xe9nyes\xedt\xe9s\xe9hez ind\xedtsa \xfajra az alkalmaz\xe1st", "refresh_data", "Adatok friss\xedt\xe9se", "blank_contact", "\xdcres kapcsolat", "activity", "M\u0171veletek", _s16_249, "Nem tal\xe1lhat\xf3k rekordok", "clone", "Kl\xf3noz\xe1s", "loading", "Bet\xf6lt\xe9s", "industry", "\xc1gazat", "size", "M\xe9ret", "payment_terms", "Fizet\xe9si felt\xe9telek", "payment_date", "Fizet\xe9s d\xe1tuma", "payment_status", "Fizet\xe9si \xe1llapot", _s16_251, "Fizet\xe9si \xe1llapot 1", _s16_252, "Fizet\xe9si \xe1llapot 2", _s16_253, "Fizet\xe9si \xe1llapot 3", _s16_254, "Fizet\xe9si \xe1llapot 4", _s16_255, "Fizet\xe9si \xe1llapot 5", _s16_256, "Fizet\xe9si \xe1llapot 6", _s17_147, "Fizet\xe9si \xe1llapot -1", _s17_148, "Fizet\xe9si \xe1llapot: -2", "net", "Nett\xf3", "client_portal", "\xdcgyf\xe9lkapu", "show_tasks", "Feladatok megjelen\xedt\xe9se", "email_reminders", "E-mail eml\xe9keztet\u0151k", "enabled", "Enged\xe9lyezve", "recipients", "C\xedmzettek", "initial_email", "Kezdeti e-mail", "first_reminder", "Els\u0151 eml\xe9keztet\u0151", "second_reminder", "M\xe1sodik eml\xe9keztet\u0151", "third_reminder", "Harmadik eml\xe9keztet\u0151", "reminder1", "Eml\xe9keztet\u0151 1", "reminder2", "Eml\xe9keztet\u0151 2", "reminder3", "Eml\xe9keztet\u0151 3", "template", "Sablon", "send", "K\xfcld\xe9s", "subject", "T\xe1rgy", "body", "\xdczenet", "send_email", "E-mail k\xfcld\xe9se", "email_receipt", "Fizet\xe9si bizonylat k\xfcld\xe9se emailben az \xfcgyf\xe9lnek", "auto_billing", _s21_207, "button", "Gomb", "preview", "El\u0151n\xe9zet", "customize", "Testreszab\xe1s", "history", "T\xf6rt\xe9net", "payment", "Fizet\xe9s", "payments", "Fizet\xe9sek", "refunded", "Visszat\xe9r\xedtett", "payment_type", "Fizet\xe9si t\xedpus", _s21_112, "Tranzakci\xf3 referencia", "enter_payment", "Fizet\xe9s bevitele", "new_payment", "Fizet\xe9s felvitele", "created_payment", "Fizet\xe9s l\xe9trehozva", "updated_payment", "Fizet\xe9s sikeresen friss\xedtve", _s16_257, "Fizet\xe9s archiv\xe1lva", "deleted_payment", "Fizet\xe9s t\xf6r\xf6lve", _s16_258, "Fizet\xe9s sikeresen vissza\xe1ll\xedtva", _s17_149, "Fizet\xe9sek archiv\xe1lva", _s16_259, "Fizet\xe9sek t\xf6r\xf6lve", _s17_150, "Vissza\xe1ll\xedtott fizet\xe9sek", "quote", "Aj\xe1nlat", "quotes", "Aj\xe1nlatok", "new_quote", "\xdaj aj\xe1nlat", "created_quote", "Aj\xe1nlat l\xe9trehoz\xe1sa sikeres", "updated_quote", "Aj\xe1nlat friss\xedt\xe9se sikeres", "archived_quote", "Aj\xe1nlat archiv\xe1l\xe1sa sikeres", "deleted_quote", "Aj\xe1nlat t\xf6rl\xe9se sikeres", "restored_quote", "\xc1raj\xe1nlat sikeresen vissza\xe1ll\xedtva", "archived_quotes", "Sikeresen archiv\xe1lva :count aj\xe1nlat", "deleted_quotes", "Sikeresen t\xf6rl\xe9sre ker\xfclt :count aj\xe1nlat", "restored_quotes", "Vissza\xe1ll\xedtott \xe1raj\xe1nlatok", "expense", "Kiad\xe1s", "expenses", "Kiad\xe1sok", "vendor", "Besz\xe1ll\xedt\xf3", "vendors", "besz\xe1ll\xedt\xf3k", "task", "Feladat", "tasks", "Feladatok", "project", "Projekt", "projects", "Projektek", "activity_1", "Felhaszn\xe1l\xf3i fi\xf3k l\xe9trehozva", "activity_2", "\xdcgyf\xe9l hozz\xe1adva", "activity_3", _s17_254, "activity_4", "\xdcgyf\xe9l t\xf6r\xf6lve", "activity_5", _s17_255, "activity_6", _s16_406, "activity_7", "Sz\xe1mla elk\xfcldve az \xfcgyf\xe9lnek", "activity_8", "Sz\xe1mla archiv\xe1lva", "activity_9", "Sz\xe1mla t\xf6r\xf6lve", "activity_10", ":user be\xedrta a :payment fizet\xe9st :payment_\xf6sszeg a sz\xe1ml\xe1n :invoice a :client", "activity_11", "\xc1raj\xe1nlat l\xe9trehozva", "activity_12", "\xc1raj\xe1nlat friss\xedtve", "activity_13", "\xc1raj\xe1nlat elk\xfcldve az \xfcgyf\xe9lnek", "activity_14", "\xc1raj\xe1nlat archiv\xe1lva", "activity_15", "\xc1raj\xe1nlat t\xf6r\xf6lve", "activity_16", "\xc1raj\xe1nlat helyre\xe1ll\xedtva", "activity_17", "Fizet\xe9s r\xf6gz\xedtve", "activity_18", "Fizet\xe9s friss\xedtve", "activity_19", "Fizet\xe9s t\xf6r\xf6lve", "activity_20", "Fizet\xe9s helyre\xe1ll\xedtva", "activity_21", "\xdcgyf\xe9l f\xe1jl felt\xf6ltve", "activity_22", "\xdcgyf\xe9l f\xe1jl friss\xedtve", "activity_23", "\xdcgyf\xe9l f\xe1jl t\xf6r\xf6lve", "activity_24", "\xdcgyf\xe9l f\xe1jl helyre\xe1ll\xedtva", "activity_25", "Kiad\xe1s l\xe9trehozva", "activity_26", "Kiad\xe1s friss\xedtve", "activity_27", "Kiad\xe1s archiv\xe1lva", "activity_28", "Kiad\xe1s t\xf6r\xf6lve", "activity_29", "Kiad\xe1s helyre\xe1ll\xedtva", "activity_30", _s17_252, "activity_31", "\xdcgyf\xe9l friss\xedtve", "activity_32", _s17_254, "activity_33", "\xdcgyf\xe9l helyre\xe1ll\xedtva", "activity_34", _s18_236, "activity_35", _s17_253, "activity_36", _s18_237, "activity_37", "Projekt t\xf6r\xf6lve", "activity_39", "Az :payment_amount \xf6sszeg\u0171 fizet\xe9st (:payment) visszat\xe9r\xedtett\xe9k", "activity_40", "Az :adjustment \xf6sszeg\u0171 visszat\xe9r\xedt\xe9st (:payment) a :payment_amount \xf6sszeg\u0171 fizet\xe9shez adt\xe1k", "activity_41", "A fizet\xe9si m\xf3dot (:payment_method) t\xf6r\xf6lte. :payment", "activity_42", "Felhaszn\xe1l\xf3 bejelentkezett", "activity_43", "Felhaszn\xe1l\xf3 kijelentkezett", "activity_44", "\xdcgyf\xe9l f\xe1jl let\xf6ltve", "activity_45", "Sz\xe1mla PDF let\xf6ltve", "activity_46", "\xc1raj\xe1nlat PDF let\xf6ltve", "activity_47", "Kiad\xe1s PDF let\xf6ltve", "activity_48", "Bev\xe9tel l\xe9trehozva", "activity_49", "Bev\xe9tel friss\xedtve", "activity_50", "Bev\xe9tel archiv\xe1lva", "activity_51", "Bev\xe9tel t\xf6r\xf6lve", "activity_52", "Bev\xe9tel helyre\xe1ll\xedtva", "activity_53", "\xdczenet elk\xfcldve", "activity_54", "Felhaszn\xe1l\xf3 megh\xedvva", "activity_55", _s17_253, "activity_56", _s21_208, "activity_57", "57. tev\xe9kenys\xe9g", "activity_58", "Tev\xe9kenys\xe9g 58", "activity_59", "Tev\xe9kenys\xe9g 59", "activity_60", "Tev\xe9kenys\xe9g 60", "activity_61", "Tev\xe9kenys\xe9g 61", "activity_62", "Tev\xe9kenys\xe9g 62", "activity_63", "Tev\xe9kenys\xe9g 63", "activity_64", "Tev\xe9kenys\xe9g 64", "activity_65", "Tev\xe9kenys\xe9g 65", "activity_66", "Tev\xe9kenys\xe9g 66", "activity_80", ":user el\u0151fizet\xe9st hozott l\xe9tre :subscription", "activity_81", ":user friss\xedtett el\u0151fizet\xe9s :subscription", "activity_82", ":user archiv\xe1lt el\u0151fizet\xe9s :subscription", "activity_83", ":user t\xf6r\xf6lt el\u0151fizet\xe9s :subscription", "activity_84", ":user vissza\xe1ll\xedtott el\u0151fizet\xe9s :subscription", _s17_151, "Egyszer haszn\xe1latos jelsz\xf3", "emailed_quote", "Aj\xe1nlat k\xfcld\xe9se e-mailban sikeres", "emailed_credit", "E-mailben elk\xfcld\xf6tt j\xf3v\xe1\xedr\xe1s", _s20_103, "Az \xe1raj\xe1nlatot elk\xfcld\xf6ttnek jel\xf6lte", _s21_114, "Jel\xf6lt j\xf3v\xe1\xedr\xe1st elk\xfcld\xf6ttk\xe9nt", "expired", "Lej\xe1rt", "all", "\xd6sszes", "select", "Kiv\xe1lasz", _s22_83, "Hossz\xfa nyom\xe1s a t\xf6bbsz\xf6r\xf6s kijel\xf6l\xe9shez", "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Egy\xe9ni \xe9rt\xe9k 3", "custom_value4", "Egy\xe9ni \xe9rt\xe9k 4", _s18_117, "E-mail st\xedlusa - Egy\xe9ni", _s24_71, "Egy\xe9ni \xfczenet - Vez\xe9rl\u0151pult", _s29_46, "Egy\xe9ni \xfczenet - Kifizetetlen sz\xe1mla", _s27_66, "Egy\xe9ni \xfczenet - Kifizetett sz\xe1mla", _s31_24, "Egy\xe9ni \xfczenet - Nem j\xf3v\xe1hagyott \xe1raj\xe1nlat", "lock_invoices", "Sz\xe1ml\xe1k z\xe1rol\xe1sa", "translations", "Ford\xedt\xe1sok", _s19_86, "Feladatsz\xe1m minta", _s19_88, "Feladatsz\xe1m sz\xe1ml\xe1l\xf3", _s22_85, "Kiad\xe1ssz\xe1m minta", _s22_87, "Kiad\xe1ssz\xe1m sz\xe1ml\xe1l\xf3", _s21_115, "Besz\xe1ll\xedt\xf3sz\xe1m minta", _s21_117, "Besz\xe1ll\xedt\xf3sz\xe1m sz\xe1ml\xe1l\xf3", _s21_119, "Jegysz\xe1m minta", _s21_121, "Jegysz\xe1m sz\xe1ml\xe1l\xf3", _s22_89, "Fizet\xe9ssz\xe1m minta", _s22_91, "Fizet\xe9ssz\xe1m sz\xe1ml\xe1l\xf3", _s22_93, "Sz\xe1mlasz\xe1m minta", _s22_95, "Sz\xe1mlasz\xe1m sz\xe1ml\xe1l\xf3", _s20_104, "\xc1raj\xe1nlatsz\xe1m minta", _s20_106, "\xc1raj\xe1nlat sz\xe1m sz\xe1ml\xe1l\xf3", _s21_123, "\xdcgyf\xe9lsz\xe1m minta", _s21_125, "\xdcgyf\xe9lsz\xe1m sz\xe1ml\xe1l\xf3", _s21_127, "J\xf3v\xe1\xedr\xe1ssz\xe1m minta", _s21_128, "J\xf3v\xe1\xedr\xe1ssz\xe1m sz\xe1ml\xe1l\xf3", _s18_119, "Sz\xe1ml\xe1l\xf3 vissza\xe1ll\xedt\xe1s d\xe1tuma", "counter_padding", "Sz\xe1ml\xe1l\xf3 kit\xf6lt\xe9se", _s28_66, "Megosztott sz\xe1mla/\xe1raj\xe1nlat sz\xe1ml\xe1l\xf3", _s18_121, "Alap\xe9rtelmezett ad\xf3 neve 1", _s18_123, "Alap\xe9rtelmezett ad\xf3kulcs 1", _s18_125, "Alap\xe9rtelmezett ad\xf3 neve 2", _s18_127, "Alap\xe9rtelmezett ad\xf3kulcs 2", _s18_129, "Alap\xe9rtelmezett ad\xf3 neve 3", _s18_131, "Alap\xe9rtelmezett ad\xf3kulcs 3", _s21_129, "Sz\xe1mla e-mail t\xe1rgya", _s19_90, "\xc1raj\xe1nlat e-mail t\xe1rgya", _s21_131, "Fizet\xe9s e-mail t\xe1rgya", _s29_48, "R\xe9szleges fizet\xe9s e-mail t\xe1rgya", "show_table", "T\xe1bl\xe1zat megjelen\xedt\xe9se", "show_list", "Lista megjelen\xedt\xe9se", "client_city", "\xdcgyf\xe9l c\xedme - v\xe1ros", "client_state", "\xdcgyf\xe9l c\xedme - US tag\xe1llam", "client_country", "\xdcgyf\xe9l c\xedme - orsz\xe1g", _s16_260, "Az \xfcgyf\xe9l akt\xedv", "client_balance", "\xdcgyf\xe9l egyenlege", "client_address1", "\xdcgyf\xe9l c\xedme 1", "client_address2", "\xdcgyf\xe9l c\xedme 2", "vendor_address1", "Sz\xe1ll\xedt\xf3 c\xedme 1", "vendor_address2", "Sz\xe1ll\xedt\xf3 c\xedme 2", _s24_73, "\xdcgyf\xe9l sz\xe1ll\xedt\xe1si c\xedme 1", _s24_74, "\xdcgyf\xe9l sz\xe1ll\xedt\xe1si c\xedme 2", "type", "T\xedpus", "invoice_amount", "Sz\xe1mla \xf6sszege", _s16_264, "Sz\xe1mla fizet\xe9si hat\xe1rideje", "tax_rate1", "Ad\xf3kulcs 1", "tax_rate2", "Ad\xf3kulcs 2", "tax_rate3", "Ad\xf3kulcs 3", "auto_bill", "Automatikus kifizet\xe9s", "archived_at", "Archiv\xe1lva", "has_expenses", "Van kiad\xe1sa", "custom_taxes1", "Egy\xe9ni ad\xf3k 1", "custom_taxes2", "Egy\xe9ni ad\xf3k 2", "custom_taxes3", "Egy\xe9ni ad\xf3k 3", "custom_taxes4", "Egy\xe9ni ad\xf3k 4", _s17_153, "Egy\xe9ni p\xf3td\xedj 1", _s17_154, "Egy\xe9ni p\xf3td\xedj 2", _s17_155, "Egy\xe9ni p\xf3td\xedj 3", _s17_156, "Egy\xe9ni p\xf3td\xedj 4", "is_deleted", "T\xf6r\xf6lve van", "vendor_city", "Besz\xe1ll\xedt\xf3 v\xe1rosa", "vendor_state", "Besz\xe1ll\xedt\xf3 \xe1llama", "vendor_country", "Besz\xe1ll\xedt\xf3 orsz\xe1ga", "is_approved", "J\xf3v\xe1hagyva van", "tax_name", "Ad\xf3n\xe9v", "tax_amount", "Ad\xf3 \xf6sszege", "tax_paid", "Fizetett ad\xf3", "payment_amount", "Fizet\xe9s \xf6sszege", "age", "Kor", "is_running", "Fut", "time_log", "Id\u0151napl\xf3", "bank_id", "Bank azonos\xedt\xf3", _s19_92, "K\xf6lts\xe9gkateg\xf3ria azonos\xedt\xf3", _s16_265, "K\xf6lts\xe9g kateg\xf3ria", _s19_94, "Sz\xe1mla p\xe9nzneme", "tax_name1", "Ad\xf3 neve 1", "tax_name2", "Ad\xf3 neve 2", "tax_name3", "Ad\xf3 neve 3", "transaction_id", "Tranzakci\xf3s azonos\xedt\xf3", _s18_133, "\xc1llapot sz\xedn t\xe9m\xe1ja", _s16_266, "Sz\xedn t\xe9ma bet\xf6lt\xe9se"], t1, t1), "it", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "Ricorrenti", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Scollega", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Rata ridotta", "tax_all", "Imposta tutto", "tax_selected", "Imposta selezionata", "version", "versione", _s16_10, "Sottoregione del venditore", "calculate_taxes", "Calcola le tasse", _s20_5, "Calcola automaticamente le tasse quando salvi le fatture", "admin", "Admin", "owner", "Owner", "link_expenses", "Collega le spese", _s24_3, "Saldo cliente convertito", _s25_1, "Saldo di pagamento convertito", "total_hours", "Ore totali", _s16_12, "Usa +giorni per impostare la data nel futuro", _s18_8, "Usa il visualizzatore PDF del browser", _s23_, "Avviso: impedisce l'interazione con l'app sul PDF", "increase_prices", "Aumentare i prezzi", "update_prices", "Aggiorna i prezzi", "incresed_prices", "Prezzi messi in coda con successo da aumentare", "updated_prices", "Prezzi in coda con successo da aggiornare", "bacs", "Addebito diretto BACS", "api_token", "Token API", "api_key", "Chiave dell'API", "endpoint", "Punto finale", "billable", "Fatturabile", "not_billable", "Non Fatturabile", _s25_3, "Consenti attivit\xe0 fatturabili", _s30_, "Abilita la configurazione degli elementi dell'attivit\xe0 fatturati", _s26_, "Mostra descrizione elemento attivit\xe0", _s31_, "Abilita la specifica delle descrizioni degli elementi delle attivit\xe0", "email_record", "Registrazione e-mail", _s23_0, "Colonne Fattura prodotto", _s21_1, "Quota colonne prodotto", _s22_3, "Importo minimo di pagamento", _s25_5, "Pagamenti avviati dal cliente", _s30_0, "Supporto per effettuare un pagamento nel portale clienti senza fattura", _s27_, "Condividi colonne fattura/preventivo", "cc_email", "E-mail CC", "payment_balance", "Saldo di pagamento", _s22_5, "Consenti all'utente di accedere ai report, i dati sono limitati alle autorizzazioni disponibili", "activity_138", "Il pagamento :payment \xe8 stato inviato via email a :client", _s17_, "Prodotti una tantum", _s26_1, "Prodotti opzionali una tantum", "required", "Necessario", "hidden", "Nascosto", "payment_links", "Collegamenti di pagamento", "action", "Azione", _s32_, "Passa a un piano a pagamento per creare pianificazioni", "next_run", "Prossima corsa", "all_clients", "Tutti i clienti", _s16_13, "Mostra tabella di invecchiamento", _s19_1, "Mostra tabella pagamenti", _s26_3, _s26_4, "email_statement", "Dichiarazione di posta elettronica", "once", "Una volta", "schedule", "Schedule", "schedules", "Orari", "new_schedule", "Nuovo programma", "edit_schedule", "Modifica programma", _s16_15, "Programma creato correttamente", _s16_16, "Calendario aggiornato con successo", _s17_1, "Programma archiviato correttamente", _s16_17, "Programma eliminato con successo", _s16_18, "Programma rimosso con successo", _s17_2, "Programma ripristinato correttamente", "search_schedule", "Programma di ricerca", _s16_19, "Cerca Orari", "archive_payment", "Archivia pagamento", "archive_invoice", "Archivia Fattura", "archive_quote", "Archivia Preventivo", "archive_credit", "Archivia credito", "archive_task", "Archivia l'attivit\xe0", "archive_client", "Archivia cliente", "archive_project", "Archivia Progetto", "archive_expense", "Archivia Spesa", "restore_payment", "Ripristina Pagamento", "restore_invoice", "Ripristina Fattura", "restore_quote", "Ripristina Preventivo", "restore_credit", "Ripristina Credito", "restore_task", "Ripristina l'attivit\xe0", "restore_client", "Ripristina Cliente", "restore_project", "Ripristina Progetto", "restore_expense", "Ripristina Spesa", "archive_vendor", "Archivia Fornitore", "restore_vendor", "Ripristina Fornitore", "create_product", "Crea Prodotto", "update_product", "Aggiorna prodotto", "delete_product", "Elimina prodotto", "restore_product", "Ripristina Prodotto", "archive_product", "Archivia Prodotto", _s21_3, "Crea ordine d'acquisto", _s21_5, "Aggiorna ordine d'acquisto", _s21_7, "Elimina ordine d'acquisto", _s22_6, "Ripristina ordine d'acquisto", _s22_8, "Archiviare l'ordine di acquisto", "sent_invoice", "Fattura inviata", "sent_quote", _s18_238, "sent_credit", "Credito inviato", _s19_3, _s26_98, "image_url", "URL dell'immagine", "max_quantity", "Quantit\xe0 massima", "test_url", "URL di prova", _s18_9, _s28_108, _s20_6, "L'opzione \xe8 mostrata ma non selezionata", _s21_9, "L'opzione viene mostrata e selezionata", _s21_10, _s28_108, "payment_methods", "Metodi di Pagamento", "view_all", "Mostra tutto", "edit_all", "Modifica tutto", _s28_0, "Accetta il numero dell'ordine di acquisto", _s33_1, "Consenti ai clienti di fornire un numero di ordine di acquisto quando approvano un preventivo", "from_email", "Dall'email", "show_preview", "Anteprima dello spettacolo", "show_paid_stamp", "Mostra timbro pagato", _s21_11, "Mostra indirizzo di spedizione", _s24_5, "Non ci sono documenti nei record selezionati da scaricare", "pixels", "Pixel", "logo_size", "Dimensione logo", "postal_city", "Postale/Citt\xe0", "failed", "Fallito", "client_contacts", "Contatti Clienti", "sync_from", "Sincronizza da", _s19_6, "Soglia di inventario", "hour", "Ora", _s17_3, "Istruzione accodata correttamente da inviare", _s17_4, "Mostra pi\xe8 di pagina email", _s18_10, "Fatturare le ore di attivit\xe0", _s23_2, "Aggiungere le ore alle voci della fattura", _s27_1, "Fatture standard di fatturazione automatica", _s28_2, "Fatture ricorrenti automatiche", "email_alignment", "Allineamento e-mail", _s20_7, "Posizione anteprima PDF", "mailgun", "Pistola postale", "postmark", "Timbro postale", "microsoft", "Microsoft", _s27_3, "Fare clic su + per creare un record", "last365_days", "Ultimi 365 giorni", "import_design", "Importa disegno", "imported_design", "Design importato con successo", "invalid_design", "Il design non \xe8 valido, manca la sezione :value", _s17_6, "Vuoi caricare il tuo logo?", "upload", "Carica", _s17_7, "Versione installata", _s23_3, "Avvisa il venditore al momento del pagamento", _s28_5, "Invia un'e-mail al fornitore quando la spesa viene contrassegnata come pagata", "update_payment", "Aggiorna pagamento", "markup", "Marcatura", _s22_10, "Ordine d'acquisto creato", _s19_8, _s26_98, _s21_13, "Ordine d'acquisto visualizzato", _s23_5, "Ordine di acquisto accettato", _s20_9, "L'importo del credito non pu\xf2 essere superiore all'importo del pagamento", "klarna", "Clarna", _s29_7, "Imposta un tasso di cambio quando inserisci un pagamento manuale", _s29_8, "Imposta un tasso di cambio quando crei una spesa", "matomo_url", "URL Matomo", "matomo_id", "Matomo Id", _s21_15, "Aggiungi alla fattura", _s25_7, "Invia un'e-mail quando viene effettuato un pagamento online", _s25_8, "Invia un'e-mail quando inserisci manualmente un pagamento", _s28_6, "Invia un'e-mail quando contrassegni una fattura come pagata", "delete_project", "Elimina Progetto", _s18_12, "Transazione collegata correttamente", "link_payment", "Collega il pagamento", "link_expense", "Spese di collegamento", _s19_10, "Blocca attivit\xe0 fatturate", _s24_6, "Impedisci che le attivit\xe0 vengano modificate una volta fatturate", _s21_16, "Registrazione richiesta", _s26_6, "Richiedi ai clienti di registrarsi", _s24_7, "Utilizzare la gestione dell'inventario", _s29_9, "Richiedi che i prodotti siano disponibili", _s17_9, "Prodotti opzionali", _s27_5, "Prodotti ricorrenti opzionali", "convert_matched", "Convertire", _s19_12, "Fattura accodata correttamente da fatturare automaticamente", _s20_10, "Fatture accodate correttamente da fatturare automaticamente", "operator", "Operatore", "value", "Valore", "is", "\xc8", "contains", "Contiene", "starts_with", "Inizia con", "is_empty", "\xc8 vuoto", "add_rule", "Aggiungi regola", "match_all_rules", "Abbina tutte le regole", _s20_11, "Tutti i criteri devono corrispondere affinch\xe9 la regola venga applicata", _s17_11, "Converti automaticamente le transazioni abbinate in spese", "rules", "Regole", _s16_21, "Regola di transazione", _s17_12, "Regole di transazione", _s20_12, "Nuova regola di transazione", _s21_18, "Modifica regola di transazione", _s24_9, "Regola creata correttamente", _s24_10, "Regola di transazione aggiornata correttamente", _s25_10, "Regola di transazione archiviata correttamente", _s24_11, "Regola di transazione eliminata correttamente", _s24_12, "Regola di transazione rimossa correttamente", _s25_11, "Regola di transazione ripristinata correttamente", _s23_7, "Cerca regola di transazione", _s24_13, "Cerca regole di transazione", _s21_20, "Salva termini come predefiniti", _s22_12, "Salva come pi\xe8 di pagina predefinito", "auto_sync", "Sincronizzazione automatica", _s16_23, "Aggiorna account", _s31_2, "Passa a Enterprise per connettere il tuo conto bancario", _s34_0, "Clicca qui per collegare il tuo conto bancario", "disable_2fa", "Disattiva 2FA", "change_number", "Cambia numero", "resend_code", "Codice di rispedizione", "base_type", "Tipo Base", "category_type", "Tipo di categoria", _s16_25, "Transazione", "bulk_print", "Stampa PDF", _s18_13, "Codice postale del venditore", _s16_26, "Anteprima posizione", "bottom", "Metter il fondo a", "side", "Lato", "pdf_preview", "Anteprima PDF", _s20_14, "Premere a lungo per selezionare", _s21_22, "Numero dell'ordine d'acquisto", _s19_13, "Articolo dell'ordine di acquisto", _s22_14, "Vuoi valutare l'app?", "include_deleted", "Includi Eliminato", _s20_16, "Includi i record eliminati nei rapporti", "due_on", "Dovuto per", _s22_15, "Transazioni convertite correttamente", _s20_17, "Conto bancario creato con successo", _s20_18, "Conto bancario aggiornato con successo", _s17_14, "Modifica conto bancario", _s16_28, "Categoria predefinita", "account_type", "Tipo di account", _s16_30, "Nuovo conto bancario", _s16_31, "Connetti gli account", "manage_rules", "Gestisci regole", "search_category", "Cerca 1 categoria", _s17_17, "Cerca :count Categorie", "min_amount", "Importo minimo", "max_amount", "Importo massimo", "selected", "Selezionato", _s21_24, "Transazione convertita correttamente", _s18_15, "Converti in pagamento", "deposit", "Depositare", "withdrawal", "Ritiro", "deposits", "Depositi", "withdrawals", "Prelievi", "matched", "Abbinato", "unmatched", "Senza eguali", "create_credit", "Crea credito", "update_credit", "Aggiorna Credito", "delete_credit", "Elimina credito", "transaction", "Transazione", "transactions", "Transazioni", "new_transaction", "Nuova transazione", _s16_33, "Modifica transazione", _s19_15, "Transazione creata con successo", _s19_16, "Transazione aggiornata con successo", _s20_19, "Transazione archiviata con successo", _s19_17, "Transazione eliminata con successo", _s19_18, "Transazione rimossa con successo", _s20_20, "Transazione ripristinata correttamente", _s18_17, "Cerca Transazione", _s19_19, "Cerca transazioni :count", "bank_account", "COnto bancario", "bank_accounts", "Conti corrente", _s21_25, "Conto bancario correttamente archiviato", _s20_21, "Conto bancario eliminato correttamente", _s20_22, "Conto bancario rimosso con successo", _s21_26, "Conto bancario ripristinato correttamente", _s19_20, "Cerca conto bancario", _s20_23, "Cerca :count conti bancari", "connect", "Collegare", _s23_9, "Contrassegna l'e-mail di pagamento a pagamento", _s18_19, "Converti in progetto", "client_email", "E-mail del cliente", _s20_24, "Progetto di attivit\xe0 di fatturazione", _s25_12, "Aggiungere il progetto alle voci della fattura", "field", "Campo", "period", "Periodo", "fields_per_row", "Campi per riga", _s21_27, "Fatture attive", _s26_8, "Fatture in sospeso", _s24_16, "Pagamenti completati", _s23_11, "Pagamenti rimborsati", _s19_22, "Quotazioni attive", _s21_28, "Preventivi approvati", _s23_12, "Citazioni non approvate", _s18_22, "Attivit\xe0 registrate", _s20_27, "Compiti fatturati", _s16_35, "Attivit\xe0 a pagamento", _s21_29, "Spese registrate", _s22_16, "Spese in sospeso", _s23_13, "Spese fatturate", _s27_8, "Fattura spese pagate", "activity_130", ":user ordine d'acquisto creato :purchase_order", "activity_131", ":user ordine di acquisto aggiornato :purchase_order", "activity_132", ":user ordine di acquisto archiviato :purchase_order", "activity_133", ":user ordine di acquisto cancellato :purchase_order", "activity_134", ":user ordine di acquisto ripristinato :purchase_order", "activity_135", ":user ordine di acquisto inviato via email :purchase_order", "activity_136", ":contact ha visualizzato l'ordine di acquisto :purchase_order", "activity_137", ":contact ordine di acquisto accettato :purchase_order", "vendor_portal", "Portale venditori", "send_code", "Manda il codice", _s24_17, "Salva il record per caricare i documenti", _s17_21, "Aliquote dell'imposta sulle spese", _s22_17, "Aliquote fiscali articolo fattura", _s21_31, "Numero di telefono verificato con successo", "code_was_sent", "\xc8 stato inviato un codice tramite SMS", _s16_37, "Un codice \xe8 stato inviato via SMS a :number", "resend", "Invia di nuovo", "verify", "Verificare", _s18_23, "Si prega di fornire un numero di telefono", _s20_28, "Numero di telefono invalido", _s19_23, "Verifica il numero di telefono", _s24_18, "Verifica il tuo numero di telefono per inviare e-mail", _s28_8, "Verifica il tuo numero di telefono per il backup 2FA", "merged_clients", "Clienti uniti con successo", "merge_into", "Unisci in", "merge", "Unisci", _s21_32, "Cambio di prezzo accettato", _s19_25, "Modifica del prezzo non riuscita con il codice", _s17_23, "Ripristinare gli acquisti", "activate", "Attivare", "connect_apple", "Connetti Apple", _s16_38, "Disconnetti Apple", _s18_24, "Apple disconnesso con successo", "send_now", "Spedisci ora", "received", "Ricevuto", _s19_26, "Data dell'ordine di acquisto", _s20_30, "Convertito con successo in spesa", _s21_34, "Convertito con successo in spese", _s18_25, "Converti in spesa", _s16_40, "Aggiungi all'inventario", _s33_9, "Ordine d'acquisto aggiunto correttamente all'inventario", _s34_7, "Ordini di acquisto aggiunti correttamente all'inventario", _s22_19, "Caricamento documento cliente", _s22_21, "Caricamento documento fornitore", _s27_10, "Consenti ai fornitori di caricare documenti", _s24_19, "Ti piace l'app?", "yes_its_great", "Si, \xe8 fantastico!", "not_so_much", "Non cos\xec tanto", _s17_25, "Buono a sapersi! Vuoi valutarlo?", _s22_23, "Mi dispiace sentirlo! Vuoi dirci di pi\xf9?", "sure_happy_to", "Certo, felice di farlo", "no_not_now", "No non ora", "add", "Aggiungere", _s18_27, "Ultimo modello inviato", _s22_24, "Abilita la ricerca flessibile", _s27_11, "Corrisponde a caratteri non contigui, ad es. "ct" corrisponde a "gatto"", "vendor_details", "Dettagli del venditore", _s22_26, "Dettagli dell'ordine di acquisto", "qr_iban", "QR IBAN", "besr_id", "ID PVBR", "accept", "Accetta", _s23_14, "Clona in PO", _s20_31, "Il fornitore non ha un indirizzo email impostato", "bulk_send_email", "Invia una email", _s29_12, "Ordine di acquisto contrassegnato correttamente come inviato", _s30_3, "Ordini di acquisto contrassegnati correttamente come inviati", _s23_15, "Ordine di acquisto accettato con successo", _s24_20, "Ordini di acquisto accettati con successo", _s24_21, "Ordine di acquisto annullato con successo", _s25_14, "Ordini di acquisto annullati con successo", "accepted", "Accettato", _s22_28, "Seleziona un fornitore", _s20_32, "Totale dell'ordine di acquisto", _s20_34, "Ordine di acquisto via e-mail", _s26_9, "E-mail ordini di acquisto", _s18_29, "E-mail disconnessa correttamente", "connect_email", "Connetti e-mail", _s16_43, "Disconnetti e-mail", _s32_5, "Utilizzare l'app Web per connettersi a Microsoft", "email_provider", "Fornitore di posta elettronica", _s17_26, "Connetti Microsoft", _s20_36, "Disconnetti Microsoft", _s19_28, "Microsoft connesso correttamente", _s22_30, "Microsoft disconnesso correttamente", _s17_28, "Accedi con Microsoft", _s17_29, "Registrati con Microsoft", _s22_32, "Ordine d'acquisto accodato con successo da inviare", _s23_16, "Ordini di acquisto accodati correttamente da inviare", _s16_45, "Passare all'app Web React", _s21_36, "Progettazione dell'ordine di acquisto", _s20_39, "Termini dell'ordine di acquisto", _s21_38, "Pi\xe8 di pagina dell'ordine di acquisto", _s32_7, "Firma dell'ordine di acquisto", _s37_5, "Richiedi al fornitore di fornire la propria firma.", "purchase_order", "Ordinazione d'acquisto", "purchase_orders", "Ordini d'acquisto", _s18_30, "Nuovo ordine di acquisto", _s19_29, "Modifica ordine d'acquisto", _s22_33, "Ordine d'acquisto creato con successo", _s22_34, "Ordine d'acquisto aggiornato con successo", _s23_17, "Ordine d'acquisto archiviato con successo", _s22_35, "Ordine d'acquisto eliminato con successo", _s22_36, "Ordine d'acquisto rimosso con successo", _s23_18, "Ordine d'acquisto ripristinato correttamente", _s21_40, "Cerca ordine d'acquisto", _s22_37, "Cerca ordini di acquisto", "login_url", "URL di accesso", _s16_46, "Impostazioni Pagamento", "default", "Predefinito", "stock_quantity", "Quantit\xe0 in magazzino", _s22_39, "Soglia di notifica", "track_inventory", "Tieni traccia dell'inventario", _s20_41, "Visualizza un campo di magazzino del prodotto e aggiorna quando vengono inviate le fatture", _s19_31, "Notifiche di magazzino", _s24_23, "Invia un'e-mail quando lo stock raggiunge la soglia", "vat", "I.V.A.", "standing", "Fermo", "view_map", "Guarda la mappa", _s18_32, "Imposta design predefinito", "add_gateway", "Aggiungi Gateway", _s24_24, _s77_, "left", "Sinistra", "right", "Giusto", "center", "Centro", "page_numbering", "Numerazione pagine", _s24_25, "Allineamento della numerazione delle pagine", _s31_6, "fattura inviata", _s24_27, "Mostra la descrizione del prodotto", _s29_13, "Includi la descrizione nel menu a discesa del prodotto", "invoice_items", "Elementi fattura", "quote_items", "Quota articoli", "profitloss", "Profitti e perdite", "import_format", "Formato di importazione", "export_format", "Formato di esportazione", "export_type", "Tipo di esportazione", "stop_on_unpaid", "Stop su non pagato", _s19_33, "Interrompi la creazione di fatture ricorrenti se l'ultima fattura non \xe8 stata pagata.", "use_quote_terms", "Usa i termini del preventivo", _s20_42, "Quando si converte un preventivo in una fattura", "add_country", "Aggiungi Paese", "enable_tooltips", "Abilita suggerimenti", _s20_43, "Mostra i suggerimenti al passaggio del mouse", _s21_42, "Errore: i record appartengono a pi\xf9 di un client", "register_label", "Crea il tuo account in pochi secondi", "login_label", "Connessione a un account esistente", "add_to_invoice", "Aggiungi alla fattura :invoice", _s17_30, "Nessuna fattura trovata", "week", "Settimana", "created_record", "Record creato con successo", _s26_10, "Archiviazione automatica a pagamento", _s31_7, "Archivia automaticamente le fatture quando vengono pagate.", _s31_8, "Archiviazione automatica annullata", _s36_2, "Archivia automaticamente le fatture quando vengono annullate.", _s20_44, "Visualizzatore PDF alternativo", _s25_15, "Miglioramento dello scorrimento sull'anteprima PDF [BETA]", _s16_48, "Valuta fattura", "range", "Intervallo", "tax_amount1", "Importo imposta 1", "tax_amount2", "Importo imposta 2", "tax_amount3", "Importo fiscale 3", "create_project", "Crea un Progetto", "update_project", "Aggiorna progetto", "view_task", "Visualizza attivit\xe0", "cancel_invoice", "Annulla", "changed_status", "Stato dell'attivit\xe0 modificato con successo", "change_status", "Cambiare stato", "fees_sample", "La tariffa per una fattura :amount sarebbe :total.", _s19_34, "Abilita eventi di tocco", _s24_29, "Supporta gli eventi di trascinamento per scorrere", "after_saving", "Dopo aver salvato", "view_record", "Visualizza registro", _s21_43, "Abilita Markdown email", _s26_11, "Utilizza l'editor di markdown visivo per le e-mail", _s19_36, "Abilita Markdown PDF", "json_help", "Nota: i file JSON generati dall'app v4 non sono supportati", "release_notes", "Note di rilascio", _s23_19, "Aggiorna il tuo piano per visualizzare i rapporti", "started_tasks", "Attivit\xe0 :value avviate correttamente", "stopped_tasks", "Attivit\xe0 :value interrotte con successo", "approved_quote", "Preventivo approvato con successo", "approved_quotes", "Citazioni approvate :value con successo", "approve", "Approva", "client_website", "Sito web del cliente", "invalid_time", "Ora non valida", _s21_45, "Stato di spedizione del cliente", _s20_46, "Citt\xe0 di spedizione del cliente", _s27_14, "Codice postale di spedizione del cliente", _s23_20, "Paese di spedizione del cliente", "load_pdf", "Carica PDF", _s16_50, "Inizia la prova gratuita", _s24_30, "Inizia la tua prova GRATUITA di 14 giorni del piano pro", "due_on_receipt", "Dovuto al ricevimento", "is_paid", "\xc8 pagato", "age_group_paid", "Pagato", "id", "Id", "convert_to", "Convertire in", "client_currency", "Valuta del cliente", _s16_51, "Valuta della societ\xe0", "purged_client", _s30_60, _s27_16, "Per prevenire lo spam, \xe8 necessario eseguire l'upgrade a un account a pagamento per personalizzare l'e-mail", _s22_42, "Aggiorna il tuo piano per aggiungere aziende", "small", "Piccolo", _s21_47, "Credito contrassegnato correttamente come pagato", _s22_43, "Crediti contrassegnati correttamente come pagati", _s16_53, "Caricamento dati - attendere il completamento", "wait_for_saving", "Salvataggio dei dati - attendere il completamento", _s20_48, "Nota: le modifiche apportate qui sono solo visualizzate in anteprima, devono essere applicate nelle schede sopra per essere salvate", "remaining", "Residuo", "invoice_paid", "Fattura pagata", "activity_120", ":user spesa ricorrente creata :recurring_expense", "activity_121", ":user aggiornamento spese ricorrenti :recurring_expense", "activity_122", ":user spesa ricorrente archiviata :recurring_expense", "activity_123", ":user cancellato spesa ricorrente :recurring_expense", "activity_124", ":user spesa ricorrente ripristinata :recurring_expense", "normal", "Normale", "large", "Grande", "extra_large", "Extra grande", _s16_54, "Mostra anteprima PDF", _s21_48, "Visualizza l'anteprima PDF durante la modifica delle fatture", "print_pdf", "Stampa PDF", "remind_me", "Ricordami", _s16_56, "Pagamento bancario istantaneo", "click_selected", "Fare clic su Selezionato", "hide_preview", "Nascondi anteprima", "edit_record", "Modifica registrazione", _s27_17, "L'importo del credito non pu\xf2 essere superiore all'importo della fattura", "giropay", "GiroPay", "direct_debit", "Addebito diretto", _s21_49, "Si prega di impostare una password per l'account", "set_password", "Imposta Password", _s17_33, "Si consiglia di utilizzare l'app desktop per ottenere le migliori prestazioni", _s16_58, "Si consiglia di utilizzare l'app per dispositivi mobili per ottenere le migliori prestazioni", _s20_49, "Gateway disconnesso correttamente", "disconnect", "Disconnetti", "add_to_invoices", "Aggiungi a fatture", "acss", "Pagamenti con addebito pre-autorizzato", "becs", "BECS addebito diretto", "bulk_download", "Scaricamento", _s17_34, "Salva i dati in locale per consentire all'app di avviarsi pi\xf9 velocemente, la disabilitazione pu\xf2 migliorare le prestazioni in account di grandi dimensioni", "persist_ui", "Mantieni l'interfaccia utente", "persist_ui_help", "Salva lo stato dell'interfaccia utente in locale per consentire l'avvio dell'app dall'ultima posizione, la disabilitazione potrebbe migliorare le prestazioni", _s18_34, "Codice postale del cliente", _s17_35, "Partita IVA cliente", "has_tasks", "Ha compiti", "registration", "Registrazione", _s27_18, "Autorizza Stripe ad accettare pagamenti online.", "view_expense", "Vedi spesa # :expense", "view_statement", "Estratto Conto", "sepa", "Addebito diretto SEPA", "ideal", "ideale", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, "Aggiorna tutti i record", "system", "System", _s19_38, "Imposta societ\xe0 predefinita", "updated_company", "Azienda aggiornata con successo", "kbc", "Kbc", "bancontact", "Bancontact", _s19_40, "Aiutaci a migliorare spiegandoci perch\xe9 (facoltativo)", "webhook_success", "Successo del webhook", _s24_31, "Le attivit\xe0 devono appartenere tutte allo stesso client", _s27_19, "Le spese devono appartenere tutte allo stesso cliente", "app", "App", _s20_50, "Per le migliori prestazioni scarica l'app :app", _s16_59, "Totale linea lorda", _s19_41, "Fatture e-mail", _s17_37, "Citazioni e-mail", _s18_38, "Crediti e-mail", "from_name", "Da Nome", _s16_60, "Clona in spesa", _s17_38, "Spesa Ricorrente", _s18_39, "Spese Ricorrenti", _s21_50, "Nuova Spesa Ricorrente", _s22_44, "Modifica Spesa Ricorrente", _s25_16, "Spesa ricorrente creata con successo", _s25_17, "Spesa ricorrente aggiornata con successo", _s26_13, "Spesa ricorrente archiviata con successo", _s25_18, _s38_4, _s25_19, "Spese ricorrenti rimosse con successo", _s26_14, "Spesa ricorrente riprestinata con successo", _s24_32, _s22_180, _s25_20, _s22_180, "last_sent_date", "Data dell'ultimo invio", "include_drafts", "Includi bozze", _s19_42, "Includere bozze di record nei report", "is_invoiced", "Viene fatturato", "change_plan", "Manage Plan", "persist_data", "Dati persistenti", "customer_count", "Conteggio clienti", _s16_62, "Verifica i clienti", _s16_64, _s16_65, _s28_11, "ID di monitoraggio di Google Analytics", "decimal_comma", "Virgola decimale", _s26_15, "Usa la virgola come cifra decimale nei moduli", "select_method", "Seleziona Metodo", "select_platform", "Seleziona Piattaforma", _s28_13, "Utilizza l'app Web per connetterti a Gmail", _s16_66, "Le aliquote fiscali sugli articoli sono disattivate", "enable_markdown", "Abilita Ribasso", _s20_51, "Converti markdown in HTML sul PDF", "user_guide", "Guida Utente", _s18_41, "Aggiungi secondo contatto", "previous_page", "Pagina precedente", "next_page", "Pagina successiva", "export_colors", "Esporta colori", "import_colors", "Importa colori", "clear_all", "Cancella tutto", "contrast", "Contrasto", "custom_colors", "Colori personalizzati", "colors", "Colori", _s31_9, "Colore di sfondo attivo della barra laterale", _s25_22, "Colore carattere attivo barra laterale", _s33_14, "Colore di sfondo inattivo della barra laterale", _s27_20, "Colore del carattere inattivo della barra laterale", _s36_3, "Colore di sfondo della riga alternativa della tabella", _s31_11, "Colore di sfondo dell'intestazione della fattura", _s25_24, "Colore carattere intestazione fattura", "net_subtotal", "Netto", "review_app", "Recensione dell'app", "check_status", "Controllare lo stato", "free_trial", "Prova gratuita", _s23_22, "Il periodo di prova del piano Pro termina tra :count giorni, fai clic per aggiornare.", _s21_52, "Oggi \xe8 l'ultimo giorno di prova del piano Pro, fai clic per eseguire l'upgrade.", "change_email", "Cambia email", _s25_26, "Configurare facoltativamente un dominio del portale client separato", _s21_53, "Compiti mostrati nel portale", "uninvoiced", "Non fatturato", "subdomain_guide", "Il sottodominio viene utilizzato nel portale clienti per personalizzare i collegamenti in modo che corrispondano al tuo marchio. ad esempio, https://your-brand.invoicing.co", "send_time", "Invia ora", "import_data", "Import Data", "import_settings", "Impostazioni di importazione", _s17_40, "Fornisci il file JSON", _s19_43, "Selezionare per importare le impostazioni e/oi dati", "json", "JSON", _s24_34, "Nessun tipo di pagamento abilitato", "wait_for_data", "Attendere il completamento del caricamento dei dati", "net_total", "Totale netto", "has_taxes", "Ha le tasse", _s16_67, "Importa clienti", _s18_43, "Importazione di clienti avviata con successo", "login_success", "Login effettuato con successo", "login_failure", "Accesso non riuscito", "exported_data", "Una volta che il file \xe8 pronto, riceverai un'e-mail con un link per il download", _s23_23, "Includi clienti eliminati", _s28_15, "Carica i record appartenenti ai client eliminati", "step_1_sign_in", "Passaggio 1: Accedi", _s16_70, "Passaggio 2: autorizzare", "account_id", "Account ID", _s27_22, "La migrazione non \xe8 ancora stata completata", "activity_100", "fattura ricorrente :recurring_invoice creata dall'utente :user", "activity_101", ":user aggiornata fattura ricorrente :recurring_invoice", "activity_102", ":user fattura ricorrente archiviata :recurring_invoice", "activity_103", ":user cancellata fattura ricorrente :recurring_invoice", "activity_104", ":user fattura ricorrente ripristinata :recurring_invoice", _s18_44, "Mostra data di fine attivit\xe0", _s23_25, "Abilita la specifica della data di fine dell'attivit\xe0", "gateway_setup", "Configurazione del gateway", "preview_sidebar", "Anteprima barra laterale", _s16_71, "Anni dati mostrati", _s18_46, "Tutte le sessioni sono state concluse con successo", _s16_73, "Termina tutte le sessioni", "count_session", "1 sessione", "count_sessions", ":count Sessioni", "invoice_created", "Fattura creata", "quote_created", "Preventivo creato", "credit_created", "Credito creato", "pro", "Pro", "enterprise", "Impresa", "last_updated", "Ultimo aggiornamento", "invoice_item", "Articolo fattura", "quote_item", "Articolo preventivo", _s18_47, "Nome contatto", _s17_42, "Cognome contatto", "order", "Ordine", "unassigned", "Non assegnato", "partial_value", "Deve essere maggiore di zero ed inferiore al totale", "search_kanban", "Cerca Kanban", "search_kanbans", "Cerca Kanban", "kanban", "Kanban", "enable", "Abilita", "move_top", "Sposta in alto", "move_up", "Andare avanti", "move_down", "Abbassati", "move_bottom", "Sposta in basso", "subdomain_help", "Imposta il sottodominio o visualizza la fattura sul tuo sito web.", _s21_55, "Errore: l'email personalizzata deve includere una variabile :body", _s25_27, "Assicurati di includere una variabile :body", _s17_44, "Visualizza i formati di data", "is_viewed", "Viene visualizzato", "letter", "Lettera", "legal", "Legale", "page_layout", "Layout di pagina", "portrait", "Ritratto", "landscape", "Paesaggio", _s26_16, "Il proprietario dell'account pu\xf2 passare a un piano a pagamento per abilitare le impostazioni avanzate avanzate", _s20_52, "Passa a un piano a pagamento per abilitare le impostazioni avanzate", _s21_56, "Termini di pagamento della fattura", _s17_46, "Preventivo valido fino al", "no_headers", "Niente intestazioni", "add_header", "Aggiungi intestazione", "remove_header", "Rimuovi intestazione", "return_url", "URL di ritorno", "rest_method", "Metodo RIPOSO", "header_key", "Chiave di intestazione", "header_value", "Valore dell'intestazione", _s18_49, "Prodotti ricorrenti", "promo_code", "Codice Promo", "promo_discount", "Sconto promozionale", _s18_51, "Consenti cancellazione", _s16_75, "Per posto abilitato", "max_seats_limit", "Limite massimo di posti", "trial_enabled", "Prova abilitata", "trial_duration", "Durata della prova", _s21_58, "Consenti sostituzioni query", _s18_53, "Consenti modifiche al piano", "plan_map", "Piano Mappa", "refund_period", "Periodo di rimborso", _s21_60, "Configurazione webhook", "purchase_page", "Pagina di acquisto", "security", "Sicurezza", "email_bounced", "Email respinta", _s20_53, "Reclamo per spam", "email_delivery", "Consegna e-mail", _s16_77, "Risposta webhook", "pdf_response", "Risposta PDF", _s22_46, "Autenticazione fallita", "pdf_failed", "PDF non riuscito", "pdf_success", "PDF Successo", "modified", "Modificata", "payment_link", "Collegamento di pagamento", _s16_79, "Nuovo collegamento di pagamento", _s17_48, "Modifica link di pagamento", _s20_54, "Link di pagamento creato con successo", _s20_55, "Link di pagamento aggiornato con successo", _s21_62, "Link di pagamento archiviato con successo", _s20_56, "Link di pagamento eliminato con successo", _s20_57, "Link di pagamento rimosso con successo", _s21_63, "Link di pagamento ripristinato correttamente", _s19_44, "Cerca 1 link di pagamento", _s20_58, "Cerca i link di pagamento :count", _s26_17, "Sottodominio non disponibile", "connect_gmail", "Connetti Gmail", _s16_81, "Disconnetti Gmail", "connected_gmail", "Gmail collegato correttamente", _s18_55, "Gmail disconnesso correttamente", _s16_83, "Le modifiche alla codebase potrebbero bloccare l'aggiornamento, puoi eseguire questo comando per eliminare le modifiche:", _s16_84, "Numero ID cliente", "count_minutes", ":count Minuti", _s16_86, "Scadenza Password", _s29_15, "Condividere fattura/contatore di credito", "use_last_email", "Usa ultima email", _s16_88, "Attiva azienda", _s21_65, "Abilitare le e-mail, le fatture ricorrenti e le notifiche", _s27_24, "Si \xe8 verificato un errore, per favore riprova", _s27_25, "Si prega di impostare prima una password", _s34_13, "Attenzione: Cambiare il numero di telefono disabiliter\xe0 l'autenticazione a due fattori", "help_translate", "Contribuisci alla traduzione", _s23_26, "Selezionare un paese", "resend_invite", "Re-invia invito", _s19_45, "Disattivato con successo 2FA", _s16_90, "Account collegato correttamente", _s19_46, "Account disconnesso correttamente", "delivered", "Consegnato", "bounced", "Rimbalzato", "spam", "Spam", "view_docs", "Vedi documentazione", _s32_10, "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_66, "Scansiona il codice a barre con un'app compatibile con :link.", _s18_56, "Autenticazione a due fattori abilitata correttamente", "connect_google", "Connetti Google", _s17_50, "Disconnetti Google", _s17_52, "Autenticazione a due fattori", _s18_57, "Disabilita 2FA", _s34_14, "Richiedi una password per il login Social", "stay_logged_in", "Rimani autenticato", _s23_28, "Attenzione: la tua sessione sta per scadere", "count_hours", ":count ore", "count_day", "1 giorno", "count_days", ":count giorni", _s19_47, "Timeout della sessione web", _s17_53, "Impostazioni di Sicurezza", "resend_email", "Reinvia email", _s26_19, "Si prega di confermare l'indirizzo email", _s16_91, "Pagamento Rimborsato", _s19_49, _s26_99, _s19_51, "Seleziona un utente autenticato con Gmail", "list_long_press", "Elenco Premere a lungo", "show_actions", "Mostra azioni", _s17_55, "Lancia multiselezione", _s27_27, "Una mail \xe8 stata inviata per confermare l'indirizzo email", _s21_67, "Per usare :client_counter aggiungere :client_number o :client_id_number per evitare conflitti", "this_quarter", "Questo quarto", "last_quarter", "Ultimo quarto", "to_update_run", "Per aggiornare esegui", _s18_59, "Converti a Fattura", _s16_92, "URL di registrazione", "invoice_project", "Fattura progetto", "invoice_task", "Fattura l'attivit\xe0", "invoice_expense", "Fattura Spesa", _s19_52, "Ricerca 1 Termine di pagamento", _s20_59, "Cerca :count termini di pagamento", _s16_94, "Salva e mostra anteprima", "save_and_email", "Salva e invia e-mail", _s16_96, "Eventi supportati", _s16_98, "Importo convertito", _s17_57, "Saldo convertito", _s22_48, "Convertito pagato fino ad oggi", _s24_36, "Saldo a credito convertito", "converted_total", "Totale convertito", "is_sent", "\xc8 inviato", _s17_59, "Documenti predefiniti", "document_upload", "Caricamento Documenti", _s20_60, "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_69, "La modalit\xe0 di debug \xe8 abilitata", _s26_20, "Attenzione: \xe8 destinato all'uso su macchine locali, pu\xf2 far trapelare le credenziali. Clicca per saperne di pi\xf9.", "running_tasks", "Attivit\xe0 in corso", "recent_tasks", "Attivit\xe0 Recenti", "recent_expenses", "Spese Recenti", _s17_61, "Spese in arrivo", "update_app", "Aggiorna App", "started_import", "Importazione avviata con successo", _s24_38, "Mappatura colonna duplicata", _s20_61, "Usa tasse inclusive", _s18_61, "\xc8 Importo Sconto", "column", "Colonna", "sample", "Esempio", "map_to", "Mappa a", "import", "Importa", _s25_29, "Usa la prima riga come nomi di colonna", "select_file", "Seleziona un file, per favore", _s16_100, "Nessun file selezionato", "csv_file", "Seleziona file CSV", "csv", "CSV", "freshbooks", "Libri freschi", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Contabilit\xe0 ondulatoria", "zoho", "Zoho", "accounting", "Contabilit\xe0", _s22_50, "Fornisci tutti i CSV.", "import_type", "Tipo di importazione", "html_mode", "Modalit\xe0 HTML", "html_mode_help", "L'anteprima degli aggiornamenti \xe8 pi\xf9 veloce ma meno accurata", "view_licenses", "Visualizza le licenze", "webhook_url", "Webhook URL", _s17_63, "Editor a schermo intero", "sidebar_editor", "Editor barra laterale", _s22_51, "Digita ':value' per confermare", "purge", "Epurazione", "service", "Servizio", "clone_to", "Clona come", "clone_to_other", "Clona come altro", "labels", "Etichette", "add_custom", "Aggiungi personalizzato", "payment_tax", "Imposta di pagamento", "unpaid", "Non pagata", "white_label", "Etichetta bianca", "delivery_note", "Nota di consegna", _s24_41, "Le fatture inviate sono bloccate", _s24_43, "Le fatture pagate sono bloccate", "source_code", "Codice Sorgente", "app_platforms", "Piattaforme dell'app", "invoice_late", _s18_239, "quote_expired", _s18_240, "partial_due", "Da versare (parziale)", "invoice_total", "Totale Fattura", "quote_total", "Totale Preventivo", "credit_total", "Credito Totale", _s23_29, "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_45, "Attenzione: questa azienda non \xe8 ancora stata attivata", "late_invoice", _s18_239, "expired_quote", _s18_240, "remind_invoice", "Ricorda fattura", "cvv", "CVV", "client_name", "Nome Cliente", "client_phone", "Telefono cliente", "required_fields", "Campi richiesti", "calculated_rate", "Tariffa calcolata", _s17_65, "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_102, "Modifica stato attivit\xe0", _s19_53, "Stato attivit\xe0 creato con successo", _s19_54, "Stato dell'attivit\xe0 aggiornato con successo", _s20_63, "Stato attivit\xe0 archiviato con successo", _s19_55, "Stato attivit\xe0 cancellato con successo", _s19_56, "Stato attivit\xe0 rimosso con successo", _s20_64, "Stato attivit\xe0 ripristinato con successo", _s22_52, ":value stati attivit\xe0 archiviati con successo", _s21_71, ":value stati attivit\xe0 cancellati con successo", _s22_53, ":value stati attivit\xe0 ripristinati con successo", _s18_63, "Cerca 1 stato attivit\xe0", _s20_66, "Cerca :count stati attivit\xe0", _s16_104, "Mostra tabella attivit\xe0", _s21_72, "Mostra sempre la sezione delle attivit\xe0 quando si creano le fatture", _s20_67, "Timelog delle attivit\xe0 di fatturazione", _s25_30, "Aggiungere i dettagli sull'orario alle voci della fattura", _s20_69, "Datelog delle attivit\xe0 di fatturazione", _s25_31, "Aggiungi i dettagli della data alle voci della fattura", _s21_73, "Avvia le attivit\xe0 prima di salvare", _s18_64, "Configura gli stati", "task_settings", "Impostazioni attivit\xe0", _s20_71, "Configura Categorie", _s18_66, "Categorie di Spesa", _s20_73, "Nuova Categoria di Spesa", _s21_74, "Modifica Categoria di Spesa", _s24_46, "Categoria spese creata con successo", _s24_47, "Categoria spese aggiornata con successo", _s25_33, "Categoria spese archiviata con successo", _s24_48, "Categoria eliminata con successo", _s24_49, "Categoria di spesa rimossa con successo", _s25_34, "Categoria spese ripristinata con successo", _s27_31, "Archiviato con successo :count categorie di spesa", _s26_21, "Eliminate con successo :value categorie di spesa", _s27_32, "Ripristinate con successo :value categorie di spesa", _s23_30, "Cerca 1 categoria di spesa", _s25_36, "Cerca :count categorie di spesa", _s21_76, "Usa i crediti disponibili", "show_option", "Mostra opzione", _s22_54, "L'importo del credito non pu\xf2 superare l'importo del pagamento", "view_changes", "Vedi modifiche", "force_update", "Forza aggiornamento", _s17_67, "Stai eseguendo l'ultima versione, ma potrebbero essere disponibili dei fix in attesa.", "mark_paid_help", "Traccia se le spese sono state pagate", _s18_68, "Deve essere fatturata", _s23_31, "Permettere la fatturazione della spesa", _s29_17, "Rendere i documenti visibili al cliente", _s21_78, "Imposta un tasso di cambio", _s16_106, "Impostazioni Spese", _s18_69, "Clona come ricorrente", "crypto", "Cripto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "Campo utente", "variables", "Variabili", "show_password", "Mostra Password", "hide_password", "Nascondi Password", "copy_error", "Copia Errore", "capture_card", "Carta di cattura", _s17_68, "Fattura automatica abilitata", "total_taxes", "Totale Tasse", "line_taxes", "Riga tasse", "total_fields", "Campi Totale", _s25_37, "Fermata con successo la fattura ricorrente", _s25_38, "Fattura ricorrente avviata con successo", _s25_39, "Fattura ricorrente ripresa con successo", "gateway_refund", "Rimborso del gateway", _s19_57, "Elabora il rimborso con il gateway di pagamento", "due_date_days", "Scadenza", "paused", "Pausato", "mark_active", "Segna come attivo", "day_count", "Giorno :count", _s22_55, "Primo giorno del mese", _s21_79, "Ultimo giorno del mese", _s17_70, "Usa termini di pagamento", "endless", "Infinito", "next_send_date", "Prossima data di invio", _s16_108, "Cicli restanti", _s17_72, "Fattura Ricorrente", _s18_71, "Fatture Ricorrenti", _s21_81, "Nuova Fattura Ricorrente", _s22_57, "Modifica Fattura Ricorrente", _s25_40, "Fattura ricorrente creata con successo", _s25_41, "Fattura ricorrente aggiornata con successo", _s26_22, "Fattura ricorrente archiviata con successo", _s25_42, "Fattura ricorrente eliminata con successo", _s25_43, "Fattura ricorrente rimossa con successo", _s26_23, "Fattura ricorrente ripristinata con successo", _s27_33, "Archiviato con successo :value fatture ricorrenti", _s26_24, "Cancellato con successo :value fatture ricorrenti", _s27_34, "Ripristinato con successo :value fatture ricorrenti", _s24_50, "Cerca 1 fattura ricorrente", _s25_44, "Cerca :count Fatture ricorrenti", "send_date", "Data di invio", "auto_bill_on", "Fattura automatica attiva", _s28_17, "Importo minimo sotto pagamento", "profit", "Utile", "line_item", "Riga articolo", _s18_73, "Consenti pagamento in eccesso", _s23_32, "Accetta il pagamento di un extra", _s19_58, "Consenti pagamento ridotto", _s24_51, "Accetta il pagamento parziale o di cauzione", "test_mode", "Modalit\xe0 di test", "opened", "Aperto", _s30_7, "Riconciliazione fallita", _s30_8, "Riconciliazione riuscita", "gateway_success", "Successo del gateway", "gateway_failure", "Guasto del gateway", "gateway_error", "Errore del gateway", "email_send", "E-mail Invia", _s17_74, "Coda tentativi e-mail", "failure", "Fallimento", "quota_exceeded", "Quota superata", _s16_110, "Guasto a monte", "system_logs", "Registri di sistema", "view_portal", "Visualizza il portale", "copy_link", "Copia Collegamento", "token_billing", "Salva carta di credito", _s24_52, "Benvenuti a Invoice Ninja", "always", "Sempre", "optin", "Attivazione", "optout", "Decidere di uscire", "label", "Etichetta", "client_number", "Numero Cliente", "auto_convert", _s22_181, "company_name", "Nome Azienda", "reminder1_sent", "Promemoria 1 inviato", "reminder2_sent", "Promemoria 2 inviato", "reminder3_sent", "Promemoria 3 inviato", _s18_75, "Ultimo invio promemoria", "pdf_page_info", "Pagina :current di :total", _s16_112, "Fatture inviate con successo", "emailed_quotes", "Preventivi inviati con successo", "emailed_credits", "Crediti inviati con successo tramite e-mail", "gateway", "Piattaforma", "view_in_stripe", "Visualizza a strisce", "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", "Non applicato", "select_label", "Seleziona etichetta", "custom_labels", "Etichette Personalizzate", "record_type", "Tipo di registrazione", "record_name", "Registra nome", "file_type", "Tipo file", "height", "Altezza", "width", "Larghezza", "to", "a", "health_check", "Controllo della salute", "payment_type_id", _s17_256, "last_login_at", "Ultimo login alle", "company_key", "Chiave azienda", "storefront", "Vetrina", "storefront_help", "Permetti alle app di terze parti di creare fatture", "client_created", "Cliente creato", _s20_76, "Email di pagamento online", _s20_78, "Email di pagamento manuale", "completed", "Completato", "gross", "Lordo", "net_amount", "Cifra al netto", "net_balance", "Bilancio Netto", "client_settings", "Impostazioni Cliente", _s17_76, "Fatture Selezionate", _s17_78, "Pagamenti selezionati", "selected_quotes", "Preventivi Selezionati", "selected_tasks", "Attivit\xe0 Selezionate", _s17_80, "Spese Selezionate", _s17_82, "Prossime fatture", _s17_84, "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_183, "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_183, "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", "Bersaglio", "copy", "Copia", "must_be_online", "Riavvia l'app una volta connesso a Internet", _s17_86, "I cron devono essere abilitati", "api_webhooks", "Webhook dell'API", "search_webhooks", "Cerca :count Webhook", "search_webhook", "Cerca 1 webhook", "webhook", "Webhook", "webhooks", "Webhook", "new_webhook", "Nuovo webhook", "edit_webhook", "Modifica webhook", "created_webhook", "Webhook creato correttamente", "updated_webhook", "Webhook aggiornato correttamente", _s16_114, "Webhook archiviato correttamente", "deleted_webhook", "Webhook eliminato correttamente", "removed_webhook", "Webhook rimosso correttamente", _s16_115, "Webhook ripristinato correttamente", _s17_87, "Webhook :value archiviati correttamente", _s16_116, "Webhook :value eliminati con successo", _s16_117, "Webhook :value rimossi con successo", _s17_88, "Webhook :value ripristinati correttamente", "api_tokens", "API Token", "api_docs", "Documentazione API", "search_tokens", "Cerca token :count", "search_token", "Cerca 1 gettone", "token", "Token", "tokens", "Token", "new_token", "Nuovo gettone", "edit_token", "Modifica token", "created_token", "Token creato correttamente", "updated_token", "Token aggiornato correttamente", "archived_token", _s27_35, "deleted_token", "Token eliminato correttamente", "removed_token", "Token rimosso con successo", "restored_token", "Token ripristinato correttamente", "archived_tokens", "Token :value archiviati correttamente", "deleted_tokens", "Token :value eliminati correttamente", "restored_tokens", "Token :value ripristinati correttamente", _s19_60, "Registazione cliente", _s24_54, "Permetti al cliente di registrarsi da solo nel portale", "email_invoice", "Invia Fattura", "email_quote", "Invia Preventivo via Email", "email_credit", "E-mail di credito", "email_payment", "Email Pagamento", _s20_81, "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_118, "Credito rimanente", "contact_name", "Nome Contatto", "use_default", "Usa predefinito", _s16_120, _s25_107, "number_of_days", "Numero di giorni", _s23_34, "Configura termini di pagamento", "payment_term", _s20_208, _s16_121, "Nuovi termini di pagamento", _s17_90, "Modifica termini di pagamento", _s20_82, "Termini di pagamento creato con successo", _s20_83, "Termini di pagamento aggiornato con successo", _s21_83, "Termini di pagamento archiviato con successo", _s20_84, "Termini di pagamento cancellati con successo", _s20_85, "Termini di pagamento rimossi con successo", _s21_84, "Termini di pagamento ripristinati con successo", _s22_62, "Termini di pagamento :value archiviati con successo", _s21_85, "Termini di pagamento :value eliminati con successo", _s22_63, "Termini di pagamento :value ripristinati con successo", "email_sign_in", "Accedi con l'e-mail", "change", "Modifica", _s23_36, "Passare al layout mobile?", _s24_55, "Passare al layout del desktop?", "send_from_gmail", "Inviato da Gmail", "reversed", "Invertito", "cancelled", "Annullato", "credit_amount", "Importo Credito", "quote_amount", "Importo del preventivo", "hosted", "Ospitato", "selfhosted", "Self-ospitato", "exclusive", "Esclusiva", "inclusive", "Inclusiva", "hide_menu", "Nascondi menu", "show_menu", "Mostra menu", _s18_77, _s23_117, _s16_123, "Cerca Documenti", "search_designs", "Cerca disegni", "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_124, "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_94, "Fattura annullata con successo", _s18_79, "Fatture annullate con successo", _s16_130, "Fattura stornata con successo", _s17_95, "Fatture stornate con successo", "reverse", "Inversione", "full_name", "Nome Completo", _s17_96, "Citt\xe0/Stato/CAP", _s17_98, "Posta/Citt\xe0/Stato", "custom1", "Prima usanza", "custom2", "Seconda usanza", "custom3", "Terza usanza", "custom4", "Quarta usanza", "optional", "Opzionale", "license", "Licenza", "purge_data", "Cancella dati permanentemente", _s16_131, "Dati aziendali eliminati correttamente", _s18_80, "Avviso: questo canceller\xe0 definitivamente i tuoi dati, non \xe8 possibile annullare.", "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", "Disegno salvato con successo", "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", _s18_238, "credit_sent", "Credito inviato", "invoice_viewed", "Fattura visualizzata", "quote_viewed", "Preventivo visualizzato", "credit_viewed", "Credito visualizzato", "quote_approved", "Preventivo approvato", _s25_46, "Ricevi tutte le notifiche", _s16_132, "Acquista licenza", "apply_license", "Applica Licenza", "cancel_account", "Elimina l'account", _s22_64, "Attenzione: Questo eliminer\xe0 permanentemente il tuo account, non si potr\xe0 pi\xf9 tornare indietro.", "delete_company", "Elimina azienda", _s22_65, "Avviso: questo eliminer\xe0 definitivamente la tua azienda, non \xe8 possibile annullare.", "enabled_modules", "Moduli abilitati", "converted_quote", "Preventivo convertito con successo", "credit_design", "Progettazione del credito", "includes", "Include", "header", "Header", "load_design", "Carica Design", "css_framework", "Struttura CSS", "custom_designs", "Disegni personalizzati", "designs", "Stili", "new_design", "Nuovo design", "edit_design", "Modifica disegno", "created_design", "Design creato con successo", "updated_design", "Design aggiornato con successo", "archived_design", "Disegno archiviato con successo", "deleted_design", "Disegno eliminato con successo", "removed_design", "Disegno rimosso con successo", "restored_design", "Design restaurato con successo", _s16_134, "Disegni :value archiviati con successo", "deleted_designs", "Disegni :value eliminati con successo", _s16_135, "Design :value ripristinati con successo", "proposals", "Proposte", "tickets", "Tickets", _s16_136, "Preventivi Ricorrenti", "recurring_tasks", "Attivit\xe0 ricorrenti", _s18_81, "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", "Credito rimosso con successo", "restored_credit", "Credito ripristinato con successo", _s16_138, ":count crediti archiviati con successo", "deleted_credits", ":count crediti eliminati con successo", _s16_139, ":value crediti ripristinati con successo", "current_version", "Versione attuale", "latest_version", "Ultima versione", "update_now", "Aggiorna ora", _s26_30, "\xc8 disponibile una nuova versione dell'app Web", _s16_140, "Aggiornamento disponibile", "app_updated", "Aggiornamento completato con successo", "learn_more", "Scopri di pi\xf9", "integrations", "Integrazioni", "tracking_id", "Id di tracciamento", _s17_100, "URL webhook lento", "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", "Cliente personalizzato 1", "client2", "Cliente personalizzato 2", "client3", "Cliente personalizzato 3", "client4", "Cliente personalizzato 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", "Progetto personalizzato 1", "project2", "Progetto personalizzato 2", "project3", "Progetto personalizzato 3", "project4", "Progetto personalizzato 4", "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_127, "surcharge2", _s24_128, "surcharge3", _s24_129, "surcharge4", _s24_130, "group1", "Gruppo personalizzato 1", "group2", "Gruppo personalizzato 2", "group3", "Gruppo personalizzato 3", "group4", "Gruppo personalizzato 4", "reset", "Reset", "number", "Numero", "export", "Esporta", "chart", "Grafico", "count", "Contare", "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_87, "Contatto Ultimo accesso", _s17_102, "Nome completo contatto", "contact_phone", "Telefono Contatto", _s21_86, "Valore personalizzato contatto 1", _s21_87, "Valore personalizzato contatto 2", _s21_88, "Valore personalizzato contatto 3", _s21_89, "Valore personalizzato contatto 4", _s17_104, "Via di spedizione", _s17_105, "Piano/Appartamento di spedizione", "shipping_city", "Citt\xe0 di spedizione", "shipping_state", "Provincia di spedizione", _s20_86, "Codice Postale di spedizione", _s16_170, "Paese di spedizione", _s16_172, "Via di fatturazione", _s16_173, "App/scala di fatturazione", "billing_city", "Citt\xe0 di fatturazione", "billing_state", "Stato/Provincia di fatturazione", _s19_62, "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", "Invecchiamento", "profit_and_loss", "Utile e Perdite", "reports", "Rapporti", "report", "Report", "add_company", "Aggiungi azienda", "unpaid_invoice", "Fattura non pagata", "paid_invoice", "Fattura pagata", _s16_174, "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_90, "Includi errori recenti dai log", _s30_11, "Abbiamo ricevuto il tuo messaggio e cercheremo di rispondere prontamente.", "message", "Messaggio", "from", "Da", _s20_88, "Mostra i dettagli del prodotto", _s25_48, "Includi la descrizione ed il costo nel menu a tendina del prodotto", _s20_90, "Il generatore di PDF richiede :version", _s18_90, "Modifica la percentuale di Tassa", _s23_38, "Regola la percentuale per tenere conto della commissione", _s18_92, "Configura Impostazioni", "support_forum", "Support Forums", "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_91, "La password \xe8 troppo corta", _s20_91, "La password deve contenere una maiuscola ed un numero", _s19_64, "Attivit\xe0 del portale clienti", _s23_39, "Pannello di Controllo Portale Clienti", _s20_92, "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", "Galleggiante", "collapse", "Crollo", "show_or_hide", "Mostra/nascondi", "menu_sidebar", "Barra laterale del menu", "history_sidebar", "Barra laterale dello storico", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Scrivania", "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_107, "Mostra costo prodotto", "show_cost_help", "Mostra un campo costo prodotto per tracciare il markup/profitto", _s21_92, "Mostra quantit\xe0 prodotto", _s26_32, "Mostra un campo quantit\xe0 prodotto, altrimenti imposta di default a 1", _s21_94, "Mostra quantit\xe0 fattura", _s26_33, "Mostra un campo per la quantit\xe0 degli articoli sulla riga, altrimenti imposta a uno", _s21_96, "Mostra sconto prodotto", _s26_34, "Mostra un campo sconto articolo sulla riga", _s16_176, "Quantit\xe0 predefinita", _s21_98, "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_178, "Aliquota predefinita", "user", "Utente", "invoice_tax", "Tassa fattura", "line_item_tax", "Riga imposta articolo", "inclusive_taxes", "Tasse inclusive", _s17_109, "Aliquote della fattura", "item_tax_rates", "Tassi d'imposta articolo", _s18_94, "Per favore seleziona un cliente", "configure_rates", "Configura aliquote", _s18_95, "Configura i gateway", "tax_settings", "Impostazioni tasse", _s18_97, _s16_407, "accent_color", "Colore dell'accento", "switch", "Cambia", _s19_66, "Lista separata da virgole", "options", "Opzioni", _s16_180, "Testo a riga singola", "multi_line_text", "Testo multi-riga", "dropdown", "Menu a discesa", "field_type", "Tipo di campo", _s27_45, "Una mail di recupero password \xe8 stata inviata", "submit", "Invia", _s16_182, "Recupera password", "late_fees", "Commissioni in ritardo", "credit_number", "Numero Credito", "payment_number", "Numero di pagamento", "late_fee_amount", "Importo della commissione per il ritardo", _s16_183, "Percentuale commissione in ritardo", "before_due_date", "Prima della data di scadenza", "after_due_date", "Dopo la data di scadenza", _s18_99, "Dopo la data della fattura", "days", "Giorni", "invoice_email", "Email Fattura", "payment_email", "Email Pagamento", "partial_payment", _s18_241, "payment_partial", _s18_241, _s21_99, "Email di pagamento parziale", "quote_email", "Email Preventivo", _s16_185, _s25_107, _s16_187, "Filtrato per utente", "administrator", "Administrator", _s18_100, "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_189, "Impostazioni generali", "invoice_options", "Opzioni Fattura", _s17_111, "Nascondi la data di pagamento", _s22_72, "Visualizza l'area 'Pagato alla data' sulle fatture solo dopo aver ricevuto un pagamento.", _s23_41, "Embed Documents", _s28_30, "Includi immagini allegate alla fattura.", _s16_191, "Mostra l'Intestazione su", _s16_192, "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_101, "E-mail automatica", _s23_42, "Invia automaticamente tramite e-mail le fatture ricorrenti quando vengono create.", _s18_102, "Auto Archiviazione", _s23_43, "Archivia automaticamente i preventivi una volta convertiti in fattura.", _s18_103, _s22_181, _s23_44, "Converti automaticamente un preventivo in fattura una volta approvato.", _s17_113, "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_115, "Tre Mesi", _s16_193, "Quattro mesi", "freq_six_months", "Sei Mesi", "freq_annually", "Annuale", "freq_two_years", "Due anni", _s16_194, "Tre anni", "never", "Never", "company", "Azienda", _s17_116, "Generazione Numeri", "charge_taxes", "Applica Tasse", "next_reset", "Prossimo reset", "reset_counter", "Resetta contatori", _s16_195, "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_118, "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_120, "Javascript personalizzato", _s16_197, "Mostra su PDF", _s21_101, "Mostra la firma del cliente sul PDF della fattura/preventivo.", _s25_54, "Casella di controllo termini di servizio fatture", _s30_12, "Rendi obbligatoria l'accettazione dei termini della fattura.", _s23_45, "Casella di controllo termini di servizio preventivi", _s28_31, "Rendi obbligatoria l'accettazione dei termini del preventivo.", _s25_55, "Firma Fattura", _s30_13, "Richiedi al cliente di firmare la fattura.", _s23_46, "Firma Bozza", _s22_74, "Fatture Protette da Password", _s27_46, "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_56, "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_198, "Allega documenti", "attach_ubl", "Allega UBL", "email_style", "Stile Email", _s19_68, "Enable Markup", "reply_to_email", "Indirizzo di Risposta mail", "reply_to_name", "Rispondi a nome", "bcc_email", "E-mail Ccn", "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", "Limiti/Commissioni", "enable_min", "Attiva minimo", "enable_max", "Attiva massimo", "min_limit", "Minimo :min", "max_limit", "Massimo :max", "min", "Min", "max", "ax", _s19_69, "Loghi carte accettate", "credentials", "Credenziali", "update_address", "Aggiorna indirizzo", _s19_71, "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_200, "Aliquota fiscale creata", _s16_201, "Aliquota fiscale aggiornata", _s17_123, "Archiviato con successo l'aliquota fiscale", _s16_202, "Aliquota fiscale eliminata correttamente", _s17_124, "Aliquota fiscale ripristinata correttamente", _s18_104, "Aliquote fiscali :value archiviate con successo", _s17_125, "Aliquote fiscali :value eliminate con successo", _s18_105, "Aliquote fiscali :value ripristinate correttamente", "fill_products", "Riempimento automatico prodotti", _s18_106, "Selezionare un prodotto far\xe0 automaticamente inserire la descrizione ed il costo", "update_products", "Aggiorna automaticamente i prodotti", _s20_96, "Aggiornare una fatura far\xe0 automaticamente aggiornare i prodotti", _s16_203, "Converti prodotti", _s21_102, "Converti automaticamenti i prezzi dei prodotti nella valuta del cliente", "fees", "Commissioni", "limits", "Limiti", "provider", "Fornitore", "company_gateway", "Piattaforma di Pagamento", _s16_205, "Piattaforme di Pagamento", _s19_72, "Nuova Piattaforma", _s20_97, "Modifica Piattaforma", _s23_47, "Piattaforma creata con successo", _s23_48, "Piattaforma aggiornata con successo", _s24_57, "Piattaforma archiviata con successo", _s23_49, "Piattaforma eliminata con successo", _s24_58, "Piattaforma ripristinata con successo", _s25_57, "Gateway :value archiviati correttamente", _s24_59, "Gateway :value eliminati con successo", _s25_58, "Gateway :value ripristinati correttamente", _s16_207, "Continua la modifica", "discard_changes", "Scarta modifiche", "default_value", "Valore predefinito", "disabled", "Disabilitato", "currency_format", "Formato moneta", _s21_103, "Primo giorno della settimana", _s23_50, "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_107, "Formato 24 ore", "send_reminders", "Invia promemoria", "timezone", "Fuso Orario", _s19_73, "Filtrato per progetto", _s17_126, "Filtrato per gruppo", _s19_75, "Filtrare per fattura", _s18_108, "Filtrato per cliente", _s18_110, "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", "Gruppi :value archiviati con successo", "deleted_groups", "Gruppi :value eliminati con successo", "restored_groups", "Gruppi :value ripristinati correttamente", "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_209, "Preferenze Prodotti", "device_settings", "Impostazioni dispositivo", "defaults", "Predefiniti", "basic_settings", "Impostazioni Base", _s17_128, "Impostazioni Avanzate", "company_details", "Dettagli Azienda", "user_details", "Dettagli Utente", "localization", "Linguaggio", "online_payments", "Pagamenti Online", "tax_rates", _s16_407, "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_52, "Modelli & Promemoria", _s22_75, "Carte di credito & banche", _s19_77, "Visualizzazioni dei dati", "price", "Prezzo", "email_sign_up", "Registrati via Email", "google_sign_up", "Registrati con Google", _s27_50, "Grazie per il vostro acquisto!", "redeem", "Riscatta", "back", "Indietro", "past_purchases", "Acquisti passati", _s19_79, "Abbonamento Annuale", "pro_plan", "Piano Pro", "enterprise_plan", "Piano Enterprise", "count_users", ":count utenti", "upgrade", "Aggiorna", _s25_59, _s28_109, _s24_60, "Si prega di inserire un cognome", _s33_30, "Si prega di accettare i termini di servizio e della privacy per creare un account.", "i_agree_to_the", "Accetto la", _s16_211, "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_112, "Nessun dato selezionato", _s21_106, "Si prega di salvare o annullare le modifiche", "download", "Scarica", _s27_51, "Richiede un piano enterprise", "take_picture", "Fai foto", "upload_files", "Upload Files", "document", "Documento", "documents", "Documenti", "new_document", "Nuovo documento", "edit_document", "Modifica documento", _s17_130, "Documento caricato correttamente", _s16_213, "Documento aggiornato con successo", _s17_131, "Documento archiviato correttamente", _s16_214, "Documento eliminato correttamente", _s17_132, "Documento ripristinato correttamente", _s18_114, ":value documenti archiviati con successo", _s17_133, ":value documenti cancellati con successo", _s18_115, ":value documenti ripristinati con successo", "no_history", "Nessuno Storico", "expense_date", "Data Spesa", "pending", "In attesa", _s16_215, "Registrato", _s16_216, "In attesa", _s16_217, "Fatturata", "converted", "Convertito", _s24_62, "Aggiungi documenti alla fattura", "exchange_rate", "Tasso di Cambio", _s16_218, "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_37, _s16_219, ":count fornitori archiviati con successo", "deleted_vendors", ":count fornitori eliminati con successo", _s16_220, "Ripristinati con successo :value fornitori", "new_expense", "Inserisci spesa", "created_expense", "Spesa creata con successo", "updated_expense", "Spesa aggiornata con successo", _s16_221, _s29_30, "deleted_expense", _s28_40, _s16_222, _s29_31, _s17_134, _s30_38, _s16_223, _s29_60, _s17_135, "Ripristinate con successo :value spese", "copy_shipping", "Copia Spedizione", "copy_billing", "Copia Fatturazione", "design", "Stile", _s21_107, "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_224, "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_81, _s28_109, "budgeted_hours", "Ore preventivate", "created_project", "Progetto creato con successo", "updated_project", "Progetto aggiornato con successo", _s16_226, "Progetto archiviato con successo", "deleted_project", "Progetto eliminato con successo", _s16_227, "Progetto ripristinato con successo", _s17_136, ":count progetti archiviati con successo", _s16_228, ":count progetti eliminati con successo", _s17_137, "Progetti :value ripristinati correttamente", "new_project", "Nuovo Progetto", _s27_55, "Grazie di avere scelto la nostra app!", "if_you_like_it", "Se ti piace per favore", "click_here", "clicca qui", _s18_116, "Clicca qui", "to_rate_it", "per valutarlo.", "average", "Media", "unapproved", "non approvato", _s30_18, "Si prega di autenticarsi per cambiare questa impostazione", "locked", "Bloccato", "authenticate", "Autentica", _s19_83, "Si prega di autenticarsi", _s24_64, "Autenticazione biometrica", "footer", "Pi\xe8 di Pagina", "compare", "Compara", "hosted_login", "Accesso ospitato", "selfhost_login", "Accesso self-host", "google_sign_in", "Accedi con Google", "today", "Oggi", "custom_range", "Intervallo personalizzato", "date_range", "Intervallo di Tempo", "current", "Corrente", "previous", "Precedente", "current_period", "Periodo corrente", _s17_138, "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", "all_time", "All Time", "custom", "Personalizzato", _s16_229, "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_99, "Modifica Preventivo Ricorrente", "billing_address", "Indirizzo di fatturazione", _s16_231, "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_233, "Aggiornamento completi", _s23_53, "Inserisci la tua email", _s26_43, "Si prega di inserire la password", _s21_110, "Inserisci il tuo URL", _s26_45, "Inserire una chiave prodotto", "ascending", "Crescente", "descending", "Decrescente", "save", "Salva", _s17_140, "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_85, "Copiato :value negli appunti", "error", "Errore", _s16_235, "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_237, "Email non valida", "product", "Prodotto", "products", "Prodotti", "new_product", "Nuovo Prodotto", "created_product", "Prodotto creato con successo", "updated_product", "Prodotto aggiornato con successo", _s16_239, "Prodotto archiviato con successo", "deleted_product", "Prodotto eliminato con successo", _s16_240, "Prodotto ripristinato con successo", _s17_142, "Archiviati con successo :count prodotti", _s16_241, ":count prodotti eliminati con successo", _s17_143, "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_242, ":count clienti archiviati con successo", "deleted_client", _s30_60, "deleted_clients", ":count clienti eliminati con successo", "restored_client", "Cliente ripristinato con successo", _s16_243, "Client :value ripristinati correttamente", "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_244, "Fattura archiviata con successo", "deleted_invoice", "Fattura eliminata con successo", _s16_245, "Fattura ripristinata con successo", _s17_144, ":count fatture archiviate con successo", _s16_246, ":count fatture eliminate con successo", _s17_145, "Ripristinato con successo :value fatture", "emailed_invoice", "Fattura inviata con successo", "emailed_payment", "Pagamento inviato con successo", "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_257, "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_247, "Data di scadenza parziale", "paid_date", "Paid Date", "status", "Stato", _s17_146, "Stato della fattura", "quote_status", "Stato preventivo", _s22_76, "Clicca su + per aggiungere un articolo", _s22_78, "Premi + per aggiungere tempo", "count_selected", ":count selezionato/i", "total", "Totale", "percent", "Percentuale", "edit", "Modifica", "dismiss", "Chiudi", _s20_101, "Selezionate una data per favore", _s22_79, "Seleziona un cliente", _s24_66, "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_20, "Si prega di inserire un numero di fattura", _s27_59, "Inserisci un numero preventivo", "past_due", "Scaduta", "draft", "Bozza", "sent", "Inviato", "viewed", "Visto", "approved", "Approvato", "partial", _s17_257, "paid", "Pagata", "mark_sent", "Contrassegna come inviato", _s22_81, "Fattura contrassegnata con successo come inviata", _s22_82, _s35_21, _s23_55, "Fatture contrassegnate con successo come inviate", _s23_56, _s36_15, "done", "Completato", _s37_22, "Si prega di inserire un cliente o nome del contatto", "dark_mode", "Modalit\xe0 scura", _s27_61, "Riavviare la app per applicare il cambiamento", "refresh_data", "Aggiorna dati", "blank_contact", "Svuota Contatto", "activity", "Attivit\xe0", _s16_249, "Nessun dato trovato", "clone", "Clona", "loading", "Caricando", "industry", "Industria", "size", "Dimensione", "payment_terms", _s20_208, "payment_date", "Data Pagamento", "payment_status", "Stato del pagamento", _s16_251, "In attesa", _s16_252, "Annullato", _s16_253, "Fallito", _s16_254, "Completato", _s16_255, _s23_117, _s16_256, "Rimborsato", _s17_147, "Non applicato", _s17_148, _s26_99, "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_118, "button", "Pulsante", "preview", "Anteprima", "customize", "Personalizza", "history", "Storico", "payment", "Pagamento", "payments", "Pagamenti", "refunded", "Rimborsato", "payment_type", _s17_256, _s21_112, "Riferimento Transazione", "enter_payment", "Inserisci Pagamento", "new_payment", "Inserisci il pagamento", "created_payment", "Pagamento creato con successo", "updated_payment", "Pagamento aggiornato con successo", _s16_257, "Pagamento archiviato con successo", "deleted_payment", "Pagamenti eliminati con successo", _s16_258, "Pagamento ripristinato con successo", _s17_149, ":count pagamenti archiviati con successo", _s16_259, ":count pagamenti eliminati con successo", _s17_150, "Pagamenti :value ripristinati con successo", "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", "Citazioni :value ripristinate con successo", "expense", "Spesa", "expenses", "Spese", "vendor", "Fornitore", "vendors", "Venditori", "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_29, "activity_10", _s82_, "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_55, "activity_19", _s36_55, "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", ":user utente creato :user", "activity_49", ":user utente aggiornato :user", "activity_50", ":user utente archiviato :user", "activity_51", ":user cancellato utente :user", "activity_52", ":user utente ripristinato :user", "activity_53", ":user contrassegnato inviato :invoice", "activity_54", ":user fattura pagata :invoice", "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_29, "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", ":user abbonamento creato :subscription", "activity_81", ":user abbonamento aggiornato :subscription", "activity_82", ":user abbonamento archiviato :subscription", "activity_83", ":user abbonamento cancellato :subscription", "activity_84", ":user abbonamento ripristinato :subscription", _s17_151, "Password a uso singolo", "emailed_quote", "Preventivo inviato con successo", "emailed_credit", "Accredito inviato con successo tramite e-mail", _s20_103, "Preventivo contrassegnato come inviato con successo", _s21_114, "Accredito contrassegnato correttamente come inviato", "expired", "Scaduto", "all", "Tutti", "select", "Seleziona", _s22_83, "Premi a lungo Selezione multipla", "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Valore Personalizzato 3", "custom_value4", "Valore Personalizzato 4", _s18_117, "Stile e-mail personalizzato", _s24_71, "Messaggio Pannello di Controllo Personalizzato", _s29_46, "Messaggio personalizzato su fattura non pagata", _s27_66, "Messaggio personalizzato fattura pagata", _s31_24, "Messaggio di preventivo non approvato personalizzato", "lock_invoices", "Blocca fatture", "translations", "Traduzioni", _s19_86, "Pattern numero attivit\xe0", _s19_88, "Contatore numero attivit\xe0", _s22_85, "Formato numero spesa", _s22_87, "Contatore numero spesa", _s21_115, "Formato numero fornitore", _s21_117, "Contatore numero venditore", _s21_119, "Formato numero ticket", _s21_121, "Contatore numero ticket", _s22_89, "Formato numero pagamento", _s22_91, "Contatore numero pagamento", _s22_93, "Formato numero fatture", _s22_95, "Contatore numerazione fatture", _s20_104, "Formato numero preventivi", _s20_106, "Contatore numerazione preventivi", _s21_123, _s22_182, _s21_125, _s24_131, _s21_127, _s22_182, _s21_128, _s24_131, _s18_119, "Resetta contatore data", "counter_padding", "Riempimento contatore", _s28_66, "Condividi il contatore delle quotazioni delle fatture", _s18_121, "Nome fiscale predefinito 1", _s18_123, "Aliquota fiscale predefinita 1", _s18_125, "Nome fiscale predefinito 2", _s18_127, "Aliquota fiscale predefinita 2", _s18_129, "Nome fiscale predefinito 3", _s18_131, "Aliquota fiscale predefinita 3", _s21_129, "Oggetto della fattura e-mail", _s19_90, "Oggetto preventivo e-mail", _s21_131, "Oggetto pagamento e-mail", _s29_48, "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_260, "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_73, "Via spedizione cliente", _s24_74, "Appartametno/Scala spedizione cliente", "type", "Tipo", "invoice_amount", "Importo Fattura", _s16_264, "Scadenza fattura", "tax_rate1", "Aliquota fiscale 1", "tax_rate2", "Aliquota fiscale 2", "tax_rate3", "Aliquota fiscale 3", "auto_bill", _s23_118, "archived_at", "Archiviato a", "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_153, _s24_127, _s17_154, _s24_128, _s17_155, _s24_129, _s17_156, _s24_130, "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", "Sta correndo", "time_log", "Log temporale", "bank_id", "Banca", _s19_92, "ID della categoria di spesa", _s16_265, "Categoria Spesa", _s19_94, "ID Valuta Fattura", "tax_name1", "Nome tassa 1", "tax_name2", "Nome tassa 2", "tax_name3", "Nome fiscale 3", "transaction_id", "ID transazione", _s18_133, "Tema colore stato", _s16_266, "Carica tema colore"], t1, t1), "ja", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "\u7e70\u308a\u8fd4\u3057", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Unlink", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "\u7ba1\u7406\u8005", "owner", "Owner", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Total Hours", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, "\u8b66\u544a: PDF \u3092\u4ecb\u3057\u305f\u30a2\u30d7\u30ea\u3068\u306e\u5bfe\u8a71\u3092\u9632\u6b62\u3057\u307e\u3059", "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "Billable", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, _s22_4, _s25_5, _s25_6, _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", "\u652f\u6255\u3044 :payment \u306f :client \u306b\u96fb\u5b50\u30e1\u30fc\u30eb\u3067\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f", _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", "Payment Links", "action", "\u30a2\u30af\u30b7\u30e7\u30f3", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", "\u5165\u91d1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6", "archive_invoice", "\u8acb\u6c42\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6", "archive_quote", "\u898b\u7a4d\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6", "archive_credit", "\u524d\u53d7\u91d1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6", "archive_task", "\u30bf\u30b9\u30af\u3092\u30a2\u30fc\u30ab\u30a4\u30d6", "archive_client", "\u9867\u5ba2\u3092\u30a2\u30fc\u30ab\u30a4\u30d6", "archive_project", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6", "archive_expense", "Archive Expense", "restore_payment", "Restore Payment", "restore_invoice", "\u8acb\u6c42\u66f8\u3092\u30ea\u30b9\u30c8\u30a2", "restore_quote", "\u898b\u7a4d\u66f8\u3092\u30ea\u30b9\u30c8\u30a2", "restore_credit", "\u524d\u53d7\u91d1\u5fa9\u65e7", "restore_task", "\u30bf\u30b9\u30af\u3092\u30ea\u30b9\u30c8\u30a2", "restore_client", "\u9867\u5ba2\u3092\u30ea\u30b9\u30c8\u30a2", "restore_project", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30ea\u30b9\u30c8\u30a2", "restore_expense", "Restore Expense", "archive_vendor", "Archive Vendor", "restore_vendor", "Restore Vendor", "create_product", "\u5546\u54c1\u3092\u8ffd\u52a0", "update_product", "Update Product", "delete_product", "Delete Product", "restore_product", "Restore Product", "archive_product", "\u5546\u54c1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6", _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "Payment Methods", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", "Postal/City", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "Hour", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Last 365 Days", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", "\u30c7\u30b6\u30a4\u30f3\u304c\u7121\u52b9\u3067\u3059\u3002:value \u30bb\u30af\u30b7\u30e7\u30f3\u304c\u3042\u308a\u307e\u305b\u3093", _s17_6, _s35_, "upload", "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", _s17_7, _s17_8, _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Update Payment", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u524a\u9664", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, _s21_17, _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, "\u65e2\u5b9a\u306e\u8acb\u6c42\u6761\u4ef6\u3068\u3057\u3066\u4fdd\u5b58", _s22_12, "\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30d5\u30c3\u30bf\u30fc\u3092\u4fdd\u5b58\u3059\u308b", "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, _s21_23, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, "\u9280\u884c\u53e3\u5ea7\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", _s20_18, "\u9280\u884c\u53e3\u5ea7\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", _s17_14, "\u9280\u884c\u53e3\u5ea7\u3092\u7de8\u96c6", _s16_28, _s16_29, "account_type", "Account type", _s16_30, _s16_268, _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, ":count \u30ab\u30c6\u30b4\u30ea\u3092\u691c\u7d22", "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "Selected", _s21_24, _s34_2, _s18_15, _s18_16, "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "Update Credit", "delete_credit", "\u524d\u53d7\u91d1\u3092\u524a\u9664", "transaction", "Transaction", "transactions", "Transactions", "new_transaction", "New Transaction", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, ":count \u30c8\u30e9\u30f3\u30b6\u30af\u30b7\u30e7\u30f3\u3092\u691c\u7d22", "bank_account", "\u9280\u884c\u53e3\u5ea7", "bank_accounts", _s20_98, _s21_25, "\u9280\u884c\u53e3\u5ea7\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, ":count \u9280\u884c\u53e3\u5ea7\u3092\u691c\u7d22", "connect", "Connect", _s23_9, _s23_10, _s18_19, _s18_20, "client_email", "Client Email", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_27, "Active Invoices", _s26_8, _s20_26, _s24_16, _s18_21, _s23_11, _s17_18, _s19_22, "Active Quotes", _s21_28, "Approved Quotes", _s23_12, _s17_19, _s18_22, "Logged Tasks", _s20_27, "Invoiced Tasks", _s16_35, "Paid Tasks", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", ":user \u4f5c\u6210\u3055\u308c\u305f\u767a\u6ce8\u66f8 :purchase_order", "activity_131", ":user \u66f4\u65b0\u3055\u308c\u305f\u767a\u6ce8\u66f8 :purchase_order", "activity_132", ":user \u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u305f\u767a\u6ce8\u66f8 :purchase_order", "activity_133", ":user \u524a\u9664\u3055\u308c\u305f\u767a\u6ce8\u66f8 :purchase_order", "activity_134", ":user \u5fa9\u5143\u3055\u308c\u305f\u767a\u6ce8\u66f8 :purchase_order", "activity_135", ":user \u6ce8\u6587\u66f8\u3092\u96fb\u5b50\u30e1\u30fc\u30eb\u3067\u9001\u4fe1 :purchase_order", "activity_136", ":contact \u95b2\u89a7\u6ce8\u6587\u66f8 :purchase_order", "activity_137", ":contact \u627f\u8a8d\u6e08\u307f\u306e\u6ce8\u6587\u66f8 :purchase_order", "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, "\u30b3\u30fc\u30c9\u304c SMS \u7d4c\u7531\u3067 :number \u306b\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f", "resend", "Resend", "verify", "Verify", _s18_23, _s29_10, _s20_28, _s20_29, _s19_23, _s19_24, _s24_18, _s46_2, _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Merge Into", "merge", "Merge", _s21_32, _s21_33, _s19_25, _s29_11, _s17_23, _s17_24, "activate", "Activate", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", "Send Now", "received", "Received", _s19_26, _s19_27, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_4, _s34_7, _s47_, _s22_19, _s22_20, _s22_21, _s22_22, _s27_10, _s34_8, _s24_19, _s25_13, "yes_its_great", _s16_42, "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", "Vendor Details", _s22_26, _s22_27, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Send Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Accepted", _s22_28, _s22_29, _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, _s24_22, _s37_5, _s42_2, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_30, _s18_31, _s19_29, _s19_30, _s22_33, _s35_3, _s22_34, _s35_4, _s23_17, _s36_0, _s22_35, _s35_5, _s22_36, _s35_6, _s23_18, _s36_1, _s21_40, _s21_41, _s22_37, _s22_38, "login_url", "Login URL", _s16_46, _s16_47, "default", "Default", "stock_quantity", "Stock Quantity", _s22_39, _s22_40, "track_inventory", "Track Inventory", _s20_41, _s63_0, _s19_31, _s19_32, _s24_23, _s50_2, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_32, _s18_33, "add_gateway", "\u30b2\u30fc\u30c8\u30a6\u30a7\u30a4\u3092\u8ffd\u52a0", _s24_24, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_25, _s24_26, _s31_6, "Invoice Sent", _s24_27, _s24_28, _s29_13, _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_33, _s63_1, "use_quote_terms", "Use Quote Terms", _s20_42, _s37_6, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, "\u30a8\u30e9\u30fc: \u30ec\u30b3\u30fc\u30c9\u306f\u8907\u6570\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u5c5e\u3057\u3066\u3044\u307e\u3059", "register_label", _s30_4, "login_label", _s28_9, "add_to_invoice", "\u8acb\u6c42\u66f8 :invoice \u306b\u8ffd\u52a0", _s17_30, _s17_31, "week", "Week", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, _s46_14, _s20_44, _s20_45, _s25_15, _s45_11, _s16_48, "\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_8, "change_status", "Change Status", "fees_sample", ":amount \u8acb\u6c42\u66f8\u306e\u624b\u6570\u6599\u306f :total \u3067\u3059\u3002", _s19_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", "\u6ce8: v4 \u30a2\u30d7\u30ea\u306b\u3088\u3063\u3066\u751f\u6210\u3055\u308c\u305f JSON \u30d5\u30a1\u30a4\u30eb\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093", "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", ":value \u30bf\u30b9\u30af\u304c\u6b63\u5e38\u306b\u958b\u59cb\u3055\u308c\u307e\u3057\u305f", "stopped_tasks", ":value \u30bf\u30b9\u30af\u3092\u6b63\u5e38\u306b\u505c\u6b62\u3057\u307e\u3057\u305f", "approved_quote", _s27_68, "approved_quotes", ":value \u4ef6\u306e\u898b\u7a4d\u3082\u308a\u304c\u6b63\u5e38\u306b\u627f\u8a8d\u3055\u308c\u307e\u3057\u305f", "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, _s16_269, _s24_30, _s44_6, "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_51, _s16_52, "purged_client", _s26_12, _s27_16, _s77_0, _s22_42, _s34_9, "small", "Small", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, "\u6ce8: \u3053\u3053\u3067\u884c\u3063\u305f\u5909\u66f4\u306f\u30d7\u30ec\u30d3\u30e5\u30fc\u306e\u307f\u3067\u3059\u3002\u4fdd\u5b58\u3059\u308b\u306b\u306f\u3001\u4e0a\u306e\u30bf\u30d6\u3067\u9069\u7528\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002", "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", ":user \u4f5c\u6210\u3055\u308c\u305f\u7d4c\u5e38\u8cbb\u7528 :recurring_expense", "activity_121", ":user \u66f4\u65b0\u3055\u308c\u305f\u7d4c\u5e38\u8cbb\u7528 :recurring_expense", "activity_122", ":user \u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u305f\u7d4c\u5e38\u7d4c\u8cbb :recurring_expense", "activity_123", ":user \u524a\u9664\u3055\u308c\u305f\u7d4c\u5e38\u8cbb\u7528 :recurring_expense", "activity_124", ":user \u7d4c\u5e38\u8cbb\u7528\u3092\u5fa9\u5143\u3057\u307e\u3057\u305f :recurring_expense", "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_54, _s16_55, _s21_48, _s42_3, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_17, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_49, _s30_5, "set_password", "\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u8a2d\u5b9a", _s17_33, _s59_, _s16_58, _s58_1, _s20_49, _s33_13, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_50, "becs", _s17_158, "bulk_download", "Download", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, _s18_35, _s17_35, _s17_36, "has_tasks", "Has Tasks", "registration", "Registration", _s27_18, _s50_7, "view_expense", _s23_63, "view_statement", "View Statement", "sepa", _s17_159, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s18_37, "system", "System", _s19_38, _s19_39, "updated_company", _s28_10, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, _s40_2, _s27_19, _s43_0, "app", "App", _s20_50, "\u6700\u9ad8\u306e\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u5f97\u308b\u306b\u306f\u3001:app \u30a2\u30d7\u30ea\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044", _s16_59, _s16_270, _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "From Name", _s16_60, _s16_61, _s17_38, _s17_39, _s18_39, _s18_40, _s21_50, _s21_51, _s22_44, _s22_45, _s25_16, _s38_2, _s25_17, _s38_3, _s26_13, _s39_4, _s25_18, _s38_4, _s25_19, _s38_5, _s26_14, _s39_5, _s24_32, _s24_33, _s25_20, _s25_21, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_42, _s32_9, "is_invoiced", "Is Invoiced", "change_plan", "Manage Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_62, _s16_63, _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "Decimal Comma", _s26_15, _s35_9, "select_method", "Select Method", "select_platform", "Select Platform", _s28_13, _s42_4, _s16_66, _s27_69, "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "user_guide", "User Guide", _s18_41, _s18_42, "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_9, _s31_10, _s25_22, _s25_23, _s33_14, _s33_15, _s27_20, _s27_21, _s36_3, _s36_4, _s31_11, _s31_12, _s25_24, _s25_25, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_22, "Pro \u30d7\u30e9\u30f3\u306e\u8a66\u7528\u7248\u306f :count \u65e5\u3067\u7d42\u4e86\u3057\u307e\u3059\u3002\u30af\u30ea\u30c3\u30af\u3057\u3066\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002", _s21_52, _s62_1, "change_email", "Change Email", _s25_26, _s52_0, _s21_53, _s21_54, "uninvoiced", "Uninvoiced", "subdomain_guide", "\u30b5\u30d6\u30c9\u30e1\u30a4\u30f3\u306f\u3001\u304a\u5ba2\u69d8\u306e\u30d6\u30e9\u30f3\u30c9\u306b\u5408\u308f\u305b\u3066\u30ea\u30f3\u30af\u3092\u30d1\u30fc\u30bd\u30ca\u30e9\u30a4\u30ba\u3059\u308b\u305f\u3081\u306b\u30af\u30e9\u30a4\u30a2\u30f3\u30c8 \u30dd\u30fc\u30bf\u30eb\u3067\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u3064\u307e\u308a\u3001https://your-brand.invoicing.co", "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_40, _s28_14, _s19_43, _s48_0, "json", "JSON", _s24_34, _s24_35, "wait_for_data", _s42_5, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_67, _s16_68, _s18_43, _s40_3, "login_success", _s16_69, "login_failure", "Failed Login", "exported_data", _s67_, _s23_23, _s23_24, _s28_15, _s41_3, "step_1_sign_in", "\u30b9\u30c6\u30c3\u30d7 1: \u30b5\u30a4\u30f3\u30a4\u30f3", _s16_70, "\u30b9\u30c6\u30c3\u30d7 2: \u627f\u8a8d\u3059\u308b", "account_id", "Account ID", _s27_22, _s35_11, "activity_100", ":user \u304c\u5b9a\u671f\u8acb\u6c42\u66f8 :recurring_invoice \u3092\u4f5c\u6210\u3057\u307e\u3057\u305f", "activity_101", ":user \u66f4\u65b0\u3055\u308c\u305f\u5b9a\u671f\u8acb\u6c42\u66f8 :recurring_invoice", "activity_102", ":user \u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u305f\u5b9a\u671f\u8acb\u6c42\u66f8 :recurring_invoice", "activity_103", ":user \u524a\u9664\u3055\u308c\u305f\u5b9a\u671f\u8acb\u6c42\u66f8 :recurring_invoice", "activity_104", ":user \u5fa9\u5143\u3055\u308c\u305f\u5b9a\u671f\u8acb\u6c42\u66f8 :recurring_invoice", _s18_44, _s18_45, _s23_25, _s35_12, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_71, _s16_72, _s18_46, _s31_13, _s16_73, _s16_74, "count_session", "1 Session", "count_sessions", ":count \u30bb\u30c3\u30b7\u30e7\u30f3", "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_47, _s18_48, _s17_42, _s17_43, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_0, "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_55, "\u30a8\u30e9\u30fc: \u30ab\u30b9\u30bf\u30e0 \u30e1\u30fc\u30eb\u306b\u306f :body \u5909\u6570\u3092\u542b\u3081\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059", _s25_27, ":body \u5909\u6570\u3092\u5fc5\u305a\u542b\u3081\u3066\u304f\u3060\u3055\u3044", _s17_44, _s17_45, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, _s21_57, _s17_46, _s17_47, "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_49, _s18_50, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_51, _s18_52, _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Email Delivery", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, _s22_47, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, ":count \u652f\u6255\u3044\u30ea\u30f3\u30af\u3092\u691c\u7d22", _s26_17, _s26_18, "connect_gmail", "Connect Gmail", _s16_81, _s16_82, "connected_gmail", _s28_16, _s18_55, _s31_14, _s16_83, "\u30b3\u30fc\u30c9\u30d9\u30fc\u30b9\u3078\u306e\u5909\u66f4\u304c\u66f4\u65b0\u3092\u30d6\u30ed\u30c3\u30af\u3057\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u6b21\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u5909\u66f4\u3092\u7834\u68c4\u3067\u304d\u307e\u3059\u3002", _s16_84, _s16_85, "count_minutes", ":count \u5206", _s16_86, _s16_87, _s29_15, _s28_67, "use_last_email", "Use last email", _s16_88, _s16_89, _s21_65, _s51_7, _s27_24, _s35_13, _s27_25, _s27_26, _s34_13, "\u8b66\u544a: \u96fb\u8a71\u756a\u53f7\u3092\u5909\u66f4\u3059\u308b\u3068 2FA \u304c\u7121\u52b9\u306b\u306a\u308a\u307e\u3059", "help_translate", "Help Translate", _s23_26, _s23_27, "resend_invite", _s17_160, _s19_45, _s25_28, _s16_90, _s30_6, _s19_46, _s33_20, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_10, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_66, ":link \u4e92\u63db\u30a2\u30d7\u30ea\u3067\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u30b9\u30ad\u30e3\u30f3\u3057\u307e\u3059\u3002", _s18_56, "2\u8981\u7d20\u8a8d\u8a3c\u304c\u6709\u52b9\u5316\u3055\u308c\u307e\u3057\u305f", "connect_google", "Connect Google", _s17_50, _s17_51, _s17_52, "2\u8981\u7d20\u8a8d\u8a3c", _s18_57, _s18_58, _s34_14, _s34_15, "stay_logged_in", "Stay Logged In", _s23_28, "\u8b66\u544a: \u30bb\u30c3\u30b7\u30e7\u30f3\u306e\u6709\u52b9\u671f\u9650\u304c\u8fd1\u3065\u3044\u3066\u3044\u307e\u3059", "count_hours", ":count \u6642\u9593", "count_day", "1 Day", "count_days", ":count \u65e5", _s19_47, _s19_48, _s17_53, _s17_54, "resend_email", "Resend Email", _s26_19, _s33_21, _s16_91, _s16_290, _s19_49, _s19_50, _s19_51, _s45_8, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_55, _s17_56, _s27_27, "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u78ba\u8a8d\u7528\u30e1\u30fc\u30eb\u304c\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f", _s21_67, ":client_counter \u3092\u4f7f\u7528\u3059\u308b\u306b\u306f\u3001\u7af6\u5408\u3092\u9632\u3050\u305f\u3081\u306b :client_number \u307e\u305f\u306f :client_id_number \u306e\u3044\u305a\u308c\u304b\u3092\u8ffd\u52a0\u3057\u3066\u304f\u3060\u3055\u3044", "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_59, "\u8acb\u6c42\u66f8\u306b\u5909\u63db", _s16_92, _s16_93, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_52, _s21_68, _s20_59, "\u691c\u7d22 :count \u652f\u6255\u6761\u4ef6", _s16_94, _s16_95, "save_and_email", "Save and Email", _s16_96, _s16_97, _s16_98, _s16_99, _s17_57, _s17_58, _s22_48, _s22_49, _s24_36, _s24_37, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_59, _s17_60, "document_upload", "Document Upload", _s20_60, _s34_16, "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_69, _s21_70, _s26_20, "\u8b66\u544a: \u30ed\u30fc\u30ab\u30eb \u30de\u30b7\u30f3\u3067\u306e\u4f7f\u7528\u3092\u610f\u56f3\u3057\u3066\u3044\u308b\u305f\u3081\u3001\u8cc7\u683c\u60c5\u5831\u304c\u6f0f\u6d29\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u30af\u30ea\u30c3\u30af\u3057\u3066\u8a73\u7d30\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002", "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_61, _s17_62, "update_app", "Update App", "started_import", _s27_29, _s24_38, _s24_39, _s20_61, _s20_62, _s18_61, _s18_62, "column", "\u30ab\u30e9\u30e0", "sample", "\u30b5\u30f3\u30d7\u30eb", "map_to", "Map To", "import", "\u30a4\u30f3\u30dd\u30fc\u30c8", _s25_29, _s29_16, "select_file", "\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002", _s16_100, _s16_101, "csv_file", "CSV\u30d5\u30a1\u30a4\u30eb", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_50, _s24_40, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_63, _s17_64, "sidebar_editor", "Sidebar Editor", _s22_51, "\u300c:value\u300d\u3068\u5165\u529b\u3057\u3066\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044", "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_41, "\u9001\u4fe1\u6e08\u8acb\u6c42\u66f8\u306f\u30ed\u30c3\u30af\u3055\u308c\u307e\u3057\u305f", _s24_43, _s24_44, "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_29, "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_45, "\u8b66\u544a: \u3053\u306e\u4f1a\u793e\u306f\u307e\u3060\u6709\u52b9\u5316\u3055\u308c\u3066\u3044\u307e\u305b\u3093", "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_65, _s17_66, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_102, _s16_103, _s19_53, _s32_11, _s19_54, _s31_26, _s20_63, _s33_22, _s19_55, _s32_12, _s19_56, _s32_13, _s20_64, _s33_23, _s22_52, ":value \u30bf\u30b9\u30af \u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u6b63\u5e38\u306b\u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u307e\u3057\u305f", _s21_71, ":value \u30bf\u30b9\u30af \u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u6b63\u5e38\u306b\u524a\u9664\u3055\u308c\u307e\u3057\u305f", _s22_53, ":value \u30bf\u30b9\u30af\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u6b63\u5e38\u306b\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f", _s18_63, _s20_65, _s20_66, ":count \u30bf\u30b9\u30af \u30b9\u30c6\u30fc\u30bf\u30b9\u306e\u691c\u7d22", _s16_104, _s16_105, _s21_72, _s52_2, _s20_67, _s20_68, _s25_30, _s42_8, _s20_69, _s20_70, _s25_31, _s42_9, _s21_73, _s25_32, _s18_64, _s18_65, "task_settings", "Task Settings", _s20_71, _s20_72, _s18_66, _s18_67, _s20_73, _s20_74, _s21_74, _s21_75, _s24_46, _s37_9, _s24_47, _s37_10, _s25_33, _s38_6, _s24_48, _s29_51, _s24_49, _s37_11, _s25_34, _s38_7, _s27_31, ":count \u7d4c\u8cbb\u30ab\u30c6\u30b4\u30ea\u304c\u6b63\u5e38\u306b\u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u307e\u3057\u305f", _s26_21, "\u7d4c\u8cbb :value \u30ab\u30c6\u30b4\u30ea\u304c\u6b63\u5e38\u306b\u524a\u9664\u3055\u308c\u307e\u3057\u305f", _s27_32, "\u7d4c\u8cbb :value \u30ab\u30c6\u30b4\u30ea\u304c\u6b63\u5e38\u306b\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f", _s23_30, _s25_35, _s25_36, ":count \u7d4c\u8cbb\u30ab\u30c6\u30b4\u30ea\u3092\u691c\u7d22", _s21_76, _s21_77, "show_option", "Show Option", _s22_54, _s50_11, "view_changes", "View Changes", "force_update", "\u5f37\u5236\u7684\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8", _s17_67, _s76_0, "mark_paid_help", _s31_27, _s18_68, _s18_149, _s23_31, _s33_32, _s29_17, _s36_16, _s21_78, _s20_75, _s16_106, _s16_107, _s18_69, _s18_70, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_68, _s17_69, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_37, _s38_8, _s25_38, _s38_9, _s25_39, _s38_10, "gateway_refund", "Gateway Refund", _s19_57, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "\u65e5 :count", _s22_55, _s22_56, _s21_79, _s21_80, _s17_70, _s17_71, "endless", "Endless", "next_send_date", "Next Send Date", _s16_108, _s16_109, _s17_72, _s17_73, _s18_71, "\u7e70\u308a\u8fd4\u3057\u306e\u8acb\u6c42\u66f8", _s21_81, _s21_82, _s22_57, _s22_58, _s25_40, _s38_11, _s25_41, _s38_12, _s26_22, "\u7e70\u308a\u8fd4\u3057\u306e\u8acb\u6c42\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s25_42, "\u7e70\u308a\u8fd4\u3057\u306e\u8acb\u6c42\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s25_43, _s38_14, _s26_23, _s39_7, _s27_33, "\u5b9a\u671f\u7684\u306a :value \u8acb\u6c42\u66f8\u304c\u6b63\u5e38\u306b\u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u307e\u3057\u305f", _s26_24, "\u5b9a\u671f\u7684\u306a :value \u8acb\u6c42\u66f8\u3092\u6b63\u5e38\u306b\u524a\u9664\u3057\u307e\u3057\u305f", _s27_34, "\u5b9a\u671f\u7684\u306a :value \u8acb\u6c42\u66f8\u3092\u6b63\u5e38\u306b\u5fa9\u5143\u3057\u307e\u3057\u305f", _s24_50, _s26_25, _s25_44, ":count \u5b9a\u671f\u8acb\u6c42\u66f8\u3092\u691c\u7d22", "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_17, _s28_18, "profit", "Profit", "line_item", "Line Item", _s18_73, _s18_74, _s23_32, _s35_25, _s19_58, _s19_59, _s24_51, _s52_3, "test_mode", "Test Mode", "opened", "Opened", _s30_7, _s22_59, _s30_8, _s22_60, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_74, _s17_75, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_110, _s16_111, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "\u30ea\u30f3\u30af\u3092\u30b3\u30d4\u30fc", "token_billing", _s17_184, _s24_52, "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_75, "\u6700\u7d42\u30ea\u30de\u30a4\u30f3\u30c0\u30fc\u9001\u4fe1\u6e08", "pdf_page_info", ":total \u306e\u30da\u30fc\u30b8 :current", _s16_112, _s29_52, "emailed_quotes", _s27_70, "emailed_credits", _s28_68, "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_10, "client_created", "\u9867\u5ba2\u3092\u767b\u9332\u3057\u307e\u3057\u305f", _s20_76, _s20_77, _s20_78, _s20_79, "completed", "\u5b8c\u4e86", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_76, _s17_77, _s17_78, _s17_79, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_80, _s17_81, _s17_82, "\u6b21\u56de\u8acb\u6c42", _s17_84, _s17_85, "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_86, _s28_19, "api_webhooks", "API Webhooks", "search_webhooks", ":count Webhook \u3092\u691c\u7d22", "search_webhook", _s16_113, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_20, "updated_webhook", _s28_21, _s16_114, _s29_18, "deleted_webhook", _s28_22, "removed_webhook", _s28_23, _s16_115, _s29_19, _s17_87, ":value Webhook \u304c\u6b63\u5e38\u306b\u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u307e\u3057\u305f", _s16_116, _s26_100, _s16_117, _s26_100, _s17_88, ":value Webhook \u304c\u6b63\u5e38\u306b\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f", "api_tokens", "API\u30c8\u30fc\u30af\u30f3", "api_docs", "API Docs", "search_tokens", ":count\u30c8\u30fc\u30af\u30f3\u3092\u691c\u7d22", "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_29, "restored_token", _s27_36, "archived_tokens", ":value \u30c8\u30fc\u30af\u30f3\u304c\u6b63\u5e38\u306b\u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u307e\u3057\u305f", "deleted_tokens", ":value \u30c8\u30fc\u30af\u30f3\u304c\u6b63\u5e38\u306b\u524a\u9664\u3055\u308c\u307e\u3057\u305f", "restored_tokens", ":value \u30c8\u30fc\u30af\u30f3\u3092\u6b63\u5e38\u306b\u5fa9\u5143\u3057\u307e\u3057\u305f", _s19_60, _s19_61, _s24_54, _s45_9, "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_81, _s41_5, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_118, _s16_119, "contact_name", "Contact Name", "use_default", "Use default", _s16_120, _s17_89, "number_of_days", "Number of days", _s23_34, _s23_35, "payment_term", "Payment Term", _s16_121, _s16_122, _s17_90, _s17_91, _s20_82, _s33_24, _s20_83, _s33_25, _s21_83, _s34_18, _s20_84, _s33_26, _s20_85, _s33_27, _s21_84, _s34_19, _s22_62, ":value \u652f\u6255\u3044\u6761\u4ef6\u304c\u6b63\u5e38\u306b\u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u307e\u3057\u305f", _s21_85, ":value \u652f\u6255\u3044\u6761\u4ef6\u304c\u6b63\u5e38\u306b\u524a\u9664\u3055\u308c\u307e\u3057\u305f", _s22_63, ":value \u306e\u652f\u6255\u3044\u6761\u4ef6\u304c\u6b63\u5e38\u306b\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f", "email_sign_in", "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3067\u30ed\u30b0\u30a4\u30f3", "change", "Change", _s23_36, _s28_24, _s24_55, _s29_20, "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_77, _s18_78, _s16_123, "\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_124, "\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_92, "search_design", "Search 1 Design", "search_invoice", _s16_125, "search_client", "Search 1 Client", "search_product", _s16_126, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_93, "search_task", "Search 1 Tasks", "search_project", _s16_127, "search_expense", _s16_128, "search_payment", _s16_129, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_94, _s30_9, _s18_79, _s31_16, _s16_130, _s29_21, _s17_95, _s30_10, "reverse", "Reverse", "full_name", "Full Name", _s17_96, _s17_97, _s17_98, _s17_99, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_131, _s32_16, _s18_80, "\u8b66\u544a: \u3053\u308c\u306b\u3088\u308a\u3001\u30c7\u30fc\u30bf\u304c\u5b8c\u5168\u306b\u6d88\u53bb\u3055\u308c\u307e\u3059\u3002\u5143\u306b\u623b\u3059\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002", "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_45, "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 \u8acb\u6c42\u66f8\u3092\u9001\u4fe1\u3057\u307e\u3057\u305f", "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_46, _s25_47, _s16_132, _s16_133, "apply_license", "Apply License", "cancel_account", "\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u30ad\u30e3\u30f3\u30bb\u30eb", _s22_64, "\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_65, "\u8b66\u544a: \u3053\u308c\u306b\u3088\u308a\u4f1a\u793e\u304c\u5b8c\u5168\u306b\u524a\u9664\u3055\u308c\u307e\u3059\u3002\u5143\u306b\u623b\u3059\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002", "enabled_modules", "Enabled Modules", "converted_quote", _s28_25, "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_37, "updated_design", _s27_38, "archived_design", _s28_26, "deleted_design", _s27_39, "removed_design", _s27_40, "restored_design", _s28_27, _s16_134, ":value \u306e\u30c7\u30b6\u30a4\u30f3\u304c\u6b63\u5e38\u306b\u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u307e\u3057\u305f", "deleted_designs", ":value \u306e\u30c7\u30b6\u30a4\u30f3\u304c\u6b63\u5e38\u306b\u524a\u9664\u3055\u308c\u307e\u3057\u305f", _s16_135, ":value \u306e\u30c7\u30b6\u30a4\u30f3\u304c\u6b63\u5e38\u306b\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f", "proposals", "Proposals", "tickets", "Tickets", _s16_136, "\u7e70\u308a\u8fd4\u3057\u306e\u898b\u7a4d\u66f8", "recurring_tasks", "Recurring Tasks", _s18_81, _s18_82, "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_42, "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_44, "restored_credit", "\u524d\u53d7\u91d1\u3092\u5fa9\u65e7\u3057\u307e\u3057\u305f", _s16_138, ":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_139, ":value \u30af\u30ec\u30b8\u30c3\u30c8\u306e\u5fa9\u5143\u306b\u6210\u529f\u3057\u307e\u3057\u305f", "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_30, "Web\u30a2\u30d7\u30ea\u306e\u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u5229\u7528\u53ef\u80fd\u3067\u3059", _s16_140, "\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u304c\u5229\u7528\u53ef\u80fd\u3067\u3059", "app_updated", _s29_22, "learn_more", "\u8a73\u7d30\u3092\u898b\u308b", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_100, _s17_101, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u65b0\u3057\u3044\u4f1a\u793e", "added_company", _s26_31, "company1", _s16_142, "company2", _s16_143, "company3", _s16_144, "company4", _s16_145, "product1", _s16_146, "product2", _s16_147, "product3", _s16_148, "product4", _s16_149, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_150, "contact2", _s16_151, "contact3", _s16_152, "contact4", _s16_153, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_154, "project2", _s16_155, "project3", _s16_156, "project4", _s16_157, "expense1", _s16_158, "expense2", _s16_159, "expense3", _s16_160, "expense4", _s16_161, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_162, "invoice2", _s16_163, "invoice3", _s16_164, "invoice4", _s16_165, "payment1", _s16_166, "payment2", _s16_167, "payment3", _s16_168, "payment4", _s16_169, "surcharge1", _s18_83, "surcharge2", _s18_84, "surcharge3", _s18_85, "surcharge4", _s18_86, "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_87, _s18_88, _s17_102, _s17_103, "contact_phone", "Contact Phone", _s21_86, _s22_66, _s21_87, _s22_67, _s21_88, _s22_68, _s21_89, _s22_69, _s17_104, "Shipping Street", _s17_105, _s18_89, "shipping_city", "Shipping City", "shipping_state", _s23_37, _s20_86, _s20_87, _s16_170, _s16_171, _s16_172, "Billing Street", _s16_173, _s17_106, "billing_city", "Billing City", "billing_state", _s22_70, _s19_62, _s19_63, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", "\u4f5c\u6210\u8005 :name", "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_174, _s16_175, "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_90, _s35_17, _s30_11, _s63_2, "message", "\u30e1\u30c3\u30bb\u30fc\u30b8", "from", "From", _s20_88, _s20_89, _s25_48, _s56_0, _s20_90, "PDF \u30ec\u30f3\u30c0\u30e9\u30fc\u306b\u306f :version \u304c\u5fc5\u8981\u3067\u3059", _s18_90, _s18_91, _s23_38, _s33_33, _s18_92, _s18_93, "support_forum", "Support Forums", "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_91, _s21_133, _s20_91, _s58_2, _s19_64, _s19_65, _s23_39, _s23_40, _s20_92, _s20_93, "deleted_logo", _s25_49, "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_107, _s17_108, "show_cost_help", _s55_0, _s21_92, _s21_93, _s26_32, _s58_3, _s21_94, _s21_95, _s26_33, _s60_1, _s21_96, _s21_97, _s26_34, _s34_21, _s16_176, _s16_177, _s21_98, _s47_4, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_178, _s16_179, "user", "\u30e6\u30fc\u30b6", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_109, _s17_110, "item_tax_rates", "Item Tax Rates", _s18_94, _s22_80, "configure_rates", "Configure rates", _s18_95, _s18_96, "tax_settings", "\u7a0e\u306e\u8a2d\u5b9a", _s18_97, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_66, _s20_94, "options", "Options", _s16_180, _s16_181, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_45, _s39_8, "submit", "Submit", _s16_182, "\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_183, _s16_184, "before_due_date", _s19_67, "after_due_date", _s18_98, _s18_99, _s22_71, "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_99, _s21_100, "quote_email", "\u898b\u7a4d\u66f8\u30e1\u30fc\u30eb", _s16_185, _s16_186, _s16_187, _s16_188, "administrator", "Administrator", _s18_100, _s66_0, "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_50, "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_53, "restored_user", "\u30e6\u30fc\u30b6\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", "archived_users", ":value \u30e6\u30fc\u30b6\u30fc\u304c\u6b63\u5e38\u306b\u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u307e\u3057\u305f", "deleted_users", _s22_183, "removed_users", _s22_183, "restored_users", ":value \u30e6\u30fc\u30b6\u30fc\u304c\u6b63\u5e38\u306b\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f", _s16_189, "\u4e00\u822c\u8a2d\u5b9a", "invoice_options", "\u8acb\u6c42\u66f8\u30aa\u30d7\u30b7\u30e7\u30f3", _s17_111, _s17_112, _s22_72, _s87_, _s23_41, "Embed Documents", _s28_30, _s39_9, _s16_191, "Show header on", _s16_192, "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_101, "Auto Email", _s23_42, _s52_4, _s18_102, "Auto Archive", _s23_43, _s55_1, _s18_103, "Auto Convert", _s23_44, _s58_4, _s17_113, _s17_114, "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_115, "Three months", _s16_193, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_194, "Three Years", "never", "Never", "company", "Company", _s17_116, _s17_117, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_195, _s16_196, "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_118, _s17_119, "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_120, _s17_121, _s16_197, "Show on PDF", _s21_101, _s51_6, _s25_54, _s22_73, _s30_12, _s61_, _s23_45, _s20_95, _s28_31, _s59_0, _s25_55, _s17_122, _s30_13, _s42_13, _s23_46, "Quote Signature", _s22_74, _s25_56, _s27_46, _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_56, _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_198, _s16_199, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_68, "\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", "\u5206: :min", "max_limit", "\u6700\u5927: :max", "min", "Min", "max", "Max", _s19_69, _s19_70, "credentials", "Credentials", "update_address", "\u4f4f\u6240\u3092\u66f4\u65b0", _s19_71, _s45_10, "rate", "\u7387", "tax_rate", "\u7a0e\u7387", "new_tax_rate", "\u65b0\u3057\u3044\u7a0e\u7387", "edit_tax_rate", "\u7a0e\u7387\u3092\u7de8\u96c6", _s16_200, "\u7a0e\u7387\u3092\u4f5c\u6210\u3057\u307e\u3057\u305f", _s16_201, "\u7a0e\u7387\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", _s17_123, "\u7a0e\u7387\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_202, _s29_25, _s17_124, _s30_14, _s18_104, ":value \u306e\u7a0e\u7387\u304c\u6b63\u5e38\u306b\u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u307e\u3057\u305f", _s17_125, ":value \u306e\u7a0e\u7387\u304c\u6b63\u5e38\u306b\u524a\u9664\u3055\u308c\u307e\u3057\u305f", _s18_105, ":value \u306e\u7a0e\u7387\u304c\u6b63\u5e38\u306b\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f", "fill_products", _s18_153, _s18_106, _s71_, "update_products", "\u5546\u54c1\u306e\u81ea\u52d5\u66f4\u65b0", _s20_96, _s65_1, _s16_203, "\u5546\u54c1\u306e\u5909\u63db", _s21_102, _s61_3, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_205, _s16_206, _s19_72, "New Gateway", _s20_97, "Edit Gateway", _s23_47, _s28_32, _s23_48, _s28_33, _s24_57, _s29_26, _s23_49, _s28_34, _s24_58, _s29_27, _s25_57, ":value \u30b2\u30fc\u30c8\u30a6\u30a7\u30a4\u304c\u6b63\u5e38\u306b\u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u307e\u3057\u305f", _s24_59, ":value \u30b2\u30fc\u30c8\u30a6\u30a7\u30a4\u304c\u6b63\u5e38\u306b\u524a\u9664\u3055\u308c\u307e\u3057\u305f", _s25_58, ":value \u30b2\u30fc\u30c8\u30a6\u30a7\u30a4\u304c\u6b63\u5e38\u306b\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f", _s16_207, _s16_208, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "\u901a\u8ca8\u30d5\u30a9\u30fc\u30de\u30c3\u30c8", _s21_103, _s21_104, _s23_50, _s23_51, "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_107, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_73, _s19_74, _s17_126, _s17_127, _s19_75, _s19_76, _s18_108, _s18_109, _s18_110, _s18_111, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_37, "updated_group", _s26_38, "archived_groups", ":value \u30b0\u30eb\u30fc\u30d7\u304c\u6b63\u5e38\u306b\u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u307e\u3057\u305f", "deleted_groups", ":value \u30b0\u30eb\u30fc\u30d7\u304c\u6b63\u5e38\u306b\u524a\u9664\u3055\u308c\u307e\u3057\u305f", "restored_groups", ":value \u30b0\u30eb\u30fc\u30d7\u304c\u6b63\u5e38\u306b\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f", "archived_group", _s27_47, "deleted_group", _s26_39, "restored_group", _s27_48, "upload_logo", "Upload Logo", "uploaded_logo", _s26_40, "logo", "\u30ed\u30b4", "saved_settings", _s27_49, _s16_209, "\u5546\u54c1\u8a2d\u5b9a", "device_settings", "Device Settings", "defaults", "\u30c7\u30d5\u30a9\u30eb\u30c8", "basic_settings", "Basic Settings", _s17_128, "\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_52, _s21_105, _s22_75, _s20_98, _s19_77, "\u30d3\u30b8\u30e5\u30a2\u30eb\u30c7\u30fc\u30bf", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_50, _s28_35, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_79, _s19_80, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count \u4eba\u306e\u30e6\u30fc\u30b6\u30fc", "upgrade", "Upgrade", _s25_59, _s25_60, _s24_60, _s24_61, _s33_30, _s77_1, "i_agree_to_the", "I agree to the", _s16_211, "\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_112, _s18_113, _s21_106, _s34_25, "download", "\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9", _s27_51, _s27_71, "take_picture", "Take Picture", "upload_files", "Upload Files", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_130, _s30_15, _s16_213, _s29_28, _s17_131, _s30_16, _s16_214, _s29_29, _s17_132, _s30_17, _s18_114, ":value \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u304c\u6b63\u5e38\u306b\u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u307e\u3057\u305f", _s17_133, ":value \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u304c\u6b63\u5e38\u306b\u524a\u9664\u3055\u308c\u307e\u3057\u305f", _s18_115, ":value \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u304c\u6b63\u5e38\u306b\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f", "no_history", "No History", "expense_date", "Expense Date", "pending", "\u4fdd\u7559", _s16_215, "Logged", _s16_216, "Pending", _s16_217, "Invoiced", "converted", "Converted", _s24_62, _s24_63, "exchange_rate", "Exchange Rate", _s16_218, _s16_307, "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_37, _s16_219, ":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_220, ":value \u30d9\u30f3\u30c0\u30fc\u304c\u6b63\u5e38\u306b\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f", "new_expense", "Enter Expense", "created_expense", _s28_38, "updated_expense", _s28_39, _s16_221, _s29_30, "deleted_expense", _s28_40, _s16_222, _s29_31, _s17_134, "\u7d4c\u8cbb\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u306b\u6210\u529f\u3057\u307e\u3057\u305f", _s16_223, "\u7d4c\u8cbb\u306e\u524a\u9664\u306b\u6210\u529f\u3057\u307e\u3057\u305f", _s17_135, ":value \u306e\u7d4c\u8cbb\u3092\u6b63\u5e38\u306b\u5fa9\u5143\u3057\u307e\u3057\u305f", "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_107, _s21_108, "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_61, "stopped_task", "\u30bf\u30b9\u30af\u3092\u505c\u6b62\u3057\u307e\u3057\u305f\u3002", "resumed_task", _s25_63, "now", "Now", _s16_224, _s16_225, "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", ":value \u30bf\u30b9\u30af\u304c\u6b63\u5e38\u306b\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f", _s19_81, _s19_82, "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_226, "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_project", _s28_43, _s16_227, "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", _s17_136, ":count \u4ef6\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_228, ":count \u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u6b63\u5e38\u306b\u524a\u9664\u3057\u307e\u3057\u305f", _s17_137, ":value \u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u304c\u6b63\u5e38\u306b\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f", "new_project", "\u65b0\u3057\u3044\u30d7\u30ed\u30b8\u30a7\u30af\u30c8", _s27_55, "\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_109, "click_here", "\u3053\u3061\u3089\u3092\u30af\u30ea\u30c3\u30af", _s18_116, "Click here", "to_rate_it", "to rate it.", "average", "\u5e73\u5747", "unapproved", "Unapproved", _s30_18, _s42_14, "locked", "Locked", "authenticate", "Authenticate", _s19_83, _s19_84, _s24_64, _s24_65, "footer", "\u30d5\u30c3\u30bf", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_97, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_138, _s17_139, "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", "all_time", "All Time", "custom", "\u30ab\u30b9\u30bf\u30e0", _s16_229, _s16_230, "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_99, _s20_100, "billing_address", "\u8acb\u6c42\u5148\u4f4f\u6240", _s16_231, _s16_232, "total_revenue", "Total Revenue", "average_invoice", "\u8acb\u6c42\u306e\u5e73\u5747", "outstanding", "Outstanding", "invoices_sent", ":count \u4ef6\u306e\u8acb\u6c42\u66f8\u304c\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f", "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_233, "\u66f4\u65b0\u5b8c\u4e86", _s23_53, _s23_54, _s26_43, _s26_44, _s21_110, _s21_111, _s26_45, _s26_46, "ascending", "Ascending", "descending", "Descending", "save", "\u4fdd\u5b58", _s17_140, _s17_141, "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_85, ":value \u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f", "error", "Error", _s16_235, _s16_236, "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_237, "\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_239, "\u5546\u54c1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_product", _s28_47, _s16_240, _s29_35, _s17_142, ":count \u500b\u306e\u5546\u54c1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_241, ":count \u500b\u306e\u5546\u54c1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s17_143, ":value \u88fd\u54c1\u306e\u5fa9\u5143\u306b\u6210\u529f\u3057\u307e\u3057\u305f", "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_242, ":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_243, ":value \u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304c\u6b63\u5e38\u306b\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f", "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_244, "\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_245, "\u8acb\u6c42\u66f8\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", _s17_144, ":count \u4ef6\u306e\u8acb\u6c42\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_246, ":count \u4ef6\u306e\u8acb\u6c42\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s17_145, ":value \u8acb\u6c42\u66f8\u304c\u6b63\u5e38\u306b\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f", "emailed_invoice", "\u8acb\u6c42\u66f8\u3092\u30e1\u30fc\u30eb\u3057\u307e\u3057\u305f\u3002", "emailed_payment", _s28_69, "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_247, _s16_248, "paid_date", "Paid Date", "status", "\u30b9\u30c6\u30fc\u30bf\u30b9", _s17_146, "Invoice Status", "quote_status", "Quote Status", _s22_76, _s22_77, _s22_78, _s19_98, "count_selected", ":count \u304c\u9078\u629e\u3055\u308c\u307e\u3057\u305f", "total", "\u5408\u8a08", "percent", "Percent", "edit", "\u7de8\u96c6", "dismiss", "Dismiss", _s20_101, _s20_102, _s22_79, _s22_80, _s24_66, _s24_67, "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_20, _s30_21, _s27_59, _s27_60, "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_81, _s35_20, _s22_82, _s35_21, _s23_55, _s36_14, _s23_56, _s36_15, "done", "\u5b8c\u4e86", _s37_22, _s37_23, "dark_mode", "\u30c0\u30fc\u30af\u30e2\u30fc\u30c9", _s27_61, _s35_22, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3", _s16_249, _s16_250, "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_251, "Pending", _s16_252, "Voided", _s16_253, "Failed", _s16_254, "\u5b8c\u4e86", _s16_255, _s18_78, _s16_256, "Refunded", _s17_147, "Unapplied", _s17_148, _s19_50, "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_23, "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_112, _s21_113, "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_257, "\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_258, _s29_39, _s17_149, ":count \u4ef6\u306e\u5165\u91d1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_259, ":count \u4ef6\u306e\u5165\u91d1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s17_150, ":value \u306e\u652f\u6255\u3044\u304c\u6b63\u5e38\u306b\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f", "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", ":value \u5f15\u7528\u7b26\u3092\u6b63\u5e38\u306b\u5fa9\u5143\u3057\u307e\u3057\u305f", "expense", "Expense", "expenses", "\u7d4c\u8cbb", "vendor", "Vendor", "vendors", "Vendors", "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_42, "activity_6", ":user \u306f\u3001:client \u306e\u8acb\u6c42\u66f8 :invoice \u3092 :contact \u306b\u96fb\u5b50\u30e1\u30fc\u30eb\u3067\u9001\u4fe1\u3057\u307e\u3057\u305f", "activity_7", ":contact \u304c :client \u306e\u8acb\u6c42\u66f8 :invoice \u3092\u95b2\u89a7\u3057\u307e\u3057\u305f", "activity_8", _s32_42, "activity_9", _s32_42, "activity_10", _s82_, "activity_11", _s30_25, "activity_12", _s31_18, "activity_13", _s30_26, "activity_14", _s28_58, "activity_15", _s28_59, "activity_16", _s29_41, "activity_17", _s28_60, "activity_18", _s26_50, "activity_19", _s26_51, "activity_20", ":user \u306f\u3001:client \u306e\u5f15\u7528 :quote \u3092 :contact \u306b\u96fb\u5b50\u30e1\u30fc\u30eb\u3067\u9001\u4fe1\u3057\u307e\u3057\u305f", "activity_21", _s28_61, "activity_22", _s27_64, "activity_23", _s26_52, "activity_24", _s27_65, "activity_25", _s31_19, "activity_26", _s29_42, "activity_27", _s31_20, "activity_28", _s29_43, "activity_29", ":contact \u627f\u8a8d\u3055\u308c\u305f\u898b\u7a4d\u3082\u308a :quote for :client", "activity_30", ":user \u4f5c\u6210\u3055\u308c\u305f\u30d9\u30f3\u30c0\u30fc :vendor", "activity_31", ":user \u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u305f\u30d9\u30f3\u30c0\u30fc :vendor", "activity_32", ":user \u524a\u9664\u3055\u308c\u305f\u30d9\u30f3\u30c0\u30fc :vendor", "activity_33", ":user \u5fa9\u5143\u3055\u308c\u305f\u30d9\u30f3\u30c0\u30fc :vendor", "activity_34", _s30_27, "activity_35", ":user \u30a2\u30fc\u30ab\u30a4\u30d6\u6e08\u307f\u7d4c\u8cbb :expense", "activity_36", ":user \u524a\u9664\u3055\u308c\u305f\u7d4c\u8cbb :expense", "activity_37", ":user \u5fa9\u5143\u3055\u308c\u305f\u8cbb\u7528 :expense", "activity_39", ":user \u306f :payment_amount \u306e\u652f\u6255\u3044\u3092\u30ad\u30e3\u30f3\u30bb\u30eb\u3057\u307e\u3057\u305f :payment", "activity_40", ":user \u306f :payment_amount \u652f\u6255\u3044 :payment \u306e :adjustment \u3092\u6255\u3044\u623b\u3057\u307e\u3057\u305f", "activity_41", ":payment_amount \u652f\u6255\u3044 (:payment) \u5931\u6557", "activity_42", ":user \u4f5c\u6210\u3055\u308c\u305f\u30bf\u30b9\u30af :task", "activity_43", ":user \u66f4\u65b0\u3055\u308c\u305f\u30bf\u30b9\u30af :task", "activity_44", ":user \u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u305f\u30bf\u30b9\u30af :task", "activity_45", ":user \u524a\u9664\u3055\u308c\u305f\u30bf\u30b9\u30af :task", "activity_46", ":user \u5fa9\u5143\u3055\u308c\u305f\u30bf\u30b9\u30af :task", "activity_47", ":user \u66f4\u65b0\u3055\u308c\u305f\u7d4c\u8cbb :expense", "activity_48", ":user \u304c\u30e6\u30fc\u30b6\u30fc :user \u3092\u4f5c\u6210\u3057\u307e\u3057\u305f", "activity_49", ":user \u66f4\u65b0\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc :user", "activity_50", ":user \u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc :user", "activity_51", ":user \u524a\u9664\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc :user", "activity_52", ":user \u5fa9\u5143\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc :user", "activity_53", ":user \u30de\u30fc\u30af\u4ed8\u304d\u9001\u4fe1\u6e08\u307f :invoice", "activity_54", ":user \u652f\u6255\u308f\u308c\u305f\u8acb\u6c42\u66f8 :invoice", "activity_55", ":contact \u8fd4\u4fe1\u30c1\u30b1\u30c3\u30c8 :ticket", "activity_56", ":user \u95b2\u89a7\u3057\u305f\u30c1\u30b1\u30c3\u30c8 :ticket", "activity_57", "\u30b7\u30b9\u30c6\u30e0\u304c\u8acb\u6c42\u66f8 :invoice \u3092\u96fb\u5b50\u30e1\u30fc\u30eb\u3067\u9001\u4fe1\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f", "activity_58", ":user \u9006\u8acb\u6c42\u66f8 :invoice", "activity_59", ":user \u30ad\u30e3\u30f3\u30bb\u30eb\u3055\u308c\u305f\u8acb\u6c42\u66f8 :invoice", "activity_60", ":contact \u95b2\u89a7\u5f15\u7528 :quote", "activity_61", ":user \u66f4\u65b0\u3055\u308c\u305f\u30af\u30e9\u30a4\u30a2\u30f3\u30c8 :client", "activity_62", ":user \u66f4\u65b0\u3055\u308c\u305f\u30d9\u30f3\u30c0\u30fc :vendor", "activity_63", ":user \u306f\u3001\u8acb\u6c42\u66f8 :invoice \u306e\u6700\u521d\u306e\u30ea\u30de\u30a4\u30f3\u30c0\u30fc\u3092 :contact \u306b\u96fb\u5b50\u30e1\u30fc\u30eb\u3067\u9001\u4fe1\u3057\u307e\u3057\u305f", "activity_64", ":user \u306f\u3001\u8acb\u6c42\u66f8 :invoice \u306e 2 \u56de\u76ee\u306e\u30ea\u30de\u30a4\u30f3\u30c0\u30fc\u3092 :contact \u306b\u96fb\u5b50\u30e1\u30fc\u30eb\u3067\u9001\u4fe1\u3057\u307e\u3057\u305f", "activity_65", ":user \u306f\u3001\u8acb\u6c42\u66f8 :invoice \u306e 3 \u56de\u76ee\u306e\u30ea\u30de\u30a4\u30f3\u30c0\u30fc\u3092 :contact \u306b\u96fb\u5b50\u30e1\u30fc\u30eb\u3067\u9001\u4fe1\u3057\u307e\u3057\u305f", "activity_66", ":user \u306f\u3001\u8acb\u6c42\u66f8 :invoice \u306e\u30a8\u30f3\u30c9\u30ec\u30b9 \u30ea\u30de\u30a4\u30f3\u30c0\u30fc\u3092 :contact \u306b\u96fb\u5b50\u30e1\u30fc\u30eb\u3067\u9001\u4fe1\u3057\u307e\u3057\u305f", "activity_80", ":user \u304c\u30b5\u30d6\u30b9\u30af\u30ea\u30d7\u30b7\u30e7\u30f3 :subscription \u3092\u4f5c\u6210\u3057\u307e\u3057\u305f", "activity_81", ":user \u66f4\u65b0\u3055\u308c\u305f\u30b5\u30d6\u30b9\u30af\u30ea\u30d7\u30b7\u30e7\u30f3 :subscription", "activity_82", ":user \u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u305f\u30b5\u30d6\u30b9\u30af\u30ea\u30d7\u30b7\u30e7\u30f3 :subscription", "activity_83", ":user \u524a\u9664\u3055\u308c\u305f\u30b5\u30d6\u30b9\u30af\u30ea\u30d7\u30b7\u30e7\u30f3 :subscription", "activity_84", ":user \u5fa9\u5143\u3055\u308c\u305f\u30b5\u30d6\u30b9\u30af\u30ea\u30d7\u30b7\u30e7\u30f3 :subscription", _s17_151, "\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_74, _s20_103, _s33_31, _s21_114, _s34_27, "expired", "Expired", "all", "All", "select", "\u9078\u629e", _s22_83, _s22_84, "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_117, _s18_118, _s24_71, _s24_72, _s29_46, _s29_47, _s27_66, _s27_67, _s31_24, _s31_25, "lock_invoices", "\u8acb\u6c42\u66f8\u3092\u30ed\u30c3\u30af", "translations", "Translations", _s19_86, _s19_87, _s19_88, _s19_89, _s22_85, _s22_86, _s22_87, _s22_88, _s21_115, _s21_116, _s21_117, _s21_118, _s21_119, _s21_120, _s21_121, _s21_122, _s22_89, _s22_90, _s22_91, _s22_92, _s22_93, _s22_94, _s22_95, "\u8acb\u6c42\u66f8\u756a\u53f7\u30ab\u30a6\u30f3\u30bf\u30fc", _s20_104, _s20_105, _s20_106, "\u8acb\u6c42\u66f8\u756a\u53f7\u30ab\u30a6\u30f3\u30bf\u30fc", _s21_123, _s21_124, _s21_125, _s21_126, _s21_127, _s21_124, _s21_128, _s21_126, _s18_119, _s18_120, "counter_padding", "Counter Padding", _s28_66, _s27_75, _s18_121, _s18_122, _s18_123, _s18_124, _s18_125, _s18_126, _s18_127, _s18_128, _s18_129, _s18_130, _s18_131, _s18_132, _s21_129, _s21_130, _s19_90, _s19_91, _s21_131, _s21_132, _s29_48, _s29_49, "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_260, _s16_261, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_262, "vendor_address1", "Vendor Street", "vendor_address2", _s16_263, _s24_73, _s22_97, _s24_74, _s25_69, "type", "Type", "invoice_amount", "Invoice Amount", _s16_264, "\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_153, _s18_83, _s17_154, _s18_84, _s17_155, _s18_85, _s17_156, _s18_86, "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_92, _s19_93, _s16_265, _s16_275, _s19_94, _s19_95, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_133, _s18_134, _s16_266, _s16_267], t1, t1), "km_KH", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "\u1780\u17be\u178f\u17a1\u17be\u1784\u1798\u17d2\u178f\u1784\u1791\u17c0\u178f", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "\u17a0\u17b6\u179f", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "\u1795\u17d2\u178a\u17b6\u1785\u17cb", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "\u1794\u17d2\u179a\u1797\u17c1\u1791\u1796\u1793\u17d2\u1792", "physical_goods", "\u1791\u17c6\u1793\u17b7\u1789\u179a\u17b6\u1784\u1780\u17b6\u1799", _s16_8, "\u1795\u179b\u17b7\u178f\u1795\u179b\u178c\u17b8\u1787\u17b8\u1790\u179b", "services", "\u179f\u17c1\u179c\u17b6\u1780\u1798\u17d2\u1798", "shipping", "\u1780\u17b6\u179a\u178a\u17b9\u1780\u1787\u1789\u17d2\u1787\u17bc\u1793", "tax_exempt", "\u1780\u17b6\u179a\u179b\u17be\u1780\u179b\u17c2\u1784\u1796\u1793\u17d2\u1792", "reduced_rate", "\u17a2\u178f\u17d2\u179a\u17b6\u1780\u17b6\u178f\u17cb\u1794\u1793\u17d2\u1790\u1799", "tax_all", "\u1796\u1793\u17d2\u1792\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u17d4", "tax_selected", "\u1794\u17b6\u1793\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u1796\u1793\u17d2\u1792", "version", "\u1780\u17c6\u178e\u17c2", _s16_10, "\u17a2\u1793\u17bb\u178f\u17c6\u1794\u1793\u17cb\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb", "calculate_taxes", "\u1782\u178e\u1793\u17b6\u1796\u1793\u17d2\u1792", _s20_5, "\u1782\u178e\u1793\u17b6\u1796\u1793\u17d2\u1792\u178a\u17c4\u1799\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7 \u1793\u17c5\u1796\u17c1\u179b\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "admin", "\u17a2\u17d2\u1793\u1780\u1782\u17d2\u179a\u1794\u17cb\u1782\u17d2\u179a\u1784", "owner", "\u1798\u17d2\u1785\u17b6\u179f\u17cb", "link_expenses", _s19_184, _s24_3, "\u1794\u17c6\u1794\u17d2\u179b\u17c2\u1784\u179f\u1798\u178f\u17bb\u179b\u17d2\u1799\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", _s25_1, "\u179f\u1798\u178f\u17bb\u179b\u17d2\u1799\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u178a\u17c2\u179b\u1794\u17b6\u1793\u1794\u17c6\u1794\u17d2\u179b\u17c2\u1784", "total_hours", "\u1798\u17c9\u17c4\u1784\u179f\u179a\u17bb\u1794", _s16_12, "\u1794\u17d2\u179a\u17be +days \u178a\u17be\u1798\u17d2\u1794\u17b8\u1780\u17c6\u178e\u178f\u17cb\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791\u1793\u17b6\u1796\u17c1\u179b\u17a2\u1793\u17b6\u1782\u178f", _s18_8, "\u1794\u17d2\u179a\u17be\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u179a\u17bb\u1780\u179a\u1780 PDF Viewer", _s23_, "\u1780\u17b6\u179a\u1796\u17d2\u179a\u1798\u17b6\u1793\u17d6 \u179a\u17b6\u179a\u17b6\u17c6\u1784\u17a2\u1793\u17d2\u178f\u179a\u1780\u1798\u17d2\u1798\u1787\u17b6\u1798\u17bd\u1799\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u1793\u17c5\u179b\u17be PDF", "increase_prices", "\u1794\u1784\u17d2\u1780\u17be\u1793\u178f\u1798\u17d2\u179b\u17c3", "update_prices", "\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u178f\u1798\u17d2\u179b\u17c3", "incresed_prices", "\u178f\u1798\u17d2\u179b\u17c3\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u178a\u17c6\u17a1\u17be\u1784\u200b\u178a\u17c4\u1799\u200b\u1787\u17c4\u1782\u1787\u17d0\u1799", "updated_prices", "\u178f\u1798\u17d2\u179b\u17c3\u178a\u17c2\u179b\u1794\u17b6\u1793\u178a\u17b6\u1780\u17cb\u1787\u17b6\u1787\u17bd\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799\u178a\u17be\u1798\u17d2\u1794\u17b8\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796", "bacs", "BACS \u17a5\u178e\u1796\u1793\u17d2\u1792\u1795\u17d2\u1791\u17b6\u179b\u17cb", "api_token", "API Token", "api_key", "\u179f\u17c4 API", "endpoint", "\u1785\u17c6\u178e\u17bb\u1785\u1794\u1789\u17d2\u1785\u1794\u17cb", "billable", "\u17a2\u17b6\u1785\u1785\u17c1\u1789\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1794\u17b6\u1793\u17d4", "not_billable", "\u1798\u17b7\u1793\u17a2\u17b6\u1785\u1785\u17c1\u1789\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1794\u17b6\u1793\u1791\u17c1\u17d4", _s25_3, "\u17a2\u1793\u17bb\u1789\u17d2\u1789\u17b6\u178f\u1792\u17b6\u178f\u17bb\u1797\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785\u178a\u17c2\u179b\u17a2\u17b6\u1785\u1785\u17c1\u1789\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s30_, "\u1794\u17be\u1780\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb\u179a\u1785\u1793\u17b6\u179f\u1798\u17d2\u1796\u17d0\u1793\u17d2\u1792\u1792\u17b6\u178f\u17bb\u1797\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785\u178e\u17b6\u1798\u17bd\u1799\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1785\u17c1\u1789\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s26_, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u1780\u17b6\u179a\u1796\u17b7\u1796\u178e\u17cc\u1793\u17b6\u1792\u17b6\u178f\u17bb\u1797\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785", _s31_, "\u1794\u17be\u1780\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1780\u17cb\u1780\u17b6\u179a\u1796\u17b7\u1796\u178e\u17cc\u1793\u17b6\u1792\u17b6\u178f\u17bb\u1797\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785", "email_record", "\u1780\u17c6\u178e\u178f\u17cb\u178f\u17d2\u179a\u17b6\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s23_0, "\u1787\u17bd\u179a\u1795\u179b\u17b7\u178f\u1795\u179b\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s21_1, "\u179f\u1798\u17d2\u179a\u1784\u17cb\u1795\u179b\u17b7\u178f\u1795\u179b\u1787\u17bd\u179a\u1788\u179a", _s22_3, "\u1785\u17c6\u1793\u17bd\u1793\u1791\u17b9\u1780\u1794\u17d2\u179a\u17b6\u1780\u17cb\u1791\u17bc\u1791\u17b6\u178f\u17cb\u17a2\u1794\u17d2\u1794\u1794\u179a\u1798\u17b6", _s25_5, "\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u178a\u17c2\u179b\u1794\u17b6\u1793\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178f\u17be\u1798\u179a\u1794\u179f\u17cb\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", _s30_0, "\u1782\u17b6\u17c6\u1791\u17d2\u179a\u1780\u17b6\u179a\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u1793\u17c5\u1780\u17d2\u1793\u17bb\u1784\u179c\u17b7\u1794\u1795\u178f\u1790\u179b\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u178a\u17c4\u1799\u1782\u17d2\u1798\u17b6\u1793\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s27_, "\u1785\u17c2\u1780\u179a\u17c6\u179b\u17c2\u1780\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a/\u1787\u17bd\u179a\u1788\u179a\u179f\u1798\u17d2\u179a\u1784\u17cb", "cc_email", "CC \u17a2\u17ca\u17b8\u1798\u17c2\u179b", "payment_balance", "\u179f\u1798\u178f\u17bb\u179b\u17d2\u1799\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb", _s22_5, "\u17a2\u1793\u17bb\u1789\u17d2\u1789\u17b6\u178f\u17b1\u17d2\u1799\u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb\u1785\u17bc\u179b\u1794\u17d2\u179a\u17be\u179a\u1794\u17b6\u1799\u1780\u17b6\u179a\u178e\u17cd \u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1780\u17c6\u178e\u178f\u17cb\u1785\u17c6\u1796\u17c4\u17c7\u1780\u17b6\u179a\u17a2\u1793\u17bb\u1789\u17d2\u1789\u17b6\u178f\u178a\u17c2\u179b\u1798\u17b6\u1793", "activity_138", "\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb :payment \u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1795\u17d2\u1789\u17be\u178f\u17b6\u1798\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u1791\u17c5 :client", _s17_, "\u1795\u179b\u17b7\u178f\u1795\u179b\u178f\u17c2\u1798\u17d2\u178f\u1784", _s26_1, "\u1787\u1798\u17d2\u179a\u17be\u179f\u1795\u179b\u17b7\u178f\u1795\u179b\u178f\u17c2\u1798\u17d2\u178f\u1784", "required", "\u1791\u17b6\u1798\u1791\u17b6\u179a", "hidden", "\u179b\u17b6\u1780\u17cb", "payment_links", _s18_242, "action", "\u179f\u1780\u1798\u17d2\u1798\u1797\u17b6\u1796", _s32_, "\u178a\u17c6\u17a1\u17be\u1784\u1780\u17c6\u178e\u17c2\u1791\u17c5\u1782\u1798\u17d2\u179a\u17c4\u1784\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u178a\u17be\u1798\u17d2\u1794\u17b8\u1794\u1784\u17d2\u1780\u17be\u178f\u1780\u17b6\u179b\u179c\u17b7\u1797\u17b6\u1782", "next_run", "\u179a\u178f\u17cb\u1794\u1793\u17d2\u1791\u17b6\u1794\u17cb", "all_clients", "\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u17d4", _s16_13, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u178f\u17b6\u179a\u17b6\u1784\u1797\u17b6\u1796\u1785\u17b6\u179f\u17cb", _s19_1, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u178f\u17b6\u179a\u17b6\u1784\u1791\u17bc\u1791\u17b6\u178f\u17cb", _s26_3, _s26_4, "email_statement", "\u179f\u17c1\u1785\u1780\u17d2\u178f\u17b8\u1790\u17d2\u179b\u17c2\u1784\u1780\u17b6\u179a\u178e\u17cd\u17a2\u17ca\u17b8\u1798\u17c2\u179b", "once", "\u1798\u17d2\u178f\u1784", "schedule", "\u1780\u17b6\u179b\u179c\u17b7\u1797\u17b6\u1782", "schedules", "\u1780\u17b6\u179b\u179c\u17b7\u1797\u17b6\u1782", "new_schedule", "\u1780\u17b6\u179b\u179c\u17b7\u1797\u17b6\u1782\u1790\u17d2\u1798\u17b8\u17d4", "edit_schedule", "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u1780\u17b6\u179b\u179c\u17b7\u1797\u17b6\u1782", _s16_15, "\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u1780\u17b6\u179b\u179c\u17b7\u1797\u17b6\u1782\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_16, "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1780\u17b6\u179b\u179c\u17b7\u1797\u17b6\u1782\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s17_1, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1780\u17b6\u179b\u179c\u17b7\u1797\u17b6\u1782\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_17, _s23_119, _s16_18, _s23_119, _s17_2, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1780\u17b6\u179b\u179c\u17b7\u1797\u17b6\u1782\u17a1\u17be\u1784\u179c\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "search_schedule", "\u1780\u17b6\u179b\u179c\u17b7\u1797\u17b6\u1782\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780", _s16_19, "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u1780\u17b6\u179b\u179c\u17b7\u1797\u17b6\u1782", "archive_payment", "\u1780\u17b6\u179a\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a", "archive_invoice", "\u1794\u178e\u17d2\u178e\u179f\u17b6\u179a\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "archive_quote", "\u1794\u178e\u17d2\u178e\u179f\u17b6\u179a\u179f\u1798\u17d2\u179a\u1784\u17cb", "archive_credit", "\u1794\u178e\u17d2\u178e\u179f\u17b6\u179a\u17a5\u178e\u1791\u17b6\u1793", "archive_task", "\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u1791\u17bb\u1780\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a", "archive_client", "\u1794\u178e\u17d2\u178e\u179f\u17b6\u179a\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "archive_project", "\u1782\u1798\u17d2\u179a\u17c4\u1784\u1794\u178e\u17d2\u178e\u179f\u17b6\u179a", "archive_expense", "\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u179b\u17be\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a", "restore_payment", "\u179f\u17d2\u178f\u17b6\u179a\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u17a1\u17be\u1784\u179c\u17b7\u1789", "restore_invoice", "\u179f\u17d2\u178f\u17b6\u179a\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "restore_quote", "\u179f\u17d2\u178f\u17b6\u179a\u179f\u1798\u17d2\u179a\u1784\u17cb", "restore_credit", "\u179f\u17d2\u178f\u17b6\u179a\u17a5\u178e\u1791\u17b6\u1793\u17a1\u17be\u1784\u179c\u17b7\u1789", "restore_task", "\u179f\u17d2\u178f\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a", "restore_client", "\u179f\u17d2\u178a\u17b6\u179a\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "restore_project", "\u179f\u17d2\u178f\u17b6\u179a\u1782\u1798\u17d2\u179a\u17c4\u1784", "restore_expense", "\u179f\u17d2\u178f\u17b6\u179a\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799", "archive_vendor", "\u1794\u178e\u17d2\u178e\u179f\u17b6\u179a\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb", "restore_vendor", "\u179f\u17d2\u178a\u17b6\u179a\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb", "create_product", "\u1790\u17c2\u1798 \u1795\u179b\u17b7\u178f\u1795\u179b", "update_product", "\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1795\u179b\u17b7\u178f\u1795\u179b", "delete_product", "\u179b\u17bb\u1794\u1795\u179b\u17b7\u178f\u1795\u179b", "restore_product", "\u179f\u17d2\u178f\u17b6\u179a\u1795\u179b\u17b7\u178f\u1795\u179b", "archive_product", "\u1794\u178e\u17d2\u178e\u179f\u17b6\u179a\u1795\u179b\u17b7\u178f\u1795\u179b", _s21_3, "\u1794\u1784\u17d2\u1780\u17be\u178f\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789", _s21_5, "\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789", _s21_7, "\u179b\u17bb\u1794\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789", _s22_6, "\u179f\u17d2\u178f\u17b6\u179a\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789\u17a1\u17be\u1784\u179c\u17b7\u1789", _s22_8, "\u1794\u178e\u17d2\u178e\u179f\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789", "sent_invoice", _s17_258, "sent_quote", "\u1794\u17b6\u1793\u1795\u17d2\u1789\u17be\u179f\u1798\u17d2\u179a\u1784\u17cb", "sent_credit", "\u1794\u17b6\u1793\u1795\u17d2\u1789\u17be\u17a5\u178e\u1791\u17b6\u1793", _s19_3, "\u1794\u17b6\u1793\u1795\u17d2\u1789\u17be\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789", "image_url", "URL \u179a\u17bc\u1794\u1797\u17b6\u1796", "max_quantity", "\u1794\u179a\u17b7\u1798\u17b6\u178e\u17a2\u178f\u17b7\u1794\u179a\u1798\u17b6", "test_url", "URL \u179f\u17b6\u1780\u179b\u17d2\u1794\u1784", _s18_9, _s26_101, _s20_6, "\u1787\u1798\u17d2\u179a\u17be\u179f\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1794\u1784\u17d2\u17a0\u17b6\u1789 \u1794\u17c9\u17bb\u1793\u17d2\u178f\u17c2\u1798\u17b7\u1793\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u1791\u17c1\u17d4", _s21_9, "\u1787\u1798\u17d2\u179a\u17be\u179f\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1794\u1784\u17d2\u17a0\u17b6\u1789 \u1793\u17b7\u1784\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f", _s21_10, _s26_101, "payment_methods", "\u179c\u17b7\u1792\u17b8\u179f\u17b6\u179f\u17d2\u179a\u17d2\u178f\u1791\u17bc\u1791\u17b6\u178f\u17cb", "view_all", "\u1798\u17be\u179b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u17d4", "edit_all", "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u17d4", _s28_0, "\u1791\u1791\u17bd\u179b\u1799\u1780\u179b\u17c1\u1781\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789", _s33_1, "\u17a2\u1793\u17bb\u1789\u17d2\u1789\u17b6\u178f\u17b1\u17d2\u1799\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u1795\u17d2\u178f\u179b\u17cb\u179b\u17c1\u1781 PO \u1793\u17c5\u1796\u17c1\u179b\u1799\u179b\u17cb\u1796\u17d2\u179a\u1798\u179b\u17be\u1780\u17b6\u179a\u178a\u1780\u179f\u17d2\u179a\u1784\u17cb", "from_email", "\u1796\u17b8\u17a2\u17ca\u17b8\u1798\u17c2\u179b", "show_preview", "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u1780\u17b6\u179a\u1798\u17be\u179b\u1787\u17b6\u1798\u17bb\u1793", "show_paid_stamp", "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u178f\u17d2\u179a\u17b6\u178a\u17c2\u179b\u1794\u17b6\u1793\u1794\u1784\u17cb", _s21_11, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u17a2\u17b6\u179f\u1799\u178a\u17d2\u178b\u17b6\u1793\u178a\u17b9\u1780\u1787\u1789\u17d2\u1787\u17bc\u1793", _s24_5, "\u1798\u17b7\u1793\u1798\u17b6\u1793\u17af\u1780\u179f\u17b6\u179a\u1793\u17c5\u1780\u17d2\u1793\u17bb\u1784\u1780\u17c6\u178e\u178f\u17cb\u178f\u17d2\u179a\u17b6\u178a\u17c2\u179b\u1794\u17b6\u1793\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u178a\u17be\u1798\u17d2\u1794\u17b8\u1791\u17b6\u1789\u1799\u1780\u1791\u17c1\u17d4", "pixels", "\u1797\u17b8\u1780\u179f\u17c2\u179b", "logo_size", "\u1791\u17c6\u17a0\u17c6\u1793\u17b7\u1798\u17b7\u178f\u17d2\u178f\u179f\u1789\u17d2\u1789\u17b6", "postal_city", "\u1794\u17d2\u179a\u17c3\u179f\u178e\u17b8\u1799\u17cd/\u1791\u17b8\u1780\u17d2\u179a\u17bb\u1784", "failed", "\u1794\u179a\u17b6\u1787\u17d0\u1799", "client_contacts", "\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "sync_from", "\u1792\u17d2\u179c\u17be\u179f\u1798\u1780\u17b6\u179b\u1780\u1798\u17d2\u1798\u1796\u17b8", _s19_6, "\u1780\u1798\u17d2\u179a\u17b7\u178f\u179f\u17b6\u179a\u1796\u17be\u1797\u17d0\u178e\u17d2\u178c", "hour", "\u1798\u17c9\u17c4\u1784", _s17_3, "\u179f\u17c1\u1785\u1780\u17d2\u178f\u17b8\u1790\u17d2\u179b\u17c2\u1784\u1780\u17b6\u179a\u178e\u17cd\u178a\u17c2\u179b\u1794\u17b6\u1793\u178a\u17b6\u1780\u17cb\u1787\u17b6\u1787\u17bd\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799\u178a\u17be\u1798\u17d2\u1794\u17b8\u1795\u17d2\u1789\u17be", _s17_4, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u1794\u17b6\u178f\u1780\u1790\u17b6\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s18_10, "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1798\u17c9\u17c4\u1784\u1780\u17b6\u179a\u1784\u17b6\u179a", _s23_2, "\u1794\u1793\u17d2\u1790\u17c2\u1798\u1798\u17c9\u17c4\u1784\u1791\u17c5\u1792\u17b6\u178f\u17bb\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s27_1, "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u179f\u17d2\u178f\u1784\u17cb\u178a\u17b6\u179a\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7", _s28_2, "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u179c\u17b7\u1789\u178a\u17c4\u1799\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7", "email_alignment", "\u1780\u17b6\u179a\u178f\u1798\u17d2\u179a\u17b9\u1798\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s20_7, "\u1791\u17b8\u178f\u17b6\u17c6\u1784\u1798\u17be\u179b\u1787\u17b6\u1798\u17bb\u1793 PDF", "mailgun", "Mailgun", "postmark", "\u1794\u17d2\u179a\u17c3\u179f\u178e\u17b8\u1799\u17cd", "microsoft", "\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793 Microsoft", _s27_3, "\u1785\u17bb\u1785 + \u178a\u17be\u1798\u17d2\u1794\u17b8\u1794\u1784\u17d2\u1780\u17be\u178f\u1780\u17c6\u178e\u178f\u17cb\u178f\u17d2\u179a\u17b6", "last365_days", "365 \u1790\u17d2\u1784\u17c3\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799", "import_design", "\u179a\u1785\u1793\u17b6\u1793\u17b6\u17c6\u1785\u17bc\u179b", "imported_design", "\u179a\u1785\u1793\u17b6\u1793\u17b6\u17c6\u1785\u17bc\u179b\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "invalid_design", "\u1780\u17b6\u179a\u179a\u1785\u1793\u17b6\u1798\u17b7\u1793\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c\u1791\u17c1 \u1795\u17d2\u1793\u17c2\u1780 :value \u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1794\u17b6\u178f\u17cb", _s17_6, "\u178f\u17be\u17a2\u17d2\u1793\u1780\u1785\u1784\u17cb\u1794\u1784\u17d2\u17a0\u17c4\u17c7\u17a1\u17bc\u17a0\u17d2\u1782\u17c4\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u1791\u17c1?", "upload", "\u1795\u17d2\u1791\u17bb\u1780\u17a1\u17be\u1784", _s17_7, "\u1780\u17c6\u178e\u17c2\u178a\u17c2\u179b\u1794\u17b6\u1793\u178a\u17c6\u17a1\u17be\u1784", _s23_3, "\u1787\u17bc\u1793\u178a\u17c6\u178e\u17b9\u1784\u178a\u179b\u17cb\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb\u1793\u17c5\u1796\u17c1\u179b\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb", _s28_5, "\u1795\u17d2\u1789\u17be\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u1791\u17c5\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb \u1793\u17c5\u1796\u17c1\u179b\u178a\u17c2\u179b\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb\u1790\u17b6\u1794\u17b6\u1793\u1794\u1784\u17cb", "update_payment", "\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb", "markup", "\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb", _s22_10, "\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u17a1\u17be\u1784", _s19_8, "\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1795\u17d2\u1789\u17be", _s21_13, "\u1794\u17b6\u1793\u1798\u17be\u179b\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789", _s23_5, "\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1791\u1791\u17bd\u179b\u1799\u1780", _s20_9, "\u1785\u17c6\u1793\u17bd\u1793\u1791\u17b9\u1780\u1794\u17d2\u179a\u17b6\u1780\u17cb\u17a5\u178e\u1791\u17b6\u1793\u1798\u17b7\u1793\u17a2\u17b6\u1785\u1792\u17c6\u1787\u17b6\u1784\u1785\u17c6\u1793\u17bd\u1793\u1791\u17b9\u1780\u1794\u17d2\u179a\u17b6\u1780\u17cb\u1791\u17bc\u1791\u17b6\u178f\u17cb\u1793\u17c4\u17c7\u1791\u17c1\u17d4", "klarna", "\u1780\u17d2\u179b\u17b6\u178e\u17b6", _s29_7, "\u1780\u17c6\u178e\u178f\u17cb\u17a2\u178f\u17d2\u179a\u17b6\u1794\u17d2\u178f\u17bc\u179a\u1794\u17d2\u179a\u17b6\u1780\u17cb\u1793\u17c5\u1796\u17c1\u179b\u1794\u1789\u17d2\u1785\u17bc\u179b\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u178a\u17c4\u1799\u178a\u17c3", _s29_8, "\u1780\u17c6\u178e\u178f\u17cb\u17a2\u178f\u17d2\u179a\u17b6\u1794\u17d2\u178f\u17bc\u179a\u1794\u17d2\u179a\u17b6\u1780\u17cb\u1793\u17c5\u1796\u17c1\u179b\u1794\u1784\u17d2\u1780\u17be\u178f\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799", "matomo_url", "Matomo URL", "matomo_id", "\u179b\u17c1\u1781\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb Matomo", _s21_15, _s23_120, _s25_7, "\u1795\u17d2\u1789\u17be\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u1793\u17c5\u1796\u17c1\u179b\u178a\u17c2\u179b\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u178f\u17b6\u1798\u17a2\u17ca\u17b8\u1793\u1792\u17ba\u178e\u17b7\u178f\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u17a1\u17be\u1784", _s25_8, "\u1795\u17d2\u1789\u17be\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u1793\u17c5\u1796\u17c1\u179b\u1794\u1789\u17d2\u1785\u17bc\u179b\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u178a\u17c4\u1799\u178a\u17c3", _s28_6, "\u1795\u17d2\u1789\u17be\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u1793\u17c5\u1796\u17c1\u179b\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1790\u17b6\u1794\u17b6\u1793\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb", "delete_project", "\u179b\u17bb\u1794\u1782\u1798\u17d2\u179a\u17c4\u1784", _s18_12, "\u1794\u17b6\u1793\u1797\u17d2\u1787\u17b6\u1794\u17cb\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "link_payment", _s18_242, "link_expense", _s19_184, _s19_10, "\u1785\u17b6\u1780\u17cb\u179f\u17c4\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u178a\u17c2\u179b\u1785\u17c1\u1789\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s24_6, "\u1780\u17b6\u179a\u1796\u17b6\u179a\u200b\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u200b\u1798\u17b7\u1793\u200b\u17b1\u17d2\u1799\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u1780\u17c2\u200b\u179f\u1798\u17d2\u179a\u17bd\u179b\u200b\u1796\u17c1\u179b\u200b\u1785\u17c1\u1789\u200b\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s21_16, "\u1780\u17b6\u179a\u1785\u17bb\u17c7\u1788\u17d2\u1798\u17c4\u17c7\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1791\u17b6\u1798\u1791\u17b6\u179a", _s26_6, "\u178f\u1798\u17d2\u179a\u17bc\u179c\u17b1\u17d2\u1799\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u1785\u17bb\u17c7\u1788\u17d2\u1798\u17c4\u17c7", _s24_7, "\u1794\u17d2\u179a\u17be\u1780\u17b6\u179a\u1782\u17d2\u179a\u1794\u17cb\u1782\u17d2\u179a\u1784\u179f\u17b6\u179a\u1796\u17be\u1797\u17d0\u178e\u17d2\u178c", _s29_9, "\u1791\u17b6\u1798\u1791\u17b6\u179a\u1795\u179b\u17b7\u178f\u1795\u179b\u1780\u17d2\u1793\u17bb\u1784\u179f\u17d2\u178f\u17bb\u1780", _s17_9, "\u1795\u179b\u17b7\u178f\u1795\u179b\u179f\u17d2\u179a\u17c1\u1785\u1785\u17b7\u178f\u17d2\u178f", _s27_5, "\u1795\u179b\u17b7\u178f\u1795\u179b\u1794\u1793\u17d2\u178f\u1794\u1793\u17d2\u1791\u17b6\u1794\u17cb\u1787\u17b6\u1787\u1798\u17d2\u179a\u17be\u179f", "convert_matched", "\u1794\u1798\u17d2\u179b\u17c2\u1784", _s19_12, "\u1794\u17b6\u1793\u1791\u1791\u17bd\u179b\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799 \u178a\u17be\u1798\u17d2\u1794\u17b8\u1785\u17c1\u1789\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c4\u1799\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7", _s20_10, "\u179a\u17c0\u1794\u1785\u17c6\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799 \u178a\u17be\u1798\u17d2\u1794\u17b8\u1785\u17c1\u1789\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c4\u1799\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7", "operator", "\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u179a", "value", "\u178f\u1798\u17d2\u179b\u17c3", "is", "\u1782\u17ba", "contains", "\u1798\u17b6\u1793", "starts_with", "\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178f\u17be\u1798\u1787\u17b6\u1798\u17bd\u1799", "is_empty", "\u1782\u17ba\u200b\u1791\u1791\u17c1", "add_rule", "\u1794\u1793\u17d2\u1790\u17c2\u1798\u1785\u17d2\u1794\u17b6\u1794\u17cb", "match_all_rules", "\u1795\u17d2\u1782\u17bc\u1795\u17d2\u1782\u1784\u1785\u17d2\u1794\u17b6\u1794\u17cb\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u17d4", _s20_11, "\u179b\u1780\u17d2\u1781\u178e\u17c8\u179c\u17b7\u1793\u17b7\u1785\u17d2\u1786\u17d0\u1799\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u178f\u17d2\u179a\u17bc\u179c\u178f\u17c2\u1795\u17d2\u1782\u17bc\u1795\u17d2\u1782\u1784\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u1785\u17d2\u1794\u17b6\u1794\u17cb\u178a\u17c2\u179b\u178f\u17d2\u179a\u17bc\u179c\u17a2\u1793\u17bb\u179c\u178f\u17d2\u178f", _s17_11, "\u1794\u17c6\u1794\u17d2\u179b\u17c2\u1784\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u178a\u17c2\u179b\u178f\u17d2\u179a\u17bc\u179c\u1782\u17d2\u1793\u17b6\u178a\u17c4\u1799\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7\u1791\u17c5\u1787\u17b6\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799", "rules", "\u1785\u17d2\u1794\u17b6\u1794\u17cb", _s16_21, _s19_185, _s17_12, _s19_185, _s20_12, "\u1785\u17d2\u1794\u17b6\u1794\u17cb\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u1790\u17d2\u1798\u17b8\u17d4", _s21_18, "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u1785\u17d2\u1794\u17b6\u1794\u17cb\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a", _s24_9, "\u1794\u1784\u17d2\u1780\u17be\u178f\u1785\u17d2\u1794\u17b6\u1794\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s24_10, "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1785\u17d2\u1794\u17b6\u1794\u17cb\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s25_10, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1785\u17d2\u1794\u17b6\u1794\u17cb\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s24_11, _s34_43, _s24_12, _s34_43, _s25_11, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1785\u17d2\u1794\u17b6\u1794\u17cb\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u17a1\u17be\u1784\u179c\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s23_7, _s26_102, _s24_13, _s26_102, _s21_20, "\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1787\u17b6\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798", _s22_12, "\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1787\u17b6\u1794\u17b6\u178f\u1780\u1790\u17b6\u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798", "auto_sync", "\u1792\u17d2\u179c\u17be\u179f\u1798\u1780\u17b6\u179b\u1780\u1798\u17d2\u1798\u178a\u17c4\u1799\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7", _s16_23, "\u1792\u17d2\u179c\u17be\u17b1\u17d2\u1799\u1782\u178e\u1793\u17b8\u17a1\u17be\u1784\u179c\u17b7\u1789", _s31_2, "\u178a\u17c6\u17a1\u17be\u1784\u1780\u17c6\u178e\u17c2\u1791\u17c5\u1787\u17b6\u179f\u17a0\u1782\u17d2\u179a\u17b6\u179f \u178a\u17be\u1798\u17d2\u1794\u17b8\u1797\u17d2\u1787\u17b6\u1794\u17cb\u1782\u178e\u1793\u17b8\u1792\u1793\u17b6\u1782\u17b6\u179a\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u17d4", _s34_0, "\u1785\u17bb\u1785\u1791\u17b8\u1793\u17c1\u17c7\u178a\u17be\u1798\u17d2\u1794\u17b8\u1797\u17d2\u1787\u17b6\u1794\u17cb\u1782\u178e\u1793\u17b8\u1792\u1793\u17b6\u1782\u17b6\u179a\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u17d4", "disable_2fa", "\u1794\u17b7\u1791 2FA", "change_number", "\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178f\u17bc\u179a\u179b\u17c1\u1781", "resend_code", "\u1795\u17d2\u1789\u17be\u179b\u17c1\u1781\u1780\u17bc\u178a\u17a1\u17be\u1784\u179c\u17b7\u1789", "base_type", "\u1794\u17d2\u179a\u1797\u17c1\u1791\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793", "category_type", "\u1794\u17d2\u179a\u1797\u17c1\u1791", _s16_25, "\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a", "bulk_print", "\u1794\u17c4\u17c7\u1796\u17bb\u1798\u17d2\u1796 PDF", _s18_13, "\u179b\u17c1\u1781\u1780\u17bc\u178a\u1794\u17d2\u179a\u17c3\u179f\u178e\u17b8\u1799\u17cd\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb", _s16_26, "\u1798\u17be\u179b\u1791\u17b8\u178f\u17b6\u17c6\u1784\u1787\u17b6\u1798\u17bb\u1793", "bottom", "\u1794\u17b6\u178f", "side", "\u1785\u17c6\u17a0\u17c0\u1784", "pdf_preview", "\u1780\u17b6\u179a\u1798\u17be\u179b\u1787\u17b6 PDF", _s20_14, "\u1785\u17bb\u1785\u17b1\u17d2\u1799\u1799\u17bc\u179a\u178a\u17be\u1798\u17d2\u1794\u17b8\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f", _s21_22, "\u179b\u17c1\u1781\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789", _s19_13, "\u179c\u178f\u17d2\u1790\u17bb\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789", _s22_14, "\u178f\u17be\u17a2\u17d2\u1793\u1780\u1785\u1784\u17cb\u179c\u17b6\u1799\u178f\u1798\u17d2\u179b\u17c3\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u1791\u17c1?", "include_deleted", "\u179a\u17bd\u1798\u1794\u1789\u17d2\u1785\u17bc\u179b\u1780\u17b6\u179a\u179b\u17bb\u1794", _s20_16, "\u179a\u17bd\u1798\u1794\u1789\u17d2\u1785\u17bc\u179b\u1780\u17c6\u178e\u178f\u17cb\u178f\u17d2\u179a\u17b6\u178a\u17c2\u179b\u1794\u17b6\u1793\u179b\u17bb\u1794\u1793\u17c5\u1780\u17d2\u1793\u17bb\u1784\u179a\u1794\u17b6\u1799\u1780\u17b6\u179a\u178e\u17cd", "due_on", "\u178a\u179b\u17cb\u200b\u1780\u17c6\u178e\u178f\u17cb", _s22_15, _s32_43, _s20_17, "\u1794\u1784\u17d2\u1780\u17be\u178f\u1782\u178e\u1793\u17b8\u1792\u1793\u17b6\u1782\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s20_18, "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1782\u178e\u1793\u17b8\u1792\u1793\u17b6\u1782\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s17_14, "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u1782\u178e\u1793\u17b8\u1792\u1793\u17b6\u1782\u17b6\u179a", _s16_28, "\u1794\u17d2\u179a\u1797\u17c1\u1791\u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798", "account_type", "\u1794\u17d2\u179a\u1797\u17c1\u1791\u200b\u1782\u178e\u1793\u17b8", _s16_30, "\u1782\u178e\u1793\u17b8\u1792\u1793\u17b6\u1782\u17b6\u179a\u1790\u17d2\u1798\u17b8\u17d4", _s16_31, "\u1797\u17d2\u1787\u17b6\u1794\u17cb\u1782\u178e\u1793\u17b8", "manage_rules", "\u1782\u17d2\u179a\u1794\u17cb\u1782\u17d2\u179a\u1784\u1785\u17d2\u1794\u17b6\u1794\u17cb", "search_category", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 1 \u1794\u17d2\u179a\u1797\u17c1\u1791", _s17_17, "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 :count \u1794\u17d2\u179a\u1797\u17c1\u1791", "min_amount", "\u1785\u17c6\u1793\u17bd\u1793\u1791\u17b9\u1780\u1794\u17d2\u179a\u17b6\u1780\u17cb\u17a2\u1794\u17d2\u1794\u1794\u179a\u1798\u17b6", "max_amount", "\u1785\u17c6\u1793\u17bd\u1793\u1791\u17b9\u1780\u1794\u17d2\u179a\u17b6\u1780\u17cb\u17a2\u178f\u17b7\u1794\u179a\u1798\u17b6", "selected", "\u1794\u17b6\u1793\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f", _s21_24, _s32_43, _s18_15, "\u1794\u1798\u17d2\u179b\u17c2\u1784\u1791\u17c5\u1787\u17b6\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb", "deposit", "\u178a\u17b6\u1780\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb", "withdrawal", "\u1780\u17b6\u179a\u178a\u1780\u1794\u17d2\u179a\u17b6\u1780\u17cb", "deposits", "\u1794\u17d2\u179a\u17b6\u1780\u17cb\u1794\u1789\u17d2\u1789\u17be", "withdrawals", "\u1780\u17b6\u179a\u178a\u1780\u1794\u17d2\u179a\u17b6\u1780\u17cb", "matched", "\u1795\u17d2\u1782\u17bc\u1795\u17d2\u1782\u1784", "unmatched", "\u1798\u17b7\u1793\u1795\u17d2\u1782\u17bc\u1795\u17d2\u1782\u1784", "create_credit", "\u1794\u1784\u17d2\u1780\u17be\u178f\u17a5\u178e\u1791\u17b6\u1793", "update_credit", "\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u17a5\u178e\u1791\u17b6\u1793", "delete_credit", "\u179b\u17bb\u1794\u17a5\u178e\u1791\u17b6\u1793", "transaction", "\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a", "transactions", "\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a", "new_transaction", "\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u1790\u17d2\u1798\u17b8\u17d4", _s16_33, "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a", _s19_15, "\u1794\u1784\u17d2\u1780\u17be\u178f\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s19_16, "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s20_19, "\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u178a\u17c2\u179b\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s19_17, _s28_110, _s19_18, _s28_110, _s20_20, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u17a1\u17be\u1784\u179c\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s18_17, "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a", _s19_19, "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a :count", "bank_account", "\u1782\u178e\u1793\u17b8\u1792\u1793\u17b6\u1782\u17b6\u179a", "bank_accounts", _s20_209, _s21_25, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1782\u178e\u1793\u17b8\u1792\u1793\u17b6\u1782\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s20_21, _s25_108, _s20_22, _s25_108, _s21_26, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1782\u178e\u1793\u17b8\u1792\u1793\u17b6\u1782\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s19_20, "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u1782\u178e\u1793\u17b8\u1792\u1793\u17b6\u1782\u17b6\u179a", _s20_23, "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u1782\u178e\u1793\u17b8\u1792\u1793\u17b6\u1782\u17b6\u179a :count", "connect", "\u1797\u17d2\u1787\u17b6\u1794\u17cb", _s23_9, "\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u1791\u17bc\u1791\u17b6\u178f\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb", _s18_19, "\u1794\u1798\u17d2\u179b\u17c2\u1784\u1791\u17c5\u1787\u17b6\u1782\u1798\u17d2\u179a\u17c4\u1784", "client_email", "\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", _s20_24, "\u1782\u1798\u17d2\u179a\u17c4\u1784\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s25_12, "\u1794\u1793\u17d2\u1790\u17c2\u1798\u1782\u1798\u17d2\u179a\u17c4\u1784\u1791\u17c5\u1792\u17b6\u178f\u17bb\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "field", "\u179c\u17b6\u179b", "period", "\u179a\u1799\u17c8\u1796\u17c1\u179b", "fields_per_row", "\u179c\u17b6\u179b\u1780\u17d2\u1793\u17bb\u1784\u1798\u17bd\u1799\u1787\u17bd\u179a", _s21_27, "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u179f\u1780\u1798\u17d2\u1798", _s26_8, "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1786\u17d2\u1793\u17be\u1798", _s24_16, "\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u1794\u17b6\u1793\u1794\u1789\u17d2\u1785\u1794\u17cb", _s23_11, _s21_209, _s19_22, "\u179f\u1798\u17d2\u179a\u1784\u17cb\u179f\u1780\u1798\u17d2\u1798", _s21_28, "\u179f\u1798\u17d2\u179a\u1784\u17cb\u178a\u17c2\u179b\u1794\u17b6\u1793\u17a2\u1793\u17bb\u1798\u17d0\u178f", _s23_12, "\u179f\u1798\u17d2\u179a\u1784\u17cb\u178a\u17c2\u179b\u1798\u17b7\u1793\u1798\u17b6\u1793\u1780\u17b6\u179a\u1799\u179b\u17cb\u1796\u17d2\u179a\u1798", _s18_22, "\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u178a\u17c2\u179b\u1794\u17b6\u1793\u1780\u178f\u17cb\u178f\u17d2\u179a\u17b6", _s20_27, "\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u178a\u17c2\u179b\u1785\u17c1\u1789\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s16_35, "\u1797\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785\u178a\u17c2\u179b\u1794\u17b6\u1793\u1794\u1784\u17cb", _s21_29, "\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u178a\u17c2\u179b\u1794\u17b6\u1793\u1780\u178f\u17cb\u178f\u17d2\u179a\u17b6", _s22_16, "\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u178a\u17c2\u179b\u1798\u17b7\u1793\u1791\u17b6\u1793\u17cb\u179f\u1798\u17d2\u179a\u17c1\u1785", _s23_13, "\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u179b\u17be\u179c\u17b7\u1780\u17d0\u1799\u1794\u17d0\u178f\u17d2\u179a", _s27_8, "\u179c\u17b7\u1780\u17d0\u1799\u1794\u17d0\u178f\u17d2\u179a\u1794\u1784\u17cb\u1790\u17d2\u179b\u17c3\u1785\u17c6\u178e\u17b6\u1799", "activity_130", ":user \u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789 :purchase_order", "activity_131", ":user \u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789\u178a\u17c2\u179b\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796 :purchase_order", "activity_132", ":user \u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a :purchase_order", "activity_133", ":user \u1794\u17b6\u1793\u179b\u17bb\u1794\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789 :purchase_order", "activity_134", ":user \u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789\u178a\u17c2\u179b\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a :purchase_order", "activity_135", ":user \u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789\u178f\u17b6\u1798\u17a2\u17ca\u17b8\u1798\u17c2\u179b :purchase_order", "activity_136", ":contact \u1794\u17b6\u1793\u1798\u17be\u179b\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789 :purchase_order", "activity_137", ":contact \u1794\u17b6\u1793\u1791\u1791\u17bd\u179b\u1799\u1780\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789 :purchase_order", "vendor_portal", "\u179c\u17b7\u1794\u1795\u178f\u1790\u179b\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb", "send_code", "\u1795\u17d2\u1789\u17be\u179b\u17c1\u1781\u1780\u17bc\u178a", _s24_17, "\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1780\u17c6\u178e\u178f\u17cb\u178f\u17d2\u179a\u17b6\u178a\u17be\u1798\u17d2\u1794\u17b8\u1795\u17d2\u1791\u17bb\u1780\u17a1\u17be\u1784\u17af\u1780\u179f\u17b6\u179a", _s17_21, "\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792\u179b\u17be\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799", _s22_17, "\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792\u179b\u17be\u1792\u17b6\u178f\u17bb\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s21_31, "\u1794\u17b6\u1793\u1795\u17d2\u1791\u17c0\u1784\u1795\u17d2\u1791\u17b6\u178f\u17cb\u179b\u17c1\u1781\u1791\u17bc\u179a\u179f\u17d0\u1796\u17d2\u1791\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "code_was_sent", "\u179b\u17c1\u1781\u1780\u17bc\u178a\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1795\u17d2\u1789\u17be\u178f\u17b6\u1798\u179a\u1799\u17c8\u179f\u17b6\u179a SMS", _s16_37, "\u179b\u17c1\u1781\u1780\u17bc\u178a\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1795\u17d2\u1789\u17be\u178f\u17b6\u1798\u179f\u17b6\u179a SMS \u1791\u17c5 :number", "resend", "\u1795\u17d2\u1789\u17be\u17a1\u17be\u1784\u179c\u17b7\u1789", "verify", "\u1795\u17d2\u1791\u17c0\u1784\u200b\u1795\u17d2\u1791\u17b6\u178f\u17cb", _s18_23, "\u179f\u17bc\u1798\u1795\u17d2\u178f\u179b\u17cb\u179b\u17c1\u1781\u1791\u17bc\u179a\u179f\u17d0\u1796\u17d2\u1791", _s20_28, "\u179b\u17c1\u1781\u1791\u17bc\u179a\u179f\u17d0\u1796\u17d2\u1791\u1798\u17b7\u1793\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c", _s19_23, "\u1795\u17d2\u1791\u17c0\u1784\u1795\u17d2\u1791\u17b6\u178f\u17cb\u179b\u17c1\u1781\u1791\u17bc\u179a\u179f\u17d0\u1796\u17d2\u1791", _s24_18, "\u179f\u17bc\u1798\u1795\u17d2\u1791\u17c0\u1784\u1795\u17d2\u1791\u17b6\u178f\u17cb\u179b\u17c1\u1781\u1791\u17bc\u179a\u179f\u17d0\u1796\u17d2\u1791\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780 \u178a\u17be\u1798\u17d2\u1794\u17b8\u1795\u17d2\u1789\u17be\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s28_8, "\u179f\u17bc\u1798\u1795\u17d2\u1791\u17c0\u1784\u1795\u17d2\u1791\u17b6\u178f\u17cb\u179b\u17c1\u1781\u1791\u17bc\u179a\u179f\u17d0\u1796\u17d2\u1791\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u1780\u17b6\u179a\u1794\u1798\u17d2\u179a\u17bb\u1784\u1791\u17bb\u1780 2FA", "merged_clients", "\u1794\u17b6\u1793\u200b\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u200b\u178a\u17c4\u1799\u200b\u1787\u17c4\u1782\u1787\u17d0\u1799", "merge_into", "\u1794\u1789\u17d2\u1785\u17bc\u179b\u1785\u17bc\u179b\u1782\u17d2\u1793\u17b6\u17d4", "merge", "\u1794\u1789\u17d2\u1785\u17bc\u179b\u1782\u17d2\u1793\u17b6", _s21_32, "\u1780\u17b6\u179a\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178f\u17bc\u179a\u178f\u1798\u17d2\u179b\u17c3\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1791\u1791\u17bd\u179b\u1799\u1780", _s19_25, "\u1780\u17b6\u179a\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178f\u17bc\u179a\u178f\u1798\u17d2\u179b\u17c3\u1794\u17b6\u1793\u1794\u179a\u17b6\u1787\u17d0\u1799\u178a\u17c4\u1799\u1794\u17d2\u179a\u17be\u179b\u17c1\u1781\u1780\u17bc\u178a", _s17_23, "\u1791\u17b7\u1789\u17a1\u17be\u1784\u179c\u17b7\u1789", "activate", "\u1792\u17d2\u179c\u17be\u17b1\u17d2\u1799\u179f\u1780\u1798\u17d2\u1798", "connect_apple", "\u1797\u17d2\u1787\u17b6\u1794\u17cb Apple", _s16_38, "\u1795\u17d2\u178f\u17b6\u1785\u17cb Apple", _s18_24, "\u1794\u17b6\u1793\u1795\u17d2\u178f\u17b6\u1785\u17cb Apple \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "send_now", "\u1795\u17d2\u1789\u17be\u200b\u17a5\u17a1\u17bc\u179c", "received", "\u1794\u17b6\u1793\u1791\u1791\u17bd\u179b", _s19_26, "\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789", _s20_30, _s31_56, _s21_34, _s31_56, _s18_25, "\u1794\u1798\u17d2\u179b\u17c2\u1784\u1791\u17c5\u1787\u17b6\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799", _s16_40, "\u1794\u1793\u17d2\u1790\u17c2\u1798\u1791\u17c5\u179f\u17b6\u179a\u1796\u17be\u1797\u17d0\u178e\u17d2\u178c", _s33_9, _s46_19, _s34_7, _s46_19, _s22_19, "\u1780\u17b6\u179a\u1795\u17d2\u1791\u17bb\u1780\u17af\u1780\u179f\u17b6\u179a\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", _s22_21, "\u1795\u17d2\u1791\u17bb\u1780\u17af\u1780\u179f\u17b6\u179a\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb", _s27_10, "\u1794\u17be\u1780\u17b1\u17d2\u1799\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb\u1795\u17d2\u1791\u17bb\u1780\u17af\u1780\u179f\u17b6\u179a", _s24_19, "\u178f\u17be\u17a2\u17d2\u1793\u1780\u179a\u17b8\u1780\u179a\u17b6\u1799\u1793\u17b9\u1784\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u1791\u17c1?", "yes_its_great", "\u1794\u17b6\u1791 \u179c\u17b6\u17a2\u179f\u17d2\u1785\u17b6\u179a\u17d2\u1799\u178e\u17b6\u179f\u17cb!", "not_so_much", "\u1798\u17b7\u1793\u1785\u17d2\u179a\u17be\u1793\u1791\u17c1\u17d4", _s17_25, "\u1796\u17b7\u179a\u17c4\u17c7\u178e\u17b6\u179f\u17cb! \u178f\u17be\u17a2\u17d2\u1793\u1780\u1785\u1784\u17cb\u179c\u17b6\u1799\u178f\u1798\u17d2\u179b\u17c3\u179c\u17b6\u1791\u17c1?", _s22_23, "\u179f\u17bb\u17c6\u1791\u17c4\u179f! \u178f\u17be\u17a2\u17d2\u1793\u1780\u1785\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1794\u17cb\u1799\u17be\u1784\u1794\u1793\u17d2\u1790\u17c2\u1798\u1791\u17c1?", "sure_happy_to", "\u1794\u17d2\u179a\u17b6\u1780\u178a\u178e\u17b6\u179f\u17cb \u179a\u17b8\u1780\u179a\u17b6\u1799", "no_not_now", "\u1791\u17c1 \u1798\u17b7\u1793\u1798\u17c2\u1793\u17a5\u17a1\u17bc\u179c\u1793\u17c1\u17c7\u1791\u17c1\u17d4", "add", "\u1794\u1793\u17d2\u1790\u17c2\u1798", _s18_27, "\u1782\u17c6\u179a\u17bc\u178a\u17c2\u179b\u1794\u17b6\u1793\u1795\u17d2\u1789\u17be\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799", _s22_24, "\u1794\u17be\u1780\u1780\u17b6\u179a\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u178a\u17c2\u179b\u17a2\u17b6\u1785\u1794\u178f\u17cb\u1794\u17c2\u1793\u1794\u17b6\u1793\u17d4", _s27_11, "\u1795\u17d2\u1782\u17bc\u1795\u17d2\u1782\u1784\u178f\u17bd\u17a2\u1780\u17d2\u179f\u179a\u178a\u17c2\u179b\u1798\u17b7\u1793\u1787\u17b6\u1794\u17cb\u1782\u17d2\u1793\u17b6 \u1796\u17c4\u179b\u1782\u17ba\u17d4 "ct" \u178f\u17d2\u179a\u17bc\u179c\u1782\u17d2\u1793\u17b6\u1793\u17b9\u1784 "\u1786\u17d2\u1798\u17b6"", "vendor_details", "\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u179b\u1798\u17d2\u17a2\u17b7\u178f\u1796\u17b8\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb", _s22_26, "\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u179b\u1798\u17d2\u17a2\u17b7\u178f\u1793\u17c3\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789", "qr_iban", "QR IBAN", "besr_id", "\u179b\u17c1\u1781\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb BESR", "accept", "\u1791\u1791\u17bd\u179b\u1799\u1780", _s23_14, "\u1780\u17d2\u179b\u17bc\u1793\u1791\u17c5 PO", _s20_31, "\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb\u1798\u17b7\u1793\u1798\u17b6\u1793\u17a2\u17b6\u179f\u1799\u178a\u17d2\u178b\u17b6\u1793\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u1791\u17c1\u17d4", "bulk_send_email", "\u1795\u17d2\u1789\u17be\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s29_12, _s39_30, _s30_3, _s39_30, _s23_15, _s29_87, _s24_20, _s29_87, _s24_21, _s29_88, _s25_14, _s29_88, "accepted", "\u1791\u1791\u17bd\u179b\u1799\u1780", _s22_28, "\u179f\u17bc\u1798\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb", _s20_32, "\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789\u179f\u179a\u17bb\u1794", _s20_34, "\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789\u178f\u17b6\u1798\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s26_9, "\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789\u178f\u17b6\u1798\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s18_29, "\u1794\u17b6\u1793\u1795\u17d2\u178f\u17b6\u1785\u17cb\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "connect_email", "\u1797\u17d2\u1787\u17b6\u1794\u17cb\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s16_43, "\u1795\u17d2\u178f\u17b6\u1785\u17cb\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s32_5, "\u179f\u17bc\u1798\u1794\u17d2\u179a\u17be\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u1794\u178e\u17d2\u178f\u17b6\u1789\u178a\u17be\u1798\u17d2\u1794\u17b8\u1797\u17d2\u1787\u17b6\u1794\u17cb\u1791\u17c5 Microsoft", "email_provider", "\u17a2\u17d2\u1793\u1780\u1795\u17d2\u178f\u179b\u17cb\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s17_26, "\u1797\u17d2\u1787\u17b6\u1794\u17cb Microsoft", _s20_36, "\u1795\u17d2\u178f\u17b6\u1785\u17cb Microsoft", _s19_28, "\u1794\u17b6\u1793\u1797\u17d2\u1787\u17b6\u1794\u17cb Microsoft \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s22_30, "\u1794\u17b6\u1793\u1795\u17d2\u178f\u17b6\u1785\u17cb Microsoft \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s17_28, "\u1785\u17bc\u179b\u1787\u17b6\u1798\u17bd\u1799 Microsoft", _s17_29, "\u1785\u17bb\u17c7\u1788\u17d2\u1798\u17c4\u17c7\u1787\u17b6\u1798\u17bd\u1799 Microsoft", _s22_32, "\u1794\u17b6\u1793\u200b\u178a\u17b6\u1780\u17cb\u200b\u1787\u17bd\u179a\u200b\u1780\u17b6\u179a\u200b\u1794\u1789\u17d2\u1787\u17b6\u200b\u1791\u17b7\u1789\u200b\u178a\u17c4\u1799\u200b\u1787\u17c4\u1782\u1787\u17d0\u1799\u200b\u178a\u17be\u1798\u17d2\u1794\u17b8\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u1795\u17d2\u1789\u17be", _s23_16, "\u1780\u17b6\u179a\u200b\u1794\u1789\u17d2\u1787\u17b6\u200b\u1791\u17b7\u1789\u200b\u1794\u17b6\u1793\u200b\u178a\u17b6\u1780\u17cb\u200b\u1787\u17b6\u200b\u1787\u17bd\u179a\u200b\u178a\u17c4\u1799\u200b\u1787\u17c4\u1782\u1787\u17d0\u1799\u200b\u178a\u17be\u1798\u17d2\u1794\u17b8\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u1795\u17d2\u1789\u17be", _s16_45, "\u1794\u17d2\u178f\u17bc\u179a\u1791\u17c5\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u1794\u178e\u17d2\u178f\u17b6\u1789 React", _s21_36, "\u1780\u17b6\u179a\u179a\u1785\u1793\u17b6\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789", _s20_39, "\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u1793\u17c3\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789", _s21_38, "\u1794\u17b6\u178f\u1780\u1790\u17b6\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789", _s32_7, "\u17a0\u178f\u17d2\u1790\u179b\u17c1\u1781\u17b6\u1793\u17c3\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789", _s37_5, "\u178f\u1798\u17d2\u179a\u17bc\u179c\u17b1\u17d2\u1799\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb\u1795\u17d2\u178f\u179b\u17cb\u17a0\u178f\u17d2\u1790\u179b\u17c1\u1781\u17b6\u179a\u1794\u179f\u17cb\u1796\u17bd\u1780\u1782\u17c1\u17d4", "purchase_order", "\u1780\u17b6\u179a\u200b\u1794\u1789\u17d2\u1787\u17b6\u200b\u1791\u17b7\u1789", "purchase_orders", "\u1794\u1789\u17d2\u1787\u17b6\u200b\u1791\u17b7\u1789", _s18_30, "\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789\u1790\u17d2\u1798\u17b8\u17d4", _s19_29, "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789", _s22_33, "\u1794\u1784\u17d2\u1780\u17be\u178f\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s22_34, "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s23_17, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s22_35, _s26_103, _s22_36, _s26_103, _s23_18, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s21_40, _s18_243, _s22_37, _s18_243, "login_url", "\u1785\u17bc\u179b URL", _s16_46, "\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb", "default", "\u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798", "stock_quantity", "\u1794\u179a\u17b7\u1798\u17b6\u178e\u179f\u17d2\u178f\u17bb\u1780", _s22_39, "\u1780\u1798\u17d2\u179a\u17b7\u178f\u1793\u17c3\u1780\u17b6\u179a\u1787\u17bc\u1793\u178a\u17c6\u178e\u17b9\u1784", "track_inventory", "\u178f\u17b6\u1798\u178a\u17b6\u1793\u179f\u17b6\u179a\u1796\u17be\u1797\u17d0\u178e\u17d2\u178c", _s20_41, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u179c\u17b6\u179b\u179f\u17d2\u178f\u17bb\u1780\u1795\u179b\u17b7\u178f\u1795\u179b \u1793\u17b7\u1784\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1793\u17c5\u1796\u17c1\u179b\u178a\u17c2\u179b\u179c\u17b7\u1780\u17d0\u1799\u1794\u17d0\u178f\u17d2\u179a\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1795\u17d2\u1789\u17be", _s19_31, "\u1780\u17b6\u179a\u1787\u17bc\u1793\u178a\u17c6\u178e\u17b9\u1784\u17a2\u17c6\u1796\u17b8\u1797\u17b6\u1782\u17a0\u17ca\u17bb\u1793", _s24_23, "\u1795\u17d2\u1789\u17be\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u1793\u17c5\u1796\u17c1\u179b\u1797\u17b6\u1782\u17a0\u17ca\u17bb\u1793\u1788\u17b6\u1793\u178a\u179b\u17cb\u1780\u1798\u17d2\u179a\u17b7\u178f\u1780\u17c6\u178e\u178f\u17cb", "vat", "\u17a2\u17b6\u1780\u179a", "standing", "\u1788\u179a", "view_map", "\u1798\u17be\u179b\u1795\u17c2\u1793\u1791\u17b8", _s18_32, "\u1780\u17c6\u178e\u178f\u17cb\u1780\u17b6\u179a\u179a\u1785\u1793\u17b6\u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798", "add_gateway", "\u1794\u1793\u17d2\u1790\u17c2\u1798\u1785\u17d2\u179a\u1780\u1795\u17d2\u179b\u17bc\u179c", _s24_24, _s77_, "left", "\u1786\u17d2\u179c\u17c1\u1784", "right", "\u178f\u17d2\u179a\u17bc\u179c\u17a0\u17be\u1799\u17d4", "center", "\u1798\u1787\u17d2\u1788\u1798\u178e\u17d2\u178c\u179b", "page_numbering", "\u179b\u17c1\u1781\u1791\u17c6\u1796\u17d0\u179a", _s24_25, "\u1780\u17b6\u179a\u178f\u1798\u17d2\u179a\u17b9\u1798\u179b\u17c1\u1781\u1791\u17c6\u1796\u17d0\u179a", _s31_6, _s17_258, _s24_27, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u1780\u17b6\u179a\u1796\u17b7\u1796\u178e\u17cc\u1793\u17b6\u1795\u179b\u17b7\u178f\u1795\u179b", _s29_13, "\u179a\u17bd\u1798\u1794\u1789\u17d2\u1785\u17bc\u179b\u1780\u17b6\u179a\u1796\u17b7\u1796\u178e\u17cc\u1793\u17b6\u1793\u17c5\u1780\u17d2\u1793\u17bb\u1784\u1794\u1789\u17d2\u1787\u17b8\u1791\u1798\u17d2\u179b\u17b6\u1780\u17cb\u1785\u17bb\u17c7\u1795\u179b\u17b7\u178f\u1795\u179b", "invoice_items", "\u1792\u17b6\u178f\u17bb\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "quote_items", "\u1792\u17b6\u178f\u17bb\u179f\u1798\u17d2\u179a\u1784\u17cb", "profitloss", "\u1785\u17c6\u178e\u17c1\u1789 \u1793\u17b7\u1784\u1781\u17b6\u178f", "import_format", "\u1791\u1798\u17d2\u179a\u1784\u17cb\u1793\u17b6\u17c6\u1785\u17bc\u179b", "export_format", "\u1791\u1798\u17d2\u179a\u1784\u17cb\u1793\u17b6\u17c6\u1785\u17c1\u1789", "export_type", "\u1794\u17d2\u179a\u1797\u17c1\u1791\u1793\u17b6\u17c6\u1785\u17c1\u1789", "stop_on_unpaid", "\u1788\u1794\u17cb\u1793\u17c5\u1798\u17b7\u1793\u1791\u17b6\u1793\u17cb\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb", _s19_33, "\u1794\u1789\u17d2\u1788\u1794\u17cb\u1780\u17b6\u179a\u1794\u1784\u17d2\u1780\u17be\u178f\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7 \u1794\u17d2\u179a\u179f\u17b7\u1793\u1794\u17be\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799\u1798\u17b7\u1793\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1794\u1784\u17cb\u17d4", "use_quote_terms", "\u1794\u17d2\u179a\u17be\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u179f\u1798\u17d2\u179a\u1784\u17cb", _s20_42, "\u1793\u17c5\u1796\u17c1\u179b\u1794\u17c6\u1794\u17d2\u179b\u17c2\u1784\u179f\u1798\u17d2\u179a\u1784\u17cb\u1791\u17c5\u1787\u17b6\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "add_country", "\u1794\u1793\u17d2\u1790\u17c2\u1798\u1794\u17d2\u179a\u1791\u17c1\u179f", "enable_tooltips", "\u1794\u17be\u1780\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u1787\u17c6\u1793\u17bd\u1799", _s20_43, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u1787\u17c6\u1793\u17bd\u1799\u1793\u17c5\u1796\u17c1\u179b\u178a\u17b6\u1780\u17cb\u1780\u178e\u17d2\u178a\u17bb\u179a", _s21_42, "\u1780\u17c6\u17a0\u17bb\u179f\u17d6 \u1780\u17c6\u178e\u178f\u17cb\u178f\u17d2\u179a\u17b6\u1787\u17b6\u179a\u1794\u179f\u17cb\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u1785\u17d2\u179a\u17be\u1793\u1787\u17b6\u1784\u1798\u17bd\u1799\u17d4", "register_label", "\u1794\u1784\u17d2\u1780\u17be\u178f\u1782\u178e\u1793\u17b8\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u1780\u17d2\u1793\u17bb\u1784\u179a\u1799\u17c8\u1796\u17c1\u179b\u1794\u17c9\u17bb\u1793\u17d2\u1798\u17b6\u1793\u179c\u17b7\u1793\u17b6\u1791\u17b8", "login_label", "\u1785\u17bc\u179b\u1791\u17c5\u1782\u178e\u1793\u17b8\u178a\u17c2\u179b\u1798\u17b6\u1793\u179f\u17d2\u179a\u17b6\u1794\u17cb", "add_to_invoice", "\u1794\u1789\u17d2\u1785\u17bc\u179b\u1791\u17c5\u1780\u17d2\u1793\u17bb\u1784\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a :invoice", _s17_30, "\u179a\u1780\u1798\u17b7\u1793\u1783\u17be\u1789\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1791\u17c1\u17d4", "week", "\u179f\u1794\u17d2\u178f\u17b6\u17a0\u17cd", "created_record", "\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u1780\u17c6\u178e\u178f\u17cb\u178f\u17d2\u179a\u17b6\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s26_10, "\u1794\u178e\u17d2\u178e\u179f\u17b6\u179a\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1794\u1784\u17cb", _s31_7, "\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c4\u1799\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7\u1793\u17c5\u1796\u17c1\u179b\u1796\u17bd\u1780\u1782\u17c1\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u17d4", _s31_8, "\u1794\u178e\u17d2\u178e\u179f\u17b6\u179a\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u179b\u17bb\u1794\u1785\u17c4\u179b", _s36_2, "\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c4\u1799\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7\u1793\u17c5\u1796\u17c1\u179b\u179b\u17bb\u1794\u1785\u17c4\u179b\u17d4", _s20_44, "\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u1798\u17be\u179b PDF \u1787\u17c6\u1793\u17bd\u179f", _s25_15, "\u1780\u17c2\u179b\u1798\u17d2\u17a2\u1780\u17b6\u179a\u179a\u1798\u17bc\u179a\u179b\u17be\u1780\u17b6\u179a\u1798\u17be\u179b\u1787\u17b6\u1798\u17bb\u1793 PDF [BETA]", _s16_48, "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u179a\u17bc\u1794\u17b7\u1799\u1794\u17d0\u178e\u17d2\u178e", "range", "\u1787\u17bd\u179a", "tax_amount1", "\u1785\u17c6\u1793\u17bd\u1793\u200b\u1796\u1793\u17d2\u1792 \u17e1", "tax_amount2", "\u1785\u17c6\u1793\u17bd\u1793\u200b\u1796\u1793\u17d2\u1792 \u17e2", "tax_amount3", "\u1785\u17c6\u1793\u17bd\u1793\u200b\u1796\u1793\u17d2\u1792 \u17e3", "create_project", "\u1794\u1784\u17d2\u1780\u17be\u178f\u1782\u1798\u17d2\u179a\u17c4\u1784", "update_project", "\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1782\u1798\u17d2\u179a\u17c4\u1784", "view_task", "\u1798\u17be\u179b\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a", "cancel_invoice", "\u1794\u17c4\u17c7\u1794\u1784\u17cb", "changed_status", "\u1794\u17b6\u1793\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178f\u17bc\u179a\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "change_status", "\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178f\u17bc\u179a\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796", "fees_sample", "\u1790\u17d2\u179b\u17c3\u179f\u17c1\u179c\u17b6\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a :amount \u1793\u17b9\u1784\u1798\u17b6\u1793 :total \u17d4", _s19_34, "\u1794\u17be\u1780\u1796\u17d2\u179a\u17b9\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u178e\u17cd\u1794\u17c9\u17c7", _s24_29, "\u1782\u17b6\u17c6\u1791\u17d2\u179a\u1796\u17d2\u179a\u17b9\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u178e\u17cd\u17a2\u17bc\u179f\u178a\u17be\u1798\u17d2\u1794\u17b8\u179a\u1798\u17bc\u179a", "after_saving", "\u1794\u1793\u17d2\u1791\u17b6\u1794\u17cb\u1796\u17b8\u179f\u1793\u17d2\u179f\u17c6", "view_record", "\u1798\u17be\u179b\u1780\u17c6\u178e\u178f\u17cb\u178f\u17d2\u179a\u17b6", _s21_43, "\u1794\u17be\u1780\u1780\u17b6\u179a\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s26_11, "\u1794\u17d2\u179a\u17be\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u179f\u1789\u17d2\u1789\u17b6\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb\u178a\u17c2\u179b\u1798\u17be\u179b\u1783\u17be\u1789\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s19_36, "\u1794\u17be\u1780\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a PDF Markdown", "json_help", "\u1785\u17c6\u178e\u17b6\u17c6\u17d6 \u17af\u1780\u179f\u17b6\u179a JSON \u178a\u17c2\u179b\u1794\u1784\u17d2\u1780\u17be\u178f\u178a\u17c4\u1799\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8 v4 \u1798\u17b7\u1793\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1782\u17b6\u17c6\u1791\u17d2\u179a\u1791\u17c1\u17d4", "release_notes", "\u1780\u17c6\u178e\u178f\u17cb\u1785\u17c6\u178e\u17b6\u17c6\u1785\u17c1\u1789\u1795\u17d2\u179f\u17b6\u1799", _s23_19, "\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1795\u17c2\u1793\u1780\u17b6\u179a\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u178a\u17be\u1798\u17d2\u1794\u17b8\u1798\u17be\u179b\u179a\u1794\u17b6\u1799\u1780\u17b6\u179a\u178e\u17cd", "started_tasks", "\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178f\u17be\u1798\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "stopped_tasks", "\u1794\u17b6\u1793\u1794\u1789\u17d2\u1788\u1794\u17cb\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "approved_quote", "\u1794\u17b6\u1793\u17a2\u1793\u17bb\u1798\u17d0\u178f\u179f\u1798\u17d2\u179a\u1784\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "approved_quotes", "\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799 :value \u179f\u1798\u17d2\u179a\u1784\u17cb\u178a\u17c2\u179b\u1794\u17b6\u1793\u17a2\u1793\u17bb\u1798\u17d0\u178f", "approve", "\u1799\u179b\u17cb\u1796\u17d2\u179a\u1798", "client_website", "\u1782\u17c1\u17a0\u1791\u17c6\u1796\u17d0\u179a\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "invalid_time", "\u1796\u17c1\u179b\u179c\u17c1\u179b\u17b6\u1798\u17b7\u1793\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c", _s21_45, "\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796\u178a\u17b9\u1780\u1787\u1789\u17d2\u1787\u17bc\u1793\u179a\u1794\u179f\u17cb\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", _s20_46, "\u1791\u17b8\u1780\u17d2\u179a\u17bb\u1784\u178a\u17b9\u1780\u1787\u1789\u17d2\u1787\u17bc\u1793\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", _s27_14, "\u179b\u17c1\u1781\u1780\u17bc\u178a\u1794\u17d2\u179a\u17c3\u179f\u178e\u17b8\u1799\u17cd\u178a\u17b9\u1780\u1787\u1789\u17d2\u1787\u17bc\u1793\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", _s23_20, "\u1794\u17d2\u179a\u1791\u17c1\u179f\u178a\u17b9\u1780\u1787\u1789\u17d2\u1787\u17bc\u1793\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "load_pdf", "\u1795\u17d2\u1791\u17bb\u1780\u17af\u1780\u179f\u17b6\u179a PDF", _s16_50, "\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178f\u17be\u1798\u1780\u17b6\u179a\u179f\u17b6\u1780\u179b\u17d2\u1794\u1784\u17a5\u178f\u1782\u17b7\u178f\u1790\u17d2\u179b\u17c3", _s24_30, "\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178f\u17be\u1798\u1780\u17b6\u179a\u179f\u17b6\u1780\u179b\u17d2\u1794\u1784\u17a5\u178f\u1782\u17b7\u178f\u1790\u17d2\u179b\u17c3\u179a\u1799\u17c8\u1796\u17c1\u179b 14 \u1790\u17d2\u1784\u17c3\u1793\u17c3\u1782\u1798\u17d2\u179a\u17c4\u1784\u1782\u17b6\u17c6\u1791\u17d2\u179a\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u17d4", "due_on_receipt", "\u178a\u179b\u17cb\u1796\u17c1\u179b\u1791\u1791\u17bd\u179b", "is_paid", "\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1794\u1784\u17cb", "age_group_paid", "\u1794\u1784\u17cb", "id", "\u179b\u17c1\u1781\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb", "convert_to", "\u1794\u1798\u17d2\u179b\u17c2\u1784\u1791\u17c5\u1787\u17b6", "client_currency", "\u179a\u17bc\u1794\u17b7\u1799\u1794\u17d0\u178e\u17d2\u178e\u179a\u1794\u179f\u17cb\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", _s16_51, "\u179a\u17bc\u1794\u17b7\u1799\u1794\u17d0\u178e\u17d2\u178e\u179a\u1794\u179f\u17cb\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793", "purged_client", "\u1794\u17b6\u1793\u179f\u1798\u17d2\u17a2\u17b6\u178f\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s27_16, "\u178a\u17be\u1798\u17d2\u1794\u17b8\u1791\u1794\u17cb\u179f\u17d2\u1780\u17b6\u178f\u17cb\u179f\u17b6\u179a\u17a5\u178f\u1794\u17b6\u1793\u1780\u17b6\u179a \u1799\u17be\u1784\u178f\u1798\u17d2\u179a\u17bc\u179c\u17b1\u17d2\u1799\u178a\u17c6\u17a1\u17be\u1784\u1780\u17c6\u178e\u17c2\u1791\u17c5\u1782\u178e\u1793\u17b8\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb \u178a\u17be\u1798\u17d2\u1794\u17b8\u1794\u17d2\u178a\u17bc\u179a\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u178f\u17b6\u1798\u1794\u17c6\u178e\u1784", _s22_42, "\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1795\u17c2\u1793\u1780\u17b6\u179a\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u178a\u17be\u1798\u17d2\u1794\u17b8\u1794\u1793\u17d2\u1790\u17c2\u1798\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793", "small", "\u178f\u17bc\u1785", _s21_47, _s32_44, _s22_43, _s32_44, _s16_53, "\u1780\u17c6\u1796\u17bb\u1784\u1795\u17d2\u1791\u17bb\u1780\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799 - \u179f\u17bc\u1798\u179a\u1784\u17cb\u1785\u17b6\u17c6\u17b1\u17d2\u1799\u179c\u17b6\u1794\u1789\u17d2\u1785\u1794\u17cb", "wait_for_saving", "\u1780\u17b6\u179a\u179f\u1793\u17d2\u179f\u17c6\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799 - \u179f\u17bc\u1798\u179a\u1784\u17cb\u1785\u17b6\u17c6\u17b1\u17d2\u1799\u179c\u17b6\u1794\u1789\u17d2\u1785\u1794\u17cb", _s20_48, "\u1785\u17c6\u178e\u17b6\u17c6\u17d6 \u1780\u17b6\u179a\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178f\u17bc\u179a\u178a\u17c2\u179b\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u17a1\u17be\u1784\u1793\u17c5\u1791\u17b8\u1793\u17c1\u17c7\u1782\u17ba\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1798\u17be\u179b\u1787\u17b6\u1798\u17bb\u1793\u178f\u17c2\u1794\u17c9\u17bb\u178e\u17d2\u178e\u17c4\u17c7 \u1796\u17bd\u1780\u179c\u17b6\u178f\u17d2\u179a\u17bc\u179c\u178f\u17c2\u17a2\u1793\u17bb\u179c\u178f\u17d2\u178f\u1793\u17c5\u1780\u17d2\u1793\u17bb\u1784\u1795\u17d2\u1791\u17b6\u17c6\u1784\u1781\u17b6\u1784\u179b\u17be\u178a\u17be\u1798\u17d2\u1794\u17b8\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780", "remaining", "\u1793\u17c5\u179f\u179b\u17cb", "invoice_paid", "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c2\u179b\u1794\u17b6\u1793\u1794\u1784\u17cb", "activity_120", ":user \u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u178a\u178a\u17c2\u179b\u17d7 :recurring_expense", "activity_121", ":user \u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7 :recurring_expense", "activity_122", ":user \u178a\u17c2\u179b\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a \u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7 :recurring_expense", "activity_123", ":user \u1794\u17b6\u1793\u179b\u17bb\u1794\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7 :recurring_expense", "activity_124", ":user \u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7 :recurring_expense", "normal", "\u1792\u1798\u17d2\u1798\u178f\u17b6\u17d4", "large", "\u1792\u17c6", "extra_large", "\u1792\u17c6\u1794\u1793\u17d2\u1790\u17c2\u1798", _s16_54, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u1780\u17b6\u179a\u1798\u17be\u179b\u1787\u17b6 PDF", _s21_48, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u1780\u17b6\u179a\u1798\u17be\u179b\u1787\u17b6\u1798\u17bb\u1793\u1787\u17b6 PDF \u1781\u178e\u17c8\u1796\u17c1\u179b\u1780\u17c6\u1796\u17bb\u1784\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "print_pdf", "\u1794\u17c4\u17c7\u1796\u17bb\u1798\u17d2\u1796 PDF", "remind_me", "\u179a\u17c6\u179b\u17b9\u1780\u200b\u1781\u17d2\u1789\u17bb\u17c6", _s16_56, "\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u178f\u17b6\u1798\u1792\u1793\u17b6\u1782\u17b6\u179a\u1797\u17d2\u179b\u17b6\u1798\u17d7", "click_selected", "\u1785\u17bb\u1785\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f", "hide_preview", "\u179b\u17b6\u1780\u17cb\u1780\u17b6\u179a\u1798\u17be\u179b\u1787\u17b6\u1798\u17bb\u1793", "edit_record", "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u1780\u17c6\u178e\u178f\u17cb\u178f\u17d2\u179a\u17b6", _s27_17, "\u1785\u17c6\u1793\u17bd\u1793\u1791\u17b9\u1780\u1794\u17d2\u179a\u17b6\u1780\u17cb\u17a5\u178e\u1791\u17b6\u1793\u1798\u17b7\u1793\u17a2\u17b6\u1785\u179b\u17be\u179f\u1796\u17b8\u1785\u17c6\u1793\u17bd\u1793\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1794\u17b6\u1793\u1791\u17c1\u17d4", "giropay", "GiroPay", "direct_debit", "\u17a5\u178e\u1796\u1793\u17d2\u1792\u1795\u17d2\u1791\u17b6\u179b\u17cb", _s21_49, "\u179f\u17bc\u1798\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u1796\u17b6\u1780\u17d2\u1799\u200b\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb\u200b\u1782\u178e\u1793\u17b8", "set_password", "\u1780\u17c6\u178e\u178f\u17cb\u1796\u17b6\u1780\u17d2\u1799\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb", _s17_33, "\u1799\u17be\u1784\u179f\u17bc\u1798\u178e\u17c2\u1793\u17b6\u17c6\u17b1\u17d2\u1799\u1794\u17d2\u179a\u17be\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u1780\u17bb\u17c6\u1796\u17d2\u1799\u17bc\u1791\u17d0\u179a\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u179b\u17d2\u17a2\u1794\u17c6\u1795\u17bb\u178f", _s16_58, "\u1799\u17be\u1784\u179f\u17bc\u1798\u178e\u17c2\u1793\u17b6\u17c6\u17b1\u17d2\u1799\u1794\u17d2\u179a\u17be\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u1791\u17bc\u179a\u179f\u17d0\u1796\u17d2\u1791\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u179b\u17d2\u17a2\u1794\u17c6\u1795\u17bb\u178f", _s20_49, "\u1794\u17b6\u1793\u1795\u17d2\u178f\u17b6\u1785\u17cb\u1785\u17d2\u179a\u1780\u1785\u17c1\u1789\u1785\u17bc\u179b\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "disconnect", "\u1795\u17d2\u178f\u17b6\u1785\u17cb", "add_to_invoices", _s23_120, "acss", "\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u17a5\u178e\u1796\u1793\u17d2\u1792\u178a\u17c2\u179b\u1794\u17b6\u1793\u17a2\u1793\u17bb\u1789\u17d2\u1789\u17b6\u178f\u1787\u17b6\u1798\u17bb\u1793", "becs", "\u17a5\u178e\u1796\u1793\u17d2\u1792\u1795\u17d2\u1791\u17b6\u179b\u17cb\u179a\u1794\u179f\u17cb BECS", "bulk_download", "\u1791\u17b6\u1789\u1799\u1780", _s17_34, "\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799\u1780\u17d2\u1793\u17bb\u1784\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793 \u178a\u17be\u1798\u17d2\u1794\u17b8\u1794\u17be\u1780\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u17b1\u17d2\u1799\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178f\u17be\u1798\u179b\u17bf\u1793\u1787\u17b6\u1784\u1798\u17bb\u1793 \u1780\u17b6\u179a\u1794\u17b7\u1791\u17a2\u17b6\u1785\u1792\u17d2\u179c\u17be\u17b1\u17d2\u1799\u1794\u17d2\u179a\u179f\u17be\u179a\u17a1\u17be\u1784\u1793\u17bc\u179c\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u1793\u17c5\u1780\u17d2\u1793\u17bb\u1784\u1782\u178e\u1793\u17b8\u1792\u17c6", "persist_ui", "\u1794\u1793\u17d2\u178f UI", "persist_ui_help", "\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796 UI \u1780\u17d2\u1793\u17bb\u1784\u179f\u17d2\u179a\u17bb\u1780 \u178a\u17be\u1798\u17d2\u1794\u17b8\u1794\u17be\u1780\u17b1\u17d2\u1799\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178f\u17be\u1798\u1793\u17c5\u1791\u17b8\u178f\u17b6\u17c6\u1784\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799 \u1780\u17b6\u179a\u1794\u17b7\u1791\u17a2\u17b6\u1785\u1794\u1784\u17d2\u1780\u17be\u1793\u1794\u17d2\u179a\u179f\u17b7\u1791\u17d2\u1792\u1797\u17b6\u1796\u1780\u17b6\u179a\u1784\u17b6\u179a", _s18_34, "\u179b\u17c1\u1781\u1780\u17bc\u178a\u1794\u17d2\u179a\u17c3\u179f\u178e\u17b8\u1799\u17cd\u179a\u1794\u179f\u17cb\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", _s17_35, "\u179b\u17c1\u1781\u17a2\u17b6\u1780\u179a\u179b\u17be\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "has_tasks", "\u1798\u17b6\u1793\u1797\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785", "registration", "\u1780\u17b6\u179a\u1785\u17bb\u17c7\u1788\u17d2\u1798\u17c4\u17c7", _s27_18, "\u179f\u17bc\u1798\u17a2\u1793\u17bb\u1789\u17d2\u1789\u17b6\u178f\u17b1\u17d2\u1799 Stripe \u1791\u1791\u17bd\u179b\u1799\u1780\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u178f\u17b6\u1798\u17a2\u17ca\u17b8\u1793\u1792\u17ba\u178e\u17b7\u178f\u17d4", "view_expense", "\u1798\u17be\u179b\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799 #:expense", "view_statement", "\u1798\u17be\u179b\u179f\u17c1\u1785\u1780\u17d2\u178f\u17b8\u1790\u17d2\u179b\u17c2\u1784\u1780\u17b6\u179a\u178e\u17cd", "sepa", "SEPA \u17a5\u178e\u1796\u1793\u17d2\u1792\u1795\u17d2\u1791\u17b6\u179b\u17cb", "ideal", "iDEAL", "przelewy24", "\u1794\u17d2\u179a\u179f\u17c1\u179b\u17c1\u179c\u17b8 \u17e2\u17e4", "eps", "EPS", "fpx", "FPX", _s18_36, "\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1780\u17c6\u178e\u178f\u17cb\u178f\u17d2\u179a\u17b6\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u17d4", "system", "\u1794\u17d2\u179a\u1796\u17d0\u1793\u17d2\u1792", _s19_38, "\u1780\u17c6\u178e\u178f\u17cb\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793\u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798", "updated_company", "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "kbc", "\u1781\u17c1.\u1794\u17ca\u17b8.\u179f\u17ca\u17b8", "bancontact", "\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784", _s19_40, "\u1787\u17bd\u1799\u1799\u17be\u1784\u1780\u17c2\u179b\u1798\u17d2\u17a2\u178a\u17c4\u1799\u1794\u17d2\u179a\u17b6\u1794\u17cb\u1799\u17be\u1784\u1796\u17b8\u1798\u17bc\u179b\u17a0\u17c1\u178f\u17bb (\u1787\u17b6\u1787\u1798\u17d2\u179a\u17be\u179f)", "webhook_success", "\u1787\u17c4\u1782\u1787\u17d0\u1799 Webhook", _s24_31, "\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u178f\u17d2\u179a\u17bc\u179c\u178f\u17c2\u1787\u17b6\u179a\u1794\u179f\u17cb\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u178f\u17c2\u1798\u17bd\u1799", _s27_19, "\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u178f\u17d2\u179a\u17bc\u179c\u178f\u17c2\u1787\u17b6\u179a\u1794\u179f\u17cb\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u178a\u17bc\u1785\u1782\u17d2\u1793\u17b6\u17d4", "app", "\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8", _s20_50, "\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u179b\u17d2\u17a2\u1794\u17c6\u1795\u17bb\u178f \u179f\u17bc\u1798\u1791\u17b6\u1789\u1799\u1780\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8 :app", _s16_59, "\u1787\u17bd\u179a\u179f\u179a\u17bb\u1794", _s19_41, _s17_259, _s17_37, "\u179f\u1798\u17d2\u179a\u1784\u17cb\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s18_38, "\u17a5\u178e\u1791\u17b6\u1793\u17a2\u17ca\u17b8\u1798\u17c9\u17c2\u179b", "from_name", "\u1796\u17b8\u1788\u17d2\u1798\u17c4\u17c7", _s16_60, "\u1780\u17d2\u179b\u17bc\u1793\u178a\u17be\u1798\u17d2\u1794\u17b8\u1785\u17c6\u178e\u17b6\u1799", _s17_38, "\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u1794\u1793\u17d2\u178f", _s18_39, "\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7", _s21_50, "\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u1780\u17be\u178f\u17a1\u17be\u1784\u1798\u17d2\u178f\u1784\u1791\u17c0\u178f", _s22_44, "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7", _s25_16, "\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u17a1\u17be\u1784\u179c\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s25_17, "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u17a1\u17be\u1784\u179c\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s26_13, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s25_18, _s38_4, _s25_19, "\u1794\u17b6\u1793\u178a\u1780\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s26_14, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u17a1\u17be\u1784\u179c\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s24_32, "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u1794\u1793\u17d2\u178f", _s25_20, "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7", "last_sent_date", "\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791\u1795\u17d2\u1789\u17be\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799", "include_drafts", "\u179a\u17bd\u1798\u1794\u1789\u17d2\u1785\u17bc\u179b\u179f\u17c1\u1785\u1780\u17d2\u178f\u17b8\u1796\u17d2\u179a\u17b6\u1784", _s19_42, "\u179a\u17bd\u1798\u1794\u1789\u17d2\u1785\u17bc\u179b\u1780\u17c6\u178e\u178f\u17cb\u178f\u17d2\u179a\u17b6\u1796\u17d2\u179a\u17b6\u1784\u1793\u17c5\u1780\u17d2\u1793\u17bb\u1784\u179a\u1794\u17b6\u1799\u1780\u17b6\u179a\u178e\u17cd", "is_invoiced", "\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1785\u17c1\u1789\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "change_plan", "Manage Plan", "persist_data", "\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799\u1794\u1793\u17d2\u178f", "customer_count", "\u1785\u17c6\u1793\u17bd\u1793\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", _s16_62, "\u1795\u17d2\u1791\u17c0\u1784\u1795\u17d2\u1791\u17b6\u178f\u17cb\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", _s16_64, "Google \u179c\u17b7\u1797\u17b6\u1782", _s28_11, "\u179b\u17c1\u1781\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb\u178f\u17b6\u1798\u178a\u17b6\u1793\u1780\u17b6\u179a\u179c\u17b7\u1797\u17b6\u1782 Google", "decimal_comma", "\u179f\u1789\u17d2\u1789\u17b6\u1780\u17d2\u1794\u17c0\u179f\u1791\u179f\u1797\u17b6\u1782", _s26_15, "\u1794\u17d2\u179a\u17be\u179f\u1789\u17d2\u1789\u17b6\u1780\u17d2\u1794\u17c0\u179f\u1787\u17b6\u1781\u17d2\u1791\u1784\u17cb\u1791\u179f\u1797\u17b6\u1782\u1780\u17d2\u1793\u17bb\u1784\u1791\u1798\u17d2\u179a\u1784\u17cb", "select_method", "\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u179c\u17b7\u1792\u17b8\u179f\u17b6\u179f\u17d2\u178f\u17d2\u179a", "select_platform", "\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u179c\u17c1\u1791\u17b7\u1780\u17b6", _s28_13, "\u179f\u17bc\u1798\u1794\u17d2\u179a\u17be\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u1794\u178e\u17d2\u178f\u17b6\u1789\u178a\u17be\u1798\u17d2\u1794\u17b8\u1797\u17d2\u1787\u17b6\u1794\u17cb\u1791\u17c5 Gmail", _s16_66, "\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792\u179b\u17be\u1791\u17c6\u1793\u17b7\u1789\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1794\u17b7\u1791", "enable_markdown", "\u1794\u17be\u1780\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a Markdown", _s20_51, "\u1794\u17c6\u179b\u17c2\u1784 markdown \u1791\u17c5 HTML \u1793\u17c5\u179b\u17be PDF", "user_guide", "\u1798\u200b\u1782\u17d2\u1782\u17bb\u200b\u1791\u17c1\u179f\u200b\u1780\u17cd\u200b\u179a\u1794\u179f\u17cb\u200b\u17a2\u17d2\u1793\u1780\u200b\u1794\u17d2\u179a\u17be", _s18_41, "\u1794\u1793\u17d2\u1790\u17c2\u1798\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784\u1791\u17b8\u1796\u17b8\u179a", "previous_page", "\u1791\u17c6\u1796\u17d0\u179a\u200b\u1798\u17bb\u1793", "next_page", "\u1791\u17c6\u200b\u1796\u200b\u179a\u17d0\u200b\u1794\u1793\u17d2\u1791\u17b6\u1794\u17cb", "export_colors", "\u1793\u17b6\u17c6\u1785\u17c1\u1789\u1796\u178e\u17cc", "import_colors", "\u1793\u17b6\u17c6\u1785\u17bc\u179b\u1796\u178e\u17cc", "clear_all", "\u179b\u17bb\u1794\u1785\u17c1\u1789\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb", "contrast", "\u1780\u1798\u17d2\u179a\u17b7\u178f\u1796\u178e\u17cc", "custom_colors", "\u1796\u178e\u17cc\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793", "colors", "\u1796\u178e\u17cc", _s31_9, "\u1796\u178e\u17cc\u1795\u17d2\u1791\u17c3\u1781\u17b6\u1784\u1780\u17d2\u179a\u17c4\u1799\u179f\u1780\u1798\u17d2\u1798\u179a\u1794\u17b6\u179a\u1785\u17c6\u17a0\u17c0\u1784", _s25_22, "\u1796\u178e\u17cc\u1796\u17bb\u1798\u17d2\u1796\u17a2\u1780\u17d2\u179f\u179a\u179f\u1780\u1798\u17d2\u1798\u179a\u1794\u17b6\u179a\u1785\u17c6\u17a0\u17c0\u1784", _s33_14, "\u1796\u178e\u17cc\u1795\u17d2\u1791\u17c3\u1781\u17b6\u1784\u1780\u17d2\u179a\u17c4\u1799\u17a2\u179f\u1780\u1798\u17d2\u1798\u179a\u1794\u17b6\u179a\u1785\u17c6\u17a0\u17c0\u1784", _s27_20, "\u1796\u178e\u17cc\u1796\u17bb\u1798\u17d2\u1796\u17a2\u1780\u17d2\u179f\u179a\u17a2\u179f\u1780\u1798\u17d2\u1798\u179a\u1794\u17b6\u179a\u1785\u17c6\u17a0\u17c0\u1784", _s36_3, "\u1796\u178e\u17cc\u200b\u1795\u17d2\u1791\u17c3\u200b\u1781\u17b6\u1784\u200b\u1780\u17d2\u179a\u17c4\u1799\u200b\u1787\u17bd\u179a\u200b\u178a\u17c1\u1780\u200b\u1787\u17c6\u1793\u17bd\u179f\u200b\u178f\u17b6\u179a\u17b6\u1784", _s31_11, "\u1796\u178e\u17cc\u1795\u17d2\u1791\u17c3\u1781\u17b6\u1784\u1780\u17d2\u179a\u17c4\u1799\u1793\u17c3\u1780\u17d2\u1794\u17b6\u179b\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s25_24, "\u1796\u178e\u17cc\u1796\u17bb\u1798\u17d2\u1796\u17a2\u1780\u17d2\u179f\u179a\u1794\u178b\u1798\u1780\u1790\u17b6\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "net_subtotal", "\u179f\u17bb\u1791\u17d2\u1792", "review_app", "\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8", "check_status", "\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796", "free_trial", "\u179f\u17b6\u1780\u179b\u17d2\u1794\u1784\u200b\u178a\u17c4\u1799\u179f\u17c1\u179a\u17b8", _s23_22, "\u1780\u17b6\u179a\u179f\u17b6\u1780\u179b\u17d2\u1794\u1784\u1782\u1798\u17d2\u179a\u17c4\u1784 Pro \u1794\u1789\u17d2\u1785\u1794\u17cb\u1780\u17d2\u1793\u17bb\u1784 :count \u1790\u17d2\u1784\u17c3 \u1785\u17bb\u1785\u178a\u17be\u1798\u17d2\u1794\u17b8\u178a\u17c6\u17a1\u17be\u1784\u1780\u17c6\u178e\u17c2\u17d4", _s21_52, "\u1790\u17d2\u1784\u17c3\u1793\u17c1\u17c7\u1782\u17ba\u1787\u17b6\u1790\u17d2\u1784\u17c3\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799\u1793\u17c3\u1780\u17b6\u179a\u179f\u17b6\u1780\u179b\u17d2\u1794\u1784\u1782\u1798\u17d2\u179a\u17c4\u1784 Pro \u1785\u17bb\u1785\u178a\u17be\u1798\u17d2\u1794\u17b8\u178a\u17c6\u17a1\u17be\u1784\u1780\u17c6\u178e\u17c2\u17d4", "change_email", "\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178f\u17bc\u179a\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s25_26, "\u1787\u17b6\u1787\u1798\u17d2\u179a\u17be\u179f\u1780\u17c6\u178e\u178f\u17cb\u179a\u1785\u1793\u17b6\u179f\u1798\u17d2\u1796\u17d0\u1793\u17d2\u1792\u178a\u17c2\u1793\u179c\u17b7\u1794\u1795\u178f\u1790\u179b\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u178a\u17b6\u1785\u17cb\u178a\u17c4\u1799\u17a1\u17c2\u1780", _s21_53, "\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1794\u1784\u17d2\u17a0\u17b6\u1789\u1793\u17c5\u1780\u17d2\u1793\u17bb\u1784\u179c\u17b7\u1794\u1795\u178f\u1790\u179b\u17d4", "uninvoiced", "\u1798\u17b7\u1793\u1798\u17b6\u1793\u179c\u17b7\u1780\u17d0\u1799\u1794\u17d0\u178f\u17d2\u179a", "subdomain_guide", "\u178a\u17c2\u1793\u179a\u1784\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1794\u17d2\u179a\u17be\u1793\u17c5\u1780\u17d2\u1793\u17bb\u1784\u179c\u17b7\u1794\u1795\u178f\u1790\u179b\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793 \u178a\u17be\u1798\u17d2\u1794\u17b8\u1792\u17d2\u179c\u17be\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb\u178f\u17c6\u178e\u1797\u17d2\u1787\u17b6\u1794\u17cb\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 \u178a\u17be\u1798\u17d2\u1794\u17b8\u1795\u17d2\u1782\u17bc\u1795\u17d2\u1782\u1784\u1798\u17c9\u17b6\u1780\u1799\u17b8\u17a0\u17c4\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u17d4 \u1796\u17c4\u179b\u1782\u17ba https://your-brand.invoicing.co", "send_time", "\u1795\u17d2\u1789\u17be\u1796\u17c1\u179b\u179c\u17c1\u179b\u17b6", "import_data", "\u1793\u17b6\u17c6\u1785\u17bc\u179b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799", "import_settings", "\u1793\u17b6\u17c6\u1785\u17bc\u179b\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb", _s17_40, "\u179f\u17bc\u1798\u1795\u17d2\u178f\u179b\u17cb\u17af\u1780\u179f\u17b6\u179a JSON", _s19_43, "\u179f\u17bc\u1798\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u178a\u17be\u1798\u17d2\u1794\u17b8\u1793\u17b6\u17c6\u1785\u17bc\u179b\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb \u1793\u17b7\u1784/\u17ac\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799", "json", "JSON", _s24_34, "\u1798\u17b7\u1793\u1798\u17b6\u1793\u1794\u17d2\u179a\u1797\u17c1\u1791\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1794\u17be\u1780\u1791\u17c1\u17d4", "wait_for_data", "\u179f\u17bc\u1798\u179a\u1784\u17cb\u1785\u17b6\u17c6\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799\u178a\u17be\u1798\u17d2\u1794\u17b8\u1794\u1789\u17d2\u1785\u1794\u17cb\u1780\u17b6\u179a\u1795\u17d2\u1791\u17bb\u1780", "net_total", "\u179f\u179a\u17bb\u1794\u179f\u17bb\u1791\u17d2\u1792", "has_taxes", "\u1798\u17b6\u1793\u1796\u1793\u17d2\u1792", _s16_67, "\u1793\u17b6\u17c6\u1785\u17bc\u179b\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", _s18_43, "\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178f\u17be\u1798\u1793\u17b6\u17c6\u1785\u17bc\u179b\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "login_success", "\u1780\u17b6\u179a\u1785\u17bc\u179b\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "login_failure", "\u1794\u179a\u17b6\u1787\u17d0\u1799\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u1785\u17bc\u179b", "exported_data", "\u1793\u17c5\u1796\u17c1\u179b\u178a\u17c2\u179b\u17af\u1780\u179f\u17b6\u179a\u179a\u17bd\u1785\u179a\u17b6\u179b\u17cb \u17a2\u17d2\u1793\u1780\u1793\u17b9\u1784\u1791\u1791\u17bd\u179b\u1794\u17b6\u1793\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u178a\u17c2\u179b\u1798\u17b6\u1793\u178f\u17c6\u178e\u1791\u17b6\u1789\u1799\u1780", _s23_23, "\u179a\u17bd\u1798\u1794\u1789\u17d2\u1785\u17bc\u179b\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u178a\u17c2\u179b\u1794\u17b6\u1793\u179b\u17bb\u1794", _s28_15, "\u1795\u17d2\u1791\u17bb\u1780\u1780\u17c6\u178e\u178f\u17cb\u178f\u17d2\u179a\u17b6\u178a\u17c2\u179b\u1787\u17b6\u1780\u1798\u17d2\u1798\u179f\u17b7\u1791\u17d2\u1792\u17b7\u179a\u1794\u179f\u17cb\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u178a\u17c2\u179b\u1794\u17b6\u1793\u179b\u17bb\u1794", "step_1_sign_in", "\u1787\u17c6\u17a0\u17b6\u1793\u1791\u17b8 1: \u1785\u17bc\u179b", _s16_70, "\u1787\u17c6\u17a0\u17b6\u1793\u1791\u17b8 2: \u17a2\u1793\u17bb\u1789\u17d2\u1789\u17b6\u178f", "account_id", "\u179b\u17c1\u1781\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb\u1782\u178e\u1793\u17b8", _s27_22, "\u1780\u17b6\u179a\u1792\u17d2\u179c\u17be\u1785\u17c6\u178e\u17b6\u1780\u179f\u17d2\u179a\u17bb\u1780\u1798\u17b7\u1793\u1791\u17b6\u1793\u17cb\u1794\u17b6\u1793\u1794\u1789\u17d2\u1785\u1794\u17cb\u1793\u17c5\u17a1\u17be\u1799\u1791\u17c1", "activity_100", ":user \u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7 :recurring_invoice", "activity_101", ":user \u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7 :recurring_invoice", "activity_102", ":user \u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7 :recurring_invoice", "activity_103", ":user \u1794\u17b6\u1793\u179b\u17bb\u1794\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7 :recurring_invoice", "activity_104", ":user \u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7 :recurring_invoice", _s18_44, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791\u1794\u1789\u17d2\u1785\u1794\u17cb\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a", _s23_25, "\u1794\u17be\u1780\u1780\u17b6\u179a\u1794\u1789\u17d2\u1787\u17b6\u1780\u17cb\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791\u1794\u1789\u17d2\u1785\u1794\u17cb\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a", "gateway_setup", "\u1780\u17b6\u179a\u178a\u17c6\u17a1\u17be\u1784\u1785\u17d2\u179a\u1780\u1795\u17d2\u179b\u17bc\u179c", "preview_sidebar", "\u1798\u17be\u179b\u179a\u1794\u17b6\u179a\u1785\u17c6\u17a0\u17c0\u1784\u1787\u17b6\u1798\u17bb\u1793", _s16_71, "\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799\u1786\u17d2\u1793\u17b6\u17c6\u1794\u17b6\u1793\u1794\u1784\u17d2\u17a0\u17b6\u1789", _s18_46, "\u1794\u17b6\u1793\u1794\u1789\u17d2\u1785\u1794\u17cb\u179c\u1782\u17d2\u1782\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_73, "\u1794\u1789\u17d2\u1785\u1794\u17cb\u179c\u1782\u17d2\u1782\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u17d4", "count_session", "\u179c\u1782\u17d2\u1782 1", "count_sessions", ":count \u179c\u1782\u17d2\u1782", "invoice_created", "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f", "quote_created", "\u1794\u17b6\u1793\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u179f\u1798\u17d2\u179a\u1784\u17cb", "credit_created", "\u17a5\u178e\u1791\u17b6\u1793\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u17a1\u17be\u1784", "pro", "\u1794\u17d2\u179a\u17bc", "enterprise", "\u179f\u17a0\u1782\u17d2\u179a\u17b6\u179f", "last_updated", "\u1792\u17d2\u179c\u17be\u200b\u17b1\u17d2\u1799\u200b\u1791\u17b6\u1793\u17cb\u179f\u1798\u17d0\u1799\u200b\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799", "invoice_item", "\u1792\u17b6\u178f\u17bb\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "quote_item", "\u1792\u17b6\u178f\u17bb\u179f\u1798\u17d2\u179a\u1784\u17cb", _s18_47, _s19_186, _s17_42, _s19_186, "order", "\u1794\u1789\u17d2\u1787\u17b6\u1791\u17b7\u1789", "unassigned", "\u1798\u17b7\u1793\u1794\u17b6\u1793\u1785\u17b6\u178f\u17cb\u178f\u17b6\u17c6\u1784", "partial_value", "\u178f\u17d2\u179a\u17bc\u179c\u178f\u17c2\u1792\u17c6\u1787\u17b6\u1784\u179f\u17bc\u1793\u17d2\u1799 \u1793\u17b7\u1784\u178f\u17b7\u1785\u1787\u17b6\u1784\u1785\u17c6\u1793\u17bd\u1793\u179f\u179a\u17bb\u1794", "search_kanban", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 Kanban", "search_kanbans", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 Kanban", "kanban", "\u1780\u17b6\u1793\u17cb\u1794\u17b6\u1793", "enable", "\u1794\u17be\u1780", "move_top", "\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1791\u17b8\u1780\u17c6\u1796\u17bc\u179b", "move_up", "\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1791\u17b8\u17a1\u17be\u1784\u179b\u17be", "move_down", "\u1791\u17c5\u200b\u1780\u17d2\u179a\u17c4\u1798", "move_bottom", "\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1791\u17b8\u1794\u17b6\u178f", "subdomain_help", "\u1780\u17c6\u178e\u178f\u17cb\u178a\u17c2\u1793\u179a\u1784 \u17ac\u1794\u1784\u17d2\u17a0\u17b6\u1789\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1793\u17c5\u179b\u17be\u1782\u17c1\u17a0\u1791\u17c6\u1796\u17d0\u179a\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u17d4", _s21_55, "\u1780\u17c6\u17a0\u17bb\u179f\u17d6 \u17a2\u17ca\u17b8\u1798\u17c2\u179b\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793\u178f\u17d2\u179a\u17bc\u179c\u178f\u17c2\u179a\u17bd\u1798\u1794\u1789\u17d2\u1785\u17bc\u179b\u17a2\u1790\u17c1\u179a :body", _s25_27, "\u178f\u17d2\u179a\u17bc\u179c\u1794\u17d2\u179a\u17b6\u1780\u178a\u1790\u17b6\u1794\u1789\u17d2\u1785\u17bc\u179b\u17a2\u1790\u17c1\u179a :body", _s17_44, "\u1798\u17be\u179b\u1791\u1798\u17d2\u179a\u1784\u17cb\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791", "is_viewed", "\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1798\u17be\u179b", "letter", "\u179b\u17b7\u1781\u17b7\u178f", "legal", "\u1795\u17d2\u179b\u17bc\u179c\u1785\u17d2\u1794\u17b6\u1794\u17cb", "page_layout", "\u1794\u17d2\u179b\u1784\u17cb\u1791\u17c6\u1796\u17d0\u179a", "portrait", "\u179a\u17bc\u1794\u1794\u1789\u17d2\u1788\u179a", "landscape", "\u1791\u17c1\u179f\u1797\u17b6\u1796", _s26_16, "\u1798\u17d2\u1785\u17b6\u179f\u17cb\u1782\u178e\u1793\u17b8\u17a2\u17b6\u1785\u178a\u17c6\u17a1\u17be\u1784\u1780\u17c6\u178e\u17c2\u1791\u17c5\u1787\u17b6\u1782\u1798\u17d2\u179a\u17c4\u1784\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb \u178a\u17be\u1798\u17d2\u1794\u17b8\u1794\u17be\u1780\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb\u1780\u1798\u17d2\u179a\u17b7\u178f\u1781\u17d2\u1796\u179f\u17cb\u1780\u1798\u17d2\u179a\u17b7\u178f\u1781\u17d2\u1796\u179f\u17cb", _s20_52, "\u178a\u17c6\u17a1\u17be\u1784\u1780\u17c6\u178e\u17c2\u1791\u17c5\u1782\u1798\u17d2\u179a\u17c4\u1784\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb \u178a\u17be\u1798\u17d2\u1794\u17b8\u1794\u17be\u1780\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb\u1780\u1798\u17d2\u179a\u17b7\u178f\u1781\u17d2\u1796\u179f\u17cb", _s21_56, "\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u1791\u17bc\u1791\u17b6\u178f\u17cb\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s17_46, "\u179f\u1798\u17d2\u179a\u1784\u17cb\u1798\u17b6\u1793\u179f\u17bb\u1796\u179b\u1797\u17b6\u1796\u179a\u17a0\u17bc\u178f\u178a\u179b\u17cb", "no_headers", "\u1782\u17d2\u1798\u17b6\u1793\u1794\u178b\u1798\u1780\u1790\u17b6", "add_header", "\u1794\u1793\u17d2\u1790\u17c2\u1798\u1794\u178b\u1798\u1780\u1790\u17b6", "remove_header", "\u179b\u17bb\u1794\u1794\u178b\u1798\u1780\u1790\u17b6", "return_url", "\u178f\u17d2\u179a\u17a1\u1794\u17cb URL", "rest_method", "\u179c\u17b7\u1792\u17b8\u179f\u17b6\u179f\u17d2\u179a\u17d2\u178f\u179f\u1798\u17d2\u179a\u17b6\u1780", "header_key", "\u1782\u17d2\u179a\u17b6\u1794\u17cb\u1785\u17bb\u1785\u1794\u178b\u1798\u1780\u1790\u17b6", "header_value", "\u178f\u1798\u17d2\u179b\u17c3\u1794\u178b\u1798\u1780\u1790\u17b6", _s18_49, "\u1795\u179b\u17b7\u178f\u1795\u179b\u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7", "promo_code", "\u178f\u17c6\u200b\u17a1\u17be\u1784\u200b\u179f\u1780\u17d2\u178a\u17b7", "promo_discount", "\u1780\u17b6\u179a\u1794\u1789\u17d2\u1785\u17bb\u17c7\u178f\u1798\u17d2\u179b\u17c3\u1794\u17d2\u179a\u17bc\u1798\u17c9\u17bc\u179f\u17b7\u1793", _s18_51, "\u17a2\u1793\u17bb\u1789\u17d2\u1789\u17b6\u178f\u17b1\u17d2\u1799\u179b\u17bb\u1794\u1785\u17c4\u179b", _s16_75, "\u1794\u17b6\u1793\u1794\u17be\u1780\u1780\u17d2\u1793\u17bb\u1784\u1798\u17bd\u1799\u1780\u17c5\u17a2\u17b8", "max_seats_limit", "\u178a\u17c2\u1793\u1780\u17c6\u178e\u178f\u17cb\u1780\u17c5\u17a2\u17b8\u17a2\u178f\u17b7\u1794\u179a\u1798\u17b6", "trial_enabled", "\u1794\u17b6\u1793\u1794\u17be\u1780\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u179f\u17b6\u1780\u179b\u17d2\u1794\u1784", "trial_duration", "\u179a\u1799\u17c8\u1796\u17c1\u179b\u179f\u17b6\u1780\u179b\u17d2\u1794\u1784", _s21_58, "\u17a2\u1793\u17bb\u1789\u17d2\u1789\u17b6\u178f\u1780\u17b6\u179a\u1794\u178a\u17b7\u179f\u17c1\u1792\u179f\u17c6\u178e\u17bd\u179a", _s18_53, "\u17a2\u1793\u17bb\u1789\u17d2\u1789\u17b6\u178f\u17b1\u17d2\u1799\u1798\u17b6\u1793\u1780\u17b6\u179a\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178f\u17bc\u179a\u1795\u17c2\u1793\u1780\u17b6\u179a", "plan_map", "\u1795\u17c2\u1793\u1791\u17b8\u1795\u17c2\u1793\u1780\u17b6\u179a", "refund_period", "\u179a\u1799\u17c8\u1796\u17c1\u179b\u179f\u1784\u1794\u17d2\u179a\u17b6\u1780\u17cb\u179c\u17b7\u1789\u17d4", _s21_60, "\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb\u179a\u1785\u1793\u17b6\u179f\u1798\u17d2\u1796\u17d0\u1793\u17d2\u1792 Webhook", "purchase_page", "\u1791\u17c6\u1796\u17d0\u179a\u1791\u17b7\u1789", "security", "\u179f\u1793\u17d2\u178f\u17b7\u179f\u17bb\u1781", "email_bounced", "\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u179b\u17c4\u178f", _s20_53, "\u1794\u178e\u17d2\u178a\u17b9\u1784\u179f\u17b6\u179a\u17a5\u178f\u1794\u17b6\u1793\u1780\u17b6\u179a", "email_delivery", "\u1780\u17b6\u179a\u178a\u17b9\u1780\u1787\u1789\u17d2\u1787\u17bc\u1793\u178f\u17b6\u1798\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s16_77, "\u1780\u17b6\u179a\u1786\u17d2\u179b\u17be\u1799\u178f\u1794 Webhook", "pdf_response", "\u1780\u17b6\u179a\u1786\u17d2\u179b\u17be\u1799\u178f\u1794\u1787\u17b6 PDF", _s22_46, "\u1794\u179a\u17b6\u1787\u17d0\u1799\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u1795\u17d2\u1791\u17c0\u1784\u1795\u17d2\u1791\u17b6\u178f\u17cb", "pdf_failed", "PDF \u1794\u179a\u17b6\u1787\u17d0\u1799", "pdf_success", "PDF \u1787\u17c4\u1782\u1787\u17d0\u1799", "modified", "\u1780\u17c2\u1794\u17d2\u179a\u17c2", "payment_link", _s18_242, _s16_79, "\u178f\u17c6\u178e\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u1790\u17d2\u1798\u17b8\u17d4", _s17_48, "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u178f\u17c6\u178e\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb", _s20_54, "\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u178f\u17c6\u178e\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s20_55, "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u178f\u17c6\u178e\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s21_62, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u178f\u17c6\u178e\u1791\u17bc\u1791\u17b6\u178f\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s20_56, _s27_106, _s20_57, _s27_106, _s21_63, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u178f\u17c6\u178e\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u17a1\u17be\u1784\u179c\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s19_44, "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 1 \u178f\u17c6\u178e\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb", _s20_58, "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 :count \u178f\u17c6\u178e\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb", _s26_17, "\u178a\u17c2\u1793\u179a\u1784\u1798\u17b7\u1793\u1798\u17b6\u1793\u1791\u17c1\u17d4", "connect_gmail", "\u1797\u17d2\u1787\u17b6\u1794\u17cb Gmail", _s16_81, "\u1795\u17d2\u178f\u17b6\u1785\u17cb Gmail", "connected_gmail", "\u1794\u17b6\u1793\u1797\u17d2\u1787\u17b6\u1794\u17cb Gmail \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s18_55, "\u1794\u17b6\u1793\u1795\u17d2\u178f\u17b6\u1785\u17cb Gmail \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_83, "\u1780\u17b6\u179a\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178f\u17bc\u179a\u1791\u17c5\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793\u1780\u17bc\u178a\u17a2\u17b6\u1785\u1793\u17b9\u1784\u179a\u17b6\u179a\u17b6\u17c6\u1784\u1780\u17b6\u179a\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796 \u17a2\u17d2\u1793\u1780\u17a2\u17b6\u1785\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u1796\u17b6\u1780\u17d2\u1799\u1794\u1789\u17d2\u1787\u17b6\u1793\u17c1\u17c7\u178a\u17be\u1798\u17d2\u1794\u17b8\u1794\u17c4\u17c7\u1794\u1784\u17cb\u1780\u17b6\u179a\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178f\u17bc\u179a\u17d6", _s16_84, _s17_260, "count_minutes", ":count \u1793\u17b6\u1791\u17b8", _s16_86, "\u17a2\u179f\u17cb\u1796\u17c1\u179b\u1796\u17b6\u1780\u17d2\u1799\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb", _s29_15, "\u1785\u17c2\u1780\u179a\u17c6\u179b\u17c2\u1780\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a/\u1794\u1789\u17d2\u1787\u179a\u17a5\u178e\u1791\u17b6\u1793", "use_last_email", "\u1794\u17d2\u179a\u17be\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799", _s16_88, "\u1792\u17d2\u179c\u17be\u17b1\u17d2\u1799\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793\u179f\u1780\u1798\u17d2\u1798", _s21_65, "\u1794\u17be\u1780\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u17a2\u17ca\u17b8\u1798\u17c2\u179b \u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7 \u1793\u17b7\u1784\u1780\u17b6\u179a\u1787\u17bc\u1793\u178a\u17c6\u178e\u17b9\u1784", _s27_24, "\u1780\u17c6\u17a0\u17bb\u179f\u1794\u17b6\u1793\u1780\u17be\u178f\u17a1\u17be\u1784 \u179f\u17bc\u1798\u1796\u17d2\u1799\u17b6\u1799\u17b6\u1798\u1798\u17d2\u178f\u1784\u1791\u17c0\u178f", _s27_25, "\u178a\u17c6\u1794\u17bc\u1784\u200b\u179f\u17bc\u1798\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u1796\u17b6\u1780\u17d2\u1799\u200b\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb", _s34_13, "\u1780\u17b6\u179a\u1796\u17d2\u179a\u1798\u17b6\u1793\u17d6 \u1780\u17b6\u179a\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178f\u17bc\u179a\u179b\u17c1\u1781\u1791\u17bc\u179a\u179f\u17d0\u1796\u17d2\u1791\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u1793\u17b9\u1784\u1794\u17b7\u1791 2FA", "help_translate", "\u1787\u17bd\u1799\u1794\u1780\u1794\u17d2\u179a\u17c2", _s23_26, "\u179f\u17bc\u1798\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u1794\u17d2\u179a\u1791\u17c1\u179f\u1798\u17bd\u1799\u17d4", "resend_invite", "\u1795\u17d2\u1789\u17be\u1780\u17b6\u179a\u17a2\u1789\u17d2\u1787\u17be\u1789\u17a1\u17be\u1784\u179c\u17b7\u1789", _s19_45, "\u1794\u17b6\u1793\u1794\u17b7\u1791 2FA \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_90, "\u1794\u17b6\u1793\u1797\u17d2\u1787\u17b6\u1794\u17cb\u1782\u178e\u1793\u17b8\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s19_46, "\u1794\u17b6\u1793\u1795\u17d2\u178f\u17b6\u1785\u17cb\u1782\u178e\u1793\u17b8\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "delivered", "\u1785\u17c2\u1780\u1785\u17b6\u1799", "bounced", "\u179b\u17c4\u178f", "spam", "\u179f\u17b6\u179a\u200b\u17a5\u178f\u200b\u1794\u17b6\u1793\u200b\u1780\u17b6\u179a", "view_docs", "\u1798\u17be\u179b\u17af\u1780\u179f\u17b6\u179a", _s32_10, "\u179f\u17bc\u1798\u1795\u17d2\u178f\u179b\u17cb\u179b\u17c1\u1781\u1791\u17bc\u179a\u179f\u17d0\u1796\u17d2\u1791 \u178a\u17be\u1798\u17d2\u1794\u17b8\u1794\u17be\u1780\u1780\u17b6\u179a\u1795\u17d2\u1791\u17c0\u1784\u1795\u17d2\u1791\u17b6\u178f\u17cb\u1780\u178f\u17d2\u178f\u17b6\u1796\u17b8\u179a", "send_sms", "\u1795\u17d2\u1789\u17be\u179f\u17b6\u179a SMS", "sms_code", "\u179b\u17c1\u1781\u1780\u17bc\u178a\u179f\u17b6\u179a SMS", _s21_66, "\u179f\u17d2\u1780\u17c2\u1793\u1780\u17bc\u178a\u179a\u1794\u17b6\u179a\u178a\u17c4\u1799\u1794\u17d2\u179a\u17be\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u178a\u17c2\u179b\u178f\u17d2\u179a\u17bc\u179c\u1782\u17d2\u1793\u17b6 :link \u17d4", _s18_56, "\u1794\u17b6\u1793\u1794\u17be\u1780\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u1780\u17b6\u179a\u1795\u17d2\u1791\u17c0\u1784\u1795\u17d2\u1791\u17b6\u178f\u17cb\u1796\u17b8\u179a\u1780\u178f\u17d2\u178f\u17b6\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "connect_google", "\u1797\u17d2\u1787\u17b6\u1794\u17cb Google", _s17_50, "\u1795\u17d2\u178f\u17b6\u1785\u17cb Google", _s17_52, "\u1780\u17b6\u179a\u1795\u17d2\u1791\u17c0\u1784\u1795\u17d2\u1791\u17b6\u178f\u17cb\u1796\u17b8\u179a\u1780\u178f\u17d2\u178f\u17b6", _s18_57, "\u1794\u17b7\u1791\u1780\u178f\u17d2\u178f\u17b6\u1796\u17b8\u179a", _s34_14, "\u1791\u17b6\u1798\u1791\u17b6\u179a\u1796\u17b6\u1780\u17d2\u1799\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb\u1787\u17b6\u1798\u17bd\u1799\u1780\u17b6\u179a\u1785\u17bc\u179b\u179f\u1784\u17d2\u1782\u1798", "stay_logged_in", "\u1794\u1793\u17d2\u178f\u1785\u17bc\u179b", _s23_28, "\u1780\u17b6\u179a\u1796\u17d2\u179a\u1798\u17b6\u1793\u17d6 \u179c\u1782\u17d2\u1782\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u1787\u17b7\u178f\u1795\u17bb\u178f\u1780\u17c6\u178e\u178f\u17cb\u17a0\u17be\u1799\u17d4", "count_hours", ":count \u1798\u17c9\u17c4\u1784\u17d4", "count_day", "1 \u1790\u17d2\u1784\u17c3\u17d4", "count_days", ":count \u1790\u17d2\u1784\u17c3\u17d4", _s19_47, "\u17a2\u179f\u17cb\u1796\u17c1\u179b\u179f\u1798\u17d0\u1799\u1794\u17d2\u179a\u1787\u17bb\u17c6\u1782\u17c1\u17a0\u1791\u17c6\u1796\u17d0\u179a", _s17_53, "\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb\u200b\u179f\u17bb\u179c\u178f\u17d2\u1790\u17b7\u1797\u17b6\u1796", "resend_email", "\u1795\u17d2\u1789\u17be\u200b\u17a2\u17ca\u17b8\u200b\u1798\u17c9\u17c2\u200b\u179b\u200b\u1798\u17d2\u178f\u1784\u200b\u1791\u17c0\u178f", _s26_19, "\u179f\u17bc\u1798\u1794\u1789\u17d2\u1787\u17b6\u1780\u17cb\u17a2\u17b6\u179f\u1799\u178a\u17d2\u178b\u17b6\u1793\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u17d4", _s16_91, _s21_209, _s19_49, _s21_210, _s19_51, "\u179f\u17bc\u1798\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb\u178a\u17c2\u179b\u1794\u17b6\u1793\u1795\u17d2\u1791\u17c0\u1784\u1795\u17d2\u1791\u17b6\u178f\u17cb\u1787\u17b6\u1798\u17bd\u1799 Gmail", "list_long_press", "\u1794\u1789\u17d2\u1787\u17b8\u1780\u17b6\u179a\u1785\u17bb\u1785\u17a1\u17bb\u1784", "show_actions", "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u179f\u1780\u1798\u17d2\u1798\u1797\u17b6\u1796", _s17_55, "\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178f\u17be\u1798\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u1785\u17d2\u179a\u17be\u1793", _s27_27, "\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1795\u17d2\u1789\u17be\u178a\u17be\u1798\u17d2\u1794\u17b8\u1794\u1789\u17d2\u1787\u17b6\u1780\u17cb\u17a2\u17b6\u179f\u1799\u178a\u17d2\u178b\u17b6\u1793\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s21_67, "\u178a\u17be\u1798\u17d2\u1794\u17b8\u1794\u17d2\u179a\u17be :client_counter \u179f\u17bc\u1798\u1794\u1793\u17d2\u1790\u17c2\u1798 :client_number \u17ac :client_id_number \u178a\u17be\u1798\u17d2\u1794\u17b8\u1780\u17b6\u179a\u1796\u17b6\u179a\u1780\u17b6\u179a\u1794\u17c9\u17c7\u1791\u1784\u17d2\u1782\u17b7\u1785", "this_quarter", "\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1793\u17c1\u17c7\u17d4", "last_quarter", "\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799", "to_update_run", "\u178a\u17be\u1798\u17d2\u1794\u17b8\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1780\u17b6\u179a\u179a\u178f\u17cb", _s18_59, "\u1794\u1798\u17d2\u179b\u17c2\u1784\u1791\u17c5\u1787\u17b6\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s16_92, "URL \u1780\u17b6\u179a\u1785\u17bb\u17c7\u1788\u17d2\u1798\u17c4\u17c7", "invoice_project", "\u1782\u1798\u17d2\u179a\u17c4\u1784\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "invoice_task", "\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "invoice_expense", "\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u179b\u17be\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s19_52, "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 1 \u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb", _s20_59, "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 :count \u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb", _s16_94, "\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780 \u1793\u17b7\u1784\u1798\u17be\u179b\u1787\u17b6\u1798\u17bb\u1793", "save_and_email", "\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780 \u1793\u17b7\u1784\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s16_96, "\u1796\u17d2\u179a\u17b9\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u178e\u17cd\u178a\u17c2\u179b\u1794\u17b6\u1793\u1782\u17b6\u17c6\u1791\u17d2\u179a", _s16_98, "\u1794\u179a\u17b7\u1798\u17b6\u178e\u1794\u17c6\u1794\u17d2\u179b\u17c2\u1784", _s17_57, "\u179f\u1798\u178f\u17bb\u179b\u17d2\u1799\u178a\u17c2\u179b\u1794\u17b6\u1793\u1794\u17c6\u1794\u17d2\u179b\u17c2\u1784", _s22_48, "\u1794\u17c6\u1794\u17d2\u179b\u17c2\u1784\u1794\u17b6\u1793\u1794\u1784\u17cb\u1791\u17c5\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791", _s24_36, "\u179f\u1798\u178f\u17bb\u179b\u17d2\u1799\u17a5\u178e\u1791\u17b6\u1793\u178a\u17c2\u179b\u1794\u17b6\u1793\u1794\u17c6\u1794\u17d2\u179b\u17c2\u1784", "converted_total", "\u1794\u17b6\u1793\u1794\u17c6\u1794\u17d2\u179b\u17c2\u1784\u179f\u179a\u17bb\u1794", "is_sent", "\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1795\u17d2\u1789\u17be", _s17_59, "\u17af\u1780\u179f\u17b6\u179a\u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798", "document_upload", "\u17af\u1780\u179f\u17b6\u179a\u1795\u17d2\u1791\u17bb\u1780\u17a1\u17be\u1784", _s20_60, "\u17a2\u1793\u17bb\u1789\u17d2\u1789\u17b6\u178f\u17b1\u17d2\u1799\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u1795\u17d2\u1791\u17bb\u1780\u17af\u1780\u179f\u17b6\u179a\u17a1\u17be\u1784", "expense_total", "\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u179f\u179a\u17bb\u1794", "enter_taxes", "\u1794\u1789\u17d2\u1785\u17bc\u179b\u1796\u1793\u17d2\u1792", "by_rate", "\u178f\u17b6\u1798\u17a2\u178f\u17d2\u179a\u17b6", "by_amount", "\u178f\u17b6\u1798\u1785\u17c6\u1793\u17bd\u1793", "enter_amount", "\u1794\u1789\u17d2\u1785\u17bc\u179b\u1785\u17c6\u1793\u17bd\u1793\u1791\u17b9\u1780\u1794\u17d2\u179a\u17b6\u1780\u17cb", "before_taxes", "\u1798\u17bb\u1793\u1796\u17c1\u179b\u1796\u1793\u17d2\u1792", "after_taxes", "\u1794\u1793\u17d2\u1791\u17b6\u1794\u17cb\u1796\u17b8\u1796\u1793\u17d2\u1792", "color", "\u1796\u178e\u17cc", "show", "\u1794\u1784\u17d2\u17a0\u17b6\u1789", "hide", "\u179b\u17b6\u1780\u17cb", "empty_columns", "\u1787\u17bd\u179a\u1788\u179a\u1791\u1791\u17c1", _s21_69, "\u179a\u1794\u17c0\u1794\u1794\u17c6\u1794\u17b6\u178f\u17cb\u1780\u17c6\u17a0\u17bb\u179f\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1794\u17be\u1780", _s26_20, "\u1780\u17b6\u179a\u1796\u17d2\u179a\u1798\u17b6\u1793\u17d6 \u179c\u17b6\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1794\u1798\u17d2\u179a\u17bb\u1784\u1791\u17bb\u1780\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u1794\u17d2\u179a\u17be\u1793\u17c5\u179b\u17be\u1798\u17c9\u17b6\u179f\u17ca\u17b8\u1793\u1780\u17d2\u1793\u17bb\u1784\u179f\u17d2\u179a\u17bb\u1780 \u179c\u17b6\u17a2\u17b6\u1785\u179b\u17c1\u1785\u1792\u17d2\u179b\u17b6\u1799\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb\u17d4 \u1785\u17bb\u1785\u178a\u17be\u1798\u17d2\u1794\u17b8\u179f\u17d2\u179c\u17c2\u1784\u1799\u179b\u17cb\u1794\u1793\u17d2\u1790\u17c2\u1798\u17d4", "running_tasks", "\u1780\u17c6\u1796\u17bb\u1784\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u1797\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785", "recent_tasks", "\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u1790\u17d2\u1798\u17b8\u17d7", "recent_expenses", "\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u1790\u17d2\u1798\u17b8\u17d7", _s17_61, "\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u1793\u17b6\u1796\u17c1\u179b\u1781\u17b6\u1784\u1798\u17bb\u1781", "update_app", "\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8", "started_import", "\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178f\u17be\u1798\u1793\u17b6\u17c6\u1785\u17bc\u179b\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s24_38, "\u179f\u17d2\u1791\u17bd\u1793\u200b\u1780\u17b6\u179a\u200b\u1782\u17bc\u179f\u200b\u1795\u17c2\u1793\u1791\u17b8\u200b\u1787\u17bd\u179a\u200b\u1788\u179a", _s20_61, "\u1794\u17d2\u179a\u17be\u1796\u1793\u17d2\u1792\u179a\u17bd\u1798\u1794\u1789\u17d2\u1785\u17bc\u179b", _s18_61, "\u1782\u17ba\u1787\u17b6\u1785\u17c6\u1793\u17bd\u1793\u1794\u1789\u17d2\u1785\u17bb\u17c7\u178f\u1798\u17d2\u179b\u17c3", "column", "\u1787\u17bd\u179a\u1788\u179a", "sample", "\u1782\u17c6\u179a\u17bc", "map_to", "\u1795\u17c2\u1793\u1791\u17b8\u1791\u17c5", "import", "\u1793\u17b6\u17c6\u1785\u17bc\u179b", _s25_29, "\u1794\u17d2\u179a\u17be\u1787\u17bd\u179a\u1791\u17b8\u1798\u17bd\u1799\u1787\u17b6\u1788\u17d2\u1798\u17c4\u17c7\u1787\u17bd\u179a\u1788\u179a", "select_file", "\u179f\u17bc\u1798\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u17af\u1780\u179f\u17b6\u179a\u1798\u17bd\u1799\u17d4", _s16_100, "\u1782\u17d2\u1798\u17b6\u1793\u17af\u1780\u179f\u17b6\u179a\u178a\u17c2\u179b\u1794\u17b6\u1793\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u1791\u17c1\u17d4", "csv_file", "\u17af\u1780\u179f\u17b6\u179a CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a 2go", "invoicely", "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "waveaccounting", "\u1782\u178e\u1793\u17c1\u1799\u17d2\u1799 Wave", "zoho", "\u17a0\u17d2\u179f\u17bc\u17a0\u17bc", "accounting", "\u1782\u178e\u1793\u17c1\u1799\u17d2\u1799", _s22_50, "\u179f\u17bc\u1798\u1795\u17d2\u178f\u179b\u17cb CSVs \u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u17d4", "import_type", "\u1794\u17d2\u179a\u1797\u17c1\u1791\u1793\u17b6\u17c6\u1785\u17bc\u179b", "html_mode", "\u179a\u1794\u17c0\u1794 HTML", "html_mode_help", "\u1798\u17be\u179b\u1780\u17b6\u179a\u17a2\u17b6\u1794\u17cb\u178a\u17c1\u178f\u1787\u17b6\u1798\u17bb\u1793\u179b\u17bf\u1793\u1787\u17b6\u1784 \u1794\u17c9\u17bb\u1793\u17d2\u178f\u17c2\u1798\u17b6\u1793\u1797\u17b6\u1796\u179f\u17bb\u1780\u17d2\u179a\u17b7\u178f\u178f\u17b7\u1785", "view_licenses", "\u1798\u17be\u179b\u17a2\u17b6\u1787\u17d2\u1789\u17b6\u1794\u17d0\u178e\u17d2\u178e", "webhook_url", "Webhook URL", _s17_63, "\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u1793\u17b7\u1796\u1793\u17d2\u1792\u1796\u17c1\u1789\u17a2\u17c1\u1780\u17d2\u179a\u1784\u17cb", "sidebar_editor", "\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u1793\u17b7\u1796\u1793\u17d2\u1792\u179a\u1794\u17b6\u179a\u1785\u17c6\u17a0\u17c0\u1784", _s22_51, "\u179f\u17bc\u1798\u179c\u17b6\u1799 ":value" \u178a\u17be\u1798\u17d2\u1794\u17b8\u1794\u1789\u17d2\u1787\u17b6\u1780\u17cb", "purge", "\u1794\u17c4\u179f\u179f\u17c6\u17a2\u17b6\u178f", "service", "\u179f\u17c1\u179c\u17b6\u1780\u1798\u17d2\u1798", "clone_to", "\u1780\u17d2\u179b\u17bc\u1793\u1791\u17c5", "clone_to_other", "\u1780\u17d2\u179b\u17bc\u1793\u1791\u17c5\u1795\u17d2\u179f\u17c1\u1784\u1791\u17c0\u178f\u17d4", "labels", "\u179f\u17d2\u179b\u17b6\u1780", "add_custom", "\u1794\u1793\u17d2\u1790\u17c2\u1798\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793", "payment_tax", "\u1794\u1784\u17cb\u1796\u1793\u17d2\u1792", "unpaid", "\u1798\u17b7\u1793\u1791\u17b6\u1793\u17cb\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb", "white_label", "\u179f\u17d2\u179b\u17b6\u1780\u1796\u178e\u17cc\u179f", "delivery_note", "\u1780\u17c6\u178e\u178f\u17cb\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb\u1780\u17b6\u179a\u178a\u17b9\u1780\u1787\u1789\u17d2\u1787\u17bc\u1793", _s24_41, "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c2\u179b\u1794\u17b6\u1793\u1795\u17d2\u1789\u17be\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1785\u17b6\u1780\u17cb\u179f\u17c4", _s24_43, "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1785\u17b6\u1780\u17cb\u179f\u17c4", "source_code", "\u1794\u17d2\u179a\u1797\u1796\u200b\u1780\u17bc\u178a", "app_platforms", "\u179c\u17c1\u1791\u17b7\u1780\u17b6\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8", "invoice_late", "\u179c\u17b7\u1780\u17d0\u1799\u1794\u17d0\u178f\u17d2\u179a\u1799\u17ba\u178f", "quote_expired", "\u179f\u1798\u17d2\u179a\u1784\u17cb\u1795\u17bb\u178f\u1780\u17c6\u178e\u178f\u17cb", "partial_due", "\u1795\u17bb\u178f\u1780\u17c6\u178e\u178f\u17cb\u178a\u17c4\u1799\u1795\u17d2\u1793\u17c2\u1780", "invoice_total", "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u179f\u179a\u17bb\u1794", "quote_total", "\u179f\u1798\u17d2\u179a\u1784\u17cb\u179f\u179a\u17bb\u1794", "credit_total", "\u17a5\u178e\u1791\u17b6\u1793\u179f\u179a\u17bb\u1794", _s23_29, "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u179f\u179a\u17bb\u1794", "actions", "\u179f\u1780\u1798\u17d2\u1798\u1797\u17b6\u1796", "expense_number", "\u179b\u17c1\u1781\u1785\u17c6\u178e\u17b6\u1799", "task_number", "\u179b\u17c1\u1781\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a", "project_number", "\u179b\u17c1\u1781\u1782\u1798\u17d2\u179a\u17c4\u1784", "project_name", "\u1788\u17d2\u1798\u17c4\u17c7\u1782\u1798\u17d2\u179a\u17c4\u1784", "warning", "\u1780\u17b6\u179a\u1796\u17d2\u179a\u1798\u17b6\u1793", "view_settings", "\u1798\u17be\u179b\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb", _s24_45, "\u1780\u17b6\u179a\u1796\u17d2\u179a\u1798\u17b6\u1793\u17d6 \u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793\u1793\u17c1\u17c7\u1798\u17b7\u1793\u1791\u17b6\u1793\u17cb\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u1793\u17c5\u17a1\u17be\u1799\u1791\u17c1", "late_invoice", "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1799\u17ba\u178f\u1799\u17c9\u17b6\u179c", "expired_quote", "\u179f\u1798\u17d2\u179a\u1784\u17cb\u1795\u17bb\u178f\u1780\u17c6\u178e\u178f\u17cb", "remind_invoice", "\u179a\u17c6\u179b\u17b9\u1780\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "cvv", "CVV", "client_name", "\u1788\u17d2\u1798\u17c4\u17c7\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "client_phone", "\u1791\u17bc\u179a\u179f\u17d0\u1796\u17d2\u1791\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "required_fields", "\u179c\u17b6\u179b\u178a\u17c2\u179b\u178f\u17d2\u179a\u17bc\u179c\u1780\u17b6\u179a", "calculated_rate", "\u17a2\u178f\u17d2\u179a\u17b6\u1782\u178e\u1793\u17b6", _s17_65, "\u17a2\u178f\u17d2\u179a\u17b6\u1797\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785\u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798", "clear_cache", "\u1787\u1798\u17d2\u179a\u17c7\u1783\u17d2\u179b\u17b6\u17c6\u1784\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb", "sort_order", "\u178f\u1798\u17d2\u179a\u17c0\u1794\u179b\u17c6\u178a\u17b6\u1794\u17cb", "task_status", "\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796", "task_statuses", "\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a", "new_task_status", "\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u1790\u17d2\u1798\u17b8\u17d4", _s16_102, "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a", _s19_53, "\u1794\u1784\u17d2\u1780\u17be\u178f\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s19_54, "\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s20_63, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s19_55, _s31_57, _s19_56, _s31_57, _s20_64, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s22_52, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s21_71, "\u1794\u17b6\u1793\u179b\u17bb\u1794\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s22_53, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s18_63, "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 1 \u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a", _s20_66, "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 :count \u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a", _s16_104, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u178f\u17b6\u179a\u17b6\u1784\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a", _s21_72, "\u178f\u17c2\u1784\u178f\u17c2\u1794\u1784\u17d2\u17a0\u17b6\u1789\u1795\u17d2\u1793\u17c2\u1780\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u1793\u17c5\u1796\u17c1\u179b\u1794\u1784\u17d2\u1780\u17be\u178f\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s20_67, "\u178f\u17b6\u179a\u17b6\u1784\u1796\u17c1\u179b\u179c\u17c1\u179b\u17b6\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s25_30, "\u1794\u1793\u17d2\u1790\u17c2\u1798\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u179b\u1798\u17d2\u17a2\u17b7\u178f\u17a2\u17c6\u1796\u17b8\u1796\u17c1\u179b\u179c\u17c1\u179b\u17b6\u1791\u17c5\u1792\u17b6\u178f\u17bb\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s20_69, "\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s25_31, "\u1794\u1793\u17d2\u1790\u17c2\u1798\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u179b\u1798\u17d2\u17a2\u17b7\u178f\u17a2\u17c6\u1796\u17b8\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791\u1791\u17c5\u1792\u17b6\u178f\u17bb\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s21_73, "\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178f\u17be\u1798\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u1798\u17bb\u1793\u1796\u17c1\u179b\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780", _s18_64, "\u1780\u17c6\u178e\u178f\u17cb\u179a\u1785\u1793\u17b6\u179f\u1798\u17d2\u1796\u17d0\u1793\u17d2\u1792\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796", "task_settings", "\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb\u1797\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785", _s20_71, "\u1780\u17c6\u178e\u178f\u17cb\u179a\u1785\u1793\u17b6\u179f\u1798\u17d2\u1796\u17d0\u1793\u17d2\u1792\u1794\u17d2\u179a\u1797\u17c1\u1791", _s18_66, "\u1794\u17d2\u179a\u1797\u17c1\u1791\u1785\u17c6\u178e\u17b6\u1799", _s20_73, "\u1794\u17d2\u179a\u1797\u17c1\u1791\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u1790\u17d2\u1798\u17b8\u17d4", _s21_74, "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u200b\u1794\u17d2\u179a\u1797\u17c1\u1791\u200b\u1785\u17c6\u178e\u17b6\u1799", _s24_46, "\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u1794\u17d2\u179a\u1797\u17c1\u1791\u1785\u17c6\u178e\u17b6\u1799\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s24_47, "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1794\u17d2\u179a\u1797\u17c1\u1791\u1785\u17c6\u178e\u17b6\u1799\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s25_33, "\u1794\u17d2\u179a\u1797\u17c1\u1791\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u178a\u17c2\u179b\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s24_48, "\u1794\u17b6\u1793\u179b\u17bb\u1794\u1794\u17d2\u179a\u1797\u17c1\u1791\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s24_49, "\u1794\u17b6\u1793\u179b\u17bb\u1794\u1794\u17d2\u179a\u1797\u17c1\u1791\u1785\u17c6\u178e\u17b6\u1799\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s25_34, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1794\u17d2\u179a\u1797\u17c1\u1791\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s27_31, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1794\u17d2\u179a\u1797\u17c1\u1791\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799 :count \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s26_21, "\u1794\u17b6\u1793\u179b\u17bb\u1794\u1794\u17d2\u179a\u1797\u17c1\u1791\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799 :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s27_32, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u17a1\u17be\u1784\u179c\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799\u1793\u17bc\u179c\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u1794\u17d2\u179a\u1797\u17c1\u1791 :value", _s23_30, "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 1 \u1794\u17d2\u179a\u1797\u17c1\u1791\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799", _s25_36, "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 :count \u1794\u17d2\u179a\u1797\u17c1\u1791\u1785\u17c6\u178e\u17b6\u1799", _s21_76, "\u1794\u17d2\u179a\u17be\u17a5\u178e\u1791\u17b6\u1793\u178a\u17c2\u179b\u1798\u17b6\u1793", "show_option", "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u1787\u1798\u17d2\u179a\u17be\u179f", _s22_54, "\u1785\u17c6\u1793\u17bd\u1793\u1791\u17b9\u1780\u1794\u17d2\u179a\u17b6\u1780\u17cb\u17a5\u178e\u1791\u17b6\u1793\u1798\u17b7\u1793\u17a2\u17b6\u1785\u179b\u17be\u179f\u1796\u17b8\u1785\u17c6\u1793\u17bd\u1793\u1791\u17bc\u1791\u17b6\u178f\u17cb\u1794\u17b6\u1793\u1791\u17c1\u17d4", "view_changes", "\u1798\u17be\u179b\u1780\u17b6\u179a\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178f\u17bc\u179a", "force_update", "\u1794\u1784\u17d2\u1781\u17c6\u200b\u17b1\u17d2\u1799\u200b\u1792\u17d2\u179c\u17be\u200b\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796", _s17_67, "\u17a2\u17d2\u1793\u1780\u1780\u17c6\u1796\u17bb\u1784\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u1780\u17c6\u178e\u17c2\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799\u1794\u17c6\u1795\u17bb\u178f \u1794\u17c9\u17bb\u1793\u17d2\u178f\u17c2\u1794\u17d2\u179a\u17a0\u17c2\u179b\u1787\u17b6\u1798\u17b6\u1793\u1780\u17b6\u179a\u1787\u17bd\u179f\u1787\u17bb\u179b\u178a\u17c2\u179b\u1798\u17b7\u1793\u1791\u17b6\u1793\u17cb\u179f\u1798\u17d2\u179a\u17c1\u1785", "mark_paid_help", "\u178f\u17b6\u1798\u178a\u17b6\u1793\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1794\u1784\u17cb", _s18_68, "\u1782\u17bd\u179a\u178f\u17c2\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1785\u17c1\u1789\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s23_31, "\u1794\u17be\u1780\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u178a\u17c2\u179b\u178f\u17d2\u179a\u17bc\u179c\u1785\u17c1\u1789\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s29_17, "\u1792\u17d2\u179c\u17be\u17b1\u17d2\u1799\u17af\u1780\u179f\u17b6\u179a\u1798\u17be\u179b\u1783\u17be\u1789\u178a\u179b\u17cb\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", _s21_78, "\u1780\u17c6\u178e\u178f\u17cb\u17a2\u178f\u17d2\u179a\u17b6\u1794\u17d2\u178f\u17bc\u179a\u1794\u17d2\u179a\u17b6\u1780\u17cb", _s16_106, "\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb\u1785\u17c6\u178e\u17b6\u1799", _s18_69, "\u1780\u17d2\u179b\u17bc\u1793\u200b\u1791\u17c5\u200b\u1780\u17b6\u179a\u200b\u1780\u17be\u178f\u200b\u17a1\u17be\u1784\u200b\u179c\u17b7\u1789\u17d4", "crypto", "\u1782\u17d2\u179a\u17b8\u1794\u178f\u17bc", "paypal", "PayPal", "alipay", "Alipay", "sofort", "\u1795\u17b6\u179f\u17bb\u1780\u1797\u17b6\u1796", "apple_pay", _s16_271, "user_field", "\u179c\u17b6\u179b\u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb", "variables", "\u17a2\u1790\u17c1\u179a", "show_password", "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u1796\u17b6\u1780\u17d2\u1799\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb", "hide_password", "\u179b\u17b6\u1780\u17cb\u1796\u17b6\u1780\u17d2\u1799\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb", "copy_error", "\u1780\u17c6\u17a0\u17bb\u179f\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u1785\u1798\u17d2\u179b\u1784", "capture_card", "\u1780\u17b6\u178f\u1785\u17b6\u1794\u17cb\u1799\u1780", _s17_68, "\u1794\u17b6\u1793\u1794\u17be\u1780\u179c\u17b7\u1780\u17d0\u1799\u1794\u17d0\u178f\u17d2\u179a\u178a\u17c4\u1799\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7", "total_taxes", "\u1796\u1793\u17d2\u1792\u179f\u179a\u17bb\u1794", "line_taxes", "\u1796\u1793\u17d2\u1792\u179b\u17be\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb", "total_fields", "\u179c\u17b6\u179b\u179f\u179a\u17bb\u1794", _s25_37, "\u1794\u17b6\u1793\u200b\u1794\u1789\u17d2\u1788\u1794\u17cb\u200b\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u200b\u178a\u17c2\u179b\u200b\u1780\u17be\u178f\u200b\u17a1\u17be\u1784\u200b\u178a\u17c4\u1799\u200b\u1787\u17c4\u1782\u1787\u17d0\u1799", _s25_38, "\u1794\u17b6\u1793\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178f\u17be\u1798\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1794\u1793\u17d2\u178f\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s25_39, "\u1794\u17b6\u1793\u1794\u1793\u17d2\u178f\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1794\u1793\u17d2\u178f\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "gateway_refund", "Gateway \u179f\u1784\u1794\u17d2\u179a\u17b6\u1780\u17cb\u179c\u17b7\u1789\u17d4", _s19_57, "\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u1780\u17b6\u179a\u1794\u1784\u17d2\u179c\u17b7\u179b\u179f\u1784\u179c\u17b7\u1789\u178a\u17c4\u1799\u1794\u17d2\u179a\u17be\u1785\u17d2\u179a\u1780\u1791\u17bc\u1791\u17b6\u178f\u17cb", "due_date_days", _s17_261, "paused", "\u1795\u17d2\u17a2\u17b6\u1780", "mark_active", "\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb\u179f\u1780\u1798\u17d2\u1798", "day_count", "\u1790\u17d2\u1784\u17c3 :count", _s22_55, "\u1790\u17d2\u1784\u17c3\u178a\u17c6\u1794\u17bc\u1784\u1793\u17c3\u1781\u17c2", _s21_79, "\u1790\u17d2\u1784\u17c3\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799\u1793\u17c3\u1781\u17c2", _s17_70, "\u1794\u17d2\u179a\u17be\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb", "endless", "\u1782\u17d2\u1798\u17b6\u1793\u1791\u17b8\u1794\u1789\u17d2\u1785\u1794\u17cb", "next_send_date", "\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791\u1795\u17d2\u1789\u17be\u1794\u1793\u17d2\u1791\u17b6\u1794\u17cb", _s16_108, "\u179c\u178a\u17d2\u178f\u178a\u17c2\u179b\u1793\u17c5\u179f\u179b\u17cb", _s17_72, "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1794\u1793\u17d2\u178f", _s18_71, "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1794\u1793\u17d2\u178f", _s21_81, "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u1798\u17d2\u178f\u1784\u1791\u17c0\u178f", _s22_57, "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7", _s25_40, "\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s25_41, "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1794\u1793\u17d2\u178f\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s26_22, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s25_42, _s39_31, _s25_43, _s39_31, _s26_23, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u179c\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s27_33, "\u1794\u17b6\u1793\u1791\u17bb\u1780\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799\u1793\u17bc\u179c\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a :value \u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7", _s26_24, "\u1794\u17b6\u1793\u179b\u17bb\u1794\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a :value \u17a1\u17be\u1784\u179c\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s27_34, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u17a1\u17be\u1784\u179c\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799\u1793\u17bc\u179c\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a :value", _s24_50, "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 1 \u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7", _s25_44, "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 :count \u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7", "send_date", "\u1795\u17d2\u1789\u17be\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791", "auto_bill_on", "\u1794\u17be\u1780\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c4\u1799\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7", _s28_17, "\u17a2\u1794\u17d2\u1794\u1794\u179a\u1798\u17b6\u1780\u17d2\u179a\u17c4\u1798\u1785\u17c6\u1793\u17bd\u1793\u1791\u17b9\u1780\u1794\u17d2\u179a\u17b6\u1780\u17cb\u1791\u17bc\u1791\u17b6\u178f\u17cb", "profit", "\u1794\u17d2\u179a\u17b6\u1780\u17cb\u1785\u17c6\u178e\u17c1\u1789", "line_item", "\u1792\u17b6\u178f\u17bb\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb", _s18_73, "\u17a2\u1793\u17bb\u1789\u17d2\u1789\u17b6\u178f\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u179b\u17be\u179f", _s23_32, "\u1782\u17b6\u17c6\u1791\u17d2\u179a\u1780\u17b6\u179a\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u1794\u1793\u17d2\u1790\u17c2\u1798\u178a\u17be\u1798\u17d2\u1794\u17b8\u1791\u1791\u17bd\u179b\u1799\u1780\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u1787\u17c6\u1793\u17bd\u1799", _s19_58, "\u17a2\u1793\u17bb\u1789\u17d2\u1789\u17b6\u178f\u1793\u17c5\u1780\u17d2\u179a\u17c4\u1798\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb", _s24_51, "\u1782\u17b6\u17c6\u1791\u17d2\u179a\u1780\u17b6\u179a\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u17a2\u1794\u17d2\u1794\u1794\u179a\u1798\u17b6\u1785\u17c6\u1793\u17bd\u1793\u1795\u17d2\u1793\u17c2\u1780/\u1780\u17b6\u179a\u178a\u17b6\u1780\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb", "test_mode", "\u179a\u1794\u17c0\u1794\u200b\u1792\u17d2\u179c\u17be\u200b\u178f\u17c1\u200b\u179f\u17d2\u178f", "opened", "\u1794\u17b6\u1793\u1794\u17be\u1780", _s30_7, "\u1780\u17b6\u179a\u1795\u17d2\u179f\u17c7\u1795\u17d2\u179f\u17b6\u1794\u179a\u17b6\u1787\u17d0\u1799", _s30_8, "\u1780\u17b6\u179a\u1795\u17d2\u179f\u17c7\u1795\u17d2\u179f\u17b6\u1787\u17c4\u1782\u1787\u17d0\u1799", "gateway_success", "\u1785\u17d2\u179a\u1780\u1795\u17d2\u179b\u17bc\u179c\u1787\u17c4\u1782\u1787\u17d0\u1799", "gateway_failure", "\u1785\u17d2\u179a\u1780\u1795\u17d2\u179b\u17bc\u179c\u1794\u179a\u17b6\u1787\u17d0\u1799", "gateway_error", "\u1780\u17c6\u17a0\u17bb\u179f\u1785\u17d2\u179a\u1780\u1795\u17d2\u179b\u17bc\u179c", "email_send", "\u1795\u17d2\u1789\u17be\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s17_74, "\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u1796\u17d2\u1799\u17b6\u1799\u17b6\u1798\u1787\u17bd\u179a\u1798\u17d2\u178f\u1784\u1791\u17c0\u178f", "failure", "\u1794\u179a\u17b6\u1787\u17d0\u1799", "quota_exceeded", "\u179b\u17be\u179f\u1780\u17bc\u178f\u17b6", _s16_110, "\u1780\u17b6\u179a\u1794\u179a\u17b6\u1787\u17d0\u1799\u1781\u17b6\u1784\u179b\u17be", "system_logs", "\u1780\u17c6\u178e\u178f\u17cb\u17a0\u17c1\u178f\u17bb\u1794\u17d2\u179a\u1796\u17d0\u1793\u17d2\u1792", "view_portal", "\u1798\u17be\u179b\u179c\u17b7\u1794\u1795\u178f\u1790\u179b\u17d4", "copy_link", "\u1785\u1798\u17d2\u179b\u1784\u178f\u17c6\u178e", "token_billing", "\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u179b\u1798\u17d2\u17a2\u17b7\u178f\u1780\u17b6\u178f", _s24_52, "\u179f\u17bc\u1798\u179f\u17d2\u179c\u17b6\u1782\u1798\u1793\u17cd\u1798\u1780\u1780\u17b6\u1793\u17cb Invoice Ninja", "always", "\u1787\u17b6\u1793\u17b7\u1785\u17d2\u1785", "optin", "\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u1785\u17bc\u179b", "optout", "\u1787\u17d2\u179a\u17be\u179f\u200b\u1799\u1780\u1785\u17c1\u1789", "label", "\u179f\u17d2\u179b\u17b6\u1780\u200b\u179f\u1789\u17d2\u1789\u17b6", "client_number", "\u179b\u17c1\u1781\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "auto_convert", _s22_184, "company_name", "\u1788\u17d2\u1798\u17c4\u17c7\u200b\u1780\u17d2\u179a\u17bb\u1798\u200b\u17a0\u17ca\u17bb\u1793", "reminder1_sent", "\u1780\u17b6\u179a\u179a\u17c6\u179b\u17b9\u1780 1 \u1794\u17b6\u1793\u1795\u17d2\u1789\u17be", "reminder2_sent", "\u1780\u17b6\u179a\u179a\u17c6\u179b\u17b9\u1780 2 \u1794\u17b6\u1793\u1795\u17d2\u1789\u17be", "reminder3_sent", "\u1780\u17b6\u179a\u179a\u17c6\u179b\u17b9\u1780 3 \u1794\u17b6\u1793\u1795\u17d2\u1789\u17be", _s18_75, "\u1780\u17b6\u179a\u179a\u17c6\u179b\u17b9\u1780\u178a\u17c2\u179b\u1794\u17b6\u1793\u1795\u17d2\u1789\u17be\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799", "pdf_page_info", "\u1791\u17c6\u1796\u17d0\u179a :current \u1793\u17c3 :total", _s16_112, _s35_52, "emailed_quotes", _s28_111, "emailed_credits", _s30_61, "gateway", "\u1785\u17d2\u179a\u1780\u1795\u17d2\u179b\u17bc\u179c", "view_in_stripe", "\u1798\u17be\u179b\u1780\u17d2\u1793\u17bb\u1784\u179f\u17d2\u1791\u17d2\u179a\u17b8\u1794", "rows_per_page", "\u1787\u17bd\u179a\u178a\u17c1\u1780\u1780\u17d2\u1793\u17bb\u1784\u1798\u17bd\u1799\u1791\u17c6\u1796\u17d0\u179a", "hours", "\u1798\u17c9\u17c4\u1784", "statement", "\u179f\u17c1\u1785\u1780\u17d2\u178f\u17b8\u1790\u17d2\u179b\u17c2\u1784\u1780\u17b6\u179a\u178e\u17cd", "taxes", "\u1796\u1793\u17d2\u1792", "surcharge", "\u1790\u17d2\u179b\u17c3\u1794\u1793\u17d2\u1790\u17c2\u1798", "apply_payment", "\u17a2\u1793\u17bb\u179c\u178f\u17d2\u178f\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb", "apply_credit", "\u17a2\u1793\u17bb\u179c\u178f\u17d2\u178f\u17a5\u178e\u1791\u17b6\u1793", "apply", "\u17a2\u1793\u17bb\u179c\u178f\u17d2\u178f", "unapplied", "\u1798\u17b7\u1793\u200b\u1794\u17b6\u1793\u200b\u17a2\u1793\u17bb\u179c\u178f\u17d2\u178f", "select_label", "\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u179f\u17d2\u179b\u17b6\u1780", "custom_labels", "\u179f\u17d2\u179b\u17b6\u1780\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793", "record_type", "\u1794\u17d2\u179a\u1797\u17c1\u1791\u1780\u17c6\u178e\u178f\u17cb\u178f\u17d2\u179a\u17b6", "record_name", "\u1788\u17d2\u1798\u17c4\u17c7\u1780\u17c6\u178e\u178f\u17cb\u178f\u17d2\u179a\u17b6", "file_type", "\u1794\u17d2\u179a\u1797\u17c1\u1791\u17af\u1780\u179f\u17b6\u179a", "height", "\u1780\u1798\u17d2\u1796\u179f\u17cb", "width", "\u1791\u1791\u17b9\u1784", "to", "\u1791\u17c5", "health_check", "\u178f\u17d2\u179a\u17bd\u178f\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799\u200b\u179f\u17bb\u1781\u1797\u17b6\u1796", "payment_type_id", "\u1794\u17d2\u179a\u1797\u17c1\u1791\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb", "last_login_at", "\u1780\u17b6\u179a\u1785\u17bc\u179b\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799\u1793\u17c5", "company_key", "\u179f\u17c4\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793", "storefront", "\u1798\u17bb\u1781\u17a0\u17b6\u1784", "storefront_help", "\u1794\u17be\u1780\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u1797\u17b6\u1782\u17b8\u1791\u17b8\u1794\u17b8\u178a\u17be\u1798\u17d2\u1794\u17b8\u1794\u1784\u17d2\u1780\u17be\u178f\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "client_created", "\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f", _s20_76, "\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u1791\u17bc\u1791\u17b6\u178f\u17cb\u178f\u17b6\u1798\u17a2\u17ca\u17b8\u1793\u1792\u17ba\u178e\u17b7\u178f", _s20_78, "\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u1791\u17bc\u1791\u17b6\u178f\u17cb\u178a\u17c4\u1799\u178a\u17c3", "completed", "\u1794\u17b6\u1793\u1794\u1789\u17d2\u1785\u1794\u17cb", "gross", "\u179f\u179a\u17bb\u1794", "net_amount", "\u1785\u17c6\u1793\u17bd\u1793\u1791\u17b9\u1780\u1794\u17d2\u179a\u17b6\u1780\u17cb\u179f\u17bb\u1791\u17d2\u1792", "net_balance", "\u179f\u1798\u178f\u17bb\u179b\u17d2\u1799\u179f\u17bb\u1791\u17d2\u1792", "client_settings", "\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", _s17_76, "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c2\u179b\u1794\u17b6\u1793\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f", _s17_78, "\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u178a\u17c2\u179b\u1794\u17b6\u1793\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f", "selected_quotes", "\u179f\u1798\u17d2\u179a\u1784\u17cb\u178a\u17c2\u179b\u1794\u17b6\u1793\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f", "selected_tasks", "\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u178a\u17c2\u179b\u1794\u17b6\u1793\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f", _s17_80, "\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u178a\u17c2\u179b\u1794\u17b6\u1793\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f", _s17_82, "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1793\u17b6\u1796\u17c1\u179b\u1781\u17b6\u1784\u1798\u17bb\u1781", _s17_84, "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u17a0\u17bd\u179f\u1780\u17c6\u178e\u178f\u17cb", "recent_payments", "\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u1790\u17d2\u1798\u17b8\u17d7", "upcoming_quotes", "\u179f\u1798\u17d2\u179a\u1784\u17cb\u1793\u17b6\u1796\u17c1\u179b\u1781\u17b6\u1784\u1798\u17bb\u1781", "expired_quotes", "\u179f\u1798\u17d2\u179a\u1784\u17cb\u1795\u17bb\u178f\u1780\u17c6\u178e\u178f\u17cb", "create_client", "\u1794\u1784\u17d2\u1780\u17be\u178f\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "create_invoice", "\u1794\u1784\u17d2\u1780\u17be\u178f\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "create_quote", "\u1794\u1784\u17d2\u1780\u17be\u178f\u179f\u1798\u17d2\u179a\u1784\u17cb", "create_payment", "\u1794\u1784\u17d2\u1780\u17be\u178f\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb", "create_vendor", "\u1794\u1784\u17d2\u1780\u17be\u178f\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb", "update_quote", "\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u179f\u1798\u17d2\u179a\u1784\u17cb", "delete_quote", "\u179b\u17bb\u1794\u179f\u1798\u17d2\u179a\u1784\u17cb", "update_invoice", "\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "delete_invoice", "\u179b\u17bb\u1794\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "update_client", "\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "delete_client", "\u179b\u17bb\u1794\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "delete_payment", "\u179b\u17bb\u1794\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb", "update_vendor", "\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb", "delete_vendor", "\u179b\u17bb\u1794\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb", "create_expense", "\u1794\u1784\u17d2\u1780\u17be\u178f\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799", "update_expense", "\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799", "delete_expense", "\u179b\u17bb\u1794\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799", "create_task", "\u1794\u1784\u17d2\u1780\u17be\u178f\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a", "update_task", "\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a", "delete_task", "\u179b\u17bb\u1794\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a", "approve_quote", "\u17a2\u1793\u17bb\u1798\u17d0\u178f\u179f\u1798\u17d2\u179a\u1784\u17cb", "off", "\u1794\u17b7\u1791", "when_paid", "\u1796\u17c1\u179b\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb", "expires_on", "\u1795\u17bb\u178f\u1780\u17c6\u178e\u178f\u17cb\u200b\u1793\u17c5\u200b\u1790\u17d2\u1784\u17c3\u1791\u17b8", "free", "\u17a5\u178f\u1782\u17b7\u178f\u1790\u17d2\u179b\u17c3", "plan", "\u1795\u17c2\u1793\u1780\u17b6\u179a", "show_sidebar", "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u179a\u1794\u17b6\u179a\u1785\u17c6\u17a0\u17c0\u1784", "hide_sidebar", "\u179b\u17b6\u1780\u17cb\u179a\u1794\u17b6\u179a\u1785\u17c6\u17a0\u17c0\u1784", "event_type", "\u1794\u17d2\u179a\u1797\u17c1\u1791\u1796\u17d2\u179a\u17b9\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u178e\u17cd", "target_url", "\u1782\u17c4\u179b\u178a\u17c5", "copy", "\u1785\u1798\u17d2\u179b\u1784", "must_be_online", "\u179f\u17bc\u1798\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178f\u17be\u1798\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u17a1\u17be\u1784\u179c\u17b7\u1789\u1793\u17c5\u1796\u17c1\u179b\u1797\u17d2\u1787\u17b6\u1794\u17cb\u17a2\u17ca\u17b8\u1793\u1792\u17ba\u178e\u17b7\u178f", _s17_86, "crons \u1785\u17b6\u17c6\u1794\u17b6\u1785\u17cb\u178f\u17d2\u179a\u17bc\u179c\u1794\u17be\u1780", "api_webhooks", "API Webhooks", "search_webhooks", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 :count Webhooks", "search_webhook", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 1 Webhook", "webhook", "Webhook", "webhooks", "\u1782\u17c1\u17a0\u1791\u17c6\u1796\u17d0\u179a", "new_webhook", "Webhook \u1790\u17d2\u1798\u17b8\u17d4", "edit_webhook", "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b Webhook", "created_webhook", "\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f webhook \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "updated_webhook", "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796 webhook \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_114, "\u1794\u17b6\u1793\u1791\u17bb\u1780\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "deleted_webhook", _s24_132, "removed_webhook", _s24_132, _s16_115, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a webhook \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s17_87, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799 :value webhooks", _s16_116, _s31_58, _s16_117, _s31_58, _s17_88, "\u1794\u17b6\u1793\u179f\u17d2\u178f\u17b6\u179a\u1782\u17c1\u17a0\u1791\u17c6\u1796\u17d0\u179a :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "api_tokens", "\u179f\u1789\u17d2\u1789\u17b6\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb API", "api_docs", "\u17af\u1780\u179f\u17b6\u179a API", "search_tokens", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 :count Tokens", "search_token", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 1 Token", "token", "\u179f\u1789\u17d2\u1789\u17b6\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb", "tokens", "\u1790\u17bc\u1781\u17b9\u1793", "new_token", "\u1790\u17bc\u1781\u17b9\u1793\u1790\u17d2\u1798\u17b8\u17d4", "edit_token", "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u1793\u17b7\u1798\u17b7\u178f\u17d2\u178f\u179f\u1789\u17d2\u1789\u17b6", "created_token", "\u1794\u1784\u17d2\u1780\u17be\u178f\u1793\u17b7\u1798\u17b7\u178f\u17d2\u178f\u179f\u1789\u17d2\u1789\u17b6\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "updated_token", "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u179f\u1789\u17d2\u1789\u17b6\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "archived_token", "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u179f\u1789\u17d2\u1789\u17b6\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "deleted_token", "\u1794\u17b6\u1793\u179b\u17bb\u1794\u179f\u1789\u17d2\u1789\u17b6\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "removed_token", "\u178a\u1780\u179f\u1789\u17d2\u1789\u17b6\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb\u1785\u17c1\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "restored_token", "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1793\u17b7\u1798\u17b7\u178f\u17d2\u178f\u179f\u1789\u17d2\u1789\u17b6\u17a1\u17be\u1784\u179c\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "archived_tokens", "\u1794\u17b6\u1793\u1791\u17bb\u1780\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799\u1793\u17bc\u179c\u179f\u1789\u17d2\u1789\u17b6\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb :value", "deleted_tokens", "\u1794\u17b6\u1793\u179b\u17bb\u1794\u179f\u1789\u17d2\u1789\u17b6\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "restored_tokens", "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1790\u17bc\u1781\u17b9\u1793 :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s19_60, "\u1780\u17b6\u179a\u1785\u17bb\u17c7\u1788\u17d2\u1798\u17c4\u17c7\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", _s24_54, "\u17a2\u1793\u17bb\u1789\u17d2\u1789\u17b6\u178f\u17b1\u17d2\u1799\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u1785\u17bb\u17c7\u1788\u17d2\u1798\u17c4\u17c7\u178a\u17c4\u1799\u1781\u17d2\u179b\u17bd\u1793\u17af\u1784\u1793\u17c5\u1780\u17d2\u1793\u17bb\u1784\u179c\u17b7\u1794\u1795\u178f\u1790\u179b\u17d4", "email_invoice", _s17_259, "email_quote", "\u179f\u1798\u17d2\u179a\u1784\u17cb\u17a2\u17ca\u17b8\u1798\u17c2\u179b", "email_credit", "\u17a5\u178e\u1791\u17b6\u1793\u17a2\u17ca\u17b8\u1798\u17c9\u17c2\u179b", "email_payment", "\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u178f\u17b6\u1798\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s20_81, "\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u1798\u17b7\u1793\u1798\u17b6\u1793\u17a2\u17b6\u179f\u1799\u178a\u17d2\u178b\u17b6\u1793\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u178a\u17c2\u179b\u1794\u17b6\u1793\u1780\u17c6\u178e\u178f\u17cb\u1791\u17c1\u17d4", "ledger", "\u179f\u17c0\u179c\u1797\u17c5\u1780\u178f\u17cb\u178f\u17d2\u179a\u17b6", "view_pdf", "\u1798\u17be\u179b PDF", "all_records", "\u1780\u17c6\u178e\u178f\u17cb\u178f\u17d2\u179a\u17b6\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u17d4", "owned_by_user", "\u1782\u17d2\u179a\u1794\u17cb\u1782\u17d2\u179a\u1784\u178a\u17c4\u1799\u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb", _s16_118, "\u17a5\u178e\u1791\u17b6\u1793\u178a\u17c2\u179b\u1793\u17c5\u179f\u179b\u17cb", "contact_name", "\u1788\u17d2\u1798\u17c4\u17c7\u200b\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784", "use_default", "\u1780\u17b6\u179a\u200b\u1794\u17d2\u179a\u17be\u200b\u1794\u17d2\u179a\u17b6\u179f\u17cb\u200b\u179b\u17c6\u1793\u17b6\u17c6\u200b\u178a\u17be\u1798", _s16_120, _s21_211, "number_of_days", "\u1785\u17c6\u1793\u17bd\u1793\u1790\u17d2\u1784\u17c3", _s23_34, "\u1780\u17c6\u178e\u178f\u17cb\u179a\u1785\u1793\u17b6\u179f\u1798\u17d2\u1796\u17d0\u1793\u17d2\u1792\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb", "payment_term", "\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb", _s16_121, "\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u1790\u17d2\u1798\u17b8\u17d4", _s17_90, "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb", _s20_82, "\u1794\u1784\u17d2\u1780\u17be\u178f\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s20_83, "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s21_83, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u179a\u1799\u17c8\u1796\u17c1\u179b\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s20_84, "\u1794\u17b6\u1793\u179b\u17bb\u1794\u179a\u1799\u17c8\u1796\u17c1\u179b\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s20_85, "\u1794\u17b6\u1793\u179b\u17bb\u1794\u179a\u1799\u17c8\u1796\u17c1\u179b\u1791\u17bc\u1791\u17b6\u178f\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s21_84, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u179a\u1799\u17c8\u1796\u17c1\u179b\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u17a1\u17be\u1784\u179c\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s22_62, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s21_85, "\u1794\u17b6\u1793\u179b\u17bb\u1794\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s22_63, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "email_sign_in", "\u1785\u17bc\u179b\u178a\u17c4\u1799\u1794\u17d2\u179a\u17be\u17a2\u17ca\u17b8\u1798\u17c2\u179b", "change", "\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178f\u17bc\u179a", _s23_36, "\u1794\u17d2\u178f\u17bc\u179a\u1791\u17c5\u1794\u17d2\u179b\u1784\u17cb\u1791\u17bc\u179a\u179f\u1796\u17d2\u1791?", _s24_55, "\u1794\u17d2\u178f\u17bc\u179a\u1791\u17c5\u1794\u17d2\u179b\u1784\u17cb\u1795\u17d2\u1791\u17c3\u178f\u17bb?", "send_from_gmail", "\u1795\u17d2\u1789\u17be\u1796\u17b8 Gmail", "reversed", "\u1794\u1789\u17d2\u1785\u17d2\u179a\u17b6\u179f", "cancelled", "\u1794\u17b6\u1793\u179b\u17bb\u1794\u1785\u17c4\u179b", "credit_amount", "\u1785\u17c6\u1793\u17bd\u1793\u1791\u17b9\u1780\u1794\u17d2\u179a\u17b6\u1780\u17cb\u17a5\u178e\u1791\u17b6\u1793", "quote_amount", "\u1794\u179a\u17b7\u1798\u17b6\u178e\u179f\u1798\u17d2\u179a\u1784\u17cb", "hosted", "\u1792\u17d2\u179c\u17be\u1787\u17b6\u1798\u17d2\u1785\u17b6\u179f\u17cb\u1795\u17d2\u1791\u17c7", "selfhosted", "\u1792\u17d2\u179c\u17be\u1787\u17b6\u1798\u17d2\u1785\u17b6\u179f\u17cb\u1795\u17d2\u1791\u17c7\u178a\u17c4\u1799\u1781\u17d2\u179b\u17bd\u1793\u17af\u1784\u17d4", "exclusive", "\u1795\u17d2\u178f\u17b6\u1785\u17cb\u1798\u17bb\u1781", "inclusive", "\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1782\u17d2\u1793\u17b6", "hide_menu", "\u179b\u17b6\u1780\u17cb\u1798\u17c9\u17ba\u1793\u17bb\u1799", "show_menu", "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u1798\u17c9\u17ba\u1793\u17bb\u1799", _s18_77, _s22_185, _s16_123, "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u17af\u1780\u179f\u17b6\u179a", "search_designs", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u1780\u17b6\u179a\u179a\u1785\u1793\u17b6", "search_invoices", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "search_clients", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "search_products", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u1795\u179b\u17b7\u178f\u1795\u179b", "search_quotes", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u179f\u1798\u17d2\u179a\u1784\u17cb", "search_credits", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u17a5\u178e\u1791\u17b6\u1793", "search_vendors", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb", "search_users", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb", _s16_124, "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792", "search_tasks", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u1797\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785", "search_settings", "\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780", "search_projects", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u1782\u1798\u17d2\u179a\u17c4\u1784", "search_expenses", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799", "search_payments", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb", "search_groups", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u1780\u17d2\u179a\u17bb\u1798", "search_company", "\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780", "search_document", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u17af\u1780\u179f\u17b6\u179a 1", "search_design", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 1 \u179a\u1785\u1793\u17b6", "search_invoice", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 1 \u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "search_client", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793 1", "search_product", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 1 \u1795\u179b\u17b7\u178f\u1795\u179b", "search_quote", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 1 \u179f\u1798\u17d2\u179a\u1784\u17cb", "search_credit", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 1 \u17a5\u178e\u1791\u17b6\u1793", "search_vendor", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb 1 \u1793\u17b6\u1780\u17cb", "search_user", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 1 \u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb", "search_tax_rate", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 1 \u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792", "search_task", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 1 \u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a", "search_project", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 1 \u1782\u1798\u17d2\u179a\u17c4\u1784", "search_expense", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 1 \u1785\u17c6\u178e\u17b6\u1799", "search_payment", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 1 \u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb", "search_group", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780 1 \u1780\u17d2\u179a\u17bb\u1798", "refund_payment", _s21_209, _s17_94, _s28_112, _s18_79, _s28_112, _s16_130, _s25_109, _s17_95, _s25_109, "reverse", "\u1794\u1789\u17d2\u1785\u17d2\u179a\u17b6\u179f", "full_name", "\u1788\u17d2\u1798\u17c4\u17c7\u200b\u1796\u17c1\u1789", _s17_96, "\u1791\u17b8\u1780\u17d2\u179a\u17bb\u1784/\u179a\u178a\u17d2\u178b/\u1794\u17d2\u179a\u17c3\u179f\u178e\u17b8\u1799\u17cd", _s17_98, "\u1794\u17d2\u179a\u17c3\u179f\u178e\u17b8\u1799\u17cd/\u1791\u17b8\u1780\u17d2\u179a\u17bb\u1784/\u179a\u178a\u17d2\u178b", "custom1", _s16_408, "custom2", "\u1791\u1798\u17d2\u179b\u17b6\u1794\u17cb\u1791\u17b8\u1796\u17b8\u179a", "custom3", "\u1791\u1798\u17d2\u179b\u17b6\u1794\u17cb\u1791\u17b8\u1794\u17b8", "custom4", "\u1791\u17c6\u1793\u17c0\u1798\u1791\u1798\u17d2\u179b\u17b6\u1794\u17cb\u1791\u17b8\u1794\u17bd\u1793", "optional", "\u179f\u17d2\u179a\u17c1\u1785\u1785\u17b7\u178f\u17d2\u178f", "license", "\u17a2\u17b6\u1787\u17d2\u1789\u17b6\u1794\u17d0\u178e\u17d2\u178e", "purge_data", "\u179b\u17bb\u1794\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799", _s16_131, "\u1794\u17b6\u1793\u179b\u17bb\u1794\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s18_80, "\u1780\u17b6\u179a\u1796\u17d2\u179a\u1798\u17b6\u1793\u17d6 \u179c\u17b6\u1793\u17b9\u1784\u179b\u17bb\u1794\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u1787\u17b6\u17a2\u1785\u17b7\u1793\u17d2\u178f\u17d2\u179a\u17c3\u1799\u17cd \u1782\u17d2\u1798\u17b6\u1793\u1780\u17b6\u179a\u1798\u17b7\u1793\u1792\u17d2\u179c\u17be\u179c\u17b7\u1789\u1791\u17c1\u17d4", "invoice_balance", "\u179f\u1798\u178f\u17bb\u179b\u17d2\u1799\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "age_group_0", "0 - 30 \u1790\u17d2\u1784\u17c3\u17d4", "age_group_30", "30-60 \u1790\u17d2\u1784\u17c3\u17d4", "age_group_60", "60-90 \u1790\u17d2\u1784\u17c3\u17d4", "age_group_90", "90-120 \u1790\u17d2\u1784\u17c3\u17d4", "age_group_120", "120+ \u1790\u17d2\u1784\u17c3\u17d4", "refresh", "\u1792\u17d2\u179c\u17be\u200b\u17b1\u17d2\u1799\u200b\u179f\u17d2\u179a\u179f\u17cb", "saved_design", _s27_107, "client_details", "\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u179b\u1798\u17d2\u17a2\u17b7\u178f\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "company_address", "\u17a2\u17b6\u179f\u17d0\u1799\u178a\u17d2\u178b\u17b6\u1793\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793", "invoice_details", "\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u179b\u1798\u17d2\u17a2\u17b7\u178f\u17a2\u17c6\u1796\u17b8\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "quote_details", "\u179f\u17c1\u1785\u1780\u17d2\u178f\u17b8\u179b\u1798\u17d2\u17a2\u17b7\u178f\u179f\u1798\u17d2\u179a\u1784\u17cb", "credit_details", "\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u179b\u1798\u17d2\u17a2\u17b7\u178f\u17a2\u17c6\u1796\u17b8\u17a5\u178e\u1791\u17b6\u1793", "product_columns", "\u1787\u17bd\u179a\u1795\u179b\u17b7\u178f\u1795\u179b", "task_columns", "\u1787\u17bd\u179a\u1788\u179a\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a", "add_field", "\u1794\u1793\u17d2\u1790\u17c2\u1798\u179c\u17b6\u179b", "all_events", "\u1796\u17d2\u179a\u17b9\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u178e\u17cd\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u17d4", "permissions", "\u1780\u17b6\u179a\u17a2\u1793\u17bb\u1789\u17d2\u1789\u17b6\u178f", "none", "\u1782\u17d2\u1798\u17b6\u1793", "owned", "\u1787\u17b6\u1798\u17d2\u1785\u17b6\u179f\u17cb", "payment_success", "\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u1787\u17c4\u1782\u1787\u17d0\u1799", "payment_failure", "\u1780\u17b6\u179a\u1794\u179a\u17b6\u1787\u17d0\u1799\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb", "invoice_sent", "\u1794\u17b6\u1793\u1795\u17d2\u1789\u17be\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a :count", "quote_sent", "\u1794\u17b6\u1793\u1795\u17d2\u1789\u17be\u179f\u1798\u17d2\u179a\u1784\u17cb", "credit_sent", "\u17a5\u178e\u1791\u17b6\u1793\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1795\u17d2\u1789\u17be", "invoice_viewed", "\u1794\u17b6\u1793\u1798\u17be\u179b\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "quote_viewed", "\u1794\u17b6\u1793\u1798\u17be\u179b\u179f\u1798\u17d2\u179a\u1784\u17cb", "credit_viewed", "\u17a5\u178e\u1791\u17b6\u1793\u1794\u17b6\u1793\u1798\u17be\u179b", "quote_approved", "\u179f\u1798\u17d2\u179a\u1784\u17cb\u1794\u17b6\u1793\u17a2\u1793\u17bb\u1798\u17d0\u178f", _s25_46, "\u1791\u1791\u17bd\u179b\u1780\u17b6\u179a\u1787\u17bc\u1793\u178a\u17c6\u178e\u17b9\u1784\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u17d4", _s16_132, "\u1791\u17b7\u1789\u17a2\u17b6\u1787\u17d2\u1789\u17b6\u1794\u17d0\u178e\u17d2\u178e", "apply_license", "\u17a2\u1793\u17bb\u179c\u178f\u17d2\u178f\u17a2\u17b6\u1787\u17d2\u1789\u17b6\u1794\u17d0\u178e\u17d2\u178e", "cancel_account", "\u179b\u17bb\u1794\u200b\u1782\u178e\u1793\u17b8", _s22_64, "\u1780\u17b6\u179a\u1796\u17d2\u179a\u1798\u17b6\u1793\u17d6 \u179c\u17b6\u1793\u17b9\u1784\u179b\u17bb\u1794\u1782\u178e\u1793\u17b8\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u1787\u17b6\u17a2\u1785\u17b7\u1793\u17d2\u178f\u17d2\u179a\u17c3\u1799\u17cd \u1782\u17d2\u1798\u17b6\u1793\u1780\u17b6\u179a\u179b\u17bb\u1794\u179c\u17b7\u1789\u1791\u17c1\u17d4", "delete_company", "\u179b\u17bb\u1794\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793", _s22_65, "\u1780\u17b6\u179a\u1796\u17d2\u179a\u1798\u17b6\u1793\u17d6 \u179c\u17b6\u1793\u17b9\u1784\u179b\u17bb\u1794\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u1787\u17b6\u17a2\u1785\u17b7\u1793\u17d2\u178f\u17d2\u179a\u17c3\u1799\u17cd \u1798\u17b7\u1793\u17a2\u17b6\u1785\u179b\u17bb\u1794\u1785\u17c4\u179b\u179c\u17b7\u1789\u1794\u17b6\u1793\u1791\u17c1\u17d4", "enabled_modules", "\u1798\u17c9\u17bc\u178c\u17bb\u179b\u178a\u17c2\u179b\u1794\u17b6\u1793\u1794\u17be\u1780", "converted_quote", "\u1794\u17b6\u1793\u1794\u17c6\u1794\u17d2\u179b\u17c2\u1784\u179f\u1798\u17d2\u179a\u1784\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "credit_design", "\u1780\u17b6\u179a\u179a\u1785\u1793\u17b6\u17a5\u178e\u1791\u17b6\u1793", "includes", "\u179a\u17bd\u1798\u1794\u1789\u17d2\u1785\u17bc\u179b", "header", "\u1794\u178b\u1798\u1780\u1790\u17b6", "load_design", "\u1795\u17d2\u1791\u17bb\u1780\u1780\u17b6\u179a\u179a\u1785\u1793\u17b6", "css_framework", "CSS Framework", "custom_designs", "\u1780\u17b6\u179a\u179a\u1785\u1793\u17b6\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793", "designs", "\u1780\u17b6\u179a\u179a\u1785\u1793\u17b6", "new_design", "\u1780\u17b6\u179a\u179a\u1785\u1793\u17b6\u1790\u17d2\u1798\u17b8\u17d4", "edit_design", "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u1780\u17b6\u179a\u179a\u1785\u1793\u17b6", "created_design", "\u179a\u1785\u1793\u17b6\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "updated_design", "\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1780\u17b6\u179a\u179a\u1785\u1793\u17b6\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "archived_design", _s27_107, "deleted_design", _s22_186, "removed_design", _s22_186, "restored_design", "\u179a\u1785\u1793\u17b6\u17a1\u17be\u1784\u179c\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_134, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1780\u17b6\u179a\u179a\u1785\u1793\u17b6 :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "deleted_designs", "\u1794\u17b6\u1793\u179b\u17bb\u1794\u1780\u17b6\u179a\u179a\u1785\u1793\u17b6 :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_135, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1780\u17b6\u179a\u179a\u1785\u1793\u17b6 :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "proposals", "\u179f\u17c6\u178e\u17be", "tickets", "\u179f\u17c6\u1794\u17bb\u178f\u17d2\u179a", _s16_136, "\u179f\u1798\u17d2\u179a\u1784\u17cb\u200b\u178a\u17c2\u179b\u200b\u1780\u17be\u178f\u200b\u17a1\u17be\u1784", "recurring_tasks", "\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7", _s18_81, "\u1780\u17b6\u179a\u1782\u17d2\u179a\u1794\u17cb\u1782\u17d2\u179a\u1784\u1782\u178e\u1793\u17b8", "credit_date", "\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791\u17a5\u178e\u1791\u17b6\u1793", "credit", "\u17a5\u178e\u1791\u17b6\u1793", "credits", "\u17a5\u178e\u1791\u17b6\u1793", "new_credit", "\u1794\u1789\u17d2\u1785\u17bc\u179b\u17a5\u178e\u1791\u17b6\u1793", "edit_credit", "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u17a5\u178e\u1791\u17b6\u1793", "created_credit", "\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u17a5\u178e\u1791\u17b6\u1793\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "updated_credit", "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u17a5\u178e\u1791\u17b6\u1793\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "archived_credit", "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u17a5\u178e\u1791\u17b6\u1793\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "deleted_credit", "\u1794\u17b6\u1793\u179b\u17bb\u1794\u17a5\u178e\u1791\u17b6\u1793\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "removed_credit", "\u1794\u17b6\u1793\u178a\u1780\u17a5\u178e\u1791\u17b6\u1793\u1785\u17c1\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "restored_credit", "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u17a5\u178e\u1791\u17b6\u1793\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_138, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1780\u17d2\u179a\u17c1\u178c\u17b8\u178f :count \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "deleted_credits", "\u1794\u17b6\u1793\u179b\u17bb\u1794\u1780\u17d2\u179a\u17c1\u178c\u17b8\u178f :count \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_139, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1780\u17d2\u179a\u17c1\u178c\u17b8\u178f :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "current_version", "\u1780\u17c6\u178e\u17c2\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793", "latest_version", "\u1787\u17c6\u1793\u17b6\u1793\u17cb\u200b\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799", "update_now", "\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u17a5\u17a1\u17bc\u179c\u1793\u17c1\u17c7", _s26_30, "\u1798\u17b6\u1793\u1780\u17c6\u178e\u17c2\u1790\u17d2\u1798\u17b8\u1793\u17c3\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u1794\u178e\u17d2\u178f\u17b6\u1789", _s16_140, "\u1780\u17b6\u179a\u17a2\u17b6\u1794\u17cb\u178a\u17c1\u178f\u1798\u17b6\u1793", "app_updated", "\u1780\u17b6\u179a\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1794\u17b6\u1793\u1794\u1789\u17d2\u1785\u1794\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "learn_more", "\u179f\u17d2\u179c\u17c2\u1784\u200b\u1799\u179b\u17cb\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798", "integrations", "\u179f\u1798\u17b6\u17a0\u179a\u178e\u1780\u1798\u17d2\u1798", "tracking_id", "\u179b\u17c1\u1781\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb\u1780\u17b6\u179a\u178f\u17b6\u1798\u178a\u17b6\u1793", _s17_100, _s17_101, "credit_footer", "\u1794\u17b6\u178f\u1780\u1790\u17b6\u17a5\u178e\u1791\u17b6\u1793", "credit_terms", "\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u17a5\u178e\u1791\u17b6\u1793", "new_company", "\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793\u1790\u17d2\u1798\u17b8\u17d4", "added_company", "\u1794\u17b6\u1793\u1794\u1793\u17d2\u1790\u17c2\u1798\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "company1", "\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 \u17e1", "company2", "\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 \u17e2", "company3", "\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 \u17e3", "company4", "\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 \u17e4", "product1", "\u1795\u179b\u17b7\u178f\u1795\u179b\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 1", "product2", "\u1795\u179b\u17b7\u178f\u1795\u179b\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 2", "product3", "\u1795\u179b\u17b7\u178f\u1795\u179b\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 3", "product4", "\u1795\u179b\u17b7\u178f\u1795\u179b\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 4", "client1", "\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 1", "client2", "\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 2", "client3", "\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 3", "client4", "\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 4", "contact1", "\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 1", "contact2", "\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 2", "contact3", "\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 3", "contact4", "\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 4", "task1", "\u1797\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 1", "task2", "\u1797\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 2", "task3", "\u1797\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 3", "task4", "\u1797\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 4", "project1", "\u1782\u1798\u17d2\u179a\u17c4\u1784\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 1", "project2", "\u1782\u1798\u17d2\u179a\u17c4\u1784\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 \u17e2", "project3", "\u1782\u1798\u17d2\u179a\u17c4\u1784\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 3", "project4", "\u1782\u1798\u17d2\u179a\u17c4\u1784\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 \u17e4", "expense1", "\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 1", "expense2", "\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 \u17e2", "expense3", "\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 3", "expense4", "\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 \u17e4", "vendor1", "\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 \u17e1", "vendor2", "\u17a2\u17d2\u1793\u1780\u200b\u179b\u1780\u17cb\u200b\u178f\u17b6\u1798\u200b\u1785\u17b7\u178f\u17d2\u178f \u17e2", "vendor3", "\u17a2\u17d2\u1793\u1780\u200b\u179b\u1780\u17cb\u200b\u178f\u17b6\u1798\u200b\u1785\u17b7\u178f\u17d2\u178f \u17e3", "vendor4", "\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 \u17e4", "invoice1", "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 1", "invoice2", "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 \u17e2", "invoice3", "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 3", "invoice4", "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 \u17e4", "payment1", "\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 1", "payment2", "\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 2", "payment3", "\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 3", "payment4", "\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 4", "surcharge1", _s23_121, "surcharge2", _s23_122, "surcharge3", _s23_123, "surcharge4", _s23_124, "group1", "\u1780\u17d2\u179a\u17bb\u1798\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 1", "group2", "\u1780\u17d2\u179a\u17bb\u1798\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 2", "group3", "\u1780\u17d2\u179a\u17bb\u1798\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 3", "group4", "\u1780\u17d2\u179a\u17bb\u1798\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 4", "reset", "\u1780\u17c6\u178e\u178f\u17cb\u17a1\u17be\u1784\u179c\u17b7\u1789", "number", "\u1785\u17c6\u1793\u17bd\u1793", "export", "\u1793\u17b6\u17c6\u1785\u17c1\u1789", "chart", "\u1782\u17c6\u1793\u17bc\u179f\u178f\u17b6\u1784", "count", "\u179a\u17b6\u1794\u17cb", "totals", "\u179f\u179a\u17bb\u1794", "blank", "\u1791\u1791\u17c1", "day", "\u1790\u17d2\u1784\u17c3", "month", "\u1781\u17c2", "year", "\u1786\u17d2\u1793\u17b6\u17c6", "subgroup", "\u1780\u17d2\u179a\u17bb\u1798\u179a\u1784", "is_active", "\u179f\u1780\u1798\u17d2\u1798", "group_by", "\u1780\u17d2\u179a\u17bb\u1798\u178a\u17c4\u1799", "credit_balance", "\u179f\u1798\u178f\u17bb\u179b\u17d2\u1799\u17a5\u178e\u1791\u17b6\u1793", _s18_87, "\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784\u1780\u17b6\u179a\u1785\u17bc\u179b\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799", _s17_102, "\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784 \u1788\u17d2\u1798\u17c4\u17c7\u1796\u17c1\u1789", "contact_phone", "\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784\u1791\u17bc\u179a\u179f\u17d0\u1796\u17d2\u1791", _s21_86, "\u1791\u17b6\u1780\u17cb\u1791\u1784\u178f\u1798\u17d2\u179b\u17c3\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 1", _s21_87, "\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784\u178f\u1798\u17d2\u179b\u17c3\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 \u17e2", _s21_88, "\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784\u178f\u1798\u17d2\u179b\u17c3\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 3", _s21_89, "\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784\u178f\u1798\u17d2\u179b\u17c3\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 \u17e4", _s17_104, "\u1795\u17d2\u179b\u17bc\u179c\u178a\u17b9\u1780\u1787\u1789\u17d2\u1787\u17bc\u1793", _s17_105, "\u1780\u1793\u17d2\u179b\u17c2\u1784\u178a\u17b9\u1780\u1787\u1789\u17d2\u1787\u17bc\u1793 / \u1788\u17bb\u178f", "shipping_city", "\u1791\u17b8\u1780\u17d2\u179a\u17bb\u1784\u178a\u17b9\u1780\u1787\u1789\u17d2\u1787\u17bc\u1793", "shipping_state", "\u178a\u17b9\u1780\u1787\u1789\u17d2\u1787\u17bc\u1793\u179a\u178a\u17d2\u178b/\u1781\u17c1\u178f\u17d2\u178f", _s20_86, "\u179b\u17c1\u1781\u1780\u17bc\u178a\u1794\u17d2\u179a\u17c3\u179f\u178e\u17b8\u1799\u17cd\u178a\u17b9\u1780\u1787\u1789\u17d2\u1787\u17bc\u1793", _s16_170, "\u1794\u17d2\u179a\u1791\u17c1\u179f\u178a\u17b9\u1780\u1787\u1789\u17d2\u1787\u17bc\u1793", _s16_172, "\u1795\u17d2\u179b\u17bc\u179c\u179c\u17b7\u1780\u17d0\u1799\u1794\u17d0\u178f\u17d2\u179a", _s16_173, "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a \u1794\u1793\u17d2\u1791\u1794\u17cb/\u1788\u17bb\u178f", "billing_city", "\u1791\u17b8\u1780\u17d2\u179a\u17bb\u1784\u179c\u17b7\u1780\u17d0\u1799\u1794\u17d0\u178f\u17d2\u179a", "billing_state", "\u179a\u178a\u17d2\u178b\u179c\u17b7\u1780\u17d0\u1799\u1794\u17d0\u178f\u17d2\u179a/\u1781\u17c1\u178f\u17d2\u178f", _s19_62, "\u179b\u17c1\u1781\u1780\u17bc\u178a\u1794\u17d2\u179a\u17c3\u179f\u178e\u17b8\u1799\u17cd\u179c\u17b7\u1780\u17d0\u1799\u1794\u17d0\u178f\u17d2\u179a", "billing_country", "\u179c\u17b7\u200b\u1780\u17d0\u200b\u1799\u200b\u1794\u17d0\u178f\u17d2\u179a\u200b\u1794\u17d2\u179a\u1791\u17c1\u179f", "client_id", _s17_260, "assigned_to", "\u1785\u17b6\u178f\u17cb\u178f\u17b6\u17c6\u1784\u1791\u17c5", "created_by", "\u1794\u1784\u17d2\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u17c4\u1799 :name", "assigned_to_id", "\u1785\u17b6\u178f\u17cb\u178f\u17b6\u17c6\u1784\u1791\u17c5\u179b\u17c1\u1781\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb", "created_by_id", "\u1794\u1784\u17d2\u1780\u17be\u178f\u178a\u17c4\u1799 Id", "add_column", "\u1794\u1793\u17d2\u1790\u17c2\u1798\u1787\u17bd\u179a\u1788\u179a", "edit_columns", "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u1787\u17bd\u179a\u1788\u179a", "columns", "\u1787\u17bd\u179a\u1788\u179a", "aging", "\u1797\u17b6\u1796\u1785\u17b6\u179f\u17cb", "profit_and_loss", "\u1785\u17c6\u178e\u17c1\u1789 \u1793\u17b7\u1784\u1781\u17b6\u178f", "reports", "\u179a\u1794\u17b6\u1799\u1780\u17b6\u179a\u178e\u17cd", "report", "\u179a\u17b6\u1799\u1780\u17b6\u179a\u178e\u17cd", "add_company", "\u1794\u1793\u17d2\u1790\u17c2\u1798\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793", "unpaid_invoice", "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1798\u17b7\u1793\u1791\u17b6\u1793\u17cb\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb", "paid_invoice", "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb", _s16_174, "\u179f\u1798\u17d2\u179a\u1784\u17cb\u178a\u17c2\u179b\u1798\u17b7\u1793\u1794\u17b6\u1793\u17a2\u1793\u17bb\u1798\u17d0\u178f", "help", "\u1787\u17c6\u1793\u17bd\u1799", "refund", "\u179f\u1784\u1794\u17d2\u179a\u17b6\u1780\u17cb\u179c\u17b7\u1789\u17d4", "refund_date", "\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791\u179f\u1784\u1794\u17d2\u179a\u17b6\u1780\u17cb\u179c\u17b7\u1789\u17d4", "filtered_by", "\u178f\u17d2\u179a\u1784\u178a\u17c4\u1799", "contact_email", "\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784\u17a2\u17ca\u17b8\u1798\u17c2\u179b", "multiselect", "\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u1785\u17d2\u179a\u17be\u1793\u17d4", "entity_state", "\u179a\u178a\u17d2\u178b", "verify_password", "\u1795\u17d2\u1791\u17c0\u1784\u1795\u17d2\u1791\u17b6\u178f\u17cb\u200b\u1796\u17b6\u1780\u17d2\u1799\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb", "applied", "\u1794\u17b6\u1793\u17a2\u1793\u17bb\u179c\u178f\u17d2\u178f", _s21_90, "\u179a\u17bd\u1798\u1794\u1789\u17d2\u1785\u17bc\u179b\u1780\u17c6\u17a0\u17bb\u179f\u1790\u17d2\u1798\u17b8\u17d7\u1796\u17b8\u1780\u17c6\u178e\u178f\u17cb\u17a0\u17c1\u178f\u17bb", _s30_11, "\u1799\u17be\u1784\u1794\u17b6\u1793\u1791\u1791\u17bd\u179b\u179f\u17b6\u179a\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780 \u17a0\u17be\u1799\u1793\u17b9\u1784\u1796\u17d2\u1799\u17b6\u1799\u17b6\u1798\u1786\u17d2\u179b\u17be\u1799\u178f\u1794\u1797\u17d2\u179b\u17b6\u1798\u17d7\u17d4", "message", "\u179f\u17b6\u179a", "from", "\u1796\u17b8", _s20_88, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u179b\u1798\u17d2\u17a2\u17b7\u178f\u17a2\u17c6\u1796\u17b8\u1795\u179b\u17b7\u178f\u1795\u179b", _s25_48, "\u179a\u17bd\u1798\u1794\u1789\u17d2\u1785\u17bc\u179b\u1780\u17b6\u179a\u1796\u17b7\u1796\u178e\u17cc\u1793\u17b6 \u1793\u17b7\u1784\u178f\u1798\u17d2\u179b\u17c3\u1793\u17c5\u1780\u17d2\u1793\u17bb\u1784\u1794\u1789\u17d2\u1787\u17b8\u1791\u1798\u17d2\u179b\u17b6\u1780\u17cb\u1785\u17bb\u17c7\u1795\u179b\u17b7\u178f\u1795\u179b", _s20_90, "\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u1794\u1784\u17d2\u17a0\u17b6\u1789 PDF \u1791\u17b6\u1798\u1791\u17b6\u179a :version", _s18_90, "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u1797\u17b6\u1782\u179a\u1799\u1790\u17d2\u179b\u17c3\u179f\u17c1\u179c\u17b6", _s23_38, "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u1797\u17b6\u1782\u179a\u1799\u1791\u17c5\u1780\u17d2\u1793\u17bb\u1784\u1782\u178e\u1793\u17b8\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u1790\u17d2\u179b\u17c3\u179f\u17c1\u179c\u17b6", _s18_92, "\u1780\u17c6\u178e\u178f\u17cb\u179a\u1785\u1793\u17b6\u179f\u1798\u17d2\u1796\u17d0\u1793\u17d2\u1792\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb", "support_forum", "Support Forums", "about", "\u17a2\u17c6\u1796\u17b8", "documentation", "\u17af\u1780\u179f\u17b6\u179a", "contact_us", "\u1791\u17b6\u1780\u17cb\u1791\u1784\u200b\u1798\u1780\u200b\u1796\u17bd\u1780\u200b\u1799\u17be\u1784", "subtotal", "\u179f\u179a\u17bb\u1794\u179a\u1784", "line_total", "\u1787\u17bd\u179a\u179f\u179a\u17bb\u1794", "item", "\u1792\u17b6\u178f\u17bb", "credit_email", "\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u17a5\u178e\u1791\u17b6\u1793", "iframe_url", "\u1782\u17c1\u17a0\u1791\u17c6\u1796\u17d0\u179a", "domain_url", "URL \u178a\u17c2\u1793", _s21_91, "\u1796\u17b6\u1780\u17d2\u1799\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb\u1781\u17d2\u179b\u17b8\u1796\u17c1\u1780", _s20_91, "\u1796\u17b6\u1780\u17d2\u1799\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb\u178f\u17d2\u179a\u17bc\u179c\u178f\u17c2\u1798\u17b6\u1793\u17a2\u1780\u17d2\u179f\u179a\u1792\u17c6 \u1793\u17b7\u1784\u179b\u17c1\u1781", _s19_64, "\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u179c\u17b7\u1794\u1795\u178f\u1790\u179b\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", _s23_39, "\u1795\u17d2\u1791\u17b6\u17c6\u1784\u1782\u17d2\u179a\u1794\u17cb\u1782\u17d2\u179a\u1784\u179c\u17b7\u1794\u1795\u178f\u1790\u179b\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", _s20_92, "\u179f\u17bc\u1798\u1794\u1789\u17d2\u1785\u17bc\u179b\u178f\u1798\u17d2\u179b\u17c3", "deleted_logo", "\u1794\u17b6\u1793\u179b\u17bb\u1794\u179a\u17bc\u1794\u179f\u1789\u17d2\u1789\u17b6\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "yes", "\u1794\u17b6\u1791", "no", "\u1791\u17c1", "generate_number", "\u1794\u1784\u17d2\u1780\u17be\u178f\u179b\u17c1\u1781", "when_saved", "\u1793\u17c5\u1796\u17c1\u179b\u178a\u17c2\u179b\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780", "when_sent", "\u1793\u17c5\u1796\u17c1\u179b\u1795\u17d2\u1789\u17be", "select_company", "\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793", "float", "\u17a2\u178e\u17d2\u178f\u17c2\u178f", "collapse", "\u178a\u17bd\u179b\u179a\u179b\u17c6", "show_or_hide", "\u1794\u1784\u17d2\u17a0\u17b6\u1789/\u179b\u17b6\u1780\u17cb", "menu_sidebar", "\u179a\u1794\u17b6\u179a\u1785\u17c6\u17a0\u17c0\u1784\u1798\u17c9\u17ba\u1793\u17bb\u1799", "history_sidebar", "\u179a\u1794\u17b6\u179a\u1785\u17c6\u17a0\u17c0\u1784\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7", "tablet", "\u1790\u17c1\u1794\u17d2\u179b\u17c1\u178f", "mobile", "\u1791\u17bc\u179a\u179f\u17d0\u1796\u17d2\u1791\u1785\u179b\u17d0\u178f", "desktop", "\u1795\u17d2\u1791\u17c3\u178f\u17bb", "layout", "\u1794\u17d2\u179b\u1784\u17cb", "view", "\u1798\u17be\u179b", "module", "\u1798\u17c9\u17bc\u178c\u17bb\u179b", "first_custom", _s16_408, "second_custom", "\u1791\u1798\u17d2\u179b\u17b6\u1794\u17cb\u1791\u17b8\u1796\u17b8\u179a", "third_custom", "\u1791\u1798\u17d2\u179b\u17b6\u1794\u17cb\u1791\u17b8\u1794\u17b8", "show_cost", "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u178f\u1798\u17d2\u179b\u17c3", _s17_107, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u178f\u1798\u17d2\u179b\u17c3\u1795\u179b\u17b7\u178f\u1795\u179b", "show_cost_help", "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u179c\u17b6\u179b\u178f\u1798\u17d2\u179b\u17c3\u1795\u179b\u17b7\u178f\u1795\u179b\u178a\u17be\u1798\u17d2\u1794\u17b8\u178f\u17b6\u1798\u178a\u17b6\u1793\u1780\u17b6\u179a\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb/\u1794\u17d2\u179a\u17b6\u1780\u17cb\u1785\u17c6\u178e\u17c1\u1789", _s21_92, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u1794\u179a\u17b7\u1798\u17b6\u178e\u1795\u179b\u17b7\u178f\u1795\u179b", _s26_32, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u179c\u17b6\u179b\u1794\u179a\u17b7\u1798\u17b6\u178e\u1795\u179b\u17b7\u178f\u1795\u179b \u1794\u17be\u1798\u17b7\u1793\u178a\u17bc\u1785\u17d2\u1793\u17c1\u17c7\u1791\u17c1 \u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798\u1791\u17c5\u1798\u17bd\u1799\u17d4", _s21_94, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u1794\u179a\u17b7\u1798\u17b6\u178e\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s26_33, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u179c\u17b6\u179b\u1794\u179a\u17b7\u1798\u17b6\u178e\u1792\u17b6\u178f\u17bb\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb \u1794\u17be\u1798\u17b7\u1793\u178a\u17bc\u1785\u17d2\u1793\u17c1\u17c7\u1791\u17c1\u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798\u1791\u17c5\u1798\u17bd\u1799\u17d4", _s21_96, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u1780\u17b6\u179a\u1794\u1789\u17d2\u1785\u17bb\u17c7\u178f\u1798\u17d2\u179b\u17c3\u1795\u179b\u17b7\u178f\u1795\u179b", _s26_34, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u179c\u17b6\u179b\u1794\u1789\u17d2\u1785\u17bb\u17c7\u178f\u1798\u17d2\u179b\u17c3\u1792\u17b6\u178f\u17bb\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb", _s16_176, "\u1794\u179a\u17b7\u1798\u17b6\u178e\u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798", _s21_98, "\u1780\u17c6\u178e\u178f\u17cb\u1794\u179a\u17b7\u1798\u17b6\u178e\u1792\u17b6\u178f\u17bb\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u178a\u17c4\u1799\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7\u1791\u17c5\u1798\u17bd\u1799\u17d4", "one_tax_rate", "\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792\u178f\u17c2\u1798\u17bd\u1799", "two_tax_rates", "\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792\u1796\u17b8\u179a", "three_tax_rates", "\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792\u1794\u17b8", _s16_178, "\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792\u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798", "user", "\u17a2\u17d2\u1793\u1780\u200b\u1794\u17d2\u179a\u17be", "invoice_tax", "\u179c\u17b7\u1780\u17d0\u1799\u1794\u17d0\u178f\u17d2\u179a\u1796\u1793\u17d2\u1792", "line_item_tax", "\u1796\u1793\u17d2\u1792\u179b\u17be\u1798\u17bb\u1781\u1791\u17c6\u1793\u17b7\u1789", "inclusive_taxes", "\u1796\u1793\u17d2\u1792\u179a\u17bd\u1798\u1794\u1789\u17d2\u1785\u17bc\u179b", _s17_109, "\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792\u179b\u17be\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "item_tax_rates", "\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792\u179b\u17be\u1791\u17c6\u1793\u17b7\u1789", _s18_94, _s18_244, "configure_rates", "\u1780\u17c6\u178e\u178f\u17cb\u179a\u1785\u1793\u17b6\u179f\u1798\u17d2\u1796\u17d0\u1793\u17d2\u1792\u17a2\u178f\u17d2\u179a\u17b6", _s18_95, "\u1780\u17c6\u178e\u178f\u17cb\u179a\u1785\u1793\u17b6\u179f\u1798\u17d2\u1796\u17d0\u1793\u17d2\u1792\u1785\u17d2\u179a\u1780\u1795\u17d2\u179b\u17bc\u179c", "tax_settings", "\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb\u1796\u1793\u17d2\u1792", _s18_97, "\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792", "accent_color", "\u1796\u178e\u17cc\u179f\u1784\u17d2\u1780\u178f\u17cb\u179f\u17c6\u17a1\u17c1\u1784", "switch", "\u1794\u17d2\u178f\u17bc\u179a", _s19_66, "\u1794\u1789\u17d2\u1787\u17b8\u1794\u17c6\u1794\u17c2\u1780\u178a\u17c4\u1799\u1780\u17d2\u1794\u17c0\u179f", "options", "\u1787\u1798\u17d2\u179a\u17be\u179f", _s16_180, "\u17a2\u178f\u17d2\u1790\u1794\u1791\u1798\u17bd\u1799\u1787\u17bd\u179a", "multi_line_text", "\u17a2\u178f\u17d2\u1790\u1794\u1791\u1796\u17a0\u17bb\u1787\u17bd\u179a", "dropdown", "\u1791\u1798\u17d2\u179b\u17b6\u1780\u17cb\u200b\u1785\u17bb\u17c7", "field_type", "\u1794\u17d2\u179a\u1797\u17c1\u1791\u179c\u17b6\u179b", _s27_45, "\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u179f\u1784\u17d2\u1782\u17d2\u179a\u17c4\u17c7\u1796\u17b6\u1780\u17d2\u1799\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1795\u17d2\u1789\u17be", "submit", "\u178a\u17b6\u1780\u17cb\u179f\u17d2\u1793\u17be", _s16_182, "\u179f\u1784\u17d2\u1782\u17d2\u179a\u17c4\u17c7\u1796\u17b6\u1780\u17d2\u1799\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u17d4", "late_fees", "\u1790\u17d2\u179b\u17c3\u179f\u17c1\u179c\u17b6\u1799\u17ba\u178f", "credit_number", "\u179b\u17c1\u1781\u17a5\u178e\u1791\u17b6\u1793", "payment_number", "\u179b\u17c1\u1781\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb", "late_fee_amount", "\u1785\u17c6\u1793\u17bd\u1793\u1790\u17d2\u179b\u17c3\u179f\u17c1\u179c\u17b6\u1799\u17ba\u178f", _s16_183, "\u1797\u17b6\u1782\u179a\u1799\u1790\u17d2\u179b\u17c3\u179f\u17c1\u179c\u17b6\u1799\u17ba\u178f", "before_due_date", "\u1793\u17c5\u1798\u17bb\u1793\u1790\u17d2\u1784\u17c3\u1780\u17c6\u178e\u178f\u17cb", "after_due_date", "\u1794\u1793\u17d2\u1791\u17b6\u1794\u17cb\u1796\u17b8\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791\u1780\u17c6\u178e\u178f\u17cb", _s18_99, "\u1794\u1793\u17d2\u1791\u17b6\u1794\u17cb\u1796\u17b8\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791\u179c\u17b7\u1780\u17d0\u1799\u1794\u17d0\u178f\u17d2\u179a", "days", "\u1790\u17d2\u1784\u17c3", "invoice_email", _s17_259, "payment_email", "\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb", "partial_payment", _s17_262, "payment_partial", _s17_262, _s21_99, "\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u178a\u17c4\u1799\u1795\u17d2\u1793\u17c2\u1780", "quote_email", "\u179f\u1798\u17d2\u179a\u1784\u17cb\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s16_185, _s21_211, _s16_187, "\u178f\u17d2\u179a\u1784\u178a\u17c4\u1799\u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb", "administrator", "\u17a2\u17d2\u1793\u1780\u1782\u17d2\u179a\u1794\u17cb\u1782\u17d2\u179a\u1784", _s18_100, "\u17a2\u1793\u17bb\u1789\u17d2\u1789\u17b6\u178f\u17b1\u17d2\u1799\u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb\u1782\u17d2\u179a\u1794\u17cb\u1782\u17d2\u179a\u1784\u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb \u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178f\u17bc\u179a\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb \u1793\u17b7\u1784\u1780\u17c2\u1794\u17d2\u179a\u17c2\u1780\u17c6\u178e\u178f\u17cb\u178f\u17d2\u179a\u17b6\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u17d4", "user_management", "\u1780\u17b6\u179a\u1782\u17d2\u179a\u1794\u17cb\u1782\u17d2\u179a\u1784\u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb", "users", "\u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb", "new_user", "\u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb\u200b\u1790\u17d2\u1798\u17b8", "edit_user", "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb", "created_user", "\u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "updated_user", "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "archived_user", "\u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "deleted_user", _s29_89, "removed_user", _s29_89, "restored_user", "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "archived_users", "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "deleted_users", _s37_49, "removed_users", _s37_49, "restored_users", "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_189, "\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb\u200b\u1791\u17bc\u1791\u17c5", "invoice_options", "\u1787\u1798\u17d2\u179a\u17be\u179f\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s17_111, "\u179b\u17b6\u1780\u17cb\u1780\u17b6\u179a\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u179a\u17a0\u17bc\u178f\u178a\u179b\u17cb\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791", _s22_72, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u178f\u17c2\u178f\u17c6\u1794\u1793\u17cb "\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u178a\u179b\u17cb\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791" \u1793\u17c5\u179b\u17be\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780 \u1793\u17c5\u1796\u17c1\u179b\u178a\u17c2\u179b\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1791\u1791\u17bd\u179b\u17d4", _s23_41, "\u17af\u1780\u179f\u17b6\u179a\u1794\u1784\u17d2\u1780\u1794\u17cb", _s28_30, "\u179a\u17bd\u1798\u1794\u1789\u17d2\u1785\u17bc\u179b\u179a\u17bc\u1794\u1797\u17b6\u1796\u178a\u17c2\u179b\u1794\u17b6\u1793\u1797\u17d2\u1787\u17b6\u1794\u17cb\u1793\u17c5\u1780\u17d2\u1793\u17bb\u1784\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u17d4", _s16_191, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u1794\u178b\u1798\u1780\u1790\u17b6\u1793\u17c5\u179b\u17be", _s16_192, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u1794\u17b6\u178f\u1780\u1790\u17b6\u1793\u17c5\u179b\u17be", "first_page", "\u1791\u17c6\u1796\u17d0\u179a\u1791\u17b8\u1798\u17bd\u1799", "all_pages", "\u1791\u17c6\u1796\u17d0\u179a\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u17d4", "last_page", "\u1791\u17c6\u1796\u17d0\u179a\u200b\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799", "primary_font", "\u1796\u17bb\u1798\u17d2\u1796\u17a2\u1780\u17d2\u179f\u179a\u1794\u178b\u1798", "secondary_font", "\u1796\u17bb\u1798\u17d2\u1796\u17a2\u1780\u17d2\u179f\u179a\u1794\u1793\u17d2\u1791\u17b6\u1794\u17cb\u1794\u1793\u17d2\u179f\u17c6", "primary_color", "\u1796\u178e\u17cc\u1785\u1798\u17d2\u1794\u1784", "secondary_color", "\u1796\u178e\u17cc\u1794\u1793\u17d2\u1791\u17b6\u1794\u17cb\u1794\u1793\u17d2\u179f\u17c6", "page_size", "\u1791\u17c6\u17a0\u17c6\u1791\u17c6\u1796\u17d0\u179a", "font_size", "\u1791\u17c6\u17a0\u17c6\u200b\u17a2\u1780\u17d2\u179f\u179a", "quote_design", "\u1780\u17b6\u179a\u179a\u1785\u1793\u17b6\u179f\u1798\u17d2\u179a\u1784\u17cb", "invoice_fields", "\u179c\u17b6\u179b\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "product_fields", "\u179c\u17b6\u179b\u1795\u179b\u17b7\u178f\u1795\u179b", "invoice_terms", "\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "invoice_footer", "\u1794\u17b6\u178f\u1780\u1790\u17b6\u179c\u17b7\u1780\u17d0\u1799\u1794\u17d0\u178f\u17d2\u179a", "quote_terms", "\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u178a\u1780\u179f\u17d2\u179a\u1784\u17cb", "quote_footer", "\u1794\u17b6\u178f\u1780\u1790\u17b6\u179f\u1798\u17d2\u179a\u1784\u17cb", _s18_101, "\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7", _s23_42, "\u1795\u17d2\u1789\u17be\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u178a\u17c4\u1799\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7\u1793\u17bc\u179c\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c2\u179b\u1780\u17be\u178f\u17a1\u17be\u1784\u178a\u178a\u17c2\u179b\u17d7\u1793\u17c5\u1796\u17c1\u179b\u1794\u1784\u17d2\u1780\u17be\u178f\u17d4", _s18_102, "\u1794\u178e\u17d2\u178e\u179f\u17b6\u179a\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7", _s23_43, "\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u179f\u1798\u17d2\u179a\u1784\u17cb\u178a\u17c4\u1799\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7\u1793\u17c5\u1796\u17c1\u179b\u1794\u17c6\u1794\u17d2\u179b\u17c2\u1784\u1791\u17c5\u1787\u17b6\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u17d4", _s18_103, _s22_184, _s23_44, "\u1794\u17c6\u1794\u17d2\u179b\u17c2\u1784\u179f\u1798\u17d2\u179a\u1784\u17cb\u1791\u17c5\u1787\u17b6\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c4\u1799\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7 \u1793\u17c5\u1796\u17c1\u179b\u1798\u17b6\u1793\u1780\u17b6\u179a\u1799\u179b\u17cb\u1796\u17d2\u179a\u1798\u17d4", _s17_113, "\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb\u179b\u17c6\u17a0\u17bc\u179a\u1780\u17b6\u179a\u1784\u17b6\u179a", "freq_daily", "\u1794\u17d2\u179a\u1785\u17b6\u17c6\u1790\u17d2\u1784\u17c3", "freq_weekly", "\u1794\u17d2\u179a\u1785\u17b6\u17c6\u179f\u1794\u17d2\u178f\u17b6\u17a0\u17cd", "freq_two_weeks", "\u1796\u17b8\u179a\u200b\u179f\u200b\u1794\u17d2\u178f\u17b6\u200b\u17a0\u17cd", "freq_four_weeks", "\u1794\u17bd\u1793\u179f\u1794\u17d2\u178f\u17b6\u17a0\u17cd", "freq_monthly", "\u1794\u17d2\u179a\u1785\u17b6\u17c6\u1781\u17c2", "freq_two_months", "\u1796\u17b8\u179a\u200b\u1781\u17c2", _s17_115, "\u1794\u17b8\u200b\u1781\u17c2", _s16_193, "\u1794\u17bd\u1793\u1781\u17c2", "freq_six_months", "\u1794\u17d2\u179a\u17b6\u17c6\u1798\u17bd\u1799\u200b\u1781\u17c2", "freq_annually", "\u1794\u17d2\u179a\u1785\u17b6\u17c6\u1786\u17d2\u1793\u17b6\u17c6", "freq_two_years", "\u1796\u17b8\u179a\u200b\u1786\u17d2\u1793\u17b6\u17c6", _s16_194, "\u1794\u17b8\u200b\u1786\u17d2\u1793\u17b6\u17c6", "never", "\u1798\u17b7\u1793\u178a\u17c2\u179b", "company", "\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793", _s17_116, "\u179b\u17c1\u1781\u178a\u17c2\u179b\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f", "charge_taxes", "\u1782\u17b7\u178f\u1796\u1793\u17d2\u1792", "next_reset", "\u1780\u17c6\u178e\u178f\u17cb\u17a1\u17be\u1784\u179c\u17b7\u1789\u1794\u1793\u17d2\u1791\u17b6\u1794\u17cb", "reset_counter", "\u1780\u17c6\u178e\u178f\u17cb\u1780\u17b6\u179a\u179a\u17b6\u1794\u17cb\u17a1\u17be\u1784\u179c\u17b7\u1789", _s16_195, "\u1794\u17bb\u1796\u17d2\u179c\u1794\u1791\u1794\u1793\u17d2\u178f", "number_padding", "\u1794\u1793\u17d2\u1791\u17c7\u179b\u17c1\u1781", "general", "\u1791\u17bc\u1791\u17c5", "surcharge_field", "\u179c\u17b6\u179b\u1794\u1793\u17d2\u1790\u17c2\u1798", "company_field", "\u179c\u17b6\u179b\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793", "company_value", "\u178f\u1798\u17d2\u179b\u17c3\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793", "credit_field", "\u179c\u17b6\u179b\u17a5\u178e\u1791\u17b6\u1793", "invoice_field", "\u179c\u17b6\u179b\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s17_118, "\u179c\u17b7\u1780\u17d0\u1799\u1794\u17d0\u178f\u17d2\u179a\u1794\u1793\u17d2\u1790\u17c2\u1798", "client_field", "\u179c\u17b6\u179b\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "product_field", "\u179c\u17b6\u179b\u1795\u179b\u17b7\u178f\u1795\u179b", "payment_field", "\u179c\u17b6\u179b\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb", "contact_field", "\u179c\u17b6\u179b\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784", "vendor_field", "\u179c\u17b6\u179b\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb", "expense_field", "\u179c\u17b6\u179b\u1785\u17c6\u178e\u17b6\u1799", "project_field", "\u179c\u17b6\u179b\u1782\u1798\u17d2\u179a\u17c4\u1784", "task_field", "\u179c\u17b6\u179b\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a", "group_field", "\u179c\u17b6\u179b\u1780\u17d2\u179a\u17bb\u1798", "number_counter", "\u179b\u17c1\u1781\u179a\u17b6\u1794\u17cb", "prefix", "\u1794\u17bb\u1796\u17d2\u179c\u1794\u1791", "number_pattern", "\u179b\u17c6\u1793\u17b6\u17c6\u179b\u17c1\u1781", "messages", "\u179f\u17b6\u179a", "custom_css", "CSS \u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793", _s17_120, "JavaScript \u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793", _s16_197, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u1793\u17c5\u179b\u17be PDF", _s21_101, "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u17a0\u178f\u17d2\u1790\u179b\u17c1\u1781\u17b6\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u1793\u17c5\u179b\u17be\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a/\u179f\u1798\u17d2\u179a\u1784\u17cb PDF \u17d4", _s25_54, "\u1794\u17d2\u179a\u17a2\u1794\u17cb\u1792\u17b8\u1780\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s30_12, "\u178f\u1798\u17d2\u179a\u17bc\u179c\u17b1\u17d2\u1799\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u1794\u1789\u17d2\u1787\u17b6\u1780\u17cb\u1790\u17b6\u1796\u17bd\u1780\u1782\u17c1\u1791\u1791\u17bd\u179b\u1799\u1780\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u1793\u17c3\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u17d4", _s23_45, "\u1794\u17d2\u179a\u17a2\u1794\u17cb\u1792\u17b8\u1780\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u179f\u1798\u17d2\u179a\u1784\u17cb", _s28_31, "\u178f\u1798\u17d2\u179a\u17bc\u179c\u17b1\u17d2\u1799\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u1794\u1789\u17d2\u1787\u17b6\u1780\u17cb\u1790\u17b6\u1796\u17bd\u1780\u1782\u17c1\u1791\u1791\u17bd\u179b\u1799\u1780\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u179f\u1798\u17d2\u179a\u1784\u17cb\u17d4", _s25_55, "\u17a0\u178f\u17d2\u1790\u179b\u17c1\u1781\u17b6\u179c\u17b7\u1780\u17d0\u1799\u1794\u17d0\u178f\u17d2\u179a", _s30_13, "\u178f\u1798\u17d2\u179a\u17bc\u179c\u17b1\u17d2\u1799\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u1795\u17d2\u178f\u179b\u17cb\u17a0\u178f\u17d2\u1790\u179b\u17c1\u1781\u17b6\u179a\u1794\u179f\u17cb\u1796\u17bd\u1780\u1782\u17c1\u17d4", _s23_46, "\u17a0\u178f\u17d2\u1790\u179b\u17c1\u1781\u17b6\u179f\u1798\u17d2\u179a\u1784\u17cb", _s22_74, "\u1796\u17b6\u1780\u17d2\u1799\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb\u1780\u17b6\u179a\u1796\u17b6\u179a\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s27_46, "\u17a2\u1793\u17bb\u1789\u17d2\u1789\u17b6\u178f\u17b1\u17d2\u1799\u17a2\u17d2\u1793\u1780\u1780\u17c6\u178e\u178f\u17cb\u1796\u17b6\u1780\u17d2\u1799\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784\u1793\u17b8\u1798\u17bd\u1799\u17d7\u17d4 \u1794\u17d2\u179a\u179f\u17b7\u1793\u1794\u17be\u1796\u17b6\u1780\u17d2\u1799\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1780\u17c6\u178e\u178f\u17cb \u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784\u1793\u17b9\u1784\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u178f\u1798\u17d2\u179a\u17bc\u179c\u17b1\u17d2\u1799\u1794\u1789\u17d2\u1785\u17bc\u179b\u1796\u17b6\u1780\u17d2\u1799\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb\u1798\u17bb\u1793\u1796\u17c1\u179b\u1798\u17be\u179b\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u17d4", "authorization", "\u1780\u17b6\u179a\u17a2\u1793\u17bb\u1789\u17d2\u1789\u17b6\u178f", "subdomain", "\u178a\u17c2\u1793\u179a\u1784", "domain", "\u178a\u17c2\u1793", "portal_mode", "\u179a\u1794\u17c0\u1794\u179c\u17b7\u1794\u1795\u178f\u1790\u179b\u17d4", "email_signature", "\u179f\u17bc\u1798\u1782\u17c4\u179a\u1796", _s24_56, "\u1792\u17d2\u179c\u17be\u17b1\u17d2\u1799\u179c\u17b6\u1780\u17b6\u1793\u17cb\u178f\u17c2\u1784\u17b6\u1799\u179f\u17d2\u179a\u17bd\u179b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u17b1\u17d2\u1799\u17a2\u17d2\u1793\u1780\u178a\u17c4\u1799\u1794\u1793\u17d2\u1790\u17c2\u1798\u179f\u1789\u17d2\u1789\u17b6\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb schema.org \u1791\u17c5\u1780\u17d2\u1793\u17bb\u1784\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u17d4", "plain", "\u1792\u1798\u17d2\u1798\u178f\u17b6\u17d4", "light", "\u1796\u1793\u17d2\u179b\u17ba", "dark", "\u1784\u1784\u17b9\u178f", "email_design", "\u179a\u1785\u1793\u17b6\u17a2\u17ca\u17b8\u1798\u17c2\u179b", "attach_pdf", "\u1797\u17d2\u1787\u17b6\u1794\u17cb PDF", _s16_198, "\u1797\u17d2\u1787\u17b6\u1794\u17cb\u17af\u1780\u179f\u17b6\u179a", "attach_ubl", "\u1797\u17d2\u1787\u17b6\u1794\u17cb UBL", "email_style", "\u179a\u1785\u1793\u17b6\u1794\u17d0\u1791\u17d2\u1798\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s19_68, "\u1794\u17be\u1780\u1780\u17b6\u179a\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb", "reply_to_email", "\u1786\u17d2\u179b\u17be\u1799\u178f\u1794\u1791\u17c5\u17a2\u17ca\u17b8\u1798\u17c2\u179b", "reply_to_name", "\u1786\u17d2\u179b\u17be\u1799\u178f\u1794\u1791\u17c5\u1788\u17d2\u1798\u17c4\u17c7", "bcc_email", "\u17a2\u17ca\u17b8\u1798\u17c2\u179b BCC", "processed", "\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a", "credit_card", "\u1780\u17b6\u178f\u200b\u17a5\u178e\u1791\u17b6\u1793", "bank_transfer", "\u1780\u17b6\u179a\u1795\u17d2\u1791\u17c1\u179a\u1794\u17d2\u179a\u17b6\u1780\u17cb\u178f\u17b6\u1798\u1792\u1793\u17b6\u1782\u17b6\u179a", "priority", "\u17a2\u17b6\u1791\u17b7\u1797\u17b6\u1796", "fee_amount", "\u1785\u17c6\u1793\u17bd\u1793\u1791\u17b9\u1780\u1794\u17d2\u179a\u17b6\u1780\u17cb\u1790\u17d2\u179b\u17c3\u179f\u17c1\u179c\u17b6", "fee_percent", "\u1797\u17b6\u1782\u179a\u1799\u1793\u17c3\u1790\u17d2\u179b\u17c3\u179f\u17c1\u179c\u17b6", "fee_cap", "\u1780\u1798\u17d2\u179a\u17c3\u1787\u17be\u1784\u179f\u17b6\u179a", "limits_and_fees", "\u178a\u17c2\u1793\u1780\u17c6\u178e\u178f\u17cb/\u1790\u17d2\u179b\u17c3\u179f\u17c1\u179c\u17b6", "enable_min", "\u1794\u17be\u1780\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u17a2\u1794\u17d2\u1794\u1794\u179a\u1798\u17b6", "enable_max", "\u1794\u17be\u1780\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u17a2\u178f\u17b7\u1794\u179a\u1798\u17b6", "min_limit", "\u17a2\u1794\u17d2\u1794\u1794\u179a\u1798\u17b6\u17d6 :min", "max_limit", "\u17a2\u178f\u17b7\u1794\u179a\u1798\u17b6\u17d6 :max", "min", "\u1793\u17b6\u1791\u17b8", "max", "\u17a2\u178f\u17b7\u1794\u179a\u1798\u17b6", _s19_69, "\u1793\u17b7\u1798\u17b7\u178f\u17d2\u178f\u179f\u1789\u17d2\u1789\u17b6\u1780\u17b6\u178f\u178a\u17c2\u179b\u1791\u1791\u17bd\u179b\u1799\u1780", "credentials", "\u179b\u17b7\u1781\u17b7\u178f\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb", "update_address", "\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u17a2\u17b6\u179f\u1799\u178a\u17d2\u178b\u17b6\u1793", _s19_71, "\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u17a2\u17b6\u179f\u1799\u178a\u17d2\u178b\u17b6\u1793\u179a\u1794\u179f\u17cb\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u1787\u17b6\u1798\u17bd\u1799\u1793\u17b9\u1784\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u179b\u1798\u17d2\u17a2\u17b7\u178f\u178a\u17c2\u179b\u1794\u17b6\u1793\u1795\u17d2\u178f\u179b\u17cb\u17b1\u17d2\u1799", "rate", "\u17a2\u178f\u17d2\u179a\u17b6", "tax_rate", "\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792", "new_tax_rate", "\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792\u1790\u17d2\u1798\u17b8\u17d4", "edit_tax_rate", "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792", _s16_200, "\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_201, "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s17_123, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_202, "\u1794\u17b6\u1793\u179b\u17bb\u1794\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s17_124, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s18_104, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792 :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s17_125, "\u1794\u17b6\u1793\u179b\u17bb\u1794\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792 :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s18_105, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792 :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "fill_products", "\u1794\u17c6\u1796\u17c1\u1789 \u1795\u179b\u17b7\u178f\u1795\u179b \u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7", _s18_106, "\u1780\u17b6\u179a\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u1795\u179b\u17b7\u178f\u1795\u179b\u1793\u17b9\u1784 \u1794\u17c6\u1796\u17c1\u1789\u1780\u17b6\u179a\u1796\u17b7\u1796\u178e\u17cc\u1793\u17b6 \u1793\u17b7\u1784\u178f\u1798\u17d2\u179b\u17c3 \u178a\u17c4\u1799\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7", "update_products", "\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1795\u179b\u17b7\u178f\u1795\u179b\u178a\u17c4\u1799\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7", _s20_96, "\u1780\u17b6\u179a\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1793\u17b9\u1784 \u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1794\u178e\u17d2\u178e\u17b6\u179b\u17d0\u1799\u1795\u179b\u17b7\u178f\u1795\u179b \u178a\u17c4\u1799\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7", _s16_203, "\u1794\u1798\u17d2\u179b\u17c2\u1784\u1795\u179b\u17b7\u178f\u1795\u179b", _s21_102, "\u1794\u1798\u17d2\u179b\u17c2\u1784\u178f\u1798\u17d2\u179b\u17c3\u1795\u179b\u17b7\u178f\u1795\u179b\u178a\u17c4\u1799\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7\u1791\u17c5\u1787\u17b6\u179a\u17bc\u1794\u17b7\u1799\u1794\u17d0\u178e\u17d2\u178e\u179a\u1794\u179f\u17cb\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "fees", "\u1790\u17d2\u179b\u17c3\u179f\u17c1\u179c\u17b6", "limits", "\u178a\u17c2\u1793\u1780\u17c6\u178e\u178f\u17cb", "provider", "\u17a2\u17d2\u1793\u1780\u1795\u17d2\u178f\u179b\u17cb\u179f\u17c1\u179c\u17b6", "company_gateway", _s18_245, _s16_205, _s18_245, _s19_72, "\u1785\u17d2\u179a\u1780\u1791\u17d2\u179c\u17b6\u179a\u1790\u17d2\u1798\u17b8\u17d4", _s20_97, "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u1785\u17d2\u179a\u1780\u1795\u17d2\u179b\u17bc\u179c", _s23_47, "\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u1785\u17d2\u179a\u1780\u1795\u17d2\u179b\u17bc\u179c\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s23_48, "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1785\u17d2\u179a\u1780\u1795\u17d2\u179b\u17bc\u179c\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s24_57, "\u1785\u17d2\u179a\u1780\u1785\u17c1\u1789\u1785\u17bc\u179b\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s23_49, "\u1794\u17b6\u1793\u179b\u17bb\u1794\u1785\u17d2\u179a\u1780\u1785\u17c1\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s24_58, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1785\u17d2\u179a\u1780\u1791\u17d2\u179c\u17b6\u179a\u17a1\u17be\u1784\u179c\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s25_57, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1785\u17d2\u179a\u1780\u1791\u17d2\u179c\u17b6\u179a :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s24_59, "\u1794\u17b6\u1793\u179b\u17bb\u1794\u1785\u17d2\u179a\u1780\u1795\u17d2\u179b\u17bc\u179c :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s25_58, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1785\u17d2\u179a\u1780\u1795\u17d2\u179b\u17bc\u179c :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_207, "\u1794\u1793\u17d2\u178f\u1780\u17b6\u179a\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b", "discard_changes", "\u1794\u17c4\u17c7\u1794\u1784\u17cb\u1780\u17b6\u179a\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178f\u17bc\u179a", "default_value", "\u178f\u1798\u17d2\u179b\u17c3\u200b\u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798", "disabled", "\u1796\u17b7\u1780\u17b6\u179a", "currency_format", "\u1791\u1798\u17d2\u179a\u1784\u17cb\u179a\u17bc\u1794\u17b7\u1799\u1794\u17d0\u178e\u17d2\u178e", _s21_103, "\u1790\u17d2\u1784\u17c3\u178a\u17c6\u1794\u17bc\u1784\u1793\u17c3\u179f\u1794\u17d2\u178f\u17b6\u17a0\u17cd", _s23_50, "\u1781\u17c2\u178a\u17c6\u1794\u17bc\u1784\u1793\u17c3\u1786\u17d2\u1793\u17b6\u17c6", "sunday", "\u1790\u17d2\u1784\u17c3\u17a2\u17b6\u1791\u17b7\u178f\u17d2\u1799", "monday", "\u1790\u17d2\u1784\u17c3\u1785\u17d0\u1793\u17d2\u1791", "tuesday", "\u1790\u17d2\u1784\u17c3\u17a2\u1784\u17d2\u1782\u17b6\u179a", "wednesday", "\u1790\u17d2\u1784\u17c3\u1796\u17bb\u1792", "thursday", "\u1790\u17d2\u1784\u17c3\u1796\u17d2\u179a\u17a0\u179f\u17d2\u1794\u178f\u17b7\u17cd", "friday", "\u1790\u17d2\u1784\u17c3\u179f\u17bb\u1780\u17d2\u179a", "saturday", "\u1790\u17d2\u1784\u17c3\u179f\u17c5\u179a\u17cd", "january", "\u1798\u1780\u179a\u17b6", "february", "\u1781\u17c2\u1780\u17bb\u1798\u17d2\u1797\u17c8", "march", "\u1781\u17c2\u1798\u17b8\u1793\u17b6", "april", "\u1798\u17c1\u179f\u17b6", "may", "\u17a7\u179f\u1797\u17b6", "june", "\u1781\u17c2\u1798\u17b7\u1790\u17bb\u1793\u17b6", "july", "\u1781\u17c2\u1780\u1780\u17d2\u1780\u178a\u17b6", "august", "\u179f\u17b8\u17a0\u17b6", "september", "\u1781\u17c2\u1780\u1789\u17d2\u1789\u17b6", "october", "\u178f\u17bb\u179b\u17b6", "november", "\u1781\u17c2\u179c\u17b7\u1785\u17d2\u1786\u17b7\u1780\u17b6", "december", "\u1781\u17c2\u1792\u17d2\u1793\u17bc", "symbol", "\u1793\u17b7\u1798\u17b7\u178f\u17d2\u178f\u179f\u1789\u17d2\u1789\u17b6", "ocde", "\u1780\u17bc\u178a", "date_format", _s17_263, "datetime_format", _s17_263, "military_time", "\u1796\u17c1\u179b\u179c\u17c1\u179b\u17b6 24 \u1798\u17c9\u17c4\u1784\u17d4", _s18_107, "\u1780\u17b6\u179a\u1794\u1784\u17d2\u17a0\u17b6\u1789 24 \u1798\u17c9\u17c4\u1784\u17d4", "send_reminders", "\u1795\u17d2\u1789\u17be\u1780\u17b6\u179a\u179a\u17c6\u179b\u17b9\u1780", "timezone", "\u179b\u17d2\u179c\u17c2\u1784\u1798\u17c9\u17c4\u1784", _s19_73, "\u178f\u17d2\u179a\u1784\u178a\u17c4\u1799\u1782\u1798\u17d2\u179a\u17c4\u1784", _s17_126, "\u178f\u17d2\u179a\u1784\u178a\u17c4\u1799\u1780\u17d2\u179a\u17bb\u1798", _s19_75, "\u178f\u17d2\u179a\u1784\u178a\u17c4\u1799\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s18_108, "\u178f\u17d2\u179a\u1784\u178a\u17c4\u1799\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", _s18_110, "\u178f\u17d2\u179a\u1784\u178a\u17c4\u1799\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb", "group_settings", "\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb\u1780\u17d2\u179a\u17bb\u1798", "group", "\u1780\u17d2\u179a\u17bb\u1798", "groups", "\u1780\u17d2\u179a\u17bb\u1798", "new_group", "\u1780\u17d2\u179a\u17bb\u1798\u1790\u17d2\u1798\u17b8\u17d4", "edit_group", "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u1780\u17d2\u179a\u17bb\u1798", "created_group", "\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u1780\u17d2\u179a\u17bb\u1798\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "updated_group", "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1780\u17d2\u179a\u17bb\u1798\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "archived_groups", "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1780\u17d2\u179a\u17bb\u1798 :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "deleted_groups", "\u1794\u17b6\u1793\u179b\u17bb\u1794\u1780\u17d2\u179a\u17bb\u1798 :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "restored_groups", "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1780\u17d2\u179a\u17bb\u1798 :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "archived_group", "\u1794\u17b6\u1793\u200b\u1791\u17bb\u1780\u200b\u1780\u17d2\u179a\u17bb\u1798\u200b\u178a\u17c4\u1799\u200b\u1787\u17c4\u1782\u1787\u17d0\u1799", "deleted_group", "\u1794\u17b6\u1793\u179b\u17bb\u1794\u1780\u17d2\u179a\u17bb\u1798\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "restored_group", "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1780\u17d2\u179a\u17bb\u1798\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "upload_logo", "\u1794\u1784\u17d2\u17a0\u17c4\u17c7\u17a1\u17bc\u17a0\u17d2\u1782\u17c4", "uploaded_logo", "\u1794\u17b6\u1793\u1794\u1784\u17d2\u17a0\u17c4\u17c7\u179a\u17bc\u1794\u179f\u1789\u17d2\u1789\u17b6\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "logo", "\u1793\u17b7\u1798\u17b7\u178f\u17d2\u178f\u179f\u1789\u17d2\u1789\u17b6", "saved_settings", "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_209, "\u1780\u17c6\u178e\u178f\u17cb\u179b\u17be\u1795\u179b\u17b7\u178f\u1795\u179b", "device_settings", "\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb\u17a7\u1794\u1780\u179a\u178e\u17cd", "defaults", "\u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798", "basic_settings", "\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793", _s17_128, "\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb\u1780\u1798\u17d2\u179a\u17b7\u178f\u1781\u17d2\u1796\u179f\u17cb", "company_details", "\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u179b\u1798\u17d2\u17a2\u17b7\u178f\u179a\u1794\u179f\u17cb\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793", "user_details", "\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u179b\u1798\u17d2\u17a2\u17b7\u178f\u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb", "localization", "\u1780\u17b6\u179a\u1792\u17d2\u179c\u17be\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793\u17b8\u1799\u1780\u1798\u17d2\u1798", "online_payments", "\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u178f\u17b6\u1798\u17a2\u17ca\u17b8\u1793\u1792\u17ba\u178e\u17b7\u178f", "tax_rates", "\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792", "notifications", "\u1780\u17b6\u179a\u1787\u17bc\u1793\u178a\u17c6\u178e\u17b9\u1784", "import_export", "\u1793\u17b6\u17c6\u1785\u17bc\u179b | \u1793\u17b6\u17c6\u1785\u17c1\u1789", "custom_fields", "\u179c\u17b6\u179b\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793", "invoice_design", "\u1780\u17b6\u179a\u179a\u1785\u1793\u17b6\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "buy_now_buttons", "\u1794\u17ca\u17bc\u178f\u17bb\u1784\u1791\u17b7\u1789\u17a5\u17a1\u17bc\u179c\u1793\u17c1\u17c7", "email_settings", "\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s23_52, "\u1782\u17c6\u179a\u17bc \u1793\u17b7\u1784\u1780\u17b6\u179a\u179a\u17c6\u179b\u17b9\u1780", _s22_75, _s20_209, _s19_77, "\u1780\u17b6\u179a\u1798\u17be\u179b\u1783\u17be\u1789\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799", "price", "\u178f\u1798\u17d2\u179b\u17c3", "email_sign_up", "\u1785\u17bb\u17c7\u1788\u17d2\u1798\u17c4\u17c7\u178f\u17b6\u1798\u17a2\u17ca\u17b8\u1798\u17c2\u179b", "google_sign_up", "\u1785\u17bb\u17c7\u1788\u17d2\u1798\u17c4\u17c7 Google", _s27_50, "\u179f\u17bc\u1798\u17a2\u179a\u1782\u17bb\u178e\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u1780\u17b6\u179a\u1791\u17b7\u1789\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780!", "redeem", "\u1794\u17d2\u179a\u17c4\u179f\u179b\u17c4\u17c7", "back", "\u178f\u17d2\u179a\u17a1\u1794\u17cb\u1798\u1780\u179c\u17b7\u1789", "past_purchases", "\u1780\u17b6\u179a\u1791\u17b7\u1789\u1780\u1793\u17d2\u179b\u1784\u1798\u1780", _s19_79, "\u1780\u17b6\u179a\u1787\u17b6\u179c\u1794\u17d2\u179a\u1785\u17b6\u17c6\u1786\u17d2\u1793\u17b6\u17c6", "pro_plan", "\u1795\u17c2\u1793\u1780\u17b6\u179a\u1782\u17b6\u17c6\u1791\u17d2\u179a", "enterprise_plan", "\u1795\u17c2\u1793\u1780\u17b6\u179a\u179f\u17a0\u1782\u17d2\u179a\u17b6\u179f", "count_users", ":count \u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb", "upgrade", "\u1792\u17d2\u179c\u17be\u17b1\u17d2\u1799\u1794\u17d2\u179a\u179f\u17be\u179a\u17a1\u17be\u1784", _s25_59, "\u179f\u17bc\u1798\u1794\u1789\u17d2\u1785\u17bc\u179b\u1788\u17d2\u1798\u17c4\u17c7\u178a\u17c6\u1794\u17bc\u1784", _s24_60, "\u179f\u17bc\u1798\u1794\u1789\u17d2\u1785\u17bc\u179b\u1793\u17b6\u1798\u178f\u17d2\u179a\u1780\u17bc\u179b", _s33_30, "\u179f\u17bc\u1798\u1799\u179b\u17cb\u1796\u17d2\u179a\u1798\u1787\u17b6\u1798\u17bd\u1799\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u1793\u17c3\u179f\u17c1\u179c\u17b6\u1780\u1798\u17d2\u1798 \u1793\u17b7\u1784\u1782\u17c4\u179b\u1780\u17b6\u179a\u178e\u17cd\u17af\u1780\u1787\u1793\u1797\u17b6\u1796\u178a\u17be\u1798\u17d2\u1794\u17b8\u1794\u1784\u17d2\u1780\u17be\u178f\u1782\u178e\u1793\u17b8\u1798\u17bd\u1799\u17d4", "i_agree_to_the", "\u1781\u17d2\u1789\u17bb\u17c6\u1799\u179b\u17cb\u1796\u17d2\u179a\u1798\u1793\u17b9\u1784", _s16_211, "\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u200b\u1793\u17c3\u200b\u179f\u17c1\u179c\u17b6\u1780\u1798\u17d2\u1798", "privacy_policy", "\u1782\u17c4\u179b\u1780\u17b6\u179a\u178e\u17cd\u200b\u1797\u17b6\u1796\u200b\u17af\u1780\u1787\u1793", "sign_up", "\u1785\u17bb\u17c7\u200b\u1788\u17d2\u1798\u17c4\u17c7", "account_login", "\u1780\u17b6\u179a\u1785\u17bc\u179b\u1782\u178e\u1793\u17b8", "view_website", "\u1798\u17be\u179b\u1782\u17c1\u17a0\u1791\u17c6\u1796\u17d0\u179a", "create_account", "\u1794\u1784\u17d2\u1780\u17be\u178f\u1782\u178e\u1793\u17b8", "email_login", "\u1785\u17bc\u179b\u17a2\u17ca\u17b8\u1798\u17c2\u179b", "create_new", "\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1790\u17d2\u1798\u17b8", _s18_112, "\u1798\u17b7\u1793\u1794\u17b6\u1793\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u1780\u17c6\u178e\u178f\u17cb\u178f\u17d2\u179a\u17b6\u1791\u17c1\u17d4", _s21_106, "\u179f\u17bc\u1798\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780 \u17ac\u1794\u17c4\u17c7\u1794\u1784\u17cb\u1780\u17b6\u179a\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178a\u17bc\u179a\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u17d4", "download", "\u1791\u17b6\u1789\u1799\u1780", _s27_51, "\u1791\u17b6\u1798\u1791\u17b6\u179a\u1795\u17c2\u1793\u1780\u17b6\u179a\u179f\u17a0\u1782\u17d2\u179a\u17b6\u179f", "take_picture", "\u1790\u178f\u179a\u17bc\u1794", "upload_files", "Upload Files", "document", "\u17af\u1780\u179f\u17b6\u179a", "documents", "\u17af\u1780\u179f\u17b6\u179a", "new_document", "\u17af\u1780\u179f\u17b6\u179a\u1790\u17d2\u1798\u17b8\u17d4", "edit_document", "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u17af\u1780\u179f\u17b6\u179a", _s17_130, "\u1794\u17b6\u1793\u1794\u1784\u17d2\u17a0\u17c4\u17c7\u17af\u1780\u179f\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_213, "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u17af\u1780\u179f\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s17_131, "\u17af\u1780\u179f\u17b6\u179a\u178a\u17c2\u179b\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_214, "\u1794\u17b6\u1793\u179b\u17bb\u1794\u17af\u1780\u179f\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s17_132, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u17af\u1780\u179f\u17b6\u179a\u17a1\u17be\u1784\u179c\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s18_114, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u17af\u1780\u179f\u17b6\u179a :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s17_133, "\u1794\u17b6\u1793\u179b\u17bb\u1794\u17af\u1780\u179f\u17b6\u179a :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s18_115, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u17af\u1780\u179f\u17b6\u179a :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "no_history", "\u1782\u17d2\u1798\u17b6\u1793\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7", "expense_date", "\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791\u1785\u17c6\u178e\u17b6\u1799", "pending", "\u1780\u17c6\u1796\u17bb\u1784\u179a\u1784\u17cb\u1785\u17b6\u17c6", _s16_215, "\u1785\u17bc\u179b", _s16_216, "\u1780\u17c6\u1796\u17bb\u1784\u179a\u1784\u17cb\u1785\u17b6\u17c6", _s16_217, "\u179c\u17b7\u1780\u17d0\u1799\u1794\u17d0\u178f\u17d2\u179a", "converted", "\u1794\u17c6\u1794\u17d2\u179b\u17c2\u1784", _s24_62, "\u1794\u1793\u17d2\u1790\u17c2\u1798\u17af\u1780\u179f\u17b6\u179a\u1791\u17c5\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "exchange_rate", "\u17a2\u178f\u17d2\u179a\u17b6\u200b\u1794\u17d2\u178f\u17bc\u200b\u179a\u200b\u1794\u17d2\u179a\u17b6\u1780\u17cb", _s16_218, "\u1794\u1798\u17d2\u179b\u17c2\u1784\u179a\u17bc\u1794\u17b7\u1799\u1794\u17d0\u178e\u17d2\u178e", "mark_paid", "Mark \u1794\u17b6\u1793\u1794\u1784\u17cb", "category", "\u1794\u17d2\u179a\u1797\u17c1\u1791", "address", "\u17a2\u17b6\u179f\u17d0\u1799\u178a\u17d2\u178b\u17b6\u1793", "new_vendor", "\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb\u1790\u17d2\u1798\u17b8\u17d4", "created_vendor", "\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "updated_vendor", "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "archived_vendor", "\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb\u1794\u17b6\u1793\u1791\u17bb\u1780\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "deleted_vendor", "\u1794\u17b6\u1793\u179b\u17bb\u1794\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "restored_vendor", "\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u17a1\u17be\u1784\u179c\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_219, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb :count \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "deleted_vendors", "\u1794\u17b6\u1793\u179b\u17bb\u1794\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb :count \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_220, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "new_expense", "\u1794\u1789\u17d2\u1785\u17bc\u179b\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799", "created_expense", "\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "updated_expense", "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_221, _s28_113, "deleted_expense", _s23_125, _s16_222, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s17_134, _s28_113, _s16_223, _s23_125, _s17_135, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799 :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "copy_shipping", "\u1785\u1798\u17d2\u179b\u1784\u1780\u17b6\u179a\u178a\u17b9\u1780\u1787\u1789\u17d2\u1787\u17bc\u1793", "copy_billing", "\u1785\u1798\u17d2\u179b\u1784\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "design", "\u179a\u1785\u1793\u17b6", _s21_107, "\u1794\u179a\u17b6\u1787\u17d0\u1799\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u1780\u17c6\u178e\u178f\u17cb\u178f\u17d2\u179a\u17b6", "invoiced", "\u179c\u17b7\u1780\u17d0\u1799\u1794\u17d0\u178f\u17d2\u179a", "logged", "\u1785\u17bc\u179b", "running", "\u1780\u17c6\u1796\u17bb\u1784\u179a\u178f\u17cb", "resume", "\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7\u179a\u17bc\u1794", "task_errors", "\u179f\u17bc\u1798\u1780\u17c2\u178f\u1798\u17d2\u179a\u17bc\u179c\u1796\u17c1\u179b\u179c\u17c1\u179b\u17b6\u178f\u17d2\u179a\u17bd\u178f\u179f\u17ca\u17b8\u1782\u17d2\u1793\u17b6\u17d4", "start", "\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178f\u17be\u1798", "stop", "\u1788\u1794\u17cb", "started_task", "\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178f\u17be\u1798\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "stopped_task", "\u1794\u17b6\u1793\u1794\u1789\u17d2\u1788\u1794\u17cb\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "resumed_task", "\u1794\u17b6\u1793\u1794\u1793\u17d2\u178f\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "now", "\u17a5\u17a1\u17bc\u179c\u200b\u1793\u17c1\u17c7", _s16_224, "\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178f\u17be\u1798\u178a\u17c4\u1799\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7", "timer", "\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u1780\u17c6\u178e\u178f\u17cb\u1798\u17c9\u17c4\u1784", "manual", "\u17a0\u178f\u17d2\u1790\u1780\u1798\u17d2\u1798", "budgeted", "\u1790\u179c\u17b7\u1780\u17b6", "start_time", "\u1796\u17c1\u179b\u179c\u17c1\u179b\u17b6\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178f\u17be\u1798", "end_time", "\u1796\u17c1\u179b\u179c\u17c1\u179b\u17b6\u1794\u1789\u17d2\u1785\u1794\u17cb", "date", "\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791", "times", "\u178a\u1784", "duration", "\u179a\u1799\u17c8\u1796\u17c1\u179b", "new_task", "\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u1790\u17d2\u1798\u17b8\u17d4", "created_task", "\u1794\u1784\u17d2\u1780\u17be\u178f\u1797\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "updated_task", "\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "archived_task", "\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u178a\u17c2\u179b\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "deleted_task", "\u1794\u17b6\u1793\u179b\u17bb\u1794\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "restored_task", "\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u178a\u17c2\u179b\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u17a1\u17be\u1784\u179c\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "archived_tasks", "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a :count \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "deleted_tasks", "\u1794\u17b6\u1793\u179b\u17bb\u1794\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a :count \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "restored_tasks", "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s19_81, "\u179f\u17bc\u1798\u1794\u1789\u17d2\u1785\u17bc\u179b\u1788\u17d2\u1798\u17c4\u17c7", "budgeted_hours", "\u1798\u17c9\u17c4\u1784\u178a\u17c2\u179b\u1794\u17b6\u1793\u1780\u17c6\u178e\u178f\u17cb", "created_project", "\u1782\u1798\u17d2\u179a\u17c4\u1784\u1794\u1784\u17d2\u1780\u17be\u178f\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "updated_project", "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1782\u1798\u17d2\u179a\u17c4\u1784\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_226, "\u1794\u17b6\u1793\u200b\u1791\u17bb\u1780\u200b\u1782\u1798\u17d2\u179a\u17c4\u1784\u200b\u178a\u17c4\u1799\u200b\u1787\u17c4\u1782\u1787\u17d0\u1799", "deleted_project", "\u1794\u17b6\u1793\u179b\u17bb\u1794\u1782\u1798\u17d2\u179a\u17c4\u1784\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_227, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1782\u1798\u17d2\u179a\u17c4\u1784\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s17_136, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1782\u1798\u17d2\u179a\u17c4\u1784 :count \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_228, "\u1794\u17b6\u1793\u179b\u17bb\u1794\u1782\u1798\u17d2\u179a\u17c4\u1784 :count \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s17_137, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1782\u1798\u17d2\u179a\u17c4\u1784 :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "new_project", "\u1782\u1798\u17d2\u179a\u17c4\u1784\u200b\u1790\u17d2\u1798\u17b8", _s27_55, "\u179f\u17bc\u1798\u17a2\u179a\u1782\u17bb\u178e\u1785\u17c6\u1796\u17c4\u17c7\u1780\u17b6\u179a\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u179a\u1794\u179f\u17cb\u1799\u17be\u1784!", "if_you_like_it", "\u1794\u17d2\u179a\u179f\u17b7\u1793\u1794\u17be\u17a2\u17d2\u1793\u1780\u1785\u17bc\u179b\u1785\u17b7\u178f\u17d2\u178f\u179c\u17b6\u179f\u17bc\u1798", "click_here", "\u1785\u17bb\u1785\u200b\u1791\u17b8\u1793\u17c1\u17c7", _s18_116, "\u1785\u17bb\u1785\u200b\u1791\u17b8\u1793\u17c1\u17c7", "to_rate_it", "\u178a\u17be\u1798\u17d2\u1794\u17b8\u179c\u17b6\u1799\u178f\u1798\u17d2\u179b\u17c3\u179c\u17b6\u17d4", "average", "\u1798\u1792\u17d2\u1799\u1798", "unapproved", "\u1798\u17b7\u1793\u200b\u1794\u17b6\u1793\u200b\u17a2\u1793\u17bb\u1798\u17d0\u178f", _s30_18, "\u179f\u17bc\u1798\u1795\u17d2\u1791\u17c0\u1784\u1795\u17d2\u1791\u17b6\u178f\u17cb\u1797\u17b6\u1796\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c \u178a\u17be\u1798\u17d2\u1794\u17b8\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178f\u17bc\u179a\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb\u1793\u17c1\u17c7\u17d4", "locked", "\u1785\u17b6\u1780\u17cb\u179f\u17c4", "authenticate", "\u1795\u17d2\u1791\u17c0\u1784\u1795\u17d2\u1791\u17b6\u178f\u17cb\u1797\u17b6\u1796\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c", _s19_83, "\u179f\u17bc\u1798\u1794\u1789\u17d2\u1787\u17b6\u1780\u17cb", _s24_64, "\u1780\u17b6\u179a\u1795\u17d2\u1791\u17c0\u1784\u1795\u17d2\u1791\u17b6\u178f\u17cb\u1787\u17b8\u179c\u1798\u17b6\u178f\u17d2\u179a", "footer", "\u1794\u17b6\u178f\u1780\u1790\u17b6", "compare", "\u1794\u17d2\u179a\u17c0\u1794\u1792\u17c0\u1794", "hosted_login", "\u1794\u1784\u17d2\u17a0\u17c4\u17c7\u1785\u17bc\u179b", "selfhost_login", "\u1780\u17b6\u179a\u1785\u17bc\u179b\u1798\u17c9\u17b6\u179f\u17ca\u17b8\u1793\u1781\u17d2\u179b\u17bd\u1793\u17af\u1784", "google_sign_in", "\u1785\u17bc\u179b\u1787\u17b6\u1798\u17bd\u1799 Google", "today", "\u1790\u17d2\u1784\u17c3\u1793\u17c1\u17c7", "custom_range", "\u1787\u17bd\u179a\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793", "date_range", "\u1787\u17bd\u179a\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791", "current", "\u1793\u17b6\u200b\u1796\u17c1\u179b\u200b\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793", "previous", "\u1798\u17bb\u1793", "current_period", "\u179a\u1799\u17c8\u1796\u17c1\u179b\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793", _s17_138, "\u179a\u1799\u17c8\u1796\u17c1\u179b\u1794\u17d2\u179a\u17c0\u1794\u1792\u17c0\u1794", "previous_period", "\u179a\u1799\u17c8\u1796\u17c1\u179b\u1798\u17bb\u1793\u17d4", "previous_year", "\u1786\u17d2\u1793\u17b6\u17c6\u1798\u17bb\u1793", "compare_to", "\u1794\u17d2\u179a\u17c0\u1794\u1792\u17c0\u1794\u1787\u17b6\u1798\u17bd\u1799", "last7_days", "7 \u1790\u17d2\u1784\u17c3\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799", "last_week", "\u179f\u1794\u17d2\u178a\u17b6\u17a0\u17cd\u200b\u1798\u17bb\u1793", "last30_days", "30 \u1790\u17d2\u1784\u17c3\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799", "this_month", "\u1781\u17c2\u200b\u1793\u17c1\u17c7", "last_month", "\u1781\u17c2\u1798\u17bb\u1793", "this_year", "\u1786\u17d2\u1793\u17b6\u17c6\u200b\u1793\u17c1\u17c7", "last_year", "\u1786\u17d2\u1793\u17b6\u17c6\u1798\u17bb\u1793", "all_time", "All Time", "custom", "\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793", _s16_229, "\u1780\u17d2\u179b\u17bc\u1793\u1791\u17c5\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "clone_to_quote", "\u1780\u17d2\u179b\u17bc\u1793\u178a\u17be\u1798\u17d2\u1794\u17b8\u179f\u1798\u17d2\u179a\u1784\u17cb", "clone_to_credit", "\u1780\u17d2\u179b\u17bc\u1793\u1791\u17c5\u1787\u17b6\u17a5\u178e\u1791\u17b6\u1793", "view_invoice", "\u1798\u17be\u179b\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "convert", "\u1794\u1798\u17d2\u179b\u17c2\u1784", "more", "\u1785\u17d2\u179a\u17be\u1793\u1791\u17c0\u178f", "edit_client", "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "edit_product", "\u1780\u17c2\u1794\u17d2\u179a\u17c2 \u1795\u179b\u17b7\u178f\u1795\u179b", "edit_invoice", "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "edit_quote", "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u179f\u1798\u17d2\u179a\u1784\u17cb", "edit_payment", "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb", "edit_task", "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a", "edit_expense", "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799", "edit_vendor", "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb", "edit_project", "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u1782\u1798\u17d2\u179a\u17c4\u1784", _s20_99, "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u179f\u1798\u17d2\u179a\u1784\u17cb\u1796\u17b6\u1780\u17d2\u1799\u178a\u178a\u17c2\u179b\u17d7", "billing_address", "\u17a2\u17b6\u179f\u1799\u178a\u17d2\u178b\u17b6\u1793\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s16_231, "\u17a2\u17b6\u179f\u1799\u178a\u17d2\u178b\u17b6\u1793\u178a\u17b9\u1780\u1787\u1789\u17d2\u1787\u17bc\u1793", "total_revenue", "\u1794\u17d2\u179a\u17b6\u1780\u17cb\u1785\u17c6\u178e\u17bc\u179b\u179f\u179a\u17bb\u1794", "average_invoice", "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1787\u17b6\u1798\u1792\u17d2\u1799\u1798", "outstanding", "\u1796\u17bc\u1780\u17c2", "invoices_sent", ":count \u1794\u17b6\u1793\u1795\u17d2\u1789\u17be\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "active_clients", "\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u179f\u1780\u1798\u17d2\u1798", "close", "\u1794\u17b7\u1791", "email", "\u17a2\u17ca\u17b8\u1798\u17c2\u179b", "password", "\u1796\u17b6\u1780\u17d2\u1799\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb", "url", "URL", "secret", "\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb", "name", "\u1788\u17d2\u1798\u17c4\u17c7", "logout", "\u1785\u17b6\u1780\u1785\u17c1\u1789", "login", "\u1785\u17bc\u179b", "filter", "\u178f\u1798\u17d2\u179a\u1784", "sort", "\u178f\u1798\u17d2\u179a\u17c0\u1794", "search", "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780", "active", "\u179f\u1780\u1798\u17d2\u1798", "archived", "\u1791\u17bb\u1780\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a", "deleted", "\u1794\u17b6\u1793\u179b\u17bb\u1794", "dashboard", "\u1795\u17d2\u1791\u17b6\u17c6\u1784\u1782\u17d2\u179a\u1794\u17cb\u1782\u17d2\u179a\u1784", "archive", "\u1794\u178e\u17d2\u178e\u179f\u17b6\u179a", "delete", "\u179b\u17bb\u1794", "restore", "\u179f\u17d2\u178f\u17b6\u179a", _s16_233, "\u1792\u17d2\u179c\u17be\u17b1\u17d2\u1799\u179f\u17d2\u179a\u179f\u17cb\u1796\u17c1\u1789\u179b\u17c1\u1789", _s23_53, "\u179f\u17bc\u1798\u1794\u1789\u17d2\u1785\u17bc\u179b\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u17d4", _s26_43, "\u179f\u17bc\u1798\u200b\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1796\u17b6\u1780\u17d2\u1799\u200b\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb\u200b\u179a\u1794\u179f\u17cb\u200b\u17a2\u17d2\u1793\u1780", _s21_110, "\u179f\u17bc\u1798\u1794\u1789\u17d2\u1785\u17bc\u179b URL \u179a\u1794\u179f\u17cb\u17a2\u17d2\u1793\u1780\u17d4", _s26_45, "\u179f\u17bc\u1798\u1794\u1789\u17d2\u1785\u17bc\u179b\u179b\u17c1\u1781\u1780\u17bc\u178a\u1795\u179b\u17b7\u178f\u1795\u179b", "ascending", "\u17a1\u17be\u1784", "descending", "\u1785\u17bb\u17c7", "save", "\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780", _s17_140, "\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1798\u17bd\u1799\u200b\u1794\u17b6\u1793\u200b\u1780\u17be\u178f\u200b\u17a1\u17be\u1784", "paid_to_date", "\u1794\u1784\u17cb\u1791\u17c5\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791", "balance_due", "\u179f\u1798\u178f\u17bb\u179b\u17d2\u1799\u178a\u179b\u17cb\u1780\u17c6\u178e\u178f\u17cb", "balance", "\u178f\u17bb\u179b\u17d2\u1799\u1797\u17b6\u1796", "overview", "\u1791\u17b7\u178a\u17d2\u178b\u1797\u17b6\u1796\u1791\u17bc\u1791\u17c5", "details", "\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u179b\u1798\u17d2\u17a2\u17b7\u178f", "phone", "\u1791\u17bc\u179a\u179f\u17d0\u1796\u17d2\u1791", "website", "\u1782\u17c1\u17a0\u1791\u17c6\u1796\u17d0\u179a", "vat_number", "\u179b\u17c1\u1781\u17a2\u17b6\u1780\u179a", "id_number", "\u179b\u17c1\u1781\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb", "create", "\u1794\u1784\u17d2\u1780\u17be\u178f", _s19_85, "\u1794\u17b6\u1793\u1785\u1798\u17d2\u179b\u1784 :value \u1791\u17c5\u1780\u17d2\u178a\u17b6\u179a\u178f\u1798\u17d2\u1794\u17c0\u178f\u1781\u17d2\u1791\u17b6\u179f\u17cb", "error", "\u1780\u17c6\u17a0\u17bb\u179f", _s16_235, "\u1798\u17b7\u1793\u17a2\u17b6\u1785\u1794\u17be\u1780\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u1794\u17b6\u1793\u1791\u17c1\u17d4", "contacts", "\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784", "additional", "\u1794\u1793\u17d2\u1790\u17c2\u1798", "first_name", "\u1788\u17d2\u1798\u17c4\u17c7\u178a\u17c6\u1794\u17bc\u1784", "last_name", "\u1793\u17b6\u1798\u178f\u17d2\u179a\u1780\u17bc\u179b", "add_contact", "\u1794\u1793\u17d2\u1790\u17c2\u1798\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784", "are_you_sure", "\u178f\u17be\u200b\u17a2\u17d2\u1793\u1780\u200b\u1794\u17d2\u179a\u17b6\u1780\u178a\u200b\u17ac\u200b\u17a2\u178f\u17cb?", "cancel", "\u1794\u17c4\u17c7\u1794\u1784\u17cb", "ok", "\u1799\u179b\u17cb\u1796\u17d2\u179a\u1798", "remove", "\u178a\u1780\u1785\u17c1\u1789", _s16_237, "\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u200b\u1798\u17b7\u1793\u200b\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c\u17d4", "product", "\u1795\u179b\u17b7\u178f\u1795\u179b", "products", "\u1795\u179b\u17b7\u178f\u1795\u179b", "new_product", "\u1795\u179b\u17b7\u178f\u1795\u179b\u1790\u17d2\u1798\u17b8", "created_product", "\u1795\u179b\u17b7\u178f\u1795\u179b \u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "updated_product", "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1795\u179b\u17b7\u178f\u1795\u179b\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_239, "\u1795\u179b\u17b7\u178f\u1795\u179b\u178a\u17c2\u179b\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "deleted_product", "\u1794\u17b6\u1793\u179b\u17bb\u1794\u1795\u179b\u17b7\u178f\u1795\u179b\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_240, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1795\u179b\u17b7\u178f\u1795\u179b\u17a1\u17be\u1784\u179c\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s17_142, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1795\u179b\u17b7\u178f\u1795\u179b :count \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_241, "\u1794\u17b6\u1793\u179b\u17bb\u1794\u1795\u179b\u17b7\u178f\u1795\u179b :count \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s17_143, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1795\u179b\u17b7\u178f\u1795\u179b :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "product_key", "\u1795\u179b\u17b7\u178f\u1795\u179b", "notes", "\u1780\u17c6\u178e\u178f\u17cb\u1785\u17c6\u178e\u17b6\u17c6", "cost", "\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799", "client", "\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "clients", "\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "new_client", "\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u1790\u17d2\u1798\u17b8\u17d4", "created_client", "\u1794\u1784\u17d2\u1780\u17be\u178f\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "updated_client", "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "archived_client", "\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u1794\u17b6\u1793\u1791\u17bb\u1780\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_242, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793 :count \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "deleted_client", "\u1794\u17b6\u1793\u179b\u17bb\u1794\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "deleted_clients", "\u1794\u17b6\u1793\u179b\u17bb\u1794\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793 :count \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "restored_client", "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u17a1\u17be\u1784\u179c\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_243, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793 :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "address1", "\u1795\u17d2\u179b\u17bc\u179c", "address2", "\u1794\u1793\u17d2\u1791\u1794\u17cb/\u1788\u17bb\u178f", "city", "\u1791\u17b8\u1780\u17d2\u179a\u17bb\u1784", "state", "\u179a\u178a\u17d2\u178b/\u1781\u17c1\u178f\u17d2\u178f", "postal_code", "\u179b\u17c1\u1781\u200b\u1780\u17bc\u178a\u200b\u1794\u17d2\u179a\u17c3\u200b\u179f\u200b\u178e\u17b8\u200b\u1799", "country", "\u1794\u17d2\u179a\u1791\u17c1\u179f", "invoice", "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "invoices", "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "new_invoice", "\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1790\u17d2\u1798\u17b8\u17d4", "created_invoice", "\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "updated_invoice", "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_244, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "deleted_invoice", "\u1794\u17b6\u1793\u179b\u17bb\u1794\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_245, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s17_144, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a :count \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_246, "\u1794\u17b6\u1793\u179b\u17bb\u1794\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a :count \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s17_145, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "emailed_invoice", _s35_52, "emailed_payment", "\u1794\u17b6\u1793\u1795\u17d2\u1789\u17be\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "amount", "\u1785\u17c6\u1793\u17bd\u1793\u1791\u17b9\u1780\u1794\u17d2\u179a\u17b6\u1780\u17cb", "invoice_number", "\u179b\u17c1\u1781\u200b\u179c\u17b7\u200b\u1780\u17d0\u200b\u1799\u200b\u1794\u17d0\u178f\u17d2\u179a", "invoice_date", "\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "discount", "\u1794\u1789\u17d2\u1785\u17bb\u17c7\u178f\u1798\u17d2\u179b\u17c3", "po_number", "\u179b\u17c1\u1781 PO", "terms", "\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c", "public_notes", "\u1780\u17c6\u178e\u178f\u17cb\u1785\u17c6\u178e\u17b6\u17c6\u179f\u17b6\u1792\u17b6\u179a\u178e\u17c8", "private_notes", "\u1780\u17c6\u178e\u178f\u17cb\u1785\u17c6\u178e\u17b6\u17c6\u17af\u1780\u1787\u1793", "frequency", "\u1794\u17d2\u179a\u17c1\u1780\u1784\u17cb", "start_date", "\u1790\u17d2\u1784\u17c3\u200b\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178f\u17be\u1798", "end_date", "\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791\u1794\u1789\u17d2\u1785\u1794\u17cb", "quote_number", "\u179b\u17c1\u1781\u179f\u1798\u17d2\u179a\u1784\u17cb", "quote_date", "\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791\u179f\u1798\u17d2\u179a\u1784\u17cb", "valid_until", "\u1798\u17b6\u1793\u200b\u179f\u17bb\u1796\u179b\u1797\u17b6\u1796\u200b\u178a\u179b\u17cb", "items", "\u1792\u17b6\u178f\u17bb", "partial_deposit", _s19_187, "description", "\u1780\u17b6\u179a\u1796\u17b7\u1796\u178e\u17cc\u1793\u17b6", "unit_cost", "\u178f\u1798\u17d2\u179b\u17c3\u17af\u1780\u178f\u17b6", "quantity", "\u1794\u179a\u17b7\u1798\u17b6\u178e", "add_item", "\u1794\u1793\u17d2\u1790\u17c2\u1798\u1792\u17b6\u178f\u17bb", "contact", "\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784", "work_phone", "\u1791\u17bc\u179a\u179f\u17d0\u1796\u17d2\u1791", "total_amount", "\u1785\u17c6\u1793\u17bd\u1793\u200b\u179f\u179a\u17bb\u1794", "pdf", "PDF", "due_date", _s17_261, _s16_247, "\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791\u1795\u17bb\u178f\u1780\u17c6\u178e\u178f\u17cb\u1795\u17d2\u1793\u17c2\u1780", "paid_date", "Paid Date", "status", "\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796", _s17_146, "\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "quote_status", "\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796\u179f\u1798\u17d2\u179a\u1784\u17cb", _s22_76, "\u1785\u17bb\u1785 + \u178a\u17be\u1798\u17d2\u1794\u17b8\u1794\u1793\u17d2\u1790\u17c2\u1798\u1792\u17b6\u178f\u17bb", _s22_78, "\u1785\u17bb\u1785 + \u178a\u17be\u1798\u17d2\u1794\u17b8\u1794\u1793\u17d2\u1790\u17c2\u1798\u1798\u17c9\u17c4\u1784", "count_selected", ":count \u1794\u17b6\u1793\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f", "total", "\u179f\u179a\u17bb\u1794", "percent", "\u1797\u17b6\u1782\u179a\u1799", "edit", "\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b", "dismiss", "\u1785\u17d2\u179a\u17b6\u1793\u1785\u17c4\u179b", _s20_101, "\u179f\u17bc\u1798\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791", _s22_79, _s18_244, _s24_66, "\u179f\u17bc\u1798\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "task_rate", "\u17a2\u178f\u17d2\u179a\u17b6\u1797\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785", "settings", "\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb", "language", "\u1797\u17b6\u179f\u17b6", "currency", "\u179a\u17bc\u1794\u17b7\u1799\u1794\u17d0\u178e\u17d2\u178e", "created_at", "\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791\u1794\u1784\u17d2\u1780\u17be\u178f", "created_on", "\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u1793\u17c5\u179b\u17be", "updated_at", "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796", "tax", "\u1796\u1793\u17d2\u1792", _s30_20, "\u179f\u17bc\u1798\u1794\u1789\u17d2\u1785\u17bc\u179b\u179b\u17c1\u1781\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s27_59, "\u179f\u17bc\u1798\u1794\u1789\u17d2\u1785\u17bc\u179b\u179b\u17c1\u1781\u179f\u1798\u17d2\u179a\u1784\u17cb", "past_due", "\u17a0\u17bd\u179f\u1780\u17c6\u178e\u178f\u17cb", "draft", "\u179f\u17c1\u1785\u1780\u17d2\u178f\u17b8\u1796\u17d2\u179a\u17b6\u1784", "sent", "\u1794\u17b6\u1793\u1795\u17d2\u1789\u17be", "viewed", "\u1794\u17b6\u1793\u1798\u17be\u179b", "approved", "\u1794\u17b6\u1793\u17a2\u1793\u17bb\u1798\u17d0\u178f", "partial", _s19_187, "paid", "\u1794\u1784\u17cb", "mark_sent", "\u179b\u17c4\u1780 Mark \u1794\u17b6\u1793\u1795\u17d2\u1789\u17be", _s22_81, _s38_35, _s22_82, _s35_21, _s23_55, _s38_35, _s23_56, _s36_15, "done", "\u179a\u17bd\u1785\u179a\u17b6\u179b\u17cb", _s37_22, "\u179f\u17bc\u1798\u1794\u1789\u17d2\u1785\u17bc\u179b\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793 \u17ac\u1788\u17d2\u1798\u17c4\u17c7\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784", "dark_mode", "\u179a\u1794\u17c0\u1794\u1784\u1784\u17b9\u178f", _s27_61, "\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178f\u17be\u1798\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u17a1\u17be\u1784\u179c\u17b7\u1789 \u178a\u17be\u1798\u17d2\u1794\u17b8\u17a2\u1793\u17bb\u179c\u178f\u17d2\u178f\u1780\u17b6\u179a\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178f\u17bc\u179a", "refresh_data", "\u1795\u17d2\u1791\u17bb\u1780\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799\u17a1\u17be\u1784\u179c\u17b7\u1789", "blank_contact", "\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784\u1791\u1791\u17c1", "activity", "\u179f\u1780\u1798\u17d2\u1798\u1797\u17b6\u1796", _s16_249, "\u179a\u1780\u1798\u17b7\u1793\u1783\u17be\u1789\u1780\u17c6\u178e\u178f\u17cb\u178f\u17d2\u179a\u17b6\u1791\u17c1\u17d4", "clone", "\u1780\u17d2\u179b\u17bc\u1793", "loading", "\u1780\u17c6\u1796\u17bb\u1784\u1795\u17d2\u1791\u17bb\u1780", "industry", "\u17a7\u179f\u17d2\u179f\u17b6\u17a0\u1780\u1798\u17d2\u1798", "size", "\u1791\u17c6\u17a0\u17c6", "payment_terms", "\u179b\u17d0\u1780\u17d2\u1781\u1781\u17d0\u178e\u17d2\u178c\u200b\u1791\u17bc\u1791\u17b6\u178f\u17cb", "payment_date", "\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791\u1791\u17bc\u1791\u17b6\u178f\u17cb", "payment_status", "\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb", _s16_251, "\u1780\u17c6\u1796\u17bb\u1784\u179a\u1784\u17cb\u1785\u17b6\u17c6", _s16_252, "\u1785\u17b6\u178f\u17cb\u1791\u17bb\u1780\u1787\u17b6\u1798\u17c4\u1783\u17c8", _s16_253, "\u1794\u179a\u17b6\u1787\u17d0\u1799", _s16_254, "\u1794\u17b6\u1793\u1794\u1789\u17d2\u1785\u1794\u17cb", _s16_255, _s22_185, _s16_256, "\u179f\u1784\u1794\u17d2\u179a\u17b6\u1780\u17cb\u179c\u17b7\u1789\u17d4", _s17_147, "\u1798\u17b7\u1793\u200b\u1794\u17b6\u1793\u200b\u17a2\u1793\u17bb\u179c\u178f\u17d2\u178f", _s17_148, _s21_210, "net", "\u179f\u17bb\u1791\u17d2\u1792", "client_portal", "\u179c\u17b7\u1794\u1795\u178f\u1790\u179b\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "show_tasks", "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a", "email_reminders", "\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u179a\u17c6\u179b\u17b9\u1780", "enabled", "\u1794\u17b6\u1793\u1794\u17be\u1780", "recipients", "\u17a2\u17d2\u1793\u1780\u1791\u1791\u17bd\u179b", "initial_email", "\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u178a\u17c6\u1794\u17bc\u1784", "first_reminder", "\u1780\u17b6\u179a\u179a\u17c6\u179b\u17b9\u1780\u178a\u17c6\u1794\u17bc\u1784", "second_reminder", _s16_409, "third_reminder", "\u1780\u17b6\u179a\u179a\u17c6\u179b\u17b9\u1780\u1791\u17b8\u1794\u17b8", "reminder1", "\u1780\u17b6\u179a\u179a\u17c6\u179b\u17b9\u1780\u178a\u17c6\u1794\u17bc\u1784", "reminder2", _s16_409, "reminder3", "\u1780\u17b6\u179a\u179a\u17c6\u179b\u17b9\u1780\u1791\u17b8\u1794\u17b8", "template", "\u1782\u17c6\u179a\u17bc", "send", "\u1795\u17d2\u1789\u17be", "subject", "\u1794\u17d2\u179a\u1792\u17b6\u1793\u1794\u1791", "body", "\u179a\u17b6\u1784\u1780\u17b6\u1799", "send_email", "\u1795\u17d2\u1789\u17be\u17a2\u17ca\u17b8\u1798\u17c2\u179b", "email_receipt", "\u1794\u1784\u17d2\u1780\u17b6\u1793\u17cb\u178a\u17c3\u1791\u17bc\u1791\u17b6\u178f\u17cb\u178f\u17b6\u1798\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u1791\u17c5\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "auto_billing", "\u1780\u17b6\u179a\u1785\u17c1\u1789\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c4\u1799\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7", "button", "\u1794\u17ca\u17bc\u178f\u17bb\u1784", "preview", "\u1798\u17be\u179b\u1787\u17b6\u1798\u17bb\u1793", "customize", "\u1794\u17d2\u178a\u17bc\u179a\u178f\u17b6\u1798\u1794\u17c6\u178e\u1784", "history", "\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7\u179f\u17b6\u179f\u17d2\u178f\u17d2\u179a", "payment", "\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb", "payments", "\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb", "refunded", "\u179f\u1784\u1794\u17d2\u179a\u17b6\u1780\u17cb\u179c\u17b7\u1789\u17d4", "payment_type", "\u1794\u17d2\u179a\u1797\u17c1\u1791\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb", _s21_112, "\u17af\u1780\u179f\u17b6\u179a\u1799\u17c4\u1784\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a", "enter_payment", "\u1794\u1789\u17d2\u1785\u17bc\u179b\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb", "new_payment", "\u1794\u1789\u17d2\u1785\u17bc\u179b\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb", "created_payment", "\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "updated_payment", "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_257, "\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "deleted_payment", "\u1794\u17b6\u1793\u179b\u17bb\u1794\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_258, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u17a1\u17be\u1784\u179c\u17b7\u1789\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s17_149, "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1780\u17b6\u179a\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb :count \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s16_259, "\u1794\u17b6\u1793\u179b\u17bb\u1794\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb :count \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", _s17_150, "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "quote", "\u179f\u1798\u17d2\u179a\u1784\u17cb", "quotes", "\u179f\u1798\u17d2\u179a\u1784\u17cb", "new_quote", "\u179f\u1798\u17d2\u179a\u1784\u17cb\u1790\u17d2\u1798\u17b8\u17d4", "created_quote", "\u1794\u1784\u17d2\u1780\u17be\u178f\u179f\u1798\u17d2\u179a\u1784\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "updated_quote", "\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u179f\u1798\u17d2\u179a\u1784\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "archived_quote", "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u179f\u1798\u17d2\u179a\u1784\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "deleted_quote", "\u1794\u17b6\u1793\u179b\u17bb\u1794\u179f\u1798\u17d2\u179a\u1784\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "restored_quote", "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u179f\u1798\u17d2\u179a\u1784\u17cb\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "archived_quotes", "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u179f\u1798\u17d2\u179a\u1784\u17cb :count \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "deleted_quotes", "\u1794\u17b6\u1793\u179b\u17bb\u1794\u179f\u1798\u17d2\u179a\u1784\u17cb :count \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "restored_quotes", "\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u179f\u1798\u17d2\u179a\u1784\u17cb :value \u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799", "expense", "\u1785\u17c6\u178e\u17b6\u1799", "expenses", "\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799", "vendor", "\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb", "vendors", "\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb", "task", "\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a", "tasks", "\u1797\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785", "project", "\u1782\u1798\u17d2\u179a\u17c4\u1784", "projects", "\u1782\u1798\u17d2\u179a\u17c4\u1784", "activity_1", ":user \u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u1798\u17c9\u17b6\u179f\u17ca\u17b8\u1793\u1797\u17d2\u1789\u17c0\u179c :client", "activity_2", ":user \u1798\u17c9\u17b6\u179f\u17ca\u17b8\u1793\u1797\u17d2\u1789\u17c0\u179c\u178a\u17c2\u179b\u1794\u17b6\u1793\u1791\u17bb\u1780\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a :client", "activity_3", ":user \u1798\u17c9\u17b6\u179f\u17ca\u17b8\u1793\u1797\u17d2\u1789\u17c0\u179c\u178a\u17c2\u179b\u1794\u17b6\u1793\u179b\u17bb\u1794 :client", "activity_4", ":user \u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a :invoice", "activity_5", ":user \u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a :invoice", "activity_6", ":user \u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c2\u179b\u1794\u17b6\u1793\u1795\u17d2\u1789\u17be\u178f\u17b6\u1798\u17a2\u17ca\u17b8\u1798\u17c2\u179b :invoice \u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb :client \u1791\u17c5 :contact", "activity_7", ":contact \u1794\u17b6\u1793\u1798\u17be\u179b\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a :invoice \u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb :client", "activity_8", ":user \u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a :invoice", "activity_9", ":user \u1794\u17b6\u1793\u179b\u17bb\u1794\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a :invoice", "activity_10", _s82_, "activity_11", ":user \u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796 :payment", "activity_12", ":user \u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u1791\u17bb\u1780\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a :payment", "activity_13", ":user \u1794\u17b6\u1793\u179b\u17bb\u1794\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb :payment", "activity_14", ":user \u1794\u17b6\u1793\u1794\u1789\u17d2\u1785\u17bc\u179b\u17a5\u178e\u1791\u17b6\u1793 :credit", "activity_15", ":user \u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u17a5\u178e\u1791\u17b6\u1793 :credit", "activity_16", ":user \u1791\u17bb\u1780\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a\u17a5\u178e\u1791\u17b6\u1793 :credit", "activity_17", ":user \u1794\u17b6\u1793\u179b\u17bb\u1794\u17a5\u178e\u1791\u17b6\u1793 :credit", "activity_18", ":user \u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u179f\u1798\u17d2\u179a\u1784\u17cb :quote", "activity_19", ":user \u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u179f\u1798\u17d2\u179a\u1784\u17cb :quote", "activity_20", ":user \u179f\u1798\u17d2\u179a\u1784\u17cb\u178f\u17b6\u1798\u17a2\u17ca\u17b8\u1798\u17c2\u179b :quote \u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb :client \u1791\u17c5 :contact", "activity_21", _s28_114, "activity_22", ":user \u179f\u1798\u17d2\u179a\u1784\u17cb\u1791\u17bb\u1780\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a :quote", "activity_23", ":user \u1794\u17b6\u1793\u179b\u17bb\u1794\u179f\u1798\u17d2\u179a\u1784\u17cb :quote", "activity_24", ":user \u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u179f\u1798\u17d2\u179a\u1784\u17cb :quote", "activity_25", ":user \u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a :invoice", "activity_26", ":user \u1798\u17c9\u17b6\u179f\u17ca\u17b8\u1793\u1797\u17d2\u1789\u17c0\u179c\u178a\u17c2\u179b\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a :client", "activity_27", ":user \u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u17a1\u17be\u1784\u179c\u17b7\u1789 :payment", "activity_28", ":user \u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u17a5\u178e\u1791\u17b6\u1793 :credit", "activity_29", ":contact \u1794\u17b6\u1793\u17a2\u1793\u17bb\u1798\u17d0\u178f\u179f\u1798\u17d2\u179a\u1784\u17cb :quote \u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb :client", "activity_30", ":user \u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb :vendor", "activity_31", ":user \u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb\u178a\u17c2\u179b\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780 :vendor", "activity_32", ":user \u1794\u17b6\u1793\u179b\u17bb\u1794\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb :vendor", "activity_33", ":user \u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a :vendor", "activity_34", ":user \u1794\u1784\u17d2\u1780\u17be\u178f\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799 :expense", "activity_35", ":user \u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u178a\u17c2\u179b\u1794\u17b6\u1793\u1791\u17bb\u1780\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a :expense", "activity_36", ":user \u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u178a\u17c2\u179b\u1794\u17b6\u1793\u179b\u17bb\u1794 :expense", "activity_37", ":user \u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u178a\u17c2\u179b\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u17a1\u17be\u1784\u179c\u17b7\u1789 :expense", "activity_39", ":user \u1794\u17b6\u1793\u179b\u17bb\u1794\u1785\u17c4\u179b :payment_\u1785\u17c6\u1793\u17bd\u1793\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb :payment", "activity_40", ":user \u1794\u17b6\u1793\u179f\u1784\u1794\u17d2\u179a\u17b6\u1780\u17cb\u179c\u17b7\u1789 :adjustment \u1793\u17c3 :payment_\u1785\u17c6\u1793\u17bd\u1793\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb :payment", "activity_41", ":payment_\u1785\u17c6\u1793\u17bd\u1793\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb (:payment) \u1794\u17b6\u1793\u1794\u179a\u17b6\u1787\u17d0\u1799", "activity_42", ":user \u1794\u1784\u17d2\u1780\u17be\u178f\u1797\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785 :task", "activity_43", ":user \u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a :task", "activity_44", ":user \u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u178a\u17c2\u179b\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a :task", "activity_45", ":user \u1794\u17b6\u1793\u179b\u17bb\u1794\u1797\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785 :task", "activity_46", ":user \u1797\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785\u178a\u17c2\u179b\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a :task", "activity_47", ":user \u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796 :expense", "activity_48", ":user \u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb\u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f :user", "activity_49", ":user \u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796 :user", "activity_50", ":user \u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb\u178a\u17c2\u179b\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780 :user", "activity_51", ":user \u1794\u17b6\u1793\u179b\u17bb\u1794\u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb :user", "activity_52", ":user \u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb\u178a\u17c2\u179b\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a :user", "activity_53", ":user \u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb\u1794\u17b6\u1793\u1795\u17d2\u1789\u17be :invoice", "activity_54", ":user \u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb :invoice", "activity_55", ":contact \u179f\u17c6\u1794\u17bb\u178f\u17d2\u179a\u1786\u17d2\u179b\u17be\u1799\u178f\u1794\u17d6 \u179f\u17c6\u1794\u17bb\u178f\u17d2\u179a", "activity_56", ":user \u1794\u17b6\u1793\u1798\u17be\u179b\u179f\u17c6\u1794\u17bb\u178f\u17d2\u179a\u17d6 \u179f\u17c6\u1794\u17bb\u178f\u17d2\u179a", "activity_57", "\u1794\u17d2\u179a\u1796\u17d0\u1793\u17d2\u1792\u1794\u17b6\u1793\u1794\u179a\u17b6\u1787\u17d0\u1799\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u1795\u17d2\u1789\u17be\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a :invoice", "activity_58", ":user \u179c\u17b7\u1780\u17d0\u1799\u1794\u17d0\u178f\u17d2\u179a\u1794\u1789\u17d2\u1785\u17d2\u179a\u17b6\u179f :invoice", "activity_59", ":user \u1794\u17b6\u1793\u179b\u17bb\u1794\u1785\u17c4\u179b\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a :invoice", "activity_60", _s28_114, "activity_61", ":user \u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793 :client", "activity_62", ":user \u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796 :vendor", "activity_63", ":user \u1794\u17b6\u1793\u1795\u17d2\u1789\u17be\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u179a\u17c6\u179b\u17b9\u1780\u178a\u17c6\u1794\u17bc\u1784\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a :invoice \u1791\u17c5 :contact", "activity_64", ":user \u1794\u17b6\u1793\u1795\u17d2\u1789\u17be\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u1780\u17b6\u179a\u179a\u17c6\u179b\u17b9\u1780\u1791\u17b8\u1796\u17b8\u179a\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a :invoice \u1791\u17c5 :contact", "activity_65", ":user \u1794\u17b6\u1793\u1795\u17d2\u1789\u17be\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u179a\u17c6\u179b\u17b9\u1780\u1791\u17b8\u1794\u17b8\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a :invoice \u1791\u17c5 :contact", "activity_66", ":user \u1794\u17b6\u1793\u1795\u17d2\u1789\u17be\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u1780\u17b6\u179a\u179a\u17c6\u179b\u17b9\u1780\u1782\u17d2\u1798\u17b6\u1793\u1791\u17b8\u1794\u1789\u17d2\u1785\u1794\u17cb\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a :invoice \u1791\u17c5 :contact", "activity_80", ":user \u1794\u17b6\u1793\u1794\u1784\u17d2\u1780\u17be\u178f\u1780\u17b6\u179a\u1787\u17b6\u179c :subscription", "activity_81", ":user \u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u1780\u17b6\u179a\u1787\u17b6\u179c :subscription", "activity_82", ":user \u1780\u17b6\u179a\u1787\u17b6\u179c\u178a\u17c2\u179b\u1794\u17b6\u1793\u1791\u17bb\u1780\u1780\u17d2\u1793\u17bb\u1784\u1794\u17d0\u178e\u17d2\u178e\u179f\u17b6\u179a :subscription", "activity_83", ":user \u1794\u17b6\u1793\u179b\u17bb\u1794\u1780\u17b6\u179a\u1787\u17b6\u179c :subscription", "activity_84", ":user \u1780\u17b6\u179a\u1787\u17b6\u179c\u178a\u17c2\u179b\u1794\u17b6\u1793\u179f\u17d2\u178a\u17b6\u179a\u17a1\u17be\u1784\u179c\u17b7\u1789 :subscription", _s17_151, "\u1796\u17b6\u1780\u17d2\u1799\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb\u178f\u17c2\u1798\u17d2\u178f\u1784", "emailed_quote", _s28_111, "emailed_credit", _s30_61, _s20_103, "\u1794\u17b6\u1793\u200b\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb\u200b\u179f\u1798\u17d2\u179a\u1784\u17cb\u200b\u178a\u17c4\u1799\u200b\u1787\u17c4\u1782\u1787\u17d0\u1799\u200b\u1790\u17b6\u200b\u1794\u17b6\u1793\u200b\u1795\u17d2\u1789\u17be", _s21_114, "\u1794\u17b6\u1793\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb\u17a5\u178e\u1791\u17b6\u1793\u178a\u17c4\u1799\u1787\u17c4\u1782\u1787\u17d0\u1799\u1790\u17b6\u1794\u17b6\u1793\u1795\u17d2\u1789\u17be", "expired", "\u1795\u17bb\u178f\u1780\u17c6\u178e\u178f\u17cb", "all", "\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u17d4", "select", "\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f", _s22_83, "\u1785\u17bb\u1785\u200b\u17b1\u17d2\u1799\u200b\u1799\u17bc\u179a\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u179a\u17be\u179f", "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "\u178f\u1798\u17d2\u179b\u17c3\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 3", "custom_value4", "\u178f\u1798\u17d2\u179b\u17c3\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 \u17e4", _s18_117, "\u179a\u1785\u1793\u17b6\u1794\u17d0\u1791\u17d2\u1798\u17a2\u17ca\u17b8\u1798\u17c2\u179b\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793", _s24_71, "\u179f\u17b6\u179a\u1795\u17d2\u1791\u17b6\u17c6\u1784\u1782\u17d2\u179a\u1794\u17cb\u1782\u17d2\u179a\u1784\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793", _s29_46, "\u179f\u17b6\u179a\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u178a\u17c2\u179b\u1798\u17b7\u1793\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793", _s27_66, "\u179f\u17b6\u179a\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793", _s31_24, "\u179f\u17b6\u179a\u179f\u1798\u17d2\u179a\u1784\u17cb\u178a\u17c2\u179b\u1798\u17b7\u1793\u1798\u17b6\u1793\u1780\u17b6\u179a\u1799\u179b\u17cb\u1796\u17d2\u179a\u1798\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793", "lock_invoices", "\u1785\u17b6\u1780\u17cb\u179f\u17c4\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "translations", "\u1780\u17b6\u179a\u1794\u1780\u1794\u17d2\u179a\u17c2", _s19_86, "\u179b\u17c6\u1793\u17b6\u17c6\u179b\u17c1\u1781\u1797\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785", _s19_88, "\u1794\u1789\u17d2\u1787\u179a\u179b\u17c1\u1781\u1797\u17b6\u179a\u1780\u17b7\u1785\u17d2\u1785", _s22_85, "\u179b\u17c6\u1793\u17b6\u17c6\u179b\u17c1\u1781\u1785\u17c6\u178e\u17b6\u1799", _s22_87, "\u1794\u1789\u17d2\u1787\u179a\u179b\u17c1\u1781\u1785\u17c6\u178e\u17b6\u1799", _s21_115, "\u1782\u17c6\u179a\u17bc\u179b\u17c1\u1781\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb", _s21_117, "\u1794\u1789\u17d2\u1787\u179a\u179b\u17c1\u1781\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb", _s21_119, "\u1782\u17c6\u179a\u17bc\u179b\u17c1\u1781\u179f\u17c6\u1794\u17bb\u178f\u17d2\u179a", _s21_121, "\u1794\u1789\u17d2\u1787\u179a\u179b\u17c1\u1781\u179f\u17c6\u1794\u17bb\u178f\u17d2\u179a", _s22_89, "\u179b\u17c6\u1793\u17b6\u17c6\u179b\u17c1\u1781\u1794\u1784\u17cb\u1794\u17d2\u179a\u17b6\u1780\u17cb", _s22_91, "\u1794\u1789\u17d2\u1787\u179a\u179b\u17c1\u1781\u1791\u17bc\u1791\u17b6\u178f\u17cb", _s22_93, "\u1782\u17c6\u179a\u17bc\u179b\u17c1\u1781\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s22_95, "\u1794\u1789\u17d2\u1787\u179a\u179b\u17c1\u1781\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", _s20_104, "\u1782\u17c6\u179a\u17bc\u179b\u17c1\u1781\u179f\u1798\u17d2\u179a\u1784\u17cb", _s20_106, "\u17a2\u17d2\u1793\u1780\u179a\u17b6\u1794\u17cb\u179b\u17c1\u1781\u179f\u1798\u17d2\u179a\u1784\u17cb", _s21_123, "\u1782\u17c6\u179a\u17bc\u179b\u17c1\u1781\u17a5\u178e\u1791\u17b6\u1793", _s21_125, "\u1794\u1789\u17d2\u1787\u179a\u179b\u17c1\u1781\u17a5\u178e\u1791\u17b6\u1793", _s21_127, "\u1782\u17c6\u179a\u17bc\u179b\u17c1\u1781\u17a5\u178e\u1791\u17b6\u1793", _s21_128, "\u1794\u1789\u17d2\u1787\u179a\u179b\u17c1\u1781\u17a5\u178e\u1791\u17b6\u1793", _s18_119, "\u1780\u17c6\u178e\u178f\u17cb\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791\u179a\u17b6\u1794\u17cb\u17a1\u17be\u1784\u179c\u17b7\u1789", "counter_padding", "Counter Padding", _s28_66, "\u1785\u17c2\u1780\u179a\u17c6\u179b\u17c2\u1780\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a Quote Counter", _s18_121, "\u1788\u17d2\u1798\u17c4\u17c7\u200b\u1796\u1793\u17d2\u1792\u200b\u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798 \u17e1", _s18_123, "\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792\u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798 1", _s18_125, "\u1788\u17d2\u1798\u17c4\u17c7\u200b\u1796\u1793\u17d2\u1792\u200b\u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798 \u17e2", _s18_127, "\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792\u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798 \u17e2", _s18_129, "\u1788\u17d2\u1798\u17c4\u17c7\u200b\u1796\u1793\u17d2\u1792\u200b\u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798 \u17e3", _s18_131, "\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792\u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798 \u17e3", _s21_129, "\u1794\u17d2\u179a\u1792\u17b6\u1793\u1794\u1791\u179c\u17b7\u1780\u17d0\u1799\u1794\u17d0\u178f\u17d2\u179a\u17a2\u17ca\u17b8\u1798\u17c9\u17c2\u179b", _s19_90, "\u1794\u17d2\u179a\u1792\u17b6\u1793\u1794\u1791\u179f\u1798\u17d2\u179a\u1784\u17cb\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s21_131, "\u1794\u17d2\u179a\u1792\u17b6\u1793\u1794\u1791\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u178f\u17b6\u1798\u17a2\u17ca\u17b8\u1798\u17c2\u179b", _s29_48, "\u17a2\u17ca\u17b8\u1798\u17c2\u179b \u1794\u17d2\u179a\u1792\u17b6\u1793\u1794\u1791\u1780\u17b6\u179a\u1791\u17bc\u1791\u17b6\u178f\u17cb\u1787\u17b6\u1795\u17d2\u1793\u17c2\u1780", "show_table", "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u178f\u17b6\u179a\u17b6\u1784", "show_list", "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u1794\u1789\u17d2\u1787\u17b8", "client_city", "\u1791\u17b8\u1780\u17d2\u179a\u17bb\u1784\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "client_state", "\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "client_country", "\u1794\u17d2\u179a\u1791\u17c1\u179f\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", _s16_260, "\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793\u1782\u17ba\u179f\u1780\u1798\u17d2\u1798", "client_balance", "\u179f\u1798\u178f\u17bb\u179b\u17d2\u1799\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "client_address1", "\u1795\u17d2\u179b\u17bc\u179c\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", "client_address2", _s16_262, "vendor_address1", "\u1795\u17d2\u179b\u17bc\u179c\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb", "vendor_address2", "\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb Apt/Suite", _s24_73, "\u1795\u17d2\u179b\u17bc\u179c\u178a\u17b9\u1780\u1787\u1789\u17d2\u1787\u17bc\u1793\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793", _s24_74, "\u1780\u1793\u17d2\u179b\u17c2\u1784\u178a\u17b9\u1780\u1787\u1789\u17d2\u1787\u17bc\u1793\u17a2\u178f\u17b7\u1790\u17b7\u1787\u1793/\u1788\u17bb\u178f", "type", "\u1794\u17d2\u179a\u1797\u17c1\u1791", "invoice_amount", "\u1785\u17c6\u1793\u17bd\u1793\u1791\u17b9\u1780\u1794\u17d2\u179a\u17b6\u1780\u17cb\u179c\u17b7\u1780\u17d0\u1799\u1794\u17d0\u178f\u17d2\u179a", _s16_264, _s17_261, "tax_rate1", "\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792 \u17e1", "tax_rate2", "\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792 \u17e2", "tax_rate3", "\u17a2\u178f\u17d2\u179a\u17b6\u1796\u1793\u17d2\u1792 \u17e3", "auto_bill", "\u179c\u17b7\u1780\u17d0\u1799\u1794\u17d0\u178f\u17d2\u179a\u179f\u17d2\u179c\u17d0\u1799\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7", "archived_at", "\u1794\u17b6\u1793\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u1793\u17c5", "has_expenses", "\u1798\u17b6\u1793\u1780\u17b6\u179a\u1785\u17c6\u178e\u17b6\u1799", "custom_taxes1", "\u1796\u1793\u17d2\u1792\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 \u17e1", "custom_taxes2", "\u1796\u1793\u17d2\u1792\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 \u17e2", "custom_taxes3", "\u1796\u1793\u17d2\u1792\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 \u17e3", "custom_taxes4", "\u1796\u1793\u17d2\u1792\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793 \u17e4", _s17_153, _s23_121, _s17_154, _s23_122, _s17_155, _s23_123, _s17_156, _s23_124, "is_deleted", "\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u179b\u17bb\u1794", "vendor_city", "\u1791\u17b8\u1780\u17d2\u179a\u17bb\u1784\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb", "vendor_state", "\u179a\u178a\u17d2\u178b\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb", "vendor_country", "\u1794\u17d2\u179a\u1791\u17c1\u179f\u17a2\u17d2\u1793\u1780\u179b\u1780\u17cb", "is_approved", "\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u17a2\u1793\u17bb\u1798\u17d0\u178f", "tax_name", "\u1788\u17d2\u1798\u17c4\u17c7\u1796\u1793\u17d2\u1792", "tax_amount", "\u1785\u17c6\u1793\u17bd\u1793\u1791\u17b9\u1780\u1794\u17d2\u179a\u17b6\u1780\u17cb\u1796\u1793\u17d2\u1792", "tax_paid", "\u1794\u1784\u17cb\u1796\u1793\u17d2\u1792", "payment_amount", "\u1785\u17c6\u1793\u17bd\u1793\u1791\u17b9\u1780\u1794\u17d2\u179a\u17b6\u1780\u17cb\u1791\u17bc\u1791\u17b6\u178f\u17cb", "age", "\u17a2\u17b6\u1799\u17bb", "is_running", "\u1780\u17c6\u1796\u17bb\u1784\u200b\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a", "time_log", "\u1780\u17c6\u178e\u178f\u17cb\u17a0\u17c1\u178f\u17bb\u1796\u17c1\u179b\u179c\u17c1\u179b\u17b6", "bank_id", "\u1792\u1793\u17b6\u1782\u17b6\u179a", _s19_92, "\u179b\u17c1\u1781\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb\u1794\u17d2\u179a\u1797\u17c1\u1791\u1785\u17c6\u178e\u17b6\u1799", _s16_265, "\u1794\u17d2\u179a\u1797\u17c1\u1791\u1785\u17c6\u178e\u17b6\u1799", _s19_94, "\u179b\u17c1\u1781\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb\u179a\u17bc\u1794\u17b7\u1799\u1794\u17d0\u178e\u17d2\u178e\u179c\u17b7\u1780\u17d2\u1780\u1799\u1794\u178f\u17d2\u179a", "tax_name1", "\u1788\u17d2\u1798\u17c4\u17c7\u200b\u1796\u1793\u17d2\u1792 \u17e1", "tax_name2", "\u1788\u17d2\u1798\u17c4\u17c7\u200b\u1796\u1793\u17d2\u1792 \u17e2", "tax_name3", "\u1788\u17d2\u1798\u17c4\u17c7\u200b\u1796\u1793\u17d2\u1792 \u17e3", "transaction_id", "\u179b\u17c1\u1781\u200b\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb\u200b\u1794\u17d2\u179a\u178f\u17b7\u200b\u1794\u200b\u178f\u17d2\u178a\u17b7\u200b\u1780\u17b6\u179a", _s18_133, "\u179a\u1785\u1793\u17b6\u1794\u17d0\u1791\u17d2\u1798\u1796\u178e\u17cc\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796", _s16_266, "\u1795\u17d2\u1791\u17bb\u1780\u179f\u17d2\u1794\u17c2\u1780\u1796\u178e\u17cc"], t1, t1), "lv_LV", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "Atk\u0101rtojo\u0161ie", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Unlink", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "Admin", "owner", "Owner", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Total Hours", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "Billable", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, _s22_4, _s25_5, _s25_6, _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", _s39_11, _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", "Payment Links", "action", "Darb\u012bba", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "Schedule", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", "Arh\u012bva Maks\u0101jums", "archive_invoice", "Arh\u012bva r\u0113\u0137ins", "archive_quote", "Archive Quote", "archive_credit", "Arh\u012bv\u0113t Kred\u012btu", "archive_task", "Archive Task", "archive_client", "Arh\u012bva Klients", "archive_project", "Arh\u012bva projekts", "archive_expense", "Archive Expense", "restore_payment", "Restore Payment", "restore_invoice", "Restore Invoice", "restore_quote", "Restore Quote", "restore_credit", "Restore Credit", "restore_task", "Restore Task", "restore_client", "Restore Client", "restore_project", "Restore Project", "restore_expense", "Restore Expense", "archive_vendor", "Archive Vendor", "restore_vendor", "Restore Vendor", "create_product", "Add Product", "update_product", "Update Product", "delete_product", "Delete Product", "restore_product", "Restore Product", "archive_product", "Archive Product", _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "Maks\u0101\u0161anas metodes", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", "Postal/City", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "Hour", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Last 365 Days", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, _s35_, "upload", "Aug\u0161upiel\u0101d\u0113t", _s17_7, _s17_8, _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Update Payment", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "Delete Project", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, _s21_17, _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, "Saglab\u0101t noteikumus , k\u0101 p\u0113c noklus\u0113juma", _s22_12, _s22_13, "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Kategorijas veids", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, _s21_23, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, _s33_2, _s20_18, _s33_3, _s17_14, _s17_15, _s16_28, _s16_29, "account_type", "Konta veids", _s16_30, _s16_268, _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "Selected", _s21_24, _s34_2, _s18_15, _s18_16, "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "Update Credit", "delete_credit", "Dz\u0113st kred\u012btu", "transaction", "Transaction", "transactions", "Transactions", "new_transaction", "New Transaction", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, _s26_7, "bank_account", "Bankas konts", "bank_accounts", "Kred\u012btkartes un Bankas", _s21_25, _s34_3, _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Connect", _s23_9, _s23_10, _s18_19, _s18_20, "client_email", "Client Email", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_27, "Akt\u012bvie r\u0113\u0137ini", _s26_8, "Neapmaks\u0101tie r\u0113\u0137ini", _s24_16, "Sa\u0146emtie maks\u0101jumi", _s23_11, "Atgriezti maks\u0101jumi", _s19_22, "Active Quotes", _s21_28, "Apstiprin\u0101ti pied\u0101v\u0101jumi", _s23_12, "Neapstiprin\u0101ti pied\u0101v\u0101jumi", _s18_22, "Re\u0123istr\u0113tie uzdevumi", _s20_27, "Izrakst\u012bti r\u0113\u0137ini", _s16_35, "Apmaks\u0101ti uzdevumi", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s44_0, "activity_131", _s44_1, "activity_132", _s45_3, "activity_133", _s44_2, "activity_134", _s45_4, "activity_135", _s44_3, "activity_136", _s46_1, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, _s39_3, "resend", "Resend", "verify", "Verify", _s18_23, _s29_10, _s20_28, _s20_29, _s19_23, _s19_24, _s24_18, _s46_2, _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Merge Into", "merge", "Merge", _s21_32, _s21_33, _s19_25, _s29_11, _s17_23, _s17_24, "activate", "Activate", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", "Send Now", "received", "Received", _s19_26, _s19_27, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_4, _s34_7, _s47_, _s22_19, _s22_20, _s22_21, _s22_22, _s27_10, _s34_8, _s24_19, _s25_13, "yes_its_great", _s16_42, "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", "Vendor Details", _s22_26, _s22_27, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Send Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Accepted", _s22_28, _s22_29, _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, _s24_22, _s37_5, _s42_2, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_30, _s18_31, _s19_29, _s19_30, _s22_33, _s35_3, _s22_34, _s35_4, _s23_17, _s36_0, _s22_35, _s35_5, _s22_36, _s35_6, _s23_18, _s36_1, _s21_40, _s21_41, _s22_37, _s22_38, "login_url", "Login URL", _s16_46, _s16_47, "default", "P\u0113c Noklus\u0113juma", "stock_quantity", "Stock Quantity", _s22_39, _s22_40, "track_inventory", "Track Inventory", _s20_41, _s63_0, _s19_31, _s19_32, _s24_23, _s50_2, "vat", "VAT", "standing", "St\u0101voklis", "view_map", "View Map", _s18_32, _s18_33, "add_gateway", "Add Gateway", _s24_24, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_25, _s24_26, _s31_6, "Invoice Sent", _s24_27, _s24_28, _s29_13, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Eksporta veids", "stop_on_unpaid", "Stop On Unpaid", _s19_33, _s63_1, "use_quote_terms", "Use Quote Terms", _s20_42, _s37_6, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, _s45_6, "register_label", _s30_4, "login_label", _s28_9, "add_to_invoice", _s23_64, _s17_30, _s17_31, "week", "Ned\u0113\u013ca", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, _s46_14, _s20_44, _s20_45, _s25_15, _s45_11, _s16_48, _s16_49, "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_8, "change_status", "Change Status", "fees_sample", _s46_7, _s19_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", _s33_11, "stopped_tasks", _s33_12, "approved_quote", _s27_68, "approved_quotes", _s35_7, "approve", "Apstiprin\u0101t", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, _s16_269, _s24_30, _s44_6, "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_51, _s16_52, "purged_client", _s26_12, _s27_16, _s77_0, _s22_42, _s34_9, "small", "Small", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_54, _s16_55, _s21_48, _s42_3, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_17, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_49, _s30_5, "set_password", "Set Password", _s17_33, _s59_, _s16_58, _s58_1, _s20_49, _s33_13, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_50, "becs", _s17_158, "bulk_download", "Download", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, _s18_35, _s17_35, _s17_36, "has_tasks", "Has Tasks", "registration", "Registration", _s27_18, _s50_7, "view_expense", _s23_63, "view_statement", "Skat\u012bt kopskatu", "sepa", _s17_159, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s18_37, "system", "System", _s19_38, _s19_39, "updated_company", _s28_10, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, _s40_2, _s27_19, _s43_0, "app", "App", _s20_50, _s46_8, _s16_59, _s16_270, _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "From Name", _s16_60, _s16_61, _s17_38, _s17_39, _s18_39, _s18_40, _s21_50, _s21_51, _s22_44, _s22_45, _s25_16, _s38_2, _s25_17, _s38_3, _s26_13, _s39_4, _s25_18, _s38_4, _s25_19, _s38_5, _s26_14, _s39_5, _s24_32, _s24_33, _s25_20, _s25_21, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_42, _s32_9, "is_invoiced", "Is Invoiced", "change_plan", "Manage Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_62, _s16_63, _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "Decimal Comma", _s26_15, _s35_9, "select_method", "Select Method", "select_platform", "Select Platform", _s28_13, _s42_4, _s16_66, _s27_69, "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "user_guide", "User Guide", _s18_41, _s18_42, "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_9, _s31_10, _s25_22, _s25_23, _s33_14, _s33_15, _s27_20, _s27_21, _s36_3, _s36_4, _s31_11, _s31_12, _s25_24, _s25_25, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_22, _s57_0, _s21_52, _s62_1, "change_email", "Change Email", _s25_26, _s52_0, _s21_53, _s21_54, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_40, _s28_14, _s19_43, _s48_0, "json", "JSON", _s24_34, _s24_35, "wait_for_data", _s42_5, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_67, _s16_68, _s18_43, _s40_3, "login_success", _s16_69, "login_failure", "Failed Login", "exported_data", _s67_, _s23_23, _s23_24, _s28_15, _s41_3, "step_1_sign_in", "Step 1: Sign In", _s16_70, _s17_41, "account_id", "Account ID", _s27_22, _s35_11, "activity_100", _s50_8, "activity_101", _s50_9, "activity_102", _s51_3, "activity_103", _s50_10, "activity_104", _s51_4, _s18_44, _s18_45, _s23_25, _s35_12, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_71, _s16_72, _s18_46, _s31_13, _s16_73, _s16_74, "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_47, _s18_48, _s17_42, _s17_43, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_0, "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_2, _s21_55, _s53_, _s25_27, _s37_8, _s17_44, _s17_45, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, _s21_57, _s17_46, _s17_47, "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_49, _s18_50, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_51, _s18_52, _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Email Delivery", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, _s22_47, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, _s26_18, "connect_gmail", "Connect Gmail", _s16_81, _s16_82, "connected_gmail", _s28_16, _s18_55, _s31_14, _s16_83, _s100_, _s16_84, _s16_85, "count_minutes", ":count Minutes", _s16_86, _s16_87, _s29_15, _s28_67, "use_last_email", "Use last email", _s16_88, _s16_89, _s21_65, _s51_7, _s27_24, _s35_13, _s27_25, _s27_26, _s34_13, _s52_1, "help_translate", "Help Translate", _s23_26, _s23_27, "resend_invite", _s17_160, _s19_45, _s25_28, _s16_90, _s30_6, _s19_46, _s33_20, "delivered", "Delivered", "bounced", "Noraid\u012bts", "spam", "Spam", "view_docs", "View Docs", _s32_10, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_66, _s46_9, _s18_56, _s46_10, "connect_google", "Connect Google", _s17_50, _s17_51, _s17_52, _s25_70, _s18_57, _s18_58, _s34_14, _s34_15, "stay_logged_in", "Stay Logged In", _s23_28, _s40_4, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_47, _s19_48, _s17_53, _s17_54, "resend_email", "Resend Email", _s26_19, _s33_21, _s16_91, "Atgriezts maks\u0101jums", _s19_49, _s19_50, _s19_51, _s45_8, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_55, _s17_56, _s27_27, _s51_5, _s21_67, _s97_, "this_quarter", "This Quarter", "last_quarter", "Iepriek\u0161\u0113jais Kvart\u0101ls", "to_update_run", "To update run", _s18_59, _s18_60, _s16_92, _s16_93, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_52, _s21_68, _s20_59, _s27_28, _s16_94, _s16_95, "save_and_email", "Save and Email", _s16_96, _s16_97, _s16_98, _s16_99, _s17_57, _s17_58, _s22_48, _s22_49, _s24_36, _s24_37, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_59, _s17_60, "document_upload", "Document Upload", _s20_60, _s34_16, "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_69, _s21_70, _s26_20, _s96_, "running_tasks", "Teko\u0161ie uzdevumi", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_61, _s17_62, "update_app", "Update App", "started_import", _s27_29, _s24_38, _s24_39, _s20_61, _s20_62, _s18_61, _s18_62, "column", "Kolonna", "sample", "Paraugs", "map_to", "Map To", "import", "Imports", _s25_29, _s29_16, "select_file", "L\u016bdzu, izv\u0113lieties failu", _s16_100, _s16_101, "csv_file", "CSV fails", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_50, _s24_40, "import_type", "Importa veids", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_63, _s17_64, "sidebar_editor", "Sidebar Editor", _s22_51, _s31_15, "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", "Neapmaks\u0101ts", "white_label", "White Label", "delivery_note", "Pieg\u0101des piez\u012bme", _s24_41, _s24_42, _s24_43, _s24_44, "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_29, "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_45, _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_65, _s17_66, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_102, _s16_103, _s19_53, _s32_11, _s19_54, _s31_26, _s20_63, _s33_22, _s19_55, _s32_12, _s19_56, _s32_13, _s20_64, _s33_23, _s22_52, _s42_6, _s21_71, _s41_4, _s22_53, _s42_7, _s18_63, _s20_65, _s20_66, _s27_30, _s16_104, _s16_105, _s21_72, _s52_2, _s20_67, _s20_68, _s25_30, _s42_8, _s20_69, _s20_70, _s25_31, _s42_9, _s21_73, _s25_32, _s18_64, _s18_65, "task_settings", "Uzdevumu iestat\u012bjumi", _s20_71, _s20_72, _s18_66, _s18_67, _s20_73, _s20_74, _s21_74, _s21_75, _s24_46, _s37_9, _s24_47, _s37_10, _s25_33, _s38_6, _s24_48, _s29_51, _s24_49, _s37_11, _s25_34, _s38_7, _s27_31, _s45_12, _s26_21, _s46_11, _s27_32, _s47_1, _s23_30, _s25_35, _s25_36, _s32_14, _s21_76, _s21_77, "show_option", "Show Option", _s22_54, _s50_11, "view_changes", "View Changes", "force_update", "Force Update", _s17_67, _s76_0, "mark_paid_help", _s31_27, _s18_68, _s18_149, _s23_31, _s33_32, _s29_17, _s36_16, _s21_78, _s20_75, _s16_106, _s16_107, _s18_69, _s18_70, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_68, _s17_69, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_37, _s38_8, _s25_38, _s38_9, _s25_39, _s38_10, "gateway_refund", "Gateway Refund", _s19_57, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_55, _s22_56, _s21_79, _s21_80, _s17_70, _s17_71, "endless", "Endless", "next_send_date", "N\u0101kamais sa\u0146em\u0161anas datums", _s16_108, _s16_109, _s17_72, _s17_73, _s18_71, "Atk\u0101rtoti r\u0113\u0137ini", _s21_81, _s21_82, _s22_57, _s22_58, _s25_40, _s38_11, _s25_41, _s38_12, _s26_22, _s39_6, _s25_42, _s38_13, _s25_43, _s38_14, _s26_23, _s39_7, _s27_33, _s47_2, _s26_24, _s46_12, _s27_34, _s47_3, _s24_50, _s26_25, _s25_44, _s32_15, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_17, _s28_18, "profit", "Profit", "line_item", "Line Item", _s18_73, _s18_74, _s23_32, _s35_25, _s19_58, _s19_59, _s24_51, _s52_3, "test_mode", "Test Mode", "opened", "Atv\u0113rti", _s30_7, _s22_59, _s30_8, _s22_60, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_74, _s17_75, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_110, _s16_111, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", _s17_184, _s24_52, _s24_53, "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_75, _s18_76, "pdf_page_info", _s23_33, _s16_112, "Veiksm\u012bgi nos\u016bt\u012bti r\u0113\u0137ini", "emailed_quotes", "Veiksm\u012bgi nos\u016bt\u012bti cit\u0101ti", "emailed_credits", _s28_68, "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", "Ieraksta tips", "record_name", "Record Name", "file_type", "Faila tips", "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_10, "client_created", "Client Created", _s20_76, _s20_77, _s20_78, _s20_79, "completed", "Pabeigtie", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_76, _s17_77, _s17_78, _s17_79, "selected_quotes", "Izv\u0113l\u0113ties Pied\u0101v\u0101jumu", "selected_tasks", "Selected Tasks", _s17_80, _s17_81, _s17_82, "Gaid\u0101mie r\u0113\u0137ini", _s17_84, "Kav\u0113tie r\u0113\u0137ini", "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", "Beidzas", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Notikuma tips", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_86, _s28_19, "api_webhooks", "API Webhooks", "search_webhooks", _s22_61, "search_webhook", _s16_113, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_20, "updated_webhook", _s28_21, _s16_114, _s29_18, "deleted_webhook", _s28_22, "removed_webhook", _s28_23, _s16_115, _s29_19, _s17_87, _s37_12, _s16_116, _s36_5, _s16_117, _s36_6, _s17_88, _s37_13, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_80, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_26, "updated_token", _s26_27, "archived_token", _s27_35, "deleted_token", _s26_28, "removed_token", _s26_29, "restored_token", _s27_36, "archived_tokens", _s35_14, "deleted_tokens", _s34_17, "restored_tokens", _s35_15, _s19_60, _s19_61, _s24_54, _s45_9, "email_invoice", "Nos\u016bt\u012bt r\u0113\u0137inu", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_81, _s41_5, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_118, _s16_119, "contact_name", "Contact Name", "use_default", "Use default", _s16_120, _s17_89, "number_of_days", "Number of days", _s23_34, _s23_35, "payment_term", "Payment Term", _s16_121, _s16_122, _s17_90, _s17_91, _s20_82, _s33_24, _s20_83, _s33_25, _s21_83, _s34_18, _s20_84, _s33_26, _s20_85, _s33_27, _s21_84, _s34_19, _s22_62, _s42_11, _s21_85, _s41_6, _s22_63, _s42_12, "email_sign_in", _s18_135, "change", "Change", _s23_36, _s28_24, _s24_55, _s29_20, "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_77, _s16_410, _s16_123, _s16_272, "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_124, _s16_273, "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_92, "search_design", "Search 1 Design", "search_invoice", _s16_125, "search_client", "Search 1 Client", "search_product", _s16_126, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_93, "search_task", "Search 1 Tasks", "search_project", _s16_127, "search_expense", _s16_128, "search_payment", _s16_129, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_94, _s30_9, _s18_79, _s31_16, _s16_130, _s29_21, _s17_95, _s30_10, "reverse", "Reverse", "full_name", "Full Name", _s17_96, _s17_97, _s17_98, _s17_99, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_131, _s32_16, _s18_80, _s65_0, "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_45, "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_96, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Pied\u0101v\u0101jums apstiprin\u0101ts", _s25_46, _s25_47, _s16_132, _s16_133, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_64, _s69_0, "delete_company", "Delete Company", _s22_65, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_25, "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_37, "updated_design", _s27_38, "archived_design", _s28_26, "deleted_design", _s27_39, "removed_design", _s27_40, "restored_design", _s28_27, _s16_134, _s36_7, "deleted_designs", _s35_16, _s16_135, _s36_8, "proposals", "Proposals", "tickets", "Bi\u013cetes", _s16_136, "Atk\u0101rtoti Pied\u0101v\u0101jumi", "recurring_tasks", "Recurring Tasks", _s18_81, _s18_82, "credit_date", "Kred\u012bta datums", "credit", "Kred\u012bts", "credits", "Atgrie\u0161ana", "new_credit", "Ievadiet kred\u012btu", "edit_credit", "Edit Credit", "created_credit", _s27_41, "updated_credit", _s27_42, "archived_credit", _s28_28, "deleted_credit", _s27_43, "removed_credit", _s27_44, "restored_credit", _s28_29, _s16_138, _s36_20, "deleted_credits", _s35_26, _s16_139, _s36_9, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_30, _s41_7, _s16_140, _s16_141, "app_updated", _s29_22, "learn_more", "Uzzin\u0101t vair\u0101k", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_100, _s17_101, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_31, "company1", _s16_142, "company2", _s16_143, "company3", _s16_144, "company4", _s16_145, "product1", _s16_146, "product2", _s16_147, "product3", _s16_148, "product4", _s16_149, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_150, "contact2", _s16_151, "contact3", _s16_152, "contact4", _s16_153, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_154, "project2", _s16_155, "project3", _s16_156, "project4", _s16_157, "expense1", _s16_158, "expense2", _s16_159, "expense3", _s16_160, "expense4", _s16_161, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_162, "invoice2", _s16_163, "invoice3", _s16_164, "invoice4", _s16_165, "payment1", _s16_166, "payment2", _s16_167, "payment3", _s16_168, "payment4", _s16_169, "surcharge1", _s18_83, "surcharge2", _s18_84, "surcharge3", _s18_85, "surcharge4", _s18_86, "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_87, _s18_88, _s17_102, _s17_103, "contact_phone", "Contact Phone", _s21_86, _s22_66, _s21_87, _s22_67, _s21_88, _s22_68, _s21_89, _s22_69, _s17_104, "Shipping Street", _s17_105, _s18_89, "shipping_city", "Shipping City", "shipping_state", _s23_37, _s20_86, _s20_87, _s16_170, _s16_171, _s16_172, "Nor\u0113\u0137inu iela", _s16_173, _s17_106, "billing_city", "Billing City", "billing_state", _s22_70, _s19_62, _s19_63, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_274, "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", "Neapmaks\u0101ts r\u0113\u0137ins", "paid_invoice", "Apmaks\u0101ts r\u0113\u0137ins", _s16_174, "Neapstiprin\u0101ts pied\u0101v\u0101jums", "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_90, _s35_17, _s30_11, _s63_2, "message", "Zi\u0146ojums", "from", "From", _s20_88, _s20_89, _s25_48, _s56_0, _s20_90, _s34_20, _s18_90, _s18_91, _s23_38, _s33_33, _s18_92, _s18_93, "support_forum", "Support Forums", "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_91, _s21_133, _s20_91, _s58_2, _s19_64, _s19_65, _s23_39, _s23_40, _s20_92, _s20_93, "deleted_logo", _s25_49, "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_107, _s17_108, "show_cost_help", _s55_0, _s21_92, _s21_93, _s26_32, _s58_3, _s21_94, _s21_95, _s26_33, _s60_1, _s21_96, _s21_97, _s26_34, _s34_21, _s16_176, _s16_177, _s21_98, _s47_4, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_178, _s16_179, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_109, _s17_110, "item_tax_rates", "Item Tax Rates", _s18_94, _s22_80, "configure_rates", "Configure rates", _s18_95, _s18_96, "tax_settings", "Nodok\u013cu iestat\u012bjumi", _s18_97, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_66, _s20_94, "options", "Options", _s16_180, _s16_181, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Lauka tips", _s27_45, _s39_8, "submit", "Iesniegt", _s16_182, _s21_145, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_183, _s16_184, "before_due_date", _s19_67, "after_due_date", _s18_98, _s18_99, _s22_71, "days", "Days", "invoice_email", "R\u0113\u0137ina e-pasts", "payment_email", "Maks\u0101jumu e-pasts", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_99, _s21_100, "quote_email", "Cit\u0113t e-pastu", _s16_185, _s16_186, _s16_187, _s16_188, "administrator", "Administrator", _s18_100, _s66_0, "user_management", "User Management", "users", "Lietot\u0101ji", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_50, "updated_user", _s25_51, "archived_user", _s26_35, "deleted_user", _s25_52, "removed_user", _s25_53, "restored_user", _s26_36, "archived_users", _s34_22, "deleted_users", _s33_28, "removed_users", _s33_29, "restored_users", _s34_23, _s16_189, _s16_190, "invoice_options", "Invoice Options", _s17_111, _s17_112, _s22_72, _s87_, _s23_41, "Embed Documents", _s28_30, _s39_9, _s16_191, "Show Header on", _s16_192, "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_101, "Auto Email", _s23_42, _s52_4, _s18_102, "Auto Archive", _s23_43, _s55_1, _s18_103, "Auto Convert", _s23_44, "Automatiski konvert\u0113t apstiprin\u0101tu pied\u0101v\u0101jumu r\u0113\u0137in\u0101.", _s17_113, _s17_114, "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_115, "Three months", _s16_193, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_194, "Three Years", "never", "Never", "company", "Company", _s17_116, _s17_117, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_195, _s16_196, "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_118, _s17_119, "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_120, _s17_121, _s16_197, "Show on PDF", _s21_101, _s51_6, _s25_54, _s22_73, _s30_12, _s61_, _s23_45, _s20_95, _s28_31, _s59_0, _s25_55, _s17_122, _s30_13, _s42_13, _s23_46, "Quote Signature", _s22_74, _s25_56, _s27_46, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Ar cie\u0146u,", _s24_56, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "E-pasta dizains", "attach_pdf", "Attach PDF", _s16_198, _s16_199, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_68, "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_69, _s19_70, "credentials", "Credentials", "update_address", "Update Address", _s19_71, _s45_10, "rate", "Likme", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_200, _s29_23, _s16_201, _s29_24, _s17_123, _s34_28, _s16_202, _s29_25, _s17_124, _s30_14, _s18_104, _s38_15, _s17_125, _s37_14, _s18_105, _s38_16, "fill_products", _s18_153, _s18_106, _s71_, "update_products", _s20_124, _s20_96, _s65_1, _s16_203, _s16_204, _s21_102, _s61_3, "fees", "Izmaksas", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_205, _s16_206, _s19_72, "New Gateway", _s20_97, "Edit Gateway", _s23_47, _s28_32, _s23_48, _s28_33, _s24_57, _s29_26, _s23_49, _s28_34, _s24_58, _s29_27, _s25_57, _s37_15, _s24_59, _s36_10, _s25_58, _s37_16, _s16_207, _s16_208, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_103, _s21_104, _s23_50, _s23_51, "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_107, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_73, _s19_74, _s17_126, _s17_127, _s19_75, _s19_76, _s18_108, _s18_109, _s18_110, _s18_111, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_37, "updated_group", _s26_38, "archived_groups", _s35_18, "deleted_groups", _s34_24, "restored_groups", _s35_19, "archived_group", _s27_47, "deleted_group", _s26_39, "restored_group", _s27_48, "upload_logo", "Upload Logo", "uploaded_logo", _s26_40, "logo", "Logo", "saved_settings", _s27_49, _s16_209, "Produktu iestat\u012bjumi", "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_128, _s17_129, "company_details", "Uz\u0146\u0113muma inform\u0101cija", "user_details", "Lietot\u0101ja dati", "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_52, _s21_105, _s22_75, _s20_98, _s19_77, _s19_78, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_50, _s28_35, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_79, _s19_80, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_59, _s25_60, _s24_60, _s24_61, _s33_30, _s77_1, "i_agree_to_the", "I agree to the", _s16_211, _s16_212, "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_112, _s18_113, _s21_106, _s34_25, "download", "Lejupiel\u0101d\u0113t", _s27_51, _s27_71, "take_picture", "Take Picture", "upload_files", "Upload Files", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_130, _s30_15, _s16_213, _s29_28, _s17_131, _s30_16, _s16_214, _s29_29, _s17_132, _s30_17, _s18_114, _s38_17, _s17_133, _s37_17, _s18_115, _s38_18, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_215, "Logged", _s16_216, "Pending", _s16_217, "Invoiced", "converted", "Converted", _s24_62, _s24_63, "exchange_rate", "Exchange Rate", _s16_218, _s16_307, "mark_paid", "Mark Paid", "category", "Category", "address", "Adrese", "new_vendor", "New Vendor", "created_vendor", _s27_52, "updated_vendor", _s27_53, "archived_vendor", _s28_36, "deleted_vendor", _s27_54, "restored_vendor", _s28_37, _s16_219, _s36_21, "deleted_vendors", _s35_27, _s16_220, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_38, "updated_expense", _s28_39, _s16_221, _s29_30, "deleted_expense", _s28_40, _s16_222, _s29_31, _s17_134, _s30_38, _s16_223, _s29_60, _s17_135, _s37_18, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_107, _s21_108, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_61, "stopped_task", _s25_62, "resumed_task", _s25_63, "now", "Now", _s16_224, _s16_225, "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_64, "updated_task", _s25_65, "archived_task", _s26_41, "deleted_task", _s25_66, "restored_task", _s26_42, "archived_tasks", _s34_29, "deleted_tasks", _s33_34, "restored_tasks", _s34_26, _s19_81, _s19_82, "budgeted_hours", "Budgeted Hours", "created_project", _s28_41, "updated_project", _s28_42, _s16_226, _s29_32, "deleted_project", _s28_43, _s16_227, _s29_33, _s17_136, _s37_26, _s16_228, _s36_17, _s17_137, _s37_19, "new_project", "Jauns projekts", _s27_55, _s28_44, "if_you_like_it", _s21_109, "click_here", "click here", _s18_116, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Neapstiprin\u0101ts", _s30_18, _s42_14, "locked", "Locked", "authenticate", "Authenticate", _s19_83, _s19_84, _s24_64, _s24_65, "footer", "Footer", "compare", "Sal\u012bdzin\u0101t", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_97, "today", "\u0160odien", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Teko\u0161ais", "previous", "Iepriek\u0161\u0113jais", "current_period", "Teko\u0161ais periods", _s17_138, _s17_139, "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", "all_time", "All Time", "custom", "Custom", _s16_229, _s16_230, "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_99, _s20_100, "billing_address", "Billing Address", _s16_231, "Pieg\u0101des adrese", "total_revenue", "Total Revenue", "average_invoice", "Vid\u0113jais r\u0113\u0137ins", "outstanding", "Nesamaks\u0101ts", "invoices_sent", _s20_108, "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_233, "Atjauno\u0161ana pabeigta", _s23_53, "L\u016bdzu ievadiet j\u016bsu epastu", _s26_43, "L\u016bdzu ievadiet j\u016bsu paroli", _s21_110, "L\u016bdzu ievadiet j\u016bsu URL", _s26_45, "L\u016bdzu ievadiet produkta atsl\u0113gu", "ascending", "Ascending", "descending", "Descending", "save", "Saglab\u0101t", _s17_140, _s17_141, "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_85, _s30_19, "error", "K\u013c\u016bda", _s16_235, _s16_236, "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_237, _s16_238, "product", "Produkts", "products", "Produkti", "new_product", "New Product", "created_product", _s28_45, "updated_product", _s28_46, _s16_239, _s29_34, "deleted_product", _s28_47, _s16_240, _s29_35, _s17_142, _s37_27, _s16_241, _s36_18, _s17_143, _s37_20, "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_57, "archived_client", _s28_48, _s16_242, _s36_22, "deleted_client", _s27_58, "deleted_clients", _s35_28, "restored_client", _s28_49, _s16_243, _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_50, "updated_invoice", _s28_51, _s16_244, _s29_36, "deleted_invoice", _s28_52, _s16_245, _s29_37, _s17_144, _s37_30, _s16_246, _s36_23, _s17_145, _s37_21, "emailed_invoice", _s28_77, "emailed_payment", _s28_69, "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_247, _s16_248, "paid_date", "Paid Date", "status", "Statuss", _s17_146, "R\u0113\u0137ina statuss", "quote_status", "Cenu pied\u0101v\u0101juma statuss", _s22_76, _s22_77, _s22_78, _s19_98, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_101, _s20_102, _s22_79, _s22_80, _s24_66, _s24_67, "task_rate", "Task Rate", "settings", "Iestat\u012bjumi", "language", "Valoda", "currency", "Currency", "created_at", "Izveido\u0161anas datums", "created_on", "Created On", "updated_at", "Atjaunots", "tax", "Nodoklis", _s30_20, _s30_21, _s27_59, _s27_60, "past_due", "Kav\u0113tie", "draft", "Draft", "sent", "Sent", "viewed", "Skat\u012bts", "approved", "Apstiprin\u0101ts", "partial", "Partial/Deposit", "paid", "Apmaks\u0101ts", "mark_sent", "Mark Sent", _s22_81, _s35_20, _s22_82, _s35_21, _s23_55, _s36_14, _s23_56, _s36_15, "done", "Izpild\u012bts", _s37_22, _s37_23, "dark_mode", "Dark Mode", _s27_61, _s35_22, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivit\u0101te", _s16_249, _s16_250, "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_251, "Pending", _s16_252, "Voided", _s16_253, "Failed", _s16_254, "Pabeigtie", _s16_255, _s16_410, _s16_256, "Atgriezts", _s17_147, "Unapplied", _s17_148, _s19_50, "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_23, "auto_billing", "Auto billing", "button", "Poga", "preview", "Apskat\u012bt", "customize", "Piel\u0101got", "history", "V\u0113sture", "payment", "Payment", "payments", "Maks\u0101jumi", "refunded", "Atgriezts", "payment_type", "Maks\u0101juma veids", _s21_112, "Dar\u012bjuma atsauce", "enter_payment", "Ievadiet maks\u0101jumu", "new_payment", "Ievad\u012bt maks\u0101jumu", "created_payment", _s28_53, "updated_payment", _s28_54, _s16_257, _s29_38, "deleted_payment", _s28_55, _s16_258, _s29_39, _s17_149, _s37_31, _s16_259, _s36_24, _s17_150, _s37_24, "quote", "Quote", "quotes", "Pied\u0101v\u0101jumi", "new_quote", "New Quote", "created_quote", _s26_47, "updated_quote", _s26_48, "archived_quote", _s27_62, "deleted_quote", _s26_49, "restored_quote", _s27_63, "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", "Uzdevumi", "project", "Projekts", "projects", "Projekti", "activity_1", _s28_56, "activity_2", _s29_40, "activity_3", _s28_57, "activity_4", _s30_22, "activity_5", _s30_23, "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_17, "activity_9", _s30_24, "activity_10", _s82_, "activity_11", _s30_25, "activity_12", _s31_18, "activity_13", _s30_26, "activity_14", _s28_58, "activity_15", _s28_59, "activity_16", _s29_41, "activity_17", _s28_60, "activity_18", _s26_50, "activity_19", _s26_51, "activity_20", ":user nos\u016bt\u012bja Pied\u0101v\u0101jumu :quote priek\u0161 :client uz :contact", "activity_21", _s28_61, "activity_22", _s27_64, "activity_23", _s26_52, "activity_24", _s27_65, "activity_25", _s31_19, "activity_26", _s29_42, "activity_27", _s31_20, "activity_28", _s29_43, "activity_29", ":contact apstiprin\u0101ja Pied\u0101v\u0101jumu :quote priek\u0161 :client", "activity_30", _s28_62, "activity_31", _s29_44, "activity_32", _s28_63, "activity_33", _s29_45, "activity_34", _s30_27, "activity_35", _s31_21, "activity_36", _s30_28, "activity_37", _s31_22, "activity_39", _s50_13, "activity_40", _s64_0, "activity_41", _s41_10, "activity_42", _s24_68, "activity_43", _s24_69, "activity_44", _s25_67, "activity_45", _s24_70, "activity_46", _s25_68, "activity_47", _s30_29, "activity_48", _s24_75, "activity_49", _s24_76, "activity_50", _s25_71, "activity_51", _s24_77, "activity_52", _s25_72, "activity_53", _s26_53, "activity_54", _s27_72, "activity_55", ":contact atbild\u0113ja uz Zi\u0146ojumu :ticket", "activity_56", ":user paskatij\u0101s Zi\u0146ojumu :ticket", "activity_57", _s39_10, "activity_58", _s31_23, "activity_59", _s32_17, "activity_60", _s28_61, "activity_61", _s28_64, "activity_62", _s28_65, "activity_63", _s61_0, "activity_64", _s62_0, "activity_65", _s61_1, "activity_66", _s63_3, "activity_80", _s40_5, "activity_81", _s40_6, "activity_82", _s41_8, "activity_83", _s40_7, "activity_84", _s41_9, _s17_151, _s17_152, "emailed_quote", _s26_58, "emailed_credit", _s27_74, _s20_103, "Cenu pied\u0101v\u0101jums veiksm\u012bgi atz\u012bm\u0113ts k\u0101 nos\u016bt\u012bts", _s21_114, _s34_27, "expired", "Expired", "all", "All", "select", "Izv\u0113lieties", _s22_83, _s22_84, "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_117, _s18_118, _s24_71, _s24_72, _s29_46, _s29_47, _s27_66, _s27_67, _s31_24, _s31_25, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_86, _s19_87, _s19_88, _s19_89, _s22_85, _s22_86, _s22_87, _s22_88, _s21_115, _s21_116, _s21_117, _s21_118, _s21_119, _s21_120, _s21_121, _s21_122, _s22_89, _s22_90, _s22_91, _s22_92, _s22_93, _s22_94, _s22_95, _s22_96, _s20_104, _s20_105, _s20_106, _s20_107, _s21_123, _s21_124, _s21_125, _s21_126, _s21_127, _s21_124, _s21_128, _s21_126, _s18_119, _s18_120, "counter_padding", "Counter Padding", _s28_66, _s27_75, _s18_121, _s18_122, _s18_123, _s18_124, _s18_125, _s18_126, _s18_127, _s18_128, _s18_129, _s18_130, _s18_131, _s18_132, _s21_129, _s21_130, _s19_90, _s19_91, _s21_131, _s21_132, _s29_48, _s29_49, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_260, _s16_261, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_262, "vendor_address1", "Vendor Street", "vendor_address2", _s16_263, _s24_73, _s22_97, _s24_74, _s25_69, "type", "Veids", "invoice_amount", "Invoice Amount", _s16_264, "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_153, _s18_83, _s17_154, _s18_84, _s17_155, _s18_85, _s17_156, _s18_86, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "ir apstiprin\u0101ts", "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_92, _s19_93, _s16_265, "Izdevumu kategorija", _s19_94, _s19_95, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_133, _s18_134, _s16_266, _s16_267], t1, t1), "lt", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "Debetin\u0117s", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Unlink", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "Admin", "owner", "Valdytojas", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Total Hours", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "Billable", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, "Minimali mok\u0117jimo suma", _s25_5, _s25_6, _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Mok\u0117jim\u0173 balansas", _s22_5, _s74_, "activity_138", _s39_11, _s17_, _s17_0, _s26_1, _s26_2, "required", "Privalomas", "hidden", "Pasl\u0117ptas", "payment_links", "Mok\u0117jimo nuorodos", "action", "Veiksmas", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "Grafikas", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", "Archyvuoti mok\u0117jim\u0105", "archive_invoice", "Archyvuoti s\u0105skait\u0105", "archive_quote", "Archive Quote", "archive_credit", "Archyvuoti kredit\u0105", "archive_task", "Archyvuoti", "archive_client", "Archyvuoti kilent\u0105", "archive_project", "Archive Project", "archive_expense", "Archive Expense", "restore_payment", "Restore Payment", "restore_invoice", "Restore Invoice", "restore_quote", "Restore Quote", "restore_credit", "Restore Credit", "restore_task", "T\u0119sti", "restore_client", "Restore Client", "restore_project", "Restore Project", "restore_expense", "Restore Expense", "archive_vendor", "Archyvuoti", "restore_vendor", "Restore Vendor", "create_product", "Add Product", "update_product", "Update Product", "delete_product", "Delete Product", "restore_product", "Restore Product", "archive_product", "Archive Product", _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "Mok\u0117jimo b\u016bdai", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", "Postal/City", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "Valanda", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, "Spustel\u0117kite +, kad sukurtum\u0117te \u012fra\u0161\u0105", "last365_days", "Paskutin\u0117s 365 dienos", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, _s35_, "upload", "\u012ekelti", _s17_7, _s17_8, _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Atnaujinti apmok\u0117jim\u0105", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "Delete Project", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, "B\u016btina registracija", _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, "I\u0161saugoti s\u0105lygas kaip standartines", _s22_12, _s22_13, "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, _s21_23, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, _s33_2, _s20_18, _s33_3, _s17_14, _s17_15, _s16_28, _s16_29, "account_type", "Account type", _s16_30, _s16_268, _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "Pasirinkita", _s21_24, _s34_2, _s18_15, _s18_16, "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "Atnaujinti Kredit\u0105", "delete_credit", "I\u0161trinti kredit\u0105", "transaction", "Transaction", "transactions", "Pervedimai", "new_transaction", "New Transaction", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, _s26_7, "bank_account", "Banko s\u0105skaita", "bank_accounts", "Bank Accounts", _s21_25, _s34_3, _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Prisijungti", _s23_9, _s23_10, _s18_19, _s18_20, "client_email", "Client Email", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_27, "Active Invoices", _s26_8, _s20_26, _s24_16, _s18_21, _s23_11, _s17_18, _s19_22, "Active Quotes", _s21_28, "Approved Quotes", _s23_12, _s17_19, _s18_22, "Logged Tasks", _s20_27, "Invoiced Tasks", _s16_35, "Paid Tasks", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s44_0, "activity_131", _s44_1, "activity_132", _s45_3, "activity_133", _s44_2, "activity_134", _s45_4, "activity_135", _s44_3, "activity_136", _s46_1, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, _s39_3, "resend", "Resend", "verify", "Verify", _s18_23, _s29_10, _s20_28, "Neteisingas telefono numeris", _s19_23, "Patikrinkite telefono numer\u012f", _s24_18, "Patvirtinkite telefono numer\u012f, kad b\u016bt\u0173 siun\u010diami el. lai\u0161kai", _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Sujungti su", "merge", "Merge", _s21_32, _s21_33, _s19_25, _s29_11, _s17_23, _s17_24, "activate", "Activate", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", "Send Now", "received", "Received", _s19_26, _s19_27, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_4, _s34_7, _s47_, _s22_19, _s22_20, _s22_21, _s22_22, _s27_10, _s34_8, _s24_19, _s25_13, "yes_its_great", _s16_42, "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", "Vendor Details", _s22_26, _s22_27, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Send Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Accepted", _s22_28, _s22_29, _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, _s24_22, _s37_5, _s42_2, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_30, _s18_31, _s19_29, _s19_30, _s22_33, _s35_3, _s22_34, _s35_4, _s23_17, _s36_0, _s22_35, _s35_5, _s22_36, _s35_6, _s23_18, _s36_1, _s21_40, _s21_41, _s22_37, _s22_38, "login_url", "Login URL", _s16_46, "Apmok\u0117jimo s\u0105lygos", "default", "Default", "stock_quantity", "Stock Quantity", _s22_39, _s22_40, "track_inventory", "Track Inventory", _s20_41, _s63_0, _s19_31, _s19_32, _s24_23, _s50_2, "vat", "VAT", "standing", "B\u016bkl\u0117", "view_map", "View Map", _s18_32, _s18_33, "add_gateway", "Add Gateway", _s24_24, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_25, _s24_26, _s31_6, "Invoice Sent", _s24_27, _s24_28, _s29_13, _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_33, _s63_1, "use_quote_terms", "Use Quote Terms", _s20_42, _s37_6, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, _s45_6, "register_label", _s30_4, "login_label", _s28_9, "add_to_invoice", _s23_64, _s17_30, _s17_31, "week", "Week", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, _s46_14, _s20_44, _s20_45, _s25_15, _s45_11, _s16_48, "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_8, "change_status", "Change Status", "fees_sample", _s46_7, _s19_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", _s33_11, "stopped_tasks", _s33_12, "approved_quote", _s27_68, "approved_quotes", _s35_7, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, _s16_269, _s24_30, _s44_6, "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_51, _s16_52, "purged_client", _s26_12, _s27_16, _s77_0, _s22_42, _s34_9, "small", "Small", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_54, _s16_55, _s21_48, _s42_3, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_17, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_49, _s30_5, "set_password", "\u012era\u0161yti slapta\u017eod\u012f", _s17_33, _s59_, _s16_58, _s58_1, _s20_49, _s33_13, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_50, "becs", _s17_158, "bulk_download", "Download", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, _s18_35, _s17_35, _s17_36, "has_tasks", "Has Tasks", "registration", "Registration", _s27_18, _s50_7, "view_expense", _s23_63, "view_statement", "View Statement", "sepa", _s17_159, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s18_37, "system", "System", _s19_38, _s19_39, "updated_company", _s28_10, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, _s40_2, _s27_19, _s43_0, "app", "App", _s20_50, _s46_8, _s16_59, _s16_270, _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "From Name", _s16_60, _s16_61, _s17_38, _s17_39, _s18_39, "Pasikartojan\u010dios i\u0161laidos", _s21_50, _s21_51, _s22_44, _s22_45, _s25_16, _s38_2, _s25_17, _s38_3, _s26_13, _s39_4, _s25_18, _s38_4, _s25_19, _s38_5, _s26_14, _s39_5, _s24_32, _s24_33, _s25_20, _s25_21, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_42, _s32_9, "is_invoiced", "Is Invoiced", "change_plan", "Manage Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_62, _s16_63, _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "Decimal Comma", _s26_15, _s35_9, "select_method", "Select Method", "select_platform", "Select Platform", _s28_13, _s42_4, _s16_66, _s27_69, "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "user_guide", "User Guide", _s18_41, _s18_42, "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_9, _s31_10, _s25_22, _s25_23, _s33_14, _s33_15, _s27_20, _s27_21, _s36_3, _s36_4, _s31_11, _s31_12, _s25_24, _s25_25, "net_subtotal", "Neto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_22, _s57_0, _s21_52, _s62_1, "change_email", "Change Email", _s25_26, _s52_0, _s21_53, _s21_54, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_40, _s28_14, _s19_43, _s48_0, "json", "JSON", _s24_34, _s24_35, "wait_for_data", _s42_5, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_67, _s16_68, _s18_43, _s40_3, "login_success", _s16_69, "login_failure", "Failed Login", "exported_data", _s67_, _s23_23, _s23_24, _s28_15, _s41_3, "step_1_sign_in", "Step 1: Sign In", _s16_70, _s17_41, "account_id", "Account ID", _s27_22, _s35_11, "activity_100", _s50_8, "activity_101", _s50_9, "activity_102", _s51_3, "activity_103", _s50_10, "activity_104", _s51_4, _s18_44, _s18_45, _s23_25, _s35_12, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_71, _s16_72, _s18_46, _s31_13, _s16_73, _s16_74, "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_47, _s18_48, _s17_42, _s17_43, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_0, "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_2, _s21_55, _s53_, _s25_27, _s37_8, _s17_44, _s17_45, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, _s21_57, _s17_46, _s17_47, "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_49, _s18_50, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_51, _s18_52, _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "Sauga", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Si\u0173sti el. pa\u0161tu", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, _s22_47, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "payment_link", "Mok\u0117jimo nuoroda", _s16_79, "Nauja mok\u0117jimo nuoroda", _s17_48, "Redaguoti mok\u0117jimo nuorod\u0105", _s20_54, "Mok\u0117jimo nuoroda s\u0117kmingai sukurta", _s20_55, "Mok\u0117jimo nuoroda s\u0117kmingai atnaujinta", _s21_62, "Mok\u0117jimo nuoroda s\u0117kmingai suarchyvuota", _s20_56, "Mok\u0117jimo nuoroda s\u0117kmingai i\u0161trinta", _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, _s26_18, "connect_gmail", "Connect Gmail", _s16_81, _s16_82, "connected_gmail", _s28_16, _s18_55, _s31_14, _s16_83, _s100_, _s16_84, _s16_85, "count_minutes", ":count Minutes", _s16_86, _s16_87, _s29_15, _s28_67, "use_last_email", "Use last email", _s16_88, _s16_89, _s21_65, _s51_7, _s27_24, _s35_13, _s27_25, _s27_26, _s34_13, _s52_1, "help_translate", "Help Translate", _s23_26, _s23_27, "resend_invite", _s17_160, _s19_45, _s25_28, _s16_90, _s30_6, _s19_46, _s33_20, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_10, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_66, _s46_9, _s18_56, "S\u0117kmingai \u012fjungta Dviej\u0173-Lygi\u0173 Autentifikacija", "connect_google", "Connect Google", _s17_50, _s17_51, _s17_52, "Dviej\u0173-Lygi\u0173 Autentifikacija", _s18_57, _s18_58, _s34_14, _s34_15, "stay_logged_in", "Stay Logged In", _s23_28, _s40_4, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_47, _s19_48, _s17_53, _s17_54, "resend_email", "Resend Email", _s26_19, _s33_21, _s16_91, "Gr\u0105\u017einti mok\u0117jimai", _s19_49, _s19_50, _s19_51, _s45_8, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_55, _s17_56, _s27_27, _s51_5, _s21_67, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_59, _s18_60, _s16_92, _s16_93, "invoice_project", "Invoice Project", "invoice_task", "I\u0161ra\u0161yti s\u0105skait\u0105", "invoice_expense", "Invoice Expense", _s19_52, _s21_68, _s20_59, _s27_28, _s16_94, _s16_95, "save_and_email", "Save and Email", _s16_96, _s16_97, _s16_98, _s16_99, _s17_57, _s17_58, _s22_48, _s22_49, _s24_36, _s24_37, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_59, _s17_60, "document_upload", "Document Upload", _s20_60, _s34_16, "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_69, _s21_70, _s26_20, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_61, _s17_62, "update_app", "Update App", "started_import", _s27_29, _s24_38, _s24_39, _s20_61, _s20_62, _s18_61, _s18_62, "column", "Stulpelis", "sample", "Pavyzdys", "map_to", "Map To", "import", "Importuoti", _s25_29, _s29_16, "select_file", "Pasirinkite fail\u0105", _s16_100, _s16_101, "csv_file", "Pasirinkti CSV fail\u0105", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_50, _s24_40, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_63, _s17_64, "sidebar_editor", "Sidebar Editor", _s22_51, _s31_15, "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_41, _s24_42, _s24_43, _s24_44, "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_29, "Invoice Total", "actions", "Actions", "expense_number", "I\u0161laid\u0173 numeris", "task_number", "Task Number", "project_number", "Projekto numeris", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_45, _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_65, _s17_66, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_102, _s16_103, _s19_53, _s32_11, _s19_54, _s31_26, _s20_63, _s33_22, _s19_55, _s32_12, _s19_56, _s32_13, _s20_64, _s33_23, _s22_52, _s42_6, _s21_71, _s41_4, _s22_53, _s42_7, _s18_63, _s20_65, _s20_66, _s27_30, _s16_104, _s16_105, _s21_72, _s52_2, _s20_67, _s20_68, _s25_30, _s42_8, _s20_69, _s20_70, _s25_31, _s42_9, _s21_73, _s25_32, _s18_64, _s18_65, "task_settings", "Task Settings", _s20_71, _s20_72, _s18_66, _s18_67, _s20_73, _s20_74, _s21_74, _s21_75, _s24_46, _s37_9, _s24_47, _s37_10, _s25_33, _s38_6, _s24_48, _s29_51, _s24_49, _s37_11, _s25_34, _s38_7, _s27_31, _s45_12, _s26_21, _s46_11, _s27_32, _s47_1, _s23_30, _s25_35, _s25_36, _s32_14, _s21_76, _s21_77, "show_option", "Show Option", _s22_54, _s50_11, "view_changes", "View Changes", "force_update", "Force Update", _s17_67, _s76_0, "mark_paid_help", _s31_27, _s18_68, "B\u016btina s\u0105skaita fakt\u016bra", _s23_31, _s33_32, _s29_17, _s36_16, _s21_78, _s20_75, _s16_106, _s16_107, _s18_69, _s18_70, "crypto", "Crypto", "paypal", "Paypal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_68, _s17_69, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_37, _s38_8, _s25_38, _s38_9, _s25_39, _s38_10, "gateway_refund", "Gateway Refund", _s19_57, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_55, _s22_56, _s21_79, _s21_80, _s17_70, _s17_71, "endless", "Endless", "next_send_date", "Next Send Date", _s16_108, _s16_109, _s17_72, "Debeto s\u0105skaita", _s18_71, "Debeto s\u0105skaitos", _s21_81, "Nauja debeto s\u0105skaita", _s22_57, _s22_58, _s25_40, _s38_11, _s25_41, _s38_12, _s26_22, _s39_6, _s25_42, _s38_13, _s25_43, _s38_14, _s26_23, _s39_7, _s27_33, _s47_2, _s26_24, _s46_12, _s27_34, _s47_3, _s24_50, _s26_25, _s25_44, _s32_15, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_17, _s28_18, "profit", "Profit", "line_item", "Line Item", _s18_73, _s18_74, _s23_32, _s35_25, _s19_58, _s19_59, _s24_51, _s52_3, "test_mode", "Test Mode", "opened", "Opened", _s30_7, _s22_59, _s30_8, _s22_60, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_74, _s17_75, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_110, _s16_111, "system_logs", "System Logs", "view_portal", "Rodyti tinklap\u012f", "copy_link", "Copy Link", "token_billing", _s17_184, _s24_52, _s24_53, "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_75, _s18_76, "pdf_page_info", "Puslapis :current i\u0161 :total", _s16_112, _s29_52, "emailed_quotes", _s27_70, "emailed_credits", _s28_68, "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_10, "client_created", "Client Created", _s20_76, _s20_77, _s20_78, _s20_79, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_76, _s17_77, _s17_78, _s17_79, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_80, _s17_81, _s17_82, "Naujos s\u0105skaitos", _s17_84, _s17_85, "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_86, _s28_19, "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_20, "updated_webhook", _s28_21, _s16_114, _s29_18, "deleted_webhook", _s28_22, "removed_webhook", _s28_23, _s16_115, _s29_19, _s17_87, _s37_12, _s16_116, _s36_5, _s16_117, _s36_6, _s17_88, _s37_13, "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_26, "updated_token", _s26_27, "archived_token", _s27_35, "deleted_token", _s26_28, "removed_token", _s26_29, "restored_token", _s27_36, "archived_tokens", _s35_14, "deleted_tokens", _s34_17, "restored_tokens", _s35_15, _s19_60, _s19_61, _s24_54, _s45_9, "email_invoice", "I\u0161si\u0173sti s\u0105skait\u0105 el. pa\u0161tu", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_81, _s41_5, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_118, _s16_119, "contact_name", "Contact Name", "use_default", "Use default", _s16_120, _s17_89, "number_of_days", "Number of days", _s23_34, _s23_35, "payment_term", "Payment Term", _s16_121, _s16_122, _s17_90, _s17_91, _s20_82, _s33_24, _s20_83, _s33_25, _s21_83, _s34_18, _s20_84, _s33_26, _s20_85, _s33_27, _s21_84, _s34_19, _s22_62, _s42_11, _s21_85, _s41_6, _s22_63, _s42_12, "email_sign_in", _s18_135, "change", "Change", _s23_36, _s28_24, _s24_55, _s29_20, "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_77, "Dalinai gr\u0105\u017einta", _s16_123, "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_124, "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_125, "search_client", "Search 1 Client", "search_product", _s16_126, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_93, "search_task", "Search 1 Tasks", "search_project", _s16_127, "search_expense", _s16_128, "search_payment", _s16_129, "search_group", "Search 1 Group", "refund_payment", "Gr\u0105\u017einti", _s17_94, _s30_9, _s18_79, _s31_16, _s16_130, _s29_21, _s17_95, _s30_10, "reverse", "Reverse", "full_name", "Full Name", _s17_96, _s17_97, _s17_98, _s17_99, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_131, _s32_16, _s18_80, _s65_0, "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_45, "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_46, _s25_47, _s16_132, _s16_133, "apply_license", "Apply License", "cancel_account", "Cancel Account", _s22_64, _s69_0, "delete_company", "Delete Company", _s22_65, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_25, "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_37, "updated_design", _s27_38, "archived_design", _s28_26, "deleted_design", _s27_39, "removed_design", _s27_40, "restored_design", _s28_27, _s16_134, _s36_7, "deleted_designs", _s35_16, _s16_135, _s36_8, "proposals", "Pasi\u016blymai", "tickets", "Tickets", _s16_136, "Pasikartojan\u010dios s\u0105matos", "recurring_tasks", "Recurring Tasks", _s18_81, _s18_82, "credit_date", "I\u0161ra\u0161ymo data", "credit", "Kreditas", "credits", "Kreditai", "new_credit", "\u012evesti kredit\u0105", "edit_credit", "Redaguoti Kredit\u0105", "created_credit", _s27_41, "updated_credit", "S\u0117kmingai atnaujintas kreditas", "archived_credit", _s28_28, "deleted_credit", _s27_43, "removed_credit", _s27_44, "restored_credit", _s28_29, _s16_138, _s36_20, "deleted_credits", _s35_26, _s16_139, _s36_9, "current_version", "Dabartin\u0117 versija", "latest_version", "Latest Version", "update_now", "Update Now", _s26_30, _s41_7, _s16_140, _s16_141, "app_updated", _s29_22, "learn_more", "Pla\u010diau", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_100, _s17_101, "credit_footer", "Kredito Pora\u0161t\u0117", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_31, "company1", _s16_142, "company2", _s16_143, "company3", _s16_144, "company4", _s16_145, "product1", _s16_146, "product2", _s16_147, "product3", _s16_148, "product4", _s16_149, "client1", "Custom Client 1", "client2", "Pasirinktinis Klientas 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_150, "contact2", _s16_151, "contact3", _s16_152, "contact4", _s16_153, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_154, "project2", _s16_155, "project3", _s16_156, "project4", _s16_157, "expense1", _s16_158, "expense2", _s16_159, "expense3", _s16_160, "expense4", _s16_161, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_162, "invoice2", _s16_163, "invoice3", _s16_164, "invoice4", _s16_165, "payment1", _s16_166, "payment2", _s16_167, "payment3", _s16_168, "payment4", _s16_169, "surcharge1", _s18_83, "surcharge2", _s18_84, "surcharge3", _s18_85, "surcharge4", _s18_86, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "I\u0161 naujo", "number", "Numeris", "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_87, _s18_88, _s17_102, _s17_103, "contact_phone", "Contact Phone", _s21_86, _s22_66, _s21_87, _s22_67, _s21_88, _s22_68, _s21_89, _s22_69, _s17_104, "Shipping Street", _s17_105, _s18_89, "shipping_city", "Shipping City", "shipping_state", _s23_37, _s20_86, _s20_87, _s16_170, _s16_171, _s16_172, "Billing Street", _s16_173, _s17_106, "billing_city", "Billing City", "billing_state", _s22_70, _s19_62, _s19_63, "billing_country", "Billing Country", "client_id", "Kliento Id", "assigned_to", "Assigned to", "created_by", _s16_274, "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_174, "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_90, _s35_17, _s30_11, _s63_2, "message", "\u017dinut\u0117", "from", "Pardav\u0117jas", _s20_88, _s20_89, _s25_48, _s56_0, _s20_90, _s34_20, _s18_90, _s18_91, _s23_38, _s33_33, _s18_92, _s18_93, "support_forum", "Support Forums", "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_91, _s21_133, _s20_91, "Slapta\u017eodyje turi b\u016bti did\u017eioji raid\u0117 ir skai\u010dius", _s19_64, _s19_65, _s23_39, _s23_40, _s20_92, _s20_93, "deleted_logo", _s25_49, "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_107, _s17_108, "show_cost_help", _s55_0, _s21_92, _s21_93, _s26_32, _s58_3, _s21_94, _s21_95, _s26_33, _s60_1, _s21_96, _s21_97, _s26_34, _s34_21, _s16_176, _s16_177, _s21_98, _s47_4, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_178, _s16_179, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_109, _s17_110, "item_tax_rates", "Item Tax Rates", _s18_94, "Pra\u0161ome pasirinkti klient\u0105", "configure_rates", "Configure rates", _s18_95, _s18_96, "tax_settings", "Tax Settings", _s18_97, "Tax Rates", "accent_color", "Accent Color", "switch", "Perjungti", _s19_66, _s20_94, "options", "Options", _s16_180, _s16_181, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_45, _s39_8, "submit", "Submit", _s16_182, "Atkurti slapta\u017eod\u012f", "late_fees", "Late Fees", "credit_number", "Kredito Numeris", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_183, _s16_184, "before_due_date", _s19_67, "after_due_date", _s18_98, _s18_99, _s22_71, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Dalinis Apmok\u0117jimas", "payment_partial", "Partial Payment", _s21_99, "Dalino Apmok\u0117jimo El. pa\u0161tas", "quote_email", "Quote Email", _s16_185, _s16_186, _s16_187, _s16_188, "administrator", "Administratorius", _s18_100, _s66_0, "user_management", "User Management", "users", "Vartotojai", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_50, "updated_user", _s25_51, "archived_user", _s26_35, "deleted_user", _s25_52, "removed_user", _s25_53, "restored_user", _s26_36, "archived_users", _s34_22, "deleted_users", _s33_28, "removed_users", _s33_29, "restored_users", _s34_23, _s16_189, _s16_190, "invoice_options", "Invoice Options", _s17_111, "Hide paid to date", _s22_72, _s87_, _s23_41, "\u012ekelti dokumentai", _s28_30, _s39_9, _s16_191, "Show header on", _s16_192, "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_101, "Auto Email", _s23_42, _s52_4, _s18_102, "Auto Archive", _s23_43, _s55_1, _s18_103, "Automati\u0161kai Konvertuoti", _s23_44, _s58_4, _s17_113, _s17_114, "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_115, "Three months", _s16_193, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_194, "Three Years", "never", "Never", "company", "Company", _s17_116, _s17_117, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_195, _s16_196, "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_118, _s17_119, "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_120, _s17_121, _s16_197, "Show on PDF", _s21_101, _s51_6, _s25_54, _s22_73, _s30_12, _s61_, _s23_45, _s20_95, _s28_31, _s59_0, _s25_55, _s17_122, _s30_13, _s42_13, _s23_46, "Quote Signature", _s22_74, _s25_56, _s27_46, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Linkiu geros dienos,", _s24_56, _s86_, "plain", "Plain", "light", "Light", "dark", "Tamsu", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_198, _s16_199, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_68, "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_69, _s19_70, "credentials", "Credentials", "update_address", "Update Address", _s19_71, _s45_10, "rate", "\u012ekainis", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_200, _s29_23, _s16_201, _s29_24, _s17_123, _s34_28, _s16_202, _s29_25, _s17_124, _s30_14, _s18_104, _s38_15, _s17_125, _s37_14, _s18_105, _s38_16, "fill_products", _s18_153, _s18_106, _s71_, "update_products", _s20_124, _s20_96, _s65_1, _s16_203, _s16_204, _s21_102, _s61_3, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_205, _s16_206, _s19_72, "New Gateway", _s20_97, "Edit Gateway", _s23_47, _s28_32, _s23_48, _s28_33, _s24_57, _s29_26, _s23_49, _s28_34, _s24_58, _s29_27, _s25_57, _s37_15, _s24_59, _s36_10, _s25_58, _s37_16, _s16_207, _s16_208, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_103, _s21_104, _s23_50, _s23_51, "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_107, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_73, _s19_74, _s17_126, _s17_127, _s19_75, _s19_76, _s18_108, _s18_109, _s18_110, _s18_111, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_37, "updated_group", _s26_38, "archived_groups", _s35_18, "deleted_groups", _s34_24, "restored_groups", _s35_19, "archived_group", _s27_47, "deleted_group", _s26_39, "restored_group", _s27_48, "upload_logo", "Upload Logo", "uploaded_logo", _s26_40, "logo", "Logotipas", "saved_settings", _s27_49, _s16_209, _s16_210, "device_settings", "Device Settings", "defaults", "Numatyti", "basic_settings", "Basic Settings", _s17_128, _s17_129, "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_52, _s21_105, _s22_75, _s20_98, _s19_77, _s19_78, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_50, _s28_35, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_79, _s19_80, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_59, _s25_60, _s24_60, _s24_61, _s33_30, _s77_1, "i_agree_to_the", "I agree to the", _s16_211, _s16_212, "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_112, _s18_113, _s21_106, _s34_25, "download", "Atsi\u0173sti", _s27_51, _s27_71, "take_picture", "Take Picture", "upload_files", "Upload Files", "document", "Document", "documents", "Dokumentai", "new_document", "New Document", "edit_document", "Edit Document", _s17_130, _s30_15, _s16_213, _s29_28, _s17_131, _s30_16, _s16_214, _s29_29, _s17_132, _s30_17, _s18_114, _s38_17, _s17_133, _s37_17, _s18_115, _s38_18, "no_history", "No History", "expense_date", "Expense Date", "pending", "Laukia patvirtinimo", _s16_215, "Logged", _s16_216, "Pending", _s16_217, "Invoiced", "converted", "Converted", _s24_62, _s24_63, "exchange_rate", "Valiutos kursas", _s16_218, "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_37, _s16_219, "S\u0117kmingai suarchyvuoti :count tiek\u0117jai", "deleted_vendors", "I\u0161trinta :count tiek\u0117j\u0173", _s16_220, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_38, "updated_expense", _s28_39, _s16_221, _s29_30, "deleted_expense", _s28_40, _s16_222, _s29_31, _s17_134, _s30_38, _s16_223, _s29_60, _s17_135, _s37_18, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_107, _s21_108, "invoiced", "Invoiced", "logged", "Logged", "running", "Vykdomas", "resume", "T\u0119sti", "task_errors", _s36_12, "start", "Prad\u0117ti", "stop", "Stabdyti", "started_task", _s25_61, "stopped_task", _s25_62, "resumed_task", _s25_63, "now", "Dabar", _s16_224, _s16_225, "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_41, "deleted_task", _s25_66, "restored_task", _s26_42, "archived_tasks", _s34_29, "deleted_tasks", _s33_34, "restored_tasks", _s34_26, _s19_81, _s19_82, "budgeted_hours", "Budgeted Hours", "created_project", _s28_41, "updated_project", _s28_42, _s16_226, _s29_32, "deleted_project", _s28_43, _s16_227, _s29_33, _s17_136, _s37_26, _s16_228, _s36_17, _s17_137, _s37_19, "new_project", "New Project", _s27_55, _s28_44, "if_you_like_it", "Jei jums patiko pra\u0161ome", "click_here", "spausti \u010dia", _s18_116, "Click here", "to_rate_it", "to rate it.", "average", "Vidurkis", "unapproved", "Nepatvirtinta", _s30_18, _s42_14, "locked", "Locked", "authenticate", "Authenticate", _s19_83, _s19_84, _s24_64, _s24_65, "footer", "Apa\u010dia", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_97, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Dabartinis", "previous", "Previous", "current_period", "Dabartinis periodas", _s17_138, _s17_139, "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", "all_time", "All Time", "custom", "Kurti", _s16_229, _s16_230, "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_99, _s20_100, "billing_address", "Billing address", _s16_231, _s16_232, "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_233, _s16_234, _s23_53, _s23_54, _s26_43, _s26_44, _s21_110, _s21_111, _s26_45, _s26_46, "ascending", "Ascending", "descending", "Descending", "save", "Saugoti", _s17_140, _s17_141, "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_85, _s30_19, "error", "Error", _s16_235, _s16_236, "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_237, _s16_238, "product", "Product", "products", "Prek\u0117s", "new_product", "New Product", "created_product", _s28_45, "updated_product", _s28_46, _s16_239, _s29_34, "deleted_product", _s28_47, _s16_240, _s29_35, _s17_142, _s37_27, _s16_241, _s36_18, _s17_143, _s37_20, "product_key", "Prek\u0117", "notes", "Notes", "cost", "Cost", "client", "Klientas", "clients", "Klientai", "new_client", "Naujas klientas", "created_client", "Klientas sukurtas", "updated_client", _s27_57, "archived_client", _s28_48, _s16_242, _s36_22, "deleted_client", _s27_58, "deleted_clients", _s35_28, "restored_client", _s28_49, _s16_243, _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_50, "updated_invoice", _s28_51, _s16_244, _s29_36, "deleted_invoice", _s28_52, _s16_245, _s29_37, _s17_144, _s37_30, _s16_246, _s36_23, _s17_145, _s37_21, "emailed_invoice", _s28_77, "emailed_payment", _s28_69, "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_247, "Dalimis Iki Datos", "paid_date", "Paid Date", "status", "B\u016bkl\u0117", _s17_146, "Invoice Status", "quote_status", "Quote Status", _s22_76, _s22_77, _s22_78, _s19_98, "count_selected", ":count selected", "total", "Viso", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_101, _s20_102, _s22_79, _s22_80, _s24_66, _s24_67, "task_rate", "Task Rate", "settings", "Nustatymai", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Mokestis", _s30_20, _s30_21, _s27_59, _s27_60, "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_81, _s35_20, _s22_82, _s35_21, _s23_55, _s36_14, _s23_56, _s36_15, "done", "Baigta", _s37_22, _s37_23, "dark_mode", "Tamsusis R\u0117\u017eimas", _s27_61, _s35_22, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u012evykiai", _s16_249, "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_251, "Pending", _s16_252, "Voided", _s16_253, "Failed", _s16_254, "Completed", _s16_255, "Dalinis gr\u0105\u017einimas", _s16_256, "Gr\u0105\u017einta", _s17_147, "Unapplied", _s17_148, _s19_50, "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_23, "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_112, "Tranzakcijos numeris", "enter_payment", "\u012evesti apmok\u0117jim\u0105", "new_payment", "Naujas mok\u0117jimas", "created_payment", _s28_53, "updated_payment", "Mok\u0117jimas atnaujintas", _s16_257, _s29_38, "deleted_payment", _s28_55, _s16_258, _s29_39, _s17_149, _s37_31, _s16_259, _s36_24, _s17_150, _s37_24, "quote", "S\u0105mata", "quotes", "S\u0105matos", "new_quote", "Nauja s\u0105mata", "created_quote", _s26_47, "updated_quote", _s26_48, "archived_quote", _s27_62, "deleted_quote", _s26_49, "restored_quote", _s27_63, "archived_quotes", _s35_29, "deleted_quotes", _s34_30, "restored_quotes", _s35_24, "expense", "I\u0161laidos", "expenses", "I\u0161laidos", "vendor", "Tiek\u0117jas", "vendors", "Vendors", "task", "Task", "tasks", "Darbai", "project", "Project", "projects", "Projects", "activity_1", ":user suk\u016br\u0117 klient\u0105 :client", "activity_2", _s29_40, "activity_3", _s28_57, "activity_4", ":user sukurta s\u0105skaita :invoice", "activity_5", _s30_23, "activity_6", _s54_2, "activity_7", _s44_7, "activity_8", _s31_17, "activity_9", _s30_24, "activity_10", _s82_, "activity_11", ":user atnaujino mok\u0117jim\u0105 :payment", "activity_12", _s31_18, "activity_13", _s30_26, "activity_14", _s28_58, "activity_15", _s28_59, "activity_16", _s29_41, "activity_17", _s28_60, "activity_18", _s26_50, "activity_19", _s26_51, "activity_20", _s50_12, "activity_21", _s28_61, "activity_22", _s27_64, "activity_23", _s26_52, "activity_24", _s27_65, "activity_25", _s31_19, "activity_26", _s29_42, "activity_27", _s31_20, "activity_28", _s29_43, "activity_29", _s42_15, "activity_30", _s28_62, "activity_31", _s29_44, "activity_32", _s28_63, "activity_33", _s29_45, "activity_34", ":user sukurta s\u0105skaita :expense", "activity_35", _s31_21, "activity_36", _s30_28, "activity_37", _s31_22, "activity_39", _s50_13, "activity_40", _s64_0, "activity_41", ":payment_amount mok\u0117jimas (:payment) nepavyko", "activity_42", _s24_68, "activity_43", _s24_69, "activity_44", _s25_67, "activity_45", _s24_70, "activity_46", _s25_68, "activity_47", _s30_29, "activity_48", _s24_75, "activity_49", _s24_76, "activity_50", _s25_71, "activity_51", _s24_77, "activity_52", _s25_72, "activity_53", _s26_53, "activity_54", _s27_72, "activity_55", _s31_28, "activity_56", _s27_73, "activity_57", _s39_10, "activity_58", _s31_23, "activity_59", _s32_17, "activity_60", _s28_61, "activity_61", _s28_64, "activity_62", _s28_65, "activity_63", _s61_0, "activity_64", _s62_0, "activity_65", _s61_1, "activity_66", _s63_3, "activity_80", _s40_5, "activity_81", _s40_6, "activity_82", _s41_8, "activity_83", _s40_7, "activity_84", _s41_9, _s17_151, "Vienkartinis Slapta\u017eodis", "emailed_quote", _s26_58, "emailed_credit", _s27_74, _s20_103, _s33_31, _s21_114, _s34_27, "expired", "Expired", "all", "Visi", "select", "Pasirinkite", _s22_83, _s22_84, "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_117, _s18_118, _s24_71, _s24_72, _s29_46, _s29_47, _s27_66, _s27_67, _s31_24, "Tinkintas nepatvirtinto pasi\u016blymo prane\u0161imas", "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_86, _s19_87, _s19_88, _s19_89, _s22_85, _s22_86, _s22_87, _s22_88, _s21_115, _s21_116, _s21_117, _s21_118, _s21_119, _s21_120, _s21_121, _s21_122, _s22_89, _s22_90, _s22_91, _s22_92, _s22_93, _s22_94, _s22_95, _s22_96, _s20_104, _s20_105, _s20_106, _s20_107, _s21_123, _s21_124, _s21_125, _s21_126, _s21_127, _s21_124, _s21_128, _s21_126, _s18_119, _s18_120, "counter_padding", "Counter Padding", _s28_66, _s27_75, _s18_121, _s18_122, _s18_123, _s18_124, _s18_125, _s18_126, _s18_127, _s18_128, _s18_129, _s18_130, _s18_131, _s18_132, _s21_129, _s21_130, _s19_90, _s19_91, _s21_131, _s21_132, _s29_48, "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_260, _s16_261, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_262, "vendor_address1", "Vendor Street", "vendor_address2", _s16_263, _s24_73, _s22_97, _s24_74, _s25_69, "type", "Type", "invoice_amount", "S\u0105skaitos suma", _s16_264, "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_153, _s18_83, _s17_154, _s18_84, _s17_155, _s18_85, _s17_156, _s18_86, "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_92, _s19_93, _s16_265, _s16_275, _s19_94, _s19_95, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_133, _s18_134, _s16_266, _s16_267], t1, t1), "mk_MK", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "\u041f\u0440\u0435\u043a\u0438\u043d\u0438 \u0432\u0440\u0441\u043a\u0430", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "\u0410\u0434\u043c\u0438\u043d", "owner", "\u0421\u043e\u043f\u0441\u0442\u0432\u0435\u043d\u0438\u043a", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Total Hours", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "\u041d\u0430\u043f\u043b\u0430\u0442\u043b\u0438\u0432\u043e", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, _s22_4, _s25_5, _s25_6, _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", _s39_11, _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", "Payment Links", "action", "\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "\u0420\u0430\u0441\u043f\u043e\u0440\u0435\u0434", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0458 \u041f\u043b\u0430\u045c\u0430\u045a\u0435", "archive_invoice", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0458 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "archive_quote", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0458 \u043f\u043e\u043d\u0443\u0434\u0430", "archive_credit", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0458 \u041a\u0440\u0435\u0434\u0438\u0442", "archive_task", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0458 \u0437\u0430\u0434\u0430\u0447\u0430", "archive_client", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0458 \u041a\u043b\u0438\u0435\u043d\u0442", "archive_project", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0458 \u043f\u0440\u043e\u0435\u043a\u0442", "archive_expense", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0458 \u0442\u0440\u043e\u0448\u043e\u043a", "restore_payment", "\u041f\u043e\u0432\u0440\u0430\u0442\u0438 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "restore_invoice", "\u041f\u043e\u0432\u0440\u0430\u0442\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "restore_quote", "\u041f\u043e\u0432\u0440\u0430\u0442\u0438 \u043f\u043e\u043d\u0443\u0434\u0430", "restore_credit", "\u041f\u043e\u0432\u0440\u0430\u0442\u0438 \u043a\u0440\u0435\u0434\u0438\u0442", "restore_task", "\u041f\u043e\u0432\u0440\u0430\u0442\u0438 \u0437\u0430\u0434\u0430\u0447\u0430", "restore_client", "\u041f\u043e\u0432\u0440\u0430\u0442\u0438 \u043a\u043b\u0438\u0435\u043d\u0442", "restore_project", "\u041f\u043e\u0432\u0440\u0430\u0442\u0438 \u043f\u0440\u043e\u0435\u043a\u0442", "restore_expense", "\u041f\u043e\u0432\u0440\u0430\u0442\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", "archive_vendor", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0458 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "restore_vendor", "\u041f\u043e\u0432\u0440\u0430\u0442\u0438 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "create_product", "\u0414\u043e\u0434\u0430\u0458 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "update_product", "Update Product", "delete_product", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "restore_product", "\u041f\u043e\u0432\u0440\u0430\u0442\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "archive_product", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0458 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "\u041d\u0430\u0447\u0438\u043d\u0438 \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", "Postal/City", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "\u0427\u0430\u0441", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Last 365 Days", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, _s35_, "upload", "\u041f\u0440\u0438\u043a\u0430\u0447\u0438", _s17_7, _s17_8, _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Update Payment", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u043f\u0440\u043e\u0435\u043a\u0442", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, _s21_17, _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, "\u0417\u0430\u0447\u0443\u0432\u0430\u0458 \u043a\u0430\u043a\u043e \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0443\u0441\u043b\u043e\u0432\u0438", _s22_12, "\u0417\u0430\u0447\u0443\u0432\u0430\u0458 \u043a\u0430\u043a\u043e \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u0435\u043d \u0444\u0443\u0442\u0435\u0440", "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, _s21_23, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0431\u0430\u043d\u043a\u0430\u0440\u0441\u043a\u0430 \u0441\u043c\u0435\u0442\u043a\u0430", _s20_18, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u0431\u0430\u043d\u043a\u0430\u0440\u0441\u043a\u0430 \u0441\u043c\u0435\u0442\u043a\u0430", _s17_14, "\u0418\u0437\u043c\u0435\u043d\u0438 \u0431\u0430\u043d\u043a\u0430\u0440\u0441\u043a\u0430 \u0441\u043c\u0435\u0442\u043a\u0430", _s16_28, _s16_29, "account_type", "Account type", _s16_30, _s16_268, _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "\u0418\u0437\u0431\u0440\u0430\u043d\u043e", _s21_24, _s34_2, _s18_15, _s18_16, "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "\u0410\u0436\u0443\u0440\u0438\u0440\u0430\u0458 \u043a\u0440\u0435\u0434\u0438\u0442", "delete_credit", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u041a\u0440\u0435\u0434\u0438\u0442", "transaction", "Transaction", "transactions", "Transactions", "new_transaction", "New Transaction", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, _s26_7, "bank_account", "\u0411\u0430\u043d\u043a\u0430\u0440\u0441\u043a\u0430 \u0441\u043c\u0435\u0442\u043a\u0430", "bank_accounts", "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0438 \u043a\u0430\u0440\u0442\u0438\u0447\u043a\u0438 \u0438 \u0431\u0430\u043d\u043a\u0438", _s21_25, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0431\u0430\u043d\u043a\u0430\u0440\u0441\u043a\u0430 \u0441\u043c\u0435\u0442\u043a\u0430", _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Connect", _s23_9, _s23_10, _s18_19, _s18_20, "client_email", "Client Email", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_27, "Active Invoices", _s26_8, _s20_26, _s24_16, _s18_21, _s23_11, _s17_18, _s19_22, "Active Quotes", _s21_28, "Approved Quotes", _s23_12, _s17_19, _s18_22, "Logged Tasks", _s20_27, "Invoiced Tasks", _s16_35, "Paid Tasks", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s44_0, "activity_131", _s44_1, "activity_132", _s45_3, "activity_133", _s44_2, "activity_134", _s45_4, "activity_135", _s44_3, "activity_136", _s46_1, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, _s39_3, "resend", "Resend", "verify", "Verify", _s18_23, _s29_10, _s20_28, _s20_29, _s19_23, _s19_24, _s24_18, _s46_2, _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Merge Into", "merge", "Merge", _s21_32, _s21_33, _s19_25, _s29_11, _s17_23, _s17_24, "activate", "Activate", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", "Send Now", "received", "Received", _s19_26, _s19_27, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_4, _s34_7, _s47_, _s22_19, _s22_20, _s22_21, _s22_22, _s27_10, _s34_8, _s24_19, _s25_13, "yes_its_great", _s16_42, "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", "Vendor Details", _s22_26, _s22_27, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u041f\u0440\u0438\u0444\u0430\u0442\u0438", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Send Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Accepted", _s22_28, _s22_29, _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, _s24_22, _s37_5, _s42_2, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_30, _s18_31, _s19_29, _s19_30, _s22_33, _s35_3, _s22_34, _s35_4, _s23_17, _s36_0, _s22_35, _s35_5, _s22_36, _s35_6, _s23_18, _s36_1, _s21_40, _s21_41, _s22_37, _s22_38, "login_url", "Login URL", _s16_46, "\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_39, _s22_40, "track_inventory", "Track Inventory", _s20_41, _s63_0, _s19_31, _s19_32, _s24_23, _s50_2, "vat", "VAT", "standing", "\u041f\u043e\u0441\u0442\u043e\u0458\u0430\u043d\u043e", "view_map", "View Map", _s18_32, _s18_33, "add_gateway", "\u0414\u043e\u0434\u0430\u0434\u0438 \u041f\u043b\u0430\u0442\u0435\u043d \u043f\u043e\u0440\u0442\u0430\u043b", _s24_24, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_25, _s24_26, _s31_6, "Invoice Sent", _s24_27, _s24_28, _s29_13, _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_33, _s63_1, "use_quote_terms", "Use Quote Terms", _s20_42, _s37_6, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, _s45_6, "register_label", _s30_4, "login_label", _s28_9, "add_to_invoice", "\u0414\u043e\u0434\u0430\u0434\u0438 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", _s17_30, _s17_31, "week", "\u041d\u0435\u0434\u0435\u043b\u0430", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, _s46_14, _s20_44, _s20_45, _s25_15, _s45_11, _s16_48, "\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_8, "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_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", _s33_11, "stopped_tasks", _s33_12, "approved_quote", _s27_68, "approved_quotes", _s35_7, "approve", "\u041e\u0434\u043e\u0431\u0440\u0438", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, _s16_269, _s24_30, _s44_6, "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_51, _s16_52, "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_16, _s77_0, _s22_42, _s34_9, "small", "Small", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_54, _s16_55, _s21_48, _s42_3, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_17, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_49, _s30_5, "set_password", "\u0421\u0435\u0442\u0438\u0440\u0430\u0458 \u043b\u043e\u0437\u0438\u043d\u043a\u0430", _s17_33, _s59_, _s16_58, _s58_1, _s20_49, _s33_13, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_50, "becs", _s17_158, "bulk_download", "Download", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, _s18_35, _s17_35, _s17_36, "has_tasks", "Has Tasks", "registration", "Registration", _s27_18, _s50_7, "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_159, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s18_37, "system", "\u0421\u0438\u0441\u0442\u0435\u043c", _s19_38, _s19_39, "updated_company", _s28_10, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, _s40_2, _s27_19, _s43_0, "app", "App", _s20_50, _s46_8, _s16_59, _s16_270, _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "\u041e\u0434 \u0438\u043c\u0435", _s16_60, _s16_61, _s17_38, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s18_39, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s21_50, "\u041d\u043e\u0432 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s22_44, "\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_16, "\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_17, "\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_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\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s25_18, _s38_4, _s25_19, _s38_5, _s26_14, "\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_32, _s24_33, _s25_20, _s25_21, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_42, _s32_9, "is_invoiced", "Is Invoiced", "change_plan", "Manage Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_62, _s16_63, _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "Decimal Comma", _s26_15, _s35_9, "select_method", "Select Method", "select_platform", "Select Platform", _s28_13, _s42_4, _s16_66, _s27_69, "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "user_guide", "\u0423\u043f\u0430\u0442\u0441\u0442\u0432\u043e \u0437\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u043e\u0442", _s18_41, _s18_42, "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_9, _s31_10, _s25_22, _s25_23, _s33_14, _s33_15, _s27_20, _s27_21, _s36_3, _s36_4, _s31_11, _s31_12, _s25_24, _s25_25, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_22, _s57_0, _s21_52, _s62_1, "change_email", "Change Email", _s25_26, _s52_0, _s21_53, _s21_54, "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_40, _s28_14, _s19_43, _s48_0, "json", "JSON", _s24_34, _s24_35, "wait_for_data", _s42_5, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_67, _s16_68, _s18_43, _s40_3, "login_success", _s16_69, "login_failure", "Failed Login", "exported_data", _s67_, _s23_23, _s23_24, _s28_15, _s41_3, "step_1_sign_in", "Step 1: Sign In", _s16_70, _s17_41, "account_id", "Account ID", _s27_22, _s35_11, "activity_100", _s50_8, "activity_101", _s50_9, "activity_102", _s51_3, "activity_103", _s50_10, "activity_104", _s51_4, _s18_44, _s18_45, _s23_25, _s35_12, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_71, _s16_72, _s18_46, _s31_13, _s16_73, _s16_74, "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_47, "\u041a\u043e\u043d\u0442\u0430\u043a\u0442 \u0418\u043c\u0435", _s17_42, "\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_55, _s53_, _s25_27, _s37_8, _s17_44, _s17_45, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, _s21_57, _s17_46, _s17_47, "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_49, _s18_50, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_51, _s18_52, _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "\u041e\u0441\u0438\u0433\u0443\u0440\u0443\u0432\u0430\u045a\u0435", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Email Delivery", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, _s22_47, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, _s26_18, "connect_gmail", "Connect Gmail", _s16_81, _s16_82, "connected_gmail", _s28_16, _s18_55, _s31_14, _s16_83, _s100_, _s16_84, _s16_85, "count_minutes", ":count Minutes", _s16_86, _s16_87, _s29_15, _s28_67, "use_last_email", "Use last email", _s16_88, _s16_89, _s21_65, _s51_7, _s27_24, _s35_13, _s27_25, _s27_26, _s34_13, _s52_1, "help_translate", "Help Translate", _s23_26, _s23_27, "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_45, _s25_28, _s16_90, _s30_6, _s19_46, _s33_20, "delivered", "Delivered", "bounced", "\u041e\u0442\u0444\u0440\u043b\u0435\u043d\u043e", "spam", "Spam", "view_docs", "View Docs", _s32_10, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_66, "\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_56, "\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_50, _s17_51, _s17_52, "\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_57, _s18_58, _s34_14, _s34_15, "stay_logged_in", "Stay Logged In", _s23_28, _s40_4, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_47, _s19_48, _s17_53, _s17_54, "resend_email", "Resend Email", _s26_19, _s33_21, _s16_91, "\u0420\u0435\u0444\u0443\u043d\u0434\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s19_49, _s19_50, _s19_51, _s45_8, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_55, _s17_56, _s27_27, _s51_5, _s21_67, _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_59, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u0432\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_92, _s16_93, "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_52, _s21_68, _s20_59, _s27_28, _s16_94, _s16_95, "save_and_email", "Save and Email", _s16_96, _s16_97, _s16_98, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d \u0438\u0437\u043d\u043e\u0441", _s17_57, _s17_58, _s22_48, _s22_49, _s24_36, _s24_37, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_59, "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "document_upload", "Document Upload", _s20_60, _s34_16, "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_69, _s21_70, _s26_20, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_61, _s17_62, "update_app", "Update App", "started_import", _s27_29, _s24_38, _s24_39, _s20_61, _s20_62, _s18_61, _s18_62, "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_29, _s29_16, "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_100, _s16_101, "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_50, _s24_40, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_63, _s17_64, "sidebar_editor", "Sidebar Editor", _s22_51, _s31_15, "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_41, _s24_42, _s24_43, _s24_44, "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_29, "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_45, _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_65, _s17_66, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_102, _s16_103, _s19_53, _s32_11, _s19_54, "\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_63, _s33_22, _s19_55, _s32_12, _s19_56, _s32_13, _s20_64, _s33_23, _s22_52, _s42_6, _s21_71, _s41_4, _s22_53, _s42_7, _s18_63, _s20_65, _s20_66, _s27_30, _s16_104, _s16_105, _s21_72, _s52_2, _s20_67, _s20_68, _s25_30, _s42_8, _s20_69, _s20_70, _s25_31, _s42_9, _s21_73, _s25_32, _s18_64, _s18_65, "task_settings", "Task Settings", _s20_71, _s20_72, _s18_66, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s20_73, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u043d\u043e\u0432 \u0442\u0440\u043e\u0448\u043e\u043a", _s21_74, _s21_75, _s24_46, "\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_47, "\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_33, "\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_48, "\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_49, _s37_11, _s25_34, "\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_31, "\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_21, _s46_11, _s27_32, _s47_1, _s23_30, _s25_35, _s25_36, _s32_14, _s21_76, _s21_77, "show_option", "Show Option", _s22_54, _s50_11, "view_changes", "View Changes", "force_update", "Force Update", _s17_67, _s76_0, "mark_paid_help", _s31_27, _s18_68, "\u0422\u0440\u0435\u0431\u0430 \u0434\u0430 \u0431\u0438\u0434\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u043e", _s23_31, _s33_32, _s29_17, _s36_16, _s21_78, _s20_75, _s16_106, _s16_107, _s18_69, _s18_70, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_68, _s17_69, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_37, _s38_8, _s25_38, _s38_9, _s25_39, _s38_10, "gateway_refund", "Gateway Refund", _s19_57, _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_55, _s22_56, _s21_79, _s21_80, _s17_70, _s17_71, "endless", "Endless", "next_send_date", "Next Send Date", _s16_108, _s16_109, _s17_72, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s18_71, "\u0424\u0430\u043a\u0442\u0443\u0440\u0438 \u0448\u0442\u043e \u0441\u0435 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0430\u0442", _s21_81, "\u041d\u043e\u0432\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s22_57, "\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_40, _s38_11, _s25_41, _s38_12, _s26_22, "\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_42, "\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_43, _s38_14, _s26_23, "\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_33, _s47_2, _s26_24, _s46_12, _s27_34, _s47_3, _s24_50, _s26_25, _s25_44, _s32_15, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_17, _s28_18, "profit", "\u041f\u0440\u043e\u0444\u0438\u0442", "line_item", "\u0421\u0442\u0430\u0432\u043a\u0430 \u043d\u0430 \u043b\u0438\u043d\u0438\u0458\u0430", _s18_73, _s18_74, _s23_32, _s35_25, _s19_58, _s19_59, _s24_51, _s52_3, "test_mode", "Test Mode", "opened", "\u041e\u0442\u0432\u043e\u0440\u0435\u043d\u043e", _s30_7, _s22_59, _s30_8, _s22_60, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_74, _s17_75, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_110, _s16_111, "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_52, _s24_53, "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_75, _s18_76, "pdf_page_info", _s23_33, _s16_112, "\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_68, "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_10, "client_created", "Client Created", _s20_76, _s20_77, _s20_78, _s20_79, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_76, _s17_77, _s17_78, _s17_79, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_80, _s17_81, _s17_82, "\u041d\u0435\u0434\u043e\u0441\u043f\u0435\u0430\u043d\u0438 \u0424\u0430\u043a\u0442\u0443\u0440\u0438", _s17_84, _s17_85, "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_86, _s28_19, "api_webhooks", "API Webhooks", "search_webhooks", _s22_61, "search_webhook", _s16_113, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_20, "updated_webhook", _s28_21, _s16_114, _s29_18, "deleted_webhook", _s28_22, "removed_webhook", _s28_23, _s16_115, _s29_19, _s17_87, _s37_12, _s16_116, _s36_5, _s16_117, _s36_6, _s17_88, _s37_13, "api_tokens", "API \u0442\u043e\u043a\u0435\u043d\u0438", "api_docs", "API Docs", "search_tokens", _s20_80, "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_29, "restored_token", _s27_36, "archived_tokens", _s35_14, "deleted_tokens", _s34_17, "restored_tokens", _s35_15, _s19_60, _s19_61, _s24_54, _s45_9, "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_81, _s41_5, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_118, _s16_119, "contact_name", "\u0418\u043c\u0435 \u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "use_default", "Use default", _s16_120, _s17_89, "number_of_days", "Number of days", _s23_34, _s23_35, "payment_term", "Payment Term", _s16_121, _s16_122, _s17_90, "\u0418\u0437\u043c\u0435\u043d\u0438 \u0442\u0435\u0440\u043c\u0438\u043d \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s20_82, "\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_83, "\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_83, "\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_84, _s33_26, _s20_85, _s33_27, _s21_84, _s34_19, _s22_62, _s42_11, _s21_85, _s41_6, _s22_63, _s42_12, "email_sign_in", _s18_135, "change", "Change", _s23_36, _s28_24, _s24_55, _s29_20, "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_77, _s18_78, _s16_123, _s16_272, "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_124, _s16_273, "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_92, "search_design", "Search 1 Design", "search_invoice", _s16_125, "search_client", "Search 1 Client", "search_product", _s16_126, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_93, "search_task", "Search 1 Tasks", "search_project", _s16_127, "search_expense", _s16_128, "search_payment", _s16_129, "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_94, _s30_9, _s18_79, _s31_16, _s16_130, _s29_21, _s17_95, _s30_10, "reverse", "Reverse", "full_name", "\u0426\u0435\u043b\u043e\u0441\u043d\u043e \u0438\u043c\u0435", _s17_96, "\u0413\u0440\u0430\u0434/\u0414\u0440\u0436\u0430\u0432\u0430/\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458", _s17_98, "\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_131, "\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_80, "\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_45, "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_46, _s25_47, _s16_132, _s16_133, "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_64, "\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_65, "\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_25, "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_37, "updated_design", _s27_38, "archived_design", _s28_26, "deleted_design", _s27_39, "removed_design", _s27_40, "restored_design", _s28_27, _s16_134, _s36_7, "deleted_designs", _s35_16, _s16_135, _s36_8, "proposals", "\u041f\u0440\u0435\u0434\u043b\u043e\u0437\u0438", "tickets", "Tickets", _s16_136, "\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_81, "\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_44, "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_138, "\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_139, _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_30, _s41_7, _s16_140, _s16_141, "app_updated", _s29_22, "learn_more", "\u041f\u043e\u0432\u0435\u045c\u0435", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_100, _s17_101, "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_31, "company1", _s16_142, "company2", _s16_143, "company3", _s16_144, "company4", _s16_145, "product1", _s16_146, "product2", _s16_147, "product3", _s16_148, "product4", _s16_149, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_150, "contact2", _s16_151, "contact3", _s16_152, "contact4", _s16_153, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_154, "project2", _s16_155, "project3", _s16_156, "project4", _s16_157, "expense1", _s16_158, "expense2", _s16_159, "expense3", _s16_160, "expense4", _s16_161, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_162, "invoice2", _s16_163, "invoice3", _s16_164, "invoice4", _s16_165, "payment1", _s16_166, "payment2", _s16_167, "payment3", _s16_168, "payment4", _s16_169, "surcharge1", _s18_83, "surcharge2", _s18_84, "surcharge3", _s18_85, "surcharge4", _s18_86, "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_87, _s18_88, _s17_102, _s17_103, "contact_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d \u0437\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", _s21_86, _s22_66, _s21_87, _s22_67, _s21_88, _s22_68, _s21_89, _s22_69, _s17_104, "\u0423\u043b\u0438\u0446\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s17_105, "\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_86, "\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s16_170, "\u0414\u0440\u0436\u0430\u0432\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s16_172, "\u0423\u043b\u0438\u0446\u0430 \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", _s16_173, "\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_62, "\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_165, "paid_invoice", "\u041f\u043b\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_174, "\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_90, _s35_17, _s30_11, _s63_2, "message", "\u041f\u043e\u0440\u0430\u043a\u0430", "from", "\u041e\u0434", _s20_88, _s20_89, _s25_48, _s56_0, _s20_90, _s34_20, _s18_90, _s18_91, _s23_38, _s33_33, _s18_92, _s18_93, "support_forum", "Support Forums", "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_91, _s21_133, _s20_91, _s58_2, _s19_64, _s19_65, _s23_39, _s23_40, _s20_92, _s20_93, "deleted_logo", _s25_49, "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_107, _s17_108, "show_cost_help", _s55_0, _s21_92, _s21_93, _s26_32, _s58_3, _s21_94, _s21_95, _s26_33, _s60_1, _s21_96, _s21_97, _s26_34, _s34_21, _s16_176, _s16_177, _s21_98, _s47_4, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_178, _s16_179, "user", "\u041a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_109, _s17_110, "item_tax_rates", "Item Tax Rates", _s18_94, "\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_95, _s18_96, "tax_settings", "\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0437\u0430 \u0434\u0430\u043d\u043e\u043a", _s18_97, "Tax Rates", "accent_color", "Accent Color", "switch", "\u041f\u0440\u0435\u0444\u0440\u043b\u0438", _s19_66, _s20_94, "options", "\u041e\u043f\u0446\u0438\u0438", _s16_180, _s16_181, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_45, _s39_8, "submit", "\u041f\u043e\u0434\u043d\u0435\u0441\u0438", _s16_182, "\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_183, "\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", "before_due_date", _s19_67, "after_due_date", _s18_98, _s18_99, _s22_71, "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_99, _s21_100, "quote_email", "\u041c\u0435\u0458\u043b \u0437\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", _s16_185, "\u0411\u0435\u0441\u043a\u0440\u0430\u0435\u043d \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u043a", _s16_187, _s16_188, "administrator", "\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440", _s18_100, "\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_50, "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_53, "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_22, "deleted_users", _s33_28, "removed_users", _s33_29, "restored_users", _s34_23, _s16_189, "\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_111, "\u0421\u043e\u043a\u0440\u0438\u0458 \u041f\u043b\u0430\u0442\u0435\u043d\u043e \u0434\u043e \u0434\u0430\u0442\u0443\u043c", _s22_72, "\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_41, "\u0412\u043c\u0435\u0442\u043d\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", _s28_30, "\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_191, "\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0437\u0430\u0433\u043b\u0430\u0432\u0458\u0435 \u043d\u0430", _s16_192, "\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_101, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", _s23_42, _s52_4, _s18_102, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435", _s23_43, _s55_1, _s18_103, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u045a\u0435", _s23_44, _s58_4, _s17_113, "\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_115, "\u0422\u0440\u0438 \u043c\u0435\u0441\u0435\u0446\u0438", _s16_193, "\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_194, "Three Years", "never", "\u041d\u0438\u043a\u043e\u0433\u0430\u0448", "company", "\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", _s17_116, "\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_195, "\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_118, "\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_120, _s17_121, _s16_197, "\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u043d\u0430 PDF", _s21_101, "\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_54, "\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_12, "\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_45, "\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_31, "\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_55, "\u041f\u043e\u0442\u043f\u0438\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s30_13, "\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_46, "\u041f\u043e\u0442\u043f\u0438\u0441 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", _s22_74, "\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_46, "\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_56, "\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_198, _s16_199, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_68, "\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_69, "\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_71, "\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_200, "\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_201, "\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_123, "\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_202, _s29_25, _s17_124, _s30_14, _s18_104, _s38_15, _s17_125, _s37_14, _s18_105, _s38_16, "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_106, "\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_96, "\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_203, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s21_102, "\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_205, _s16_206, _s19_72, "New Gateway", _s20_97, "Edit Gateway", _s23_47, _s28_32, _s23_48, _s28_33, _s24_57, _s29_26, _s23_49, _s28_34, _s24_58, _s29_27, _s25_57, _s37_15, _s24_59, _s36_10, _s25_58, _s37_16, _s16_207, _s16_208, "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_103, _s21_104, _s23_50, _s23_51, "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_107, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_73, _s19_74, _s17_126, _s17_127, _s19_75, _s19_76, _s18_108, _s18_109, _s18_110, _s18_111, "group_settings", "Group Settings", "group", "\u0413\u0440\u0443\u043f\u0430", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_37, "updated_group", _s26_38, "archived_groups", _s35_18, "deleted_groups", _s34_24, "restored_groups", _s35_19, "archived_group", _s27_47, "deleted_group", _s26_39, "restored_group", _s27_48, "upload_logo", "Upload Logo", "uploaded_logo", _s26_40, "logo", "\u041b\u043e\u0433\u043e", "saved_settings", _s27_49, _s16_209, "\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_128, "\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_52, "\u0428\u0430\u0431\u043b\u043e\u043d\u0438 \u0438 \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u0446\u0438", _s22_75, _s20_98, _s19_77, "\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_50, _s28_35, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_79, _s19_80, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_59, _s25_60, _s24_60, _s24_61, _s33_30, _s77_1, "i_agree_to_the", "I agree to the", _s16_211, "\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_112, _s18_113, _s21_106, _s34_25, "download", "\u041f\u0440\u0435\u0437\u0435\u043c\u0438", _s27_51, _s27_71, "take_picture", "Take Picture", "upload_files", "Upload Files", "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_130, _s30_15, _s16_213, _s29_28, _s17_131, _s30_16, _s16_214, _s29_29, _s17_132, _s30_17, _s18_114, _s38_17, _s17_133, _s37_17, _s18_115, _s38_18, "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_215, "Logged", _s16_216, "Pending", _s16_217, "Invoiced", "converted", "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u043e", _s24_62, _s24_63, "exchange_rate", "\u0414\u0435\u0432\u0438\u0437\u0435\u043d \u043a\u0443\u0440\u0441", _s16_218, "\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_219, "\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_220, _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_221, "\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_222, "\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_134, "\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_223, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s17_135, _s37_18, "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_107, _s21_108, "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_90, "now", "\u0421\u0435\u0433\u0430", _s16_224, _s16_225, "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_90, "archived_tasks", _s32_19, "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_26, _s19_81, _s19_82, "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_226, "\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", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", _s16_227, "\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_136, "\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_228, "\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_137, _s37_19, "new_project", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0435\u043a\u0442", _s27_55, _s28_44, "if_you_like_it", _s21_109, "click_here", "\u043a\u043b\u0438\u043a\u043d\u0438 \u0442\u0443\u043a\u0430", _s18_116, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_18, _s42_14, "locked", "Locked", "authenticate", "Authenticate", _s19_83, _s19_84, _s24_64, _s24_65, "footer", "\u0424\u0443\u0442\u0435\u0440", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_97, "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_138, _s17_139, "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", "all_time", "All Time", "custom", "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d\u043e", _s16_229, _s16_230, "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_99, "\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_231, "\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_233, _s16_234, _s23_53, "\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_43, "\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_110, "\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_45, _s26_46, "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_140, "\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_85, _s30_19, "error", "\u0413\u0440\u0435\u0448\u043a\u0430", _s16_235, _s16_236, "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_237, _s16_238, "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_239, "\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_240, "\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_142, "\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_241, "\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_143, _s37_20, "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_242, "\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_243, _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_244, _s26_55, "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_245, "\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_144, "\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_246, "\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_145, _s37_21, "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_247, "\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", "paid_date", "Paid Date", "status", "\u0421\u0442\u0430\u0442\u0443\u0441", _s17_146, "Invoice Status", "quote_status", "Quote Status", _s22_76, _s22_77, _s22_78, _s19_98, "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_101, _s20_102, _s22_79, _s22_80, _s24_66, _s24_67, "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_20, _s30_21, _s27_59, _s27_60, "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_81, _s35_20, _s22_82, _s35_21, _s23_55, _s36_14, _s23_56, _s36_15, "done", "\u0417\u0430\u0432\u0440\u0448\u0435\u043d\u043e", _s37_22, _s37_23, "dark_mode", "\u0422\u0435\u043c\u0435\u043d \u0440\u0435\u0436\u0438\u043c", _s27_61, _s35_22, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442", _s16_249, _s16_250, "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_251, "Pending", _s16_252, "Voided", _s16_253, "Failed", _s16_254, "Completed", _s16_255, _s18_78, _s16_256, "Refunded", _s17_147, "Unapplied", _s17_148, _s19_50, "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_112, "\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_257, "\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_258, "\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_149, "\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_259, "\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_150, _s37_24, "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_24, "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", "Vendors", "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_2, "activity_7", _s44_7, "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", _s82_, "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_12, "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_15, "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_75, "activity_49", _s24_76, "activity_50", _s25_71, "activity_51", _s24_77, "activity_52", _s25_72, "activity_53", _s26_53, "activity_54", _s27_72, "activity_55", _s31_28, "activity_56", _s27_73, "activity_57", _s39_10, "activity_58", _s31_23, "activity_59", _s32_17, "activity_60", _s28_61, "activity_61", _s28_64, "activity_62", _s28_65, "activity_63", _s61_0, "activity_64", _s62_0, "activity_65", _s61_1, "activity_66", _s63_3, "activity_80", _s40_5, "activity_81", _s40_6, "activity_82", _s41_8, "activity_83", _s40_7, "activity_84", _s41_9, _s17_151, "\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_74, _s20_103, _s33_31, _s21_114, _s34_27, "expired", "\u0418\u0441\u0442\u0435\u0447\u0435\u043d\u043e", "all", "\u0421\u0438\u0442\u0435", "select", "\u0418\u0437\u0431\u0435\u0440\u0438", _s22_83, _s22_84, "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_117, _s18_118, _s24_71, _s24_72, _s29_46, _s29_47, _s27_66, _s27_67, _s31_24, _s31_25, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_86, _s19_87, _s19_88, _s19_89, _s22_85, _s22_86, _s22_87, _s22_88, _s21_115, _s21_116, _s21_117, _s21_118, _s21_119, _s21_120, _s21_121, _s21_122, _s22_89, _s22_90, _s22_91, _s22_92, _s22_93, _s22_94, _s22_95, "\u0411\u0440\u043e\u0458\u0430\u0447 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s20_104, _s20_105, _s20_106, "\u0411\u0440\u043e\u0458\u0430\u0447 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0438", _s21_123, _s21_124, _s21_125, _s21_126, _s21_127, _s21_124, _s21_128, _s21_126, _s18_119, _s18_120, "counter_padding", "Counter Padding", _s28_66, _s27_75, _s18_121, _s18_122, _s18_123, _s18_124, _s18_125, _s18_126, _s18_127, _s18_128, _s18_129, _s18_130, _s18_131, _s18_132, _s21_129, _s21_130, _s19_90, _s19_91, _s21_131, _s21_132, _s29_48, _s29_49, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_260, _s16_261, "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_262, "vendor_address1", "Vendor Street", "vendor_address2", _s16_263, _s24_73, _s22_97, _s24_74, _s25_69, "type", "\u0422\u0438\u043f", "invoice_amount", "\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_264, "\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_153, _s18_83, _s17_154, _s18_84, _s17_155, _s18_85, _s17_156, _s18_86, "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_92, _s19_93, _s16_265, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", _s19_94, _s19_95, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_133, _s18_134, _s16_266, _s16_267], t1, t1), "nb_NO", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "Gjentakende", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Frakoble", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "Admin", "owner", "Owner", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Totalt antall timer", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "Fakturerbart", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, _s22_4, _s25_5, _s25_6, _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", _s39_11, _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", "Payment Links", "action", "Handling", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "Planlegg", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", "Arkiver betaling", "archive_invoice", "Arkiver fakturaen", "archive_quote", "Arkiver tilbud", "archive_credit", "Arkiver kredit", "archive_task", "Arkiver Oppgave", "archive_client", "Arkiver kunde", "archive_project", "Arkiver Prosjekt", "archive_expense", "Arkiver Utgift", "restore_payment", "Gjenopprette Betaling", "restore_invoice", "Gjenopprette Faktura", "restore_quote", "Gjenopprette Tilbud", "restore_credit", "Gjenopprett Kredit", "restore_task", "Gjennopprett Oppgave", "restore_client", "Gjenopprett Kunde", "restore_project", "Gjenopprett Prosjekt", "restore_expense", "Restore Expense", "archive_vendor", "Arkiver Leverand\xf8r", "restore_vendor", "Restore Vendor", "create_product", "Lag nytt produkt", "update_product", "Update Product", "delete_product", "Slett Produkt", "restore_product", "Gjenopprett Produkt", "archive_product", "Arkiver produkt", _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "Betalingsm\xe5te", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", "Postal/City", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "time", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Last 365 Days", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, _s35_, "upload", "Last opp", _s17_7, _s17_8, _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Update Payment", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "Slett Prosjekt", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, _s21_17, _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, "Lagre som standard vilk\xe5r", _s22_12, "Lagre som standard bunntekst", "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, _s21_23, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, _s33_2, _s20_18, "Oppdaterte bankkonto", _s17_14, "Rediger Bankkonto", _s16_28, _s16_29, "account_type", "Account type", _s16_30, _s16_268, _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "Valgt", _s21_24, _s34_2, _s18_15, _s18_16, "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "Oppdater Kredit", "delete_credit", "Slett kredit", "transaction", "Transaction", "transactions", "Transactions", "new_transaction", "New Transaction", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, _s26_7, "bank_account", "Bankkonto", "bank_accounts", "Bankkort & Banker", _s21_25, "Arkiverte bankkonto", _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Connect", _s23_9, _s23_10, _s18_19, _s18_20, "client_email", "Client Email", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_27, "Active Invoices", _s26_8, _s20_26, _s24_16, _s18_21, _s23_11, _s17_18, _s19_22, "Active Quotes", _s21_28, "Approved Quotes", _s23_12, _s17_19, _s18_22, "Logged Tasks", _s20_27, "Invoiced Tasks", _s16_35, "Paid Tasks", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s44_0, "activity_131", _s44_1, "activity_132", _s45_3, "activity_133", _s44_2, "activity_134", _s45_4, "activity_135", _s44_3, "activity_136", _s46_1, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, _s39_3, "resend", "Resend", "verify", "Verify", _s18_23, _s29_10, _s20_28, _s20_29, _s19_23, _s19_24, _s24_18, _s46_2, _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Merge Into", "merge", "Merge", _s21_32, _s21_33, _s19_25, _s29_11, _s17_23, _s17_24, "activate", "Activate", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", "Send Now", "received", "Received", _s19_26, _s19_27, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_4, _s34_7, _s47_, _s22_19, _s22_20, _s22_21, _s22_22, _s27_10, _s34_8, _s24_19, _s25_13, "yes_its_great", _s16_42, "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", "Vendor Details", _s22_26, _s22_27, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Send Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Accepted", _s22_28, _s22_29, _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, _s24_22, _s37_5, _s42_2, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_30, _s18_31, _s19_29, _s19_30, _s22_33, _s35_3, _s22_34, _s35_4, _s23_17, _s36_0, _s22_35, _s35_5, _s22_36, _s35_6, _s23_18, _s36_1, _s21_40, _s21_41, _s22_37, _s22_38, "login_url", "Login URL", _s16_46, "Betalingsinnstillinger", "default", "Default", "stock_quantity", "Stock Quantity", _s22_39, _s22_40, "track_inventory", "Track Inventory", _s20_41, _s63_0, _s19_31, _s19_32, _s24_23, _s50_2, "vat", "VAT", "standing", "St\xe5ende", "view_map", "View Map", _s18_32, _s18_33, "add_gateway", "Legg til Tilbyder", _s24_24, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_25, _s24_26, _s31_6, "Invoice Sent", _s24_27, _s24_28, _s29_13, _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_33, _s63_1, "use_quote_terms", "Use Quote Terms", _s20_42, _s37_6, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, _s45_6, "register_label", _s30_4, "login_label", _s28_9, "add_to_invoice", "Legg til p\xe5 faktura :invoice", _s17_30, _s17_31, "week", "Uke", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, _s46_14, _s20_44, _s20_45, _s25_15, _s45_11, _s16_48, "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_8, "change_status", "Change Status", "fees_sample", _s46_7, _s19_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", _s33_11, "stopped_tasks", _s33_12, "approved_quote", _s27_68, "approved_quotes", _s35_7, "approve", "Godkjenn", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, _s16_269, _s24_30, _s44_6, "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_51, _s16_52, "purged_client", _s26_12, _s27_16, _s77_0, _s22_42, _s34_9, "small", "Small", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Gjenst\xe5r", "invoice_paid", "Invoice Paid", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_54, _s16_55, _s21_48, _s42_3, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_17, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_49, _s30_5, "set_password", "Sett Passord", _s17_33, _s59_, _s16_58, _s58_1, _s20_49, _s33_13, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_50, "becs", _s17_158, "bulk_download", "Download", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, _s18_35, _s17_35, _s17_36, "has_tasks", "Has Tasks", "registration", "Registration", _s27_18, _s50_7, "view_expense", _s23_63, "view_statement", "Se Erkl\xe6ring", "sepa", _s17_159, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s18_37, "system", "System", _s19_38, _s19_39, "updated_company", _s28_10, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, _s40_2, _s27_19, _s43_0, "app", "App", _s20_50, _s46_8, _s16_59, _s16_270, _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "Fra Navn", _s16_60, _s16_61, _s17_38, "Gjentakende Utgift", _s18_39, "Gjentakende Utgifter", _s21_50, "Opprett Gjentakende Utgift", _s22_44, "Rediger Gjentakende Utgift", _s25_16, _s38_2, _s25_17, _s38_3, _s26_13, _s39_4, _s25_18, _s38_4, _s25_19, _s38_5, _s26_14, _s39_5, _s24_32, _s24_33, _s25_20, _s25_21, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_42, _s32_9, "is_invoiced", "Is Invoiced", "change_plan", "Manage Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_62, _s16_63, _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "Decimal Comma", _s26_15, _s35_9, "select_method", "Select Method", "select_platform", "Select Platform", _s28_13, _s42_4, _s16_66, _s27_69, "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "user_guide", "Brukerguide", _s18_41, _s18_42, "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_9, _s31_10, _s25_22, _s25_23, _s33_14, _s33_15, _s27_20, _s27_21, _s36_3, _s36_4, _s31_11, _s31_12, _s25_24, _s25_25, "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_22, _s57_0, _s21_52, _s62_1, "change_email", "Change Email", _s25_26, _s52_0, _s21_53, _s21_54, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_40, _s28_14, _s19_43, _s48_0, "json", "JSON", _s24_34, _s24_35, "wait_for_data", _s42_5, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_67, _s16_68, _s18_43, _s40_3, "login_success", _s16_69, "login_failure", "Failed Login", "exported_data", _s67_, _s23_23, _s23_24, _s28_15, _s41_3, "step_1_sign_in", "Step 1: Sign In", _s16_70, _s17_41, "account_id", "Account ID", _s27_22, _s35_11, "activity_100", _s50_8, "activity_101", _s50_9, "activity_102", _s51_3, "activity_103", _s50_10, "activity_104", _s51_4, _s18_44, _s18_45, _s23_25, _s35_12, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_71, _s16_72, _s18_46, _s31_13, _s16_73, _s16_74, "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_47, "Kontakts fornavn", _s17_42, "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_55, _s53_, _s25_27, _s37_8, _s17_44, _s17_45, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, _s21_57, _s17_46, _s17_47, "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_49, _s18_50, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_51, _s18_52, _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "Sikkerhet", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Email Delivery", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, _s22_47, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, "Underdomene ikke tilgjengelig", "connect_gmail", "Connect Gmail", _s16_81, _s16_82, "connected_gmail", _s28_16, _s18_55, _s31_14, _s16_83, _s100_, _s16_84, _s16_85, "count_minutes", ":count Minutes", _s16_86, _s16_87, _s29_15, _s28_67, "use_last_email", "Use last email", _s16_88, _s16_89, _s21_65, _s51_7, _s27_24, _s35_13, _s27_25, _s27_26, _s34_13, _s52_1, "help_translate", "Help Translate", _s23_26, _s23_27, "resend_invite", "Send invitasjon p\xe5 nytt", _s19_45, _s25_28, _s16_90, _s30_6, _s19_46, _s33_20, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_10, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_66, _s46_9, _s18_56, "Aktiverte To-faktor-autentisering", "connect_google", "Connect Google", _s17_50, _s17_51, _s17_52, "To-faktor-autentisering", _s18_57, _s18_58, _s34_14, _s34_15, "stay_logged_in", "Stay Logged In", _s23_28, _s40_4, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_47, _s19_48, _s17_53, _s17_54, "resend_email", "Resend Email", _s26_19, "Venligst bekreft din epost adresse", _s16_91, "Refundert betaling", _s19_49, _s19_50, _s19_51, _s45_8, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_55, _s17_56, _s27_27, _s51_5, _s21_67, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "For og oppdatere kj\xf8r", _s18_59, "Konverter til en faktura", _s16_92, _s16_93, "invoice_project", "Invoice Project", "invoice_task", "Fakturer Oppgave", "invoice_expense", "Invoice Expense", _s19_52, _s21_68, _s20_59, _s27_28, _s16_94, _s16_95, "save_and_email", "Save and Email", _s16_96, _s16_97, _s16_98, _s16_99, _s17_57, _s17_58, _s22_48, _s22_49, _s24_36, _s24_37, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_59, "Standard-dokumenter", "document_upload", "Document Upload", _s20_60, _s34_16, "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_69, _s21_70, _s26_20, "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_61, _s17_62, "update_app", "Update App", "started_import", _s27_29, _s24_38, _s24_39, _s20_61, _s20_62, _s18_61, _s18_62, "column", "Kolonne", "sample", "Eksempel", "map_to", "Map To", "import", "Importer", _s25_29, _s29_16, "select_file", "Vennligst velg en fil", _s16_100, _s16_101, "csv_file", "Velg CSV-fil", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_50, _s24_40, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook-URL", _s17_63, _s17_64, "sidebar_editor", "Sidebar Editor", _s22_51, _s31_15, "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_41, _s24_42, _s24_43, _s24_44, "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_29, "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_45, _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_65, _s17_66, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_102, _s16_103, _s19_53, _s32_11, _s19_54, _s31_26, _s20_63, _s33_22, _s19_55, _s32_12, _s19_56, _s32_13, _s20_64, _s33_23, _s22_52, _s42_6, _s21_71, _s41_4, _s22_53, _s42_7, _s18_63, _s20_65, _s20_66, _s27_30, _s16_104, _s16_105, _s21_72, _s52_2, _s20_67, _s20_68, _s25_30, _s42_8, _s20_69, _s20_70, _s25_31, _s42_9, _s21_73, _s25_32, _s18_64, _s18_65, "task_settings", "Task Settings", _s20_71, _s20_72, _s18_66, "Utgiftskategorier", _s20_73, "Ny Utgiftskategori", _s21_74, _s21_75, _s24_46, "Utgiftskategori ble opprettet", _s24_47, "Oppdaterte utgiftskategori", _s25_33, "Utgiftskategori ble arkivert", _s24_48, "Slettet kategori", _s24_49, _s37_11, _s25_34, "Utgiftskategori ble gjenopprettet", _s27_31, ":count utgiftskategorier ble arkivert", _s26_21, _s46_11, _s27_32, _s47_1, _s23_30, _s25_35, _s25_36, _s32_14, _s21_76, _s21_77, "show_option", "Show Option", _s22_54, _s50_11, "view_changes", "View Changes", "force_update", "Force Update", _s17_67, _s76_0, "mark_paid_help", _s31_27, _s18_68, _s18_149, _s23_31, _s33_32, _s29_17, _s36_16, _s21_78, _s20_75, _s16_106, _s16_107, _s18_69, _s18_70, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_68, _s17_69, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_37, _s38_8, _s25_38, _s38_9, _s25_39, _s38_10, "gateway_refund", "Gateway Refund", _s19_57, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Sett Aktiv", "day_count", "Day :count", _s22_55, _s22_56, _s21_79, _s21_80, _s17_70, _s17_71, "endless", "Endless", "next_send_date", "Next Send Date", _s16_108, _s16_109, _s17_72, "Gjentakende Faktura", _s18_71, "Gjentakende Fakturaer", _s21_81, "Ny Gjentakende Faktura", _s22_57, _s22_58, _s25_40, _s38_11, _s25_41, _s38_12, _s26_22, "Suksessfullt arkivert gjentakende faktura", _s25_42, "Suksessfullt slettet gjentakende faktura", _s25_43, _s38_14, _s26_23, "Suksessfullt gjenopprettet gjentakende faktura", _s27_33, _s47_2, _s26_24, _s46_12, _s27_34, _s47_3, _s24_50, _s26_25, _s25_44, _s32_15, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_17, _s28_18, "profit", "Fortjeneste", "line_item", "Line Item", _s18_73, _s18_74, _s23_32, _s35_25, _s19_58, _s19_59, _s24_51, _s52_3, "test_mode", "Test Mode", "opened", "Opened", _s30_7, _s22_59, _s30_8, _s22_60, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_74, _s17_75, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_110, _s16_111, "system_logs", "System Logger", "view_portal", "Vis Portal", "copy_link", "Kopier Lenke", "token_billing", "Lagre kortdetaljer", _s24_52, "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_75, _s18_76, "pdf_page_info", _s23_33, _s16_112, "E-postfakturaer sendt", "emailed_quotes", _s23_126, "emailed_credits", _s28_68, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "timer", "statement", "Erkl\xe6ring", "taxes", "Mva.", "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_10, "client_created", "Client Created", _s20_76, _s20_77, _s20_78, _s20_79, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_76, _s17_77, _s17_78, _s17_79, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_80, _s17_81, _s17_82, "Forest\xe5ende Fakturaer", _s17_84, _s17_85, "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_86, _s28_19, "api_webhooks", "API Webhooks", "search_webhooks", _s22_61, "search_webhook", _s16_113, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_20, "updated_webhook", _s28_21, _s16_114, _s29_18, "deleted_webhook", _s28_22, "removed_webhook", _s28_23, _s16_115, _s29_19, _s17_87, _s37_12, _s16_116, _s36_5, _s16_117, _s36_6, _s17_88, _s37_13, "api_tokens", "API-tokens", "api_docs", "API Docs", "search_tokens", _s20_80, "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_29, "restored_token", _s27_36, "archived_tokens", _s35_14, "deleted_tokens", _s34_17, "restored_tokens", _s35_15, _s19_60, _s19_61, _s24_54, _s45_9, "email_invoice", "E-postfaktura", "email_quote", "Send tilbudet som E-post", "email_credit", "Email Credit", "email_payment", "E-postbetaling", _s20_81, _s41_5, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_118, _s16_119, "contact_name", "Kontakt navn", "use_default", "Use default", _s16_120, _s17_89, "number_of_days", "Number of days", _s23_34, _s23_35, "payment_term", "Payment Term", _s16_121, _s16_122, _s17_90, _s17_91, _s20_82, _s33_24, _s20_83, _s33_25, _s21_83, _s34_18, _s20_84, _s33_26, _s20_85, _s33_27, _s21_84, _s34_19, _s22_62, _s42_11, _s21_85, _s41_6, _s22_63, _s42_12, "email_sign_in", _s18_135, "change", "Change", _s23_36, _s28_24, _s24_55, _s29_20, "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_77, _s18_78, _s16_123, "S\xf8k i Dokumenter", "search_designs", "S\xf8k i Designs", "search_invoices", "S\xf8k i Fakturaer", "search_clients", "S\xf8k i Kunder", "search_products", "S\xf8k i Produkter", "search_quotes", "S\xf8k i Pristilbuder", "search_credits", "Search Credits", "search_vendors", "S\xf8k i Leverand\xf8rer", "search_users", "S\xf8k i Brukere", _s16_124, "S\xf8k i Mva. Satser", "search_tasks", "S\xf8k i Oppgaver", "search_settings", "S\xf8k i Instillinger", "search_projects", "S\xf8k i Prosjekter", "search_expenses", "S\xf8k i Utgifter", "search_payments", "S\xf8k i Betalinger", "search_groups", "S\xf8k i Grupper", "search_company", "S\xf8k i Selskaper", "search_document", _s17_92, "search_design", "Search 1 Design", "search_invoice", _s16_125, "search_client", "Search 1 Client", "search_product", _s16_126, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_93, "search_task", "Search 1 Tasks", "search_project", _s16_127, "search_expense", _s16_128, "search_payment", _s16_129, "search_group", "Search 1 Group", "refund_payment", _s17_178, _s17_94, _s30_9, _s18_79, _s31_16, _s16_130, _s29_21, _s17_95, _s30_10, "reverse", "Reverse", "full_name", "Fullt Navn", _s17_96, "By/Fylke/Postnummer", _s17_98, "Postnr./Sted/Fylke", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Fjern data", _s16_131, _s32_16, _s18_80, "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_45, "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_46, _s25_47, _s16_132, _s16_133, "apply_license", "aktiver lisens", "cancel_account", "Kanseler Konto", _s22_64, "Advarsel: Dette vil permanent slette kontoen din, du kan ikke angre.", "delete_company", "Slett Firma", _s22_65, "Advarsel: Dette vil permanent slette ditt firma, dette kan ikke gjennopprettes.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_25, "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_37, "updated_design", _s27_38, "archived_design", _s28_26, "deleted_design", _s27_39, "removed_design", _s27_40, "restored_design", _s28_27, _s16_134, _s36_7, "deleted_designs", _s35_16, _s16_135, _s36_8, "proposals", "Forslag", "tickets", "Tickets", _s16_136, "Gjentakende Tilbud", "recurring_tasks", "Recurring Tasks", _s18_81, "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_44, "restored_credit", "Suksessfullt gjenopprettet kredit", _s16_138, "Arkiverte :count krediter", "deleted_credits", "Slettet :count krediter", _s16_139, _s36_9, "current_version", "N\xe5v\xe6rende versjon", "latest_version", "Latest Version", "update_now", "Update Now", _s26_30, _s41_7, _s16_140, _s16_141, "app_updated", _s29_22, "learn_more", "L\xe6r mer", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_100, _s17_101, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nytt Firma", "added_company", _s26_31, "company1", _s16_142, "company2", _s16_143, "company3", _s16_144, "company4", _s16_145, "product1", _s16_146, "product2", _s16_147, "product3", _s16_148, "product4", _s16_149, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_150, "contact2", _s16_151, "contact3", _s16_152, "contact4", _s16_153, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_154, "project2", _s16_155, "project3", _s16_156, "project4", _s16_157, "expense1", _s16_158, "expense2", _s16_159, "expense3", _s16_160, "expense4", _s16_161, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_162, "invoice2", _s16_163, "invoice3", _s16_164, "invoice4", _s16_165, "payment1", _s16_166, "payment2", _s16_167, "payment3", _s16_168, "payment4", _s16_169, "surcharge1", _s18_83, "surcharge2", _s18_84, "surcharge3", _s18_85, "surcharge4", _s18_86, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Nullstill", "number", "Nummer", "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_87, _s18_88, _s17_102, "Fult navn", "contact_phone", "Kontakt Telefon", _s21_86, _s22_66, _s21_87, _s22_67, _s21_88, _s22_68, _s21_89, _s22_69, _s17_104, "Leverings adresse", _s17_105, _s18_89, "shipping_city", "Shipping City", "shipping_state", _s23_37, _s20_86, "Leverings adresse postnummer", _s16_170, _s16_171, _s16_172, "Fakturaadresse", _s16_173, _s17_106, "billing_city", "Fakturering By", "billing_state", _s22_70, _s19_62, "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_174, _s16_175, "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_90, _s35_17, _s30_11, _s63_2, "message", "Beskjed", "from", "Fra", _s20_88, _s20_89, _s25_48, _s56_0, _s20_90, _s34_20, _s18_90, _s18_91, _s23_38, _s33_33, _s18_92, _s18_93, "support_forum", "Support Forums", "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_91, _s21_133, _s20_91, _s58_2, _s19_64, _s19_65, _s23_39, _s23_40, _s20_92, _s20_93, "deleted_logo", _s25_49, "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_107, _s17_108, "show_cost_help", _s55_0, _s21_92, _s21_93, _s26_32, _s58_3, _s21_94, _s21_95, _s26_33, _s60_1, _s21_96, _s21_97, _s26_34, _s34_21, _s16_176, _s16_177, _s21_98, _s47_4, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_178, _s16_179, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_109, _s17_110, "item_tax_rates", "Item Tax Rates", _s18_94, "Vennligst velg en klient", "configure_rates", "Configure rates", _s18_95, _s18_96, "tax_settings", "Skatteinnstillinger", _s18_97, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_66, _s20_94, "options", "Valg", _s16_180, _s16_181, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_45, _s39_8, "submit", "Send", _s16_182, "Gjenopprett ditt passord", "late_fees", "Late Fees", "credit_number", "Kreditnummer", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_183, _s16_184, "before_due_date", _s19_67, "after_due_date", _s18_98, _s18_99, _s22_71, "days", "Dager", "invoice_email", "Faktura-e-post", "payment_email", "Betalings-e-post", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_99, _s21_100, "quote_email", "Tilbuds-e-post", _s16_185, _s16_186, _s16_187, _s16_188, "administrator", "Administrator", _s18_100, _s66_0, "user_management", "Brukerh\xe5ndtering", "users", "Brukere", "new_user", "Ny Bruker", "edit_user", "Endre bruker", "created_user", _s25_50, "updated_user", "Bruker oppdatert", "archived_user", "Suksessfullt arkivert bruker", "deleted_user", "Bruker slettet", "removed_user", _s25_53, "restored_user", "Suksessfullt gjenopprettet bruker", "archived_users", _s34_22, "deleted_users", _s33_28, "removed_users", _s33_29, "restored_users", _s34_23, _s16_189, "Systeminnstillinger", "invoice_options", "Faktura alternativer", _s17_111, _s19_110, _s22_72, "Bare vis delbetalinger om det har forekommet en delbetaling.", _s23_41, "Embed Dokumenter", _s28_30, _s39_9, _s16_191, "Show header on", _s16_192, "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_115, "invoice_footer", "Faktura Bunntekst", "quote_terms", "Tilbuds Vilk\xe5r", "quote_footer", "Tilbud Bunntekst", _s18_101, "Auto Email", _s23_42, _s52_4, _s18_102, "Auto Archive", _s23_43, _s55_1, _s18_103, "Auto Konverter", _s23_44, _s58_4, _s17_113, _s17_114, "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_115, "Tre m\xe5neder", _s16_193, "Fire m\xe5neder", "freq_six_months", "Seks m\xe5neder", "freq_annually", "\xc5rlig", "freq_two_years", "To \xe5r", _s16_194, "Three Years", "never", "Never", "company", "Company", _s17_116, "Genererte Nummere", "charge_taxes", "Inkluder skatt", "next_reset", "Neste Nullstilling", "reset_counter", "Nullstill Teller", _s16_195, _s16_196, "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_118, _s17_119, "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_120, _s17_121, _s16_197, "Show on PDF", _s21_101, _s51_6, _s25_54, _s22_73, _s30_12, _s61_, _s23_45, _s20_95, _s28_31, _s59_0, _s25_55, "Faktura-signatur", _s30_13, "Krever klients signatur.", _s23_46, "Tilbuds-signatur", _s22_74, "Passord-beskytt fakturaer", _s27_46, _s142_, "authorization", "Autorisasjon", "subdomain", "Subdomene", "domain", "Domene", "portal_mode", "Portal Mode", "email_signature", "Med vennlig hilsen,", _s24_56, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_198, _s16_199, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_68, "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_69, _s19_70, "credentials", "Credentials", "update_address", "Oppdater Adresse", _s19_71, "Oppdater kundens adresse med oppgitte detaljer", "rate", "Sats", "tax_rate", "Skattesats", "new_tax_rate", "Ny Skattesats", "edit_tax_rate", "Rediger skattesats", _s16_200, "Suksessfullt opprettet skattesats", _s16_201, "Suksessfullt oppdatert skattesats", _s17_123, "Suksessfullt arkivert skattesatsen", _s16_202, _s29_25, _s17_124, _s30_14, _s18_104, _s38_15, _s17_125, _s37_14, _s18_105, _s38_16, "fill_products", "Automatisk-utfyll produkter", _s18_106, "Valg av produkt vil automatisk fylle ut beskrivelse og kostnaden", "update_products", "Automatisk oppdater produkter", _s20_96, "\xc5 endre en faktura vil automatisk oppdatere produktbilioteket", _s16_203, _s16_204, _s21_102, _s61_3, "fees", "Avgifter", "limits", "Begrensninger", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_205, _s16_206, _s19_72, "New Gateway", _s20_97, "Edit Gateway", _s23_47, _s28_32, _s23_48, _s28_33, _s24_57, _s29_26, _s23_49, _s28_34, _s24_58, _s29_27, _s25_57, _s37_15, _s24_59, _s36_10, _s25_58, _s37_16, _s16_207, _s16_208, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_103, _s21_104, _s23_50, _s23_51, "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_107, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_73, _s19_74, _s17_126, _s17_127, _s19_75, _s19_76, _s18_108, _s18_109, _s18_110, _s18_111, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_37, "updated_group", _s26_38, "archived_groups", _s35_18, "deleted_groups", _s34_24, "restored_groups", _s35_19, "archived_group", _s27_47, "deleted_group", _s26_39, "restored_group", _s27_48, "upload_logo", "Upload Logo", "uploaded_logo", _s26_40, "logo", "Logo", "saved_settings", _s27_49, _s16_209, "Produkt-innstillinger", "device_settings", "Device Settings", "defaults", "Standarder", "basic_settings", "Grunnleggende Innstillinger", _s17_128, "Avanserte innstillinger", "company_details", "Firmainformasjon", "user_details", "Brukerdetaljer", "localization", "Regioninnstillinger", "online_payments", "Nettbetalinger", "tax_rates", "Skattesatser", "notifications", "Varsler", "import_export", _s16_316, "custom_fields", "Egendefinerte felt", "invoice_design", "Fakturadesign", "buy_now_buttons", "Betal N\xe5-knapper", "email_settings", "E-post-innstillinger", _s23_52, "Design & P\xe5minnelser", _s22_75, _s20_98, _s19_77, "Datavisualiseringer", "price", "Pris", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_50, _s28_35, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_79, _s19_80, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_59, _s25_60, _s24_60, _s24_61, _s33_30, _s77_1, "i_agree_to_the", "I agree to the", _s16_211, "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_112, _s18_113, _s21_106, _s34_25, "download", "Last ned", _s27_51, _s27_71, "take_picture", "Take Picture", "upload_files", "Upload Files", "document", "Dokument", "documents", "Dokumenter", "new_document", "New Document", "edit_document", "Edit Document", _s17_130, _s30_15, _s16_213, _s29_28, _s17_131, _s30_16, _s16_214, _s29_29, _s17_132, _s30_17, _s18_114, _s38_17, _s17_133, _s37_17, _s18_115, _s38_18, "no_history", "No History", "expense_date", "Utgiftsdato", "pending", "Avventer", _s16_215, "Logged", _s16_216, "Pending", _s16_217, "Invoiced", "converted", "Konvertert", _s24_62, _s24_63, "exchange_rate", "Exchange Rate", _s16_218, _s16_307, "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_37, _s16_219, "Arkiverte :count leverand\xf8rer", "deleted_vendors", "Slettet :count leverand\xf8rer", _s16_220, _s36_11, "new_expense", "Angi utgift", "created_expense", _s28_38, "updated_expense", _s28_39, _s16_221, _s29_30, "deleted_expense", _s28_40, _s16_222, _s29_31, _s17_134, "Arkiverte utgifter", _s16_223, "Slettet utgifter", _s17_135, _s37_18, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_107, _s21_108, "invoiced", "Fakturert", "logged", "Logget", "running", "L\xf8pende", "resume", "Gjenoppta", "task_errors", "Vennligst rett alle overlappende tider", "start", "Start", "stop", "Stopp", "started_task", _s25_61, "stopped_task", "Suksessfullt stoppet oppgave", "resumed_task", _s25_63, "now", "N\xe5", _s16_224, _s16_225, "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_26, _s19_81, _s19_82, "budgeted_hours", "Utbetalte timer", "created_project", "Opprettet prosjekt", "updated_project", "Oppdaterte prosjekt", _s16_226, "Arkiverte prosjekt", "deleted_project", "Slettet prosjekt", _s16_227, "Gjenopprettet prosjekt", _s17_136, "Arkiverte :count prosjekter", _s16_228, "Slettet :count prosjekter", _s17_137, _s37_19, "new_project", "Nytt Prosjekt", _s27_55, _s28_44, "if_you_like_it", _s21_109, "click_here", "klikk her", _s18_116, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_18, _s42_14, "locked", "L\xe5st", "authenticate", "Authenticate", _s19_83, _s19_84, _s24_64, _s24_65, "footer", "Bunntekst", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_97, "today", "Today", "custom_range", "Tilpass Utvalg", "date_range", "Datoperiode", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_138, _s17_139, "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", "all_time", "All Time", "custom", "Egendefiner", _s16_229, _s16_230, "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_99, _s20_100, "billing_address", "Fakturerings Adresse", _s16_231, "Leveringsadresse", "total_revenue", "Sum omsetning", "average_invoice", "Gjennomsnittlige fakturaer", "outstanding", "Utest\xe5ende", "invoices_sent", _s22_101, "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_233, _s16_234, _s23_53, _s23_54, _s26_43, _s26_44, _s21_110, _s21_111, _s26_45, _s26_46, "ascending", "Stigende", "descending", "Synkende", "save", "Lagre", _s17_140, _s17_141, "paid_to_date", "Betalt til Dato", "balance_due", "Gjenst\xe5ende", "balance", "Balanse", "overview", "Oversikt", "details", "Detaljer", "phone", "Telefon", "website", "Nettside", "vat_number", "MVA-nummer", "id_number", "Id nummer", "create", "Lag", _s19_85, _s30_19, "error", "Error", _s16_235, _s16_236, "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_237, _s16_238, "product", "Produkt", "products", "Produkter", "new_product", "Nytt Produkt", "created_product", "Produkt lagret", "updated_product", "Produkt oppdatert", _s16_239, "Produkt arkivert", "deleted_product", "Slettet produkt", _s16_240, "Gjenopprettet produkt", _s17_142, _s37_27, _s16_241, "Slettet :count produkter", _s17_143, _s37_20, "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_242, "Arkiverte :count kunder", "deleted_client", "Slettet kunde", "deleted_clients", "Slettet :count kunder", "restored_client", "Gjenopprettet kunde", _s16_243, _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_244, "Faktura arkivert", "deleted_invoice", "Faktura slettet", _s16_245, "Suksessfullt gjenopprettet faktura", _s17_144, "Fakturaer arkivert", _s16_246, "Slettet :count fakturaer", _s17_145, _s37_21, "emailed_invoice", "E-postfaktura sendt", "emailed_payment", _s28_69, "amount", "Bel\xf8p", "invoice_number", "Fakturanummer", "invoice_date", _s16_308, "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_247, _s16_248, "paid_date", "Paid Date", "status", "Status", _s17_146, "Invoice Status", "quote_status", "Quote Status", _s22_76, _s22_77, _s22_78, _s19_98, "count_selected", ":count selected", "total", "Totalt", "percent", "Prosent", "edit", "Endre", "dismiss", "Dismiss", _s20_101, _s20_102, _s22_79, _s22_80, _s24_66, _s24_67, "task_rate", "Oppgavesats", "settings", "Innstillinger", "language", "Language", "currency", "Currency", "created_at", "Dato Opprettet", "created_on", "Created On", "updated_at", "Updated", "tax", "Mva.", _s30_20, _s30_21, _s27_59, _s27_60, "past_due", "Forfalt", "draft", "Kladd", "sent", "Sendt", "viewed", "Viewed", "approved", "Approved", "partial", "Delvis/Depositum", "paid", "Betalt", "mark_sent", "Merk som Sendt", _s22_81, _s35_20, _s22_82, _s35_21, _s23_55, _s36_14, _s23_56, _s36_15, "done", "Ferdig", _s37_22, _s37_23, "dark_mode", "M\xf8rk Modus", _s27_61, _s35_22, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivitet", _s16_249, _s16_250, "clone", "Kopier", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Betalingsvilk\xe5r", "payment_date", "Betalingsdato", "payment_status", "Payment Status", _s16_251, "Pending", _s16_252, "Voided", _s16_253, "Failed", _s16_254, "Completed", _s16_255, _s18_78, _s16_256, "Refunded", _s17_147, "Unapplied", _s17_148, _s19_50, "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_264, "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_112, "Transaksjonsreferanse", "enter_payment", "Oppgi betaling", "new_payment", "Oppgi Betaling", "created_payment", "Betaling opprettet", "updated_payment", "Suksessfullt oppdatert betaling", _s16_257, "Betaling arkivert", "deleted_payment", _s16_309, _s16_258, "Suksessfullt gjenopprettet betaling", _s17_149, "Arkiverte :count betalinger", _s16_259, "Slettet :count betalinger", _s17_150, _s37_24, "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_24, "expense", "Utgift", "expenses", "Utgifter", "vendor", "Leverand\xf8r", "vendors", "Vendors", "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", ":user sendte e-post faktura :invoice for :client til :contact", "activity_7", ":contact har sett fakturaen :invoice for :client", "activity_8", ":user arkiverte faktura :invoice", "activity_9", ":user slettet faktura :invoice", "activity_10", _s82_, "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", ":user sendte e-post tilbud :quote for :client til :contact", "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", ":contact godkjente tilbud :quote for :client", "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_13, "activity_40", _s64_0, "activity_41", _s41_10, "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", ":user opprettet bruker :user", "activity_49", ":user oppdaterte bruker :user", "activity_50", ":user arkiverte bruker :user", "activity_51", ":user slettet bruker :user", "activity_52", ":user gjenopprettet bruker :user", "activity_53", _s26_53, "activity_54", _s27_72, "activity_55", _s31_28, "activity_56", _s27_73, "activity_57", _s39_10, "activity_58", _s31_23, "activity_59", _s32_17, "activity_60", _s28_61, "activity_61", _s28_64, "activity_62", _s28_65, "activity_63", _s61_0, "activity_64", _s62_0, "activity_65", _s61_1, "activity_66", _s63_3, "activity_80", _s40_5, "activity_81", _s40_6, "activity_82", _s41_8, "activity_83", _s40_7, "activity_84", _s41_9, _s17_151, "Engangs Passord", "emailed_quote", _s23_126, "emailed_credit", _s27_74, _s20_103, _s33_31, _s21_114, _s34_27, "expired", "Expired", "all", "Alle", "select", "Velg", _s22_83, _s22_84, "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_117, _s18_118, _s24_71, _s24_72, _s29_46, _s29_47, _s27_66, _s27_67, _s31_24, _s31_25, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_86, _s19_87, _s19_88, _s19_89, _s22_85, _s22_86, _s22_87, _s22_88, _s21_115, _s21_116, _s21_117, _s21_118, _s21_119, _s21_120, _s21_121, _s21_122, _s22_89, _s22_90, _s22_91, _s22_92, _s22_93, _s22_94, _s22_95, "Fakturanummer-teller", _s20_104, _s20_105, _s20_106, "Tilbudsnummer-teller", _s21_123, _s21_124, _s21_125, _s21_126, _s21_127, _s21_124, _s21_128, _s21_126, _s18_119, _s18_120, "counter_padding", "Counter Padding", _s28_66, _s27_75, _s18_121, _s18_122, _s18_123, _s18_124, _s18_125, _s18_126, _s18_127, _s18_128, _s18_129, _s18_130, _s18_131, _s18_132, _s21_129, _s21_130, _s19_90, _s19_91, _s21_131, _s21_132, _s29_48, _s29_49, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_260, _s16_261, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_262, "vendor_address1", "Vendor Street", "vendor_address2", _s16_263, _s24_73, _s22_97, _s24_74, _s25_69, "type", "Type", "invoice_amount", "Invoice Amount", _s16_264, "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_153, _s18_83, _s17_154, _s18_84, _s17_155, _s18_85, _s17_156, _s18_86, "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", "Tidslogg", "bank_id", "Bank", _s19_92, _s19_93, _s16_265, "Utgiftskategori", _s19_94, _s19_95, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_133, _s18_134, _s16_266, _s16_267], t1, t1), "fa", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "Recurring", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Unlink", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "Admin", "owner", "Owner", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Total Hours", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "Billable", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, _s22_4, _s25_5, _s25_6, _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", _s39_11, _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", "Payment Links", "action", "Action", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "Schedule", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", "Archive Payment", "archive_invoice", "\u0628\u0627\u06cc\u06af\u0627\u0646\u06cc \u0641\u0627\u06a9\u062a\u0648\u0631", "archive_quote", "Archive Quote", "archive_credit", "Archive Credit", "archive_task", "Archive Task", "archive_client", "Archive Client", "archive_project", "Archive Project", "archive_expense", "Archive Expense", "restore_payment", "Restore Payment", "restore_invoice", "Restore Invoice", "restore_quote", "Restore Quote", "restore_credit", "Restore Credit", "restore_task", "Restore Task", "restore_client", "Restore Client", "restore_project", "Restore Project", "restore_expense", "Restore Expense", "archive_vendor", "Archive Vendor", "restore_vendor", "Restore Vendor", "create_product", "Add Product", "update_product", "Update Product", "delete_product", "Delete Product", "restore_product", "Restore Product", "archive_product", "Archive Product", _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "Payment Methods", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", "Postal/City", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "Hour", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Last 365 Days", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, _s35_, "upload", "Upload", _s17_7, _s17_8, _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Update Payment", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "Delete Project", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, _s21_17, _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, "\u0630\u062e\u06cc\u0631\u0647 \u0628\u0639\u0646\u0648\u0627\u0646 \u0642\u0648\u0627\u0646\u06cc\u0646 \u067e\u06cc\u0634\u0641\u0631\u0636", _s22_12, _s22_13, "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, _s21_23, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, _s33_2, _s20_18, _s33_3, _s17_14, _s17_15, _s16_28, _s16_29, "account_type", "Account type", _s16_30, _s16_268, _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "Selected", _s21_24, _s34_2, _s18_15, _s18_16, "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", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, _s26_7, "bank_account", "Bank Account", "bank_accounts", _s20_98, _s21_25, _s34_3, _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Connect", _s23_9, _s23_10, _s18_19, _s18_20, "client_email", "Client Email", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_27, "Active Invoices", _s26_8, _s20_26, _s24_16, _s18_21, _s23_11, _s17_18, _s19_22, "Active Quotes", _s21_28, "Approved Quotes", _s23_12, _s17_19, _s18_22, "Logged Tasks", _s20_27, "Invoiced Tasks", _s16_35, "Paid Tasks", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s44_0, "activity_131", _s44_1, "activity_132", _s45_3, "activity_133", _s44_2, "activity_134", _s45_4, "activity_135", _s44_3, "activity_136", _s46_1, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, _s39_3, "resend", "Resend", "verify", "Verify", _s18_23, _s29_10, _s20_28, _s20_29, _s19_23, _s19_24, _s24_18, _s46_2, _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Merge Into", "merge", "Merge", _s21_32, _s21_33, _s19_25, _s29_11, _s17_23, _s17_24, "activate", "Activate", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", "Send Now", "received", "Received", _s19_26, _s19_27, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_4, _s34_7, _s47_, _s22_19, _s22_20, _s22_21, _s22_22, _s27_10, _s34_8, _s24_19, _s25_13, "yes_its_great", _s16_42, "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", "Vendor Details", _s22_26, _s22_27, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Send Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Accepted", _s22_28, _s22_29, _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, _s24_22, _s37_5, _s42_2, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_30, _s18_31, _s19_29, _s19_30, _s22_33, _s35_3, _s22_34, _s35_4, _s23_17, _s36_0, _s22_35, _s35_5, _s22_36, _s35_6, _s23_18, _s36_1, _s21_40, _s21_41, _s22_37, _s22_38, "login_url", "Login URL", _s16_46, _s16_47, "default", "Default", "stock_quantity", "Stock Quantity", _s22_39, _s22_40, "track_inventory", "Track Inventory", _s20_41, _s63_0, _s19_31, _s19_32, _s24_23, _s50_2, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_32, _s18_33, "add_gateway", "Add Gateway", _s24_24, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_25, _s24_26, _s31_6, "Invoice Sent", _s24_27, _s24_28, _s29_13, _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_33, _s63_1, "use_quote_terms", "Use Quote Terms", _s20_42, _s37_6, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, _s45_6, "register_label", _s30_4, "login_label", _s28_9, "add_to_invoice", _s23_64, _s17_30, _s17_31, "week", "Week", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, _s46_14, _s20_44, _s20_45, _s25_15, _s45_11, _s16_48, _s16_49, "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_8, "change_status", "Change Status", "fees_sample", _s46_7, _s19_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", _s33_11, "stopped_tasks", _s33_12, "approved_quote", _s27_68, "approved_quotes", _s35_7, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, _s16_269, _s24_30, _s44_6, "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_51, _s16_52, "purged_client", _s26_12, _s27_16, _s77_0, _s22_42, _s34_9, "small", "Small", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_54, _s16_55, _s21_48, _s42_3, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_17, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_49, _s30_5, "set_password", "Set Password", _s17_33, _s59_, _s16_58, _s58_1, _s20_49, _s33_13, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_50, "becs", _s17_158, "bulk_download", "Download", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, _s18_35, _s17_35, _s17_36, "has_tasks", "Has Tasks", "registration", "Registration", _s27_18, _s50_7, "view_expense", _s23_63, "view_statement", "View Statement", "sepa", _s17_159, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s18_37, "system", "System", _s19_38, _s19_39, "updated_company", _s28_10, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, _s40_2, _s27_19, _s43_0, "app", "App", _s20_50, _s46_8, _s16_59, _s16_270, _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "From Name", _s16_60, _s16_61, _s17_38, _s17_39, _s18_39, _s18_40, _s21_50, _s21_51, _s22_44, _s22_45, _s25_16, _s38_2, _s25_17, _s38_3, _s26_13, _s39_4, _s25_18, _s38_4, _s25_19, _s38_5, _s26_14, _s39_5, _s24_32, _s24_33, _s25_20, _s25_21, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_42, _s32_9, "is_invoiced", "Is Invoiced", "change_plan", "Manage Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_62, _s16_63, _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "Decimal Comma", _s26_15, _s35_9, "select_method", "Select Method", "select_platform", "Select Platform", _s28_13, _s42_4, _s16_66, _s27_69, "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "user_guide", "User Guide", _s18_41, _s18_42, "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_9, _s31_10, _s25_22, _s25_23, _s33_14, _s33_15, _s27_20, _s27_21, _s36_3, _s36_4, _s31_11, _s31_12, _s25_24, _s25_25, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_22, _s57_0, _s21_52, _s62_1, "change_email", "Change Email", _s25_26, _s52_0, _s21_53, _s21_54, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_40, _s28_14, _s19_43, _s48_0, "json", "JSON", _s24_34, _s24_35, "wait_for_data", _s42_5, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_67, _s16_68, _s18_43, _s40_3, "login_success", _s16_69, "login_failure", "Failed Login", "exported_data", _s67_, _s23_23, _s23_24, _s28_15, _s41_3, "step_1_sign_in", "Step 1: Sign In", _s16_70, _s17_41, "account_id", "Account ID", _s27_22, _s35_11, "activity_100", _s50_8, "activity_101", _s50_9, "activity_102", _s51_3, "activity_103", _s50_10, "activity_104", _s51_4, _s18_44, _s18_45, _s23_25, _s35_12, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_71, _s16_72, _s18_46, _s31_13, _s16_73, _s16_74, "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_47, _s18_48, _s17_42, _s17_43, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_0, "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_2, _s21_55, _s53_, _s25_27, _s37_8, _s17_44, _s17_45, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, _s21_57, _s17_46, _s17_47, "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_49, _s18_50, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_51, _s18_52, _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Email Delivery", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, _s22_47, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, _s26_18, "connect_gmail", "Connect Gmail", _s16_81, _s16_82, "connected_gmail", _s28_16, _s18_55, _s31_14, _s16_83, _s100_, _s16_84, _s16_85, "count_minutes", ":count Minutes", _s16_86, _s16_87, _s29_15, _s28_67, "use_last_email", "Use last email", _s16_88, _s16_89, _s21_65, _s51_7, _s27_24, _s35_13, _s27_25, _s27_26, _s34_13, _s52_1, "help_translate", "Help Translate", _s23_26, _s23_27, "resend_invite", _s17_160, _s19_45, _s25_28, _s16_90, _s30_6, _s19_46, _s33_20, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_10, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_66, _s46_9, _s18_56, _s46_10, "connect_google", "Connect Google", _s17_50, _s17_51, _s17_52, _s25_70, _s18_57, _s18_58, _s34_14, _s34_15, "stay_logged_in", "Stay Logged In", _s23_28, _s40_4, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_47, _s19_48, _s17_53, _s17_54, "resend_email", "Resend Email", _s26_19, _s33_21, _s16_91, _s16_290, _s19_49, _s19_50, _s19_51, _s45_8, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_55, _s17_56, _s27_27, _s51_5, _s21_67, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_59, _s18_60, _s16_92, _s16_93, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_52, _s21_68, _s20_59, _s27_28, _s16_94, _s16_95, "save_and_email", "Save and Email", _s16_96, _s16_97, _s16_98, _s16_99, _s17_57, _s17_58, _s22_48, _s22_49, _s24_36, _s24_37, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_59, _s17_60, "document_upload", "Document Upload", _s20_60, _s34_16, "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_69, _s21_70, _s26_20, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_61, _s17_62, "update_app", "Update App", "started_import", _s27_29, _s24_38, _s24_39, _s20_61, _s20_62, _s18_61, _s18_62, "column", "Column", "sample", "Sample", "map_to", "Map To", "import", "Import", _s25_29, _s29_16, "select_file", _s20_123, _s16_100, _s16_101, "csv_file", "CSV file", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_50, _s24_40, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_63, _s17_64, "sidebar_editor", "Sidebar Editor", _s22_51, _s31_15, "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_41, _s24_42, _s24_43, _s24_44, "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_29, "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_45, _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_65, _s17_66, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_102, _s16_103, _s19_53, _s32_11, _s19_54, _s31_26, _s20_63, _s33_22, _s19_55, _s32_12, _s19_56, _s32_13, _s20_64, _s33_23, _s22_52, _s42_6, _s21_71, _s41_4, _s22_53, _s42_7, _s18_63, _s20_65, _s20_66, _s27_30, _s16_104, _s16_105, _s21_72, _s52_2, _s20_67, _s20_68, _s25_30, _s42_8, _s20_69, _s20_70, _s25_31, _s42_9, _s21_73, _s25_32, _s18_64, _s18_65, "task_settings", "Task Settings", _s20_71, _s20_72, _s18_66, _s18_67, _s20_73, _s20_74, _s21_74, _s21_75, _s24_46, _s37_9, _s24_47, _s37_10, _s25_33, _s38_6, _s24_48, _s29_51, _s24_49, _s37_11, _s25_34, _s38_7, _s27_31, _s45_12, _s26_21, _s46_11, _s27_32, _s47_1, _s23_30, _s25_35, _s25_36, _s32_14, _s21_76, _s21_77, "show_option", "Show Option", _s22_54, _s50_11, "view_changes", "View Changes", "force_update", "Force Update", _s17_67, _s76_0, "mark_paid_help", _s31_27, _s18_68, _s18_149, _s23_31, _s33_32, _s29_17, _s36_16, _s21_78, _s20_75, _s16_106, _s16_107, _s18_69, _s18_70, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_68, _s17_69, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_37, _s38_8, _s25_38, _s38_9, _s25_39, _s38_10, "gateway_refund", "Gateway Refund", _s19_57, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_55, _s22_56, _s21_79, _s21_80, _s17_70, _s17_71, "endless", "Endless", "next_send_date", "Next Send Date", _s16_108, _s16_109, _s17_72, _s17_73, _s18_71, _s18_72, _s21_81, _s21_82, _s22_57, _s22_58, _s25_40, _s38_11, _s25_41, _s38_12, _s26_22, _s39_6, _s25_42, _s38_13, _s25_43, _s38_14, _s26_23, _s39_7, _s27_33, _s47_2, _s26_24, _s46_12, _s27_34, _s47_3, _s24_50, _s26_25, _s25_44, _s32_15, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_17, _s28_18, "profit", "Profit", "line_item", "Line Item", _s18_73, _s18_74, _s23_32, _s35_25, _s19_58, _s19_59, _s24_51, _s52_3, "test_mode", "Test Mode", "opened", "Opened", _s30_7, _s22_59, _s30_8, _s22_60, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_74, _s17_75, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_110, _s16_111, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", _s17_184, _s24_52, _s24_53, "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_75, _s18_76, "pdf_page_info", _s23_33, _s16_112, _s29_52, "emailed_quotes", _s27_70, "emailed_credits", _s28_68, "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_10, "client_created", "Client Created", _s20_76, _s20_77, _s20_78, _s20_79, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_76, _s17_77, _s17_78, _s17_79, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_80, _s17_81, _s17_82, _s17_83, _s17_84, _s17_85, "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_86, _s28_19, "api_webhooks", "API Webhooks", "search_webhooks", _s22_61, "search_webhook", _s16_113, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_20, "updated_webhook", _s28_21, _s16_114, _s29_18, "deleted_webhook", _s28_22, "removed_webhook", _s28_23, _s16_115, _s29_19, _s17_87, _s37_12, _s16_116, _s36_5, _s16_117, _s36_6, _s17_88, _s37_13, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_80, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_26, "updated_token", _s26_27, "archived_token", _s27_35, "deleted_token", _s26_28, "removed_token", _s26_29, "restored_token", _s27_36, "archived_tokens", _s35_14, "deleted_tokens", _s34_17, "restored_tokens", _s35_15, _s19_60, _s19_61, _s24_54, _s45_9, "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_81, _s41_5, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_118, _s16_119, "contact_name", "Contact Name", "use_default", "Use default", _s16_120, _s17_89, "number_of_days", "Number of days", _s23_34, _s23_35, "payment_term", "Payment Term", _s16_121, _s16_122, _s17_90, _s17_91, _s20_82, _s33_24, _s20_83, _s33_25, _s21_83, _s34_18, _s20_84, _s33_26, _s20_85, _s33_27, _s21_84, _s34_19, _s22_62, _s42_11, _s21_85, _s41_6, _s22_63, _s42_12, "email_sign_in", _s18_135, "change", "Change", _s23_36, _s28_24, _s24_55, _s29_20, "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_77, _s18_78, _s16_123, _s16_272, "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_124, _s16_273, "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_92, "search_design", "Search 1 Design", "search_invoice", _s16_125, "search_client", "Search 1 Client", "search_product", _s16_126, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_93, "search_task", "Search 1 Tasks", "search_project", _s16_127, "search_expense", _s16_128, "search_payment", _s16_129, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_94, _s30_9, _s18_79, _s31_16, _s16_130, _s29_21, _s17_95, _s30_10, "reverse", "Reverse", "full_name", "Full Name", _s17_96, _s17_97, _s17_98, _s17_99, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_131, _s32_16, _s18_80, _s65_0, "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_45, "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_96, "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_46, _s25_47, _s16_132, _s16_133, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_64, _s69_0, "delete_company", "Delete Company", _s22_65, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_25, "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_37, "updated_design", _s27_38, "archived_design", _s28_26, "deleted_design", _s27_39, "removed_design", _s27_40, "restored_design", _s28_27, _s16_134, _s36_7, "deleted_designs", _s35_16, _s16_135, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_136, _s16_137, "recurring_tasks", "Recurring Tasks", _s18_81, _s18_82, "credit_date", "Credit Date", "credit", "Credit", "credits", "Credits", "new_credit", "Enter Credit", "edit_credit", "Edit Credit", "created_credit", _s27_41, "updated_credit", _s27_42, "archived_credit", _s28_28, "deleted_credit", _s27_43, "removed_credit", _s27_44, "restored_credit", _s28_29, _s16_138, _s36_20, "deleted_credits", _s35_26, _s16_139, _s36_9, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_30, _s41_7, _s16_140, _s16_141, "app_updated", _s29_22, "learn_more", "\u0645\u0634\u0627\u0647\u062f\u0647 \u0628\u06cc\u0634\u062a\u0631", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_100, _s17_101, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_31, "company1", _s16_142, "company2", _s16_143, "company3", _s16_144, "company4", _s16_145, "product1", _s16_146, "product2", _s16_147, "product3", _s16_148, "product4", _s16_149, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_150, "contact2", _s16_151, "contact3", _s16_152, "contact4", _s16_153, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_154, "project2", _s16_155, "project3", _s16_156, "project4", _s16_157, "expense1", _s16_158, "expense2", _s16_159, "expense3", _s16_160, "expense4", _s16_161, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_162, "invoice2", _s16_163, "invoice3", _s16_164, "invoice4", _s16_165, "payment1", _s16_166, "payment2", _s16_167, "payment3", _s16_168, "payment4", _s16_169, "surcharge1", _s18_83, "surcharge2", _s18_84, "surcharge3", _s18_85, "surcharge4", _s18_86, "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_87, _s18_88, _s17_102, _s17_103, "contact_phone", "Contact Phone", _s21_86, _s22_66, _s21_87, _s22_67, _s21_88, _s22_68, _s21_89, _s22_69, _s17_104, "Shipping Street", _s17_105, _s18_89, "shipping_city", "Shipping City", "shipping_state", _s23_37, _s20_86, _s20_87, _s16_170, _s16_171, _s16_172, "Billing Street", _s16_173, _s17_106, "billing_city", "Billing City", "billing_state", _s22_70, _s19_62, _s19_63, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_274, "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_174, _s16_175, "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_90, _s35_17, _s30_11, _s63_2, "message", "Message", "from", "From", _s20_88, _s20_89, _s25_48, _s56_0, _s20_90, _s34_20, _s18_90, _s18_91, _s23_38, _s33_33, _s18_92, _s18_93, "support_forum", "Support Forums", "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_91, _s21_133, _s20_91, _s58_2, _s19_64, _s19_65, _s23_39, _s23_40, _s20_92, _s20_93, "deleted_logo", _s25_49, "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_107, _s17_108, "show_cost_help", _s55_0, _s21_92, _s21_93, _s26_32, _s58_3, _s21_94, _s21_95, _s26_33, _s60_1, _s21_96, _s21_97, _s26_34, _s34_21, _s16_176, _s16_177, _s21_98, _s47_4, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_178, _s16_179, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_109, _s17_110, "item_tax_rates", "Item Tax Rates", _s18_94, _s22_80, "configure_rates", "Configure rates", _s18_95, _s18_96, "tax_settings", "Tax Settings", _s18_97, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_66, _s20_94, "options", "Options", _s16_180, _s16_181, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_45, _s39_8, "submit", "Submit", _s16_182, _s21_145, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_183, _s16_184, "before_due_date", _s19_67, "after_due_date", _s18_98, _s18_99, _s22_71, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_99, _s21_100, "quote_email", "Quote Email", _s16_185, _s16_186, _s16_187, _s16_188, "administrator", "Administrator", _s18_100, _s66_0, "user_management", "User Management", "users", "Users", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_50, "updated_user", _s25_51, "archived_user", _s26_35, "deleted_user", _s25_52, "removed_user", _s25_53, "restored_user", _s26_36, "archived_users", _s34_22, "deleted_users", _s33_28, "removed_users", _s33_29, "restored_users", _s34_23, _s16_189, _s16_190, "invoice_options", "Invoice Options", _s17_111, _s17_112, _s22_72, _s87_, _s23_41, "Embed Documents", _s28_30, _s39_9, _s16_191, "Show Header on", _s16_192, "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_101, "Auto Email", _s23_42, _s52_4, _s18_102, "Auto Archive", _s23_43, _s55_1, _s18_103, "Auto Convert", _s23_44, _s58_4, _s17_113, _s17_114, "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_115, "Three months", _s16_193, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_194, "Three Years", "never", "Never", "company", "Company", _s17_116, _s17_117, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_195, _s16_196, "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_118, _s17_119, "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_120, _s17_121, _s16_197, "Show on PDF", _s21_101, _s51_6, _s25_54, _s22_73, _s30_12, _s61_, _s23_45, _s20_95, _s28_31, _s59_0, _s25_55, _s17_122, _s30_13, _s42_13, _s23_46, "Quote Signature", _s22_74, _s25_56, _s27_46, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Regards,", _s24_56, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_198, _s16_199, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_68, "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_69, _s19_70, "credentials", "Credentials", "update_address", "Update Address", _s19_71, _s45_10, "rate", "\u0646\u0631\u062e", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_200, _s29_23, _s16_201, _s29_24, _s17_123, _s34_28, _s16_202, _s29_25, _s17_124, _s30_14, _s18_104, _s38_15, _s17_125, _s37_14, _s18_105, _s38_16, "fill_products", _s18_153, _s18_106, _s71_, "update_products", _s20_124, _s20_96, _s65_1, _s16_203, _s16_204, _s21_102, _s61_3, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_205, _s16_206, _s19_72, "New Gateway", _s20_97, "Edit Gateway", _s23_47, _s28_32, _s23_48, _s28_33, _s24_57, _s29_26, _s23_49, _s28_34, _s24_58, _s29_27, _s25_57, _s37_15, _s24_59, _s36_10, _s25_58, _s37_16, _s16_207, _s16_208, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_103, _s21_104, _s23_50, _s23_51, "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_107, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_73, _s19_74, _s17_126, _s17_127, _s19_75, _s19_76, _s18_108, _s18_109, _s18_110, _s18_111, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_37, "updated_group", _s26_38, "archived_groups", _s35_18, "deleted_groups", _s34_24, "restored_groups", _s35_19, "archived_group", _s27_47, "deleted_group", _s26_39, "restored_group", _s27_48, "upload_logo", "Upload Logo", "uploaded_logo", _s26_40, "logo", "Logo", "saved_settings", _s27_49, _s16_209, _s16_210, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_128, _s17_129, "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_52, _s21_105, _s22_75, _s20_98, _s19_77, _s19_78, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_50, _s28_35, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_79, _s19_80, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_59, _s25_60, _s24_60, _s24_61, _s33_30, _s77_1, "i_agree_to_the", "I agree to the", _s16_211, _s16_212, "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_112, _s18_113, _s21_106, _s34_25, "download", "Download", _s27_51, _s27_71, "take_picture", "Take Picture", "upload_files", "Upload Files", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_130, _s30_15, _s16_213, _s29_28, _s17_131, _s30_16, _s16_214, _s29_29, _s17_132, _s30_17, _s18_114, _s38_17, _s17_133, _s37_17, _s18_115, _s38_18, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_215, "Logged", _s16_216, "Pending", _s16_217, "Invoiced", "converted", "Converted", _s24_62, _s24_63, "exchange_rate", "Exchange Rate", _s16_218, _s16_307, "mark_paid", "Mark Paid", "category", "Category", "address", "\u0622\u062f\u0631\u0633", "new_vendor", "New Vendor", "created_vendor", _s27_52, "updated_vendor", _s27_53, "archived_vendor", _s28_36, "deleted_vendor", _s27_54, "restored_vendor", _s28_37, _s16_219, _s36_21, "deleted_vendors", _s35_27, _s16_220, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_38, "updated_expense", _s28_39, _s16_221, _s29_30, "deleted_expense", _s28_40, _s16_222, _s29_31, _s17_134, _s30_38, _s16_223, _s29_60, _s17_135, _s37_18, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_107, _s21_108, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_61, "stopped_task", _s25_62, "resumed_task", _s25_63, "now", "Now", _s16_224, _s16_225, "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_64, "updated_task", _s25_65, "archived_task", _s26_41, "deleted_task", _s25_66, "restored_task", _s26_42, "archived_tasks", _s34_29, "deleted_tasks", _s33_34, "restored_tasks", _s34_26, _s19_81, _s19_82, "budgeted_hours", "Budgeted Hours", "created_project", _s28_41, "updated_project", _s28_42, _s16_226, _s29_32, "deleted_project", _s28_43, _s16_227, _s29_33, _s17_136, _s37_26, _s16_228, _s36_17, _s17_137, _s37_19, "new_project", "New Project", _s27_55, _s28_44, "if_you_like_it", _s21_109, "click_here", "click here", _s18_116, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_18, _s42_14, "locked", "Locked", "authenticate", "Authenticate", _s19_83, _s19_84, _s24_64, _s24_65, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_97, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_138, _s17_139, "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", "all_time", "All Time", "custom", "Custom", _s16_229, _s16_230, "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_99, _s20_100, "billing_address", "Billing Address", _s16_231, _s16_232, "total_revenue", "Total Revenue", "average_invoice", "Average Invoice", "outstanding", "Outstanding", "invoices_sent", _s20_108, "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_233, _s16_234, _s23_53, _s23_54, _s26_43, _s26_44, _s21_110, _s21_111, _s26_45, _s26_46, "ascending", "Ascending", "descending", "Descending", "save", "Save", _s17_140, _s17_141, "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_85, _s30_19, "error", "Error", _s16_235, _s16_236, "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_237, _s16_238, "product", "Product", "products", "Products", "new_product", "New Product", "created_product", _s28_45, "updated_product", _s28_46, _s16_239, _s29_34, "deleted_product", _s28_47, _s16_240, _s29_35, _s17_142, _s37_27, _s16_241, _s36_18, _s17_143, _s37_20, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "\u0645\u0634\u062a\u0631\u06cc\u0627\u0646", "clients", "Clients", "new_client", "New Client", "created_client", _s27_56, "updated_client", _s27_57, "archived_client", _s28_48, _s16_242, _s36_22, "deleted_client", _s27_58, "deleted_clients", _s35_28, "restored_client", _s28_49, _s16_243, _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_50, "updated_invoice", _s28_51, _s16_244, _s29_36, "deleted_invoice", _s28_52, _s16_245, _s29_37, _s17_144, _s37_30, _s16_246, _s36_23, _s17_145, _s37_21, "emailed_invoice", _s28_77, "emailed_payment", _s28_69, "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_247, _s16_248, "paid_date", "Paid Date", "status", "Status", _s17_146, "Invoice Status", "quote_status", "Quote Status", _s22_76, _s22_77, _s22_78, _s19_98, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_101, _s20_102, _s22_79, _s22_80, _s24_66, _s24_67, "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_20, _s30_21, _s27_59, _s27_60, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial/Deposit", "paid", "Paid", "mark_sent", "Mark Sent", _s22_81, _s35_20, _s22_82, _s35_21, _s23_55, _s36_14, _s23_56, _s36_15, "done", "Done", _s37_22, _s37_23, "dark_mode", "Dark Mode", _s27_61, _s35_22, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Activity", _s16_249, _s16_250, "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_251, "Pending", _s16_252, "Voided", _s16_253, "Failed", _s16_254, "Completed", _s16_255, _s18_78, _s16_256, "Refunded", _s17_147, "Unapplied", _s17_148, _s19_50, "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_23, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "History", "payment", "Payment", "payments", "Payments", "refunded", "Refunded", "payment_type", "Payment Type", _s21_112, _s21_113, "enter_payment", "\u0648\u0627\u0631\u062f \u06a9\u0631\u062f\u0646 \u067e\u0631\u062f\u0627\u062e\u062a", "new_payment", "Enter Payment", "created_payment", _s28_53, "updated_payment", _s28_54, _s16_257, _s29_38, "deleted_payment", _s28_55, _s16_258, _s29_39, _s17_149, _s37_31, _s16_259, _s36_24, _s17_150, _s37_24, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_47, "updated_quote", _s26_48, "archived_quote", _s27_62, "deleted_quote", _s26_49, "restored_quote", _s27_63, "archived_quotes", _s35_29, "deleted_quotes", _s34_30, "restored_quotes", _s35_24, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_56, "activity_2", _s29_40, "activity_3", _s28_57, "activity_4", _s30_22, "activity_5", _s30_23, "activity_6", _s54_2, "activity_7", _s44_7, "activity_8", _s31_17, "activity_9", _s30_24, "activity_10", _s82_, "activity_11", _s30_25, "activity_12", _s31_18, "activity_13", _s30_26, "activity_14", _s28_58, "activity_15", _s28_59, "activity_16", _s29_41, "activity_17", _s28_60, "activity_18", _s26_50, "activity_19", _s26_51, "activity_20", _s50_12, "activity_21", _s28_61, "activity_22", _s27_64, "activity_23", _s26_52, "activity_24", _s27_65, "activity_25", _s31_19, "activity_26", _s29_42, "activity_27", _s31_20, "activity_28", _s29_43, "activity_29", _s42_15, "activity_30", _s28_62, "activity_31", _s29_44, "activity_32", _s28_63, "activity_33", _s29_45, "activity_34", _s30_27, "activity_35", _s31_21, "activity_36", _s30_28, "activity_37", _s31_22, "activity_39", _s50_13, "activity_40", _s64_0, "activity_41", _s41_10, "activity_42", _s24_68, "activity_43", _s24_69, "activity_44", _s25_67, "activity_45", _s24_70, "activity_46", _s25_68, "activity_47", _s30_29, "activity_48", _s24_75, "activity_49", _s24_76, "activity_50", _s25_71, "activity_51", _s24_77, "activity_52", _s25_72, "activity_53", _s26_53, "activity_54", _s27_72, "activity_55", _s31_28, "activity_56", _s27_73, "activity_57", _s39_10, "activity_58", _s31_23, "activity_59", _s32_17, "activity_60", _s28_61, "activity_61", _s28_64, "activity_62", _s28_65, "activity_63", _s61_0, "activity_64", _s62_0, "activity_65", _s61_1, "activity_66", _s63_3, "activity_80", _s40_5, "activity_81", _s40_6, "activity_82", _s41_8, "activity_83", _s40_7, "activity_84", _s41_9, _s17_151, _s17_152, "emailed_quote", _s26_58, "emailed_credit", _s27_74, _s20_103, _s33_31, _s21_114, _s34_27, "expired", "Expired", "all", "All", "select", "Select", _s22_83, _s22_84, "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_117, _s18_118, _s24_71, _s24_72, _s29_46, _s29_47, _s27_66, _s27_67, _s31_24, _s31_25, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_86, _s19_87, _s19_88, _s19_89, _s22_85, _s22_86, _s22_87, _s22_88, _s21_115, _s21_116, _s21_117, _s21_118, _s21_119, _s21_120, _s21_121, _s21_122, _s22_89, _s22_90, _s22_91, _s22_92, _s22_93, _s22_94, _s22_95, _s22_96, _s20_104, _s20_105, _s20_106, _s20_107, _s21_123, _s21_124, _s21_125, _s21_126, _s21_127, _s21_124, _s21_128, _s21_126, _s18_119, _s18_120, "counter_padding", "Counter Padding", _s28_66, _s27_75, _s18_121, _s18_122, _s18_123, _s18_124, _s18_125, _s18_126, _s18_127, _s18_128, _s18_129, _s18_130, _s18_131, _s18_132, _s21_129, _s21_130, _s19_90, _s19_91, _s21_131, _s21_132, _s29_48, _s29_49, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_260, _s16_261, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_262, "vendor_address1", "Vendor Street", "vendor_address2", _s16_263, _s24_73, _s22_97, _s24_74, _s25_69, "type", "Type", "invoice_amount", "Invoice Amount", _s16_264, "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_153, _s18_83, _s17_154, _s18_84, _s17_155, _s18_85, _s17_156, _s18_86, "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_92, _s19_93, _s16_265, _s16_275, _s19_94, _s19_95, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_133, _s18_134, _s16_266, _s16_267], t1, t1), "pl", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "Odnawialne", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Odepnij", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Pliki", "camera", "Aparat", "gallery", "Galeria", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Zmie\u0144 nazw\u0119", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "Administrator", "owner", "W\u0142a\u015bciciel", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Razem godzin", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "Op\u0142acany", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, "Minimalna kwota p\u0142atno\u015bci", _s25_5, "P\u0142atno\u015bci zainicjowane przez Klienta", _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", _s39_11, _s17_, _s17_0, _s26_1, _s26_2, "required", "Wymagane", "hidden", "Ukryte", "payment_links", "Payment Links", "action", "Akcja", _s32_, _s42_0, "next_run", "Nast\u0119pne uruchomienie", "all_clients", "All Clients", _s16_13, "Poka\u017c tabel\u0119 przedawnie\u0144", _s19_1, "Wy\u015bwietl tabel\u0119 p\u0142atno\u015bci", _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Raz", "schedule", "Zaplanuj", "schedules", "Harmonogramy", "new_schedule", "Nowy harmonogram", "edit_schedule", "Edytuj harmonogram", _s16_15, "Pomy\u015blnie utworzono harmonogram", _s16_16, "Pomy\u015blnie zaktualizowano harmonogram", _s17_1, "Pomy\u015blnie zarchiwizowano harmonogram", _s16_17, "Pomy\u015blnie usuni\u0119to harmonogram", _s16_18, "Pomy\u015blnie trwale usuni\u0119to harmonogram", _s17_2, "Pomy\u015blnie przywr\xf3cono harmonogram", "search_schedule", "Szukaj harmonogramu", _s16_19, "Szukaj harmonogram\xf3w", "archive_payment", "Zarchiwizuj p\u0142atno\u015b\u0107", "archive_invoice", "Zarchiwizuj faktur\u0119", "archive_quote", "Archiwizuj ofert\u0119", "archive_credit", "Zarchiwizuj dokument", "archive_task", "Archiwizuj zadanie", "archive_client", "Zarchiwizuj klienta", "archive_project", _s19_188, "archive_expense", "Archiwizuj wydatek", "restore_payment", "Przywr\xf3\u0107 p\u0142atno\u015b\u0107", "restore_invoice", "Przywr\xf3\u0107 faktur\u0119", "restore_quote", "Przywr\xf3\u0107 ofert\u0119", "restore_credit", "Przywr\xf3\u0107 dokument", "restore_task", "Przywr\xf3\u0107 zadanie", "restore_client", "Przywr\xf3\u0107 klienta", "restore_project", "Przywr\xf3\u0107 projekt", "restore_expense", "Przywr\xf3\u0107 wydatek", "archive_vendor", "Archiwizuj dostawc\u0119", "restore_vendor", "Przywr\xf3\u0107 dostawc\u0119", "create_product", "Dodaj produkt", "update_product", "Zaktualizuj produkt", "delete_product", "Usu\u0144 produkt", "restore_product", "Przywr\xf3\u0107 produkt", "archive_product", _s19_188, _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Faktura wys\u0142ana", "sent_quote", "Oferta wys\u0142ana", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Ilo\u015b\u0107 maksymalna", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "Formy p\u0142atno\u015bci", "view_all", "View All", "edit_all", "Edit All", _s28_0, "Zaakceptuj numer zam\xf3wienia", _s33_1, "Zezw\xf3l klientom na podanie numeru zam\xf3wienia podczas zatwierdzania oferty", "from_email", "From Email", "show_preview", "Poka\u017c podgl\u0105d", "show_paid_stamp", "Poka\u017c stempel zap\u0142acone", _s21_11, _s21_12, _s24_5, "W wybranych rekordach nie ma dokument\xf3w do pobrania", "pixels", "Pikseli", "logo_size", "Rozmiar logo", "postal_city", "Postal/City", "failed", "Nieudane", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "Godzina", _s17_3, _s40_1, _s17_4, "Poka\u017c stopk\u0119 w e-mailach", _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Wyr\xf3wnanie tre\u015bci e-maili", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Ostatnie 365 dni", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, "Chcesz przes\u0142a\u0107 swoje logo?", "upload", "Prze\u015blij", _s17_7, "Zainstalowana wersja", _s23_3, "Powiadom dostawc\u0119 o zap\u0142aceniu", _s28_5, "Wy\u015blij wiadomo\u015b\u0107 e-mail do dostawcy, gdy wydatek zostanie oznaczony jako op\u0142acony", "update_payment", "Update Payment", "markup", "Markup", _s22_10, "Utworzono zam\xf3wienie", _s19_8, "Wys\u0142ano zam\xf3wienie", _s21_13, "Wy\u015bwietlono zam\xf3wienie", _s23_5, "Zaakceptowano zam\xf3wienie", _s20_9, _s60_0, "klarna", "Klarna", _s29_7, "Ustaw kurs wymiany podczas r\u0119cznego wprowadzania p\u0142atno\u015bci", _s29_8, "Ustaw kurs wymiany podczas tworzenia wydatku", "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, "Wy\u015blij powiadomienie e-mail po dokonaniu p\u0142atno\u015bci online", _s25_8, "Wy\u015blij powiadomienie e-mail podczas r\u0119cznego wprowadzania p\u0142atno\u015bci", _s28_6, "Wy\u015blij powiadomienie e-mail po oznaczaniu faktury jako op\u0142aconej", "delete_project", "Usu\u0144 projekt", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, "Wymagana rejestracja", _s26_6, _s27_4, _s24_7, "W\u0142\u0105cz zarz\u0105dzanie zapasami", _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Warto\u015b\u0107", "is", "Jest", "contains", "Zawiera", "starts_with", "Rozpoczyna si\u0119 od", "is_empty", "Jest pusty", "add_rule", "Dodaj regu\u0142\u0119", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Regu\u0142y", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, "Zapisz jako domy\u015blne warunki", _s22_12, "Zapisz jako domy\u015bln\u0105 stopk\u0119", "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Zmie\u0144 numer", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transakcja", "bulk_print", "Drukuj PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "Podgl\u0105d PDF", _s20_14, _s20_15, _s21_22, _s16_411, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, "Konto bankowe zosta\u0142o utworzone", _s20_18, "Konto bankowe zosta\u0142o zaktualizowane", _s17_14, "Edytuj konto bankowe", _s16_28, _s16_29, "account_type", "Typ konta", _s16_30, "Nowe konto bankowe", _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "Wybranych", _s21_24, _s34_2, _s18_15, _s18_16, "deposit", "Deposit", "withdrawal", "Wyp\u0142ata", "deposits", "Deposits", "withdrawals", "Wyp\u0142aty", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "Aktualizuj dokument", "delete_credit", "Usu\u0144 dokument", "transaction", "Transakcja", "transactions", "Transakcje", "new_transaction", "Nowa transakcja", _s16_33, "Edytuj transakcj\u0119", _s19_15, "Pomy\u015blnie utworzono transakcj\u0119", _s19_16, "Pomy\u015blnie zaktualizowano transakcj\u0119", _s20_19, "Pomy\u015blnie zarchiwizowano transakcj\u0119", _s19_17, "Pomy\u015blnie usuni\u0119to transakcj\u0119", _s19_18, "Pomy\u015blnie trwale usuni\u0119to transakcj\u0119", _s20_20, "Pomy\u015blnie przywr\xf3cono transakcj\u0119", _s18_17, "Szukaj transakcji", _s19_19, _s26_7, "bank_account", "Konto bankowe", "bank_accounts", "Karty kredytowe i banki", _s21_25, "Konto bankowe zosta\u0142o zarchiwizowane.", _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Po\u0142\u0105cz", _s23_9, _s23_10, _s18_19, "Konwertuj na projekt", "client_email", "E-mail klienta", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Pole", "period", "Okres", "fields_per_row", "Pola na wiersz", _s21_27, "Aktywne faktury", _s26_8, "Zaleg\u0142e faktury", _s24_16, "Zako\u0144czone p\u0142atno\u015bci", _s23_11, "Zwr\xf3cone p\u0142atno\u015bci", _s19_22, "Active Quotes", _s21_28, "Approved Quotes", _s23_12, _s17_19, _s18_22, "Logged Tasks", _s20_27, "Invoiced Tasks", _s16_35, "Paid Tasks", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s44_0, "activity_131", _s44_1, "activity_132", _s45_3, "activity_133", _s44_2, "activity_134", _s45_4, "activity_135", _s44_3, "activity_136", _s46_1, "activity_137", _s48_, "vendor_portal", "Portal dostawcy", "send_code", "Wy\u015blij kod", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, "Stawki podatku pozycji na fakturze", _s21_31, "Pomy\u015blnie zweryfikowano numer telefonu", "code_was_sent", "Wys\u0142ano kod za pomoc\u0105 SMSa", _s16_37, _s39_3, "resend", "Pon\xf3w wysy\u0142k\u0119", "verify", "Zweryfikuj", _s18_23, "Prosz\u0119 poda\u0107 numer telefonu", _s20_28, "Nieprawid\u0142owy numer telefonu", _s19_23, "Zweryfikuj numer telefonu", _s24_18, "Zweryfikuj sw\xf3j numer telefonu, aby wysy\u0142a\u0107 maile", _s28_8, _s46_3, "merged_clients", "Pomy\u015blnie scalono klient\xf3w", "merge_into", "Scal w", "merge", "Scal", _s21_32, "Zmiana ceny zaakceptowana", _s19_25, "Zmiana ceny nie powiod\u0142a si\u0119 z kodem", _s17_23, "Przywr\xf3\u0107 zakupy", "activate", "Aktywuj", "connect_apple", "Po\u0142\u0105cz urz\u0105dzenie Apple", _s16_38, "Roz\u0142\u0105cz z urz\u0105dzeniem Apple", _s18_24, "Pomy\u015blnie roz\u0142\u0105czono z urz\u0105dzeniem Apple", "send_now", "Wy\u015blij teraz", "received", "Odebrane", _s19_26, "Data zam\xf3wienia", _s20_30, "Pomy\u015blnie przekszta\u0142cono na wydatek", _s21_34, "Pomy\u015blnie przekszta\u0142cono na wydatki", _s18_25, "Przekszta\u0142\u0107 w wydatek", _s16_40, "Dodaj do inwentarza", _s33_9, "Pomy\u015blnie dodano zam\xf3wienie do zapas\xf3w", _s34_7, "Pomy\u015blnie dodano zam\xf3wienia do zapas\xf3w", _s22_19, "Wysy\u0142anie dokument\xf3w przez klienta", _s22_21, "Wysy\u0142anie dokument\xf3w przez sprzedawc\u0119", _s27_10, "Zezwalaj dostawcom na przesy\u0142anie dokument\xf3w", _s24_19, "Czy podoba Ci si\u0119 aplikacja?", "yes_its_great", _s16_42, "not_so_much", "Nie za bardzo", _s17_25, "Wspaniale us\u0142ysze\u0107! Czy chcesz to oceni\u0107?", _s22_23, "Przykro mi to s\u0142ysze\u0107! Chcesz nam powiedzie\u0107 wi\u0119cej?", "sure_happy_to", "Jasne, ch\u0119tnie", "no_not_now", "Nie, nie teraz", "add", "Dodaj", _s18_27, "Ostatnio wys\u0142any szablon", _s22_24, "W\u0142\u0105cz elastyczne wyszukiwanie", _s27_11, _s55_, "vendor_details", "Szczeg\xf3\u0142y dostawcy", _s22_26, "Szczeg\xf3\u0142y zam\xf3wienia", "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Wy\u015blij Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Zaakceptowano", _s22_28, "Prosz\u0119 wybra\u0107 dostawc\u0119", _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, "Pomy\u015blnie od\u0142\u0105czono E-mail", "connect_email", "Po\u0142\u0105cz E-mail", _s16_43, "Od\u0142\u0105cz E-Mail", _s32_5, "U\u017cyj aplikacji webowej, aby po\u0142\u0105czy\u0107 z firm\u0105 Microsoft", "email_provider", "Dostawca poczty Email", _s17_26, "Po\u0142\u0105cz z firm\u0105 Microsoft", _s20_36, "Roz\u0142\u0105cz z firm\u0105 Microsoft", _s19_28, "Pomy\u015blnie po\u0142\u0105czono z firm\u0105 Microsoft", _s22_30, "Pomy\u015blnie roz\u0142\u0105czono z firm\u0105 Microsoft", _s17_28, "Zaloguj za pomoc\u0105 konta Microsoft", _s17_29, "Zarejestruj si\u0119 za pomoc\u0105 konta Microsoft", _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, "Podpis zam\xf3wienia", _s37_5, "Wymagaj od dostawcy z\u0142o\u017cenia podpisu.", "purchase_order", "Zam\xf3wienie", "purchase_orders", "Zam\xf3wienia", _s18_30, "Nowe zam\xf3wienie", _s19_29, "Edytuj zam\xf3wienie", _s22_33, "Pomy\u015blnie utworzono zam\xf3wienie", _s22_34, "Pomy\u015blnie zaktualizowano zam\xf3wienie", _s23_17, "Pomy\u015blnie zarchiwizowano zam\xf3wienie", _s22_35, "Pomy\u015blnie usuni\u0119to zam\xf3wienie", _s22_36, "Pomy\u015blnie trwale usuni\u0119to zam\xf3wienie", _s23_18, "Pomy\u015blnie przywr\xf3cono zam\xf3wienie", _s21_40, "Wyszukiwanie zam\xf3wia", _s22_37, "Wyszukiwanie zlece\u0144 zakupu", "login_url", "Adres logowania", _s16_46, "Ustawienia P\u0142atno\u015bci", "default", "Default", "stock_quantity", "Ilo\u015b\u0107 w magazynie", _s22_39, "Pr\xf3g powiadomienia", "track_inventory", "\u015aled\u017a inwentarz", _s20_41, "Wy\u015bwietlaj stany magazynowe produkt\xf3w i aktualizuj je po wys\u0142aniu faktur", _s19_31, "Powiadomienia o zapasach", _s24_23, "Wy\u015blij e-mail, gdy stan magazynowy osi\u0105gnie pr\xf3g", "vat", "VAT", "standing", "Oczekuj\u0105ce", "view_map", "Zobacz map\u0119", _s18_32, "Ustaw domy\u015blny projekt", "add_gateway", "Dodaj dostawc\u0119 p\u0142atno\u015bci", _s24_24, _s77_, "left", "Do lewej", "right", "Do prawej", "center", "Do \u015brodka", "page_numbering", "Numerowanie stron", _s24_25, "Wyr\xf3wnanie numerowania stron", _s31_6, "Faktura wys\u0142ana", _s24_27, "Poka\u017c opis produktu", _s29_13, "Do\u0142\u0105cz opis do listy produkt\xf3w", "invoice_items", "Pozycje faktury", "quote_items", "Cytuj przedmioty", "profitloss", "Zysk i strata", "import_format", "Format importu", "export_format", "Format eksportu", "export_type", "Typ eksportu", "stop_on_unpaid", "Zatrzymaj, gdy nieop\u0142acona", _s19_33, "Nie tw\xf3rz faktur cyklicznych, je\u015bli ostatnia faktura jest niezap\u0142acona.", "use_quote_terms", "Zastosuj warunki oferty", _s20_42, "Gdy oferta przekszta\u0142cana jest w faktur\u0119", "add_country", "Dodaj pa\u0144stwo", "enable_tooltips", "W\u0142\u0105cz podpowiedzi", _s20_43, "Poka\u017c podpowiedzi po najechaniu mysz\u0105", _s21_42, "B\u0142\u0105d: rekordy przynale\u017c\u0105 do wi\u0119cej ni\u017c jednego klienta", "register_label", "Utw\xf3rz konto w kilka sekund", "login_label", "Zaloguj si\u0119 u\u017cywaj\u0105c istniej\u0105ce konto", "add_to_invoice", "Dodaj do faktury :invoice", _s17_30, "Nie znaleziono faktur", "week", "Tydzie\u0144", "created_record", "Utworzono rekord pomy\u015blnie", _s26_10, "Archiwizuj automatycznie op\u0142acone", _s31_7, "Archiwizuj automatycznie faktury, kt\xf3re zosta\u0142y ju\u017c op\u0142acone.", _s31_8, "Archiwizuj automatycznie anulowane", _s36_2, _s46_14, _s20_44, "Alternatywna przegl\u0105darka plik\xf3w PDF", _s25_15, "Popraw przewijanie podgl\u0105du plik\xf3w PDF [BETA]", _s16_48, "Waluta faktury", "range", "Zakres", "tax_amount1", "Wysoko\u015b\u0107 podatku 1", "tax_amount2", "Wysoko\u015b\u0107 podatku 2", "tax_amount3", "Wysoko\u015b\u0107 podatku 3", "create_project", "Utw\xf3rz projekt", "update_project", "Zaktualizuj projekt", "view_task", "Zobacz zadanie", "cancel_invoice", "Anuluj", "changed_status", "Pomy\u015blnie zmieniono status zadania", "change_status", "Zmie\u0144 status", "fees_sample", "Op\u0142ata do faktury :amount wynosi\u0107 b\u0119dzie :total.", _s19_34, "W\u0142\u0105cz zdarzenia dotykowe", _s24_29, _s29_14, "after_saving", "Po zapisaniu", "view_record", "Podgl\u0105d rekordu", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Informacje o wydaniu", _s23_19, "Zwi\u0119ksz sw\xf3j plan, aby podejrze\u0107 raporty", "started_tasks", "Pomy\u015blnie uruchomiono :value zada\u0144", "stopped_tasks", "Pomy\u015blnie zatrzymano :value zada\u0144", "approved_quote", "Pomy\u015blnie zatwierdzono ofert\u0119", "approved_quotes", _s35_7, "approve", "Zatwierd\u017a", "client_website", "Strona internetowa klienta", "invalid_time", "Nieprawid\u0142owy czas", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, _s16_269, _s24_30, _s44_6, "due_on_receipt", "Due on Receipt", "is_paid", "Zap\u0142acone", "age_group_paid", "Zap\u0142acono", "id", "Id", "convert_to", "Konwertuj na", "client_currency", "Waluta klienta", _s16_51, "Waluta firmy", "purged_client", _s26_12, _s27_16, "Aby zapobiec spamowi, wymagamy uaktualnienia do p\u0142atnego konta w celu dostosowania wiadomo\u015bci e-mail", _s22_42, "Zwi\u0119ksz sw\xf3j plan, aby doda\u0107 firmy", "small", "Ma\u0142y", _s21_47, "Pomy\u015blnie oznaczono dokument jako op\u0142acone.", _s22_43, "Pomy\u015blnie oznaczono dokumenty jako op\u0142acone.", _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Remaining", "invoice_paid", _s17_265, "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_54, "Pokazuj podgl\u0105d PDF", _s21_48, "Wy\u015bwietlanie podgl\u0105du PDF podczas edycji faktur", "print_pdf", "Wydruk PDF", "remind_me", "Remind Me", _s16_56, _s16_57, "click_selected", "Klikni\u0119cie zaznaczonego", "hide_preview", "Ukryj podgl\u0105d", "edit_record", "Edycja rekordu", _s27_17, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_49, "Prosz\u0119 ustawi\u0107 has\u0142o do konta", "set_password", "Ustaw has\u0142o", _s17_33, "Zalecamy korzystanie z aplikacji komputerowej w celu uzyskania najlepszej wydajno\u015bci", _s16_58, "Zalecamy korzystanie z aplikacji mobilnej w celu uzyskania najlepszej wydajno\u015bci", _s20_49, _s33_13, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_50, "becs", _s17_158, "bulk_download", "Pobierz", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, "Kod pocztowy Klienta", _s17_35, "Numer VAT Klienta", "has_tasks", "Has Tasks", "registration", "Rejestracja", _s27_18, _s50_7, "view_expense", "Zobacz wydatek # :expense", "view_statement", "Zobacz wyci\u0105g", "sepa", _s17_159, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, "Zaktualizuj wszystkie rekordy", "system", "System", _s19_38, _s19_39, "updated_company", _s28_10, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, _s40_2, _s27_19, _s43_0, "app", "App", _s20_50, _s46_8, _s16_59, "Warto\u015b\u0107 brutto", _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "Nazwa Od", _s16_60, "Klonuj jako wydatek", _s17_38, "Wydatek odnawialny", _s18_39, "Wydatki odnawialne", _s21_50, "Nowy wydatek odnawialny", _s22_44, "Edycja wydatku odnawialnego", _s25_16, "Pomy\u015blnie utworzono wydatek cykliczny", _s25_17, "Pomy\u015blnie zaktualizowano wydatek cykliczny", _s26_13, "Pomy\u015blnie zarchiwizowano wydatek cykliczny", _s25_18, _s38_4, _s25_19, _s38_5, _s26_14, "Pomy\u015blnie przywr\xf3cono wydatek cykliczny", _s24_32, _s28_115, _s25_20, _s28_115, "last_sent_date", "Data ostatniej wysy\u0142ki", "include_drafts", "Include Drafts", _s19_42, _s32_9, "is_invoiced", "Is Invoiced", "change_plan", "Manage Plan", "persist_data", "Trwa\u0142e dane", "customer_count", "Liczba klient\xf3w", _s16_62, "Weryfikuj Klient\xf3w", _s16_64, "Analityka Google", _s28_11, _s28_12, "decimal_comma", "Dziesi\u0119tne jako przecinek", _s26_15, "U\u017cywaj przecinka jako cz\u0119\u015bci dziesi\u0119tne w formularzach", "select_method", "Wybierz metod\u0119", "select_platform", "Wybierz platform\u0119", _s28_13, _s42_4, _s16_66, "Stawki podatku od towar\xf3w s\u0105 wy\u0142\u0105czone", "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "user_guide", "Przewodnik u\u017cytkownika", _s18_41, "Dodaj drugi kontakt", "previous_page", "Poprzednia strona", "next_page", "Nast\u0119pna strona", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Wyczy\u015b\u0107 wszystko", "contrast", "Kontrast", "custom_colors", "Custom Colors", "colors", "Kolory", _s31_9, _s31_10, _s25_22, _s25_23, _s33_14, _s33_15, _s27_20, _s27_21, _s36_3, _s36_4, _s31_11, _s31_12, _s25_24, _s25_25, "net_subtotal", "Cena netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_22, _s57_0, _s21_52, "Dzisiaj jest ostatni dzie\u0144 okresu testowego planu Pro, kliknij aby zaktualizowa\u0107.", "change_email", "Zmie\u0144 email", _s25_26, _s52_0, _s21_53, _s21_54, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Czas wysy\u0142ki", "import_data", "Importuj dane", "import_settings", "Importuj ustawienia", _s17_40, "Podaj plik JSON", _s19_43, "Wybierz, aby zaimportowa\u0107 ustawienia i/lub dane", "json", "JSON", _s24_34, _s24_35, "wait_for_data", _s42_5, "net_total", "Razem netto", "has_taxes", "Zawiera podatki", _s16_67, _s16_68, _s18_43, _s40_3, "login_success", _s16_69, "login_failure", "Failed Login", "exported_data", _s67_, _s23_23, "Uwzgl\u0119dnij usuni\u0119tych klient\xf3w", _s28_15, "Za\u0142aduj rekordy nale\u017c\u0105ce do usuni\u0119tych klient\xf3w", "step_1_sign_in", "Step 1: Sign In", _s16_70, _s17_41, "account_id", "Account ID", _s27_22, _s35_11, "activity_100", ":user utworzy\u0142 faktur\u0119 cykliczn\u0105 :recurring_invoice", "activity_101", ":user zmieni\u0142 faktur\u0119 cykliczn\u0105 :recurring_invoice", "activity_102", ":user zarchiwizowa\u0142 faktur\u0119 cykliczn\u0105 :recurring_invoice", "activity_103", ":user usun\u0105\u0142 faktur\u0119 cykliczn\u0105 :recurring_invoice", "activity_104", ":user przywr\xf3ci\u0142 faktur\u0119 cykliczn\u0105 :recurring_invoice", _s18_44, _s18_45, _s23_25, _s35_12, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_71, _s16_72, _s18_46, "Wszystkie sesje zosta\u0142y pomy\u015blnie zako\u0144czone", _s16_73, "Zako\u0144cz wszystkie sesje", "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Utworzono faktur\u0119", "quote_created", "Utworzono ofert\u0119", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Ostatnia aktualizacja", "invoice_item", "Pozycja faktury", "quote_item", "Pozycja oferty", _s18_47, "Imi\u0119 kontaktu", _s17_42, "Nazwisko kontaktu", "order", "Zam\xf3wienie", "unassigned", "Nieprzypisano", "partial_value", _s49_0, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Aktywuj", "move_top", "Przesu\u0144 na pocz\u0105tek", "move_up", "Przesu\u0144 w g\xf3r\u0119", "move_down", "Przesu\u0144 w d\xf3\u0142", "move_bottom", "Przesu\u0144 na koniec", "subdomain_help", "Ustaw subdomen\u0119 lub wy\u015bwietl faktur\u0119 na swojej stronie.", _s21_55, _s53_, _s25_27, _s37_8, _s17_44, "Podgl\u0105d format\xf3w daty", "is_viewed", "Wy\u015bwietlony", "letter", "Letter", "legal", "Legal", "page_layout", "Uk\u0142ad strony", "portrait", "Pionowo", "landscape", "Poziomo", _s26_16, "W\u0142a\u015bciciel konta mo\u017ce przej\u015b\u0107 na plan p\u0142atny, aby w\u0142\u0105czy\u0107 zaawansowane ustawienia zaawansowane", _s20_52, "Zaktualizuj do p\u0142atnego planu aby w\u0142\u0105czy\u0107 zaawansowane ustawienia", _s21_56, "Warunki p\u0142atno\u015bci faktury", _s17_46, _s17_47, "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_49, _s18_50, "promo_code", "Kod promocyjny", "promo_discount", "Promo Discount", _s18_51, "Zezwalaj na anulowania", _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Wersja testowa w\u0142\u0105czona", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan mapy", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "Bezpiecze\u0144stwo", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Email Delivery", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, _s22_47, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Zmodyfikowano", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, "Subdomena jest niedost\u0119pna", "connect_gmail", "Connect Gmail", _s16_81, _s16_82, "connected_gmail", _s28_16, _s18_55, _s31_14, _s16_83, _s100_, _s16_84, "Numer ID Klienta", "count_minutes", ":count Minut", _s16_86, "Czas wygasania has\u0142a", _s29_15, _s28_67, "use_last_email", "Use last email", _s16_88, "Aktywuj firm\u0119", _s21_65, "W\u0142\u0105cz emaile, cykliczne faktury i powiadomienia", _s27_24, "Wyst\u0105pi\u0142 b\u0142\u0105d. Spr\xf3buj ponownie.", _s27_25, "Prosz\u0119 najpierw ustaw has\u0142o", _s34_13, _s52_1, "help_translate", "Pom\xf3\u017c w t\u0142umaczeniu", _s23_26, _s23_27, "resend_invite", "Pon\xf3w zaproszenie", _s19_45, _s25_28, _s16_90, _s30_6, _s19_46, _s33_20, "delivered", "Dostarczono", "bounced", "Bounced", "spam", "Spam", "view_docs", "Dokumentacja", _s32_10, _s72_, "send_sms", "Wy\u015blij SMS", "sms_code", "Kod SMS", _s21_66, _s46_9, _s18_56, _s46_10, "connect_google", "Po\u0142\u0105cz z Google", _s17_50, _s17_51, _s17_52, "Uwierzytelnianie dwusk\u0142adnikowe", _s18_57, _s18_58, _s34_14, "Wymagaj has\u0142a przy logowaniu spo\u0142eczno\u015bciowym", "stay_logged_in", "Pozosta\u0144 zalogowany", _s23_28, _s40_4, "count_hours", ":count Hours", "count_day", "1 dzie\u0144", "count_days", ":count dni", _s19_47, "Czas wygaszania sesji w przegl\u0105darce", _s17_53, "Ustawienia bezpiecze\u0144stwa", "resend_email", "Wy\u015blij ponownie email", _s26_19, "Potwierd\u017a sw\xf3j adres e-mail", _s16_91, "Zwr\xf3cono p\u0142atno\u015b\u0107", _s19_49, _s19_50, _s19_51, _s45_8, "list_long_press", "List Long Press", "show_actions", "Poka\u017c akcje", _s17_55, "Rozpocznij zaznaczanie wielu", _s27_27, _s51_5, _s21_67, _s97_, "this_quarter", "Ten kwarta\u0142", "last_quarter", "Poprzedni kwarta\u0142", "to_update_run", "To update run", _s18_59, "Konwertuj do faktury", _s16_92, _s16_93, "invoice_project", "Projekt faktury", "invoice_task", "Fakturuj zadanie", "invoice_expense", "Faktura na wydatek", _s19_52, _s21_68, _s20_59, "Przeszukaj :count warunki p\u0142atno\u015bci", _s16_94, "Zapis i Podgl\u0105d", "save_and_email", "Zapisz i wy\u015blij", _s16_96, _s16_97, _s16_98, "Kwota przeliczona", _s17_57, _s17_58, _s22_48, "Konwertowanie zap\u0142acono", _s24_36, _s24_37, "converted_total", "Converted Total", "is_sent", "Wys\u0142ano", _s17_59, "Domy\u015blne dokumenty", "document_upload", "Prze\u015blij dokument", _s20_60, "Zezw\xf3l klientom na przesy\u0142anie dokument\xf3w", "expense_total", "Ca\u0142kowity koszt", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Wprowad\u017a kwot\u0119", "before_taxes", "Przed podatkiem", "after_taxes", "Po podatku", "color", "Kolor", "show", "Poka\u017c", "hide", "Ukryj", "empty_columns", "Puste kolumny", _s21_69, "Tryb debugowania jest w\u0142\u0105czony", _s26_20, _s96_, "running_tasks", "Zadania w trakcie", "recent_tasks", "Ostatnie zadania", "recent_expenses", "Ostatnie wydatki", _s17_61, _s17_62, "update_app", "Update App", "started_import", _s27_29, _s24_38, _s24_39, _s20_61, "Stosuje podatki w\u0142\u0105cznie", _s18_61, _s18_62, "column", "Kolumna", "sample", "Przyk\u0142ad", "map_to", "Map To", "import", "Importuj", _s25_29, _s29_16, "select_file", "Wybierz plik", _s16_100, _s16_101, "csv_file", "Plik CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_50, _s24_40, "import_type", "Import Type", "html_mode", "Tryb HTML", "html_mode_help", "Podgl\u0105d jest szybszy, ale jest mniej dok\u0142adny", "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_63, _s17_64, "sidebar_editor", "Sidebar Editor", _s22_51, _s31_15, "purge", "Purge", "service", "Us\u0142uga", "clone_to", "Powiel do", "clone_to_other", "Powiel do Innych", "labels", "Etykiety", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Nie zap\u0142acono", "white_label", "White Label", "delivery_note", "Dow\xf3d dostawy", _s24_41, _s24_42, _s24_43, "Op\u0142acone faktury s\u0105 zablokowane", "source_code", "Kod \u017ar\xf3d\u0142owy", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Przedawniona", "partial_due", "Zaliczka", "invoice_total", "Faktura razem", "quote_total", "Oferta razem", "credit_total", "Suma \u015brodk\xf3w na koncie", _s23_29, "Faktura razem", "actions", "Actions", "expense_number", "Numer wydatku", "task_number", "Numer zadania", "project_number", "Project Number", "project_name", "Nazwa projektu", "warning", "Ostrze\u017cenie", "view_settings", "View Settings", _s24_45, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Oferta przedawniona", "remind_invoice", "Remind Invoice", "cvv", "Kod CVV", "client_name", "Nazwa klienta", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Obliczona stawka", _s17_65, _s17_66, "clear_cache", "Wyczy\u015b\u0107 pami\u0119\u0107 podr\u0119czn\u0105", "sort_order", "Kolejno\u015b\u0107 sortowania", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_102, _s16_103, _s19_53, _s32_11, _s19_54, _s31_26, _s20_63, _s33_22, _s19_55, _s32_12, _s19_56, _s32_13, _s20_64, _s33_23, _s22_52, _s42_6, _s21_71, _s41_4, _s22_53, _s42_7, _s18_63, _s20_65, _s20_66, _s27_30, _s16_104, _s16_105, _s21_72, _s52_2, _s20_67, _s20_68, _s25_30, _s42_8, _s20_69, _s20_70, _s25_31, _s42_9, _s21_73, _s25_32, _s18_64, "Skonfiguruj statusy", "task_settings", "Task Settings", _s20_71, _s20_72, _s18_66, "Kategorie wydatk\xf3w", _s20_73, "Nowa kategoria wydatk\xf3w", _s21_74, _s21_75, _s24_46, "Kategoria wydatk\xf3w zosta\u0142a utworzona", _s24_47, "Kategoria wydatk\xf3w zosta\u0142a zaktualizowana", _s25_33, "Kategoria wydatk\xf3w zosta\u0142a zarchiwizowana", _s24_48, "Usuni\u0119to kategori\u0119", _s24_49, _s37_11, _s25_34, "Przywr\xf3cono kategori\u0119 wydatk\xf3w", _s27_31, "Zarchiwizowana :count kategorii wydatk\xf3w", _s26_21, _s46_11, _s27_32, _s47_1, _s23_30, _s25_35, _s25_36, _s32_14, _s21_76, _s21_77, "show_option", "Show Option", _s22_54, _s50_11, "view_changes", "View Changes", "force_update", "Force Update", _s17_67, _s76_0, "mark_paid_help", "\u015aled\u017a op\u0142acony koszt", _s18_68, "Utw\xf3rz faktur\u0119", _s23_31, _s33_32, _s29_17, _s36_16, _s21_78, _s20_75, _s16_106, _s16_107, _s18_69, "Powiel do odnawialnych", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "User Field", "variables", "Variables", "show_password", "Poka\u017c has\u0142o", "hide_password", "Ukryj has\u0142o", "copy_error", "B\u0142\u0105d kopiowania", "capture_card", "Capture Card", _s17_68, _s17_69, "total_taxes", "Razem podatki", "line_taxes", "Line Taxes", "total_fields", "Suma p\xf3l", _s25_37, _s38_8, _s25_38, _s38_9, _s25_39, _s38_10, "gateway_refund", "Gateway Refund", _s19_57, _s43_2, "due_date_days", _s16_412, "paused", "Wstrzymane", "mark_active", "Oznacz jako aktywn\u0105", "day_count", "Dzie\u0144 :count", _s22_55, "Pierwszy dzie\u0144 miesi\u0105ca", _s21_79, "Ostatni dzie\u0144 miesi\u0105ca", _s17_70, "U\u017cyj warunk\xf3w p\u0142atno\u015bci", "endless", "Nieograniczone", "next_send_date", "Najbli\u017csza data wysy\u0142ki", _s16_108, "Ilo\u015b\u0107 powt\xf3rze\u0144", _s17_72, "Faktura cykliczna", _s18_71, "Faktury cykliczne", _s21_81, "Nowa faktura cykliczna", _s22_57, "Edytuj faktur\u0119 cykliczn\u0105", _s25_40, _s38_11, _s25_41, _s38_12, _s26_22, "Odnawialna faktura zosta\u0142a zarchiwizowana", _s25_42, "Faktura cykliczna zosta\u0142a usuni\u0119ta.", _s25_43, _s38_14, _s26_23, "Faktura cykliczna zosta\u0142a przywr\xf3cona", _s27_33, _s47_2, _s26_24, _s46_12, _s27_34, _s47_3, _s24_50, _s26_25, _s25_44, _s32_15, "send_date", "Data wys\u0142ania", "auto_bill_on", "Auto Bill On", _s28_17, "Minimalna kwota niedop\u0142aty", "profit", "Zysk", "line_item", "Element na li\u015bcie", _s18_73, "Zezwalaj na nadp\u0142at\u0119", _s23_32, "Akceptuj p\u0142acenie napiwk\xf3w", _s19_58, "Zezwalaj na niedop\u0142at\u0119", _s24_51, _s52_3, "test_mode", "Tryb testowy", "opened", "Otwarto", _s30_7, _s22_59, _s30_8, _s22_60, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Wy\u015blij E-Mail", _s17_74, _s17_75, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_110, _s16_111, "system_logs", "Logi systemu", "view_portal", "Zobacz portal", "copy_link", "Copy Link", "token_billing", "Zapisz dane karty", _s24_52, _s24_53, "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_75, "Ostatnio wys\u0142ane przypomnienie", "pdf_page_info", "Strona :current z :total", _s16_112, "Wysy\u0142ka maili powiod\u0142a si\u0119", "emailed_quotes", "Wysy\u0142ka ofert powiod\u0142a si\u0119", "emailed_credits", "Pomy\u015blnie wys\u0142ano dokument", "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", "U\u017cyj dost\u0119pnych \u015brodk\xf3w na koncie", "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", "Wysoko\u015b\u0107", "width", "Szeroko\u015b\u0107", "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_10, "client_created", "Client Created", _s20_76, _s20_77, _s20_78, _s20_79, "completed", "Zako\u0144czone", "gross", "Brutto", "net_amount", "Kwota netto", "net_balance", "Saldo netto", "client_settings", "Client Settings", _s17_76, _s17_77, _s17_78, _s17_79, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_80, _s17_81, _s17_82, "Nadchodz\u0105ce faktury", _s17_84, _s17_85, "recent_payments", "Ostatnie p\u0142atno\u015bci", "upcoming_quotes", "Nadchodz\u0105ce oferty", "expired_quotes", "Wygas\u0142e oferty", "create_client", "Utw\xf3rz klienta", "create_invoice", "Utw\xf3rz Faktur\u0119", "create_quote", "Stw\xf3rz ofert\u0119", "create_payment", "Create Payment", "create_vendor", "Utw\xf3rz dostawc\u0119", "update_quote", "Aktualizuj ofert\u0119", "delete_quote", "Usu\u0144 ofert\u0119", "update_invoice", "Aktualizuj faktur\u0119", "delete_invoice", "Usu\u0144 faktur\u0119", "update_client", "Aktualizuj klienta", "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", "Akceptuj\u0119 ofert\u0119", "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_86, _s28_19, "api_webhooks", "API Webhooks", "search_webhooks", _s22_61, "search_webhook", _s16_113, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_20, "updated_webhook", _s28_21, _s16_114, _s29_18, "deleted_webhook", _s28_22, "removed_webhook", _s28_23, _s16_115, _s29_19, _s17_87, _s37_12, _s16_116, _s36_5, _s16_117, _s36_6, _s17_88, _s37_13, "api_tokens", "Tokeny API", "api_docs", "Dokumentacja API", "search_tokens", _s20_80, "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_29, "restored_token", _s27_36, "archived_tokens", _s35_14, "deleted_tokens", _s34_17, "restored_tokens", _s35_15, _s19_60, _s19_61, _s24_54, "W\u0142\u0105cz klientom mo\u017cliwo\u015b\u0107 samodzielnej rejestracji w portalu", "email_invoice", "Wy\u015blij faktur\u0119", "email_quote", "Wy\u015blij ofert\u0119", "email_credit", "Email Credit", "email_payment", "P\u0142atno\u015b\u0107 e-mailem", _s20_81, _s41_5, "ledger", "Ledger", "view_pdf", "Wy\u015bwietl PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_118, _s16_119, "contact_name", "Nazwa kontaktu", "use_default", "Use default", _s16_120, _s17_89, "number_of_days", "Number of days", _s23_34, "Konfiguruj warunki p\u0142atno\u015bci", "payment_term", "Payment Term", _s16_121, _s16_122, _s17_90, "Edytuj warunki p\u0142atno\u015bci", _s20_82, "Utworzono termin p\u0142atno\u015bci", _s20_83, "Zaktualizowano termin p\u0142atno\u015bci", _s21_83, "Zarchiwizowano termin p\u0142atno\u015bci", _s20_84, _s33_26, _s20_85, _s33_27, _s21_84, _s34_19, _s22_62, _s42_11, _s21_85, _s41_6, _s22_63, _s42_12, "email_sign_in", "Zaloguj si\u0119 przez email", "change", "Change", _s23_36, _s28_24, _s24_55, _s29_20, "send_from_gmail", "Wy\u015blij z Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kwota salda", "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_77, _s18_78, _s16_123, _s17_266, "search_designs", "Search Designs", "search_invoices", "Szukaj faktur", "search_clients", "Szukaj klient\xf3w", "search_products", "Szukaj produkt\xf3w", "search_quotes", "Szukaj ofert", "search_credits", _s17_266, "search_vendors", "Szukaj dostawc\xf3w", "search_users", "Szukaj u\u017cytkownik\xf3w", _s16_124, "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_126, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_93, "search_task", "Search 1 Tasks", "search_project", _s16_127, "search_expense", _s16_128, "search_payment", _s16_129, "search_group", "Search 1 Group", "refund_payment", "Zwrot p\u0142atno\u015bci", _s17_94, _s30_9, _s18_79, _s31_16, _s16_130, _s29_21, _s17_95, _s30_10, "reverse", "Reverse", "full_name", "Pe\u0142na nazwa", _s17_96, "Miasto/wojew\xf3dztwo/kod pocztowy", _s17_98, "Kod pocztowy/Miasto/Wojew\xf3dztwo", "custom1", "Trzeci podatek", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "Licencja", "purge_data", "Data wyczyszczenia", _s16_131, "Pomy\u015blnie wyczyszczono dane firmy", _s18_80, "UWAGA: Spowoduje to trwa\u0142e usuni\u0119te Twoich danych, operacji tej nie mo\u017cna cofn\u0105\u0107.", "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", "Od\u015bwie\u017c", "saved_design", _s25_45, "client_details", "Szczeg\xf3\u0142y Klienta", "company_address", "Adres Firmy", "invoice_details", "Szczeg\xf3\u0142y faktury", "quote_details", "Szczeg\xf3\u0142y oferty", "credit_details", "Credit Details", "product_columns", "Kolumny w produkcie", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "Wszystkie wydarzenia", "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", "Faktura odczytana", "quote_viewed", "Wy\u015bwietlono", "credit_viewed", "Credit Viewed", "quote_approved", "Zaakceptowano", _s25_46, _s25_47, _s16_132, "Kup licencj\u0119", "apply_license", "Zastosuj licencj\u0119", "cancel_account", "Usu\u0144 konto", _s22_64, "Ostrze\u017cenie: Nie mo\u017cna cofn\u0105\u0107 tej operacji, wszystkie twoje dane zostan\u0105 usuni\u0119te.", "delete_company", "Usu\u0144 firm\u0119", _s22_65, "Ostrze\u017cenie: Spowoduje to trwa\u0142e usuni\u0119cie Twojej firmy. Tej czynno\u015bci nie mo\u017cna cofn\u0105\u0107.", "enabled_modules", "W\u0142\u0105czone modu\u0142y", "converted_quote", _s28_25, "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_37, "updated_design", _s27_38, "archived_design", _s28_26, "deleted_design", _s27_39, "removed_design", _s27_40, "restored_design", _s28_27, _s16_134, _s36_7, "deleted_designs", _s35_16, _s16_135, _s36_8, "proposals", "Propozycje", "tickets", "Tickets", _s16_136, "Powtarzalne wyceny", "recurring_tasks", "Recurring Tasks", _s18_81, "Zarz\u0105dzanie kontem", "credit_date", "Data", "credit", _s16_413, "credits", _s16_413, "new_credit", "Wprowad\u017a kredyt", "edit_credit", "Edytuj dokument", "created_credit", "Dokument zosta\u0142 pomy\u015blnie utworzony", "updated_credit", "Pomy\u015blnie zaktualizowano dokument", "archived_credit", "Zarchiwizowano dokument", "deleted_credit", "Dokument zosta\u0142 pomy\u015blnie usuni\u0119ty", "removed_credit", _s27_44, "restored_credit", "Dokument zosta\u0142 pomy\u015blnie przywr\xf3cony", _s16_138, "Zarchiwizowano :count dokument(y/\xf3w)", "deleted_credits", "Usuni\u0119to :count dokument(y/\xf3w)", _s16_139, _s36_9, "current_version", "Aktualna wersja", "latest_version", "Najnowsza wersja", "update_now", "Aktualizuj teraz", _s26_30, "Dost\u0119pna jest nowa wersja aplikacji", _s16_140, "Dost\u0119pna aktualizacja", "app_updated", "Aktualizacja zako\u0144czona pomy\u015blnie.", "learn_more", "Wi\u0119cej informacji", "integrations", "Integracje", "tracking_id", "Tracking Id", _s17_100, _s17_101, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nowa firma", "added_company", _s26_31, "company1", _s16_142, "company2", _s16_143, "company3", _s16_144, "company4", _s16_145, "product1", _s16_146, "product2", _s16_147, "product3", _s16_148, "product4", _s16_149, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", "W\u0142asne pole kontaktu 1", "contact2", "W\u0142asne pole kontaktu 2", "contact3", "W\u0142asne pole kontaktu 3", "contact4", "W\u0142asne pole kontaktu 4", "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_154, "project2", _s16_155, "project3", _s16_156, "project4", _s16_157, "expense1", _s16_158, "expense2", _s16_159, "expense3", _s16_160, "expense4", _s16_161, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_162, "invoice2", _s16_163, "invoice3", _s16_164, "invoice4", _s16_165, "payment1", _s16_166, "payment2", _s16_167, "payment3", _s16_168, "payment4", _s16_169, "surcharge1", _s18_83, "surcharge2", _s18_84, "surcharge3", _s18_85, "surcharge4", _s18_86, "group1", "W\u0142asna grupa 1", "group2", "W\u0142asna grupa 2", "group3", "W\u0142asna grupa 3", "group4", "W\u0142asna grupa 4", "reset", "Reset", "number", "Numer", "export", "Eksport", "chart", "Wykres", "count", "Ilo\u015b\u0107", "totals", "Razem", "blank", "Puste", "day", "Dzie\u0144", "month", "Miesi\u0105c", "year", "Rok", "subgroup", "Podgrupa", "is_active", "Aktywny", "group_by", "Grupuj wed\u0142ug", "credit_balance", "Saldo kredytowe", _s18_87, _s18_88, _s17_102, _s17_103, "contact_phone", "Numer telefonu kontaktu", _s21_86, "W\u0142asne pole kontaktu warto\u015b\u0107 1", _s21_87, "W\u0142asne pole kontaktu warto\u015b\u0107 2", _s21_88, "W\u0142asne pole kontaktu warto\u015b\u0107 3", _s21_89, "W\u0142asne pole kontaktu warto\u015b\u0107 4", _s17_104, "Ulica dostawy", _s17_105, "Numer domu dostawy", "shipping_city", "Miasto dostawy", "shipping_state", "Wojew\xf3dztwo/Powiat dostawy", _s20_86, "Kod pocztowy dostawy", _s16_170, "Pa\u0144stwo dostawy", _s16_172, "Billing Street", _s16_173, _s17_106, "billing_city", "Billing City", "billing_state", _s22_70, _s19_62, _s19_63, "billing_country", "Billing Country", "client_id", "Numer klienta", "assigned_to", "Przypisane do", "created_by", "Utworzono przez :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Dodaj kolumn\u0119", "edit_columns", "Edytuj kolumn\u0119", "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_265, _s16_174, _s16_175, "help", "Pomoc", "refund", "Zwrot", "refund_date", "Data zwrotu", "filtered_by", "Filtrowanie po", "contact_email", "Email kontaktowy", "multiselect", "Zaznaczanie wielu", "entity_state", "Stan", "verify_password", "Zweryfikuj has\u0142o", "applied", "Zastosowany", _s21_90, _s35_17, _s30_11, _s63_2, "message", "Wiadomo\u015b\u0107", "from", "Od", _s20_88, "Poka\u017c szczeg\xf3\u0142y produktu", _s25_48, _s56_0, _s20_90, _s34_20, _s18_90, _s18_91, _s23_38, _s33_33, _s18_92, _s18_93, "support_forum", "Support Forums", "about", "About", "documentation", "Dokumentacja", "contact_us", "Skontaktuj si\u0119 z nami", "subtotal", "Suma netto", "line_total", "Warto\u015b\u0107 pozycji", "item", "Pozycja", "credit_email", "Credit Email", "iframe_url", _s18_246, "domain_url", "Adres URL domeny", _s21_91, "Has\u0142o jest zbyt kr\xf3tkie", _s20_91, _s58_2, _s19_64, _s19_65, _s23_39, "Pulpit nawigacyjny portalu klienta", _s20_92, "Prosz\u0119 poda\u0107 warto\u015b\u0107", "deleted_logo", "Logo usuni\u0119to pomy\u015blnie", "yes", "Tak", "no", "Nie", "generate_number", "Generuj numer", "when_saved", "Gdy zapisano", "when_sent", "Gdy wys\u0142ano", "select_company", "Wybierz firm\u0119", "float", "Float", "collapse", "Zwi\u0144", "show_or_hide", "Poka\u017c/ukryj", "menu_sidebar", "Panel menu", "history_sidebar", "Panel historii", "tablet", "Tablet", "mobile", "Urz\u0105dzenie mobilne", "desktop", "Komputer", "layout", "Uk\u0142ad", "view", "Podgl\u0105d", "module", "Modu\u0142", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Poka\u017c koszt", _s17_107, "Poka\u017c koszt produktu", "show_cost_help", _s55_0, _s21_92, _s21_93, _s26_32, _s58_3, _s21_94, _s21_95, _s26_33, _s60_1, _s21_96, "Poka\u017c rabat na produkt", _s26_34, "Wy\u015bwietl pole rabatu dla pozycji zam\xf3wienia", _s16_176, _s16_177, _s21_98, _s47_4, "one_tax_rate", "Jedna stawka podatku", "two_tax_rates", "Dwie stawki podatku", "three_tax_rates", "Trzy stawki podatku", _s16_178, "Domy\u015blna stawka podatku", "user", "U\u017cytkownik", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_109, _s17_110, "item_tax_rates", "Item Tax Rates", _s18_94, "Wybierz klienta", "configure_rates", "Skonfiguruj stawki", _s18_95, _s18_96, "tax_settings", "Ustawienia podatk\xf3w", _s18_97, "Wysoko\u015b\u0107 podatk\xf3w", "accent_color", "Kolor akcentu", "switch", "Zmie\u0144", _s19_66, "Lista oddzielona przecinkami", "options", "Opcje", _s16_180, "Tekst jednoliniowy", "multi_line_text", "Tekst wieloliniowy", "dropdown", "Rozwi\u0144", "field_type", "Typ pola", _s27_45, "Wys\u0142ano email do odzyskiwania has\u0142a", "submit", "Wy\u015blij", _s16_182, "Odzyskaj swoje has\u0142o", "late_fees", "Op\u0142aty za op\xf3\u017anienie", "credit_number", "Numer dokumentu", "payment_number", "Numer p\u0142atno\u015bci", "late_fee_amount", "Kwota op\u0142aty za sp\xf3\u017anienie", _s16_183, "Procent op\u0142aty za sp\xf3\u017anienie", "before_due_date", "Przed terminem", "after_due_date", "Po terminie", _s18_99, "Po dacie wystawienia faktury", "days", "Dni", "invoice_email", "Email faktury", "payment_email", "Email p\u0142atno\u015bci", "partial_payment", "Partial Payment", "payment_partial", "Cz\u0119\u015bciowa p\u0142atno\u015b\u0107", _s21_99, _s21_100, "quote_email", "Email oferty", _s16_185, _s16_186, _s16_187, "Filtrowano po polu u\u017cytkownik", "administrator", "Administrator", _s18_100, "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", "U\u017cytkownik utworzony poprawnie", "updated_user", "U\u017cytkownik zosta\u0142 zaktualizowany", "archived_user", "U\u017cytkownik zosta\u0142 zarchiwizowany", "deleted_user", "U\u017cytkownik zosta\u0142 usuni\u0119ty", "removed_user", "Pomy\u015blnie usuni\u0119to u\u017cytkownika", "restored_user", "U\u017cytkownik zosta\u0142 przywr\xf3cony", "archived_users", _s34_22, "deleted_users", _s33_28, "removed_users", _s33_29, "restored_users", _s34_23, _s16_189, "Ustawienia og\xf3lne", "invoice_options", "Opcje faktury", _s17_111, "Ukryj pole 'Zap\u0142acono'", _s22_72, "Wy\u015bwietlaj 'Zap\u0142acono' tylko przy tych fakturach, do kt\xf3rych otrzymano p\u0142atno\u015b\u0107.", _s23_41, "Za\u0142\u0105czniki", _s28_30, "Wstaw do faktury za\u0142\u0105czniki graficzne.", _s16_191, "Poka\u017c nag\u0142\xf3wek na", _s16_192, "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", "Wygl\u0105d oferty", "invoice_fields", "Pola faktury", "product_fields", "Pola produkt\xf3w", "invoice_terms", _s17_267, "invoice_footer", "Stopka faktury", "quote_terms", "Warunki oferty", "quote_footer", "Stopka oferty", _s18_101, "Auto Email", _s23_42, _s52_4, _s18_102, "Auto Archive", _s23_43, _s55_1, _s18_103, "Automatycznie konwertuj", _s23_44, "Po zaakceptowaniu automatycznie konwertuj ofert\u0119 na faktur\u0119.", _s17_113, _s17_114, "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_115, "Co trzy miesi\u0105ce", _s16_193, "Cztery miesi\u0105ce", "freq_six_months", "Co sze\u015b\u0107 miesi\u0119cy", "freq_annually", "Co rok", "freq_two_years", "Dwa lata", _s16_194, "Trzy lata", "never", "Nigdy", "company", "Firma", _s17_116, "Wygenerowane numery", "charge_taxes", "Obci\u0105\u017c podatkami", "next_reset", "Nast\u0119pny reset", "reset_counter", "Zresetuj licznik", _s16_195, "Prefiks dla dokument\xf3w cyklicznych", "number_padding", "Dope\u0142nienie liczb", "general", "Og\xf3lne", "surcharge_field", "Pole dop\u0142aty", "company_field", "Company Field", "company_value", "Firma - warto\u015b\u0107", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_118, _s17_119, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Pole p\u0142atno\u015bci", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Pole grupy", "number_counter", "Licznik", "prefix", "Prefiks", "number_pattern", "Wz\xf3r liczb", "messages", "Wiadomo\u015bci", "custom_css", "W\u0142asny CSS", _s17_120, "W\u0142asny JavaScript", _s16_197, "Show on PDF", _s21_101, _s51_6, _s25_54, "Przycisk wyboru do warunk\xf3w faktury", _s30_12, "Wymagaj od klienta potwierdzenia, \u017ce akceptuje warunki faktury.", _s23_45, "Przycisk wyboru do warunk\xf3w oferty", _s28_31, "Wymagaj od klienta potwierdzenia, \u017ce akceptuje warunki oferty.", _s25_55, "Podpis na fakurze", _s30_13, "Wymagaj od klienta podpisania faktury", _s23_46, "Podpis na ofercie", _s22_74, "Faktury chronione has\u0142em", _s27_46, "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_56, _s86_, "plain", "Zwyk\u0142y", "light", "Jasny", "dark", "Ciemny", "email_design", "Motyw email", "attach_pdf", "Za\u0142\u0105cz PDF", _s16_198, "Za\u0142\u0105cz dokumenty", "attach_ubl", "Za\u0142\u0105cz UBL", "email_style", "Styl wiadomo\u015bci Email", _s19_68, "Aktywuj Markup", "reply_to_email", "Odpowiedz do:", "reply_to_name", "Odpowiedz do", "bcc_email", "UDW Email", "processed", "Przetworzony", "credit_card", "Karta Kredytowa", "bank_transfer", "Przelew bankowy", "priority", "Priorytet", "fee_amount", "Do zap\u0142aty", "fee_percent", "Procent op\u0142aty", "fee_cap", "Limit op\u0142at", "limits_and_fees", "Limity/Op\u0142aty", "enable_min", "Aktywuj min", "enable_max", "Aktywuj max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_69, _s19_70, "credentials", "Uprawnienia", "update_address", "Aktualizuj adres", _s19_71, "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_200, "Pomy\u015blnie utworzono stawk\u0119 podatku", _s16_201, "Pomy\u015blnie zaktualizowano stawk\u0119 podatku", _s17_123, "Zarchiwizowano stawk\u0119 podatkow\u0105", _s16_202, "Pomy\u015blnie usuni\u0119to stawk\u0119 podatku", _s17_124, "Pomy\u015blnie przywr\xf3cono stawk\u0119 podatku", _s18_104, _s38_15, _s17_125, _s37_14, _s18_105, _s38_16, "fill_products", "Automatycznie uzupe\u0142niaj produkty", _s18_106, "Wybieranie produktu automatycznie uzupe\u0142ni opis i kwot\u0119", "update_products", "Automatycznie aktualizuj produkty", _s20_96, "Zaktualizowanie faktury automatycznie uaktualni produkt w bibliotece produkt\xf3w", _s16_203, _s16_204, _s21_102, "Automatycznie zamieniaj ceny produktu na walut\u0119 klienta", "fees", "Op\u0142aty", "limits", "Limity", "provider", "Dostawca", "company_gateway", "Bramka p\u0142atno\u015bci", _s16_205, "Bramki p\u0142atno\u015bci", _s19_72, "Nowa bramka", _s20_97, "Edytuj bramk\u0119", _s23_47, "Utworzono bramk\u0119 pomy\u015blnie", _s23_48, "Zaktualizowano bramk\u0119 pomy\u015blnie", _s24_57, "Zarchiwizowano bramk\u0119 pomy\u015blnie", _s23_49, "Usuni\u0119to bramk\u0119 pomy\u015blnie", _s24_58, "Przywr\xf3cono bramk\u0119 pomy\u015blnie", _s25_57, _s37_15, _s24_59, _s36_10, _s25_58, _s37_16, _s16_207, "Kontynuuj edytowanie", "discard_changes", "Anuluj wprowadzone zmiany", "default_value", "Domy\u015blna warto\u015b\u0107", "disabled", "Wy\u0142\u0105czono", "currency_format", "Format waluty", _s21_103, "Pierwszy dzie\u0144 tygodnia", _s23_50, "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", "Kod", "date_format", "Format daty", "datetime_format", "Format daty i godziny", "military_time", "24 godzinny czas", _s18_107, "Wy\u015bwietlanie czasu 24 godzinnego", "send_reminders", "Wy\u015blij przypomnienia", "timezone", "Strefa czasowa", _s19_73, _s19_74, _s17_126, "Filtrowane wed\u0142ug grup", _s19_75, "Filtrowane wed\u0142ug faktur", _s18_108, "Filtrowane wed\u0142ug klienta", _s18_110, "Filtrowane wed\u0142ug dostawcy", "group_settings", "Ustawienia grupy", "group", "Grupuj", "groups", "Grupy", "new_group", "Nowa grupa", "edit_group", "Edytuj grup\u0119", "created_group", "Grupa utworzona pomy\u015blnie", "updated_group", "Grupa zaktualizowana pomy\u015blnie", "archived_groups", "Pomy\u015blnie zarchiwizowano :value grup", "deleted_groups", "Pomy\u015blnie usuni\u0119to :value grup", "restored_groups", "Pomy\u015blnie przywr\xf3cono :value grup", "archived_group", "Grupa zarchiwizowana pomy\u015blnie", "deleted_group", "Grupa usuni\u0119ta pomy\u015blnie", "restored_group", "Grupa przywr\xf3cona pomy\u015blnie", "upload_logo", "Prze\u015blij logo", "uploaded_logo", _s26_40, "logo", "Logo", "saved_settings", _s27_49, _s16_209, "Ustawienia produktu", "device_settings", "Ustawienia urz\u0105dzenia", "defaults", "Domy\u015blne", "basic_settings", "Ustawienia podstawowe", _s17_128, "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_52, "Szablony i przypomnienia", _s22_75, _s20_98, _s19_77, "Wizualizacje danych", "price", "Cena", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_50, "Dzi\u0119kujemy za zakup!", "redeem", "Redeem", "back", "Cofnij", "past_purchases", "Poprzednie zam\xf3wienia", _s19_79, "Abonament roczny", "pro_plan", "Plan profesjonalny", "enterprise_plan", "Plan korporacyjny", "count_users", ":count u\u017cytkownik\xf3w", "upgrade", "Aktualizacja", _s25_59, "Prosz\u0119 poda\u0107 imi\u0119", _s24_60, "Prosz\u0119 poda\u0107 nazwisko", _s33_30, "Aby utworzy\u0107 konto, zaakceptuj warunki korzystania z us\u0142ugi oraz polityk\u0119 prywatno\u015bci.", "i_agree_to_the", "Zgadzam si\u0119 z", _s16_211, "Warunki korzystania z Serwisu", "privacy_policy", "Polityka prywatno\u015bci", "sign_up", "Zapisz si\u0119", "account_login", "Logowanie", "view_website", "Zobacz stron\u0119 internetow\u0105", "create_account", "Utw\xf3rz konto", "email_login", "Email Login", "create_new", "Dodaj nowy/now\u0105", _s18_112, "Nie zaznaczono rekordu", _s21_106, "Prosz\u0119 zapisz lub anuluj wprowadzone zmiany", "download", "Pobierz", _s27_51, "Wymaga planu korporacyjnego", "take_picture", "Zr\xf3b zdj\u0119cie", "upload_files", "Upload Files", "document", "Dokument", "documents", "Dokumenty", "new_document", "Nowy dokument", "edit_document", "Edytuj dokument", _s17_130, "Dokument przes\u0142any poprawnie", _s16_213, "Dokument zaktualizowany poprawnie", _s17_131, "Dokument zarchiwizowany poprawnie", _s16_214, "Dokument usuni\u0119ty poprawnie", _s17_132, "Dokument przywr\xf3cony poprawnie", _s18_114, _s38_17, _s17_133, _s37_17, _s18_115, _s38_18, "no_history", "Brak historii", "expense_date", "Data obci\u0105\u017cenia", "pending", "Oczekuj\u0119", _s16_215, "Zalogowano", _s16_216, "W trakcie", _s16_217, "Zafakturowane", "converted", "Skonwertowano", _s24_62, "Dodaj dokumenty do faktury", "exchange_rate", "Kurs wymiany", _s16_218, "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_219, "Zarchiwizowano :count dostawc\xf3w", "deleted_vendors", "Usuni\u0119to :count dostawc\xf3w", _s16_220, _s36_11, "new_expense", "Dodaj wydatek", "created_expense", "Wydatek zosta\u0142 utworzony", "updated_expense", "Wydatek zosta\u0142 zaktualizowany", _s16_221, _s30_62, "deleted_expense", _s24_133, _s16_222, "Wydatek zosta\u0142 przywr\xf3cony", _s17_134, _s30_62, _s16_223, _s24_133, _s17_135, _s37_18, "copy_shipping", "Kopiuj dostaw\u0119", "copy_billing", "Copy Billing", "design", "Projekt", _s21_107, "Nie znaleziono wpisu", "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_61, "stopped_task", "Zako\u0144czono wykonywanie zadania", "resumed_task", "Pomy\u015blnie wznowiono zadanie", "now", "Teraz", _s16_224, _s16_225, "timer", "Odliczanie czasu", "manual", "Wprowad\u017a r\u0119cznie", "budgeted", "Zabud\u017cetowane", "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_26, _s19_81, "Prosz\u0119 poda\u0107 nazw\u0119", "budgeted_hours", "Zaplanowane godziny", "created_project", "Utworzono projekt", "updated_project", "Zaktualizowano projekt", _s16_226, "Zarchiwizowano projekt", "deleted_project", "Usuni\u0119to projekt", _s16_227, "Przywr\xf3cono projekt", _s17_136, "Zarchiwizowano :count projekt\xf3w", _s16_228, "Usuni\u0119to :count projekty/projekt\xf3w", _s17_137, _s37_19, "new_project", "Nowy projekt", _s27_55, "Dzi\u0119kujemy za u\u017cywanie naszej aplikacji!", "if_you_like_it", "Je\u015bli Ci si\u0119 spodoba, prosz\u0119", "click_here", "kliknij tutaj", _s18_116, "Kliknij tutaj", "to_rate_it", "oceni\u0107.", "average", "\u015arednia", "unapproved", "Niezatwierdzone", _s30_18, "Uwierzytelnij si\u0119, aby zmieni\u0107 to ustawienie", "locked", "Zablokowane", "authenticate", "Uwierzytelnij si\u0119", _s19_83, "Prosz\u0119 si\u0119 uwierzytelni\u0107", _s24_64, "Uwierzytelnienie biometryczne", "footer", "Stopka", "compare", "Por\xf3wnaj", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", "Zaloguj si\u0119 przez Google", "today", "Dzi\u015b", "custom_range", "Okre\u015blony okres", "date_range", "Zakres czasowy", "current", "Obecny", "previous", "Poprzedni", "current_period", "Obecny okres", _s17_138, "Por\xf3wnanie okres\xf3w", "previous_period", "Poprzedni okres", "previous_year", "Poprzedni rok", "compare_to", "Por\xf3wnaj z", "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", "all_time", "All Time", "custom", "Dostosowanie", _s16_229, "Powiel do Faktury", "clone_to_quote", "Powiel do Oferty", "clone_to_credit", "Clone to Credit", "view_invoice", "Zobacz faktur\u0119", "convert", "Konwertuj", "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_99, _s20_100, "billing_address", "Adres rozliczeniowy", _s16_231, "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_233, "Od\u015bwie\u017canie zako\u0144czone", _s23_53, "Wprowad\u017a adres E-Mail", _s26_43, "Wprowad\u017a has\u0142o", _s21_110, "Wprowad\u017a adres URL", _s26_45, "Prosz\u0119 wprowad\u017a klucz produktu", "ascending", "Rosn\u0105co", "descending", "Malej\u0105co", "save", "Zapisz", _s17_140, "Wyst\u0105pi\u0142 b\u0142\u0105d", "paid_to_date", "Zap\u0142acono", "balance_due", "Do zap\u0142aty", "balance", "Saldo", "overview", "Podsumowanie", "details", "Szczeg\xf3\u0142y", "phone", "Telefon", "website", _s18_246, "vat_number", "Numer NIP", "id_number", "REGON", "create", "Utw\xf3rz", _s19_85, "Skopiowano :value do schowka", "error", "B\u0142\u0105d", _s16_235, "Nie mo\u017cna uruchomi\u0107", "contacts", "Kontakty", "additional", "Dodatkowe", "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_237, "Email nieprawid\u0142owy", "product", "Produkt", "products", "Produkty", "new_product", "Nowy produkt", "created_product", "Produkt zosta\u0142 utworzony", "updated_product", "Produkt zosta\u0142 zaktualizowany", _s16_239, "Produkt zosta\u0142 zarchiwizowany", "deleted_product", "Usuni\u0119to produkt", _s16_240, "Przywr\xf3cono produkt", _s17_142, "Pomy\u015blnie zarchiwizowano :count produkt\xf3w", _s16_241, "Usuni\u0119to :count produkt\xf3w", _s17_143, _s37_20, "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_242, "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_243, _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_244, "Faktura zosta\u0142a zarchiwizowana", "deleted_invoice", "Faktura zosta\u0142a usuni\u0119ta", _s16_245, "Faktura zosta\u0142a przywr\xf3cona", _s17_144, "Zarchiwizowano :count faktury", _s16_246, "Usuni\u0119to :count faktury", _s17_145, _s37_21, "emailed_invoice", "Faktura zosta\u0142a wys\u0142ana", "emailed_payment", "Pomy\u015blnie wys\u0142ano p\u0142atno\u015b\u0107 e-mailem", "amount", "Kwota", "invoice_number", "Numer faktury", "invoice_date", "Data wystawienia", "discount", "Rabat", "po_number", _s16_411, "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", "Nazwa towaru/us\u0142ugi", "unit_cost", "Cena jedn. netto", "quantity", "Ilo\u015b\u0107", "add_item", "Dodaj Pozycj\u0119", "contact", "Kontakt", "work_phone", "Telefon s\u0142u\u017cbowy", "total_amount", "Razem warto\u015b\u0107", "pdf", "PDF", "due_date", _s16_412, _s16_247, "Termin cz\u0119\u015bciowej p\u0142atno\u015bci", "paid_date", "Paid Date", "status", "Status", _s17_146, "Status Faktury", "quote_status", "Status oferty", _s22_76, "Kliknij + aby doda\u0107", _s22_78, "Kliknij + aby doda\u0107 czas", "count_selected", "zaznaczono :count", "total", "Razem", "percent", "Procent", "edit", "Edytuj", "dismiss", "Odrzu\u0107", _s20_101, "Prosz\u0119 wybra\u0107 dat\u0119", _s22_79, "Prosz\u0119 wybra\u0107 klienta", _s24_66, "Prosz\u0119 wybra\u0107 faktur\u0119", "task_rate", "Stawka zadania", "settings", "Ustawienia", "language", "J\u0119zyk", "currency", "Waluta", "created_at", "Data utworzenia", "created_on", "Created On", "updated_at", "Zaktualizowano", "tax", "Podatek", _s30_20, "Prosz\u0119 poda\u0107 numer faktury", _s27_59, _s27_60, "past_due", "Po terminie", "draft", "Wersja robocza", "sent", "Wys\u0142ane", "viewed", "Wy\u015bwietlone", "approved", "Zatwierdzone", "partial", "Zaliczka/Op\u0142.cz\u0119\u015b\u0107", "paid", "Zap\u0142acono", "mark_sent", "Oznacz jako wys\u0142ane", _s22_81, _s35_20, _s22_82, _s35_21, _s23_55, _s36_14, _s23_56, _s36_15, "done", "Gotowe", _s37_22, _s37_23, "dark_mode", "Tryb ciemny", _s27_61, "Uruchom ponownie aplikacj\u0119, aby zastosowa\u0107 zmian\u0119", "refresh_data", "Od\u015bwie\u017canie danych", "blank_contact", "Pusty Kontakt", "activity", "Dziennik aktywno\u015bci", _s16_249, "Brak rekord\xf3w", "clone", "Powiel", "loading", "Loading", "industry", "Bran\u017ca", "size", "Rozmiar", "payment_terms", _s17_267, "payment_date", "Data p\u0142atno\u015bci", "payment_status", "Status p\u0142atno\u015bci", _s16_251, "W trakcie", _s16_252, "Uniewa\u017cniona", _s16_253, "Nieudana", _s16_254, "Zako\u0144czona", _s16_255, "Cz\u0119\u015bciowo zwr\xf3cone", _s16_256, "Zwr\xf3cone", _s17_147, "Unapplied", _s17_148, _s19_50, "net", "Suma netto", "client_portal", "Portal klienta", "show_tasks", "Poka\u017c zadania", "email_reminders", "Przypomnienia Mailowe", "enabled", "Aktywny", "recipients", "Odbiorcy", "initial_email", "Pocz\u0105tkowy email", "first_reminder", _s22_187, "second_reminder", _s20_210, "third_reminder", _s21_212, "reminder1", _s22_187, "reminder2", _s20_210, "reminder3", _s21_212, "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", "Automatyczne rozliczanie", "button", "Przycisk", "preview", "Podgl\u0105d", "customize", "Dostosuj", "history", "Historia", "payment", "P\u0142atno\u015b\u0107", "payments", "P\u0142atno\u015bci", "refunded", "Zwr\xf3cone", "payment_type", "Typ p\u0142atno\u015bci", _s21_112, "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_257, "P\u0142atno\u015b\u0107 zosta\u0142\u0105 zarchiwizowana", "deleted_payment", "P\u0142atno\u015b\u0107 zosta\u0142a usuni\u0119ta", _s16_258, "P\u0142atno\u015b\u0107 zosta\u0142a przywr\xf3cona", _s17_149, "Zarchiwizowano :count p\u0142atno\u015bci", _s16_259, "Usuni\u0119to :count p\u0142atno\u015bci", _s17_150, _s37_24, "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_24, "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", _s82_, "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 not\u0119 kredytow\u0105 :credit", "activity_15", ":user zaktualizowa\u0142 not\u0119 kredytow\u0105 :credit", "activity_16", ":user zarchiwizowa\u0142 not\u0119 kredytow\u0105 :credit", "activity_17", ":user usun\u0105\u0142 not\u0119 kredytow\u0105 :credit", "activity_18", ":user stworzy\u0142 ofert\u0119 :quote", "activity_19", ":user zakatualizowa\u0142 ofert\u0119 :quote", "activity_20", _s50_12, "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 not\u0119 kredytow\u0105 :credit", "activity_29", ":contact zaakceptowa\u0142(a) wycen\u0119 :quote dla :client", "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_0, "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", ":user utworzy\u0142 u\u017cytkownika :user", "activity_49", ":user zaktualizowa\u0142 u\u017cytkownika :user", "activity_50", ":user zarchiwizowa\u0142 u\u017cytkownika :user", "activity_51", ":user usun\u0105\u0142 u\u017cytkownika :user", "activity_52", ":user przywr\xf3ci\u0142 u\u017cytkownika :user", "activity_53", ":user zaznaczy\u0142 jako wys\u0142an\u0105 :invoice", "activity_54", "Faktura :invoice op\u0142acona przez :user", "activity_55", ":contact odpowiedzia\u0142 w zg\u0142oszeniu :ticket", "activity_56", ":user ogl\u0105da\u0142 zg\u0142oszenie\xa0:ticket", "activity_57", _s39_10, "activity_58", _s31_23, "activity_59", _s32_17, "activity_60", _s28_61, "activity_61", _s28_64, "activity_62", _s28_65, "activity_63", _s61_0, "activity_64", _s62_0, "activity_65", _s61_1, "activity_66", _s63_3, "activity_80", _s40_5, "activity_81", _s40_6, "activity_82", _s41_8, "activity_83", _s40_7, "activity_84", _s41_9, _s17_151, "Has\u0142o jednorazowe", "emailed_quote", "Oferta zosta\u0142a wys\u0142ana", "emailed_credit", _s27_74, _s20_103, _s33_31, _s21_114, _s34_27, "expired", "Wygas\u0142o", "all", "Wszystko", "select", "Wybierz", _s22_83, _s22_84, "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_117, _s18_118, _s24_71, _s24_72, _s29_46, _s29_47, _s27_66, _s27_67, _s31_24, _s31_25, "lock_invoices", "Blokuj faktury", "translations", "T\u0142umaczenia", _s19_86, _s19_87, _s19_88, _s19_89, _s22_85, _s22_86, _s22_87, _s22_88, _s21_115, _s21_116, _s21_117, _s21_118, _s21_119, _s21_120, _s21_121, _s21_122, _s22_89, _s22_90, _s22_91, _s22_92, _s22_93, _s22_94, _s22_95, "Licznik numeru faktury", _s20_104, _s20_105, _s20_106, "Licznik numeru oferty", _s21_123, _s21_124, _s21_125, _s21_126, _s21_127, _s21_124, _s21_128, _s21_126, _s18_119, _s18_120, "counter_padding", "Counter Padding", _s28_66, _s27_75, _s18_121, _s18_122, _s18_123, _s18_124, _s18_125, _s18_126, _s18_127, _s18_128, _s18_129, _s18_130, _s18_131, _s18_132, _s21_129, "Temat e-maila z faktur\u0105", _s19_90, "Temat e-maila z ofert\u0105", _s21_131, "Temat e-maila z potwierdzeniem p\u0142atno\u015bci", _s29_48, _s29_49, "show_table", "Widok tabeli", "show_list", "Widok listy", "client_city", "Miasto Klienta", "client_state", "Wojew\xf3dztwo Klienta", "client_country", "Kraj Klienta", _s16_260, "Klient Aktywny", "client_balance", "Saldo Klienta", "client_address1", "Ulica Klienta", "client_address2", _s16_262, "vendor_address1", "Vendor Street", "vendor_address2", _s16_263, _s24_73, "Klienta Ulica Dostawy", _s24_74, "Klienta numer budynku dostawy", "type", "Typ", "invoice_amount", "Kwota faktury", _s16_264, _s16_412, "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_153, _s18_83, _s17_154, _s18_84, _s17_155, _s18_85, _s17_156, _s18_86, "is_deleted", "Usuni\u0119to", "vendor_city", "Miasto Dostawcy", "vendor_state", "Wojew\xf3dztwo Dostawcy", "vendor_country", "Kraj Dostawcy", "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_92, _s19_93, _s16_265, "Kategoria wydatku", _s19_94, _s19_95, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_133, _s18_134, _s16_266, _s16_267], t1, t1), "pt_BR", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "Recorrente", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "parceria", "trust", "Confiar", "charity", "Caridade", "government", "Governo", "classification", "Classification", _s24_, _s32_45, "public", "P\xfablico", "private", "Privado", "image", "Imagem", "other", "Outro", "hash", "Cerquilha", "linked_to", "Ligado a", _s18_, _s28_116, _s21_, _s43_10, _s20_, _s34_44, "unlink", "Desvincular", _s25_, _s88_, "is_tax_exempt", _s17_268, "district", "Distrito", "region", "Regi\xe3o", "county", "Condado", "tax_details", _s16_414, _s18_0, _s71_4, _s18_1, _s68_0, _s20_0, _s24_134, _s24_1, _s39_32, _s29_, _s71_5, _s25_0, _s75_2, _s18_2, _s24_135, "credit_item", "Item de cr\xe9dito", "files", "arquivos", "camera", "C\xe2mera", "gallery", "Galeria", _s20_2, _s32_46, _s16_1, _s22_188, _s29_0, _s37_50, _s34_, _s57_4, "next_send_time", _s24_136, _s20_3, _s31_59, "certificate_set", _s24_137, _s19_, _s24_138, "passphrase_set", _s17_269, _s18_4, _s18_247, _s18_6, _s20_211, _s22_, _s20_212, "rename", "Renomear", _s16_3, _s31_60, "e_invoice", _s17_270, "light_dark_mode", _s17_271, "activities", "Atividades", "routing_id", _s16_415, _s16_4, _s24_139, "e_invoice_type", _s25_110, "reduced_tax", _s16_416, "override_tax", _s18_248, "zero_rated", _s18_249, "reverse_tax", "Imposto reverso", _s20_4, _s45_17, _s22_1, _s51_17, _s16_6, _s28_117, "payment_manual", _s19_189, "tax_category", "Categoria fiscal", "physical_goods", "Bens f\xedsicos", _s16_8, _s17_272, "services", "Servi\xe7os", "shipping", "Envio", "tax_exempt", _s17_268, "reduced_rate", "Taxa reduzida", "tax_all", "Imposto sobre tudo", "tax_selected", _s19_190, "version", "vers\xe3o", _s16_10, _s22_189, "calculate_taxes", _s17_273, _s20_5, _s50_22, "admin", "Admin", "owner", "Propriet\xe1rio", "link_expenses", "Despesas de links", _s24_3, _s27_108, _s25_1, _s29_91, "total_hours", "Total de horas", _s16_12, _s39_33, _s18_8, _s38_36, _s23_, "Aviso: impede a intera\xe7\xe3o com o aplicativo pelo PDF", "increase_prices", "Aumentar pre\xe7os", "update_prices", "Atualizar pre\xe7os", "incresed_prices", "Pre\xe7os enfileirados com sucesso ser\xe3o aumentados", "updated_prices", _s51_18, "bacs", _s18_250, "api_token", "Token de API", "api_key", "Chave API", "endpoint", "Ponto final", "billable", "Fatur\xe1vel", "not_billable", "N\xe3o fatur\xe1vel", _s25_3, "Permitir itens de tarefas fatur\xe1veis", _s30_, "Habilite a configura\xe7\xe3o de quais itens de tarefa ser\xe3o cobrados", _s26_, "Mostrar descri\xe7\xe3o do item da tarefa", _s31_, _s56_4, "email_record", _s18_251, _s23_0, "Colunas de produto da fatura", _s21_1, "Cotar colunas de produtos", _s22_3, _s25_111, _s25_5, _s33_55, _s30_0, _s65_3, _s27_, "Compartilhar colunas de fatura/cota\xe7\xe3o", "cc_email", "E-mail CC", "payment_balance", _s18_252, _s22_5, "Permitir que o usu\xe1rio acesse os relat\xf3rios. Os dados s\xe3o limitados \xe0s permiss\xf5es dispon\xedveis", "activity_138", _s56_5, _s17_, "Produtos \xfanicos", _s26_1, _s31_61, "required", "Obrigat\xf3rio", "hidden", "Escondido", "payment_links", _s18_253, "action", "A\xe7\xe3o", _s32_, "Atualize para um plano pago para criar agendas", "next_run", _s16_417, "all_clients", _s17_274, _s16_13, "Mostrar tabela de envelhecimento", _s19_1, "Mostrar tabela de pagamentos", _s26_3, _s28_118, "email_statement", "Extrato por e-mail", "once", "Uma vez", "schedule", "Agendamento", "schedules", "Hor\xe1rios", "new_schedule", "Novo cronograma", "edit_schedule", "Editar agendamento", _s16_15, "Cronograma criado com sucesso", _s16_16, "Cronograma atualizado com sucesso", _s17_1, _s28_119, _s16_17, "Agenda exclu\xedda com sucesso", _s16_18, "Agenda removida com sucesso", _s17_2, "Cronograma restaurado com sucesso", "search_schedule", "Programa\xe7\xe3o de pesquisa", _s16_19, "Programa\xe7\xf5es de pesquisa", "archive_payment", _s18_254, "archive_invoice", "Arquivar Fatura", "archive_quote", _s18_255, "archive_credit", "Arquivar Cr\xe9dito", "archive_task", "Arquivar Tarefa", "archive_client", _s16_418, "archive_project", _s16_419, "archive_expense", _s16_420, "restore_payment", _s19_191, "restore_invoice", "Restaurar Fatura", "restore_quote", _s19_192, "restore_credit", _s17_275, "restore_task", _s16_421, "restore_client", _s17_276, "restore_project", _s17_277, "restore_expense", _s17_278, "archive_vendor", _s19_193, "restore_vendor", _s20_213, "create_product", _s17_279, "update_product", _s17_280, "delete_product", "Excluir Produto", "restore_product", _s17_281, "archive_product", _s16_422, _s21_3, "Criar pedido de compra", _s21_5, "Atualizar pedido de compra", _s21_7, "Excluir pedido de compra", _s22_6, "Restaurar pedido de compra", _s22_8, "Arquivar pedido de compra", "sent_invoice", "Fatura enviada", "sent_quote", _s17_282, "sent_credit", "Cr\xe9dito enviado", _s19_3, _s24_140, "image_url", "imagem URL", "max_quantity", _s17_283, "test_url", "URL de teste", _s18_9, _s22_190, _s20_6, "A op\xe7\xe3o \xe9 mostrada, mas n\xe3o selecionada", _s21_9, _s32_47, _s21_10, _s22_190, "payment_methods", "Formas de Pagamentos", "view_all", "Ver tudo", "edit_all", "Editar tudo", _s28_0, "Aceitar o n\xfamero do pedido de compra", _s33_1, "Permita que os clientes forne\xe7am um n\xfamero de ordem de compra ao aprovar uma cota\xe7\xe3o", "from_email", "Do email", "show_preview", _s20_214, "show_paid_stamp", "Mostrar selo pago", _s21_11, _s27_109, _s24_5, _s58_11, "pixels", "P\xedxeis", "logo_size", _s19_194, "postal_city", "CEP/Cidade", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sincronizar de", _s19_6, "Limite de estoque", "hour", "Hora", _s17_3, "Extrato enfileirado com sucesso a ser enviado", _s17_4, "Mostrar rodap\xe9 do e-mail", _s18_10, "Horas de tarefa de fatura", _s23_2, _s46_20, _s27_1, "Faturas padr\xe3o de cobran\xe7a autom\xe1tica", _s28_2, "Faturas recorrentes de cobran\xe7a autom\xe1tica", "email_alignment", _s21_213, _s20_7, _s28_120, "mailgun", "Arma postal", "postmark", "Carimbo postal", "microsoft", "Microsoft", _s27_3, _s34_45, "last365_days", _s16_423, "import_design", "Importar projeto", "imported_design", "Design importado com sucesso", "invalid_design", _s49_7, _s17_6, _s41_24, "upload", "Upload", _s17_7, _s16_424, _s23_3, _s34_46, _s28_5, "Envie um e-mail ao fornecedor quando a despesa for marcada como paga", "update_payment", _s19_195, "markup", "Marca\xe7\xe3o", _s22_10, "Pedido de compra criado", _s19_8, _s24_140, _s21_13, "Pedido de compra visualizado", _s23_5, _s23_127, _s20_9, _s62_5, "klarna", "Klarna", _s29_7, _s56_6, _s29_8, _s46_21, "matomo_url", "URL do Matomo", "matomo_id", "ID do Matomo", _s21_15, _s18_256, _s25_7, _s52_10, _s25_8, _s51_19, _s28_6, "Enviar um e-mail ao marcar uma fatura como paga", "delete_project", "Excluir Projeto", _s18_12, _s31_62, "link_payment", "Pagamento por link", "link_expense", "Despesa de link", _s19_10, _s26_104, _s24_6, _s57_5, _s21_16, _s18_257, _s26_6, _s35_53, _s24_7, "Use o gerenciamento de estoque", _s29_9, _s41_25, _s17_9, _s18_258, _s27_5, _s30_63, "convert_matched", "Converter", _s19_12, _s63_6, _s20_10, _s68_1, "operator", "Operador", "value", "Valor", "is", "\xc9", "contains", "Cont\xe9m", "starts_with", "Come\xe7a com", "is_empty", "Est\xe1 vazia", "add_rule", "Adicionar regra", "match_all_rules", "Combine todas as regras", _s20_11, _s71_6, _s17_11, "Converta automaticamente transa\xe7\xf5es correspondentes em despesas", "rules", "Regras", _s16_21, "Regra de transa\xe7\xe3o", _s17_12, _s19_196, _s20_12, "Nova regra de transa\xe7\xe3o", _s21_18, _s25_112, _s24_9, _s24_141, _s24_10, _s41_26, _s25_10, _s40_14, _s24_11, _s39_34, _s24_12, _s39_35, _s25_11, _s41_27, _s23_7, _s30_64, _s24_13, "Regras de transa\xe7\xe3o de pesquisa", _s21_20, "Salvar como condi\xe7\xf5es padr\xe3o", _s22_12, "Salvar como rodap\xe9 padr\xe3o", "auto_sync", _s24_142, _s16_23, _s16_425, _s31_2, _s57_6, _s34_0, _s44_14, "disable_2fa", "Desativar 2FA", "change_number", "Alterar n\xfamero", "resend_code", "Reenviar c\xf3digo", "base_type", "Tipo b\xe1sico", "category_type", _s17_284, _s16_25, "Transa\xe7\xe3o", "bulk_print", "Imprimir PDF", _s18_13, _s27_110, _s16_26, _s21_214, "bottom", "Fundo", "side", "Lado", "pdf_preview", _s19_197, _s20_14, "Pressione longamente para selecionar", _s21_22, "N\xfamero do pedido de compra", _s19_13, "Item do pedido de compra", _s22_14, _s33_56, "include_deleted", _s16_426, _s20_16, _s41_28, "due_on", "Devido a", _s22_15, _s34_47, _s20_17, _s33_57, _s20_18, _s37_51, _s17_14, _s21_215, _s16_28, _s16_427, "account_type", "Tipo de conta", _s16_30, _s19_198, _s16_31, "Conectar contas", "manage_rules", _s16_428, "search_category", _s21_216, _s17_17, "Pesquisar categorias :count", "min_amount", "Valor m\xednimo", "max_amount", "Valor m\xe1ximo", "selected", "Selecionados", _s21_24, _s32_48, _s18_15, _s24_143, "deposit", "Dep\xf3sito", "withdrawal", "Cancelamento", "deposits", "Dep\xf3sitos", "withdrawals", "Retiradas", "matched", "Coincide", "unmatched", "Incompar\xe1vel", "create_credit", "Criar cr\xe9dito", "update_credit", "Atualizar Cr\xe9dito", "delete_credit", "Excluir Cr\xe9dito", "transaction", "Transa\xe7\xe3o", "transactions", "Transa\xe7\xf5es", "new_transaction", "Nova transa\xe7\xe3o", _s16_33, _s16_429, _s19_15, _s28_121, _s19_16, _s32_49, _s20_19, _s31_63, _s19_17, _s30_65, _s19_18, _s30_66, _s20_20, _s32_50, _s18_17, "Transa\xe7\xe3o de pesquisa", _s19_19, _s27_111, "bank_account", "Conta Banc\xe1ria", "bank_accounts", _s27_112, _s21_25, _s36_56, _s20_21, _s35_54, _s20_22, _s35_55, _s21_26, _s37_52, _s19_20, _s24_144, _s20_23, "Pesquisar contas banc\xe1rias :count", "connect", "Conectar", _s23_9, _s31_64, _s18_19, _s22_191, "client_email", _s17_285, _s20_24, "Projeto de tarefa de fatura", _s25_12, _s47_19, "field", "Campo", "period", "Per\xedodo", "fields_per_row", "Campos por linha", _s21_27, "Faturas Ativas", _s26_8, "Faturas Pendentes", _s24_16, _s21_217, _s23_11, "Pagamentos reembolsados", _s19_22, "Cota\xe7\xf5es Ativas", _s21_28, "Cota\xe7\xf5es Aprovadas", _s23_12, "Cota\xe7\xf5es n\xe3o Aprovadas", _s18_22, "Tarefas Registradas", _s20_27, "Tarefas Faturadas", _s16_35, "Tarefas Pagas", _s21_29, "Despesas Registradas", _s22_16, _s18_259, _s23_13, _s18_260, _s27_8, "Despesas Pagas da Fatura", "activity_130", ":user criou o pedido de compra :purchase_order", "activity_131", ":user pedido de compra atualizado :purchase_order", "activity_132", ":user pedido de compra arquivado :purchase_order", "activity_133", _s47_20, "activity_134", ":user pedido de compra restaurado :purchase_order", "activity_135", _s57_7, "activity_136", ":contact visualizou o pedido de compra :purchase_order", "activity_137", _s48_16, "vendor_portal", "Portal do Fornecedor", "send_code", "Enviar c\xf3digo", _s24_17, "Salve o registro para fazer upload de documentos", _s17_21, "Taxas de imposto de despesas", _s22_17, "Taxas de imposto sobre itens da fatura", _s21_31, _s41_29, "code_was_sent", _s29_92, _s16_37, _s42_26, "resend", "Reenviar", "verify", "Verificar", _s18_23, _s29_93, _s20_28, _s27_113, _s19_23, "Verifique o n\xfamero de telefone", _s24_18, _s52_11, _s28_8, _s48_17, "merged_clients", _s30_67, "merge_into", "Mesclar em", "merge", "Unir", _s21_32, _s25_113, _s19_25, _s40_15, _s17_23, _s17_286, "activate", "Ativar", "connect_apple", "Conecte a Apple", _s16_38, _s18_261, _s18_24, _s30_68, "send_now", "Envie agora", "received", "Recebido", _s19_26, "Data do pedido de compra", _s20_30, "Convertido em despesa com sucesso", _s21_34, "Convertido em despesas com sucesso", _s18_25, "Converter em despesa", _s16_40, _s23_128, _s33_9, "Ordem de compra adicionada com sucesso ao invent\xe1rio", _s34_7, "Pedidos de compra adicionados com sucesso ao invent\xe1rio", _s22_19, "Upload de documentos do cliente", _s22_21, "Upload de documentos do fornecedor", _s27_10, "Permitir que os fornecedores carreguem documentos", _s24_19, _s33_58, "yes_its_great", "Sim, \xe9 \xf3timo!", "not_so_much", "N\xe3o muito", _s17_25, "\xc9 \xf3timo ouvir! Voc\xea gostaria de avali\xe1-lo?", _s22_23, _s48_18, "sure_happy_to", "Claro, feliz em", "no_not_now", "N\xe3o, agora n\xe3o", "add", "Adicionar", _s18_27, "\xdaltimo modelo enviado", _s22_24, _s24_145, _s27_11, "Combine caracteres n\xe3o cont\xedguos, ou seja. "ct" corresponde a "gato"", "vendor_details", _s22_192, _s22_26, _s28_122, "qr_iban", "C\xf3digo QR IBAN", "besr_id", "ID BESR", "accept", "Aceitar", _s23_14, "Clonar para PO", _s20_31, "O Fornecedor n\xe3o tem um endere\xe7o de e-mail definido", "bulk_send_email", "Enviar email", _s29_12, "Pedido de compra marcado como enviado com sucesso", _s30_3, "Pedidos de compra marcados como enviados com sucesso", _s23_15, _s35_56, _s24_20, _s37_53, _s24_21, _s38_37, _s25_14, "Pedidos de compra cancelados com sucesso", "accepted", "Aceitaram", _s22_28, _s23_129, _s20_32, "Total do pedido de compra", _s20_34, "Pedido de compra por e-mail", _s26_9, _s28_123, _s18_29, _s31_65, "connect_email", "Conectar e-mail", _s16_43, _s18_262, _s32_5, "Use o aplicativo da web para se conectar \xe0 Microsoft", "email_provider", "Provedor de e-mail", _s17_26, "Conecte a Microsoft", _s20_36, "Desconecte a Microsoft", _s19_28, "Microsoft conectada com sucesso", _s22_30, "Microsoft desconectada com sucesso", _s17_28, "Acessar com a Microsoft", _s17_29, _s24_146, _s22_32, "Pedido de compra enfileirado com sucesso para ser enviado", _s23_16, "Ordens de compra enfileiradas com sucesso para serem enviadas", _s16_45, "Mude para o aplicativo da web React", _s21_36, "Projeto de pedido de compra", _s20_39, _s26_105, _s21_38, "Rodap\xe9 do pedido de compra", _s32_7, _s30_69, _s37_5, _s47_21, "purchase_order", "Ordem de Compra", "purchase_orders", _s16_430, _s18_30, "Novo pedido de compra", _s19_29, "Editar pedido de compra", _s22_33, "Pedido de compra criado com sucesso", _s22_34, "Pedido de compra atualizado com sucesso", _s23_17, "Pedido de compra arquivado com sucesso", _s22_35, "Pedido de compra exclu\xeddo com sucesso", _s22_36, "Pedido de compra removido com sucesso", _s23_18, _s38_38, _s21_40, "Pesquisar pedido de compra", _s22_37, "Pesquisar pedidos de compra", "login_url", "URL de login", _s16_46, "Configura\xe7\xf5es de Pagamento", "default", "Padr\xe3o", "stock_quantity", "Quantidade de estoque", _s22_39, "Limite de notifica\xe7\xe3o", "track_inventory", "Rastrear invent\xe1rio", _s20_41, "Exibir um campo de estoque de produtos e atualizar quando as faturas forem enviadas", _s19_31, "Notifica\xe7\xf5es de estoque", _s24_23, "Envie um e-mail quando o estoque atingir o limite", "vat", "CUBA", "standing", "Situa\xe7\xe3o", "view_map", "Ver mapa", _s18_32, _s21_218, "add_gateway", "Adicionar Gateway", _s24_24, _s98_0, "left", "Esquerda", "right", "Certo", "center", "Centro", "page_numbering", "Numera\xe7\xe3o de p\xe1ginas", _s24_25, "Alinhamento de numera\xe7\xe3o de p\xe1gina", _s31_6, "Fatura enviada", _s24_27, _s28_124, _s29_13, "Incluir a descri\xe7\xe3o no menu suspenso do produto", "invoice_items", "Itens de fatura", "quote_items", "Itens de cota\xe7\xe3o", "profitloss", "Lucros e perdas", "import_format", "Formato de importa\xe7\xe3o", "export_format", _s21_219, "export_type", _s18_263, "stop_on_unpaid", "Pare sem pagar", _s19_33, _s66_1, "use_quote_terms", "Use os termos de cota\xe7\xe3o", _s20_42, _s38_39, "add_country", "Adicionar Pa\xeds", "enable_tooltips", _s27_114, _s20_43, _s46_22, _s21_42, "Erro: os registros pertencem a mais de um cliente", "register_label", "Crie sua conta em segundos", "login_label", _s33_59, "add_to_invoice", "Adicionar na fatura :invoice", _s17_30, _s25_114, "week", "Semana", "created_record", _s27_115, _s26_10, "Arquivo autom\xe1tico pago", _s31_7, "Arquive faturas automaticamente quando elas s\xe3o pagas.", _s31_8, "Arquivo autom\xe1tico cancelado", _s36_2, "Arquive faturas automaticamente quando canceladas.", _s20_44, _s31_66, _s25_15, "Melhorar a rolagem na visualiza\xe7\xe3o do PDF [BETA]", _s16_48, "Moeda da Fatura", "range", "Per\xedodo", "tax_amount1", _s18_264, "tax_amount2", _s18_265, "tax_amount3", _s18_266, "create_project", "Criar projeto", "update_project", "Atualizar projeto", "view_task", "Ver tarefa", "cancel_invoice", "Cancelar", "changed_status", _s37_54, "change_status", "Alterar status", "fees_sample", "A taxa para uma fatura de :amount seria de :total.", _s19_34, _s23_130, _s24_29, _s38_40, "after_saving", "Depois de salvar", "view_record", "Ver registro", _s21_43, "Ativar redu\xe7\xe3o de e-mail", _s26_11, "Use o editor de marca\xe7\xe3o visual para e-mails", _s19_36, "Ativar redu\xe7\xe3o de PDF", "json_help", "Observa\xe7\xe3o: arquivos JSON gerados pelo aplicativo v4 n\xe3o s\xe3o suportados", "release_notes", "Notas de vers\xe3o", _s23_19, _s45_18, "started_tasks", _s36_57, "stopped_tasks", _s40_16, "approved_quote", _s30_70, "approved_quotes", "Cota\xe7\xf5es :value aprovadas com sucesso", "approve", "Aprovar", "client_website", "Site do Cliente", "invalid_time", "Hora inv\xe1lida", _s21_45, _s26_106, _s20_46, _s26_107, _s27_14, "C\xf3digo postal de envio do cliente", _s23_20, _s24_147, "load_pdf", "Carregar PDF", _s16_50, "Comece o teste gratuito", _s24_30, _s49_8, "due_on_receipt", "Vencimento no recebimento", "is_paid", "\xc9 pago", "age_group_paid", "Pago", "id", "Id", "convert_to", "Converter para", "client_currency", _s16_431, _s16_51, _s16_432, "purged_client", "Cliente limpo com sucesso", _s27_16, "Para evitar spam, exigimos a atualiza\xe7\xe3o para uma conta paga para personalizar o e-mail", _s22_42, _s34_9, "small", "Pequeno", _s21_47, "Cr\xe9dito marcado como pago com sucesso", _s22_43, "Cr\xe9ditos marcados como pagos com sucesso", _s16_53, _s43_11, "wait_for_saving", _s41_30, _s20_48, "Nota: as altera\xe7\xf5es feitas aqui s\xe3o apenas visualizadas, devem ser aplicadas nas abas acima para serem salvas", "remaining", "Restante", "invoice_paid", "Fatura paga", "activity_120", _s49_9, "activity_121", _s54_9, "activity_122", _s53_11, "activity_123", ":user excluiu despesa recorrente :recurring_expense", "activity_124", _s54_10, "normal", "Normal", "large", "Grande", "extra_large", "Extra grande", _s16_54, "Mostrar visualiza\xe7\xe3o do PDF", _s21_48, "Exibir visualiza\xe7\xe3o do PDF ao editar faturas", "print_pdf", "Imprimir PDF", "remind_me", "Lembre-me", _s16_56, "Pagamento banc\xe1rio instant\xe2neo", "click_selected", _s21_220, "hide_preview", _s20_215, "edit_record", "Editar registro", _s27_17, _s59_4, "giropay", "GiroPay", "direct_debit", "D\xe9bito Direto", _s21_49, _s25_115, "set_password", "Definir Senha", _s17_33, _s72_1, _s16_58, "Recomendamos usar o aplicativo m\xf3vel para obter o melhor desempenho", _s20_49, _s32_51, "disconnect", "desconectar", "add_to_invoices", _s20_216, "acss", _s36_58, "becs", _s18_267, "bulk_download", "Download", _s17_34, _s147_, "persist_ui", "Persistir UI", "persist_ui_help", "Salve o estado da IU localmente para permitir que o aplicativo seja iniciado no \xfaltimo local. A desativa\xe7\xe3o pode melhorar o desempenho", _s18_34, "C\xf3digo Postal do cliente", _s17_35, _s24_148, "has_tasks", "Tem tarefas", "registration", "Cadastro", _s27_18, "Autorize o Stripe a aceitar pagamentos online.", "view_expense", _s29_94, "view_statement", "Ver Compras", "sepa", "D\xe9bito direto SEPA", "ideal", "ideal", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPS", _s18_36, _s28_125, "system", "Sistema", _s19_38, _s22_193, "updated_company", _s30_71, "kbc", "KBC", "bancontact", "Bancontacto", _s19_40, "Ajude-nos a melhorar, dizendo-nos o porqu\xea (opcional)", "webhook_success", "Sucesso do webhook", _s24_31, "As tarefas devem pertencer todas ao mesmo cliente", _s27_19, "As despesas devem pertencer todas ao mesmo cliente", "app", "Aplicativo", _s20_50, _s55_5, _s16_59, "Total bruto da linha", _s19_41, _s18_268, _s17_37, _s19_199, _s18_38, _s18_269, "from_name", _s17_287, _s16_60, "Clonar para Despesa", _s17_38, _s18_270, _s18_39, _s20_217, _s21_50, _s23_131, _s22_44, _s25_116, _s25_16, _s37_55, _s25_17, _s41_31, _s26_13, _s40_17, _s25_18, _s39_36, _s25_19, _s39_37, _s26_14, _s41_32, _s24_32, _s30_72, _s25_20, _s30_72, "last_sent_date", _s20_218, "include_drafts", "Incluir rascunhos", _s19_42, _s44_15, "is_invoiced", "Is Invoiced", "change_plan", "Gerenciar plano", "persist_data", "Persistir dados", "customer_count", _s20_219, _s16_62, "Verifique os clientes", _s16_64, _s16_65, _s28_11, _s40_18, "decimal_comma", "V\xedrgula em decimais", _s26_15, "Usar v\xedrgula como separador para campos decimais nos formul\xe1rios", "select_method", _s18_271, "select_platform", _s22_194, _s28_13, "Use o aplicativo da web para se conectar ao Gmail", _s16_66, "As taxas de imposto do item est\xe3o desativadas", "enable_markdown", "Habilitar redu\xe7\xe3o", _s20_51, _s33_60, "user_guide", "Guia do Usu\xe1rio", _s18_41, "Adicionar segundo contato", "previous_page", "P\xe1gina anterior", "next_page", "Pr\xf3xima p\xe1gina", "export_colors", "Exportar cores", "import_colors", "Importar cores", "clear_all", "Limpar tudo", "contrast", "Contraste", "custom_colors", _s20_220, "colors", "Cores", _s31_9, _s35_57, _s25_22, "Cor da fonte ativa da barra lateral", _s33_14, _s37_56, _s27_20, _s37_57, _s36_3, _s43_12, _s31_11, _s35_58, _s25_24, "Cor da fonte do cabe\xe7alho da fatura", "net_subtotal", "Pr\xf3ximo", "review_app", "Revise o aplicativo", "check_status", "Verifique o status", "free_trial", "Teste gr\xe1tis", _s23_22, "O per\xedodo de testes do plano 'Pro', termina em :count dias, clique para atualizar.", _s21_52, _s65_4, "change_email", "Mude o e-mail", _s25_26, _s65_5, _s21_53, "Tarefas mostradas no Portal", "uninvoiced", "N\xe3o faturado", "subdomain_guide", _s135_, "send_time", "Hora de envio", "import_data", "Importar Dados", "import_settings", _s27_116, _s17_40, _s22_195, _s19_43, _s51_20, "json", "JSON", _s24_34, _s32_52, "wait_for_data", _s45_19, "net_total", "Total l\xedquido", "has_taxes", "Tem impostos", _s16_67, "Importar clientes", _s18_43, "Comecei a importar clientes com sucesso", "login_success", "Acesso realizado com sucesso", "login_failure", "Falha no login", "exported_data", "Assim que o arquivo estiver pronto, voc\xea receber\xe1 um e-mail com um link para download", _s23_23, _s26_108, _s28_15, _s52_12, "step_1_sign_in", "Etapa 1: fazer login", _s16_70, _s18_272, "account_id", "ID da conta", _s27_22, _s34_48, "activity_100", ":user criou fatura recorrente :recurring_invoice", "activity_101", ":user fatura recorrente atualizada :recurring_invoice", "activity_102", ":user fatura recorrente arquivada :recurring_invoice", "activity_103", ":user excluiu fatura recorrente :recurring_invoice", "activity_104", ":user fatura recorrente restaurada :recurring_invoice", _s18_44, "Mostrar data de t\xe9rmino da tarefa", _s23_25, "Habilite a especifica\xe7\xe3o da data de t\xe9rmino da tarefa", "gateway_setup", _s23_132, "preview_sidebar", "Visualizar barra lateral", _s16_71, "Anos dados mostrados", _s18_46, "Todas as sess\xf5es foram encerradas com sucesso", _s16_73, "Encerrar todas as sess\xf5es", "count_session", "1 sess\xe3o", "count_sessions", "Sess\xf5es :count", "invoice_created", "Fatura criada", "quote_created", "Cota\xe7\xe3o criada", "credit_created", "Cr\xe9dito criado", "pro", "Pro", "enterprise", "Empreendimento", "last_updated", _s18_273, "invoice_item", "Item da fatura", "quote_item", "Item de cota\xe7\xe3o", _s18_47, "Primeiro Nome do Contato", _s17_42, "\xdaltimo Nome do Contato", "order", "Ordem", "unassigned", "N\xe3o Designado", "partial_value", "Precisa ser maior que zero e menor que o total", "search_kanban", "Pesquisa Kanban", "search_kanbans", "Pesquisa Kanban", "kanban", "Kanban", "enable", "Habilitar", "move_top", "Mover para cima", "move_up", "Subir", "move_down", _s16_433, "move_bottom", _s16_433, "subdomain_help", "Definir o subdom\xednio ou mostrar a fatura em seu pr\xf3prio website", _s21_55, _s60_8, _s25_27, _s43_13, _s17_44, "Ver formatos de data", "is_viewed", "\xc9 visualizado", "letter", "Carta", "legal", "Jur\xeddico", "page_layout", _s16_434, "portrait", "Retrato", "landscape", "Paisagem", _s26_16, "O propriet\xe1rio da conta pode atualizar para um plano pago para ativar as configura\xe7\xf5es avan\xe7adas avan\xe7adas", _s20_52, "Atualize para um plano pago para ativar as configura\xe7\xf5es avan\xe7adas", _s21_56, "Termos de pagamento de fatura", _s17_46, "Cota\xe7\xe3o v\xe1lida at\xe9", "no_headers", "Sem cabe\xe7alhos", "add_header", _s19_200, "remove_header", "Remover cabe\xe7alho", "return_url", "URL de retorno", "rest_method", "M\xe9todo REST", "header_key", "Chave de cabe\xe7alho", "header_value", "Valor do cabe\xe7alho", _s18_49, "Produtos recorrentes", "promo_code", _s18_274, "promo_discount", "Desconto promocional", _s18_51, _s21_221, _s16_75, "Por assento ativado", "max_seats_limit", _s25_117, "trial_enabled", "Avalia\xe7\xe3o habilitada", "trial_duration", _s16_435, _s21_58, _s34_49, _s18_53, "Permitir altera\xe7\xf5es no plano", "plan_map", "Mapa do plano", "refund_period", _s20_221, _s21_60, "Configura\xe7\xe3o de webhook", "purchase_page", _s16_436, "security", "Seguran\xe7a", "email_bounced", "Email devolvido", _s20_53, "Reclama\xe7\xe3o de spam", "email_delivery", _s17_288, _s16_77, _s19_201, "pdf_response", "Resposta em PDF", _s22_46, _s21_222, "pdf_failed", "Falha no PDF", "pdf_success", "Sucesso do PDF", "modified", "Modificado", "payment_link", _s17_289, _s16_79, _s22_196, _s17_48, _s24_149, _s20_54, _s36_59, _s20_55, _s40_19, _s21_62, _s39_38, _s20_56, _s38_41, _s20_57, _s38_42, _s21_63, _s40_20, _s19_44, "Pesquise 1 link de pagamento", _s20_58, "Pesquisar links de pagamento :count", _s26_17, "O subdom\xednio n\xe3o est\xe1 dispon\xedvel", "connect_gmail", "Conectar Gmail", _s16_81, _s17_290, "connected_gmail", _s27_117, _s18_55, _s30_73, _s16_83, "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_84, "N\xfamero de identifica\xe7\xe3o do cliente", "count_minutes", ":count Minutos", _s16_86, "Tempo limite da senha", _s29_15, "Compartilhar fatura/contador de cr\xe9dito", "use_last_email", "Usar \xfaltimo e-mail", _s16_88, "Ativar empresa", _s21_65, "Habilite e-mails, faturas recorrentes e notifica\xe7\xf5es", _s27_24, "Ocorreu um erro. Por favor, tente novamente", _s27_25, "Primeiro defina uma senha", _s34_13, "Aviso: alterar seu n\xfamero de telefone desativar\xe1 o 2FA", "help_translate", _s16_437, _s23_26, "Por favor, selecione um Pa\xeds: Brasil", "resend_invite", "Reenviar Convite", _s19_45, "2FA desativado com sucesso", _s16_90, _s27_118, _s19_46, _s30_74, "delivered", "Entregue", "bounced", "Devolvido", "spam", "Spam", "view_docs", "Ver documentos", _s32_10, "Forne\xe7a um n\xfamero de celular para ativar a autentica\xe7\xe3o de dois fatores", "send_sms", "Enviar SMS", "sms_code", "C\xf3digo SMS", _s21_66, "Eccaneie o c\xf3digo de barras com um app compat\xedvel com :link", _s18_56, "Ativa\xe7\xe3o de Autentica\xe7\xe3o em 2 Fatores realizada com sucesso.", "connect_google", "Conecte o Google", _s17_50, "Desconectar o Google", _s17_52, "Autentica\xe7\xe3o em 2 Fatores", _s18_57, "Desativar dois fatores", _s34_14, "Exigir senha com login social", "stay_logged_in", "Permane\xe7a logado", _s23_28, "Aviso: sua sess\xe3o est\xe1 prestes a expirar", "count_hours", ":count Horas", "count_day", "1 dia", "count_days", ":count Dias", _s19_47, "Tempo limite da sess\xe3o da Web", _s17_53, "Configura\xe7\xf5es de seguran\xe7a", "resend_email", "Reenviar email", _s26_19, "Por favor, confirme seu endere\xe7o de e-mail", _s16_91, _s21_223, _s19_49, _s25_118, _s19_51, "Selecione um usu\xe1rio autenticado no Gmail", "list_long_press", "Listar Press\xe3o Longa", "show_actions", "Mostrar a\xe7\xf5es", _s17_55, "Iniciar sele\xe7\xe3o m\xfaltipla", _s27_27, "Um e-mail foi enviado para confirmar o endere\xe7o de e-mail", _s21_67, "Para usar :client_counter, por favor, adicione o :client_number or :client_id_number para previnir conflitos", "this_quarter", "Este trimestre", "last_quarter", "\xdaltimo Quadrimestre", "to_update_run", "Para atualizar, execute", _s18_59, "Converter em Fatura", _s16_92, "URL de registro", "invoice_project", "Faturar Projeto", "invoice_task", "Faturar Tarefa", "invoice_expense", "Faturar Despesa", _s19_52, "Pesquise 1 prazo de pagamento", _s20_59, "Pesquisar termos de pagamento :count", _s16_94, "Salvar e visualizar", "save_and_email", "Salvar e enviar por e-mail", _s16_96, _s19_202, _s16_98, _s18_275, _s17_57, _s16_438, _s22_48, "Convertido pago at\xe9 a data", _s24_36, _s27_119, "converted_total", _s16_439, "is_sent", "\xc9 enviado", _s17_59, "Documentos Padr\xe3o", "document_upload", "Upload de documentos", _s20_60, _s46_23, "expense_total", "Total de despesas", "enter_taxes", "Insira os impostos", "by_rate", "Por taxa", "by_amount", "Por valor", "enter_amount", "Enter Amount", "before_taxes", "Antes de impostos", "after_taxes", "Depois dos impostos", "color", "Cor", "show", "Mostrar", "hide", "Ocultar", "empty_columns", "Colunas Vazias", _s21_69, "O modo de depura\xe7\xe3o est\xe1 ativado", _s26_20, "Aviso: destina-se ao uso em m\xe1quinas locais, pode vazar credenciais. Clique para aprender mais.", "running_tasks", "Executando Tarefas", "recent_tasks", "Tarefas recentes", "recent_expenses", "Despesas recentes", _s17_61, "Pr\xf3ximas despesas", "update_app", "Atualizar aplicativo", "started_import", "Importa\xe7\xe3o iniciada com sucesso", _s24_38, "Mapeamento de coluna duplicado", _s20_61, "Usa impostos inclusivos", _s18_61, "\xc9 o desconto no valor", "column", "Coluna", "sample", "Amostra", "map_to", "Mapa para", "import", "Importar", _s25_29, "Use a primeira linha como nomes de coluna", "select_file", "Selecione um arquivo", _s16_100, "Nenhum arquivo selecionado", "csv_file", "Arquivo CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Fatura2go", "invoicely", "Faturadamente", "waveaccounting", "Contabilidade de Ondas", "zoho", "Zoho", "accounting", "Contabilidade", _s22_50, "Forne\xe7a todos os CSVs.", "import_type", _s18_276, "html_mode", "Modo HTML", "html_mode_help", "Visualizar atualiza\xe7\xf5es mais rapidamente, mas com menos precis\xe3o", "view_licenses", "Ver licen\xe7as", "webhook_url", "Webhook URL", _s17_63, "Tela cheia", "sidebar_editor", "Editor da barra lateral", _s22_51, "Por favor, escreva ':value' para confirmar", "purge", "Apagar", "service", "Servi\xe7o", "clone_to", "Clonar para", "clone_to_other", "Clonar para outro", "labels", "Etiquetas", "add_custom", "Adicionar Etiqueta Personalizada", "payment_tax", "Taxa de Pagamento", "unpaid", "N\xe3o Pago", "white_label", "Sem marca", "delivery_note", "Nota de Entrega", _s24_41, "As faturas enviadas est\xe3o bloqueadas", _s24_43, "As faturas pagas est\xe3o bloqueadas", "source_code", "C\xf3digo fonte", "app_platforms", "Plataformas de aplicativos", "invoice_late", "Fatura atrasada", "quote_expired", "Proposta expirada", "partial_due", _s18_277, "invoice_total", "Total da Fatura", "quote_total", _s18_278, "credit_total", "Total do Cr\xe9dito", _s23_29, "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_45, _s41_33, "late_invoice", "Fatura atrasada", "expired_quote", _s18_279, "remind_invoice", "Lembrar Fatura", "cvv", "CVV", "client_name", "Nome do Cliente", "client_phone", "Telefone do cliente", "required_fields", _s18_280, "calculated_rate", "Taxa Calculada", _s17_65, "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_102, "Editar Status da Tarefa", _s19_53, "Status da tarefa criado com sucesso", _s19_54, "Status da tarefa atualizado com sucesso", _s20_63, "Status da tarefa arquivado com sucesso", _s19_55, "Status da tarefa apagado com sucesso", _s19_56, "Status da tarefa removido com sucesso", _s20_64, "Status da tarefa restaurado com sucesso", _s22_52, "Arquivado com sucesso: status de tarefa de valor", _s21_71, "Status da tarefa :value exclu\xeddos com sucesso", _s22_53, "Status da tarefa :value restaurados com sucesso", _s18_63, "Encontrado 1 Status da Tarefa", _s20_66, "Encontrado :count Status da Tarefa", _s16_104, _s25_119, _s21_72, "Sempre mostrar a se\xe7\xe3o de tarefas ao criar faturas", _s20_67, "Registro das tarefas de fatura", _s25_30, "Adicione os detalhes de tempo aos itens da fatura", _s20_69, "Registro de datas de tarefas de fatura", _s25_31, "Adicione detalhes de data aos itens de linha da fatura", _s21_73, "Inicie as tarefas antes de salvar", _s18_64, "Configure os Status", "task_settings", "Configura\xe7\xf5es de Tarefa", _s20_71, "Configure as categorias", _s18_66, _s22_197, _s20_73, _s26_109, _s21_74, "Editar a categoria de Despesas", _s24_46, "Categoria de despesas criada com sucesso", _s24_47, "Categoria de despesas atualizada com sucesso", _s25_33, "Categoria de despesas arquivada com sucesso", _s24_48, "Categoria exclu\xedda com sucesso", _s24_49, _s41_34, _s25_34, "Categoria de despesas restaurada com sucesso", _s27_31, ":count categorias de despesas arquivadas com sucesso", _s26_21, "Categorias de despesas :value exclu\xeddas com sucesso", _s27_32, _s53_12, _s23_30, "Pesquisa 1 Categoria de despesa", _s25_36, "Pesquisar: contar Categoria de Despesas", _s21_76, "Use cr\xe9ditos dispon\xedveis", "show_option", "Mostrar op\xe7\xe3o", _s22_54, "O valor de cr\xe9dito n\xe3o pode exceder o valor de pagamento", "view_changes", "Ver altera\xe7\xf5es", "force_update", _s18_281, _s17_67, "Voc\xea est\xe1 executando a vers\xe3o mais recente, mas pode haver corre\xe7\xf5es pendentes dispon\xedveis.", "mark_paid_help", _s31_67, _s18_68, "Dever\xe1 ser Faturada", _s23_31, _s34_50, _s29_17, "Torne os documentos vis\xedveis para o cliente", _s21_78, _s25_120, _s16_106, _s26_110, _s18_69, "Clonar recorr\xeancia", "crypto", "Criptomoeda", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "Campo do usu\xe1rio", "variables", "Vari\xe1vel", "show_password", "Mostrar senha", "hide_password", "Esconder senha", "copy_error", "Copiar Erro", "capture_card", _s17_291, _s17_68, "Cobran\xe7a autom\xe1tica habilitada", "total_taxes", "Impostos totais", "line_taxes", "Imposto", "total_fields", "Campo Total", _s25_37, _s42_27, _s25_38, _s38_43, _s25_39, _s38_44, "gateway_refund", "Reembolso do Gateway", _s19_57, "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_55, _s19_203, _s21_79, _s17_292, _s17_70, "Utilizar Termos de Pagamento", "endless", "Intermin\xe1vel", "next_send_date", _s21_224, _s16_108, _s16_440, _s17_72, "Fatura Recorrente", _s18_71, "Faturas Recorrentes", _s21_81, "Nova Fatura Recorrente", _s22_57, _s24_150, _s25_40, _s36_60, _s25_41, _s40_21, _s26_22, "Fatura Recorrente arquivada com sucesso", _s25_42, "Fatura recorrente exclu\xedda com sucesso", _s25_43, _s38_45, _s26_23, "Fatura Recorrente restaurada com sucesso", _s27_33, "Faturas recorrentes :value arquivadas com sucesso", _s26_24, "Faturas recorrentes :value exclu\xeddas com sucesso", _s27_34, "Faturas :value recorrentes restauradas com sucesso", _s24_50, _s30_75, _s25_44, _s37_58, "send_date", "Data de envio", "auto_bill_on", _s30_76, _s28_17, "Valor m\xednimo abaixo do pagamento", "profit", "Lucro", "line_item", "Item de linha", _s18_73, _s29_95, _s23_32, "Permite aceitar gorjetas para pagamentos extras", _s19_58, _s24_151, _s24_51, "Permite o pagamento m\xednimo do valor parcial/dep\xf3sito", "test_mode", "Modo de teste", "opened", "Aberto", _s30_7, "Falha de reconcilia\xe7\xe3o", _s30_8, "Sucesso de Reconcilia\xe7\xe3o", "gateway_success", _s17_293, "gateway_failure", "Falha do Portal", "gateway_error", "Erro do Portal", "email_send", "Email Enviado", _s17_74, _s26_111, "failure", "Falha", "quota_exceeded", "Cota excedida", _s16_110, "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_52, _s26_112, "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_282, "reminder2_sent", _s18_283, "reminder3_sent", _s18_284, _s18_75, _s23_133, "pdf_page_info", _s23_134, _s16_112, "Faturas enviadas por email com sucesso", "emailed_quotes", "Or\xe7amentos enviados por email com sucesso", "emailed_credits", _s40_22, "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_294, "apply_credit", "Aplicar Cr\xe9dito", "apply", "Aplicar", "unapplied", "N\xe3o Aplicado", "select_label", "Selecione o R\xf3tulo", "custom_labels", _s24_152, "record_type", _s16_441, "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_295, "last_login_at", "\xdaltimo login em", "company_key", _s16_442, "storefront", "Vitrine", "storefront_help", "Habilite aplicativos de terceiros para criar faturas", "client_created", "Cliente Criado", _s20_76, "Email de pagamento online", _s20_78, _s25_121, "completed", "Completado", "gross", "Bruto", "net_amount", "Valor l\xedquido", "net_balance", "Saldo L\xedquido", "client_settings", _s24_153, _s17_76, _s20_222, _s17_78, _s23_135, "selected_quotes", "Cota\xe7\xf5es Selecionadas", "selected_tasks", _s20_223, _s17_80, _s21_225, _s17_82, "Pr\xf3ximas Faturas", _s17_84, "Faturas Vencidas", "recent_payments", _s19_204, "upcoming_quotes", _s19_205, "expired_quotes", _s20_224, "create_client", "Criar Cliente", "create_invoice", "Criar Fatura", "create_quote", "Criar Or\xe7amento", "create_payment", "Criar Pagamento", "create_vendor", _s16_443, "update_quote", "Atualizar Cota\xe7\xe3o", "delete_quote", "Excluir Or\xe7amento", "update_invoice", "Atualizar Fatura", "delete_invoice", "Excluir Fatura", "update_client", _s17_296, "delete_client", "Excluir Cliente", "delete_payment", "Excluir Pagamento", "update_vendor", "Atualizar Fornecedor", "delete_vendor", "Excluir Fornecedor", "create_expense", "Criar Despesa", "update_expense", _s17_297, "delete_expense", "Excluir Despesa", "create_task", "Criar Tarefa", "update_task", _s16_444, "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_226, "event_type", "Tipo de Evento", "target_url", "Alvo", "copy", "C\xf3pia", "must_be_online", "Reinicie o aplicativo assim que estiver conectado \xe0 internet", _s17_86, "Os crons precisam ser habilitados", "api_webhooks", "API Webhooks", "search_webhooks", _s26_113, "search_webhook", _s19_206, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nova Webhook", "edit_webhook", "Editar Webhook", "created_webhook", _s26_114, "updated_webhook", _s30_77, _s16_114, _s29_96, "deleted_webhook", "Webhook Exclu\xedda com Sucesso", "removed_webhook", _s28_126, _s16_115, _s30_78, _s17_87, "Webhooks :value arquivados com sucesso", _s16_116, "Webhooks :value exclu\xeddos com sucesso", _s16_117, "Webhooks :value removidos com sucesso", _s17_88, "Webhooks :value restaurados com sucesso", "api_tokens", "Tokens de API", "api_docs", "Documentos da API", "search_tokens", _s24_154, "search_token", _s17_298, "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_115, "restored_token", _s28_127, "archived_tokens", "Tokens :value arquivados com sucesso", "deleted_tokens", "Tokens :value exclu\xeddos com sucesso", "restored_tokens", "Tokens :value restaurados com sucesso", _s19_60, "Registro de cliente", _s24_54, "Permitir que os clientes se auto-registrem no portal", "email_invoice", "Enviar Fatura por E-mail", "email_quote", "Enviar Or\xe7amento por Email", "email_credit", "Cr\xe9dito de Email", "email_payment", "Pagamento por Email", _s20_81, "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_118, _s16_445, "contact_name", "Nome do Contato", "use_default", "Use o padr\xe3o", _s16_120, _s17_299, "number_of_days", "N\xfamero de dias", _s23_34, "Configurar as condi\xe7\xf5es de pagamento", "payment_term", _s21_227, _s16_121, "Novo Condi\xe7\xe3o de Pagamento", _s17_90, "Editar Condi\xe7\xe3o de Pagamento", _s20_82, "Condi\xe7\xf5es de pagamento criadas com sucesso", _s20_83, "Condi\xe7\xf5es de pagamento atualizadas com sucesso", _s21_83, "Condi\xe7\xf5es de pagamento arquivadas com sucesso", _s20_84, "Condi\xe7\xe3o de pagamento exclu\xeddas com sucesso", _s20_85, "Condi\xe7\xe3o de pagamento removida com sucesso", _s21_84, "Condi\xe7\xe3o de pagamento restaurado com sucesso", _s22_62, "Condi\xe7\xf5es de pagamento :value arquivadas com sucesso", _s21_85, "Condi\xe7\xf5es de pagamento :value exclu\xeddas com sucesso", _s22_63, "Condi\xe7\xf5es de pagamento :value restauradas com sucesso", "email_sign_in", _s16_446, "change", "Mudar", _s23_36, _s26_116, _s24_55, "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_77, _s24_155, _s16_123, _s20_225, "search_designs", "Pesquisar Designs", "search_invoices", "Pesquisar Faturas", "search_clients", _s18_285, "search_products", _s18_286, "search_quotes", "Pesquisar Cota\xe7\xf5es", "search_credits", _s18_287, "search_vendors", "Pesquisar Fornecedores", "search_users", "Pesquisar Usu\xe1rios", _s16_124, _s27_120, "search_tasks", _s17_300, "search_settings", _s23_136, "search_projects", _s18_288, "search_expenses", _s18_289, "search_payments", _s20_226, "search_groups", _s16_447, "search_company", _s17_301, "search_document", _s21_228, "search_design", _s18_290, "search_invoice", "Pesquisar 1 Fatura", "search_client", _s19_207, "search_product", _s19_208, "search_quote", _s19_209, "search_credit", _s19_210, "search_vendor", "Pesquisar 1 Fornecedor", "search_user", _s19_211, "search_tax_rate", _s27_121, "search_task", _s18_291, "search_project", _s19_212, "search_expense", _s19_213, "search_payment", _s21_229, "search_group", _s17_302, "refund_payment", _s20_227, _s17_94, "Fatura Cancelada com Sucesso", _s18_79, "Faturas Canceladas com Sucesso", _s16_130, "Fatura Revertida com Sucesso", _s17_95, "Faturas Revertidas com Sucesso", "reverse", "Reverter", "full_name", "Nome Completo", _s17_96, "Cidade/Estado/CEP", _s17_98, "CEP/Cidade/Estado", "custom1", _s22_198, "custom2", _s21_230, "custom3", _s22_199, "custom4", _s20_228, "optional", "Opcional", "license", "Licen\xe7a", "purge_data", "Limpar Dados", _s16_131, _s35_59, _s18_80, "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_214, "company_address", "Endere\xe7o da companhia", "invoice_details", "Detalhes da Fatura", "quote_details", "Detalhes da cota\xe7\xe3o", "credit_details", _s19_215, "product_columns", _s18_292, "task_columns", _s18_293, "add_field", "Adicionar campo", "all_events", _s16_448, "permissions", "Permiss\xf5es", "none", "Nenhum", "owned", "Possu\xeddo", "payment_success", "Pagamento realizado com sucesso", "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_46, _s29_97, _s16_132, "Comprar licen\xe7a", "apply_license", "Aplicar Licen\xe7a", "cancel_account", "Excluir Conta", _s22_64, "Aviso: Isso excluir\xe1 permanentemente sua conta, n\xe3o h\xe1 como desfazer esta a\xe7\xe3o.", "delete_company", "Excluir Empresa", _s22_65, "Aviso: Isto ir\xe1 excluir permanentemente sua empresa, n\xe3o h\xe1 como desfazer esta a\xe7\xe3o.", "enabled_modules", "M\xf3dulos Habilitados", "converted_quote", "Cota\xe7\xe3o convertida com sucesso", "credit_design", _s17_303, "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_134, "Projetos :value arquivados com sucesso", "deleted_designs", "Projetos :value exclu\xeddos com sucesso", _s16_135, _s39_39, "proposals", "Propostas", "tickets", "Tickets", _s16_136, _s22_200, "recurring_tasks", _s19_216, _s18_81, "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_128, "restored_credit", "Cr\xe9dito restaurado com sucesso", _s16_138, ":count cr\xe9ditos arquivados com sucesso", "deleted_credits", ":count cr\xe9ditos exclu\xeddos com sucesso", _s16_139, "Cr\xe9ditos :value restaurados com sucesso", "current_version", "Vers\xe3o Atual", "latest_version", "\xdaltima vers\xe3o", "update_now", "Atualize agora", _s26_30, "Uma nova vers\xe3o do aplicativo da web est\xe1 dispon\xedvel", _s16_140, _s22_201, "app_updated", "Atualiza\xe7\xe3o completada com sucesso", "learn_more", "Saiba mais", "integrations", "Integra\xe7\xf5es", "tracking_id", "Id de rastreamento", _s17_100, _s20_229, "credit_footer", _s17_304, "credit_terms", "Termos do Cr\xe9dito", "new_company", "Nova Empresa", "added_company", _s30_79, "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_122, "surcharge2", _s25_123, "surcharge3", _s25_124, "surcharge4", _s25_125, "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_87, "\xdaltimo Login do Contato", _s17_102, "Nome Completo do Contato", "contact_phone", "Telefone de Contato", _s21_86, "Valor personalizado do contato 1", _s21_87, "Valor personalizado do contato 2", _s21_88, "Valor personalizado do contato 3", _s21_89, "Valor personalizado do contato 4", _s17_104, "Rua de envio", _s17_105, "Complemento de envio", "shipping_city", "Cidade de envio", "shipping_state", "Estado/Prov\xedncia de envio", _s20_86, "CEP de envio", _s16_170, "Pa\xeds de envio", _s16_172, "Rua de cobran\xe7a", _s16_173, "Complemento de cobran\xe7a", "billing_city", "Cidade de cobran\xe7a", "billing_state", "Estado/Prov\xedncia de cobran\xe7a", _s19_62, "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_449, "edit_columns", "Editar Colunas", "columns", "Colunas", "aging", "Envelhecimento", "profit_and_loss", "Lucro e Preju\xedzo", "reports", "Relat\xf3rios", "report", "Relat\xf3rio", "add_company", _s17_305, "unpaid_invoice", "Fatura n\xe3o Paga", "paid_invoice", "Fatura Paga", _s16_174, _s22_202, "help", "Ajuda", "refund", "Reembolsar", "refund_date", _s17_306, "filtered_by", "Filtrado por", "contact_email", "Email de Contato", "multiselect", _s16_450, "entity_state", "Estado", "verify_password", "Verificar Senha", "applied", "Aplicado", _s21_90, "Inclui erros recentes dos logs", _s30_11, _s58_12, "message", "Mensagem", "from", "De", _s20_88, _s27_122, _s25_48, "Inclua a descri\xe7\xe3o e o custo na lista suspensa do produto", _s20_90, _s48_19, _s18_90, "Ajustar Porcentagem da Multa", _s23_38, "Ajustar o percentual de taxa a contabilizar", _s18_92, _s20_230, "support_forum", _s17_307, "about", "Sobre", "documentation", "Documenta\xe7\xe3o", "contact_us", "Contate-nos", "subtotal", "Subtotal", "line_total", "Total da Linha", "item", "Item", "credit_email", _s17_308, "iframe_url", "Website", "domain_url", "URL do Dom\xednio", _s21_91, _s21_231, _s20_91, "A senha deve conter um caractere mai\xfasculo e um n\xfamero", _s19_64, _s28_129, _s23_39, _s27_123, _s20_92, "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_294, "float", "Flutuante", "collapse", "Fechar", "show_or_hide", "Exibir/esconder", "menu_sidebar", _s21_232, "history_sidebar", _s26_117, "tablet", "Tablet", "mobile", "M\xf3vel", "desktop", "Desktop", "layout", "Layout", "view", "Visualizar", "module", "M\xf3dulo", "first_custom", _s22_198, "second_custom", _s21_230, "third_custom", _s22_199, "show_cost", "Mostrar Custo", _s17_107, "Mostrar custo do produto", "show_cost_help", "Exibir um campo de custo do produto para rastrear a marca\xe7\xe3o/lucro", _s21_92, _s29_98, _s26_32, _s72_2, _s21_94, _s28_130, _s26_33, _s77_3, _s21_96, "Mostrar desconto no produto", _s26_34, "Exibir um campo de desconto de item de linha", _s16_176, _s17_309, _s21_98, _s60_9, "one_tax_rate", _s19_217, "two_tax_rates", _s22_203, "three_tax_rates", _s22_204, _s16_178, "Taxa de imposto padr\xe3o", "user", "Usu\xe1rio", "invoice_tax", _s17_310, "line_item_tax", "Imposto da Linha do Item", "inclusive_taxes", "Impostos Inclusos", _s17_109, "Tarifa do Imposto da Fatura", "item_tax_rates", "Tarifa do Imposto do Item", _s18_94, "Selecione um cliente", "configure_rates", _s18_295, _s18_95, "Configurar m\xe9todos de pagamento", "tax_settings", "Configura\xe7\xf5es de Impostos", _s18_97, "Tarifas de Impostos", "accent_color", "Cor de destaque", "switch", "Mudar", _s19_66, _s27_124, "options", "Op\xe7\xf5es", _s16_180, _s20_231, "multi_line_text", _s16_451, "dropdown", "Dropdown", "field_type", "Tipo de Campo", _s27_45, "Foi enviado um e-mail de recupera\xe7\xe3o de senha", "submit", "Enviar", _s16_182, "Recupere sua senha", "late_fees", "Taxas atrasadas", "credit_number", "N\xfamero do Cr\xe9dito", "payment_number", "Pagamento N\xfamero", "late_fee_amount", _s16_452, _s16_183, "Percentual de Multa", "before_due_date", "At\xe9 a data de vencimento", "after_due_date", _s28_131, _s18_99, "At\xe9 a data da fatura", "days", "Dias", "invoice_email", "Email de Fatura", "payment_email", "Email de Pagamento", "partial_payment", _s17_311, "payment_partial", _s17_312, _s21_99, "Email de pagamento parcial", "quote_email", "Email de Or\xe7amento", _s16_185, _s17_299, _s16_187, "Filtrado por Usu\xe1rio", "administrator", "Administrador", _s18_100, "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", "Usu\xe1rios :value arquivados com sucesso", "deleted_users", "Usu\xe1rios :value exclu\xeddos com sucesso", "removed_users", "Usu\xe1rios :value removidos com sucesso", "restored_users", "Usu\xe1rios :value restaurados com sucesso", _s16_189, _s20_230, "invoice_options", "Op\xe7\xf5es da Fatura", _s17_111, "Ocultar Pago at\xe9 Hoje", _s22_72, "Apenas mostrar 'Pago at\xe9 a Data' em suas faturas uma vez que o pagamento for recebido.", _s23_41, "Embutir Documentos", _s28_30, "Incluir imagens anexas na fatura.", _s16_191, "Exibir Cabe\xe7alho em", _s16_192, "Exibir Rodap\xe9 em", "first_page", "Primeira p\xe1gina", "all_pages", _s16_453, "last_page", "\xdaltima p\xe1gina", "primary_font", "Fonte Prim\xe1ria", "secondary_font", _s16_454, "primary_color", "Cor Prim\xe1ria", "secondary_color", "Cor Secundaria", "page_size", _s17_313, "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_205, "quote_footer", _s19_218, _s18_101, _s16_455, _s23_42, "Envie automaticamente faturas recorrentes quando criadas.", _s18_102, _s24_156, _s23_43, "Arquive automaticamente or\xe7amentos quando convertidos para fatura.", _s18_103, "Auto Convers\xe3o", _s23_44, "Automaticamente converta um or\xe7amento para uma fatura quando aprovado pelo cliente.", _s17_113, _s34_51, "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_115, "3 meses", _s16_193, "4 meses", "freq_six_months", "6 meses", "freq_annually", "Anualmente", "freq_two_years", "2 anos", _s16_194, "Tr\xeas Anos", "never", "Nunca", "company", "Empresa", _s17_116, "N\xfameros Gerados", "charge_taxes", "Cobrar impostos", "next_reset", "Pr\xf3ximo Reset", "reset_counter", _s18_296, _s16_195, _s22_206, "number_padding", _s23_137, "general", "Geral", "surcharge_field", _s18_297, "company_field", _s16_456, "company_value", _s16_457, "credit_field", _s16_458, "invoice_field", "Campo da Fatura", _s17_118, "Sobretaxa de Fatura", "client_field", _s16_459, "product_field", _s16_460, "payment_field", _s18_298, "contact_field", "Campo do Contato", "vendor_field", _s19_219, "expense_field", _s16_461, "project_field", _s16_462, "task_field", "Campo da Tarefa", "group_field", "Campo de Grupo", "number_counter", _s17_314, "prefix", "Prefixo", "number_pattern", _s19_220, "messages", "Mensagens", "custom_css", _s17_315, _s17_120, _s24_157, _s16_197, "Exibir em PDF", _s21_101, "Exibir a assinatura do cliente no PDF da fatura/or\xe7amento.", _s25_54, "Checkbox para Condi\xe7\xf5es de Fatura", _s30_12, "Exigir que o cliente confirme que aceita as condi\xe7\xf5es da fatura.", _s23_45, "Checkbox de Condi\xe7\xf5es do Or\xe7amento", _s28_31, "Exigir que cliente confirme que aceita as Condi\xe7\xf5es do Or\xe7amento", _s25_55, "Assinatura de Fatura", _s30_13, "Exigir que o cliente providencie sua assinatura", _s23_46, _s23_138, _s22_74, "Proteger Faturas com Senha", _s27_46, "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_56, "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_198, _s17_316, "attach_ubl", "Anexar UBL", "email_style", "Estilo do E-mail", _s19_68, "Habilitar Marca\xe7\xe3o", "reply_to_email", "Email para Resposta", "reply_to_name", "Nome para resposta", "bcc_email", "Email CCO", "processed", "Processado", "credit_card", _s17_317, "bank_transfer", _s22_207, "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_69, "Logos de Cart\xf5es Aceitos", "credentials", "Credenciais", "update_address", "Atualizar Endere\xe7o", _s19_71, "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_200, "Taxa de imposto criada com sucesso", _s16_201, "Taxa de imposto atualizada com sucesso", _s17_123, "Taxa de imposto arquivada com sucesso", _s16_202, _s36_61, _s17_124, _s38_46, _s18_104, "Taxas de imposto :value arquivadas com sucesso", _s17_125, "Taxas de imposto :value exclu\xeddas com sucesso", _s18_105, "Taxas de imposto :value restauradas com sucesso", "fill_products", "Auto-preencher produtos", _s18_106, "Ao selecionar um produto sua descri\xe7\xe3o e pre\xe7o ser\xe3o automaticamente preenchidos", "update_products", _s35_60, _s20_96, "Atualizar uma fatura ir\xe1 automaticamenteatualizar a biblioteca de produtos", _s16_203, _s18_299, _s21_102, _s68_2, "fees", "Taxas", "limits", "Limites", "provider", "Provedor", "company_gateway", "Gateway de Pagamento", _s16_205, "Gateways de Pagamento", _s19_72, "Novo Gateway", _s20_97, "Editar Gateway", _s23_47, "Gateway criado com sucesso", _s23_48, "Gateway atualizado com sucesso", _s24_57, "Gateway arquivado com sucesso", _s23_49, "Gateway exclu\xeddo com sucesso", _s24_58, "Gateway restaurado com sucesso", _s25_57, "Gateways :value arquivados com sucesso", _s24_59, "Gateways :value exclu\xeddos com sucesso", _s25_58, "Gateways :value restaurados com sucesso", _s16_207, "Continuar Editando", "discard_changes", "Descartar Mudan\xe7as", "default_value", "Valor padr\xe3o", "disabled", "Desabilitado", "currency_format", _s16_463, _s21_103, "Primeiro dia da Semana", _s23_50, _s19_221, "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_232, "military_time", "Formato de Tempo 24h", _s18_107, _s19_222, "send_reminders", _s16_464, "timezone", "Fuso Hor\xe1rio", _s19_73, _s20_233, _s17_126, _s18_300, _s19_75, _s19_223, _s18_108, _s20_234, _s18_110, _s21_233, "group_settings", _s23_139, "group", "Grupo", "groups", "Grupos", "new_group", "Novo Grupo", "edit_group", "Editar Grupo", "created_group", _s24_158, "updated_group", _s28_132, "archived_groups", "Grupos :value arquivados com sucesso", "deleted_groups", "Grupos :value exclu\xeddos com sucesso", "restored_groups", "Grupos :value restaurados com sucesso", "archived_group", _s27_125, "deleted_group", _s26_118, "restored_group", _s28_133, "upload_logo", "Carregar Logo", "uploaded_logo", "Logo carregado com sucesso", "logo", "Logo", "saved_settings", "Configura\xe7\xf5es salvas com sucesso", _s16_209, "Configura\xe7\xf5es de Produtos", "device_settings", _s28_134, "defaults", "Padr\xf5es", "basic_settings", "Configura\xe7\xf5es B\xe1sicas", _s17_128, "Configura\xe7\xf5es Avan\xe7adas", "company_details", _s19_224, "user_details", "Detalhes do Usu\xe1rio", "localization", "Localiza\xe7\xe3o", "online_payments", _s17_318, "tax_rates", "Taxas de Impostos", "notifications", "Notifica\xe7\xf5es", "import_export", "Importar | Exportar", "custom_fields", _s21_234, "invoice_design", "Design da Fatura", "buy_now_buttons", "Bot\xf5es Compre J\xe1", "email_settings", "Configura\xe7\xf5es de E-mail", _s23_52, "Modelos e Lembretes", _s22_75, _s27_112, _s19_77, _s21_235, "price", "Pre\xe7o", "email_sign_up", "Inscri\xe7\xe3o de Email", "google_sign_up", "Inscri\xe7\xe3o no Google", _s27_50, "Obrigado por sua compra!", "redeem", "Resgatar", "back", "Voltar", "past_purchases", _s16_465, _s19_79, _s16_466, "pro_plan", "Plano Pro", "enterprise_plan", _s17_319, "count_users", ":count usu\xe1rios", "upgrade", "Upgrade", _s25_59, "Por favor digite o primeiro nome", _s24_60, "Por favor digite o sobrenome", _s33_30, _s86_2, "i_agree_to_the", "Aceito os", _s16_211, _s20_235, "privacy_policy", _s23_140, "sign_up", "Cadastro", "account_login", "Acessar Conta", "view_website", "Ver o Website", "create_account", "Criar Conta", "email_login", "E-mail de Login", "create_new", "Criar Novo", _s18_112, "Nenhum registro selecionado", _s21_106, "Por favor, salve ou cancele suas altera\xe7\xf5es", "download", "Download", _s27_51, "Necessita um plano empresarial", "take_picture", "Tire uma Foto", "upload_files", _s24_159, "document", "Documento", "documents", "Documentos", "new_document", "Novo Documento", "edit_document", _s16_467, _s17_130, _s29_99, _s16_213, _s32_53, _s17_131, _s31_68, _s16_214, _s29_100, _s17_132, _s32_54, _s18_114, "Documentos :value arquivados com sucesso", _s17_133, "Documentos :value exclu\xeddos com sucesso", _s18_115, "Documentos :value restaurados com sucesso", "no_history", "Sem Hist\xf3rico", "expense_date", "Data da Despesa", "pending", "Pendente", _s16_215, "Autenticado", _s16_216, "Pendente", _s16_217, "Faturado", "converted", "Convertido", _s24_62, "Adicione documentos a fatura", "exchange_rate", "Taxa de C\xe2mbio", _s16_218, "Converter moeda", "mark_paid", _s16_468, "category", "Categoria", "address", "Endere\xe7o", "new_vendor", "Novo Fornecedor", "created_vendor", _s29_101, "updated_vendor", _s33_61, "archived_vendor", _s32_55, "deleted_vendor", "Fornecedor exclu\xeddo com sucesso", "restored_vendor", "Fornecedor restaurado com sucesso", _s16_219, _s42_28, "deleted_vendors", ":count fornecedores exclu\xeddos com sucesso", _s16_220, "Fornecedores :value restaurados com sucesso", "new_expense", "Informar Despesa", "created_expense", _s26_119, "updated_expense", _s30_80, _s16_221, _s29_102, "deleted_expense", "Despesa exclu\xedda com sucesso", _s16_222, _s30_81, _s17_134, _s31_69, _s16_223, "Despesas exclu\xeddas com sucesso", _s17_135, "Despesas :value restauradas com sucesso", "copy_shipping", "Copiar Envio", "copy_billing", "Copiar Cobran\xe7a", "design", "Design", _s21_107, "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_126, "stopped_task", "Tarefa interrompida com sucesso", "resumed_task", "Tarefa continuada com sucesso", "now", "Agora", _s16_224, _s31_70, "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", "Tarefas :value restauradas com sucesso", _s19_81, "Por favor digite um nome", "budgeted_hours", "Horas Or\xe7adas", "created_project", _s26_120, "updated_project", _s30_82, _s16_226, _s29_103, "deleted_project", "Projeto exclu\xeddo com sucesso", _s16_227, _s30_83, _s17_136, _s38_47, _s16_228, ":count projetos exclu\xeddos com sucesso", _s17_137, _s39_39, "new_project", "Novo Projeto", _s27_55, "Obrigado por usar nosso app!", "if_you_like_it", "Se voc\xea desejar por favor", "click_here", "clique aqui", _s18_116, "Clique aqui", "to_rate_it", "para dar uma nota.", "average", "M\xe9dio", "unapproved", "N\xe3o Aprovado", _s30_18, _s56_7, "locked", "Travado", "authenticate", "Autenticar", _s19_83, _s23_141, _s24_64, _s23_142, "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_138, _s21_236, "previous_period", _s16_469, "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", "all_time", "Tempo todo", "custom", "Personalizado", _s16_229, "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_470, "edit_payment", _s16_471, "edit_task", "Editar Tarefa", "edit_expense", "Editar Despesa", "edit_vendor", _s17_320, "edit_project", "Editar Projeto", _s20_99, _s27_127, "billing_address", "Endere\xe7o de Cobran\xe7a", _s16_231, "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", "E-mail", "password", "Senha", "url", "URL", "secret", "Segredo", "name", "Nome", "logout", "Sair", "login", "Acessar", "filter", "Filtrar", "sort", "Ordenar", "search", "Pesquisar", "active", "Ativo", "archived", "Arquivado", "deleted", "Exclu\xeddo", "dashboard", "Painel", "archive", "Arquivar", "delete", "Excluir", "restore", "Restaurar", _s16_233, "Refresh Completo", _s23_53, "Por favor digite seu email", _s26_43, "Por favor digite sua senha", _s21_110, "Por favor digite sua URL", _s26_45, "Por favor digite uma chave de produto", "ascending", "Ascendente", "descending", "Descendente", "save", "Salvar", _s17_140, "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_85, _s43_14, "error", "Erro", _s16_235, _s24_160, "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_237, "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_239, "Produto arquivado com sucesso", "deleted_product", "Produto exclu\xeddo com sucesso", _s16_240, _s30_84, _s17_142, ":count produtos arquivados com sucesso", _s16_241, ":count produtos exclu\xeddos com sucesso", _s17_143, "Produtos :value restaurados com sucesso", "product_key", "Produto", "notes", "Notas", "cost", "Custo", "client", "Cliente", "clients", "Clientes", "new_client", "Novo Cliente", "created_client", _s26_121, "updated_client", _s30_85, "archived_client", _s29_104, _s16_242, _s38_48, "deleted_client", "Cliente exclu\xeddo com sucesso", "deleted_clients", ":count clientes exclu\xeddos com sucesso", "restored_client", "Cliente restaurado com sucesso", _s16_243, "Restaurado com sucesso :value clients", "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_244, "Fatura arquivada com sucesso", "deleted_invoice", "Fatura exclu\xedda com sucesso", _s16_245, "Fatura restaurada com sucesso", _s17_144, ":count faturas arquivadas com sucesso", _s16_246, ":count faturas exclu\xeddas com sucesso", _s17_145, "Faturas :value restauradas com sucesso", "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_225, "quote_date", _s17_321, "valid_until", "V\xe1lido At\xe9", "items", "Itens", "partial_deposit", _s16_472, "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_301, _s16_247, _s26_122, "paid_date", _s17_322, "status", "Status", _s17_146, "Status da Fatura", "quote_status", "Status do Or\xe7amento", _s22_76, "Clique + para adicionar um item", _s22_78, _s29_105, "count_selected", _s19_226, "total", "Total", "percent", "Porcento", "edit", "Editar", "dismiss", "Dispensar", _s20_101, "Por favor digite uma data", _s22_79, _s30_86, _s24_66, "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_20, "Por favor digite um n\xfamero de fatura", _s27_59, _s39_40, "past_due", "Vencido", "draft", "Rascunho", "sent", "Enviado", "viewed", "Visualizado", "approved", "Aprovado", "partial", "Dep\xf3sito / Parcial", "paid", "Pago", "mark_sent", "Marcar como Enviada", _s22_81, "Fatura marcada como enviada com sucesso", _s22_82, _s36_62, _s23_55, "Faturas marcadas como enviadas com sucesso", _s23_56, _s39_41, "done", "Conclu\xeddo", _s37_22, "Por favor digite um cliente ou nome de contato", "dark_mode", "Modo Escuro", _s27_61, "Reinicie o app para aplicar a mudan\xe7a", "refresh_data", "Atualizar Dados", "blank_contact", "Contato Vazio", "activity", "Atividade", _s16_249, "Nenhum registro encontrado", "clone", "Clonar", "loading", "Carregando", "industry", "Ind\xfastria", "size", "Tamanho", "payment_terms", _s21_227, "payment_date", _s17_323, "payment_status", "Status do Pagamento", _s16_251, "Pendente", _s16_252, "Anulado", _s16_253, "Falhou", _s16_254, "Completado", _s16_255, _s24_155, _s16_256, "Reembolsado", _s17_147, "N\xe3o Aplicado", _s17_148, _s25_118, "net", "Vencimento", "client_portal", _s17_324, "show_tasks", "Exibir tarefas", "email_reminders", "Lembretes de Email", "enabled", "Habilitado", "recipients", "Destinat\xe1rios", "initial_email", "Email Inicial", "first_reminder", _s17_325, "second_reminder", _s16_473, "third_reminder", _s17_326, "reminder1", _s17_325, "reminder2", _s16_473, "reminder3", _s17_326, "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_295, _s21_112, _s23_143, "enter_payment", "Informar Pagamento", "new_payment", "Adicionar Pagamento", "created_payment", "Pagamento criado com sucesso", "updated_payment", "Pagamento atualizado com sucesso", _s16_257, "Pagamento arquivado com sucesso", "deleted_payment", "Pagamento exclu\xeddo com sucesso", _s16_258, "Pagamento restaurado com sucesso", _s17_149, _s40_23, _s16_259, ":count pagamentos exclu\xeddos com sucesso", _s17_150, "Pagamentos :value restaurados com sucesso", "quote", "Or\xe7amento", "quotes", "Or\xe7amentos", "new_quote", "Novo Or\xe7amento", "created_quote", _s28_135, "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_24, "deleted_quotes", ":count or\xe7amentos exclu\xeddos com sucesso", "restored_quotes", "Cota\xe7\xf5es :value restauradas com sucesso", "expense", "Despesa", "expenses", "Despesas", "vendor", "Fornecedor", "vendors", "Fornecedores", "task", "Tarefa", "tasks", "Tarefas", "project", "Projeto", "projects", "Projetos", "activity_1", _s29_106, "activity_2", _s32_56, "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", _s87_0, "activity_11", _s36_63, "activity_12", _s35_61, "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_49, "activity_22", _s33_62, "activity_23", ":user excluiu o or\xe7amento :quote", "activity_24", _s34_52, "activity_25", ":user restaurou a fatura :invoice", "activity_26", _s33_63, "activity_27", _s36_64, "activity_28", ":user restaurou o cr\xe9dito :credit", "activity_29", ":contact aprovou o or\xe7amento :quote para o cliente :client", "activity_30", _s32_57, "activity_31", _s35_62, "activity_32", ":user excluiu :vendor", "activity_33", _s36_65, "activity_34", _s30_87, "activity_35", _s33_64, "activity_36", ":user excluiu a despesa :expense", "activity_37", _s34_53, "activity_39", _s58_13, "activity_40", _s72_3, "activity_41", "Pagamento :payment_amount (:payment) falhou", "activity_42", _s26_123, "activity_43", _s30_88, "activity_44", _s29_107, "activity_45", ":user excluiu a tarefa :task", "activity_46", _s30_89, "activity_47", _s34_54, "activity_48", ":user criou o usu\xe1rio :user", "activity_49", ":user atualizou o usu\xe1rio :user", "activity_50", ":user arquivou o usu\xe1rio :user", "activity_51", ":user deletou o usu\xe1rio :user", "activity_52", ":user restaurou o usu\xe1rio :user", "activity_53", ":user marcou como enviada :invoice", "activity_54", ":user pagou a fatura :invoice", "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", _s38_49, "activity_61", ":user atualizado client: client", "activity_62", _s34_55, "activity_63", ":user enviado o primeiro lembrete de fatura :invoice para :contato", "activity_64", ":user enviado o segundo lembrete de fatura :invoice para :contato", "activity_65", ":user enviado o terceiro lembrete de fatura :invoice para :contato", "activity_66", ":user enviado o \xfaltimo lembrete de fatura :invoice para :contato", "activity_80", ":user criou assinatura :subscription", "activity_81", ":user assinatura atualizada :subscription", "activity_82", "assinatura arquivada :user :subscription", "activity_83", ":user assinatura exclu\xedda :subscription", "activity_84", _s41_9, _s17_151, "Senha \xfanica", "emailed_quote", "Or\xe7amento enviado por email com sucesso", "emailed_credit", _s27_128, _s20_103, _s42_29, _s21_114, _s40_25, "expired", "Expirado", "all", "Todos", "select", "Selecionar", _s22_83, _s33_65, "custom_value1", _s21_237, "custom_value2", _s21_238, "custom_value3", _s21_239, "custom_value4", _s21_240, _s18_117, _s30_90, _s24_71, _s32_58, _s29_46, "Mensagem Personalizada de Fatura Atrasada", _s27_66, "Mensagem Personalizada de Fatura Paga", _s31_24, _s48_20, "lock_invoices", "Bloquear Faturas", "translations", "Tradu\xe7\xf5es", _s19_86, _s29_108, _s19_88, _s28_136, _s22_85, _s30_91, _s22_87, _s29_109, _s21_115, "Padr\xe3o de Numera\xe7\xe3o de Vendedor", _s21_117, "Contador Num\xe9rico de Vendedores", _s21_119, _s29_110, _s21_121, _s28_137, _s22_89, _s32_59, _s22_91, _s31_71, _s22_93, _s29_111, _s22_95, "Contador Num\xe9rico de Faturas", _s20_104, _s32_60, _s20_106, "Contador Num\xe9rico de Or\xe7amentos", _s21_123, _s30_92, _s21_125, _s29_112, _s21_127, _s30_92, _s21_128, _s29_112, _s18_119, _s26_124, "counter_padding", _s18_302, _s28_66, "Compartilhe o n\xfamero de or\xe7amento", _s18_121, _s20_236, _s18_123, _s24_161, _s18_125, _s20_237, _s18_127, _s24_162, _s18_129, _s20_238, _s18_131, _s24_163, _s21_129, _s27_129, _s19_90, _s30_93, _s21_131, _s30_94, _s29_48, _s38_50, "show_table", "Exibir Tabelas", "show_list", "Exibir Lista", "client_city", _s17_327, "client_state", "Estado do Cliente", "client_country", "Pa\xeds do Cliente", _s16_260, "Cliente Ativo", "client_balance", "Balan\xe7o do Cliente", "client_address1", _s19_227, "client_address2", "Complemento", "vendor_address1", "Rua do Vendedor", "vendor_address2", "Apartamento/Su\xedte do Vendedor", _s24_73, _s19_228, _s24_74, "Complemento", "type", "Tipo", "invoice_amount", "Valor da Fatura", _s16_264, _s18_301, "tax_rate1", _s17_328, "tax_rate2", _s17_329, "tax_rate3", _s17_330, "auto_bill", _s19_229, "archived_at", "Arquivado em", "has_expenses", "Tem despesas", "custom_taxes1", _s25_126, "custom_taxes2", _s25_127, "custom_taxes3", _s25_128, "custom_taxes4", _s25_129, _s17_153, _s25_122, _s17_154, _s25_123, _s17_155, _s25_124, _s17_156, _s25_125, "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", "Em execu\xe7\xe3o", "time_log", "Log de Tempo", "bank_id", "Banco", _s19_92, "ID da categoria de despesa", _s16_265, "Categoria de Despesa", _s19_94, "ID da moeda da fatura", "tax_name1", "Imposto 1", "tax_name2", "Imposto 2", "tax_name3", "Nome Fiscal 3", "transaction_id", "ID de transa\xe7\xe3o", _s18_133, _s23_144, _s16_266, _s22_208], t1, t1), "pt_PT", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "Recorrente", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "parceria", "trust", "Confiar", "charity", "Caridade", "government", "Governo", "classification", "Classification", _s24_, _s32_45, "public", "P\xfablico", "private", "Privado", "image", "Imagem", "other", "Outro", "hash", "Hash", "linked_to", "Ligado a", _s18_, _s28_116, _s21_, _s43_10, _s20_, _s34_44, "unlink", "Desligar", _s25_, _s88_, "is_tax_exempt", _s17_268, "district", "Distrito", "region", "Regi\xe3o", "county", "Condado", "tax_details", _s16_414, _s18_0, _s71_4, _s18_1, _s68_0, _s20_0, _s24_134, _s24_1, _s39_32, _s29_, _s71_5, _s25_0, _s75_2, _s18_2, _s24_135, "credit_item", "Item de cr\xe9dito", "files", "arquivos", "camera", "C\xe2mera", "gallery", "Galeria", _s20_2, _s32_46, _s16_1, _s22_188, _s29_0, _s37_50, _s34_, _s57_4, "next_send_time", _s24_136, _s20_3, _s31_59, "certificate_set", _s24_137, _s19_, _s24_138, "passphrase_set", _s17_269, _s18_4, _s18_247, _s18_6, _s20_211, _s22_, _s20_212, "rename", "Renomear", _s16_3, _s31_60, "e_invoice", _s17_270, "light_dark_mode", _s17_271, "activities", "Atividades", "routing_id", _s16_415, _s16_4, _s24_139, "e_invoice_type", _s25_110, "reduced_tax", _s16_416, "override_tax", _s18_248, "zero_rated", _s18_249, "reverse_tax", "Imposto reverso", _s20_4, _s45_17, _s22_1, _s51_17, _s16_6, _s28_117, "payment_manual", _s19_189, "tax_category", "Categoria Fiscal", "physical_goods", "Bens f\xedsicos", _s16_8, _s17_272, "services", "Servi\xe7os", "shipping", "Envio", "tax_exempt", _s17_268, "reduced_rate", "Taxa reduzida", "tax_all", "Imposto sobre todos", "tax_selected", _s19_190, "version", "vers\xe3o", _s16_10, _s22_189, "calculate_taxes", _s17_273, _s20_5, _s50_22, "admin", "Administrador", "owner", "Propriet\xe1rio", "link_expenses", "Despesas de link", _s24_3, _s27_108, _s25_1, _s29_91, "total_hours", "Total de horas", _s16_12, _s39_33, _s18_8, _s38_36, _s23_, "Aviso: impede a intera\xe7\xe3o com o aplicativo no PDF", "increase_prices", "Aumentar Pre\xe7os", "update_prices", "Atualizar Pre\xe7os", "incresed_prices", "Pre\xe7os na fila com sucesso a serem aumentados", "updated_prices", _s51_18, "bacs", _s18_250, "api_token", "Token da API", "api_key", "Chave API", "endpoint", "Ponto final", "billable", "Fatur\xe1vel", "not_billable", "N\xe3o Fatur\xe1vel", _s25_3, "Permitir itens de tarefa fatur\xe1veis", _s30_, "Ativar a configura\xe7\xe3o de quais itens de tarefa s\xe3o cobrados", _s26_, "Mostrar descri\xe7\xe3o do item de tarefa", _s31_, _s56_4, "email_record", _s18_251, _s23_0, "Colunas de produtos da fatura", _s21_1, "Cotar Colunas de Produtos", _s22_3, _s25_111, _s25_5, _s33_55, _s30_0, _s65_3, _s27_, "Compartilhar Colunas de Fatura/Cota\xe7\xe3o", "cc_email", "CC e-mail", "payment_balance", _s18_252, _s22_5, "Permitir que o usu\xe1rio acesse os relat\xf3rios, os dados s\xe3o limitados \xe0s permiss\xf5es dispon\xedveis", "activity_138", _s56_5, _s17_, "Produtos \xfanicos", _s26_1, _s31_61, "required", "Obrigat\xf3rio", "hidden", "Escondido", "payment_links", _s18_253, "action", "A\xe7\xe3o", _s32_, "Atualize para um plano pago para criar programa\xe7\xf5es", "next_run", _s16_417, "all_clients", _s17_274, _s16_13, "Mostrar Tabela de Envelhecimento", _s19_1, "Mostrar Tabela de Pagamentos", _s26_3, _s28_118, "email_statement", "Extrato de e-mail", "once", "Uma vez", "schedule", "Agendamento", "schedules", "Hor\xe1rios", "new_schedule", "Novo cronograma", "edit_schedule", "Editar programa\xe7\xe3o", _s16_15, "Agenda criada com sucesso", _s16_16, "Agenda atualizada com sucesso", _s17_1, _s28_119, _s16_17, "Programa\xe7\xe3o exclu\xedda com sucesso", _s16_18, "Programa\xe7\xe3o removida com sucesso", _s17_2, "Agenda restaurada com sucesso", "search_schedule", "Hor\xe1rio de pesquisa", _s16_19, "Pesquisar Hor\xe1rios", "archive_payment", _s18_254, "archive_invoice", "Arquivar Nota Pagamento", "archive_quote", _s18_255, "archive_credit", "Arquivar Nota de Cr\xe9dito", "archive_task", "Arquivar Tarefa", "archive_client", _s16_418, "archive_project", _s16_419, "archive_expense", _s16_420, "restore_payment", _s19_191, "restore_invoice", "Restaurar Nota de Pagamento", "restore_quote", _s19_192, "restore_credit", "Restaurar Nota de Cr\xe9dito", "restore_task", _s16_421, "restore_client", _s17_276, "restore_project", _s17_277, "restore_expense", _s17_278, "archive_vendor", _s19_193, "restore_vendor", _s20_213, "create_product", "Criar Produto", "update_product", _s17_280, "delete_product", "Apagar Produto", "restore_product", _s17_281, "archive_product", _s16_422, _s21_3, "Criar ordem de compra", _s21_5, "Atualizar ordem de compra", _s21_7, "Excluir ordem de compra", _s22_6, "Restaurar ordem de compra", _s22_8, "Arquivar ordem de compra", "sent_invoice", "Fatura Enviada", "sent_quote", _s17_282, "sent_credit", "Cr\xe9dito enviado", _s19_3, _s23_145, "image_url", "imagem URL", "max_quantity", _s17_283, "test_url", "URL de teste", _s18_9, _s20_239, _s20_6, "A op\xe7\xe3o \xe9 exibida, mas n\xe3o selecionada", _s21_9, _s32_47, _s21_10, _s20_239, "payment_methods", "M\xe9todos de Pagamento", "view_all", "Ver tudo", "edit_all", "Editar tudo", _s28_0, "Aceite o n\xfamero do pedido de compra", _s33_1, "Permita que os clientes forne\xe7am um n\xfamero de pedido ao aprovar uma cota\xe7\xe3o", "from_email", "Do email", "show_preview", _s20_214, "show_paid_stamp", "Mostrar Selo Pago", _s21_11, _s27_109, _s24_5, _s58_11, "pixels", "P\xedxeis", "logo_size", _s19_194, "postal_city", "Postal/Cidade", "failed", "Fracassado", "client_contacts", "Contactos do Cliente", "sync_from", "Sincronizar de", _s19_6, "Limite de invent\xe1rio", "hour", "Hora", _s17_3, "Instru\xe7\xe3o enfileirada com sucesso a ser enviada", _s17_4, "Mostrar Rodap\xe9 do E-mail", _s18_10, "Horas de Tarefa da Fatura", _s23_2, _s46_20, _s27_1, "Cobran\xe7a Autom\xe1tica de Faturas Padr\xe3o", _s28_2, "Cobran\xe7a Autom\xe1tica de Faturas Recorrentes", "email_alignment", _s21_213, _s20_7, _s28_120, "mailgun", "Mailgun", "postmark", "Carimbo postal", "microsoft", "Microsoft", _s27_3, _s34_45, "last365_days", _s16_423, "import_design", "Design de Importa\xe7\xe3o", "imported_design", "Projeto importado com sucesso", "invalid_design", _s49_7, _s17_6, _s41_24, "upload", "Carregar", _s17_7, _s16_424, _s23_3, _s34_46, _s28_5, "Envie um e-mail para o fornecedor quando a despesa for marcada como paga", "update_payment", _s19_195, "markup", "marca\xe7\xe3o", _s22_10, "Ordem de compra criada", _s19_8, _s23_145, _s21_13, "Ordem de compra visualizada", _s23_5, _s23_127, _s20_9, _s62_5, "klarna", "Klarna", _s29_7, _s56_6, _s29_8, _s46_21, "matomo_url", "URL do Matomo", "matomo_id", "Identifica\xe7\xe3o do Matomo", _s21_15, _s18_256, _s25_7, _s52_10, _s25_8, _s51_19, _s28_6, "Envie um e-mail ao marcar uma fatura como paga", "delete_project", "Apagar Projeto", _s18_12, _s31_62, "link_payment", "Pagamento de link", "link_expense", "Despesa de link", _s19_10, _s26_104, _s24_6, _s57_5, _s21_16, _s18_257, _s26_6, _s35_53, _s24_7, "Usar gerenciamento de estoque", _s29_9, _s41_25, _s17_9, _s18_258, _s27_5, _s30_63, "convert_matched", "Converter", _s19_12, _s63_6, _s20_10, _s68_1, "operator", "Operador", "value", "Valor", "is", "\xc9", "contains", "cont\xe9m", "starts_with", "Come\xe7a com", "is_empty", "Est\xe1 vazia", "add_rule", "Adicionar regra", "match_all_rules", "Corresponder a todas as regras", _s20_11, _s71_6, _s17_11, "Converta automaticamente transa\xe7\xf5es combinadas em despesas", "rules", "Regras", _s16_21, "regra de transa\xe7\xe3o", _s17_12, _s19_196, _s20_12, "Nova Regra de Transa\xe7\xe3o", _s21_18, _s25_112, _s24_9, _s24_141, _s24_10, _s41_26, _s25_10, _s40_14, _s24_11, _s39_34, _s24_12, _s39_35, _s25_11, _s41_27, _s23_7, _s30_64, _s24_13, "Pesquisar Regras de Transa\xe7\xe3o", _s21_20, "Guardar como condi\xe7\xe3o padr\xe3o", _s22_12, "Guardar como rodap\xe9 padr\xe3o", "auto_sync", _s24_142, _s16_23, _s16_425, _s31_2, _s57_6, _s34_0, _s44_14, "disable_2fa", "Desativar 2FA", "change_number", "Alterar n\xfamero", "resend_code", "Reenviar c\xf3digo", "base_type", "Tipo b\xe1sico", "category_type", _s17_284, _s16_25, "Transa\xe7\xe3o", "bulk_print", "Imprimir PDF", _s18_13, _s27_110, _s16_26, _s21_214, "bottom", "Fundo", "side", "Lado", "pdf_preview", _s19_197, _s20_14, "Pressione e segure para selecionar", _s21_22, "N\xfamero da ordem de compra", _s19_13, "Item de pedido de compra", _s22_14, _s33_56, "include_deleted", _s16_426, _s20_16, _s41_28, "due_on", "Devido a", _s22_15, _s34_47, _s20_17, _s33_57, _s20_18, _s37_51, _s17_14, _s21_215, _s16_28, _s16_427, "account_type", "Tipo de Conta", _s16_30, _s19_198, _s16_31, "Conectar contas", "manage_rules", _s16_428, "search_category", _s21_216, _s17_17, "Pesquisa :count Categorias", "min_amount", "Valor m\xednimo", "max_amount", "Valor m\xe1ximo", "selected", "Selecionados", _s21_24, _s32_48, _s18_15, _s24_143, "deposit", "Dep\xf3sito", "withdrawal", "Cancelamento", "deposits", "Dep\xf3sitos", "withdrawals", "Retiradas", "matched", "Coincide", "unmatched", "Incompar\xe1vel", "create_credit", "Criar cr\xe9dito", "update_credit", "Atualizar Nota de Cr\xe9dito", "delete_credit", "Apagar Nota de Cr\xe9dito", "transaction", "Transa\xe7\xe3o", "transactions", "Transa\xe7\xf5es", "new_transaction", "Nova Transa\xe7\xe3o", _s16_33, _s16_429, _s19_15, _s28_121, _s19_16, _s32_49, _s20_19, _s31_63, _s19_17, _s30_65, _s19_18, _s30_66, _s20_20, _s32_50, _s18_17, "Pesquisar Transa\xe7\xe3o", _s19_19, _s27_111, "bank_account", "Conta Banc\xe1ria", "bank_accounts", "Cart\xf5es de Cr\xe9dito & Contas Banc\xe1rias", _s21_25, _s36_56, _s20_21, _s35_54, _s20_22, _s35_55, _s21_26, _s37_52, _s19_20, _s24_144, _s20_23, "Pesquisar :count Contas Banc\xe1rias", "connect", "Conectar", _s23_9, _s31_64, _s18_19, _s22_191, "client_email", _s17_285, _s20_24, "Projeto de Tarefa de Fatura", _s25_12, _s47_19, "field", "Campo", "period", "Per\xedodo", "fields_per_row", "Campos Por Linha", _s21_27, "Notas De Pag. Ativas", _s26_8, "Notas Pag. Pendentes", _s24_16, _s21_217, _s23_11, "Pagamentos Reembolsados", _s19_22, "Or\xe7amentos Ativos", _s21_28, "Or\xe7amentos Aprovados", _s23_12, "Or\xe7amentos Recusados", _s18_22, "Tarefas Registadas", _s20_27, "Tarefas faturadas", _s16_35, "Tarefas pagas", _s21_29, "Despesas Registadas", _s22_16, _s18_259, _s23_13, _s18_260, _s27_8, "Despesas pagas na fatura", "activity_130", ":user ordem de compra criada :purchase_order", "activity_131", ":user ordem de compra atualizada :purchase_order", "activity_132", ":user ordem de compra arquivada :purchase_order", "activity_133", _s47_20, "activity_134", ":user ordem de compra restaurada :purchase_order", "activity_135", _s57_7, "activity_136", ":contact pedido de compra visualizado :purchase_order", "activity_137", _s48_16, "vendor_portal", "Portal do fornecedor", "send_code", "Enviar c\xf3digo", _s24_17, "Guardar o registro para carregar documentos", _s17_21, "Taxas de Imposto da Despesa", _s22_17, "Taxas de imposto do produto da fatura", _s21_31, _s41_29, "code_was_sent", _s29_92, _s16_37, _s42_26, "resend", "Reenviar", "verify", "Verificar", _s18_23, _s29_93, _s20_28, _s27_113, _s19_23, "Verificar n\xfamero de telefone", _s24_18, _s52_11, _s28_8, _s48_17, "merged_clients", _s30_67, "merge_into", "Mesclar em", "merge", "Unir", _s21_32, _s25_113, _s19_25, _s40_15, _s17_23, _s17_286, "activate", "Ativar", "connect_apple", "Conectar Apple", _s16_38, _s18_261, _s18_24, _s30_68, "send_now", "Envie agora", "received", "Recebido", _s19_26, "Data da Ordem de Compra", _s20_30, "Convertido com sucesso em despesa", _s21_34, "Convertido para despesas", _s18_25, "Converter em Despesa", _s16_40, _s23_128, _s33_9, "Pedido de compra adicionado com sucesso ao estoque", _s34_7, "Ordens de compra adicionadas com sucesso ao estoque", _s22_19, "Carregamento de documentos do cliente", _s22_21, "Carregamento de documentos do fornecedor", _s27_10, "Permitir que fornecedores fa\xe7am carregamento de documentos", _s24_19, _s33_58, "yes_its_great", "Sim, \xe9 \xf3timo!", "not_so_much", "N\xe3o muito", _s17_25, "\xd3timo para ouvir! Gostaria de avali\xe1-lo?", _s22_23, _s48_18, "sure_happy_to", "Claro, feliz em", "no_not_now", "N\xe3o, agora n\xe3o", "add", "Adicionar", _s18_27, "\xdaltimo Modelo Enviado", _s22_24, _s24_145, _s27_11, "Corresponde a caracteres n\xe3o cont\xedguos, ou seja. "ct" corresponde a "gato"", "vendor_details", _s22_192, _s22_26, _s28_122, "qr_iban", "QR IBAN", "besr_id", "ID BESR", "accept", "Aceitar", _s23_14, "Clonar para PO", _s20_31, "O fornecedor n\xe3o tem um endere\xe7o de e-mail definido", "bulk_send_email", "Enviar email", _s29_12, "Ordem de compra marcada com sucesso como enviada", _s30_3, "Ordens de compra marcadas com sucesso como enviadas", _s23_15, _s35_56, _s24_20, _s37_53, _s24_21, _s38_37, _s25_14, "Ordens de compra canceladas com sucesso", "accepted", "Aceitaram", _s22_28, _s23_129, _s20_32, "Total de Pedidos de Compra", _s20_34, "Ordem de compra por e-mail", _s26_9, _s28_123, _s18_29, _s31_65, "connect_email", "Conectar e-mail", _s16_43, _s18_262, _s32_5, "Use o aplicativo da Web para se conectar \xe0 Microsoft", "email_provider", "provedor de e-mail", _s17_26, "Conectar Microsoft", _s20_36, _s21_241, _s19_28, "Microsoft conectado com sucesso", _s22_30, "Microsoft desconectado com sucesso", _s17_28, "Entrar com a Microsoft", _s17_29, _s24_146, _s22_32, "Ordem de compra enfileirada com sucesso a ser enviada", _s23_16, "Ordens de compra enfileiradas com sucesso a serem enviadas", _s16_45, "Mude para o aplicativo web React", _s21_36, "Projeto de ordem de compra", _s20_39, _s26_105, _s21_38, "Rodap\xe9 da ordem de compra", _s32_7, _s30_69, _s37_5, _s47_21, "purchase_order", "Ordem de Compra", "purchase_orders", _s16_430, _s18_30, "Nova ordem de compra", _s19_29, "Editar ordem de compra", _s22_33, "Ordem de compra criada com sucesso", _s22_34, "Ordem de compra atualizada com sucesso", _s23_17, "Ordem de compra arquivada com sucesso", _s22_35, "Ordem de compra exclu\xedda com sucesso", _s22_36, "Ordem de compra removida com sucesso", _s23_18, _s38_38, _s21_40, "Pesquisar ordem de compra", _s22_37, "Pesquisar Pedidos de Compra", "login_url", "URL de login", _s16_46, "Defini\xe7\xf5es de Pagamento", "default", "Padr\xe3o", "stock_quantity", "Quantidade em Stock", _s22_39, "Limite de Notifica\xe7\xe3o", "track_inventory", "Rastreie o Invent\xe1rio", _s20_41, "Exibir o stock de produtos e atualizar quando as faturas forem enviadas", _s19_31, "Notifica\xe7\xf5es de Stock", _s24_23, "Enviar um e-mail quando o stock atingir o limite", "vat", "CUBA", "standing", "Resumo", "view_map", "Ver mapa", _s18_32, _s21_218, "add_gateway", "Adicionar Terminal", _s24_24, _s98_0, "left", "Esquerda", "right", "Certo", "center", "Centro", "page_numbering", "Numera\xe7\xe3o de p\xe1gina", _s24_25, "Alinhamento de Numera\xe7\xe3o de P\xe1gina", _s31_6, "Nota de Pagamento Enviada", _s24_27, _s28_124, _s29_13, "Inclua a descri\xe7\xe3o no menu suspenso do produto", "invoice_items", _s21_242, "quote_items", "Produtos do Or\xe7amento", "profitloss", "Lucros e perdas", "import_format", "Formato de Importa\xe7\xe3o", "export_format", _s21_219, "export_type", _s18_263, "stop_on_unpaid", "Parar em n\xe3o pago", _s19_33, _s66_1, "use_quote_terms", "Usar termos de cota\xe7\xe3o", _s20_42, _s38_39, "add_country", "Adicionar Pa\xeds", "enable_tooltips", _s27_114, _s20_43, _s46_22, _s21_42, "Erro: registros pertencem a mais de um cliente", "register_label", "Crie a sua conta em segundos", "login_label", _s33_59, "add_to_invoice", "Adicionar na nota de pagamento :invoice", _s17_30, _s25_114, "week", "Semana", "created_record", _s27_115, _s26_10, "Arquivamento Autom\xe1tico Pago", _s31_7, "Arquive automaticamente as faturas quando forem pagas.", _s31_8, "Arquivamento Autom\xe1tico Cancelado", _s36_2, "Arquive automaticamente as faturas quando canceladas.", _s20_44, _s31_66, _s25_15, "Melhore a rolagem na visualiza\xe7\xe3o do PDF [BETA]", _s16_48, "Moeda da Nota de Pagamento", "range", "Per\xedodo", "tax_amount1", _s18_264, "tax_amount2", _s18_265, "tax_amount3", _s18_266, "create_project", "Criar projeto", "update_project", "Atualizar Projeto", "view_task", "Ver Tarefa", "cancel_invoice", "Cancelar", "changed_status", _s37_54, "change_status", "Alterar estado", "fees_sample", "A taxa para :amount nota de pag. deve ser :total.", _s19_34, _s23_130, _s24_29, _s38_40, "after_saving", "Depois de Salvar", "view_record", "Exibir registro", _s21_43, "Ativar marca\xe7\xe3o de e-mail", _s26_11, "Use o editor de markdown visual para emails", _s19_36, "Ativar marca\xe7\xe3o de PDF", "json_help", "Observa\xe7\xe3o: arquivos JSON gerados pelo aplicativo v4 n\xe3o s\xe3o compat\xedveis", "release_notes", "Notas de vers\xe3o", _s23_19, _s45_18, "started_tasks", _s36_57, "stopped_tasks", _s40_16, "approved_quote", _s30_70, "approved_quotes", ":value Or\xe7amentos Aprovados", "approve", "Aprovar", "client_website", "Site do Cliente", "invalid_time", "Hora Inv\xe1lida", _s21_45, _s26_106, _s20_46, _s26_107, _s27_14, "C\xf3digo Postal de Envio do Cliente", _s23_20, _s24_147, "load_pdf", "Carregar PDF", _s16_50, "Iniciar teste gratuito", _s24_30, _s49_8, "due_on_receipt", "Vence Quando Recebido", "is_paid", "\xc9 pago", "age_group_paid", "Pago", "id", "Eu ia", "convert_to", "Converter para", "client_currency", _s16_431, _s16_51, _s16_432, "purged_client", "Cliente apagado com sucesso", _s27_16, "Para evitar spam, precisamos atualizar para uma conta paga para personalizar o e-mail", _s22_42, "Atualize seu plano para adicionar empresas", "small", "Pequeno", _s21_47, "Cr\xe9dito marcado com sucesso como pago", _s22_43, "Cr\xe9ditos marcados com sucesso como pagos", _s16_53, _s43_11, "wait_for_saving", _s41_30, _s20_48, "Obs: as altera\xe7\xf5es feitas aqui s\xe3o apenas pr\xe9-visualizadas, devem ser aplicadas nas abas acima para serem salvas", "remaining", "Restante", "invoice_paid", "Fatura paga", "activity_120", _s49_9, "activity_121", _s54_9, "activity_122", _s53_11, "activity_123", ":user despesa recorrente exclu\xedda :recurring_expense", "activity_124", _s54_10, "normal", "Normal", "large", "Grande", "extra_large", "Extra grande", _s16_54, "Mostrar visualiza\xe7\xe3o de PDF", _s21_48, "Exibir visualiza\xe7\xe3o em PDF durante a edi\xe7\xe3o de faturas", "print_pdf", "Imprimir PDF", "remind_me", "Lembre-me", _s16_56, "Pagamento Banc\xe1rio Instant\xe2neo", "click_selected", _s21_220, "hide_preview", _s20_215, "edit_record", "Editar registro", _s27_17, _s59_4, "giropay", "GiroPay", "direct_debit", "D\xe9bito Direto", _s21_49, _s25_115, "set_password", "Defenir senha", _s17_33, _s72_1, _s16_58, "Recomendamos o uso do aplicativo m\xf3vel para obter o melhor desempenho", _s20_49, _s32_51, "disconnect", "desconectar", "add_to_invoices", _s20_216, "acss", _s36_58, "becs", _s18_267, "bulk_download", "Download", _s17_34, _s147_, "persist_ui", "Persistir IU", "persist_ui_help", "Salve o estado da interface do usu\xe1rio localmente para permitir que o aplicativo seja iniciado no \xfaltimo local. A desativa\xe7\xe3o pode melhorar o desempenho", _s18_34, "C\xf3digo Postal do Cliente", _s17_35, _s24_148, "has_tasks", "tem tarefas", "registration", "Cadastro", _s27_18, "Por favor, autorize o Stripe a aceitar pagamentos online.", "view_expense", _s29_94, "view_statement", "Visualizar Declara\xe7\xe3o", "sepa", "D\xe9bito Direto SEPA", "ideal", "ideal", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s28_125, "system", "Sistema", _s19_38, _s22_193, "updated_company", _s30_71, "kbc", "KBC", "bancontact", "Bancocontato", _s19_40, "Ajude-nos a melhorar dizendo-nos o porqu\xea (opcional)", "webhook_success", "Webhook de sucesso", _s24_31, "As tarefas devem pertencer ao mesmo cliente", _s27_19, "As despesas devem pertencer ao mesmo cliente", "app", "Aplicativo", _s20_50, _s55_5, _s16_59, "Total bruto", _s19_41, _s18_268, _s17_37, _s19_199, _s18_38, _s18_269, "from_name", _s17_287, _s16_60, "Clonar para despesas", _s17_38, _s18_270, _s18_39, _s20_217, _s21_50, _s23_131, _s22_44, _s25_116, _s25_16, _s37_55, _s25_17, _s41_31, _s26_13, _s40_17, _s25_18, _s39_36, _s25_19, _s39_37, _s26_14, _s41_32, _s24_32, "Pesquisar Despesas Recorrentes", _s25_20, "Procurar Despesas Recorentes", "last_sent_date", _s20_218, "include_drafts", "Incluir Rascunhos", _s19_42, _s44_15, "is_invoiced", "\xe9 faturado", "change_plan", "Gerenciar plano", "persist_data", "dados persistentes", "customer_count", _s20_219, _s16_62, _s18_303, _s16_64, _s16_65, _s28_11, _s40_18, "decimal_comma", "v\xedrgula decimal", _s26_15, "Use v\xedrgula como casa decimal em formul\xe1rios", "select_method", _s18_271, "select_platform", _s22_194, _s28_13, "Use o aplicativo da Web para se conectar ao Gmail", _s16_66, "As taxas de imposto do produto est\xe3o desativadas", "enable_markdown", _s18_304, _s20_51, _s33_60, "user_guide", "Guia do Utilizador", _s18_41, "Adicionar Segundo Contato", "previous_page", "P\xe1gina anterior", "next_page", "Pr\xf3xima p\xe1gina", "export_colors", "Cores de exporta\xe7\xe3o", "import_colors", "Importar Cores", "clear_all", "Limpar tudo", "contrast", "Contraste", "custom_colors", _s20_220, "colors", "cores", _s31_9, _s35_57, _s25_22, "Cor da Fonte Ativa da Barra Lateral", _s33_14, _s37_56, _s27_20, _s37_57, _s36_3, _s43_12, _s31_11, _s35_58, _s25_24, "Cor da Fonte do Cabe\xe7alho da Fatura", "net_subtotal", "L\xedquido", "review_app", "Avaliar aplicativo", "check_status", "Verificar status", "free_trial", "Teste gr\xe1tis", _s23_22, "A avalia\xe7\xe3o do plano Pro termina em :count dias, clique para atualizar.", _s21_52, _s65_4, "change_email", "Mude o e-mail", _s25_26, _s65_5, _s21_53, "Tarefas Mostradas no Portal", "uninvoiced", "N\xe3o faturado", "subdomain_guide", _s135_, "send_time", "Hora de envio", "import_data", "Importar Dados", "import_settings", _s27_116, _s17_40, _s22_195, _s19_43, _s51_20, "json", "JSON", _s24_34, _s32_52, "wait_for_data", _s45_19, "net_total", "Total L\xedquido", "has_taxes", "Tem Impostos", _s16_67, _s17_331, _s18_43, "Come\xe7ou a importar clientes com sucesso", "login_success", "Login realizado com sucesso", "login_failure", "Falha de login", "exported_data", "Quando o arquivo estiver pronto, voc\xea receber\xe1 um e-mail com um link para download", _s23_23, _s26_108, _s28_15, _s52_12, "step_1_sign_in", "Etapa 1: fa\xe7a login", _s16_70, _s18_272, "account_id", "ID da conta", _s27_22, _s34_48, "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_44, "Mostrar Data Final da Tarefa", _s23_25, "Ativar a especifica\xe7\xe3o da data final da tarefa", "gateway_setup", _s23_132, "preview_sidebar", "Visualiza\xe7\xe3o da Barra Lateral", _s16_71, "Dados de anos mostrados", _s18_46, "Todas as sess\xf5es encerradas com sucesso", _s16_73, "Terminar todas as sess\xf5es", "count_session", "1 Sess\xe3o", "count_sessions", ":count Sess\xf5es", "invoice_created", "Nota De Pagamento Criada", "quote_created", "Or\xe7amento Criado", "credit_created", "Cr\xe9dito Criado", "pro", "Pro", "enterprise", "Empreendimento", "last_updated", _s18_273, "invoice_item", _s21_242, "quote_item", "Produto do Or\xe7amento", _s18_47, "Primeiro Nome do Contacto", _s17_42, "\xdaltimo Nome do Contacto", "order", "Ordem", "unassigned", "N\xe3o atribu\xeddo", "partial_value", "Deve ser maior que zero e menor que o total", "search_kanban", _s16_474, "search_kanbans", _s16_474, "kanban", "Kanban", "enable", "Ativar", "move_top", "mover para cima", "move_up", "Subir", "move_down", _s16_475, "move_bottom", _s16_475, "subdomain_help", "Indique o subdom\xednio ou mostre a nota de pag. no seu site.", _s21_55, _s60_8, _s25_27, _s43_13, _s17_44, "Exibir formatos de data", "is_viewed", "\xe9 visto", "letter", "Carta", "legal", "Jur\xeddico", "page_layout", _s16_434, "portrait", "Retrato", "landscape", "Paisagem", _s26_16, "O propriet\xe1rio da conta pode atualizar para um plano pago para habilitar as configura\xe7\xf5es avan\xe7adas avan\xe7adas", _s20_52, "Atualize para um plano pago para habilitar as configura\xe7\xf5es avan\xe7adas", _s21_56, "Condi\xe7\xf5es da Nota de Pag.", _s17_46, "Or\xe7amento Valido At\xe9", "no_headers", "Sem cabe\xe7alhos", "add_header", _s19_200, "remove_header", "Remover Cabe\xe7alho", "return_url", "URL de retorno", "rest_method", "M\xe9todo REST", "header_key", "Chave de Cabe\xe7alho", "header_value", "Valor do Cabe\xe7alho", _s18_49, "Produtos Recorrentes", "promo_code", "C\xf3digo Promocional", "promo_discount", "Desconto Promocional", _s18_51, _s21_221, _s16_75, "Por Lugar Habilitado", "max_seats_limit", _s25_117, "trial_enabled", "Teste ativado", "trial_duration", _s16_435, _s21_58, _s34_49, _s18_53, "Permitir altera\xe7\xf5es de plano", "plan_map", "Mapa do Plano", "refund_period", "Per\xedodo de Reembolso", _s21_60, "Configura\xe7\xe3o do webhook", "purchase_page", _s16_436, "security", "Seguran\xe7a", "email_bounced", "Email devolvido", _s20_53, "Reclama\xe7\xe3o de Spam", "email_delivery", _s17_288, _s16_77, _s19_201, "pdf_response", "Resposta em PDF", _s22_46, _s21_222, "pdf_failed", "Falha no PDF", "pdf_success", "Sucesso do PDF", "modified", "modificado", "payment_link", _s17_289, _s16_79, _s22_196, _s17_48, _s24_149, _s20_54, _s36_59, _s20_55, _s40_19, _s21_62, _s39_38, _s20_56, _s38_41, _s20_57, _s38_42, _s21_63, _s40_20, _s19_44, "Pesquisar 1 link de pagamento", _s20_58, "Pesquisar :count Links de pagamento", _s26_17, "Subdom\xednio n\xe3o dispon\xedvel", "connect_gmail", "Associar Gmail", _s16_81, "Desassociar Gmail", "connected_gmail", _s27_117, _s18_55, _s30_73, _s16_83, "Altera\xe7\xf5es na base de c\xf3digo podem estar bloqueando a atualiza\xe7\xe3o, voc\xea pode executar este comando para descartar as altera\xe7\xf5es:", _s16_84, "N\xfamero de Identifica\xe7\xe3o do Cliente", "count_minutes", ":count Minutos", _s16_86, "Timeout da palavra-passe", _s29_15, "Compartilhar Fatura/Contador de Cr\xe9dito", "use_last_email", "Usar \xfaltimo E-mail", _s16_88, "Ativar Empresa", _s21_65, "Ativar E-mail, notas de pagamento recorrentes e notifica\xe7\xf5es", _s27_24, "Ocorreu um erro, por favor tente novamente", _s27_25, "Por favor defina uma palavra-passe", _s34_13, "Aviso: A mudan\xe7a de n\xfamero de telem\xf3vel vai desativar a autentica\xe7\xe3o de dois fatores (2FA).", "help_translate", _s16_437, _s23_26, "Por favor escolha um pa\xeds", "resend_invite", "Reenviar convite", _s19_45, "Autentica\xe7\xe3o de dois fatores (2FA) desativada com sucesso", _s16_90, _s27_118, _s19_46, _s30_74, "delivered", "Entregue", "bounced", "Devolvido", "spam", "Spam", "view_docs", "Ver Documentos", _s32_10, "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_66, "Ler o c\xf3digo de barras com uma :link aplica\xe7\xe3o compat\xedvel.", _s18_56, "Autentica\xe7\xe3o de Dois Fatores ativada com sucesso", "connect_google", "Associar Google", _s17_50, "Desassociar Google", _s17_52, "Autentica\xe7\xe3o de Dois Fatores", _s18_57, "Desativar Dois Fatores", _s34_14, "Exigir Palavra-passe para In\xedcio de Sess\xe3o Social", "stay_logged_in", "Continuar com sess\xe3o iniciada", _s23_28, "Aviso: A sua sess\xe3o est\xe1 prestes a expirar", "count_hours", ":count Horas", "count_day", "1 Dia", "count_days", ":count Dias", _s19_47, _s19_48, _s17_53, "Defini\xe7\xf5es de Seguran\xe7a", "resend_email", "Reenviar E-mail", _s26_19, "Por favor confirme o seu endere\xe7o de E-mail", _s16_91, _s21_223, _s19_49, _s25_130, _s19_51, "Selecione um usu\xe1rio autenticado com o Gmail", "list_long_press", "Lista de press\xe3o longa", "show_actions", "Mostrar A\xe7\xf5es", _s17_55, "Iniciar Multisele\xe7\xe3o", _s27_27, "Um E-mail foi enviado para confirmar este endere\xe7o de correio eletr\xf3nico", _s21_67, "Para usar :client_counter, adicione :client_number ou :client_id_number para evitar conflitos", "this_quarter", "Este Trimestre", "last_quarter", _s16_476, "to_update_run", "Para atualizar corra", _s18_59, "Converter em Nota de Pagamento", _s16_92, "URL de Registo", "invoice_project", "Faturar Projeto", "invoice_task", "Faturar Tarefa", "invoice_expense", "Nota de Pagamento da Despesa", _s19_52, "Encontrado 1 Prazo de Pagamento", _s20_59, "Encontrados :count Prazos de Pagamento", _s16_94, "Guardar e Prever", "save_and_email", "Guardar e Enviar por E-mail", _s16_96, _s19_202, _s16_98, _s18_275, _s17_57, "Saldo Convertido", _s22_48, "Convertido em pago at\xe9 a data", _s24_36, "Saldo de Cr\xe9dito Convertido", "converted_total", _s16_439, "is_sent", "Foi Enviado", _s17_59, "Documentos Pr\xe9-Definidos", "document_upload", "Carregamento de Documento", _s20_60, _s46_23, "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_69, "O Modo de depura\xe7\xe3o est\xe1 ativado", _s26_20, "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_61, "Pr\xf3ximas Despesas", "update_app", "Atualizar Aplica\xe7\xe3o", "started_import", "Importa\xe7\xe3o iniciou com sucesso", _s24_38, "Duplicar mapeamento de colunas", _s20_61, "Usa Taxas Incluidas", _s18_61, "Quantia do Desconto", "column", "Coluna", "sample", "Exemplo", "map_to", "Mapa para", "import", "Importar", _s25_29, "Usar primeira linha como nome das colunas", "select_file", "Por favor selecione um ficheiro", _s16_100, "Nenhum Ficheiro Selecionado", "csv_file", "Ficheiro CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Contabilidade", _s22_50, "Por favor forne\xe7a todos os CSVs", "import_type", _s18_276, "html_mode", "Modo HTML", "html_mode_help", "As atualiza\xe7\xf5es de visualiza\xe7\xe3o s\xe3o mais r\xe1pidas, mas menos precisas", "view_licenses", "Ver Licen\xe7as", "webhook_url", "Webhook URL", _s17_63, "Editor em ecr\xe3 inteiro", "sidebar_editor", "Editor da Barra Lateral", _s22_51, "Digite ":value" para confirmar", "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_41, "Notas de Pagamento Enviadas est\xe3o bloqueadas", _s24_43, "Faturas Pagas est\xe3o bloqueadas", "source_code", "C\xf3digo-fonte", "app_platforms", "Plataformas da Aplica\xe7\xe3o", "invoice_late", _s26_125, "quote_expired", _s18_279, "partial_due", _s18_277, "invoice_total", _s21_243, "quote_total", _s18_278, "credit_total", "Total em Cr\xe9dito", _s23_29, _s21_243, "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_45, _s41_33, "late_invoice", _s26_125, "expired_quote", _s18_279, "remind_invoice", "Enviar Lembrete da Nota de Pagamento", "cvv", "CVV", "client_name", "Nome do Cliente", "client_phone", "Telefone do Cliente", "required_fields", _s18_280, "calculated_rate", "Taxa Calculada", _s17_65, "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_102, "Editar Estado da Tarefa", _s19_53, "Estado da tarefa criado com sucesso", _s19_54, "Estado da tarefa atualizado com sucesso", _s20_63, "Estado da tarefa arquivado com sucesso", _s19_55, "Estado da tarefa apagado com sucesso", _s19_56, "Estado da tarefa removido com sucesso", _s20_64, "Estado da tarefa restaurado com sucesso", _s22_52, "Estado das tarefas arquivados com sucesso", _s21_71, "Estado das tarefas apagados com sucesso", _s22_53, "Estado das tarefas restaurados com sucesso", _s18_63, "Encontrado 1 Estado da Tarefa", _s20_66, "Encontados :count Estados da Tarefa", _s16_104, _s25_119, _s21_72, "Sempre mostrar a se\xe7\xe3o de tarefas ao criar notas de pagamento", _s20_67, "Registo das tarefas da Nota de Pagamento", _s25_30, "Adicionar detalhes de hora aos produtos na nota de pagamento", _s20_69, "Registo de datas de tarefas de fatura", _s25_31, "Adicionar detalhes da data na linha dos items da Nota de Pagamento", _s21_73, "Come\xe7ar tarefas antes de guardar", _s18_64, _s18_305, "task_settings", "Defini\xe7\xf5es de tarefa", _s20_71, "Configurar Categorias", _s18_66, _s22_197, _s20_73, _s26_109, _s21_74, "Editar Categoria de Despesas", _s24_46, "Categoria de despesa criada com sucesso", _s24_47, "Categoria de despesa atualizada com sucesso", _s25_33, "Categoria de despesa arquivada com sucesso", _s24_48, "Categoria apagada com sucesso", _s24_49, _s41_34, _s25_34, "Categoria de despesa restaurada com sucesso", _s27_31, ":count categorias de despesa arquivadas com sucesso", _s26_21, "Despesas :value exclu\xeddas com sucesso", _s27_32, _s53_12, _s23_30, "Encontrada 1 Categoria de Despesa", _s25_36, "Encontrada :count Categorias de Despesa", _s21_76, "Usar Cr\xe9ditos Dispon\xedveis", "show_option", "Mostrar Op\xe7\xe3o", _s22_54, "O valor do cr\xe9dito n\xe3o pode exceder o valor do pagamento", "view_changes", "Ver altera\xe7\xf5es", "force_update", _s18_281, _s17_67, "Est\xe1 a usar a vers\xe3o mais recente, mas pode haver corre\xe7\xf5es pendentes dispon\xedveis.", "mark_paid_help", _s31_67, _s18_68, "Deve ser faturada", _s23_31, _s34_50, _s29_17, "Tornar os documentos vis\xedveis para o cliente", _s21_78, _s25_120, _s16_106, _s26_110, _s18_69, "Duplicar recorr\xeancia", "crypto", "Criptomoeda", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "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_291, _s17_68, "Cobran\xe7a autom\xe1tica ativada", "total_taxes", "Impostos totais", "line_taxes", "Item", "total_fields", "Campo Total", _s25_37, _s42_27, _s25_38, _s38_43, _s25_39, _s38_44, "gateway_refund", "Reembolso do Terminal", _s19_57, "Processe o reembolso com o terminal de pagamento", "due_date_days", _s18_301, "paused", "Pausado", "mark_active", "Ativar", "day_count", "Dia :count", _s22_55, _s19_203, _s21_79, _s17_292, _s17_70, _s23_146, "endless", "Intermin\xe1vel", "next_send_date", _s21_224, _s16_108, _s16_440, _s17_72, "Nota de Pagamento Recorrente", _s18_71, "Notas Pagamento Recorrentes", _s21_81, "Nova Nota de Pagamento Recorrente", _s22_57, _s24_150, _s25_40, _s36_60, _s25_41, _s40_21, _s26_22, "Nota de Pagamento Recorrente arquivada", _s25_42, "Nota de Pagamento Recorrente removida", _s25_43, _s38_45, _s26_23, "Nota de Pagamento Recorrente restaurada", _s27_33, ":value Notas de pagamento recorrentes arquivadas com sucesso", _s26_24, ":value Notas de pagamento recorrentes apagadas com sucesso", _s27_34, ":value Notas de pagamento recorrentes restauradas com sucesso", _s24_50, _s30_75, _s25_44, _s37_58, "send_date", "Data de envio", "auto_bill_on", _s30_76, _s28_17, "Valor m\xednimo de pagamento", "profit", "Lucro", "line_item", "Produto", _s18_73, _s29_95, _s23_32, "Suportar pagamentos com quantias superiores \xe0 pedida para aceitar gorjetas", _s19_58, _s24_151, _s24_51, "Deve pagar no m\xednimo o valor parcial/dep\xf3sito", "test_mode", "Modo de teste", "opened", "Aberto", _s30_7, "Falha na reconcilia\xe7\xe3o", _s30_8, "Sucesso na Reconcilia\xe7\xe3o", "gateway_success", _s17_293, "gateway_failure", "Falha do Portal", "gateway_error", "Erro do Portal", "email_send", "Email Enviado", _s17_74, _s26_111, "failure", "Falha", "quota_exceeded", "Quota ultrapassada", _s16_110, "Falha Upstream", "system_logs", "Logs de Sistema", "view_portal", "Ver Portal", "copy_link", "Copiar Endere\xe7o", "token_billing", "Guardar detalhes do cart\xe3o", _s24_52, _s26_112, "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_282, "reminder2_sent", _s18_283, "reminder3_sent", _s18_284, _s18_75, _s23_133, "pdf_page_info", _s23_134, _s16_112, "Notas de pag. enviadas com sucesso", "emailed_quotes", "Or\xe7amentos enviados com sucesso", "emailed_credits", _s40_22, "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_294, "apply_credit", "Aplicar Nota de Cr\xe9dito", "apply", "Aplicar", "unapplied", "N\xe3o Aplicado", "select_label", "Selecione a Legenda", "custom_labels", _s24_152, "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_295, "last_login_at", "\xdaltimo In\xedcio de Sess\xe3o em", "company_key", _s16_442, "storefront", "Vitrine", "storefront_help", "Permitir aplica\xe7\xf5es de terceiros para criar notas de pagamento", "client_created", "Cliente Criado", _s20_76, "E-mail de pagamento online", _s20_78, _s25_121, "completed", "Completo", "gross", "Bruto", "net_amount", "Valor l\xedquido", "net_balance", "Saldo L\xedquido", "client_settings", _s24_153, _s17_76, _s20_222, _s17_78, _s23_135, "selected_quotes", "Or\xe7amentos Selecionados", "selected_tasks", _s20_223, _s17_80, _s21_225, _s17_82, "Pr\xf3ximas Nota Pagamento", _s17_84, "Notas de Pagamento Vencidas", "recent_payments", _s19_204, "upcoming_quotes", _s19_205, "expired_quotes", _s20_224, "create_client", "Criar Cliente", "create_invoice", "Criar Nota de Pagamento", "create_quote", "Criar Or\xe7amento", "create_payment", "Criar Pagamento", "create_vendor", _s16_443, "update_quote", "Atualizar Or\xe7amento", "delete_quote", "Apagar Or\xe7amento", "update_invoice", "Atualizar Nota de Pagamento", "delete_invoice", "Apagar Nota Pagamento", "update_client", _s17_296, "delete_client", "Apagar Cliente", "delete_payment", "Apagar Pagamento", "update_vendor", "Atualizar Fornecedores", "delete_vendor", "Apagar Fornecedor", "create_expense", "Criar Despesa", "update_expense", _s17_297, "delete_expense", "Apagar Despesa", "create_task", "Criar Tarefa", "update_task", _s16_444, "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_244, "hide_sidebar", _s21_226, "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_86, "Os crons precisam de ser ativados", "api_webhooks", "API Webhooks", "search_webhooks", _s26_113, "search_webhook", _s19_206, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nova Webhook", "edit_webhook", "Editar Webhook", "created_webhook", _s26_114, "updated_webhook", _s30_77, _s16_114, _s29_96, "deleted_webhook", "Webhook Apagada com Sucesso", "removed_webhook", _s28_126, _s16_115, _s30_78, _s17_87, ":value Webhooks arquivadas com sucesso", _s16_116, ":value Webhooks apagadas com sucesso", _s16_117, ":value Webhooks removidas com sucesso", _s17_88, ":value Webhooks restauradas com sucesso", "api_tokens", "API Tokens", "api_docs", "Documenta\xe7\xe3o API", "search_tokens", _s24_154, "search_token", _s17_298, "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_115, "restored_token", _s28_127, "archived_tokens", ":value Tokens arquivadas com sucesso", "deleted_tokens", ":value Tokens apagadas com sucesso", "restored_tokens", ":value Tokens restauradas com sucesso", _s19_60, "Registo de cliente", _s24_54, "Permitir que os clientes se auto-registem no portal", "email_invoice", "Enviar Nota Pagamento", "email_quote", "Enviar Or\xe7amento", "email_credit", "Cr\xe9dito de E-mail", "email_payment", "Pagamento por E-mail", _s20_81, "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_118, _s16_445, "contact_name", "Nome do Contacto", "use_default", "Use o padr\xe3o", _s16_120, _s17_299, "number_of_days", "N\xfamero de dias", _s23_34, "Configurar os Prazos de Pagamento", "payment_term", "Prazo de Pagamento", _s16_121, _s23_146, _s17_90, "Editar Prazo de Pagamento", _s20_82, "Criado prazo de pagamento", _s20_83, "Atualizado prazo de pagamento", _s21_83, "Arquivado prazo de pagamento", _s20_84, "Prazo de pagamento apagado", _s20_85, "Prazo de pagamento removido", _s21_84, "Prazo de pagamento restaurado", _s22_62, ":value Termos de Pagamento arquivados com sucesso", _s21_85, ":value Termos de Pagamento apagados com sucesso", _s22_63, ":value Termos de Pagamento restaurados com sucesso", "email_sign_in", _s16_446, "change", "Mudar", _s23_36, _s26_116, _s24_55, "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_77, _s24_155, _s16_123, _s20_225, "search_designs", "Pesquisar Modelos", "search_invoices", "Pesquisar Notas de Pagamento", "search_clients", _s18_285, "search_products", _s18_286, "search_quotes", "Pesquisar Or\xe7amentos", "search_credits", _s18_287, "search_vendors", "Procurar Fornecedores", "search_users", "Pesquisar Utilizadores", _s16_124, _s27_120, "search_tasks", _s17_300, "search_settings", _s23_136, "search_projects", _s18_288, "search_expenses", _s18_289, "search_payments", _s20_226, "search_groups", _s16_447, "search_company", _s17_301, "search_document", _s21_228, "search_design", _s18_290, "search_invoice", "Pesquisar 1 Nota de Pagamento", "search_client", _s19_207, "search_product", _s19_208, "search_quote", _s19_209, "search_credit", _s19_210, "search_vendor", "Procurar 1 Fornecedor", "search_user", _s19_211, "search_tax_rate", _s27_121, "search_task", _s18_291, "search_project", _s19_212, "search_expense", _s19_213, "search_payment", _s21_229, "search_group", _s17_302, "refund_payment", _s20_227, _s17_94, "Nota de Pagamento Cancelada com Sucesso", _s18_79, "Notas de Pagamento Canceladas com Sucesso", _s16_130, "Nota de Pagamento Revertida com Sucesso", _s17_95, "Notas de Pagamento Revertidas com Sucesso", "reverse", "Reverter", "full_name", "Nome Completo", _s17_96, "Cidade/Distrito/C. Postal", _s17_98, "C\xf3digo-Postal/Cidade/Distrito", "custom1", _s22_198, "custom2", _s21_230, "custom3", _s22_199, "custom4", _s20_228, "optional", "Opcional", "license", "Licen\xe7a", "purge_data", "Limpar Dados", _s16_131, _s35_59, _s18_80, "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_214, "company_address", "Endere\xe7o da Empresa", "invoice_details", "Detalhes da nota de pag.", "quote_details", "Detalhes do or\xe7amento", "credit_details", _s19_215, "product_columns", _s18_292, "task_columns", _s18_293, "add_field", "Adicionar campo", "all_events", _s16_448, "permissions", "Permiss\xf5es", "none", "Nenhum", "owned", "Possu\xeddo", "payment_success", "Pagamento realizado", "payment_failure", "Falha no Pagamento", "invoice_sent", ":count nota de pag. enviada", "quote_sent", "Or\xe7amento Enviado", "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_46, _s29_97, _s16_132, "Comprar licen\xe7a", "apply_license", "Aplicar Licen\xe7a", "cancel_account", "Apagar Conta", _s22_64, "Aviso: Ir\xe1 apagar permanentemente a sua conta.", "delete_company", "Apagar Empresa", _s22_65, "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_135, "credit_design", _s17_303, "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_134, ":value Modelos arquivados com sucesso", "deleted_designs", ":value Modelos apagados com sucesso", _s16_135, ":value Modelos restaurados com sucesso", "proposals", "Propostas", "tickets", "Bilhetes", _s16_136, _s22_200, "recurring_tasks", _s19_216, _s18_81, "Gerir Conta", "credit_date", "Data da Nota de Cr\xe9dito", "credit", "Nota de Cr\xe9dito", "credits", "Notas 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_128, "restored_credit", "Nota de Cr\xe9dito restaurado", _s16_138, ":count notas de cr\xe9dito arquivadas com sucesso", "deleted_credits", ":count notas de cr\xe9dito apagadas com sucesso", _s16_139, ":value Cr\xe9ditos restaurados com sucesso", "current_version", "Vers\xe3o Atual", "latest_version", "\xdaltima vers\xe3o", "update_now", "Atualize agora", _s26_30, "Uma nova vers\xe3o da aplica\xe7\xe3o web est\xe1 dispon\xedvel", _s16_140, _s22_201, "app_updated", "Atualiza\xe7\xe3o completa", "learn_more", "Saber mais", "integrations", "Integra\xe7\xf5es", "tracking_id", "Id de acompanhamento", _s17_100, _s20_229, "credit_footer", _s17_304, "credit_terms", "Condi\xe7\xf5es do Cr\xe9dito", "new_company", "Nova Empresa", "added_company", _s30_79, "company1", _s23_147, "company2", _s23_148, "company3", _s23_149, "company4", _s23_150, "product1", "Produto Personalizado 1", "product2", "Produto Personalizado 2", "product3", "Produto Personalizado 3", "product4", "Produto Personalizado 4", "client1", _s23_151, "client2", _s23_152, "client3", _s23_153, "client4", _s23_154, "contact1", _s24_164, "contact2", _s24_165, "contact3", _s24_166, "contact4", _s24_167, "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_122, "surcharge2", _s25_123, "surcharge3", _s25_124, "surcharge4", _s25_125, "group1", _s21_245, "group2", _s21_246, "group3", _s21_247, "group4", _s21_248, "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_87, "\xdaltimo Login do Contacto", _s17_102, "Nome Completo do Contacto", "contact_phone", "Contato Telef\xf3nico", _s21_86, "Valor personalizado do contacto 1", _s21_87, "Valor personalizado do contacto 2", _s21_88, "Valor personalizado do contacto 3", _s21_89, "Valor personalizado do contacto 4", _s17_104, _s16_477, _s17_105, "Andar / Fra\xe7\xe3o de Envio", "shipping_city", "Cidade de Envio", "shipping_state", "Distrito / Regi\xe3o de Envio", _s20_86, "C\xf3digo Postal de Envio", _s16_170, "Pa\xeds de Envio", _s16_172, _s16_477, _s16_173, "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_62, "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_449, "edit_columns", "Editar Colunas", "columns", "Colunas", "aging", "Vencidas", "profit_and_loss", "Lucros e Perdas", "reports", "Relat\xf3rios", "report", "Relat\xf3rio", "add_company", _s17_305, "unpaid_invoice", "Nota de Pagamento N\xe3o Paga", "paid_invoice", "Nota de Pagamento Paga", _s16_174, _s22_202, "help", "Ajuda", "refund", "Reembolsar", "refund_date", _s17_306, "filtered_by", "Filtrado por", "contact_email", "Email", "multiselect", _s16_450, "entity_state", "Estado", "verify_password", "Verificar Palavra-passe", "applied", "Aplicado", _s21_90, "Incluir erros recentes dos registos", _s30_11, _s58_12, "message", "Mensagem", "from", "De", _s20_88, _s27_122, _s25_48, "Incluir a descri\xe7\xe3o e o custo na lista suspensa do produto", _s20_90, _s48_19, _s18_90, "Ajustar Percentagem da Multa", _s23_38, "Ajustar a percentagem da taxa a contabilizar", _s18_92, _s20_230, "support_forum", _s17_307, "about", "Sobre", "documentation", "Documenta\xe7\xe3o", "contact_us", "Contacte-nos", "subtotal", "SubTotal", "line_total", "Total", "item", "Produto", "credit_email", _s17_308, "iframe_url", "Site", "domain_url", "URL do Dom\xednio", _s21_91, _s21_231, _s20_91, "A palavra-passe deve conter um caractere mai\xfasculo e um n\xfamero", _s19_64, _s28_129, _s23_39, _s27_123, _s20_92, "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_294, "float", "Flutuante", "collapse", "Fechar", "show_or_hide", "Exibir/esconder", "menu_sidebar", _s21_232, "history_sidebar", _s26_117, "tablet", "Tablet", "mobile", "M\xf3vel", "desktop", "Desktop", "layout", "Layout", "view", "Visualizar", "module", "M\xf3dulo", "first_custom", _s22_198, "second_custom", _s21_230, "third_custom", _s22_199, "show_cost", "Mostrar Custo", _s17_107, "Mostrar Custo do Produto", "show_cost_help", "Exibir um campo de custo do produto para acompanhar a marca\xe7\xe3o/lucro", _s21_92, _s29_98, _s26_32, _s72_2, _s21_94, _s28_130, _s26_33, _s77_3, _s21_96, "Mostrar Desconto do Produto", _s26_34, "Exibir um campo de desconto de produto", _s16_176, _s17_309, _s21_98, _s60_9, "one_tax_rate", _s19_217, "two_tax_rates", _s22_203, "three_tax_rates", _s22_204, _s16_178, "Imposto Padr\xe3o", "user", "Utilizador", "invoice_tax", _s17_310, "line_item_tax", "Imposto do Produto", "inclusive_taxes", "Impostos Incluidos", _s17_109, "Taxa do Imposto da Fatura", "item_tax_rates", "Taxa do Imposto do Item", _s18_94, _s30_86, "configure_rates", _s18_295, _s18_95, "Configurar Terminais", "tax_settings", "Defini\xe7\xf5es de Impostos", _s18_97, "Impostos", "accent_color", "Cor de destaque", "switch", "Alterar", _s19_66, _s27_124, "options", "Op\xe7\xf5es", _s16_180, _s20_231, "multi_line_text", _s16_451, "dropdown", "Dropdown", "field_type", "Tipo de Campo", _s27_45, "Foi enviado um e-mail de recupera\xe7\xe3o da palavra-passe", "submit", "Enviar", _s16_182, "Recuperar senha", "late_fees", "Taxas atrasadas", "credit_number", "Nota de Cr\xe9dito N\xfamero", "payment_number", "N\xfamero do Pagamento", "late_fee_amount", _s16_452, _s16_183, _s20_240, "before_due_date", "At\xe9 \xe0 data de vencimento", "after_due_date", _s28_131, _s18_99, "Depois da data da fatura", "days", "Dias", "invoice_email", "E-mail para Nota de Pagamento", "payment_email", "E-mail para Pagamentos", "partial_payment", _s17_311, "payment_partial", _s17_312, _s21_99, "E-mail de pagamento parcial", "quote_email", "E-mail para Or\xe7amentos", _s16_185, "Aviso Cont\xednuo", _s16_187, "Filtrado pelo Utilizador", "administrator", "Administrador", _s18_100, "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_189, "Defini\xe7\xf5es Gerais", "invoice_options", "Op\xe7\xf5es da Nota de Pagamento", _s17_111, "Ocultar Data de Pagamento", _s22_72, "Mostrar apenas a 'Data de Pagamento' quanto o pagamento for efetuado.", _s23_41, "Documentos Incorporados", _s28_30, "Incluir imagens anexadas na nota de pagamento.", _s16_191, "Mostrar cabe\xe7alho ativo", _s16_192, "Mostrar rodap\xe9 ativo", "first_page", "Primeira p\xe1gina", "all_pages", _s16_453, "last_page", "\xdaltima p\xe1gina", "primary_font", "Fonte Prim\xe1ria", "secondary_font", _s16_454, "primary_color", "Cor Principal", "secondary_color", "Cor Secund\xe1ria", "page_size", _s17_313, "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_205, "quote_footer", _s19_218, _s18_101, _s16_455, _s23_42, "Faturas recorrentes por e-mail automaticamente quando criadas.", _s18_102, _s24_156, _s23_43, "Arquive cota\xe7\xf5es automaticamente quando convertidas em fatura.", _s18_103, "Auto Convers\xe3o", _s23_44, "Converta automaticamente uma cota\xe7\xe3o em uma fatura quando aprovada.", _s17_113, _s34_51, "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_115, "Trimestral", _s16_193, "Quatro Meses", "freq_six_months", "Semestral", "freq_annually", "Anual", "freq_two_years", "Dois Anos", _s16_194, "Tr\xeas Anos", "never", "Nunca", "company", "Empresa", _s17_116, "N\xfameros gerados", "charge_taxes", "Impostos", "next_reset", "Pr\xf3xima Reposi\xe7\xe3o", "reset_counter", "Repor Contador", _s16_195, _s22_206, "number_padding", _s23_137, "general", "Geral", "surcharge_field", _s18_297, "company_field", _s16_456, "company_value", _s16_457, "credit_field", _s16_458, "invoice_field", "Campo da Nota de Pagamento", _s17_118, "Taxa Extra da Fatura", "client_field", _s16_459, "product_field", _s16_460, "payment_field", _s18_298, "contact_field", "Campo do Contacto", "vendor_field", _s19_219, "expense_field", _s16_461, "project_field", _s16_462, "task_field", "Campo da Tarefa", "group_field", "Campo de Grupo", "number_counter", _s17_314, "prefix", "Prefixo", "number_pattern", _s19_220, "messages", "Mensagens", "custom_css", _s17_315, _s17_120, _s24_157, _s16_197, "Mostrar no PDF", _s21_101, "Mostrar a assinatura do cliente no PDF da nota de pagamento/or\xe7amento.", _s25_54, "Caixa de sele\xe7\xe3o para Termos da Nota de Pagamento", _s30_12, "Requer que o cliente confirme que aceita os termos da nota de pagamento.", _s23_45, "Caixa de sele\xe7\xe3o para Termos do Or\xe7amento", _s28_31, "Requer que o cliente confirme que aceita os termos do or\xe7amento.", _s25_55, "Assinatura da Nota de Pagamento", _s30_13, "Requer que o cliente introduza a sua assinatura.", _s23_46, _s23_138, _s22_74, "Proteger notas de pag. com senha", _s27_46, "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_56, "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_198, _s17_316, "attach_ubl", "Anexar UBL", "email_style", "Estilo de e-mails", _s19_68, "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_317, "bank_transfer", _s22_207, "priority", "Prioridade", "fee_amount", "Quantia da Taxa", "fee_percent", _s20_240, "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_69, "Log\xf3tipos de Cart\xf5es Aceites", "credentials", "Credenciais", "update_address", "Atualizar Morada", _s19_71, "Atualizar morada do cliente", "rate", "Taxa", "tax_rate", "Imposto", "new_tax_rate", "Novo Imposto", "edit_tax_rate", "Editar Imposto", _s16_200, "Imposto Adicionado", _s16_201, "Imposto Atualizado", _s17_123, "Imposto Arquivado", _s16_202, _s36_61, _s17_124, _s38_46, _s18_104, ":value Taxas de Impostos arquivados com sucesso", _s17_125, ":value Taxas de Impostos apagados com sucesso", _s18_105, ":value Taxas de Impostos restaurados com sucesso", "fill_products", "Preencher automaticamente produtos", _s18_106, "Ao selecionar um produto a descri\xe7\xe3o e pre\xe7o ser\xe3o preenchidos automaticamente", "update_products", _s35_60, _s20_96, "Ao atualizar uma nota de pagamento o produto tamb\xe9m ser\xe1 atualizado", _s16_203, _s18_299, _s21_102, _s68_2, "fees", "Taxas", "limits", "Limites", "provider", "Fornecedor", "company_gateway", "Terminal de Pagamento", _s16_205, "Terminais de Pagamento", _s19_72, "Novo Terminal", _s20_97, "Editar Terminal", _s23_47, "Terminal Criado com Sucesso", _s23_48, "Terminal Atualizado com Sucesso", _s24_57, "Gateway Arquivado com Sucesso", _s23_49, "Terminal Apagado com Sucesso", _s24_58, "Terminal Restaurado com Sucesso", _s25_57, ":value Terminais arquivados com sucesso", _s24_59, ":value Terminais apagados com sucesso", _s25_58, ":value Terminais restaurados com sucesso", _s16_207, "Continuar a Editar", "discard_changes", "Rejeitar Mudan\xe7as", "default_value", "Valor padr\xe3o", "disabled", "Desativado", "currency_format", _s16_463, _s21_103, "Primeiro Dia da Semana", _s23_50, _s19_221, "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_232, "military_time", "24 Horas", _s18_107, _s19_222, "send_reminders", _s16_464, "timezone", "Fuso Hor\xe1rio", _s19_73, _s20_233, _s17_126, _s18_300, _s19_75, _s19_223, _s18_108, _s20_234, _s18_110, _s21_233, "group_settings", _s23_139, "group", "Grupo", "groups", "Grupos", "new_group", "Novo Grupo", "edit_group", "Editar Grupo", "created_group", _s24_158, "updated_group", _s28_132, "archived_groups", ":value Grupos arquivados com sucesso", "deleted_groups", ":value Grupos apagados com sucesso", "restored_groups", ":value Grupos restaurados com sucesso", "archived_group", _s27_125, "deleted_group", _s26_118, "restored_group", _s28_133, "upload_logo", "Carregar Log\xf3tipo", "uploaded_logo", "Log\xf3tipo carregado com sucesso", "logo", "Log\xf3tipo", "saved_settings", "Configura\xe7\xf5es guardadas com sucesso", _s16_209, "Defini\xe7\xf5es de Produtos", "device_settings", _s28_134, "defaults", "Padr\xf5es", "basic_settings", "Defini\xe7\xf5es B\xe1sicas", _s17_128, "Defini\xe7\xf5es Avan\xe7adas", "company_details", _s19_224, "user_details", "Detalhes do Utilizador", "localization", "Localiza\xe7\xe3o", "online_payments", _s17_318, "tax_rates", "Taxas dos Impostos", "notifications", "Notifica\xe7\xf5es", "import_export", _s17_332, "custom_fields", _s21_234, "invoice_design", "Modelo das Notas de Pagamento", "buy_now_buttons", "Comprar Bot\xf5es Agora", "email_settings", "Defini\xe7\xf5es de E-mail", _s23_52, "Modelos & Avisos", _s22_75, "Contas Banc\xe1rias", _s19_77, _s21_235, "price", "Pre\xe7o", "email_sign_up", "Registo com Email", "google_sign_up", "Registo via Google", _s27_50, "Obrigado pela sua compra!", "redeem", "Resgatar", "back", "Voltar", "past_purchases", _s16_465, _s19_79, _s16_466, "pro_plan", "Plano Profissional", "enterprise_plan", _s17_319, "count_users", ":count utilizadores", "upgrade", "Atualizar", _s25_59, "Por favor introduza o primeiro nome", _s24_60, "Por favor introduza o apelido", _s33_30, _s86_2, "i_agree_to_the", "Aceito os", _s16_211, _s20_235, "privacy_policy", _s23_140, "sign_up", "Registar", "account_login", "Iniciar sess\xe3o", "view_website", "Ver Site", "create_account", "Criar Conta", "email_login", "E-mail de Login", "create_new", "Criar Nova", _s18_112, "Nenhum registo selecionado", _s21_106, "Por favor, guarde ou cancele as suas altera\xe7\xf5es", "download", "Transferir", _s27_51, "Necessita de um plano empresarial", "take_picture", "Tirar Fotografia", "upload_files", _s24_159, "document", "Documento", "documents", "Documentos", "new_document", "Novo Documento", "edit_document", _s16_467, _s17_130, _s29_99, _s16_213, _s32_53, _s17_131, _s31_68, _s16_214, _s29_100, _s17_132, _s32_54, _s18_114, ":value Documentos arquivados com sucesso", _s17_133, ":value Documentos apagados com sucesso", _s18_115, ":value Documentos restaurados com sucesso", "no_history", "Sem Hist\xf3rico", "expense_date", "Data da Despesa", "pending", "Pendente", _s16_215, "Registado", _s16_216, "Pendente", _s16_217, "Faturado", "converted", "Convertido", _s24_62, "Adicionar documentos \xe0 nota de pagamento", "exchange_rate", "Taxa de C\xe2mbio", _s16_218, "Converter moeda", "mark_paid", _s16_468, "category", "Categoria", "address", "Morada", "new_vendor", "Novo Fornecedor", "created_vendor", _s29_101, "updated_vendor", _s33_61, "archived_vendor", _s32_55, "deleted_vendor", "Fornecedor removido com sucesso", "restored_vendor", "Fornecedor restarurado com sucesso", _s16_219, _s42_28, "deleted_vendors", ":count fornecedores removidos com sucesso", _s16_220, ":value Fornecedores Restaurados com Sucesso", "new_expense", "Introduzir Despesa", "created_expense", _s26_119, "updated_expense", _s30_80, _s16_221, _s29_102, "deleted_expense", "Despesa apagada com sucesso", _s16_222, _s30_81, _s17_134, _s31_69, _s16_223, "Despesas apagadas com sucesso", _s17_135, ":value Despesas restauradas com sucesso", "copy_shipping", "Copiar Envio", "copy_billing", "Copiar Faturamento", "design", "Modelo", _s21_107, "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_126, "stopped_task", "Tarefa interrompida", "resumed_task", "Tarefa retomada com sucesso", "now", "Agora", _s16_224, _s31_70, "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_81, "Por favor introduza um nome", "budgeted_hours", "Horas de Or\xe7amento", "created_project", _s26_120, "updated_project", _s30_82, _s16_226, _s29_103, "deleted_project", "Projeto apagado com sucesso", _s16_227, _s30_83, _s17_136, _s38_47, _s16_228, ":count projectos apagadas com sucesso", _s17_137, ":value Projetos restaurados com sucesso", "new_project", "Novo Projeto", _s27_55, "Obrigado por utilizar a nosso aplica\xe7\xe3o!", "if_you_like_it", "Se gostou por favor", "click_here", "clique aqui", _s18_116, "Clique aqui", "to_rate_it", "d\xea uma avalia\xe7\xe3o.", "average", "M\xe9dia", "unapproved", "N\xe3o Aprovado", _s30_18, _s56_7, "locked", "Bloqueado", "authenticate", "Autenticar", _s19_83, _s23_141, _s24_64, _s23_142, "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_138, _s21_236, "previous_period", _s16_469, "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", "all_time", "Tempo todo", "custom", "Personalizado", _s16_229, "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_470, "edit_payment", _s16_471, "edit_task", "Editar Tarefa", "edit_expense", "Editar Despesa", "edit_vendor", _s17_320, "edit_project", "Editar Projeto", _s20_99, _s27_127, "billing_address", "Morada de Fatura\xe7\xe3o", _s16_231, "Endere\xe7o de Envio", "total_revenue", "Receita Total", "average_invoice", "M\xe9dia por Nota 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_233, "Recarregar Completo", _s23_53, "Por favor introduza o seu e-mail", _s26_43, "Por favor introduza a sua senha", _s21_110, "Por favor introduza o seu URL", _s26_45, "Por favor introduza uma chave de produto", "ascending", "Ascendente", "descending", "Descendente", "save", "Guardar", _s17_140, "Ocorreu um erro", "paid_to_date", "Pago at\xe9 \xe0 data", "balance_due", "Por Liquidar", "balance", "Saldo", "overview", "Resumo", "details", "Detalhes", "phone", "Telefone", "website", "Site", "vat_number", "NIF", "id_number", "N\xfamero de Identifica\xe7\xe3o", "create", "Criar", _s19_85, _s43_14, "error", "Erro", _s16_235, _s24_160, "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_237, "E-mail \xe9 inv\xe1lido", "product", "Produto", "products", "Produtos", "new_product", "Novo Produto", "created_product", "Produto criado", "updated_product", "Produto atualizado", _s16_239, "Produto arquivado", "deleted_product", "Produto apagado com sucesso", _s16_240, _s30_84, _s17_142, ":count Produtos arquivados com sucesso", _s16_241, ":count produtos apagados com sucesso", _s17_143, ":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_121, "updated_client", _s30_85, "archived_client", _s29_104, _s16_242, _s38_48, "deleted_client", "Clientes removidos com sucesso", "deleted_clients", ":count clientes removidos com sucesso", "restored_client", "Cliente restaurado", _s16_243, ":value Clientes restaurados com sucesso", "address1", "Rua", "address2", "N\xfamero", "city", "Cidade", "state", "Distrito/Regi\xe3o", "postal_code", "C\xf3digo Postal", "country", "Pa\xeds", "invoice", "Nota Pagamento", "invoices", "Notas Pagamento", "new_invoice", "Nova Nota Pagamento", "created_invoice", "Nota de pagamento criada com sucesso", "updated_invoice", "Nota de pagamento atualizada com sucesso", _s16_244, "Nota de pagamento arquivada com sucesso", "deleted_invoice", "Notas de Pagamento apagadas com sucesso", _s16_245, "Nota de pagamento restaurada", _s17_144, ":count notas de pagamento arquivadas com sucesso", _s16_246, ":count notas de pagamento apagadas com sucesso", _s17_145, ":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 da Nota Pagamento", "invoice_date", "Data da Nota Pagamento", "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_225, "quote_date", _s17_321, "valid_until", "V\xe1lido at\xe9", "items", "Produtos", "partial_deposit", _s16_478, "description", "Descri\xe7\xe3o", "unit_cost", "Pre\xe7o", "quantity", "Quantidade", "add_item", _s17_279, "contact", "Contacto", "work_phone", "Telefone", "total_amount", "Quantia Total", "pdf", "PDF", "due_date", _s18_301, _s16_247, _s26_122, "paid_date", _s17_322, "status", "Estado", _s17_146, "Estado da Nota de Pagamento", "quote_status", "Estado do Or\xe7amento", _s22_76, "Clique + para adicionar um produto", _s22_78, _s29_105, "count_selected", _s19_226, "total", "Total", "percent", "Percentagem", "edit", "Editar", "dismiss", "Dispensar", _s20_101, "Por favor selecione uma data", _s22_79, _s30_86, _s24_66, "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_20, "Por favor digite um n\xfamero de nota de pagamento", _s27_59, _s39_40, "past_due", "Vencido", "draft", "Rascunho", "sent", "Enviado", "viewed", "Visto", "approved", "Aprovado", "partial", _s16_478, "paid", "Pago", "mark_sent", "Marcar Como Enviada", _s22_81, "A nota de pagamento foi marcada como enviada.", _s22_82, _s36_62, _s23_55, "Excelente! As notas de pagamento foram marcadas como enviada.", _s23_56, _s39_41, "done", "Conclu\xeddo", _s37_22, "Por favor introduza um cliente ou nome de contacto", "dark_mode", "Modo Escuro", _s27_61, "Reinicie a aplica\xe7\xe3o para aplicar a mudan\xe7a", "refresh_data", "Atualizar Dados", "blank_contact", "Contato Vazio", "activity", "Atividade", _s16_249, "Nenhum registo encontrado", "clone", "Duplicar", "loading", "A Carregar", "industry", "Ind\xfastria", "size", "Tamanho", "payment_terms", "Condi\xe7\xf5es de Pagamento", "payment_date", _s17_323, "payment_status", "Estado do Pagamento", _s16_251, "Pendente", _s16_252, "Anulado", _s16_253, "Falhou", _s16_254, "Completo", _s16_255, _s24_155, _s16_256, "Reembolsado", _s17_147, "N\xe3o Aplicado", _s17_148, _s25_130, "net", "L\xedquido", "client_portal", _s17_324, "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_295, _s21_112, _s23_143, "enter_payment", _s20_241, "new_payment", _s20_241, "created_payment", "Pagamento Criado", "updated_payment", "Pagamento atualizado", _s16_257, "Pagamento arquivado", "deleted_payment", "Pagamento apagado", _s16_258, "Pagamento restaurado", _s17_149, _s40_23, _s16_259, ":count pagamentos apagados", _s17_150, ":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_24, "deleted_quotes", ":count or\xe7amentos apagados com sucesso", "restored_quotes", ":value Or\xe7amentos restaurados com sucesso", "expense", "Despesa", "expenses", "Despesas", "vendor", "Fornecedor", "vendors", "Fornecedores", "task", "Tarefa", "tasks", "Tarefas", "project", "Projeto", "projects", "Projetos", "activity_1", _s29_106, "activity_2", _s32_56, "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", _s87_0, "activity_11", _s36_63, "activity_12", _s35_61, "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_49, "activity_22", _s33_62, "activity_23", ":user removeu o or\xe7amento :quote", "activity_24", _s34_52, "activity_25", ":user restaurou a nota de pagamento :invoice", "activity_26", _s33_63, "activity_27", _s36_64, "activity_28", ":user restaurou a nota de cr\xe9dito :credit", "activity_29", ":contact aprovou o or\xe7amento :quote para :cliente", "activity_30", _s32_57, "activity_31", _s35_62, "activity_32", ":user apagou o fornecedor :vendor", "activity_33", _s36_65, "activity_34", _s30_87, "activity_35", _s33_64, "activity_36", ":user apagou a despesa :expense", "activity_37", _s34_53, "activity_39", _s58_13, "activity_40", _s72_3, "activity_41", "pagamento (:payment) de :payment_amount falhou", "activity_42", _s26_123, "activity_43", _s30_88, "activity_44", _s29_107, "activity_45", ":user apagou a tarefa :task", "activity_46", _s30_89, "activity_47", _s34_54, "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", ":user fatura paga :invoice", "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", _s34_55, "activity_63", ":user primeiro lembrete por e-mail para fatura :invoice para :contact", "activity_64", ":user segundo lembrete enviado por e-mail para fatura :invoice para :contact", "activity_65", ":user terceiro lembrete enviado por e-mail para fatura :invoice para :contact", "activity_66", ":user lembrete intermin\xe1vel por e-mail para fatura :invoice para :contact", "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_151, "Senha descart\xe1vel", "emailed_quote", _s17_282, "emailed_credit", _s27_128, _s20_103, _s42_29, _s21_114, _s40_25, "expired", "Expirada", "all", "Todos", "select", "Selecionar", _s22_83, _s33_65, "custom_value1", _s21_237, "custom_value2", _s21_238, "custom_value3", _s21_239, "custom_value4", _s21_240, _s18_117, _s30_90, _s24_71, _s32_58, _s29_46, "Mensagem Personalizada de Nota de Pagamento Atrasada", _s27_66, "Mensagem Personalizada de Nota de Pagamento Paga", _s31_24, _s48_20, "lock_invoices", "Bloquear Notas de Pagamento", "translations", "Tradu\xe7\xf5es", _s19_86, _s29_108, _s19_88, _s28_136, _s22_85, _s30_91, _s22_87, _s29_109, _s21_115, "Padr\xe3o N\xfamero Fornecedor", _s21_117, "Contador N\xfamero Fornecedor", _s21_119, _s29_110, _s21_121, _s28_137, _s22_89, _s32_59, _s22_91, _s31_71, _s22_93, _s29_111, _s22_95, "Numera\xe7\xe3o das", _s20_104, _s32_60, _s20_106, "Numera\xe7\xe3o dos Or\xe7amentos", _s21_123, _s30_92, _s21_125, _s29_112, _s21_127, _s30_92, _s21_128, _s29_112, _s18_119, _s26_124, "counter_padding", _s18_302, _s28_66, "Contador de Cota\xe7\xe3o de Fatura Compartilhada", _s18_121, _s20_236, _s18_123, _s24_161, _s18_125, _s20_237, _s18_127, _s24_162, _s18_129, _s20_238, _s18_131, _s24_163, _s21_129, _s27_129, _s19_90, _s30_93, _s21_131, _s30_94, _s29_48, _s38_50, "show_table", "Mostrar Tabelas", "show_list", "Mostrar Lista", "client_city", _s17_327, "client_state", "Distrito do Cliente", "client_country", "Pa\xeds do Cliente", _s16_260, "Cliente Ativo", "client_balance", "Saldo do Cliente", "client_address1", _s19_227, "client_address2", _s25_131, "vendor_address1", "Morada Fornecedor", "vendor_address2", "Andar / Fra\xe7\xe3o Fornecedor", _s24_73, _s19_228, _s24_74, _s25_131, "type", "Tipo", "invoice_amount", "Total da Nota de Pagamento", _s16_264, _s18_301, "tax_rate1", _s17_328, "tax_rate2", _s17_329, "tax_rate3", _s17_330, "auto_bill", _s19_229, "archived_at", "Arquivado em", "has_expenses", "Tem despesas", "custom_taxes1", _s25_126, "custom_taxes2", _s25_127, "custom_taxes3", _s25_128, "custom_taxes4", _s25_129, _s17_153, _s25_122, _s17_154, _s25_123, _s17_155, _s25_124, _s17_156, _s25_125, "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_92, "ID da Categoria de Despesa", _s16_265, "Categoria de Despesas", _s19_94, "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_133, _s23_144, _s16_266, _s22_208], t1, t1), "ro", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "Recurent", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Func\u021bia hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Deconecteaz\u0103", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "Admin", "owner", "Proprietar", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Total Hours", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "Facturabil", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, _s22_4, _s25_5, _s25_6, _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", _s39_11, _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", "Payment Links", "action", "Actiune", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "Program", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", "Arhiveaza plata", "archive_invoice", "Arhiveaz\u0103 factura", "archive_quote", "Arhveaza Proforma", "archive_credit", "Arhiveaza credit", "archive_task", "Athiveaz\u0103 Task", "archive_client", "Arhiveaza client", "archive_project", "Arhiveaz\u0103 Proiect", "archive_expense", "Arhiva\u021bi plata", "restore_payment", "Restaureaz\u0103 Plat\u0103", "restore_invoice", "Restaurez\u0103 Factura", "restore_quote", "Restaurez\u0103 Proform\u0103", "restore_credit", "Restaureaz\u0103 Credit", "restore_task", "Restaureaz\u0103 Task", "restore_client", "Restaureaz\u0103 Client", "restore_project", "Restaureaz\u0103 Proiect", "restore_expense", "Plata a fost restabilit\u0103", "archive_vendor", "Arhiveaz\u0103 Furnizor", "restore_vendor", "Restabili\u021bi furnizor", "create_product", "Adauga produs", "update_product", "Update Product", "delete_product", "Elimina\u021bi produsul", "restore_product", "Restabile\u0219te produsul", "archive_product", "Arhiv\u0103 produse", _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, "Elimina\u021bi comanda de achizi\u021bie", _s22_6, "Restabili\u021bi comanda de achizi\u021bie", _s22_8, "Arhiva\u021bi comanda de achizi\u021bie", "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "Metode de plat\u0103", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", "Postal/City", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "Or\u0103", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Last 365 Days", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, _s35_, "upload", "Incarca", _s17_7, _s17_8, _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Update Payment", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "Elimina\u021bi proiectul", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, _s21_17, _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, "Salveaza ca predefinit", _s22_12, "Salveaz\u0103 ca subsol implicit", "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, "Num\u0103r ordin de achizi\u021bie", _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, "Contul bancar a fost creat cu succes", _s20_18, "Contul bancar a fost actualizat cu succes", _s17_14, "Modifica\u021bi contul bancar", _s16_28, _s16_29, "account_type", "Tip cont", _s16_30, "Cont bancar nou", _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "Selectat", _s21_24, _s34_2, _s18_15, _s18_16, "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "Actualiza\u021bi creditul", "delete_credit", "Sterge credit", "transaction", "Transaction", "transactions", "Transactions", "new_transaction", "New Transaction", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, _s26_7, "bank_account", "Cont Bancar", "bank_accounts", _s26_126, _s21_25, "Contul bancar a fost arhivat cu succes", _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Conecta\u021bi-v\u0103", _s23_9, "Amarca\u021bi ca pl\u0103tit email-ul de plat\u0103", _s18_19, "Converti\u021bi \xeen proiect", "client_email", "Email client", _s20_24, "Proiect de sarcin\u0103 de pe factur\u0103", _s25_12, "Ad\u0103uga\u021bi proiectul \xeen liniile cu articol de pe factur\u0103", "field", "C\xe2mp", "period", "Perioad\u0103", "fields_per_row", "C\xe2mpuri per r\xe2nd", _s21_27, "Facturi active", _s26_8, "Facturi restante", _s24_16, "Pl\u0103\u021bi finalizate", _s23_11, "Pl\u0103\u021bi rambursate", _s19_22, "Oferte active", _s21_28, "Oferte aprobate", _s23_12, "Oferte neaprobate", _s18_22, "Sarcini \xeenregistrate", _s20_27, "Sarcini facturate", _s16_35, "Sarcini pl\u0103tite", _s21_29, "Cheltuieli \xeenregistrate", _s22_16, "Cheltuieli \xeen a\u0219teptare", _s23_13, "Cheltuieli facturate", _s27_8, "Cheltuieli achitate de pe factur\u0103", "activity_130", ":user a creat ordinul de achizi\u021bie :purchase_order", "activity_131", ":user a actualizat ordinul de achizi\u021bie :purchase_order", "activity_132", ":user a arhivat ordinul de achizi\u021bie :purchase_order", "activity_133", ":user a eliminat ordinul de achizi\u021bie :purchase_order", "activity_134", ":user a restabilit ordinul de achizi\u021bie :purchase_order", "activity_135", ":user a trimis ordinul de achizi\u021bie :purchase_order", "activity_136", ":contact a vizualizat ordinul de achizi\u021bie :purchase_order", "activity_137", ":contact a acceptat ordinul de achizi\u021bie :purchase_order", "vendor_portal", "Portal furnizor", "send_code", "Trimite\u021bi cod", _s24_17, "Salva\u021bi \xeenregistrarea pentru a \xeenc\u0103rca documentele", _s17_21, "Cot\u0103 de taxare cheltuieli", _s22_17, "Cot\u0103 de taxare articole factur\u0103", _s21_31, "Num\u0103rul de telefon a fost verificat cu succes", "code_was_sent", "Codul a fost trimis prin SMS", _s16_37, _s39_3, "resend", "Trimite\u021bi din nou", "verify", "Verifica\u021bi", _s18_23, "Furniza\u021bi un num\u0103r de telefon", _s20_28, "Num\u0103r de telefon nevalid", _s19_23, "Verfica\u021bi num\u0103r de telefon", _s24_18, "Verifica\u021bi-v\u0103 num\u0103rul de telefon, pentru a putea trimite email-uri", _s28_8, _s46_3, "merged_clients", "Clien\u021bii au fost \xeembina\u021bi cu succes", "merge_into", "\xcembina\u021bi cu", "merge", "\xcembina\u021bi", _s21_32, "Schimbare de pre\u021b acceptat\u0103", _s19_25, "Modificare pre\u021bului nu a putut fi efectuat\u0103 cu codul", _s17_23, "Restabili\u021bi achizi\u021biile", "activate", "Activa\u021bi", "connect_apple", "Conecta\u021bi Apple", _s16_38, "Deconeca\u021bi Apple", _s18_24, "A\u021bi deconectat Apple cu succes", "send_now", "Trimite\u021bi", "received", "Primit", _s19_26, "Dat\u0103 ordin de achizi\u021bie", _s20_30, _s41_35, _s21_34, _s41_35, _s18_25, "Converti\u021bi \xeen cheltuieli", _s16_40, "Ad\u0103uga\u021bi \xeen inventar", _s33_9, "Ordinul de achizi\u021bie a fost ad\u0103ugat \xeen inventar cu succes", _s34_7, "Ordinele de achizi\u021bie au fost ad\u0103ugate \xeen inventar cu succes", _s22_19, "\xcenc\u0103rcare document client", _s22_21, "\xcenc\u0103rcare document furnizor", _s27_10, "Activa\u021bi furnizorii pentru a \xeenc\u0103rca documente", _s24_19, "V\u0103 place aplica\u021bia?", "yes_its_great", _s16_42, "not_so_much", "Nu", _s17_25, "V\u0103 mul\u021bumim! A\u021bi dori s\u0103 oferi\u021bi un rating?", _s22_23, "Ne pare r\u0103u s\u0103 auzim! A\u021bi dori s\u0103 ne spune\u021bi mai multe?", "sure_happy_to", "Sigur", "no_not_now", "Nu acum", "add", "Ad\u0103uga\u021bi", _s18_27, "Ultimul \u0219ablon trimis", _s22_24, "Activa\u021bi c\u0103utarea flexibil\u0103", _s27_11, "Potriveste caracterele necontinue, ex: 'pt' se potriveste cu 'pat'", "vendor_details", "Detaliile furnizorului", _s22_26, "Detalii ordin de achizi\u021bie", "qr_iban", "QR IBAN", "besr_id", "ID BESR", "accept", "Accepta\u021bi", _s23_14, "Salveaza o clona pentru o comanda postala", _s20_31, "Furnizorul \xeenc\u0103 nu are o adres\u0103 de email setat\u0103", "bulk_send_email", "Trimite\u021bi email", _s29_12, "Ordinul de achizi\u021bie a fost marcat ca trimis cu succes", _s30_3, "Ordinele de achizi\u021bie au fost marcate ca trimise cu succes", _s23_15, "Ordinul de achizi\u021bie a fost acceptat cu succes", _s24_20, "Ordinelede achizi\u021bie au fost acceptate cu succes", _s24_21, "Ordinul de achizi\u021bie a fost anulat cu succes", _s25_14, "Odinele de achizi\u021bie au fost anulate cu succes", "accepted", "Acceptat", _s22_28, "Selecta\u021bi un furnizor", _s20_32, "Total ordin de achizi\u021bie", _s20_34, "Comand\u0103 de achizi\u021bionare prin email", _s26_9, "Comenzi de achizi\u021bionare prin email", _s18_29, "Email-ul a fost deconectat cu succes", "connect_email", "Conecta\u021bi email", _s16_43, "Deconecta\u021bi email", _s32_5, "Utiliza\u021bi aplica\u021bia de web pentru a v\u0103 conecta cu Microsoft", "email_provider", "Furnizor email", _s17_26, "Conecta\u021bi Microsoft", _s20_36, "Deconecta\u021bi Microsoft", _s19_28, "Microsoft a fost conectat cu succes", _s22_30, "Microsoft a fost deconectat cu succes", _s17_28, "Conecta\u021bi-v\u0103 cu Microsoft", _s17_29, "\xcenregistra\u021bi-v\u0103 cu Microsoft", _s22_32, "Achizi\u021bia a fost pus\u0103 cu succes \xeen coad\u0103 pentru trimitere", _s23_16, "Achizi\u021biile au fost puse cu succes \xeen coad\u0103 pentru trimitere", _s16_45, "Schimba\u021bi cu aplica\u021bia de web React", _s21_36, "Design ordin de achizi\u021bie", _s20_39, "Temeni ordin de achizi\u021bie", _s21_38, "Subsol ordin de achizi\u021bie", _s32_7, "Semn\u0103tur\u0103 ordin de achizi\u021bie", _s37_5, "Necesit\u0103 semn\u0103tura furnizorului", "purchase_order", "Ordin de achizi\u021bie", "purchase_orders", "Ordine de achizi\u021bie", _s18_30, "Ordin de achizi\u021bie nou", _s19_29, "Modifica\u021bi ordin de achizi\u021bie", _s22_33, "Ordinul de achizi\u021bie a fost creat cu succes", _s22_34, "Ordinul de achizi\u021bie a fost actualizat cu succes", _s23_17, "Ordinul de achizi\u0219ie a fost arhivat cu succes", _s22_35, "Ordinul de achizi\u021bie a fost eliminat cu succes", _s22_36, "Ordinul de achizi\u021bie a fost \xeendep\u0103rtat cu succes", _s23_18, "Ordinul de achizi\u021bie a fost restabilit cu succes", _s21_40, "C\u0103uta\u021bi ordin de achizi\u021bie", _s22_37, "C\u0103uta\u021bi ordine de achizi\u021bie", "login_url", "URL autentificare", _s16_46, "Set\u0103ri de plat\u0103", "default", "Implicit", "stock_quantity", "Cantitate stoc", _s22_39, "Notificare prag", "track_inventory", "Urm\u0103ri\u021bi inventarul", _s20_41, "Afi\u0219a\u021bi c\xe2mpul cu stocul produsului \u0219i actualiza\u021bi, la trimiterea facturilor", _s19_31, "Notific\u0103ri stoc", _s24_23, "Trimite\u021bi un email c\xe2nd stocul atinge pragul", "vat", "TVA", "standing", "Curent", "view_map", "Vizualiza\u021bi harta", _s18_32, "Seta\u021bi design implicit", "add_gateway", "Adaug\u0103 Gateway", _s24_24, _s77_, "left", "St\xe2nga", "right", "Dreapta", "center", "Centru", "page_numbering", "Numerotarea paginilor", _s24_25, "Alinierea numerot\u0103rii paginilor", _s31_6, "Factura a fost trimis\u0103", _s24_27, "Ar\u0103ta\u021bi descrierea produsului", _s29_13, "Include\u021bi descrierea \xeen meniul produsului", "invoice_items", "Articole factur\u0103", "quote_items", "Articole ofert\u0103", "profitloss", "Profit \u0219i pierderi", "import_format", "Importa\u021bi formatul", "export_format", "Exporta\u021bi formatul", "export_type", "Tip export", "stop_on_unpaid", "Opri\u021bi la Nepl\u0103tit", _s19_33, "\xcenceta\u021bi crearea facturilor recurente, dac\u0103 ultima factur\u0103 nu a fost achitat\u0103.", "use_quote_terms", "Utiliza\u021bi termenii ofertei", _s20_42, "C\xe2nd converti\u021bi o ofert\u0103 \xeentr-o factur\u0103", "add_country", "Ad\u0103uga\u021bi \u021bar\u0103", "enable_tooltips", "Activa\u021bi infotipuri", _s20_43, "Afi\u0219a\u021bi infotipurile c\xe2nd mi\u0219ca\u021bi mouse-ul", _s21_42, "Eroare: \xeenregistr\u0103rile apar\u021bin mai multor clien\u021bi", "register_label", "Crea\u021bi-v\u0103 un cont \xeen c\xe2teva secunde", "login_label", "Autentifica\u021bi-v\u0103 cu un cont existent", "add_to_invoice", "Adaug\u0103 la factura :invoice", _s17_30, "Nu au fost g\u0103site facturi", "week", "S\u0103pt\u0103m\xe2n\u0103", "created_record", "\xcenregistrarea a fost creat\u0103 cu succes", _s26_10, "Auto arhivare pl\u0103tite", _s31_7, "Arhiva\u021bi automat facturile, c\xe2nd sunt pl\u0103tite", _s31_8, "Arhivare automat\u0103 anulat\u0103", _s36_2, _s46_14, _s20_44, "Alterna\u021bi vizualizatorul PDF", _s25_15, "\xcembun\u0103t\u0103\u021bi\u021bi, derul\xe2nd deasupra previzualiz\u0103rii PDF [BETA]", _s16_48, "Moneda Facturii", "range", "Interval", "tax_amount1", "Suma tax\u0103 1", "tax_amount2", "Suma tax\u0103 2", "tax_amount3", "Suma tax\u0103 3", "create_project", "Crea\u021bi un proiect", "update_project", "Actualiza\u021bi proiectul", "view_task", "Vizualiza\u021bi sarcina", "cancel_invoice", "Anula\u021bi", "changed_status", "Starea sarcinii a fost modificat\u0103 cu succes", "change_status", "Modifica\u021bi starea", "fees_sample", "Taxa pentru o factur\u0103 \xeen valoare de :amount este de :total.", _s19_34, "Activa\u021bi evenimentele de tip Touch", _s24_29, "Activeaza tragerea de evenimente pentru a derula", "after_saving", "Dup\u0103 salvare", "view_record", "Vizualiza\u021bi \xeenregistrarea", _s21_43, "Activa\u021bi email Markdown", _s26_11, "Utiliza\u021bi editorul visual markdown pentru email-uri", _s19_36, "Activa\u021bi PDF Markdown", "json_help", "Not\u0103: Fi\u0219ierele JSON generate de aplica\u021bia v4 nu pot fi accesate", "release_notes", "Note de lansare", _s23_19, "Face\u021bi un upgrade contului dumneavoastr\u0103, pentru a putea vizualiza rapoartele", "started_tasks", ":value sarcini au fost \xeencepute cu succes", "stopped_tasks", ":value de sarcini au fost oprite cu succes", "approved_quote", "Oferta a fost aprobat\u0103 cu succes", "approved_quotes", ":value de oferte au fost aprobate cu succes", "approve", "Aprob\u0103", "client_website", "Site client", "invalid_time", "Timp nevalid", _s21_45, "Stat livrare client", _s20_46, "Ora\u0219 livrare client", _s27_14, "Cod po\u0219tal livrare client", _s23_20, "\u021aar\u0103 livrare client", "load_pdf", "\xcenc\u0103rca\u021bi PDF", _s16_50, "\xcencepe\u021bi perioada gratuit\u0103 de test", _s24_30, "\xcencepe\u021bi perioada gratuit\u0103 de test de 14 zile pentru planul PRO", "due_on_receipt", "Scaden\u021b\u0103 pe nota de plat\u0103", "is_paid", "Este pl\u0103tit\u0103", "age_group_paid", "Pl\u0103tit(\u0103)", "id", "ID", "convert_to", "Converti\u021bi \xeen", "client_currency", "Valut\u0103 client", _s16_51, "Valut\u0103 companie", "purged_client", "Clientul a fost cur\u0103\u021bat cu succes", _s27_16, "\xcencerca\u021bi un plan pl\u0103tit pentru a v\u0103 personaliza email-ul, evit\xe2nd astfel mesajele de tip spam", _s22_42, "Face\u021bi un upgrade pentru a putea ad\u0103uga companii", "small", "Mic", _s21_47, "Creditul a fost marcat ca pl\u0103tit cu succes", _s22_43, "Creditle au fost marcate ca pl\u0103tite cu succes", _s16_53, "Datele se \xeencarc\u0103 - a\u0219tepta\u021bi finalizarea \xeenc\u0103rc\u0103rii", "wait_for_saving", "Datele se salveaz\u0103 - a\u0219tepta\u021bi finalizarea salv\u0103rii", _s20_48, "Not\u0103: modific\u0103rile efectuate sunt doar previzualizate \u0219i trebuie aplicate \xeen ferestrele de mai sus, pentru a putea fi salvate", "remaining", "R\u0103mas", "invoice_paid", "Factura a fost achitat\u0103", "activity_120", ":user a creat cheltuiala recurent\u0103 :recurring_expense", "activity_121", ":user a actualizat cheltuiala recurent\u0103 :recurring_expense", "activity_122", ":user a arhivat cheltuiala recurent\u0103 :recurring_expense", "activity_123", ":user a eliminat cheltuiala recurent\u0103 :recurring_expense", "activity_124", ":user a restabilit cheltuiala recurent\u0103 :recurring_expense", "normal", "Normal", "large", "Mare", "extra_large", "Foarte mare", _s16_54, "Afi\u0219a\u021bi previzualizarea pentru PDF", _s21_48, "Afi\u0219a\u021bi previzualizarea pentru PDF, \xeen timp ce edita\u021bi facturile", "print_pdf", "Lista\u021bi PDF", "remind_me", "Aminte\u0219te-mi", _s16_56, "Plat\u0103 bancar\u0103 instantanee", "click_selected", "Click pe selectate", "hide_preview", "Ascunde\u021bi previzualizarea", "edit_record", "Modifica\u021bi \xeenregistrarea", _s27_17, "Suma creditului nu poate dep\u0103\u0219i suma facturii", "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_49, "Seta\u021bi o parol\u0103", "set_password", "Stabile\u0219te Parola", _s17_33, "V\u0103 recomand\u0103m s\u0103 utiliza\u021bi aplica\u021bia de desktop", _s16_58, "V\u0103 recomand\u0103m s\u0103 utiliza\u021bi aplica\u021bia mobil\u0103", _s20_49, "Calea de acces a fost deconectat\u0103 cu succes", "disconnect", "Deconectat(\u0103)", "add_to_invoices", "Ad\u0103uga\u021bi \xeen facturi", "acss", "Pl\u0103\u021bi debit autorizate \xeen avans", "becs", _s17_158, "bulk_download", "Desc\u0103rca\u021bi", _s17_34, "Salva\u021bi datele local pentru a permite aplica\u021biei s\u0103 porneasc\u0103 mai repede. Dezactivarea poate \xeembun\u0103t\u0103\u021bi performa\u021ba pentru conturile mai mari", "persist_ui", "Salveaza interfata cu utilizatorul", "persist_ui_help", "Salveaza local interfata cu utilizatorul pentru a putea permite aplicatiei sa porneasca de la ultima locatie. Dezactivarea acestei optiuni poate imbunatati performanta.", _s18_34, "Cod po\u0219tal client", _s17_35, "Num\u0103r TVA client", "has_tasks", "Are sarcini", "registration", "\xcenregistrare", _s27_18, "Autoriza\u021bi Stripe s\u0103 accepte pl\u0103\u021bi online.", "view_expense", "Vizualiza\u021bi plata # :expense", "view_statement", "Vezi Extras", "sepa", _s17_159, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "C\xe2\u0219tig pe ac\u021biune", "fpx", "FPX", _s18_36, "Actualiza\u021bi toate \xeenregistr\u0103rile", "system", "Sistem", _s19_38, "Seta\u021bi compania implicit\u0103", "updated_company", "Compania a fost actualizat\u0103 cu succes", "kbc", "KBC", "bancontact", "Bancontact", _s19_40, "V\u0103 rug\u0103m s\u0103 ne spune\u021bi p\u0103rerea dumneavoastr\u0103, pentru a \xeembun\u0103t\u0103\u021bi serviciile oferite (op\u021bional)", "webhook_success", "Webhook a reu\u0219it", _s24_31, "Sarcinile trebuie s\u0103 apar\u021bin\u0103 aceluia\u0219i client", _s27_19, "Cheltuielile trebuie s\u0103 apar\u021bin\u0103 aceluia\u0219i client", "app", "Aplica\u021bie", _s20_50, "Pentru o mai bun\u0103 experin\u021b\u0103 pe platform\u0103, desc\u0103rca\u021bi aplica\u021bia :app", _s16_59, "Total linie brut\u0103", _s19_41, "Trimite\u021bi facturile", _s17_37, "Trimite\u021bi oferta", _s18_38, _s18_306, "from_name", "De la nume", _s16_60, _s16_61, _s17_38, _s20_242, _s18_39, _s20_242, _s21_50, "Cheltuieli recurente noi", _s22_44, "Modifica\u021bi cheltuielile recurente", _s25_16, "Cheltuielile recurente au fost create cu succes", _s25_17, "Cheltuielile recurente au fost actualizate cu succes", _s26_13, "Cheltuielile recurente au fost arhivate cu succes", _s25_18, _s38_4, _s25_19, "Cheltuielile recurente au fost \xeendep\u0103rtate cu succes", _s26_14, "Cheltuielile recurente au fost restabilite cu succes", _s24_32, _s28_138, _s25_20, _s28_138, "last_sent_date", "Ultima dat\u0103 de trmitere", "include_drafts", "Include\u021bi schi\u021be", _s19_42, "Include\u021bi \xeenregistr\u0103rile-schi\u021be \xeen raport", "is_invoiced", "A fost trimis(\u0103)", "change_plan", "Manage Plan", "persist_data", "Stocheaza datele permanent", "customer_count", "Contor client", _s16_62, "Verifica\u021bi clien\u021bi", _s16_64, _s16_65, _s28_11, "ID de urm\u0103rire Google Analytics", "decimal_comma", "Virgul\u0103 zecimal\u0103", _s26_15, "Utiliza\u021bi virgulele ca decimale, \xeen formulare", "select_method", "Selecta\u021bi metoda", "select_platform", "Selecta\u021bi platforma", _s28_13, "Utilia\u021bi aplica\u021bia web pentru a v\u0103 conecta cu Gmail", _s16_66, "Cotele de taxare pentru articole au fost dezactivate", "enable_markdown", "Activa\u021bi Markdown", _s20_51, "Converti\u021bi Markdown \xeen HTML \xeen PDF", "user_guide", "Ghid de utilizator", _s18_41, "Ad\u0103uga\u021bi al doilea contact", "previous_page", "Pagina anterioar\u0103", "next_page", "Pagina urm\u0103toare", "export_colors", "Exporta\u021bi culori", "import_colors", "Importa\u021bi culori", "clear_all", "\u0218terge\u021bi totul", "contrast", "Contrast", "custom_colors", "Culori personalizate", "colors", "Culori", _s31_9, "Culoare de fundal activ\u0103 \xeen bara lateral\u0103", _s25_22, "Culoare de font activ\u0103 \xeen bara lateral\u0103", _s33_14, "Culoare de fundal inactiv\u0103 \xeen bara lateral\u0103", _s27_20, "Culoare de font inactiv\u0103 \xeen bara lateral\u0103", _s36_3, "Culoare de fundal pentru r\xe2ndurile alternative din tabel", _s31_11, "Culoare de fundal pentru antetul facturilor", _s25_24, "Culoare de font pentru antetul facturilor", "net_subtotal", "Net", "review_app", "Evalua\u021bi aplica\u021bia", "check_status", "Verifica\u021bi starea", "free_trial", "Perioad\u0103 gratuit\u0103 de test", _s23_22, "Perioada gratuit\u0103 de test pentru Pachetul PRO ia sf\xe2r\u0219it \xeen :count zile. Click pentru upgrade.", _s21_52, "Este ultima zi a perioadei gratuite de test pentru Pachetul PRO. Click pentru upgrade.", "change_email", "Modifica\u021bi email", _s25_26, "Configura\u021bi op\u021bional un domeniu separat pentru portalul pentru clien\u021bi", _s21_53, "Sarchini afi\u0219ate \xeen portal", "uninvoiced", "Nefacturat", "subdomain_guide", "Subdomeniul este utilizat \xeen portalul pentru lcien\u021bi pentru a personaliza link-uri astfel \xeenc\xe2t s\u0103 corespund\u0103 m\u0103rcii dumneavoastr\u0103. Ex.: https://marca-dumneavoastr\u0103.facturare.co", "send_time", "Or\u0103 trimitere", "import_data", "Import\u0103 Date", "import_settings", "Set\u0103ri de importare", _s17_40, "Furniza\u021bi fi\u0219ierul JSON", _s19_43, "Selecta\u021bi pentru a importa set\u0103rile \u0219i/sau datele", "json", "JSON", _s24_34, "Niciun tip de plat\u0103 permis", "wait_for_data", "A\u0219tepta\u021bi ca datele s\u0103 fie \xeenc\u0103rcate", "net_total", "Total net", "has_taxes", "Include taxe", _s16_67, "Importa\u021bi clien\u021bi", _s18_43, "Importarea clien\u021bilor a \xeenceput cu succes", "login_success", "Autentificare cu succes", "login_failure", "Autentificare nereu\u0219it\u0103", "exported_data", _s67_, _s23_23, "Include\u021bi clien\u021bii elimina\u021bi", _s28_15, "\xcenc\u0103rca\u021bi \xeenregistr\u0103rile clien\u021bilor elimina\u021bi", "step_1_sign_in", "Pasul 1: \xcenregistra\u021bi-v\u0103", _s16_70, "Pasul 2: Autoriza\u021bi", "account_id", "ID cont", _s27_22, "Migrarea \xeenc\u0103 nu a fost finalizat\u0103", "activity_100", ":user a creat factura recurent\u0103 :recurring_invoice", "activity_101", ":user a actualizat factura recurent\u0103 :recurring_invoice", "activity_102", ":user a arhivat factura recurent\u0103 :recurring_invoice", "activity_103", ":user a eliminat factura recurent\u0103 :recurring_invoice", "activity_104", ":user a restabilit factura recurent\u0103 :recurring_invoice", _s18_44, "Afi\u0219a\u021bi data final\u0103 a sarcinii", _s23_25, "Activa\u021bi, specific\xe2nd data final\u0103 a sarcinii", "gateway_setup", "Configurare cai de acces", "preview_sidebar", "Previzualizare bar\u0103 lateral\u0103", _s16_71, "Date ani afi\u0219ate", _s18_46, "Toate sesiunile au fost \xeencheiate cu succes", _s16_73, "\xcencheia\u021bi toate sesiunile", "count_session", "O sesiune", "count_sessions", ":count sesiuni", "invoice_created", "Factur\u0103 creat\u0103", "quote_created", "Ofert\u0103 creat\u0103", "credit_created", "Credit creat", "pro", "Pro", "enterprise", "\xcentreprindere", "last_updated", "Ultima actualizare", "invoice_item", "Articol facturat", "quote_item", "Articol cotat", _s18_47, "Prenume contact", _s17_42, "Nume contact", "order", "Ordine", "unassigned", "Neatribuit", "partial_value", "Trebuie s\u0103 fie mai mare ca zero \u0219i mai mic ca totalul", "search_kanban", "C\u0103uta\u021bi Kanban", "search_kanbans", "C\u0103uta\u021bi Kanban", "kanban", "Kanban", "enable", "Activeaza", "move_top", "Muta\u021bi pe prima pozi\u021bie", "move_up", "Muta\u021bi mai sus", "move_down", "Muta\u021bi mai jos", "move_bottom", "Muta\u021bi pe ultima pozi\u021bie", "subdomain_help", "Seta\u021bi subdomeniul sau afi\u0219a\u021bi factura pe site-ul personal.", _s21_55, "Eroare: email-ul clientului trebuie s\u0103 includ\u0103 o variabil\u0103 :body", _s25_27, "Nu uita\u021bi s\u0103 include\u021bi o variabil\u0103 :body", _s17_44, "Vizualiza\u021bi formatul datei", "is_viewed", "Este vizualizat", "letter", "Scrisoare", "legal", "Legal", "page_layout", "A\u0219ezare \xeen pagin\u0103", "portrait", "Portret", "landscape", "Peisaj", _s26_16, "Pentru a putea activa set\u0103rile avansate, de\u021bin\u0103torul contului poate face un upgrade pentru un plan pl\u0103tit", _s20_52, "Face\u021bi un upgrade pentru a putea activa set\u0103rile avansate", _s21_56, "Termeni de plat\u0103 factur\u0103", _s17_46, "Ofert\u0103 valabil\u0103 p\xe2n\u0103 la", "no_headers", "F\u0103r\u0103 antet", "add_header", "Ad\u0103uga\u021bi antet", "remove_header", "Elimina\u021bi antetul", "return_url", "URL de revenire", "rest_method", "Metoda REST", "header_key", "Cheie antet", "header_value", "Valoare antet", _s18_49, "Produse recurente", "promo_code", "Cod promo\u021bional", "promo_discount", "Reducere", _s18_51, "Permite\u021bi anularea", _s16_75, "Activat per loc", "max_seats_limit", "Limita de locuri", "trial_enabled", "Perioada de test a fost activat\u0103", "trial_duration", "Durata perioadei de test", _s21_58, "Permite\u021bi suprapunerea solicit\u0103rilor", _s18_53, "Permite\u021bi modificarea pachetului", "plan_map", "Harta planului", "refund_period", "Perioad\u0103 de rambursare", _s21_60, "Configurare Webhook", "purchase_page", "Achizi\u021biona\u021bi pagin\u0103", "security", "Securitate", "email_bounced", "Email respins", _s20_53, "Reclama\u021bie de spam", "email_delivery", "Livrare prin email", _s16_77, "R\u0103spuns Webhook", "pdf_response", "R\u0103spuns PDF", _s22_46, "Autentificarea nu a putut fi efectuat\u0103", "pdf_failed", "PDF nu a reu\u0219it", "pdf_success", "PDF a reu\u0219it cu succes", "modified", "Modificat", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, "Subdomeniu indisponibil", "connect_gmail", "Conecta\u021bi-v\u0103 cu Gmail", _s16_81, "Deconecta\u021bi-v\u0103 cu Gmail", "connected_gmail", "Conectat cu Gmail cu succes", _s18_55, "Deconectat cu Gmail cu succes", _s16_83, "Modific\u0103rile aduse bazei de cod pot \xeempiedica actualiz\u0103rile. Pute\u021bi derula aceast\u0103 comand\u0103, pentru a renun\u021ba la modific\u0103ri:", _s16_84, "Num\u0103r ID client", "count_minutes", ":count minute", _s16_86, "Parola a expirat", _s29_15, _s28_67, "use_last_email", "Utiliza\u021bi ultimul email", _s16_88, "Activa\u021bi compania", _s21_65, "Activa\u021bi email-urile, facturile recurente \u0219i notific\u0103rile", _s27_24, "A ap\u0103rut o eroare. \xcencerca\u021bi din nou", _s27_25, "Seta\u021bi-v\u0103 parola", _s34_13, "Aten\u021bie: Schimbarea num\u0103rului de telefon va dezactiva autentificarea \xeen doi pa\u0219i", "help_translate", "Traduce\u021bi", _s23_26, "Selecta\u021bi o \u021bar\u0103", "resend_invite", "Trimite\u021bi invita\u021bia din nou", _s19_45, "Autentificarea \xeen doi pa\u0219i a fost dezactivat\u0103 cu succes", _s16_90, "Contul a fost conectat cu succes", _s19_46, "Contul a fost deconectat cu succes", "delivered", "Furnizat", "bounced", "Revenit", "spam", "Spam", "view_docs", "Vizualiza\u021bi documentele", _s32_10, "Furniza\u021bi un num\u0103r de telefon pentru a activa autentificarea \xeen doi pa\u0219i", "send_sms", "Trimite\u021bi SMS", "sms_code", "Cod SMS", _s21_66, "Scana\u021bi codul de bare cu o aplica\u021bie compatibil\u0103 :link.", _s18_56, "Autentificarea \xeen doi pa\u0219i a fost activat\u0103 cu succes", "connect_google", "Conecta\u021bi-v\u0103 cu Google", _s17_50, "Deconecta\u021bi-v\u0103 cu Google", _s17_52, "Autentificare \xeen doi pa\u0219i", _s18_57, "Dezactiva\u021bi autentificarea \xeen doi pa\u0219i", _s34_14, "Pentru a v\u0103 autentifica cu o platform\u0103 de socializare, este necesar\u0103 o parol\u0103", "stay_logged_in", "R\u0103m\xe2ne\u021bi conectat", _s23_28, "Aten\u021bie: Sesiunea va expira", "count_hours", ":count ore", "count_day", "O zi", "count_days", ":count zile", _s19_47, "Sesiune web expirat\u0103", _s17_53, "Set\u0103ri de securitate", "resend_email", "Retrimite\u021bi email-ul", _s26_19, "Confirma\u021bi-v\u0103 adresa de email", _s16_91, "Plat\u0103 rambursat\u0103", _s19_49, _s17_333, _s19_51, "Selecta\u021bi un utilizator autentificat cu Gmail", "list_long_press", "Listeaza apasand insistent", "show_actions", "Afi\u0219a\u021bi ac\u021biuni", _s17_55, "\xcencepe\u021bi selectarea multipl\u0103", _s27_27, "A fost trimis un emai de confirmare a adresei de email", _s21_67, "Pentru a utiliza :client_counter ad\u0103uga\u021bi :client_number sau :client_id_number pentru a preveni ne\xeen\u021belegerile", "this_quarter", "Trimestru \xeen curs", "last_quarter", "Ultimul trimestru", "to_update_run", "Pentru a actualiza, utiliza\u021bi", _s18_59, "Transform\u0103 \xeen Factur\u0103", _s16_92, "URL \xeenregistrare", "invoice_project", "Factura\u021bi proiectul", "invoice_task", "F\u0103ctureaz\u0103 task", "invoice_expense", "Factura\u021bi plata", _s19_52, "C\u0103uta\u021bi 1 termen de plat\u0103", _s20_59, "C\u0103uta\u021bi :count termeni de plat\u0103", _s16_94, "Salva\u021bi \u0219i previzualiza\u021bi", "save_and_email", "Salva\u021bi \u0219i trimite\u021bi", _s16_96, "Evenimente acceptate", _s16_98, "Sum\u0103 convertit\u0103", _s17_57, "Sold convertit", _s22_48, "Pl\u0103tit\u0103 convert\u0103te \xeen dat\u0103", _s24_36, "Sold convertit", "converted_total", "Total convertit", "is_sent", "A fost trimis", _s17_59, "Documente implicite", "document_upload", "\xcenc\u0103rcare documente", _s20_60, "Permite\u021bi clien\u021bilor s\u0103 \xeencarce documente", "expense_total", "Total cheltuieli", "enter_taxes", "Introduce\u021bi taxe", "by_rate", "\xcen func\u021bie de cot\u0103", "by_amount", "\xcen func\u021bie de sum\u0103", "enter_amount", "Introduce\u021bi suma", "before_taxes", "\xcenainte de taxe", "after_taxes", "Dup\u0103 taxe", "color", "Culoare", "show", "Afi\u0219a\u021bi", "hide", "Ascunde", "empty_columns", "Coloane goale", _s21_69, "Modul de depanare este activat", _s26_20, "Aten\u021bie: este destinat ma\u0219in\u0103riile locale. Creden\u021bialele pot fi puse \xeen pericol. Click pentru mai multe detalii.", "running_tasks", "Sarcini \xeen derulare", "recent_tasks", "Sarcini recente", "recent_expenses", "Cheltuieli recente", _s17_61, "Cheltuieli viitoare", "update_app", "Actualiza\u021bi aplica\u021bia", "started_import", "Importarea a \xeenceput cu succes", _s24_38, "Mapare coloane duplicate", _s20_61, "Utiliza\u021bi taxe inclusive", _s18_61, "Este suma redus\u0103", "column", "Coloana", "sample", "Exemplar", "map_to", "Mapa\u021bi c\u0103tre", "import", "Importa", _s25_29, "Utiliza\u021bi primul r\xe2nd drept coloan\u0103 pentru nume", "select_file", "Alege un fisier", _s16_100, "Nu a fost selectat niciun fi\u0219ier", "csv_file", "fisier CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Contabilitate", _s22_50, "Furniza\u021bi toate CVS-urile.", "import_type", "Tip import", "html_mode", "Modul HTML", "html_mode_help", "Previzualiza\u021bi actualiz\u0103rile mai rapid, dar cu mai pu\u021bin\u0103 precizie", "view_licenses", "Vizualiza\u021bi licen\u021bele", "webhook_url", "URL Webhook", _s17_63, "Editor ecran complet", "sidebar_editor", "Editor bar\u0103 lateral\u0103", _s22_51, "Tasta\u021bi \u201e:value\u201d pentru confirmare", "purge", "Cur\u0103\u021ba\u021bi", "service", "Serviciu", "clone_to", "Multiplica\u021bi \xeen", "clone_to_other", "Multiplica\u021bi \xeen alt", "labels", "Etichete", "add_custom", "Ad\u0103uga\u021bi personalizare", "payment_tax", "Tax\u0103 plat\u0103", "unpaid", "Nepl\u0103tit", "white_label", "Etichet\u0103 alb\u0103", "delivery_note", "Aviz de expediere", _s24_41, "Facturile trimise sunt blocate", _s24_43, "Facturile achitate sunt blocate", "source_code", "Cod surs\u0103", "app_platforms", "Ad\u0103uga\u021bi platforme", "invoice_late", "Factur\u0103 scadent\u0103", "quote_expired", "Ofert\u0103 scadent\u0103", "partial_due", "Par\u021bial scadent\u0103", "invoice_total", "Total factura", "quote_total", "Total Proforma", "credit_total", "Total credit", _s23_29, "Total facturat", "actions", "Ac\u021biuni", "expense_number", "Num\u0103r cheltuieli", "task_number", "Num\u0103r sarcin\u0103", "project_number", "Num\u0103r proiect", "project_name", "Nume proiect", "warning", "Aten\u021bie", "view_settings", "Vizualiza\u021bi set\u0103rile", _s24_45, "Aten\u021bie: compania \xeenc\u0103 nu a fost activat\u0103", "late_invoice", "Ultima factur\u0103", "expired_quote", "Ofert\u0103 expirat\u0103", "remind_invoice", "Memento factur\u0103", "cvv", "CVV", "client_name", "Nume Client", "client_phone", "Telefon client", "required_fields", "C\xe2mpuri necesare", "calculated_rate", "Cot\u0103 calculat\u0103", _s17_65, "Cot\u0103 sarcini implicit\u0103", "clear_cache", "Cur\u0103\u021ba\u021bi cache", "sort_order", "Ordine de sortare", "task_status", "Stare", "task_statuses", "Stare sarcini", "new_task_status", "Stare sarcin\u0103 nou\u0103", _s16_102, "Modifica\u021bi starea sarcinii", _s19_53, "Starea sarcinii a fost creat\u0103 cu succes", _s19_54, "Starea sarcinii a fost actualizat\u0103 cu succes", _s20_63, "Starea sarcinii a fost arhivat\u0103 cu succes", _s19_55, "Starea sarcinii a fost eliminat\u0103 cu succes", _s19_56, "Starea sarcinii a fost \xeendep\u0103rtat\u0103 cu succes", _s20_64, "Starea sarcinii a fost restabilit\u0103 cu succes", _s22_52, ":value st\u0103ri ale sarcinilor au fost arhivate cu succes", _s21_71, ":value st\u0103ri ale sarcinilor au fost eliminate cu succes", _s22_53, ":value st\u0103ri ale sarcinilor au fost restabilite cu succes", _s18_63, "C\u0103uta\u021bi o stare a sarcinii", _s20_66, "C\u0103uta\u021bi :count st\u0103ri ale sarcinilor", _s16_104, "Afi\u0219a\u021bi tabelul cu sarcini", _s21_72, "Afi\u0219a\u021bi \xeentotdeauna sec\u021biunea cu sarcini, c\xe2nd crea\u021bi facturi", _s20_67, "Timpul alocat sarcinii de pe factur\u0103", _s25_30, "Ad\u0103uga\u021bi timpul \xeen liniile cu articol de pe factur\u0103", _s20_69, "Registru de date sarcini de facturare", _s25_31, "Ad\u0103uga\u021bi date \xeen liniile cu articol de pe factur\u0103", _s21_73, "\xcencepe\u021bi sarcinile \xeenainte de a salva", _s18_64, "Configura\u021bi st\u0103rile", "task_settings", "Set\u0103ri sarcini", _s20_71, "Configura\u021bi categoriile", _s18_66, "Categorii de cheltuieli", _s20_73, "Categorie nou\u0103 de cheltuieli", _s21_74, "Modifica\u021bi categoria de cheltuieli", _s24_46, "Categoria de cheltuieli a fost creat\u0103 cu succes", _s24_47, "Categoria de cheltuieli a fost actualizat\u0103 cu succes", _s25_33, "Categoria de cheltuieli a fost arhivat\u0103 cu succes", _s24_48, "Categoria a fost eliminat\u0103 cu succes", _s24_49, "Categoria cu cheltuieli a fost \xeendep\u0103rtat\u0103 cu succes", _s25_34, "Categoria de cheltuieli a fost restabilit\u0103 cu succes", _s27_31, "Categoria de cheltuieli :count a fost arhivat\u0103 cu succes", _s26_21, ":value categorii de cheltuieli au fost eliminate cu succes", _s27_32, ":value categorii de cheltuieli au fost restabilite cu succes", _s23_30, "C\u0103uta\u021bi o categorie cu cheltuieli", _s25_36, "C\u0103uta\u021bi :count categorii cu cheltuieli", _s21_76, "Utiliza\u021bi creditele disponibile", "show_option", "Afi\u0219a\u021bi op\u021biuni", _s22_54, "Suma creditelor nu trebuie s\u0103 dep\u0103\u0219easc\u0103 suma pl\u0103\u021bii", "view_changes", "Vizualiza\u021bi modific\u0103ri", "force_update", "Actualizare for\u021bat\u0103", _s17_67, "Utiliza\u021bi ultima versiune, dar pot exista remedieri disponibile \xeen a\u0219teptare.", "mark_paid_help", "Urm\u0103ri\u021bi cheltuielile achitate", _s18_68, "Trebuie facturat\u0103", _s23_31, "Permite\u021bi facturarea cheltuielilor", _s29_17, _s36_16, _s21_78, "Seta\u021bi un curs de schimb", _s16_106, "Set\u0103ri cheltuieli", _s18_69, "Multiplica\u021bi recuren\u021bele", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "C\xe2mp utilizator", "variables", "Variabile", "show_password", "Afi\u0219a\u021bi parola", "hide_password", "Ascunde\u021bi parola", "copy_error", "Copia\u021bi eroarea", "capture_card", "Card confiscat", _s17_68, "Auto-facturarea este activat\u0103", "total_taxes", "Total taxe", "line_taxes", "Linie de taxe", "total_fields", "Total c\xe2mpuri", _s25_37, "Facturarea recurent\u0103 a fost oprit\u0103 cu succes", _s25_38, "Facturarea recurent\u0103 a fost pornit\u0103 cu succes", _s25_39, "Facturarea recurent\u0103 a fost reluat\u0103 cu succes", "gateway_refund", "Rambursare pentru c\u0103ile de acces", _s19_57, "Procesa\u021bi rambursarea prin c\u0103ile de acces pentru pl\u0103\u021bi", "due_date_days", "Dat\u0103 scadent\u0103", "paused", "\xcentrerupt", "mark_active", "Marca\u021bi ca activ", "day_count", "Ziua :count", _s22_55, "Prima zi a lunii", _s21_79, "Ultima zi a lunii", _s17_70, "Utiliza\u021bi termenii de plat\u0103", "endless", "Interminabil", "next_send_date", "Urm\u0103toarea zi de trimitere", _s16_108, "Cicluri r\u0103mase", _s17_72, "Factura Recurenta", _s18_71, "Facturi Recurente", _s21_81, "Adauga Factura Recurenta", _s22_57, "Editare factura recurenta", _s25_40, "Factura recurent\u0103 a fost creat\u0103 cu succes", _s25_41, "Factura recurent\u0103 a fost actualizat\u0103 cu succes", _s26_22, "Factur\u0103 recurent\u0103 arhivat\u0103 cu succes", _s25_42, "Factur\u0103 recurent\u0103 \u0219tears\u0103 cu succes", _s25_43, "Factura recurent\u0103 a fost \xeendep\u0103rtat\u0103 cu succes", _s26_23, "Factur\u0103 recurent\u0103 restaurat\u0103 cu succes", _s27_33, ":value facturi recurente au fost arhivate cu succes", _s26_24, ":value facturi recurente au fost eliminate cu succes", _s27_34, ":value facturi recurente au fost restabilite cu succes", _s24_50, "C\u0103uta\u021bi o factur\u0103 recurent\u0103", _s25_44, "C\u0103uta\u021bi :count facturi recurente", "send_date", "Dat\u0103 trimitere", "auto_bill_on", "Auto-facturare pornit\u0103", _s28_17, "Sum\u0103 minim\u0103 de plat\u0103", "profit", "Profit", "line_item", "Linie de articol", _s18_73, "Permite\u021bi supraplata", _s23_32, "Permite\u021bi pl\u0103\u021bi extra pentru a putea accepta bac\u0219i\u0219", _s19_58, "Accepta\u021bi sub plata", _s24_51, "Permite\u021bi plata minim\u0103 a sumelor par\u021biale/depozitate", "test_mode", "Mod de test", "opened", "Deschis", _s30_7, "Reconcilierea nu a putut fi efectuat\u0103", _s30_8, "Reconcilierea a fost efectuat\u0103 cu succes", "gateway_success", "Calea de acces a fost efectuat\u0103 cu succes", "gateway_failure", "Calea de acces nu a putut fi efectuat\u0103", "gateway_error", "Eroare cale de acces", "email_send", "Trimite\u021bi email", _s17_74, "Re\xeencercare email ofert\u0103", "failure", "Nu a putut fi efectuat(\u0103)", "quota_exceeded", "Cot\u0103 dep\u0103\u0219it\u0103", _s16_110, "Amonte nereu\u0219it", "system_logs", "\xcenregistr\u0103ri sistem", "view_portal", "Vizualiza\u021bi portalul", "copy_link", "Copia\u021bi link-ul", "token_billing", "Salveaz\u0103 datele cardului", _s24_52, "Bine a\u021bi venit la Invoice Ninja", "always", "\xcentotdeauna", "optin", "Marcare", "optout", "Demarcare", "label", "Etichet\u0103", "client_number", "Num\u0103rul de client", "auto_convert", _s20_243, "company_name", "Nume companie", "reminder1_sent", "Memento 1 a fost trimis", "reminder2_sent", "Memento 2 a fost trimis", "reminder3_sent", "Memento 3 a fost trimis", _s18_75, "Ultimul memento trimis", "pdf_page_info", "Pagina :current din :total", _s16_112, "Facturile au fost trimise cu succes", "emailed_quotes", "Ofertele au fost trimise cu succes", "emailed_credits", "Creditele au fost trimise cu succes", "gateway", "Cale de acces", "view_in_stripe", "Viualiza\u021bi \xeen Stripe", "rows_per_page", "R\xe2nduri pe pagin\u0103", "hours", "Ore", "statement", "Extras", "taxes", "Taxe", "surcharge", "Supratax\u0103", "apply_payment", "Aplica\u021bi plata", "apply_credit", "Aplica\u021bi Credit", "apply", "Aplica\u021bi", "unapplied", "Neaplicat(\u0103)", "select_label", "Selecta\u021bi eticheta", "custom_labels", "Etichete personalizate", "record_type", "Tip \xeenregistrare", "record_name", "Nume \xeenregistrare", "file_type", "Tip fi\u0219ier", "height", "\xcen\u0103l\u021bime", "width", "L\u0103\u021bime", "to", "C\u0103tre", "health_check", "Stare de s\u0103n\u0103tate", "payment_type_id", "Tip plata", "last_login_at", "Ultima autentificare la", "company_key", "Cheie companie", "storefront", "Prezentare", "storefront_help", "Permite\u021bi aplica\u021biilor ter\u021be s\u0103 creeze facturi", "client_created", "Client creat", _s20_76, "Email plat\u0103 online", _s20_78, "Email plat\u0103 manual\u0103", "completed", "Finalizat(\u0103)", "gross", "Brut", "net_amount", "Sum\u0103 net\u0103", "net_balance", "Sold net", "client_settings", "Set\u0103ri client", _s17_76, "Facturi selectate", _s17_78, "Pl\u0103\u021bi selectate", "selected_quotes", "Oferte selectate", "selected_tasks", "Sarcini selectate", _s17_80, "Cheltuieli selectate", _s17_82, "Facturi urmatoare", _s17_84, "Facturi scadente", "recent_payments", "Plati recente", "upcoming_quotes", "Proforme urm\u0103toare", "expired_quotes", "Proforme expirate", "create_client", "Crea\u021bi client", "create_invoice", "Creaza factura", "create_quote", "Creaza Proforma", "create_payment", "Crea\u021bi plat\u0103", "create_vendor", "Crea\u021bi un furnizor", "update_quote", "Actualiza\u021bi oferta", "delete_quote", "Sterge Proforma", "update_invoice", "Actualiza\u021bi factura", "delete_invoice", "Sterge factura", "update_client", "Actualiza\u021bi clientul", "delete_client", "Sterge client", "delete_payment", "Sterge plata", "update_vendor", "Actualiza\u021bi furnizorul", "delete_vendor", "\u0218terge Furnizor", "create_expense", "Crea\u021bi cheltuieli", "update_expense", "Actualiza\u021bi cheltuieli", "delete_expense", "Elimina\u021bi plata", "create_task", "Creaz\u0103 Task", "update_task", "Actualiza\u021bi sarcina", "delete_task", "\u0218terge Task", "approve_quote", "Aproba\u021bi oferta", "off", "Oprit", "when_paid", "C\xe2nd este pl\u0103tit\u0103", "expires_on", "Dat\u0103 scadent\u0103:", "free", "Gratis", "plan", "Plan", "show_sidebar", "Afi\u0219a\u021bi bara lateral\u0103", "hide_sidebar", "Ascunde\u021bi bara lateral\u0103", "event_type", "Tip eveniment", "target_url", "\u021aint\u0103", "copy", "Copia\u021bi", "must_be_online", "Restarta\u021bi aplica\u021bia odat\u0103 ce ave\u021bi conexiune la Internet", _s17_86, "Crons trebuie s\u0103 fie activate", "api_webhooks", "API Webhooks", "search_webhooks", "C\u0103uta\u021bi :count Webhooks", "search_webhook", "C\u0103uta\u021bi 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Webhook nou", "edit_webhook", "Modifica\u021bi Webhook", "created_webhook", "Webhook creat cu succes", "updated_webhook", "Webhook actualizat cu succes", _s16_114, "Webhook arhivat cu succes", "deleted_webhook", "Webhook eliminat cu succes", "removed_webhook", "Webhook \xeendep\u0103rtat cu succes", _s16_115, "Webhook restabilit cu succes", _s17_87, ":value webhooks au fost arhivate cu succes", _s16_116, ":value webhooks au fost eliminate cu succes", _s16_117, ":value webhooks au fost \xeendep\u0103rtate cu succes", _s17_88, ":value webhooks au fost restabilite cu succes", "api_tokens", "Token API", "api_docs", "API Docs", "search_tokens", "C\u0103uta\u021bi :count Tokeni", "search_token", "C\u0103uta\u021bi 1 Token", "token", "Token", "tokens", "Token-uri", "new_token", "Token nou", "edit_token", "Modifica token", "created_token", "Token creat", "updated_token", "Actualizeaz\u0103 token", "archived_token", "Token arhivat cu succes", "deleted_token", "Token \u0219ters", "removed_token", "Token \xeendep\u0103rtat cu succes", "restored_token", "Token restabilit cu succes", "archived_tokens", ":value tokeni au fost arhiva\u021bi cu succes", "deleted_tokens", ":value tokeni au fost elimina\u021bi cu succes", "restored_tokens", ":value tokeni au fost restabili\u021bi cu succes", _s19_60, "\xcenregistrare client", _s24_54, "Permite\u021bi clien\u021bilor s\u0103 se \xeenregistreze \xeen portal", "email_invoice", "Trimite email", "email_quote", "Trimite Proforma", "email_credit", _s18_306, "email_payment", "Plat\u0103 prin email", _s20_81, "Clientul \xeenc\u0103 nu are o adres\u0103 de email setat\u0103", "ledger", "Registru", "view_pdf", "Vizualiza\u021bi PDF", "all_records", "Toate \xeenregistr\u0103rile", "owned_by_user", "De\u021binut de utilizatorul", _s16_118, "Credit r\u0103mas", "contact_name", "Nume contact", "use_default", "Utiliza\u021bi implicit", _s16_120, "Mementouri nesf\xe2r\u0219ite", "number_of_days", "Num\u0103r zile", _s23_34, "Configura\u021bi termenii de plat\u0103", "payment_term", "Termenul de plat\u0103", _s16_121, "Termen de plat\u0103 nou", _s17_90, "Modifica\u021bi termenul de plat\u0103", _s20_82, "Termenul de plat\u0103 a fost creat cu succes", _s20_83, "Termenul de plat\u0103 a fost actualizat cu succes", _s21_83, "Termenul de plat\u0103 a fost arhivat cu succes", _s20_84, "Termenul de plat\u0103 a fost eliminat cu succes", _s20_85, "Termenul de plat\u0103 a fost \xeendep\u0103rtat cu succes", _s21_84, "Termenul de plat\u0103 a fost restabilit cu succes", _s22_62, ":value termeni de plat\u0103 au fost arhiva\u021bi cu succes", _s21_85, ":value termeni de plat\u0103 au fost elimina\u021bi cu succes", _s22_63, ":value termeni de plat\u0103 au fost restabili\u021bi cu succes", "email_sign_in", "Inregistra\u021bi-v\u0103 cu email-ul", "change", "Modifica\u021bi", _s23_36, "Modifica\u021bi cu modul de vizualizare pentru telefon?", _s24_55, "Modifica\u021bi cu modul de vizualizare pentru desktop?", "send_from_gmail", "Trimite\u021bi de pe Gmail", "reversed", "Inversat", "cancelled", "Anulat", "credit_amount", "Valoare credit", "quote_amount", "Sum\u0103 ofert\u0103", "hosted", "G\u0103zduit", "selfhosted", "Auto-g\u0103zduit", "exclusive", "Exclusiv", "inclusive", "Inclusiv", "hide_menu", "Ascunde\u021bi meniul", "show_menu", "Afi\u0219a\u021bi meniul", _s18_77, "Par\u021bial rambursat", _s16_123, "C\u0103uta\u021bi documente", "search_designs", "C\u0103uta\u021bi design-uri", "search_invoices", "C\u0103uta\u021bi facturi", "search_clients", "C\u0103uta\u021bi clien\u021bi", "search_products", "C\u0103uta\u021bi produse", "search_quotes", "C\u0103uta\u021bi oferte", "search_credits", "C\u0103uta\u021bi credite", "search_vendors", "C\u0103uta\u021bi furnizori", "search_users", "C\u0103uta\u021bi utilizatori", _s16_124, "C\u0103uta\u021bi cote de impozitare", "search_tasks", "C\u0103uta\u021bi sarcini", "search_settings", "C\u0103uta\u021bi set\u0103ri", "search_projects", "C\u0103uta\u021bi proiecte", "search_expenses", "C\u0103uta\u021bi cheltuieli", "search_payments", "C\u0103uta\u021bi pl\u0103\u021bi", "search_groups", "C\u0103uta\u021bi grupuri", "search_company", "C\u0103uta\u021bi companie", "search_document", "C\u0103uta\u021bi 1 document", "search_design", "C\u0103uta\u021bi 1 design", "search_invoice", "C\u0103uta\u021bi o factur\u0103", "search_client", "C\u0103uta\u021bi 1 client", "search_product", "C\u0103uta\u021bi 1 produs", "search_quote", "C\u0103uta\u021bi o ofert\u0103", "search_credit", "C\u0103uta\u021bi 1 credit", "search_vendor", "C\u0103uta\u021bi 1 furnizor", "search_user", "C\u0103uta\u021bi 1 utilizator", "search_tax_rate", "C\u0103uta\u021bi o cot\u0103 de impozitare", "search_task", "C\u0103uta\u021bi o sarcin\u0103", "search_project", "C\u0103uta\u021bi 1 proiect", "search_expense", "C\u0103uta\u021bi o cheltuial\u0103", "search_payment", "C\u0103uta\u021bi o plat\u0103", "search_group", "C\u0103uta\u021bi 1 grup", "refund_payment", "Rambursare plat\u0103", _s17_94, "Factura a fost anulat\u0103 cu succes", _s18_79, "Facturile au fost anulate cu succes", _s16_130, "Factura a fost inversat\u0103 cu succes", _s17_95, "Facturile au fost inversate cu succes", "reverse", "Inversa\u021bi", "full_name", "Nume complet", _s17_96, "Ora\u0219/\u021aar\u0103/Cod po\u0219tal", _s17_98, "Cod po\u0219tal/Ora\u0219/\u021aar\u0103", "custom1", "Prima personalizare", "custom2", "A doua personalizare", "custom3", "A treia personalizare", "custom4", "A patra personalizare", "optional", "Op\u021bional", "license", "Licen\u021b\u0103", "purge_data", "Cur\u0103\u021ba\u021bi datele", _s16_131, "Datele companiei au fost cur\u0103\u021bate cu succes", _s18_80, "Aten\u021bie: Aceast\u0103 ac\u021biune v\u0103 va elimina datele definitiv.", "invoice_balance", "Sold factur\u0103", "age_group_0", "0 - 30 zile", "age_group_30", "30 - 60 zile", "age_group_60", "60 - 90 zile", "age_group_90", "90 - 120 zile", "age_group_120", "120+ zile", "refresh", "Re\xeenc\u0103rcare", "saved_design", "Design-ul a fost salvat cu succes", "client_details", "Detalii client", "company_address", "Adres\u0103 companie", "invoice_details", "Detalii factur\u0103", "quote_details", "Detalii ofert\u0103", "credit_details", "Detalii credit", "product_columns", "Coloane produs", "task_columns", "Coloane sarcini", "add_field", "Ad\u0103uga\u021bi un c\xe2mp", "all_events", "Toate evenimentele", "permissions", "Aprob\u0103ri", "none", "Niciuna", "owned", "De\u021binut", "payment_success", "Plata a fost efectuat\u0103", "payment_failure", "Plata nu a putut fi efectuat\u0103", "invoice_sent", ":count factur\u0103 trimis\u0103", "quote_sent", "Ofert\u0103 trimis\u0103", "credit_sent", "Credit trimis", "invoice_viewed", "Factur\u0103 vizualizat\u0103", "quote_viewed", "Ofert\u0103 vizualizat\u0103", "credit_viewed", "Credit vizualizat", "quote_approved", "Ofert\u0103 aprobat\u0103", _s25_46, "Primi\u021bi toate notific\u0103rile", _s16_132, "Achizi\u021biona\u021bi licen\u021ba", "apply_license", "Aplic\u0103 Licen\u021b\u0103", "cancel_account", "\u0218terge cont", _s22_64, "ATEN\u021aIE: Toate datele vor fi \u0219terse definitiv, nu se pot recupera.", "delete_company", "Elimina\u021bi compania", _s22_65, "Aten\u021bie: Aceast\u0103 ac\u021biune v\u0103 va elimina compania permanent.", "enabled_modules", "Module activate", "converted_quote", "Oferta a fost convertit\u0103 cu succes", "credit_design", "Design credit", "includes", "Cuprinde", "header", "Antet", "load_design", "\xcenc\u0103rca\u021bi design", "css_framework", "Cadru CSS", "custom_designs", "Design-uri personalizate", "designs", "Design-uri", "new_design", "Design nou", "edit_design", "Modifica\u021bi design", "created_design", "Design-ul a fost creat cu succes", "updated_design", "Design-ul a fost actualizat cu succes", "archived_design", "Design-ul a fost arhivat cu succes", "deleted_design", "Design-ul a fost eliminat cu succes", "removed_design", "Design-ul a fost \xeendep\u0103rtat cu succes", "restored_design", "Design-ul a fost restabilit cu succes", _s16_134, ":value design-uri au fost arhivate cu succes", "deleted_designs", ":value design-uri au fost eliminate cu succes", _s16_135, ":value design-uri au fost restabilite cu succes", "proposals", "Propuneri", "tickets", "Tichete", _s16_136, "Proforme Recurente", "recurring_tasks", "Sarcini recurente", _s18_81, "Administrare cont", "credit_date", "Data Creditului", "credit", "Credit", "credits", "Credite", "new_credit", "Adaug\u0103 Credit", "edit_credit", "Modifica\u021bi credit", "created_credit", "Credit ad\u0103ugat cu succes", "updated_credit", "Creditul a fost actualizat cu succes", "archived_credit", "Credit arhivat cu succes", "deleted_credit", "Credit \u0219ters", "removed_credit", "Creditul a fost \xeendep\u0103rtat cu succes", "restored_credit", "Credit restaurat", _s16_138, ":count credite au fost arhivate cu succes", "deleted_credits", ":count \u0219ters", _s16_139, ":value credite au fost restabilite cu succes", "current_version", "Versiunea Curent\u0103", "latest_version", "Ultima versiune", "update_now", "Actualiza\u021bi", _s26_30, "O nou\u0103 versiune pentru aplica\u021bia web a fost actualizat\u0103", _s16_140, "Actualizare disponibil\u0103", "app_updated", "Actualizarea a fost finalizat\u0103 cu succes", "learn_more", "Afla mai mult", "integrations", "Integr\u0103ri", "tracking_id", "ID urm\u0103rire", _s17_100, _s17_250, "credit_footer", "Subsol credit", "credit_terms", "Termeni credit", "new_company", "Firm\u0103 nou\u0103", "added_company", "Compania a fost ad\u0103ugat\u0103 cu succes", "company1", "Companie personalizat\u0103 1", "company2", "Companie personalizat\u0103 2", "company3", "Companie personalizat\u0103 3", "company4", "Companie personalizat\u0103 4", "product1", "Produs personalizat 1", "product2", "Produs personalizat 2", "product3", "Produs personalizat 3", "product4", "Produs personalizat 4", "client1", "Client personalizat 1", "client2", "Client personalizat 2", "client3", "Client personalizat 3", "client4", "Client personalizat 4", "contact1", "Contact personalizat 1", "contact2", "Contact personalizat 2", "contact3", "Contact personalizat 3", "contact4", "Contact personalizat 4", "task1", "Sarcin\u0103 personalizat\u0103 1", "task2", "Sarcin\u0103 personalizat\u0103 2", "task3", "Sarcin\u0103 personalizat\u0103 3", "task4", "Sarcin\u0103 personalizat\u0103 4", "project1", "Proiect personalizat 1", "project2", "Proiect personalizat 2", "project3", "Proiect personalizat 3", "project4", "Proiect personalizat 4", "expense1", "Cheltuieli personalizate 1", "expense2", "Cheltuieli personalizate 2", "expense3", "Cheltuieli personalizate 3", "expense4", "Cheltuieli personalizate 4", "vendor1", "Furnizor personalizat 1", "vendor2", "Furnizor personalizat 2", "vendor3", "Furnizor personalizat 3", "vendor4", "Furnizor personalizat 4", "invoice1", "Factur\u0103 personalizat\u0103 1", "invoice2", "Factur\u0103 personalizat\u0103 2", "invoice3", "Factur\u0103 personalizat\u0103 3", "invoice4", "Factur\u0103 personalizat\u0103 4", "payment1", "Plat\u0103 personalizat\u0103 1", "payment2", "Plat\u0103 personalizat\u0103 2", "payment3", "Plat\u0103 personalizat\u0103 3", "payment4", "Plat\u0103 personalizat\u0103 4", "surcharge1", _s25_132, "surcharge2", _s25_133, "surcharge3", _s25_134, "surcharge4", _s25_135, "group1", "Grup personalizat 1", "group2", "Grup personalizat 2", "group3", "Grup personalizat 3", "group4", "Grup personalizat 4", "reset", "Reseteaz\u0103", "number", "Num\u0103r", "export", "Export\u0103", "chart", "Grafic", "count", "Num\u0103ra\u021bi", "totals", "Total", "blank", "Necompletat", "day", "Zi", "month", "Lun\u0103", "year", "An", "subgroup", "Subgrup", "is_active", "Este Activ", "group_by", "Grupeaz\u0103 dup\u0103", "credit_balance", "Soldul Creditului", _s18_87, "Ultima autentificare a contactului", _s17_102, "Nume complet contact", "contact_phone", "Num\u0103r de contact", _s21_86, "Valoare contact personalizat\u0103 1", _s21_87, "Valoare contact personalizat\u0103 2", _s21_88, "Valoare contact personalizat\u0103 3", _s21_89, "Valoare contact personalizat\u0103 4", _s17_104, "Strad\u0103 livrare", _s17_105, "Apartament livrare", "shipping_city", "Ora\u0219 livrare", "shipping_state", "Statul de livrare", _s20_86, "Codul po\u0219tal de livrare", _s16_170, "\u021aar\u0103 livrare", _s16_172, "Strad\u0103 facturare", _s16_173, "Apartament facturare", "billing_city", "Ora\u0219 facturare", "billing_state", "Stat facturare", _s19_62, "Cod po\u0219tal facturare", "billing_country", "\u021aar\u0103 facturare", "client_id", "ID client", "assigned_to", "Asignare lui", "created_by", "Creat de :name", "assigned_to_id", "Atribuit ID-ului", "created_by_id", "Creat de ID", "add_column", "Ad\u0103uga\u021bi o coloan\u0103", "edit_columns", "Modifica\u021bi coloanele", "columns", "Coloane", "aging", "\xcenvechire", "profit_and_loss", "Profit \u0219i Pierdere", "reports", "Rapoarte", "report", "Raport", "add_company", "Adaug\u0103 Firm\u0103", "unpaid_invoice", "Factur\u0103 neachitat\u0103", "paid_invoice", "Factur\u0103 achitat\u0103", _s16_174, "Ofert\u0103 neaprobat\u0103", "help", "Ajutor", "refund", "Rambursare", "refund_date", "Data ramburs\u0103rii", "filtered_by", "Filtra\u021bi \xeen func\u021bie de", "contact_email", "Email", "multiselect", "Selectare multipl\u0103", "entity_state", "\u021aar\u0103", "verify_password", "Verifica\u021bi-v\u0103 parola", "applied", "Aplicat", _s21_90, "Include\u021bi ultimele erori", _s30_11, "Am primit mesajul dumneavoastr\u0103. Ve\u021bi primi un r\u0103spuns \xeen cel mai scurt timp.", "message", "Mesaj", "from", "De la", _s20_88, "Ar\u0103ta\u021bi detaliile produsului", _s25_48, "Include\u021bi descrierea \u0219i costul \xeen meniul produsului", _s20_90, "Redarea PDF-ului necesit\u0103 :version", _s18_90, "Ajusta\u021bi procentul taxei", _s23_38, "Ajusta\u021bi procentul contului pentru taxe", _s18_92, "Configura\u021bi set\u0103rile", "support_forum", "Support Forums", "about", "Despre", "documentation", "Documenta\u021bie", "contact_us", "Contacta\u021bi-ne", "subtotal", "Subtotal", "line_total", "Total linie", "item", "Element", "credit_email", "Email de credit", "iframe_url", "Website", "domain_url", "URL domeniu", _s21_91, "Parola este prea scurt\u0103", _s20_91, "Parola trebuie s\u0103 con\u021bin\u0103 o majuscul\u0103 \u0219i o cifr\u0103", _s19_64, "Sarcini portal clien\u021bi", _s23_39, "Panou de control portal clien\u021bi", _s20_92, "Introduce\u021bi o valoare", "deleted_logo", "Sigla a fost eliminat\u0103 cu succes", "yes", "Da", "no", "Nu", "generate_number", "Genera\u021bi un num\u0103r", "when_saved", "C\xe2nd este salvat", "when_sent", "C\xe2nd este trimis", "select_company", "Selecta\u021bi compania", "float", "Plute\u0219te", "collapse", "Ar\u0103ta\u021bi mai multe", "show_or_hide", "Ar\u0103ta\u021bi/ascunde\u021bi", "menu_sidebar", "Bara lateral\u0103 a meniului", "history_sidebar", "Bara lateral\u0103 a istoricului", "tablet", "Tablet\u0103", "mobile", "Mobil", "desktop", "Desktop", "layout", "Aspect", "view", "Vezi", "module", "Modul", "first_custom", "Prima persoanlizare", "second_custom", "A doua persoanlizare", "third_custom", "A treia persoanlizare", "show_cost", "Afi\u0219a\u021bi cost", _s17_107, "Afi\u0219a\u021bi costul produsului", "show_cost_help", "Afi\u0219a\u021bi c\xe2mpul de cost al produsului, pentru a urm\u0103ri marcarea/profitul", _s21_92, "Afi\u0219a\u021bi cantitatea produsului", _s26_32, "Afi\u0219a\u021bi c\xe2mpul de cantitate a produsului, setat\u0103 implicit la unu", _s21_94, "Afi\u0219a\u021bi cantitatea de pe factur\u0103", _s26_33, "Afi\u0219a\u021bi c\xe2mpul de cantitate a liniei de produs, setat\u0103 implicit la unu", _s21_96, "Afi\u0219a\u021bi reducerea produselor", _s26_34, "Afi\u0219a\u021bi un c\xe2mp de reducere pentru liniile cu articole", _s16_176, "Cantitate implicit\u0103", _s21_98, "Seta\u021bi automat cantitatea liniei de articol la unu", "one_tax_rate", "O cot\u0103 de impozitare", "two_tax_rates", "Dou\u0103 cote de impozitare", "three_tax_rates", "Trei cote de impozitare", _s16_178, "Cot\u0103 de impozitare implicit\u0103", "user", "Utilizator", "invoice_tax", "Tax\u0103 factur\u0103", "line_item_tax", "Tax\u0103 linie de articol", "inclusive_taxes", "Taxe inclusive", _s17_109, "Cotele de impozitare de pe factur\u0103", "item_tax_rates", "Cotele de impozitare ale articolului", _s18_94, "Alege un client", "configure_rates", "Configura\u021bi cotele", _s18_95, "Configura\u021bi c\u0103ile de acces", "tax_settings", "Setari Taxe", _s18_97, "Cote de impozitare", "accent_color", "Culoare accent", "switch", "Schimba\u021bi", _s19_66, "List\u0103 separat\u0103 prin virgule", "options", "Op\u021biuni", _s16_180, "Text pe o singur\u0103 linie", "multi_line_text", "Text pe mai multe linii", "dropdown", "Meniu derulat", "field_type", "Tip c\xe2mp", _s27_45, "Email-ul pentru recuperarea parolei a fost trimis", "submit", "Trimite\u021bi", _s16_182, "Recupereaz\u0103 parola", "late_fees", "Taxe de \xeent\xe2rziere", "credit_number", "Num\u0103r credit", "payment_number", "Num\u0103r plat\u0103", "late_fee_amount", "Sum\u0103 pentru taxa de \xeent\xe2rziere", _s16_183, "Procent pentru taxa de \xeent\xe2rziere", "before_due_date", "\xcenainte de data scadent\u0103", "after_due_date", "Dup\u0103 data scadent\u0103", _s18_99, "Dup\u0103 data factur\u0103rii", "days", "Zile", "invoice_email", "Email Factur\u0103", "payment_email", "Email Plat\u0103", "partial_payment", "Plat\u0103 par\u021bial\u0103", "payment_partial", "Plat\u0103 par\u021bial\u0103", _s21_99, "Email plat\u0103 par\u021bial\u0103", "quote_email", "Email Ofert\u0103", _s16_185, "Memento nesf\xe2r\u0219it", _s16_187, "Filtrat \xeen func\u021bie de utilizator", "administrator", "Administrator", _s18_100, "Permite\u021bi utilizatorului s\u0103 gestioneze utilizatori, s\u0103 modifice set\u0103rile \u0219i \xeenregistr\u0103rile", "user_management", "Utilizatori", "users", "Utilizatori", "new_user", "Utilizator nou", "edit_user", "Modific\u0103 Utilizator", "created_user", "Utilizatorul a fost creat cu succes", "updated_user", "Utilizator actualizat", "archived_user", "Arhivare utilizator cu succes", "deleted_user", "Utilizator \u0219ters", "removed_user", "Utilizatorul a fost \xeendep\u0103rtat cu succes", "restored_user", "Utilizator restaurat", "archived_users", ":value utilizatori au fost arhiva\u021bi cu succes", "deleted_users", ":value utilizatori au fost elimina\u021bi cu succes", "removed_users", ":value utilizatori au fost \xeendep\u0103rta\u021bi cu succes", "restored_users", ":value utilizatori au fost restabili\u021bi cu succes", _s16_189, "Optiuni Generale", "invoice_options", "Op\u021biuni Factur\u0103", _s17_111, "Ascunde c\xe2mpul 'Pl\u0103tit p\xe2n\u0103 la'", _s22_72, "Afi\u0219eaz\u0103 'Pl\u0103tit pana la' dec\xe2t c\xe2nd plata a fost efectuat\u0103.", _s23_41, "\xcencorpora\u021bi documentele", _s28_30, "Include\u021bi o imagine ata\u0219at\u0103 facturii.", _s16_191, "Afi\u0219a\u021bi antetul", _s16_192, "Afi\u0219a\u021bi subsolul", "first_page", "Prima pagin\u0103", "all_pages", "Toate paginile", "last_page", "Ultima pagin\u0103", "primary_font", "Font primar", "secondary_font", "Font secundar", "primary_color", "Culoare Principal\u0103", "secondary_color", "Culoare Secundar\u0103", "page_size", "Dimensiune Pagin\u0103", "font_size", "Dimensiune Font", "quote_design", "Design-ul ofertei", "invoice_fields", "C\xe2mpuri Factur\u0103", "product_fields", "C\u0103mpurile produsului", "invoice_terms", "Termeni facturare", "invoice_footer", "Subsol Factur\u0103", "quote_terms", "Termeni Proform\u0103", "quote_footer", "Subsol Proform\u0103", _s18_101, "Trimite\u021bi automat un email", _s23_42, _s52_4, _s18_102, "Arhiva\u021bi automat", _s23_43, _s55_1, _s18_103, _s20_243, _s23_44, _s58_4, _s17_113, "Set\u0103ri flux de lucru", "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_115, "Trei Luni", _s16_193, "Patru Luni", "freq_six_months", "\u0218ase Luni", "freq_annually", "Anual", "freq_two_years", "Doi Ani", _s16_194, "Trei ani", "never", "Niciodat\u0103", "company", "Companie", _s17_116, "Numere generate", "charge_taxes", "Taxe", "next_reset", "Urm\u0103toarea resetare", "reset_counter", "Reseta\u021bi contor", _s16_195, "Prefix recurent", "number_padding", "Num\u0103r completare", "general", "General", "surcharge_field", "C\xe2mp cheltuieli", "company_field", "C\xe2mp companie", "company_value", "Valoare companie", "credit_field", "C\xe2mp credit", "invoice_field", "C\xe2mp factur\u0103", _s17_118, "Supratax\u0103 factur\u0103", "client_field", "C\xe2mp client", "product_field", "C\xe2mp produs", "payment_field", "C\xe2mp plat\u0103", "contact_field", "C\xe2mp contact", "vendor_field", "C\xe2mp furnizori", "expense_field", "C\xe2mp cheltuieli", "project_field", "C\xe2mp proiect", "task_field", "C\xe2mp sarcin\u0103", "group_field", "C\xe2mp grupuri", "number_counter", "Contor num\u0103r", "prefix", "Prefix", "number_pattern", "Model num\u0103r", "messages", "Mesaje", "custom_css", "Editeaza CSS", _s17_120, "JavaScript personalizat", _s16_197, "Afi\u0219a\u021bi \xeen PDF", _s21_101, "Afi\u0219a\u021bi semn\u0103tura clien\u021bilor \xeen PDF-ul facturii/ofertei.", _s25_54, "C\u0103su\u021b\u0103 pentru termenii facturii", _s30_12, "Cere clien\u021bilor s\u0103 confirme c\u0103 accept\u0103 termenii facturii.", _s23_45, "C\u0103su\u021b\u0103 pentru termenii ofertei", _s28_31, "Cere clien\u021bilor s\u0103 confirme c\u0103 accept\u0103 termenii ofertei.", _s25_55, "Semn\u0103tura de pe factur\u0103", _s30_13, "Cere clien\u021bilor s\u0103 furnizeze semn\u0103tura personal\u0103.", _s23_46, "Semn\u0103tura de pe ofert\u0103", _s22_74, "Facturi protejate cu parol\u0103", _s27_46, "V\u0103 permite s\u0103 seta\u021bi c\xe2te o parol\u0103 pentru fiecare contact. Odat\u0103 ce parola a fost setat\u0103, contactul va fi nevoit s\u0103 introduc\u0103 parola pentru a accesa facturile.", "authorization", "Autoriza\u021bie", "subdomain", "Subdomeniu", "domain", "Domeniu", "portal_mode", "Mod portal", "email_signature", "\xcen leg\u0103tur\u0103 cu,", _s24_56, "Facilita\u021bi clien\u021bilor plata, ata\u0219\xe2nd marcajul schema.org email-urilor dumneavoastr\u0103.", "plain", "Simplu", "light", "Deschisa", "dark", "Intunecata", "email_design", "Design Email", "attach_pdf", "Ata\u0219a\u021bi un PDF", _s16_198, "Ata\u0219a\u021bi documente", "attach_ubl", "Ata\u0219a\u021bi UBL", "email_style", "Stil email", _s19_68, "Activa\u021bi marcajul", "reply_to_email", "Adres\u0103 email de r\u0103spuns", "reply_to_name", "Nume de r\u0103spuns", "bcc_email", "Email BCC\xa0", "processed", "Procesat", "credit_card", "Card de Credit", "bank_transfer", "Transfer Bancar", "priority", "Prioritate", "fee_amount", "Sum\u0103 tax\u0103", "fee_percent", "Procent tax\u0103", "fee_cap", "Plafon tax\u0103", "limits_and_fees", "Limite/Taxe", "enable_min", "Activa\u021bi min", "enable_max", "Activa\u021bi max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_69, "Sigle de card acceptate", "credentials", "Creden\u021biale", "update_address", "Actualizeaz\u0103 Adresa", _s19_71, "Actualizeaz\u0103 adresa clientului cu detaliile trimise", "rate", "Valoare", "tax_rate", "Valoare Tax\u0103", "new_tax_rate", "Cot\u0103 nou\u0103 de impozitare", "edit_tax_rate", "Editeaz\u0103 valoare tax\u0103", _s16_200, "Valoare tax\u0103 creat\u0103 cu succes", _s16_201, "Valoare tax\u0103 actualizat\u0103 cu succes", _s17_123, "Valoare tax\u0103 arhivat\u0103 cu succes", _s16_202, "Rata de impozitare a fost eliminat\u0103 cu succes", _s17_124, "Rata de impozitare a fost restabilit\u0103 cu succes", _s18_104, ":value cote de impozitare au fost arhivate cu succes", _s17_125, ":value cote de impozitare au fost eliminate cu succes", _s18_105, ":value cote de impozitare au fost restabilite cu succes", "fill_products", "Completeaz\u0103 automat produsele", _s18_106, "Aleg\xe2nd un produs descrierea \u0219i pre\u021bul vor fi completate automat", "update_products", "Actualizare automat\u0103 a produselor", _s20_96, "Actualiz\xe2nd o factur\u0103 se va actualiza si libr\u0103ria de produse", _s16_203, "Converti\u021bi produse", _s21_102, "Converti\u021bi automat pre\u021bul produselor \xeen valuta clientului", "fees", "Taxe", "limits", "Limite", "provider", "Furnizor", "company_gateway", "Cale de acces plat\u0103", _s16_205, "C\u0103i de acces plat\u0103", _s19_72, "Cale de acces nou\u0103", _s20_97, "Modifica\u021bi calea de acces", _s23_47, "Calea de acces a fost creat\u0103 cu succes", _s23_48, "Calea de acces a fost actualizat\u0103 cu succes", _s24_57, "Calea de acces a fost arhivat\u0103 cu succes", _s23_49, "Calea de acces a fost eliminat\u0103 cu succes", _s24_58, "Calea de acces a fost restabilit\u0103 cu succes", _s25_57, ":value c\u0103i de acces au fost arhivate cu succes", _s24_59, ":value c\u0103i de acces au fost eliminate cu succes", _s25_58, ":value c\u0103i de acces au fost restabilite cu succes", _s16_207, "Continua\u021bi modific\u0103rile", "discard_changes", "Renun\u021ba\u021bi la modific\u0103ri", "default_value", "Valoare implicit\u0103", "disabled", "Dezactivat", "currency_format", "Format valut\u0103", _s21_103, "Prima zi a s\u0103pt\u0103m\xe2nii", _s23_50, "Prima lun\u0103 a anului", "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", "Simbol", "ocde", "Cod", "date_format", "Format dat\u0103", "datetime_format", "Format dat\u0103/or\u0103", "military_time", "Format 24 Ore", _s18_107, "Afi\u0219are 24 de ore", "send_reminders", _s20_244, "timezone", "Fus orar", _s19_73, "Filtra\u021bi dup\u0103 proiect", _s17_126, "Filtrat \xeen func\u021bie de grup", _s19_75, "Filtrat \xeen func\u021bie de factur\u0103", _s18_108, "Filtrat \xeen func\u021bie de client", _s18_110, "Filtrat \xeen func\u021bie de furnizor", "group_settings", "Set\u0103ri grup", "group", "Grup", "groups", "Grupuri", "new_group", "Grup nou", "edit_group", "Modifica\u021bi grupul", "created_group", "Grupul a fost creat cu succes", "updated_group", "Grupul a fost actualziat cu succes", "archived_groups", ":value grupuri au fost arhivate cu succes", "deleted_groups", ":value grupuri au fost eliminate cu succes", "restored_groups", ":value grupuri au fost restabilite cu succes", "archived_group", "Grupul a fost arhivat cu succes", "deleted_group", "Grupul a fost eliminat cu succes", "restored_group", "Grupul a fost restabilit cu succes", "upload_logo", "\xcenc\u0103rca\u021bi sigla", "uploaded_logo", "Sigla a fost \xeenc\u0103rcat\u0103 cu succes", "logo", "Logo", "saved_settings", "Sigla a fost salvat\u0103 cu succes", _s16_209, "Op\u021biuni Produs", "device_settings", "Set\u0103ri dispozitiv", "defaults", "Implicit", "basic_settings", "Op\u021biuni de baz\u0103", _s17_128, "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", "Butoane Cump\u0103ra\u021bi acum", "email_settings", "Setari email", _s23_52, "\u0218abloane & Notific\u0103ri", _s22_75, _s26_126, _s19_77, "Vizualizare Date", "price", "Pre\u021b", "email_sign_up", "\xcenscriere prin email", "google_sign_up", "\xcenscriere prin Google", _s27_50, "V\u0103 mul\u021bumim!", "redeem", "R\u0103scump\u0103ra\u021bi", "back", "\xcenapoi", "past_purchases", "Achizi\u021bii anterioare", _s19_79, "Abonament anual", "pro_plan", "Pachetul PRO", "enterprise_plan", "Plan pentru \xeentreprinderi", "count_users", ":count utilizatori", "upgrade", "Upgrade", _s25_59, "Prenume", _s24_60, "Nume", _s33_30, "Pentru a crea contul, trebuie s\u0103 fi\u021bi de acord cu termenii de serviciu \u0219i cu politica de confiden\u021bialitate.", "i_agree_to_the", "Sunt de acord cu", _s16_211, "Termenii Serviciului", "privacy_policy", "Politic\u0103 de confiden\u021bialitate", "sign_up", "Inscrie-te", "account_login", "Autentificare", "view_website", "Vizualiza\u021bi site-ul", "create_account", "Crea\u021bi un cont", "email_login", "Email pentru autentificare", "create_new", "Nou", _s18_112, "Nu a fost selectat\u0103 nicio \xeenregistrare", _s21_106, "Salva\u021bi sau anula\u021bi modific\u0103rile", "download", "Descarca", _s27_51, "Solicita\u021bi un plan pentru \xeentreprinderi", "take_picture", "Face\u021bi o fotografie", "upload_files", "Upload Files", "document", "Document", "documents", "Documente", "new_document", "Document nou", "edit_document", "Modifica\u021bi documentul", _s17_130, "Documentul a fost \xeenc\u0103rcat cu succes", _s16_213, "Documentul a fost actualizat cu succes", _s17_131, "Documentul a fost arhivat cu succes", _s16_214, "Documentul a fost eliminat cu succes", _s17_132, "Documentul a fost restabilit cu succes", _s18_114, ":value documente au fost arhivate cu succes", _s17_133, ":value documente au fost eliminate cu succes", _s18_115, ":value documente au fost restabilite cu succes", "no_history", "Nu exist\u0103 istoric", "expense_date", "Data pl\u0103\u021bii", "pending", "\xcen a\u0219teptare", _s16_215, "Conectat", _s16_216, "\xcen a\u0219teptare", _s16_217, "Facturat", "converted", "Transform\u0103", _s24_62, "Ata\u0219a\u021bi documente facturii", "exchange_rate", "Curs Valutar", _s16_218, "Transform\u0103 moneda", "mark_paid", "Marca\u021bi ca achitat", "category", "Categorie", "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", "Furnizorul a fost restabilit cu succes", _s16_219, ":count furnizori arhiva\u021bi cu succes", "deleted_vendors", ":count furnizori \u0219tersi cu succes", _s16_220, ":value furnizori au fost restabili\u021bi cu succes", "new_expense", "Introdu Cheltuial\u0103", "created_expense", "Plata a fost creat\u0103 cu succes", "updated_expense", "Plata a fost actualizat\u0103 cu succes", _s16_221, "Cheltuial\u0103 arhivat\u0103 cu succes", "deleted_expense", "Cheltuial\u0103 \u0219tears\u0103 cu succes", _s16_222, "Cheltuielile au fost restabilite cu succes", _s17_134, "Cheltuieli arhivate cu succes", _s16_223, "Cheltuieli \u0219terse cu succes", _s17_135, ":value cheltuieli au fost restabilite cu succes", "copy_shipping", "Copia\u021bi livrarea", "copy_billing", "Copia\u021bi facturarea", "design", "Design", _s21_107, "\xcenregistrarea nu a putut fi g\u0103sit\u0103", "invoiced", "Facturat", "logged", "\xcenregistrat", "running", "\xcen derulare", "resume", "Continu\u0103", "task_errors", "Te rog corecteaz\u0103 suprapunerea timpilor", "start", "Start", "stop", "Stop", "started_task", "Sarcina a \xeenceput cu succes", "stopped_task", "Task oprit", "resumed_task", "Sarcina a fost reluat\u0103 cu succes", "now", "Acum", _s16_224, "Sarcini care pornesc automat", "timer", "Cronometru", "manual", "Manual", "budgeted", "Bugetat", "start_time", "Timp pornire", "end_time", "Timp \xeencheiere", "date", "Data", "times", "Timp", "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", ":value sarcini au fost restabilite cu succes", _s19_81, "Introduce\u021bi un nume", "budgeted_hours", "Ore bugetate", "created_project", "Proiectul a fost creat cu succes", "updated_project", "Proiectul a fost actualizat cu succes", _s16_226, "Proiectul a fost arhivat cu succes", "deleted_project", "Proiectul a fost eliminat cu succes", _s16_227, "Proiectul a fost restabilit cu succes", _s17_136, ":count proiecte au fost arhivate cu succes", _s16_228, ":count proiecte au fost eliminate cu succes", _s17_137, ":value proiecte au fost restabilite cu succes", "new_project", "Proiect nou", _s27_55, "V\u0103 mul\u021bumim!", "if_you_like_it", "Dac\u0103 v\u0103 place, v\u0103 rug\u0103m s\u0103", "click_here", "apas\u0103 aici", _s18_116, "Click aici", "to_rate_it", "s\u0103-i oferi\u021bi un rating.", "average", "Medie", "unapproved", "Neaprobat", _s30_18, "Autentifica\u021bi-v\u0103 pentru a modifica aceast\u0103 setare", "locked", "Blocat", "authenticate", _s16_479, _s19_83, _s16_479, _s24_64, "Autentificare biometric\u0103", "footer", "Subsol", "compare", "Compar\u0103", "hosted_login", "Autentificare g\u0103zduit\u0103", "selfhost_login", "Autentificare auto-g\u0103zduit\u0103", "google_sign_in", "\xcenscrie\u021bi-v\u0103 cu Google", "today", "Ast\u0103zi", "custom_range", "Interval personalizat", "date_range", "Interval calendaristic", "current", "Curent", "previous", "Anterior", "current_period", "Perioada Curent\u0103", _s17_138, "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", "all_time", "All Time", "custom", "Personalizat", _s16_229, "Multiplica\u021bi \xeen Factur\u0103", "clone_to_quote", "Multiplica\u021bi \xeen Ofert\u0103", "clone_to_credit", "Multiplica\u021bi \xeen credit", "view_invoice", "Vizualizare Factur\u0103", "convert", "Converti\u021bi", "more", "Mai mult", "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", "Modifica\u021bi plata", "edit_vendor", "Editeaz\u0103 Furnizor", "edit_project", "Editeaz\u0103 Proiect", _s20_99, "Editare oferta recurenta", "billing_address", "Adres\u0103 de facturare", _s16_231, "Adres\u0103 livrare", "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", "Sorta\u021bi", "search", "Cauta", "active", "Activ", "archived", "Arhivat", "deleted", "\u0218ters", "dashboard", "Panou Control", "archive", "Arhiva", "delete", "Sterge", "restore", "Restaureaz\u0103", _s16_233, "Re\xeenc\u0103rcare finalizat\u0103", _s23_53, "Introduce\u021bi email-ul", _s26_43, "Introduce\u021bi parola", _s21_110, "Introduce\u021bi URL-ul", _s26_45, "Introduce\u021bi o cheie de produs", "ascending", "Cresc\u0103tor", "descending", "Descresc\u0103tor", "save", "Salveaza", _s17_140, "S-a produs o eroare", "paid_to_date", "Pl\u0103tit P\xe2na Acum", "balance_due", "Total De Plat\u0103", "balance", "Balanta", "overview", "Prezentare general\u0103", "details", "Detalii", "phone", "Telefon", "website", "Site web", "vat_number", "C.I.F.", "id_number", "Nr. Reg. Com.", "create", "Creaza", _s19_85, ":value copiat\u0103 \xeen clipboard", "error", "Eroare", _s16_235, "Nu a putut s\u0103 porneasc\u0103", "contacts", "Contacte", "additional", "Adi\u021bional", "first_name", "Prenume", "last_name", "Nume", "add_contact", "Adauga contact", "are_you_sure", "Sigur?", "cancel", "Renunta", "ok", "Ok", "remove", "\xcendep\u0103rta\u021bi", _s16_237, "Email-ul nu este valid", "product", "Produs", "products", "Produse", "new_product", "Produs nou", "created_product", "Produs creat cu succes", "updated_product", "Produs actualizat cu succes", _s16_239, "Produs arhivat cu succes", "deleted_product", "Produsul a fost eliminat cu succes", _s16_240, "Produsul a fost restabilit cu succes", _s17_142, ":count produse au fost arhivate cu succes", _s16_241, ":count produse au fost eliminate cu succes", _s17_143, ":value produse au fost restabilite cu succes", "product_key", "Produs", "notes", "Noti\u021be", "cost", "Costuri", "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_242, ":count clienti arhivat cu succes.", "deleted_client", "Client sters cu succes.", "deleted_clients", ":count clienti stersi cu succes.", "restored_client", "Client restaurat", _s16_243, ":value clien\u021bi au fost restabili\u021bi cu succes", "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_244, "Factura arhivata cu succes.", "deleted_invoice", "Factura stearsa cu succes.", _s16_245, "Factur\u0103 restaurat\u0103", _s17_144, ":count facturi arhivate cu succes.", _s16_246, ":count facturi sterse cu succes", _s17_145, ":value facturi au fost restabilite cu succes", "emailed_invoice", "Factura trimisa pe email cu succes", "emailed_payment", "Plata a fost trimis\u0103 cu succes", "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", "Note publice", "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", "Articole", "partial_deposit", "Par\u021bial/Depozit", "description", "Descriere", "unit_cost", "Pre\u021b unitar", "quantity", "Cantitate", "add_item", "Ad\u0103uga\u021bi articol", "contact", "Contact", "work_phone", "Telefon", "total_amount", "Sum\u0103 total\u0103", "pdf", "PDF", "due_date", "Scaden\u021ba", _s16_247, "Dat\u0103 scadent\u0103 par\u021bial\u0103", "paid_date", "Paid Date", "status", "Stare", _s17_146, "Stare factur\u0103", "quote_status", "Status oferta", _s22_76, "Click + pentru a ad\u0103uga un articol", _s22_78, "Click + to pentru a ad\u0103uga un timp", "count_selected", ":count selectate", "total", "Total", "percent", "Procent", "edit", "Modifica", "dismiss", "Respinge\u021bi", _s20_101, "Selecta\u021bi o dat\u0103", _s22_79, "Selecta\u021bi un client", _s24_66, "Te rugam selecteaza o oferta", "task_rate", "Rat\u0103 sarcin\u0103", "settings", "Setari", "language", "Limb\u0103", "currency", "Valut\u0103", "created_at", "Data creat\u0103", "created_on", "Creat la", "updated_at", "Actualizat/actualizat\u0103", "tax", "Tax\u0103", _s30_20, "Introduce\u021bi un num\u0103r de factur\u0103", _s27_59, "Introduce\u021bi un num\u0103r de ofert\u0103", "past_due", "\xcent\xe2rziat", "draft", "Schi\u021b\u0103", "sent", "Trimis", "viewed", "Vizualizat", "approved", "Aprobat", "partial", "Par\u021bial/Depunere", "paid", "Pl\u0103tit", "mark_sent", "Marcheaz\u0103 ca trimis", _s22_81, "Factur\u0103 marcat\u0103 cu succes ca trimis\u0103", _s22_82, _s35_21, _s23_55, "Facturile au fost marcate ca trimise cu succes", _s23_56, _s36_15, "done", "Gata", _s37_22, "Introduce\u021bi un nume de client sau de contact", "dark_mode", "Mod \xeentunecat", _s27_61, "Reporni\u021bi aplica\u021bia pentru a aplica modific\u0103rile", "refresh_data", "Reactualizeaza datele", "blank_contact", "Contact gol", "activity", "Activitate", _s16_249, "Nu exista inregistrari", "clone", "Multiplic\u0103", "loading", "Se \xeencarc\u0103", "industry", "Industrie", "size", "Dimensiune", "payment_terms", "Termeni de plat\u0103", "payment_date", "Data platii", "payment_status", "Status plata", _s16_251, "\xcen a\u0219teptare", _s16_252, "Golit", _s16_253, "Nu a reu\u0219it", _s16_254, "Finalizat(\u0103)", _s16_255, "Rambursat\u0103 par\u021bial", _s16_256, "Rambursat\u0103", _s17_147, "Neaplicat(\u0103)", _s17_148, _s17_333, "net", "Net", "client_portal", "Portal Client", "show_tasks", "Arata sarcini", "email_reminders", _s20_244, "enabled", "Activat", "recipients", "Destinatari", "initial_email", "Email ini\u021bial", "first_reminder", "Prima Notificare", "second_reminder", "A Doua Notificare", "third_reminder", "A Treia Notificare", "reminder1", "Primul memento", "reminder2", "Al doilea memento", "reminder3", "Al treilea memento", "template", "\u0218ablon", "send", "Trimite", "subject", "Subiect", "body", "Mesaj", "send_email", "Trimite Email", "email_receipt", "Trimite pe email dovada pl\u0103\u021bii", "auto_billing", "Facturare automat\u0103", "button", "Buton", "preview", "Previzualizare", "customize", "Personalizeaza", "history", "Istoric", "payment", "Plata", "payments", "Plati", "refunded", "Rambursat\u0103", "payment_type", "Tip de plat\u0103", _s21_112, "Referinta tranzactie", "enter_payment", "Introdu plata", "new_payment", "Introdu plata", "created_payment", "Plata creata cu succes.", "updated_payment", "Plat\u0103 actualizat\u0103", _s16_257, "Plata arhivata cu succes", "deleted_payment", "Plata stearsa cu succes.", _s16_258, "Plat\u0103 restaurat\u0103", _s17_149, ":count plati arhivate cu succes", _s16_259, ":count plati sterse cu succes.", _s17_150, ":value pl\u0103\u021bi au fost restabilite cu succes", "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", ":value oferte au fost restabilite cu succes", "expense", "Cheltuial\u0103", "expenses", "Cheltuieli", "vendor", "Furnizor", "vendors", "Vendors", "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", _s82_, "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", ":user a anulat plat\u0103 :payment \xeen valoare de :payment_amount", "activity_40", ":user a rambursat :adjustment plata :payment \xeen valoare de :payment_amount", "activity_41", "Plata (:payment) :payment_amount nu a putut fi efectuat\u0103", "activity_42", ":user a creat o sarcin\u0103 :task", "activity_43", ":user a actualizat o sarcin\u0103 :task", "activity_44", ":user a \xeendeplinit o sarcin\u0103 :task", "activity_45", ":user a eliminat o sarcin\u0103 :task", "activity_46", ":user a restabilit o sarcin\u0103 :task", "activity_47", ":user a actualizat o plat\u0103 :expense", "activity_48", ":user a creat un utilizator :user", "activity_49", ":user a actualizat un utilizator :user", "activity_50", ":user a realizat un utilizator :user", "activity_51", ":user a eliminat un utilizator :user", "activity_52", ":user a restabilit un utilizator :user", "activity_53", ":user a marcat ca trimis :invoice", "activity_54", ":user a pl\u0103tit factura :invoice", "activity_55", ":contact a r\u0103spuns tichetului :ticket", "activity_56", ":user a vizualizat tichetul :ticket", "activity_57", "Factura :invoice nu a putut fi trimis\u0103", "activity_58", ":user a inversat factura :invoice", "activity_59", ":user a anulat factura :invoice", "activity_60", ":contact a vizualizat oferta :quote", "activity_61", ":user a actualizat clientul :client", "activity_62", ":user a actualizat furnizorul :vendor", "activity_63", ":user a trimis primul memento pentru factura :invoice c\u0103tre :contact", "activity_64", ":user a trimis al doilea memento pentru factura :invoice c\u0103tre :contact", "activity_65", ":user a trimis al treilea memento pentru factura :invoice c\u0103tre :contact", "activity_66", ":user a trimis un memento ne\xeencetat pentru factura :invoice c\u0103tre :contact", "activity_80", ":user a creat abonamentul :subscription", "activity_81", ":user a actualizat abonamentul :subscription", "activity_82", ":user a arhivat abonamentul :subscription", "activity_83", ":user a eliminat abonamentul :subscription", "activity_84", ":user a restabilit abonamentul :subscription", _s17_151, "Parol\u0103 pentru o singur\u0103 utilizare", "emailed_quote", "Proform\u0103 trimis\u0103 cu succes", "emailed_credit", "Creditul a fost trimis cu succes", _s20_103, "Oferta a fost marcat\u0103 cu succes ca trimis\u0103", _s21_114, "Creditul a fost marcat ca trimis cu succes", "expired", "Expirat", "all", "Tot", "select", "Selecteaza", _s22_83, "Selectare multipl\u0103 prin ap\u0103sare continu\u0103", "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Valoare personalizat\u0103 3", "custom_value4", "Valoare personalizat\u0103 4", _s18_117, "Personaliza\u021bi stilul email-ului", _s24_71, "Personaliza\u021bi mesajul de pe panoul de control", _s29_46, "Personaliza\u021bi mesajul pentru facturi neachitate", _s27_66, "Personaliza\u021bi mesajul pentru facturi achitate", _s31_24, "Personaliza\u021bi mesajul pentru ofertele neaprobate", "lock_invoices", "Bloca\u021bi facturi", "translations", "Traduceri", _s19_86, "Model num\u0103r sarcin\u0103", _s19_88, "Model num\u0103r contor", _s22_85, "Model num\u0103r cheltuieli", _s22_87, "Contor num\u0103r cheltuieli", _s21_115, "Model num\u0103r furnizor", _s21_117, "Contor num\u0103r furnizor", _s21_119, "Model num\u0103r tichet", _s21_121, "Contor num\u0103r tichet", _s22_89, "Model num\u0103r plat\u0103", _s22_91, "Contor num\u0103r plat\u0103", _s22_93, "Model num\u0103r factur\u0103", _s22_95, "Plaj\u0103 num\u0103r factur\u0103", _s20_104, "Model num\u0103r ofert\u0103", _s20_106, "Plaj\u0103 num\u0103r proform\u0103", _s21_123, _s18_307, _s21_125, _s19_230, _s21_127, _s18_307, _s21_128, _s19_230, _s18_119, "Reseta\u021bi dat\u0103 contor", "counter_padding", "Completare contor", _s28_66, _s27_75, _s18_121, "Nume tax\u0103 implicit 1", _s18_123, "Cot\u0103 tax\u0103 implicit\u0103 1", _s18_125, "Nume tax\u0103 implicit 2", _s18_127, "Cot\u0103 tax\u0103 implicit\u0103 2", _s18_129, "Nume tax\u0103 implicit 3", _s18_131, "Cot\u0103 tax\u0103 implicit\u0103 3", _s21_129, "Subiect email factur\u0103", _s19_90, "Subiect email ofert\u0103", _s21_131, "Subiect email plat\u0103", _s29_48, "Subiect email plat\u0103 par\u021bial\u0103", "show_table", "Afi\u0219a\u021bi tabel", "show_list", "Afi\u0219a\u021bi list\u0103", "client_city", "Ora\u0219 client", "client_state", "Stat client", "client_country", "\u021aar\u0103 client", _s16_260, "Clientul este activ", "client_balance", "Sold client", "client_address1", "Strad\u0103 client", "client_address2", "Apartament client", "vendor_address1", "Strad\u0103 furnizor", "vendor_address2", "Apartament furnizor", _s24_73, "Strad\u0103 livrare client", _s24_74, "Apartament livrare client", "type", "Tip", "invoice_amount", "Valoare Factur\u0103", _s16_264, "Data Scadenta", "tax_rate1", "Cot\u0103 tax\u0103 1", "tax_rate2", "Cot\u0103 tax\u0103 2", "tax_rate3", "Cot\u0103 tax\u0103 3", "auto_bill", "Auto Facturare", "archived_at", "Arhivat la", "has_expenses", "Are cheltuieli", "custom_taxes1", "Taxe personalizate 1", "custom_taxes2", "Taxe personalizate 2", "custom_taxes3", "Taxe personalizate 3", "custom_taxes4", "Taxe personalizate 4", _s17_153, _s25_132, _s17_154, _s25_133, _s17_155, _s25_134, _s17_156, _s25_135, "is_deleted", "A fost eliminat", "vendor_city", "Ora\u0219 furnizor", "vendor_state", "Stat furnizor", "vendor_country", "\u021aar\u0103 furnizor", "is_approved", "A fost aprobat\u0103", "tax_name", "Nume fiscal", "tax_amount", "Tax\u0103", "tax_paid", "Tax\u0103 pl\u0103tit\u0103", "payment_amount", "Valoare plata", "age", "Vechime", "is_running", "Se deruleaz\u0103", "time_log", "Log Timp", "bank_id", "Banca", _s19_92, "ID categorie cheltuieli", _s16_265, "Categorie de cheltuieli", _s19_94, "ID-ul monedei de pe factur\u0103", "tax_name1", "Nume 1 tax\u0103", "tax_name2", "Nume 2 tax\u0103", "tax_name3", "Nume 3 tax\u0103", "transaction_id", "ID tranzac\u021bie", _s18_133, "Schem\u0103 de culori stare", _s16_266, "Schem\u0103 de culori \xeenc\u0103rcare"], t1, t1), "ru_RU", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0439\u0441\u044f", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "Admin", "owner", "Owner", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Total Hours", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "\u041e\u043f\u043b\u0430\u0447\u0438\u0432\u0430\u0435\u043c\u044b\u0439", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, _s22_4, _s25_5, _s25_6, _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", _s39_11, _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", "Payment Links", "action", "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0435", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "Schedule", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443", "archive_invoice", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0447\u0451\u0442", "archive_quote", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0443", "archive_credit", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u0440\u0435\u0434\u0438\u0442", "archive_task", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u0438\u0435", "archive_client", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "archive_project", "Archive Project", "archive_expense", "Archive Expense", "restore_payment", "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u043b\u0430\u0442\u0451\u0436", "restore_invoice", "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u0447\u0451\u0442", "restore_quote", "Restore Quote", "restore_credit", "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043a\u0440\u0435\u0434\u0438\u0442", "restore_task", "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u0438\u0435", "restore_client", "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "restore_project", "Restore Project", "restore_expense", "Restore Expense", "archive_vendor", "Archive Vendor", "restore_vendor", "Restore Vendor", "create_product", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0442\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0443", "update_product", "Update Product", "delete_product", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0442\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0443", "restore_product", "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0442\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0443", "archive_product", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0443", _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "\u041c\u0435\u0442\u043e\u0434\u044b \u043e\u043f\u043b\u0430\u0442\u044b", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", "Postal/City", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "\u0427\u0430\u0441", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Last 365 Days", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, _s35_, "upload", "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c", _s17_7, _s17_8, _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Update Payment", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "Delete Project", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, _s21_17, _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u043f\u043e \u0443\u043c\u043b\u043e\u0447\u0430\u043d\u0438\u044e", _s22_12, "\u0421\u0434\u0435\u043b\u0430\u0442\u044c \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b\u043e\u043c \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e", "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, _s21_23, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, _s33_2, _s20_18, _s33_3, _s17_14, _s17_15, _s16_28, _s16_29, "account_type", "Account type", _s16_30, _s16_268, _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "Selected", _s21_24, _s34_2, _s18_15, _s18_16, "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "Update Credit", "delete_credit", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u0440\u0435\u0434\u0438\u0442", "transaction", "Transaction", "transactions", "Transactions", "new_transaction", "New Transaction", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, _s26_7, "bank_account", "Bank Account", "bank_accounts", _s20_98, _s21_25, _s34_3, _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Connect", _s23_9, _s23_10, _s18_19, _s18_20, "client_email", "Client Email", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_27, "Active Invoices", _s26_8, _s20_26, _s24_16, _s18_21, _s23_11, _s17_18, _s19_22, "Active Quotes", _s21_28, "Approved Quotes", _s23_12, _s17_19, _s18_22, "Logged Tasks", _s20_27, "Invoiced Tasks", _s16_35, "Paid Tasks", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s44_0, "activity_131", _s44_1, "activity_132", _s45_3, "activity_133", _s44_2, "activity_134", _s45_4, "activity_135", _s44_3, "activity_136", _s46_1, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, _s39_3, "resend", "Resend", "verify", "Verify", _s18_23, _s29_10, _s20_28, _s20_29, _s19_23, _s19_24, _s24_18, _s46_2, _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Merge Into", "merge", "\u041e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c", _s21_32, _s21_33, _s19_25, _s29_11, _s17_23, _s17_24, "activate", "Activate", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", "Send Now", "received", "Received", _s19_26, _s19_27, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_4, _s34_7, _s47_, _s22_19, _s22_20, _s22_21, _s22_22, _s27_10, _s34_8, _s24_19, _s25_13, "yes_its_great", _s16_42, "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", "Vendor Details", _s22_26, _s22_27, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Send Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Accepted", _s22_28, _s22_29, _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, _s24_22, _s37_5, _s42_2, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_30, _s18_31, _s19_29, _s19_30, _s22_33, _s35_3, _s22_34, _s35_4, _s23_17, _s36_0, _s22_35, _s35_5, _s22_36, _s35_6, _s23_18, _s36_1, _s21_40, _s21_41, _s22_37, _s22_38, "login_url", "Login URL", _s16_46, _s16_47, "default", "Default", "stock_quantity", "Stock Quantity", _s22_39, _s22_40, "track_inventory", "Track Inventory", _s20_41, _s63_0, _s19_31, _s19_32, _s24_23, _s50_2, "vat", "VAT", "standing", "\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435", "view_map", "View Map", _s18_32, _s18_33, "add_gateway", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043b\u0430\u0442\u0451\u0436\u043d\u044b\u0439 \u0448\u043b\u044e\u0437", _s24_24, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_25, _s24_26, _s31_6, "Invoice Sent", _s24_27, _s24_28, _s29_13, _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_33, _s63_1, "use_quote_terms", "Use Quote Terms", _s20_42, _s37_6, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, _s45_6, "register_label", _s30_4, "login_label", _s28_9, "add_to_invoice", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0441\u0447\u0435\u0442 :invoice", _s17_30, _s17_31, "week", "\u041d\u0435\u0434\u0435\u043b\u044f", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, _s46_14, _s20_44, _s20_45, _s25_15, _s45_11, _s16_48, _s16_49, "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_8, "change_status", "Change Status", "fees_sample", _s46_7, _s19_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", _s33_11, "stopped_tasks", _s33_12, "approved_quote", _s27_68, "approved_quotes", _s35_7, "approve", "\u041e\u0434\u043e\u0431\u0440\u0438\u0442\u044c", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, _s16_269, _s24_30, _s44_6, "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_51, _s16_52, "purged_client", _s26_12, _s27_16, _s77_0, _s22_42, _s34_9, "small", "Small", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_54, _s16_55, _s21_48, _s42_3, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_17, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_49, _s30_5, "set_password", "\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c", _s17_33, _s59_, _s16_58, _s58_1, _s20_49, _s33_13, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_50, "becs", _s17_158, "bulk_download", "Download", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, _s18_35, _s17_35, _s17_36, "has_tasks", "Has Tasks", "registration", "Registration", _s27_18, _s50_7, "view_expense", _s23_63, "view_statement", "View Statement", "sepa", _s17_159, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s18_37, "system", "\u0421\u0438\u0447\u0442\u0435\u043c\u0430", _s19_38, _s19_39, "updated_company", _s28_10, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, _s40_2, _s27_19, _s43_0, "app", "App", _s20_50, _s46_8, _s16_59, _s16_270, _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "From Name", _s16_60, _s16_61, _s17_38, _s17_39, _s18_39, _s18_40, _s21_50, _s21_51, _s22_44, _s22_45, _s25_16, _s38_2, _s25_17, "\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_13, _s39_4, _s25_18, _s38_4, _s25_19, _s38_5, _s26_14, _s39_5, _s24_32, _s24_33, _s25_20, _s25_21, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_42, _s32_9, "is_invoiced", "Is Invoiced", "change_plan", "Manage Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_62, _s16_63, _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "Decimal Comma", _s26_15, _s35_9, "select_method", "Select Method", "select_platform", "Select Platform", _s28_13, _s42_4, _s16_66, _s27_69, "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "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_41, _s18_42, "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_9, _s31_10, _s25_22, _s25_23, _s33_14, _s33_15, _s27_20, _s27_21, _s36_3, _s36_4, _s31_11, _s31_12, _s25_24, _s25_25, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_22, _s57_0, _s21_52, _s62_1, "change_email", "Change Email", _s25_26, _s52_0, _s21_53, _s21_54, "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_40, _s28_14, _s19_43, _s48_0, "json", "JSON", _s24_34, _s24_35, "wait_for_data", _s42_5, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_67, _s16_68, _s18_43, _s40_3, "login_success", _s16_69, "login_failure", "Failed Login", "exported_data", _s67_, _s23_23, _s23_24, _s28_15, _s41_3, "step_1_sign_in", "Step 1: Sign In", _s16_70, _s17_41, "account_id", "Account ID", _s27_22, _s35_11, "activity_100", _s50_8, "activity_101", _s50_9, "activity_102", _s51_3, "activity_103", _s50_10, "activity_104", _s51_4, _s18_44, _s18_45, _s23_25, _s35_12, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_71, _s16_72, _s18_46, _s31_13, _s16_73, _s16_74, "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_47, _s18_48, _s17_42, _s17_43, "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_2, _s21_55, _s53_, _s25_27, _s37_8, _s17_44, _s17_45, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, _s21_57, _s17_46, _s17_47, "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_49, _s18_50, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_51, _s18_52, _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Email Delivery", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, _s22_47, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, _s26_18, "connect_gmail", "Connect Gmail", _s16_81, _s16_82, "connected_gmail", _s28_16, _s18_55, _s31_14, _s16_83, _s100_, _s16_84, _s16_85, "count_minutes", ":count Minutes", _s16_86, _s16_87, _s29_15, _s28_67, "use_last_email", "Use last email", _s16_88, _s16_89, _s21_65, _s51_7, _s27_24, _s35_13, _s27_25, _s27_26, _s34_13, _s52_1, "help_translate", "Help Translate", _s23_26, _s23_27, "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_45, _s25_28, _s16_90, _s30_6, _s19_46, _s33_20, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_10, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_66, _s46_9, _s18_56, _s46_10, "connect_google", "Connect Google", _s17_50, _s17_51, _s17_52, _s25_70, _s18_57, _s18_58, _s34_14, _s34_15, "stay_logged_in", "Stay Logged In", _s23_28, _s40_4, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_47, _s19_48, _s17_53, _s17_54, "resend_email", "Resend Email", _s26_19, _s33_21, _s16_91, _s16_290, _s19_49, _s19_50, _s19_51, _s45_8, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_55, _s17_56, _s27_27, _s51_5, _s21_67, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_59, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432 \u0441\u0447\u0451\u0442", _s16_92, _s16_93, "invoice_project", "Invoice Project", "invoice_task", "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432 \u0441\u0447\u0435\u0442", "invoice_expense", "Invoice Expense", _s19_52, _s21_68, _s20_59, _s27_28, _s16_94, _s16_95, "save_and_email", "Save and Email", _s16_96, _s16_97, _s16_98, _s16_99, _s17_57, _s17_58, _s22_48, _s22_49, _s24_36, _s24_37, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_59, "\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_60, _s34_16, "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_69, _s21_70, _s26_20, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_61, _s17_62, "update_app", "Update App", "started_import", _s27_29, _s24_38, _s24_39, _s20_61, _s20_62, _s18_61, _s18_62, "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_29, _s29_16, "select_file", "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u0444\u0430\u0439\u043b", _s16_100, _s16_101, "csv_file", "CSV-\u0444\u0430\u0439\u043b", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_50, _s24_40, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_63, _s17_64, "sidebar_editor", "Sidebar Editor", _s22_51, _s31_15, "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_41, _s24_42, _s24_43, _s24_44, "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_29, "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_45, _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_65, _s17_66, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_102, _s16_103, _s19_53, _s32_11, _s19_54, _s31_26, _s20_63, _s33_22, _s19_55, _s32_12, _s19_56, _s32_13, _s20_64, _s33_23, _s22_52, _s42_6, _s21_71, _s41_4, _s22_53, _s42_7, _s18_63, _s20_65, _s20_66, _s27_30, _s16_104, _s16_105, _s21_72, _s52_2, _s20_67, _s20_68, _s25_30, _s42_8, _s20_69, _s20_70, _s25_31, _s42_9, _s21_73, _s25_32, _s18_64, _s18_65, "task_settings", "Task Settings", _s20_71, _s20_72, _s18_66, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0417\u0430\u0442\u0440\u0430\u0442", _s20_73, _s20_74, _s21_74, _s21_75, _s24_46, _s37_9, _s24_47, "\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_33, _s38_6, _s24_48, _s29_51, _s24_49, _s37_11, _s25_34, _s38_7, _s27_31, _s45_12, _s26_21, _s46_11, _s27_32, _s47_1, _s23_30, _s25_35, _s25_36, _s32_14, _s21_76, _s21_77, "show_option", "Show Option", _s22_54, _s50_11, "view_changes", "View Changes", "force_update", "Force Update", _s17_67, _s76_0, "mark_paid_help", _s31_27, _s18_68, _s18_149, _s23_31, _s33_32, _s29_17, _s36_16, _s21_78, _s20_75, _s16_106, _s16_107, _s18_69, _s18_70, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_68, _s17_69, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_37, _s38_8, _s25_38, _s38_9, _s25_39, _s38_10, "gateway_refund", "Gateway Refund", _s19_57, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_55, _s22_56, _s21_79, _s21_80, _s17_70, _s17_71, "endless", "Endless", "next_send_date", "Next Send Date", _s16_108, _s16_109, _s17_72, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0439\u0441\u044f \u0441\u0447\u0435\u0442", _s18_71, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0435\u0441\u044f \u0441\u0447\u0435\u0442\u0430", _s21_81, "\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_57, _s22_58, _s25_40, _s38_11, _s25_41, _s38_12, _s26_22, _s39_6, _s25_42, _s38_13, _s25_43, _s38_14, _s26_23, _s39_7, _s27_33, _s47_2, _s26_24, _s46_12, _s27_34, _s47_3, _s24_50, _s26_25, _s25_44, _s32_15, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_17, _s28_18, "profit", "Profit", "line_item", "Line Item", _s18_73, _s18_74, _s23_32, _s35_25, _s19_58, _s19_59, _s24_51, _s52_3, "test_mode", "Test Mode", "opened", "Opened", _s30_7, _s22_59, _s30_8, _s22_60, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_74, _s17_75, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_110, _s16_111, "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_52, _s24_53, "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_75, _s18_76, "pdf_page_info", _s23_33, _s16_112, _s29_52, "emailed_quotes", _s27_70, "emailed_credits", _s28_68, "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_10, "client_created", "Client Created", _s20_76, _s20_77, _s20_78, _s20_79, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_76, _s17_77, _s17_78, _s17_79, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_80, _s17_81, _s17_82, "\u0422\u0435\u043a\u0443\u0449\u0438\u0435 \u0441\u0447\u0435\u0442\u0430", _s17_84, _s17_85, "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_86, _s28_19, "api_webhooks", "API Webhooks", "search_webhooks", _s22_61, "search_webhook", _s16_113, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_20, "updated_webhook", _s28_21, _s16_114, _s29_18, "deleted_webhook", _s28_22, "removed_webhook", _s28_23, _s16_115, _s29_19, _s17_87, _s37_12, _s16_116, _s36_5, _s16_117, _s36_6, _s17_88, _s37_13, "api_tokens", "API \u0442\u043e\u043a\u0435\u043d\u044b", "api_docs", "API Docs", "search_tokens", _s20_80, "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_35, "deleted_token", "\u0422\u043e\u043a\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", "removed_token", _s26_29, "restored_token", _s27_36, "archived_tokens", _s35_14, "deleted_tokens", _s34_17, "restored_tokens", _s35_15, _s19_60, _s19_61, _s24_54, _s45_9, "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_81, _s41_5, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_118, _s16_119, "contact_name", "Contact Name", "use_default", "Use default", _s16_120, _s17_89, "number_of_days", "Number of days", _s23_34, _s23_35, "payment_term", "Payment Term", _s16_121, _s16_122, _s17_90, _s17_91, _s20_82, _s33_24, _s20_83, _s33_25, _s21_83, _s34_18, _s20_84, _s33_26, _s20_85, _s33_27, _s21_84, _s34_19, _s22_62, _s42_11, _s21_85, _s41_6, _s22_63, _s42_12, "email_sign_in", _s18_135, "change", "Change", _s23_36, _s28_24, _s24_55, _s29_20, "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_77, _s18_78, _s16_123, _s16_272, "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_124, _s16_273, "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_92, "search_design", "Search 1 Design", "search_invoice", _s16_125, "search_client", "Search 1 Client", "search_product", _s16_126, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_93, "search_task", "Search 1 Tasks", "search_project", _s16_127, "search_expense", _s16_128, "search_payment", _s16_129, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_94, _s30_9, _s18_79, _s31_16, _s16_130, _s29_21, _s17_95, _s30_10, "reverse", "Reverse", "full_name", "\u041f\u043e\u043b\u043d\u043e\u0435 \u0438\u043c\u044f", _s17_96, _s17_97, _s17_98, "\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_131, "\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_80, _s65_0, "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_45, "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_46, _s25_47, _s16_132, _s16_133, "apply_license", "Apply License", "cancel_account", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0430\u043a\u043a\u0430\u0443\u043d\u0442", _s22_64, _s65_6, "delete_company", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044e", _s22_65, _s65_6, "enabled_modules", "Enabled Modules", "converted_quote", _s28_25, "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_37, "updated_design", _s27_38, "archived_design", _s28_26, "deleted_design", _s27_39, "removed_design", _s27_40, "restored_design", _s28_27, _s16_134, _s36_7, "deleted_designs", _s35_16, _s16_135, _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_136, "\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_81, _s18_82, "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_42, "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_44, "restored_credit", "\u041a\u0440\u0435\u0434\u0438\u0442 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s16_138, "\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_139, _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_30, _s41_7, _s16_140, _s16_141, "app_updated", _s29_22, "learn_more", "\u0423\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_100, _s17_101, "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_31, "company1", _s16_142, "company2", _s16_143, "company3", _s16_144, "company4", _s16_145, "product1", _s16_146, "product2", _s16_147, "product3", _s16_148, "product4", _s16_149, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_150, "contact2", _s16_151, "contact3", _s16_152, "contact4", _s16_153, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_154, "project2", _s16_155, "project3", _s16_156, "project4", _s16_157, "expense1", _s16_158, "expense2", _s16_159, "expense3", _s16_160, "expense4", _s16_161, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_162, "invoice2", _s16_163, "invoice3", _s16_164, "invoice4", _s16_165, "payment1", _s16_166, "payment2", _s16_167, "payment3", _s16_168, "payment4", _s16_169, "surcharge1", _s18_83, "surcharge2", _s18_84, "surcharge3", _s18_85, "surcharge4", _s18_86, "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_87, _s18_88, _s17_102, _s17_103, "contact_phone", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440", _s21_86, _s22_66, _s21_87, _s22_67, _s21_88, _s22_68, _s21_89, _s22_69, _s17_104, "Shipping Street", _s17_105, _s18_89, "shipping_city", "Shipping City", "shipping_state", _s23_37, _s20_86, _s20_87, _s16_170, _s16_171, _s16_172, "Billing Street", _s16_173, _s17_106, "billing_city", "Billing City", "billing_state", _s22_70, _s19_62, _s19_63, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "\u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d", "created_by", _s16_274, "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_174, _s16_175, "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_90, _s35_17, _s30_11, _s63_2, "message", "\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435", "from", "\u041e\u0442", _s20_88, _s20_89, _s25_48, _s56_0, _s20_90, _s34_20, _s18_90, _s18_91, _s23_38, _s33_33, _s18_92, _s18_93, "support_forum", "Support Forums", "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_91, _s21_133, _s20_91, _s58_2, _s19_64, _s19_65, _s23_39, _s23_40, _s20_92, _s20_93, "deleted_logo", _s25_49, "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_107, _s17_108, "show_cost_help", _s55_0, _s21_92, _s21_93, _s26_32, _s58_3, _s21_94, _s21_95, _s26_33, _s60_1, _s21_96, _s21_97, _s26_34, _s34_21, _s16_176, _s16_177, _s21_98, _s47_4, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_178, _s16_179, "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_109, _s17_110, "item_tax_rates", "Item Tax Rates", _s18_94, _s22_80, "configure_rates", "Configure rates", _s18_95, _s18_96, "tax_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430\u043b\u043e\u0433\u043e\u0432", _s18_97, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_66, _s20_94, "options", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", _s16_180, _s16_181, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_45, _s39_8, "submit", "Submit", _s16_182, "\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_183, "\u041f\u0440\u043e\u0446\u0435\u043d\u0442 \u043f\u0435\u043d\u0438", "before_due_date", _s19_67, "after_due_date", _s18_98, _s18_99, _s22_71, "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_99, _s21_100, "quote_email", "Quote Email", _s16_185, _s16_186, _s16_187, _s16_188, "administrator", "Administrator", _s18_100, _s66_0, "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_50, "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_35, "deleted_user", "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0443\u0434\u0430\u043b\u0451\u043d", "removed_user", _s25_53, "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_22, "deleted_users", _s33_28, "removed_users", _s33_29, "restored_users", _s34_23, _s16_189, "\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_111, "\u0421\u043a\u0440\u044b\u0442\u044c '\u041e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u0434\u043e'", _s22_72, "\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_41, "Embed Documents", _s28_30, _s39_9, _s16_191, "Show Header on", _s16_192, "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_101, "Auto Email", _s23_42, _s52_4, _s18_102, "Auto Archive", _s23_43, _s55_1, _s18_103, "Auto Convert", _s23_44, _s58_4, _s17_113, _s17_114, "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_115, "\u0422\u0440\u0438 \u043c\u0435\u0441\u044f\u0446\u0430", _s16_193, "\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_194, "Three Years", "never", "Never", "company", "\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f", _s17_116, _s17_117, "charge_taxes", "\u0420\u0430\u0441\u0447\u0451\u0442 \u043d\u0430\u043b\u043e\u0433\u043e\u0432", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_195, "\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_118, _s17_119, "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_120, _s17_121, _s16_197, "Show on PDF", _s21_101, _s51_6, _s25_54, _s22_73, _s30_12, _s61_, _s23_45, _s20_95, _s28_31, _s59_0, _s25_55, _s17_122, _s30_13, _s42_13, _s23_46, "Quote Signature", _s22_74, _s25_56, _s27_46, _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_56, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_198, _s16_199, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_68, "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_69, _s19_70, "credentials", "Credentials", "update_address", "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0430\u0434\u0440\u0435\u0441", _s19_71, "\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_200, "\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0432\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0430", _s16_201, "\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_123, "\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_202, _s29_25, _s17_124, _s30_14, _s18_104, _s38_15, _s17_125, _s37_14, _s18_105, _s38_16, "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_106, "\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_96, "\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_203, "\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_102, "\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_205, _s16_206, _s19_72, "New Gateway", _s20_97, "Edit Gateway", _s23_47, _s28_32, _s23_48, _s28_33, _s24_57, _s29_26, _s23_49, _s28_34, _s24_58, _s29_27, _s25_57, _s37_15, _s24_59, _s36_10, _s25_58, _s37_16, _s16_207, _s16_208, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_103, _s21_104, _s23_50, _s23_51, "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_107, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_73, _s19_74, _s17_126, _s17_127, _s19_75, _s19_76, _s18_108, _s18_109, _s18_110, _s18_111, "group_settings", "Group Settings", "group", "\u0413\u0440\u0443\u043f\u043f\u0430", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_37, "updated_group", _s26_38, "archived_groups", _s35_18, "deleted_groups", _s34_24, "restored_groups", _s35_19, "archived_group", _s27_47, "deleted_group", _s26_39, "restored_group", _s27_48, "upload_logo", "Upload Logo", "uploaded_logo", _s26_40, "logo", "\u041b\u043e\u0433\u043e\u0442\u0438\u043f", "saved_settings", _s27_49, _s16_209, "\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_128, "\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_52, "\u0428\u0430\u0431\u043b\u043e\u043d\u044b \u0438 \u041d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f", _s22_75, _s20_98, _s19_77, "\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_50, _s28_35, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_79, _s19_80, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_59, _s25_60, _s24_60, _s24_61, _s33_30, _s77_1, "i_agree_to_the", "I agree to the", _s16_211, "\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_112, _s18_113, _s21_106, _s34_25, "download", "\u0421\u043a\u0430\u0447\u0430\u0442\u044c", _s27_51, _s27_71, "take_picture", "Take Picture", "upload_files", "Upload Files", "document", "Document", "documents", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b", "new_document", "New Document", "edit_document", "Edit Document", _s17_130, _s30_15, _s16_213, _s29_28, _s17_131, _s30_16, _s16_214, _s29_29, _s17_132, _s30_17, _s18_114, _s38_17, _s17_133, _s37_17, _s18_115, _s38_18, "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_215, "Logged", _s16_216, "Pending", _s16_217, "Invoiced", "converted", "\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d", _s24_62, _s24_63, "exchange_rate", "Exchange Rate", _s16_218, _s16_307, "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_37, _s16_219, "\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_220, _s36_11, "new_expense", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u0442\u0440\u0430\u0442\u044b", "created_expense", _s28_38, "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_221, _s29_30, "deleted_expense", _s23_155, _s16_222, _s29_31, _s17_134, _s30_38, _s16_223, _s23_155, _s17_135, _s37_18, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_107, _s21_108, "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_61, "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_224, _s16_225, "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_26, _s19_81, _s19_82, "budgeted_hours", "Budgeted Hours", "created_project", _s28_41, "updated_project", _s28_42, _s16_226, _s29_32, "deleted_project", _s28_43, _s16_227, _s29_33, _s17_136, _s37_26, _s16_228, _s36_17, _s17_137, _s37_19, "new_project", "New Project", _s27_55, "\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_109, "click_here", "\u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u0441\u044e\u0434\u0430", _s18_116, "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_18, _s42_14, "locked", "\u0417\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043e", "authenticate", "Authenticate", _s19_83, _s19_84, _s24_64, _s24_65, "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_97, "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_138, "\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", "all_time", "All Time", "custom", "\u041d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c", _s16_229, "\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_99, _s20_100, "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_231, _s16_232, "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_233, _s16_234, _s23_53, _s23_54, _s26_43, _s26_44, _s21_110, _s21_111, _s26_45, "\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_140, _s17_141, "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_85, _s30_19, "error", "\u041e\u0448\u0438\u0431\u043a\u0430", _s16_235, _s16_236, "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_237, _s16_238, "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_239, "\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_240, _s29_35, _s17_142, _s37_27, _s16_241, _s36_18, _s17_143, _s37_20, "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_242, "\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_243, _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_244, "\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_245, "\u0421\u0447\u0451\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s17_144, "\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_246, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e :count \u0441\u0447\u0442\u0430(\u043e\u0432)", _s17_145, _s37_21, "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_69, "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_480, "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_247, _s16_248, "paid_date", "Paid Date", "status", "\u0421\u0442\u0430\u0442\u0443\u0441", _s17_146, "\u0421\u0442\u0430\u0442\u0443\u0441 \u0421\u0447\u0451\u0442\u0430", "quote_status", "Quote Status", _s22_76, _s22_77, _s22_78, _s19_98, "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_101, "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0438\u0440\u0438\u0442\u0435 \u0434\u0430\u0442\u0443", _s22_79, "\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_66, _s24_67, "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_20, _s30_21, _s27_59, _s27_60, "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_480, "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_81, _s35_20, _s22_82, _s35_21, _s23_55, _s36_14, _s23_56, _s36_15, "done", "\u0413\u043e\u0442\u043e\u0432\u043e", _s37_22, _s37_23, "dark_mode", "\u0422\u0435\u043c\u043d\u0430\u044f \u0442\u0435\u043c\u0430", _s27_61, _s35_22, "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_249, _s16_250, "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_251, "Pending", _s16_252, "Voided", _s16_253, "Failed", _s16_254, "Completed", _s16_255, _s18_78, _s16_256, "Refunded", _s17_147, "Unapplied", _s17_148, _s19_50, "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_112, "\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_257, "\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_258, "\u041f\u043b\u0430\u0442\u0451\u0436 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s17_149, "\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_259, "\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_150, _s37_24, "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_63, "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_30, "restored_quotes", _s35_24, "expense", "\u0417\u0430\u0442\u0440\u0430\u0442\u0430", "expenses", "\u0417\u0430\u0442\u0440\u0430\u0442\u044b", "vendor", "Vendor", "vendors", "Vendors", "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_40, "activity_3", _s28_57, "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_2, "activity_7", _s44_7, "activity_8", _s31_17, "activity_9", _s30_24, "activity_10", _s82_, "activity_11", _s30_25, "activity_12", _s31_18, "activity_13", _s30_26, "activity_14", _s28_58, "activity_15", _s28_59, "activity_16", _s29_41, "activity_17", _s28_60, "activity_18", _s26_50, "activity_19", _s26_51, "activity_20", _s50_12, "activity_21", _s28_61, "activity_22", _s27_64, "activity_23", _s26_52, "activity_24", _s27_65, "activity_25", _s31_19, "activity_26", _s29_42, "activity_27", _s31_20, "activity_28", _s29_43, "activity_29", _s42_15, "activity_30", _s28_62, "activity_31", _s29_44, "activity_32", _s28_63, "activity_33", _s29_45, "activity_34", _s30_27, "activity_35", _s31_21, "activity_36", ":user \u0423\u0434\u0430\u043b\u0438\u043b \u0417\u0430\u0442\u0440\u0430\u0442\u044b :expense", "activity_37", _s31_22, "activity_39", _s50_13, "activity_40", _s64_0, "activity_41", _s41_10, "activity_42", _s24_68, "activity_43", _s24_69, "activity_44", _s25_67, "activity_45", _s24_70, "activity_46", _s25_68, "activity_47", ":user \u041e\u0431\u043d\u043e\u0432\u0438\u043b \u0417\u0430\u0442\u0440\u0430\u0442\u044b :expense", "activity_48", _s24_75, "activity_49", _s24_76, "activity_50", _s25_71, "activity_51", _s24_77, "activity_52", _s25_72, "activity_53", _s26_53, "activity_54", _s27_72, "activity_55", _s31_28, "activity_56", _s27_73, "activity_57", _s39_10, "activity_58", _s31_23, "activity_59", _s32_17, "activity_60", _s28_61, "activity_61", _s28_64, "activity_62", _s28_65, "activity_63", _s61_0, "activity_64", _s62_0, "activity_65", _s61_1, "activity_66", _s63_3, "activity_80", _s40_5, "activity_81", _s40_6, "activity_82", _s41_8, "activity_83", _s40_7, "activity_84", _s41_9, _s17_151, _s17_152, "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_74, _s20_103, _s33_31, _s21_114, _s34_27, "expired", "Expired", "all", "All", "select", "\u0412\u044b\u0431\u0440\u0430\u0442\u044c", _s22_83, _s22_84, "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_117, _s18_118, _s24_71, _s24_72, _s29_46, _s29_47, _s27_66, _s27_67, _s31_24, _s31_25, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_86, _s19_87, _s19_88, _s19_89, _s22_85, _s22_86, _s22_87, _s22_88, _s21_115, _s21_116, _s21_117, _s21_118, _s21_119, _s21_120, _s21_121, _s21_122, _s22_89, _s22_90, _s22_91, _s22_92, _s22_93, _s22_94, _s22_95, "\u0421\u0447\u0435\u0442\u0447\u0438\u043a \u043d\u043e\u043c\u0435\u0440\u0430 \u0441\u0447\u0451\u0442\u0430", _s20_104, _s20_105, _s20_106, _s20_107, _s21_123, _s21_124, _s21_125, _s21_126, _s21_127, _s21_124, _s21_128, _s21_126, _s18_119, _s18_120, "counter_padding", "Counter Padding", _s28_66, _s27_75, _s18_121, _s18_122, _s18_123, _s18_124, _s18_125, _s18_126, _s18_127, _s18_128, _s18_129, _s18_130, _s18_131, _s18_132, _s21_129, _s21_130, _s19_90, _s19_91, _s21_131, _s21_132, _s29_48, _s29_49, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_260, _s16_261, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_262, "vendor_address1", "Vendor Street", "vendor_address2", _s16_263, _s24_73, _s22_97, _s24_74, _s25_69, "type", "\u0422\u0438\u043f", "invoice_amount", "Invoice Amount", _s16_264, "\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_153, _s18_83, _s17_154, _s18_84, _s17_155, _s18_85, _s17_156, _s18_86, "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_92, _s19_93, _s16_265, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0437\u0430\u0442\u0440\u0430\u0442", _s19_94, _s19_95, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_133, _s18_134, _s16_266, _s16_267], t1, t1), "sr", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", _s19_231, "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Razdvoji", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "Administracija", "owner", "Vlasnik", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Total Hours", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "Naplativo", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, _s22_4, _s25_5, _s25_6, _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", _s39_11, _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", "Payment Links", "action", "Akcija", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "Raspored", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", _s16_286, "archive_invoice", "Arhiviraj ra\u010dun", "archive_quote", _s16_287, "archive_credit", _s16_288, "archive_task", _s17_166, "archive_client", _s18_138, "archive_project", "Arhiviraj projekat", "archive_expense", _s16_289, "restore_payment", "Vrati uplatu", "restore_invoice", "Vrati ra\u010dun", "restore_quote", "Vrati predra\u010dun", "restore_credit", "Vrati kredit", "restore_task", "Obnovi zadatak", "restore_client", "Vrati klijenta", "restore_project", "Vrati projekat", "restore_expense", "Obnovi tro\u0161ak", "archive_vendor", _s20_109, "restore_vendor", "Obnovi dobavlja\u010da", "create_product", "Dodaj proizvod", "update_product", "Update Product", "delete_product", "Obri\u0161i proizvod", "restore_product", "Vrati proizvod", "archive_product", _s18_139, _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "Na\u010dini pla\u0107anja", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", "Postal/City", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "Sat", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Last 365 Days", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, _s35_, "upload", "Otpremi", _s17_7, _s17_8, _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Update Payment", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "Obri\u0161i projekat", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, _s21_17, _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, "Snimi kao podrazumevane uslove", _s22_12, "Snimi kao podrazumevano podno\u017eje", "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, _s21_23, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, "Bankovni ra\u010dun uspe\u0161no kreiran", _s20_18, "Bankovni ra\u010dun uspe\u0161no a\u017euriran", _s17_14, _s20_110, _s16_28, _s16_29, "account_type", "Tip naloga", _s16_30, "Novi bankovni ra\u010dun", _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "Odabrano", _s21_24, _s34_2, _s18_15, _s18_16, "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "Izmeni kredit", "delete_credit", "Obri\u0161i kredit", "transaction", "Transaction", "transactions", "Transactions", "new_transaction", "New Transaction", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, _s26_7, "bank_account", "Bankovni Ra\u010dun", "bank_accounts", _s24_79, _s21_25, "Bankovni ra\u010dun uspe\u0161no arhiviran", _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Connect", _s23_9, _s23_10, _s18_19, _s18_20, "client_email", "Client Email", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_27, "Active Invoices", _s26_8, _s20_26, _s24_16, _s18_21, _s23_11, _s17_18, _s19_22, "Active Quotes", _s21_28, "Approved Quotes", _s23_12, _s17_19, _s18_22, "Logged Tasks", _s20_27, "Invoiced Tasks", _s16_35, "Paid Tasks", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s44_0, "activity_131", _s44_1, "activity_132", _s45_3, "activity_133", _s44_2, "activity_134", _s45_4, "activity_135", _s44_3, "activity_136", _s46_1, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, _s39_3, "resend", "Resend", "verify", "Verify", _s18_23, _s29_10, _s20_28, _s20_29, _s19_23, _s19_24, _s24_18, _s46_2, _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Merge Into", "merge", "Spoji", _s21_32, _s21_33, _s19_25, _s29_11, _s17_23, _s17_24, "activate", "Activate", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", "Send Now", "received", "Received", _s19_26, _s19_27, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_4, _s34_7, _s47_, _s22_19, _s22_20, _s22_21, _s22_22, _s27_10, _s34_8, _s24_19, _s25_13, "yes_its_great", _s16_42, "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", "Vendor Details", _s22_26, _s22_27, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Prihvati", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Send Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Accepted", _s22_28, _s22_29, _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, _s24_22, _s37_5, _s42_2, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_30, _s18_31, _s19_29, _s19_30, _s22_33, _s35_3, _s22_34, _s35_4, _s23_17, _s36_0, _s22_35, _s35_5, _s22_36, _s35_6, _s23_18, _s36_1, _s21_40, _s21_41, _s22_37, _s22_38, "login_url", "Login URL", _s16_46, "Pode\u0161avanja pla\u0107anja", "default", "Podrazumevano", "stock_quantity", "Stock Quantity", _s22_39, _s22_40, "track_inventory", "Track Inventory", _s20_41, _s63_0, _s19_31, _s19_32, _s24_23, _s50_2, "vat", "VAT", "standing", "Stanje", "view_map", "View Map", _s18_32, _s18_33, "add_gateway", "Dodaj kanal pla\u0107anja", _s24_24, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_25, _s24_26, _s31_6, "Invoice Sent", _s24_27, _s24_28, _s29_13, _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_33, _s63_1, "use_quote_terms", "Use Quote Terms", _s20_42, _s37_6, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, _s45_6, "register_label", "Kreirajte svoj nalog za nekoliko sekundi", "login_label", _s28_9, "add_to_invoice", _s21_136, _s17_30, _s17_31, "week", "Nedelja", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, _s46_14, _s20_44, _s20_45, _s25_15, _s45_11, _s16_48, "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_8, "change_status", "Change Status", "fees_sample", "Naknada za ra\u010dun :amount bi bila :total.", _s19_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", _s33_11, "stopped_tasks", _s33_12, "approved_quote", _s27_68, "approved_quotes", _s35_7, "approve", "Odobri", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, _s16_269, _s24_30, _s44_6, "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_51, _s16_52, "purged_client", "Uspe\u0161no o\u010di\u0161\u0107en klijent", _s27_16, _s77_0, _s22_42, _s34_9, "small", "Small", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_54, _s16_55, _s21_48, _s42_3, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_17, _s57_, "giropay", "GiroPay", "direct_debit", "Direktni dug", _s21_49, _s30_5, "set_password", "Postavi lozinku", _s17_33, _s59_, _s16_58, _s58_1, _s20_49, _s33_13, "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_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, _s18_35, _s17_35, _s17_36, "has_tasks", "Has Tasks", "registration", "Registration", _s27_18, _s50_7, "view_expense", "Pregled tro\u0161ka # :expense", "view_statement", "Pogledajte izjavu", "sepa", _s17_159, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s18_37, "system", "Sistem", _s19_38, _s19_39, "updated_company", _s28_10, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, _s40_2, _s27_19, _s43_0, "app", "App", _s20_50, _s46_8, _s16_59, _s16_270, _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "Od Ime", _s16_60, _s16_61, _s17_38, "Ponavljaju\u0107i tro\u0161ak", _s18_39, "Ponavljaju\u0107i tro\u0161kovi", _s21_50, "Novi ponavljaju\u0107i tro\u0161ak", _s22_44, "Izmeni ponavljaju\u0107i tro\u0161ak", _s25_16, "Ponavljaju\u0107i tro\u0161ak uspe\u0161no kreiran", _s25_17, "Ponavljaju\u0107i tro\u0161ak uspe\u0161no izmenjen", _s26_13, "Ponavljaju\u0107i tro\u0161ak uspe\u0161no arhiviran", _s25_18, _s38_4, _s25_19, _s38_5, _s26_14, "Ponavljaju\u0107i tro\u0161ak uspe\u0161no povra\u0107en", _s24_32, _s24_33, _s25_20, _s25_21, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_42, _s32_9, "is_invoiced", "Is Invoiced", "change_plan", "Manage Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_62, _s16_63, _s16_64, "Google analitika", _s28_11, _s28_12, "decimal_comma", "Decimal Comma", _s26_15, _s35_9, "select_method", "Select Method", "select_platform", "Select Platform", _s28_13, _s42_4, _s16_66, _s27_69, "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "user_guide", "Uputstvo za upotrebu", _s18_41, _s18_42, "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_9, _s31_10, _s25_22, _s25_23, _s33_14, _s33_15, _s27_20, _s27_21, _s36_3, _s36_4, _s31_11, _s31_12, _s25_24, _s25_25, "net_subtotal", "Neto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_22, _s57_0, _s21_52, _s62_1, "change_email", "Change Email", _s25_26, _s52_0, _s21_53, _s21_54, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Uvezi podatke", "import_settings", "Import Settings", _s17_40, _s28_14, _s19_43, _s48_0, "json", "JSON", _s24_34, _s24_35, "wait_for_data", _s42_5, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_67, _s16_68, _s18_43, _s40_3, "login_success", _s16_69, "login_failure", "Failed Login", "exported_data", _s67_, _s23_23, _s23_24, _s28_15, _s41_3, "step_1_sign_in", "Step 1: Sign In", _s16_70, _s17_41, "account_id", "Account ID", _s27_22, _s35_11, "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_44, _s18_45, _s23_25, _s35_12, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_71, _s16_72, _s18_46, _s31_13, _s16_73, _s16_74, "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_47, "Ime kontakta", _s17_42, "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_55, _s53_, _s25_27, _s37_8, _s17_44, _s17_45, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, _s21_57, _s17_46, _s17_47, "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_49, _s18_50, "promo_code", "Promotivni kod", "promo_discount", "Promo Discount", _s18_51, _s18_52, _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "Bezbednost", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Email Delivery", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, _s22_47, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, "Poddomen nije dostupan", "connect_gmail", "Pove\u017eite Gmail", _s16_81, "Prekinite vezu sa Gmail-om", "connected_gmail", "Gmail je uspe\u0161no povezan", _s18_55, "Uspe\u0161no je prekinuta veza sa Gmail-om", _s16_83, "Promene u bazi koda mo\u017eda blokiraju a\u017euriranje, mo\u017eete pokrenuti ovu komandu da biste odbacili promene:", _s16_84, "ID broj klijenta", "count_minutes", ":count minuti", _s16_86, "Vreme isteka lozinke", _s29_15, _s28_67, "use_last_email", "Koristite poslednju e-po\u0161tu", _s16_88, "Aktivirajte kompaniju", _s21_65, "Omogu\u0107ite e-po\u0161te, redovne ra\u010dune i obave\u0161tenja", _s27_24, "Do\u0161lo je do gre\u0161ke, poku\u0161ajte ponovo", _s27_25, "Molimo prvo postavite lozinku", _s34_13, "Upozorenje: Promena va\u0161eg broja telefona c\u0301e onemoguc\u0301iti 2FA", "help_translate", "Help Translate", _s23_26, "Molimo odaberite dr\u017eavu", "resend_invite", "Ponovo po\u0161aljite pozivnicu", _s19_45, "Uspe\u0161no onemogu\u0107en 2FA", _s16_90, "Uspe\u0161no povezan nalog", _s19_46, "Uspe\u0161no prekinuta veza sa nalogom", "delivered", "Dostavljeno", "bounced", "Odbijene", "spam", "Nepo\u017eeljna e-po\u0161ta", "view_docs", "Pregled dokumenata", _s32_10, "Molimo navedite broj mobilnog telefona da biste omoguc\u0301ili dvofaktorsku potvrdu", "send_sms", "Po\u0161alji SMS poruku", "sms_code", "SMS kod", _s21_66, "O\u010ditajte bar kod uz pomo\u0107 :link odgovaraju\u0107e aplikacije.", _s18_56, "Dvostepena autorizacija uspe\u0161no aktivirana", "connect_google", "Pove\u017eite Google", _s17_50, "Prekinite vezu sa Google-om", _s17_52, "Dvostepena autorizacija", _s18_57, "Onemoguc\u0301ite dva faktora", _s34_14, _s34_15, "stay_logged_in", "Ostanite prijavljeni", _s23_28, "Upozorenje: Va\u0161a sesija uskoro isti\u010de", "count_hours", ":count sati", "count_day", "1 dan", "count_days", ":count dani", _s19_47, _s19_48, _s17_53, "Bezbednosne postavke", "resend_email", "Ponovo po\u0161alji e-po\u0161tu", _s26_19, "Molimo potvrdite adresu svoje e-po\u0161te", _s16_91, "Refundirana uplata", _s19_49, _s22_209, _s19_51, "Izaberite korisnika koji je potvr\u0111en pomoc\u0301u Gmail-a", "list_long_press", "List Long Press", "show_actions", "Prika\u017ei radnje", _s17_55, "Pokrenite opciju vi\u0161e izbora", _s27_27, "E-po\u0161ta je poslata za potvrdu adrese e-po\u0161te", _s21_67, "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_59, "Pretvori u ra\u010dun", _s16_92, "URL za registraciju", "invoice_project", "Naplati Projekat", "invoice_task", "Fakturi\u0161i zadatak", "invoice_expense", "Tro\u0161ak ra\u010duna", _s19_52, "Pretraga 1 uslovi pla\u0107anja", _s20_59, "Pretra\u017ei :count uslove pla\u0107anja", _s16_94, "Sa\u010duvaj i pregledaj", "save_and_email", "Sa\u010duvaj i po\u0161alji e-po\u0161tom", _s16_96, _s17_168, _s16_98, "Konvertovani iznos", _s17_57, "Konvertovano stanje", _s22_48, "Pretvoreno u plac\u0301eno do danas", _s24_36, "Konvertovano kreditno stanje", "converted_total", "Ukupno konvertovano", "is_sent", "Je poslato", _s17_59, "Podrazumevani dokumenti", "document_upload", "Otpremiti dokument", _s20_60, "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_69, "Re\u017eim za otklanjanje gre\u0161aka je omoguc\u0301en", _s26_20, "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_61, "Nadolaze\u0107i tro\u0161kovi", "update_app", "A\u017euriraj aplikaciju", "started_import", "Uspe\u0161no pokrenut uvoz", _s24_38, "Mapiranje duplikata kolona", _s20_61, "Koristi inkluzivne poreze", _s18_61, "Je popust na iznos", "column", "Kolona", "sample", "Uzorak", "map_to", "Mapiraj u", "import", "Uvoz", _s25_29, "Koristite prvi red kao nazive kolona", "select_file", "Mollim odaberite datoteku", _s16_100, "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_50, "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_63, "Ure\u0111iva\u010d preko celog ekrana", "sidebar_editor", "Ure\u0111iva\u010d na bo\u010dnoj traci", _s22_51, "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_41, "Poslati ra\u010duni su zaklju\u010dani", _s24_43, "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_29, "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_45, "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_65, "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_102, "Uredi status zadatka", _s19_53, "Uspe\u0161no kreiran status zadatka", _s19_54, "Uspe\u0161no a\u017euriran status zadatka", _s20_63, "Uspe\u0161no arhiviran status zadatka", _s19_55, "Uspe\u0161no obrisan status zadatka", _s19_56, "Uspe\u0161no uklonjen status zadatka", _s20_64, "Uspe\u0161no vra\u0107en status zadatka", _s22_52, "Statusi zadataka :value su uspe\u0161no arhivirani", _s21_71, "Statusi zadataka :value su uspe\u0161no obrisani", _s22_53, "Statusi zadataka :value su uspe\u0161no vra\u0107eni", _s18_63, "Pretraga 1 status zadatka", _s20_66, "Pretra\u017ei :count statuse zadataka", _s16_104, "Prika\u017ei tabelu zadataka", _s21_72, "Uvek prika\u017eite odeljak sa zadacima kada kreirate ra\u010dune", _s20_67, "Vremenski dnevnik zadatka ra\u010duna", _s25_30, "Dodajte detalje o vremenu stavkama ra\u010duna", _s20_69, _s20_70, _s25_31, "Dodajte detalje o datumu u stavke ra\u010duna", _s21_73, "Zapo\u010dnite zadatke pre \u010duvanja", _s18_64, "Konfiguri\u0161ite statuse", "task_settings", "Postavke zadatka", _s20_71, "Konfiguri\u0161ite kategorije", _s18_66, _s19_104, _s20_73, _s24_80, _s21_74, "Kategorija izmene tro\u0161kova", _s24_46, "Kategorija tro\u0161kova uspe\u0161no napravljena", _s24_47, "Kategorija tro\u0161kova uspe\u0161no izmenjena", _s25_33, "Kategorija tro\u0161kova uspe\u0161no arhivirana", _s24_48, "Kategorija uspe\u0161no obrisana", _s24_49, "Uspe\u0161no uklonjena kategorija tro\u0161kova", _s25_34, "Kategorija tro\u0161kova uspe\u0161no vra\u0107ena", _s27_31, "Uspe\u0161no arhivirano :count kategorija tro\u0161kova", _s26_21, "Uspe\u0161no obrisana kategorija tro\u0161kova :value", _s27_32, "Uspe\u0161no vra\u0107ena kategorija tro\u0161kova :value", _s23_30, "Pretraga 1 kategorija tro\u0161kova", _s25_36, "Pretra\u017eiti :count kategorije tro\u0161kova", _s21_76, "Koristite dostupne kredite", "show_option", "Prika\u017ei opciju", _s22_54, "Iznos kredita ne mo\u017ee biti vec\u0301i od iznosa uplate", "view_changes", "Prika\u017ei promene", "force_update", "Prisilno a\u017euriranje", _s17_67, "Pokrec\u0301ete najnoviju verziju, ali mo\u017eda postoje ispravke na \u010dekanju.", "mark_paid_help", "Pratite tro\u0161ak koji je plac\u0301en", _s18_68, "Treba biti fakturisan", _s23_31, "Omoguc\u0301ite da se tro\u0161ak fakturi\u0161e", _s29_17, _s36_16, _s21_78, "Podesite kurs", _s16_106, "Pode\u0161avanja tro\u0161kova", _s18_69, "Kloniraj u ponavljajuc\u0301e", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "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_68, "Automatski obra\u010dun je omoguc\u0301en", "total_taxes", "Ukupni porezi", "line_taxes", "Line Taxes", "total_fields", "Ukupno polja", _s25_37, "Uspe\u0161no zaustavljen redovni ra\u010dun", _s25_38, "Uspe\u0161no zapo\u010det redovni ra\u010dun", _s25_39, "Uspe\u0161no je nastavljena ponavljajuc\u0301a faktura", "gateway_refund", "Gateway Refund", _s19_57, "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_55, "Prvi dan u mesecu", _s21_79, "Poslednji dan u mesecu", _s17_70, "Koristite uslove plac\u0301anja", "endless", "Beskona\u010dno", "next_send_date", "Sledec\u0301i datum slanja", _s16_108, "Preostali ciklusi", _s17_72, "Ponavljaju\u0107i ra\u010dun", _s18_71, _s19_231, _s21_81, "Novi ponavljaju\u0107i ra\u010dun", _s22_57, "Izmeni ponavljaju\u0107i ra\u010dun", _s25_40, "Uspe\u0161no napravljen redovni ra\u010dun", _s25_41, "Uspe\u0161no a\u017euriran redovni ra\u010dun", _s26_22, "Redovni ra\u010dun uspe\u0161no arhiviran", _s25_42, "Redovni ra\u010dun uspe\u0161no obrisan", _s25_43, "Uspe\u0161no uklonjen redovni ra\u010dun", _s26_23, "Redovni ra\u010dun uspe\u0161no obnovljen", _s27_33, "Redovni :value ra\u010duni su uspe\u0161no arhivirani", _s26_24, "Redovni :value ra\u010duni su uspe\u0161no obrisani", _s27_34, "Redovni :value ra\u010duni su uspe\u0161no vra\u0107eni", _s24_50, "Pretraga 1 redovni ra\u010dun", _s25_44, "Pretra\u017ei :count redovne ra\u010dune", "send_date", "Datum slanja", "auto_bill_on", "Automatska naplata uklju\u010dena", _s28_17, "Minimalni iznos plac\u0301anja", "profit", "Zarada", "line_item", "Stavka", _s18_73, "Dozvoli preplatu", _s23_32, "Podr\u017eite dodatno plac\u0301anje za prihvatanje saveta", _s19_58, _s19_59, _s24_51, "Podr\u0161ka plac\u0301anja delimi\u010dnog minimalnog iznosa /depozita", "test_mode", "Na\u010din testiranja", "opened", "Otvoreno", _s30_7, "Izmirenje nije uspelo", _s30_8, "Izmirenje je uspelo", "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Po\u0161alji e-po\u0161tu", _s17_74, "Red za ponovni poku\u0161aj e-po\u0161te", "failure", "Neuspeh", "quota_exceeded", "Kvota je prema\u0161ena", _s16_110, _s16_111, "system_logs", "System Logs", "view_portal", "Pogledaj portal", "copy_link", "Kopiraj link", "token_billing", "Sa\u010duvaj detalje kartice", _s24_52, "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_75, "Podsetnik koji je poslednji poslat", "pdf_page_info", _s27_80, _s16_112, _s29_113, "emailed_quotes", _s36_66, "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_140, "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_76, "E-po\u0161ta za onlajn plac\u0301anje", _s20_78, _s25_73, "completed", "Zavr\u0161eno", "gross", "Bruto", "net_amount", "Neto iznos", "net_balance", "Neto stanje", "client_settings", "Pode\u0161avanja klijenta", _s17_76, "Izabrani ra\u010duni", _s17_78, "Izabrana pla\u0107anja", "selected_quotes", "Izabrane ponude", "selected_tasks", "Izabrani zadaci", _s17_80, "Izabrani tro\u0161kovi", _s17_82, "Dolazni ra\u010duni", _s17_84, "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_169, "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_141, "event_type", "Tip doga\u0111aja", "target_url", "Cilj", "copy", "Kopiraj", "must_be_online", "Molimo ponovo pokrenite aplikaciju kada se pove\u017eete na internet", _s17_86, "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_114, "Uspe\u0161no arhiviran webhook", "deleted_webhook", "Uspe\u0161no obrisan webhook", "removed_webhook", "Uspe\u0161no uklonjen webhook", _s16_115, "Uspe\u0161no vra\u0107en webhook", _s17_87, "Uspe\u0161no arhiviran :value webhook", _s16_116, "Uspe\u0161no obrisan :value webhook", _s16_117, "Uspe\u0161no uklonjen :value webhook", _s17_88, "Uspe\u0161no vra\u0107en :value webhook", "api_tokens", "API tokeni", "api_docs", "API dokumenti", "search_tokens", "Pretra\u017ei :count tokene", "search_token", _s16_291, "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_60, _s21_137, _s24_54, "Omoguc\u0301ite klijentima da se sami registruju na portalu", "email_invoice", _s16_292, "email_quote", "Po\u0161alji ponudu e-po\u0161tom", "email_credit", "Email Credit", "email_payment", "Po\u0161alji uplatu e-po\u0161tom", _s20_81, "Klijent nema pode\u0161enu adresu e-po\u0161te", "ledger", "Ledger", "view_pdf", "Vidi PDF", "all_records", "Svi zapisi", "owned_by_user", _s20_111, _s16_118, "Preostali kredit", "contact_name", "Ime kontakta", "use_default", "Koristi kao podrazumevano", _s16_120, "Beskrajni podsetnici", "number_of_days", "Broj dana", _s23_34, "Konfiguri\u0161ite uslove plac\u0301anja", "payment_term", "Uslov pla\u0107anja", _s16_121, "Novi uslov pla\u0107anja", _s17_90, "Uredi uslov pla\u0107anja", _s20_82, "Uspe\u0161no kreiran rok plac\u0301anja", _s20_83, "Uspe\u0161no a\u017euriran rok plac\u0301anja", _s21_83, "Uspe\u0161no arhiviran rok plac\u0301anja", _s20_84, "Uspe\u0161no obrisan uslov pla\u0107anja", _s20_85, "Uspe\u0161no uklonjen uslov pla\u0107anja", _s21_84, "Uspe\u0161no vra\u0107en uslov pla\u0107anja", _s22_62, "Uslovi plac\u0301anja :value su uspe\u0161no arhivirani", _s21_85, "Uslovi plac\u0301anja :value su uspe\u0161no obrisani", _s22_63, "Uslovi plac\u0301anja :value su uspe\u0161no vra\u0107eni", "email_sign_in", "Prijavite se putem e-po\u0161te", "change", "Promeniti", _s23_36, _s28_24, _s24_55, "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_77, _s21_249, _s16_123, "Pretra\u017ei dokumenta", "search_designs", "Pretra\u017ei dizajne", "search_invoices", "Pretra\u017ei ra\u010dune", "search_clients", "Pretra\u017ei klijente", "search_products", _s18_142, "search_quotes", "Pretra\u017ei ponude", "search_credits", "Pretra\u017ei kredite", "search_vendors", "Pretra\u017ei dobavlja\u010de", "search_users", "Pretra\u017ei korisnike", _s16_124, "Pretra\u017ei poreske stope", "search_tasks", "Pretra\u017ei zadatke", "search_settings", "Pretra\u017ei postavke", "search_projects", _s17_170, "search_expenses", _s17_171, "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_94, "Uspe\u0161no otkazan ra\u010dun", _s18_79, "Uspe\u0161no otkazani ra\u010duni", _s16_130, "Uspe\u0161no promenjen ra\u010dun", _s17_95, "Uspe\u0161no promenjeni ra\u010duni", "reverse", "Promeniti", "full_name", "Puno ime", _s17_96, "Grad/dr\u017eava/po\u0161tanski broj", _s17_98, "Po\u0161tanski broj/Grad/Dr\u017eava", "custom1", _s16_481, "custom2", _s17_334, "custom3", _s17_335, "custom4", "\u010cetvrtvo prilago\u0111eno", "optional", "Opciono", "license", "Licenca", "purge_data", "O\u010distiti podatke", _s16_131, "Uspe\u0161no o\u010di\u0161\u0107eni podaci kompanije", _s18_80, "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_46, "Primi sva obave\u0161tenja", _s16_132, "Kupi licencu", "apply_license", "Primeni licencu", "cancel_account", "Obri\u0161i nalog", _s22_64, "Upozorenje: Ovo \u0107e trajno obrisati va\u0161 nalog, bez opcije povra\u0107aja podataka.", "delete_company", "Izbri\u0161i kompaniju", _s22_65, "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_134, "Uspe\u0161no arhivirane :value dizajna", "deleted_designs", "Uspe\u0161no obrisane :value dizajna", _s16_135, "Uspe\u0161no vra\u0107ene :value dizajna", "proposals", "Ponude", "tickets", "Tiketi", _s16_136, "Ponavljaju\u0107a ponuda", "recurring_tasks", _s19_105, _s18_81, "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_138, "Uspe\u0161no arhivirano :count kredita", "deleted_credits", "Uspe\u0161no obrisano :count kredita", _s16_139, "Uspe\u0161no vra\u0107ene :value kredita", "current_version", _s16_293, "latest_version", "Poslednja verzija", "update_now", "A\u017euriraj odmah", _s26_30, "Dostupna je nova verzija veb aplikacije", _s16_140, _s19_106, "app_updated", "A\u017euriranje je uspe\u0161no zavr\u0161eno", "learn_more", _s16_294, "integrations", "Integracije", "tracking_id", "ID prac\u0301enja", _s17_100, _s17_101, "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_250, "surcharge2", _s21_251, "surcharge3", _s21_252, "surcharge4", _s21_253, "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_87, "Poslednja prijava kontakta", _s17_102, _s17_172, "contact_phone", "Kontakt telefon", _s21_86, "Kontaktirajte prilago\u0111enu vrednost 1", _s21_87, "Kontaktirajte prilago\u0111enu vrednost 2", _s21_88, "Kontaktirajte prilago\u0111enu vrednost 3", _s21_89, "Kontaktirajte prilago\u0111enu vrednost 4", _s17_104, "Adresa za isporuku- ulica", _s17_105, "Adresa za isporuku- stan/apartman", "shipping_city", "Adresa za isporuku- grad", "shipping_state", "Adresa za isporuku- Dr\u017eava/Pokrajina", _s20_86, "Adresa za isporuku- po\u0161tanski broj", _s16_170, "Adresa za isporuku- dr\u017eava", _s16_172, "Adresa naplate - Ulica", _s16_173, "Adresa ra\u010duna - Stan/Apartman", "billing_city", "Adresa naplate - Grad", "billing_state", "Adresa naplate - Dr\u017eava/Pokrajina", _s19_62, "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_174, "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_90, "Uklju\u010dite nedavne gre\u0161ke iz prijava", _s30_11, "Primili smo va\u0161u poruku i poku\u0161ac\u0301emo da odgovorimo \u0161to pre.", "message", "Poruka", "from", "\u0160alje", _s20_88, "Prika\u017ei detalje proizvoda", _s25_48, "Prika\u017ei opis i cenu u padaju\u0107oj listi proizvoda", _s20_90, "PDF renderer zahteva :version", _s18_90, "Podesite procenat naknade", _s23_38, "Podesite procenat da biste uzeli u obzir naknadu", _s18_92, "Konfiguri\u0161ite pode\u0161avanja\xa0", "support_forum", "Support Forums", "about", "O", "documentation", "Dokumentacija", "contact_us", _s17_173, "subtotal", "Sveukupno", "line_total", "Ukupno", "item", "Stavka", "credit_email", "E-po\u0161ta za kreditiranje", "iframe_url", "Sajt", "domain_url", "Domen URL", _s21_91, _s20_112, _s20_91, "Lozinka mora da sadr\u017ei veliko slovo i broj", _s19_64, _s26_56, _s23_39, "Kontrolna tabla portala za klijente", _s20_92, "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_481, "second_custom", _s17_334, "third_custom", _s17_335, "show_cost", "Prika\u017ei cenu", _s17_107, "Prika\u017ei cenu proizvoda", "show_cost_help", "Prika\u017eite polje cene proizvoda da biste pratili mar\u017eu/profit", _s21_92, _s26_57, _s26_32, "Prika\u017eite polje za koli\u010dinu proizvoda, ina\u010de podrazumevan je jedan", _s21_94, _s23_59, _s26_33, "Prika\u017eite polje za koli\u010dinu stavke, ina\u010de podrazumevana je jedna", _s21_96, "Prika\u017ei popust na proizvod", _s26_34, "Prika\u017eite polje za popust na stavku", _s16_176, "Podrazumevana koli\u010dina", _s21_98, "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_178, "Zadata poreska stopa", "user", "Korisnik", "invoice_tax", "Porez na ra\u010dun", "line_item_tax", "Porez na stavku", "inclusive_taxes", "Sa ura\u010dunatim porezima", _s17_109, "Stope poreza na ra\u010dun", "item_tax_rates", "Poreske stope stavke", _s18_94, _s25_136, "configure_rates", "Konfiguri\u0161ite stope", _s18_95, "Konfiguri\u0161ite platne kanale", "tax_settings", "Pode\u0161avanja poreza", _s18_97, "Poreske stope", "accent_color", "Naglasiti boju", "switch", "Prebaci", _s19_66, "Lista odvojena zarezima", "options", "Opcije", _s16_180, "Tekst u jednom redu", "multi_line_text", "Tekst u vi\u0161e redova", "dropdown", "Padaju\u0107i meni", "field_type", "Tip polja", _s27_45, "Poruka za povra\u0107aj lozinke je poslata", "submit", "Podneti", _s16_182, "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_183, "Procenat tro\u0161ka ka\u0161njenja", "before_due_date", "Pre roka", "after_due_date", "Posle roka", _s18_99, "Posle datuma ra\u010duna", "days", "Dani", "invoice_email", "E-po\u0161ta ra\u010duna", "payment_email", "E-po\u0161ta uplate", "partial_payment", _s19_232, "payment_partial", _s19_232, _s21_99, "Delimi\u010dno plac\u0301anje putem e-po\u0161te", "quote_email", "E-po\u0161ta ponuda", _s16_185, "Beskrajni podsetnik", _s16_187, _s23_60, "administrator", "Administrator", _s18_100, "Dozvolite korisniku da upravlja korisnicima, menja postavke i menja sve zapise", "user_management", _s23_61, "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_189, "Op\u0161te postavke", "invoice_options", "Opcije ra\u010duna", _s17_111, _s21_138, _s22_72, _s70_, _s23_41, _s19_108, _s28_30, "Uklju\u010dite prilo\u017eene slike u fakturu.", _s16_191, _s20_113, _s16_192, _s19_107, "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_101, "Automatsko slanje ePo\u0161te", _s23_42, _s52_4, _s18_102, "Automatsko Arhiviranje", _s23_43, _s55_1, _s18_103, "Auto konverzija", _s23_44, _s58_4, _s17_113, "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_115, "Tri meseca", _s16_193, "\u010cetiri meseca", "freq_six_months", "\u0160est meseci", "freq_annually", "Godi\u0161nje", "freq_two_years", "Dve godine", _s16_194, "Tri godine", "never", "Nikada", "company", "Kompanija", _s17_116, "Generisani brojevi", "charge_taxes", "Naplati poreze", "next_reset", "Slede\u0107e ponovno pode\u0161avanje", "reset_counter", "Ponovo podesite broja\u010d", _s16_195, "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_118, "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_120, _s22_98, _s16_197, "Prika\u017ei na PDF-u", _s21_101, "Prikazite potpis klijenta na PDF-u ra\u010duna/ponude.", _s25_54, "Polje za potvrdu uslova ra\u010duna", _s30_12, "Zahtevajte od klijenata da potvrde da prihvataju uslove ra\u010duna.", _s23_45, "Polje za potvrdu uslova predra\u010duna", _s28_31, "Zahtevajte od klijenata da potvrde da prihvataju uslove predra\u010duna.", _s25_55, "Potpis ra\u010duna", _s30_13, "Zahtevajte od klijenata da dostave potpis.", _s23_46, "Potpis predra\u010duna", _s22_74, "Ra\u010duni za\u0161tic\u0301eni lozinkom", _s27_46, "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_56, "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_198, "Zaka\u010di dokumenta", "attach_ubl", "Zaka\u010di UBL", "email_style", "Stil e-po\u0161te", _s19_68, "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_69, "Logoi prihva\u0107enih kartica", "credentials", "Podaci", "update_address", "A\u017euriraj adresu", _s19_71, "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_200, "Uspe\u0161no kreirana poreska stopa", _s16_201, "Uspe\u0161no a\u017eurirana poreska stopa", _s17_123, "Uspe\u0161no arhivirana poreska stopa", _s16_202, "Poreska stopa uspe\u0161no obrisana", _s17_124, "Poreska stopa uspe\u0161no povra\u0107ena", _s18_104, "Uspe\u0161no arhivirane :value poreskih stopa", _s17_125, "Uspe\u0161no obrisane :value poreskih stopa", _s18_105, "Uspe\u0161no vra\u0107ene :value poreskih stopa", "fill_products", "Automatski popuni proizvode", _s18_106, _s53_1, "update_products", "Automatski a\u017euriraj proizvode", _s20_96, "A\u017euriranje ra\u010duna automatski \u0107e a\u017eurirati registar proizvoda", _s16_203, "Konvertuj proizvode", _s21_102, "Automatski konvertuj cene proizvoda u valutu klijenta", "fees", "Naknade", "limits", "Ograni\u010denja", "provider", "Snadbeva\u010d", "company_gateway", "Platni kanal", _s16_205, "Platni kanali", _s19_72, "Novi platni kanal", _s20_97, "Uredi platni kanal", _s23_47, "Platni kanal uspe\u0161no kreiran", _s23_48, "Platni kanal uspe\u0161no a\u017euriran", _s24_57, "Platni kanal uspe\u0161no arhiviran", _s23_49, "Platni kanal uspe\u0161no obrisan", _s24_58, "Platni kanal uspe\u0161no povra\u0107en", _s25_57, "Uspe\u0161no arhivirana :value platnih kanala", _s24_59, "Uspe\u0161no obrisana :value platnih kanala", _s25_58, "Uspe\u0161no vra\u0107ena :value platnih kanala", _s16_207, "Nastavi izmene", "discard_changes", "Otka\u017ei izmene", "default_value", "Podrazumevana vrednost", "disabled", "Onemogu\u0107eno", "currency_format", "Format valute", _s21_103, "Prvi dan u nedelji", _s23_50, "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_107, "24-\u010dasovni prikaz", "send_reminders", "Po\u0161alji podsetnike", "timezone", "Vremenska zona", _s19_73, "Filtrirano po projektu", _s17_126, _s19_109, _s19_75, _s20_114, _s18_108, _s22_99, _s18_110, _s24_81, "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_209, _s18_143, "device_settings", _s16_296, "defaults", "Podrazumevano", "basic_settings", "Osnovna pode\u0161avanja", _s17_128, _s17_174, "company_details", "Detalji preduze\u0107a", "user_details", _s17_175, "localization", "Lokalizacija", "online_payments", "Online uplate", "tax_rates", "Porezne stope", "notifications", "Obave\u0161tenja", "import_export", "Uvoz i Izvoz", "custom_fields", _s17_176, "invoice_design", "Dizajn ra\u010duna", "buy_now_buttons", "Dugmad za kupovinu odmah", "email_settings", _s16_297, _s23_52, "\u0160abloni & podsetnici", _s22_75, _s24_79, _s19_77, _s22_100, "price", "Cena", "email_sign_up", "Prijavita putem e-po\u0161te", "google_sign_up", "Prijava putem Google-a", _s27_50, "Hvala Vam na kupovini!", "redeem", "Iskoristi", "back", "Nazad", "past_purchases", "Ranije kupovine", _s19_79, _s18_144, "pro_plan", "Pro plan", "enterprise_plan", "Plan preduze\u0107a", "count_users", _s16_298, "upgrade", "Nadogradi", _s25_59, "Unesite ime", _s24_60, "Unesite prezime", _s33_30, "Molimo prihvatite uslove kori\u0161\u0107enja i politiku privatnosti da biste registrovali korisni\u010dki nalog.", "i_agree_to_the", "Sla\u017eem se sa", _s16_211, "Uslovi kori\u0161tenja usluge", "privacy_policy", "Politika privatnosti", "sign_up", "Prijava", "account_login", _s18_146, "view_website", "Poseti internet stranicu", "create_account", "Napravi nalog", "email_login", _s21_139, "create_new", "Kreiraj novo", _s18_112, "Nijedan zapis nije odabran", _s21_106, "Molimo sa\u010duvajte ili otka\u017eite izmene", "download", "Preuzmi", _s27_51, "Zahteva plan preduzec\u0301a", "take_picture", "Fotografi\u0161i", "upload_files", "Upload Files", "document", "Dokument", "documents", "Dokumenti", "new_document", "Novi dokument", "edit_document", "Izmeni dokument", _s17_130, "Uspe\u0161no otpremljen dokument", _s16_213, "Uspe\u0161no a\u017euriran dokument", _s17_131, "Uspe\u0161no arhiviran dokument", _s16_214, "Uspe\u0161no obrisan dokument", _s17_132, "Uspe\u0161no vra\u0107en dokument", _s18_114, "Uspe\u0161no arhivirane :value dokumenata", _s17_133, "Uspe\u0161no obrisane :value dokumenata", _s18_115, "Uspe\u0161no vra\u0107ene :value dokumenata", "no_history", "Nema istorije", "expense_date", "Datum tro\u0161ka", "pending", "Na \u010dekanju", _s16_215, "Prijavljen", _s16_216, "Na \u010dekanju", _s16_217, "Fakturisano", "converted", "Konvertovano", _s24_62, _s24_63, "exchange_rate", "Kurs", _s16_218, "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_219, "Uspe\u0161no arhivirano :count dobavlja\u010da", "deleted_vendors", "Uspe\u0161no obrisano :count dobavlja\u010da", _s16_220, "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_221, "Uspe\u0161no arhiviran tro\u0161ak", "deleted_expense", "Uspe\u0161no obrisan tro\u0161ak", _s16_222, "Uspe\u0161no obnovljen tro\u0161ak", _s17_134, "Uspe\u0161no arhivirani tro\u0161kovi", _s16_223, "Uspe\u0161no obrisani tro\u0161kovi", _s17_135, "Uspe\u0161no vra\u0107ene :value tro\u0161kova", "copy_shipping", "Kopiraj adresu za isporuku", "copy_billing", "Kopiraj adresu za naplatu", "design", "Dizajn", _s21_107, "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_224, "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_81, _s18_145, "budgeted_hours", "Bud\u017eetirani sati", "created_project", "Projekat je uspe\u0161no kreiran", "updated_project", "Projekat je uspe\u0161no a\u017euriran", _s16_226, "Projekat je uspe\u0161no arhiviran", "deleted_project", "Projekat uspe\u0161no obrisan", _s16_227, "Projekat uspe\u0161no vra\u0107en", _s17_136, "Uspe\u0161no arhivirano :count projekata", _s16_228, "Uspe\u0161no obrisano :count projekata", _s17_137, "Uspe\u0161no vra\u0107ene :value projekata", "new_project", "Novi projekat", _s27_55, "Hvala Vam \u0161to koristite na\u0161u aplikaciju!", "if_you_like_it", "Ako Vam se dopada molimo Vas", "click_here", "kliknite ovde", _s18_116, "Kliknite ovde", "to_rate_it", "da je ocenite.", "average", "Prosek", "unapproved", "Neodobreno", _s30_18, "Molimo potvrdite autenti\u010dnost da biste promenili ovo pode\u0161avanje", "locked", "Zaklju\u010dano", "authenticate", "Potvrditi autenti\u010dnost", _s19_83, "Molimo potvrdite autenti\u010dnost", _s24_64, "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_138, "Period za upore\u0111ivanje", "previous_period", "Prethodni period", "previous_year", _s16_299, "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", "all_time", "All Time", "custom", "Prilago\u0111eno", _s16_229, "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_300, "edit_project", "Uredi projekat", _s20_99, "Izmeni ponavljaju\u0107u ponudu", "billing_address", "Adresa ra\u010duna", _s16_231, "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_301, "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_233, "Osve\u017eavanje zavr\u0161eno", _s23_53, "Molimo, unesite svoju adresu e-po\u0161te", _s26_43, "Molimo, unesite svoju lozinku", _s21_110, "Molimo, unesite svoj URL", _s26_45, "Molimo, unesite \u0161ifru proizvoda", "ascending", "Rastu\u0107e", "descending", "Opadaju\u0107e", "save", "Snimi", _s17_140, "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_85, "Vrednost :value kopirana na radnu tablu", "error", "Gre\u0161ka", _s16_235, "Pokretanje nije uspelo", "contacts", "Kontakti", "additional", "Dodatno", "first_name", "Ime", "last_name", "Prezime", "add_contact", "Dodaj kontakt", "are_you_sure", _s18_147, "cancel", "Odustani", "ok", "Ok", "remove", "Ukloni", _s16_237, "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_239, "Proizvod je uspe\u0161no arhiviran", "deleted_product", "Proizvod uspe\u0161no obrisan", _s16_240, "Proizvod uspe\u0161no vra\u0107en", _s17_142, "Uspe\u0161no arhivirano :count proizvoda", _s16_241, "Uspe\u0161no obrisano :count proizvoda", _s17_143, "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_242, "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_243, "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_244, "Uspe\u0161no arhiviran ra\u010dun", "deleted_invoice", "Uspe\u0161no obrisan ra\u010dun", _s16_245, "Uspe\u0161no vra\u0107en ra\u010dun", _s17_144, "Uspe\u0161no arhivirano :count ra\u010duna", _s16_246, "Uspe\u0161no obrisano :count ra\u010duna", _s17_145, "Uspe\u0161no vra\u0107ene :value ra\u010duna", "emailed_invoice", _s29_113, "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_247, "Datum dospe\u0107a avansa", "paid_date", "Paid Date", "status", "Status", _s17_146, "Status ra\u010duna", "quote_status", "Status ponude", _s22_76, _s30_30, _s22_78, "Kliknite + za dodavanje vremena", "count_selected", ":count odabrano", "total", "Sveukupno", "percent", "Procenat", "edit", "Uredi", "dismiss", "Odbaci", _s20_101, "Molimo, izaberite datum", _s22_79, _s25_136, _s24_66, "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_20, "Molimo, unesite broj ra\u010duna", _s27_59, "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_81, "Ra\u010dun uspe\u0161no obele\u017een kao poslat", _s22_82, _s35_21, _s23_55, "Ra\u010duni su uspe\u0161no ozna\u010deni kao poslati", _s23_56, _s36_15, "done", "Zavr\u0161eno", _s37_22, "Molimo, unesite klijenta ili ime kontakta", "dark_mode", "Tamni prikaz", _s27_61, "Ponovo pokrenite aplikaciju da pokrenuli promenu", "refresh_data", "Osve\u017ei podatke", "blank_contact", "Prazan kontakt", "activity", "Aktivnost", _s16_249, "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_251, "Na \u010dekanju", _s16_252, "Storno", _s16_253, "Neuspe\u0161no", _s16_254, "Zavr\u0161eno", _s16_255, _s21_249, _s16_256, "Refundirano", _s17_147, "Neprimenjeno", _s17_148, _s22_209, "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_31, "auto_billing", "Automatski ra\u010dun", "button", "Dugme", "preview", "Pregled", "customize", "Prilagodi", "history", "Istorija", "payment", "Uplata", "payments", "Uplate", "refunded", "Refundirano", "payment_type", "Tip uplate", _s21_112, _s21_140, "enter_payment", "Unesi uplatu", "new_payment", "Unesi uplatu", "created_payment", "Uspe\u0161no kreirana uplata", "updated_payment", "Uspe\u0161no a\u017eurirana uplata", _s16_257, "Uspe\u0161no arhivirana uplata", "deleted_payment", "Uspe\u0161no obrisana uplata", _s16_258, "Uspe\u0161no vra\u0107ena uplata", _s17_149, "Uspe\u0161no arhivirana :count uplata", _s16_259, "Uspe\u0161no obrisano :count uplata", _s17_150, "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", "Vendors", "task", "Zadatak", "tasks", "Zadaci", "project", "Projekat", "projects", "Projekti", "activity_1", _s30_31, "activity_2", _s32_20, "activity_3", _s30_32, "activity_4", _s28_70, "activity_5", _s29_54, "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_33, "activity_9", ":user obrisao ra\u010dun :invoice", "activity_10", _s82_, "activity_11", _s30_34, "activity_12", _s30_35, "activity_13", _s29_55, "activity_14", ":user uneo :credit kredit", "activity_15", _s29_56, "activity_16", _s30_36, "activity_17", _s28_71, "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_63, "activity_22", ":user arhivirao predra\u010dun :quote", "activity_23", ":user obrisao predra\u010dun :quote", "activity_24", ":user obnovio predra\u010dun :quote", "activity_25", _s28_72, "activity_26", _s30_37, "activity_27", _s29_57, "activity_28", _s28_73, "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_58, "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_75, "activity_49", _s24_76, "activity_50", _s25_71, "activity_51", _s24_77, "activity_52", _s25_72, "activity_53", _s26_53, "activity_54", _s27_72, "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_74, "activity_60", _s35_63, "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_151, "Jednokratna lozinka", "emailed_quote", _s36_66, "emailed_credit", "Kredit je uspe\u0161no poslat e-po\u0161tom", _s20_103, "Ponuda uspe\u0161no obele\u017eena kao poslata", _s21_114, "Kredit je uspe\u0161no ozna\u010den kao poslat", "expired", "Isteklo", "all", "Sve", "select", "Odaberi", _s22_83, "Dugo pritisnite Multiselect", "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Prilago\u0111ena Vrednost 3", "custom_value4", "Prilago\u0111ena Vrednost 4", _s18_117, _s24_82, _s24_71, "Prilago\u0111ena poruka na kontrolnoj tabli", _s29_46, "Prilago\u0111ena poruka o neplac\u0301enom ra\u010dunu", _s27_66, "Prilago\u0111ena poruka o plac\u0301enom ra\u010dunu", _s31_24, "Prilago\u0111ena poruka o neodobrenoj ponudi", "lock_invoices", _s16_304, "translations", "Prevodi", _s19_86, "Obrazac broja zadatka", _s19_88, "Broja\u010d broja zadataka", _s22_85, "Obrazac broja tro\u0161kova", _s22_87, _s21_141, _s21_115, "Obrazac broja dobavlja\u010da", _s21_117, "Broja\u010d broja dobavlja\u010da", _s21_119, "Obrazac broja tiketa", _s21_121, "Broja\u010d broja tiketa", _s22_89, "Obrazac broja pla\u0107anja", _s22_91, "Broja\u010d broja pla\u0107anja", _s22_93, "Obrazac broja ra\u010duna", _s22_95, "Broja\u010d ra\u010duna", _s20_104, "Obrazac broja ponude", _s20_106, "Broja\u010d ponuda", _s21_123, _s21_254, _s21_125, _s20_245, _s21_127, _s21_254, _s21_128, _s20_245, _s18_119, "Ponovo podesite datum broja\u010da", "counter_padding", "Ispuna ispred broja broja\u010da", _s28_66, _s27_75, _s18_121, "Podrazumevani naziv poreza 1", _s18_123, "Podrazumevana poreska stopa 1", _s18_125, "Podrazumevani naziv poreza 2", _s18_127, "Podrazumevana poreska stopa 2", _s18_129, "Podrazumevani naziv poreza 3", _s18_131, "Podrazumevana poreska stopa 3", _s21_129, "Po\u0161alji e-po\u0161tom predmet fakture", _s19_90, "Po\u0161alji e-po\u0161tom predmet ponude", _s21_131, "Po\u0161alji e-po\u0161tom predmet pla\u0107anja", _s29_48, "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_260, _s18_148, "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_73, "Adresa za isporuku klijentu", _s24_74, "Adresa za isporuku- stan/apartman klijentu", "type", "Tip", "invoice_amount", "Iznos ra\u010duna", _s16_264, "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_153, _s21_250, _s17_154, _s21_251, _s17_155, _s21_252, _s17_156, _s21_253, "is_deleted", "Je obrisan", "vendor_city", "Grad dobavlja\u010da", "vendor_state", _s17_177, "vendor_country", _s17_177, "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_92, "ID kategorije tro\u0161kova", _s16_265, "Kategorija tro\u0161kova", _s19_94, "ID valute ra\u010duna", "tax_name1", "Naziv poreza 1", "tax_name2", "Naziv poreza 2", "tax_name3", "Naziv poreza 3", "transaction_id", "ID transakcije", _s18_133, _s18_134, _s16_266, _s16_267], t1, t1), "sk", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "Opakovan\xe9", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Zru\u0161i\u0165 prepojenie", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Zn\xed\u017een\xe1 sadzba", "tax_all", "Tax All", "tax_selected", "Vybran\xe1 da\u0148", "version", "verzia", _s16_10, "Subregi\xf3n predajcu", "calculate_taxes", "Vypo\u010d\xedtajte dane", _s20_5, "Automaticky vypo\u010d\xedtajte dane pri ukladan\xed fakt\xfar", "admin", "Administr\xe1tor", "owner", "Vlastn\xedk", "link_expenses", "V\xfddavky na prepojenie", _s24_3, "Konvertovan\xfd zostatok klienta", _s25_1, "Konvertovan\xfd zostatok platieb", "total_hours", "Celkov\xfd po\u010det hod\xedn", _s16_12, "Pou\u017eite +dni na nastavenie d\xe1tumu v bud\xfacnosti", _s18_8, "Pou\u017eite prehliada\u010d PDF Viewer", _s23_, "Upozornenie: Zabra\u0148uje interakcii s aplik\xe1ciou cez s\xfabor PDF", "increase_prices", "Zv\xfd\u0161i\u0165 ceny", "update_prices", "Aktualizova\u0165 ceny", "incresed_prices", "\xdaspe\u0161ne zaraden\xe9 ceny, ktor\xe9 sa maj\xfa zv\xfd\u0161i\u0165", "updated_prices", "Ceny boli \xfaspe\u0161ne zaraden\xe9 do poradia na aktualiz\xe1ciu", "bacs", "Inkaso BACS", "api_token", "API Token", "api_key", "API k\u013e\xfa\u010d", "endpoint", "Koncov\xfd bod", "billable", "Fakturovate\u013en\xe9", "not_billable", "Nefakturovate\u013en\xe9", _s25_3, "Povoli\u0165 fakturovate\u013en\xe9 polo\u017eky \xfaloh", _s30_, "Povoli\u0165 konfigur\xe1ciu, ktor\xe9 polo\u017eky \xfalohy sa bud\xfa \xfa\u010dtova\u0165", _s26_, "Zobrazi\u0165 popis polo\u017eky \xfalohy", _s31_, "Povoli\u0165 \u0161pecifikovanie popisov polo\u017eiek \xfaloh", "email_record", "E-mailov\xfd z\xe1znam", _s23_0, "Produktov\xe9 st\u013apce fakt\xfary", _s21_1, "St\u013apce ponuky produktov", _s22_3, "Minim\xe1lna v\xfd\u0161ka platby", _s25_5, "Platby iniciovan\xe9 klientom", _s30_0, "Podpora uskuto\u010d\u0148ovania platby na klientskom port\xe1li bez fakt\xfary", _s27_, "Zdie\u013ea\u0165 st\u013apce fakt\xfary/cenov\xfdch pon\xfak", "cc_email", "CC Email", "payment_balance", "Platobn\xfd zostatok", _s22_5, "Povoli\u0165 pou\u017e\xedvate\u013eovi pr\xedstup k preh\u013eadom, \xfadaje s\xfa obmedzen\xe9 dostupn\xfdmi povoleniami", "activity_138", "Platba :payment bola odoslan\xe1 e-mailom na adresu :client", _s17_, "Jednorazov\xe9 produkty", _s26_1, "Volite\u013en\xe9 jednorazov\xe9 produkty", "required", "Po\u017eadovan\xfd", "hidden", "Skryt\xe9", "payment_links", "Platobn\xe9 odkazy", "action", "Akcia", _s32_, "Ak chcete vytv\xe1ra\u0165 pl\xe1ny, inovujte na platen\xfd pl\xe1n", "next_run", "\u010eal\u0161\xed beh", "all_clients", "V\u0161etci klienti", _s16_13, "Zobrazi\u0165 tabu\u013eku starnutia", _s19_1, "Zobrazi\u0165 tabu\u013eku platieb", _s26_3, _s26_4, "email_statement", "E-mailov\xe9 vyhl\xe1senie", "once", "Raz", "schedule", "Pl\xe1n", "schedules", "Rozvrhy", "new_schedule", "Nov\xfd rozvrh", "edit_schedule", "Upravi\u0165 pl\xe1n", _s16_15, "Pl\xe1n bol \xfaspe\u0161ne vytvoren\xfd", _s16_16, "Rozvrh bol \xfaspe\u0161ne aktualizovan\xfd", _s17_1, "Rozvrh bol \xfaspe\u0161ne archivovan\xfd", _s16_17, _s27_130, _s16_18, _s27_130, _s17_2, "Pl\xe1n bol \xfaspe\u0161ne obnoven\xfd", "search_schedule", "Pl\xe1n vyh\u013ead\xe1vania", _s16_19, "H\u013eada\u0165 v pl\xe1noch", "archive_payment", "Archivova\u0165 platbu", "archive_invoice", "Archivova\u0165 fakt\xfaru", "archive_quote", "Archivova\u0165 ponuku", "archive_credit", "Archivova\u0165 dobropis", "archive_task", "Archivova\u0165 \xfalohu", "archive_client", "Archivova\u0165 z\xe1kazn\xedka", "archive_project", "Archivova\u0165 projekt", "archive_expense", "Archivova\u0165 v\xfddaje", "restore_payment", "Obnovi\u0165 platbu", "restore_invoice", "Obnovi\u0165 fakt\xfaru", "restore_quote", "Obnovi\u0165 ponuku", "restore_credit", "Obnovi\u0165 dobropis", "restore_task", "Obnovi\u0165 \xfalohu", "restore_client", "Obnovi\u0165 z\xe1kazn\xedka", "restore_project", "Obnovi\u0165 projekt", "restore_expense", "Obnovi\u0165 v\xfddaje", "archive_vendor", "Archivova\u0165 dod\xe1vate\u013ea", "restore_vendor", "Obnovi\u0165 dod\xe1vate\u013ea", "create_product", "Prida\u0165 produkt", "update_product", "Aktualizova\u0165 produkt", "delete_product", "Zmaza\u0165 produkt", "restore_product", "Obnovi\u0165 produkt", "archive_product", "Z\xe1lohova\u0165 produkt", _s21_3, "Vytvori\u0165 objedn\xe1vku", _s21_5, "Aktualizova\u0165 objedn\xe1vku", _s21_7, "Odstr\xe1ni\u0165 objedn\xe1vku", _s22_6, "Obnovi\u0165 objedn\xe1vku", _s22_8, "Archivova\u0165 objedn\xe1vku", "sent_invoice", "Odoslan\xe1 fakt\xfara", "sent_quote", "Zaslan\xe1 cenov\xe1 ponuka", "sent_credit", "Odoslan\xfd kredit", _s19_3, _s19_233, "image_url", "Adresa URL obr\xe1zka", "max_quantity", _s18_308, "test_url", "Testovacia adresa URL", _s18_9, _s24_168, _s20_6, "Mo\u017enos\u0165 je zobrazen\xe1, ale nie je vybrat\xe1", _s21_9, "Mo\u017enos\u0165 sa zobraz\xed a vyberie", _s21_10, _s24_168, "payment_methods", "Mo\u017enosti platby", "view_all", "Zobrazi\u0165 v\u0161etko", "edit_all", "Upravi\u0165 v\u0161etko", _s28_0, "Prijmite \u010d\xedslo objedn\xe1vky", _s33_1, "Umo\u017enite klientom poskytn\xfa\u0165 \u010d\xedslo objedn\xe1vky pri schva\u013eovan\xed cenovej ponuky", "from_email", "Z e-mailu", "show_preview", "Zobrazi\u0165 n\xe1h\u013ead", "show_paid_stamp", "Zobrazi\u0165 platen\xfa zn\xe1mku", _s21_11, "Zobrazi\u0165 dodaciu adresu", _s24_5, "Vo vybrat\xfdch z\xe1znamoch nie s\xfa \u017eiadne dokumenty na stiahnutie", "pixels", "pixelov", "logo_size", "Ve\u013ekos\u0165 loga", "postal_city", "Po\u0161ta/mesto", "failed", "Nepodarilo sa", "client_contacts", "Kontakty na klienta", "sync_from", "Synchronizova\u0165 z", _s19_6, "Hranica z\xe1sob", "hour", "Hodina", _s17_3, "V\xfdpis \xfaspe\u0161ne zaraden\xfd do frontu na odoslanie", _s17_4, "Zobrazi\u0165 p\xe4tu e-mailu", _s18_10, "Faktura\u010dn\xe9 pracovn\xe9 hodiny", _s23_2, "Pridajte hodiny do riadkov\xfdch polo\u017eiek fakt\xfary", _s27_1, "Automatick\xe9 \xfa\u010dtovanie \u0161tandardn\xfdch fakt\xfar", _s28_2, "Automatick\xe9 \xfa\u010dtovanie opakuj\xfacich sa fakt\xfar", "email_alignment", "Zarovnanie e-mailov", _s20_7, "Umiestnenie n\xe1h\u013eadu PDF", "mailgun", "Mailgun", "postmark", "Po\u0161tov\xe1 pe\u010diatka", "microsoft", "Microsoft", _s27_3, "Kliknut\xedm na + vytvor\xedte z\xe1znam", "last365_days", "Posledn\xfdch 365 dn\xed", "import_design", "Importova\u0165 dizajn", "imported_design", "\xdaspe\u0161ne importovan\xfd dizajn", "invalid_design", "N\xe1vrh je neplatn\xfd, ch\xfdba sekcia :value", _s17_6, "Chcete nahra\u0165 svoje logo?", "upload", "Nahra\u0165", _s17_7, "Nain\u0161talovan\xe1 verzia", _s23_3, "Upozorni\u0165 dod\xe1vate\u013ea pri zaplaten\xed", _s28_5, "Po\u0161lite e-mail predajcovi, ke\u010f je v\xfddavok ozna\u010den\xfd ako zaplaten\xfd", "update_payment", "Aktualizova\u0165 platbu", "markup", "Ozna\u010denie", _s22_10, "Objedn\xe1vka bola vytvoren\xe1", _s19_8, _s19_233, _s21_13, "Objedn\xe1vka zobrazen\xe1", _s23_5, "Objedn\xe1vka prijat\xe1", _s20_9, "Suma kreditu nem\xf4\u017ee by\u0165 vy\u0161\u0161ia ako suma platby", "klarna", "Klarna", _s29_7, "Pri zad\xe1van\xed manu\xe1lnej platby nastavte v\xfdmenn\xfd kurz", _s29_8, "Pri vytv\xe1ran\xed v\xfddavku nastavte v\xfdmenn\xfd kurz", "matomo_url", "Adresa URL Matomo", "matomo_id", "Matomo Id", _s21_15, "Prida\u0165 do fakt\xfary", _s25_7, "Po\u0161lite e-mail, ke\u010f sa uskuto\u010dn\xed online platba", _s25_8, "Pri manu\xe1lnom zad\xe1van\xed platby odo\u0161lite e-mail", _s28_6, "Pri ozna\u010dovan\xed fakt\xfary ako zaplatenej odosla\u0165 e-mail", "delete_project", "Zmaza\u0165 projekt", _s18_12, "Transakcia bola \xfaspe\u0161ne prepojen\xe1", "link_payment", "Link Payment", "link_expense", "N\xe1klady na prepojenie", _s19_10, "Uzamknutie fakturovan\xfdch \xfaloh", _s24_6, "Zabr\xe1\u0148te \xfaprav\xe1m \xfaloh po faktur\xe1cii", _s21_16, "Vy\u017eaduje sa registr\xe1cia", _s26_6, "Vy\u017eadova\u0165 od klientov registr\xe1ciu", _s24_7, "Pou\u017eite spr\xe1vu z\xe1sob", _s29_9, "Vy\u017eadova\u0165, aby boli produkty na sklade", _s17_9, "Volite\u013en\xe9 produkty", _s27_5, "Volite\u013en\xe9 opakuj\xface sa produkty", "convert_matched", "Konvertova\u0165", _s19_12, "Fakt\xfara zaraden\xe1 do poradia na automatick\xfa faktur\xe1ciu", _s20_10, "Fakt\xfary zaraden\xe9 do poradia na automatick\xfa faktur\xe1ciu", "operator", "Oper\xe1tor", "value", "Hodnota", "is", "Je", "contains", "Obsahuje", "starts_with", "Za\u010d\xedna s", "is_empty", "Je pr\xe1zdny", "add_rule", "Prida\u0165 pravidlo", "match_all_rules", "Zhoda v\u0161etk\xfdch pravidiel", _s20_11, "Aby sa pravidlo uplatnilo, musia sa zhodova\u0165 v\u0161etky krit\xe9ri\xe1", _s17_11, "Automaticky konvertujte sp\xe1rovan\xe9 transakcie na v\xfddavky", "rules", "pravidl\xe1", _s16_21, "Pravidlo transakcie", _s17_12, "Pravidl\xe1 transakcie", _s20_12, "Nov\xe9 pravidlo transakcie", _s21_18, "Upravi\u0165 pravidlo transakcie", _s24_9, "Pravidlo bolo \xfaspe\u0161ne vytvoren\xe9", _s24_10, "Pravidlo transakcie bolo \xfaspe\u0161ne aktualizovan\xe9", _s25_10, "Pravidlo transakcie bolo \xfaspe\u0161ne archivovan\xe9", _s24_11, _s43_15, _s24_12, _s43_15, _s25_11, "Pravidlo transakcie bolo \xfaspe\u0161ne obnoven\xe9", _s23_7, "Vyh\u013eada\u0165 pravidlo transakcie", _s24_13, "Vyh\u013eada\u0165 pravidl\xe1 transakcie", _s21_20, "Ulo\u017ei\u0165 ako prednastaven\xe9", _s22_12, "Ulo\u017ei\u0165 ako predvolen\xfa p\xe4tu", "auto_sync", "Auto synchroniz\xe1cia", _s16_23, "Obnovi\u0165 \xfa\u010dty", _s31_2, "Ak chcete pripoji\u0165 svoj bankov\xfd \xfa\u010det, inovujte na Enterprise", _s34_0, "Kliknut\xedm sem prepoj\xedte svoj bankov\xfd \xfa\u010det", "disable_2fa", "Zak\xe1za\u0165 2FA", "change_number", "Zmeni\u0165 \u010d\xedslo", "resend_code", "Znova odosla\u0165 k\xf3d", "base_type", "Z\xe1kladn\xfd typ", "category_type", "Typ kateg\xf3rie", _s16_25, "Transakcia", "bulk_print", "Tla\u010d PDF", _s18_13, "PS\u010c predajcu", _s16_26, "Umiestnenie uk\xe1\u017eky", "bottom", "Spodn\xe1 \u010das\u0165", "side", "Side", "pdf_preview", "Uk\xe1\u017eka PDF", _s20_14, "Dlh\xfdm stla\u010den\xedm vyberte", _s21_22, _s16_305, _s19_13, "Polo\u017eka objedn\xe1vky", _s22_14, "Chcete ohodnoti\u0165 aplik\xe1ciu?", "include_deleted", "Zahrn\xfa\u0165 Odstr\xe1nen\xe9", _s20_16, "Zahrn\xfa\u0165 vymazan\xe9 z\xe1znamy do preh\u013eadov", "due_on", "Splatn\xfd", _s22_15, "\xdaspe\u0161ne konvertovan\xe9 transakcie", _s20_17, "Bankov\xfd \xfa\u010det \xfaspe\u0161ne vytvoren\xfd", _s20_18, "Bankov\xfd \xfa\u010det \xfaspe\u0161ne aktualizovan\xfd", _s17_14, "Upravi\u0165 bankov\xfd \xfa\u010det", _s16_28, "Predvolen\xe1 kateg\xf3ria", "account_type", "Typ \xfa\u010dtu", _s16_30, "Nov\xfd bankov\xfd \xfa\u010det", _s16_31, "Pripoji\u0165 \xfa\u010dty", "manage_rules", "Spravova\u0165 pravidl\xe1", "search_category", "H\u013eada\u0165 1 kateg\xf3riu", _s17_17, "Vyh\u013eadajte :count kateg\xf3rie", "min_amount", "Min", "max_amount", _s18_308, "selected", "Vybran\xe9", _s21_24, "Transakcia bola \xfaspe\u0161ne konvertovan\xe1", _s18_15, "Previes\u0165 na platbu", "deposit", "Z\xe1loha", "withdrawal", "Odst\xfapenie", "deposits", "Vklady", "withdrawals", "V\xfdbery", "matched", "Zhoda", "unmatched", "Neporovnate\u013en\xe9", "create_credit", "Vytvorte kredit", "update_credit", "Aktualizova\u0165 dobropis", "delete_credit", "Odstr\xe1ni\u0165 dobropis", "transaction", "Transakcia", "transactions", "Transakcie", "new_transaction", "Nov\xe1 transakcia", _s16_33, "Editova\u0165 transakciu", _s19_15, "Transakcia bola \xfaspe\u0161ne vytvoren\xe1", _s19_16, "Transakcia bola \xfaspe\u0161ne aktualizovan\xe1", _s20_19, "Transakcia bola \xfaspe\u0161ne archivovan\xe1", _s19_17, "Transakcia bola \xfaspe\u0161ne zmazan\xe1", _s19_18, "Transakcia bola \xfaspe\u0161ne odstr\xe1nen\xe1", _s20_20, "Transakcia bola \xfaspe\u0161ne obnoven\xe1", _s18_17, "Vyh\u013eada\u0165 transakciu", _s19_19, "Vyh\u013eadajte :count transakcie", "bank_account", "Bankov\xfd \xfa\u010det", "bank_accounts", _s22_210, _s21_25, "Bankov\xfd \xfa\u010det \xfaspe\u0161ne archivovan\xfd", _s20_21, _s35_64, _s20_22, _s35_64, _s21_26, "Bankov\xfd \xfa\u010det bol \xfaspe\u0161ne obnoven\xfd", _s19_20, "Vyh\u013eadajte bankov\xfd \xfa\u010det", _s20_23, "Vyh\u013eadajte bankov\xe9 \xfa\u010dty :count", "connect", "Pripojte sa", _s23_9, "Ozna\u010di\u0165 e-mail s platenou platbou", _s18_19, "Konvertova\u0165 na projekt", "client_email", "E-mail klienta", _s20_24, "Projekt faktura\u010dnej \xfalohy", _s25_12, "Pridajte projekt do riadkov\xfdch polo\u017eiek fakt\xfary", "field", "L\xfaka", "period", "Obdobie", "fields_per_row", "Polia na riadok", _s21_27, "Akt\xedvne fakt\xfary", _s26_8, "Nezaplaten\xe9 fakt\xfary", _s24_16, "Dokon\u010den\xe9 platby", _s23_11, "Vr\xe1ten\xe9 platby", _s19_22, "Akt\xedvne ponuky", _s21_28, "Schv\xe1len\xe9 ponuky", _s23_12, "Neschv\xe1len\xe9 ponuky", _s18_22, "Prihl\xe1sen\xe9 \xfalohy", _s20_27, "Fakturovan\xe9 \xfalohy", _s16_35, "Platen\xe9 \xfalohy", _s21_29, "Zaznamenan\xe9 v\xfddavky", _s22_16, "Nespracovan\xe9 v\xfddavky", _s23_13, "Fakturovan\xe9 v\xfddavky", _s27_8, "Fakt\xfara zaplaten\xe9 v\xfddavky", "activity_130", ":user vytvoren\xe1 objedn\xe1vka :purchase_order", "activity_131", ":user aktualizovan\xe1 objedn\xe1vka :purchase_order", "activity_132", ":user archivovan\xe1 objedn\xe1vka :purchase_order", "activity_133", ":user vymazan\xe1 objedn\xe1vka :purchase_order", "activity_134", ":user obnoven\xe1 objedn\xe1vka :purchase_order", "activity_135", ":user odoslan\xe1 objedn\xe1vka e-mailom :purchase_order", "activity_136", ":contact zobrazen\xe1 objedn\xe1vka :purchase_order", "activity_137", ":contact prijat\xe1 objedn\xe1vka :purchase_order", "vendor_portal", "Port\xe1l predajcu", "send_code", "Odosla\u0165 k\xf3d", _s24_17, "Ulo\u017ete z\xe1znam na nahranie dokumentov", _s17_21, "Sadzby dane z n\xe1kladov", _s22_17, "Sadzby dane z polo\u017eiek fakt\xfary", _s21_31, "\xdaspe\u0161ne overen\xe9 telef\xf3nne \u010d\xedslo", "code_was_sent", "K\xf3d bol odoslan\xfd prostredn\xedctvom SMS", _s16_37, "K\xf3d bol odoslan\xfd prostredn\xedctvom SMS na :number", "resend", "Znovu odosla\u0165", "verify", "Overi\u0165", _s18_23, "Uve\u010fte telef\xf3nne \u010d\xedslo", _s20_28, "Neplatn\xe9 telef\xf3nne \u010d\xedslo", _s19_23, "Overte telef\xf3nne \u010d\xedslo", _s24_18, "Ak chcete odosiela\u0165 e-maily, overte svoje telef\xf3nne \u010d\xedslo", _s28_8, "Overte svoje telef\xf3nne \u010d\xedslo pre z\xe1lohu 2FA", "merged_clients", "Klienti boli \xfaspe\u0161ne zl\xfa\u010den\xed", "merge_into", "Zl\xfa\u010di\u0165 sa do", "merge", "Spoji\u0165", _s21_32, "Zmena ceny prijat\xe1", _s19_25, "Zmena ceny zlyhala pomocou k\xf3du", _s17_23, "Obnovi\u0165 n\xe1kupy", "activate", "Aktivova\u0165", "connect_apple", "Pripojte Apple", _s16_38, "Odpojte Apple", _s18_24, "Apple bol \xfaspe\u0161ne odpojen\xfd", "send_now", "Posla\u0165 teraz", "received", "Prijat\xe9", _s19_26, "D\xe1tum objedn\xe1vky", _s20_30, _s29_114, _s21_34, _s29_114, _s18_25, "Previes\u0165 na V\xfddavky", _s16_40, "Prida\u0165 do invent\xe1ra", _s33_9, "Objedn\xe1vka bola \xfaspe\u0161ne pridan\xe1 do invent\xe1ra", _s34_7, "N\xe1kupn\xe9 objedn\xe1vky boli \xfaspe\u0161ne pridan\xe9 do invent\xe1ra", _s22_19, "Nahranie dokumentu klienta", _s22_21, "Nahranie dokumentu dod\xe1vate\u013ea", _s27_10, "Umo\u017enite dod\xe1vate\u013eom nahr\xe1va\u0165 dokumenty", _s24_19, "Bav\xed v\xe1s aplik\xe1cia?", "yes_its_great", "\xc1no, je to skvel\xe9!", "not_so_much", "Nie ve\u013emi", _s17_25, "Skvel\xe9 po\u010du\u0165! Chcete ho ohodnoti\u0165?", _s22_23, "Prep\xe1\u010dte, \u017ee to po\u010dujem! Chceli by ste n\xe1m poveda\u0165 viac?", "sure_happy_to", "Jasn\xe9, r\xe1d", "no_not_now", "Nie, nie teraz", "add", "Prida\u0165", _s18_27, "Posledn\xe1 odoslan\xe1 \u0161abl\xf3na", _s22_24, "Povoli\u0165 flexibiln\xe9 vyh\u013ead\xe1vanie", _s27_11, "Prira\u010fte nes\xfavisl\xe9 znaky, tj. "ct" sa zhoduje s "cat"", "vendor_details", "Podrobnosti o predajcovi", _s22_26, "Podrobnosti objedn\xe1vky", "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "S\xfahlasi\u0165", _s23_14, "Klonova\u0165 do PO", _s20_31, "Predajca nem\xe1 nastaven\xfa e-mailov\xfa adresu", "bulk_send_email", "Posla\u0165 email", _s29_12, "Objedn\xe1vka bola \xfaspe\u0161ne ozna\u010den\xe1 ako odoslan\xe1", _s30_3, "Objedn\xe1vky boli \xfaspe\u0161ne ozna\u010den\xe9 ako odoslan\xe9", _s23_15, "Objedn\xe1vka bola \xfaspe\u0161ne prijat\xe1", _s24_20, "Objedn\xe1vky boli \xfaspe\u0161ne prijat\xe9", _s24_21, "Objedn\xe1vka bola \xfaspe\u0161ne zru\u0161en\xe1", _s25_14, "Objedn\xe1vky boli \xfaspe\u0161ne zru\u0161en\xe9", "accepted", "Prijat\xfd", _s22_28, "Vyberte dod\xe1vate\u013ea", _s20_32, "Celkov\xe1 objedn\xe1vka", _s20_34, "Objedn\xe1vka e-mailom", _s26_9, "E-mailov\xe9 n\xe1kupn\xe9 objedn\xe1vky", _s18_29, "E-mail bol \xfaspe\u0161ne odpojen\xfd", "connect_email", "Pripoji\u0165 e-mail", _s16_43, "Odpoji\u0165 e-mail", _s32_5, "Na pripojenie k Microsoftu pou\u017eite webov\xfa aplik\xe1ciu", "email_provider", "Poskytovate\u013e e-mailu", _s17_26, "Pripojte Microsoft", _s20_36, "Odpojte Microsoft", _s19_28, "Microsoft sa \xfaspe\u0161ne pripojil", _s22_30, "Microsoft bol \xfaspe\u0161ne odpojen\xfd", _s17_28, "Prihl\xe1ste sa cez Microsoft", _s17_29, "Zaregistrujte sa v spolo\u010dnosti Microsoft", _s22_32, "Objedn\xe1vka na odoslanie bola \xfaspe\u0161ne zaraden\xe1 do frontu", _s23_16, "Objedn\xe1vky na odoslanie boli \xfaspe\u0161ne zaraden\xe9 do frontu", _s16_45, "Prejdite na webov\xfa aplik\xe1ciu React", _s21_36, "N\xe1vrh objedn\xe1vky", _s20_39, "Podmienky objedn\xe1vky", _s21_38, "P\xe4ta objedn\xe1vky", _s32_7, "Podpis objedn\xe1vky", _s37_5, "Vy\u017eadova\u0165 od predajcu, aby poskytol svoj podpis.", "purchase_order", "Objedn\xe1vka", "purchase_orders", "Objedn\xe1vky", _s18_30, "Nov\xe1 objedn\xe1vka", _s19_29, "Upravi\u0165 objedn\xe1vku", _s22_33, "Objedn\xe1vka bola \xfaspe\u0161ne vytvoren\xe1", _s22_34, "Objedn\xe1vka bola \xfaspe\u0161ne aktualizovan\xe1", _s23_17, "Objedn\xe1vka bola \xfaspe\u0161ne archivovan\xe1", _s22_35, _s34_56, _s22_36, _s34_56, _s23_18, "Objedn\xe1vka bola \xfaspe\u0161ne obnoven\xe1", _s21_40, "Vyh\u013eadajte objedn\xe1vku", _s22_37, "Vyh\u013eadajte objedn\xe1vky", "login_url", "Prihlasovacia adresa URL", _s16_46, "Nastavenia platby", "default", "Z\xe1kladn\xe9", "stock_quantity", "Skladov\xe9 mno\u017estvo", _s22_39, "Limit upozornen\xed", "track_inventory", "Sledova\u0165 invent\xe1r", _s20_41, "Zobrazte pole skladu produktu a aktualizujte ho pri odoslan\xed fakt\xfar", _s19_31, "Upozornenia na akcie", _s24_23, "Po\u0161lite e-mail, ke\u010f z\xe1soby dosiahnu prahov\xfa hodnotu", "vat", "I\u010c DPH", "standing", "Trvaj\xfaci", "view_map", "Zobrazi\u0165 mapu", _s18_32, "Nastavi\u0165 predvolen\xfd dizajn", "add_gateway", "Prida\u0165 br\xe1nu", _s24_24, _s77_, "left", "V\u013eavo", "right", "Spr\xe1vny", "center", "centrum", "page_numbering", "\u010c\xedslovanie str\xe1n", _s24_25, "Zarovnanie \u010d\xedslovania str\xe1n", _s31_6, "Fakt\xfara odoslan\xe1", _s24_27, "Zobrazi\u0165 popis produktu", _s29_13, "Zahr\u0148te popis do rozba\u013eovacej ponuky produktu", "invoice_items", "Polo\u017eky fakt\xfary", "quote_items", "Polo\u017eky ponuky", "profitloss", "Zisk a strata", "import_format", "Form\xe1t importu", "export_format", "Form\xe1t exportu", "export_type", "Typ exportu", "stop_on_unpaid", "Zastavi\u0165 na Neplaten\xe9", _s19_33, "Zastavte vytv\xe1ranie opakuj\xfacich sa fakt\xfar, ak je posledn\xe1 fakt\xfara nezaplaten\xe1.", "use_quote_terms", "Pou\u017eite podmienky cenovej ponuky", _s20_42, "Pri prevode cenovej ponuky na fakt\xfaru", "add_country", "Prida\u0165 krajinu", "enable_tooltips", "Povoli\u0165 popisy", _s20_43, "Zobrazova\u0165 popisy pri umiestnen\xed kurzora my\u0161i", _s21_42, "Chyba: z\xe1znamy patria viac ako jedn\xe9mu klientovi", "register_label", "Vytvorte \xfa\u010det za sekundu", "login_label", "Prihl\xe1ste sa do existuj\xfaceho \xfa\u010dtu", "add_to_invoice", "Prida\u0165 na fakt\xfaru :invoice", _s17_30, "Nena\u0161li sa \u017eiadne fakt\xfary", "week", "T\xfd\u017ede\u0148", "created_record", "Z\xe1znam bol \xfaspe\u0161ne vytvoren\xfd", _s26_10, "Auto Archiv zaplaten\xe9", _s31_7, "Automaticky archivova\u0165 fakt\xfary po ich zaplaten\xed.", _s31_8, "Automatick\xe1 archiv\xe1cia bola zru\u0161en\xe1", _s36_2, "Automaticky archivova\u0165 fakt\xfary pri zru\u0161en\xed.", _s20_44, "Alternat\xedvny prehliada\u010d PDF", _s25_15, "Zlep\u0161ite pos\xfavanie v uk\xe1\u017eke PDF [BETA]", _s16_48, "Faktura\u010dn\xe1 mena", "range", "Rozsah", "tax_amount1", "V\xfd\u0161ka dane 1", "tax_amount2", "V\xfd\u0161ka dane 2", "tax_amount3", "V\xfd\u0161ka dane 3", "create_project", "Vytvori\u0165 projekt", "update_project", "Aktualizova\u0165 projekt", "view_task", "Zobrazi\u0165 \xfalohu", "cancel_invoice", "Zru\u0161i\u0165", "changed_status", "Stav \xfalohy bol \xfaspe\u0161ne zmenen\xfd", "change_status", "Zmeni\u0165 stav", "fees_sample", "Poplatok za fakt\xfaru :amount by bol :total.", _s19_34, "Povoli\u0165 dotykov\xe9 udalosti", _s24_29, "Podpora pos\xfavania udalost\xed pos\xfavan\xedm", "after_saving", "Po ulo\u017een\xed", "view_record", "Zobrazi\u0165 z\xe1znam", _s21_43, "Povoli\u0165 ozna\u010denie e-mailu", _s26_11, "Pre e-maily pou\u017eite vizu\xe1lny editor zna\u010diek", _s19_36, "Povoli\u0165 PDF Markdown", "json_help", "Pozn\xe1mka: S\xfabory JSON generovan\xe9 aplik\xe1ciou v4 nie s\xfa podporovan\xe9", "release_notes", "Pozn\xe1mky k vydaniu", _s23_19, "Ak chcete zobrazi\u0165 preh\u013eady, inovujte svoj pl\xe1n", "started_tasks", "\xdalohy :value boli \xfaspe\u0161ne spusten\xe9", "stopped_tasks", "\xdalohy :value boli \xfaspe\u0161ne zastaven\xe9", "approved_quote", "\xdaspe\u0161ne schv\xe1len\xe1 cenov\xe1 ponuka", "approved_quotes", "\xdaspe\u0161ne :value schv\xe1len\xe9 cenov\xe9 ponuky", "approve", "Schv\xe1li\u0165", "client_website", "Webov\xe1 str\xe1nka klienta", "invalid_time", "Neplatn\xfd \u010das", _s21_45, "Stav dodania klienta", _s20_46, "Mesto prepravy klientov", _s27_14, "Po\u0161tov\xe9 smerovacie \u010d\xedslo z\xe1sielky klienta", _s23_20, "Krajina doru\u010denia klienta", "load_pdf", "Na\u010d\xedta\u0165 PDF", _s16_50, "Spusti\u0165 bezplatn\xfa sk\xfa\u0161obn\xfa verziu", _s24_30, "Za\u010dnite BEZPLATN\xda 14-d\u0148ov\xfa sk\xfa\u0161obn\xfa verziu profesion\xe1lneho pl\xe1nu", "due_on_receipt", "Splatn\xe9 pri prijat\xed", "is_paid", "Je zaplaten\xe1", "age_group_paid", "Zaplaten\xe9", "id", "Id", "convert_to", "Prekonvertova\u0165", "client_currency", "Mena klienta", _s16_51, "Mena spolo\u010dnosti", "purged_client", "Klient bol \xfaspe\u0161ne vy\u010disten\xfd", _s27_16, "Aby sme zabr\xe1nili spamu, vy\u017eadujeme inov\xe1ciu na platen\xfd \xfa\u010det na prisp\xf4sobenie e-mailu", _s22_42, "Aktualizujte svoj pl\xe1n a pridajte spolo\u010dnosti", "small", "Mal\xfd", _s21_47, "Kredit bol \xfaspe\u0161ne ozna\u010den\xfd ako zaplaten\xfd", _s22_43, "Kredity boli \xfaspe\u0161ne ozna\u010den\xe9 ako zaplaten\xe9", _s16_53, "Na\u010d\xedtavanie \xfadajov \u2013 po\u010dkajte na dokon\u010denie", "wait_for_saving", "Ukladanie d\xe1t \u2013 po\u010dkajte na dokon\u010denie", _s20_48, "Pozn\xe1mka: Tu vykonan\xe9 zmeny s\xfa len v n\xe1h\u013eade, na ulo\u017eenie musia by\u0165 pou\u017eit\xe9 na kart\xe1ch vy\u0161\u0161ie", "remaining", "Zost\xe1vaj\xface", "invoice_paid", "Fakt\xfara zaplaten\xe1", "activity_120", ":user vytvoren\xfd opakuj\xfaci sa v\xfddavok :recurring_expense", "activity_121", ":user aktualizovan\xe9 opakuj\xface sa v\xfddavky :recurring_expense", "activity_122", ":user archivovan\xfd opakuj\xfaci sa v\xfddavok :recurring_expense", "activity_123", ":user vymazan\xfd opakuj\xfaci sa v\xfddavok :recurring_expense", "activity_124", ":user obnoven\xfd opakuj\xfaci sa v\xfddavok :recurring_expense", "normal", "Norm\xe1lne", "large", "Ve\u013ek\xe9", "extra_large", "Extra ve\u013ek\xe9", _s16_54, "Zobrazi\u0165 uk\xe1\u017eku PDF", _s21_48, "Zobrazte n\xe1h\u013ead PDF pri \xfaprave fakt\xfar", "print_pdf", "Tla\u010d PDF", "remind_me", "Pripomen\xfa\u0165 mi", _s16_56, "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_17, "Suma kreditu nem\xf4\u017ee by\u0165 vy\u0161\u0161ia ako suma na fakt\xfare", "giropay", "GiroPay", "direct_debit", "Inkaso", _s21_49, "Nastavte heslo \xfa\u010dtu", "set_password", "Nastavi\u0165 heslo", _s17_33, "Na dosiahnutie najlep\u0161ieho v\xfdkonu odpor\xfa\u010dame pou\u017e\xedva\u0165 po\u010d\xedta\u010dov\xfa aplik\xe1ciu", _s16_58, _s58_1, _s20_49, "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_34, "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_34, "PS\u010c klienta", _s17_35, "I\u010c DPH klienta", "has_tasks", "M\xe1 \xfalohy", "registration", "Registr\xe1cia", _s27_18, "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_36, "Aktualizujte v\u0161etky z\xe1znamy", "system", "Syst\xe9m", _s19_38, "Nastavi\u0165 predvolen\xfa spolo\u010dnos\u0165", "updated_company", "Spolo\u010dnos\u0165 bola \xfaspe\u0161ne aktualizovan\xe1", "kbc", "KBC", "bancontact", "Z\xe1kaz kontaktu", _s19_40, "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_31, "V\u0161etky \xfalohy musia patri\u0165 tomu ist\xe9mu klientovi", _s27_19, "V\u0161etky v\xfddavky musia patri\u0165 tomu ist\xe9mu klientovi", "app", "Aplik\xe1cia", _s20_50, "Ak chcete dosiahnu\u0165 najlep\u0161\xed v\xfdkon, stiahnite si aplik\xe1ciu :app", _s16_59, "Celkov\xe1 suma brutto", _s19_41, "E-mailov\xe9 fakt\xfary", _s17_37, "E-mailov\xe9 ponuky", _s18_38, "E-mailov\xe9 kredity", "from_name", "Meno odosielate\u013ea", _s16_60, _s16_61, _s17_38, _s17_336, _s18_39, _s17_336, _s21_50, "Nov\xe9 pravideln\xe9 v\xfddaje", _s22_44, "Upravi\u0165 pravideln\xe9 v\xfddaje", _s25_16, "Pravideln\xe9 v\xfddaje \xfaspe\u0161ne vytvoren\xe9", _s25_17, "Pravideln\xe9 v\xfddaje \xfaspe\u0161ne upraven\xe9", _s26_13, "Pravideln\xe9 v\xfddaje \xfaspe\u0161ne archivovan\xe9", _s25_18, _s38_4, _s25_19, "Opakovan\xfd v\xfddavok bol \xfaspe\u0161ne odstr\xe1nen\xfd", _s26_14, "Pravideln\xe9 v\xfddaje \xfaspe\u0161ne obnoven\xe9", _s24_32, "H\u013eadaj opakuj\xface sa v\xfddavky", _s25_20, "H\u013eadajte opakuj\xface sa v\xfddavky", "last_sent_date", "D\xe1tum posledn\xe9ho odoslania", "include_drafts", "Zahrn\xfa\u0165 koncepty", _s19_42, "Zahr\u0148te do spr\xe1v koncepty z\xe1znamov", "is_invoiced", "Je fakturovan\xe9", "change_plan", "Manage Plan", "persist_data", "Trval\xe9 \xfadaje", "customer_count", "Po\u010det z\xe1kazn\xedkov", _s16_62, "Overi\u0165 z\xe1kazn\xedkov", _s16_64, _s16_65, _s28_11, "ID sledovania Google Analytics", "decimal_comma", "Desatinn\xe1 \u010diarka", _s26_15, _s35_9, "select_method", "Vyberte met\xf3du", "select_platform", "Vyberte platformu", _s28_13, "Na pripojenie k Gmailu pou\u017eite webov\xfa aplik\xe1ciu", _s16_66, "Sadzby dane z polo\u017eiek s\xfa deaktivovan\xe9", "enable_markdown", "Povoli\u0165 Markdown", _s20_51, "Previes\u0165 markdown do HTML na PDF", "user_guide", "U\u017e\xedvate\u013esk\xe1 pr\xedru\u010dka", _s18_41, "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_9, "Akt\xedvna farba pozadia na bo\u010dnom paneli", _s25_22, "Akt\xedvna farba p\xedsma na bo\u010dnom paneli", _s33_14, "Farba pozadia neakt\xedvneho bo\u010dn\xe9ho panela", _s27_20, "Neakt\xedvna farba p\xedsma na bo\u010dnom paneli", _s36_3, "Farba pozadia alternat\xedvneho riadka tabu\u013eky", _s31_11, "Farba pozadia hlavi\u010dky fakt\xfary", _s25_24, "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_22, "Sk\xfa\u0161obn\xe1 verzia pl\xe1nu Pro kon\u010d\xed o :count dn\xed, kliknut\xedm aktualizujte.", _s21_52, "Dnes je posledn\xfd de\u0148 sk\xfa\u0161obnej verzie pl\xe1nu Pro, kliknut\xedm aktualizujte.", "change_email", "Zmeni\u0165 e-mail", _s25_26, "Volite\u013ene nakonfigurujte samostatn\xfa dom\xe9nu klientskeho port\xe1lu", _s21_53, "\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_40, "Poskytnite s\xfabor JSON", _s19_43, "Vyberte, ak chcete importova\u0165 nastavenia a/alebo \xfadaje", "json", "JSON", _s24_34, "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_67, "Importova\u0165 z\xe1kazn\xedkov", _s18_43, "\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_23, "Zahrn\xfa\u0165 odstr\xe1nen\xfdch klientov", _s28_15, "Na\u010d\xedta\u0165 z\xe1znamy patriace vymazan\xfdm klientom", "step_1_sign_in", "Krok 1: Prihl\xe1ste sa", _s16_70, "Krok 2: Autoriz\xe1cia", "account_id", "ID \xfa\u010dtu", _s27_22, "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_44, "Zobrazi\u0165 d\xe1tum ukon\u010denia \xfalohy", _s23_25, "Povoli\u0165 ur\u010denie d\xe1tumu ukon\u010denia \xfalohy", "gateway_setup", "Nastavenie br\xe1ny", "preview_sidebar", "Uk\xe1\u017eka bo\u010dn\xe9ho panela", _s16_71, "Zobrazen\xe9 \xfadaje za roky", _s18_46, _s31_13, _s16_73, "Ukon\u010di\u0165 v\u0161etky rel\xe1cie", "count_session", "1 rel\xe1cia", "count_sessions", ":count Rel\xe1cie", "invoice_created", "Fakt\xfara vytvoren\xe1", "quote_created", "Cenov\xe1 ponuka bola vytvoren\xe1", "credit_created", "Kredit bol vytvoren\xfd", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Naposledy upraven\xfd", "invoice_item", "Polo\u017eka fakt\xfary", "quote_item", "Cenov\xe1 ponuka", _s18_47, "Krstn\xe9 meno kontaktu", _s17_42, "Priezvisko kontaktu", "order", "objedna\u0165", "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", _s17_337, "search_kanbans", _s17_337, "kanban", "Kanban", "enable", "Povoli\u0165", "move_top", "Presun\xfa\u0165 na za\u010diatok", "move_up", "Move Up", "move_down", "Posun\xfa\u0165 nadol", "move_bottom", "Presun\xfa\u0165 nadol", "subdomain_help", "Nastavte subdom\xe9nu alebo zobrazte fakt\xfaru na vlastnom webe.", _s21_55, "Chyba: Vlastn\xfd e-mail mus\xed obsahova\u0165 premenn\xfa :body", _s25_27, "Nezabudnite zahrn\xfa\u0165 premenn\xfa :body", _s17_44, "Zobrazi\u0165 form\xe1ty d\xe1tumu", "is_viewed", "Je zobrazen\xe9", "letter", "List", "legal", "Pr\xe1vne", "page_layout", "Rozlo\u017eenie str\xe1nky", "portrait", "Portr\xe9t", "landscape", "Krajina", _s26_16, "Vlastn\xedk \xfa\u010dtu m\xf4\u017ee prejs\u0165 na platen\xfd pl\xe1n a povoli\u0165 roz\u0161\xedren\xe9 roz\u0161\xedren\xe9 nastavenia", _s20_52, "Ak chcete povoli\u0165 roz\u0161\xedren\xe9 nastavenia, inovujte na platen\xfd pl\xe1n", _s21_56, "Podmienky platby fakt\xfar", _s17_46, "Cenov\xe1 ponuka plat\xed do", "no_headers", "\u017diadne hlavi\u010dky", "add_header", "Prida\u0165 hlavi\u010dku", "remove_header", "Odstr\xe1ni\u0165 hlavi\u010dku", "return_url", "N\xe1vratov\xe1 adresa URL", "rest_method", "Met\xf3da REST", "header_key", "K\u013e\xfa\u010d hlavi\u010dky", "header_value", "Hodnota hlavi\u010dky", _s18_49, "Opakuj\xface sa produkty", "promo_code", "Propaga\u010dn\xfd k\xf3d", "promo_discount", "Promo z\u013eava", _s18_51, "Povoli\u0165 zru\u0161enie", _s16_75, "Povolen\xe9 na sedadlo", "max_seats_limit", "Maxim\xe1lny limit sedadiel", "trial_enabled", "Sk\xfa\u0161obn\xe1 verzia je povolen\xe1", "trial_duration", "Trvanie sk\xfa\u0161obnej verzie", _s21_58, "Povoli\u0165 prepisy dopytov", _s18_53, "Povoli\u0165 zmeny pl\xe1nu", "plan_map", "Mapa pl\xe1nu", "refund_period", "Obdobie vr\xe1tenia pe\u0148az\xed", _s21_60, "Konfigur\xe1cia webhooku", "purchase_page", "Str\xe1nka n\xe1kupu", "security", "Zabezpe\u010denie", "email_bounced", "Email vr\xe1ten\xfd", _s20_53, "S\u0165a\u017enos\u0165 na spam", "email_delivery", "Doru\u010dovanie e-mailom", _s16_77, "Reakcia webhooku", "pdf_response", "Odpove\u010f vo form\xe1te PDF", _s22_46, "Zlyhanie overenia", "pdf_failed", "S\xfabor PDF zlyhal", "pdf_success", "PDF \xfaspech", "modified", "Upraven\xe9", "payment_link", "Odkaz na platbu", _s16_79, "Nov\xfd odkaz na platbu", _s17_48, "Upravi\u0165 odkaz na platbu", _s20_54, "Odkaz na platbu bol \xfaspe\u0161ne vytvoren\xfd", _s20_55, "Odkaz na platbu bol \xfaspe\u0161ne aktualizovan\xfd", _s21_62, "Odkaz na platbu bol \xfaspe\u0161ne archivovan\xfd", _s20_56, _s38_51, _s20_57, _s38_51, _s21_63, "Odkaz na platbu bol \xfaspe\u0161ne obnoven\xfd", _s19_44, "Vyh\u013eadajte 1 odkaz na platbu", _s20_58, "Vyh\u013eadajte :count odkazy na platbu", _s26_17, "Subdom\xe9na nie je dostupn\xe1", "connect_gmail", "Pripojte Gmail", _s16_81, "Odpojte Gmail", "connected_gmail", "Gmail bol \xfaspe\u0161ne pripojen\xfd", _s18_55, "Gmail bol \xfaspe\u0161ne odpojen\xfd", _s16_83, "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_84, "Identifika\u010dn\xe9 \u010d\xedslo klienta", "count_minutes", ":count min\xfaty", _s16_86, "\u010casov\xfd limit hesla", _s29_15, "Zdie\u013ea\u0165 po\u010d\xedtadlo fakt\xfar/kreditov", "use_last_email", "Pou\u017ei\u0165 posledn\xfd e-mail", _s16_88, "Aktivova\u0165 spolo\u010dnos\u0165", _s21_65, "Povoli\u0165 e-maily, opakuj\xface sa fakt\xfary a upozornenia", _s27_24, "Vyskytla sa chyba, sk\xfaste to znova", _s27_25, "Najprv nastavte heslo", _s34_13, "Upozornenie: Zmena telef\xf3nneho \u010d\xedsla deaktivuje 2FA", "help_translate", "Pomoc s prekladom", _s23_26, "Vyberte krajinu", "resend_invite", "Znova odosla\u0165 Pozv\xe1nku", _s19_45, "\xdaspe\u0161ne deaktivovan\xe9 2FA", _s16_90, "\xda\u010det bol \xfaspe\u0161ne pripojen\xfd", _s19_46, "\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_10, "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_66, "Naskenujte \u010diarov\xfd k\xf3d pomocou aplik\xe1cie kompatibilnej s :link.", _s18_56, "Dvojfaktorov\xe9 overovanie \xfaspe\u0161ne nastaven\xe9", "connect_google", "Pripojte Google", _s17_50, "Odpoji\u0165 Google", _s17_52, "Dvojfaktorov\xe9 overovanie", _s18_57, "Zak\xe1za\u0165 dva faktory", _s34_14, "Vy\u017eadova\u0165 heslo s prihl\xe1sen\xedm na soci\xe1lne siete", "stay_logged_in", "Zosta\u0165 prihl\xe1sen\xfd", _s23_28, "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_47, "\u010das rel\xe1cie vypr\u0161al", _s17_53, "Nastavenia zabezpe\u010denia", "resend_email", "Preposla\u0165 email", _s26_19, "Pros\xedm, potvr\u010fte svoju emailov\xfa adresu", _s16_91, "Vr\xe1ten\xe1 platba", _s19_49, _s19_234, _s19_51, "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_55, "Za\u010da\u0165 viacn\xe1sobn\xfd v\xfdber", _s27_27, "Bol odoslan\xfd e-mail na potvrdenie e-mailovej adresy", _s21_67, "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_59, "Previes\u0165 na fakt\xfaru", _s16_92, "Registra\u010dn\xe1 adresa URL", "invoice_project", "Fakt\xfarova\u0165 projekt", "invoice_task", "Fakturova\u0165 \xfalohu", "invoice_expense", "Fakt\xfarova\u0165 v\xfddaje", _s19_52, "H\u013eada\u0165 1 platobn\xfd term\xedn", _s20_59, "H\u013eada\u0165 :count platobn\xe9 podmienky", _s16_94, "Ulo\u017ei\u0165 a zobrazi\u0165 uk\xe1\u017eku", "save_and_email", "Ulo\u017ei\u0165 a posla\u0165 e-mailom", _s16_96, "Podporovan\xe9 udalosti", _s16_98, "Konvertovan\xe1 suma", _s17_57, "Prepo\u010d\xedtan\xfd zostatok", _s22_48, "Preveden\xe9 zaplaten\xe9 na d\xe1tum", _s24_36, "Konvertovan\xfd kreditn\xfd zostatok", "converted_total", "Celkom preveden\xe9", "is_sent", "Je odoslan\xe1", _s17_59, "Predvolen\xe9 dokumenty", "document_upload", "Nahratie dokumentu", _s20_60, "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_69, "Re\u017eim ladenia je povolen\xfd", _s26_20, "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_61, "Nadch\xe1dzaj\xface v\xfddavky", "update_app", "Aktualizova\u0165 aplik\xe1ciu", "started_import", "Import bol \xfaspe\u0161ne spusten\xfd", _s24_38, "Duplicitn\xe9 mapovanie st\u013apcov", _s20_61, "Pou\u017e\xedva inkluz\xedvne dane", _s18_61, "Je z\u013eava vo v\xfd\u0161ke", "column", "St\u013apec", "sample", "Vzorka", "map_to", "Mapova\u0165", "import", "Import", _s25_29, "Ako n\xe1zvy st\u013apcov pou\u017eite prv\xfd riadok", "select_file", "Vyberte s\xfabor", _s16_100, "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_50, "Zadajte v\u0161etky s\xfabory CSV.", "import_type", "Typ importu", "html_mode", "Re\u017eim HTML", "html_mode_help", "Uk\xe1\u017eka aktualiz\xe1ci\xed je r\xfdchlej\u0161ia, ale je menej presn\xe1", "view_licenses", "Zobrazi\u0165 licencie", "webhook_url", "Webhook URL", _s17_63, "Celoobrazovkov\xfd editor", "sidebar_editor", "Editor bo\u010dn\xe9ho panelu", _s22_51, "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_41, "Odoslan\xe9 fakt\xfary s\xfa uzamknut\xe9", _s24_43, "Zaplaten\xe9 fakt\xfary s\xfa uzamknut\xe9", "source_code", "Zdrojov\xfd k\xf3d", "app_platforms", "Platformy aplik\xe1ci\xed", "invoice_late", _s18_309, "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_29, "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_45, "Upozornenie: T\xe1to spolo\u010dnos\u0165 e\u0161te nebola aktivovan\xe1", "late_invoice", _s18_309, "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_65, "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_102, "Upravi\u0165 stav \xfalohy", _s19_53, "Stav \xfalohy bol \xfaspe\u0161ne vytvoren\xfd", _s19_54, "\xdaspe\u0161ne aktualizova\u0165 stav \xfalohy", _s20_63, "Stav \xfalohy bol \xfaspe\u0161ne archivovan\xfd", _s19_55, _s33_66, _s19_56, _s33_66, _s20_64, "Stav \xfalohy bol \xfaspe\u0161ne obnoven\xfd", _s22_52, "Stavy \xfaloh :value boli \xfaspe\u0161ne archivovan\xe9", _s21_71, "Stavy \xfaloh :value boli \xfaspe\u0161ne odstr\xe1nen\xe9", _s22_53, "Stavy \xfaloh :value boli \xfaspe\u0161ne obnoven\xe9", _s18_63, "H\u013eada\u0165 1 stav \xfalohy", _s20_66, "H\u013eada\u0165: count stavy \xfaloh", _s16_104, "Zobrazi\u0165 tabu\u013eku \xfaloh", _s21_72, "Pri vytv\xe1ran\xed fakt\xfar v\u017edy zobrazova\u0165 sekciu \xfaloh", _s20_67, "\u010casov\xfd denn\xedk faktura\u010dnej \xfalohy", _s25_30, "Pridajte \u010dasov\xe9 \xfadaje do riadkov\xfdch polo\u017eiek fakt\xfary", _s20_69, "D\xe1tumov\xfd denn\xedk \xfalohy fakt\xfary", _s25_31, "Pridajte podrobnosti o d\xe1tume do riadkov\xfdch polo\u017eiek fakt\xfary", _s21_73, "Pred ulo\u017een\xedm za\u010dnite \xfalohy", _s18_64, "Konfigurova\u0165 stavy", "task_settings", "Nastavenia \xfalohy", _s20_71, "Konfigurova\u0165 kateg\xf3rie", _s18_66, "Kateg\xf3rie v\xfddajov", _s20_73, "Nov\xe1 kateg\xf3ria v\xfddajov", _s21_74, "Upravi\u0165 kateg\xf3riu v\xfddavkov", _s24_46, "Kateg\xf3ria v\xfddajov bola \xfaspe\u0161ne vytvoren\xe1", _s24_47, "Kateg\xf3ria v\xfddajov bola \xfaspe\u0161ne aktualizovan\xe1", _s25_33, "Kateg\xf3ria v\xfddajov bola \xfaspe\u0161ne archivovan\xe1", _s24_48, "Kateg\xf3ria bola \xfaspe\u0161ne zmazan\xe1", _s24_49, "Kateg\xf3ria v\xfddavkov bola \xfaspe\u0161ne odstr\xe1nen\xe1", _s25_34, "Kateg\xf3ria v\xfddajov bola \xfaspe\u0161ne obnoven\xe1", _s27_31, "Po\u010det \xfaspe\u0161ne archivovan\xfdch kategorii v\xfddajov: :count", _s26_21, "\xdaspe\u0161ne odstr\xe1nen\xe9 kateg\xf3rie v\xfddavkov :value", _s27_32, "\xdaspe\u0161ne obnoven\xe9 kateg\xf3rie n\xe1kladov :value", _s23_30, "Vyh\u013eadajte 1 kateg\xf3riu v\xfddavkov", _s25_36, "H\u013eada\u0165 :count kateg\xf3rie v\xfddavkov", _s21_76, "Pou\u017eite dostupn\xe9 kredity", "show_option", "Zobrazi\u0165 mo\u017enos\u0165", _s22_54, "Suma kreditu nem\xf4\u017ee presiahnu\u0165 sumu platby", "view_changes", "Zobrazi\u0165 zmeny", "force_update", "Vyn\xfati\u0165 aktualiz\xe1ciu", _s17_67, "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_68, "Treba fakturova\u0165", _s23_31, "Povoli\u0165 faktur\xe1ciu v\xfddavku", _s29_17, "Zvidite\u013enite dokumenty pre klienta", _s21_78, "Nastavte v\xfdmenn\xfd kurz", _s16_106, "Nastavenia v\xfddavkov", _s18_69, "Klonova\u0165 na opakuj\xface sa", "crypto", "Kryptomeny", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "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_68, "Automatick\xe9 \xfa\u010dtovanie je povolen\xe9", "total_taxes", "Celkov\xe9 dane", "line_taxes", "Riadkov\xe9 dane", "total_fields", "Polia celkom", _s25_37, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne zastaven\xe1", _s25_38, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne spusten\xe1", _s25_39, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne obnoven\xe1", "gateway_refund", "Vr\xe1tenie platby za br\xe1nu", _s19_57, "Spracujte vr\xe1tenie platby prostredn\xedctvom platobnej br\xe1ny", "due_date_days", _s16_482, "paused", "Pozastaven\xe9", "mark_active", "Ozna\u010d\u0165 ako Akt\xedvne", "day_count", "De\u0148 :count", _s22_55, "Prv\xfd de\u0148 v mesiaci", _s21_79, "Posledn\xfd de\u0148 v mesiaci", _s17_70, "Pou\u017eite platobn\xe9 podmienky", "endless", "Nekone\u010dn\xe9", "next_send_date", "D\xe1tum \u010fal\u0161ieho odoslania", _s16_108, "Zost\xe1vaj\xface cykly", _s17_72, "Pravideln\xe1 fakt\xfara", _s18_71, "Pravideln\xe9 fakt\xfary", _s21_81, "Nov\xe1 pravideln\xe1 fakt\xfara", _s22_57, "Upravi\u0165 pravideln\xfa fakt\xfaru", _s25_40, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne vytvoren\xe1", _s25_41, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne aktualizovan\xe1", _s26_22, "Pravideln\xe1 fakt\xfara \xfaspe\u0161ne archivovan\xe1", _s25_42, "Pravideln\xe1 fakt\xfara \xfaspe\u0161ne vymazan\xe1", _s25_43, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne odstr\xe1nen\xe1", _s26_23, "Pravideln\xe1 fakt\xfara \xfaspe\u0161ne obnoven\xe1", _s27_33, "\xdaspe\u0161ne archivovan\xe9 opakuj\xface sa :value fakt\xfary", _s26_24, "\xdaspe\u0161ne odstr\xe1nen\xe9 opakuj\xface sa :value fakt\xfary", _s27_34, "\xdaspe\u0161ne obnoven\xe9 opakuj\xface sa :value fakt\xfary", _s24_50, "Vyh\u013eada\u0165 1 opakuj\xfacu sa fakt\xfaru", _s25_44, "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_17, "Minim\xe1lna \u010diastka platby", "profit", "Zisk", "line_item", "Polo\u017eka v riadku", _s18_73, "Povoli\u0165 preplatenie", _s23_32, "Podporte platenie navy\u0161e za prij\xedmanie tipov", _s19_58, "Povoli\u0165 platbu", _s24_51, "Podpora platenia minim\xe1lnej \u010diastky/vkladu", "test_mode", "Testovac\xed m\xf3d", "opened", "Otvoren\xe9", _s30_7, "Zlyhanie zmierenia", _s30_8, "\xdaspech zmierenia", "gateway_success", "\xdaspech br\xe1ny", "gateway_failure", "Porucha br\xe1ny", "gateway_error", "Chyba br\xe1ny", "email_send", "Odosla\u0165 email", _s17_74, "Zoznam opakovania e-mailu", "failure", "Ne\xfaspech", "quota_exceeded", "Prekro\u010den\xe1 kv\xf3ta", _s16_110, "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_52, "Vitajte v Invoice Ninja", "always", "V\u017edy", "optin", "Prihl\xe1si\u0165 sa", "optout", "Odhl\xe1si\u0165 sa", "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_75, "Naposledy odoslan\xe1 pripomienka", "pdf_page_info", "Strana :current z :total", _s16_112, _s24_169, "emailed_quotes", _s23_156, "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", "Prie\u010delie", "storefront_help", "Povo\u013ete aplik\xe1ci\xe1m tret\xedch str\xe1n vytv\xe1ra\u0165 fakt\xfary", "client_created", "Klient vytvoren\xfd", _s20_76, "Online platobn\xfd e-mail", _s20_78, "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_76, "Vybran\xe9 fakt\xfary", _s17_78, "Vybran\xe9 platby", "selected_quotes", "Vybran\xe9 ponuky", "selected_tasks", "Vybran\xe9 \xfalohy", _s17_80, "Vybran\xe9 v\xfddavky", _s17_82, "Bud\xface fakt\xfary", _s17_84, "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_86, "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_114, "Webhook bol \xfaspe\u0161ne archivovan\xfd", "deleted_webhook", "Webhook bol \xfaspe\u0161ne vymazan\xfd", "removed_webhook", "Webhook bol \xfaspe\u0161ne odstr\xe1nen\xfd", _s16_115, "Webhook bol \xfaspe\u0161ne obnoven\xfd", _s17_87, "Webhooky :value boli \xfaspe\u0161ne archivovan\xe9", _s16_116, _s39_42, _s16_117, _s39_42, _s17_88, "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_60, "Registr\xe1cia klienta", _s24_54, "Umo\u017enite klientom samoregistr\xe1ciu na port\xe1li", "email_invoice", "Odosla\u0165 fakt\xfaru", "email_quote", "Odosla\u0165 ponuku", "email_credit", "E-mailov\xfd kredit", "email_payment", "Platba e-mailom", _s20_81, "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_118, "Zost\xe1vaj\xfaci kredit", "contact_name", "Meno kontaktu", "use_default", "Pou\u017ei predvolen\xe9", _s16_120, "Nekone\u010dn\xe9 pripomienky", "number_of_days", "Po\u010det dn\xed", _s23_34, "Konfigur\xe1cia platobn\xfdch podmienok", "payment_term", "Lehota splatnosti", _s16_121, "Nov\xfd platobn\xfd term\xedn", _s17_90, "Upravi\u0165 platobn\xe9 obdobie", _s20_82, "\xdaspe\u0161ne vytvoren\xe9 platobn\xe9 obdobie", _s20_83, "\xdaspe\u0161ne aktualizovan\xe9 platobn\xe9 obdobie", _s21_83, "\xdaspe\u0161ne archivovan\xe9 platobn\xe9 obdobie", _s20_84, _s38_52, _s20_85, _s38_52, _s21_84, "Platobn\xfd term\xedn bol \xfaspe\u0161ne obnoven\xfd", _s22_62, "\xdaspe\u0161ne archivovan\xe9 :value platobn\xe9 podmienky", _s21_85, "\xdaspe\u0161ne vymazan\xe9 :value platobn\xe9 podmienky", _s22_63, "\xdaspe\u0161ne obnoven\xe9 :value platobn\xe9 podmienky", "email_sign_in", "Prihl\xe1ste sa e-mailom", "change", "Zmeni\u0165", _s23_36, "Chcete zmeni\u0165 rozlo\u017eenie pre mobiln\xe9 zariadenia?", _s24_55, "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_77, _s17_338, _s16_123, "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_124, "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_94, _s26_127, _s18_79, _s26_128, _s16_130, _s26_127, _s17_95, "\xdaspe\u0161ne stornovan\xe9 fakt\xfary", "reverse", "Opak", "full_name", "Cel\xe9 Meno", _s17_96, "Mesto/\u0160t\xe1t/PS\u010c", _s17_98, "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_131, "\xdadaje spolo\u010dnosti boli \xfaspe\u0161ne vymazan\xe9", _s18_80, "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_46, "Prij\xedma\u0165 v\u0161etky upozornenia", _s16_132, "Zak\xfapi\u0165 licenciu", "apply_license", "Aplikova\u0165 licenciu", "cancel_account", "Vymaza\u0165 \xfa\u010det", _s22_64, "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_65, "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_115, "removed_design", _s29_115, "restored_design", "\xdaspe\u0161ne obnoven\xfd vzh\u013ead", _s16_134, "\xdaspe\u0161ne archivovan\xe9 :value vzh\u013eady", "deleted_designs", "Vzh\u013eady :value boli \xfaspe\u0161ne odstr\xe1nen\xe9", _s16_135, "\xdaspe\u0161ne obnoven\xe9 :value vzh\u013eady", "proposals", "N\xe1vrhy", "tickets", "Tikety", _s16_136, "Pravideln\xe9 ponuky", "recurring_tasks", "Opakuj\xface sa", _s18_81, "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_138, "Po\u010det \xfaspe\u0161ne archivovan\xfdch dobropisov: :count", "deleted_credits", "Po\u010det \xfaspe\u0161ne odstr\xe1nen\xfdch dobropisov: :count", _s16_139, "\xdaspe\u0161ne obnoven\xe9 :value kredity", "current_version", "Aktu\xe1lna verzia", "latest_version", "Najnov\u0161ia verzia", "update_now", "Teraz aktualizova\u0165", _s26_30, "K dispoz\xedcii je nov\xe1 verzia webovej aplik\xe1cie", _s16_140, "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_100, _s17_101, "credit_footer", "\xdaverov\xe1 p\xe4ta", "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_235, "surcharge2", _s19_236, "surcharge3", _s19_237, "surcharge4", _s19_238, "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_87, "Posledn\xe9 prihl\xe1senie kontaktu", _s17_102, "Cel\xe9 meno kontaktu", "contact_phone", "Kontaktn\xfd telef\xf3n", _s21_86, "Vlastn\xe1 hodnota kontaktu 1", _s21_87, "Vlastn\xe1 hodnota kontaktu 2", _s21_88, "Vlastn\xe1 hodnota kontaktu 3", _s21_89, "Vlastn\xe1 hodnota kontaktu 4", _s17_104, "Ulica dodania", _s17_105, "Byt/Apartm\xe1n dodania", "shipping_city", "Mesto pre dodanie", "shipping_state", "Kraj pre dodanie", _s20_86, "PS\u010c pre dodanie", _s16_170, "Krajina dodania", _s16_172, "Faktura\u010dn\xe1 ulica", _s16_173, "Faktura\u010dn\xfd byt/apartm\xe1n", "billing_city", "Faktura\u010dn\xe9 mesto", "billing_state", "Faktura\u010dn\xfd kraj", _s19_62, "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_174, "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_90, "Zahrn\xfa\u0165 ned\xe1vne chyby z logov", _s30_11, "Dostali sme va\u0161u spr\xe1vu a pok\xfasime sa r\xfdchlo odpoveda\u0165.", "message", "Spr\xe1va", "from", "Od", _s20_88, "Zobrazi\u0165 podrobnosti o produkte", _s25_48, "V rozba\u013eovacej ponuke produktu uve\u010fte popis a cenu", _s20_90, "PDF renderer vy\u017eaduje :version", _s18_90, "Upravte percento poplatku", _s23_38, "Upravte percento, aby ste zoh\u013eadnili poplatok", _s18_92, "Konfigurova\u0165 nastavenia", "support_forum", "Support Forums", "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_91, "Heslo je pr\xedli\u0161 kr\xe1tke", _s20_91, "Heslo mus\xed obsahova\u0165 ve\u013ek\xe9 p\xedsmeno a \u010d\xedslo", _s19_64, "\xdalohy klientskeho port\xe1lu", _s23_39, "Panel klientskeho port\xe1lu", _s20_92, "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_107, "Zobrazi\u0165 cenu produktu", "show_cost_help", "Zobrazte pole s cenou produktu na sledovanie prir\xe1\u017eky/zisk", _s21_92, "Zobrazi\u0165 mno\u017estvo produktu", _s26_32, "Zobrazte pole mno\u017estva produktu, inak je predvolen\xe9 jedno", _s21_94, "Zobrazi\u0165 mno\u017estvo na fakt\xfare", _s26_33, "Zobrazte pole mno\u017estva riadkovej polo\u017eky, inak je predvolene nastaven\xe9 jedno", _s21_96, "Zobrazi\u0165 z\u013eavu na produkt", _s26_34, "Zobrazte pole z\u013eavy riadkovej polo\u017eky", _s16_176, "Predvolen\xe9 mno\u017estvo", _s21_98, "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_178, "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_109, "Faktura\u010dn\xe9 sadzby dane", "item_tax_rates", "Sadzby dane z polo\u017eiek", _s18_94, "Vyberte kontakt", "configure_rates", "Konfigurova\u0165 sadzby", _s18_95, "Nakonfigurujte br\xe1ny", "tax_settings", "Nastavenia dan\xed", _s18_97, "Sadzby dane", "accent_color", "Farba zv\xfdraznenia", "switch", "Prepn\xfa\u0165", _s19_66, "Zoznam oddelen\xfd \u010diarkami", "options", "Mo\u017enosti", _s16_180, "Jednoriadkov\xfd text", "multi_line_text", "Viacriadkov\xfd text", "dropdown", "Rozba\u013eovacia ponuka", "field_type", "Typ po\u013ea", _s27_45, "E-mail na obnovenie hesla bol odoslan\xfd", "submit", "Potvrdi\u0165", _s16_182, "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_183, "Poplatok za oneskorenie v percent\xe1ch", "before_due_date", "Pred d\xe1tumom splatnosti", "after_due_date", _s18_98, _s18_99, "Po d\xe1tume fakt\xfary", "days", "Dni", "invoice_email", _s16_483, "payment_email", _s16_483, "partial_payment", _s16_484, "payment_partial", _s16_484, _s21_99, "E-mail s \u010diasto\u010dnou platbou", "quote_email", "Email pre ponuky", _s16_185, "Nekone\u010dn\xe1 pripomienka", _s16_187, "Filtrovan\xe9 pod\u013ea pou\u017e\xedvate\u013ea", "administrator", "Spr\xe1vca", _s18_100, "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_16, "removed_users", _s43_16, "restored_users", "Pou\u017e\xedvatelia :value boli \xfaspe\u0161ne obnoven\xed", _s16_189, "V\u0161eobecn\xe9 nastavenia", "invoice_options", "Mo\u017enosti fakt\xfary", _s17_111, "Skry\u0165 Uhraden\xe9 k d\xe1tumu", _s22_72, "Po prijat\xed \xfahrady zobrazi\u0165 len oblas\u0165 'Uhraden\xe9 k d\xe1tumu' na fakt\xfarach.", _s23_41, "Zapracova\u0165 dokumenty", _s28_30, "Zahrn\xfa\u0165 prilo\u017een\xe9 obr\xe1zky do fakt\xfary.", _s16_191, "Zobrazi\u0165 hlavi\u010dku na", _s16_192, "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_101, "Automatick\xfd e-mail", _s23_42, "Automaticky e-mailom opakuj\xface sa fakt\xfary pri vytvoren\xed.", _s18_102, "Automatick\xe1 archiv\xe1cia", _s23_43, "Automaticky archivova\u0165 cenov\xe9 ponuky pri prevode na fakt\xfaru.", _s18_103, "Automaticky konvertova\u0165", _s23_44, "Po schv\xe1len\xed automaticky previes\u0165 cenov\xfa ponuku na fakt\xfaru.", _s17_113, "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_115, "Tri mesiace", _s16_193, "\u0160tyri mesiace", "freq_six_months", "\u0160es\u0165 mesiacov", "freq_annually", "Ro\u010dne", "freq_two_years", "Dva roky", _s16_194, "Tri roky", "never", "Nikdy", "company", "Spolo\u010dnos\u0165", _s17_116, "Generovan\xe9 \u010c\xedsla", "charge_taxes", "\xda\u010dtova\u0165 dane", "next_reset", "\u010eal\u0161\xed Reset", "reset_counter", "Vynulova\u0165 po\u010d\xedtadlo", _s16_195, "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_118, "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_120, "Vlastn\xfd JavaScript", _s16_197, "Zobrazi\u0165 v PDF", _s21_101, "Uk\xe1za\u0165 podpis klienta na fakt\xfare/cenovej ponuke PDF.", _s25_54, "Za\u010diarkavacie pol\xed\u010dko Faktura\u010dn\xe9 podmienky", _s30_12, "Vy\u017eadova\u0165 od klienta potvrdenie, \u017ee s\xfahlas\xed s faktura\u010dn\xfdmi podmienkami.", _s23_45, "Za\u010diarkavacie pol\xed\u010dko Podmienky objedn\xe1vky", _s28_31, "Vy\u017eadova\u0165 od z\xe1kazn\xedkov s\xfahlas s podmienkami pon\xfak.", _s25_55, "Podpis na fakt\xfare", _s30_13, "Vy\u017eadova\u0165 od z\xe1kazn\xedka podpis.", _s23_46, "Podpis na objedn\xe1vke", _s22_74, "Zabezpe\u010di\u0165 fakt\xfary heslom", _s27_46, "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_56, "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_198, "Prilo\u017ei\u0165 dokumenty", "attach_ubl", "Pripojte URL", "email_style", "\u0160t\xfdl e-mailu", _s19_68, "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_69, "Log\xe1 akceptovan\xfdch kariet", "credentials", "Poverenia", "update_address", "Upravi\u0165 adresu", _s19_71, "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_200, "Sadzba dane \xfaspe\u0161ne vytvoren\xe1", _s16_201, "Sadzba dane \xfaspe\u0161ne upraven\xe1", _s17_123, "Sadzba dane \xfaspe\u0161ne archivovan\xe1", _s16_202, "Sadzba dane \xfaspe\u0161ne odstr\xe1nen\xe1", _s17_124, "Sadzba dane \xfaspe\u0161ne obnoven\xe1", _s18_104, "Sadzby dane :value boli \xfaspe\u0161ne archivovan\xe9", _s17_125, "Stavy \xfaloh :value boli \xfaspe\u0161ne vymazan\xe9", _s18_105, "Sadzby dane :value boli \xfaspe\u0161ne obnoven\xe9", "fill_products", "Automaticky vyplni\u0165 produkty", _s18_106, "V\xfdber produktu automaticky vypln\xed popis a cenu", "update_products", "Automaticky aktualizova\u0165 produkty", _s20_96, "\xdaprava fakt\xfary automaticky uprav\xed kni\u017enicu produktov", _s16_203, "Konvertova\u0165 produkty", _s21_102, "Automaticky prepo\u010d\xedtajte ceny produktov na menu klienta", "fees", "Poplatky", "limits", "Limity", "provider", "Poskytovate\u013e", "company_gateway", "Platobn\xe1 br\xe1na", _s16_205, "Platobn\xe9 br\xe1ny", _s19_72, "Nov\xe1 br\xe1na", _s20_97, "Upravi\u0165 br\xe1nu", _s23_47, "Br\xe1na \xfaspe\u0161ne vytvoren\xe1", _s23_48, "Br\xe1na \xfaspe\u0161ne upraven\xe1", _s24_57, "Br\xe1na \xfaspe\u0161ne archivovan\xe1", _s23_49, "Br\xe1na \xfaspe\u0161ne odstr\xe1nen\xe1", _s24_58, "Br\xe1na \xfaspe\u0161ne obnoven\xe1", _s25_57, "Br\xe1ny :value boli \xfaspe\u0161ne archivovan\xe9", _s24_59, "Br\xe1ny :value boli \xfaspe\u0161ne vymazan\xe9", _s25_58, "Br\xe1ny :value boli \xfaspe\u0161ne obnoven\xe9", _s16_207, "Pokra\u010dova\u0165 v \xfaprave", "discard_changes", "Zahodi\u0165 zmeny", "default_value", "Predvolen\xe1 hodnota", "disabled", "Vypnut\xe9", "currency_format", "Form\xe1t meny", _s21_103, "Prv\xfd de\u0148 v t\xfd\u017edni", _s23_50, "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_107, "24-hodinov\xe9 zobrazenie", "send_reminders", "Odosla\u0165 pripomienky", "timezone", "\u010casov\xe9 p\xe1smo", _s19_73, "Filtrovan\xe9 pod\u013ea projektu", _s17_126, "Filtrovan\xe9 podla skupiny", _s19_75, "Filtrovan\xe9 podla fakt\xfary", _s18_108, "Filtrovan\xe9 podla z\xe1kazn\xedka", _s18_110, "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_209, "Nastavenia produktu", "device_settings", "Nastavenie zariadenia", "defaults", "Predvolen\xe9", "basic_settings", "Z\xe1kladn\xe9 nastavenia", _s17_128, "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_52, "\u0160abl\xf3ny a pripomienky", _s22_75, _s22_210, _s19_77, "Vizualiz\xe1cie \xfadajov", "price", "Cena", "email_sign_up", "E-mailov\xe1 registr\xe1cia", "google_sign_up", "Registr\xe1cia Google", _s27_50, "\u010eakujeme za V\xe1\u0161 n\xe1kup!", "redeem", "Uplatni\u0165", "back", "Sp\xe4\u0165", "past_purchases", "Predch\xe1dzaj\xface n\xe1kupy", _s19_79, "Ro\u010dn\xe9 predplatn\xe9", "pro_plan", "Verzia Pro", "enterprise_plan", "Verzia Enterprise", "count_users", ":count u\u017e\xedvate\u013eov", "upgrade", "Inovova\u0165", _s25_59, "Pros\xedm vlo\u017ete krstn\xe9 meno", _s24_60, "Pros\xedm vlo\u017ete priezvisko", _s33_30, "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_211, "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_112, "Nie je vybran\xfd \u017eiadny z\xe1znam", _s21_106, "Pros\xedm ulo\u017ete alebo zru\u0161te Va\u0161e zmeny", "download", "Stiahnu\u0165", _s27_51, "Po\u017eaduje sa verzia Enterprise", "take_picture", "Vyfoti\u0165", "upload_files", "Upload Files", "document", "Dokument", "documents", "Dokumenty", "new_document", "Nov\xfd dokument", "edit_document", "Editova\u0165 dokument", _s17_130, "Dokument \xfaspe\u0161ne nahran\xfd", _s16_213, "Dokument \xfaspe\u0161ne aktualizovan\xfd", _s17_131, "Dokument \xfaspe\u0161ne archivovan\xfd", _s16_214, "Dokument \xfaspe\u0161ne vymazan\xfd", _s17_132, "Dokument \xfaspe\u0161ne obnoven\xfd", _s18_114, "\xdaspe\u0161ne archivovan\xe9 :value dokumenty", _s17_133, "Dokumenty :value boli \xfaspe\u0161ne odstr\xe1nen\xe9", _s18_115, "\xdaspe\u0161ne obnoven\xe9 :value dokumenty", "no_history", "\u017diadna Hist\xf3ria", "expense_date", "D\xe1tum v\xfddajov", "pending", "\u010cak\xe1 sa", _s16_215, "Prihl\xe1sen\xe9", _s16_216, "\u010cak\xe1", _s16_217, "Fakt\xfarovan\xe9", "converted", "Konvertovan\xe9", _s24_62, "Pridajte dokumenty do fakt\xfary", "exchange_rate", "V\xfdmenn\xfd kurz", _s16_218, "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_219, "Po\u010det \xfaspe\u0161ne archivovan\xfdch dod\xe1vate\u013eov: :count", "deleted_vendors", "Po\u010det \xfaspe\u0161ne odstranen\xfdch dod\xe1vate\u013eov: :count", _s16_220, "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_221, _s26_129, "deleted_expense", _s22_211, _s16_222, "N\xe1klad \xfaspe\u0161ne obnoven\xfd", _s17_134, _s26_129, _s16_223, _s22_211, _s17_135, "\xdaspe\u0161ne obnoven\xe9 :value v\xfddavky", "copy_shipping", "Kop\xedrova\u0165 dodanie", "copy_billing", "Kop\xedrova\u0165 faktur\xe1ciu", "design", "Vzh\u013ead", _s21_107, "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_212, "now", "Teraz", _s16_224, "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_212, "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_81, "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_226, "Projekt bol \xfaspe\u0161ne archivovan\xfd", "deleted_project", "Projekt bol \xfaspe\u0161ne zmazan\xfd", _s16_227, "Projekt bol \xfaspe\u0161ne obnoven\xfd", _s17_136, _s45_20, _s16_228, _s45_20, _s17_137, "\xdaspe\u0161ne obnoven\xe9 :value projekty", "new_project", "Nov\xfd projekt", _s27_55, "\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_116, "Kliknite tu", "to_rate_it", "aby ste to ohodnotil.", "average", "Priemer", "unapproved", "Neschv\xe1len\xe9", _s30_18, "Ak chcete zmeni\u0165 toto nastavenie, overte toto\u017enos\u0165", "locked", "Uzamknut\xe9", "authenticate", "Overi\u0165", _s19_83, "Pros\xedm overte", _s24_64, "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_138, "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", "all_time", "All Time", "custom", "Vlastn\xe9", _s16_229, "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_99, "Upravi\u0165 pravideln\xfa ponuku", "billing_address", "Faktura\u010dn\xe1 adresa", _s16_231, "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_233, "Obnovenie dokon\u010den\xe9", _s23_53, "Pros\xedm zadajte v\xe1\u0161 email", _s26_43, "Prosim zadajte va\u0161e heslo", _s21_110, "Pros\xedm zadajte va\u0161u URL", _s26_45, "Pros\xedm zadajte v\xe1\u0161 produktov\xfd k\u013e\xfa\u010d", "ascending", "Vzostupne", "descending", "Zostupne", "save", "Ulo\u017ei\u0165", _s17_140, "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", "I\u010cO", "create", "Vytvori\u0165", _s19_85, "Hodnota :value bola skop\xedrovan\xe1 do schr\xe1nky", "error", "Chyba", _s16_235, "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_237, "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_239, "Produkt \xfaspe\u0161ne archivovan\xfd", "deleted_product", "Produkt bol \xfaspe\u0161ne zmazan\xfd", _s16_240, "Produkt bol \xfaspe\u0161ne obnoven\xfd", _s17_142, "Po\u010det \xfaspe\u0161ne archivovan\xfdch produktov: :count", _s16_241, "Po\u010det \xfaspe\u0161ne zmazan\xfdch produktov: :count", _s17_143, "\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_242, "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_243, "\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_244, "Fakt\xfara \xfaspe\u0161ne archivovan\xe1", "deleted_invoice", _s26_128, _s16_245, "Fakt\xfara \xfaspe\u0161ne obnoven\xe1", _s17_144, "Po\u010det \xfaspe\u0161ne archivovan\xfdch fakt\xfar: :count", _s16_246, "Po\u010det \xfaspe\u0161ne odstr\xe1nen\xfdch fakt\xfar: :count", _s17_145, "\xdaspe\u0161ne obnoven\xe9 :value fakt\xfary", "emailed_invoice", _s24_169, "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_305, "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_482, _s16_247, "\u010ciasto\u010dn\xfd d\xe1tum splatnosti", "paid_date", "Paid Date", "status", "Stav", _s17_146, "Stav fakt\xfary", "quote_status", "Stav ponuky", _s22_76, "Kliknut\xedm na + prid\xe1te polo\u017eku", _s22_78, "Kliknut\xedm na + prida\u0165 \u010das", "count_selected", ":count vybrat\xfdch", "total", "Celkom", "percent", "Percent", "edit", "Upravi\u0165", "dismiss", "Odmietnu\u0165", _s20_101, "Vyberte d\xe1tum", _s22_79, "Vyberte klienta", _s24_66, "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_20, "Pros\xedm vlo\u017ete \u010d\xedslo fakt\xfary", _s27_59, "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_81, "Fakt\xfara bola \xfaspe\u0161ne ozna\u010den\xe1 ako odoslan\xe1", _s22_82, _s35_21, _s23_55, "Fakt\xfary boli \xfaspe\u0161ne ozna\u010den\xe9 ako odoslan\xe9", _s23_56, _s36_15, "done", "Hotovo", _s37_22, "Zadajte meno klienta alebo kontaktnej osoby", "dark_mode", "Tmav\xfd re\u017eim", _s27_61, "Ak chcete pou\u017ei\u0165 zmenu, re\u0161tartujte aplik\xe1ciu", "refresh_data", "Obnovi\u0165 \xfadaje", "blank_contact", "Pr\xe1zdny kontakt", "activity", "Aktivita", _s16_249, "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_251, "\u010cak\xe1", _s16_252, "Neplatn\xe9", _s16_253, "Zlyhanie", _s16_254, "Dokon\u010den\xe9", _s16_255, _s17_338, _s16_256, "Vr\xe1ten\xe9", _s17_147, "Neaplikovan\xe9", _s17_148, _s19_234, "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_485, "reminder1", "Prv\xe1 Upomienka", "reminder2", "Druh\xe1 Upomienka", "reminder3", _s16_485, "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_255, "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_112, "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_257, "Platba \xfaspe\u0161ne archivovan\xe1", "deleted_payment", "Platba \xfaspe\u0161ne odstr\xe1nen\xe1", _s16_258, "Platba \xfaspe\u0161ne obnoven\xe1", _s17_149, "Platby \xfaspe\u0161ne archivovan\xe9", _s16_259, "Po\u010det \xfaspe\u0161ne odstr\xe1nen\xfdch platieb: :count", _s17_150, "\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", "Predajcovia", "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", _s82_, "activity_11", ":user upravil platbu :payment", "activity_12", _s32_21, "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_32, "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_59, "activity_28", _s28_75, "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", ":user vytvoren\xfd pou\u017e\xedvate\u013e :user", "activity_49", ":user aktualizovan\xfd pou\u017e\xedvate\u013e :user", "activity_50", ":user archivovan\xfd pou\u017e\xedvate\u013e :user", "activity_51", ":user odstr\xe1nen\xfd pou\u017e\xedvate\u013e :user", "activity_52", ":user obnoven\xfd pou\u017e\xedvate\u013e :user", "activity_53", ":user ozna\u010den\xe9 odoslan\xe9 :invoice", "activity_54", ":user zaplatil fakt\xfaru :invoice", "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_151, "Jednorazov\xe9 heslo", "emailed_quote", _s23_156, "emailed_credit", "Kredit bol \xfaspe\u0161ne odoslan\xfd e-mailom", _s20_103, "Ponuka bola \xfaspe\u0161ne ozna\u010den\xe1 ako odoslan\xe1", _s21_114, "Kredit bol \xfaspe\u0161ne ozna\u010den\xfd ako odoslan\xfd", "expired", "Vypr\u0161an\xe9", "all", "V\u0161etko", "select", "Vo\u013eba", _s22_83, "Dlho stla\u010dte Multiselect", "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Vlastn\xe1 hodnota 3", "custom_value4", "Vlastn\xe1 hodnota 4", _s18_117, "Vlastn\xfd \u0161t\xfdl e-mailu", _s24_71, "Spr\xe1va vlastn\xe9ho informa\u010dn\xe9ho panelu", _s29_46, "Vlastn\xe1 spr\xe1va o nezaplatenej fakt\xfare", _s27_66, "Vlastn\xe1 spr\xe1va o zaplatenej fakt\xfare", _s31_24, "Vlastn\xe1 spr\xe1va o neschv\xe1lenej cenovej ponuke", "lock_invoices", "Uzamknutie fakt\xfar", "translations", "Preklady", _s19_86, "Vzor \u010d\xedsla \xfalohy", _s19_88, "Po\u010d\xedtadlo \u010d\xedsel \xfaloh", _s22_85, "Vzor \u010d\xedsla v\xfddavkov", _s22_87, "Po\u010d\xedtadlo \u010d\xedsel v\xfddavkov", _s21_115, "Vzor \u010d\xedsla predajcu", _s21_117, "Po\u010d\xedtadlo \u010d\xedsel predajcu", _s21_119, "Vzor \u010d\xedsla tiketu", _s21_121, "Po\u010d\xedtadlo \u010d\xedsel tiketu", _s22_89, "Vzor \u010d\xedsla platby", _s22_91, "Po\u010d\xedtadlo \u010d\xedsla platby", _s22_93, "Vzor \u010d\xedsla fakt\xfary", _s22_95, "Po\u010d\xedtadlo \u010d\xedsla fakt\xfary", _s20_104, "Vzor \u010d\xedsla cenovej ponuky", _s20_106, "Po\u010d\xedtadlo \u010d\xedsla ponuky", _s21_123, _s18_310, _s21_125, _s26_130, _s21_127, _s18_310, _s21_128, _s26_130, _s18_119, "Vynulova\u0165 d\xe1tum po\u010d\xedtadla", "counter_padding", "Polstrovanie pultu", _s28_66, "Zdie\u013eanie po\u010d\xedtadla cenovej ponuky", _s18_121, "Predvolen\xfd n\xe1zov dane 1", _s18_123, "Predvolen\xe1 sadzba dane 1", _s18_125, "Predvolen\xfd n\xe1zov dane 2", _s18_127, "Predvolen\xe1 sadzba dane 2", _s18_129, "Predvolen\xfd n\xe1zov dane 3", _s18_131, "Predvolen\xe1 sadzba dane 3", _s21_129, "Predmet e-mailovej fakt\xfary", _s19_90, "Predmet ponuky e-mailu", _s21_131, "Predmet platby e-mailom", _s29_48, "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_260, "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_73, "Ulica doru\u010denia klienta", _s24_74, "Byt/Apartman dodania klienta", "type", "Typ", "invoice_amount", "Suma fakt\xfary", _s16_264, _s16_482, "tax_rate1", "Sadzba dane 1", "tax_rate2", "Sadzba dane 2", "tax_rate3", "Sadzba dane 3", "auto_bill", _s21_255, "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_153, _s19_235, _s17_154, _s19_236, _s17_155, _s19_237, _s17_156, _s19_238, "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_92, "ID kateg\xf3rie v\xfddavkov", _s16_265, "Kateg\xf3ria v\xfddajov", _s19_94, "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_133, "Farebn\xe1 t\xe9ma stavu", _s16_266, "Na\u010d\xedta\u0165 farebn\xfd mot\xedv"], t1, t1), "sl", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "Ponavlj. ra\u010duni", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Prekini povezavo", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "Skrbnik", "owner", "Lastnik", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Total Hours", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "Pla\u010dljivo", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, _s22_4, _s25_5, _s25_6, _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", _s39_11, _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", "Payment Links", "action", "Ukaz", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "Urnik", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", "Arhiviraj pla\u010dilo", "archive_invoice", "Arhiviraj ra\u010dun", "archive_quote", "Arhiviraj ponudbo", "archive_credit", "Arhiviraj dobropis", "archive_task", "Arhiviraj opravilo", "archive_client", "Arhiviraj stranko", "archive_project", _s17_167, "archive_expense", "Arhiviraj stro\u0161ek", "restore_payment", "Obnovi pla\u010dilo", "restore_invoice", "Obnovi ra\u010dun", "restore_quote", "Obnovi predra\u010dun", "restore_credit", "Obnovi dobropis", "restore_task", "Obnovi opravilo", "restore_client", "Obnovi stranko", "restore_project", "Obnovi projekt", "restore_expense", "Obnovi stro\u0161ek", "archive_vendor", "Arhiviraj dobavitelja", "restore_vendor", "Obnovi dobavitelja", "create_product", "Dodaj izdelek", "update_product", "Update Product", "delete_product", "Izbri\u0161i izdelek", "restore_product", "Obnovi izdelek", "archive_product", "Arhiviraj izdelek", _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "Pla\u010dilno sredstvo", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", "Postal/City", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "Ura", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Last 365 Days", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, _s35_, "upload", "Nalo\u017ei", _s17_7, _s17_8, _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Update Payment", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "Izbri\u0161i projekt", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, _s21_17, _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, "Shrani kot privzete pogoje", _s22_12, "Shrani kot privzeta noga", "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Natisni PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, _s21_23, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, "Ban\u010dni ra\u010dun uspe\u0161no vne\u0161en", _s20_18, "Ban\u010dni ra\u010dun uspe\u0161no posodobljen", _s17_14, "Uredi ban\u010dni ra\u010dun", _s16_28, _s16_29, "account_type", "Account type", _s16_30, _s16_268, _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "Izbrano", _s21_24, _s34_2, _s18_15, _s18_16, "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "Posodobi dobropis", "delete_credit", "Zbri\u0161i dobropis", "transaction", "Transaction", "transactions", "Prenosi", "new_transaction", "New Transaction", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, _s26_7, "bank_account", "Ban\u010dni ra\u010dun", "bank_accounts", "Kreditne kartice in banke", _s21_25, "Ban\u010dni ra\u010dun uspe\u0161no arhiviran", _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Connect", _s23_9, _s23_10, _s18_19, _s18_20, "client_email", "Client Email", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_27, "Active Invoices", _s26_8, "Odprti ra\u010duni", _s24_16, "Zaklju\u010deni ra\u010duni", _s23_11, _s17_18, _s19_22, "Active Quotes", _s21_28, "Approved Quotes", _s23_12, _s17_19, _s18_22, "Logged Tasks", _s20_27, "Invoiced Tasks", _s16_35, "Paid Tasks", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s44_0, "activity_131", _s44_1, "activity_132", _s45_3, "activity_133", _s44_2, "activity_134", _s45_4, "activity_135", _s44_3, "activity_136", _s46_1, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, _s39_3, "resend", "Resend", "verify", "Verify", _s18_23, _s29_10, _s20_28, _s20_29, _s19_23, _s19_24, _s24_18, _s46_2, _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Merge Into", "merge", "Merge", _s21_32, "Sprememba cene je bila potrjena", _s19_25, "Sprememba cene je bila zavrnjena", _s17_23, _s17_24, "activate", "Activate", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", "Send Now", "received", "Received", _s19_26, _s19_27, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_4, _s34_7, _s47_, _s22_19, _s22_20, _s22_21, _s22_22, _s27_10, _s34_8, _s24_19, _s25_13, "yes_its_great", _s16_42, "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", "Podatki dobavitelja", _s22_26, _s22_27, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Sprejmi", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Send Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Accepted", _s22_28, _s22_29, _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, _s24_22, _s37_5, _s42_2, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_30, _s18_31, _s19_29, _s19_30, _s22_33, _s35_3, _s22_34, _s35_4, _s23_17, _s36_0, _s22_35, _s35_5, _s22_36, _s35_6, _s23_18, _s36_1, _s21_40, _s21_41, _s22_37, _s22_38, "login_url", "Login URL", _s16_46, "Nastavitev pla\u010dil", "default", "Privzeto", "stock_quantity", "Stock Quantity", _s22_39, _s22_40, "track_inventory", "Spremljaj zalogo", _s20_41, "Prika\u017ei zalogo izdelka in jo obnavljaj glede na poslane ra\u010dune", _s19_31, "Obve\u0161\u010danje o zalogi", _s24_23, "Po\u0161lji sporo\u010dilo, ko zaloga dose\u017ee minimalno koli\u010dino", "vat", "VAT", "standing", "Stanje", "view_map", "View Map", _s18_32, _s18_33, "add_gateway", "Dodaj prehod", _s24_24, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "\u0160tevil\u010denje", _s24_25, "Pozicija \u0161tevil\u010denja", _s31_6, "Invoice Sent", _s24_27, "Prika\u017ei opis izdelka", _s29_13, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Uvozni format", "export_format", "Izvozni format", "export_type", "Vrsta izvoza", "stop_on_unpaid", "Stop On Unpaid", _s19_33, _s63_1, "use_quote_terms", "Use Quote Terms", _s20_42, _s37_6, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, _s45_6, "register_label", _s30_4, "login_label", _s28_9, "add_to_invoice", "Dodaj k ra\u010dunu :invoice", _s17_30, _s17_31, "week", "Teden", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, _s46_14, _s20_44, _s20_45, _s25_15, _s45_11, _s16_48, "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_8, "change_status", "Change Status", "fees_sample", "Provizija od zneska :amount ra\u010duna bo :total.", _s19_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", _s33_11, "stopped_tasks", _s33_12, "approved_quote", _s27_68, "approved_quotes", _s35_7, "approve", "Potrdi", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, _s16_269, _s24_30, _s44_6, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Valuta stranke", _s16_51, "Va\u0161a valuta", "purged_client", "Uspe\u0161no po\u010di\u0161\u010dena stranka", _s27_16, _s77_0, _s22_42, _s34_9, "small", "Small", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_54, _s16_55, _s21_48, _s42_3, "print_pdf", "Natisni PDF", "remind_me", "Remind Me", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_17, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_49, _s30_5, "set_password", "Nastavi geslo", _s17_33, _s59_, _s16_58, _s58_1, _s20_49, _s33_13, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_50, "becs", _s17_158, "bulk_download", "Download", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, _s18_35, _s17_35, _s17_36, "has_tasks", "Has Tasks", "registration", "Registration", _s27_18, _s50_7, "view_expense", "Ogled stro\u0161ka # :expense", "view_statement", "Ogled izpiska", "sepa", "SEPA direktna bremenitev", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s18_37, "system", "Sistem", _s19_38, _s19_39, "updated_company", _s28_10, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, _s40_2, _s27_19, _s43_0, "app", "App", _s20_50, _s46_8, _s16_59, _s16_270, _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "Od (ime)", _s16_60, _s16_61, _s17_38, _s21_256, _s18_39, _s21_256, _s21_50, "Nov ponavaljajo\u010d stro\u0161ek", _s22_44, "Uredi ponavaljajo\u010d stro\u0161ek", _s25_16, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no ustvarjen", _s25_17, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no posodobljen", _s26_13, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no arhiviran", _s25_18, _s38_4, _s25_19, _s38_5, _s26_14, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no obnovljen", _s24_32, _s24_33, _s25_20, _s25_21, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_42, _s32_9, "is_invoiced", "Is Invoiced", "change_plan", "Manage Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_62, _s16_63, _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "Decimalna vejica", _s26_15, _s35_9, "select_method", "Select Method", "select_platform", "Select Platform", _s28_13, _s42_4, _s16_66, _s27_69, "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "user_guide", "Navodila", _s18_41, _s18_42, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Izvozi barve", "import_colors", "Uvozi barve", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Prilagojene barve", "colors", "Barve", _s31_9, "Barva stranskega menija, ko je aktiven", _s25_22, "Barva teksta stranskega menija, ko je aktiven", _s33_14, "Barva stranskega menija, ko ni aktiven", _s27_20, "Barva teksta stranskega menija, ko ni aktiven", _s36_3, _s36_4, _s31_11, "Barva glave ra\u010duna", _s25_24, "Barva teksta glave ra\u010duna", "net_subtotal", "Neto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_22, _s57_0, _s21_52, _s62_1, "change_email", "Change Email", _s25_26, _s52_0, _s21_53, _s21_54, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Uvozi podatke", "import_settings", "Import Settings", _s17_40, _s28_14, _s19_43, _s48_0, "json", "JSON", _s24_34, _s24_35, "wait_for_data", _s42_5, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_67, _s16_68, _s18_43, _s40_3, "login_success", _s16_69, "login_failure", "Failed Login", "exported_data", _s67_, _s23_23, _s23_24, _s28_15, _s41_3, "step_1_sign_in", "Step 1: Sign In", _s16_70, _s17_41, "account_id", "Account ID", _s27_22, _s35_11, "activity_100", _s50_8, "activity_101", _s50_9, "activity_102", _s51_3, "activity_103", _s50_10, "activity_104", _s51_4, _s18_44, _s18_45, _s23_25, _s35_12, "gateway_setup", "Gateway Setup", "preview_sidebar", "Predogled stranskega menija", _s16_71, _s16_72, _s18_46, _s31_13, _s16_73, _s16_74, "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_47, "Ime kontakta", _s17_42, "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_55, _s53_, _s25_27, _s37_8, _s17_44, _s17_45, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, "Pla\u010dilni pogoji", _s17_46, "Veljavnost ponudbe", "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_49, _s18_50, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_51, _s18_52, _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "Varnost", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Email Delivery", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, _s22_47, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, _s26_18, "connect_gmail", "Connect Gmail", _s16_81, _s16_82, "connected_gmail", _s28_16, _s18_55, _s31_14, _s16_83, _s100_, _s16_84, _s16_85, "count_minutes", ":count Minut", _s16_86, _s16_87, _s29_15, _s28_67, "use_last_email", "Use last email", _s16_88, _s16_89, _s21_65, _s51_7, _s27_24, _s35_13, _s27_25, _s27_26, _s34_13, _s52_1, "help_translate", "Pomagaj prevesti program", _s23_26, _s23_27, "resend_invite", "Znova po\u0161lji vabilo", _s19_45, _s25_28, _s16_90, _s30_6, _s19_46, _s33_20, "delivered", "Delivered", "bounced", "Neprejeta sporo\u010dila", "spam", "Spam", "view_docs", "View Docs", _s32_10, _s72_, "send_sms", "Po\u0161lji SMS", "sms_code", "SMS koda", _s21_66, "Skenirajte barkodo s aplikacijo kot na primer :link. Spodaj vnesite prvo generirano geslo za enkratno rabo.", _s18_56, "Dvostopenjska avtentikacija je omogo\u010dena", "connect_google", "Priklopi Google", _s17_50, "Izklopi Google", _s17_52, "Dvostopenjska avtentikacija", _s18_57, _s18_58, _s34_14, _s34_15, "stay_logged_in", "Stay Logged In", _s23_28, _s40_4, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_47, _s19_48, _s17_53, "Nastavitev varnosti", "resend_email", "Ponovno po\u0161lji e-po\u0161to", _s26_19, _s33_21, _s16_91, "Vrnjeno pla\u010dilo", _s19_49, _s19_50, _s19_51, _s45_8, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_55, _s17_56, _s27_27, _s51_5, _s21_67, _s97_, "this_quarter", "To \u010detrtletje", "last_quarter", "Prej\u0161nje \u010detrtletje", "to_update_run", "To update run", _s18_59, "Pretvori v ra\u010dun", _s16_92, _s16_93, "invoice_project", "Fakturiraj projekt", "invoice_task", "Fakturiraj opravilo", "invoice_expense", "Stro\u0161ek ra\u010duna", _s19_52, _s21_68, _s20_59, _s27_28, _s16_94, _s16_95, "save_and_email", "Save and Email", _s16_96, _s16_97, _s16_98, "Pretvorjeni znesek", _s17_57, _s17_58, _s22_48, _s22_49, _s24_36, _s24_37, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_59, "Privzeti dokumenti", "document_upload", "Document Upload", _s20_60, _s34_16, "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", "Prika\u017ei", "hide", "Skrij", "empty_columns", "Prazni stolpci", _s21_69, _s21_70, _s26_20, _s96_, "running_tasks", "Opravila v teku", "recent_tasks", "Nedavna opravila", "recent_expenses", "Nedavni stro\u0161ki", _s17_61, _s17_62, "update_app", "Update App", "started_import", _s27_29, _s24_38, _s24_39, _s20_61, _s20_62, _s18_61, _s18_62, "column", "Stolpec", "sample", "Vzorec", "map_to", "Map To", "import", "Uvozi", _s25_29, _s29_16, "select_file", "Prosim izberi datoteko", _s16_100, "Ni izbrane datoteke", "csv_file", "CSV datoteka", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_50, _s24_40, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_63, _s17_64, "sidebar_editor", "Urejevalnik stranskega menija", _s22_51, _s31_15, "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_41, _s24_42, _s24_43, _s24_44, "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_29, "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_45, _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_65, _s17_66, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_102, _s16_103, _s19_53, _s32_11, _s19_54, "Uspe\u0161no posodobljen status opravil", _s20_63, _s33_22, _s19_55, _s32_12, _s19_56, _s32_13, _s20_64, _s33_23, _s22_52, _s42_6, _s21_71, _s41_4, _s22_53, _s42_7, _s18_63, _s20_65, _s20_66, _s27_30, _s16_104, _s16_105, _s21_72, _s52_2, _s20_67, _s20_68, _s25_30, _s42_8, _s20_69, _s20_70, _s25_31, _s42_9, _s21_73, _s25_32, _s18_64, _s18_65, "task_settings", "Task Settings", _s20_71, _s20_72, _s18_66, "Kategorije stro\u0161kov", _s20_73, "Nova katergorija stro\u0161kov", _s21_74, _s21_75, _s24_46, "Kategorija stro\u0161kov uspe\u0161no ustvarjena", _s24_47, "Kategorija stro\u0161kov uspe\u0161no nadgrajena", _s25_33, "Kategorija stro\u0161kov uspe\u0161no arhivirana", _s24_48, "Kategorija uspe\u0161no odstranjena", _s24_49, _s37_11, _s25_34, "Kategorija stro\u0161kov uspe\u0161no obnovljena", _s27_31, "Kategorija stro\u0161kov :count uspe\u0161no arhivirana", _s26_21, _s46_11, _s27_32, _s47_1, _s23_30, _s25_35, _s25_36, _s32_14, _s21_76, _s21_77, "show_option", "Show Option", _s22_54, _s50_11, "view_changes", "View Changes", "force_update", "Force Update", _s17_67, _s76_0, "mark_paid_help", _s31_27, _s18_68, "Bo fakturiran", _s23_31, _s33_32, _s29_17, _s36_16, _s21_78, _s20_75, _s16_106, _s16_107, _s18_69, _s18_70, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "User Field", "variables", "Variables", "show_password", "Prika\u017ei geslo", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_68, _s17_69, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Polja vnosa za skupni obra\u010dun cene", _s25_37, _s38_8, _s25_38, _s38_9, _s25_39, _s38_10, "gateway_refund", "Gateway Refund", _s19_57, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Ozna\u010di kot Aktivno", "day_count", "Day :count", _s22_55, _s22_56, _s21_79, _s21_80, _s17_70, _s17_71, "endless", "Endless", "next_send_date", "Next Send Date", _s16_108, _s16_109, _s17_72, "Ponavljajo\u010di ra\u010dun", _s18_71, "Ponavljajo\u010di ra\u010duni", _s21_81, "Nov ponavljajo\u010di ra\u010dun", _s22_57, "Uredi ponvljajo\u010de ra\u010dune", _s25_40, _s38_11, _s25_41, _s38_12, _s26_22, "Ponavljajo\u010di ra\u010dun uspe\u0161no arhiviran", _s25_42, "Ponavljajo\u010di ra\u010dun uspe\u0161no odstranjen", _s25_43, _s38_14, _s26_23, "Ponavljajo\u010di ra\u010dun uspe\u0161no obnovljen", _s27_33, _s47_2, _s26_24, _s46_12, _s27_34, _s47_3, _s24_50, _s26_25, _s25_44, _s32_15, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_17, _s28_18, "profit", "Profit", "line_item", "Vrsti\u010dna postavka", _s18_73, _s18_74, _s23_32, _s35_25, _s19_58, _s19_59, _s24_51, _s52_3, "test_mode", "Test Mode", "opened", "Odpriti", _s30_7, _s22_59, _s30_8, _s22_60, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_74, _s17_75, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_110, _s16_111, "system_logs", "System Logs", "view_portal", "Poglej portal", "copy_link", "Copy Link", "token_billing", "Shrani podatke kartice", _s24_52, _s24_53, "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_75, _s18_76, "pdf_page_info", _s23_33, _s16_112, _s20_246, "emailed_quotes", "Uspe\u0161no poslani predra\u010duni", "emailed_credits", _s28_68, "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", "\u010cas zadnje prijave", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_10, "client_created", "Client Created", _s20_76, _s20_77, _s20_78, _s20_79, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_76, _s17_77, _s17_78, _s17_79, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_80, _s17_81, _s17_82, "Prihajajo\u010di ra\u010duni", _s17_84, _s17_85, "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 dobavitelja", "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 dobavitelja", "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", "Prika\u017ei stranski meni", "hide_sidebar", "Skrij stranski meni", "event_type", "Event Type", "target_url", "Cilj", "copy", "Copy", "must_be_online", _s53_0, _s17_86, _s28_19, "api_webhooks", "API Webhooks", "search_webhooks", _s22_61, "search_webhook", _s16_113, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_20, "updated_webhook", _s28_21, _s16_114, _s29_18, "deleted_webhook", _s28_22, "removed_webhook", _s28_23, _s16_115, _s29_19, _s17_87, _s37_12, _s16_116, _s36_5, _s16_117, _s36_6, _s17_88, _s37_13, "api_tokens", "API \u017eetoni", "api_docs", "API Docs", "search_tokens", _s20_80, "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_29, "restored_token", _s27_36, "archived_tokens", _s35_14, "deleted_tokens", _s34_17, "restored_tokens", _s35_15, _s19_60, _s19_61, _s24_54, _s45_9, "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_81, _s41_5, "ledger", "Ledger", "view_pdf", "Poka\u017ei PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_118, _s16_119, "contact_name", "Kontaktno ime", "use_default", "Use default", _s16_120, _s17_89, "number_of_days", "Number of days", _s23_34, _s23_35, "payment_term", "Payment Term", _s16_121, _s16_122, _s17_90, "Uredi pla\u010dilni pogoj", _s20_82, "Pla\u010dilni pogoji uspe\u0161no ustvarjeni", _s20_83, "Pla\u010dilni pogoji uspe\u0161no posodobljeni", _s21_83, "Pla\u010dilni pogoji uspe\u0161no arhivirani", _s20_84, _s33_26, _s20_85, _s33_27, _s21_84, _s34_19, _s22_62, _s42_11, _s21_85, _s41_6, _s22_63, _s42_12, "email_sign_in", _s18_135, "change", "Change", _s23_36, _s28_24, _s24_55, _s29_20, "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", "Prika\u017ei meni", _s18_77, _s18_78, _s16_123, _s16_272, "search_designs", "Search Designs", "search_invoices", "Poi\u0161\u010di ra\u010dun", "search_clients", "Poi\u0161\u010di stranko", "search_products", "Poi\u0161\u010di Izdelek", "search_quotes", "Poi\u0161\u010di ponudbo", "search_credits", "Poi\u0161\u010di dobropis", "search_vendors", "Search Vendors", "search_users", "Poi\u0161\u010di uporabnika", _s16_124, _s16_273, "search_tasks", "Poi\u0161\u010di opravilo", "search_settings", "Search Settings", "search_projects", "Poi\u0161\u010di projekt", "search_expenses", "Poi\u0161\u010di stro\u0161ek", "search_payments", "Poi\u0161\u010di pla\u010dilo", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_92, "search_design", "Search 1 Design", "search_invoice", _s16_125, "search_client", "Search 1 Client", "search_product", _s16_126, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_93, "search_task", "Search 1 Tasks", "search_project", _s16_127, "search_expense", _s16_128, "search_payment", _s16_129, "search_group", "Search 1 Group", "refund_payment", "Vra\u010dilo pla\u010dila", _s17_94, _s30_9, _s18_79, _s31_16, _s16_130, _s29_21, _s17_95, _s30_10, "reverse", "Reverse", "full_name", "Polno ime", _s17_96, "Mesto/Dr\u017eava/Po\u0161ta", _s17_98, "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_131, "Podatki podjetja uspe\u0161no odstranjeni", _s18_80, "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_45, "client_details", "Podatki o stranki", "company_address", "Naslov podjetja", "invoice_details", "Podrobnosti ra\u010duna", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Stolpci vnosa izdelka", "task_columns", "Stolpci vnosa opravila", "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_46, _s25_47, _s16_132, _s16_133, "apply_license", "Potrdi licenco", "cancel_account", "Odstani ra\u010dun", _s22_64, "Opozorilo: Va\u0161 ra\u010dun bo trajno zbrisan. Razveljavitev ni mogo\u010da.", "delete_company", "Izbri\u0161i podjetje", _s22_65, "Opozorilo: Va\u0161e podjetne bo trajno zbrisano. Razveljavitev ni mogo\u010da.", "enabled_modules", "Omogo\u010deni moduli", "converted_quote", _s28_25, "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_37, "updated_design", _s27_38, "archived_design", _s28_26, "deleted_design", _s27_39, "removed_design", _s27_40, "restored_design", _s28_27, _s16_134, _s36_7, "deleted_designs", _s35_16, _s16_135, _s36_8, "proposals", "Ponudbe", "tickets", "Podporni zahtevki", _s16_136, "Ponavljajo\u010di predra\u010duni", "recurring_tasks", "Recurring Tasks", _s18_81, "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_44, "restored_credit", "Dobropis uspe\u0161no obnovljen", _s16_138, "Uspe\u0161no je arhiviranih :count dobropisov", "deleted_credits", "Uspe\u0161no je zbrisano :count dobropisov", _s16_139, _s36_9, "current_version", "Trenutna razli\u010dica", "latest_version", "Latest Version", "update_now", "Update Now", _s26_30, _s41_7, _s16_140, _s16_141, "app_updated", _s29_22, "learn_more", "Izvedi ve\u010d", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_100, _s17_101, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Novo podjetje", "added_company", _s26_31, "company1", _s16_142, "company2", _s16_143, "company3", _s16_144, "company4", _s16_145, "product1", _s16_146, "product2", _s16_147, "product3", _s16_148, "product4", _s16_149, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_150, "contact2", _s16_151, "contact3", _s16_152, "contact4", _s16_153, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_154, "project2", _s16_155, "project3", _s16_156, "project4", _s16_157, "expense1", _s16_158, "expense2", _s16_159, "expense3", _s16_160, "expense4", _s16_161, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_162, "invoice2", _s16_163, "invoice3", _s16_164, "invoice4", _s16_165, "payment1", _s16_166, "payment2", _s16_167, "payment3", _s16_168, "payment4", _s16_169, "surcharge1", _s18_83, "surcharge2", _s18_84, "surcharge3", _s18_85, "surcharge4", _s18_86, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Ponastavi", "number", "\u0160tevilka", "export", "Izvozi", "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_87, _s18_88, _s17_102, _s17_103, "contact_phone", "Kontaktni telefon", _s21_86, _s22_66, _s21_87, _s22_67, _s21_88, _s22_68, _s21_89, _s22_69, _s17_104, "Ulica (za dostavo)", _s17_105, "Hi\u0161na \u0161t./stanovanje (za dostavo)", "shipping_city", "Mesto (za dostavo)", "shipping_state", "Regija/pokrajina (za dostavo)", _s20_86, "Po\u0161tna \u0161t. (za dostavo)", _s16_170, "Dr\u017eava (za dostavo)", _s16_172, "Ulica (za ra\u010dun)", _s16_173, "Hi\u0161na \u0161t./Stanovanje (za ra\u010dun)", "billing_city", "Mesto (za ra\u010dun)", "billing_state", "Regija/pokrajina (za ra\u010dun)", _s19_62, "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_174, "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_90, _s35_17, _s30_11, _s63_2, "message", "Sporo\u010dilo", "from", "Od", _s20_88, "Prika\u017ei podrobnosti izdelka", _s25_48, _s56_0, _s20_90, _s34_20, _s18_90, _s18_91, _s23_38, _s33_33, _s18_92, _s18_93, "support_forum", "Support Forums", "about", "About", "documentation", "Dokumentacija", "contact_us", "Kontakt", "subtotal", "Skupaj brez DDV", "line_total", "Skupaj", "item", "Postavka", "credit_email", "Credit Email", "iframe_url", "Spletna stran", "domain_url", "Domain URL", _s21_91, _s21_133, _s20_91, _s58_2, _s19_64, _s19_65, _s23_39, _s23_40, _s20_92, _s20_93, "deleted_logo", _s25_49, "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", "Skrij/prika\u017ei", "menu_sidebar", "Stranski meni", "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", "Prika\u017ei ceno", _s17_107, "Prika\u017ei ceno izdelka", "show_cost_help", "Prika\u017ei ceno izdelka za spremljanje dodane vrednosti", _s21_92, "Prika\u017ei koli\u010dino izdelka", _s26_32, _s58_3, _s21_94, _s21_95, _s26_33, _s60_1, _s21_96, "Prika\u017ei popust izdelka", _s26_34, _s34_21, _s16_176, "Privzeta Koli\u010dina", _s21_98, _s47_4, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_178, _s16_179, "user", "Uporabnik", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_109, _s17_110, "item_tax_rates", "Item Tax Rates", _s18_94, "Prosim izberite stranko", "configure_rates", "Configure rates", _s18_95, _s18_96, "tax_settings", "Dav\u010dne nastavitve", _s18_97, "Tax Rates", "accent_color", "Accent Color", "switch", "Proklop", _s19_66, _s20_94, "options", "Mo\u017enosti", _s16_180, "Enovrsti\u010dni tekst", "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Vrsta polja", _s27_45, _s39_8, "submit", "Oddaj", _s16_182, "Obnovite va\u0161e geslo", "late_fees", "Late Fees", "credit_number", "\u0160t. dobropisa", "payment_number", "Payment Number", "late_fee_amount", "Vrednost zamudnih obresti", _s16_183, "Odstotek za zamudne obresti", "before_due_date", _s19_67, "after_due_date", _s18_98, _s18_99, _s22_71, "days", "Dnevi", "invoice_email", "Ra\u010dun", "payment_email", "Potrdilo", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_99, _s21_100, "quote_email", "Predra\u010dun", _s16_185, "Periodi\u010den opomin", _s16_187, _s16_188, "administrator", "Upravljalec", _s18_100, "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_50, "updated_user", "Uporabnik uspe\u0161no posodobljen", "archived_user", "Uporabnik uspe\u0161no arhiviran", "deleted_user", "Uporabnik uspe\u0161no odstranjen", "removed_user", _s25_53, "restored_user", "Uporabnik uspe\u0161no obnovljen", "archived_users", _s34_22, "deleted_users", _s33_28, "removed_users", _s33_29, "restored_users", _s34_23, _s16_189, "Splo\u0161ne nastavitve", "invoice_options", "Mo\u017enosti ra\u010duna", _s17_111, "Skrij datum pla\u010dila", _s22_72, "Prika\u017ei le 'Pla\u010dano' polje v ra\u010dunu, nakar je bilo pla\u010dilo prejeto.", _s23_41, "Omogo\u010deni dokumenti", _s28_30, "V ra\u010dunu vklju\u010di pripete slike.", _s16_191, "Prika\u017ei glavo na", _s16_192, "Prika\u017ei nogo na", "first_page", "Prva stran", "all_pages", "Vse strani", "last_page", "Zadnja stran", "primary_font", "Osnovna pisava", "secondary_font", "Sekundarna pisava", "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_101, "Samodejni Email", _s23_42, _s52_4, _s18_102, "Samodejno Arhiviranje", _s23_43, _s55_1, _s18_103, "Samodejna Pretvorba", _s23_44, _s58_4, _s17_113, "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_115, "Trije meseci", _s16_193, "Na \u0161tiri mesece", "freq_six_months", "\u0160est mesecev", "freq_annually", "Letno", "freq_two_years", "Na dve leti", _s16_194, "Three Years", "never", "Nikoli", "company", "Podjetje", _s17_116, "Ustvarjene \u0161tevilke", "charge_taxes", "Zara\u010dunaj davke", "next_reset", "Naslednja ponastavitev", "reset_counter", "Ponastavi \u0161tevec", _s16_195, "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_118, "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_120, _s17_121, _s16_197, "Prika\u017ei na PDF", _s21_101, "Prika\u017ei podpis stranke na PDF ra\u010dunu/predra\u010dunu.", _s25_54, "Potrditev pogojev ra\u010duna", _s30_12, "Stranka mora potrditi strinjanje s pogoji na ra\u010dunu.", _s23_45, "Potrditev pogojev predra\u010duna", _s28_31, "Stranka mora potrditi strinjanje s pogoji na predra\u010dunu.", _s25_55, "Podpis ra\u010duna", _s30_13, "Zahteva od stranke, da zagotovi svoj podpis.", _s23_46, "Podpis predra\u010duna", _s22_74, "Za\u0161\u010diti ra\u010dune z geslom", _s27_46, "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_56, "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", "Pripni PDF", _s16_198, "Pripni dokumente", "attach_ubl", "Pripni UBL", "email_style", "Email Style", _s19_68, "Omogo\u010di ozna\u010dbe.", "reply_to_email", "Reply-To", "reply_to_name", "Reply-To Name", "bcc_email", "BCC", "processed", "Processed", "credit_card", _s16_295, "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_69, "Prikazani logotipi katric", "credentials", "Credentials", "update_address", "Posodobi naslov", _s19_71, "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_200, "Dav\u010dna stopnja uspe\u0161no ustvarjena", _s16_201, "Dav\u010dna stopnja uspe\u0161no posodobljena", _s17_123, "Dav\u010dna stopnja uspe\u0161no arhivirana", _s16_202, _s29_25, _s17_124, _s30_14, _s18_104, _s38_15, _s17_125, _s37_14, _s18_105, _s38_16, "fill_products", "Samodejno vnesi izdelke", _s18_106, "Izbira izdelka bo samodejno vnesla opis in ceno", "update_products", "Samodejno posodobi izdelke", _s20_96, "Posodobitev ra\u010duna bo samodejno posodobila knji\u017enico izdelkov", _s16_203, "Pretvori izdelke", _s21_102, "Samodejno pretvori cene izdelkov v valuto stranke", "fees", "Provizije", "limits", "Omejitve", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_205, _s16_206, _s19_72, "New Gateway", _s20_97, "Edit Gateway", _s23_47, _s28_32, _s23_48, _s28_33, _s24_57, _s29_26, _s23_49, _s28_34, _s24_58, _s29_27, _s25_57, _s37_15, _s24_59, _s36_10, _s25_58, _s37_16, _s16_207, _s16_208, "discard_changes", "Zavrzi spremembe", "default_value", "Default value", "disabled", "Onemogo\u010deno", "currency_format", "Currency Format", _s21_103, _s21_104, _s23_50, "Prvi mesec v letu", "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", "Simbol", "ocde", "Oznaka", "date_format", "Oblika Datuma", "datetime_format", "Datetime Format", "military_time", "24-urni prikaz", _s18_107, "Uporabi 24-urni prikaz", "send_reminders", "Po\u0161lji opomnike", "timezone", "Timezone", _s19_73, _s19_74, _s17_126, _s17_127, _s19_75, _s19_76, _s18_108, _s18_109, _s18_110, _s18_111, "group_settings", "Nastavitev skupine", "group", "Skupina", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_37, "updated_group", _s26_38, "archived_groups", _s35_18, "deleted_groups", _s34_24, "restored_groups", _s35_19, "archived_group", _s27_47, "deleted_group", _s26_39, "restored_group", _s27_48, "upload_logo", "Nalo\u017ei logotip", "uploaded_logo", _s26_40, "logo", "Logotip", "saved_settings", _s27_49, _s16_209, "Nastavitve izdelka", "device_settings", "Nastavitev naprave", "defaults", "Privzeto", "basic_settings", "Osnovne nastavitve", _s17_128, "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_52, "Predloge in opomini", _s22_75, _s20_98, _s19_77, "Vizualizacija podatkov", "price", "Cena", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_50, _s28_35, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_79, _s19_80, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_59, _s25_60, _s24_60, _s24_61, _s33_30, _s77_1, "i_agree_to_the", "I agree to the", _s16_211, "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_112, _s18_113, _s21_106, _s34_25, "download", "Prenesi", _s27_51, _s27_71, "take_picture", "Take Picture", "upload_files", "Upload Files", "document", "Dokument", "documents", "Dokumenti", "new_document", "New Document", "edit_document", "Edit Document", _s17_130, _s30_15, _s16_213, _s29_28, _s17_131, _s30_16, _s16_214, _s29_29, _s17_132, _s30_17, _s18_114, _s38_17, _s17_133, _s37_17, _s18_115, _s38_18, "no_history", "No History", "expense_date", "Datum stro\u0161ka", "pending", "V teku", _s16_215, "Logged", _s16_216, "Pending", _s16_217, "Invoiced", "converted", "Pretvorjeno", _s24_62, _s24_63, "exchange_rate", "Menjalni te\u010daj", _s16_218, "Pretvori valuto", "mark_paid", "Ozna\u010di kot pla\u010dano", "category", "Kategorija", "address", "Naslov", "new_vendor", "Nov dobavitelj", "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", "Dobavitelj uspe\u0161no obnovljen", _s16_219, "Uspe\u0161no je arhiviranih :count dobaviteljev", "deleted_vendors", "Uspe\u0161no je zbrisanih :count dobaviteljev", _s16_220, _s36_11, "new_expense", "Vnesi stro\u0161ek", "created_expense", "Stro\u0161ek uspe\u0161no vne\u0161en", "updated_expense", "Stro\u0161ek uspe\u0161no posodobljen", _s16_221, "Stro\u0161ek uspe\u0161no arhiviran", "deleted_expense", "Stro\u0161ek uspe\u0161no odstranjen", _s16_222, "Stro\u0161ek uspe\u0161no obnovljen", _s17_134, "Stro\u0161ki uspe\u0161no arhivirani", _s16_223, "Stro\u0161ki uspe\u0161no odstranjeni", _s17_135, _s37_18, "copy_shipping", "Kopiraj naslov za dostavo", "copy_billing", "Kopiraj naslov za ra\u010dun", "design", "Design", _s21_107, _s21_108, "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_224, _s16_225, "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_26, _s19_81, _s19_82, "budgeted_hours", "Predvidene ure", "created_project", "Projekt uspe\u0161no ustvarjen", "updated_project", "Projekt uspe\u0161no posodobljen", _s16_226, "Projekt uspe\u0161no arhiviran", "deleted_project", "Projekt uspe\u0161no odstranjen", _s16_227, "Projekt uspe\u0161no obnovljen", _s17_136, "\u0160tevilo uspe\u0161no arhiviranih projektov: :count", _s16_228, "\u0160tevilo uspe\u0161no odstranjenih projektov: :count", _s17_137, _s37_19, "new_project", "Now projekt", _s27_55, _s28_44, "if_you_like_it", _s21_109, "click_here", "klikni tukaj", _s18_116, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_18, _s42_14, "locked", "Locked", "authenticate", "Authenticate", _s19_83, _s19_84, _s24_64, _s24_65, "footer", "Noga", "compare", "Primerjaj", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_97, "today", "Today", "custom_range", "Obseg po meri", "date_range", "\u010casovno obdobje", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_138, _s17_139, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Zadnjih 7 dni", "last_week", "Last Week", "last30_days", "Zadnjih 30 dni", "this_month", "Ta mesec", "last_month", "Zadnji mesec", "this_year", "To leto", "last_year", "Zadnje leto", "all_time", "All Time", "custom", "Po meri", _s16_229, "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 dobavitelja", "edit_project", "Uredi projekt", _s20_99, "Uredi ponavaljajo\u010d predra\u010dun", "billing_address", "Naslov za po\u0161iljanje ra\u010duna", _s16_231, "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_233, "Osve\u017eitev kon\u010dana", _s23_53, "Vnesi prosim svoj email", _s26_43, "Vnesi prosim svoje geslo", _s21_110, "Vnesi prosim svoj URL", _s26_45, "Prosim vnesi klju\u010d izdelka", "ascending", "Nara\u0161\u010dajo\u010de", "descending", "Padajo\u010de", "save", "Shrani", _s17_140, "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", "Spletna stran", "vat_number", "Dav\u010dna \u0161t.", "id_number", "ID \u0161t.", "create", "Ustvari", _s19_85, "Kopirano :value na odlo\u017ei\u0161\u010de", "error", "Napaka", _s16_235, "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_237, "Email ni pravilen", "product", "Izdelek", "products", "Izdelki", "new_product", "Nov izdelek", "created_product", "Izdelek uspe\u0161no ustvarjen", "updated_product", "Izdelek uspe\u0161no posodobljen", _s16_239, "Izdelek uspe\u0161no arhiviran", "deleted_product", "Izdelek uspe\u0161no odstranjen", _s16_240, "Izdelek uspe\u0161no obnovljen", _s17_142, "\u0160tevilo uspe\u0161no arhiviranih izdelkov: :count", _s16_241, "\u0160tevilo uspe\u0161no odstranjenih izdelkov: :count", _s17_143, _s37_20, "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_242, "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_243, _s36_13, "address1", "Ulica", "address2", "Poslovni prostor/Stanovanje", "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_244, "Ra\u010dun uspe\u0161no arhiviran", "deleted_invoice", "Ra\u010dun uspe\u0161no zbrisan", _s16_245, "Ra\u010dun uspe\u0161no obnovljen", _s17_144, "Uspe\u0161no arhiviranih :count ra\u010dunov", _s16_246, "Uspe\u0161no je zbrisanih :count ra\u010dunov", _s17_145, _s37_21, "emailed_invoice", _s20_246, "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", "Osebni 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_247, "Delno pla\u010dilo do datuma", "paid_date", "Paid Date", "status", "Stanje", _s17_146, "Status ra\u010duna", "quote_status", "Stanje predra\u010duna", _s22_76, "Klikni + za dodajanje predmeta", _s22_78, _s19_98, "count_selected", ":count izbranih", "total", "Za pla\u010dilo", "percent", "Odstotek", "edit", "Uredi", "dismiss", "Opusti", _s20_101, "Izberi datum", _s22_79, "Izberi stranko", _s24_66, "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_20, "Vnesi \u0161tevilko ra\u010duna", _s27_59, "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_81, "Ra\u010dun je uspe\u0161no ozna\u010den kot poslan", _s22_82, _s35_21, _s23_55, _s36_14, _s23_56, _s36_15, "done", "Narejeno", _s37_22, "Vnesi stranko ali kontaktno osebo", "dark_mode", "Temen na\u010din", _s27_61, "Ponovno za\u017eeni program, da se spremembe aktivirajo", "refresh_data", "Osve\u017ei podatke", "blank_contact", "Prazen kontakt", "activity", "Dejavnost", _s16_249, "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_251, "V obdelavi", _s16_252, "Razveljavljeno", _s16_253, "Neuspe\u0161no", _s16_254, "Narejeno", _s16_255, "Delno povrnjeno", _s16_256, "Povrjeno", _s17_147, "Unapplied", _s17_148, _s19_50, "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_112, _s21_140, "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_257, "Pla\u010dilo uspe\u0161no arhivirano", "deleted_payment", "Pla\u010dilo uspe\u0161no zbrisano", _s16_258, "Pla\u010dilo uspe\u0161no obnovljeno", _s17_149, "Uspe\u0161no je arhiviranih :count pla\u010dil", _s16_259, "Uspe\u0161no je zbrisanih :count pla\u010dil", _s17_150, _s37_24, "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_24, "expense", "Stro\u0161ek", "expenses", "Stro\u0161ki", "vendor", "Dobavitelj", "vendors", "Vendors", "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", _s82_, "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 dobavitelja :vendor", "activity_31", ":user je arhiviral dobavitelja :vendor", "activity_32", ":user je odstranil dobavitelja :vendor", "activity_33", ":user je obnovil dobavitelja :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_75, "activity_49", _s24_76, "activity_50", _s25_71, "activity_51", _s24_77, "activity_52", _s25_72, "activity_53", _s26_53, "activity_54", _s27_72, "activity_55", ":contact je odgovoril na podporni zahtevek :ticket", "activity_56", ":user si je ogledal podporni zahtevek :ticket", "activity_57", _s39_10, "activity_58", _s31_23, "activity_59", _s32_17, "activity_60", _s28_61, "activity_61", _s28_64, "activity_62", _s28_65, "activity_63", _s61_0, "activity_64", _s62_0, "activity_65", _s61_1, "activity_66", _s63_3, "activity_80", _s40_5, "activity_81", _s40_6, "activity_82", _s41_8, "activity_83", _s40_7, "activity_84", _s41_9, _s17_151, "Geslo za enkratno uporabo", "emailed_quote", "Ponudba uspe\u0161no poslan", "emailed_credit", _s27_74, _s20_103, "Predra\u010dun ozna\u010den kot poslan", _s21_114, _s34_27, "expired", "Poteklo", "all", "Vse", "select", "Izberi", _s22_83, _s22_84, "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_117, _s18_118, _s24_71, _s24_72, _s29_46, _s29_47, _s27_66, _s27_67, _s31_24, _s31_25, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_86, _s19_87, _s19_88, _s19_89, _s22_85, _s22_86, _s22_87, _s22_88, _s21_115, _s21_116, _s21_117, _s21_118, _s21_119, _s21_120, _s21_121, _s21_122, _s22_89, _s22_90, _s22_91, _s22_92, _s22_93, _s22_94, _s22_95, "\u0160tevec za ra\u010dun", _s20_104, _s20_105, _s20_106, "\u0160tevec \u0161tevilke predra\u010duna", _s21_123, _s21_124, _s21_125, _s21_126, _s21_127, _s21_124, _s21_128, _s21_126, _s18_119, _s18_120, "counter_padding", "Counter Padding", _s28_66, _s27_75, _s18_121, _s18_122, _s18_123, _s18_124, _s18_125, _s18_126, _s18_127, _s18_128, _s18_129, _s18_130, _s18_131, _s18_132, _s21_129, _s21_130, _s19_90, _s19_91, _s21_131, _s21_132, _s29_48, _s29_49, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_260, _s16_261, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_262, "vendor_address1", "Vendor Street", "vendor_address2", _s16_263, _s24_73, _s22_97, _s24_74, _s25_69, "type", "Tip", "invoice_amount", "Znesek ra\u010duna", _s16_264, "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_153, _s18_83, _s17_154, _s18_84, _s17_155, _s18_85, _s17_156, _s18_86, "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_92, _s19_93, _s16_265, "Kategorija stro\u0161kov", _s19_94, _s19_95, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_133, _s18_134, _s16_266, "Nalo\u017ei barvno shemo"], t1, t1), "es", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "Recurrente", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Picadillo", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Desconectar", _s25_, _s76_, "is_tax_exempt", _s19_239, "district", "Distrito", "region", "Regi\xf3n", "county", "Condado", "tax_details", _s21_257, _s18_0, ":contact ingres\xf3 el pago :payment para la factura :invoice para :client", _s18_1, ":user ingres\xf3 el pago :payment para la factura :invoice para :client", _s20_0, _s27_131, _s24_1, _s36_67, _s29_, _s72_4, _s25_0, _s75_3, _s18_2, _s24_170, "credit_item", _s19_240, "files", "archivos", "camera", "C\xe1mara", "gallery", "Galer\xeda", _s20_2, "Correo electr\xf3nico :count facturas", _s16_1, _s25_137, _s29_0, "Descripci\xf3n del elemento de la tarea de la factura", _s34_, _s62_6, "next_send_time", _s21_258, _s20_3, _s32_61, "certificate_set", "conjunto de certificados", _s19_, _s26_131, "passphrase_set", _s31_72, _s18_4, _s34_57, _s18_6, _s17_339, _s22_, _s35_65, "rename", "Rebautizar", _s16_3, _s30_95, "e_invoice", "Factura electr\xf3nica", "light_dark_mode", _s17_340, "activities", "Actividades", "routing_id", _s19_241, _s16_4, "Habilitar factura electr\xf3nica", "e_invoice_type", "Tipo de factura electr\xf3nica", "reduced_tax", _s17_341, "override_tax", _s16_486, "zero_rated", _s18_311, "reverse_tax", _s16_487, _s20_4, _s48_21, _s22_1, "Actualizadas con \xe9xito las categor\xedas de impuestos", _s16_6, _s33_67, "payment_manual", "Manual de pago", "tax_category", _s22_213, "physical_goods", "Bienes f\xedsicos", _s16_8, _s19_242, "services", "Servicios", "shipping", "Env\xedo", "tax_exempt", _s19_239, "reduced_rate", "Tarifa Reducida", "tax_all", "Impuestos Todos", "tax_selected", _s21_259, "version", "versi\xf3n", _s16_10, _s22_214, "calculate_taxes", _s18_312, _s20_5, "Calcule autom\xe1ticamente los impuestos al guardar las facturas", "admin", "Admin.", "owner", "Propietario", "link_expenses", _s16_488, _s24_3, _s27_132, _s25_1, _s24_171, "total_hours", "Horas totales", _s16_12, "Utilice +days para establecer la fecha en el futuro", _s18_8, _s34_58, _s23_, _s66_2, "increase_prices", _s16_489, "update_prices", _s18_313, "incresed_prices", "Los precios en cola exitosos se incrementar\xe1n", "updated_prices", _s59_5, "bacs", _s19_243, "api_token", "token de API", "api_key", "Clave API", "endpoint", "punto final", "billable", "Cobrable", "not_billable", "No facturable", _s25_3, _s40_26, _s30_, "Habilite la configuraci\xf3n de qu\xe9 elementos de tareas se facturan", _s26_, _s44_16, _s31_, _s67_0, "email_record", _s30_96, _s23_0, "Columnas de productos de facturas", _s21_1, "Cotizar columnas de productos", _s22_3, "Monto m\xednimo de pago", _s25_5, _s30_97, _s30_0, _s66_3, _s27_, _s41_36, "cc_email", "Correo electr\xf3nico CC", "payment_balance", "Saldo de pago", _s22_5, _s98_1, "activity_138", _s58_14, _s17_, "Productos de una sola vez", _s26_1, _s36_68, "required", "Requerido", "hidden", "Oculto", "payment_links", "Enlaces de pago", "action", "Acci\xf3n", _s32_, "Actualice a un plan pago para crear horarios", "next_run", _s19_244, "all_clients", _s18_314, _s16_13, _s27_133, _s19_1, _s22_215, _s26_3, _s26_132, "email_statement", _s39_43, "once", "Una vez", "schedule", "Programar", "schedules", "Horarios", "new_schedule", "Nuevo horario", "edit_schedule", "Editar horario", _s16_15, "Horario creado con \xe9xito", _s16_16, "Calendario actualizado con \xe9xito", _s17_1, "Calendario archivado con \xe9xito", _s16_17, "Agenda eliminada con \xe9xito", _s16_18, "Horario eliminado con \xe9xito", _s17_2, "Horario restaurado con \xe9xito", "search_schedule", "Calendario de b\xfasqueda", _s16_19, "Buscar Horarios", "archive_payment", "Archivar Pago", "archive_invoice", _s16_490, "archive_quote", "Archivar Cotizaci\xf3n", "archive_credit", _s16_491, "archive_task", "Archivar Tarea", "archive_client", _s16_492, "archive_project", _s17_342, "archive_expense", "Archivar Gasto", "restore_payment", "Restaurar Pago", "restore_invoice", _s17_343, "restore_quote", "Restaurar Cotizaci\xf3n", "restore_credit", _s17_275, "restore_task", "Restaurar Tarea", "restore_client", _s17_276, "restore_project", _s18_315, "restore_expense", "Restaurar Gasto", "archive_vendor", _s18_316, "restore_vendor", "Recuperar Proveedor", "create_product", "Crear Producto", "update_product", _s19_245, "delete_product", "Eliminar Producto", "restore_product", "Restaurar Producto", "archive_product", _s17_344, _s21_3, _s21_260, _s21_5, _s26_133, _s21_7, _s24_172, _s22_6, _s25_138, _s22_8, _s24_173, "sent_invoice", "Factura enviada", "sent_quote", "Cotizaci\xf3n enviada", "sent_credit", "Cr\xe9dito enviado", _s19_3, _s23_157, "image_url", _s16_493, "max_quantity", "Cantidad m\xe1xima", "test_url", "URL de prueba", _s18_9, _s23_158, _s20_6, _s46_24, _s21_9, _s36_69, _s21_10, _s23_158, "payment_methods", "Payment Methods", "view_all", "Ver todo", "edit_all", "Editar todo", _s28_0, "Aceptar n\xfamero de orden de compra", _s33_1, "Permita que los clientes proporcionen un n\xfamero de orden de compra al aprobar una cotizaci\xf3n", "from_email", "Desde el e-mail", "show_preview", _s20_247, "show_paid_stamp", "Mostrar sello pagado", _s21_11, _s26_134, _s24_5, _s63_7, "pixels", "P\xedxeles", "logo_size", _s19_246, "postal_city", "Postal/Ciudad", "failed", "Fallido", "client_contacts", _s21_261, "sync_from", _s17_345, _s19_6, "Umbral de inventario", "hour", "Hora", _s17_3, "Declaraci\xf3n en cola exitosa para ser enviada", _s17_4, "Mostrar pie de p\xe1gina de correo electr\xf3nico", _s18_10, _s24_174, _s23_2, _s45_21, _s27_1, _s43_17, _s28_2, _s46_25, "email_alignment", _s32_62, _s20_7, _s32_63, "mailgun", "Pistola de correo", "postmark", "Matasellos", "microsoft", "microsoft", _s27_3, _s37_59, "last365_days", _s16_494, "import_design", "Dise\xf1o de importaci\xf3n", "imported_design", _s26_135, "invalid_design", _s47_22, _s17_6, _s27_134, "upload", "Subir", _s17_7, _s17_346, _s23_3, "Notificar al proveedor cuando se pague", _s28_5, _s78_0, "update_payment", "Actualizar Pago", "markup", "Margen", _s22_10, _s22_216, _s19_8, _s23_157, _s21_13, _s21_262, _s23_5, _s24_175, _s20_9, "El monto del cr\xe9dito no puede ser mayor que el monto del pago", "klarna", "Klarna", _s29_7, _s55_6, _s29_8, _s46_26, "matomo_url", "URL de Matomo", "matomo_id", "Identificaci\xf3n de Matomo", _s21_15, "Agregar a la factura", _s25_7, _s63_8, _s25_8, _s60_10, _s28_6, _s62_7, "delete_project", "Eliminar Proyecto", _s18_12, "Transacci\xf3n vinculada con \xe9xito", "link_payment", "Enlace de pago", "link_expense", "Gasto de enlace", _s19_10, _s26_136, _s24_6, _s51_21, _s21_16, _s20_248, _s26_6, "Requerir que los clientes se registren", _s24_7, "Utilice la gesti\xf3n de inventario", _s29_9, "Requerir que los productos est\xe9n en stock", _s17_9, _s20_249, _s27_5, _s32_64, "convert_matched", "Convertir", _s19_12, "Factura en cola exitosa para ser facturada autom\xe1ticamente", _s20_10, "Facturas en cola exitosas para ser facturadas autom\xe1ticamente", "operator", "Operador", "value", "Valor", "is", "Es", "contains", "Contiene", "starts_with", "Comienza con", "is_empty", "Esta vacio", "add_rule", "Agregar regla", "match_all_rules", _s32_65, _s20_11, _s64_4, _s17_11, _s62_8, "rules", "Normas", _s16_21, "Regla de transacci\xf3n", _s17_12, "Reglas de transacci\xf3n", _s20_12, _s26_137, _s21_18, _s27_135, _s24_9, _s22_217, _s24_10, _s42_30, _s25_10, _s40_27, _s24_11, _s40_28, _s24_12, _s40_28, _s25_11, _s41_37, _s23_7, "Regla de transacci\xf3n de b\xfasqueda", _s24_13, "Reglas de transacciones de b\xfasqueda", _s21_20, "Guardar como t\xe9rminos por defecto", _s22_12, "Guardar como el pie de p\xe1gina por defecto", "auto_sync", _s25_139, _s16_23, _s18_317, _s31_2, _s55_7, _s34_0, _s47_23, "disable_2fa", "Deshabilitar 2FA", "change_number", "Cambie el n\xfamero", "resend_code", "Reenviar codigo", "base_type", "Tipo b\xe1sico", "category_type", "Tipo de categor\xeda", _s16_25, "Transacci\xf3n", "bulk_print", "Imprimir PDF", _s18_13, "C\xf3digo postal del proveedor", _s16_26, "Vista previa de la ubicaci\xf3n", "bottom", "Abajo", "side", "Lado", "pdf_preview", _s19_247, _s20_14, "Pulsaci\xf3n larga para seleccionar", _s21_22, _s25_140, _s19_13, _s27_136, _s22_14, "\xbfTe gustar\xeda calificar la aplicaci\xf3n?", "include_deleted", "Incluir eliminado", _s20_16, "Incluir registros eliminados en informes", "due_on", "Debido a", _s22_15, _s35_66, _s20_17, "Cuenta Bancaria creada correctamente", _s20_18, "Cuenta Bancaria actualizada correctamente", _s17_14, _s22_218, _s16_28, "Categor\xeda predeterminada", "account_type", "Tipo de cuenta", _s16_30, "nueva cuenta bancaria", _s16_31, _s16_495, "manage_rules", "Administrar reglas", "search_category", _s18_318, _s17_17, _s24_176, "min_amount", "Importe m\xednimo", "max_amount", "Importe m\xe1ximo", "selected", "Selected", _s21_24, _s32_66, _s18_15, "Convertir a pago", "deposit", "Dep\xf3sito", "withdrawal", "Retiro", "deposits", "Dep\xf3sitos", "withdrawals", "Retiros", "matched", "emparejado", "unmatched", "Sin par", "create_credit", "Crear cr\xe9dito", "update_credit", "Actualizar Cr\xe9dito", "delete_credit", _s16_496, "transaction", "Transacci\xf3n", "transactions", "Actas", "new_transaction", _s17_347, _s16_33, _s18_319, _s19_15, _s28_139, _s19_16, _s33_68, _s20_19, _s31_73, _s19_17, _s31_74, _s19_18, _s31_74, _s20_20, _s32_67, _s18_17, _s18_320, _s19_19, "Buscar transacciones :count", "bank_account", "Bank Account", "bank_accounts", _s17_348, _s21_25, "Cuenta Bancaria archivada correctamente", _s20_21, _s35_67, _s20_22, _s35_67, _s21_26, _s36_70, _s19_20, _s22_219, _s20_23, "Buscar :count Cuentas bancarias", "connect", "Conectar", _s23_9, "Marcar correo electr\xf3nico de pago pagado", _s18_19, "Convertir a Proyecto", "client_email", _s30_98, _s20_24, "Proyecto de tarea de factura", _s25_12, _s47_24, "field", "Campo", "period", "Per\xedodo", "fields_per_row", "Campos por fila", _s21_27, "Facturas activas", _s26_8, "Facturas pendientes", _s24_16, "Pagos completados", _s23_11, _s18_321, _s19_22, "Cotizaciones activas", _s21_28, "Cotizaciones aprobadas", _s23_12, "Cotizaciones no aprobadas", _s18_22, _s18_322, _s20_27, _s17_349, _s16_35, "Tareas pagadas", _s21_29, _s18_323, _s22_16, _s17_350, _s23_13, _s17_351, _s27_8, _s25_141, "activity_130", ":user orden de compra creada :purchase_order", "activity_131", ":user orden de compra actualizada :purchase_order", "activity_132", ":user orden de compra archivada :purchase_order", "activity_133", ":user orden de compra eliminada :purchase_order", "activity_134", ":user orden de compra restaurada :purchase_order", "activity_135", ":user orden de compra enviada por correo electr\xf3nico :purchase_order", "activity_136", ":contact orden de compra vista :purchase_order", "activity_137", ":contact orden de compra aceptada :purchase_order", "vendor_portal", _s21_263, "send_code", "Enviar c\xf3digo", _s24_17, _s41_38, _s17_21, _s31_75, _s22_17, "Tasas de impuestos de art\xedculos de factura", _s21_31, _s39_44, "code_was_sent", _s31_76, _s16_37, "Se ha enviado un c\xf3digo por SMS a :number", "resend", "reenviar", "verify", "Verificar", _s18_23, _s43_18, _s20_28, "Numero de telefono invalido", _s19_23, _s28_140, _s24_18, _s64_5, _s28_8, "Verifique su n\xfamero de tel\xe9fono para la copia de seguridad 2FA", "merged_clients", _s29_116, "merge_into", "Unirse con", "merge", "Unir", _s21_32, _s25_142, _s19_25, _s39_45, _s17_23, _s21_264, "activate", "Activar", "connect_apple", "Conecta Apple", _s16_38, "desconectar manzana", _s18_24, "Apple desconect\xf3 con \xe9xito", "send_now", "Enviar ahora", "received", "Recibi\xf3", _s19_26, _s24_177, _s20_30, _s32_68, _s21_34, "Convertido correctamente a gastos", _s18_25, "Convertir a Gasto", _s16_40, _s21_265, _s33_9, _s48_22, _s34_7, _s50_23, _s22_19, "Carga de documentos del cliente", _s22_21, _s34_59, _s27_10, _s47_25, _s24_19, _s36_71, "yes_its_great", "\xa1S\xed, es genial!", "not_so_much", "No tanto", _s17_25, _s46_27, _s22_23, "\xa1Lamento escucharlo! \xbfTe gustar\xeda contarnos m\xe1s?", "sure_happy_to", "Claro, feliz de", "no_not_now", "No, no ahora", "add", "Agregar", _s18_27, _s24_178, _s22_24, _s27_137, _s27_11, "Coincide con caracteres no contiguos, es decir. "ct" coincide con "gato"", "vendor_details", _s22_220, _s22_26, _s30_99, "qr_iban", "c\xf3digo QR IBAN", "besr_id", "ID de BESR", "accept", "Aceptar", _s23_14, "Clonar a PO", _s20_31, _s69_3, "bulk_send_email", _s25_143, _s29_12, "Pedido de compra marcado correctamente como enviado", _s30_3, _s50_24, _s23_15, "Pedido de compra aceptado con \xe9xito", _s24_20, _s37_60, _s24_21, _s35_68, _s25_14, _s38_53, "accepted", "Aceptado", _s22_28, _s23_159, _s20_32, _s21_266, _s20_34, "Orden de compra por correo electr\xf3nico", _s26_9, "\xd3rdenes de compra por correo electr\xf3nico", _s18_29, _s41_39, "connect_email", _s27_138, _s16_43, _s30_100, _s32_5, _s53_13, "email_provider", _s31_77, _s17_26, _s17_352, _s20_36, _s21_241, _s19_28, _s29_117, _s22_30, _s30_101, _s17_28, _s28_141, _s17_29, _s24_179, _s22_32, "Orden de compra en cola exitosa para ser enviada", _s23_16, "\xd3rdenes de compra en cola exitosas para ser enviadas", _s16_45, _s33_69, _s21_36, _s25_144, _s20_39, _s33_70, _s21_38, "Pie de p\xe1gina de orden de compra", _s32_7, _s24_180, _s37_5, _s47_26, "purchase_order", "Orden de compra", "purchase_orders", _s17_353, _s18_30, _s21_267, _s19_29, _s22_221, _s22_33, _s32_69, _s22_34, "Orden de compra actualizada correctamente", _s23_17, "Pedido de compra archivado con \xe9xito", _s22_35, _s35_69, _s22_36, _s35_69, _s23_18, _s36_72, _s21_40, _s22_222, _s22_37, _s24_181, "login_url", "URL de inicio de sesi\xf3n", _s16_46, _s16_47, "default", "Por Defecto", "stock_quantity", _s17_354, _s22_39, _s22_223, "track_inventory", _s25_145, _s20_41, _s87_1, _s19_31, _s29_118, _s24_23, _s62_9, "vat", "IVA", "standing", "Situaci\xf3n", "view_map", "Ver el mapa", _s18_32, _s32_70, "add_gateway", "Agregar Gateway", _s24_24, "Agregue una pasarela de pago (es decir, Stripe, WePay o PayPal) para aceptar pagos en l\xednea", "left", "Izquierda", "right", "Bien", "center", "Centro", "page_numbering", _s21_268, _s24_25, _s35_70, _s31_6, "Factura Enviada", _s24_27, _s32_71, _s29_13, _s53_14, "invoice_items", "art\xedculos de factura", "quote_items", "Art\xedculos de cotizaci\xf3n", "profitloss", "Ganancia y perdida", "import_format", _s22_224, "export_format", _s22_225, "export_type", _s19_248, "stop_on_unpaid", "Detener en no pagado", _s19_33, "Deje de crear facturas recurrentes si la \xfaltima factura no se ha pagado.", "use_quote_terms", "Usar t\xe9rminos de cotizaci\xf3n", _s20_42, _s42_31, "add_country", "Agregar pa\xeds", "enable_tooltips", _s40_29, _s20_43, "Mostrar informaci\xf3n sobre herramientas al pasar el mouse", _s21_42, _s51_22, "register_label", "Crea tu cuenta en segundos", "login_label", _s38_54, "add_to_invoice", "Agregar a cuenta :invoice", _s17_30, _s26_138, "week", "Week", "created_record", _s25_146, _s26_10, "Archivo autom\xe1tico pagado", _s31_7, "Archiva autom\xe1ticamente las facturas cuando se pagan.", _s31_8, "Archivo autom\xe1tico cancelado", _s36_2, "Archiva autom\xe1ticamente las facturas cuando se cancelan.", _s20_44, "Visor de PDF alternativo", _s25_15, _s61_7, _s16_48, "Divisa de la Factura", "range", "Rango", "tax_amount1", "Importe fiscal 1", "tax_amount2", "Importe fiscal 2", "tax_amount3", "Importe fiscal 3", "create_project", "Crear proyecto", "update_project", _s19_249, "view_task", "Ver tarea", "cancel_invoice", "Cancelar", "changed_status", "Cambio de estado de la tarea con \xe9xito", "change_status", "Cambiar Estado", "fees_sample", "La tarifa para una factura con valor de :amount ser\xeda de :total.", _s19_34, _s26_139, _s24_29, _s43_19, "after_saving", _s18_324, "view_record", "Ver registro", _s21_43, "Habilitar la reducci\xf3n de correo electr\xf3nico", _s26_11, "Use el editor visual de rebajas para correos electr\xf3nicos", _s19_36, "Habilitar reducci\xf3n de PDF", "json_help", _s73_0, "release_notes", _s20_250, _s23_19, "Actualiza tu plan para ver informes", "started_tasks", "Comenz\xf3 con \xe9xito las tareas :value", "stopped_tasks", "Detuvo con \xe9xito las tareas :value", "approved_quote", _s30_102, "approved_quotes", "Cotizaciones aprobadas con \xe9xito :value", "approve", "Aprobar", "client_website", _s21_269, "invalid_time", "Hora inv\xe1lida", _s21_45, "Estado de env\xedo del cliente", _s20_46, _s27_139, _s27_14, _s34_60, _s23_20, _s25_147, "load_pdf", "Cargar PDF", _s16_50, "Empiza la prueba gratuita", _s24_30, _s59_6, "due_on_receipt", "Debido a la recepci\xf3n", "is_paid", "Est\xe1 pagado", "age_group_paid", "Pagado", "id", "Identificaci\xf3n", "convert_to", "Convertir a", "client_currency", _s18_325, _s16_51, _s20_251, "purged_client", "Cliente purgado con \xe9xito", _s27_16, "Para evitar el correo no deseado, necesitamos actualizar a una cuenta paga para personalizar el correo electr\xf3nico.", _s22_42, "Mejora tu plan para agregar empresas", "small", "Peque\xf1o", _s21_47, "Cr\xe9dito marcado correctamente como pagado", _s22_43, "Cr\xe9ditos marcados con \xe9xito como pagados", _s16_53, _s40_30, "wait_for_saving", _s43_20, _s20_48, "Nota: los cambios realizados aqu\xed solo se muestran en una vista previa, deben aplicarse en las pesta\xf1as de arriba para guardarse", "remaining", "Restante", "invoice_paid", "Factura pagada", "activity_120", ":user cre\xf3 un gasto recurrente :recurring_expense", "activity_121", ":user gasto recurrente actualizado :recurring_expense", "activity_122", ":user gasto recurrente archivado :recurring_expense", "activity_123", ":user gasto recurrente eliminado :recurring_expense", "activity_124", ":user gasto recurrente restaurado :recurring_expense", "normal", "Normal", "large", "Grande", "extra_large", "Extra grande", _s16_54, "Mostrar vista previa de PDF", _s21_48, "Mostrar vista previa de PDF mientras edita facturas", "print_pdf", "Imprimir PDF", "remind_me", "Recuerdame", _s16_56, _s25_148, "click_selected", "Haga clic en Seleccionado", "hide_preview", _s20_252, "edit_record", "Editar registro", _s27_17, "El monto del cr\xe9dito no puede ser mayor que el monto de la factura", "giropay", "GiroPay", "direct_debit", "D\xe9bito directo", _s21_49, "Establezca una contrase\xf1a de cuenta", "set_password", "Asignar Contrase\xf1a", _s17_33, _s79_0, _s16_58, "Recomendamos usar la aplicaci\xf3n m\xf3vil para obtener el mejor rendimiento", _s20_49, _s39_46, "disconnect", "Desconectar", "add_to_invoices", _s18_326, "acss", _s30_103, "becs", "D\xe9bito Directo BECS", "bulk_download", "Descargar", _s17_34, _s142_0, "persist_ui", "IU persistente", "persist_ui_help", _s165_, _s18_34, _s25_149, _s17_35, _s25_150, "has_tasks", "tiene tareas", "registration", "Registro", _s27_18, _s49_10, "view_expense", _s20_253, "view_statement", "Ver Estado De Cuenta", "sepa", "D\xe9bito Directo SEPA", "ideal", "ideal", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s30_104, "system", "Sistema", _s19_38, _s33_71, "updated_company", _s33_72, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s49_11, "webhook_success", _s17_355, _s24_31, _s51_23, _s27_19, "Los gastos deben pertenecer todos al mismo cliente", "app", "aplicaci\xf3n", _s20_50, _s63_9, _s16_59, "Total bruto de l\xednea", _s19_41, "Facturas por correo electr\xf3nico", _s17_37, "Cotizaciones por correo electr\xf3nico", _s18_38, "Cr\xe9ditos de correo electr\xf3nico", "from_name", "Nombre Remitente", _s16_60, "Clonar a Gastos", _s17_38, "Gasto Recurrente", _s18_39, "Gastos Recurrentes", _s21_50, "Nuevo Gasto Recurrente", _s22_44, "Editar Gasto Recurrente", _s25_16, "Gasto recurrente creado con \xe9xito", _s25_17, "Gasto recurrente actualizado con \xe9xito", _s26_13, "Gasto recurrente archivado con \xe9xito", _s25_18, _s36_73, _s25_19, _s36_73, _s26_14, "Gasto recurrente restaurado con \xe9xito", _s24_32, _s25_151, _s25_20, _s25_151, "last_sent_date", _s21_270, "include_drafts", _s18_327, _s19_42, _s43_21, "is_invoiced", "es facturado", "change_plan", "Manage Plan", "persist_data", "Persistir datos", "customer_count", _s18_328, _s16_62, _s18_303, _s16_64, _s16_65, _s28_11, _s37_61, "decimal_comma", "coma decimal", _s26_15, _s50_25, "select_method", _s18_329, "select_platform", _s22_226, _s28_13, _s49_12, _s16_66, _s56_8, "enable_markdown", "Habilitar descuento", _s20_51, _s35_71, "user_guide", "Gu\xeda de Usuario", _s18_41, _s24_182, "previous_page", "Pagina anterior", "next_page", "Siguiente p\xe1gina", "export_colors", _s16_497, "import_colors", _s16_498, "clear_all", "Limpiar todo", "contrast", "Contraste", "custom_colors", _s22_227, "colors", "Colores", _s31_9, "Color de fondo activo de la barra lateral", _s25_22, "Color de fuente activo de la barra lateral", _s33_14, "Color de fondo inactivo de la barra lateral", _s27_20, "Color de fuente inactivo de la barra lateral", _s36_3, _s49_13, _s31_11, _s43_22, _s25_24, _s44_17, "net_subtotal", "Net", "review_app", _s18_330, "check_status", _s16_499, "free_trial", "Prueba gratis", _s23_22, _s74_1, _s21_52, "Hoy es el \xfaltimo d\xeda de la prueba del plan Pro, haga clic para actualizar.", "change_email", "Cambiar e-mail", _s25_26, "Opcionalmente, configure un dominio de portal de cliente separado", _s21_53, _s29_119, "uninvoiced", "no facturado", "subdomain_guide", "El subdominio se usa en el portal del cliente para personalizar los enlaces para que coincidan con su marca. es decir, https://your-brand.invoicing.co", "send_time", "Hora de env\xedo", "import_data", "Importar datos", "import_settings", _s16_500, _s17_40, _s27_140, _s19_43, _s55_8, "json", "JSON", _s24_34, "No hay tipos de pago habilitados", "wait_for_data", "Espere a que los datos terminen de cargarse", "net_total", "Total neto", "has_taxes", "tiene impuestos", _s16_67, _s17_331, _s18_43, "Comenz\xf3 con \xe9xito la importaci\xf3n de clientes", "login_success", "Acceso exitoso", "login_failure", _s24_183, "exported_data", _s92_0, _s23_23, _s27_141, _s28_15, _s53_15, "step_1_sign_in", _s22_228, _s16_70, _s17_356, "account_id", "ID de la cuenta", _s27_22, _s37_62, "activity_100", ":user factura recurrente creada :recurring_invoice", "activity_101", ":user factura recurrente actualizada :recurring_invoice", "activity_102", ":user factura recurrente archivada :recurring_invoice", "activity_103", ":user factura recurrente eliminada :recurring_invoice", "activity_104", ":user factura recurrente restaurada :recurring_invoice", _s18_44, "Mostrar fecha de finalizaci\xf3n de la tarea", _s23_25, _s67_1, "gateway_setup", _s36_74, "preview_sidebar", "Barra lateral de vista previa", _s16_71, "A\xf1os Datos mostrados", _s18_46, "Finaliz\xf3 con \xe9xito todas las sesiones", _s16_73, _s28_142, "count_session", "1 sesi\xf3n", "count_sessions", ":count Sesiones", "invoice_created", "Factura creada", "quote_created", "Cotizaci\xf3n creada", "credit_created", "Cr\xe9dito creado", "pro", "Pro", "enterprise", "Empresa", "last_updated", "\xdaltima actualizaci\xf3n", "invoice_item", _s19_250, "quote_item", "Art\xedculo de cotizaci\xf3n", _s18_47, "Primer Nombre de Contacto", _s17_42, "Apellido de Contacto", "order", "Orden", "unassigned", "Unassigned", "partial_value", "Debe ser mayor que cero y menor que el total", "search_kanban", "Buscar Kanban", "search_kanbans", "Buscar Kanban", "kanban", "Kanban", "enable", "Activar", "move_top", "Mover arriba", "move_up", "Ascender", "move_down", _s17_357, "move_bottom", "Mover abajo", "subdomain_help", "Asigne el suubdominio o mostrar la factura en su propio sitio web.", _s21_55, _s74_2, _s25_27, "Aseg\xfarese de incluir una variable :body", _s17_44, _s21_271, "is_viewed", "Es visto", "letter", "Carta", "legal", "Legal", "page_layout", _s16_501, "portrait", "Retrato", "landscape", "Paisaje", _s26_16, "El propietario de la cuenta puede actualizar a un plan pago para habilitar la configuraci\xf3n avanzada avanzada", _s20_52, _s65_7, _s21_56, "Condiciones de pago de facturas", _s17_46, "Cotizaci\xf3n v\xe1lida hasta", "no_headers", "Sin encabezados", "add_header", "Agregar encabezado", "remove_header", _s19_251, "return_url", "URL de retorno", "rest_method", "M\xe9todo REPOSO", "header_key", _s19_252, "header_value", _s19_253, _s18_49, _s21_272, "promo_code", _s18_274, "promo_discount", _s21_273, _s18_51, _s20_254, _s16_75, "Por puesto habilitado", "max_seats_limit", _s25_152, "trial_enabled", "Prueba habilitada", "trial_duration", _s21_274, _s21_58, _s33_73, _s18_53, _s26_140, "plan_map", "Plano Mapa", "refund_period", _s20_221, _s21_60, _s24_184, "purchase_page", _s16_436, "security", "Security", "email_bounced", "Correo electr\xf3nico rebotado", _s20_53, "Queja de spam", "email_delivery", _s29_120, _s16_77, _s20_255, "pdf_response", _s16_502, _s22_46, "Fallo de autentificacion", "pdf_failed", "PDF fallido", "pdf_success", "\xc9xito en PDF", "modified", "Modificado", "payment_link", "Enlace de pago", _s16_79, _s20_256, _s17_48, _s21_275, _s20_54, _s31_78, _s20_55, _s36_75, _s21_62, _s34_61, _s20_56, _s34_62, _s20_57, _s34_62, _s21_63, _s35_72, _s19_44, _s23_160, _s20_58, "Buscar :count Enlaces de pago", _s26_17, _s32_72, "connect_gmail", "Conectar Gmail", _s16_81, _s17_290, "connected_gmail", "Gmail conectado con \xe9xito", _s18_55, "Gmail desconectado con \xe9xito", _s16_83, "Los cambios en el c\xf3digo base pueden estar bloqueando la actualizaci\xf3n, puede ejecutar este comando para descartar los cambios:", _s16_84, "N\xfamero de identificaci\xf3n del cliente", "count_minutes", ":count Minutos", _s16_86, "Tiempo de espera de contrase\xf1a", _s29_15, "Contador de facturas/cr\xe9ditos compartidos", "use_last_email", "Usar \xfaltimo correo electr\xf3nico", _s16_88, "Activar Empresa", _s21_65, "Habilitar correos electr\xf3nicos, facturas recurrentes y notificaciones", _s27_24, "Ha ocurrido un error. Por favor intente de nuevo", _s27_25, _s44_18, _s34_13, "Advertencia: cambiar su n\xfamero de tel\xe9fono desactivar\xe1 2FA", "help_translate", "Ayuda Traducir", _s23_26, "Por favor seleccione un pa\xeds", "resend_invite", _s19_254, _s19_45, "2FA deshabilitado con \xe9xito", _s16_90, _s30_105, _s19_46, "Cuenta desconectada con \xe9xito", "delivered", "Entregado", "bounced", "rebotado", "spam", "Correo basura", "view_docs", "Ver documentos", _s32_10, "Proporcione un n\xfamero de tel\xe9fono m\xf3vil para habilitar la autenticaci\xf3n de dos factores", "send_sms", "Enviar SMS", "sms_code", "C\xf3digo SMS", _s21_66, "Escanee el c\xf3digo de barras con una aplicaci\xf3n compatible con :link", _s18_56, "Autenticaci\xf3n de Dos Factores habilitada con \xe9xito", "connect_google", "conectar google", _s17_50, _s18_331, _s17_52, "Autenticaci\xf3n de Dos Factores", _s18_57, "Deshabilitar dos factores", _s34_14, "Requerir contrase\xf1a con inicio de sesi\xf3n social", "stay_logged_in", "Permanecer conectado", _s23_28, "Advertencia: Tu sesi\xf3n est\xe1 a punto de caducar", "count_hours", ":count Horas", "count_day", "1 d\xeda", "count_days", ":count D\xedas", _s19_47, "Tiempo de espera de la sesi\xf3n web", _s17_53, "Configuraciones de seguridad", "resend_email", "Reenviar email", _s26_19, "Por favor confirme su direcci\xf3n de correo electr\xf3nico", _s16_91, _s16_290, _s19_49, _s24_185, _s19_51, "Seleccione un usuario autenticado con Gmail", "list_long_press", "Lista Pulsaci\xf3n larga", "show_actions", "Mostrar acciones", _s17_55, "Iniciar multiselecci\xf3n", _s27_27, "Se ha enviado un correo electr\xf3nico para confirmar la direcci\xf3n de correo electr\xf3nico.", _s21_67, "Para usar :client_counter, agregue :client_number o :client_id_number para evitar conflictos", "this_quarter", "Este cuarto", "last_quarter", _s16_476, "to_update_run", "Para actualizar ejecutar", _s18_59, _s19_255, _s16_92, "URL de Registro", "invoice_project", "Facturar proyecto", "invoice_task", "Tarea de Factura", "invoice_expense", "Facturar Gasto", _s19_52, "Buscar 1 Plazo de pago", _s20_59, "Buscar :count Condiciones de pago", _s16_94, "Guardar y previsualizar", "save_and_email", "Guardar y enviar por correo electr\xf3nico", _s16_96, _s18_332, _s16_98, "Cantidad Convertida", _s17_57, _s16_438, _s22_48, "Convertido pagado hasta la fecha", _s24_36, _s27_119, "converted_total", _s16_503, "is_sent", "Se ha enviado", _s17_59, "Documentos por defecto", "document_upload", "Carga de documentos", _s20_60, "Permitir que los clientes carguen documentos", "expense_total", "Total de gastos", "enter_taxes", "Ingresar Impuestos", "by_rate", "Por tarifa", "by_amount", "Por monto", "enter_amount", "Ingrese la cantidad", "before_taxes", "Antes de los impuestos", "after_taxes", "despu\xe9s de impuestos", "color", "Color", "show", "Espect\xe1culo", "hide", "Ocultar", "empty_columns", "Columnas vac\xedas", _s21_69, "El modo de depuraci\xf3n est\xe1 habilitado", _s26_20, "Advertencia: est\xe1 dise\xf1ado para usarse en m\xe1quinas locales, puede filtrar credenciales. Haz click para aprender mas.", "running_tasks", "Tareas en ejecuci\xf3n", "recent_tasks", "Tareas recientes", "recent_expenses", _s16_504, _s17_61, "Pr\xf3ximos gastos", "update_app", "Actualizar aplicaci\xf3n", "started_import", "Importaci\xf3n iniciada con \xe9xito", _s24_38, "Asignaci\xf3n de columnas duplicadas", _s20_61, "Utiliza Impuestos Inclusivos", _s18_61, _s24_186, "column", "Columna", "sample", "Ejemplo", "map_to", "Mapa para", "import", "Importar", _s25_29, "Usar la primera fila como nombres de columna", "select_file", "Por favor selecciona un archivo", _s16_100, "Ning\xfan archivo seleccionado", "csv_file", _s23_161, "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "factura2go", "invoicely", "Facturado", "waveaccounting", "Contabilidad de olas", "zoho", "zoho", "accounting", "Contabilidad", _s22_50, "Proporcione todos los CSV.", "import_type", "Tipo de importaci\xf3n", "html_mode", "Modo HTML", "html_mode_help", "Obtener una vista previa de las actualizaciones m\xe1s r\xe1pido pero menos preciso", "view_licenses", "Ver licencias", "webhook_url", "Webhook URL", _s17_63, "Editor de pantalla completa", "sidebar_editor", "Editor de barra lateral", _s22_51, "Escriba ":value" para confirmar", "purge", "Purga", "service", "Servicio", "clone_to", "Clonar a", "clone_to_other", "Clonar a otro", "labels", "Etiquetas", "add_custom", "A\xf1adir personalizado", "payment_tax", "Pago de impuestos", "unpaid", "Sin Pagar", "white_label", "Etiqueta blanca", "delivery_note", "Nota de Entrega", _s24_41, _s38_55, _s24_43, _s37_63, "source_code", "C\xf3digo fuente", "app_platforms", "Plataformas de aplicaciones", "invoice_late", _s16_505, "quote_expired", "Cotizaci\xf3n caducada", "partial_due", "Partial Due", "invoice_total", "Total Facturado", "quote_total", "Total cotizado", "credit_total", "Cr\xe9dito Total", _s23_29, "Total de la factura", "actions", "Comportamiento", "expense_number", "N\xfamero de gastos", "task_number", "N\xfamero de tarea", "project_number", "N\xfamero de proyecto", "project_name", "Nombre del proyecto", "warning", "Warning", "view_settings", "Ver configuraciones", _s24_45, "Advertencia: esta empresa a\xfan no ha sido activada", "late_invoice", _s16_505, "expired_quote", "Cotizaci\xf3n vencida", "remind_invoice", _s16_506, "cvv", "CVV", "client_name", _s18_333, "client_phone", "Tel\xe9fono del cliente", "required_fields", "Campos requeridos", "calculated_rate", "Tasa calculada", _s17_65, "Tasa de tareas predeterminada", "clear_cache", "Limpiar cache", "sort_order", "Orden de clasificaci\xf3n", "task_status", "Estado", "task_statuses", "Estados de tareas", "new_task_status", "Nuevo estado de tarea", _s16_102, "Editar estado de tareas", _s19_53, "Estado de la tarea creada con \xe9xito", _s19_54, "Actualizar con \xe9xito el estado de la tarea", _s20_63, "Estado de la tarea archivada con \xe9xito", _s19_55, _s38_56, _s19_56, _s38_56, _s20_64, "Estado de tarea restaurado con \xe9xito", _s22_52, "Estados de tareas :value archivados con \xe9xito", _s21_71, "Estados de tareas :value eliminados con \xe9xito", _s22_53, "Restaurado con \xe9xito los estados de la tarea :value", _s18_63, "Estado de la tarea de b\xfasqueda 1", _s20_66, "Buscar :count Estados de tareas", _s16_104, "Mostrar tabla de tareas", _s21_72, "Mostrar siempre la secci\xf3n de tareas al crear facturas", _s20_67, "Registro de tiempo de tareas de facturas", _s25_30, "Agregar detalles de tiempo a los elementos de l\xednea de la factura", _s20_69, "Registro de fecha de tarea de factura", _s25_31, "Agregar detalles de fecha a los elementos de l\xednea de la factura", _s21_73, "Iniciar tareas antes de guardar", _s18_64, "Configurar estados", "task_settings", "Configuraci\xf3n de tareas", _s20_71, _s21_276, _s18_66, _s18_67, _s20_73, _s20_74, _s21_74, "Editar categor\xeda de gastos", _s24_46, _s37_9, _s24_47, _s37_10, _s25_33, _s38_6, _s24_48, "Categor\xeda actualizada con \xe9xito", _s24_49, "Categor\xeda de gastos eliminada con \xe9xito", _s25_34, _s38_7, _s27_31, _s45_12, _s26_21, "Se eliminaron con \xe9xito las categor\xedas de gastos :value", _s27_32, "Gasto restaurado con \xe9xito :value categor\xedas", _s23_30, "Buscar 1 categor\xeda de gastos", _s25_36, "Buscar :count Categor\xedas de gastos", _s21_76, "Usar cr\xe9ditos disponibles", "show_option", "Mostrar opci\xf3n", _s22_54, "El monto del cr\xe9dito no puede exceder el monto del pago", "view_changes", "Ver cambios", "force_update", "Forzar actualizaci\xf3n", _s17_67, "Est\xe1 ejecutando la \xfaltima versi\xf3n, pero puede haber correcciones pendientes disponibles.", "mark_paid_help", "Rastree el gasto que ha sido pagado", _s18_68, _s18_334, _s23_31, "Habilitar el gasto a facturar", _s29_17, "Hacer que los documentos sean visibles para el cliente", _s21_78, _s28_143, _s16_106, "Configuraci\xf3n de gastos", _s18_69, _s19_256, "crypto", "Cripto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "Campo de usuario", "variables", "Variables", "show_password", "Mostrar contrase\xf1a", "hide_password", "Contrase\xf1a oculta", "copy_error", "error de copia", "capture_card", "Tarjeta de captura", _s17_68, "Factura autom\xe1tica habilitada", "total_taxes", _s17_358, "line_taxes", "Impuestos de l\xednea", "total_fields", "Campos totales", _s25_37, "Factura recurrente detenida con \xe9xito", _s25_38, "Factura recurrente iniciada con \xe9xito", _s25_39, "Factura recurrente reanudada con \xe9xito", "gateway_refund", "Reembolso de puerta de enlace", _s19_57, "Tramitar la devoluci\xf3n con la pasarela de pago", "due_date_days", "Fecha de vencimiento", "paused", "en pausa", "mark_active", _s18_335, "day_count", "D\xeda :count", _s22_55, "Primer d\xeda del mes", _s21_79, "\xdaltimo d\xeda del mes", _s17_70, "Usar condiciones de pago", "endless", "Sin fin", "next_send_date", "Pr\xf3xima fecha de env\xedo", _s16_108, "Ciclos restantes", _s17_72, _s18_336, _s18_71, _s20_257, _s21_81, _s24_187, _s22_57, "Editar factura recurrente", _s25_40, "Factura recurrente creada con \xe9xito", _s25_41, "Factura recurrente actualizada con \xe9xito", _s26_22, "Factura peri\xf3dica archivada", _s25_42, "Factura peri\xf3dica borrada", _s25_43, "Factura recurrente eliminada con \xe9xito", _s26_23, "Factura peri\xf3dica restaurada", _s27_33, "Facturas :value recurrentes archivadas con \xe9xito", _s26_24, "Facturas :value recurrentes eliminadas con \xe9xito", _s27_34, "Facturas :value recurrentes restauradas con \xe9xito", _s24_50, "Buscar 1 factura recurrente", _s25_44, "Buscar :count facturas recurrentes", "send_date", "Fecha de envio", "auto_bill_on", "Factura autom\xe1tica activada", _s28_17, "Cantidad m\xednima de pago inferior", "profit", "Ganancia", "line_item", "Item de Linea", _s18_73, "Permitir sobrepago", _s23_32, "Admite pagar extra para aceptar propinas", _s19_58, "Permitir bajo pago", _s24_51, "Soporte pagando como m\xednimo el monto parcial/dep\xf3sito", "test_mode", "Modo de prueba", "opened", "Abierto", _s30_7, "Error de conciliaci\xf3n", _s30_8, "\xc9xito de la reconciliaci\xf3n", "gateway_success", "\xc9xito de la puerta de enlace", "gateway_failure", "Fallo de puerta de enlace", "gateway_error", "Error de puerta de enlace", "email_send", _s25_143, _s17_74, "Cola de reintento de correo electr\xf3nico", "failure", "Falla", "quota_exceeded", "Cuota excedida", _s16_110, "Fallo aguas arriba", "system_logs", "Registros del sistema", "view_portal", "View Portal", "copy_link", "Copiar link", "token_billing", "Guardar detalles de la tarjeta", _s24_52, "Bienvenido a Factura Ninja", "always", "Always", "optin", "Optar en", "optout", "Optar por no", "label", "Etiqueta", "client_number", "Cliente N\xfamero", "auto_convert", "Conversi\xf3n autom\xe1tica", "company_name", "Nombre de Empresa", "reminder1_sent", "Recordatorio 1 enviado", "reminder2_sent", "Recordatorio 2 enviado", "reminder3_sent", "Recordatorio 3 enviado", _s18_75, _s27_142, "pdf_page_info", _s25_153, _s16_112, "Facturas enviadas por correo electr\xf3nico con \xe9xito.", "emailed_quotes", "Cotizaciones enviadas por correo electr\xf3nico con \xe9xito.", "emailed_credits", "Cr\xe9ditos enviados por correo electr\xf3nico con \xe9xito", "gateway", "Pasarela de Pagos", "view_in_stripe", "Ver en banda", "rows_per_page", "Filas por p\xe1gina", "hours", "Horas", "statement", "Estado De Cuenta", "taxes", "Impuestos", "surcharge", "Sobrecargo", "apply_payment", "Aplicar Pago", "apply_credit", "Aplicar Cr\xe9dito", "apply", "Aplicar", "unapplied", "no aplicado", "select_label", "Seleccionar Etiqueta", "custom_labels", "Etiquetas personalizadas", "record_type", "Tipo de registro", "record_name", "Nombre de registro", "file_type", "Tipo de archivo", "height", "Altura", "width", "Ancho", "to", "Para", "health_check", "Chequeo de salud", "payment_type_id", "Tipo de pago", "last_login_at", "\xdaltimo inicio de sesi\xf3n en", "company_key", _s16_507, "storefront", "Escaparate", "storefront_help", "Habilitar aplicaciones de terceros para crear facturas", "client_created", "Cliente creado", _s20_76, "Correo electr\xf3nico de pago en l\xednea", _s20_78, "Correo electr\xf3nico de pago manual", "completed", "Terminado", "gross", "Bruto", "net_amount", "Importe neto", "net_balance", "Balance neto", "client_settings", "Configuraci\xf3n del cliente", _s17_76, "Facturas seleccionadas", _s17_78, "Pagos seleccionados", "selected_quotes", "Cotizaciones seleccionadas", "selected_tasks", "Tareas seleccionadas", _s17_80, "Gastos seleccionados", _s17_82, _s17_359, _s17_84, "Facturas vencidas", "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", "Crear pago", "create_vendor", "Crear Proveedor", "update_quote", "Actualizar cotizaci\xf3n", "delete_quote", "Eliminar Cotizaci\xf3n", "update_invoice", "Actualizar factura", "delete_invoice", _s16_508, "update_client", "Actualizar cliente", "delete_client", _s16_509, "delete_payment", "Eliminar Pago", "update_vendor", _s20_258, "delete_vendor", _s16_510, "create_expense", "Crear gasto", "update_expense", "Actualizar gastos", "delete_expense", "Borrar Gasto", "create_task", "Crear Tarea", "update_task", "Actualizar tarea", "delete_task", "Eliminar Tarea", "approve_quote", "Aprobar cotizaci\xf3n", "off", "Off", "when_paid", "cuando se paga", "expires_on", "Expira el", "free", "Gratis", "plan", "Plan", "show_sidebar", "Mostrar barra lateral", "hide_sidebar", "Esconder barra lateral", "event_type", "Tipo de evento", "target_url", "Objetivo", "copy", "Copiar", "must_be_online", "Reinicie la aplicaci\xf3n una vez que est\xe9 conectado a Internet.", _s17_86, "Los crones necesitan estar habilitados", "api_webhooks", "Webhooks de API", "search_webhooks", _s22_229, "search_webhook", "Buscar 1 webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nuevo webhook", "edit_webhook", "Editar webhook", "created_webhook", "Webhook creado con \xe9xito", "updated_webhook", "Webhook actualizado con \xe9xito", _s16_114, _s31_79, "deleted_webhook", _s27_143, "removed_webhook", _s27_143, _s16_115, "Webhook restaurado con \xe9xito", _s17_87, "Webhooks :value archivados con \xe9xito", _s16_116, _s43_23, _s16_117, _s43_23, _s17_88, "Webhooks :value restaurados con \xe9xito", "api_tokens", "API Tokens", "api_docs", "Documentos API", "search_tokens", "Buscar tokens :count", "search_token", "Buscar 1 ficha", "token", "Token", "tokens", "Tokens", "new_token", "Nueva ficha", "edit_token", "Editar Token", "created_token", "Token creado con \xe9xito", "updated_token", "Token actualizado con \xe9xito", "archived_token", "Token archivado", "deleted_token", _s25_154, "removed_token", _s25_154, "restored_token", "Token restaurado con \xe9xito", "archived_tokens", "Tokens :value archivados con \xe9xito", "deleted_tokens", "Tokens :value eliminados con \xe9xito", "restored_tokens", "Tokens :value restaurados con \xe9xito", _s19_60, _s19_257, _s24_54, "Permitir que los clientes se registren por s\xed mismos en el portal", "email_invoice", "Enviar factura por correo", "email_quote", "Enviar Cotizaci\xf3n", "email_credit", "Cr\xe9dito de correo electr\xf3nico", "email_payment", "Enviar Pago por Correo Electr\xf3nico", _s20_81, "El cliente no tiene una direcci\xf3n de correo electr\xf3nico configurada", "ledger", "Libro mayor", "view_pdf", "Ver PDF", "all_records", _s19_258, "owned_by_user", "propiedad del usuario", _s16_118, "Cr\xe9dito restante", "contact_name", "Contact Name", "use_default", "Uso por defecto", _s16_120, "Recordatorios interminables", "number_of_days", "N\xfamero de d\xedas", _s23_34, "Configurar condiciones de pago", "payment_term", "Plazo de pago", _s16_121, "Nuevo plazo de pago", _s17_90, _s26_141, _s20_82, "T\xe9rmino de pago creado con \xe9xito", _s20_83, "T\xe9rmino de pago actualizado con \xe9xito", _s21_83, "T\xe9rmino de pago archivado con \xe9xito", _s20_84, _s33_74, _s20_85, _s33_74, _s21_84, "Plazo de pago restaurado con \xe9xito", _s22_62, "Condiciones de pago :value archivadas con \xe9xito", _s21_85, "Se eliminaron con \xe9xito las condiciones de pago :value", _s22_63, "Condiciones de pago :value restauradas con \xe9xito", "email_sign_in", _s37_64, "change", "Cambiar", _s23_36, "\xbfCambiar al dise\xf1o m\xf3vil?", _s24_55, "\xbfCambiar al dise\xf1o del escritorio?", "send_from_gmail", _s18_337, "reversed", "invertido", "cancelled", "Cancelado", "credit_amount", _s19_259, "quote_amount", "Importe de cotizaci\xf3n", "hosted", "alojado", "selfhosted", "Autohospedado", "exclusive", "Exclusivo", "inclusive", "Inclusivo", "hide_menu", "Ocultar el men\xfa", "show_menu", "Muestrame el menu", _s18_77, _s24_188, _s16_123, _s17_360, "search_designs", "Buscar dise\xf1os", "search_invoices", "Buscar facturas", "search_clients", "Buscar Clientes", "search_products", _s16_511, "search_quotes", "Buscar cotizaciones", "search_credits", "Buscar cr\xe9ditos", "search_vendors", "Buscar Proveedor", "search_users", "Buscar usuarios", _s16_124, "Buscar tasas de impuestos", "search_tasks", "Tareas de b\xfasqueda", "search_settings", "Configuraci\xf3n de b\xfasqueda", "search_projects", _s16_512, "search_expenses", "Gastos de b\xfasqueda", "search_payments", "Buscar pagos", "search_groups", "Grupos de b\xfasqueda", "search_company", "Buscar empresa", "search_document", "Buscar 1 documento", "search_design", "Buscar 1 dise\xf1o", "search_invoice", "Buscar 1 factura", "search_client", _s16_513, "search_product", _s17_361, "search_quote", "Buscar 1 Cotizaci\xf3n", "search_credit", _s16_514, "search_vendor", _s18_338, "search_user", _s16_515, "search_tax_rate", "Buscar 1 tasa de impuestos", "search_task", "Buscar 1 Tareas", "search_project", "Buscar 1 proyecto", "search_expense", "Buscar 1 Gasto", "search_payment", "Buscar 1 pago", "search_group", "Buscar 1 grupo", "refund_payment", "Refund Payment", _s17_94, "Factura cancelada con \xe9xito", _s18_79, "Facturas canceladas con \xe9xito", _s16_130, "Factura revertida exitosamente", _s17_95, "Facturas revertidas exitosamente", "reverse", "Contrarrestar", "full_name", "Nombre Completo", _s17_96, _s17_97, _s17_98, "C\xf3digo Postal/Ciudad/Estado", "custom1", "Primero Personalizado", "custom2", _s21_230, "custom3", "Tercero Personalizado", "custom4", "Cuarto Personalizado", "optional", "Opcional", "license", "Licencia", "purge_data", "Purgar Datos", _s16_131, "Datos de la empresa purgados con \xe9xito", _s18_80, "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_362, "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_46, "Recibir Todas Las Notificaciones", _s16_132, _s16_516, "apply_license", "Activar Licencia", "cancel_account", "Cancelar Cuenta", _s22_64, "AVISO: Esta acci\xf3n eliminar\xe1 tu cuenta de forma permanente.", "delete_company", "Eliminar Empresa", _s22_65, "Advertencia: Esto eliminar\xe1 su empresa, no hay manera de deshacerlo.", "enabled_modules", "M\xf3dulos habilitados", "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_230, "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_134, "Dise\xf1os :value archivados con \xe9xito", "deleted_designs", "Dise\xf1os :value eliminados con \xe9xito", _s16_135, "Dise\xf1os :value restaurados con \xe9xito", "proposals", "Propuestas", "tickets", "Entradas", _s16_136, "Cotizaciones Recurrentes", "recurring_tasks", _s18_339, _s18_81, _s18_82, "credit_date", _s16_517, "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_138, ":count creditos archivados con \xe9xito", "deleted_credits", ":count creditos eliminados con \xe9xito", _s16_139, "Cr\xe9ditos :value restaurados con \xe9xito", "current_version", "Versi\xf3n Actual", "latest_version", "\xdaltiima Versi\xf3n", "update_now", "Actualizarse Ahora", _s26_30, "Una nueva versi\xf3n de la aplicaci\xf3n est\xe1 disponible", _s16_140, _s24_189, "app_updated", "Actualizaci\xf3n completada con \xe9xito", "learn_more", "Saber m\xe1s", "integrations", "Integraciones", "tracking_id", "Id de Rastreo", _s17_100, "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_147, "company2", _s23_148, "company3", _s23_149, "company4", _s23_150, "product1", "Producto personalizado 1", "product2", "Producto personalizado 2", "product3", "Producto personalizado 3", "product4", "Producto personalizado 4", "client1", "Cliente personalizado 1", "client2", "Cliente personalizado 2", "client3", "Cliente personalizado 3", "client4", "Cliente personalizado 4", "contact1", "Contacto personalizado 1", "contact2", "Contacto personalizado 2", "contact3", "Contacto personalizado 3", "contact4", "Contacto personalizado 4", "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", "Gastos de Aduana 3", "expense4", "Gastos de Aduana 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_162, "surcharge2", _s23_163, "surcharge3", _s23_164, "surcharge4", _s23_165, "group1", "Grupo personalizado 1", "group2", "Grupo personalizado 2", "group3", "Grupo personalizado 3", "group4", "Grupo personalizado 4", "reset", "Reiniciar", "number", "N\xfamero", "export", "Exportar", "chart", "Gr\xe1fica", "count", "Contar", "totals", "Totales", "blank", "Blank", "day", "Day", "month", "Mes", "year", "A\xf1o", "subgroup", "Subgrupo", "is_active", "Est\xe1 activo", "group_by", "Agrupar por", "credit_balance", _s16_518, _s18_87, "Contacto \xdaltimo inicio de sesi\xf3n", _s17_102, "Nombre completo del contacto", "contact_phone", "Tel\xe9fono de Contacto", _s21_86, "Contacto Valor personalizado 1", _s21_87, "Contacto Valor personalizado 2", _s21_88, "Contacto Valor personalizado 3", _s21_89, "Contacto Valor personalizado 4", _s17_104, "Calle de Env\xedo", _s17_105, "Apto/Suite de Env\xedo", "shipping_city", "Ciudad de Env\xedo", "shipping_state", "Estado/Provincia de Env\xedo", _s20_86, "C\xf3digo Postal de Env\xedo", _s16_170, "Pa\xeds de Env\xedo", _s16_172, "Calle de Facturaci\xf3n", _s16_173, "Apto/Suite de Facturaci\xf3n", "billing_city", "Ciudad de Facturaci\xf3n", "billing_state", "Estado/Provincia de Facturaci\xf3n", _s19_62, "C\xf3digo Postal de Facturaci\xf3n", "billing_country", "Pa\xeds de Facturaci\xf3n", "client_id", "Client Id", "assigned_to", "Asignado a", "created_by", _s16_519, "assigned_to_id", "Asignado a identificaci\xf3n", "created_by_id", "Creado por identificaci\xf3n", "add_column", "A\xf1adir columna", "edit_columns", "Editar columnas", "columns", "Columnas", "aging", "Envejecimiento", "profit_and_loss", _s20_259, "reports", "Informes", "report", "Reporte", "add_company", "Agregar Empresa", "unpaid_invoice", "Factura sin pagar", "paid_invoice", "factura pagada", _s16_174, "Cotizaci\xf3n no aprobada", "help", "Ayuda", "refund", "Refund", "refund_date", "Fecha de Devoluci\xf3n", "filtered_by", "Filtrado por", "contact_email", "Correo de Contacto", "multiselect", "Selecci\xf3n m\xfaltiple", "entity_state", "Estado", "verify_password", "Verificar contrase\xf1a", "applied", "Aplicado", _s21_90, _s42_32, _s30_11, "Hemos recibido su mensaje e intentaremos responder a la brevedad.", "message", "Mensaje", "from", "De", _s20_88, "Mostrar detalles del producto", _s25_48, "Incluya la descripci\xf3n y el costo en el men\xfa desplegable del producto", _s20_90, "El procesador de PDF requiere :version", _s18_90, "Ajustar porcentaje de tarifa", _s23_38, "Ajustar el porcentaje para tener en cuenta la tarifa", _s18_92, "Configurar ajustes", "support_forum", "Support Forums", "about", "Acerca de", "documentation", "Documentaci\xf3n", "contact_us", "Cont\xe1ctenos", "subtotal", "Subtotal", "line_total", "Total", "item", "Concepto", "credit_email", _s29_121, "iframe_url", "Sitio Web", "domain_url", "URL de dominio", _s21_91, _s32_73, _s20_91, "La contrase\xf1a debe contener un car\xe1cter en may\xfasculas y un n\xfamero", _s19_64, "Tareas del portal del cliente", _s23_39, "Panel del portal del cliente", _s20_92, "porfavor introduzca un valor", "deleted_logo", "Logotipo eliminado con \xe9xito", "yes", "Si", "no", "No", "generate_number", "Generar N\xfamero", "when_saved", "Cuando se guarda", "when_sent", "Cuando se env\xeda", "select_company", "Seleccionar Empresa", "float", "Flotar", "collapse", "Colapsar", "show_or_hide", "Mostrar ocultar", "menu_sidebar", "Barra lateral del men\xfa", "history_sidebar", "Barra lateral de historial", "tablet", "Tableta", "mobile", "M\xf3vil", "desktop", "Escritorio", "layout", "Disposici\xf3n", "view", "Ver", "module", "M\xf3dulo", "first_custom", "Primera costumbre", "second_custom", "Segunda costumbre", "third_custom", "Tercera costumbre", "show_cost", "Mostrar costo", _s17_107, "Mostrar costo del producto", "show_cost_help", "Muestre un campo de costo del producto para rastrear el margen de beneficio/beneficio", _s21_92, "Mostrar cantidad de producto", _s26_32, "Mostrar un campo de cantidad de producto, de lo contrario, predeterminado a uno", _s21_94, "Mostrar cantidad de factura", _s26_33, "Mostrar un campo de cantidad de art\xedculo de l\xednea, de lo contrario, predeterminado a uno", _s21_96, "Mostrar descuento del producto", _s26_34, "Mostrar un campo de descuento de art\xedculo de l\xednea", _s16_176, "Cantidad predeterminada", _s21_98, "Establecer autom\xe1ticamente la cantidad de la l\xednea de pedido en uno", "one_tax_rate", "Tasa de un impuesto", "two_tax_rates", "Dos tasas de impuestos", "three_tax_rates", "Tres tasas de impuestos", _s16_178, "Tasa de impuestos predeterminada", "user", "Usuario", "invoice_tax", "Factura Impuesto", "line_item_tax", "Impuesto de art\xedculo de l\xednea", "inclusive_taxes", _s20_260, _s17_109, "Tasas de impuestos de factura", "item_tax_rates", "Tasas de impuestos de art\xedculos", _s18_94, _s22_80, "configure_rates", _s18_295, _s18_95, "Configurar puertas de enlace", "tax_settings", _s26_142, _s18_97, "Las tasas de impuestos", "accent_color", "Acentuar el color", "switch", "Switch", _s19_66, "lista separada por comas", "options", "Opciones", _s16_180, _s23_166, "multi_line_text", "Texto de varias l\xedneas", "dropdown", "Desplegable", "field_type", "Tipo de campo", _s27_45, "Se ha enviado un correo electr\xf3nico de recuperaci\xf3n de contrase\xf1a.", "submit", "Enviar", _s16_182, "Recuperar contrase\xf1a", "late_fees", _s26_143, "credit_number", "N\xfamero de Cr\xe9dito", "payment_number", "N\xfamero de pago", "late_fee_amount", "Valor Tarifa por Tardanza", _s16_183, "Porcentaje Tarifa por Tardanza", "before_due_date", _s32_74, "after_due_date", _s34_63, _s18_99, _s33_75, "days", "D\xedas", "invoice_email", "Correo de Factura", "payment_email", "Correo de Pago", "partial_payment", "Pago Parcial", "payment_partial", "Pago parcial", _s21_99, "Correo Electr\xf3nico de Pago Parcial", "quote_email", "Correo de Cotizacion", _s16_185, "Recordatorio sin fin", _s16_187, "Filtrado por Usuario", "administrator", "Administrador", _s18_100, "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", _s24_190, "updated_user", "Usario actualizado con \xe9xito", "archived_user", "Usuario archivado", "deleted_user", "Usario eliminado con \xe9xito", "removed_user", "Usuario eliminado con \xe9xito", "restored_user", "Usuario restaurado con \xe9xito", "archived_users", "Usuarios :value archivados con \xe9xito", "deleted_users", "Usuarios :value eliminados con \xe9xito", "removed_users", "Se eliminaron con \xe9xito los usuarios :value", "restored_users", "Usuarios :value restaurados con \xe9xito", _s16_189, _s21_277, "invoice_options", _s19_260, _s17_111, "Ocultar Valor Pagado a la Fecha", _s22_72, "Solo mostrar la opci\xf3n \u201cPagado a la fecha\u201d en sus facturas cuando se ha recibido un pago.", _s23_41, "Embed Documents", _s28_30, _s39_9, _s16_191, "Mostrar encabezado", _s16_192, "Mostrar pie", "first_page", "Primera p\xe1gina", "all_pages", _s17_363, "last_page", "\xdaltima p\xe1gina", "primary_font", "Fuente principal", "secondary_font", _s17_364, "primary_color", "Color Primario", "secondary_color", _s16_520, "page_size", "Page Size", "font_size", "Tama\xf1o de Letra", "quote_design", "Dise\xf1o de Cotizaci\xf3n", "invoice_fields", _s17_365, "product_fields", _s18_340, "invoice_terms", _s23_167, "invoice_footer", "Pie de p\xe1gia de la factura", "quote_terms", "Terminos de Cotizaci\xf3n", "quote_footer", "Pie de la Cotizaci\xf3n", _s18_101, "Correo electr\xf3nico autom\xe1tico", _s23_42, "Env\xede por correo electr\xf3nico autom\xe1ticamente las facturas recurrentes cuando se creen.", _s18_102, "Archivo autom\xe1tico", _s23_43, "Archivar cotizaciones autom\xe1ticamente cuando se convierten en factura.", _s18_103, "Auto Convertir", _s23_44, "Convierta autom\xe1ticamente una cotizaci\xf3n en una factura cuando se apruebe.", _s17_113, "Configuraci\xf3n del flujo de trabajo", "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_115, "Tres meses", _s16_193, "Cuatro meses", "freq_six_months", "Seis meses", "freq_annually", "Annually", "freq_two_years", "Dos a\xf1os", _s16_194, "Tres a\xf1os", "never", "Never", "company", "Empresa", _s17_116, _s17_366, "charge_taxes", _s16_521, "next_reset", "Siguiente Reinicio", "reset_counter", _s18_296, _s16_195, _s18_341, "number_padding", "relleno num\xe9rico", "general", "General", "surcharge_field", _s16_522, "company_field", _s16_523, "company_value", "Valor de Empresa", "credit_field", _s16_524, "invoice_field", "Campo de factura", _s17_118, "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 Proveedor", "expense_field", "Campo de gastos", "project_field", "Campo de proyecto", "task_field", "Campo de tarea", "group_field", "Campo de grupo", "number_counter", _s19_261, "prefix", "Prefijo", "number_pattern", "patr\xf3n num\xe9rico", "messages", "Mensajes", "custom_css", _s17_315, _s17_120, "JavaScript personalizado", _s16_197, "Ver en PDF", _s21_101, "Mostrar la firma del cliente en los PDF de facturas/presupuestos.", _s25_54, "Casilla de los T\xe9rminos de la Factura", _s30_12, "Requerir que el cliente confirme que acept\xf3 los t\xe9rminos de la factura.", _s23_45, "Casilla de los T\xe9rminos de la Cotizaci\xf3n", _s28_31, "Requerir que el cliente confirme que acept\xf3 los t\xe9rminos de la cotizaci\xf3n.", _s25_55, "Firma de la Facturra", _s30_13, "Requerir que el cliente provea su firma.", _s23_46, "Firma de la Cotizaci\xf3n", _s22_74, _s32_75, _s27_46, "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", "Modo portal", "email_signature", _s18_342, _s24_56, _s118_, "plain", "Plano", "light", "Claro", "dark", "Oscuro", "email_design", _s16_525, "attach_pdf", "Adjuntar PDF", _s16_198, _s19_262, "attach_ubl", "Adjuntar UBL", "email_style", _s28_144, _s19_68, _s16_526, "reply_to_email", "Correo de Respuesta", "reply_to_name", "Nombre de respuesta", "bcc_email", "Correo para Copia Oculta BCC", "processed", "Procesada", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Prioridad", "fee_amount", _s19_263, "fee_percent", _s20_261, "fee_cap", _s16_527, "limits_and_fees", "L\xedmites/Cargos", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_69, "Logos de Tarjetas Aceptadas", "credentials", "Cartas credenciales", "update_address", _s20_262, _s19_71, "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_200, "Tasa de impuesto creada con \xe9xito", _s16_201, "Tasa de impuesto actualizada con \xe9xito", _s17_123, "Tasa de impuesto archivada con \xe9xito", _s16_202, "Tasa de impuestos eliminada con \xe9xito", _s17_124, "Tasa de impuestos restaurada con \xe9xito", _s18_104, "Tasas de impuestos archivadas con \xe9xito :value", _s17_125, "Tasas de impuestos eliminadas con \xe9xito :value", _s18_105, "Tasas de impuestos :value restauradas con \xe9xito", "fill_products", "Auto-rellenar productos", _s18_106, _s74_3, "update_products", "Auto-actualizar productos", _s20_96, "Actualizar una factura autom\xe1ticamente actualizar\xe1 los productos", _s16_203, "Convertir productos", _s21_102, "Convertir autom\xe1ticamente precios de los productos a la moneda del cliente", "fees", "Tarifas", "limits", "L\xedmites", "provider", "Proveedor", "company_gateway", _s16_528, _s16_205, "Via de pago", _s19_72, "Nueva puerta de enlace", _s20_97, "Editar puerta de enlace", _s23_47, "Puerta de enlace creada con \xe9xito", _s23_48, "Puerta de enlace actualizada con \xe9xito", _s24_57, "Puerta de enlace archivada correctamente", _s23_49, "Puerta de enlace eliminada con \xe9xito", _s24_58, "Puerta de enlace restaurada con \xe9xito", _s25_57, "Puertas de enlace :value archivadas correctamente", _s24_59, "Puertas de enlace :value eliminadas con \xe9xito", _s25_58, "Puertas de enlace :value restauradas con \xe9xito", _s16_207, "Continua editando", "discard_changes", "Descartar Cambios", "default_value", _s17_367, "disabled", "Deshabilitado", "currency_format", _s17_368, _s21_103, _s23_168, _s23_50, "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", _s16_529, "datetime_format", _s23_169, "military_time", "Tiempo 24 Horas", _s18_107, "Pantalla de 24 horas", "send_reminders", _s20_263, "timezone", "Zona horaria", _s19_73, "Filtrado por Proyecto", _s17_126, _s18_300, _s19_75, _s20_264, _s18_108, _s20_234, _s18_110, "Filtro por Proveedor", "group_settings", "Configuraci\xf3n de grupo", "group", "Grupo", "groups", "Grupos", "new_group", "Nuevo grupo", "edit_group", "Editar grupo", "created_group", "Grupo creado con \xe9xito", "updated_group", _s31_80, "archived_groups", "Grupos :value archivados con \xe9xito", "deleted_groups", "Grupos :value eliminados con \xe9xito", "restored_groups", "Grupos :value restaurados con \xe9xito", "archived_group", _s29_122, "deleted_group", "Grupo eliminado con \xe9xito", "restored_group", "Grupo restaurado con \xe9xito", "upload_logo", "Cargar logotipo", "uploaded_logo", "Logotipo subido correctamente", "logo", "Logo", "saved_settings", "Configuraciones guardadas con \xe9xito", _s16_209, "Configuraci\xf3n del Producto", "device_settings", "Configuraci\xf3n de dispositivo", "defaults", "Valores por Defecto", "basic_settings", _s20_265, _s17_128, _s22_231, "company_details", _s22_232, "user_details", _s19_264, "localization", "Localizaci\xf3n", "online_payments", "Pagos Online", "tax_rates", "Tasas de Impuesto", "notifications", "Notificaciones", "import_export", _s17_332, "custom_fields", "Campos personalizados", "invoice_design", "Dise\xf1o de factura", "buy_now_buttons", "Buy Now Buttons", "email_settings", _s36_76, _s23_52, _s26_144, _s22_75, "Tarjetas de cr\xe9dito y bancos", _s19_77, _s22_233, "price", "Precio", "email_sign_up", "Registrarse por correo electr\xf3nico", "google_sign_up", "Registrarse en Google", _s27_50, "Gracias por su compra!", "redeem", "Canjear", "back", "Atr\xe1s", "past_purchases", "Compras pasadas", _s19_79, _s17_369, "pro_plan", "Plan profesional", "enterprise_plan", "Plan Empresarial", "count_users", ":count usuarios", "upgrade", "Mejora", _s25_59, "Por favor ingrese un nombre", _s24_60, "Por favor ingrese un apellido", _s33_30, "Acepte los t\xe9rminos de servicio y la pol\xedtica de privacidad para crear una cuenta.", "i_agree_to_the", "Estoy de acuerdo con la", _s16_211, "T\xe9rminos de Servicio", "privacy_policy", "Privacy Policy", "sign_up", "Registrarse", "account_login", "Iniciar Sesi\xf3n", "view_website", "Ver sitio web", "create_account", "Crear una cuenta", "email_login", "Correo electr\xf3nico de inicio de sesi\xf3n", "create_new", "Create New", _s18_112, "Ning\xfan registro seleccionado", _s21_106, "Guarde o cancele sus cambios", "download", "Descargar", _s27_51, "Requiere un plan empresarial", "take_picture", "Tomar la foto", "upload_files", "Subir archivos", "document", "Documento", "documents", "Documents", "new_document", "Nuevo documento", "edit_document", _s16_530, _s17_130, "Documento subido correctamente", _s16_213, "Documento actualizado correctamente", _s17_131, "Documento archivado correctamente", _s16_214, "Documento eliminado con \xe9xito", _s17_132, "Documento restaurado con \xe9xito", _s18_114, "Documentos :value archivados con \xe9xito", _s17_133, "Documentos :value eliminados con \xe9xito", _s18_115, "Documentos :value restaurados con \xe9xito", "no_history", "No historia", "expense_date", "Fecha del Gasto", "pending", "Pendiente", _s16_215, "registrado", _s16_216, "Pendiente", _s16_217, "Facturado", "converted", "Convertido", _s24_62, _s31_81, "exchange_rate", "Tipo de Cambio", _s16_218, _s16_531, "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_219, _s41_40, "deleted_vendors", _s41_40, _s16_220, "Proveedores restaurados con \xe9xito :value", "new_expense", "Ingrese el Gasto", "created_expense", _s26_145, "updated_expense", _s31_82, _s16_221, _s29_123, "deleted_expense", _s27_144, _s16_222, _s29_31, _s17_134, _s31_83, _s16_223, _s29_124, _s17_135, "Gastos :value restaurados con \xe9xito", "copy_shipping", "Copiar env\xedo", "copy_billing", "Copiar facturaci\xf3n", "design", "Dise\xf1o", _s21_107, "No se pudo encontrar el registro", "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_224, "Tareas de inicio autom\xe1tico", "timer", "Temporizador", "manual", "Manual", "budgeted", "presupuestado", "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", "Tareas :value restauradas con \xe9xito", _s19_81, "Por favor ingresa un nombre", "budgeted_hours", _s20_266, "created_project", "Proyecto creado con \xe9xito", "updated_project", "Proyecto actualizado con \xe9xito", _s16_226, "Proyecto archivado con \xe9xito", "deleted_project", "Proyecto eliminado con \xe9xito", _s16_227, "Proyecto restaurado con \xe9xito", _s17_136, "Archivados con \xe9xito :count proyectos", _s16_228, "Eliminados con \xe9xito :count proyectos", _s17_137, "Proyectos :value restaurados con \xe9xito", "new_project", "Nuevo Proyecto", _s27_55, "\xa1Gracias por usar nuestra aplicaci\xf3n!", "if_you_like_it", "si te gusta por favor", "click_here", "haz clic aqu\xed", _s18_116, "haga clic aqu\xed", "to_rate_it", "para calificarlo.", "average", "Promedio", "unapproved", "no aprobado", _s30_18, "Por favor, autent\xedcate para cambiar esta configuraci\xf3n", "locked", "bloqueado", "authenticate", "Autenticar", _s19_83, "por favor autenticar", _s24_64, _s24_191, "footer", "Pie de P\xe1gina", "compare", "Comparar", "hosted_login", "Inicio de sesi\xf3n alojado", "selfhost_login", "Iniciar sesi\xf3n", "google_sign_in", "Inicia sesi\xf3n con Google", "today", "Hoy", "custom_range", "Rango Personalizado", "date_range", "Date Range", "current", "Actual", "previous", "Anterior", "current_period", "Per\xedodo actual", _s17_138, _s22_234, "previous_period", "Periodo anterior", "previous_year", "A\xf1o anterior", "compare_to", "Comparar con", "last7_days", "Los \xfaltimos 7 d\xedas", "last_week", "La semana pasada", "last30_days", "\xdaltimos 30 d\xedas", "this_month", "Este Mes", "last_month", "Mes Anterior", "this_year", "Este A\xf1o", "last_year", "A\xf1o Anterior", "all_time", "Todo el tiempo", "custom", "Personalizado", _s16_229, _s16_532, "clone_to_quote", "Clonar para cotizar", "clone_to_credit", "Clonar como 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 Cotizaci\xf3n", "edit_payment", "Editar Pago", "edit_task", "Editar Tarea", "edit_expense", "Editar Gasto", "edit_vendor", _s16_533, "edit_project", "Editar Proyecto", _s20_99, "Editar cotizaci\xf3n recurrente", "billing_address", "Direcci\xf3n de facturaci\xf3n", _s16_231, "Direcci\xf3n de Env\xedo", "total_revenue", _s16_534, "average_invoice", _s23_170, "outstanding", _s18_343, "invoices_sent", _s24_192, "active_clients", _s16_535, "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", "Clasificar", "search", "B\xfasqueda", "active", "Activo", "archived", "Archivado", "deleted", "Eliminado", "dashboard", "Inicio", "archive", "Archivar", "delete", "Eliminar", "restore", "Restaurar", _s16_233, "Actualizar completo", _s23_53, "Por favor introduzca su correo electr\xf3nico", _s26_43, "Por favor, introduzca su contrase\xf1a", _s21_110, "Por favor ingrese su URL", _s26_45, "Por favor ingrese una clave de producto", "ascending", "Ascendente", "descending", "Descendente", "save", "Guardar", _s17_140, "Ocurri\xf3 un error", "paid_to_date", "Pagado", "balance_due", "Pendiente", "balance", "Saldo", "overview", "Descripci\xf3n general", "details", "Detalles", "phone", "Tel\xe9fono", "website", "Sitio Web", "vat_number", "CIF/NIF", "id_number", "ID Number", "create", "Crear", _s19_85, "Copiado :value al portapapeles", "error", "Error", _s16_235, "no se pudo iniciar", "contacts", "Contactos", "additional", "Adicional", "first_name", "Nombres", "last_name", "Apellidos", "add_contact", "A\xf1adir contacto", "are_you_sure", "\xbfEst\xe1s Seguro?", "cancel", "Cancelar", "ok", "De acuerdo", "remove", "Remove", _s16_237, "el correo electr\xf3nico es invalido", "product", "Producto", "products", "Productos", "new_product", "Nuevo Producto", "created_product", "Producto creado con \xe9xito", "updated_product", _s30_106, _s16_239, "Producto archivado con \xe9xito", "deleted_product", _s30_106, _s16_240, "Producto restaurado con \xe9xito", _s17_142, ":count productos archivados con \xe9xito", _s16_241, "Eliminados con \xe9xito :count productos", _s17_143, "Productos :value restaurados con \xe9xito", "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_242, ":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_243, "Clientes :value restaurados con \xe9xito", "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_244, "Factura archivada con \xe9xito", "deleted_invoice", "Factura eliminada con \xe9xito", _s16_245, "Factura restaurada con \xe9xito", _s17_144, ":count facturas archivados con \xe9xito", _s16_246, ":count facturas eliminadas con \xe9xito", _s17_145, "Facturas :value restauradas con \xe9xito", "emailed_invoice", "Factura enviada con \xe9xito", "emailed_payment", "Pago enviado por correo con \xe9xito", "amount", "Cantidad", "invoice_number", _s17_370, "invoice_date", _s16_536, "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", "Elementos", "partial_deposit", _s16_472, "description", "Descripci\xf3n", "unit_cost", "Coste unitario", "quantity", "Cantidad", "add_item", "A\xf1adir art\xedculo", "contact", "Contacto", "work_phone", "Tel\xe9fono", "total_amount", "Cantidad total", "pdf", "PDF", "due_date", "Fecha de Pago", _s16_247, "Fecha de Vencimiento Parcial", "paid_date", "Fecha de pago", "status", "Estado", _s17_146, "Estado de la factura", "quote_status", "Estado de cotizaci\xf3n", _s22_76, "Haga clic en + para agregar un elemento", _s22_78, "Haga clic en + para agregar tiempo", "count_selected", _s19_265, "total", "Total", "percent", "Porciento", "edit", "Editar", "dismiss", "Despedir", _s20_101, "Por favor seleccione una fecha", _s22_79, _s31_84, _s24_66, "Por favor seleccione una factura", "task_rate", "Tasa de Tarea", "settings", "Configuraci\xf3n", "language", "Idioma", "currency", "Moneda", "created_at", _s17_371, "created_on", "Creado en", "updated_at", "Actualizado", "tax", "Impuesto", _s30_20, "Por favor, introduzca un n\xfamero de factura", _s27_59, "Por favor ingrese un n\xfamero de cotizaci\xf3n", "past_due", "Vencido", "draft", "Borrador", "sent", "Enviado", "viewed", "Visto", "approved", "Aprobado", "partial", _s16_472, "paid", "Pagado", "mark_sent", "Marcar como enviado", _s22_81, "Factura marcada correctamente como enviada", _s22_82, _s35_21, _s23_55, "Facturas marcadas correctamente como enviadas", _s23_56, _s36_15, "done", "Hecho", _s37_22, "Por favor ingrese un nombre de cliente o contacto", "dark_mode", "Modo Oscuro", _s27_61, "Reinicie la aplicaci\xf3n para aplicar el cambio.", "refresh_data", "Actualizar datos", "blank_contact", "Contacto en blanco", "activity", "Actividad", _s16_249, "No se encontraron registros", "clone", "Clon", "loading", "Cargando", "industry", "Industria", "size", "Tama\xf1o", "payment_terms", _s16_537, "payment_date", "Fecha de Pago", "payment_status", "Estado de pago", _s16_251, "Pendiente", _s16_252, "Anulado", _s16_253, "Fallido", _s16_254, "Terminado", _s16_255, _s24_188, _s16_256, "Reintegrado", _s17_147, "no aplicado", _s17_148, _s24_185, "net", "Neto", "client_portal", "Portal de Cliente", "show_tasks", "Mostrar tareas", "email_reminders", "Recordatorios por correo electr\xf3nico", "enabled", "Enabled", "recipients", "Remitentes", "initial_email", "Email Inicial", "first_reminder", _s19_266, "second_reminder", _s20_267, "third_reminder", _s19_267, "reminder1", "Primer recordatorio", "reminder2", "Segundo recordatorio", "reminder3", "Tercer recordatorio", "template", "Plantilla", "send", "Enviar", "subject", "Asunto", "body", "Mensaje", "send_email", "Enviar email", "email_receipt", "Enviar por correo electr\xf3nico el recibo de pago al cliente", "auto_billing", "facturaci\xf3n autom\xe1tica", "button", "Bot\xf3n", "preview", "Preview", "customize", "Personalizar", "history", "Historial", "payment", "pago", "payments", "Pagos", "refunded", "Reintegrado", "payment_type", "Payment Type", _s21_112, _s25_155, "enter_payment", "Agregar Pago", "new_payment", "Ingresa el Pago", "created_payment", "Pago creado con \xe9xito", "updated_payment", "Pago actualizado con \xe9xito", _s16_257, "Pago archivado con \xe9xito", "deleted_payment", "Pago eliminado con \xe9xito", _s16_258, "Pago restaurado con \xe9xito", _s17_149, ":count pagos archivados con \xe9xito", _s16_259, ":count pagos eliminados con \xe9xito", _s17_150, "Pagos :value restaurados con \xe9xito", "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", "Cotizaciones :value restauradas con \xe9xito", "expense", "Gasto", "expenses", "Gastos", "vendor", "Proveedor", "vendors", "Vendedores", "task", "Task", "tasks", "Tareas", "project", "Proyecto", "projects", "Proyectos", "activity_1", _s29_125, "activity_2", _s32_76, "activity_3", ":user elimin\xf3 el cliente :client", "activity_4", ":user cre\xf3 la factura :invoice", "activity_5", _s35_73, "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_76, "activity_9", ":user elimin\xf3 la factura :invoice", "activity_10", ":user ingres\xf3 el pago :payment para :payment _cantidad en la factura :invoice para :client", "activity_11", ":user actualiz\xf3 el pago :payment", "activity_12", _s30_107, "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_77, "activity_27", _s31_85, "activity_28", ":user restaur\xf3 :credit cr\xe9ditos", "activity_29", ":contact aprov\xf3 la cotizaci\xf3n :quote para el cliente :client", "activity_30", _s30_108, "activity_31", _s33_78, "activity_32", _s33_79, "activity_33", _s34_64, "activity_34", ":user cre\xf3 expense :expense", "activity_35", _s31_86, "activity_36", _s31_87, "activity_37", _s32_77, "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_10, "activity_42", _s25_156, "activity_43", _s30_109, "activity_44", _s28_145, "activity_45", _s28_146, "activity_46", _s29_126, "activity_47", ":user actruliz\xf3 el gasto :expense", "activity_48", _s26_146, "activity_49", _s31_88, "activity_50", _s29_127, "activity_51", ":user usuario eliminado :user", "activity_52", _s30_110, "activity_53", _s30_111, "activity_54", ":user factura pagada :invoice", "activity_55", _s36_77, "activity_56", ":user vi\xf3 el ticket :ticket", "activity_57", "El sistema no envi\xf3 la factura por correo electr\xf3nico :invoice", "activity_58", ":user factura anulada :invoice", "activity_59", ":user factura cancelada :invoice", "activity_60", ":contact cita vista :quote", "activity_61", ":user cliente actualizado :client", "activity_62", ":user proveedor actualizado :vendor", "activity_63", ":user envi\xf3 por correo electr\xf3nico el primer recordatorio de la factura :invoice a :contact", "activity_64", ":user segundo recordatorio por correo electr\xf3nico de la factura :invoice a :contact", "activity_65", ":user envi\xf3 por correo electr\xf3nico el tercer recordatorio de la factura :invoice a :contact", "activity_66", ":user envi\xf3 un recordatorio interminable por correo electr\xf3nico para la factura :invoice a :contact", "activity_80", ":user suscripci\xf3n creada :subscription", "activity_81", ":user suscripci\xf3n actualizada :subscription", "activity_82", ":user suscripci\xf3n archivada :subscription", "activity_83", ":user suscripci\xf3n eliminada :subscription", "activity_84", ":user suscripci\xf3n restaurada :subscription", _s17_151, "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_103, "Presupuesto marcado correctamente como enviado", _s21_114, "Cr\xe9dito marcado como enviado con \xe9xito", "expired", "Vencida", "all", "All", "select", "Seleccionar", _s22_83, "Multiselecci\xf3n de pulsaci\xf3n larga", "custom_value1", _s21_237, "custom_value2", _s21_238, "custom_value3", "Valor personalizado 3", "custom_value4", "Valor personalizado 4", _s18_117, "Estilo de correo electr\xf3nico personalizado", _s24_71, "Mensaje de panel personalizado", _s29_46, "Mensaje personalizado de factura sin pagar", _s27_66, "Mensaje de factura pagada personalizado", _s31_24, "Mensaje de presupuesto no aprobado personalizado", "lock_invoices", "Bloquear facturas", "translations", "Traducciones", _s19_86, "Patr\xf3n de n\xfamero de tarea", _s19_88, "Contador de n\xfameros de tareas", _s22_85, "Patr\xf3n de n\xfamero de gastos", _s22_87, "Contador de n\xfameros de gastos", _s21_115, "Patr\xf3n de n\xfamero de proveedor", _s21_117, "Contador de n\xfamero de proveedor", _s21_119, "Patr\xf3n de n\xfamero de boleto", _s21_121, "Contador de n\xfamero de billete", _s22_89, "Patr\xf3n de n\xfamero de pago", _s22_91, "Contador de n\xfamero de pago", _s22_93, "Patr\xf3n de n\xfamero de factura", _s22_95, "Numeraci\xf3n de facturaci\xf3n", _s20_104, "Patr\xf3n de n\xfamero de cotizaci\xf3n", _s20_106, "Numeraci\xf3n de Cotizaciones", _s21_123, _s27_145, _s21_125, _s30_112, _s21_127, _s27_145, _s21_128, _s30_112, _s18_119, "Restablecer fecha del contador", "counter_padding", "Acolchado de mostrador", _s28_66, "Contador de cotizaciones de facturas compartidas", _s18_121, "Nombre fiscal predeterminado 1", _s18_123, "Tasa impositiva predeterminada 1", _s18_125, "Nombre fiscal predeterminado 2", _s18_127, "Tasa de impuestos predeterminada 2", _s18_129, "Nombre fiscal predeterminado 3", _s18_131, "Tasa de impuesto predeterminada 3", _s21_129, "Asunto de la factura por correo electr\xf3nico", _s19_90, "Asunto de la cotizaci\xf3n por correo electr\xf3nico", _s21_131, "Asunto del pago por correo electr\xf3nico", _s29_48, "Asunto del correo electr\xf3nico de pago parcial", "show_table", "Mostrar tabla", "show_list", "Mostrar lista", "client_city", "Ciudad del cliente", "client_state", "Estado del cliente", "client_country", "Pa\xeds del cliente", _s16_260, "El cliente est\xe1 activo", "client_balance", "Saldo del cliente", "client_address1", "Calle del cliente", "client_address2", "Apartamento/Suite Cliente", "vendor_address1", "Calle del vendedor", "vendor_address2", "Proveedor Apt/Suite", _s24_73, "Calle de env\xedo del cliente", _s24_74, "Cliente Env\xedo Apt/Suite", "type", "Tipo", "invoice_amount", _s18_344, _s16_264, _s20_268, "tax_rate1", "Tasa de impuesto 1", "tax_rate2", "Tasa de impuesto 2", "tax_rate3", "Tasa de impuestos 3", "auto_bill", "Cobro Autom\xe1tico", "archived_at", "Archivado en", "has_expenses", "tiene gastos", "custom_taxes1", "Impuestos aduaneros 1", "custom_taxes2", "Impuestos aduaneros 2", "custom_taxes3", "Impuestos aduaneros 3", "custom_taxes4", "Impuestos aduaneros 4", _s17_153, _s23_162, _s17_154, _s23_163, _s17_155, _s23_164, _s17_156, _s23_165, "is_deleted", "Est\xe1 Eliminado", "vendor_city", _s20_269, "vendor_state", "Estado del Proveedor", "vendor_country", _s18_345, "is_approved", "Est\xe1 Aprobado", "tax_name", _s18_346, "tax_amount", "Suma de Impuestos", "tax_paid", "Impuestos pagados", "payment_amount", "Valor del Pago", "age", "Edad", "is_running", "Esta corriendo", "time_log", "Registro de Tiempo", "bank_id", "banco", _s19_92, "Id. de categor\xeda de gastos", _s16_265, "Categor\xeda de Gastos", _s19_94, "ID de moneda de factura", "tax_name1", "Nombre fiscal 1", "tax_name2", "Nombre fiscal 2", "tax_name3", "Nombre fiscal 3", "transaction_id", "ID de transacci\xf3n", _s18_133, _s23_171, _s16_266, "Cargar tema de color"], t1, t1), "es_ES", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", _s20_257, "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "P\xfablico", "private", "Privado", "image", "Imagen", "other", "Otro", "hash", "Hash", "linked_to", "Vinculado a", _s18_, "El archivo se ha guardado en :path", _s21_, ":count Transacciones desvinculadas exitosamente", _s20_, "Transacci\xf3n desvinculada exitosamente", "unlink", "Desconectar", _s25_, "Permitir que el usuario acceda al panel, los datos est\xe1n limitados a los permisos disponibles", "is_tax_exempt", _s19_268, "district", "Distrito", "region", "Regi\xf3n", "county", "Condado", "tax_details", _s21_257, _s18_0, ":contact realiz\xf3 el pago :payment para la factura :invoice de :client", _s18_1, ":user realiz\xf3 el pago :payment para la factura :invoice de :client", _s20_0, _s27_131, _s24_1, _s36_67, _s29_, _s72_4, _s25_0, _s75_3, _s18_2, _s24_170, "credit_item", _s19_240, "files", "Archivos", "camera", "C\xe1mara", "gallery", "Galer\xeda", _s20_2, "Enviar :count facturas por correo electr\xf3nico", _s16_1, _s25_137, _s29_0, "Descripci\xf3n del elemento de la tarea de facturaci\xf3n", _s34_, _s62_6, "next_send_time", _s21_258, _s20_3, _s32_61, "certificate_set", _s24_137, _s19_, _s26_131, "passphrase_set", _s31_72, _s18_4, _s34_57, _s18_6, _s17_339, _s22_, _s35_65, "rename", "Renombrar", _s16_3, _s30_95, "e_invoice", "E-Factura", "light_dark_mode", _s17_340, "activities", "Actividades", "routing_id", _s19_241, _s16_4, "Habilitar E-Factura", "e_invoice_type", "Tipo de E-Factura", "reduced_tax", _s17_341, "override_tax", _s16_486, "zero_rated", _s18_311, "reverse_tax", _s16_487, _s20_4, _s48_21, _s22_1, "Actualizadas correctamente las categor\xedas de impuestos", _s16_6, _s33_67, "payment_manual", "Manual de pago", "tax_category", _s22_213, "physical_goods", "Bienes f\xedsicos", _s16_8, _s19_242, "services", "Servicios", "shipping", "Env\xedo", "tax_exempt", _s19_268, "reduced_rate", "Tarifa Reducida", "tax_all", "Impuestos Todos", "tax_selected", _s21_259, "version", "versi\xf3n", _s16_10, _s22_214, "calculate_taxes", _s18_312, _s20_5, "Calcular autom\xe1ticamente los impuestos al guardar las facturas", "admin", "Admin.", "owner", "Propietario", "link_expenses", _s16_488, _s24_3, _s27_132, _s25_1, _s24_171, "total_hours", "Horas totales", _s16_12, "Usa +d\xedas para establecer la fecha en el futuro", _s18_8, _s34_58, _s23_, _s66_2, "increase_prices", _s16_489, "update_prices", _s18_313, "incresed_prices", "Aumentar precios puestos en cola con \xe9xito", "updated_prices", _s59_5, "bacs", _s19_243, "api_token", "Token de API", "api_key", "Clave API", "endpoint", "Punto de conexi\xf3n", "billable", "Facturable", "not_billable", "No facturable", _s25_3, _s40_26, _s30_, "Habilitar la configuraci\xf3n de qu\xe9 elementos de la tarea se facturan", _s26_, _s44_16, _s31_, _s67_0, "email_record", _s30_96, _s23_0, "Columnas de productos de la factura", _s21_1, "Columnas de productos del presupuesto", _s22_3, "Importe m\xednimo de pago", _s25_5, _s30_97, _s30_0, _s66_3, _s27_, _s41_36, "cc_email", "CC Email", "payment_balance", "Saldo de pago", _s22_5, _s98_1, "activity_138", _s58_14, _s17_, "Productos \xfanicos", _s26_1, _s36_68, "required", "Requerido", "hidden", "Oculto", "payment_links", "Enlaces de pago", "action", "Acci\xf3n", _s32_, "Actualice a un plan de pago para crear horarios", "next_run", _s19_244, "all_clients", _s18_314, _s16_13, _s27_133, _s19_1, _s22_215, _s26_3, _s26_132, "email_statement", _s39_43, "once", "Una vez", "schedule", "Programar", "schedules", "Programar", "new_schedule", "Nueva programaci\xf3n", "edit_schedule", "Editar programaci\xf3n", _s16_15, "Programaci\xf3n creado con \xe9xito", _s16_16, "Programaci\xf3n actualizado con \xe9xito", _s17_1, "Programaci\xf3n archivado con \xe9xito", _s16_17, "Programaci\xf3n eliminada con \xe9xito", _s16_18, "Programaci\xf3n eliminado con \xe9xito", _s17_2, "Programaci\xf3n restaurada con \xe9xito", "search_schedule", "Buscar programaci\xf3n", _s16_19, "Buscar programaci\xf3nes", "archive_payment", "Archivar Pago", "archive_invoice", _s16_490, "archive_quote", "Archivar Presupuesto", "archive_credit", _s16_491, "archive_task", "Archivar Tarea", "archive_client", _s16_492, "archive_project", _s17_342, "archive_expense", "Archivar Gasto", "restore_payment", "Restaurar Pago", "restore_invoice", _s17_343, "restore_quote", _s21_278, "restore_credit", "Restaurar Pendiente", "restore_task", "Restaurar Tarea", "restore_client", _s17_276, "restore_project", _s18_315, "restore_expense", "Restaurar Gasto", "archive_vendor", _s18_316, "restore_vendor", "Restablecer Proveedor", "create_product", "Crear Producto", "update_product", _s19_245, "delete_product", "Borrar Producto", "restore_product", _s21_278, "archive_product", _s17_344, _s21_3, _s21_260, _s21_5, _s26_133, _s21_7, _s24_172, _s22_6, _s25_138, _s22_8, _s24_173, "sent_invoice", "Factura enviada", "sent_quote", "Presupuesto enviado", "sent_credit", "Cr\xe9dito enviado", _s19_3, _s23_157, "image_url", _s16_493, "max_quantity", "Cantidad m\xe1xima", "test_url", "URL de prueba", _s18_9, _s23_158, _s20_6, _s46_24, _s21_9, _s36_69, _s21_10, _s23_158, "payment_methods", "M\xe9todos de pago", "view_all", "Ver todo", "edit_all", "Editar todo", _s28_0, "Aceptar el n\xfamero de orden de compra", _s33_1, "Permita que los clientes proporcionen un n\xfamero de orden de compra al aprobar un presupuesto", "from_email", "Desde el e-mail", "show_preview", _s20_247, "show_paid_stamp", "Mostrar sello de pago", _s21_11, _s26_134, _s24_5, _s63_7, "pixels", "P\xedxeles", "logo_size", _s19_246, "postal_city", "C\xf3digo Postal/Ciudad", "failed", "Fallido", "client_contacts", _s21_261, "sync_from", _s17_345, _s19_6, "Umbral del Inventario", "hour", "hora", _s17_3, "Estado de cuenta puesta en cola con \xe9xito para ser enviada", _s17_4, "Mostrar pie de p\xe1gina de email", _s18_10, _s24_174, _s23_2, _s45_21, _s27_1, _s43_17, _s28_2, _s46_25, "email_alignment", _s32_62, _s20_7, _s32_63, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s37_59, "last365_days", _s16_494, "import_design", "Importar Dise\xf1o", "imported_design", _s26_135, "invalid_design", _s47_22, _s17_6, _s27_134, "upload", "Subir", _s17_7, _s17_346, _s23_3, "Notificar al vendedor cuando se le paga", _s28_5, _s78_0, "update_payment", "Actualizar pago", "markup", "Margen", _s22_10, _s22_216, _s19_8, _s23_157, _s21_13, _s21_262, _s23_5, _s24_175, _s20_9, "El importe del cr\xe9dito no puede ser mayor que el importe del pago", "klarna", "Klarna", _s29_7, _s55_6, _s29_8, _s46_26, "matomo_url", "URL de Matomo", "matomo_id", "Id Matomo", _s21_15, "A\xf1adir a factura", _s25_7, _s63_8, _s25_8, _s60_10, _s28_6, _s62_7, "delete_project", "Borrar Proyecto", _s18_12, "Transacci\xf3n vinculada correctamente", "link_payment", "Enlace de pago", "link_expense", "Enlace de gasto", _s19_10, _s26_136, _s24_6, _s51_21, _s21_16, _s20_248, _s26_6, "Exigir a los clientes que se registren", _s24_7, "Usar la gesti\xf3n de inventario", _s29_9, "Requiere que los productos est\xe9n en stock.", _s17_9, _s20_249, _s27_5, _s32_64, "convert_matched", "Convertir", _s19_12, "Factura puesta en cola con \xe9xito para que se facture autom\xe1ticamente", _s20_10, "Facturas puestas en cola con \xe9xito para que se facturen autom\xe1ticamente", "operator", "Operador", "value", "Valor", "is", "Es", "contains", "Contiene", "starts_with", "Comienza con", "is_empty", "Esta vac\xeda", "add_rule", "Agregar regla", "match_all_rules", _s32_65, _s20_11, _s64_4, _s17_11, _s62_8, "rules", "Reglas", _s16_21, "Regla de Transacciones", _s17_12, "Reglas de Transacciones", _s20_12, _s26_137, _s21_18, _s27_135, _s24_9, _s22_217, _s24_10, _s42_30, _s25_10, _s40_27, _s24_11, _s40_28, _s24_12, _s40_28, _s25_11, _s41_37, _s23_7, "Regla de b\xfasqueda de transaccion", _s24_13, "Regla de b\xfasqueda de transacciones", _s21_20, "Guardar como T\xe9rminos Predefinidos", _s22_12, "Guardar como Pie de P\xe1gina predefinido", "auto_sync", _s25_139, _s16_23, _s18_317, _s31_2, _s55_7, _s34_0, _s47_23, "disable_2fa", "Deshabilitar verificaci\xf3n en dos pasos", "change_number", "Cambiar N\xfamero", "resend_code", "Reenviar c\xf3digo", "base_type", "Tipo de base", "category_type", "Tipo de Categor\xeda", _s16_25, "Transacci\xf3n", "bulk_print", "Imprimir PDF", _s18_13, "C\xf3digo postal del Proveedor", _s16_26, "Previsualizar Locaci\xf3n", "bottom", "Inferior", "side", "Lado", "pdf_preview", _s19_247, _s20_14, "Mantenga presionado para seleccionar", _s21_22, _s25_140, _s19_13, _s27_136, _s22_14, "Le gustar\xeda valorar la aplicaci\xf3n?", "include_deleted", "Incluir borrados", _s20_16, "Incluir registros borrados en los reportes", "due_on", "Expira en:", _s22_15, _s35_66, _s20_17, "Cuenta bancaria creada correctamente", _s20_18, "Cuenta bancaria actualizada correctamente", _s17_14, _s22_218, _s16_28, "Categor\xeda por defecto", "account_type", "Tipo de cuenta", _s16_30, "Nueva cuenta bancaria", _s16_31, _s16_495, "manage_rules", "Administrar Reglas", "search_category", _s18_318, _s17_17, _s24_176, "min_amount", "Importe m\xednimo", "max_amount", "Importe m\xe1ximo", "selected", "Seleccionado", _s21_24, _s32_66, _s18_15, "Convertir en Pago", "deposit", "Dep\xf3sito", "withdrawal", "Retirada", "deposits", "Dep\xf3sitos", "withdrawals", "Retiradas", "matched", "Emparejada", "unmatched", "Desemparejar", "create_credit", "Crear cr\xe9dito", "update_credit", "Actualizar cr\xe9dito", "delete_credit", _s16_496, "transaction", "Transacci\xf3n", "transactions", "Transacciones", "new_transaction", _s17_347, _s16_33, _s18_319, _s19_15, _s28_139, _s19_16, _s33_68, _s20_19, _s31_73, _s19_17, _s31_74, _s19_18, _s31_74, _s20_20, _s32_67, _s18_17, _s18_320, _s19_19, "Buscar :count transacciones", "bank_account", "Cuenta Bancaria", "bank_accounts", _s17_348, _s21_25, "Cuenta bancaria archivada correctamente", _s20_21, _s35_67, _s20_22, _s35_67, _s21_26, _s36_70, _s19_20, _s22_219, _s20_23, "Buscar :count Cuentas Bancarias", "connect", "Conectar", _s23_9, "Marcar correo electr\xf3nico de pago como pagado", _s18_19, "Convertir a proyecto", "client_email", _s30_98, _s20_24, "Facturar tarea de proyecto", _s25_12, _s47_24, "field", "Campo", "period", "Per\xedodo", "fields_per_row", "Campos por fila", _s21_27, "Facturas Activas", _s26_8, "Facturas Pendientes", _s24_16, "Pagos Completados", _s23_11, _s18_321, _s19_22, "Presupuestos Activos", _s21_28, "Presupuestos Aprobados", _s23_12, "Presupuestos no aprobados", _s18_22, _s18_322, _s20_27, _s17_349, _s16_35, "Tareas pagadas", _s21_29, _s18_323, _s22_16, _s17_350, _s23_13, _s17_351, _s27_8, _s25_141, "activity_130", ":user cre\xf3 la orden de compra :purchase_order", "activity_131", ":user actualiz\xf3 la orden de compra :purchase_order", "activity_132", ":user archiv\xf3 la orden de compra :purchase_order", "activity_133", ":user elimin\xf3 la orden de compra :purchase_order", "activity_134", ":user restaur\xf3 la orden de compra :purchase_order", "activity_135", ":user envi\xf3 por correo electr\xf3nico la orden de compra :purchase_order", "activity_136", ":contact vi\xf3 la orden de compra :purchase_order", "activity_137", ":contact acept\xf3 la orden de compra :purchase_order", "vendor_portal", _s21_263, "send_code", "Enviar c\xf3digo", _s24_17, _s41_38, _s17_21, _s31_75, _s22_17, "Tasas de impuestos de los art\xedculos de factura", _s21_31, _s39_44, "code_was_sent", _s31_76, _s16_37, "Un c\xf3digo ha sido enviado v\xeda SMS a :number", "resend", "Reenviar", "verify", "Verificar", _s18_23, _s43_18, _s20_28, "N\xfamero de tel\xe9fono no v\xe1lido", _s19_23, _s28_140, _s24_18, _s64_5, _s28_8, "Por favor verifique su n\xfamero de tel\xe9fono para respalda su autenticaci\xf3n en dos pasos (2FA).", "merged_clients", _s29_116, "merge_into", "Unirse con", "merge", "Unir", _s21_32, _s25_142, _s19_25, _s39_45, _s17_23, _s21_264, "activate", "Activar", "connect_apple", "Conectar Apple", _s16_38, "Desconectar Apple", _s18_24, "Se desconect\xf3 correctamente de Apple", "send_now", "Enviar ahora", "received", "Recibido", _s19_26, _s24_177, _s20_30, _s32_68, _s21_34, "Convertido exitosamente a gastos", _s18_25, "Convertir en gasto", _s16_40, _s21_265, _s33_9, _s48_22, _s34_7, _s50_23, _s22_19, "Carga de documentos de clientes", _s22_21, _s34_59, _s27_10, _s47_25, _s24_19, _s36_71, "yes_its_great", "\xa1S\xed, es genial!", "not_so_much", "No tanto", _s17_25, _s46_27, _s22_23, "\xa1Siento escucharlo! \xbfTe gustar\xeda contarnos m\xe1s?", "sure_happy_to", _s19_269, "no_not_now", _s19_269, "add", "Agregar", _s18_27, _s24_178, _s22_24, _s27_137, _s27_11, "Coincide con caracteres no contiguos, es decir. 'ct' coincide con 'cat'", "vendor_details", _s22_220, _s22_26, _s30_99, "qr_iban", "C\xf3digo QR IBAN", "besr_id", "ID de BESR", "accept", "Aceptar", _s23_14, "Clonar a OP", _s20_31, _s69_3, "bulk_send_email", _s25_143, _s29_12, "Orden de compra marcado correctamente como enviado", _s30_3, _s50_24, _s23_15, "Orden de compra aceptado con \xe9xito", _s24_20, _s37_60, _s24_21, _s35_68, _s25_14, _s38_53, "accepted", "Aceptado", _s22_28, _s23_159, _s20_32, _s21_266, _s20_34, _s45_22, _s26_9, _s45_22, _s18_29, _s41_39, "connect_email", _s27_138, _s16_43, _s30_100, _s32_5, _s53_13, "email_provider", _s31_77, _s17_26, _s17_352, _s20_36, _s21_241, _s19_28, _s29_117, _s22_30, _s30_101, _s17_28, _s28_141, _s17_29, _s24_179, _s22_32, "Orden de compra en cola para enviar con \xe9xito", _s23_16, "\xd3rdenes de compra en cola para enviar con \xe9xito", _s16_45, _s33_69, _s21_36, _s25_144, _s20_39, _s33_70, _s21_38, "Pie de p\xe1gina de la orden de compra", _s32_7, _s24_180, _s37_5, _s47_26, "purchase_order", "Orden de compra", "purchase_orders", _s17_353, _s18_30, _s21_267, _s19_29, _s22_221, _s22_33, _s32_69, _s22_34, "Orden de compra actualizada con \xe9xito", _s23_17, "Orden de compra archivada con \xe9xito", _s22_35, _s35_69, _s22_36, _s35_69, _s23_18, _s36_72, _s21_40, _s22_222, _s22_37, _s24_181, "login_url", "URL de acceso", _s16_46, "Configuraci\xf3n de Pago", "default", "Por defecto", "stock_quantity", _s17_354, _s22_39, _s22_223, "track_inventory", _s25_145, _s20_41, _s87_1, _s19_31, _s29_118, _s24_23, _s62_9, "vat", "IVA", "standing", "Situaci\xf3n", "view_map", "Ver el mapa", _s18_32, _s32_70, "add_gateway", "Agregar Pasarela", _s24_24, "Agregue una pasarela de pago (ej., Stripe, WePay o PayPal) para aceptar pagos en l\xednea", "left", "Izquierda", "right", "Derecha", "center", "Centrar", "page_numbering", _s21_268, _s24_25, _s35_70, _s31_6, "Factura Enviada", _s24_27, _s32_71, _s29_13, _s53_14, "invoice_items", "Art\xedculos de la factura", "quote_items", "Art\xedculos del presupuesto", "profitloss", "P\xe9rdidas y Ganancias", "import_format", _s22_224, "export_format", _s22_225, "export_type", _s19_248, "stop_on_unpaid", "Detener por impago", _s19_33, "Dejar de crear facturas recurrentes si la \xfaltima factura est\xe1 impaga.", "use_quote_terms", "Usar t\xe9rminos de presupuesto", _s20_42, _s42_31, "add_country", "Agregar pa\xeds", "enable_tooltips", _s40_29, _s20_43, "Mostrar informaci\xf3n sobre herramientas al pasar el rat\xf3n por encima", _s21_42, _s51_22, "register_label", "Crea tu cuenta en unos segundos", "login_label", _s38_54, "add_to_invoice", "A\xf1adir a la factura :invoice", _s17_30, _s26_138, "week", "Semana", "created_record", _s25_146, _s26_10, "Archivar autom\xe1ticamente los pagos", _s31_7, "Archivar autom\xe1ticamente las facturas cuando se pagan.", _s31_8, "Archivar autom\xe1ticamente las cancelaciones", _s36_2, "Autom\xe1ticamente archivar facturas cuando sean pagadas.", _s20_44, "Visor alternativo de PDF", _s25_15, _s61_7, _s16_48, "Moneda de la Factura", "range", "Rango", "tax_amount1", "Importe del impuesto 1", "tax_amount2", "Importe del impuesto 2", "tax_amount3", "Importe del impuesto 3", "create_project", "Crear Proyecto", "update_project", _s19_249, "view_task", "Ver tarea", "cancel_invoice", "Cancelar", "changed_status", "Estado de la tarea cambiado con \xe9xito", "change_status", "Cambiar Estado", "fees_sample", "La tarifa por una factura de cantidad :amount ser\xeda :total.", _s19_34, _s26_139, _s24_29, _s43_19, "after_saving", _s18_324, "view_record", "Ver registro", _s21_43, "Habilitar Markdown en correos electr\xf3nicos", _s26_11, "Use el editor visual markdown para correos electr\xf3nicos", _s19_36, "Habilitar Markdown en PDF", "json_help", _s73_0, "release_notes", _s20_250, _s23_19, "Actualice su plan para ver los informes", "started_tasks", ":value Tareas iniciadas con \xe9xito", "stopped_tasks", ":value Tareas detenidas con \xe9xito", "approved_quote", _s30_102, "approved_quotes", ":value Presupuestos aprobados con \xe9xito", "approve", "Aprobar", "client_website", _s21_269, "invalid_time", "Hora inv\xe1lida", _s21_45, "Provincia de env\xedo del cliente", _s20_46, _s27_139, _s27_14, _s34_60, _s23_20, _s25_147, "load_pdf", "Cargar PDF", _s16_50, "Iniciar prueba gratuita", _s24_30, _s59_6, "due_on_receipt", "Adeudado a la recepci\xf3n", "is_paid", "Est\xe1 pagado", "age_group_paid", "Pagado", "id", "Id", "convert_to", "Convertir a", "client_currency", _s18_325, _s16_51, _s20_251, "purged_client", "Cliente purgado correctamente", _s27_16, "Para evitar el spam, requerimos actualizar a una cuenta de pago para personalizar el correo electr\xf3nico.", _s22_42, "Actualice su plan para agregar empresas", "small", "Peque\xf1o", _s21_47, "Cr\xe9dito marcado como pagado correctamente", _s22_43, "Cr\xe9ditos marcados correctamente como pagados", _s16_53, _s40_30, "wait_for_saving", _s43_20, _s20_48, "Nota: los cambios realizados aqu\xed son solo una vista previa, deben aplicarse en las pesta\xf1as de arriba para guardarse", "remaining", "Restante", "invoice_paid", "Factura pagada", "activity_120", ":user cre\xf3 el gasto recurrente :recurring_expense", "activity_121", ":user actualiz\xf3 el gasto recurrente :recurring_expense", "activity_122", ":user archiv\xf3 el gasto recurrente :recurring_expense", "activity_123", ":user elimin\xf3 el gasto recurrente :recurring_expense", "activity_124", ":user restaur\xf3 el gasto recurrente :recurring_expense", "normal", "Normal", "large", "Grande", "extra_large", "Extra Grande", _s16_54, "Mostrar Vista Preliminar de PDF", _s21_48, "Mostrar vista previa de PDF mientras se edita las facturas", "print_pdf", "Imprimir PDF", "remind_me", "Recordarme", _s16_56, _s25_148, "click_selected", "Pinchar seleccionados", "hide_preview", _s20_252, "edit_record", "Editar R\xe9cord", _s27_17, "La cantidad del cr\xe9dito no puede ser mayor que el importe de la factura", "giropay", "GiroPay", "direct_debit", "D\xe9bito directo", _s21_49, "Establezca una contrase\xf1a para la cuenta", "set_password", "Establecer Contrase\xf1a", _s17_33, _s79_0, _s16_58, _s79_0, _s20_49, _s39_46, "disconnect", "Desconectar", "add_to_invoices", _s18_326, "acss", _s30_103, "becs", "D\xe9bito directo BECS", "bulk_download", "Descargar", _s17_34, _s142_0, "persist_ui", "IU persistente", "persist_ui_help", _s165_, _s18_34, _s25_149, _s17_35, _s25_150, "has_tasks", "Tiene tareas", "registration", "Registro", _s27_18, _s49_10, "view_expense", _s20_253, "view_statement", "Ver Estado de cuenta", "sepa", _s17_159, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s30_104, "system", "Sistema", _s19_38, _s33_71, "updated_company", _s33_72, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s49_11, "webhook_success", _s17_355, _s24_31, _s51_23, _s27_19, "Todos los gastos deben pertenecer al mismo cliente", "app", "App", _s20_50, _s63_9, _s16_59, "Total l\xednea bruto", _s19_41, "Enviar facturas por correo electr\xf3nico", _s17_37, "Enviar presupuestos por correo electr\xf3nico", _s18_38, "Enviar cr\xe9ditos por correo electr\xf3nico", "from_name", "Nombre De", _s16_60, "Clonar a Gastos", _s17_38, "Gasto Peri\xf3dico", _s18_39, "Gastos Peri\xf3dicos", _s21_50, "Nuevo Gasto Peri\xf3dico", _s22_44, "Editar Gasto Peri\xf3dico", _s25_16, "Gasto Peri\xf3dico creado correctamente", _s25_17, "Gasto Peri\xf3dico actualizado correctamente", _s26_13, "Gasto Peri\xf3dico archivado correctamente", _s25_18, "Gasto recurrente eliminado correctamente", _s25_19, _s36_73, _s26_14, "Gasto Peri\xf3dico restaurado correctamente", _s24_32, _s25_151, _s25_20, _s25_151, "last_sent_date", _s21_270, "include_drafts", _s18_327, _s19_42, _s43_21, "is_invoiced", "Es facturado", "change_plan", "Manage Plan", "persist_data", "Persistir datos", "customer_count", _s18_328, _s16_62, _s18_303, _s16_64, _s16_65, _s28_11, _s37_61, "decimal_comma", "Coma decimal", _s26_15, _s50_25, "select_method", _s18_329, "select_platform", _s22_226, _s28_13, _s49_12, _s16_66, _s56_8, "enable_markdown", _s18_304, _s20_51, _s35_71, "user_guide", "Gu\xeda del usuario", _s18_41, _s24_182, "previous_page", "P\xe1gina anterior", "next_page", "P\xe1gina siguiente", "export_colors", _s16_497, "import_colors", _s16_498, "clear_all", "Limpiar todo", "contrast", "Contraste", "custom_colors", _s22_227, "colors", "Colores", _s31_9, "Color de fondo de la barra lateral activo", _s25_22, "Color de la fuente en la barra lateral activo", _s33_14, "Color de fondo de la barra lateral inactivo", _s27_20, "Color de la fuente en la barra lateral inactivo", _s36_3, _s49_13, _s31_11, _s43_22, _s25_24, _s44_17, "net_subtotal", "Neto", "review_app", _s18_330, "check_status", _s16_499, "free_trial", "Prueba gratis", _s23_22, _s74_1, _s21_52, "Hoy es el \xfaltimo d\xeda de prueba del plan Pro, haz clic para actualizar.", "change_email", "Cambiar e-mail", _s25_26, "Configure opcionalmente un dominio de portal de cliente separado", _s21_53, _s29_119, "uninvoiced", "No facturado", "subdomain_guide", "El subdominio se utiliza en el portal del cliente para personalizar enlaces y coincidan con su marca. es decir, https://your-brand.invoicing.co", "send_time", "Hora de env\xedo", "import_data", "Importar datos", "import_settings", _s16_500, _s17_40, _s27_140, _s19_43, _s55_8, "json", "JSON", _s24_34, "No hay ning\xfan tipo de pago habilitado", "wait_for_data", "Por favor, espere a que los datos terminen de cargarse.", "net_total", "Total neto", "has_taxes", "Tiene impuestos", _s16_67, _s17_331, _s18_43, "Se comenz\xf3 a importar clientes con \xe9xito", "login_success", "Inicio de sesi\xf3n correcto", "login_failure", _s24_183, "exported_data", _s92_0, _s23_23, _s27_141, _s28_15, _s53_15, "step_1_sign_in", _s22_228, _s16_70, _s17_356, "account_id", "ID de la cuenta", _s27_22, _s37_62, "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_44, "Mostrar fecha de finalizaci\xf3n de tareas", _s23_25, _s67_1, "gateway_setup", _s36_74, "preview_sidebar", "Previsualizar barra lateral", _s16_71, "A\xf1os de datos mostrados", _s18_46, "Todas las sesiones finalizaron con \xe9xito", _s16_73, _s28_142, "count_session", "1 Sesi\xf3n", "count_sessions", "Sesiones", "invoice_created", "Factura creada", "quote_created", "Presupuesto creado", "credit_created", "Cr\xe9dito creado", "pro", "Pro", "enterprise", "Empresarial", "last_updated", "\xdaltima Actualizaci\xf3n", "invoice_item", _s19_250, "quote_item", "Art\xedculo de Presupuesto", _s18_47, _s19_270, _s17_42, "Apellido del contacto", "order", "Orden", "unassigned", "Sin asignar", "partial_value", "Debe ser mayor que 0 y menos que el Total", "search_kanban", "Buscar Kanban", "search_kanbans", "Buscar Kanban", "kanban", "Kanban", "enable", "Activar", "move_top", "Mover a lo mas alto", "move_up", "Mover hacia arriba", "move_down", _s17_357, "move_bottom", "Mover a lo mas bajo", "subdomain_help", "Asigne el subdominio o mostrar la factura en su propio sitio web.", _s21_55, _s74_2, _s25_27, "Aseg\xfarate de incluir una variable :body", _s17_44, _s21_271, "is_viewed", "Fue visto", "letter", "Carta", "legal", "Legal", "page_layout", _s16_501, "portrait", "Vertical", "landscape", "Horizontal", _s26_16, "El propietario de la cuenta puede actualizar a un plan de pago para habilitar la configuraci\xf3n avanzada", _s20_52, _s65_7, _s21_56, "T\xe9rminos de pago de facturas", _s17_46, "Presupuesto v\xe1lido hasta", "no_headers", "Sin encabezados", "add_header", "A\xf1adir encabezado", "remove_header", _s19_251, "return_url", "URL de retorno", "rest_method", "M\xe9todo REST", "header_key", _s19_252, "header_value", _s19_253, _s18_49, _s21_272, "promo_code", _s18_274, "promo_discount", _s21_273, _s18_51, _s20_254, _s16_75, "Habilitar por asiento", "max_seats_limit", _s25_152, "trial_enabled", "Versi\xf3n de prueba habilitada", "trial_duration", _s21_274, _s21_58, _s33_73, _s18_53, _s26_140, "plan_map", "Mapa del plan", "refund_period", _s20_221, _s21_60, _s24_184, "purchase_page", "Pagina de Compra", "security", "Seguridad", "email_bounced", "Email rebotado", _s20_53, "Queja de spam", "email_delivery", _s29_120, _s16_77, _s20_255, "pdf_response", _s16_502, _s22_46, "Error de autenticaci\xf3n", "pdf_failed", "PDF fallido", "pdf_success", "PDF Correcto", "modified", "Modificado", "payment_link", "Enlace de pago", _s16_79, _s20_256, _s17_48, _s21_275, _s20_54, _s31_78, _s20_55, _s36_75, _s21_62, _s34_61, _s20_56, _s34_62, _s20_57, _s34_62, _s21_63, _s35_72, _s19_44, _s23_160, _s20_58, "Buscar :count enlaces de pago", _s26_17, _s32_72, "connect_gmail", "Conectar Gmail", _s16_81, _s17_290, "connected_gmail", "Gmail conectado correctamente", _s18_55, "Gmail desconectado correctamente", _s16_83, "C\xe1mbios en el c\xf3digo pueden estar bloqueando la actualizaci\xf3n, puedes ejecutar este comando para descartar los cambios:", _s16_84, "N\xfamero ID Cliente", "count_minutes", ":count Minutos", _s16_86, "Caducidad de Contrase\xf1a", _s29_15, "Numeraci\xf3n de facturas y cr\xe9ditos compartidas", "use_last_email", "Usar \xfaltimo email", _s16_88, "Activar Compa\xf1\xeda", _s21_65, "Activar emails, facturas recurrentes y notificaciones", _s27_24, "Ha ocurrido un error, por favor int\xe9ntalo de nuevo", _s27_25, _s44_18, _s34_13, "Atenci\xf3n: Cambiar el n\xfamero de tel\xe9fono desactivar\xe1 autenticaci\xf3n en 2 pasos", "help_translate", "Ayuda a Traducir", _s23_26, "Por favor, indica un pa\xeds", "resend_invite", _s19_254, _s19_45, "Autenticaci\xf3n en 2 pasos desactivada correctamente", _s16_90, _s30_105, _s19_46, "Cuenta desconectada correctamente", "delivered", "Entregado", "bounced", "Rebotados", "spam", "Spam", "view_docs", "Ver Documentos", _s32_10, "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_66, "Escanea el codigo de barras con una :link aplicacion compatible", _s18_56, "Autenticacion en dos pasos habilitada correctamente", "connect_google", "Conectar Google", _s17_50, _s18_331, _s17_52, "Autenticacion en dos pasos", _s18_57, "Desactivar Autenticaci\xf3n en 2 Pasos", _s34_14, "Requerir contrase\xf1a con Social Login", "stay_logged_in", "Permanecer Conectado", _s23_28, "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_47, "Tiempo de finalizaci\xf3n de la sesi\xf3n Web", _s17_53, "Opciones de Seguridad", "resend_email", "Reenviar Email", _s26_19, "Por favor, confirma tu direcci\xf3n de email", _s16_91, "Pago Reembolsado", _s19_49, "Parcialmente sin aplicar", _s19_51, "Por favor, selecciona un usuario autenticado con Gmail", "list_long_press", "Pulsaci\xf3n Larga en Lista", "show_actions", "Mostrar Acciones", _s17_55, "Iniciar Multiselecci\xf3n", _s27_27, "Un email ha sido enviado para confirmar la direcci\xf3n de correo", _s21_67, "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_59, _s19_255, _s16_92, "URL de registro", "invoice_project", "Facturar Proyecto", "invoice_task", "Facturar tarea", "invoice_expense", "Facturar Gasto", _s19_52, "Buscar 1 T\xe9rmino de Pago", _s20_59, "Buscar :count T\xe9rminos de Pago", _s16_94, "Guardar y Previsualizar", "save_and_email", "Guardar y Enviar", _s16_96, _s18_332, _s16_98, "Cuenta convertida", _s17_57, "Balance Convertido", _s22_48, "Pagado a la fecha convertido", _s24_36, _s27_119, "converted_total", _s16_503, "is_sent", "Enviada", _s17_59, "Documents por defecto", "document_upload", "Subir Documento", _s20_60, "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_69, "Modo de depuraci\xf3n activo", _s26_20, "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", _s16_504, _s17_61, "Pr\xf3ximos Gastos", "update_app", "Actualizar App", "started_import", "Importaci\xf3n iniciada correctamente", _s24_38, "Mapeo de columnas duplicado", _s20_61, "Usar Impuestos Inclusivos", _s18_61, _s24_186, "column", "Columna", "sample", "Ejemplo", "map_to", "Mapear a", "import", "Importar", _s25_29, "Usar primera fila como nombres de columna", "select_file", "Seleccionar archivo", _s16_100, "No hay archivos seleccionados", "csv_file", _s23_161, "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Contabilidad", _s22_50, "Por favor facilita todos los CSVs.", "import_type", "Importar Tipo", "html_mode", "Modo HTML", "html_mode_help", "Obtenga una vista previa de las actualizaciones m\xe1s r\xe1pido, pero es menos precisa", "view_licenses", "Ver Licencias", "webhook_url", "Webhook URL", _s17_63, "Editor a Pantalla Completa", "sidebar_editor", "Editor de Barra Lateral", _s22_51, "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_41, _s38_55, _s24_43, _s37_63, "source_code", "C\xf3digo Fuente", "app_platforms", "A\xf1adir Plataformas", "invoice_late", "Atraso de Factura", "quote_expired", _s20_270, "partial_due", "Adelanto", "invoice_total", "Total Facturado", "quote_total", "Total Presupuestado", "credit_total", "Cr\xe9dito Total", _s23_29, "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_45, "Advertencia: esta compa\xf1\xeda a\xfan no ha sido activada", "late_invoice", "Factura Atrasada", "expired_quote", _s20_270, "remind_invoice", _s16_506, "cvv", "CVV", "client_name", _s18_333, "client_phone", "Tel\xe9fono del Cliente", "required_fields", "Campos Requeridos", "calculated_rate", "Tasa Calculada", _s17_65, "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_102, "Editar Estado de Tarea", _s19_53, "Estado de tarea creado correctamente", _s19_54, "Se actualiz\xf3 correctamente el estado de la tarea", _s20_63, "Estado de tarea archivado correctamente", _s19_55, "Estado de tarea borrado correctamente", _s19_56, "Estado de tarea eliminado correctamente", _s20_64, "Estado de tarea restaurado correctamente", _s22_52, ":value estados de tarea archivados correctamente", _s21_71, ":value estados de tarea borrados correctamente", _s22_53, ":value estados de tarea restaurados correctamente", _s18_63, "Buscar 1 Estado de Tarea", _s20_66, "Buscar :count Estados de Tarea", _s16_104, "Mostrar Tabla de Tareas", _s21_72, "Mostrar siempre la secci\xf3n de tareas cuando se creen facturas", _s20_67, "Registro de Tiempo de Tarea Facturada", _s25_30, "A\xf1adir detalles de tiempo a los art\xedculos de l\xednea de factura", _s20_69, "Fecha de Tarea en Factura", _s25_31, "A\xf1adir detalles de fecha a los art\xedculos de l\xednea de la factura", _s21_73, "Empezar tareas antes de guardar", _s18_64, _s18_305, "task_settings", "Configuraci\xf3n de Tareas", _s20_71, _s21_276, _s18_66, "Categor\xedas de Gasto", _s20_73, "Nueva Categor\xeda de Gasto", _s21_74, "Editar Categor\xeda de Gasto", _s24_46, "Categor\xeda de gasto creada correctamente", _s24_47, "Categor\xeda de gasto actualizada correctamente", _s25_33, "Categor\xeda de gasto archivada correctamente", _s24_48, "Categor\xeda eliminada correctamente", _s24_49, "Categor\xeda de gasto eliminada correctamente", _s25_34, "Categor\xeda de Gasto restaurada correctamente", _s27_31, ":count categor\xedas de gasto actualizados correctamente", _s26_21, ":value categor\xedas de gasto borradas correctamente", _s27_32, ":value categor\xedas de gasto restauradas correctamente", _s23_30, "Buscar 1 Categor\xeda de Gasto", _s25_36, "Buscar :count Categor\xedas de Gasto", _s21_76, "Usar Cr\xe9dito Disponible", "show_option", "Mostrar Opci\xf3n", _s22_54, "La cantidad de cr\xe9dito no puede exceder la cantidada pagada", "view_changes", "Ver Cambios", "force_update", "Forzar Actualizaci\xf3n", _s17_67, "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_68, _s18_334, _s23_31, "Activar que los gastos sean facturables", _s29_17, "Hacer los documentos visibles al cliente.", _s21_78, _s28_143, _s16_106, "Configuraci\xf3n de Gastos", _s18_69, _s19_256, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "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_68, "Activar Auto Facturaci\xf3n", "total_taxes", _s17_358, "line_taxes", "Impuestos de L\xednea", "total_fields", "Campos Totales", _s25_37, "Se ha parado la factura recurrente correctamente", _s25_38, "Se ha iniciado la factura recurrente correctamente", _s25_39, "Se ha reiniciado la factura recurrente correctamente", "gateway_refund", "Pasarela de Devoluci\xf3n", _s19_57, "Procesar la devoluci\xf3n con la pasarela de pago", "due_date_days", _s20_268, "paused", "Pausado", "mark_active", _s18_335, "day_count", "D\xeda :count", _s22_55, "Primer D\xeda del Mes", _s21_79, "\xdaltimo D\xeda del Mes", _s17_70, "Usar T\xe9rminos de Pago", "endless", "Sin F\xedn", "next_send_date", "Pr\xf3xima Fecha de Env\xedo", _s16_108, "Ciclos Pendientes", _s17_72, _s18_336, _s18_71, _s20_257, _s21_81, _s24_187, _s22_57, "Editar Factura Recurrente", _s25_40, "Factura recurrente creada correctamente", _s25_41, "Factura recurrente actualizada correctamente", _s26_22, "Factura recurrente archivada correctamente", _s25_42, "Factura recurrente borrada correctamente", _s25_43, "Factura recurrente eliminada correctamente", _s26_23, "Factura recurrente restaurada correctamente", _s27_33, ":value facturas recurrentes archivadas correctamente", _s26_24, ":value facturas recurrentes borradas correctamente", _s27_34, ":value facturas recurrentes restauradas correctamente", _s24_50, "Buscar 1 Factura Recurrente", _s25_44, "Buscar :count Facturas Recurrentes", "send_date", "Fecha de Env\xedo", "auto_bill_on", "Facturaci\xf3n Autom\xe1tica Activa", _s28_17, "Cantidad M\xednima de Pago", "profit", "Beneficio", "line_item", "Linea de Concepto", _s18_73, "Permitir Sobrepago", _s23_32, "Permitir pagos extra para aceptar propinas", _s19_58, "Permitir Pago de Menos", _s24_51, "Permitir pagar como m\xednimo la cantidad parcial/dep\xf3sito", "test_mode", "Modo Test", "opened", "Abiertos", _s30_7, "Fallo de Conciliaci\xf3n", _s30_8, "Concilicaci\xf3n correcta", "gateway_success", "\xc9xito de pasarela", "gateway_failure", "Fallo de Pasarela", "gateway_error", "Error de Pasarela", "email_send", "Email Enviado", _s17_74, "Cola de Reenv\xedo de Email", "failure", "Fallo", "quota_exceeded", "Cuota Excedida", _s16_110, _s16_111, "system_logs", "Registros del Sistema", "view_portal", "Ver portal", "copy_link", "Copiar Enlace", "token_billing", "Guardar datos de la tarjeta", _s24_52, "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_75, _s27_142, "pdf_page_info", _s25_153, _s16_112, "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_152, "record_type", _s16_441, "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", _s16_507, "storefront", "Escaparate", "storefront_help", "Activar apps de terceros para crear facturas", "client_created", "Cliente Creado", _s20_76, "Email de Pago Online", _s20_78, "Email de Pago Manual", "completed", "Completado", "gross", "Bruto", "net_amount", "Importe Neto", "net_balance", "Balance Neto", "client_settings", "Configuraci\xf3n de Cliente", _s17_76, "Facturas Seleccionadas", _s17_78, "Pagos Seleccionados", "selected_quotes", "Presupuestos Seleccionados", "selected_tasks", "Tareas Seleccionadas", _s17_80, "Gastos Seleccionados", _s17_82, _s17_359, _s17_84, "Facturas Fuera de Plazo", "recent_payments", "Pagos recientes", "upcoming_quotes", "Pr\xf3ximos Presupuesto", "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_508, "update_client", "Actualizar Cliente", "delete_client", _s16_509, "delete_payment", "Eliminar Pago", "update_vendor", _s20_258, "delete_vendor", _s16_510, "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_244, "hide_sidebar", _s21_226, "event_type", "Tipo de Evento", "target_url", "objetivo", "copy", "Copiar", "must_be_online", "Por favor reinicia la app cuando te conectes a internet", _s17_86, "La tarea cron debe ser activada", "api_webhooks", "API Webhooks", "search_webhooks", _s22_229, "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_114, _s31_79, "deleted_webhook", "Webhook borrado correctamente", "removed_webhook", "Webhook eliminado correctamente", _s16_115, "Webhook restaurado correctamente", _s17_87, ":value webhooks archivados correctamente", _s16_116, ":value webhooks borrados correctamente", _s16_117, ":value webhooks eliminados correctamente", _s17_88, ":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_128, "removed_token", _s29_128, "restored_token", "Token restaurado correctamente", "archived_tokens", ":value tokens archivados correctamente", "deleted_tokens", ":value tokens borrados correctamente", "restored_tokens", ":value tokens restaurados correctamente", _s19_60, _s19_257, _s24_54, "Permitir a los clientes auto-registrarse en el portal", "email_invoice", "Enviar Factura por EMail", "email_quote", "Enviar Presupuesto", "email_credit", "Enviar Cr\xe9dito", "email_payment", "Pago por correo electr\xf3nico", _s20_81, "El cliente no tiene establecida una direcci\xf3n de email", "ledger", "Libro Mayor", "view_pdf", "Ver PDF", "all_records", _s19_258, "owned_by_user", "Propiedad del usuario", _s16_118, _s16_445, "contact_name", _s19_270, "use_default", "Usar por defecto", _s16_120, "Recordatorios Sin F\xedn", "number_of_days", "N\xfamero de d\xedas", _s23_34, "Configurar T\xe9rminos de Pago", "payment_term", "T\xe9rmino de Pago", _s16_121, "Nuevo T\xe9rmino de Pago", _s17_90, _s26_141, _s20_82, "T\xe9rminos de pago creados correctamente", _s20_83, "T\xe9rminos de pago actualizados correctamente", _s21_83, "T\xe9rminos de pago archivados correctamente", _s20_84, "T\xe9rmino de pago borrado correctamente", _s20_85, "T\xe9rmino de pago eliminado correctamente", _s21_84, "T\xe9rmino de pago restaurado correctamente", _s22_62, ":value t\xe9rminos de pago archivados correctamente", _s21_85, ":value t\xe9minos de pago borrados correctamente", _s22_63, ":value t\xe9minos de pago restaurados correctamente", "email_sign_in", "Ingresar con email", "change", "Cambiar", _s23_36, "\xbfCambiar al formato de m\xf3vil?", _s24_55, "\xbfCambiar al formato de escritorio?", "send_from_gmail", _s18_337, "reversed", "Revertida", "cancelled", "Cancelada", "credit_amount", _s19_259, "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_77, "Parcialmente Reintegrada", _s16_123, _s17_360, "search_designs", "Buscar Dise\xf1os", "search_invoices", "Buscar Facturas", "search_clients", "Buscar Clientes", "search_products", _s16_511, "search_quotes", "Buscar Presupuestos", "search_credits", "Buscar Cr\xe9ditos", "search_vendors", "Buscar Proveedores", "search_users", "Buscar Usuarios", _s16_124, "Buscar Tipos de Impuesto", "search_tasks", "Buscar Tareas", "search_settings", "Buscar Opciones", "search_projects", _s16_512, "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", _s16_513, "search_product", _s17_361, "search_quote", "Buscar 1 Presupuesto", "search_credit", _s16_514, "search_vendor", _s18_338, "search_user", _s16_515, "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_94, "Factura cancelada correctamente", _s18_79, "Facturas canceladas correctamente", _s16_130, "Factura revertida correctamente", _s17_95, "Facturas revertidas correctamente", "reverse", "Revertir", "full_name", "Nombre completo", _s17_96, "Ciudad / Provincia / C.Postal", _s17_98, "C.Postal / Ciudad / Provincia", "custom1", "Primera personalizaci\xf3n", "custom2", "Segunda personalizaci\xf3n", "custom3", _s23_172, "custom4", "Cuarta Personalizaci\xf3n", "optional", "Opcional", "license", "Licencia", "purge_data", "Purgar Datos", _s16_131, "Datos de la empresa purgados correctamente", _s18_80, "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_362, "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_46, "Recibir Todas las Notificaciones", _s16_132, _s16_516, "apply_license", "Renovar licencia", "cancel_account", "Cancelar Cuenta", _s22_64, "Atenci\xf3n: Esta acci\xf3n eliminar\xe1 permanentemente tu cuenta y no se podr\xe1 deshacer.", "delete_company", "Borrar Compa\xf1\xeda", _s22_65, "Advertencia: esto eliminar\xe1 definitivamente su empresa, no hay deshacer.", "enabled_modules", "Modulos Activados", "converted_quote", "Presupuesto convertida correctamente", "credit_design", "Dise\xf1o de Cr\xe9dito", "includes", "Incluye", "header", "Cabecera", "load_design", "Cargar dise\xf1o", "css_framework", "CSS Framework", "custom_designs", _s22_230, "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_134, ":value dise\xf1os archivados correctamente", "deleted_designs", ":value dise\xf1os borrados correctamente", _s16_135, ":value dise\xf1os restaurados correctamente", "proposals", "Propuestas", "tickets", "Tickets", _s16_136, "Presupuestos Recurrentes", "recurring_tasks", _s18_339, _s18_81, "Administraci\xf3n de la Cuenta", "credit_date", _s16_517, "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_138, ":count cr\xe9ditos archivados correctamente", "deleted_credits", ":count cr\xe9ditos eliminados correctamente", _s16_139, ":value cr\xe9ditos restaurados correctamente", "current_version", "Versi\xf3n Actual", "latest_version", "\xdaltima Versi\xf3n", "update_now", "Actualizar Ahora", _s26_30, "Una nueva versi\xf3n de la aplicaci\xf3n web est\xe1 disponible", _s16_140, _s24_189, "app_updated", "Actualizaci\xf3n completada correctamente", "learn_more", "Saber m\xe1s", "integrations", "Integraciones", "tracking_id", "Id seguimiento", _s17_100, _s17_101, "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_151, "client2", _s23_152, "client3", _s23_153, "client4", _s23_154, "contact1", _s24_164, "contact2", _s24_165, "contact3", _s24_166, "contact4", _s24_167, "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_173, "surcharge2", _s23_174, "surcharge3", _s23_175, "surcharge4", _s23_176, "group1", _s21_245, "group2", _s21_246, "group3", _s21_247, "group4", _s21_248, "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_518, _s18_87, "\xdaltimo Acceso de Contacto", _s17_102, "Nombre Completo de Contacto", "contact_phone", "Tel\xe9fono del Contacto", _s21_86, _s24_164, _s21_87, _s24_165, _s21_88, _s24_166, _s21_89, _s24_167, _s17_104, "Calle de Envio", _s17_105, "Piso de Envio", "shipping_city", "Ciudad de Envio", "shipping_state", "Provincia de Envio", _s20_86, "Cod. Postal de Envio", _s16_170, "Pais de Envio", _s16_172, "Calle de Facturacion", _s16_173, "Piso de Facturacion", "billing_city", "Ciudad de Facturacion", "billing_state", "Provincia de Facturacion", _s19_62, "Cod. Postal de Facturacion", "billing_country", "Pais de Facturacion", "client_id", "Id del cliente", "assigned_to", "Asignado a", "created_by", _s16_519, "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_259, "reports", "Informes", "report", "Informe", "add_company", "A\xf1adir Compa\xf1\xeda", "unpaid_invoice", "Factura Impagada", "paid_invoice", "Factura Pagada", _s16_174, "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_90, _s42_32, _s30_11, "Hemos recibido tu mensaje e intentaremos responderte cuanto antes.", "message", "Mensaje", "from", "De", _s20_88, "Mostrar Detalles de Producto", _s25_48, "Incluir la descripci\xf3n y el coste en el desplegable del producto", _s20_90, "El renderizador de PDF requiere :version", _s18_90, "Ajustar Porcentaje de Tarifa", _s23_38, "Ajustar el porcentaje para dar cuenta de la tarifa", _s18_92, "Configurar Opciones", "support_forum", "Support Forums", "about", "Acerca de", "documentation", "Documentaci\xf3n", "contact_us", "Cont\xe1cte con Nosotros", "subtotal", "Subtotal", "line_total", "Total", "item", "Concepto", "credit_email", _s29_121, "iframe_url", "Website", "domain_url", "URL del Dominio", _s21_91, _s32_73, _s20_91, "La contrase\xf1a debe contener una letra may\xfascula y un n\xfamero", _s19_64, "Tareas del Portal Cliente", _s23_39, "Escritorio del Portal Cliente", _s20_92, "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_172, "show_cost", "Mostrar Coste", _s17_107, "Mostrar Coste de Producto", "show_cost_help", "Mostrar un campo de coste de producto para seguir el margen/beneficio", _s21_92, "Mostrar Cantidad de Productos", _s26_32, "Mostrar un campo de cantidad de productos, de lo contrario predeterminar a uno", _s21_94, "Mostrar Cantidad de Factura", _s26_33, "Mostrar un campo de cantidad de art\xedculo de l\xednea; de lo contrario, el valor predeterminado es uno", _s21_96, "Mostrar Descuento de Producto", _s26_34, "Mostrar un campo de descuento en la l\xednea de art\xedculo", _s16_176, "Cantidad por Defecto", _s21_98, "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_178, "Impuesto por Defecto", "user", "Usuario", "invoice_tax", "Impuesto de Factura", "line_item_tax", "Impuesto de Art\xedculo", "inclusive_taxes", _s20_260, _s17_109, "Tipos de Impuesto de Factura", "item_tax_rates", "Tipos de Impuesto de Art\xedculo", _s18_94, _s31_84, "configure_rates", "Configurar tipos", _s18_95, "Configurar Pasarelas", "tax_settings", _s26_142, _s18_97, "Tipos de Impuesto", "accent_color", "Color de Acento", "switch", "Cambiar", _s19_66, "Lista separada por comas", "options", "Opciones", _s16_180, _s23_166, "multi_line_text", "Texto de l\xedneas m\xfaltiples", "dropdown", "Desplegable", "field_type", "Tipo de Campo", _s27_45, "Se ha enviado un email de recuperaci\xf3n de contrase\xf1a", "submit", "Enviar", _s16_182, "Recuperar Contrase\xf1a", "late_fees", _s26_143, "credit_number", "C\xf3digo de Cr\xe9dito", "payment_number", "N\xba de Pago", "late_fee_amount", "Cargo por pago atrasado", _s16_183, "Porcentaje por pago atrasado", "before_due_date", _s32_74, "after_due_date", _s34_63, _s18_99, _s33_75, "days", "D\xedas", "invoice_email", "Email de Facturas", "payment_email", "Email de Pagos", "partial_payment", "Pago Parcial", "payment_partial", "Pago Parcial", _s21_99, "Correo electr\xf3nico de pago parcial", "quote_email", "Email de Presupuestos", _s16_185, "Recordatorio Sin F\xedn", _s16_187, "Filtrado por usuario", "administrator", "Administrador", _s18_100, "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", _s24_190, "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_189, _s21_277, "invoice_options", _s19_260, _s17_111, "Ocultar el valor Pagado a la Fecha", _s22_72, "Solo mostrar\xe1 el valor Pagado a la Fecha en sus Facturas cuando se ha recibido un Pago.", _s23_41, "Documentos anexados", _s28_30, "Incluye imagenes adjuntas en la factura", _s16_191, "Mostrar Cabecera en", _s16_192, "Mostrar Pie en", "first_page", "Primera p\xe1gina", "all_pages", _s17_363, "last_page", "\xdaltima p\xe1gina", "primary_font", "Fuente primaria", "secondary_font", _s17_364, "primary_color", "Color Primario", "secondary_color", _s16_520, "page_size", "Tama\xf1o de Pagina", "font_size", "Tama\xf1o de Letra", "quote_design", "Dise\xf1os del presupuesto", "invoice_fields", _s17_365, "product_fields", _s18_340, "invoice_terms", _s23_167, "invoice_footer", "Pie de P\xe1gina de la Factura", "quote_terms", "T\xe9rminos del Presupuesto", "quote_footer", "Pie del presupuesto", _s18_101, "Auto Email", _s23_42, "Autom\xe1ticamente enviar por email facturas recurrentes cuando sean creadas.", _s18_102, "Auto Archivar", _s23_43, "Autom\xe1ticamente archivar presupuesto cuando sean convertidos a facturas.", _s18_103, "Auto Convertir", _s23_44, "Convertir autom\xe1ticamente un presupuesto en una factura cuando se apruebe.", _s17_113, "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_115, "Tres meses", _s16_193, "Cuatro meses", "freq_six_months", "Seis meses", "freq_annually", "Anual", "freq_two_years", "Dos A\xf1os", _s16_194, "Tres A\xf1os", "never", "Nunca", "company", "Empresa", _s17_116, _s17_366, "charge_taxes", _s16_521, "next_reset", "Proximo Reinicio", "reset_counter", _s18_296, _s16_195, _s18_341, "number_padding", "Relleno num\xe9rico", "general", "General", "surcharge_field", _s16_522, "company_field", _s16_523, "company_value", "Valor de compa\xf1\xeda", "credit_field", _s16_524, "invoice_field", "Campo de Factura", _s17_118, "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", _s19_261, "prefix", "Prefijo", "number_pattern", "Patr\xf3n num\xe9rico", "messages", "Mensajes", "custom_css", "CSS personalizado", _s17_120, _s24_157, _s16_197, "Mostrar en PDF", _s21_101, "Mostrar la firma del cliente en el PDF de la factura/presupuesto", _s25_54, "Mostrar aceptaci\xf3n de t\xe9rminos de la factura", _s30_12, "Requerir que el cliente confirme que acepta los t\xe9rminos de la factura.", _s23_45, "Mostrar aceptaci\xf3n de t\xe9rminos del presupuesto", _s28_31, "Requerir que el cliente confirme que acepta los t\xe9rminos del presupuesto.", _s25_55, "Firma de la factura", _s30_13, "Requerir que el cliente proporcione su firma.", _s23_46, "Firma del presupuesto.", _s22_74, _s32_75, _s27_46, "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_342, _s24_56, _s118_, "plain", "Plano", "light", "Claro", "dark", "Oscuro", "email_design", _s16_525, "attach_pdf", "Adjuntar PDF", _s16_198, _s19_262, "attach_ubl", "Adjuntar UBL", "email_style", _s28_144, _s19_68, _s16_526, "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", _s19_263, "fee_percent", _s20_261, "fee_cap", _s16_527, "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_69, "Logotipos de tarjetas aceptadas", "credentials", "Credenciales", "update_address", _s20_262, _s19_71, "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_200, "Impuesto creado correctamente", _s16_201, "Impuesto actualizado correctamente", _s17_123, "Impuesto archivado correctamente", _s16_202, "Impuesto borrado correctamente", _s17_124, "Impuesto restaurado correctamente", _s18_104, ":value tipos impositivos archivados correctamente", _s17_125, ":value tipos impositivos borrados correctamente", _s18_105, ":value tipos impositivos restaurados correctamente", "fill_products", "Auto-rellenar Productos", _s18_106, _s74_3, "update_products", "Auto-actualizar Productos", _s20_96, "Actualizar una Factura autom\xe1ticamente actualizar\xe1 los Productos", _s16_203, "Convertir Productos", _s21_102, "Convertir autom\xe1ticamente los precios de los productos a la divisa del cliente", "fees", "Cargos", "limits", "Limites", "provider", "Proveedor", "company_gateway", _s16_528, _s16_205, "Pasarelas de pago", _s19_72, "Nueva pasarela", _s20_97, "Editar pasarela", _s23_47, "Pasarela creada correctamente", _s23_48, "Pasarela actualizada correctamente", _s24_57, "Pasarela archivada correctamente", _s23_49, "Pasarela borrada correctamente", _s24_58, "Pasarela restaurada correctamente", _s25_57, ":value pasarelas archivadas correctamente", _s24_59, ":value pasarelas borradas correctamente", _s25_58, ":value pasarelas restauradas correctamente", _s16_207, "Seguir editando", "discard_changes", "Descartar los cambios", "default_value", _s17_367, "disabled", "Deshabilitado", "currency_format", _s17_368, _s21_103, _s23_168, _s23_50, "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", _s16_529, "datetime_format", _s23_169, "military_time", "24 Horas", _s18_107, "Formato de 24 Horas", "send_reminders", _s20_263, "timezone", "Zona horaria", _s19_73, "Fitlrado por Proyecto", _s17_126, _s18_300, _s19_75, _s20_264, _s18_108, _s20_234, _s18_110, "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", _s31_80, "archived_groups", ":value grupos archivados correctamente", "deleted_groups", ":value grupos borrados correctamente", "restored_groups", ":value grupos restaurados correctamente", "archived_group", _s29_122, "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_209, "Configuraci\xf3n de Producto", "device_settings", "Opciones de dispositivo", "defaults", "Ajustes Predefinidos", "basic_settings", _s20_265, _s17_128, _s22_231, "company_details", _s22_232, "user_details", _s19_264, "localization", "Localizaci\xf3n", "online_payments", "Pagos Online", "tax_rates", "Impuestos", "notifications", "Notificaciones", "import_export", _s17_332, "custom_fields", _s21_234, "invoice_design", "Dise\xf1o de Factura", "buy_now_buttons", "Botones de Comprar Ahora", "email_settings", _s36_76, _s23_52, _s26_144, _s22_75, "Tarjetas de Cr\xe9dito y Bancos", _s19_77, _s22_233, "price", "Precio", "email_sign_up", "Registrarse con Email", "google_sign_up", "Registrarse con Google", _s27_50, "\xa1Gracias por su compra!", "redeem", "Redimir", "back", "Atr\xe1s", "past_purchases", "Compras Pasadas", _s19_79, _s17_369, "pro_plan", "Plan Pro", "enterprise_plan", "Plan Enterprise", "count_users", ":count usuarios", "upgrade", "Mejorar", _s25_59, "Introduce tu nombre", _s24_60, "Introduce tu apellido", _s33_30, "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_211, "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", _s37_64, "create_new", "Crear Nuevo", _s18_112, "No se han seleccionado registros", _s21_106, "Guarda o cancela tus cambios", "download", "Descargar", _s27_51, "Requiere plan 'enterprise'", "take_picture", "Tomar foto", "upload_files", "Subir archivos", "document", "Documento", "documents", "Documentos", "new_document", "Nuevo documento", "edit_document", _s16_530, _s17_130, "Documento subido satisfactoriamente", _s16_213, "Documento actualizado satisfactoriamente", _s17_131, "Documento archivado satisfactoriamente", _s16_214, "Documento borrado satisfactoriamente", _s17_132, "Documento restaurado satisfactoriamente", _s18_114, ":value documentos archivados correctamente", _s17_133, ":value documentos borrados correctamente", _s18_115, ":value documentos restaurados correctamente", "no_history", "Sin historial", "expense_date", "Fecha", "pending", "Pendiente", _s16_215, "Registrado", _s16_216, "Pendiente", _s16_217, "Facturado", "converted", "Modificada", _s24_62, _s31_81, "exchange_rate", "Tipo de Cambio", _s16_218, _s16_531, "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_219, _s45_23, "deleted_vendors", _s45_23, _s16_220, ":value proveedores restaurados correctamente", "new_expense", "Nuevo Gasto", "created_expense", _s26_145, "updated_expense", _s31_82, _s16_221, _s29_123, "deleted_expense", _s27_144, _s16_222, "Gasto restaurado correctamente", _s17_134, _s31_83, _s16_223, _s29_124, _s17_135, ":value gastos restaurados correctamente", "copy_shipping", "Copiar Env\xedo", "copy_billing", "Copia Facturaci\xf3n", "design", "Dise\xf1o", _s21_107, "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_224, "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_81, "Por favor introduce un nombre", "budgeted_hours", _s20_266, "created_project", "Proyecto creado correctamente", "updated_project", "Proyecto actualizado correctamente", _s16_226, "Proyecto archivado correctamente", "deleted_project", "Proyecto eliminado correctamente", _s16_227, "Proyecto restaurado correctamente", _s17_136, ":count proyectos archivados correctamente", _s16_228, ":count proyecto eliminados correctamente", _s17_137, ":value proyectos restaurados correctamente", "new_project", "Nuevo Proyecto", _s27_55, "\xa1Gracias por utilizar nuestra app!", "if_you_like_it", "Si te gusta por favor", "click_here", "pulse aqui", _s18_116, "Pulsa aqu\xed", "to_rate_it", "para valorar.", "average", "Promedio", "unapproved", "No aprobado", _s30_18, "Por favor, autenticarse para cambiar esta configuraci\xf3n", "locked", "Bloqueado", "authenticate", "Autenticaci\xf3n", _s19_83, "Por favor, autenticarse", _s24_64, _s24_191, "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_138, _s22_234, "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", "all_time", "Todo el tiempo", "custom", "Personalizado", _s16_229, _s16_532, "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_533, "edit_project", "Editar Proyecto", _s20_99, "Editar Presupuesto Recurrente", "billing_address", "Direcci\xf3n de Facturaci\xf3n", _s16_231, "Direccion de Envio", "total_revenue", _s16_534, "average_invoice", _s23_170, "outstanding", _s18_343, "invoices_sent", _s24_192, "active_clients", _s16_535, "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_233, "Actualizaci\xf3n Completa", _s23_53, "Por favor introduce tu email", _s26_43, "Por favor introduce tu contrase\xf1a", _s21_110, "Por favor introduce tu URL", _s26_45, "Por favor introduce un c\xf3digo de producto", "ascending", "Ascendente", "descending", "Descendente", "save", "Guardar", _s17_140, "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_85, ":value copiado al portapapeles", "error", "Error", _s16_235, "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_237, "El email es inv\xe1lido", "product", "Producto", "products", "Productos", "new_product", "Nuevo Producto", "created_product", "Producto creado correctamente", "updated_product", "Producto actualizado correctamente", _s16_239, "Producto archivado correctamente", "deleted_product", "Producto eliminado correctamente", _s16_240, "Producto restaurado correctamente", _s17_142, ":count productos archivados correctamente", _s16_241, ":count productos eliminados correctamente", _s17_143, ":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_242, ":count clientes archivados correctamente", "deleted_client", "Cliente eliminado correctamente", "deleted_clients", ":count clientes eliminados correctamente", "restored_client", "Cliente restaurada correctamente", _s16_243, ":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_244, "Factura archivada correctamente", "deleted_invoice", "Factura eliminada correctamente", _s16_245, "Factura restaurada correctamente", _s17_144, ":count facturas archivadas correctamente", _s16_246, ":count facturas eliminadas correctamente", _s17_145, ":value facturas restauradas correctamente", "emailed_invoice", "Factura enviada correctamente", "emailed_payment", "Pago enviado correctamente por correo electr\xf3nico", "amount", "Cantidad", "invoice_number", _s17_370, "invoice_date", _s16_536, "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 de Presupuesto", "valid_until", "V\xe1lido hasta", "items", "Art\xedculos", "partial_deposit", _s16_472, "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_247, "Fecha de vencimiento parcial", "paid_date", "Fecha de pago", "status", "Estado", _s17_146, "Estado de Factura", "quote_status", "Estado de Presupuesto", _s22_76, "Pulsa + para a\xf1adir un art\xedculo", _s22_78, "Pulsa + para a\xf1adir tiempo", "count_selected", _s19_265, "total", "Total", "percent", "Porcentaje", "edit", "Editar", "dismiss", "Descartar", _s20_101, "Por favor selecciona una fecha", _s22_79, "Por favor selecciona un cliente", _s24_66, "Por favor, seleccione una factura", "task_rate", "Tasa de tareas", "settings", "Configuraci\xf3n", "language", "Idioma", "currency", "Divisa", "created_at", _s17_371, "created_on", "Creado el", "updated_at", "Actualizado", "tax", "Impuesto", _s30_20, "Por favor introduce un n\xfamero de factura", _s27_59, "Por favor introduce un n\xfamero de presupuesto", "past_due", "Vencido", "draft", "Borrador", "sent", "Enviada", "viewed", "Vistas", "approved", "Aprobados", "partial", _s16_472, "paid", "Pagado", "mark_sent", "Marcar como Enviado", _s22_81, "Factura marcada como enviada correctamente", _s22_82, "Factura marcada correctamente como pagada", _s23_55, "Facturas marcadas como enviadas correctamente", _s23_56, "Facturas marcadas correctamente como pagadas", "done", "Hecho", _s37_22, "Por favor introduce un cliente o nombre de contacto", "dark_mode", "Modo Oscuro", _s27_61, "Reinicia la app para aplicar el cambio", "refresh_data", "Actualizar Datos", "blank_contact", "Contacto Nuevo", "activity", "Actividad", _s16_249, "No se han encontrado registros", "clone", "Clonar", "loading", "Cargando", "industry", "Sector", "size", "Tama\xf1o", "payment_terms", _s16_537, "payment_date", "Fecha de Pago", "payment_status", "Estado de Pago", _s16_251, "Pendiente", _s16_252, "Anulado", _s16_253, "Fallido", _s16_254, "Completado", _s16_255, _s24_155, _s16_256, "Reembolsado", _s17_147, "Sin Aplicar", _s17_148, "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_266, "second_reminder", _s20_267, "third_reminder", _s19_267, "reminder1", _s19_266, "reminder2", _s20_267, "reminder3", _s19_267, "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_112, _s25_155, "enter_payment", "Agregar Pago", "new_payment", "Introduzca el Pago", "created_payment", "Pago creado correctamente", "updated_payment", "Pago actualizado correctamente", _s16_257, "Pago archivado correctamente", "deleted_payment", "Pago eliminado correctamente", _s16_258, "Pago restaurado correctamente", _s17_149, ":count pagos archivados correctamente", _s16_259, ":count pagos eliminados correctamente", _s17_150, ":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 restaurado 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", "Proveedor", "task", "Tarea", "tasks", "Tareas", "project", "Proyecto", "projects", "Proyectos", "activity_1", _s29_125, "activity_2", _s32_76, "activity_3", ":user borr\xf3 el cliente :client", "activity_4", _s33_76, "activity_5", _s35_73, "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_76, "activity_9", ":user borr\xf3 la factura :invoice", "activity_10", ":user ingres\xf3 el pago :payment por :payment_amount en la factura :invoice por :client", "activity_11", ":user actualiz\xf3 el Pago :payment", "activity_12", _s30_107, "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_80, "activity_19", ":user actualiz\xf3 el presupuesto :quote", "activity_20", ":user envi\xf3 presupuesto :quote para :client a :contact", "activity_21", _s34_65, "activity_22", ":user archiv\xf3 el presupuesto :quote", "activity_23", _s33_80, "activity_24", ":user restaur\xf3 el presupuesto :quote", "activity_25", ":user restaur\xf3 la factura :invoice", "activity_26", _s33_77, "activity_27", _s31_85, "activity_28", ":user restaur\xf3 :credit cr\xe9dito", "activity_29", ":contact ha aprovado el presupuesto :quote para :client", "activity_30", _s30_108, "activity_31", _s33_78, "activity_32", _s33_79, "activity_33", _s34_64, "activity_34", ":user cre\xf3 el gasto :expense", "activity_35", _s31_86, "activity_36", _s31_87, "activity_37", _s32_77, "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_156, "activity_43", _s30_109, "activity_44", _s28_145, "activity_45", _s28_146, "activity_46", _s29_126, "activity_47", ":user actualiz\xf3 el gasto :expense", "activity_48", _s26_146, "activity_49", _s31_88, "activity_50", _s29_127, "activity_51", ":user usuario borrado :user", "activity_52", _s30_110, "activity_53", _s30_111, "activity_54", ":user pag\xf3 la factura :invoice", "activity_55", _s36_77, "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_65, "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_151, "Password de un solo uso", "emailed_quote", "Presupuesto enviado correctamente", "emailed_credit", "Cr\xe9dito enviado correctamente", _s20_103, "Presupuesto marcado como enviado correctamente", _s21_114, "Marcar cr\xe9dito como enviado", "expired", "Expirada", "all", "Todo", "select", "Seleccionar", _s22_83, "Multiselecci\xf3n en pulsaci\xf3n prolongada", "custom_value1", _s21_237, "custom_value2", _s21_238, "custom_value3", _s21_239, "custom_value4", _s21_240, _s18_117, "Estilo de Email Personalizado", _s24_71, "Mensaje de Escritorio Personalizado", _s29_46, "Mensaje de Factura Impagada Personalizada", _s27_66, "Mensaje de Factura Pagada Personalizada", _s31_24, "Mensaje de Presupuesto no Aprobado Personalizado", "lock_invoices", "Bloquear Facturas", "translations", "Traducciones", _s19_86, "Patr\xf3n del N\xfamero de Tarea", _s19_88, "Contador del N\xfamero de Tarea", _s22_85, "Patr\xf3n del N\xfamero de Gasto", _s22_87, "Contador del N\xfamero de Gasto", _s21_115, "Patr\xf3n del N\xfamero de Proveedor", _s21_117, "Contador del N\xfamero de Proveedor", _s21_119, "Patr\xf3n del N\xfamero de Ticket", _s21_121, "Contador del N\xfamero de Ticket", _s22_89, "Patr\xf3n del N\xfamero de Pago", _s22_91, "Contador del N\xfamero de Pago", _s22_93, "Patr\xf3n del N\xfamero de Factura", _s22_95, "Contador del N\xfamero de Factura", _s20_104, "Patr\xf3n del N\xfamero de Presupuesto", _s20_106, "Contador del N\xfamero de Presupuesto", _s21_123, _s28_147, _s21_125, _s30_113, _s21_127, _s28_147, _s21_128, _s30_113, _s18_119, "Resetear Fecha del Contador", "counter_padding", "Relleno del Contador", _s28_66, "Numeraci\xf3n de presupuestos y facturas compartidas", _s18_121, "Nombre de Impuesto por Defecto 1", _s18_123, "Tasa de Impuesto por Defecto 1", _s18_125, "Nombre de Impuesto por Defecto 2", _s18_127, "Tasa de Impuesto por Defecto 2", _s18_129, "Nombre de Impuesto por Defecto 3", _s18_131, "Tasa de Impuesto por Defecto 3", _s21_129, "Asunto de Email de Factura", _s19_90, "Asunto de Email del Presupuesto", _s21_131, "Asunto de Email de Pago", _s29_48, "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_260, "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_73, "Calle de Env\xedo del Cliente", _s24_74, "Bloq/Pta de Env\xedo del Cliente", "type", "Tipo", "invoice_amount", _s18_344, _s16_264, "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_153, _s23_173, _s17_154, _s23_174, _s17_155, _s23_175, _s17_156, _s23_176, "is_deleted", "Borrado", "vendor_city", _s20_269, "vendor_state", "Provincia del Proveedor", "vendor_country", _s18_345, "is_approved", "Aprobada", "tax_name", _s18_346, "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_92, "ID de la Categor\xeda de Gasto", _s16_265, "Categor\xeda del Gasto", _s19_94, "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_133, _s23_171, _s16_266, "Cargar color del tema"], t1, t1), "sv", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "\xc5terkommande", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Ol\xe4nka", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "Admin", "owner", "\xc4gare", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Total Hours", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "Fakturerbar", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, _s22_4, _s25_5, _s25_6, _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", _s39_11, _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", "Payment Links", "action", "Hantera", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "Schema", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", "Arkivera betalning", "archive_invoice", "Arkivera faktura", "archive_quote", "Arkivera offert", "archive_credit", "Arkiverade kreditfakturor", "archive_task", "Arkivera uppgift", "archive_client", "Arkivera kund", "archive_project", "Arkivera projekt", "archive_expense", "Arkivera kostnad", "restore_payment", "\xc5terst\xe4ll betalning", "restore_invoice", "\xc5terst\xe4ll faktura", "restore_quote", "\xc5terst\xe4ll offert", "restore_credit", "\xc5terst\xe4ll kreditfaktura", "restore_task", "\xc5terst\xe4lla uppgift", "restore_client", "\xc5terst\xe4ll kund", "restore_project", "\xc5terst\xe4ll projekt", "restore_expense", "\xc5terst\xe4ll kostnad", "archive_vendor", "Arkivera leverant\xf6r", "restore_vendor", "\xc5terst\xe4ll leverant\xf6r", "create_product", "L\xe4gg till produkt", "update_product", "Update Product", "delete_product", "Ta bort produkt", "restore_product", "\xc5terst\xe4ll Produkt", "archive_product", "Arkivera produkt", _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "Betalningsmetoder", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", _s20_271, "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "Timme", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Last 365 Days", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, _s35_, "upload", "Ladda upp", _s17_7, _s17_8, _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Update Payment", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "Ta bort projekt", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, "Registering kr\xe4vs", _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, "Spara som standardvillkor", _s22_12, "Spara som standard sidfot", "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, _s21_23, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, "Framg\xe5ngsrikt skapat bankkonto", _s20_18, "Framg\xe5ngsrikt uppdaterat bankkonto", _s17_14, "Editera Bankkonto", _s16_28, _s16_29, "account_type", "Kontotyp", _s16_30, "Nytt bankkonto", _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "Vald", _s21_24, _s34_2, _s18_15, _s18_16, "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "Uppdatera Kreditfaktura", "delete_credit", "Ta bort kreditfaktura", "transaction", "Transaction", "transactions", "Transactions", "new_transaction", "New Transaction", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, _s26_7, "bank_account", "Bankkonto", "bank_accounts", "Betalkort och Banker", _s21_25, "Framg\xe5ngsrikt arkiverat bankkonto", _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Connect", _s23_9, _s23_10, _s18_19, _s18_20, "client_email", "Client Email", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_27, "Active Invoices", _s26_8, _s20_26, _s24_16, _s18_21, _s23_11, _s17_18, _s19_22, "Active Quotes", _s21_28, "Approved Quotes", _s23_12, _s17_19, _s18_22, "Logged Tasks", _s20_27, "Invoiced Tasks", _s16_35, "Paid Tasks", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s44_0, "activity_131", _s44_1, "activity_132", _s45_3, "activity_133", _s44_2, "activity_134", _s45_4, "activity_135", _s44_3, "activity_136", _s46_1, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, _s39_3, "resend", "Resend", "verify", "Verify", _s18_23, _s29_10, _s20_28, _s20_29, _s19_23, _s19_24, _s24_18, _s46_2, _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Merge Into", "merge", "Sl\xe5 samman", _s21_32, _s21_33, _s19_25, _s29_11, _s17_23, _s17_24, "activate", "Activate", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", "Send Now", "received", "Received", _s19_26, _s19_27, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_4, _s34_7, _s47_, _s22_19, _s22_20, _s22_21, _s22_22, _s27_10, _s34_8, _s24_19, _s25_13, "yes_its_great", _s16_42, "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", "Vendor Details", _s22_26, _s22_27, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Send Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Accepted", _s22_28, _s22_29, _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, _s24_22, _s37_5, _s42_2, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_30, _s18_31, _s19_29, _s19_30, _s22_33, _s35_3, _s22_34, _s35_4, _s23_17, _s36_0, _s22_35, _s35_5, _s22_36, _s35_6, _s23_18, _s36_1, _s21_40, _s21_41, _s22_37, _s22_38, "login_url", "Login URL", _s16_46, "Betalnings inst\xe4llningar", "default", "Standard", "stock_quantity", "Stock Quantity", _s22_39, _s22_40, "track_inventory", "Track Inventory", _s20_41, _s63_0, _s19_31, _s19_32, _s24_23, _s50_2, "vat", "VAT", "standing", "Summering", "view_map", "View Map", _s18_32, _s18_33, "add_gateway", "L\xe4gg till gateway", _s24_24, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_25, _s24_26, _s31_6, "Invoice Sent", _s24_27, _s24_28, _s29_13, _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_33, _s63_1, "use_quote_terms", "Use Quote Terms", _s20_42, _s37_6, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, _s45_6, "register_label", "Skapa ditt konto p\xe5 n\xe5gra sekunder", "login_label", _s28_9, "add_to_invoice", "L\xe4gg till p\xe5 faktura :invoice", _s17_30, _s17_31, "week", "Vecka", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, _s46_14, _s20_44, _s20_45, _s25_15, _s45_11, _s16_48, "Faktura valuta", "range", "Period", "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_8, "change_status", "Change Status", "fees_sample", "Avgift f\xf6r en :amount Faktura hade blivit :total.", _s19_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", _s33_11, "stopped_tasks", _s33_12, "approved_quote", _s27_68, "approved_quotes", _s35_7, "approve", "Godk\xe4nn", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, _s16_269, _s24_30, _s44_6, "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_51, _s16_52, "purged_client", "Kunddatan har rensats", _s27_16, _s77_0, _s22_42, _s34_9, "small", "Small", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_54, _s16_55, _s21_48, _s42_3, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_17, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_49, _s30_5, "set_password", "Ange l\xf6senord", _s17_33, _s59_, _s16_58, _s58_1, _s20_49, _s33_13, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_50, "becs", _s17_158, "bulk_download", "Download", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, _s18_35, _s17_35, _s17_36, "has_tasks", "Has Tasks", "registration", "Registration", _s27_18, _s50_7, "view_expense", "Visa kostnad # :expense", "view_statement", "Se transaktion", "sepa", _s17_159, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s18_37, "system", "System", _s19_38, _s19_39, "updated_company", _s28_10, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, _s40_2, _s27_19, _s43_0, "app", "App", _s20_50, _s46_8, _s16_59, _s16_270, _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "Fr\xe5n namn", _s16_60, _s16_61, _s17_38, "\xc5terkommande utgift", _s18_39, "\xc5terkommande utgifter", _s21_50, "Ny \xe5terkommande utgift", _s22_44, "\xc4ndra \xe5terkommande utgift", _s25_16, "Skapade \xe5terkommande utgift utan problem", _s25_17, "Uppdaterade \xe5terkommande utgift utan problem", _s26_13, "Arkiverade \xe5terkommande utgift utan problem", _s25_18, _s38_4, _s25_19, _s38_5, _s26_14, "\xc5terst\xe4llde \xe5terkommande utgifter utan problem", _s24_32, _s24_33, _s25_20, _s25_21, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_42, _s32_9, "is_invoiced", "Is Invoiced", "change_plan", "Manage Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_62, _s16_63, _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "Decimal Comma", _s26_15, _s35_9, "select_method", "Select Method", "select_platform", "Select Platform", _s28_13, _s42_4, _s16_66, _s27_69, "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "user_guide", "Anv\xe4ndarhj\xe4lp", _s18_41, _s18_42, "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_9, _s31_10, _s25_22, _s25_23, _s33_14, _s33_15, _s27_20, _s27_21, _s36_3, _s36_4, _s31_11, _s31_12, _s25_24, _s25_25, "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_22, _s57_0, _s21_52, _s62_1, "change_email", "Change Email", _s25_26, _s52_0, _s21_53, _s21_54, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importera Data", "import_settings", "Import Settings", _s17_40, _s28_14, _s19_43, _s48_0, "json", "JSON", _s24_34, _s24_35, "wait_for_data", _s42_5, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_67, _s16_68, _s18_43, _s40_3, "login_success", _s16_69, "login_failure", "Failed Login", "exported_data", _s67_, _s23_23, _s23_24, _s28_15, _s41_3, "step_1_sign_in", "Step 1: Sign In", _s16_70, _s17_41, "account_id", "Account ID", _s27_22, _s35_11, "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_44, _s18_45, _s23_25, _s35_12, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_71, _s16_72, _s18_46, _s31_13, _s16_73, _s16_74, "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_47, "Kontakt F\xf6rnamn", _s17_42, "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", "Aktivera", "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_55, _s53_, _s25_27, _s37_8, _s17_44, _s17_45, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, _s21_57, _s17_46, _s17_47, "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_49, _s18_50, "promo_code", "Rabattkod", "promo_discount", "Promo Discount", _s18_51, _s18_52, _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "S\xe4kerhet", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Email Delivery", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, _s22_47, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, "Subdom\xe4n \xe4r inte tillg\xe4nglig", "connect_gmail", "Anslut Gmail", _s16_81, "Koppla fr\xe5n Gmail", "connected_gmail", "Gmail ha anslutits", _s18_55, "Gmail har kopplats fr\xe5n", _s16_83, "\xc4ndringar av kodbasen kan blockera uppdateringen. Du kan k\xf6ra detta kommando f\xf6r att kasta \xe4ndringarna:", _s16_84, "Kund-ID nummer", "count_minutes", ":count minuter", _s16_86, "Timeout f\xf6r l\xf6senord", _s29_15, _s28_67, "use_last_email", "Anv\xe4nd den senaste e-postadressen", _s16_88, "Aktivera f\xf6retag", _s21_65, "Aktivera e-post, \xe5terkommande fakturor och aviseringar", _s27_24, "Ett fel uppstod, v\xe4nligen f\xf6rs\xf6k igen", _s27_25, "Ange f\xf6rst ett l\xf6senord", _s34_13, "Varning: Om du \xe4ndrar ditt telefonnummer inaktiveras 2FA", "help_translate", "Hj\xe4lp oss \xf6vers\xe4tta", _s23_26, "V\xe4lj ett land", "resend_invite", "Skicka inbjudan igen", _s19_45, "2FA har inaktiverats", _s16_90, "Kontot har anslutits", _s19_46, "Kontot har kopplats fr\xe5n", "delivered", "Levererad", "bounced", "Studsade", "spam", "Spam", "view_docs", "Visa dokument", _s32_10, "Ange ett mobiltelefonnummer f\xf6r att aktivera tv\xe5faktorsautentisering", "send_sms", "Skicka SMS", "sms_code", "SMS-kod", _s21_66, "Skanna streckkoden med en :link kompatibel app.", _s18_56, "Aktiverade Tv\xe5-V\xe4gs autentisering utan problem", "connect_google", "Anslut Google", _s17_50, "Koppla fr\xe5n Google", _s17_52, "Tv\xe5faktorsautentisering", _s18_57, "Inaktivera 2FA", _s34_14, "Kr\xe4v l\xf6senord med social inloggning", "stay_logged_in", "Stanna inloggad", _s23_28, "Varning: Din session h\xe5ller p\xe5 att l\xf6pa ut", "count_hours", ":count timmar", "count_day", "1 dag", "count_days", ":count dagar", _s19_47, "Tidsgr\xe4ns f\xf6r webbsession", _s17_53, "S\xe4kerhetsinst\xe4llningar", "resend_email", "Skicka e-post igen", _s26_19, "V\xe4nligen bekr\xe4fta din e-postadress", _s16_91, "\xc5terbetalat betalning", _s19_49, "Delvis oanv\xe4nd", _s19_51, "V\xe4lj en anv\xe4ndare som \xe4r autentiserad med Gmail", "list_long_press", "Lista l\xe5nga tryck", "show_actions", "Visa \xe5tg\xe4rder", _s17_55, "Starta flerval", _s27_27, "Ett e-postmeddelande har skickats f\xf6r att bekr\xe4fta e-postadressen", _s21_67, "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_59, "Omvandla till faktura", _s16_92, "Registrerings URL", "invoice_project", "Fakturera projekt", "invoice_task", "Fakturera uppgift", "invoice_expense", "Faktura kostnad", _s19_52, "S\xf6k 1 betalningsvillkor", _s20_59, "S\xf6k :count betalningsvillkor", _s16_94, "Spara och f\xf6rhandsgranska", "save_and_email", "Spara och skicka", _s16_96, "H\xe4ndelser som st\xf6ds", _s16_98, "Konverterad summa", _s17_57, "Konverterad balans", _s22_48, "Konverterad betalad till datum", _s24_36, "Konverterad kreditbalans", "converted_total", "Konverterat totalt", "is_sent", "Skickat", _s17_59, "Standard dokument", "document_upload", "Ladda upp dokument", _s20_60, "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_69, "Fels\xf6kningsl\xe4ge \xe4r aktiverat", _s26_20, "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_61, "Kommande utgifter", "update_app", "Uppdatera App", "started_import", "Importen har startats", _s24_38, "Dubblettkolumnmappning", _s20_61, "Anv\xe4nder inkluderande skatter", _s18_61, "\xc4r beloppsrabatt", "column", "Kolumn", "sample", "Exempel", "map_to", "Mappa till", "import", "Importera", _s25_29, "Anv\xe4nd f\xf6rsta raden som kolumnnamn", "select_file", "V\xe4lj fil", _s16_100, "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_50, "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_63, "Fullsk\xe4rms editor", "sidebar_editor", "Sidof\xe4lts editor", _s22_51, "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_41, "Skickade fakturor \xe4r l\xe5sta", _s24_43, "Betalade fakturor \xe4r l\xe5sta", "source_code", "K\xe4llkod", "app_platforms", "App plattformar", "invoice_late", _s17_372, "quote_expired", _s16_538, "partial_due", "Delvis f\xf6rsenad", "invoice_total", "Totalsumma", "quote_total", "Offertsumma", "credit_total", "Kredit Totalt", _s23_29, "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_45, "Varning: detta f\xf6retag har \xe4nnu inte aktiverats", "late_invoice", _s17_372, "expired_quote", _s16_538, "remind_invoice", "Faktura p\xe5minnelse", "cvv", "CVV", "client_name", "Kundnamn", "client_phone", "Kund telefon", "required_fields", "Obligatoriska f\xe4lt", "calculated_rate", "Calculated Rate", _s17_65, _s17_66, "clear_cache", "Rensa cache", "sort_order", "Sorteringsordning", "task_status", "Status", "task_statuses", "Uppgiftsstatusar", "new_task_status", "Ny uppgiftsstaus", _s16_102, "Redigera uppgiftsstatus", _s19_53, "Uppgiftsstatus skapades", _s19_54, "Uppgiftsstatus uppdaterades", _s20_63, "Uppgiftsstatus arkiverades", _s19_55, "Uppgiftsstatus raderades", _s19_56, "Uppgiftsstatus togs bort", _s20_64, "Uppgiftsstatus \xe5terst\xe4lldes", _s22_52, ":value uppgiftsstatusar har arkiverats", _s21_71, ":value uppgiftsstatusar har raderats", _s22_53, ":value uppgiftsstatusar har \xe5terst\xe4llts", _s18_63, "S\xf6k 1 uppgiftsstatus", _s20_66, "S\xf6k :count uppgiftsstatusar", _s16_104, "Visa uppgiftstabell", _s21_72, "Visa alltid uppgiftsdelen n\xe4r du skapar fakturor", _s20_67, "Fakturauppgift tidslogg", _s25_30, "L\xe4gg till tidsinformation till fakturaraderna", _s20_69, "Fakturauppgifter datumlogg", _s25_31, "L\xe4gg till datuminformation till fakturaraderna", _s21_73, "Starta uppgifter innan du sparar", _s18_64, "Konfigurera statusar", "task_settings", "Uppgiftsinst\xe4llningar", _s20_71, "Konfigurera kategorier", _s18_66, "Utgifts kategorier", _s20_73, "Ny utgifts kategori", _s21_74, "Redigera utgiftskategori", _s24_46, "Framg\xe5ngsrikt skapat kostnadskategori", _s24_47, "Framg\xe5ngsrikt uppdaterat kostnadskategori", _s25_33, "Framg\xe5ngsrikt arkiverat kostnadskategori", _s24_48, "Kategori borttagen", _s24_49, "Utgiftskategorin har tagits bort", _s25_34, "Framg\xe5ngsrikt \xe5terst\xe4llt kostnadskategori", _s27_31, "Framg\xe5ngsrikt arkiverat :count kostnadskategori", _s26_21, "Kostnaden f\xf6r :value kategorier har raderats", _s27_32, "Kostnaden f\xf6r :value kategorier har \xe5terst\xe4llts", _s23_30, "S\xf6k 1 utgiftkategori", _s25_36, "S\xf6k :count utgiftkategorier", _s21_76, "Anv\xe4nd tillg\xe4nglig kredit", "show_option", "Visa alternativ", _s22_54, "Kreditbeloppet kan inte \xf6verstiga betalningsbeloppet", "view_changes", "Visa \xe4ndringar", "force_update", "Tvinga uppdatering", _s17_67, "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_68, "Ska detta faktureras", _s23_31, "Aktivera utgiften som ska faktureras", _s29_17, _s36_16, _s21_78, "St\xe4ll in en v\xe4xelkurs", _s16_106, "Utgiftsinst\xe4llningar", _s18_69, "Klona till \xe5terkommande", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "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_68, "Automatisk fakturering aktiverad", "total_taxes", "Totalt antal skatter", "line_taxes", "Artikelskatt", "total_fields", "Totalt antal f\xe4lt", _s25_37, "\xc5terkommande faktura stoppad", _s25_38, "\xc5terkommande faktura startad", _s25_39, "\xc5terkommande faktura \xe5terupptogs", "gateway_refund", "Gateway f\xf6r \xe5terbetalning", _s19_57, "Behandla \xe5terbetalningen med betalningsgatewayen", "due_date_days", "F\xf6rfallodatum", "paused", "Pausad", "mark_active", "Markera aktiv", "day_count", "Dag :count", _s22_55, "F\xf6rsta dagen i m\xe5naden", _s21_79, "Sista dagen i m\xe5naden", _s17_70, "Anv\xe4nd betalningsvillkoren", "endless", "O\xe4ndlig", "next_send_date", "N\xe4sta s\xe4ndningsdatum", _s16_108, "\xc5terst\xe5ende cykler", _s17_72, "\xc5terkommande faktura", _s18_71, "\xc5terkommande fakturor", _s21_81, "Ny \xe5terkommande faktura", _s22_57, "Redigera \xe5terkommande fakturor", _s25_40, "\xc5terkommande faktura har skapats", _s25_41, "\xc5terkommande faktura har uppdaterats", _s26_22, "Framg\xe5ngsrikt arkiverat \xe5terkommande faktura", _s25_42, "Framg\xe5ngsrikt tagit bort \xe5terkommande faktura", _s25_43, "\xc5terkommande faktura har tagits bort", _s26_23, "Framg\xe5ngsrikt \xe5terst\xe4llt \xe5terkommande faktura", _s27_33, "Arkiverade \xe5terkommande :value fakturor", _s26_24, "\xc5terkommande :value fakturor har raderats", _s27_34, "\xc5terst\xe4llande av \xe5terkommande :value fakturor lyckades", _s24_50, "S\xf6k 1 \xe5terkommande faktura", _s25_44, "S\xf6k :count \xe5terkommande fakturor", "send_date", "S\xe4ndningsdatum", "auto_bill_on", "Automatisk fakturering p\xe5slaget", _s28_17, "L\xe4gsta belopp vid underbetalning", "profit", "F\xf6rtj\xe4nst", "line_item", "Rad", _s18_73, "Till\xe5t \xf6verbetalning", _s23_32, "St\xf6d f\xf6r att betala extra f\xf6r att ta emot dricks", _s19_58, "Till\xe5t underbetalning", _s24_51, "St\xf6d f\xf6r att betala minimum del-/ins\xe4ttningsbeloppet", "test_mode", "Testl\xe4ge", "opened", "\xd6ppnad", _s30_7, "Avst\xe4mning misslyckades", _s30_8, "Avst\xe4mning lyckades", "gateway_success", "Gateway lyckades", "gateway_failure", "Gateway misslyckades", "gateway_error", "Gateway fel", "email_send", "Skicka via e-post", _s17_74, "E-postf\xf6rs\xf6ksk\xf6", "failure", "Misslyckad", "quota_exceeded", "Kvoten har \xf6verskridits", _s16_110, "Upstream misslyckades", "system_logs", "Systemloggar", "view_portal", "Se portal", "copy_link", "Kopiera l\xe4nk", "token_billing", "Spara kortinformation", _s24_52, "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_75, "P\xe5minnelse skickades senast", "pdf_page_info", "Sida :current av :total", _s16_112, "E-postade fakturorna utan problem", "emailed_quotes", "E-postade offerterna utan problem", "emailed_credits", _s32_78, "gateway", "Gateway", "view_in_stripe", "Visa i Stripe", "rows_per_page", "Rader per sida", "hours", "Timmar", "statement", "Transaktionsdatum", "taxes", "Skatter", "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_76, "E-postadress f\xf6r online betalning", _s20_78, "E-postadress f\xf6r manuell betalning", "completed", "Slutf\xf6rd", "gross", "Brutto", "net_amount", "Nettobelopp", "net_balance", "Nettobalans", "client_settings", "Kundinst\xe4llningar", _s17_76, "Markerade fakturor", _s17_78, "Markerade betalningar", "selected_quotes", "Markerade offerter", "selected_tasks", "Markerade uppgifter", _s17_80, "Markerade utgifter", _s17_82, "Kommande fakturor", _s17_84, "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_86, "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_114, "Webhooken arkiverades", "deleted_webhook", "Webhooken raderades", "removed_webhook", "Webhooken togs bort", _s16_115, "Webhooken \xe5terst\xe4lldes", _s17_87, ":value webhooks har arkiverats", _s16_116, ":value webhooks har raderats", _s16_117, ":value webhooks har tagits bort", _s17_88, ":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_60, "Kundregistrering", _s24_54, "G\xf6r det m\xf6jligt f\xf6r kunder att sj\xe4lvregistrera sig i portalen", "email_invoice", "E-posta faktura", "email_quote", "E-posta offert", "email_credit", "E-postkredit", "email_payment", "Eposta betalning", _s20_81, "Kunden har ingen e-postadress", "ledger", "Liggare", "view_pdf", "Visa PDF", "all_records", "Alla poster", "owned_by_user", "\xc4gs av anv\xe4ndaren", _s16_118, "\xc5terst\xe5ende kredit", "contact_name", "Kontakt namn", "use_default", "Anv\xe4nd standard", _s16_120, "O\xe4ndliga p\xe5minnelser", "number_of_days", "Antal dagar", _s23_34, "Konfigurera betalningsvillkor", "payment_term", _s17_373, _s16_121, "Skapa betalningsvillkor", _s17_90, "Editera betalningsvillkor", _s20_82, "Skapade betalningsvillkor utan problem", _s20_83, "Uppdaterade betalningsvillkor utan problem", _s21_83, "Arkiverat betalningsvillkor utan problem", _s20_84, "Betalningsvillkoret har raderats", _s20_85, "Betalningsvillkoret har tagits bort", _s21_84, "Betalningsvillkoret har \xe5terst\xe4llts", _s22_62, ":value betalningsvillkor har arkiverats", _s21_85, ":value betalningsvillkor har raderats", _s22_63, ":value betalningsvillkor har \xe5terst\xe4llts", "email_sign_in", "Logga in med e-postadress", "change", "\xc4ndra", _s23_36, "\xc4ndra till mobillayouten?", _s24_55, "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_77, _s18_347, _s16_123, "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_124, "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_94, "Fakturan har avbrutits", _s18_79, "Fakturorna har avbrutits", _s16_130, "Fakturan har omv\xe4nts", _s17_95, "Fakturorna har omv\xe4nts", "reverse", "Omv\xe4nd", "full_name", "Hela namnet", _s17_96, "Stad/L\xe4n/Postnummer", _s17_98, _s20_271, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Tredje anpassningen", "custom4", "Fj\xe4rde anpassningen", "optional", "Frivillig", "license", "Licens", "purge_data", "Rensa uppgifter.", _s16_131, "Rensade utan problem f\xf6retags data", _s18_80, "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_193, "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_46, "F\xe5 alla aviseringar", _s16_132, "K\xf6p licens", "apply_license", "Uppge Licens", "cancel_account", "Avsluta konto", _s22_64, "Varning: Detta kommer permanent ta bort ditt konto, detta g\xe5r inte att \xe5ngra.", "delete_company", "Ta bort f\xf6retag", _s22_65, "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_134, ":value designs har arkiverats", "deleted_designs", ":value designs har raderats", _s16_135, ":value designs har \xe5terst\xe4llts", "proposals", "F\xf6rslag", "tickets", "\xc4renden", _s16_136, "\xc5terkommande offerter", "recurring_tasks", "\xc5terkommande uppgifter", _s18_81, "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_138, ":count kreditfakturor arkiverade", "deleted_credits", ":count kreditfakturor borttagna", _s16_139, ":value krediter har \xe5terst\xe4llts", "current_version", "Nuvarande version", "latest_version", "Senaste versionen", "update_now", "Uppdatera nu", _s26_30, "En ny version av webbappen \xe4r tillg\xe4nglig", _s16_140, "Uppdatering tillg\xe4nglig", "app_updated", "Uppdateringen har slutf\xf6rts", "learn_more", "L\xe4s mer", "integrations", "Integrationer", "tracking_id", "Tracking Id", _s17_100, _s17_101, "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_157, "surcharge2", _s25_158, "surcharge3", _s25_159, "surcharge4", _s25_160, "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_87, "Kontakt: senast inloggad", _s17_102, "Kontakt: namn", "contact_phone", "Kontakt telefon", _s21_86, "Kontakt: anpassat v\xe4rde 1", _s21_87, "Kontakt: anpassat v\xe4rde 2", _s21_88, "Kontakt: anpassat v\xe4rde 3", _s21_89, "Kontakt: anpassat v\xe4rde 4", _s17_104, "Leveransadress 1", _s17_105, "Leveransadress 2", "shipping_city", "Leverans stad", "shipping_state", "Leverans l\xe4n", _s20_86, "Leverans postnummer", _s16_170, "Leverans land", _s16_172, "Faktureringsadress 1", _s16_173, "Faktureringsadress 2", "billing_city", "Fakturerings stad", "billing_state", "Fakturerings l\xe4n", _s19_62, "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_174, "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_90, "Inkludera senaste fel fr\xe5n loggarna", _s30_11, "Vi har f\xe5tt ditt meddelande och f\xf6rs\xf6ker svara snabbt.", "message", "Meddelande", "from", "Fr\xe5n", _s20_88, "Visa produktinformation", _s25_48, "Inkludera beskrivning och kostnad i produktmenyn", _s20_90, "PDF-renderaren kr\xe4ver :version", _s18_90, "Justera avgiftsprocenten", _s23_38, "Justera procent f\xf6r att ta h\xe4nsyn till avgiften", _s18_92, "Konfigurera inst\xe4llningar", "support_forum", "Support Forums", "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_91, "L\xf6senordet \xe4r f\xf6r kort", _s20_91, "L\xf6senordet m\xe5ste inneh\xe5lla minst en versal och minst ett nummer", _s19_64, "Kundportal uppgifter", _s23_39, "Kundportal \xf6versikt", _s20_92, "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_107, "Visa produktkostnad", "show_cost_help", "Visa ett produktkostnadsf\xe4lt f\xf6r att sp\xe5ra p\xe5slag/vinst", _s21_92, "Visa produktkvantitet", _s26_32, "Visa ett produktkvantitetsf\xe4lt, annars \xe4r det ett", _s21_94, "Visa fakturakvantitet", _s26_33, "Visa ett f\xe4lt f\xf6r radnummer, annars ett som standard", _s21_96, "Visa produktrabatt", _s26_34, "Visa ett rabattf\xe4lt f\xf6r en rad", _s16_176, "Standardkvantitet", _s21_98, "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_178, "Standard skattesats", "user", "Anv\xe4ndare", "invoice_tax", "Fakturaskatt", "line_item_tax", "Artikelskatt", "inclusive_taxes", "Inklusive skatter", _s17_109, "Fakturaskattesatser", "item_tax_rates", "Artikel skattesatser", _s18_94, "V\xe4lj en kund", "configure_rates", "Konfigurera priser", _s18_95, "Konfigurera gateways", "tax_settings", "Momsinst\xe4llningar", _s18_97, "Skattesatser", "accent_color", "Accentf\xe4rg", "switch", "V\xe4xla", _s19_66, "Kommaseparerad lista", "options", "Val", _s16_180, "Enradig text", "multi_line_text", "Text med flera rader", "dropdown", "Dropdown", "field_type", "F\xe4lttyp", _s27_45, "Ett e-postmeddelande f\xf6r \xe5terst\xe4llning av l\xf6senord har skickats", "submit", "Skicka", _s16_182, "\xc5terst\xe4ll ditt l\xf6senord", "late_fees", "F\xf6rsenade avgifter", "credit_number", "Kreditnummer", "payment_number", "Betalningsnummer", "late_fee_amount", "F\xf6rseningsavgifts summa", _s16_183, "F\xf6rseningsavgifts procent", "before_due_date", "F\xf6re f\xf6rfallodagen", "after_due_date", "Efter f\xf6rfallodagen", _s18_99, "Efter fakturadatum", "days", "Dagar", "invoice_email", "Faktura e-post", "payment_email", "Betalnings e-post", "partial_payment", "Delbetalning", "payment_partial", "Delbetalning", _s21_99, "E-postadress f\xf6r delbetalning", "quote_email", "Offert e-post", _s16_185, "O\xe4ndlig p\xe5minnelse", _s16_187, "Filtrerat efter anv\xe4ndare", "administrator", "Administrat\xf6r", _s18_100, "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_189, "Generella inst\xe4llningar", "invoice_options", "Fakturainst\xe4llningar", _s17_111, "D\xf6lj 'Betald till'", _s22_72, "Visa bara 'Betald till'-sektionen p\xe5 fakturan n\xe4r en betalning har mottagits.", _s23_41, "B\xe4dda in dokument", _s28_30, _s39_9, _s16_191, "Visa Header p\xe5", _s16_192, "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_101, "Automatisk e-post", _s23_42, "E-posta automatiskt \xe5terkommande fakturor n\xe4r den skapas.", _s18_102, "Automatisk arkivering", _s23_43, "Arkivera automatiskt offerter n\xe4r de konverterats till faktura.", _s18_103, "Auto Konvertera", _s23_44, "Konvertera automatiskt en offert till faktura vid bekr\xe4ftelse.", _s17_113, "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_115, "Tre m\xe5nader", _s16_193, "Fyra m\xe5nader", "freq_six_months", "Sex m\xe5nader", "freq_annually", "\xc5rsvis", "freq_two_years", "Tv\xe5 \xe5r", _s16_194, "Tre \xe5r", "never", "Aldrig", "company", "F\xf6retag", _s17_116, "Genererade nummer", "charge_taxes", "Inkludera moms", "next_reset", "N\xe4sta \xe5terst\xe4llning", "reset_counter", "\xc5terst\xe4ll r\xe4knare", _s16_195, "\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_118, "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_120, "Anpassad JavaScript", _s16_197, "Visa p\xe5 PDF", _s21_101, "Visa kundens signatur p\xe5 fakturan/offerten.", _s25_54, "Faktura villkor kryssruta", _s30_12, "Kr\xe4v att kunden accepterar fakturavillkoren.", _s23_45, "Offert villkors kryssruta", _s28_31, "Kr\xe4v att kunden accepterar offertvillkoren.", _s25_55, "Faktura signatur", _s30_13, "Kr\xe4v signatur av kund.", _s23_46, "Offert signatur", _s22_74, "L\xf6senordsskydda fakturor", _s27_46, "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_56, "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_198, "Bifoga dokument", "attach_ubl", "Bifoga UBL", "email_style", "E-poststil", _s19_68, "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_69, "Accepterade kort logos", "credentials", "Uppgifter", "update_address", "Uppdatera adress", _s19_71, "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_200, "Framg\xe5ngsrikt skapat skattesats", _s16_201, "Framg\xe5ngsrikt uppdaterad momssats", _s17_123, "Framg\xe5ngsrikt arkiverat skatteniv\xe5n/momssatsen", _s16_202, "Skattesatsen har raderats", _s17_124, "Skattesatsen har \xe5terst\xe4llts", _s18_104, ":value skattesatser har arkiverats", _s17_125, ":value skattesatser har raderats", _s18_105, ":value skattesatser har \xe5terst\xe4llts", "fill_products", "Auto-ifyll produkter", _s18_106, "V\xe4lj en produkt f\xf6r att automatiskt fylla i beskrivning och pris", "update_products", "Auto-uppdaterade produkter", _s20_96, "Uppdatera en faktura f\xf6r att automatiskt uppdatera produktbiblioteket", _s16_203, "Konvertera produkter", _s21_102, "Konvertera automatiskt produkt priser till kundens valuta", "fees", "Avgifter", "limits", "Gr\xe4nser", "provider", "Leverant\xf6r", "company_gateway", "Betalningsgateway", _s16_205, "Betalningsgateways", _s19_72, "Ny gateway", _s20_97, "Redigera gateway", _s23_47, "Gateway skapades", _s23_48, "Gateway uppdaterades", _s24_57, "Gateway arkiverades", _s23_49, "Gateway raderades", _s24_58, "Gateway \xe5terst\xe4lldes", _s25_57, ":value gateways har arkiverats", _s24_59, ":value gateways har raderats", _s25_58, ":value gateways har \xe5terst\xe4llts", _s16_207, "Forts\xe4tt redigera", "discard_changes", "Avbryt \xe4ndringar", "default_value", "Standardv\xe4rde", "disabled", "Avst\xe4ngd", "currency_format", "Valutaformat", _s21_103, "F\xf6rsta dagen i veckan", _s23_50, "\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_107, "24-timmarsvisning", "send_reminders", "Skicka p\xe5minnelser", "timezone", "Tidszon", _s19_73, "Filtrera efter projekt", _s17_126, "Filtrerat efter grupp", _s19_75, "Filtrerat efter faktura", _s18_108, "Filtrerat efter kund", _s18_110, "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_209, "Produkt inst\xe4llningar", "device_settings", "Enhetsinst\xe4llningar", "defaults", "F\xf6rinst\xe4llningar", "basic_settings", "Grundl\xe4ggande inst\xe4llningar", _s17_128, "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_52, "Mallar och p\xe5minnelser", _s22_75, "Kreditkort och banker", _s19_77, _s17_179, "price", "Pris", "email_sign_up", "Registrera dig via e-post", "google_sign_up", "Registrera dig via Google", _s27_50, "Tack f\xf6r ditt k\xf6p!", "redeem", "L\xf6s in", "back", "Tillbaka", "past_purchases", "Tidigare k\xf6p", _s19_79, "\xc5rlig prenumeration", "pro_plan", "Pro prenumeration", "enterprise_plan", "Enterprise prenumeration", "count_users", ":count anv\xe4ndare", "upgrade", "Uppgradera", _s25_59, "Ange ett f\xf6rnamn", _s24_60, "Ange ett efternamn", _s33_30, "Godk\xe4nn anv\xe4ndarvillkoren och sekretesspolicyn f\xf6r att skapa ett konto.", "i_agree_to_the", "Jag godk\xe4nner", _s16_211, "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_112, "Ingen posts har valts", _s21_106, "Spara eller avbryt dina \xe4ndringar", "download", "Ladda ner", _s27_51, "Kr\xe4ver en enterprise prenumeration", "take_picture", "Ta en bild", "upload_files", "Upload Files", "document", "Dokument", "documents", "Dokument", "new_document", "Nytt dokument", "edit_document", "Redigera dokument", _s17_130, "Dokuementet har laddats upp", _s16_213, "Dokumentet har uppdaterats", _s17_131, "Dokumentet har arkiverats", _s16_214, "Dokumentet har raderats", _s17_132, "Dokumentet har \xe5terst\xe4llts", _s18_114, ":value dokument har arkiverats", _s17_133, ":value dokument har raderats", _s18_115, ":value dokument har \xe5terst\xe4llts", "no_history", "Ingen historik", "expense_date", "Kostnads datum", "pending", "P\xe5g\xe5ende", _s16_215, "Loggad", _s16_216, "I v\xe4ntan p\xe5", _s16_217, "Fakturerad", "converted", "Konvertera", _s24_62, "Bifoga dokument till fakturan", "exchange_rate", "V\xe4xlingskurs", _s16_218, "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_219, "Framg\xe5ngsrikt arkiverat :count leverant\xf6rer", "deleted_vendors", "Framg\xe5ngsrikt raderat :count leverant\xf6rer", _s16_220, ":value leverant\xf6rer har \xe5terst\xe4llts", "new_expense", "Ny Kostnad", "created_expense", "Framg\xe5ngsrikt skapat kostnad", "updated_expense", "Framg\xe5ngsrikt uppdaterat kostnad", _s16_221, "Framg\xe5ngsrikt arkiverat kostnad", "deleted_expense", "Framg\xe5ngsrikt tagit bort kostnad", _s16_222, "Lyckades \xe5terst\xe4lla utgifter", _s17_134, "Framg\xe5ngsrikt arkiverat kostnader", _s16_223, "Framg\xe5ngsrikt tagit bort kostnader", _s17_135, ":value utgifter har \xe5terst\xe4llts", "copy_shipping", "Kopiera frakt", "copy_billing", "Kopiera betalning", "design", "Design", _s21_107, "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_224, "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_81, "Ange ett namn", "budgeted_hours", "Budgeterade timmar", "created_project", "Projekt skapat", "updated_project", "Projektet uppdaterat", _s16_226, "Projekt arkiverat", "deleted_project", "Projekt borttaget", _s16_227, "Projekt \xe5terst\xe4llt", _s17_136, ":count projekt arkiverade", _s16_228, ":count projekt borttagna", _s17_137, ":value projekt har \xe5terst\xe4llts", "new_project", "Nytt projekt", _s27_55, "Tack f\xf6r att du anv\xe4nder v\xe5r app!", "if_you_like_it", "Om du gillar det", "click_here", "klicka h\xe4r", _s18_116, "Klicka h\xe4r", "to_rate_it", "att betygs\xe4tta det.", "average", "Genomsnitt", "unapproved", "Icke godk\xe4nd", _s30_18, "V\xe4nligen autentisera f\xf6r att \xe4ndra denna inst\xe4llning", "locked", "L\xe5st", "authenticate", "Autentisera", _s19_83, "V\xe4nligen autentisera", _s24_64, "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_138, "J\xe4mf\xf6relseperiod", "previous_period", _s17_374, "previous_year", _s17_374, "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", "all_time", "All Time", "custom", "Utforma", _s16_229, "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_99, "Redigera \xe5terkommande offerter", "billing_address", "Fakturaadress", _s16_231, "Leveransadress", "total_revenue", "Totala int\xe4kter", "average_invoice", "Genomsnittlig faktura", "outstanding", "Utest\xe5ende/Obetalt", "invoices_sent", _s24_193, "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_233, "Uppdatering klar", _s23_53, "Ange din e-postadress", _s26_43, "Ange ditt l\xf6senord", _s21_110, "Ange din URL", _s26_45, "Ange din produktnyckel", "ascending", "Stigande", "descending", "Fallande", "save", "Spara", _s17_140, "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_85, "Kopierade :value till urklipp", "error", "Error", _s16_235, "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_237, "E-postadressen \xe4r ogiltig", "product", "Produkt", "products", "Produkter", "new_product", "Ny produkt", "created_product", "Produkt skapad", "updated_product", "Produkt uppdaterad", _s16_239, "Produkt arkiverad", "deleted_product", "Produkt borttagen", _s16_240, "Produkt \xe5terst\xe4lld", _s17_142, "Arkiverade :count produkter utan problem", _s16_241, ":count produkter borttagna", _s17_143, ":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_242, ":count kunder arkiverade", "deleted_client", "kund borttagen", "deleted_clients", ":count kunder borttagna", "restored_client", "Kund \xe5terst\xe4lld", _s16_243, ":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_244, "Faktura arkiverad", "deleted_invoice", "Faktura borttagen", _s16_245, "Faktura \xe5terst\xe4lld", _s17_144, ":count fakturor arkiverade", _s16_246, ":count fakturor borttagna", _s17_145, ":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", "Ordernummer", "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", "F\xf6rfallodatum", _s16_247, "Delvis f\xf6rfallen", "paid_date", "Paid Date", "status", "Status", _s17_146, "Fakturastatus", "quote_status", "Offertstatus", _s22_76, "Klicka + f\xf6r att l\xe4gga till en artikel", _s22_78, "Klicka + f\xf6r att l\xe4gga till tid", "count_selected", ":count markerade", "total", "Totalsumma", "percent", "Procent", "edit", "\xc4ndra", "dismiss", "Avf\xe4rda", _s20_101, "V\xe4lj ett datum", _s22_79, "V\xe4lj en kund", _s24_66, "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_20, "Ange ett fakturanummer", _s27_59, "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_81, "Fakturan har markerats som skickad", _s22_82, _s35_21, _s23_55, "Fakturorna har markerats som skickade", _s23_56, _s36_15, "done", "Klar", _s37_22, "Ange kundens namn eller kontaktperson", "dark_mode", "M\xf6rkt l\xe4ge", _s27_61, "Starta om appen f\xf6r att till\xe4mpa \xe4ndringen", "refresh_data", "Uppdatera data", "blank_contact", "Tom kontakt", "activity", "H\xe4ndelse", _s16_249, "Inga uppgifter funna", "clone", "Kopiera", "loading", "Laddar", "industry", "Industri", "size", "Storlek", "payment_terms", _s17_373, "payment_date", "Betalningsdatum", "payment_status", "Betalningsstatus", _s16_251, "V\xe4ntande", _s16_252, "Ogiltig", _s16_253, "Misslyckad", _s16_254, "Avslutad", _s16_255, _s18_347, _s16_256, "\xc5terbetalad", _s17_147, "Outnyttjad", _s17_148, "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_264, "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_112, "Transaktion referens", "enter_payment", "Ange betalning", "new_payment", "Ny betalning", "created_payment", "Betalning registrerad", "updated_payment", "Betalning uppdaterad", _s16_257, "Betalning arkiverad", "deleted_payment", "Betalning borttagen", _s16_258, "betalning \xe5terst\xe4lld", _s17_149, ":count betalningar arkiverade", _s16_259, ":count betalningar borttagna", _s17_150, ":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", "Vendors", "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", _s82_, "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_15, "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", ":user skapade anv\xe4ndare :user", "activity_49", ":user uppdaterade anv\xe4ndare :user", "activity_50", ":user arkiverade anv\xe4ndare :user", "activity_51", ":user raderade anv\xe4ndare :user", "activity_52", ":user \xe5terst\xe4llde anv\xe4ndare :user", "activity_53", ":user m\xe4rkt skickad :invoice", "activity_54", ":user betalade fakturan :invoice", "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_151, "Eng\xe5ngs l\xf6senord", "emailed_quote", "Offert e-postad", "emailed_credit", _s32_78, _s20_103, "Offerten har markerats som skickad", _s21_114, "Krediten har markerats som skickad", "expired", "Utg\xe5tt", "all", "Alla", "select", "V\xe4lj", _s22_83, "Tryck l\xe4nge p\xe5 meny", "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Anpassat v\xe4rde 3", "custom_value4", "Anpassat v\xe4rde 4", _s18_117, "Anpassad e-poststil", _s24_71, "Anpassat \xf6versiktsmeddelande", _s29_46, "Anpassat obetalt fakturameddelande", _s27_66, "Anpassat betalt fakturameddelande", _s31_24, "Anpassat icke godk\xe4nt offertmeddelande", "lock_invoices", "L\xe5s fakturor", "translations", "\xd6vers\xe4ttningar", _s19_86, "Uppgift nummerformat", _s19_88, "Uppgift nummerr\xe4knare", _s22_85, "Utgift nummerformat", _s22_87, "Utgift nummerr\xe4knare", _s21_115, "Leverant\xf6r nummerformat", _s21_117, "Leverant\xf6r nummerr\xe4knare", _s21_119, "\xc4rende nummerformat", _s21_121, "\xc4rende nummerr\xe4knare", _s22_89, "Betalning nummerformat", _s22_91, "Betalning nummerr\xe4knare", _s22_93, "Faktura nummerformat", _s22_95, "Fakturar\xe4knare", _s20_104, "Offert nummerformat", _s20_106, "Offertr\xe4knare", _s21_123, "Kund nummerformat", _s21_125, "Kund nummerr\xe4knare", _s21_127, "Kredit nummerformat", _s21_128, "Kredit nummerr\xe4knare", _s18_119, "\xc5terst\xe4ll r\xe4knedatum", "counter_padding", "Utfyllnad f\xf6r r\xe4knare", _s28_66, _s27_75, _s18_121, "Standardskattnamn 1", _s18_123, "Standard skattesats 1", _s18_125, "Standardskattnamn 2", _s18_127, "Standard skattesats 2", _s18_129, "Standardskattnamn 3", _s18_131, "Standard skattesats 3", _s21_129, "E-postfakturans \xe4mne", _s19_90, "E-postoffertens \xe4mne", _s21_131, "E-postbetalningens \xe4mne", _s29_48, "\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_260, "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_73, "Kundens leveransadress 1", _s24_74, "Kundens leveransadress 2", "type", "Typ", "invoice_amount", "Faktura belopp", _s16_264, "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_153, _s25_157, _s17_154, _s25_158, _s17_155, _s25_159, _s17_156, _s25_160, "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_92, "Utgiftskategori ID", _s16_265, "Kostnads kategori", _s19_94, "Fakturavaluta ID", "tax_name1", "Skattnamn 1", "tax_name2", "Skattnamn 2", "tax_name3", "Skattnamn 3", "transaction_id", "Transaktions ID", _s18_133, _s18_134, _s16_266, _s16_267], t1, t1), "th", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "\u0e17\u0e33\u0e1b\u0e23\u0e30\u0e08\u0e33", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "\u0e41\u0e2d\u0e14\u0e21\u0e34\u0e19", "owner", "\u0e40\u0e08\u0e49\u0e32\u0e02\u0e2d\u0e07", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Total Hours", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "\u0e17\u0e35\u0e48\u0e40\u0e23\u0e35\u0e22\u0e01\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e07\u0e34\u0e19", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, _s22_4, _s25_5, _s25_6, _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", _s39_11, _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", "Payment Links", "action", "\u0e01\u0e32\u0e23\u0e01\u0e23\u0e30\u0e17\u0e33", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "\u0e15\u0e32\u0e23\u0e32\u0e07\u0e40\u0e27\u0e25\u0e32", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "archive_invoice", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "archive_quote", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "archive_credit", "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "archive_task", "\u0e40\u0e01\u0e47\u0e1a\u0e07\u0e32\u0e19", "archive_client", "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e40\u0e01\u0e48\u0e32\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "archive_project", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", "archive_expense", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "restore_payment", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "restore_invoice", "\u0e40\u0e23\u0e35\u0e22\u0e01\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "restore_quote", "\u0e40\u0e23\u0e35\u0e22\u0e01\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "restore_credit", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "restore_task", "\u0e40\u0e23\u0e35\u0e22\u0e01\u0e04\u0e37\u0e19\u0e07\u0e32\u0e19", "restore_client", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "restore_project", "Restore Project", "restore_expense", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "archive_vendor", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "restore_vendor", "\u0e04\u0e37\u0e19\u0e04\u0e48\u0e32\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "create_product", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", "update_product", "Update Product", "delete_product", "Delete Product", "restore_product", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", "archive_product", "\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e02\u0e49\u0e32\u0e04\u0e25\u0e31\u0e07\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", "Postal/City", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "\u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Last 365 Days", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, _s35_, "upload", "\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14", _s17_7, _s17_8, _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Update Payment", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "Delete Project", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, _s21_17, _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e40\u0e1b\u0e47\u0e19 Default Terms", _s22_12, "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e49\u0e32\u0e22\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19", "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, _s21_23, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e18\u0e19\u0e32\u0e04\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", _s20_18, "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e18\u0e19\u0e32\u0e04\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", _s17_14, "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e18\u0e19\u0e32\u0e04\u0e32\u0e23", _s16_28, _s16_29, "account_type", "Account type", _s16_30, _s16_268, _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e41\u0e25\u0e49\u0e27", _s21_24, _s34_2, _s18_15, _s18_16, "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "delete_credit", "\u0e25\u0e1a\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "transaction", "Transaction", "transactions", "Transactions", "new_transaction", "New Transaction", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, _s26_7, "bank_account", "\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e18\u0e19\u0e32\u0e04\u0e32\u0e23", "bank_accounts", "\u0e1a\u0e31\u0e15\u0e23\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15 & \u0e18\u0e19\u0e32\u0e04\u0e32\u0e23", _s21_25, "\u0e01\u0e32\u0e23\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e18\u0e19\u0e32\u0e04\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Connect", _s23_9, _s23_10, _s18_19, _s18_20, "client_email", "Client Email", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_27, "Active Invoices", _s26_8, _s20_26, _s24_16, _s18_21, _s23_11, _s17_18, _s19_22, "Active Quotes", _s21_28, "Approved Quotes", _s23_12, _s17_19, _s18_22, "Logged Tasks", _s20_27, "Invoiced Tasks", _s16_35, "Paid Tasks", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s44_0, "activity_131", _s44_1, "activity_132", _s45_3, "activity_133", _s44_2, "activity_134", _s45_4, "activity_135", _s44_3, "activity_136", _s46_1, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, _s39_3, "resend", "Resend", "verify", "Verify", _s18_23, _s29_10, _s20_28, _s20_29, _s19_23, _s19_24, _s24_18, _s46_2, _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Merge Into", "merge", "Merge", _s21_32, _s21_33, _s19_25, _s29_11, _s17_23, _s17_24, "activate", "Activate", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", "Send Now", "received", "Received", _s19_26, _s19_27, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_4, _s34_7, _s47_, _s22_19, _s22_20, _s22_21, _s22_22, _s27_10, _s34_8, _s24_19, _s25_13, "yes_its_great", _s16_42, "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", "Vendor Details", _s22_26, _s22_27, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Send Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Accepted", _s22_28, _s22_29, _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, _s24_22, _s37_5, _s42_2, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_30, _s18_31, _s19_29, _s19_30, _s22_33, _s35_3, _s22_34, _s35_4, _s23_17, _s36_0, _s22_35, _s35_5, _s22_36, _s35_6, _s23_18, _s36_1, _s21_40, _s21_41, _s22_37, _s22_38, "login_url", "Login URL", _s16_46, "\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_39, _s22_40, "track_inventory", "Track Inventory", _s20_41, _s63_0, _s19_31, _s19_32, _s24_23, _s50_2, "vat", "VAT", "standing", "\u0e22\u0e2d\u0e14\u0e04\u0e07\u0e04\u0e49\u0e32\u0e07", "view_map", "View Map", _s18_32, _s18_33, "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_24, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_25, _s24_26, _s31_6, "Invoice Sent", _s24_27, _s24_28, _s29_13, _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_33, _s63_1, "use_quote_terms", "Use Quote Terms", _s20_42, _s37_6, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, _s45_6, "register_label", _s30_4, "login_label", _s28_9, "add_to_invoice", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e25\u0e07\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", _s17_30, _s17_31, "week", "\u0e2a\u0e31\u0e1b\u0e14\u0e32\u0e2b\u0e4c", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, _s46_14, _s20_44, _s20_45, _s25_15, _s45_11, _s16_48, "\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_8, "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_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", _s33_11, "stopped_tasks", _s33_12, "approved_quote", _s27_68, "approved_quotes", _s35_7, "approve", "\u0e2d\u0e19\u0e38\u0e21\u0e31\u0e15\u0e34", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, _s16_269, _s24_30, _s44_6, "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_51, _s16_52, "purged_client", _s26_12, _s27_16, _s77_0, _s22_42, _s34_9, "small", "Small", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_54, _s16_55, _s21_48, _s42_3, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_17, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_49, _s30_5, "set_password", "\u0e15\u0e31\u0e49\u0e07\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19", _s17_33, _s59_, _s16_58, _s58_1, _s20_49, _s33_13, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_50, "becs", _s17_158, "bulk_download", "Download", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, _s18_35, _s17_35, _s17_36, "has_tasks", "Has Tasks", "registration", "Registration", _s27_18, _s50_7, "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_159, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s18_37, "system", "\u0e23\u0e30\u0e1a\u0e1a", _s19_38, _s19_39, "updated_company", _s28_10, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, _s40_2, _s27_19, _s43_0, "app", "App", _s20_50, _s46_8, _s16_59, _s16_270, _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "\u0e08\u0e32\u0e01\u0e0a\u0e37\u0e48\u0e2d", _s16_60, _s16_61, _s17_38, _s17_39, _s18_39, "\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_50, "\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_44, "\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_16, "\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_17, "\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_13, "\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_18, _s38_4, _s25_19, _s38_5, _s26_14, "\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_32, _s24_33, _s25_20, _s25_21, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_42, _s32_9, "is_invoiced", "Is Invoiced", "change_plan", "Manage Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_62, _s16_63, _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "Decimal Comma", _s26_15, _s35_9, "select_method", "Select Method", "select_platform", "Select Platform", _s28_13, _s42_4, _s16_66, _s27_69, "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "user_guide", "\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", _s18_41, _s18_42, "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_9, _s31_10, _s25_22, _s25_23, _s33_14, _s33_15, _s27_20, _s27_21, _s36_3, _s36_4, _s31_11, _s31_12, _s25_24, _s25_25, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_22, _s57_0, _s21_52, _s62_1, "change_email", "Change Email", _s25_26, _s52_0, _s21_53, _s21_54, "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_40, _s28_14, _s19_43, _s48_0, "json", "JSON", _s24_34, _s24_35, "wait_for_data", _s42_5, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_67, _s16_68, _s18_43, _s40_3, "login_success", _s16_69, "login_failure", "Failed Login", "exported_data", _s67_, _s23_23, _s23_24, _s28_15, _s41_3, "step_1_sign_in", "Step 1: Sign In", _s16_70, _s17_41, "account_id", "Account ID", _s27_22, _s35_11, "activity_100", _s50_8, "activity_101", _s50_9, "activity_102", _s51_3, "activity_103", _s50_10, "activity_104", _s51_4, _s18_44, _s18_45, _s23_25, _s35_12, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_71, _s16_72, _s18_46, _s31_13, _s16_73, _s16_74, "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_47, "\u0e0a\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e48\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", _s17_42, "\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_55, _s53_, _s25_27, _s37_8, _s17_44, _s17_45, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, _s21_57, _s17_46, _s17_47, "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_49, _s18_50, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_51, _s18_52, _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Email Delivery", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, _s22_47, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, _s26_18, "connect_gmail", "Connect Gmail", _s16_81, _s16_82, "connected_gmail", _s28_16, _s18_55, _s31_14, _s16_83, _s100_, _s16_84, _s16_85, "count_minutes", ":count Minutes", _s16_86, _s16_87, _s29_15, _s28_67, "use_last_email", "Use last email", _s16_88, _s16_89, _s21_65, _s51_7, _s27_24, _s35_13, _s27_25, _s27_26, _s34_13, _s52_1, "help_translate", "Help Translate", _s23_26, _s23_27, "resend_invite", "\u0e2a\u0e48\u0e07\u0e04\u0e33\u0e40\u0e0a\u0e34\u0e0d\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", _s19_45, _s25_28, _s16_90, _s30_6, _s19_46, _s33_20, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_10, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_66, _s46_9, _s18_56, _s46_10, "connect_google", "Connect Google", _s17_50, _s17_51, _s17_52, _s25_70, _s18_57, _s18_58, _s34_14, _s34_15, "stay_logged_in", "Stay Logged In", _s23_28, _s40_4, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_47, _s19_48, _s17_53, _s17_54, "resend_email", "Resend Email", _s26_19, _s33_21, _s16_91, "\u0e01\u0e32\u0e23\u0e04\u0e37\u0e19\u0e40\u0e07\u0e34\u0e19", _s19_49, _s19_50, _s19_51, _s45_8, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_55, _s17_56, _s27_27, _s51_5, _s21_67, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_59, "\u0e41\u0e1b\u0e25\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s16_92, _s16_93, "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_52, _s21_68, _s20_59, _s27_28, _s16_94, _s16_95, "save_and_email", "Save and Email", _s16_96, _s16_97, _s16_98, _s16_99, _s17_57, _s17_58, _s22_48, _s22_49, _s24_36, _s24_37, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_59, "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19", "document_upload", "Document Upload", _s20_60, _s34_16, "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_69, _s21_70, _s26_20, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_61, _s17_62, "update_app", "Update App", "started_import", _s27_29, _s24_38, _s24_39, _s20_61, _s20_62, _s18_61, _s18_62, "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_29, _s29_16, "select_file", "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e44\u0e1f\u0e25\u0e4c", _s16_100, _s16_101, "csv_file", "\u0e44\u0e1f\u0e25\u0e4c CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_50, _s24_40, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_63, _s17_64, "sidebar_editor", "Sidebar Editor", _s22_51, _s31_15, "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_41, _s24_42, _s24_43, _s24_44, "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_29, "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_45, _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_65, _s17_66, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_102, _s16_103, _s19_53, _s32_11, _s19_54, _s31_26, _s20_63, _s33_22, _s19_55, _s32_12, _s19_56, _s32_13, _s20_64, _s33_23, _s22_52, _s42_6, _s21_71, _s41_4, _s22_53, _s42_7, _s18_63, _s20_65, _s20_66, _s27_30, _s16_104, _s16_105, _s21_72, _s52_2, _s20_67, _s20_68, _s25_30, _s42_8, _s20_69, _s20_70, _s25_31, _s42_9, _s21_73, _s25_32, _s18_64, _s18_65, "task_settings", "Task Settings", _s20_71, _s20_72, _s18_66, "\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", _s20_73, "\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e43\u0e2b\u0e21\u0e48", _s21_74, _s21_75, _s24_46, "\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_47, "\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_33, "\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_48, "\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_49, _s37_11, _s25_34, "\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_31, "\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_21, _s46_11, _s27_32, _s47_1, _s23_30, _s25_35, _s25_36, _s32_14, _s21_76, _s21_77, "show_option", "Show Option", _s22_54, _s50_11, "view_changes", "View Changes", "force_update", "Force Update", _s17_67, _s76_0, "mark_paid_help", _s31_27, _s18_68, "\u0e04\u0e27\u0e23\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s23_31, _s33_32, _s29_17, _s36_16, _s21_78, _s20_75, _s16_106, _s16_107, _s18_69, _s18_70, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_68, _s17_69, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_37, _s38_8, _s25_38, _s38_9, _s25_39, _s38_10, "gateway_refund", "Gateway Refund", _s19_57, _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_55, _s22_56, _s21_79, _s21_80, _s17_70, _s17_71, "endless", "Endless", "next_send_date", "Next Send Date", _s16_108, _s16_109, _s17_72, "\u0e17\u0e33\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e0b\u0e49\u0e33", _s18_71, "\u0e17\u0e33\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e0b\u0e49\u0e33", _s21_81, "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e0b\u0e49\u0e33\u0e43\u0e2b\u0e21\u0e48", _s22_57, _s22_58, _s25_40, _s38_11, _s25_41, _s38_12, _s26_22, "\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_42, "\u0e25\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e41\u0e25\u0e49\u0e27", _s25_43, _s38_14, _s26_23, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e41\u0e25\u0e49\u0e27", _s27_33, _s47_2, _s26_24, _s46_12, _s27_34, _s47_3, _s24_50, _s26_25, _s25_44, _s32_15, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_17, _s28_18, "profit", "\u0e01\u0e33\u0e44\u0e23", "line_item", "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", _s18_73, _s18_74, _s23_32, _s35_25, _s19_58, _s19_59, _s24_51, _s52_3, "test_mode", "Test Mode", "opened", "Opened", _s30_7, _s22_59, _s30_8, _s22_60, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_74, _s17_75, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_110, _s16_111, "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_52, _s24_53, "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_75, _s18_76, "pdf_page_info", _s23_33, _s16_112, "\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_68, "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_10, "client_created", "Client Created", _s20_76, _s20_77, _s20_78, _s20_79, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_76, _s17_77, _s17_78, _s17_79, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_80, _s17_81, _s17_82, "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e17\u0e35\u0e48\u0e08\u0e30\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19", _s17_84, _s17_85, "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_86, _s28_19, "api_webhooks", "API Webhooks", "search_webhooks", _s22_61, "search_webhook", _s16_113, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_20, "updated_webhook", _s28_21, _s16_114, _s29_18, "deleted_webhook", _s28_22, "removed_webhook", _s28_23, _s16_115, _s29_19, _s17_87, _s37_12, _s16_116, _s36_5, _s16_117, _s36_6, _s17_88, _s37_13, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_80, "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_29, "restored_token", _s27_36, "archived_tokens", _s35_14, "deleted_tokens", _s34_17, "restored_tokens", _s35_15, _s19_60, _s19_61, _s24_54, _s45_9, "email_invoice", "\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25", "email_quote", _s16_539, "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_81, _s41_5, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_118, _s16_119, "contact_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", "use_default", "Use default", _s16_120, _s17_89, "number_of_days", "Number of days", _s23_34, _s23_35, "payment_term", "Payment Term", _s16_121, _s16_122, _s17_90, "\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_82, "\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_83, "\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_83, "\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_84, _s33_26, _s20_85, _s33_27, _s21_84, _s34_19, _s22_62, _s42_11, _s21_85, _s41_6, _s22_63, _s42_12, "email_sign_in", _s18_135, "change", "Change", _s23_36, _s28_24, _s24_55, _s29_20, "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_77, _s18_78, _s16_123, _s16_272, "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_124, _s16_273, "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_92, "search_design", "Search 1 Design", "search_invoice", _s16_125, "search_client", "Search 1 Client", "search_product", _s16_126, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_93, "search_task", "Search 1 Tasks", "search_project", _s16_127, "search_expense", _s16_128, "search_payment", _s16_129, "search_group", "Search 1 Group", "refund_payment", "\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e04\u0e37\u0e19", _s17_94, _s30_9, _s18_79, _s31_16, _s16_130, _s29_21, _s17_95, _s30_10, "reverse", "Reverse", "full_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e15\u0e47\u0e21", _s17_96, "\u0e40\u0e21\u0e37\u0e2d\u0e07 / \u0e23\u0e31\u0e10 / \u0e44\u0e1b\u0e23\u0e29\u0e13\u0e35\u0e22\u0e4c", _s17_98, "\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_131, _s32_16, _s18_80, "\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_45, "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_272, "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_46, _s25_47, _s16_132, _s16_133, "apply_license", "\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e44\u0e25\u0e40\u0e0b\u0e19\u0e15\u0e4c", "cancel_account", "\u0e25\u0e1a\u0e1a\u0e31\u0e0d\u0e0a\u0e35", _s22_64, "\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_65, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_25, "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_37, "updated_design", _s27_38, "archived_design", _s28_26, "deleted_design", _s27_39, "removed_design", _s27_40, "restored_design", _s28_27, _s16_134, _s36_7, "deleted_designs", _s35_16, _s16_135, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_136, _s16_137, "recurring_tasks", "Recurring Tasks", _s18_81, "\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_44, "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_138, "\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_139, _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_30, _s41_7, _s16_140, _s16_141, "app_updated", _s29_22, "learn_more", "\u0e2d\u0e48\u0e32\u0e19\u0e15\u0e48\u0e2d", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_100, _s17_101, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17\u0e43\u0e2b\u0e21\u0e48", "added_company", _s26_31, "company1", _s16_142, "company2", _s16_143, "company3", _s16_144, "company4", _s16_145, "product1", _s16_146, "product2", _s16_147, "product3", _s16_148, "product4", _s16_149, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_150, "contact2", _s16_151, "contact3", _s16_152, "contact4", _s16_153, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_154, "project2", _s16_155, "project3", _s16_156, "project4", _s16_157, "expense1", _s16_158, "expense2", _s16_159, "expense3", _s16_160, "expense4", _s16_161, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_162, "invoice2", _s16_163, "invoice3", _s16_164, "invoice4", _s16_165, "payment1", _s16_166, "payment2", _s16_167, "payment3", _s16_168, "payment4", _s16_169, "surcharge1", _s18_83, "surcharge2", _s18_84, "surcharge3", _s18_85, "surcharge4", _s18_86, "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_87, _s18_88, _s17_102, _s17_103, "contact_phone", "\u0e42\u0e17\u0e23\u0e28\u0e31\u0e1e\u0e17\u0e4c\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", _s21_86, _s22_66, _s21_87, _s22_67, _s21_88, _s22_68, _s21_89, _s22_69, _s17_104, "Shipping Street", _s17_105, _s18_89, "shipping_city", "Shipping City", "shipping_state", _s23_37, _s20_86, _s20_87, _s16_170, _s16_171, _s16_172, "Billing Street", _s16_173, _s17_106, "billing_city", "Billing City", "billing_state", _s22_70, _s19_62, _s19_63, "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_174, _s16_175, "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_90, _s35_17, _s30_11, _s63_2, "message", "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21", "from", "\u0e08\u0e32\u0e01", _s20_88, _s20_89, _s25_48, _s56_0, _s20_90, _s34_20, _s18_90, _s18_91, _s23_38, _s33_33, _s18_92, _s18_93, "support_forum", "Support Forums", "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_91, "\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e2a\u0e31\u0e49\u0e19\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b", _s20_91, _s58_2, _s19_64, _s19_65, _s23_39, _s23_40, _s20_92, _s20_93, "deleted_logo", _s25_49, "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_107, _s17_108, "show_cost_help", _s55_0, _s21_92, _s21_93, _s26_32, _s58_3, _s21_94, _s21_95, _s26_33, _s60_1, _s21_96, _s21_97, _s26_34, _s34_21, _s16_176, _s16_177, _s21_98, _s47_4, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_178, _s16_179, "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_109, _s17_110, "item_tax_rates", "Item Tax Rates", _s18_94, "\u0e42\u0e1b\u0e23\u0e14\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "configure_rates", "Configure rates", _s18_95, _s18_96, "tax_settings", "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e20\u0e32\u0e29\u0e35", _s18_97, "Tax Rates", "accent_color", "Accent Color", "switch", "\u0e2a\u0e25\u0e31\u0e1a", _s19_66, _s20_94, "options", "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01", _s16_180, _s16_181, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_45, _s39_8, "submit", "\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a", _s16_182, "\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_183, "\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", "before_due_date", _s19_67, "after_due_date", _s18_98, _s18_99, _s22_71, "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_99, _s21_100, "quote_email", _s16_539, _s16_185, _s16_186, _s16_187, _s16_188, "administrator", "\u0e1c\u0e39\u0e49\u0e14\u0e39\u0e41\u0e25\u0e23\u0e30\u0e1a\u0e1a", _s18_100, "\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_50, "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_53, "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_22, "deleted_users", _s33_28, "removed_users", _s33_29, "restored_users", _s34_23, _s16_189, "\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_111, "\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_72, "\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_41, "\u0e1d\u0e31\u0e07\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23", _s28_30, "\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_191, "\u0e41\u0e2a\u0e14\u0e07\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07", _s16_192, "\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_101, "Auto Email", _s23_42, _s52_4, _s18_102, "Auto Archive", _s23_43, _s55_1, _s18_103, "\u0e41\u0e1b\u0e25\u0e07\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", _s23_44, _s58_4, _s17_113, _s17_114, "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_115, "\u0e2a\u0e32\u0e21\u0e40\u0e14\u0e37\u0e2d\u0e19", _s16_193, "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_194, "Three Years", "never", "\u0e44\u0e21\u0e48\u0e40\u0e04\u0e22", "company", "Company", _s17_116, "\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_195, "\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_118, _s17_119, "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_120, _s17_121, _s16_197, "Show on PDF", _s21_101, _s51_6, _s25_54, "Checkbox \u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s30_12, "\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_45, "Checkbox \u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s28_31, "\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_55, "\u0e25\u0e32\u0e22\u0e40\u0e0b\u0e47\u0e19\u0e02\u0e2d\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s30_13, "\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_46, "\u0e25\u0e32\u0e22\u0e21\u0e37\u0e2d\u0e0a\u0e37\u0e48\u0e2d\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s22_74, "\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_46, "\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_56, "\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_198, _s16_199, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_68, "\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_69, "\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_71, "\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_200, _s28_148, _s16_201, _s28_148, _s17_123, "\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_202, _s29_25, _s17_124, _s30_14, _s18_104, _s38_15, _s17_125, _s37_14, _s18_105, _s38_16, "fill_products", "\u0e40\u0e15\u0e34\u0e21\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", _s18_106, "\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_96, "\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_203, _s16_204, _s21_102, _s61_3, "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_205, _s16_206, _s19_72, "New Gateway", _s20_97, "Edit Gateway", _s23_47, _s28_32, _s23_48, _s28_33, _s24_57, _s29_26, _s23_49, _s28_34, _s24_58, _s29_27, _s25_57, _s37_15, _s24_59, _s36_10, _s25_58, _s37_16, _s16_207, _s16_208, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "\u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49", "currency_format", "Currency Format", _s21_103, _s21_104, _s23_50, _s23_51, "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_107, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_73, _s19_74, _s17_126, _s17_127, _s19_75, _s19_76, _s18_108, _s18_109, _s18_110, _s18_111, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_37, "updated_group", _s26_38, "archived_groups", _s35_18, "deleted_groups", _s34_24, "restored_groups", _s35_19, "archived_group", _s27_47, "deleted_group", _s26_39, "restored_group", _s27_48, "upload_logo", "Upload Logo", "uploaded_logo", _s26_40, "logo", "www", "saved_settings", _s27_49, _s16_209, "\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_128, "\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_52, "\u0e40\u0e17\u0e21\u0e40\u0e1e\u0e25\u0e15\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19", _s22_75, _s20_98, _s19_77, "\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_50, _s28_35, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_79, _s19_80, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_59, _s25_60, _s24_60, _s24_61, _s33_30, _s77_1, "i_agree_to_the", "I agree to the", _s16_211, "\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_112, _s18_113, _s21_106, _s34_25, "download", "\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14", _s27_51, _s27_71, "take_picture", "Take Picture", "upload_files", "Upload Files", "document", "Document", "documents", "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23:", "new_document", "New Document", "edit_document", "Edit Document", _s17_130, _s30_15, _s16_213, _s29_28, _s17_131, _s30_16, _s16_214, _s29_29, _s17_132, _s30_17, _s18_114, _s38_17, _s17_133, _s37_17, _s18_115, _s38_18, "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_215, "Logged", _s16_216, "Pending", _s16_217, "Invoiced", "converted", "\u0e41\u0e1b\u0e25\u0e07", _s24_62, _s24_63, "exchange_rate", "\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e41\u0e25\u0e01\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19", _s16_218, "\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_219, "\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_220, _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_221, _s26_147, "deleted_expense", _s18_348, _s16_222, "\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_134, _s26_147, _s16_223, _s18_348, _s17_135, _s37_18, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a", _s21_107, _s21_108, "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_61, "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_224, _s16_225, "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_26, _s19_81, "\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_226, "\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_227, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", _s17_136, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 :count \u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", _s16_228, "\u0e25\u0e1a\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23 :count \u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", _s17_137, _s37_19, "new_project", "\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e21\u0e48", _s27_55, _s28_44, "if_you_like_it", _s21_109, "click_here", "\u0e04\u0e25\u0e34\u0e01\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48", _s18_116, "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_18, _s42_14, "locked", "Locked", "authenticate", "Authenticate", _s19_83, _s19_84, _s24_64, _s24_65, "footer", "\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e49\u0e32\u0e22", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_97, "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_138, _s17_139, "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", "all_time", "All Time", "custom", "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e2d\u0e07", _s16_229, _s16_230, "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_99, _s20_100, "billing_address", "\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e40\u0e23\u0e35\u0e22\u0e01\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e07\u0e34\u0e19", _s16_231, _s16_232, "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_272, "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_233, _s16_234, _s23_53, _s23_54, _s26_43, _s26_44, _s21_110, _s21_111, _s26_45, _s26_46, "ascending", "Ascending", "descending", "Descending", "save", "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", _s17_140, _s17_141, "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_85, _s30_19, "error", "Error", _s16_235, _s16_236, "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_237, _s16_238, "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_239, "\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_240, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e41\u0e25\u0e49\u0e27", _s17_142, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 :count \u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", _s16_241, "\u0e25\u0e1a\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32 :count \u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", _s17_143, _s37_20, "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_242, "\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_243, _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_244, "\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_245, "\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_144, "\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_246, "\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_145, _s37_21, "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_247, _s16_248, "paid_date", "Paid Date", "status", "\u0e2a\u0e16\u0e32\u0e19\u0e30", _s17_146, "Invoice Status", "quote_status", "Quote Status", _s22_76, _s22_77, _s22_78, "\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_101, _s20_102, _s22_79, _s22_80, _s24_66, _s24_67, "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_20, _s30_21, _s27_59, _s27_60, "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_81, _s35_20, _s22_82, _s35_21, _s23_55, _s36_14, _s23_56, _s36_15, "done", "\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", _s37_22, _s37_23, "dark_mode", "\u0e42\u0e2b\u0e21\u0e14\u0e01\u0e25\u0e32\u0e07\u0e04\u0e37\u0e19", _s27_61, _s35_22, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21", _s16_249, _s16_250, "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_251, "Pending", _s16_252, "Voided", _s16_253, "Failed", _s16_254, "Completed", _s16_255, _s18_78, _s16_256, "Refunded", _s17_147, "Unapplied", _s17_148, _s19_50, "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_112, "\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_257, "\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_258, "\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_149, "\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_259, "\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_150, _s37_24, "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_24, "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", "Vendors", "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_2, "activity_7", _s44_7, "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", _s82_, "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_12, "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_15, "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_75, "activity_49", _s24_76, "activity_50", _s25_71, "activity_51", _s24_77, "activity_52", _s25_72, "activity_53", _s26_53, "activity_54", _s27_72, "activity_55", _s31_28, "activity_56", _s27_73, "activity_57", _s39_10, "activity_58", _s31_23, "activity_59", _s32_17, "activity_60", _s28_61, "activity_61", _s28_64, "activity_62", _s28_65, "activity_63", _s61_0, "activity_64", _s62_0, "activity_65", _s61_1, "activity_66", _s63_3, "activity_80", _s40_5, "activity_81", _s40_6, "activity_82", _s41_8, "activity_83", _s40_7, "activity_84", _s41_9, _s17_151, _s17_152, "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_74, _s20_103, _s33_31, _s21_114, _s34_27, "expired", "\u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38", "all", "\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "select", "\u0e40\u0e25\u0e37\u0e2d\u0e01", _s22_83, _s22_84, "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_117, _s18_118, _s24_71, _s24_72, _s29_46, _s29_47, _s27_66, _s27_67, _s31_24, _s31_25, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_86, _s19_87, _s19_88, _s19_89, _s22_85, _s22_86, _s22_87, _s22_88, _s21_115, _s21_116, _s21_117, _s21_118, _s21_119, _s21_120, _s21_121, _s21_122, _s22_89, _s22_90, _s22_91, _s22_92, _s22_93, _s22_94, _s22_95, "\u0e01\u0e32\u0e23\u0e19\u0e31\u0e1a\u0e08\u0e33\u0e19\u0e27\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s20_104, _s20_105, _s20_106, "\u0e01\u0e32\u0e23\u0e19\u0e31\u0e1a\u0e08\u0e33\u0e19\u0e27\u0e19\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s21_123, _s21_124, _s21_125, _s21_126, _s21_127, _s21_124, _s21_128, _s21_126, _s18_119, _s18_120, "counter_padding", "Counter Padding", _s28_66, _s27_75, _s18_121, _s18_122, _s18_123, _s18_124, _s18_125, _s18_126, _s18_127, _s18_128, _s18_129, _s18_130, _s18_131, _s18_132, _s21_129, _s21_130, _s19_90, _s19_91, _s21_131, _s21_132, _s29_48, _s29_49, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_260, _s16_261, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_262, "vendor_address1", "Vendor Street", "vendor_address2", _s16_263, _s24_73, _s22_97, _s24_74, _s25_69, "type", "\u0e0a\u0e19\u0e34\u0e14", "invoice_amount", "\u0e08\u0e33\u0e19\u0e27\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s16_264, "\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_153, _s18_83, _s17_154, _s18_84, _s17_155, _s18_85, _s17_156, _s18_86, "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_92, _s19_93, _s16_265, "\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", _s19_94, _s19_95, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_133, _s18_134, _s16_266, _s16_267], t1, t1), "tr_TR", A.LinkedHashMap_LinkedHashMap$_literal([_s16_, "Unpaid", _s16_0, "Paid", "recurring", "Tekrar eden", "ziptax_help", _s79_, "cache_data", "Cache Data", "unknown", "Unknown", "webhook_failure", "Webhook Failure", "email_opened", "Email Opened", "email_delivered", "Email Delivered", "log", "Log", "individual", "Individual", "partnership", "partnership", "trust", "Trust", "charity", "Charity", "government", "Government", "classification", "Classification", _s24_, _s24_0, "public", "Public", "private", "Private", "image", "Image", "other", "Other", "hash", "Hash", "linked_to", "Linked To", _s18_, _s32_18, _s21_, _s41_, _s20_, _s33_, "unlink", "Ba\u011flant\u0131s\u0131n\u0131 kald\u0131r", _s25_, _s76_, "is_tax_exempt", "Tax Exempt", "district", "District", "region", "Region", "county", "County", "tax_details", "Tax Details", _s18_0, _s66_, _s18_1, _s63_, _s20_0, _s20_1, _s24_1, _s24_2, _s29_, _s65_, _s25_0, _s56_, _s18_2, _s18_3, "credit_item", "Credit Item", "files", "Files", "camera", "Camera", "gallery", "Gallery", _s20_2, _s21_0, _s16_1, _s16_2, _s29_0, _s29_1, _s34_, _s50_, "next_send_time", "Next Send Time", _s20_3, _s33_0, "certificate_set", "Certificate set", _s19_, _s19_0, "passphrase_set", "Passphrase set", _s18_4, _s18_5, _s18_6, _s18_7, _s22_, _s22_0, "rename", "Rename", _s16_3, _s29_2, "e_invoice", "E-Invoice", "light_dark_mode", "Light/Dark Mode", "activities", "Activities", "routing_id", "Routing ID", _s16_4, _s16_5, "e_invoice_type", "E-Invoice Type", "reduced_tax", "Reduced Tax", "override_tax", "Override Tax", "zero_rated", "Zero Rated", "reverse_tax", "Reverse Tax", _s20_4, _s37_, _s22_1, _s39_, _s16_6, _s16_7, "payment_manual", "Payment Manual", "tax_category", "Tax Category", "physical_goods", "Physical Goods", _s16_8, _s16_9, "services", "Services", "shipping", "Shipping", "tax_exempt", "Tax Exempt", "reduced_rate", "Reduced Rate", "tax_all", "Tax All", "tax_selected", "Tax Selected", "version", "version", _s16_10, _s16_11, "calculate_taxes", "Calculate Taxes", _s20_5, _s50_0, "admin", "Admin", "owner", "Owner", "link_expenses", "Link Expenses", _s24_3, _s24_4, _s25_1, _s25_2, "total_hours", "Total Hours", _s16_12, _s39_0, _s18_8, _s22_2, _s23_, _s51_, "increase_prices", "Increase Prices", "update_prices", "Update Prices", "incresed_prices", _s42_, "updated_prices", _s40_, "bacs", _s17_157, "api_token", "API Token", "api_key", "API Key", "endpoint", "Endpoint", "billable", "Billable", "not_billable", "Not Billable", _s25_3, _s25_4, _s30_, _s46_13, _s26_, _s26_0, _s31_, _s40_0, "email_record", "Email Record", _s23_0, _s23_1, _s21_1, _s21_2, _s22_3, _s22_4, _s25_5, _s25_6, _s30_0, _s64_, _s27_, _s27_0, "cc_email", "CC Email", "payment_balance", "Payment Balance", _s22_5, _s74_, "activity_138", _s39_11, _s17_, _s17_0, _s26_1, _s26_2, "required", "Required", "hidden", "Hidden", "payment_links", "Payment Links", "action", "\u0130\u015flem", _s32_, _s42_0, "next_run", "Next Run", "all_clients", "All Clients", _s16_13, _s16_14, _s19_1, _s19_2, _s26_3, _s26_4, "email_statement", "Email Statement", "once", "Once", "schedule", "program", "schedules", "Schedules", "new_schedule", "New Schedule", "edit_schedule", "Edit Schedule", _s16_15, _s29_3, _s16_16, _s29_4, _s17_1, _s30_1, _s16_17, _s29_5, _s16_18, _s29_6, _s17_2, _s30_2, "search_schedule", "Search Schedule", _s16_19, _s16_20, "archive_payment", "\xd6deme Ar\u015fivle", "archive_invoice", "Faturay\u0131 Ar\u015fivle", "archive_quote", "Teklif Ar\u015fivle", "archive_credit", "Kredi Ar\u015fivle", "archive_task", "G\xf6rev Ar\u015fivle", "archive_client", "M\xfc\u015fteri Ar\u015fivle", "archive_project", "Archive Project", "archive_expense", "Gideri Ar\u015fivle", "restore_payment", "\xd6deme Geri Y\xfckle", "restore_invoice", "Faturay\u0131 Geri Y\xfckle", "restore_quote", "Teklifi Geri Y\xfckle", "restore_credit", "Kredi Geri Y\xfckle", "restore_task", "G\xf6revi Geri Y\xfckle", "restore_client", "M\xfc\u015fteriyi Geri Y\xfckle", "restore_project", "Restore Project", "restore_expense", "Gideri Geri Y\xfckle", "archive_vendor", "Tedarik\xe7iyi Ar\u015fivle", "restore_vendor", "Restore Vendor", "create_product", "\xdcr\xfcn Ekle", "update_product", "Update Product", "delete_product", "Delete Product", "restore_product", "Restore Product", "archive_product", "\xdcr\xfcn Ar\u015fivle", _s21_3, _s21_4, _s21_5, _s21_6, _s21_7, _s21_8, _s22_6, _s22_7, _s22_8, _s22_9, "sent_invoice", "Sent Invoice", "sent_quote", "Sent Quote", "sent_credit", "Sent Credit", _s19_3, _s19_4, "image_url", "Image URL", "max_quantity", "Max Quantity", "test_url", "Test URL", _s18_9, _s19_5, _s20_6, _s32_0, _s21_9, _s28_, _s21_10, _s19_5, "payment_methods", "Payment Methods", "view_all", "View All", "edit_all", "Edit All", _s28_0, _s28_1, _s33_1, _s60_, "from_email", "From Email", "show_preview", "Show Preview", "show_paid_stamp", "Show Paid Stamp", _s21_11, _s21_12, _s24_5, _s58_, "pixels", "Pixels", "logo_size", "Logo Size", "postal_city", "Postal/City", "failed", "Failed", "client_contacts", "Client Contacts", "sync_from", "Sync From", _s19_6, _s19_7, "hour", "Saat", _s17_3, _s40_1, _s17_4, _s17_5, _s18_10, _s18_11, _s23_2, _s39_1, _s27_1, _s27_2, _s28_2, _s28_3, "email_alignment", "Email Alignment", _s20_7, _s20_8, "mailgun", "Mailgun", "postmark", "Postmark", "microsoft", "Microsoft", _s27_3, _s26_5, "last365_days", "Last 365 Days", "import_design", "Import Design", "imported_design", _s28_4, "invalid_design", _s52_, _s17_6, _s35_, "upload", "Y\xfckle", _s17_7, _s17_8, _s23_3, _s23_4, _s28_5, _s62_, "update_payment", "Update Payment", "markup", "Markup", _s22_10, _s22_11, _s19_8, _s19_9, _s21_13, _s21_14, _s23_5, _s23_6, _s20_9, _s60_0, "klarna", "Klarna", _s29_7, _s51_0, _s29_8, _s45_, "matomo_url", "Matomo URL", "matomo_id", "Matomo Id", _s21_15, "Add To Invoice", _s25_7, _s44_, _s25_8, _s46_, _s28_6, _s45_0, "delete_project", "Delete Project", _s18_12, _s31_0, "link_payment", "Link Payment", "link_expense", "Link Expense", _s19_10, _s19_11, _s24_6, _s45_1, _s21_16, _s21_17, _s26_6, _s27_4, _s24_7, _s24_8, _s29_9, _s31_1, _s17_9, _s17_10, _s27_5, _s27_6, "convert_matched", "Convert", _s19_12, _s45_2, _s20_10, _s46_0, "operator", "Operator", "value", "Value", "is", "Is", "contains", "Contains", "starts_with", "Starts with", "is_empty", "Is empty", "add_rule", "Add Rule", "match_all_rules", "Match All Rules", _s20_11, _s54_, _s17_11, _s54_0, "rules", "Rules", _s16_21, _s16_22, _s17_12, _s17_13, _s20_12, _s20_13, _s21_18, _s21_19, _s24_9, _s25_9, _s24_10, _s37_0, _s25_10, _s38_, _s24_11, _s37_1, _s24_12, _s37_2, _s25_11, _s38_0, _s23_7, _s23_8, _s24_13, _s24_14, _s21_20, "Varsay\u0131lan ko\u015fullar olarak kaydet", _s22_12, "Varsay\u0131lan altbilgi olarak kaydet", "auto_sync", "Auto Sync", _s16_23, _s16_24, _s31_2, _s50_1, _s34_0, _s39_2, "disable_2fa", "Disable 2FA", "change_number", "Change Number", "resend_code", "Resend Code", "base_type", "Base Type", "category_type", "Category Type", _s16_25, "Transaction", "bulk_print", "Print PDF", _s18_13, _s18_14, _s16_26, _s16_27, "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", _s20_14, _s20_15, _s21_22, _s21_23, _s19_13, _s19_14, _s22_14, _s31_3, "include_deleted", "Include Deleted", _s20_16, _s34_1, "due_on", "Due On", _s22_15, _s35_0, _s20_17, _s33_2, _s20_18, "Banka hesab\u0131 ba\u015far\u0131yla g\xfcncellendi", _s17_14, "Banka Hesab\u0131n\u0131 D\xfczenle", _s16_28, _s16_29, "account_type", "Account type", _s16_30, _s16_268, _s16_31, _s16_32, "manage_rules", "Manage Rules", "search_category", _s17_16, _s17_17, _s24_15, "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "Selected", _s21_24, _s34_2, _s18_15, _s18_16, "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "Update Credit", "delete_credit", "Kredi Sil", "transaction", "Transaction", "transactions", "Transactions", "new_transaction", "New Transaction", _s16_33, _s16_34, _s19_15, _s32_1, _s19_16, _s32_2, _s20_19, _s33_4, _s19_17, _s32_3, _s19_18, _s32_4, _s20_20, _s33_5, _s18_17, _s18_18, _s19_19, _s26_7, "bank_account", "Bank Account", "bank_accounts", _s20_98, _s21_25, _s34_3, _s20_21, _s33_6, _s20_22, _s33_7, _s21_26, _s34_4, _s19_20, _s19_21, _s20_23, _s27_7, "connect", "Connect", _s23_9, _s23_10, _s18_19, _s18_20, "client_email", "Client Email", _s20_24, _s20_25, _s25_12, _s41_0, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_27, "Active Invoices", _s26_8, _s20_26, _s24_16, _s18_21, _s23_11, _s17_18, _s19_22, "Active Quotes", _s21_28, "Approved Quotes", _s23_12, _s17_19, _s18_22, "Logged Tasks", _s20_27, "Invoiced Tasks", _s16_35, "Paid Tasks", _s21_29, "Logged Expenses", _s22_16, _s16_36, _s23_13, _s17_20, _s27_8, _s21_30, "activity_130", _s44_0, "activity_131", _s44_1, "activity_132", _s45_3, "activity_133", _s44_2, "activity_134", _s45_4, "activity_135", _s44_3, "activity_136", _s46_1, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_17, _s35_1, _s17_21, _s17_22, _s22_17, _s22_18, _s21_31, _s34_5, "code_was_sent", _s28_7, _s16_37, _s39_3, "resend", "Resend", "verify", "Verify", _s18_23, _s29_10, _s20_28, _s20_29, _s19_23, _s19_24, _s24_18, _s46_2, _s28_8, _s46_3, "merged_clients", _s27_9, "merge_into", "Merge Into", "merge", "Merge", _s21_32, _s21_33, _s19_25, _s29_11, _s17_23, _s17_24, "activate", "Activate", "connect_apple", "Connect Apple", _s16_38, _s16_39, _s18_24, _s31_4, "send_now", "Send Now", "received", "Received", _s19_26, _s19_27, _s20_30, _s33_8, _s21_34, _s34_6, _s18_25, _s18_26, _s16_40, _s16_41, _s33_9, _s46_4, _s34_7, _s47_, _s22_19, _s22_20, _s22_21, _s22_22, _s27_10, _s34_8, _s24_19, _s25_13, "yes_its_great", _s16_42, "not_so_much", "Not so much", _s17_25, _s41_1, _s22_23, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_27, _s18_28, _s22_24, _s22_25, _s27_11, _s55_, "vendor_details", "Vendor Details", _s22_26, _s22_27, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_14, "Clone to PO", _s20_31, _s41_2, "bulk_send_email", "Send Email", _s29_12, _s42_1, _s30_3, _s43_, _s23_15, _s36_, _s24_20, _s37_3, _s24_21, _s37_4, _s25_14, _s38_1, "accepted", "Accepted", _s22_28, _s22_29, _s20_32, _s20_33, _s20_34, _s20_35, _s26_9, _s21_35, _s18_29, _s31_5, "connect_email", "Connect Email", _s16_43, _s16_44, _s32_5, _s46_5, "email_provider", "Email Provider", _s17_26, _s17_27, _s20_36, _s20_37, _s19_28, _s32_6, _s22_30, _s35_2, _s17_28, _s20_38, _s17_29, _s22_31, _s22_32, _s45_5, _s23_16, _s46_6, _s16_45, _s27_12, _s21_36, _s21_37, _s20_39, _s20_40, _s21_38, _s21_39, _s32_7, _s24_22, _s37_5, _s42_2, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_30, _s18_31, _s19_29, _s19_30, _s22_33, _s35_3, _s22_34, _s35_4, _s23_17, _s36_0, _s22_35, _s35_5, _s22_36, _s35_6, _s23_18, _s36_1, _s21_40, _s21_41, _s22_37, _s22_38, "login_url", "Login URL", _s16_46, _s16_47, "default", "Default", "stock_quantity", "Stock Quantity", _s22_39, _s22_40, "track_inventory", "Track Inventory", _s20_41, _s63_0, _s19_31, _s19_32, _s24_23, _s50_2, "vat", "VAT", "standing", "Beklemede", "view_map", "View Map", _s18_32, _s18_33, "add_gateway", "\xd6deme Sistemi Ekle", _s24_24, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_25, _s24_26, _s31_6, "Invoice Sent", _s24_27, _s24_28, _s29_13, _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_33, _s63_1, "use_quote_terms", "Use Quote Terms", _s20_42, _s37_6, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_43, _s37_7, _s21_42, _s45_6, "register_label", _s30_4, "login_label", _s28_9, "add_to_invoice", ":invoice nolu faturaya ekle", _s17_30, _s17_31, "week", "Week", "created_record", _s27_13, _s26_10, _s17_32, _s31_7, _s50_3, _s31_8, _s22_41, _s36_2, _s46_14, _s20_44, _s20_45, _s25_15, _s45_11, _s16_48, _s16_49, "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_8, "change_status", "Change Status", "fees_sample", _s46_7, _s19_34, _s19_35, _s24_29, _s29_14, "after_saving", "After Saving", "view_record", "View Record", _s21_43, _s21_44, _s26_11, _s37_25, _s19_36, _s19_37, "json_help", _s58_0, "release_notes", "Release Notes", _s23_19, _s33_10, "started_tasks", _s33_11, "stopped_tasks", _s33_12, "approved_quote", _s27_68, "approved_quotes", _s35_7, "approve", "Onayla", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_45, _s21_46, _s20_46, _s20_47, _s27_14, _s27_15, _s23_20, _s23_21, "load_pdf", "Load PDF", _s16_50, _s16_269, _s24_30, _s44_6, "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_51, _s16_52, "purged_client", _s26_12, _s27_16, _s77_0, _s22_42, _s34_9, "small", "Small", _s21_47, _s34_10, _s22_43, _s35_8, _s16_53, _s45_7, "wait_for_saving", _s44_4, _s20_48, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_4, "activity_121", _s50_5, "activity_122", _s51_1, "activity_123", _s50_6, "activity_124", _s51_2, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_54, _s16_55, _s21_48, _s42_3, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_56, _s16_57, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_17, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_49, _s30_5, "set_password", "\u015eifreyi belirle", _s17_33, _s59_, _s16_58, _s58_1, _s20_49, _s33_13, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_50, "becs", _s17_158, "bulk_download", "Download", _s17_34, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_34, _s18_35, _s17_35, _s17_36, "has_tasks", "Has Tasks", "registration", "Registration", _s27_18, _s50_7, "view_expense", "Gideri g\xf6r # :expense", "view_statement", "View Statement", "sepa", _s17_159, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_36, _s18_37, "system", "Sistem", _s19_38, _s19_39, "updated_company", _s28_10, "kbc", "KBC", "bancontact", "Bancontact", _s19_40, _s44_5, "webhook_success", "Webhook Success", _s24_31, _s40_2, _s27_19, _s43_0, "app", "App", _s20_50, _s46_8, _s16_59, _s16_270, _s19_41, "Email Invoices", _s17_37, "Email Quotes", _s18_38, "Email Credits", "from_name", "From Name", _s16_60, _s16_61, _s17_38, _s17_39, _s18_39, _s18_40, _s21_50, _s21_51, _s22_44, _s22_45, _s25_16, _s38_2, _s25_17, _s38_3, _s26_13, _s39_4, _s25_18, _s38_4, _s25_19, _s38_5, _s26_14, _s39_5, _s24_32, _s24_33, _s25_20, _s25_21, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_42, _s32_9, "is_invoiced", "Is Invoiced", "change_plan", "Manage Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_62, _s16_63, _s16_64, _s16_65, _s28_11, _s28_12, "decimal_comma", "Decimal Comma", _s26_15, _s35_9, "select_method", "Select Method", "select_platform", "Select Platform", _s28_13, _s42_4, _s16_66, _s27_69, "enable_markdown", "Enable Markdown", _s20_51, _s35_10, "user_guide", "User Guide", _s18_41, _s18_42, "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_9, _s31_10, _s25_22, _s25_23, _s33_14, _s33_15, _s27_20, _s27_21, _s36_3, _s36_4, _s31_11, _s31_12, _s25_24, _s25_25, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_22, _s57_0, _s21_52, _s62_1, "change_email", "Change Email", _s25_26, _s52_0, _s21_53, _s21_54, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Verileri \u0130\xe7e Aktar", "import_settings", "Import Settings", _s17_40, _s28_14, _s19_43, _s48_0, "json", "JSON", _s24_34, _s24_35, "wait_for_data", _s42_5, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_67, _s16_68, _s18_43, _s40_3, "login_success", _s16_69, "login_failure", "Failed Login", "exported_data", _s67_, _s23_23, _s23_24, _s28_15, _s41_3, "step_1_sign_in", "Step 1: Sign In", _s16_70, _s17_41, "account_id", "Account ID", _s27_22, _s35_11, "activity_100", _s50_8, "activity_101", _s50_9, "activity_102", _s51_3, "activity_103", _s50_10, "activity_104", _s51_4, _s18_44, _s18_45, _s23_25, _s35_12, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_71, _s16_72, _s18_46, _s31_13, _s16_73, _s16_74, "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_47, _s18_48, _s17_42, _s17_43, "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_2, _s21_55, _s53_, _s25_27, _s37_8, _s17_44, _s17_45, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_16, _s85_, _s20_52, _s54_1, _s21_56, _s21_57, _s17_46, _s17_47, "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_49, _s18_50, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_51, _s18_52, _s16_75, _s16_76, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_58, _s21_59, _s18_53, _s18_54, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_60, _s21_61, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_53, "Spam Complaint", "email_delivery", "Email Delivery", _s16_77, _s16_78, "pdf_response", "PDF Response", _s22_46, _s22_47, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "payment_link", "Payment Link", _s16_79, _s16_80, _s17_48, _s17_49, _s20_54, _s33_16, _s20_55, _s33_17, _s21_62, _s34_11, _s20_56, _s33_18, _s20_57, _s33_19, _s21_63, _s34_12, _s19_44, _s21_64, _s20_58, _s27_23, _s26_17, _s26_18, "connect_gmail", "Connect Gmail", _s16_81, _s16_82, "connected_gmail", _s28_16, _s18_55, _s31_14, _s16_83, _s100_, _s16_84, _s16_85, "count_minutes", ":count Minutes", _s16_86, _s16_87, _s29_15, _s28_67, "use_last_email", "Use last email", _s16_88, _s16_89, _s21_65, _s51_7, _s27_24, _s35_13, _s27_25, _s27_26, _s34_13, _s52_1, "help_translate", "Help Translate", _s23_26, _s23_27, "resend_invite", _s17_160, _s19_45, _s25_28, _s16_90, _s30_6, _s19_46, _s33_20, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_10, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_66, _s46_9, _s18_56, _s46_10, "connect_google", "Connect Google", _s17_50, _s17_51, _s17_52, _s25_70, _s18_57, _s18_58, _s34_14, _s34_15, "stay_logged_in", "Stay Logged In", _s23_28, _s40_4, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_47, _s19_48, _s17_53, _s17_54, "resend_email", "Resend Email", _s26_19, _s33_21, _s16_91, _s16_290, _s19_49, _s19_50, _s19_51, _s45_8, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_55, _s17_56, _s27_27, _s51_5, _s21_67, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_59, "Faturaya D\xf6n\xfc\u015ft\xfcr", _s16_92, _s16_93, "invoice_project", "Invoice Project", "invoice_task", "Fatura G\xf6revi", "invoice_expense", "Gider Faturas\u0131", _s19_52, _s21_68, _s20_59, _s27_28, _s16_94, _s16_95, "save_and_email", "Save and Email", _s16_96, _s16_97, _s16_98, _s16_99, _s17_57, _s17_58, _s22_48, _s22_49, _s24_36, _s24_37, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_59, _s17_60, "document_upload", "Document Upload", _s20_60, _s34_16, "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_69, _s21_70, _s26_20, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_61, _s17_62, "update_app", "Update App", "started_import", _s27_29, _s24_38, _s24_39, _s20_61, _s20_62, _s18_61, _s18_62, "column", "S\xfctun", "sample", "\xd6rnek", "map_to", "Map To", "import", "\u0130\xe7e Aktar", _s25_29, _s29_16, "select_file", "L\xfctfen bir dosya se\xe7in", _s16_100, _s16_101, "csv_file", "CSV dosya", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_50, _s24_40, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_63, _s17_64, "sidebar_editor", "Sidebar Editor", _s22_51, _s31_15, "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_41, _s24_42, _s24_43, _s24_44, "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_29, "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_45, _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_65, _s17_66, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_102, _s16_103, _s19_53, _s32_11, _s19_54, _s31_26, _s20_63, _s33_22, _s19_55, _s32_12, _s19_56, _s32_13, _s20_64, _s33_23, _s22_52, _s42_6, _s21_71, _s41_4, _s22_53, _s42_7, _s18_63, _s20_65, _s20_66, _s27_30, _s16_104, _s16_105, _s21_72, _s52_2, _s20_67, _s20_68, _s25_30, _s42_8, _s20_69, _s20_70, _s25_31, _s42_9, _s21_73, _s25_32, _s18_64, _s18_65, "task_settings", "Task Settings", _s20_71, _s20_72, _s18_66, "Gider Kategorisi", _s20_73, "Yeni Gider Kategorisi", _s21_74, _s21_75, _s24_46, _s37_9, _s24_47, _s37_10, _s25_33, _s38_6, _s24_48, _s29_51, _s24_49, _s37_11, _s25_34, _s38_7, _s27_31, _s45_12, _s26_21, _s46_11, _s27_32, _s47_1, _s23_30, _s25_35, _s25_36, _s32_14, _s21_76, _s21_77, "show_option", "Show Option", _s22_54, _s50_11, "view_changes", "View Changes", "force_update", "Force Update", _s17_67, _s76_0, "mark_paid_help", _s31_27, _s18_68, "Faturalanmal\u0131 m\u0131", _s23_31, _s33_32, _s29_17, _s36_16, _s21_78, _s20_75, _s16_106, _s16_107, _s18_69, _s18_70, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_271, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_68, _s17_69, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_37, _s38_8, _s25_38, _s38_9, _s25_39, _s38_10, "gateway_refund", "Gateway Refund", _s19_57, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_55, _s22_56, _s21_79, _s21_80, _s17_70, _s17_71, "endless", "Endless", "next_send_date", "Next Send Date", _s16_108, _s16_109, _s17_72, "Tekrarlayan Fatura", _s18_71, "Tekrarlayan Faturalar", _s21_81, "Yeni Tekrarlayan Fatura", _s22_57, _s22_58, _s25_40, _s38_11, _s25_41, _s38_12, _s26_22, "Tekrarlayan fatura ba\u015far\u0131yla ar\u015fivlendi", _s25_42, "Tekrarlayan fatura ba\u015far\u0131yla silindi", _s25_43, _s38_14, _s26_23, "Tekrarlayan fatura ba\u015far\u0131yla geri y\xfcklendi", _s27_33, _s47_2, _s26_24, _s46_12, _s27_34, _s47_3, _s24_50, _s26_25, _s25_44, _s32_15, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_17, _s28_18, "profit", "Profit", "line_item", "Line Item", _s18_73, _s18_74, _s23_32, _s35_25, _s19_58, _s19_59, _s24_51, _s52_3, "test_mode", "Test Mode", "opened", "Opened", _s30_7, _s22_59, _s30_8, _s22_60, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_74, _s17_75, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_110, _s16_111, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Kart bilgilerini sakla", _s24_52, _s24_53, "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_75, _s18_76, "pdf_page_info", _s23_33, _s16_112, _s29_52, "emailed_quotes", _s27_70, "emailed_credits", _s28_68, "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_10, "client_created", "Client Created", _s20_76, _s20_77, _s20_78, _s20_79, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_76, _s17_77, _s17_78, _s17_79, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_80, _s17_81, _s17_82, "Yakla\u015fan Faturalar", _s17_84, _s17_85, "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_86, _s28_19, "api_webhooks", "API Webhooks", "search_webhooks", _s22_61, "search_webhook", _s16_113, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_20, "updated_webhook", _s28_21, _s16_114, _s29_18, "deleted_webhook", _s28_22, "removed_webhook", _s28_23, _s16_115, _s29_19, _s17_87, _s37_12, _s16_116, _s36_5, _s16_117, _s36_6, _s17_88, _s37_13, "api_tokens", "API Tokenlar\u0131", "api_docs", "API Docs", "search_tokens", _s20_80, "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_29, "restored_token", _s27_36, "archived_tokens", _s35_14, "deleted_tokens", _s34_17, "restored_tokens", _s35_15, _s19_60, _s19_61, _s24_54, _s45_9, "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_81, _s41_5, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_118, _s16_119, "contact_name", "Contact Name", "use_default", "Use default", _s16_120, _s17_89, "number_of_days", "Number of days", _s23_34, _s23_35, "payment_term", "Payment Term", _s16_121, _s16_122, _s17_90, _s17_91, _s20_82, _s33_24, _s20_83, _s33_25, _s21_83, _s34_18, _s20_84, _s33_26, _s20_85, _s33_27, _s21_84, _s34_19, _s22_62, _s42_11, _s21_85, _s41_6, _s22_63, _s42_12, "email_sign_in", _s18_135, "change", "Change", _s23_36, _s28_24, _s24_55, _s29_20, "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_77, _s18_78, _s16_123, _s16_272, "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_124, _s16_273, "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_92, "search_design", "Search 1 Design", "search_invoice", _s16_125, "search_client", "Search 1 Client", "search_product", _s16_126, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_93, "search_task", "Search 1 Tasks", "search_project", _s16_127, "search_expense", _s16_128, "search_payment", _s16_129, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_94, _s30_9, _s18_79, _s31_16, _s16_130, _s29_21, _s17_95, _s30_10, "reverse", "Reverse", "full_name", "Full Name", _s17_96, _s17_97, _s17_98, _s17_99, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_131, _s32_16, _s18_80, _s65_0, "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_45, "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_194, "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_46, _s25_47, _s16_132, _s16_133, "apply_license", "Apply License", "cancel_account", "Hesab\u0131 Sil", _s22_64, _s69_0, "delete_company", "Delete Company", _s22_65, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_25, "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_37, "updated_design", _s27_38, "archived_design", _s28_26, "deleted_design", _s27_39, "removed_design", _s27_40, "restored_design", _s28_27, _s16_134, _s36_7, "deleted_designs", _s35_16, _s16_135, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_136, "Tekrarlayan Fiyat Teklifleri", "recurring_tasks", "Recurring Tasks", _s18_81, _s18_82, "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_42, "archived_credit", "Kredi ba\u015far\u0131yla ar\u015fivlendi", "deleted_credit", "Kredi ba\u015far\u0131yla silindi", "removed_credit", _s27_44, "restored_credit", "Kredi Ba\u015far\u0131yla Geri Y\xfcklendi", _s16_138, ":count kredi ar\u015fivlendi", "deleted_credits", ":count kredi ba\u015far\u0131yla silindi", _s16_139, _s36_9, "current_version", "Mevcut version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_30, _s41_7, _s16_140, _s16_141, "app_updated", _s29_22, "learn_more", "Daha fazla bilgi edin", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_100, _s17_101, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Yeni Firma", "added_company", _s26_31, "company1", _s16_142, "company2", _s16_143, "company3", _s16_144, "company4", _s16_145, "product1", _s16_146, "product2", _s16_147, "product3", _s16_148, "product4", _s16_149, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_150, "contact2", _s16_151, "contact3", _s16_152, "contact4", _s16_153, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_154, "project2", _s16_155, "project3", _s16_156, "project4", _s16_157, "expense1", _s16_158, "expense2", _s16_159, "expense3", _s16_160, "expense4", _s16_161, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_162, "invoice2", _s16_163, "invoice3", _s16_164, "invoice4", _s16_165, "payment1", _s16_166, "payment2", _s16_167, "payment3", _s16_168, "payment4", _s16_169, "surcharge1", _s18_83, "surcharge2", _s18_84, "surcharge3", _s18_85, "surcharge4", _s18_86, "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_87, _s18_88, _s17_102, _s17_103, "contact_phone", "Contact Phone", _s21_86, _s22_66, _s21_87, _s22_67, _s21_88, _s22_68, _s21_89, _s22_69, _s17_104, "Shipping Street", _s17_105, _s18_89, "shipping_city", "Shipping City", "shipping_state", _s23_37, _s20_86, _s20_87, _s16_170, _s16_171, _s16_172, "Billing Street", _s16_173, _s17_106, "billing_city", "Billing City", "billing_state", _s22_70, _s19_62, _s19_63, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_274, "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_174, _s16_175, "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_90, _s35_17, _s30_11, _s63_2, "message", "Mesaj", "from", "Kimden", _s20_88, _s20_89, _s25_48, _s56_0, _s20_90, _s34_20, _s18_90, _s18_91, _s23_38, _s33_33, _s18_92, _s18_93, "support_forum", "Support Forums", "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_91, _s21_133, _s20_91, _s58_2, _s19_64, _s19_65, _s23_39, _s23_40, _s20_92, _s20_93, "deleted_logo", _s25_49, "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_107, _s17_108, "show_cost_help", _s55_0, _s21_92, _s21_93, _s26_32, _s58_3, _s21_94, _s21_95, _s26_33, _s60_1, _s21_96, _s21_97, _s26_34, _s34_21, _s16_176, _s16_177, _s21_98, _s47_4, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_178, _s16_179, "user", "Kullan\u0131c\u0131", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_109, _s17_110, "item_tax_rates", "Item Tax Rates", _s18_94, _s22_80, "configure_rates", "Configure rates", _s18_95, _s18_96, "tax_settings", "Vergi Ayarlar\u0131", _s18_97, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_66, _s20_94, "options", "Options", _s16_180, _s16_181, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_45, _s39_8, "submit", "Submit", _s16_182, "\u015eifreni kurtar", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_183, _s16_184, "before_due_date", _s19_67, "after_due_date", _s18_98, _s18_99, _s22_71, "days", "Days", "invoice_email", "Fatura E-postas\u0131", "payment_email", "\xd6deme E-postas\u0131", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_99, _s21_100, "quote_email", "Teklif E-postas\u0131", _s16_185, _s16_186, _s16_187, _s16_188, "administrator", "Administrator", _s18_100, _s66_0, "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_50, "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_53, "restored_user", "Kullan\u0131c\u0131 ba\u015far\u0131yla geri y\xfcklendi", "archived_users", _s34_22, "deleted_users", _s33_28, "removed_users", _s33_29, "restored_users", _s34_23, _s16_189, "Genel Ayarlar", "invoice_options", "Fatura Se\xe7enekleri", _s17_111, "\xd6deme Tarihini Gizle", _s22_72, "Bir \xf6deme al\u0131nd\u0131\u011f\u0131nda yaln\u0131zca faturalar\u0131n\u0131zdaki '\xd6denen Tarihi' alan\u0131n\u0131 g\xf6r\xfcnt\xfcleyin.", _s23_41, "Embed Documents", _s28_30, _s39_9, _s16_191, "Show Header on", _s16_192, "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_101, "Auto Email", _s23_42, _s52_4, _s18_102, "Auto Archive", _s23_43, _s55_1, _s18_103, "Auto Convert", _s23_44, _s58_4, _s17_113, _s17_114, "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_115, "3 Ay", _s16_193, "4 Ay", "freq_six_months", "6 Ay", "freq_annually", "Y\u0131ll\u0131k", "freq_two_years", "2 Y\u0131l", _s16_194, "Three Years", "never", "Never", "company", "\u015eirket", _s17_116, _s17_117, "charge_taxes", "Vergi masraflar\u0131", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_195, _s16_196, "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_118, _s17_119, "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_120, _s17_121, _s16_197, "Show on PDF", _s21_101, _s51_6, _s25_54, _s22_73, _s30_12, _s61_, _s23_45, _s20_95, _s28_31, _s59_0, _s25_55, _s17_122, _s30_13, _s42_13, _s23_46, "Quote Signature", _s22_74, _s25_56, _s27_46, _s142_, "authorization", "Authorization", "subdomain", "Alt etki alan\u0131", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Sayg\u0131lar\u0131m\u0131zla,", _s24_56, "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_198, _s16_199, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_68, "\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_69, _s19_70, "credentials", "Credentials", "update_address", "Adresi G\xfcncelle", _s19_71, "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_200, "Vergi oran\u0131 ba\u015far\u0131yla olu\u015fturuldu", _s16_201, "Vergi oran\u0131 ba\u015far\u0131yla g\xfcncellendi", _s17_123, "Vergi oran\u0131 ba\u015far\u0131yla ar\u015fivlendi", _s16_202, _s29_25, _s17_124, _s30_14, _s18_104, _s38_15, _s17_125, _s37_14, _s18_105, _s38_16, "fill_products", "Otomatik doldurma \xfcr\xfcnleri", _s18_106, "Bir \xfcr\xfcn se\xe7mek a\xe7\u0131klama ve maliyeti otomatik olarak dolduracakt\u0131r", "update_products", "\xdcr\xfcnleri otomatik g\xfcncelle", _s20_96, "Faturay\u0131 g\xfcncellemek \xfcr\xfcn k\xfct\xfcphanesini otomatik olarak dolduracakt\u0131r.", _s16_203, _s16_204, _s21_102, _s61_3, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_205, _s16_206, _s19_72, "New Gateway", _s20_97, "Edit Gateway", _s23_47, _s28_32, _s23_48, _s28_33, _s24_57, _s29_26, _s23_49, _s28_34, _s24_58, _s29_27, _s25_57, _s37_15, _s24_59, _s36_10, _s25_58, _s37_16, _s16_207, _s16_208, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Devre D\u0131\u015f\u0131", "currency_format", "Currency Format", _s21_103, _s21_104, _s23_50, _s23_51, "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_107, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_73, _s19_74, _s17_126, _s17_127, _s19_75, _s19_76, _s18_108, _s18_109, _s18_110, _s18_111, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_37, "updated_group", _s26_38, "archived_groups", _s35_18, "deleted_groups", _s34_24, "restored_groups", _s35_19, "archived_group", _s27_47, "deleted_group", _s26_39, "restored_group", _s27_48, "upload_logo", "Upload Logo", "uploaded_logo", _s26_40, "logo", "Logo", "saved_settings", _s27_49, _s16_209, "\xdcr\xfcn Ayarlar\u0131", "device_settings", "Device Settings", "defaults", "Varsay\u0131lanlar", "basic_settings", "Temel Ayarlar", _s17_128, "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_52, "\u015eablonlar & Hat\u0131rlatmalar", _s22_75, _s20_98, _s19_77, "Veri G\xf6rselle\u015ftirmeleri", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_50, _s28_35, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_79, _s19_80, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_59, _s25_60, _s24_60, _s24_61, _s33_30, _s77_1, "i_agree_to_the", "I agree to the", _s16_211, "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_112, _s18_113, _s21_106, _s34_25, "download", "\u0130ndir", _s27_51, _s27_71, "take_picture", "Take Picture", "upload_files", "Upload Files", "document", "Document", "documents", "Dok\xfcmanlar", "new_document", "New Document", "edit_document", "Edit Document", _s17_130, _s30_15, _s16_213, _s29_28, _s17_131, _s30_16, _s16_214, _s29_29, _s17_132, _s30_17, _s18_114, _s38_17, _s17_133, _s37_17, _s18_115, _s38_18, "no_history", "No History", "expense_date", "Gider Tarihi", "pending", "Beklemede", _s16_215, "Logged", _s16_216, "Pending", _s16_217, "Invoiced", "converted", "D\xf6n\xfc\u015ft\xfcr\xfcld\xfc", _s24_62, _s24_63, "exchange_rate", "D\xf6viz Kuru", _s16_218, _s16_307, "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_37, _s16_219, ":count sat\u0131c\u0131 ba\u015far\u0131yla ar\u015fivlendi", "deleted_vendors", ":count sat\u0131c\u0131 ba\u015far\u0131yla silindi", _s16_220, _s36_11, "new_expense", "Gider Giri\u015fi", "created_expense", "Gider olu\u015fturuldu", "updated_expense", "Gider g\xfcncellendi", _s16_221, "Gider ba\u015far\u0131yla ar\u015fivlendi", "deleted_expense", "Gider ba\u015far\u0131yla silindi", _s16_222, _s29_31, _s17_134, "Giderler ba\u015far\u0131yla ar\u015fivlendi", _s16_223, "Giderler ba\u015far\u0131yla silindi", _s17_135, _s37_18, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_107, _s21_108, "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_61, "stopped_task", "G\xf6rev ba\u015far\u0131yla durduruldu", "resumed_task", _s25_63, "now", "\u015eimdi", _s16_224, _s16_225, "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_26, _s19_81, _s19_82, "budgeted_hours", "Budgeted Hours", "created_project", _s28_41, "updated_project", _s28_42, _s16_226, _s29_32, "deleted_project", _s28_43, _s16_227, _s29_33, _s17_136, _s37_26, _s16_228, _s36_17, _s17_137, _s37_19, "new_project", "New Project", _s27_55, _s28_44, "if_you_like_it", _s21_109, "click_here", "buraya t\u0131klay\u0131n", _s18_116, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_18, _s42_14, "locked", "Locked", "authenticate", "Authenticate", _s19_83, _s19_84, _s24_64, _s24_65, "footer", "Altbilgi", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_97, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_138, _s17_139, "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", "all_time", "All Time", "custom", "\xd6zel", _s16_229, _s16_230, "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_99, _s20_100, "billing_address", "Fatura Adresi", _s16_231, _s16_232, "total_revenue", "Toplam Gelir", "average_invoice", "Ortalama Fatura", "outstanding", "\xd6denmemi\u015f", "invoices_sent", _s24_194, "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_233, _s16_234, _s23_53, _s23_54, _s26_43, _s26_44, _s21_110, _s21_111, _s26_45, _s26_46, "ascending", "Ascending", "descending", "Descending", "save", "Kaydet", _s17_140, _s17_141, "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_85, _s30_19, "error", "Hata", _s16_235, _s16_236, "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_237, "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_239, "\xdcr\xfcn ba\u015far\u0131yla ar\u015fivlendi", "deleted_product", _s28_47, _s16_240, _s29_35, _s17_142, _s37_27, _s16_241, _s36_18, _s17_143, _s37_20, "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_242, ":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_243, _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_244, "Fatura ba\u015far\u0131yla ar\u015fivlendi", "deleted_invoice", "Fatura ba\u015far\u0131yla silindi", _s16_245, "Fatura Ba\u015far\u0131yla Geri Y\xfcklendi", _s17_144, ":count fatura ba\u015far\u0131yla ar\u015fivlendi", _s16_246, ":count fatura ba\u015far\u0131yla silindi", _s17_145, _s37_21, "emailed_invoice", "Fatura ba\u015far\u0131yla e-posta ile g\xf6nderildi", "emailed_payment", _s28_69, "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_247, _s16_248, "paid_date", "Paid Date", "status", "Durum", _s17_146, "Invoice Status", "quote_status", "Quote Status", _s22_76, _s22_77, _s22_78, _s19_98, "count_selected", ":count selected", "total", "Toplam", "percent", "Percent", "edit", "D\xfczenle", "dismiss", "Dismiss", _s20_101, _s20_102, _s22_79, _s22_80, _s24_66, _s24_67, "task_rate", "Task Rate", "settings", "Ayarlar", "language", "Dil", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Vergi", _s30_20, _s30_21, _s27_59, _s27_60, "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_81, _s35_20, _s22_82, _s35_21, _s23_55, _s36_14, _s23_56, _s36_15, "done", "Tamam", _s37_22, _s37_23, "dark_mode", "Karanl\u0131k Mod", _s27_61, _s35_22, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivite", _s16_249, _s16_250, "clone", "\xc7o\u011falt", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "\xd6deme ko\u015fullar\u0131", "payment_date", "\xd6deme Tarihi", "payment_status", "Payment Status", _s16_251, "Pending", _s16_252, "Voided", _s16_253, "Failed", _s16_254, "Completed", _s16_255, _s18_78, _s16_256, "Refunded", _s17_147, "Unapplied", _s17_148, _s19_50, "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_112, "\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_257, "\xd6deme ba\u015far\u0131yla ar\u015fivlendi", "deleted_payment", "\xd6deme ba\u015far\u0131yla silindi", _s16_258, "\xd6deme Ba\u015far\u0131yla Geri Y\xfcklendi", _s17_149, ":count \xf6deme ar\u015fivlendi", _s16_259, ":count \xf6deme silindi", _s17_150, _s37_24, "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_24, "expense", "Gider", "expenses", "Giderler", "vendor", "Tedarik\xe7i", "vendors", "Vendors", "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_2, "activity_7", _s44_7, "activity_8", ":user :invoice nolu faturay\u0131 ar\u015fivledi", "activity_9", ":user :invoice nolu faturay\u0131 sildi", "activity_10", _s82_, "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_12, "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_15, "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_13, "activity_40", _s64_0, "activity_41", _s41_10, "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_75, "activity_49", _s24_76, "activity_50", _s25_71, "activity_51", _s24_77, "activity_52", _s25_72, "activity_53", _s26_53, "activity_54", _s27_72, "activity_55", _s31_28, "activity_56", _s27_73, "activity_57", _s39_10, "activity_58", _s31_23, "activity_59", _s32_17, "activity_60", _s28_61, "activity_61", _s28_64, "activity_62", _s28_65, "activity_63", _s61_0, "activity_64", _s62_0, "activity_65", _s61_1, "activity_66", _s63_3, "activity_80", _s40_5, "activity_81", _s40_6, "activity_82", _s41_8, "activity_83", _s40_7, "activity_84", _s41_9, _s17_151, _s17_152, "emailed_quote", "Teklif ba\u015far\u0131yla e-posta ile g\xf6nderildi", "emailed_credit", _s27_74, _s20_103, _s33_31, _s21_114, _s34_27, "expired", "Expired", "all", "All", "select", "Se\xe7", _s22_83, _s22_84, "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_117, _s18_118, _s24_71, _s24_72, _s29_46, _s29_47, _s27_66, _s27_67, _s31_24, _s31_25, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_86, _s19_87, _s19_88, _s19_89, _s22_85, _s22_86, _s22_87, _s22_88, _s21_115, _s21_116, _s21_117, _s21_118, _s21_119, _s21_120, _s21_121, _s21_122, _s22_89, _s22_90, _s22_91, _s22_92, _s22_93, _s22_94, _s22_95, "Fatura No Sayac\u0131", _s20_104, _s20_105, _s20_106, "Teklif No Sayac\u0131", _s21_123, _s21_124, _s21_125, _s21_126, _s21_127, _s21_124, _s21_128, _s21_126, _s18_119, _s18_120, "counter_padding", "Counter Padding", _s28_66, _s27_75, _s18_121, _s18_122, _s18_123, _s18_124, _s18_125, _s18_126, _s18_127, _s18_128, _s18_129, _s18_130, _s18_131, _s18_132, _s21_129, _s21_130, _s19_90, _s19_91, _s21_131, _s21_132, _s29_48, _s29_49, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_260, _s16_261, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_262, "vendor_address1", "Vendor Street", "vendor_address2", _s16_263, _s24_73, _s22_97, _s24_74, _s25_69, "type", "T\xfcr", "invoice_amount", "Fatura Tutar\u0131", _s16_264, "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_153, _s18_83, _s17_154, _s18_84, _s17_155, _s18_85, _s17_156, _s18_86, "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_92, _s19_93, _s16_265, _s16_275, _s19_94, _s19_95, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_133, _s18_134, _s16_266, _s16_267], t1, t1)], t1, type$.Map_String_String); }); _lazyFinal($, "_emptyParagraphPattern", "$get$_emptyParagraphPattern", () => A.RegExp_RegExp("^(?:[ \\t]*)$", true, false, false, false)); - _lazyFinal($, "_googleSignIn", "$get$_googleSignIn", () => { - var t1 = new A.GoogleSignIn(A._setArrayType(["email", "openid", "profile"], type$.JSArray_String), A.StreamController_StreamController$broadcast(null, null, false, type$.nullable_GoogleSignInAccount)); - t1._ensureInitialized$0(); - return t1; - }); + _lazyFinal($, "_googleSignIn", "$get$_googleSignIn", () => new A.GoogleSignIn(A._setArrayType(["email", "openid", "profile"], type$.JSArray_String), A.StreamController_StreamController$broadcast(null, null, false, type$.nullable_GoogleSignInAccount))); _lazyFinal($, "_darkModeStyles", "$get$_darkModeStyles", () => A._setArrayType([A.StyleRule$(B.BlockSelector_null_null_null_null, new A._darkModeStyles_closure()), A.StyleRule$(B.BlockSelector_header1_null_null_null, new A._darkModeStyles_closure0()), A.StyleRule$(B.BlockSelector_header2_null_null_null, new A._darkModeStyles_closure1())], type$.JSArray_StyleRule)); _lazyFinal($, "_emailRegex", "$get$_emailRegex", () => A.RegExp_RegExp("^(.*?)((mailto:)?[A-Z0-9._%+-]+@[A-Z0-9.-]+\\.[A-Z][A-Z]+)", false, true, false, false)); _lazyFinal($, "_urlRegex", "$get$_urlRegex", () => A.RegExp_RegExp("^(.*?)((?:https?:\\/\\/|www\\.)[^\\s/$.?#].[^\\s]*)", false, true, false, false));