Skip to content

Commit

Permalink
Add Indonesian translation (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
lakuapik authored Dec 20, 2023
1 parent 1e54510 commit afe70b7
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions resources/lang/id/backup.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<?php

return [

'components' => [
'backup_destination_list' => [
'table' => [
'actions' => [
'download' => 'Unduh',
'delete' => 'Hapus',
],

'fields' => [
'path' => 'Lokasi',
'disk' => 'Penyimpanan',
'date' => 'Tanggal',
'size' => 'Ukuran',
],

'filters' => [
'disk' => 'Penyimpanan',
],
],
],

'backup_destination_status_list' => [
'table' => [
'fields' => [
'name' => 'Nama',
'disk' => 'Penyimpanan',
'healthy' => 'Sehat',
'amount' => 'Jumlah',
'newest' => 'Terbaru',
'used_storage' => 'Penyimpanan Terpakai',
],
],
],
],

'pages' => [
'backups' => [
'actions' => [
'create_backup' => 'Buat Cadangan',
],

'heading' => 'Cadangan',

'messages' => [
'backup_success' => 'Membuat cadangan baru di latar belakang.',
'backup_delete_success' => 'Menghapus cadangan ini di latar belakang.',
],

'modal' => [
'buttons' => [
'only_db' => 'Hanya DB',
'only_files' => 'Hanya Berkas',
'db_and_files' => 'DB & Berkas',
],

'label' => 'Silakan pilih salah satu opsi',
],

'navigation' => [
'group' => 'Pengaturan',
'label' => 'Cadangan',
],
],
],

];

0 comments on commit afe70b7

Please sign in to comment.