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

33 lines
1.5 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-06-20 18:47:39 +03:00
'enabled' => ':type enabled!',
'disabled' => ':type disabled!',
2018-01-13 15:08:50 +03:00
],
2019-02-04 19:07:34 +03:00
2018-01-13 15:08:50 +03:00
'error' => [
2018-11-08 12:11:42 +03:00
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
2018-01-13 15:08:50 +03:00
'not_user_company' => 'Kesalahan: Anda tidak diperbolehkan mengelola perusahaan ini!',
2018-06-20 18:47:39 +03:00
'customer' => 'Galat: Pengguna tidak dibuat! :name telah menggunakan alamat email ini.',
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!',
2019-11-16 10:21:14 +03:00
'invalid_apikey' => 'Galat: Token yang dimasukkan tidak sah!',
2018-08-06 10:25:41 +03:00
'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.',
'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.',
2018-01-13 15:08:50 +03:00
],
2019-02-04 19:07:34 +03:00
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.',
2019-02-04 19:07:34 +03:00
'disable_code' => 'Warning: You are not allowed to disable or change the currency of <b>:name</b> because it has :text related.',
2018-01-13 15:08:50 +03:00
],
];