From 5bb9a07f7e371a80f098567e6e9e1ef0acc43999 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Sat, 2 Dec 2023 16:43:35 +0900
Subject: [PATCH] New translations translation.json (Chinese Traditional)
---
locales/zh_tw/translation.json | 109 +++++++++++++++++++++++++++++++++
1 file changed, 109 insertions(+)
create mode 100644 locales/zh_tw/translation.json
diff --git a/locales/zh_tw/translation.json b/locales/zh_tw/translation.json
new file mode 100644
index 00000000..003cad8a
--- /dev/null
+++ b/locales/zh_tw/translation.json
@@ -0,0 +1,109 @@
+{
+ "timeline": {
+ "home": "Home",
+ "notifications": "Notifications",
+ "local": "Local",
+ "public": "Public",
+ "search": "Search",
+ "status": {
+ "boosted": "{user} boosted",
+ "poll": {
+ "refresh": "Refresh",
+ "vote": "Vote",
+ "people": "{num} people",
+ "closed": "Closed"
+ },
+ "show_more": "Show more",
+ "show_less": "Show less",
+ "cw": "Media hidden"
+ }
+ },
+ "accounts": {
+ "new": {
+ "title": "Add account",
+ "sign_in": "Sign in",
+ "authorize": "Authorize"
+ }
+ },
+ "notification": {
+ "favourite": {
+ "title": "Favourite",
+ "body": "{user} favourited your post"
+ },
+ "reblog": {
+ "title": "Boost",
+ "body": "{user} boosted your post"
+ },
+ "quote": {
+ "title": "Quote",
+ "body": "{user} quoted your post"
+ },
+ "poll_expired": {
+ "title": "Poll",
+ "body": "{user} poll has ended"
+ },
+ "poll_vote": {
+ "title": "Poll",
+ "body": "{user} voted your poll"
+ },
+ "status": {
+ "title": "Status",
+ "body": "{user} just posted"
+ },
+ "update": {
+ "title": "Update",
+ "body": "{user} updated the post"
+ },
+ "emoji_reaction": {
+ "title": "Reaction",
+ "body": "{user} reacted your post"
+ },
+ "follow": {
+ "title": "Follow",
+ "body": "{user} followed you",
+ "followers": "{num} followers"
+ },
+ "follow_request": {
+ "title": "Follow Request",
+ "body": "{user} requested to follow you"
+ }
+ },
+ "compose": {
+ "placeholder": "What's on your mind?",
+ "spoiler": {
+ "placeholder": "Write your warning here"
+ },
+ "visibility": {
+ "public": "Public",
+ "unlisted": "Unlisted",
+ "private": "Private",
+ "direct": "Direct"
+ },
+ "nsfw": "Sensitive",
+ "poll": {
+ "add": "Add a choice",
+ "5min": "5 minutes",
+ "30min": "30 minutes",
+ "1h": "1 hour",
+ "6h": "6 hours",
+ "1d": "1 day",
+ "3d": "3 days",
+ "7d": "7 days",
+ "multiple": "multiple"
+ }
+ },
+ "alert": {
+ "validation": {
+ "attachment_type": "You can attach only images or videos"
+ },
+ "upload_error": "Failed to upload the file"
+ },
+ "profile": {
+ "follow": "Follow",
+ "unfollow": "Unfollow",
+ "open_original": "Open original page",
+ "timeline": "Timeline",
+ "followers": "Followers",
+ "followings": "Followings"
+ }
+}