-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtranslation.json
27 lines (27 loc) · 962 Bytes
/
translation.json
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
{
"commands": {
"open-documentation-changelog": "$t(generic.open, capitalize) $t(generic.documentations.changelog)",
"open-documentation-donate": "$t(generic.open, capitalize) $t(generic.documentations.donate)",
"open-documentation-readme": "$t(generic.open, capitalize) $t(generic.documentations.readme)"
},
"generic": {
"documentation": "documentation",
"documentations": {
"changelog": "changelog",
"donate": "$t(generic.donate)",
"readme": "readme"
},
"donate": "donate"
},
"name": "PLACEHOLDER",
"settings": {
"documentation": "$t(generic.documentation, capitalize)",
"documentations": {
"changelog": "$t(generic.documentations.changelog, capitalize)",
"donate": "$t(generic.documentations.donate, capitalize)",
"readme": "$t(generic.documentations.readme, capitalize)"
},
"interface": "Interface",
"open-changelog-on-update": "$t(generic.open, capitalize) $t(generic.documentations.changelog) on update"
}
}