Этот коммит содержится в:
enahum
2017-06-06 18:29:23 -04:00
коммит произвёл Joram Wilander
родитель 1eed253fc2
Коммит cc1feddb5f
26 изменённых файлов: 760 добавлений и 327 удалений

Просмотреть файл

@@ -747,10 +747,6 @@
"id": "api.command_shortcuts.msgs.edit",
"translation": "UP (in empty input field): Edit your last message in the current channel\n"
},
{
"id": "api.command_shortcuts.msgs.reply",
"translation": "SHIFT+UP (in empty input field): Reply to the most recent message in the current channel\n"
},
{
"id": "api.command_shortcuts.msgs.header",
"translation": "#### Messages\n\n"
@@ -759,6 +755,10 @@
"id": "api.command_shortcuts.msgs.mark_as_read",
"translation": "ESC: Mark all messages in the current channel as read\n"
},
{
"id": "api.command_shortcuts.msgs.reply",
"translation": "SHIFT+UP (in empty input field): Reply to the most recent message in the current channel\n"
},
{
"id": "api.command_shortcuts.msgs.reprint_next",
"translation": "{{.CmdOrCtrl}}+DOWN (in empty input field): Reprint the next message or slash command you entered\n"
@@ -771,6 +771,10 @@
"id": "api.command_shortcuts.name",
"translation": "shortcuts"
},
{
"id": "api.command_shortcuts.nav.direct_messages_menu",
"translation": "{{.CmdOrCtrl}}+SHIFT+K: Open direct messages menu\n"
},
{
"id": "api.command_shortcuts.nav.header",
"translation": "#### Navigation\n\n"
@@ -799,10 +803,6 @@
"id": "api.command_shortcuts.nav.switcher_team",
"translation": "{{.CmdOrCtrl}}+ALT+K: Open a quick team switcher dialog\n"
},
{
"id": "api.command_shortcuts.nav.direct_messages_menu",
"translation": "{{.CmdOrCtrl}}+SHIFT+K: Open direct messages menu\n"
},
{
"id": "api.command_shortcuts.nav.unread_next",
"translation": "ALT+SHIFT+DOWN: Next channel or direct message in left hand sidebar with unread messages\n"
@@ -1979,6 +1979,10 @@
"id": "api.status.user_not_found.app_error",
"translation": "User not found"
},
{
"id": "api.system.go_routines",
"translation": "The number of running goroutines is over the health threshold %v of %v"
},
{
"id": "api.team.add_user_to_team.invalid_data.app_error",
"translation": "Invalid data."
@@ -6242,9 +6246,5 @@
{
"id": "wsapi.webrtc.init.debug",
"translation": "Initializing webrtc WebSocket API routes"
},
{
"id": "api.system.go_routines",
"translation": "The number of running goroutines is over the health threshold %v of %v"
}
]