@ -0,0 +1,16 @@ |
|||||
|
<?php namespace App\SupportedApps; |
||||
|
|
||||
|
class Duplicati implements Contracts\Applications { |
||||
|
public function defaultColour() |
||||
|
{ |
||||
|
return '#222'; |
||||
|
} |
||||
|
public function icon() |
||||
|
{ |
||||
|
return 'supportedapps/duplicati.png'; |
||||
|
} |
||||
|
public function configDetails() |
||||
|
{ |
||||
|
return null; |
||||
|
} |
||||
|
} |
@ -0,0 +1,16 @@ |
|||||
|
<?php namespace App\SupportedApps; |
||||
|
|
||||
|
class Emby implements Contracts\Applications { |
||||
|
public function defaultColour() |
||||
|
{ |
||||
|
return '#222'; |
||||
|
} |
||||
|
public function icon() |
||||
|
{ |
||||
|
return 'supportedapps/emby.png'; |
||||
|
} |
||||
|
public function configDetails() |
||||
|
{ |
||||
|
return null; |
||||
|
} |
||||
|
} |
@ -1,8 +1,19 @@ |
|||||
<?php namespace App\SupportedApps; |
<?php namespace App\SupportedApps; |
||||
|
|
||||
class Nzbget implements Contracts\Applications { |
class Nzbget implements Contracts\Applications { |
||||
|
|
||||
public function defaultColour() |
public function defaultColour() |
||||
{ |
{ |
||||
return '#ccc'; |
return '#124019'; |
||||
|
} |
||||
|
public function icon() |
||||
|
{ |
||||
|
return 'supportedapps/nzbget.png'; |
||||
} |
} |
||||
|
public function configDetails() |
||||
|
{ |
||||
|
//return 'nzbget'; |
||||
|
return null; |
||||
|
} |
||||
|
|
||||
} |
} |
@ -0,0 +1,16 @@ |
|||||
|
<?php namespace App\SupportedApps; |
||||
|
|
||||
|
class Pfsense implements Contracts\Applications { |
||||
|
public function defaultColour() |
||||
|
{ |
||||
|
return '#222'; |
||||
|
} |
||||
|
public function icon() |
||||
|
{ |
||||
|
return 'supportedapps/pfsense.png'; |
||||
|
} |
||||
|
public function configDetails() |
||||
|
{ |
||||
|
return null; |
||||
|
} |
||||
|
} |
@ -0,0 +1,16 @@ |
|||||
|
<?php namespace App\SupportedApps; |
||||
|
|
||||
|
class Pihole implements Contracts\Applications { |
||||
|
public function defaultColour() |
||||
|
{ |
||||
|
return '#222'; |
||||
|
} |
||||
|
public function icon() |
||||
|
{ |
||||
|
return 'supportedapps/pihole.png'; |
||||
|
} |
||||
|
public function configDetails() |
||||
|
{ |
||||
|
return null; |
||||
|
} |
||||
|
} |
@ -0,0 +1,16 @@ |
|||||
|
<?php namespace App\SupportedApps; |
||||
|
|
||||
|
class Portainer implements Contracts\Applications { |
||||
|
public function defaultColour() |
||||
|
{ |
||||
|
return '#222'; |
||||
|
} |
||||
|
public function icon() |
||||
|
{ |
||||
|
return 'supportedapps/portainer.png'; |
||||
|
} |
||||
|
public function configDetails() |
||||
|
{ |
||||
|
return null; |
||||
|
} |
||||
|
} |
@ -0,0 +1,16 @@ |
|||||
|
<?php namespace App\SupportedApps; |
||||
|
|
||||
|
class Unifi implements Contracts\Applications { |
||||
|
public function defaultColour() |
||||
|
{ |
||||
|
return '#222'; |
||||
|
} |
||||
|
public function icon() |
||||
|
{ |
||||
|
return 'supportedapps/unifi.png'; |
||||
|
} |
||||
|
public function configDetails() |
||||
|
{ |
||||
|
return null; |
||||
|
} |
||||
|
} |
@ -1,4 +1,4 @@ |
|||||
{ |
{ |
||||
"/css/app.css": "/css/app.css?id=2102f4e7317cba78bff5", |
"/css/app.css": "/css/app.css?id=4f5b9f5ba0f1f57405c8", |
||||
"/js/app.js": "/js/app.js?id=2dffa24cf7255229e085" |
"/js/app.js": "/js/app.js?id=559585a774e3f088503a" |
||||
} |
} |
@ -0,0 +1,58 @@ |
|||||
|
<?php |
||||
|
|
||||
|
return array ( |
||||
|
'settings.system' => 'System', |
||||
|
'settings.appearance' => 'Aussehen', |
||||
|
'settings.miscellaneous' => 'Sonstiges', |
||||
|
'settings.version' => 'Ausführung', |
||||
|
'settings.background_image' => 'Hintergrundbild', |
||||
|
'settings.homepage_search' => 'Homepage Suchen', |
||||
|
'settings.search_provider' => 'Suchanbieter', |
||||
|
'settings.language' => 'Sprache', |
||||
|
'settings.reset' => 'Zurücksetzen auf Standard zurück', |
||||
|
'settings.remove' => 'Entfernen', |
||||
|
'settings.search' => 'suche', |
||||
|
'settings.no_items' => 'Keine Elemente gefunden', |
||||
|
'settings.label' => 'Etikett', |
||||
|
'settings.value' => 'Wert', |
||||
|
'settings.edit' => 'Bearbeiten', |
||||
|
'settings.view' => 'Ansicht', |
||||
|
'options.none' => '- nicht festgelegt -', |
||||
|
'options.google' => 'Google', |
||||
|
'options.ddg' => 'DuckDuckGo', |
||||
|
'options.bing' => 'Bing', |
||||
|
'options.yes' => 'Ja', |
||||
|
'options.no' => 'Nein', |
||||
|
'buttons.save' => 'Speichern', |
||||
|
'buttons.cancel' => 'Abbrechen', |
||||
|
'buttons.add' => 'Hinzufügen', |
||||
|
'buttons.upload' => 'Hochladen einer Datei', |
||||
|
'dash.pin_item' => 'Element auf dem Dashboard anheften', |
||||
|
'dash.no_apps' => 'Derzeit gibt es keine angeheftete Anwendungen :link1 oder :link2', |
||||
|
'dash.link1' => 'Hinzufügen einer Anwendung hier', |
||||
|
'dash.link2' => 'Heften Sie ein Element auf dem Armaturenbrett', |
||||
|
'dash.pinned_items' => 'Angeheftete Elemente', |
||||
|
'apps.app_list' => 'Anwendungsliste', |
||||
|
'apps.view_trash' => 'Ansicht Papierkorb', |
||||
|
'apps.add_application' => 'Anwendung hinzufügen', |
||||
|
'apps.application_name' => 'Anwendungsname', |
||||
|
'apps.colour' => 'Farbe', |
||||
|
'apps.icon' => 'Symbol', |
||||
|
'apps.pinned' => 'Festgesteckt', |
||||
|
'apps.title' => 'Titel', |
||||
|
'apps.hex' => 'Hex-Farbe', |
||||
|
'apps.username' => 'Benutzername', |
||||
|
'apps.password' => 'Passwort', |
||||
|
'apps.config' => 'Konfig', |
||||
|
'url' => 'Url', |
||||
|
'title' => 'Titel', |
||||
|
'delete' => 'Löschen', |
||||
|
'optional' => 'Wahlweise', |
||||
|
'restore' => 'Wiederherstellen', |
||||
|
'alert.success.item_created' => 'Element erfolgreich erstellt', |
||||
|
'alert.success.item_updated' => 'Artikel erfolgreich aktualisiert', |
||||
|
'alert.success.item_deleted' => 'Element erfolgreich gelöscht', |
||||
|
'alert.success.item_restored' => 'Element erfolgreich wiederhergestellt', |
||||
|
'alert.success.setting_updated' => 'Sie haben diese Einstellung erfolgreich bearbeitet', |
||||
|
'alert.error.not_exist' => 'Diese Einstellung existiert nicht.', |
||||
|
); |
@ -0,0 +1,78 @@ |
|||||
|
<?php |
||||
|
|
||||
|
return [ |
||||
|
|
||||
|
/* |
||||
|
|-------------------------------------------------------------------------- |
||||
|
| App Language Lines |
||||
|
|-------------------------------------------------------------------------- |
||||
|
| |
||||
|
*/ |
||||
|
|
||||
|
'settings.system' => 'System', |
||||
|
'settings.appearance' => 'Appearance', |
||||
|
'settings.miscellaneous' => 'Miscellaneous', |
||||
|
|
||||
|
'settings.version' => 'Version', |
||||
|
'settings.background_image' => 'Background Image', |
||||
|
'settings.homepage_search' => 'Homepage Search', |
||||
|
'settings.search_provider' => 'Search Provider', |
||||
|
'settings.language' => 'Language', |
||||
|
'settings.reset' => 'Reset back to default', |
||||
|
'settings.remove' => 'Remove', |
||||
|
'settings.search' => 'search', |
||||
|
'settings.no_items' => 'No items found', |
||||
|
|
||||
|
|
||||
|
'settings.label' => 'Label', |
||||
|
'settings.value' => 'Value', |
||||
|
'settings.edit' => 'Edit', |
||||
|
'settings.view' => 'View', |
||||
|
|
||||
|
'options.none' => '- not set -', |
||||
|
'options.google' => 'Google', |
||||
|
'options.ddg' => 'DuckDuckGo', |
||||
|
'options.bing' => 'Bing', |
||||
|
'options.yes' => 'Yes', |
||||
|
'options.no' => 'No', |
||||
|
|
||||
|
'buttons.save' => 'Save', |
||||
|
'buttons.cancel' => 'Cancel', |
||||
|
'buttons.add' => 'Add', |
||||
|
'buttons.upload' => 'Upload a file', |
||||
|
|
||||
|
'dash.pin_item' => 'Pin item to dashboard', |
||||
|
'dash.no_apps' => 'There are currently no pinned applications, :link1 or :link2', |
||||
|
'dash.link1' => 'Add an application here', |
||||
|
'dash.link2' => 'Pin an item to the dash', |
||||
|
'dash.pinned_items' => 'Pinned Items', |
||||
|
|
||||
|
'apps.app_list' => 'Application list', |
||||
|
'apps.view_trash' => 'View trash', |
||||
|
'apps.add_application' => 'Add application', |
||||
|
'apps.application_name' => 'Application name', |
||||
|
'apps.colour' => 'Colour', |
||||
|
'apps.icon' => 'Icon', |
||||
|
'apps.pinned' => 'Pinned', |
||||
|
'apps.title' => 'Title', |
||||
|
'apps.hex' => 'Hex colour', |
||||
|
'apps.username' => 'Username', |
||||
|
'apps.password' => 'Password', |
||||
|
'apps.config' => 'Config', |
||||
|
|
||||
|
'url' => 'Url', |
||||
|
'title' => 'Title', |
||||
|
'delete' => 'Delete', |
||||
|
'optional' => 'Optional', |
||||
|
'restore' => 'Restore', |
||||
|
|
||||
|
'alert.success.item_created' => 'Item created successfully', |
||||
|
'alert.success.item_updated' => 'Item updated successfully', |
||||
|
'alert.success.item_deleted' => 'Item deleted successfully', |
||||
|
'alert.success.item_restored' => 'Item restored successfully', |
||||
|
|
||||
|
'alert.success.setting_updated' => 'You have successfully edited this Setting', |
||||
|
'alert.error.not_exist' => 'This Setting does not exist.', |
||||
|
|
||||
|
|
||||
|
]; |
@ -0,0 +1,58 @@ |
|||||
|
<?php |
||||
|
|
||||
|
return array ( |
||||
|
'settings.system' => 'Sistema', |
||||
|
'settings.appearance' => 'Apariencia', |
||||
|
'settings.miscellaneous' => 'Miscelánea', |
||||
|
'settings.version' => 'Versión', |
||||
|
'settings.background_image' => 'Imagen De Fondo', |
||||
|
'settings.homepage_search' => 'Página De Inicio De Búsqueda', |
||||
|
'settings.search_provider' => 'Proveedor de búsqueda', |
||||
|
'settings.language' => 'Idioma', |
||||
|
'settings.reset' => 'Restablecer a predeterminado', |
||||
|
'settings.remove' => 'Quitar', |
||||
|
'settings.search' => 'búsqueda', |
||||
|
'settings.no_items' => 'No se encontraron elementos', |
||||
|
'settings.label' => 'Etiqueta', |
||||
|
'settings.value' => 'Valor', |
||||
|
'settings.edit' => 'Editar', |
||||
|
'settings.view' => 'Ver', |
||||
|
'options.none' => '- no establecido -', |
||||
|
'options.google' => 'Google', |
||||
|
'options.ddg' => 'DuckDuckGo', |
||||
|
'options.bing' => 'Bing', |
||||
|
'options.yes' => 'Sí', |
||||
|
'options.no' => 'No', |
||||
|
'buttons.save' => 'Guardar', |
||||
|
'buttons.cancel' => 'Cancelar', |
||||
|
'buttons.add' => 'Añadir', |
||||
|
'buttons.upload' => 'Cargar un archivo', |
||||
|
'dash.pin_item' => 'Pin elemento al tablero', |
||||
|
'dash.no_apps' => 'Actualmente no hay anclados aplicaciones :link1 o :link2', |
||||
|
'dash.link1' => 'Agregue una aplicación aquí', |
||||
|
'dash.link2' => 'Pin de un elemento en el tablero', |
||||
|
'dash.pinned_items' => 'Elementos Anclados', |
||||
|
'apps.app_list' => 'Lista de aplicaciones', |
||||
|
'apps.view_trash' => 'Vista de la basura', |
||||
|
'apps.add_application' => 'Agregar aplicación', |
||||
|
'apps.application_name' => 'Nombre de la aplicación', |
||||
|
'apps.colour' => 'Color', |
||||
|
'apps.icon' => 'Icono', |
||||
|
'apps.pinned' => 'Fijado', |
||||
|
'apps.title' => 'Título', |
||||
|
'apps.hex' => 'Hexagonal de color', |
||||
|
'apps.username' => 'Nombre de usuario', |
||||
|
'apps.password' => 'Contraseña', |
||||
|
'apps.config' => 'Config', |
||||
|
'url' => 'Url', |
||||
|
'title' => 'Título', |
||||
|
'delete' => 'Borrar', |
||||
|
'optional' => 'Opcional', |
||||
|
'restore' => 'Restaurar', |
||||
|
'alert.success.item_created' => 'Elemento creado con éxito', |
||||
|
'alert.success.item_updated' => 'Artículo actualizado con éxito', |
||||
|
'alert.success.item_deleted' => 'Elemento eliminado correctamente', |
||||
|
'alert.success.item_restored' => 'Elemento restaurado con éxito', |
||||
|
'alert.success.setting_updated' => 'Ha editado con éxito esta configuración', |
||||
|
'alert.error.not_exist' => 'Esta configuración no existe.', |
||||
|
); |
@ -0,0 +1,58 @@ |
|||||
|
<?php |
||||
|
|
||||
|
return array ( |
||||
|
'settings.system' => 'Järjestelmä', |
||||
|
'settings.appearance' => 'Ulkonäkö', |
||||
|
'settings.miscellaneous' => 'Sekalainen', |
||||
|
'settings.version' => 'Versio', |
||||
|
'settings.background_image' => 'Tausta Kuva', |
||||
|
'settings.homepage_search' => 'Kotisivu Haku', |
||||
|
'settings.search_provider' => 'Hakupalvelu', |
||||
|
'settings.language' => 'Kieli', |
||||
|
'settings.reset' => 'Palauta takaisin default', |
||||
|
'settings.remove' => 'Poista', |
||||
|
'settings.search' => 'haku', |
||||
|
'settings.no_items' => 'Kohteita ei löytynyt', |
||||
|
'settings.label' => 'Etiketti', |
||||
|
'settings.value' => 'Arvo', |
||||
|
'settings.edit' => 'Muokkaa', |
||||
|
'settings.view' => 'Näkymä', |
||||
|
'options.none' => '- ole asetettu -', |
||||
|
'options.google' => 'Google', |
||||
|
'options.ddg' => 'DuckDuckGo', |
||||
|
'options.bing' => 'Bing', |
||||
|
'options.yes' => 'Kyllä', |
||||
|
'options.no' => 'Ei', |
||||
|
'buttons.save' => 'Tallenna', |
||||
|
'buttons.cancel' => 'Peruuta', |
||||
|
'buttons.add' => 'Lisää', |
||||
|
'buttons.upload' => 'Lataa tiedosto', |
||||
|
'dash.pin_item' => 'Kiinnitä kohde kojelautaan', |
||||
|
'dash.no_apps' => 'Tällä hetkellä ei ole kiinnitettyjä sovelluksia :link1 tai :link2', |
||||
|
'dash.link1' => 'Lisää sovellus tähän', |
||||
|
'dash.link2' => 'Kiinnitä kohde kojelautaan', |
||||
|
'dash.pinned_items' => 'Kiinnitetyt Kohteet', |
||||
|
'apps.app_list' => 'Sovellus luettelosta', |
||||
|
'apps.view_trash' => 'Näytä roskakori', |
||||
|
'apps.add_application' => 'Lisää sovellus', |
||||
|
'apps.application_name' => 'Sovelluksen nimi', |
||||
|
'apps.colour' => 'Väri', |
||||
|
'apps.icon' => 'Kuvake', |
||||
|
'apps.pinned' => 'Puristuksiin', |
||||
|
'apps.title' => 'Otsikko', |
||||
|
'apps.hex' => 'Hex väri', |
||||
|
'apps.username' => 'Käyttäjätunnus', |
||||
|
'apps.password' => 'Salasana', |
||||
|
'apps.config' => 'Config', |
||||
|
'url' => 'Url', |
||||
|
'title' => 'Otsikko', |
||||
|
'delete' => 'Poistaa', |
||||
|
'optional' => 'Valinnainen', |
||||
|
'restore' => 'Palauttaa', |
||||
|
'alert.success.item_created' => 'Tuote luotiin onnistuneesti', |
||||
|
'alert.success.item_updated' => 'Kohde on päivitetty onnistuneesti', |
||||
|
'alert.success.item_deleted' => 'Kohde poistettu onnistuneesti', |
||||
|
'alert.success.item_restored' => 'Tuote palautettiin onnistuneesti', |
||||
|
'alert.success.setting_updated' => 'Olet muokannut tätä asetusta', |
||||
|
'alert.error.not_exist' => 'Tätä asetusta ei ole olemassa.', |
||||
|
); |
@ -0,0 +1,58 @@ |
|||||
|
<?php |
||||
|
|
||||
|
return array ( |
||||
|
'settings.system' => 'Système', |
||||
|
'settings.appearance' => 'Apparence', |
||||
|
'settings.miscellaneous' => 'Divers', |
||||
|
'settings.version' => 'Version', |
||||
|
'settings.background_image' => 'Image D\'Arrière-Plan', |
||||
|
'settings.homepage_search' => 'La Page D\'Accueil De Recherche', |
||||
|
'settings.search_provider' => 'Fournisseur de recherche', |
||||
|
'settings.language' => 'Langue', |
||||
|
'settings.reset' => 'Réinitialiser aux valeurs par défaut', |
||||
|
'settings.remove' => 'Supprimer', |
||||
|
'settings.search' => 'chercher', |
||||
|
'settings.no_items' => 'Pas d\'articles trouvés', |
||||
|
'settings.label' => 'Étiquette', |
||||
|
'settings.value' => 'Valeur', |
||||
|
'settings.edit' => 'Modifier', |
||||
|
'settings.view' => 'Vue', |
||||
|
'options.none' => '- non défini -', |
||||
|
'options.google' => 'Google', |
||||
|
'options.ddg' => 'DuckDuckGo', |
||||
|
'options.bing' => 'Bing', |
||||
|
'options.yes' => 'Oui', |
||||
|
'options.no' => 'Non', |
||||
|
'buttons.save' => 'Enregistrer', |
||||
|
'buttons.cancel' => 'Annuler', |
||||
|
'buttons.add' => 'Ajouter', |
||||
|
'buttons.upload' => 'Télécharger un fichier', |
||||
|
'dash.pin_item' => 'Épingler l\'élément au tableau de bord', |
||||
|
'dash.no_apps' => 'Il n\'existe actuellement aucun épinglé applications :link1 ou :link2', |
||||
|
'dash.link1' => 'Ajouter une application ici', |
||||
|
'dash.link2' => 'Pin un élément au tableau de bord', |
||||
|
'dash.pinned_items' => 'Éléments épinglés', |
||||
|
'apps.app_list' => 'Liste des applications', |
||||
|
'apps.view_trash' => 'Voir la corbeille', |
||||
|
'apps.add_application' => 'Ajouter une application', |
||||
|
'apps.application_name' => 'Nom de l\'application', |
||||
|
'apps.colour' => 'Couleur', |
||||
|
'apps.icon' => 'Icône', |
||||
|
'apps.pinned' => 'Épinglé', |
||||
|
'apps.title' => 'Titre', |
||||
|
'apps.hex' => 'Hexadécimal de la couleur', |
||||
|
'apps.username' => 'Nom d\'utilisateur', |
||||
|
'apps.password' => 'Mot de passe', |
||||
|
'apps.config' => 'Config', |
||||
|
'url' => 'Url', |
||||
|
'title' => 'Titre', |
||||
|
'delete' => 'Effacer', |
||||
|
'optional' => 'Optionnel', |
||||
|
'restore' => 'Restaurer', |
||||
|
'alert.success.item_created' => 'Élément créé avec succès', |
||||
|
'alert.success.item_updated' => 'Article mis à jour avec succès', |
||||
|
'alert.success.item_deleted' => 'Élément supprimé avec succès', |
||||
|
'alert.success.item_restored' => 'Élément à restaurer avec succès', |
||||
|
'alert.success.setting_updated' => 'Vous avez modifié ce paramètre avec succès', |
||||
|
'alert.error.not_exist' => 'Ce paramètre n\'existe pas.', |
||||
|
); |
@ -0,0 +1,58 @@ |
|||||
|
<?php |
||||
|
|
||||
|
return array ( |
||||
|
'settings.system' => 'Systemet', |
||||
|
'settings.appearance' => 'Utseende', |
||||
|
'settings.miscellaneous' => 'Övrigt', |
||||
|
'settings.version' => 'Version', |
||||
|
'settings.background_image' => 'Bakgrundsbild', |
||||
|
'settings.homepage_search' => 'Startsida Sök', |
||||
|
'settings.search_provider' => 'Sök Leverantör', |
||||
|
'settings.language' => 'Språk', |
||||
|
'settings.reset' => 'Återställ tillbaka till standard', |
||||
|
'settings.remove' => 'Avlägsna', |
||||
|
'settings.search' => 'sök', |
||||
|
'settings.no_items' => 'Inga poster hittades', |
||||
|
'settings.label' => 'Etikett', |
||||
|
'settings.value' => 'Värde', |
||||
|
'settings.edit' => 'Ändra', |
||||
|
'settings.view' => 'Visa', |
||||
|
'options.none' => '- inte sätta -', |
||||
|
'options.google' => 'Google', |
||||
|
'options.ddg' => 'DuckDuckGo', |
||||
|
'options.bing' => 'Bing', |
||||
|
'options.yes' => 'Ja', |
||||
|
'options.no' => 'Nej', |
||||
|
'buttons.save' => 'Spara', |
||||
|
'buttons.cancel' => 'Avbryt', |
||||
|
'buttons.add' => 'Lägg till', |
||||
|
'buttons.upload' => 'Ladda upp en fil', |
||||
|
'dash.pin_item' => 'Pin objekt till instrumentpanelen', |
||||
|
'dash.no_apps' => 'Det finns för närvarande inga fästa applikationer, :link1 eller :link2', |
||||
|
'dash.link1' => 'Lägg till en ansökan här', |
||||
|
'dash.link2' => 'Pin-ett objekt till dash', |
||||
|
'dash.pinned_items' => 'Fasta Objekt', |
||||
|
'apps.app_list' => 'Applikationslista', |
||||
|
'apps.view_trash' => 'Visa papperskorgen', |
||||
|
'apps.add_application' => 'Lägg till applikation', |
||||
|
'apps.application_name' => 'Ansökan namn', |
||||
|
'apps.colour' => 'Färg', |
||||
|
'apps.icon' => 'Ikonen', |
||||
|
'apps.pinned' => 'Nålas', |
||||
|
'apps.title' => 'Titel', |
||||
|
'apps.hex' => 'Hex-färg', |
||||
|
'apps.username' => 'Användarnamn', |
||||
|
'apps.password' => 'Lösenord', |
||||
|
'apps.config' => 'Config', |
||||
|
'url' => 'Url', |
||||
|
'title' => 'Titel', |
||||
|
'delete' => 'Radera', |
||||
|
'optional' => 'Frivillig', |
||||
|
'restore' => 'Återställa', |
||||
|
'alert.success.item_created' => 'Objekt som skapats', |
||||
|
'alert.success.item_updated' => 'Föremålet uppdaterades framgångsrikt', |
||||
|
'alert.success.item_deleted' => 'Objekt som har tagits bort', |
||||
|
'alert.success.item_restored' => 'Artikeln återställdes framgångsrikt', |
||||
|
'alert.success.setting_updated' => 'Du har framgångsrikt redigerat denna inställning', |
||||
|
'alert.error.not_exist' => 'Denna inställning existerar inte.', |
||||
|
); |
@ -1,4 +1,4 @@ |
|||||
<?php $addclass = (isset($ajax)) ? ' active' : ''; ?> |
<?php $addclass = (isset($ajax)) ? ' active' : ''; ?> |
||||
<section class="add-item{{ $addclass }}"> |
<section class="add-item{{ $addclass }}"> |
||||
<a id="add-item" href="">Pin item to dash</a> |
<a id="add-item" href="">{{ __('app.dash.pin_item') }}</a> |
||||
</section> |
</section> |
||||
|
@ -0,0 +1,34 @@ |
|||||
|
<script> |
||||
|
$( function() { |
||||
|
|
||||
|
var elem = $('.color-picker')[0]; |
||||
|
var hueb = new Huebee( elem, { |
||||
|
// options |
||||
|
}); |
||||
|
|
||||
|
var availableTags = [ |
||||
|
<?php |
||||
|
$supported = App\Item::supportedOptions(); |
||||
|
foreach($supported as $sapp) { |
||||
|
echo '"'.$sapp.'",'; |
||||
|
} |
||||
|
?> |
||||
|
]; |
||||
|
$( "#appname" ).autocomplete({ |
||||
|
source: availableTags, |
||||
|
select: function( event, ui ) { |
||||
|
$.post('/appload', { app: ui.item.value }, function(data) { |
||||
|
$('#appimage').html("<img src='/storage/"+data.icon+"' /><input type='hidden' name='icon' value='"+data.icon+"' />"); |
||||
|
$('input[name=colour]').val(data.colour); |
||||
|
hueb.setColor( data.colour ); |
||||
|
$('input[name=pinned]').prop('checked', true); |
||||
|
if(data.config != null) { |
||||
|
$.get('/view/'+data.config, function(getdata) { |
||||
|
$('#sapconfig').html(getdata).show(); |
||||
|
}); |
||||
|
} |
||||
|
}, "json"); |
||||
|
} |
||||
|
}); |
||||
|
}); |
||||
|
</script> |
@ -0,0 +1,12 @@ |
|||||
|
<h2>{{ __('app.apps.config') }} ({{ __('app.optional') }})</h2> |
||||
|
<div class="items"> |
||||
|
<input type="hidden" name="config[type]" value="\App\SupportedApps\Nzbget" /> |
||||
|
<div class="input"> |
||||
|
<label>{{ __('app.apps.username') }}</label> |
||||
|
{!! Form::text('config[username]', null, array('placeholder' => __('app.apps.username'), 'class' => 'form-control')) !!} |
||||
|
</div> |
||||
|
<div class="input"> |
||||
|
<label>{{ __('app.apps.password') }}</label> |
||||
|
{!! Form::text('config[password]', null, array('placeholder' => __('app.apps.password'), 'class' => 'form-control')) !!} |
||||
|
</div> |
||||
|
</div> |
@ -1,3 +0,0 @@ |
|||||
* |
|
||||
!public/ |
|
||||
!.gitignore |
|
@ -1,2 +1,2 @@ |
|||||
* |
backgrounds/ |
||||
!.gitignore |
icons/ |
||||
|
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 4.6 KiB |
After Width: | Height: | Size: 5.7 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 3.5 KiB |