Merge pull request #1488 from strongloop/globalize

update globalize string
This commit is contained in:
Diana Lau 2017-09-22 14:46:23 -04:00 committed by GitHub
commit 7423283f5d
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,7 @@
"0c4eb8b6c2ff6e51d7e195eee346ced9": "Table '{0}' does not exist.",
"0ff31abb394afb555df162e74ff1a0a0": "{{id}} cannot be updated from {0} to {1} when {{forceId}} is set to true",
"1ae7d3e0be381efb32bfd1ba652f5172": "WARNING: {{polymorphic}} {0} relation: {1} uses keyword `polymorphic.as` which will be DEPRECATED in LoopBack.next, refer to this doc for replacement solutions (https://loopback.io/doc/en/lb3/Polymorphic-relations.html#deprecated-polymorphic-as)",
"1daef4e937fe52136597ba8fd2060f55": "Nesting transactions is not supported",
"21095484501dbff31af6556fa6039182": "The {{offset/skip}} parameter {0} is not valid",
"280f4550f90e133118955ec6f6f72830": "Discriminator type {0} specified but no model exists with such name",
"28697ec15968a7969211f6d035ba9260": "{{polymorphic}} {0} relation: {1} does not expect param `model`",
@ -23,6 +24,8 @@
"4e31b1edd10dadb724d83387de0b5062": "The {{limit}} parameter {0} is not valid",
"514985b2327f061ffb1c932f6b909979": "Model {0} is not defined.",
"525c856e65daab43be247e7b5410febd": "{{polymorphic}} {0} relation: {1} does not expect param `polymorphic.selector` when defing custom `foreignKey`/`discriminator` ",
"5c18ee111dd87540cdb19a2a93b33be9": "Transaction is rolled back due to timeout",
"5ec7e6664256f7ea78f4f06dafc7d974": "Transaction is not ready, wait for the returned promise to resolve",
"5ec8efeb715a2c34b440f2d76e2cf87d": " {0}",
"6111399276924ffa3bc9a410cdfcb2e5": "No {{id}} name {0}",
"614e3355647e4127c96256102dc63376": "The {0} property has invalid clause {1}: Expected a string or RegExp",
@ -65,6 +68,7 @@
"bec226891a505828bfc76c5cfd73b336": "Cannot get TTL for unknown key {0}",
"cd930369e86cdd222f7bd117c6f9fa94": "Unknown default value provider {0}",
"cfee4d8149316d9a647c0885cf3cafaf": "Property names containing dot(s) are not supported. Model: {0}, dynamic property: {1}",
"d40328eabd8756d795bcdd49d782d4e9": "DataSource does not support transactions",
"da02dd6c53d4148320eeb31718a7aebe": "Invalid type for property {0}",
"da751a8a748adbde5b55fa83b707b4e2": "Property names containing dot(s) are not supported. Model: {0}, property: {1}",
"db03083e9a768388fdbee865249ac67a": "Ignoring validation errors in {{updateOrCreate()}}:",
@ -82,6 +86,7 @@
"eb56c2b0c30cf006e2df00a549ec9c2c": "Relation \"{0}\" is not defined for {1} model",
"ec42dca074f1818c447f7ad16e2d01af": "{0} is not provided by the attached connector",
"ecb7aa804bf54c682999d20d6436104c": "The {{transaction}} is not active: {0}",
"f30809cb932b72a66416a709c8531530": "The connector does not support {{method}} within a transaction",
"f41bd91dc0f000a79c0bf842f1b7fdf9": "could not create List from JSON string: {0}",
"f6e8c96c93b9c7687d6c172b3695e898": "{{id}} property ({0}) cannot be updated from {1} to {2}",
"fa9ae17e8e008d0eb0f0421a2972308c": "{{polymorphic}} {0} relation: {1} requires param `model`",