Skip to content

Commit

Permalink
Errors Only
Browse files Browse the repository at this point in the history
  • Loading branch information
cvladan committed Dec 27, 2022
1 parent f2b37e9 commit 1b6d180
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sentences/sr/_common.yaml
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: []

0 comments on commit 1b6d180

Please sign in to comment.