scinote-web/app/javascript/packs/locales/messages.js

78 lines
2.2 KiB
JavaScript
Raw Normal View History

export default {
2017-08-02 23:27:05 +08:00
"en-US": {
general: {
2017-08-22 21:54:47 +08:00
close: "Close",
cancel: "Cancel",
update: "Update",
edit: "Edit",
loading: "Loading ..."
2017-08-02 23:27:05 +08:00
},
navbar: {
page_title: "sciNote"
},
2017-08-22 21:54:47 +08:00
settings_page: {
account: "Account",
team: "Team",
avatar: "Avatar",
edit_avatar: "Edit Avatar",
change: "Change",
change_password: "Change Password",
new_email: "New email",
initials: "Initials",
full_name: "Full name",
my_profile: "My Profile",
my_statistics: "My Statistics",
teams: "Teams",
project: "Project",
projects: "Projects",
experiment: "Experiment",
experiments: "Experiments",
protocol: "Protocol",
protocols: "Protocols",
time_zone: "Time zone",
time_zone_warning:
"Time zone setting affects all time & date fields throughout application.",
profile: "Profile",
preferences: "Preferences",
assignement: "Assignement",
assignement_msg:
"Assignment notifications appear whenever you get assigned to a team, project, task.",
recent_changes: "Recent changes",
recent_changes_msg:
"Recent changes notifications appear whenever there is a change on a task you are assigned to.",
system_message: "System message",
system_message_msg:
"System message notifications are specifically sent by site maintainers to notify all users about a system update.",
show_in_scinote: "Show in sciNote",
notify_me_via_email: "Notify me via email",
no: "No",
yes: "Yes"
},
2017-08-02 23:27:05 +08:00
activities: {
modal_title: "Activities",
no_data: "No Data",
more_activities: "More Activities"
2017-08-07 15:31:24 +08:00
},
global_team_switch: {
new_team: "New team"
2017-08-08 21:44:28 +08:00
},
notifications: {
dropdown_title: "Notifications",
dropdown_settings_link: "Settings",
dropdown_show_all: "Show all notifications"
2017-08-09 15:08:13 +08:00
},
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"
2017-08-02 23:27:05 +08:00
}
}
2017-08-02 23:27:05 +08:00
};