forked from JHubi1/ollama-app
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
123 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
arb-dir: lib/l10n | ||
template-arb-file: app_en.arb | ||
output-localization-file: app_localizations.dart |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"@@locale": "de", | ||
"appTitle": "Ollama", | ||
"@appTitle": { | ||
"description": "Title of the application", | ||
"context": "Visible in the side bar" | ||
}, | ||
"optionSettings": "Einstellungen", | ||
"@optionSettings": { | ||
"description": "Text displayed for settings option", | ||
"context": "Visible in the side bar" | ||
}, | ||
"optionNewChat": "Neuer Chat", | ||
"@optionNewChat": { | ||
"description": "Text displayed for new chat option", | ||
"context": "Visible in the side bar" | ||
}, | ||
"noSelectedModel": "<selektor>", | ||
"@noSelectedModel": { | ||
"description": "Text displayed when no model is selected", | ||
"context": "Visible in model selector, above the chat viewF" | ||
}, | ||
"uploadImage": "Bild Hochladen", | ||
"@uploadImage": { | ||
"description": "Text displayed for image upload button", | ||
"context": "Visible in attachment menu" | ||
}, | ||
"uploadFile": "Datei Hochladen", | ||
"@uploadFile": { | ||
"description": "Text displayed for file upload button", | ||
"context": "Visible in attachment menu" | ||
}, | ||
"messageInputPlaceholder": "Nachricht", | ||
"@messageInputPlaceholder": { | ||
"description": "Placeholder text for message input", | ||
"context": "Visible in the chat view" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"@@locale": "en", | ||
"appTitle": "Ollama", | ||
"@appTitle": { | ||
"description": "Title of the application", | ||
"context": "Visible in the side bar" | ||
}, | ||
"optionSettings": "Settings", | ||
"@optionSettings": { | ||
"description": "Text displayed for settings option", | ||
"context": "Visible in the side bar" | ||
}, | ||
"optionNewChat": "New Chat", | ||
"@optionNewChat": { | ||
"description": "Text displayed for new chat option", | ||
"context": "Visible in the side bar" | ||
}, | ||
"noSelectedModel": "<selector>", | ||
"@noSelectedModel": { | ||
"description": "Text displayed when no model is selected", | ||
"context": "Visible in model selector, above the chat viewF" | ||
}, | ||
"uploadImage": "Upload Image", | ||
"@uploadImage": { | ||
"description": "Text displayed for image upload button", | ||
"context": "Visible in attachment menu" | ||
}, | ||
"uploadFile": "Upload File", | ||
"@uploadFile": { | ||
"description": "Text displayed for file upload button", | ||
"context": "Visible in attachment menu" | ||
}, | ||
"messageInputPlaceholder": "Message", | ||
"@messageInputPlaceholder": { | ||
"description": "Placeholder text for message input", | ||
"context": "Visible in the chat view" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters