From 8c677ff7a1949bed9e434f6de565bd5c30b64ed0 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Mon, 7 Oct 2024 22:13:45 -0700 Subject: [PATCH] chore: i18n --- src/lib/components/workspace/Knowledge.svelte | 3 ++- .../Knowledge/Collection/AddTextContentModal.svelte | 4 ++-- src/lib/i18n/locales/ar-BH/translation.json | 3 ++- src/lib/i18n/locales/bg-BG/translation.json | 3 ++- src/lib/i18n/locales/bn-BD/translation.json | 3 ++- src/lib/i18n/locales/ca-ES/translation.json | 3 ++- src/lib/i18n/locales/ceb-PH/translation.json | 3 ++- src/lib/i18n/locales/de-DE/translation.json | 3 ++- src/lib/i18n/locales/dg-DG/translation.json | 3 ++- src/lib/i18n/locales/en-GB/translation.json | 3 ++- src/lib/i18n/locales/en-US/translation.json | 3 ++- src/lib/i18n/locales/es-ES/translation.json | 3 ++- src/lib/i18n/locales/fa-IR/translation.json | 3 ++- src/lib/i18n/locales/fi-FI/translation.json | 3 ++- src/lib/i18n/locales/fr-CA/translation.json | 3 ++- src/lib/i18n/locales/fr-FR/translation.json | 5 +++-- src/lib/i18n/locales/he-IL/translation.json | 3 ++- src/lib/i18n/locales/hi-IN/translation.json | 3 ++- src/lib/i18n/locales/hr-HR/translation.json | 3 ++- src/lib/i18n/locales/id-ID/translation.json | 3 ++- src/lib/i18n/locales/ie-GA/translation.json | 3 ++- src/lib/i18n/locales/it-IT/translation.json | 3 ++- src/lib/i18n/locales/ja-JP/translation.json | 3 ++- src/lib/i18n/locales/ka-GE/translation.json | 3 ++- src/lib/i18n/locales/ko-KR/translation.json | 3 ++- src/lib/i18n/locales/lt-LT/translation.json | 3 ++- src/lib/i18n/locales/ms-MY/translation.json | 3 ++- src/lib/i18n/locales/nb-NO/translation.json | 3 ++- src/lib/i18n/locales/nl-NL/translation.json | 3 ++- src/lib/i18n/locales/pa-IN/translation.json | 3 ++- src/lib/i18n/locales/pl-PL/translation.json | 3 ++- src/lib/i18n/locales/pt-BR/translation.json | 3 ++- src/lib/i18n/locales/pt-PT/translation.json | 3 ++- src/lib/i18n/locales/ro-RO/translation.json | 3 ++- src/lib/i18n/locales/ru-RU/translation.json | 3 ++- src/lib/i18n/locales/sr-RS/translation.json | 3 ++- src/lib/i18n/locales/sv-SE/translation.json | 3 ++- src/lib/i18n/locales/th-TH/translation.json | 3 ++- src/lib/i18n/locales/tk-TW/translation.json | 3 ++- src/lib/i18n/locales/tr-TR/translation.json | 3 ++- src/lib/i18n/locales/uk-UA/translation.json | 3 ++- src/lib/i18n/locales/vi-VN/translation.json | 3 ++- src/lib/i18n/locales/zh-CN/translation.json | 3 ++- src/lib/i18n/locales/zh-TW/translation.json | 3 ++- 44 files changed, 89 insertions(+), 46 deletions(-) diff --git a/src/lib/components/workspace/Knowledge.svelte b/src/lib/components/workspace/Knowledge.svelte index 1706ba0aa..6ed4864e8 100644 --- a/src/lib/components/workspace/Knowledge.svelte +++ b/src/lib/components/workspace/Knowledge.svelte @@ -181,7 +181,8 @@ {/if}
- Updated {dayjs(item.updated_at * 1000).fromNow()} + {$i18n.t('Updated')} + {dayjs(item.updated_at * 1000).fromNow()}
diff --git a/src/lib/components/workspace/Knowledge/Collection/AddTextContentModal.svelte b/src/lib/components/workspace/Knowledge/Collection/AddTextContentModal.svelte index 8af334bc2..996447e2a 100644 --- a/src/lib/components/workspace/Knowledge/Collection/AddTextContentModal.svelte +++ b/src/lib/components/workspace/Knowledge/Collection/AddTextContentModal.svelte @@ -59,7 +59,7 @@
-
Title
+
{$i18n.t('Title')}
-
Content
+
{$i18n.t('Content')}