1{ 2 "plural":[ 3 { 4 "name":"dm_incorrect_code", 5 "value":[ 6 { 7 "quantity":"one", 8 "value":"Incorect. %d încercare rămasă.", 9 "attr":{ 10 "priority":"translate" 11 } 12 }, 13 { 14 "quantity":"other", 15 "value":"Incorect. %d încercări rămase.", 16 "attr":{ 17 "priority":"translate" 18 } 19 }, 20 { 21 "quantity":"few", 22 "value":"Incorect. %d încercări rămase.", 23 "attr":{ 24 "priority":"translate" 25 } 26 } 27 ] 28 }, 29 { 30 "name":"dm_not_allow", 31 "value":[ 32 { 33 "quantity":"other", 34 "value":"Nu am încredere (%d)", 35 "attr":{ 36 "priority":"translate" 37 } 38 }, 39 { 40 "quantity":"one", 41 "value":"Nu am încredere (%d)", 42 "attr":{ 43 "priority":"translate" 44 } 45 }, 46 { 47 "quantity":"few", 48 "value":"Nu am încredere (%d)", 49 "attr":{ 50 "priority":"translate" 51 } 52 } 53 ] 54 } 55 ] 56}