Skip to content
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

Meun Items #63

Merged
merged 3 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: "Profile",
go_to_equipment: "Equipment",
go_to_moderation: "Moderation",
manage_subscriptions: "Subscriptions",
go_to_dashboard: "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: "Profile",
go_to_equipment: "Equipment",
go_to_moderation: "Moderation",
manage_subscriptions: "Subscriptions",
go_to_dashboard: "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: "Profile",
go_to_equipment: "Equipment",
go_to_moderation: "Moderation",
manage_subscriptions: "Subscriptions",
go_to_dashboard: "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: "Profile",
go_to_equipment: "Equipment",
go_to_moderation: "Moderation",
manage_subscriptions: "Subscriptions",
go_to_dashboard: "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: "Profile",
go_to_equipment: "Equipment",
go_to_moderation: "Moderation",
manage_subscriptions: "Subscriptions",
go_to_dashboard: "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: "Profile",
go_to_equipment: "Equipment",
go_to_moderation: "Moderation",
manage_subscriptions: "Subscriptions",
go_to_dashboard: "Dashboard"
}
};
export default ja;
Loading