150 lines
10 KiB
Plaintext
150 lines
10 KiB
Plaintext
{
|
|
"@@locale": "fa",
|
|
"appTitle": "Ollama",
|
|
"optionNewChat": "New Chat",
|
|
"optionSettings": "Settings",
|
|
"optionInstallPwa": "Install Webapp",
|
|
"optionNoChatFound": "No chats found",
|
|
"tipPrefix": "Tip: ",
|
|
"tip0": "Edit messages by long taping on them",
|
|
"tip1": "Delete messages by double tapping on them",
|
|
"tip2": "You can change the theme in settings",
|
|
"tip3": "Select a multimodal model to input images",
|
|
"tip4": "Chats are automatically saved",
|
|
"deleteChat": "Delete",
|
|
"renameChat": "Rename",
|
|
"takeImage": "Take Image",
|
|
"uploadImage": "Upload Image",
|
|
"notAValidImage": "Not a valid image",
|
|
"imageOnlyConversation": "Image Only Conversation",
|
|
"messageInputPlaceholder": "Message",
|
|
"tooltipAttachment": "Add attachment",
|
|
"tooltipSend": "Send",
|
|
"tooltipSave": "Save",
|
|
"tooltipLetAIThink": "Let AI think",
|
|
"tooltipAddHostHeaders": "Add host headers",
|
|
"tooltipReset": "Reset current chat",
|
|
"tooltipOptions": "Show options",
|
|
"noModelSelected": "No model selected",
|
|
"noHostSelected": "No host selected, open setting to set one",
|
|
"noSelectedModel": "<selector>",
|
|
"newChatTitle": "Unnamed Chat",
|
|
"modelDialogAddModel": "Add",
|
|
"modelDialogAddPromptTitle": "Add new model",
|
|
"modelDialogAddPromptDescription": "This can have either be a normal name (e.g. 'llama3') or name and tag (e.g. 'llama3:70b').",
|
|
"modelDialogAddPromptAlreadyExists": "Model already exists",
|
|
"modelDialogAddPromptInvalid": "Invalid model name",
|
|
"modelDialogAddAllowanceTitle": "Allow Proxy",
|
|
"modelDialogAddAllowanceDescription": "Ollama App must check if the entered model is valid. For that, we normally send a web request to the Ollama model list and check the status code, but because you're using the web client, we can't do that directly. Instead, the app will send the request to a different api, hosted by JHubi1, to check for us.\nThis is a one-time request and will only be sent when you add a new model.\nYour IP address will be sent with the request and might be stored for up to ten minutes to prevent spamming with potential harmful intentions.\nIf you accept, your selection will be remembered in the future; if not, nothing will be sent and the model won't be added.",
|
|
"modelDialogAddAllowanceAllow": "Allow",
|
|
"modelDialogAddAllowanceDeny": "Deny",
|
|
"modelDialogAddAssuranceTitle": "Add {model}?",
|
|
"modelDialogAddAssuranceDescription": "Pressing 'Add' will download the model '{model}' directly from the Ollama server to your host.\nThis can take a while depending on your internet connection. The action cannot be canceled.\nIf the app is closed during the download, it'll resume if you enter the name into the model dialog again.",
|
|
"modelDialogAddAssuranceAdd": "Add",
|
|
"modelDialogAddAssuranceCancel": "Cancel",
|
|
"modelDialogAddDownloadPercentLoading": "loading progress",
|
|
"modelDialogAddDownloadPercent": "download at {percent}%",
|
|
"modelDialogAddDownloadFailed": "Disconnected, try again",
|
|
"modelDialogAddDownloadSuccess": "Download successful",
|
|
"deleteDialogTitle": "Delete Chat",
|
|
"deleteDialogDescription": "Are you sure you want to continue? This will wipe all memory of this chat and cannot be undone.\nTo disable this dialog, visit the settings.",
|
|
"deleteDialogDelete": "Delete",
|
|
"deleteDialogCancel": "Cancel",
|
|
"dialogEnterNewTitle": "Enter new title",
|
|
"dialogEditMessageTitle": "Edit message",
|
|
"settingsTitleBehavior": "Behavior",
|
|
"settingsDescriptionBehavior": "Change the behavior of the AI to your liking.",
|
|
"settingsTitleInterface": "Interface",
|
|
"settingsDescriptionInterface": "Edit how Ollama App looks and behaves.",
|
|
"settingsTitleVoice": "Voice",
|
|
"settingsDescriptionVoice": "Enable voice mode and configure voice settings.",
|
|
"settingsTitleExport": "Export",
|
|
"settingsDescriptionExport": "Export and import your chat history.",
|
|
"settingsTitleAbout": "About",
|
|
"settingsDescriptionAbout": "Check for updates and learn more about Ollama App.",
|
|
"settingsSavedAutomatically": "Settings are saved automatically",
|
|
"settingsExperimentalAlpha": "alpha",
|
|
"settingsExperimentalAlphaDescription": "This feature is in alpha and may not work as intended or expected.\nCritical issues and/or permanent critical damage to device and/or used services cannot be ruled out.\nUse at your own risk. No liability on the part of the app author.",
|
|
"settingsExperimentalAlphaFeature": "Alpha feature, hold to learn more",
|
|
"settingsExperimentalBeta": "beta",
|
|
"settingsExperimentalBetaDescription": "This feature is in beta and may not work intended or expected.\nLess severe issues may or may not occur. Damage shouldn't be critical.\nUse at your own risk.",
|
|
"settingsExperimentalBetaFeature": "Beta feature, hold to learn more",
|
|
"settingsExperimentalDeprecated": "deprecated",
|
|
"settingsExperimentalDeprecatedDescription": "This feature is deprecated and will be removed in a future version.\nIt may not work as intended or expected. Use at your own risk.",
|
|
"settingsExperimentalDeprecatedFeature": "Deprecated feature, hold to learn more",
|
|
"settingsHost": "Host",
|
|
"settingsHostValid": "Valid Host",
|
|
"settingsHostChecking": "Checking Host",
|
|
"settingsHostInvalid": "Issue: {type, select, url{Invalid URL} host{Invalid Host} timeout{Request Failed. Server issues} ratelimit{Too many requests} other{Request Failed}}",
|
|
"settingsHostHeaderTitle": "Set host header",
|
|
"settingsHostHeaderInvalid": "The entered text isn't a valid header JSON object",
|
|
"settingsHostInvalidDetailed": "{type, select, url{The URL you entered is invalid. It isn't an a standardized URL format.} other{The host you entered is invalid. It cannot be reached. Please check the host and try again.}}",
|
|
"settingsSystemMessage": "System message",
|
|
"settingsUseSystem": "Use system message",
|
|
"settingsUseSystemDescription": "Disables setting the system message above and use the one of the model instead. Can be useful for models with model files",
|
|
"settingsDisableMarkdown": "Disable markdown",
|
|
"settingsBehaviorNotUpdatedForOlderChats": "Behavior settings are not updated for older chats",
|
|
"settingsShowModelTags": "Show model tags",
|
|
"settingsPreloadModels": "Preload models",
|
|
"settingsResetOnModelChange": "Reset on model change",
|
|
"settingsRequestTypeStream": "Stream",
|
|
"settingsRequestTypeRequest": "Request",
|
|
"settingsGenerateTitles": "Generate titles",
|
|
"settingsEnableEditing": "Enable editing of messages",
|
|
"settingsAskBeforeDelete": "Ask before chat deletion",
|
|
"settingsShowTips": "Show tips in sidebar",
|
|
"settingsKeepModelLoadedAlways": "Keep model always loaded",
|
|
"settingsKeepModelLoadedNever": "Don't keep model loaded",
|
|
"settingsKeepModelLoadedFor": "Set specific time to keep model loaded",
|
|
"settingsKeepModelLoadedSet": "Keep model loaded for {minutes} minutes",
|
|
"settingsTimeoutMultiplier": "Timeout multiplier",
|
|
"settingsTimeoutMultiplierDescription": "Select the multiplier that is applied to every timeout value in the app. Can be useful with a slow internet connection or a slow host.",
|
|
"settingsTimeoutMultiplierExample": "E.g. message timeout:",
|
|
"settingsEnableHapticFeedback": "Enable haptic feedback",
|
|
"settingsMaximizeOnStart": "Start maximized",
|
|
"settingsBrightnessSystem": "System",
|
|
"settingsBrightnessLight": "Light",
|
|
"settingsBrightnessDark": "Dark",
|
|
"settingsThemeDevice": "Device",
|
|
"settingsThemeOllama": "Ollama",
|
|
"settingsTemporaryFixes": "Temporary interface fixes",
|
|
"settingsTemporaryFixesDescription": "Enable temporary fixes for interface issues.\nLong press on the individual options to learn more.",
|
|
"settingsTemporaryFixesInstructions": "Do not toggle any of these settings unless you know what you are doing! The given solutions might not work as expected.\nThey cannot be seen as final or should be judged as such. Issues might occur.",
|
|
"settingsTemporaryFixesNoFixes": "No fixes available",
|
|
"settingsVoicePermissionLoading": "Loading voice permissions ...",
|
|
"settingsVoiceTtsNotSupported": "Text-to-speech not supported",
|
|
"settingsVoiceTtsNotSupportedDescription": "Text-to-speech services are not supported for the selected language. Select a different language in the language drawer to reenable them.\nOther services like voice recognition and AI thinking will still work as usual, but interaction might not be as fluent.",
|
|
"settingsVoicePermissionNot": "Permissions not granted",
|
|
"settingsVoiceNotEnabled": "Voice mode not enabled",
|
|
"settingsVoiceNotSupported": "Voice mode not supported",
|
|
"settingsVoiceEnable": "Enable voice mode",
|
|
"settingsVoiceNoLanguage": "No language selected",
|
|
"settingsVoiceLimitLanguage": "Limit to selected language",
|
|
"settingsVoicePunctuation": "Enable AI punctuation",
|
|
"settingsExportChats": "Export chats",
|
|
"settingsExportChatsSuccess": "Chats exported successfully",
|
|
"settingsImportChats": "Import chats",
|
|
"settingsImportChatsTitle": "Import",
|
|
"settingsImportChatsDescription": "The following step will import the chats from the selected file. This will overwrite all currently available chats.\nDo you want to continue?",
|
|
"settingsImportChatsImport": "Import and Erase",
|
|
"settingsImportChatsCancel": "Cancel",
|
|
"settingsImportChatsSuccess": "Chats imported successfully",
|
|
"settingsExportInfo": "This options allows you to export and import your chat history. This can be useful if you want to transfer your chat history to another device or backup your chat history",
|
|
"settingsExportWarning": "Multiple chat histories won't be merged! You'll loose your current chat history if you import a new one",
|
|
"settingsUpdateCheck": "Check for updates",
|
|
"settingsUpdateChecking": "Checking for updates ...",
|
|
"settingsUpdateLatest": "You are on the latest version",
|
|
"settingsUpdateAvailable": "Update available (v{version})",
|
|
"settingsUpdateRateLimit": "Can't check, API rate limit exceeded",
|
|
"settingsUpdateIssue": "An issue occurred",
|
|
"settingsUpdateDialogTitle": "New version available",
|
|
"settingsUpdateDialogDescription": "A new version of Ollama is available. Do you want to download and install it now?",
|
|
"settingsUpdateChangeLog": "Change Log",
|
|
"settingsUpdateDialogUpdate": "Update",
|
|
"settingsUpdateDialogCancel": "Cancel",
|
|
"settingsCheckForUpdates": "Check for updates on open",
|
|
"settingsGithub": "GitHub",
|
|
"settingsReportIssue": "Report Issue",
|
|
"settingsLicenses": "Licenses",
|
|
"settingsVersion": "Ollama App v{version}"
|
|
} |