Skip to content

Commit 55bbe6d

Browse files
committed
Update locale
1 parent e50c5be commit 55bbe6d

8 files changed

Lines changed: 176 additions & 48 deletions

File tree

special-pages/pages/new-tab/public/locales/de/new-tab.json

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -368,13 +368,29 @@
368368
"title" : "{title} entfernen",
369369
"description" : "Accessible label for the close button on an attached-tab chip. {title} is the tab title."
370370
},
371-
"omnibar_removeSuggestion" : {
372-
"title" : "Aus dem Browserverlauf entfernen",
373-
"description" : "Accessible label and tooltip for the button that removes a search suggestion from browsing history."
371+
"omnibar_tryForFree" : {
372+
"title" : "Gratis testen",
373+
"description" : "CTA on a subscription-gated model or reasoning-effort option that opens the subscription upsell when tapped."
374374
},
375-
"omnibar_removeAiChat" : {
376-
"title" : "Diesen Chat löschen",
377-
"description" : "Accessible label and tooltip for the button that deletes a recent AI chat."
375+
"omnibar_upgrade" : {
376+
"title" : "Upgrade",
377+
"description" : "CTA shown on a model or reasoning-effort option gated behind a higher subscription tier; opens the upgrade flow when tapped."
378+
},
379+
"omnibar_modelBadgeBeta" : {
380+
"title" : "Beta",
381+
"description" : "Badge shown next to an AI model in the model selector that is in beta."
382+
},
383+
"omnibar_modelBadgePlus" : {
384+
"title" : "Plus",
385+
"description" : "Badge shown next to an AI model in the model selector that requires a Plus subscription tier."
386+
},
387+
"omnibar_modelBadgePro" : {
388+
"title" : "Pro",
389+
"description" : "Badge shown next to an AI model in the model selector that requires a Pro subscription tier."
390+
},
391+
"omnibar_modelBadgeInternal" : {
392+
"title" : "Intern",
393+
"description" : "Badge shown next to an AI model in the model selector that is only available to internal users."
378394
},
379395
"nextStepsList_sectionTitle" : {
380396
"title" : "Nächste Schritte",

special-pages/pages/new-tab/public/locales/es/new-tab.json

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -368,13 +368,29 @@
368368
"title" : "Eliminar {title}",
369369
"description" : "Accessible label for the close button on an attached-tab chip. {title} is the tab title."
370370
},
371-
"omnibar_removeSuggestion" : {
372-
"title" : "Eliminar del historial de navegación",
373-
"description" : "Accessible label and tooltip for the button that removes a search suggestion from browsing history."
371+
"omnibar_tryForFree" : {
372+
"title" : "Probar gratis",
373+
"description" : "CTA on a subscription-gated model or reasoning-effort option that opens the subscription upsell when tapped."
374374
},
375-
"omnibar_removeAiChat" : {
376-
"title" : "Borrar este chat",
377-
"description" : "Accessible label and tooltip for the button that deletes a recent AI chat."
375+
"omnibar_upgrade" : {
376+
"title" : "Actualizar",
377+
"description" : "CTA shown on a model or reasoning-effort option gated behind a higher subscription tier; opens the upgrade flow when tapped."
378+
},
379+
"omnibar_modelBadgeBeta" : {
380+
"title" : "Beta",
381+
"description" : "Badge shown next to an AI model in the model selector that is in beta."
382+
},
383+
"omnibar_modelBadgePlus" : {
384+
"title" : "Plus",
385+
"description" : "Badge shown next to an AI model in the model selector that requires a Plus subscription tier."
386+
},
387+
"omnibar_modelBadgePro" : {
388+
"title" : "Pro",
389+
"description" : "Badge shown next to an AI model in the model selector that requires a Pro subscription tier."
390+
},
391+
"omnibar_modelBadgeInternal" : {
392+
"title" : "Interno",
393+
"description" : "Badge shown next to an AI model in the model selector that is only available to internal users."
378394
},
379395
"nextStepsList_sectionTitle" : {
380396
"title" : "Próximos pasos",

special-pages/pages/new-tab/public/locales/fr/new-tab.json

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -368,13 +368,29 @@
368368
"title" : "Supprimer {title}",
369369
"description" : "Accessible label for the close button on an attached-tab chip. {title} is the tab title."
370370
},
371-
"omnibar_removeSuggestion" : {
372-
"title" : "Supprimer de l'historique de navigation",
373-
"description" : "Accessible label and tooltip for the button that removes a search suggestion from browsing history."
371+
"omnibar_tryForFree" : {
372+
"title" : "Essai gratuit",
373+
"description" : "CTA on a subscription-gated model or reasoning-effort option that opens the subscription upsell when tapped."
374374
},
375-
"omnibar_removeAiChat" : {
376-
"title" : "Supprimer cette discussion",
377-
"description" : "Accessible label and tooltip for the button that deletes a recent AI chat."
375+
"omnibar_upgrade" : {
376+
"title" : "Changer de forfait",
377+
"description" : "CTA shown on a model or reasoning-effort option gated behind a higher subscription tier; opens the upgrade flow when tapped."
378+
},
379+
"omnibar_modelBadgeBeta" : {
380+
"title" : "Bêta",
381+
"description" : "Badge shown next to an AI model in the model selector that is in beta."
382+
},
383+
"omnibar_modelBadgePlus" : {
384+
"title" : "Plus",
385+
"description" : "Badge shown next to an AI model in the model selector that requires a Plus subscription tier."
386+
},
387+
"omnibar_modelBadgePro" : {
388+
"title" : "Pro",
389+
"description" : "Badge shown next to an AI model in the model selector that requires a Pro subscription tier."
390+
},
391+
"omnibar_modelBadgeInternal" : {
392+
"title" : "Interne",
393+
"description" : "Badge shown next to an AI model in the model selector that is only available to internal users."
378394
},
379395
"nextStepsList_sectionTitle" : {
380396
"title" : "Étapes suivantes",

special-pages/pages/new-tab/public/locales/it/new-tab.json

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -368,13 +368,29 @@
368368
"title" : "Rimuovi {title}",
369369
"description" : "Accessible label for the close button on an attached-tab chip. {title} is the tab title."
370370
},
371-
"omnibar_removeSuggestion" : {
372-
"title" : "Rimuovi dalla cronologia di navigazione",
373-
"description" : "Accessible label and tooltip for the button that removes a search suggestion from browsing history."
371+
"omnibar_tryForFree" : {
372+
"title" : "Prova gratuitamente",
373+
"description" : "CTA on a subscription-gated model or reasoning-effort option that opens the subscription upsell when tapped."
374374
},
375-
"omnibar_removeAiChat" : {
376-
"title" : "Elimina questa chat",
377-
"description" : "Accessible label and tooltip for the button that deletes a recent AI chat."
375+
"omnibar_upgrade" : {
376+
"title" : "Fai l'upgrade",
377+
"description" : "CTA shown on a model or reasoning-effort option gated behind a higher subscription tier; opens the upgrade flow when tapped."
378+
},
379+
"omnibar_modelBadgeBeta" : {
380+
"title" : "Beta",
381+
"description" : "Badge shown next to an AI model in the model selector that is in beta."
382+
},
383+
"omnibar_modelBadgePlus" : {
384+
"title" : "Plus",
385+
"description" : "Badge shown next to an AI model in the model selector that requires a Plus subscription tier."
386+
},
387+
"omnibar_modelBadgePro" : {
388+
"title" : "Pro",
389+
"description" : "Badge shown next to an AI model in the model selector that requires a Pro subscription tier."
390+
},
391+
"omnibar_modelBadgeInternal" : {
392+
"title" : "Interno",
393+
"description" : "Badge shown next to an AI model in the model selector that is only available to internal users."
378394
},
379395
"nextStepsList_sectionTitle" : {
380396
"title" : "Passaggi successivi",

special-pages/pages/new-tab/public/locales/nl/new-tab.json

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -368,13 +368,29 @@
368368
"title" : "{title} verwijderen",
369369
"description" : "Accessible label for the close button on an attached-tab chip. {title} is the tab title."
370370
},
371-
"omnibar_removeSuggestion" : {
372-
"title" : "Verwijderen uit surfgeschiedenis",
373-
"description" : "Accessible label and tooltip for the button that removes a search suggestion from browsing history."
371+
"omnibar_tryForFree" : {
372+
"title" : "Probeer het gratis",
373+
"description" : "CTA on a subscription-gated model or reasoning-effort option that opens the subscription upsell when tapped."
374374
},
375-
"omnibar_removeAiChat" : {
376-
"title" : "Deze chat verwijderen",
377-
"description" : "Accessible label and tooltip for the button that deletes a recent AI chat."
375+
"omnibar_upgrade" : {
376+
"title" : "Upgrade",
377+
"description" : "CTA shown on a model or reasoning-effort option gated behind a higher subscription tier; opens the upgrade flow when tapped."
378+
},
379+
"omnibar_modelBadgeBeta" : {
380+
"title" : "Beta",
381+
"description" : "Badge shown next to an AI model in the model selector that is in beta."
382+
},
383+
"omnibar_modelBadgePlus" : {
384+
"title" : "Plus",
385+
"description" : "Badge shown next to an AI model in the model selector that requires a Plus subscription tier."
386+
},
387+
"omnibar_modelBadgePro" : {
388+
"title" : "Pro",
389+
"description" : "Badge shown next to an AI model in the model selector that requires a Pro subscription tier."
390+
},
391+
"omnibar_modelBadgeInternal" : {
392+
"title" : "Intern",
393+
"description" : "Badge shown next to an AI model in the model selector that is only available to internal users."
378394
},
379395
"nextStepsList_sectionTitle" : {
380396
"title" : "Volgende stappen",

special-pages/pages/new-tab/public/locales/pl/new-tab.json

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -368,13 +368,29 @@
368368
"title" : "Usuń {title}",
369369
"description" : "Accessible label for the close button on an attached-tab chip. {title} is the tab title."
370370
},
371-
"omnibar_removeSuggestion" : {
372-
"title" : "Usuń z historii przeglądania",
373-
"description" : "Accessible label and tooltip for the button that removes a search suggestion from browsing history."
371+
"omnibar_tryForFree" : {
372+
"title" : "Wypróbuj bezpłatnie",
373+
"description" : "CTA on a subscription-gated model or reasoning-effort option that opens the subscription upsell when tapped."
374374
},
375-
"omnibar_removeAiChat" : {
376-
"title" : "Usuń ten czat",
377-
"description" : "Accessible label and tooltip for the button that deletes a recent AI chat."
375+
"omnibar_upgrade" : {
376+
"title" : "Zmień subskrypcję",
377+
"description" : "CTA shown on a model or reasoning-effort option gated behind a higher subscription tier; opens the upgrade flow when tapped."
378+
},
379+
"omnibar_modelBadgeBeta" : {
380+
"title" : "Beta",
381+
"description" : "Badge shown next to an AI model in the model selector that is in beta."
382+
},
383+
"omnibar_modelBadgePlus" : {
384+
"title" : "Plus",
385+
"description" : "Badge shown next to an AI model in the model selector that requires a Plus subscription tier."
386+
},
387+
"omnibar_modelBadgePro" : {
388+
"title" : "Pro",
389+
"description" : "Badge shown next to an AI model in the model selector that requires a Pro subscription tier."
390+
},
391+
"omnibar_modelBadgeInternal" : {
392+
"title" : "Wewnętrzny",
393+
"description" : "Badge shown next to an AI model in the model selector that is only available to internal users."
378394
},
379395
"nextStepsList_sectionTitle" : {
380396
"title" : "Dalsze kroki",

special-pages/pages/new-tab/public/locales/pt/new-tab.json

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -368,13 +368,29 @@
368368
"title" : "Remover {title}",
369369
"description" : "Accessible label for the close button on an attached-tab chip. {title} is the tab title."
370370
},
371-
"omnibar_removeSuggestion" : {
372-
"title" : "Remover do histórico de navegação",
373-
"description" : "Accessible label and tooltip for the button that removes a search suggestion from browsing history."
371+
"omnibar_tryForFree" : {
372+
"title" : "Experimentar gratuitamente",
373+
"description" : "CTA on a subscription-gated model or reasoning-effort option that opens the subscription upsell when tapped."
374374
},
375-
"omnibar_removeAiChat" : {
376-
"title" : "Eliminar esta conversa",
377-
"description" : "Accessible label and tooltip for the button that deletes a recent AI chat."
375+
"omnibar_upgrade" : {
376+
"title" : "Atualizar",
377+
"description" : "CTA shown on a model or reasoning-effort option gated behind a higher subscription tier; opens the upgrade flow when tapped."
378+
},
379+
"omnibar_modelBadgeBeta" : {
380+
"title" : "Beta",
381+
"description" : "Badge shown next to an AI model in the model selector that is in beta."
382+
},
383+
"omnibar_modelBadgePlus" : {
384+
"title" : "Plus",
385+
"description" : "Badge shown next to an AI model in the model selector that requires a Plus subscription tier."
386+
},
387+
"omnibar_modelBadgePro" : {
388+
"title" : "Pro",
389+
"description" : "Badge shown next to an AI model in the model selector that requires a Pro subscription tier."
390+
},
391+
"omnibar_modelBadgeInternal" : {
392+
"title" : "Interno",
393+
"description" : "Badge shown next to an AI model in the model selector that is only available to internal users."
378394
},
379395
"nextStepsList_sectionTitle" : {
380396
"title" : "Passos seguintes",

special-pages/pages/new-tab/public/locales/ru/new-tab.json

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -368,13 +368,29 @@
368368
"title" : "Удалить {title}",
369369
"description" : "Accessible label for the close button on an attached-tab chip. {title} is the tab title."
370370
},
371-
"omnibar_removeSuggestion" : {
372-
"title" : "Удалить из истории просмотров",
373-
"description" : "Accessible label and tooltip for the button that removes a search suggestion from browsing history."
371+
"omnibar_tryForFree" : {
372+
"title" : "Попробовать бесплатно",
373+
"description" : "CTA on a subscription-gated model or reasoning-effort option that opens the subscription upsell when tapped."
374374
},
375-
"omnibar_removeAiChat" : {
376-
"title" : "Удалить этот чат",
377-
"description" : "Accessible label and tooltip for the button that deletes a recent AI chat."
375+
"omnibar_upgrade" : {
376+
"title" : "Повысить тариф",
377+
"description" : "CTA shown on a model or reasoning-effort option gated behind a higher subscription tier; opens the upgrade flow when tapped."
378+
},
379+
"omnibar_modelBadgeBeta" : {
380+
"title" : "Beta",
381+
"description" : "Badge shown next to an AI model in the model selector that is in beta."
382+
},
383+
"omnibar_modelBadgePlus" : {
384+
"title" : "Plus",
385+
"description" : "Badge shown next to an AI model in the model selector that requires a Plus subscription tier."
386+
},
387+
"omnibar_modelBadgePro" : {
388+
"title" : "Pro",
389+
"description" : "Badge shown next to an AI model in the model selector that requires a Pro subscription tier."
390+
},
391+
"omnibar_modelBadgeInternal" : {
392+
"title" : "Внутренний",
393+
"description" : "Badge shown next to an AI model in the model selector that is only available to internal users."
378394
},
379395
"nextStepsList_sectionTitle" : {
380396
"title" : "Дальнейшие шаги",

0 commit comments

Comments
 (0)