Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AdminUx translation additions #176

Merged
merged 9 commits into from
Nov 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
},
"flarum-extension": {
"title": "English",
"category": "language",
"info": {
"donate": "https://flarum.org/donate/",
"website": "https://flarum.org",
"support": "https://discuss.flarum.org"
},
"icon": {
"image": "icon.svg",
"backgroundColor": "#00247d",
Expand Down
76 changes: 50 additions & 26 deletions locale/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ core:
# Translations in this namespace are used by the admin interface.
admin:

# These translations are used in the placeholder Add Extension modal dialog.
add_extension:
developer_text: "If you're a developer, you can <a>read the docs</a> and have a go at building your own extensions."
install_text: "In the meantime, you can look for extensions at the <a>Flarum Community site</a> and install them manually using Composer."
temporary_text: "One day in the not-too-distant future, this dialog will allow you to add an extension to your forum with ease. We're building an ecosystem as we speak!"
title: Add Extension

# These translations are used in the Appearance page.
appearance:
colored_header_label: Colored Header
Expand All @@ -26,6 +19,7 @@ core:
custom_styles_heading: Custom Styles
custom_styles_text: Customize your forum's appearance by adding your own LESS/CSS code to be applied on top of Flarum's default styles.
dark_mode_label: Dark Mode
description: "Customize your forum's colors, logos, and other variables."
edit_css_button: Edit Custom CSS
edit_footer_button: => core.ref.custom_footer_title
edit_header_button: => core.ref.custom_header_title
Expand All @@ -35,11 +29,13 @@ core:
logo_heading: Logo
logo_text: Upload an image to be displayed in place of the forum title.
submit_button: => core.ref.save_changes
title: Appearance

# These translations are used in the Basics page.
basics:
all_discussions_label: => core.ref.all_discussions
default_language_heading: Default Language
description: "Set your forum title, language, and other basic settings."
display_name_heading: User Display Name
display_name_text: Select the driver that should be used for users' display names. By default, the username is shown.
forum_description_heading: Forum Description
Expand All @@ -50,12 +46,15 @@ core:
saved_message: Your changes were saved.
show_language_selector_label: Show language selector
submit_button: => core.ref.save_changes
title: Basics
welcome_banner_heading: Welcome Banner
welcome_banner_text: Configure the text that displays in the banner on the All Discussions page. Use this to welcome guests to your forum.

# These translations are used in the Dashboard page.
dashboard:
clear_cache_button: Clear Cache
description: Your forum at a glance.
title: Dashboard
tools_button: Tools

# These translations are used in the Edit Custom CSS modal dialog.
Expand Down Expand Up @@ -93,10 +92,10 @@ core:
# These translations are used in the email page of the admin interface.
email:
addresses_heading: Addresses
description: "Configure the driver, settings and addresses your forum will use to send email."
driver_heading: Choose a Driver
driver_label: Driver
from_label: Sender
heading: => core.ref.email
mail_encryption_label: Encryption
mail_host_label: Host
mail_mailgun_domain_label: Domain
Expand All @@ -113,16 +112,31 @@ core:
send_test_mail_text: "This will send an email using the above configuration to your email, {email}."
smtp_heading: SMTP Settings
submit_button: => core.ref.save_changes
text: Configure the driver, settings and addresses your forum will use to send email.

# These translations are used in the Extensions page.
extensions:
add_button: Add Extension
settings_button: => core.ref.settings
title: => core.ref.email

# These translations are used on default extension pages.
extension:
confirm_uninstall: Uninstalling will remove all database entires and assets related to the extension. Are you sure you want to contiune?
disabled: Disabled
enabled: Enabled
enable_to_see: Enable the extension to view and change settings.
info_links:
discuss: Discuss
documentation: Documentation
donate: Donate
source: Source
support: Support
website: Website
no_permissions: No Permissions
no_settings: No Settings
open_modal: Open Settings
permissions_title: Permissions
saved_message: Your changes were saved.
uninstall_button: Uninstall

# These translations are used in the session dropdown menu.
# These translations are used in the secondary header.
header:
get_help: Get Help
log_out_button: => core.ref.log_out

# These translations are used in the modal dialog displayed when loading extensions.
Expand All @@ -131,18 +145,26 @@ core:

# These translations are used in the navigation bar.
nav:
appearance_button: Appearance
appearance_text: "Customize your forum's colors, logos, and other variables."
basics_button: Basics
basics_text: "Set your forum title, language, and other basic settings."
dashboard_button: Dashboard
dashboard_text: Your forum at a glance.
appearance_button: => core.admin.appearance.title
appearance_title: => core.admin.appearence.description
basics_button: => core.admin.basics.title
basics_title: => core.admin.basics.description
categories:
authentication: Authentication
discussion: Discussion
feature: Features
formatting: Formatting
language: Languages
moderation: Moderation
other: Other Extensions
theme: Themes
dashboard_button: => core.admin.dashboard.title
dashboard_title: => core.admin.dashboard.description
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
permissions_text: Configure who can see and do what.
email_title: => core.admin.email.description
permissions_button: => core.admin.permissions.title
permissions_title: => core.admin.permissions.description
search_placeholder: Search Extensions

# These translations are used in the Permissions page of the admin interface.
permissions:
Expand All @@ -153,6 +175,7 @@ core:
delete_discussions_label: Delete discussions
delete_posts_forever_label: Delete posts forever
delete_posts_label: Delete posts
description: Configure who can see and do what.
edit_posts_label: Edit posts
edit_users_label: Edit users
global_heading: Global
Expand All @@ -165,6 +188,7 @@ core:
reply_to_discussions_label: Reply to discussions
sign_up_label: Sign up
start_discussions_label: Start discussions
title: Permissions
view_discussions_label: View discussions
view_hidden_groups_label: View hidden group badges
view_last_seen_at_label: Always view user last seen time
Expand Down
8 changes: 4 additions & 4 deletions locale/flarum-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ flarum-tags:
name_placeholder: => flarum-tags.ref.name
slug_label: Slug
submit_button: => core.ref.save_changes
title: => flarum-tags.ref.create_tag
title: Create Tag

# These translations are used in the navigation bar.
nav:
Expand All @@ -49,10 +49,11 @@ flarum-tags:
# These translations are used in the Tags page.
tags:
about_tags_text: "Tags are used to categorize discussions. Primary tags are like traditional forum categories: they can be arranged in a two-level hierarchy. Secondary tags do not have hierarchy or order, and are useful for micro-categorization."
create_tag_button: => flarum-tags.ref.create_tag
create_primary_tag_button: Create Primary Tag
create_secondary_tag_button: Create Secondary Tag
primary_heading: Primary Tags
secondary_heading: Secondary Tags
settings_button: Settings
settings_heading: Settings

# Translations in this namespace are used by the forum user interface.
forum:
Expand Down Expand Up @@ -110,6 +111,5 @@ flarum-tags:

# Translations in this namespace are referenced by two or more unique keys.
ref:
create_tag: Create Tag
name: Name
tags: Tags