-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feat/media-window-title
- Loading branch information
Showing
47 changed files
with
4,180 additions
and
1,265 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
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
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
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,3 @@ | ||
// eslint-disable-next-line @typescript-eslint/no-require-imports | ||
const { fs } = require('memfs'); | ||
module.exports = fs; |
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,3 @@ | ||
// eslint-disable-next-line @typescript-eslint/no-require-imports | ||
const { fs } = require('memfs'); | ||
module.exports = fs.promises; |
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
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,39 @@ | ||
{ | ||
"about": "About", | ||
"arrowDown": "down arrow", | ||
"arrowUp": "up arrow", | ||
"backButtonTitle": "Back", | ||
"codeCopyButtonTitle": "Copy Code", | ||
"copied": "Copied", | ||
"copyright": "Copyright", | ||
"closeText": "to close", | ||
"darkModeSwitchLabel": "Appearance", | ||
"darkModeSwitchTitle": "Switch to dark theme", | ||
"description": "The documentation website for Meeting Media Manager (M³).", | ||
"displayDetails": "Display detailed list", | ||
"docFooterNext": "Next page", | ||
"docFooterPrev": "Previous page", | ||
"editLink": "Edit this page on Crowdin", | ||
"enter": "enter", | ||
"esc": "escape", | ||
"faq": "FAQ", | ||
"footerMessage": "Released under the {linkToLicense}.", | ||
"langMenuLabel": "Change language", | ||
"lastUpdated": "Updated at", | ||
"lightModeSwitchTitle": "Switch to light theme", | ||
"navigateText": "to navigate", | ||
"noResultsText": "No results for", | ||
"notFoundLink": "Go to home", | ||
"notFoundQuote": "Please verify the URL and try again. If you feel this is an error, please report it.", | ||
"notFoundTitle": "PAGE NOT FOUND", | ||
"outline": "On this page", | ||
"reportIssue": "Report an issue", | ||
"resetButtonTitle": "Reset search", | ||
"returnToTopLabel": "Return to top", | ||
"search": "Search", | ||
"selectText": "to select", | ||
"sidebarMenuLabel": "Menu", | ||
"skipToContentLabel": "Skip to content", | ||
"title": "M³ documentation", | ||
"usingAtAKingdomHall": "Using at a Kingdom Hall" | ||
} |
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
Oops, something went wrong.