-
-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathdutch.rs
More file actions
47 lines (45 loc) · 1.86 KB
/
Copy pathdutch.rs
File metadata and controls
47 lines (45 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
use super::Strings;
pub(super) const UPDATE_VIA_WINGET_LABEL: &str = "Bijwerken via WinGet";
pub(super) const STRINGS: Strings = Strings {
window_title: "Claude Code Gebruiksmonitor",
refresh: "Vernieuwen",
update_frequency: "Updatefrequentie",
one_minute: "1 minuut",
five_minutes: "5 minuten",
fifteen_minutes: "15 minuten",
one_hour: "1 uur",
models: "Modellen",
claude_code_model: "Claude Code",
codex_model: "Codex",
settings: "Instellingen",
start_with_windows: "Opstarten met Windows",
reset_position: "Positie herstellen",
show_detailed_remaining: "Gedetailleerde resterende tijd tonen",
language: "Taal",
system_default: "Systeemstandaard",
check_for_updates: "Controleren op updates",
checking_for_updates: "Controleren op updates...",
updates: "Updates",
update_in_progress: "Er is al een updatecontrole bezig.",
up_to_date: "Je gebruikt al de nieuwste versie.",
up_to_date_short: "Up-to-date",
update_failed: "Automatisch bijwerken mislukt",
applying_update: "Update wordt toegepast...",
update_to: "Bijwerken naar",
update_available: "Update beschikbaar",
update_prompt_now: "Versie {version} is beschikbaar. Wil je nu bijwerken?",
exit: "Afsluiten",
show_widget: "Widget tonen",
session_window: "5u",
weekly_window: "7d",
now: "nu",
day_suffix: "d",
hour_suffix: "u",
minute_suffix: "m",
token_expired_title: "Claude Code-authenticatiefout",
token_expired_body: "Voer 'claude' uit in een terminal, gebruik daarna '/login' en volg de stappen. Ververs of herstart de app daarna.",
codex_token_expired_title: "Codex-authenticatiefout",
codex_token_expired_body: "Voer 'codex' uit in een terminal en volg de aanmeldstappen. Ververs of herstart de app daarna.",
codex_window_title: "Codex-gebruiksmonitor",
second_suffix: "s",
};