-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UI/UX:System] My Profile page in French (#2)
- Loading branch information
1 parent
9e1c4b1
commit 1a13745
Showing
3 changed files
with
32 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
{} | ||
{ | ||
"My_Profile": { | ||
"My_Profile": "My Profile", | ||
"Basic_Information": "Basic Information", | ||
"Username": "Username", | ||
"First_Name": "First Name", | ||
"Last_Name": "Last Name", | ||
"Abbreviated_Name": "Abbreviated Name", | ||
"Pronouns": "Pronouns", | ||
"Pronouns_Forum": "Display Pronouns in Discussion Forum", | ||
"Primary_Email": "Primary Email", | ||
"Secondary_Email": "Secondary Email", | ||
"Send_Email": "Send Email to Secondary Address", | ||
"Access_Level": "Access Level" | ||
} | ||
} |
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,16 @@ | ||
{ | ||
"My_Profile": { | ||
"My_Profile": "Mon Profil", | ||
"Basic_Information": "Information Basique", | ||
"Username": "Nom D'Utilisateur", | ||
"First_Name": "Prénom", | ||
"Last_Name": "Nom", | ||
"Abbreviated_Name": "Nom Abrégé", | ||
"Pronouns": "Pronoms", | ||
"Pronouns_Forum": "Afficher Les Pronoms Dans Le Forum De Discussion", | ||
"Primary_Email": "Email Primaire", | ||
"Secondary_Email": "Email Secondaire", | ||
"Send_Email": "Envoyer les Emails À Une Adresse Secondaire", | ||
"Access_Level": "Niveau D'Accès" | ||
} | ||
} |