mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 14:46:43 +02:00
The Clock app source is preserved in apps-archived/ for reference. This directory is excluded from the pnpm workspace. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
23 lines
382 B
JSON
23 lines
382 B
JSON
{
|
|
"app": {
|
|
"name": "Clock"
|
|
},
|
|
"common": {
|
|
"back": "Zurück",
|
|
"cancel": "Abbrechen",
|
|
"loading": "Lade..."
|
|
},
|
|
"nav": {
|
|
"home": "Startseite",
|
|
"settings": "Einstellungen"
|
|
},
|
|
"clock": {
|
|
"title": "Life Clock",
|
|
"remaining": "Verbleibende Zeit",
|
|
"elapsed": "Vergangene Zeit"
|
|
},
|
|
"messages": {
|
|
"saved": "Gespeichert",
|
|
"error": "Ein Fehler ist aufgetreten"
|
|
}
|
|
}
|