Skip to content

Commit

Permalink
Add some menu itmes
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad0716 committed Sep 5, 2024
1 parent 4a0f36f commit b62dd7c
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -1674,6 +1674,13 @@
no_comment: "There is no Comment.",
},
},
menu: {
go_to_profile: "Go to Profile",
go_to_equipment: "Go to Equipment",
go_to_moderation: "Go to Moderation",
manage_subscriptions: "Manage Subscriptions",
go_to_dashboard: "Go to Dashboard"
}
};

export default cn;
7 changes: 7 additions & 0 deletions de.js
Original file line number Diff line number Diff line change
Expand Up @@ -1665,6 +1665,13 @@ const de = {
no_comment: "There is no Comment."
}
},
menu: {
go_to_profile: "Go to Profile",
go_to_equipment: "Go to Equipment",
go_to_moderation: "Go to Moderation",
manage_subscriptions: "Manage Subscriptions",
go_to_dashboard: "Go to Dashboard"
}
};

export default de;
7 changes: 7 additions & 0 deletions en.js
Original file line number Diff line number Diff line change
Expand Up @@ -1715,6 +1715,13 @@ const en = {
no_comment: "There is no Comment."
}
},
menu: {
go_to_profile: "Go to Profile",
go_to_equipment: "Go to Equipment",
go_to_moderation: "Go to Moderation",
manage_subscriptions: "Manage Subscriptions",
go_to_dashboard: "Go to Dashboard"
}
};

export default en;
7 changes: 7 additions & 0 deletions es.js
Original file line number Diff line number Diff line change
Expand Up @@ -1741,6 +1741,13 @@ const es = {
no_comment: "There is no Comment."
}
},
menu: {
go_to_profile: "Go to Profile",
go_to_equipment: "Go to Equipment",
go_to_moderation: "Go to Moderation",
manage_subscriptions: "Manage Subscriptions",
go_to_dashboard: "Go to Dashboard"
}
};

export default es;
7 changes: 7 additions & 0 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -1658,6 +1658,13 @@ const fr = {
no_comment: "There is no Comment."
}
},
menu: {
go_to_profile: "Go to Profile",
go_to_equipment: "Go to Equipment",
go_to_moderation: "Go to Moderation",
manage_subscriptions: "Manage Subscriptions",
go_to_dashboard: "Go to Dashboard"
}
};

export default fr;
7 changes: 7 additions & 0 deletions ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -1676,5 +1676,12 @@ const ja = {
no_comment: "There is no Comment."
}
},
menu: {
go_to_profile: "Go to Profile",
go_to_equipment: "Go to Equipment",
go_to_moderation: "Go to Moderation",
manage_subscriptions: "Manage Subscriptions",
go_to_dashboard: "Go to Dashboard"
}
};
export default ja;

0 comments on commit b62dd7c

Please sign in to comment.