Skip to content

Commit ccd798b

Browse files
Remove obsolete OpenAI balance check feature
Remove the pop-up balance button for OpenAI API mode because it relies on deprecated billing endpoints that no longer return reliable results. Do not replace it with the newer OpenAI billing APIs for now because that integration requires more complex permissions and architecture changes than this cleanup should take on. Also, remove the now-unused Balance locale key from all locale files.
1 parent fe052ea commit ccd798b

File tree

14 files changed

+1
-92
lines changed

14 files changed

+1
-92
lines changed

src/_locales/de/main.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"Theme": "Thema",
99
"API Mode": "API-Modus",
1010
"Get": "Erhalten",
11-
"Balance": "Kontostand",
1211
"Preferred Language": "Bevorzugte Sprache",
1312
"Insert ChatGPT at the top of search results": "ChatGPT am Anfang der Suchergebnisse einfügen",
1413
"Lock scrollbar while answering": "Bildlaufleiste beim Beantworten sperren",

src/_locales/en/main.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"Theme": "Theme",
99
"API Mode": "API Mode",
1010
"Get": "Get",
11-
"Balance": "Balance",
1211
"Preferred Language": "Preferred Language",
1312
"Insert ChatGPT at the top of search results": "Insert ChatGPT at the top of search results",
1413
"Lock scrollbar while answering": "Lock scrollbar while answering",

src/_locales/es/main.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"Theme": "Tema",
99
"API Mode": "Modo API",
1010
"Get": "Obtener",
11-
"Balance": "Balance",
1211
"Preferred Language": "Idioma preferido",
1312
"Insert ChatGPT at the top of search results": "Insertar ChatGPT en la parte superior de los resultados de búsqueda",
1413
"Lock scrollbar while answering": "Bloquear barra de desplazamiento mientras se responde",

src/_locales/fr/main.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"Theme": "Thème",
99
"API Mode": "Mode API",
1010
"Get": "Obtenir",
11-
"Balance": "Solde",
1211
"Preferred Language": "Langue préférée",
1312
"Insert ChatGPT at the top of search results": "Insérer ChatGPT en haut des résultats de recherche",
1413
"Lock scrollbar while answering": "Verrouiller la barre de défilement pendant la réponse",

src/_locales/in/main.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"Theme": "Tema",
99
"API Mode": "Mode API",
1010
"Get": "Dapatkan",
11-
"Balance": "Saldo",
1211
"Preferred Language": "Bahasa yang Dipilih",
1312
"Insert ChatGPT at the top of search results": "Masukkan ChatGPT di bagian atas hasil pencarian",
1413
"Lock scrollbar while answering": "Kunci scrollbar saat menjawab",

src/_locales/it/main.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"Theme": "Tema",
99
"API Mode": "Modalità API",
1010
"Get": "Ottenere",
11-
"Balance": "Saldo",
1211
"Preferred Language": "Lingua preferita",
1312
"Insert ChatGPT at the top of search results": "Inserisci ChatGPT in cima ai risultati di ricerca",
1413
"Lock scrollbar while answering": "Blocca la barra di scorrimento durante la risposta",

src/_locales/ja/main.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"Theme": "テーマ",
99
"API Mode": "APIモード",
1010
"Get": "取得",
11-
"Balance": "残高",
1211
"Preferred Language": "言語設定",
1312
"Insert ChatGPT at the top of search results": "検索結果のトップにチャットGPTを挿入",
1413
"Lock scrollbar while answering": "回答中にスクロールバーをロック",

src/_locales/ko/main.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"Theme": "테마",
99
"API Mode": "API 모드",
1010
"Get": "받다",
11-
"Balance": "잔액",
1211
"Preferred Language": "선호하는 언어",
1312
"Insert ChatGPT at the top of search results": "검색 결과 상단에 ChatGPT 삽입",
1413
"Lock scrollbar while answering": "답변 중 스크롤바 잠금",

src/_locales/pt/main.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"Theme": "Tema",
99
"API Mode": "Modo API",
1010
"Get": "Obter",
11-
"Balance": "Saldo",
1211
"Preferred Language": "Idioma Preferido",
1312
"Insert ChatGPT at the top of search results": "Inserir ChatGPT no topo dos resultados de pesquisa",
1413
"Lock scrollbar while answering": "Bloquear barra de rolagem ao responder",

src/_locales/ru/main.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"Theme": "Тема",
99
"API Mode": "Режим API",
1010
"Get": "Получить",
11-
"Balance": "Баланс",
1211
"Preferred Language": "Предпочитаемый язык",
1312
"Insert ChatGPT at the top of search results": "Вставить ChatGPT в верхней части результатов поиска",
1413
"Lock scrollbar while answering": "Начало блокировки прокрутки во время ответа",

0 commit comments

Comments
 (0)