mirror of
				https://github.com/chartdb/chartdb.git
				synced 2025-11-03 21:43:23 +00:00 
			
		
		
		
	feat(i18n): translate share and dialog sections in Indonesian locale files (#468)
This commit is contained in:
		@@ -31,11 +31,10 @@ export const id_ID: LanguageTranslation = {
 | 
				
			|||||||
                show_dependencies: 'Tampilkan Dependensi',
 | 
					                show_dependencies: 'Tampilkan Dependensi',
 | 
				
			||||||
                hide_dependencies: 'Sembunyikan Dependensi',
 | 
					                hide_dependencies: 'Sembunyikan Dependensi',
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            // TODO: Translate
 | 
					 | 
				
			||||||
            share: {
 | 
					            share: {
 | 
				
			||||||
                share: 'Share',
 | 
					                share: 'Bagikan',
 | 
				
			||||||
                export_diagram: 'Export Diagram',
 | 
					                export_diagram: 'Ekspor Diagram',
 | 
				
			||||||
                import_diagram: 'Import Diagram',
 | 
					                import_diagram: 'Impor Diagram',
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            help: {
 | 
					            help: {
 | 
				
			||||||
                help: 'Bantuan',
 | 
					                help: 'Bantuan',
 | 
				
			||||||
@@ -346,30 +345,28 @@ export const id_ID: LanguageTranslation = {
 | 
				
			|||||||
            confirm: 'Tentu saja!',
 | 
					            confirm: 'Tentu saja!',
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // TODO: Translate
 | 
					 | 
				
			||||||
        export_diagram_dialog: {
 | 
					        export_diagram_dialog: {
 | 
				
			||||||
            title: 'Export Diagram',
 | 
					            title: 'Ekspor Diagram',
 | 
				
			||||||
            description: 'Choose the format for export:',
 | 
					            description: 'Pilih format untuk ekspor:',
 | 
				
			||||||
            format_json: 'JSON',
 | 
					            format_json: 'JSON',
 | 
				
			||||||
            cancel: 'Cancel',
 | 
					            cancel: 'Batal',
 | 
				
			||||||
            export: 'Export',
 | 
					            export: 'Ekspor',
 | 
				
			||||||
            error: {
 | 
					            error: {
 | 
				
			||||||
                title: 'Error exporting diagram',
 | 
					                title: 'Error ekspor diagram',
 | 
				
			||||||
                description:
 | 
					                description:
 | 
				
			||||||
                    'Something went wrong. Need help? chartdb.io@gmail.com',
 | 
					                    'Sesuatu yang salah. Butuh bantuan? chartdb.io@gmail.com',
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // TODO: Translate
 | 
					 | 
				
			||||||
        import_diagram_dialog: {
 | 
					        import_diagram_dialog: {
 | 
				
			||||||
            title: 'Import Diagram',
 | 
					            title: 'Impor Diagram',
 | 
				
			||||||
            description: 'Paste the diagram JSON below:',
 | 
					            description: 'Tempel diagram JSON di bawah:',
 | 
				
			||||||
            cancel: 'Cancel',
 | 
					            cancel: 'Batal',
 | 
				
			||||||
            import: 'Import',
 | 
					            import: 'Impor',
 | 
				
			||||||
            error: {
 | 
					            error: {
 | 
				
			||||||
                title: 'Error importing diagram',
 | 
					                title: 'Error impor diagram',
 | 
				
			||||||
                description:
 | 
					                description:
 | 
				
			||||||
                    'The diagram JSON is invalid. Please check the JSON and try again. Need help? chartdb.io@gmail.com',
 | 
					                    'Diagram JSON tidak valid. Silakan cek JSON dan coba lagi. Butuh bantuan? chartdb.io@gmail.com',
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -388,16 +385,13 @@ export const id_ID: LanguageTranslation = {
 | 
				
			|||||||
        table_node_context_menu: {
 | 
					        table_node_context_menu: {
 | 
				
			||||||
            edit_table: 'Ubah Tabel',
 | 
					            edit_table: 'Ubah Tabel',
 | 
				
			||||||
            delete_table: 'Hapus Tabel',
 | 
					            delete_table: 'Hapus Tabel',
 | 
				
			||||||
            // TODO: Translate
 | 
					            duplicate_table: 'Duplikat Tabel',
 | 
				
			||||||
            duplicate_table: 'Duplicate Table',
 | 
					 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // TODO: Translate
 | 
					        snap_to_grid_tooltip: 'Snap ke Kisi (Tahan {{key}})',
 | 
				
			||||||
        snap_to_grid_tooltip: 'Snap to Grid (Hold {{key}})',
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // TODO: Translate
 | 
					 | 
				
			||||||
        tool_tips: {
 | 
					        tool_tips: {
 | 
				
			||||||
            double_click_to_edit: 'Double-click to edit',
 | 
					            double_click_to_edit: 'Klik ganda untuk mengedit',
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        language_select: {
 | 
					        language_select: {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user