diff --git a/android-vault b/android-vault index 15225ede6c..2f81632319 160000 --- a/android-vault +++ b/android-vault @@ -1 +1 @@ -Subproject commit 15225ede6c44da8265e5cdaea34d49dbc47cb8f5 +Subproject commit 2f816323198928844c274ede6692e0fd8430d4d1 diff --git a/apps/build.gradle b/apps/build.gradle index 8d5d077915..c9cbf4d9db 100644 --- a/apps/build.gradle +++ b/apps/build.gradle @@ -33,7 +33,6 @@ buildscript { classpath Plugins.KOTLIN classpath Plugins.FIREBASE_CRASHLYTICS if (project.coverageEnabled) { classpath Plugins.JACOCO_ANDROID } - classpath Plugins.SQLDELIGHT classpath Plugins.HILT classpath Plugins.HEAP } diff --git a/apps/flutter_parent/android/app/build.gradle b/apps/flutter_parent/android/app/build.gradle index 5fd86f30e5..0190a20214 100644 --- a/apps/flutter_parent/android/app/build.gradle +++ b/apps/flutter_parent/android/app/build.gradle @@ -33,7 +33,7 @@ if (keystorePropertiesFile.exists()) { } android { - compileSdk 33 + compileSdk 34 sourceSets { main.java.srcDirs += 'src/main/kotlin' @@ -46,7 +46,7 @@ android { defaultConfig { applicationId "com.instructure.parentapp" minSdkVersion 26 - targetSdk 33 + targetSdk 34 versionCode flutterVersionCode.toInteger() versionName flutterVersionName testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" diff --git a/apps/flutter_parent/lib/l10n/app_localizations.dart b/apps/flutter_parent/lib/l10n/app_localizations.dart index 86768767b3..b7f03e6be3 100644 --- a/apps/flutter_parent/lib/l10n/app_localizations.dart +++ b/apps/flutter_parent/lib/l10n/app_localizations.dart @@ -1715,4 +1715,14 @@ class AppLocalizations { String get needToEnablePermission => Intl.message('You need to enable exact alarm permission for this action', desc: 'Error message when the user tries to set a reminder without the permission'); + + String get submissionAndRubric => Intl.message( + 'Submission & Rubric', + desc: 'Button text for Submission and Rubric on Assignment Details Screen' + ); + + String get submission => Intl.message( + 'Submission', + desc: 'Title for WebView screen when opening submission' + ); } diff --git a/apps/flutter_parent/lib/l10n/res/intl_ga.arb b/apps/flutter_parent/lib/l10n/res/intl_ga.arb new file mode 100644 index 0000000000..bea1391b7a --- /dev/null +++ b/apps/flutter_parent/lib/l10n/res/intl_ga.arb @@ -0,0 +1,2753 @@ +{ + "@@last_modified": "2023-08-25T11:04:20.901151", + "alertsLabel": "Foláirimh", + "@alertsLabel": { + "description": "The label for the Alerts tab", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "calendarLabel": "Féilire", + "@calendarLabel": { + "description": "The label for the Calendar tab", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "coursesLabel": "Cúrsaí", + "@coursesLabel": { + "description": "The label for the Courses tab", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "No Students": "Níl Mic Léinn ann", + "@No Students": { + "description": "Text for when an observer has no students they are observing", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Tap to show student selector": "Tapáil chun roghnóir an mhic léinn a thaispeáint", + "@Tap to show student selector": { + "description": "Semantics label for the area that will show the student selector when tapped", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Tap to pair with a new student": "Tapáil chun péireáil le mac léinn nua", + "@Tap to pair with a new student": { + "description": "Semantics label for the add student button in the student selector", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Tap to select this student": "Tapáil chun an mac léinn seo a roghnú", + "@Tap to select this student": { + "description": "Semantics label on individual students in the student switcher", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Manage Students": "Bainistigh Mic Léinn", + "@Manage Students": { + "description": "Label text for the Manage Students nav drawer button as well as the title for the Manage Students screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Help": "Cabhair", + "@Help": { + "description": "Label text for the help nav drawer button", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Log Out": "Logáil Amach", + "@Log Out": { + "description": "Label text for the Log Out nav drawer button", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Switch Users": "Malartaigh Úsáideoirí", + "@Switch Users": { + "description": "Label text for the Switch Users nav drawer button", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "appVersion": "v. {version}", + "@appVersion": { + "description": "App version shown in the navigation drawer", + "type": "text", + "placeholders_order": [ + "version" + ], + "placeholders": { + "version": {} + } + }, + "Are you sure you want to log out?": "An bhfuil tú cinnte gur mhaith leat logáil amach?", + "@Are you sure you want to log out?": { + "description": "Confirmation message displayed when the user tries to log out", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Calendars": "Féilirí", + "@Calendars": { + "description": "Label for button that lets users select which calendars to display", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "nextMonth": "An mhí seo chugainn: {month}", + "@nextMonth": { + "description": "Label for the button that switches the calendar to the next month", + "type": "text", + "placeholders_order": [ + "month" + ], + "placeholders": { + "month": {} + } + }, + "previousMonth": "An mhí roimhe sin: {month}", + "@previousMonth": { + "description": "Label for the button that switches the calendar to the previous month", + "type": "text", + "placeholders_order": [ + "month" + ], + "placeholders": { + "month": {} + } + }, + "nextWeek": "An tseachtain seo chugainn ag tosnú {date}", + "@nextWeek": { + "description": "Label for the button that switches the calendar to the next week", + "type": "text", + "placeholders_order": [ + "date" + ], + "placeholders": { + "date": {} + } + }, + "previousWeek": "An tseachtain roimhe ag tosnú {date}", + "@previousWeek": { + "description": "Label for the button that switches the calendar to the previous week", + "type": "text", + "placeholders_order": [ + "date" + ], + "placeholders": { + "date": {} + } + }, + "selectedMonthLabel": "Mí {month}", + "@selectedMonthLabel": { + "description": "Accessibility label for the button that expands/collapses the month view", + "type": "text", + "placeholders_order": [ + "month" + ], + "placeholders": { + "month": {} + } + }, + "expand": "leathnaigh", + "@expand": { + "description": "Accessibility label for the on-tap hint for the button that expands/collapses the month view", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "collapse": "leacaigh", + "@collapse": { + "description": "Accessibility label for the on-tap hint for the button that expands/collapses the month view", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "pointsPossible": "{points} pointe féideartha", + "@pointsPossible": { + "description": "Screen reader label used for the points possible for an assignment, quiz, etc.", + "type": "text", + "placeholders_order": [ + "points" + ], + "placeholders": { + "points": {} + } + }, + "calendarDaySemanticsLabel": "{eventCount,plural, =1{{date}, {eventCount} imeacht}other{{date}, {eventCount} imeacht}}", + "@calendarDaySemanticsLabel": { + "description": "Screen reader label used for calendar day, reads the date and count of events", + "type": "text", + "placeholders_order": [ + "date", + "eventCount" + ], + "placeholders": { + "date": {}, + "eventCount": {} + } + }, + "No Events Today!": "Gan Imeacht inniu!", + "@No Events Today!": { + "description": "Title displayed when there are no calendar events for the current day", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "It looks like a great day to rest, relax, and recharge.": "Breathnaíonn sé cosúil le lá iontach chun sos a ghlacadh, scíth a ligean, agus d'anáil a tharraingt.", + "@It looks like a great day to rest, relax, and recharge.": { + "description": "Message displayed when there are no calendar events for the current day", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was an error loading your student's calendar": "Tharla earráid agus féilire do mhic léinn á lódáil", + "@There was an error loading your student's calendar": { + "description": "Message displayed when calendar events could not be loaded for the current student", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Tap to favorite the courses you want to see on the Calendar. Select up to 10.": "Tapáil chun na cúrsaí is fearr leat a fheiceáil ar an bhFéilire. Roghnaigh suas le 10 gcinn.", + "@Tap to favorite the courses you want to see on the Calendar. Select up to 10.": { + "description": "Description text on calendar filter screen.", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "You may only choose 10 calendars to display": "Ní féidir leat ach 10 bhféilire a roghnú lena thaispeáint", + "@You may only choose 10 calendars to display": { + "description": "Error text when trying to select more than 10 calendars", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "You must select at least one calendar to display": "Ní mór duit féilire amháin ar a laghad a roghnú lena thaispeáint", + "@You must select at least one calendar to display": { + "description": "Error text when trying to de-select all calendars", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Planner Note": "Nóta Pleanálaí", + "@Planner Note": { + "description": "Label used for notes in the planner", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Go to today": "Téigh go dtí inniu", + "@Go to today": { + "description": "Accessibility label used for the today button in the planner", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Previous Logins": "Logáil Isteach Roimhe Seo", + "@Previous Logins": { + "description": "Label for the list of previous user logins", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "canvasLogoLabel": "Lógó Canvas", + "@canvasLogoLabel": { + "description": "The semantics label for the Canvas logo", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "findSchool": "Aimsigh Scoil", + "@findSchool": { + "description": "Text for the find-my-school button", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "findAnotherSchool": "Aimsigh scoil eile", + "@findAnotherSchool": { + "description": "Text for the find-another-school button", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "domainSearchInputHint": "Cuir isteach ainm scoile nó ceantar…", + "@domainSearchInputHint": { + "description": "Input hint for the text box on the domain search screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "noDomainResults": "Ní féidir scoileanna a mheaitseálann \"{query}\" a aimsiú", + "@noDomainResults": { + "description": "Message shown to users when the domain search query did not return any results", + "type": "text", + "placeholders_order": [ + "query" + ], + "placeholders": { + "query": {} + } + }, + "domainSearchHelpLabel": "Conas a aimsím mo scoil nó mo cheantar?", + "@domainSearchHelpLabel": { + "description": "Label for the help button on the domain search screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "canvasGuides": "Treoracha Canvas", + "@canvasGuides": { + "description": "Proper name for the Canvas Guides. This will be used in the domainSearchHelpBody text and will be highlighted and clickable", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "canvasSupport": "Tacaíocht Canvas", + "@canvasSupport": { + "description": "Proper name for Canvas Support. This will be used in the domainSearchHelpBody text and will be highlighted and clickable", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "domainSearchHelpBody": "Déan iarracht ainm na scoile nó an cheantair a bhfuil tú ag iarraidh rochtain a fháil air a chuardach, ar nós “Smith Private School” nó “Smith County Schools”. Is féidir leat fearann Canvas a chur isteach go díreach freisin, amhail “smith.instructure.com.” \n\nChun tuilleadh faisnéise a fháil maidir le cuntas Canvas d’institiúide a aimsiú, is féidir leat cuairt a thabhairt ar an {canvasGuides}, déan teagmháil le {canvasSupport}, nó déan teagmháil le do scoil chun cúnamh a fháil.", + "@domainSearchHelpBody": { + "description": "The body text shown in the help dialog on the domain search screen", + "type": "text", + "placeholders_order": [ + "canvasGuides", + "canvasSupport" + ], + "placeholders": { + "canvasGuides": {}, + "canvasSupport": {} + } + }, + "Uh oh!": "Uh ó!", + "@Uh oh!": { + "description": "Title of the screen that shows when a crash has occurred", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "We’re not sure what happened, but it wasn’t good. Contact us if this keeps happening.": "Níl muid cinnte cad a tharla, ach ní raibh sé go maith. Déan teagmháil linn má leanann sé seo ag tarlú.", + "@We’re not sure what happened, but it wasn’t good. Contact us if this keeps happening.": { + "description": "Message shown when a crash has occurred", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Contact Support": "Tacaíocht Teagmhála", + "@Contact Support": { + "description": "Label for the button that allows users to contact support after a crash has occurred", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "View error details": "Féach ar shonraí earráide", + "@View error details": { + "description": "Label for the button that allowed users to view crash details", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Restart app": "Atosaigh an aip", + "@Restart app": { + "description": "Label for the button that will restart the entire application", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Application version": "Leagan feidhmchláir", + "@Application version": { + "description": "Label for the application version displayed in the crash details", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Device model": "Múnla gléas", + "@Device model": { + "description": "Label for the device model displayed in the crash details", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Android OS version": "Android leagan OS", + "@Android OS version": { + "description": "Label for the Android operating system version displayed in the crash details", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Full error message": "Teachtaireacht earráide iomlán", + "@Full error message": { + "description": "Label for the full error message displayed in the crash details", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Inbox": "Bosca Isteach", + "@Inbox": { + "description": "Title for the Inbox screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was an error loading your inbox messages.": "Tharla earráid agus do theachtaireachtaí sa bhosca isteach á lódáil.", + "@There was an error loading your inbox messages.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "No Subject": "Níl aon Ábhar", + "@No Subject": { + "description": "Title used for inbox messages that have no subject", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Unable to fetch courses. Please check your connection and try again.": "Ní féidir cúrsaí a fháil. Seiceáil do cheangal agus bain triail eile as.", + "@Unable to fetch courses. Please check your connection and try again.": { + "description": "Message shown when an error occured while loading courses", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Choose a course to message": "Roghnaigh cúrsa chun teachtaireacht a dhéanamh", + "@Choose a course to message": { + "description": "Header in the course list shown when the user is choosing which course to associate with a new message", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Inbox Zero": "Bosca Isteach Nialais", + "@Inbox Zero": { + "description": "Title of the message shown when there are no inbox messages", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "You’re all caught up!": "Tá tú suas chun dáta ar fad!", + "@You’re all caught up!": { + "description": "Subtitle of the message shown when there are no inbox messages", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was an error loading recipients for this course": "Tharla earráid agus faighteoirí á lódáil don chúrsa seo", + "@There was an error loading recipients for this course": { + "description": "Message shown when attempting to create a new message but the recipients list failed to load", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Unable to send message. Check your connection and try again.": "Ní féidir teachtaireacht a sheoladh. Seiceáil do cheangal agus bain triail eile as.", + "@Unable to send message. Check your connection and try again.": { + "description": "Message show when there was an error creating or sending a new message", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Unsaved changes": "Athruithe nach bhfuil sábháilte", + "@Unsaved changes": { + "description": "Title of the dialog shown when the user tries to leave with unsaved changes", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Are you sure you wish to close this page? Your unsent message will be lost.": "An bhfuil tú cinnte gur mian leat an leathanach seo a dhúnadh? Caillfear do theachtaireacht nár seoladh.", + "@Are you sure you wish to close this page? Your unsent message will be lost.": { + "description": "Body text of the dialog shown when the user tries leave with unsaved changes", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "New message": "Teachtaireacht nua", + "@New message": { + "description": "Title of the new-message screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Add attachment": "Cuir ceangaltán leis", + "@Add attachment": { + "description": "Tooltip for the add-attachment button in the new-message screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Send message": "Seol teachtaireacht", + "@Send message": { + "description": "Tooltip for the send-message button in the new-message screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Select recipients": "Roghnaigh faighteoirí", + "@Select recipients": { + "description": "Tooltip for the button that allows users to select message recipients", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "No recipients selected": "Níor roghnaíodh aon fhaighteoir", + "@No recipients selected": { + "description": "Hint displayed when the user has not selected any message recipients", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Message subject": "Ábhar na teachtaireachta", + "@Message subject": { + "description": "Hint text displayed in the input field for the message subject", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Message": "Teachtaireacht", + "@Message": { + "description": "Hint text displayed in the input field for the message body", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Recipients": "Faighteoirí", + "@Recipients": { + "description": "Label for message recipients", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "plusRecipientCount": "+{count}", + "@plusRecipientCount": { + "description": "Shows the number of recipients that are selected but not displayed on screen.", + "type": "text", + "placeholders_order": [ + "count" + ], + "placeholders": { + "count": { + "example": 5 + } + } + }, + "Failed. Tap for options.": "Theip air. Tapáil le haghaidh roghanna.", + "@Failed. Tap for options.": { + "description": "Short message shown on a message attachment when uploading has failed", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "courseForWhom": "le haghaidh {studentShortName}", + "@courseForWhom": { + "description": "Describes for whom a course is for (i.e. for Bill)", + "type": "text", + "placeholders_order": [ + "studentShortName" + ], + "placeholders": { + "studentShortName": {} + } + }, + "messageLinkPostscript": "Maidir le: {studentName}, {linkUrl}", + "@messageLinkPostscript": { + "description": "A postscript appended to new messages that clarifies which student is the subject of the message and also includes a URL for the related Canvas component (course, assignment, event, etc).", + "type": "text", + "placeholders_order": [ + "studentName", + "linkUrl" + ], + "placeholders": { + "studentName": {}, + "linkUrl": {} + } + }, + "There was an error loading this conversation": "Tharla earráid agus an comhrá seo á lódáil", + "@There was an error loading this conversation": { + "description": "Message shown when a conversation fails to load", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Reply": "Freagair", + "@Reply": { + "description": "Button label for replying to a conversation", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Reply All": "Freagair Do Chách", + "@Reply All": { + "description": "Button label for replying to all conversation participants", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Unknown User": "Úsáideoir Anaithnid", + "@Unknown User": { + "description": "Label used where the user name is not known", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "me": "mé", + "@me": { + "description": "First-person pronoun (i.e. 'me') that will be used in message author info, e.g. 'Me to 4 others' or 'Jon Snow to me'", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "authorToRecipient": "{authorName} go {recipientName}", + "@authorToRecipient": { + "description": "Author info for a single-recipient message; includes both the author name and the recipient name.", + "type": "text", + "placeholders_order": [ + "authorName", + "recipientName" + ], + "placeholders": { + "authorName": {}, + "recipientName": {} + } + }, + "authorToNOthers": "{howMany,plural, =1{{authorName} go 1 eile}other{{authorName} go {howMany} daoine eile}}", + "@authorToNOthers": { + "description": "Author info for a mutli-recipient message; includes the author name and the number of recipients", + "type": "text", + "placeholders_order": [ + "authorName", + "howMany" + ], + "placeholders": { + "authorName": {}, + "howMany": {} + } + }, + "authorToRecipientAndNOthers": "{howMany,plural, =1{{authorName} go {recipientName} & 1 eile}other{{authorName} go {recipientName} & {howMany} daoine eile}}", + "@authorToRecipientAndNOthers": { + "description": "Author info for a multi-recipient message; includes the author name, one recipient name, and the number of other recipients", + "type": "text", + "placeholders_order": [ + "authorName", + "recipientName", + "howMany" + ], + "placeholders": { + "authorName": {}, + "recipientName": {}, + "howMany": {} + } + }, + "Download": "Íoslódáil", + "@Download": { + "description": "Label for the button that will begin downloading a file", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Open with another app": "Oscail le aip eile", + "@Open with another app": { + "description": "Label for the button that will allow users to open a file with another app", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There are no installed applications that can open this file": "Níl aon fheidhmchláir suiteáilte ar féidir an comhad seo a oscailt", + "@There are no installed applications that can open this file": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Unsupported File": "Comhad nach dtacaítear leis", + "@Unsupported File": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "This file is unsupported and can’t be viewed through the app": "Ní thacaítear leis an gcomhad seo agus ní féidir é a fheiceáil tríd an aip", + "@This file is unsupported and can’t be viewed through the app": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Unable to play this media file": "Ní féidir an comhad meáin seo a sheinm", + "@Unable to play this media file": { + "description": "Message shown when audio or video media could not be played", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Unable to load this image": "Ní féidir an íomhá seo a lódáil", + "@Unable to load this image": { + "description": "Message shown when an image file could not be loaded or displayed", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was an error loading this file": "Tharla earráid agus an comhad seo á lódáil", + "@There was an error loading this file": { + "description": "Message shown when a file could not be loaded or displayed", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "No Courses": "Níl aon Chúrsaí", + "@No Courses": { + "description": "Title for having no courses", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Your student’s courses might not be published yet.": "Seans nach bhfuil cúrsaí do mhic léinn foilsithe fós.", + "@Your student’s courses might not be published yet.": { + "description": "Message for having no courses", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was an error loading your student’s courses.": "Tharla earráid agus cúrsaí do mhic léinn á lódáil.", + "@There was an error loading your student’s courses.": { + "description": "Message displayed when the list of student courses could not be loaded", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "No Grade": "Níl Marc Ann", + "@No Grade": { + "description": "Message shown when there is currently no grade available for a course", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Filter by": "Scag de réir", + "@Filter by": { + "description": "Title for list of terms to filter grades by", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Grades": "Marcanna", + "@Grades": { + "description": "Label for the \"Grades\" tab in course details", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Syllabus": "Siollabas", + "@Syllabus": { + "description": "Label for the \"Syllabus\" tab in course details", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Front Page": "Leathanach Tosaigh", + "@Front Page": { + "description": "Label for the \"Front Page\" tab in course details", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Summary": "Achoimre", + "@Summary": { + "description": "Label for the \"Summary\" tab in course details", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Send a message about this course": "Seol teachtaireacht faoin gcúrsa seo", + "@Send a message about this course": { + "description": "Accessibility hint for the course messaage floating action button", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Total Grade": "Marc Iomlán", + "@Total Grade": { + "description": "Label for the total grade in the course", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Graded": "Marcáilte", + "@Graded": { + "description": "Label for assignments that have been graded", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Submitted": "Curtha isteach", + "@Submitted": { + "description": "Label for assignments that have been submitted", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Not Submitted": "Níl sé Curtha isteach", + "@Not Submitted": { + "description": "Label for assignments that have not been submitted", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Late": "Mall", + "@Late": { + "description": "Label for assignments that have been marked late or submitted late", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Missing": "Ar Iarraidh", + "@Missing": { + "description": "Label for assignments that have been marked missing or are not submitted and past the due date", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "-": "-", + "@-": { + "description": "Value representing no score for student submission", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "All Grading Periods": "Gach Tréimhse Mharcála", + "@All Grading Periods": { + "description": "Label for selecting all grading periods", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "No Assignments": "Níl aon Tascanna ann", + "@No Assignments": { + "description": "Title for the no assignments message", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "It looks like assignments haven't been created in this space yet.": "Tá an chuma ar an scéal nár cruthaíodh tascanna sa spás seo go fóill.", + "@It looks like assignments haven't been created in this space yet.": { + "description": "Message for no assignments", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was an error loading the summary details for this course.": "Tharla earráid agus na sonraí achoimre don chúrsa seo á lódáil.", + "@There was an error loading the summary details for this course.": { + "description": "Message shown when the course summary could not be loaded", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "No Summary": "Níl Achoimre Ann", + "@No Summary": { + "description": "Title displayed when there are no items in the course summary", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "This course does not have any assignments or calendar events yet.": "Níl aon tascanna ná imeachtaí féilire ag an gcúrsa seo fós.", + "@This course does not have any assignments or calendar events yet.": { + "description": "Message displayed when there are no items in the course summary", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "gradeFormatScoreOutOfPointsPossible": "{score} / {pointsPossible}", + "@gradeFormatScoreOutOfPointsPossible": { + "description": "Formatted string for a student score out of the points possible", + "type": "text", + "placeholders_order": [ + "score", + "pointsPossible" + ], + "placeholders": { + "score": {}, + "pointsPossible": {} + } + }, + "contentDescriptionScoreOutOfPointsPossible": "{score} as {pointsPossible} pointí", + "@contentDescriptionScoreOutOfPointsPossible": { + "description": "Formatted string for a student score out of the points possible", + "type": "text", + "placeholders_order": [ + "score", + "pointsPossible" + ], + "placeholders": { + "score": {}, + "pointsPossible": {} + } + }, + "gradesSubjectMessage": "Maidir le: {studentName}, Marcanna", + "@gradesSubjectMessage": { + "description": "The subject line for a message to a teacher regarding a student's grades", + "type": "text", + "placeholders_order": [ + "studentName" + ], + "placeholders": { + "studentName": {} + } + }, + "syllabusSubjectMessage": "Maidir le: {studentName}, Siollabas", + "@syllabusSubjectMessage": { + "description": "The subject line for a message to a teacher regarding a course syllabus", + "type": "text", + "placeholders_order": [ + "studentName" + ], + "placeholders": { + "studentName": {} + } + }, + "frontPageSubjectMessage": "Maidir le: {studentName}, Leathanach Tosaigh", + "@frontPageSubjectMessage": { + "description": "The subject line for a message to a teacher regarding a course front page", + "type": "text", + "placeholders_order": [ + "studentName" + ], + "placeholders": { + "studentName": {} + } + }, + "assignmentSubjectMessage": "Maidir le: {studentName}, Tasc - {assignmentName}", + "@assignmentSubjectMessage": { + "description": "The subject line for a message to a teacher regarding a student's assignment", + "type": "text", + "placeholders_order": [ + "studentName", + "assignmentName" + ], + "placeholders": { + "studentName": {}, + "assignmentName": {} + } + }, + "eventSubjectMessage": "Maidir le: {studentName}, Imeacht - {eventTitle}", + "@eventSubjectMessage": { + "description": "The subject line for a message to a teacher regarding a calendar event", + "type": "text", + "placeholders_order": [ + "studentName", + "eventTitle" + ], + "placeholders": { + "studentName": {}, + "eventTitle": {} + } + }, + "There is no page information available.": "Níl aon eolas leathanaigh ar fáil.", + "@There is no page information available.": { + "description": "Description for when no page information is available", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Assignment Details": "Sonraí an Taisc", + "@Assignment Details": { + "description": "Title for the page that shows details for an assignment", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "assignmentTotalPoints": "{points} pte", + "@assignmentTotalPoints": { + "description": "Label used for the total points the assignment is worth", + "type": "text", + "placeholders_order": [ + "points" + ], + "placeholders": { + "points": {} + } + }, + "assignmentTotalPointsAccessible": "{points} pointe", + "@assignmentTotalPointsAccessible": { + "description": "Screen reader label used for the total points the assignment is worth", + "type": "text", + "placeholders_order": [ + "points" + ], + "placeholders": { + "points": {} + } + }, + "Due": "Dlite", + "@Due": { + "description": "Label for an assignment due date", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Grade": "Marc", + "@Grade": { + "description": "Label for the section that displays an assignment's grade", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Locked": "Faoi ghlas", + "@Locked": { + "description": "Label for when an assignment is locked", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "assignmentLockedModule": "Tá an tasc seo glasáilte ag an modúl \"{moduleName}\".", + "@assignmentLockedModule": { + "description": "The locked description when an assignment is locked by a module", + "type": "text", + "placeholders_order": [ + "moduleName" + ], + "placeholders": { + "moduleName": {} + } + }, + "Remind Me": "Cuir i gcuimhne dom", + "@Remind Me": { + "description": "Label for the row to set reminders", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Set a date and time to be notified of this specific assignment.": "Socraigh dáta agus am le bheith curtha ar an eolas faoin tasc ar leith seo.", + "@Set a date and time to be notified of this specific assignment.": { + "description": "Description for row to set reminders", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "You will be notified about this assignment on…": "Cuirfear ar an eolas thú faoin tasc seo ar…", + "@You will be notified about this assignment on…": { + "description": "Description for when a reminder is set", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Instructions": "Treoracha", + "@Instructions": { + "description": "Label for the description of the assignment when it has quiz instructions", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Send a message about this assignment": "Seol teachtaireacht faoin tasc seo", + "@Send a message about this assignment": { + "description": "Accessibility hint for the assignment messaage floating action button", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "This app is not authorized for use.": "Níl an aip seo údaraithe le húsáid.", + "@This app is not authorized for use.": { + "description": "The error shown when the app being used is not verified by Canvas", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "The server you entered is not authorized for this app.": "Níl an freastalaí a d'iontráil tú údaraithe don aip seo.", + "@The server you entered is not authorized for this app.": { + "description": "The error shown when the desired login domain is not verified by Canvas", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "The user agent for this app is not authorized.": "Níl an gníomhaire úsáideora don aip seo údaraithe.", + "@The user agent for this app is not authorized.": { + "description": "The error shown when the user agent during verification is not verified by Canvas", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "We were unable to verify the server for use with this app.": "Níorbh fhéidir linn an freastalaí a fhíorú lena úsáid leis an aip seo.", + "@We were unable to verify the server for use with this app.": { + "description": "The generic error shown when we are unable to verify with Canvas", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Reminders": "Meabhrúcháin", + "@Reminders": { + "description": "Name of the system notification channel for assignment and event reminders", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Notifications for reminders about assignments and calendar events": "Fógraí le haghaidh meabhrúcháin faoi thascanna agus imeachtaí féilire", + "@Notifications for reminders about assignments and calendar events": { + "description": "Description of the system notification channel for assignment and event reminders", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Reminders have changed!": "Tá meabhrúcháin tar éis athrú!", + "@Reminders have changed!": { + "description": "Title of the dialog shown when the user needs to update their reminders", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "In order to provide you with a better experience, we have updated how reminders work. You can add new reminders by viewing an assignment or calendar event and tapping the switch under the \"Remind Me\" section. \n\nBe aware that any reminders created with older versions of this app will not be compatible with the new changes and you will need to create them again.": "Chun eispéireas níos fearr a sholáthar duit, tá nuashonrú déanta againn ar an gcaoi a n-oibríonn meabhrúcháin. Is féidir leat meabhrúcháin nua a chur leis trí thasc nó imeacht féilire a fheiceáil agus an lasc a thapáil faoin rannán \"Cuir i gcuimhne dom\".\n\nTabhair faoi deara nach mbeidh aon mheabhrúcháin a chruthaítear le leaganacha níos sine den aip seo comhoiriúnach leis na hathruithe nua agus beidh ort iad a chruthú arís.", + "@In order to provide you with a better experience, we have updated how reminders work. You can add new reminders by viewing an assignment or calendar event and tapping the switch under the \"Remind Me\" section.\n\nBe aware that any reminders created with older versions of this app will not be compatible with the new changes and you will need to create them again.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Not a parent?": "Ní tuismitheoir tú?", + "@Not a parent?": { + "description": "Title for the screen that shows when the user is not observing any students", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "We couldn't find any students associated with this account": "Níorbh fhéidir linn aon mhac léinn a bhaineann leis an gcuntas seo a aimsiú", + "@We couldn't find any students associated with this account": { + "description": "Subtitle for the screen that shows when the user is not observing any students", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Are you a student or teacher?": "An mac léinn nó múinteoir tú?", + "@Are you a student or teacher?": { + "description": "Label for button that will show users the option to view other Canvas apps in the Play Store", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "One of our other apps might be a better fit. Tap one to visit the Play Store.": "D'fhéadfadh go mbeadh ceann dár n-aipeanna eile níos oiriúnaí. Tapáil ceann amháin chun cuairt a thabhairt ar an Play Store.", + "@One of our other apps might be a better fit. Tap one to visit the Play Store.": { + "description": "Description of options to view other Canvas apps in the Play Store", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Return to Login": "Fill ar Logáil Isteach", + "@Return to Login": { + "description": "Label for the button that returns the user to the login screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "STUDENT": "MAC LÉINN", + "@STUDENT": { + "description": "The \"student\" portion of the \"Canvas Student\" app name, in all caps. \"Canvas\" is excluded in this context as it will be displayed to the user as a wordmark image", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "TEACHER": "MÚINTEOIR", + "@TEACHER": { + "description": "The \"teacher\" portion of the \"Canvas Teacher\" app name, in all caps. \"Canvas\" is excluded in this context as it will be displayed to the user as a wordmark image", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Canvas Student": "Mac Léinn Canvas", + "@Canvas Student": { + "description": "The name of the Canvas Student app. Only \"Student\" should be translated as \"Canvas\" is a brand name in this context and should not be translated.", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Canvas Teacher": "Múinteoir Canvas", + "@Canvas Teacher": { + "description": "The name of the Canvas Teacher app. Only \"Teacher\" should be translated as \"Canvas\" is a brand name in this context and should not be translated.", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "No Alerts": "Níl aon Fholáirimh", + "@No Alerts": { + "description": "The title for the empty message to show to users when there are no alerts for the student.", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There’s nothing to be notified of yet.": "Níl aon rud le cur in iúl go fóill.", + "@There’s nothing to be notified of yet.": { + "description": "The empty message to show to users when there are no alerts for the student.", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "dismissAlertLabel": "Diúltaigh {alertTitle}", + "@dismissAlertLabel": { + "description": "Accessibility label to dismiss an alert", + "type": "text", + "placeholders_order": [ + "alertTitle" + ], + "placeholders": { + "alertTitle": {} + } + }, + "Course Announcement": "Fógra an Chúrsa", + "@Course Announcement": { + "description": "Title for alerts when there is a course announcement", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Institution Announcement": "Fógra Institiúide", + "@Institution Announcement": { + "description": "Title for alerts when there is an institution announcement", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "assignmentGradeAboveThreshold": "Marc an Taisc Thar {threshold}", + "@assignmentGradeAboveThreshold": { + "description": "Title for alerts when an assignment grade is above the threshold value", + "type": "text", + "placeholders_order": [ + "threshold" + ], + "placeholders": { + "threshold": {} + } + }, + "assignmentGradeBelowThreshold": "Marc an Taisc Faoi {threshold}", + "@assignmentGradeBelowThreshold": { + "description": "Title for alerts when an assignment grade is below the threshold value", + "type": "text", + "placeholders_order": [ + "threshold" + ], + "placeholders": { + "threshold": {} + } + }, + "courseGradeAboveThreshold": "Marc an Chúrsa Thar {threshold}", + "@courseGradeAboveThreshold": { + "description": "Title for alerts when a course grade is above the threshold value", + "type": "text", + "placeholders_order": [ + "threshold" + ], + "placeholders": { + "threshold": {} + } + }, + "courseGradeBelowThreshold": "Marc an Chúrsa Faoi {threshold}", + "@courseGradeBelowThreshold": { + "description": "Title for alerts when a course grade is below the threshold value", + "type": "text", + "placeholders_order": [ + "threshold" + ], + "placeholders": { + "threshold": {} + } + }, + "Settings": "Socruithe", + "@Settings": { + "description": "Title for the settings screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Theme": "Téama", + "@Theme": { + "description": "Label for the light/dark theme section in the settings page", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Dark Mode": "Mód Dorcha", + "@Dark Mode": { + "description": "Label for the button that enables dark mode", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Light Mode": "Mód Geall", + "@Light Mode": { + "description": "Label for the button that enables light mode", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "High Contrast Mode": "Mód Codarsnachta Ard", + "@High Contrast Mode": { + "description": "Label for the switch that toggles high contrast mode", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Use Dark Theme in Web Content": "Úsáid Téama Dorcha in Ábhar Gréasáin", + "@Use Dark Theme in Web Content": { + "description": "Label for the switch that toggles dark mode for webviews", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Appearance": "Dealramh", + "@Appearance": { + "description": "Label for the appearance section in the settings page", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Successfully submitted!": "Curtha isteach go rathúil!", + "@Successfully submitted!": { + "description": "Title displayed in the grade cell for an assignment that has been submitted", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "submissionStatusSuccessSubtitle": "Cuireadh an tasc seo isteach ar {date} ag {time} agus tá sé ag fanacht le bheith marcáilte", + "@submissionStatusSuccessSubtitle": { + "description": "Subtitle displayed in the grade cell for an assignment that has been submitted and is awaiting a grade", + "type": "text", + "placeholders_order": [ + "date", + "time" + ], + "placeholders": { + "date": {}, + "time": {} + } + }, + "outOfPoints": "{howMany,plural, =1{As pointe 1}other{ as {points} pointe}}", + "@outOfPoints": { + "description": "Description for an assignment grade that has points without a current scoroe", + "type": "text", + "placeholders_order": [ + "points", + "howMany" + ], + "placeholders": { + "points": {}, + "howMany": {} + } + }, + "Excused": "Leithscéal faighte", + "@Excused": { + "description": "Grading status for an assignment marked as excused", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Complete": "Críochnaithe", + "@Complete": { + "description": "Grading status for an assignment marked as complete", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Incomplete": "Neamhchríochnaithe", + "@Incomplete": { + "description": "Grading status for an assignment marked as incomplete", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "minus": "lúide", + "@minus": { + "description": "Screen reader-friendly replacement for the \"-\" character in letter grades like \"A-\"", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "latePenalty": "Pionós déanach (-{pointsLost})", + "@latePenalty": { + "description": "Text displayed when a late penalty has been applied to the assignment", + "type": "text", + "placeholders_order": [ + "pointsLost" + ], + "placeholders": { + "pointsLost": {} + } + }, + "finalGrade": "Marc Deiridh: {grade}", + "@finalGrade": { + "description": "Text that displays the final grade of an assignment", + "type": "text", + "placeholders_order": [ + "grade" + ], + "placeholders": { + "grade": {} + } + }, + "Alert Settings": "Socruithe Foláirimh", + "@Alert Settings": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Alert me when…": "Tabhair foláireamh dom nuair…", + "@Alert me when…": { + "description": "Header for the screen where the observer chooses the thresholds that will determine when they receive alerts (e.g. when an assignment is graded below 70%)", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Course grade below": "Marc an chúrsa thar", + "@Course grade below": { + "description": "Label describing the threshold for when the course grade is below a certain percentage", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Course grade above": "Marc an chúrsa faoi", + "@Course grade above": { + "description": "Label describing the threshold for when the course grade is above a certain percentage", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Assignment missing": "Tasc in easnamh", + "@Assignment missing": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Assignment grade below": "Marc an taisc faoi", + "@Assignment grade below": { + "description": "Label describing the threshold for when an assignment is graded below a certain percentage", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Assignment grade above": "Marc an taisc thar", + "@Assignment grade above": { + "description": "Label describing the threshold for when an assignment is graded above a certain percentage", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Course Announcements": "Fógraí an Chúrsa", + "@Course Announcements": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Institution Announcements": "Fógraí na hInstitiúide", + "@Institution Announcements": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Never": "Riamh", + "@Never": { + "description": "Indication that tells the user they will not receive alert notifications of a specific kind", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Grade percentage": "Céatadán an mairc", + "@Grade percentage": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was an error loading your student's alerts.": "Tharla earráid agus foláirimh do mhic léinn á lódáil.", + "@There was an error loading your student's alerts.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Must be below 100": "Ní mór dó a bheith faoi 100", + "@Must be below 100": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "mustBeBelowN": "Ní mór dó a bheith faoi {percentage}", + "@mustBeBelowN": { + "description": "Validation error to the user that they must choose a percentage below 'n'", + "type": "text", + "placeholders_order": [ + "percentage" + ], + "placeholders": { + "percentage": { + "example": 5 + } + } + }, + "mustBeAboveN": "Ní mór dó a bheith thar {percentage}", + "@mustBeAboveN": { + "description": "Validation error to the user that they must choose a percentage above 'n'", + "type": "text", + "placeholders_order": [ + "percentage" + ], + "placeholders": { + "percentage": { + "example": 5 + } + } + }, + "Select Student Color": "Roghnaigh Dath an Mhic Léinn", + "@Select Student Color": { + "description": "Title for screen that allows users to assign a color to a specific student", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Electric, blue": "Leictreach, gorm", + "@Electric, blue": { + "description": "Name of the Electric (blue) color", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Plum, Purple": "Plumchorcra, Corcra", + "@Plum, Purple": { + "description": "Name of the Plum (purple) color", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Barney, Fuschia": "Barney, Fuschia", + "@Barney, Fuschia": { + "description": "Name of the Barney (fuschia) color", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Raspberry, Red": "Sú craobh, Dearg", + "@Raspberry, Red": { + "description": "Name of the Raspberry (red) color", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Fire, Orange": "Dóiteáin, Oráiste", + "@Fire, Orange": { + "description": "Name of the Fire (orange) color", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Shamrock, Green": "Seamróg, Glas", + "@Shamrock, Green": { + "description": "Name of the Shamrock (green) color", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "An error occurred while saving your selection. Please try again.": "Tharla earráid agus do rogha á shábháil. Bain triail as arís, le do thoil.", + "@An error occurred while saving your selection. Please try again.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "changeStudentColorLabel": "Athraigh dath le haghaidh {studentName}", + "@changeStudentColorLabel": { + "description": "Accessibility label for the button that lets users change the color associated with a specific student", + "type": "text", + "placeholders_order": [ + "studentName" + ], + "placeholders": { + "studentName": {} + } + }, + "Teacher": "Múinteoir", + "@Teacher": { + "description": "Label for the Teacher enrollment type", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Student": "Mac léinn", + "@Student": { + "description": "Label for the Student enrollment type", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "TA": "CT", + "@TA": { + "description": "Label for the Teaching Assistant enrollment type (also known as Teacher Aid or Education Assistant), reduced to a short acronym/initialism if appropriate.", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Observer": "Breathnóir", + "@Observer": { + "description": "Label for the Observer enrollment type", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Use Camera": "Úsáid Ceamara", + "@Use Camera": { + "description": "Label for the action item that lets the user capture a photo using the device camera", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Upload File": "Uaslódáil Comhad", + "@Upload File": { + "description": "Label for the action item that lets the user upload a file from their device", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Choose from Gallery": "Roghnaigh ón nGailearaí", + "@Choose from Gallery": { + "description": "Label for the action item that lets the user select a photo from their device gallery", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Preparing…": "Ag ullmhú…", + "@Preparing…": { + "description": "Message shown while a file is being prepared to attach to a message", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Add student with…": "Cuir mac léinn le…", + "@Add student with…": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Add Student": "Cuir Mac Léinn leis", + "@Add Student": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "You are not observing any students.": "Níl tú ag breathnú ar mhac léinn ar bith.", + "@You are not observing any students.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was an error loading your students.": "Tharla earráid agus do mhic léinn á lódáil.", + "@There was an error loading your students.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Pairing Code": "Cód Péireála", + "@Pairing Code": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Students can obtain a pairing code through the Canvas website": "Is féidir le mic léinn cód péireála a fháil trí shuíomh Gréasáin Canvas", + "@Students can obtain a pairing code through the Canvas website": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Enter the student pairing code provided to you. If the pairing code doesn't work, it may have expired": "Cuir isteach an cód péireála mac léinn a thugtar duit. Mura n-oibríonn an cód péireála, seans go mbeidh sé imithe in éag", + "@Enter the student pairing code provided to you. If the pairing code doesn't work, it may have expired": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Your code is incorrect or expired.": "Tá do chód mícheart nó imithe in éag.", + "@Your code is incorrect or expired.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Something went wrong trying to create your account, please reach out to your school for assistance.": "Tharla earráid agus do chuntas a chruthú, déan teagmháil le do scoil le haghaidh cabhrach.", + "@Something went wrong trying to create your account, please reach out to your school for assistance.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "QR Code": "Cód MF", + "@QR Code": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Students can create a QR code using the Canvas Student app on their mobile device": "Is féidir le mic léinn cód MF a chruthú ag baint úsáide as an aip Canvas Mac Léinn ar a ngléas soghluaiste", + "@Students can create a QR code using the Canvas Student app on their mobile device": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Add new student": "Cuir mac léinn nua leis", + "@Add new student": { + "description": "Semantics label for the FAB on the Manage Students Screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Select": "Roghnaigh", + "@Select": { + "description": "Hint text to tell the user to choose one of two options", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "I have a Canvas account": "Tá cuntas Canvas agam", + "@I have a Canvas account": { + "description": "Option to select for users that have a canvas account", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "I don't have a Canvas account": "Níl cuntas Canvas agam", + "@I don't have a Canvas account": { + "description": "Option to select for users that don't have a canvas account", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Create Account": "Cruthaigh Cuntas", + "@Create Account": { + "description": "Button text for account creation confirmation", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Full Name": "Ainm iomlán", + "@Full Name": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Email Address": "Seoladh Ríomhphoist", + "@Email Address": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Password": "Pasfhocal", + "@Password": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Full Name…": "Ainm iomlán…", + "@Full Name…": { + "description": "hint label for inside form field", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Email…": "Ríomhphost…", + "@Email…": { + "description": "hint label for inside form field", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Password…": "Pasfhocal…", + "@Password…": { + "description": "hint label for inside form field", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Please enter full name": "Cuir isteach ainm iomlán", + "@Please enter full name": { + "description": "Error message for form field", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Please enter an email address": "Cuir isteach seoladh ríomhphoist", + "@Please enter an email address": { + "description": "Error message for form field", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Please enter a valid email address": "Cuir isteach seoladh ríomhphoist bailí", + "@Please enter a valid email address": { + "description": "Error message for form field", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Password is required": "Tá pasfhocal ag teastáil", + "@Password is required": { + "description": "Error message for form field", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Password must contain at least 8 characters": "Caithfidh 8 gcarachtar ar a laghad a bheith sa phasfhocal", + "@Password must contain at least 8 characters": { + "description": "Error message for form field", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "qrCreateAccountTos": "Trí ‘Cruthaigh Cuntas’ a thapáil, aontaíonn tú leis an {termsOfService} agus aithníonn tú an {privacyPolicy}", + "@qrCreateAccountTos": { + "description": "The text show on the account creation screen", + "type": "text", + "placeholders_order": [ + "termsOfService", + "privacyPolicy" + ], + "placeholders": { + "termsOfService": {}, + "privacyPolicy": {} + } + }, + "Terms of Service": "Tearmaí Seirbhíse", + "@Terms of Service": { + "description": "Label for the Canvas Terms of Service agreement. This will be used in the qrCreateAccountTos text and will be highlighted and clickable", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Privacy Policy": "Polasaí Príobháideachais", + "@Privacy Policy": { + "description": "Label for the Canvas Privacy Policy agreement. This will be used in the qrCreateAccountTos text and will be highlighted and clickable", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "View the Privacy Policy": "Féach ar an bPolasaí Príobháideachais", + "@View the Privacy Policy": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Already have an account? ": "An bhfuil cuntas agat cheana féin? ", + "@Already have an account? ": { + "description": "Part of multiline text span, includes AccountSignIn1-2, in that order", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Sign In": "Sínigh isteach", + "@Sign In": { + "description": "Part of multiline text span, includes AccountSignIn1-2, in that order", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Hide Password": "Folaigh Pasfhocal", + "@Hide Password": { + "description": "content description for password hide button", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Show Password": "Taispeáin Pasfhocal", + "@Show Password": { + "description": "content description for password show button", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Terms of Service Link": "Nasc Téarmaí Seirbhíse", + "@Terms of Service Link": { + "description": "content description for terms of service link", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Privacy Policy Link": "Nasc Polasaí Príobháideachais", + "@Privacy Policy Link": { + "description": "content description for privacy policy link", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Event": "Imeacht", + "@Event": { + "description": "Title for the event details screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Date": "Dáta", + "@Date": { + "description": "Label for the event date", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Location": "Suíomh", + "@Location": { + "description": "Label for the location information", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "No Location Specified": "Níl Suíomh Sonraithe", + "@No Location Specified": { + "description": "Description for events that do not have a location", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "eventTime": "{startAt} - {endAt}", + "@eventTime": { + "description": "The time the event is happening, example: \"2:00 pm - 4:00 pm\"", + "type": "text", + "placeholders_order": [ + "startAt", + "endAt" + ], + "placeholders": { + "startAt": {}, + "endAt": {} + } + }, + "Set a date and time to be notified of this event.": "Socraigh dáta agus am le cur ar an eolas faoin imeacht seo.", + "@Set a date and time to be notified of this event.": { + "description": "Description for row to set event reminders", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "You will be notified about this event on…": "Cuirfear ar an eolas thú faoin imeacht seo ar…", + "@You will be notified about this event on…": { + "description": "Description for when an event reminder is set", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Share Your Love for the App": "Comhroinn do Grá don Aip", + "@Share Your Love for the App": { + "description": "Label for option to open the app store", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Tell us about your favorite parts of the app": "Inis dúinn faoi na cuideanna is fearr leat den aip", + "@Tell us about your favorite parts of the app": { + "description": "Description for option to open the app store", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Legal": "Dlíthiúil", + "@Legal": { + "description": "Label for legal information option", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Privacy policy, terms of use, open source": "Polasaí príobháideachais, téarmaí úsáide, foinse oscailte", + "@Privacy policy, terms of use, open source": { + "description": "Description for legal information option", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Idea for Canvas Parent App [Android]": "Smaoineamh don Aip Máthairchúrsa Canvas [Android]", + "@Idea for Canvas Parent App [Android]": { + "description": "The subject for the email to request a feature", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "The following information will help us better understand your idea:": "Cabhróidh an t-eolas seo a leanas linn do smaoineamh a thuiscint níos fearr:", + "@The following information will help us better understand your idea:": { + "description": "The header for the users information that is attached to a feature request", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Domain:": "Fearann:", + "@Domain:": { + "description": "The label for the Canvas domain of the logged in user", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "User ID:": "ID an Úsáideora:", + "@User ID:": { + "description": "The label for the Canvas user ID of the logged in user", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Email:": "Ríomhphost:", + "@Email:": { + "description": "The label for the eamil of the logged in user", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Locale:": "Suíomh:", + "@Locale:": { + "description": "The label for the locale of the logged in user", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Terms of Use": "Téarmaí Úsáide", + "@Terms of Use": { + "description": "Label for the terms of use", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Canvas on GitHub": "Canvas ar GitHub", + "@Canvas on GitHub": { + "description": "Label for the button that opens the Canvas project on GitHub's website", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was a problem loading the Terms of Use": "Bhí fadhb ann agus na Téarmaí Úsáide á lódáil", + "@There was a problem loading the Terms of Use": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Device": "Gléas", + "@Device": { + "description": "Label used for device manufacturer/model in the error report", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "OS Version": "Leagan OS", + "@OS Version": { + "description": "Label used for device operating system version in the error report", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Version Number": "Uimhir Leagan", + "@Version Number": { + "description": "Label used for the app version number in the error report", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Report A Problem": "Tuairiscigh Fadhb", + "@Report A Problem": { + "description": "Title used for generic dialog to report problems", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Subject": "Ábhar", + "@Subject": { + "description": "Label used for Subject text field", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "A subject is required.": "Tá ábhar ag teastáil.", + "@A subject is required.": { + "description": "Error shown when the subject field is empty", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "An email address is required.": "Tá seoladh ríomhphoist ag teastáil.", + "@An email address is required.": { + "description": "Error shown when the email field is empty", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Description": "Cur síos", + "@Description": { + "description": "Label used for Description text field", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "A description is required.": "Tá cur síos ag teastáil.", + "@A description is required.": { + "description": "Error shown when the description field is empty", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "How is this affecting you?": "Cén tionchar atá aige seo ort?", + "@How is this affecting you?": { + "description": "Label used for the dropdown to select how severe the issue is", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "send": "seol", + "@send": { + "description": "Label used for send button when reporting a problem", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Just a casual question, comment, idea, suggestion…": "Níl ann ach ceist ócáideach, ráiteas, smaoineamh, moladh…", + "@Just a casual question, comment, idea, suggestion…": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "I need some help but it's not urgent.": "Tá roinnt cabhrach de dhíth orm ach níl sé práinneach.", + "@I need some help but it's not urgent.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Something's broken but I can work around it to get what I need done.": "Tá rud éigin briste ach is féidir liom oibriú timpeall air chun an méid a theastaíonn uaim a dhéanamh.", + "@Something's broken but I can work around it to get what I need done.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "I can't get things done until I hear back from you.": "Ní féidir liom rudaí a dhéanamh go dtí go gcloisim ar ais uait.", + "@I can't get things done until I hear back from you.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "EXTREME CRITICAL EMERGENCY!!": "ÉIGEANDÁIL FÍORCHRITICIÚIL!!", + "@EXTREME CRITICAL EMERGENCY!!": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Not Graded": "Níl sé Marcáilte", + "@Not Graded": { + "description": "Description for an assignment has not been graded.", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Login flow: Normal": "Sreabhadh logáil isteach: Gnáth", + "@Login flow: Normal": { + "description": "Description for the normal login flow", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Login flow: Canvas": "Sreabhadh logáil isteach: Canvas", + "@Login flow: Canvas": { + "description": "Description for the Canvas login flow", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Login flow: Site Admin": "Sreabhadh logáil isteach: Riarthóir an tSuímh", + "@Login flow: Site Admin": { + "description": "Description for the Site Admin login flow", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Login flow: Skip mobile verify": "Sreabhadh logáil isteach: Scipeáil deimhniú soghluaiste", + "@Login flow: Skip mobile verify": { + "description": "Description for the login flow that skips domain verification for mobile", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Act As User": "Gníomh mar Úsáideoir", + "@Act As User": { + "description": "Label for the button that allows the user to act (masquerade) as another user", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Stop Acting as User": "Stop ag Gníomhú mar Úsáideoir", + "@Stop Acting as User": { + "description": "Label for the button that allows the user to stop acting (masquerading) as another user", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "actingAsUser": "Tá tú ag gníomhú mar {userName}", + "@actingAsUser": { + "description": "Message shown while acting (masquerading) as another user", + "type": "text", + "placeholders_order": [ + "userName" + ], + "placeholders": { + "userName": {} + } + }, + "\"Act as\" is essentially logging in as this user without a password. You will be able to take any action as if you were this user, and from other users' points of views, it will be as if this user performed them. However, audit logs record that you were the one who performed the actions on behalf of this user.": "Go bunúsach is éard atá i gceist le \"Gníomh mar\" logáil isteach mar an úsáideoir seo gan pasfhocal. Beidh tú in ann aon ghníomg a dhéanamh amhail is gur tusa an t-úsáideoir seo, agus ó dhearcadh úsáideoirí eile, beidh sé mar a rinne an t-úsáideoir seo iad. Mar sin féin, taifeadann logaí iniúchta gurb tusa an té a rinne na gníomhartha thar ceann an úsáideora seo.", + "@\"Act as\" is essentially logging in as this user without a password. You will be able to take any action as if you were this user, and from other users' points of views, it will be as if this user performed them. However, audit logs record that you were the one who performed the actions on behalf of this user.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Domain": "Fearann", + "@Domain": { + "description": "Text field hint for domain url input", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "You must enter a valid domain": "Ní mór duit fearann bailí a chur isteach", + "@You must enter a valid domain": { + "description": "Message displayed for domain input error", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "User ID": "ID an Úsáideora", + "@User ID": { + "description": "Text field hint for user ID input", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "You must enter a user id": "Ní mór duit id an úsáideora a chur isteach", + "@You must enter a user id": { + "description": "Message displayed for user Id input error", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was an error trying to act as this user. Please check the Domain and User ID and try again.": "Tharla earráid agus iarracht á déanamh mar úsáideoir seo. Seiceáil an Fearainn agus ID an Úsáideora agus bain triail eile as.", + "@There was an error trying to act as this user. Please check the Domain and User ID and try again.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "endMasqueradeMessage": "Stopfaidh tú ag gníomhú mar {userName} agus filleadh ar do chuntas bunaidh.", + "@endMasqueradeMessage": { + "description": "Confirmation message displayed when the user wants to stop acting (masquerading) as another user", + "type": "text", + "placeholders_order": [ + "userName" + ], + "placeholders": { + "userName": {} + } + }, + "endMasqueradeLogoutMessage": "Stopfaidh tú ag gníomhú mar {userName} agus logálfar amach thú.", + "@endMasqueradeLogoutMessage": { + "description": "Confirmation message displayed when the user wants to stop acting (masquerading) as another user and will be logged out.", + "type": "text", + "placeholders_order": [ + "userName" + ], + "placeholders": { + "userName": {} + } + }, + "How are we doing?": "Conas atá ag éirí linn?", + "@How are we doing?": { + "description": "Title for dialog asking user to rate the app out of 5 stars.", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Don't show again": "Ná taispeáin arís", + "@Don't show again": { + "description": "Button to prevent the rating dialog from showing again.", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "What can we do better?": "Cad is féidir linn a dhéanamh níos fearr?", + "@What can we do better?": { + "description": "Hint text for providing a comment with the rating.", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Send Feedback": "Seol Aiseolas", + "@Send Feedback": { + "description": "Button to send rating with feedback", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "ratingDialogEmailSubject": "Moltaí le haghaidh Android - Máthairchúrsa Canvas {version}", + "@ratingDialogEmailSubject": { + "description": "The subject for an email to provide feedback for CanvasParent.", + "type": "text", + "placeholders_order": [ + "version" + ], + "placeholders": { + "version": {} + } + }, + "starRating": "{position,plural, =1{{position} réalta}other{{position} réalta}}", + "@starRating": { + "description": "Accessibility label for the 1 stars to 5 stars rating", + "type": "text", + "placeholders_order": [ + "position" + ], + "placeholders": { + "position": { + "example": 1 + } + } + }, + "Student Pairing": "Péireáil Mac Léinn", + "@Student Pairing": { + "description": "Title for the screen where users can pair to students using a QR code", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Open Canvas Student": "Oscail Mac Léinn Canvas", + "@Open Canvas Student": { + "description": "Title for QR pairing tutorial screen instructing users to open the Canvas Student app", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "You'll need to open your student's Canvas Student app to continue. Go into Main Menu > Settings > Pair with Observer and scan the QR code you see there.": "Beidh ort aip Mac Léinn Canvas do mhic léinn a oscailt chun leanúint ar aghaidh. Téigh isteach sa Phríomh-Roghchlár > Socruithe > Péireáil le Breathnóir agus scanadh an cód MF a fheiceann tú ann.", + "@You'll need to open your student's Canvas Student app to continue. Go into Main Menu > Settings > Pair with Observer and scan the QR code you see there.": { + "description": "Message explaining how QR code pairing works", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Screenshot showing location of pairing QR code generation in the Canvas Student app": "Gabháil scáileáin a thaispeánann an áit inar péireáladh giniúint cód MF san aip Canvas Mac Léinn", + "@Screenshot showing location of pairing QR code generation in the Canvas Student app": { + "description": "Content Description for qr pairing tutorial screenshot", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Expired QR Code": "Cód MF imithe in éag", + "@Expired QR Code": { + "description": "Error title shown when the users scans a QR code that has expired", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "The QR code you scanned may have expired. Refresh the code on the student's device and try again.": "Seans go bhfuil an cód MF a scanáil tú imithe in éag. Athnuaigh an cód ar ghléas an mac léinn agus bain triail eile as.", + "@The QR code you scanned may have expired. Refresh the code on the student's device and try again.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "A network error occurred when adding this student. Check your connection and try again.": "Tharla earráid ghréasáin agus an mac léinn seo á chur leis. Seiceáil do cheangal agus bain triail eile as.", + "@A network error occurred when adding this student. Check your connection and try again.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Invalid QR Code": "Cód MF neamhbhailí", + "@Invalid QR Code": { + "description": "Error title shown when the user scans an invalid QR code", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Incorrect Domain": "Fearann Mícheart", + "@Incorrect Domain": { + "description": "Error title shown when the users scane a QR code for a student that belongs to a different domain", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "The student you are trying to add belongs to a different school. Log in or create an account with that school to scan this code.": "Is le scoil eile é an mac léinn seo a bhfuil tú ag iarraidh a chur leis. Logáil isteach nó cruthaigh cuntas leis an scoil sin chun an cód seo a scanadh.", + "@The student you are trying to add belongs to a different school. Log in or create an account with that school to scan this code.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Camera Permission": "Cead Ceamara", + "@Camera Permission": { + "description": "Error title shown when the user wans to scan a QR code but has denied the camera permission", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "This will unpair and remove all enrollments for this student from your account.": "Déanfaidh sé seo na rolluithe ar fad don mhac léinn seo a dhíphéireáil agus a bhaint de do chuntas.", + "@This will unpair and remove all enrollments for this student from your account.": { + "description": "Confirmation message shown when the user tries to delete a student from their account", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was a problem removing this student from your account. Please check your connection and try again.": "Bhí fadhb ann an mac léinn seo a bhaint de do chuntas. Seiceáil do cheangal agus bain triail eile as.", + "@There was a problem removing this student from your account. Please check your connection and try again.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Cancel": "Cealaigh", + "@Cancel": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "next": "Ar aghaidh", + "@next": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "ok": "CGL", + "@ok": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Yes": "Tá", + "@Yes": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "No": "Níl", + "@No": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Retry": "Bain triail eile as", + "@Retry": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Delete": "Scrios", + "@Delete": { + "description": "Label used for general delete/remove actions", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Done": "Déanta", + "@Done": { + "description": "Label for general done/finished actions", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Refresh": "Athnuaigh", + "@Refresh": { + "description": "Label for button to refresh data from the web", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "View Description": "Féach ar Chur síos", + "@View Description": { + "description": "Button to view the description for an event or assignment", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "expanded": "leathnaithe", + "@expanded": { + "description": "Description for the accessibility reader for list groups that are expanded", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "collapsed": "leacaithe", + "@collapsed": { + "description": "Description for the accessibility reader for list groups that are expanded", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "An unexpected error occurred": "Tharla earráid gan choinne", + "@An unexpected error occurred": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "No description": "Gan cuir síos", + "@No description": { + "description": "Message used when the assignment has no description", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Launch External Tool": "Seol Uirlis Sheachtrach", + "@Launch External Tool": { + "description": "Button text added to webviews to let users open external tools in their browser", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Interactions on this page are limited by your institution.": "Tá idirghníomhaíochtaí ar an leathanach seo teoranta ag d'institiúid.", + "@Interactions on this page are limited by your institution.": { + "description": "Message describing how the webview has limited access due to an instution setting", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "dateAtTime": "{date} ag {time}", + "@dateAtTime": { + "description": "The string to format dates", + "type": "text", + "placeholders_order": [ + "date", + "time" + ], + "placeholders": { + "date": {}, + "time": {} + } + }, + "dueDateAtTime": "Dlite {date} ag {time}", + "@dueDateAtTime": { + "description": "The string to format due dates", + "type": "text", + "placeholders_order": [ + "date", + "time" + ], + "placeholders": { + "date": {}, + "time": {} + } + }, + "No Due Date": "Níl Dáta Dlite", + "@No Due Date": { + "description": "Label for assignments that do not have a due date", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Filter": "Scag", + "@Filter": { + "description": "Label for buttons to filter what items are visible", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "unread": "neamhléite", + "@unread": { + "description": "Label for things that are marked as unread", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "unreadCount": "{count} neamhléite", + "@unreadCount": { + "description": "Formatted string for when there are a number of unread items", + "type": "text", + "placeholders_order": [ + "count" + ], + "placeholders": { + "count": {} + } + }, + "badgeNumberPlus": "{count}+", + "@badgeNumberPlus": { + "description": "Formatted string for when too many items are being notified in a badge, generally something like: 99+", + "type": "text", + "placeholders_order": [ + "count" + ], + "placeholders": { + "count": {} + } + }, + "There was an error loading this announcement": "Tharla earráid agus an fógra seo á lódáil", + "@There was an error loading this announcement": { + "description": "Message shown when an announcement detail screen fails to load", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Network error": "Earráid ghréasáin", + "@Network error": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Under Construction": "Á dTógáil", + "@Under Construction": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "We are currently building this feature for your viewing pleasure.": "Táimid ag tógáil an ghné seo faoi láthair chun do phléisiúr féachana.", + "@We are currently building this feature for your viewing pleasure.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Request Login Help Button": "Cnaipe Iarr Cabhair ag Logáil Isteach", + "@Request Login Help Button": { + "description": "Accessibility hint for button that opens help dialog for a login help request", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Request Login Help": "Iarr Cabhair Logála Isteach", + "@Request Login Help": { + "description": "Title of help dialog for a login help request", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "I'm having trouble logging in": "Tá deacracht agam logáil isteach", + "@I'm having trouble logging in": { + "description": "Subject of help dialog for a login help request", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "An error occurred when trying to display this link": "Tharla earráid agus an nasc seo á thaispeáint", + "@An error occurred when trying to display this link": { + "description": "Error message shown when a link can't be opened", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "We are unable to display this link, it may belong to an institution you currently aren't logged in to.": "Ní féidir linn an nasc seo a thaispeáint, seans gur le hinstitiúid nach bhfuil tú logáilte isteach inti faoi láthair.", + "@We are unable to display this link, it may belong to an institution you currently aren't logged in to.": { + "description": "Description for error page shown when clicking a link", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Link Error": "Earráid Naisc", + "@Link Error": { + "description": "Title for error page shown when clicking a link", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Open In Browser": "Oscail i mBrabhsálaí", + "@Open In Browser": { + "description": "Text for button to open a link in the browswer", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "You'll find the QR code on the web in your account profile. Click 'QR for Mobile Login' in the list.": "Gheobhaidh tú an cód MF ar an ngréasán i do phróifíl chuntais. Cliceáil 'MF le haghaidh Logáil Isteach Móibíleach' sa liosta.", + "@You'll find the QR code on the web in your account profile. Click 'QR for Mobile Login' in the list.": { + "description": "Text for qr login tutorial screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Locate QR Code": "Aimsigh Cód MF", + "@Locate QR Code": { + "description": "Text for qr login button", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Please scan a QR code generated by Canvas": "Scan cód MF ginte ag Canvas", + "@Please scan a QR code generated by Canvas": { + "description": "Text for qr login error with incorrect qr code", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was an error logging in. Please generate another QR Code and try again.": "Tharla earráid agus logáil isteach. Gin Cód MF eile agus bain triail eile as.", + "@There was an error logging in. Please generate another QR Code and try again.": { + "description": "Text for qr login error", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Screenshot showing location of QR code generation in browser": "Seit scáileáin a thaispeánann suíomh giniúna an chóid MF sa bhrabhsálaí", + "@Screenshot showing location of QR code generation in browser": { + "description": "Content Description for qr login tutorial screenshot", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "QR scanning requires camera access": "Teastaíonn rochtain ceamara le haghaidh scanadh MF", + "@QR scanning requires camera access": { + "description": "placeholder for camera error for QR code scan", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "The linked item is no longer available": "Níl an mhír nasctha ar fáil a thuilleadh", + "@The linked item is no longer available": { + "description": "error message when the alert could no be opened", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Message sent": "Teachtaireacht seolta", + "@Message sent": { + "description": "confirmation message on the screen when the user succesfully sends a message", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Acceptable Use Policy": "Beartas Úsáide Sothuigthe", + "@Acceptable Use Policy": { + "description": "title for the acceptable use policy screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Submit": "Cuir isteach", + "@Submit": { + "description": "submit button title for acceptable use policy screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Either you're a new user or the Acceptable Use Policy has changed since you last agreed to it. Please agree to the Acceptable Use Policy before you continue.": "Is úsáideoir nua thú nó tá an Beartas um Úsáid Inghlactha athraithe ó d’aontaigh tú leis an uair dheireanach. Aontaigh leis an mBeartas um Úsáid Inghlactha sula leanann tú ar aghaidh.", + "@Either you're a new user or the Acceptable Use Policy has changed since you last agreed to it. Please agree to the Acceptable Use Policy before you continue.": { + "description": "acceptable use policy screen description", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "I agree to the Acceptable Use Policy.": "Aontaím leis an mBeartas um Úsáid Inghlactha.", + "@I agree to the Acceptable Use Policy.": { + "description": "acceptable use policy switch title", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "About": "Faoi", + "@About": { + "description": "Title for about menu item in settings", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "App": "Aip", + "@App": { + "description": "Title for App field on about page", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Login ID": "ID Logáil Isteach", + "@Login ID": { + "description": "Title for Login ID field on about page", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Email": "Ríomhphost", + "@Email": { + "description": "Title for Email field on about page", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Version": "Leagan", + "@Version": { + "description": "Title for Version field on about page", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Instructure logo": "Lógó Instructure", + "@Instructure logo": { + "description": "Semantics label for the Instructure logo on the about page", + "type": "text", + "placeholders_order": [], + "placeholders": {} + } +} \ No newline at end of file diff --git a/apps/flutter_parent/lib/l10n/res/intl_hi.arb b/apps/flutter_parent/lib/l10n/res/intl_hi.arb new file mode 100644 index 0000000000..bc0b681b83 --- /dev/null +++ b/apps/flutter_parent/lib/l10n/res/intl_hi.arb @@ -0,0 +1,2753 @@ +{ + "@@last_modified": "2023-08-25T11:04:20.901151", + "alertsLabel": "चेतावनियां", + "@alertsLabel": { + "description": "The label for the Alerts tab", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "calendarLabel": "कैलेंडर", + "@calendarLabel": { + "description": "The label for the Calendar tab", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "coursesLabel": "पाठ्यक्रम", + "@coursesLabel": { + "description": "The label for the Courses tab", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "No Students": "कोई छात्र नहीं", + "@No Students": { + "description": "Text for when an observer has no students they are observing", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Tap to show student selector": "छात्र चयनकर्ता दिखाने के लिए टैप करें", + "@Tap to show student selector": { + "description": "Semantics label for the area that will show the student selector when tapped", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Tap to pair with a new student": "किसी नए छात्र के साथ जुड़ने के लिए टैप करें", + "@Tap to pair with a new student": { + "description": "Semantics label for the add student button in the student selector", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Tap to select this student": "इस छात्र को चुनने केलिए टैप करें", + "@Tap to select this student": { + "description": "Semantics label on individual students in the student switcher", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Manage Students": "छात्र प्रबंधित करें", + "@Manage Students": { + "description": "Label text for the Manage Students nav drawer button as well as the title for the Manage Students screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Help": "मदद", + "@Help": { + "description": "Label text for the help nav drawer button", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Log Out": "लॉग आउट करें", + "@Log Out": { + "description": "Label text for the Log Out nav drawer button", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Switch Users": "उपयोगकर्ता स्विच करें", + "@Switch Users": { + "description": "Label text for the Switch Users nav drawer button", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "appVersion": "v. {version}", + "@appVersion": { + "description": "App version shown in the navigation drawer", + "type": "text", + "placeholders_order": [ + "version" + ], + "placeholders": { + "version": {} + } + }, + "Are you sure you want to log out?": "क्या आप सच में लॉग आउट होना चाहते हैं?", + "@Are you sure you want to log out?": { + "description": "Confirmation message displayed when the user tries to log out", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Calendars": "कैलेंडर", + "@Calendars": { + "description": "Label for button that lets users select which calendars to display", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "nextMonth": "अगला महीना: {month}", + "@nextMonth": { + "description": "Label for the button that switches the calendar to the next month", + "type": "text", + "placeholders_order": [ + "month" + ], + "placeholders": { + "month": {} + } + }, + "previousMonth": "पिछला महीना: {month}", + "@previousMonth": { + "description": "Label for the button that switches the calendar to the previous month", + "type": "text", + "placeholders_order": [ + "month" + ], + "placeholders": { + "month": {} + } + }, + "nextWeek": "अगला सप्ताह {date} से शुरू", + "@nextWeek": { + "description": "Label for the button that switches the calendar to the next week", + "type": "text", + "placeholders_order": [ + "date" + ], + "placeholders": { + "date": {} + } + }, + "previousWeek": "पिछला सप्ताह {date} से शुरू", + "@previousWeek": { + "description": "Label for the button that switches the calendar to the previous week", + "type": "text", + "placeholders_order": [ + "date" + ], + "placeholders": { + "date": {} + } + }, + "selectedMonthLabel": "{month} का महीना", + "@selectedMonthLabel": { + "description": "Accessibility label for the button that expands/collapses the month view", + "type": "text", + "placeholders_order": [ + "month" + ], + "placeholders": { + "month": {} + } + }, + "expand": "बढ़ाएं", + "@expand": { + "description": "Accessibility label for the on-tap hint for the button that expands/collapses the month view", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "collapse": "संक्षिप्त करें", + "@collapse": { + "description": "Accessibility label for the on-tap hint for the button that expands/collapses the month view", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "pointsPossible": "{points} पॉइंट्स संभव हैं", + "@pointsPossible": { + "description": "Screen reader label used for the points possible for an assignment, quiz, etc.", + "type": "text", + "placeholders_order": [ + "points" + ], + "placeholders": { + "points": {} + } + }, + "calendarDaySemanticsLabel": "{eventCount,plural, =1{{date}, {eventCount} घटना}other{{date}, {eventCount} घटनाएं}}", + "@calendarDaySemanticsLabel": { + "description": "Screen reader label used for calendar day, reads the date and count of events", + "type": "text", + "placeholders_order": [ + "date", + "eventCount" + ], + "placeholders": { + "date": {}, + "eventCount": {} + } + }, + "No Events Today!": "आज कोई घटना नहीं है!", + "@No Events Today!": { + "description": "Title displayed when there are no calendar events for the current day", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "It looks like a great day to rest, relax, and recharge.": "आज का दिन आराम, विश्राम करने और नई ऊर्जा पाने के लिए अच्छा लग रहा है।", + "@It looks like a great day to rest, relax, and recharge.": { + "description": "Message displayed when there are no calendar events for the current day", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was an error loading your student's calendar": "आपके छात्र के कैलेंडर को लोड करने में त्रुटि हुई", + "@There was an error loading your student's calendar": { + "description": "Message displayed when calendar events could not be loaded for the current student", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Tap to favorite the courses you want to see on the Calendar. Select up to 10.": "उन पाठ्यक्रमों को पसंदीदा बनाने के लिए टैप करें जिन्हें आप कैलेंडर पर देखना चाहते हैं। अधिकतम 10 चुनें।", + "@Tap to favorite the courses you want to see on the Calendar. Select up to 10.": { + "description": "Description text on calendar filter screen.", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "You may only choose 10 calendars to display": "आप प्रदर्शित करने के लिए केवल 10 कैलेंडर चुन सकते हैं", + "@You may only choose 10 calendars to display": { + "description": "Error text when trying to select more than 10 calendars", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "You must select at least one calendar to display": "आपको प्रदर्शित करने के लिए कम से कम एक कैलेंडर का चयन करना होगा", + "@You must select at least one calendar to display": { + "description": "Error text when trying to de-select all calendars", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Planner Note": "योजनाकर्ता नोट", + "@Planner Note": { + "description": "Label used for notes in the planner", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Go to today": "आज पर जाएं", + "@Go to today": { + "description": "Accessibility label used for the today button in the planner", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Previous Logins": "पिछले लॉगिन", + "@Previous Logins": { + "description": "Label for the list of previous user logins", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "canvasLogoLabel": "Canvas लोगो", + "@canvasLogoLabel": { + "description": "The semantics label for the Canvas logo", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "findSchool": "स्कूल ढूंढें", + "@findSchool": { + "description": "Text for the find-my-school button", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "findAnotherSchool": "कोई अन्य स्कूल ढूंढें", + "@findAnotherSchool": { + "description": "Text for the find-another-school button", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "domainSearchInputHint": "स्कूल का नाम या डिस्ट्रिक्ट दर्ज करें…", + "@domainSearchInputHint": { + "description": "Input hint for the text box on the domain search screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "noDomainResults": "\"{query}\" से मेल खाते स्कूल ढूंढने में असमर्थ ", + "@noDomainResults": { + "description": "Message shown to users when the domain search query did not return any results", + "type": "text", + "placeholders_order": [ + "query" + ], + "placeholders": { + "query": {} + } + }, + "domainSearchHelpLabel": "मैं अपना स्कूल या डिस्ट्रिक्ट कैसे ढूंढूं?", + "@domainSearchHelpLabel": { + "description": "Label for the help button on the domain search screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "canvasGuides": "Canvas गाइड", + "@canvasGuides": { + "description": "Proper name for the Canvas Guides. This will be used in the domainSearchHelpBody text and will be highlighted and clickable", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "canvasSupport": "Canvas सपोर्ट", + "@canvasSupport": { + "description": "Proper name for Canvas Support. This will be used in the domainSearchHelpBody text and will be highlighted and clickable", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "domainSearchHelpBody": "आप जिस स्कूल या डिस्ट्रिक्ट को एक्सेस करने का प्रयास कर रहे हैं उसका नाम खोजने का प्रयास करें, जैसे \"Smith प्राइवेट स्कूल\" या \"Smith काउंटी स्कूल\"। आप सीधे Canvas डोमेन भी दर्ज कर सकते हैं, जैसे \"smith.instructure.com\" \n\nअपने संस्थान के Canvas खाते को खोजने के बारे में अधिक जानकारी के लिए, आप {canvasGuides} पर जा सकते हैं, {canvasSupport} से संपर्क कर सकते हैं, या सहायता के लिए अपने स्कूल से संपर्क कर सकते हैं।", + "@domainSearchHelpBody": { + "description": "The body text shown in the help dialog on the domain search screen", + "type": "text", + "placeholders_order": [ + "canvasGuides", + "canvasSupport" + ], + "placeholders": { + "canvasGuides": {}, + "canvasSupport": {} + } + }, + "Uh oh!": "उह ओह!", + "@Uh oh!": { + "description": "Title of the screen that shows when a crash has occurred", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "We’re not sure what happened, but it wasn’t good. Contact us if this keeps happening.": "हमें नहीं पता कि क्या हुआ, पर जो हुआ अच्छा नहीं था। यदि ऐसा बार-बार हो, तो हमसे संपर्क करें।", + "@We’re not sure what happened, but it wasn’t good. Contact us if this keeps happening.": { + "description": "Message shown when a crash has occurred", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Contact Support": "सपोर्ट से संपर्क करें", + "@Contact Support": { + "description": "Label for the button that allows users to contact support after a crash has occurred", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "View error details": "त्रुटि विवरण देखें", + "@View error details": { + "description": "Label for the button that allowed users to view crash details", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Restart app": "ऐप फिर से शुरू करें", + "@Restart app": { + "description": "Label for the button that will restart the entire application", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Application version": "ऐप्लिकेशन संस्करण", + "@Application version": { + "description": "Label for the application version displayed in the crash details", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Device model": "डिवाइस मॉडल", + "@Device model": { + "description": "Label for the device model displayed in the crash details", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Android OS version": "Android OS संस्करण", + "@Android OS version": { + "description": "Label for the Android operating system version displayed in the crash details", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Full error message": "पूर्ण त्रुटि संदेश", + "@Full error message": { + "description": "Label for the full error message displayed in the crash details", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Inbox": "इनबॉक्स", + "@Inbox": { + "description": "Title for the Inbox screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was an error loading your inbox messages.": "आपके इनबॉक्स संदेशों को लोड करने में त्रुटि हुई।", + "@There was an error loading your inbox messages.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "No Subject": "कोई विषय नहीं", + "@No Subject": { + "description": "Title used for inbox messages that have no subject", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Unable to fetch courses. Please check your connection and try again.": "पाठ्यक्रम प्राप्त करने में असमर्थ। कृपया अपने कनेक्शन की जांच करें और फिर से कोशिश करें।", + "@Unable to fetch courses. Please check your connection and try again.": { + "description": "Message shown when an error occured while loading courses", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Choose a course to message": "संदेश के लिए कोई पाठ्यक्रम चुनें", + "@Choose a course to message": { + "description": "Header in the course list shown when the user is choosing which course to associate with a new message", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Inbox Zero": "इनबॉक्स ज़ीरो", + "@Inbox Zero": { + "description": "Title of the message shown when there are no inbox messages", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "You’re all caught up!": "आपका काम पूरा हुआ!", + "@You’re all caught up!": { + "description": "Subtitle of the message shown when there are no inbox messages", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was an error loading recipients for this course": "इस पाठ्यक्रम के लिए प्राप्तकर्ता लोड करने में त्रुटि हुई", + "@There was an error loading recipients for this course": { + "description": "Message shown when attempting to create a new message but the recipients list failed to load", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Unable to send message. Check your connection and try again.": "संदेश भेजने में असमर्थ। अपने कनेक्शन की जांच करें और फिर से कोशिश करें।", + "@Unable to send message. Check your connection and try again.": { + "description": "Message show when there was an error creating or sending a new message", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Unsaved changes": "बिना सहेजे गए बदलाव", + "@Unsaved changes": { + "description": "Title of the dialog shown when the user tries to leave with unsaved changes", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Are you sure you wish to close this page? Your unsent message will be lost.": "क्या आप सच में इस पेज को बंद करना चाहते हैं? आपका नहीं भेजा गया संदेश गुम हो जाएगा।", + "@Are you sure you wish to close this page? Your unsent message will be lost.": { + "description": "Body text of the dialog shown when the user tries leave with unsaved changes", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "New message": "नया संदेश", + "@New message": { + "description": "Title of the new-message screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Add attachment": "संलग्नक जोड़ें", + "@Add attachment": { + "description": "Tooltip for the add-attachment button in the new-message screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Send message": "संदेश भेजें", + "@Send message": { + "description": "Tooltip for the send-message button in the new-message screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Select recipients": "प्राप्तकर्ता चुनें", + "@Select recipients": { + "description": "Tooltip for the button that allows users to select message recipients", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "No recipients selected": "कोई प्राप्तकर्ता नहीं चुना गया", + "@No recipients selected": { + "description": "Hint displayed when the user has not selected any message recipients", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Message subject": "संदेश विषय", + "@Message subject": { + "description": "Hint text displayed in the input field for the message subject", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Message": "संदेश", + "@Message": { + "description": "Hint text displayed in the input field for the message body", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Recipients": "प्राप्तकर्ता", + "@Recipients": { + "description": "Label for message recipients", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "plusRecipientCount": "+{count}", + "@plusRecipientCount": { + "description": "Shows the number of recipients that are selected but not displayed on screen.", + "type": "text", + "placeholders_order": [ + "count" + ], + "placeholders": { + "count": { + "example": 5 + } + } + }, + "Failed. Tap for options.": "विफल हुआ। विकल्पों के लिए टैप करें।", + "@Failed. Tap for options.": { + "description": "Short message shown on a message attachment when uploading has failed", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "courseForWhom": "{studentShortName} के लिए", + "@courseForWhom": { + "description": "Describes for whom a course is for (i.e. for Bill)", + "type": "text", + "placeholders_order": [ + "studentShortName" + ], + "placeholders": { + "studentShortName": {} + } + }, + "messageLinkPostscript": "इसके संबंध में: {studentName}, {linkUrl}", + "@messageLinkPostscript": { + "description": "A postscript appended to new messages that clarifies which student is the subject of the message and also includes a URL for the related Canvas component (course, assignment, event, etc).", + "type": "text", + "placeholders_order": [ + "studentName", + "linkUrl" + ], + "placeholders": { + "studentName": {}, + "linkUrl": {} + } + }, + "There was an error loading this conversation": "इस बातचीत को लोड करने में त्रुटि हुई", + "@There was an error loading this conversation": { + "description": "Message shown when a conversation fails to load", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Reply": "उत्तर दें", + "@Reply": { + "description": "Button label for replying to a conversation", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Reply All": "सभी के लिए उत्तर दें", + "@Reply All": { + "description": "Button label for replying to all conversation participants", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Unknown User": "अज्ञात उपयोगकर्ता", + "@Unknown User": { + "description": "Label used where the user name is not known", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "me": "मैं", + "@me": { + "description": "First-person pronoun (i.e. 'me') that will be used in message author info, e.g. 'Me to 4 others' or 'Jon Snow to me'", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "authorToRecipient": "{authorName} से {recipientName} तक", + "@authorToRecipient": { + "description": "Author info for a single-recipient message; includes both the author name and the recipient name.", + "type": "text", + "placeholders_order": [ + "authorName", + "recipientName" + ], + "placeholders": { + "authorName": {}, + "recipientName": {} + } + }, + "authorToNOthers": "{howMany,plural, =1{{authorName} से 1 अन्य}other{{authorName} से {howMany} अन्य}}", + "@authorToNOthers": { + "description": "Author info for a mutli-recipient message; includes the author name and the number of recipients", + "type": "text", + "placeholders_order": [ + "authorName", + "howMany" + ], + "placeholders": { + "authorName": {}, + "howMany": {} + } + }, + "authorToRecipientAndNOthers": "{howMany,plural, =1{{authorName} से {recipientName} और 1 अन्य}other{{authorName} से {recipientName} और {howMany} अन्य}}", + "@authorToRecipientAndNOthers": { + "description": "Author info for a multi-recipient message; includes the author name, one recipient name, and the number of other recipients", + "type": "text", + "placeholders_order": [ + "authorName", + "recipientName", + "howMany" + ], + "placeholders": { + "authorName": {}, + "recipientName": {}, + "howMany": {} + } + }, + "Download": "डाउनलोड करें", + "@Download": { + "description": "Label for the button that will begin downloading a file", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Open with another app": "किसी अन्य ऐप से खोलें", + "@Open with another app": { + "description": "Label for the button that will allow users to open a file with another app", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There are no installed applications that can open this file": "ऐसे कोई इंस्टॉल किए गए ऐप्लिकेशन नहीं हैं जो इस फ़ाइल को खोल सकें", + "@There are no installed applications that can open this file": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Unsupported File": "असमार्थित फ़ाइल", + "@Unsupported File": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "This file is unsupported and can’t be viewed through the app": "यह फ़ाइल असमर्थित है और इसे ऐप के माध्यम से नहीं देखा जा सकता है", + "@This file is unsupported and can’t be viewed through the app": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Unable to play this media file": "इस मीडिया फ़ाइल को चलाने में असमर्थ", + "@Unable to play this media file": { + "description": "Message shown when audio or video media could not be played", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Unable to load this image": "यह छवि लोड करने में असमर्थ", + "@Unable to load this image": { + "description": "Message shown when an image file could not be loaded or displayed", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was an error loading this file": "इस फ़ाइल को लोड करने में त्रुटि हुई", + "@There was an error loading this file": { + "description": "Message shown when a file could not be loaded or displayed", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "No Courses": "कोई पाठ्यक्रम नहीं", + "@No Courses": { + "description": "Title for having no courses", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Your student’s courses might not be published yet.": "हो सकता है कि आपके छात्र के पाठ्यक्रम अभी तक प्रकाशित न हुए हों।", + "@Your student’s courses might not be published yet.": { + "description": "Message for having no courses", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was an error loading your student’s courses.": "आपके छात्र के पाठ्यक्रम लोड करने में त्रुटि हुई।", + "@There was an error loading your student’s courses.": { + "description": "Message displayed when the list of student courses could not be loaded", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "No Grade": "कोई ग्रेड नहीं", + "@No Grade": { + "description": "Message shown when there is currently no grade available for a course", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Filter by": "इसके अनुसार फ़िल्टर करें", + "@Filter by": { + "description": "Title for list of terms to filter grades by", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Grades": "ग्रेड", + "@Grades": { + "description": "Label for the \"Grades\" tab in course details", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Syllabus": "पाठ्यक्रम", + "@Syllabus": { + "description": "Label for the \"Syllabus\" tab in course details", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Front Page": "मुख पृष्ठ", + "@Front Page": { + "description": "Label for the \"Front Page\" tab in course details", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Summary": "संक्षिप्त विवरण", + "@Summary": { + "description": "Label for the \"Summary\" tab in course details", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Send a message about this course": "इस पाठ्यक्रम के बारे में संदेश भेजें", + "@Send a message about this course": { + "description": "Accessibility hint for the course messaage floating action button", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Total Grade": "कुल ग्रेड", + "@Total Grade": { + "description": "Label for the total grade in the course", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Graded": "ग्रेड किए गए", + "@Graded": { + "description": "Label for assignments that have been graded", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Submitted": "सबमिट किया गया", + "@Submitted": { + "description": "Label for assignments that have been submitted", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Not Submitted": "सबमिट नहीं किया गया", + "@Not Submitted": { + "description": "Label for assignments that have not been submitted", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Late": "विलंब", + "@Late": { + "description": "Label for assignments that have been marked late or submitted late", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Missing": "लापता", + "@Missing": { + "description": "Label for assignments that have been marked missing or are not submitted and past the due date", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "-": "-", + "@-": { + "description": "Value representing no score for student submission", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "All Grading Periods": "सभी ग्रेडिंग अवधियां", + "@All Grading Periods": { + "description": "Label for selecting all grading periods", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "No Assignments": "कोई असाइनमेंट नहीं", + "@No Assignments": { + "description": "Title for the no assignments message", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "It looks like assignments haven't been created in this space yet.": "लगता है इस खाली स्थान में अभी तक कोई असाइनमेंट नहीं बनाई गई है।", + "@It looks like assignments haven't been created in this space yet.": { + "description": "Message for no assignments", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was an error loading the summary details for this course.": "इस पाठ्यक्रम के लिए संक्षिप्त विवरण लोड करने में त्रुटि हुई।", + "@There was an error loading the summary details for this course.": { + "description": "Message shown when the course summary could not be loaded", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "No Summary": "कोई संक्षिप्त विवरण नहीं", + "@No Summary": { + "description": "Title displayed when there are no items in the course summary", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "This course does not have any assignments or calendar events yet.": "इस पाठ्यक्रम में अभी तक कोई असाइनमेंट या कैलेंडर घटना नहीं है।", + "@This course does not have any assignments or calendar events yet.": { + "description": "Message displayed when there are no items in the course summary", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "gradeFormatScoreOutOfPointsPossible": "{score} / {pointsPossible}", + "@gradeFormatScoreOutOfPointsPossible": { + "description": "Formatted string for a student score out of the points possible", + "type": "text", + "placeholders_order": [ + "score", + "pointsPossible" + ], + "placeholders": { + "score": {}, + "pointsPossible": {} + } + }, + "contentDescriptionScoreOutOfPointsPossible": "{pointsPossible} में से {score} पॉइंट्स", + "@contentDescriptionScoreOutOfPointsPossible": { + "description": "Formatted string for a student score out of the points possible", + "type": "text", + "placeholders_order": [ + "score", + "pointsPossible" + ], + "placeholders": { + "score": {}, + "pointsPossible": {} + } + }, + "gradesSubjectMessage": "इसके संबंध में: {studentName}, ग्रेड", + "@gradesSubjectMessage": { + "description": "The subject line for a message to a teacher regarding a student's grades", + "type": "text", + "placeholders_order": [ + "studentName" + ], + "placeholders": { + "studentName": {} + } + }, + "syllabusSubjectMessage": "इसके संबंध में: {studentName}, पाठ्यक्रम", + "@syllabusSubjectMessage": { + "description": "The subject line for a message to a teacher regarding a course syllabus", + "type": "text", + "placeholders_order": [ + "studentName" + ], + "placeholders": { + "studentName": {} + } + }, + "frontPageSubjectMessage": "इसके संबंध में: {studentName}, मुख पृष्ठ", + "@frontPageSubjectMessage": { + "description": "The subject line for a message to a teacher regarding a course front page", + "type": "text", + "placeholders_order": [ + "studentName" + ], + "placeholders": { + "studentName": {} + } + }, + "assignmentSubjectMessage": "इसके संबंध में: {studentName}, असाइनमेंट - {assignmentName}", + "@assignmentSubjectMessage": { + "description": "The subject line for a message to a teacher regarding a student's assignment", + "type": "text", + "placeholders_order": [ + "studentName", + "assignmentName" + ], + "placeholders": { + "studentName": {}, + "assignmentName": {} + } + }, + "eventSubjectMessage": "इसके संबंध में: {studentName}, घटना - {eventTitle}", + "@eventSubjectMessage": { + "description": "The subject line for a message to a teacher regarding a calendar event", + "type": "text", + "placeholders_order": [ + "studentName", + "eventTitle" + ], + "placeholders": { + "studentName": {}, + "eventTitle": {} + } + }, + "There is no page information available.": "पेज की कोई जानकारी उपलब्ध नहीं है।", + "@There is no page information available.": { + "description": "Description for when no page information is available", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Assignment Details": "असाइनमेंट विवरण", + "@Assignment Details": { + "description": "Title for the page that shows details for an assignment", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "assignmentTotalPoints": "{points} पॉइंट्स", + "@assignmentTotalPoints": { + "description": "Label used for the total points the assignment is worth", + "type": "text", + "placeholders_order": [ + "points" + ], + "placeholders": { + "points": {} + } + }, + "assignmentTotalPointsAccessible": "{points} पॉइंट्स", + "@assignmentTotalPointsAccessible": { + "description": "Screen reader label used for the total points the assignment is worth", + "type": "text", + "placeholders_order": [ + "points" + ], + "placeholders": { + "points": {} + } + }, + "Due": "नियत", + "@Due": { + "description": "Label for an assignment due date", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Grade": "ग्रेड", + "@Grade": { + "description": "Label for the section that displays an assignment's grade", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Locked": "लॉक किया गया", + "@Locked": { + "description": "Label for when an assignment is locked", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "assignmentLockedModule": "यह असाइनमेंट \"{moduleName}\" मॉड्यूल द्वारा लॉक की गई है।", + "@assignmentLockedModule": { + "description": "The locked description when an assignment is locked by a module", + "type": "text", + "placeholders_order": [ + "moduleName" + ], + "placeholders": { + "moduleName": {} + } + }, + "Remind Me": "मुझे याद दिलाएं", + "@Remind Me": { + "description": "Label for the row to set reminders", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Set a date and time to be notified of this specific assignment.": "इस विशिष्ट असाइनमेंट की सूचना पाने के लिए कोई तिथि और समय निर्धारित करें।", + "@Set a date and time to be notified of this specific assignment.": { + "description": "Description for row to set reminders", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "You will be notified about this assignment on…": "आपको इस असाइनमेंट के बारे में सूचित किया जाएगा...", + "@You will be notified about this assignment on…": { + "description": "Description for when a reminder is set", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Instructions": "निर्देश", + "@Instructions": { + "description": "Label for the description of the assignment when it has quiz instructions", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Send a message about this assignment": "इस असाइनमेंट के बारे में संदेश भेजें", + "@Send a message about this assignment": { + "description": "Accessibility hint for the assignment messaage floating action button", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "This app is not authorized for use.": "यह ऐप उपयोग के लिए अधिकृत नहीं है।", + "@This app is not authorized for use.": { + "description": "The error shown when the app being used is not verified by Canvas", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "The server you entered is not authorized for this app.": "आपके द्वारा दर्ज किया गया सर्वर इस ऐप के लिए अधिकृत नहीं है।", + "@The server you entered is not authorized for this app.": { + "description": "The error shown when the desired login domain is not verified by Canvas", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "The user agent for this app is not authorized.": "इस ऐप के लिए उपयोगकर्ता एजेंट अधिकृत नहीं है।", + "@The user agent for this app is not authorized.": { + "description": "The error shown when the user agent during verification is not verified by Canvas", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "We were unable to verify the server for use with this app.": "हम इस ऐप के उपयोग के लिए सर्वर को सत्यापित करने में असमर्थ थे।", + "@We were unable to verify the server for use with this app.": { + "description": "The generic error shown when we are unable to verify with Canvas", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Reminders": "अनुस्मारक", + "@Reminders": { + "description": "Name of the system notification channel for assignment and event reminders", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Notifications for reminders about assignments and calendar events": "असाइनमेंट और कैलेंडर घटना के बारे में अनुस्मारक के लिए सूचनाएं", + "@Notifications for reminders about assignments and calendar events": { + "description": "Description of the system notification channel for assignment and event reminders", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Reminders have changed!": "अनुस्मारक बदल गए हैं!", + "@Reminders have changed!": { + "description": "Title of the dialog shown when the user needs to update their reminders", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "In order to provide you with a better experience, we have updated how reminders work. You can add new reminders by viewing an assignment or calendar event and tapping the switch under the \"Remind Me\" section. \n\nBe aware that any reminders created with older versions of this app will not be compatible with the new changes and you will need to create them again.": "आपके अनुभव को बेहतर बनाने के लिए, हमने अनुस्मारक की कार्यक्षमता को उन्नत किया है। आप किसी असाइनमेंट या कैलेंडर घटना को देखकर और \"मुझे याद दिलाएं\" अनुभाग के अंतर्गत स्विच को टैप करके नए अनुस्मारक जोड़ सकते हैं।\n\nध्यान रखें कि इस ऐप के पुराने संस्करणों के साथ बनाया गया कोई भी अनुस्मारक नए परिवर्तनों के साथ संगत नहीं होगा और आपको उन्हें फिर से बनाने की आवश्यकता होगी।", + "@In order to provide you with a better experience, we have updated how reminders work. You can add new reminders by viewing an assignment or calendar event and tapping the switch under the \"Remind Me\" section.\n\nBe aware that any reminders created with older versions of this app will not be compatible with the new changes and you will need to create them again.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Not a parent?": "माता-पिता नहीं है?", + "@Not a parent?": { + "description": "Title for the screen that shows when the user is not observing any students", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "We couldn't find any students associated with this account": "हमें इस खाते से जुड़ा कोई भी छात्र नहीं मिला", + "@We couldn't find any students associated with this account": { + "description": "Subtitle for the screen that shows when the user is not observing any students", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Are you a student or teacher?": "कआप छात्र हैं या शिक्षक हैं?", + "@Are you a student or teacher?": { + "description": "Label for button that will show users the option to view other Canvas apps in the Play Store", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "One of our other apps might be a better fit. Tap one to visit the Play Store.": "हमारा एक अन्य ऐप संभावित रूप से आपकी आवश्यकताओं को बेहतर ढंग से पूरा कर सकता है। प्ले स्टोर पर जाने के लिए टैप करें।", + "@One of our other apps might be a better fit. Tap one to visit the Play Store.": { + "description": "Description of options to view other Canvas apps in the Play Store", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Return to Login": "लॉगिन पर वापस जाएं", + "@Return to Login": { + "description": "Label for the button that returns the user to the login screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "STUDENT": "छात्र", + "@STUDENT": { + "description": "The \"student\" portion of the \"Canvas Student\" app name, in all caps. \"Canvas\" is excluded in this context as it will be displayed to the user as a wordmark image", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "TEACHER": "शिक्षक", + "@TEACHER": { + "description": "The \"teacher\" portion of the \"Canvas Teacher\" app name, in all caps. \"Canvas\" is excluded in this context as it will be displayed to the user as a wordmark image", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Canvas Student": "Canvas छात्र", + "@Canvas Student": { + "description": "The name of the Canvas Student app. Only \"Student\" should be translated as \"Canvas\" is a brand name in this context and should not be translated.", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Canvas Teacher": "Canvas शिक्षक", + "@Canvas Teacher": { + "description": "The name of the Canvas Teacher app. Only \"Teacher\" should be translated as \"Canvas\" is a brand name in this context and should not be translated.", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "No Alerts": "कोई चेतावनी नहीं", + "@No Alerts": { + "description": "The title for the empty message to show to users when there are no alerts for the student.", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There’s nothing to be notified of yet.": "अभी तक सूचित करने लायक कुछ भी नहीं है।", + "@There’s nothing to be notified of yet.": { + "description": "The empty message to show to users when there are no alerts for the student.", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "dismissAlertLabel": "{alertTitle} खारिज करें", + "@dismissAlertLabel": { + "description": "Accessibility label to dismiss an alert", + "type": "text", + "placeholders_order": [ + "alertTitle" + ], + "placeholders": { + "alertTitle": {} + } + }, + "Course Announcement": "पाठ्यक्रम की घोषणा", + "@Course Announcement": { + "description": "Title for alerts when there is a course announcement", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Institution Announcement": "संस्थान की घोषणा", + "@Institution Announcement": { + "description": "Title for alerts when there is an institution announcement", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "assignmentGradeAboveThreshold": "{threshold} से ऊपर का असाइनमेंट ग्रेड", + "@assignmentGradeAboveThreshold": { + "description": "Title for alerts when an assignment grade is above the threshold value", + "type": "text", + "placeholders_order": [ + "threshold" + ], + "placeholders": { + "threshold": {} + } + }, + "assignmentGradeBelowThreshold": "{threshold} से नीचे का असाइनमेंट ग्रेड", + "@assignmentGradeBelowThreshold": { + "description": "Title for alerts when an assignment grade is below the threshold value", + "type": "text", + "placeholders_order": [ + "threshold" + ], + "placeholders": { + "threshold": {} + } + }, + "courseGradeAboveThreshold": "{threshold} से ऊपर का पाठ्यक्रम ग्रेड", + "@courseGradeAboveThreshold": { + "description": "Title for alerts when a course grade is above the threshold value", + "type": "text", + "placeholders_order": [ + "threshold" + ], + "placeholders": { + "threshold": {} + } + }, + "courseGradeBelowThreshold": "{threshold} से नीचे का पाठ्यक्रम ग्रेड", + "@courseGradeBelowThreshold": { + "description": "Title for alerts when a course grade is below the threshold value", + "type": "text", + "placeholders_order": [ + "threshold" + ], + "placeholders": { + "threshold": {} + } + }, + "Settings": "सेटिंग्स", + "@Settings": { + "description": "Title for the settings screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Theme": "थीम", + "@Theme": { + "description": "Label for the light/dark theme section in the settings page", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Dark Mode": "डार्क मोड", + "@Dark Mode": { + "description": "Label for the button that enables dark mode", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Light Mode": "लाइट मोड", + "@Light Mode": { + "description": "Label for the button that enables light mode", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "High Contrast Mode": "हाई कंट्रास्ट मोड", + "@High Contrast Mode": { + "description": "Label for the switch that toggles high contrast mode", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Use Dark Theme in Web Content": "वेब सामग्री में डार्क थीम का उपयोग करें", + "@Use Dark Theme in Web Content": { + "description": "Label for the switch that toggles dark mode for webviews", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Appearance": "दिखावट", + "@Appearance": { + "description": "Label for the appearance section in the settings page", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Successfully submitted!": "सफलतापूर्वक सबमिट किया गया!", + "@Successfully submitted!": { + "description": "Title displayed in the grade cell for an assignment that has been submitted", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "submissionStatusSuccessSubtitle": "यह असाइनमेंट {date} को {time} बजे सबमिट की गई थी और ग्रेड होने की प्रतीक्षा कर रही है", + "@submissionStatusSuccessSubtitle": { + "description": "Subtitle displayed in the grade cell for an assignment that has been submitted and is awaiting a grade", + "type": "text", + "placeholders_order": [ + "date", + "time" + ], + "placeholders": { + "date": {}, + "time": {} + } + }, + "outOfPoints": "{howMany,plural, =1{1 पॉइंट में से}other{{points} पॉइंट्स में से}}", + "@outOfPoints": { + "description": "Description for an assignment grade that has points without a current scoroe", + "type": "text", + "placeholders_order": [ + "points", + "howMany" + ], + "placeholders": { + "points": {}, + "howMany": {} + } + }, + "Excused": "माफ़ किया", + "@Excused": { + "description": "Grading status for an assignment marked as excused", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Complete": "पूरा हुआ", + "@Complete": { + "description": "Grading status for an assignment marked as complete", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Incomplete": "अधूरा", + "@Incomplete": { + "description": "Grading status for an assignment marked as incomplete", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "minus": "ऋण", + "@minus": { + "description": "Screen reader-friendly replacement for the \"-\" character in letter grades like \"A-\"", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "latePenalty": "विलंब दंड (-{pointsLost})", + "@latePenalty": { + "description": "Text displayed when a late penalty has been applied to the assignment", + "type": "text", + "placeholders_order": [ + "pointsLost" + ], + "placeholders": { + "pointsLost": {} + } + }, + "finalGrade": "अंतिम ग्रेड: {grade}", + "@finalGrade": { + "description": "Text that displays the final grade of an assignment", + "type": "text", + "placeholders_order": [ + "grade" + ], + "placeholders": { + "grade": {} + } + }, + "Alert Settings": "चेतावनी की सेटिंग्स", + "@Alert Settings": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Alert me when…": "मुझे चेतावनी दें जब…", + "@Alert me when…": { + "description": "Header for the screen where the observer chooses the thresholds that will determine when they receive alerts (e.g. when an assignment is graded below 70%)", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Course grade below": "इससे नीचे का पाठ्यक्रम ग्रेड:", + "@Course grade below": { + "description": "Label describing the threshold for when the course grade is below a certain percentage", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Course grade above": "इससे ऊपर का पाठ्यक्रम ग्रेड: ", + "@Course grade above": { + "description": "Label describing the threshold for when the course grade is above a certain percentage", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Assignment missing": "असाइनमेंट लापता है", + "@Assignment missing": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Assignment grade below": "इससे नीचे का असाइनमेंट ग्रेड:", + "@Assignment grade below": { + "description": "Label describing the threshold for when an assignment is graded below a certain percentage", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Assignment grade above": "इससे ऊपर का असाइनमेंट ग्रेड:", + "@Assignment grade above": { + "description": "Label describing the threshold for when an assignment is graded above a certain percentage", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Course Announcements": "पाठ्यक्रम घोषणाएं", + "@Course Announcements": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Institution Announcements": "संस्थान की घोषणाएं", + "@Institution Announcements": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Never": "कभी नहीं", + "@Never": { + "description": "Indication that tells the user they will not receive alert notifications of a specific kind", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Grade percentage": "ग्रेड प्रतिशत", + "@Grade percentage": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was an error loading your student's alerts.": "आपके छात्र की चेतावनियां लोड करने में त्रुटि हुई।", + "@There was an error loading your student's alerts.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Must be below 100": "100 से कम होना चाहिए", + "@Must be below 100": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "mustBeBelowN": "{percentage} से कम होना चाहिए", + "@mustBeBelowN": { + "description": "Validation error to the user that they must choose a percentage below 'n'", + "type": "text", + "placeholders_order": [ + "percentage" + ], + "placeholders": { + "percentage": { + "example": 5 + } + } + }, + "mustBeAboveN": "{percentage} से ऊपर होना चाहिए", + "@mustBeAboveN": { + "description": "Validation error to the user that they must choose a percentage above 'n'", + "type": "text", + "placeholders_order": [ + "percentage" + ], + "placeholders": { + "percentage": { + "example": 5 + } + } + }, + "Select Student Color": "छात्र रंग का चयन करें", + "@Select Student Color": { + "description": "Title for screen that allows users to assign a color to a specific student", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Electric, blue": "इलेक्ट्रिक, नीला", + "@Electric, blue": { + "description": "Name of the Electric (blue) color", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Plum, Purple": "प्लम, बैंगनी", + "@Plum, Purple": { + "description": "Name of the Plum (purple) color", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Barney, Fuschia": "बार्नी, रानी गुलाबी", + "@Barney, Fuschia": { + "description": "Name of the Barney (fuschia) color", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Raspberry, Red": "रास्पबेरी, लाल", + "@Raspberry, Red": { + "description": "Name of the Raspberry (red) color", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Fire, Orange": "आग, नारंगी", + "@Fire, Orange": { + "description": "Name of the Fire (orange) color", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Shamrock, Green": "शैमरॉक, हरा", + "@Shamrock, Green": { + "description": "Name of the Shamrock (green) color", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "An error occurred while saving your selection. Please try again.": "आपका चयन सहेजते समय त्रुटि उत्पन्न हुई। कृपया फिर से कोशिश करें।", + "@An error occurred while saving your selection. Please try again.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "changeStudentColorLabel": "{studentName} के लिए रंग बदलें", + "@changeStudentColorLabel": { + "description": "Accessibility label for the button that lets users change the color associated with a specific student", + "type": "text", + "placeholders_order": [ + "studentName" + ], + "placeholders": { + "studentName": {} + } + }, + "Teacher": "शिक्षक", + "@Teacher": { + "description": "Label for the Teacher enrollment type", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Student": "छात्र", + "@Student": { + "description": "Label for the Student enrollment type", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "TA": "TA", + "@TA": { + "description": "Label for the Teaching Assistant enrollment type (also known as Teacher Aid or Education Assistant), reduced to a short acronym/initialism if appropriate.", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Observer": "समीक्षक", + "@Observer": { + "description": "Label for the Observer enrollment type", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Use Camera": "कैमरे का उपयोग करें", + "@Use Camera": { + "description": "Label for the action item that lets the user capture a photo using the device camera", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Upload File": "फ़ाइल अपलोड करें", + "@Upload File": { + "description": "Label for the action item that lets the user upload a file from their device", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Choose from Gallery": "गैलरी से चुनें", + "@Choose from Gallery": { + "description": "Label for the action item that lets the user select a photo from their device gallery", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Preparing…": "तैयार किया जा रहा है…", + "@Preparing…": { + "description": "Message shown while a file is being prepared to attach to a message", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Add student with…": "छात्र को इसके साथ जोड़ें...", + "@Add student with…": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Add Student": "छात्र जोड़ें", + "@Add Student": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "You are not observing any students.": "आप किसी भी छात्र की समीक्षा नहीं कर रहे हैं।", + "@You are not observing any students.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was an error loading your students.": "आपके छात्रों को लोड करने में त्रुटि हुई।", + "@There was an error loading your students.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Pairing Code": "पेयरिंग कोड", + "@Pairing Code": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Students can obtain a pairing code through the Canvas website": "छात्र Canvas वेबसाइट के माध्यम से पेयरिंग कोड प्राप्त कर सकते हैं", + "@Students can obtain a pairing code through the Canvas website": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Enter the student pairing code provided to you. If the pairing code doesn't work, it may have expired": "आपको प्रदान किया गया छात्र पेयरिंग कोड दर्ज करें। यदि पेयरिंग कोड काम नहीं करता है, तो हो सकता है वह समाप्त हो गया हो", + "@Enter the student pairing code provided to you. If the pairing code doesn't work, it may have expired": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Your code is incorrect or expired.": "आपका कोड गलत है या समाप्त हो गया है।", + "@Your code is incorrect or expired.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Something went wrong trying to create your account, please reach out to your school for assistance.": "अपना खाता बनाने की कोशिश में कुछ गलत हो गया, कृपया सहायता के लिए अपने स्कूल से संपर्क करें।", + "@Something went wrong trying to create your account, please reach out to your school for assistance.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "QR Code": "QR कोड", + "@QR Code": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Students can create a QR code using the Canvas Student app on their mobile device": "छात्र अपने मोबाइल डिवाइस पर Canvas छात्र ऐप का उपयोग करके QR कोड बना सकते हैं", + "@Students can create a QR code using the Canvas Student app on their mobile device": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Add new student": "नया छात्र जोड़ें", + "@Add new student": { + "description": "Semantics label for the FAB on the Manage Students Screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Select": "चयन करें", + "@Select": { + "description": "Hint text to tell the user to choose one of two options", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "I have a Canvas account": "मेरे पास Canvas खाता है", + "@I have a Canvas account": { + "description": "Option to select for users that have a canvas account", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "I don't have a Canvas account": "मेरे पास Canvas खाता नहीं है", + "@I don't have a Canvas account": { + "description": "Option to select for users that don't have a canvas account", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Create Account": "खाता बनाएं", + "@Create Account": { + "description": "Button text for account creation confirmation", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Full Name": "पूरा नाम", + "@Full Name": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Email Address": "ईमेल पता", + "@Email Address": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Password": "पासवर्ड", + "@Password": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Full Name…": "पूरा नाम…", + "@Full Name…": { + "description": "hint label for inside form field", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Email…": "ईमेल…", + "@Email…": { + "description": "hint label for inside form field", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Password…": "पासवर्ड…", + "@Password…": { + "description": "hint label for inside form field", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Please enter full name": "कृपया पूरा नाम दर्ज करें", + "@Please enter full name": { + "description": "Error message for form field", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Please enter an email address": "कृपया ईमेल पता दर्ज करें", + "@Please enter an email address": { + "description": "Error message for form field", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Please enter a valid email address": "कृपया मान्य ईमेल पता दर्ज करें", + "@Please enter a valid email address": { + "description": "Error message for form field", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Password is required": "पासवर्ड की आवश्यकता है", + "@Password is required": { + "description": "Error message for form field", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Password must contain at least 8 characters": "पासवर्ड में कम से कम 8 कैरेक्टर होने चाहिए", + "@Password must contain at least 8 characters": { + "description": "Error message for form field", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "qrCreateAccountTos": "'खाता बनाएं' पर टैप करके, आप {termsOfService} से सहमत होते हैं और {privacyPolicy} को स्वीकार करते हैं", + "@qrCreateAccountTos": { + "description": "The text show on the account creation screen", + "type": "text", + "placeholders_order": [ + "termsOfService", + "privacyPolicy" + ], + "placeholders": { + "termsOfService": {}, + "privacyPolicy": {} + } + }, + "Terms of Service": "सेवा की शर्तें", + "@Terms of Service": { + "description": "Label for the Canvas Terms of Service agreement. This will be used in the qrCreateAccountTos text and will be highlighted and clickable", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Privacy Policy": "गोपनीयता नीति", + "@Privacy Policy": { + "description": "Label for the Canvas Privacy Policy agreement. This will be used in the qrCreateAccountTos text and will be highlighted and clickable", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "View the Privacy Policy": "गोपनीयता नीति देखें", + "@View the Privacy Policy": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Already have an account? ": "पहले से कोई खाता है? ", + "@Already have an account? ": { + "description": "Part of multiline text span, includes AccountSignIn1-2, in that order", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Sign In": "साइन इन करें", + "@Sign In": { + "description": "Part of multiline text span, includes AccountSignIn1-2, in that order", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Hide Password": "पासवर्ड छिपाएं", + "@Hide Password": { + "description": "content description for password hide button", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Show Password": "पासवर्ड दिखाएं", + "@Show Password": { + "description": "content description for password show button", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Terms of Service Link": "सेवा की शर्तें लिंक", + "@Terms of Service Link": { + "description": "content description for terms of service link", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Privacy Policy Link": "गोपनीयता नीति लिंक", + "@Privacy Policy Link": { + "description": "content description for privacy policy link", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Event": "घटना", + "@Event": { + "description": "Title for the event details screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Date": "तिथि", + "@Date": { + "description": "Label for the event date", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Location": "लोकेशन", + "@Location": { + "description": "Label for the location information", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "No Location Specified": "कोई लोकेशन निर्दिष्ट नहीं", + "@No Location Specified": { + "description": "Description for events that do not have a location", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "eventTime": "{startAt} - {endAt}", + "@eventTime": { + "description": "The time the event is happening, example: \"2:00 pm - 4:00 pm\"", + "type": "text", + "placeholders_order": [ + "startAt", + "endAt" + ], + "placeholders": { + "startAt": {}, + "endAt": {} + } + }, + "Set a date and time to be notified of this event.": "इस घटना की सूचना पाने के लिए कोई तिथि और समय निर्धारित करें।", + "@Set a date and time to be notified of this event.": { + "description": "Description for row to set event reminders", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "You will be notified about this event on…": "आपको इस घटना के बारे में सूचित किया जाएगा...", + "@You will be notified about this event on…": { + "description": "Description for when an event reminder is set", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Share Your Love for the App": "ऐप के लिए अपना प्यार साझा करें", + "@Share Your Love for the App": { + "description": "Label for option to open the app store", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Tell us about your favorite parts of the app": "हमें ऐप के अपने पसंदीदा हिस्सों के बारे में बताएं", + "@Tell us about your favorite parts of the app": { + "description": "Description for option to open the app store", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Legal": "कानूनी", + "@Legal": { + "description": "Label for legal information option", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Privacy policy, terms of use, open source": "गोपनीयता नीति, उपयोग की शर्तें, ओपन सोर्स", + "@Privacy policy, terms of use, open source": { + "description": "Description for legal information option", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Idea for Canvas Parent App [Android]": "Canvas माता-पिता ऐप [Android] के लिए आइडिया", + "@Idea for Canvas Parent App [Android]": { + "description": "The subject for the email to request a feature", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "The following information will help us better understand your idea:": "निम्नलिखित जानकारी हमें आपके आइडिया को बेहतर ढंग से समझने में मदद करेगी:", + "@The following information will help us better understand your idea:": { + "description": "The header for the users information that is attached to a feature request", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Domain:": "डोमेन:", + "@Domain:": { + "description": "The label for the Canvas domain of the logged in user", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "User ID:": "उपयोगकर्ता आईडी:", + "@User ID:": { + "description": "The label for the Canvas user ID of the logged in user", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Email:": "ईमेल:", + "@Email:": { + "description": "The label for the eamil of the logged in user", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Locale:": "स्थान:", + "@Locale:": { + "description": "The label for the locale of the logged in user", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Terms of Use": "उपयोग की शर्तें", + "@Terms of Use": { + "description": "Label for the terms of use", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Canvas on GitHub": "GitHub पर Canvas", + "@Canvas on GitHub": { + "description": "Label for the button that opens the Canvas project on GitHub's website", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was a problem loading the Terms of Use": "उपयोग की शर्तों को लोड करने में समस्या आई", + "@There was a problem loading the Terms of Use": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Device": "डिवाइस", + "@Device": { + "description": "Label used for device manufacturer/model in the error report", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "OS Version": "OS संस्करण", + "@OS Version": { + "description": "Label used for device operating system version in the error report", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Version Number": "संस्करण संख्या", + "@Version Number": { + "description": "Label used for the app version number in the error report", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Report A Problem": "समस्या की रिपोर्ट करें", + "@Report A Problem": { + "description": "Title used for generic dialog to report problems", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Subject": "विषय", + "@Subject": { + "description": "Label used for Subject text field", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "A subject is required.": "विषय की आवश्यकता है।", + "@A subject is required.": { + "description": "Error shown when the subject field is empty", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "An email address is required.": "ईमेल पता आवश्यक है।", + "@An email address is required.": { + "description": "Error shown when the email field is empty", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Description": "विवरण", + "@Description": { + "description": "Label used for Description text field", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "A description is required.": "विवरण आवश्यक है।", + "@A description is required.": { + "description": "Error shown when the description field is empty", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "How is this affecting you?": "इसका आप पर क्या प्रभाव पड़ रहा है?", + "@How is this affecting you?": { + "description": "Label used for the dropdown to select how severe the issue is", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "send": "भेजें", + "@send": { + "description": "Label used for send button when reporting a problem", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Just a casual question, comment, idea, suggestion…": "बस एक अनौपचारिक प्रश्न, टिप्पणी, आइडिया, सुझाव...", + "@Just a casual question, comment, idea, suggestion…": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "I need some help but it's not urgent.": "मुझे कुछ मदद की ज़रूरत है, लेकिन यह अत्यावश्यक नहीं है।", + "@I need some help but it's not urgent.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Something's broken but I can work around it to get what I need done.": "एक समस्या है, लेकिन काम को पूरा करने के लिए कोई समाधान निकाल लिया जाएगा।", + "@Something's broken but I can work around it to get what I need done.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "I can't get things done until I hear back from you.": "जब तक आपसे प्रतिक्रिया नहीं मिल जाती, काम पूरा नहीं किया जा सकता।", + "@I can't get things done until I hear back from you.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "EXTREME CRITICAL EMERGENCY!!": "अत्यधिक गंभीर आपातकालीन स्थिति!!", + "@EXTREME CRITICAL EMERGENCY!!": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Not Graded": "ग्रेड नहीं किया गया", + "@Not Graded": { + "description": "Description for an assignment has not been graded.", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Login flow: Normal": "लॉगिन प्रवाह: सामान्य", + "@Login flow: Normal": { + "description": "Description for the normal login flow", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Login flow: Canvas": "लॉगिन प्रवाह: Canvas", + "@Login flow: Canvas": { + "description": "Description for the Canvas login flow", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Login flow: Site Admin": "लॉगिन प्रवाह: साइट व्यवस्थापक", + "@Login flow: Site Admin": { + "description": "Description for the Site Admin login flow", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Login flow: Skip mobile verify": "लॉगिन प्रवाह: मोबाइल सत्यापन छोड़ें", + "@Login flow: Skip mobile verify": { + "description": "Description for the login flow that skips domain verification for mobile", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Act As User": "उपयोगकर्ता के रूप में कार्य करें", + "@Act As User": { + "description": "Label for the button that allows the user to act (masquerade) as another user", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Stop Acting as User": "उपयोगकर्ता के रूप में कार्य करना बंद करें", + "@Stop Acting as User": { + "description": "Label for the button that allows the user to stop acting (masquerading) as another user", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "actingAsUser": "आप {userName} के रूप में कार्य कर रहे हैं", + "@actingAsUser": { + "description": "Message shown while acting (masquerading) as another user", + "type": "text", + "placeholders_order": [ + "userName" + ], + "placeholders": { + "userName": {} + } + }, + "\"Act as\" is essentially logging in as this user without a password. You will be able to take any action as if you were this user, and from other users' points of views, it will be as if this user performed them. However, audit logs record that you were the one who performed the actions on behalf of this user.": "\"इस रूप में कार्य करें\" अनिवार्य रूप से बिना पासवर्ड के इस उपयोगकर्ता के रूप में लॉग इन करना है। आपके पास ऐसे कार्य करने की क्षमता होगी जैसे कि आप यह उपयोगकर्ता थे, और अन्य उपयोगकर्ताओं को ऐसा प्रतीत होगा जैसे कि इस उपयोगकर्ता ने कार्य किए हैं। हालांकि, ऑडिट लॉग रिकॉर्ड बताते हैं कि वो आप ही थे जिन्होंने इस उपयोगकर्ता की ओर से कार्रवाई की थी।", + "@\"Act as\" is essentially logging in as this user without a password. You will be able to take any action as if you were this user, and from other users' points of views, it will be as if this user performed them. However, audit logs record that you were the one who performed the actions on behalf of this user.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Domain": "डोमेन", + "@Domain": { + "description": "Text field hint for domain url input", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "You must enter a valid domain": "आपको कोई मान्य डोमेन दर्ज करना चाहिए", + "@You must enter a valid domain": { + "description": "Message displayed for domain input error", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "User ID": "उपयोगकर्ता आईडी", + "@User ID": { + "description": "Text field hint for user ID input", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "You must enter a user id": "आपको उपयोगकर्ता आईडी दर्ज करनी चाहिए", + "@You must enter a user id": { + "description": "Message displayed for user Id input error", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was an error trying to act as this user. Please check the Domain and User ID and try again.": "इस उपयोगकर्ता के रूप में कार्य करने का प्रयास करते समय त्रुटि हुई। कृपया डोमेन और उपयोगकर्ता आईडी की जांच करें और फिर से कोशिश करें।", + "@There was an error trying to act as this user. Please check the Domain and User ID and try again.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "endMasqueradeMessage": "आप {userName} के रूप में कार्य करना बंद कर देंगे और अपने मूल खाते में वापस आ जाएंगे।", + "@endMasqueradeMessage": { + "description": "Confirmation message displayed when the user wants to stop acting (masquerading) as another user", + "type": "text", + "placeholders_order": [ + "userName" + ], + "placeholders": { + "userName": {} + } + }, + "endMasqueradeLogoutMessage": "आप {userName} के रूप में कार्य करना बंद कर देंगे और आपको लॉग आउट कर दिया जाएगा।", + "@endMasqueradeLogoutMessage": { + "description": "Confirmation message displayed when the user wants to stop acting (masquerading) as another user and will be logged out.", + "type": "text", + "placeholders_order": [ + "userName" + ], + "placeholders": { + "userName": {} + } + }, + "How are we doing?": "हमारा कार्य कैसा चल रहा है?", + "@How are we doing?": { + "description": "Title for dialog asking user to rate the app out of 5 stars.", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Don't show again": "फिर से न दिखाएं", + "@Don't show again": { + "description": "Button to prevent the rating dialog from showing again.", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "What can we do better?": "हम क्या बेहतर कर सकते हैं?", + "@What can we do better?": { + "description": "Hint text for providing a comment with the rating.", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Send Feedback": "फ़ीडबैक भेजें", + "@Send Feedback": { + "description": "Button to send rating with feedback", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "ratingDialogEmailSubject": "Android - Canvas Parent {version} के लिए सुझाव", + "@ratingDialogEmailSubject": { + "description": "The subject for an email to provide feedback for CanvasParent.", + "type": "text", + "placeholders_order": [ + "version" + ], + "placeholders": { + "version": {} + } + }, + "starRating": "{position,plural, =1{{position} तारा}other{{position} तारे}}", + "@starRating": { + "description": "Accessibility label for the 1 stars to 5 stars rating", + "type": "text", + "placeholders_order": [ + "position" + ], + "placeholders": { + "position": { + "example": 1 + } + } + }, + "Student Pairing": "छात्र पेयरिंग", + "@Student Pairing": { + "description": "Title for the screen where users can pair to students using a QR code", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Open Canvas Student": "Canvas Student खोलें", + "@Open Canvas Student": { + "description": "Title for QR pairing tutorial screen instructing users to open the Canvas Student app", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "You'll need to open your student's Canvas Student app to continue. Go into Main Menu > Settings > Pair with Observer and scan the QR code you see there.": "जारी रखने के लिए आपको अपने छात्र का Canvas Student ऐप खोलना होगा। मुख्य मेनू > सेटिंग्स > समीक्षक के साथ पेयर करें में जाएं और वहां दिखाई देने वाले QR कोड को स्कैन करें।", + "@You'll need to open your student's Canvas Student app to continue. Go into Main Menu > Settings > Pair with Observer and scan the QR code you see there.": { + "description": "Message explaining how QR code pairing works", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Screenshot showing location of pairing QR code generation in the Canvas Student app": "Canvas Student ऐप में QR कोड जेनरेशन को पेयर करने का स्थान दिखाने वाला स्क्रीनशॉट", + "@Screenshot showing location of pairing QR code generation in the Canvas Student app": { + "description": "Content Description for qr pairing tutorial screenshot", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Expired QR Code": "समाप्त हुआ QR कोड", + "@Expired QR Code": { + "description": "Error title shown when the users scans a QR code that has expired", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "The QR code you scanned may have expired. Refresh the code on the student's device and try again.": "हो सकता है कि आपके द्वारा स्कैन किए गए QR कोड का समय समाप्त हो गया हो। छात्र की डिवाइस पर कोड रीफ़्रेश करें और फिर से कोशिश करें।", + "@The QR code you scanned may have expired. Refresh the code on the student's device and try again.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "A network error occurred when adding this student. Check your connection and try again.": "इस छात्र को जोड़ते समय कोई नेटवर्क त्रुटि उत्पन्न हुई। अपने कनेक्शन की जांच करें और फिर से कोशिश करें।", + "@A network error occurred when adding this student. Check your connection and try again.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Invalid QR Code": "अमान्य QR कोड", + "@Invalid QR Code": { + "description": "Error title shown when the user scans an invalid QR code", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Incorrect Domain": "गलत डोमेन", + "@Incorrect Domain": { + "description": "Error title shown when the users scane a QR code for a student that belongs to a different domain", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "The student you are trying to add belongs to a different school. Log in or create an account with that school to scan this code.": "जिस छात्र को आप जोड़ने का प्रयास कर रहे हैं वह एक अलग स्कूल से है। इस कोड को स्कैन करने के लिए लॉग इन करें या उस स्कूल में खाता बनाएं।", + "@The student you are trying to add belongs to a different school. Log in or create an account with that school to scan this code.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Camera Permission": "कैमरा अनुमति", + "@Camera Permission": { + "description": "Error title shown when the user wans to scan a QR code but has denied the camera permission", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "This will unpair and remove all enrollments for this student from your account.": "इस तरह से आपके खाते से इस छात्र के सभी नामांकन अनपेयर हो जाएंगे और निकाल दिए जाएंगे।", + "@This will unpair and remove all enrollments for this student from your account.": { + "description": "Confirmation message shown when the user tries to delete a student from their account", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was a problem removing this student from your account. Please check your connection and try again.": "इस छात्र को आपके खाते से निकालने में समस्या हुई। कृपया अपने कनेक्शन की जांच करें और फिर से कोशिश करें।", + "@There was a problem removing this student from your account. Please check your connection and try again.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Cancel": "रद्द करें", + "@Cancel": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "next": "अगला", + "@next": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "ok": "ठीक है", + "@ok": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Yes": "हां", + "@Yes": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "No": "नहीं", + "@No": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Retry": "पुन: प्रयास करें", + "@Retry": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Delete": "मिटाएं", + "@Delete": { + "description": "Label used for general delete/remove actions", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Done": "हो गया", + "@Done": { + "description": "Label for general done/finished actions", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Refresh": "रीफ़्रेश करें", + "@Refresh": { + "description": "Label for button to refresh data from the web", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "View Description": "विवरण देखें", + "@View Description": { + "description": "Button to view the description for an event or assignment", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "expanded": "बढ़ाया गया", + "@expanded": { + "description": "Description for the accessibility reader for list groups that are expanded", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "collapsed": "संक्षिप्त किया गया", + "@collapsed": { + "description": "Description for the accessibility reader for list groups that are expanded", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "An unexpected error occurred": "एक अप्रत्याशित त्रुटि हुई", + "@An unexpected error occurred": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "No description": "कोई विवरण नहीं", + "@No description": { + "description": "Message used when the assignment has no description", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Launch External Tool": "बाहरी उपकरण लॉन्च करें", + "@Launch External Tool": { + "description": "Button text added to webviews to let users open external tools in their browser", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Interactions on this page are limited by your institution.": "इस पेज पर बातचीत आपके संस्थान द्वारा सीमित हैं।", + "@Interactions on this page are limited by your institution.": { + "description": "Message describing how the webview has limited access due to an instution setting", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "dateAtTime": "{time} पर {date}", + "@dateAtTime": { + "description": "The string to format dates", + "type": "text", + "placeholders_order": [ + "date", + "time" + ], + "placeholders": { + "date": {}, + "time": {} + } + }, + "dueDateAtTime": "{date} को {time} बजे नियत", + "@dueDateAtTime": { + "description": "The string to format due dates", + "type": "text", + "placeholders_order": [ + "date", + "time" + ], + "placeholders": { + "date": {}, + "time": {} + } + }, + "No Due Date": "कोई नियत तिथि नहीं", + "@No Due Date": { + "description": "Label for assignments that do not have a due date", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Filter": "फ़िल्टर", + "@Filter": { + "description": "Label for buttons to filter what items are visible", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "unread": "अपठित", + "@unread": { + "description": "Label for things that are marked as unread", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "unreadCount": "{count} अपठित", + "@unreadCount": { + "description": "Formatted string for when there are a number of unread items", + "type": "text", + "placeholders_order": [ + "count" + ], + "placeholders": { + "count": {} + } + }, + "badgeNumberPlus": "{count}+", + "@badgeNumberPlus": { + "description": "Formatted string for when too many items are being notified in a badge, generally something like: 99+", + "type": "text", + "placeholders_order": [ + "count" + ], + "placeholders": { + "count": {} + } + }, + "There was an error loading this announcement": "इस घोषणा को लोड करने में त्रुटि हुई", + "@There was an error loading this announcement": { + "description": "Message shown when an announcement detail screen fails to load", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Network error": "नेटवर्क त्रुटि", + "@Network error": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Under Construction": "निर्माणाधीन", + "@Under Construction": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "We are currently building this feature for your viewing pleasure.": "हम वर्तमान में आपके देखने के अनुभव को बेहतर बनाने के लिए इस फ़ीचर को विकसित कर रहे हैं।", + "@We are currently building this feature for your viewing pleasure.": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Request Login Help Button": "लॉगिन मदद बटन का अनुरोध करें", + "@Request Login Help Button": { + "description": "Accessibility hint for button that opens help dialog for a login help request", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Request Login Help": "लॉगिन मदद का अनुरोध करें", + "@Request Login Help": { + "description": "Title of help dialog for a login help request", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "I'm having trouble logging in": "मुझे लॉग इन करने में समस्या हो रही है", + "@I'm having trouble logging in": { + "description": "Subject of help dialog for a login help request", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "An error occurred when trying to display this link": "इस लिंक को प्रदर्शित करने का प्रयास करते समय त्रुटि उत्पन्न हुई", + "@An error occurred when trying to display this link": { + "description": "Error message shown when a link can't be opened", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "We are unable to display this link, it may belong to an institution you currently aren't logged in to.": "हम इस लिंक को प्रदर्शित करने में असमर्थ हैं, यह किसी ऐसे संस्थान से संबंधित हो सकता है जिसमें आप वर्तमान में लॉग इन नहीं हैं।", + "@We are unable to display this link, it may belong to an institution you currently aren't logged in to.": { + "description": "Description for error page shown when clicking a link", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Link Error": "लिंक त्रुटि", + "@Link Error": { + "description": "Title for error page shown when clicking a link", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Open In Browser": "ब्राउज़र में खोलें", + "@Open In Browser": { + "description": "Text for button to open a link in the browswer", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "You'll find the QR code on the web in your account profile. Click 'QR for Mobile Login' in the list.": "आपको वेब पर अपनी खाता प्रोफ़ाइल में QR कोड मिलेगा। सूची में 'मोबाइल लॉगिन के लिए QR' पर क्लिक करें।", + "@You'll find the QR code on the web in your account profile. Click 'QR for Mobile Login' in the list.": { + "description": "Text for qr login tutorial screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Locate QR Code": "QR कोड का पता लगाएं", + "@Locate QR Code": { + "description": "Text for qr login button", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Please scan a QR code generated by Canvas": "कृपया Canvas द्वारा जेनरेट किए गए QR कोड को स्कैन करें", + "@Please scan a QR code generated by Canvas": { + "description": "Text for qr login error with incorrect qr code", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "There was an error logging in. Please generate another QR Code and try again.": "लॉग इन करने में त्रुटि हुई। कृपया कोई अन्य QR कोड जेनरेट करें और फिर से कोशिश करें।", + "@There was an error logging in. Please generate another QR Code and try again.": { + "description": "Text for qr login error", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Screenshot showing location of QR code generation in browser": "ब्राउज़र में QR कोड जेनरेशन का स्थान दिखाने वाला स्क्रीनशॉट", + "@Screenshot showing location of QR code generation in browser": { + "description": "Content Description for qr login tutorial screenshot", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "QR scanning requires camera access": "QR स्कैनिंग के लिए कैमरा एक्सेस की आवश्यकता होती है", + "@QR scanning requires camera access": { + "description": "placeholder for camera error for QR code scan", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "The linked item is no longer available": "लिंक किया गया आइटम अब उपलब्ध नहीं है", + "@The linked item is no longer available": { + "description": "error message when the alert could no be opened", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Message sent": "संदेश भेजा गया", + "@Message sent": { + "description": "confirmation message on the screen when the user succesfully sends a message", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Acceptable Use Policy": "स्वीकार्य उपयोग नीति", + "@Acceptable Use Policy": { + "description": "title for the acceptable use policy screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Submit": "सबमिट करें", + "@Submit": { + "description": "submit button title for acceptable use policy screen", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Either you're a new user or the Acceptable Use Policy has changed since you last agreed to it. Please agree to the Acceptable Use Policy before you continue.": "या तो आप नए उपयोगकर्ता हैं या स्वीकार्य उपयोग नीति तब से बदल गई है जब आप पिछली बार इसके लिए सहमत हुए थे। जारी रखने से पहले कृपया स्वीकार्य उपयोग नीति से सहमत हों।", + "@Either you're a new user or the Acceptable Use Policy has changed since you last agreed to it. Please agree to the Acceptable Use Policy before you continue.": { + "description": "acceptable use policy screen description", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "I agree to the Acceptable Use Policy.": "मैं स्वीकार्य उपयोग नीति से सहमत हूं।", + "@I agree to the Acceptable Use Policy.": { + "description": "acceptable use policy switch title", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "About": "इसके बारे में", + "@About": { + "description": "Title for about menu item in settings", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "App": "ऐप", + "@App": { + "description": "Title for App field on about page", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Login ID": "लॉगिन आईडी", + "@Login ID": { + "description": "Title for Login ID field on about page", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Email": "ईमेल", + "@Email": { + "description": "Title for Email field on about page", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Version": "संस्करण", + "@Version": { + "description": "Title for Version field on about page", + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "Instructure logo": "Instructure लोगो", + "@Instructure logo": { + "description": "Semantics label for the Instructure logo on the about page", + "type": "text", + "placeholders_order": [], + "placeholders": {} + } +} \ No newline at end of file diff --git a/apps/flutter_parent/lib/network/utils/analytics.dart b/apps/flutter_parent/lib/network/utils/analytics.dart index 9254d431a0..c9eeb47f20 100644 --- a/apps/flutter_parent/lib/network/utils/analytics.dart +++ b/apps/flutter_parent/lib/network/utils/analytics.dart @@ -14,8 +14,8 @@ import 'package:firebase_crashlytics/firebase_crashlytics.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter_parent/network/api/heap_api.dart'; -import 'package:flutter_parent/utils/features_utils.dart'; import 'package:flutter_parent/utils/debug_flags.dart'; +import 'package:flutter_parent/utils/features_utils.dart'; /// Event names /// The naming scheme for the majority of these is found in a google doc so that we can be consistent @@ -54,6 +54,7 @@ class AnalyticsEventConstants { static const USER_PROPERTY_BUILD_TYPE = 'build_type'; static const USER_PROPERTY_OS_VERSION = 'os_version'; static const VIEWED_OLD_REMINDER_MESSAGE = 'viewed_old_reminder_message'; + static const SUBMISSION_AND_RUBRIC_INTERACTION = 'submission_and_rubric_interaction'; } /// (Copied from canvas-api-2, make sure to stay in sync) diff --git a/apps/flutter_parent/lib/router/panda_router.dart b/apps/flutter_parent/lib/router/panda_router.dart index cf6f2d3d92..b4ea35148d 100644 --- a/apps/flutter_parent/lib/router/panda_router.dart +++ b/apps/flutter_parent/lib/router/panda_router.dart @@ -14,6 +14,7 @@ * along with this program. If not, see . */ +import 'dart:convert'; import 'dart:core'; import 'package:fluro/fluro.dart'; @@ -34,13 +35,13 @@ import 'package:flutter_parent/screens/dashboard/dashboard_screen.dart'; import 'package:flutter_parent/screens/domain_search/domain_search_screen.dart'; import 'package:flutter_parent/screens/events/event_details_screen.dart'; import 'package:flutter_parent/screens/help/help_screen.dart'; -import 'package:flutter_parent/screens/settings/legal_screen.dart'; import 'package:flutter_parent/screens/help/terms_of_use_screen.dart'; import 'package:flutter_parent/screens/inbox/conversation_list/conversation_list_screen.dart'; import 'package:flutter_parent/screens/login_landing_screen.dart'; import 'package:flutter_parent/screens/not_a_parent_screen.dart'; import 'package:flutter_parent/screens/pairing/qr_pairing_screen.dart'; import 'package:flutter_parent/screens/qr_login/qr_login_tutorial_screen.dart'; +import 'package:flutter_parent/screens/settings/legal_screen.dart'; import 'package:flutter_parent/screens/settings/settings_screen.dart'; import 'package:flutter_parent/screens/splash/splash_screen.dart'; import 'package:flutter_parent/screens/web_login/web_login_screen.dart'; @@ -152,8 +153,11 @@ class PandaRouter { static final String _simpleWebView = '/internal'; - static String simpleWebViewRoute(String url, String infoText) => - '/internal?${_RouterKeys.url}=${Uri.encodeQueryComponent(url)}&${_RouterKeys.infoText}=${Uri.encodeQueryComponent(infoText)}'; + static String simpleWebViewRoute(String url, String infoText, bool limitWebAccess) => + '/internal?${_RouterKeys.url}=${Uri.encodeQueryComponent(url)}&${_RouterKeys.infoText}=${Uri.encodeQueryComponent(infoText)}&${_RouterKeys.limitWebAccess}=${limitWebAccess}'; + + static String submissionWebViewRoute(String url, String title, Map cookies, bool limitWebAccess) => + '/internal?${_RouterKeys.url}=${Uri.encodeQueryComponent(url)}&${_RouterKeys.title}=${Uri.encodeQueryComponent(title)}&${_RouterKeys.cookies}=${jsonEncode(cookies)}&${_RouterKeys.limitWebAccess}=${limitWebAccess}'; static String settings() => '/settings'; @@ -376,7 +380,13 @@ class PandaRouter { static Handler _simpleWebViewHandler = Handler(handlerFunc: (BuildContext? context, Map> params) { final url = params[_RouterKeys.url]![0]; final infoText = params[_RouterKeys.infoText]?.elementAt(0); - return SimpleWebViewScreen(url, url, infoText: infoText == null || infoText == 'null' ? null : infoText); + final titleParam = params[_RouterKeys.title]?.firstOrNull; + final title = (titleParam == null || titleParam.isEmpty) ? url : titleParam; + final cookiesParam = params[_RouterKeys.cookies]?.firstOrNull; + final cookies = (cookiesParam == null || cookiesParam.isEmpty) ? {} : jsonDecode(cookiesParam); + final limitWebAccess = params[_RouterKeys.limitWebAccess]?.firstOrNull == 'true'; + return SimpleWebViewScreen(url, title, limitWebAccess, + infoText: infoText == null || infoText == 'null' ? null : infoText, initialCookies: cookies); }); static Handler _syllabusHandler = Handler(handlerFunc: (BuildContext? context, Map> params) { @@ -461,7 +471,7 @@ class PandaRouter { final url = await _interactor.getAuthUrl(link); if (limitWebAccess) { // Special case for limit webview access flag (We don't want them to be able to navigate within the webview) - locator().pushRoute(context, simpleWebViewRoute(url, L10n(context).webAccessLimitedMessage)); + locator().pushRoute(context, simpleWebViewRoute(url, L10n(context).webAccessLimitedMessage, true)); } else if (await locator().canLaunch(link) ?? false) { // No native route found, let's launch the url if possible, or show an error toast locator().launch(url); @@ -519,6 +529,9 @@ class _RouterKeys { static final accountName = 'accountName'; static final eventId = 'eventId'; static final infoText = 'infoText'; + static final title = 'title'; + static final cookies = 'cookies'; + static final limitWebAccess = 'limitWebAccess'; static final isCreatingAccount = 'isCreatingAccount'; static final loginFlow = 'loginFlow'; static final qrLoginUrl = 'qrLoginUrl'; diff --git a/apps/flutter_parent/lib/screens/assignments/assignment_details_screen.dart b/apps/flutter_parent/lib/screens/assignments/assignment_details_screen.dart index 2814bad688..24786721a6 100644 --- a/apps/flutter_parent/lib/screens/assignments/assignment_details_screen.dart +++ b/apps/flutter_parent/lib/screens/assignments/assignment_details_screen.dart @@ -17,12 +17,14 @@ import 'package:flutter_parent/models/assignment.dart'; import 'package:flutter_parent/models/reminder.dart'; import 'package:flutter_parent/models/user.dart'; import 'package:flutter_parent/network/utils/api_prefs.dart'; +import 'package:flutter_parent/router/panda_router.dart'; import 'package:flutter_parent/screens/assignments/assignment_details_interactor.dart'; import 'package:flutter_parent/screens/assignments/grade_cell.dart'; import 'package:flutter_parent/screens/inbox/create_conversation/create_conversation_screen.dart'; import 'package:flutter_parent/utils/common_widgets/error_panda_widget.dart'; import 'package:flutter_parent/utils/common_widgets/loading_indicator.dart'; import 'package:flutter_parent/utils/common_widgets/web_view/html_description_tile.dart'; +import 'package:flutter_parent/utils/common_widgets/web_view/web_content_interactor.dart'; import 'package:flutter_parent/utils/core_extensions/date_time_extensions.dart'; import 'package:flutter_parent/utils/design/canvas_icons_solid.dart'; import 'package:flutter_parent/utils/design/parent_theme.dart'; @@ -33,6 +35,7 @@ import 'package:flutter_parent/utils/service_locator.dart'; import 'package:flutter_svg/svg.dart'; import 'package:permission_handler/permission_handler.dart'; +import '../../network/utils/analytics.dart'; import '../../utils/veneers/flutter_snackbar_veneer.dart'; class AssignmentDetailsScreen extends StatefulWidget { @@ -183,6 +186,30 @@ class _AssignmentDetailsScreenState extends State { ], ), ), + Divider(), + Padding( + padding: const EdgeInsets.only(top: 16.0, bottom: 16.0), + child: OutlinedButton( + onPressed: () { + _onSubmissionAndRubricClicked(assignment.htmlUrl, l10n.submission); + }, + child: Align( + alignment: Alignment.center, + child: Row(mainAxisSize: MainAxisSize.min, children: [ + Text( + l10n.submissionAndRubric, + style: textTheme.titleMedium?.copyWith(color: ParentTheme.of(context)?.studentColor), + ), + SizedBox(width: 6), + Icon(CanvasIconsSolid.arrow_open_right, color: ParentTheme.of(context)?.studentColor, size: 14) + ])), + style: OutlinedButton.styleFrom( + minimumSize: Size(double.infinity, 48), + shape: RoundedRectangleBorder( + borderRadius: BorderRadius.circular(6.0), + ), + side: BorderSide(width: 0.5, color: ParentTheme.of(context)?.onSurfaceColor ?? Colors.grey), + ))), if (!fullyLocked) ...[ Divider(), ..._rowTile( @@ -372,4 +399,17 @@ class _AssignmentDetailsScreenState extends State { locator.get().push(context, screen); } } + + _onSubmissionAndRubricClicked(String? assignmentUrl, String title) async { + if (assignmentUrl == null) return; + final parentId = ApiPrefs.getUser()?.id ?? 0; + final currentStudentId = _currentStudent?.id ?? 0; + locator().pushRoute(context, PandaRouter.submissionWebViewRoute( + await locator().getAuthUrl(assignmentUrl), + title, + {"k5_observed_user_for_$parentId": "$currentStudentId"}, + false + )); + locator().logEvent(AnalyticsEventConstants.SUBMISSION_AND_RUBRIC_INTERACTION); + } } diff --git a/apps/flutter_parent/lib/utils/common_widgets/web_view/simple_web_view_screen.dart b/apps/flutter_parent/lib/utils/common_widgets/web_view/simple_web_view_screen.dart index cc186be9dc..dcb7c6ba10 100644 --- a/apps/flutter_parent/lib/utils/common_widgets/web_view/simple_web_view_screen.dart +++ b/apps/flutter_parent/lib/utils/common_widgets/web_view/simple_web_view_screen.dart @@ -19,12 +19,24 @@ import 'package:flutter_parent/utils/design/parent_theme.dart'; import 'package:flutter_parent/utils/web_view_utils.dart'; import 'package:webview_flutter/webview_flutter.dart'; +import '../../service_locator.dart'; +import '../../url_launcher.dart'; + class SimpleWebViewScreen extends StatefulWidget { - final String _url; - final String _title; - final String? _infoText; + final String url; + final String title; + final String? infoText; + final Map? initialCookies; + final bool limitWebAccess; - SimpleWebViewScreen(this._url, this._title, {String? infoText}) : _infoText = infoText; + SimpleWebViewScreen( + this.url, + this.title, + this.limitWebAccess, { + String? infoText, + Map? initialCookies, + }) : this.infoText = infoText, + this.initialCookies = initialCookies; @override State createState() => _SimpleWebViewScreenState(); @@ -43,7 +55,7 @@ class _SimpleWebViewScreenState extends State { backgroundColor: Colors.transparent, iconTheme: Theme.of(context).iconTheme, bottom: ParentTheme.of(context)?.appBarDivider(shadowInLightMode: false), - title: Text(widget._title, style: Theme.of(context).textTheme.titleLarge), + title: Text(widget.title, style: Theme.of(context).textTheme.titleLarge), ), body: WebView( javascriptMode: JavascriptMode.unrestricted, @@ -52,34 +64,51 @@ class _SimpleWebViewScreenState extends State { navigationDelegate: _handleNavigation, onWebViewCreated: (controller) { _controller = controller; - controller.loadUrl(widget._url); + controller.loadUrl(widget.url); }, onPageFinished: _handlePageLoaded, + initialCookies: _getCookies(), ), ), ); } NavigationDecision _handleNavigation(NavigationRequest request) { - if (!request.isForMainFrame || widget._url.startsWith(request.url)) return NavigationDecision.navigate; + if (request.url.contains('/download?download_frd=')) { + locator().launch(request.url); + return NavigationDecision.prevent; + } + if (!request.isForMainFrame || widget.url.startsWith(request.url) || !widget.limitWebAccess) return NavigationDecision.navigate; return NavigationDecision.prevent; } void _handlePageLoaded(String url) async { // If there's no info to show, just return - if (widget._infoText == null || widget._infoText!.isEmpty) return; + if (widget.infoText == null || widget.infoText!.isEmpty) return; // Run javascript to show the info alert await _controller?.evaluateJavascript(_showAlertJavascript); } + String _getDomain() { + final uri = Uri.parse(widget.url); + return uri.host; + } + + List _getCookies() { + return widget.initialCookies?.entries + .map((entry) => WebViewCookie(name: entry.key.toString(), value: entry.value.toString(), domain: _getDomain())) + .toList() ?? + []; + } + String get _showAlertJavascript => """ const floatNode = `