mirror of
https://github.com/flarum/framework.git
synced 2024-11-27 11:03:37 +08:00
24 lines
692 B
YAML
24 lines
692 B
YAML
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: "{count, plural, one {Show # updated discussion} other {Show # updated discussions}}"
|