# Bowl for Kittybox.
# Copyright (C) 2024 Vika Shleina
# This file is distributed under the same license as the bowl package.
# Vika <vika@fireburn.ru>, 2024.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: bowl\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-04 15:59+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: data/xyz.vikanezrimaya.kittybox.Bowl.desktop.in.in:3 src/lib.rs:187
msgid "Bowl"
msgstr ""

#: data/xyz.vikanezrimaya.kittybox.Bowl.desktop.in.in:4
msgid "Minimalist Micropub post creator"
msgstr ""

#. Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
#: data/xyz.vikanezrimaya.kittybox.Bowl.desktop.in.in:10
msgid "Micropub;IndieWeb;Kittybox;"
msgstr ""

#. TRANSLATORS: please keep the newline and `<b>` tags
#: src/components/smart_summary.rs:47
msgid ""
"<b>Smart Summary</b>\n"
"Ask a language model for a single-sentence summary."
msgstr ""

#: src/components/post_editor.rs:142
msgid "Name"
msgstr ""

#: src/components/post_editor.rs:157
msgid "Summary"
msgstr ""

#: src/components/post_editor.rs:179
msgid "Tags"
msgstr ""

#: src/components/post_editor.rs:227
msgid "Content"
msgstr ""

#: src/components/post_editor.rs:280
msgid "Visibility"
msgstr ""

#: src/components/post_editor.rs:493
msgid "Smart Summary error: {}"
msgstr ""

#: src/components/post_editor.rs:540
msgid "Post submitted"
msgstr ""

#: src/components/post_editor.rs:541
msgid "Open"
msgstr ""

#: src/components/post_editor.rs:559
msgid "Error sending post: {}"
msgstr ""

#: src/components/signin.rs:91
msgid "Thank you! This window can now be closed."
msgstr ""

#: src/components/signin.rs:210 src/components/signin.rs:249
msgid "Sign in"
msgstr ""

#: src/components/signin.rs:215
msgid ""
"Please sign in with your website to use Bowl.\n"
"Your website needs to support IndieAuth and Micropub for this app to work."
msgstr ""

#: src/components/signin.rs:245
msgid "Talking to your website..."
msgstr ""

#: src/components/signin.rs:247
msgid "Waiting for authorization..."
msgstr ""

#: src/components/signin.rs:455
msgid "state doesn't match what we remember, ceremony aborted"
msgstr ""

#: src/components/signin.rs:463
msgid "issuer doesn't match what we remember, ceremony aborted"
msgstr ""

#: src/lib.rs:131
msgid "Bowl for Kittybox"
msgstr ""

#: src/lib.rs:169
msgid "Sign out"
msgstr ""

#: src/lib.rs:170
msgid "Preferences"
msgstr ""

#: src/lib.rs:171
msgid "About"
msgstr ""

#: src/lib.rs:185
msgid "Bowl - Sign in with your website"
msgstr ""

#: src/lib.rs:201
msgid "Publish"
msgstr ""

#: src/lib.rs:331
msgid "Micropub access token for {}"
msgstr ""

#: data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in:6
msgid "LLM API endpoint"
msgstr ""

#: data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in:7
msgid "Ollama API endpoint used to query an LLM for Smart Summary."
msgstr ""

#: data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in:13
msgid "Smart Summary LLM"
msgstr ""

#: data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in:25
msgid "LLM system prompt"
msgstr ""

#: data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in:26
msgid ""
"The system prompt provided to the LLM. For best results, it should instruct "
"the LLM to provide a one-sentence summary of the document it receives. The "
"default system prompt is tested for Llama 3.1-8B and should work for posts "
"written mainly in English. Performance with other languages is untested."
msgstr ""

#. TRANSLATORS: please keep the link intact
#: data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in:15
msgid ""
"The model that Ollama will load to produce summaries. Available models can "
"be seen at <a href=\"https://ollama.com/library\">Ollama library</a>."
msgstr ""

#: data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in:38
msgid "Smart Summary prompt prefix"
msgstr ""

#: data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in:39
msgid ""
"What the text is prefixed with when pasted into the LLM prompt. Something "
"like \"Summarize this text:\" works well."
msgstr ""

#: data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in:47
msgid "Smart Summary prompt suffix"
msgstr ""

#: data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in:48
msgid "Append this to the prompt after the article text."
msgstr ""

#: src/components/preferences.rs:21
msgid "Language Models"
msgstr ""

#: src/components/preferences.rs:22
msgid "Settings for the language model integrations."
msgstr ""

#: src/components/preferences.rs:26
msgid "General"
msgstr ""

#: src/components/preferences.rs:33
msgid "Smart Summary"
msgstr ""