aboutsummaryrefslogtreecommitdiff
path: root/src/i18n
diff options
context:
space:
mode:
authorValD <maghtpol@gmail.com>2018-12-03 22:42:43 +0530
committerValD <maghtpol@gmail.com>2018-12-04 00:45:31 +0530
commitc40bda7c2aaf480402a231e26b437cff84730b77 (patch)
tree94b102cce5e035a9fb2be495c935cad60baa3217 /src/i18n
parentb851b8dd02e66399cf6ac4f5f1b1cae8e28e3c55 (diff)
added tooltip
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/en.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json
index ae4f93d9..99c8837f 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -36,7 +36,8 @@
"public_tl": "Public Timeline",
"timeline": "Timeline",
"twkn": "The Whole Known Network",
- "user_search": "User Search"
+ "user_search": "User Search",
+ "instance_settings": "Instance Settings"
},
"notifications": {
"broken_favorite": "Unknown status, searching for it...",
@@ -208,5 +209,11 @@
"who_to_follow": {
"more": "More",
"who_to_follow": "Who to follow"
+ },
+ "tool_tip": {
+ "media_upload": "Upload Media",
+ "repeat": "Repeat",
+ "reply": "Reply",
+ "star": "Star"
}
}