-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1966 from MenesesEvandro/main
feat: Creation of the pt-BR and es-ES files
- Loading branch information
Showing
3 changed files
with
294 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,146 @@ | ||
/** @format */ | ||
|
||
(function () { | ||
Metro.i18n.add("es-ES", { | ||
weekStart: 0, | ||
|
||
january: "Enero", | ||
february: "Febrero", | ||
march: "Marzo", | ||
april: "Abril", | ||
may: "Mayo", | ||
june: "Junio", | ||
july: "Julio", | ||
august: "Agosto", | ||
september: "Septiembre", | ||
october: "Octubre", | ||
november: "Noviembre", | ||
december: "Diciembre", | ||
|
||
january_short: "Ene", | ||
february_short: "Feb", | ||
march_short: "Mar", | ||
april_short: "Abr", | ||
may_short: "May", | ||
june_short: "Jun", | ||
july_short: "Jul", | ||
august_short: "Ago", | ||
september_short: "Sep", | ||
october_short: "Oct", | ||
november_short: "Nov", | ||
december_short: "Dic", | ||
|
||
sunday: "Domingo", | ||
monday: "Lunes", | ||
tuesday: "Martes", | ||
wednesday: "Miércoles", | ||
thursday: "Jueves", | ||
friday: "Viernes", | ||
saturday: "Sábado", | ||
|
||
sunday_short: "Dom", | ||
monday_short: "Lun", | ||
tuesday_short: "Mar", | ||
wednesday_short: "Mié", | ||
thursday_short: "Jue", | ||
friday_short: "Vie", | ||
saturday_short: "Sáb", | ||
|
||
sunday_short_2: "D", | ||
monday_short_2: "L", | ||
tuesday_short_2: "M", | ||
wednesday_short_2: "M", | ||
thursday_short_2: "J", | ||
friday_short_2: "V", | ||
saturday_short_2: "S", | ||
|
||
label_ok: "OK", | ||
label_cancel: "Cancelar", | ||
label_done: "Listo", | ||
label_today: "Hoy", | ||
label_now: "Ahora", | ||
label_clear: "Limpiar", | ||
label_help: "Ayuda", | ||
label_yes: "Sí", | ||
label_no: "No", | ||
label_random: "Aleatorio", | ||
label_save: "Guardar", | ||
label_reset: "Restablecer", | ||
label_submit: "Enviar", | ||
label_add_user_color: "Agregar a la paleta", | ||
label_send: "Enviar", | ||
label_accept: "Aceptar", | ||
label_cookies_title: "Este sitio usa cookies", | ||
label_cookies_text: "Este sitio utiliza cookies para garantizar que tengas la mejor experiencia.", | ||
label_choose_file: "Elegir archivo(s)", | ||
label_drop_file: "Haz clic o suelta archivo(s) aquí", | ||
label_files_selected: "{n} archivo(s) seleccionado(s)", | ||
|
||
label_days: "días", | ||
label_hours: "horas", | ||
label_minutes: "min", | ||
label_seconds: "seg", | ||
label_month: "mes", | ||
label_months: "meses", | ||
label_day: "día", | ||
label_year: "año", | ||
label_years: "años", | ||
|
||
label_rows_count: "Mostrar:", | ||
label_search: "Buscar:", | ||
label_table_info: "Mostrando de $1 a $2 de un total de $3 registros", | ||
label_prev: "Anterior", | ||
label_next: "Siguiente", | ||
label_all: "Todos", | ||
label_inspector: "Inspector", | ||
label_goto_page: "Ir a la página", | ||
label_enter_page: "Escribe la página...", | ||
label_empty: "Nada para mostrar", | ||
label_user_colors: "Colores del usuario", | ||
label_tiles: "Cuadrículas", | ||
label_list: "Lista", | ||
label_load_more: "Cargar más", | ||
label_buy: "Comprar", | ||
label_buy_now: "Comprar ahora", | ||
label_buy_today: "Comprar hoy", | ||
label_download: "Descargar", | ||
label_search_results: "Buscar resultados", | ||
label_add: "Agregar", | ||
label_edit: "Editar", | ||
label_delete: "Eliminar", | ||
label_new: "Nuevo", | ||
label_sell: "Vender", | ||
label_details: "Detalles", | ||
label_sorting: "Ordenar", | ||
|
||
label_on: "encendido", | ||
label_off: "apagado", | ||
|
||
label_rename_tab: "Renombrar pestaña", | ||
label_close_tab: "Cerrar pestaña", | ||
label_close_other_tabs: "Cerrar otras pestañas", | ||
label_close_tabs_left: "Cerrar pestañas a la izquierda", | ||
label_close_tabs_right: "Cerrar pestañas a la derecha", | ||
label_close_all_tabs: "Cerrar todas las pestañas", | ||
label_close_inactive_tabs: "Cerrar pestañas inactivas", | ||
|
||
label_clear_input: "Limpiar", | ||
label_reveal_password: "Mostrar contraseña", | ||
label_hide_password: "Ocultar contraseña", | ||
label_generate_random: "Generar valor aleatorio", | ||
label_search_input: "Buscar por valor", | ||
|
||
label_note: "Nota", | ||
label_tip: "Consejo", | ||
label_info: "Información", | ||
label_warning: "Advertencia", | ||
label_question: "Pregunta", | ||
label_error: "Error", | ||
label_success: "Éxito", | ||
label_caution: "Precaución", | ||
label_alert: "Alerta", | ||
label_bug: "Bug", | ||
label_fuck: "Falla catastrófica", | ||
label_important: "Importante" | ||
}); | ||
})(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
|
||
import "./en.js"; | ||
import "./ua.js"; | ||
import "./pt-BR.js"; | ||
import "es-ES.js"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,146 @@ | ||
/** @format */ | ||
|
||
(function () { | ||
Metro.i18n.add("pt-BR", { | ||
weekStart: 0, | ||
|
||
january: "Janeiro", | ||
february: "Fevereiro", | ||
march: "Março", | ||
april: "Abril", | ||
may: "Maio", | ||
june: "Junho", | ||
july: "Julho", | ||
august: "Agosto", | ||
september: "Setembro", | ||
october: "Outubro", | ||
november: "Novembro", | ||
december: "Dezembro", | ||
|
||
january_short: "Jan", | ||
february_short: "Fev", | ||
march_short: "Mar", | ||
april_short: "Abr", | ||
may_short: "Mai", | ||
june_short: "Jun", | ||
july_short: "Jul", | ||
august_short: "Ago", | ||
september_short: "Set", | ||
october_short: "Out", | ||
november_short: "Nov", | ||
december_short: "Dez", | ||
|
||
sunday: "Domingo", | ||
monday: "Segunda", | ||
tuesday: "Terça", | ||
wednesday: "Quarta", | ||
thursday: "Quinta", | ||
friday: "Sexta", | ||
saturday: "Sábado", | ||
|
||
sunday_short: "Dom", | ||
monday_short: "Seg", | ||
tuesday_short: "Ter", | ||
wednesday_short: "Qua", | ||
thursday_short: "Qui", | ||
friday_short: "Sex", | ||
saturday_short: "Sáb", | ||
|
||
sunday_short_2: "D", | ||
monday_short_2: "S", | ||
tuesday_short_2: "T", | ||
wednesday_short_2: "Q", | ||
thursday_short_2: "Q", | ||
friday_short_2: "S", | ||
saturday_short_2: "S", | ||
|
||
label_ok: "OK", | ||
label_cancel: "Cancelar", | ||
label_done: "Pronto", | ||
label_today: "Hoje", | ||
label_now: "Agora", | ||
label_clear: "Limpar", | ||
label_help: "Ajuda", | ||
label_yes: "Sim", | ||
label_no: "Não", | ||
label_random: "Aleatório", | ||
label_save: "Salvar", | ||
label_reset: "Resetar", | ||
label_submit: "Enviar", | ||
label_add_user_color: "Adicionar às amostras", | ||
label_send: "Enviar", | ||
label_accept: "Aceitar", | ||
label_cookies_title: "Este site usa cookis", | ||
label_cookies_text: "Este site utiliza cookies para garantir que você tenha a melhor experiência.", | ||
label_choose_file: "Escolher arquivo(s)", | ||
label_drop_file: "Clique ou solte arquivo(s) aqui", | ||
label_files_selected: "{n} arquivo(s) selecionado(s)", | ||
|
||
label_days: "dias", | ||
label_hours: "horas", | ||
label_minutes: "min", | ||
label_seconds: "seg", | ||
label_month: "mês", | ||
label_months: "meses", | ||
label_day: "dia", | ||
label_year: "ano", | ||
label_years: "anos", | ||
|
||
label_rows_count: "Exibir:", | ||
label_search: "Pesquisar:", | ||
label_table_info: "Exibindo de $1 até $2 de um total de $3 registros", | ||
label_prev: "Anterior", | ||
label_next: "Próximo", | ||
label_all: "Todos", | ||
label_inspector: "Inspetor", | ||
label_goto_page: "Ir para", | ||
label_enter_page: "Digite a página...", | ||
label_empty: "Nada para exibir", | ||
label_user_colors: "Cores do usuário", | ||
label_tiles: "Blocos", | ||
label_list: "Lista", | ||
label_load_more: "Carregar mais", | ||
label_buy: "Comprar", | ||
label_buy_now: "Comprar agora", | ||
label_buy_today: "Comprar hoje", | ||
label_download: "Download", | ||
label_search_results: "Pesquisar resultados", | ||
label_add: "Adicionar", | ||
label_edit: "Editar", | ||
label_delete: "Excluir", | ||
label_new: "Novo", | ||
label_sell: "Vender", | ||
label_details: "Detalhes", | ||
label_sorting: "Ordenar", | ||
|
||
label_on: "lig", | ||
label_off: "deslig", | ||
|
||
label_rename_tab: "Renomear aba", | ||
label_close_tab: "Fechar aba", | ||
label_close_other_tabs: "Fechar outras abas", | ||
label_close_tabs_left: "Fechar abas a esquerda", | ||
label_close_tabs_right: "Fechar abas a direita", | ||
label_close_all_tabs: "Fechar todas as abas", | ||
label_close_inactive_tabs: "Fechar abas inativas", | ||
|
||
label_clear_input: "Limpar", | ||
label_reveal_password: "Mostrar senha", | ||
label_hide_password: "Ocultar senha", | ||
label_generate_random: "Gerar valor aleatório", | ||
label_search_input: "Pesquisar pelo valor", | ||
|
||
label_note: "Nota", | ||
label_tip: "Dica", | ||
label_info: "Informação", | ||
label_warning: "Aviso", | ||
label_question: "Questão", | ||
label_error: "Erro", | ||
label_success: "Sucesso", | ||
label_caution: "Cuidado", | ||
label_alert: "Alerta", | ||
label_bug: "Bug", | ||
label_fuck: "Falha catastrótico", | ||
label_important: "Importante" | ||
}); | ||
})(); |