summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-04-04 20:42:25 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-04-04 20:42:25 -0300
commit2e12b1e7938e67cc280d23cf780b36de29dac0be (patch)
tree3178e5c10b93bdd2f92d9e8f33733bfa6b1167bf /i18n/en.json
parenta9458480d5615f233e1665081eb11a45974ba774 (diff)
downloadchat-2e12b1e7938e67cc280d23cf780b36de29dac0be.tar.gz
chat-2e12b1e7938e67cc280d23cf780b36de29dac0be.tar.bz2
chat-2e12b1e7938e67cc280d23cf780b36de29dac0be.zip
Localization: Added missing spanish strings. Sort localization files by Id
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json112
1 files changed, 56 insertions, 56 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 0dca6ca04..a4c84a462 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -316,38 +316,6 @@
"translation": "echo"
},
{
- "id": "api.command_msg.desc",
- "translation": "Send Direct Message to a user"
- },
- {
- "id": "api.command_msg.fail.app_error",
- "translation": "An error occured while messaging the user."
- },
- {
- "id": "api.command_msg.dm_fail.app_error",
- "translation": "An error occured while creating the direct message."
- },
- {
- "id": "api.command_msg.hint",
- "translation": "@[username] 'message'"
- },
- {
- "id": "api.command_msg.list.app_error",
- "translation": "An error occured while listing users."
- },
- {
- "id": "api.command_msg.missing.app_error",
- "translation": "We couldn't find the user"
- },
- {
- "id": "api.command_msg.name",
- "translation": "message"
- },
- {
- "id": "api.command_msg.success",
- "translation": "Messaged user."
- },
- {
"id": "api.command_join.desc",
"translation": "Join the open channel"
},
@@ -400,6 +368,38 @@
"translation": "me"
},
{
+ "id": "api.command_msg.desc",
+ "translation": "Send Direct Message to a user"
+ },
+ {
+ "id": "api.command_msg.dm_fail.app_error",
+ "translation": "An error occured while creating the direct message."
+ },
+ {
+ "id": "api.command_msg.fail.app_error",
+ "translation": "An error occured while messaging the user."
+ },
+ {
+ "id": "api.command_msg.hint",
+ "translation": "@[username] 'message'"
+ },
+ {
+ "id": "api.command_msg.list.app_error",
+ "translation": "An error occured while listing users."
+ },
+ {
+ "id": "api.command_msg.missing.app_error",
+ "translation": "We couldn't find the user"
+ },
+ {
+ "id": "api.command_msg.name",
+ "translation": "message"
+ },
+ {
+ "id": "api.command_msg.success",
+ "translation": "Messaged user."
+ },
+ {
"id": "api.command_shrug.desc",
"translation": "Adds ¯\\_(ツ)_/¯ to your message"
},
@@ -1860,6 +1860,30 @@
"translation": "Error trying to authenticate MFA token"
},
{
+ "id": "error.generic.link_message",
+ "translation": "Back to Mattermost"
+ },
+ {
+ "id": "error.generic.message",
+ "translation": "An error has occoured."
+ },
+ {
+ "id": "error.generic.title",
+ "translation": "Error"
+ },
+ {
+ "id": "error.not_found.link_message",
+ "translation": "Back to Mattermost"
+ },
+ {
+ "id": "error.not_found.message",
+ "translation": "The page you where trying to reach does not exist."
+ },
+ {
+ "id": "error.not_found.title",
+ "translation": "Page not found"
+ },
+ {
"id": "manaultesting.get_channel_id.no_found.debug",
"translation": "Could not find channel: %v, %v possibilites searched"
},
@@ -3794,29 +3818,5 @@
{
"id": "web.watcher_fail.error",
"translation": "Failed to add directory to watcher %v"
- },
- {
- "id": "error.not_found.title",
- "translation": "Page not found"
- },
- {
- "id": "error.not_found.message",
- "translation": "The page you where trying to reach does not exist."
- },
- {
- "id": "error.not_found.link_message",
- "translation": "Back to Mattermost"
- },
- {
- "id": "error.generic.title",
- "translation": "Error"
- },
- {
- "id": "error.generic.message",
- "translation": "An error has occoured."
- },
- {
- "id": "error.generic.link_message",
- "translation": "Back to Mattermost"
}
]