Skip to content

Commit

Permalink
feat(translation): russian translation, closes #266
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio286 committed May 23, 2022
1 parent 5d5f1da commit 9082960
Show file tree
Hide file tree
Showing 5 changed files with 496 additions and 34 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Expand Up @@ -5,7 +5,8 @@
"MySQL",
"PostgreSQL",
"SQLite",
"Windows"
"Windows",
"translation"
],
"svg.preview.background": "transparent"
}
3 changes: 2 additions & 1 deletion src/renderer/i18n/index.js
Expand Up @@ -12,7 +12,8 @@ const i18n = createI18n({
'de-DE': require('./de-DE'),
'vi-VN': require('./vi-VN'),
'ja-JP': require('./ja-JP'),
'zh-CN': require('./zh-CN')
'zh-CN': require('./zh-CN'),
'ru-RU': require('./ru-RU')
}
});
export default i18n;
62 changes: 31 additions & 31 deletions src/renderer/i18n/pt-BR.js
Expand Up @@ -107,37 +107,37 @@ module.exports = {
changelog: 'Logs de alteração',
format: 'Formato',
sshTunnel: 'SSH túnel',
structure: 'Estrutura',
small: 'Pequeno',
medium: 'Médio',
large: 'Grande',
row: 'Linha | Linhas',
cell: 'Celula | Células',
triggerFunction: 'Gatinho de função | Gatilhos de Funções',
all: 'Todos',
duplicate: 'Duplicado',
routine: 'Rotina',
new: 'Novo',
history: 'Histórico',
select: 'Seleciomar',
passphrase: 'Palavara-Passe',
filter: 'Filtrar',
change: 'Alterar',
views: 'Visualizações',
triggers: 'Gatilhos',
routines: 'Rotinas',
functions: 'Funções',
schedulers: 'Agendadores',
includes: 'Includes',
drop: 'Drop',
completed: 'Completo',
aborted: 'Abortado',
disabled: 'Inativo',
enable: 'Ativo',
disable: 'Disable',
commit: 'Enviar',
rollback: 'Reverter',
connectionString: 'String da conexão',
structure: 'Estrutura',
small: 'Pequeno',
medium: 'Médio',
large: 'Grande',
row: 'Linha | Linhas',
cell: 'Celula | Células',
triggerFunction: 'Gatinho de função | Gatilhos de Funções',
all: 'Todos',
duplicate: 'Duplicado',
routine: 'Rotina',
new: 'Novo',
history: 'Histórico',
select: 'Seleciomar',
passphrase: 'Palavara-Passe',
filter: 'Filtrar',
change: 'Alterar',
views: 'Visualizações',
triggers: 'Gatilhos',
routines: 'Rotinas',
functions: 'Funções',
schedulers: 'Agendadores',
includes: 'Includes',
drop: 'Drop',
completed: 'Completo',
aborted: 'Abortado',
disabled: 'Inativo',
enable: 'Ativo',
disable: 'Disable',
commit: 'Enviar',
rollback: 'Reverter',
connectionString: 'String da conexão',
contributors: 'Contribuintes'
},
message: {
Expand Down

0 comments on commit 9082960

Please sign in to comment.