scinote-web/app/javascript/src/config/locales/messages.js

176 lines
6.9 KiB
JavaScript
Raw Normal View History

export default {
2017-09-20 17:31:07 +08:00
'en-US': {
2017-08-02 23:27:05 +08:00
general: {
2017-09-20 17:31:07 +08:00
close: 'Close',
cancel: 'Cancel',
update: 'Update',
edit: 'Edit',
loading: 'Loading ...'
2017-08-02 23:27:05 +08:00
},
error_messages: {
2017-09-15 22:00:15 +08:00
text_too_short: "is too short (minimum is {min_length} characters)",
text_too_long: "is too long (maximum is {max_length} characters)"
},
2017-08-02 23:27:05 +08:00
navbar: {
2017-09-20 17:31:07 +08:00
page_title: 'sciNote',
home_label: 'Home',
protocols_label: 'Protocols',
repositories_label: 'Repositories',
activities_label: 'Activities',
search_label: 'Search',
notifications_label: 'Notifications',
info_label: 'Info'
2017-08-02 23:27:05 +08:00
},
2017-08-22 21:54:47 +08:00
settings_page: {
2017-08-25 14:54:32 +08:00
all_teams: "All teams",
in_team: "You are member of {num} team",
in_teams: "You are member of {num} team",
leave_team: "Leave team",
2017-08-22 21:54:47 +08:00
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:
2017-09-20 17:31:07 +08:00
'Recent changes notifications appear whenever there is a change on a task you are assigned to.',
system_message: 'System message',
2017-08-22 21:54:47 +08:00
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",
2017-08-31 21:56:55 +08:00
yes: "Yes",
leave_team_modal: {
title: "Leave team {teamName}",
subtitle: "Are you sure you wish to leave team My projects? This action is irreversible.",
warnings: "Leaving team has following consequences:",
warning_message_one: "you will lose access to all content belonging to the team (including projects, tasks, protocols and activities);",
warning_message_two: "all projects in the team where you were the sole <b>Owner</b> will receive a new owner from the team administrators;",
warning_message_three: "all repository protocols in the team belonging to you will be reassigned onto a new owner from team administrators.",
leave_team: "Leave"
},
2017-09-13 23:11:51 +08:00
remove_user_modal: {
title: "Remove user {user} from team {team}",
subtitle: "Are you sure you wish to remove user {user} from team {team}?",
warnings: "Removing user from team has following consequences:",
warning_message_one: "user will lose access to all content belonging to the team (including projects, tasks, protocols and activities);",
warning_message_two: "all projects in the team where user was the sole <b>Owner</b> will be reassigned onto you as a new owner;",
warning_message_three: "all repository protocols in the team belonging to user will be reassigned onto you.",
remove_user: "Remove user"
},
update_team_description_modal: {
title: "Edit team description",
label: "Description"
},
2017-09-15 20:00:48 +08:00
update_team_name_modal: {
title: "Edit team name",
label: "Name"
},
2017-08-31 21:56:55 +08:00
single_team: {
created_on: "Created on: <strong>{created_at}</strong>",
created_by: "Created by: <strong>{created_by}</strong>",
space_usage: "Space usage: <strong>{space_usage}</strong>",
no_description: "<i>No description</i>",
members_panel_title: "Team members",
add_members: "Add team members",
actions: {
user_role: "User role",
guest: "Guest",
normal_user: "Normal user",
administrator: "Administrator",
remove_user: "Remove"
}
2017-09-15 16:34:36 +08:00
},
new_team: {
title: "New team",
name_label: "Team name",
name_placeholder: "My team",
name_sublabel: "Pick a name that would best describe your team (e.g. 'University of ..., Department of ...').",
description_label: "Description",
description_sublabel: "Describe your team.",
create: "Create team"
2017-08-31 21:56:55 +08:00
}
2017-08-22 21:54:47 +08:00
},
2017-08-02 23:27:05 +08:00
activities: {
2017-09-20 17:31:07 +08:00
modal_title: 'Activities',
no_data: 'No Data',
more_activities: 'More Activities'
2017-08-07 15:31:24 +08:00
},
global_team_switch: {
2017-09-20 17:31:07 +08:00
new_team: 'New team'
2017-08-08 21:44:28 +08:00
},
notifications: {
2017-09-20 17:31:07 +08:00
dropdown_title: 'Notifications',
dropdown_settings_link: 'Settings',
dropdown_show_all: 'Show all notifications'
2017-08-09 15:08:13 +08:00
},
info_dropdown: {
2017-09-20 17:31:07 +08:00
customer_support: 'Customer support',
tutorials: 'Tutorials',
release_notes: 'Release notes',
premium: 'Premium',
contact_us: 'Contact us'
2017-08-09 15:08:13 +08:00
},
user_account_dropdown: {
2017-09-20 17:31:07 +08:00
greeting: 'Hi, {name}',
settings: 'Settings',
log_out: 'Log out'
},
invite_users: {
modal_title: 'Invite users to team {team}',
input_text: 'Invite more people to team {team} and start using sciNote.',
input_help: 'Input one or multiple emails, confirm each email with ENTER key.',
dropdown_button: {
invite: 'Invite user/s',
guest: 'as Guest/s',
normal_user: 'as Normal user/s',
admin: 'as Administrator/s'
},
results_title: 'Invitation results:',
roles: {
guest: 'Guest',
normal_user: 'Normal user',
admin: 'Administrator'
},
results_msg: {
user_exists: 'User is already a member of sciNote.',
user_exists_unconfirmed:
'User is already a member of sciNote but is not confirmed yet.',
user_exists_and_in_team_unconfirmed:
'User is already a member of sciNote and team {team} as {role} but is not confirmed yet.',
user_exists_invited_to_team_unconfirmed:
'User is already a member of sciNote but is not confirmed yet - successfully invited to team {team} as {role}.',
user_exists_and_in_team: 'User is already a member of sciNote and team {team} as {role}.',
user_exists_invited_to_team:
'User was already a member of sciNote - successfully invited to team {team} as {role}.',
user_created: 'User succesfully invited to sciNote.',
user_created_invited_to_team: 'User successfully invited to sciNote and team {team} as {role}.',
user_invalid: 'Invalid email.',
too_many_emails: 'Only invited first {nr} emails. To invite more users, fill in another invitation form.'
}
2017-08-02 23:27:05 +08:00
}
}
2017-08-02 23:27:05 +08:00
};