diff options
author | jeroenpraat <41594439+jeroenpraat@users.noreply.github.com> | 2019-05-05 21:33:24 +0200 |
---|---|---|
committer | Yamagishi Kazutoshi <ykzts@desire.sh> | 2019-05-06 04:33:24 +0900 |
commit | e742bff19b609c2ac43f87d62cd2ed948471d5a0 (patch) | |
tree | b9c23f1629e26151de0817cb8bba831f76472fe8 /app/javascript | |
parent | 2508370f44272719c24bd8639f1b58bd24d01be2 (diff) |
1 NL string update (#10709)
* 1 NL string update No that weblate isn't used anymore, it would be fine if, or the english strings are update, or there is somewhere an explanation how to generate new strings for a language * Update nl.json
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/mastodon/locales/nl.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/mastodon/locales/nl.json b/app/javascript/mastodon/locales/nl.json index 96e39356b..497a11d5c 100644 --- a/app/javascript/mastodon/locales/nl.json +++ b/app/javascript/mastodon/locales/nl.json @@ -77,6 +77,7 @@ "compose_form.poll.remove_option": "Deze keuze verwijderen", "compose_form.publish": "Toot", "compose_form.publish_loud": "{publish}!", + "compose_form.sensitive.hide": "Media als gevoelig markeren", "compose_form.sensitive.marked": "Media is als gevoelig gemarkeerd", "compose_form.sensitive.unmarked": "Media is niet als gevoelig gemarkeerd", "compose_form.spoiler.marked": "Tekst is achter een waarschuwing verborgen", |