diff --git a/extensions/pusher/locale/.gitkeep b/extensions/pusher/locale/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/extensions/pusher/locale/en.yml b/extensions/pusher/locale/en.yml new file mode 100644 index 000000000..184489bc2 --- /dev/null +++ b/extensions/pusher/locale/en.yml @@ -0,0 +1,23 @@ +flarum-pusher: + + ## + # UNIQUE KEYS - The following keys are used in only one location each. + ## + + # Translations in this namespace are used by the admin interface. + admin: + + # These translations are used in the Pusher Settings modal dialog. + pusher_settings: + app_cluster_label: Cluster + app_id_label: App ID + app_key_label: App Key + app_secret_label: App Secret + title: Pusher Settings + + # Translations in this namespace are used by the admin interface. + forum: + + # These translations are used in the discussion list. + discussion_list: + show_updates_text: "Show {count} updated discussion|Show {count} updated discussions"