diff options
Diffstat (limited to 'i18n/nl.json')
-rw-r--r-- | i18n/nl.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/i18n/nl.json b/i18n/nl.json index 20425b105..6ba8abb4f 100644 --- a/i18n/nl.json +++ b/i18n/nl.json @@ -1435,6 +1435,14 @@ "translation": "Unable to set user preferences." }, { + "id": "api.reaction.delete.archived_channel.app_error", + "translation": "You cannot remove a reaction in an archived channel." + }, + { + "id": "api.reaction.save.archived_channel.app_error", + "translation": "You cannot react in an archived channel." + }, + { "id": "api.reaction.save_reaction.invalid.app_error", "translation": "Reaction is not valid." }, @@ -1651,6 +1659,10 @@ "translation": "%v joined the team." }, { + "id": "api.team.join_user_to_team.allowed_domains.app_error", + "translation": "Email moet uit bepaalde domeinen komen (bijv. @voorbeeld.nl). Neem contact op met de systeem beheerder voor meer details." + }, + { "id": "api.team.leave.left", "translation": "%v left the team." }, @@ -1727,6 +1739,10 @@ "translation": "Specified user is not a member of specified team." }, { + "id": "api.team.update_restricted_domains.mismatch.app_error", + "translation": "Restricting team to {{ .Domain }} is not allowed by the system config. Please contact your system administrator." + }, + { "id": "api.team.update_team_scheme.license.error", "translation": "Your license does not support updating a team's scheme" }, @@ -4991,6 +5007,10 @@ "translation": "Het kanaal kan niet bijgewerkt worden" }, { + "id": "store.sql_channel.update.archived_channel.app_error", + "translation": "You can not modify an archived channel" + }, + { "id": "store.sql_channel.update.exists.app_error", "translation": "Een kanaal met dat 'handle' bestaat al" }, |