-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
121 additions
and
28 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
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 |
---|---|---|
@@ -1,20 +1,61 @@ | ||
vocabulary{ | ||
sliders{ | ||
str{liukusäädin} | ||
settings_menu_title{ | ||
str{Settings} | ||
} | ||
image{ | ||
str{kuva} | ||
|
||
sweep_speed_setting_title{ | ||
str{"Sweep speed:"} | ||
} | ||
selection_box{ | ||
str{"valintalaatikko"} | ||
|
||
mm_per_sec{ | ||
str{"mm/s"} | ||
} | ||
hello_world{ | ||
str{"Hei maailman!"} | ||
|
||
language_setting_title{ | ||
str{"Language:"} | ||
} | ||
some_checkbox{ | ||
str{"jokin valintaruutu"} | ||
|
||
spo2_settings_menu_title{ | ||
str{"SpO2 settings"} | ||
} | ||
language{ | ||
str{"Kieli (Language):"} | ||
|
||
waveform_color_setting_title{ | ||
str{"Color:"} | ||
} | ||
|
||
about_menu_title{ | ||
str{"About"} | ||
} | ||
|
||
about_menu:program_title{ | ||
str{"Bedside Patient Monitor DEMO program"} | ||
} | ||
|
||
about_menu:version{ | ||
str{"Version"} | ||
} | ||
|
||
about_menu:powered_by{ | ||
str{"Powered by"} | ||
} | ||
|
||
about_menu:copyright{ | ||
str{"Copyright"} | ||
} | ||
|
||
spo2_simulation{ | ||
str{"SpO2 %, SIMULATION"} | ||
} | ||
|
||
quit_dialog:title{ | ||
str{"Quit program?"} | ||
} | ||
|
||
quit_dialog:yes{ | ||
str{"Yes"} | ||
} | ||
|
||
quit_dialog:no{ | ||
str{"No"} | ||
} | ||
} |
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 |
---|---|---|
@@ -1,20 +1,61 @@ | ||
vocabulary{ | ||
sliders{ | ||
str{ползунки} | ||
settings_menu_title{ | ||
str{Настройки} | ||
} | ||
image{ | ||
str{изображение} | ||
|
||
sweep_speed_setting_title{ | ||
str{"Скорость заметания:"} | ||
} | ||
selection_box{ | ||
str{"выпадающее меню выбора"} | ||
|
||
mm_per_sec{ | ||
str{"мм/с"} | ||
} | ||
hello_world{ | ||
str{"Превед медвед!"} | ||
|
||
language_setting_title{ | ||
str{"Язык (Language):"} | ||
} | ||
some_checkbox{ | ||
str{"какая-то галочка"} | ||
|
||
spo2_settings_menu_title{ | ||
str{"Настройки SpO2"} | ||
} | ||
language{ | ||
str{"Язык (Language):"} | ||
|
||
waveform_color_setting_title{ | ||
str{"Цвет:"} | ||
} | ||
|
||
about_menu_title{ | ||
str{"О программе"} | ||
} | ||
|
||
about_menu:program_title{ | ||
str{"Монитор Наблюдения Пациетов, ДЕМОНСТРАЦИОННАЯ программа"} | ||
} | ||
|
||
about_menu:version{ | ||
str{"Версия"} | ||
} | ||
|
||
about_menu:powered_by{ | ||
str{"Сделано с использованием"} | ||
} | ||
|
||
about_menu:copyright{ | ||
str{"Авторское право"} | ||
} | ||
|
||
spo2_simulation{ | ||
str{"SpO2 %, СИМУЛЯЦИЯ"} | ||
} | ||
|
||
quit_dialog:title{ | ||
str{"Выйти из программы?"} | ||
} | ||
|
||
quit_dialog:yes{ | ||
str{"Да"} | ||
} | ||
|
||
quit_dialog:no{ | ||
str{"Нет"} | ||
} | ||
} |
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