update messages.json
This commit is contained in:
parent
8589629e7a
commit
679ecbc12d
|
@ -18,6 +18,7 @@
|
|||
"35e5252c62d80f8c54a5290d30f4c7d0": "Please verify your email by opening this link in a web browser:\n\t{0}",
|
||||
"3aae63bb7e8e046641767571c1591441": "login failed as the email has not been verified",
|
||||
"3aecb24fa8bdd3f79d168761ca8a6729": "Unknown {{middleware}} phase {0}",
|
||||
"3ca45aa6f705c46a4c598a900716f086": "{0} is using model setting {1} which is no longer available.",
|
||||
"3caaa84fc103d6d5612173ae6d43b245": "Invalid token: {0}",
|
||||
"3d617953470be16d0c2b32f0bcfbb5ee": "Thanks for Registering",
|
||||
"3d63008ccfb2af1db2142e8cc2716ace": "Warning: No email transport specified for sending email. Setup a transport to send mail messages.",
|
||||
|
@ -34,29 +35,28 @@
|
|||
"62e8b0a733417978bab22c8dacf5d7e6": "Cannot apply bulk updates, the connector does not correctly report the number of updated records.",
|
||||
"63a091ced88001ab6acb58f61ec041c5": "\t TEXT:{0}",
|
||||
"6bc376432cd9972cf991aad3de371e78": "Missing data for change: {0}",
|
||||
"705c2d456a3e204c4af56e671ec3225c": "Could not find {{accessToken}}",
|
||||
"734a7bebb65e10899935126ba63dd51f": "The options property of `{0}` configuration must be an object",
|
||||
"779467f467862836e19f494a37d6ab77": "The acls property of `{0}` configuration must be an array of objects",
|
||||
"7d5e7ed0efaedf3f55f380caae0df8b8": "My first mobile application",
|
||||
"7e0fca41d098607e1c9aa353c67e0fa1": "Invalid Access Token",
|
||||
"7e287fc885d9fdcf42da3a12f38572c1": "Authorization Required",
|
||||
"7ea04ea91aac3cb7ce0ddd96b7ff1fa4": "{{accessToken}} is required to logout",
|
||||
"80a32e80cbed65eba2103201a7c94710": "Model not found: {0}",
|
||||
"83cbdc2560ba9f09155ccfc63e08f1a1": "Property `{0}` cannot be reconfigured for `{1}`",
|
||||
"855ecd4a64885ba272d782435f72a4d4": "Unknown \"{0}\" id \"{1}\".",
|
||||
"860d1a0b8bd340411fb32baa72867989": "The transport does not support HTTP redirects.",
|
||||
"895b1f941d026870b3cc8e6af087c197": "{{username}} or {{email}} is required",
|
||||
"8a17c5ef611e2e7535792316e66b8fca": "Password too long: {0}",
|
||||
"8a27e0c9ce3ebf0e0c3978efb456e13e": "Request to host {0}",
|
||||
"8ae418c605b6a45f2651be9b1677c180": "Invalid remote method: `{0}`",
|
||||
"8bab6720ecc58ec6412358c858a53484": "Bulk update failed, the connector has modified unexpected number of records: {0}",
|
||||
"8ecab7f534de38360bd1b1c88e880123": "Child models of `{0}` will not inherit newly defined remote methods {1}.",
|
||||
"93ba9a1d03da3b7696332d3f155c5bb7": "\t HTML:{0}",
|
||||
"97795efe0c3eb7f35ce8cf8cfe70682b": "The configuration of `{0}` is missing {{`dataSource`}} property.\nUse `null` or `false` to mark models not attached to any data source.",
|
||||
"a40684f5a9f546115258b76938d1de37": "A list of colors is available at {{http://localhost:3000/colors}}",
|
||||
"a50d10fc6e0959b220e085454c40381e": "User not found: {0}",
|
||||
"b6f740aeb6f2eb9bee9cb049dbfe6a28": "Unknown \"{0}\" {{key}} \"{1}\".",
|
||||
"ba96498b10c179f9cd75f75c8def4f70": "{{realm}} is required",
|
||||
"c2b5d51f007178170ca3952d59640ca4": "Cannot rectify {0} changes:\n{1}",
|
||||
"c34fa20eea0091747fcc9eda204b8d37": "could not find {{accessToken}}",
|
||||
"c4ee6d177c974532c3552d2f98eb72ea": "{0} middleware was removed in version 3.0. See {1} for more details.",
|
||||
"c61a5a02ba3801a892308f70f5d55a14": "Remoting metadata {{\"isStatic\"}} is deprecated. Please specify {{\"prototype.name\"}} in method name instead for {{isStatic=false}}.",
|
||||
"c68a93f0a9524fed4ff64372fc90c55f": "Must provide a valid email",
|
||||
|
@ -71,5 +71,6 @@
|
|||
"f0aed00a3d3d0b97d6594e4b70e0c201": "\t TRANSPORT:{0}",
|
||||
"f0bd73df8714cefb925e3b8da2f4c5f6": "result:{0}",
|
||||
"f1d4ac54357cc0932f385d56814ba7e4": "Conflict",
|
||||
"f58cdc481540cd1f69a4aa4da2e37981": "Invalid password: {0}"
|
||||
"f58cdc481540cd1f69a4aa4da2e37981": "Invalid password: {0}",
|
||||
"f8e26bcca62a47f579562f1cd2c785ff": "Please rework your app to use the offical solution for injecting \"options\" argument from request context,\nsee {0}"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue