update resx

This commit is contained in:
2881099 2022-06-29 08:58:13 +08:00
parent 1b0e94a9b2
commit efc56e9dc4
2 changed files with 203 additions and 203 deletions

View File

@ -118,129 +118,129 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<data name="AddFreeDbContextError_CheckConstruction" xml:space="preserve"> <data name="AddFreeDbContextError_CheckConstruction" xml:space="preserve">
<value>FreeSql:An error occurred in AddFreeDbContext, check that the construction parameters of {dbContextTypeName} have been injected correctly</value> <value>FreeSql: An error occurred in AddFreeDbContext, check that the construction parameters of {dbContextTypeName} have been injected correctly</value>
</data> </data>
<data name="CannotAdd_AlreadyExistsInStateManagement" xml:space="preserve"> <data name="CannotAdd_AlreadyExistsInStateManagement" xml:space="preserve">
<value>FreeSql:Not addable, already exists in state management: {entityString}</value> <value>FreeSql: Not addable, already exists in state management: {entityString}</value>
</data> </data>
<data name="CannotAdd_EntityHasNo_PrimaryKey" xml:space="preserve"> <data name="CannotAdd_EntityHasNo_PrimaryKey" xml:space="preserve">
<value>FreeSql:Not addable, entity has no primary key: {entityString}</value> <value>FreeSql: Not addable, entity has no primary key: {entityString}</value>
</data> </data>
<data name="CannotAdd_PrimaryKey_NotSet" xml:space="preserve"> <data name="CannotAdd_PrimaryKey_NotSet" xml:space="preserve">
<value>FreeSql:Not addable, no value for primary key set: {entityString}</value> <value>FreeSql: Not addable, no value for primary key set: {entityString}</value>
</data> </data>
<data name="CannotAdd_SelfIncreasingHasValue" xml:space="preserve"> <data name="CannotAdd_SelfIncreasingHasValue" xml:space="preserve">
<value>FreeSql:Not addable, self-increasing attribute has value: {entityString}</value> <value>FreeSql: Not addable, self-increasing attribute has value: {entityString}</value>
</data> </data>
<data name="CannotAttach_EntityHasNo_PrimaryKey" xml:space="preserve"> <data name="CannotAttach_EntityHasNo_PrimaryKey" xml:space="preserve">
<value>FreeSql:Not attachable, entity has no primary key: {entityString}</value> <value>FreeSql: Not attachable, entity has no primary key: {entityString}</value>
</data> </data>
<data name="CannotAttach_PrimaryKey_NotSet" xml:space="preserve"> <data name="CannotAttach_PrimaryKey_NotSet" xml:space="preserve">
<value>FreeSql:Not attachable, no value for primary key set: {entityString}</value> <value>FreeSql: Not attachable, no value for primary key set: {entityString}</value>
</data> </data>
<data name="CannotDelete_DataNotTracked_ShouldQuery" xml:space="preserve"> <data name="CannotDelete_DataNotTracked_ShouldQuery" xml:space="preserve">
<value>FreeSql:Not deletable, data not tracked, should query first: {entityString}</value> <value>FreeSql: Not deletable, data not tracked, should query first: {entityString}</value>
</data> </data>
<data name="CannotDelete_EntityHasNo_PrimaryKey" xml:space="preserve"> <data name="CannotDelete_EntityHasNo_PrimaryKey" xml:space="preserve">
<value>FreeSql:Not deletable, entity has no primary key: {entityString}</value> <value>FreeSql: Not deletable, entity has no primary key: {entityString}</value>
</data> </data>
<data name="CannotDelete_PrimaryKey_NotSet" xml:space="preserve"> <data name="CannotDelete_PrimaryKey_NotSet" xml:space="preserve">
<value>FreeSql:Not deletable, no value for primary key set: {entityString}</value> <value>FreeSql: Not deletable, no value for primary key set: {entityString}</value>
</data> </data>
<data name="CannotEdit_EntityHasNo_PrimaryKey" xml:space="preserve"> <data name="CannotEdit_EntityHasNo_PrimaryKey" xml:space="preserve">
<value>FreeSql:Not editable, entity has no primary key: {entityString}</value> <value>FreeSql: Not editable, entity has no primary key: {entityString}</value>
</data> </data>
<data name="CannotUpdate_DataShouldQueryOrAttach" xml:space="preserve"> <data name="CannotUpdate_DataShouldQueryOrAttach" xml:space="preserve">
<value>FreeSql:Not updatable, data not tracked, should be queried first or Attach:{entityString}</value> <value>FreeSql: Not updatable, data not tracked, should be queried first or Attach:{entityString}</value>
</data> </data>
<data name="CannotUpdate_EntityHasNo_PrimaryKey" xml:space="preserve"> <data name="CannotUpdate_EntityHasNo_PrimaryKey" xml:space="preserve">
<value>FreeSql:Not updatable, entity has no primary key: {entityString}</value> <value>FreeSql: Not updatable, entity has no primary key: {entityString}</value>
</data> </data>
<data name="CannotUpdate_PrimaryKey_NotSet" xml:space="preserve"> <data name="CannotUpdate_PrimaryKey_NotSet" xml:space="preserve">
<value>FreeSql:Not updatable, no value for primary key set: {entityString}</value> <value>FreeSql: Not updatable, no value for primary key set: {entityString}</value>
</data> </data>
<data name="CannotUpdate_RecordDoesNotExist" xml:space="preserve"> <data name="CannotUpdate_RecordDoesNotExist" xml:space="preserve">
<value>FreeSql:Not updatable, the record does not exist in the database: {entityString}</value> <value>FreeSql: Not updatable, the record does not exist in the database: {entityString}</value>
</data> </data>
<data name="ConfigureUseFreeSql" xml:space="preserve"> <data name="ConfigureUseFreeSql" xml:space="preserve">
<value>FreeSql:Please configure UseFreeSql in OnConfiguring or AddFreeDbContext</value> <value>FreeSql: Please configure UseFreeSql in OnConfiguring or AddFreeDbContext</value>
</data> </data>
<data name="DbSetAsType_NotSupport_Object" xml:space="preserve"> <data name="DbSetAsType_NotSupport_Object" xml:space="preserve">
<value>FreeSql:DbSet. AsType parameter error, please pass in the correct entity type</value> <value>FreeSql: DbSet. AsType parameter error, please pass in the correct entity type</value>
</data> </data>
<data name="EntityType_CannotConvert" xml:space="preserve"> <data name="EntityType_CannotConvert" xml:space="preserve">
<value>FreeSql:Entity type {EntityTypeName} cannot be converted to {name} and cannot use this method</value> <value>FreeSql: Entity type {EntityTypeName} cannot be converted to {name} and cannot use this method</value>
</data> </data>
<data name="EntityType_PrimaryKeyError" xml:space="preserve"> <data name="EntityType_PrimaryKeyError" xml:space="preserve">
<value>FreeSql:Entity type {EntityTypeName} Primary key type is not {fullName} and cannot be used with this method</value> <value>FreeSql: Entity type {EntityTypeName} Primary key type is not {fullName} and cannot be used with this method</value>
</data> </data>
<data name="EntityType_PrimaryKeyIsNotOne" xml:space="preserve"> <data name="EntityType_PrimaryKeyIsNotOne" xml:space="preserve">
<value>FreeSql:Entity type {EntityTypeName} Primary key number is not 1 and cannot be used with this method</value> <value>FreeSql: Entity type {EntityTypeName} Primary key number is not 1 and cannot be used with this method</value>
</data> </data>
<data name="FailedSetFilter_NotBelongIRpository" xml:space="preserve"> <data name="FailedSetFilter_NotBelongIRpository" xml:space="preserve">
<value>FreeSql:FreeSql. Repository failed to set filter because object does not belong to IRepository</value> <value>FreeSql: FreeSql. Repository failed to set filter because object does not belong to IRepository</value>
</data> </data>
<data name="Incomparable_EntityHasNo_PrimaryKey" xml:space="preserve"> <data name="Incomparable_EntityHasNo_PrimaryKey" xml:space="preserve">
<value>FreeSql:Not comparable, entity has no primary key: {entityString}</value> <value>FreeSql: Not comparable, entity has no primary key: {entityString}</value>
</data> </data>
<data name="Incomparable_PrimaryKey_NotSet" xml:space="preserve"> <data name="Incomparable_PrimaryKey_NotSet" xml:space="preserve">
<value>FreeSql:Non-comparable, no value for primary key set: {entityString}</value> <value>FreeSql: Non-comparable, no value for primary key set: {entityString}</value>
</data> </data>
<data name="InsertError_Filter" xml:space="preserve"> <data name="InsertError_Filter" xml:space="preserve">
<value>FreeSql:FreeSql. Repository Insert failed because the filter {filterKey}: {filterValueExpression} was set and the inserted data does not conform to {entityString}</value> <value>FreeSql: FreeSql.Repository Insert failed because the filter {filterKey}: {filterValueExpression} was set and the inserted data does not conform to {entityString}</value>
</data> </data>
<data name="ISelectAsType_ParameterError" xml:space="preserve"> <data name="ISelectAsType_ParameterError" xml:space="preserve">
<value>FreeSql:ISelect. AsType parameter does not support specifying as object</value> <value>FreeSql: ISelect. AsType parameter does not support specifying as object</value>
</data> </data>
<data name="NotFound_Property" xml:space="preserve"> <data name="NotFound_Property" xml:space="preserve">
<value>FreeSql:Property {propertyName} does not exist for {tableTypeFullName}</value> <value>FreeSql: Property {propertyName} does not exist for {tableTypeFullName}</value>
</data> </data>
<data name="NotFoundMethod_StatesRemoveByObjects" xml:space="preserve"> <data name="NotFoundMethod_StatesRemoveByObjects" xml:space="preserve">
<value>FreeSql:Method DbSet&lt;&gt; not found. StatesRemoveByObjects</value> <value>FreeSql: Method DbSet&lt;&gt; not found. StatesRemoveByObjects</value>
</data> </data>
<data name="ParameterDataTypeError" xml:space="preserve"> <data name="ParameterDataTypeError" xml:space="preserve">
<value>FreeSql:Parameter data type error {entityTypeFullName}</value> <value>FreeSql: Parameter data type error {entityTypeFullName}</value>
</data> </data>
<data name="ParameterError" xml:space="preserve"> <data name="ParameterError" xml:space="preserve">
<value>FreeSql:Parameter error {param}</value> <value>FreeSql: Parameter error {param}</value>
</data> </data>
<data name="ParameterError_CannotBeNull" xml:space="preserve"> <data name="ParameterError_CannotBeNull" xml:space="preserve">
<value>FreeSql:Parameter error {param} cannot be null</value> <value>FreeSql: Parameter error {param} cannot be null</value>
</data> </data>
<data name="ParameterError_IsNot_CollectionProperties" xml:space="preserve"> <data name="ParameterError_IsNot_CollectionProperties" xml:space="preserve">
<value>FreeSql:Parameter error {many} is not a collection property</value> <value>FreeSql: Parameter error {many} is not a collection property</value>
</data> </data>
<data name="ParameterError_NotFound_CollectionProperties" xml:space="preserve"> <data name="ParameterError_NotFound_CollectionProperties" xml:space="preserve">
<value>FreeSql:Parameter error {many} Collection property does not exist</value> <value>FreeSql: Parameter error {many} Collection property does not exist</value>
</data> </data>
<data name="ParameterError_NotFound_Property" xml:space="preserve"> <data name="ParameterError_NotFound_Property" xml:space="preserve">
<value>FreeSql:Parameter error {one} attribute does not exist</value> <value>FreeSql: Parameter error {one} attribute does not exist</value>
</data> </data>
<data name="Propagation_Mandatory" xml:space="preserve"> <data name="Propagation_Mandatory" xml:space="preserve">
<value>FreeSql:Propagation_ Mandatory: With the current transaction, throw an exception if there is no current transaction</value> <value>FreeSql: Propagation_ Mandatory: With the current transaction, throw an exception if there is no current transaction</value>
</data> </data>
<data name="Propagation_Never" xml:space="preserve"> <data name="Propagation_Never" xml:space="preserve">
<value>FreeSql:Propagation_ Never: Perform the operation non-transactionally and throw an exception if the current transaction exists</value> <value>FreeSql: Propagation_ Never: Perform the operation non-transactionally and throw an exception if the current transaction exists</value>
</data> </data>
<data name="PropertyOfType_IsNot_OneToManyOrManyToMany" xml:space="preserve"> <data name="PropertyOfType_IsNot_OneToManyOrManyToMany" xml:space="preserve">
<value>FreeSql:Property {propertyName} of type {tableTypeFullName} is not OneToMany or ManyToMany attribute</value> <value>FreeSql: Property {propertyName} of type {tableTypeFullName} is not OneToMany or ManyToMany attribute</value>
</data> </data>
<data name="SpecialError_BatchAdditionFailed" xml:space="preserve"> <data name="SpecialError_BatchAdditionFailed" xml:space="preserve">
<value>FreeSql:Special error: Bulk add failed, {dataType} returned data, does not match the number added</value> <value>FreeSql: Special error: Bulk add failed, {dataType} returned data, does not match the number added</value>
</data> </data>
<data name="SpecialError_UpdateFailedDataNotTracked" xml:space="preserve"> <data name="SpecialError_UpdateFailedDataNotTracked" xml:space="preserve">
<value>FreeSql:Special error: Update failed, data not tracked: {entityString}</value> <value>FreeSql: Special error: Update failed, data not tracked: {entityString}</value>
</data> </data>
<data name="TransactionHasBeenStarted" xml:space="preserve"> <data name="TransactionHasBeenStarted" xml:space="preserve">
<value>FreeSql:Transaction opened, unit of work cannot be disabled</value> <value>FreeSql: Transaction opened, unit of work cannot be disabled</value>
</data> </data>
<data name="TypeHasSetProperty_IgnoreAttribute" xml:space="preserve"> <data name="TypeHasSetProperty_IgnoreAttribute" xml:space="preserve">
<value>FreeSql:The {tableTypeFullName} type has set the property {propertyName} Ignore the attribute</value> <value>FreeSql: The {tableTypeFullName} type has set the property {propertyName} Ignore the attribute</value>
</data> </data>
<data name="UnitOfWorkManager_Construction_CannotBeNull" xml:space="preserve"> <data name="UnitOfWorkManager_Construction_CannotBeNull" xml:space="preserve">
<value>FreeSql:The {unitOfWorkManager} constructor parameter {fsql} cannot be null</value> <value>FreeSql: The {unitOfWorkManager} constructor parameter {fsql} cannot be null</value>
</data> </data>
<data name="UpdateError_Filter" xml:space="preserve"> <data name="UpdateError_Filter" xml:space="preserve">
<value>FreeSql:FreeSql. Repository Update failed because the filter {filterKey}: {filterValueExpression} is set and the updated data does not conform to {entityString}</value> <value>FreeSql: FreeSql.Repository Update failed because the filter {filterKey}: {filterValueExpression} is set and the updated data does not conform to {entityString}</value>
</data> </data>
</root> </root>

View File

@ -118,486 +118,486 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<data name="AsTable_PropertyName_FormatError" xml:space="preserve"> <data name="AsTable_PropertyName_FormatError" xml:space="preserve">
<value>FreeSql:[Table(AsTable="{asTable}")] Property value formatted incorrectly</value> <value>FreeSql: [Table(AsTable="{asTable}")] Property value formatted incorrectly</value>
</data> </data>
<data name="AsTable_PropertyName_NotDateTime" xml:space="preserve"> <data name="AsTable_PropertyName_NotDateTime" xml:space="preserve">
<value>FreeSql:The property name {atmGroupsValue} set by [Table (AsTable = xx)] is not of type DateTime</value> <value>FreeSql: The property name {atmGroupsValue} set by [Table (AsTable = xx)] is not of type DateTime</value>
</data> </data>
<data name="Available_Failed_Get_Resource" xml:space="preserve"> <data name="Available_Failed_Get_Resource" xml:space="preserve">
<value>FreeSql:{name}: Failed to get resource {statistics}</value> <value>FreeSql: {name}: Failed to get resource {statistics}</value>
</data> </data>
<data name="Available_Thrown_Exception" xml:space="preserve"> <data name="Available_Thrown_Exception" xml:space="preserve">
<value>FreeSql:{name}: An exception needs to be thrown</value> <value>FreeSql: {name}: An exception needs to be thrown</value>
</data> </data>
<data name="Bad_Expression_Format" xml:space="preserve"> <data name="Bad_Expression_Format" xml:space="preserve">
<value>FreeSql:Wrong expression format {column}</value> <value>FreeSql: Wrong expression format {column}</value>
</data> </data>
<data name="Before_Chunk_Cannot_Use_Select" xml:space="preserve"> <data name="Before_Chunk_Cannot_Use_Select" xml:space="preserve">
<value>FreeSql:Select is not available until the Chunk function</value> <value>FreeSql: Select is not available until the Chunk function</value>
</data> </data>
<data name="Begin_Transaction_Then_ForUpdate" xml:space="preserve"> <data name="Begin_Transaction_Then_ForUpdate" xml:space="preserve">
<value>FreeSql:For security reasons, be sure to use ForUpdate after the transaction is open</value> <value>FreeSql: For security reasons, be sure to use ForUpdate after the transaction is open</value>
</data> </data>
<data name="Cannot_Be_NULL" xml:space="preserve"> <data name="Cannot_Be_NULL" xml:space="preserve">
<value>FreeSql:Cannot be null</value> <value>FreeSql: Cannot be null</value>
</data> </data>
<data name="Cannot_Be_NULL_Name" xml:space="preserve"> <data name="Cannot_Be_NULL_Name" xml:space="preserve">
<value>FreeSql:{name} cannot be null</value> <value>FreeSql: {name} cannot be null</value>
</data> </data>
<data name="Cannot_Match_Property" xml:space="preserve"> <data name="Cannot_Match_Property" xml:space="preserve">
<value>FreeSql:Unable to match {property}</value> <value>FreeSql: Unable to match {property}</value>
</data> </data>
<data name="Cannot_Resolve_ExpressionTree" xml:space="preserve"> <data name="Cannot_Resolve_ExpressionTree" xml:space="preserve">
<value>FreeSql:{property} cannot be resolved to an expression tree</value> <value>FreeSql: {property} cannot be resolved to an expression tree</value>
</data> </data>
<data name="Check_UseConnectionString" xml:space="preserve"> <data name="Check_UseConnectionString" xml:space="preserve">
<value>FreeSql:The parameter master ConnectionString cannot be empty, check UseConnectionString</value> <value>FreeSql: The parameter master ConnectionString cannot be empty, check UseConnectionString</value>
</data> </data>
<data name="Commit" xml:space="preserve"> <data name="Commit" xml:space="preserve">
<value>FreeSql:Commit</value> <value>FreeSql: Commit</value>
</data> </data>
<data name="Connection_Failed_Switch_Servers" xml:space="preserve"> <data name="Connection_Failed_Switch_Servers" xml:space="preserve">
<value>FreeSql:Connection failed, ready to switch other available servers</value> <value>FreeSql: Connection failed, ready to switch other available servers</value>
</data> </data>
<data name="Custom_Expression_ParsingError" xml:space="preserve"> <data name="Custom_Expression_ParsingError" xml:space="preserve">
<value>FreeSql:Custom expression parsing error: type {exp3MethodDeclaringType} needs to define static ThreadLocal&lt;ExpressionCallContext&gt;field, field, field (important three reminders)</value> <value>FreeSql: Custom expression parsing error: type {exp3MethodDeclaringType} needs to define static ThreadLocal&lt;ExpressionCallContext&gt;field, field, field (important three reminders)</value>
</data> </data>
<data name="Custom_Reflection_IsNotNull" xml:space="preserve"> <data name="Custom_Reflection_IsNotNull" xml:space="preserve">
<value>FreeSql:Custom {Reflection Information} cannot be empty, format: {static method name}{space}{reflection information}</value> <value>FreeSql: Custom {Reflection Information} cannot be empty, format: {static method name}{space}{reflection information}</value>
</data> </data>
<data name="Custom_StaticMethodName_IsNotNull" xml:space="preserve"> <data name="Custom_StaticMethodName_IsNotNull" xml:space="preserve">
<value>FreeSql:Custom {static method name} cannot be empty, format: {static method name}{space}{reflection information}</value> <value>FreeSql: Custom {static method name} cannot be empty, format: {static method name}{space}{reflection information}</value>
</data> </data>
<data name="Custom_StaticMethodName_NotSet_DynamicFilterCustom" xml:space="preserve"> <data name="Custom_StaticMethodName_NotSet_DynamicFilterCustom" xml:space="preserve">
<value>FreeSql:Custom corresponding {{static method name}}:{fiValueCustomArray} The [DynamicFilterCustomAttribute] attribute is not set</value> <value>FreeSql: Custom corresponding {{static method name}}:{fiValueCustomArray} The [DynamicFilterCustomAttribute] attribute is not set</value>
</data> </data>
<data name="CustomFieldSeparatedBySpaces" xml:space="preserve"> <data name="CustomFieldSeparatedBySpaces" xml:space="preserve">
<value>FreeSql:Custom requires that Fields be space-split and 2-length in the format: {static method name}{space}{reflection information}</value> <value>FreeSql: Custom requires that Fields be space-split and 2-length in the format: {static method name}{space}{reflection information}</value>
</data> </data>
<data name="DataType_AsType_Inconsistent" xml:space="preserve"> <data name="DataType_AsType_Inconsistent" xml:space="preserve">
<value>FreeSql:The data type of the operation ({dataDisplayCsharp}) is inconsistent with AsType ({tableTypeDisplayCsharp}). Please check.</value> <value>FreeSql: The data type of the operation ({dataDisplayCsharp}) is inconsistent with AsType ({tableTypeDisplayCsharp}). Please check.</value>
</data> </data>
<data name="DateRange_Comma_Separateda_By2Char" xml:space="preserve"> <data name="DateRange_Comma_Separateda_By2Char" xml:space="preserve">
<value>FreeSql:DateRange requires that Value be comma-separated and 2-length</value> <value>FreeSql: DateRange requires that Value be comma-separated and 2-length</value>
</data> </data>
<data name="DateRange_DateFormat_yyyy" xml:space="preserve"> <data name="DateRange_DateFormat_yyyy" xml:space="preserve">
<value>FreeSql:DateRange requires that the Value [1] format must be: yyyy, yyyy-MM, yyyy-MM-dd, yyyyy-MM-dd HH, yyyy, yyyy-MM-dd HH:mm</value> <value>FreeSql: DateRange requires that the Value [1] format must be: yyyy, yyyy-MM, yyyy-MM-dd, yyyyy-MM-dd HH, yyyy, yyyy-MM-dd HH:mm</value>
</data> </data>
<data name="DbUpdateVersionException_RowLevelOptimisticLock" xml:space="preserve"> <data name="DbUpdateVersionException_RowLevelOptimisticLock" xml:space="preserve">
<value>FreeSql:The record may not exist, or the row level optimistic lock version is out of date, the number of updates {sourceCount}, the number of rows affected {affrows}.</value> <value>FreeSql: The record may not exist, or the row level optimistic lock version is out of date, the number of updates {sourceCount}, the number of rows affected {affrows}.</value>
</data> </data>
<data name="Different_Number_SlaveConnectionString_SlaveWeights" xml:space="preserve"> <data name="Different_Number_SlaveConnectionString_SlaveWeights" xml:space="preserve">
<value>FreeSql:The number of SlaveConnectionStrings is not the same as SlaveWeights</value> <value>FreeSql: The number of SlaveConnectionStrings is not the same as SlaveWeights</value>
</data> </data>
<data name="Duplicate_ColumnAttribute" xml:space="preserve"> <data name="Duplicate_ColumnAttribute" xml:space="preserve">
<value>FreeSql:ColumnAttribute. Name {colattrName} exists repeatedly, please check (note: case insensitive)</value> <value>FreeSql: ColumnAttribute. Name {colattrName} exists repeatedly, please check (note: case insensitive)</value>
</data> </data>
<data name="Duplicate_PropertyName" xml:space="preserve"> <data name="Duplicate_PropertyName" xml:space="preserve">
<value>FreeSql:Property name {pName} exists repeatedly, please check (note: case insensitive)</value> <value>FreeSql: Property name {pName} exists repeatedly, please check (note: case insensitive)</value>
</data> </data>
<data name="Entity_Must_Primary_Key" xml:space="preserve"> <data name="Entity_Must_Primary_Key" xml:space="preserve">
<value>FreeSql:The {function} feature requires that the entity class {tableCsName} must have a primary key</value> <value>FreeSql: The {function} feature requires that the entity class {tableCsName} must have a primary key</value>
</data> </data>
<data name="Entity_MySQL_VersionsBelow8_NotSupport_Multiple_PrimaryKeys" xml:space="preserve"> <data name="Entity_MySQL_VersionsBelow8_NotSupport_Multiple_PrimaryKeys" xml:space="preserve">
<value>FreeSql:{tbTypeFullName} is a parent-child relationship, but combinations of multiple primary keys are not supported in versions below MySql 8.0</value> <value>FreeSql: {tbTypeFullName} is a parent-child relationship, but combinations of multiple primary keys are not supported in versions below MySql 8.0</value>
</data> </data>
<data name="Entity_NotParentChild_Relationship" xml:space="preserve"> <data name="Entity_NotParentChild_Relationship" xml:space="preserve">
<value>FreeSql:{tbTypeFullName} is not a parent-child relationship and cannot be used</value> <value>FreeSql: {tbTypeFullName} is not a parent-child relationship and cannot be used</value>
</data> </data>
<data name="EspeciallySubquery_Cannot_Parsing" xml:space="preserve"> <data name="EspeciallySubquery_Cannot_Parsing" xml:space="preserve">
<value>FreeSql:This particular subquery cannot be resolved</value> <value>FreeSql: This particular subquery cannot be resolved</value>
</data> </data>
<data name="Expression_Error_Use_ParameterExpression" xml:space="preserve"> <data name="Expression_Error_Use_ParameterExpression" xml:space="preserve">
<value>FreeSql:Expression error, its top object is not ParameterExpression:{exp}</value> <value>FreeSql: Expression error, its top object is not ParameterExpression:{exp}</value>
</data> </data>
<data name="Expression_Error_Use_Successive_MemberAccess_Type" xml:space="preserve"> <data name="Expression_Error_Use_Successive_MemberAccess_Type" xml:space="preserve">
<value>FreeSql:Expression error, it is not a continuous MemberAccess type: {exp}</value> <value>FreeSql: Expression error, it is not a continuous MemberAccess type: {exp}</value>
</data> </data>
<data name="ExpressionTree_Convert_Type_Error" xml:space="preserve"> <data name="ExpressionTree_Convert_Type_Error" xml:space="preserve">
<value>FreeSql:ExpressionTree conversion type error, value ({value}), type ({valueTypeFullName}), target type ({typeFullName}), Error:{exMessage}</value> <value>FreeSql: ExpressionTree conversion type error, value ({value}), type ({valueTypeFullName}), target type ({typeFullName}), Error:{exMessage}</value>
</data> </data>
<data name="Failed_SubTable_FieldValue" xml:space="preserve"> <data name="Failed_SubTable_FieldValue" xml:space="preserve">
<value>FreeSql:Failed to parse table field value {sqlWhere}</value> <value>FreeSql: Failed to parse table field value {sqlWhere}</value>
</data> </data>
<data name="Functions_AsTable_NotImplemented" xml:space="preserve"> <data name="Functions_AsTable_NotImplemented" xml:space="preserve">
<value>FreeSql:Function {asTable} not implemented by AsTable</value> <value>FreeSql: Function {asTable} not implemented by AsTable</value>
</data> </data>
<data name="GBase_NotSupport_OtherThanCommas" xml:space="preserve"> <data name="GBase_NotSupport_OtherThanCommas" xml:space="preserve">
<value>FreeSql:GBase does not support separators other than commas at this time</value> <value>FreeSql: GBase does not support separators other than commas at this time</value>
</data> </data>
<data name="Generated_Same_SubTable" xml:space="preserve"> <data name="Generated_Same_SubTable" xml:space="preserve">
<value>FreeSql:TableName:{tableName} generated the same table name</value> <value>FreeSql: TableName:{tableName} generated the same table name</value>
</data> </data>
<data name="GetPrimarys_ParameterError_IsNotDictKey " xml:space="preserve"> <data name="GetPrimarys_ParameterError_IsNotDictKey " xml:space="preserve">
<value>FreeSql:The parameter'{primary}'passed by GetPrimarys is incorrect and does not belong to the key name of the dictionary data</value> <value>FreeSql: The parameter'{primary}'passed by GetPrimarys is incorrect and does not belong to the key name of the dictionary data</value>
</data> </data>
<data name="Has_Specified_Cannot_Specified_Second" xml:space="preserve"> <data name="Has_Specified_Cannot_Specified_Second" xml:space="preserve">
<value>FreeSql:{first} has already been specified and {second} can no longer be specified</value> <value>FreeSql: {first} has already been specified and {second} can no longer be specified</value>
</data> </data>
<data name="Ignored_Check_Confirm_PublicGetSet" xml:space="preserve"> <data name="Ignored_Check_Confirm_PublicGetSet" xml:space="preserve">
<value>FreeSql:{tb2DbName}. {mp2MemberName} is ignored. Check the IsIgnore setting to make sure get/set is public</value> <value>FreeSql: {tb2DbName}. {mp2MemberName} is ignored. Check the IsIgnore setting to make sure get/set is public</value>
</data> </data>
<data name="Include_ParameterType_Error" xml:space="preserve"> <data name="Include_ParameterType_Error" xml:space="preserve">
<value>FreeSql:Include parameter type error</value> <value>FreeSql: Include parameter type error</value>
</data> </data>
<data name="Include_ParameterType_Error_Use_IncludeMany" xml:space="preserve"> <data name="Include_ParameterType_Error_Use_IncludeMany" xml:space="preserve">
<value>FreeSql:Include parameter type is wrong, use IncludeMany for collection properties</value> <value>FreeSql: Include parameter type is wrong, use IncludeMany for collection properties</value>
</data> </data>
<data name="Include_ParameterType_Error_Use_MemberAccess" xml:space="preserve"> <data name="Include_ParameterType_Error_Use_MemberAccess" xml:space="preserve">
<value>FreeSql:Include parameter type is wrong, expression type should be MemberAccess</value> <value>FreeSql: Include parameter type is wrong, expression type should be MemberAccess</value>
</data> </data>
<data name="IncludeMany_NotValid_Navigation" xml:space="preserve"> <data name="IncludeMany_NotValid_Navigation" xml:space="preserve">
<value>FreeSql:The property {collMemMemberName} of IncludeMany type {tbTypeDisplayCsharp} is not a valid navigation property, hint: IsIgnore = true will not be a navigation property</value> <value>FreeSql: The property {collMemMemberName} of IncludeMany type {tbTypeDisplayCsharp} is not a valid navigation property, hint: IsIgnore = true will not be a navigation property</value>
</data> </data>
<data name="IncludeMany_ParameterError_OnlyUseOneParameter" xml:space="preserve"> <data name="IncludeMany_ParameterError_OnlyUseOneParameter" xml:space="preserve">
<value>FreeSql:IncludeMany {navigateSelector} parameter is wrong, Select can only use one parameter's method, the correct format:.Select(t =&gt;new TNavigate{{}})</value> <value>FreeSql: IncludeMany {navigateSelector} parameter is wrong, Select can only use one parameter's method, the correct format:.Select(t =&gt;new TNavigate{{}})</value>
</data> </data>
<data name="IncludeMany_ParameterError_Select_ReturnConsistentType" xml:space="preserve"> <data name="IncludeMany_ParameterError_Select_ReturnConsistentType" xml:space="preserve">
<value>FreeSql:IncludeMany {navigateSelector} parameter error, Select lambda parameter return value must match {collMemElementType} type</value> <value>FreeSql: IncludeMany {navigateSelector} parameter error, Select lambda parameter return value must match {collMemElementType} type</value>
</data> </data>
<data name="IncludeMany_ParameterType_Error_Use_MemberAccess" xml:space="preserve"> <data name="IncludeMany_ParameterType_Error_Use_MemberAccess" xml:space="preserve">
<value>FreeSql:IncludeMany parameter 1 has wrong type, expression type should be MemberAccess</value> <value>FreeSql: IncludeMany parameter 1 has wrong type, expression type should be MemberAccess</value>
</data> </data>
<data name="IncludeMany_ParameterTypeError" xml:space="preserve"> <data name="IncludeMany_ParameterTypeError" xml:space="preserve">
<value>FreeSql:IncludeMany {navigateSelector} parameter type is wrong, correct format: a.collections.Take(1).Where(c =&gt; C.A ID == a.id).Select (a =&gt; new TNavigate{{}})</value> <value>FreeSql: IncludeMany {navigateSelector} parameter type is wrong, correct format: a.collections.Take(1).Where(c =&gt; C.A ID == a.id).Select (a =&gt; new TNavigate{{}})</value>
</data> </data>
<data name="InsertInto_No_Property_Selected" xml:space="preserve"> <data name="InsertInto_No_Property_Selected" xml:space="preserve">
<value>FreeSql:ISelect. InsertInto() did not select an attribute: {displayCsharp}</value> <value>FreeSql: ISelect. InsertInto() did not select an attribute: {displayCsharp}</value>
</data> </data>
<data name="InsertInto_TypeError" xml:space="preserve"> <data name="InsertInto_TypeError" xml:space="preserve">
<value>FreeSql:ISelect. InsertInto() type error: {displayCsharp}</value> <value>FreeSql: ISelect. InsertInto() type error: {displayCsharp}</value>
</data> </data>
<data name="InsertOrUpdate_Must_Primary_Key" xml:space="preserve"> <data name="InsertOrUpdate_Must_Primary_Key" xml:space="preserve">
<value>FreeSql:The InsertOrUpdate function performs merge into requiring the entity class {CsName} to have a primary key</value> <value>FreeSql: The InsertOrUpdate function performs merge into requiring the entity class {CsName} to have a primary key</value>
</data> </data>
<data name="InsertOrUpdate_NotSuport_Generic_UseEntity" xml:space="preserve"> <data name="InsertOrUpdate_NotSuport_Generic_UseEntity" xml:space="preserve">
<value>FreeSql:The generic parameter for InsertOrUpdate&lt;&gt;does not support {typeofT1}. Pass in your entity class</value> <value>FreeSql: The generic parameter for InsertOrUpdate&lt;&gt;does not support {typeofT1}. Pass in your entity class</value>
</data> </data>
<data name="Install_FreeSql_Extensions_LazyLoading" xml:space="preserve"> <data name="Install_FreeSql_Extensions_LazyLoading" xml:space="preserve">
<value>FreeSql:FreeSql needs to be installed for Delayed Loading. Extensions. LazyLoading. Dll, downloadable to nuget</value> <value>FreeSql: FreeSql needs to be installed for Delayed Loading. Extensions. LazyLoading. Dll, downloadable to nuget</value>
</data> </data>
<data name="LazyLoading_CompilationError" xml:space="preserve"> <data name="LazyLoading_CompilationError" xml:space="preserve">
<value>FreeSql:{trytbTypeName} Compilation error: {exMessage}\r\n\r\n{cscode}</value> <value>FreeSql: {trytbTypeName} Compilation error: {exMessage}\r\n\r\n{cscode}</value>
</data> </data>
<data name="LazyLoading_EntityMustDeclarePublic" xml:space="preserve"> <data name="LazyLoading_EntityMustDeclarePublic" xml:space="preserve">
<value>FreeSql:Entity type {trytbTypeName} must be declared public</value> <value>FreeSql: Entity type {trytbTypeName} must be declared public</value>
</data> </data>
<data name="ManyToMany_AsSelect_NotSupport_Sum_Avg_etc" xml:space="preserve"> <data name="ManyToMany_AsSelect_NotSupport_Sum_Avg_etc" xml:space="preserve">
<value>FreeSql:ManyToMany navigation properties. AsSelect() is temporarily unavailable for the Sum/Avg/Max/Min/First/ToOne/ToList method</value> <value>FreeSql: ManyToMany navigation properties. AsSelect() is temporarily unavailable for the Sum/Avg/Max/Min/First/ToOne/ToList method</value>
</data> </data>
<data name="ManyToMany_NotFound_CorrespondingField" xml:space="preserve"> <data name="ManyToMany_NotFound_CorrespondingField" xml:space="preserve">
<value>FreeSql:[ManyToMany] Navigation property {trytbTypeName}. {pnvName} did not find a corresponding field in {tbmidCsName}, such as: {midTypePropsTrytbName}{findtrytbPkCsName}, {midTypePropsTrytbName}_ {findtrytbPkCsName}</value> <value>FreeSql: [ManyToMany] Navigation property {trytbTypeName}. {pnvName} did not find a corresponding field in {tbmidCsName}, such as: {midTypePropsTrytbName}{findtrytbPkCsName}, {midTypePropsTrytbName}_ {findtrytbPkCsName}</value>
</data> </data>
<data name="ManyToMany_ParsingError_EntityMissing_PrimaryKey" xml:space="preserve"> <data name="ManyToMany_ParsingError_EntityMissing_PrimaryKey" xml:space="preserve">
<value>FreeSql:[ManyToMany] Navigation property {trytbTypeName}. {pnvName} parsing error, entity type {tbrefTypeName} missing primary key identity, [Column (IsPrimary = true)]</value> <value>FreeSql: [ManyToMany] Navigation property {trytbTypeName}. {pnvName} parsing error, entity type {tbrefTypeName} missing primary key identity, [Column (IsPrimary = true)]</value>
</data> </data>
<data name="ManyToMany_ParsingError_EntityMustHas_NavigateCollection" xml:space="preserve"> <data name="ManyToMany_ParsingError_EntityMustHas_NavigateCollection" xml:space="preserve">
<value>FreeSql:[ManyToMany] Navigation property {trytbTypeName}. {pnvName} parsing error, entity type {tbrefTypeName} must have a corresponding [Navigate (ManyToMany = x)] collection property</value> <value>FreeSql: [ManyToMany] Navigation property {trytbTypeName}. {pnvName} parsing error, entity type {tbrefTypeName} must have a corresponding [Navigate (ManyToMany = x)] collection property</value>
</data> </data>
<data name="ManyToMany_ParsingError_InconsistentType" xml:space="preserve"> <data name="ManyToMany_ParsingError_InconsistentType" xml:space="preserve">
<value>FreeSql:[ManyToMany] Navigation property {trytbTypeName}. {pnvName} parsing error, {tbmidCsName}. {trycolCsName} and {trytbCsName}. {trytbPrimarysCsName} type inconsistent</value> <value>FreeSql: [ManyToMany] Navigation property {trytbTypeName}. {pnvName} parsing error, {tbmidCsName}. {trycolCsName} and {trytbCsName}. {trytbPrimarysCsName} type inconsistent</value>
</data> </data>
<data name="ManyToMany_ParsingError_IntermediateClass_ErrorMessage" xml:space="preserve"> <data name="ManyToMany_ParsingError_IntermediateClass_ErrorMessage" xml:space="preserve">
<value>FreeSql:[ManyToMany] Navigation property {trytbTypeName}. {pnvName} parsing error, intermediate class {tbmidCsName}.{midTypePropsTrytbName} Error: {exMessage}</value> <value>FreeSql: [ManyToMany] Navigation property {trytbTypeName}. {pnvName} parsing error, intermediate class {tbmidCsName}.{midTypePropsTrytbName} Error: {exMessage}</value>
</data> </data>
<data name="ManyToMany_ParsingError_IntermediateClass_NotManyToOne_OneToOne" xml:space="preserve"> <data name="ManyToMany_ParsingError_IntermediateClass_NotManyToOne_OneToOne" xml:space="preserve">
<value>FreeSql:[ManyToMany] Navigation property {trytbTypeName}. {pnvName} parsing error, intermediate class {tbmidCsName}. The {midTypePropsTrytbName} navigation property is not ManyToOne or OneToOne</value> <value>FreeSql: [ManyToMany] Navigation property {trytbTypeName}. {pnvName} parsing error, intermediate class {tbmidCsName}. The {midTypePropsTrytbName} navigation property is not ManyToOne or OneToOne</value>
</data> </data>
<data name="Mapping_Exception_HasNo_SamePropertyName" xml:space="preserve"> <data name="Mapping_Exception_HasNo_SamePropertyName" xml:space="preserve">
<value>FreeSql:Mapping exception: {name} None of the property names are the same</value> <value>FreeSql: Mapping exception: {name} None of the property names are the same</value>
</data> </data>
<data name="MasterPool_IsNull_UseTransaction" xml:space="preserve"> <data name="MasterPool_IsNull_UseTransaction" xml:space="preserve">
<value>FreeSql:Ado. MasterPool value is null, this operation cannot self-enable transactions, please explicitly pass [transaction object] resolution</value> <value>FreeSql: Ado. MasterPool value is null, this operation cannot self-enable transactions, please explicitly pass [transaction object] resolution</value>
</data> </data>
<data name="Missing_FreeSqlProvider_Package" xml:space="preserve"> <data name="Missing_FreeSqlProvider_Package" xml:space="preserve">
<value>FreeSql:Missing FreeSql database implementation package: FreeSql.Provider.{Provider}.Dll, downloadable to nuget</value> <value>FreeSql: Missing FreeSql database implementation package: FreeSql.Provider.{Provider}.Dll, downloadable to nuget</value>
</data> </data>
<data name="Missing_FreeSqlProvider_Package_Reason" xml:space="preserve"> <data name="Missing_FreeSqlProvider_Package_Reason" xml:space="preserve">
<value>FreeSql:The FreeSql database implementation package is missing: {dll} can be downloaded to nuget; If there is {dll} and an error still occurs (due to environmental issues that cause the type to be unreflected), manually pass in typeof ({providerType}) in the third parameter of UseConnectionString/UseConnectionFactory</value> <value>FreeSql: The FreeSql database implementation package is missing: {dll} can be downloaded to nuget; If there is {dll} and an error still occurs (due to environmental issues that cause the type to be unreflected), manually pass in typeof ({providerType}) in the third parameter of UseConnectionString/UseConnectionFactory</value>
</data> </data>
<data name="Navigation_Bind_Number_Different" xml:space="preserve"> <data name="Navigation_Bind_Number_Different" xml:space="preserve">
<value>FreeSql:Navigation property {trytbTypeName}. The number of {pnvName} attributes [Navigate] Binds ({bindColumnsCount}) is different from the number of external primary keys ({tbrefPrimarysLength})</value> <value>FreeSql: Navigation property {trytbTypeName}. The number of {pnvName} attributes [Navigate] Binds ({bindColumnsCount}) is different from the number of external primary keys ({tbrefPrimarysLength})</value>
</data> </data>
<data name="Navigation_Missing_AsSelect" xml:space="preserve"> <data name="Navigation_Missing_AsSelect" xml:space="preserve">
<value>FreeSql:{tb2DbName}. {mp2MemberName} Navigation Property Collection forgotten. AsSelect()? If used in ToList (a =&gt; a. {mp2MemberName}), step by step to refer to the IncludeMany document.</value> <value>FreeSql: {tb2DbName}. {mp2MemberName} Navigation Property Collection forgotten. AsSelect()? If used in ToList (a =&gt; a. {mp2MemberName}), step by step to refer to the IncludeMany document.</value>
</data> </data>
<data name="Navigation_Missing_SetProperty" xml:space="preserve"> <data name="Navigation_Missing_SetProperty" xml:space="preserve">
<value>FreeSql:[Navigation Properties]{trytbTypeDisplayCsharp}. Missing set attribute for {pName}</value> <value>FreeSql: Navigation Properties {trytbTypeDisplayCsharp}. Missing set attribute for {pName}</value>
</data> </data>
<data name="Navigation_NotFound_CorrespondingField" xml:space="preserve"> <data name="Navigation_NotFound_CorrespondingField" xml:space="preserve">
<value>FreeSql:Navigation property {trytbTypeName}. {pnvName} No corresponding fields were found, such as: {pnvName}{findtbrefPkCsName}, {pnvName}_ {findtbrefPkCsName}. Or use the [Navigate] attribute to specify the relationship mapping.</value> <value>FreeSql: Navigation property {trytbTypeName}. {pnvName} No corresponding fields were found, such as: {pnvName}{findtbrefPkCsName}, {pnvName}_ {findtbrefPkCsName}. Or use the [Navigate] attribute to specify the relationship mapping.</value>
</data> </data>
<data name="Navigation_ParsingError_EntityMissingPrimaryKey" xml:space="preserve"> <data name="Navigation_ParsingError_EntityMissingPrimaryKey" xml:space="preserve">
<value>FreeSql:Navigation property {trytbTypeName}. {pnvName} parsing error, entity type {trytcTypeName} missing primary key identity, [Column (IsPrimary = true)]</value> <value>FreeSql: Navigation property {trytbTypeName}. {pnvName} parsing error, entity type {trytcTypeName} missing primary key identity, [Column (IsPrimary = true)]</value>
</data> </data>
<data name="Navigation_ParsingError_InconsistentType" xml:space="preserve"> <data name="Navigation_ParsingError_InconsistentType" xml:space="preserve">
<value>FreeSql:Navigation property {trytbTypeName}. {pnvName} parsing error, {trytbCsName}. {trycolCsName} and {tbrefCsName}. {tbrefPrimarysCsName} type inconsistent</value> <value>FreeSql: Navigation property {trytbTypeName}. {pnvName} parsing error, {trytbCsName}. {trycolCsName} and {tbrefCsName}. {tbrefPrimarysCsName} type inconsistent</value>
</data> </data>
<data name="Navigation_ParsingError_NotFound_Property" xml:space="preserve"> <data name="Navigation_ParsingError_NotFound_Property" xml:space="preserve">
<value>FreeSql:Navigation property {trytbTypeName}. {pnvName} attribute [Navigate] parsing error, property not found at {tbrefTypeName}: {bi}</value> <value>FreeSql: Navigation property {trytbTypeName}. {pnvName} attribute [Navigate] parsing error, property not found at {tbrefTypeName}: {bi}</value>
</data> </data>
<data name="NoPrimaryKey_UseSetDto" xml:space="preserve"> <data name="NoPrimaryKey_UseSetDto" xml:space="preserve">
<value>FreeSql:{tableTypeDisplayCsharp} has no primary key defined and cannot use SetSource. Try SetDto</value> <value>FreeSql: {tableTypeDisplayCsharp} has no primary key defined and cannot use SetSource. Try SetDto</value>
</data> </data>
<data name="NoProperty_Defined" xml:space="preserve"> <data name="NoProperty_Defined" xml:space="preserve">
<value>FreeSql:No properties defined</value> <value>FreeSql: No properties defined</value>
</data> </data>
<data name="Not_Implemented" xml:space="preserve"> <data name="Not_Implemented" xml:space="preserve">
<value>FreeSql:Not implemented</value> <value>FreeSql: Not implemented</value>
</data> </data>
<data name="Not_Implemented_Expression" xml:space="preserve"> <data name="Not_Implemented_Expression" xml:space="preserve">
<value>FreeSql:Function expression {exp} parsing not implemented</value> <value>FreeSql: Function expression {exp} parsing not implemented</value>
</data> </data>
<data name="Not_Implemented_Expression_ParameterUseConstant" xml:space="preserve"> <data name="Not_Implemented_Expression_ParameterUseConstant" xml:space="preserve">
<value>FreeSql:Function expression {exp} parsing not implemented, parameter {expArguments} must be constant</value> <value>FreeSql: Function expression {exp} parsing not implemented, parameter {expArguments} must be constant</value>
</data> </data>
<data name="Not_Implemented_Expression_UseAsSelect" xml:space="preserve"> <data name="Not_Implemented_Expression_UseAsSelect" xml:space="preserve">
<value>FreeSql:Function expression {exp} parsing is not implemented. Use if you are working on a navigation property collection. AsSelect (). {exp3MethodName} ({exp3ArgumentsCount})</value> <value>FreeSql: Function expression {exp} parsing is not implemented. Use if you are working on a navigation property collection. AsSelect (). {exp3MethodName} ({exp3ArgumentsCount})</value>
</data> </data>
<data name="Not_Implemented_MemberAcess_Constant" xml:space="preserve"> <data name="Not_Implemented_MemberAcess_Constant" xml:space="preserve">
<value>FreeSql:Constant under MemberAccess is not implemented</value> <value>FreeSql: Constant under MemberAccess is not implemented</value>
</data> </data>
<data name="Not_Implemented_Name" xml:space="preserve"> <data name="Not_Implemented_Name" xml:space="preserve">
<value>FreeSql:{name} is not implemented</value> <value>FreeSql: {name} is not implemented</value>
</data> </data>
<data name="Not_Support" xml:space="preserve"> <data name="Not_Support" xml:space="preserve">
<value>FreeSql:I won't support it</value> <value>FreeSql: I won't support it</value>
</data> </data>
<data name="Not_Support_OrderByRandom" xml:space="preserve"> <data name="Not_Support_OrderByRandom" xml:space="preserve">
<value>FreeSql:{dataType} does not support OrderByRandom sorting</value> <value>FreeSql: {dataType} does not support OrderByRandom sorting</value>
</data> </data>
<data name="Not_Valid_Navigation_Property" xml:space="preserve"> <data name="Not_Valid_Navigation_Property" xml:space="preserve">
<value>FreeSql:{property} is not a valid navigation property</value> <value>FreeSql: {property} is not a valid navigation property</value>
</data> </data>
<data name="NotFound_Column" xml:space="preserve"> <data name="NotFound_Column" xml:space="preserve">
<value>FreeSql:{dbName} Column {memberName} not found</value> <value>FreeSql: {dbName} Column {memberName} not found</value>
</data> </data>
<data name="NotFound_CsName_Column" xml:space="preserve"> <data name="NotFound_CsName_Column" xml:space="preserve">
<value>FreeSql:Cannot find the column corresponding to {CsName}</value> <value>FreeSql: Cannot find the column corresponding to {CsName}</value>
</data> </data>
<data name="NotFound_Property" xml:space="preserve"> <data name="NotFound_Property" xml:space="preserve">
<value>FreeSql:Attribute not found: {memberName}</value> <value>FreeSql: Attribute not found: {memberName}</value>
</data> </data>
<data name="NotFound_PropertyName" xml:space="preserve"> <data name="NotFound_PropertyName" xml:space="preserve">
<value>FreeSql:Property name {proto} not found</value> <value>FreeSql: Property name {proto} not found</value>
</data> </data>
<data name="NotFound_Reflection" xml:space="preserve"> <data name="NotFound_Reflection" xml:space="preserve">
<value>FreeSql:Custom could not find the corresponding {{reflection information}}:{fiValueCustomArray}</value> <value>FreeSql: Custom could not find the corresponding {{reflection information}}:{fiValueCustomArray}</value>
</data> </data>
<data name="NotFound_Static_MethodName" xml:space="preserve"> <data name="NotFound_Static_MethodName" xml:space="preserve">
<value>FreeSql:Custom could not find the corresponding {{static method name}}:{fiValueCustomArray}</value> <value>FreeSql: Custom could not find the corresponding {{static method name}}:{fiValueCustomArray}</value>
</data> </data>
<data name="NotFound_Table_Property_AsTable" xml:space="preserve"> <data name="NotFound_Table_Property_AsTable" xml:space="preserve">
<value>FreeSql:The property name {atmGroupsValue} set by [Table(AsTable = xx)] does not exist</value> <value>FreeSql: The property name {atmGroupsValue} set by [Table(AsTable = xx)] does not exist</value>
</data> </data>
<data name="NotSpecified_UseConnectionString_UseConnectionFactory" xml:space="preserve"> <data name="NotSpecified_UseConnectionString_UseConnectionFactory" xml:space="preserve">
<value>FreeSql:No UseConnectionString or UseConnectionFactory specified</value> <value>FreeSql: No UseConnectionString or UseConnectionFactory specified</value>
</data> </data>
<data name="ObjectPool_Get_Timeout" xml:space="preserve"> <data name="ObjectPool_Get_Timeout" xml:space="preserve">
<value>FreeSql:[{policyName}] ObjectPool. {GetName}() timeout {totalSeconds} seconds, see: https://github.com/dotnetcore/FreeSql/discussions/1081</value> <value>FreeSql: [{policyName}] ObjectPool. {GetName}() timeout {totalSeconds} seconds, see: https://github.com/dotnetcore/FreeSql/discussions/1081</value>
</data> </data>
<data name="ObjectPool_GetAsync_Queue_Long" xml:space="preserve"> <data name="ObjectPool_GetAsync_Queue_Long" xml:space="preserve">
<value>FreeSql:[{policyName}] ObjectPool. GetAsync() The queue is too long. Policy. AsyncGetCapacity = {asyncGetCapacity}</value> <value>FreeSql: [{policyName}] ObjectPool. GetAsync() The queue is too long. Policy. AsyncGetCapacity = {asyncGetCapacity}</value>
</data> </data>
<data name="OneToMany_NotFound_CorrespondingField" xml:space="preserve"> <data name="OneToMany_NotFound_CorrespondingField" xml:space="preserve">
<value>FreeSql:[OneToMany] Navigation property {trytbTypeName}.{pnvName} did not find a corresponding field in {tbrefCsName}, such as: {findtrytb}{findtrytbPkCsName}, {findtrytb}_{findtrytbPkCsName}</value> <value>FreeSql: [OneToMany] Navigation property {trytbTypeName}.{pnvName} did not find a corresponding field in {tbrefCsName}, such as: {findtrytb}{findtrytbPkCsName}, {findtrytb}_{findtrytbPkCsName}</value>
</data> </data>
<data name="OneToMany_ParsingError_InconsistentType" xml:space="preserve"> <data name="OneToMany_ParsingError_InconsistentType" xml:space="preserve">
<value>FreeSql:[OneToMany] Navigation property {trytbTypeName}.{pnvName} parsing error, {trytbCsName}.{trytbPrimarysCsName} and {tbrefCsName}.{trycolCsName} is of inconsistent type</value> <value>FreeSql: [OneToMany] Navigation property {trytbTypeName}.{pnvName} parsing error, {trytbCsName}.{trytbPrimarysCsName} and {tbrefCsName}.{trycolCsName} is of inconsistent type</value>
</data> </data>
<data name="OneToMany_UseNavigate" xml:space="preserve"> <data name="OneToMany_UseNavigate" xml:space="preserve">
<value>FreeSql:, {refpropName}{findtrytbPkCsName}, {refpropName}_{findtrytbPkCsName}. Or use the [Navigate] attribute to specify the relationship mapping.</value> <value>, {refpropName}{findtrytbPkCsName}, {refpropName}_{findtrytbPkCsName}. Or use the [Navigate] attribute to specify the relationship mapping.</value>
</data> </data>
<data name="Parameter_Field_NotSpecified" xml:space="preserve"> <data name="Parameter_Field_NotSpecified" xml:space="preserve">
<value>FreeSql:Parameter field not specified</value> <value>FreeSql: Parameter field not specified</value>
</data> </data>
<data name="ParameterError_NotValid_Collection" xml:space="preserve"> <data name="ParameterError_NotValid_Collection" xml:space="preserve">
<value>FreeSql:The {property} parameter is incorrect, it is not a collection property and must be IList&lt;T&gt;or ICollection&lt;T&gt;</value> <value>FreeSql: The {property} parameter is incorrect, it is not a collection property and must be IList&lt;T&gt;or ICollection&lt;T&gt;</value>
</data> </data>
<data name="ParameterError_NotValid_Navigation" xml:space="preserve"> <data name="ParameterError_NotValid_Navigation" xml:space="preserve">
<value>FreeSql:The {property} parameter is incorrect, it is not a valid navigation property</value> <value>FreeSql: The {property} parameter is incorrect, it is not a valid navigation property</value>
</data> </data>
<data name="ParameterError_NotValid_PropertyName" xml:space="preserve"> <data name="ParameterError_NotValid_PropertyName" xml:space="preserve">
<value>FreeSql:{where} parameter error, {keyval} is not a valid property name and cannot be found in entity class {reftbTypeDisplayCsharp}</value> <value>FreeSql: {where} parameter error, {keyval} is not a valid property name and cannot be found in entity class {reftbTypeDisplayCsharp}</value>
</data> </data>
<data name="ParameterError_NotValid_UseCommas" xml:space="preserve"> <data name="ParameterError_NotValid_UseCommas" xml:space="preserve">
<value>FreeSql:{property} parameter error, format "TopicId=Id, multiple groups using comma connection"</value> <value>FreeSql: {property} parameter error, format "TopicId=Id, multiple groups using comma connection"</value>
</data> </data>
<data name="Parsing_Failed" xml:space="preserve"> <data name="Parsing_Failed" xml:space="preserve">
<value>FreeSql:Parsing failed {callExpMethodName} {message}</value> <value>FreeSql: Parsing failed {callExpMethodName} {message}</value>
</data> </data>
<data name="Policy_ObjectPool_Dispose" xml:space="preserve"> <data name="Policy_ObjectPool_Dispose" xml:space="preserve">
<value>FreeSql:[{policyName}] The ObjectPool has been disposed, see: https://github.com/dotnetcore/FreeSql/discussions/1079</value> <value>FreeSql: [{policyName}] The ObjectPool has been disposed, see: https://github.com/dotnetcore/FreeSql/discussions/1079</value>
</data> </data>
<data name="Policy_Status_NotAvailable" xml:space="preserve"> <data name="Policy_Status_NotAvailable" xml:space="preserve">
<value>FreeSql:The {policyName} status is unavailable and cannot be used until the background checker is restored. {UnavailableExceptionMessage}</value> <value>FreeSql: The {policyName} status is unavailable and cannot be used until the background checker is restored. {UnavailableExceptionMessage}</value>
</data> </data>
<data name="Properties_AsRowLock_Must_Numeric_Byte" xml:space="preserve"> <data name="Properties_AsRowLock_Must_Numeric_Byte" xml:space="preserve">
<value>FreeSql:The property {trytbVersionColumnCsName} is labeled as a row lock (optimistic lock) (IsVersion), but it must be a numeric type or byte[], and it cannot be Nullable</value> <value>FreeSql: The property {trytbVersionColumnCsName} is labeled as a row lock (optimistic lock) (IsVersion), but it must be a numeric type or byte[], and it cannot be Nullable</value>
</data> </data>
<data name="Properties_Cannot_Null" xml:space="preserve"> <data name="Properties_Cannot_Null" xml:space="preserve">
<value>FreeSql:Properrties parameter cannot be empty</value> <value>FreeSql: Properrties parameter cannot be empty</value>
</data> </data>
<data name="Property_Cannot_Find" xml:space="preserve"> <data name="Property_Cannot_Find" xml:space="preserve">
<value>FreeSql:{property} property name not found</value> <value>FreeSql: {property} property name not found</value>
</data> </data>
<data name="Range_Comma_Separateda_By2Char" xml:space="preserve"> <data name="Range_Comma_Separateda_By2Char" xml:space="preserve">
<value>FreeSql:Range requires that Value be comma-separated and 2-length</value> <value>FreeSql: Range requires that Value be comma-separated and 2-length</value>
</data> </data>
<data name="RollBack" xml:space="preserve"> <data name="RollBack" xml:space="preserve">
<value>FreeSql:RollBack</value> <value>FreeSql: RollBack</value>
</data> </data>
<data name="RunTimeError_Reflection_IncludeMany" xml:space="preserve"> <data name="RunTimeError_Reflection_IncludeMany" xml:space="preserve">
<value>FreeSql:Runtime error, reflection failed to get IncludeMany method</value> <value>FreeSql: Runtime error, reflection failed to get IncludeMany method</value>
</data> </data>
<data name="Set_Column_IsNullable_False" xml:space="preserve"> <data name="Set_Column_IsNullable_False" xml:space="preserve">
<value>FreeSql:{qoteSql} is NULL unless the attribute [Column (IsNullable = false)]</value> <value>FreeSql: {qoteSql} is NULL unless the attribute [Column (IsNullable = false)]</value>
</data> </data>
<data name="SubTableFieldValue_CannotLessThen" xml:space="preserve"> <data name="SubTableFieldValue_CannotLessThen" xml:space="preserve">
<value>FreeSql:Subtable field value'{dt}'cannot be less than'{beginTime}'</value> <value>FreeSql: Subtable field value'{dt}'cannot be less than'{beginTime}'</value>
</data> </data>
<data name="SubTableFieldValue_IsNotNull" xml:space="preserve"> <data name="SubTableFieldValue_IsNotNull" xml:space="preserve">
<value>FreeSql:Subtable field value cannot be null</value> <value>FreeSql: Subtable field value cannot be null</value>
</data> </data>
<data name="SubTableFieldValue_NotConvertDateTime" xml:space="preserve"> <data name="SubTableFieldValue_NotConvertDateTime" xml:space="preserve">
<value>FreeSql:The tabular field value'{columnValue}'cannot be converted to DateTime</value> <value>FreeSql: The tabular field value'{columnValue}'cannot be converted to DateTime</value>
</data> </data>
<data name="SubTableFieldValue_NotMatchTable" xml:space="preserve"> <data name="SubTableFieldValue_NotMatchTable" xml:space="preserve">
<value>FreeSql:Table field value'{dt}'does not match table name</value> <value>FreeSql: Table field value'{dt}'does not match table name</value>
</data> </data>
<data name="T2_Type_Error" xml:space="preserve"> <data name="T2_Type_Error" xml:space="preserve">
<value>FreeSql:Type T2 Error</value> <value>FreeSql: Type T2 Error</value>
</data> </data>
<data name="TableName_Format_Error" xml:space="preserve"> <data name="TableName_Format_Error" xml:space="preserve">
<value>FreeSql:TableName format error, example: "log_{yyyyMMdd}"</value> <value>FreeSql: TableName format error, example: "log_{yyyyMMdd}"</value>
</data> </data>
<data name="Type_AsType_Parameter_Error" xml:space="preserve"> <data name="Type_AsType_Parameter_Error" xml:space="preserve">
<value>FreeSql:{Type}. AsType parameter error, please pass in the correct entity type</value> <value>FreeSql: {Type}. AsType parameter error, please pass in the correct entity type</value>
</data> </data>
<data name="Type_Cannot_Access_Constructor" xml:space="preserve"> <data name="Type_Cannot_Access_Constructor" xml:space="preserve">
<value>FreeSql:The {thatFullName} type cannot access the constructor</value> <value>FreeSql: The {thatFullName} type cannot access the constructor</value>
</data> </data>
<data name="Type_Error_Name" xml:space="preserve"> <data name="Type_Error_Name" xml:space="preserve">
<value>FreeSql:{name} type error</value> <value>FreeSql: {name} type error</value>
</data> </data>
<data name="TypeAsType_NotSupport_Object" xml:space="preserve"> <data name="TypeAsType_NotSupport_Object" xml:space="preserve">
<value>FreeSql:{Type}. AsType parameter does not support specifying as object</value> <value>FreeSql: {Type}. AsType parameter does not support specifying as object</value>
</data> </data>
<data name="TypeError_CannotUse_IncludeMany" xml:space="preserve"> <data name="TypeError_CannotUse_IncludeMany" xml:space="preserve">
<value>FreeSql:Type {typeofFullName} error, IncludeMany cannot be used</value> <value>FreeSql: Type {typeofFullName} error, IncludeMany cannot be used</value>
</data> </data>
<data name="Unable_Parse_Expression" xml:space="preserve"> <data name="Unable_Parse_Expression" xml:space="preserve">
<value>FreeSql:Unable to parse expression: {exp}</value> <value>FreeSql: Unable to parse expression: {exp}</value>
</data> </data>
<data name="Unable_Parse_ExpressionMethod" xml:space="preserve"> <data name="Unable_Parse_ExpressionMethod" xml:space="preserve">
<value>FreeSql:Unable to parse expression method {exp3tmpCallMethodName}</value> <value>FreeSql: Unable to parse expression method {exp3tmpCallMethodName}</value>
</data> </data>
<data name="Use_InsertDict_Method" xml:space="preserve"> <data name="Use_InsertDict_Method" xml:space="preserve">
<value>FreeSql:Please use fsql. InsertDict (dict) method inserts dictionary data</value> <value>FreeSql: Please use fsql. InsertDict (dict) method inserts dictionary data</value>
</data> </data>
<data name="S_NotFound_Name" xml:space="preserve"> <data name="S_NotFound_Name" xml:space="preserve">
<value>FreeSql:{name} not found</value> <value>FreeSql: {name} not found</value>
</data> </data>
<data name="S_SlaveDatabase" xml:space="preserve"> <data name="S_SlaveDatabase" xml:space="preserve">
<value>FreeSql:Slave Database</value> <value>FreeSql: Slave Database</value>
</data> </data>
<data name="S_MasterDatabase" xml:space="preserve"> <data name="S_MasterDatabase" xml:space="preserve">
<value>FreeSql:Master Database</value> <value>FreeSql: Master Database</value>
</data> </data>
<data name="S_Access_InsertOnlyOneAtTime" xml:space="preserve"> <data name="S_Access_InsertOnlyOneAtTime" xml:space="preserve">
<value>FreeSql:Egg pain Accs insertion can only be performed one at a time, values (..) are not supported. (..) Select is also not supported.. UNION ALL select..</value> <value>FreeSql: Egg pain Accs insertion can only be performed one at a time, values (..) are not supported. (..) Select is also not supported.. UNION ALL select..</value>
</data> </data>
<data name="S_BaseEntity_Initialization_Error" xml:space="preserve"> <data name="S_BaseEntity_Initialization_Error" xml:space="preserve">
<value>FreeSql:BaseEntity. Initialization initialization error, get IFreeSql is null</value> <value>FreeSql: BaseEntity. Initialization initialization error, get IFreeSql is null</value>
</data> </data>
<data name="S_BlockAccess_WaitForRecovery" xml:space="preserve"> <data name="S_BlockAccess_WaitForRecovery" xml:space="preserve">
<value>FreeSql:[{thisName}] Block access and wait for recovery: {exMessage}</value> <value>FreeSql: [{thisName}] Block access and wait for recovery: {exMessage}</value>
</data> </data>
<data name="S_CannotBeConverted_To_ISelect" xml:space="preserve"> <data name="S_CannotBeConverted_To_ISelect" xml:space="preserve">
<value>FreeSql:IQueryable&lt;{typeofName}&gt; cannot be converted to ISelect&lt;{typeofName}&gt; because its implementation is not FreeSql.Extensions.Linq.QueryableProvider</value> <value>FreeSql: IQueryable&lt;{typeofName}&gt; cannot be converted to ISelect&lt;{typeofName}&gt; because its implementation is not FreeSql.Extensions.Linq.QueryableProvider</value>
</data> </data>
<data name="S_ConnectionStringError" xml:space="preserve"> <data name="S_ConnectionStringError" xml:space="preserve">
<value>FreeSql:Connection string error</value> <value>FreeSql: Connection string error</value>
</data> </data>
<data name="S_ConnectionStringError_Check" xml:space="preserve"> <data name="S_ConnectionStringError_Check" xml:space="preserve">
<value>FreeSql:[{thisName}] Connection string error, please check.</value> <value>FreeSql: [{thisName}] Connection string error, please check.</value>
</data> </data>
<data name="S_ConnectionStringError_CheckProject" xml:space="preserve"> <data name="S_ConnectionStringError_CheckProject" xml:space="preserve">
<value>FreeSql:Connection string error, or check project properties &gt; Build &gt; Target Platform: x86 | x64, Or use FreeSql.Provider.SqliteCore accessing arm platform</value> <value>FreeSql: Connection string error, or check project properties &gt; Build &gt; Target Platform: x86 | x64, Or use FreeSql.Provider.SqliteCore accessing arm platform</value>
</data> </data>
<data name="S_ConnectionStringError_CheckProjectConnection" xml:space="preserve"> <data name="S_ConnectionStringError_CheckProjectConnection" xml:space="preserve">
<value>FreeSql:[{thisName}] Connection string error, please check. Or check Project Properties &gt; Build &gt; Target Platform: x86 | x64, Or use FreeSql.Provider.SqliteCore accessing arm platform</value> <value>FreeSql: [{thisName}] Connection string error, please check. Or check Project Properties &gt; Build &gt; Target Platform: x86 | x64, Or use FreeSql.Provider.SqliteCore accessing arm platform</value>
</data> </data>
<data name="S_CustomAdapter_Cannot_Use_CreateCommand" xml:space="preserve"> <data name="S_CustomAdapter_Cannot_Use_CreateCommand" xml:space="preserve">
<value>FreeSql:FreeSql.Provider.CustomAdapter cannot use CreateCommand</value> <value>FreeSql: FreeSql.Provider.CustomAdapter cannot use CreateCommand</value>
</data> </data>
<data name="S_CustomAdapter_OnlySuppport_UseConnectionFactory " xml:space="preserve"> <data name="S_CustomAdapter_OnlySuppport_UseConnectionFactory " xml:space="preserve">
<value>FreeSql:FreeSql.Provider.CustomAdapter only supports building IFreeSql in the UseConnectionFactory way</value> <value>FreeSql: FreeSql.Provider.CustomAdapter only supports building IFreeSql in the UseConnectionFactory way</value>
</data> </data>
<data name="S_Dameng_NotSupport_TablespaceSchemas " xml:space="preserve"> <data name="S_Dameng_NotSupport_TablespaceSchemas " xml:space="preserve">
<value>FreeSql:Dream CodeFirst does not support code creation tablespace and schemas {tbname}</value> <value>FreeSql: Dream CodeFirst does not support code creation tablespace and schemas {tbname}</value>
</data> </data>
<data name="S_DB_Parameter_Error_NoConnectionString" xml:space="preserve"> <data name="S_DB_Parameter_Error_NoConnectionString" xml:space="preserve">
<value>FreeSql:-DB parameter error, no ConnectionString provided</value> <value>FreeSql: -DB parameter error, no ConnectionString provided</value>
</data> </data>
<data name="S_DB_ParameterError" xml:space="preserve"> <data name="S_DB_ParameterError" xml:space="preserve">
<value>FreeSql:-DB parameter error, format: MySql, ConnectionString</value> <value>FreeSql: -DB parameter error, format: MySql, ConnectionString</value>
</data> </data>
<data name="S_DB_ParameterError_UnsupportedType" xml:space="preserve"> <data name="S_DB_ParameterError_UnsupportedType" xml:space="preserve">
<value>FreeSql:-DB parameter error, unsupported type: "{dbargs}"</value> <value>FreeSql: -DB parameter error, unsupported type: "{dbargs}"</value>
</data> </data>
<data name="S_Features_Unique" xml:space="preserve"> <data name="S_Features_Unique" xml:space="preserve">
<value>FreeSql:{method} is FreeSql.Provider.{provider} specific features</value> <value>FreeSql: {method} is FreeSql.Provider.{provider} specific features</value>
</data> </data>
<data name="S_InsertOrUpdate_Unable_UpdateColumns" xml:space="preserve"> <data name="S_InsertOrUpdate_Unable_UpdateColumns" xml:space="preserve">
<value>FreeSql:Fsql. InsertOrUpdate Sqlite was unable to complete the UpdateColumns operation</value> <value>FreeSql: InsertOrUpdate Sqlite was unable to complete the UpdateColumns operation</value>
</data> </data>
<data name="S_MygisGeometry_NotImplement" xml:space="preserve"> <data name="S_MygisGeometry_NotImplement" xml:space="preserve">
<value>FreeSql:MygisGeometry. Parse does not implement "{wkt}"</value> <value>FreeSql: MygisGeometry. Parse does not implement "{wkt}"</value>
</data> </data>
<data name="S_NameOptions_Incorrect" xml:space="preserve"> <data name="S_NameOptions_Incorrect" xml:space="preserve">
<value>FreeSql:-NameOptions parameter incorrect, format: 0,0,0,0</value> <value>FreeSql: -NameOptions parameter incorrect, format: 0,0,0,0</value>
</data> </data>
<data name="S_Not_Implemented_Feature" xml:space="preserve"> <data name="S_Not_Implemented_Feature" xml:space="preserve">
<value>FreeSql:This function is not implemented</value> <value>FreeSql: This function is not implemented</value>
</data> </data>
<data name="S_Not_Implemented_FeedBack" xml:space="preserve"> <data name="S_Not_Implemented_FeedBack" xml:space="preserve">
<value>FreeSql:Unrealized error, please feedback to author</value> <value>FreeSql: Unrealized error, please feedback to author</value>
</data> </data>
<data name="S_NotImplementSkipOffset" xml:space="preserve"> <data name="S_NotImplementSkipOffset" xml:space="preserve">
<value>FreeSql:FreeSql.Provider.{providerName} does not implement Skip/Offset functionality, use to determine last ID if paging is required</value> <value>FreeSql: FreeSql.Provider.{providerName} does not implement Skip/Offset functionality, use to determine last ID if paging is required</value>
</data> </data>
<data name="S_OldTableExists" xml:space="preserve"> <data name="S_OldTableExists" xml:space="preserve">
<value>FreeSql:Old table (OldName): {tboldname} exists, database already exists {tbname} table, cannot rename</value> <value>FreeSql: Old table (OldName): {tboldname} exists, database already exists {tbname} table, cannot rename</value>
</data> </data>
<data name="S_OnConflictDoUpdate_MustIsPrimary" xml:space="preserve"> <data name="S_OnConflictDoUpdate_MustIsPrimary" xml:space="preserve">
<value>FreeSql:The OnConflictDoUpdate feature requires that entity classes must set the IsPrimary property</value> <value>FreeSql: The OnConflictDoUpdate feature requires that entity classes must set the IsPrimary property</value>
</data> </data>
<data name="S_Oracle_NotSupport_TablespaceSchemas" xml:space="preserve"> <data name="S_Oracle_NotSupport_TablespaceSchemas" xml:space="preserve">
<value>FreeSql:Oracle CodeFirst does not support code creation of tablespace and schemas {tbname}</value> <value>FreeSql: Oracle CodeFirst does not support code creation of tablespace and schemas {tbname}</value>
</data> </data>
<data name="S_ParsingFailed_UseRestoreToSelect" xml:space="preserve"> <data name="S_ParsingFailed_UseRestoreToSelect" xml:space="preserve">
<value>FreeSql:Parsing failed {callExpMethodName} {message}, hint: Extension method IQueryable can be used. RestoreToSelect() reverted to ISelect re-query</value> <value>FreeSql: Parsing failed {callExpMethodName} {message}, hint: Extension method IQueryable can be used. RestoreToSelect() reverted to ISelect re-query</value>
</data> </data>
<data name="S_RequiresEntityPrimaryKey" xml:space="preserve"> <data name="S_RequiresEntityPrimaryKey" xml:space="preserve">
<value>FreeSql:Fsql. InsertOrUpdate + IfExistsDoNothing + {providerName} requires the entity class {tableCsName} to have a primary key</value> <value>FreeSql: InsertOrUpdate + IfExistsDoNothing + {providerName} requires the entity class {tableCsName} to have a primary key</value>
</data> </data>
<data name="S_SelectManayErrorType" xml:space="preserve"> <data name="S_SelectManayErrorType" xml:space="preserve">
<value>FreeSql:SelectMany error type: {typeFullName}</value> <value>FreeSql: SelectMany error type: {typeFullName}</value>
</data> </data>
<data name="S_Type_IsNot_Migrable" xml:space="preserve"> <data name="S_Type_IsNot_Migrable" xml:space="preserve">
<value>FreeSql:Type {objentityTypeFullName} is not migrable</value> <value>FreeSql: Type {objentityTypeFullName} is not migrable</value>
</data> </data>
<data name="S_Type_IsNot_Migrable_0Attributes" xml:space="preserve"> <data name="S_Type_IsNot_Migrable_0Attributes" xml:space="preserve">
<value>FreeSql:Type {objentityTypeFullName} is not migrable, migratable property 0</value> <value>FreeSql: Type {objentityTypeFullName} is not migrable, migratable property 0</value>
</data> </data>
<data name="S_TypeMappingNotImplemented" xml:space="preserve"> <data name="S_TypeMappingNotImplemented" xml:space="preserve">
<value>FreeSql:{columnDbTypeTextFull} type mapping not implemented</value> <value>FreeSql: {columnDbTypeTextFull} type mapping not implemented</value>
</data> </data>
<data name="S_WrongParameter" xml:space="preserve"> <data name="S_WrongParameter" xml:space="preserve">
<value>FreeSql:Wrong parameter setting: {args}</value> <value>FreeSql: Wrong parameter setting: {args}</value>
</data> </data>
<data name="S_ObjectPool" xml:space="preserve"> <data name="S_ObjectPool" xml:space="preserve">
<value>FreeSql:Object pool</value> <value>FreeSql: Object pool</value>
</data> </data>
</root> </root>