-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9311f1
commit bfa4867
Showing
3 changed files
with
138 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"general": "Generelt", | ||
"@general": { | ||
"description": "Subheading in the Settings Page" | ||
}, | ||
"settings": "Innstillinger", | ||
"@settings": { | ||
"description": "Text shown in the AppBar of the Settings Page" | ||
}, | ||
"data": "Data", | ||
"@data": { | ||
"description": "Subheading in the Settings Page" | ||
}, | ||
"stats": "Statistikk", | ||
"@stats": { | ||
"description": "Text shown in the AppBar of the Stats Page" | ||
}, | ||
"light": "Lys", | ||
"@light": { | ||
"description": "Text shown in the AppBar of the Counter Page" | ||
}, | ||
"dark": "Mørk", | ||
"@dark": { | ||
"description": "Text shown in the appearance chooser" | ||
}, | ||
"followSystem": "System", | ||
"@followSystem": { | ||
"description": "Text shown in the appearance chooser" | ||
}, | ||
"backUp": "Sikkerhetskopier", | ||
"@backUp": {}, | ||
"restore": "Gjenopprett", | ||
"@restore": { | ||
"description": "Text shown in the Data Section of the Settings Page" | ||
}, | ||
"fucksGivenAppBarTitle": "Fucks Given", | ||
"@fucksGivenAppBarTitle": { | ||
"description": "Text shown in the AppBar of Fucks Given" | ||
}, | ||
"appearance": "Utseende", | ||
"@appearance": { | ||
"description": "Text shown in the General Section of the Settings Page" | ||
} | ||
} |
Oops, something went wrong.