diff --git a/README.md b/README.md index 4c60626..75ce67c 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ For disabling screen blanking/locking, it uses | French | 100.00 | | Italian | 100.00 | | Japanese | 100.00 | +| Dutch | 100.00 | | Portuguese | 100.00 | | Turkish | 100.00 | diff --git a/distro/io.github.sigmasd.stimulator.desktop b/distro/io.github.sigmasd.stimulator.desktop index d4719e1..00e7361 100644 --- a/distro/io.github.sigmasd.stimulator.desktop +++ b/distro/io.github.sigmasd.stimulator.desktop @@ -5,6 +5,7 @@ Name[et]=Stimulaator Name[fr]=Stimulateur Name[it]=Stimolatore Name[ja]=スティミュレータ +Name[nl]=Stimulator Name[pt-BR]=Stimulator Name[tr]=Stimulator Comment=Keep your computer awake @@ -13,6 +14,7 @@ Comment[et]=Hoia oma arvuti ärkvel Comment[fr]=Gardez votre ordinateur éveillé Comment[it]=Mantieni il computer attivo Comment[ja]=コンピュータを起動したままにしておく +Comment[nl]=Houd uw computer actief Comment[pt-BR]=Mantenha seu computador acordado Comment[tr]=Bilgisayarınızı uyanık tutun Keywords=caffeine;nosleep;awake;keepawake;keepon; @@ -21,6 +23,7 @@ Keywords[et]=kofeiin;eiuinu;ärkvel;hoiaärkvel;jätka; Keywords[fr]=caféine;pas de sommeil;éveillé; Keywords[it]=caffeina;non dormire;sveglio;mantieniti sveglio; Keywords[ja]=カフェイン;スリープ;起動;起動しておく; +Keywords[nl]=caffeine;nietslapen;actief;ontwaakt;ingeschakeld;aan; Keywords[pt-BR]=cafeina;semdormir;acordado;mantaracordado;manterligado; Keywords[tr]=caffeine;uykusuz;uyanık;uyanık kal;devam et; TryExec=stimulator diff --git a/src/locales/nl/translation.json b/src/locales/nl/translation.json new file mode 100644 index 0000000..09f586a --- /dev/null +++ b/src/locales/nl/translation.json @@ -0,0 +1,33 @@ +{ + "Stimulator": "Stimulator", + "Keep your computer awake": "Houd uw computer actief", + "caffeine;nosleep;awake;keepawake;keepon;": "caffeine;nietslapen;actief;ontwaakt;ingeschakeld;aan;", + "Disable Automatic Suspending": "Automatische pauzestand uitschakelen", + "Disable Screen Blanking and Locking": "Scherm uit en vergrendelen uitschakelen", + "Current state: System default": "Huidige status: systeemvoorkeuren volgen", + "Current state: Indefinitely": "Huidige status: onbeperkt", + "Stimulator is active": "Stimulator is actief", + "Close Stimulator?": "Stimulator afsluiten?", + "Stimulator is active, do you want to close it?": "Stimulator is actief. Wilt u de toepassing afsluiten?", + "Cancel": "Annuleren", + "Close": "Sluiten", + "Preferences": "Voorkeuren", + "Theme": "Thema", + "System Theme": "Systeemthema", + "Light": "Licht thema", + "Dark": "Donker thema", + "Keyboard Shortcuts": "Sneltoetsen", + "General": "Algemeen", + "Open Menu": "Menu openen", + "Quit": "Afsluiten", + "About Stimulator": "Over Stimulator", + "Unsupported System": "Niet-ondersteund systeem", + "Your desktop environment doesn't support Stimulator, click close to quit": "Uw werkomgeving wordt niet ondersteund. Klik op sluiten om af te sluiten.", + "Run in Background": "Uitvoeren op achtergrond", + "Show": "Tonen", + "Stimulator is running in the backround": "Stimulator wordt uitgevoerd op de achtergrond", + "Ask Confirmation": "Om bevestiging vragen", + "Behavior on Closing": "Actie na afsluiten", + "Applies only while active": "Alleen indien actief", + "Main Menu": "Hoofdmenu" +}