Skip to content

Commit

Permalink
Update translations.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzitelli committed Oct 1, 2022
1 parent c9c8772 commit 537bcc5
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions src/services/translate/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ export const en = {
title: 'Example',
},
section: {
navigation: {
title: 'Navigation',
navio: {
title: 'Navio',
button: {
push: 'Push →',
push_stack: 'Push stack →',
jump_to: 'Jump to ⤵',
show: 'Show ↑',
back: '← Back',
},
Expand All @@ -31,10 +33,11 @@ export const de = {
title: 'Beispiel',
},
section: {
navigation: {
title: 'Navigation',
navio: {
title: 'Navio',
button: {
push: 'Schieben →',
push_stack: 'Schieben (stack) →',
show: 'Zeigen ↑',
back: '← Zurück',
},
Expand All @@ -53,10 +56,11 @@ export const ru = {
title: 'Пример',
},
section: {
navigation: {
title: 'Навигация',
navio: {
title: 'Навио',
button: {
push: 'Запушить →',
push_stack: 'Запушить стэк →',
show: 'Показать ↑',
back: '← Назад',
},
Expand Down

0 comments on commit 537bcc5

Please sign in to comment.