Feat/fix start (#1)

format code
This commit is contained in:
Dmitry Afanasyev
2023-09-16 20:09:40 +03:00
committed by GitHub
parent 2d34a94eed
commit a95403f594
144 changed files with 8545 additions and 595 deletions

View File

@@ -0,0 +1,67 @@
# Contributing to Translations for FreeGPT WebUI 🌐
This README.md file was created to guide contributors on how to contribute translations to the FreeGPT WebUI project. The translations are located in the `translations` folder and are generated by `babel-flask`.
## Modifying an existing translation
To modify an existing translation, follow the steps below:
1. Inside the `translations` folder, you will find all existing translations in the project.
2. Translate the strings in the `.po` file found within the folder of the language translation you want to modify. <br>
The identifiers of the strings to be translated are in the format `msgid "string"` and should be translated in the `msgstr ""` field. For example:
```
msgid "New Conversation"
msgstr "Nova Conversa"
```
3. Add your name and GitHub profile to the "Contributors" section at the beginning of the `.po` file. If there are already contributors, add your name to the list. For example:
```
# Portuguese (Brazil) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# Ramon - github.com/ramonvc/
# Your Name - github.com/yourprofile/
# ...
```
4. Create a pull request with the changes so we can review and incorporate them into the project.
## Adding a new language
To add a new language, follow the steps below:
1. Install `babel-flask` (if not already installed) using the command `pip install Flask-Babel`.
2. Inside the project folder use the following code to generate the folder with the translation template, replacing LANGUAGE_CODE with the language code. Example: en_US
```
pybabel init -i ./translations/messages.pot -d translations -l LANGUAGE_CODE
```
3. Translate the strings in the created `.po` file. The identifiers of the strings to be translated are in the format `msgid "string"` and should be translated in the `msgstr ""` field. For example:
```
msgid "New Conversation"
msgstr "Nova Conversa"
```
4. Add your name and GitHub profile to the "Contributors" section at the beginning of the `.po` file. For example:
```
# Portuguese (Brazil) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# Ramon - github.com/ramonvc/
# ...
```
5. Create a pull request with the changes so we can review and incorporate them into the project.

View File

@@ -0,0 +1,75 @@
# Arabic (Saudi Arabia) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: ar_SA\n"
"Language-Team: ar_SA <LL@li.org>\n"
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : "
"n%100>=3 && n%100<=10 ? 3 : n%100>=0 && n%100<=2 ? 4 : 5);\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "محادثة جديدة"
#:
msgid "Clear Conversations"
msgstr "مسح المحادثات"
#:
msgid "API Key"
msgstr "مفتاح API"
#:
msgid "Ok"
msgstr "حسنا"
#:
msgid "Dark Mode"
msgstr "الوضع الداكن"
#:
msgid "Language"
msgstr "اللغة"
#:
msgid "Stop Generating"
msgstr "توقف عن التوليد"
#:
msgid "Ask a question"
msgstr "اسأل سؤال"
#:
msgid "IMAGE"
msgstr "صورة"
#:
msgid "Default"
msgstr "افتراضي"
#:
msgid "DAN"
msgstr "دان"
#:
msgid "Evil"
msgstr "شرير"
#:
msgid "Web Access"
msgstr "الوصول إلى الويب"
#:
msgid "Version"
msgstr "الإصدار"

View File

@@ -0,0 +1,74 @@
# Czech (Czechia) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: cs_CZ\n"
"Language-Team: cs_CZ <LL@li.org>\n"
"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "Nová konverzace"
#:
msgid "Clear Conversations"
msgstr "Vymazat konverzace"
#:
msgid "API Key"
msgstr "API klíč"
#:
msgid "Ok"
msgstr "Dobře"
#:
msgid "Dark Mode"
msgstr "Tmavý režim"
#:
msgid "Language"
msgstr "Jazyk"
#:
msgid "Stop Generating"
msgstr "Zastavit generování"
#:
msgid "Ask a question"
msgstr "Zeptejte se na otázku"
#:
msgid "IMAGE"
msgstr "OBRAZ"
#:
msgid "Default"
msgstr "Výchozí"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "Zlo"
#:
msgid "Web Access"
msgstr "Webový přístup"
#:
msgid "Version"
msgstr "Verze"

View File

@@ -0,0 +1,74 @@
# Danish (Denmark) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: da_DK\n"
"Language-Team: da_DK <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "Ny samtale"
#:
msgid "Clear Conversations"
msgstr "Ryd samtaler"
#:
msgid "API Key"
msgstr "API-nøgle"
#:
msgid "Ok"
msgstr "Ok"
#:
msgid "Dark Mode"
msgstr "Mørk tilstand"
#:
msgid "Language"
msgstr "Sprog"
#:
msgid "Stop Generating"
msgstr "Stop generering"
#:
msgid "Ask a question"
msgstr "Stil et spørgsmål"
#:
msgid "IMAGE"
msgstr "BILLEDE"
#:
msgid "Default"
msgstr "Standard"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "Ond"
#:
msgid "Web Access"
msgstr "Webadgang"
#:
msgid "Version"
msgstr "Version"

View File

@@ -0,0 +1,74 @@
# German (Germany) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: de_DE\n"
"Language-Team: de_DE <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "Neues Gespräch"
#:
msgid "Clear Conversations"
msgstr "Unterhaltungen löschen"
#:
msgid "API Key"
msgstr "API-Schlüssel"
#:
msgid "Ok"
msgstr "Okay"
#:
msgid "Dark Mode"
msgstr "Dunkler Modus"
#:
msgid "Language"
msgstr "Sprache"
#:
msgid "Stop Generating"
msgstr "Generierung stoppen"
#:
msgid "Ask a question"
msgstr "Stelle eine Frage"
#:
msgid "IMAGE"
msgstr "BILD"
#:
msgid "Default"
msgstr "Standard"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "Böse"
#:
msgid "Web Access"
msgstr "Webzugang"
#:
msgid "Version"
msgstr "Version"

View File

@@ -0,0 +1,74 @@
# Greek (Greece) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: el_GR\n"
"Language-Team: el_GR <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "Νέα Συνομιλία"
#:
msgid "Clear Conversations"
msgstr "Καθαρισμός Συνομιλιών"
#:
msgid "API Key"
msgstr "Κλειδί API"
#:
msgid "Ok"
msgstr "Εντάξει"
#:
msgid "Dark Mode"
msgstr "Σκοτεινή Λειτουργία"
#:
msgid "Language"
msgstr "Γλώσσα"
#:
msgid "Stop Generating"
msgstr "Διακοπή Δημιουργίας"
#:
msgid "Ask a question"
msgstr "Κάντε μια ερώτηση"
#:
msgid "IMAGE"
msgstr "ΕΙΚΟΝΑ"
#:
msgid "Default"
msgstr "Προεπιλογή"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "Κακό"
#:
msgid "Web Access"
msgstr "Πρόσβαση στον ιστό"
#:
msgid "Version"
msgstr "Έκδοση"

View File

@@ -0,0 +1,74 @@
# English (United States) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# Ramon - github.com/ramonvc/
# ...
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: en_US\n"
"Language-Team: en_US <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "New Conversation"
#:
msgid "Clear Conversations"
msgstr "Clear Conversations"
#:
msgid "API Key"
msgstr "API Key"
#:
msgid "Ok"
msgstr "Ok"
#:
msgid "Dark Mode"
msgstr "Dark Mod"
#:
msgid "Language"
msgstr "Language"
#:
msgid "Stop Generating"
msgstr "Stop Generating"
#:
msgid "Ask a question"
msgstr "Ask a question"
#:
msgid "IMAGE"
msgstr "IMAGE"
#:
msgid "Default"
msgstr "Default"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "Evil"
#:
msgid "Web Access"
msgstr "Web Access"
#:
msgid "Version"
msgstr "Version"

View File

@@ -0,0 +1,74 @@
# Spanish (Spain) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: es_ES\n"
"Language-Team: es_ES <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "Nueva conversación"
#:
msgid "Clear Conversations"
msgstr "Borrar conversaciones"
#:
msgid "API Key"
msgstr "Clave API"
#:
msgid "Ok"
msgstr "Ok"
#:
msgid "Dark Mode"
msgstr "Modo oscuro"
#:
msgid "Language"
msgstr "Idioma"
#:
msgid "Stop Generating"
msgstr "Dejar de generar"
#:
msgid "Ask a question"
msgstr "Haz una pregunta"
#:
msgid "IMAGE"
msgstr "IMAGEN"
#:
msgid "Default"
msgstr "Predeterminado"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "Mal"
#:
msgid "Web Access"
msgstr "Acceso web"
#:
msgid "Version"
msgstr "Versión"

View File

@@ -0,0 +1,74 @@
# Spanish (Mexico) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: es_MX\n"
"Language-Team: es_MX <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "Nueva conversación"
#:
msgid "Clear Conversations"
msgstr "Borrar conversaciones"
#:
msgid "API Key"
msgstr "Clave API"
#:
msgid "Ok"
msgstr "Ok"
#:
msgid "Dark Mode"
msgstr "Modo oscuro"
#:
msgid "Language"
msgstr "Idioma"
#:
msgid "Stop Generating"
msgstr "Detener generación"
#:
msgid "Ask a question"
msgstr "Haz una pregunta"
#:
msgid "IMAGE"
msgstr "IMAGEN"
#:
msgid "Default"
msgstr "Por defecto"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "Malvado"
#:
msgid "Web Access"
msgstr "Acceso web"
#:
msgid "Version"
msgstr "Versión"

View File

@@ -0,0 +1,74 @@
# Finnish (Finland) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: fi_FI\n"
"Language-Team: fi_FI <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "Uusi keskustelu"
#:
msgid "Clear Conversations"
msgstr "Tyhjennä keskustelut"
#:
msgid "API Key"
msgstr "API-avain"
#:
msgid "Ok"
msgstr "Ok"
#:
msgid "Dark Mode"
msgstr "Tumma tila"
#:
msgid "Language"
msgstr "Kieli"
#:
msgid "Stop Generating"
msgstr "Lopeta tuottaminen"
#:
msgid "Ask a question"
msgstr "Esitä kysymys"
#:
msgid "IMAGE"
msgstr "KUVA"
#:
msgid "Default"
msgstr "Oletus"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "Paha"
#:
msgid "Web Access"
msgstr "Verkkopääsy"
#:
msgid "Version"
msgstr "Versio"

View File

@@ -0,0 +1,74 @@
# French (France) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: fr_FR\n"
"Language-Team: fr_FR <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "Nouvelle conversation"
#:
msgid "Clear Conversations"
msgstr "Effacer les conversations"
#:
msgid "API Key"
msgstr "Clé API"
#:
msgid "Ok"
msgstr "Ok"
#:
msgid "Dark Mode"
msgstr "Mode sombre"
#:
msgid "Language"
msgstr "Langue"
#:
msgid "Stop Generating"
msgstr "Arrêter la génération"
#:
msgid "Ask a question"
msgstr "Poser une question"
#:
msgid "IMAGE"
msgstr "IMAGE"
#:
msgid "Default"
msgstr "Par défaut"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "Méchant"
#:
msgid "Web Access"
msgstr "Accès Web"
#:
msgid "Version"
msgstr "Version"

View File

@@ -0,0 +1,74 @@
# Hebrew (Israel) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: he_IL\n"
"Language-Team: he_IL <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "שיחה חדשה"
#:
msgid "Clear Conversations"
msgstr "נקה שיחות"
#:
msgid "API Key"
msgstr "מפתח API"
#:
msgid "Ok"
msgstr "אוקיי"
#:
msgid "Dark Mode"
msgstr "מצב כהה"
#:
msgid "Language"
msgstr "שפה"
#:
msgid "Stop Generating"
msgstr "הפסק ליצור"
#:
msgid "Ask a question"
msgstr "שאל שאלה"
#:
msgid "IMAGE"
msgstr "תמונה"
#:
msgid "Default"
msgstr "ברירת מחדל"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "רשע"
#:
msgid "Web Access"
msgstr "גישה לאינטרנט"
#:
msgid "Version"
msgstr "גרסה"

View File

@@ -0,0 +1,74 @@
# Hindi (India) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: hi_IN\n"
"Language-Team: hi_IN <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "नई बातचीत"
#:
msgid "Clear Conversations"
msgstr "बातचीत साफ करें"
#:
msgid "API Key"
msgstr "API कुंजी"
#:
msgid "Ok"
msgstr "ठीक है"
#:
msgid "Dark Mode"
msgstr "डार्क मोड"
#:
msgid "Language"
msgstr "भाषा"
#:
msgid "Stop Generating"
msgstr "उत्पादन रोकें"
#:
msgid "Ask a question"
msgstr "एक प्रश्न पूछें"
#:
msgid "IMAGE"
msgstr "छवि"
#:
msgid "Default"
msgstr "डिफ़ॉल्ट"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "बुराई"
#:
msgid "Web Access"
msgstr "वेब पहुंच"
#:
msgid "Version"
msgstr "संस्करण"

View File

@@ -0,0 +1,74 @@
# Hungarian (Hungary) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: hu_HU\n"
"Language-Team: hu_HU <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "Új beszélgetés"
#:
msgid "Clear Conversations"
msgstr "Beszélgetések törlése"
#:
msgid "API Key"
msgstr "API kulcs"
#:
msgid "Ok"
msgstr "Rendben"
#:
msgid "Dark Mode"
msgstr "Sötét mód"
#:
msgid "Language"
msgstr "Nyelv"
#:
msgid "Stop Generating"
msgstr "Generálás leállítása"
#:
msgid "Ask a question"
msgstr "Kérdés feltevése"
#:
msgid "IMAGE"
msgstr "KÉP"
#:
msgid "Default"
msgstr "Alapértelmezett"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "Gonosz"
#:
msgid "Web Access"
msgstr "Webhozzáférés"
#:
msgid "Version"
msgstr "Verzió"

View File

@@ -0,0 +1,74 @@
# Indonesian (Indonesia) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: id_ID\n"
"Language-Team: id_ID <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "Percakapan Baru"
#:
msgid "Clear Conversations"
msgstr "Hapus Percakapan"
#:
msgid "API Key"
msgstr "Kunci API"
#:
msgid "Ok"
msgstr "Oke"
#:
msgid "Dark Mode"
msgstr "Mode Gelap"
#:
msgid "Language"
msgstr "Bahasa"
#:
msgid "Stop Generating"
msgstr "Berhenti Menghasilkan"
#:
msgid "Ask a question"
msgstr "Ajukan pertanyaan"
#:
msgid "IMAGE"
msgstr "GAMBAR"
#:
msgid "Default"
msgstr "Default"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "Jahat"
#:
msgid "Web Access"
msgstr "Akses Web"
#:
msgid "Version"
msgstr "Versi"

View File

@@ -0,0 +1,74 @@
# Italian (Italy) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: it_IT\n"
"Language-Team: it_IT <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "Nuova conversazione"
#:
msgid "Clear Conversations"
msgstr "Cancella conversazioni"
#:
msgid "API Key"
msgstr "Chiave API"
#:
msgid "Ok"
msgstr "Ok"
#:
msgid "Dark Mode"
msgstr "Modalità scura"
#:
msgid "Language"
msgstr "Lingua"
#:
msgid "Stop Generating"
msgstr "Ferma la generazione"
#:
msgid "Ask a question"
msgstr "Fai una domanda"
#:
msgid "IMAGE"
msgstr "IMMAGINE"
#:
msgid "Default"
msgstr "Default"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "Male"
#:
msgid "Web Access"
msgstr "Accesso web"
#:
msgid "Version"
msgstr "Versione"

View File

@@ -0,0 +1,74 @@
# Japanese (Japan) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: ja_JP\n"
"Language-Team: ja_JP <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "新しい会話"
#:
msgid "Clear Conversations"
msgstr "会話をクリア"
#:
msgid "API Key"
msgstr "APIキー"
#:
msgid "Ok"
msgstr "OK"
#:
msgid "Dark Mode"
msgstr "ダークモード"
#:
msgid "Language"
msgstr "言語"
#:
msgid "Stop Generating"
msgstr "生成を停止"
#:
msgid "Ask a question"
msgstr "質問をする"
#:
msgid "IMAGE"
msgstr "画像"
#:
msgid "Default"
msgstr "デフォルト"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "悪"
#:
msgid "Web Access"
msgstr "Webアクセス"
#:
msgid "Version"
msgstr "バージョン"

View File

@@ -0,0 +1,74 @@
# Korean (South Korea) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: ko_KR\n"
"Language-Team: ko_KR <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "새 대화"
#:
msgid "Clear Conversations"
msgstr "대화 지우기"
#:
msgid "API Key"
msgstr "API 키"
#:
msgid "Ok"
msgstr "확인"
#:
msgid "Dark Mode"
msgstr "다크 모드"
#:
msgid "Language"
msgstr "언어"
#:
msgid "Stop Generating"
msgstr "생성 중지"
#:
msgid "Ask a question"
msgstr "질문하기"
#:
msgid "IMAGE"
msgstr "이미지"
#:
msgid "Default"
msgstr "기본값"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "악"
#:
msgid "Web Access"
msgstr "웹 접근"
#:
msgid "Version"
msgstr "버전"

View File

@@ -0,0 +1,74 @@
# Norwegian Bokmål (Norway) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: nb_NO\n"
"Language-Team: nb_NO <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "Ny samtale"
#:
msgid "Clear Conversations"
msgstr "Fjern samtaler"
#:
msgid "API Key"
msgstr "API-nøkkel"
#:
msgid "Ok"
msgstr "Ok"
#:
msgid "Dark Mode"
msgstr "Mørk modus"
#:
msgid "Language"
msgstr "Språk"
#:
msgid "Stop Generating"
msgstr "Stopp generering"
#:
msgid "Ask a question"
msgstr "Still et spørsmål"
#:
msgid "IMAGE"
msgstr "BILDE"
#:
msgid "Default"
msgstr "Standard"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "Ond"
#:
msgid "Web Access"
msgstr "Webtilgang"
#:
msgid "Version"
msgstr "Versjon"

View File

@@ -0,0 +1,74 @@
# Dutch (Netherlands) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: nl_NL\n"
"Language-Team: nl_NL <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "Nieuw gesprek"
#:
msgid "Clear Conversations"
msgstr "Gesprekken wissen"
#:
msgid "API Key"
msgstr "API-sleutel"
#:
msgid "Ok"
msgstr "Ok"
#:
msgid "Dark Mode"
msgstr "Donkere modus"
#:
msgid "Language"
msgstr "Taal"
#:
msgid "Stop Generating"
msgstr "Stop met genereren"
#:
msgid "Ask a question"
msgstr "Stel een vraag"
#:
msgid "IMAGE"
msgstr "AFBEELDING"
#:
msgid "Default"
msgstr "Standaard"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "Kwaad"
#:
msgid "Web Access"
msgstr "Webtoegang"
#:
msgid "Version"
msgstr "Versie"

View File

@@ -0,0 +1,75 @@
# Polish (Poland) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: pl_PL\n"
"Language-Team: pl_PL <LL@li.org>\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && "
"(n%100<10 || n%100>=20) ? 1 : 2);\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "Nowa rozmowa"
#:
msgid "Clear Conversations"
msgstr "Wyczyść rozmowy"
#:
msgid "API Key"
msgstr "Klucz API"
#:
msgid "Ok"
msgstr "Ok"
#:
msgid "Dark Mode"
msgstr "Tryb ciemny"
#:
msgid "Language"
msgstr "Język"
#:
msgid "Stop Generating"
msgstr "Zatrzymaj generowanie"
#:
msgid "Ask a question"
msgstr "Zadaj pytanie"
#:
msgid "IMAGE"
msgstr "OBRAZ"
#:
msgid "Default"
msgstr "Domyślny"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "Zło"
#:
msgid "Web Access"
msgstr "Dostęp do sieci"
#:
msgid "Version"
msgstr "Wersja"

View File

@@ -0,0 +1,73 @@
# Portuguese (Brazil) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# Ramon - github.com/ramonvc/
# ...
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: pt_BR\n"
"Language-Team: pt_BR <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "Nova Conversa"
#:
msgid "Clear Conversations"
msgstr "Limpar Conversas"
#:
msgid "API Key"
msgstr "Chave API"
#:
msgid "Ok"
msgstr "Ok"
#:
msgid "Dark Mode"
msgstr "Modo Escuro"
#:
msgid "Language"
msgstr "Idioma"
#:
msgid "Stop Generating"
msgstr "Parar de Gerar"
#:
msgid "Ask a question"
msgstr "Faça uma pergunta"
#:
msgid "IMAGE"
msgstr "IMAGEM"
#:
msgid "Default"
msgstr "Padrão"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "Mal"
#:
msgid "Web Access"
msgstr "Acesso Web"
#:
msgid "Version"
msgstr "Versão"

View File

@@ -0,0 +1,75 @@
# Romanian (Romania) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: ro_RO\n"
"Language-Team: ro_RO <LL@li.org>\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100"
" < 20)) ? 1 : 2);\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "Conversație nouă"
#:
msgid "Clear Conversations"
msgstr "Șterge conversațiile"
#:
msgid "API Key"
msgstr "Cheie API"
#:
msgid "Ok"
msgstr "Ok"
#:
msgid "Dark Mode"
msgstr "Mod întunecat"
#:
msgid "Language"
msgstr "Limbă"
#:
msgid "Stop Generating"
msgstr "Opriți generarea"
#:
msgid "Ask a question"
msgstr "Pune o întrebare"
#:
msgid "IMAGE"
msgstr "IMAGINE"
#:
msgid "Default"
msgstr "Implicit"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "Rău"
#:
msgid "Web Access"
msgstr "Acces la web"
#:
msgid "Version"
msgstr "Versiune"

View File

@@ -0,0 +1,75 @@
# Russian (Russia) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: ru_RU\n"
"Language-Team: ru_RU <LL@li.org>\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "Новый разговор"
#:
msgid "Clear Conversations"
msgstr "Очистить разговоры"
#:
msgid "API Key"
msgstr "API ключ"
#:
msgid "Ok"
msgstr "Ок"
#:
msgid "Dark Mode"
msgstr "Темный режим"
#:
msgid "Language"
msgstr "Язык"
#:
msgid "Stop Generating"
msgstr "Остановить генерацию"
#:
msgid "Ask a question"
msgstr "Задать вопрос"
#:
msgid "IMAGE"
msgstr "ИЗОБРАЖЕНИЕ"
#:
msgid "Default"
msgstr "По умолчанию"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "Зло"
#:
msgid "Web Access"
msgstr "Веб-доступ"
#:
msgid "Version"
msgstr "Версия"

View File

@@ -0,0 +1,74 @@
# Slovak (Slovakia) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: sk_SK\n"
"Language-Team: sk_SK <LL@li.org>\n"
"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "Nová konverzácia"
#:
msgid "Clear Conversations"
msgstr "Vymazať konverzácie"
#:
msgid "API Key"
msgstr "API Kľúč"
#:
msgid "Ok"
msgstr "Ok"
#:
msgid "Dark Mode"
msgstr "Tmavý režim"
#:
msgid "Language"
msgstr "Jazyk"
#:
msgid "Stop Generating"
msgstr "Zastaviť generovanie"
#:
msgid "Ask a question"
msgstr "Opýtať sa otázku"
#:
msgid "IMAGE"
msgstr "OBRÁZOK"
#:
msgid "Default"
msgstr "Predvolené"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "Zlo"
#:
msgid "Web Access"
msgstr "Prístup na web"
#:
msgid "Version"
msgstr "Verzia"

View File

@@ -0,0 +1,74 @@
# Swedish (Sweden) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: sv_SE\n"
"Language-Team: sv_SE <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "Ny konversation"
#:
msgid "Clear Conversations"
msgstr "Rensa konversationer"
#:
msgid "API Key"
msgstr "API-nyckel"
#:
msgid "Ok"
msgstr "Ok"
#:
msgid "Dark Mode"
msgstr "Mörkt läge"
#:
msgid "Language"
msgstr "Språk"
#:
msgid "Stop Generating"
msgstr "Sluta generera"
#:
msgid "Ask a question"
msgstr "Ställ en fråga"
#:
msgid "IMAGE"
msgstr "BILD"
#:
msgid "Default"
msgstr "Standard"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "Ond"
#:
msgid "Web Access"
msgstr "Webbåtkomst"
#:
msgid "Version"
msgstr "Version"

View File

@@ -0,0 +1,74 @@
# Thai (Thailand) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: th_TH\n"
"Language-Team: th_TH <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "การสนทนาใหม่"
#:
msgid "Clear Conversations"
msgstr "ล้างการสนทนา"
#:
msgid "API Key"
msgstr "คีย์ API"
#:
msgid "Ok"
msgstr "ตกลง"
#:
msgid "Dark Mode"
msgstr "โหมดมืด"
#:
msgid "Language"
msgstr "ภาษา"
#:
msgid "Stop Generating"
msgstr "หยุดการสร้าง"
#:
msgid "Ask a question"
msgstr "ถามคำถาม"
#:
msgid "IMAGE"
msgstr "ภาพ"
#:
msgid "Default"
msgstr "ค่าเริ่มต้น"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "ชั่วร้าย"
#:
msgid "Web Access"
msgstr "การเข้าถึงเว็บ"
#:
msgid "Version"
msgstr "เวอร์ชัน"

View File

@@ -0,0 +1,74 @@
# Turkish (Turkey) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: tr_TR\n"
"Language-Team: tr_TR <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "Yeni Konuşma"
#:
msgid "Clear Conversations"
msgstr "Konuşmaları Temizle"
#:
msgid "API Key"
msgstr "API Anahtarı"
#:
msgid "Ok"
msgstr "Tamam"
#:
msgid "Dark Mode"
msgstr "Karanlık Mod"
#:
msgid "Language"
msgstr "Dil"
#:
msgid "Stop Generating"
msgstr "Üretmeyi Durdur"
#:
msgid "Ask a question"
msgstr "Bir soru sor"
#:
msgid "IMAGE"
msgstr "GÖRÜNTÜ"
#:
msgid "Default"
msgstr "Varsayılan"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "Kötü"
#:
msgid "Web Access"
msgstr "Web Erişimi"
#:
msgid "Version"
msgstr "Versiyon"

View File

@@ -0,0 +1,75 @@
# Ukrainian (Ukraine) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: uk_UA\n"
"Language-Team: uk_UA <LL@li.org>\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "Нова розмова"
#:
msgid "Clear Conversations"
msgstr "Очистити розмови"
#:
msgid "API Key"
msgstr "API-ключ"
#:
msgid "Ok"
msgstr "Добре"
#:
msgid "Dark Mode"
msgstr "Темний режим"
#:
msgid "Language"
msgstr "Мова"
#:
msgid "Stop Generating"
msgstr "Зупинити генерацію"
#:
msgid "Ask a question"
msgstr "Задати питання"
#:
msgid "IMAGE"
msgstr "ЗОБРАЖЕННЯ"
#:
msgid "Default"
msgstr "За замовчуванням"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "Зло"
#:
msgid "Web Access"
msgstr "Веб-доступ"
#:
msgid "Version"
msgstr "Версія"

View File

@@ -0,0 +1,74 @@
# Vietnamese (Vietnam) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: vi_VN\n"
"Language-Team: vi_VN <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "Cuộc trò chuyện mới"
#:
msgid "Clear Conversations"
msgstr "Xóa cuộc trò chuyện"
#:
msgid "API Key"
msgstr "Khóa API"
#:
msgid "Ok"
msgstr "Đồng ý"
#:
msgid "Dark Mode"
msgstr "Chế độ tối"
#:
msgid "Language"
msgstr "Ngôn ngữ"
#:
msgid "Stop Generating"
msgstr "Dừng sinh"
#:
msgid "Ask a question"
msgstr "Đặt một câu hỏi"
#:
msgid "IMAGE"
msgstr "HÌNH ẢNH"
#:
msgid "Default"
msgstr "Mặc định"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "Ác"
#:
msgid "Web Access"
msgstr "Truy cập web"
#:
msgid "Version"
msgstr "Phiên bản"

View File

@@ -0,0 +1,74 @@
# Chinese (Simplified, China) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: zh_Hans_CN\n"
"Language-Team: zh_Hans_CN <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "新的对话"
#:
msgid "Clear Conversations"
msgstr "清空对话"
#:
msgid "API Key"
msgstr "API密钥"
#:
msgid "Ok"
msgstr "确认"
#:
msgid "Dark Mode"
msgstr "暗黑模式"
#:
msgid "Language"
msgstr "语言"
#:
msgid "Stop Generating"
msgstr "停止产生"
#:
msgid "Ask a question"
msgstr "提问"
#:
msgid "IMAGE"
msgstr "图片"
#:
msgid "Default"
msgstr "默认"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "邪恶"
#:
msgid "Web Access"
msgstr "网络访问"
#:
msgid "Version"
msgstr "版本"

View File

@@ -0,0 +1,74 @@
# Chinese (Traditional, Taiwan) translations for FreeGPT WebUI.
# Copyright (C) 2023 FreeGPT WebUI.
# This file is distributed under the same license as the FreeGPT WebUI
# project.
# Contributors:
# example name - github.com/example/
# example name2 - github.com/example2/
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/ramonvc/freegpt-webui/issues"
"MIME-Version: 1.0\n"
"Language: zh_Hant_TW\n"
"Language-Team: zh_Hant_TW <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#:
msgid "New Conversation"
msgstr "新的對話"
#:
msgid "Clear Conversations"
msgstr "清除對話"
#:
msgid "API Key"
msgstr "API金鑰"
#:
msgid "Ok"
msgstr "確定"
#:
msgid "Dark Mode"
msgstr "暗黑模式"
#:
msgid "Language"
msgstr "語言"
#:
msgid "Stop Generating"
msgstr "停止生成"
#:
msgid "Ask a question"
msgstr "提問"
#:
msgid "IMAGE"
msgstr "圖片"
#:
msgid "Default"
msgstr "預設"
#:
msgid "DAN"
msgstr "DAN"
#:
msgid "Evil"
msgstr "邪惡"
#:
msgid "Web Access"
msgstr "網頁訪問"
#:
msgid "Version"
msgstr "版本"