Skip to content

Commit

Permalink
Merge pull request #63 from vlad0716/main
Browse files Browse the repository at this point in the history
Meun Items
  • Loading branch information
knro authored Sep 6, 2024
2 parents 4a0f36f + 1d8bc75 commit 7c0a70e
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: "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;

0 comments on commit 7c0a70e

Please sign in to comment.