Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(admin-ui): allow users to install Agama Lab community projects from Admin UI #1862

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
10 changes: 8 additions & 2 deletions admin-ui/app/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"currentMonth": "Current Month",
"currentYear": "Current Year",
"choose": "Choose",
"deploy":"Deploy",
"edit": "Edit",
"next": "Next",
"no": "No",
Expand Down Expand Up @@ -654,7 +655,9 @@
"source_backend_ldap_servers": "Source Backend LDAP Servers",
"inum_db_server": "Inum DB Server",
"static_configuration": "Static Configuration",
"dynamic_configuration": "Dynamic Configuration"
"dynamic_configuration": "Dynamic Configuration",
"upload_agama_project":"Upload Agama project",
"add_community_project":"Add a Community Project"
},
"messages": {
"add_permission": "Add Permission",
Expand Down Expand Up @@ -747,7 +750,8 @@
"drag_sha_file": "Drag .sha256sum file here, or click to select file",
"see_project_details": "See project details",
"add_ssa": "Add SSA",
"copied": "Copied"
"copied": "Copied",
"no_data_found": "No data found"
},
"tooltips": {
"add_attribute": "Add attribute",
Expand Down Expand Up @@ -881,6 +885,8 @@
"scopes": "Scopes",
"scripts": "Custom Scripts",
"schemaName": "Schema Name",
"select_project_deploy":"Select a project to deploy",
"add_new_agama_project":"Add a new Agama Project",
"user_management": "User Management",
"fido_management": "FIDO Configuration",
"saml_management": "SAML",
Expand Down
10 changes: 8 additions & 2 deletions admin-ui/app/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@
"source_backend_ldap_servers": "Serveurs LDAP dorsaux sources",
"inum_db_server": "Serveur de base de données Inum",
"static_configuration": "Configuration statique",
"dynamic_configuration": "Configuration dynamique"
"dynamic_configuration": "Configuration dynamique",
"upload_agama_project": "Télécharger le projet Agama",
"add_community_project": "Ajouter un projet communautaire"
},
"actions": {
"accept": "J'accepte",
Expand All @@ -127,6 +129,7 @@
"change_bind_password": "Modifier le mot de passe de liaison",
"set_password": "Définir le mot de passe",
"choose": "Choisir",
"deploy": "Déployer",
"edit": "Éditer",
"next": "Prochain",
"no": "Non",
Expand Down Expand Up @@ -682,7 +685,8 @@
"see_project_details": "Voir les détails du projet",
"add_ssa": "Ajouter SSA",
"copied": "Copié",
"edit_acr": "Modifier ACR"
"edit_acr": "Modifier ACR",
"no_data_found": "Aucune donnée trouvée"
},
"tooltips": {
"add_attribute": "Ajouter un attribut",
Expand Down Expand Up @@ -797,6 +801,8 @@
"scopes": "Portées",
"scripts": "Scénarios",
"schemaName": "Nom du schéma",
"select_project_deploy": "Sélectionnez un projet à déployer",
"add_new_agama_project": "Ajouter un nouveau projet Agama",
"user_management": "Gestion des utilisateurs",
"ssa_management": "SSA Gestion",
"jans_ink": "Jans Link",
Expand Down
10 changes: 8 additions & 2 deletions admin-ui/app/locales/pt/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@
"source_backend_ldap_servers": "Servidores LDAP de back-end de origem",
"inum_db_server": "Servidor DB Inum",
"static_configuration": "Configuração estática",
"dynamic_configuration": "Configuração Dinâmica"
"dynamic_configuration": "Configuração Dinâmica",
"upload_agama_project": "Fazer upload do projeto Agama",
"add_community_project": "Adicionar um projeto comunitário"
},
"actions": {
"accept": "Aceitar",
Expand All @@ -125,6 +127,7 @@
"cancel": "Cancelar",
"clear": "Limpar",
"choose": "Escolher",
"deploy": "Implantar",
"edit": "Editar",
"next": "Próxima",
"no": "Não",
Expand Down Expand Up @@ -677,7 +680,8 @@
"see_project_details": "Ver detalhes do projeto",
"add_ssa": "Adicionar SSA",
"copied": "Copiado",
"edit_acr": "Editar ACR"
"edit_acr": "Editar ACR",
"no_data_found": "Nenhum dado encontrado"
},
"tooltips": {
"add_attribute": "Adicionar atributo",
Expand Down Expand Up @@ -792,6 +796,8 @@
"scopes": "Scopes",
"scripts": "Scripts",
"schemaName": "Nome do esquema",
"select_project_deploy": "Selecione um projeto para implantar",
"add_new_agama_project": "Adicionar um novo projeto Agama",
"user_management": "Gerenciamento de usuários",
"project_configuration": "Configuração do projeto",
"ssa_management": "SSA Gerenciamento",
Expand Down
Loading