mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 09:11:40 +08:00
Admin SMTP UI Translations (#72)
* Added SMTP page & nav translations (includes SMTP on texts) Changed from mail.* to smtp.* (thanks @dcsjapan) Added _label to labels (thanks again) * Making translations with better quality (comment from @b9a10a1) * Changed SMTP to Email, some minor changes, organization, some headings, refs... * Updated ...SMTP page... comment to ...email page... * updated translation keys to alphabetically, \& added quotes around email_text (thanks @maelsoucaze) * Wow, so many extra spaces... I don't know when I added them :( * Changed "adresses" to "addresses"
This commit is contained in:
parent
0a1dc4c52e
commit
9f7c68ffe1
@ -69,6 +69,22 @@ core:
|
||||
submit_button: => core.ref.save_changes
|
||||
title: Create Group
|
||||
|
||||
# These translations are used in the email page of the admin interface.
|
||||
email:
|
||||
account_heading: SMTP Account
|
||||
addresses_heading: Addresses
|
||||
driver_label: Driver
|
||||
encryption_label: Encryption
|
||||
from_label: Sender
|
||||
heading: => core.ref.email
|
||||
host_label: Host
|
||||
password_label: Password
|
||||
port_label: Port
|
||||
server_heading: SMTP Server
|
||||
submit_button: => core.ref.save_changes
|
||||
text: Configure the SMTP settings and addresses your forum will use to send email.
|
||||
username_label: Username
|
||||
|
||||
# These translations are used in the Extensions page.
|
||||
extensions:
|
||||
add_button: Add Extension
|
||||
@ -93,6 +109,8 @@ core:
|
||||
basics_text: "Set your forum title, language, and other basic settings."
|
||||
dashboard_button: Dashboard
|
||||
dashboard_text: Your forum at a glance.
|
||||
email_button: => core.ref.email
|
||||
email_text: "Configure your forum's email settings."
|
||||
extensions_button: Extensions
|
||||
extensions_text: Add extra functionality to your forum and make it your own.
|
||||
permissions_button: Permissions
|
||||
|
Loading…
x
Reference in New Issue
Block a user