translations PR 20180424 (#8662)
Этот коммит содержится в:
120
i18n/nl.json
120
i18n/nl.json
@@ -215,6 +215,14 @@
|
||||
"id": "api.channel.change_channel_privacy.public_to_private",
|
||||
"translation": "This kanaal is omgezet naar een privékanaal."
|
||||
},
|
||||
{
|
||||
"id": "api.channel.convert_channel_to_private.default_channel_error",
|
||||
"translation": "This default channel cannot be converted into a private channel."
|
||||
},
|
||||
{
|
||||
"id": "api.channel.convert_channel_to_private.private_channel_error",
|
||||
"translation": "The channel requested to convert is already a private channel."
|
||||
},
|
||||
{
|
||||
"id": "api.channel.create_channel.direct_channel.app_error",
|
||||
"translation": "U moet de 'createDirectChannel' API service gebruiken om een direct kanaal aan te maken"
|
||||
@@ -331,18 +339,6 @@
|
||||
"id": "api.channel.leave.left",
|
||||
"translation": "%v heeft het kanaal verlaten."
|
||||
},
|
||||
{
|
||||
"id": "api.channel.post_convert_channel_to_private.create_post.error",
|
||||
"translation": "Failed to post channel conversion to private message"
|
||||
},
|
||||
{
|
||||
"id": "api.channel.post_convert_channel_to_private.retrieve_user.error",
|
||||
"translation": "Failed to retrieve user while converting the channel from public to private"
|
||||
},
|
||||
{
|
||||
"id": "api.channel.post_convert_channel_to_private.updated_from",
|
||||
"translation": "%s converted the channel from public to private"
|
||||
},
|
||||
{
|
||||
"id": "api.channel.post_update_channel_displayname_message_and_forget.create_post.error",
|
||||
"translation": "Fout bij het weergeven van het bericht over de bijgewerkte weergavenaam"
|
||||
@@ -786,6 +782,54 @@
|
||||
"id": "api.command_help.name",
|
||||
"translation": "help"
|
||||
},
|
||||
{
|
||||
"id": "api.command_invite.channel.app_error",
|
||||
"translation": "Error to retrieve the current channel."
|
||||
},
|
||||
{
|
||||
"id": "api.command_invite.channel.error",
|
||||
"translation": "Could not find the channel {{.Channel}}. Please use the [channel handle](https://about.mattermost.com/default-channel-handle-documentation) to identify channels."
|
||||
},
|
||||
{
|
||||
"id": "api.command_invite.desc",
|
||||
"translation": "Invite a user to a channel"
|
||||
},
|
||||
{
|
||||
"id": "api.command_invite.directchannel.app_error",
|
||||
"translation": "You can't add someone to a direct message channel."
|
||||
},
|
||||
{
|
||||
"id": "api.command_invite.fail.app_error",
|
||||
"translation": "Er is een fout opgetreden tijdens het deelnemen aan het kanaal."
|
||||
},
|
||||
{
|
||||
"id": "api.command_invite.hint",
|
||||
"translation": "@[username] ~[channel]"
|
||||
},
|
||||
{
|
||||
"id": "api.command_invite.missing_message.app_error",
|
||||
"translation": "Missing Username and Channel."
|
||||
},
|
||||
{
|
||||
"id": "api.command_invite.missing_user.app_error",
|
||||
"translation": "De gebruiker kan niet gevonden worden"
|
||||
},
|
||||
{
|
||||
"id": "api.command_invite.name",
|
||||
"translation": "invite"
|
||||
},
|
||||
{
|
||||
"id": "api.command_invite.permission.app_error",
|
||||
"translation": "You don't have enough permissions to add {{.User}} in {{.Channel}}."
|
||||
},
|
||||
{
|
||||
"id": "api.command_invite.success",
|
||||
"translation": "{{.User}} added to {{.Channel}} channel."
|
||||
},
|
||||
{
|
||||
"id": "api.command_invite.user_already_in_channel.app_error",
|
||||
"translation": "{{.User}} is already in the channel."
|
||||
},
|
||||
{
|
||||
"id": "api.command_join.desc",
|
||||
"translation": "Neem deel aan het open kanaal"
|
||||
@@ -914,6 +958,14 @@
|
||||
"id": "api.command_mute.name",
|
||||
"translation": "mute"
|
||||
},
|
||||
{
|
||||
"id": "api.command_mute.no_channel.error",
|
||||
"translation": "Could not find the specified channel. Please use the [channel handle](https://about.mattermost.com/default-channel-handle-documentation) to identify channels."
|
||||
},
|
||||
{
|
||||
"id": "api.command_mute.not_member.error",
|
||||
"translation": "Could not mute channel {{.Channel}} as you are not a member."
|
||||
},
|
||||
{
|
||||
"id": "api.command_mute.success_mute",
|
||||
"translation": "You will not receive notifications for {{.Channel}} until channel mute is turned off."
|
||||
@@ -2794,14 +2846,14 @@
|
||||
"id": "api.user.create_user.joining.error",
|
||||
"translation": "Er is een fout opgetreden tijdens het deelnemen aan de standaard kanalen user_id=%s, team_id=%s, fout=%v"
|
||||
},
|
||||
{
|
||||
"id": "api.user.create_user.missing_hash_or_data.app_error",
|
||||
"translation": "Missing Hash or URL query data."
|
||||
},
|
||||
{
|
||||
"id": "api.user.create_user.missing_invite_id.app_error",
|
||||
"translation": "Missing Invite Id."
|
||||
},
|
||||
{
|
||||
"id": "api.user.create_user.missing_token.app_error",
|
||||
"translation": "Missing Token."
|
||||
},
|
||||
{
|
||||
"id": "api.user.create_user.no_open_server",
|
||||
"translation": "Deze server staat zelf aanmelden niet toe. Neem contact op met uw systeembeheerder voor een uitnodiging."
|
||||
@@ -2850,6 +2902,10 @@
|
||||
"id": "api.user.get_me.getting.error",
|
||||
"translation": "Probleem bij het ophalen van het gebruikersprofiel voor id=%v, uitlog actie geforceerd"
|
||||
},
|
||||
{
|
||||
"id": "api.user.get_profile_image.not_found.app_error",
|
||||
"translation": "Unable to get profile image, user not found."
|
||||
},
|
||||
{
|
||||
"id": "api.user.init.debug",
|
||||
"translation": "Initialisatie van de gebruikers api"
|
||||
@@ -3242,6 +3298,10 @@
|
||||
"id": "api.websocket_handler.invalid_param.app_error",
|
||||
"translation": "Ongeldige {{.Name}} parameter"
|
||||
},
|
||||
{
|
||||
"id": "app.admin.test_email.failure",
|
||||
"translation": "Connection unsuccessful: {{.Error}}"
|
||||
},
|
||||
{
|
||||
"id": "app.channel.create_channel.no_team_id.app_error",
|
||||
"translation": "Must specify the team ID to create a channel"
|
||||
@@ -5742,10 +5802,6 @@
|
||||
"id": "store.sql.create_column_missing_driver.critical",
|
||||
"translation": "Stuurprogramma mist bij het aanmaken van de kolom"
|
||||
},
|
||||
{
|
||||
"id": "store.sql.create_index.critical",
|
||||
"translation": "Fout bij het aanmaken van een index %v"
|
||||
},
|
||||
{
|
||||
"id": "store.sql.create_index_missing_driver.critical",
|
||||
"translation": "Stuurprogramma mist bij het aanmaken van een index"
|
||||
@@ -5770,10 +5826,6 @@
|
||||
"id": "store.sql.maxlength_column.critical",
|
||||
"translation": "Fout bij het bepalen van de maximale lengte van kolom %v"
|
||||
},
|
||||
{
|
||||
"id": "store.sql.open_conn.critical",
|
||||
"translation": "Fout bij het starten van sql verbinding, fout; %v"
|
||||
},
|
||||
{
|
||||
"id": "store.sql.open_conn.panic",
|
||||
"translation": "Fout bij het openen van de sql verbinding %v"
|
||||
@@ -5794,10 +5846,6 @@
|
||||
"id": "store.sql.schema_out_of_date.warn",
|
||||
"translation": "Database schema versie %v lijkt niet bijgewerkt te zijn"
|
||||
},
|
||||
{
|
||||
"id": "store.sql.schema_set.info",
|
||||
"translation": "Het database schema is gezet op versie %v"
|
||||
},
|
||||
{
|
||||
"id": "store.sql.schema_upgrade_attempt.warn",
|
||||
"translation": "Poging om de database schema te upgraden naar versie %v"
|
||||
@@ -6530,10 +6578,6 @@
|
||||
"id": "store.sql_preference.delete.app_error",
|
||||
"translation": "Er is een probleem opgetreden tijden het verwijderen van voorkeuren"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_preference.delete_unused_features.debug",
|
||||
"translation": "Verdijderen van alle ongebruikte pre-release mogelijkheden"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_preference.get.app_error",
|
||||
"translation": "Er is een probleem opgestreden tijdens het opzoeken van voorkeuren"
|
||||
@@ -6642,6 +6686,10 @@
|
||||
"id": "store.sql_role.get_by_names.app_error",
|
||||
"translation": "Bericht kan niet opgehaald worden"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_role.permanent_delete_all.app_error",
|
||||
"translation": "We could not permanently delete all the roles"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_role.save.insert.app_error",
|
||||
"translation": "Unable to save new role"
|
||||
@@ -6758,6 +6806,10 @@
|
||||
"id": "store.sql_system.get_version.app_error",
|
||||
"translation": "We konden de database versie niet ophalen"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_system.permanent_delete_by_name.app_error",
|
||||
"translation": "We could not permanently delete the system table entry"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_system.save.app_error",
|
||||
"translation": "Er is een probleem opgetreden tijdens het opslaan van de systeem instellingen"
|
||||
@@ -7328,7 +7380,7 @@
|
||||
},
|
||||
{
|
||||
"id": "utils.mail.send_mail.from_address.app_error",
|
||||
"translation": "Notification From Address setting is missing or invalid."
|
||||
"translation": "Error setting \"From Address\""
|
||||
},
|
||||
{
|
||||
"id": "utils.mail.send_mail.msg.app_error",
|
||||
@@ -7344,7 +7396,7 @@
|
||||
},
|
||||
{
|
||||
"id": "utils.mail.send_mail.to_address.app_error",
|
||||
"translation": "Notification To Address setting is missing or invalid."
|
||||
"translation": "Error setting \"To Address\""
|
||||
},
|
||||
{
|
||||
"id": "utils.mail.test.configured.error",
|
||||
|
||||
Ссылка в новой задаче
Block a user