Put in more meaningful working text

This commit is contained in:
Savanni D'Gerinel 2025-02-22 18:45:36 -05:00
parent 200c13a14e
commit 52a0d6e3f2
4 changed files with 15 additions and 12 deletions

1
Cargo.lock generated
View File

@ -2419,6 +2419,7 @@ dependencies = [
"icu_locid",
"serde 1.0.218",
"tempfile",
"thiserror 2.0.11",
"toml",
]

View File

@ -1,12 +0,0 @@
key = "OpenSandbox"
description = "A sandbox vault refers to a stock vault that contains test data and allows the user to make edits and run experiments on test data."
[variants.eo]
locale = "eo"
content = "Malfermi sekurkofro"
modified = "2025-02-22T23:35:29.692299091Z"
[variants.en]
locale = "en"
content = "Open Sandbox vault"
modified = "2025-02-22T21:35:02.032300406Z"

View File

@ -0,0 +1,7 @@
key = "SaveSettings"
description = "This is a label on a button which will save the settings when clicked"
[variants.en]
locale = "en"
content = "Save Settings"
modified = "2025-02-22T23:44:18.874218939Z"

View File

@ -0,0 +1,7 @@
key = "Welcome"
description = "This is a welcome content that will be shown on first app opening, before configuration."
[variants.en]
locale = "en"
content = "Welcome to FitnessTrax"
modified = "2025-02-22T23:43:24.786544124Z"