Make hardcoded hours string translatable
This commit is contained in:
@@ -256,7 +256,6 @@ return array(
|
||||
'Do you really want to remove this sub-task?' => 'Apakah Anda yakin mau menghapus sub-tugas ini?',
|
||||
'Remaining:' => 'Tersisa:',
|
||||
'hours' => 'jam',
|
||||
'spent' => 'dihabiskan',
|
||||
'estimated' => 'perkiraan',
|
||||
'Sub-Tasks' => 'Sub-tugas',
|
||||
'Add a sub-task' => 'Tambahkan sub-tugas',
|
||||
@@ -481,7 +480,6 @@ return array(
|
||||
'Link removed successfully.' => 'Tautan berhasil dihapus.',
|
||||
'Link labels' => 'Label tautan',
|
||||
'Link modification' => 'Modifikasi tautan',
|
||||
'Links' => 'Tautan',
|
||||
'Opposite label' => 'Label berlawanan',
|
||||
'Remove a link' => 'Hapus tautan',
|
||||
'The labels must be different' => 'Label harus berbeda',
|
||||
@@ -522,7 +520,6 @@ return array(
|
||||
'CAD - Canadian Dollar' => 'CAD - Dolar Kanada',
|
||||
'CHF - Swiss Francs' => 'CHF - Francs Swiss',
|
||||
'Custom Stylesheet' => 'Kustomisasi CSS',
|
||||
'download' => 'unduh',
|
||||
'EUR - Euro' => 'EUR - Euro',
|
||||
'GBP - British Pound' => 'GBP - Poundsterling Inggris',
|
||||
'INR - Indian Rupee' => 'INR - Rupe India',
|
||||
@@ -593,7 +590,6 @@ return array(
|
||||
'Existing due date' => 'Batas waktu yang ada',
|
||||
'Factor to calculate new due date: ' => 'Faktor untuk menghitung tanggal jatuh tempo baru: ',
|
||||
'Month(s)' => 'Bulan',
|
||||
'Recurrence' => 'Pengulangan',
|
||||
'This task has been created by: ' => 'Tugas ini telah dibuat oleh: ',
|
||||
'Recurrent task has been generated:' => 'Tugas berulang telah di generate:',
|
||||
'Timeframe to calculate new due date: ' => 'Jangka waktu untuk menghitung tanggal jatuh tempo baru: ',
|
||||
@@ -731,7 +727,6 @@ return array(
|
||||
'NOK - Norwegian Krone' => 'NOK - Krone Norwegia',
|
||||
'Show this column' => 'Perlihatkan kolom ini',
|
||||
'Hide this column' => 'Sembunyikan kolom ini',
|
||||
'open file' => 'buka berkas',
|
||||
'End date' => 'Waktu berakhir',
|
||||
'Users overview' => 'Ringkasan pengguna',
|
||||
'Members' => 'Anggota',
|
||||
@@ -1380,4 +1375,6 @@ return array(
|
||||
// '%s moved the task #%d to the column "%s"' => '',
|
||||
// '%s moved the task #%d to the position %d in the column "%s"' => '',
|
||||
// '%s moved the task #%d to the swimlane "%s"' => '',
|
||||
// '%sh spent' => '',
|
||||
// '%sh estimated' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user