1{
2  "plural": [
3    {
4      "name": "minute_ago",
5      "value": [
6        {
7          "quantity": "one",
8          "value": "%d min ago"
9        },
10        {
11          "quantity": "other",
12          "value": "%d min ago"
13        }
14      ]
15    },
16    {
17      "name": "filePickerTip",
18      "value": [
19        {
20          "quantity": "one",
21          "value": "The number of selected files has exceeded the limit of %d. Please select again."
22        },
23        {
24          "quantity": "other",
25          "value": "The number of selected files has exceeded the limit of %d. Please select again."
26        }
27      ]
28    }
29  ]
30}