mirror of
				https://github.com/crypto-pro-web/crypto-pro-js.git
				synced 2025-10-31 06:13:22 +03:00 
			
		
		
		
	Расширил варианты названия для полей подписи
This commit is contained in:
		
							parent
							
								
									1ebb03aac2
								
							
						
					
					
						commit
						1a0bf6547a
					
				| @ -1,19 +1,19 @@ | ||||
| import { TagsTranslations } from './tags-translations'; | ||||
| 
 | ||||
| export const ISSUER_TAGS_TRANSLATIONS: TagsTranslations[] = [ | ||||
|   { possibleNames: ['UnstructuredName'], translation: 'Неструктурированное имя' }, | ||||
|   { possibleNames: ['CN'], translation: 'Удостоверяющий центр' }, | ||||
|   { possibleNames: ['C'], translation: 'Страна' }, | ||||
|   { possibleNames: ['S'], translation: 'Регион' }, | ||||
|   { possibleNames: ['STREET'], translation: 'Адрес' }, | ||||
|   { possibleNames: ['O'], translation: 'Компания' }, | ||||
|   { possibleNames: ['OU'], translation: 'Тип' }, | ||||
|   { possibleNames: ['T'], translation: 'Должность' }, | ||||
|   { possibleNames: ['UN', 'UnstructuredName'], translation: 'Неструктурированное имя' }, | ||||
|   { possibleNames: ['CN', 'commonName'], translation: 'Удостоверяющий центр' }, | ||||
|   { possibleNames: ['C', 'countryName'], translation: 'Страна' }, | ||||
|   { possibleNames: ['S', 'ST', 'stateOrProvinceName'], translation: 'Регион' }, | ||||
|   { possibleNames: ['STREET', 'streetAddress'], translation: 'Адрес' }, | ||||
|   { possibleNames: ['O', 'organizationName'], translation: 'Компания' }, | ||||
|   { possibleNames: ['OU', 'organizationalUnitName'], translation: 'Тип' }, | ||||
|   { possibleNames: ['T', 'TITLE'], translation: 'Должность' }, | ||||
|   { possibleNames: ['ОГРН', 'OGRN'], translation: 'ОГРН' }, | ||||
|   { possibleNames: ['ОГРНИП', 'OGRNIP'], translation: 'ОГРНИП' }, | ||||
|   { possibleNames: ['СНИЛС', 'SNILS'], translation: 'СНИЛС' }, | ||||
|   { possibleNames: ['ИНН', 'ИННФЛ', 'ИНН ФЛ', 'INN', 'ИНН физического лица'], translation: 'ИНН' }, | ||||
|   { possibleNames: ['ИННЮЛ', 'ИНН ЮЛ', 'INN LE', 'INNLE', 'ИНН организации'], translation: 'ИНН ЮЛ' }, | ||||
|   { possibleNames: ['E'], translation: 'Email' }, | ||||
|   { possibleNames: ['L'], translation: 'Город' }, | ||||
|   { possibleNames: ['E', 'email', 'emailAddress', 'pkcs9email'], translation: 'Email' }, | ||||
|   { possibleNames: ['L', 'localityName'], translation: 'Город' }, | ||||
| ]; | ||||
|  | ||||
| @ -1,21 +1,21 @@ | ||||
| import { TagsTranslations } from './tags-translations'; | ||||
| 
 | ||||
| export const SUBJECT_TAGS_TRANSLATIONS: TagsTranslations[] = [ | ||||
|   { possibleNames: ['UnstructuredName'], translation: 'Неструктурированное имя' }, | ||||
|   { possibleNames: ['CN'], translation: 'Владелец' }, | ||||
|   { possibleNames: ['SN'], translation: 'Фамилия' }, | ||||
|   { possibleNames: ['G'], translation: 'Имя Отчество' }, | ||||
|   { possibleNames: ['C'], translation: 'Страна' }, | ||||
|   { possibleNames: ['S'], translation: 'Регион' }, | ||||
|   { possibleNames: ['STREET'], translation: 'Адрес' }, | ||||
|   { possibleNames: ['O'], translation: 'Компания' }, | ||||
|   { possibleNames: ['OU'], translation: 'Отдел/подразделение' }, | ||||
|   { possibleNames: ['T'], translation: 'Должность' }, | ||||
|   { possibleNames: ['UN', 'UnstructuredName'], translation: 'Неструктурированное имя' }, | ||||
|   { possibleNames: ['CN', 'commonName'], translation: 'Удостоверяющий центр' }, | ||||
|   { possibleNames: ['SN', 'surname'], translation: 'Фамилия' }, | ||||
|   { possibleNames: ['G', 'givenName', 'gn'], translation: 'Имя Отчество' }, | ||||
|   { possibleNames: ['C', 'countryName'], translation: 'Страна' }, | ||||
|   { possibleNames: ['S', 'ST', 'stateOrProvinceName'], translation: 'Регион' }, | ||||
|   { possibleNames: ['STREET', 'streetAddress'], translation: 'Адрес' }, | ||||
|   { possibleNames: ['O', 'organizationName'], translation: 'Компания' }, | ||||
|   { possibleNames: ['OU', 'organizationalUnitName'], translation: 'Отдел/подразделение' }, | ||||
|   { possibleNames: ['T', 'TITLE'], translation: 'Должность' }, | ||||
|   { possibleNames: ['ОГРН', 'OGRN'], translation: 'ОГРН' }, | ||||
|   { possibleNames: ['ОГРНИП', 'OGRNIP'], translation: 'ОГРНИП' }, | ||||
|   { possibleNames: ['СНИЛС', 'SNILS'], translation: 'СНИЛС' }, | ||||
|   { possibleNames: ['ИНН', 'ИННФЛ', 'ИНН ФЛ', 'INN', 'ИНН физического лица'], translation: 'ИНН' }, | ||||
|   { possibleNames: ['ИННЮЛ', 'ИНН ЮЛ', 'INN LE', 'INNLE', 'ИНН организации'], translation: 'ИНН ЮЛ' }, | ||||
|   { possibleNames: ['E'], translation: 'Email' }, | ||||
|   { possibleNames: ['L'], translation: 'Город' }, | ||||
|   { possibleNames: ['ИННЮЛ', 'ИНН ЮЛ', 'INN LE', 'INNLE', 'ИНН организации'], translation: 'ИНН организации' }, | ||||
|   { possibleNames: ['E', 'email', 'emailAddress', 'pkcs9email'], translation: 'Email' }, | ||||
|   { possibleNames: ['L', 'localityName'], translation: 'Город' }, | ||||
| ]; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user