Files
chatbot-ui/public/locales/tr/promptbar.json
T
mirkan1 5f0d1cb7ca Turkish language implementation for i18n (#576)
* turkish language support implemented

* tr as string in module declaration

* missing key Plugin Keys implementation

* synonyms is used to get rid of confusion and to avoid repetition. The word “synonym” is derived from the Greek word “syn” meaning “together” and “onym” meaning “name” while in Turkish name and noun can be translated as both "ad" and "isim"

* //
2023-04-18 08:18:24 -06:00

13 lines
503 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"New prompt": "Yeni prompt",
"New folder": "Yeni klasör",
"No prompts.": "Prompt yok.",
"Search prompts...": "Prompt'ları ara...",
"Name": "İsim",
"Description": "Açıklama",
"A description for your prompt.": "Prompt'unuz için bir açıklama.",
"Prompt": "Prompt",
"Prompt content. Use {{}} to denote a variable. Ex: {{name}} is a {{adjective}} {{noun}}": "Prompt içeriği. Değişken belirtmek için {{}} kullanın. Örn: {{ad}} bir {{sıfat}} {{isim}}",
"Save": "Kaydet"
}