mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 21:30:24 +08:00
feat: rename all publicKey occurrences to certificate (#894)
* fix:The certs page is displayed incorrectly * Translations for each language are added * Replace the variables certificat with Certificat with certificate and Certificate * Replace the variables certificat with Certificat with certificate and Certificate * Variable names are more accurate * Variable names are more accurate * Modify the variable name
This commit is contained in:
@ -51,11 +51,11 @@
|
||||
"Bit size": "Размер бита",
|
||||
"Bit size - Tooltip": "Размер бита - Подсказка",
|
||||
"Copy private key": "Копировать закрытый ключ",
|
||||
"Copy public key": "Копировать открытый ключ",
|
||||
"Copy certificate": "Копирование сертификата",
|
||||
"Crypto algorithm": "Алгоритм крипто",
|
||||
"Crypto algorithm - Tooltip": "Crypto algorithm - Tooltip",
|
||||
"Download private key": "Скачать закрытый ключ",
|
||||
"Download public key": "Скачать открытый ключ",
|
||||
"Download certificate": "Скачать сертификат",
|
||||
"Edit Cert": "Изменить сертификат",
|
||||
"Expire in years": "Истекает через годы",
|
||||
"Expire in years - Tooltip": "Истекает через годы - Подсказка",
|
||||
@ -63,9 +63,9 @@
|
||||
"Private key": "Приватный ключ",
|
||||
"Private key - Tooltip": "Приватный ключ - Подсказка",
|
||||
"Private key copied to clipboard successfully": "Приватный ключ скопирован в буфер обмена",
|
||||
"Public key": "Публичный ключ",
|
||||
"Public key - Tooltip": "Открытый ключ - Подсказка",
|
||||
"Public key copied to clipboard successfully": "Открытый ключ успешно скопирован в буфер обмена",
|
||||
"Certificate": "сертификат",
|
||||
"Certificate - Tooltip": "сертификат - Подсказка",
|
||||
"Certificate copied to clipboard successfully": "Сертификат успешно скопирован в буфер обмена",
|
||||
"Scope": "Сфера охвата",
|
||||
"Scope - Tooltip": "Область применения - Подсказка",
|
||||
"Type": "Тип",
|
||||
@ -426,7 +426,7 @@
|
||||
"Host": "Хост",
|
||||
"Host - Tooltip": "Unique string-style identifier",
|
||||
"IdP": "ИдП",
|
||||
"IdP public key": "Публичный ключ IdP",
|
||||
"IdP certificate": "Публичный ключ IdP",
|
||||
"Issuer URL": "URL эмитента",
|
||||
"Issuer URL - Tooltip": "URL эмитента - Tooltip",
|
||||
"Link copied to clipboard successfully": "Ссылка скопирована в буфер обмена",
|
||||
|
Reference in New Issue
Block a user