Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
20b99f8
Add Missing translations for id
github-roushan Oct 7, 2025
6905a0c
Add Missing translations for pl
github-roushan Oct 7, 2025
bcfa051
Add Missing translations for vn
github-roushan Oct 7, 2025
c0ac687
Add Missing translations for zh-CN
github-roushan Oct 7, 2025
117a137
Add Missing translations for zh-TW
github-roushan Oct 7, 2025
23da144
Add Missing translations for de-DE
github-roushan Oct 7, 2025
8edfffe
Add Missing translations for cs
github-roushan Oct 7, 2025
04d396b
Extend Czech language support in Jan
github-roushan Oct 7, 2025
260bc3c
Merge branch 'dev' into improve-localization
github-roushan Oct 8, 2025
6e080ef
Merge branch 'dev' into improve-localization
github-roushan Oct 9, 2025
bd7d288
Merge branch 'dev' into improve-localization
github-roushan Oct 12, 2025
0fb4eb2
Merge branch 'dev' into improve-localization
github-roushan Oct 13, 2025
45cbbfb
Merge branch 'dev' into improve-localization
github-roushan Oct 14, 2025
3f6dc48
Merge branch 'dev' into improve-localization
github-roushan Oct 31, 2025
5c66fcf
Merge branch 'dev' into improve-localization
github-roushan Nov 1, 2025
eab5d6b
Merge branch 'dev' into improve-localization
github-roushan Nov 4, 2025
c7b782d
Merge branch 'dev' into improve-localization
github-roushan Nov 4, 2025
a10296e
Merge branch 'dev' into improve-localization
github-roushan Nov 5, 2025
5376abf
Merge branch 'dev' into improve-localization
github-roushan Nov 5, 2025
b8afd1c
Merge branch 'dev' into improve-localization
github-roushan Nov 5, 2025
0b330e3
Merge branch 'dev' into improve-localization
github-roushan Nov 7, 2025
be73fe0
Merge branch 'dev' into improve-localization
github-roushan Nov 7, 2025
8880426
Merge branch 'dev' into improve-localization
github-roushan Nov 10, 2025
c0f0790
Merge branch 'dev' into improve-localization
github-roushan Nov 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions web-app/src/containers/LanguageSwitcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const LANGUAGES = [
{ value: 'zh-CN', label: '简体中文' },
{ value: 'zh-TW', label: '繁體中文' },
{ value: 'de-DE', label: 'Deutsch' },
{ value: 'cs', label: 'Čeština' },
{ value: 'pt-BR', label: 'Português (Brasil)' },
{ value: 'ja', label: '日本語' },
{ value: 'ru', label: 'Русский' },
Expand Down
35 changes: 35 additions & 0 deletions web-app/src/locales/cs/assistants.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"title": "Assistants",
"editAssistant": "Edit Assistant",
"deleteAssistant": "Delete Assistant",
"deleteConfirmation": "Delete Assistant",
"deleteConfirmationDesc": "Are you sure you want to delete this assistant? This action cannot be undone.",
"cancel": "Cancel",
"delete": "Delete",
"addAssistant": "Add Assistant",
"emoji": "Emoji",
"name": "Name",
"enterName": "Enter name",
"nameRequired": "Name is required",
"description": "Description (optional)",
"enterDescription": "Enter description",
"instructions": "Instructions",
"enterInstructions": "Enter instructions",
"predefinedParameters": "Predefined Parameters",
"parameters": "Parameters",
"key": "Key",
"value": "Value",
"stringValue": "String",
"numberValue": "Number",
"booleanValue": "Boolean",
"jsonValue": "JSON",
"trueValue": "True",
"falseValue": "False",
"jsonValuePlaceholder": "JSON Value",
"save": "Save",
"createNew": "Create New Assistant",
"personality": "Personality",
"capabilities": "Capabilities",
"instructionsDateHint": "Tip: Use {{current_date}} to insert today’s date.",
"maxToolSteps": "Max tool steps"
}
12 changes: 12 additions & 0 deletions web-app/src/locales/cs/chat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"welcome": "Hi, how are you?",
"description": "How can I help you today?",
"temporaryChat": "Temporary Chat",
"temporaryChatDescription": "Start a temporary conversation that won't be saved to your chat history.",
"status": {
"empty": "No Chats Found"
},
"sendMessage": "Send Message",
"newConversation": "New Conversation",
"clearHistory": "Clear History"
}
Loading
Loading