mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 05:47:28 -08:00
Updated translations
This commit is contained in:
parent
cc788d3b62
commit
195dfd752d
|
@ -3,8 +3,8 @@
|
|||
return array(
|
||||
'about_accessories_title' => 'Über Zubehör',
|
||||
'about_accessories_text' => 'Ein Zubehör ist alles was Sie an einen Benutzer ausgeben können, jedoch keine Seriennummer besitzt (oder es keinen Sinn macht diese zu verwalten). Zum Beispiel: Mäuse und Tastaturen.',
|
||||
'accessory_category' => 'Zubehör Kategorie',
|
||||
'accessory_name' => 'Zubehör Name',
|
||||
'accessory_category' => 'Zubehörkategorie',
|
||||
'accessory_name' => 'Zubehör-Name',
|
||||
'checkout' => 'Zubehör herausgeben',
|
||||
'checkin' => 'Zubehör zurücknehmen',
|
||||
'create' => 'Zubehör anlegen',
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
'title' => 'Wartungen',
|
||||
'asset_name' => 'Asset Name',
|
||||
'is_warranty' => 'Garantie',
|
||||
'dl_csv' => 'Als CSV herunterladen'
|
||||
'dl_csv' => 'CSV Herunterladen'
|
||||
];
|
||||
|
|
|
@ -10,7 +10,7 @@ return array(
|
|||
'create' => 'Komponente erstellen',
|
||||
'edit' => 'Komponente bearbeiten',
|
||||
'date' => 'Kaufdatum',
|
||||
'order' => 'Bestellnummer',
|
||||
'order' => 'Artikelnummer',
|
||||
'remaining' => 'Verbleibend',
|
||||
'total' => 'Gesamt',
|
||||
'update' => 'Komponente aktualisieren',
|
||||
|
|
|
@ -29,13 +29,13 @@ return array(
|
|||
'months' => 'Monate',
|
||||
'name' => 'Asset Name',
|
||||
'notes' => 'Notizen',
|
||||
'order' => 'Bestellnummer',
|
||||
'order' => 'Artikelnummer',
|
||||
'qr' => 'QR-Code',
|
||||
'requestable' => 'Benutzer dürfen dieses Asset anfordern',
|
||||
'select_statustype' => 'Status Typ auswählen',
|
||||
'serial' => 'Seriennummer',
|
||||
'status' => 'Status',
|
||||
'tag' => 'Asset Tag',
|
||||
'tag' => 'Asset ID',
|
||||
'update' => 'Asset Update',
|
||||
'warranty' => 'Garantie',
|
||||
'years' => 'Jahre',
|
||||
|
|
|
@ -12,7 +12,7 @@ return array(
|
|||
'dl_csv' => 'CSV Herunterladen',
|
||||
'eol' => 'EOL',
|
||||
'id' => 'ID',
|
||||
'location' => 'Ort',
|
||||
'location' => 'Standort',
|
||||
'purchase_cost' => 'Kosten',
|
||||
'purchase_date' => 'Kaufdatum',
|
||||
'serial' => 'Seriennummer',
|
||||
|
|
|
@ -10,11 +10,11 @@ return array(
|
|||
'maintained' => 'Verwaltet',
|
||||
'name' => 'Software Name',
|
||||
'no_depreciation' => 'Nicht abschreiben',
|
||||
'purchase_order' => 'Bestellnummer',
|
||||
'purchase_order' => 'Auftragsnummer',
|
||||
'reassignable' => 'Zuweisbar',
|
||||
'remaining_seats' => 'Verbleibende Aktivierungen',
|
||||
'seats' => 'Anzahl Aktivierungen',
|
||||
'termination_date' => 'Ablaufdatum',
|
||||
'seats' => 'Lizenzen',
|
||||
'termination_date' => 'Kündigungsdatum',
|
||||
'to_email' => 'E-Mail des Lizenzerwerbers',
|
||||
'to_name' => 'Name des Lizenzerwerbers',
|
||||
'update' => 'Lizenz aktualisieren',
|
||||
|
|
|
@ -6,9 +6,9 @@ return array(
|
|||
'checkin' => 'Lizenzaktivierung zurücknehmen',
|
||||
'checkout_history' => 'Zuweisungsverlauf',
|
||||
'checkout' => 'Lizenzaktivierung herausgeben',
|
||||
'edit' => 'Edit User',
|
||||
'edit' => 'Lizenz bearbeiten',
|
||||
'filetype_info' => 'Erlaubte Dateitypen sind png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, und rar.',
|
||||
'clone' => 'Clone User',
|
||||
'clone' => 'Lizenz duplizieren',
|
||||
'history_for' => 'Verlauf für ',
|
||||
'in_out' => 'Zurücknehmen/Herausgeben',
|
||||
'info' => 'Lizenzinfo',
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'about_manufacturers_title' => 'Hersteller',
|
||||
'about_manufacturers_title' => 'Über Hersteller',
|
||||
'about_manufacturers_text' => 'Hersteller sind Firmen, die ihre Assets herstellen. Hier können Sie wichtige Supportkontakte eintragen, welche in den Assetdetails angezeigt werden.',
|
||||
'asset_manufacturers' => 'Asset Hersteller',
|
||||
'create' => 'Hersteller anlegen',
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'about_models_title' => 'Asset-Modelle',
|
||||
'about_models_title' => 'Über Asset-Modelle',
|
||||
'about_models_text' => 'Asset-Modelle sind eine Möglichkeit, identische Assets zu gruppieren. "MBP 2013", "IPhone 6 s" usw.',
|
||||
'deleted' => 'Dieses Modell wurde gelöscht.<a href="/hardware/models/:model_id/restore">klicken Sie hier um es Wiederzuherstellen</a>.',
|
||||
'bulk_delete' => 'Massenlöschen von Asset-Modellen',
|
||||
|
|
|
@ -9,7 +9,7 @@ return array(
|
|||
'create' => array(
|
||||
'error' => 'Modell wurde nicht erstellt. Bitte versuch es noch einmal.',
|
||||
'success' => 'Modell wurde erfolgreich erstellt.',
|
||||
'duplicate_set' => 'Ein Asset Modell mit diesem Namen, Hersteller und Modell Nummer existiert bereits.',
|
||||
'duplicate_set' => 'Ein Asset-Modell mit diesem Namen, Hersteller und Modell Nummer existiert bereits.',
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
|
@ -18,7 +18,7 @@ return array(
|
|||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Sind sie sicher, dass sie das Asset löschen wollen?',
|
||||
'confirm' => 'Sind Sie sicher, dass Sie dieses Asset-Modell löschen möchten?',
|
||||
'error' => 'Beim Löschen des Modell ist ein Fehler aufgetreten. Bitte probieren Sie es noch einmal.',
|
||||
'success' => 'Das Modell wurde erfolgreich gelöscht.'
|
||||
),
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
return array(
|
||||
|
||||
'create' => 'Asset Model erstellen',
|
||||
'create' => 'Asset-Modell erstellen',
|
||||
'created_at' => 'Erstellt am',
|
||||
'eol' => 'EOL',
|
||||
'modelnumber' => 'Modellnummer',
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'error' => 'Sie müssen eine Option auswählen.'
|
||||
'error' => 'Sie müssen mindestens eine Option auswählen.'
|
||||
);
|
||||
|
|
|
@ -25,8 +25,8 @@ return array(
|
|||
'custom_css_help' => 'Füge eigenes CSS hinzu. Benutze keine <style></style> tags.',
|
||||
'custom_forgot_pass_url' => 'Benutzerdefinierte Passwort Reset URL',
|
||||
'custom_forgot_pass_url_help' => 'Dadurch wird die integrierte URL für vergessene Passwörter auf dem Anmeldebildschirm ersetzt. Dies ist nützlich, um Benutzer zur internen oder gehosteten Funktion zum Zurücksetzen von LDAP-Passwörtern zu leiten. Es wird effektiv die Funktionalität des lokalen, vergessenen Passworts deaktiviert.',
|
||||
'dashboard_message' => 'Dashboard Message',
|
||||
'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.',
|
||||
'dashboard_message' => 'Dashboard-Nachricht',
|
||||
'dashboard_message_help' => 'Dieser Text wird für jeden sichtbar sein, der Berechtigungen hat das Dashboard zu sehen.',
|
||||
'default_currency' => 'Standardwährung',
|
||||
'default_eula_text' => 'Standard EULA',
|
||||
'default_language' => 'Standardsprache',
|
||||
|
@ -94,8 +94,8 @@ return array(
|
|||
'setting' => 'Einstellung',
|
||||
'settings' => 'Einstellungen',
|
||||
'show_alerts_in_menu' => 'Warnungen im oberen Menü anzeigen',
|
||||
'show_archived_in_list' => 'Archived Assets',
|
||||
'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing',
|
||||
'show_archived_in_list' => 'Archivierte Assets',
|
||||
'show_archived_in_list_text' => 'Zeige archivierte Assets in der "Alle auflisten" Liste',
|
||||
'site_name' => 'Seitenname',
|
||||
'slack_botname' => 'Slack Botname',
|
||||
'slack_channel' => 'Slack Kanal',
|
||||
|
|
|
@ -4,7 +4,7 @@ return array(
|
|||
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Während dem Aktualisieren ist ein Fehler aufgetreten.',
|
||||
'error' => 'Während der Aktualisierung ist ein Fehler aufgetreten. ',
|
||||
'success' => 'Die Einstellungen wurden erfolgreich aktualisiert.'
|
||||
),
|
||||
'backup' => array(
|
||||
|
|
|
@ -17,7 +17,7 @@ return array(
|
|||
'last_login' => 'Letzte Anmeldung',
|
||||
'ldap_config_text' => 'Die LDAP Konfigurations Einstellungen finden Sie hier Admin -> Einstellungen. Der (optional) wählbare Standort wird für alle importierten Benutzer gesetzt.',
|
||||
'software_user' => 'Software herausgegeben an :name',
|
||||
'view_user' => 'Benutze :name ansehen',
|
||||
'view_user' => 'Benutzer :name ansehen',
|
||||
'usercsv' => 'CSV Datei',
|
||||
'two_factor_admin_optin_help' => 'Ihre aktuellen Administrator-Einstellungen erlauben die selektive Durchführung der zwei-Faktor-Authentifizierung. ',
|
||||
'two_factor_enrolled' => '2FA Gerät eingeschrieben ',
|
||||
|
|
|
@ -30,7 +30,7 @@ return array(
|
|||
'title' => 'Titel',
|
||||
'to_restore_them' => 'zum Wiederherstellen.',
|
||||
'updateuser' => 'Benutzer aktualisieren',
|
||||
'username' => 'Benutzernamen',
|
||||
'username' => 'Benutzername',
|
||||
'user_deleted_text' => 'Dieser Benutzer wurde als gelöscht markiert.',
|
||||
'username_note' => '(Dies wird für den Bind an das Active Directory benutzt, nicht für die Anmeldung.)',
|
||||
'cloneuser' => 'Benutzer kopieren',
|
||||
|
|
|
@ -56,11 +56,11 @@
|
|||
'updated_at' => 'Aktualisiert am',
|
||||
'currency' => '€', // this is deprecated
|
||||
'current' => 'Aktuell',
|
||||
'custom_report' => 'Spezieller Asset Report',
|
||||
'custom_report' => 'Benutzerdefinierter Asset-Bericht',
|
||||
'dashboard' => 'Dashboard',
|
||||
'days' => 'Tage',
|
||||
'days_to_next_audit' => 'Tage bis zum nächsten Audit',
|
||||
'date' => 'Kaufdatum',
|
||||
'date' => 'Datum',
|
||||
'debug_warning' => 'Warnung!',
|
||||
'debug_warning_text' => 'Diese Anwendung läuft im Produktionsmodus mit debugging aktiviert. Dies kann sensible Daten verfügbar machen, wenn Ihre Anwendung öffentlich zugänglich ist. Deaktivieren Sie den Debug-Modus, indem Sie den <code>APP_DEBUG</code>-Wert in der <code>.env</code> Datei auf <code>false</code> setzen.',
|
||||
'delete' => 'Löschen',
|
||||
|
@ -69,7 +69,7 @@
|
|||
'departments' => 'Abteilungen',
|
||||
'department' => 'Abteilung',
|
||||
'deployed' => 'Herausgegeben',
|
||||
'depreciation_report' => 'Abschreibunsgreport',
|
||||
'depreciation_report' => 'Abschreibungsbericht',
|
||||
'download' => 'Download',
|
||||
'depreciation' => 'Abschreibung',
|
||||
'editprofile' => 'Profil bearbeiten',
|
||||
|
@ -85,7 +85,7 @@
|
|||
'file_name' => 'Datei',
|
||||
'file_uploads' => 'Datei-Uploads',
|
||||
'generate' => 'Generieren',
|
||||
'github_markdown' => 'This field accepts <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||
'github_markdown' => 'Dieses Feld akzeptiert <a href="https://help.github.com/articles/github-flavored-markdown/">Github Flavored markdown</a>.',
|
||||
'groups' => 'Gruppen',
|
||||
'gravatar_email' => 'Gravatar E-Mail Adresse',
|
||||
'history' => 'Historie',
|
||||
|
@ -127,7 +127,7 @@
|
|||
'months' => 'Monate',
|
||||
'moreinfo' => 'Mehr Informationen',
|
||||
'name' => 'Name',
|
||||
'next' => 'Nächstes',
|
||||
'next' => 'Nächste',
|
||||
'next_audit_date' => 'Nächstes Auditdatum',
|
||||
'last_audit' => 'Letztes Audit',
|
||||
'new' => 'Neu!',
|
||||
|
@ -135,10 +135,10 @@
|
|||
'no_results' => 'Keine Treffer.',
|
||||
'no' => 'Nein',
|
||||
'notes' => 'Notizen',
|
||||
'order_number' => 'Bestellnummer',
|
||||
'order_number' => 'Artikelnummer',
|
||||
'page_menu' => 'zeige _MENU_ Einträge',
|
||||
'pagination_info' => 'Zeige _START_ bis _END_ von _TOTAL_ Einträgen',
|
||||
'pending' => 'Ausstehendes Asset',
|
||||
'pending' => 'Ausstehende',
|
||||
'people' => 'Personen',
|
||||
'per_page' => 'Ergebnisse pro Seite',
|
||||
'previous' => 'Vorherige',
|
||||
|
@ -172,7 +172,7 @@
|
|||
'select_asset' => 'Asset auswählen',
|
||||
'settings' => 'Einstellungen',
|
||||
'sign_in' => 'Einloggen',
|
||||
'signature' => 'Signatur',
|
||||
'signature' => 'Unterschrift',
|
||||
'some_features_disabled' => 'Einige Funktionen sind für den DEMO-Modus deaktiviert.',
|
||||
'site_name' => 'Seitenname',
|
||||
'state' => 'Bundesland',
|
||||
|
@ -194,7 +194,7 @@
|
|||
'username_format' => 'Format der Benutzernamen',
|
||||
'update' => 'Aktualisieren',
|
||||
'uploaded' => 'Hochgeladen',
|
||||
'user' => 'Nutzer',
|
||||
'user' => 'Benutzer',
|
||||
'accepted' => 'angenommen',
|
||||
'declined' => 'abgelehnt',
|
||||
'unaccepted_asset_report' => 'Nicht akzeptierte Assets',
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
return array(
|
||||
'about_groups_title' => 'About Groups',
|
||||
'about_groups' => 'Groups are used to generalize user permissions.',
|
||||
'about_groups' => 'Groups are used to generalise user permissions.',
|
||||
'group_management' => 'Group Management',
|
||||
'create' => 'Create New Group',
|
||||
'update' => 'Edit Group',
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'about_manufacturers_title' => 'About manufacturers',
|
||||
'about_manufacturers_title' => 'Asset Manufacturers',
|
||||
'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.',
|
||||
'asset_manufacturers' => 'Asset Manufacturers',
|
||||
'create' => 'Create Manufacturer',
|
||||
|
|
|
@ -2,20 +2,20 @@
|
|||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Department does not exist.',
|
||||
'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ',
|
||||
'does_not_exist' => 'Departemen tidak ada.',
|
||||
'assoc_users' => 'Saat ini kategori ini terkait dengan setidaknya satu pengguna dan tidak dapat dihapus. Silahkan perbaharui model Anda untuk tidak lagi tereferensi dengan kategori ini dan coba lagi. ',
|
||||
'create' => array(
|
||||
'error' => 'Department was not created, please try again.',
|
||||
'success' => 'Department created successfully.'
|
||||
'error' => 'Komponen belum dibuat, silahkan coba lagi.',
|
||||
'success' => 'Komponen berhasil dibuat.'
|
||||
),
|
||||
'update' => array(
|
||||
'error' => 'Department was not updated, please try again',
|
||||
'success' => 'Department updated successfully.'
|
||||
'error' => 'Komponen belum diperbaharui, silahkan coba lagi',
|
||||
'success' => 'Komponen berhasil dibuat.'
|
||||
),
|
||||
'delete' => array(
|
||||
'confirm' => 'Are you sure you wish to delete this department?',
|
||||
'error' => 'There was an issue deleting the department. Please try again.',
|
||||
'success' => 'The department was deleted successfully.'
|
||||
'confirm' => 'Anda yakin akan mengahpus komponen ini?',
|
||||
'error' => 'Ada masalah untuk hapus komponen, silahkan coba kembali.',
|
||||
'success' => 'Komponen berhasil dihapus.'
|
||||
)
|
||||
|
||||
);
|
||||
|
|
|
@ -1,159 +1,159 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'ad' => 'Active Directory',
|
||||
'ad_domain' => 'Active Directory domain',
|
||||
'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.',
|
||||
'is_ad' => 'This is an Active Directory server',
|
||||
'alert_email' => 'Send alerts to',
|
||||
'alerts_enabled' => 'Alerts Enabled',
|
||||
'alert_interval' => 'Expiring Alerts Threshold (in days)',
|
||||
'alert_inv_threshold' => 'Inventory Alert Threshold',
|
||||
'asset_ids' => 'Asset IDs',
|
||||
'audit_interval' => 'Audit Interval',
|
||||
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.',
|
||||
'audit_warning_days' => 'Audit Warning Threshold',
|
||||
'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?',
|
||||
'auto_increment_assets' => 'Generate auto-incrementing asset IDs',
|
||||
'auto_increment_prefix' => 'Prefix (optional)',
|
||||
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
||||
'backups' => 'Backups',
|
||||
'barcode_settings' => 'Barcode Settings',
|
||||
'confirm_purge' => 'Confirm Purge',
|
||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||
'custom_css' => 'Custom CSS',
|
||||
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
|
||||
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||
'dashboard_message' => 'Dashboard Message',
|
||||
'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.',
|
||||
'default_currency' => 'Default Currency',
|
||||
'default_eula_text' => 'Default EULA',
|
||||
'default_language' => 'Default Language',
|
||||
'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.',
|
||||
'display_asset_name' => 'Display Asset Name',
|
||||
'display_checkout_date' => 'Display Checkout Date',
|
||||
'ad' => 'Direktori Berkas',
|
||||
'ad_domain' => 'Domain Direktori Aktif',
|
||||
'ad_domain_help' => 'Terkadang ini sama dengan domain email anda, tapi tidak selalu.',
|
||||
'is_ad' => 'Ini adalah server aktif direktori',
|
||||
'alert_email' => 'Kirim peringatan kepada',
|
||||
'alerts_enabled' => 'Peringatan Email Diaktifkan',
|
||||
'alert_interval' => 'Ambang batas waktu kadaluwarsa (dalam beberapa hari)',
|
||||
'alert_inv_threshold' => 'Ambang Batas Invertaris',
|
||||
'asset_ids' => 'ID Aset',
|
||||
'audit_interval' => 'Memeriksa perbedaan',
|
||||
'audit_interval_help' => 'Jika anda diminta untuk melakukan audit aset secara fisik dengan teratur, maka masukkan selang waktu dalam beberapa bulan.',
|
||||
'audit_warning_days' => 'Ambang Peringatan Audit',
|
||||
'audit_warning_days_help' => 'Berapa hari sebelum kami harus memperingatkan aset yang akan dilelang?',
|
||||
'auto_increment_assets' => 'Buat peningkatan ID otomatis',
|
||||
'auto_increment_prefix' => 'Awalan (opsional)',
|
||||
'auto_incrementing_help' => 'Aktifkan aset peningkatan ID terlebih dahulu untuk mengatur ini',
|
||||
'backups' => 'Cadangkan',
|
||||
'barcode_settings' => 'Pengaturan Kode batang',
|
||||
'confirm_purge' => 'Konfirmasi Pembersihan',
|
||||
'confirm_purge_help' => 'Masukkan tulisan "HAPUS" dalam kotak dibawah ini untuk membersihkan catatan yang telah dihapus. Tindakan ini tidak bisa dibatalkan.',
|
||||
'custom_css' => 'Kustom CSS',
|
||||
'custom_css_help' => 'Masukkan setiap penimpaan CSS ubah sesuai yang ingin anda gunakan jangan sertakan<gaya</gaya>tag.',
|
||||
'custom_forgot_pass_url' => 'Atur Ulang Kata Sandi URL tempahan',
|
||||
'custom_forgot_pass_url_help' => 'Ini menggantikan URL lupa sandi bawaan dilayar masuk, berguna untuk mengarahkan orang ke fungsi penyetelan ulang kata sandi bawaan internal atau yang dihost. Ini akan secara efektif menonaktifkan pengguna lupa fungsi kata sandi.',
|
||||
'dashboard_message' => 'Pesan Beranda',
|
||||
'dashboard_message_help' => 'Tulisan ini akan muncul di beranda bagi siapa saja yang memiliki izin untuk melihat beranda.',
|
||||
'default_currency' => 'Mata Uang bawaan',
|
||||
'default_eula_text' => 'EULA bawaan',
|
||||
'default_language' => 'Bahasa Dasar',
|
||||
'default_eula_help_text' => 'Anda juga dapat mengaitkan EULA kastom dengan kategori aset tertentu.',
|
||||
'display_asset_name' => 'Tampilan nama aset',
|
||||
'display_checkout_date' => 'Tampilan tanggal keluar',
|
||||
'display_eol' => 'Display EOL in table view',
|
||||
'display_qr' => 'Display Square Codes',
|
||||
'display_alt_barcode' => 'Display 1D barcode',
|
||||
'barcode_type' => '2D Barcode Type',
|
||||
'alt_barcode_type' => '1D barcode type',
|
||||
'eula_settings' => 'EULA Settings',
|
||||
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||
'general_settings' => 'General Settings',
|
||||
'generate_backup' => 'Generate Backup',
|
||||
'header_color' => 'Header Color',
|
||||
'info' => 'These settings let you customize certain aspects of your installation.',
|
||||
'laravel' => 'Laravel Version',
|
||||
'ldap_enabled' => 'LDAP enabled',
|
||||
'ldap_integration' => 'LDAP Integration',
|
||||
'ldap_settings' => 'LDAP Settings',
|
||||
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||
'ldap_server' => 'LDAP Server',
|
||||
'barcode_type' => 'Tipe Kode Batang 2D',
|
||||
'alt_barcode_type' => 'Tipe Kode Batang 1D',
|
||||
'eula_settings' => 'Pengaturan EULA',
|
||||
'eula_markdown' => 'EULA ini memungkinkan <a href="https://help.github.com/articles/github-flavored-markdown/">Github merasakan penurunan harga</a>.',
|
||||
'general_settings' => 'Pengaturan Umum',
|
||||
'generate_backup' => 'Membuat Cadangan',
|
||||
'header_color' => 'Warna Header',
|
||||
'info' => 'Penggaturan ini memungkinkan anda menyesuaikan aspek-aspek tertentu dari instalasi anda.',
|
||||
'laravel' => 'Versi Laravel',
|
||||
'ldap_enabled' => 'Aktifkan LDAP',
|
||||
'ldap_integration' => 'Integrasi LDAP',
|
||||
'ldap_settings' => 'Pengaturan LDAP',
|
||||
'ldap_login_test_help' => 'Masukkan nama pengguna dan kata sandi LDAP yang sah dari DN dasar yang anda tentukan di atas untuk menguji apakah proses masuk LDAP anda dikonfigurasi dengan benar. ANDA HARUS MENYIMPAN PENGATURAN LDAP YANG ANDA PERBARUI PERTAMA.',
|
||||
'ldap_login_sync_help' => 'Ini hanya tes yang bisa dilacak LDAP dengan benar. Jika pengesahan LDAP anda tidak benar, pengguna mungkin masih belum dapat masuk. ANDA HARUS MENYIMPAN PENGATURAN LDAP YANG ANDA PERBARUI PERTAMA.',
|
||||
'ldap_server' => 'Server LDAP',
|
||||
'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)',
|
||||
'ldap_server_cert' => 'LDAP SSL certificate validation',
|
||||
'ldap_server_cert_ignore' => 'Allow invalid SSL Certificate',
|
||||
'ldap_server_cert_help' => 'Select this checkbox if you are using a self signed SSL cert and would like to accept an invalid SSL certificate.',
|
||||
'ldap_tls' => 'Use TLS',
|
||||
'ldap_tls_help' => 'This should be checked only if you are running STARTTLS on your LDAP server. ',
|
||||
'ldap_server_cert_ignore' => 'Izinkan Sertifikat SSL yang tidak sah',
|
||||
'ldap_server_cert_help' => 'Pilih kotak centang ini jika anda menggunakan sertifikat SSL yang masuk sendiri dan ingin menerima sertifikat SSL yang tidak sah.',
|
||||
'ldap_tls' => 'Gunakan TLS',
|
||||
'ldap_tls_help' => 'Ini harus diperiksa hanya jika anda menjalankan STARTTLS di server LDAP anda. ',
|
||||
'ldap_uname' => 'LDAP Bind Username',
|
||||
'ldap_pword' => 'LDAP Bind Password',
|
||||
'ldap_basedn' => 'Base Bind DN',
|
||||
'ldap_filter' => 'LDAP Filter',
|
||||
'ldap_pw_sync' => 'LDAP Password Sync',
|
||||
'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords synced with local passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.',
|
||||
'ldap_username_field' => 'Username Field',
|
||||
'ldap_lname_field' => 'Last Name',
|
||||
'ldap_fname_field' => 'LDAP First Name',
|
||||
'ldap_auth_filter_query' => 'LDAP Authentication query',
|
||||
'ldap_version' => 'LDAP Version',
|
||||
'ldap_active_flag' => 'LDAP Active Flag',
|
||||
'ldap_emp_num' => 'LDAP Employee Number',
|
||||
'ldap_email' => 'LDAP Email',
|
||||
'load_remote_text' => 'Remote Scripts',
|
||||
'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.',
|
||||
'login_note' => 'Login Note',
|
||||
'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>',
|
||||
'ldap_basedn' => 'Mengikat Dasar DN',
|
||||
'ldap_filter' => 'Saring LDAP',
|
||||
'ldap_pw_sync' => 'Sinkronisasi kata sandi LDAP',
|
||||
'ldap_pw_sync_help' => 'Hapus centang pada kotak ini jika anda tidak ingin menyimpan kata sandi LDAP yang disinkronkan dengan kata sandi lokal. Menonaktifkan ini berarti pengguna anda tidak dapat masuk jika server LDAP anda tidak dapat dijangkau karena alasan tertentu.',
|
||||
'ldap_username_field' => 'Bidang Nama Pengguna',
|
||||
'ldap_lname_field' => 'Nama Terakhir',
|
||||
'ldap_fname_field' => 'Nama Depan LDAP',
|
||||
'ldap_auth_filter_query' => 'Permintaan otentikasi LDAP',
|
||||
'ldap_version' => 'Versi LDAP',
|
||||
'ldap_active_flag' => 'Bendera Aktif LDAP',
|
||||
'ldap_emp_num' => 'Nomor Karyawan LDAP',
|
||||
'ldap_email' => 'Email LDAP',
|
||||
'load_remote_text' => 'Skrip Jarak Jauh',
|
||||
'load_remote_help_text' => 'Instalasi Snipe-IT ini bisa membuat skrip dari dunia luar.',
|
||||
'login_note' => 'Catatan Masuk',
|
||||
'login_note_help' => 'Opsional memasukkan beberapa kalimat di layar masuk anda, misalnya membantu orang-orang yang telah menemukan perangkat yang hilang atau dicuri. Bidang ini menerima <a href="https://help.github.com/articles/github-flavored-markdown/">Rasa penurunan Github</a>',
|
||||
'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.',
|
||||
'pwd_secure_complexity' => 'Password Complexity',
|
||||
'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.',
|
||||
'pwd_secure_min' => 'Password minimum characters',
|
||||
'pwd_secure_min_help' => 'Minimum permitted value is 5',
|
||||
'pwd_secure_uncommon' => 'Prevent common passwords',
|
||||
'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.',
|
||||
'qr_help' => 'Enable QR Codes first to set this',
|
||||
'qr_text' => 'QR Code Text',
|
||||
'setting' => 'Setting',
|
||||
'settings' => 'Settings',
|
||||
'show_alerts_in_menu' => 'Show alerts in top menu',
|
||||
'show_archived_in_list' => 'Archived Assets',
|
||||
'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing',
|
||||
'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)',
|
||||
'next_auto_tag_base' => 'Next auto-increment',
|
||||
'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',
|
||||
'full_multiple_companies_support_help_text' => 'Membatasi pengguna (termasuk admin) yang ditugaskan ke perusahaan untuk aset perusahaan mereka.',
|
||||
'full_multiple_companies_support_text' => 'Dukungan Banyak Perusahaan',
|
||||
'optional' => 'pilihan',
|
||||
'per_page' => 'Hasil Per Halaman',
|
||||
'php' => 'Versi PHP',
|
||||
'php_gd_info' => 'Anda harus menginstall php-gd untuk menampilkan kode QR, lihat petunjuk pemasangan.',
|
||||
'php_gd_warning' => 'Pengolahan gambar PHP dan plugin GD TIDAK terpasang.',
|
||||
'pwd_secure_complexity' => 'Kompleksitas Kata Sandi',
|
||||
'pwd_secure_complexity_help' => 'Pilih aturan kerumitan kompleksitas yang ingin anda tegakkan.',
|
||||
'pwd_secure_min' => 'Karakter Minimal Kata Sandi',
|
||||
'pwd_secure_min_help' => 'Nilai Paling sedikit yang diizinkan adalah 5',
|
||||
'pwd_secure_uncommon' => 'Mencegah kata Sandi Umum',
|
||||
'pwd_secure_uncommon_help' => 'Ini akan melarang pengguna menggunakan kata kunci umum dari 10.000 sandi teratas yang dilaporkan mengalami pelanggaran.',
|
||||
'qr_help' => 'Aktifkan kode QR terlebih dahulu untuk mengatur ini',
|
||||
'qr_text' => 'Tulis Kode QR',
|
||||
'setting' => 'Diatur',
|
||||
'settings' => 'Pengaturan',
|
||||
'show_alerts_in_menu' => 'Tampilkan peringatan di menu atas',
|
||||
'show_archived_in_list' => 'Aset yang di Arsipkan',
|
||||
'show_archived_in_list_text' => 'Tampilkan aset yang di arsipkan dalam daftar "semua aset"',
|
||||
'site_name' => 'Nama Situs',
|
||||
'slack_botname' => 'Nama Bot Slack',
|
||||
'slack_channel' => 'Saluran Slack',
|
||||
'slack_endpoint' => 'Titik Akhir Slack',
|
||||
'slack_integration' => 'Pengaturan Slack',
|
||||
'slack_integration_help' => 'Integrasi Slack bersifat opsional, namun titik akhir dan saluran diperlukan jika anda ingin menggunakannya. Untuk mengkonfigurasi integrasi Slack, anda harus terlebih dahulu<a href=":slack_link" target="_new">buat webhook masuk</a> di akun slack anda.',
|
||||
'snipe_version' => 'Versi Snipe-IT',
|
||||
'system' => 'Informasi Sistem',
|
||||
'update' => 'Perbarui Setelan',
|
||||
'value' => 'Jumlah',
|
||||
'brand' => 'Bermerek',
|
||||
'about_settings_title' => 'Tentang Pengaturan',
|
||||
'about_settings_text' => 'Pengaturan ini memungkinkan anda menyesuaikan aspek-aspek tertentu dari instalasi anda.',
|
||||
'labels_per_page' => 'Label per halaman',
|
||||
'label_dimensions' => 'Dimensi label (inci)',
|
||||
'next_auto_tag_base' => 'Berikut auto-kenaikan',
|
||||
'page_padding' => 'Margin halaman (inci)',
|
||||
'purge' => 'Bersihkan Arsip yang Dihapus',
|
||||
'labels_display_bgutter' => 'Beri label saluran bawah',
|
||||
'labels_display_sgutter' => 'Beri label sisi saluran',
|
||||
'labels_fontsize' => 'Beri label ukuran huruf',
|
||||
'labels_pagewidth' => 'Lebar lembar label',
|
||||
'labels_pageheight' => 'Tinggi lembar label',
|
||||
'label_gutters' => 'Jarak label (inci)',
|
||||
'page_dimensions' => 'Dimensi label (inci)',
|
||||
'label_fields' => 'Bidang label yang terlihat',
|
||||
'inches' => 'inci',
|
||||
'width_w' => 'w',
|
||||
'height_h' => 'h',
|
||||
'show_url_in_emails' => 'Link to Snipe-IT in Emails',
|
||||
'show_url_in_emails_help_text' => 'Uncheck this box if you do not wish to link back to your Snipe-IT installation in your email footers. Useful if most of your users never login. ',
|
||||
'show_url_in_emails' => 'Tautan ke Snipe-IT di Email',
|
||||
'show_url_in_emails_help_text' => 'Hapus centang pada kotak ini jika anda tidak ingin menautkan kembali ke instalasi Snipe-IT di email anda. Berguna jika sebagian besar pengguna anda tidak pernah masuk. ',
|
||||
'text_pt' => 'pt',
|
||||
'thumbnail_max_h' => 'Max thumbnail height',
|
||||
'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.',
|
||||
'two_factor' => 'Two Factor Authentication',
|
||||
'two_factor_secret' => 'Two-Factor Code',
|
||||
'two_factor_enrollment' => 'Two-Factor Enrollment',
|
||||
'two_factor_enabled_text' => 'Enable Two Factor',
|
||||
'two_factor_reset' => 'Reset Two-Factor Secret',
|
||||
'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ',
|
||||
'two_factor_reset_success' => 'Two factor device successfully reset',
|
||||
'two_factor_reset_error' => 'Two factor device reset failed',
|
||||
'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.',
|
||||
'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.',
|
||||
'two_factor_optional' => 'Selective (Users can enable or disable if permitted)',
|
||||
'two_factor_required' => 'Required for all users',
|
||||
'two_factor_disabled' => 'Disabled',
|
||||
'two_factor_enter_code' => 'Enter Two-Factor Code',
|
||||
'two_factor_config_complete' => 'Submit Code',
|
||||
'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.',
|
||||
'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
|
||||
'require_accept_signature' => 'Require Signature',
|
||||
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
|
||||
'left' => 'left',
|
||||
'right' => 'right',
|
||||
'top' => 'top',
|
||||
'bottom' => 'bottom',
|
||||
'vertical' => 'vertical',
|
||||
'horizontal' => 'horizontal',
|
||||
'zerofill_count' => 'Length of asset tags, including zerofill',
|
||||
'thumbnail_max_h' => 'Tinggi maks gambar saluran',
|
||||
'thumbnail_max_h_help' => 'Tinggi maksimum piksel yang dapat ditampilkan gambar saluran dalam tampilan daftar. Min 25, maks 500.',
|
||||
'two_factor' => 'Dua Faktor Otentikasi',
|
||||
'two_factor_secret' => 'Kode Dua Faktor',
|
||||
'two_factor_enrollment' => 'Pendaftaran Dua Faktor',
|
||||
'two_factor_enabled_text' => 'Aktifkan Dua Faktor',
|
||||
'two_factor_reset' => 'Atur Ulang Dua Faktor Rahasia',
|
||||
'two_factor_reset_help' => 'Ini akan memaksa pengguna untuk mendaftarkan perangkat mereka dengan Google Authenticator lagi. Ini bisa berguna jika perangkat mereka saat ini terdaftar hilang atau dicuri. ',
|
||||
'two_factor_reset_success' => 'Dua perangkat faktor berhasil di-reset',
|
||||
'two_factor_reset_error' => 'Dua faktor perangkat gagal direset',
|
||||
'two_factor_enabled_warning' => 'Mengaktifkan dua faktor jika saat ini tidak diaktifkan dan akan segera memaksa anda untuk melakukan otentikasi dengan perangkat yang terdaftar di Google Auth. Anda juga akan memiliki kemampuan untuk mendaftarkan perangkat anda jika seseorang belum terdaftar.',
|
||||
'two_factor_enabled_help' => 'Ini akan mengaktifkan autentikasi dua langkah menggunakan Google Authenticator.',
|
||||
'two_factor_optional' => 'Selektif (pengguna dapat mengaktifkan atau menonaktifkan jika diizinkan)',
|
||||
'two_factor_required' => 'Diperlukan untuk semua pengguna',
|
||||
'two_factor_disabled' => 'Dinonaktifkan',
|
||||
'two_factor_enter_code' => 'Masukkan Kode Dua Faktor',
|
||||
'two_factor_config_complete' => 'Kirim Kode',
|
||||
'two_factor_enabled_edit_not_allowed' => 'Administrator anda tidak mengizinkan anda untuk mengedit pengaturan ini.',
|
||||
'two_factor_enrollment_text' => "Diperlukan dua faktor otentikasi, namun perangkat anda belum terdaftar. Buka aplikasi Google Authenticator anda dan pindai kode QR dibawah ini untuk mendaftarkan perangkat anda. Setelah perangkat anda terdaftar, masukkan kode dibawah ini",
|
||||
'require_accept_signature' => 'Membutuhkan Tanda Tangan',
|
||||
'require_accept_signature_help_text' => 'Mengaktifkan fitur ini akan mengharuskan pengguna secara fisik menandatangani untuk menerima aset.',
|
||||
'left' => 'kiri',
|
||||
'right' => 'kanan',
|
||||
'top' => 'atas',
|
||||
'bottom' => 'bawah',
|
||||
'vertical' => 'tegak lurus',
|
||||
'horizontal' => 'mendatar',
|
||||
'zerofill_count' => 'Panjang tag aset, termasuk isian kosong',
|
||||
);
|
||||
|
|
|
@ -4,19 +4,19 @@ return array(
|
|||
|
||||
|
||||
'update' => array(
|
||||
'error' => 'An error has occurred while updating. ',
|
||||
'success' => 'Settings updated successfully.'
|
||||
'error' => 'Terjadi kesalahan saat memperbarui. ',
|
||||
'success' => 'Pengaturan berhasil diperbarui.'
|
||||
),
|
||||
'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.',
|
||||
'delete_confirm' => 'Apakah anda yakin ingin menghapus berkas cadangan ini? Tindakan ini tidak dibatalkan. ',
|
||||
'file_deleted' => 'Berkas cadangan berhasil dihapus. ',
|
||||
'generated' => 'Berkas cadangan baru berhasil dibuat.',
|
||||
'file_not_found' => 'Berkas cadangan itu tidak dapat ditemukan di peladen.',
|
||||
),
|
||||
'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.'
|
||||
'error' => 'Terjadi kesalahan saat membersihkan. ',
|
||||
'validation_failed' => 'Konfirmasi pembersihan Anda salah Ketikkan kata "HAPUS" di kotak konfirmasi.',
|
||||
'success' => 'Catatan yang dihapus berhasil dibersihkan.'
|
||||
),
|
||||
|
||||
);
|
||||
|
|
|
@ -2,31 +2,31 @@
|
|||
|
||||
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. ',
|
||||
'does_not_exist' => 'Label Status tidak tersedia.',
|
||||
'assoc_assets' => 'Label status ini dikaitkan dengan setidaknya satu aset dan tidak dapat dihapus. Harap perbarui aset anda agar tidak merujuk pada status ini dan coba lagi. ',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Status Label was not created, please try again.',
|
||||
'success' => 'Status Label created successfully.'
|
||||
'error' => 'Label status gagal dibuat, silahkan coba lagi.',
|
||||
'success' => 'Label status berhasil dibuat.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Status Label was not updated, please try again',
|
||||
'success' => 'Status Label updated successfully.'
|
||||
'error' => 'Label status gagal diperbarui, silahkan coba lagi',
|
||||
'success' => 'Label status berhasil diperbarui.'
|
||||
),
|
||||
|
||||
'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.'
|
||||
'confirm' => 'Apakah anda yakin ingin menghapus Label Status ini?',
|
||||
'error' => 'Terjadi masalah saat menghapus Label Status. Silahkan coba lagi.',
|
||||
'success' => 'Label Status berhasil dihapus.'
|
||||
),
|
||||
|
||||
'help' => array(
|
||||
'undeployable' => 'These assets cannot be assigned to anyone.',
|
||||
'undeployable' => 'Aset ini tidak dapat diberikan kepada siapapun.',
|
||||
'deployable' => 'These assets can be checked out. Once they are assigned, they will assume a meta status of <i class="fa fa-circle text-blue"></i> <strong>Deployed</strong>.',
|
||||
'archived' => 'These assets cannot be checked out, and will only show up in the Archived view. This is useful for retaining information about assets for budgeting/historic purposes but keeping them out of the day-to-day asset list.',
|
||||
'pending' => 'These assets can not yet be assigned to anyone, often used for items that are out for repair, but are expected to return to circulation.',
|
||||
'pending' => 'Aset ini belum bisa diberikan kepada siapapun, sering digunakan untuk barang yang sedang diperbaiki, namun diperkirakan akan kembali beredar.',
|
||||
),
|
||||
|
||||
);
|
||||
|
|
|
@ -4,22 +4,22 @@
|
|||
return array(
|
||||
|
||||
'assets_user' => 'Assets assigned to :name',
|
||||
'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.',
|
||||
'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.',
|
||||
'current_assets' => 'Assets currently checked out to this user',
|
||||
'clone' => 'Clone User',
|
||||
'bulk_update_warn' => 'Anda akan sunting properti dari :user_count pengguna. Silahkan catat anda tidak dapat menggubah atribut pengguna anda sendiri menggunakan formulir ini, dan harus membuat penyuntingan untuk pengguna anda sendiri secara pribadi.',
|
||||
'bulk_update_help' => 'Formulir ini membolehkan anda perbarui beberapa pengguna sekaligus. Hanya mengisi bidang yang anda perlu ubah. Setiap bidang yang kosong akan tetap tidak berubah.',
|
||||
'current_assets' => 'Aset saat ini diperiksa untuk pengguna ini',
|
||||
'clone' => 'Gandakan pengguna',
|
||||
'contact_user' => 'Contact :name',
|
||||
'edit' => 'Edit User',
|
||||
'edit' => 'Sunting Pengguna',
|
||||
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
|
||||
'history_user' => 'History for :name',
|
||||
'info' => 'Info',
|
||||
'restore_user' => 'Click here to restore them.',
|
||||
'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.',
|
||||
'restore_user' => 'Klik disini untuk mengembalikan mereka.',
|
||||
'last_login' => 'Masuk terakhir',
|
||||
'ldap_config_text' => 'Pengaturan konfigurasi LDAP dapat ditemukan di Admin > Pengaturan. Lokasi pilihan (opsional) akan di atur untuk semua pengguna yang diimpor.',
|
||||
'software_user' => 'Software Checked out to :name',
|
||||
'view_user' => 'View User :name',
|
||||
'usercsv' => 'CSV file',
|
||||
'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ',
|
||||
'usercsv' => 'Berkas CSV',
|
||||
'two_factor_admin_optin_help' => 'Pengaturan admin anda saat ini membolehkan pelaksanaan otentifikasi dua-faktor secara selektif. ',
|
||||
'two_factor_enrolled' => '2FA Device Enrolled ',
|
||||
'two_factor_active' => '2FA Active ',
|
||||
);
|
||||
|
|
|
@ -2,58 +2,58 @@
|
|||
|
||||
return array(
|
||||
|
||||
'accepted' => 'You have successfully accepted this asset.',
|
||||
'declined' => 'You have successfully declined this asset.',
|
||||
'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.',
|
||||
'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.',
|
||||
'accepted' => 'Anda sudah berhasil menerima aset ini.',
|
||||
'declined' => 'Anda sudah berhasil menolak aset ini.',
|
||||
'bulk_manager_warn' => 'Pengguna anda sudah berhasil diperbarui, namun entri manajer anda tidak disimpan karena manajer yang anda pilih juga berada dalam daftar pengguna untuk disunting, dan pengguna mungkin bukan manajer mereka sendiri. Silahkan pilih pengguna anda lagi, tidak termasuk manajernya.',
|
||||
'user_exists' => 'Pengguna sudah ada!',
|
||||
'user_not_found' => 'Pengguna [:id] tidak ada.',
|
||||
'user_login_required' => 'Bidang masuk diperlukan',
|
||||
'user_password_required' => 'Kata sandi diperlukan.',
|
||||
'insufficient_permissions' => 'Izin tidak cukup.',
|
||||
'user_deleted_warning' => 'Pengguna ini sudah dihapus. Anda harus mengembalikan pengguna ini untuk menyuntingnya atau memberikannya aset baru.',
|
||||
'ldap_not_configured' => 'Integrasi LDAP sudah tidak dikonfigurasikan untuk instalasi ini.',
|
||||
|
||||
|
||||
'success' => array(
|
||||
'create' => 'User was successfully created.',
|
||||
'update' => 'User was successfully updated.',
|
||||
'update_bulk' => 'Users were 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.',
|
||||
'create' => 'Pengguna berhasil dibuat.',
|
||||
'update' => 'Pengguna berhasil diperbarui.',
|
||||
'update_bulk' => 'Pengguna berhasil diperbarui!',
|
||||
'delete' => 'Pengguna berhasil dihapus.',
|
||||
'ban' => 'Pengguna berhasil diblokir.',
|
||||
'unban' => 'Pengguna berhasil tidak diblokir.',
|
||||
'suspend' => 'Pengguna berhasil ditangguhkan.',
|
||||
'unsuspend' => 'Pengguna berhasil tidak ditangguhkan.',
|
||||
'restored' => 'Pengguna berhasil dikembalikan.',
|
||||
'import' => 'Pengguna berhasil diimpor.',
|
||||
),
|
||||
|
||||
'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.',
|
||||
'delete_has_assets' => 'This user has items assigned and could not be deleted.',
|
||||
'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:',
|
||||
'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ',
|
||||
'create' => 'Terjadi masalah saat membuat pengguna. Silahkan coba lagi.',
|
||||
'update' => 'Terjadi masalah saat memperbarui pengguna. Silahkan coba lagi.',
|
||||
'delete' => 'Terjadi masalah saat menghapus pengguna. Silahkan coba lagi.',
|
||||
'delete_has_assets' => 'Pengguna ini memiliki item yang ditetapkan dan tidak dapat dihapus.',
|
||||
'unsuspend' => 'Terjadi masalah saat tidak menangguhkan pengguna. Silahkan coba lagi.',
|
||||
'import' => 'Terjadi masalah saat mengimpor pengguna. Silahkan coba lagi.',
|
||||
'asset_already_accepted' => 'Aset ini sudah diterima.',
|
||||
'accept_or_decline' => 'Anda harus menerima atau menolak aset ini.',
|
||||
'incorrect_user_accepted' => 'Aset yang anda sudah coba terima tidak diperiksa untuk Anda.',
|
||||
'ldap_could_not_connect' => 'Tidak dapat terhubung ke peladen LDAP. Silahkan periksa konfigurasi peladen LDAP anda di berkas konfigurasi. <br>Kesalahan dari peladen LDAP:',
|
||||
'ldap_could_not_bind' => 'Tidak dapat mengikat peladen LDAP. Silakan periksa konfigurasi peladen LDAP Anda di berkas konfigurasi LDAP. <br>Kesalahan dari peladen LDAP: ',
|
||||
'ldap_could_not_search' => 'Tidak dapat mencari peladen LDAP. Silahkan periksa konfigurasi peladen LDAP anda di berkas konfigurasi LDAP.<br>Kesalahan dari peladen LDAP:',
|
||||
'ldap_could_not_get_entries' => 'Tidak bisa mendapatkan entri dari peladen LDAP. Silakan periksa konfigurasi peladen LDAP Anda di berkas konfigurasi LDAP. <br> Kesalahan dari peladen LDAP:',
|
||||
'password_ldap' => 'Kata sandi untuk akun ini dikelola oleh LDAP/Direktori Aktif. Silakan hubungi departemen IT Anda untuk mengubah kata sandi Anda. ',
|
||||
),
|
||||
|
||||
'deletefile' => array(
|
||||
'error' => 'File not deleted. Please try again.',
|
||||
'success' => 'File successfully deleted.',
|
||||
'error' => 'Berkas tidak terhapus. Silahkan coba lagi.',
|
||||
'success' => 'Berkas berhasil dihapus.',
|
||||
),
|
||||
|
||||
'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.',
|
||||
'error' => 'Berkas(s) tidak diunggah. Silahkan coba lagi.',
|
||||
'success' => 'Berkas(s) berhasil diunggah.',
|
||||
'nofiles' => 'Anda tidak memilih berkas apa pun untuk diunggah',
|
||||
'invalidfiles' => 'Satu atau lebih berkas anda terlalu besar atau jenis berkas tidak dibolehkan. Jenis berkas yang dibolehkan adalah png, gif, jpg, doc, docx, pdf, dan txt.',
|
||||
),
|
||||
|
||||
);
|
||||
|
|
|
@ -1,38 +1,38 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'activated' => 'Active',
|
||||
'allow' => 'Allow',
|
||||
'checkedout' => 'Assets',
|
||||
'created_at' => 'Created',
|
||||
'createuser' => 'Create User',
|
||||
'deny' => 'Deny',
|
||||
'email' => 'Email',
|
||||
'activated' => 'Aktif',
|
||||
'allow' => 'Izinkan',
|
||||
'checkedout' => 'Aset',
|
||||
'created_at' => 'Dibuat',
|
||||
'createuser' => 'Membuat pengguna',
|
||||
'deny' => 'Tolak',
|
||||
'email' => 'Surel',
|
||||
'employee_num' => 'Employee No.',
|
||||
'first_name' => 'First Name',
|
||||
'first_name' => 'Nama depan',
|
||||
'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',
|
||||
'job' => 'Judul pekerjaan',
|
||||
'last_login' => 'Masuk terakhir',
|
||||
'last_name' => 'Nama Belakang',
|
||||
'location' => 'Lokasi',
|
||||
'lock_passwords' => 'Rincian masuk tidak dapat diubah pada instalasi ini.',
|
||||
'manager' => 'Manajer',
|
||||
'managed_locations' => 'Managed Locations',
|
||||
'name' => 'Name',
|
||||
'notes' => 'Notes',
|
||||
'password_confirm' => 'Confirm Password',
|
||||
'password' => 'Password',
|
||||
'phone' => 'Phone',
|
||||
'show_current' => 'Show Current Users',
|
||||
'show_deleted' => 'Show Deleted Users',
|
||||
'title' => 'Title',
|
||||
'to_restore_them' => 'to restore them.',
|
||||
'name' => 'Nama',
|
||||
'notes' => 'Catatan',
|
||||
'password_confirm' => 'Konfirmasi kata sandi',
|
||||
'password' => 'Kata Sandi',
|
||||
'phone' => 'Telepon',
|
||||
'show_current' => 'Tampilkan pengguna saat ini',
|
||||
'show_deleted' => 'Tampilkan pengguna yang dihapus',
|
||||
'title' => 'Judul',
|
||||
'to_restore_them' => 'untuk mengembalikan mereka.',
|
||||
'updateuser' => 'Update User',
|
||||
'username' => 'Username',
|
||||
'user_deleted_text' => 'This user has been marked as deleted.',
|
||||
'username' => 'Nama pengguna',
|
||||
'user_deleted_text' => 'Pengguna ini sudah ditandai sebagai sudah terhapus.',
|
||||
'username_note' => '(This is used for Active Directory binding only, not for login.)',
|
||||
'cloneuser' => 'Clone User',
|
||||
'viewusers' => 'View Users',
|
||||
'viewusers' => 'Tampilkan pengguna',
|
||||
);
|
||||
|
|
|
@ -1,12 +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',
|
||||
'send_password_link' => 'Kirim tautan atur ulang kata sandi',
|
||||
'email_reset_password' => 'Atur ulang kata sandi surel',
|
||||
'reset_password' => 'Atur ulang kata sandi',
|
||||
'login' => 'Masuk',
|
||||
'login_prompt' => 'Silahkan Masuk',
|
||||
'forgot_password' => 'Saya lupa kata sandi saya',
|
||||
'remember_me' => 'Ingatkan saya',
|
||||
];
|
||||
|
||||
|
|
|
@ -2,36 +2,36 @@
|
|||
|
||||
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.',
|
||||
'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.',
|
||||
'account_already_exists' => 'Akun dengan surel ini sudah ada.',
|
||||
'account_not_found' => 'Nama pengguna atau kata sandi salah.',
|
||||
'account_not_activated' => 'Akun pengguna ini tidak aktif.',
|
||||
'account_suspended' => 'Akun pengguna ini ditangguhkan.',
|
||||
'account_banned' => 'Akun pengguna ini diblokir.',
|
||||
'throttle' => 'Terlalu banyak percobaan masuk. Silahkan coba lagi sekitar :menit menit(s).',
|
||||
|
||||
'signin' => array(
|
||||
'error' => 'There was a problem while trying to log you in, please try again.',
|
||||
'success' => 'You have successfully logged in.',
|
||||
'error' => 'Terjadi kesalahan saat mencoba masuk, silahkan coba lagi.',
|
||||
'success' => 'Anda sudah berhasil masuk.',
|
||||
),
|
||||
|
||||
'signup' => array(
|
||||
'error' => 'There was a problem while trying to create your account, please try again.',
|
||||
'success' => 'Account sucessfully created.',
|
||||
'error' => 'Terjadi kesalahan saat mencoba buat akun anda, silahkan coba lagi.',
|
||||
'success' => 'Akun berhasil dibuat.',
|
||||
),
|
||||
|
||||
'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.',
|
||||
'error' => 'Terjadi kesalahan saat mencoba mendapatkan kode kata sandi atur ulang, silahkan coba lagi.',
|
||||
'success' => 'Surel pemulihan kata sandi sudah berhasil dikirim.',
|
||||
),
|
||||
|
||||
'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.',
|
||||
'error' => 'Terjadi kesalahan saat mencoba atur ulang kata sandi anda, silahkan coba lagi.',
|
||||
'success' => 'Kata sandi anda sudah berhasil di atur ulang.',
|
||||
),
|
||||
|
||||
'activate' => array(
|
||||
'error' => 'There was a problem while trying to activate your account, please try again.',
|
||||
'success' => 'Your account has been successfully activated.',
|
||||
'error' => 'Terjadi kesalahan saat mencoba mengaktifkan akun anda, silahkan coba lagi.',
|
||||
'success' => 'Akun anda sudah berhasil diaktifkan.',
|
||||
),
|
||||
|
||||
);
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'actions' => 'Actions',
|
||||
'add' => 'Add New',
|
||||
'cancel' => 'Cancel',
|
||||
'checkin_and_delete' => 'Checkin & Delete User',
|
||||
'delete' => 'Delete',
|
||||
'edit' => 'Edit',
|
||||
'restore' => 'Restore',
|
||||
'request' => 'Request',
|
||||
'submit' => 'Submit',
|
||||
'upload' => 'Upload',
|
||||
'select_file' => 'Select File...',
|
||||
'actions' => 'Tindakan',
|
||||
'add' => 'Tambah Baru',
|
||||
'cancel' => 'Batal',
|
||||
'checkin_and_delete' => 'Periksa dan hapus pengguna',
|
||||
'delete' => 'Hapus',
|
||||
'edit' => 'Sunting',
|
||||
'restore' => 'Kembalikan',
|
||||
'request' => 'Permintaan',
|
||||
'submit' => 'Kirim',
|
||||
'upload' => 'Unggah',
|
||||
'select_file' => 'Pilih Berkas...',
|
||||
);
|
||||
|
|
|
@ -6,12 +6,12 @@
|
|||
'accessory' => 'Accessory',
|
||||
'accessory_report' => 'Accessory Report',
|
||||
'action' => 'Action',
|
||||
'activity_report' => 'Activity Report',
|
||||
'address' => 'Address',
|
||||
'activity_report' => 'Laporan Aktifitas',
|
||||
'address' => 'Alamat',
|
||||
'admin' => 'Admin',
|
||||
'add_seats' => 'Added seats',
|
||||
'all_assets' => 'All Assets',
|
||||
'all' => 'All',
|
||||
'all' => 'Semua',
|
||||
'archived' => 'Archived',
|
||||
'asset_models' => 'Asset Models',
|
||||
'asset_model' => 'Model',
|
||||
|
@ -22,87 +22,87 @@
|
|||
'audit' => 'Audit',
|
||||
'audit_report' => 'Audit Log',
|
||||
'assets' => 'Assets',
|
||||
'avatar_delete' => 'Delete Avatar',
|
||||
'avatar_upload' => 'Upload Avatar',
|
||||
'back' => 'Back',
|
||||
'bad_data' => 'Nothing found. Maybe bad data?',
|
||||
'avatar_delete' => 'Hapus Avatar',
|
||||
'avatar_upload' => 'Unggah Avatar',
|
||||
'back' => 'Kembali',
|
||||
'bad_data' => 'Tidak ada yang ditemukan. Mungkinkah data buruk?',
|
||||
'bulkaudit' => 'Bulk Audit',
|
||||
'bulkaudit_status' => 'Audit Status',
|
||||
'bulk_checkout' => 'Bulk Checkout',
|
||||
'cancel' => 'Cancel',
|
||||
'categories' => 'Categories',
|
||||
'category' => 'Category',
|
||||
'cancel' => 'Batal',
|
||||
'categories' => 'Kategori',
|
||||
'category' => 'Kategori',
|
||||
'change' => 'In/Out',
|
||||
'changeemail' => 'Change Email Address',
|
||||
'changepassword' => 'Change Password',
|
||||
'changeemail' => 'Ubah alamat surel',
|
||||
'changepassword' => 'Ubah kata sandi',
|
||||
'checkin' => 'Checkin',
|
||||
'checkin_from' => 'Checkin from',
|
||||
'checkout' => 'Checkout',
|
||||
'city' => 'City',
|
||||
'click_here' => 'Click here',
|
||||
'city' => 'Kota',
|
||||
'click_here' => 'Klik disini',
|
||||
'clear_selection' => 'Clear Selection',
|
||||
'companies' => 'Companies',
|
||||
'company' => 'Company',
|
||||
'companies' => 'Perusahaan',
|
||||
'company' => 'Perusahaan',
|
||||
'component' => 'Component',
|
||||
'components' => 'Components',
|
||||
'complete' => 'Complete',
|
||||
'consumable' => 'Consumable',
|
||||
'consumables' => 'Consumables',
|
||||
'country' => 'Country',
|
||||
'create' => 'Create New',
|
||||
'create' => 'Buat baru',
|
||||
'created' => 'Item Created',
|
||||
'created_asset' => 'created asset',
|
||||
'created_at' => 'Created at',
|
||||
'updated_at' => 'Updated at',
|
||||
'created_at' => 'Dibuat di',
|
||||
'updated_at' => 'Diperbarui pada',
|
||||
'currency' => 'IDR', // this is deprecated
|
||||
'current' => 'Current',
|
||||
'custom_report' => 'Custom Asset Report',
|
||||
'dashboard' => 'Dashboard',
|
||||
'days' => 'days',
|
||||
'days' => 'hari',
|
||||
'days_to_next_audit' => 'Days to Next Audit',
|
||||
'date' => 'Date',
|
||||
'debug_warning' => 'Warning!',
|
||||
'date' => 'Tanggal',
|
||||
'debug_warning' => 'Peringatan!',
|
||||
'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the <code>APP_DEBUG</code> value in your <code>.env</code> file to <code>false</code>.',
|
||||
'delete' => 'Delete',
|
||||
'deleted' => 'Deleted',
|
||||
'delete_seats' => 'Deleted Seats',
|
||||
'delete' => 'Hapus',
|
||||
'deleted' => 'Dihapus',
|
||||
'delete_seats' => 'Tempat dihapus',
|
||||
'departments' => 'Departments',
|
||||
'department' => 'Department',
|
||||
'deployed' => 'Deployed',
|
||||
'depreciation_report' => 'Depreciation Report',
|
||||
'download' => 'Download',
|
||||
'download' => 'Unduh',
|
||||
'depreciation' => 'Depreciation',
|
||||
'editprofile' => 'Edit Your Profile',
|
||||
'editprofile' => 'Sunting profil anda',
|
||||
'eol' => 'EOL',
|
||||
'email_domain' => 'Email Domain',
|
||||
'email_format' => 'Email Format',
|
||||
'email_domain_help' => 'This is used to generate email addresses when importing',
|
||||
'email_format' => 'Format Surel',
|
||||
'email_domain_help' => 'Ini digunakan untuk menghasilkan alamat surel ketika saat mengimpor',
|
||||
'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',
|
||||
'firstname_lastname_format' => 'Nama Depan Nama Belakang (jane.smith@example.com)',
|
||||
'first' => 'Pertama',
|
||||
'first_name' => 'Nama Pertama',
|
||||
'first_name_format' => 'Nama Depan (jane@example.com)',
|
||||
'file_name' => 'Berkas',
|
||||
'file_uploads' => 'File Uploads',
|
||||
'generate' => 'Generate',
|
||||
'github_markdown' => 'This field accepts <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||
'groups' => 'Groups',
|
||||
'gravatar_email' => 'Gravatar Email Address',
|
||||
'history' => 'History',
|
||||
'history_for' => 'History for',
|
||||
'history' => 'Riwayat',
|
||||
'history_for' => 'Riwayat untuk',
|
||||
'id' => 'ID',
|
||||
'image' => 'Image',
|
||||
'image_delete' => 'Delete Image',
|
||||
'image_upload' => 'Upload Image',
|
||||
'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.',
|
||||
'import' => 'Import',
|
||||
'import-history' => 'Import History',
|
||||
'image' => 'Gambar',
|
||||
'image_delete' => 'Hapus Gambar',
|
||||
'image_upload' => 'Unggah Gambar',
|
||||
'image_filetypes_help' => 'Jenis berkas yang diterima adalah jpg, png, gif, dan svg.',
|
||||
'import' => 'Impor',
|
||||
'import-history' => 'Riwayat Impor',
|
||||
'asset_maintenance' => 'Asset Maintenance',
|
||||
'asset_maintenance_report' => 'Asset Maintenance Report',
|
||||
'asset_maintenances' => 'Asset Maintenances',
|
||||
'item' => 'Item',
|
||||
'insufficient_permissions' => 'Insufficient permissions!',
|
||||
'language' => 'Language',
|
||||
'language' => 'Bahasa',
|
||||
'last' => 'Last',
|
||||
'last_login' => 'Last Login',
|
||||
'last_name' => 'Last Name',
|
||||
|
@ -130,48 +130,48 @@
|
|||
'next' => 'Next',
|
||||
'next_audit_date' => 'Next Audit Date',
|
||||
'last_audit' => 'Last Audit',
|
||||
'new' => 'new!',
|
||||
'new' => 'baru!',
|
||||
'no_depreciation' => 'No Depreciation',
|
||||
'no_results' => 'No Results.',
|
||||
'no' => 'No',
|
||||
'notes' => 'Notes',
|
||||
'no_results' => 'Tidak ada Hasil.',
|
||||
'no' => 'Tidak',
|
||||
'notes' => 'Catatan',
|
||||
'order_number' => 'Order Number',
|
||||
'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',
|
||||
'pending' => 'Tertunda',
|
||||
'people' => 'Orang',
|
||||
'per_page' => 'Hasil per Halaman',
|
||||
'previous' => 'Sebelumnya',
|
||||
'processing' => 'Processing',
|
||||
'profile' => 'Your profile',
|
||||
'purchase_cost' => 'Purchase Cost',
|
||||
'purchase_date' => 'Purchase Date',
|
||||
'profile' => 'Profil anda',
|
||||
'purchase_cost' => 'Harga pembelian',
|
||||
'purchase_date' => 'Tanggal Pembelian',
|
||||
'qty' => 'QTY',
|
||||
'quantity' => 'Quantity',
|
||||
'ready_to_deploy' => 'Ready to Deploy',
|
||||
'recent_activity' => 'Recent Activity',
|
||||
'recent_activity' => 'Aktifitas tebaru',
|
||||
'remove_company' => 'Remove Company Association',
|
||||
'reports' => 'Reports',
|
||||
'restored' => 'restored',
|
||||
'requested' => 'Requested',
|
||||
'request_canceled' => 'Request Canceled',
|
||||
'save' => 'Save',
|
||||
'select' => 'Select',
|
||||
'search' => 'Search',
|
||||
'select_category' => 'Select a Category',
|
||||
'reports' => 'Laporan',
|
||||
'restored' => 'dikembalikan',
|
||||
'requested' => 'Diminta',
|
||||
'request_canceled' => 'Permintaan dibatalkan',
|
||||
'save' => 'Simpan',
|
||||
'select' => 'Pilih',
|
||||
'search' => 'Cari',
|
||||
'select_category' => 'Pilih kategori',
|
||||
'select_department' => 'Select a Department',
|
||||
'select_depreciation' => 'Select a Depreciation Type',
|
||||
'select_location' => 'Select a Location',
|
||||
'select_location' => 'Pilih lokasi',
|
||||
'select_manufacturer' => 'Select a Manufacturer',
|
||||
'select_model' => 'Select a Model',
|
||||
'select_supplier' => 'Select a Supplier',
|
||||
'select_user' => 'Select a User',
|
||||
'select_date' => 'Select Date (YYYY-MM-DD)',
|
||||
'select_statuslabel' => 'Select Status',
|
||||
'select_company' => 'Select Company',
|
||||
'select_user' => 'Pilih pengguna',
|
||||
'select_date' => 'Pilih tanggal (YYYY-MM-DD)',
|
||||
'select_statuslabel' => 'Pilih status',
|
||||
'select_company' => 'Pilih perusahaan',
|
||||
'select_asset' => 'Select Asset',
|
||||
'settings' => 'Settings',
|
||||
'sign_in' => 'Sign in',
|
||||
'settings' => 'Pengaturan',
|
||||
'sign_in' => 'Masuk',
|
||||
'signature' => 'Signature',
|
||||
'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.',
|
||||
'site_name' => 'Site Name',
|
||||
|
@ -206,5 +206,5 @@
|
|||
'yes' => 'Yes',
|
||||
'zip' => 'Zip',
|
||||
'noimage' => 'No image uploaded or image not found.',
|
||||
'token_expired' => 'Your form session has expired. Please try again.',
|
||||
'token_expired' => 'Sesi formulir anda sudah berakhir. Silahkan coba lagi.',
|
||||
];
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'a_user_canceled' => 'A user has canceled an item request on the website',
|
||||
'a_user_requested' => 'A user has requested an item on the website',
|
||||
'a_user_canceled' => 'Pengguna sudah membatalkan permintaan item di situs web',
|
||||
'a_user_requested' => 'Pengguna sudah meminta sebuah item di situs web',
|
||||
'accessory_name' => 'Accessory Name:',
|
||||
'additional_notes' => 'Additional Notes:',
|
||||
'admin_has_created' => 'An administrator has created an account for you on the :web website.',
|
||||
'additional_notes' => 'Catatan Tambahan:',
|
||||
'admin_has_created' => 'Admin sudah membuat akun untuk anda di :web situs web.',
|
||||
'asset' => 'Asset:',
|
||||
'asset_name' => 'Asset Name:',
|
||||
'asset_requested' => 'Asset requested',
|
||||
|
@ -13,28 +13,28 @@ return array(
|
|||
'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees
|
||||
expiring in the next 60 days.',
|
||||
'assigned_to' => 'Assigned To',
|
||||
'best_regards' => 'Best regards,',
|
||||
'canceled' => 'Canceled:',
|
||||
'best_regards' => 'Salam hormat,',
|
||||
'canceled' => 'Dibatalkan:',
|
||||
'checkin_date' => 'Checkin Date:',
|
||||
'checkout_date' => 'Checkout Date:',
|
||||
'click_to_confirm' => 'Please click on the following link to confirm your :web account:',
|
||||
'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.',
|
||||
'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.',
|
||||
'click_on_the_link_asset' => 'Silahkan klik pada tautan di bawah untuk konfirmasi anda sudah menerima aset itu.',
|
||||
'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.',
|
||||
'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.',
|
||||
'Confirm_accessory_delivery' => 'Confirm accessory delivery.',
|
||||
'Confirm_asset_delivery' => 'Confirm asset delivery.',
|
||||
'Confirm_consumable_delivery' => 'Confirm consumable delivery.',
|
||||
'current_QTY' => 'Current QTY',
|
||||
'Days' => 'Days',
|
||||
'days' => 'Days',
|
||||
'Days' => 'Hari',
|
||||
'days' => 'Hari',
|
||||
'expecting_checkin_date' => 'Expected Checkin Date:',
|
||||
'expires' => 'Expires',
|
||||
'Expiring_Assets_Report' => 'Expiring Assets Report.',
|
||||
'Expiring_Licenses_Report' => 'Expiring Licenses Report.',
|
||||
'hello' => 'Hello',
|
||||
'hi' => 'Hi',
|
||||
'i_have_read' => 'I have read and agree to the terms of use, and have received this item.',
|
||||
'expires' => 'Berakhir',
|
||||
'Expiring_Assets_Report' => 'Laporan aset berakhir.',
|
||||
'Expiring_Licenses_Report' => 'Laporan lisensi berakhir.',
|
||||
'hello' => 'Halo',
|
||||
'hi' => 'Hai',
|
||||
'i_have_read' => 'Saya sudah baca dan menyetujui syarat penggunaan, dan sudah menerima item ini.',
|
||||
'item' => 'Item:',
|
||||
'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum
|
||||
inventory or will soon be low.',
|
||||
|
@ -43,20 +43,19 @@ return array(
|
|||
'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.',
|
||||
'link_to_update_password' => 'Please click on the following link to update your :web password:',
|
||||
'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
|
||||
'login' => 'Login:',
|
||||
'login' => 'Masuk:',
|
||||
'Low_Inventory_Report' => 'Low Inventory Report',
|
||||
'min_QTY' => 'Min QTY',
|
||||
'name' => 'Name',
|
||||
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
|
||||
'password' => 'Password:',
|
||||
'password_reset' => 'Password Reset',
|
||||
'name' => 'Nama',
|
||||
'new_item_checked' => 'Item baru sudah diperiksa atas nama anda, rinciannya dibawah ini.',
|
||||
'password' => 'Kata Sandi:',
|
||||
'password_reset' => 'Atur ulang kata sandi',
|
||||
|
||||
'read_the_terms' => 'Please read the terms of use below.',
|
||||
'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read
|
||||
and agree to the terms of use, and have received the asset.',
|
||||
'requested' => 'Requested:',
|
||||
'reset_link' => 'Your Password Reset Link',
|
||||
'reset_password' => 'Click here to reset your password:',
|
||||
'read_the_terms' => 'Silahkan baca syarat penggunaan dibawah ini.',
|
||||
'read_the_terms_and_click' => 'Silahkan baca syarat penggunaan dibawah ini, dan klik pada tautan di bawah untuk mengkonfirmasi anda sudah dan menyetujui syarat penggunaan, dan sudah menerima aset itu.',
|
||||
'requested' => 'Diminta:',
|
||||
'reset_link' => 'Tautan Atur ulang kata sandi anda',
|
||||
'reset_password' => 'Klik disini untuk atur ulang kata sandi anda:',
|
||||
'serial' => 'Serial',
|
||||
'supplier' => 'Supplier',
|
||||
'tag' => 'Tag',
|
||||
|
@ -64,11 +63,11 @@ return array(
|
|||
'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)',
|
||||
'the_following_item' => 'The following item has been checked in: ',
|
||||
'There_are' => '{1} There is|[2,Inf] There are',
|
||||
'to_reset' => 'To reset your :web password, complete this form:',
|
||||
'type' => 'Type',
|
||||
'user' => 'User',
|
||||
'username' => 'Username',
|
||||
'welcome' => 'Welcome :name',
|
||||
'welcome_to' => 'Welcome to :web!',
|
||||
'to_reset' => 'Untuk atur ulang kata sandi situs web: anda, lengkapi formulir ini:',
|
||||
'type' => 'Jenis',
|
||||
'user' => 'Pengguna:',
|
||||
'username' => 'Nama pengguna:',
|
||||
'welcome' => 'Selamat datang :nama',
|
||||
'welcome_to' => 'Selamat datang di :Web!',
|
||||
'your_credentials' => 'Your Snipe-IT credentials',
|
||||
);
|
||||
|
|
|
@ -13,8 +13,8 @@ return array(
|
|||
|
|
||||
*/
|
||||
|
||||
'previous' => '« Previous',
|
||||
'previous' => '« Sebelumnya',
|
||||
|
||||
'next' => 'Next »',
|
||||
'next' => 'Selanjutnya »',
|
||||
|
||||
);
|
||||
|
|
|
@ -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' => 'Tautan kata sandi anda sudah dikirim!',
|
||||
'user' => 'Pengguna tidak ada atau tidak mempunyai alamat surel yang terkait',
|
||||
];
|
||||
|
||||
|
|
|
@ -13,12 +13,12 @@ return array(
|
|||
|
|
||||
*/
|
||||
|
||||
"password" => "Passwords must be six characters and match the confirmation.",
|
||||
"password" => "Kata sandi harus ada enam karakter dan sesuai dengan konfirmasi.",
|
||||
|
||||
"user" => "Username or email address is incorrect",
|
||||
"user" => "Nama pengguna atau alamat surel salah",
|
||||
|
||||
"token" => "This password reset token is invalid.",
|
||||
"token" => "Token atur ulang kata sandi ini tidak valid.",
|
||||
|
||||
"sent" => "If a matching email address was found, a password reminder has been sent!",
|
||||
"sent" => "Jika alamat surel yang sesuai ditemukan, pengingat kata sandi sudah dikirim!",
|
||||
|
||||
);
|
||||
|
|
|
@ -115,10 +115,10 @@ return array(
|
|||
|
||||
'custom' => [
|
||||
'alpha_space' => "The :attribute field contains a character that is not allowed.",
|
||||
"email_array" => "One or more email addresses is invalid.",
|
||||
"hashed_pass" => "Your current password is incorrect",
|
||||
'dumbpwd' => 'That password is too common.',
|
||||
"statuslabel_type" => "You must select a valid status label type",
|
||||
"email_array" => "Satu atau lebih alamat surel tidak valid.",
|
||||
"hashed_pass" => "Kata sandi anda saat ini salah",
|
||||
'dumbpwd' => 'Kata sandi itu terlalu umum.',
|
||||
"statuslabel_type" => "Anda harus pilih jenis label status yang valid",
|
||||
],
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Mantenimiento de Equipo',
|
||||
'asset_name' => 'Nombre del Equipo',
|
||||
'title' => 'Mantenimiento de Activos',
|
||||
'asset_name' => 'Nombre del Activo',
|
||||
'is_warranty' => 'Garantía',
|
||||
'dl_csv' => 'Descargar CSV'
|
||||
];
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'about_categories_title' => 'Sobre categorias',
|
||||
'about_categories_title' => 'Acerca de Categorías',
|
||||
'about_categories' => 'Las categorías te ayudan a organizar los equipos. Ejemplos de categorías: "PCs", "Portátiles", "Móviles", "Tabletas", etc.',
|
||||
'asset_categories' => 'Categorias',
|
||||
'category_name' => 'Categoría',
|
||||
|
|
|
@ -25,8 +25,8 @@ return array(
|
|||
'custom_css_help' => '사용하려는 사용자 CSS를 입력하세요. <style></style> 태그들은 넣지 마세요.',
|
||||
'custom_forgot_pass_url' => '사용자정의 암호 재설정 URL',
|
||||
'custom_forgot_pass_url_help' => '이것은 로그인 화면에 내장된 잊어버린 비밀번호 URL을 변경하여, 내부 또는 호스트 LDAP 암호 재설정 기능으로 사람들을 안내할 때 유용합니다. 로컬 사용자가 잊어버린 비밀번호 기능을 효과적으로 비활성화합니다.',
|
||||
'dashboard_message' => 'Dashboard Message',
|
||||
'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.',
|
||||
'dashboard_message' => '대시보드 메시지',
|
||||
'dashboard_message_help' => '이 문구는 대시보드 조회 권한이 있는 모든 사용자 대상으로 대시보드에 표시됩니다.',
|
||||
'default_currency' => '기본 통화',
|
||||
'default_eula_text' => '기본 사용권 계약',
|
||||
'default_language' => '기본 언어',
|
||||
|
@ -94,8 +94,8 @@ return array(
|
|||
'setting' => '설정',
|
||||
'settings' => '설정',
|
||||
'show_alerts_in_menu' => '상단 메뉴에 경고 표시',
|
||||
'show_archived_in_list' => 'Archived Assets',
|
||||
'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing',
|
||||
'show_archived_in_list' => '보관된 자산',
|
||||
'show_archived_in_list_text' => '"모든 자산" 목족에 보관된 자산 표시',
|
||||
'site_name' => '사이트 명',
|
||||
'slack_botname' => 'Slack Bot 명',
|
||||
'slack_channel' => 'Slack 채널',
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
'file_name' => '파일',
|
||||
'file_uploads' => '파일 올리기',
|
||||
'generate' => '생성',
|
||||
'github_markdown' => 'This field accepts <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||
'github_markdown' => '이 항목은 <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>을 채택합니다.',
|
||||
'groups' => '그룹',
|
||||
'gravatar_email' => 'Gravatar 메일 주소',
|
||||
'history' => '기록',
|
||||
|
|
|
@ -26,7 +26,7 @@ return array(
|
|||
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||
'dashboard_message' => 'Dashboard Message',
|
||||
'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.',
|
||||
'dashboard_message_help' => 'Šis tekstas bus rodomas valdymo skydelyje, kiekvienam turinčiam teisę peržiūrėti valdymo skydelį.',
|
||||
'default_currency' => 'Numatytoji valiuta',
|
||||
'default_eula_text' => 'Numatytasis EULA',
|
||||
'default_language' => 'Numatyta kalba',
|
||||
|
@ -93,7 +93,7 @@ return array(
|
|||
'qr_text' => 'QR kodo tekstas',
|
||||
'setting' => 'Nustatymai',
|
||||
'settings' => 'Nustatymai',
|
||||
'show_alerts_in_menu' => 'Show alerts in top menu',
|
||||
'show_alerts_in_menu' => 'Rodyti įspėjimus viršutiniame meniu',
|
||||
'show_archived_in_list' => 'Archived Assets',
|
||||
'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing',
|
||||
'site_name' => 'Interneto puslapio pavadinimas',
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
'checkout' => 'Išimti',
|
||||
'city' => 'Miestas',
|
||||
'click_here' => 'Paspauskite čia',
|
||||
'clear_selection' => 'Clear Selection',
|
||||
'clear_selection' => 'Išvalyti pasirinkimą',
|
||||
'companies' => 'Kompanijos',
|
||||
'company' => 'Kompanija',
|
||||
'component' => 'Komponentas',
|
||||
|
@ -91,10 +91,10 @@
|
|||
'history' => 'Istorija',
|
||||
'history_for' => 'Istorija žmogui: ',
|
||||
'id' => 'ID',
|
||||
'image' => 'Image',
|
||||
'image' => 'Paveikslėlis',
|
||||
'image_delete' => 'Ištrinti nuotrauką',
|
||||
'image_upload' => 'Įkelti nuotrauką',
|
||||
'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.',
|
||||
'image_filetypes_help' => 'Palaikomi failų formatai yra jpg, png, gif, ir svg.',
|
||||
'import' => 'Įkelti',
|
||||
'import-history' => 'Importuoti istoriją',
|
||||
'asset_maintenance' => 'Įrangos priežiūra',
|
||||
|
@ -152,7 +152,7 @@
|
|||
'recent_activity' => 'Paskutiniai veiksmai',
|
||||
'remove_company' => 'Panaikinti kompanijos asociaciją',
|
||||
'reports' => 'Ataskaitos',
|
||||
'restored' => 'restored',
|
||||
'restored' => 'atkurta',
|
||||
'requested' => 'Užklausta',
|
||||
'request_canceled' => 'Prašymas atšauktas',
|
||||
'save' => 'Išsaugoti',
|
||||
|
|
|
@ -20,7 +20,7 @@ return array(
|
|||
'field_element_short' => 'Element',
|
||||
'field_format' => 'Format',
|
||||
'field_custom_format' => 'Egendefinert Format',
|
||||
'field_custom_format_help' => 'This field allows you to use a regex expression for validation. It should start with "regex:" - for example, to validate that a custom field value contains a valid IMEI (15 numeric digits), you would use <code>regex:/^[0-9]{15}$/</code>.',
|
||||
'field_custom_format_help' => 'Dette feltet lar deg bruke et regex-uttrykk for validering. Det skal begynne med "regex:" - for eksempel å validere at en egendefinert feltverdi inneholder en gyldig IMEI (15 numeriske siffer), vil du bruke <code>regex:/^[0-9]{15}$/</code>.',
|
||||
'required' => 'Obligatorisk',
|
||||
'req' => 'Obl.',
|
||||
'used_by_models' => 'Brukes av modeller',
|
||||
|
|
|
@ -63,7 +63,7 @@ return array(
|
|||
'success' => 'Vellykket utsjekk av eiendel.',
|
||||
'user_does_not_exist' => 'Denne brukeren er ugyldig. Vennligst prøv igjen.',
|
||||
'not_available' => 'Den eiendelen er ikke tilgjengelig til å sjekkes ut!',
|
||||
'no_assets_selected' => 'You must select at least one asset from the list'
|
||||
'no_assets_selected' => 'Du må velge minst én enhet fra listen'
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
|
|
|
@ -4,9 +4,9 @@ return array(
|
|||
'about_models_title' => 'Om asset modeller',
|
||||
'about_models_text' => 'Asset modeller er en måte å gruppere identiske eiendeler. "MBP 2013", "IPhone 6s", etc.',
|
||||
'deleted' => 'Denne modellen er slettet. <a href="/hardware/models/:model_id/restore">Klikk her for å gjenopprette</a>.',
|
||||
'bulk_delete' => 'Bulk Delete Asset Models',
|
||||
'bulk_delete' => 'Bulk slett modeller',
|
||||
'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.',
|
||||
'bulk_delete_warn' => 'You are about to delete :model_count asset models.',
|
||||
'bulk_delete_warn' => 'Du er i ferd med å slette :model_count modeller.',
|
||||
'restore' => 'Gjenopprett modell',
|
||||
'requestable' => 'Brukere kan be om denne modellen',
|
||||
'show_mac_address' => 'Vis felt for MAC-adresse for denne modellen',
|
||||
|
|
|
@ -35,7 +35,7 @@ return array(
|
|||
|
||||
'bulkdelete' => array(
|
||||
'error' => 'No models were selected, so nothing was deleted.',
|
||||
'success' => ':success_count model(s) deleted!',
|
||||
'success' => ': success_count modell(er) slettet!',
|
||||
'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.'
|
||||
),
|
||||
|
||||
|
|
|
@ -23,10 +23,10 @@ return array(
|
|||
'confirm_purge_help' => 'Skriv "DELETE" i boksen under for å fjerne dine slettende data. Dette kan ikke reverseres.',
|
||||
'custom_css' => 'Egendefinert CSS',
|
||||
'custom_css_help' => 'Legg til egendefinert CSS. Ikke ta med taggene <style></style>.',
|
||||
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||
'custom_forgot_pass_url' => 'Egendefinert passord tilbakestillings-URL',
|
||||
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||
'dashboard_message' => 'Dashboard Message',
|
||||
'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.',
|
||||
'dashboard_message' => 'Dashboardmelding',
|
||||
'dashboard_message_help' => 'Denne teksten vises på dashbordet for alle som har tillatelse til å vise oversikten.',
|
||||
'default_currency' => 'Standardvaluta',
|
||||
'default_eula_text' => 'Standard EULA',
|
||||
'default_language' => 'Standardspråk',
|
||||
|
@ -94,7 +94,7 @@ return array(
|
|||
'setting' => 'Innstilling',
|
||||
'settings' => 'Innstillinger',
|
||||
'show_alerts_in_menu' => 'Show alerts in top menu',
|
||||
'show_archived_in_list' => 'Archived Assets',
|
||||
'show_archived_in_list' => 'Arkiverte eiendeler',
|
||||
'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing',
|
||||
'site_name' => 'Nettstedsnavn',
|
||||
'slack_botname' => 'Slack botnavn',
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
'checkout' => 'Sjekk ut',
|
||||
'city' => 'By',
|
||||
'click_here' => 'Klikk her',
|
||||
'clear_selection' => 'Clear Selection',
|
||||
'clear_selection' => 'Tøm valg',
|
||||
'companies' => 'Selskaper',
|
||||
'company' => 'Firmanavn',
|
||||
'component' => 'Komponent',
|
||||
|
@ -85,16 +85,16 @@
|
|||
'file_name' => 'Fil',
|
||||
'file_uploads' => 'Filopplastinger',
|
||||
'generate' => 'Generer',
|
||||
'github_markdown' => 'This field accepts <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||
'github_markdown' => 'Dette feltet tillater <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||
'groups' => 'Grupper',
|
||||
'gravatar_email' => 'Gravatar e-postadresse',
|
||||
'history' => 'Historie',
|
||||
'history_for' => 'Historikk for',
|
||||
'id' => 'ID',
|
||||
'image' => 'Image',
|
||||
'image' => 'Bilde',
|
||||
'image_delete' => 'Slett bilde',
|
||||
'image_upload' => 'Last opp bilde',
|
||||
'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.',
|
||||
'image_filetypes_help' => 'Godkjente filtyper er jpg, png, gif og svg.',
|
||||
'import' => 'Importer',
|
||||
'import-history' => 'Importhistorikk',
|
||||
'asset_maintenance' => 'Vedlikehold av eiendeler',
|
||||
|
@ -152,7 +152,7 @@
|
|||
'recent_activity' => 'Nylig aktivitet',
|
||||
'remove_company' => 'Fjern tilknytning til bedrift',
|
||||
'reports' => 'Rapporter',
|
||||
'restored' => 'restored',
|
||||
'restored' => 'gjenopprettet',
|
||||
'requested' => 'Forespurt',
|
||||
'request_canceled' => 'Forespørsel avbrutt',
|
||||
'save' => 'Lagre',
|
||||
|
|
|
@ -67,7 +67,7 @@ return array(
|
|||
'not_in' => 'Attributtet :attribute er ugyldig.',
|
||||
'numeric' => 'Attributtet :attribute må være et nummer.',
|
||||
'present' => 'Atributtfeltet :attribute må ha en verdi.',
|
||||
'valid_regex' => 'That is not a valid regex. ',
|
||||
'valid_regex' => 'Det er ikke en gyldig regex. ',
|
||||
'regex' => 'Attributt-formatet til :attribute er ugyldig.',
|
||||
'required' => 'Attributt-feltet :attribute er påkrevd.',
|
||||
'required_if' => 'Attributt-feltet :attribute er påkrevd når :oher er :value.',
|
||||
|
@ -88,7 +88,7 @@ return array(
|
|||
'unique' => 'Attributtet :attribute er allerede tatt.',
|
||||
'uploaded' => 'Atribbutet :attribute kunne ikke lastes opp.',
|
||||
'url' => 'Attributt-formatet :attribute er ugyldig.',
|
||||
"unique_undeleted" => "The :attribute must be unique.",
|
||||
"unique_undeleted" => ":attribute må være unikt.",
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
|
@ -25,8 +25,8 @@ return array(
|
|||
'custom_css_help' => 'Digite quaisquer CSS modificada que você gostaria de usar. Mas não inclua as tags <style></style>.',
|
||||
'custom_forgot_pass_url' => 'URL de redefinição de senha personalizada',
|
||||
'custom_forgot_pass_url_help' => 'Isso substitui o URL de senha esquecida na tela de login, útil para direcionar pessoas para a funcionalidade de redefinição de senha LDAP interna. Eke efetivamente desativará a funcionalidade de senha esquecida do usuário local.',
|
||||
'dashboard_message' => 'Dashboard Message',
|
||||
'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.',
|
||||
'dashboard_message' => 'Mensagem do Painel de Controle',
|
||||
'dashboard_message_help' => 'Este texto será exibido no painel de controle para qualquer pessoa com permissão para exibi-la.',
|
||||
'default_currency' => 'Moeda padrão',
|
||||
'default_eula_text' => 'EULA Padrão',
|
||||
'default_language' => 'Idioma Padrão',
|
||||
|
@ -94,8 +94,8 @@ return array(
|
|||
'setting' => 'Configuração',
|
||||
'settings' => 'Configurações',
|
||||
'show_alerts_in_menu' => 'Mostrar alertas no menu superior',
|
||||
'show_archived_in_list' => 'Archived Assets',
|
||||
'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing',
|
||||
'show_archived_in_list' => 'Ativos arquivados',
|
||||
'show_archived_in_list_text' => 'Mostrar ativos arquivados na listagem "todos os ativos"',
|
||||
'site_name' => 'Nome do Site',
|
||||
'slack_botname' => 'Botname do Stack',
|
||||
'slack_channel' => 'Canal do Stack',
|
||||
|
|
|
@ -25,8 +25,8 @@ return array(
|
|||
'custom_css_help' => '键入你喜欢的CSS格式覆盖。不要包括:<style></style> 标签。',
|
||||
'custom_forgot_pass_url' => '密码重置网址',
|
||||
'custom_forgot_pass_url_help' => '这将替换登录屏幕上的忘记密码URL,有助于将用户引导至内部或托管的LDAP密码重置服务。它将禁用本地用户密码重置功能。',
|
||||
'dashboard_message' => 'Dashboard Message',
|
||||
'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.',
|
||||
'dashboard_message' => '仪表盘消息',
|
||||
'dashboard_message_help' => '此文本将显示在仪表盘上,供有权查看仪表盘的任何人使用。',
|
||||
'default_currency' => '默认货币',
|
||||
'default_eula_text' => 'Default EULA',
|
||||
'default_language' => '默认语言',
|
||||
|
@ -94,8 +94,8 @@ return array(
|
|||
'setting' => '设置',
|
||||
'settings' => '设置',
|
||||
'show_alerts_in_menu' => '在顶部菜单中显示警告',
|
||||
'show_archived_in_list' => 'Archived Assets',
|
||||
'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing',
|
||||
'show_archived_in_list' => '归档资产',
|
||||
'show_archived_in_list_text' => '在 "所有资产" 列表中显示归档资产',
|
||||
'site_name' => '站点名称',
|
||||
'slack_botname' => 'Slack Bot名称',
|
||||
'slack_channel' => 'Slack频道',
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
'file_name' => '文件',
|
||||
'file_uploads' => '文件上传',
|
||||
'generate' => '生成',
|
||||
'github_markdown' => 'This field accepts <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||
'github_markdown' => '该字段可以使用 <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown语法</a>',
|
||||
'groups' => '分组',
|
||||
'gravatar_email' => 'Gravatar头像邮件地址',
|
||||
'history' => '历史记录',
|
||||
|
|
Loading…
Reference in a new issue