From 5ae74c4a75eed59511f6d1be490021be0064b978 Mon Sep 17 00:00:00 2001 From: frenck Date: Sun, 18 Apr 2021 18:17:38 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=8D=20Updating=20translation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/translations/de.yaml | 7 +++++++ example/translations/en.yaml | 11 ++++------- example/translations/nl.yaml | 7 +++++++ 3 files changed, 18 insertions(+), 7 deletions(-) create mode 100644 example/translations/de.yaml create mode 100644 example/translations/nl.yaml 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'