summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-03-30 19:07:53 -0300
committerGitHub <noreply@github.com>2017-03-30 19:07:53 -0300
commitbd5b6f19caaeaa339a0305830f7d70ab68b481ff (patch)
tree1086fa72f39306ee3798c0def37128a878e24de2 /i18n
parent4092836c94a7b47584b0f32e2eeccafd38bc0e3d (diff)
downloadchat-bd5b6f19caaeaa339a0305830f7d70ab68b481ff.tar.gz
chat-bd5b6f19caaeaa339a0305830f7d70ab68b481ff.tar.bz2
chat-bd5b6f19caaeaa339a0305830f7d70ab68b481ff.zip
translations PR 20170328 (#5899)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/de.json44
-rw-r--r--i18n/en.json72
-rw-r--r--i18n/es.json44
-rw-r--r--i18n/fr.json44
-rw-r--r--i18n/ja.json44
-rw-r--r--i18n/ko.json46
-rw-r--r--i18n/nl.json44
-rw-r--r--i18n/pt-BR.json44
-rw-r--r--i18n/ru.json44
-rw-r--r--i18n/zh-CN.json62
-rw-r--r--i18n/zh-TW.json44
11 files changed, 486 insertions, 46 deletions
diff --git a/i18n/de.json b/i18n/de.json
index d990ff500..0323715fd 100644
--- a/i18n/de.json
+++ b/i18n/de.json
@@ -816,6 +816,10 @@
"translation": "Initialisiere Befehle-API-Routen"
},
{
+ "id": "api.config.client.old_format.app_error",
+ "translation": "New format for the client configuration is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.context.404.app_error",
"translation": "Entschuldigung, wir können die Seite nicht finden."
},
@@ -1286,6 +1290,10 @@
"translation": "Diese Lizenz unterstützt maximal {{.Users}}, wobei ihr System derzeit {{.Count}} eindeutige Benutzer umfasst. Eindeutige Benutzer werden anhand der E-Mail-Adresse gezählt. Die Anzahl der Benutzer lässt sich unter Seiten Berichte -> Statistiken anzeigen einsehen."
},
{
+ "id": "api.license.client.old_format.app_error",
+ "translation": "New format for the client license is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.license.init.debug",
"translation": "Initialisiere Lizenz-API-Routen"
},
@@ -1928,6 +1936,10 @@
"translation": "Initialisiere Status-API-Routen"
},
{
+ "id": "api.status.init.debug",
+ "translation": "Initialisiere Status-API-Routen"
+ },
+ {
"id": "api.status.last_activity.error",
"translation": "Fehler beim Update von LastActivityAt für user_id=%v und session_id=%v, err=%v"
},
@@ -1936,6 +1948,22 @@
"translation": "Fehler beim Speichern des Status für user_id=%v, err=%v"
},
{
+ "id": "api.status.user_not_found.app_error",
+ "translation": "User not found"
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_data.app_error",
+ "translation": "Invalid data."
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_invite_id.app_error",
+ "translation": "Invalid invite id. No team matches with this invite id."
+ },
+ {
+ "id": "api.team.add_user_to_team.missing_parameter.app_error",
+ "translation": "Parameter required to add user to team."
+ },
+ {
"id": "api.team.create_team.email_disabled.app_error",
"translation": "Anmeldung mit einer E-Mail-Adresse ist deaktiviert."
},
@@ -3128,6 +3156,14 @@
"translation": "Teamrollen verwalten"
},
{
+ "id": "authentication.permissions.read_public_channel.description",
+ "translation": "Ability to read public channels"
+ },
+ {
+ "id": "authentication.permissions.read_public_channel.name",
+ "translation": "Read Public Channels"
+ },
+ {
"id": "authentication.permissions.team_invite_user.description",
"translation": "Die Möglichkeit, Benutzer in ein Team einzuladen"
},
@@ -4680,6 +4716,14 @@
"translation": "Es wurden keine Kanäle gefunden"
},
{
+ "id": "store.sql_channel.get_channels_by_ids.get.app_error",
+ "translation": "Es konnten nicht alle Kanäle abgerufen werden"
+ },
+ {
+ "id": "store.sql_channel.get_channels_by_ids.not_found.app_error",
+ "translation": "No channel found"
+ },
+ {
"id": "store.sql_channel.get_deleted_by_name.existing.app_error",
"translation": "Der bestehende gelöschte Kanal konnte nicht gefunden werden"
},
diff --git a/i18n/en.json b/i18n/en.json
index 0082f7768..158fffa92 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -48,14 +48,6 @@
"translation": "September"
},
{
- "id": "api.config.client.old_format.app_error",
- "translation": "New format for the client configuration is not supported yet. Please specify format=old in the query string."
- },
- {
- "id": "api.license.client.old_format.app_error",
- "translation": "New format for the client license is not supported yet. Please specify format=old in the query string."
- },
- {
"id": "api.admin.add_certificate.no_file.app_error",
"translation": "No file under 'certificate' in request"
},
@@ -844,6 +836,10 @@
"translation": "Initializing compliance API routes"
},
{
+ "id": "api.config.client.old_format.app_error",
+ "translation": "New format for the client configuration is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.context.404.app_error",
"translation": "Sorry, we could not find the page."
},
@@ -1314,6 +1310,10 @@
"translation": "This license only supports {{.Users}} users, when your system has {{.Count}} unique users. Unique users are counted distinctly by email address. You can see total user count under Site Reports -> View Statistics."
},
{
+ "id": "api.license.client.old_format.app_error",
+ "translation": "New format for the client license is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.license.init.debug",
"translation": "Initializing license API routes"
},
@@ -1956,6 +1956,10 @@
"translation": "Initializing status API routes"
},
{
+ "id": "api.status.init.debug",
+ "translation": "Initializing status API routes"
+ },
+ {
"id": "api.status.last_activity.error",
"translation": "Failed to update LastActivityAt for user_id=%v and session_id=%v, err=%v"
},
@@ -1964,6 +1968,22 @@
"translation": "Failed to save status for user_id=%v, err=%v"
},
{
+ "id": "api.status.user_not_found.app_error",
+ "translation": "User not found"
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_data.app_error",
+ "translation": "Invalid data."
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_invite_id.app_error",
+ "translation": "Invalid invite id. No team matches with this invite id."
+ },
+ {
+ "id": "api.team.add_user_to_team.missing_parameter.app_error",
+ "translation": "Parameter required to add user to team."
+ },
+ {
"id": "api.team.create_team.email_disabled.app_error",
"translation": "Team sign-up with email is disabled."
},
@@ -2072,18 +2092,6 @@
"translation": "Permanently deleted team %v id=%v"
},
{
- "id": "api.team.add_user_to_team.missing_parameter.app_error",
- "translation": "Parameter required to add user to team."
- },
- {
- "id": "api.team.add_user_to_team.invalid_invite_id.app_error",
- "translation": "Invalid invite id. No team matches with this invite id."
- },
- {
- "id": "api.team.add_user_to_team.invalid_data.app_error",
- "translation": "Invalid data."
- },
- {
"id": "api.team.remove_user_from_team.missing.app_error",
"translation": "The user does not appear to be part of this team."
},
@@ -2512,10 +2520,6 @@
"translation": "Initializing user API routes"
},
{
- "id": "api.status.init.debug",
- "translation": "Initializing status API routes"
- },
- {
"id": "api.user.ldap_to_email.not_available.app_error",
"translation": "AD/LDAP not available on this server"
},
@@ -2896,10 +2900,6 @@
"translation": "Invalid {{.Name}} parameter"
},
{
- "id": "api.status.user_not_found.app_error",
- "translation": "User not found"
- },
- {
"id": "app.channel.create_channel.no_team_id.app_error",
"translation": "Must specify the team ID to create a channel"
},
@@ -3160,14 +3160,6 @@
"translation": "Create Group Message"
},
{
- "id": "authentication.permissions.read_public_channel.description",
- "translation": "Ability to read public channels"
- },
- {
- "id": "authentication.permissions.read_public_channel.name",
- "translation": "Read Public Channels"
- },
- {
"id": "authentication.permissions.create_team_roles.description",
"translation": "Ability to create new teams"
},
@@ -3184,6 +3176,14 @@
"translation": "Manage Team Roles"
},
{
+ "id": "authentication.permissions.read_public_channel.description",
+ "translation": "Ability to read public channels"
+ },
+ {
+ "id": "authentication.permissions.read_public_channel.name",
+ "translation": "Read Public Channels"
+ },
+ {
"id": "authentication.permissions.team_invite_user.description",
"translation": "Ability to invite users to a team"
},
diff --git a/i18n/es.json b/i18n/es.json
index 2b9bb177d..0a6323fe5 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -816,6 +816,10 @@
"translation": "Inicializando rutas del API de cumplimiento"
},
{
+ "id": "api.config.client.old_format.app_error",
+ "translation": "Nuevo formato para la configuración del cliente no es compatible todavía. Por favor utiliza format=old en la cadena de consulta."
+ },
+ {
"id": "api.context.404.app_error",
"translation": "Lo sentimos, pero no pudimos encontrar la página."
},
@@ -1286,6 +1290,10 @@
"translation": "Esta licencia sólo soporta {{.Users}} usuarios, cuando tu sistema tiene {{.Count}} usuarios únicos. Los usuarios únicos se cuentan por direcciónes de correo electrónico distintas. Puedes ver el totoal de usuarios en REPORTES DEL SITIO -> Ver Estadísticas."
},
{
+ "id": "api.license.client.old_format.app_error",
+ "translation": "Nuevo formato de la licencia de cliente no es compatible todavía. Por favor utiliza format=old en la cadena de consulta."
+ },
+ {
"id": "api.license.init.debug",
"translation": "Inicializando rutas del API para las licencias"
},
@@ -1928,6 +1936,10 @@
"translation": "Inicializando rutas del API para los estatus"
},
{
+ "id": "api.status.init.debug",
+ "translation": "Inicializando rutas del API para los estatus"
+ },
+ {
"id": "api.status.last_activity.error",
"translation": "Falla al actualizar LastActivityAt para user_id=%v and session_id=%v, err=%v"
},
@@ -1936,6 +1948,22 @@
"translation": "Falla al guardar el estado del user_id=%v, err=%v"
},
{
+ "id": "api.status.user_not_found.app_error",
+ "translation": "Usuario no encontrado"
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_data.app_error",
+ "translation": "datos inválidos."
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_invite_id.app_error",
+ "translation": "ID de invitación no válido. No hay un equipo que coincida con el id de invitación."
+ },
+ {
+ "id": "api.team.add_user_to_team.missing_parameter.app_error",
+ "translation": "Parámetro requerido para agregar un usuario al equipo."
+ },
+ {
"id": "api.team.create_team.email_disabled.app_error",
"translation": "El registro a equipos por correo electrónico está inhabilitado."
},
@@ -3128,6 +3156,14 @@
"translation": "Administrar los roles del Equipo"
},
{
+ "id": "authentication.permissions.read_public_channel.description",
+ "translation": "Capacidad para leer los canales públicos"
+ },
+ {
+ "id": "authentication.permissions.read_public_channel.name",
+ "translation": "Leer Canales Públicos"
+ },
+ {
"id": "authentication.permissions.team_invite_user.description",
"translation": "Capacidad para invitar usuarios a un equipo"
},
@@ -4680,6 +4716,14 @@
"translation": "No se encontró ningún canal"
},
{
+ "id": "store.sql_channel.get_channels_by_ids.get.app_error",
+ "translation": "No pudimos obtener los canales"
+ },
+ {
+ "id": "store.sql_channel.get_channels_by_ids.not_found.app_error",
+ "translation": "No se encontró el canal"
+ },
+ {
"id": "store.sql_channel.get_deleted_by_name.existing.app_error",
"translation": "No pudimos encontrar el canal eliminado"
},
diff --git a/i18n/fr.json b/i18n/fr.json
index 72ab207ff..c44765dc0 100644
--- a/i18n/fr.json
+++ b/i18n/fr.json
@@ -816,6 +816,10 @@
"translation": "Initialisation des routes de l'API des commandes"
},
{
+ "id": "api.config.client.old_format.app_error",
+ "translation": "New format for the client configuration is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.context.404.app_error",
"translation": "Désolé, impossible de trouver cette page."
},
@@ -1286,6 +1290,10 @@
"translation": "Cette licence supporte {{.Users}} utilisateurs, mais votre système compte {{.Count}} utilisateurs uniques. Les utilisateurs uniques sont comptabilisés par adresse e-mail distincte. Vous pouvez voir le nombre d'utilisateurs uniques dans le menu \"Rapports -> Statistiques\"."
},
{
+ "id": "api.license.client.old_format.app_error",
+ "translation": "New format for the client license is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.license.init.debug",
"translation": "Initialisation des routes de l'API des licences"
},
@@ -1928,6 +1936,10 @@
"translation": "Initialisation des routes de l'API des statuts"
},
{
+ "id": "api.status.init.debug",
+ "translation": "Initialisation des routes de l'API des statuts"
+ },
+ {
"id": "api.status.last_activity.error",
"translation": "Échec de la mise à jour de LastActivityAt pour user_id=%v et session_id=%v, err=%v"
},
@@ -1936,6 +1948,22 @@
"translation": "Echec de la mise-à-jour de LastPingAt pour user_id=%v, err=%v"
},
{
+ "id": "api.status.user_not_found.app_error",
+ "translation": "User not found"
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_data.app_error",
+ "translation": "Invalid data."
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_invite_id.app_error",
+ "translation": "Invalid invite id. No team matches with this invite id."
+ },
+ {
+ "id": "api.team.add_user_to_team.missing_parameter.app_error",
+ "translation": "Parameter required to add user to team."
+ },
+ {
"id": "api.team.create_team.email_disabled.app_error",
"translation": "L'inscription d'équipe via adresse e-mail est désactivée."
},
@@ -3128,6 +3156,14 @@
"translation": "Gérer les rôles d'équipe"
},
{
+ "id": "authentication.permissions.read_public_channel.description",
+ "translation": "Ability to read public channels"
+ },
+ {
+ "id": "authentication.permissions.read_public_channel.name",
+ "translation": "Read Public Channels"
+ },
+ {
"id": "authentication.permissions.team_invite_user.description",
"translation": "Possibilité d'inviter des utilisateurs dans une équipe"
},
@@ -4680,6 +4716,14 @@
"translation": "Aucun canal n'a pu être trouvé"
},
{
+ "id": "store.sql_channel.get_channels_by_ids.get.app_error",
+ "translation": "Nous n'avons pas pu obtenir les canaux"
+ },
+ {
+ "id": "store.sql_channel.get_channels_by_ids.not_found.app_error",
+ "translation": "No channel found"
+ },
+ {
"id": "store.sql_channel.get_deleted_by_name.existing.app_error",
"translation": "Impossible de trouver le canal supprimé existant"
},
diff --git a/i18n/ja.json b/i18n/ja.json
index c9cb2b5fd..79b53d972 100644
--- a/i18n/ja.json
+++ b/i18n/ja.json
@@ -816,6 +816,10 @@
"translation": "コンプライアンスAPIルートを初期化しています"
},
{
+ "id": "api.config.client.old_format.app_error",
+ "translation": "New format for the client configuration is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.context.404.app_error",
"translation": "申し訳ありません。ページが見付かりません。"
},
@@ -1286,6 +1290,10 @@
"translation": "あなたのシステムは{{.Count}}の重複のないユーザーが使ってます。このライセンスは{{.Users}}ユーザーのみサポートしています。重複のないユーザー数は、電子メールアドレスによって決められます。全ユーザー数は、サイトリポート->統計を見るを参照してください。"
},
{
+ "id": "api.license.client.old_format.app_error",
+ "translation": "New format for the client license is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.license.init.debug",
"translation": "ライセンスAPIルートを初期化しています"
},
@@ -1928,6 +1936,10 @@
"translation": "状態APIルートを初期化しています"
},
{
+ "id": "api.status.init.debug",
+ "translation": "状態APIルートを初期化しています"
+ },
+ {
"id": "api.status.last_activity.error",
"translation": "LastActivityAtを更新できませんでした user_id=%v、session_id=%v、err=%v"
},
@@ -1936,6 +1948,22 @@
"translation": "状態を保存できませんでした user_id=%v、err=%v"
},
{
+ "id": "api.status.user_not_found.app_error",
+ "translation": "ユーザーが見付かりません"
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_data.app_error",
+ "translation": "不正なデータです。"
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_invite_id.app_error",
+ "translation": "不正な招待IDです。この招待IDに一致するチームはありません。"
+ },
+ {
+ "id": "api.team.add_user_to_team.missing_parameter.app_error",
+ "translation": "チームにユーザーを追加するにはパラメーターが必要です。"
+ },
+ {
"id": "api.team.create_team.email_disabled.app_error",
"translation": "電子メールによるチームへの利用登録は無効です。"
},
@@ -3128,6 +3156,14 @@
"translation": "チームの役割を管理する"
},
{
+ "id": "authentication.permissions.read_public_channel.description",
+ "translation": "公開チャンネルを読めるようにする"
+ },
+ {
+ "id": "authentication.permissions.read_public_channel.name",
+ "translation": "公開チャンネルを読む"
+ },
+ {
"id": "authentication.permissions.team_invite_user.description",
"translation": "チームにユーザーを招待できるようにする"
},
@@ -4680,6 +4716,14 @@
"translation": "チャンネルが見付かりませんでした"
},
{
+ "id": "store.sql_channel.get_channels_by_ids.get.app_error",
+ "translation": "チャンネルが取得できませんでした"
+ },
+ {
+ "id": "store.sql_channel.get_channels_by_ids.not_found.app_error",
+ "translation": "No channel found"
+ },
+ {
"id": "store.sql_channel.get_deleted_by_name.existing.app_error",
"translation": "削除されたチャンネルが見付かりませんでした"
},
diff --git a/i18n/ko.json b/i18n/ko.json
index 7196121f5..13f152c49 100644
--- a/i18n/ko.json
+++ b/i18n/ko.json
@@ -816,6 +816,10 @@
"translation": "명령어 API 경로 초기화 중"
},
{
+ "id": "api.config.client.old_format.app_error",
+ "translation": "New format for the client configuration is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.context.404.app_error",
"translation": "죄송합니다, 페이지를 찾을 수 없습니다."
},
@@ -1286,6 +1290,10 @@
"translation": "시스템이 {{.Count}} 유니크 사용자를 가질 때, 이 라이센스는 {{.Users}} 사용자 만을 지원합니다. 유니크 사용자는 이메일 주소 개수로 구분 됩니다. 사용자 수는 사이트 리포트 -> 통계 보기에서 확인할 수 있습니다."
},
{
+ "id": "api.license.client.old_format.app_error",
+ "translation": "New format for the client license is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.license.init.debug",
"translation": "라이선스 API 경로 초기화 중"
},
@@ -1928,6 +1936,10 @@
"translation": "상태 API 루트를 초기화 중"
},
{
+ "id": "api.status.init.debug",
+ "translation": "상태 API 루트를 초기화 중"
+ },
+ {
"id": "api.status.last_activity.error",
"translation": "LastActivityAt 업데이트에 실패했습니다. user_id=%v and session_id=%v, err=%v"
},
@@ -1936,6 +1948,22 @@
"translation": "Failed to save status for user_id=%v, err=%v"
},
{
+ "id": "api.status.user_not_found.app_error",
+ "translation": "User not found"
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_data.app_error",
+ "translation": "Invalid data."
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_invite_id.app_error",
+ "translation": "Invalid invite id. No team matches with this invite id."
+ },
+ {
+ "id": "api.team.add_user_to_team.missing_parameter.app_error",
+ "translation": "Parameter required to add user to team."
+ },
+ {
"id": "api.team.create_team.email_disabled.app_error",
"translation": "이메일을 통한 팀 가입이 비활성화 되어있습니다."
},
@@ -2193,7 +2221,7 @@
},
{
"id": "api.templates.post_subject_in_direct_message",
- "translation": "{{.SubjectText}} on {{.TeamDisplayName}} at {{.Month}} {{.Day}}, {{.Year}}"
+ "translation": "{{.SubjectText}} on {{.SenderDisplayName}} at {{.Month}} {{.Day}}, {{.Year}}"
},
{
"id": "api.templates.post_subject_in_group_message",
@@ -3128,6 +3156,14 @@
"translation": "Manage Team Roles"
},
{
+ "id": "authentication.permissions.read_public_channel.description",
+ "translation": "Ability to read public channels"
+ },
+ {
+ "id": "authentication.permissions.read_public_channel.name",
+ "translation": "Read Public Channels"
+ },
+ {
"id": "authentication.permissions.team_invite_user.description",
"translation": "팀 사용자 초대 권한"
},
@@ -4680,6 +4716,14 @@
"translation": "No channels were found"
},
{
+ "id": "store.sql_channel.get_channels_by_ids.get.app_error",
+ "translation": "채널을 찾을 수 없습니다"
+ },
+ {
+ "id": "store.sql_channel.get_channels_by_ids.not_found.app_error",
+ "translation": "No channel found"
+ },
+ {
"id": "store.sql_channel.get_deleted_by_name.existing.app_error",
"translation": "존재하는 채널을 찾지 못했습니다."
},
diff --git a/i18n/nl.json b/i18n/nl.json
index fb3dfd36a..682c9cb43 100644
--- a/i18n/nl.json
+++ b/i18n/nl.json
@@ -816,6 +816,10 @@
"translation": "Initialisatie van de opdracht API routes"
},
{
+ "id": "api.config.client.old_format.app_error",
+ "translation": "New format for the client configuration is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.context.404.app_error",
"translation": "Sorry, we kunnen de pagina niet vinden."
},
@@ -1286,6 +1290,10 @@
"translation": "De licentie ondersteund {{.Users}} gebruikers, wanneer het systeem {{.Count}} unieke gebruikers heeft. Unieke gebruikers worden geteld op basis het e-mail adress. Het totaal aantal gebruikers is te zien bij 'Server Overzichten' -> 'Bekijk statistieken'."
},
{
+ "id": "api.license.client.old_format.app_error",
+ "translation": "New format for the client license is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.license.init.debug",
"translation": "Initialisatie van licentie API routes"
},
@@ -1928,6 +1936,10 @@
"translation": "Het initialiseren van status api routes"
},
{
+ "id": "api.status.init.debug",
+ "translation": "Het initialiseren van status api routes"
+ },
+ {
"id": "api.status.last_activity.error",
"translation": "Niet gelukt om te updaten LastActivity voor user_id=%v en session)id=%v, err=%v"
},
@@ -1936,6 +1948,22 @@
"translation": "Niet gelukt op te slaan, de status voor user_id=%v, err=%v"
},
{
+ "id": "api.status.user_not_found.app_error",
+ "translation": "User not found"
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_data.app_error",
+ "translation": "Invalid data."
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_invite_id.app_error",
+ "translation": "Invalid invite id. No team matches with this invite id."
+ },
+ {
+ "id": "api.team.add_user_to_team.missing_parameter.app_error",
+ "translation": "Parameter required to add user to team."
+ },
+ {
"id": "api.team.create_team.email_disabled.app_error",
"translation": "Team aanmelden met e-mail is uitgeschakeld."
},
@@ -3128,6 +3156,14 @@
"translation": "Manage Team Roles"
},
{
+ "id": "authentication.permissions.read_public_channel.description",
+ "translation": "Ability to read public channels"
+ },
+ {
+ "id": "authentication.permissions.read_public_channel.name",
+ "translation": "Read Public Channels"
+ },
+ {
"id": "authentication.permissions.team_invite_user.description",
"translation": "Mogelijkheid om gebruikers uit te nodigen in een team"
},
@@ -4680,6 +4716,14 @@
"translation": "Geen kanaal gevonden"
},
{
+ "id": "store.sql_channel.get_channels_by_ids.get.app_error",
+ "translation": "We kunnen de kanalen niet ophalen"
+ },
+ {
+ "id": "store.sql_channel.get_channels_by_ids.not_found.app_error",
+ "translation": "No channel found"
+ },
+ {
"id": "store.sql_channel.get_deleted_by_name.existing.app_error",
"translation": "Het kanaal kon niet gevonden worden"
},
diff --git a/i18n/pt-BR.json b/i18n/pt-BR.json
index ab44f7474..91e4b880d 100644
--- a/i18n/pt-BR.json
+++ b/i18n/pt-BR.json
@@ -816,6 +816,10 @@
"translation": "Inicializando as rotas da API de compliance"
},
{
+ "id": "api.config.client.old_format.app_error",
+ "translation": "New format for the client configuration is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.context.404.app_error",
"translation": "Desculpe, não conseguimos encontrar a página."
},
@@ -1286,6 +1290,10 @@
"translation": "Está licença somente suporta usuários {{.Users}}, quando seu sistema tem {{.Count}} usuários únicos. Usuários únicos são contados por endereço de email distinto. Você pode ver o total de usuários em Relatórios Site -> Ver Estatísticas."
},
{
+ "id": "api.license.client.old_format.app_error",
+ "translation": "New format for the client license is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.license.init.debug",
"translation": "Inicializando as rotas de API license"
},
@@ -1928,6 +1936,10 @@
"translation": "Inicializando as rotas de API status"
},
{
+ "id": "api.status.init.debug",
+ "translation": "Inicializando as rotas de API status"
+ },
+ {
"id": "api.status.last_activity.error",
"translation": "Não foi possível atualizar LastActivityAt para user_id=%v e session_id=%v, err=%v"
},
@@ -1936,6 +1948,22 @@
"translation": "Falha ao salvar o status para user_id=%v, err=%v"
},
{
+ "id": "api.status.user_not_found.app_error",
+ "translation": "Usuário não localizado"
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_data.app_error",
+ "translation": "Dado inválido."
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_invite_id.app_error",
+ "translation": "Id do convite inválido. Nenhum time possui este id."
+ },
+ {
+ "id": "api.team.add_user_to_team.missing_parameter.app_error",
+ "translation": "Parâmetro requerido para adicionar o usuário ao time."
+ },
+ {
"id": "api.team.create_team.email_disabled.app_error",
"translation": "Inscrição com e-mail na equipe está desativado."
},
@@ -3128,6 +3156,14 @@
"translation": "Gerenciar Funções da Equipe"
},
{
+ "id": "authentication.permissions.read_public_channel.description",
+ "translation": "Capacidade de ler canais públicos."
+ },
+ {
+ "id": "authentication.permissions.read_public_channel.name",
+ "translation": "Ler Canais Públicos"
+ },
+ {
"id": "authentication.permissions.team_invite_user.description",
"translation": "Permissão para convidar usuários para uma equipe"
},
@@ -4680,6 +4716,14 @@
"translation": "Nenhum canal foi encontrado"
},
{
+ "id": "store.sql_channel.get_channels_by_ids.get.app_error",
+ "translation": "Não foi possível obter os canais"
+ },
+ {
+ "id": "store.sql_channel.get_channels_by_ids.not_found.app_error",
+ "translation": "No channel found"
+ },
+ {
"id": "store.sql_channel.get_deleted_by_name.existing.app_error",
"translation": "Não foi possível encontrar o canal excluído existente"
},
diff --git a/i18n/ru.json b/i18n/ru.json
index c1e6181ae..f522c172f 100644
--- a/i18n/ru.json
+++ b/i18n/ru.json
@@ -816,6 +816,10 @@
"translation": "Инициализация API команд"
},
{
+ "id": "api.config.client.old_format.app_error",
+ "translation": "New format for the client configuration is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.context.404.app_error",
"translation": "Извините, мы не смогли найти страницу."
},
@@ -1286,6 +1290,10 @@
"translation": "Эта лицензия поддерживает {{.Users}} пользователей, в то время как в вашей системе {{.Count}} уникальных пользователей. Уникальные пользователи подсчитываются явно по адресу электронной почты. Вы можете увидеть общее количество пользователей в пункте Отчеты сайта -> Просмотр статистики."
},
{
+ "id": "api.license.client.old_format.app_error",
+ "translation": "New format for the client license is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.license.init.debug",
"translation": "Инициализация API лицензирования"
},
@@ -1928,6 +1936,10 @@
"translation": "Инициализация API статусов"
},
{
+ "id": "api.status.init.debug",
+ "translation": "Инициализация API статусов"
+ },
+ {
"id": "api.status.last_activity.error",
"translation": "Сбой при обновлении LastActivityAt для user_id=%v и session_id=%v, err=%v"
},
@@ -1936,6 +1948,22 @@
"translation": "Не удалось сохранить статус для user_id=%v, err=%v"
},
{
+ "id": "api.status.user_not_found.app_error",
+ "translation": "User not found"
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_data.app_error",
+ "translation": "Invalid data."
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_invite_id.app_error",
+ "translation": "Invalid invite id. No team matches with this invite id."
+ },
+ {
+ "id": "api.team.add_user_to_team.missing_parameter.app_error",
+ "translation": "Parameter required to add user to team."
+ },
+ {
"id": "api.team.create_team.email_disabled.app_error",
"translation": "Вход в команду с электронной почтой отключен."
},
@@ -3128,6 +3156,14 @@
"translation": "Управление ролями команды"
},
{
+ "id": "authentication.permissions.read_public_channel.description",
+ "translation": "Ability to read public channels"
+ },
+ {
+ "id": "authentication.permissions.read_public_channel.name",
+ "translation": "Read Public Channels"
+ },
+ {
"id": "authentication.permissions.team_invite_user.description",
"translation": "Возможность приглашать пользователей в команду"
},
@@ -4680,6 +4716,14 @@
"translation": "Каналы не найдены"
},
{
+ "id": "store.sql_channel.get_channels_by_ids.get.app_error",
+ "translation": "Не удалось получить каналы"
+ },
+ {
+ "id": "store.sql_channel.get_channels_by_ids.not_found.app_error",
+ "translation": "No channel found"
+ },
+ {
"id": "store.sql_channel.get_deleted_by_name.existing.app_error",
"translation": "Не удалось найти существующий удалённый канал"
},
diff --git a/i18n/zh-CN.json b/i18n/zh-CN.json
index 3a8bbfaea..6f3a0b7e4 100644
--- a/i18n/zh-CN.json
+++ b/i18n/zh-CN.json
@@ -149,7 +149,7 @@
},
{
"id": "api.brand.init.debug",
- "translation": "正在初始化命令 API 路由"
+ "translation": "正在初始化商标 API 路由"
},
{
"id": "api.channel.add_member.added",
@@ -289,7 +289,7 @@
},
{
"id": "api.channel.join_channel.already_deleted.app_error",
- "translation": "Channel is already deleted"
+ "translation": "频道已被删除"
},
{
"id": "api.channel.join_channel.permissions.app_error",
@@ -393,7 +393,7 @@
},
{
"id": "api.cluster.init.debug",
- "translation": "正在初始化用户 API 路由"
+ "translation": "正在初始化机群 API 路由"
},
{
"id": "api.command.admin_only.app_error",
@@ -813,7 +813,11 @@
},
{
"id": "api.compliance.init.debug",
- "translation": "正在初始化命令 API 路由"
+ "translation": "正在初始化合规 API 路由"
+ },
+ {
+ "id": "api.config.client.old_format.app_error",
+ "translation": "New format for the client configuration is not supported yet. Please specify format=old in the query string."
},
{
"id": "api.context.404.app_error",
@@ -1247,7 +1251,7 @@
},
{
"id": "api.ldap.init.debug",
- "translation": "正在初始化文件 API 路由"
+ "translation": "正在初始化LDAP API 路由"
},
{
"id": "api.license.add_license.array.app_error",
@@ -1286,6 +1290,10 @@
"translation": "该许可证只支持 {{.Users}} 用户,当你的系统有 {{.Count}} 唯一用户。唯一用户通过邮件地址计算。你可以从站点报告 -> 查看统计查看总数量。"
},
{
+ "id": "api.license.client.old_format.app_error",
+ "translation": "New format for the client license is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.license.init.debug",
"translation": "正在初始化许可证 API 路由"
},
@@ -1928,6 +1936,10 @@
"translation": "正在初始化状态 API 路由"
},
{
+ "id": "api.status.init.debug",
+ "translation": "正在初始化状态 API 路由"
+ },
+ {
"id": "api.status.last_activity.error",
"translation": "更新 user_id=%v 和 session_id=%v 的 LastActivityAt 失败,err=%v"
},
@@ -1936,6 +1948,22 @@
"translation": "保存 user_id=%v 状态时失败,err=%v"
},
{
+ "id": "api.status.user_not_found.app_error",
+ "translation": "User not found"
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_data.app_error",
+ "translation": "Invalid data."
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_invite_id.app_error",
+ "translation": "Invalid invite id. No team matches with this invite id."
+ },
+ {
+ "id": "api.team.add_user_to_team.missing_parameter.app_error",
+ "translation": "Parameter required to add user to team."
+ },
+ {
"id": "api.team.create_team.email_disabled.app_error",
"translation": "使用电子邮件注册团队被禁用。"
},
@@ -3128,6 +3156,14 @@
"translation": "管理团队角色"
},
{
+ "id": "authentication.permissions.read_public_channel.description",
+ "translation": "允许读取公共频道"
+ },
+ {
+ "id": "authentication.permissions.read_public_channel.name",
+ "translation": "读取公共频道"
+ },
+ {
"id": "authentication.permissions.team_invite_user.description",
"translation": "可以邀请用户到团队"
},
@@ -3697,7 +3733,7 @@
},
{
"id": "model.client.upload_saml_cert.app_error",
- "translation": "Error creating SAML certificate multipart form request"
+ "translation": "创建 SAML 证书多部分表格请求失败"
},
{
"id": "model.command.is_valid.create_at.app_error",
@@ -4680,6 +4716,14 @@
"translation": "没有找到频道"
},
{
+ "id": "store.sql_channel.get_channels_by_ids.get.app_error",
+ "translation": "我们无法获取频道"
+ },
+ {
+ "id": "store.sql_channel.get_channels_by_ids.not_found.app_error",
+ "translation": "No channel found"
+ },
+ {
"id": "store.sql_channel.get_deleted_by_name.existing.app_error",
"translation": "我们找不到存在的已删除频道"
},
@@ -4725,11 +4769,11 @@
},
{
"id": "store.sql_channel.get_public_channels.get.app_error",
- "translation": "我们无法获取频道"
+ "translation": "我们无法获取公共频道"
},
{
"id": "store.sql_channel.get_unread.app_error",
- "translation": "我们无法获取团队未读消息"
+ "translation": "我们无法获取频道未读消息"
},
{
"id": "store.sql_channel.increment_mention_count.app_error",
@@ -4749,7 +4793,7 @@
},
{
"id": "store.sql_channel.pinned_posts.app_error",
- "translation": "We couldn't find the pinned posts"
+ "translation": "我们无法找到置顶消息"
},
{
"id": "store.sql_channel.remove_member.app_error",
diff --git a/i18n/zh-TW.json b/i18n/zh-TW.json
index 267308cfc..a7e66c4f5 100644
--- a/i18n/zh-TW.json
+++ b/i18n/zh-TW.json
@@ -816,6 +816,10 @@
"translation": "正在初始化命令 API 路徑"
},
{
+ "id": "api.config.client.old_format.app_error",
+ "translation": "New format for the client configuration is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.context.404.app_error",
"translation": "抱歉,無法找到頁面。"
},
@@ -1286,6 +1290,10 @@
"translation": "此授權只支援 {{.Users}} 位使用者,而您的系統有 {{.Count}} 位使用者。使用者人數是根據電子郵件位址計算。使用者總數量在 站台報告 -> 顯示統計。"
},
{
+ "id": "api.license.client.old_format.app_error",
+ "translation": "New format for the client license is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.license.init.debug",
"translation": "正在初始化授權 API 路徑"
},
@@ -1928,6 +1936,10 @@
"translation": "正在初始化狀態 API 路徑"
},
{
+ "id": "api.status.init.debug",
+ "translation": "正在初始化狀態 API 路徑"
+ },
+ {
"id": "api.status.last_activity.error",
"translation": "更新 user_id=%v 與 session_id=%v 的 LastActivityAt 失敗 err=%v"
},
@@ -1936,6 +1948,22 @@
"translation": "儲存使用者狀態失敗 user_id=%v err=%v"
},
{
+ "id": "api.status.user_not_found.app_error",
+ "translation": "User not found"
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_data.app_error",
+ "translation": "Invalid data."
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_invite_id.app_error",
+ "translation": "Invalid invite id. No team matches with this invite id."
+ },
+ {
+ "id": "api.team.add_user_to_team.missing_parameter.app_error",
+ "translation": "Parameter required to add user to team."
+ },
+ {
"id": "api.team.create_team.email_disabled.app_error",
"translation": "使用電子郵件註冊團隊已被停用。"
},
@@ -3128,6 +3156,14 @@
"translation": "管理團隊角色"
},
{
+ "id": "authentication.permissions.read_public_channel.description",
+ "translation": "Ability to read public channels"
+ },
+ {
+ "id": "authentication.permissions.read_public_channel.name",
+ "translation": "Read Public Channels"
+ },
+ {
"id": "authentication.permissions.team_invite_user.description",
"translation": "允許邀請使用者至團隊"
},
@@ -4680,6 +4716,14 @@
"translation": "找不到頻道"
},
{
+ "id": "store.sql_channel.get_channels_by_ids.get.app_error",
+ "translation": "無法取得這些頻道"
+ },
+ {
+ "id": "store.sql_channel.get_channels_by_ids.not_found.app_error",
+ "translation": "No channel found"
+ },
+ {
"id": "store.sql_channel.get_deleted_by_name.existing.app_error",
"translation": "找不到現有的已刪除頻道"
},