Updated strings

This commit is contained in:
snipe 2016-06-22 14:39:19 -07:00
parent 65dfd23021
commit 014e7ba9c4
76 changed files with 1658 additions and 21 deletions

View file

@ -37,9 +37,9 @@ return array(
),
'import' => array(
'error' => 'Some Items did not import Correctly.',
'errorDetail' => 'The Following Items were not imported because of errors.',
'success' => "Your File has been imported",
'error' => 'Some items did not import correctly.',
'errorDetail' => 'The following Items were not imported because of errors.',
'success' => "Your file has been imported",
),

View file

@ -38,7 +38,7 @@ return array(
'import' => array(
'error' => 'Some items did not import correctly.',
'errorDetail' => 'The following items were not imported because of validation.',
'errorDetail' => 'The following Items were not imported because of errors.',
'success' => "Your file has been imported",
),

View file

@ -0,0 +1,26 @@
<?php
return array(
'about_accessories_title' => 'Tentang Aksesori',
'about_accessories_text' => 'Aksesoris apapun yang Anda keluarkan untuk pengguna, yang tidak memiliki nomor seri (atau Anda tidak peduli untuk dilacak). Misalnya, mouse komputer atau keyboard.',
'accessory_category' => 'Kategori Aksesori',
'accessory_name' => 'Nama Aksesori',
'cost' => 'Biaya pembelian',
'checkout' => 'Aksesoris Keluar',
'checkin' => 'Aksesoris Masuk',
'create' => 'Akesoris Baru',
'date' => 'Tanggal pembelian',
'edit' => 'Mengedit aksesori',
'eula_text' => 'Kategori EULA',
'eula_text_help' => 'Kolom ini memperbolehkan Anda untuk menyesuaikan EULA Anda untuk jenis dari aset. Jika Anda hanya memiliki satu EULA untuk semua aset Anda, Anda dapat memeriksa kotak di bawah untuk menggunakan default primer.',
'require_acceptance' => 'Mengharuskan pengguna untuk mengkonfirmasi penerimaan aset dalam kategori ini.',
'no_default_eula' => 'Tidak ada EULA standar utama yang ditemukan. Tambahkan di Pengaturan.',
'order' => 'Nomor Pemesanan',
'qty' => 'QTY',
'total' => 'Total',
'remaining' => 'Tersedia',
'update' => 'Perbarui Aksesori',
'use_default_eula' => 'Gunakan <a href="#" data-toggle="modal" data-target="#eulaModal"> primary default </a> sebagai gantinya.',
'use_default_eula_disabled' => '<del>Gunakan primary default EULA sebagai gantinya.</del> Tidak ada primary default yang diatur. Silahkan tambahkan di Pengaturan.',
);

View file

@ -0,0 +1,37 @@
<?php
return array(
'does_not_exist' => 'Aksesori tidak di ada.',
'assoc_users' => 'Aksesori ini saat ini memiliki: count item yang dikeluarkan ke pengguna. Silakan periksa di aksesoris dan dan coba lagi. . Silakan periksa di aksesoris dan dan coba lagi. ',
'create' => array(
'error' => 'Aksesori gagal di buat, mohon ulangi kembali.',
'success' => 'Aksesori sukses di buat.'
),
'update' => array(
'error' => 'Aksesori gagal terbaharui, mohon ulangi kembali',
'success' => 'Aksesori sukses terbaharui.'
),
'delete' => array(
'confirm' => 'Apakah anda yakin menghapus aksesori ini?',
'error' => 'Terdapat kesalahan pada saat penghapusan aksesori ini. Silahkan coba kembali.',
'success' => 'Aksesori sukses terhapus.'
),
'checkout' => array(
'error' => 'Aksesori ini belum dikeluarkan, silahkan coba kembali',
'success' => 'Aksesori telah berhasil dikeluarkan.',
'user_does_not_exist' => 'Terdapat kesalahan pada user ini. Silahkan coba kembali.'
),
'checkin' => array(
'error' => 'Aksesoris belum masuk, silahkan coba kembali',
'success' => 'Aksesoris telah berhasil dimasukkan.',
'user_does_not_exist' => 'Terdapat kesalahan pada user ini. Silahkan coba kembali.'
)
);

View file

@ -0,0 +1,11 @@
<?php
return array(
'dl_csv' => 'Unduh CSV',
'eula_text' => 'EULA',
'id' => 'ID',
'require_acceptance' => 'Diterima',
'title' => 'Nama Aksesori',
);

View file

@ -0,0 +1,14 @@
<?php
return [
'asset_maintenance_type' => 'Pemeliharan Jenis Aset',
'title' => 'Judul',
'start_date' => 'Tanggal Mulai',
'completion_date' => 'Tanggal Penyelesaian',
'cost' => 'Biaya',
'is_warranty' => 'Pengembangan Garansi',
'asset_maintenance_time' => 'Waktu Pemeliharaan Aset (dalam hari)',
'notes' => 'Catatan',
'update' => 'Pembaharuan Pemeliharan Aset',
'create' => 'Membuat Pemeliharan Aset'
];

View file

@ -0,0 +1,11 @@
<?php
return [
'asset_maintenances' => 'Pemeliharaan Aset',
'edit' => 'Merubah Pemeliharaan Aset',
'delete' => 'Menghapus Pemeliharan Aset',
'view' => 'Rincian Pemeliharaan Aset',
'repair' => 'Perbaikan',
'maintenance' => 'Pemeliharaan',
'upgrade' => 'Peningkatan'
];

View file

@ -0,0 +1,17 @@
<?php
return [
'not_found' => 'Perawatan aset yang anda cari tidak di temukan!',
'delete' => [
'confirm' => 'Apakah anda yakin akan menghapus perawatan aset ini?',
'error' => 'Terdapat masalah ketika menghapus perawatan aset. Mohon coba kembali.',
'success' => 'Perawatan aset telah sukses terhapus.'
],
'create' => [
'error' => 'Perawatan aset gagal di buat, mohon ulangi kembali.',
'success' => 'Perawatan aset telah sukses di buat.'
],
'asset_maintenance_incomplete' => 'Belum selesai',
'warranty' => 'Garansi',
'not_warranty' => 'Tidak bergaransi',
];

View file

@ -0,0 +1,9 @@
<?php
return [
'title' => 'Pemeliharaan Aset',
'asset_name' => 'Aset',
'supplier_name' => 'Pemasok',
'is_warranty' => 'Garansi',
'dl_csv' => 'Unduh CSV'
];

View file

@ -0,0 +1,22 @@
<?php
return array(
'about_asset_categories' => 'Tentang Kategori Aset',
'about_categories' => 'Kategori aset membantu Anda mengatur aset Anda. Beberapa contoh kategori mungkin &quot;Desktops&quot;, &quot;Laptops&quot;, &quot;Mobile Phones&quot;, &quot;Tablets&quot;, dan sebagainya, tetapi Anda dapat menggunakan kategori untuk aset apapun cara yang masuk akal untuk Anda.',
'asset_categories' => 'Kategori Aset',
'category_name' => 'Nama Kategori',
'checkin_email' => 'Kirim surel ke pengguna ketika barang di berikan kepadanya.',
'clone' => 'Kategori duplikat',
'create' => 'Buat kategori',
'edit' => 'Ubah Kategori',
'eula_text' => 'Kategori EULA',
'eula_text_help' => 'Kolom ini memperbolehkan Anda untuk menyesuaikan EULA Anda untuk jenis dari aset. Jika Anda hanya memiliki satu EULA untuk semua aset Anda, Anda dapat memeriksa kotak di bawah untuk menggunakan pilihan utama.',
'require_acceptance' => 'Mengharuskan pengguna untuk mengkonfirmasi penerimaan aset dalam kategori ini.',
'required_acceptance' => 'Pengguna akan dikirimkan surel konfirmasi untuk menerima barang tersebut.',
'required_eula' => 'Pengguna akan di kirimkan surel atas EULA',
'no_default_eula' => 'Tidak ditemukan EULA utama. Tambahkan di bagian pengaturan.',
'update' => 'Perbarui kategori',
'use_default_eula' => 'Gunakan <a href="#" data-toggle="modal" data-target="#eulaModal"> pilihan utama</a> sebagai gantinya.',
'use_default_eula_disabled' => '<del>Gunakan pilihan EULA utama sebagai gantinya.</del> Tidak ada pilihan utama yang diatur. Silahkan tambahkan di Pengaturan.',
);

View file

@ -0,0 +1,25 @@
<?php
return array(
'does_not_exist' => 'Kategori tidak ada.',
'assoc_models' => 'Kategori ini saat ini dikaitkan dengan setidaknya satu model dan tidak dapat dihapus. Perbarui model Anda yang tidak ada referensi dari kategori ini dan coba lagi. ',
'assoc_items' => 'Kategori ini saat ini dikaitkan dengan setidaknya satu model dan tidak dapat dihapus. Perbarui model Anda yang tidak ada referensi dari kategori ini dan coba lagi. ',
'create' => array(
'error' => 'Kategori belum terbuat, silahkan coba kembali.',
'success' => 'Kategori telah berhasil dibuat.'
),
'update' => array(
'error' => 'Pembaharuan kategori tidak berhasil, silahkan coba kembali',
'success' => 'Pembaharuan kategori berhasil.'
),
'delete' => array(
'confirm' => 'Apakah Anda yakin untuk menghapus kategori ini?',
'error' => 'Terdapat kesalahan pada saat penghapusan kategori ini. Silahkan coba kembali.',
'success' => 'Kategori telah berhasil dihapus.'
)
);

View file

@ -0,0 +1,10 @@
<?php
return array(
'eula_text' => 'EULA',
'id' => 'ID',
'parent' => 'Induk',
'require_acceptance' => 'Diterima',
'title' => 'Nama Kategori Aset',
);

View file

@ -0,0 +1,4 @@
<?php
return [
'select_company' => 'Pilih Perusahaan',
];

View file

@ -0,0 +1,18 @@
<?php
return array(
'does_not_exist' => 'Perusahaan tidak ada.',
'assoc_users' => 'Perusahaan saat ini dikaitkan dengan setidaknya satu model dan tidak dapat dihapus. Perbarui model anda yang tidak ada referensi dari perusahaan ini dan coba lagi. ',
'create' => array(
'error' => 'Perusahaan belum terbuat, silahkan coba kembali.',
'success' => 'Perusahaan telah berhasil dibuat.'
),
'update' => array(
'error' => 'Perusahaan belum terperbaharui, silahkan coba kembali',
'success' => 'Perusahaan telah berhasil di perbarui.'
),
'delete' => array(
'confirm' => 'Apakah Anda yakin untuk menghapus perusahaan ini?',
'error' => 'Terdapat kesalahan pada saat penghapusan perusahaan ini. Silahkan coba kembali.',
'success' => 'Perusahaan telah berhasil dihapus.'
)
);

View file

@ -0,0 +1,9 @@
<?php
return array(
'companies' => 'Perusahaan',
'create' => 'Membuat perusahaan',
'title' => 'Perusahaan',
'update' => 'Perbarui Perusahaan',
'name' => 'Nama Perusahaan',
'id' => 'ID',
);

View file

@ -0,0 +1,17 @@
<?php
return array(
'about_components_title' => 'Tentang Komponen',
'about_components_text' => 'Komponen adalah bagian dari aset, contoh HDD, RAM, dan sebagainya.',
'component_name' => 'Nama Komponen',
'checkin' => 'Komponen Masuk',
'checkout' => 'Komponen Keluar',
'cost' => 'Biaya pembelian',
'create' => 'Membuat Komponen',
'edit' => 'Rubah Komponen',
'date' => 'Tanggal pembelian',
'order' => 'Nomor Pemesanan',
'remaining' => 'Sisa',
'total' => 'Total',
'update' => 'Perbarui Komponen',
);

View file

@ -0,0 +1,36 @@
<?php
return array(
'does_not_exist' => 'Tidak ada komponen.',
'create' => array(
'error' => 'Komponen belum terbuat, silahkan coba kembali.',
'success' => 'Komponen telah berhasil di buat.'
),
'update' => array(
'error' => 'Komponen belum terperbarui, silahkan coba kembali',
'success' => 'Komponen telah berhasil di perbarui.'
),
'delete' => array(
'confirm' => 'Apakah Anda yakin untuk menghapus komponen ini?',
'error' => 'Terdapat kesalahan pada saat penghapusan komponen ini. Silahkan coba kembali.',
'success' => 'Komponen telah berhasil dihapus.'
),
'checkout' => array(
'error' => 'Komponen belum tertanda keluar, silahkan mencoba lagi',
'success' => 'Komponen telah sukses tertanda keluar.',
'user_does_not_exist' => 'Pengguna tidak terdaftar. Silahkan coba kembali.'
),
'checkin' => array(
'error' => 'Komponen belum tertanda masuk, silahkan mencoba lagi',
'success' => 'Komponen telah sukses tertanda masuk.',
'user_does_not_exist' => 'Pengguna tidak terdaftar. Silahkan coba kembali.'
)
);

View file

@ -0,0 +1,5 @@
<?php
return array(
'title' => 'Nama Komponen',
);

View file

@ -0,0 +1,15 @@
<?php
return array(
'about_consumables_title' => 'Tentang Barang Habis Pakai',
'about_consumables_text' => 'Barang Habis Pakai adalah segala sesuatu yang dibeli dan nantinya akan habis terpakai. Sebagai contoh, tinta printer atau kertas untuk mesin fotokopi.',
'consumable_name' => 'Nama Barang Habis Pakai',
'cost' => 'Harga Pembelian',
'create' => 'Membuat Barang Habis Pakai',
'date' => 'Tanggal pembelian',
'item_no' => 'Nomor Barang',
'order' => 'Nomor Pemesanan',
'remaining' => 'Sisa',
'total' => 'Total',
'update' => 'Memperbarui Barang Habis Pakai',
);

View file

@ -0,0 +1,36 @@
<?php
return array(
'does_not_exist' => 'Barang Habis Pakai tidak terdaftar.',
'create' => array(
'error' => 'Barang Habis Pakai tidak berhasil dibuat, silahkan mencoba lagi.',
'success' => 'Barang Habis Pakai telah berhasil dibuat.'
),
'update' => array(
'error' => 'Barang Habis Pakai tidak berhasil diperbarui, silahkan mencoba lagi',
'success' => 'Barang Habis Pakai telah berhasil diperbarui.'
),
'delete' => array(
'confirm' => 'Apakah Anda yakin untuk menghapus Barang Habis Pakai ini?',
'error' => 'Terdapat kesalahan pada saat penghapusan Barang Habis Pakai ini. Silahkan coba kembali.',
'success' => 'Barang Habis Pakai telah berhasil dihapus.'
),
'checkout' => array(
'error' => 'Barang Habis Pakai belum tertanda keluar, silahkan mencoba lagi',
'success' => 'Barang Habis Pakai telah sukses tertanda keluar.',
'user_does_not_exist' => 'Pengguna tidak terdaftar. Silahkan coba kembali.'
),
'checkin' => array(
'error' => 'Barang Habis Pakai belum tertanda masuk, silahkan mencoba lagi',
'success' => 'Barang Habis Pakai telah sukses tertanda masuk.',
'user_does_not_exist' => 'Pengguna tidak terdaftar. Silahkan coba kembali.'
)
);

View file

@ -0,0 +1,5 @@
<?php
return array(
'title' => 'Nama Barang Habis Pakai',
);

View file

@ -0,0 +1,23 @@
<?php
return array(
'custom_fields' => 'Kolom Tambahan',
'field' => 'Kolom',
'about_fieldsets_title' => 'Tentang Set Kolom',
'about_fieldsets_text' => 'Fieldsets memungkinkan Anda untuk membuat kolom tambahan yang seringkali dipakai untuk dapat digunakan pada model aset tertentu.',
'fieldset' => 'Set Kolom',
'qty_fields' => 'Kolom Jumlah',
'fieldsets' => 'Kumpulan Set Kolom',
'fieldset_name' => 'Nama Kumpulan Set Kolom',
'field_name' => 'Nama Set Kolom',
'field_element' => 'Elemen Form',
'field_element_short' => 'Elemen',
'field_format' => 'Format',
'field_custom_format' => 'Format Ubahan',
'required' => 'Harus diisi',
'req' => 'Req.',
'used_by_models' => 'Digunakan oleh Model',
'order' => 'Urutan',
'create_fieldset' => 'Set Kolom Baru',
'create_field' => 'Tambah Kolom Ubahan',
);

View file

@ -0,0 +1,57 @@
<?php
return array(
'field' => array(
'invalid' => 'That field does not exist.',
'already_added' => 'Field already added',
'create' => array(
'error' => 'Field was not created, please try again.',
'success' => 'Field created successfully.',
'assoc_success' => 'Field successfully added to fieldset.'
),
'update' => array(
'error' => 'Field was not updated, please try again',
'success' => 'Field updated successfully.'
),
'delete' => array(
'confirm' => 'Are you sure you wish to delete this field?',
'error' => 'There was an issue deleting the field. Please try again.',
'success' => 'The field was deleted successfully.',
'in_use' => 'Field is still in use.',
)
),
'fieldset' => array(
'create' => array(
'error' => 'Fieldset was not created, please try again.',
'success' => 'Fieldset created successfully.'
),
'update' => array(
'error' => 'Fieldset was not updated, please try again',
'success' => 'Fieldset updated successfully.'
),
'delete' => array(
'confirm' => 'Are you sure you wish to delete this fieldset?',
'error' => 'There was an issue deleting the fieldset. Please try again.',
'success' => 'The fieldset was deleted successfully.',
'in_use' => 'Fieldset is still in use.',
)
),
);

View file

@ -0,0 +1,12 @@
<?php
return array(
'about_asset_depreciations' => 'About Asset Depreciations',
'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
'asset_depreciations' => 'Asset Depreciations',
'create_depreciation' => 'Create Depreciation',
'depreciation_name' => 'Depreciation Name',
'number_of_months' => 'Number of Months',
'update_depreciation' => 'Update Depreciation',
);

View file

@ -0,0 +1,25 @@
<?php
return array(
'does_not_exist' => 'Depreciation class does not exist.',
'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ',
'create' => array(
'error' => 'Depreciation class was not created, please try again. :(',
'success' => 'Depreciation class created successfully. :)'
),
'update' => array(
'error' => 'Depreciation class was not updated, please try again',
'success' => 'Depreciation class updated successfully.'
),
'delete' => array(
'confirm' => 'Are you sure you wish to delete this depreciation class?',
'error' => 'There was an issue deleting the depreciation class. Please try again.',
'success' => 'The depreciation class was deleted successfully.'
)
);

View file

@ -0,0 +1,10 @@
<?php
return array(
'id' => 'ID',
'months' => 'Months',
'term' => 'Term',
'title' => 'Name ',
);

View file

@ -0,0 +1,22 @@
<?php
return array(
'group_exists' => 'Group already exists!',
'group_not_found' => 'Group [:id] does not exist.',
'group_name_required' => 'The name field is required',
'success' => array(
'create' => 'Group was successfully created.',
'update' => 'Group was successfully updated.',
'delete' => 'Group was successfully deleted.',
),
'delete' => array(
'confirm' => 'Are you sure you wish to delete this group?',
'create' => 'There was an issue creating the group. Please try again.',
'update' => 'There was an issue updating the group. Please try again.',
'delete' => 'There was an issue deleting the group. Please try again.',
),
);

View file

@ -0,0 +1,9 @@
<?php
return array(
'id' => 'Id',
'name' => 'Name',
'users' => '# of Users',
);

View file

@ -0,0 +1,13 @@
<?php
return array(
'group_management' => 'Group Management',
'create_group' => 'Create New Group',
'edit_group' => 'Edit Group',
'group_name' => 'Group Name',
'group_admin' => 'Group Admin',
'allow' => 'Allow',
'deny' => 'Deny',
);

View file

@ -0,0 +1,44 @@
<?php
return array(
'bulk_delete' => 'Confrm Bulk Delete Assets',
'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.',
'bulk_delete_warn' => 'You are about to delete :asset_count assets.',
'bulk_update' => 'Bulk Update Assets',
'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ',
'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.',
'checkedout_to' => 'Checked Out To',
'checkout_date' => 'Checkout Date',
'checkin_date' => 'Checkin Date',
'checkout_to' => 'Checkout to',
'cost' => 'Purchase Cost',
'create' => 'Create Asset',
'date' => 'Purchase Date',
'depreciates_on' => 'Depreciates On',
'depreciation' => 'Depreciation',
'default_location' => 'Default Location',
'eol_date' => 'EOL Date',
'eol_rate' => 'EOL Rate',
'expected_checkin' => 'Expected Checkin Date',
'expires' => 'Expires',
'fully_depreciated' => 'Fully Depreciated',
'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ',
'mac_address' => 'MAC Address',
'manufacturer' => 'Manufacturer',
'model' => 'Model',
'months' => 'months',
'name' => 'Asset Name',
'notes' => 'Notes',
'order' => 'Order Number',
'qr' => 'QR Code',
'requestable' => 'Users may request this asset',
'select_statustype' => 'Select Status Type',
'serial' => 'Serial',
'status' => 'Status',
'supplier' => 'Supplier',
'tag' => 'Asset Tag',
'update' => 'Asset Update',
'warranty' => 'Warranty',
'years' => 'years',
)
;

View file

@ -0,0 +1,19 @@
<?php
return array(
'archived' => 'Archived',
'asset' => 'Asset',
'checkin' => 'Checkin Asset',
'checkout' => 'Checkout Asset to User',
'clone' => 'Clone Asset',
'deployable' => 'Deployable',
'deleted' => 'This asset has been deleted. <a href="/hardware/:asset_id/restore">Click here to restore it</a>.',
'edit' => 'Edit Asset',
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.<br/> <a href="/hardware/models/:model_id/restore">Click here to restore the model</a>.',
'requestable' => 'Requestable',
'restore' => 'Restore Asset',
'pending' => 'Pending',
'undeployable' => 'Undeployable',
'view' => 'View Asset',
);

View file

@ -0,0 +1,71 @@
<?php
return array(
'undeployable' => '<strong>Warning: </strong> This asset has been marked as currently undeployable.
If this status has changed, please update the asset status.',
'does_not_exist' => 'Asset does not exist.',
'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.',
'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ',
'create' => array(
'error' => 'Asset was not created, please try again. :(',
'success' => 'Asset created successfully. :)'
),
'update' => array(
'error' => 'Asset was not updated, please try again',
'success' => 'Asset updated successfully.',
'nothing_updated' => 'No fields were selected, so nothing was updated.',
),
'restore' => array(
'error' => 'Asset was not restored, please try again',
'success' => 'Asset restored successfully.'
),
'deletefile' => array(
'error' => 'File not deleted. Please try again.',
'success' => 'File successfully deleted.',
),
'upload' => array(
'error' => 'File(s) not uploaded. Please try again.',
'success' => 'File(s) successfully uploaded.',
'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large',
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
'import' => array(
'error' => 'Some Items did not import Correctly.',
'errorDetail' => 'The Following Items were not imported because of errors.',
'success' => "Your File has been imported",
),
'delete' => array(
'confirm' => 'Are you sure you wish to delete this asset?',
'error' => 'There was an issue deleting the asset. Please try again.',
'success' => 'The asset was deleted successfully.'
),
'checkout' => array(
'error' => 'Asset was not checked out, please try again',
'success' => 'Asset checked out successfully.',
'user_does_not_exist' => 'That user is invalid. Please try again.'
),
'checkin' => array(
'error' => 'Asset was not checked in, please try again',
'success' => 'Asset checked in successfully.',
'user_does_not_exist' => 'That user is invalid. Please try again.',
'already_checked_in' => 'That asset is already checked in.',
),
'requests' => array(
'error' => 'Asset was not requested, please try again',
'success' => 'Asset requested successfully.',
)
);

View file

@ -0,0 +1,24 @@
<?php
return array(
'asset_tag' => 'Asset Tag',
'asset_model' => 'Model',
'book_value' => 'Value',
'change' => 'In/Out',
'checkout_date' => 'Checkout Date',
'checkoutto' => 'Checked Out',
'diff' => 'Diff',
'dl_csv' => 'Download CSV',
'eol' => 'EOL',
'id' => 'ID',
'location' => 'Location',
'purchase_cost' => 'Cost',
'purchase_date' => 'Purchased',
'serial' => 'Serial',
'status' => 'Status',
'title' => 'Asset ',
'image' => 'Device Image',
'days_without_acceptance' => 'Days Without Acceptance'
);

View file

@ -0,0 +1,29 @@
<?php
return array(
'asset' => 'Aset',
'checkin' => 'Masuk',
'cost' => 'Biaya pembelian',
'create' => 'Membuat Lisensi',
'date' => 'Tanggal pembelian',
'depreciation' => 'Depresiasi',
'expiration' => 'Tanggal masa habis pakai',
'license_key' => 'Kunci lisensi produk',
'maintained' => 'Dalam perawatan',
'name' => 'Nama Perangkat Lunak',
'no_depreciation' => 'Hindari depresiasi',
'notes' => 'Catatan',
'order' => 'No Pemesanan.',
'purchase_order' => 'Nomor Pesanan Pembelian',
'reassignable' => 'Pemindahan Posisi',
'remaining_seats' => 'Sisa yang belum terpakai',
'seats' => 'Terpakai',
'serial' => 'Serial',
'supplier' => 'Pemasok',
'termination_date' => 'Tanggal terminasi',
'to_email' => 'Berlisensi untuk Email',
'to_name' => 'Berlisensi untuk Nama',
'update' => 'Memperbarui lisensi',
'checkout_help' => 'Anda harus memeriksa lisensi untuk aset perangkat keras atau seseorang. Anda dapat memilih keduanya, namun pemilik aset harus sesuai dengan orang yang Anda memeriksa aset.'
);

View file

@ -0,0 +1,20 @@
<?php
return array(
'checkin' => 'Checkin License Seat',
'checkout_history' => 'Checkout History',
'checkout' => 'Checkout License Seat',
'edit' => 'Edit License',
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
'clone' => 'Clone License',
'history_for' => 'History for ',
'in_out' => 'In/Out',
'info' => 'License Info',
'license_seats' => 'License Seats',
'seat' => 'Seat',
'seats' => 'Seats',
'software_licenses' => 'Software Licenses',
'user' => 'User',
'view' => 'View License',
);

View file

@ -0,0 +1,50 @@
<?php
return array(
'does_not_exist' => 'License does not exist.',
'user_does_not_exist' => 'User does not exist.',
'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.',
'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.',
'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ',
'create' => array(
'error' => 'License was not created, please try again.',
'success' => 'License created successfully.'
),
'deletefile' => array(
'error' => 'File not deleted. Please try again.',
'success' => 'File successfully deleted.',
),
'upload' => array(
'error' => 'File(s) not uploaded. Please try again.',
'success' => 'File(s) successfully uploaded.',
'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large',
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
'update' => array(
'error' => 'License was not updated, please try again',
'success' => 'License updated successfully.'
),
'delete' => array(
'confirm' => 'Are you sure you wish to delete this license?',
'error' => 'There was an issue deleting the license. Please try again.',
'success' => 'The license was deleted successfully.'
),
'checkout' => array(
'error' => 'There was an issue checking out the license. Please try again.',
'success' => 'The license was checked out successfully'
),
'checkin' => array(
'error' => 'There was an issue checking in the license. Please try again.',
'success' => 'The license was checked in successfully'
),
);

View file

@ -0,0 +1,17 @@
<?php
return array(
'assigned_to' => 'Assigned To',
'checkout' => 'In/Out',
'id' => 'ID',
'license_email' => 'License Email',
'license_name' => 'Licensed To',
'purchase_date' => 'Purchase Date',
'purchased' => 'Purchased',
'seats' => 'Seats',
'hardware' => 'Hardware',
'serial' => 'Serial',
'title' => 'License',
);

View file

@ -0,0 +1,27 @@
<?php
return array(
'does_not_exist' => 'Lokasi tidak ada.',
'assoc_users' => 'Lokasi saat ini dikaitkan dengan setidaknya oleh satu pengguna dan tidak dapat dihapus. Perbarui pengguna Anda yang tidak ada referensi dari lokasi ini dan coba lagi. ',
'assoc_assets' => 'Lokasi saat ini dikaitkan dengan setidaknya oleh satu aset dan tidak dapat dihapus. Perbarui aset Anda yang tidak ada referensi dari lokasi ini dan coba lagi. ',
'assoc_child_loc' => 'Lokasi saat ini digunakan oleh induk salah satu dari turunan lokasi dan tidak dapat di hapus. Mohon perbarui lokasi Anda ke yang tidak ada referensi dengan lokasi ini dan coba kembali. ',
'create' => array(
'error' => 'Lokasi gagal di buat, mohon coba kebali.',
'success' => 'Lokasi sukses di buat.'
),
'update' => array(
'error' => 'Lokasi gagal di perbarui, mohon coba kembali',
'success' => 'Lokasi sukses di perbarui.'
),
'delete' => array(
'confirm' => 'Apakah Anda yakin untuk menghapus lokasi ini?',
'error' => 'Terdapat kesalahan pada saat penghapusan lokasi ini. Silahkan coba kembali.',
'success' => 'Lokasi telah berhasil dihapus.'
)
);

View file

@ -0,0 +1,18 @@
<?php
return array(
'assets_rtd' => 'Aset', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => 'Aset-aset yang ditetapkan',
'id' => 'ID',
'city' => 'Kota',
'state' => 'Provinsi',
'country' => 'Negara',
'create' => 'Membuat Lokasi',
'update' => 'Perbarui Lokasi',
'name' => 'Nama lokasi',
'address' => 'Alamat',
'zip' => 'Kode Pos',
'locations' => 'Lokasi',
'parent' => 'Induk',
'currency' => 'Lokasi Mata Uang',
);

View file

@ -0,0 +1,24 @@
<?php
return array(
'does_not_exist' => 'Produsen tidak ada.',
'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ',
'create' => array(
'error' => 'Manufacturer was not created, please try again.',
'success' => 'Manufacturer created successfully.'
),
'update' => array(
'error' => 'Manufacturer was not updated, please try again',
'success' => 'Manufacturer updated successfully.'
),
'delete' => array(
'confirm' => 'Are you sure you wish to delete this manufacturer?',
'error' => 'There was an issue deleting the manufacturer. Please try again.',
'success' => 'The Manufacturer was deleted successfully.'
)
);

View file

@ -0,0 +1,11 @@
<?php
return array(
'asset_manufacturers' => 'Asset Manufacturers',
'create' => 'Create Manufacturer',
'id' => 'ID',
'name' => 'Manufacturer Name',
'update' => 'Update Manufacturer',
);

View file

@ -0,0 +1,13 @@
<?php
return array(
'deleted' => 'This model has been deleted. <a href="/hardware/models/:model_id/restore">Click here to restore it</a>.',
'restore' => 'Restore Model',
'show_mac_address' => 'Show MAC address field in assets in this model',
'view_deleted' => 'View Deleted',
'view_models' => 'View Models',
'fieldset' => 'Fieldset',
'no_custom_field' => 'No custom fields',
);

View file

@ -0,0 +1,31 @@
<?php
return array(
'does_not_exist' => 'Model does not exist.',
'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ',
'create' => array(
'error' => 'Model was not created, please try again.',
'success' => 'Model created successfully.',
'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.',
),
'update' => array(
'error' => 'Model was not updated, please try again',
'success' => 'Model updated successfully.'
),
'delete' => array(
'confirm' => 'Are you sure you wish to delete this asset model?',
'error' => 'There was an issue deleting the model. Please try again.',
'success' => 'The model was deleted successfully.'
),
'restore' => array(
'error' => 'Model was not restored, please try again',
'success' => 'Model restored successfully.'
),
);

View file

@ -0,0 +1,17 @@
<?php
return array(
'create' => 'Create Asset Model',
'created_at' => 'Created at',
'eol' => 'EOL',
'modelnumber' => 'Model No.',
'name' => 'Asset Model Name',
'numassets' => 'Assets',
'title' => 'Asset Models',
'update' => 'Update Asset Model',
'view' => 'View Asset Model',
'update' => 'Update Asset Model',
'clone' => 'Clone Model',
'edit' => 'Edit Model',
);

View file

@ -0,0 +1,5 @@
<?php
return array(
'info' => 'Pilih opsi yang Anda inginkan untuk laporan aset Anda.'
);

View file

@ -0,0 +1,5 @@
<?php
return array(
'error' => 'Anda harus memilik minimal SATU.'
);

View file

@ -0,0 +1,104 @@
<?php
return array(
'alert_email' => 'Kirim pemberitahuan kepada',
'alerts_enabled' => 'Aktifkan pemberitahuan',
'alert_interval' => 'Expiring Alerts Threshold (in days)',
'alert_inv_threshold' => 'Ambang pemberitahuan persediaan',
'asset_ids' => 'Aset id',
'auto_increment_assets' => 'Generate auto-incrementing asset IDs',
'auto_increment_prefix' => 'Awalan (pilihan)',
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
'backups' => 'Cadangan',
'barcode_settings' => 'Pengaturan barcode',
'confirm_purge' => 'Konfirmasi pembersihan',
'confirm_purge_help' => 'Masukan tulisan "DELETE" di kolom bawah untuk membersihkan dokumen anda. Tindakan ini tidak dapat dibatalkan.',
'custom_css' => 'Custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the &lt;style&gt;&lt;/style&gt; tags.',
'default_currency' => 'Mata uang utama',
'default_eula_text' => 'EULA utama',
'default_language' => 'Bahasa utama',
'default_eula_help_text' => 'Anda juga dapat mengaitkan kustom EULAs untuk kategori aset tertentu.',
'display_asset_name' => 'Tampilan Nama Aset',
'display_checkout_date' => 'Tampilan Tanggal Keluar',
'display_eol' => 'Tampilan EOL dalam bentuk tabel',
'display_qr' => 'Tampilan kode kotak',
'display_alt_barcode' => 'Tampilan barcode 1D',
'barcode_type' => 'Tipe Barcode 2D',
'alt_barcode_type' => 'Tipe Barcode 1D',
'eula_settings' => 'Konfigurasi EULA',
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
'general_settings' => 'Konfigurasi umum',
'generate_backup' => 'Generate Backup',
'header_color' => 'Warna Header',
'info' => 'These settings let you customize certain aspects of your installation.',
'laravel' => 'Versi Laravel',
'ldap_enabled' => 'Aktifkan LDAP',
'ldap_integration' => 'Integrasi LDAP',
'ldap_settings' => 'Konfigurasi LDAP',
'ldap_server' => 'LDAP Server',
'ldap_server_cert' => 'Validasi sertifikat LDAP SSL',
'ldap_server_cert_ignore' => 'Izinkan sertifikat SSL tak terdaftar',
'ldap_server_cert_help' => 'Pilih kotak ini jika anda menggunakan sertifikat SSL self sign dan menerima sertifikat SSL yang tak terdaftar.',
'ldap_uname' => 'Nama pengguna LDAP',
'ldap_pword' => 'Katakunci LDAP',
'ldap_basedn' => 'Base Bind DN',
'ldap_filter' => 'Saring LDAP',
'ldap_username_field' => 'Kolom nama pengguna',
'ldap_lname_field' => 'Nama Belakang',
'ldap_fname_field' => 'LDAP Nama Depan',
'ldap_auth_filter_query' => 'Permintaan Otentikasi LDAP',
'ldap_version' => 'Versi LDAP',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_emp_num' => 'Nomor karyawan LDAP',
'ldap_email' => 'LDAP Email',
'load_remote_text' => 'Remote Scripts',
'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.',
'logo' => 'Logo',
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.',
'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
'optional' => 'optional',
'per_page' => 'Results Per Page',
'php' => 'PHP Version',
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.',
'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.',
'qr_help' => 'Enable QR Codes first to set this',
'qr_text' => 'QR Code Text',
'setting' => 'Setting',
'settings' => 'Settings',
'site_name' => 'Site Name',
'slack_botname' => 'Slack Botname',
'slack_channel' => 'Slack Channel',
'slack_endpoint' => 'Slack Endpoint',
'slack_integration' => 'Slack Settings',
'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first <a href=":slack_link" target="_new">create an incoming webhook</a> on your Slack account.',
'snipe_version' => 'Snipe-IT version',
'system' => 'System Information',
'update' => 'Update Settings',
'value' => 'Value',
'brand' => 'Branding',
'about_settings_title' => 'About Settings',
'about_settings_text' => 'These settings let you customize certain aspects of your installation.',
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
'label_gutters' => 'Label spacing (inches)',
'page_dimensions' => 'Page dimensions (inches)',
'label_fields' => 'Label visible fields',
'inches' => 'inches',
'width_w' => 'w',
'height_h' => 'h',
'text_pt' => 'pt',
'left' => 'left',
'right' => 'right',
'top' => 'top',
'bottom' => 'bottom',
'vertical' => 'vertical',
'horizontal' => 'horizontal',
);

View file

@ -0,0 +1,22 @@
<?php
return array(
'update' => array(
'error' => 'An error has occurred while updating. ',
'success' => 'Settings updated successfully.'
),
'backup' => array(
'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ',
'file_deleted' => 'The backup file was successfully deleted. ',
'generated' => 'A new backup file was successfully created.',
'file_not_found' => 'That backup file could not be found on the server.',
),
'purge' => array(
'error' => 'An error has occurred while purging. ',
'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
'success' => 'Deleted records successfully purged.'
),
);

View file

@ -0,0 +1,25 @@
<?php
return array(
'does_not_exist' => 'Status Label does not exist.',
'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
'error' => 'Status Label was not created, please try again.',
'success' => 'Status Label created successfully.'
),
'update' => array(
'error' => 'Status Label was not updated, please try again',
'success' => 'Status Label updated successfully.'
),
'delete' => array(
'confirm' => 'Are you sure you wish to delete this Status Label?',
'error' => 'There was an issue deleting the Status Label. Please try again.',
'success' => 'The Status Label was deleted successfully.'
)
);

View file

@ -0,0 +1,15 @@
<?php
return array(
'about' => 'About Status Labels',
'archived' => 'Archived',
'create' => 'Create Status Label',
'deployable' => 'Deployable',
'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
'name' => 'Status Name',
'pending' => 'Pending',
'status_type' => 'Status Type',
'title' => 'Status Labels',
'undeployable' => 'Undeployable',
'update' => 'Update Status Label',
);

View file

@ -0,0 +1,24 @@
<?php
return array(
'does_not_exist' => 'Supplier does not exist.',
'assoc_users' => 'This supplier is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this supplier and try again. ',
'create' => array(
'error' => 'Supplier was not created, please try again.',
'success' => 'Supplier created successfully.'
),
'update' => array(
'error' => 'Supplier was not updated, please try again',
'success' => 'Supplier updated successfully.'
),
'delete' => array(
'confirm' => 'Are you sure you wish to delete this supplier?',
'error' => 'There was an issue deleting the supplier. Please try again.',
'success' => 'Supplier was deleted successfully.'
)
);

View file

@ -0,0 +1,25 @@
<?php
return array(
'address' => 'Supplier Address',
'assets' => 'Assets',
'city' => 'City',
'contact' => 'Contact Name',
'country' => 'Country',
'create' => 'Create Supplier',
'email' => 'Email',
'fax' => 'Fax',
'id' => 'ID',
'licenses' => 'Licenses',
'name' => 'Supplier Name',
'notes' => 'Notes',
'phone' => 'Phone',
'state' => 'State',
'suppliers' => 'Suppliers',
'update' => 'Update Supplier',
'url' => 'URL',
'view' => 'View Supplier',
'view_assets_for' => 'View Assets for',
'zip' => 'Postal Code',
);

View file

@ -0,0 +1,18 @@
<?php
return array(
'assets_user' => 'Assets assigned to :name',
'current_assets' => 'Assets currently checked out to this user',
'clone' => 'Clone User',
'contact_user' => 'Contact :name',
'edit' => 'Edit User',
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
'history_user' => 'History for :name',
'last_login' => 'Last Login',
'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.',
'software_user' => 'Software Checked out to :name',
'view_user' => 'View User :name',
'usercsv' => 'CSV file',
);

View file

@ -0,0 +1,55 @@
<?php
return array(
'accepted' => 'You have successfully accepted this asset.',
'declined' => 'You have successfully declined this asset.',
'user_exists' => 'User already exists!',
'user_not_found' => 'User [:id] does not exist.',
'user_login_required' => 'The login field is required',
'user_password_required' => 'The password is required.',
'insufficient_permissions' => 'Insufficient Permissions.',
'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.',
'ldap_not_configured' => 'LDAP integration has not been configured for this installation.',
'success' => array(
'create' => 'User was successfully created.',
'update' => 'User was successfully updated.',
'delete' => 'User was successfully deleted.',
'ban' => 'User was successfully banned.',
'unban' => 'User was successfully unbanned.',
'suspend' => 'User was successfully suspended.',
'unsuspend' => 'User was successfully unsuspended.',
'restored' => 'User was successfully restored.',
'import' => 'Users imported successfully.',
),
'error' => array(
'create' => 'There was an issue creating the user. Please try again.',
'update' => 'There was an issue updating the user. Please try again.',
'delete' => 'There was an issue deleting the user. Please try again.',
'unsuspend' => 'There was an issue unsuspending the user. Please try again.',
'import' => 'There was an issue importing users. Please try again.',
'asset_already_accepted' => 'This asset has already been accepted.',
'accept_or_decline' => 'You must either accept or decline this asset.',
'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.',
'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server: ',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
),
'deletefile' => array(
'error' => 'File not deleted. Please try again.',
'success' => 'File successfully deleted.',
),
'upload' => array(
'error' => 'File(s) not uploaded. Please try again.',
'success' => 'File(s) successfully uploaded.',
'nofiles' => 'You did not select any files for upload',
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
);

View file

@ -0,0 +1,36 @@
<?php
return array(
'activated' => 'Active',
'allow' => 'Allow',
'checkedout' => 'Assets',
'created_at' => 'Created',
'createuser' => 'Create User',
'deny' => 'Deny',
'email' => 'Email',
'employee_num' => 'Employee No.',
'first_name' => 'First Name',
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.',
'id' => 'Id',
'inherit' => 'Inherit',
'job' => 'Job Title',
'last_login' => 'Last Login',
'last_name' => 'Last Name',
'location' => 'Location',
'lock_passwords' => 'Login details cannot be changed on this installation.',
'manager' => 'Manager',
'name' => 'Name',
'notes' => 'Notes',
'password_confirm' => 'Confirm Password',
'password' => 'Password',
'phone' => 'Phone',
'show_current' => 'Show Current Users',
'show_deleted' => 'Show Deleted Users',
'title' => 'Title',
'updateuser' => 'Update User',
'username' => 'Username',
'username_note' => '(This is used for Active Directory binding only, not for login.)',
'cloneuser' => 'Clone User',
'viewusers' => 'View Users',
);

View file

@ -0,0 +1,12 @@
<?php
return [
'send_password_link' => 'Send Password Reset Link',
'email_reset_password' => 'Email Password Reset',
'reset_password' => 'Reset Password',
'login' => 'Login',
'login_prompt' => 'Please Login',
'forgot_password' => 'I forgot my password',
'remember_me' => 'Remember Me',
];

View file

@ -0,0 +1,36 @@
<?php
return array(
'account_already_exists' => 'An account with the this email already exists.',
'account_not_found' => 'The username or password is incorrect.',
'account_not_activated' => 'This user account is not activated.',
'account_suspended' => 'This user account is suspended.',
'account_banned' => 'This user account is banned.',
'signin' => array(
'error' => 'There was a problem while trying to log you in, please try again.',
'success' => 'You have successfully logged in.',
),
'signup' => array(
'error' => 'There was a problem while trying to create your account, please try again.',
'success' => 'Account sucessfully created.',
),
'forgot-password' => array(
'error' => 'There was a problem while trying to get a reset password code, please try again.',
'success' => 'Password recovery email successfully sent.',
),
'forgot-password-confirm' => array(
'error' => 'There was a problem while trying to reset your password, please try again.',
'success' => 'Your password has been successfully reset.',
),
'activate' => array(
'error' => 'There was a problem while trying to activate your account, please try again.',
'success' => 'Your account has been successfully activated.',
),
);

View file

@ -0,0 +1,16 @@
<?php
return array(
'actions' => 'Tindakan',
'add' => 'Tambah Baru',
'cancel' => 'Batalkan',
'checkin_and_delete' => 'Masuk & Hapus Pengguna',
'delete' => 'Hapus',
'edit' => 'Ubah',
'restore' => 'Kembalikan',
'request' => 'Permintaan',
'submit' => 'Kirim',
'upload' => 'Unggah',
);

View file

@ -0,0 +1,169 @@
<?php
return [
'accessories' => 'Accessories',
'activated' => 'Activated',
'accessory' => 'Accessory',
'accessory_report' => 'Accessory Report',
'action' => 'Action',
'activity_report' => 'Activity Report',
'address' => 'Address',
'admin' => 'Admin',
'add_seats' => 'Added seats',
'all_assets' => 'All Assets',
'all' => 'All',
'archived' => 'Archived',
'asset_models' => 'Asset Models',
'asset' => 'Asset',
'asset_report' => 'Asset Report',
'asset_tag' => 'Asset Tag',
'assets_available' => 'assets available',
'assets' => 'Assets',
'avatar_delete' => 'Delete Avatar',
'avatar_upload' => 'Upload Avatar',
'back' => 'Back',
'bad_data' => 'Nothing found. Maybe bad data?',
'cancel' => 'Cancel',
'categories' => 'Categories',
'category' => 'Category',
'changeemail' => 'Change Email Address',
'changepassword' => 'Change Password',
'checkin' => 'Checkin',
'checkin_from' => 'Checkin from',
'checkout' => 'Checkout',
'city' => 'City',
'companies' => 'Companies',
'company' => 'Company',
'component' => 'Component',
'components' => 'Components',
'consumable' => 'Consumable',
'consumables' => 'Consumables',
'country' => 'Country',
'create' => 'Create New',
'created_asset' => 'created asset',
'created_at' => 'Created at',
'currency' => '$', // this is deprecated
'current' => 'Current',
'custom_report' => 'Custom Asset Report',
'dashboard' => 'Dashboard',
'date' => 'Date',
'delete' => 'Delete',
'deleted' => 'Deleted',
'delete_seats' => 'Deleted Seats',
'deployed' => 'Deployed',
'depreciation_report' => 'Depreciation Report',
'download' => 'Download',
'depreciation' => 'Depreciation',
'editprofile' => 'Edit Your Profile',
'eol' => 'EOL',
'email_domain' => 'Email Domain',
'email_format' => 'Email Format',
'email_domain_help' => 'This is used to generate email addresses when importing',
'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'First',
'first_name' => 'First Name',
'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'File',
'file_uploads' => 'File Uploads',
'generate' => 'Generate',
'groups' => 'Groups',
'gravatar_email' => 'Gravatar Email Address',
'history' => 'History',
'history_for' => 'History for',
'id' => 'ID',
'image_delete' => 'Delete Image',
'image_upload' => 'Upload Image',
'import' => 'Import',
'asset_maintenance' => 'Asset Maintenance',
'asset_maintenance_report' => 'Asset Maintenance Report',
'asset_maintenances' => 'Asset Maintenances',
'item' => 'Item',
'insufficient_permissions' => 'Insufficient permissions!',
'language' => 'Language',
'last' => 'Last',
'last_name' => 'Last Name',
'license' => 'License',
'license_report' => 'License Report',
'licenses_available' => 'licenses available',
'licenses' => 'Licenses',
'list_all' => 'List All',
'loading' => 'Loading',
'lock_passwords' => 'This field cannot be edited in this installation.',
'feature_disabled' => 'This feature has been disabled for this installation.',
'location' => 'Location',
'locations' => 'Locations',
'logout' => 'Logout',
'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Manufacturer',
'manufacturers' => 'Manufacturers',
'markdown' => 'This field allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
'min_amt' => 'Min. QTY',
'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.',
'model_no' => 'Model No.',
'months' => 'months',
'moreinfo' => 'More Info',
'name' => 'Name',
'next' => 'Next',
'no_depreciation' => 'No Depreciation',
'no_results' => 'No Results.',
'no' => 'No',
'notes' => 'Notes',
'page_menu' => 'Showing _MENU_ items',
'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items',
'pending' => 'Pending',
'people' => 'People',
'per_page' => 'Results Per Page',
'previous' => 'Previous',
'processing' => 'Processing',
'profile' => 'Your profile',
'qty' => 'QTY',
'quantity' => 'Quantity',
'ready_to_deploy' => 'Ready to Deploy',
'recent_activity' => 'Recent Activity',
'remove_company' => 'Remove Company Association',
'reports' => 'Reports',
'requested' => 'Requested',
'save' => 'Save',
'select' => 'Select',
'search' => 'Search',
'select_category' => 'Select a Category',
'select_depreciation' => 'Select a Depreciation Type',
'select_location' => 'Select a Location',
'select_manufacturer' => 'Select a Manufacturer',
'select_model' => 'Select a Model',
'select_supplier' => 'Select a Supplier',
'select_user' => 'Select a User',
'select_date' => 'Select Date',
'select_statuslabel' => 'Select Status',
'select_company' => 'Select Company',
'select_asset' => 'Select Asset',
'settings' => 'Settings',
'sign_in' => 'Sign in',
'site_name' => 'Site Name',
'state' => 'State',
'status_labels' => 'Status Labels',
'status' => 'Status',
'suppliers' => 'Suppliers',
'total_assets' => 'total assets',
'total_licenses' => 'total licenses',
'type' => 'Type',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Unknown Admin',
'username_format' => 'Username Format',
'update' => 'Update',
'uploaded' => 'Uploaded',
'user' => 'User',
'accepted' => 'accepted',
'declined' => 'declined',
'unaccepted_asset_report' => 'Unaccepted Assets',
'users' => 'Users',
'viewassets' => 'View Assigned Assets',
'website' => 'Website',
'welcome' => 'Welcome, :name',
'years' => 'years',
'yes' => 'Yes',
'zip' => 'Zip',
'noimage' => 'No image uploaded or image not found.',
'token_expired' => 'Your form session has expired. Please try again.',
];

View file

@ -0,0 +1,20 @@
<?php
return array(
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
);

View file

@ -0,0 +1,7 @@
<?php
return [
'sent' => 'Your password link has been sent!',
'user' => 'That user does not exist or does not have an email address associated',
];

View file

@ -0,0 +1,24 @@
<?php
return array(
/*
|--------------------------------------------------------------------------
| Password Reminder Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
"password" => "Passwords must be six characters and match the confirmation.",
"user" => "Username or email address is incorrect",
"token" => "This password reset token is invalid.",
"sent" => "If a matching email address was found, a password reminder has been sent!",
);

View file

@ -0,0 +1,10 @@
<?php
return array(
'actions' => 'Tindakan',
'action' => 'Tindakan',
'by' => 'Oleh',
'item' => 'Item',
);

View file

@ -0,0 +1,96 @@
<?php
return array(
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| such as the size rules. Feel free to tweak each of these messages.
|
*/
"accepted" => ": Atribut harus diterima.",
"active_url" => ": Atribut ini URL-nya tidak valid.",
"after" => ": Atribut harus tanggal setelah: tanggal.",
"alpha" => ": Atribut hanya boleh berisi huruf.",
"alpha_dash" => ": Atribut hanya boleh berisi angka, huruf dan garis.",
"alpha_num" => ": Atribut hanya boleh berisi huruf dan angka.",
"before" => ": Atribut harus tanggal sebelum: tanggal.",
"between" => array(
"numeric" => ": Atribut harus di antara: min -: maks.",
"file" => ": Atribut harus di antara: min -: maks kilobytes.",
"string" => ": Atribut harus di antara: min -: maks jumlah karakter.",
),
"confirmed" => "Konfirmasi :attribute tidak cocok.",
"date" => "Tanggal :attribute tidak valid.",
"date_format" => ":attribute tidak cocok dengan format :format.",
"different" => ":attribute dan :other harus berbeda.",
"digits" => ":attribute harus dengan :digits digit.",
"digits_between" => "Digit :attribute harus di antara :min dan :max.",
"email" => "Format :attribute tidak benar.",
"exists" => ":attribute yang di pilih tidak benar.",
"email_array" => "Satu atau lebih alamat email tidak benar.",
"image" => ":attribute harus dalam bentuk gambar.",
"in" => ":attribute yang di pilih tidak benar.",
"integer" => ":attribute harus dalam bentuk integer.",
"ip" => ":attribute harus memilik alamat IP yang benar.",
"max" => array(
"numeric" => ":attribute tidak boleh lebih dari :max.",
"file" => ":attribute tidak boleh lebih dari :max kilobyte.",
"string" => ":attribute tidak boleh lebih dari :max karakter.",
),
"mimes" => ":attribute harus memiliki tipe data :values.",
"min" => array(
"numeric" => ":attribute seharusnya :min.",
"file" => ":attribute harus memiliki :min kilobyte.",
"string" => ":attribute harus memiliki :min jumlah karakter.",
),
"not_in" => ":attribute yang di pilih tidak benar.",
"numeric" => ":attribute harus dalam angka.",
"regex" => "Format :attribute tidak benar.",
"required" => "Kolom :attribute wajib di-isi.",
"required_if" => "Kolom :attribute wajib di-isi ketika :other nya :value.",
"required_with" => "Kolom :attribute wajib di-isi ketika terdapat :values.",
"required_without" => "Kolom :attribute wajib di-isi ketika :values tidak ada.",
"same" => ":attribute dan :other harus cocok.",
"size" => array(
"numeric" => "Ukuran :attribute harus :size.",
"file" => ":attribute harus memiliki :size kilobyte.",
"string" => ":attribute harus memiliki :size karakter.",
),
"unique" => ":attribute sudah digunakan.",
"url" => "Format :attribute tidak benar.",
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
|--------------------------------------------------------------------------
|
| Here you may specify custom validation messages for attributes using the
| convention "attribute.rule" to name the lines. This makes it quick to
| specify a specific custom language line for a given attribute rule.
|
*/
'custom' => array(),
'alpha_space' => "Kolom :attribute tidak boleh di isi karakter yang tidak di perbolehkan.",
/*
|--------------------------------------------------------------------------
| Custom Validation Attributes
|--------------------------------------------------------------------------
|
| The following language lines are used to swap attribute place-holders
| with something more reader friendly such as E-Mail Address instead
| of "email". This simply helps us make messages a little cleaner.
|
*/
'attributes' => array(),
);

View file

@ -2,7 +2,7 @@
return [
'accessories' => '付属品群',
'activated' => 'Activated',
'activated' => 'アクティベート',
'accessory' => '付属品',
'accessory_report' => '付属品レポート',
'action' => '操作',

View file

@ -9,7 +9,7 @@ return array(
'date' => '구매 일자',
'depreciation' => '감가 상각',
'expiration' => '만료 날짜',
'license_key' => 'Product Key',
'license_key' => '제품 키',
'maintained' => '유지보수',
'name' => '소프트웨어 명',
'no_depreciation' => '감가 상각하지 않음',

View file

@ -23,9 +23,9 @@ return array(
'display_checkout_date' => '반출 일자 표시',
'display_eol' => '테이블 보기에서 폐기일 표시',
'display_qr' => 'Qr 코드 표시',
'display_alt_barcode' => 'Display 1D barcode',
'barcode_type' => '2D Barcode Type',
'alt_barcode_type' => '1D barcode type',
'display_alt_barcode' => '1 D 바코드 표시',
'barcode_type' => '2D 바코드 형식',
'alt_barcode_type' => '1D 바코드 형식',
'eula_settings' => '최종 사용 계약 설정',
'eula_markdown' => '이 최종 사용 계약은 <a href="https://help.github.com/articles/github-flavored-markdown/">GFM을 따른다</a>.',
'general_settings' => '일반 설정',

View file

@ -127,7 +127,7 @@
'save' => '저장',
'select' => '선택',
'search' => '찾기',
'select_category' => 'Select a Category',
'select_category' => '분류 선택',
'select_depreciation' => '감가 상각 유형 선택',
'select_location' => '장소 선택',
'select_manufacturer' => '제조업체 선택',

View file

@ -9,7 +9,7 @@ return array(
'date' => 'Aankoopdatum',
'depreciation' => 'Afschrijving',
'expiration' => 'Vervaldatum',
'license_key' => 'Product Key',
'license_key' => 'Productcode',
'maintained' => 'Wordt onderhouden',
'name' => 'Applicatie naam',
'no_depreciation' => 'Niet afschrijven',

View file

@ -23,9 +23,9 @@ return array(
'display_checkout_date' => 'Laat Checkout datum zien',
'display_eol' => 'Laat EOL in tabel zien',
'display_qr' => 'QR codes weergeven',
'display_alt_barcode' => 'Display 1D barcode',
'barcode_type' => '2D Barcode Type',
'alt_barcode_type' => '1D barcode type',
'display_alt_barcode' => 'Streepjescode weergeven',
'barcode_type' => 'QR-code soort',
'alt_barcode_type' => 'Streepjescode soort',
'eula_settings' => 'Gebruikersovereenkomsten instellingen',
'eula_markdown' => 'Deze gebruikersovereenkomst staat <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a> toe.',
'general_settings' => 'Algemene Instellingen',

View file

@ -127,7 +127,7 @@
'save' => 'Opslaan',
'select' => 'Selecteer',
'search' => 'Zoeken',
'select_category' => 'Select a Category',
'select_category' => 'Selecteer een categorie',
'select_depreciation' => 'Selecteer een afschrijvingstype',
'select_location' => 'Selecteer een locatie',
'select_manufacturer' => 'Selecteer een fabrikant',

View file

@ -1,5 +1,5 @@
<?php
return array(
'title' => 'Component Name',
'title' => 'Komponentnavn',
);

View file

@ -1,7 +1,7 @@
<?php
return [
'send_password_link' => 'Send Password Reset Link',
'send_password_link' => 'Parola sıfırlama bağlantısını gönder',
'email_reset_password' => 'Email Password Reset',
'reset_password' => 'Reset Password',
'login' => 'Login',

View file

@ -1,4 +1,4 @@
<?php
return [
'select_company' => 'Select Company',
'select_company' => 'Chọn công ty',
];

View file

@ -1,6 +1,6 @@
<?php
return array(
'does_not_exist' => 'Company does not exist.',
'does_not_exist' => 'Công ty này không tồn tại.',
'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ',
'create' => array(
'error' => 'Company was not created, please try again.',

View file

@ -1,7 +1,7 @@
<?php
return [
'sent' => 'Your password link has been sent!',
'user' => 'That user does not exist or does not have an email address associated',
'sent' => 'Mật khẩu của bạn đã được gửi đi!',
'user' => 'Người dùng này không tồn tại hoặc email này chưa được đăng ký',
];