UNPKG

@nuxt/ui

Version:

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.

156 lines (155 loc) 3.48 kB
import { defineLocale } from "../composables/defineLocale.js"; export default defineLocale({ name: "Galego", code: "gl", messages: { alert: { close: "Pechar" }, authForm: { hidePassword: "Ocultar contrasinal", showPassword: "Amosar contrasinal", submit: "Continuar" }, banner: { close: "Pechar" }, calendar: { nextMonth: "Mes seguinte", nextYear: "Ano seguinte", prevMonth: "Mes anterior", prevYear: "Ano anterior" }, carousel: { dots: "Escoller diapositiva a amostrar", goto: "Ir \xE1 diapositiva {slide}", next: "Seguinte", prev: "Anterior" }, chatPrompt: { placeholder: "Escribe a t\xFAa mensaxe aqu\xED\u2026" }, chatPromptSubmit: { label: "Enviar" }, chatReasoning: { thinking: "Pensando\u2026", thought: "Pensou", thoughtFor: "Pensou durante {duration}" }, colorMode: { dark: "Oscuro", light: "Claro", switchToDark: "Cambiar a modo oscuro", switchToLight: "Cambiar a modo claro", system: "Sistema" }, commandPalette: { back: "Atr\xE1s", close: "Pechar", noData: "Sen datos", noMatch: "Non hai datos coincidentes", placeholder: "Escribe un comando ou busca\u2026" }, contentSearch: { links: "Ligaz\xF3ns", search: "Resultados", theme: "Tema" }, contentSearchButton: { label: "Buscar\u2026" }, contentToc: { title: "Nesta p\xE1xina" }, dropdownMenu: { noMatch: "Non hai datos coincidentes", search: "Buscar\u2026" }, dashboardSearch: { theme: "Tema" }, dashboardSearchButton: { label: "Buscar\u2026" }, dashboardSidebarCollapse: { collapse: "Contraer barra lateral", expand: "Despregar barra lateral" }, dashboardSidebarToggle: { close: "Pechar barra lateral", open: "Abrir barra lateral" }, drawer: { close: "Pechar" }, error: { clear: "Volver ao inicio" }, fileUpload: { removeFile: "Eliminar {filename}" }, header: { close: "Pechar men\xFA", open: "Abrir men\xFA" }, inputMenu: { create: 'Crear "{label}"', noData: "Sen datos", noMatch: "Non hai datos coincidentes" }, inputNumber: { decrement: "Diminu\xEDr", increment: "Aumentar" }, listbox: { noData: "Sen datos", noMatch: "Non hai datos coincidentes", search: "Buscar\u2026" }, modal: { close: "Pechar" }, pricingTable: { caption: "Comparaci\xF3n de plans de prezos" }, prose: { codeCollapse: { closeText: "Contraer", name: "c\xF3digo", openText: "Despregar" }, collapsible: { closeText: "Ocultar", name: "propiedades", openText: "Amosar" }, pre: { copy: "Copiar c\xF3digo ao portapapeis" }, prompt: { copy: "Copiar instruci\xF3n", openIn: "Abrir en {name}" } }, sidebar: { close: "Pechar", toggle: "Alternar" }, selectMenu: { create: 'Crear "{label}"', noData: "Sen datos", noMatch: "Non hai datos coincidentes", search: "Buscar\u2026" }, slideover: { close: "Pechar" }, table: { noData: "Sen datos" }, toast: { close: "Pechar" } } });