From SimplyBook.me
Enter a message name below to show all available translations.
Found 6 translations.
| Name | Current message text |
|---|---|
| h Danish (da) | '''Kodeeksempel på hentning af serviceliste''' <br><br> <nowiki>$services = $client->getEventList(); // returnerer array(array( // 'id' => 1, - service-id // 'name' => 'Service 1', - servicens navn // 'description' => 'Beskriv din service...', - servicebeskrivelse // 'duration' => 60, - servicens varighed // 'hide_duration' => 0, - Skjul varighed for klienter flag, // 'picture' => null, - filnavn på billede eller null // 'picture_path' => '/uploads/apidemo/event__picture/small/', - fuld sti til billede, // 'position' => 1 - serviceposition // 'is_active' => 1, - tjenesten er aktiveret // 'is_public' => 1, - tjenesten kan bookes af klienter // ), ...)</nowiki> <br><br> |
| h English (en) | '''Code example of getting services list''' <br><br> <nowiki>$services = $client->getEventList(); // returns array(array( // 'id' => 1, - service id // 'name' => 'Service 1', - service's name // 'description' => 'Describe your service...', - service description // 'duration' => 60, - service duration // 'hide_duration' => 0, - Hide duration to clients flag, // 'picture' => null, - file name of picture or null // 'picture_path' => '/uploads/apidemo/event__picture/small/', - full path to picture, // 'position' => 1 - service position // 'is_active' => 1, - the service is activated // 'is_public' => 1, - the service is allowed to book by clients // ), ...)</nowiki> <br><br> |
| h French (fr) | '''Exemple de code pour obtenir la liste des services''' <br><br> <nowiki>$services = $client->getEventList(); // renvoie array(array( // 'id' => 1, - identifiant du service // 'name' => 'Service 1', - nom du service // 'description' => 'Describe your service...', - description du service // 'duration' => 60, - durée du service // 'hide_duration' => 0, - drapeau permettant de masquer la durée aux clients, // 'picture' => null, - nom du fichier de l'image ou null // 'picture_path' => '/uploads/apidemo/event__picture/small/', - chemin complet vers l'image, // 'position' => 1 - position du service // 'is_active' => 1, - le service est activé // 'is_public' => 1, - le service peut être réservé par les clients // ), ...)</nowiki> <br><br> |
| h Dutch (nl) | '''Codevoorbeeld voor het ophalen van de lijst met services''' <br><br> <nowiki>$services = $client->getEventList(); // retourneert array(array( // 'id' => 1, - service-id // 'name' => 'Service 1', - naam van de service // 'description' => 'Beschrijf uw service...', - beschrijving van de service // 'duration' => 60, - duur van de service // 'hide_duration' => 0, - vlag om duur voor klanten te verbergen, // 'picture' => null, - bestandsnaam van de afbeelding of null // 'picture_path' => '/uploads/apidemo/event__picture/small/', - volledig pad naar afbeelding, // 'position' => 1 - positie van dienst // 'is_active' => 1, - de dienst is geactiveerd // 'is_public' => 1, - de dienst kan door klanten worden geboekt // ), ...)</nowiki> <br><br> |
| h Swedish (sv) | '''Kodexempel för att hämta tjänstelistan''' <br><br> <nowiki>$services = $client->getEventList(); // returnerar array(array( // 'id' => 1, - tjänst-id // 'name' => 'Service 1', - tjänstens namn // 'description' => 'Beskriv din tjänst...', - tjänstens beskrivning // 'duration' => 60, - tjänstens varaktighet // 'hide_duration' => 0, - flagga för att dölja varaktighet för kunder, // 'picture' => null, - filnamn på bild eller null // 'picture_path' => '/uploads/apidemo/event__picture/small/', - fullständig sökväg till bild, // 'position' => 1 - tjänstens position // 'is_active' => 1, - tjänsten är aktiverad // 'is_public' => 1, - tjänsten får bokas av kunder // ), ...)</nowiki> <br><br> |
| h Ukrainian (uk) | '''Приклад коду для отримання списку послуг''' <br><br> <nowiki>$services = $client->getEventList(); // повертає масив(array( // 'id' => 1, - ідентифікатор послуги // 'name' => 'Service 1', - назва послуги // 'description' => 'Опишіть свою послугу...', - опис послуги // 'duration' => 60, - тривалість послуги // 'hide_duration' => 0, - прапорець приховування тривалості від клієнтів, // 'picture' => null, - ім'я файлу зображення або null // 'picture_path' => '/uploads/apidemo/event__picture/small/', - повний шлях до зображення, // 'position' => 1 - позиція послуги // 'is_active' => 1, - послуга активована // 'is_public' => 1, - послуга доступна для бронювання клієнтами // ), ...)</nowiki> <br><br> |