summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/nicksnyder/go-i18n/goi18n/testdata/expected/flat/ar-ar.untranslated.json
blob: ea7aa7d190422dff062aa111d916b9fb0b786864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "d_days": {
    "few": "new arabic few translation of d_days",
    "many": "arabic many translation of d_days",
    "one": "arabic one translation of d_days",
    "other": "{{.Count}} days",
    "two": "{{.Count}} days",
    "zero": "{{.Count}} days"
  },
  "my_height_in_meters": {
    "few": "I am {{.Count}} meters tall.",
    "many": "I am {{.Count}} meters tall.",
    "one": "I am {{.Count}} meters tall.",
    "other": "I am {{.Count}} meters tall.",
    "two": "I am {{.Count}} meters tall.",
    "zero": "I am {{.Count}} meters tall."
  },
  "person_unread_email_count_timeframe": {
    "other": "{{.Person}} has {{.Count}} unread emails in the past {{.Timeframe}}."
  },
  "program_greeting": {
    "other": "Hello world"
  },
  "your_unread_email_count": {
    "few": "You have {{.Count}} unread emails.",
    "many": "You have {{.Count}} unread emails.",
    "one": "You have {{.Count}} unread emails.",
    "other": "You have {{.Count}} unread emails.",
    "two": "You have {{.Count}} unread emails.",
    "zero": "You have {{.Count}} unread emails."
  }
}