generated from custom-cards/boilerplate-card
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
666de7c
commit cb5a4d4
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"common": { | ||
"version": "Wersja", | ||
"name":"Karta biurka Linak", | ||
"description": "Karta do kontrolowania wysokości biurka", | ||
"invalid_configuration": "Niepoprawna konfiguracja", | ||
"desk_and_height_required": "Sensor biurka oraz wyskości są wymagane", | ||
"min_and_max_height_required": "`min_height` oraz `max_height` są wymagane" | ||
}, | ||
"editor": { | ||
"name": "Nazwa (Opcjonalna)", | ||
"desk":"Encja Biurka (Wymagane)", | ||
"height_sensor":"Sensor wysokości biurka (Wymagane)", | ||
"connection_sensor":"Sensor połączenia z biurkiem (Wymagane)", | ||
"moving_sensor":"Sensor ruchu biurka (Wymagane)", | ||
"min_height":"Minimalna wysokość(Wymagane)", | ||
"max_height":"Maksymalna wysokość (Wymagane)", | ||
"presets":"Profile" | ||
}, | ||
"status": { | ||
"connected": "Połączono", | ||
"disconnected": "Rozłączono" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters