Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
mattermost-server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
sysadmin
mattermost
mattermost-server
Commits
8ca8e71f
Unverified
Commit
8ca8e71f
authored
Jan 30, 2018
by
enahum
Committed by
GitHub
Jan 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
translations PR 20180129 (#8164)
parent
961c04ca
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
1129 additions
and
141 deletions
+1129
-141
i18n/de.json
i18n/de.json
+77
-1
i18n/en.json
i18n/en.json
+66
-66
i18n/es.json
i18n/es.json
+83
-7
i18n/fr.json
i18n/fr.json
+76
-0
i18n/it.json
i18n/it.json
+79
-3
i18n/ja.json
i18n/ja.json
+81
-5
i18n/ko.json
i18n/ko.json
+79
-3
i18n/nl.json
i18n/nl.json
+79
-3
i18n/pl.json
i18n/pl.json
+120
-44
i18n/pt-BR.json
i18n/pt-BR.json
+77
-1
i18n/ru.json
i18n/ru.json
+78
-2
i18n/tr.json
i18n/tr.json
+77
-1
i18n/zh-CN.json
i18n/zh-CN.json
+81
-5
i18n/zh-TW.json
i18n/zh-TW.json
+76
-0
No files found.
i18n/de.json
View file @
8ca8e71f
...
...
@@ -199,6 +199,14 @@
"id"
:
"api.channel.can_manage_channel.public_restricted_team_admin.app_error"
,
"translation"
:
"Verwaltung und Erstellung von öffentlichen Kanälen ist auf Team- und Systemadministratoren begrenzt."
},
{
"id"
:
"api.channel.change_channel_privacy.private_to_public"
,
"translation"
:
"Dieser Kanal wurde in einen öffentlichen Kanal umgewandelt und kann von jedem Teammitglied betreten werden."
},
{
"id"
:
"api.channel.change_channel_privacy.public_to_private"
,
"translation"
:
"Dieser Kanal wurde in einen privaten Kanal umgewandelt."
},
{
"id"
:
"api.channel.create_channel.direct_channel.app_error"
,
"translation"
:
"Für die Erstellung eines Direktnachrichtenkanals muss der createDirectChannel-API-Service verwendet werden"
...
...
@@ -3352,7 +3360,7 @@
},
{
"id"
:
"app.import.validate_post_import_data.create_at_zero.error"
,
"translation"
:
"
Post-Eigenschaft CreateAt darf nicht Null sein, wenn angegebe
n."
"translation"
:
"
Nachrichteigenschaft CreateAt darf nicht Null sei
n."
},
{
"id"
:
"app.import.validate_post_import_data.message_length.error"
,
...
...
@@ -3370,6 +3378,54 @@
"id"
:
"app.import.validate_post_import_data.user_missing.error"
,
"translation"
:
"Fehlende erforderliche Nachrichteigenschaft: User."
},
{
"id"
:
"app.import.validate_reaction_import_data.create_at_before_parent.error"
,
"translation"
:
"Reaktionseigenschaft CreateAt muss größer als CreateAt der übergeordneten Nachricht sein."
},
{
"id"
:
"app.import.validate_reaction_import_data.create_at_missing.error"
,
"translation"
:
"Fehlende erforderliche Reaktionseigenschaft: create_at."
},
{
"id"
:
"app.import.validate_reaction_import_data.create_at_zero.error"
,
"translation"
:
"Reaktionseigenschaft CreateAt darf nicht Null sein."
},
{
"id"
:
"app.import.validate_reaction_import_data.emoji_name_length.error"
,
"translation"
:
"EmojiName-Eigenschaft der Reaktion ist länger als die maximal erlaubte Länge."
},
{
"id"
:
"app.import.validate_reaction_import_data.emoji_name_missing.error"
,
"translation"
:
"Fehlende erforderliche Reaktionseigenschaft: EmojiName."
},
{
"id"
:
"app.import.validate_reaction_import_data.user_missing.error"
,
"translation"
:
"Fehlende erforderliche Reaktionseigenschaft: User."
},
{
"id"
:
"app.import.validate_reply_import_data.create_at_before_parent.error"
,
"translation"
:
"Antworteigenschaft CreateAt muss größer als CreateAt der übergeordneten Nachricht sein."
},
{
"id"
:
"app.import.validate_reply_import_data.create_at_missing.error"
,
"translation"
:
"Fehlende erforderliche Antworteigenschaft: create_at."
},
{
"id"
:
"app.import.validate_reply_import_data.create_at_zero.error"
,
"translation"
:
"Antworteigenschaft CreateAt darf nicht Null sein."
},
{
"id"
:
"app.import.validate_reply_import_data.message_length.error"
,
"translation"
:
"Message-Eigenschaft der Antwort ist länger als die maximal erlaubte Länge."
},
{
"id"
:
"app.import.validate_reply_import_data.message_missing.error"
,
"translation"
:
"Fehlende erforderliche Antworteigenschaft: Message."
},
{
"id"
:
"app.import.validate_reply_import_data.user_missing.error"
,
"translation"
:
"Fehlende erforderliche Antworteigenschaft: User."
},
{
"id"
:
"app.import.validate_team_import_data.allowed_domains_length.error"
,
"translation"
:
"Team allowed_domains ist zu lang."
...
...
@@ -3506,6 +3562,10 @@
"id"
:
"app.import.validate_user_import_data.position_length.error"
,
"translation"
:
"Benutzer Position ist zu lang."
},
{
"id"
:
"app.import.validate_user_import_data.profile_image.error"
,
"translation"
:
"Ungültiges Profilbild."
},
{
"id"
:
"app.import.validate_user_import_data.roles_invalid.error"
,
"translation"
:
"Benutzer roles sind nicht gültig."
...
...
@@ -4582,6 +4642,10 @@
"id"
:
"model.compliance.is_valid.start_end_at.app_error"
,
"translation"
:
"Bis muss größer als von sein"
},
{
"id"
:
"model.config.is_valid.atmos_camo_image_proxy_options.app_error"
,
"translation"
:
"Invalid atmos/camo image proxy options for service settings. Must be set to your shared key."
},
{
"id"
:
"model.config.is_valid.cluster_email_batching.app_error"
,
"translation"
:
"E-Mail-Stapelverarbeitung lässt sich bei aktiviertem Clustering nicht aktivieren."
...
...
@@ -4694,6 +4758,10 @@
"id"
:
"model.config.is_valid.file_thumb_width.app_error"
,
"translation"
:
"Ungültige Thumbnauilbreite in Dateieinstellungen. Muss eine positive Zahl sein."
},
{
"id"
:
"model.config.is_valid.image_proxy_type.app_error"
,
"translation"
:
"Ungültiger Bild-Proxy-Typ für Diensteinstellungen."
},
{
"id"
:
"model.config.is_valid.ldap_basedn"
,
"translation"
:
"AD/LDAP-Feld
\"
BaseDN
\"
ist erforderlich."
...
...
@@ -6778,6 +6846,10 @@
"id"
:
"store.sql_user_access_token.get.app_error"
,
"translation"
:
"Das persönliche Zugriffs-Token konnte nicht abgerufen werden"
},
{
"id"
:
"store.sql_user_access_token.get_all.app_error"
,
"translation"
:
"Es konnten nicht alle persönlichen Zugriffs-Token abgerufen werden"
},
{
"id"
:
"store.sql_user_access_token.get_by_token.app_error"
,
"translation"
:
"Das persönliche Zugriffs-Token konnte nicht über Token abgerufen werden"
...
...
@@ -6790,6 +6862,10 @@
"id"
:
"store.sql_user_access_token.save.app_error"
,
"translation"
:
"Das persönliche Zugriffs-Token konnte nicht gespeichert werden"
},
{
"id"
:
"store.sql_user_access_token.search.app_error"
,
"translation"
:
"Beim Suchen von Zugangs-Tokens wurde ein Fehler festgestellt"
},
{
"id"
:
"store.sql_webhooks.analytics_incoming_count.app_error"
,
"translation"
:
"Die Anzahl der eingehenden Webhooks konnte nicht gezählt werden"
...
...
i18n/en.json
View file @
8ca8e71f
...
...
@@ -199,6 +199,14 @@
"id"
:
"api.channel.can_manage_channel.public_restricted_team_admin.app_error"
,
"translation"
:
"Public Channel management and creation is restricted to Team and System Administrators."
},
{
"id"
:
"api.channel.change_channel_privacy.private_to_public"
,
"translation"
:
"This channel has been converted to a Public Channel and can be joined by any team member."
},
{
"id"
:
"api.channel.change_channel_privacy.public_to_private"
,
"translation"
:
"This channel has been converted to a Private Channel."
},
{
"id"
:
"api.channel.create_channel.direct_channel.app_error"
,
"translation"
:
"Must use createDirectChannel API service for direct message channel creation"
...
...
@@ -315,14 +323,6 @@
"id"
:
"api.channel.leave.left"
,
"translation"
:
"%v left the channel."
},
{
"id"
:
"api.channel.change_channel_privacy.private_to_public"
,
"translation"
:
"This channel has been converted to a Public Channel and can be joined by any team member."
},
{
"id"
:
"api.channel.change_channel_privacy.public_to_private"
,
"translation"
:
"This channel has been converted to a Private Channel."
},
{
"id"
:
"api.channel.post_update_channel_displayname_message_and_forget.create_post.error"
,
"translation"
:
"Failed to post displayname update message"
...
...
@@ -3351,80 +3351,80 @@
"translation"
:
"Missing required direct post property: user"
},
{
"id"
:
"app.import.validate_
reaction_import_data.user
_missing.error"
,
"translation"
:
"Missing required
Reaction property: User
."
"id"
:
"app.import.validate_
post_import_data.channel
_missing.error"
,
"translation"
:
"Missing required
Post property: Channel
."
},
{
"id"
:
"app.import.validate_
reaction_import_data.emoji_name
_missing.error"
,
"translation"
:
"Missing required
Reaction property: EmojiName
."
"id"
:
"app.import.validate_
post_import_data.create_at
_missing.error"
,
"translation"
:
"Missing required
Post property: create_at
."
},
{
"id"
:
"app.import.validate_
reaction_import_data.emoji_name_length
.error"
,
"translation"
:
"
Reaction EmojiName property is longer than the maximum permitted length
."
"id"
:
"app.import.validate_
post_import_data.create_at_zero
.error"
,
"translation"
:
"
Post CreateAt property must not be zero
."
},
{
"id"
:
"app.import.validate_
reaction_import_data.create_at_missing
.error"
,
"translation"
:
"
Missing required Reaction property: create_at
."
"id"
:
"app.import.validate_
post_import_data.message_length
.error"
,
"translation"
:
"
Post Message property is longer than the maximum permitted length
."
},
{
"id"
:
"app.import.validate_
reaction_import_data.create_at_zero
.error"
,
"translation"
:
"
Reaction CreateAt property must not be zero
."
"id"
:
"app.import.validate_
post_import_data.message_missing
.error"
,
"translation"
:
"
Missing required Post property: Message
."
},
{
"id"
:
"app.import.validate_
reaction_import_data.create_at_before_parent
.error"
,
"translation"
:
"
Reaction CreateAt property must be greater than the parent post CreateAt
."
"id"
:
"app.import.validate_
post_import_data.team_missing
.error"
,
"translation"
:
"
Missing required Post property: Team
."
},
{
"id"
:
"app.import.validate_
reply
_import_data.user_missing.error"
,
"translation"
:
"Missing required
Reply
property: User."
"id"
:
"app.import.validate_
post
_import_data.user_missing.error"
,
"translation"
:
"Missing required
Post
property: User."
},
{
"id"
:
"app.import.validate_re
ply_import_data.message_missing
.error"
,
"translation"
:
"
Missing required Reply property: Message
."
"id"
:
"app.import.validate_re
action_import_data.create_at_before_parent
.error"
,
"translation"
:
"
Reaction CreateAt property must be greater than the parent post CreateAt
."
},
{
"id"
:
"app.import.validate_re
ply_import_data.message_length
.error"
,
"translation"
:
"
Reply Message property is longer than the maximum permitted length
."
"id"
:
"app.import.validate_re
action_import_data.create_at_missing
.error"
,
"translation"
:
"
Missing required Reaction property: create_at
."
},
{
"id"
:
"app.import.validate_re
ply_import_data.create_at_missing
.error"
,
"translation"
:
"
Missing required Reply property: create_at
."
"id"
:
"app.import.validate_re
action_import_data.create_at_zero
.error"
,
"translation"
:
"
Reaction CreateAt property must not be zero
."
},
{
"id"
:
"app.import.validate_re
ply_import_data.create_at_zero
.error"
,
"translation"
:
"Re
ply CreateAt property must not be zero
."
"id"
:
"app.import.validate_re
action_import_data.emoji_name_length
.error"
,
"translation"
:
"Re
action EmojiName property is longer than the maximum permitted length
."
},
{
"id"
:
"app.import.validate_re
ply_import_data.create_at_before_parent
.error"
,
"translation"
:
"
Reply CreateAt property must be greater than the parent post CreateAt
."
"id"
:
"app.import.validate_re
action_import_data.emoji_name_missing
.error"
,
"translation"
:
"
Missing required Reaction property: EmojiName
."
},
{
"id"
:
"app.import.validate_
post_import_data.channel
_missing.error"
,
"translation"
:
"Missing required
Post property: Channel
."
"id"
:
"app.import.validate_
reaction_import_data.user
_missing.error"
,
"translation"
:
"Missing required
Reaction property: User
."
},
{
"id"
:
"app.import.validate_
post_import_data.create_at_missing
.error"
,
"translation"
:
"
Missing required Post property: create_a
t."
"id"
:
"app.import.validate_
reply_import_data.create_at_before_parent
.error"
,
"translation"
:
"
Reply CreateAt property must be greater than the parent post CreateA
t."
},
{
"id"
:
"app.import.validate_
post_import_data.create_at_zero
.error"
,
"translation"
:
"
Post CreateAt property must not be zero
."
"id"
:
"app.import.validate_
reply_import_data.create_at_missing
.error"
,
"translation"
:
"
Missing required Reply property: create_at
."
},
{
"id"
:
"app.import.validate_
post_import_data.message_length
.error"
,
"translation"
:
"
Post Message property is longer than the maximum permitted length
."
"id"
:
"app.import.validate_
reply_import_data.create_at_zero
.error"
,
"translation"
:
"
Reply CreateAt property must not be zero
."
},
{
"id"
:
"app.import.validate_
post_import_data.message_missing
.error"
,
"translation"
:
"
Missing required Post property: Message
."
"id"
:
"app.import.validate_
reply_import_data.message_length
.error"
,
"translation"
:
"
Reply Message property is longer than the maximum permitted length
."
},
{
"id"
:
"app.import.validate_
post_import_data.team
_missing.error"
,
"translation"
:
"Missing required
Post property: Team
."
"id"
:
"app.import.validate_
reply_import_data.message
_missing.error"
,
"translation"
:
"Missing required
Reply property: Message
."
},
{
"id"
:
"app.import.validate_
post
_import_data.user_missing.error"
,
"translation"
:
"Missing required
Post
property: User."
"id"
:
"app.import.validate_
reply
_import_data.user_missing.error"
,
"translation"
:
"Missing required
Reply
property: User."
},
{
"id"
:
"app.import.validate_team_import_data.allowed_domains_length.error"
,
...
...
@@ -3562,6 +3562,10 @@
"id"
:
"app.import.validate_user_import_data.position_length.error"
,
"translation"
:
"User Position is too long."
},
{
"id"
:
"app.import.validate_user_import_data.profile_image.error"
,
"translation"
:
"Invalid profile image."
},
{
"id"
:
"app.import.validate_user_import_data.roles_invalid.error"
,
"translation"
:
"User roles are not valid."
...
...
@@ -3574,10 +3578,6 @@
"id"
:
"app.import.validate_user_import_data.username_missing.error"
,
"translation"
:
"Missing require user property: username."
},
{
"id"
:
"app.import.validate_user_import_data.profile_image.error"
,
"translation"
:
"Invalid profile image."
},
{
"id"
:
"app.import.validate_user_teams_import_data.invalid_roles.error"
,
"translation"
:
"Invalid roles for User's Team Membership."
...
...
@@ -4642,6 +4642,10 @@
"id"
:
"model.compliance.is_valid.start_end_at.app_error"
,
"translation"
:
"To must be greater than From"
},
{
"id"
:
"model.config.is_valid.atmos_camo_image_proxy_options.app_error"
,
"translation"
:
"Invalid atmos/camo image proxy options for service settings. Must be set to your shared key."
},
{
"id"
:
"model.config.is_valid.cluster_email_batching.app_error"
,
"translation"
:
"Unable to enable email batching when clustering is enabled."
...
...
@@ -4754,6 +4758,10 @@
"id"
:
"model.config.is_valid.file_thumb_width.app_error"
,
"translation"
:
"Invalid thumbnail width for file settings. Must be a positive number."
},
{
"id"
:
"model.config.is_valid.image_proxy_type.app_error"
,
"translation"
:
"Invalid image proxy type for service settings."
},
{
"id"
:
"model.config.is_valid.ldap_basedn"
,
"translation"
:
"AD/LDAP field
\"
BaseDN
\"
is required."
...
...
@@ -4814,14 +4822,6 @@
"id"
:
"model.config.is_valid.listen_address.app_error"
,
"translation"
:
"Invalid listen address for service settings Must be set."
},
{
"id"
:
"model.config.is_valid.image_proxy_type.app_error"
,
"translation"
:
"Invalid image proxy type for service settings."
},
{
"id"
:
"model.config.is_valid.atmos_camo_image_proxy_options.app_error"
,
"translation"
:
"Invalid atmos/camo image proxy options for service settings. Must be set to your shared key."
},
{
"id"
:
"model.config.is_valid.localization.available_locales.app_error"
,
"translation"
:
"Available Languages must contain Default Client Language"
...
...
@@ -6846,26 +6846,26 @@
"id"
:
"store.sql_user_access_token.get.app_error"
,
"translation"
:
"We couldn't get the personal access token"
},
{
"id"
:
"store.sql_user_access_token.get_by_token.app_error"
,
"translation"
:
"We couldn't get the personal access token by token"
},
{
"id"
:
"store.sql_user_access_token.get_all.app_error"
,
"translation"
:
"We couldn't get all personal access tokens"
},
{
"id"
:
"store.sql_user_access_token.get_by_
user
.app_error"
,
"translation"
:
"We couldn't get the personal access token
s by user
"
"id"
:
"store.sql_user_access_token.get_by_
token
.app_error"
,
"translation"
:
"We couldn't get the personal access token
by token
"
},
{
"id"
:
"store.sql_user_access_token.
search
.app_error"
,
"translation"
:
"We
encountered an error searching user access tokens
"
"id"
:
"store.sql_user_access_token.
get_by_user
.app_error"
,
"translation"
:
"We
couldn't get the personal access tokens by user
"
},
{
"id"
:
"store.sql_user_access_token.save.app_error"
,
"translation"
:
"We couldn't save the personal access token"
},
{
"id"
:
"store.sql_user_access_token.search.app_error"
,
"translation"
:
"We encountered an error searching user access tokens"
},
{
"id"
:
"store.sql_webhooks.analytics_incoming_count.app_error"
,
"translation"
:
"We couldn't count the incoming webhooks"
...
...
i18n/es.json
View file @
8ca8e71f
...
...
@@ -199,6 +199,14 @@
"id"
:
"api.channel.can_manage_channel.public_restricted_team_admin.app_error"
,
"translation"
:
"La gestión y creación de Canales Públicos está restringida a los Administradores de Equipo y Sistema."
},
{
"id"
:
"api.channel.change_channel_privacy.private_to_public"
,
"translation"
:
"Este canal ha sido convertido a un Canal Público y cualquier miembro del equipo puede unirse."
},
{
"id"
:
"api.channel.change_channel_privacy.public_to_private"
,
"translation"
:
"Este canal ha sido convertido a un Canal Privado."
},
{
"id"
:
"api.channel.create_channel.direct_channel.app_error"
,
"translation"
:
"Debe usar el servicio del api createDirectChannel para crear un canal de mensajes directos"
...
...
@@ -233,7 +241,7 @@
},
{
"id"
:
"api.channel.delete_channel.archived"
,
"translation"
:
"%v
ha archivado
el canal."
"translation"
:
"%v
archivó
el canal."
},
{
"id"
:
"api.channel.delete_channel.cannot.app_error"
,
...
...
@@ -297,7 +305,7 @@
},
{
"id"
:
"api.channel.join_channel.post_and_forget"
,
"translation"
:
"%v se
ha unido
al canal."
"translation"
:
"%v se
unió
al canal."
},
{
"id"
:
"api.channel.leave.default.app_error"
,
...
...
@@ -313,7 +321,7 @@
},
{
"id"
:
"api.channel.leave.left"
,
"translation"
:
"%v
ha abandonado
el canal."
"translation"
:
"%v
abandonó
el canal."
},
{
"id"
:
"api.channel.post_update_channel_displayname_message_and_forget.create_post.error"
,
...
...
@@ -361,7 +369,7 @@
},
{
"id"
:
"api.channel.remove_member.removed"
,
"translation"
:
"%v
fue
removido del canal."
"translation"
:
"%v removido del canal."
},
{
"id"
:
"api.channel.remove_member.unable.app_error"
,
...
...
@@ -2312,7 +2320,7 @@
},
{
"id"
:
"api.team.remove_user_from_team.removed"
,
"translation"
:
"%v
fue
removido del equipo."
"translation"
:
"%v removido del equipo."
},
{
"id"
:
"api.team.signup_team.email_disabled.app_error"
,
...
...
@@ -3352,7 +3360,7 @@
},
{
"id"
:
"app.import.validate_post_import_data.create_at_zero.error"
,
"translation"
:
"La propiedad CreateAt del Mensaje no debe ser cero
si se proporciona
."
"translation"
:
"La propiedad CreateAt del Mensaje no debe ser cero."
},
{
"id"
:
"app.import.validate_post_import_data.message_length.error"
,
...
...
@@ -3370,6 +3378,54 @@
"id"
:
"app.import.validate_post_import_data.user_missing.error"
,
"translation"
:
"Falta la propiedad obligatoria del mensaje: User."
},
{
"id"
:
"app.import.validate_reaction_import_data.create_at_before_parent.error"
,
"translation"
:
"La propiedad CreateAt de la Reacción debe ser mayor a la propiedad CreateAt del mensaje al que pertenece."
},
{
"id"
:
"app.import.validate_reaction_import_data.create_at_missing.error"
,
"translation"
:
"Falta la propiedad de la Reacción: create_at."
},
{
"id"
:
"app.import.validate_reaction_import_data.create_at_zero.error"
,
"translation"
:
"La propiedad CreateAt de la Reacción no debe ser cero."
},
{
"id"
:
"app.import.validate_reaction_import_data.emoji_name_length.error"
,
"translation"
:
"La propiedad EmojiName de la reacción supera la longitud máxima permitida."
},
{
"id"
:
"app.import.validate_reaction_import_data.emoji_name_missing.error"
,
"translation"
:
"Falta la propiedad obligatoria de la Reacción: EmojiName."
},
{
"id"
:
"app.import.validate_reaction_import_data.user_missing.error"
,
"translation"
:
"Falta la propiedad obligatoria de la Reacción: User."
},
{
"id"
:
"app.import.validate_reply_import_data.create_at_before_parent.error"
,
"translation"
:
"La propiedad CreateAt debe ser mayor al CreateAt del mensaje padre."
},
{
"id"
:
"app.import.validate_reply_import_data.create_at_missing.error"
,
"translation"
:
"Falta la propiedad de la respuesta: create_at."
},
{
"id"
:
"app.import.validate_reply_import_data.create_at_zero.error"
,
"translation"
:
"La propiedad CreateAt de la respuesta no debe ser cero."
},
{
"id"
:
"app.import.validate_reply_import_data.message_length.error"
,
"translation"
:
"La propiedad Message de la respuesta supera la longitud máxima permitida."
},
{
"id"
:
"app.import.validate_reply_import_data.message_missing.error"
,
"translation"
:
"Falta la propiedad obligatoria de la respuesta: Message."
},
{
"id"
:
"app.import.validate_reply_import_data.user_missing.error"
,
"translation"
:
"Falta la propiedad obligatoria de la respuesta: User."
},
{
"id"
:
"app.import.validate_team_import_data.allowed_domains_length.error"
,
"translation"
:
"La propiedad del equipo allowed_domains es demasiado larga."
...
...
@@ -3506,6 +3562,10 @@
"id"
:
"app.import.validate_user_import_data.position_length.error"
,
"translation"
:
"La propiedad Position del usuario es demasiado larga."
},
{
"id"
:
"app.import.validate_user_import_data.profile_image.error"
,
"translation"
:
"Imagen de perfil no válida."
},
{
"id"
:
"app.import.validate_user_import_data.roles_invalid.error"
,
"translation"
:
"Los roles del usuario no son válidos."
...
...
@@ -4582,6 +4642,10 @@
"id"
:
"model.compliance.is_valid.start_end_at.app_error"
,
"translation"
:
"Desde debe ser mayor que Hasta"
},
{
"id"
:
"model.config.is_valid.atmos_camo_image_proxy_options.app_error"
,
"translation"
:
"Opción atmos/camo del proxy de imágenes no es válida en la configuración del servicio. Se debe establecer con la clave compartida."
},
{
"id"
:
"model.config.is_valid.cluster_email_batching.app_error"
,
"translation"
:
"No se puede habilitar el correo electrónico por lotes cuando la agrupación de servidores está habilitada"
...
...
@@ -4694,6 +4758,10 @@
"id"
:
"model.config.is_valid.file_thumb_width.app_error"
,
"translation"
:
"El ancho para la imagen de miniatura es inválido en la configuración de archivos. Debe ser un número positivo."
},
{
"id"
:
"model.config.is_valid.image_proxy_type.app_error"
,
"translation"
:
"Tipo de proxy para las imágenes no válido en la configuración del servicio."
},
{
"id"
:
"model.config.is_valid.ldap_basedn"
,
"translation"
:
"El campo AD/LDAP
\"
BaseDN
\"
es obligatorio."
...
...
@@ -5336,7 +5404,7 @@
},
{
"id"
:
"model.user.is_valid.position.app_error"
,
"translation"
:
"Cargo no válido: no debe ser más de
35
caracteres."
"translation"
:
"Cargo no válido: no debe ser más de
128
caracteres."
},
{
"id"
:
"model.user.is_valid.pwd.app_error"
,
...
...
@@ -6778,6 +6846,10 @@
"id"
:
"store.sql_user_access_token.get.app_error"
,
"translation"
:
"No pudimos obtener el token de acceso personal"
},
{
"id"
:
"store.sql_user_access_token.get_all.app_error"
,
"translation"
:
"No pudimos obtener todos los tokens de acceso personal"
},
{
"id"
:
"store.sql_user_access_token.get_by_token.app_error"
,
"translation"
:
"No pudimos obtener el token de acceso personal por token"
...
...
@@ -6790,6 +6862,10 @@
"id"
:
"store.sql_user_access_token.save.app_error"
,
"translation"
:
"No pudimos guardar el token de acceso personal"
},
{
"id"
:
"store.sql_user_access_token.search.app_error"
,
"translation"
:
"Encontramos un error buscando los tokens de acceso"
},
{
"id"
:
"store.sql_webhooks.analytics_incoming_count.app_error"
,
"translation"
:
"No pudimos contar la cantidad de webhooks entrantes"
...
...
i18n/fr.json
View file @
8ca8e71f
...
...
@@ -199,6 +199,14 @@
"id"
:
"api.channel.can_manage_channel.public_restricted_team_admin.app_error"
,
"translation"
:
"La gestion et la création de canaux publics sont réservés aux administrateurs système et administrateurs d'équipe."
},
{
"id"
:
"api.channel.change_channel_privacy.private_to_public"
,
"translation"
:
"This channel has been converted to a Public Channel and can be joined by any team member."
},
{
"id"
:
"api.channel.change_channel_privacy.public_to_private"
,
"translation"
:
"This channel has been converted to a Private Channel."
},
{
"id"
:
"api.channel.create_channel.direct_channel.app_error"
,
"translation"
:
"Vous devez utiliser le service d'API createDirectChannel pour la création d'un canal de messages personnels"
...
...
@@ -3370,6 +3378,54 @@
"id"
:
"app.import.validate_post_import_data.user_missing.error"
,
"translation"
:
"La propriété requise du message est manquante : User."
},
{
"id"
:
"app.import.validate_reaction_import_data.create_at_before_parent.error"
,
"translation"
:
"Reaction CreateAt property must be greater than the parent post CreateAt."
},
{
"id"
:
"app.import.validate_reaction_import_data.create_at_missing.error"
,
"translation"
:
"La propriété requise pour un message est manquante : create_at."
},
{
"id"
:
"app.import.validate_reaction_import_data.create_at_zero.error"
,
"translation"
:
"La propriété de message CreateAt ne doit pas être 0 si ce champ est défini."
},
{
"id"
:
"app.import.validate_reaction_import_data.emoji_name_length.error"
,
"translation"
:
"La propriété Message du message est plus longue que la longueur maximale autorisée."
},
{
"id"
:
"app.import.validate_reaction_import_data.emoji_name_missing.error"
,
"translation"
:
"La propriété requise du message est manquante : User."
},
{
"id"
:
"app.import.validate_reaction_import_data.user_missing.error"
,
"translation"
:
"La propriété requise du message est manquante : User."
},
{
"id"
:
"app.import.validate_reply_import_data.create_at_before_parent.error"
,
"translation"
:
"Reply CreateAt property must be greater than the parent post CreateAt."
},
{
"id"
:
"app.import.validate_reply_import_data.create_at_missing.error"
,
"translation"
:
"La propriété requise pour un message est manquante : create_at."
},
{
"id"
:
"app.import.validate_reply_import_data.create_at_zero.error"
,
"translation"
:
"La propriété de message CreateAt ne doit pas être 0 si ce champ est défini."
},
{
"id"
:
"app.import.validate_reply_import_data.message_length.error"
,
"translation"
:
"La propriété Message du message est plus longue que la longueur maximale autorisée."
},
{
"id"
:
"app.import.validate_reply_import_data.message_missing.error"
,
"translation"
:
"La propriété requise du message est manquante : Message."
},
{
"id"
:
"app.import.validate_reply_import_data.user_missing.error"
,
"translation"
:
"La propriété requise du message est manquante : User."
},
{
"id"
:
"app.import.validate_team_import_data.allowed_domains_length.error"
,
"translation"
:
"La propriété d'équipe allowed_domains is trop longue."
...
...
@@ -3506,6 +3562,10 @@
"id"
:
"app.import.validate_user_import_data.position_length.error"
,
"translation"
:
"Le rôle de l'utilisateur est trop long."
},
{
"id"
:
"app.import.validate_user_import_data.profile_image.error"
,
"translation"
:
"Invalid profile image."
},
{
"id"
:
"app.import.validate_user_import_data.roles_invalid.error"
,
"translation"
:
"Les rôles de l'utilisateur sont invalides."
...
...
@@ -4582,6 +4642,10 @@
"id"
:
"model.compliance.is_valid.start_end_at.app_error"
,
"translation"
:
"Jusqu'à doit être supérieur à De"
},
{
"id"
:
"model.config.is_valid.atmos_camo_image_proxy_options.app_error"
,
"translation"
:
"Invalid atmos/camo image proxy options for service settings. Must be set to your shared key."
},
{
"id"
:
"model.config.is_valid.cluster_email_batching.app_error"
,
"translation"
:
"Impossible d'activer l'envoi d'e-mails par lot lorsque le clustering est activé"
...
...
@@ -4694,6 +4758,10 @@
"id"
:
"model.config.is_valid.file_thumb_width.app_error"
,
"translation"
:
"Largeur des miniatures invalide dans les paramètres de fichiers. Doit être un entier positif."
},
{
"id"
:
"model.config.is_valid.image_proxy_type.app_error"
,
"translation"
:
"Invalid image proxy type for service settings."