Skip to content

Commit 1ddaeec

Browse files
docs(console): add localized refund FAQs for Go and Zen (anomalyco#47575)
1 parent 7c2199d commit 1ddaeec

20 files changed

Lines changed: 143 additions & 0 deletions

File tree

packages/console/app/src/i18n/ar.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export const dict = {
5858
"common.cancel": "إلغاء",
5959
"common.creating": "جارٍ الإنشاء...",
6060
"common.create": "إنشاء",
61+
"common.contactUs": "اتصل بنا",
6162

6263
"common.videoUnsupported": "متصفحك لا يدعم وسم الفيديو.",
6364
"common.figure": "شكل {{n}}.",
@@ -224,6 +225,9 @@ export const dict = {
224225
"zen.faq.q8": "هل يمكنني استخدام Zen مع وكلاء برمجة آخرين؟",
225226
"zen.faq.a8":
226227
"بينما يعمل Zen بشكل رائع مع OpenCode، يمكنك استخدام Zen مع أي وكيل. اتبع تعليمات الإعداد في وكيل البرمجة المفضل لديك.",
228+
"zen.faq.q9": "هل يمكنني استرداد أموالي؟",
229+
"zen.faq.a9":
230+
"قد تكون مؤهلًا لاسترداد أموالك إذا تم الخصم خلال آخر 14 يومًا ولم تستخدم الرصيد الناتج عن عملية الشراء هذه. {{contact}} لطلب استرداد الأموال.",
227231

228232
"zen.cta.start": "ابدأ مع Zen",
229233
"zen.pricing.title": "أضف رصيد 20 دولار (دفع حسب الاستخدام)",
@@ -363,6 +367,9 @@ export const dict = {
363367
"go.faq.q9": "ما الفرق بين النماذج المجانية وGo؟",
364368
"go.faq.a9":
365369
"تشمل النماذج المجانية Big Pickle بالإضافة إلى النماذج الترويجية المتاحة في ذلك الوقت، مع حصة قدرها 200 طلب/يوم. يقدّم Go مجموعة منسقة من النماذج مع حصص طلبات أعلى مطبقة عبر نوافذ متجددة (5 ساعات، وأسبوعية، وشهرية)، تعادل الحصص الأساسية فيها تقريبًا $12 لكل 5 ساعات و$30 في الأسبوع و$60 في الشهر؛ وقد تختلف الحصص حسب النموذج (تختلف أعداد الطلبات الفعلية حسب النموذج والاستخدام).",
370+
"go.faq.q10": "هل يمكنني استرداد أموالي؟",
371+
"go.faq.a10":
372+
"قد تكون مؤهلًا لاسترداد أموالك إذا تم الخصم خلال آخر 14 يومًا ولم تستخدم مخصصات Go خلال فترة الفوترة تلك. {{contact}} لطلب استرداد الأموال.",
366373

367374
"zen.api.error.rateLimitExceeded": "تم تجاوز حد الطلبات. يرجى المحاولة مرة أخرى لاحقًا.",
368375
"zen.api.error.modelNotSupported": "النموذج {{model}} غير مدعوم",

packages/console/app/src/i18n/br.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export const dict = {
5858
"common.cancel": "Cancelar",
5959
"common.creating": "Criando...",
6060
"common.create": "Criar",
61+
"common.contactUs": "Contate-nos",
6162

6263
"common.videoUnsupported": "Seu navegador não suporta a tag de vídeo.",
6364
"common.figure": "Fig {{n}}.",
@@ -228,6 +229,9 @@ export const dict = {
228229
"zen.faq.q8": "Posso usar o Zen com outros agentes de codificação?",
229230
"zen.faq.a8":
230231
"Embora o Zen funcione muito bem com o OpenCode, você pode usar o Zen com qualquer agente. Siga as instruções de configuração no seu agente de codificação preferido.",
232+
"zen.faq.q9": "Posso receber um reembolso?",
233+
"zen.faq.a9":
234+
"Você pode ter direito a um reembolso se a cobrança foi feita nos últimos 14 dias e você não usou os créditos dessa compra. {{contact}} para solicitar um reembolso.",
231235

232236
"zen.cta.start": "Comece com o Zen",
233237
"zen.pricing.title": "Adicionar $20 de saldo pré-pago",
@@ -373,6 +377,9 @@ export const dict = {
373377
"go.faq.q9": "Qual a diferença entre os modelos gratuitos e o Go?",
374378
"go.faq.a9":
375379
"Os modelos gratuitos incluem Big Pickle e modelos promocionais disponíveis no momento, com uma cota de 200 requisições/dia. O Go oferece uma seleção de modelos com cotas de requisição mais altas aplicadas em janelas móveis (5 horas, semanal e mensal), aproximadamente equivalentes a cotas básicas de $12 por 5 horas, $30 por semana e $60 por mês; as cotas específicas podem variar por modelo (as contagens reais de requisições variam de acordo com o modelo e o uso).",
380+
"go.faq.q10": "Posso receber um reembolso?",
381+
"go.faq.a10":
382+
"Você pode ter direito a um reembolso se a cobrança foi feita nos últimos 14 dias e você não usou sua cota do Go durante esse período de faturamento. {{contact}} para solicitar um reembolso.",
376383

377384
"zen.api.error.rateLimitExceeded": "Limite de taxa excedido. Por favor, tente novamente mais tarde.",
378385
"zen.api.error.modelNotSupported": "Modelo {{model}} não suportado",

packages/console/app/src/i18n/da.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export const dict = {
5858
"common.cancel": "Annuller",
5959
"common.creating": "Opretter...",
6060
"common.create": "Opret",
61+
"common.contactUs": "Kontakt os",
6162

6263
"common.videoUnsupported": "Din browser understøtter ikke video-tagget.",
6364
"common.figure": "Fig {{n}}.",
@@ -226,6 +227,9 @@ export const dict = {
226227
"zen.faq.q8": "Kan jeg bruge Zen med andre kodningsagenter?",
227228
"zen.faq.a8":
228229
"Selvom Zen fungerer godt med OpenCode, kan du bruge Zen med enhver agent. Følg opsætningsinstruktionerne i din foretrukne kodningsagent.",
230+
"zen.faq.q9": "Kan jeg få en refusion?",
231+
"zen.faq.a9":
232+
"Du kan muligvis få en refusion, hvis opkrævningen blev foretaget inden for de seneste 14 dage, og du ikke har brugt kreditten fra dette køb. {{contact}} for at anmode om en refusion.",
229233

230234
"zen.cta.start": "Kom godt i gang med Zen",
231235
"zen.pricing.title": "Tilføj $20 Pay as you go-saldo",
@@ -369,6 +373,9 @@ export const dict = {
369373
"go.faq.q9": "Hvad er forskellen på gratis modeller og Go?",
370374
"go.faq.a9":
371375
"Gratis modeller inkluderer Big Pickle plus kampagnemodeller, der er tilgængelige på det pågældende tidspunkt, med en kvote på 200 forespørgsler/dag. Go tilbyder et kurateret modeludvalg med højere forespørgselskvoter håndhævet over rullende perioder (5 timer, ugentligt og månedligt), omtrent svarende til basiskvoter på $12 pr. 5 timer, $30 pr. uge og $60 pr. måned; modelspecifikke kvoter kan variere (det faktiske antal forespørgsler varierer efter model og brug).",
376+
"go.faq.q10": "Kan jeg få en refusion?",
377+
"go.faq.a10":
378+
"Du kan muligvis få en refusion, hvis opkrævningen blev foretaget inden for de seneste 14 dage, og du ikke har brugt din Go-kvote i den pågældende faktureringsperiode. {{contact}} for at anmode om en refusion.",
372379

373380
"zen.api.error.rateLimitExceeded": "Hastighedsgrænse overskredet. Prøv venligst igen senere.",
374381
"zen.api.error.modelNotSupported": "Model {{model}} understøttes ikke",

packages/console/app/src/i18n/de.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export const dict = {
5858
"common.cancel": "Abbrechen",
5959
"common.creating": "Erstelle...",
6060
"common.create": "Erstellen",
61+
"common.contactUs": "Kontaktiere uns",
6162

6263
"common.videoUnsupported": "Dein Browser unterstützt das Video-Tag nicht.",
6364
"common.figure": "Abb. {{n}}.",
@@ -228,6 +229,9 @@ export const dict = {
228229
"zen.faq.q8": "Kann ich Zen mit anderen Coding-Agents nutzen?",
229230
"zen.faq.a8":
230231
"Während Zen großartig mit OpenCode funktioniert, kannst du Zen mit jedem Agent nutzen. Folge den Einrichtungsanweisungen in deinem bevorzugten Coding-Agent.",
232+
"zen.faq.q9": "Kann ich eine Rückerstattung erhalten?",
233+
"zen.faq.a9":
234+
"Du hast möglicherweise Anspruch auf eine Rückerstattung, wenn die Zahlung innerhalb der letzten 14 Tage erfolgt ist und du das Guthaben aus diesem Kauf nicht verwendet hast. {{contact}}, um eine Rückerstattung anzufordern.",
231235

232236
"zen.cta.start": "Starte mit Zen",
233237
"zen.pricing.title": "Füge $20 Pay-as-you-go Guthaben hinzu",
@@ -371,6 +375,9 @@ export const dict = {
371375
"go.faq.q9": "Was ist der Unterschied zwischen kostenlosen Modellen und Go?",
372376
"go.faq.a9":
373377
"Kostenlose Modelle beinhalten Big Pickle sowie Werbemodelle, die zum jeweiligen Zeitpunkt verfügbar sind, mit einem Kontingent von 200 Anfragen/Tag. Go bietet eine kuratierte Modellauswahl mit höheren Anfragekontingenten, die über rollierende Zeitfenster (5 Stunden, wöchentlich und monatlich) durchgesetzt werden, grob äquivalent zu Basiskontingenten von $12 pro 5 Stunden, $30 pro Woche und $60 pro Monat; modellspezifische Kontingente können abweichen (tatsächliche Anfragezahlen variieren je nach Modell und Nutzung).",
378+
"go.faq.q10": "Kann ich eine Rückerstattung erhalten?",
379+
"go.faq.a10":
380+
"Du hast möglicherweise Anspruch auf eine Rückerstattung, wenn die Zahlung innerhalb der letzten 14 Tage erfolgt ist und du dein Go-Kontingent in diesem Abrechnungszeitraum nicht genutzt hast. {{contact}}, um eine Rückerstattung anzufordern.",
374381

375382
"zen.api.error.rateLimitExceeded": "Ratenlimit überschritten. Bitte versuche es später erneut.",
376383
"zen.api.error.modelNotSupported": "Modell {{model}} wird nicht unterstützt",

packages/console/app/src/i18n/en.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ export const dict = {
225225
"zen.faq.q8": "Can I use Zen with other coding agents?",
226226
"zen.faq.a8":
227227
"While Zen works great with OpenCode, you can use Zen with any agent. Follow the setup instructions in your preferred coding agent.",
228+
"zen.faq.q9": "Can I get a refund?",
229+
"zen.faq.a9":
230+
"You may qualify for a refund if the charge was made within the last 14 days and you have not used the credits from that purchase. {{contact}} to request a refund.",
228231

229232
"zen.cta.start": "Get started with Zen",
230233
"zen.pricing.title": "Add $20 Pay as you go balance",
@@ -368,6 +371,9 @@ export const dict = {
368371
"go.faq.q9": "What is the difference between free models and Go?",
369372
"go.faq.a9":
370373
"Free models include Big Pickle plus promotional models available at the time, with a quota of 200 requests/day. Go offers a curated model lineup with higher request quotas enforced across rolling windows (5-hour, weekly, and monthly), roughly equivalent to base allowances of $12 per 5 hours, $30 per week, and $60 per month; model-specific allowances may differ (actual request counts vary by model and usage).",
374+
"go.faq.q10": "Can I get a refund?",
375+
"go.faq.a10":
376+
"You may qualify for a refund if the charge was made within the last 14 days and you have not used your Go allowance during that billing period. {{contact}} to request a refund.",
371377

372378
"zen.api.error.rateLimitExceeded": "Rate limit exceeded. Please try again later.",
373379
"zen.api.error.modelNotSupported": "Model {{model}} is not supported",

packages/console/app/src/i18n/es.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export const dict = {
5858
"common.cancel": "Cancelar",
5959
"common.creating": "Creando...",
6060
"common.create": "Crear",
61+
"common.contactUs": "Contáctanos",
6162

6263
"common.videoUnsupported": "Tu navegador no soporta la etiqueta de video.",
6364
"common.figure": "Fig {{n}}.",
@@ -229,6 +230,9 @@ export const dict = {
229230
"zen.faq.q8": "¿Puedo usar Zen con otros agentes de codificación?",
230231
"zen.faq.a8":
231232
"Aunque Zen funciona genial con OpenCode, puedes usar Zen con cualquier agente. Sigue las instrucciones de configuración en tu agente de codificación preferido.",
233+
"zen.faq.q9": "¿Puedo obtener un reembolso?",
234+
"zen.faq.a9":
235+
"Podrías tener derecho a un reembolso si el cargo se realizó en los últimos 14 días y no has utilizado el crédito de esa compra. {{contact}} para solicitar un reembolso.",
232236

233237
"zen.cta.start": "Empieza con Zen",
234238
"zen.pricing.title": "Añade $20 de saldo prepago",
@@ -374,6 +378,9 @@ export const dict = {
374378
"go.faq.q9": "¿Cuál es la diferencia entre los modelos gratuitos y Go?",
375379
"go.faq.a9":
376380
"Los modelos gratuitos incluyen Big Pickle y los modelos promocionales disponibles en ese momento, con una cuota de 200 solicitudes/día. Go ofrece una selección de modelos con cuotas de solicitudes más altas aplicadas en ventanas móviles (de 5 horas, semanales y mensuales), aproximadamente equivalentes a cuotas base de 12 $ por 5 horas, 30 $ por semana y 60 $ por mes; las cuotas específicas pueden variar según el modelo (la cantidad real de solicitudes varía según el modelo y el uso).",
381+
"go.faq.q10": "¿Puedo obtener un reembolso?",
382+
"go.faq.a10":
383+
"Podrías tener derecho a un reembolso si el cargo se realizó en los últimos 14 días y no has utilizado tu cuota de Go durante ese periodo de facturación. {{contact}} para solicitar un reembolso.",
377384

378385
"zen.api.error.rateLimitExceeded": "Límite de tasa excedido. Por favor, inténtalo de nuevo más tarde.",
379386
"zen.api.error.modelNotSupported": "Modelo {{model}} no soportado",

packages/console/app/src/i18n/fr.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export const dict = {
5757
"common.cancel": "Annuler",
5858
"common.creating": "Création...",
5959
"common.create": "Créer",
60+
"common.contactUs": "Contactez-nous",
6061

6162
"common.videoUnsupported": "Votre navigateur ne prend pas en charge la balise vidéo.",
6263
"common.figure": "Fig {{n}}.",
@@ -227,6 +228,9 @@ export const dict = {
227228
"zen.faq.q8": "Puis-je utiliser Zen avec d'autres agents de code ?",
228229
"zen.faq.a8":
229230
"Zen fonctionne très bien avec OpenCode, mais vous pouvez utiliser Zen avec n'importe quel agent. Suivez les instructions de configuration dans votre agent préféré.",
231+
"zen.faq.q9": "Puis-je obtenir un remboursement ?",
232+
"zen.faq.a9":
233+
"Vous pourriez avoir droit à un remboursement si le paiement a été effectué au cours des 14 derniers jours et que vous n’avez pas utilisé le crédit de cet achat. {{contact}} pour demander un remboursement.",
230234

231235
"zen.cta.start": "Commencez avec Zen",
232236
"zen.pricing.title": "Ajoutez 20 $ de solde Pay as you go",
@@ -374,6 +378,9 @@ export const dict = {
374378
"go.faq.q9": "Quelle est la différence entre les modèles gratuits et Go ?",
375379
"go.faq.a9":
376380
"Les modèles gratuits incluent Big Pickle ainsi que les modèles promotionnels disponibles à ce moment-là, avec un quota de 200 requêtes/jour. Go propose une sélection de modèles avec des quotas de requêtes plus élevés appliqués sur des fenêtres glissantes (5 heures, hebdomadaire et mensuelle), à peu près équivalents à des quotas de base de 12 $ par 5 heures, 30 $ par semaine et 60 $ par mois ; les quotas propres à chaque modèle peuvent varier (le nombre réel de requêtes varie selon le modèle et l'utilisation).",
381+
"go.faq.q10": "Puis-je obtenir un remboursement ?",
382+
"go.faq.a10":
383+
"Vous pourriez avoir droit à un remboursement si le paiement a été effectué au cours des 14 derniers jours et que vous n’avez pas utilisé votre quota Go pendant cette période de facturation. {{contact}} pour demander un remboursement.",
377384

378385
"zen.api.error.rateLimitExceeded": "Limite de débit dépassée. Veuillez réessayer plus tard.",
379386
"zen.api.error.modelNotSupported": "Modèle {{model}} non pris en charge",

packages/console/app/src/i18n/it.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export const dict = {
5858
"common.cancel": "Annulla",
5959
"common.creating": "Creazione...",
6060
"common.create": "Crea",
61+
"common.contactUs": "Contattaci",
6162

6263
"common.videoUnsupported": "Il tuo browser non supporta il tag video.",
6364
"common.figure": "Fig {{n}}.",
@@ -226,6 +227,9 @@ export const dict = {
226227
"zen.faq.q8": "Posso usare Zen con altri agenti di coding?",
227228
"zen.faq.a8":
228229
"Anche se Zen funziona alla grande con OpenCode, puoi usare Zen con qualsiasi agente. Segui le istruzioni di configurazione nel tuo agente di coding preferito.",
230+
"zen.faq.q9": "Posso ottenere un rimborso?",
231+
"zen.faq.a9":
232+
"Potresti avere diritto a un rimborso se l'addebito è stato effettuato negli ultimi 14 giorni e non hai utilizzato il credito di quell'acquisto. {{contact}} per richiedere un rimborso.",
229233

230234
"zen.cta.start": "Inizia con Zen",
231235
"zen.pricing.title": "Aggiungi $20 di saldo a consumo",
@@ -370,6 +374,9 @@ export const dict = {
370374
"go.faq.q9": "Qual è la differenza tra i modelli gratuiti e Go?",
371375
"go.faq.a9":
372376
"I modelli gratuiti includono Big Pickle più i modelli promozionali disponibili al momento, con una quota di 200 richieste/giorno. Go offre una selezione curata di modelli con quote di richiesta più elevate applicate su finestre mobili (5 ore, settimanale e mensile), approssimativamente equivalenti a quote base di $12 ogni 5 ore, $30 a settimana e $60 al mese; le quote specifiche possono variare in base al modello (il conteggio effettivo delle richieste varia in base al modello e all'utilizzo).",
377+
"go.faq.q10": "Posso ottenere un rimborso?",
378+
"go.faq.a10":
379+
"Potresti avere diritto a un rimborso se l'addebito è stato effettuato negli ultimi 14 giorni e non hai utilizzato la tua quota Go durante quel periodo di fatturazione. {{contact}} per richiedere un rimborso.",
373380

374381
"zen.api.error.rateLimitExceeded": "Limite di richieste superato. Riprova più tardi.",
375382
"zen.api.error.modelNotSupported": "Modello {{model}} non supportato",

packages/console/app/src/i18n/ja.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export const dict = {
5858
"common.cancel": "キャンセル",
5959
"common.creating": "作成中...",
6060
"common.create": "作成",
61+
"common.contactUs": "お問い合わせ",
6162

6263
"common.videoUnsupported": "お使いのブラウザは video タグをサポートしていません。",
6364
"common.figure": "図 {{n}}.",
@@ -224,6 +225,9 @@ export const dict = {
224225
"zen.faq.q8": "他のコーディングエージェントでもZenを使えますか?",
225226
"zen.faq.a8":
226227
"ZenはOpenCodeとの相性が良いですが、どのエージェントでもZenを利用できます。お使いのコーディングエージェントのセットアップ手順に従ってください。",
228+
"zen.faq.q9": "返金を受けられますか?",
229+
"zen.faq.a9":
230+
"請求から14日以内で、その購入分のクレジットを一切使用していない場合、返金の対象となる可能性があります。返金を希望する場合は、{{contact}}ください。",
227231

228232
"zen.cta.start": "Zenをはじめる",
229233
"zen.pricing.title": "$20の従量課金制残高を追加",
@@ -368,6 +372,9 @@ export const dict = {
368372
"go.faq.q9": "無料モデルとGoの違いは何ですか?",
369373
"go.faq.a9":
370374
"無料モデルにはBig Pickleと、その時点で利用可能なプロモーションモデルが含まれ、1日200リクエストの制限があります。Goでは厳選されたモデルラインナップを利用でき、ローリングウィンドウ(5時間、週間、月間)全体でより高いリクエスト制限が適用されます。基本利用枠では概算で5時間あたり$12、週間$30、月間$60相当ですが、モデル別の利用枠は異なる場合があります(実際のリクエスト数はモデルと使用状況により異なります)。",
375+
"go.faq.q10": "返金を受けられますか?",
376+
"go.faq.a10":
377+
"請求から14日以内で、その請求期間中にGoの利用枠を一切使用していない場合、返金の対象となる可能性があります。返金を希望する場合は、{{contact}}ください。",
371378

372379
"zen.api.error.rateLimitExceeded": "レート制限を超えました。後でもう一度お試しください。",
373380
"zen.api.error.modelNotSupported": "モデル {{model}} はサポートされていません",

0 commit comments

Comments
 (0)