Skip to content

Commit

Permalink
Merge branch 'master' into release/teacher-1.27.0-61
Browse files Browse the repository at this point in the history
  • Loading branch information
hermannakos committed Nov 21, 2023
2 parents fe3d390 + 1255563 commit 2ca952f
Show file tree
Hide file tree
Showing 42 changed files with 865 additions and 43 deletions.
85 changes: 84 additions & 1 deletion apps/flutter_parent/lib/l10n/res/intl_id.arb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@@last_modified": "2022-10-28T11:03:07.232972",
"@@last_modified": "2023-08-25T11:04:20.901151",
"alertsLabel": "Peringatan",
"@alertsLabel": {
"description": "The label for the Alerts tab",
Expand Down Expand Up @@ -182,6 +182,19 @@
"points": {}
}
},
"calendarDaySemanticsLabel": "{eventCount,plural, =1{{date}, {eventCount} acara}other{{date}, {eventCount} acara}}",
"@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!": "Tidak Ada Acara Hari Ini!",
"@No Events Today!": {
"description": "Title displayed when there are no calendar events for the current day",
Expand Down Expand Up @@ -2666,5 +2679,75 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"Acceptable Use Policy": "Kebijakan Penggunaan yang Dapat Diterima",
"@Acceptable Use Policy": {
"description": "title for the acceptable use policy screen",
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"Submit": "Serahkan",
"@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.": "Anda pengguna baru atau Kebijakan Penggunaan yang Dapat Diterima telah berubah sejak Anda terakhir kali menyetujuinya. Silakan setujui Kebijakan Penggunaan yang Dapat Diterima sebelum Anda melanjutkan.",
"@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.": "Saya menyetujui Kebijakan Penggunaan yang Dapat Diterima.",
"@I agree to the Acceptable Use Policy.": {
"description": "acceptable use policy switch title",
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"About": "Tentang",
"@About": {
"description": "Title for about menu item in settings",
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"App": "App",
"@App": {
"description": "Title for App field on about page",
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"Login ID": "ID Login",
"@Login ID": {
"description": "Title for Login ID field on about page",
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"Email": "Email",
"@Email": {
"description": "Title for Email field on about page",
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"Version": "Versi",
"@Version": {
"description": "Title for Version field on about page",
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"Instructure logo": "Logo Instructure",
"@Instructure logo": {
"description": "Semantics label for the Instructure logo on the about page",
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}
15 changes: 14 additions & 1 deletion libs/flutter_student_embed/lib/l10n/res/intl_id.arb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@@last_modified": "2022-10-28T11:03:17.232435",
"@@last_modified": "2023-08-25T11:04:30.842905",
"coursesLabel": "Kursus",
"@coursesLabel": {
"description": "The label for the Courses tab",
Expand Down Expand Up @@ -101,6 +101,19 @@
"points": {}
}
},
"calendarDaySemanticsLabel": "{eventCount,plural, =1{{date}, {eventCount} acara}other{{date}, {eventCount} acara}}",
"@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!": "Tidak Ada Acara Hari Ini!",
"@No Events Today!": {
"description": "Title displayed when there are no calendar events for the current day",
Expand Down
3 changes: 1 addition & 2 deletions libs/login-api-2/src/main/res/values-id/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@
<string name="schoolInstructureCom">school.instructure.com</string>
<string name="contentDescription_removePreviousUser">Hapus Pengguna Sebelumnya</string>
<string name="accountDomainFooter">Tidak dapat menemukan sekolah Anda? Coba ketikkan URL sekolah lengkap.</string>
<string name="accountDomainFooterLink">Ketuk di sini untuk bantuan.</string>

<string name="accountDomainFooterLoginHelp">Ketuk di sini untuk bantuan login.</string>
<string name="login_noInternetConnectionTitle">Tidak Ada Sambungan Internet</string>
<string name="login_noInternetConnectionMessage">Tindakan ini membutuhkan sambungan internet.</string>
<string name="empty_feedback">Subjek dan deskripsi harus ada untuk menyerahkan umpan balik.</string>
Expand Down
17 changes: 16 additions & 1 deletion libs/pandares/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1481,6 +1481,21 @@
<string name="offline_content_select_all">تحديد الكل</string>
<string name="offline_content_deselect_all">إلغاء تحديد الكل</string>
<string name="offline_content_loading_error">حدث خطأ أثناء تحميل المحتوى.</string>
<string name="offline_content_empty_title">لا يوجد أي مساق</string>
<string name="offline_content_empty_message">سيتم إدراج مساقاتك هنا، ثم يمكنك إتاحته للاستخدام دون اتصال.</string>
<string name="offline_content_empty_course_title">لا يوجد محتوى مساق</string>
<string name="offline_content_empty_course_message">سيتم إدراج محتوى المساق هنا، ثم يمكنك إتاحته للاستخدام دون اتصال.</string>
<string name="offline_content_discard_dialog_title">هل تريد تجاهل التغييرات؟</string>
<string name="offline_content_discard_dialog_message">إذا اخترت التجاهل، لن يتم حفظ التغييرات.</string>
<string name="offline_content_discard_dialog_positive">تجاهل</string>
<string name="offline_content_sync_dialog_title">هل تريد مزامنة المحتوى دون اتصال؟</string>
<string name="offline_content_sync_dialog_message">سيؤدي هذا إلى مزامنة ~%s من المحتوى. وقد يؤدي هذا إلى رسوم إضافية من موفر الخدمة إذا لم تكن متصلاً بشبكة Wi-Fi.</string>
<string name="offline_content_sync_dialog_message_wifi_only">سيؤدي هذا إلى مزامنة ~%s من المحتوى فقط أثناء اتصالك بشبكة Wi-Fi.</string>
<string name="offline_content_sync_dialog_positive">مزامنة</string>
<string name="offline_content_sync_loading_title">جارٍ التحميل...</string>
<string name="offline_content_sync_loading_message">مهلاً، نحن نجهز لك الأشياء.</string>
<string name="content_description_expand_content">توسيع المحتوى</string>
<string name="content_description_collapse_content">طي المحتوى</string>
<string name="syncSettings_autoContentSyncDescription">سيؤدي تمكين مزامنة المحتوى التلقائية إلى تنزيل المحتوى المحدد بناءً على الإعدادات أدناه. ستحدث مزامنة المحتوى حتى لو لم يكن يعمل التطبيق. إذا تم إيقاف تشغيل الإعداد، فلن تحدث المزامنة. لن يتم حذف المحتوى الذي تم تنزيله بالفعل.</string>
<string name="syncSettings_syncFrequencyTitle">تكرار المزامنة</string>
<string name="syncSettings_autoContentSyncTitle">مزامنة المحتوى التلقائية</string>
Expand Down Expand Up @@ -1527,7 +1542,6 @@
<item quantity="many">%d من المساقات قيد المزامنة.</item>
<item quantity="other">%d من المساقات قيد المزامنة.</item>
</plurals>
<string name="syncProgressAdditionalFiles">صور محتوى المساق</string>
<string name="assignmentNoLongerAvailable">هذه المهمة لم تعد متوفرة.</string>
<string name="editDashboardOfflineMode">أنت غير متصل بالإنترنت</string>
<string name="editDashboardOfflineModeMessage">ليس لديك حاليًا أي مساقات غير متوفرة عبر الإنترنت.</string>
Expand All @@ -1543,4 +1557,5 @@
<item quantity="many">تمت مزامنة %d من المساقات.</item>
<item quantity="other">تمت مزامنة %d من المساقات.</item>
</plurals>
<string name="syncProgressAdditionalCourseContent">محتوى مساق إضافي</string>
</resources>
17 changes: 16 additions & 1 deletion libs/pandares/src/main/res/values-b+da+DK+instk12/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1410,6 +1410,21 @@
<string name="offline_content_select_all">Vælg alle</string>
<string name="offline_content_deselect_all">Fravælg alle</string>
<string name="offline_content_loading_error">Der opstod en fejl under indlæsning af indholdet.</string>
<string name="offline_content_empty_title">Ingen fag</string>
<string name="offline_content_empty_message">Dine fag vil blive vist her, og derefter kan du gøre dem tilgængelige til offline brug.</string>
<string name="offline_content_empty_course_title">Intet fagindhold</string>
<string name="offline_content_empty_course_message">Fagindholdet vil blive vist her, og derefter kan du gøre det tilgængeligt til offline brug.</string>
<string name="offline_content_discard_dialog_title">Annuller ændringer?</string>
<string name="offline_content_discard_dialog_message">Hvis du vælger at kassere, vil ændringerne ikke blive gemt.</string>
<string name="offline_content_discard_dialog_positive">Kasser</string>
<string name="offline_content_sync_dialog_title">Vil du synkronisere offline indhold?</string>
<string name="offline_content_sync_dialog_message">Dette vil synkronisere ~%s indhold. Det kan medføre yderligere gebyrer fra din dataudbyder, hvis du ikke er forbundet til et wi-fi-netværk.</string>
<string name="offline_content_sync_dialog_message_wifi_only">Dette vil kun synkronisere ~%s indhold, mens du er tilsluttet et wi-fi-netværk.</string>
<string name="offline_content_sync_dialog_positive">Synkroniser</string>
<string name="offline_content_sync_loading_title">Indlæser ...</string>
<string name="offline_content_sync_loading_message">Vent venligst, mens vi gør tingene klar til dig.</string>
<string name="content_description_expand_content">Udvid indhold</string>
<string name="content_description_collapse_content">Skjul indholdet</string>
<string name="syncSettings_autoContentSyncDescription">Aktivering af automatisk indholdssynkronisering sørger for at downloade det valgte indhold baseret på nedenstående indstillinger. Indholdssynkroniseringen gennemføres, selvom applikationen ikke kører. Hvis indstillingen er deaktiveret, sker der ingen synkronisering. Det allerede downloadede indhold vil ikke blive slettet.</string>
<string name="syncSettings_syncFrequencyTitle">Synkroniseringsfrekvens</string>
<string name="syncSettings_autoContentSyncTitle">Automatisk indholdssynkronisering</string>
Expand Down Expand Up @@ -1452,7 +1467,6 @@
<item quantity="one">%d faget synkroniseres.</item>
<item quantity="other">%d fag synkroniseres.</item>
</plurals>
<string name="syncProgressAdditionalFiles">Fagindhold billeder</string>
<string name="assignmentNoLongerAvailable">Denne opgave er ikke længere tilgængelig.</string>
<string name="editDashboardOfflineMode">Du er offline</string>
<string name="editDashboardOfflineModeMessage">Du har i øjeblikket ingen fag, der er tilgængelige offline.</string>
Expand All @@ -1464,4 +1478,5 @@
<item quantity="one">%d faget er blevet synkroniseret.</item>
<item quantity="other">%d fagene er blevet synkroniseret.</item>
</plurals>
<string name="syncProgressAdditionalCourseContent">Yderligere fagindhold</string>
</resources>
17 changes: 16 additions & 1 deletion libs/pandares/src/main/res/values-b+en+AU+unimelb/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1410,6 +1410,21 @@
<string name="offline_content_select_all">Select All</string>
<string name="offline_content_deselect_all">Deselect All</string>
<string name="offline_content_loading_error">An error occurred while loading the content.</string>
<string name="offline_content_empty_title">No Subjects</string>
<string name="offline_content_empty_message">Your subjects will be listed here, and then you can make them available for offline usage.</string>
<string name="offline_content_empty_course_title">No Subject Content</string>
<string name="offline_content_empty_course_message">The subject content will be listed here, and then you can make them available for offline usage.</string>
<string name="offline_content_discard_dialog_title">Discard Changes?</string>
<string name="offline_content_discard_dialog_message">If you choose to discard, the changes will not be saved.</string>
<string name="offline_content_discard_dialog_positive">Discard</string>
<string name="offline_content_sync_dialog_title">Sync Offline Content?</string>
<string name="offline_content_sync_dialog_message">This will sync ~%s content. It may result in additional charges from your data provider if you are not connected to a Wi-Fi network.</string>
<string name="offline_content_sync_dialog_message_wifi_only">This will sync ~%s content only while you are connected to a Wi-Fi network.</string>
<string name="offline_content_sync_dialog_positive">Sync</string>
<string name="offline_content_sync_loading_title">Loading...</string>
<string name="offline_content_sync_loading_message">Hang tight, we\'re getting things ready for you.</string>
<string name="content_description_expand_content">Expand content</string>
<string name="content_description_collapse_content">Collapse content</string>
<string name="syncSettings_autoContentSyncDescription">Enabling the Auto Content Sync will take care of downloading the selected content based on the below settings. The content synchronisation will happen even if the application is not running. If the setting is switched off, then no synchronisation will happen. The already downloaded content will not be deleted.</string>
<string name="syncSettings_syncFrequencyTitle">Sync Frequency</string>
<string name="syncSettings_autoContentSyncTitle">Auto Content Sync</string>
Expand Down Expand Up @@ -1452,7 +1467,6 @@
<item quantity="one">%d subject is syncing.</item>
<item quantity="other">%d subjects are syncing.</item>
</plurals>
<string name="syncProgressAdditionalFiles">Subject content images</string>
<string name="assignmentNoLongerAvailable">This assignment is no longer available.</string>
<string name="editDashboardOfflineMode">You are offline</string>
<string name="editDashboardOfflineModeMessage">You currently don\'t have any subjects that are available offline.</string>
Expand All @@ -1464,4 +1478,5 @@
<item quantity="one">%d subject has been synced.</item>
<item quantity="other">%d subjects have been synced.</item>
</plurals>
<string name="syncProgressAdditionalCourseContent">Additional subject content</string>
</resources>
17 changes: 16 additions & 1 deletion libs/pandares/src/main/res/values-b+en+GB+instukhe/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1410,6 +1410,21 @@
<string name="offline_content_select_all">Select all</string>
<string name="offline_content_deselect_all">Un-select All</string>
<string name="offline_content_loading_error">An error occurred while loading the content.</string>
<string name="offline_content_empty_title">No Modules</string>
<string name="offline_content_empty_message">Your modules will be listed here, and then you can make them available for offline usage.</string>
<string name="offline_content_empty_course_title">No Module Content</string>
<string name="offline_content_empty_course_message">The module content will be listed here, and then you can make them available for offline usage.</string>
<string name="offline_content_discard_dialog_title">Discard Changes?</string>
<string name="offline_content_discard_dialog_message">If you choose to discard, the changes will not be saved.</string>
<string name="offline_content_discard_dialog_positive">Discard</string>
<string name="offline_content_sync_dialog_title">Sync Offline Content?</string>
<string name="offline_content_sync_dialog_message">This will sync ~%s content. It may result in additional charges from your data provider, if you are not connected to a Wi-Fi network.</string>
<string name="offline_content_sync_dialog_message_wifi_only">This will sync ~%s content only while you are connected to a Wi-Fi network.</string>
<string name="offline_content_sync_dialog_positive">Sync</string>
<string name="offline_content_sync_loading_title">Loading...</string>
<string name="offline_content_sync_loading_message">Hang tight, we\'re getting things ready for you.</string>
<string name="content_description_expand_content">Expand content</string>
<string name="content_description_collapse_content">Collapse content</string>
<string name="syncSettings_autoContentSyncDescription">Enabling the Auto Content Sync will take care of downloading the selected content based on the below settings. The content synchronization will happen even if the application is not running. If the setting is switched off, then no synchronization will happen. The already downloaded content will not be deleted.</string>
<string name="syncSettings_syncFrequencyTitle">Sync Frequency</string>
<string name="syncSettings_autoContentSyncTitle">Auto Content Sync</string>
Expand Down Expand Up @@ -1452,7 +1467,6 @@
<item quantity="one">%d module is syncing.</item>
<item quantity="other">%d modules are syncing.</item>
</plurals>
<string name="syncProgressAdditionalFiles">Module content images</string>
<string name="assignmentNoLongerAvailable">This assignment is no longer available.</string>
<string name="editDashboardOfflineMode">You are offline</string>
<string name="editDashboardOfflineModeMessage">You currently don\'t have any modules that are available offline.</string>
Expand All @@ -1464,4 +1478,5 @@
<item quantity="one">%d module has been synced.</item>
<item quantity="other">%d modules have been synced.</item>
</plurals>
<string name="syncProgressAdditionalCourseContent">Additional module content</string>
</resources>
Loading

0 comments on commit 2ca952f

Please sign in to comment.