Skip to content

Commit

Permalink
新增支援 fof-links
Browse files Browse the repository at this point in the history
  • Loading branch information
Csineneo committed Jan 7, 2019
1 parent 3bf27a3 commit 01cba6d
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ https://vivaldi.club
- fof-custom-footer
- fof-default-group
- fof-formatting
- fof-links
- fof-pages
- fof-prevent-necrobumping
- fof-secure-https
Expand Down
42 changes: 42 additions & 0 deletions locale/fof-links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# https://github.com/FriendsOfFlarum/links/blob/master/locale/en.yml
# Mon, 07 Jan 2019 13:03:44 +0800

fof-links:

##
# UNIQUE KEYS - The following keys are used in only one location each.
##

# Translations in this namespace are used by the admin interface.
admin:

# These strings are used in the Edit Link modal dialog.
edit_link:
delete_link_button: 删除链接
delete_link_confirmation: "你确定要删除这个链接?"
internal_link: "这是 Flarum 链接吗?"
open_newtab: "在新标签打开"
submit_button: => core.ref.save_changes
title: => fof-links.ref.create_link
title_label: => fof-links.ref.title
title_placeholder: => fof-links.ref.title
url_label: => fof-links.ref.url
url_placeholder: => fof-links.ref.url

# These strings are used in the Links page.
links:
about_text: 管理主菜单链接
create_button: => fof-links.ref.create_link
links: => fof-links.ref.links

# These strings are used in the navigation bar.
nav:
links_button: => fof-links.ref.links
links_text: 管理主导航列表

# Strings in this namespace are referenced by two or more unique keys.
ref:
create_link: 添加链接
links: 链接
title: 标题
url: 链接

0 comments on commit 01cba6d

Please sign in to comment.