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
157 changes: 156 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ native-tls = "0.2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
dirs = "6"
rusqlite = { version = "0.40.1", features = ["bundled"] }

[dependencies.windows]
version = "0.58"
Expand Down
6 changes: 6 additions & 0 deletions src/localization/dutch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub(super) const STRINGS: Strings = Strings {
claude_code_model: "Claude Code",
codex_model: "Codex",
antigravity_model: "Antigravity",
cursor_model: "Cursor",
settings: "Instellingen",
start_with_windows: "Opstarten met Windows",
reset_position: "Positie herstellen",
Expand All @@ -34,6 +35,8 @@ pub(super) const STRINGS: Strings = Strings {
show_widget: "Widget tonen",
session_window: "5u",
weekly_window: "7d",
cursor_auto_window: "Auto",
cursor_api_window: "API",
now: "nu",
day_suffix: "d",
hour_suffix: "u",
Expand All @@ -46,5 +49,8 @@ pub(super) const STRINGS: Strings = Strings {
antigravity_token_expired_body: "Open Antigravity en meld je opnieuw aan. Ververs of herstart de app daarna.",
codex_window_title: "Codex-gebruiksmonitor",
antigravity_window_title: "Antigravity-gebruiksmonitor",
cursor_window_title: "Cursor-gebruiksmonitor",
cursor_token_expired_title: "Cursor Auth Error",
cursor_token_expired_body: "Sign in to Cursor (or set CURSOR_SESSION_TOKEN), then refresh or restart this app.",
second_suffix: "s",
};
6 changes: 6 additions & 0 deletions src/localization/english.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub(super) const STRINGS: Strings = Strings {
claude_code_model: "Claude Code",
codex_model: "Codex",
antigravity_model: "Antigravity",
cursor_model: "Cursor",
settings: "Settings",
start_with_windows: "Start with Windows",
reset_position: "Reset Position",
Expand All @@ -34,6 +35,8 @@ pub(super) const STRINGS: Strings = Strings {
show_widget: "Show Widget",
session_window: "5h",
weekly_window: "7d",
cursor_auto_window: "Auto",
cursor_api_window: "API",
now: "now",
day_suffix: "d",
hour_suffix: "h",
Expand All @@ -46,5 +49,8 @@ pub(super) const STRINGS: Strings = Strings {
antigravity_token_expired_body: "Open Antigravity and sign in again. After that, refresh or restart this app.",
codex_window_title: "Codex Usage Monitor",
antigravity_window_title: "Antigravity Usage Monitor",
cursor_window_title: "Cursor Usage Monitor",
cursor_token_expired_title: "Cursor Auth Error",
cursor_token_expired_body: "Sign in to Cursor (or set CURSOR_SESSION_TOKEN), then refresh or restart this app.",
second_suffix: "s",
};
6 changes: 6 additions & 0 deletions src/localization/french.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub(super) const STRINGS: Strings = Strings {
claude_code_model: "Claude Code",
codex_model: "Codex",
antigravity_model: "Antigravity",
cursor_model: "Cursor",
settings: "Paramètres",
start_with_windows: "Démarrer avec Windows",
reset_position: "Réinitialiser la position",
Expand All @@ -34,6 +35,8 @@ pub(super) const STRINGS: Strings = Strings {
show_widget: "Afficher le widget",
session_window: "5h",
weekly_window: "7d",
cursor_auto_window: "Auto",
cursor_api_window: "API",
now: "maintenant",
day_suffix: "j",
hour_suffix: "h",
Expand All @@ -46,5 +49,8 @@ pub(super) const STRINGS: Strings = Strings {
antigravity_token_expired_body: "Ouvrez Antigravity et reconnectez-vous. Ensuite, actualisez ou redemarrez cette application.",
codex_window_title: "Moniteur d'utilisation Codex",
antigravity_window_title: "Moniteur d'utilisation Antigravity",
cursor_window_title: "Moniteur d'utilisation Cursor",
cursor_token_expired_title: "Cursor Auth Error",
cursor_token_expired_body: "Sign in to Cursor (or set CURSOR_SESSION_TOKEN), then refresh or restart this app.",
second_suffix: "s",
};
6 changes: 6 additions & 0 deletions src/localization/german.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub(super) const STRINGS: Strings = Strings {
claude_code_model: "Claude Code",
codex_model: "Codex",
antigravity_model: "Antigravity",
cursor_model: "Cursor",
settings: "Einstellungen",
start_with_windows: "Mit Windows starten",
reset_position: "Position zurücksetzen",
Expand All @@ -34,6 +35,8 @@ pub(super) const STRINGS: Strings = Strings {
show_widget: "Widget anzeigen",
session_window: "5h",
weekly_window: "7d",
cursor_auto_window: "Auto",
cursor_api_window: "API",
now: "jetzt",
day_suffix: "T",
hour_suffix: "h",
Expand All @@ -46,5 +49,8 @@ pub(super) const STRINGS: Strings = Strings {
antigravity_token_expired_body: "Offnen Sie Antigravity und melden Sie sich erneut an. Aktualisieren oder starten Sie diese App anschliessend neu.",
codex_window_title: "Codex-Nutzungsmonitor",
antigravity_window_title: "Antigravity-Nutzungsmonitor",
cursor_window_title: "Cursor-Nutzungsmonitor",
cursor_token_expired_title: "Cursor Auth Error",
cursor_token_expired_body: "Sign in to Cursor (or set CURSOR_SESSION_TOKEN), then refresh or restart this app.",
second_suffix: "s",
};
6 changes: 6 additions & 0 deletions src/localization/japanese.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub(super) const STRINGS: Strings = Strings {
claude_code_model: "Claude Code",
codex_model: "Codex",
antigravity_model: "Antigravity",
cursor_model: "Cursor",
settings: "設定",
start_with_windows: "Windows と同時に開始",
reset_position: "位置をリセット",
Expand All @@ -34,6 +35,8 @@ pub(super) const STRINGS: Strings = Strings {
show_widget: "ウィジェットを表示",
session_window: "5h",
weekly_window: "7d",
cursor_auto_window: "Auto",
cursor_api_window: "API",
now: "今",
day_suffix: "日",
hour_suffix: "時間",
Expand All @@ -46,5 +49,8 @@ pub(super) const STRINGS: Strings = Strings {
antigravity_token_expired_body: "Antigravity を開いて再度サインインしてください。その後、このアプリを更新するか再起動してください。",
codex_window_title: "Codex 使用量モニター",
antigravity_window_title: "Antigravity 使用量モニター",
cursor_window_title: "Cursor 使用量モニター",
cursor_token_expired_title: "Cursor Auth Error",
cursor_token_expired_body: "Sign in to Cursor (or set CURSOR_SESSION_TOKEN), then refresh or restart this app.",
second_suffix: "秒",
};
Loading