Add CaptchaToken to permissions language files

This commit adds 'CaptchaToken' key to both English and Russian versions of the permissions language files. The addition of the 'CaptchaToken' key was necessary to provide translations for tokens used in captcha creation. The lack of these labels was causing readability issues in UI.
This commit is contained in:
Leonid Nikitin 2023-09-19 15:19:48 +06:00
parent c3e4c68a41
commit 35c734d840
Signed by: kor-elf
GPG Key ID: 7DE8F80C5CEC2C0D
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
return [
'Role' => 'User group',
'User' => 'Users',
'CaptchaToken' => 'Tokens for creating captcha',
'Allowed to watch' => 'Allowed to watch',
'Allowed to create' => 'Allowed to create',
'Allowed to edit' => 'Allowed to edit',

View File

@ -3,6 +3,7 @@
return [
'Role' => 'Группа пользователей',
'User' => 'Пользователи',
'CaptchaToken' => 'Токены для создания капчи',
'Allowed to watch' => 'Разрешено смотреть',
'Allowed to create' => 'Разрешено создать',
'Allowed to edit' => 'Разрешено редактировать',