mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Removed unused translations
This commit is contained in:
parent
7e92b07233
commit
c00c04df30
1 changed files with 0 additions and 10 deletions
|
@ -54,11 +54,6 @@
|
||||||
"versionMismatch": "Client request for {clientVersion} does not match server version {serverVersion}."
|
"versionMismatch": "Client request for {clientVersion} does not match server version {serverVersion}."
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"publicAPIDisabled": {
|
|
||||||
"error": "Permission error! Public API is disabled.",
|
|
||||||
"context": "Please enable the deprecated v0.1 Public API or switch to using the v2 Content API."
|
|
||||||
},
|
|
||||||
"clientAuthenticationFailed": "Client Authentication Failed",
|
|
||||||
"clientCredentialsNotProvided": "Client credentials were not provided",
|
"clientCredentialsNotProvided": "Client credentials were not provided",
|
||||||
"clientCredentialsNotValid": "Client credentials were not valid",
|
"clientCredentialsNotValid": "Client credentials were not valid",
|
||||||
"forInformationRead": "For information on how to fix this, please read {url}.",
|
"forInformationRead": "For information on how to fix this, please read {url}.",
|
||||||
|
@ -80,11 +75,6 @@
|
||||||
"invalidTokenWithMessage": "Invalid token: {message}",
|
"invalidTokenWithMessage": "Invalid token: {message}",
|
||||||
"incorrectAuthHeaderFormat": "Authorization header format is \"Authorization: Ghost [token]\""
|
"incorrectAuthHeaderFormat": "Authorization header format is \"Authorization: Ghost [token]\""
|
||||||
},
|
},
|
||||||
"oauth": {
|
|
||||||
"invalidClient": "Invalid client.",
|
|
||||||
"invalidRefreshToken": "Invalid refresh token.",
|
|
||||||
"refreshTokenExpired": "Refresh token expired."
|
|
||||||
},
|
|
||||||
"privateblogging": {
|
"privateblogging": {
|
||||||
"wrongPassword": "Wrong password"
|
"wrongPassword": "Wrong password"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue