Adding analyzer config documents is not supported. 분석기 구성 문서 추가는 지원되지 않습니다. An error occurred while reading the specified configuration file: {0} 지정한 구성 파일을 읽는 동안 오류가 발생했습니다({0}). C# files C# 파일 Changing analyzer config documents is not supported. 분석기 구성 문서 변경은 지원되지 않습니다. Changing document '{0}' is not supported. '{0}' 문서 변경은 지원되지 않습니다. Compilation is required to accomplish the task but is not supported by project {0}. Compilation is required to accomplish the task but is not supported by project {0}. Core EditorConfig Options 코어 EditorConfig 옵션 DateTimeKind must be Utc DateTimeKind는 UTC여야 합니다. Destination type must be a {0}, {1}, {2} or {3}, but given one is {4}. Destination type must be a {0}, {1}, {2} or {3}, but given one is {4}. Document does not support syntax trees Document does not support syntax trees Expression-level preferences 식 수준 기본 설정 Field preferences 필드 기본 설정 Indentation and spacing 들여쓰기 및 간격 Language keywords vs BCL types preferences 언어 키워드 및 BCL 형식 기본 설정 Modifier preferences 한정자 기본 설정 Naming rules 명명 규칙 Naming styles 명명 스타일 New line preferences 새 줄 기본 설정 Organize usings Using 구성 Parentheses preferences 괄호 기본 설정 Prefix '{0}' does not match expected prefix '{1}' 접두사 '{0}'이(가) 필요한 접두사 '{1}'과(와) 일치하지 않습니다. Prefix '{0}' is not expected 접두사 '{0}'은(는) 사용할 수 없습니다. Project of ID {0} is required to accomplish the task but is not available from the solution Project of ID {0} is required to accomplish the task but is not available from the solution Refactoring Only 리팩터링만 All control characters. This includes the Cc, Cf, Cs, Co, and Cn categories. 모든 제어 문자입니다. Cc, Cf, Cs, Co 및 Cn 범주가 포함됩니다. all control characters 모든 제어 문자 All diacritic marks. This includes the Mn, Mc, and Me categories. 모든 분음 부호입니다. Mn, Mc 및 Me 범주가 포함됩니다. all diacritic marks 모든 분음 부호 All letter characters. This includes the Lu, Ll, Lt, Lm, and Lo characters. 모든 문자입니다. Lu, Ll, Lt, Lm 및 Lo 문자가 포함됩니다. all letter characters 모든 문자 All numbers. This includes the Nd, Nl, and No categories. 모든 숫자입니다. Nd, Nl 및 No 범주가 포함됩니다. all numbers 모든 숫자 All punctuation characters. This includes the Pc, Pd, Ps, Pe, Pi, Pf, and Po categories. 모든 문장 부호 문자입니다. Pc, Pd, Ps, Pe, Pi, Pf 및 Po 범주가 포함됩니다. all punctuation characters 모든 문장 부호 문자 All separator characters. This includes the Zs, Zl, and Zp categories. 모든 구분 문자입니다. Zs, Zl 및 Zp 범주가 포함됩니다. all separator characters 모든 구분 문자 All symbols. This includes the Sm, Sc, Sk, and So categories. 모든 기호입니다. Sm, Sc, Sk 및 So 범주가 포함됩니다. all symbols 모든 기호 You can use the vertical bar (|) character to match any one of a series of patterns, where the | character separates each pattern. 세로 막대(|) 문자를 사용하여 일련의 패턴 중 하나를 일치시킬 수 있습니다. 여기서 | 문자는 각 패턴을 구분합니다. alternation 대체 The period character (.) matches any character except \n (the newline character, \u000A). If a regular expression pattern is modified by the RegexOptions.Singleline option, or if the portion of the pattern that contains the . character class is modified by the 's' option, . matches any character. 마침표(.) 문자는 \n(줄 바꿈 문자, \u000A)을 제외한 모든 문자와 일치시킵니다. 정규식 패턴이 RegexOptions.Singleline 옵션으로 수정되거나 . 문자 클래스가 포함된 패턴의 일부가 's' 옵션으로 수정된 경우 .는 모든 문자와 일치시킵니다. any character 모든 문자 Matches a backspace character, \u0008 백스페이스 문자 \u0008과 일치시킵니다. backspace character 백스페이스 문자 A balancing group definition deletes the definition of a previously defined group and stores, in the current group, the interval between the previously defined group and the current group. 'name1' is the current group (optional), 'name2' is a previously defined group, and 'subexpression' is any valid regular expression pattern. The balancing group definition deletes the definition of name2 and stores the interval between name2 and name1 in name1. If no name2 group is defined, the match backtracks. Because deleting the last definition of name2 reveals the previous definition of name2, this construct lets you use the stack of captures for group name2 as a counter for keeping track of nested constructs such as parentheses or opening and closing brackets. The balancing group definition uses 'name2' as a stack. The beginning character of each nested construct is placed in the group and in its Group.Captures collection. When the closing character is matched, its corresponding opening character is removed from the group, and the Captures collection is decreased by one. After the opening and closing characters of all nested constructs have been matched, 'name1' is empty. 균형 조정 그룹 정의는 이전에 정의된 그룹의 정의를 삭제하고, 이전에 정의된 그룹과 현재 그룹 사이의 간격을 현재 그룹에 저장합니다. 'name1'은 현재 그룹이고(선택 사항), 'name2'는 이전에 정의된 그룹이며, 'subexpression'은 유효한 정규식 패턴입니다. 균형 조정 그룹 정의는 name2의 정의를 삭제하고 name2와 name1 사이의 간격을 name1에 저장합니다. name2 그룹이 정의되어 있지 않으면 일치에서 역추적합니다. name2의 마지막 정의를 삭제하면 name2의 이전 정의가 표시되므로 이 구문을 통해 name2 그룹에 대한 캡처 스택을 괄호 또는 여는 대괄호 및 닫는 대괄호와 같은 중첩 구문을 추적하기 위한 카운터로 사용할 수 있습니다. 균형 조정 그룹 정의에서는 'name2'를 스택으로 사용합니다. 각 중첩 구문의 시작 문자는 그룹 및 해당 Group.Captures 컬렉션에 배치됩니다. 닫는 문자가 일치되면 해당하는 여는 문자가 그룹에서 제거되고 Captures 컬렉션이 하나 감소합니다. 모든 중첩 구문의 여는 문자와 닫는 문자가 일치되고 나면 'name1'은 비어 있는 상태가 됩니다. balancing group 균형 조정 그룹 base-group 기본 그룹 Matches a bell (alarm) character, \u0007 벨(경보) 문자 \u0007과 일치시킵니다. bell character 벨 문자 Matches a carriage-return character, \u000D. Note that \r is not equivalent to the newline character, \n. 캐리지 리턴 문자 \u000D와 일치시킵니다. \r은 줄 바꿈 문자 \n과 같지 않습니다. carriage-return character 캐리지 리턴 문자 Character class subtraction yields a set of characters that is the result of excluding the characters in one character class from another character class. 'base_group' is a positive or negative character group or range. The 'excluded_group' component is another positive or negative character group, or another character class subtraction expression (that is, you can nest character class subtraction expressions). 문자 클래스 빼기를 사용하면 한 문자 클래스의 문자를 다른 문자 클래스에서 제외한 결과인 문자 집합을 얻게 됩니다. 'base_group'은 긍정 또는 부정 문자 그룹이거나 문자 범위입니다. 'excluded_group' 구성 요소는 다른 긍정 또는 부정 문자 그룹이거나 다른 문자 클래스 빼기 식입니다(즉, 문자 클래스 빼기 식을 중첩할 수 있음). character class subtraction 문자 클래스 빼기 character-group 문자 그룹 comment 주석 This language element attempts to match one of two patterns depending on whether it can match an initial pattern. 'expression' is the initial pattern to match, 'yes' is the pattern to match if expression is matched, and 'no' is the optional pattern to match if expression is not matched. 이 언어 요소는 초기 패턴과 일치시킬 수 있는지 여부에 따라 두 패턴 중 하나와 일치시키려고 시도합니다. 'expression'은 일치시킬 초기 패턴이며 'yes'는 식이 일치하는 경우 일치시킬 패턴이고 'no'는 식이 일치하지 않는 경우 일치시킬 선택적 패턴입니다. conditional expression match 조건식 일치 This language element attempts to match one of two patterns depending on whether it has matched a specified capturing group. 'name' is the name (or number) of a capturing group, 'yes' is the expression to match if 'name' (or 'number') has a match, and 'no' is the optional expression to match if it does not. 이 언어 요소는 지정한 캡처링 그룹과 일치시켰는지 여부에 따라 두 패턴 중 하나와 일치시키려고 시도합니다. 'name'은 캡처링 그룹의 이름(또는 번호)이며 'yes'는 'name'(또는 'number')에 일치 항목이 있는 경우 일치시킬 식이고 'no'는 일치 항목이 없는 경우 일치시킬 선택적 식입니다. conditional group match 조건 그룹 일치 The \G anchor specifies that a match must occur at the point where the previous match ended. When you use this anchor with the Regex.Matches or Match.NextMatch method, it ensures that all matches are contiguous. \G 앵커는 이전 일치 항목 찾기가 끝난 지점에서 일치 항목을 찾도록 지정합니다. 이 앵커를 Regex.Matches 또는 Match.NextMatch 메서드와 함께 사용하면 모든 일치 항목이 연속되도록 합니다. contiguous matches 연속 일치 Matches an ASCII control character, where X is the letter of the control character. For example, \cC is CTRL-C. ASCII 제어 문자와 일치시킵니다. 여기서, X는 제어 문자의 문자입니다. 예를 들어 \cC는 CTRL-C입니다. control character 제어 문자 \d matches any decimal digit. It is equivalent to the \p{Nd} regular expression pattern, which includes the standard decimal digits 0-9 as well as the decimal digits of a number of other character sets. If ECMAScript-compliant behavior is specified, \d is equivalent to [0-9] \d는 10진수와 일치시킵니다. 표준 10진수 0-9와 여러 다른 문자 집합의 10진수를 포함한 \p{Nd} 정규식 패턴과 같습니다. ECMAScript 규격 동작을 지정한 경우 \d는 [0-9]와 같습니다. decimal-digit character 10진수 문자 A number sign (#) marks an x-mode comment, which starts at the unescaped # character at the end of the regular expression pattern and continues until the end of the line. To use this construct, you must either enable the x option (through inline options) or supply the RegexOptions.IgnorePatternWhitespace value to the option parameter when instantiating the Regex object or calling a static Regex method. 숫자 기호(#)는 정규식 패턴의 끝에 있는 이스케이프되지 않은 # 문자에서 시작하고 줄의 끝까지 계속되는 x-모드 주석을 표시합니다. 이 구문을 사용하려면 인라인 옵션을 통해 x 옵션을 사용해야 합니다. 또는 Regex 개체를 인스턴스화하거나 정적 Regex 메서드를 호출할 때 RegexOptions.IgnorePatternWhitespace 값을 옵션 매개 변수에 제공해야 합니다. end-of-line comment 줄의 끝 주석 The \z anchor specifies that a match must occur at the end of the input string. Like the $ language element, \z ignores the RegexOptions.Multiline option. Unlike the \Z language element, \z does not match a \n character at the end of a string. Therefore, it can only match the last line of the input string. \z 앵커는 입력 문자열의 끝부분에서 일치 항목을 찾도록 지정합니다. $ 언어 요소와 마찬가지로, \z는 RegexOptions.Multiline 옵션을 무시합니다. 하지만 \Z 언어 요소와 달리 \z는 문자열의 끝에 있는 \n 문자와 일치시키지 않습니다. 따라서 입력 문자열의 마지막 줄만 일치시킬 수 있습니다. end of string only 문자열의 끝만 The \Z anchor specifies that a match must occur at the end of the input string, or before \n at the end of the input string. It is identical to the $ anchor, except that \Z ignores the RegexOptions.Multiline option. Therefore, in a multiline string, it can only match the end of the last line, or the last line before \n. The \Z anchor matches \n but does not match \r\n (the CR/LF character combination). To match CR/LF, include \r?\Z in the regular expression pattern. \Z 앵커는 입력 문자열의 끝부분이나 입력 문자열의 끝부분에 있는 \n 앞에서 일치 항목을 찾도록 지정합니다. \Z는 RegexOptions.Multiline 옵션을 무시한다는 점을 제외하고는 $ 앵커와 동일합니다. 따라서 여러 줄 문자열에서는 마지막 줄의 끝이나 \n 앞의 마지막 줄만 일치시킬 수 있습니다. \Z 앵커는 \n은 일치시키지만 \r\n(CR/LF 문자 조합)은 일치시키지 않습니다. CR/LF와 일치시키려면 정규식 패턴에 \r?\Z를 포함하세요. end of string or before ending newline 문자열의 끝 또는 줄 바꿈 종료 전 The $ anchor specifies that the preceding pattern must occur at the end of the input string, or before \n at the end of the input string. If you use $ with the RegexOptions.Multiline option, the match can also occur at the end of a line. The $ anchor matches \n but does not match \r\n (the combination of carriage return and newline characters, or CR/LF). To match the CR/LF character combination, include \r?$ in the regular expression pattern. $ 앵커는 입력 문자열의 끝부분이나 입력 문자열의 끝부분에 있는 \n 앞에 이전 패턴이 오도록 지정합니다. RegexOptions.Multiline 옵션과 함께 $를 사용하면 줄의 끝부분에서도 일치 항목을 찾을 수 있습니다. $ 앵커는 \n은 일치시키지만 \r\n(캐리지 리턴 및 줄 바꿈 문자 조합 또는 CR/LF)은 일치시키지 않습니다. CR/LF 문자 조합과 일치시키려면 정규식 패턴에 \r?$를 포함하세요. end of string or line 문자열 또는 줄의 끝 Matches an escape character, \u001B 이스케이프 문자 \u001B와 일치시킵니다. escape character 이스케이프 문자 excluded-group 제외된 그룹 expression Matches a form-feed character, \u000C 용지 공급 문자 \u000C와 일치시킵니다. form-feed character 용지 공급 문자 This grouping construct applies or disables the specified options within a subexpression. The options to enable are specified after the question mark, and the options to disable after the minus sign. The allowed options are: i Use case-insensitive matching. m Use multiline mode, where ^ and $ match the beginning and end of each line (instead of the beginning and end of the input string). s Use single-line mode, where the period (.) matches every character (instead of every character except \n). n Do not capture unnamed groups. The only valid captures are explicitly named or numbered groups of the form (?<name> subexpression). x Exclude unescaped white space from the pattern, and enable comments after a number sign (#). 이 그룹화 구문은 하위 식 내에서 지정된 옵션을 적용하거나 사용하지 않도록 설정합니다. 사용하도록 설정하는 옵션은 물음표 뒤에 지정되며 사용하지 않도록 설정하는 옵션은 빼기 기호 뒤에 지정됩니다. 허용되는 옵션은 다음과 같습니다. i 대/소문자를 구분하지 않는 일치를 사용합니다. m 여러 줄 모드를 사용합니다. 여기서, ^ 및 $는 각 줄의 시작 및 끝과 일치시킵니다(입력 문자열의 시작 및 끝이 아님). s 한 줄 모드를 사용합니다. 여기서, 마침표(.)는 모든 문자(\n을 제외한 모든 문자가 아님)와 일치시킵니다. n 명명되지 않은 그룹을 캡처하지 않습니다. 양식(?<이름> 하위 식)의 명시적으로 명명된 그룹 또는 번호가 매겨진 그룹만 유효한 캡처입니다. x 이스케이프되지 않은 공백은 패턴에서 제외하고 주석은 숫자 기호(#) 다음에 사용합니다. group options 그룹 옵션 Matches an ASCII character, where ## is a two-digit hexadecimal character code. ASCII 문자와 일치시킵니다. 여기서, ##은 두 자리 16진수 문자 코드입니다. hexadecimal escape 16진수 이스케이프 The (?# comment) construct lets you include an inline comment in a regular expression. The regular expression engine does not use any part of the comment in pattern matching, although the comment is included in the string that is returned by the Regex.ToString method. The comment ends at the first closing parenthesis. (?# comment) 구문에서는 정규식에 인라인 주석을 포함할 수 있습니다. Regex.ToString 메서드에서 반환된 문자열에 주석이 포함되어 있어도 정규식 엔진은 패턴 일치에 주석의 어떤 부분도 사용하지 않습니다. 주석은 첫 번째 닫는 괄호에서 종료됩니다. inline comment 인라인 주석 Enables or disables specific pattern matching options for the remainder of a regular expression. The options to enable are specified after the question mark, and the options to disable after the minus sign. The allowed options are: i Use case-insensitive matching. m Use multiline mode, where ^ and $ match the beginning and end of each line (instead of the beginning and end of the input string). s Use single-line mode, where the period (.) matches every character (instead of every character except \n). n Do not capture unnamed groups. The only valid captures are explicitly named or numbered groups of the form (?<name> subexpression). x Exclude unescaped white space from the pattern, and enable comments after a number sign (#). 정규식의 나머지 부분에 대해 특정 패턴 일치 옵션을 사용하거나 사용하지 않도록 설정합니다. 사용하도록 설정하는 옵션은 물음표 뒤에 지정되며 사용하지 않도록 설정하는 옵션은 빼기 기호 뒤에 지정됩니다. 허용되는 옵션은 다음과 같습니다. i 대/소문자를 구분하지 않는 일치를 사용합니다. m 여러 줄 모드를 사용합니다. 여기서, ^ 및 $는 각 줄의 시작 및 끝과 일치시킵니다(입력 문자열의 시작 및 끝이 아님). s 한 줄 모드를 사용합니다. 여기서, 마침표(.)는 모든 문자(\n을 제외한 모든 문자가 아님)와 일치시킵니다. n 명명되지 않은 그룹을 캡처하지 않습니다. 양식(?<이름> 하위 식)의 명시적으로 명명된 그룹 또는 번호가 매겨진 그룹만 유효한 캡처입니다. x 이스케이프되지 않은 공백은 패턴에서 제외하고 주석은 숫자 기호(#) 다음에 사용합니다. inline options 인라인 옵션 letter, lowercase 문자, 소문자 letter, modifier 문자, 한정자 letter, other 문자, 기타 letter, titlecase 문자, 첫 글자만 대문자 letter, uppercase 문자, 대문자 mark, enclosing 표시, 묶음 mark, nonspacing 표시, 공간을 차지하지 않음 mark, spacing combining 표시, 간격 결합 The {n,}? quantifier matches the preceding element at least n times, where n is any integer, but as few times as possible. It is the lazy counterpart of the greedy quantifier {n,} {n,}? 한정사는 n번 이상 이전 요소와 일치시키지만 가능한 한 적은 횟수로 일치시킵니다. 여기서, n은 정수입니다. 최대 한정사 {n,}에 대응되는 지연 한정사입니다. match at least 'n' times (lazy) 'n'번 이상 일치(지연) The {n,} quantifier matches the preceding element at least n times, where n is any integer. {n,} is a greedy quantifier whose lazy equivalent is {n,}? {n,} 한정사는 n번 이상 이전 요소와 일치시킵니다. 여기서, n은 정수입니다. {n,}는 해당 지연 한정사가 {n,}?인 최대 한정사입니다. match at least 'n' times 'n'번 이상 일치 The {n,m}? quantifier matches the preceding element between n and m times, where n and m are integers, but as few times as possible. It is the lazy counterpart of the greedy quantifier {n,m} {n,m}? 한정사는 n 및 m번 사이로 이전 요소와 일치시키지만 가능한 한 적은 횟수로 일치시킵니다. 여기서, n 및 m은 정수입니다. 최대 한정사 {n,m}에 대응되는 지연 한정사입니다. match at least 'n' times (lazy) 'n'번 이상 일치(지연) The {n,m} quantifier matches the preceding element at least n times, but no more than m times, where n and m are integers. {n,m} is a greedy quantifier whose lazy equivalent is {n,m}? {n,m} 한정사는 n번 이상 m번 이하로 이전 요소와 일치시킵니다. 여기서, n 및 m은 정수입니다. {n,m}는 해당 지연 한정사가 {n,m}?인 최대 한정사입니다. match between 'm' and 'n' times 'm'에서 'n'번 사이 일치 The {n}? quantifier matches the preceding element exactly n times, where n is any integer. It is the lazy counterpart of the greedy quantifier {n}+ {n}? 한정사는 정확히 n번을 이전 요소와 일치시킵니다. 여기서, n은 정수입니다. 최대 한정사 {n}+에 대응되는 지연 한정사입니다. match exactly 'n' times (lazy) 정확하게 'n'번 일치(지연) The {n} quantifier matches the preceding element exactly n times, where n is any integer. {n} is a greedy quantifier whose lazy equivalent is {n}? {n} 한정사는 정확히 n번을 이전 요소와 일치시킵니다. 여기서, n은 정수입니다. {n}는 해당 지연 한정사가 {n}?인 최대 한정사입니다. match exactly 'n' times 정확하게 'n'번 일치 The +? quantifier matches the preceding element one or more times, but as few times as possible. It is the lazy counterpart of the greedy quantifier + +? 한정사는 1번 이상 이전 요소와 일치시키지만 가능한 한 적은 횟수로 일치시킵니다. 최대 한정사 +에 대응되는 지연 한정사입니다. match one or more times (lazy) 1번 이상 일치(지연) The + quantifier matches the preceding element one or more times. It is equivalent to the {1,} quantifier. + is a greedy quantifier whose lazy equivalent is +?. + 한정사는 1번 이상 이전 요소와 일치시킵니다. {1,} 한정사와 같습니다. +는 해당 지연 한정사가 +?인 최대 한정사입니다. match one or more times 1번 이상 일치 The *? quantifier matches the preceding element zero or more times, but as few times as possible. It is the lazy counterpart of the greedy quantifier * *? 한정사는 0번 이상 이전 요소와 일치시키지만 가능한 한 적은 횟수로 일치시킵니다. 최대 한정사 *에 대응되는 지연 한정사입니다. match zero or more times (lazy) 0번 이상 일치(지연) The * quantifier matches the preceding element zero or more times. It is equivalent to the {0,} quantifier. * is a greedy quantifier whose lazy equivalent is *?. * 한정사는 0번 이상 이전 요소와 일치시킵니다. {0,} 한정사와 같습니다. *는 해당 지연 한정사가 *?인 최대 한정사입니다. match zero or more times 0번 이상 일치 The ?? quantifier matches the preceding element zero or one time, but as few times as possible. It is the lazy counterpart of the greedy quantifier ? ?? 한정사는 0번 이상 이전 요소와 일치시키지만 가능한 한 적은 횟수로 일치시킵니다. 최대 한정사 ?에 대응되는 지연 한정사입니다. match zero or one time (lazy) 0 또는 1번 일치(지연) The ? quantifier matches the preceding element zero or one time. It is equivalent to the {0,1} quantifier. ? is a greedy quantifier whose lazy equivalent is ??. ? 한정사는 0번 이상 이전 요소와 일치시킵니다. {0,1} 한정사와 같습니다. ?는 해당 지연 한정사가 ??인 최대 한정사입니다. match zero or one time 0 또는 1번 일치 This grouping construct captures a matched 'subexpression', where 'subexpression' is any valid regular expression pattern. Captures that use parentheses are numbered automatically from left to right based on the order of the opening parentheses in the regular expression, starting from one. The capture that is numbered zero is the text matched by the entire regular expression pattern. 이 그룹화 구문은 일치하는 'subexpression'을 캡처합니다. 여기서, 'subexpression'은 임의의 유효한 정규식 패턴입니다. 괄호를 사용하는 캡처는 정규식의 여는 괄호 순서를 기준으로 왼쪽에서 오른쪽으로 1부터 자동으로 번호가 매겨집니다. 0으로 번호가 매겨진 캡처는 전체 정규식 패턴과 일치하는 텍스트입니다. matched subexpression 일치하는 하위 식 name 이름 name1 name1 name2 name2 name-or-number 이름 또는 번호 A named or numbered backreference. 'name' is the name of a capturing group defined in the regular expression pattern. 명명되거나 번호가 매겨진 역참조입니다. 'name'은 정규식 패턴에 정의된 캡처링 그룹의 이름입니다. named backreference 명명된 역참조 Captures a matched subexpression and lets you access it by name or by number. 'name' is a valid group name, and 'subexpression' is any valid regular expression pattern. 'name' must not contain any punctuation characters and cannot begin with a number. If the RegexOptions parameter of a regular expression pattern matching method includes the RegexOptions.ExplicitCapture flag, or if the n option is applied to this subexpression, the only way to capture a subexpression is to explicitly name capturing groups. 일치하는 하위 식을 캡처하고 이름 또는 번호를 통해 해당 하위 식에 액세스할 수 있도록 허용합니다. 'name'은 유효한 그룹 이름이고 'subexpression'은 유효한 정규식 패턴입니다. 'name'은 문장 부호 문자를 사용하지 않아야 하며 숫자로 시작할 수 없습니다. 정규식 패턴 일치 메서드의 RegexOptions 매개 변수에 RegexOptions.ExplicitCapture 플래그가 포함되어 있거나 이 하위 식에 n 옵션이 적용되는 경우 하위 식을 캡처하는 유일한 방법은 명시적으로 캡처링 그룹 이름을 지정하는 것입니다. named matched subexpression 명명된 일치하는 하위 식 A negative character group specifies a list of characters that must not appear in an input string for a match to occur. The list of characters are specified individually. Two or more character ranges can be concatenated. For example, to specify the range of decimal digits from "0" through "9", the range of lowercase letters from "a" through "f", and the range of uppercase letters from "A" through "F", use [0-9a-fA-F]. 부정 문자 그룹은 일치 항목을 찾을 입력 문자열에 표시되지 않아야 하는 문자 목록을 지정합니다. 문자 목록은 개별적으로 지정됩니다. 둘 이상의 문자 범위를 연결할 수 있습니다. 예를 들어 "0"에서 "9"까지의 10진수 범위, "a"에서 "f"까지의 소문자 범위 및 "A"에서 "F"까지의 대문자 범위를 지정하려면 [0-9a-fA-F]를 사용합니다. negative character group 부정 문자 그룹 A negative character range specifies a list of characters that must not appear in an input string for a match to occur. 'firstCharacter' is the character that begins the range, and 'lastCharacter' is the character that ends the range. Two or more character ranges can be concatenated. For example, to specify the range of decimal digits from "0" through "9", the range of lowercase letters from "a" through "f", and the range of uppercase letters from "A" through "F", use [0-9a-fA-F]. 부정 문자 범위는 일치 항목을 찾을 입력 문자열에 표시되지 않아야 하는 문자 목록을 지정합니다. 'firstCharacter'는 범위를 시작하는 문자이고 'lastCharacter'는 범위를 끝내는 문자입니다. 둘 이상의 문자 범위를 연결할 수 있습니다. 예를 들어 "0"에서 "9"까지의 10진수 범위, "a"에서 "f"까지의 소문자 범위 및 "A"에서 "F"까지의 대문자 범위를 지정하려면 [0-9a-fA-F]를 사용합니다. negative character range 부정 문자 범위 The regular expression construct \P{ name } matches any character that does not belong to a Unicode general category or named block, where name is the category abbreviation or named block name. 정규식 구문 \P{ name }는 유니코드 일반 범주 또는 명명된 블록에 속하지 않는 모든 문자와 일치시킵니다. 여기서, name은 범주 약어 또는 명명된 블록 이름입니다. negative unicode category 부정 유니코드 범주 Matches a new-line character, \u000A 줄 바꿈 문자 \u000A와 일치시킵니다. new-line character 줄 바꿈 문자 no 아니요 \D matches any non-digit character. It is equivalent to the \P{Nd} regular expression pattern. If ECMAScript-compliant behavior is specified, \D is equivalent to [^0-9] \D는 숫자가 아닌 문자와 일치시킵니다. \P{Nd} 정규식 패턴과 같습니다. ECMAScript 규격 동작을 지정한 경우 \D는 [^0-9]와 같습니다. non-digit character 숫자가 아닌 문자 \S matches any non-white-space character. It is equivalent to the [^\f\n\r\t\v\x85\p{Z}] regular expression pattern, or the opposite of the regular expression pattern that is equivalent to \s, which matches white-space characters. If ECMAScript-compliant behavior is specified, \S is equivalent to [^ \f\n\r\t\v] \S는 공백이 아닌 문자와 일치시킵니다. [^\f\n\r\t\v\x85\p{Z}] 정규식 패턴과 같거나, 공백 문자와 일치시키는 \s와 같은 정규식 패턴과 반대됩니다. ECMAScript 규격 동작을 지정한 경우 \S는 [^ \f\n\r\t\v]와 같습니다. non-white-space character 공백이 아닌 문자 The \B anchor specifies that the match must not occur on a word boundary. It is the opposite of the \b anchor. \B 앵커는 단어 경계에서 일치 항목을 찾도록 지정합니다. \b 앵커와 반대입니다. non-word boundary 단어가 아닌 경계 \W matches any non-word character. It matches any character except for those in the following Unicode categories: Ll Letter, Lowercase Lu Letter, Uppercase Lt Letter, Titlecase Lo Letter, Other Lm Letter, Modifier Mn Mark, Nonspacing Nd Number, Decimal Digit Pc Punctuation, Connector If ECMAScript-compliant behavior is specified, \W is equivalent to [^a-zA-Z_0-9] \W는 단어가 아닌 문자와 일치시킵니다. 다음 유니코드 범주의 문자를 제외한 모든 문자와 일치시킵니다. Ll 문자, 소문자 Lu 문자, 대문자 Lt 문자, 첫 글자만 대문자 Lo 문자, 기타 Lm 문자, 한정자 Mn 표시, 공간을 차지하지 않는 문자 Nd 숫자, 10진수 Pc 문장 부호, 연결선 ECMAScript 규격 동작을 지정한 경우 \W는 [^a-zA-Z_0-9]와 같습니다. Note: Ll, Lu, Lt, Lo, Lm, Mn, Nd, and Pc are all things that should not be localized. non-word character 단어가 아닌 문자 This construct disables backtracking. The regular expression engine will match as many characters in the input string as it can. When no further match is possible, it will not backtrack to attempt alternate pattern matches. (That is, the subexpression matches only strings that would be matched by the subexpression alone; it does not attempt to match a string based on the subexpression and any subexpressions that follow it.) This option is recommended if you know that backtracking will not succeed. Preventing the regular expression engine from performing unnecessary searching improves performance. 이 구문은 역추적을 사용하지 않도록 설정합니다. 정규식 엔진은 입력 문자열에서 가능한 한 많은 문자와 일치시킵니다. 더 이상 일치 항목을 찾을 수 없으면 대체 패턴 일치 항목 찾기를 시도하도록 역추적하지 않습니다. 즉, 하위 식은 해당 하위 식 단독으로 일치되는 문자열만 일치시킵니다. 해당 하위 식과 그 뒤에 오는 하위 식을 기반으로 문자열을 일치시키지 않습니다. 이 옵션은 역추적이 성공하지 못할 것을 알고 있는 경우에 사용하는 것이 좋습니다. 정규식 엔진이 불필요한 검색을 수행하지 않도록 하면 성능이 향상됩니다. nonbacktracking subexpression 역추적하지 않는 하위 식 This construct does not capture the substring that is matched by a subexpression: The noncapturing group construct is typically used when a quantifier is applied to a group, but the substrings captured by the group are of no interest. If a regular expression includes nested grouping constructs, an outer noncapturing group construct does not apply to the inner nested group constructs. 이 구문은 하위 식으로 일치되는 하위 문자열을 캡처하지 않습니다. 한정사가 그룹에 적용되는 경우 일반적으로 비캡처링 그룹 구문이 사용되지만 그룹에서 캡처된 하위 문자열과는 관련이 없습니다. 정규식에 중첩 그룹화 구문이 포함되는 경우 외부 비캡처링 그룹 구문은 내부 중첩 그룹 구문에 적용되지 않습니다. noncapturing group 비캡처링 그룹 number, decimal digit 숫자, 10진수 number, letter 숫자, 문자 number, other 숫자, 기타 A numbered backreference, where 'number' is the ordinal position of the capturing group in the regular expression. For example, \4 matches the contents of the fourth capturing group. There is an ambiguity between octal escape codes (such as \16) and \number backreferences that use the same notation. If the ambiguity is a problem, you can use the \k<name> notation, which is unambiguous and cannot be confused with octal character codes. Similarly, hexadecimal codes such as \xdd are unambiguous and cannot be confused with backreferences. 번호가 매겨진 역참조입니다. 여기서 'number'는 정규식에 있는 캡처링 그룹의 서수 위치입니다. 예를 들어 \4는 네 번째 캡처링 그룹의 콘텐츠와 일치시킵니다. 8진수 이스케이프 코드(예: \16) 및 동일한 표기법을 사용하는 \number 역참조 사이에는 모호성이 있습니다. 모호성 문제가 발생하는 경우 명확하며 8진수 문자 코드와 혼동되지 않는 \k<이름> 표기법을 사용할 수 있습니다. 마찬가지로, \xdd와 같은 16진수 코드는 명확하며 역참조와 혼동되지 않습니다. numbered backreference 번호가 매겨진 역참조 other, control 기타, 제어 other, format 기타, 형식 other, not assigned 기타, 할당되지 않음 other, private use 기타, 프라이빗 사용 other, surrogate 기타, 서로게이트 A positive character group specifies a list of characters, any one of which may appear in an input string for a match to occur. 긍정 문자 그룹은 일치 항목을 찾을 입력 문자열에 표시될 수 있는 문자 목록을 지정합니다. positive character group 긍정 문자 그룹 A positive character range specifies a range of characters, any one of which may appear in an input string for a match to occur. 'firstCharacter' is the character that begins the range and 'lastCharacter' is the character that ends the range. 긍정 문자 범위는 일치 항목을 찾을 입력 문자열에 표시될 수 있는 문자 범위를 지정합니다. 'firstCharacter'는 범위를 시작하는 문자이고 'lastCharacter'는 범위를 끝내는 문자입니다. positive character range 긍정 문자 범위 punctuation, close 문장 부호, 닫기 punctuation, connector 문장 부호, 연결선 punctuation, dash 문장 부호, 대시 punctuation, final quote 문장 부호, 마지막 따옴표 punctuation, initial quote 문장 부호, 처음 따옴표 punctuation, open 문장 부호, 열기 punctuation, other 문장 부호, 기타 separator, line 구분 기호, 줄 separator, paragraph 구분 기호, 단락 separator, space 구분 기호, 공백 The \A anchor specifies that a match must occur at the beginning of the input string. It is identical to the ^ anchor, except that \A ignores the RegexOptions.Multiline option. Therefore, it can only match the start of the first line in a multiline input string. \A 앵커는 입력 문자열의 시작 부분에서 일치 항목을 찾도록 지정합니다. \A가 RegexOptions.Multiline 옵션을 무시한다는 점을 제외하고는 ^ 앵커와 동일합니다. 따라서 여러 줄 입력 문자열에서 첫 번째 줄의 시작 부분만 찾을 수 있습니다. start of string only 문자열의 시작만 The ^ anchor specifies that the following pattern must begin at the first character position of the string. If you use ^ with the RegexOptions.Multiline option, the match must occur at the beginning of each line. ^ 앵커는 다음 패턴이 문자열의 첫 번째 문자 위치에서 시작하도록 지정합니다. ^ 기호를 RegexOptions.Multiline 옵션과 함께 사용하는 경우 각 줄의 시작 부분에 일치 항목이 있어야 합니다. start of string or line 문자열 또는 줄의 시작 subexpression 하위 식 symbol, currency 기호, 통화 symbol, math 기호, 수학 symbol, modifier 기호, 한정자 symbol, other 기호, 기타 Matches a tab character, \u0009 탭 문자 \u0009와 일치시킵니다. tab character 탭 문자 The regular expression construct \p{ name } matches any character that belongs to a Unicode general category or named block, where name is the category abbreviation or named block name. 정규식 구문 \p{ name }는 유니코드 일반 범주 또는 명명된 블록에 속하는 모든 문자와 일치시킵니다. 여기서, name은 범주 약어 또는 명명된 블록 이름입니다. unicode category 유니코드 범주 Matches a UTF-16 code unit whose value is #### hexadecimal. 값이 #### 16진수인 UTF-16 코드 단위와 일치시킵니다. unicode escape 유니코드 이스케이프 Unicode General Category: {0} 유니코드 일반 범주: {0} Matches a vertical-tab character, \u000B 세로 탭 문자 \u000B와 일치시킵니다. vertical-tab character 세로 탭 문자 \s matches any white-space character. It is equivalent to the following escape sequences and Unicode categories: \f The form feed character, \u000C \n The newline character, \u000A \r The carriage return character, \u000D \t The tab character, \u0009 \v The vertical tab character, \u000B \x85 The ellipsis or NEXT LINE (NEL) character (…), \u0085 \p{Z} Matches any separator character If ECMAScript-compliant behavior is specified, \s is equivalent to [ \f\n\r\t\v] \s는 공백 문자와 일치시킵니다. 다음 이스케이프 시퀀스 및 유니코드 범주와 같습니다. \f 용지 공급 문자, \u000C \n 줄 바꿈 문자, \u000A \r 캐리지 리턴 문자, \u000D \t 탭 문자, \u0009 \v 세로 탭 문자, \u000B \x85 줄임표 또는 NEXT LINE(NEL) 문자(…), \u0085 \p{Z} 구분 문자와 일치시킵니다. ECMAScript와 호환되는 동작을 지정한 경우 \s는 [ \f\n\r\t\v]와 같습니다. white-space character 공백 문자 The \b anchor specifies that the match must occur on a boundary between a word character (the \w language element) and a non-word character (the \W language element). Word characters consist of alphanumeric characters and underscores; a non-word character is any character that is not alphanumeric or an underscore. The match may also occur on a word boundary at the beginning or end of the string. The \b anchor is frequently used to ensure that a subexpression matches an entire word instead of just the beginning or end of a word. \b 앵커는 단어 문자(\w 언어 요소)와 단어가 아닌 문자(\W 언어 요소) 사이의 경계에서 일치 항목을 찾도록 지정합니다. 단어 문자는 영숫자 문자 및 밑줄로 구성되고, 단어가 아닌 문자는 영숫자나 밑줄이 아닌 모든 문자입니다. 문자열의 시작 또는 끝부분 단어 경계에서 일치 항목을 찾을 수도 있습니다. \b 앵커는 하위 식이 단어의 시작 또는 끝부분이 아닌 전체 단어를 일치시키도록 하는 데 자주 사용됩니다. word boundary 단어 경계 \w matches any word character. A word character is a member of any of the following Unicode categories: Ll Letter, Lowercase Lu Letter, Uppercase Lt Letter, Titlecase Lo Letter, Other Lm Letter, Modifier Mn Mark, Nonspacing Nd Number, Decimal Digit Pc Punctuation, Connector If ECMAScript-compliant behavior is specified, \w is equivalent to [a-zA-Z_0-9] \w는 단어 문자와 일치시킵니다. 단어 문자는 다음 유니코드 범주의 멤버입니다. Ll 문자, 소문자 Lu 문자, 대문자 Lt 문자, 첫 글자만 대문자 Lo 문자, 기타 Lm 문자, 한정자 Mn 표시, 공간을 차지하지 않는 문자 Nd 숫자, 10진수 Pc 문장 부호, 연결선 ECMAScript 규격 동작을 지정한 경우 \w는 [a-zA-Z_0-9]와 같습니다. Note: Ll, Lu, Lt, Lo, Lm, Mn, Nd, and Pc are all things that should not be localized. word character 단어 문자 yes A zero-width negative lookahead assertion, where for the match to be successful, the input string must not match the regular expression pattern in subexpression. The matched string is not included in the match result. A zero-width negative lookahead assertion is typically used either at the beginning or at the end of a regular expression. At the beginning of a regular expression, it can define a specific pattern that should not be matched when the beginning of the regular expression defines a similar but more general pattern to be matched. In this case, it is often used to limit backtracking. At the end of a regular expression, it can define a subexpression that cannot occur at the end of a match. 너비가 0인 부정 lookahead 어설션입니다. 여기서, 일치 항목을 찾으려면 입력 문자열이 하위 식의 정규식 패턴과 일치하면 안 됩니다. 일치하는 문자열은 일치 결과에 포함되지 않습니다. 너비가 0인 부정 lookahead 어설션은 일반적으로 정규식의 시작 부분이나 끝부분에 사용됩니다. 정규식의 시작 부분에서는 일치시켜야 하는 유사하지만 보다 일반적인 패턴을 정의할 때 일치시키면 안 되는 특정 패턴을 정의할 수 있습니다. 이 경우 보통 역추적을 제한하는 데 사용됩니다. 정규식의 끝부분에서는 일치 항목의 끝부분에 있으면 안 되는 하위 식을 정의할 수 있습니다. zero-width negative lookahead assertion 너비가 0인 부정 lookahead 어설션 A zero-width negative lookbehind assertion, where for a match to be successful, 'subexpression' must not occur at the input string to the left of the current position. Any substring that does not match 'subexpression' is not included in the match result. Zero-width negative lookbehind assertions are typically used at the beginning of regular expressions. The pattern that they define precludes a match in the string that follows. They are also used to limit backtracking when the last character or characters in a captured group must not be one or more of the characters that match that group's regular expression pattern. 너비가 0인 부정 lookbehind 어설션입니다. 여기서, 일치 항목을 찾으려면 입력 문자열에서 현재 위치 왼쪽에 'subexpression'이 없어야 합니다. 'subexpression'과 일치하지 않는 하위 문자열은 일치 결과에 포함되지 않습니다. 너비가 0인 부정 lookbehind 어설션은 일반적으로 정규식의 시작 부분에 사용됩니다. 어설션이 정의하는 패턴은 뒤에 오는 문자열에 일치 항목이 없도록 합니다. 캡처된 그룹에 있는 마지막 문자가 해당 그룹의 정규식 패턴과 일치하는 하나 이상의 문자가 아니어야 하는 경우 역추적을 제한하는 데도 사용됩니다. zero-width negative lookbehind assertion 너비가 0인 부정 lookbehind 어설션 A zero-width positive lookahead assertion, where for a match to be successful, the input string must match the regular expression pattern in 'subexpression'. The matched substring is not included in the match result. A zero-width positive lookahead assertion does not backtrack. Typically, a zero-width positive lookahead assertion is found at the end of a regular expression pattern. It defines a substring that must be found at the end of a string for a match to occur but that should not be included in the match. It is also useful for preventing excessive backtracking. You can use a zero-width positive lookahead assertion to ensure that a particular captured group begins with text that matches a subset of the pattern defined for that captured group. 너비가 0인 긍정 lookahead 어설션입니다. 여기서, 일치 항목을 찾으려면 입력 문자열이 'subexpression'의 정규식 패턴과 일치해야 합니다. 일치된 하위 문자열은 일치 결과에 포함되지 않습니다. 너비가 0인 긍정 lookahead 어설션은 역추적하지 않습니다. 일반적으로 너비가 0인 긍정 lookahead 어설션은 정규식 패턴 끝에 있습니다. 이 어설션은 일치 항목을 찾을 문자열 끝에 있어야 하지만 일치에 포함되면 안 되는 하위 문자열을 정의합니다. 또한, 과도한 역추적을 방지하는 데에도 유용합니다. 너비가 0인 긍정 lookahead 어설션을 사용하면 캡처된 특정 그룹이 이 캡처된 그룹에 정의된 패턴의 하위 집합과 일치하는 텍스트로 시작하도록 할 수 있습니다. zero-width positive lookahead assertion 너비가 0인 긍정 lookahead 어설션 A zero-width positive lookbehind assertion, where for a match to be successful, 'subexpression' must occur at the input string to the left of the current position. 'subexpression' is not included in the match result. A zero-width positive lookbehind assertion does not backtrack. Zero-width positive lookbehind assertions are typically used at the beginning of regular expressions. The pattern that they define is a precondition for a match, although it is not a part of the match result. 너비가 0인 긍정 lookbehind 어설션입니다. 여기서, 일치 항목을 찾으려면 입력 문자열에서 현재 위치 왼쪽에 'subexpression'이 있어야 합니다. 'subexpression'은 일치 결과에 포함되지 않습니다. 너비가 0인 긍정 lookbehind 어설션은 역추적하지 않습니다. 너비가 0인 긍정 lookbehind 어설션은 일반적으로 정규식의 시작 부분에 사용됩니다. 어설션이 정의하는 패턴은 일치 항목의 사전 조건이지만 일치 결과에 포함되지 않습니다. zero-width positive lookbehind assertion 너비가 0인 긍정 lookbehind 어설션 Remove the line below if you want to inherit .editorconfig settings from higher directories 상위 디렉터리에서 .editorconfig 설정을 상속하려면 아래 행을 제거하세요. Removing analyzer config documents is not supported. 분석기 구성 문서 제거는 지원되지 않습니다. Symbol "{0}" is not from source. "{0}" 기호가 소스에 없습니다. Documentation comment id must start with E, F, M, N, P or T 문서 주석 ID는 E, F, M, N, P 또는 T로 시작해야 합니다. Cycle detected in extensions 확장에서 순환 발견 Destination type must be a {0}, but given one is {1}. 대상 형식은 {0}이어야 하지만 지정된 형식은 {1}입니다. Destination type must be a {0} or a {1}, but given one is {2}. 대상 형식은 {0} 또는 {1}이어야 하지만 지정된 형식은 {2}입니다. Destination type must be a {0}, {1} or {2}, but given one is {3}. 대상 형식은 {0}, {1} 또는 {2}이어야 하지만 지정된 형식은 {3}입니다. Could not find location to generation symbol into. 기호를 생성할 위치를 찾을 수 없습니다. No location provided to add statements to. 문을 추가할 위치가 제공되지 않았습니다. Destination location was not in source. 대상 위치가 소스에 없습니다. Destination location was from a different tree. 다른 트리에서 온 대상 위치입니다. Node is of the wrong type. 잘못된 형식의 노드입니다. Location must be null or from source. 위치는 null이거나 소스에 있어야 합니다. Duplicate source file '{0}' in project '{1}' {1}' 프로젝트에서 중복된 '{0}' 소스 파일입니다. Removing projects is not supported. 프로젝트 제거는 지원되지 않습니다. Adding projects is not supported. 프로젝트 추가가 지원되지 않습니다. Symbol specifications 기호 사양 Syntax tree is required to accomplish the task but is not supported by document {0}. Syntax tree is required to accomplish the task but is not supported by document {0}. Visual Basic files Visual Basic 파일 Adding imports will bring an extension method into scope with the same name as '{0}' Adding imports will bring an extension method into scope with the same name as '{0}' Workspace is not empty. 작업 영역이 비어 있지 않습니다. '{0}' is not part of the workspace. '{0}'은(는) 작업 영역의 일부가 아닙니다. '{0}' is already part of the workspace. '{0}'은(는) 이미 작업 영역의 일부입니다. '{0}' is not referenced. '{0}'이(가) 참조되지 않았습니다. '{0}' is already referenced. '{0}'은(는) 이미 참조되었습니다. Adding project reference from '{0}' to '{1}' will cause a circular reference. {0}'에서 '{1}'(으)로 프로젝트 참조를 추가하면 순환 참조가 됩니다. Metadata is not referenced. 메타데이터가 참조되지 않았습니다. Metadata is already referenced. 메타데이터가 이미 참조되었습니다. {0} is not present. {0}이(가) 없습니다. {0} is already present. {0}이(가) 이미 있습니다. The specified document is not a version of this document. 지정한 문서가 이 문서의 버전이 아닙니다. The language '{0}' is not supported. {0}' 언어는 지원되지 않습니다. The solution already contains the specified project. 솔루션에 지정한 프로젝트가 이미 포함되어 있습니다. The solution does not contain the specified project. 솔루션에 지정한 프로젝트가 포함되어 있지 않습니다. The project already references the target project. 프로젝트가 대상 프로젝트를 이미 참조하고 있습니다. The project already transitively references the target project. 프로젝트가 대상 프로젝트를 이미 타동적으로 참조하고 있습니다. The solution already contains the specified document. 솔루션에 지정한 문서가 이미 포함되어 있습니다. The solution does not contain the specified document. 솔루션에 지정한 문서가 포함되어 있지 않습니다. Temporary storage cannot be written more than once. 임시 스토리지는 두 번 쓸 수 없습니다. '{0}' is not open. '{0}'이(가) 열리지 않았습니다. A language name cannot be specified for this option. 이 옵션에 대한 언어 이름을 지정할 수 없습니다. A language name must be specified for this option. 이 옵션에 대한 언어 이름을 지정해야 합니다. File was externally modified: {0}. 파일이 외부에서 수정되었습니다({0}). Unrecognized language name. 인식할 수 없는 언어 이름입니다. Can't resolve metadata reference: '{0}'. 메타데이터 참조를 확인할 수 없습니다('{0}'). Can't resolve analyzer reference: '{0}'. 분석기 참조를 확인할 수 없습니다('{0}'). Invalid project block, expected "=" after Project. 잘못된 프로젝트 블록입니다. Project 다음에 "="가 필요합니다. Invalid project block, expected "," after project name. 잘못된 프로젝트 블록입니다. 프로젝트 이름 다음에 ","가 필요합니다. Invalid project block, expected "," after project path. 잘못된 프로젝트 블록입니다. 프로젝트 경로 다음에 ","가 필요합니다. Expected {0}. {0}이(가) 필요합니다. "{0}" must be a non-null and non-empty string. "{0}"은(는) null이 아니거나 비어 있지 않은 문자열이어야 합니다. Expected header: "{0}". 헤더가 필요합니다("{0}"). Expected end-of-file. 파일 끝(EOF)이 필요합니다. Expected {0} line. {0} 줄이 필요합니다. This submission already references another submission project. 이 전송은 이미 다른 전송 프로젝트가 참조했습니다. {0} still contains open documents. {0}에 열린 문서가 포함되어 있습니다. {0} is still open. {0}이(가) 열려 있습니다. An element with the same key but a different value already exists. 키가 같지만 값이 다른 요소가 이미 있습니다. Arrays with more than one dimension cannot be serialized. 차원이 두 개 이상인 배열을 직렬화할 수 없습니다. Value too large to be represented as a 30 bit unsigned integer. 값이 너무 커서 30비트 정수로 표시할 수 없습니다. Specified path must be absolute. 지정한 경로가 절대 경로여야 합니다. Cast is redundant. 캐스팅이 중복됩니다. Name can be simplified. 이름을 간단하게 줄일 수 있습니다. Unknown identifier. 알 수 없는 식별자입니다. Cannot generate code for unsupported operator '{0}' 지원되지 않는 '{0}' 연산자에 대한 코드를 생성할 수 없습니다. Invalid number of parameters for binary operator. 이진 연산자에 대해 잘못된 매개 변수 수입니다. Invalid number of parameters for unary operator. 단항 연산자에 대해 잘못된 매개 변수 수입니다. Absolute path expected. 절대 경로가 필요합니다. Cannot open project '{0}' because the file extension '{1}' is not associated with a language. {1}' 파일 확장명이 언어에 연결되어 있지 않아 '{0}' 프로젝트를 열 수 없습니다. Cannot open project '{0}' because the language '{1}' is not supported. {1}' 언어를 지원하지 않아 '{0}' 프로젝트를 열 수 없습니다. Invalid project file path: '{0}' 잘못된 프로젝트 파일 경로입니다('{0}'). Invalid solution file path: '{0}' 잘못된 솔루션 파일 경로입니다('{0}'). Project file not found: '{0}' {0}' 프로젝트 파일을 찾을 수 없습니다. Solution file not found: '{0}' {0}' 솔루션 파일을 찾을 수 없습니다. Unmerged change from project '{0}' {0}' 프로젝트에서 병합되지 않은 변경 내용 Added: 추가됨: Fix all '{0}' 모든 '{0}' 수정 Fix all '{0}' in '{1}' {1}'의 모든 '{0}' 수정 Fix all '{0}' in Solution 솔루션의 모든 '{0}' 수정 After: 이후: Before: 이전: Removed: 제거됨: Invalid CodePage value: {0} 잘못된 CodePage 값: {0} Adding additional documents is not supported. 추가 문서 추가는 지원되지 않았습니다. Adding analyzer references is not supported. 분석기 참조 추가는 지원되지 않습니다. Adding documents is not supported. 문서 추가는 지원되지 않습니다. Adding metadata references is not supported. 메타데이터 참조 추가는 지원되지 않습니다. Adding project references is not supported. 프로젝트 참조 추가는 지원되지 않습니다. Changing additional documents is not supported. 추가 문서 변경은 지원되지 않습니다. Changing documents is not supported. 문서 변경은 지원되지 않습니다. Changing project properties is not supported. 프로젝트 속성 변경은 지원되지 않습니다. Removing additional documents is not supported. 추가 문서 제거는 지원되지 않습니다. Removing analyzer references is not supported. 분석기 참조 제거는 지원되지 않습니다. Removing documents is not supported. 문서 제거는 지원되지 않습니다. Removing metadata references is not supported. 메타데이터 참조 제거는 지원되지 않습니다. Removing project references is not supported. 프로젝트 참조 제거는 지원되지 않습니다. Service of type '{0}' is required to accomplish the task but is not available from the workspace. {0}' 유형의 서비스가 작업을 수행하는 데 필요하지만 작업 영역에서 사용할 수 없습니다. Supplied diagnostic cannot be null. 제공된 진단은 null일 수 없습니다. At least one diagnostic must be supplied. 하나 이상의 진단을 제공해야 합니다. Diagnostic must have span '{0}' 진단에는 '{0}' 범위가 있어야 합니다. Cannot deserialize type '{0}'. {0}' 형식을 역직렬화할 수 없습니다. Cannot serialize type '{0}'. {0}' 형식을 직렬화할 수 없습니다. The type '{0}' is not understood by the serialization binder. 직렬화 바인더가 '{0}' 형식을 인식할 수 없습니다. Label for node '{0}' is invalid, it must be within [0, {1}). {0}' 노드의 레이블이 잘못되었습니다. [0, {1}) 내에 있어야 합니다. Matching nodes '{0}' and '{1}' must have the same label. 일치하는 노드 '{0}' 및 '{1}'에 동일한 레이블이 있어야 합니다. Node '{0}' must be contained in the new tree. {0}' 노드가 새 트리에 포함되어야 합니다. Node '{0}' must be contained in the old tree. {0}' 노드가 이전 트리에 포함되어야 합니다. The member '{0}' is not declared within the declaration of the symbol. {0}' 멤버가 기호의 선언 내에서 선언되지 않았습니다. The position is not within the symbol's declaration 위치가 기호의 선언 내에 없습니다. The symbol '{0}' cannot be located within the current solution. 현재 솔루션 내에서 '{0}' 기호를 찾을 수 없습니다. Changing compilation options is not supported. 컴파일 옵션 변경은 지원되지 않습니다. Changing parse options is not supported. 구문 분석 옵션 변경은 지원되지 않습니다. The node is not part of the tree. 노드는 트리의 일부가 아닙니다. This workspace does not support opening and closing documents. 이 작업 영역에서는 문서 열기 및 닫기를 지원하지 않습니다. Usage: 사용법: Exceptions: 예외: '{0}' returned an uninitialized ImmutableArray '{0}'에서 초기화되지 않은 ImmutableArray를 반환했습니다. Failure 실패 Warning 경고 Populate switch 스위치 채우기 Member access should be qualified. 멤버 액세스를 한정해야 합니다. Add braces to '{0}' statement. {0}' 문에 중괄호를 추가합니다. Options did not come from Workspace 옵션을 작업 영역에서 가져오지 않음 Enable 사용 Enable and ignore future errors 추가 오류 무시하고 사용 '{0}' encountered an error and has been disabled. '{0}'에 오류가 발생하여 사용할 수 없습니다. Show Stack Trace 스택 추적 표시 Stream is too long. 스트림이 너무 깁니다. Deserialization reader for '{0}' read incorrect number of values. {0}'에 대한 역직렬화 판독기가 잘못된 숫자 값을 읽습니다. Pascal Case 파스칼식 대/소문자 Abstract Method 추상 메서드 {locked: abstract}{locked: method} These are keywords (unless the order of words or capitalization should be handled differently) Async Method 비동기 메서드 {locked: async}{locked: method} These are keywords (unless the order of words or capitalization should be handled differently) Begins with I I로 시작 {locked:I} Class Class {locked} unless the capitalization should be handled differently Delegate Delegate {locked} unless the capitalization should be handled differently Enum Enum {locked} unless the capitalization should be handled differently Event Event {locked} unless the capitalization should be handled differently Interface Interface {locked} unless the capitalization should be handled differently Non-Field Members 필드가 아닌 멤버 {locked:field} Private Method 프라이빗 메서드 {locked: private}{locked: method} These are keywords (unless the order of words or capitalization should be handled differently) Private or Internal Field 프라이빗 또는 내부 필드 {locked: private}{locked: internal}{locked:field} Private or Internal Static Field 프라이빗 또는 내부 정적 필드 {locked: private}{locked: internal}{locked:static}{locked:field} Property Property {locked} unless the capitalization should be handled differently Public or Protected Field 공용 또는 보호된 필드 {locked: public}{locked: protected}{locked:field} Static Field 정적 필드 {locked:static}{locked:field} (unless the capitalization should be handled differently) Static Method 정적 메서드 {locked: static}{locked: method} These are keywords (unless the order of words or capitalization should be handled differently) Struct Struct {locked} unless the capitalization should be handled differently Types 형식 {locked:types} unless the capitalization should be handled differently Method 메서드 {locked:method} unless the capitalization should be handled differently Missing prefix: '{0}' 누락된 접두사: '{0}' Error 오류 None None Missing suffix: '{0}' 누락된 접미사: '{0}' These non-leading words must begin with an upper case letter: {0} 이러한 맨 앞에 있지 않는 단어는 대문자로 시작해야 합니다. {0} Suggestion 제안 These non-leading words must begin with a lowercase letter: {0} 이러한 맨 앞에 있지 않는 단어는 소문자로 시작해야 합니다. {0} These words cannot contain lower case characters: {0} 이러한 단어에는 소문자를 사용할 수 없습니다. {0} These words cannot contain upper case characters: {0} 이러한 단어에는 대문자를 사용할 수 없습니다. {0} These words must begin with upper case characters: {0} 이러한 단어는 대문자로 시작해야 합니다. {0} The first word, '{0}', must begin with an upper case character 첫 번째 단어 '{0}'은(는) 대문자로 시작해야 합니다. The first word, '{0}', must begin with a lower case character 첫 번째 단어 '{0}'은(는) 소문자로 시작해야 합니다. File '{0}' size of {1} exceeds maximum allowed size of {2} 파일 '{0}'의 크기({1})가 최대 허용되는 크기({2})를 초과했습니다. Changing document properties is not supported 문서 속성 변경은 지원되지 않습니다. Alternation conditions cannot be comments 교체 조건은 주석이 될 수 없습니다. This is an error message shown to the user when they write an invalid Regular Expression. Example: a|(?#b) Alternation conditions do not capture and cannot be named 교체 조건은 캡처하지 않고 이름을 지정할 수 없습니다. This is an error message shown to the user when they write an invalid Regular Expression. Example: (?(?'x')) A subtraction must be the last element in a character class 빼기는 문자 클래스의 마지막 요소여야 합니다. This is an error message shown to the user when they write an invalid Regular Expression. Example: [a-[b]-c] Cannot include class \{0} in character range 문자 범위에 \{0} 클래스를 포함할 수 없습니다. This is an error message shown to the user when they write an invalid Regular Expression. Example: [a-\w]. {0} is the invalid class (\w here) Capture group numbers must be less than or equal to Int32.MaxValue 캡처 그룹 번호는 Int32.MaxValue보다 작거나 같아야 합니다. This is an error message shown to the user when they write an invalid Regular Expression. Example: a{2147483648} Capture number cannot be zero 캡처 번호는 0일 수 없습니다. This is an error message shown to the user when they write an invalid Regular Expression. Example: (?<0>a) Illegal \ at end of pattern 패턴 끝에 \를 사용할 수 없습니다. This is an error message shown to the user when they write an invalid Regular Expression. Example: \ Illegal {x,y} with x > y x > y인 잘못된 {x,y}입니다. This is an error message shown to the user when they write an invalid Regular Expression. Example: a{1,0} Incomplete \p{X} character escape 불완전한 \p{X} 문자 이스케이프 This is an error message shown to the user when they write an invalid Regular Expression. Example: \p{ Cc } Insufficient hexadecimal digits 16진수가 부족합니다. This is an error message shown to the user when they write an invalid Regular Expression. Example: \x Invalid group name: Group names must begin with a word character 잘못된 그룹 이름: 그룹 이름은 단어 문자로 시작해야 합니다. This is an error message shown to the user when they write an invalid Regular Expression. Example: (?<a >a) malformed 형식이 잘못되었습니다. This is an error message shown to the user when they write an invalid Regular Expression. Example: (?(0 Malformed \p{X} character escape 형식이 잘못된 \p{X} 문자 이스케이프 This is an error message shown to the user when they write an invalid Regular Expression. Example: \p {Cc} Malformed \k<...> named back reference \k<...> 역참조 형식이 잘못되었습니다. This is an error message shown to the user when they write an invalid Regular Expression. Example: \k' Missing control character 제어 문자가 없습니다. This is an error message shown to the user when they write an invalid Regular Expression. Example: \c Nested quantifier {0} 중첩 수량자 {0}입니다. This is an error message shown to the user when they write an invalid Regular Expression. Example: a**. In this case {0} will be '*', the extra unnecessary quantifier. Not enough )'s 부족 )'s This is an error message shown to the user when they write an invalid Regular Expression. Example: (a Quantifier {x,y} following nothing 수량자 {x,y} 앞에 아무 것도 없습니다. This is an error message shown to the user when they write an invalid Regular Expression. Example: * reference to undefined group 정의되지 않은 그룹에 대한 참조 This is an error message shown to the user when they write an invalid Regular Expression. Example: (?(1)) Reference to undefined group name {0} 정의되지 않은 그룹 이름 {0}에 대한 참조입니다. This is an error message shown to the user when they write an invalid Regular Expression. Example: \k<a>. Here, {0} will be the name of the undefined group ('a') Reference to undefined group number {0} 정의되지 않은 그룹 번호 {0}을(를) 참조합니다. This is an error message shown to the user when they write an invalid Regular Expression. Example: (?<-1>). Here, {0} will be the number of the undefined group ('1') Too many | in (?()|) (?()|)에 |가 너무 많습니다. This is an error message shown to the user when they write an invalid Regular Expression. Example: (?(0)a|b|) Too many )'s )가 너무 많습니다. This is an error message shown to the user when they write an invalid Regular Expression. Example: ) Unknown property 알 수 없는 속성 This is an error message shown to the user when they write an invalid Regular Expression. Example: \p{} Unknown property '{0}' 알 수 없는 속성 '{0}' This is an error message shown to the user when they write an invalid Regular Expression. Example: \p{xxx}. Here, {0} will be the name of the unknown property ('xxx') Unrecognized control character 인식할 수 없는 제어 문자입니다. This is an error message shown to the user when they write an invalid Regular Expression. Example: [\c] Unrecognized escape sequence \{0} 인식할 수 없는 이스케이프 시퀀스 \{0}입니다. This is an error message shown to the user when they write an invalid Regular Expression. Example: \m. Here, {0} will be the unrecognized character ('m') Unrecognized grouping construct 인식할 수 없는 그룹화 생성자입니다. This is an error message shown to the user when they write an invalid Regular Expression. Example: (?< Unterminated [] set 종결되지 않은 [] 집합 This is an error message shown to the user when they write an invalid Regular Expression. Example: [ Unterminated (?#...) comment 종격되지 않은 (?#...) 주석 This is an error message shown to the user when they write an invalid Regular Expression. Example: (?# .NET Coding Conventions .NET 코딩 규칙 this. and Me. preferences this. 및 Me. 기본 설정 [x-y] range in reverse order [x-y] 범위가 역순으로 되어 있습니다. This is an error message shown to the user when they write an invalid Regular Expression. Example: [b-a] Variables captured: 캡처된 변수: Regex issue: {0} Regex 문제: {0} This is an error message shown to the user when they write an invalid Regular Expression. {0} will be the actual text of one of the above Regular Expression errors. Parameter preferences 매개 변수 기본 설정