Skip to content
Snippets Groups Projects
Commit ece84908 authored by insert's avatar insert
Browse files

Add strings.

parent 06ba019f
No related merge requests found
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
"about": "About", "about": "About",
"tos": "Terms of Service", "tos": "Terms of Service",
"privacy": "Privacy Policy", "privacy": "Privacy Policy",
"image_by": "Image by" "image_by": "Image by",
"loading": "Loading..."
}, },
"login": { "login": {
"title": "Login", "title": "Login",
...@@ -61,6 +62,7 @@ ...@@ -61,6 +62,7 @@
"main": { "main": {
"categories": { "categories": {
"conversations": "Conversations", "conversations": "Conversations",
"participants": "Participants",
"channels": "Channels", "channels": "Channels",
"members": "Members" "members": "Members"
}, },
...@@ -83,7 +85,11 @@ ...@@ -83,7 +85,11 @@
"removed_by": "removed by", "removed_by": "removed by",
"channel_renamed": "renamed the channel to" "channel_renamed": "renamed the channel to"
}, },
"start": {
"group": "This is the start of your conversation."
},
"unknown_user": "<Unknown User>", "unknown_user": "<Unknown User>",
"edited": "(edited)",
"bot": "bot" "bot": "bot"
}, },
"groups": { "groups": {
...@@ -105,7 +111,9 @@ ...@@ -105,7 +111,9 @@
}, },
"profile": { "profile": {
"title": "Profile", "title": "Profile",
"info": "Information" "info": "Information",
"fetching": "Fetching your profile...",
"placeholder": "Write something about yourself..."
}, },
"sessions": { "sessions": {
"title": "Sessions", "title": "Sessions",
...@@ -154,6 +162,20 @@ ...@@ -154,6 +162,20 @@
"source_code": "Source", "source_code": "Source",
"feedback": "Feedback", "feedback": "Feedback",
"logOut": "Log Out" "logOut": "Log Out"
},
"tips": {
"account": {
"a": "Looking to customise your public profile?",
"b": "Head over to your profile settings."
},
"languages": {
"a": "Missing a language you want?",
"b": "Help contribute more translations."
},
"sessions": {
"a": "If you see an unknown session on the list,",
"b": "secure your account by changing your password and using 2FA."
}
} }
}, },
"special": { "special": {
...@@ -161,7 +183,8 @@ ...@@ -161,7 +183,8 @@
"pending": "Pending", "pending": "Pending",
"blocked": "Blocked", "blocked": "Blocked",
"incoming": "Incoming friend request.", "incoming": "Incoming friend request.",
"outgoing": "Outgoing friend request." "outgoing": "Outgoing friend request.",
"nobody": "Nobody here yet!"
}, },
"status": { "status": {
"offline": "Offline.", "offline": "Offline.",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment