i18n
This commit is contained in:
parent
bc92f535de
commit
114d49b6d6
1 changed files with 18 additions and 0 deletions
|
|
@ -1154,6 +1154,7 @@
|
||||||
"frontends": "Front-ends",
|
"frontends": "Front-ends",
|
||||||
"mailer": "EMails",
|
"mailer": "EMails",
|
||||||
"emoji": "Emoji",
|
"emoji": "Emoji",
|
||||||
|
"uploads": "Uploads",
|
||||||
"monitoring": "Monitoring",
|
"monitoring": "Monitoring",
|
||||||
"registrations": "Registrations"
|
"registrations": "Registrations"
|
||||||
},
|
},
|
||||||
|
|
@ -1190,6 +1191,11 @@
|
||||||
"email_message": "Via email"
|
"email_message": "Via email"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"uploads": {
|
||||||
|
"general": "General settings",
|
||||||
|
"filenames": "Filenames, Titles and Descriptions",
|
||||||
|
"uploader_settings": "Uploader settings"
|
||||||
|
},
|
||||||
"mailer": {
|
"mailer": {
|
||||||
"adapter": "Mailing Adapter",
|
"adapter": "Mailing Adapter",
|
||||||
"auth": "Authentication"
|
"auth": "Authentication"
|
||||||
|
|
@ -1280,6 +1286,18 @@
|
||||||
},
|
},
|
||||||
"temp_overrides": {
|
"temp_overrides": {
|
||||||
":pleroma": {
|
":pleroma": {
|
||||||
|
"Pleroma_DOT_Uploaders_DOT_Uploader": {
|
||||||
|
":timeout": {
|
||||||
|
"label": "Timeout",
|
||||||
|
"description": "Amount of milliseconds before dropping connection"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Pleroma_DOT_Upload": {
|
||||||
|
":default_description": {
|
||||||
|
"label": "Default description",
|
||||||
|
"description": "Default description to give to a file. Setting it to ':filename' will use file's filename as description."
|
||||||
|
}
|
||||||
|
},
|
||||||
":instance": {
|
":instance": {
|
||||||
":public": {
|
":public": {
|
||||||
"label": "Instance is public",
|
"label": "Instance is public",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue