🌍: Dutch translation, fix translation, style(Dropdown): added scroll (#1218)

* italian translation

* some translation fixes + dutch translation

* fix(Dropdown) more dynamic

* fix(Nl)

* fix(Nl)

* added comment in Nl.tsx
This commit is contained in:
Marco Beretta 2023-11-28 23:42:31 +01:00 committed by GitHub
parent 822914d521
commit 3838ff4617
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 640 additions and 320 deletions

View file

@ -2,8 +2,11 @@ import type { ReactNode } from 'react';
import { EModelEndpoint } from 'librechat-data-provider'; import { EModelEndpoint } from 'librechat-data-provider';
import { icons } from './Menus/Endpoints/Icons'; import { icons } from './Menus/Endpoints/Icons';
import { useChatContext } from '~/Providers'; import { useChatContext } from '~/Providers';
import { useLocalize } from '~/hooks';
export default function Landing({ Header }: { Header?: ReactNode }) { export default function Landing({ Header }: { Header?: ReactNode }) {
const { conversation } = useChatContext(); const { conversation } = useChatContext();
const localize = useLocalize();
let { endpoint } = conversation ?? {}; let { endpoint } = conversation ?? {};
if ( if (
endpoint === EModelEndpoint.assistant || endpoint === EModelEndpoint.assistant ||
@ -22,7 +25,9 @@ export default function Landing({ Header }: { Header?: ReactNode }) {
{icons[endpoint ?? 'unknown']({ size: 41, className: 'h-2/3 w-2/3' })} {icons[endpoint ?? 'unknown']({ size: 41, className: 'h-2/3 w-2/3' })}
</div> </div>
</div> </div>
<div className="mb-5 text-2xl font-medium dark:text-white">How can I help you today?</div> <div className="mb-5 text-2xl font-medium dark:text-white">
{localize('com_nav_welcome_message')}
</div>
</div> </div>
</div> </div>
); );

View file

@ -100,6 +100,7 @@ export const LangSelector = ({
{ value: 'ko-KR', display: localize('com_nav_lang_korean') }, { value: 'ko-KR', display: localize('com_nav_lang_korean') },
{ value: 'vi-VN', display: localize('com_nav_lang_vietnamese') }, { value: 'vi-VN', display: localize('com_nav_lang_vietnamese') },
{ value: 'tr-TR', display: localize('com_nav_lang_turkish') }, { value: 'tr-TR', display: localize('com_nav_lang_turkish') },
{ value: 'nl-NL', display: localize('com_nav_lang_dutch') },
]; ];
return ( return (

View file

@ -86,10 +86,9 @@ const Dropdown: FC<DropdownProps> = ({
</svg> </svg>
</span> </span>
</Listbox.Button> </Listbox.Button>
<Listbox.Options <Listbox.Options
className={cn( className={cn(
'max-h-90 absolute z-50 mt-1 overflow-auto rounded-md shadow-lg transition-opacity focus:outline-none', 'absolute z-50 mt-1 max-h-[40vh] overflow-auto rounded-md shadow-lg transition-opacity focus:outline-none',
currentThemeStyle, currentThemeStyle,
className, className,
)} )}

View file

@ -14,6 +14,7 @@ import Korean from './languages/Ko';
import TraditionalChinese from './languages/ZhTraditional'; import TraditionalChinese from './languages/ZhTraditional';
import Vietnamese from './languages/Vi'; import Vietnamese from './languages/Vi';
import Turkish from './languages/Tr'; import Turkish from './languages/Tr';
import Dutch from './languages/Nl';
// === import additional language files here === // // === import additional language files here === //
const languageMap: { [key: string]: unknown } = { const languageMap: { [key: string]: unknown } = {
@ -33,6 +34,7 @@ const languageMap: { [key: string]: unknown } = {
'zh-TC': TraditionalChinese, 'zh-TC': TraditionalChinese,
'vi-VN': Vietnamese, 'vi-VN': Vietnamese,
'tr-TR': Turkish, 'tr-TR': Turkish,
'nl-NL': Dutch,
// Add additional language mappings here // Add additional language mappings here
}; };

View file

@ -27,7 +27,8 @@
com_ui_showing: 'عرض', com_ui_showing: 'عرض',
com_ui_of: 'من', com_ui_of: 'من',
com_ui_entries: 'الإدخالات', com_ui_entries: 'الإدخالات',
com_ui_pay_per_call: 'الذكاء الاصطناعي يمكن ان ينتج اخطاء الرجاء التاكد بنفسك من المعلومات المهمه.', com_ui_pay_per_call:
'الذكاء الاصطناعي يمكن ان ينتج اخطاء الرجاء التاكد بنفسك من المعلومات المهمه.',
com_ui_enter: 'أدخل', com_ui_enter: 'أدخل',
com_ui_submit: 'إرسال', com_ui_submit: 'إرسال',
com_ui_upload_success: 'تم تحميل الملف بنجاح', com_ui_upload_success: 'تم تحميل الملف بنجاح',
@ -49,10 +50,13 @@
com_ui_delete: 'حذف', com_ui_delete: 'حذف',
com_ui_delete_conversation: 'حذف الدردشة؟', com_ui_delete_conversation: 'حذف الدردشة؟',
com_ui_delete_conversation_confirm: 'سيتم حذف هذا', com_ui_delete_conversation_confirm: 'سيتم حذف هذا',
com_auth_error_login: 'تعذر تسجيل الدخول باستخدام المعلومات المقدمة. يرجى التحقق من بيانات الاعتماد الخاصة بك والمحاولة مرة أخرى.', com_auth_error_login:
com_auth_error_login_rl: 'محاولات تسجيل الدخول الكثيرة في فترة زمنية قصيرة. يرجى المحاولة مرة أخرى لاحقًا.', 'تعذر تسجيل الدخول باستخدام المعلومات المقدمة. يرجى التحقق من بيانات الاعتماد الخاصة بك والمحاولة مرة أخرى.',
com_auth_error_login_rl:
'محاولات تسجيل الدخول الكثيرة في فترة زمنية قصيرة. يرجى المحاولة مرة أخرى لاحقًا.',
com_auth_error_login_ban: 'تم حظر حسابك مؤقتًا بسبب انتهاكات لخدمتنا.', com_auth_error_login_ban: 'تم حظر حسابك مؤقتًا بسبب انتهاكات لخدمتنا.',
com_auth_error_login_server: 'كان هناك خطأ في الخادم الداخلي. يرجى الانتظار بضع لحظات وحاول مرة أخرى.', com_auth_error_login_server:
'كان هناك خطأ في الخادم الداخلي. يرجى الانتظار بضع لحظات وحاول مرة أخرى.',
com_auth_no_account: 'ليس لديك حساب؟', com_auth_no_account: 'ليس لديك حساب؟',
com_auth_sign_up: 'سجل الان', com_auth_sign_up: 'سجل الان',
com_auth_sign_in: 'تسجيل الدخول', com_auth_sign_in: 'تسجيل الدخول',
@ -75,8 +79,7 @@
com_auth_password_not_match: 'كلمات المرور لا تتطابق', com_auth_password_not_match: 'كلمات المرور لا تتطابق',
com_auth_continue: 'استمر', com_auth_continue: 'استمر',
com_auth_create_account: 'أنشئ حسابك', com_auth_create_account: 'أنشئ حسابك',
com_auth_error_create: com_auth_error_create: 'كان هناك خطأ في محاولة تسجيل حسابك. يرجى المحاولة مرة أخرى.',
'كان هناك خطأ في محاولة تسجيل حسابك. يرجى المحاولة مرة أخرى.',
com_auth_full_name: 'الاسم الكامل', com_auth_full_name: 'الاسم الكامل',
com_auth_name_required: 'الاسم مطلوب', com_auth_name_required: 'الاسم مطلوب',
com_auth_name_min_length: 'يجب أن يكون الاسم على الأقل 3 أحرف', com_auth_name_min_length: 'يجب أن يكون الاسم على الأقل 3 أحرف',
@ -97,7 +100,8 @@
com_auth_error_reset_password: com_auth_error_reset_password:
'كانت هناك مشكلة في إعادة تعيين كلمة المرور الخاصة بك. لم يتم العثور على مستخدم بالعنوان البريدي الذي تم تقديمه. يرجى المحاولة مرة أخرى.', 'كانت هناك مشكلة في إعادة تعيين كلمة المرور الخاصة بك. لم يتم العثور على مستخدم بالعنوان البريدي الذي تم تقديمه. يرجى المحاولة مرة أخرى.',
com_auth_reset_password_success: 'نجاح إعادة تعيين كلمة المرور', com_auth_reset_password_success: 'نجاح إعادة تعيين كلمة المرور',
com_auth_login_with_new_password: 'يمكنك الآن تسجيل الدخول باستخدام كلمة المرور الجديدة الخاصة بك.', com_auth_login_with_new_password:
'يمكنك الآن تسجيل الدخول باستخدام كلمة المرور الجديدة الخاصة بك.',
com_auth_error_invalid_reset_token: 'رمز إعادة تعيين كلمة المرور هذا لم يعد صالحًا.', com_auth_error_invalid_reset_token: 'رمز إعادة تعيين كلمة المرور هذا لم يعد صالحًا.',
com_auth_click_here: 'انقر هنا', com_auth_click_here: 'انقر هنا',
com_auth_to_try_again: 'للمحاولة مرة أخرى.', com_auth_to_try_again: 'للمحاولة مرة أخرى.',
@ -130,7 +134,8 @@
com_endpoint_google_maxoutputtokens: com_endpoint_google_maxoutputtokens:
'الحد الأقصى لعدد الرموز التي يمكن إنشاؤها في الرد. حدد قيمة أقل للردود الأقصر وقيمة أعلى للردود الأطول.', 'الحد الأقصى لعدد الرموز التي يمكن إنشاؤها في الرد. حدد قيمة أقل للردود الأقصر وقيمة أعلى للردود الأطول.',
com_endpoint_google_custom_name_placeholder: 'قم بتعيين اسم مخصص لـ PaLM2', com_endpoint_google_custom_name_placeholder: 'قم بتعيين اسم مخصص لـ PaLM2',
com_endpoint_prompt_prefix_placeholder: 'قم بتعيين تعليمات مخصصة أو سياق. يتم تجاهله إذا كان فارغًا.', com_endpoint_prompt_prefix_placeholder:
'قم بتعيين تعليمات مخصصة أو سياق. يتم تجاهله إذا كان فارغًا.',
com_endpoint_custom_name: 'اسم مخصص', com_endpoint_custom_name: 'اسم مخصص',
com_endpoint_prompt_prefix: 'بادئة الأمر', com_endpoint_prompt_prefix: 'بادئة الأمر',
com_endpoint_temperature: 'درجة الحرارة', com_endpoint_temperature: 'درجة الحرارة',
@ -208,12 +213,14 @@
com_endpoint_config_key_import_json_key_success: 'تم استيراد مفتاح حساب الخدمة JSON بنجاح', com_endpoint_config_key_import_json_key_success: 'تم استيراد مفتاح حساب الخدمة JSON بنجاح',
com_endpoint_config_key_import_json_key_invalid: com_endpoint_config_key_import_json_key_invalid:
'مفتاح حساب الخدمة JSON غير صالح، هل قمت باستيراد الملف الصحيح؟', 'مفتاح حساب الخدمة JSON غير صالح، هل قمت باستيراد الملف الصحيح؟',
com_endpoint_config_key_get_edge_key: 'للحصول على رمز الوصول الخاص بك لـ Bing، قم بتسجيل الدخول إلى', com_endpoint_config_key_get_edge_key:
'للحصول على رمز الوصول الخاص بك لـ Bing، قم بتسجيل الدخول إلى',
com_endpoint_config_key_get_edge_key_dev_tool: com_endpoint_config_key_get_edge_key_dev_tool:
'استخدم أدوات المطور أو ملحق أثناء تسجيل الدخول إلى الموقع لنسخ محتوى ألـ_U cookie. إذا فشل هذا، اتبع هذه', 'استخدم أدوات المطور أو ملحق أثناء تسجيل الدخول إلى الموقع لنسخ محتوى ألـ_U cookie. إذا فشل هذا، اتبع هذه',
com_endpoint_config_key_edge_instructions: 'التعليمات', com_endpoint_config_key_edge_instructions: 'التعليمات',
com_endpoint_config_key_edge_full_key_string: ' لتقديم سلاسل كاملة للكوكيز.', com_endpoint_config_key_edge_full_key_string: ' لتقديم سلاسل كاملة للكوكيز.',
com_endpoint_config_key_chatgpt: 'للحصول على رمز الوصول الخاص بـ ChatGPT إصدار مجاني، قم بتسجيل الدخول إلى', com_endpoint_config_key_chatgpt:
'للحصول على رمز الوصول الخاص بـ ChatGPT إصدار مجاني، قم بتسجيل الدخول إلى',
com_endpoint_config_key_chatgpt_then_visit: 'ثم قم بزيارة', com_endpoint_config_key_chatgpt_then_visit: 'ثم قم بزيارة',
com_endpoint_config_key_chatgpt_copy_token: 'نسخ رمز الوصول.', com_endpoint_config_key_chatgpt_copy_token: 'نسخ رمز الوصول.',
com_endpoint_config_key_google_need_to: 'أنت بحاجة إلى', com_endpoint_config_key_google_need_to: 'أنت بحاجة إلى',

View file

@ -229,6 +229,7 @@ export default {
com_endpoint_config_key_google_service_account: 'Create a Service Account', com_endpoint_config_key_google_service_account: 'Create a Service Account',
com_endpoint_config_key_google_vertex_api_role: com_endpoint_config_key_google_vertex_api_role:
'Make sure to click \'Create and Continue\' to give at least the \'Vertex AI User\' role. Lastly, create a JSON key to import here.', 'Make sure to click \'Create and Continue\' to give at least the \'Vertex AI User\' role. Lastly, create a JSON key to import here.',
com_nav_welcome_message: 'How can I help you today?',
com_nav_auto_scroll: 'Auto-scroll to Newest on Open', com_nav_auto_scroll: 'Auto-scroll to Newest on Open',
com_nav_plugin_store: 'Plugin store', com_nav_plugin_store: 'Plugin store',
com_nav_plugin_search: 'Search plugins', com_nav_plugin_search: 'Search plugins',
@ -283,4 +284,5 @@ export default {
com_nav_lang_traditionalchinese: '繁體中文', com_nav_lang_traditionalchinese: '繁體中文',
com_nav_lang_arabic: 'العربية', com_nav_lang_arabic: 'العربية',
com_nav_lang_turkish: 'Türkçe', com_nav_lang_turkish: 'Türkçe',
com_nav_lang_dutch: 'Nederlands',
}; };

View file

@ -4,10 +4,12 @@ export default {
com_ui_examples: 'Exemples', com_ui_examples: 'Exemples',
com_ui_new_chat: 'Nouvelle conversation', com_ui_new_chat: 'Nouvelle conversation',
com_ui_example_quantum_computing: 'Expliquer l\'informatique quantique en termes simples', com_ui_example_quantum_computing: 'Expliquer l\'informatique quantique en termes simples',
com_ui_example_10_year_old_b_day: 'Tu as des idées créatives pour l\'anniversaire d\'un enfant de 10 ans ?', com_ui_example_10_year_old_b_day:
'Tu as des idées créatives pour l\'anniversaire d\'un enfant de 10 ans ?',
com_ui_example_http_in_js: 'Comment faire une requête HTTP en Javascript ?', com_ui_example_http_in_js: 'Comment faire une requête HTTP en Javascript ?',
com_ui_capabilities: 'Capacités', com_ui_capabilities: 'Capacités',
com_ui_capability_remember: 'Se souvient de ce que l\'utilisateur a dit plus tôt dans la conversation', com_ui_capability_remember:
'Se souvient de ce que l\'utilisateur a dit plus tôt dans la conversation',
com_ui_capability_correction: 'Permet à l\'utilisateur de fournir des corrections de suivi', com_ui_capability_correction: 'Permet à l\'utilisateur de fournir des corrections de suivi',
com_ui_capability_decline_requests: 'Formé à refuser les demandes inappropriées', com_ui_capability_decline_requests: 'Formé à refuser les demandes inappropriées',
com_ui_limitations: 'Limitations', com_ui_limitations: 'Limitations',
@ -28,7 +30,8 @@ export default {
com_ui_showing: 'Affichage', com_ui_showing: 'Affichage',
com_ui_of: 'de', com_ui_of: 'de',
com_ui_entries: 'Entrées', com_ui_entries: 'Entrées',
com_ui_pay_per_call: 'Toutes les conversations IA au même endroit. Payez à la demande et non par mois', com_ui_pay_per_call:
'Toutes les conversations IA au même endroit. Payez à la demande et non par mois',
com_ui_enter: 'Entrer', com_ui_enter: 'Entrer',
com_ui_submit: 'Soumettre', com_ui_submit: 'Soumettre',
com_ui_upload_success: 'Fichier téléchargé avec succès', com_ui_upload_success: 'Fichier téléchargé avec succès',
@ -44,7 +47,8 @@ export default {
com_ui_all: 'tout', com_ui_all: 'tout',
com_ui_clear: 'Effacer', com_ui_clear: 'Effacer',
com_ui_revoke: 'Révoquer', com_ui_revoke: 'Révoquer',
com_ui_revoke_info: 'Révoquer toutes les informations d\'identification fournies par l\'utilisateur', com_ui_revoke_info:
'Révoquer toutes les informations d\'identification fournies par l\'utilisateur',
com_ui_confirm_action: 'Confirmer l\'action', com_ui_confirm_action: 'Confirmer l\'action',
com_ui_chats: 'discussions', com_ui_chats: 'discussions',
com_ui_delete: 'Supprimer', com_ui_delete: 'Supprimer',
@ -102,8 +106,10 @@ export default {
com_auth_error_reset_password: com_auth_error_reset_password:
'Il y a eu un problème pour réinitialiser votre mot de passe. Aucun utilisateur n\'a été trouvé avec l\'adresse courriel fournie. Veuillez réessayer.', 'Il y a eu un problème pour réinitialiser votre mot de passe. Aucun utilisateur n\'a été trouvé avec l\'adresse courriel fournie. Veuillez réessayer.',
com_auth_reset_password_success: 'Réinitialisation du mot de passe réussie', com_auth_reset_password_success: 'Réinitialisation du mot de passe réussie',
com_auth_login_with_new_password: 'Vous pouvez maintenant vous connecter avec votre nouveau mot de passe.', com_auth_login_with_new_password:
com_auth_error_invalid_reset_token: 'Ce jeton de réinitialisation de mot de passe n\'est plus valide.', 'Vous pouvez maintenant vous connecter avec votre nouveau mot de passe.',
com_auth_error_invalid_reset_token:
'Ce jeton de réinitialisation de mot de passe n\'est plus valide.',
com_auth_click_here: 'Cliquez ici', com_auth_click_here: 'Cliquez ici',
com_auth_to_try_again: 'pour réessayer.', com_auth_to_try_again: 'pour réessayer.',
com_auth_submit_registration: 'Soumettre l\'inscription', com_auth_submit_registration: 'Soumettre l\'inscription',
@ -135,7 +141,8 @@ export default {
com_endpoint_google_maxoutputtokens: com_endpoint_google_maxoutputtokens:
'Nombre maximum de jetons qui peuvent être générés dans la réponse. Spécifiez une valeur plus faible pour des réponses plus courtes et une valeur plus élevée pour des réponses plus longues.', 'Nombre maximum de jetons qui peuvent être générés dans la réponse. Spécifiez une valeur plus faible pour des réponses plus courtes et une valeur plus élevée pour des réponses plus longues.',
com_endpoint_google_custom_name_placeholder: 'Définir un nom personnalisé pour PaLM2', com_endpoint_google_custom_name_placeholder: 'Définir un nom personnalisé pour PaLM2',
com_endpoint_google_prompt_prefix_placeholder: 'Définir des instructions ou un contexte personnalisés. Ignoré si vide.', com_endpoint_google_prompt_prefix_placeholder:
'Définir des instructions ou un contexte personnalisés. Ignoré si vide.',
com_endpoint_custom_name: 'Nom personnalisé', com_endpoint_custom_name: 'Nom personnalisé',
com_endpoint_prompt_prefix: 'Préfixe du prompt', com_endpoint_prompt_prefix: 'Préfixe du prompt',
com_endpoint_temperature: 'Température', com_endpoint_temperature: 'Température',
@ -174,7 +181,8 @@ export default {
com_endpoint_plug_set_custom_instructions_for_gpt_placeholder: com_endpoint_plug_set_custom_instructions_for_gpt_placeholder:
'Définir des instructions personnalisées à inclure dans le message système. Par défaut : aucun', 'Définir des instructions personnalisées à inclure dans le message système. Par défaut : aucun',
com_endpoint_import: 'Importer', com_endpoint_import: 'Importer',
com_endpoint_set_custom_name: 'Définir un nom personnalisé, au cas où vous trouveriez ce préréglage', com_endpoint_set_custom_name:
'Définir un nom personnalisé, au cas où vous trouveriez ce préréglage',
com_endpoint_preset: 'préréglage', com_endpoint_preset: 'préréglage',
com_endpoint_presets: 'préréglages', com_endpoint_presets: 'préréglages',
com_endpoint_preset_name: 'Nom du préréglage', com_endpoint_preset_name: 'Nom du préréglage',
@ -210,15 +218,18 @@ export default {
com_endpoint_config_key_encryption: 'Votre clé sera cryptée et supprimée à', com_endpoint_config_key_encryption: 'Votre clé sera cryptée et supprimée à',
com_endpoint_config_key_expiry: 'l\'heure d\'expiration', com_endpoint_config_key_expiry: 'l\'heure d\'expiration',
com_endpoint_config_key_import_json_key: 'Importez la clé JSON du compte de service.', com_endpoint_config_key_import_json_key: 'Importez la clé JSON du compte de service.',
com_endpoint_config_key_import_json_key_success: 'Clé JSON du compte de service importé avec succès', com_endpoint_config_key_import_json_key_success:
'Clé JSON du compte de service importé avec succès',
com_endpoint_config_key_import_json_key_invalid: com_endpoint_config_key_import_json_key_invalid:
'Clé JSON du compte de service invalide. Avez-vous importé le bon fichier ?', 'Clé JSON du compte de service invalide. Avez-vous importé le bon fichier ?',
com_endpoint_config_key_get_edge_key: 'Pour obtenir votre jeton d\'accès pour Bing, connectez-vous à', com_endpoint_config_key_get_edge_key:
'Pour obtenir votre jeton d\'accès pour Bing, connectez-vous à',
com_endpoint_config_key_get_edge_key_dev_tool: com_endpoint_config_key_get_edge_key_dev_tool:
'Utilisez dev tools ou une extension lorsque vous êtes connecté au site pour copier le contenu du cookie _U. Si cela échoue, suivez ces', 'Utilisez dev tools ou une extension lorsque vous êtes connecté au site pour copier le contenu du cookie _U. Si cela échoue, suivez ces',
com_endpoint_config_key_edge_instructions: 'instructions', com_endpoint_config_key_edge_instructions: 'instructions',
com_endpoint_config_key_edge_full_key_string: 'pour fournir les chaînes complètes des cookies.', com_endpoint_config_key_edge_full_key_string: 'pour fournir les chaînes complètes des cookies.',
com_endpoint_config_key_chatgpt: 'Pour obtenir votre jeton d\'accès pour ChatGPT \'Version gratuite\', se connecter à', com_endpoint_config_key_chatgpt:
'Pour obtenir votre jeton d\'accès pour ChatGPT \'Version gratuite\', se connecter à',
com_endpoint_config_key_chatgpt_then_visit: 'puis visitez', com_endpoint_config_key_chatgpt_then_visit: 'puis visitez',
com_endpoint_config_key_chatgpt_copy_token: 'Copiez le jeton d\'accès.', com_endpoint_config_key_chatgpt_copy_token: 'Copiez le jeton d\'accès.',
com_endpoint_config_key_google_need_to: 'Vous devez', com_endpoint_config_key_google_need_to: 'Vous devez',

View file

@ -1,117 +1,122 @@
// Traduzione in italiano // Italian phrases
export default { export default {
com_ui_examples: 'Esempi', com_ui_examples: 'Esempi',
com_ui_new_chat: 'Nuova chat', com_ui_new_chat: 'Nuova Chat',
com_ui_example_quantum_computing: 'Spiega il calcolo quantistico in termini semplici', com_ui_example_quantum_computing: 'Spiega il computing quantistico in termini semplici',
com_ui_example_10_year_old_b_day: com_ui_example_10_year_old_b_day: 'Hai idee creative per il compleanno di un bambino di 10 anni?',
'Hai qualche idea creativa per il compleanno di un bambino di 10 anni?', com_ui_example_http_in_js: 'Come faccio una richiesta HTTP in Javascript?',
com_ui_example_http_in_js: 'Come posso fare una richiesta HTTP in Javascript?', com_ui_capabilities: 'Funzionalità',
com_ui_capabilities: 'Capacità', com_ui_capability_remember: 'Ricorda cosa ha detto l\'utente precedentemente nella conversazione',
com_ui_capability_remember: 'Ricorda ciò che l\'utente ha detto in precedenza nella conversazione', com_ui_capability_correction: 'Permette all\'utente di fornire correzioni di follow-up',
com_ui_capability_correction: 'Permette all\'utente di fornire correzioni di seguito',
com_ui_capability_decline_requests: 'Addestrato a rifiutare richieste inappropriate', com_ui_capability_decline_requests: 'Addestrato a rifiutare richieste inappropriate',
com_ui_limitations: 'Limitazioni', com_ui_limitations: 'Limitazioni',
com_ui_limitation_incorrect_info: 'Può occasionalmente generare informazioni scorrette', com_ui_limitation_incorrect_info: 'Può occasionalmente generare informazioni scorrette',
com_ui_limitation_harmful_biased: com_ui_limitation_harmful_biased:
'Può occasionalmente produrre istruzioni dannose o contenuti prevenuti', 'Può occasionalmente produrre istruzioni dannose o contenuti faziosi',
com_ui_limitation_limited_2021: 'Conoscenza limitata del mondo e degli eventi successivi al 2021', com_ui_limitation_limited_2021: 'Conoscenza limitata del mondo e degli eventi dopo il 2021',
com_ui_input: 'Input', com_ui_input: 'Input',
com_ui_close: 'Chiudi', com_ui_close: 'Chiudi',
com_ui_model: 'Modello', com_ui_model: 'Modello',
com_ui_select_model: 'Seleziona un modello', com_ui_select_model: 'Seleziona un modello',
com_ui_use_prompt: 'Usa il prompt', com_ui_use_prompt: 'Usa prompt',
com_ui_prev: 'Precedente', com_ui_prev: 'Prec',
com_ui_next: 'Successivo', com_ui_next: 'Succ',
com_ui_stop: 'Stop', com_ui_stop: 'Stop',
com_ui_prompt_templates: 'Modelli di prompt', com_ui_prompt_templates: 'Modelli di prompt',
com_ui_hide_prompt_templates: 'Nascondi modelli di prompt', com_ui_hide_prompt_templates: 'Nascondi modelli di prompt',
com_ui_showing: 'Visualizzazione', com_ui_showing: 'Mostra',
com_ui_of: 'di', com_ui_of: 'di',
com_ui_entries: 'Voci', com_ui_entries: 'Voci',
com_ui_pay_per_call: com_ui_pay_per_call:
'Tutte le conversazioni AI in un unico posto. Paga per chiamata e non al mese', 'Tutte le conversazioni AI in un unico posto. Paga per chiamata e non per mese',
com_ui_new_footer: 'Tutte le conversazioni AI in un unico posto.',
com_ui_enter: 'Inserisci', com_ui_enter: 'Inserisci',
com_ui_submit: 'Invia', com_ui_submit: 'Invia',
com_ui_upload_success: 'Caricamento del file riuscito', com_ui_upload_success: 'File caricato con successo',
com_ui_upload_invalid: 'File invalido per il caricamento', com_ui_upload_invalid: 'File non valido per il caricamento',
com_ui_cancel: 'Annulla', com_ui_cancel: 'Annulla',
com_ui_save: 'Salva', com_ui_save: 'Salva',
com_ui_copy_to_clipboard: 'Copia negli appunti', com_ui_copy_to_clipboard: 'Copia negli appunti',
com_ui_copied_to_clipboard: 'Copiato negli appunti', com_ui_copied_to_clipboard: 'Copiato negli appunti',
com_ui_regenerate: 'Rigenera', com_ui_regenerate: 'Rigenera',
com_ui_continue: 'Continua',
com_ui_edit: 'Modifica', com_ui_edit: 'Modifica',
com_ui_success: 'Successo', com_ui_success: 'Successo',
com_ui_all: 'tutti', com_ui_all: 'tutti',
com_ui_clear: 'Cancella', com_ui_clear: 'Pulisci',
com_ui_revoke: 'Revoca', com_ui_revoke: 'Revoca',
com_ui_revoke_info: 'Revoca tutte le credenziali dell\'utente', com_ui_revoke_info: 'Revoca tutte le credenziali fornite dall\'utente',
com_ui_confirm_action: 'Conferma azione', com_ui_confirm_action: 'Conferma azione',
com_ui_chats: 'chat', com_ui_chats: 'chat',
com_ui_delete_conversation: 'Elimina chat?', com_ui_delete: 'Elimina',
com_ui_delete_conversation: 'Eliminare la chat?',
com_ui_delete_conversation_confirm: 'Questo eliminerà', com_ui_delete_conversation_confirm: 'Questo eliminerà',
com_auth_error_login: com_auth_error_login:
'Impossibile accedere con le informazioni fornite. Controlla le tue credenziali e riprova.', 'Impossibile accedere con le informazioni fornite. Si prega di controllare le credenziali e riprovare.',
com_auth_error_login_rl: com_auth_error_login_rl:
'Troppi tentativi di accesso da questo IP in un breve lasso di tempo. Per favore riprova più tardi.', 'Troppo tentativi di accesso in uno breve lasso di tempo. Per favore riprova più tardi.',
com_auth_error_login_ban:
'Il tuo account è stato temporaneamente bloccato dovuto a violazioni del nostro servizio.',
com_auth_error_login_server:
'C\'è stato un errore interno del server. Si prega di attendere qualche istante e riprovare.',
com_auth_no_account: 'Non hai un account?', com_auth_no_account: 'Non hai un account?',
com_auth_sign_up: 'Registrati', com_auth_sign_up: 'Iscriviti',
com_auth_sign_in: 'Accedi', com_auth_sign_in: 'Accedi',
com_auth_google_login: 'Accedi con Google', com_auth_google_login: 'Accedi con Google',
com_auth_facebook_login: 'Accedi con Facebook', com_auth_facebook_login: 'Accedi con Facebook',
com_auth_github_login: 'Accedi con Github', com_auth_github_login: 'Accedi con Github',
com_auth_discord_login: 'Accedi con Discord', com_auth_discord_login: 'Accedi con Discord',
com_auth_email: 'Email', com_auth_email: 'Email',
com_auth_email_required: 'Email necessaria', com_auth_email_required: 'Email obbligatoria',
com_auth_email_min_length: 'L\'email deve essere di almeno 6 caratteri', com_auth_email_min_length: 'L\'email deve avere almeno 6 caratteri',
com_auth_email_max_length: 'L\'email non deve essere più lunga di 120 caratteri', com_auth_email_max_length: 'L\'email non dovrebbe essere più lunga di 120 caratteri',
com_auth_email_pattern: 'Devi inserire un indirizzo email valido', com_auth_email_pattern: 'Devi inserire un indirizzo email valido',
com_auth_email_address: 'Indirizzo email', com_auth_email_address: 'Indirizzo email',
com_auth_password: 'Password', com_auth_password: 'Password',
com_auth_password_required: 'Password necessaria', com_auth_password_required: 'La password è obbligatoria',
com_auth_password_min_length: 'La password deve essere di almeno 8 caratteri', com_auth_password_min_length: 'La password deve avere almeno 8 caratteri',
com_auth_password_max_length: 'La password deve essere meno di 128 caratteri', com_auth_password_max_length: 'La password deve essere più breve di 128 caratteri',
com_auth_password_forgot: 'Hai dimenticato la Password?', com_auth_password_forgot: 'Password dimenticata?',
com_auth_password_confirm: 'Conferma password', com_auth_password_confirm: 'Conferma password',
com_auth_password_not_match: 'Le password non corrispondono', com_auth_password_not_match: 'Le password non coincidono',
com_auth_continue: 'Continua', com_auth_continue: 'Continua',
com_auth_create_account: 'Crea il tuo account', com_auth_create_account: 'Crea il tuo account',
com_auth_error_create: com_auth_error_create: 'C\'è stato un errore nel tentativo di registrarti. Per favore riprova.',
'Si è verificato un errore durante la registrazione del tuo account. Per favore, riprova.',
com_auth_full_name: 'Nome completo', com_auth_full_name: 'Nome completo',
com_auth_name_required: 'Nome necessario', com_auth_name_required: 'Il nome è obbligatorio',
com_auth_name_min_length: 'Il nome deve essere di almeno 3 caratteri', com_auth_name_min_length: 'Il nome deve avere almeno 3 caratteri',
com_auth_name_max_length: 'Il nome deve essere meno di 80 caratteri', com_auth_name_max_length: 'Il nome deve essere più breve di 80 caratteri',
com_auth_username: 'Nome utente (opzionale)', com_auth_username: 'Nome utente (opzionale)',
com_auth_username_required: 'Nome utente obbligatorio', com_auth_username_required: 'Il nome utente è obbligatorio',
com_auth_username_min_length: 'Il nome utente deve essere di almeno 2 caratteri', com_auth_username_min_length: 'Il nome utente deve avere almeno 2 caratteri',
com_auth_username_max_length: 'Il nome utente deve essere meno di 20 caratteri', com_auth_username_max_length: 'Il nome utente deve essere più breve di 20 caratteri',
com_auth_already_have_account: 'Hai già un account?', com_auth_already_have_account: 'Hai già un account?',
com_auth_login: 'Accedi', com_auth_login: 'Accedi',
com_auth_reset_password: 'Resetta la tua password', com_auth_reset_password: 'Reimposta la tua password',
com_auth_click: 'Clicca', com_auth_click: 'Clicca',
com_auth_here: 'QUI', com_auth_here: 'QUI',
com_auth_to_reset_your_password: 'per reimpostare la tua password.', com_auth_to_reset_your_password: 'per reimpostare la tua password.',
com_auth_reset_password_link_sent: 'Email inviata', com_auth_reset_password_link_sent: 'Email inviata',
com_auth_reset_password_email_sent: com_auth_reset_password_email_sent:
'Ti è stata inviata un\'email con ulteriori istruzioni per resettare la tua password.', 'Ti è stata inviata una email con ulteriori istruzioni per reimpostare la password.',
com_auth_error_reset_password: com_auth_error_reset_password:
'Si è verificato un problema durante il reset della tua password. Non è stato trovato alcun utente con l\'indirizzo email fornito. Per favore, riprova.', 'C\'è stato un problema nel reimpostare la password. Non è stato trovato nessun utente con l\'indirizzo email fornito. Per favore riprova.',
com_auth_reset_password_success: 'Reset della password riuscito', com_auth_reset_password_success: 'Password reimpostata con successo',
com_auth_login_with_new_password: 'Ora puoi accedere con la tua nuova password.', com_auth_login_with_new_password: 'Ora puoi accedere con la tua nuova password.',
com_auth_error_invalid_reset_token: 'Questo token per il reset della password non è più valido.', com_auth_error_invalid_reset_token: 'Questo token di reimpostazione password non è più valido.',
com_auth_click_here: 'Clicca qui', com_auth_click_here: 'Clicca qui',
com_auth_to_try_again: 'per riprovare.', com_auth_to_try_again: 'per provare di nuovo.',
com_auth_submit_registration: 'Invia registrazione', com_auth_submit_registration: 'Invia registrazione',
com_auth_welcome_back: 'Ben tornato', com_auth_welcome_back: 'Ben tornato',
com_endpoint_open_menu: 'Apri menu', com_endpoint_open_menu: 'Apri menu',
com_endpoint_bing_enable_sydney: 'Abilita Sydney', com_endpoint_bing_enable_sydney: 'Abilita Sydney',
com_endpoint_bing_to_enable_sydney: 'Per abilitare Sydney', com_endpoint_bing_to_enable_sydney: 'Per abilitare Sydney',
com_endpoint_bing_jailbreak: 'Jailbreak', com_endpoint_bing_jailbreak: 'Forza protezioni',
com_endpoint_bing_context_placeholder: com_endpoint_bing_context_placeholder:
'Bing può utilizzare fino a 7k token per il \'contesto\', che può citare per la conversazione. Il limite specifico non è noto ma potrebbe incorrere in errori superando i 7k token', 'Bing può usare fino a 7k token per "contesto", che può referenziare per la conversazione. Il limite specifico non è noto ma potrebbe andare in errore superando i 7k token',
com_endpoint_bing_system_message_placeholder: com_endpoint_bing_system_message_placeholder:
'ATTENZIONE: l\'uso improprio di questa funzione può farti BANNARE dall\'uso di Bing! Clicca su \'Messaggio di sistema\' per le istruzioni complete e il messaggio predefinito se omesso, che è il preset \'Sydney\' considerato sicuro.', 'ATTENZIONE: L\'abuso di questa funzione può farti BANNARE dall\'uso di Bing! Clicca su \'Messaggio di sistema\' per le istruzioni complete e il messaggio predefinito se omesso, che è il preset \'Sydney\' che è considerato sicuro.',
com_endpoint_system_message: 'Messaggio di sistema', com_endpoint_system_message: 'Messaggio di sistema',
com_endpoint_default_blank: 'predefinito: vuoto', com_endpoint_default_blank: 'predefinito: vuoto',
com_endpoint_default_false: 'predefinito: falso', com_endpoint_default_false: 'predefinito: falso',
@ -119,75 +124,77 @@ export default {
com_endpoint_default_empty: 'predefinito: vuoto', com_endpoint_default_empty: 'predefinito: vuoto',
com_endpoint_default_with_num: 'predefinito: {0}', com_endpoint_default_with_num: 'predefinito: {0}',
com_endpoint_context: 'Contesto', com_endpoint_context: 'Contesto',
com_endpoint_tone_style: 'Stile del tono', com_endpoint_tone_style: 'Stile tono',
com_endpoint_token_count: 'Conteggio dei token', com_endpoint_token_count: 'Conteggio token',
com_endpoint_output: 'Output', com_endpoint_output: 'Output',
com_endpoint_google_temp: com_endpoint_google_temp:
'Valori più alti = più casuali, mentre valori più bassi = più focalizzati e deterministici. Consigliamo di modificare questo o Top P ma non entrambi.', 'Valori più alti = più casuali, mentre valori più bassi = più mirati e deterministici. Consigliamo di modificare questo o Top P ma non entrambi.',
com_endpoint_google_topp: com_endpoint_google_topp:
'Top-p cambia come il modello seleziona i token per l\'output. I token vengono selezionati da più probabili a meno probabili (vedi parametro topK) fino a quando la somma delle loro probabilità equivale al valore top-p.', 'Top-p cambia come il modello seleziona i token per l\'output. I token sono selezionati dai K più probabili (vedi parametro topK) ai meno probabili finché la somma delle loro probabilità equivale al valore top-p.',
com_endpoint_google_topk: com_endpoint_google_topk:
'Top-k cambia come il modello seleziona i token per l\'output. Un top-k di 1 significa che il token selezionato è il più probabile tra tutti i token nel vocabolario del modello (chiamato anche decodifica avida), mentre un top-k di 3 significa che il token successivo viene selezionato tra i 3 token più probabili (usando la temperatura).', 'Top-k cambia come il modello seleziona i token per l\'output. Un top-k di 1 significa che il token selezionato è il più probabile tra tutti i token nel vocabolario del modello (anche chiamato decodifica greedy), mentre un top-k di 3 significa che il token successivo è selezionato tra i 3 token più probabili (usando temperature).',
com_endpoint_google_maxoutputtokens: com_endpoint_google_maxoutputtokens:
' Massimo numero di token che possono essere generati nella risposta. Specificare un valore inferiore per risposte più brevi e un valore superiore per risposte più lunghe.', 'Numero massimo di token che possono essere generati nella risposta. Specifica un valore più basso per risposte più corte e un valore più alto per risposte più lunghe.',
com_endpoint_google_custom_name_placeholder: 'Imposta un nome personalizzato per PaLM2', com_endpoint_google_custom_name_placeholder: 'Imposta un nome personalizzato per PaLM2',
com_endpoint_prompt_prefix_placeholder: com_endpoint_prompt_prefix_placeholder:
'Imposta istruzioni o contesto personalizzato. Ignorato se vuoto.', 'Imposta istruzioni o contesto personalizzati. Ignorato se vuoto.',
com_endpoint_custom_name: 'Nome personalizzato', com_endpoint_custom_name: 'Nome personalizzato',
com_endpoint_prompt_prefix: 'Prefisso del prompt', com_endpoint_prompt_prefix: 'Prefisso prompt',
com_endpoint_temperature: 'Temperatura', com_endpoint_temperature: 'Temperatura',
com_endpoint_default: 'predefinito', com_endpoint_default: 'predefinito',
com_endpoint_top_p: 'Top P', com_endpoint_top_p: 'Top P',
com_endpoint_top_k: 'Top K', com_endpoint_top_k: 'Top K',
com_endpoint_max_output_tokens: 'Max Output Tokens', com_endpoint_max_output_tokens: 'Token output massimi',
com_endpoint_openai_temp: com_endpoint_openai_temp:
'Valori più alti = più casuali, mentre valori più bassi = più focalizzati e deterministici. Consigliamo di modificare questo o Top P ma non entrambi.', 'Valori più alti = più casuali, mentre valori più bassi = più mirati e deterministici. Consigliamo di modificare questo o Top P ma non entrambi.',
com_endpoint_openai_max: com_endpoint_openai_max:
'Il massimo di token da generare. La lunghezza totale dei token di input e dei token generati è limitata dalla lunghezza del contesto del modello.', 'Il numero massimo di token da generare. La lunghezza totale di token di input e token generati è limitata dalla lunghezza di contesto del modello.',
com_endpoint_openai_topp: com_endpoint_openai_topp:
'Un\'alternativa al campionamento con temperatura, chiamata campionamento del nucleo, dove il modello considera i risultati dei token con la massa di probabilità top_p. Quindi 0,1 significa che vengono considerati solo i token che compongono la massa di probabilità dell\'1%', 'Un\'alternativa al campionamento con temperatura, chiamata nucleus sampling, dove il modello considera i risultati dei token con la massa di probabilità top_p. Quindi 0.1 significa che vengono considerati solo i token che comprendono il 10% della massa di probabilità in cima.',
com_endpoint_openai_freq: com_endpoint_openai_freq:
'Numero tra -2.0 e 2.0. I valori positivi penalizzano i nuovi token in base alla loro frequenza esistente nel testo finora, diminuendo la probabilità del modello di ripetere la stessa linea alla lettera.', 'Numero tra -2.0 e 2.0. Valori positivi penalizzano nuovi token in base alla loro frequenza esistente nel testo finora, diminuendo la probabilità del modello di ripetere la stessa frase parola per parola.',
com_endpoint_openai_pres: com_endpoint_openai_pres:
'Numero tra -2.0 e 2.0. I valori positivi penalizzano i nuovi token in base al fatto che compaiono nel testo finora, aumentando la probabilità del modello di parlare di nuovi argomenti.', 'Numero tra -2.0 e 2.0. Valori positivi penalizzano nuovi token in base al fatto che appaiano nel testo finora, aumentando la probabilità del modello di parlare di nuovi argomenti.',
com_endpoint_openai_custom_name_placeholder: 'Imposta un nome personalizzato per ChatGPT', com_endpoint_openai_custom_name_placeholder: 'Imposta un nome personalizzato per ChatGPT',
com_endpoint_openai_prompt_prefix_placeholder: com_endpoint_openai_prompt_prefix_placeholder:
'Imposta istruzioni personalizzate da includere nel Messaggio di Sistema. Predefinito: nessuno', 'Imposta istruzioni personalizzate da includere nel Messaggio di sistema. Predefinito: nessuna',
com_endpoint_anthropic_temp: com_endpoint_anthropic_temp:
'Varia da 0 a 1. Usa temp più vicino a 0 per analitico / scelta multipla, e più vicino a 1 per compiti creativi e generativi. Consigliamo di modificare questo o Top P ma non entrambi.', 'Intervallo da 0 a 1. Usa temperature più vicine a 0 per compiti analitici/a scelta multipla e più vicine a 1 per compiti creativi e generativi. Consigliamo di modificare questo o Top P ma non entrambi.',
com_endpoint_anthropic_topp: com_endpoint_anthropic_topp:
'Top-p cambia come il modello seleziona i token per l\'output. I token vengono selezionati da più probabili a meno probabili (vedi parametro topK) fino a quando la somma delle loro probabilità equivale al valore top-p.', 'Top-p cambia come il modello seleziona i token per l\'output. I token sono selezionati dai K più probabili (vedi parametro topK) ai meno probabili finché la somma delle loro probabilità equivale al valore top-p.',
com_endpoint_anthropic_topk: com_endpoint_anthropic_topk:
'Top-k cambia come il modello seleziona i token per l\'output. Un top-k di 1 significa che il token selezionato è il più probabile tra tutti i token nel vocabolario del modello (chiamato anche decodifica avida), mentre un top-k di 3 significa che il token successivo viene selezionato tra i 3 token più probabili (usando la temperatura).', 'Top-k cambia come il modello seleziona i token per l\'output. Un top-k di 1 significa che il token selezionato è il più probabile tra tutti i token nel vocabolario del modello (anche chiamato decodifica greedy), mentre un top-k di 3 significa che il token successivo è selezionato tra i 3 token più probabili (usando temperature).',
com_endpoint_anthropic_maxoutputtokens: com_endpoint_anthropic_maxoutputtokens:
' Massimo numero di token che possono essere generati nella risposta. Specifica un valore inferiore per risposte più brevi e un valore superiore per risposte più lunghe.', 'Numero massimo di token che possono essere generati nella risposta. Specifica un valore più basso per risposte più corte e un valore più alto per risposte più lunghe.',
com_endpoint_anthropic_custom_name_placeholder: 'Imposta un nome personalizzato per Anthropic', com_endpoint_anthropic_custom_name_placeholder: 'Imposta un nome personalizzato per Anthropic',
com_endpoint_frequency_penalty: 'Penalità di frequenza', com_endpoint_frequency_penalty: 'Penalità frequenza',
com_endpoint_presence_penalty: 'Penalità di presenza', com_endpoint_presence_penalty: 'Penalità presenza',
com_endpoint_plug_use_functions: 'Usa funzioni', com_endpoint_plug_use_functions: 'Abilita uso Plugin come funzioni OpenAI',
com_endpoint_plug_skip_completion: 'Salta completamento', com_endpoint_plug_skip_completion: 'Salta fase Completamento',
com_endpoint_disabled_with_tools: 'disabilitato con strumenti', com_endpoint_disabled_with_tools: 'disabilitato con strumenti',
com_endpoint_disabled_with_tools_placeholder: 'Disabilitato con gli strumenti selezionati', com_endpoint_disabled_with_tools_placeholder: 'Disabilitato con Strumenti Selezionati',
com_endpoint_plug_set_custom_instructions_for_gpt_placeholder: com_endpoint_plug_set_custom_instructions_for_gpt_placeholder:
'Imposta istruzioni personalizzate da includere nel Messaggio di Sistema. Predefinito: nessuno', 'Imposta le istruzioni personalizzate da includere nel Messaggio di sistema. Predefinito: nessuna',
com_endpoint_set_custom_name:
'Imposta un nome personalizzato, nel caso in cui tu possa trovare questo preimpostato.',
com_endpoint_import: 'Importa', com_endpoint_import: 'Importa',
com_endpoint_preset: 'Preimpostazione', com_endpoint_set_custom_name:
com_endpoint_presets: 'Preimpostazioni', 'Imposta un nome personalizzato, nel caso tu possa trovare questo preset',
com_endpoint_preset_name: 'Nome preimpostato', com_endpoint_preset: 'preset',
com_endpoint_presets: 'preset',
com_endpoint_preset_selected: 'Preset attivo!',
com_endpoint_preset_name: 'Nome preset',
com_endpoint_new_topic: 'Nuovo argomento', com_endpoint_new_topic: 'Nuovo argomento',
com_endpoint: 'Endpoint', com_endpoint: 'Endpoint',
com_endpoint_hide: 'Nascondi', com_endpoint_hide: 'Nascondi',
com_endpoint_show: 'Mostra', com_endpoint_show: 'Mostra',
com_endpoint_examples: ' Preset',
com_endpoint_completion: 'Completamento', com_endpoint_completion: 'Completamento',
com_endpoint_agent: 'Agente', com_endpoint_agent: 'Agente',
com_endpoint_show_what_settings: 'Mostra impostazioni {0}', com_endpoint_show_what_settings: 'Mostra impostazioni di {0}',
com_endpoint_save: 'Salva', com_endpoint_save: 'Salva',
com_endpoint_export: 'Esporta', com_endpoint_export: 'Esporta',
com_endpoint_save_as_preset: 'Salva come preimpostato', com_endpoint_save_as_preset: 'Salva come preset',
com_endpoint_presets_clear_warning: com_endpoint_presets_clear_warning:
'Sei sicuro di voler cancellare tutti i preset? Questo sarà irriversibile.', 'Sei sicuro di voler cancellare tutti i preset? Questa azione sarà irreversibile.',
com_endpoint_not_implemented: 'Non implementato', com_endpoint_not_implemented: 'Non implementato',
com_endpoint_no_presets: 'Nessun preset ancora', com_endpoint_no_presets: 'Nessun preset ancora',
com_endpoint_not_available: 'Nessun endpoint disponibile', com_endpoint_not_available: 'Nessun endpoint disponibile',
@ -227,6 +234,7 @@ export default {
com_endpoint_config_key_google_service_account: 'Crea un account di servizio', com_endpoint_config_key_google_service_account: 'Crea un account di servizio',
com_endpoint_config_key_google_vertex_api_role: com_endpoint_config_key_google_vertex_api_role:
'Assicurati di fare clic su \'Crea e continua\' per dare almeno il ruolo \'Utente Vertex AI\'. Infine, crea una chiave JSON da importare qui.', 'Assicurati di fare clic su \'Crea e continua\' per dare almeno il ruolo \'Utente Vertex AI\'. Infine, crea una chiave JSON da importare qui.',
com_nav_welcome_message: 'Come posso aiutarti oggi?',
com_nav_auto_scroll: 'Scorrimento automatico', com_nav_auto_scroll: 'Scorrimento automatico',
com_nav_plugin_store: 'Negozio dei plugin', com_nav_plugin_store: 'Negozio dei plugin',
com_nav_plugin_search: 'Cerca plugin', com_nav_plugin_search: 'Cerca plugin',

View file

@ -0,0 +1,273 @@
// Dutch phrases
export default {
com_ui_examples: 'Voorbeelden',
com_ui_new_chat: 'Nieuwe chat',
com_ui_example_quantum_computing: 'Leg quantumcomputing in eenvoudige termen uit',
com_ui_example_10_year_old_b_day: 'Heb je creatieve ideeën voor de verjaardag van een 10-jarige?',
com_ui_example_http_in_js: 'Hoe maak ik een HTTP-aanvraag in Javascript?',
com_ui_capabilities: 'Mogelijkheden',
com_ui_capability_remember: 'Onthoudt wat de gebruiker eerder in het gesprek heeft gezegd',
com_ui_capability_correction: 'Staat de gebruiker toe om vervolgcorrigeringen te geven',
com_ui_capability_decline_requests: 'Getraind om ongepaste verzoeken te weigeren',
com_ui_limitations: 'Beperkingen',
com_ui_limitation_incorrect_info: 'Kan af en toe onjuiste informatie genereren',
com_ui_limitation_harmful_biased:
'Kan af en toe schadelijke instructies of bevooroordeelde inhoud produceren',
com_ui_limitation_limited_2021: 'Beperkte kennis van de wereld en gebeurtenissen na 2021',
com_ui_input: 'Invoer',
com_ui_close: 'Sluiten',
com_ui_model: 'Model',
com_ui_select_model: 'Selecteer een model',
com_ui_use_prompt: 'Gebruik prompt',
com_ui_prev: 'Vorige',
com_ui_next: 'Volgende',
com_ui_stop: 'Stop',
com_ui_prompt_templates: 'Prompt-sjablonen',
com_ui_hide_prompt_templates: 'Prompt-sjablonen verbergen',
com_ui_showing: 'Tonen',
com_ui_of: 'van',
com_ui_entries: 'Items',
com_ui_pay_per_call: 'Alle AI-gesprekken op één plek. Betaal per gesprek en niet per maand',
com_ui_new_footer: 'Alle AI-gesprekken op één plek.',
com_ui_enter: 'Invoeren',
com_ui_submit: 'Indienen',
com_ui_upload_success: 'Bestand succesvol geüpload',
com_ui_upload_invalid: 'Ongeldig bestand voor uploaden',
com_ui_cancel: 'Annuleren',
com_ui_save: 'Opslaan',
com_ui_copy_to_clipboard: 'Kopiëren naar klembord',
com_ui_copied_to_clipboard: 'Gekopieerd naar klembord',
com_ui_regenerate: 'Opnieuw genereren',
com_ui_continue: 'Doorgaan',
com_ui_edit: 'Bewerken',
com_ui_success: 'Succes',
com_ui_all: 'alle',
com_ui_clear: 'Wissen',
com_ui_revoke: 'Intrekken',
com_ui_revoke_info: 'Trek alle door de gebruiker verstrekte referenties in',
com_ui_confirm_action: 'Bevestig actie',
com_ui_chats: 'chats',
com_ui_delete: 'Verwijderen',
com_ui_delete_conversation: 'Chat verwijderen?',
com_ui_delete_conversation_confirm: 'Hiermee wordt',
com_auth_error_login:
'Kan niet inloggen met de verstrekte informatie. Controleer uw referenties en probeer het opnieuw.',
com_auth_error_login_rl: 'Te veel inlogpogingen in een korte tijd. Probeer het later nog eens.',
com_auth_error_login_ban:
'Uw account is tijdelijk verbannen vanwege schendingen van onze service.',
com_auth_error_login_server:
'Er was een interne serverfout. Wacht een paar momenten en probeer het opnieuw.',
com_auth_no_account: 'Heb je geen account?',
com_auth_sign_up: 'Aanmelden',
com_auth_sign_in: 'Inloggen',
com_auth_google_login: 'Inloggen met Google',
com_auth_facebook_login: 'Inloggen met Facebook',
com_auth_github_login: 'Inloggen met Github',
com_auth_discord_login: 'Inloggen met Discord',
com_auth_email: 'E-mailadres',
com_auth_email_required: 'E-mailadres is verplicht',
com_auth_email_min_length: 'E-mailadres moet minstens 6 tekens bevatten',
com_auth_email_max_length: 'E-mailadres mag niet langer zijn dan 120 tekens',
com_auth_email_pattern: 'Je moet een geldig e-mailadres invoeren',
com_auth_email_address: 'E-mailadres',
com_auth_password: 'Wachtwoord',
com_auth_password_required: 'Wachtwoord is verplicht',
com_auth_password_min_length: 'Wachtwoord moet minstens 8 tekens bevatten',
com_auth_password_max_length: 'Wachtwoord moet minder dan 128 tekens bevatten',
com_auth_password_forgot: 'Wachtwoord vergeten?',
com_auth_password_confirm: 'Bevestig wachtwoord',
com_auth_password_not_match: 'Wachtwoorden komen niet overeen',
com_auth_continue: 'Doorgaan',
com_auth_create_account: 'Maak uw account aan',
com_auth_error_create:
'Er is een fout opgetreden bij het registreren van uw account. Probeer het opnieuw.',
com_auth_full_name: 'Volledige naam',
com_auth_name_required: 'Naam is verplicht',
com_auth_name_min_length: 'Naam moet minstens 3 tekens bevatten',
com_auth_name_max_length: 'Naam mag niet langer zijn dan 80 tekens',
com_auth_username: 'Gebruikersnaam (optioneel)',
com_auth_username_required: 'Gebruikersnaam is verplicht',
com_auth_username_min_length: 'Gebruikersnaam moet minstens 2 tekens bevatten',
com_auth_username_max_length: 'Gebruikersnaam mag niet langer zijn dan 20 tekens',
com_auth_already_have_account: 'Heb je al een account?',
com_auth_login: 'Inloggen',
com_auth_reset_password: 'Stel uw wachtwoord opnieuw in',
com_auth_click: 'Klik',
com_auth_here: 'HIER',
com_auth_to_reset_your_password: 'om uw wachtwoord opnieuw in te stellen.',
com_auth_reset_password_link_sent: 'E-mail verzonden',
com_auth_reset_password_email_sent:
'Er is een e-mail naar je verzonden met verdere instructies om je wachtwoord opnieuw in te stellen.',
com_auth_error_reset_password:
'Er was een probleem met het opnieuw instellen van uw wachtwoord. Er is geen gebruiker gevonden met het opgegeven e-mailadres. Probeer het opnieuw.',
com_auth_reset_password_success: 'Wachtwoord opnieuw ingesteld',
com_auth_login_with_new_password: 'Je kunt nu inloggen met je nieuwe wachtwoord.',
com_auth_error_invalid_reset_token: 'Dit wachtwoord resettoken is niet langer geldig.',
com_auth_click_here: 'Klik hier',
com_auth_to_try_again: 'om het opnieuw te proberen.',
com_auth_submit_registration: 'Registratie indienen',
com_auth_welcome_back: 'Welkom terug',
com_endpoint_open_menu: 'Open menu',
com_endpoint_bing_enable_sydney: 'Schakel Sydney in',
com_endpoint_bing_to_enable_sydney: 'Om Sydney in te schakelen',
com_endpoint_bing_jailbreak: 'Jailbreak',
com_endpoint_bing_context_placeholder:
'Bing kan maximaal 7k tokens voor \'context\' gebruiken, waarnaar het kan verwijzen voor het gesprek. De specifieke limiet is niet bekend, maar kan fouten opleveren bij meer dan 7k tokens',
com_endpoint_bing_system_message_placeholder:
'WAARSCHUWING: Misbruik van deze functie kan ertoe leiden dat je VERBANNEN wordt van het gebruik van Bing! Klik op \'Systeembericht\' voor volledige instructies en het standaardbericht indien weggelaten, wat de \'Sydney\'-voorinstelling is die veilig wordt geacht.',
com_endpoint_system_message: 'Systeembericht',
com_endpoint_default_blank: 'standaard: leeg',
com_endpoint_default_false: 'standaard: onwaar',
com_endpoint_default_creative: 'standaard: creatief',
com_endpoint_default_empty: 'standaard: leeg',
com_endpoint_default_with_num: 'standaard: {0}',
com_endpoint_context: 'Context',
com_endpoint_tone_style: 'Toonstijl',
com_endpoint_token_count: 'Aantal tokens',
com_endpoint_output: 'Uitvoer',
com_endpoint_google_temp:
'Hogere waarden = meer willekeurig, terwijl lagere waarden = meer gericht en deterministisch. We raden aan dit of Top P te wijzigen, maar niet beide.',
com_endpoint_google_topp:
'Top-p verandert hoe het model tokens selecteert voor uitvoer. Tokens worden geselecteerd van meest K (zie topK-parameter) waarschijnlijk tot minst waarschijnlijk totdat de som van hun kansen gelijk is aan de top-p-waarde.',
com_endpoint_google_topk:
'Top-k verandert hoe het model tokens selecteert voor uitvoer. Een top-k van 1 betekent dat het geselecteerde token het meest waarschijnlijk is van alle tokens in de vocabulaire van het model (ook wel \'greedy decoding\' genoemd), terwijl een top-k van 3 betekent dat het volgende token wordt geselecteerd uit de 3 meest waarschijnlijke tokens (met behulp van temperatuur).',
com_endpoint_google_maxoutputtokens:
' Maximum aantal tokens dat kan worden gegenereerd in de reactie. Geef een lagere waarde op voor kortere reacties en een hogere waarde voor langere reacties.',
com_endpoint_google_custom_name_placeholder: 'Stel een aangepaste naam in voor PaLM2',
com_endpoint_prompt_prefix_placeholder:
'Stel aangepaste instructies of context in. Wordt genegeerd indien leeg.',
com_endpoint_custom_name: 'Aangepaste naam',
com_endpoint_prompt_prefix: 'Prompt-voorvoegsel',
com_endpoint_temperature: 'Temperatuur',
com_endpoint_default: 'standaard',
com_endpoint_top_p: 'Top P',
com_endpoint_top_k: 'Top K',
com_endpoint_max_output_tokens: 'Max. uitvoertokens',
com_endpoint_openai_temp:
'Hogere waarden = meer willekeurig, terwijl lagere waarden = meer gericht en deterministisch. We raden aan dit of Top P te wijzigen, maar niet beide.',
com_endpoint_openai_max:
'Het max. aantal tokens dat kan worden gegenereerd. De totale lengte van invoer-tokens en gegenereerde tokens is beperkt door de contextlengte van het model.',
com_endpoint_openai_topp:
'Een alternatief voor sampling met temperatuur, genaamd nucleus sampling, waarbij het model de resultaten van de tokens met de top_p waarschijnlijkheidsmassa in overweging neemt. Dus 0,1 betekent dat alleen de tokens die de bovenste 10% waarschijnlijkheidsmassa omvatten, in overweging worden genomen. We raden aan dit of temperatuur te wijzigen, maar niet beide.',
com_endpoint_openai_freq:
'Getal tussen -2,0 en 2,0. Positieve waarden straffen nieuwe tokens op basis van hun bestaande frequentie in de tekst tot nu toe, waardoor de kans dat het model dezelfde regel letterlijk herhaalt, afneemt.',
com_endpoint_openai_pres:
'Getal tussen -2,0 en 2,0. Positieve waarden straffen nieuwe tokens op basis van of ze al voorkomen in de tekst tot nu toe, waardoor de kans dat het model over nieuwe onderwerpen praat toeneemt.',
com_endpoint_openai_custom_name_placeholder: 'Stel een aangepaste naam in voor ChatGPT',
com_endpoint_openai_prompt_prefix_placeholder:
'Stel aangepaste instructies in om op te nemen in Systeembericht. Standaard: geen',
com_endpoint_anthropic_temp:
'Varieert van 0 tot 1. Gebruik een lagere temp voor analytische / meerkeuze taken en een hogere temp voor creatieve en generatieve taken. We raden aan dit of Top P te wijzigen, maar niet beide.',
com_endpoint_anthropic_topp:
'Top-p verandert hoe het model tokens selecteert voor uitvoer. Tokens worden geselecteerd van meest K (zie topK-parameter) waarschijnlijk tot minst waarschijnlijk totdat de som van hun kansen gelijk is aan de top-p-waarde.',
com_endpoint_anthropic_topk:
'Top-k verandert hoe het model tokens selecteert voor uitvoer. Een top-k van 1 betekent dat het geselecteerde token het meest waarschijnlijk is van alle tokens in de vocabulaire van het model (ook wel \'greedy decoding\' genoemd), terwijl een top-k van 3 betekent dat het volgende token wordt geselecteerd uit de 3 meest waarschijnlijke tokens (met behulp van temperatuur).',
com_endpoint_anthropic_maxoutputtokens:
'Maximum aantal tokens dat kan worden gegenereerd in de reactie. Geef een lagere waarde op voor kortere reacties en een hogere waarde voor langere reacties.',
com_endpoint_anthropic_custom_name_placeholder: 'Stel een aangepaste naam in voor Anthropic',
com_endpoint_frequency_penalty: 'Frequentiestraf',
com_endpoint_presence_penalty: 'Aanwezigheidsstraf',
com_endpoint_plug_use_functions: 'Gebruik functies inschakelen',
com_endpoint_plug_skip_completion: 'Voltooiing overslaan',
com_endpoint_disabled_with_tools: 'uitgeschakeld met tools',
com_endpoint_disabled_with_tools_placeholder: 'Uitgeschakeld met geselecteerde tools',
com_endpoint_plug_set_custom_instructions_for_gpt_placeholder:
'Stel aangepaste instructies in om op te nemen in Systeembericht. Standaard: geen',
com_endpoint_import: 'Importeren',
com_endpoint_set_custom_name:
'Stel een aangepaste naam in, voor het geval je deze voorinstelling kunt vinden',
com_endpoint_preset: 'voorinstelling',
com_endpoint_presets: 'voorinstellingen',
com_endpoint_preset_selected: 'Voorinstelling actief!',
com_endpoint_preset_name: 'Naam voorinstelling',
com_endpoint_new_topic: 'Nieuw onderwerp',
com_endpoint: 'Eindpunt',
com_endpoint_hide: 'Verbergen',
com_endpoint_show: 'Weergeven',
com_endpoint_examples: ' Voorinstellingen',
com_endpoint_completion: 'Voltooiing',
com_endpoint_agent: 'Agent',
com_endpoint_show_what_settings: '{0} instellingen weergeven',
com_endpoint_save: 'Opslaan',
com_endpoint_export: 'Exporteren',
com_endpoint_save_as_preset: 'Opslaan als voorinstelling',
com_endpoint_presets_clear_warning:
'Weet u zeker dat u alle voorinstellingen wilt wissen? Dit is onomkeerbaar.',
com_endpoint_not_implemented: 'Niet geïmplementeerd',
com_endpoint_no_presets:
'Nog geen voorinstellingen, gebruik de instellingenknop om er een te maken',
com_endpoint_not_available: 'Geen eindpunt beschikbaar',
com_endpoint_view_options: 'Weergaveopties',
com_endpoint_save_convo_as_preset: 'Conversatie opslaan als voorinstelling',
com_endpoint_my_preset: 'Mijn voorinstelling',
com_endpoint_agent_model: 'Agentmodel (Aanbevolen: GPT-3,5)',
com_endpoint_completion_model: 'Voltooiingsmodel (Aanbevolen: GPT-4)',
com_endpoint_func_hover: 'Schakel het gebruik van plug-ins als OpenAI-functies in',
com_endpoint_skip_hover:
'Schakel het overslaan van de voltooiingsstap in, die het definitieve antwoord en gegenereerde stappen beoordeelt',
com_endpoint_config_key: 'API-sleutel instellen',
com_endpoint_config_key_for: 'API-sleutel instellen voor',
com_endpoint_config_key_name: 'Sleutel',
com_endpoint_config_value: 'Voer waarde in voor',
com_endpoint_config_key_name_placeholder: 'Stel eerst API-sleutel in',
com_endpoint_config_key_encryption: 'Uw sleutel wordt versleuteld en verwijderd op',
com_endpoint_config_key_expiry: 'het vervaltijdstip',
com_endpoint_config_key_import_json_key: 'Serviceaccount-JSON-sleutel importeren.',
com_endpoint_config_key_import_json_key_success:
'Serviceaccount-JSON-sleutel succesvol geïmporteerd',
com_endpoint_config_key_import_json_key_invalid:
'Ongeldige Serviceaccount-JSON-sleutel, heb je het juiste bestand geïmporteerd?',
com_endpoint_config_key_get_edge_key: 'Om uw toegangstoken voor Bing te krijgen, logt u in op',
com_endpoint_config_key_get_edge_key_dev_tool:
'Gebruik ontwikkelhulpmiddelen of een extensie terwijl u bent ingelogd op de site om de inhoud van de _U-cookie te kopiëren. Als dit mislukt, volg dan deze',
com_endpoint_config_key_edge_instructions: 'instructies',
com_endpoint_config_key_edge_full_key_string:
'om de volledige cookie-tekenreeksen te verstrekken.',
com_endpoint_config_key_chatgpt:
'Om uw toegangstoken voor ChatGPT \'Gratis versie\' te krijgen, logt u in op',
com_endpoint_config_key_chatgpt_then_visit: 'ga vervolgens naar',
com_endpoint_config_key_chatgpt_copy_token: 'Kopieer toegangstoken.',
com_endpoint_config_key_google_need_to: 'U moet',
com_endpoint_config_key_google_vertex_ai: 'Vertex AI inschakelen',
com_endpoint_config_key_google_vertex_api: 'API op Google Cloud, dan',
com_endpoint_config_key_google_service_account: 'Maak een serviceaccount',
com_endpoint_config_key_google_vertex_api_role:
'Zorg ervoor dat u op \'Maken en doorgaan\' klikt om ten minste de \'Vertex AI-gebruiker\'-rol te geven. Maak ten slotte een JSON-sleutel aan om hier te importeren.',
com_nav_auto_scroll: 'Automatisch scrollen naar Nieuwste bij openen',
com_nav_plugin_store: 'Plugin-opslag',
com_nav_plugin_search: 'Plugins zoeken',
com_nav_plugin_auth_error:
'Er trad een fout op bij het authenticeren van deze plugin. Probeer het opnieuw.',
com_nav_close_menu: 'Zijbalk sluiten',
com_nav_open_menu: 'Zijbalk openen',
com_nav_export_filename: 'Bestandsnaam',
com_nav_export_filename_placeholder: 'Stel de bestandsnaam in',
com_nav_export_type: 'Type',
com_nav_export_include_endpoint_options: 'Eindpuntopties opnemen',
com_nav_enabled: 'Ingeschakeld',
com_nav_not_supported: 'Niet ondersteund',
com_nav_export_all_message_branches: 'Alle berichtvertakkingen exporteren',
com_nav_export_recursive_or_sequential: 'Recursief of sequentieel?',
com_nav_export_recursive: 'Recursief',
com_nav_export_conversation: 'Conversatie exporteren',
com_nav_theme: 'Thema',
com_nav_theme_system: 'Systeem',
com_nav_theme_dark: 'Donker',
com_nav_theme_light: 'Licht',
com_nav_clear_all_chats: 'Alle chats wissen',
com_nav_confirm_clear: 'Wissen bevestigen',
com_nav_close_sidebar: 'Zijbalk sluiten',
com_nav_open_sidebar: 'Zijbalk openen',
com_nav_send_message: 'Bericht verzenden',
com_nav_log_out: 'Uitloggen',
com_nav_user: 'GEBRUIKER',
com_nav_clear_conversation: 'Conversaties wissen',
com_nav_clear_conversation_confirm_message:
'Weet u zeker dat u alle conversaties wilt wissen? Dit is onomkeerbaar.',
com_nav_help_faq: 'Help & FAQ',
com_nav_settings: 'Instellingen',
com_nav_search_placeholder: 'Berichten doorzoeken',
com_nav_setting_general: 'Algemeen',
com_nav_setting_data: 'Gegevensbesturing',
};

View file

@ -4,7 +4,8 @@ export default {
com_ui_examples: 'Örnekler', com_ui_examples: 'Örnekler',
com_ui_new_chat: 'Yeni Sohbet', com_ui_new_chat: 'Yeni Sohbet',
com_ui_example_quantum_computing: 'Kuantum bilgisayarını basit terimlerle açıkla', com_ui_example_quantum_computing: 'Kuantum bilgisayarını basit terimlerle açıkla',
com_ui_example_10_year_old_b_day: '10 yaşındaki bir çocuğun doğum günü için yaratıcı fikirlerin var mı?', com_ui_example_10_year_old_b_day:
'10 yaşındaki bir çocuğun doğum günü için yaratıcı fikirlerin var mı?',
com_ui_example_http_in_js: 'Javascript\'te HTTP isteği nasıl yapılır?', com_ui_example_http_in_js: 'Javascript\'te HTTP isteği nasıl yapılır?',
com_ui_capabilities: 'Yetenekler', com_ui_capabilities: 'Yetenekler',
com_ui_capability_remember: 'Kullanıcının önceki konuşmada söylediklerini hatırlar', com_ui_capability_remember: 'Kullanıcının önceki konuşmada söylediklerini hatırlar',
@ -26,7 +27,8 @@ export default {
com_ui_showing: 'Gösteriliyor', com_ui_showing: 'Gösteriliyor',
com_ui_of: 'of', com_ui_of: 'of',
com_ui_entries: 'Girişler', com_ui_entries: 'Girişler',
com_ui_pay_per_call: 'Tüm yapay zeka konuşmaları bir yerde. Ayda bir değil, çağrı başına ödeme yapın', com_ui_pay_per_call:
'Tüm yapay zeka konuşmaları bir yerde. Ayda bir değil, çağrı başına ödeme yapın',
com_ui_enter: 'Gir', com_ui_enter: 'Gir',
com_ui_submit: 'Gönder', com_ui_submit: 'Gönder',
com_ui_upload_success: 'Dosya başarıyla yüklendi', com_ui_upload_success: 'Dosya başarıyla yüklendi',
@ -48,10 +50,14 @@ export default {
com_ui_delete: 'Sil', com_ui_delete: 'Sil',
com_ui_delete_conversation: 'Sohbeti sil?', com_ui_delete_conversation: 'Sohbeti sil?',
com_ui_delete_conversation_confirm: 'Bu silinecek', com_ui_delete_conversation_confirm: 'Bu silinecek',
com_auth_error_login: 'Sağlanan bilgilerle giriş yapılamıyor. Lütfen kimlik bilgilerinizi kontrol edip tekrar deneyin.', com_auth_error_login:
com_auth_error_login_rl: 'Kısa bir süre içinde çok fazla giriş denemesi. Lütfen daha sonra tekrar deneyin.', 'Sağlanan bilgilerle giriş yapılamıyor. Lütfen kimlik bilgilerinizi kontrol edip tekrar deneyin.',
com_auth_error_login_ban: 'Hesabınız servisimizin ihlaller nedeniyle geçici olarak engellenmiştir.', com_auth_error_login_rl:
com_auth_error_login_server: 'Dahili bir server hatası oluştu. Lütfen birkaç dakika bekleyin ve tekrar deneyin.', 'Kısa bir süre içinde çok fazla giriş denemesi. Lütfen daha sonra tekrar deneyin.',
com_auth_error_login_ban:
'Hesabınız servisimizin ihlaller nedeniyle geçici olarak engellenmiştir.',
com_auth_error_login_server:
'Dahili bir server hatası oluştu. Lütfen birkaç dakika bekleyin ve tekrar deneyin.',
com_auth_no_account: 'Hesabınız yok mu?', com_auth_no_account: 'Hesabınız yok mu?',
com_auth_sign_up: 'Kayıt ol', com_auth_sign_up: 'Kayıt ol',
com_auth_sign_in: 'Giriş yap', com_auth_sign_in: 'Giriş yap',
@ -90,8 +96,10 @@ export default {
com_auth_here: 'BURAYA', com_auth_here: 'BURAYA',
com_auth_to_reset_your_password: 'şifrenizi sıfırlamak için.', com_auth_to_reset_your_password: 'şifrenizi sıfırlamak için.',
com_auth_reset_password_link_sent: 'E-posta Gönderildi', com_auth_reset_password_link_sent: 'E-posta Gönderildi',
com_auth_reset_password_email_sent: 'Şifrenizi sıfırlamak için size daha fazla talimat içeren bir e-posta gönderildi.', com_auth_reset_password_email_sent:
com_auth_error_reset_password: 'Şifrenizi sıfırlama konusunda bir sorun oluştu. Sağlanan e-posta adresi ile ilişkilendirilmiş bir kullanıcı bulunamadı. Lütfen tekrar deneyin.', 'Şifrenizi sıfırlamak için size daha fazla talimat içeren bir e-posta gönderildi.',
com_auth_error_reset_password:
'Şifrenizi sıfırlama konusunda bir sorun oluştu. Sağlanan e-posta adresi ile ilişkilendirilmiş bir kullanıcı bulunamadı. Lütfen tekrar deneyin.',
com_auth_reset_password_success: 'Şifre Sıfırlama Başarılı', com_auth_reset_password_success: 'Şifre Sıfırlama Başarılı',
com_auth_login_with_new_password: 'Artık yeni şifrenizle giriş yapabilirsiniz.', com_auth_login_with_new_password: 'Artık yeni şifrenizle giriş yapabilirsiniz.',
com_auth_error_invalid_reset_token: 'Bu şifre sıfırlama belirteci artık geçerli değil.', com_auth_error_invalid_reset_token: 'Bu şifre sıfırlama belirteci artık geçerli değil.',
@ -103,8 +111,10 @@ export default {
com_endpoint_bing_enable_sydney: 'Sydney\'i Etkinleştir', com_endpoint_bing_enable_sydney: 'Sydney\'i Etkinleştir',
com_endpoint_bing_to_enable_sydney: 'Sydney\'i etkinleştirmek için', com_endpoint_bing_to_enable_sydney: 'Sydney\'i etkinleştirmek için',
com_endpoint_bing_jailbreak: 'Jailbreak', com_endpoint_bing_jailbreak: 'Jailbreak',
com_endpoint_bing_context_placeholder: 'Bing, konuşma için başvurabileceği "bağlam" için 7k tokena kadar kullanabilir. Belirli bir sınır bilinmemekle birlikte, 7k tokeni aşan hatalara neden olabilir', com_endpoint_bing_context_placeholder:
com_endpoint_bing_system_message_placeholder: 'UYARI: Bu özelliği yanlış kullanmak sizi Bing kullanımından MEN edebilir! "Sistem Mesajı" na tıklayarak tam talimatları ve varsayılan mesajı görebilirsiniz, ki bu da güvenli kabul edilen "Sydney" önceden ayarıdır.', 'Bing, konuşma için başvurabileceği "bağlam" için 7k tokena kadar kullanabilir. Belirli bir sınır bilinmemekle birlikte, 7k tokeni aşan hatalara neden olabilir',
com_endpoint_bing_system_message_placeholder:
'UYARI: Bu özelliği yanlış kullanmak sizi Bing kullanımından MEN edebilir! "Sistem Mesajı" na tıklayarak tam talimatları ve varsayılan mesajı görebilirsiniz, ki bu da güvenli kabul edilen "Sydney" önceden ayarıdır.',
com_endpoint_system_message: 'Sistem Mesajı', com_endpoint_system_message: 'Sistem Mesajı',
com_endpoint_default_blank: 'varsayılan: boş', com_endpoint_default_blank: 'varsayılan: boş',
com_endpoint_default_false: 'varsayılan: false', com_endpoint_default_false: 'varsayılan: false',
@ -115,12 +125,17 @@ export default {
com_endpoint_tone_style: 'Ton Stili', com_endpoint_tone_style: 'Ton Stili',
com_endpoint_token_count: 'Token Sayısı', com_endpoint_token_count: 'Token Sayısı',
com_endpoint_output: ıkış', com_endpoint_output: ıkış',
com_endpoint_google_temp: 'Daha yüksek değerler = daha rastgele, daha düşük değerler = daha odaklanmış ve belirleyici. Bunlardan birini değiştirmenizi öneririz, ancak her ikisini birden değil.', com_endpoint_google_temp:
com_endpoint_google_topp: 'Top-p, modelin çıkış için token seçme şeklini değiştirir. Token\'lar, en yüksek K (topK parametresini görmek için) olasılıktan en düşük olasılığa kadar seçilir, toplam olasılıkları top-p değerine eşit olana kadar.', 'Daha yüksek değerler = daha rastgele, daha düşük değerler = daha odaklanmış ve belirleyici. Bunlardan birini değiştirmenizi öneririz, ancak her ikisini birden değil.',
com_endpoint_google_topk: 'Top-k, modelin çıkış için token seçme şeklini değiştirir. 1 top-k, seçilen tokenın modelin kelime dağarcığındaki tüm tokenlar arasında en olası olduğu anlamına gelir (ayrıca aç gözlü kod çözme denir), 3 top-k ise bir sonraki tokenın 3 en olası token arasından seçildiği anlamına gelir (sıcaklık kullanılarak).', com_endpoint_google_topp:
com_endpoint_google_maxoutputtokens: 'Yanıtta üretilebilecek maksimum token sayısı. Daha kısa yanıtlar için daha düşük bir değer belirtin ve daha uzun yanıtlar için daha yüksek bir değer belirtin.', 'Top-p, modelin çıkış için token seçme şeklini değiştirir. Token\'lar, en yüksek K (topK parametresini görmek için) olasılıktan en düşük olasılığa kadar seçilir, toplam olasılıkları top-p değerine eşit olana kadar.',
com_endpoint_google_topk:
'Top-k, modelin çıkış için token seçme şeklini değiştirir. 1 top-k, seçilen tokenın modelin kelime dağarcığındaki tüm tokenlar arasında en olası olduğu anlamına gelir (ayrıca aç gözlü kod çözme denir), 3 top-k ise bir sonraki tokenın 3 en olası token arasından seçildiği anlamına gelir (sıcaklık kullanılarak).',
com_endpoint_google_maxoutputtokens:
'Yanıtta üretilebilecek maksimum token sayısı. Daha kısa yanıtlar için daha düşük bir değer belirtin ve daha uzun yanıtlar için daha yüksek bir değer belirtin.',
com_endpoint_google_custom_name_placeholder: 'PaLM2 için özel bir ad belirleyin', com_endpoint_google_custom_name_placeholder: 'PaLM2 için özel bir ad belirleyin',
com_endpoint_prompt_prefix_placeholder: 'Özel talimatları veya bağlamı ayarlayın. Boşsa göz ardı edilir.', com_endpoint_prompt_prefix_placeholder:
'Özel talimatları veya bağlamı ayarlayın. Boşsa göz ardı edilir.',
com_endpoint_custom_name: 'Özel Ad', com_endpoint_custom_name: 'Özel Ad',
com_endpoint_prompt_prefix: 'Talimat Öneki', com_endpoint_prompt_prefix: 'Talimat Öneki',
com_endpoint_temperature: 'Sıcaklık', com_endpoint_temperature: 'Sıcaklık',
@ -128,17 +143,27 @@ export default {
com_endpoint_top_p: 'Top P', com_endpoint_top_p: 'Top P',
com_endpoint_top_k: 'Top K', com_endpoint_top_k: 'Top K',
com_endpoint_max_output_tokens: 'Maksimum Çıkış Tokenları', com_endpoint_max_output_tokens: 'Maksimum Çıkış Tokenları',
com_endpoint_openai_temp: 'Daha yüksek değerler = daha rastgele, daha düşük değerler = daha odaklanmış ve belirleyici. Bunlardan birini değiştirmenizi öneririz, ancak her ikisini birden değil.', com_endpoint_openai_temp:
com_endpoint_openai_max: 'Oluşturulacak maksimum token sayısı. Giriş tokenlarının toplam uzunluğu, modelin bağlam uzunluğu tarafından sınırlanır.', 'Daha yüksek değerler = daha rastgele, daha düşük değerler = daha odaklanmış ve belirleyici. Bunlardan birini değiştirmenizi öneririz, ancak her ikisini birden değil.',
com_endpoint_openai_topp: 'Sıcaklıkla örnekleme alternatifi olan bir başka seçenek, modelin top_p olasılık kütlesine sahip tokenların sonuçlarını düşünmesidir. Bu nedenle 0.1, yalnızca top 10% olasılık kütlesini oluşturan token\'ların düşünüldüğü anlamına gelir. Bunları veya sıcaklığı değiştirmenizi öneririz, ancak her ikisini birden değil.', com_endpoint_openai_max:
com_endpoint_openai_freq: 'Metindeki mevcut frekanslarına dayanarak yeni tokenları cezalandırmak için -2.0 ile 2.0 arasında bir sayı. Pozitif değerler, modelin aynı satırı kelimesi kelimesine tekrar etme olasılığını azaltır.', 'Oluşturulacak maksimum token sayısı. Giriş tokenlarının toplam uzunluğu, modelin bağlam uzunluğu tarafından sınırlanır.',
com_endpoint_openai_pres: 'Metindeki varolup olmadıklarına dayanarak yeni tokenları cezalandırmak için -2.0 ile 2.0 arasında bir sayı. Pozitif değerler, modelin yeni konulardan bahsetme olasılığını artırır.', com_endpoint_openai_topp:
'Sıcaklıkla örnekleme alternatifi olan bir başka seçenek, modelin top_p olasılık kütlesine sahip tokenların sonuçlarını düşünmesidir. Bu nedenle 0.1, yalnızca top 10% olasılık kütlesini oluşturan token\'ların düşünüldüğü anlamına gelir. Bunları veya sıcaklığı değiştirmenizi öneririz, ancak her ikisini birden değil.',
com_endpoint_openai_freq:
'Metindeki mevcut frekanslarına dayanarak yeni tokenları cezalandırmak için -2.0 ile 2.0 arasında bir sayı. Pozitif değerler, modelin aynı satırı kelimesi kelimesine tekrar etme olasılığını azaltır.',
com_endpoint_openai_pres:
'Metindeki varolup olmadıklarına dayanarak yeni tokenları cezalandırmak için -2.0 ile 2.0 arasında bir sayı. Pozitif değerler, modelin yeni konulardan bahsetme olasılığını artırır.',
com_endpoint_openai_custom_name_placeholder: 'ChatGPT için özel bir ad belirleyin', com_endpoint_openai_custom_name_placeholder: 'ChatGPT için özel bir ad belirleyin',
com_endpoint_openai_prompt_prefix_placeholder: 'Sistem Mesajı\'na dahil edilecek özel talimatları ayarlayın. Varsayılan: yok', com_endpoint_openai_prompt_prefix_placeholder:
com_endpoint_anthropic_temp: '0 ile 1 arasında bir değer. Analitik / çoklu seçim için daha yakın bir sıcaklık kullanın ve yaratıcı ve üretken görevler için daha yakın 1 kullanın. Bunlardan birini değiştirmenizi öneririz, ancak her ikisini birden değil.', 'Sistem Mesajı\'na dahil edilecek özel talimatları ayarlayın. Varsayılan: yok',
com_endpoint_anthropic_topp: 'Top-p, modelin çıkış için token seçme şeklini değiştirir. Token\'lar, en yüksek K (topK parametresini görmek için) olasılıktan en düşük olasılığa kadar seçilir, toplam olasılıkları top-p değerine eşit olana kadar.', com_endpoint_anthropic_temp:
com_endpoint_anthropic_topk: 'Top-k, modelin çıkış için token seçme şeklini değiştirir. 1 top-k, seçilen tokenın modelin kelime dağarcığındaki tüm tokenlar arasında en olası olduğu anlamına gelir (ayrıca aç gözlü kod çözme denir), 3 top-k ise bir sonraki tokenın 3 en olası token arasından seçildiği anlamına gelir (sıcaklık kullanılarak).', '0 ile 1 arasında bir değer. Analitik / çoklu seçim için daha yakın bir sıcaklık kullanın ve yaratıcı ve üretken görevler için daha yakın 1 kullanın. Bunlardan birini değiştirmenizi öneririz, ancak her ikisini birden değil.',
com_endpoint_anthropic_maxoutputtokens: 'Yanıtta üretilebilecek maksimum token sayısı. Daha kısa yanıtlar için daha düşük bir değer belirtin ve daha uzun yanıtlar için daha yüksek bir değer belirtin.', com_endpoint_anthropic_topp:
'Top-p, modelin çıkış için token seçme şeklini değiştirir. Token\'lar, en yüksek K (topK parametresini görmek için) olasılıktan en düşük olasılığa kadar seçilir, toplam olasılıkları top-p değerine eşit olana kadar.',
com_endpoint_anthropic_topk:
'Top-k, modelin çıkış için token seçme şeklini değiştirir. 1 top-k, seçilen tokenın modelin kelime dağarcığındaki tüm tokenlar arasında en olası olduğu anlamına gelir (ayrıca aç gözlü kod çözme denir), 3 top-k ise bir sonraki tokenın 3 en olası token arasından seçildiği anlamına gelir (sıcaklık kullanılarak).',
com_endpoint_anthropic_maxoutputtokens:
'Yanıtta üretilebilecek maksimum token sayısı. Daha kısa yanıtlar için daha düşük bir değer belirtin ve daha uzun yanıtlar için daha yüksek bir değer belirtin.',
com_endpoint_anthropic_custom_name_placeholder: 'Anthropic için özel bir ad belirleyin', com_endpoint_anthropic_custom_name_placeholder: 'Anthropic için özel bir ad belirleyin',
com_endpoint_frequency_penalty: 'Frekans Cezası', com_endpoint_frequency_penalty: 'Frekans Cezası',
com_endpoint_presence_penalty: 'Varlık Cezası', com_endpoint_presence_penalty: 'Varlık Cezası',
@ -185,7 +210,8 @@ export default {
com_endpoint_config_key_encryption: 'Anahtarınız şifreli ve silinecek', com_endpoint_config_key_encryption: 'Anahtarınız şifreli ve silinecek',
com_endpoint_config_key_expiry: 'süresi dolduğunda', com_endpoint_config_key_expiry: 'süresi dolduğunda',
com_endpoint_config_key_import_json_key: 'Servis Hesabı JSON Anahtarını İçe Aktar.', com_endpoint_config_key_import_json_key: 'Servis Hesabı JSON Anahtarını İçe Aktar.',
com_endpoint_config_key_import_json_key_success: 'Servis Hesabı JSON Anahtarı Başarıyla İçe Aktarıldı', com_endpoint_config_key_import_json_key_success:
'Servis Hesabı JSON Anahtarı Başarıyla İçe Aktarıldı',
com_endpoint_config_key_import_json_key_invalid: com_endpoint_config_key_import_json_key_invalid:
'Geçersiz Servis Hesabı JSON Anahtarı, doğru dosyayı mı içe aktardınız?', 'Geçersiz Servis Hesabı JSON Anahtarı, doğru dosyayı mı içe aktardınız?',
com_endpoint_config_key_get_edge_key: 'Bing için Erişim belirtecinizi almak için giriş yapın', com_endpoint_config_key_get_edge_key: 'Bing için Erişim belirtecinizi almak için giriş yapın',
@ -193,7 +219,8 @@ export default {
'Siteye giriş yapılırken dev araçları veya bir uzantı kullanarak _U çerezinin içeriğini kopyalayın. Bu başarısız olursa, bu', 'Siteye giriş yapılırken dev araçları veya bir uzantı kullanarak _U çerezinin içeriğini kopyalayın. Bu başarısız olursa, bu',
com_endpoint_config_key_edge_instructions: 'talimatları', com_endpoint_config_key_edge_instructions: 'talimatları',
com_endpoint_config_key_edge_full_key_string: 'tam çerez dizilerini sağlamak için.', com_endpoint_config_key_edge_full_key_string: 'tam çerez dizilerini sağlamak için.',
com_endpoint_config_key_chatgpt: 'ChatGPT \'Free Version\' için Erişim belirtecinizi almak için giriş yapın', com_endpoint_config_key_chatgpt:
'ChatGPT \'Free Version\' için Erişim belirtecinizi almak için giriş yapın',
com_endpoint_config_key_chatgpt_then_visit: 'ardından ziyaret edin', com_endpoint_config_key_chatgpt_then_visit: 'ardından ziyaret edin',
com_endpoint_config_key_chatgpt_copy_token: 'Erişim belirtecini kopyalayın.', com_endpoint_config_key_chatgpt_copy_token: 'Erişim belirtecini kopyalayın.',
com_endpoint_config_key_google_need_to: 'Şunlara ihtiyacınız var:', com_endpoint_config_key_google_need_to: 'Şunlara ihtiyacınız var:',

View file

@ -12,8 +12,7 @@ export default {
com_ui_capability_decline_requests: '限制不当信息', com_ui_capability_decline_requests: '限制不当信息',
com_ui_limitations: '局限性', com_ui_limitations: '局限性',
com_ui_limitation_incorrect_info: '可能会不时出现错误信息', com_ui_limitation_incorrect_info: '可能会不时出现错误信息',
com_ui_limitation_harmful_biased: com_ui_limitation_harmful_biased: '可能会提供有害指示或者偏见',
'可能会提供有害指示或者偏见',
com_ui_limitation_limited_2021: '基于2021年以前信息训练', com_ui_limitation_limited_2021: '基于2021年以前信息训练',
com_ui_input: '输入', com_ui_input: '输入',
com_ui_close: '关闭', com_ui_close: '关闭',
@ -50,14 +49,10 @@ export default {
com_ui_delete: '删除', com_ui_delete: '删除',
com_ui_delete_conversation: '删除对话?', com_ui_delete_conversation: '删除对话?',
com_ui_delete_conversation_confirm: '这将删除', com_ui_delete_conversation_confirm: '这将删除',
com_auth_error_login: com_auth_error_login: '无法登录,请确认提供的账户密码正确,并重新尝试。',
'无法登录,请确认提供的账户密码正确,并重新尝试。', com_auth_error_login_rl: '尝试登录次数过多,请稍后再试。',
com_auth_error_login_rl: com_auth_error_login_ban: '根据我们的服务规则,您的帐号被暂时禁用。',
'尝试登录次数过多,请稍后再试。', com_auth_error_login_server: '内部服务器错误,请稍后再试。',
com_auth_error_login_ban:
'根据我们的服务规则,您的帐号被暂时禁用。',
com_auth_error_login_server:
'内部服务器错误,请稍后再试。',
com_auth_no_account: '新用户注册', com_auth_no_account: '新用户注册',
com_auth_sign_up: '注册', com_auth_sign_up: '注册',
com_auth_sign_in: '登录', com_auth_sign_in: '登录',
@ -80,8 +75,7 @@ export default {
com_auth_password_not_match: '密码不一致', com_auth_password_not_match: '密码不一致',
com_auth_continue: '继续', com_auth_continue: '继续',
com_auth_create_account: '创建账号', com_auth_create_account: '创建账号',
com_auth_error_create: com_auth_error_create: '注册账户过程中出现错误,请重试。',
'注册账户过程中出现错误,请重试。',
com_auth_full_name: '姓名', com_auth_full_name: '姓名',
com_auth_name_required: '姓名为必填项', com_auth_name_required: '姓名为必填项',
com_auth_name_min_length: '姓名至少3个字符', com_auth_name_min_length: '姓名至少3个字符',
@ -97,10 +91,8 @@ export default {
com_auth_here: '这里', com_auth_here: '这里',
com_auth_to_reset_your_password: '重置密码。', com_auth_to_reset_your_password: '重置密码。',
com_auth_reset_password_link_sent: '重置密码链接已发送至邮箱', com_auth_reset_password_link_sent: '重置密码链接已发送至邮箱',
com_auth_reset_password_email_sent: com_auth_reset_password_email_sent: '重置密码邮件已发送至邮箱',
'重置密码邮件已发送至邮箱', com_auth_error_reset_password: '重置密码出现错误,未找到对应的邮箱地址,请重新输入。',
com_auth_error_reset_password:
'重置密码出现错误,未找到对应的邮箱地址,请重新输入。',
com_auth_reset_password_success: '密码重置成功', com_auth_reset_password_success: '密码重置成功',
com_auth_login_with_new_password: '现在你可以使用你的新密码登录。', com_auth_login_with_new_password: '现在你可以使用你的新密码登录。',
com_auth_error_invalid_reset_token: '重置密码的密钥已失效。', com_auth_error_invalid_reset_token: '重置密码的密钥已失效。',
@ -145,8 +137,7 @@ export default {
com_endpoint_max_output_tokens: '最大输出词元数', com_endpoint_max_output_tokens: '最大输出词元数',
com_endpoint_openai_temp: com_endpoint_openai_temp:
'值越高表示输出越随机值越低表示输出越确定。建议不要同时改变此值和Top P。', '值越高表示输出越随机值越低表示输出越确定。建议不要同时改变此值和Top P。',
com_endpoint_openai_max: com_endpoint_openai_max: '最大生成词元数。输入词元长度由模型的上下文长度决定。',
'最大生成词元数。输入词元长度由模型的上下文长度决定。',
com_endpoint_openai_topp: com_endpoint_openai_topp:
'相较于随机性的另一个取样方法称为核采样模型选取输出词元中大于P值概率密度在整个概率分布中的比例的结果。比如 top_p=0.1 表示只有概率占比为前10%的词元才会被考虑作为输出。建议不要同时改变此值和随机性。', '相较于随机性的另一个取样方法称为核采样模型选取输出词元中大于P值概率密度在整个概率分布中的比例的结果。比如 top_p=0.1 表示只有概率占比为前10%的词元才会被考虑作为输出。建议不要同时改变此值和随机性。',
com_endpoint_openai_freq: com_endpoint_openai_freq:
@ -154,8 +145,7 @@ export default {
com_endpoint_openai_pres: com_endpoint_openai_pres:
'值介于-2.0到2.0之间。正值将惩罚当前已经使用的词元,从而增加讨论新话题的可能性。', '值介于-2.0到2.0之间。正值将惩罚当前已经使用的词元,从而增加讨论新话题的可能性。',
com_endpoint_openai_custom_name_placeholder: '为ChatGPT设置一个名称', com_endpoint_openai_custom_name_placeholder: '为ChatGPT设置一个名称',
com_endpoint_openai_prompt_prefix_placeholder: com_endpoint_openai_prompt_prefix_placeholder: '在消息开头添加系统级提示词,默认为空',
'在消息开头添加系统级提示词,默认为空',
com_endpoint_anthropic_temp: com_endpoint_anthropic_temp:
'值介于0到1之间。 对于分析性/选择性任务值应更接近0对于创造性和生成性任务值应更接近1。我们建议更改该参数或Top-p但不要同时更改这两个参数。', '值介于0到1之间。 对于分析性/选择性任务值应更接近0对于创造性和生成性任务值应更接近1。我们建议更改该参数或Top-p但不要同时更改这两个参数。',
com_endpoint_anthropic_topp: com_endpoint_anthropic_topp:
@ -189,8 +179,7 @@ export default {
com_endpoint_save: '保存', com_endpoint_save: '保存',
com_endpoint_export: '导出', com_endpoint_export: '导出',
com_endpoint_save_as_preset: '保存为预设', com_endpoint_save_as_preset: '保存为预设',
com_endpoint_presets_clear_warning: com_endpoint_presets_clear_warning: '确定要清除所有预设吗?此操作不可逆转的。',
'确定要清除所有预设吗?此操作不可逆转的。',
com_endpoint_not_implemented: '未实现功能', com_endpoint_not_implemented: '未实现功能',
com_endpoint_no_presets: '暂无 预设', com_endpoint_no_presets: '暂无 预设',
com_endpoint_not_available: '无可用渠道', com_endpoint_not_available: '无可用渠道',
@ -200,8 +189,7 @@ export default {
com_endpoint_agent_model: '代理模型 (推荐: GPT-3.5)', com_endpoint_agent_model: '代理模型 (推荐: GPT-3.5)',
com_endpoint_completion_model: '补全模型 (推荐: GPT-4)', com_endpoint_completion_model: '补全模型 (推荐: GPT-4)',
com_endpoint_func_hover: '将插件作为OpenAI函数使用', com_endpoint_func_hover: '将插件作为OpenAI函数使用',
com_endpoint_skip_hover: com_endpoint_skip_hover: '跳过补全步骤, 检查最终答案和生成步骤',
'跳过补全步骤, 检查最终答案和生成步骤',
com_endpoint_config_key: '设置API Key', com_endpoint_config_key: '设置API Key',
com_endpoint_config_key_for: '设置API Key', com_endpoint_config_key_for: '设置API Key',
com_endpoint_config_key_name: '密钥', com_endpoint_config_key_name: '密钥',
@ -211,8 +199,7 @@ export default {
com_endpoint_config_key_expiry: '过期时间', com_endpoint_config_key_expiry: '过期时间',
com_endpoint_config_key_import_json_key: '导入服务账号JSON密钥', com_endpoint_config_key_import_json_key: '导入服务账号JSON密钥',
com_endpoint_config_key_import_json_key_success: '成功导入服务账号JSON密钥', com_endpoint_config_key_import_json_key_success: '成功导入服务账号JSON密钥',
com_endpoint_config_key_import_json_key_invalid: com_endpoint_config_key_import_json_key_invalid: '无效的服务账号JSON密钥您是否导入正确的文件',
'无效的服务账号JSON密钥您是否导入正确的文件',
com_endpoint_config_key_get_edge_key: '为获得Bing访问凭证Access token请登录', com_endpoint_config_key_get_edge_key: '为获得Bing访问凭证Access token请登录',
com_endpoint_config_key_get_edge_key_dev_tool: com_endpoint_config_key_get_edge_key_dev_tool:
'登录网站后,使用开发工具或扩展程序复制 _U cookie 的内容。如果失败,请按照以下步骤操作:', '登录网站后,使用开发工具或扩展程序复制 _U cookie 的内容。如果失败,请按照以下步骤操作:',
@ -230,8 +217,7 @@ export default {
com_nav_auto_scroll: '打开时自动滚动到最新内容', com_nav_auto_scroll: '打开时自动滚动到最新内容',
com_nav_plugin_store: '插件商店', com_nav_plugin_store: '插件商店',
com_nav_plugin_search: '搜索插件', com_nav_plugin_search: '搜索插件',
com_nav_plugin_auth_error: com_nav_plugin_auth_error: '尝试验证此插件时出错。请重试。',
'尝试验证此插件时出错。请重试。',
com_nav_close_menu: '关闭菜单', com_nav_close_menu: '关闭菜单',
com_nav_open_menu: '打开菜单', com_nav_open_menu: '打开菜单',
com_nav_export_filename: '文件名', com_nav_export_filename: '文件名',
@ -256,8 +242,7 @@ export default {
com_nav_log_out: '注销', com_nav_log_out: '注销',
com_nav_user: '默认用户', com_nav_user: '默认用户',
com_nav_clear_conversation: '清空对话', com_nav_clear_conversation: '清空对话',
com_nav_clear_conversation_confirm_message: com_nav_clear_conversation_confirm_message: '请是否清空所有对话?该操作无法撤销',
'请是否清空所有对话?该操作无法撤销',
com_nav_help_faq: '帮助', com_nav_help_faq: '帮助',
com_nav_settings: '设置', com_nav_settings: '设置',
com_nav_search_placeholder: '搜索对话及对话内容', com_nav_search_placeholder: '搜索对话及对话内容',