0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-12 05:37:26 +08:00
discourse/plugins/discourse-zendesk-plugin/config/locales/client.en.yml
2025-07-15 16:38:05 +02:00

26 lines
1.5 KiB
YAML
Vendored

en:
admin_js:
admin:
site_settings:
categories:
discourse_zendesk: "Discourse Zendesk"
js:
topic:
create_zendesk_issue: "Create Zendesk Ticket"
view_zendesk_issue: "View on Zendesk"
zendesk:
credentials_not_setup: You haven't setup your Zendesk credentials.
url_not_set: Your Zendesk URL is not currently set.
general_error: Something went wrong.
site_settings:
zendesk_url: Your Zendesk URL. e.g. https://YOUR_SUBDOMAIN.zendesk.com/api/v2
zendesk_enabled: Enable Zendesk plugin
zendesk_autogenerate_all_categories: Automatically create tickets for all categories. If enabled, `zendesk_autogenerate_categories` is ignored.
zendesk_autogenerate_categories: List of categories that will automatically create Zendesk tickets.
zendesk_jobs_api_token: API token for Zendesk authentication
zendesk_jobs_email: Email to use for Zendesk authentication
zendesk_job_push_all_posts: Push all posts in a topic as Zendesk comments? If disabled only first post will be pushed to Zendesk.
zendesk_job_push_only_author_posts: Only push posts by the original topic author to zendesk. Only applies if `zendesk_job_push_all_posts` is enabled
sync_comments_from_zendesk: Autopost comments from Zendesk to Discourse. Only applies for topics in `zendesk_autogenerate_categories`.
zendesk_incoming_webhook_token: Token sent in the payload from the Zendesk outgoing webhook. Required only if `sync_comments_from_zendesk` is enabled.
zendesk_tags: List of tags to add to each ticket