translations PR 20180522 (#8837)
* translations PR 20180522 * Fix italian translation
Этот коммит содержится в:
36
i18n/ja.json
36
i18n/ja.json
@@ -822,6 +822,10 @@
|
||||
"id": "api.command_invite.permission.app_error",
|
||||
"translation": "{{.User}} を {{.Channel}} に追加する権限がありません。"
|
||||
},
|
||||
{
|
||||
"id": "api.command_invite.private_channel.app_error",
|
||||
"translation": "Could not find the channel {{.Channel}}. Please use the channel handle to identify channels."
|
||||
},
|
||||
{
|
||||
"id": "api.command_invite.success",
|
||||
"translation": "{{.User}} がチャンネル {{.Channel}} に追加されました。"
|
||||
@@ -3778,6 +3782,14 @@
|
||||
"id": "app.notification.body.intro.direct.generic",
|
||||
"translation": "{{.SenderName}} からの新しいダイレクトメッセージがあります"
|
||||
},
|
||||
{
|
||||
"id": "app.notification.body.intro.group_message.full",
|
||||
"translation": "新しいダイレクトメッセージがあります。"
|
||||
},
|
||||
{
|
||||
"id": "app.notification.body.intro.group_message.generic",
|
||||
"translation": "{{.SenderName}} からの新しいダイレクトメッセージがあります"
|
||||
},
|
||||
{
|
||||
"id": "app.notification.body.intro.notification.full",
|
||||
"translation": "新しい通知があります。"
|
||||
@@ -3794,6 +3806,14 @@
|
||||
"id": "app.notification.body.text.direct.generic",
|
||||
"translation": "{{.Hour}}:{{.Minute}} {{.Timezone}}, {{.Month}} {{.Day}}"
|
||||
},
|
||||
{
|
||||
"id": "app.notification.body.text.group_message.full",
|
||||
"translation": "チャンネル: {{.ChannelName}}<br>{{.SenderName}} - {{.Hour}}:{{.Minute}} {{.TimeZone}}, {{.Month}} {{.Day}}"
|
||||
},
|
||||
{
|
||||
"id": "app.notification.body.text.group_message.generic",
|
||||
"translation": "{{.Hour}}:{{.Minute}} {{.Timezone}}, {{.Month}} {{.Day}}"
|
||||
},
|
||||
{
|
||||
"id": "app.notification.body.text.notification.full",
|
||||
"translation": "チャンネル: {{.ChannelName}}<br>{{.SenderName}} - {{.Hour}}:{{.Minute}} {{.TimeZone}}, {{.Month}} {{.Day}}"
|
||||
@@ -3806,6 +3826,14 @@
|
||||
"id": "app.notification.subject.direct.full",
|
||||
"translation": "[{{ .SiteName}}] {{.Month}} {{.Day}}, {{.Year}} {{.SenderDisplayName}} からの新しいダイレクトメッセージ"
|
||||
},
|
||||
{
|
||||
"id": "app.notification.subject.group_message.full",
|
||||
"translation": "[{{.SiteName}}] {{.Month}} {{.Day}}, {{.Year}} {{.TeamName}}の通知"
|
||||
},
|
||||
{
|
||||
"id": "app.notification.subject.group_message.generic",
|
||||
"translation": "[{{.SiteName}}] {{.Month}} {{.Day}}, {{.Year}} の新着通知[{{.SiteName}}] {{.Month}} {{.Day}}, {{.Year}} の新着通知"
|
||||
},
|
||||
{
|
||||
"id": "app.notification.subject.notification.full",
|
||||
"translation": "[{{.SiteName}}] {{.Month}} {{.Day}}, {{.Year}} {{.TeamName}}の通知"
|
||||
@@ -5022,6 +5050,10 @@
|
||||
"id": "model.config.is_valid.ldap_lastname",
|
||||
"translation": "AD/LDAP項目 \"苗字(ラストネーム)の属性値\" は必須です。"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.ldap_login_id",
|
||||
"translation": "AD/LDAP項目 \"ID属性値\" は必須です。"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.ldap_max_page_size.app_error",
|
||||
"translation": "最大ページサイズの値が不正です。"
|
||||
@@ -5922,10 +5954,6 @@
|
||||
"id": "store.sql_channel.delete.channel.app_error",
|
||||
"translation": "チャンネルを削除できませんでした"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_channel.extra_updated.app_error",
|
||||
"translation": "メンバーの最終更新時刻の更新に問題があります"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_channel.get.existing.app_error",
|
||||
"translation": "チャンネルが見付かりませんでした"
|
||||
|
||||
Ссылка в новой задаче
Block a user