mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 13:08:40 +08:00
Previously, the house ads plugin attached to the `post-article` outlet on every nested post, so ads landed after randomly-positioned children in the nested replies tree based on the global `post_number` rather than the visible feed. This change suppresses the per-post outlet in nested view and introduces a new `nested-roots-between` placement with a `house_ads_after_nth_root` setting, so admins can configure ads to appear between every N root replies.
75 lines
3.2 KiB
YAML
Executable file
Vendored
75 lines
3.2 KiB
YAML
Executable file
Vendored
en:
|
|
js:
|
|
adplugin:
|
|
advertisement_label: "ADVERTISEMENT"
|
|
admin_js:
|
|
admin:
|
|
site_settings:
|
|
categories:
|
|
ad_plugin: "Ad Plugin"
|
|
dfp_plugin: "DFP/Ad Manager"
|
|
adsense_plugin: "AdSense"
|
|
amazon_plugin: "Amazon"
|
|
carbonads_plugin: "Carbon Ads"
|
|
adbutler_plugin: "AdButler"
|
|
dashboard:
|
|
reports:
|
|
filters:
|
|
ad_type:
|
|
label: "Ad Type"
|
|
house_ad_name:
|
|
label: "HouseAd Name"
|
|
ad_placement:
|
|
label: "Ad Placement"
|
|
user_type:
|
|
label: "User Type"
|
|
|
|
adplugin:
|
|
house_ads:
|
|
title: "House Ads"
|
|
new: "New"
|
|
settings: "Settings"
|
|
new_name: "New House Ad"
|
|
save: "Save"
|
|
delete: "Delete"
|
|
confirm_delete: "Are you sure you want to delete this ad?"
|
|
html: "HTML"
|
|
categories: "Categories"
|
|
routes: "Routes"
|
|
groups: "Groups"
|
|
description: "Create and manage your own ads to display across your site in various positions."
|
|
get_started: "No house ads have been created yet."
|
|
filter_placeholder: "Select ads..."
|
|
more_settings: "More Settings"
|
|
show_to_anons: "Show to anonymous users"
|
|
show_to_logged_in_users: "Show to logged in users"
|
|
category_chooser_description: "Choose the categories where this ad should be displayed or leave empty to show the ad everywhere. The `no_ads_for_categories` site setting has priority over this setting."
|
|
category_chooser_description_with_routes: "Choose the categories where this ad should be displayed. Leave this and route selections empty to show the ad everywhere. The `no_ads_for_categories` site setting has priority over this setting."
|
|
route_chooser_description: "Choose the pages/routes where this ad should be displayed. Leave this and category selections empty to show the ad everywhere."
|
|
group_chooser_description: "Choose the groups that can view this ad or leave empty to show the ad to all signed in users."
|
|
preview: "Preview"
|
|
back: "House Ads"
|
|
name: "Name"
|
|
edit: "Edit"
|
|
tabs:
|
|
ads: "Ads"
|
|
settings: "Settings"
|
|
|
|
topic_list_top:
|
|
title: "Topic list top ads"
|
|
description: "Ads to show at the top of topic list pages."
|
|
topic_above_post_stream:
|
|
title: "Topic above post stream"
|
|
description: "Ads to show above the title of a topic on the topic page."
|
|
topic_above_suggested:
|
|
title: "Topic above suggested"
|
|
description: "Ads to show after the last post in a topic, above the suggested topics."
|
|
post_bottom:
|
|
title: "Between posts"
|
|
description: "Ads to show in between posts, after every N posts."
|
|
topic_list_between:
|
|
title: "Between topics"
|
|
description: "Ads to show in between topics, after every N topics."
|
|
nested_roots_between:
|
|
title: "Between nested roots"
|
|
description: "Ads to show in between root replies in the nested replies view, after every N roots."
|