Skip to content

Commit

Permalink
Build and Deploy to GH-Pages
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
microshine authored and github-actions[bot] committed Oct 23, 2024
1 parent 2086455 commit a98c11b
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bundle.js

Large diffs are not rendered by default.

14 changes: 12 additions & 2 deletions locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@
"settings": "Settings",
"common": "Common",
"settingsDescription": "Set up your application here",
"profile": "Profile",
"profileDescription": "View and manage your profile",
"profile": {
"common": "Profile",
"description": "View and manage your profile",
"logout": {
"common": "Logout",
"confirmation": "Are you sure you want to logout?"
}
},
"organization": {
"common": "Organization",
"description": "View and manage your organization",
Expand Down Expand Up @@ -199,6 +205,10 @@
"auditor": {
"name": "Auditor",
"description": "Can view cryptographic operations with the key"
},
"owner": {
"name": "Owner",
"description": "Has full control over the key, including managing members and settings. Can also delete the key."
}
},
"members": {
Expand Down
14 changes: 12 additions & 2 deletions locales/ru/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@
"settings": "Настройки",
"common": "Общие",
"settingsDescription": "Настройте свое приложение здесь",
"profile": "Профиль",
"profileDescription": "Просматривайте и управляйте своим профилем",
"profile": {
"common": "Профиль",
"description": "Просмотр и управление вашим профилем",
"logout": {
"common": "Выйти",
"confirmation": "Вы уверены, что хотите выйти?"
}
},
"organization": {
"common": "Организация",
"description": "Просмотр и управление вашей организацией",
Expand Down Expand Up @@ -199,6 +205,10 @@
"auditor": {
"name": "Аудитор",
"description": "Может просматривать криптографические операции с ключом"
},
"owner": {
"name": "Владелец",
"description": "Имеет полный контроль над ключом, включая управление участниками и настройками. Также может удалить ключ."
}
},
"members": {
Expand Down
14 changes: 12 additions & 2 deletions locales/uk/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@
"settings": "Налаштування",
"common": "Загальні",
"settingsDescription": "Налаштуйте свій додаток тут",
"profile": "Профіль",
"profileDescription": "Переглядайте та керуйте своїм профілем",
"profile": {
"common": "Профіль",
"description": "Перегляд та управління вашим профілем",
"logout": {
"common": "Вийти",
"confirmation": "Ви впевнені, що хочете вийти?"
}
},
"organization": {
"common": "Організація",
"description": "Перегляд та управління вашою організацією",
Expand Down Expand Up @@ -199,6 +205,10 @@
"auditor": {
"name": "Аудитор",
"description": "Може переглядати криптографічні операції з ключем"
},
"owner": {
"name": "Власник",
"description": "Має повний контроль над ключем, включаючи управління учасниками та налаштуваннями. Також може видалити ключ."
}
},
"members": {
Expand Down

0 comments on commit a98c11b

Please sign in to comment.