translations PR 20170424 (#6224)
Этот коммит содержится в:
34
i18n/nl.json
34
i18n/nl.json
@@ -1001,6 +1001,10 @@
|
||||
"id": "api.emoji.init.debug",
|
||||
"translation": "Initialiseer emoji API routes"
|
||||
},
|
||||
{
|
||||
"id": "api.emoji.init.debug",
|
||||
"translation": "Initialiseer emoji API routes"
|
||||
},
|
||||
{
|
||||
"id": "api.emoji.storage.app_error",
|
||||
"translation": "Bestand opslag is niet goed geconfigureerd. Configureer S3 of lokale bestandsopslag."
|
||||
@@ -1683,10 +1687,6 @@
|
||||
"id": "api.preference.save_preferences.set.app_error",
|
||||
"translation": "Kan de voorkeuren voor een andere gebruiker niet zetten"
|
||||
},
|
||||
{
|
||||
"id": "api.preference.save_preferences.set_details.app_error",
|
||||
"translation": "session.user_id={{.SessionUserId}}, preference.user_id={{.PreferenceUserId}}"
|
||||
},
|
||||
{
|
||||
"id": "api.reaction.delete_reaction.mismatched_channel_id.app_error",
|
||||
"translation": "Failed to delete reaction because channel ID does not match post ID in the URL"
|
||||
@@ -1699,10 +1699,18 @@
|
||||
"id": "api.reaction.list_reactions.mismatched_channel_id.app_error",
|
||||
"translation": "Failed to get reactions because channel ID does not match post ID in the URL"
|
||||
},
|
||||
{
|
||||
"id": "api.reaction.save_reaction.invalid.app_error",
|
||||
"translation": "Reaction is not valid."
|
||||
},
|
||||
{
|
||||
"id": "api.reaction.save_reaction.mismatched_channel_id.app_error",
|
||||
"translation": "Failed to save reaction because channel ID does not match post ID in the URL"
|
||||
},
|
||||
{
|
||||
"id": "api.reaction.save_reaction.user_id.app_error",
|
||||
"translation": "You cannot save reaction for the other user."
|
||||
},
|
||||
{
|
||||
"id": "api.reaction.send_reaction_event.post.app_error",
|
||||
"translation": "Failed to get post when sending websocket event for reaction"
|
||||
@@ -3607,6 +3615,10 @@
|
||||
"id": "model.authorize.is_valid.redirect_uri.app_error",
|
||||
"translation": "Ongeldige doorverwijzing uri"
|
||||
},
|
||||
{
|
||||
"id": "model.authorize.is_valid.response_type.app_error",
|
||||
"translation": "Invalid response type"
|
||||
},
|
||||
{
|
||||
"id": "model.authorize.is_valid.scope.app_error",
|
||||
"translation": "Ongeldige omgeving"
|
||||
@@ -3703,6 +3715,14 @@
|
||||
"id": "model.client.create_emoji.writer.app_error",
|
||||
"translation": "Fout bij het schrijven van verzoek"
|
||||
},
|
||||
{
|
||||
"id": "model.client.get_flagged_posts_in_channel.missing_parameter.app_error",
|
||||
"translation": "Missing channel parameter"
|
||||
},
|
||||
{
|
||||
"id": "model.client.get_flagged_posts_in_team.missing_parameter.app_error",
|
||||
"translation": "Missing team parameter"
|
||||
},
|
||||
{
|
||||
"id": "model.client.login.app_error",
|
||||
"translation": "Authenticatie tokens komen niet overeen"
|
||||
@@ -3949,7 +3969,7 @@
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.max_file_size.app_error",
|
||||
"translation": "Ongeldige maximale bestandsgrootte voor bestands-instellingen. Moet nul of groter zijn."
|
||||
"translation": "Invalid max file size for file settings. Must be a whole number greater than zero."
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.max_notify_per_channel.app_error",
|
||||
@@ -5187,6 +5207,10 @@
|
||||
"id": "store.sql_post.save.existing.app_error",
|
||||
"translation": "Een bestaand bericht kan niet bijwerkt worden"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_post.search.disabled",
|
||||
"translation": "Searching has been disabled on this server. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_post.search.warn",
|
||||
"translation": "Query error searching posts: %v"
|
||||
|
||||
Ссылка в новой задаче
Block a user