diff --git a/po/Bavarder.pot b/po/Bavarder.pot index e9d8ada..284a89f 100644 --- a/po/Bavarder.pot +++ b/po/Bavarder.pot @@ -8,60 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-22 18:33+0200\n" +"POT-Creation-Date: 2023-05-27 16:57+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: data/io.github.Bavarder.Bavarder.desktop.in:3 data/ui/window.blp:7 +#: data/io.github.Bavarder.Bavarder.desktop.in.in:3 data/ui/window.blp:7 msgid "Bavarder" msgstr "" -#: data/ui/help-overlay.ui:11 -msgctxt "shortcut window" -msgid "General" -msgstr "" - -#: data/ui/help-overlay.ui:14 -msgctxt "shortcut window" -msgid "Show Shortcuts" -msgstr "" - -#: data/ui/help-overlay.ui:20 -msgctxt "shortcut window" -msgid "Ask" -msgstr "" - -#: data/ui/help-overlay.ui:26 -msgctxt "shortcut window" -msgid "Close current window" -msgstr "" - -#: data/ui/help-overlay.ui:32 -msgctxt "shortcut window" -msgid "Close all windows" -msgstr "" - -#: data/ui/help-overlay.ui:38 -msgctxt "shortcut window" -msgid "Preferences" -msgstr "" - -#: data/ui/help-overlay.ui:44 -msgctxt "shortcut window" -msgid "Copy response" -msgstr "" - -#: data/ui/help-overlay.ui:50 -msgctxt "shortcut window" -msgid "Clear" -msgstr "" - -#: data/ui/preferences.blp:5 data/ui/window.blp:232 src/main.py:299 +#: data/ui/preferences.blp:5 data/ui/window.blp:232 src/main.py:273 msgid "Preferences" msgstr "" @@ -101,7 +61,7 @@ msgstr "" msgid "News about issues with providers will be fetched from Bavarder website" msgstr "" -#: data/ui/preferences.blp:52 src/main.py:297 +#: data/ui/preferences.blp:52 src/main.py:271 msgid "Providers" msgstr "" @@ -109,7 +69,7 @@ msgstr "" msgid "Main Menu" msgstr "" -#: data/ui/window.blp:34 src/provider/base.py:50 +#: data/ui/window.blp:34 src/providers/base.py:50 msgid "No network connection" msgstr "" @@ -141,75 +101,87 @@ msgstr "" msgid "New window" msgstr "" -#: data/ui/window.blp:237 src/main.py:300 +#: data/ui/window.blp:237 src/main.py:274 msgid "Keyboard Shortcuts" msgstr "" -#: data/ui/window.blp:242 src/main.py:301 +#: data/ui/window.blp:242 src/main.py:275 msgid "About Bavarder" msgstr "" -#: src/main.py:150 -msgid "New version available!" -msgstr "" - -#: src/main.py:266 -msgid "New Window" -msgstr "" - -#: src/provider/base.py:43 +#: src/providers/base.py:43 msgid "No API key provided, you can provide one in settings" msgstr "" -#: src/provider/base.py:45 +#: src/providers/base.py:45 msgid "Open settings" msgstr "" -#: src/provider/base.py:81 +#: src/providers/base.py:81 msgid "About provider" msgstr "" -#: src/provider/base.py:95 +#: src/providers/base.py:95 msgid "How to get a token" msgstr "" -#: src/provider/base.py:118 +#: src/providers/base.py:118 msgid "No preferences available" msgstr "" -#: src/provider/openai.py:27 +#: src/providers/huggingface.py:73 src/providers/transformer.py:68 +msgid "API Key" +msgstr "" + +#: src/providers/openai.py:27 msgid "Prompt too long, splitting into chunks." msgstr "" -#: src/provider/openai.py:49 +#: src/providers/openai.py:49 msgid "You don't have access to this model" msgstr "" -#: src/provider/openai.py:54 +#: src/providers/openai.py:54 msgid "" "You exceeded your current quota, please check your plan and billing details." msgstr "" -#: src/provider/openai.py:59 +#: src/providers/openai.py:59 msgid "API Error" msgstr "" -#: src/provider/openai.py:70 +#: src/providers/openai.py:70 msgid "No model selected, you can choose one in preferences" msgstr "" -#: src/provider/huggingface.py:73 -msgid "API Key" -msgstr "" - -#: src/provider/openaicustom.py:33 +#: src/providers/openaicustom.py:33 msgid "API Url" msgstr "" -#: src/provider/openaicustom.py:40 +#: src/providers/openaicustom.py:40 msgid "Model" msgstr "" -#: src/provider/openaicustom.py:80 +#: src/providers/openaicustom.py:80 msgid "How to choose a model" msgstr "" + +#: src/views/about_window.py:12 +msgid "translator-credits" +msgstr "" + +#: src/views/about_window.py:26 +msgid "0xMRTT" +msgstr "" + +#: src/views/about_window.py:44 +msgid "Copyright © 2023 0xMRTT" +msgstr "" + +#: src/main.py:124 +msgid "New version available!" +msgstr "" + +#: src/main.py:240 +msgid "New Window" +msgstr "" diff --git a/po/LINGUAS b/po/LINGUAS index 516a00c..40128c1 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -1,19 +1,19 @@ -th -sv fa +zh_Hans +gl +pt +uk +nl +hu +cs +az +tr +th +es fi ru -nl -es +sv fr -pt -hu -de -tr pl +de it -zh_Hans -az -cs -uk -gl diff --git a/po/POTFILES b/po/POTFILES index ea46dd0..77cbed5 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -1,31 +1,39 @@ -data/io.github.Bavarder.Bavarder.desktop.in -data/io.github.Bavarder.Bavarder.gschema.xml -data/ui/help-overlay.ui +data/io.github.Bavarder.Bavarder.desktop.in.in +data/io.github.Bavarder.Bavarder.gschema.xml.in +data/ui/help-overlay.blp data/ui/preferences.blp data/ui/window.blp -src/main.py -src/preferences.py -src/window.py -src/provider/base.py -src/provider/openai.py -src/provider/openai.py -src/provider/hfdialogpt.py -src/provider/huggingchat.py -src/provider/openaigpt35turbo.py -src/provider/alpacalora.py -src/provider/hfgoogleflant5xxl.py -src/provider/huggingchatbase.py -src/provider/openaitextdavinci003.py -src/provider/baichat.py -src/provider/hfgoogleflanu12.py -src/provider/huggingface.py -src/provider/bard.py -src/provider/hfgpt2.py -src/provider/hfgpt2large.py -src/provider/openai.py -src/provider/baseoffline.py -src/provider/hfgpt2xl.py -src/provider/openaicustom.py -src/provider/catgpt.py -src/provider/hfopenassistantsft1pythia12b.py -src/provider/openaigpt4.py \ No newline at end of file +src/providers/__init__.py +src/providers/alpacalora.py +src/providers/baichat.py +src/providers/bard.py +src/providers/base.py +src/providers/baseoffline.py +src/providers/catgpt.py +src/providers/gradio.py +src/providers/hfdialogpt.py +src/providers/hfgoogleflant5xxl.py +src/providers/hfgoogleflanu12.py +src/providers/hfgpt2.py +src/providers/hfgpt2large.py +src/providers/hfgpt2xl.py +src/providers/hfopenassistantsft1pythia12b.py +src/providers/huggingchat.py +src/providers/huggingchatbase.py +src/providers/huggingface.py +src/providers/openai.py +src/providers/openaicustom.py +src/providers/openaigpt4.py +src/providers/openaigpt35turbo.py +src/providers/openaitextdavinci003.py +src/providers/stablelm.py +src/providers/starcoder.py +src/providers/transformer.py +src/views/__init__.py +src/views/about_window.py +src/views/main_window.py +src/views/preferences_window.py +src/widgets/__init__.py +src/__init__.py +src/threading.py +src/main.py \ No newline at end of file