mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 20:16:33 +02:00
parent
3b14e56537
commit
a8611230b1
7 changed files with 99 additions and 8 deletions
|
@ -31,6 +31,16 @@
|
|||
"rng_options.persistent": "persistent",
|
||||
"rng_options.non persistent": "nicht persistent",
|
||||
"rng_title": "Zufallszahlengenerator",
|
||||
|
||||
"persistentRndStorage_title": "Persistenter Speicher",
|
||||
"persistentRndStorage_description": "Speichert die Informationen für den persistenten Zufallszahlengenerator über einen Neustart hinweg.",
|
||||
|
||||
"storePersistentRnd_title": "Persistente Daten speichern",
|
||||
"storePersistentRnd_description": "Ob Daten für den persistenten Zufallszahlengenerator gespeichert werden sollen.",
|
||||
|
||||
"clearPersistentRnd_title": "Persistenten Speicher leeren",
|
||||
"clearPersistentRnd_description": "Löscht alle Daten für den persistenten Zufallszahlengenerator.",
|
||||
"clearPersistentRnd_label": "Leeren",
|
||||
|
||||
"disableNotifications": "Benachrichtigungen deaktivieren",
|
||||
"displayCallingStack": "Aufrufestack anzeigen",
|
||||
|
|
|
@ -29,8 +29,18 @@
|
|||
|
||||
"rng_description": "",
|
||||
"rng_options.persistent": "persistent",
|
||||
"rng.non persistent": "non persistent",
|
||||
"rng_options.non persistent": "non persistent",
|
||||
"rng_title": "Random number generator",
|
||||
|
||||
"persistentRndStorage_title": "Persistent storage",
|
||||
"persistentRndStorage_description": "Stores the data for the persistent random number generator for usage after restart.",
|
||||
|
||||
"storePersistentRnd_title": "Store persistent data",
|
||||
"storePersistentRnd_description": "If data for the persistent random number generator should be stored.",
|
||||
|
||||
"clearPersistentRnd_title": "Clear persistent random storage",
|
||||
"clearPersistentRnd_description": "Deletes all data for the persistent random number generator.",
|
||||
"clearPersistentRnd_label": "Clear",
|
||||
|
||||
"disableNotifications": "disable notifications",
|
||||
"displayCallingStack": "display calling stack",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue