mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-15 19:35:31 +00:00
a8bb64ffb1
- added a dedicated ui debug button - fixed scrolling (content is no longer cutting off weirdly) - moved stub to its own component - moved all permanent strings to localization
22 lines
467 B
JSON
22 lines
467 B
JSON
{
|
|
"gotit": "got it",
|
|
"cancel": "cancel",
|
|
"reset": "reset",
|
|
"done": "done",
|
|
"download.audio": "download audio",
|
|
"download": "download",
|
|
"share": "share",
|
|
"copy": "copy",
|
|
"copy.section": "copy the section link",
|
|
"copied": "copied",
|
|
"import": "import",
|
|
"continue": "continue",
|
|
"star": "star",
|
|
"follow": "follow",
|
|
"save": "save",
|
|
"export": "export",
|
|
"yes": "yes",
|
|
"no": "no",
|
|
"clear": "clear"
|
|
}
|