-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathstrings.json
More file actions
92 lines (92 loc) · 6.72 KB
/
strings.json
File metadata and controls
92 lines (92 loc) · 6.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"signin.logo": "Sign in logo",
"_signin.logo.comment": "This is the alt text for the main sign in logo image",
"signin.header": "Welcome to Microsoft Teams meetings",
"_signin.header.comment": "The main welcome text for sign in page",
"signin.subheader.lead": "Bring educators and students together with online meetings in Teams.",
"_signin.subheader.lead.comment": "Tells users that the purpose of the app is to connect educators and students using the Teams app",
"signin.subheader.signin": "Sign in to Microsoft Teams using your school account to get started.",
"_signin.subheader.comment": "Sign in message telling user to use their account to sign in",
"signin.button": "Sign in",
"_signin.button.comment": "VERB - signs user into the app",
"signin.button.ariaLabel": "Sign in",
"_signin.button.ariaLabel.comment": "Accessibility comment that tells user to sign in",
"createLandingPage.splash.altText": "Launcher logo",
"_createLandingPage.splash.altText.comment": "Image alt text for logo",
"createLandingPage.create.meeting": "Create meeting link",
"_createLandingPage.create.meeting.comment": "ACTION - Button that creates a new meeting",
"createLandingPage.create.meeting.ariaLabel": "Create meeting link",
"_createLandingPage.create.meeting.ariaLabel.comment": "Accessibility label that tells user to click and create meeting",
"createLandingPage.schedule.header": "Create Teams meetings for your course.",
"_createLandingPage.schedule.header.comment": "Text that informs user you can schedule a meeting",
"createLandingPage.subheader": "Get started on Teams by creating a meeting you can share with people in your course.",
"_createLandingPage.subheader.comment": "Informational text that tells the user you can create a shareable meeting",
"meetingPage.header": "New meeting",
"_meetingPage.header.comment": "Header of meeting page telling user it's the new Meeting creation page",
"meetingPage.create": "Create",
"_meetingPage.create.comment": "VERB - Button to create a new meeting",
"meetingPage.create.ariaLabel": "Create Meeting",
"_meetingPage.create.ariaLabel.comment": "Accessibility label for create button",
"meetingPage.cancel": "Cancel",
"_meetingPage.cancel.comment": "VERB - Button to cancel creating a meeting",
"meetingPage.cancel.ariaLabel": "Cancel",
"_meetingPage.cancel.ariaLabel.comment": "Accessibility label for cancel button",
"meetingPage.title.input": "Add title",
"_meetingPage.title.input.comment": "Placeholder text for an input for adding a title of the new meeting",
"meetingPage.duration.days": "{days}d ",
"_meetingPage.duration.days.comment": "Format string for the days component of a duration, 'd' is an abbreviation for days",
"meetingPage.duration.hours": "{hours}h ",
"_meetingPage.duration.hours.comment": "Format string for the hours component of a duration, 'h' is an abbreviation for hours",
"meetingPage.duration.minutes": "{minutes}m ",
"_meetingPage.duration.minutes.comment": "Format string for the minutes component of a duration, 'm' is an abbreviation for minutes",
"meetingPage.invalidSubject.error": "Invalid subject ",
"_meetingPage.invalidSubject.error.comment": "Error message to show when the meeting subject is invalid",
"copyMeetingPage.failed.copy": "Failed to copy",
"_copyMeetingPage.failed.copy.comment": "Error message that happens when a meeting fails to copy to the clipboard",
"copyMeetingPage.header": "Meeting created",
"_copyMeetingPage.header.comment": "Heading that tells user that the meeting was created successfully",
"copyMeetingPage.teams.link": "Join Microsoft Teams Meeting",
"_copyMeetingPage.teams.link.comment": "Link text that has the Teams meeting URL",
"copyMeetingPage.conference.id": "Conference ID: {confId}",
"_copyMeetingPage.conference.id.comment": "Label that tells the user what the conference ID is",
"copyMeetingPage.learn.more": "Learn more about Teams",
"_copyMeetingPage.learn.more.comment": "A link to learn more about Teams",
"copyMeetingPage.copy": "Copy",
"_copyMeetingPage.copy.comment": "VERB - button text that tells user they can copy the meeting link",
"copyMeetingPage.copy.ariaLabel": "Copy the meeting link",
"_copyMeetingPage.copy.ariaLabel.comment": "Accessibility label for copy button",
"copyMeetingPage.options": "Meeting options",
"_copyMeetingPage.options.comment": "VERB - button text that tells user they can change the meeting options",
"copyMeetingPage.options.ariaLabel": "Change the meeting options",
"_copyMeetingPage.options.ariaLabel.comment": "Accessibility label for 'meeting options' button",
"header.signout.title": "Sign out",
"_header.signout.title.comment": "VERB - Title for sign out icon",
"header.signout.ariaLabel": "Sign out",
"_header.signout.ariaLabel.comment": "Accessibility label that tells user this button will sign them out",
"errorPage.splash.altText": "Error graphic",
"_errorPage.splash.altText.comment": "Image alt text for graphic on the error page",
"errorPage.heading": "Oops! Your meeting wasn't created successfully.",
"_errorPage.heading.comment": "Error message that tells user meeting wasn't created",
"errorPage.subheading": "Please try again. If the problem persists, check with your IT administrator to ensure you have the proper permissions.",
"_errorPage.subheading.comment": "Tells user they can try again",
"errorPage.back": "Back",
"_errorPage.back.comment": "VERB - Button text that tells user they can go back to previous screen",
"errorPage.back.ariaLabel": "Back to last screen",
"_errorPage.back.ariaLabel.comment": "Accessibility label for back button",
"errorPage.try.again": "Try again",
"_errorPage.try.again.comment": "VERB PHRASE - button text that tells user to try again",
"errorPage.try.again.ariaLabel": "Try again",
"_errorPage.try.again.ariaLabel.comment": "Accessibility label for try again button",
"datePicker.goToToday": "Go to today",
"_datePicker.goToToday.comment": "Title for link to go to today's date in date picker",
"datePicker.previousMonth.ariaLabel": "Go to previous month",
"_datePicker.previousMonth.ariaLabel.comment": "Accessibility label for button to go to previous month",
"datePicker.nextMonth.ariaLabel": "Go to next month",
"_datePicker.nextMonth.ariaLabel.comment": "Accessibility label for button to go to next month",
"datePicker.previousYear.ariaLabel": "Go to previous year",
"_datePicker.previousYear.ariaLabel.comment": "Accessibility label for button to go to previous year",
"datePicker.nextYear.ariaLabel": "Go to next year",
"_datePicker.nextYear.ariaLabel.comment": "Accessibility label for button to go to next year",
"datePicker.close.ariaLabel": "Close date picker",
"_datePicker.close.ariaLabel.comment": "Accessibility label for button to close date picker"
}