po: update POT + POTFILES

This commit is contained in:
0xMRTT 2023-05-27 20:37:29 +02:00
parent cf9a619ee9
commit 6cdaab48c0
Signed by: 0xMRTT
GPG Key ID: 910B287304120902
3 changed files with 95 additions and 115 deletions

View File

@ -8,60 +8,20 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\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" "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" msgid "Bavarder"
msgstr "" msgstr ""
#: data/ui/help-overlay.ui:11 #: data/ui/preferences.blp:5 data/ui/window.blp:232 src/main.py:273
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
msgid "Preferences" msgid "Preferences"
msgstr "" msgstr ""
@ -101,7 +61,7 @@ msgstr ""
msgid "News about issues with providers will be fetched from Bavarder website" msgid "News about issues with providers will be fetched from Bavarder website"
msgstr "" msgstr ""
#: data/ui/preferences.blp:52 src/main.py:297 #: data/ui/preferences.blp:52 src/main.py:271
msgid "Providers" msgid "Providers"
msgstr "" msgstr ""
@ -109,7 +69,7 @@ msgstr ""
msgid "Main Menu" msgid "Main Menu"
msgstr "" 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" msgid "No network connection"
msgstr "" msgstr ""
@ -141,75 +101,87 @@ msgstr ""
msgid "New window" msgid "New window"
msgstr "" msgstr ""
#: data/ui/window.blp:237 src/main.py:300 #: data/ui/window.blp:237 src/main.py:274
msgid "Keyboard Shortcuts" msgid "Keyboard Shortcuts"
msgstr "" msgstr ""
#: data/ui/window.blp:242 src/main.py:301 #: data/ui/window.blp:242 src/main.py:275
msgid "About Bavarder" msgid "About Bavarder"
msgstr "" msgstr ""
#: src/main.py:150 #: src/providers/base.py:43
msgid "New version available!"
msgstr ""
#: src/main.py:266
msgid "New Window"
msgstr ""
#: src/provider/base.py:43
msgid "No API key provided, you can provide one in settings" msgid "No API key provided, you can provide one in settings"
msgstr "" msgstr ""
#: src/provider/base.py:45 #: src/providers/base.py:45
msgid "Open settings" msgid "Open settings"
msgstr "" msgstr ""
#: src/provider/base.py:81 #: src/providers/base.py:81
msgid "About provider" msgid "About provider"
msgstr "" msgstr ""
#: src/provider/base.py:95 #: src/providers/base.py:95
msgid "How to get a token" msgid "How to get a token"
msgstr "" msgstr ""
#: src/provider/base.py:118 #: src/providers/base.py:118
msgid "No preferences available" msgid "No preferences available"
msgstr "" 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." msgid "Prompt too long, splitting into chunks."
msgstr "" msgstr ""
#: src/provider/openai.py:49 #: src/providers/openai.py:49
msgid "You don't have access to this model" msgid "You don't have access to this model"
msgstr "" msgstr ""
#: src/provider/openai.py:54 #: src/providers/openai.py:54
msgid "" msgid ""
"You exceeded your current quota, please check your plan and billing details." "You exceeded your current quota, please check your plan and billing details."
msgstr "" msgstr ""
#: src/provider/openai.py:59 #: src/providers/openai.py:59
msgid "API Error" msgid "API Error"
msgstr "" msgstr ""
#: src/provider/openai.py:70 #: src/providers/openai.py:70
msgid "No model selected, you can choose one in preferences" msgid "No model selected, you can choose one in preferences"
msgstr "" msgstr ""
#: src/provider/huggingface.py:73 #: src/providers/openaicustom.py:33
msgid "API Key"
msgstr ""
#: src/provider/openaicustom.py:33
msgid "API Url" msgid "API Url"
msgstr "" msgstr ""
#: src/provider/openaicustom.py:40 #: src/providers/openaicustom.py:40
msgid "Model" msgid "Model"
msgstr "" msgstr ""
#: src/provider/openaicustom.py:80 #: src/providers/openaicustom.py:80
msgid "How to choose a model" msgid "How to choose a model"
msgstr "" 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 ""

View File

@ -1,19 +1,19 @@
th
sv
fa fa
zh_Hans
gl
pt
uk
nl
hu
cs
az
tr
th
es
fi fi
ru ru
nl sv
es
fr fr
pt
hu
de
tr
pl pl
de
it it
zh_Hans
az
cs
uk
gl

View File

@ -1,31 +1,39 @@
data/io.github.Bavarder.Bavarder.desktop.in data/io.github.Bavarder.Bavarder.desktop.in.in
data/io.github.Bavarder.Bavarder.gschema.xml data/io.github.Bavarder.Bavarder.gschema.xml.in
data/ui/help-overlay.ui data/ui/help-overlay.blp
data/ui/preferences.blp data/ui/preferences.blp
data/ui/window.blp data/ui/window.blp
src/main.py src/providers/__init__.py
src/preferences.py src/providers/alpacalora.py
src/window.py src/providers/baichat.py
src/provider/base.py src/providers/bard.py
src/provider/openai.py src/providers/base.py
src/provider/openai.py src/providers/baseoffline.py
src/provider/hfdialogpt.py src/providers/catgpt.py
src/provider/huggingchat.py src/providers/gradio.py
src/provider/openaigpt35turbo.py src/providers/hfdialogpt.py
src/provider/alpacalora.py src/providers/hfgoogleflant5xxl.py
src/provider/hfgoogleflant5xxl.py src/providers/hfgoogleflanu12.py
src/provider/huggingchatbase.py src/providers/hfgpt2.py
src/provider/openaitextdavinci003.py src/providers/hfgpt2large.py
src/provider/baichat.py src/providers/hfgpt2xl.py
src/provider/hfgoogleflanu12.py src/providers/hfopenassistantsft1pythia12b.py
src/provider/huggingface.py src/providers/huggingchat.py
src/provider/bard.py src/providers/huggingchatbase.py
src/provider/hfgpt2.py src/providers/huggingface.py
src/provider/hfgpt2large.py src/providers/openai.py
src/provider/openai.py src/providers/openaicustom.py
src/provider/baseoffline.py src/providers/openaigpt4.py
src/provider/hfgpt2xl.py src/providers/openaigpt35turbo.py
src/provider/openaicustom.py src/providers/openaitextdavinci003.py
src/provider/catgpt.py src/providers/stablelm.py
src/provider/hfopenassistantsft1pythia12b.py src/providers/starcoder.py
src/provider/openaigpt4.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