forked from home-assistant/intents
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
6 additions
and
6 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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
language: sr | ||
responses: | ||
errors: | ||
no_intent: TODO Sorry, I couldn't understand that | ||
no_area: TODO No area named {{ area }} | ||
no_domain: TODO {{ area }} does not contain a {{ domain }} | ||
no_device_class: TODO {{ area }} does not contain a {{ device_class }} | ||
no_entity: TODO No device or entity named {{ entity }} | ||
handle_error: TODO An unexpected error occurred while handling the intent | ||
no_intent: "Нажалост, нисам вас разумео" | ||
no_area: "Не постоји просторија са именом {{ area }}" | ||
no_domain: "Просторија {{ area }} не постоји у оквиру подручја {{ domain }}" | ||
no_device_class: "Просторија {{ area }} не садржи {{ device_class }}" | ||
no_entity: "Не постоји ни уређај ни ентитет под именом {{ entity }}" | ||
handle_error: "Дошло је до неочекиване грешке током обраде вашег захтева" | ||
lists: {} | ||
expansion_rules: {} | ||
skip_words: [] |