Merge pull request #3115 from SunSerega/bin-Lng-encoding

Исправление кодировки Lng файлов
This commit is contained in:
Ivan Bondarev 2024-05-07 18:25:20 +02:00 committed by GitHub
commit be090609f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
46 changed files with 50 additions and 50 deletions

View file

@ -1,4 +1,4 @@
//Aspects Tree Plugin
//Aspects Tree Plugin
%PREFIX%=VPP_ASPTRV_
NAME=Aspects

View file

@ -1,4 +1,4 @@
%PREFIX%=CODE_COMPLETION_
%PREFIX%=CODE_COMPLETION_
{0}_FROM_{1}={0} from {1}
GLOBAL=global
INTERFACE=interface

View file

@ -1,4 +1,4 @@
//CompilerController
//CompilerController
%PREFIX%=VPP_COMPCONTR_

View file

@ -1,4 +1,4 @@
//Compiler error messages
//Compiler error messages
%PREFIX%=COMPILATIONERROR_
PROGRAM_MODULE_EXPECTED=Program expected but unit found

View file

@ -1,4 +1,4 @@
!PASCALABCNET_FORUM=PascalABC.NET Forum
!PASCALABCNET_FORUM=PascalABC.NET Forum
!PASCALABCNET_TELEGRAM=PascalABC.NET Telegram Channel
!PASCALABCNET_SITE=PascalABC.NET Site
!PASCALABCNET_DEVELOPERS=Developers

View file

@ -1,4 +1,4 @@
//InternalErrorReport Plugin
//InternalErrorReport Plugin
%PREFIX%=VPP_IER_
NAME=Report a bug

View file

@ -1,4 +1,4 @@
%PREFIX%=OMPERROR_
%PREFIX%=OMPERROR_
UNKNOWN_DIRECTIVE=Unknown directive OpenMP. Parallel construction is not builded
ERROR_IN_CLAUSE_PARAMETERS=Error in option of OpenMP directive. Option ignored
IN_CLAUSE_PARAMETERS_REPEATED_VARS=Re-used variables in the options of OpenMP directives

View file

@ -1,4 +1,4 @@
//PABCNETC
//PABCNETC
%PREFIX%=PABCNETC_
ERROR_INVALID_DIRECTORY=Error: Invalid directory

View file

@ -1,4 +1,4 @@
%PREFIX%=PABCPreprocessor2_
%PREFIX%=PABCPreprocessor2_
EXPECTED{0}=Expected '{0}'
EXPECTED_{0}_BUT_FOUND_{1}=Expexted '{0}' but found '{1}'

View file

@ -1,4 +1,4 @@
//PT4 Provider Plugin
//PT4 Provider Plugin
%PREFIX%=VPP_PT4PROVIDER_
D_NAME=View tasks

View file

@ -1,4 +1,4 @@
// UNIVERSAL PARSER ERRORS
// UNIVERSAL PARSER ERRORS
%PREFIX%=PARSER_ERRORS_
BAD_FLOAT=Too big (small) number

View file

@ -1,4 +1,4 @@
//PascalABCParser.dll
//PascalABCParser.dll
%PREFIX%=PASCALABCPARSER_
FOUND{0}=Found {0} but
@ -18,7 +18,7 @@ LEFT_SIDE_ASSIGN_MUST_BE_VARIABLE=Leftside assigment must be variable
PROCEDURE_CANNOT_HAVE_RETURNED_VALUE=Procedure cannot have returned value
EXPECTED_{0}_BUT_FOUND_{1}=Expected '{0}' but found '{1}'
NONTERMINALTOKEN_{0}_RETURN_NULL=Syntax rule '{0}' is not supported by the current version of the compiler
SEMICOLON_BEFORE_ELSE=<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> else <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
SEMICOLON_BEFORE_ELSE=Перед else нельзя ставить точку с запятой
UNEXPECTED_SYMBOL{0}=Unexpected symbol '{0}'
UNSUPPORTED_OLD_DIRECTIVES=Compiler directives began with # are not supported. Use directives {$ }
UNKNOWN_DIRECTIVE{0}=Unknown directive '{0}'

View file

@ -1,4 +1,4 @@
%PREFIX%=RUNTIME_EXCEPTION
%PREFIX%=RUNTIME_EXCEPTION
Attempted to divide by zero.=Attempted to divide by zero
Process is terminated due to StackOverflowException.=Process is terminated due to StackOverflowException
Index was outside the bounds of the array.=Index out of the bounds of the array

View file

@ -1,4 +1,4 @@
%PREFIX%=SEMANTICERROR_
%PREFIX%=SEMANTICERROR_
CONSTRUCTOR_CAN_HAVE_ONLY_{0}_NAME=Constructor can have only '{0}' name
OPERATOR_AS_MUST_BE_USED_WITCH_A_REFERENCE_TYPE_VALUETYPE{0}=The as operator must be used with a reference type ('{0}' is a value type)
OPERATOR_SIZEOF_MUST_BE_USED_WITCH_A_VALUE_TYPE_REFTYPE{0}=The sizeof operator must be used with a value type ('{0}' is a reference type)

View file

@ -1,4 +1,4 @@
%PREFIX%=SEMANTICERROR_
%PREFIX%=SEMANTICERROR_
CIRCULARITY_IN_RECORD=Cycle in the struct layout
CAN_NOT_EXECUTE_FOREACH_BY_EXPR_OF_TYPE_{0}='foreach' or 'yield sequence' statement cannot operate on expression of type '{0}'
FOREACH_LOOP_CONTROL_MUST_BE_SIMPLE_LOCAL_VARIABLE=Loop variable must be simple local variable

View file

@ -1,4 +1,4 @@
%PREFIX%=SEMANTICERROR_
%PREFIX%=SEMANTICERROR_
CAN_NOT_READ=Can not read data of this type
TUPLE_EXPECTED=Tuple expected
TUPLE_OR_SEQUENCE_EXPECTED=Tuple or sequence expected

View file

@ -1,4 +1,4 @@
%PREFIX%=SEMANTICERROR_
%PREFIX%=SEMANTICERROR_
NAME_CANNOT_HAVE_GENERIC_PARAMETERS_{0}=Name {0} can not have generic parameters
AUTO_CLASS_MUST_NOT_HAVE_POINTERS=Auto class can not have fields of pointer type

View file

@ -1,4 +1,4 @@
%PREFIX%=SEMANTICERROR_
%PREFIX%=SEMANTICERROR_
UNABLE_TO_CONVERT_FUNCTIONAL_TYPE_TO_PROCEDURAL_TYPE=Unable to convert functional type to procedural type
ILLEGAL_PARAMETERS_IN_LAMBDA=Wrong types of parameters in lambda expression
ILLEGAL_LAMBDA_VARIABLE_TYPE=Wrong type of variable lambda expression is assigned to

View file

@ -1,4 +1,4 @@
%PREFIX%=SEMANTICERROR_
%PREFIX%=SEMANTICERROR_
TEMPLATE_ARGUMENTS_COUNT_MISMATCH=Mismatched number of template arguments
{0}_IS_NOT_TEMPLATE_CLASS=The non-template type '{0}' cannot be used with type arguments
TEMPLATE_PARAMETER_{0}_REDEFINITION=Duplicate type parameter '{0}'
@ -57,7 +57,7 @@ CONSTRUCTOR_SPECIFICATOR_MUST_BE_LAST=The constructor constraint must be the las
OBJECT_CAN_NOT_BE_USED_AS_PARENT_SPECIFICATOR=Constraint cannot be special class 'object'
RECORD_CAN_NOT_BE_USED_AS_PARENT_SPECIFICATOR=Constraint cannot be record
TYPE_{0}_DERIVED_FROM_ITSELF=Circular base class dependency
AMBIGUITY_BETWEEN_NAMES_{0}_AND_{1}=Двусмысленность между именами {0} и {1}
AMBIGUITY_BETWEEN_NAMES_{0}_AND_{1}=Двусмысленность между именами {0} и {1}
POINTERS_OF_GENERIC_PARAMETERS_NOT_ALLOWED=Cannot declare a pointer to generic parameter
OPERATOR_AS_CAN_NOT_BE_USED_WITH_GENERIC_PARAMETER_{0}_WITHOUT_CLASS_CONSTRAINT=Operator as cannot be applied to generic parameter '{0}', 'class' constraint awaited
FORWARD_DECLARATION_{0}_AS_IMPLEMENTING_INTERFACE=Forward declaration '{0}' cannot be used as implementing interface
@ -112,8 +112,8 @@ TEMPLATES_AND_GENERICS_ARE_INCOMPATIBLE=Templates and generics are incompatible
TEMPLATE_CAN_BE_CLASS_ONLY=Only class, record or interface can be template
CANNOT_USE_SHORT_STRING_AS_GENERIC_ARGUMENT=Short strings cannot be used as generic argument
TYPE_REFERENCE_EXPECTED=Type name expected
DELEGATE_CAN_NOT_USE_COMPREHENSIVE_GENERIC_PARAMETER=При описании делегата нельзя использовать тип-параметр объемлющего generic-шаблона
CAN_NOT_DEFINE_METHOD_OF_TEMPLATE_TYPE_SYNONYM=Недопустимо описывать метод для синонима шаблонного типа
DELEGATE_CAN_NOT_USE_COMPREHENSIVE_GENERIC_PARAMETER=При описании делегата нельзя использовать тип-параметр объемлющего generic-шаблона
CAN_NOT_DEFINE_METHOD_OF_TEMPLATE_TYPE_SYNONYM=Недопустимо описывать метод для синонима шаблонного типа
ENUM_CAN_NOT_BE_USED_AS_PARENT_SPECIFICATOR=System.Enum can not be used as parent for generic parameter
CONSTRUCTOR_CAN_NOT_BE_GENERIC=Constructor can not be generic
GENERIC_DELEGATE_INNER_FUNCTION=It is unacceptable to define type of a generic delegate in the subroutine

View file

@ -1,4 +1,4 @@
//Syntax Tree Visualisator Plugin
//Syntax Tree Visualisator Plugin
%PREFIX%=VPP_SYNTRV_
NAME=Syntax tree

View file

@ -1,4 +1,4 @@
// Syntax tree conversion errors
// Syntax tree conversion errors
%PREFIX%=SYNTAXTREEVISITORSERROR_
YIELD_FUNC_MUST_RETURN_SEQUENCE=Functions with yield must return sequences

View file

@ -1,4 +1,4 @@
//VisualPascalABCNET.VisualEnvironmentCompiler
//VisualPascalABCNET.VisualEnvironmentCompiler
%PREFIX%=VP_VEC_
DIALOGS_FILTER_PART_{0}{1}|{1}|={0} programs ({1})|{1}|

View file

@ -1,2 +1,2 @@
%PREFIX%=WARNING_
%PREFIX%=WARNING_
OVERRIDE_OR_REINTRODUCE_EXPECTED='override' or 'reintroduce' expected

View file

@ -1,4 +1,4 @@
//Aspects Tree Plugin
//Aspects Tree Plugin
%PREFIX%=VPP_ASPTRV_
NAME=Aspects

View file

@ -1,4 +1,4 @@
%PREFIX%=CODE_COMPLETION_
%PREFIX%=CODE_COMPLETION_
{0}_FROM_{1}={0} 从 {1}
GLOBAL=全局
INTERFACE=界面

View file

@ -1,4 +1,4 @@
//CompilerController
//CompilerController
%PREFIX%=VPP_COMPCONTR_

View file

@ -1,4 +1,4 @@
//Compiler error messages
//Compiler error messages
%PREFIX%=COMPILATIONERROR_
PROGRAM_MODULE_EXPECTED=需要程序但找到单元

View file

@ -1,4 +1,4 @@
!PASCALABCNET_FORUM=PascalABC.NET 论坛
!PASCALABCNET_FORUM=PascalABC.NET 论坛
!PASCALABCNET_TELEGRAM=PascalABC.NET 电报频道
!PASCALABCNET_SITE=PascalABC.NET 网站
!PASCALABCNET_DEVELOPERS=开发人员

View file

@ -1,4 +1,4 @@
//InternalErrorReport Plugin
//InternalErrorReport Plugin
%PREFIX%=VPP_IER_
NAME=报告错误

View file

@ -1,4 +1,4 @@
%PREFIX%=OMPERROR_
%PREFIX%=OMPERROR_
UNKNOWN_DIRECTIVE=未知指令 OpenMP
ERROR_IN_CLAUSE_PARAMETERS=OpenMP 指令的选项错误。 选项被忽略
IN_CLAUSE_PARAMETERS_REPEATED_VARS=在 OpenMP 指令的选项中重复使用变量

View file

@ -1,4 +1,4 @@
//PABCNETC
//PABCNETC
%PREFIX%=PABCNETC_
ERROR_INVALID_DIRECTORY=错误:目录无效

View file

@ -1,4 +1,4 @@
%PREFIX%=PABCPreprocessor2_
%PREFIX%=PABCPreprocessor2_
EXPECTED{0}=预期的 '{0}'
EXPECTED_{0}_BUT_FOUND_{1}=预期的 '{0}' 但找到 '{1}'

View file

@ -1,4 +1,4 @@
//PT4 Provider Plugin
//PT4 Provider Plugin
%PREFIX%=VPP_PT4PROVIDER_
D_NAME=查看任务

View file

@ -1,4 +1,4 @@
//Parser errors in PascalABCCompiler.Errors
//Parser errors in PascalABCCompiler.Errors
%PREFIX%=PARSER_ERRORS_
BAD_FLOAT=太大(小)的数字

View file

@ -1,4 +1,4 @@
//PascalABCParser.dll
//PascalABCParser.dll
%PREFIX%=PASCALABCPARSER_
FOUND{0}=找到 {0} 但

View file

@ -1,4 +1,4 @@
%PREFIX%=RUNTIME_EXCEPTION
%PREFIX%=RUNTIME_EXCEPTION
Attempted to divide by zero.=试图除以零
Process is terminated due to StackOverflowException.=进程因 StackOverflowException 而终止
Index was outside the bounds of the array.=索引超出数组范围

View file

@ -1,4 +1,4 @@
%PREFIX%=SEMANTICERROR_
%PREFIX%=SEMANTICERROR_
CONSTRUCTOR_CAN_HAVE_ONLY_{0}_NAME=构造函数只能有 '{0}' 名称
OPERATOR_AS_MUST_BE_USED_WITCH_A_REFERENCE_TYPE_VALUETYPE{0}=as 运算符必须与引用类型一起使用 ('{0}' 是值类型)
OPERATOR_SIZEOF_MUST_BE_USED_WITCH_A_VALUE_TYPE_REFTYPE{0}=sizeof 运算符必须与值类型一起使用 ('{0}' 是引用类型)

View file

@ -1,4 +1,4 @@
%PREFIX%=SEMANTICERROR_
%PREFIX%=SEMANTICERROR_
CIRCULARITY_IN_RECORD=在结构布局中循环
CAN_NOT_EXECUTE_FOREACH_BY_EXPR_OF_TYPE_{0}='foreach' 或 'yield sequence' 语句不能对 '{0}' 类型的表达式进行操作
FOREACH_LOOP_CONTROL_MUST_BE_SIMPLE_LOCAL_VARIABLE=循环变量必须是简单局部变量

View file

@ -1,4 +1,4 @@
%PREFIX%=SEMANTICERROR_
%PREFIX%=SEMANTICERROR_
CAN_NOT_READ=无法读取此类型的数据
TUPLE_EXPECTED=预期的元组
TUPLE_OR_SEQUENCE_EXPECTED=预期的元组或序列

View file

@ -1,4 +1,4 @@
%PREFIX%=SEMANTICERROR_
%PREFIX%=SEMANTICERROR_
NAME_CANNOT_HAVE_GENERIC_PARAMETERS_{0}=名称 {0} 不能有通用参数
AUTO_CLASS_MUST_NOT_HAVE_POINTERS=自动类不能有指针类型的字段

View file

@ -1,4 +1,4 @@
%PREFIX%=SEMANTICERROR_
%PREFIX%=SEMANTICERROR_
UNABLE_TO_CONVERT_FUNCTIONAL_TYPE_TO_PROCEDURAL_TYPE=无法将功能类型转换为过程类型
ILLEGAL_PARAMETERS_IN_LAMBDA=lambda 表达式中的参数类型错误
ILLEGAL_LAMBDA_VARIABLE_TYPE=分配给错误类型的变量 lambda 表达式

View file

@ -1,4 +1,4 @@
%PREFIX%=SEMANTICERROR_
%PREFIX%=SEMANTICERROR_
TEMPLATE_ARGUMENTS_COUNT_MISMATCH=模板参数数量不匹配
{0}_IS_NOT_TEMPLATE_CLASS=非模板类型 '{0}' 不能与类型参数一起使用
TEMPLATE_PARAMETER_{0}_REDEFINITION=重复类型参数 '{0}'

View file

@ -1,4 +1,4 @@
//Syntax Tree Visualisator Plugin
//Syntax Tree Visualisator Plugin
%PREFIX%=VPP_SYNTRV_
NAME=语法树

View file

@ -1,4 +1,4 @@
// Syntax tree conversion errors
// Syntax tree conversion errors
%PREFIX%=SYNTAXTREEVISITORSERROR_
YIELD_FUNC_MUST_RETURN_SEQUENCE=带有 yield 的函数必须返回序列

View file

@ -1,4 +1,4 @@
//VisualPascalABCNET.VisualEnvironmentCompiler
//VisualPascalABCNET.VisualEnvironmentCompiler
%PREFIX%=VP_VEC_
DIALOGS_FILTER_PART_{0}{1}|{1}|={0} 程序 ({1})|{1}|

View file

@ -1,2 +1,2 @@
%PREFIX%=WARNING_
%PREFIX%=WARNING_
OVERRIDE_OR_REINTRODUCE_EXPECTED='覆盖' 或 '重新引入' 预期