Skip to content

Commit

Permalink
feat: admin UI - Option to specify a python file containing a custom …
Browse files Browse the repository at this point in the history
…script #110
  • Loading branch information
duttarnab committed Mar 4, 2022
1 parent 53106c3 commit f33fa7a
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
21 changes: 20 additions & 1 deletion admin-ui/app/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@
"token_endpoint_auth_method": "JWS alg Algoritm pour la méthode d'authentification à la méthode de point de terminaison de jeton",
"trusted_host": "Hôte de confiance ?",
"usage_type": "Type d'utilisation",
"script_path": "Chemin de script",
"use_anonymous_bind": "Utiliser la liaison anonyme",
"use_ssl": "Utiliser SSL",
"user_info_encrypted_response_alg": "JWE alg Algorithm pour chiffrer les réponses userinfo",
Expand Down Expand Up @@ -296,7 +297,8 @@
"smtp_user_name": "Entrez le nom d'utilisateur SMTP",
"smtp_user_password": "Entrez le mot de passe de l'utilisateur SMTP",
"spontaneous_client_id": "Saisissez l'identifiant client spontané",
"typeahead_holder_message": "Saisissez plusieurs éléments en les sélectionnant dans la liste déroulante qui s'affiche après avoir saisi chaque élément."
"typeahead_holder_message": "Saisissez plusieurs éléments en les sélectionnant dans la liste déroulante qui s'affiche après avoir saisi chaque élément.",
"script_path": "Entrez le chemin du fichier de script"
},
"titles": {
"acrs": "ACR",
Expand Down Expand Up @@ -364,5 +366,22 @@
"true": "vrai",
"user": "UTILISATEUR",
"yes": "Oui"
},
"script": {
"inum": "Unique id identifying the script",
"name": "Custom script name. Should contain only letters, digits and underscores.",
"description": "Details describing the script.",
"scriptPath": "Chemin d'accès au fichier de script",
"script": "Actual script content.",
"scriptType": "Type of script.",
"locationType": "Where the script is located.",
"programmingLanguage": "Programming language of the custom script.",
"moduleProperties": " Module-level properties applicable to the script.",
"configurationProperties": "Configuration properties applicable to the script.",
"level": "Script level.",
"enabled": "boolean value indicating if script enabled.",
"aliases": "List of possible aliases for the custom script.",
"internal": "boolean value indicating if the script is internal.",
"revision": "Update revision number of the script."
}
}
21 changes: 20 additions & 1 deletion admin-ui/app/locales/pt/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@
"token_endpoint_auth_method": "Algoritm JWS Algoritm para o método de autenticação para token Endpoint Method",
"trusted_host": "Host confiável?",
"usage_type": "Tipo de Uso",
"script_path": "Caminho do script",
"use_anonymous_bind": "Usar vinculação anônima",
"use_ssl": "Use SSL",
"user_info_encrypted_response_alg": "Algoritmo JWE alg para criptografar respostas userinfo",
Expand Down Expand Up @@ -295,7 +296,8 @@
"smtp_user_name": "Insira o nome de usuário SMTP",
"smtp_user_password": "Digite a senha do usuário SMTP",
"spontaneous_client_id": "Insira o ID do cliente espontâneo",
"typeahead_holder_message": "Insira vários itens selecionando na lista suspensa exibida após inserir cada item."
"typeahead_holder_message": "Insira vários itens selecionando na lista suspensa exibida após inserir cada item.",
"script_path": "Digite o caminho do arquivo de script"
},
"titles": {
"acrs": "ACRs",
Expand Down Expand Up @@ -363,5 +365,22 @@
"true": "verdadeiro",
"user": "DO UTILIZADOR",
"yes": "sim"
},
"script": {
"inum": "Unique id identifying the script",
"name": "Custom script name. Should contain only letters, digits and underscores.",
"description": "Details describing the script.",
"scriptPath": "Chemin d'accès au fichier de script",
"script": "Actual script content.",
"scriptType": "Type of script.",
"locationType": "Where the script is located.",
"programmingLanguage": "Programming language of the custom script.",
"moduleProperties": " Module-level properties applicable to the script.",
"configurationProperties": "Configuration properties applicable to the script.",
"level": "Script level.",
"enabled": "boolean value indicating if script enabled.",
"aliases": "List of possible aliases for the custom script.",
"internal": "boolean value indicating if the script is internal.",
"revision": "Update revision number of the script."
}
}

0 comments on commit f33fa7a

Please sign in to comment.