mirror of
https://github.com/flarum/framework.git
synced 2025-01-25 06:19:46 +08:00
Move locale files from language pack to extension. (#23)
This commit is contained in:
parent
211f36df35
commit
5606fcc06b
37
extensions/likes/locale/en.yml
Normal file
37
extensions/likes/locale/en.yml
Normal file
|
@ -0,0 +1,37 @@
|
|||
flarum-likes:
|
||||
|
||||
##
|
||||
# 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 Permissions page of the admin interface.
|
||||
permissions:
|
||||
like_posts_label: Like posts
|
||||
|
||||
# Translations in this namespace are used by the forum user interface.
|
||||
forum:
|
||||
|
||||
# These translations are used by the Notifications dropdown, a.k.a. "the bell".
|
||||
notifications:
|
||||
others_text: => core.ref.some_others
|
||||
post_liked_text: "{username} liked your post" # Can be pluralized to agree with the number of users!
|
||||
|
||||
# These translations are displayed beneath individual posts.
|
||||
post:
|
||||
like_link: Like
|
||||
liked_by_self_text: "{users} like this." # Can be pluralized to agree with the number of users!
|
||||
liked_by_text: "{users} likes this.|{users} like this."
|
||||
others_link: => core.ref.some_others
|
||||
unlike_link: Unlike
|
||||
you_text: => core.ref.you
|
||||
|
||||
# These translations are used by the Users Who Like This modal dialog.
|
||||
post_likes:
|
||||
title: Users Who Like This
|
||||
|
||||
# These translations 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