From dfd5de9381b1f25a94de030f1f0eed31464fa03e Mon Sep 17 00:00:00 2001 From: SimonOriginal Date: Mon, 15 Jul 2024 15:41:07 +0200 Subject: [PATCH] add i18n keys --- .../components/workspace/common/ManifestModal.svelte | 12 +++++++----- 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 | 3 +++ 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/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/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/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/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 +++ 39 files changed, 121 insertions(+), 5 deletions(-) diff --git a/src/lib/components/workspace/common/ManifestModal.svelte b/src/lib/components/workspace/common/ManifestModal.svelte index a27679b4d..84b8c9ea1 100644 --- a/src/lib/components/workspace/common/ManifestModal.svelte +++ b/src/lib/components/workspace/common/ManifestModal.svelte @@ -45,19 +45,21 @@ >
- The developers behind this plugin are passionate volunteers from the community. If you - find this plugin helpful, please consider contributing to its development. + {$i18n.t( + 'The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.' + )}
- Your entire contribution will go directly to the plugin developer; Open WebUI does not - take any percentage. However, the chosen funding platform might have its own fees. + {$i18n.t( + 'Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.' + )}

- Support this plugin: {manifest.funding_url}