feat: move hardcoded strings to i18n
This commit is contained in:
@@ -32,6 +32,7 @@ export const translations = {
|
||||
// Timer page
|
||||
timer: {
|
||||
currentSpeaker: 'Текущий спикер',
|
||||
currentlySpeaking: 'Сейчас говорит',
|
||||
speakerTime: 'Время спикера',
|
||||
totalTime: 'Общее время',
|
||||
remaining: 'Осталось',
|
||||
@@ -131,6 +132,7 @@ export const translations = {
|
||||
no: 'Нет',
|
||||
loading: 'Загрузка...',
|
||||
error: 'Ошибка',
|
||||
errorStartMeeting: 'Ошибка запуска планёрки',
|
||||
},
|
||||
|
||||
// Time formats
|
||||
@@ -139,6 +141,15 @@ export const translations = {
|
||||
minutes: 'мин',
|
||||
seconds: 'сек',
|
||||
},
|
||||
|
||||
// Hotkeys
|
||||
hotkeys: {
|
||||
title: 'Горячие клавиши',
|
||||
next: 'Следующий спикер',
|
||||
skip: 'Пропустить',
|
||||
pauseResume: 'Пауза/Продолжить',
|
||||
stop: 'Остановить митинг',
|
||||
},
|
||||
},
|
||||
|
||||
en: {
|
||||
@@ -170,6 +181,7 @@ export const translations = {
|
||||
// Timer page
|
||||
timer: {
|
||||
currentSpeaker: 'Current Speaker',
|
||||
currentlySpeaking: 'Currently speaking',
|
||||
speakerTime: 'Speaker Time',
|
||||
totalTime: 'Total Time',
|
||||
remaining: 'Remaining',
|
||||
@@ -269,6 +281,7 @@ export const translations = {
|
||||
no: 'No',
|
||||
loading: 'Loading...',
|
||||
error: 'Error',
|
||||
errorStartMeeting: 'Failed to start meeting',
|
||||
},
|
||||
|
||||
// Time formats
|
||||
@@ -277,6 +290,15 @@ export const translations = {
|
||||
minutes: 'min',
|
||||
seconds: 'sec',
|
||||
},
|
||||
|
||||
// Hotkeys
|
||||
hotkeys: {
|
||||
title: 'Hotkeys',
|
||||
next: 'Next speaker',
|
||||
skip: 'Skip speaker',
|
||||
pauseResume: 'Pause/Resume',
|
||||
stop: 'Stop meeting',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user