From 8a92699f5eb3e166d2fe6bd6f9fe89deeecfc459 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Mon, 2 May 2022 00:17:16 +0300 Subject: [PATCH] New translations relationship.json (Chinese Traditional) --- src/i18n/zh-Hant/components/relationship.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/zh-Hant/components/relationship.json diff --git a/src/i18n/zh-Hant/components/relationship.json b/src/i18n/zh-Hant/components/relationship.json new file mode 100644 index 00000000..613097c8 --- /dev/null +++ b/src/i18n/zh-Hant/components/relationship.json @@ -0,0 +1,16 @@ +{ + "follow": { + "function": "追蹤使用者" + }, + "block": { + "function": "封鎖使用者" + }, + "button": { + "error": "載入錯誤", + "blocked_by": "已被使用者封鎖", + "blocking": "解除封鎖", + "following": "取消追蹤", + "requested": "收回要求", + "default": "追蹤" + } +} \ No newline at end of file