mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-06 17:45:26 +02:00
more strings added to translation
This commit is contained in:
parent
06753b797f
commit
9558dff0b1
1
.babelrc
1
.babelrc
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
// "presets": ["preact-cli/babel"],
|
||||||
"env": {
|
"env": {
|
||||||
"test": {
|
"test": {
|
||||||
"presets": [["preact-cli/babel", { "modules": "commonjs" }]]
|
"presets": [["preact-cli/babel", { "modules": "commonjs" }]]
|
||||||
|
112
package-lock.json
generated
112
package-lock.json
generated
@ -4438,31 +4438,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"babel-core": {
|
"babel-core": {
|
||||||
"version": "6.26.3",
|
"version": "7.0.0-bridge.0",
|
||||||
"resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.26.3.tgz",
|
"resolved": "https://registry.npmjs.org/babel-core/-/babel-core-7.0.0-bridge.0.tgz",
|
||||||
"integrity": "sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==",
|
"integrity": "sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==",
|
||||||
"dev": true,
|
"dev": true
|
||||||
"requires": {
|
|
||||||
"babel-code-frame": "^6.26.0",
|
|
||||||
"babel-generator": "^6.26.0",
|
|
||||||
"babel-helpers": "^6.24.1",
|
|
||||||
"babel-messages": "^6.23.0",
|
|
||||||
"babel-register": "^6.26.0",
|
|
||||||
"babel-runtime": "^6.26.0",
|
|
||||||
"babel-template": "^6.26.0",
|
|
||||||
"babel-traverse": "^6.26.0",
|
|
||||||
"babel-types": "^6.26.0",
|
|
||||||
"babylon": "^6.18.0",
|
|
||||||
"convert-source-map": "^1.5.1",
|
|
||||||
"debug": "^2.6.9",
|
|
||||||
"json5": "^0.5.1",
|
|
||||||
"lodash": "^4.17.4",
|
|
||||||
"minimatch": "^3.0.4",
|
|
||||||
"path-is-absolute": "^1.0.1",
|
|
||||||
"private": "^0.1.8",
|
|
||||||
"slash": "^1.0.0",
|
|
||||||
"source-map": "^0.5.7"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"babel-eslint": {
|
"babel-eslint": {
|
||||||
"version": "7.2.3",
|
"version": "7.2.3",
|
||||||
@ -4617,6 +4596,33 @@
|
|||||||
"yargs-parser": "^5.0.0"
|
"yargs-parser": "^5.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"babel-core": {
|
||||||
|
"version": "6.26.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.26.3.tgz",
|
||||||
|
"integrity": "sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"babel-code-frame": "^6.26.0",
|
||||||
|
"babel-generator": "^6.26.0",
|
||||||
|
"babel-helpers": "^6.24.1",
|
||||||
|
"babel-messages": "^6.23.0",
|
||||||
|
"babel-register": "^6.26.0",
|
||||||
|
"babel-runtime": "^6.26.0",
|
||||||
|
"babel-template": "^6.26.0",
|
||||||
|
"babel-traverse": "^6.26.0",
|
||||||
|
"babel-types": "^6.26.0",
|
||||||
|
"babylon": "^6.18.0",
|
||||||
|
"convert-source-map": "^1.5.1",
|
||||||
|
"debug": "^2.6.9",
|
||||||
|
"json5": "^0.5.1",
|
||||||
|
"lodash": "^4.17.4",
|
||||||
|
"minimatch": "^3.0.4",
|
||||||
|
"path-is-absolute": "^1.0.1",
|
||||||
|
"private": "^0.1.8",
|
||||||
|
"slash": "^1.0.0",
|
||||||
|
"source-map": "^0.5.7"
|
||||||
|
}
|
||||||
|
},
|
||||||
"yargs-parser": {
|
"yargs-parser": {
|
||||||
"version": "5.0.0",
|
"version": "5.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz",
|
||||||
@ -5009,6 +5015,35 @@
|
|||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.4",
|
||||||
"mkdirp": "^0.5.1",
|
"mkdirp": "^0.5.1",
|
||||||
"source-map-support": "^0.4.15"
|
"source-map-support": "^0.4.15"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"babel-core": {
|
||||||
|
"version": "6.26.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.26.3.tgz",
|
||||||
|
"integrity": "sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"babel-code-frame": "^6.26.0",
|
||||||
|
"babel-generator": "^6.26.0",
|
||||||
|
"babel-helpers": "^6.24.1",
|
||||||
|
"babel-messages": "^6.23.0",
|
||||||
|
"babel-register": "^6.26.0",
|
||||||
|
"babel-runtime": "^6.26.0",
|
||||||
|
"babel-template": "^6.26.0",
|
||||||
|
"babel-traverse": "^6.26.0",
|
||||||
|
"babel-types": "^6.26.0",
|
||||||
|
"babylon": "^6.18.0",
|
||||||
|
"convert-source-map": "^1.5.1",
|
||||||
|
"debug": "^2.6.9",
|
||||||
|
"json5": "^0.5.1",
|
||||||
|
"lodash": "^4.17.4",
|
||||||
|
"minimatch": "^3.0.4",
|
||||||
|
"path-is-absolute": "^1.0.1",
|
||||||
|
"private": "^0.1.8",
|
||||||
|
"slash": "^1.0.0",
|
||||||
|
"source-map": "^0.5.7"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"babel-runtime": {
|
"babel-runtime": {
|
||||||
@ -14236,6 +14271,33 @@
|
|||||||
"yargs": "^9.0.0"
|
"yargs": "^9.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"babel-core": {
|
||||||
|
"version": "6.26.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.26.3.tgz",
|
||||||
|
"integrity": "sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"babel-code-frame": "^6.26.0",
|
||||||
|
"babel-generator": "^6.26.0",
|
||||||
|
"babel-helpers": "^6.24.1",
|
||||||
|
"babel-messages": "^6.23.0",
|
||||||
|
"babel-register": "^6.26.0",
|
||||||
|
"babel-runtime": "^6.26.0",
|
||||||
|
"babel-template": "^6.26.0",
|
||||||
|
"babel-traverse": "^6.26.0",
|
||||||
|
"babel-types": "^6.26.0",
|
||||||
|
"babylon": "^6.18.0",
|
||||||
|
"convert-source-map": "^1.5.1",
|
||||||
|
"debug": "^2.6.9",
|
||||||
|
"json5": "^0.5.1",
|
||||||
|
"lodash": "^4.17.4",
|
||||||
|
"minimatch": "^3.0.4",
|
||||||
|
"path-is-absolute": "^1.0.1",
|
||||||
|
"private": "^0.1.8",
|
||||||
|
"slash": "^1.0.0",
|
||||||
|
"source-map": "^0.5.7"
|
||||||
|
}
|
||||||
|
},
|
||||||
"camelcase": {
|
"camelcase": {
|
||||||
"version": "4.1.0",
|
"version": "4.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
|
||||||
|
@ -34,8 +34,10 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@11ty/eleventy": "^0.7.1",
|
"@11ty/eleventy": "^0.7.1",
|
||||||
|
"@babel/core": "^7.5.4",
|
||||||
"@lingui/cli": "^2.8.3",
|
"@lingui/cli": "^2.8.3",
|
||||||
"@lingui/macro": "^2.8.3",
|
"@lingui/macro": "^2.8.3",
|
||||||
|
"babel-core": "^7.0.0-bridge.0",
|
||||||
"babel-eslint": "^7.2.3",
|
"babel-eslint": "^7.2.3",
|
||||||
"babel-minify": "^0.2.0",
|
"babel-minify": "^0.2.0",
|
||||||
"babel-plugin-macros": "^2.6.1",
|
"babel-plugin-macros": "^2.6.1",
|
||||||
@ -45,6 +47,7 @@
|
|||||||
"gulp": "^3.9.1",
|
"gulp": "^3.9.1",
|
||||||
"gulp-clean-css": "^3.9.2",
|
"gulp-clean-css": "^3.9.2",
|
||||||
"gulp-concat": "^2.6.1",
|
"gulp-concat": "^2.6.1",
|
||||||
|
"gulp-connect": "^5.7.0",
|
||||||
"gulp-rename": "^1.3.0",
|
"gulp-rename": "^1.3.0",
|
||||||
"gulp-uglify": "^3.0.0",
|
"gulp-uglify": "^3.0.0",
|
||||||
"gulp-useref": "^3.1.3",
|
"gulp-useref": "^3.1.3",
|
||||||
@ -60,8 +63,7 @@
|
|||||||
"preact-cli": "^3.0.0-rc.3",
|
"preact-cli": "^3.0.0-rc.3",
|
||||||
"preact-render-spy": "^1.2.1",
|
"preact-render-spy": "^1.2.1",
|
||||||
"run-sequence": "^2.2.1",
|
"run-sequence": "^2.2.1",
|
||||||
"sw-precache": "^5.2.0",
|
"sw-precache": "^5.2.0"
|
||||||
"gulp-connect": "^5.7.0"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emmetio/codemirror-plugin": "^0.5.4",
|
"@emmetio/codemirror-plugin": "^0.5.4",
|
||||||
|
@ -13,7 +13,7 @@ export function HelpModal(props) {
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<p>
|
<p>
|
||||||
<notrans>
|
<Trans>
|
||||||
Made with <span style="margin-right: 8px;">💖</span>&{' '}
|
Made with <span style="margin-right: 8px;">💖</span>&{' '}
|
||||||
<span style="margin-right: 8px;"> 🙌</span> by{' '}
|
<span style="margin-right: 8px;"> 🙌</span> by{' '}
|
||||||
<a
|
<a
|
||||||
@ -23,7 +23,7 @@ export function HelpModal(props) {
|
|||||||
>
|
>
|
||||||
Kushagra Gour
|
Kushagra Gour
|
||||||
</a>
|
</a>
|
||||||
</notrans>
|
</Trans>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="/docs" target="_blank" rel="noopener noreferrer">
|
<a href="/docs" target="_blank" rel="noopener noreferrer">
|
||||||
@ -31,7 +31,7 @@ export function HelpModal(props) {
|
|||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<notrans>
|
<Trans>
|
||||||
Tweet out your feature requests, comments & suggestions to{' '}
|
Tweet out your feature requests, comments & suggestions to{' '}
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@ -40,11 +40,11 @@ export function HelpModal(props) {
|
|||||||
>
|
>
|
||||||
@webmakerApp
|
@webmakerApp
|
||||||
</a>
|
</a>
|
||||||
</notrans>
|
</Trans>
|
||||||
.
|
.
|
||||||
</p>
|
</p>
|
||||||
<p class="show-when-extension">
|
<p class="show-when-extension">
|
||||||
<notrans>
|
<Trans>
|
||||||
Like this extension? Please{' '}
|
Like this extension? Please{' '}
|
||||||
<a
|
<a
|
||||||
href="https://chrome.google.com/webstore/detail/web-maker/lkfkkhfhhdkiemehlpkgjeojomhpccnh/reviews"
|
href="https://chrome.google.com/webstore/detail/web-maker/lkfkkhfhhdkiemehlpkgjeojomhpccnh/reviews"
|
||||||
@ -54,7 +54,7 @@ export function HelpModal(props) {
|
|||||||
rate it here
|
rate it here
|
||||||
</a>
|
</a>
|
||||||
.
|
.
|
||||||
</notrans>
|
</Trans>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<Button
|
<Button
|
||||||
@ -194,7 +194,7 @@ export function HelpModal(props) {
|
|||||||
<h3>
|
<h3>
|
||||||
<Trans>License</Trans>
|
<Trans>License</Trans>
|
||||||
</h3>
|
</h3>
|
||||||
<notrans>
|
<Trans>
|
||||||
"Web Maker" is{' '}
|
"Web Maker" is{' '}
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@ -211,7 +211,7 @@ export function HelpModal(props) {
|
|||||||
>
|
>
|
||||||
MIT License
|
MIT License
|
||||||
</a>
|
</a>
|
||||||
</notrans>
|
</Trans>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
@ -29,10 +29,12 @@
|
|||||||
'Clear console (CTRL + L)': 'Clear console (CTRL + L)',
|
'Clear console (CTRL + L)': 'Clear console (CTRL + L)',
|
||||||
'Clear console (works when console input is focused)':
|
'Clear console (works when console input is focused)':
|
||||||
'Clear console (works when console input is focused)',
|
'Clear console (works when console input is focused)',
|
||||||
|
'Close saved creations pane': 'Close saved creations pane',
|
||||||
'Close saved creations panel & modals':
|
'Close saved creations panel & modals':
|
||||||
'Close saved creations panel & modals',
|
'Close saved creations panel & modals',
|
||||||
Console: 'Console',
|
Console: 'Console',
|
||||||
'Detach Preview': 'Detach Preview',
|
'Detach Preview': 'Detach Preview',
|
||||||
|
'Detach preview': 'Detach preview',
|
||||||
Donate: 'Donate',
|
Donate: 'Donate',
|
||||||
'Double click to toggle console': 'Double click to toggle console',
|
'Double click to toggle console': 'Double click to toggle console',
|
||||||
'Download game as zip': 'Download game as zip',
|
'Download game as zip': 'Download game as zip',
|
||||||
@ -67,6 +69,8 @@
|
|||||||
'No match found.': 'No match found.',
|
'No match found.': 'No match found.',
|
||||||
'Note: You can load external scripts from following domains:':
|
'Note: You can load external scripts from following domains:':
|
||||||
'Note: You can load external scripts from following domains:',
|
'Note: You can load external scripts from following domains:',
|
||||||
|
'Note: You can load external scripts only from following domains:':
|
||||||
|
'Note: You can load external scripts only from following domains:',
|
||||||
'Nothing saved here.': 'Nothing saved here.',
|
'Nothing saved here.': 'Nothing saved here.',
|
||||||
Open: 'Open',
|
Open: 'Open',
|
||||||
'Open a saved creation (Ctrl/\u2318 + O)':
|
'Open a saved creation (Ctrl/\u2318 + O)':
|
||||||
@ -92,6 +96,7 @@
|
|||||||
'Search your creations here...': 'Search your creations here...',
|
'Search your creations here...': 'Search your creations here...',
|
||||||
'See Changelog': 'See Changelog',
|
'See Changelog': 'See Changelog',
|
||||||
'See awesome libraries used': 'See awesome libraries used',
|
'See awesome libraries used': 'See awesome libraries used',
|
||||||
|
'See changelog': 'See changelog',
|
||||||
'See profile or Logout': 'See profile or Logout',
|
'See profile or Logout': 'See profile or Logout',
|
||||||
'Select next match': 'Select next match',
|
'Select next match': 'Select next match',
|
||||||
'Select previous match': 'Select previous match',
|
'Select previous match': 'Select previous match',
|
||||||
|
@ -14,10 +14,10 @@ msgstr ""
|
|||||||
"Plural-Forms: \n"
|
"Plural-Forms: \n"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:201
|
#: src/components/HelpModal.jsx:201
|
||||||
msgid "\"Web Maker\" <0>CHill</0>."
|
#~ msgid "\"Web Maker\" <0>CHill</0>."
|
||||||
msgstr "\"Web Maker\" <0>CHill</0>."
|
#~ msgstr "\"Web Maker\" <0>CHill</0>."
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:111
|
#: src/components/SavedItemPane.jsx:116
|
||||||
msgid "'Oops! Selected file is corrupted. Please select a file that was generated by clicking the \"Export\" button."
|
msgid "'Oops! Selected file is corrupted. Please select a file that was generated by clicking the \"Export\" button."
|
||||||
msgstr "'Oops! Selected file is corrupted. Please select a file that was generated by clicking the \"Export\" button."
|
msgstr "'Oops! Selected file is corrupted. Please select a file that was generated by clicking the \"Export\" button."
|
||||||
|
|
||||||
@ -29,7 +29,6 @@ msgstr "Add Library"
|
|||||||
msgid "Add a JS/CSS library"
|
msgid "Add a JS/CSS library"
|
||||||
msgstr "Add a JS/CSS library"
|
msgstr "Add a JS/CSS library"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:43
|
|
||||||
#: src/components/MainHeader.jsx:43
|
#: src/components/MainHeader.jsx:43
|
||||||
msgid "Add library"
|
msgid "Add library"
|
||||||
msgstr "Add library"
|
msgstr "Add library"
|
||||||
@ -38,12 +37,11 @@ msgstr "Add library"
|
|||||||
msgid "Chat"
|
msgid "Chat"
|
||||||
msgstr "Chat"
|
msgstr "Chat"
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:92
|
|
||||||
#: src/components/AddLibrary.jsx:92
|
#: src/components/AddLibrary.jsx:92
|
||||||
msgid "Choose from popular libraries"
|
msgid "Choose from popular libraries"
|
||||||
msgstr "Choose from popular libraries"
|
msgstr "Choose from popular libraries"
|
||||||
|
|
||||||
#: src/components/Console.jsx:70
|
#: src/components/Console.jsx:69
|
||||||
msgid "Clear console (CTRL + L)"
|
msgid "Clear console (CTRL + L)"
|
||||||
msgstr "Clear console (CTRL + L)"
|
msgstr "Clear console (CTRL + L)"
|
||||||
|
|
||||||
@ -51,21 +49,27 @@ msgstr "Clear console (CTRL + L)"
|
|||||||
msgid "Clear console (works when console input is focused)"
|
msgid "Clear console (works when console input is focused)"
|
||||||
msgstr "Clear console (works when console input is focused)"
|
msgstr "Clear console (works when console input is focused)"
|
||||||
|
|
||||||
|
#: src/components/SavedItemPane.jsx:170
|
||||||
|
msgid "Close saved creations pane"
|
||||||
|
msgstr "Close saved creations pane"
|
||||||
|
|
||||||
#: src/components/KeyboardShortcutsModal.jsx:48
|
#: src/components/KeyboardShortcutsModal.jsx:48
|
||||||
msgid "Close saved creations panel & modals"
|
msgid "Close saved creations panel & modals"
|
||||||
msgstr "Close saved creations panel & modals"
|
msgstr "Close saved creations panel & modals"
|
||||||
|
|
||||||
#: src/components/Console.jsx:61
|
|
||||||
#: src/components/Console.jsx:61
|
#: src/components/Console.jsx:61
|
||||||
msgid "Console"
|
msgid "Console"
|
||||||
msgstr "Console"
|
msgstr "Console"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:301
|
#: src/components/Footer.jsx:301
|
||||||
msgid "Detach Preview"
|
#~ msgid "Detach Preview"
|
||||||
msgstr "Detach Preview"
|
#~ msgstr "Detach Preview"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:146
|
#: src/components/Footer.jsx:297
|
||||||
#: src/components/Footer.jsx:146
|
msgid "Detach preview"
|
||||||
|
msgstr "Detach preview"
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:142
|
||||||
msgid "Donate"
|
msgid "Donate"
|
||||||
msgstr "Donate"
|
msgstr "Donate"
|
||||||
|
|
||||||
@ -73,12 +77,11 @@ msgstr "Donate"
|
|||||||
msgid "Double click to toggle console"
|
msgid "Double click to toggle console"
|
||||||
msgstr "Double click to toggle console"
|
msgstr "Double click to toggle console"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:174
|
#: src/components/Footer.jsx:170
|
||||||
#: src/components/Footer.jsx:174
|
|
||||||
msgid "Download game as zip"
|
msgid "Download game as zip"
|
||||||
msgstr "Download game as zip"
|
msgstr "Download game as zip"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:229
|
#: src/components/Footer.jsx:225
|
||||||
msgid "Edit on CodePen"
|
msgid "Edit on CodePen"
|
||||||
msgstr "Edit on CodePen"
|
msgstr "Edit on CodePen"
|
||||||
|
|
||||||
@ -90,12 +93,11 @@ msgstr "Editor"
|
|||||||
msgid "Emmet code completion"
|
msgid "Emmet code completion"
|
||||||
msgstr "Emmet code completion"
|
msgstr "Emmet code completion"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:183
|
#: src/components/SavedItemPane.jsx:190
|
||||||
#: src/components/SavedItemPane.jsx:183
|
|
||||||
msgid "Export"
|
msgid "Export"
|
||||||
msgstr "Export"
|
msgstr "Export"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:180
|
#: src/components/SavedItemPane.jsx:187
|
||||||
msgid "Export all your creations into a single importable file."
|
msgid "Export all your creations into a single importable file."
|
||||||
msgstr "Export all your creations into a single importable file."
|
msgstr "Export all your creations into a single importable file."
|
||||||
|
|
||||||
@ -111,18 +113,16 @@ msgstr "Find & replace"
|
|||||||
msgid "Global"
|
msgid "Global"
|
||||||
msgstr "Global"
|
msgstr "Global"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:94
|
#: src/components/Footer.jsx:90
|
||||||
#: src/components/Footer.jsx:194
|
#: src/components/Footer.jsx:190
|
||||||
#: src/components/Footer.jsx:194
|
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr "Help"
|
msgstr "Help"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:192
|
#: src/components/SavedItemPane.jsx:199
|
||||||
#: src/components/SavedItemPane.jsx:192
|
|
||||||
msgid "Import"
|
msgid "Import"
|
||||||
msgstr "Import"
|
msgstr "Import"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:189
|
#: src/components/SavedItemPane.jsx:196
|
||||||
msgid "Import your creations. Only the file that you export through the 'Export' button can be imported."
|
msgid "Import your creations. Only the file that you export through the 'Export' button can be imported."
|
||||||
msgstr "Import your creations. Only the file that you export through the 'Export' button can be imported."
|
msgstr "Import your creations. Only the file that you export through the 'Export' button can be imported."
|
||||||
|
|
||||||
@ -138,54 +138,55 @@ msgstr "Indent code right"
|
|||||||
msgid "Keyboard Shortcuts"
|
msgid "Keyboard Shortcuts"
|
||||||
msgstr "Keyboard Shortcuts"
|
msgstr "Keyboard Shortcuts"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:108
|
#: src/components/Footer.jsx:104
|
||||||
msgid "Keyboard shortcuts"
|
msgid "Keyboard shortcuts"
|
||||||
msgstr "Keyboard shortcuts"
|
msgstr "Keyboard shortcuts"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:199
|
#: src/components/HelpModal.jsx:195
|
||||||
msgid "License"
|
msgid "License"
|
||||||
msgstr "License"
|
msgstr "License"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:47
|
#: src/components/HelpModal.jsx:47
|
||||||
msgid "Like this extension? Please <0>rate it here</0>."
|
#~ msgid "Like this extension? Please <0>rate it here</0>."
|
||||||
msgstr "Like this extension? Please <0>rate it here</0>."
|
#~ msgstr "Like this extension? Please <0>rate it here</0>."
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:105
|
#: src/components/MainHeader.jsx:105
|
||||||
#: src/components/MainHeader.jsx:105
|
#: src/components/MainHeader.jsx:105
|
||||||
#~ msgid "Login"
|
#~ msgid "Login"
|
||||||
#~ msgstr "Login"
|
#~ msgstr "Login"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:104
|
|
||||||
#: src/components/MainHeader.jsx:104
|
#: src/components/MainHeader.jsx:104
|
||||||
msgid "Login/Signup"
|
msgid "Login/Signup"
|
||||||
msgstr "Login/Signup"
|
msgstr "Login/Signup"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:16
|
#: src/components/HelpModal.jsx:16
|
||||||
msgid "Made with <0>💖</0>& <1> 🙌</1> by <2>Kushagra Gour</2>"
|
#~ msgid "Made with <0>💖</0>& <1> 🙌</1> by <2>Kushagra Gour</2>"
|
||||||
msgstr "Made with <0>💖</0>& <1> 🙌</1> by <2>Kushagra Gour</2>"
|
#~ msgstr "Made with <0>💖</0>& <1> 🙌</1> by <2>Kushagra Gour</2>"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:172
|
#: src/components/SavedItemPane.jsx:179
|
||||||
msgid "My Library ({0})"
|
msgid "My Library ({0})"
|
||||||
msgstr "My Library ({0})"
|
msgstr "My Library ({0})"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:64
|
|
||||||
#: src/components/MainHeader.jsx:64
|
#: src/components/MainHeader.jsx:64
|
||||||
msgid "New"
|
msgid "New"
|
||||||
msgstr "New"
|
msgstr "New"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:207
|
#: src/components/SavedItemPane.jsx:215
|
||||||
msgid "No match found."
|
msgid "No match found."
|
||||||
msgstr "No match found."
|
msgstr "No match found."
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:125
|
#: src/components/AddLibrary.jsx:125
|
||||||
msgid "Note: You can load external scripts from following domains:"
|
#~ msgid "Note: You can load external scripts from following domains:"
|
||||||
msgstr "Note: You can load external scripts from following domains:"
|
#~ msgstr "Note: You can load external scripts from following domains:"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:223
|
#: src/components/AddLibrary.jsx:125
|
||||||
|
msgid "Note: You can load external scripts only from following domains:"
|
||||||
|
msgstr "Note: You can load external scripts only from following domains:"
|
||||||
|
|
||||||
|
#: src/components/SavedItemPane.jsx:232
|
||||||
msgid "Nothing saved here."
|
msgid "Nothing saved here."
|
||||||
msgstr "Nothing saved here."
|
msgstr "Nothing saved here."
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:96
|
|
||||||
#: src/components/MainHeader.jsx:96
|
#: src/components/MainHeader.jsx:96
|
||||||
msgid "Open"
|
msgid "Open"
|
||||||
msgstr "Open"
|
msgstr "Open"
|
||||||
@ -231,7 +232,6 @@ msgstr "Report a bug"
|
|||||||
msgid "Review Web Maker"
|
msgid "Review Web Maker"
|
||||||
msgstr "Review Web Maker"
|
msgstr "Review Web Maker"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:32
|
|
||||||
#: src/components/MainHeader.jsx:32
|
#: src/components/MainHeader.jsx:32
|
||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "Run"
|
msgstr "Run"
|
||||||
@ -244,12 +244,11 @@ msgstr "Run Prettier"
|
|||||||
msgid "Run preview (Ctrl/⌘ + Shift + 5)"
|
msgid "Run preview (Ctrl/⌘ + Shift + 5)"
|
||||||
msgstr "Run preview (Ctrl/⌘ + Shift + 5)"
|
msgstr "Run preview (Ctrl/⌘ + Shift + 5)"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:80
|
|
||||||
#: src/components/MainHeader.jsx:80
|
#: src/components/MainHeader.jsx:80
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
msgstr "Save"
|
msgstr "Save"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:206
|
#: src/components/Footer.jsx:202
|
||||||
msgid "Save as HTML file"
|
msgid "Save as HTML file"
|
||||||
msgstr "Save as HTML file"
|
msgstr "Save as HTML file"
|
||||||
|
|
||||||
@ -261,18 +260,22 @@ msgstr "Save current creation (Ctrl/⌘ + S)"
|
|||||||
msgid "Save current creations"
|
msgid "Save current creations"
|
||||||
msgstr "Save current creations"
|
msgstr "Save current creations"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:201
|
#: src/components/SavedItemPane.jsx:209
|
||||||
msgid "Search your creations here..."
|
msgid "Search your creations here..."
|
||||||
msgstr "Search your creations here..."
|
msgstr "Search your creations here..."
|
||||||
|
|
||||||
#: src/components/Footer.jsx:317
|
#: src/components/Footer.jsx:317
|
||||||
msgid "See Changelog"
|
#~ msgid "See Changelog"
|
||||||
msgstr "See Changelog"
|
#~ msgstr "See Changelog"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:110
|
#: src/components/HelpModal.jsx:110
|
||||||
msgid "See awesome libraries used"
|
msgid "See awesome libraries used"
|
||||||
msgstr "See awesome libraries used"
|
msgstr "See awesome libraries used"
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:313
|
||||||
|
msgid "See changelog"
|
||||||
|
msgstr "See changelog"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:110
|
#: src/components/MainHeader.jsx:110
|
||||||
msgid "See profile or Logout"
|
msgid "See profile or Logout"
|
||||||
msgstr "See profile or Logout"
|
msgstr "See profile or Logout"
|
||||||
@ -285,7 +288,7 @@ msgstr "Select next match"
|
|||||||
msgid "Select previous match"
|
msgid "Select previous match"
|
||||||
msgstr "Select previous match"
|
msgstr "Select previous match"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:329
|
#: src/components/Footer.jsx:325
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "Settings"
|
msgstr "Settings"
|
||||||
|
|
||||||
@ -302,28 +305,27 @@ msgstr "Single line comment"
|
|||||||
msgid "Start a new creation"
|
msgid "Start a new creation"
|
||||||
msgstr "Start a new creation"
|
msgstr "Start a new creation"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:69
|
|
||||||
#: src/components/HelpModal.jsx:69
|
#: src/components/HelpModal.jsx:69
|
||||||
msgid "Support the developer"
|
msgid "Support the developer"
|
||||||
msgstr "Support the developer"
|
msgstr "Support the developer"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:143
|
#: src/components/Footer.jsx:139
|
||||||
msgid "Support the developer by pledging some amount"
|
msgid "Support the developer by pledging some amount"
|
||||||
msgstr "Support the developer by pledging some amount"
|
msgstr "Support the developer by pledging some amount"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:293
|
#: src/components/Footer.jsx:289
|
||||||
msgid "Switch to full screen preview"
|
msgid "Switch to full screen preview"
|
||||||
msgstr "Switch to full screen preview"
|
msgstr "Switch to full screen preview"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:283
|
#: src/components/Footer.jsx:279
|
||||||
msgid "Switch to layout with all vertical panes"
|
msgid "Switch to layout with all vertical panes"
|
||||||
msgstr "Switch to layout with all vertical panes"
|
msgstr "Switch to layout with all vertical panes"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:263
|
#: src/components/Footer.jsx:259
|
||||||
msgid "Switch to layout with preview on bottom"
|
msgid "Switch to layout with preview on bottom"
|
||||||
msgstr "Switch to layout with preview on bottom"
|
msgstr "Switch to layout with preview on bottom"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:273
|
#: src/components/Footer.jsx:269
|
||||||
msgid "Switch to layout with preview on left"
|
msgid "Switch to layout with preview on left"
|
||||||
msgstr "Switch to layout with preview on left"
|
msgstr "Switch to layout with preview on left"
|
||||||
|
|
||||||
@ -331,31 +333,30 @@ msgstr "Switch to layout with preview on left"
|
|||||||
#~ msgid "Switch to layout with preview on left\""
|
#~ msgid "Switch to layout with preview on left\""
|
||||||
#~ msgstr "Switch to layout with preview on left\""
|
#~ msgstr "Switch to layout with preview on left\""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:253
|
#: src/components/Footer.jsx:249
|
||||||
msgid "Switch to layout with preview on right"
|
msgid "Switch to layout with preview on right"
|
||||||
msgstr "Switch to layout with preview on right"
|
msgstr "Switch to layout with preview on right"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:240
|
#: src/components/Footer.jsx:236
|
||||||
msgid "Take screenshot of preview"
|
msgid "Take screenshot of preview"
|
||||||
msgstr "Take screenshot of preview"
|
msgstr "Take screenshot of preview"
|
||||||
|
|
||||||
#: src/components/Console.jsx:79
|
#: src/components/Console.jsx:78
|
||||||
msgid "Toggle console"
|
msgid "Toggle console"
|
||||||
msgstr "Toggle console"
|
msgstr "Toggle console"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:122
|
#: src/components/Footer.jsx:118
|
||||||
msgid "Tweet about 'Web Maker'"
|
msgid "Tweet about 'Web Maker'"
|
||||||
msgstr "Tweet about 'Web Maker'"
|
msgstr "Tweet about 'Web Maker'"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:34
|
#: src/components/HelpModal.jsx:34
|
||||||
msgid "Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>"
|
#~ msgid "Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>"
|
||||||
msgstr "Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>"
|
#~ msgstr "Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>"
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:82
|
#: src/components/AddLibrary.jsx:82
|
||||||
msgid "Type here to search libraries"
|
msgid "Type here to search libraries"
|
||||||
msgstr "Type here to search libraries"
|
msgstr "Type here to search libraries"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:187
|
#: src/components/Footer.jsx:183
|
||||||
#: src/components/Footer.jsx:187
|
|
||||||
msgid "Upload Image"
|
msgid "Upload Image"
|
||||||
msgstr "Upload Image"
|
msgstr "Upload Image"
|
||||||
|
@ -17,10 +17,12 @@
|
|||||||
'Clear console (CTRL + L)': 'Clear console (CTRL + L)',
|
'Clear console (CTRL + L)': 'Clear console (CTRL + L)',
|
||||||
'Clear console (works when console input is focused)':
|
'Clear console (works when console input is focused)':
|
||||||
'Clear console (works when console input is focused)',
|
'Clear console (works when console input is focused)',
|
||||||
|
'Close saved creations pane': 'Close saved creations pane',
|
||||||
'Close saved creations panel & modals':
|
'Close saved creations panel & modals':
|
||||||
'Close saved creations panel & modals',
|
'Close saved creations panel & modals',
|
||||||
Console: 'Console',
|
Console: 'Console',
|
||||||
'Detach Preview': 'Detach Preview',
|
'Detach Preview': 'Detach Preview',
|
||||||
|
'Detach preview': 'Detach preview',
|
||||||
Donate: 'Donate',
|
Donate: 'Donate',
|
||||||
'Double click to toggle console': 'Double click to toggle console',
|
'Double click to toggle console': 'Double click to toggle console',
|
||||||
'Download game as zip': 'Download game as zip',
|
'Download game as zip': 'Download game as zip',
|
||||||
@ -55,6 +57,8 @@
|
|||||||
'No match found.': 'No match found.',
|
'No match found.': 'No match found.',
|
||||||
'Note: You can load external scripts from following domains:':
|
'Note: You can load external scripts from following domains:':
|
||||||
'Note: You can load external scripts from following domains:',
|
'Note: You can load external scripts from following domains:',
|
||||||
|
'Note: You can load external scripts only from following domains:':
|
||||||
|
'Note: You can load external scripts only from following domains:',
|
||||||
'Nothing saved here.': 'Nothing saved here.',
|
'Nothing saved here.': 'Nothing saved here.',
|
||||||
Open: 'Open',
|
Open: 'Open',
|
||||||
'Open a saved creation (Ctrl/\u2318 + O)':
|
'Open a saved creation (Ctrl/\u2318 + O)':
|
||||||
@ -80,6 +84,7 @@
|
|||||||
'Search your creations here...': 'Search your creations here...',
|
'Search your creations here...': 'Search your creations here...',
|
||||||
'See Changelog': 'See Changelog',
|
'See Changelog': 'See Changelog',
|
||||||
'See awesome libraries used': 'See awesome libraries used',
|
'See awesome libraries used': 'See awesome libraries used',
|
||||||
|
'See changelog': 'See changelog',
|
||||||
'See profile or Logout': 'See profile or Logout',
|
'See profile or Logout': 'See profile or Logout',
|
||||||
'Select next match': 'Select next match',
|
'Select next match': 'Select next match',
|
||||||
'Select previous match': 'Select previous match',
|
'Select previous match': 'Select previous match',
|
||||||
|
@ -14,10 +14,10 @@ msgstr ""
|
|||||||
"Plural-Forms: \n"
|
"Plural-Forms: \n"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:201
|
#: src/components/HelpModal.jsx:201
|
||||||
msgid "\"Web Maker\" <0>CHill</0>."
|
#~ msgid "\"Web Maker\" <0>CHill</0>."
|
||||||
msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:111
|
#: src/components/SavedItemPane.jsx:116
|
||||||
msgid "'Oops! Selected file is corrupted. Please select a file that was generated by clicking the \"Export\" button."
|
msgid "'Oops! Selected file is corrupted. Please select a file that was generated by clicking the \"Export\" button."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -29,7 +29,6 @@ msgstr ""
|
|||||||
msgid "Add a JS/CSS library"
|
msgid "Add a JS/CSS library"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:43
|
|
||||||
#: src/components/MainHeader.jsx:43
|
#: src/components/MainHeader.jsx:43
|
||||||
msgid "Add library"
|
msgid "Add library"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -38,12 +37,11 @@ msgstr ""
|
|||||||
msgid "Chat"
|
msgid "Chat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:92
|
|
||||||
#: src/components/AddLibrary.jsx:92
|
#: src/components/AddLibrary.jsx:92
|
||||||
msgid "Choose from popular libraries"
|
msgid "Choose from popular libraries"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Console.jsx:70
|
#: src/components/Console.jsx:69
|
||||||
msgid "Clear console (CTRL + L)"
|
msgid "Clear console (CTRL + L)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -51,21 +49,27 @@ msgstr ""
|
|||||||
msgid "Clear console (works when console input is focused)"
|
msgid "Clear console (works when console input is focused)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/SavedItemPane.jsx:170
|
||||||
|
msgid "Close saved creations pane"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/KeyboardShortcutsModal.jsx:48
|
#: src/components/KeyboardShortcutsModal.jsx:48
|
||||||
msgid "Close saved creations panel & modals"
|
msgid "Close saved creations panel & modals"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Console.jsx:61
|
|
||||||
#: src/components/Console.jsx:61
|
#: src/components/Console.jsx:61
|
||||||
msgid "Console"
|
msgid "Console"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:301
|
#: src/components/Footer.jsx:301
|
||||||
msgid "Detach Preview"
|
#~ msgid "Detach Preview"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:297
|
||||||
|
msgid "Detach preview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:146
|
#: src/components/Footer.jsx:142
|
||||||
#: src/components/Footer.jsx:146
|
|
||||||
msgid "Donate"
|
msgid "Donate"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -73,12 +77,11 @@ msgstr ""
|
|||||||
msgid "Double click to toggle console"
|
msgid "Double click to toggle console"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:174
|
#: src/components/Footer.jsx:170
|
||||||
#: src/components/Footer.jsx:174
|
|
||||||
msgid "Download game as zip"
|
msgid "Download game as zip"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:229
|
#: src/components/Footer.jsx:225
|
||||||
msgid "Edit on CodePen"
|
msgid "Edit on CodePen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -90,12 +93,11 @@ msgstr ""
|
|||||||
msgid "Emmet code completion"
|
msgid "Emmet code completion"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:183
|
#: src/components/SavedItemPane.jsx:190
|
||||||
#: src/components/SavedItemPane.jsx:183
|
|
||||||
msgid "Export"
|
msgid "Export"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:180
|
#: src/components/SavedItemPane.jsx:187
|
||||||
msgid "Export all your creations into a single importable file."
|
msgid "Export all your creations into a single importable file."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -111,18 +113,16 @@ msgstr ""
|
|||||||
msgid "Global"
|
msgid "Global"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:94
|
#: src/components/Footer.jsx:90
|
||||||
#: src/components/Footer.jsx:194
|
#: src/components/Footer.jsx:190
|
||||||
#: src/components/Footer.jsx:194
|
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:192
|
#: src/components/SavedItemPane.jsx:199
|
||||||
#: src/components/SavedItemPane.jsx:192
|
|
||||||
msgid "Import"
|
msgid "Import"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:189
|
#: src/components/SavedItemPane.jsx:196
|
||||||
msgid "Import your creations. Only the file that you export through the 'Export' button can be imported."
|
msgid "Import your creations. Only the file that you export through the 'Export' button can be imported."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -138,54 +138,55 @@ msgstr ""
|
|||||||
msgid "Keyboard Shortcuts"
|
msgid "Keyboard Shortcuts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:108
|
#: src/components/Footer.jsx:104
|
||||||
msgid "Keyboard shortcuts"
|
msgid "Keyboard shortcuts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:199
|
#: src/components/HelpModal.jsx:195
|
||||||
msgid "License"
|
msgid "License"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:47
|
#: src/components/HelpModal.jsx:47
|
||||||
msgid "Like this extension? Please <0>rate it here</0>."
|
#~ msgid "Like this extension? Please <0>rate it here</0>."
|
||||||
msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:105
|
#: src/components/MainHeader.jsx:105
|
||||||
#: src/components/MainHeader.jsx:105
|
#: src/components/MainHeader.jsx:105
|
||||||
#~ msgid "Login"
|
#~ msgid "Login"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:104
|
|
||||||
#: src/components/MainHeader.jsx:104
|
#: src/components/MainHeader.jsx:104
|
||||||
msgid "Login/Signup"
|
msgid "Login/Signup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:16
|
#: src/components/HelpModal.jsx:16
|
||||||
msgid "Made with <0>💖</0>& <1> 🙌</1> by <2>Kushagra Gour</2>"
|
#~ msgid "Made with <0>💖</0>& <1> 🙌</1> by <2>Kushagra Gour</2>"
|
||||||
msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:172
|
#: src/components/SavedItemPane.jsx:179
|
||||||
msgid "My Library ({0})"
|
msgid "My Library ({0})"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:64
|
|
||||||
#: src/components/MainHeader.jsx:64
|
#: src/components/MainHeader.jsx:64
|
||||||
msgid "New"
|
msgid "New"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:207
|
#: src/components/SavedItemPane.jsx:215
|
||||||
msgid "No match found."
|
msgid "No match found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:125
|
#: src/components/AddLibrary.jsx:125
|
||||||
msgid "Note: You can load external scripts from following domains:"
|
#~ msgid "Note: You can load external scripts from following domains:"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#: src/components/AddLibrary.jsx:125
|
||||||
|
msgid "Note: You can load external scripts only from following domains:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:223
|
#: src/components/SavedItemPane.jsx:232
|
||||||
msgid "Nothing saved here."
|
msgid "Nothing saved here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:96
|
|
||||||
#: src/components/MainHeader.jsx:96
|
#: src/components/MainHeader.jsx:96
|
||||||
msgid "Open"
|
msgid "Open"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -231,7 +232,6 @@ msgstr ""
|
|||||||
msgid "Review Web Maker"
|
msgid "Review Web Maker"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:32
|
|
||||||
#: src/components/MainHeader.jsx:32
|
#: src/components/MainHeader.jsx:32
|
||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -244,12 +244,11 @@ msgstr ""
|
|||||||
msgid "Run preview (Ctrl/⌘ + Shift + 5)"
|
msgid "Run preview (Ctrl/⌘ + Shift + 5)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:80
|
|
||||||
#: src/components/MainHeader.jsx:80
|
#: src/components/MainHeader.jsx:80
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:206
|
#: src/components/Footer.jsx:202
|
||||||
msgid "Save as HTML file"
|
msgid "Save as HTML file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -261,18 +260,22 @@ msgstr ""
|
|||||||
msgid "Save current creations"
|
msgid "Save current creations"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:201
|
#: src/components/SavedItemPane.jsx:209
|
||||||
msgid "Search your creations here..."
|
msgid "Search your creations here..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:317
|
#: src/components/Footer.jsx:317
|
||||||
msgid "See Changelog"
|
#~ msgid "See Changelog"
|
||||||
msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:110
|
#: src/components/HelpModal.jsx:110
|
||||||
msgid "See awesome libraries used"
|
msgid "See awesome libraries used"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:313
|
||||||
|
msgid "See changelog"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:110
|
#: src/components/MainHeader.jsx:110
|
||||||
msgid "See profile or Logout"
|
msgid "See profile or Logout"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -285,7 +288,7 @@ msgstr ""
|
|||||||
msgid "Select previous match"
|
msgid "Select previous match"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:329
|
#: src/components/Footer.jsx:325
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -302,28 +305,27 @@ msgstr ""
|
|||||||
msgid "Start a new creation"
|
msgid "Start a new creation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:69
|
|
||||||
#: src/components/HelpModal.jsx:69
|
#: src/components/HelpModal.jsx:69
|
||||||
msgid "Support the developer"
|
msgid "Support the developer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:143
|
#: src/components/Footer.jsx:139
|
||||||
msgid "Support the developer by pledging some amount"
|
msgid "Support the developer by pledging some amount"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:293
|
#: src/components/Footer.jsx:289
|
||||||
msgid "Switch to full screen preview"
|
msgid "Switch to full screen preview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:283
|
#: src/components/Footer.jsx:279
|
||||||
msgid "Switch to layout with all vertical panes"
|
msgid "Switch to layout with all vertical panes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:263
|
#: src/components/Footer.jsx:259
|
||||||
msgid "Switch to layout with preview on bottom"
|
msgid "Switch to layout with preview on bottom"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:273
|
#: src/components/Footer.jsx:269
|
||||||
msgid "Switch to layout with preview on left"
|
msgid "Switch to layout with preview on left"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -331,31 +333,30 @@ msgstr ""
|
|||||||
#~ msgid "Switch to layout with preview on left\""
|
#~ msgid "Switch to layout with preview on left\""
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:253
|
#: src/components/Footer.jsx:249
|
||||||
msgid "Switch to layout with preview on right"
|
msgid "Switch to layout with preview on right"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:240
|
#: src/components/Footer.jsx:236
|
||||||
msgid "Take screenshot of preview"
|
msgid "Take screenshot of preview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Console.jsx:79
|
#: src/components/Console.jsx:78
|
||||||
msgid "Toggle console"
|
msgid "Toggle console"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:122
|
#: src/components/Footer.jsx:118
|
||||||
msgid "Tweet about 'Web Maker'"
|
msgid "Tweet about 'Web Maker'"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:34
|
#: src/components/HelpModal.jsx:34
|
||||||
msgid "Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>"
|
#~ msgid "Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>"
|
||||||
msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:82
|
#: src/components/AddLibrary.jsx:82
|
||||||
msgid "Type here to search libraries"
|
msgid "Type here to search libraries"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:187
|
#: src/components/Footer.jsx:183
|
||||||
#: src/components/Footer.jsx:187
|
|
||||||
msgid "Upload Image"
|
msgid "Upload Image"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -18,19 +18,23 @@
|
|||||||
'"Web Maker" <0>CHill</0>.': '"Web Maker" <0>CHill</0>.',
|
'"Web Maker" <0>CHill</0>.': '"Web Maker" <0>CHill</0>.',
|
||||||
'\'Oops! Selected file is corrupted. Please select a file that was generated by clicking the "Export" button.':
|
'\'Oops! Selected file is corrupted. Please select a file that was generated by clicking the "Export" button.':
|
||||||
'\'Oops! Selected file is corrupted. Please select a file that was generated by clicking the "Export" button.',
|
'\'Oops! Selected file is corrupted. Please select a file that was generated by clicking the "Export" button.',
|
||||||
'Add Library': 'Add Library',
|
'Add Library':
|
||||||
|
'\u0932\u093E\u0907\u092C\u094D\u0930\u0947\u0930\u0940 \u091C\u094B\u0921\u093C\u0947\u0902',
|
||||||
'Add a JS/CSS library': 'Add a JS/CSS library',
|
'Add a JS/CSS library': 'Add a JS/CSS library',
|
||||||
'Add library': 'Add library',
|
'Add library':
|
||||||
|
'\u0932\u093E\u0907\u092C\u094D\u0930\u0947\u0930\u0940 \u091C\u094B\u0921\u093C\u0947\u0902',
|
||||||
Chat: 'Chat',
|
Chat: 'Chat',
|
||||||
'Choose from popular libraries': 'Choose from popular libraries',
|
'Choose from popular libraries': 'Choose from popular libraries',
|
||||||
'Clear console (CTRL + L)': 'Clear console (CTRL + L)',
|
'Clear console (CTRL + L)': 'Clear console (CTRL + L)',
|
||||||
'Clear console (works when console input is focused)':
|
'Clear console (works when console input is focused)':
|
||||||
'Clear console (works when console input is focused)',
|
'Clear console (works when console input is focused)',
|
||||||
|
'Close saved creations pane': 'Close saved creations pane',
|
||||||
'Close saved creations panel & modals':
|
'Close saved creations panel & modals':
|
||||||
'Close saved creations panel & modals',
|
'Close saved creations panel & modals',
|
||||||
Console: 'Console',
|
Console: 'Console',
|
||||||
'Detach Preview': 'Detach Preview',
|
'Detach Preview': 'Detach Preview',
|
||||||
Donate: 'Donate',
|
'Detach preview': 'Detach preview',
|
||||||
|
Donate: '\u0926\u093E\u0928 \u0915\u0930\u0947\u0902',
|
||||||
'Double click to toggle console': 'Double click to toggle console',
|
'Double click to toggle console': 'Double click to toggle console',
|
||||||
'Download game as zip': 'Download game as zip',
|
'Download game as zip': 'Download game as zip',
|
||||||
'Edit on CodePen': 'Edit on CodePen',
|
'Edit on CodePen': 'Edit on CodePen',
|
||||||
@ -54,24 +58,33 @@
|
|||||||
'Like this extension? Please <0>rate it here</0>.':
|
'Like this extension? Please <0>rate it here</0>.':
|
||||||
'Like this extension? Please <0>rate it here</0>.',
|
'Like this extension? Please <0>rate it here</0>.',
|
||||||
Login: '\u0932\u0949\u0917\u093F\u0928',
|
Login: '\u0932\u0949\u0917\u093F\u0928',
|
||||||
'Login/Signup': 'Login/Signup',
|
'Login/Signup':
|
||||||
|
'\u0932\u0949\u0917\u093F\u0928 / \u0938\u093E\u0907\u0928\u092A',
|
||||||
'Made with <0>\uD83D\uDC96</0>& <1> \uD83D\uDE4C</1> by <2>Kushagra Gour</2>':
|
'Made with <0>\uD83D\uDC96</0>& <1> \uD83D\uDE4C</1> by <2>Kushagra Gour</2>':
|
||||||
'Made with <0>\uD83D\uDC96</0>& <1> \uD83D\uDE4C</1> by <2>Kushagra Gour</2>',
|
'<0>\uD83D\uDC96</0> \u0914\u0930 <1> \uD83D\uDE4C</1> \u0938\u0947 <2>\u0915\u0941\u0936\u093E\u0917\u094D\u0930 \u0917\u094C\u0930</2> \u0926\u094D\u0935\u093E\u0930\u093E \u092C\u0928\u093E\u092F\u093E \u0917\u092F\u093E',
|
||||||
'My Library ({0})': function(a) {
|
'My Library ({0})': function(a) {
|
||||||
return ['My Library (', a('0'), ')'];
|
return [
|
||||||
|
'\u092E\u0947\u0930\u0940 \u0930\u091A\u0928\u093E\u090F\u0901 (',
|
||||||
|
a('0'),
|
||||||
|
')'
|
||||||
|
];
|
||||||
},
|
},
|
||||||
New: '\u0928\u092F\u093E \u092C\u0928\u093E\u090F\u0901',
|
New: '\u0928\u092F\u093E \u092C\u0928\u093E\u090F\u0901',
|
||||||
'No match found.': 'No match found.',
|
'No match found.':
|
||||||
|
'\u0915\u0941\u091B \u0928\u0939\u0940\u0902 \u092E\u093F\u0932\u093E',
|
||||||
'Note: You can load external scripts from following domains:':
|
'Note: You can load external scripts from following domains:':
|
||||||
'Note: You can load external scripts from following domains:',
|
'Note: You can load external scripts from following domains:',
|
||||||
|
'Note: You can load external scripts only from following domains:':
|
||||||
|
'Note: You can load external scripts only from following domains:',
|
||||||
'Nothing saved here.': 'Nothing saved here.',
|
'Nothing saved here.': 'Nothing saved here.',
|
||||||
Open: '\u0916\u094B\u0932\u0947\u0902',
|
Open: '\u0916\u094B\u0932\u0947\u0902',
|
||||||
'Open a saved creation (Ctrl/\u2318 + O)':
|
'Open a saved creation (Ctrl/\u2318 + O)':
|
||||||
'Open a saved creation (Ctrl/\u2318 + O)',
|
'Open a saved creation (Ctrl/\u2318 + O)',
|
||||||
'Open list of saved creations': 'Open list of saved creations',
|
'Open list of saved creations': 'Open list of saved creations',
|
||||||
'Powered by cdnjs': 'Powered by cdnjs',
|
'Powered by cdnjs': 'Powered by cdnjs',
|
||||||
'Put each library in new line': 'Put each library in new line',
|
'Put each library in new line':
|
||||||
'Read more': 'Read more',
|
'\u0939\u0930 \u0932\u093E\u0907\u092C\u094D\u0930\u0947\u0930\u0940 \u0928\u0908 \u0932\u093E\u0907\u0928 \u092E\u0948\u0902 \u0932\u093F\u0916\u0947\u0902',
|
||||||
|
'Read more': '\u0914\u0930 \u091C\u093E\u0928\u0947\u0902',
|
||||||
'Read the documentation.': 'Read the documentation.',
|
'Read the documentation.': 'Read the documentation.',
|
||||||
'Realign code': 'Realign code',
|
'Realign code': 'Realign code',
|
||||||
'Refresh preview': 'Refresh preview',
|
'Refresh preview': 'Refresh preview',
|
||||||
@ -81,7 +94,8 @@
|
|||||||
'Run Prettier': 'Run Prettier',
|
'Run Prettier': 'Run Prettier',
|
||||||
'Run preview (Ctrl/\u2318 + Shift + 5)':
|
'Run preview (Ctrl/\u2318 + Shift + 5)':
|
||||||
'Run preview (Ctrl/\u2318 + Shift + 5)',
|
'Run preview (Ctrl/\u2318 + Shift + 5)',
|
||||||
Save: 'Save',
|
Save:
|
||||||
|
'\u0938\u0941\u0930\u0915\u094D\u0937\u093F\u0924 \u0915\u0930\u0947\u0902',
|
||||||
'Save as HTML file': 'Save as HTML file',
|
'Save as HTML file': 'Save as HTML file',
|
||||||
'Save current creation (Ctrl/\u2318 + S)':
|
'Save current creation (Ctrl/\u2318 + S)':
|
||||||
'Save current creation (Ctrl/\u2318 + S)',
|
'Save current creation (Ctrl/\u2318 + S)',
|
||||||
@ -89,6 +103,7 @@
|
|||||||
'Search your creations here...': 'Search your creations here...',
|
'Search your creations here...': 'Search your creations here...',
|
||||||
'See Changelog': 'See Changelog',
|
'See Changelog': 'See Changelog',
|
||||||
'See awesome libraries used': 'See awesome libraries used',
|
'See awesome libraries used': 'See awesome libraries used',
|
||||||
|
'See changelog': 'See changelog',
|
||||||
'See profile or Logout': 'See profile or Logout',
|
'See profile or Logout': 'See profile or Logout',
|
||||||
'Select next match': 'Select next match',
|
'Select next match': 'Select next match',
|
||||||
'Select previous match': 'Select previous match',
|
'Select previous match': 'Select previous match',
|
||||||
|
@ -14,36 +14,34 @@ msgstr ""
|
|||||||
"Plural-Forms: \n"
|
"Plural-Forms: \n"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:201
|
#: src/components/HelpModal.jsx:201
|
||||||
msgid "\"Web Maker\" <0>CHill</0>."
|
#~ msgid "\"Web Maker\" <0>CHill</0>."
|
||||||
msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:111
|
#: src/components/SavedItemPane.jsx:116
|
||||||
msgid "'Oops! Selected file is corrupted. Please select a file that was generated by clicking the \"Export\" button."
|
msgid "'Oops! Selected file is corrupted. Please select a file that was generated by clicking the \"Export\" button."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:67
|
#: src/components/AddLibrary.jsx:67
|
||||||
msgid "Add Library"
|
msgid "Add Library"
|
||||||
msgstr ""
|
msgstr "लाइब्रेरी जोड़ें"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:41
|
#: src/components/MainHeader.jsx:41
|
||||||
msgid "Add a JS/CSS library"
|
msgid "Add a JS/CSS library"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:43
|
|
||||||
#: src/components/MainHeader.jsx:43
|
#: src/components/MainHeader.jsx:43
|
||||||
msgid "Add library"
|
msgid "Add library"
|
||||||
msgstr ""
|
msgstr "लाइब्रेरी जोड़ें"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:91
|
#: src/components/HelpModal.jsx:91
|
||||||
msgid "Chat"
|
msgid "Chat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:92
|
|
||||||
#: src/components/AddLibrary.jsx:92
|
#: src/components/AddLibrary.jsx:92
|
||||||
msgid "Choose from popular libraries"
|
msgid "Choose from popular libraries"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Console.jsx:70
|
#: src/components/Console.jsx:69
|
||||||
msgid "Clear console (CTRL + L)"
|
msgid "Clear console (CTRL + L)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -51,34 +49,39 @@ msgstr ""
|
|||||||
msgid "Clear console (works when console input is focused)"
|
msgid "Clear console (works when console input is focused)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/SavedItemPane.jsx:170
|
||||||
|
msgid "Close saved creations pane"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/KeyboardShortcutsModal.jsx:48
|
#: src/components/KeyboardShortcutsModal.jsx:48
|
||||||
msgid "Close saved creations panel & modals"
|
msgid "Close saved creations panel & modals"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Console.jsx:61
|
|
||||||
#: src/components/Console.jsx:61
|
#: src/components/Console.jsx:61
|
||||||
msgid "Console"
|
msgid "Console"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:301
|
#: src/components/Footer.jsx:301
|
||||||
msgid "Detach Preview"
|
#~ msgid "Detach Preview"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:297
|
||||||
|
msgid "Detach preview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:146
|
#: src/components/Footer.jsx:142
|
||||||
#: src/components/Footer.jsx:146
|
|
||||||
msgid "Donate"
|
msgid "Donate"
|
||||||
msgstr ""
|
msgstr "दान करें"
|
||||||
|
|
||||||
#: src/components/Console.jsx:57
|
#: src/components/Console.jsx:57
|
||||||
msgid "Double click to toggle console"
|
msgid "Double click to toggle console"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:174
|
#: src/components/Footer.jsx:170
|
||||||
#: src/components/Footer.jsx:174
|
|
||||||
msgid "Download game as zip"
|
msgid "Download game as zip"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:229
|
#: src/components/Footer.jsx:225
|
||||||
msgid "Edit on CodePen"
|
msgid "Edit on CodePen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -90,12 +93,11 @@ msgstr ""
|
|||||||
msgid "Emmet code completion"
|
msgid "Emmet code completion"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:183
|
#: src/components/SavedItemPane.jsx:190
|
||||||
#: src/components/SavedItemPane.jsx:183
|
|
||||||
msgid "Export"
|
msgid "Export"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:180
|
#: src/components/SavedItemPane.jsx:187
|
||||||
msgid "Export all your creations into a single importable file."
|
msgid "Export all your creations into a single importable file."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -111,18 +113,16 @@ msgstr ""
|
|||||||
msgid "Global"
|
msgid "Global"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:94
|
#: src/components/Footer.jsx:90
|
||||||
#: src/components/Footer.jsx:194
|
#: src/components/Footer.jsx:190
|
||||||
#: src/components/Footer.jsx:194
|
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:192
|
#: src/components/SavedItemPane.jsx:199
|
||||||
#: src/components/SavedItemPane.jsx:192
|
|
||||||
msgid "Import"
|
msgid "Import"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:189
|
#: src/components/SavedItemPane.jsx:196
|
||||||
msgid "Import your creations. Only the file that you export through the 'Export' button can be imported."
|
msgid "Import your creations. Only the file that you export through the 'Export' button can be imported."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -138,54 +138,55 @@ msgstr ""
|
|||||||
msgid "Keyboard Shortcuts"
|
msgid "Keyboard Shortcuts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:108
|
#: src/components/Footer.jsx:104
|
||||||
msgid "Keyboard shortcuts"
|
msgid "Keyboard shortcuts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:199
|
#: src/components/HelpModal.jsx:195
|
||||||
msgid "License"
|
msgid "License"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:47
|
#: src/components/HelpModal.jsx:47
|
||||||
msgid "Like this extension? Please <0>rate it here</0>."
|
#~ msgid "Like this extension? Please <0>rate it here</0>."
|
||||||
msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:105
|
#: src/components/MainHeader.jsx:105
|
||||||
#: src/components/MainHeader.jsx:105
|
#: src/components/MainHeader.jsx:105
|
||||||
#~ msgid "Login"
|
#~ msgid "Login"
|
||||||
#~ msgstr "लॉगिन"
|
#~ msgstr "लॉगिन"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:104
|
|
||||||
#: src/components/MainHeader.jsx:104
|
#: src/components/MainHeader.jsx:104
|
||||||
msgid "Login/Signup"
|
msgid "Login/Signup"
|
||||||
msgstr ""
|
msgstr "लॉगिन / साइनप"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:16
|
#: src/components/HelpModal.jsx:16
|
||||||
msgid "Made with <0>💖</0>& <1> 🙌</1> by <2>Kushagra Gour</2>"
|
#~ msgid "Made with <0>💖</0>& <1> 🙌</1> by <2>Kushagra Gour</2>"
|
||||||
msgstr ""
|
#~ msgstr "<0>💖</0> और <1> 🙌</1> से <2>कुशाग्र गौर</2> द्वारा बनाया गया"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:172
|
#: src/components/SavedItemPane.jsx:179
|
||||||
msgid "My Library ({0})"
|
msgid "My Library ({0})"
|
||||||
msgstr ""
|
msgstr "मेरी रचनाएँ ({0})"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:64
|
|
||||||
#: src/components/MainHeader.jsx:64
|
#: src/components/MainHeader.jsx:64
|
||||||
msgid "New"
|
msgid "New"
|
||||||
msgstr "नया बनाएँ"
|
msgstr "नया बनाएँ"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:207
|
#: src/components/SavedItemPane.jsx:215
|
||||||
msgid "No match found."
|
msgid "No match found."
|
||||||
msgstr ""
|
msgstr "कुछ नहीं मिला"
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:125
|
#: src/components/AddLibrary.jsx:125
|
||||||
msgid "Note: You can load external scripts from following domains:"
|
#~ msgid "Note: You can load external scripts from following domains:"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#: src/components/AddLibrary.jsx:125
|
||||||
|
msgid "Note: You can load external scripts only from following domains:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:223
|
#: src/components/SavedItemPane.jsx:232
|
||||||
msgid "Nothing saved here."
|
msgid "Nothing saved here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:96
|
|
||||||
#: src/components/MainHeader.jsx:96
|
#: src/components/MainHeader.jsx:96
|
||||||
msgid "Open"
|
msgid "Open"
|
||||||
msgstr "खोलें"
|
msgstr "खोलें"
|
||||||
@ -205,11 +206,11 @@ msgstr ""
|
|||||||
#: src/components/AddLibrary.jsx:118
|
#: src/components/AddLibrary.jsx:118
|
||||||
#: src/components/AddLibrary.jsx:147
|
#: src/components/AddLibrary.jsx:147
|
||||||
msgid "Put each library in new line"
|
msgid "Put each library in new line"
|
||||||
msgstr ""
|
msgstr "हर लाइब्रेरी नई लाइन मैं लिखें"
|
||||||
|
|
||||||
#: src/components/KeyboardShortcutsModal.jsx:107
|
#: src/components/KeyboardShortcutsModal.jsx:107
|
||||||
msgid "Read more"
|
msgid "Read more"
|
||||||
msgstr ""
|
msgstr "और जानें"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:30
|
#: src/components/HelpModal.jsx:30
|
||||||
msgid "Read the documentation."
|
msgid "Read the documentation."
|
||||||
@ -231,7 +232,6 @@ msgstr ""
|
|||||||
msgid "Review Web Maker"
|
msgid "Review Web Maker"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:32
|
|
||||||
#: src/components/MainHeader.jsx:32
|
#: src/components/MainHeader.jsx:32
|
||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "चलाएँ"
|
msgstr "चलाएँ"
|
||||||
@ -244,12 +244,11 @@ msgstr ""
|
|||||||
msgid "Run preview (Ctrl/⌘ + Shift + 5)"
|
msgid "Run preview (Ctrl/⌘ + Shift + 5)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:80
|
|
||||||
#: src/components/MainHeader.jsx:80
|
#: src/components/MainHeader.jsx:80
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
msgstr ""
|
msgstr "सुरक्षित करें"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:206
|
#: src/components/Footer.jsx:202
|
||||||
msgid "Save as HTML file"
|
msgid "Save as HTML file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -261,18 +260,22 @@ msgstr ""
|
|||||||
msgid "Save current creations"
|
msgid "Save current creations"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:201
|
#: src/components/SavedItemPane.jsx:209
|
||||||
msgid "Search your creations here..."
|
msgid "Search your creations here..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:317
|
#: src/components/Footer.jsx:317
|
||||||
msgid "See Changelog"
|
#~ msgid "See Changelog"
|
||||||
msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:110
|
#: src/components/HelpModal.jsx:110
|
||||||
msgid "See awesome libraries used"
|
msgid "See awesome libraries used"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:313
|
||||||
|
msgid "See changelog"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:110
|
#: src/components/MainHeader.jsx:110
|
||||||
msgid "See profile or Logout"
|
msgid "See profile or Logout"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -285,7 +288,7 @@ msgstr ""
|
|||||||
msgid "Select previous match"
|
msgid "Select previous match"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:329
|
#: src/components/Footer.jsx:325
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -302,28 +305,27 @@ msgstr ""
|
|||||||
msgid "Start a new creation"
|
msgid "Start a new creation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:69
|
|
||||||
#: src/components/HelpModal.jsx:69
|
#: src/components/HelpModal.jsx:69
|
||||||
msgid "Support the developer"
|
msgid "Support the developer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:143
|
#: src/components/Footer.jsx:139
|
||||||
msgid "Support the developer by pledging some amount"
|
msgid "Support the developer by pledging some amount"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:293
|
#: src/components/Footer.jsx:289
|
||||||
msgid "Switch to full screen preview"
|
msgid "Switch to full screen preview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:283
|
#: src/components/Footer.jsx:279
|
||||||
msgid "Switch to layout with all vertical panes"
|
msgid "Switch to layout with all vertical panes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:263
|
#: src/components/Footer.jsx:259
|
||||||
msgid "Switch to layout with preview on bottom"
|
msgid "Switch to layout with preview on bottom"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:273
|
#: src/components/Footer.jsx:269
|
||||||
msgid "Switch to layout with preview on left"
|
msgid "Switch to layout with preview on left"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -331,31 +333,30 @@ msgstr ""
|
|||||||
#~ msgid "Switch to layout with preview on left\""
|
#~ msgid "Switch to layout with preview on left\""
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:253
|
#: src/components/Footer.jsx:249
|
||||||
msgid "Switch to layout with preview on right"
|
msgid "Switch to layout with preview on right"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:240
|
#: src/components/Footer.jsx:236
|
||||||
msgid "Take screenshot of preview"
|
msgid "Take screenshot of preview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Console.jsx:79
|
#: src/components/Console.jsx:78
|
||||||
msgid "Toggle console"
|
msgid "Toggle console"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:122
|
#: src/components/Footer.jsx:118
|
||||||
msgid "Tweet about 'Web Maker'"
|
msgid "Tweet about 'Web Maker'"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:34
|
#: src/components/HelpModal.jsx:34
|
||||||
msgid "Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>"
|
#~ msgid "Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>"
|
||||||
msgstr "हलवा हियाँ ये तो <0>चमप्रश</0>"
|
#~ msgstr "हलवा हियाँ ये तो <0>चमप्रश</0>"
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:82
|
#: src/components/AddLibrary.jsx:82
|
||||||
msgid "Type here to search libraries"
|
msgid "Type here to search libraries"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:187
|
#: src/components/Footer.jsx:183
|
||||||
#: src/components/Footer.jsx:187
|
|
||||||
msgid "Upload Image"
|
msgid "Upload Image"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -17,10 +17,12 @@
|
|||||||
'Clear console (CTRL + L)': 'Clear console (CTRL + L)',
|
'Clear console (CTRL + L)': 'Clear console (CTRL + L)',
|
||||||
'Clear console (works when console input is focused)':
|
'Clear console (works when console input is focused)':
|
||||||
'Clear console (works when console input is focused)',
|
'Clear console (works when console input is focused)',
|
||||||
|
'Close saved creations pane': 'Close saved creations pane',
|
||||||
'Close saved creations panel & modals':
|
'Close saved creations panel & modals':
|
||||||
'Close saved creations panel & modals',
|
'Close saved creations panel & modals',
|
||||||
Console: 'Console',
|
Console: 'Console',
|
||||||
'Detach Preview': 'Detach Preview',
|
'Detach Preview': 'Detach Preview',
|
||||||
|
'Detach preview': 'Detach preview',
|
||||||
Donate: 'Donate',
|
Donate: 'Donate',
|
||||||
'Double click to toggle console': 'Double click to toggle console',
|
'Double click to toggle console': 'Double click to toggle console',
|
||||||
'Download game as zip': 'Download game as zip',
|
'Download game as zip': 'Download game as zip',
|
||||||
@ -55,6 +57,8 @@
|
|||||||
'No match found.': 'No match found.',
|
'No match found.': 'No match found.',
|
||||||
'Note: You can load external scripts from following domains:':
|
'Note: You can load external scripts from following domains:':
|
||||||
'Note: You can load external scripts from following domains:',
|
'Note: You can load external scripts from following domains:',
|
||||||
|
'Note: You can load external scripts only from following domains:':
|
||||||
|
'Note: You can load external scripts only from following domains:',
|
||||||
'Nothing saved here.': 'Nothing saved here.',
|
'Nothing saved here.': 'Nothing saved here.',
|
||||||
Open: 'Open',
|
Open: 'Open',
|
||||||
'Open a saved creation (Ctrl/\u2318 + O)':
|
'Open a saved creation (Ctrl/\u2318 + O)':
|
||||||
@ -80,6 +84,7 @@
|
|||||||
'Search your creations here...': 'Search your creations here...',
|
'Search your creations here...': 'Search your creations here...',
|
||||||
'See Changelog': 'See Changelog',
|
'See Changelog': 'See Changelog',
|
||||||
'See awesome libraries used': 'See awesome libraries used',
|
'See awesome libraries used': 'See awesome libraries used',
|
||||||
|
'See changelog': 'See changelog',
|
||||||
'See profile or Logout': 'See profile or Logout',
|
'See profile or Logout': 'See profile or Logout',
|
||||||
'Select next match': 'Select next match',
|
'Select next match': 'Select next match',
|
||||||
'Select previous match': 'Select previous match',
|
'Select previous match': 'Select previous match',
|
||||||
|
@ -14,10 +14,10 @@ msgstr ""
|
|||||||
"Plural-Forms: \n"
|
"Plural-Forms: \n"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:201
|
#: src/components/HelpModal.jsx:201
|
||||||
msgid "\"Web Maker\" <0>CHill</0>."
|
#~ msgid "\"Web Maker\" <0>CHill</0>."
|
||||||
msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:111
|
#: src/components/SavedItemPane.jsx:116
|
||||||
msgid "'Oops! Selected file is corrupted. Please select a file that was generated by clicking the \"Export\" button."
|
msgid "'Oops! Selected file is corrupted. Please select a file that was generated by clicking the \"Export\" button."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -29,7 +29,6 @@ msgstr ""
|
|||||||
msgid "Add a JS/CSS library"
|
msgid "Add a JS/CSS library"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:43
|
|
||||||
#: src/components/MainHeader.jsx:43
|
#: src/components/MainHeader.jsx:43
|
||||||
msgid "Add library"
|
msgid "Add library"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -38,12 +37,11 @@ msgstr ""
|
|||||||
msgid "Chat"
|
msgid "Chat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:92
|
|
||||||
#: src/components/AddLibrary.jsx:92
|
#: src/components/AddLibrary.jsx:92
|
||||||
msgid "Choose from popular libraries"
|
msgid "Choose from popular libraries"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Console.jsx:70
|
#: src/components/Console.jsx:69
|
||||||
msgid "Clear console (CTRL + L)"
|
msgid "Clear console (CTRL + L)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -51,21 +49,27 @@ msgstr ""
|
|||||||
msgid "Clear console (works when console input is focused)"
|
msgid "Clear console (works when console input is focused)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/SavedItemPane.jsx:170
|
||||||
|
msgid "Close saved creations pane"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/KeyboardShortcutsModal.jsx:48
|
#: src/components/KeyboardShortcutsModal.jsx:48
|
||||||
msgid "Close saved creations panel & modals"
|
msgid "Close saved creations panel & modals"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Console.jsx:61
|
|
||||||
#: src/components/Console.jsx:61
|
#: src/components/Console.jsx:61
|
||||||
msgid "Console"
|
msgid "Console"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:301
|
#: src/components/Footer.jsx:301
|
||||||
msgid "Detach Preview"
|
#~ msgid "Detach Preview"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:297
|
||||||
|
msgid "Detach preview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:146
|
#: src/components/Footer.jsx:142
|
||||||
#: src/components/Footer.jsx:146
|
|
||||||
msgid "Donate"
|
msgid "Donate"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -73,12 +77,11 @@ msgstr ""
|
|||||||
msgid "Double click to toggle console"
|
msgid "Double click to toggle console"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:174
|
#: src/components/Footer.jsx:170
|
||||||
#: src/components/Footer.jsx:174
|
|
||||||
msgid "Download game as zip"
|
msgid "Download game as zip"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:229
|
#: src/components/Footer.jsx:225
|
||||||
msgid "Edit on CodePen"
|
msgid "Edit on CodePen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -90,12 +93,11 @@ msgstr ""
|
|||||||
msgid "Emmet code completion"
|
msgid "Emmet code completion"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:183
|
#: src/components/SavedItemPane.jsx:190
|
||||||
#: src/components/SavedItemPane.jsx:183
|
|
||||||
msgid "Export"
|
msgid "Export"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:180
|
#: src/components/SavedItemPane.jsx:187
|
||||||
msgid "Export all your creations into a single importable file."
|
msgid "Export all your creations into a single importable file."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -111,18 +113,16 @@ msgstr ""
|
|||||||
msgid "Global"
|
msgid "Global"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:94
|
#: src/components/Footer.jsx:90
|
||||||
#: src/components/Footer.jsx:194
|
#: src/components/Footer.jsx:190
|
||||||
#: src/components/Footer.jsx:194
|
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:192
|
#: src/components/SavedItemPane.jsx:199
|
||||||
#: src/components/SavedItemPane.jsx:192
|
|
||||||
msgid "Import"
|
msgid "Import"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:189
|
#: src/components/SavedItemPane.jsx:196
|
||||||
msgid "Import your creations. Only the file that you export through the 'Export' button can be imported."
|
msgid "Import your creations. Only the file that you export through the 'Export' button can be imported."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -138,54 +138,55 @@ msgstr ""
|
|||||||
msgid "Keyboard Shortcuts"
|
msgid "Keyboard Shortcuts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:108
|
#: src/components/Footer.jsx:104
|
||||||
msgid "Keyboard shortcuts"
|
msgid "Keyboard shortcuts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:199
|
#: src/components/HelpModal.jsx:195
|
||||||
msgid "License"
|
msgid "License"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:47
|
#: src/components/HelpModal.jsx:47
|
||||||
msgid "Like this extension? Please <0>rate it here</0>."
|
#~ msgid "Like this extension? Please <0>rate it here</0>."
|
||||||
msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:105
|
#: src/components/MainHeader.jsx:105
|
||||||
#: src/components/MainHeader.jsx:105
|
#: src/components/MainHeader.jsx:105
|
||||||
#~ msgid "Login"
|
#~ msgid "Login"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:104
|
|
||||||
#: src/components/MainHeader.jsx:104
|
#: src/components/MainHeader.jsx:104
|
||||||
msgid "Login/Signup"
|
msgid "Login/Signup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:16
|
#: src/components/HelpModal.jsx:16
|
||||||
msgid "Made with <0>💖</0>& <1> 🙌</1> by <2>Kushagra Gour</2>"
|
#~ msgid "Made with <0>💖</0>& <1> 🙌</1> by <2>Kushagra Gour</2>"
|
||||||
msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:172
|
#: src/components/SavedItemPane.jsx:179
|
||||||
msgid "My Library ({0})"
|
msgid "My Library ({0})"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:64
|
|
||||||
#: src/components/MainHeader.jsx:64
|
#: src/components/MainHeader.jsx:64
|
||||||
msgid "New"
|
msgid "New"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:207
|
#: src/components/SavedItemPane.jsx:215
|
||||||
msgid "No match found."
|
msgid "No match found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:125
|
#: src/components/AddLibrary.jsx:125
|
||||||
msgid "Note: You can load external scripts from following domains:"
|
#~ msgid "Note: You can load external scripts from following domains:"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#: src/components/AddLibrary.jsx:125
|
||||||
|
msgid "Note: You can load external scripts only from following domains:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:223
|
#: src/components/SavedItemPane.jsx:232
|
||||||
msgid "Nothing saved here."
|
msgid "Nothing saved here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:96
|
|
||||||
#: src/components/MainHeader.jsx:96
|
#: src/components/MainHeader.jsx:96
|
||||||
msgid "Open"
|
msgid "Open"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -231,7 +232,6 @@ msgstr ""
|
|||||||
msgid "Review Web Maker"
|
msgid "Review Web Maker"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:32
|
|
||||||
#: src/components/MainHeader.jsx:32
|
#: src/components/MainHeader.jsx:32
|
||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -244,12 +244,11 @@ msgstr ""
|
|||||||
msgid "Run preview (Ctrl/⌘ + Shift + 5)"
|
msgid "Run preview (Ctrl/⌘ + Shift + 5)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:80
|
|
||||||
#: src/components/MainHeader.jsx:80
|
#: src/components/MainHeader.jsx:80
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:206
|
#: src/components/Footer.jsx:202
|
||||||
msgid "Save as HTML file"
|
msgid "Save as HTML file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -261,18 +260,22 @@ msgstr ""
|
|||||||
msgid "Save current creations"
|
msgid "Save current creations"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:201
|
#: src/components/SavedItemPane.jsx:209
|
||||||
msgid "Search your creations here..."
|
msgid "Search your creations here..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:317
|
#: src/components/Footer.jsx:317
|
||||||
msgid "See Changelog"
|
#~ msgid "See Changelog"
|
||||||
msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:110
|
#: src/components/HelpModal.jsx:110
|
||||||
msgid "See awesome libraries used"
|
msgid "See awesome libraries used"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:313
|
||||||
|
msgid "See changelog"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:110
|
#: src/components/MainHeader.jsx:110
|
||||||
msgid "See profile or Logout"
|
msgid "See profile or Logout"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -285,7 +288,7 @@ msgstr ""
|
|||||||
msgid "Select previous match"
|
msgid "Select previous match"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:329
|
#: src/components/Footer.jsx:325
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -302,28 +305,27 @@ msgstr ""
|
|||||||
msgid "Start a new creation"
|
msgid "Start a new creation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:69
|
|
||||||
#: src/components/HelpModal.jsx:69
|
#: src/components/HelpModal.jsx:69
|
||||||
msgid "Support the developer"
|
msgid "Support the developer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:143
|
#: src/components/Footer.jsx:139
|
||||||
msgid "Support the developer by pledging some amount"
|
msgid "Support the developer by pledging some amount"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:293
|
#: src/components/Footer.jsx:289
|
||||||
msgid "Switch to full screen preview"
|
msgid "Switch to full screen preview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:283
|
#: src/components/Footer.jsx:279
|
||||||
msgid "Switch to layout with all vertical panes"
|
msgid "Switch to layout with all vertical panes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:263
|
#: src/components/Footer.jsx:259
|
||||||
msgid "Switch to layout with preview on bottom"
|
msgid "Switch to layout with preview on bottom"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:273
|
#: src/components/Footer.jsx:269
|
||||||
msgid "Switch to layout with preview on left"
|
msgid "Switch to layout with preview on left"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -331,31 +333,30 @@ msgstr ""
|
|||||||
#~ msgid "Switch to layout with preview on left\""
|
#~ msgid "Switch to layout with preview on left\""
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:253
|
#: src/components/Footer.jsx:249
|
||||||
msgid "Switch to layout with preview on right"
|
msgid "Switch to layout with preview on right"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:240
|
#: src/components/Footer.jsx:236
|
||||||
msgid "Take screenshot of preview"
|
msgid "Take screenshot of preview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Console.jsx:79
|
#: src/components/Console.jsx:78
|
||||||
msgid "Toggle console"
|
msgid "Toggle console"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:122
|
#: src/components/Footer.jsx:118
|
||||||
msgid "Tweet about 'Web Maker'"
|
msgid "Tweet about 'Web Maker'"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:34
|
#: src/components/HelpModal.jsx:34
|
||||||
msgid "Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>"
|
#~ msgid "Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>"
|
||||||
msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:82
|
#: src/components/AddLibrary.jsx:82
|
||||||
msgid "Type here to search libraries"
|
msgid "Type here to search libraries"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:187
|
#: src/components/Footer.jsx:183
|
||||||
#: src/components/Footer.jsx:187
|
|
||||||
msgid "Upload Image"
|
msgid "Upload Image"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user