1{ 2 "plural":[ 3 { 4 "name":"dm_not_allow", 5 "value":[ 6 { 7 "quantity":"one", 8 "value":"Don't trust (%d)" 9 }, 10 { 11 "quantity":"other", 12 "value":"Don't trust (%d)" 13 } 14 ] 15 }, 16 { 17 "name":"dm_incorrect_code", 18 "value":[ 19 { 20 "quantity":"one", 21 "value":"Incorrect. %d attempt remaining." 22 }, 23 { 24 "quantity":"other", 25 "value":"Incorrect. %d attempts remaining." 26 } 27 ] 28 } 29 ] 30}