Updated translations

This commit is contained in:
snipe 2018-02-20 14:41:12 -08:00
parent cc788d3b62
commit 195dfd752d
51 changed files with 472 additions and 473 deletions

View file

@ -3,8 +3,8 @@
return array( return array(
'about_accessories_title' => 'Über Zubehör', '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.', '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_category' => 'Zubehörkategorie',
'accessory_name' => 'Zubehör Name', 'accessory_name' => 'Zubehör-Name',
'checkout' => 'Zubehör herausgeben', 'checkout' => 'Zubehör herausgeben',
'checkin' => 'Zubehör zurücknehmen', 'checkin' => 'Zubehör zurücknehmen',
'create' => 'Zubehör anlegen', 'create' => 'Zubehör anlegen',

View file

@ -4,5 +4,5 @@
'title' => 'Wartungen', 'title' => 'Wartungen',
'asset_name' => 'Asset Name', 'asset_name' => 'Asset Name',
'is_warranty' => 'Garantie', 'is_warranty' => 'Garantie',
'dl_csv' => 'Als CSV herunterladen' 'dl_csv' => 'CSV Herunterladen'
]; ];

View file

@ -10,7 +10,7 @@ return array(
'create' => 'Komponente erstellen', 'create' => 'Komponente erstellen',
'edit' => 'Komponente bearbeiten', 'edit' => 'Komponente bearbeiten',
'date' => 'Kaufdatum', 'date' => 'Kaufdatum',
'order' => 'Bestellnummer', 'order' => 'Artikelnummer',
'remaining' => 'Verbleibend', 'remaining' => 'Verbleibend',
'total' => 'Gesamt', 'total' => 'Gesamt',
'update' => 'Komponente aktualisieren', 'update' => 'Komponente aktualisieren',

View file

@ -29,13 +29,13 @@ return array(
'months' => 'Monate', 'months' => 'Monate',
'name' => 'Asset Name', 'name' => 'Asset Name',
'notes' => 'Notizen', 'notes' => 'Notizen',
'order' => 'Bestellnummer', 'order' => 'Artikelnummer',
'qr' => 'QR-Code', 'qr' => 'QR-Code',
'requestable' => 'Benutzer dürfen dieses Asset anfordern', 'requestable' => 'Benutzer dürfen dieses Asset anfordern',
'select_statustype' => 'Status Typ auswählen', 'select_statustype' => 'Status Typ auswählen',
'serial' => 'Seriennummer', 'serial' => 'Seriennummer',
'status' => 'Status', 'status' => 'Status',
'tag' => 'Asset Tag', 'tag' => 'Asset ID',
'update' => 'Asset Update', 'update' => 'Asset Update',
'warranty' => 'Garantie', 'warranty' => 'Garantie',
'years' => 'Jahre', 'years' => 'Jahre',

View file

@ -12,7 +12,7 @@ return array(
'dl_csv' => 'CSV Herunterladen', 'dl_csv' => 'CSV Herunterladen',
'eol' => 'EOL', 'eol' => 'EOL',
'id' => 'ID', 'id' => 'ID',
'location' => 'Ort', 'location' => 'Standort',
'purchase_cost' => 'Kosten', 'purchase_cost' => 'Kosten',
'purchase_date' => 'Kaufdatum', 'purchase_date' => 'Kaufdatum',
'serial' => 'Seriennummer', 'serial' => 'Seriennummer',

View file

@ -10,11 +10,11 @@ return array(
'maintained' => 'Verwaltet', 'maintained' => 'Verwaltet',
'name' => 'Software Name', 'name' => 'Software Name',
'no_depreciation' => 'Nicht abschreiben', 'no_depreciation' => 'Nicht abschreiben',
'purchase_order' => 'Bestellnummer', 'purchase_order' => 'Auftragsnummer',
'reassignable' => 'Zuweisbar', 'reassignable' => 'Zuweisbar',
'remaining_seats' => 'Verbleibende Aktivierungen', 'remaining_seats' => 'Verbleibende Aktivierungen',
'seats' => 'Anzahl Aktivierungen', 'seats' => 'Lizenzen',
'termination_date' => 'Ablaufdatum', 'termination_date' => 'Kündigungsdatum',
'to_email' => 'E-Mail des Lizenzerwerbers', 'to_email' => 'E-Mail des Lizenzerwerbers',
'to_name' => 'Name des Lizenzerwerbers', 'to_name' => 'Name des Lizenzerwerbers',
'update' => 'Lizenz aktualisieren', 'update' => 'Lizenz aktualisieren',

View file

@ -6,9 +6,9 @@ return array(
'checkin' => 'Lizenzaktivierung zurücknehmen', 'checkin' => 'Lizenzaktivierung zurücknehmen',
'checkout_history' => 'Zuweisungsverlauf', 'checkout_history' => 'Zuweisungsverlauf',
'checkout' => 'Lizenzaktivierung herausgeben', '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.', '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 ', 'history_for' => 'Verlauf für ',
'in_out' => 'Zurücknehmen/Herausgeben', 'in_out' => 'Zurücknehmen/Herausgeben',
'info' => 'Lizenzinfo', 'info' => 'Lizenzinfo',

View file

@ -1,7 +1,7 @@
<?php <?php
return array( 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.', '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', 'asset_manufacturers' => 'Asset Hersteller',
'create' => 'Hersteller anlegen', 'create' => 'Hersteller anlegen',

View file

@ -1,7 +1,7 @@
<?php <?php
return array( 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.', '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>.', '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', 'bulk_delete' => 'Massenlöschen von Asset-Modellen',

View file

@ -9,7 +9,7 @@ return array(
'create' => array( 'create' => array(
'error' => 'Modell wurde nicht erstellt. Bitte versuch es noch einmal.', 'error' => 'Modell wurde nicht erstellt. Bitte versuch es noch einmal.',
'success' => 'Modell wurde erfolgreich erstellt.', '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( 'update' => array(
@ -18,7 +18,7 @@ return array(
), ),
'delete' => 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.', 'error' => 'Beim Löschen des Modell ist ein Fehler aufgetreten. Bitte probieren Sie es noch einmal.',
'success' => 'Das Modell wurde erfolgreich gelöscht.' 'success' => 'Das Modell wurde erfolgreich gelöscht.'
), ),

View file

@ -2,7 +2,7 @@
return array( return array(
'create' => 'Asset Model erstellen', 'create' => 'Asset-Modell erstellen',
'created_at' => 'Erstellt am', 'created_at' => 'Erstellt am',
'eol' => 'EOL', 'eol' => 'EOL',
'modelnumber' => 'Modellnummer', 'modelnumber' => 'Modellnummer',

View file

@ -1,5 +1,5 @@
<?php <?php
return array( return array(
'error' => 'Sie müssen eine Option auswählen.' 'error' => 'Sie müssen mindestens eine Option auswählen.'
); );

View file

@ -25,8 +25,8 @@ return array(
'custom_css_help' => 'Füge eigenes CSS hinzu. Benutze keine &lt;style&gt;&lt;/style&gt; tags.', 'custom_css_help' => 'Füge eigenes CSS hinzu. Benutze keine &lt;style&gt;&lt;/style&gt; tags.',
'custom_forgot_pass_url' => 'Benutzerdefinierte Passwort Reset URL', '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.', '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' => 'Dashboard-Nachricht',
'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.', 'dashboard_message_help' => 'Dieser Text wird für jeden sichtbar sein, der Berechtigungen hat das Dashboard zu sehen.',
'default_currency' => 'Standardwährung', 'default_currency' => 'Standardwährung',
'default_eula_text' => 'Standard EULA', 'default_eula_text' => 'Standard EULA',
'default_language' => 'Standardsprache', 'default_language' => 'Standardsprache',
@ -94,8 +94,8 @@ return array(
'setting' => 'Einstellung', 'setting' => 'Einstellung',
'settings' => 'Einstellungen', 'settings' => 'Einstellungen',
'show_alerts_in_menu' => 'Warnungen im oberen Menü anzeigen', 'show_alerts_in_menu' => 'Warnungen im oberen Menü anzeigen',
'show_archived_in_list' => 'Archived Assets', 'show_archived_in_list' => 'Archivierte Assets',
'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing', 'show_archived_in_list_text' => 'Zeige archivierte Assets in der "Alle auflisten" Liste',
'site_name' => 'Seitenname', 'site_name' => 'Seitenname',
'slack_botname' => 'Slack Botname', 'slack_botname' => 'Slack Botname',
'slack_channel' => 'Slack Kanal', 'slack_channel' => 'Slack Kanal',

View file

@ -4,7 +4,7 @@ return array(
'update' => 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.' 'success' => 'Die Einstellungen wurden erfolgreich aktualisiert.'
), ),
'backup' => array( 'backup' => array(

View file

@ -17,7 +17,7 @@ return array(
'last_login' => 'Letzte Anmeldung', '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.', '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', 'software_user' => 'Software herausgegeben an :name',
'view_user' => 'Benutze :name ansehen', 'view_user' => 'Benutzer :name ansehen',
'usercsv' => 'CSV Datei', 'usercsv' => 'CSV Datei',
'two_factor_admin_optin_help' => 'Ihre aktuellen Administrator-Einstellungen erlauben die selektive Durchführung der zwei-Faktor-Authentifizierung. ', '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 ', 'two_factor_enrolled' => '2FA Gerät eingeschrieben ',

View file

@ -30,7 +30,7 @@ return array(
'title' => 'Titel', 'title' => 'Titel',
'to_restore_them' => 'zum Wiederherstellen.', 'to_restore_them' => 'zum Wiederherstellen.',
'updateuser' => 'Benutzer aktualisieren', 'updateuser' => 'Benutzer aktualisieren',
'username' => 'Benutzernamen', 'username' => 'Benutzername',
'user_deleted_text' => 'Dieser Benutzer wurde als gelöscht markiert.', '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.)', 'username_note' => '(Dies wird für den Bind an das Active Directory benutzt, nicht für die Anmeldung.)',
'cloneuser' => 'Benutzer kopieren', 'cloneuser' => 'Benutzer kopieren',

View file

@ -56,11 +56,11 @@
'updated_at' => 'Aktualisiert am', 'updated_at' => 'Aktualisiert am',
'currency' => '€', // this is deprecated 'currency' => '€', // this is deprecated
'current' => 'Aktuell', 'current' => 'Aktuell',
'custom_report' => 'Spezieller Asset Report', 'custom_report' => 'Benutzerdefinierter Asset-Bericht',
'dashboard' => 'Dashboard', 'dashboard' => 'Dashboard',
'days' => 'Tage', 'days' => 'Tage',
'days_to_next_audit' => 'Tage bis zum nächsten Audit', 'days_to_next_audit' => 'Tage bis zum nächsten Audit',
'date' => 'Kaufdatum', 'date' => 'Datum',
'debug_warning' => 'Warnung!', '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.', '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', 'delete' => 'Löschen',
@ -69,7 +69,7 @@
'departments' => 'Abteilungen', 'departments' => 'Abteilungen',
'department' => 'Abteilung', 'department' => 'Abteilung',
'deployed' => 'Herausgegeben', 'deployed' => 'Herausgegeben',
'depreciation_report' => 'Abschreibunsgreport', 'depreciation_report' => 'Abschreibungsbericht',
'download' => 'Download', 'download' => 'Download',
'depreciation' => 'Abschreibung', 'depreciation' => 'Abschreibung',
'editprofile' => 'Profil bearbeiten', 'editprofile' => 'Profil bearbeiten',
@ -85,7 +85,7 @@
'file_name' => 'Datei', 'file_name' => 'Datei',
'file_uploads' => 'Datei-Uploads', 'file_uploads' => 'Datei-Uploads',
'generate' => 'Generieren', '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', 'groups' => 'Gruppen',
'gravatar_email' => 'Gravatar E-Mail Adresse', 'gravatar_email' => 'Gravatar E-Mail Adresse',
'history' => 'Historie', 'history' => 'Historie',
@ -127,7 +127,7 @@
'months' => 'Monate', 'months' => 'Monate',
'moreinfo' => 'Mehr Informationen', 'moreinfo' => 'Mehr Informationen',
'name' => 'Name', 'name' => 'Name',
'next' => 'Nächstes', 'next' => 'Nächste',
'next_audit_date' => 'Nächstes Auditdatum', 'next_audit_date' => 'Nächstes Auditdatum',
'last_audit' => 'Letztes Audit', 'last_audit' => 'Letztes Audit',
'new' => 'Neu!', 'new' => 'Neu!',
@ -135,10 +135,10 @@
'no_results' => 'Keine Treffer.', 'no_results' => 'Keine Treffer.',
'no' => 'Nein', 'no' => 'Nein',
'notes' => 'Notizen', 'notes' => 'Notizen',
'order_number' => 'Bestellnummer', 'order_number' => 'Artikelnummer',
'page_menu' => 'zeige _MENU_ Einträge', 'page_menu' => 'zeige _MENU_ Einträge',
'pagination_info' => 'Zeige _START_ bis _END_ von _TOTAL_ Einträgen', 'pagination_info' => 'Zeige _START_ bis _END_ von _TOTAL_ Einträgen',
'pending' => 'Ausstehendes Asset', 'pending' => 'Ausstehende',
'people' => 'Personen', 'people' => 'Personen',
'per_page' => 'Ergebnisse pro Seite', 'per_page' => 'Ergebnisse pro Seite',
'previous' => 'Vorherige', 'previous' => 'Vorherige',
@ -172,7 +172,7 @@
'select_asset' => 'Asset auswählen', 'select_asset' => 'Asset auswählen',
'settings' => 'Einstellungen', 'settings' => 'Einstellungen',
'sign_in' => 'Einloggen', 'sign_in' => 'Einloggen',
'signature' => 'Signatur', 'signature' => 'Unterschrift',
'some_features_disabled' => 'Einige Funktionen sind für den DEMO-Modus deaktiviert.', 'some_features_disabled' => 'Einige Funktionen sind für den DEMO-Modus deaktiviert.',
'site_name' => 'Seitenname', 'site_name' => 'Seitenname',
'state' => 'Bundesland', 'state' => 'Bundesland',
@ -194,7 +194,7 @@
'username_format' => 'Format der Benutzernamen', 'username_format' => 'Format der Benutzernamen',
'update' => 'Aktualisieren', 'update' => 'Aktualisieren',
'uploaded' => 'Hochgeladen', 'uploaded' => 'Hochgeladen',
'user' => 'Nutzer', 'user' => 'Benutzer',
'accepted' => 'angenommen', 'accepted' => 'angenommen',
'declined' => 'abgelehnt', 'declined' => 'abgelehnt',
'unaccepted_asset_report' => 'Nicht akzeptierte Assets', 'unaccepted_asset_report' => 'Nicht akzeptierte Assets',

View file

@ -2,7 +2,7 @@
return array( return array(
'about_groups_title' => 'About Groups', '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', 'group_management' => 'Group Management',
'create' => 'Create New Group', 'create' => 'Create New Group',
'update' => 'Edit Group', 'update' => 'Edit Group',

View file

@ -1,7 +1,7 @@
<?php <?php
return array( 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.', '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', 'asset_manufacturers' => 'Asset Manufacturers',
'create' => 'Create Manufacturer', 'create' => 'Create Manufacturer',

View file

@ -2,20 +2,20 @@
return array( return array(
'does_not_exist' => 'Department does not exist.', 'does_not_exist' => 'Departemen tidak ada.',
'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. ', '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( 'create' => array(
'error' => 'Department was not created, please try again.', 'error' => 'Komponen belum dibuat, silahkan coba lagi.',
'success' => 'Department created successfully.' 'success' => 'Komponen berhasil dibuat.'
), ),
'update' => array( 'update' => array(
'error' => 'Department was not updated, please try again', 'error' => 'Komponen belum diperbaharui, silahkan coba lagi',
'success' => 'Department updated successfully.' 'success' => 'Komponen berhasil dibuat.'
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this department?', 'confirm' => 'Anda yakin akan mengahpus komponen ini?',
'error' => 'There was an issue deleting the department. Please try again.', 'error' => 'Ada masalah untuk hapus komponen, silahkan coba kembali.',
'success' => 'The department was deleted successfully.' 'success' => 'Komponen berhasil dihapus.'
) )
); );

View file

@ -1,159 +1,159 @@
<?php <?php
return array( return array(
'ad' => 'Active Directory', 'ad' => 'Direktori Berkas',
'ad_domain' => 'Active Directory domain', 'ad_domain' => 'Domain Direktori Aktif',
'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.', 'ad_domain_help' => 'Terkadang ini sama dengan domain email anda, tapi tidak selalu.',
'is_ad' => 'This is an Active Directory server', 'is_ad' => 'Ini adalah server aktif direktori',
'alert_email' => 'Send alerts to', 'alert_email' => 'Kirim peringatan kepada',
'alerts_enabled' => 'Alerts Enabled', 'alerts_enabled' => 'Peringatan Email Diaktifkan',
'alert_interval' => 'Expiring Alerts Threshold (in days)', 'alert_interval' => 'Ambang batas waktu kadaluwarsa (dalam beberapa hari)',
'alert_inv_threshold' => 'Inventory Alert Threshold', 'alert_inv_threshold' => 'Ambang Batas Invertaris',
'asset_ids' => 'Asset IDs', 'asset_ids' => 'ID Aset',
'audit_interval' => 'Audit Interval', 'audit_interval' => 'Memeriksa perbedaan',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', 'audit_interval_help' => 'Jika anda diminta untuk melakukan audit aset secara fisik dengan teratur, maka masukkan selang waktu dalam beberapa bulan.',
'audit_warning_days' => 'Audit Warning Threshold', 'audit_warning_days' => 'Ambang Peringatan Audit',
'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', 'audit_warning_days_help' => 'Berapa hari sebelum kami harus memperingatkan aset yang akan dilelang?',
'auto_increment_assets' => 'Generate auto-incrementing asset IDs', 'auto_increment_assets' => 'Buat peningkatan ID otomatis',
'auto_increment_prefix' => 'Prefix (optional)', 'auto_increment_prefix' => 'Awalan (opsional)',
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', 'auto_incrementing_help' => 'Aktifkan aset peningkatan ID terlebih dahulu untuk mengatur ini',
'backups' => 'Backups', 'backups' => 'Cadangkan',
'barcode_settings' => 'Barcode Settings', 'barcode_settings' => 'Pengaturan Kode batang',
'confirm_purge' => 'Confirm Purge', 'confirm_purge' => 'Konfirmasi Pembersihan',
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.', 'confirm_purge_help' => 'Masukkan tulisan "HAPUS" dalam kotak dibawah ini untuk membersihkan catatan yang telah dihapus. Tindakan ini tidak bisa dibatalkan.',
'custom_css' => 'Custom CSS', 'custom_css' => 'Kustom 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.', 'custom_css_help' => 'Masukkan setiap penimpaan CSS ubah sesuai yang ingin anda gunakan jangan sertakan&lt;gaya&lt;/gaya&gt;tag.',
'custom_forgot_pass_url' => 'Custom Password Reset URL', 'custom_forgot_pass_url' => 'Atur Ulang Kata Sandi URL tempahan',
'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.', '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' => 'Dashboard Message', 'dashboard_message' => 'Pesan Beranda',
'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.', 'dashboard_message_help' => 'Tulisan ini akan muncul di beranda bagi siapa saja yang memiliki izin untuk melihat beranda.',
'default_currency' => 'Default Currency', 'default_currency' => 'Mata Uang bawaan',
'default_eula_text' => 'Default EULA', 'default_eula_text' => 'EULA bawaan',
'default_language' => 'Default Language', 'default_language' => 'Bahasa Dasar',
'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.', 'default_eula_help_text' => 'Anda juga dapat mengaitkan EULA kastom dengan kategori aset tertentu.',
'display_asset_name' => 'Display Asset Name', 'display_asset_name' => 'Tampilan nama aset',
'display_checkout_date' => 'Display Checkout Date', 'display_checkout_date' => 'Tampilan tanggal keluar',
'display_eol' => 'Display EOL in table view', 'display_eol' => 'Display EOL in table view',
'display_qr' => 'Display Square Codes', 'display_qr' => 'Display Square Codes',
'display_alt_barcode' => 'Display 1D barcode', 'display_alt_barcode' => 'Display 1D barcode',
'barcode_type' => '2D Barcode Type', 'barcode_type' => 'Tipe Kode Batang 2D',
'alt_barcode_type' => '1D barcode type', 'alt_barcode_type' => 'Tipe Kode Batang 1D',
'eula_settings' => 'EULA Settings', 'eula_settings' => 'Pengaturan EULA',
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.', 'eula_markdown' => 'EULA ini memungkinkan <a href="https://help.github.com/articles/github-flavored-markdown/">Github merasakan penurunan harga</a>.',
'general_settings' => 'General Settings', 'general_settings' => 'Pengaturan Umum',
'generate_backup' => 'Generate Backup', 'generate_backup' => 'Membuat Cadangan',
'header_color' => 'Header Color', 'header_color' => 'Warna Header',
'info' => 'These settings let you customize certain aspects of your installation.', 'info' => 'Penggaturan ini memungkinkan anda menyesuaikan aspek-aspek tertentu dari instalasi anda.',
'laravel' => 'Laravel Version', 'laravel' => 'Versi Laravel',
'ldap_enabled' => 'LDAP enabled', 'ldap_enabled' => 'Aktifkan LDAP',
'ldap_integration' => 'LDAP Integration', 'ldap_integration' => 'Integrasi LDAP',
'ldap_settings' => 'LDAP Settings', 'ldap_settings' => 'Pengaturan LDAP',
'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_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' => '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_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' => 'LDAP Server', 'ldap_server' => 'Server LDAP',
'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', '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' => 'LDAP SSL certificate validation',
'ldap_server_cert_ignore' => 'Allow invalid SSL Certificate', 'ldap_server_cert_ignore' => 'Izinkan Sertifikat SSL yang tidak sah',
'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_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' => 'Use TLS', 'ldap_tls' => 'Gunakan TLS',
'ldap_tls_help' => 'This should be checked only if you are running STARTTLS on your LDAP server. ', 'ldap_tls_help' => 'Ini harus diperiksa hanya jika anda menjalankan STARTTLS di server LDAP anda. ',
'ldap_uname' => 'LDAP Bind Username', 'ldap_uname' => 'LDAP Bind Username',
'ldap_pword' => 'LDAP Bind Password', 'ldap_pword' => 'LDAP Bind Password',
'ldap_basedn' => 'Base Bind DN', 'ldap_basedn' => 'Mengikat Dasar DN',
'ldap_filter' => 'LDAP Filter', 'ldap_filter' => 'Saring LDAP',
'ldap_pw_sync' => 'LDAP Password Sync', 'ldap_pw_sync' => 'Sinkronisasi kata sandi LDAP',
'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_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' => 'Username Field', 'ldap_username_field' => 'Bidang Nama Pengguna',
'ldap_lname_field' => 'Last Name', 'ldap_lname_field' => 'Nama Terakhir',
'ldap_fname_field' => 'LDAP First Name', 'ldap_fname_field' => 'Nama Depan LDAP',
'ldap_auth_filter_query' => 'LDAP Authentication query', 'ldap_auth_filter_query' => 'Permintaan otentikasi LDAP',
'ldap_version' => 'LDAP Version', 'ldap_version' => 'Versi LDAP',
'ldap_active_flag' => 'LDAP Active Flag', 'ldap_active_flag' => 'Bendera Aktif LDAP',
'ldap_emp_num' => 'LDAP Employee Number', 'ldap_emp_num' => 'Nomor Karyawan LDAP',
'ldap_email' => 'LDAP Email', 'ldap_email' => 'Email LDAP',
'load_remote_text' => 'Remote Scripts', 'load_remote_text' => 'Skrip Jarak Jauh',
'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.', 'load_remote_help_text' => 'Instalasi Snipe-IT ini bisa membuat skrip dari dunia luar.',
'login_note' => 'Login Note', 'login_note' => 'Catatan Masuk',
'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>', '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', 'logo' => 'Logo',
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.', 'full_multiple_companies_support_help_text' => 'Membatasi pengguna (termasuk admin) yang ditugaskan ke perusahaan untuk aset perusahaan mereka.',
'full_multiple_companies_support_text' => 'Full Multiple Companies Support', 'full_multiple_companies_support_text' => 'Dukungan Banyak Perusahaan',
'optional' => 'optional', 'optional' => 'pilihan',
'per_page' => 'Results Per Page', 'per_page' => 'Hasil Per Halaman',
'php' => 'PHP Version', 'php' => 'Versi PHP',
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', 'php_gd_info' => 'Anda harus menginstall php-gd untuk menampilkan kode QR, lihat petunjuk pemasangan.',
'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', 'php_gd_warning' => 'Pengolahan gambar PHP dan plugin GD TIDAK terpasang.',
'pwd_secure_complexity' => 'Password Complexity', 'pwd_secure_complexity' => 'Kompleksitas Kata Sandi',
'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', 'pwd_secure_complexity_help' => 'Pilih aturan kerumitan kompleksitas yang ingin anda tegakkan.',
'pwd_secure_min' => 'Password minimum characters', 'pwd_secure_min' => 'Karakter Minimal Kata Sandi',
'pwd_secure_min_help' => 'Minimum permitted value is 5', 'pwd_secure_min_help' => 'Nilai Paling sedikit yang diizinkan adalah 5',
'pwd_secure_uncommon' => 'Prevent common passwords', 'pwd_secure_uncommon' => 'Mencegah kata Sandi Umum',
'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', 'pwd_secure_uncommon_help' => 'Ini akan melarang pengguna menggunakan kata kunci umum dari 10.000 sandi teratas yang dilaporkan mengalami pelanggaran.',
'qr_help' => 'Enable QR Codes first to set this', 'qr_help' => 'Aktifkan kode QR terlebih dahulu untuk mengatur ini',
'qr_text' => 'QR Code Text', 'qr_text' => 'Tulis Kode QR',
'setting' => 'Setting', 'setting' => 'Diatur',
'settings' => 'Settings', 'settings' => 'Pengaturan',
'show_alerts_in_menu' => 'Show alerts in top menu', 'show_alerts_in_menu' => 'Tampilkan peringatan di menu atas',
'show_archived_in_list' => 'Archived Assets', 'show_archived_in_list' => 'Aset yang di Arsipkan',
'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing', 'show_archived_in_list_text' => 'Tampilkan aset yang di arsipkan dalam daftar "semua aset"',
'site_name' => 'Site Name', 'site_name' => 'Nama Situs',
'slack_botname' => 'Slack Botname', 'slack_botname' => 'Nama Bot Slack',
'slack_channel' => 'Slack Channel', 'slack_channel' => 'Saluran Slack',
'slack_endpoint' => 'Slack Endpoint', 'slack_endpoint' => 'Titik Akhir Slack',
'slack_integration' => 'Slack Settings', 'slack_integration' => 'Pengaturan Slack',
'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.', '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' => 'Snipe-IT version', 'snipe_version' => 'Versi Snipe-IT',
'system' => 'System Information', 'system' => 'Informasi Sistem',
'update' => 'Update Settings', 'update' => 'Perbarui Setelan',
'value' => 'Value', 'value' => 'Jumlah',
'brand' => 'Branding', 'brand' => 'Bermerek',
'about_settings_title' => 'About Settings', 'about_settings_title' => 'Tentang Pengaturan',
'about_settings_text' => 'These settings let you customize certain aspects of your installation.', 'about_settings_text' => 'Pengaturan ini memungkinkan anda menyesuaikan aspek-aspek tertentu dari instalasi anda.',
'labels_per_page' => 'Labels per page', 'labels_per_page' => 'Label per halaman',
'label_dimensions' => 'Label dimensions (inches)', 'label_dimensions' => 'Dimensi label (inci)',
'next_auto_tag_base' => 'Next auto-increment', 'next_auto_tag_base' => 'Berikut auto-kenaikan',
'page_padding' => 'Page margins (inches)', 'page_padding' => 'Margin halaman (inci)',
'purge' => 'Purge Deleted Records', 'purge' => 'Bersihkan Arsip yang Dihapus',
'labels_display_bgutter' => 'Label bottom gutter', 'labels_display_bgutter' => 'Beri label saluran bawah',
'labels_display_sgutter' => 'Label side gutter', 'labels_display_sgutter' => 'Beri label sisi saluran',
'labels_fontsize' => 'Label font size', 'labels_fontsize' => 'Beri label ukuran huruf',
'labels_pagewidth' => 'Label sheet width', 'labels_pagewidth' => 'Lebar lembar label',
'labels_pageheight' => 'Label sheet height', 'labels_pageheight' => 'Tinggi lembar label',
'label_gutters' => 'Label spacing (inches)', 'label_gutters' => 'Jarak label (inci)',
'page_dimensions' => 'Page dimensions (inches)', 'page_dimensions' => 'Dimensi label (inci)',
'label_fields' => 'Label visible fields', 'label_fields' => 'Bidang label yang terlihat',
'inches' => 'inches', 'inches' => 'inci',
'width_w' => 'w', 'width_w' => 'w',
'height_h' => 'h', 'height_h' => 'h',
'show_url_in_emails' => 'Link to Snipe-IT in Emails', 'show_url_in_emails' => 'Tautan ke Snipe-IT di Email',
'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_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', 'text_pt' => 'pt',
'thumbnail_max_h' => 'Max thumbnail height', 'thumbnail_max_h' => 'Tinggi maks gambar saluran',
'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', 'thumbnail_max_h_help' => 'Tinggi maksimum piksel yang dapat ditampilkan gambar saluran dalam tampilan daftar. Min 25, maks 500.',
'two_factor' => 'Two Factor Authentication', 'two_factor' => 'Dua Faktor Otentikasi',
'two_factor_secret' => 'Two-Factor Code', 'two_factor_secret' => 'Kode Dua Faktor',
'two_factor_enrollment' => 'Two-Factor Enrollment', 'two_factor_enrollment' => 'Pendaftaran Dua Faktor',
'two_factor_enabled_text' => 'Enable Two Factor', 'two_factor_enabled_text' => 'Aktifkan Dua Faktor',
'two_factor_reset' => 'Reset Two-Factor Secret', 'two_factor_reset' => 'Atur Ulang Dua Faktor Rahasia',
'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_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' => 'Two factor device successfully reset', 'two_factor_reset_success' => 'Dua perangkat faktor berhasil di-reset',
'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_reset_error' => 'Dua faktor perangkat gagal direset',
'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_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' => 'This will turn on two-factor authentication using Google Authenticator.', 'two_factor_enabled_help' => 'Ini akan mengaktifkan autentikasi dua langkah menggunakan Google Authenticator.',
'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_optional' => 'Selektif (pengguna dapat mengaktifkan atau menonaktifkan jika diizinkan)',
'two_factor_required' => 'Required for all users', 'two_factor_required' => 'Diperlukan untuk semua pengguna',
'two_factor_disabled' => 'Disabled', 'two_factor_disabled' => 'Dinonaktifkan',
'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_enter_code' => 'Masukkan Kode Dua Faktor',
'two_factor_config_complete' => 'Submit Code', 'two_factor_config_complete' => 'Kirim Kode',
'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enabled_edit_not_allowed' => 'Administrator anda tidak mengizinkan anda untuk mengedit pengaturan ini.',
'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", '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' => 'Require Signature', 'require_accept_signature' => 'Membutuhkan Tanda Tangan',
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'require_accept_signature_help_text' => 'Mengaktifkan fitur ini akan mengharuskan pengguna secara fisik menandatangani untuk menerima aset.',
'left' => 'left', 'left' => 'kiri',
'right' => 'right', 'right' => 'kanan',
'top' => 'top', 'top' => 'atas',
'bottom' => 'bottom', 'bottom' => 'bawah',
'vertical' => 'vertical', 'vertical' => 'tegak lurus',
'horizontal' => 'horizontal', 'horizontal' => 'mendatar',
'zerofill_count' => 'Length of asset tags, including zerofill', 'zerofill_count' => 'Panjang tag aset, termasuk isian kosong',
); );

View file

@ -4,19 +4,19 @@ return array(
'update' => array( 'update' => array(
'error' => 'An error has occurred while updating. ', 'error' => 'Terjadi kesalahan saat memperbarui. ',
'success' => 'Settings updated successfully.' 'success' => 'Pengaturan berhasil diperbarui.'
), ),
'backup' => array( 'backup' => array(
'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ', 'delete_confirm' => 'Apakah anda yakin ingin menghapus berkas cadangan ini? Tindakan ini tidak dibatalkan. ',
'file_deleted' => 'The backup file was successfully deleted. ', 'file_deleted' => 'Berkas cadangan berhasil dihapus. ',
'generated' => 'A new backup file was successfully created.', 'generated' => 'Berkas cadangan baru berhasil dibuat.',
'file_not_found' => 'That backup file could not be found on the server.', 'file_not_found' => 'Berkas cadangan itu tidak dapat ditemukan di peladen.',
), ),
'purge' => array( 'purge' => array(
'error' => 'An error has occurred while purging. ', 'error' => 'Terjadi kesalahan saat membersihkan. ',
'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.', 'validation_failed' => 'Konfirmasi pembersihan Anda salah Ketikkan kata "HAPUS" di kotak konfirmasi.',
'success' => 'Deleted records successfully purged.' 'success' => 'Catatan yang dihapus berhasil dibersihkan.'
), ),
); );

View file

@ -2,31 +2,31 @@
return array( return array(
'does_not_exist' => 'Status Label does not exist.', 'does_not_exist' => 'Label Status tidak tersedia.',
'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. ', '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( 'create' => array(
'error' => 'Status Label was not created, please try again.', 'error' => 'Label status gagal dibuat, silahkan coba lagi.',
'success' => 'Status Label created successfully.' 'success' => 'Label status berhasil dibuat.'
), ),
'update' => array( 'update' => array(
'error' => 'Status Label was not updated, please try again', 'error' => 'Label status gagal diperbarui, silahkan coba lagi',
'success' => 'Status Label updated successfully.' 'success' => 'Label status berhasil diperbarui.'
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this Status Label?', 'confirm' => 'Apakah anda yakin ingin menghapus Label Status ini?',
'error' => 'There was an issue deleting the Status Label. Please try again.', 'error' => 'Terjadi masalah saat menghapus Label Status. Silahkan coba lagi.',
'success' => 'The Status Label was deleted successfully.' 'success' => 'Label Status berhasil dihapus.'
), ),
'help' => array( '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>.', '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.', '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.',
), ),
); );

View file

@ -4,22 +4,22 @@
return array( return array(
'assets_user' => 'Assets assigned to :name', '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_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' => '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.', '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' => 'Assets currently checked out to this user', 'current_assets' => 'Aset saat ini diperiksa untuk pengguna ini',
'clone' => 'Clone User', 'clone' => 'Gandakan pengguna',
'contact_user' => 'Contact :name', '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.', 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
'history_user' => 'History for :name', 'history_user' => 'History for :name',
'info' => 'Info', 'info' => 'Info',
'restore_user' => 'Click here to restore them.', 'restore_user' => 'Klik disini untuk mengembalikan mereka.',
'last_login' => 'Last Login', 'last_login' => 'Masuk terakhir',
'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', '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', 'software_user' => 'Software Checked out to :name',
'view_user' => 'View User :name', 'view_user' => 'View User :name',
'usercsv' => 'CSV file', 'usercsv' => 'Berkas CSV',
'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', '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_enrolled' => '2FA Device Enrolled ',
'two_factor_active' => '2FA Active ', 'two_factor_active' => '2FA Active ',
); );

View file

@ -2,58 +2,58 @@
return array( return array(
'accepted' => 'You have successfully accepted this asset.', 'accepted' => 'Anda sudah berhasil menerima aset ini.',
'declined' => 'You have successfully declined this asset.', 'declined' => 'Anda sudah berhasil menolak aset ini.',
'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.', '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' => 'User already exists!', 'user_exists' => 'Pengguna sudah ada!',
'user_not_found' => 'User [:id] does not exist.', 'user_not_found' => 'Pengguna [:id] tidak ada.',
'user_login_required' => 'The login field is required', 'user_login_required' => 'Bidang masuk diperlukan',
'user_password_required' => 'The password is required.', 'user_password_required' => 'Kata sandi diperlukan.',
'insufficient_permissions' => 'Insufficient Permissions.', 'insufficient_permissions' => 'Izin tidak cukup.',
'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', 'user_deleted_warning' => 'Pengguna ini sudah dihapus. Anda harus mengembalikan pengguna ini untuk menyuntingnya atau memberikannya aset baru.',
'ldap_not_configured' => 'LDAP integration has not been configured for this installation.', 'ldap_not_configured' => 'Integrasi LDAP sudah tidak dikonfigurasikan untuk instalasi ini.',
'success' => array( 'success' => array(
'create' => 'User was successfully created.', 'create' => 'Pengguna berhasil dibuat.',
'update' => 'User was successfully updated.', 'update' => 'Pengguna berhasil diperbarui.',
'update_bulk' => 'Users were successfully updated!', 'update_bulk' => 'Pengguna berhasil diperbarui!',
'delete' => 'User was successfully deleted.', 'delete' => 'Pengguna berhasil dihapus.',
'ban' => 'User was successfully banned.', 'ban' => 'Pengguna berhasil diblokir.',
'unban' => 'User was successfully unbanned.', 'unban' => 'Pengguna berhasil tidak diblokir.',
'suspend' => 'User was successfully suspended.', 'suspend' => 'Pengguna berhasil ditangguhkan.',
'unsuspend' => 'User was successfully unsuspended.', 'unsuspend' => 'Pengguna berhasil tidak ditangguhkan.',
'restored' => 'User was successfully restored.', 'restored' => 'Pengguna berhasil dikembalikan.',
'import' => 'Users imported successfully.', 'import' => 'Pengguna berhasil diimpor.',
), ),
'error' => array( 'error' => array(
'create' => 'There was an issue creating the user. Please try again.', 'create' => 'Terjadi masalah saat membuat pengguna. Silahkan coba lagi.',
'update' => 'There was an issue updating the user. Please try again.', 'update' => 'Terjadi masalah saat memperbarui pengguna. Silahkan coba lagi.',
'delete' => 'There was an issue deleting the user. Please try again.', 'delete' => 'Terjadi masalah saat menghapus pengguna. Silahkan coba lagi.',
'delete_has_assets' => 'This user has items assigned and could not be deleted.', 'delete_has_assets' => 'Pengguna ini memiliki item yang ditetapkan dan tidak dapat dihapus.',
'unsuspend' => 'There was an issue unsuspending the user. Please try again.', 'unsuspend' => 'Terjadi masalah saat tidak menangguhkan pengguna. Silahkan coba lagi.',
'import' => 'There was an issue importing users. Please try again.', 'import' => 'Terjadi masalah saat mengimpor pengguna. Silahkan coba lagi.',
'asset_already_accepted' => 'This asset has already been accepted.', 'asset_already_accepted' => 'Aset ini sudah diterima.',
'accept_or_decline' => 'You must either accept or decline this asset.', 'accept_or_decline' => 'Anda harus menerima atau menolak aset ini.',
'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', 'incorrect_user_accepted' => 'Aset yang anda sudah coba terima tidak diperiksa untuk Anda.',
'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_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' => '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_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' => '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_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' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:', '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' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', 'password_ldap' => 'Kata sandi untuk akun ini dikelola oleh LDAP/Direktori Aktif. Silakan hubungi departemen IT Anda untuk mengubah kata sandi Anda. ',
), ),
'deletefile' => array( 'deletefile' => array(
'error' => 'File not deleted. Please try again.', 'error' => 'Berkas tidak terhapus. Silahkan coba lagi.',
'success' => 'File successfully deleted.', 'success' => 'Berkas berhasil dihapus.',
), ),
'upload' => array( 'upload' => array(
'error' => 'File(s) not uploaded. Please try again.', 'error' => 'Berkas(s) tidak diunggah. Silahkan coba lagi.',
'success' => 'File(s) successfully uploaded.', 'success' => 'Berkas(s) berhasil diunggah.',
'nofiles' => 'You did not select any files for upload', 'nofiles' => 'Anda tidak memilih berkas apa pun untuk diunggah',
'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.', '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.',
), ),
); );

View file

@ -1,38 +1,38 @@
<?php <?php
return array( return array(
'activated' => 'Active', 'activated' => 'Aktif',
'allow' => 'Allow', 'allow' => 'Izinkan',
'checkedout' => 'Assets', 'checkedout' => 'Aset',
'created_at' => 'Created', 'created_at' => 'Dibuat',
'createuser' => 'Create User', 'createuser' => 'Membuat pengguna',
'deny' => 'Deny', 'deny' => 'Tolak',
'email' => 'Email', 'email' => 'Surel',
'employee_num' => 'Employee No.', '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.', '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', 'id' => 'Id',
'inherit' => 'Inherit', 'inherit' => 'Inherit',
'job' => 'Job Title', 'job' => 'Judul pekerjaan',
'last_login' => 'Last Login', 'last_login' => 'Masuk terakhir',
'last_name' => 'Last Name', 'last_name' => 'Nama Belakang',
'location' => 'Location', 'location' => 'Lokasi',
'lock_passwords' => 'Login details cannot be changed on this installation.', 'lock_passwords' => 'Rincian masuk tidak dapat diubah pada instalasi ini.',
'manager' => 'Manager', 'manager' => 'Manajer',
'managed_locations' => 'Managed Locations', 'managed_locations' => 'Managed Locations',
'name' => 'Name', 'name' => 'Nama',
'notes' => 'Notes', 'notes' => 'Catatan',
'password_confirm' => 'Confirm Password', 'password_confirm' => 'Konfirmasi kata sandi',
'password' => 'Password', 'password' => 'Kata Sandi',
'phone' => 'Phone', 'phone' => 'Telepon',
'show_current' => 'Show Current Users', 'show_current' => 'Tampilkan pengguna saat ini',
'show_deleted' => 'Show Deleted Users', 'show_deleted' => 'Tampilkan pengguna yang dihapus',
'title' => 'Title', 'title' => 'Judul',
'to_restore_them' => 'to restore them.', 'to_restore_them' => 'untuk mengembalikan mereka.',
'updateuser' => 'Update User', 'updateuser' => 'Update User',
'username' => 'Username', 'username' => 'Nama pengguna',
'user_deleted_text' => 'This user has been marked as deleted.', 'user_deleted_text' => 'Pengguna ini sudah ditandai sebagai sudah terhapus.',
'username_note' => '(This is used for Active Directory binding only, not for login.)', 'username_note' => '(This is used for Active Directory binding only, not for login.)',
'cloneuser' => 'Clone User', 'cloneuser' => 'Clone User',
'viewusers' => 'View Users', 'viewusers' => 'Tampilkan pengguna',
); );

View file

@ -1,12 +1,12 @@
<?php <?php
return [ return [
'send_password_link' => 'Send Password Reset Link', 'send_password_link' => 'Kirim tautan atur ulang kata sandi',
'email_reset_password' => 'Email Password Reset', 'email_reset_password' => 'Atur ulang kata sandi surel',
'reset_password' => 'Reset Password', 'reset_password' => 'Atur ulang kata sandi',
'login' => 'Login', 'login' => 'Masuk',
'login_prompt' => 'Please Login', 'login_prompt' => 'Silahkan Masuk',
'forgot_password' => 'I forgot my password', 'forgot_password' => 'Saya lupa kata sandi saya',
'remember_me' => 'Remember Me', 'remember_me' => 'Ingatkan saya',
]; ];

View file

@ -2,36 +2,36 @@
return array( return array(
'account_already_exists' => 'An account with the this email already exists.', 'account_already_exists' => 'Akun dengan surel ini sudah ada.',
'account_not_found' => 'The username or password is incorrect.', 'account_not_found' => 'Nama pengguna atau kata sandi salah.',
'account_not_activated' => 'This user account is not activated.', 'account_not_activated' => 'Akun pengguna ini tidak aktif.',
'account_suspended' => 'This user account is suspended.', 'account_suspended' => 'Akun pengguna ini ditangguhkan.',
'account_banned' => 'This user account is banned.', 'account_banned' => 'Akun pengguna ini diblokir.',
'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'throttle' => 'Terlalu banyak percobaan masuk. Silahkan coba lagi sekitar :menit menit(s).',
'signin' => array( 'signin' => array(
'error' => 'There was a problem while trying to log you in, please try again.', 'error' => 'Terjadi kesalahan saat mencoba masuk, silahkan coba lagi.',
'success' => 'You have successfully logged in.', 'success' => 'Anda sudah berhasil masuk.',
), ),
'signup' => array( 'signup' => array(
'error' => 'There was a problem while trying to create your account, please try again.', 'error' => 'Terjadi kesalahan saat mencoba buat akun anda, silahkan coba lagi.',
'success' => 'Account sucessfully created.', 'success' => 'Akun berhasil dibuat.',
), ),
'forgot-password' => array( 'forgot-password' => array(
'error' => 'There was a problem while trying to get a reset password code, please try again.', 'error' => 'Terjadi kesalahan saat mencoba mendapatkan kode kata sandi atur ulang, silahkan coba lagi.',
'success' => 'Password recovery email successfully sent.', 'success' => 'Surel pemulihan kata sandi sudah berhasil dikirim.',
), ),
'forgot-password-confirm' => array( 'forgot-password-confirm' => array(
'error' => 'There was a problem while trying to reset your password, please try again.', 'error' => 'Terjadi kesalahan saat mencoba atur ulang kata sandi anda, silahkan coba lagi.',
'success' => 'Your password has been successfully reset.', 'success' => 'Kata sandi anda sudah berhasil di atur ulang.',
), ),
'activate' => array( 'activate' => array(
'error' => 'There was a problem while trying to activate your account, please try again.', 'error' => 'Terjadi kesalahan saat mencoba mengaktifkan akun anda, silahkan coba lagi.',
'success' => 'Your account has been successfully activated.', 'success' => 'Akun anda sudah berhasil diaktifkan.',
), ),
); );

View file

@ -1,15 +1,15 @@
<?php <?php
return array( return array(
'actions' => 'Actions', 'actions' => 'Tindakan',
'add' => 'Add New', 'add' => 'Tambah Baru',
'cancel' => 'Cancel', 'cancel' => 'Batal',
'checkin_and_delete' => 'Checkin & Delete User', 'checkin_and_delete' => 'Periksa dan hapus pengguna',
'delete' => 'Delete', 'delete' => 'Hapus',
'edit' => 'Edit', 'edit' => 'Sunting',
'restore' => 'Restore', 'restore' => 'Kembalikan',
'request' => 'Request', 'request' => 'Permintaan',
'submit' => 'Submit', 'submit' => 'Kirim',
'upload' => 'Upload', 'upload' => 'Unggah',
'select_file' => 'Select File...', 'select_file' => 'Pilih Berkas...',
); );

View file

@ -6,12 +6,12 @@
'accessory' => 'Accessory', 'accessory' => 'Accessory',
'accessory_report' => 'Accessory Report', 'accessory_report' => 'Accessory Report',
'action' => 'Action', 'action' => 'Action',
'activity_report' => 'Activity Report', 'activity_report' => 'Laporan Aktifitas',
'address' => 'Address', 'address' => 'Alamat',
'admin' => 'Admin', 'admin' => 'Admin',
'add_seats' => 'Added seats', 'add_seats' => 'Added seats',
'all_assets' => 'All Assets', 'all_assets' => 'All Assets',
'all' => 'All', 'all' => 'Semua',
'archived' => 'Archived', 'archived' => 'Archived',
'asset_models' => 'Asset Models', 'asset_models' => 'Asset Models',
'asset_model' => 'Model', 'asset_model' => 'Model',
@ -22,87 +22,87 @@
'audit' => 'Audit', 'audit' => 'Audit',
'audit_report' => 'Audit Log', 'audit_report' => 'Audit Log',
'assets' => 'Assets', 'assets' => 'Assets',
'avatar_delete' => 'Delete Avatar', 'avatar_delete' => 'Hapus Avatar',
'avatar_upload' => 'Upload Avatar', 'avatar_upload' => 'Unggah Avatar',
'back' => 'Back', 'back' => 'Kembali',
'bad_data' => 'Nothing found. Maybe bad data?', 'bad_data' => 'Tidak ada yang ditemukan. Mungkinkah data buruk?',
'bulkaudit' => 'Bulk Audit', 'bulkaudit' => 'Bulk Audit',
'bulkaudit_status' => 'Audit Status', 'bulkaudit_status' => 'Audit Status',
'bulk_checkout' => 'Bulk Checkout', 'bulk_checkout' => 'Bulk Checkout',
'cancel' => 'Cancel', 'cancel' => 'Batal',
'categories' => 'Categories', 'categories' => 'Kategori',
'category' => 'Category', 'category' => 'Kategori',
'change' => 'In/Out', 'change' => 'In/Out',
'changeemail' => 'Change Email Address', 'changeemail' => 'Ubah alamat surel',
'changepassword' => 'Change Password', 'changepassword' => 'Ubah kata sandi',
'checkin' => 'Checkin', 'checkin' => 'Checkin',
'checkin_from' => 'Checkin from', 'checkin_from' => 'Checkin from',
'checkout' => 'Checkout', 'checkout' => 'Checkout',
'city' => 'City', 'city' => 'Kota',
'click_here' => 'Click here', 'click_here' => 'Klik disini',
'clear_selection' => 'Clear Selection', 'clear_selection' => 'Clear Selection',
'companies' => 'Companies', 'companies' => 'Perusahaan',
'company' => 'Company', 'company' => 'Perusahaan',
'component' => 'Component', 'component' => 'Component',
'components' => 'Components', 'components' => 'Components',
'complete' => 'Complete', 'complete' => 'Complete',
'consumable' => 'Consumable', 'consumable' => 'Consumable',
'consumables' => 'Consumables', 'consumables' => 'Consumables',
'country' => 'Country', 'country' => 'Country',
'create' => 'Create New', 'create' => 'Buat baru',
'created' => 'Item Created', 'created' => 'Item Created',
'created_asset' => 'created asset', 'created_asset' => 'created asset',
'created_at' => 'Created at', 'created_at' => 'Dibuat di',
'updated_at' => 'Updated at', 'updated_at' => 'Diperbarui pada',
'currency' => 'IDR', // this is deprecated 'currency' => 'IDR', // this is deprecated
'current' => 'Current', 'current' => 'Current',
'custom_report' => 'Custom Asset Report', 'custom_report' => 'Custom Asset Report',
'dashboard' => 'Dashboard', 'dashboard' => 'Dashboard',
'days' => 'days', 'days' => 'hari',
'days_to_next_audit' => 'Days to Next Audit', 'days_to_next_audit' => 'Days to Next Audit',
'date' => 'Date', 'date' => 'Tanggal',
'debug_warning' => 'Warning!', '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>.', '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', 'delete' => 'Hapus',
'deleted' => 'Deleted', 'deleted' => 'Dihapus',
'delete_seats' => 'Deleted Seats', 'delete_seats' => 'Tempat dihapus',
'departments' => 'Departments', 'departments' => 'Departments',
'department' => 'Department', 'department' => 'Department',
'deployed' => 'Deployed', 'deployed' => 'Deployed',
'depreciation_report' => 'Depreciation Report', 'depreciation_report' => 'Depreciation Report',
'download' => 'Download', 'download' => 'Unduh',
'depreciation' => 'Depreciation', 'depreciation' => 'Depreciation',
'editprofile' => 'Edit Your Profile', 'editprofile' => 'Sunting profil anda',
'eol' => 'EOL', 'eol' => 'EOL',
'email_domain' => 'Email Domain', 'email_domain' => 'Email Domain',
'email_format' => 'Email Format', 'email_format' => 'Format Surel',
'email_domain_help' => 'This is used to generate email addresses when importing', 'email_domain_help' => 'Ini digunakan untuk menghasilkan alamat surel ketika saat mengimpor',
'filastname_format' => 'First Initial Last Name (jsmith@example.com)', 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', 'firstname_lastname_format' => 'Nama Depan Nama Belakang (jane.smith@example.com)',
'first' => 'First', 'first' => 'Pertama',
'first_name' => 'First Name', 'first_name' => 'Nama Pertama',
'first_name_format' => 'First Name (jane@example.com)', 'first_name_format' => 'Nama Depan (jane@example.com)',
'file_name' => 'File', 'file_name' => 'Berkas',
'file_uploads' => 'File Uploads', 'file_uploads' => 'File Uploads',
'generate' => 'Generate', 'generate' => 'Generate',
'github_markdown' => 'This field accepts <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.', 'github_markdown' => 'This field accepts <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
'groups' => 'Groups', 'groups' => 'Groups',
'gravatar_email' => 'Gravatar Email Address', 'gravatar_email' => 'Gravatar Email Address',
'history' => 'History', 'history' => 'Riwayat',
'history_for' => 'History for', 'history_for' => 'Riwayat untuk',
'id' => 'ID', 'id' => 'ID',
'image' => 'Image', 'image' => 'Gambar',
'image_delete' => 'Delete Image', 'image_delete' => 'Hapus Gambar',
'image_upload' => 'Upload Image', 'image_upload' => 'Unggah Gambar',
'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', 'image_filetypes_help' => 'Jenis berkas yang diterima adalah jpg, png, gif, dan svg.',
'import' => 'Import', 'import' => 'Impor',
'import-history' => 'Import History', 'import-history' => 'Riwayat Impor',
'asset_maintenance' => 'Asset Maintenance', 'asset_maintenance' => 'Asset Maintenance',
'asset_maintenance_report' => 'Asset Maintenance Report', 'asset_maintenance_report' => 'Asset Maintenance Report',
'asset_maintenances' => 'Asset Maintenances', 'asset_maintenances' => 'Asset Maintenances',
'item' => 'Item', 'item' => 'Item',
'insufficient_permissions' => 'Insufficient permissions!', 'insufficient_permissions' => 'Insufficient permissions!',
'language' => 'Language', 'language' => 'Bahasa',
'last' => 'Last', 'last' => 'Last',
'last_login' => 'Last Login', 'last_login' => 'Last Login',
'last_name' => 'Last Name', 'last_name' => 'Last Name',
@ -130,48 +130,48 @@
'next' => 'Next', 'next' => 'Next',
'next_audit_date' => 'Next Audit Date', 'next_audit_date' => 'Next Audit Date',
'last_audit' => 'Last Audit', 'last_audit' => 'Last Audit',
'new' => 'new!', 'new' => 'baru!',
'no_depreciation' => 'No Depreciation', 'no_depreciation' => 'No Depreciation',
'no_results' => 'No Results.', 'no_results' => 'Tidak ada Hasil.',
'no' => 'No', 'no' => 'Tidak',
'notes' => 'Notes', 'notes' => 'Catatan',
'order_number' => 'Order Number', 'order_number' => 'Order Number',
'page_menu' => 'Showing _MENU_ items', 'page_menu' => 'Showing _MENU_ items',
'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items',
'pending' => 'Pending', 'pending' => 'Tertunda',
'people' => 'People', 'people' => 'Orang',
'per_page' => 'Results Per Page', 'per_page' => 'Hasil per Halaman',
'previous' => 'Previous', 'previous' => 'Sebelumnya',
'processing' => 'Processing', 'processing' => 'Processing',
'profile' => 'Your profile', 'profile' => 'Profil anda',
'purchase_cost' => 'Purchase Cost', 'purchase_cost' => 'Harga pembelian',
'purchase_date' => 'Purchase Date', 'purchase_date' => 'Tanggal Pembelian',
'qty' => 'QTY', 'qty' => 'QTY',
'quantity' => 'Quantity', 'quantity' => 'Quantity',
'ready_to_deploy' => 'Ready to Deploy', 'ready_to_deploy' => 'Ready to Deploy',
'recent_activity' => 'Recent Activity', 'recent_activity' => 'Aktifitas tebaru',
'remove_company' => 'Remove Company Association', 'remove_company' => 'Remove Company Association',
'reports' => 'Reports', 'reports' => 'Laporan',
'restored' => 'restored', 'restored' => 'dikembalikan',
'requested' => 'Requested', 'requested' => 'Diminta',
'request_canceled' => 'Request Canceled', 'request_canceled' => 'Permintaan dibatalkan',
'save' => 'Save', 'save' => 'Simpan',
'select' => 'Select', 'select' => 'Pilih',
'search' => 'Search', 'search' => 'Cari',
'select_category' => 'Select a Category', 'select_category' => 'Pilih kategori',
'select_department' => 'Select a Department', 'select_department' => 'Select a Department',
'select_depreciation' => 'Select a Depreciation Type', 'select_depreciation' => 'Select a Depreciation Type',
'select_location' => 'Select a Location', 'select_location' => 'Pilih lokasi',
'select_manufacturer' => 'Select a Manufacturer', 'select_manufacturer' => 'Select a Manufacturer',
'select_model' => 'Select a Model', 'select_model' => 'Select a Model',
'select_supplier' => 'Select a Supplier', 'select_supplier' => 'Select a Supplier',
'select_user' => 'Select a User', 'select_user' => 'Pilih pengguna',
'select_date' => 'Select Date (YYYY-MM-DD)', 'select_date' => 'Pilih tanggal (YYYY-MM-DD)',
'select_statuslabel' => 'Select Status', 'select_statuslabel' => 'Pilih status',
'select_company' => 'Select Company', 'select_company' => 'Pilih perusahaan',
'select_asset' => 'Select Asset', 'select_asset' => 'Select Asset',
'settings' => 'Settings', 'settings' => 'Pengaturan',
'sign_in' => 'Sign in', 'sign_in' => 'Masuk',
'signature' => 'Signature', 'signature' => 'Signature',
'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.',
'site_name' => 'Site Name', 'site_name' => 'Site Name',
@ -206,5 +206,5 @@
'yes' => 'Yes', 'yes' => 'Yes',
'zip' => 'Zip', 'zip' => 'Zip',
'noimage' => 'No image uploaded or image not found.', '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.',
]; ];

View file

@ -1,11 +1,11 @@
<?php <?php
return array( return array(
'a_user_canceled' => 'A user has canceled an item request on the website', 'a_user_canceled' => 'Pengguna sudah membatalkan permintaan item di situs web',
'a_user_requested' => 'A user has requested an item on the website', 'a_user_requested' => 'Pengguna sudah meminta sebuah item di situs web',
'accessory_name' => 'Accessory Name:', 'accessory_name' => 'Accessory Name:',
'additional_notes' => 'Additional Notes:', 'additional_notes' => 'Catatan Tambahan:',
'admin_has_created' => 'An administrator has created an account for you on the :web website.', 'admin_has_created' => 'Admin sudah membuat akun untuk anda di :web situs web.',
'asset' => 'Asset:', 'asset' => 'Asset:',
'asset_name' => 'Asset Name:', 'asset_name' => 'Asset Name:',
'asset_requested' => 'Asset requested', '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 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees
expiring in the next 60 days.', expiring in the next 60 days.',
'assigned_to' => 'Assigned To', 'assigned_to' => 'Assigned To',
'best_regards' => 'Best regards,', 'best_regards' => 'Salam hormat,',
'canceled' => 'Canceled:', 'canceled' => 'Dibatalkan:',
'checkin_date' => 'Checkin Date:', 'checkin_date' => 'Checkin Date:',
'checkout_date' => 'Checkout Date:', 'checkout_date' => 'Checkout Date:',
'click_to_confirm' => 'Please click on the following link to confirm your :web account:', '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_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_Asset_Checkin' => 'Confirm Asset Checkin.',
'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.',
'Confirm_accessory_delivery' => 'Confirm accessory delivery.', 'Confirm_accessory_delivery' => 'Confirm accessory delivery.',
'Confirm_asset_delivery' => 'Confirm asset delivery.', 'Confirm_asset_delivery' => 'Confirm asset delivery.',
'Confirm_consumable_delivery' => 'Confirm consumable delivery.', 'Confirm_consumable_delivery' => 'Confirm consumable delivery.',
'current_QTY' => 'Current QTY', 'current_QTY' => 'Current QTY',
'Days' => 'Days', 'Days' => 'Hari',
'days' => 'Days', 'days' => 'Hari',
'expecting_checkin_date' => 'Expected Checkin Date:', 'expecting_checkin_date' => 'Expected Checkin Date:',
'expires' => 'Expires', 'expires' => 'Berakhir',
'Expiring_Assets_Report' => 'Expiring Assets Report.', 'Expiring_Assets_Report' => 'Laporan aset berakhir.',
'Expiring_Licenses_Report' => 'Expiring Licenses Report.', 'Expiring_Licenses_Report' => 'Laporan lisensi berakhir.',
'hello' => 'Hello', 'hello' => 'Halo',
'hi' => 'Hi', 'hi' => 'Hai',
'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', 'i_have_read' => 'Saya sudah baca dan menyetujui syarat penggunaan, dan sudah menerima item ini.',
'item' => 'Item:', 'item' => 'Item:',
'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum '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.', 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.', '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:', '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_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
'login' => 'Login:', 'login' => 'Masuk:',
'Low_Inventory_Report' => 'Low Inventory Report', 'Low_Inventory_Report' => 'Low Inventory Report',
'min_QTY' => 'Min QTY', 'min_QTY' => 'Min QTY',
'name' => 'Name', 'name' => 'Nama',
'new_item_checked' => 'A new item has been checked out under your name, details are below.', 'new_item_checked' => 'Item baru sudah diperiksa atas nama anda, rinciannya dibawah ini.',
'password' => 'Password:', 'password' => 'Kata Sandi:',
'password_reset' => 'Password Reset', 'password_reset' => 'Atur ulang kata sandi',
'read_the_terms' => 'Please read the terms of use below.', 'read_the_terms' => 'Silahkan baca syarat penggunaan dibawah ini.',
'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 '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.',
and agree to the terms of use, and have received the asset.', 'requested' => 'Diminta:',
'requested' => 'Requested:', 'reset_link' => 'Tautan Atur ulang kata sandi anda',
'reset_link' => 'Your Password Reset Link', 'reset_password' => 'Klik disini untuk atur ulang kata sandi anda:',
'reset_password' => 'Click here to reset your password:',
'serial' => 'Serial', 'serial' => 'Serial',
'supplier' => 'Supplier', 'supplier' => 'Supplier',
'tag' => 'Tag', '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 :)', '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: ', 'the_following_item' => 'The following item has been checked in: ',
'There_are' => '{1} There is|[2,Inf] There are', 'There_are' => '{1} There is|[2,Inf] There are',
'to_reset' => 'To reset your :web password, complete this form:', 'to_reset' => 'Untuk atur ulang kata sandi situs web: anda, lengkapi formulir ini:',
'type' => 'Type', 'type' => 'Jenis',
'user' => 'User', 'user' => 'Pengguna:',
'username' => 'Username', 'username' => 'Nama pengguna:',
'welcome' => 'Welcome :name', 'welcome' => 'Selamat datang :nama',
'welcome_to' => 'Welcome to :web!', 'welcome_to' => 'Selamat datang di :Web!',
'your_credentials' => 'Your Snipe-IT credentials', 'your_credentials' => 'Your Snipe-IT credentials',
); );

View file

@ -13,8 +13,8 @@ return array(
| |
*/ */
'previous' => '&laquo; Previous', 'previous' => '&laquo; Sebelumnya',
'next' => 'Next &raquo;', 'next' => 'Selanjutnya &raquo;',
); );

View file

@ -1,7 +1,7 @@
<?php <?php
return [ return [
'sent' => 'Your password link has been sent!', 'sent' => 'Tautan kata sandi anda sudah dikirim!',
'user' => 'That user does not exist or does not have an email address associated', 'user' => 'Pengguna tidak ada atau tidak mempunyai alamat surel yang terkait',
]; ];

View file

@ -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!",
); );

View file

@ -115,10 +115,10 @@ return array(
'custom' => [ 'custom' => [
'alpha_space' => "The :attribute field contains a character that is not allowed.", 'alpha_space' => "The :attribute field contains a character that is not allowed.",
"email_array" => "One or more email addresses is invalid.", "email_array" => "Satu atau lebih alamat surel tidak valid.",
"hashed_pass" => "Your current password is incorrect", "hashed_pass" => "Kata sandi anda saat ini salah",
'dumbpwd' => 'That password is too common.', 'dumbpwd' => 'Kata sandi itu terlalu umum.',
"statuslabel_type" => "You must select a valid status label type", "statuslabel_type" => "Anda harus pilih jenis label status yang valid",
], ],
/* /*

View file

@ -1,8 +1,8 @@
<?php <?php
return [ return [
'title' => 'Mantenimiento de Equipo', 'title' => 'Mantenimiento de Activos',
'asset_name' => 'Nombre del Equipo', 'asset_name' => 'Nombre del Activo',
'is_warranty' => 'Garantía', 'is_warranty' => 'Garantía',
'dl_csv' => 'Descargar CSV' 'dl_csv' => 'Descargar CSV'
]; ];

View file

@ -1,7 +1,7 @@
<?php <?php
return array( 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: &quot;PCs&quot;, &quot;Portátiles&quot;, &quot;Móviles&quot;, &quot;Tabletas&quot;, etc.', 'about_categories' => 'Las categorías te ayudan a organizar los equipos. Ejemplos de categorías: &quot;PCs&quot;, &quot;Portátiles&quot;, &quot;Móviles&quot;, &quot;Tabletas&quot;, etc.',
'asset_categories' => 'Categorias', 'asset_categories' => 'Categorias',
'category_name' => 'Categoría', 'category_name' => 'Categoría',

View file

@ -25,8 +25,8 @@ return array(
'custom_css_help' => '사용하려는 사용자 CSS를 입력하세요. &lt;style&gt;&lt;/style&gt; 태그들은 넣지 마세요.', 'custom_css_help' => '사용하려는 사용자 CSS를 입력하세요. &lt;style&gt;&lt;/style&gt; 태그들은 넣지 마세요.',
'custom_forgot_pass_url' => '사용자정의 암호 재설정 URL', 'custom_forgot_pass_url' => '사용자정의 암호 재설정 URL',
'custom_forgot_pass_url_help' => '이것은 로그인 화면에 내장된 잊어버린 비밀번호 URL을 변경하여, 내부 또는 호스트 LDAP 암호 재설정 기능으로 사람들을 안내할 때 유용합니다. 로컬 사용자가 잊어버린 비밀번호 기능을 효과적으로 비활성화합니다.', 'custom_forgot_pass_url_help' => '이것은 로그인 화면에 내장된 잊어버린 비밀번호 URL을 변경하여, 내부 또는 호스트 LDAP 암호 재설정 기능으로 사람들을 안내할 때 유용합니다. 로컬 사용자가 잊어버린 비밀번호 기능을 효과적으로 비활성화합니다.',
'dashboard_message' => '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' => '이 문구는 대시보드 조회 권한이 있는 모든 사용자 대상으로 대시보드에 표시됩니다.',
'default_currency' => '기본 통화', 'default_currency' => '기본 통화',
'default_eula_text' => '기본 사용권 계약', 'default_eula_text' => '기본 사용권 계약',
'default_language' => '기본 언어', 'default_language' => '기본 언어',
@ -94,8 +94,8 @@ return array(
'setting' => '설정', 'setting' => '설정',
'settings' => '설정', 'settings' => '설정',
'show_alerts_in_menu' => '상단 메뉴에 경고 표시', 'show_alerts_in_menu' => '상단 메뉴에 경고 표시',
'show_archived_in_list' => 'Archived Assets', 'show_archived_in_list' => '보관된 자산',
'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing', 'show_archived_in_list_text' => '"모든 자산" 목족에 보관된 자산 표시',
'site_name' => '사이트 명', 'site_name' => '사이트 명',
'slack_botname' => 'Slack Bot 명', 'slack_botname' => 'Slack Bot 명',
'slack_channel' => 'Slack 채널', 'slack_channel' => 'Slack 채널',

View file

@ -85,7 +85,7 @@
'file_name' => '파일', 'file_name' => '파일',
'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>.', 'github_markdown' => '이 항목은 <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>을 채택합니다.',
'groups' => '그룹', 'groups' => '그룹',
'gravatar_email' => 'Gravatar 메일 주소', 'gravatar_email' => 'Gravatar 메일 주소',
'history' => '기록', 'history' => '기록',

View file

@ -26,7 +26,7 @@ return array(
'custom_forgot_pass_url' => 'Custom Password Reset URL', '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.', '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' => '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_currency' => 'Numatytoji valiuta',
'default_eula_text' => 'Numatytasis EULA', 'default_eula_text' => 'Numatytasis EULA',
'default_language' => 'Numatyta kalba', 'default_language' => 'Numatyta kalba',
@ -93,7 +93,7 @@ return array(
'qr_text' => 'QR kodo tekstas', 'qr_text' => 'QR kodo tekstas',
'setting' => 'Nustatymai', 'setting' => 'Nustatymai',
'settings' => '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' => 'Archived Assets',
'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing', 'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing',
'site_name' => 'Interneto puslapio pavadinimas', 'site_name' => 'Interneto puslapio pavadinimas',

View file

@ -40,7 +40,7 @@
'checkout' => 'Išimti', 'checkout' => 'Išimti',
'city' => 'Miestas', 'city' => 'Miestas',
'click_here' => 'Paspauskite čia', 'click_here' => 'Paspauskite čia',
'clear_selection' => 'Clear Selection', 'clear_selection' => 'Išvalyti pasirinkimą',
'companies' => 'Kompanijos', 'companies' => 'Kompanijos',
'company' => 'Kompanija', 'company' => 'Kompanija',
'component' => 'Komponentas', 'component' => 'Komponentas',
@ -91,10 +91,10 @@
'history' => 'Istorija', 'history' => 'Istorija',
'history_for' => 'Istorija žmogui: ', 'history_for' => 'Istorija žmogui: ',
'id' => 'ID', 'id' => 'ID',
'image' => 'Image', 'image' => 'Paveikslėlis',
'image_delete' => 'Ištrinti nuotrauką', 'image_delete' => 'Ištrinti nuotrauką',
'image_upload' => 'Įkelti 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' => 'Įkelti',
'import-history' => 'Importuoti istoriją', 'import-history' => 'Importuoti istoriją',
'asset_maintenance' => 'Įrangos priežiūra', 'asset_maintenance' => 'Įrangos priežiūra',
@ -152,7 +152,7 @@
'recent_activity' => 'Paskutiniai veiksmai', 'recent_activity' => 'Paskutiniai veiksmai',
'remove_company' => 'Panaikinti kompanijos asociaciją', 'remove_company' => 'Panaikinti kompanijos asociaciją',
'reports' => 'Ataskaitos', 'reports' => 'Ataskaitos',
'restored' => 'restored', 'restored' => 'atkurta',
'requested' => 'Užklausta', 'requested' => 'Užklausta',
'request_canceled' => 'Prašymas atšauktas', 'request_canceled' => 'Prašymas atšauktas',
'save' => 'Išsaugoti', 'save' => 'Išsaugoti',

View file

@ -20,7 +20,7 @@ return array(
'field_element_short' => 'Element', 'field_element_short' => 'Element',
'field_format' => 'Format', 'field_format' => 'Format',
'field_custom_format' => 'Egendefinert 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', 'required' => 'Obligatorisk',
'req' => 'Obl.', 'req' => 'Obl.',
'used_by_models' => 'Brukes av modeller', 'used_by_models' => 'Brukes av modeller',

View file

@ -63,7 +63,7 @@ return array(
'success' => 'Vellykket utsjekk av eiendel.', 'success' => 'Vellykket utsjekk av eiendel.',
'user_does_not_exist' => 'Denne brukeren er ugyldig. Vennligst prøv igjen.', 'user_does_not_exist' => 'Denne brukeren er ugyldig. Vennligst prøv igjen.',
'not_available' => 'Den eiendelen er ikke tilgjengelig til å sjekkes ut!', '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( 'checkin' => array(

View file

@ -4,9 +4,9 @@ return array(
'about_models_title' => 'Om asset modeller', 'about_models_title' => 'Om asset modeller',
'about_models_text' => 'Asset modeller er en måte å gruppere identiske eiendeler. "MBP 2013", "IPhone 6s", etc.', '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>.', '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_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', 'restore' => 'Gjenopprett modell',
'requestable' => 'Brukere kan be om denne modellen', 'requestable' => 'Brukere kan be om denne modellen',
'show_mac_address' => 'Vis felt for MAC-adresse for denne modellen', 'show_mac_address' => 'Vis felt for MAC-adresse for denne modellen',

View file

@ -35,7 +35,7 @@ return array(
'bulkdelete' => array( 'bulkdelete' => array(
'error' => 'No models were selected, so nothing was deleted.', '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.' 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.'
), ),

View file

@ -23,10 +23,10 @@ return array(
'confirm_purge_help' => 'Skriv "DELETE" i boksen under for å fjerne dine slettende data. Dette kan ikke reverseres.', 'confirm_purge_help' => 'Skriv "DELETE" i boksen under for å fjerne dine slettende data. Dette kan ikke reverseres.',
'custom_css' => 'Egendefinert CSS', 'custom_css' => 'Egendefinert CSS',
'custom_css_help' => 'Legg til egendefinert CSS. Ikke ta med taggene &lt;style&gt;&lt;/style&gt;.', 'custom_css_help' => 'Legg til egendefinert CSS. Ikke ta med taggene &lt;style&gt;&lt;/style&gt;.',
'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.', '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' => 'Dashboardmelding',
'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.', 'dashboard_message_help' => 'Denne teksten vises på dashbordet for alle som har tillatelse til å vise oversikten.',
'default_currency' => 'Standardvaluta', 'default_currency' => 'Standardvaluta',
'default_eula_text' => 'Standard EULA', 'default_eula_text' => 'Standard EULA',
'default_language' => 'Standardspråk', 'default_language' => 'Standardspråk',
@ -94,7 +94,7 @@ return array(
'setting' => 'Innstilling', 'setting' => 'Innstilling',
'settings' => 'Innstillinger', 'settings' => 'Innstillinger',
'show_alerts_in_menu' => 'Show alerts in top menu', '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', 'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing',
'site_name' => 'Nettstedsnavn', 'site_name' => 'Nettstedsnavn',
'slack_botname' => 'Slack botnavn', 'slack_botname' => 'Slack botnavn',

View file

@ -40,7 +40,7 @@
'checkout' => 'Sjekk ut', 'checkout' => 'Sjekk ut',
'city' => 'By', 'city' => 'By',
'click_here' => 'Klikk her', 'click_here' => 'Klikk her',
'clear_selection' => 'Clear Selection', 'clear_selection' => 'Tøm valg',
'companies' => 'Selskaper', 'companies' => 'Selskaper',
'company' => 'Firmanavn', 'company' => 'Firmanavn',
'component' => 'Komponent', 'component' => 'Komponent',
@ -85,16 +85,16 @@
'file_name' => 'Fil', 'file_name' => 'Fil',
'file_uploads' => 'Filopplastinger', 'file_uploads' => 'Filopplastinger',
'generate' => 'Generer', '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', 'groups' => 'Grupper',
'gravatar_email' => 'Gravatar e-postadresse', 'gravatar_email' => 'Gravatar e-postadresse',
'history' => 'Historie', 'history' => 'Historie',
'history_for' => 'Historikk for', 'history_for' => 'Historikk for',
'id' => 'ID', 'id' => 'ID',
'image' => 'Image', 'image' => 'Bilde',
'image_delete' => 'Slett bilde', 'image_delete' => 'Slett bilde',
'image_upload' => 'Last opp 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' => 'Importer',
'import-history' => 'Importhistorikk', 'import-history' => 'Importhistorikk',
'asset_maintenance' => 'Vedlikehold av eiendeler', 'asset_maintenance' => 'Vedlikehold av eiendeler',
@ -152,7 +152,7 @@
'recent_activity' => 'Nylig aktivitet', 'recent_activity' => 'Nylig aktivitet',
'remove_company' => 'Fjern tilknytning til bedrift', 'remove_company' => 'Fjern tilknytning til bedrift',
'reports' => 'Rapporter', 'reports' => 'Rapporter',
'restored' => 'restored', 'restored' => 'gjenopprettet',
'requested' => 'Forespurt', 'requested' => 'Forespurt',
'request_canceled' => 'Forespørsel avbrutt', 'request_canceled' => 'Forespørsel avbrutt',
'save' => 'Lagre', 'save' => 'Lagre',

View file

@ -67,7 +67,7 @@ return array(
'not_in' => 'Attributtet :attribute er ugyldig.', 'not_in' => 'Attributtet :attribute er ugyldig.',
'numeric' => 'Attributtet :attribute må være et nummer.', 'numeric' => 'Attributtet :attribute må være et nummer.',
'present' => 'Atributtfeltet :attribute må ha en verdi.', '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.', 'regex' => 'Attributt-formatet til :attribute er ugyldig.',
'required' => 'Attributt-feltet :attribute er påkrevd.', 'required' => 'Attributt-feltet :attribute er påkrevd.',
'required_if' => 'Attributt-feltet :attribute er påkrevd når :oher er :value.', '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.', 'unique' => 'Attributtet :attribute er allerede tatt.',
'uploaded' => 'Atribbutet :attribute kunne ikke lastes opp.', 'uploaded' => 'Atribbutet :attribute kunne ikke lastes opp.',
'url' => 'Attributt-formatet :attribute er ugyldig.', 'url' => 'Attributt-formatet :attribute er ugyldig.',
"unique_undeleted" => "The :attribute must be unique.", "unique_undeleted" => ":attribute må være unikt.",
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View file

@ -25,8 +25,8 @@ return array(
'custom_css_help' => 'Digite quaisquer CSS modificada que você gostaria de usar. Mas não inclua as tags &lt;style&gt;&lt;/style&gt;.', 'custom_css_help' => 'Digite quaisquer CSS modificada que você gostaria de usar. Mas não inclua as tags &lt;style&gt;&lt;/style&gt;.',
'custom_forgot_pass_url' => 'URL de redefinição de senha personalizada', '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.', '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' => 'Mensagem do Painel de Controle',
'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.', '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_currency' => 'Moeda padrão',
'default_eula_text' => 'EULA Padrão', 'default_eula_text' => 'EULA Padrão',
'default_language' => 'Idioma Padrão', 'default_language' => 'Idioma Padrão',
@ -94,8 +94,8 @@ return array(
'setting' => 'Configuração', 'setting' => 'Configuração',
'settings' => 'Configurações', 'settings' => 'Configurações',
'show_alerts_in_menu' => 'Mostrar alertas no menu superior', 'show_alerts_in_menu' => 'Mostrar alertas no menu superior',
'show_archived_in_list' => 'Archived Assets', 'show_archived_in_list' => 'Ativos arquivados',
'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing', 'show_archived_in_list_text' => 'Mostrar ativos arquivados na listagem "todos os ativos"',
'site_name' => 'Nome do Site', 'site_name' => 'Nome do Site',
'slack_botname' => 'Botname do Stack', 'slack_botname' => 'Botname do Stack',
'slack_channel' => 'Canal do Stack', 'slack_channel' => 'Canal do Stack',

View file

@ -25,8 +25,8 @@ return array(
'custom_css_help' => '键入你喜欢的CSS格式覆盖。不要包括&lt;style&gt;&lt;/style&gt; 标签。', 'custom_css_help' => '键入你喜欢的CSS格式覆盖。不要包括&lt;style&gt;&lt;/style&gt; 标签。',
'custom_forgot_pass_url' => '密码重置网址', 'custom_forgot_pass_url' => '密码重置网址',
'custom_forgot_pass_url_help' => '这将替换登录屏幕上的忘记密码URL有助于将用户引导至内部或托管的LDAP密码重置服务。它将禁用本地用户密码重置功能。', 'custom_forgot_pass_url_help' => '这将替换登录屏幕上的忘记密码URL有助于将用户引导至内部或托管的LDAP密码重置服务。它将禁用本地用户密码重置功能。',
'dashboard_message' => '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' => '此文本将显示在仪表盘上,供有权查看仪表盘的任何人使用。',
'default_currency' => '默认货币', 'default_currency' => '默认货币',
'default_eula_text' => 'Default EULA', 'default_eula_text' => 'Default EULA',
'default_language' => '默认语言', 'default_language' => '默认语言',
@ -94,8 +94,8 @@ return array(
'setting' => '设置', 'setting' => '设置',
'settings' => '设置', 'settings' => '设置',
'show_alerts_in_menu' => '在顶部菜单中显示警告', 'show_alerts_in_menu' => '在顶部菜单中显示警告',
'show_archived_in_list' => 'Archived Assets', 'show_archived_in_list' => '归档资产',
'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing', 'show_archived_in_list_text' => '在 "所有资产" 列表中显示归档资产',
'site_name' => '站点名称', 'site_name' => '站点名称',
'slack_botname' => 'Slack Bot名称', 'slack_botname' => 'Slack Bot名称',
'slack_channel' => 'Slack频道', 'slack_channel' => 'Slack频道',

View file

@ -85,7 +85,7 @@
'file_name' => '文件', 'file_name' => '文件',
'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>.', 'github_markdown' => '该字段可以使用 <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown语法</a>',
'groups' => '分组', 'groups' => '分组',
'gravatar_email' => 'Gravatar头像邮件地址', 'gravatar_email' => 'Gravatar头像邮件地址',
'history' => '历史记录', 'history' => '历史记录',