-
Notifications
You must be signed in to change notification settings - Fork 744
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
GUACAMOLE-1701: adding French translations #1051
Open
abesnier
wants to merge
1
commit into
apache:main
Choose a base branch
from
abesnier:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+74
−1
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
72 changes: 72 additions & 0 deletions
72
extensions/guacamole-auth-restrict/src/main/resources/translations/fr.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{ | ||
|
||
"DATA_SOURCE_LOGIN_RESTRICTIONS" : { | ||
"NAME" : "Restrictions Additionnelles" | ||
}, | ||
|
||
"CONNECTION_ATTRIBUTES" : { | ||
|
||
"FIELD_HEADER_GUAC_RESTRICT_HOSTS_ALLOWED" : "Hôtes pouvant accéder à la connexion:", | ||
"FIELD_HEADER_GUAC_RESTRICT_HOSTS_DENIED" : "Hôtes NE pouvant PAS accéder à la connexion:", | ||
"FIELD_HEADER_GUAC_RESTRICT_TIME_AFTER" : "Date et heure après lesquelles cette connexion pourra être utilisée:", | ||
"FIELD_HEADER_GUAC_RESTRICT_TIME_ALLOWED" : "Horaires d'utilisation autorisés de la connexion:", | ||
"FIELD_HEADER_GUAC_RESTRICT_TIME_BEFORE" : "Date et heure avant lesquelles cette connexion peut être utilisée:", | ||
"FIELD_HEADER_GUAC_RESTRICT_TIME_DENIED" : "Horaires d'utilisation NON autorisés de la connexion:", | ||
|
||
"SECTION_HEADER_RESTRICT_LOGIN_FORM" : "Restrictions Additionnelles de connexion" | ||
|
||
}, | ||
|
||
"CONNECTION_GROUP_ATTRIBUTES" : { | ||
|
||
"FIELD_HEADER_GUAC_RESTRICT_HOSTS_ALLOWED" : "Hôtes pouvant accéder à la connexion:", | ||
"FIELD_HEADER_GUAC_RESTRICT_HOSTS_DENIED" : "Hôtes NE pouvant PAS accéder à la connexion:", | ||
"FIELD_HEADER_GUAC_RESTRICT_TIME_AFTER" : "Date et heure après lesquelles cette connexion pourra être utilisée:", | ||
"FIELD_HEADER_GUAC_RESTRICT_TIME_ALLOWED" : "Horaires d'utilisation autorisés de la connexion:", | ||
"FIELD_HEADER_GUAC_RESTRICT_TIME_BEFORE" : "Date et heure avant lesquelles cette connexion peut être utilisée:", | ||
"FIELD_HEADER_GUAC_RESTRICT_TIME_DENIED" : "Horaires d'utilisation NON autorisés de la connexion:", | ||
|
||
"SECTION_HEADER_RESTRICT_LOGIN_FORM" : "Restrictions Additionnelles de connexion" | ||
|
||
}, | ||
|
||
"RESTRICT" : { | ||
|
||
"ACTION_ADD_ENTRY" : "Ajouter une entrée", | ||
|
||
"ERROR_CONNECTION_NOT_ALLOWED_NOW" : "La connexion n'est pas accessible pour le moment.", | ||
"ERROR_CONNECTION_NOT_ALLOWED_FROM_HOST" : "La connexion n'est pas autorisée pour le moment.", | ||
"ERROR_USER_LOGIN_NOT_ALLOWED_NOW" : "Cet utilisateur n'a pas le droit de se connecter pour le moment.", | ||
"ERROR_USER_LOGIN_NOT_ALLOWED_FROM_HOST" : "Cet utilisateur n'a pas le droit de se connecter depuis cet hôte.", | ||
|
||
"FIELD_PLACEHOLDER_DATE_TIME_RESTRICTION" : "YYYY-MM-DD HH:MM:SS", | ||
|
||
"TABLE_HEADER_DAY" : "Jour", | ||
"TABLE_HEADER_END_TIME" : "Heure de fin", | ||
"TABLE_HEADER_HOST" : "Hôte", | ||
"TABLE_HEADER_START_TIME" : "Heure de début", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you remove the comma at the end of this line too? |
||
|
||
}, | ||
|
||
"USER_ATTRIBUTES" : { | ||
|
||
"FIELD_HEADER_GUAC_RESTRICT_HOSTS_ALLOWED" : "Hôtes desquels l'utilisateur peut se connecter:", | ||
"FIELD_HEADER_GUAC_RESTRICT_HOSTS_DENIED" : "Hôtes desquels l'utilisateur NE peut PAS se connecter:", | ||
"FIELD_HEADER_GUAC_RESTRICT_TIME_ALLOWED" : "Horaires auxquels l'utilisateur peut se connecter:", | ||
"FIELD_HEADER_GUAC_RESTRICT_TIME_DENIED" : "Horaires auxquels l'utilisateur NE peut PAS se connecter:", | ||
|
||
"SECTION_HEADER_RESTRICT_LOGIN_FORM" : "Restrictions Additionnelles de connexion utilisateur" | ||
|
||
}, | ||
|
||
"USER_GROUP_ATTRIBUTES" : { | ||
|
||
"FIELD_HEADER_GUAC_RESTRICT_HOSTS_ALLOWED" : "Hôtes desquels les membres peuvent se connecter:", | ||
"FIELD_HEADER_GUAC_RESTRICT_HOSTS_DENIED" : "Hôtes desquels les membres NE peuvent PAS se connecter:", | ||
"FIELD_HEADER_GUAC_RESTRICT_TIME_ALLOWED" : "Horaires auxquels les membres peuvent se connecter:", | ||
"FIELD_HEADER_GUAC_RESTRICT_TIME_DENIED" : "Horaires auxquels les membres NE peuvent PAS se connecter:", | ||
|
||
"SECTION_HEADER_RESTRICT_LOGIN_FORM" : "Restrictions Additionnelles de connexion utilisateur" | ||
|
||
} | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you remove the comma at the end of this line which break the json?