mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 02:32:50 +08:00
✨ 英文资源增加FreeSql前缀
This commit is contained in:
parent
0fbc7a06ba
commit
a2ad37a483
@ -9,7 +9,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>3.2.650-preview20220521</Version>
|
<Version>3.2.650-preview20220521-2</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
@ -786,14 +786,5 @@
|
|||||||
<param name="that"></param>
|
<param name="that"></param>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.Extensions.DependencyInjection.FreeSqlRepositoryDependencyInjection.AddFreeRepository(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{FreeSql.FluentDataFilter},System.Reflection.Assembly[])">
|
|
||||||
<summary>
|
|
||||||
批量注入 Repository,可以参考代码自行调整
|
|
||||||
</summary>
|
|
||||||
<param name="services"></param>
|
|
||||||
<param name="globalDataFilter"></param>
|
|
||||||
<param name="assemblies"></param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
</members>
|
</members>
|
||||||
</doc>
|
</doc>
|
||||||
|
@ -117,129 +117,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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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. 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>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>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. 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>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>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>Method DbSet<> not found. StatesRemoveByObjects</value>
|
<value>FreeSql:Method DbSet<> not found. StatesRemoveByObjects</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ParameterDataTypeError" xml:space="preserve">
|
<data name="ParameterDataTypeError" xml:space="preserve">
|
||||||
<value>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>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>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>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>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>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>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>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>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>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>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>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>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>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. 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>
|
||||||
|
@ -21,8 +21,8 @@ namespace FreeSql.Tests.Properties
|
|||||||
//Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("en-US");
|
//Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("en-US");
|
||||||
//Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("en-US");
|
//Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("en-US");
|
||||||
|
|
||||||
DbContextStrings.Culture= new System.Globalization.CultureInfo("zh-Hans");
|
//DbContextStrings.Culture= new System.Globalization.CultureInfo("zh-Hans");
|
||||||
//DbContextStrings.Culture = new System.Globalization.CultureInfo("en-US");
|
DbContextStrings.Culture = new System.Globalization.CultureInfo("en-US");
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
|
@ -688,7 +688,7 @@ Global
|
|||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
RESX_NeutralResourcesLanguage = en-US
|
RESX_NeutralResourcesLanguage = en-US
|
||||||
RESX_PrefixTranslations = False
|
RESX_PrefixTranslations = True
|
||||||
SolutionGuid = {089687FD-5D25-40AB-BA8A-A10D1E137F98}
|
SolutionGuid = {089687FD-5D25-40AB-BA8A-A10D1E137F98}
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
@ -117,381 +117,381 @@
|
|||||||
<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>[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>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>{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>{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>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>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>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>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>{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>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>{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>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>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>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>Custom expression parsing error: type {exp3MethodDeclaringType} needs to define static ThreadLocal<ExpressionCallContext>field, field, field (important three reminders)</value>
|
<value>FreeSql:Custom expression parsing error: type {exp3MethodDeclaringType} needs to define static ThreadLocal<ExpressionCallContext>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>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>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>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>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>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>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>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>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>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>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>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>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>{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>{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>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>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>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>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>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>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>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>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>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>{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>{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>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>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>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>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>IncludeMany {navigateSelector} parameter is wrong, Select can only use one parameter's method, the correct format:.Select(t =>new TNavigate{{}})</value>
|
<value>FreeSql:IncludeMany {navigateSelector} parameter is wrong, Select can only use one parameter's method, the correct format:.Select(t =>new TNavigate{{}})</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="IncludeMany_ParameterError_Select_ReturnConsistentType" xml:space="preserve">
|
<data name="IncludeMany_ParameterError_Select_ReturnConsistentType" xml:space="preserve">
|
||||||
<value>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>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>IncludeMany {navigateSelector} parameter type is wrong, correct format: a.collections.Take(1).Where(c => C.A ID == a.id).Select (a => new TNavigate{{}})</value>
|
<value>FreeSql:IncludeMany {navigateSelector} parameter type is wrong, correct format: a.collections.Take(1).Where(c => C.A ID == a.id).Select (a => new TNavigate{{}})</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="InsertInto_No_Property_Selected" xml:space="preserve">
|
<data name="InsertInto_No_Property_Selected" xml:space="preserve">
|
||||||
<value>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>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>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>The generic parameter for InsertOrUpdate<>does not support {typeofT1}. Pass in your entity class</value>
|
<value>FreeSql:The generic parameter for InsertOrUpdate<>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 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>{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>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>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>[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>[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>[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>[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>[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>[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>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>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>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>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>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>{tb2DbName}. {mp2MemberName} Navigation Property Collection forgotten. AsSelect()? If used in ToList (a => 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 => 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>[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>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>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>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>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>{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>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>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>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>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>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>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>{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>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>{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>{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>{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>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>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>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>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>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>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>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>[{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>[{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>[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>[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>, {refpropName}{findtrytbPkCsName}, {refpropName}_{findtrytbPkCsName}. Or use the [Navigate] attribute to specify the relationship mapping.</value>
|
<value>FreeSql:, {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>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>The {property} parameter is incorrect, it is not a collection property and must be IList<T>or ICollection<T></value>
|
<value>FreeSql:The {property} parameter is incorrect, it is not a collection property and must be IList<T>or ICollection<T></value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ParameterError_NotValid_Navigation" xml:space="preserve">
|
<data name="ParameterError_NotValid_Navigation" xml:space="preserve">
|
||||||
<value>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>{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>{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>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>[{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>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>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>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>{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>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>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>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>{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>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>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>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>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>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>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>{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>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>{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>{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>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>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>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>Please use fsql. InsertDict (dict) method inserts dictionary data</value>
|
<value>FreeSql:Please use fsql. InsertDict (dict) method inserts dictionary data</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
@ -495,4 +495,7 @@
|
|||||||
<data name="Use_InsertDict_Method" xml:space="preserve">
|
<data name="Use_InsertDict_Method" xml:space="preserve">
|
||||||
<value>请使用 fsql.InsertDict(dict) 方法插入字典数据</value>
|
<value>请使用 fsql.InsertDict(dict) 方法插入字典数据</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="A" xml:space="preserve">
|
||||||
|
<value>Test</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
Loading…
x
Reference in New Issue
Block a user