mirror of
https://github.com/flarum/framework.git
synced 2025-02-12 21:30:43 +08:00
Merge pull request #28 from dcsjapan/likes-key-reorganization
Reorganize key names for Likes
This commit is contained in:
commit
ae4e0728db
|
@ -1,11 +1,36 @@
|
||||||
flarum-likes:
|
flarum-likes:
|
||||||
|
|
||||||
|
##
|
||||||
|
# UNIQUE KEYS - The following keys are used in only one location each.
|
||||||
|
##
|
||||||
|
|
||||||
|
# Strings in this namespace are used by the admin interface.
|
||||||
|
admin:
|
||||||
|
|
||||||
|
# These strings are used in the Permissions page of the admin interface.
|
||||||
|
permissions:
|
||||||
|
like_posts_label: Like posts
|
||||||
|
|
||||||
|
# Strings in this namespace are used by the forum user interface.
|
||||||
forum:
|
forum:
|
||||||
post_liked_notification: "{username} liked your post"
|
|
||||||
post_likes_modal_title: Users Who Like This
|
# These strings are used by the Notifications dropdown, a.k.a. "the bell".
|
||||||
post_liked_by_self: "{users} like this."
|
notifications:
|
||||||
post_liked_by: "{users} likes this.|{users} like this."
|
post_liked_text: "{username} liked your post"
|
||||||
unlike_action: Unlike
|
|
||||||
like_action: Like
|
# These strings are displayed beneath individual posts.
|
||||||
notify_post_liked: Someone likes my post
|
post:
|
||||||
others: "{count} others"
|
like_link: Like
|
||||||
you: You
|
liked_by_text: "{users} likes this.|{users} like this."
|
||||||
|
liked_by_self_text: "{users} like this." # Can be pluralized to agree with the number of users!
|
||||||
|
others_link: "{count} others"
|
||||||
|
unlike_link: Unlike
|
||||||
|
you_text: You
|
||||||
|
|
||||||
|
# These strings are used by the Users Who Like This modal dialog.
|
||||||
|
post_likes:
|
||||||
|
title: Users Who Like This
|
||||||
|
|
||||||
|
# These strings are used in the Settings page.
|
||||||
|
settings:
|
||||||
|
notify_post_liked_label: Someone likes one of my posts
|
||||||
|
|
Loading…
Reference in New Issue
Block a user