From d2cb4c2d77e8cd7b12af89aef564c4c0fe3c99d6 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Sat, 3 Oct 2015 16:24:08 +0930 Subject: [PATCH] Add some bundled extension translations But the key names are still yet to be redone. --- .../lang-english/locale/flarum-flags.yml | 8 ++++++++ .../lang-english/locale/flarum-likes.yml | 12 +++++++++++ .../lang-english/locale/flarum-lock.yml | 8 ++++++++ .../lang-english/locale/flarum-mentions.yml | 10 ++++++++++ .../lang-english/locale/flarum-pusher.yml | 4 ++++ .../lang-english/locale/flarum-sticky.yml | 8 ++++++++ .../locale/flarum-subscriptions.yml | 13 ++++++++++++ .../lang-english/locale/flarum-tags.yml | 20 +++++++++++++++++++ 8 files changed, 83 insertions(+) create mode 100644 extensions/lang-english/locale/flarum-flags.yml create mode 100644 extensions/lang-english/locale/flarum-likes.yml create mode 100644 extensions/lang-english/locale/flarum-lock.yml create mode 100644 extensions/lang-english/locale/flarum-mentions.yml create mode 100644 extensions/lang-english/locale/flarum-pusher.yml create mode 100644 extensions/lang-english/locale/flarum-sticky.yml create mode 100644 extensions/lang-english/locale/flarum-subscriptions.yml create mode 100644 extensions/lang-english/locale/flarum-tags.yml diff --git a/extensions/lang-english/locale/flarum-flags.yml b/extensions/lang-english/locale/flarum-flags.yml new file mode 100644 index 000000000..890f5b5c0 --- /dev/null +++ b/extensions/lang-english/locale/flarum-flags.yml @@ -0,0 +1,8 @@ +flarum-flags: + reason_off_topic: Off-topic + reason_spam: Spam + reason_inappropriate: Inappropriate + reason_other: Other + flagged_by: "{username} flagged" + flagged_by_with_reason: "{username} flagged as {reason}" + no_flags: No Flags diff --git a/extensions/lang-english/locale/flarum-likes.yml b/extensions/lang-english/locale/flarum-likes.yml new file mode 100644 index 000000000..73736b968 --- /dev/null +++ b/extensions/lang-english/locale/flarum-likes.yml @@ -0,0 +1,12 @@ +flarum-likes: + post_liked_notification: "{username} liked your post" + post_likes_modal_title: Users Who Like This + post_liked_by_self: "{users} like this." + post_liked_by: + one: "{users} likes this." + other: "{users} like this." + unlike_action: Unlike + like_action: Like + notify_post_liked: Someone likes my post + others: "{count} others" + you: You diff --git a/extensions/lang-english/locale/flarum-lock.yml b/extensions/lang-english/locale/flarum-lock.yml new file mode 100644 index 000000000..0dd5257f0 --- /dev/null +++ b/extensions/lang-english/locale/flarum-lock.yml @@ -0,0 +1,8 @@ +flarum-lock: + discussion_locked_notification: "{username} locked" + discussion_locked_post: "{username} locked the discussion." + discussion_unlocked_post: "{username} unlocked the discussion." + notify_discussion_locked: Someone locks a discussion I started + locked: Locked + lock: Lock + unlock: Unlock diff --git a/extensions/lang-english/locale/flarum-mentions.yml b/extensions/lang-english/locale/flarum-mentions.yml new file mode 100644 index 000000000..878889f7c --- /dev/null +++ b/extensions/lang-english/locale/flarum-mentions.yml @@ -0,0 +1,10 @@ +flarum-mentions: + reply_to_post: "Reply to #{number}" + post_mentioned_notification: "{username} replied to your post" + others: "{count} others" + user_mentioned_notification: "{username} mentioned you" + post_mentioned_by: "{users} replied to this." + you: You + reply_link: Reply + notify_post_mentioned: Someone replies to my post + notify_user_mentioned: Someone mentions me in a post diff --git a/extensions/lang-english/locale/flarum-pusher.yml b/extensions/lang-english/locale/flarum-pusher.yml new file mode 100644 index 000000000..02293b8ee --- /dev/null +++ b/extensions/lang-english/locale/flarum-pusher.yml @@ -0,0 +1,4 @@ +flarum-pusher: + show_updated_discussions: + one: "Show {count} updated discussion" + other: "Show {count} updated discussions" diff --git a/extensions/lang-english/locale/flarum-sticky.yml b/extensions/lang-english/locale/flarum-sticky.yml new file mode 100644 index 000000000..ddedb71e9 --- /dev/null +++ b/extensions/lang-english/locale/flarum-sticky.yml @@ -0,0 +1,8 @@ +flarum-sticky: + discussion_stickied_notification: "{username} stickied" + discussion_stickied_post: "{username} stickied the discussion." + discussion_unstickied_post: "{username} unstickied the discussion." + notify_discussion_stickied: Someone stickies a discussion I started + stickied: Sticky + sticky: Sticky + unsticky: Unsticky diff --git a/extensions/lang-english/locale/flarum-subscriptions.yml b/extensions/lang-english/locale/flarum-subscriptions.yml new file mode 100644 index 000000000..7e326c154 --- /dev/null +++ b/extensions/lang-english/locale/flarum-subscriptions.yml @@ -0,0 +1,13 @@ +flarum-subscriptions: + following: Following + ignoring: Ignoring + follow: Follow + unfollow: Unfollow + ignore: Ignore + notify_new_post: Someone posts in a discussion I'm following + new_post_notification: "{username} posted" + not_following: Not Following + not_following_description: Be notified when @mentioned. + following_description: Be notified of all replies. + ignoring_description: Never be notified. Hide from the discussion list. + unignore: Unignore diff --git a/extensions/lang-english/locale/flarum-tags.yml b/extensions/lang-english/locale/flarum-tags.yml new file mode 100644 index 000000000..66210308c --- /dev/null +++ b/extensions/lang-english/locale/flarum-tags.yml @@ -0,0 +1,20 @@ +flarum-tags: + tags: Tags + discussion_tagged_post: + one: "{username} {action} tag." + other: "{username} {action} tags." + added_tags: "added the {tags}" + removed_tags: "removed the {tags}" + tag_new_discussion_title: Choose Tags for Your Discussion + tag_new_discussion_link: Choose Tags + edit_discussion_tags_title: "Edit Tags for {title}" + edit_discussion_tags_link: Edit Tags + choose_primary_tags: + one: Choose a primary tag + other: "Choose {count} primary tags" + choose_secondary_tags: + one: Choose 1 more tag + other: "Choose {count} more tags" + confirm: Confirm + more: More... + deleted: Deleted