akaunting/resources/lang/id-ID/messages.php

26 lines
1.1 KiB
PHP
Raw Normal View History

2018-01-13 15:08:50 +03:00
<?php
return [
'success' => [
'added' => ':type ditambahkan!',
'updated' => ':type diperbaharui!',
'deleted' => ':type dihapus!',
'duplicated' => ':type duplikat!',
2018-03-12 21:28:40 +03:00
'imported' => ':type diimpor!',
2018-01-13 15:08:50 +03:00
],
'error' => [
2018-05-03 12:16:18 +03:00
'over_payment' => 'Error: Payment not added! Amount passes the total.',
2018-01-13 15:08:50 +03:00
'not_user_company' => 'Kesalahan: Anda tidak diperbolehkan mengelola perusahaan ini!',
2018-05-03 12:16:18 +03:00
'customer' => 'Error: User not created! :name already uses this email address.',
2018-01-13 15:08:50 +03:00
'no_file' => 'Kesalahan: Tidak ada file dipilih!',
2018-05-03 12:16:18 +03:00
'last_category' => 'Error: Can not delete the last :type category!',
'invalid_token' => 'Error: The token entered is invalid!',
2018-01-13 15:08:50 +03:00
],
'warning' => [
'deleted' => 'PeringatanL: Anda tidak boleh menghapus <b>:name</b> karena memiliki :text terkaitan.',
'disabled' => 'Peringatan: Anda tidak boleh menonaktifkan<b>:name</b> karena memiliki :text terkaitan.',
],
];