summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/de.json166
-rw-r--r--i18n/en.json176
-rw-r--r--i18n/es.json168
-rw-r--r--i18n/fr.json164
-rw-r--r--i18n/ja.json170
-rw-r--r--i18n/ko.json164
-rw-r--r--i18n/nl.json168
-rw-r--r--i18n/pt-BR.json192
-rw-r--r--i18n/ru.json166
-rw-r--r--i18n/zh_CN.json206
-rw-r--r--i18n/zh_TW.json202
11 files changed, 1451 insertions, 491 deletions
diff --git a/i18n/de.json b/i18n/de.json
index 21a96835b..ff4b6016b 100644
--- a/i18n/de.json
+++ b/i18n/de.json
@@ -220,6 +220,14 @@
"translation": "Ungültige Benutzer-ID für eine Direktnachrichtenkanal Erstellung"
},
{
+ "id": "api.channel.create_group.bad_size.app_error",
+ "translation": "Group message channels must contain at least 3 and no more than 8 users"
+ },
+ {
+ "id": "api.channel.create_group.bad_user.app_error",
+ "translation": "One of the provided users does not exist"
+ },
+ {
"id": "api.channel.delete_channel.archived",
"translation": "Der Kanal wurde von %v archiviert."
},
@@ -892,6 +900,10 @@
"translation": "Gehe zum Beitrag"
},
{
+ "id": "api.email_batching.render_batched_post.group_message",
+ "translation": "Group Message"
+ },
+ {
"id": "api.email_batching.render_batched_post.sender.app_error",
"translation": "Konnte Absender der Nachricht für gestapelte E-Mail Benachrichtigung nicht finden"
},
@@ -1214,6 +1226,10 @@
"translation": "Fehler beim Setzen der E-Mail-Adresse als geprüft. Fehler=%v"
},
{
+ "id": "api.incoming_webhook.disabled.app_errror",
+ "translation": "Eingehende Webhooks wurden vom Systemadministrator deaktiviert."
+ },
+ {
"id": "api.license.add_license.array.app_error",
"translation": "Leeres Array unterhalb von 'Lizenz' in der Anfrage"
},
@@ -1800,6 +1816,14 @@
"translation": "Es wurde versucht, den Benutzer mit existierendem Konto ({{.Email}}, {{.Username}}) zusammenzuführen, konnte den Benutzer aber nicht zu diesem Team hinzufügen.\r\n"
},
{
+ "id": "api.slackimport.slack_add_users.missing_email_address",
+ "translation": "User {{.Username}} does not have an email address in the Slack export. Using {{.Email}} as a placeholder. The user should update their email address once logged in to the system.\r\n"
+ },
+ {
+ "id": "api.slackimport.slack_add_users.missing_email_address.warn",
+ "translation": "User {{.Username}} does not have an email address in the Slack export. Using {{.Email}} as a placeholder. The user should update their email address once logged in to the system."
+ },
+ {
"id": "api.slackimport.slack_add_users.unable_import",
"translation": "Kann Benutzer nicht importieren: {{.Username}}\r\n"
},
@@ -2012,6 +2036,10 @@
"translation": "Sie haben nicht die erforderlichen Zugriffsrechte"
},
{
+ "id": "api.templates.channel_name.group",
+ "translation": "Group Message"
+ },
+ {
"id": "api.templates.email_change_body.info",
"translation": "Ihre E-Mail-Adresse für {{.TeamDisplayName}} wurde in {{.NewEmail}} geändert.<br>Wenn Sie diese Änderungen nicht durchgeführt haben, kontaktieren Sie bitte den Systemadministrator."
},
@@ -2021,7 +2049,7 @@
},
{
"id": "api.templates.email_change_subject",
- "translation": "Ihre E-Mail-Adresse für {{.TeamDisplayName}} wurde geändert"
+ "translation": "[{{ .SiteName }}] Ihre E-Mail-Adresse wurde geändert"
},
{
"id": "api.templates.email_change_verify_body.button",
@@ -2037,7 +2065,7 @@
},
{
"id": "api.templates.email_change_verify_subject",
- "translation": "Bestätige neue E-Mail-Adresse für {{.TeamDisplayName}}"
+ "translation": "[{{ .SiteName }}] Bestätigen Sie die neue E-Mail-Adresse"
},
{
"id": "api.templates.email_footer",
@@ -2093,7 +2121,7 @@
},
{
"id": "api.templates.invite_subject",
- "translation": "{{ .SenderName }} hat Sie eingeladen, dem Team {{ .TeamDisplayName }} auf {{.SiteName}} beizutreten"
+ "translation": "[{{ .SiteName }}] {{ .SenderName }} hat Sie eingeladen dem Team {{ .TeamDisplayName }} beizutreten"
},
{
"id": "api.templates.mfa_activated_body.info",
@@ -2105,7 +2133,7 @@
},
{
"id": "api.templates.mfa_change_subject",
- "translation": "Ihre MFA wurde auf {{ .SiteName }} aktualisiert"
+ "translation": "[{{ .SiteName }}] Ihre MFA wurde aktualisiert"
},
{
"id": "api.templates.mfa_deactivated_body.info",
@@ -2125,7 +2153,7 @@
},
{
"id": "api.templates.password_change_subject",
- "translation": "Ihr Passwort wurde aktualisiert für {{.TeamDisplayName}} bei {{ .SiteName }}"
+ "translation": "[{{ .SiteName }}] Ihr Passwort wurde aktualisiert"
},
{
"id": "api.templates.post_body.button",
@@ -2144,6 +2172,10 @@
"translation": "{{.SubjectText}} bei {{.TeamDisplayName}} von {{.SenderDisplayName}} am {{.Day}}.{{.Month}}.{{.Year}}"
},
{
+ "id": "api.templates.post_subject_in_group_message",
+ "translation": "{{.SubjectText}} bei {{.TeamDisplayName}} von {{.SenderDisplayName}} am {{.Day}}.{{.Month}}.{{.Year}}"
+ },
+ {
"id": "api.templates.reset_body.button",
"translation": "Passwort zurücksetzen"
},
@@ -2157,7 +2189,11 @@
},
{
"id": "api.templates.reset_subject",
- "translation": "Passwort zurücksetzen"
+ "translation": "[{{ .SiteName }}] Passwort zurücksetzen"
+ },
+ {
+ "id": "api.templates.signin_change_email.body.info",
+ "translation": "Sie haben Ihre Anmeldemethode für {{ .SiteName }} auf {{.Method}} geändert.<br>Falls Sie diese Änderung nicht veranlasst haben, wenden Sie sich bitte an den Systemadministrator."
},
{
"id": "api.templates.signin_change_email.body.method_email",
@@ -2168,6 +2204,10 @@
"translation": "Sie haben Ihre Anmeldemethode geändert"
},
{
+ "id": "api.templates.signin_change_email.subject",
+ "translation": "[{{ .SiteName }}] Sie haben Ihre Anmeldemethode für {{ .SiteName }} geändert"
+ },
+ {
"id": "api.templates.signup_team_body.button",
"translation": "Erstellen Sie Ihr Team"
},
@@ -2184,14 +2224,6 @@
"translation": "{{ .SiteName }} Team-Einrichtung"
},
{
- "id": "api.templates.singin_change_email.body.info",
- "translation": "Sie haben Ihre Anmeldemethode für {{ .SiteName }} auf {{.Method}} geändert.<br>Falls Sie diese Änderung nicht veranlasst haben, wenden Sie sich bitte an den Systemadministrator."
- },
- {
- "id": "api.templates.singin_change_email.subject",
- "translation": "Ihre Anmeldemethode wurde aktualisiert bei {{ .SiteName }}"
- },
- {
"id": "api.templates.upgrade_30_body.info",
"translation": "<h3 style='font-weight: normal; margin-top: 10px;'>IHRE MEHRFACHZUGÄNGE WURDEN AKTUALISIERT</h3>Ihr Mattermost-Server wurde auf Version 3.0 aktualisiert, bei dem Sie einen Zugang in mehreren Teams nutzen können.<br/><br/>Sie erhalten diese E-Mail weil die Aktualisierung festgestellt hat, dass diese E-Mail-Adresse oder der Benutzername mehrfach vorkommt.<br/><br/>Die folgenden Änderungen wurden durchgeführt: <br/><br/>{{if .EmailChanged }}- Die mehrfache E-Mail-Adresse des Zugangs bei dem `/{{.TeamName}}` Team wurde geändert auf `{{.Email}}`. Sie müssen zur Anmeldung E-Mail-Adresse und Passwort angeben. Sie können diese E-Mail-Adresse nutzen.<br/><br/>{{end}}{{if .UsernameChanged }}- Der mehrfach benutze Benutzername für das Team `/{{.TeamName}}` wurde geändert auf `{{.Username}}` zur Vermeidung von Missverständnissen.<br/><br/>{{end}} EMPFOHLENE HANDLUNGSWEISE: <br/><br/>Es wird empfohlen sich bei dem Teams mit den Mehrfachzugängen anzumelden und dort den bevorzugten Zugang auszuwählen, der künftig verwendet werden soll. <br/><br/>Dies gibt dem bevorzugtem Zugang Zugriff auf die öffentlichen Kanäle und die private Historie. Direktnachrichten zu den bisherigen Mehrfachgängen können Sie noch mit den alten Zugangsdaten abrufen. <br/><br/>WEITEREN INFORMATIONEN: <br/><br/>Weitere Informationen zur Mattermost 3.0 Aktualisierung finden Sie auf: <a href='http://www.mattermost.org/upgrading-to-mattermost-3-0/'>http://www.mattermost.org/upgrading-to-mattermost-3-0/</a><br/><br/>"
},
@@ -2209,7 +2241,7 @@
},
{
"id": "api.templates.username_change_subject",
- "translation": "Ihr Benutzername wurde für {{.TeamDisplayName}} geändert"
+ "translation": "[{{ .SiteName }}] Ihr Benutzername wurde geändert"
},
{
"id": "api.templates.verify_body.button",
@@ -2253,7 +2285,7 @@
},
{
"id": "api.templates.welcome_subject",
- "translation": "Sie sind {{ .ServerURL }} beigetreten"
+ "translation": "[{{ .SiteName }}] Sie sind {{ .ServerURL }} beigetreten"
},
{
"id": "api.user.activate_mfa.email_and_ldap_only.app_error",
@@ -2692,10 +2724,6 @@
"translation": "Team-Hub wird gestoppt für teamId=%v"
},
{
- "id": "api.webhook.create_incoming.disabled.app_error",
- "translation": "Eingehende Webhooks wurden vom Systemadministrator deaktiviert."
- },
- {
"id": "api.webhook.create_outgoing.disabled.app_error",
"translation": "Ausgehende Webhooks wurden vom Systemadministrator deaktiviert."
},
@@ -2732,14 +2760,6 @@
"translation": "Ungültige Berechtigungen um ausgehenden Webhook zu löschen"
},
{
- "id": "api.webhook.get_incoming.disabled.app_error",
- "translation": "Eingehende webhooks wurden vom System Administrator deaktiviert."
- },
- {
- "id": "api.webhook.get_outgoing.disabled.app_error",
- "translation": "Ausgehende webhooks wurden vom System Administrator deaktiviert."
- },
- {
"id": "api.webhook.incoming.debug",
"translation": "Eingehender Webhook erhalten. Inhalt="
},
@@ -2752,10 +2772,6 @@
"translation": "Initialisiere Webhook-API-Routen"
},
{
- "id": "api.webhook.regen_outgoing_token.disabled.app_error",
- "translation": "Ausgehende webhooks wurden vom System Administrator deaktiviert."
- },
- {
"id": "api.webhook.regen_outgoing_token.permissions.app_error",
"translation": "Ungültige Berechtigungen um ausgehenden Webhook-Token zu regenerieren"
},
@@ -2852,6 +2868,10 @@
"translation": "Importdatenzeile hat den Typ \"channel\", aber das Kanalobjekt ist null."
},
{
+ "id": "app.import.import_line.null_post.error",
+ "translation": "Importdatenzeile hat den Typ \"post\", aber das Nachrichtenobjekt ist null."
+ },
+ {
"id": "app.import.import_line.null_team.error",
"translation": "Importdatenzeile hat den Typ \"team\", aber das Teamobjekt ist null."
},
@@ -2864,6 +2884,18 @@
"translation": "Importdatenzeile hat den unbekannten Typ \"{{.Type}}\"."
},
{
+ "id": "app.import.import_post.channel_not_found.error",
+ "translation": "Fehler beim Importieren der Nachricht. Kanal mit dem Namen \"{{.ChannelName}}\" konnte nicht gefunden werden."
+ },
+ {
+ "id": "app.import.import_post.team_not_found.error",
+ "translation": "Fehler beim Importieren der Nachricht. Team mit dem Namen \"{{.TeamName}}\" konnte nicht gefunden werden."
+ },
+ {
+ "id": "app.import.import_post.user_not_found.error",
+ "translation": "Fehler beim Importieren der Nachricht. Benutzer mit dem Namen \"{{.Username}}\" konnte nicht gefunden werden."
+ },
+ {
"id": "app.import.validate_channel_import_data.create_at_zero.error",
"translation": "Kanal create_at darf nicht 0 sein wenn angegeben."
},
@@ -2908,6 +2940,34 @@
"translation": "Fehlende erforderliche Kanaleigenschaft: type."
},
{
+ "id": "app.import.validate_post_import_data.channel_missing.error",
+ "translation": "Fehlende erforderliche Nachrichteigenschaft: Channel."
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_missing.error",
+ "translation": "Fehlende erforderliche Nachrichteigenschaft: create_at."
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_zero.error",
+ "translation": "Wenn angegeben darf CreateAt der Nachricht nicht Null sein."
+ },
+ {
+ "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_post_import_data.message_missing.error",
+ "translation": "Fehlende erforderliche Nachrichteigenschaft: Message."
+ },
+ {
+ "id": "app.import.validate_post_import_data.team_missing.error",
+ "translation": "Fehlende erforderliche Nachrichteigenschaft: Team."
+ },
+ {
+ "id": "app.import.validate_post_import_data.user_missing.error",
+ "translation": "Fehlende erforderliche Nachrichteigenschaft: User."
+ },
+ {
"id": "app.import.validate_team_import_data.allowed_domains_length.error",
"translation": "Team allowed_domains ist zu lang."
},
@@ -3020,6 +3080,14 @@
"translation": "Team name fehlt in Teammitgliedschaft des Benutzers."
},
{
+ "id": "authentication.permissions.create_group_channel.description",
+ "translation": "Ability to create new group message channels"
+ },
+ {
+ "id": "authentication.permissions.create_group_channel.name",
+ "translation": "Create Group Message"
+ },
+ {
"id": "authentication.permissions.create_team_roles.description",
"translation": "Die Möglichkeit, neue Teams zu erstellen"
},
@@ -3596,6 +3664,14 @@
"translation": "Es trat ein Fehler beim Lesen der Datei auf"
},
{
+ "id": "model.client.set_profile_user.no_file.app_error",
+ "translation": "Keine Datei unter 'image' in der Anfrage"
+ },
+ {
+ "id": "model.client.set_profile_user.writer.app_error",
+ "translation": "Problem beim Schreiben der Anfrage"
+ },
+ {
"id": "model.command.is_valid.create_at.app_error",
"translation": "Erstellt am muss eine gültige Zeit sein"
},
@@ -4725,7 +4801,7 @@
},
{
"id": "store.sql_channel.update.previously.app_error",
- "translation": "Es wurde schon ein Kanal mit dem Zugang erstellt"
+ "translation": "Es wurde schon ein Kanal mit dem Handle erstellt"
},
{
"id": "store.sql_channel.update.updating.app_error",
@@ -4976,6 +5052,10 @@
"translation": "Die übergeordneten Nachrichten des Kanals konnten nicht abgerufen werden"
},
{
+ "id": "store.sql_post.get_posts_created_att.app_error",
+ "translation": "Die Nachrichten für den Kanal konnten nicht abgerufen werden"
+ },
+ {
"id": "store.sql_post.get_posts_since.app_error",
"translation": "Die Nachrichten für den Kanal konnten nicht abgerufen werden"
},
@@ -4984,6 +5064,10 @@
"translation": "Die Nachrichten für den Kanal konnten nicht abgerufen werden"
},
{
+ "id": "store.sql_post.overwrite.app_error",
+ "translation": "Die Nachricht konnte nicht überschrieben werden"
+ },
+ {
"id": "store.sql_post.permanent_delete.app_error",
"translation": "Die Nachricht konnte nicht gelöscht werden"
},
@@ -5012,8 +5096,8 @@
"translation": "Sie können keine existierende Nachricht aktualisieren"
},
{
- "id": "store.sql_post.search.app_error",
- "translation": "Es trat ein Fehler während der Suche nach Nachrichten auf"
+ "id": "store.sql_post.search.warn",
+ "translation": "Query error searching posts: %v"
},
{
"id": "store.sql_post.update.app_error",
@@ -5620,6 +5704,18 @@
"translation": "Es ist ein Fehler beim Speichern der Datei in {{.Filename}} aufgetreten"
},
{
+ "id": "utils.config.supported_client_locale.app_error",
+ "translation": "Konnte Mattermost Konfigurationsdatei nicht laden: DefaultClientLocale muss eine der unterstützen Locales entsprechen"
+ },
+ {
+ "id": "utils.config.supported_server_locale.app_error",
+ "translation": "Konnte Mattermost Konfigurationsdatei nicht laden: DefaultServerLocale muss eine der unterstützen Locale entsprechen"
+ },
+ {
+ "id": "utils.config.validate_locale.app_error",
+ "translation": "Konnte Mattermost Konfigurationsdatei nicht laden: AvailableLocales muss DefaultClientLocale enthalten"
+ },
+ {
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "Analytics nicht initialisiert"
},
diff --git a/i18n/en.json b/i18n/en.json
index 14b8383da..c013459e2 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -204,14 +204,6 @@
"translation": "Must use createDirectChannel API service for direct message channel creation"
},
{
- "id": "api.channel.create_group.bad_size.app_error",
- "translation": "Group message channels must contain at least 3 and no more than 8 users"
- },
- {
- "id": "api.channel.create_group.bad_user.app_error",
- "translation": "One of the provided users does not exist"
- },
- {
"id": "api.channel.create_channel.invalid_character.app_error",
"translation": "Invalid character '__' in channel name for non-direct channel"
},
@@ -232,6 +224,14 @@
"translation": "Invalid user ID for direct channel creation"
},
{
+ "id": "api.channel.create_group.bad_size.app_error",
+ "translation": "Group message channels must contain at least 3 and no more than 8 users"
+ },
+ {
+ "id": "api.channel.create_group.bad_user.app_error",
+ "translation": "One of the provided users does not exist"
+ },
+ {
"id": "api.channel.delete_channel.archived",
"translation": "%v has archived the channel."
},
@@ -900,14 +900,14 @@
"translation": "Direct Message"
},
{
- "id": "api.email_batching.render_batched_post.group_message",
- "translation": "Group Message"
- },
- {
"id": "api.email_batching.render_batched_post.go_to_post",
"translation": "Go to Post"
},
{
+ "id": "api.email_batching.render_batched_post.group_message",
+ "translation": "Group Message"
+ },
+ {
"id": "api.email_batching.render_batched_post.sender.app_error",
"translation": "Unable to find sender of post for batched email notification"
},
@@ -1230,6 +1230,10 @@
"translation": "Failed to set email verified err=%v"
},
{
+ "id": "api.incoming_webhook.disabled.app_errror",
+ "translation": "Incoming webhooks have been disabled by the system admin."
+ },
+ {
"id": "api.license.add_license.array.app_error",
"translation": "Empty array under 'license' in request"
},
@@ -1736,14 +1740,6 @@
"translation": "Failed to add user to channel: {{.Username}}\r\n"
},
{
- "id": "api.slackimport.slack_add_users.missing_email_address",
- "translation": "User {{.Username}} does not have an email address in the Slack export. Using {{.Email}} as a placeholder. The user should update their email address once logged in to the system.\r\n"
- },
- {
- "id": "api.slackimport.slack_add_users.missing_email_address.warn",
- "translation": "User {{.Username}} does not have an email address in the Slack export. Using {{.Email}} as a placeholder. The user should update their email address once logged in to the system."
- },
- {
"id": "api.slackimport.slack_add_channels.import_failed",
"translation": "Failed to import: {{.DisplayName}}\r\n"
},
@@ -1824,6 +1820,14 @@
"translation": "Tried to merge user with existing account: {{.Email}}, {{.Username}}, but failed to add the user to this team.\r\n"
},
{
+ "id": "api.slackimport.slack_add_users.missing_email_address",
+ "translation": "User {{.Username}} does not have an email address in the Slack export. Using {{.Email}} as a placeholder. The user should update their email address once logged in to the system.\r\n"
+ },
+ {
+ "id": "api.slackimport.slack_add_users.missing_email_address.warn",
+ "translation": "User {{.Username}} does not have an email address in the Slack export. Using {{.Email}} as a placeholder. The user should update their email address once logged in to the system."
+ },
+ {
"id": "api.slackimport.slack_add_users.unable_import",
"translation": "Unable to import user: {{.Username}}\r\n"
},
@@ -2036,6 +2040,10 @@
"translation": "You do not have the appropriate permissions"
},
{
+ "id": "api.templates.channel_name.group",
+ "translation": "Group Message"
+ },
+ {
"id": "api.templates.email_change_body.info",
"translation": "Your email address for {{.TeamDisplayName}} has been changed to {{.NewEmail}}.<br>If you did not make this change, please contact the system administrator."
},
@@ -2168,10 +2176,6 @@
"translation": "{{.SubjectText}} from {{.SenderDisplayName}} on {{.Month}} {{.Day}}, {{.Year}}"
},
{
- "id": "api.templates.channel_name.group",
- "translation": "Group Message"
- },
- {
"id": "api.templates.post_subject_in_group_message",
"translation": "New Group Message from {{ .SenderDisplayName}} on {{.Month}} {{.Day}}, {{.Year}}"
},
@@ -2192,6 +2196,10 @@
"translation": "[{{ .SiteName }}] Reset your password"
},
{
+ "id": "api.templates.signin_change_email.body.info",
+ "translation": "You updated your sign-in method on {{ .SiteName }} to {{.Method}}.<br>If this change wasn't initiated by you, please contact your system administrator."
+ },
+ {
"id": "api.templates.signin_change_email.body.method_email",
"translation": "email and password"
},
@@ -2200,6 +2208,10 @@
"translation": "You updated your sign-in method"
},
{
+ "id": "api.templates.signin_change_email.subject",
+ "translation": "[{{ .SiteName }}] You updated your sign-in method on {{ .SiteName }}"
+ },
+ {
"id": "api.templates.signup_team_body.button",
"translation": "Set up your team"
},
@@ -2216,14 +2228,6 @@
"translation": "{{ .SiteName }} Team Setup"
},
{
- "id": "api.templates.signin_change_email.body.info",
- "translation": "You updated your sign-in method on {{ .SiteName }} to {{.Method}}.<br>If this change wasn't initiated by you, please contact your system administrator."
- },
- {
- "id": "api.templates.signin_change_email.subject",
- "translation": "[{{ .SiteName }}] You updated your sign-in method on {{ .SiteName }}"
- },
- {
"id": "api.templates.upgrade_30_body.info",
"translation": "<h3 style='font-weight: normal; margin-top: 10px;'>YOUR DUPLICATE ACCOUNTS HAVE BEEN UPDATED</h3>Your Mattermost server is being upgraded to Version 3.0, which lets you use a single account across multiple teams.<br/><br/>You are receiving this email because the upgrade process has detected your account had the same email or username as other accounts on the server.<br/><br/>The following updates have been made: <br/><br/>{{if .EmailChanged }}- The duplicate email of an account on the `/{{.TeamName}}` team was changed to `{{.Email}}`. You will need to use email and password to login, you can use this new email address for login.<br/><br/>{{end}}{{if .UsernameChanged }}- The duplicate username of an account on the team site `/{{.TeamName}}` has been changed to `{{.Username}}` to avoid confusion with other accounts.<br/><br/>{{end}} RECOMMENDED ACTION: <br/><br/>It is recommended that you login to your teams used by your duplicate accounts and add your primary account to the team and any public channels and private groups which you wish to continue using. <br/><br/>This gives your primary account access to all public channel and private group history. You can continue to access the direct message history of your duplicate accounts by logging in with their credentials. <br/><br/>FOR MORE INFORMATION: <br/><br/>For more information on the upgrade to Mattermost 3.0 please see: <a href='http://www.mattermost.org/upgrading-to-mattermost-3-0/'>http://www.mattermost.org/upgrading-to-mattermost-3-0/</a><br/><br/>"
},
@@ -2724,10 +2728,6 @@
"translation": "team hub stopping for teamId=%v"
},
{
- "id": "api.incoming_webhook.disabled.app_errror",
- "translation": "Incoming webhooks have been disabled by the system admin."
- },
- {
"id": "api.webhook.create_outgoing.disabled.app_error",
"translation": "Outgoing webhooks have been disabled by the system admin."
},
@@ -2872,6 +2872,10 @@
"translation": "Import data line has type \"channel\" but the channel object is null."
},
{
+ "id": "app.import.import_line.null_post.error",
+ "translation": "Import data line has type \"post\" but the post object is null."
+ },
+ {
"id": "app.import.import_line.null_team.error",
"translation": "Import data line has type \"team\" but the team object is null."
},
@@ -2884,6 +2888,18 @@
"translation": "Import data line has unknown type \"{{.Type}}\"."
},
{
+ "id": "app.import.import_post.channel_not_found.error",
+ "translation": "Error importing post. Channel with name \"{{.ChannelName}}\" could not be found."
+ },
+ {
+ "id": "app.import.import_post.team_not_found.error",
+ "translation": "Error importing post. Team with name \"{{.TeamName}}\" could not be found."
+ },
+ {
+ "id": "app.import.import_post.user_not_found.error",
+ "translation": "Error importing post. User with username \"{{.Username}}\" could not be found."
+ },
+ {
"id": "app.import.validate_channel_import_data.create_at_zero.error",
"translation": "Channel create_at must not be 0 if provided."
},
@@ -2928,6 +2944,34 @@
"translation": "Missing required channel property: type."
},
{
+ "id": "app.import.validate_post_import_data.channel_missing.error",
+ "translation": "Missing required Post property: Channel."
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_missing.error",
+ "translation": "Missing required Post property: create_at."
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_zero.error",
+ "translation": "Post CreateAt must not be zero if it is provided."
+ },
+ {
+ "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_post_import_data.message_missing.error",
+ "translation": "Missing required Post property: Message."
+ },
+ {
+ "id": "app.import.validate_post_import_data.team_missing.error",
+ "translation": "Missing required Post property: Team."
+ },
+ {
+ "id": "app.import.validate_post_import_data.user_missing.error",
+ "translation": "Missing required Post property: User."
+ },
+ {
"id": "app.import.validate_team_import_data.allowed_domains_length.error",
"translation": "Team allowed_domains is too long."
},
@@ -3040,50 +3084,6 @@
"translation": "Team name missing from User's Team Membership."
},
{
- "id": "app.import.import_post.team_not_found.error",
- "translation": "Error importing post. Team with name \"{{.TeamName}}\" could not be found."
- },
- {
- "id": "app.import.import_post.channel_not_found.error",
- "translation": "Error importing post. Channel with name \"{{.ChannelName}}\" could not be found."
- },
- {
- "id": "app.import.import_post.user_not_found.error",
- "translation": "Error importing post. User with username \"{{.Username}}\" could not be found."
- },
- {
- "id": "app.import.validate_post_import_data.team_missing.error",
- "translation": "Missing required Post property: Team."
- },
- {
- "id": "app.import.validate_post_import_data.channel_missing.error",
- "translation": "Missing required Post property: Channel."
- },
- {
- "id": "app.import.validate_post_import_data.user_missing.error",
- "translation": "Missing required Post property: User."
- },
- {
- "id": "app.import.validate_post_import_data.message_missing.error",
- "translation": "Missing required Post property: Message."
- },
- {
- "id": "app.import.validate_post_import_data.create_at_missing.error",
- "translation": "Missing required Post 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_post_import_data.create_at_zero.error",
- "translation": "Post CreateAt must not be zero if it is provided."
- },
- {
- "id": "app.import.import_line.null_post.error",
- "translation": "Import data line has type \"post\" but the post object is null."
- },
- {
"id": "authentication.permissions.create_group_channel.description",
"translation": "Ability to create new group message channels"
},
@@ -5052,14 +5052,14 @@
"translation": "We couldn't get the posts for the channel"
},
{
- "id": "store.sql_post.get_posts_created_att.app_error",
- "translation": "We couldn't get the posts for the channel"
- },
- {
"id": "store.sql_post.get_posts_around.get_parent.app_error",
"translation": "We couldn't get the parent posts for the channel"
},
{
+ "id": "store.sql_post.get_posts_created_att.app_error",
+ "translation": "We couldn't get the posts for the channel"
+ },
+ {
"id": "store.sql_post.get_posts_since.app_error",
"translation": "We couldn't get the posts for the channel"
},
@@ -5068,6 +5068,10 @@
"translation": "We couldn't get the posts for the channel"
},
{
+ "id": "store.sql_post.overwrite.app_error",
+ "translation": "We couldn't overwrite the Post"
+ },
+ {
"id": "store.sql_post.permanent_delete.app_error",
"translation": "We couldn't delete the post"
},
@@ -5104,10 +5108,6 @@
"translation": "We couldn't update the Post"
},
{
- "id": "store.sql_post.overwrite.app_error",
- "translation": "We couldn't overwrite the Post"
- },
- {
"id": "store.sql_preference.delete.app_error",
"translation": "We encountered an error while deleting preferences"
},
diff --git a/i18n/es.json b/i18n/es.json
index 55ce01316..001ced420 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -220,6 +220,14 @@
"translation": "ID del usuario no válido para la creación del canal directo"
},
{
+ "id": "api.channel.create_group.bad_size.app_error",
+ "translation": "Los canales de mensajes de grupo debe contener al menos 3 y no más de 8 usuarios"
+ },
+ {
+ "id": "api.channel.create_group.bad_user.app_error",
+ "translation": "Uno de los usuarios suministrados no existe"
+ },
+ {
"id": "api.channel.delete_channel.archived",
"translation": "%v ha archivado el canal."
},
@@ -892,6 +900,10 @@
"translation": "Ir al mensaje"
},
{
+ "id": "api.email_batching.render_batched_post.group_message",
+ "translation": "Mensaje de Grupo"
+ },
+ {
"id": "api.email_batching.render_batched_post.sender.app_error",
"translation": "No se puede encontrar el remitente del mensaje para la notificación de correos electrónicos por lote"
},
@@ -1214,6 +1226,10 @@
"translation": "Falla al asignar el correo como verificado err=%v"
},
{
+ "id": "api.incoming_webhook.disabled.app_errror",
+ "translation": "Webhooks entrantes han sido deshabilitados por el administrador del sistema."
+ },
+ {
"id": "api.license.add_license.array.app_error",
"translation": "Arreglo vacío bajo 'license' en la solicitud"
},
@@ -1800,6 +1816,14 @@
"translation": "Se trató de combinar el usuario con una cuenta existente: {{.Email}}, {{.Username}}, pero no se pudo agregar el usuario a este equipo.\r\n"
},
{
+ "id": "api.slackimport.slack_add_users.missing_email_address",
+ "translation": "Usuario {{.Username}} no posee una dirección de correo electrónico en la exportación de Slack. Se utiliza {{.Email}} como el valor. El usuario debe actualizar su dirección de correo electrónico una vez que inicie sesión en el sistema.\r\n"
+ },
+ {
+ "id": "api.slackimport.slack_add_users.missing_email_address.warn",
+ "translation": "Usuario {{.Username}} no posee una dirección de correo electrónico en la exportación de Slack. Se utiliza {{.Email}} como el valor. El usuario debe actualizar su dirección de correo electrónico una vez que inicie sesión en el sistema."
+ },
+ {
"id": "api.slackimport.slack_add_users.unable_import",
"translation": "No se pudo importar el usuario: {{.Username}}\r\n"
},
@@ -2012,6 +2036,10 @@
"translation": "No tienes los permisos apropiados"
},
{
+ "id": "api.templates.channel_name.group",
+ "translation": "Mensaje de Grupo"
+ },
+ {
"id": "api.templates.email_change_body.info",
"translation": "Tu dirección de correo electrónico para {{.TeamDisplayName}} ha sido cambiada por {{.NewEmail}}.<br>Si este cambio no fue realizado por ti, por favor contacta un administrador de sistema."
},
@@ -2021,7 +2049,7 @@
},
{
"id": "api.templates.email_change_subject",
- "translation": "Tu dirección de correo para {{.TeamDisplayName}} ha cambiado"
+ "translation": "[{{ .SiteName }}] Tu dirección de correo electrónico ha cambiado"
},
{
"id": "api.templates.email_change_verify_body.button",
@@ -2037,7 +2065,7 @@
},
{
"id": "api.templates.email_change_verify_subject",
- "translation": "Verificación de la nueva dirección de correo electrónico para {{.TeamDisplayName}}"
+ "translation": "[{{ .SiteName }}] comprobación de la nueva dirección de correo electrónico"
},
{
"id": "api.templates.email_footer",
@@ -2093,7 +2121,7 @@
},
{
"id": "api.templates.invite_subject",
- "translation": "{{ .SenderName }} te ha invitado a unirte al equipo {{ .TeamDisplayName }} en {{.SiteName}}"
+ "translation": "[{{ .SiteName }}] {{ .SenderName }} te ha invitado a unirte al Equipo {{ .TeamDisplayName }}"
},
{
"id": "api.templates.mfa_activated_body.info",
@@ -2105,7 +2133,7 @@
},
{
"id": "api.templates.mfa_change_subject",
- "translation": "tu MFA ha sido actualizado en {{ .SiteName }}"
+ "translation": "[{{ .SiteName }}] Tu MFA ha sido actualizado"
},
{
"id": "api.templates.mfa_deactivated_body.info",
@@ -2125,7 +2153,7 @@
},
{
"id": "api.templates.password_change_subject",
- "translation": "Tu contraseña ha sido cambiada para {{.TeamDisplayName}} en {{ .SiteName }}"
+ "translation": "[{{ .SiteName }}] Tu contraseña ha sido actualizado"
},
{
"id": "api.templates.post_body.button",
@@ -2141,7 +2169,11 @@
},
{
"id": "api.templates.post_subject_in_direct_message",
- "translation": "{{.SubjectText}} en {{.TeamDisplayName}} de {{.SenderDisplayName}} on {{.Day}} {{.Month}}, {{.Year}}"
+ "translation": "{{.SubjectText}} de {{.SenderDisplayName}} el {{.Day}} {{.Month}}, {{.Year}}"
+ },
+ {
+ "id": "api.templates.post_subject_in_group_message",
+ "translation": "Nuevo Mensaje de Grupo de {{.SenderDisplayName}} el {{.Day}} {{.Month}}, {{.Year}}"
},
{
"id": "api.templates.reset_body.button",
@@ -2157,7 +2189,11 @@
},
{
"id": "api.templates.reset_subject",
- "translation": "Restablece tu contraseña"
+ "translation": "[{{ .SiteName }}] Restablecer tu contraseña"
+ },
+ {
+ "id": "api.templates.signin_change_email.body.info",
+ "translation": "Haz actualizado tu método de inicio de sesión en {{ .SiteName }} a {{.Method}}.<br>Sí este cambio no fue realizado por ti, por favor contacta a tu administrador de sistema."
},
{
"id": "api.templates.signin_change_email.body.method_email",
@@ -2168,6 +2204,10 @@
"translation": "Haz actualizado el método con el que inicias sesión"
},
{
+ "id": "api.templates.signin_change_email.subject",
+ "translation": "[{{ .SiteName }}] has actualizado el método de inicio de sesión en {{ .SiteName }}"
+ },
+ {
"id": "api.templates.signup_team_body.button",
"translation": "Configura tu equipo"
},
@@ -2184,14 +2224,6 @@
"translation": "Configuración del equipo en {{ .SiteName }}"
},
{
- "id": "api.templates.singin_change_email.body.info",
- "translation": "Haz actualizado tu método de inicio de sesión en {{ .SiteName }} a {{.Method}}.<br>Sí este cambio no fue realizado por ti, por favor contacta a tu administrador de sistema."
- },
- {
- "id": "api.templates.singin_change_email.subject",
- "translation": "Haz actualizado el método de inicio de sesión en {{ .SiteName }}"
- },
- {
"id": "api.templates.upgrade_30_body.info",
"translation": "<h3 style='font-weight: normal; margin-top: 10px;'>TUS CUENTAS DUPLICADAS HAN SIDO ACTUALIZADAS</h3>Tu servidor de Mattermost ha sido actualizado a la Versión 3.0, la cual permite que utilices una sólo cuenta de usuario en múltiples equipos.<br/><br/>Estás recibiendo este correo electrónico debido a que el proceso de actualización ha detectado que tu cuenta tiene la misma dirección de correo electrónico o nombre de usuario que otras cuentas en el servidor.<br/><br/>Los siguiente cambios han sido realizados: <br/><br/>{{if .EmailChanged }}- La dirección de correo electrónico duplicada para la cuenta en el equipo `/{{.TeamName}}` fue cambiada a `{{.Email}}`. En el caso de que utilices el correo electrónico y la contraseña para iniciar sesión, puedes utilizar esta nueva dirección de correo para iniciar tu sesión.<br/><br/>{{end}}{{if .UsernameChanged }}- El nombre de usuario duplicado para la cuenta en el equipo `/{{.TeamName}}` ha sido cambiado por `{{.Username}}` para evitar confusión con otras cuentas.<br/><br/>{{end}} ACCIÓN RECOMENDADA: <br/><br/>Se recomienda que inicies sesión en tus equipos donde se encontraron duplicados y agregues tu cuenta principal al equipo y a cualquier canal público y grupo privado que quieras continuar utilizando. <br/><br/>Esto hará que tu cuenta principal tenga acceso al historial de todos tus canales públicos y grupos privados. Podrás continuar teniendo acceso al historial de todos los mensajes directos de cada cuenta duplicada al iniciar sesión con las credenciales de de cada una de las cuentas. <br/><br/>PARA MÁS INFORMACIÓN: <br/><br/>Para obtener más información referente a la actualización a Mattermost 3.0 por favor revisa: <a href='http://www.mattermost.org/upgrading-to-mattermost-3-0/'>http://www.mattermost.org/upgrading-to-mattermost-3-0/</a><br/><br/>"
},
@@ -2209,7 +2241,7 @@
},
{
"id": "api.templates.username_change_subject",
- "translation": "Tu nombre de usuario para {{.TeamDisplayName}} ha cambiado"
+ "translation": "[{{ .SiteName }}] Tu nombre de usuario ha cambiado"
},
{
"id": "api.templates.verify_body.button",
@@ -2253,7 +2285,7 @@
},
{
"id": "api.templates.welcome_subject",
- "translation": "Te uniste a {{ .ServerURL }}"
+ "translation": "[{{ .SiteName }}] Te haz unido a {{ .ServerURL }}"
},
{
"id": "api.user.activate_mfa.email_and_ldap_only.app_error",
@@ -2692,12 +2724,8 @@
"translation": "deteniendo el hub de equipo para teamId=%v"
},
{
- "id": "api.webhook.create_incoming.disabled.app_error",
- "translation": "Webhooks entrantes han sido deshabilitados por el administrador del sistema."
- },
- {
"id": "api.webhook.create_outgoing.disabled.app_error",
- "translation": "Webhooks de Salida han sido inhabilitados por el administrador del sistema."
+ "translation": "Webhooks de Salida han sido deshabilitados por el administrador del sistema."
},
{
"id": "api.webhook.create_outgoing.intersect.app_error",
@@ -2732,14 +2760,6 @@
"translation": "Permisos no válidos para eliminar el webhook de salida"
},
{
- "id": "api.webhook.get_incoming.disabled.app_error",
- "translation": "Webhooks entrantes han sido inhabilitados por el administrador del sistema."
- },
- {
- "id": "api.webhook.get_outgoing.disabled.app_error",
- "translation": "Webhooks de Salida han sido inhabilitados por el administrador del sistema."
- },
- {
"id": "api.webhook.incoming.debug",
"translation": "Recibido webhook de entrada. Contenido="
},
@@ -2752,10 +2772,6 @@
"translation": "Inicializando rutas del API para los webhooks"
},
{
- "id": "api.webhook.regen_outgoing_token.disabled.app_error",
- "translation": "Webhooks de Salida han sido inhabilitados por el administrador del sistema."
- },
- {
"id": "api.webhook.regen_outgoing_token.permissions.app_error",
"translation": "Permisos no válidos para regenerar un token para el webhook de salida"
},
@@ -2852,6 +2868,10 @@
"translation": "La linea a importar tiene un tipo de \"canal\" pero el objeto del canal es null."
},
{
+ "id": "app.import.import_line.null_post.error",
+ "translation": "La linea a importar tiene un tipo de \"mensaje\" pero el objeto del mensaje es null."
+ },
+ {
"id": "app.import.import_line.null_team.error",
"translation": "La linea a importar tiene un tipo de \"equipo\" pero el objeto del equipo es null."
},
@@ -2864,6 +2884,18 @@
"translation": "La línea a importar tiene un tipo desconocido de \"{{.Type}}\""
},
{
+ "id": "app.import.import_post.channel_not_found.error",
+ "translation": "Error al importar el mensaje. El canal con el nombre \"{{.ChannelName}}\" no pudo ser encontrado."
+ },
+ {
+ "id": "app.import.import_post.team_not_found.error",
+ "translation": "Error al importar el mensaje. El equipo con el nombre \"{{.TeamName}}\" no pudo ser encontrado."
+ },
+ {
+ "id": "app.import.import_post.user_not_found.error",
+ "translation": "Error al importar el mensaje. El usuario con nombre de usuario \"{{.Username}}\" no pudo ser encontrado."
+ },
+ {
"id": "app.import.validate_channel_import_data.create_at_zero.error",
"translation": "La propiedad create_at del canal no debe ser 0 si se proporciona."
},
@@ -2908,6 +2940,34 @@
"translation": "Falta la propiedad obligatoria del canal: type"
},
{
+ "id": "app.import.validate_post_import_data.channel_missing.error",
+ "translation": "Falta la propiedad obligatoria del mensaje: Channel."
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_missing.error",
+ "translation": "Falta la propiedad del mensaje: create_at."
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_zero.error",
+ "translation": "La propiedad CreateAt del mensaje no debe ser cero si se proporciona."
+ },
+ {
+ "id": "app.import.validate_post_import_data.message_length.error",
+ "translation": "La propiedad Message del mensaje supera la longitud máxima permitida."
+ },
+ {
+ "id": "app.import.validate_post_import_data.message_missing.error",
+ "translation": "Falta la propiedad obligatoria del mensaje: Message."
+ },
+ {
+ "id": "app.import.validate_post_import_data.team_missing.error",
+ "translation": "Falta la propiedad obligatoria del mensaje: Team."
+ },
+ {
+ "id": "app.import.validate_post_import_data.user_missing.error",
+ "translation": "Falta la propiedad obligatoria del mensaje: User."
+ },
+ {
"id": "app.import.validate_team_import_data.allowed_domains_length.error",
"translation": "La propiedad del equipo allowed_domains es demasiado larga."
},
@@ -3020,6 +3080,14 @@
"translation": "Team name missing from User's Team Membership."
},
{
+ "id": "authentication.permissions.create_group_channel.description",
+ "translation": "Capacidad para crear nuevos canales de mensaje de grupo"
+ },
+ {
+ "id": "authentication.permissions.create_group_channel.name",
+ "translation": "Create Mensaje de Grupo"
+ },
+ {
"id": "authentication.permissions.create_team_roles.description",
"translation": "Capacidad para crear equipos nuevos"
},
@@ -3596,6 +3664,14 @@
"translation": "Encontramos un error mientras se leía el archivo"
},
{
+ "id": "model.client.set_profile_user.no_file.app_error",
+ "translation": "No hay un archivo bajo 'image' en la solicitud"
+ },
+ {
+ "id": "model.client.set_profile_user.writer.app_error",
+ "translation": "No se puede escribir la solicitud"
+ },
+ {
"id": "model.command.is_valid.create_at.app_error",
"translation": "Fecha de Creación debe ser válida"
},
@@ -4976,6 +5052,10 @@
"translation": "No pudimos obtener los mensajes padres del canal"
},
{
+ "id": "store.sql_post.get_posts_created_att.app_error",
+ "translation": "No se pudo obtener los mensajes para el canal"
+ },
+ {
"id": "store.sql_post.get_posts_since.app_error",
"translation": "No pudimos obtener los mensajes para el canal"
},
@@ -4984,6 +5064,10 @@
"translation": "No pudimos obtener los mensajes para el canal"
},
{
+ "id": "store.sql_post.overwrite.app_error",
+ "translation": "No pudimos sobreescribir el mensaje"
+ },
+ {
"id": "store.sql_post.permanent_delete.app_error",
"translation": "No pudimos eliminar el mensaje"
},
@@ -5012,8 +5096,8 @@
"translation": "No puedes actualizar el Mensaje"
},
{
- "id": "store.sql_post.search.app_error",
- "translation": "Encontramos un error mientras buscamos los mensajes"
+ "id": "store.sql_post.search.warn",
+ "translation": "Error en la consulta de la búsqueda de mensajes. %v"
},
{
"id": "store.sql_post.update.app_error",
@@ -5620,6 +5704,18 @@
"translation": "Ocurrió un error mientras se guardaba el archivo en {{.Filename}}"
},
{
+ "id": "utils.config.supported_client_locale.app_error",
+ "translation": "No se pudo cargar la configuración de mattermost: El valor de DefaultClientLocale debe ser uno de los idiomas soportados"
+ },
+ {
+ "id": "utils.config.supported_server_locale.app_error",
+ "translation": "No se pudo cargar la configuración de mattermost: El valor de DefaultServerLocale debe ser uno de los idiomas soportados"
+ },
+ {
+ "id": "utils.config.validate_locale.app_error",
+ "translation": "No se pudo cargar la configuración de mattermost: El valor de AvailableLocales debe ser includir el valor de DefaultClientLocale"
+ },
+ {
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "Analytics no se ha inicializado"
},
diff --git a/i18n/fr.json b/i18n/fr.json
index fa45041b5..894edf7e5 100644
--- a/i18n/fr.json
+++ b/i18n/fr.json
@@ -220,6 +220,14 @@
"translation": "Invalid user ID for direct channel creation"
},
{
+ "id": "api.channel.create_group.bad_size.app_error",
+ "translation": "Group message channels must contain at least 3 and no more than 8 users"
+ },
+ {
+ "id": "api.channel.create_group.bad_user.app_error",
+ "translation": "One of the provided users does not exist"
+ },
+ {
"id": "api.channel.delete_channel.archived",
"translation": "%v a archivé le canal."
},
@@ -892,6 +900,10 @@
"translation": "Aller au message"
},
{
+ "id": "api.email_batching.render_batched_post.group_message",
+ "translation": "Group Message"
+ },
+ {
"id": "api.email_batching.render_batched_post.sender.app_error",
"translation": "Impossible de trouver l’expéditeur du message pour l'envoi d'e-mails groupés"
},
@@ -1214,6 +1226,10 @@
"translation": "Impossible de marquer l'adresse e-mail comme vérifiée err=%v"
},
{
+ "id": "api.incoming_webhook.disabled.app_errror",
+ "translation": "Les webhooks entrants ont été désactivés par l'administrateur système."
+ },
+ {
"id": "api.license.add_license.array.app_error",
"translation": "Il manque le paramètre \"licence\" dans la requête"
},
@@ -1800,6 +1816,14 @@
"translation": "Impossible de fusionner l'utilisateur avec le compte existant: {{.Email}}, {{.Username}}, l'utilisateur n'a pas été ajouté à cette équipe.\r\n"
},
{
+ "id": "api.slackimport.slack_add_users.missing_email_address",
+ "translation": "User {{.Username}} does not have an email address in the Slack export. Using {{.Email}} as a placeholder. The user should update their email address once logged in to the system.\r\n"
+ },
+ {
+ "id": "api.slackimport.slack_add_users.missing_email_address.warn",
+ "translation": "User {{.Username}} does not have an email address in the Slack export. Using {{.Email}} as a placeholder. The user should update their email address once logged in to the system."
+ },
+ {
"id": "api.slackimport.slack_add_users.unable_import",
"translation": "Impossible d'importer l'utilisateur : {{.Username}}\r\n"
},
@@ -2012,6 +2036,10 @@
"translation": "Vous n'avez pas les permissions appropriées"
},
{
+ "id": "api.templates.channel_name.group",
+ "translation": "Group Message"
+ },
+ {
"id": "api.templates.email_change_body.info",
"translation": "Votre adresse e-mail pour {{.TeamDisplayName}} a été remplacée par {{.NewEmail}}.<br>Si vous n'êtes pas à l'origine de cette action, veuillez contacter votre administrateur système."
},
@@ -2021,7 +2049,7 @@
},
{
"id": "api.templates.email_change_subject",
- "translation": "Votre adresse e-mail a été modifiée pour {{.TeamDisplayName}}"
+ "translation": "[{{ .SiteName }}] Your email address has changed"
},
{
"id": "api.templates.email_change_verify_body.button",
@@ -2037,7 +2065,7 @@
},
{
"id": "api.templates.email_change_verify_subject",
- "translation": "Vérifier la nouvelle adresse e-mail pour {{.TeamDisplayName}}"
+ "translation": "[{{ .SiteName }}] Verify new email address"
},
{
"id": "api.templates.email_footer",
@@ -2093,7 +2121,7 @@
},
{
"id": "api.templates.invite_subject",
- "translation": "{{ .SenderName }} vous a invité à rejoindre l'équipe {{ .TeamDisplayName }} sur {{.SiteName}}"
+ "translation": "[{{ .SiteName }}] {{ .SenderName }} invited you to join {{ .TeamDisplayName }} Team"
},
{
"id": "api.templates.mfa_activated_body.info",
@@ -2105,7 +2133,7 @@
},
{
"id": "api.templates.mfa_change_subject",
- "translation": "Votre authentification multi-facteur a été mise à jour sur {{ .SiteName }}"
+ "translation": "[{{ .SiteName }}] Your MFA has been updated"
},
{
"id": "api.templates.mfa_deactivated_body.info",
@@ -2125,7 +2153,7 @@
},
{
"id": "api.templates.password_change_subject",
- "translation": "Votre mot de passe a été modifié pour {{.TeamDisplayName}} sur {{ .SiteName }}"
+ "translation": "[{{ .SiteName }}] Your password has been updated"
},
{
"id": "api.templates.post_body.button",
@@ -2144,6 +2172,10 @@
"translation": "{{.SubjectText}} sur {{.TeamDisplayName}} le {{.Day}} {{.Month}} {{.Year}}"
},
{
+ "id": "api.templates.post_subject_in_group_message",
+ "translation": "{{.SubjectText}} sur {{.TeamDisplayName}} le {{.Day}} {{.Month}} {{.Year}}"
+ },
+ {
"id": "api.templates.reset_body.button",
"translation": "Réinitialiser le mot de passe"
},
@@ -2157,7 +2189,11 @@
},
{
"id": "api.templates.reset_subject",
- "translation": "Réinitialiser votre mot de passe."
+ "translation": "[{{ .SiteName }}] Reset your password"
+ },
+ {
+ "id": "api.templates.signin_change_email.body.info",
+ "translation": "Vous avez mis à jour votre méthode de connexion pour le {{ .SiteName }} à {{.Method}}.<br>Si vous n'êtes pas à l'origine de ce changement, veuillez contacter votre administrateur système."
},
{
"id": "api.templates.signin_change_email.body.method_email",
@@ -2168,6 +2204,10 @@
"translation": "Vous avez mis-à-jour votre méthode de connexion"
},
{
+ "id": "api.templates.signin_change_email.subject",
+ "translation": "[{{ .SiteName }}] You updated your sign-in method on {{ .SiteName }}"
+ },
+ {
"id": "api.templates.signup_team_body.button",
"translation": "Configurer votre équipe"
},
@@ -2184,14 +2224,6 @@
"translation": "Paramétrage Équipe {{ .SiteName }}"
},
{
- "id": "api.templates.singin_change_email.body.info",
- "translation": "Vous avez mis à jour votre méthode de connexion pour le {{ .SiteName }} à {{.Method}}.<br>Si vous n'êtes pas à l'origine de ce changement, veuillez contacter votre administrateur système."
- },
- {
- "id": "api.templates.singin_change_email.subject",
- "translation": "Vous avez mis à jour votre méthode de connexion sur {{ .SiteName }}"
- },
- {
"id": "api.templates.upgrade_30_body.info",
"translation": "<h3 style='font-weight: normal; margin-top: 10px;'>VOS COMPTES DUPLIQUES ONT ETE MIS A NIVEAU</h3>Votre serveur Mattermost a été mis à niveau vers la version 3.0, qui vous permet d'utiliser un seul compte pour plusieurs équipes.<br/><br/>Vous recevez cet email parce que le processus de mise à niveau a détecté que votre compte utilisait la même adresse email ou le même nom d'utilisateur que d'autres comptes présents sur le serveur.<br/><br/>Les mises à niveau suivantes ont été effectuées : <br/><br/>{{if .EmailChanged }}- Une adresse email dupliquée d'un compte de l'équipe `/{{.TeamName}}` a été changé en `{{.Email}}`. Vous devrez utiliser cette nouvelle adresse email la prochaine fois que vous vous connecterez à l'aide de votre adresse email et mot de passe.<br/><br/>{{end}}{{if .UsernameChanged }}- Un nom d'utilisateur en doublon d'un compte de l'équipe `/{{.TeamName}}` a été changé en `{{.Username}}` pour éviter toute confusion avec d'autres comptes.<br/><br/>{{end}} ACTION RECOMMANDÉE : <br/><br/>Il est nécessaire que vous vous connectiez aux équipes qui utilisent vos comptes dupliqués de façon à ajouter votre compte principal à cette équipe et ainsi pouvoir continuer à utiliser vos groupes publics et privés.<br/><br/>De cette façon, votre compte principal aura accès à l'entièreté de l'historique des canaux publics et privés. Vous pouvez continuer à utiliser l'historique des messages privés en utilisant vos comptes dupliqués en vous connectant à l'aide de leurs paramètres d'authentification. <br/><br/>POUR PLUS D'INFORMATION: <br/><br/>Pour plus d'information sur la mise à niveau vers Mattermost 3.0, veuillez vous référer à : <a href='http://www.mattermost.org/upgrading-to-mattermost-3-0/'>http://www.mattermost.org/upgrading-to-mattermost-3-0/</a><br/><br/>"
},
@@ -2209,7 +2241,7 @@
},
{
"id": "api.templates.username_change_subject",
- "translation": "Votre nom d'utilisateur a été modifié pour {{.TeamDisplayName}}"
+ "translation": "[{{ .SiteName }}] Your username has changed"
},
{
"id": "api.templates.verify_body.button",
@@ -2253,7 +2285,7 @@
},
{
"id": "api.templates.welcome_subject",
- "translation": "Vous avez rejoint {{ .ServerURL }}"
+ "translation": "[{{ .SiteName }}] You joined {{ .ServerURL }}"
},
{
"id": "api.user.activate_mfa.email_and_ldap_only.app_error",
@@ -2692,10 +2724,6 @@
"translation": "Hub d'équipe arrêté pour teamId=%v"
},
{
- "id": "api.webhook.create_incoming.disabled.app_error",
- "translation": "Les webhooks entrants ont été désactivés par l'administrateur système."
- },
- {
"id": "api.webhook.create_outgoing.disabled.app_error",
"translation": "Les webhooks entrants ont été désactivés par l'administrateur système."
},
@@ -2732,14 +2760,6 @@
"translation": "Droits insuffisants pour supprimer le webhook sortant"
},
{
- "id": "api.webhook.get_incoming.disabled.app_error",
- "translation": "Les webhooks entrants ont été désactivées par l'administrateur système."
- },
- {
- "id": "api.webhook.get_outgoing.disabled.app_error",
- "translation": "Les webhooks sortants ont été désactivés par l'administrateur système."
- },
- {
"id": "api.webhook.incoming.debug",
"translation": "webhook entrant reçu. Contenu ="
},
@@ -2752,10 +2772,6 @@
"translation": "Initialisation des routes de l'API webhook"
},
{
- "id": "api.webhook.regen_outgoing_token.disabled.app_error",
- "translation": "Les webhooks sortants ont été désactivés par l'administrateur système."
- },
- {
"id": "api.webhook.regen_outgoing_token.permissions.app_error",
"translation": "Droits insuffisants pour regénérer le jeton du webhook sortant"
},
@@ -2852,6 +2868,10 @@
"translation": "Import data line has type \"channel\" but the channel object is null."
},
{
+ "id": "app.import.import_line.null_post.error",
+ "translation": "Import data line has type \"post\" but the post object is null."
+ },
+ {
"id": "app.import.import_line.null_team.error",
"translation": "Import data line has type \"team\" but the team object is null."
},
@@ -2864,6 +2884,18 @@
"translation": "Import data line has unknown type \"{{.Type}}\"."
},
{
+ "id": "app.import.import_post.channel_not_found.error",
+ "translation": "Error importing post. Channel with name \"{{.ChannelName}}\" could not be found."
+ },
+ {
+ "id": "app.import.import_post.team_not_found.error",
+ "translation": "Error importing post. Team with name \"{{.TeamName}}\" could not be found."
+ },
+ {
+ "id": "app.import.import_post.user_not_found.error",
+ "translation": "Error importing post. User with username \"{{.Username}}\" could not be found."
+ },
+ {
"id": "app.import.validate_channel_import_data.create_at_zero.error",
"translation": "Channel create_at must not be 0 if provided."
},
@@ -2908,6 +2940,34 @@
"translation": "Missing required channel property: type."
},
{
+ "id": "app.import.validate_post_import_data.channel_missing.error",
+ "translation": "Missing required Post property: Channel."
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_missing.error",
+ "translation": "Missing required Post property: create_at."
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_zero.error",
+ "translation": "Post CreateAt must not be zero if it is provided."
+ },
+ {
+ "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_post_import_data.message_missing.error",
+ "translation": "Missing required Post property: Message."
+ },
+ {
+ "id": "app.import.validate_post_import_data.team_missing.error",
+ "translation": "Missing required Post property: Team."
+ },
+ {
+ "id": "app.import.validate_post_import_data.user_missing.error",
+ "translation": "Missing required Post property: User."
+ },
+ {
"id": "app.import.validate_team_import_data.allowed_domains_length.error",
"translation": "Team allowed_domains is too long."
},
@@ -3020,6 +3080,14 @@
"translation": "Team name missing from User's Team Membership."
},
{
+ "id": "authentication.permissions.create_group_channel.description",
+ "translation": "Ability to create new group message channels"
+ },
+ {
+ "id": "authentication.permissions.create_group_channel.name",
+ "translation": "Create Group Message"
+ },
+ {
"id": "authentication.permissions.create_team_roles.description",
"translation": "Ability to create new teams"
},
@@ -3596,6 +3664,14 @@
"translation": "Nous avons rencontré une erreur lors de la recherche des profils utilisateurs"
},
{
+ "id": "model.client.set_profile_user.no_file.app_error",
+ "translation": "Pas de fichier dans le paramètre \"image\" de la requête"
+ },
+ {
+ "id": "model.client.set_profile_user.writer.app_error",
+ "translation": "Impossible d'écrire la demande"
+ },
+ {
"id": "model.command.is_valid.create_at.app_error",
"translation": "La date de création doit être une date valide"
},
@@ -4976,6 +5052,10 @@
"translation": "Nous n'avons pas pu obtenir les messages parent pour le canal"
},
{
+ "id": "store.sql_post.get_posts_created_att.app_error",
+ "translation": "Nous n'avons pas pu obtenir les messages pour le canal"
+ },
+ {
"id": "store.sql_post.get_posts_since.app_error",
"translation": "Nous n'avons pas pu obtenir les messages pour le canal"
},
@@ -4984,6 +5064,10 @@
"translation": "Nous n'avons pas pu obtenir les messages pour le canal"
},
{
+ "id": "store.sql_post.overwrite.app_error",
+ "translation": "Nous n'avons pas pu supprimer le message"
+ },
+ {
"id": "store.sql_post.permanent_delete.app_error",
"translation": "Nous n'avons pas pu supprimer le message"
},
@@ -5012,8 +5096,8 @@
"translation": "Vous ne pouvez pas mettre à jour un message existant"
},
{
- "id": "store.sql_post.search.app_error",
- "translation": "Vous avons rencontré une erreur durant la recherche des messages"
+ "id": "store.sql_post.search.warn",
+ "translation": "Query error searching posts: %v"
},
{
"id": "store.sql_post.update.app_error",
@@ -5620,6 +5704,18 @@
"translation": "Une erreur s'est produite lors de l'enregistrement du fichier {{.Filename}}"
},
{
+ "id": "utils.config.supported_client_locale.app_error",
+ "translation": "Unable to load mattermost configuration file: DefaultClientLocale must be one of the supported locales"
+ },
+ {
+ "id": "utils.config.supported_server_locale.app_error",
+ "translation": "Unable to load mattermost configuration file: DefaultServerLocale must be one of the supported locales"
+ },
+ {
+ "id": "utils.config.validate_locale.app_error",
+ "translation": "Unable to load mattermost configuration file: AvailableLocales must include DefaultClientLocale"
+ },
+ {
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "Analytics non initialisé"
},
diff --git a/i18n/ja.json b/i18n/ja.json
index 8b61f58fc..3d63a370c 100644
--- a/i18n/ja.json
+++ b/i18n/ja.json
@@ -220,6 +220,14 @@
"translation": "ダイレクトチャンネル作成のユーザーIDが不正です"
},
{
+ "id": "api.channel.create_group.bad_size.app_error",
+ "translation": "グループメッセージチャンネルは3〜8ユーザーでなければなりません"
+ },
+ {
+ "id": "api.channel.create_group.bad_user.app_error",
+ "translation": "指定されたユーザーの一人が存在しません"
+ },
+ {
"id": "api.channel.delete_channel.archived",
"translation": "%vがチャンネルをアーカイブしました。"
},
@@ -892,6 +900,10 @@
"translation": "投稿へ行く"
},
{
+ "id": "api.email_batching.render_batched_post.group_message",
+ "translation": "グループメッセージ"
+ },
+ {
"id": "api.email_batching.render_batched_post.sender.app_error",
"translation": "バッチ処理された電子メールについて、投稿の投稿者が見付かりません"
},
@@ -1214,6 +1226,10 @@
"translation": "電子メールを確認済みに設定できませんでした err=%v"
},
{
+ "id": "api.incoming_webhook.disabled.app_errror",
+ "translation": "内向きのウェブフックはシステム管理者によって無効にされています。"
+ },
+ {
"id": "api.license.add_license.array.app_error",
"translation": "リクエストの'license'配列が空です"
},
@@ -1800,6 +1816,14 @@
"translation": "既存のアカウント{{.Email}}, {{.Username}} とユーザーをマージしようとしましたが、このチームにユーザーを追加できませんでした。\r\n"
},
{
+ "id": "api.slackimport.slack_add_users.missing_email_address",
+ "translation": "ユーザー {{.Username}} はSlackエクスポートで電子メールアドレスが設定されていません。プレイスホルダーの {{.Email}} を利用してください。システムにログインした時、そのユーザーは電子メールアドレスを更新する必要があります。\r\n"
+ },
+ {
+ "id": "api.slackimport.slack_add_users.missing_email_address.warn",
+ "translation": "ユーザー {{.Username}} はSlackエクスポートで電子メールアドレスが設定されていません。プレイスホルダーの {{.Email}} を利用してください。システムにログインした時、そのユーザーは電子メールアドレスを更新する必要があります。"
+ },
+ {
"id": "api.slackimport.slack_add_users.unable_import",
"translation": "ユーザーをインポートできません: {{.Username}}\r\n"
},
@@ -2012,6 +2036,10 @@
"translation": "あなたには必要な権限が付与されていません"
},
{
+ "id": "api.templates.channel_name.group",
+ "translation": "グループメッセージ"
+ },
+ {
"id": "api.templates.email_change_body.info",
"translation": "あなたの{{.TeamDisplayName}}用の電子メールアドレスが{{.NewEmail}}に変更されました。<br>あなたが変更したのでなければ、システム管理者に問い合わせてください。"
},
@@ -2021,7 +2049,7 @@
},
{
"id": "api.templates.email_change_subject",
- "translation": "{{.TeamDisplayName}}用に電子メールアドレスが変更されました"
+ "translation": "[{{ .SiteName }}] あなたの電子メールアドレスが変更されました"
},
{
"id": "api.templates.email_change_verify_body.button",
@@ -2037,7 +2065,7 @@
},
{
"id": "api.templates.email_change_verify_subject",
- "translation": "{{.TeamDisplayName}}用の電子メールアドレスを確認する"
+ "translation": "[{{ .SiteName }}] 新しい電子メールアドレスを確認してください"
},
{
"id": "api.templates.email_footer",
@@ -2093,7 +2121,7 @@
},
{
"id": "api.templates.invite_subject",
- "translation": "{{ .SenderName }}が{{.SiteName}}の{{ .TeamDisplayName }}に参加するように招待しています。"
+ "translation": "[{{ .SiteName }}] {{ .SenderName }} があなたを {{ .TeamDisplayName }} チームに招待しました"
},
{
"id": "api.templates.mfa_activated_body.info",
@@ -2105,7 +2133,7 @@
},
{
"id": "api.templates.mfa_change_subject",
- "translation": "{{ .SiteName }}のあなたの多要素認証がアップデートされました"
+ "translation": "[{{ .SiteName }}] あなたの多要素認証が更新されました"
},
{
"id": "api.templates.mfa_deactivated_body.info",
@@ -2125,7 +2153,7 @@
},
{
"id": "api.templates.password_change_subject",
- "translation": "{{ .SiteName }}の{{.TeamDisplayName}}のパスワードが更新されました。"
+ "translation": "[{{ .SiteName }}] あなたのパスワードが更新されました"
},
{
"id": "api.templates.post_body.button",
@@ -2141,7 +2169,11 @@
},
{
"id": "api.templates.post_subject_in_direct_message",
- "translation": "{{.SenderDisplayName}}の投稿した{{.TeamDisplayName}}の{{.SubjectText}} 日付: {{.Month}} {{.Day}}, {{.Year}}"
+ "translation": "{{.SenderDisplayName}}からの{{.SubjectText}} 日付: {{.Month}} {{.Day}}, {{.Year}}"
+ },
+ {
+ "id": "api.templates.post_subject_in_group_message",
+ "translation": "{{ .SenderDisplayName}} からの新しいグループメッセージ 日付: {{.Month}} {{.Day}}, {{.Year}}"
},
{
"id": "api.templates.reset_body.button",
@@ -2157,7 +2189,11 @@
},
{
"id": "api.templates.reset_subject",
- "translation": "パスワードを初期化する"
+ "translation": "[{{ .SiteName }}] あなたのパスワードをリセットしました"
+ },
+ {
+ "id": "api.templates.signin_change_email.body.info",
+ "translation": "{{ .SiteName }}のサインイン方法を{{.Method}}に更新しました。<br>あなたが変更したのでなければ、システム管理者へ問い合わせてください。"
},
{
"id": "api.templates.signin_change_email.body.method_email",
@@ -2168,6 +2204,10 @@
"translation": "サインイン方法を更新しました"
},
{
+ "id": "api.templates.signin_change_email.subject",
+ "translation": "[{{ .SiteName }}] {{ .SiteName }}のサインイン方法が更新されました"
+ },
+ {
"id": "api.templates.signup_team_body.button",
"translation": "チームをセットアップする"
},
@@ -2184,14 +2224,6 @@
"translation": "{{ .SiteName }}チームのセットアップ"
},
{
- "id": "api.templates.singin_change_email.body.info",
- "translation": "{{ .SiteName }}のサインイン方法は{{.Method}}に更新されました。<br>あなたが変更したのでなければ、システム管理者へ問い合わせてください。"
- },
- {
- "id": "api.templates.singin_change_email.subject",
- "translation": "{{ .SiteName }}へのあなたのサインイン方法を更新しました"
- },
- {
"id": "api.templates.upgrade_30_body.info",
"translation": "<h3 style='font-weight: normal; margin-top: 10px;'>重複していたアカウントが更新されました</h3>利用しているMattermostサーバーがバージョン3.0に更新され、1つのアカウントで複数のチームを利用できるようになりました。<br/><br/>サーバー上の他のアカウントと同じメールアドレス・ユーザー名が使用されていることを検知したため、このメールでお知らせしています。<br/><br/>アカウントは次の通りに更新されました: <br/><br/>{{if .EmailChanged }}- メールアドレスが重複していた`/{{.TeamName}}`チームのアカウントのメールアドレスは`{{.Email}}`に変更されました。 メールアドレスとパスワードをログインに使用している場合は、この新しいメールアドレスを使用してください。<br/><br/>{{end}}{{if .UsernameChanged }}- ユーザー名が重複していた`/{{.TeamName}}`チームのアカウントのユーザー名は`{{.Username}}`に変更されました。<br/><br/>{{end}} 推奨される操作: <br/><br/>重複していたアカウントを利用してチームへログインし、メインのアカウントをチームと公開チャンネル、利用を続ける非公開グループに追加することを推奨します。<br/><br/>メインのアカウントで全ての公開チャンネルと非公開グループの履歴を閲覧することが出来ます。ダイレクトメッセージの履歴は、重複していたアカウントでログインすることで閲覧することが出来ます。<br/><br/>追加情報: <br/><br/>Mattermost 3.0への更新に関する情報は、次のURLよりご確認ください: <a href='http://www.mattermost.org/upgrading-to-mattermost-3-0/'>http://www.mattermost.org/upgrading-to-mattermost-3-0/</a><br/><br/>"
},
@@ -2209,7 +2241,7 @@
},
{
"id": "api.templates.username_change_subject",
- "translation": "{{.TeamDisplayName}}用にユーザー名が変更されました"
+ "translation": "[{{ .SiteName }}] あなたのユーザー名が変更されました"
},
{
"id": "api.templates.verify_body.button",
@@ -2253,7 +2285,7 @@
},
{
"id": "api.templates.welcome_subject",
- "translation": "{{ .ServerURL }}に参加しました"
+ "translation": "[{{ .SiteName }}] {{ .ServerURL }}に参加しました"
},
{
"id": "api.user.activate_mfa.email_and_ldap_only.app_error",
@@ -2692,10 +2724,6 @@
"translation": "teamId=%v用のチームハブを停止しています"
},
{
- "id": "api.webhook.create_incoming.disabled.app_error",
- "translation": "内向きのウェブフックはシステム管理者によって無効にされています。"
- },
- {
"id": "api.webhook.create_outgoing.disabled.app_error",
"translation": "外向きのウェブフックはシステム管理者によって無効にされています。"
},
@@ -2732,14 +2760,6 @@
"translation": "外向きのウェブフックを削除するのに十分な権限が付与されていません"
},
{
- "id": "api.webhook.get_incoming.disabled.app_error",
- "translation": "内向きのウェブフックはシステム管理者によって無効にされています。"
- },
- {
- "id": "api.webhook.get_outgoing.disabled.app_error",
- "translation": "外向きのウェブフックはシステム管理者によって無効にされています。"
- },
- {
"id": "api.webhook.incoming.debug",
"translation": "内向きのウェブフックを受信。内容="
},
@@ -2752,10 +2772,6 @@
"translation": "ウェブフックAPIルートを初期化しています"
},
{
- "id": "api.webhook.regen_outgoing_token.disabled.app_error",
- "translation": "外向きのウェブフックはシステム管理者によって無効にされています。"
- },
- {
"id": "api.webhook.regen_outgoing_token.permissions.app_error",
"translation": "外向きのウェブフックトークンを再生成するのに十分な権限が付与されていません"
},
@@ -2852,6 +2868,10 @@
"translation": "インポートデータに \"channel\" という型がありましたが、そのチャンネルのオブジェクトがnullでした。"
},
{
+ "id": "app.import.import_line.null_post.error",
+ "translation": "インポートデータに \"post\" という型がありましたが、その投稿のオブジェクトがnullでした。"
+ },
+ {
"id": "app.import.import_line.null_team.error",
"translation": "インポートデータに \"team\" という型がありましたが、そのチームのオブジェクトがnullでした。"
},
@@ -2864,8 +2884,20 @@
"translation": "インポートデータに不明な型 \"{{.Type}}\"がありました。"
},
{
+ "id": "app.import.import_post.channel_not_found.error",
+ "translation": "投稿のインポート中にエラーが発生しました。 名前 \"{{.ChannelName}}\" のチャンネルが見つかりません。"
+ },
+ {
+ "id": "app.import.import_post.team_not_found.error",
+ "translation": "投稿のインポート中にエラーが発生しました。 名前 \"{{.TeamName}}\" のチームが見つかりません。"
+ },
+ {
+ "id": "app.import.import_post.user_not_found.error",
+ "translation": "投稿のインポート中にエラーが発生しました。 名前 \"{{.Username}}\" のユーザーが見つかりません。"
+ },
+ {
"id": "app.import.validate_channel_import_data.create_at_zero.error",
- "translation": "チャンネル作成日時は0ではないはずです。"
+ "translation": "チャンネル作成日時には0を設定できません。"
},
{
"id": "app.import.validate_channel_import_data.display_name_length.error",
@@ -2908,12 +2940,40 @@
"translation": "必須のチャンネル設定値 type が存在しません。"
},
{
+ "id": "app.import.validate_post_import_data.channel_missing.error",
+ "translation": "必須の投稿設定値 Channel が存在しません。"
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_missing.error",
+ "translation": "必須の投稿設定値 create_at が存在しません。"
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_zero.error",
+ "translation": "投稿の作成日には0を設定できません。"
+ },
+ {
+ "id": "app.import.validate_post_import_data.message_length.error",
+ "translation": "投稿メッセージ設定値が許可された最大長を超えています。"
+ },
+ {
+ "id": "app.import.validate_post_import_data.message_missing.error",
+ "translation": "必須の投稿設定値 Message が存在しません。"
+ },
+ {
+ "id": "app.import.validate_post_import_data.team_missing.error",
+ "translation": "必須の投稿設定値 Team が存在しません。"
+ },
+ {
+ "id": "app.import.validate_post_import_data.user_missing.error",
+ "translation": "必須の投稿設定値 User が存在しません。"
+ },
+ {
"id": "app.import.validate_team_import_data.allowed_domains_length.error",
"translation": "チームの許可されたドメインが長すぎます。"
},
{
"id": "app.import.validate_team_import_data.create_at_zero.error",
- "translation": "チームの作成日時は0ではないはずです。"
+ "translation": "チームの作成日時には0を設定できません。"
},
{
"id": "app.import.validate_team_import_data.description_length.error",
@@ -3020,6 +3080,14 @@
"translation": "ユーザーのチームメンバーシップにチーム名が存在しません。"
},
{
+ "id": "authentication.permissions.create_group_channel.description",
+ "translation": "新しいグループメッセージチャンネルを作成できるようにする"
+ },
+ {
+ "id": "authentication.permissions.create_group_channel.name",
+ "translation": "グループメッセージを作成する"
+ },
+ {
"id": "authentication.permissions.create_team_roles.description",
"translation": "新しいチームを作成できるようにする"
},
@@ -3596,6 +3664,14 @@
"translation": "ファイルを読み込む際にエラーが発生しました"
},
{
+ "id": "model.client.set_profile_user.no_file.app_error",
+ "translation": "リクエストの'image'以下にファイルがありません"
+ },
+ {
+ "id": "model.client.set_profile_user.writer.app_error",
+ "translation": "リクエストを書き込めません"
+ },
+ {
"id": "model.command.is_valid.create_at.app_error",
"translation": "作成日時は有効な時刻にしてください"
},
@@ -4976,6 +5052,10 @@
"translation": "チャンネルの親に当たる投稿を取得できませんでした"
},
{
+ "id": "store.sql_post.get_posts_created_att.app_error",
+ "translation": "チャンネルの投稿を取得できませんでした"
+ },
+ {
"id": "store.sql_post.get_posts_since.app_error",
"translation": "チャンネルの投稿を取得できませんでした"
},
@@ -4984,6 +5064,10 @@
"translation": "チャンネルの投稿を取得できませんでした"
},
{
+ "id": "store.sql_post.overwrite.app_error",
+ "translation": "投稿の上書きができませんでした"
+ },
+ {
"id": "store.sql_post.permanent_delete.app_error",
"translation": "投稿を削除できませんでした"
},
@@ -5012,8 +5096,8 @@
"translation": "既存の投稿は更新できません。"
},
{
- "id": "store.sql_post.search.app_error",
- "translation": "投稿を検索する際にエラーが発生しました"
+ "id": "store.sql_post.search.warn",
+ "translation": "投稿検索時のクエリエラー: %v"
},
{
"id": "store.sql_post.update.app_error",
@@ -5620,6 +5704,18 @@
"translation": "ファイルを{{.Filename}}に保存中にエラーが発生しました"
},
{
+ "id": "utils.config.supported_client_locale.app_error",
+ "translation": "mattermostの設定ファイルをロードできませんでした: DefaultClientLocale はサポートされているロケールでなければなりません"
+ },
+ {
+ "id": "utils.config.supported_server_locale.app_error",
+ "translation": "mattermostの設定ファイルをロードできませんでした: DefaultServerLocale はサポートされているロケールでなければなりません"
+ },
+ {
+ "id": "utils.config.validate_locale.app_error",
+ "translation": "mattermostの設定ファイルをロードできませんでした: AvailableLocales はDefaultClientLocaleを含んでいなければなりません"
+ },
+ {
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "解析は初期化されていません"
},
diff --git a/i18n/ko.json b/i18n/ko.json
index 3be22282e..89aebcce3 100644
--- a/i18n/ko.json
+++ b/i18n/ko.json
@@ -220,6 +220,14 @@
"translation": "개인 메시지 채널에 적합하지 않은 사용자 ID"
},
{
+ "id": "api.channel.create_group.bad_size.app_error",
+ "translation": "Group message channels must contain at least 3 and no more than 8 users"
+ },
+ {
+ "id": "api.channel.create_group.bad_user.app_error",
+ "translation": "One of the provided users does not exist"
+ },
+ {
"id": "api.channel.delete_channel.archived",
"translation": "%v 가 채널을 보존 처리 하였습니다."
},
@@ -892,6 +900,10 @@
"translation": "글로 이동하기"
},
{
+ "id": "api.email_batching.render_batched_post.group_message",
+ "translation": "Group Message"
+ },
+ {
"id": "api.email_batching.render_batched_post.sender.app_error",
"translation": "배치된 이메일 알림 대상 글의 작성자를 찾을 수 없습니다."
},
@@ -1214,6 +1226,10 @@
"translation": "확인된 이메일로 설정하는데 실패했습니다. err=%v"
},
{
+ "id": "api.incoming_webhook.disabled.app_errror",
+ "translation": "Incoming webhook은 관리자가 사용할 수 없게 설정했습니다."
+ },
+ {
"id": "api.license.add_license.array.app_error",
"translation": "'license' 아래에 비어있는 배열이 있습니다."
},
@@ -1800,6 +1816,14 @@
"translation": "Tried to merge user with existing account: {{.Email}}, {{.Username}}, but failed to add the user to this team.\r\n"
},
{
+ "id": "api.slackimport.slack_add_users.missing_email_address",
+ "translation": "User {{.Username}} does not have an email address in the Slack export. Using {{.Email}} as a placeholder. The user should update their email address once logged in to the system.\r\n"
+ },
+ {
+ "id": "api.slackimport.slack_add_users.missing_email_address.warn",
+ "translation": "User {{.Username}} does not have an email address in the Slack export. Using {{.Email}} as a placeholder. The user should update their email address once logged in to the system."
+ },
+ {
"id": "api.slackimport.slack_add_users.unable_import",
"translation": "불러올 수 없는 사용자: {{.Username}}\r\n"
},
@@ -2012,6 +2036,10 @@
"translation": "작업을 할 수 있는 권한이 없습니다"
},
{
+ "id": "api.templates.channel_name.group",
+ "translation": "Group Message"
+ },
+ {
"id": "api.templates.email_change_body.info",
"translation": "{{.TeamDisplayName}} 이메일이 {{.NewEmail}}(으)로 변경되었습니다.<br> 잘못 변경된 경우, 시스템 관리자에게 문의하세요."
},
@@ -2021,7 +2049,7 @@
},
{
"id": "api.templates.email_change_subject",
- "translation": "{{.TeamDisplayName}} 이메일이 변경되었습니다."
+ "translation": "[{{ .SiteName }}] Your email address has changed"
},
{
"id": "api.templates.email_change_verify_body.button",
@@ -2037,7 +2065,7 @@
},
{
"id": "api.templates.email_change_verify_subject",
- "translation": "{{.TeamDisplayName}} 새 이메일을 검증하세요."
+ "translation": "[{{ .SiteName }}] Verify new email address"
},
{
"id": "api.templates.email_footer",
@@ -2093,7 +2121,7 @@
},
{
"id": "api.templates.invite_subject",
- "translation": "{{ .SenderName }} invited you to join {{ .TeamDisplayName }} Team on {{.SiteName}}"
+ "translation": "[{{ .SiteName }}] {{ .SenderName }} invited you to join {{ .TeamDisplayName }} Team"
},
{
"id": "api.templates.mfa_activated_body.info",
@@ -2105,7 +2133,7 @@
},
{
"id": "api.templates.mfa_change_subject",
- "translation": "Your MFA has been updated on {{ .SiteName }}"
+ "translation": "[{{ .SiteName }}] Your MFA has been updated"
},
{
"id": "api.templates.mfa_deactivated_body.info",
@@ -2125,7 +2153,7 @@
},
{
"id": "api.templates.password_change_subject",
- "translation": "{{.TeamDisplayName}}의 비밀번호가 변경되었습니다. {{.TeamURL}} {{.Method}}"
+ "translation": "[{{ .SiteName }}] Your password has been updated"
},
{
"id": "api.templates.post_body.button",
@@ -2144,6 +2172,10 @@
"translation": "{{.SubjectText}} on {{.TeamDisplayName}} at {{.Month}} {{.Day}}, {{.Year}}"
},
{
+ "id": "api.templates.post_subject_in_group_message",
+ "translation": "{{.SubjectText}} on {{.TeamDisplayName}} at {{.Month}} {{.Day}}, {{.Year}}"
+ },
+ {
"id": "api.templates.reset_body.button",
"translation": "비밀번호 재설정"
},
@@ -2157,7 +2189,11 @@
},
{
"id": "api.templates.reset_subject",
- "translation": "비밀번호 재설정"
+ "translation": "[{{ .SiteName }}] Reset your password"
+ },
+ {
+ "id": "api.templates.signin_change_email.body.info",
+ "translation": "You updated your sign-in method for on {{ .SiteName }} to {{.Method}}.<br>If this change wasn't initiated by you, please contact your system administrator."
},
{
"id": "api.templates.signin_change_email.body.method_email",
@@ -2168,6 +2204,10 @@
"translation": "You updated your sign-in method"
},
{
+ "id": "api.templates.signin_change_email.subject",
+ "translation": "[{{ .SiteName }}] You updated your sign-in method on {{ .SiteName }}"
+ },
+ {
"id": "api.templates.signup_team_body.button",
"translation": "팀 설정하기"
},
@@ -2184,14 +2224,6 @@
"translation": "{{ .SiteName }} 팀 설정"
},
{
- "id": "api.templates.singin_change_email.body.info",
- "translation": "You updated your sign-in method for on {{ .SiteName }} to {{.Method}}.<br>If this change wasn't initiated by you, please contact your system administrator."
- },
- {
- "id": "api.templates.singin_change_email.subject",
- "translation": "You updated your sign-in method on {{ .SiteName }}"
- },
- {
"id": "api.templates.upgrade_30_body.info",
"translation": "<h3 style='font-weight: normal; margin-top: 10px;'>YOUR DUPLICATE ACCOUNTS HAVE BEEN UPDATED</h3>Your Mattermost server is being upgraded to Version 3.0, which lets you use a single account across multiple teams.<br/><br/>You are receiving this email because the upgrade process has detected your account had the same email or username as other accounts on the server.<br/><br/>The following updates have been made: <br/><br/>{{if .EmailChanged }}- The duplicate email of an account on the `/{{.TeamName}}` team was changed to `{{.Email}}`. You will need to use email and password to login, you can use this new email address for login.<br/><br/>{{end}}{{if .UsernameChanged }}- The duplicate username of an account on the team site `/{{.TeamName}}` has been changed to `{{.Username}}` to avoid confusion with other accounts.<br/><br/>{{end}} RECOMMENDED ACTION: <br/><br/>It is recommended that you login to your teams used by your duplicate accounts and add your primary account to the team and any public channels and private groups which you wish to continue using. <br/><br/>This gives your primary account access to all public channel and private group history. You can continue to access the direct message history of your duplicate accounts by logging in with their credentials. <br/><br/>FOR MORE INFORMATION: <br/><br/>For more information on the upgrade to Mattermost 3.0 please see: <a href='http://www.mattermost.org/upgrading-to-mattermost-3-0/'>http://www.mattermost.org/upgrading-to-mattermost-3-0/</a><br/><br/>"
},
@@ -2209,7 +2241,7 @@
},
{
"id": "api.templates.username_change_subject",
- "translation": "{{.TeamDisplayName}}에서 사용자명이 변경되었습니다."
+ "translation": "[{{ .SiteName }}] Your username has changed"
},
{
"id": "api.templates.verify_body.button",
@@ -2253,7 +2285,7 @@
},
{
"id": "api.templates.welcome_subject",
- "translation": "You joined {{ .ServerURL }}"
+ "translation": "[{{ .SiteName }}] You joined {{ .ServerURL }}"
},
{
"id": "api.user.activate_mfa.email_and_ldap_only.app_error",
@@ -2692,10 +2724,6 @@
"translation": "team hub stopping for teamId=%v"
},
{
- "id": "api.webhook.create_incoming.disabled.app_error",
- "translation": "Incoming webhook은 관리자가 사용할 수 없게 설정했습니다."
- },
- {
"id": "api.webhook.create_outgoing.disabled.app_error",
"translation": "Outgoing webhook은 관리자가 사용할 수 없게 설정했습니다."
},
@@ -2732,14 +2760,6 @@
"translation": "Outcoming webhook을 삭제할 권한이 없습니다"
},
{
- "id": "api.webhook.get_incoming.disabled.app_error",
- "translation": "Incoming webhook은 관리자가 사용할 수 없게 설정했습니다."
- },
- {
- "id": "api.webhook.get_outgoing.disabled.app_error",
- "translation": "Outgoing webhook은 관리자가 사용할 수 없게 설정했습니다."
- },
- {
"id": "api.webhook.incoming.debug",
"translation": "Incoming webhook 수신. 내용="
},
@@ -2752,10 +2772,6 @@
"translation": "webhook API 경로 초기화 중"
},
{
- "id": "api.webhook.regen_outgoing_token.disabled.app_error",
- "translation": "Outgoing webhook은 관리자가 사용할 수 없게 설정했습니다."
- },
- {
"id": "api.webhook.regen_outgoing_token.permissions.app_error",
"translation": "Outgoing webhook 토큰을 재생성할 권한이 없습니다"
},
@@ -2852,6 +2868,10 @@
"translation": "Import data line has type \"channel\" but the channel object is null."
},
{
+ "id": "app.import.import_line.null_post.error",
+ "translation": "Import data line has type \"post\" but the post object is null."
+ },
+ {
"id": "app.import.import_line.null_team.error",
"translation": "Import data line has type \"team\" but the team object is null."
},
@@ -2864,6 +2884,18 @@
"translation": "Import data line has unknown type \"{{.Type}}\"."
},
{
+ "id": "app.import.import_post.channel_not_found.error",
+ "translation": "Error importing post. Channel with name \"{{.ChannelName}}\" could not be found."
+ },
+ {
+ "id": "app.import.import_post.team_not_found.error",
+ "translation": "Error importing post. Team with name \"{{.TeamName}}\" could not be found."
+ },
+ {
+ "id": "app.import.import_post.user_not_found.error",
+ "translation": "Error importing post. User with username \"{{.Username}}\" could not be found."
+ },
+ {
"id": "app.import.validate_channel_import_data.create_at_zero.error",
"translation": "Channel create_at must not be 0 if provided."
},
@@ -2908,6 +2940,34 @@
"translation": "Missing required channel property: type."
},
{
+ "id": "app.import.validate_post_import_data.channel_missing.error",
+ "translation": "Missing required Post property: Channel."
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_missing.error",
+ "translation": "Missing required Post property: create_at."
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_zero.error",
+ "translation": "Post CreateAt must not be zero if it is provided."
+ },
+ {
+ "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_post_import_data.message_missing.error",
+ "translation": "Missing required Post property: Message."
+ },
+ {
+ "id": "app.import.validate_post_import_data.team_missing.error",
+ "translation": "Missing required Post property: Team."
+ },
+ {
+ "id": "app.import.validate_post_import_data.user_missing.error",
+ "translation": "Missing required Post property: User."
+ },
+ {
"id": "app.import.validate_team_import_data.allowed_domains_length.error",
"translation": "Team allowed_domains is too long."
},
@@ -3020,6 +3080,14 @@
"translation": "Team name missing from User's Team Membership."
},
{
+ "id": "authentication.permissions.create_group_channel.description",
+ "translation": "Ability to create new group message channels"
+ },
+ {
+ "id": "authentication.permissions.create_group_channel.name",
+ "translation": "Create Group Message"
+ },
+ {
"id": "authentication.permissions.create_team_roles.description",
"translation": "Ability to create new teams"
},
@@ -3596,6 +3664,14 @@
"translation": "We encountered an error while finding user profiles"
},
{
+ "id": "model.client.set_profile_user.no_file.app_error",
+ "translation": "요청의 'image' 속성 아래에 파일이 없습니다"
+ },
+ {
+ "id": "model.client.set_profile_user.writer.app_error",
+ "translation": "Unable to write request"
+ },
+ {
"id": "model.command.is_valid.create_at.app_error",
"translation": "Create at must be a valid time"
},
@@ -4976,6 +5052,10 @@
"translation": "We couldn't get the parent posts for the channel"
},
{
+ "id": "store.sql_post.get_posts_created_att.app_error",
+ "translation": "We couldn't get the posts for the channel"
+ },
+ {
"id": "store.sql_post.get_posts_since.app_error",
"translation": "We couldn't get the posts for the channel"
},
@@ -4984,6 +5064,10 @@
"translation": "We couldn't get the posts for the channel"
},
{
+ "id": "store.sql_post.overwrite.app_error",
+ "translation": "채널을 찾을 수 없습니다"
+ },
+ {
"id": "store.sql_post.permanent_delete.app_error",
"translation": "채널을 찾을 수 없습니다"
},
@@ -5012,8 +5096,8 @@
"translation": "You cannot update an existing Post"
},
{
- "id": "store.sql_post.search.app_error",
- "translation": "We encountered an error while searching for posts"
+ "id": "store.sql_post.search.warn",
+ "translation": "Query error searching posts: %v"
},
{
"id": "store.sql_post.update.app_error",
@@ -5620,6 +5704,18 @@
"translation": "An error occurred while saving the file to {{.Filename}}"
},
{
+ "id": "utils.config.supported_client_locale.app_error",
+ "translation": "Unable to load mattermost configuration file: DefaultClientLocale must be one of the supported locales"
+ },
+ {
+ "id": "utils.config.supported_server_locale.app_error",
+ "translation": "Unable to load mattermost configuration file: DefaultServerLocale must be one of the supported locales"
+ },
+ {
+ "id": "utils.config.validate_locale.app_error",
+ "translation": "Unable to load mattermost configuration file: AvailableLocales must include DefaultClientLocale"
+ },
+ {
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "분석기가 초기화되지 않았습니다"
},
diff --git a/i18n/nl.json b/i18n/nl.json
index c2bb12250..d42bfb103 100644
--- a/i18n/nl.json
+++ b/i18n/nl.json
@@ -220,6 +220,14 @@
"translation": "Invalid user ID for direct channel creation"
},
{
+ "id": "api.channel.create_group.bad_size.app_error",
+ "translation": "Group message channels must contain at least 3 and no more than 8 users"
+ },
+ {
+ "id": "api.channel.create_group.bad_user.app_error",
+ "translation": "One of the provided users does not exist"
+ },
+ {
"id": "api.channel.delete_channel.archived",
"translation": "%v heeft het kanaal gearchiveerd."
},
@@ -301,7 +309,7 @@
},
{
"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 %v"
+ "translation": "Fout bij het weergeven van het bericht over de bijgewerkte weergavenaam"
},
{
"id": "api.channel.post_update_channel_displayname_message_and_forget.retrieve_user.error",
@@ -892,6 +900,10 @@
"translation": "Ga naar Bericht"
},
{
+ "id": "api.email_batching.render_batched_post.group_message",
+ "translation": "Group Message"
+ },
+ {
"id": "api.email_batching.render_batched_post.sender.app_error",
"translation": "Kon de verzender van bericht voor batch email notificatie niet vinden."
},
@@ -1214,6 +1226,10 @@
"translation": "Fout tijdens het instellen van e-mail verificatie. Fout=%v"
},
{
+ "id": "api.incoming_webhook.disabled.app_errror",
+ "translation": "Commando's zijn uitgeschakeld door de beheerder."
+ },
+ {
"id": "api.license.add_license.array.app_error",
"translation": "Lege data bij 'license' in aanvraag"
},
@@ -1800,6 +1816,14 @@
"translation": "Tried to merge user with existing account: {{.Email}}, {{.Username}}, but failed to add the user to this team.\r\n"
},
{
+ "id": "api.slackimport.slack_add_users.missing_email_address",
+ "translation": "User {{.Username}} does not have an email address in the Slack export. Using {{.Email}} as a placeholder. The user should update their email address once logged in to the system.\r\n"
+ },
+ {
+ "id": "api.slackimport.slack_add_users.missing_email_address.warn",
+ "translation": "User {{.Username}} does not have an email address in the Slack export. Using {{.Email}} as a placeholder. The user should update their email address once logged in to the system."
+ },
+ {
"id": "api.slackimport.slack_add_users.unable_import",
"translation": "Kan gebruiker niet importeren: {{.Username}}\r\n"
},
@@ -2012,6 +2036,10 @@
"translation": "U beschikt niet over de juiste rechten"
},
{
+ "id": "api.templates.channel_name.group",
+ "translation": "Group Message"
+ },
+ {
"id": "api.templates.email_change_body.info",
"translation": "Uw e-mailadres voor {{.TeamDisplayName}} is veranderd naar {{.NewEmail}}.<br>Als u deze wijziging niet zelf gemaakt hebt, neem kontakt op met de systeembeheerder."
},
@@ -2021,7 +2049,7 @@
},
{
"id": "api.templates.email_change_subject",
- "translation": "Je e-mailadres voor {{.TeamDisplayName}} is gewijzigd"
+ "translation": "[{{ .SiteName }}] Your email address has changed"
},
{
"id": "api.templates.email_change_verify_body.button",
@@ -2037,7 +2065,7 @@
},
{
"id": "api.templates.email_change_verify_subject",
- "translation": "Verifieer het nieuwe e-mail adres voor {{.TeamDisplayName}}"
+ "translation": "[{{ .SiteName }}] Verify new email address"
},
{
"id": "api.templates.email_footer",
@@ -2093,7 +2121,7 @@
},
{
"id": "api.templates.invite_subject",
- "translation": "{{ .SenderName }} heeft U uitgenodigd om lid te worden van team {{ .TeamDisplayName }} op {{.SiteName}}"
+ "translation": "[{{ .SiteName }}] {{ .SenderName }} invited you to join {{ .TeamDisplayName }} Team"
},
{
"id": "api.templates.mfa_activated_body.info",
@@ -2105,7 +2133,7 @@
},
{
"id": "api.templates.mfa_change_subject",
- "translation": "Your MFA has been updated on {{ .SiteName }}"
+ "translation": "[{{ .SiteName }}] Your MFA has been updated"
},
{
"id": "api.templates.mfa_deactivated_body.info",
@@ -2125,7 +2153,7 @@
},
{
"id": "api.templates.password_change_subject",
- "translation": "Uw wachtwoord werd bijgewerkt voor {{.TeamDisplayName}} op {{ .SiteName }}"
+ "translation": "[{{ .SiteName }}] Your password has been updated"
},
{
"id": "api.templates.post_body.button",
@@ -2144,6 +2172,10 @@
"translation": "{{.SubjectText}} in {{.TeamDisplayName}} van {{.SenderDisplayName}} op {{.Month}} {{.Day}} {{.Year}}"
},
{
+ "id": "api.templates.post_subject_in_group_message",
+ "translation": "{{.SubjectText}} in {{.TeamDisplayName}} van {{.SenderDisplayName}} op {{.Month}} {{.Day}} {{.Year}}"
+ },
+ {
"id": "api.templates.reset_body.button",
"translation": "Wachtwoord opnieuw instellen"
},
@@ -2157,7 +2189,11 @@
},
{
"id": "api.templates.reset_subject",
- "translation": "Herstel uw wachtwoord"
+ "translation": "[{{ .SiteName }}] Reset your password"
+ },
+ {
+ "id": "api.templates.signin_change_email.body.info",
+ "translation": "Uw inlog methode is bijgewerkt voor {{.SiteName}} naar {{.Method}}.<br>Als deze aanpassing niet door U gedaan is, neem dan contact op met uw systeembeheerder."
},
{
"id": "api.templates.signin_change_email.body.method_email",
@@ -2168,6 +2204,10 @@
"translation": "Uw inlog methode is bijgewerkt"
},
{
+ "id": "api.templates.signin_change_email.subject",
+ "translation": "[{{ .SiteName }}] You updated your sign-in method on {{ .SiteName }}"
+ },
+ {
"id": "api.templates.signup_team_body.button",
"translation": "Stel uw team in"
},
@@ -2184,14 +2224,6 @@
"translation": "{{ .SiteName }} Team configuratie"
},
{
- "id": "api.templates.singin_change_email.body.info",
- "translation": "Uw inlog methode is bijgewerkt voor {{.SiteName}} naar {{.Method}}.<br>Als deze aanpassing niet door U gedaan is, neem dan contact op met uw systeembeheerder."
- },
- {
- "id": "api.templates.singin_change_email.subject",
- "translation": "U heeft uw inlog methode op {{ .SiteName }} bijgewerkt"
- },
- {
"id": "api.templates.upgrade_30_body.info",
"translation": "<h3 style='font-weight: normal; margin-top: 10px;'>UW DUBBELE ACCOUNTS ZIJN BIJGEWERKT</h3>Uw Mattermost server wordt geüpgraded naar versie 3.0, die toelaat om één account te gebruiken voor verschillende teams.<br/><br/>U krijgt deze email omdat het upgrade proces gedetecteerd heeft dat uw account dezelfde email of gebruikersnaam heeft als voor andere accounts op deze server.<br/><br/>De volgende bijwerkingen zijn gemaakt: <br/><br/>{{if .EmailChanged }}- De dubbele email van een account op het `/{{.TeamName}}` team is veranderd naar `{{.Email}}`. Indien u email en wachtwoord gebruikt om in te loggen kunt bovenstaand email adres gebruiken.<br/><br/>{{end}}{{if .UsernameChanged }}- De dubbele gebruikersnaam van van een account op de team site `/{{.TeamName}}` is veranderd naar `{{.Username}}` om verwarring met andere accounts te voorkomen.<br/><br/>{{end}} AANGERADEN ACTIE: <br/><br/>Het is aangeraden dat u inlogt in uw team die gebruikt zijn door de dubbele accounts en uw primair account aan het team en alle publieke kanalen toevoegt die u wilt blijven gebruiken. <br/><br/>Dit geeft uw primair account toegang tot alle publieke kanalen en de privé groepshistoriek. U kunt uw dubbele accounts blijven gebruiken om de privé berichten historiek te lezen door in te loggen met de oude inloggevens. <br/><br/>VOOR MEER INFORMATIE: <br/><br/>Voor meer informatie over de upgrade naar Mattermost 3.0: <a href='http://www.mattermost.org/upgrading-to-mattermost-3-0/'>http://www.mattermost.org/upgrading-to-mattermost-3-0/</a><br/><br/>"
},
@@ -2209,7 +2241,7 @@
},
{
"id": "api.templates.username_change_subject",
- "translation": "Uw e-mailadres voor {{.TeamDisplayName}} is gewijzigd"
+ "translation": "[{{ .SiteName }}] Your username has changed"
},
{
"id": "api.templates.verify_body.button",
@@ -2253,7 +2285,7 @@
},
{
"id": "api.templates.welcome_subject",
- "translation": "Je hebt je aangesloten bij {{ .ServerURL }}"
+ "translation": "[{{ .SiteName }}] You joined {{ .ServerURL }}"
},
{
"id": "api.user.activate_mfa.email_and_ldap_only.app_error",
@@ -2517,7 +2549,7 @@
},
{
"id": "api.user.send_email_change_email_and_forget.error",
- "translation": "Aanpassings mail voor notificatie kon niet verstuurd worden, fout=%v"
+ "translation": "Aanpassings mail voor notificatie kon niet verstuurd worden"
},
{
"id": "api.user.send_email_change_username_and_forget.error",
@@ -2692,10 +2724,6 @@
"translation": "Team hub word gestopt voor teamId=%v"
},
{
- "id": "api.webhook.create_incoming.disabled.app_error",
- "translation": "Commando's zijn uitgeschakeld door de beheerder."
- },
- {
"id": "api.webhook.create_outgoing.disabled.app_error",
"translation": "Uitgaande webhooks zijn uitgeschakeld door de beheerder."
},
@@ -2732,14 +2760,6 @@
"translation": "Onjuiste rechten voor het verwijderen van de uitgaande webhook opdracht"
},
{
- "id": "api.webhook.get_incoming.disabled.app_error",
- "translation": "Commando's zijn uitgeschakeld door de beheerder."
- },
- {
- "id": "api.webhook.get_outgoing.disabled.app_error",
- "translation": "Uitgaande webhooks zijn uitgeschakeld door de beheerder."
- },
- {
"id": "api.webhook.incoming.debug",
"translation": "Inkomende webhook ontvangen. Content="
},
@@ -2752,10 +2772,6 @@
"translation": "Initialisatie van de webhook api"
},
{
- "id": "api.webhook.regen_outgoing_token.disabled.app_error",
- "translation": "Uitgaande webhooks zijn uitgeschakeld door de beheerder."
- },
- {
"id": "api.webhook.regen_outgoing_token.permissions.app_error",
"translation": "Ongeldige rechten om tokens voor uitgaande webhooks opnieuw te genereren"
},
@@ -2852,6 +2868,10 @@
"translation": "Import data line has type \"channel\" but the channel object is null."
},
{
+ "id": "app.import.import_line.null_post.error",
+ "translation": "Import data line has type \"post\" but the post object is null."
+ },
+ {
"id": "app.import.import_line.null_team.error",
"translation": "Import data line has type \"team\" but the team object is null."
},
@@ -2864,6 +2884,18 @@
"translation": "Import data line has unknown type \"{{.Type}}\"."
},
{
+ "id": "app.import.import_post.channel_not_found.error",
+ "translation": "Error importing post. Channel with name \"{{.ChannelName}}\" could not be found."
+ },
+ {
+ "id": "app.import.import_post.team_not_found.error",
+ "translation": "Error importing post. Team with name \"{{.TeamName}}\" could not be found."
+ },
+ {
+ "id": "app.import.import_post.user_not_found.error",
+ "translation": "Error importing post. User with username \"{{.Username}}\" could not be found."
+ },
+ {
"id": "app.import.validate_channel_import_data.create_at_zero.error",
"translation": "Channel create_at must not be 0 if provided."
},
@@ -2908,6 +2940,34 @@
"translation": "Missing required channel property: type."
},
{
+ "id": "app.import.validate_post_import_data.channel_missing.error",
+ "translation": "Missing required Post property: Channel."
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_missing.error",
+ "translation": "Missing required Post property: create_at."
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_zero.error",
+ "translation": "Post CreateAt must not be zero if it is provided."
+ },
+ {
+ "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_post_import_data.message_missing.error",
+ "translation": "Missing required Post property: Message."
+ },
+ {
+ "id": "app.import.validate_post_import_data.team_missing.error",
+ "translation": "Missing required Post property: Team."
+ },
+ {
+ "id": "app.import.validate_post_import_data.user_missing.error",
+ "translation": "Missing required Post property: User."
+ },
+ {
"id": "app.import.validate_team_import_data.allowed_domains_length.error",
"translation": "Team allowed_domains is too long."
},
@@ -3020,6 +3080,14 @@
"translation": "Team name missing from User's Team Membership."
},
{
+ "id": "authentication.permissions.create_group_channel.description",
+ "translation": "Ability to create new group message channels"
+ },
+ {
+ "id": "authentication.permissions.create_group_channel.name",
+ "translation": "Create Group Message"
+ },
+ {
"id": "authentication.permissions.create_team_roles.description",
"translation": "Ability to create new teams"
},
@@ -3596,6 +3664,14 @@
"translation": "Er is een probleem opgestreden tijdens het opzoeken van het gebruikersprofiel"
},
{
+ "id": "model.client.set_profile_user.no_file.app_error",
+ "translation": "Geen bestand bij 'image' in aanvraag"
+ },
+ {
+ "id": "model.client.set_profile_user.writer.app_error",
+ "translation": "Fout bij het schrijven van verzoek"
+ },
+ {
"id": "model.command.is_valid.create_at.app_error",
"translation": "Aangemaakt op moet een geldige tijd zijn"
},
@@ -4976,6 +5052,10 @@
"translation": "We kunnen het start bericht voor het kanaal niet ophalen"
},
{
+ "id": "store.sql_post.get_posts_created_att.app_error",
+ "translation": "We kunnen de berichten van het kanaal niet ophalen"
+ },
+ {
"id": "store.sql_post.get_posts_since.app_error",
"translation": "We kunnen de berichten van het kanaal niet ophalen"
},
@@ -4984,6 +5064,10 @@
"translation": "We kunnen de berichten van het kanaal niet ophalen"
},
{
+ "id": "store.sql_post.overwrite.app_error",
+ "translation": "Het bericht kan niet verwijderd worden"
+ },
+ {
"id": "store.sql_post.permanent_delete.app_error",
"translation": "Het bericht kan niet verwijderd worden"
},
@@ -5012,8 +5096,8 @@
"translation": "Een bestaand bericht kan niet bijwerkt worden"
},
{
- "id": "store.sql_post.search.app_error",
- "translation": "Er is een probleem opgetreden tijdens het zoeken naar berichten"
+ "id": "store.sql_post.search.warn",
+ "translation": "Query error searching posts: %v"
},
{
"id": "store.sql_post.update.app_error",
@@ -5620,6 +5704,18 @@
"translation": "Er is ee probleem opgetreden bij het opslaan van het bestand in {{.Filename}}"
},
{
+ "id": "utils.config.supported_client_locale.app_error",
+ "translation": "Unable to load mattermost configuration file: DefaultClientLocale must be one of the supported locales"
+ },
+ {
+ "id": "utils.config.supported_server_locale.app_error",
+ "translation": "Unable to load mattermost configuration file: DefaultServerLocale must be one of the supported locales"
+ },
+ {
+ "id": "utils.config.validate_locale.app_error",
+ "translation": "Unable to load mattermost configuration file: AvailableLocales must include DefaultClientLocale"
+ },
+ {
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "Analytics niet geïnitialiseerd"
},
diff --git a/i18n/pt-BR.json b/i18n/pt-BR.json
index 93f0f171b..99992efc6 100644
--- a/i18n/pt-BR.json
+++ b/i18n/pt-BR.json
@@ -220,6 +220,14 @@
"translation": "ID de usuário inválido para a criação do canal direto"
},
{
+ "id": "api.channel.create_group.bad_size.app_error",
+ "translation": "Group message channels must contain at least 3 and no more than 8 users"
+ },
+ {
+ "id": "api.channel.create_group.bad_user.app_error",
+ "translation": "One of the provided users does not exist"
+ },
+ {
"id": "api.channel.delete_channel.archived",
"translation": "%v arquivou o canal."
},
@@ -892,6 +900,10 @@
"translation": "Ir para o Post"
},
{
+ "id": "api.email_batching.render_batched_post.group_message",
+ "translation": "Group Message"
+ },
+ {
"id": "api.email_batching.render_batched_post.sender.app_error",
"translation": "Não foi possível encontrar o remetente da postagem para a notificação de email em lote"
},
@@ -1214,6 +1226,10 @@
"translation": "Não foi possível definir email verificado err=%v"
},
{
+ "id": "api.incoming_webhook.disabled.app_errror",
+ "translation": "Webhooks de entrada foram desabilitados pelo administrador do sistema."
+ },
+ {
"id": "api.license.add_license.array.app_error",
"translation": "Matriz vazia sobre a 'licença' na requisição"
},
@@ -1800,6 +1816,14 @@
"translation": "Tentado mesclar o usuário com a conta existente: {{.Email}}, {{.Username}}, mas houve uma falha ao adicionar o usuário a essa equipe.\r\n"
},
{
+ "id": "api.slackimport.slack_add_users.missing_email_address",
+ "translation": "User {{.Username}} does not have an email address in the Slack export. Using {{.Email}} as a placeholder. The user should update their email address once logged in to the system.\r\n"
+ },
+ {
+ "id": "api.slackimport.slack_add_users.missing_email_address.warn",
+ "translation": "User {{.Username}} does not have an email address in the Slack export. Using {{.Email}} as a placeholder. The user should update their email address once logged in to the system."
+ },
+ {
"id": "api.slackimport.slack_add_users.unable_import",
"translation": "Não foi possível importar o usuário: {{.Username}}\r\n"
},
@@ -2012,6 +2036,10 @@
"translation": "Você não tem a permissão apropriada"
},
{
+ "id": "api.templates.channel_name.group",
+ "translation": "Group Message"
+ },
+ {
"id": "api.templates.email_change_body.info",
"translation": "Seu endereço de email para {{.TeamDisplayName}} foi alterado para {{.NewEmail}}.<br>Se você não fez está mudança, por favor contate o administrador do sistema."
},
@@ -2021,7 +2049,7 @@
},
{
"id": "api.templates.email_change_subject",
- "translation": "Seu endereço de email foi alterado para {{.TeamDisplayName}}"
+ "translation": "[{{ .SiteName }}] Seu endereço de email foi alterado"
},
{
"id": "api.templates.email_change_verify_body.button",
@@ -2037,7 +2065,7 @@
},
{
"id": "api.templates.email_change_verify_subject",
- "translation": "Verifique novo endereço de email para {{.TeamDisplayName}}"
+ "translation": "[{{ .SiteName }}] Verifique o novo endereço de email"
},
{
"id": "api.templates.email_footer",
@@ -2093,7 +2121,7 @@
},
{
"id": "api.templates.invite_subject",
- "translation": "{{ .SenderName }} convidou você para se juntar a Equipe {{ .TeamDisplayName }} no {{.SiteName}}"
+ "translation": "[{{ .SiteName }}] {{ .SenderName }} convidou você para se juntar a equipe {{ .TeamDisplayName }}"
},
{
"id": "api.templates.mfa_activated_body.info",
@@ -2105,7 +2133,7 @@
},
{
"id": "api.templates.mfa_change_subject",
- "translation": "Seu MFA foi atualizado em {{ .SiteName }}"
+ "translation": "[{{ .SiteName }}] Seu MFA foi atualizado"
},
{
"id": "api.templates.mfa_deactivated_body.info",
@@ -2125,7 +2153,7 @@
},
{
"id": "api.templates.password_change_subject",
- "translation": "Sua senha foi atualizada para {{.TeamDisplayName}} no {{ .SiteName }}"
+ "translation": "[{{ .SiteName }}] Sua senha foi atualizada"
},
{
"id": "api.templates.post_body.button",
@@ -2141,7 +2169,11 @@
},
{
"id": "api.templates.post_subject_in_direct_message",
- "translation": "{{.SubjectText}} de {{.TeamDisplayName}} para {{.SenderDisplayName}} em {{.Day}} {{.Month}}, {{.Year}}"
+ "translation": "{{.SubjectText}} de {{.SenderDisplayName}} em {{.Day}} {{.Month}}, {{.Year}}"
+ },
+ {
+ "id": "api.templates.post_subject_in_group_message",
+ "translation": "{{.SubjectText}} de {{.SenderDisplayName}} em {{.Day}} {{.Month}}, {{.Year}}"
},
{
"id": "api.templates.reset_body.button",
@@ -2157,7 +2189,11 @@
},
{
"id": "api.templates.reset_subject",
- "translation": "Resetar sua senha"
+ "translation": "[{{ .SiteName }}] Redefinir sua senha"
+ },
+ {
+ "id": "api.templates.signin_change_email.body.info",
+ "translation": "Você atualizou seu método de login para {{.Method}} em {{ .SiteName }}.<br>Se esta mudança não foi iniciada por você, por favor entre em contato com o administrador do sistema."
},
{
"id": "api.templates.signin_change_email.body.method_email",
@@ -2168,6 +2204,10 @@
"translation": "Você atualizou seu método de login"
},
{
+ "id": "api.templates.signin_change_email.subject",
+ "translation": "[{{ .SiteName }}] Você atualizou seu método de login em {{ .SiteName }}"
+ },
+ {
"id": "api.templates.signup_team_body.button",
"translation": "Configure sua equipe"
},
@@ -2184,14 +2224,6 @@
"translation": "{{ .SiteName }} Configuração da Equipe"
},
{
- "id": "api.templates.singin_change_email.body.info",
- "translation": "Você atualizou seu método de login para {{.Method}} em {{ .SiteName}}.<br>Se esta mudança não foi iniciada por você, por favor entre em contato com o administrador do sistema."
- },
- {
- "id": "api.templates.singin_change_email.subject",
- "translation": "Você atualizou seu método de login em {{ .SiteName }}"
- },
- {
"id": "api.templates.upgrade_30_body.info",
"translation": "<h3 style='font-weight: normal; margin-top: 10px;'>SUAS CONTAS DUPLICADAS FORAM ATUALIZADAS</h3>Seu servidor Mattermost está sendo atualizado para a Versão 3.0, o qual permite que você use uma única conta com múltiplas equipes.<br/><br/>Você está recebendo este email porque durante o processo de atualização foi detectado que sua conta tinha o mesmo email e usuário em outras contas no servidor.<br/><br/>As seguintes atualizações foram feitas: <br/><br/>{{if .EmailChanged }}- O email duplicado da conta na equipe `/{{.TeamName}}` foi alterado para `{{.Email}}`. Se você usa email e senha para login, você pode usar este endereço de email para login.<br/><br/>{{end}}{{if .UsernameChanged }}- O usuário duplicado da conta na na equipe `/{{.TeamName}}` foi alterado para `{{.Username}}` para evitar confusões com outras contas.<br/><br/>{{end}} AÇÃO RECOMENDADA: <br/><br/>É recomendável que você acesse suas equipes usadas por suas contas duplicadas e adicione sua conta principal para a equipe e quaisquer canais públicos e grupos privados que deseja continuar usando. <br/><br/>Isto dá o acesso ao histórico para sua conta primária para todos os canais públicos e grupos privados. Você pode continuar acessando o histórico de mensagens diretas de suas contas duplicadas fazendo login com suas credenciais. <br/><br/>PARA MAIS INFORMAÇÕES: <br/><br/>Para mais informações sobre a atualização para o Mattermost 3.0 consulte: <a href='http://www.mattermost.org/upgrading-to-mattermost-3-0/'>http://www.mattermost.org/upgrading-to-mattermost-3-0/</a><br/><br/>"
},
@@ -2209,7 +2241,7 @@
},
{
"id": "api.templates.username_change_subject",
- "translation": "Seu nome de usuário foi alterado para {{.TeamDisplayName}}"
+ "translation": "[{{ .SiteName }}] Seu nome de usuário foi alterado"
},
{
"id": "api.templates.verify_body.button",
@@ -2253,7 +2285,7 @@
},
{
"id": "api.templates.welcome_subject",
- "translation": "Você entrou {{ .ServerURL }}"
+ "translation": "[{{ .SiteName }}] Você se juntou {{ .ServerURL }}"
},
{
"id": "api.user.activate_mfa.email_and_ldap_only.app_error",
@@ -2357,7 +2389,7 @@
},
{
"id": "api.user.create_user.disabled.app_error",
- "translation": "User creation is disabled."
+ "translation": "Criação de usuário está desabilitada."
},
{
"id": "api.user.create_user.joining.error",
@@ -2569,7 +2601,7 @@
},
{
"id": "api.user.update_oauth_user_attrs.get_user.app_error",
- "translation": "Não foi possível criar o usuário fora do {{.Service}} do objeto de usuário"
+ "translation": "Não foi possível obter o usuário de {{.Service}} do objeto de usuário"
},
{
"id": "api.user.update_password.context.app_error",
@@ -2692,10 +2724,6 @@
"translation": "central de equipes parou para teamId=%v"
},
{
- "id": "api.webhook.create_incoming.disabled.app_error",
- "translation": "Webhooks de entrada foram desabilitados pelo administrador do sistema."
- },
- {
"id": "api.webhook.create_outgoing.disabled.app_error",
"translation": "Webhooks de saída foram desabilitados pelo administrador do sistema."
},
@@ -2732,14 +2760,6 @@
"translation": "Permissões inadequadas para deletar o webhook de saída"
},
{
- "id": "api.webhook.get_incoming.disabled.app_error",
- "translation": "Webhooks de entrada foram desabilitados pelo administrador do sistema."
- },
- {
- "id": "api.webhook.get_outgoing.disabled.app_error",
- "translation": "Webhooks de saída foram desabilitados pelo administrador do sistema."
- },
- {
"id": "api.webhook.incoming.debug",
"translation": "Webhook de entrada recebido. Contendo="
},
@@ -2752,16 +2772,12 @@
"translation": "Inicializando as rotas de API webhook"
},
{
- "id": "api.webhook.regen_outgoing_token.disabled.app_error",
- "translation": "Webhooks de saída foram desabilitados pelo administrador do sistema."
- },
- {
"id": "api.webhook.regen_outgoing_token.permissions.app_error",
"translation": "Permissões inadequadas para gerar novo token do webhook de saída"
},
{
"id": "api.webhook.team_mismatch.app_error",
- "translation": "Não é possível atualizar os comandos entre equipes"
+ "translation": "Não é possível atualizar os webhook entre equipes"
},
{
"id": "api.webhook.update_incoming.disabled.app_error",
@@ -2769,7 +2785,7 @@
},
{
"id": "api.webhook.update_incoming.permissions.app_error",
- "translation": "Permissões inadequadas para deletar o webhook de entrada"
+ "translation": "Permissões inadequadas para atualizar o webhook de entrada"
},
{
"id": "api.webhook.update_outgoing.disabled.app_error",
@@ -2781,15 +2797,15 @@
},
{
"id": "api.webhook.update_outgoing.not_open.app_error",
- "translation": "Webhooks de saída só pode ser criado para canais públicos."
+ "translation": "Webhooks de saída só pode ser atualizado para canais públicos."
},
{
"id": "api.webhook.update_outgoing.permissions.app_error",
- "translation": "Permissões inadequadas para criar o webhook de saída."
+ "translation": "Permissões inadequadas para atualizar o webhook de saída."
},
{
"id": "api.webhook.update_outgoing.triggers.app_error",
- "translation": "Ou trigger_words ou channel_id precisa ser definido"
+ "translation": "Necessita ser definido trigger_words ou channel_id"
},
{
"id": "api.webrtc.disabled.app_error",
@@ -2852,6 +2868,10 @@
"translation": "A linha de dados de importação é do tipo \"channel\" mas o objeto channel é nulo."
},
{
+ "id": "app.import.import_line.null_post.error",
+ "translation": "A linha de dados de importação é do tipo \"post\" mas o objeto post é nulo."
+ },
+ {
"id": "app.import.import_line.null_team.error",
"translation": "A linha de dados de importação é do tipo \"team\" mas o objeto team é nulo."
},
@@ -2864,6 +2884,18 @@
"translation": "A linha de dados de importação possui o tipo desconhecido \"{{.Type}}\"."
},
{
+ "id": "app.import.import_post.channel_not_found.error",
+ "translation": "Erro ao importar post. O canal com o nome \"{{.ChannelName}}\" não foi encontrado."
+ },
+ {
+ "id": "app.import.import_post.team_not_found.error",
+ "translation": "Erro ao importar post. A equipe com o nome \"{{.TeamName}}\" não foi encontrada."
+ },
+ {
+ "id": "app.import.import_post.user_not_found.error",
+ "translation": "Erro ao importar post. O usuário com o nome \"{{.Username}}\" não foi encontrado."
+ },
+ {
"id": "app.import.validate_channel_import_data.create_at_zero.error",
"translation": "Canal create_at precisa ser maior que 0 se informado."
},
@@ -2908,6 +2940,34 @@
"translation": "Faltando a propriedade obrigatória do canal: type."
},
{
+ "id": "app.import.validate_post_import_data.channel_missing.error",
+ "translation": "Propriedade obrigatória do Post não foi informada: Channel."
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_missing.error",
+ "translation": "Propriedade obrigatória do Post não foi informada: create_at."
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_zero.error",
+ "translation": "Post CreateAt não pode ser zero se for informado."
+ },
+ {
+ "id": "app.import.validate_post_import_data.message_length.error",
+ "translation": "A propriedade Message do Post é maior que o comprimento máximo permitido."
+ },
+ {
+ "id": "app.import.validate_post_import_data.message_missing.error",
+ "translation": "Propriedade obrigatória do Post não foi informada: Message."
+ },
+ {
+ "id": "app.import.validate_post_import_data.team_missing.error",
+ "translation": "Propriedade obrigatória do Post não foi informada: Team."
+ },
+ {
+ "id": "app.import.validate_post_import_data.user_missing.error",
+ "translation": "Propriedade obrigatória do Post não foi informada: User."
+ },
+ {
"id": "app.import.validate_team_import_data.allowed_domains_length.error",
"translation": "Equipe allowed_domains é muito longo."
},
@@ -3020,6 +3080,14 @@
"translation": "Falta nome da equipe em Usuário Membro da Equipe."
},
{
+ "id": "authentication.permissions.create_group_channel.description",
+ "translation": "Ability to create new group message channels"
+ },
+ {
+ "id": "authentication.permissions.create_group_channel.name",
+ "translation": "Create Group Message"
+ },
+ {
"id": "authentication.permissions.create_team_roles.description",
"translation": "Capacidade de criar novas equipes"
},
@@ -3549,7 +3617,7 @@
},
{
"id": "model.channel_member.is_valid.email_value.app_error",
- "translation": "Invalid email notification value"
+ "translation": "Valor de notificação de email inválida"
},
{
"id": "model.channel_member.is_valid.notify_level.app_error",
@@ -3557,7 +3625,7 @@
},
{
"id": "model.channel_member.is_valid.push_level.app_error",
- "translation": "Invalid push notification level"
+ "translation": "Nível de notificação de push inválido"
},
{
"id": "model.channel_member.is_valid.role.app_error",
@@ -3596,6 +3664,14 @@
"translation": "Encontramos um erro ao ler o arquivo"
},
{
+ "id": "model.client.set_profile_user.no_file.app_error",
+ "translation": "Nenhum arquivo em 'image' no pedido"
+ },
+ {
+ "id": "model.client.set_profile_user.writer.app_error",
+ "translation": "Não foi possível escrever o pedido"
+ },
+ {
"id": "model.command.is_valid.create_at.app_error",
"translation": "Create deve ser um tempo válido"
},
@@ -4517,7 +4593,7 @@
},
{
"id": "store.sql_channel.analytics_deleted_type_count.app_error",
- "translation": "Não foi possível obter o número de tipos de canal"
+ "translation": "Não foi possível obter as contagens de canais excluídos"
},
{
"id": "store.sql_channel.analytics_type_count.app_error",
@@ -4976,6 +5052,10 @@
"translation": "Não foi possível obter o post pai para o canal"
},
{
+ "id": "store.sql_post.get_posts_created_att.app_error",
+ "translation": "Não foi possível obter as postagens para o canal"
+ },
+ {
"id": "store.sql_post.get_posts_since.app_error",
"translation": "Não foi possível obter as postagens do canal"
},
@@ -4984,6 +5064,10 @@
"translation": "Não foi possível obter as postagens do canal"
},
{
+ "id": "store.sql_post.overwrite.app_error",
+ "translation": "Não foi possível sobrescrever o Post"
+ },
+ {
"id": "store.sql_post.permanent_delete.app_error",
"translation": "Não foi possível deletar o post"
},
@@ -5012,8 +5096,8 @@
"translation": "Você não pode atualizar um Post"
},
{
- "id": "store.sql_post.search.app_error",
- "translation": "Encontramos um erro enquanto procurava por postagens"
+ "id": "store.sql_post.search.warn",
+ "translation": "Query error searching posts: %v"
},
{
"id": "store.sql_post.update.app_error",
@@ -5341,11 +5425,11 @@
},
{
"id": "store.sql_user.analytics_get_inactive_users_count.app_error",
- "translation": "Não foi possível contar os usuários ativos"
+ "translation": "Não foi possível contar os usuários inativos"
},
{
"id": "store.sql_user.analytics_get_system_admin_count.app_error",
- "translation": "We couldn't get the system admin count"
+ "translation": "Não foi possível obter as contagens dos administradores do sistema"
},
{
"id": "store.sql_user.analytics_unique_user_count.app_error",
@@ -5589,7 +5673,7 @@
},
{
"id": "store.sql_webhooks.update_incoming.app_error",
- "translation": "Não foi possível salvar o IncomingWebhook"
+ "translation": "Não foi possível atualizar o Webhook de entrada"
},
{
"id": "store.sql_webhooks.update_outgoing.app_error",
@@ -5620,6 +5704,18 @@
"translation": "Um erro ocorreu durante o salvamento do arquivo {{.Filename}}"
},
{
+ "id": "utils.config.supported_client_locale.app_error",
+ "translation": "Unable to load mattermost configuration file: DefaultClientLocale must be one of the supported locales"
+ },
+ {
+ "id": "utils.config.supported_server_locale.app_error",
+ "translation": "Unable to load mattermost configuration file: DefaultServerLocale must be one of the supported locales"
+ },
+ {
+ "id": "utils.config.validate_locale.app_error",
+ "translation": "Unable to load mattermost configuration file: AvailableLocales must include DefaultClientLocale"
+ },
+ {
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "Análise não inicializada"
},
diff --git a/i18n/ru.json b/i18n/ru.json
index 9e1c861c9..0497f4c22 100644
--- a/i18n/ru.json
+++ b/i18n/ru.json
@@ -220,6 +220,14 @@
"translation": "Неверный ID пользователя при создании приватного канала"
},
{
+ "id": "api.channel.create_group.bad_size.app_error",
+ "translation": "Group message channels must contain at least 3 and no more than 8 users"
+ },
+ {
+ "id": "api.channel.create_group.bad_user.app_error",
+ "translation": "One of the provided users does not exist"
+ },
+ {
"id": "api.channel.delete_channel.archived",
"translation": "%v переместил канал в архив."
},
@@ -892,6 +900,10 @@
"translation": "Перейти к записи"
},
{
+ "id": "api.email_batching.render_batched_post.group_message",
+ "translation": "Group Message"
+ },
+ {
"id": "api.email_batching.render_batched_post.sender.app_error",
"translation": "Невозможно найти отправителя поста для почтового объединения уведомлений"
},
@@ -1155,7 +1167,7 @@
},
{
"id": "api.file.upload_file.bad_parse.app_error",
- "translation": "Unable to upload file. Header cannot be parsed."
+ "translation": "Невозможно загрузить файл. Заголовок не может быть распознан."
},
{
"id": "api.file.upload_file.large_image.app_error",
@@ -1214,6 +1226,10 @@
"translation": "Не удалось проверить адрес электронной почты err=%v"
},
{
+ "id": "api.incoming_webhook.disabled.app_errror",
+ "translation": "Входящие вебхуки были отключены системным администратором."
+ },
+ {
"id": "api.license.add_license.array.app_error",
"translation": "Пустой массив 'license' в запросе"
},
@@ -1800,6 +1816,14 @@
"translation": "При слиянии с существующим аккаунтом: {{.Email}}, {{.Username}}, возникла ошибка добавления пользователя в команду.\r\n"
},
{
+ "id": "api.slackimport.slack_add_users.missing_email_address",
+ "translation": "User {{.Username}} does not have an email address in the Slack export. Using {{.Email}} as a placeholder. The user should update their email address once logged in to the system.\r\n"
+ },
+ {
+ "id": "api.slackimport.slack_add_users.missing_email_address.warn",
+ "translation": "User {{.Username}} does not have an email address in the Slack export. Using {{.Email}} as a placeholder. The user should update their email address once logged in to the system."
+ },
+ {
"id": "api.slackimport.slack_add_users.unable_import",
"translation": "Невозможно импортировать пользователя: {{.Username}}\r\n"
},
@@ -2012,6 +2036,10 @@
"translation": "У Вас нет соответствующих разрешений"
},
{
+ "id": "api.templates.channel_name.group",
+ "translation": "Group Message"
+ },
+ {
"id": "api.templates.email_change_body.info",
"translation": "Ваш адрес электронной почты для {{.TeamDisplayName}} изменен на {{.NewEmail}}. <br> Если Вы не делали это изменение, пожалуйста, обратитесь к системному администратору."
},
@@ -2021,7 +2049,7 @@
},
{
"id": "api.templates.email_change_subject",
- "translation": "Ваш адрес электронной почты был изменен для {{.TeamDisplayName}}"
+ "translation": "[{{ .SiteName }}] Ваш email был изменён"
},
{
"id": "api.templates.email_change_verify_body.button",
@@ -2037,7 +2065,7 @@
},
{
"id": "api.templates.email_change_verify_subject",
- "translation": "Проверьте новый адрес электронной почты для {{.TeamDisplayName}}"
+ "translation": "[{{ .SiteName }}] Подтвердить новый email"
},
{
"id": "api.templates.email_footer",
@@ -2093,7 +2121,7 @@
},
{
"id": "api.templates.invite_subject",
- "translation": "{{ .SenderName }} приглашает Вас присоединиться к команде {{ .TeamDisplayName }} на {{.SiteName}}"
+ "translation": "[{{ .SiteName }}] {{ .SenderName }} invited you to join {{ .TeamDisplayName }} Team"
},
{
"id": "api.templates.mfa_activated_body.info",
@@ -2105,7 +2133,7 @@
},
{
"id": "api.templates.mfa_change_subject",
- "translation": "Ваша MFA обновлена на {{ .SiteName }}"
+ "translation": "[{{ .SiteName }}] Your MFA has been updated"
},
{
"id": "api.templates.mfa_deactivated_body.info",
@@ -2125,7 +2153,7 @@
},
{
"id": "api.templates.password_change_subject",
- "translation": "Ваш пароль был обновлен для команды {{.TeamDisplayName}} на {{ .SiteName }}"
+ "translation": "[{{ .SiteName }}] Your password has been updated"
},
{
"id": "api.templates.post_body.button",
@@ -2144,6 +2172,10 @@
"translation": "{{.SubjectText}} в {{.TeamDisplayName}} от {{.SenderDisplayName}} в {{.Month}} {{.Day}}, {{.Year}}"
},
{
+ "id": "api.templates.post_subject_in_group_message",
+ "translation": "{{.SubjectText}} в {{.TeamDisplayName}} от {{.SenderDisplayName}} в {{.Month}} {{.Day}}, {{.Year}}"
+ },
+ {
"id": "api.templates.reset_body.button",
"translation": "Сброс пароля"
},
@@ -2157,7 +2189,11 @@
},
{
"id": "api.templates.reset_subject",
- "translation": "Сбросить Ваш пароль"
+ "translation": "[{{ .SiteName }}] Reset your password"
+ },
+ {
+ "id": "api.templates.signin_change_email.body.info",
+ "translation": "Вы обновили свой метод входа для {{ .SiteName }} на {{.Method}}.<br>Если это изменение не было сделано Вами, пожалуйста, обратитесь к системному администратору."
},
{
"id": "api.templates.signin_change_email.body.method_email",
@@ -2168,6 +2204,10 @@
"translation": "Вы обновили свой способ входа"
},
{
+ "id": "api.templates.signin_change_email.subject",
+ "translation": "[{{ .SiteName }}] You updated your sign-in method on {{ .SiteName }}"
+ },
+ {
"id": "api.templates.signup_team_body.button",
"translation": "Настройка Вашей команды"
},
@@ -2184,14 +2224,6 @@
"translation": "{{ .SiteName }} настройки команды"
},
{
- "id": "api.templates.singin_change_email.body.info",
- "translation": "Вы обновили свой метод входа для {{ .SiteName }} на {{.Method}}.<br>Если это изменение не было сделано Вами, пожалуйста, обратитесь к системному администратору."
- },
- {
- "id": "api.templates.singin_change_email.subject",
- "translation": "Вы обновили свой метод входа для {{ .SiteName }}"
- },
- {
"id": "api.templates.upgrade_30_body.info",
"translation": "<h3 style='font-weight: normal; margin-top: 10px;'>ВАШИ ДУБЛИРУЮЩИЕ АККАУНТЫ БЫЛИ ОБНОВЛЕНЫ</h3>Ваш сервер Mattermost обновлен до версии 3.0, она позволяет использовать одну учетную запись на несколько команд.<br/><br/>Вы получили это письмо, так как в процессе обновления было найдено, что Ваш аккаунт был привязан к адресу электронной почты или пользователю для другой учетной записи на сервере.<br/><br/>Были выполнены следующие обновления:<br/><br/>{{if .EmailChanged }}-Дубликат адреса электронной почты для команды `/{{.TeamName}}` изменен на `{{.Email}}`. Вам нужно будет использовать этот адрес электронной почты и пароль для входа в систему.<br/><br/>{{end}}{{if .UsernameChanged }}-Дубликат логина для команды `/{{.TeamName}}` изменен на `{{.Username}}`, чтобы избежать путаницы с другими аккаунтами.<br/><br/>{{end}} РЕКОМЕНДОВАННОЕ ДЕЙСТВИЕ: <br/><br/>Мы рекомендуем, чтобы Вы вошли в Ваши команды, используя Ваши дублирующиеся аккаунты и добавили Ваш основной аккаунт в команду, а так же публичные каналы и приватные группы, которые Вы хотите продолжать использовать далее. <br/><br/>Это даст Вашему основному аккаунту доступ ко всем публичным каналам и истории приватных групп. Если Вы хотите получить доступ к истории личных сообщений Ваших дублирующих аккаунтов, Вам нужно войти в систему со своими полномочиями. <br/><br/>ЧТОБЫ ПОЛУЧИТЬ БОЛЬШЕ ИНФОРМАЦИИ: <br/><br/>Для получения дополнительной информации об обновлении до Mattermost 3.0 перейдите по ссылке: <a href='http://www.mattermost.org/upgrading-to-mattermost-3-0/'>http://www.mattermost.org/upgrading-to-mattermost-3-0/</a><br/><br/>"
},
@@ -2209,7 +2241,7 @@
},
{
"id": "api.templates.username_change_subject",
- "translation": "Ваше имя пользователя изменено для {{.TeamDisplayName}}"
+ "translation": "[{{ .SiteName }}] Ваш email был изменён"
},
{
"id": "api.templates.verify_body.button",
@@ -2253,7 +2285,7 @@
},
{
"id": "api.templates.welcome_subject",
- "translation": "Вы присоединились к {{ .ServerURL }}"
+ "translation": "[{{ .SiteName }}] You joined {{ .ServerURL }}"
},
{
"id": "api.user.activate_mfa.email_and_ldap_only.app_error",
@@ -2692,10 +2724,6 @@
"translation": "остановка командного хаба для teamId=%v"
},
{
- "id": "api.webhook.create_incoming.disabled.app_error",
- "translation": "Входящие вебхуки были отключены системным администратором."
- },
- {
"id": "api.webhook.create_outgoing.disabled.app_error",
"translation": "Исходящие вебхуки были отключены системным администратором."
},
@@ -2732,14 +2760,6 @@
"translation": "Отсутствуют права на удаление исходящего вебхука"
},
{
- "id": "api.webhook.get_incoming.disabled.app_error",
- "translation": "Входящие вебхуки отключены системным администратором."
- },
- {
- "id": "api.webhook.get_outgoing.disabled.app_error",
- "translation": "Исходящие вебхуки отключены системным администратором."
- },
- {
"id": "api.webhook.incoming.debug",
"translation": "Входящий вебхук получен. Содержание="
},
@@ -2752,10 +2772,6 @@
"translation": "Инициализация API вебхуков"
},
{
- "id": "api.webhook.regen_outgoing_token.disabled.app_error",
- "translation": "Исходящие вебхуки отключены системным администратором."
- },
- {
"id": "api.webhook.regen_outgoing_token.permissions.app_error",
"translation": "Отсутствуют права на пересоздание токена для исходящего вебхука"
},
@@ -2852,6 +2868,10 @@
"translation": "Строка импорта данных содержит тип \"channel\", но объект channel равен null."
},
{
+ "id": "app.import.import_line.null_post.error",
+ "translation": "Строка импорта данных содержит тип \"team\", но объект team равен null."
+ },
+ {
"id": "app.import.import_line.null_team.error",
"translation": "Строка импорта данных содержит тип \"team\", но объект team равен null."
},
@@ -2864,6 +2884,18 @@
"translation": "Строка импорта данных содержит неизвестный тип \"{{.Type}}\"."
},
{
+ "id": "app.import.import_post.channel_not_found.error",
+ "translation": "Ошибка импорта канала. Команда с именем \"{{.TeamName}}\" не найдена."
+ },
+ {
+ "id": "app.import.import_post.team_not_found.error",
+ "translation": "Ошибка импорта канала. Команда с именем \"{{.TeamName}}\" не найдена."
+ },
+ {
+ "id": "app.import.import_post.user_not_found.error",
+ "translation": "Ошибка импорта канала. Команда с именем \"{{.TeamName}}\" не найдена."
+ },
+ {
"id": "app.import.validate_channel_import_data.create_at_zero.error",
"translation": "Если свойство Channel create_at присутствует, то оно не может быть равно 0."
},
@@ -2908,6 +2940,34 @@
"translation": "Пропущено обязательное свойство channel: type."
},
{
+ "id": "app.import.validate_post_import_data.channel_missing.error",
+ "translation": "Пропущено необходимое свойство team: name."
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_missing.error",
+ "translation": "Пропущено необходимое свойство team: name."
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_zero.error",
+ "translation": "Post CreateAt must not be zero if it is provided."
+ },
+ {
+ "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_post_import_data.message_missing.error",
+ "translation": "Пропущено необходимое свойство team: name."
+ },
+ {
+ "id": "app.import.validate_post_import_data.team_missing.error",
+ "translation": "Пропущено необходимое свойство team: name."
+ },
+ {
+ "id": "app.import.validate_post_import_data.user_missing.error",
+ "translation": "Пропущено необходимое свойство team: name."
+ },
+ {
"id": "app.import.validate_team_import_data.allowed_domains_length.error",
"translation": "Свойство Team allowed_domains слишком длинное."
},
@@ -3020,6 +3080,14 @@
"translation": "Пропущено имя команды в «Участие пользователей в команде»"
},
{
+ "id": "authentication.permissions.create_group_channel.description",
+ "translation": "Ability to create new group message channels"
+ },
+ {
+ "id": "authentication.permissions.create_group_channel.name",
+ "translation": "Create Group Message"
+ },
+ {
"id": "authentication.permissions.create_team_roles.description",
"translation": "Возможность создавать новые команды"
},
@@ -3596,6 +3664,14 @@
"translation": "Возникла ошибка при поиске пользовательских профилей"
},
{
+ "id": "model.client.set_profile_user.no_file.app_error",
+ "translation": "Нет файла 'image' в запросе"
+ },
+ {
+ "id": "model.client.set_profile_user.writer.app_error",
+ "translation": "Не удалось записать запрос"
+ },
+ {
"id": "model.command.is_valid.create_at.app_error",
"translation": "\"Создать в\" должно быть корректным временем"
},
@@ -4976,6 +5052,10 @@
"translation": "Не удалось получить родительские посты для канала"
},
{
+ "id": "store.sql_post.get_posts_created_att.app_error",
+ "translation": "Не удалось получить посты для канала"
+ },
+ {
"id": "store.sql_post.get_posts_since.app_error",
"translation": "Не удалось получить посты для канала"
},
@@ -4984,6 +5064,10 @@
"translation": "Не удалось получить посты для канала"
},
{
+ "id": "store.sql_post.overwrite.app_error",
+ "translation": "Неудачная попытка удалить пост"
+ },
+ {
"id": "store.sql_post.permanent_delete.app_error",
"translation": "Неудачная попытка удалить пост"
},
@@ -5012,8 +5096,8 @@
"translation": "Вы не можете обновить существующий Пост"
},
{
- "id": "store.sql_post.search.app_error",
- "translation": "Возникла ошибка во время поиска постов"
+ "id": "store.sql_post.search.warn",
+ "translation": "Query error searching posts: %v"
},
{
"id": "store.sql_post.update.app_error",
@@ -5620,6 +5704,18 @@
"translation": "Возникла ошибка при сохранении файла в {{.Filename}}"
},
{
+ "id": "utils.config.supported_client_locale.app_error",
+ "translation": "Unable to load mattermost configuration file: DefaultClientLocale must be one of the supported locales"
+ },
+ {
+ "id": "utils.config.supported_server_locale.app_error",
+ "translation": "Unable to load mattermost configuration file: DefaultServerLocale must be one of the supported locales"
+ },
+ {
+ "id": "utils.config.validate_locale.app_error",
+ "translation": "Unable to load mattermost configuration file: AvailableLocales must include DefaultClientLocale"
+ },
+ {
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "Аналитика не инициализирована"
},
diff --git a/i18n/zh_CN.json b/i18n/zh_CN.json
index 80638a28d..cef1f7e9d 100644
--- a/i18n/zh_CN.json
+++ b/i18n/zh_CN.json
@@ -220,6 +220,14 @@
"translation": "用于创建私信频道的用户 ID 无效"
},
{
+ "id": "api.channel.create_group.bad_size.app_error",
+ "translation": "团体消息频道必须至少包含 3 个但不超过 8 位用户"
+ },
+ {
+ "id": "api.channel.create_group.bad_user.app_error",
+ "translation": "有不存在的用户"
+ },
+ {
"id": "api.channel.delete_channel.archived",
"translation": "%v 已归档该频道。"
},
@@ -313,7 +321,7 @@
},
{
"id": "api.channel.post_update_channel_header_message_and_forget.post.error",
- "translation": "更新频道头部消息失败"
+ "translation": "更新频道标题消息失败"
},
{
"id": "api.channel.post_update_channel_header_message_and_forget.removed",
@@ -892,6 +900,10 @@
"translation": "转至发文"
},
{
+ "id": "api.email_batching.render_batched_post.group_message",
+ "translation": "团体消息"
+ },
+ {
"id": "api.email_batching.render_batched_post.sender.app_error",
"translation": "无法找到批量电子邮件通知发送人"
},
@@ -1155,7 +1167,7 @@
},
{
"id": "api.file.upload_file.bad_parse.app_error",
- "translation": "Unable to upload file. Header cannot be parsed."
+ "translation": "无法上传文件。标题无法被解析。"
},
{
"id": "api.file.upload_file.large_image.app_error",
@@ -1214,6 +1226,10 @@
"translation": "设置电子邮件验证失败 err=%v"
},
{
+ "id": "api.incoming_webhook.disabled.app_errror",
+ "translation": "传入的 webhooks 已被系统管理员禁用。"
+ },
+ {
"id": "api.license.add_license.array.app_error",
"translation": "请求中‘许可证’空数组"
},
@@ -1800,6 +1816,14 @@
"translation": "尝试将用户合并到已存在的帐号:{{.Email}},{{.Username}},但是无法添加该用户到本团队。\r\n"
},
{
+ "id": "api.slackimport.slack_add_users.missing_email_address",
+ "translation": "用户 {{.Username}} 在 Slack 导入里没有电子邮箱地址。暂使用 {{.Email}} 代替。用户需要在登入系统后更新他们的邮箱地址。\r\n"
+ },
+ {
+ "id": "api.slackimport.slack_add_users.missing_email_address.warn",
+ "translation": "用户 {{.Username}} 在 Slack 导入里没有电子邮箱地址。暂使用 {{.Email}} 代替。用户需要在登入系统后更新他们的邮箱地址。"
+ },
+ {
"id": "api.slackimport.slack_add_users.unable_import",
"translation": "不能导入用户: {{.Username}}\r\n"
},
@@ -2012,6 +2036,10 @@
"translation": "您没有对应的权限"
},
{
+ "id": "api.templates.channel_name.group",
+ "translation": "团体消息"
+ },
+ {
"id": "api.templates.email_change_body.info",
"translation": "您的邮箱地址从 {{.TeamDisplayName}} 修改为 {{.NewEmail}}。<br>如果您没有做过这个修改,请联系系统管理员。"
},
@@ -2021,7 +2049,7 @@
},
{
"id": "api.templates.email_change_subject",
- "translation": "您的邮箱地址修改为 {{.TeamDisplayName}}"
+ "translation": "[{{ .SiteName }}] 您的邮箱地址已更改"
},
{
"id": "api.templates.email_change_verify_body.button",
@@ -2037,7 +2065,7 @@
},
{
"id": "api.templates.email_change_verify_subject",
- "translation": "验证在 {{.TeamDisplayName}} 上的新电子邮件地址"
+ "translation": "[{{ .SiteName }}] 验证新邮件地址"
},
{
"id": "api.templates.email_footer",
@@ -2093,7 +2121,7 @@
},
{
"id": "api.templates.invite_subject",
- "translation": "{{ .SenderName }} 邀请您加入 {{ .TeamDisplayName }} 团队在 {{.SiteName}}"
+ "translation": "[{{ .SiteName }}] {{ .SenderName }} 邀请您加入 {{ .TeamDisplayName }} 团队"
},
{
"id": "api.templates.mfa_activated_body.info",
@@ -2105,7 +2133,7 @@
},
{
"id": "api.templates.mfa_change_subject",
- "translation": "您在 {{ .SiteName}} 的多重验证已更新"
+ "translation": "[{{ .SiteName }}] 您的多重验证已更新"
},
{
"id": "api.templates.mfa_deactivated_body.info",
@@ -2125,7 +2153,7 @@
},
{
"id": "api.templates.password_change_subject",
- "translation": "您的密码已经被更新 {{.TeamDisplayName}} 在 {{ .SiteName }}"
+ "translation": "[{{ .SiteName }}] 您的密码已更新"
},
{
"id": "api.templates.post_body.button",
@@ -2141,7 +2169,11 @@
},
{
"id": "api.templates.post_subject_in_direct_message",
- "translation": "{{.SubjectText}} 在 {{.TeamDisplayName}} 来自 {{.SenderDisplayName}} 于 {{.Month}} {{.Day}}, {{.Year}}"
+ "translation": "{{.SubjectText}} {{.SenderDisplayName}} 于 {{.Month}} {{.Day}}, {{.Year}}"
+ },
+ {
+ "id": "api.templates.post_subject_in_group_message",
+ "translation": "新团体消息来自 {{ .SenderDisplayName}} 于 {{.Month}} {{.Day}}, {{.Year}}"
},
{
"id": "api.templates.reset_body.button",
@@ -2157,7 +2189,11 @@
},
{
"id": "api.templates.reset_subject",
- "translation": "重设您的密码"
+ "translation": "[{{ .SiteName }}] 重置您的密码"
+ },
+ {
+ "id": "api.templates.signin_change_email.body.info",
+ "translation": "您在 {{.SiteName}} 更新了登录方式为 {{.Method}}。<br>如果这个变更不是由您发起的,请联系您的系统管理员。"
},
{
"id": "api.templates.signin_change_email.body.method_email",
@@ -2168,6 +2204,10 @@
"translation": "您更新了您的登录方式"
},
{
+ "id": "api.templates.signin_change_email.subject",
+ "translation": "[{{ .SiteName }}] 您在 {{ .SiteName }} 更新了您的登入方式"
+ },
+ {
"id": "api.templates.signup_team_body.button",
"translation": "设置您的团队"
},
@@ -2184,14 +2224,6 @@
"translation": "{{ .SiteName }} 团队设置"
},
{
- "id": "api.templates.singin_change_email.body.info",
- "translation": "您在 {{.SiteName}} 更新了登录方式为 {{.Method}}。<br>如果这个变更不是由您发起的,请联系您的系统管理员。"
- },
- {
- "id": "api.templates.singin_change_email.subject",
- "translation": "你已经更新您的登录方法{{ .SiteName }}"
- },
- {
"id": "api.templates.upgrade_30_body.info",
"translation": "<h3 style='font-weight: normal; margin-top: 10px;'>您的多重帐号已更新</h3>您的 Mattermost 伺服器正在升级到版本 3.0,从此您可以在多个团队中使用同一个帐号。<br/><br/>您收到此邮件因为升级过程中发现您的邮箱地址或用户名和另外个帐号重复。<br/><br/>改动如下:<br/><br/>{{if .EmailChanged }}- 在 `/{{.TeamName}}` 团队中重复电子邮件已改为 `{{.Email}}`。你可以使用此新的电子邮件地址和密码登入。<br/><br/>{{end}}{{if .UsernameChanged }}- 在 `/{{.TeamName}}` 团队中重复用户名已改为 `{{.Username}}` 亿避免与其他帐号混淆。<br/><br/>{{end}} 建议操作: <br/><br/>建议您登入重复帐号的团队并将主帐号添加到想继续使用的团队,公开频道以及私有群组。<br/><br/>这样您可以用主帐号访问所有公开频道以及私有群组的历史。您可以继续登入重复帐号来获取私信历史。<br/><br/>更多咨询: <br/><br/>关于更多升级到 Mattermost 3.0 的相关咨询,请参见:<a href='http://www.mattermost.org/upgrading-to-mattermost-3-0/'>http://www.mattermost.org/upgrading-to-mattermost-3-0/</a><br/><br/>"
},
@@ -2209,7 +2241,7 @@
},
{
"id": "api.templates.username_change_subject",
- "translation": "您在 {{.TeamDisplayName}} 的用户名已更改"
+ "translation": "[{{ .SiteName }}] 您的用户名已更改"
},
{
"id": "api.templates.verify_body.button",
@@ -2253,7 +2285,7 @@
},
{
"id": "api.templates.welcome_subject",
- "translation": "您已加入 {{ .ServerURL }}"
+ "translation": "[{{ .SiteName }}] 您加入了 {{ .ServerURL }}"
},
{
"id": "api.user.activate_mfa.email_and_ldap_only.app_error",
@@ -2261,7 +2293,7 @@
},
{
"id": "api.user.add_direct_channels_and_forget.failed.error",
- "translation": "Failed to add direct channel preferences for user user_id={{.UserId}}, team_id={{.TeamId}}, err={{.Error}}"
+ "translation": "添加用户直接频道偏好设定失败 user_id={{.UserId}}, team_id={{.TeamId}}, err={{.Error}}"
},
{
"id": "api.user.authorize_oauth_user.bad_response.app_error",
@@ -2357,7 +2389,7 @@
},
{
"id": "api.user.create_user.disabled.app_error",
- "translation": "User creation is disabled."
+ "translation": "用户创建已停用。"
},
{
"id": "api.user.create_user.joining.error",
@@ -2569,7 +2601,7 @@
},
{
"id": "api.user.update_oauth_user_attrs.get_user.app_error",
- "translation": "无法创建用户 {{.Service}} 用户对象"
+ "translation": "无法从 {{.Service}} 用户对象获取用户"
},
{
"id": "api.user.update_password.context.app_error",
@@ -2692,12 +2724,8 @@
"translation": "团队枢纽停止 teamId=%v"
},
{
- "id": "api.webhook.create_incoming.disabled.app_error",
- "translation": "传入的webhooks已被系统管理员禁用。"
- },
- {
"id": "api.webhook.create_outgoing.disabled.app_error",
- "translation": "传出的webhooks已被系统管理员禁用。"
+ "translation": "传出的 webhooks 已被系统管理员禁用。"
},
{
"id": "api.webhook.create_outgoing.intersect.app_error",
@@ -2732,14 +2760,6 @@
"translation": "无效的删除传出的 webhook 权限"
},
{
- "id": "api.webhook.get_incoming.disabled.app_error",
- "translation": "传入的webhooks已被系统管理员禁用。"
- },
- {
- "id": "api.webhook.get_outgoing.disabled.app_error",
- "translation": "传出的webhooks已被系统管理员禁用。"
- },
- {
"id": "api.webhook.incoming.debug",
"translation": "收到传入的webhook。内容="
},
@@ -2752,16 +2772,12 @@
"translation": "正在初始化 webhook API 路由"
},
{
- "id": "api.webhook.regen_outgoing_token.disabled.app_error",
- "translation": "传出的webhooks已被系统管理员禁用。"
- },
- {
"id": "api.webhook.regen_outgoing_token.permissions.app_error",
"translation": "无效的重新生成传出的 webhook 令牌权限"
},
{
"id": "api.webhook.team_mismatch.app_error",
- "translation": "无法跨团队更新命令"
+ "translation": "无法跨团队更新 webhook"
},
{
"id": "api.webhook.update_incoming.disabled.app_error",
@@ -2769,7 +2785,7 @@
},
{
"id": "api.webhook.update_incoming.permissions.app_error",
- "translation": "无效的删除传入的 webhook 权限"
+ "translation": "无效的更新传入的 webhook 权限"
},
{
"id": "api.webhook.update_outgoing.disabled.app_error",
@@ -2781,15 +2797,15 @@
},
{
"id": "api.webhook.update_outgoing.not_open.app_error",
- "translation": "只有公共频道可以创建传出 webhooks。"
+ "translation": "只有公共频道可以更新传出 webhooks。"
},
{
"id": "api.webhook.update_outgoing.permissions.app_error",
- "translation": "无效的创建传出的 webhook 权限。"
+ "translation": "无效的更新传出的 webhook 权限。"
},
{
"id": "api.webhook.update_outgoing.triggers.app_error",
- "translation": "无论是trigger_words或channel_id必须设置"
+ "translation": "必须设置 rigger_words 或 channel_id"
},
{
"id": "api.webrtc.disabled.app_error",
@@ -2852,6 +2868,10 @@
"translation": "导入数据行有类型 \"channel\" 但频道对象是无。"
},
{
+ "id": "app.import.import_line.null_post.error",
+ "translation": "导入数据行有类型 \"post\" 但消息对象是无。"
+ },
+ {
"id": "app.import.import_line.null_team.error",
"translation": "导入数据行有类型 \"team\" 但团队对象是无。"
},
@@ -2864,6 +2884,18 @@
"translation": "导入数据行有无效的类型 \"{{.Type}}\"。"
},
{
+ "id": "app.import.import_post.channel_not_found.error",
+ "translation": "导入消息失败。无法找到频道 \"{{.ChannelName}}\"。"
+ },
+ {
+ "id": "app.import.import_post.team_not_found.error",
+ "translation": "导入消息失败。无法找到团队 \"{{.TeamName}}\"。"
+ },
+ {
+ "id": "app.import.import_post.user_not_found.error",
+ "translation": "导入消息失败。无法找到用户 \"{{.Username}}\"。"
+ },
+ {
"id": "app.import.validate_channel_import_data.create_at_zero.error",
"translation": "如果提供频道 create_at 则不能为 0。"
},
@@ -2908,6 +2940,34 @@
"translation": "缺少频道必须属性:type。"
},
{
+ "id": "app.import.validate_post_import_data.channel_missing.error",
+ "translation": "缺少消息必须属性:Channel。"
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_missing.error",
+ "translation": "缺少消息必须属性:create_at。"
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_zero.error",
+ "translation": "如果提供消息 CreateAt 则不能为零。"
+ },
+ {
+ "id": "app.import.validate_post_import_data.message_length.error",
+ "translation": "消息属性超过允许的最大长度。"
+ },
+ {
+ "id": "app.import.validate_post_import_data.message_missing.error",
+ "translation": "缺少消息必须属性:Message。"
+ },
+ {
+ "id": "app.import.validate_post_import_data.team_missing.error",
+ "translation": "缺少消息必须属性:Team。"
+ },
+ {
+ "id": "app.import.validate_post_import_data.user_missing.error",
+ "translation": "缺少消息必须属性:User。"
+ },
+ {
"id": "app.import.validate_team_import_data.allowed_domains_length.error",
"translation": "团队 allowed_domains 过长。"
},
@@ -2957,11 +3017,11 @@
},
{
"id": "app.import.validate_user_channels_import_data.invalid_notify_props_desktop.error",
- "translation": "Invalid Desktop NotifyProps for User's Channel Membership."
+ "translation": "用户的频道身份的桌面 NotifyProps 无效。"
},
{
"id": "app.import.validate_user_channels_import_data.invalid_notify_props_mark_unread.error",
- "translation": "Invalid MarkUnread NotifyProps for User's Channel Membership."
+ "translation": "用户的频道身份的 MarkUnread NotifyProps 无效。"
},
{
"id": "app.import.validate_user_channels_import_data.invalid_roles.error",
@@ -3020,6 +3080,14 @@
"translation": "用户的团队成员资格中缺少团队名称。"
},
{
+ "id": "authentication.permissions.create_group_channel.description",
+ "translation": "允许新建团体消息频道"
+ },
+ {
+ "id": "authentication.permissions.create_group_channel.name",
+ "translation": "创建团体消息"
+ },
+ {
"id": "authentication.permissions.create_team_roles.description",
"translation": "能创建新团队"
},
@@ -3549,7 +3617,7 @@
},
{
"id": "model.channel_member.is_valid.email_value.app_error",
- "translation": "Invalid email notification value"
+ "translation": "无效的电子邮件通知值"
},
{
"id": "model.channel_member.is_valid.notify_level.app_error",
@@ -3557,7 +3625,7 @@
},
{
"id": "model.channel_member.is_valid.push_level.app_error",
- "translation": "Invalid push notification level"
+ "translation": "无效的推送通知等级"
},
{
"id": "model.channel_member.is_valid.role.app_error",
@@ -3593,7 +3661,15 @@
},
{
"id": "model.client.read_file.app_error",
- "translation": "我们查找用户配置文件遇到了一个错误"
+ "translation": "我们在读取文件时遇到了一个错误"
+ },
+ {
+ "id": "model.client.set_profile_user.no_file.app_error",
+ "translation": "缺少请求中的 '图片' 文件"
+ },
+ {
+ "id": "model.client.set_profile_user.writer.app_error",
+ "translation": "无法写入请求"
},
{
"id": "model.command.is_valid.create_at.app_error",
@@ -4517,7 +4593,7 @@
},
{
"id": "store.sql_channel.analytics_deleted_type_count.app_error",
- "translation": "我们无法获取频道类型数"
+ "translation": "我们无法获取已删除的频道类型数"
},
{
"id": "store.sql_channel.analytics_type_count.app_error",
@@ -4976,6 +5052,10 @@
"translation": "我们无法获取这个频道的父信息"
},
{
+ "id": "store.sql_post.get_posts_created_att.app_error",
+ "translation": "我们无法获取这个频道的消息"
+ },
+ {
"id": "store.sql_post.get_posts_since.app_error",
"translation": "我们无法获取这个频道的信息"
},
@@ -4984,6 +5064,10 @@
"translation": "我们无法获取这个频道的信息"
},
{
+ "id": "store.sql_post.overwrite.app_error",
+ "translation": "我们无法覆盖消息"
+ },
+ {
"id": "store.sql_post.permanent_delete.app_error",
"translation": "我们无法删除这个邮件"
},
@@ -5012,8 +5096,8 @@
"translation": "您不能更新一个村庄的邮件"
},
{
- "id": "store.sql_post.search.app_error",
- "translation": "我们在搜索邮件时出现一个错误"
+ "id": "store.sql_post.search.warn",
+ "translation": "搜索消息查询错误:%v"
},
{
"id": "store.sql_post.update.app_error",
@@ -5341,11 +5425,11 @@
},
{
"id": "store.sql_user.analytics_get_inactive_users_count.app_error",
- "translation": "我们无法计算启用的用户数"
+ "translation": "我们无法计算未活动的用户数"
},
{
"id": "store.sql_user.analytics_get_system_admin_count.app_error",
- "translation": "We couldn't get the system admin count"
+ "translation": "我们无法获取系统管理数"
},
{
"id": "store.sql_user.analytics_unique_user_count.app_error",
@@ -5589,7 +5673,7 @@
},
{
"id": "store.sql_webhooks.update_incoming.app_error",
- "translation": "我们不能保存传入的 webhook"
+ "translation": "我们无法更新 IncomingWebhook"
},
{
"id": "store.sql_webhooks.update_outgoing.app_error",
@@ -5620,6 +5704,18 @@
"translation": "保存文件时出错 {{.Filename}}"
},
{
+ "id": "utils.config.supported_client_locale.app_error",
+ "translation": "无法加载 Mattermost 配置文件:DefaultClientLocale 必须为支持的区域"
+ },
+ {
+ "id": "utils.config.supported_server_locale.app_error",
+ "translation": "无法加载 Mattermost 配置文件:DefaultServerLocale 必须为支持的区域"
+ },
+ {
+ "id": "utils.config.validate_locale.app_error",
+ "translation": "无法加载 Mattermost 配置文件:AvailableLocales 必须包含 DefaultClientLocale"
+ },
+ {
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "解析未初始化"
},
diff --git a/i18n/zh_TW.json b/i18n/zh_TW.json
index 2e8d8d668..7eeb068c3 100644
--- a/i18n/zh_TW.json
+++ b/i18n/zh_TW.json
@@ -217,7 +217,15 @@
},
{
"id": "api.channel.create_direct_channel.invalid_user.app_error",
- "translation": "Invalid user ID for direct channel creation"
+ "translation": "建立直接傳訊頻道的使用者 ID 無效"
+ },
+ {
+ "id": "api.channel.create_group.bad_size.app_error",
+ "translation": "群組訊息頻道必須含有至少三個至多八個使用者"
+ },
+ {
+ "id": "api.channel.create_group.bad_user.app_error",
+ "translation": "有不存在的使用者"
},
{
"id": "api.channel.delete_channel.archived",
@@ -892,6 +900,10 @@
"translation": "前往發文"
},
{
+ "id": "api.email_batching.render_batched_post.group_message",
+ "translation": "群組訊息"
+ },
+ {
"id": "api.email_batching.render_batched_post.sender.app_error",
"translation": "找不到批次郵件通知文章的發文者"
},
@@ -1155,7 +1167,7 @@
},
{
"id": "api.file.upload_file.bad_parse.app_error",
- "translation": "Unable to upload file. Header cannot be parsed."
+ "translation": "無法上傳檔案。無法解析標頭。"
},
{
"id": "api.file.upload_file.large_image.app_error",
@@ -1214,6 +1226,10 @@
"translation": "設定電子郵件為已驗證時失敗 err=%v"
},
{
+ "id": "api.incoming_webhook.disabled.app_errror",
+ "translation": "傳入的 Webhook 已被系統管理員停用。"
+ },
+ {
"id": "api.license.add_license.array.app_error",
"translation": "要求中的 'license' 欄位為空陣列"
},
@@ -1800,6 +1816,14 @@
"translation": "嘗試與現有帳號整合使用者:{{.Email}}、{{.Username}},但是無法將此使用者加入此團隊。\r\n"
},
{
+ "id": "api.slackimport.slack_add_users.missing_email_address",
+ "translation": "使用者{{.Username}}在Slack匯出資料中沒有電子郵件地址。{{.Email}}將會被用作預留地址。使用者在登入系統後應更新電子郵件地址。\r\n"
+ },
+ {
+ "id": "api.slackimport.slack_add_users.missing_email_address.warn",
+ "translation": "使用者{{.Username}}在Slack匯出資料中沒有電子郵件地址。{{.Email}}將會被用作預留地址。使用者在登入系統後應更新電子郵件地址。"
+ },
+ {
"id": "api.slackimport.slack_add_users.unable_import",
"translation": "無法匯入使用者: {{.Username}}\r\n"
},
@@ -2012,6 +2036,10 @@
"translation": "您沒有適當的權限"
},
{
+ "id": "api.templates.channel_name.group",
+ "translation": "群組訊息"
+ },
+ {
"id": "api.templates.email_change_body.info",
"translation": "您在 {{.TeamDisplayName}} 上的電子郵件地址已經變更為 {{.NewEmail}}。<br>如果這不是您所變更的,請聯繫系統管理員。"
},
@@ -2021,7 +2049,7 @@
},
{
"id": "api.templates.email_change_subject",
- "translation": "您在 {{.TeamDisplayName}} 上的電子郵件地址已經變更"
+ "translation": "[{{ .SiteName }}] 電子郵件地址已變更"
},
{
"id": "api.templates.email_change_verify_body.button",
@@ -2037,7 +2065,7 @@
},
{
"id": "api.templates.email_change_verify_subject",
- "translation": "驗證在 {{.TeamDisplayName}} 上的新電子郵件地址"
+ "translation": "[{{ .SiteName }}] 驗證新的電子郵件地址"
},
{
"id": "api.templates.email_footer",
@@ -2093,7 +2121,7 @@
},
{
"id": "api.templates.invite_subject",
- "translation": "{{ .SenderName }} 已經邀請您加入 {{.SiteName}} 上的 {{ .TeamDisplayName }} 團隊"
+ "translation": "[{{ .SiteName }}] {{ .SenderName }} 邀請您加入團隊 {{ .TeamDisplayName }}"
},
{
"id": "api.templates.mfa_activated_body.info",
@@ -2105,7 +2133,7 @@
},
{
"id": "api.templates.mfa_change_subject",
- "translation": "{{ .SiteName}}的多重要素驗證已更新"
+ "translation": "[{{ .SiteName }}] 多重要素驗證已更新"
},
{
"id": "api.templates.mfa_deactivated_body.info",
@@ -2125,7 +2153,7 @@
},
{
"id": "api.templates.password_change_subject",
- "translation": "您在 {{ .SiteName }} 上的 {{.TeamDisplayName}} 密碼已經更新"
+ "translation": "[{{ .SiteName }}] 密碼已更新"
},
{
"id": "api.templates.post_body.button",
@@ -2141,7 +2169,11 @@
},
{
"id": "api.templates.post_subject_in_direct_message",
- "translation": "{{.SubjectText}},來自於{{.TeamDisplayName}}團隊的{{.SenderDisplayName}},發於 {{.Year}} {{.Month}} {{.Day}}"
+ "translation": "{{.SubjectText}},來自{{.SenderDisplayName}},發於 {{.Year}} {{.Month}} {{.Day}}"
+ },
+ {
+ "id": "api.templates.post_subject_in_group_message",
+ "translation": "來自 {{.SenderDisplayName}} 的群組訊息,發於 {{.Year}} {{.Month}} {{.Day}}"
},
{
"id": "api.templates.reset_body.button",
@@ -2157,7 +2189,11 @@
},
{
"id": "api.templates.reset_subject",
- "translation": "重新設定密碼"
+ "translation": "[{{ .SiteName }}] 重置密碼"
+ },
+ {
+ "id": "api.templates.signin_change_email.body.info",
+ "translation": "您已經將 {{ .SiteName }} 上的登入方式變更為 {{.Method}}。<br>如果這項變更不是您做的,請聯繫系統管理員。"
},
{
"id": "api.templates.signin_change_email.body.method_email",
@@ -2168,6 +2204,10 @@
"translation": "已變更登入方式"
},
{
+ "id": "api.templates.signin_change_email.subject",
+ "translation": "[{{ .SiteName }}] 在{{ .SiteName}}的登入方式已更新"
+ },
+ {
"id": "api.templates.signup_team_body.button",
"translation": "設定團隊"
},
@@ -2184,14 +2224,6 @@
"translation": "{{ .SiteName }} 團隊設定"
},
{
- "id": "api.templates.singin_change_email.body.info",
- "translation": "您已經將 {{ .SiteName }} 上的登入方式變更為 {{.Method}}。<br>如果這項變更不是您做的,請聯繫系統管理員。"
- },
- {
- "id": "api.templates.singin_change_email.subject",
- "translation": "您已經變更了 {{ .SiteName }} 上 {{.TeamDisplayName}} 的登入方式"
- },
- {
"id": "api.templates.upgrade_30_body.info",
"translation": "<h3 style='font-weight: normal; margin-top: 10px;'>您的多重帳號已更新</h3> Mattermost 伺服器已升級到版本3.0,從此可以在多個團隊中使用同一帳號。<br/><br/>升級程式發現伺服器上有您的帳號所以寄信給您。<br/><br/>更新如下:<br/><br/>{{if .EmailChanged }}- `/{{.TeamName}}`帳號中重覆的電子郵件已變更為`{{.Email}}`。您必須使用電子郵件與密碼登入,可用此新的電子郵件進行登入。<br/><br/>{{end}}{{if .UsernameChanged }}- `/{{.TeamName}}`站台重覆的使用者名稱變更為`{{.Username}}`以避免與其它的帳號混淆。<br/><br/>{{end}} 建議動作:<br/><br/>建議您用重覆的帳號登入並把主要帳號加到要繼續使用的團隊、公開頻道與私有群組。<br/><br/>這樣方可使用主要帳號存取所有公開頻道與私有群組的歷史。可以用其它重覆的帳號登入存取之前的直接傳送訊息。<br/><br/>詳細訊息:<br/><br/>如需關於升到到 Mattermost 3.0 的詳細資訊,請參閱:<a href='http://www.mattermost.org/upgrading-to-mattermost-3-0/'>http://www.mattermost.org/upgrading-to-mattermost-3-0/</a><br/><br/>"
},
@@ -2209,7 +2241,7 @@
},
{
"id": "api.templates.username_change_subject",
- "translation": "使用者名稱已變更為{{.TeamDisplayName}}"
+ "translation": "[{{ .SiteName }}] 使用者名稱已變更"
},
{
"id": "api.templates.verify_body.button",
@@ -2253,7 +2285,7 @@
},
{
"id": "api.templates.welcome_subject",
- "translation": "已加入{{ .ServerURL }}"
+ "translation": "[{{ .SiteName }}] 已加入 {{ .ServerURL }}"
},
{
"id": "api.user.activate_mfa.email_and_ldap_only.app_error",
@@ -2357,7 +2389,7 @@
},
{
"id": "api.user.create_user.disabled.app_error",
- "translation": "User creation is disabled."
+ "translation": "建立使用者已被停用"
},
{
"id": "api.user.create_user.joining.error",
@@ -2569,7 +2601,7 @@
},
{
"id": "api.user.update_oauth_user_attrs.get_user.app_error",
- "translation": "無法建立用於 {{.Service}} 的使用者物件"
+ "translation": "無法從 {{.Service}} 使用者物件取得使用者"
},
{
"id": "api.user.update_password.context.app_error",
@@ -2692,10 +2724,6 @@
"translation": "正在停止團隊中心 teamId=%v"
},
{
- "id": "api.webhook.create_incoming.disabled.app_error",
- "translation": "傳入的 Webhook 已被系統管理員停用。"
- },
- {
"id": "api.webhook.create_outgoing.disabled.app_error",
"translation": "傳出的 Webhook 已被系統管理員停用。"
},
@@ -2721,7 +2749,7 @@
},
{
"id": "api.webhook.delete_incoming.permissions.app_error",
- "translation": "沒有適當的權限刪除傳入的 Webhook"
+ "translation": "沒有權限刪除傳入的 Webhook"
},
{
"id": "api.webhook.delete_outgoing.disabled.app_error",
@@ -2732,14 +2760,6 @@
"translation": "沒有適當的權限刪除傳出的 Webhook"
},
{
- "id": "api.webhook.get_incoming.disabled.app_error",
- "translation": "傳入的 Webhook 已被系統管理員停用"
- },
- {
- "id": "api.webhook.get_outgoing.disabled.app_error",
- "translation": "傳出的 Webhook 已被系統管理員停用"
- },
- {
"id": "api.webhook.incoming.debug",
"translation": "收到傳入的 Webhook。內容="
},
@@ -2752,16 +2772,12 @@
"translation": "正在初始化 Webhook API 路徑"
},
{
- "id": "api.webhook.regen_outgoing_token.disabled.app_error",
- "translation": "傳出的 Webhook 已被系統管理員停用"
- },
- {
"id": "api.webhook.regen_outgoing_token.permissions.app_error",
"translation": "沒有適當的權限重新產生傳出的 Webhook Token"
},
{
"id": "api.webhook.team_mismatch.app_error",
- "translation": "無法更新不同團隊的指令"
+ "translation": "無法更新不同團隊的 Webhook"
},
{
"id": "api.webhook.update_incoming.disabled.app_error",
@@ -2769,7 +2785,7 @@
},
{
"id": "api.webhook.update_incoming.permissions.app_error",
- "translation": "沒有適當的權限刪除傳入的 Webhook"
+ "translation": "沒有適當的權限更新傳入的 Webhook"
},
{
"id": "api.webhook.update_outgoing.disabled.app_error",
@@ -2781,11 +2797,11 @@
},
{
"id": "api.webhook.update_outgoing.not_open.app_error",
- "translation": "只有公開頻道可以建立傳出的 Webhook。"
+ "translation": "只有公開頻道可以更新傳出的 Webhook。"
},
{
"id": "api.webhook.update_outgoing.permissions.app_error",
- "translation": "沒有適當的權限建立傳出的 Webhook。"
+ "translation": "沒有適當的權限更新傳出的 Webhook。"
},
{
"id": "api.webhook.update_outgoing.triggers.app_error",
@@ -2852,6 +2868,10 @@
"translation": "匯入資料行資料型別為\"頻道\"但頻道物件為 null"
},
{
+ "id": "app.import.import_line.null_post.error",
+ "translation": "匯入資料行資料型別為\"訊息\"但訊息物件為 null"
+ },
+ {
"id": "app.import.import_line.null_team.error",
"translation": "匯入資料行資料型別為\"團隊\"但團隊物件為 null"
},
@@ -2864,6 +2884,18 @@
"translation": "匯入資料行型別為未知型別 \"{{.Type}}\"。"
},
{
+ "id": "app.import.import_post.channel_not_found.error",
+ "translation": "匯入訊息失敗。不存在名字為 \"{{.Channelame}}\" 的頻道。"
+ },
+ {
+ "id": "app.import.import_post.team_not_found.error",
+ "translation": "匯入訊息失敗。不存在名字為 \"{{.TeamName}}\" 的團隊。"
+ },
+ {
+ "id": "app.import.import_post.user_not_found.error",
+ "translation": "匯入訊息失敗。不存在名字為 \"{{.Username}}\" 的使用者。"
+ },
+ {
"id": "app.import.validate_channel_import_data.create_at_zero.error",
"translation": "如果有提供頻道建立時間,該值不能為 0。"
},
@@ -2908,6 +2940,34 @@
"translation": "缺少必要的頻道屬性:類型。"
},
{
+ "id": "app.import.validate_post_import_data.channel_missing.error",
+ "translation": "缺少必要的訊息屬性:頻道。"
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_missing.error",
+ "translation": "缺少必要的訊息屬性:建立日期。"
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_zero.error",
+ "translation": "如果有提供,訊息建立日期不能為零。"
+ },
+ {
+ "id": "app.import.validate_post_import_data.message_length.error",
+ "translation": "訊息屬性長度超過允許的最大長度"
+ },
+ {
+ "id": "app.import.validate_post_import_data.message_missing.error",
+ "translation": "缺少必要的訊息屬性:訊息。"
+ },
+ {
+ "id": "app.import.validate_post_import_data.team_missing.error",
+ "translation": "缺少必要的訊息屬性:團隊。"
+ },
+ {
+ "id": "app.import.validate_post_import_data.user_missing.error",
+ "translation": "缺少必要的訊息屬性:使用者。"
+ },
+ {
"id": "app.import.validate_team_import_data.allowed_domains_length.error",
"translation": "團隊允許網域過長。"
},
@@ -2957,11 +3017,11 @@
},
{
"id": "app.import.validate_user_channels_import_data.invalid_notify_props_desktop.error",
- "translation": "Invalid Desktop NotifyProps for User's Channel Membership."
+ "translation": "使用者頻道成員身份的桌面 NotifyProps 無效"
},
{
"id": "app.import.validate_user_channels_import_data.invalid_notify_props_mark_unread.error",
- "translation": "Invalid MarkUnread NotifyProps for User's Channel Membership."
+ "translation": "使用者頻道成員身份的標注未讀 NotifyProps 無效"
},
{
"id": "app.import.validate_user_channels_import_data.invalid_roles.error",
@@ -3020,6 +3080,14 @@
"translation": "使用者團隊資料中缺少團隊名字。"
},
{
+ "id": "authentication.permissions.create_group_channel.description",
+ "translation": "允許建立新的群組訊息頻道"
+ },
+ {
+ "id": "authentication.permissions.create_group_channel.name",
+ "translation": "建立群組訊息"
+ },
+ {
"id": "authentication.permissions.create_team_roles.description",
"translation": "允許建立團隊"
},
@@ -3549,7 +3617,7 @@
},
{
"id": "model.channel_member.is_valid.email_value.app_error",
- "translation": "Invalid email notification value"
+ "translation": "無效的電子郵件通知值"
},
{
"id": "model.channel_member.is_valid.notify_level.app_error",
@@ -3557,7 +3625,7 @@
},
{
"id": "model.channel_member.is_valid.push_level.app_error",
- "translation": "Invalid push notification level"
+ "translation": "無效的推播通知等級"
},
{
"id": "model.channel_member.is_valid.role.app_error",
@@ -3593,7 +3661,15 @@
},
{
"id": "model.client.read_file.app_error",
- "translation": "尋找使用者資訊時遇到錯誤"
+ "translation": "讀取檔案時遇到錯誤"
+ },
+ {
+ "id": "model.client.set_profile_user.no_file.app_error",
+ "translation": "要求的 'image' 欄位沒有檔案"
+ },
+ {
+ "id": "model.client.set_profile_user.writer.app_error",
+ "translation": "無法寫入要求"
},
{
"id": "model.command.is_valid.create_at.app_error",
@@ -4517,7 +4593,7 @@
},
{
"id": "store.sql_channel.analytics_deleted_type_count.app_error",
- "translation": "無法取得頻道類別數量"
+ "translation": "無法取得已刪除的頻道類別數量"
},
{
"id": "store.sql_channel.analytics_type_count.app_error",
@@ -4976,6 +5052,10 @@
"translation": "無法取得該頻道的上層訊息"
},
{
+ "id": "store.sql_post.get_posts_created_att.app_error",
+ "translation": "無法取得該頻道的訊息"
+ },
+ {
"id": "store.sql_post.get_posts_since.app_error",
"translation": "無法取得該頻道的訊息"
},
@@ -4984,6 +5064,10 @@
"translation": "無法取得該頻道的訊息"
},
{
+ "id": "store.sql_post.overwrite.app_error",
+ "translation": "無法覆蓋訊息"
+ },
+ {
"id": "store.sql_post.permanent_delete.app_error",
"translation": "無法刪除訊息"
},
@@ -5012,8 +5096,8 @@
"translation": "無法更新已存在的訊息"
},
{
- "id": "store.sql_post.search.app_error",
- "translation": "尋找訊息時遇到錯誤"
+ "id": "store.sql_post.search.warn",
+ "translation": "搜尋訊息查詢錯誤:%v"
},
{
"id": "store.sql_post.update.app_error",
@@ -5341,11 +5425,11 @@
},
{
"id": "store.sql_user.analytics_get_inactive_users_count.app_error",
- "translation": "無法計算活躍使用者的數量"
+ "translation": "無法計算非活躍使用者的數量"
},
{
"id": "store.sql_user.analytics_get_system_admin_count.app_error",
- "translation": "We couldn't get the system admin count"
+ "translation": "無法計算系統管理員的數量"
},
{
"id": "store.sql_user.analytics_unique_user_count.app_error",
@@ -5589,7 +5673,7 @@
},
{
"id": "store.sql_webhooks.update_incoming.app_error",
- "translation": "無法儲存傳入的 Webhook"
+ "translation": "無法更新傳入的 Webhook"
},
{
"id": "store.sql_webhooks.update_outgoing.app_error",
@@ -5620,6 +5704,18 @@
"translation": "儲存檔案到 {{.Filename}} 時發生錯誤"
},
{
+ "id": "utils.config.supported_client_locale.app_error",
+ "translation": "無法讀入 Mattermost 設定檔: DefaultClientLocale 必須為支援的地域"
+ },
+ {
+ "id": "utils.config.supported_server_locale.app_error",
+ "translation": "無法讀入 Mattermost 設定檔: DefaultServerLocale 必須為支援的地域"
+ },
+ {
+ "id": "utils.config.validate_locale.app_error",
+ "translation": "無法讀入 Mattermost 設定檔: AvaiableLocales 必須為包含 DefaultClientLocale"
+ },
+ {
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "分析尚未初始化"
},