Skip to content

Commit

Permalink
Update translations.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzitelli committed Feb 15, 2023
1 parent c3ac16e commit 8787bb5
Showing 1 changed file with 41 additions and 13 deletions.
54 changes: 41 additions & 13 deletions src/services/translate/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,27 @@ export const en = {
navio: {
title: 'Navio',
button: {
push: 'Push →',
push_stack: 'Push stack →',
jump_to: 'Jump to ⤵',
show: 'Show ↑',
back: '← Back',
common: {
push: 'Push →',
go_back: '← Back',
set_root: 'Set root ↺',
},
stacks: {
push: 'Push →',
set_root: 'Set root ↺',
},
tabs: {
jump_to: 'Jump to ⤵',
set_root: 'Set root ↺',
},
drawers: {
toggle: 'Toggle ↔',
jump_to: 'Jump to ↩',
set_root: 'Set root ↺',
},
modals: {
show: 'Show ↑',
},
},
},
},
Expand All @@ -36,10 +52,16 @@ export const de = {
navio: {
title: 'Navio',
button: {
push: 'Schieben →',
push_stack: 'Schieben (stack) →',
show: 'Zeigen ↑',
back: '← Zurück',
common: {
push: 'Schieben →',
go_back: '← Zurück',
},
stacks: {
push: 'Schieben (stack) →',
},
modals: {
show: 'Zeigen ↑',
},
},
},
},
Expand All @@ -59,10 +81,16 @@ export const ru = {
navio: {
title: 'Навио',
button: {
push: 'Запушить →',
push_stack: 'Запушить стэк →',
show: 'Показать ↑',
back: '← Назад',
common: {
push: 'Запушить →',
go_back: '← Назад',
},
stacks: {
push: 'Запушить (стэк) →',
},
modals: {
show: 'Показать ↑',
},
},
},
},
Expand Down

0 comments on commit 8787bb5

Please sign in to comment.