@brightspace-ui/intl
Version:
Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.
44 lines (43 loc) • 3.62 kB
JavaScript
export default {
"intl-common:actions:add": "Añadir", // add action (in Title Case)
"intl-common:actions:apply": "Aplicar", // apply action (in Title Case)
"intl-common:actions:browse": "Buscar", // browse action (in Title Case)
"intl-common:actions:cancel": "Cancelar", // cancel action (in Title Case)
"intl-common:actions:clear": "Borrar", // clear action (in Title Case)
"intl-common:actions:close": "Cerrar", // close action (in Title Case)
"intl-common:actions:confirm": "Confirmar", // confirm action (in Title Case)
"intl-common:actions:copy": "Copiar", // copy action (in Title Case)
"intl-common:actions:create": "Crear", // create action (in Title Case)
"intl-common:actions:delete": "Eliminar", // delete action (in Title Case)
"intl-common:actions:done": "Hecho", // done action (in Title Case)
"intl-common:actions:edit": "Editar", // edit action (in Title Case)
"intl-common:actions:finish": "Finalizar", // finish action (in Title Case)
"intl-common:actions:print": "Imprimir", // print action (in Title Case)
"intl-common:actions:remove": "Eliminar", // remove action (in Title Case)
"intl-common:actions:save": "Guardar", // save action (in Title Case)
"intl-common:actions:saveAndClose": "Guardar y cerrar", // save and close action (in Title Case)
"intl-common:actions:saveAndNew": "Guardar y nuevo", // save and new action (in Title Case)
"intl-common:actions:search": "Buscar", // search action (in Title Case)
"intl-common:actions:submit": "Enviar", // submit action (in Title Case)
"intl-common:actions:update": "Actualizar", // update action (in Title Case)
"intl-common:characters:ampersand": "et", // short name or description of the "&" character
"intl-common:characters:apostrophe": "apóstrofe", // short name or description of the "'" character
"intl-common:characters:asterisk": "asterisco", // short name or description of the "*" character
"intl-common:characters:backslash": "barra invertida", // short name or description of the "\" character
"intl-common:characters:colon": "dos puntos", // short name or description of the ":" character
"intl-common:characters:comma": "coma", // short name or description of the "," character
"intl-common:characters:greaterThan": "signo “mayor que”", // short name or description of the ">" character
"intl-common:characters:lessThan": "signo “menor que”", // short name or description of the "<" character
"intl-common:characters:numberSign": "signo de número", // short name or description of the "#" character
"intl-common:characters:percentSign": "signo de porcentaje", // short name or description of the "%" character
"intl-common:characters:pipe": "pleca", // short name or description of the "|" character
"intl-common:characters:questionMark": "signo de interrogación", // short name or description of the "?" character
"intl-common:characters:quotationMark": "comillas", // short name or description of the '"' character
"intl-common:confirm:no": "No", // no response to a question (in Title Case)
"intl-common:confirm:ok": "Aceptar", // okay response to a question
"intl-common:confirm:yes": "Sí", // yes response to a question (in Title Case)
"intl-common:navigation:back:title": "Anterior", // term for navigating back to the previous page (in Title Case)
"intl-common:navigation:continue:title": "Continuar", // continue action (in Title Case)
"intl-common:navigation:next:title": "Siguiente", // term for navigating to the next page or item (in Title Case)
"intl-common:navigation:previous:title": "Anterior", // term for navigating to the previous page or item (in Title Case)
};