Skip to content

Commit f33fa7a

Browse files
committed
feat: admin UI - Option to specify a python file containing a custom script #110
1 parent 53106c3 commit f33fa7a

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

admin-ui/app/locales/fr/translation.json

+20-1
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@
201201
"token_endpoint_auth_method": "JWS alg Algoritm pour la méthode d'authentification à la méthode de point de terminaison de jeton",
202202
"trusted_host": "Hôte de confiance ?",
203203
"usage_type": "Type d'utilisation",
204+
"script_path": "Chemin de script",
204205
"use_anonymous_bind": "Utiliser la liaison anonyme",
205206
"use_ssl": "Utiliser SSL",
206207
"user_info_encrypted_response_alg": "JWE alg Algorithm pour chiffrer les réponses userinfo",
@@ -296,7 +297,8 @@
296297
"smtp_user_name": "Entrez le nom d'utilisateur SMTP",
297298
"smtp_user_password": "Entrez le mot de passe de l'utilisateur SMTP",
298299
"spontaneous_client_id": "Saisissez l'identifiant client spontané",
299-
"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."
300+
"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.",
301+
"script_path": "Entrez le chemin du fichier de script"
300302
},
301303
"titles": {
302304
"acrs": "ACR",
@@ -364,5 +366,22 @@
364366
"true": "vrai",
365367
"user": "UTILISATEUR",
366368
"yes": "Oui"
369+
},
370+
"script": {
371+
"inum": "Unique id identifying the script",
372+
"name": "Custom script name. Should contain only letters, digits and underscores.",
373+
"description": "Details describing the script.",
374+
"scriptPath": "Chemin d'accès au fichier de script",
375+
"script": "Actual script content.",
376+
"scriptType": "Type of script.",
377+
"locationType": "Where the script is located.",
378+
"programmingLanguage": "Programming language of the custom script.",
379+
"moduleProperties": " Module-level properties applicable to the script.",
380+
"configurationProperties": "Configuration properties applicable to the script.",
381+
"level": "Script level.",
382+
"enabled": "boolean value indicating if script enabled.",
383+
"aliases": "List of possible aliases for the custom script.",
384+
"internal": "boolean value indicating if the script is internal.",
385+
"revision": "Update revision number of the script."
367386
}
368387
}

admin-ui/app/locales/pt/translation.json

+20-1
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@
200200
"token_endpoint_auth_method": "Algoritm JWS Algoritm para o método de autenticação para token Endpoint Method",
201201
"trusted_host": "Host confiável?",
202202
"usage_type": "Tipo de Uso",
203+
"script_path": "Caminho do script",
203204
"use_anonymous_bind": "Usar vinculação anônima",
204205
"use_ssl": "Use SSL",
205206
"user_info_encrypted_response_alg": "Algoritmo JWE alg para criptografar respostas userinfo",
@@ -295,7 +296,8 @@
295296
"smtp_user_name": "Insira o nome de usuário SMTP",
296297
"smtp_user_password": "Digite a senha do usuário SMTP",
297298
"spontaneous_client_id": "Insira o ID do cliente espontâneo",
298-
"typeahead_holder_message": "Insira vários itens selecionando na lista suspensa exibida após inserir cada item."
299+
"typeahead_holder_message": "Insira vários itens selecionando na lista suspensa exibida após inserir cada item.",
300+
"script_path": "Digite o caminho do arquivo de script"
299301
},
300302
"titles": {
301303
"acrs": "ACRs",
@@ -363,5 +365,22 @@
363365
"true": "verdadeiro",
364366
"user": "DO UTILIZADOR",
365367
"yes": "sim"
368+
},
369+
"script": {
370+
"inum": "Unique id identifying the script",
371+
"name": "Custom script name. Should contain only letters, digits and underscores.",
372+
"description": "Details describing the script.",
373+
"scriptPath": "Chemin d'accès au fichier de script",
374+
"script": "Actual script content.",
375+
"scriptType": "Type of script.",
376+
"locationType": "Where the script is located.",
377+
"programmingLanguage": "Programming language of the custom script.",
378+
"moduleProperties": " Module-level properties applicable to the script.",
379+
"configurationProperties": "Configuration properties applicable to the script.",
380+
"level": "Script level.",
381+
"enabled": "boolean value indicating if script enabled.",
382+
"aliases": "List of possible aliases for the custom script.",
383+
"internal": "boolean value indicating if the script is internal.",
384+
"revision": "Update revision number of the script."
366385
}
367386
}

0 commit comments

Comments
 (0)