Skip to content

Commit

Permalink
Update menu
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad0716 committed Sep 6, 2024
1 parent b62dd7c commit 459f2d2
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -1675,11 +1675,11 @@
},
},
menu: {
go_to_profile: "Go to Profile",
go_to_equipment: "Go to Equipment",
go_to_moderation: "Go to Moderation",
go_to_profile: "Profile",
go_to_equipment: "Equipment",
go_to_moderation: "Moderation",
manage_subscriptions: "Manage Subscriptions",
go_to_dashboard: "Go to Dashboard"
go_to_dashboard: "Dashboard"
}
};

Expand Down
8 changes: 4 additions & 4 deletions de.js
Original file line number Diff line number Diff line change
Expand Up @@ -1666,11 +1666,11 @@ const de = {
}
},
menu: {
go_to_profile: "Go to Profile",
go_to_equipment: "Go to Equipment",
go_to_moderation: "Go to Moderation",
go_to_profile: "Profile",
go_to_equipment: "Equipment",
go_to_moderation: "Moderation",
manage_subscriptions: "Manage Subscriptions",
go_to_dashboard: "Go to Dashboard"
go_to_dashboard: "Dashboard"
}
};

Expand Down
8 changes: 4 additions & 4 deletions en.js
Original file line number Diff line number Diff line change
Expand Up @@ -1716,11 +1716,11 @@ const en = {
}
},
menu: {
go_to_profile: "Go to Profile",
go_to_equipment: "Go to Equipment",
go_to_moderation: "Go to Moderation",
go_to_profile: "Profile",
go_to_equipment: "Equipment",
go_to_moderation: "Moderation",
manage_subscriptions: "Manage Subscriptions",
go_to_dashboard: "Go to Dashboard"
go_to_dashboard: "Dashboard"
}
};

Expand Down
8 changes: 4 additions & 4 deletions es.js
Original file line number Diff line number Diff line change
Expand Up @@ -1742,11 +1742,11 @@ const es = {
}
},
menu: {
go_to_profile: "Go to Profile",
go_to_equipment: "Go to Equipment",
go_to_moderation: "Go to Moderation",
go_to_profile: "Profile",
go_to_equipment: "Equipment",
go_to_moderation: "Moderation",
manage_subscriptions: "Manage Subscriptions",
go_to_dashboard: "Go to Dashboard"
go_to_dashboard: "Dashboard"
}
};

Expand Down
8 changes: 4 additions & 4 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -1659,11 +1659,11 @@ const fr = {
}
},
menu: {
go_to_profile: "Go to Profile",
go_to_equipment: "Go to Equipment",
go_to_moderation: "Go to Moderation",
go_to_profile: "Profile",
go_to_equipment: "Equipment",
go_to_moderation: "Moderation",
manage_subscriptions: "Manage Subscriptions",
go_to_dashboard: "Go to Dashboard"
go_to_dashboard: "Dashboard"
}
};

Expand Down
8 changes: 4 additions & 4 deletions ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -1677,11 +1677,11 @@ const ja = {
}
},
menu: {
go_to_profile: "Go to Profile",
go_to_equipment: "Go to Equipment",
go_to_moderation: "Go to Moderation",
go_to_profile: "Profile",
go_to_equipment: "Equipment",
go_to_moderation: "Moderation",
manage_subscriptions: "Manage Subscriptions",
go_to_dashboard: "Go to Dashboard"
go_to_dashboard: "Dashboard"
}
};
export default ja;

0 comments on commit 459f2d2

Please sign in to comment.