Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Once running, it will appear in your taskbar and as one or more tray icons in th
- Right-click the taskbar widget or tray icon for refresh, displayed models, update frequency, Start with Windows, reset position, language, updates, and exit
- Left-click the tray icon to toggle the taskbar widget on or off
- Enable `Start with Windows` from the right-click menu if you want it to launch automatically when you sign in
- Enable `Show pace indicator` under right-click `Settings` to mark where your usage should be for the time elapsed, coloured red when you are ahead of pace and green when you are behind; choose a `Tick` or `Solid` style under `Pace indicator style`

### Models

Expand Down
4 changes: 4 additions & 0 deletions src/localization/dutch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ pub(super) const STRINGS: Strings = Strings {
settings: "Instellingen",
start_with_windows: "Opstarten met Windows",
reset_position: "Positie herstellen",
show_pace_indicator: "Tempo-indicator tonen",
pace_indicator_style: "Stijl van tempo-indicator",
pace_style_tick: "Streepje",
pace_style_solid: "Gevuld",
language: "Taal",
system_default: "Systeemstandaard",
check_for_updates: "Controleren op updates",
Expand Down
4 changes: 4 additions & 0 deletions src/localization/english.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ pub(super) const STRINGS: Strings = Strings {
settings: "Settings",
start_with_windows: "Start with Windows",
reset_position: "Reset Position",
show_pace_indicator: "Show pace indicator",
pace_indicator_style: "Pace indicator style",
pace_style_tick: "Tick",
pace_style_solid: "Solid",
language: "Language",
system_default: "System Default",
check_for_updates: "Check for Updates",
Expand Down
4 changes: 4 additions & 0 deletions src/localization/french.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ pub(super) const STRINGS: Strings = Strings {
settings: "Paramètres",
start_with_windows: "Démarrer avec Windows",
reset_position: "Réinitialiser la position",
show_pace_indicator: "Afficher l'indicateur de cadence",
pace_indicator_style: "Style de l'indicateur de cadence",
pace_style_tick: "Repère",
pace_style_solid: "Plein",
language: "Langue",
system_default: "Par défaut du système",
check_for_updates: "Vérifier les mises à jour",
Expand Down
4 changes: 4 additions & 0 deletions src/localization/german.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ pub(super) const STRINGS: Strings = Strings {
settings: "Einstellungen",
start_with_windows: "Mit Windows starten",
reset_position: "Position zurücksetzen",
show_pace_indicator: "Tempo-Anzeige einblenden",
pace_indicator_style: "Stil der Tempo-Anzeige",
pace_style_tick: "Strich",
pace_style_solid: "Gefüllt",
language: "Sprache",
system_default: "Systemstandard",
check_for_updates: "Nach Updates suchen",
Expand Down
4 changes: 4 additions & 0 deletions src/localization/japanese.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ pub(super) const STRINGS: Strings = Strings {
settings: "設定",
start_with_windows: "Windows と同時に開始",
reset_position: "位置をリセット",
show_pace_indicator: "ペース表示",
pace_indicator_style: "ペース表示スタイル",
pace_style_tick: "目盛り",
pace_style_solid: "塗りつぶし",
language: "言語",
system_default: "システム既定",
check_for_updates: "更新を確認",
Expand Down
4 changes: 4 additions & 0 deletions src/localization/korean.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ pub(super) const STRINGS: Strings = Strings {
settings: "설정",
start_with_windows: "Windows 시작 시 자동 실행",
reset_position: "위치 초기화",
show_pace_indicator: "사용 속도 표시",
pace_indicator_style: "사용 속도 표시 스타일",
pace_style_tick: "눈금",
pace_style_solid: "채우기",
language: "언어",
system_default: "시스템 기본값",
check_for_updates: "업데이트 확인",
Expand Down
4 changes: 4 additions & 0 deletions src/localization/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ pub struct Strings {
pub settings: &'static str,
pub start_with_windows: &'static str,
pub reset_position: &'static str,
pub show_pace_indicator: &'static str,
pub pace_indicator_style: &'static str,
pub pace_style_tick: &'static str,
pub pace_style_solid: &'static str,
pub language: &'static str,
pub system_default: &'static str,
pub check_for_updates: &'static str,
Expand Down
4 changes: 4 additions & 0 deletions src/localization/spanish.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ pub(super) const STRINGS: Strings = Strings {
settings: "Configuración",
start_with_windows: "Iniciar con Windows",
reset_position: "Restablecer posición",
show_pace_indicator: "Mostrar indicador de ritmo",
pace_indicator_style: "Estilo del indicador de ritmo",
pace_style_tick: "Marca",
pace_style_solid: "Relleno",
language: "Idioma",
system_default: "Predeterminado del sistema",
check_for_updates: "Buscar actualizaciones",
Expand Down
4 changes: 4 additions & 0 deletions src/localization/traditional_chinese.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ pub(super) const STRINGS: Strings = Strings {
settings: "設定",
start_with_windows: "開機時啟動",
reset_position: "重置位置",
show_pace_indicator: "顯示使用步調",
pace_indicator_style: "使用步調樣式",
pace_style_tick: "刻度線",
pace_style_solid: "實心",
language: "語言",
system_default: "系統預設",
check_for_updates: "檢查更新",
Expand Down
Loading