From a15025303bed1010c3f9295fa198a1b091a0256d Mon Sep 17 00:00:00 2001 From: Michael <161408495+michaelien@users.noreply.github.com> Date: Sat, 11 May 2024 08:15:40 +0800 Subject: [PATCH] chore: update i18n with Weblate (#3339) * Translated using Weblate (Japanese) Currently translated at 100.0% (255 of 255 strings) Translation: memos-i18n/i18n Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ja/ * Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (255 of 255 strings) Translation: memos-i18n/i18n Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/ * Translated using Weblate (Chinese (Traditional)) Currently translated at 99.6% (254 of 255 strings) Translation: memos-i18n/i18n Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hant/ --------- Co-authored-by: Somme4096 Co-authored-by: Lincoln Nogueira --- web/src/locales/ja.json | 5 +++-- web/src/locales/pt-BR.json | 3 ++- web/src/locales/zh-Hant.json | 6 ++++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/web/src/locales/ja.json b/web/src/locales/ja.json index c6d31fafb..079c9cc2e 100644 --- a/web/src/locales/ja.json +++ b/web/src/locales/ja.json @@ -27,7 +27,7 @@ "description": "説明", "edit": "編集する", "email": "Eメール", - "explore": "カレンダービュー", + "explore": "共有メモ", "file": "ファイル", "filter": "フィルター", "home": "ホーム", @@ -96,7 +96,8 @@ "memo": { "archived-at": "アーカイブ:", "comment": { - "self": "コメント" + "self": "コメント", + "write-a-comment": "コメントを書く" }, "copy-link": "リンクをコピー", "count-memos-in-date": "{{date}} 日に {{count}} 件のメモ", diff --git a/web/src/locales/pt-BR.json b/web/src/locales/pt-BR.json index fa58013b7..13b805c89 100644 --- a/web/src/locales/pt-BR.json +++ b/web/src/locales/pt-BR.json @@ -96,7 +96,8 @@ "memo": { "archived-at": "Arquivado em", "comment": { - "self": "Comentários" + "self": "Comentários", + "write-a-comment": "Escreva um comentário" }, "copy-link": "Copiar link", "count-memos-in-date": "{{count}} memos em {{date}}", diff --git a/web/src/locales/zh-Hant.json b/web/src/locales/zh-Hant.json index 394099410..1e34c5b73 100644 --- a/web/src/locales/zh-Hant.json +++ b/web/src/locales/zh-Hant.json @@ -96,7 +96,8 @@ "memo": { "archived-at": "封存於", "comment": { - "self": "評論" + "self": "評論", + "write-a-comment": "寫下留言" }, "copy-link": "複製連結", "count-memos-in-date": "{{date}}的{{count}}個備忘錄", @@ -137,7 +138,8 @@ "reference": { "add-references": "添加參考資料", "embedded-usage": "作為嵌入式內容使用", - "no-memos-found": "未找到任何備忘錄" + "no-memos-found": "未找到任何備忘錄", + "search-placeholder": "搜尋內容" }, "resource": { "clear": "清除",