-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
Expand file tree
/
Copy pathgeneral.json
More file actions
103 lines (103 loc) · 2.32 KB
/
general.json
File metadata and controls
103 lines (103 loc) · 2.32 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
[
{
"msgctxt": null,
"msgid": "",
"msgid_plural": null,
"msgstr": "Project-Id-Version: PACKAGE VERSION\nPOT-Creation-Date: 2024-10-26 18:06+0200\nPO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\nLast-Translator: FULL NAME <EMAIL@ADDRESS>\nLanguage-Team: LANGUAGE <LL@li.org>\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\n"
},
{
"msgctxt": null,
"msgid": "foo",
"msgid_plural": null,
"msgstr": "bar"
},
{
"msgctxt": null,
"msgid": "Escape sequences \" \n \t",
"msgid_plural": null,
"msgstr": ""
},
{
"msgctxt": null,
"msgid": "Python",
"msgid_plural": null,
"msgstr": "Python"
},
{
"msgctxt": null,
"msgid": "Python (2)",
"msgid_plural": null,
"msgstr": "Python (2)"
},
{
"msgctxt": null,
"msgid": "αβ",
"msgid_plural": null,
"msgstr": "αβ"
},
{
"msgctxt": null,
"msgid": "barbaz",
"msgid_plural": null,
"msgstr": "quxxyz"
},
{
"msgctxt": null,
"msgid": "xyz",
"msgid_plural": null,
"msgstr": ""
},
{
"msgctxt": "context",
"msgid": "foo",
"msgid_plural": null,
"msgstr": "bar"
},
{
"msgctxt": "xyz",
"msgid": "foo",
"msgid_plural": null,
"msgstr": "bar"
},
{
"msgctxt": null,
"msgid": "One email sent.",
"msgid_plural": "%d emails sent.",
"msgstr": [
"One email sent.",
"%d emails sent."
]
},
{
"msgctxt": null,
"msgid": "One message sent.",
"msgid_plural": "%d messages sent.",
"msgstr": [
"%d message sent."
]
},
{
"msgctxt": "abc",
"msgid": "One email sent.",
"msgid_plural": "%d emails sent.",
"msgstr": [
"One email sent.",
"%d emails sent."
]
},
{
"msgctxt": null,
"msgid": "qux",
"msgid_plural": "quxs",
"msgstr": [
"abc",
"xyz"
]
},
{
"msgctxt": null,
"msgid": "baz",
"msgid_plural": null,
"msgstr": ""
}
]