You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** The text for the "Confirm document changes" dialog confirm button. */
27
-
'dialog.confirm-document-changes.confirm': undefined,// 'Accept and continue'
30
+
'dialog.confirm-document-changes.confirm': 'Terima dan lanjutkan',
28
31
/** The description for the "Confirm document changes" dialog. */
29
-
'dialog.confirm-document-changes.description': undefined,// 'This document needs to be updated to be compatible with Canvas.\n Existing content may be edited or removed as part of this process.'
32
+
'dialog.confirm-document-changes.description':
33
+
'Dokumen ini perlu diperbarui agar kompatibel dengan Canvas.\n Konten yang ada mungkin akan diedit atau dihapus sebagai bagian dari proses ini.',
30
34
/** The description for the "Confirm document changes" dialog footer. */
31
-
'dialog.confirm-document-changes.footer-description': undefined,// 'You can unlink from Canvas at any time'
/** The text for the "Unlink from Canvas" dialog description. */
45
-
'dialog.unlink-from-canvas.description': undefined,// 'Once unlinked, it will be editable here and future edits in Canvas will no longer automatically map to this document.'
50
+
'dialog.unlink-from-canvas.description':
51
+
'Setelah diputuskan tautannya, dokumen ini akan dapat diedit di sini dan editan masa depan di Canvas tidak akan lagi secara otomatis dipetakan ke dokumen ini.',
46
52
/** The text for the "Unlink from Canvas" dialog error message. */
47
-
'dialog.unlink-from-canvas.error': undefined,// 'Failed to unlink from Canvas'
53
+
'dialog.unlink-from-canvas.error': 'Gagal memutuskan tautan dari Canvas',
48
54
/** The text for the "Unlink from Canvas" dialog success message. */
49
-
'dialog.unlink-from-canvas.success': undefined,// 'Unlinked from Canvas'
55
+
'dialog.unlink-from-canvas.success': 'Tautan dari Canvas telah diputuskan',
50
56
/** The title for the "Unlink from Canvas" dialog. */
51
-
'dialog.unlink-from-canvas.title': undefined,// 'Unlink from Canvas'
57
+
'dialog.unlink-from-canvas.title': 'Putuskan Tautan dari Canvas',
52
58
/** The text for the "Unlink from Canvas" dialog unlink button. */
0 commit comments