diff --git a/example/translations/de.yaml b/example/translations/de.yaml new file mode 100644 index 000000000..204292c70 --- /dev/null +++ b/example/translations/de.yaml @@ -0,0 +1,7 @@ +configuration: + log_level: + description: 'The amount of logging the add-on should do.' + name: 'Log level' + seconds_between_quotes: + description: 'The number of seconds the add-on waits until showing a new quote in the add-on log.' + name: 'Sekunden zwischen Zitaten' diff --git a/example/translations/en.yaml b/example/translations/en.yaml index 9737cc504..ce7a0ddc2 100644 --- a/example/translations/en.yaml +++ b/example/translations/en.yaml @@ -1,10 +1,7 @@ ---- configuration: log_level: - name: Log level - description: The amount of logging the add-on should do. + description: 'The amount of logging the add-on should do.' + name: 'Log level' seconds_between_quotes: - name: Seconds between quotes - description: >- - The number of seconds the add-on waits until showing a new quote in the - add-on log. + description: 'The number of seconds the add-on waits until showing a new quote in the add-on log.' + name: 'Seconds between quotes' diff --git a/example/translations/nl.yaml b/example/translations/nl.yaml new file mode 100644 index 000000000..350cbdd46 --- /dev/null +++ b/example/translations/nl.yaml @@ -0,0 +1,7 @@ +configuration: + log_level: + description: 'The amount of logging the add-on should do.' + name: 'Log level' + seconds_between_quotes: + description: 'The number of seconds the add-on waits until showing a new quote in the add-on log.' + name: 'Aantal seconden tussen de citaten'