forked from blisstown/campfire
add i18n for console logs
This commit is contained in:
parent
b170a532f6
commit
7752585488
14 changed files with 77 additions and 31 deletions
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"compose_placeholders": [
|
||||
"What's cooking, $1?",
|
||||
"What's cooking, %1?",
|
||||
"Speak your mind!",
|
||||
"Federate something...",
|
||||
"I sure love posting!",
|
||||
"Another day, another $1 post!"
|
||||
"Another day, another %1 post!"
|
||||
],
|
||||
|
||||
"login": {
|
||||
|
@ -84,6 +84,29 @@
|
|||
}
|
||||
},
|
||||
|
||||
"logs": {
|
||||
"logged_in": "Logged in as %1",
|
||||
"server_detected": "Server detected as %1 (%2) with capabilities: {%3}}",
|
||||
"server_unsupported": "Server %1 is unsupported (%2). Things may break, or not work as expected",
|
||||
"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_parse_failed": "Failed to parse post",
|
||||
"post_parse_failed_id": "Failed to parse post %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",
|
||||
"timeline_fetch_failed": "Failed to retrieve timeline."
|
||||
},
|
||||
|
||||
"error": {
|
||||
"bad_request": "Bad request",
|
||||
"invalid_auth_code": "Invalid auth code provided",
|
||||
"connection_failed": "Failed to connect to <code>%1</code>.",
|
||||
"post_fetch_failed": "Failed to retrieve post <code>%1</code>."
|
||||
},
|
||||
|
||||
"compose": "Post",
|
||||
"search": "Search",
|
||||
"loading": "just a moment...",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue