//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Squidex.Domain.Apps.Core { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class FieldDescriptions { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal FieldDescriptions() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Squidex.Domain.Apps.Core.FieldDescriptions", typeof(FieldDescriptions).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to The user or client that triggered the event or command.. /// public static string Actor { get { return ResourceManager.GetString("Actor", resourceCulture); } } /// /// Looks up a localized string similar to The ID of this actor.. /// public static string ActorIdentifier { get { return ResourceManager.GetString("ActorIdentifier", resourceCulture); } } /// /// Looks up a localized string similar to The type of this actor.. /// public static string ActorType { get { return ResourceManager.GetString("ActorType", resourceCulture); } } /// /// Looks up a localized string similar to The ID of the current app.. /// public static string AppId { get { return ResourceManager.GetString("AppId", resourceCulture); } } /// /// Looks up a localized string similar to The name of the current app.. /// public static string AppName { get { return ResourceManager.GetString("AppName", resourceCulture); } } /// /// Looks up a localized string similar to The asset.. /// public static string Asset { get { return ResourceManager.GetString("Asset", resourceCulture); } } /// /// Looks up a localized string similar to The hash of the file. Can be null for old files.. /// public static string AssetFileHash { get { return ResourceManager.GetString("AssetFileHash", resourceCulture); } } /// /// Looks up a localized string similar to The file name of the asset.. /// public static string AssetFileName { get { return ResourceManager.GetString("AssetFileName", resourceCulture); } } /// /// Looks up a localized string similar to The size of the file in bytes.. /// public static string AssetFileSize { get { return ResourceManager.GetString("AssetFileSize", resourceCulture); } } /// /// Looks up a localized string similar to The file type (file extension) of the asset.. /// public static string AssetFileType { get { return ResourceManager.GetString("AssetFileType", resourceCulture); } } /// /// Looks up a localized string similar to The version of the file.. /// public static string AssetFileVersion { get { return ResourceManager.GetString("AssetFileVersion", resourceCulture); } } /// /// Looks up a localized string similar to Determines if the uploaded file is an image.. /// public static string AssetIsImage { get { return ResourceManager.GetString("AssetIsImage", resourceCulture); } } /// /// Looks up a localized string similar to True, when the asset is not public.. /// public static string AssetIsProtected { get { return ResourceManager.GetString("AssetIsProtected", resourceCulture); } } /// /// Looks up a localized string similar to The asset metadata.. /// public static string AssetMetadata { get { return ResourceManager.GetString("AssetMetadata", resourceCulture); } } /// /// Looks up a localized string similar to The type of the image.. /// public static string AssetMetadataText { get { return ResourceManager.GetString("AssetMetadataText", resourceCulture); } } /// /// Looks up a localized string similar to The asset metadata with name 'name'.. /// public static string AssetMetadataValue { get { return ResourceManager.GetString("AssetMetadataValue", resourceCulture); } } /// /// Looks up a localized string similar to The mime type.. /// public static string AssetMimeType { get { return ResourceManager.GetString("AssetMimeType", resourceCulture); } } /// /// Looks up a localized string similar to The ID of the parent folder. Empty for files without parent.. /// public static string AssetParentId { get { return ResourceManager.GetString("AssetParentId", resourceCulture); } } /// /// Looks up a localized string similar to The full path in the folder hierarchy as array of folder infos.. /// public static string AssetParentPath { get { return ResourceManager.GetString("AssetParentPath", resourceCulture); } } /// /// Looks up a localized string similar to The height of the image in pixels if the asset is an image.. /// public static string AssetPixelHeight { get { return ResourceManager.GetString("AssetPixelHeight", resourceCulture); } } /// /// Looks up a localized string similar to The width of the image in pixels if the asset is an image.. /// public static string AssetPixelWidth { get { return ResourceManager.GetString("AssetPixelWidth", resourceCulture); } } /// /// Looks up a localized string similar to The assets.. /// public static string AssetsItems { get { return ResourceManager.GetString("AssetsItems", resourceCulture); } } /// /// Looks up a localized string similar to The file name as slug.. /// public static string AssetSlug { get { return ResourceManager.GetString("AssetSlug", resourceCulture); } } /// /// Looks up a localized string similar to The source URL of the asset.. /// public static string AssetSourceUrl { get { return ResourceManager.GetString("AssetSourceUrl", resourceCulture); } } /// /// Looks up a localized string similar to The total count of assets.. /// public static string AssetsTotal { get { return ResourceManager.GetString("AssetsTotal", resourceCulture); } } /// /// Looks up a localized string similar to The asset tags.. /// public static string AssetTags { get { return ResourceManager.GetString("AssetTags", resourceCulture); } } /// /// Looks up a localized string similar to The thumbnail URL to the asset.. /// public static string AssetThumbnailUrl { get { return ResourceManager.GetString("AssetThumbnailUrl", resourceCulture); } } /// /// Looks up a localized string similar to The type of the asset.. /// public static string AssetType { get { return ResourceManager.GetString("AssetType", resourceCulture); } } /// /// Looks up a localized string similar to The URL to the asset.. /// public static string AssetUrl { get { return ResourceManager.GetString("AssetUrl", resourceCulture); } } /// /// Looks up a localized string similar to The executed command.. /// public static string Command { get { return ResourceManager.GetString("Command", resourceCulture); } } /// /// Looks up a localized string similar to The user when someone is mentioned with '@'.. /// public static string CommentMentionedUser { get { return ResourceManager.GetString("CommentMentionedUser", resourceCulture); } } /// /// Looks up a localized string similar to The text of the comment.. /// public static string CommentText { get { return ResourceManager.GetString("CommentText", resourceCulture); } } /// /// Looks up a localized string similar to The URL pointing to the source of the comment.. /// public static string CommentUrl { get { return ResourceManager.GetString("CommentUrl", resourceCulture); } } /// /// Looks up a localized string similar to {0} field ({1} component).. /// public static string ComponentField { get { return ResourceManager.GetString("ComponentField", resourceCulture); } } /// /// Looks up a localized string similar to The schema id to identity the component type.. /// public static string ComponentSchemaId { get { return ResourceManager.GetString("ComponentSchemaId", resourceCulture); } } /// /// Looks up a localized string similar to The content.. /// public static string Content { get { return ResourceManager.GetString("Content", resourceCulture); } } /// /// Looks up a localized string similar to {0} nested field.. /// public static string ContentArrayField { get { return ResourceManager.GetString("ContentArrayField", resourceCulture); } } /// /// Looks up a localized string similar to The data of the content.. /// public static string ContentData { get { return ResourceManager.GetString("ContentData", resourceCulture); } } /// /// Looks up a localized string similar to The previous data of the content.. /// public static string ContentDataOld { get { return ResourceManager.GetString("ContentDataOld", resourceCulture); } } /// /// Looks up a localized string similar to {0} field.. /// public static string ContentField { get { return ResourceManager.GetString("ContentField", resourceCulture); } } /// /// Looks up a localized string similar to The flat data of the content.. /// public static string ContentFlatData { get { return ResourceManager.GetString("ContentFlatData", resourceCulture); } } /// /// Looks up a localized string similar to The new status of the content.. /// public static string ContentNewStatus { get { return ResourceManager.GetString("ContentNewStatus", resourceCulture); } } /// /// Looks up a localized string similar to The new status color of the content.. /// public static string ContentNewStatusColor { get { return ResourceManager.GetString("ContentNewStatusColor", resourceCulture); } } /// /// Looks up a localized string similar to {0} field ({1}).. /// public static string ContentPartitionField { get { return ResourceManager.GetString("ContentPartitionField", resourceCulture); } } /// /// Looks up a localized string similar to The data for the content.. /// public static string ContentRequestData { get { return ResourceManager.GetString("ContentRequestData", resourceCulture); } } /// /// Looks up a localized string similar to The timestamp when the status should be changed.. /// public static string ContentRequestDueTime { get { return ResourceManager.GetString("ContentRequestDueTime", resourceCulture); } } /// /// Looks up a localized string similar to The optional custom content ID.. /// public static string ContentRequestOptionalId { get { return ResourceManager.GetString("ContentRequestOptionalId", resourceCulture); } } /// /// Looks up a localized string similar to The initial status.. /// public static string ContentRequestOptionalStatus { get { return ResourceManager.GetString("ContentRequestOptionalStatus", resourceCulture); } } /// /// Looks up a localized string similar to Makes the update as patch.. /// public static string ContentRequestPatch { get { return ResourceManager.GetString("ContentRequestPatch", resourceCulture); } } /// /// Looks up a localized string similar to Set to true to autopublish content on create.. /// public static string ContentRequestPublish { get { return ResourceManager.GetString("ContentRequestPublish", resourceCulture); } } /// /// Looks up a localized string similar to The status for the content.. /// public static string ContentRequestStatus { get { return ResourceManager.GetString("ContentRequestStatus", resourceCulture); } } /// /// Looks up a localized string similar to The display name of the schema.. /// public static string ContentSchemaDisplayName { get { return ResourceManager.GetString("ContentSchemaDisplayName", resourceCulture); } } /// /// Looks up a localized string similar to The ID of the schema.. /// public static string ContentSchemaId { get { return ResourceManager.GetString("ContentSchemaId", resourceCulture); } } /// /// Looks up a localized string similar to The name of the schema.. /// public static string ContentSchemaName { get { return ResourceManager.GetString("ContentSchemaName", resourceCulture); } } /// /// Looks up a localized string similar to The contents.. /// public static string ContentsItems { get { return ResourceManager.GetString("ContentsItems", resourceCulture); } } /// /// Looks up a localized string similar to The status of the content.. /// public static string ContentStatus { get { return ResourceManager.GetString("ContentStatus", resourceCulture); } } /// /// Looks up a localized string similar to The status color of the content.. /// public static string ContentStatusColor { get { return ResourceManager.GetString("ContentStatusColor", resourceCulture); } } /// /// Looks up a localized string similar to The previous status of the content.. /// public static string ContentStatusOld { get { return ResourceManager.GetString("ContentStatusOld", resourceCulture); } } /// /// Looks up a localized string similar to The total count of contents.. /// public static string ContentsTotal { get { return ResourceManager.GetString("ContentsTotal", resourceCulture); } } /// /// Looks up a localized string similar to The URL to the content.. /// public static string ContentUrl { get { return ResourceManager.GetString("ContentUrl", resourceCulture); } } /// /// Looks up a localized string similar to Validates the content item.. /// public static string ContentValidate { get { return ResourceManager.GetString("ContentValidate", resourceCulture); } } /// /// Looks up a localized string similar to The context object holding all values.. /// public static string Context { get { return ResourceManager.GetString("Context", resourceCulture); } } /// /// Looks up a localized string similar to The edit token.. /// public static string EditToken { get { return ResourceManager.GetString("EditToken", resourceCulture); } } /// /// Looks up a localized string similar to The timestamp when the object was created.. /// public static string EntityCreated { get { return ResourceManager.GetString("EntityCreated", resourceCulture); } } /// /// Looks up a localized string similar to The user who created the object.. /// public static string EntityCreatedBy { get { return ResourceManager.GetString("EntityCreatedBy", resourceCulture); } } /// /// Looks up a localized string similar to The expected version.. /// public static string EntityExpectedVersion { get { return ResourceManager.GetString("EntityExpectedVersion", resourceCulture); } } /// /// Looks up a localized string similar to The ID of the object (usually GUID).. /// public static string EntityId { get { return ResourceManager.GetString("EntityId", resourceCulture); } } /// /// Looks up a localized string similar to True when deleted.. /// public static string EntityIsDeleted { get { return ResourceManager.GetString("EntityIsDeleted", resourceCulture); } } /// /// Looks up a localized string similar to The timestamp when the object was updated the last time.. /// public static string EntityLastModified { get { return ResourceManager.GetString("EntityLastModified", resourceCulture); } } /// /// Looks up a localized string similar to The user who updated the object the last time.. /// public static string EntityLastModifiedBy { get { return ResourceManager.GetString("EntityLastModifiedBy", resourceCulture); } } /// /// Looks up a localized string similar to True when the entity should be deleted permanently.. /// public static string EntityRequestDeletePermanent { get { return ResourceManager.GetString("EntityRequestDeletePermanent", resourceCulture); } } /// /// Looks up a localized string similar to The version of the objec.. /// public static string EntityVersion { get { return ResourceManager.GetString("EntityVersion", resourceCulture); } } /// /// Looks up a localized string similar to The actual event.. /// public static string Event { get { return ResourceManager.GetString("Event", resourceCulture); } } /// /// Looks up a localized string similar to The name of the event.. /// public static string EventName { get { return ResourceManager.GetString("EventName", resourceCulture); } } /// /// Looks up a localized string similar to The event timestamp.. /// public static string EventTimestamp { get { return ResourceManager.GetString("EventTimestamp", resourceCulture); } } /// /// Looks up a localized string similar to The type of the event, e.g. 'Created' or 'Updated'.. /// public static string EventType { get { return ResourceManager.GetString("EventType", resourceCulture); } } /// /// Looks up a localized string similar to The path to the json value.. /// public static string JsonPath { get { return ResourceManager.GetString("JsonPath", resourceCulture); } } /// /// Looks up a localized string similar to The ID part of this ID.. /// public static string NamedId { get { return ResourceManager.GetString("NamedId", resourceCulture); } } /// /// Looks up a localized string similar to The name part of this ID.. /// public static string NamedName { get { return ResourceManager.GetString("NamedName", resourceCulture); } } /// /// Looks up a localized string similar to The current operation.. /// public static string Operation { get { return ResourceManager.GetString("Operation", resourceCulture); } } /// /// Looks up a localized string similar to Optional OData filter.. /// public static string QueryFilter { get { return ResourceManager.GetString("QueryFilter", resourceCulture); } } /// /// Looks up a localized string similar to Comma separated list of object IDs. Overrides all other query parameters.. /// public static string QueryIds { get { return ResourceManager.GetString("QueryIds", resourceCulture); } } /// /// Looks up a localized string similar to Optional OData order definition.. /// public static string QueryOrderBy { get { return ResourceManager.GetString("QueryOrderBy", resourceCulture); } } /// /// Looks up a localized string similar to JSON query as well formatted json string. Overrides all other query parameters, except 'ids'.. /// public static string QueryQ { get { return ResourceManager.GetString("QueryQ", resourceCulture); } } /// /// Looks up a localized string similar to Optional OData full text search.. /// public static string QuerySearch { get { return ResourceManager.GetString("QuerySearch", resourceCulture); } } /// /// Looks up a localized string similar to Optional number of items to skip.. /// public static string QuerySkip { get { return ResourceManager.GetString("QuerySkip", resourceCulture); } } /// /// Looks up a localized string similar to Optional number of items to take.. /// public static string QueryTop { get { return ResourceManager.GetString("QueryTop", resourceCulture); } } /// /// Looks up a localized string similar to The optional version of the content to retrieve an older instance (not cached).. /// public static string QueryVersion { get { return ResourceManager.GetString("QueryVersion", resourceCulture); } } /// /// Looks up a localized string similar to The ID of the schema.. /// public static string SchemaId { get { return ResourceManager.GetString("SchemaId", resourceCulture); } } /// /// Looks up a localized string similar to The referenced assets.. /// public static string StringFieldAssets { get { return ResourceManager.GetString("StringFieldAssets", resourceCulture); } } /// /// Looks up a localized string similar to The referenced content items.. /// public static string StringFieldReferences { get { return ResourceManager.GetString("StringFieldReferences", resourceCulture); } } /// /// Looks up a localized string similar to The text of this field.. /// public static string StringFieldText { get { return ResourceManager.GetString("StringFieldText", resourceCulture); } } /// /// Looks up a localized string similar to The translation status.. /// public static string TranslationStatus { get { return ResourceManager.GetString("TranslationStatus", resourceCulture); } } /// /// Looks up a localized string similar to The translation status ({0}).. /// public static string TranslationStatusLanguage { get { return ResourceManager.GetString("TranslationStatusLanguage", resourceCulture); } } /// /// Looks up a localized string similar to The current number of calls.. /// public static string UsageCallsCurrent { get { return ResourceManager.GetString("UsageCallsCurrent", resourceCulture); } } /// /// Looks up a localized string similar to The configured usage limit.. /// public static string UsageCallsLimit { get { return ResourceManager.GetString("UsageCallsLimit", resourceCulture); } } /// /// Looks up a localized string similar to Information about the current user.. /// public static string User { get { return ResourceManager.GetString("User", resourceCulture); } } /// /// Looks up a localized string similar to The additional properties of this user.. /// public static string UserClaims { get { return ResourceManager.GetString("UserClaims", resourceCulture); } } /// /// Looks up a localized string similar to The display name of this user.. /// public static string UserDisplayName { get { return ResourceManager.GetString("UserDisplayName", resourceCulture); } } /// /// Looks up a localized string similar to The email address ofthis user.. /// public static string UserEmail { get { return ResourceManager.GetString("UserEmail", resourceCulture); } } /// /// Looks up a localized string similar to The ID of this user.. /// public static string UserId { get { return ResourceManager.GetString("UserId", resourceCulture); } } /// /// Looks up a localized string similar to True when this user is a client, which is typically the case when the request is made from the API.. /// public static string UserIsClient { get { return ResourceManager.GetString("UserIsClient", resourceCulture); } } /// /// Looks up a localized string similar to True when this user is a user, which is typically the case when the request is made in the UI.. /// public static string UserIsUser { get { return ResourceManager.GetString("UserIsUser", resourceCulture); } } /// /// Looks up a localized string similar to The list of additional properties that have the name 'name'.. /// public static string UsersClaimsValue { get { return ResourceManager.GetString("UsersClaimsValue", resourceCulture); } } } }