Skip to content

Commit

Permalink
simplifying the "user portal" naming to just "portal"
Browse files Browse the repository at this point in the history
  • Loading branch information
OniriCorpe committed Feb 11, 2025
1 parent 4aba6a2 commit 3d907a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
"items_verbose_items_left": "There are {items} left. | There is 1 {items} left. | There are {items} left.",
"label": "Label",
"label_for_manifestname": "Label for {name}",
"label_for_manifestname_help": "This is the name displayed in the user portal. This can be changed later.",
"label_for_manifestname_help": "This is the name displayed in the portal. This can be changed later.",
"last_ran": "Last time ran:",
"license": "License",
"loading": "Loading",
Expand Down Expand Up @@ -506,7 +506,7 @@
"perform": "Perform",
"permission_corresponding_url": "Corresponding URL",
"permission_main": "Main label",
"permission_show_tile_enabled": "Visible as tile in user portal",
"permission_show_tile_enabled": "Visible as tile in the portal",
"permissions": "Permissions",
"placeholder": {
"domain": "my-domain.com",
Expand All @@ -523,7 +523,7 @@
"force": "Force the post-install",
"title": "Postinstall",
"user": {
"first_user_help": "This user will be granted admin privileges and will be allowed to connect to this administration interface as well as directly to the server via SSH.\nAs it is a regular user, you will also be able to connect to the user portal (SSO) with its credentials.\nOnce the post-installation is complete, you will be able to create other admin users by adding them into the 'admins' group.",
"first_user_help": "This user will be granted admin privileges and will be allowed to connect to this administration interface as well as directly to the server via SSH.\nAs it is a regular user, you will also be able to connect to the portal (SSO) with its credentials.\nOnce the post-installation is complete, you will be able to create other admin users by adding them into the 'admins' group.",
"title": "Create first admin user"
}
},
Expand Down Expand Up @@ -612,7 +612,7 @@
"user_emailforward": "Mail forward",
"user_emailforward_add": "Add a mail forward",
"user_fullname": "Full name",
"user_interface_link": "User interface",
"user_interface_link": "Portal",
"user_mailbox_quota": "Mailbox quota",
"user_mailbox_use": "Mailbox used space",
"user_new_forward": "newforward{'@'}myforeigndomain.org",
Expand Down
4 changes: 2 additions & 2 deletions app/src/i18n/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"user_emailaliases": "Alias de courriel",
"user_emailforward": "Adresses de transfert",
"user_fullname": "Nom complet",
"user_interface_link": "Portail utilisateur·ice",
"user_interface_link": "Portail",
"user_mailbox_quota": "Quota de la boite aux lettres",
"user_new_forward": "nouveau_transfert{'@'}domainedistant.org",
"user_username": "Nom du compte",
Expand Down Expand Up @@ -590,7 +590,7 @@
"details_about": "Afficher plus de détails sur {subject}",
"group_admins": "Comptes administrateurs",
"group_explain_admins": "Il s'agit d'un groupe spécial correspondant aux comptes dits administrateurs. Les comptes affectés à ce groupe ont, pour faire simple, tous les droits sur le serveur (modification, création, ajout et suppression). Ils peuvent donc accéder à l'administration en ligne de YunoHost (panel web), se connecter au serveur avec SSH et utiliser la commande `sudo`. Ils recevront également les courriels envoyés à root{'@'}, admin{'@'}, admins{'@'}, tels que les notifications de diagnostic. Vous ne devriez ajouter dans ce groupe que des comptes de personnes en qui vous avez absolument confiance !",
"label_for_manifestname_help": "Il s'agit du nom affiché dans le portail d'utilisation de YunoHost. Il peut être modifié ultérieurement.",
"label_for_manifestname_help": "Il s'agit du nom affiché dans le portail de YunoHost. Il peut être modifié ultérieurement.",
"manage_groups": "Gestion des groupes",
"tools_yunohost_settings": "Paramètres de YunoHost",
"wrong_password_or_username": "Mot de passe ou nom de compte erroné",
Expand Down

0 comments on commit 3d907a0

Please sign in to comment.