mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08:00
Merge pull request #892 from nlaburu/i18n_gui_french
fix french missing translations
This commit is contained in:
commit
14f52bcd1f
@ -23,7 +23,7 @@ const fr = {
|
|||||||
english_name: "French",
|
english_name: "French",
|
||||||
code: "fr",
|
code: "fr",
|
||||||
dictionary: {
|
dictionary: {
|
||||||
about: "A propos",
|
about: "À propos",
|
||||||
account: "Compte",
|
account: "Compte",
|
||||||
account_password: "Vérifier le mot de passe du compte",
|
account_password: "Vérifier le mot de passe du compte",
|
||||||
access_granted_to: "Accès accordé à",
|
access_granted_to: "Accès accordé à",
|
||||||
@ -42,8 +42,8 @@ const fr = {
|
|||||||
change_email: "Changer l'e-mail",
|
change_email: "Changer l'e-mail",
|
||||||
change_language: "Changer de langue",
|
change_language: "Changer de langue",
|
||||||
change_password: "Changer le mot de passe",
|
change_password: "Changer le mot de passe",
|
||||||
change_ui_colors: "Changer les couleurs d'interface",
|
change_ui_colors: "Changer les couleurs de l'interface",
|
||||||
change_username: "Change le nom d'utilisateur",
|
change_username: "Changer le nom d'utilisateur",
|
||||||
close: 'Fermer',
|
close: 'Fermer',
|
||||||
close_all_windows: "Fermer toutes les fenêtres",
|
close_all_windows: "Fermer toutes les fenêtres",
|
||||||
close_all_windows_confirm: "Êtes-vous sûr de vouloir fermer toutes les fenêtres ?",
|
close_all_windows_confirm: "Êtes-vous sûr de vouloir fermer toutes les fenêtres ?",
|
||||||
@ -346,25 +346,22 @@ const fr = {
|
|||||||
login2fa_recovery_back: 'Retour',
|
login2fa_recovery_back: 'Retour',
|
||||||
login2fa_recovery_placeholder: 'XXXXXXXX',
|
login2fa_recovery_placeholder: 'XXXXXXXX',
|
||||||
|
|
||||||
// ***********************************
|
"change": 'changer',
|
||||||
// Missing translations
|
"clock_visibility": "visibilité de l'horloge",
|
||||||
// ***********************************
|
"confirm": 'confirmer',
|
||||||
"change": undefined, // In English: "Change"
|
"public": 'public',
|
||||||
"clock_visibility": undefined, // In English: "Clock Visibility"
|
"reading": 'lecture %strong%',
|
||||||
"confirm": undefined, // In English: "Confirm"
|
"writing": 'écriture %strong%',
|
||||||
"public": undefined, // In English: "Public"
|
"unzipping": 'décomprésser %strong%',
|
||||||
"reading": undefined, // In English: "Reading %strong%"
|
"sequencing": 'séquençage %strong%',
|
||||||
"writing": undefined, // In English: "Writing %strong%"
|
"zipping": 'compresser %strong%',
|
||||||
"unzipping": undefined, // In English: "Unzipping %strong%"
|
"Editor": 'Éditeur',
|
||||||
"sequencing": undefined, // In English: "Sequencing %strong%"
|
"Viewer": 'Lecteur',
|
||||||
"zipping": undefined, // In English: "Zipping %strong%"
|
"People with access": 'Utilisateurs avec accès',
|
||||||
"Editor": undefined, // In English: "Editor"
|
"Share With…": 'Partager avec...',
|
||||||
"Viewer": undefined, // In English: "Viewer"
|
"Owner": 'Propriétaire',
|
||||||
"People with access": undefined, // In English: "People with access"
|
"You can't share with yourself.": 'Vous ne pouvez pas partager avec vous-même',
|
||||||
"Share With…": undefined, // In English: "Share With…"
|
"This user already has access to this item": 'Cet utilisateur à déja accès à cet élément',
|
||||||
"Owner": undefined, // In English: "Owner"
|
|
||||||
"You can't share with yourself.": undefined, // In English: "You can't share with yourself."
|
|
||||||
"This user already has access to this item": undefined, // In English: "This user already has access to this item"
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user