forked from blisstown/campfire
initial profile implementation!
This commit is contained in:
parent
667b11f2f4
commit
449a11ee55
14 changed files with 212 additions and 57 deletions
|
@ -94,7 +94,9 @@
|
|||
|
||||
"posts": "Posts",
|
||||
"replies": "Replies",
|
||||
"media": "Media"
|
||||
"media": "Media",
|
||||
|
||||
"loading": "loading profile..."
|
||||
},
|
||||
|
||||
"logs": {
|
||||
|
@ -104,9 +106,12 @@
|
|||
"no_hostname": "Attempted to connect to a server without providing a hostname",
|
||||
"no_https": "Cowardly refusing to connect to an insecure server",
|
||||
"connection_failed": "Failed to connect to %1",
|
||||
"post_fetch_failed": "Failed to fetch post %1",
|
||||
"post_fetch_failed": "Failed to fetch post",
|
||||
"post_fetch_failed_id": "Failed to fetch post %1",
|
||||
"post_parse_failed": "Failed to parse post",
|
||||
"post_parse_failed_id": "Failed to parse post %1",
|
||||
"profile_fetch_failed": "Failed to fetch profile",
|
||||
"profile_fetch_failed_id": "Failed to fetch profile %1",
|
||||
"token_revoke_failed": "Token revocation failed! Dumping data anyways",
|
||||
"sound_does_not_exist": "Attempted to play sound \"%1\", which does not exist!",
|
||||
"account_data_empty": "Attempted to parse account data but no data was provided",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue