mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2025-04-21 04:53:08 +03:00
Поправил варианты названия для полей подписи
This commit is contained in:
parent
1a0bf6547a
commit
bfb00fa6d6
@ -13,7 +13,7 @@ export const ISSUER_TAGS_TRANSLATIONS: TagsTranslations[] = [
|
|||||||
{ possibleNames: ['ОГРНИП', 'OGRNIP'], translation: 'ОГРНИП' },
|
{ possibleNames: ['ОГРНИП', 'OGRNIP'], translation: 'ОГРНИП' },
|
||||||
{ possibleNames: ['СНИЛС', 'SNILS'], translation: 'СНИЛС' },
|
{ possibleNames: ['СНИЛС', 'SNILS'], translation: 'СНИЛС' },
|
||||||
{ possibleNames: ['ИНН', 'ИННФЛ', 'ИНН ФЛ', 'INN', 'ИНН физического лица'], translation: 'ИНН' },
|
{ possibleNames: ['ИНН', 'ИННФЛ', 'ИНН ФЛ', 'INN', 'ИНН физического лица'], translation: 'ИНН' },
|
||||||
{ possibleNames: ['ИННЮЛ', 'ИНН ЮЛ', 'INN LE', 'INNLE', 'ИНН организации'], translation: 'ИНН ЮЛ' },
|
{ possibleNames: ['ИННЮЛ', 'ИНН ЮЛ', 'INN LE', 'INNLE', 'ИНН организации'], translation: 'ИНН организации' },
|
||||||
{ possibleNames: ['E', 'email', 'emailAddress', 'pkcs9email'], translation: 'Email' },
|
{ possibleNames: ['E', 'email', 'emailAddress', 'pkcs9email'], translation: 'Email' },
|
||||||
{ possibleNames: ['L', 'localityName'], translation: 'Город' },
|
{ possibleNames: ['L', 'localityName'], translation: 'Город' },
|
||||||
];
|
];
|
||||||
|
@ -2,7 +2,7 @@ import { TagsTranslations } from './tags-translations';
|
|||||||
|
|
||||||
export const SUBJECT_TAGS_TRANSLATIONS: TagsTranslations[] = [
|
export const SUBJECT_TAGS_TRANSLATIONS: TagsTranslations[] = [
|
||||||
{ possibleNames: ['UN', 'UnstructuredName'], translation: 'Неструктурированное имя' },
|
{ possibleNames: ['UN', 'UnstructuredName'], translation: 'Неструктурированное имя' },
|
||||||
{ possibleNames: ['CN', 'commonName'], translation: 'Удостоверяющий центр' },
|
{ possibleNames: ['CN', 'commonName'], translation: 'Владелец' },
|
||||||
{ possibleNames: ['SN', 'surname'], translation: 'Фамилия' },
|
{ possibleNames: ['SN', 'surname'], translation: 'Фамилия' },
|
||||||
{ possibleNames: ['G', 'givenName', 'gn'], translation: 'Имя Отчество' },
|
{ possibleNames: ['G', 'givenName', 'gn'], translation: 'Имя Отчество' },
|
||||||
{ possibleNames: ['C', 'countryName'], translation: 'Страна' },
|
{ possibleNames: ['C', 'countryName'], translation: 'Страна' },
|
||||||
|
Loading…
Reference in New Issue
Block a user