Skip to content

Commit 8c8a419

Browse files
committed
fix(id-ID): provide initial auto-translations
1 parent 3016134 commit 8c8a419

File tree

9 files changed

+1626
-1342
lines changed

9 files changed

+1626
-1342
lines changed

locales/id-ID/src/canvas.ts

Lines changed: 34 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,58 +2,66 @@ import {removeUndefinedLocaleResources} from 'sanity'
22

33
export default removeUndefinedLocaleResources({
44
/** The text for the "Edit in Canvas" action. */
5-
'action.edit-document': undefined, // 'Edit in Canvas'
5+
'action.edit-document': 'Edit di Canvas',
66
/** The text for the "Link to Canvas" action. */
7-
'action.link-document': undefined, // 'Link to Canvas'
7+
'action.link-document': 'Tautkan ke Canvas',
88
/** The text for the "Link to Canvas" action when the document is not yet resolved. */
9-
'action.link-document-disabled.initial-value-not-resolved': undefined, // 'Please wait until the document initial values are resolved'
9+
'action.link-document-disabled.initial-value-not-resolved':
10+
'Harap tunggu sampai nilai awal dokumen terpecahkan',
1011
/** The text for the "Link to Canvas" action when the user doesn't have permissions to link the document to Canvas. */
11-
'action.link-document-disabled.missing-permissions': undefined, // 'You don\'t have permissions to link this document to Canvas'
12+
'action.link-document-disabled.missing-permissions':
13+
'Anda tidak memiliki izin untuk menautkan dokumen ini ke Canvas',
1214
/** The text for the "Link to Canvas" action when the document is not in the dashboard. */
13-
'action.link-document-disabled.not-in-dashboard': undefined, // 'Open this document in Dashboard to link to Canvas'
15+
'action.link-document-disabled.not-in-dashboard':
16+
'Buka dokumen ini di Dashboard untuk menautkan ke Canvas',
1417
/** The text for the "Link to Canvas" action when the document is a version document. */
15-
'action.link-document-disabled.version-document': undefined, // 'Version documents are not yet supported in Canvas'
18+
'action.link-document-disabled.version-document': 'Dokumen versi belum didukung di Canvas',
1619
/** The text for the "Unlink from Canvas" action. */
17-
'action.unlink-document': undefined, // 'Unlink from Canvas'
20+
'action.unlink-document': 'Putuskan tautan dari Canvas',
1821

1922
/** The text for the action button in the banner when the document is linked to Canvas. */
20-
'banner.edit-document-in-canvas': undefined, // 'Edit in Canvas'
23+
'banner.edit-document-in-canvas': 'Edit di Canvas',
2124
/** The text for the banner when the document is linked to Canvas. */
22-
'banner.linked-to-canvas': undefined, // 'This document is linked to Canvas'
25+
'banner.linked-to-canvas': 'Dokumen ini telah ditautkan ke Canvas',
2326

2427
/** The text for the "Confirm document changes" dialog cancel button. */
25-
'dialog.confirm-document-changes.cancel': undefined, // 'Cancel'
28+
'dialog.confirm-document-changes.cancel': 'Batal',
2629
/** 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',
2831
/** 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.',
3034
/** 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'
35+
'dialog.confirm-document-changes.footer-description':
36+
'Anda dapat memutuskan tautan dari Canvas kapan saja',
3237
/** The title for the "Confirm document changes" dialog. */
33-
'dialog.confirm-document-changes.title': undefined, // 'Confirm document changes'
38+
'dialog.confirm-document-changes.title': 'Konfirmasi perubahan dokumen',
3439
/** The text for the Link to Canvas dialog when there is a error. */
35-
'dialog.link-to-canvas.error': undefined, // 'Failed to link to Canvas'
40+
'dialog.link-to-canvas.error': 'Gagal menautkan ke Canvas',
3641
/** The text for the "Link to Canvas" dialog when the document is being redirected. */
37-
'dialog.link-to-canvas.redirecting': undefined, // 'Taking you to Canvas to complete linking...'
42+
'dialog.link-to-canvas.redirecting': 'Mengarahkan Anda ke Canvas untuk menyelesaikan penautan...',
3843
/** The title for the "Link to Canvas" dialog. */
39-
'dialog.link-to-canvas.title': undefined, // 'Link to Canvas'
44+
'dialog.link-to-canvas.title': 'Tautkan ke Canvas',
4045
/** The text for the "Link to Canvas" dialog when the document is being validated. */
41-
'dialog.link-to-canvas.validating': undefined, // 'Validating'
46+
'dialog.link-to-canvas.validating': 'Memvalidasi',
4247
/** The text for the "Unlink from Canvas" dialog cancel button. */
43-
'dialog.unlink-from-canvas.cancel': undefined, // 'Cancel'
48+
'dialog.unlink-from-canvas.cancel': 'Batal',
4449
/** 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.',
4652
/** 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',
4854
/** 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',
5056
/** 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',
5258
/** The text for the "Unlink from Canvas" dialog unlink button. */
53-
'dialog.unlink-from-canvas.unlink-action': undefined, // 'Unlink now'
59+
'dialog.unlink-from-canvas.unlink-action': 'Putuskan tautan sekarang',
5460
/** The text for the "Unlink from Canvas" dialog when the document is being unlinked. */
55-
'dialog.unlink-from-canvas.unlinking': undefined, // 'You\'re unlinking <strong>“{{documentTitle}}”</strong> from Canvas.'
61+
'dialog.unlink-from-canvas.unlinking':
62+
'Anda sedang memutuskan tautan <strong>“{{documentTitle}}”</strong> dari Canvas.',
5663

5764
/** The text for the "Navigate to Canvas" dialog error message. */
58-
'navigate-to-canvas-doc.error.missing-permissions': undefined, // 'Missing permissions to navigate to Canvas'
65+
'navigate-to-canvas-doc.error.missing-permissions':
66+
'Izin yang diperlukan untuk navigasi ke Canvas tidak ada',
5967
})

0 commit comments

Comments
 (0)