mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 17:09:45 +08:00
35 lines
788 B
JavaScript
35 lines
788 B
JavaScript
export default {
|
|
"en-US": {
|
|
general: {
|
|
close: "Close"
|
|
},
|
|
navbar: {
|
|
page_title: "sciNote"
|
|
},
|
|
activities: {
|
|
modal_title: "Activities",
|
|
no_data: "No Data",
|
|
more_activities: "More Activities"
|
|
},
|
|
global_team_switch: {
|
|
new_team: "New team"
|
|
},
|
|
notifications: {
|
|
dropdown_title: "Notifications",
|
|
dropdown_settings_link: "Settings",
|
|
dropdown_show_all: "Show all notifications"
|
|
},
|
|
info_dropdown: {
|
|
customer_support: "Customer support",
|
|
tutorials: "Tutorials",
|
|
release_notes: "Release notes",
|
|
premium: "Premium",
|
|
contact_us: "Contact us"
|
|
},
|
|
user_account_dropdown: {
|
|
greeting: "Hi, {name}",
|
|
settings: "Settings",
|
|
log_out: "Log out"
|
|
}
|
|
}
|
|
};
|