UNPKG

@nuxt/ui

Version:

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

130 lines (129 loc) 2.88 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" }, 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", theme: "Tema" }, contentSearchButton: { label: "Buscar\u2026" }, contentToc: { title: "Nesta p\xE1xina" }, 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" }, 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" }, 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" } }, 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" } } });