mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-12 12:40:53 +02:00
update japanese translations
This commit is contained in:
@ -10,20 +10,23 @@
|
|||||||
return n10 == 1 && n100 != 11
|
return n10 == 1 && n100 != 11
|
||||||
? 'one'
|
? 'one'
|
||||||
: n10 == 2 && n100 != 12
|
: n10 == 2 && n100 != 12
|
||||||
? 'two'
|
? 'two'
|
||||||
: n10 == 3 && n100 != 13
|
: n10 == 3 && n100 != 13
|
||||||
? 'few'
|
? 'few'
|
||||||
: 'other';
|
: 'other';
|
||||||
return n == 1 && v0 ? 'one' : 'other';
|
return n == 1 && v0 ? 'one' : 'other';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
messages: {
|
messages: {
|
||||||
'"Web Maker" <0>CHill</0>.': '"Web Maker" <0>CHill</0>.',
|
'"Web Maker" <0>CHill</0>.': '"Web Maker" <0>CHill</0>.',
|
||||||
|
'"Web Maker" is <0>open-source</0> under the <1>MIT License</1>':
|
||||||
|
'"Web Maker" is <0>open-source</0> under the <1>MIT License</1>',
|
||||||
'\'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': 'Add Library',
|
||||||
'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': 'Add library',
|
||||||
|
Assets: 'Assets',
|
||||||
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)',
|
||||||
@ -35,6 +38,7 @@
|
|||||||
Console: 'Console',
|
Console: 'Console',
|
||||||
'Detach Preview': 'Detach Preview',
|
'Detach Preview': 'Detach Preview',
|
||||||
'Detach preview': 'Detach preview',
|
'Detach preview': 'Detach preview',
|
||||||
|
Discuss: 'Discuss',
|
||||||
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',
|
||||||
@ -46,6 +50,9 @@
|
|||||||
'Export all your creations into a single importable file.',
|
'Export all your creations into a single importable file.',
|
||||||
Find: 'Find',
|
Find: 'Find',
|
||||||
'Find & replace': 'Find & replace',
|
'Find & replace': 'Find & replace',
|
||||||
|
Fork: 'Fork',
|
||||||
|
'Fork this creation': 'Fork this creation',
|
||||||
|
Get: 'Get',
|
||||||
Global: 'Global',
|
Global: 'Global',
|
||||||
Help: 'Help',
|
Help: 'Help',
|
||||||
Import: 'Import',
|
Import: 'Import',
|
||||||
@ -56,12 +63,20 @@
|
|||||||
'Keyboard Shortcuts': 'Keyboard Shortcuts',
|
'Keyboard Shortcuts': 'Keyboard Shortcuts',
|
||||||
'Keyboard shortcuts': 'Keyboard shortcuts',
|
'Keyboard shortcuts': 'Keyboard shortcuts',
|
||||||
License: 'License',
|
License: 'License',
|
||||||
|
'Like this app? Please <0>rate it here</0>.':
|
||||||
|
'Like this app? 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>.',
|
'Like this extension? Please <0>rate it here</0>.',
|
||||||
Login: 'Login',
|
Login: 'Login',
|
||||||
'Login/Signup': 'Login/Signup',
|
'Login/Signup': 'Login/Signup',
|
||||||
'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>',
|
'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>',
|
||||||
|
'Mail me': 'Mail me',
|
||||||
|
Manage: 'Manage',
|
||||||
|
'Manage your PRO subscription': 'Manage your PRO subscription',
|
||||||
|
'My Library': 'My Library',
|
||||||
'My Library ({0})': function (a) {
|
'My Library ({0})': function (a) {
|
||||||
return ['My Library (', a('0'), ')'];
|
return ['My Library (', a('0'), ')'];
|
||||||
},
|
},
|
||||||
@ -101,6 +116,9 @@
|
|||||||
'Select next match': 'Select next match',
|
'Select next match': 'Select next match',
|
||||||
'Select previous match': 'Select previous match',
|
'Select previous match': 'Select previous match',
|
||||||
Settings: 'Settings',
|
Settings: 'Settings',
|
||||||
|
Share: 'Share',
|
||||||
|
'Share Web Maker': 'Share Web Maker',
|
||||||
|
'Share this creation publicly': 'Share this creation publicly',
|
||||||
Signup: 'Signup',
|
Signup: 'Signup',
|
||||||
'Single line comment': 'Single line comment',
|
'Single line comment': 'Single line comment',
|
||||||
'Start a new creation': 'Start a new creation',
|
'Start a new creation': 'Start a new creation',
|
||||||
@ -120,10 +138,14 @@
|
|||||||
'Switch to layout with preview on right',
|
'Switch to layout with preview on right',
|
||||||
'Take screenshot of preview': 'Take screenshot of preview',
|
'Take screenshot of preview': 'Take screenshot of preview',
|
||||||
'Toggle console': 'Toggle console',
|
'Toggle console': 'Toggle console',
|
||||||
|
'Toggle full screen preview': 'Toggle full screen preview',
|
||||||
"Tweet about 'Web Maker'": "Tweet about 'Web Maker'",
|
"Tweet about 'Web Maker'": "Tweet about 'Web Maker'",
|
||||||
'Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>':
|
'Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>':
|
||||||
'Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>',
|
'Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>',
|
||||||
'Type here to search libraries': 'Type here to search libraries',
|
'Type here to search libraries': 'Type here to search libraries',
|
||||||
'Upload Image': 'Upload Image'
|
'Upgrade to PRO and get some advanced superpowers!':
|
||||||
|
'Upgrade to PRO and get some advanced superpowers!',
|
||||||
|
'Upload Image': 'Upload Image',
|
||||||
|
'Upload/Use assets': 'Upload/Use assets'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -17,31 +17,40 @@ msgstr ""
|
|||||||
#~ 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/HelpModal.jsx:211
|
||||||
|
msgid "\"Web Maker\" is <0>open-source</0> under the <1>MIT License</1>"
|
||||||
|
msgstr "\"Web Maker\" is <0>open-source</0> under the <1>MIT License</1>"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:116
|
#: 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."
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:67
|
#: src/components/AddLibrary.jsx:72
|
||||||
msgid "Add Library"
|
msgid "Add Library"
|
||||||
msgstr "Add Library"
|
msgstr "Add Library"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:41
|
#: src/components/MainHeader.jsx:73
|
||||||
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:75
|
||||||
msgid "Add library"
|
msgid "Add library"
|
||||||
msgstr "Add library"
|
msgstr "Add library"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:91
|
#: src/components/Assets.jsx:235
|
||||||
msgid "Chat"
|
#: src/components/MainHeader.jsx:64
|
||||||
msgstr "Chat"
|
msgid "Assets"
|
||||||
|
msgstr "Assets"
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:92
|
#: src/components/HelpModal.jsx:91
|
||||||
|
#~ msgid "Chat"
|
||||||
|
#~ msgstr "Chat"
|
||||||
|
|
||||||
|
#: src/components/AddLibrary.jsx:97
|
||||||
msgid "Choose from popular libraries"
|
msgid "Choose from popular libraries"
|
||||||
msgstr "Choose from popular libraries"
|
msgstr "Choose from popular libraries"
|
||||||
|
|
||||||
#: src/components/Console.jsx:69
|
#: src/components/Console.jsx:108
|
||||||
msgid "Clear console (CTRL + L)"
|
msgid "Clear console (CTRL + L)"
|
||||||
msgstr "Clear console (CTRL + L)"
|
msgstr "Clear console (CTRL + L)"
|
||||||
|
|
||||||
@ -49,7 +58,7 @@ 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
|
#: src/components/SavedItemPane.jsx:162
|
||||||
msgid "Close saved creations pane"
|
msgid "Close saved creations pane"
|
||||||
msgstr "Close saved creations pane"
|
msgstr "Close saved creations pane"
|
||||||
|
|
||||||
@ -57,7 +66,7 @@ msgstr "Close saved creations pane"
|
|||||||
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:100
|
||||||
msgid "Console"
|
msgid "Console"
|
||||||
msgstr "Console"
|
msgstr "Console"
|
||||||
|
|
||||||
@ -65,23 +74,27 @@ msgstr "Console"
|
|||||||
#~ msgid "Detach Preview"
|
#~ msgid "Detach Preview"
|
||||||
#~ msgstr "Detach Preview"
|
#~ msgstr "Detach Preview"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:297
|
#: src/components/Footer.jsx:328
|
||||||
msgid "Detach preview"
|
msgid "Detach preview"
|
||||||
msgstr "Detach preview"
|
msgstr "Detach preview"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:142
|
#: src/components/HelpModal.jsx:95
|
||||||
msgid "Donate"
|
msgid "Discuss"
|
||||||
msgstr "Donate"
|
msgstr "Discuss"
|
||||||
|
|
||||||
#: src/components/Console.jsx:57
|
#: src/components/Footer.jsx:142
|
||||||
|
#~ msgid "Donate"
|
||||||
|
#~ msgstr "Donate"
|
||||||
|
|
||||||
|
#: src/components/Console.jsx:94
|
||||||
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:170
|
#: src/components/Footer.jsx:181
|
||||||
msgid "Download game as zip"
|
msgid "Download game as zip"
|
||||||
msgstr "Download game as zip"
|
msgstr "Download game as zip"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:225
|
#: src/components/Footer.jsx:256
|
||||||
msgid "Edit on CodePen"
|
msgid "Edit on CodePen"
|
||||||
msgstr "Edit on CodePen"
|
msgstr "Edit on CodePen"
|
||||||
|
|
||||||
@ -93,11 +106,11 @@ msgstr "Editor"
|
|||||||
msgid "Emmet code completion"
|
msgid "Emmet code completion"
|
||||||
msgstr "Emmet code completion"
|
msgstr "Emmet code completion"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:190
|
#: src/components/SavedItemPane.jsx:193
|
||||||
msgid "Export"
|
msgid "Export"
|
||||||
msgstr "Export"
|
msgstr "Export"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:187
|
#: src/components/SavedItemPane.jsx:190
|
||||||
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."
|
||||||
|
|
||||||
@ -109,20 +122,32 @@ msgstr "Find"
|
|||||||
msgid "Find & replace"
|
msgid "Find & replace"
|
||||||
msgstr "Find & replace"
|
msgstr "Find & replace"
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:117
|
||||||
|
msgid "Fork"
|
||||||
|
msgstr "Fork"
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:112
|
||||||
|
msgid "Fork this creation"
|
||||||
|
msgstr "Fork this creation"
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:153
|
||||||
|
msgid "Get"
|
||||||
|
msgstr "Get"
|
||||||
|
|
||||||
#: src/components/KeyboardShortcutsModal.jsx:15
|
#: src/components/KeyboardShortcutsModal.jsx:15
|
||||||
msgid "Global"
|
msgid "Global"
|
||||||
msgstr "Global"
|
msgstr "Global"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:90
|
#: src/components/Footer.jsx:86
|
||||||
#: src/components/Footer.jsx:190
|
#: src/components/Footer.jsx:201
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr "Help"
|
msgstr "Help"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:199
|
#: src/components/SavedItemPane.jsx:202
|
||||||
msgid "Import"
|
msgid "Import"
|
||||||
msgstr "Import"
|
msgstr "Import"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:196
|
#: src/components/SavedItemPane.jsx:199
|
||||||
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,14 +163,18 @@ msgstr "Indent code right"
|
|||||||
msgid "Keyboard Shortcuts"
|
msgid "Keyboard Shortcuts"
|
||||||
msgstr "Keyboard Shortcuts"
|
msgstr "Keyboard Shortcuts"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:104
|
#: src/components/Footer.jsx:100
|
||||||
msgid "Keyboard shortcuts"
|
msgid "Keyboard shortcuts"
|
||||||
msgstr "Keyboard shortcuts"
|
msgstr "Keyboard shortcuts"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:195
|
#: src/components/HelpModal.jsx:208
|
||||||
msgid "License"
|
msgid "License"
|
||||||
msgstr "License"
|
msgstr "License"
|
||||||
|
|
||||||
|
#: src/components/HelpModal.jsx:54
|
||||||
|
msgid "Like this app? Please <0>rate it here</0>."
|
||||||
|
msgstr "Like this app? Please <0>rate it here</0>."
|
||||||
|
|
||||||
#: 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>."
|
||||||
@ -155,7 +184,7 @@ msgstr "License"
|
|||||||
#~ msgid "Login"
|
#~ msgid "Login"
|
||||||
#~ msgstr "Login"
|
#~ msgstr "Login"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:104
|
#: src/components/MainHeader.jsx:174
|
||||||
msgid "Login/Signup"
|
msgid "Login/Signup"
|
||||||
msgstr "Login/Signup"
|
msgstr "Login/Signup"
|
||||||
|
|
||||||
@ -163,15 +192,35 @@ msgstr "Login/Signup"
|
|||||||
#~ 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:179
|
#: src/components/HelpModal.jsx:19
|
||||||
msgid "My Library ({0})"
|
msgid "Made with <0>💖</0>& <1>🙌</1> by <2>Kushagra Gour</2>"
|
||||||
msgstr "My Library ({0})"
|
msgstr "Made with <0>💖</0>& <1>🙌</1> by <2>Kushagra Gour</2>"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:64
|
#: src/components/HelpModal.jsx:115
|
||||||
|
msgid "Mail me"
|
||||||
|
msgstr "Mail me"
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:138
|
||||||
|
msgid "Manage"
|
||||||
|
msgstr "Manage"
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:135
|
||||||
|
msgid "Manage your PRO subscription"
|
||||||
|
msgstr "Manage your PRO subscription"
|
||||||
|
|
||||||
|
#: src/components/SavedItemPane.jsx:182
|
||||||
|
msgid "My Library"
|
||||||
|
msgstr "My Library"
|
||||||
|
|
||||||
|
#: src/components/SavedItemPane.jsx:179
|
||||||
|
#~ msgid "My Library ({0})"
|
||||||
|
#~ msgstr "My Library ({0})"
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:129
|
||||||
msgid "New"
|
msgid "New"
|
||||||
msgstr "New"
|
msgstr "New"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:215
|
#: src/components/SavedItemPane.jsx:220
|
||||||
msgid "No match found."
|
msgid "No match found."
|
||||||
msgstr "No match found."
|
msgstr "No match found."
|
||||||
|
|
||||||
@ -179,19 +228,19 @@ msgstr "No match found."
|
|||||||
#~ 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/AddLibrary.jsx:125
|
#: src/components/AddLibrary.jsx:130
|
||||||
msgid "Note: You can load external scripts only from following domains:"
|
msgid "Note: You can load external scripts only from following domains:"
|
||||||
msgstr "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
|
#: src/components/SavedItemPane.jsx:237
|
||||||
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:164
|
||||||
msgid "Open"
|
msgid "Open"
|
||||||
msgstr "Open"
|
msgstr "Open"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:87
|
#: src/components/MainHeader.jsx:155
|
||||||
msgid "Open a saved creation (Ctrl/⌘ + O)"
|
msgid "Open a saved creation (Ctrl/⌘ + O)"
|
||||||
msgstr "Open a saved creation (Ctrl/⌘ + O)"
|
msgstr "Open a saved creation (Ctrl/⌘ + O)"
|
||||||
|
|
||||||
@ -199,12 +248,12 @@ msgstr "Open a saved creation (Ctrl/⌘ + O)"
|
|||||||
msgid "Open list of saved creations"
|
msgid "Open list of saved creations"
|
||||||
msgstr "Open list of saved creations"
|
msgstr "Open list of saved creations"
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:88
|
#: src/components/AddLibrary.jsx:93
|
||||||
msgid "Powered by cdnjs"
|
msgid "Powered by cdnjs"
|
||||||
msgstr "Powered by cdnjs"
|
msgstr "Powered by cdnjs"
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:118
|
#: src/components/AddLibrary.jsx:123
|
||||||
#: src/components/AddLibrary.jsx:147
|
#: src/components/AddLibrary.jsx:153
|
||||||
msgid "Put each library in new line"
|
msgid "Put each library in new line"
|
||||||
msgstr "Put each library in new line"
|
msgstr "Put each library in new line"
|
||||||
|
|
||||||
@ -212,7 +261,7 @@ msgstr "Put each library in new line"
|
|||||||
msgid "Read more"
|
msgid "Read more"
|
||||||
msgstr "Read more"
|
msgstr "Read more"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:30
|
#: src/components/HelpModal.jsx:37
|
||||||
msgid "Read the documentation."
|
msgid "Read the documentation."
|
||||||
msgstr "Read the documentation."
|
msgstr "Read the documentation."
|
||||||
|
|
||||||
@ -224,15 +273,15 @@ msgstr "Realign code"
|
|||||||
msgid "Refresh preview"
|
msgid "Refresh preview"
|
||||||
msgstr "Refresh preview"
|
msgstr "Refresh preview"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:102
|
#: src/components/HelpModal.jsx:106
|
||||||
msgid "Report a bug"
|
msgid "Report a bug"
|
||||||
msgstr "Report a bug"
|
msgstr "Report a bug"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:80
|
#: src/components/HelpModal.jsx:84
|
||||||
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:53
|
||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "Run"
|
msgstr "Run"
|
||||||
|
|
||||||
@ -240,19 +289,19 @@ msgstr "Run"
|
|||||||
msgid "Run Prettier"
|
msgid "Run Prettier"
|
||||||
msgstr "Run Prettier"
|
msgstr "Run Prettier"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:26
|
#: src/components/MainHeader.jsx:47
|
||||||
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:147
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
msgstr "Save"
|
msgstr "Save"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:202
|
#: src/components/Footer.jsx:230
|
||||||
msgid "Save as HTML file"
|
msgid "Save as HTML file"
|
||||||
msgstr "Save as HTML file"
|
msgstr "Save as HTML file"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:71
|
#: src/components/MainHeader.jsx:138
|
||||||
msgid "Save current creation (Ctrl/⌘ + S)"
|
msgid "Save current creation (Ctrl/⌘ + S)"
|
||||||
msgstr "Save current creation (Ctrl/⌘ + S)"
|
msgstr "Save current creation (Ctrl/⌘ + S)"
|
||||||
|
|
||||||
@ -260,7 +309,7 @@ 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:209
|
#: src/components/SavedItemPane.jsx:213
|
||||||
msgid "Search your creations here..."
|
msgid "Search your creations here..."
|
||||||
msgstr "Search your creations here..."
|
msgstr "Search your creations here..."
|
||||||
|
|
||||||
@ -268,15 +317,15 @@ msgstr "Search your creations here..."
|
|||||||
#~ msgid "See Changelog"
|
#~ msgid "See Changelog"
|
||||||
#~ msgstr "See Changelog"
|
#~ msgstr "See Changelog"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:110
|
#: src/components/HelpModal.jsx:123
|
||||||
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
|
#: src/components/Footer.jsx:344
|
||||||
msgid "See changelog"
|
msgid "See changelog"
|
||||||
msgstr "See changelog"
|
msgstr "See changelog"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:110
|
#: src/components/MainHeader.jsx:181
|
||||||
msgid "See profile or Logout"
|
msgid "See profile or Logout"
|
||||||
msgstr "See profile or Logout"
|
msgstr "See profile or Logout"
|
||||||
|
|
||||||
@ -288,10 +337,22 @@ msgstr "Select next match"
|
|||||||
msgid "Select previous match"
|
msgid "Select previous match"
|
||||||
msgstr "Select previous match"
|
msgstr "Select previous match"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:325
|
#: src/components/Footer.jsx:356
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "Settings"
|
msgstr "Settings"
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:106
|
||||||
|
msgid "Share"
|
||||||
|
msgstr "Share"
|
||||||
|
|
||||||
|
#: src/components/HelpModal.jsx:73
|
||||||
|
msgid "Share Web Maker"
|
||||||
|
msgstr "Share Web Maker"
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:91
|
||||||
|
msgid "Share this creation publicly"
|
||||||
|
msgstr "Share this creation publicly"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:105
|
#: src/components/MainHeader.jsx:105
|
||||||
#: src/components/MainHeader.jsx:105
|
#: src/components/MainHeader.jsx:105
|
||||||
#~ msgid "Signup"
|
#~ msgid "Signup"
|
||||||
@ -301,31 +362,31 @@ msgstr "Settings"
|
|||||||
msgid "Single line comment"
|
msgid "Single line comment"
|
||||||
msgstr "Single line comment"
|
msgstr "Single line comment"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:58
|
#: src/components/MainHeader.jsx:122
|
||||||
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
|
||||||
msgid "Support the developer"
|
#~ msgid "Support the developer"
|
||||||
msgstr "Support the developer"
|
#~ msgstr "Support the developer"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:139
|
#: 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:289
|
#: 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:279
|
#: src/components/Footer.jsx:310
|
||||||
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:259
|
#: src/components/Footer.jsx:290
|
||||||
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:269
|
#: src/components/Footer.jsx:300
|
||||||
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"
|
||||||
|
|
||||||
@ -333,30 +394,42 @@ 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:249
|
#: src/components/Footer.jsx:280
|
||||||
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:236
|
#: src/components/Footer.jsx:267
|
||||||
msgid "Take screenshot of preview"
|
msgid "Take screenshot of preview"
|
||||||
msgstr "Take screenshot of preview"
|
msgstr "Take screenshot of preview"
|
||||||
|
|
||||||
#: src/components/Console.jsx:78
|
#: src/components/Console.jsx:117
|
||||||
msgid "Toggle console"
|
msgid "Toggle console"
|
||||||
msgstr "Toggle console"
|
msgstr "Toggle console"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:118
|
#: src/components/Footer.jsx:320
|
||||||
|
msgid "Toggle full screen preview"
|
||||||
|
msgstr "Toggle full screen preview"
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:114
|
||||||
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:41
|
||||||
#~ 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:87
|
||||||
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:183
|
#: src/components/Footer.jsx:149
|
||||||
|
msgid "Upgrade to PRO and get some advanced superpowers!"
|
||||||
|
msgstr "Upgrade to PRO and get some advanced superpowers!"
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:194
|
||||||
msgid "Upload Image"
|
msgid "Upload Image"
|
||||||
msgstr "Upload Image"
|
msgstr "Upload Image"
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:62
|
||||||
|
msgid "Upload/Use assets"
|
||||||
|
msgstr "Upload/Use assets"
|
||||||
|
@ -6,11 +6,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
messages: {
|
messages: {
|
||||||
|
'"Web Maker" is <0>open-source</0> under the <1>MIT License</1>':
|
||||||
|
'"Web Maker" is <0>open-source</0> under the <1>MIT License</1>',
|
||||||
'\'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! El archivo seleccionado est\xE1 da\xF1ado. Seleccione un archivo que se gener\xF3 haciendo clic en el bot\xF3n "Exportar".',
|
'"Oops! El archivo seleccionado est\xE1 da\xF1ado. Seleccione un archivo que se gener\xF3 haciendo clic en el bot\xF3n "Exportar".',
|
||||||
'Add Library': 'A\xF1adir librer\xEDa',
|
'Add Library': 'A\xF1adir librer\xEDa',
|
||||||
'Add a JS/CSS library': 'A\xF1adir una librer\xEDa JS/CSS',
|
'Add a JS/CSS library': 'A\xF1adir una librer\xEDa JS/CSS',
|
||||||
'Add library': 'A\xF1adir librer\xEDa',
|
'Add library': 'A\xF1adir librer\xEDa',
|
||||||
|
Assets: 'Assets',
|
||||||
Chat: 'Chat',
|
Chat: 'Chat',
|
||||||
'Choose from popular libraries': 'Elija entre las librer\xEDas populares',
|
'Choose from popular libraries': 'Elija entre las librer\xEDas populares',
|
||||||
'Clear console (CTRL + L)': 'Borrar consola (CTRL + L)',
|
'Clear console (CTRL + L)': 'Borrar consola (CTRL + L)',
|
||||||
@ -21,6 +24,7 @@
|
|||||||
'Cerrar el panel de creaciones guardadas y modales',
|
'Cerrar el panel de creaciones guardadas y modales',
|
||||||
Console: 'Consola',
|
Console: 'Consola',
|
||||||
'Detach preview': 'Separar la vista previa',
|
'Detach preview': 'Separar la vista previa',
|
||||||
|
Discuss: 'Discuss',
|
||||||
Donate: 'Donar',
|
Donate: 'Donar',
|
||||||
'Double click to toggle console':
|
'Double click to toggle console':
|
||||||
'Haga doble clic para alternar la consola',
|
'Haga doble clic para alternar la consola',
|
||||||
@ -33,6 +37,9 @@
|
|||||||
'Exporta todas tus creaciones en un \xFAnico archivo importable.',
|
'Exporta todas tus creaciones en un \xFAnico archivo importable.',
|
||||||
Find: 'Buscar',
|
Find: 'Buscar',
|
||||||
'Find & replace': 'Buscar y reemplazar',
|
'Find & replace': 'Buscar y reemplazar',
|
||||||
|
Fork: 'Fork',
|
||||||
|
'Fork this creation': 'Fork this creation',
|
||||||
|
Get: 'Get',
|
||||||
Global: 'Global',
|
Global: 'Global',
|
||||||
Help: 'Ayuda',
|
Help: 'Ayuda',
|
||||||
Import: 'Importar',
|
Import: 'Importar',
|
||||||
@ -43,7 +50,15 @@
|
|||||||
'Keyboard Shortcuts': 'Atajos de Teclado',
|
'Keyboard Shortcuts': 'Atajos de Teclado',
|
||||||
'Keyboard shortcuts': 'Atajos de teclado',
|
'Keyboard shortcuts': 'Atajos de teclado',
|
||||||
License: 'Licencia',
|
License: 'Licencia',
|
||||||
|
'Like this app? Please <0>rate it here</0>.':
|
||||||
|
'Like this app? Please <0>rate it here</0>.',
|
||||||
'Login/Signup': 'Iniciar sesi\xF3n/Registrarse',
|
'Login/Signup': 'Iniciar sesi\xF3n/Registrarse',
|
||||||
|
'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>',
|
||||||
|
'Mail me': 'Mail me',
|
||||||
|
Manage: 'Manage',
|
||||||
|
'Manage your PRO subscription': 'Manage your PRO subscription',
|
||||||
|
'My Library': 'My Library',
|
||||||
'My Library ({0})': 'Mi biblioteca',
|
'My Library ({0})': 'Mi biblioteca',
|
||||||
New: 'Nuevo',
|
New: 'Nuevo',
|
||||||
'No match found.': 'No se encontr\xF3 ninguna coincidencia.',
|
'No match found.': 'No se encontr\xF3 ninguna coincidencia.',
|
||||||
@ -80,6 +95,9 @@
|
|||||||
'Select next match': 'Seleccione el siguiente partido',
|
'Select next match': 'Seleccione el siguiente partido',
|
||||||
'Select previous match': 'Seleccione el partido anterior',
|
'Select previous match': 'Seleccione el partido anterior',
|
||||||
Settings: 'Ajustes',
|
Settings: 'Ajustes',
|
||||||
|
Share: 'Share',
|
||||||
|
'Share Web Maker': 'Share Web Maker',
|
||||||
|
'Share this creation publicly': 'Share this creation publicly',
|
||||||
'Single line comment': 'Comentario de una sola l\xEDnea',
|
'Single line comment': 'Comentario de una sola l\xEDnea',
|
||||||
'Start a new creation': 'Iniciar una nueva creaci\xF3n',
|
'Start a new creation': 'Iniciar una nueva creaci\xF3n',
|
||||||
'Support the developer': 'Apoyar al desarrollador',
|
'Support the developer': 'Apoyar al desarrollador',
|
||||||
@ -98,9 +116,15 @@
|
|||||||
'Take screenshot of preview':
|
'Take screenshot of preview':
|
||||||
'Tomar captura de pantalla de la vista previa',
|
'Tomar captura de pantalla de la vista previa',
|
||||||
'Toggle console': 'Alternar consola',
|
'Toggle console': 'Alternar consola',
|
||||||
|
'Toggle full screen preview': 'Toggle full screen preview',
|
||||||
"Tweet about 'Web Maker'": "Tuitea sobre 'Web Maker'",
|
"Tweet about 'Web Maker'": "Tuitea sobre 'Web Maker'",
|
||||||
|
'Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>':
|
||||||
|
'Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>',
|
||||||
'Type here to search libraries':
|
'Type here to search libraries':
|
||||||
'Escriba aqu\xED para buscar en las librer\xEDas',
|
'Escriba aqu\xED para buscar en las librer\xEDas',
|
||||||
'Upload Image': 'Cargar imagen'
|
'Upgrade to PRO and get some advanced superpowers!':
|
||||||
|
'Upgrade to PRO and get some advanced superpowers!',
|
||||||
|
'Upload Image': 'Cargar imagen',
|
||||||
|
'Upload/Use assets': 'Upload/Use assets'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -14,31 +14,40 @@ msgstr ""
|
|||||||
"Plural-Forms: \n"
|
"Plural-Forms: \n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
||||||
|
#: src/components/HelpModal.jsx:211
|
||||||
|
msgid "\"Web Maker\" is <0>open-source</0> under the <1>MIT License</1>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:116
|
#: 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! El archivo seleccionado está dañado. Seleccione un archivo que se generó haciendo clic en el botón \"Exportar\"."
|
msgstr "\"Oops! El archivo seleccionado está dañado. Seleccione un archivo que se generó haciendo clic en el botón \"Exportar\"."
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:67
|
#: src/components/AddLibrary.jsx:72
|
||||||
msgid "Add Library"
|
msgid "Add Library"
|
||||||
msgstr "Añadir librería"
|
msgstr "Añadir librería"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:41
|
#: src/components/MainHeader.jsx:73
|
||||||
msgid "Add a JS/CSS library"
|
msgid "Add a JS/CSS library"
|
||||||
msgstr "Añadir una librería JS/CSS"
|
msgstr "Añadir una librería JS/CSS"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:43
|
#: src/components/MainHeader.jsx:75
|
||||||
msgid "Add library"
|
msgid "Add library"
|
||||||
msgstr "Añadir librería"
|
msgstr "Añadir librería"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:91
|
#: src/components/Assets.jsx:235
|
||||||
msgid "Chat"
|
#: src/components/MainHeader.jsx:64
|
||||||
msgstr "Chat"
|
msgid "Assets"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:92
|
#: src/components/HelpModal.jsx:91
|
||||||
|
#~ msgid "Chat"
|
||||||
|
#~ msgstr "Chat"
|
||||||
|
|
||||||
|
#: src/components/AddLibrary.jsx:97
|
||||||
msgid "Choose from popular libraries"
|
msgid "Choose from popular libraries"
|
||||||
msgstr "Elija entre las librerías populares"
|
msgstr "Elija entre las librerías populares"
|
||||||
|
|
||||||
#: src/components/Console.jsx:69
|
#: src/components/Console.jsx:108
|
||||||
msgid "Clear console (CTRL + L)"
|
msgid "Clear console (CTRL + L)"
|
||||||
msgstr "Borrar consola (CTRL + L)"
|
msgstr "Borrar consola (CTRL + L)"
|
||||||
|
|
||||||
@ -46,7 +55,7 @@ msgstr "Borrar consola (CTRL + L)"
|
|||||||
msgid "Clear console (works when console input is focused)"
|
msgid "Clear console (works when console input is focused)"
|
||||||
msgstr "Borrar consola (funciona cuando la entrada de la consola está enfocada)"
|
msgstr "Borrar consola (funciona cuando la entrada de la consola está enfocada)"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:170
|
#: src/components/SavedItemPane.jsx:162
|
||||||
msgid "Close saved creations pane"
|
msgid "Close saved creations pane"
|
||||||
msgstr "Cerrar el panel creaciones guardadas"
|
msgstr "Cerrar el panel creaciones guardadas"
|
||||||
|
|
||||||
@ -54,27 +63,31 @@ msgstr "Cerrar el panel creaciones guardadas"
|
|||||||
msgid "Close saved creations panel & modals"
|
msgid "Close saved creations panel & modals"
|
||||||
msgstr "Cerrar el panel de creaciones guardadas y modales"
|
msgstr "Cerrar el panel de creaciones guardadas y modales"
|
||||||
|
|
||||||
#: src/components/Console.jsx:61
|
#: src/components/Console.jsx:100
|
||||||
msgid "Console"
|
msgid "Console"
|
||||||
msgstr "Consola"
|
msgstr "Consola"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:297
|
#: src/components/Footer.jsx:328
|
||||||
msgid "Detach preview"
|
msgid "Detach preview"
|
||||||
msgstr "Separar la vista previa"
|
msgstr "Separar la vista previa"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:142
|
#: src/components/HelpModal.jsx:95
|
||||||
msgid "Donate"
|
msgid "Discuss"
|
||||||
msgstr "Donar"
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Console.jsx:57
|
#: src/components/Footer.jsx:142
|
||||||
|
#~ msgid "Donate"
|
||||||
|
#~ msgstr "Donar"
|
||||||
|
|
||||||
|
#: src/components/Console.jsx:94
|
||||||
msgid "Double click to toggle console"
|
msgid "Double click to toggle console"
|
||||||
msgstr "Haga doble clic para alternar la consola"
|
msgstr "Haga doble clic para alternar la consola"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:170
|
#: src/components/Footer.jsx:181
|
||||||
msgid "Download game as zip"
|
msgid "Download game as zip"
|
||||||
msgstr "Descargar juego como zip"
|
msgstr "Descargar juego como zip"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:225
|
#: src/components/Footer.jsx:256
|
||||||
msgid "Edit on CodePen"
|
msgid "Edit on CodePen"
|
||||||
msgstr "Editar en CodePen"
|
msgstr "Editar en CodePen"
|
||||||
|
|
||||||
@ -86,11 +99,11 @@ msgstr "Editor"
|
|||||||
msgid "Emmet code completion"
|
msgid "Emmet code completion"
|
||||||
msgstr "Finalización del código Emmet"
|
msgstr "Finalización del código Emmet"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:190
|
#: src/components/SavedItemPane.jsx:193
|
||||||
msgid "Export"
|
msgid "Export"
|
||||||
msgstr "Exportar"
|
msgstr "Exportar"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:187
|
#: src/components/SavedItemPane.jsx:190
|
||||||
msgid "Export all your creations into a single importable file."
|
msgid "Export all your creations into a single importable file."
|
||||||
msgstr "Exporta todas tus creaciones en un único archivo importable."
|
msgstr "Exporta todas tus creaciones en un único archivo importable."
|
||||||
|
|
||||||
@ -102,19 +115,32 @@ msgstr "Buscar"
|
|||||||
msgid "Find & replace"
|
msgid "Find & replace"
|
||||||
msgstr "Buscar y reemplazar"
|
msgstr "Buscar y reemplazar"
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:117
|
||||||
|
msgid "Fork"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:112
|
||||||
|
msgid "Fork this creation"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:153
|
||||||
|
msgid "Get"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/KeyboardShortcutsModal.jsx:15
|
#: src/components/KeyboardShortcutsModal.jsx:15
|
||||||
msgid "Global"
|
msgid "Global"
|
||||||
msgstr "Global"
|
msgstr "Global"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:90 src/components/Footer.jsx:190
|
#: src/components/Footer.jsx:86
|
||||||
|
#: src/components/Footer.jsx:201
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr "Ayuda"
|
msgstr "Ayuda"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:199
|
#: src/components/SavedItemPane.jsx:202
|
||||||
msgid "Import"
|
msgid "Import"
|
||||||
msgstr "Importar"
|
msgstr "Importar"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:196
|
#: src/components/SavedItemPane.jsx:199
|
||||||
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 "Importa tus creaciones. Sólo se puede importar el archivo que se exporta a través del botón \"Exportar\"."
|
msgstr "Importa tus creaciones. Sólo se puede importar el archivo que se exporta a través del botón \"Exportar\"."
|
||||||
|
|
||||||
@ -130,43 +156,67 @@ msgstr "Indentar código a la derecha"
|
|||||||
msgid "Keyboard Shortcuts"
|
msgid "Keyboard Shortcuts"
|
||||||
msgstr "Atajos de Teclado"
|
msgstr "Atajos de Teclado"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:104
|
#: src/components/Footer.jsx:100
|
||||||
msgid "Keyboard shortcuts"
|
msgid "Keyboard shortcuts"
|
||||||
msgstr "Atajos de teclado"
|
msgstr "Atajos de teclado"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:195
|
#: src/components/HelpModal.jsx:208
|
||||||
msgid "License"
|
msgid "License"
|
||||||
msgstr "Licencia"
|
msgstr "Licencia"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:104
|
#: src/components/HelpModal.jsx:54
|
||||||
|
msgid "Like this app? Please <0>rate it here</0>."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:174
|
||||||
msgid "Login/Signup"
|
msgid "Login/Signup"
|
||||||
msgstr "Iniciar sesión/Registrarse"
|
msgstr "Iniciar sesión/Registrarse"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:179
|
#: src/components/HelpModal.jsx:19
|
||||||
msgid "My Library ({0})"
|
msgid "Made with <0>💖</0>& <1>🙌</1> by <2>Kushagra Gour</2>"
|
||||||
msgstr "Mi biblioteca"
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:64
|
#: src/components/HelpModal.jsx:115
|
||||||
|
msgid "Mail me"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:138
|
||||||
|
msgid "Manage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:135
|
||||||
|
msgid "Manage your PRO subscription"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/SavedItemPane.jsx:182
|
||||||
|
msgid "My Library"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/SavedItemPane.jsx:179
|
||||||
|
#~ msgid "My Library ({0})"
|
||||||
|
#~ msgstr "Mi biblioteca"
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:129
|
||||||
msgid "New"
|
msgid "New"
|
||||||
msgstr "Nuevo"
|
msgstr "Nuevo"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:215
|
#: src/components/SavedItemPane.jsx:220
|
||||||
msgid "No match found."
|
msgid "No match found."
|
||||||
msgstr "No se encontró ninguna coincidencia."
|
msgstr "No se encontró ninguna coincidencia."
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:125
|
#: src/components/AddLibrary.jsx:130
|
||||||
msgid "Note: You can load external scripts only from following domains:"
|
msgid "Note: You can load external scripts only from following domains:"
|
||||||
msgstr "Nota: Puedes cargar scripts externos sólo de los siguientes dominios:"
|
msgstr "Nota: Puedes cargar scripts externos sólo de los siguientes dominios:"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:232
|
#: src/components/SavedItemPane.jsx:237
|
||||||
msgid "Nothing saved here."
|
msgid "Nothing saved here."
|
||||||
msgstr "Aquí no hay nada guardado."
|
msgstr "Aquí no hay nada guardado."
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:96
|
#: src/components/MainHeader.jsx:164
|
||||||
msgid "Open"
|
msgid "Open"
|
||||||
msgstr "Abrir"
|
msgstr "Abrir"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:87
|
#: src/components/MainHeader.jsx:155
|
||||||
msgid "Open a saved creation (Ctrl/⌘ + O)"
|
msgid "Open a saved creation (Ctrl/⌘ + O)"
|
||||||
msgstr "Abrir una creación guardada (Ctrl/⌘ + O)"
|
msgstr "Abrir una creación guardada (Ctrl/⌘ + O)"
|
||||||
|
|
||||||
@ -174,11 +224,12 @@ msgstr "Abrir una creación guardada (Ctrl/⌘ + O)"
|
|||||||
msgid "Open list of saved creations"
|
msgid "Open list of saved creations"
|
||||||
msgstr "Abrir lista de creaciones guardadas"
|
msgstr "Abrir lista de creaciones guardadas"
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:88
|
#: src/components/AddLibrary.jsx:93
|
||||||
msgid "Powered by cdnjs"
|
msgid "Powered by cdnjs"
|
||||||
msgstr "Impulsado por cdnjs"
|
msgstr "Impulsado por cdnjs"
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:118 src/components/AddLibrary.jsx:147
|
#: src/components/AddLibrary.jsx:123
|
||||||
|
#: src/components/AddLibrary.jsx:153
|
||||||
msgid "Put each library in new line"
|
msgid "Put each library in new line"
|
||||||
msgstr "Poner cada biblioteca en una nueva línea"
|
msgstr "Poner cada biblioteca en una nueva línea"
|
||||||
|
|
||||||
@ -186,7 +237,7 @@ msgstr "Poner cada biblioteca en una nueva línea"
|
|||||||
msgid "Read more"
|
msgid "Read more"
|
||||||
msgstr "Leer más"
|
msgstr "Leer más"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:30
|
#: src/components/HelpModal.jsx:37
|
||||||
msgid "Read the documentation."
|
msgid "Read the documentation."
|
||||||
msgstr "Leer la documentación."
|
msgstr "Leer la documentación."
|
||||||
|
|
||||||
@ -198,15 +249,15 @@ msgstr "Reajustar el código"
|
|||||||
msgid "Refresh preview"
|
msgid "Refresh preview"
|
||||||
msgstr "Actualizar la vista previa"
|
msgstr "Actualizar la vista previa"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:102
|
#: src/components/HelpModal.jsx:106
|
||||||
msgid "Report a bug"
|
msgid "Report a bug"
|
||||||
msgstr "Reporta un error"
|
msgstr "Reporta un error"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:80
|
#: src/components/HelpModal.jsx:84
|
||||||
msgid "Review Web Maker"
|
msgid "Review Web Maker"
|
||||||
msgstr "Reseña de Web Maker"
|
msgstr "Reseña de Web Maker"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:32
|
#: src/components/MainHeader.jsx:53
|
||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "Ejecutar"
|
msgstr "Ejecutar"
|
||||||
|
|
||||||
@ -214,19 +265,19 @@ msgstr "Ejecutar"
|
|||||||
msgid "Run Prettier"
|
msgid "Run Prettier"
|
||||||
msgstr "Ejecutar Prettier"
|
msgstr "Ejecutar Prettier"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:26
|
#: src/components/MainHeader.jsx:47
|
||||||
msgid "Run preview (Ctrl/⌘ + Shift + 5)"
|
msgid "Run preview (Ctrl/⌘ + Shift + 5)"
|
||||||
msgstr "Ejecutar vista previa (Ctrl/⌘ + Shift + 5)"
|
msgstr "Ejecutar vista previa (Ctrl/⌘ + Shift + 5)"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:80
|
#: src/components/MainHeader.jsx:147
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
msgstr "Guardar"
|
msgstr "Guardar"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:202
|
#: src/components/Footer.jsx:230
|
||||||
msgid "Save as HTML file"
|
msgid "Save as HTML file"
|
||||||
msgstr "Guardar como archivo HTML"
|
msgstr "Guardar como archivo HTML"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:71
|
#: src/components/MainHeader.jsx:138
|
||||||
msgid "Save current creation (Ctrl/⌘ + S)"
|
msgid "Save current creation (Ctrl/⌘ + S)"
|
||||||
msgstr "Guardar la creación actual (Ctrl/⌘ + S)"
|
msgstr "Guardar la creación actual (Ctrl/⌘ + S)"
|
||||||
|
|
||||||
@ -234,19 +285,19 @@ msgstr "Guardar la creación actual (Ctrl/⌘ + S)"
|
|||||||
msgid "Save current creations"
|
msgid "Save current creations"
|
||||||
msgstr "Guardar las creaciones actuales"
|
msgstr "Guardar las creaciones actuales"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:209
|
#: src/components/SavedItemPane.jsx:213
|
||||||
msgid "Search your creations here..."
|
msgid "Search your creations here..."
|
||||||
msgstr "Busca tus creaciones aquí..."
|
msgstr "Busca tus creaciones aquí..."
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:110
|
#: src/components/HelpModal.jsx:123
|
||||||
msgid "See awesome libraries used"
|
msgid "See awesome libraries used"
|
||||||
msgstr "Vea las increíbles librerías utilizadas"
|
msgstr "Vea las increíbles librerías utilizadas"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:313
|
#: src/components/Footer.jsx:344
|
||||||
msgid "See changelog"
|
msgid "See changelog"
|
||||||
msgstr "Ver registro de cambios"
|
msgstr "Ver registro de cambios"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:110
|
#: src/components/MainHeader.jsx:181
|
||||||
msgid "See profile or Logout"
|
msgid "See profile or Logout"
|
||||||
msgstr "Ver perfil o cerrar sesión"
|
msgstr "Ver perfil o cerrar sesión"
|
||||||
|
|
||||||
@ -258,62 +309,90 @@ msgstr "Seleccione el siguiente partido"
|
|||||||
msgid "Select previous match"
|
msgid "Select previous match"
|
||||||
msgstr "Seleccione el partido anterior"
|
msgstr "Seleccione el partido anterior"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:325
|
#: src/components/Footer.jsx:356
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "Ajustes"
|
msgstr "Ajustes"
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:106
|
||||||
|
msgid "Share"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/HelpModal.jsx:73
|
||||||
|
msgid "Share Web Maker"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:91
|
||||||
|
msgid "Share this creation publicly"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/KeyboardShortcutsModal.jsx:114
|
#: src/components/KeyboardShortcutsModal.jsx:114
|
||||||
msgid "Single line comment"
|
msgid "Single line comment"
|
||||||
msgstr "Comentario de una sola línea"
|
msgstr "Comentario de una sola línea"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:58
|
#: src/components/MainHeader.jsx:122
|
||||||
msgid "Start a new creation"
|
msgid "Start a new creation"
|
||||||
msgstr "Iniciar una nueva creación"
|
msgstr "Iniciar una nueva creación"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:69
|
#: src/components/HelpModal.jsx:69
|
||||||
msgid "Support the developer"
|
#~ msgid "Support the developer"
|
||||||
msgstr "Apoyar al desarrollador"
|
#~ msgstr "Apoyar al desarrollador"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:139
|
#: src/components/Footer.jsx:139
|
||||||
msgid "Support the developer by pledging some amount"
|
#~ msgid "Support the developer by pledging some amount"
|
||||||
msgstr "Apoyar al desarrollador donando alguna cantidad"
|
#~ msgstr "Apoyar al desarrollador donando alguna cantidad"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:289
|
#: src/components/Footer.jsx:289
|
||||||
msgid "Switch to full screen preview"
|
#~ msgid "Switch to full screen preview"
|
||||||
msgstr "Cambiar a vista previa de pantalla completa"
|
#~ msgstr "Cambiar a vista previa de pantalla completa"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:279
|
#: src/components/Footer.jsx:310
|
||||||
msgid "Switch to layout with all vertical panes"
|
msgid "Switch to layout with all vertical panes"
|
||||||
msgstr "Cambiar a la disposición con todos los paneles verticales"
|
msgstr "Cambiar a la disposición con todos los paneles verticales"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:259
|
#: src/components/Footer.jsx:290
|
||||||
msgid "Switch to layout with preview on bottom"
|
msgid "Switch to layout with preview on bottom"
|
||||||
msgstr "Cambiar al diseño con vista previa en la parte inferior"
|
msgstr "Cambiar al diseño con vista previa en la parte inferior"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:269
|
#: src/components/Footer.jsx:300
|
||||||
msgid "Switch to layout with preview on left"
|
msgid "Switch to layout with preview on left"
|
||||||
msgstr "Cambiar al diseño con vista previa a la izquierda"
|
msgstr "Cambiar al diseño con vista previa a la izquierda"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:249
|
#: src/components/Footer.jsx:280
|
||||||
msgid "Switch to layout with preview on right"
|
msgid "Switch to layout with preview on right"
|
||||||
msgstr "Cambiar al diseño con vista previa a la derecha"
|
msgstr "Cambiar al diseño con vista previa a la derecha"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:236
|
#: src/components/Footer.jsx:267
|
||||||
msgid "Take screenshot of preview"
|
msgid "Take screenshot of preview"
|
||||||
msgstr "Tomar captura de pantalla de la vista previa"
|
msgstr "Tomar captura de pantalla de la vista previa"
|
||||||
|
|
||||||
#: src/components/Console.jsx:78
|
#: src/components/Console.jsx:117
|
||||||
msgid "Toggle console"
|
msgid "Toggle console"
|
||||||
msgstr "Alternar consola"
|
msgstr "Alternar consola"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:118
|
#: src/components/Footer.jsx:320
|
||||||
|
msgid "Toggle full screen preview"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:114
|
||||||
msgid "Tweet about 'Web Maker'"
|
msgid "Tweet about 'Web Maker'"
|
||||||
msgstr "Tuitea sobre 'Web Maker'"
|
msgstr "Tuitea sobre 'Web Maker'"
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:82
|
#: src/components/HelpModal.jsx:41
|
||||||
|
msgid "Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/AddLibrary.jsx:87
|
||||||
msgid "Type here to search libraries"
|
msgid "Type here to search libraries"
|
||||||
msgstr "Escriba aquí para buscar en las librerías"
|
msgstr "Escriba aquí para buscar en las librerías"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:183
|
#: src/components/Footer.jsx:149
|
||||||
|
msgid "Upgrade to PRO and get some advanced superpowers!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:194
|
||||||
msgid "Upload Image"
|
msgid "Upload Image"
|
||||||
msgstr "Cargar imagen"
|
msgstr "Cargar imagen"
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:62
|
||||||
|
msgid "Upload/Use assets"
|
||||||
|
msgstr ""
|
||||||
|
@ -5,17 +5,19 @@
|
|||||||
return n == 1
|
return n == 1
|
||||||
? 'one'
|
? 'one'
|
||||||
: n == 2 || n == 3
|
: n == 2 || n == 3
|
||||||
? 'two'
|
? 'two'
|
||||||
: n == 4
|
: n == 4
|
||||||
? 'few'
|
? 'few'
|
||||||
: n == 6
|
: n == 6
|
||||||
? 'many'
|
? 'many'
|
||||||
: 'other';
|
: 'other';
|
||||||
return n >= 0 && n <= 1 ? 'one' : 'other';
|
return n >= 0 && n <= 1 ? 'one' : 'other';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
messages: {
|
messages: {
|
||||||
'"Web Maker" <0>CHill</0>.': '"Web Maker" <0>CHill</0>.',
|
'"Web Maker" <0>CHill</0>.': '"Web Maker" <0>CHill</0>.',
|
||||||
|
'"Web Maker" is <0>open-source</0> under the <1>MIT License</1>':
|
||||||
|
'"Web Maker" is <0>open-source</0> under the <1>MIT License</1>',
|
||||||
'\'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':
|
||||||
@ -23,6 +25,7 @@
|
|||||||
'Add a JS/CSS library': 'Add a JS/CSS library',
|
'Add a JS/CSS library': 'Add a JS/CSS library',
|
||||||
'Add library':
|
'Add library':
|
||||||
'\u0932\u093E\u0907\u092C\u094D\u0930\u0947\u0930\u0940 \u091C\u094B\u0921\u093C\u0947\u0902',
|
'\u0932\u093E\u0907\u092C\u094D\u0930\u0947\u0930\u0940 \u091C\u094B\u0921\u093C\u0947\u0902',
|
||||||
|
Assets: 'Assets',
|
||||||
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)',
|
||||||
@ -34,6 +37,7 @@
|
|||||||
Console: 'Console',
|
Console: 'Console',
|
||||||
'Detach Preview': 'Detach Preview',
|
'Detach Preview': 'Detach Preview',
|
||||||
'Detach preview': 'Detach preview',
|
'Detach preview': 'Detach preview',
|
||||||
|
Discuss: 'Discuss',
|
||||||
Donate: '\u0926\u093E\u0928 \u0915\u0930\u0947\u0902',
|
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',
|
||||||
@ -45,6 +49,9 @@
|
|||||||
'Export all your creations into a single importable file.',
|
'Export all your creations into a single importable file.',
|
||||||
Find: 'Find',
|
Find: 'Find',
|
||||||
'Find & replace': 'Find & replace',
|
'Find & replace': 'Find & replace',
|
||||||
|
Fork: 'Fork',
|
||||||
|
'Fork this creation': 'Fork this creation',
|
||||||
|
Get: 'Get',
|
||||||
Global: 'Global',
|
Global: 'Global',
|
||||||
Help: 'Help',
|
Help: 'Help',
|
||||||
Import: 'Import',
|
Import: 'Import',
|
||||||
@ -55,6 +62,8 @@
|
|||||||
'Keyboard Shortcuts': 'Keyboard Shortcuts',
|
'Keyboard Shortcuts': 'Keyboard Shortcuts',
|
||||||
'Keyboard shortcuts': 'Keyboard shortcuts',
|
'Keyboard shortcuts': 'Keyboard shortcuts',
|
||||||
License: 'License',
|
License: 'License',
|
||||||
|
'Like this app? Please <0>rate it here</0>.':
|
||||||
|
'Like this app? 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>.',
|
'Like this extension? Please <0>rate it here</0>.',
|
||||||
Login: '\u0932\u0949\u0917\u093F\u0928',
|
Login: '\u0932\u0949\u0917\u093F\u0928',
|
||||||
@ -62,6 +71,12 @@
|
|||||||
'\u0932\u0949\u0917\u093F\u0928 / \u0938\u093E\u0907\u0928\u092A',
|
'\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>':
|
||||||
'<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',
|
'<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',
|
||||||
|
'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>',
|
||||||
|
'Mail me': 'Mail me',
|
||||||
|
Manage: 'Manage',
|
||||||
|
'Manage your PRO subscription': 'Manage your PRO subscription',
|
||||||
|
'My Library': 'My Library',
|
||||||
'My Library ({0})': function (a) {
|
'My Library ({0})': function (a) {
|
||||||
return [
|
return [
|
||||||
'\u092E\u0947\u0930\u0940 \u0930\u091A\u0928\u093E\u090F\u0901 (',
|
'\u092E\u0947\u0930\u0940 \u0930\u091A\u0928\u093E\u090F\u0901 (',
|
||||||
@ -107,6 +122,9 @@
|
|||||||
'Select next match': 'Select next match',
|
'Select next match': 'Select next match',
|
||||||
'Select previous match': 'Select previous match',
|
'Select previous match': 'Select previous match',
|
||||||
Settings: 'Settings',
|
Settings: 'Settings',
|
||||||
|
Share: 'Share',
|
||||||
|
'Share Web Maker': 'Share Web Maker',
|
||||||
|
'Share this creation publicly': 'Share this creation publicly',
|
||||||
Signup: 'Signup',
|
Signup: 'Signup',
|
||||||
'Single line comment': 'Single line comment',
|
'Single line comment': 'Single line comment',
|
||||||
'Start a new creation': 'Start a new creation',
|
'Start a new creation': 'Start a new creation',
|
||||||
@ -126,10 +144,14 @@
|
|||||||
'Switch to layout with preview on right',
|
'Switch to layout with preview on right',
|
||||||
'Take screenshot of preview': 'Take screenshot of preview',
|
'Take screenshot of preview': 'Take screenshot of preview',
|
||||||
'Toggle console': 'Toggle console',
|
'Toggle console': 'Toggle console',
|
||||||
|
'Toggle full screen preview': 'Toggle full screen preview',
|
||||||
"Tweet about 'Web Maker'": "Tweet about 'Web Maker'",
|
"Tweet about 'Web Maker'": "Tweet about 'Web Maker'",
|
||||||
'Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>':
|
'Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>':
|
||||||
'\u0939\u0932\u0935\u093E \u0939\u093F\u092F\u093E\u0901 \u092F\u0947 \u0924\u094B <0>\u091A\u092E\u092A\u094D\u0930\u0936</0>',
|
'\u0939\u0932\u0935\u093E \u0939\u093F\u092F\u093E\u0901 \u092F\u0947 \u0924\u094B <0>\u091A\u092E\u092A\u094D\u0930\u0936</0>',
|
||||||
'Type here to search libraries': 'Type here to search libraries',
|
'Type here to search libraries': 'Type here to search libraries',
|
||||||
'Upload Image': 'Upload Image'
|
'Upgrade to PRO and get some advanced superpowers!':
|
||||||
|
'Upgrade to PRO and get some advanced superpowers!',
|
||||||
|
'Upload Image': 'Upload Image',
|
||||||
|
'Upload/Use assets': 'Upload/Use assets'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -17,31 +17,40 @@ msgstr ""
|
|||||||
#~ msgid "\"Web Maker\" <0>CHill</0>."
|
#~ msgid "\"Web Maker\" <0>CHill</0>."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#: src/components/HelpModal.jsx:211
|
||||||
|
msgid "\"Web Maker\" is <0>open-source</0> under the <1>MIT License</1>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:116
|
#: 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:72
|
||||||
msgid "Add Library"
|
msgid "Add Library"
|
||||||
msgstr "लाइब्रेरी जोड़ें"
|
msgstr "लाइब्रेरी जोड़ें"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:41
|
#: src/components/MainHeader.jsx:73
|
||||||
msgid "Add a JS/CSS library"
|
msgid "Add a JS/CSS library"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:43
|
#: src/components/MainHeader.jsx:75
|
||||||
msgid "Add library"
|
msgid "Add library"
|
||||||
msgstr "लाइब्रेरी जोड़ें"
|
msgstr "लाइब्रेरी जोड़ें"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:91
|
#: src/components/Assets.jsx:235
|
||||||
msgid "Chat"
|
#: src/components/MainHeader.jsx:64
|
||||||
|
msgid "Assets"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:92
|
#: src/components/HelpModal.jsx:91
|
||||||
|
#~ msgid "Chat"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#: src/components/AddLibrary.jsx:97
|
||||||
msgid "Choose from popular libraries"
|
msgid "Choose from popular libraries"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Console.jsx:69
|
#: src/components/Console.jsx:108
|
||||||
msgid "Clear console (CTRL + L)"
|
msgid "Clear console (CTRL + L)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -49,7 +58,7 @@ 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
|
#: src/components/SavedItemPane.jsx:162
|
||||||
msgid "Close saved creations pane"
|
msgid "Close saved creations pane"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -57,7 +66,7 @@ msgstr ""
|
|||||||
msgid "Close saved creations panel & modals"
|
msgid "Close saved creations panel & modals"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Console.jsx:61
|
#: src/components/Console.jsx:100
|
||||||
msgid "Console"
|
msgid "Console"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -65,23 +74,27 @@ msgstr ""
|
|||||||
#~ msgid "Detach Preview"
|
#~ msgid "Detach Preview"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:297
|
#: src/components/Footer.jsx:328
|
||||||
msgid "Detach preview"
|
msgid "Detach preview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:142
|
#: src/components/HelpModal.jsx:95
|
||||||
msgid "Donate"
|
msgid "Discuss"
|
||||||
msgstr "दान करें"
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Console.jsx:57
|
#: src/components/Footer.jsx:142
|
||||||
|
#~ msgid "Donate"
|
||||||
|
#~ msgstr "दान करें"
|
||||||
|
|
||||||
|
#: src/components/Console.jsx:94
|
||||||
msgid "Double click to toggle console"
|
msgid "Double click to toggle console"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:170
|
#: src/components/Footer.jsx:181
|
||||||
msgid "Download game as zip"
|
msgid "Download game as zip"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:225
|
#: src/components/Footer.jsx:256
|
||||||
msgid "Edit on CodePen"
|
msgid "Edit on CodePen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -93,11 +106,11 @@ msgstr ""
|
|||||||
msgid "Emmet code completion"
|
msgid "Emmet code completion"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:190
|
#: src/components/SavedItemPane.jsx:193
|
||||||
msgid "Export"
|
msgid "Export"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:187
|
#: src/components/SavedItemPane.jsx:190
|
||||||
msgid "Export all your creations into a single importable file."
|
msgid "Export all your creations into a single importable file."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -109,20 +122,32 @@ msgstr ""
|
|||||||
msgid "Find & replace"
|
msgid "Find & replace"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:117
|
||||||
|
msgid "Fork"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:112
|
||||||
|
msgid "Fork this creation"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:153
|
||||||
|
msgid "Get"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/KeyboardShortcutsModal.jsx:15
|
#: src/components/KeyboardShortcutsModal.jsx:15
|
||||||
msgid "Global"
|
msgid "Global"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:90
|
#: src/components/Footer.jsx:86
|
||||||
#: src/components/Footer.jsx:190
|
#: src/components/Footer.jsx:201
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:199
|
#: src/components/SavedItemPane.jsx:202
|
||||||
msgid "Import"
|
msgid "Import"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:196
|
#: src/components/SavedItemPane.jsx:199
|
||||||
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,14 +163,18 @@ msgstr ""
|
|||||||
msgid "Keyboard Shortcuts"
|
msgid "Keyboard Shortcuts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:104
|
#: src/components/Footer.jsx:100
|
||||||
msgid "Keyboard shortcuts"
|
msgid "Keyboard shortcuts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:195
|
#: src/components/HelpModal.jsx:208
|
||||||
msgid "License"
|
msgid "License"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/HelpModal.jsx:54
|
||||||
|
msgid "Like this app? Please <0>rate it here</0>."
|
||||||
|
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 ""
|
||||||
@ -155,7 +184,7 @@ msgstr ""
|
|||||||
#~ msgid "Login"
|
#~ msgid "Login"
|
||||||
#~ msgstr "लॉगिन"
|
#~ msgstr "लॉगिन"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:104
|
#: src/components/MainHeader.jsx:174
|
||||||
msgid "Login/Signup"
|
msgid "Login/Signup"
|
||||||
msgstr "लॉगिन / साइनप"
|
msgstr "लॉगिन / साइनप"
|
||||||
|
|
||||||
@ -163,15 +192,35 @@ msgstr "लॉगिन / साइनप"
|
|||||||
#~ 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 "<0>💖</0> और <1> 🙌</1> से <2>कुशाग्र गौर</2> द्वारा बनाया गया"
|
#~ msgstr "<0>💖</0> और <1> 🙌</1> से <2>कुशाग्र गौर</2> द्वारा बनाया गया"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:179
|
#: src/components/HelpModal.jsx:19
|
||||||
msgid "My Library ({0})"
|
msgid "Made with <0>💖</0>& <1>🙌</1> by <2>Kushagra Gour</2>"
|
||||||
msgstr "मेरी रचनाएँ ({0})"
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:64
|
#: src/components/HelpModal.jsx:115
|
||||||
|
msgid "Mail me"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:138
|
||||||
|
msgid "Manage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:135
|
||||||
|
msgid "Manage your PRO subscription"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/SavedItemPane.jsx:182
|
||||||
|
msgid "My Library"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/SavedItemPane.jsx:179
|
||||||
|
#~ msgid "My Library ({0})"
|
||||||
|
#~ msgstr "मेरी रचनाएँ ({0})"
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:129
|
||||||
msgid "New"
|
msgid "New"
|
||||||
msgstr "नया बनाएँ"
|
msgstr "नया बनाएँ"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:215
|
#: src/components/SavedItemPane.jsx:220
|
||||||
msgid "No match found."
|
msgid "No match found."
|
||||||
msgstr "कुछ नहीं मिला"
|
msgstr "कुछ नहीं मिला"
|
||||||
|
|
||||||
@ -179,19 +228,19 @@ msgstr "कुछ नहीं मिला"
|
|||||||
#~ msgid "Note: You can load external scripts from following domains:"
|
#~ msgid "Note: You can load external scripts from following domains:"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:125
|
#: src/components/AddLibrary.jsx:130
|
||||||
msgid "Note: You can load external scripts only from following domains:"
|
msgid "Note: You can load external scripts only from following domains:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:232
|
#: src/components/SavedItemPane.jsx:237
|
||||||
msgid "Nothing saved here."
|
msgid "Nothing saved here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:96
|
#: src/components/MainHeader.jsx:164
|
||||||
msgid "Open"
|
msgid "Open"
|
||||||
msgstr "खोलें"
|
msgstr "खोलें"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:87
|
#: src/components/MainHeader.jsx:155
|
||||||
msgid "Open a saved creation (Ctrl/⌘ + O)"
|
msgid "Open a saved creation (Ctrl/⌘ + O)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -199,12 +248,12 @@ msgstr ""
|
|||||||
msgid "Open list of saved creations"
|
msgid "Open list of saved creations"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:88
|
#: src/components/AddLibrary.jsx:93
|
||||||
msgid "Powered by cdnjs"
|
msgid "Powered by cdnjs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:118
|
#: src/components/AddLibrary.jsx:123
|
||||||
#: src/components/AddLibrary.jsx:147
|
#: src/components/AddLibrary.jsx:153
|
||||||
msgid "Put each library in new line"
|
msgid "Put each library in new line"
|
||||||
msgstr "हर लाइब्रेरी नई लाइन मैं लिखें"
|
msgstr "हर लाइब्रेरी नई लाइन मैं लिखें"
|
||||||
|
|
||||||
@ -212,7 +261,7 @@ msgstr "हर लाइब्रेरी नई लाइन मैं लि
|
|||||||
msgid "Read more"
|
msgid "Read more"
|
||||||
msgstr "और जानें"
|
msgstr "और जानें"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:30
|
#: src/components/HelpModal.jsx:37
|
||||||
msgid "Read the documentation."
|
msgid "Read the documentation."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -224,15 +273,15 @@ msgstr ""
|
|||||||
msgid "Refresh preview"
|
msgid "Refresh preview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:102
|
#: src/components/HelpModal.jsx:106
|
||||||
msgid "Report a bug"
|
msgid "Report a bug"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:80
|
#: src/components/HelpModal.jsx:84
|
||||||
msgid "Review Web Maker"
|
msgid "Review Web Maker"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:32
|
#: src/components/MainHeader.jsx:53
|
||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "चलाएँ"
|
msgstr "चलाएँ"
|
||||||
|
|
||||||
@ -240,19 +289,19 @@ msgstr "चलाएँ"
|
|||||||
msgid "Run Prettier"
|
msgid "Run Prettier"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:26
|
#: src/components/MainHeader.jsx:47
|
||||||
msgid "Run preview (Ctrl/⌘ + Shift + 5)"
|
msgid "Run preview (Ctrl/⌘ + Shift + 5)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:80
|
#: src/components/MainHeader.jsx:147
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
msgstr "सुरक्षित करें"
|
msgstr "सुरक्षित करें"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:202
|
#: src/components/Footer.jsx:230
|
||||||
msgid "Save as HTML file"
|
msgid "Save as HTML file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:71
|
#: src/components/MainHeader.jsx:138
|
||||||
msgid "Save current creation (Ctrl/⌘ + S)"
|
msgid "Save current creation (Ctrl/⌘ + S)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -260,7 +309,7 @@ msgstr ""
|
|||||||
msgid "Save current creations"
|
msgid "Save current creations"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:209
|
#: src/components/SavedItemPane.jsx:213
|
||||||
msgid "Search your creations here..."
|
msgid "Search your creations here..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -268,15 +317,15 @@ msgstr ""
|
|||||||
#~ msgid "See Changelog"
|
#~ msgid "See Changelog"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:110
|
#: src/components/HelpModal.jsx:123
|
||||||
msgid "See awesome libraries used"
|
msgid "See awesome libraries used"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:313
|
#: src/components/Footer.jsx:344
|
||||||
msgid "See changelog"
|
msgid "See changelog"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:110
|
#: src/components/MainHeader.jsx:181
|
||||||
msgid "See profile or Logout"
|
msgid "See profile or Logout"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -288,10 +337,22 @@ msgstr ""
|
|||||||
msgid "Select previous match"
|
msgid "Select previous match"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:325
|
#: src/components/Footer.jsx:356
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:106
|
||||||
|
msgid "Share"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/HelpModal.jsx:73
|
||||||
|
msgid "Share Web Maker"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:91
|
||||||
|
msgid "Share this creation publicly"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:105
|
#: src/components/MainHeader.jsx:105
|
||||||
#: src/components/MainHeader.jsx:105
|
#: src/components/MainHeader.jsx:105
|
||||||
#~ msgid "Signup"
|
#~ msgid "Signup"
|
||||||
@ -301,31 +362,31 @@ msgstr ""
|
|||||||
msgid "Single line comment"
|
msgid "Single line comment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:58
|
#: src/components/MainHeader.jsx:122
|
||||||
msgid "Start a new creation"
|
msgid "Start a new creation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:69
|
#: src/components/HelpModal.jsx:69
|
||||||
msgid "Support the developer"
|
#~ msgid "Support the developer"
|
||||||
msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:139
|
#: 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:289
|
#: src/components/Footer.jsx:289
|
||||||
msgid "Switch to full screen preview"
|
#~ msgid "Switch to full screen preview"
|
||||||
msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:279
|
#: src/components/Footer.jsx:310
|
||||||
msgid "Switch to layout with all vertical panes"
|
msgid "Switch to layout with all vertical panes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:259
|
#: src/components/Footer.jsx:290
|
||||||
msgid "Switch to layout with preview on bottom"
|
msgid "Switch to layout with preview on bottom"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:269
|
#: src/components/Footer.jsx:300
|
||||||
msgid "Switch to layout with preview on left"
|
msgid "Switch to layout with preview on left"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -333,30 +394,42 @@ msgstr ""
|
|||||||
#~ msgid "Switch to layout with preview on left\""
|
#~ msgid "Switch to layout with preview on left\""
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:249
|
#: src/components/Footer.jsx:280
|
||||||
msgid "Switch to layout with preview on right"
|
msgid "Switch to layout with preview on right"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:236
|
#: src/components/Footer.jsx:267
|
||||||
msgid "Take screenshot of preview"
|
msgid "Take screenshot of preview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Console.jsx:78
|
#: src/components/Console.jsx:117
|
||||||
msgid "Toggle console"
|
msgid "Toggle console"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:118
|
#: src/components/Footer.jsx:320
|
||||||
|
msgid "Toggle full screen preview"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:114
|
||||||
msgid "Tweet about 'Web Maker'"
|
msgid "Tweet about 'Web Maker'"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:34
|
#: src/components/HelpModal.jsx:41
|
||||||
#~ 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:87
|
||||||
msgid "Type here to search libraries"
|
msgid "Type here to search libraries"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:183
|
#: src/components/Footer.jsx:149
|
||||||
|
msgid "Upgrade to PRO and get some advanced superpowers!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:194
|
||||||
msgid "Upload Image"
|
msgid "Upload Image"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:62
|
||||||
|
msgid "Upload/Use assets"
|
||||||
|
msgstr ""
|
||||||
|
@ -6,12 +6,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
messages: {
|
messages: {
|
||||||
|
'"Web Maker" is <0>open-source</0> under the <1>MIT License</1>':
|
||||||
|
'"Web Maker" is <0>open-source</0> under the <1>MIT License</1>',
|
||||||
'\'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.':
|
||||||
'\u304A\u3063\u3068\uFF01\u9078\u629E\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u304C\u7834\u640D\u3057\u3066\u3044\u307E\u3059\u3002"\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8"\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u751F\u6210\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002',
|
'\u304A\u3063\u3068\uFF01\u9078\u629E\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u304C\u7834\u640D\u3057\u3066\u3044\u307E\u3059\u3002"\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8"\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u751F\u6210\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002',
|
||||||
'Add Library': '\u30E9\u30A4\u30D6\u30E9\u30EA\u3092\u8FFD\u52A0',
|
'Add Library': '\u30E9\u30A4\u30D6\u30E9\u30EA\u3092\u8FFD\u52A0',
|
||||||
'Add a JS/CSS library':
|
'Add a JS/CSS library':
|
||||||
'JS/CSS\u30E9\u30A4\u30D6\u30E9\u30EA\u3092\u8FFD\u52A0',
|
'JS/CSS\u30E9\u30A4\u30D6\u30E9\u30EA\u3092\u8FFD\u52A0',
|
||||||
'Add library': '\u30E9\u30A4\u30D6\u30E9\u30EA\u3092\u8FFD\u52A0',
|
'Add library': '\u30E9\u30A4\u30D6\u30E9\u30EA\u3092\u8FFD\u52A0',
|
||||||
|
Assets: '\u30A2\u30BB\u30C3\u30C8',
|
||||||
Chat: '\u30C1\u30E3\u30C3\u30C8',
|
Chat: '\u30C1\u30E3\u30C3\u30C8',
|
||||||
'Choose from popular libraries':
|
'Choose from popular libraries':
|
||||||
'\u4EBA\u6C17\u306E\u3042\u308B\u30E9\u30A4\u30D6\u30E9\u30EA\u304B\u3089\u9078\u629E',
|
'\u4EBA\u6C17\u306E\u3042\u308B\u30E9\u30A4\u30D6\u30E9\u30EA\u304B\u3089\u9078\u629E',
|
||||||
@ -26,6 +29,7 @@
|
|||||||
Console: '\u30B3\u30F3\u30BD\u30FC\u30EB',
|
Console: '\u30B3\u30F3\u30BD\u30FC\u30EB',
|
||||||
'Detach preview':
|
'Detach preview':
|
||||||
'\u30D7\u30EC\u30D3\u30E5\u30FC\u3092\u5206\u96E2\u3059\u308B',
|
'\u30D7\u30EC\u30D3\u30E5\u30FC\u3092\u5206\u96E2\u3059\u308B',
|
||||||
|
Discuss: '\u30C7\u30A3\u30B9\u30AB\u30C3\u30B7\u30E7\u30F3',
|
||||||
Donate: '\u5BC4\u4ED8\u3059\u308B',
|
Donate: '\u5BC4\u4ED8\u3059\u308B',
|
||||||
'Double click to toggle console':
|
'Double click to toggle console':
|
||||||
'\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF\u3067\u30B3\u30F3\u30BD\u30FC\u30EB\u3092\u5207\u308A\u66FF\u3048\u308B',
|
'\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF\u3067\u30B3\u30F3\u30BD\u30FC\u30EB\u3092\u5207\u308A\u66FF\u3048\u308B',
|
||||||
@ -39,6 +43,10 @@
|
|||||||
'\u3059\u3079\u3066\u306E\u4F5C\u6210\u7269\u30921\u3064\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u53EF\u80FD\u306A\u30D5\u30A1\u30A4\u30EB\u306B\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u3057\u307E\u3059\u3002',
|
'\u3059\u3079\u3066\u306E\u4F5C\u6210\u7269\u30921\u3064\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u53EF\u80FD\u306A\u30D5\u30A1\u30A4\u30EB\u306B\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u3057\u307E\u3059\u3002',
|
||||||
Find: '\u691C\u7D22',
|
Find: '\u691C\u7D22',
|
||||||
'Find & replace': '\u691C\u7D22\u3068\u7F6E\u63DB',
|
'Find & replace': '\u691C\u7D22\u3068\u7F6E\u63DB',
|
||||||
|
Fork: '\u30D5\u30A9\u30FC\u30AF',
|
||||||
|
'Fork this creation':
|
||||||
|
'\u3053\u306E\u4F5C\u54C1\u3092\u30D5\u30A9\u30FC\u30AF',
|
||||||
|
Get: 'Get',
|
||||||
Global: '\u30B0\u30ED\u30FC\u30D0\u30EB',
|
Global: '\u30B0\u30ED\u30FC\u30D0\u30EB',
|
||||||
Help: '\u30D8\u30EB\u30D7',
|
Help: '\u30D8\u30EB\u30D7',
|
||||||
Import: '\u30A4\u30F3\u30DD\u30FC\u30C8',
|
Import: '\u30A4\u30F3\u30DD\u30FC\u30C8',
|
||||||
@ -53,8 +61,17 @@
|
|||||||
'Keyboard shortcuts':
|
'Keyboard shortcuts':
|
||||||
'\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8',
|
'\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8',
|
||||||
License: '\u30E9\u30A4\u30BB\u30F3\u30B9',
|
License: '\u30E9\u30A4\u30BB\u30F3\u30B9',
|
||||||
|
'Like this app? Please <0>rate it here</0>.':
|
||||||
|
'Like this app? Please <0>rate it here</0>.',
|
||||||
'Login/Signup':
|
'Login/Signup':
|
||||||
'\u30ED\u30B0\u30A4\u30F3/\u30B5\u30A4\u30F3\u30A2\u30C3\u30D7',
|
'\u30ED\u30B0\u30A4\u30F3/\u30B5\u30A4\u30F3\u30A2\u30C3\u30D7',
|
||||||
|
'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>',
|
||||||
|
'Mail me': '\u30E1\u30FC\u30EB\u3092\u9001\u308B',
|
||||||
|
Manage: '\u7BA1\u7406',
|
||||||
|
'Manage your PRO subscription':
|
||||||
|
'PRO\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3\u3092\u7BA1\u7406',
|
||||||
|
'My Library': '\u30DE\u30A4\u30E9\u30A4\u30D6\u30E9\u30EA',
|
||||||
'My Library ({0})': function (a) {
|
'My Library ({0})': function (a) {
|
||||||
return ['\u30DE\u30A4\u30E9\u30A4\u30D6\u30E9\u30EA (', a('0'), ')'];
|
return ['\u30DE\u30A4\u30E9\u30A4\u30D6\u30E9\u30EA (', a('0'), ')'];
|
||||||
},
|
},
|
||||||
@ -102,6 +119,10 @@
|
|||||||
'Select next match': '\u6B21\u306E\u4E00\u81F4\u3092\u9078\u629E',
|
'Select next match': '\u6B21\u306E\u4E00\u81F4\u3092\u9078\u629E',
|
||||||
'Select previous match': '\u524D\u306E\u4E00\u81F4\u3092\u9078\u629E',
|
'Select previous match': '\u524D\u306E\u4E00\u81F4\u3092\u9078\u629E',
|
||||||
Settings: '\u8A2D\u5B9A',
|
Settings: '\u8A2D\u5B9A',
|
||||||
|
Share: '\u5171\u6709',
|
||||||
|
'Share Web Maker': 'Web Maker\u3092\u5171\u6709',
|
||||||
|
'Share this creation publicly':
|
||||||
|
'\u3053\u306E\u4F5C\u54C1\u3092\u516C\u958B\u3057\u3066\u5171\u6709',
|
||||||
'Single line comment': '\u5358\u4E00\u884C\u30B3\u30E1\u30F3\u30C8',
|
'Single line comment': '\u5358\u4E00\u884C\u30B3\u30E1\u30F3\u30C8',
|
||||||
'Start a new creation': '\u65B0\u3057\u3044\u4F5C\u6210\u3092\u958B\u59CB',
|
'Start a new creation': '\u65B0\u3057\u3044\u4F5C\u6210\u3092\u958B\u59CB',
|
||||||
'Support the developer': '\u958B\u767A\u8005\u3092\u652F\u63F4\u3059\u308B',
|
'Support the developer': '\u958B\u767A\u8005\u3092\u652F\u63F4\u3059\u308B',
|
||||||
@ -121,10 +142,18 @@
|
|||||||
'\u30D7\u30EC\u30D3\u30E5\u30FC\u306E\u30B9\u30AF\u30EA\u30FC\u30F3\u30B7\u30E7\u30C3\u30C8\u3092\u64AE\u308B',
|
'\u30D7\u30EC\u30D3\u30E5\u30FC\u306E\u30B9\u30AF\u30EA\u30FC\u30F3\u30B7\u30E7\u30C3\u30C8\u3092\u64AE\u308B',
|
||||||
'Toggle console':
|
'Toggle console':
|
||||||
'\u30B3\u30F3\u30BD\u30FC\u30EB\u3092\u5207\u308A\u66FF\u3048\u308B',
|
'\u30B3\u30F3\u30BD\u30FC\u30EB\u3092\u5207\u308A\u66FF\u3048\u308B',
|
||||||
|
'Toggle full screen preview':
|
||||||
|
'\u30D5\u30EB\u30B9\u30AF\u30EA\u30FC\u30F3\u30D7\u30EC\u30D3\u30E5\u30FC\u3092\u5207\u308A\u66FF\u3048',
|
||||||
"Tweet about 'Web Maker'":
|
"Tweet about 'Web Maker'":
|
||||||
"'Web Maker'\u306B\u3064\u3044\u3066\u30C4\u30A4\u30FC\u30C8\u3059\u308B",
|
"'Web Maker'\u306B\u3064\u3044\u3066\u30C4\u30A4\u30FC\u30C8\u3059\u308B",
|
||||||
|
'Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>':
|
||||||
|
'Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>',
|
||||||
'Type here to search libraries':
|
'Type here to search libraries':
|
||||||
'\u30E9\u30A4\u30D6\u30E9\u30EA\u3092\u691C\u7D22\u3059\u308B\u305F\u3081\u306B\u3053\u3053\u306B\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044',
|
'\u30E9\u30A4\u30D6\u30E9\u30EA\u3092\u691C\u7D22\u3059\u308B\u305F\u3081\u306B\u3053\u3053\u306B\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044',
|
||||||
'Upload Image': '\u753B\u50CF\u3092\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9'
|
'Upgrade to PRO and get some advanced superpowers!':
|
||||||
|
'PRO\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u9AD8\u5EA6\u306A\u6A5F\u80FD\u3092\u624B\u306B\u5165\u308C\u307E\u3057\u3087\u3046\uFF01',
|
||||||
|
'Upload Image': '\u753B\u50CF\u3092\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9',
|
||||||
|
'Upload/Use assets':
|
||||||
|
'\u30A2\u30BB\u30C3\u30C8\u3092\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9/\u4F7F\u7528'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -14,31 +14,40 @@ msgstr ""
|
|||||||
"Plural-Forms: \n"
|
"Plural-Forms: \n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
||||||
|
#: src/components/HelpModal.jsx:211
|
||||||
|
msgid "\"Web Maker\" is <0>open-source</0> under the <1>MIT License</1>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:116
|
#: 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:72
|
||||||
msgid "Add Library"
|
msgid "Add Library"
|
||||||
msgstr "ライブラリを追加"
|
msgstr "ライブラリを追加"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:41
|
#: src/components/MainHeader.jsx:73
|
||||||
msgid "Add a JS/CSS library"
|
msgid "Add a JS/CSS library"
|
||||||
msgstr "JS/CSSライブラリを追加"
|
msgstr "JS/CSSライブラリを追加"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:43
|
#: src/components/MainHeader.jsx:75
|
||||||
msgid "Add library"
|
msgid "Add library"
|
||||||
msgstr "ライブラリを追加"
|
msgstr "ライブラリを追加"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:91
|
#: src/components/Assets.jsx:235
|
||||||
msgid "Chat"
|
#: src/components/MainHeader.jsx:64
|
||||||
msgstr "チャット"
|
msgid "Assets"
|
||||||
|
msgstr "アセット"
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:92
|
#: src/components/HelpModal.jsx:91
|
||||||
|
#~ msgid "Chat"
|
||||||
|
#~ msgstr "チャット"
|
||||||
|
|
||||||
|
#: src/components/AddLibrary.jsx:97
|
||||||
msgid "Choose from popular libraries"
|
msgid "Choose from popular libraries"
|
||||||
msgstr "人気のあるライブラリから選択"
|
msgstr "人気のあるライブラリから選択"
|
||||||
|
|
||||||
#: src/components/Console.jsx:69
|
#: src/components/Console.jsx:108
|
||||||
msgid "Clear console (CTRL + L)"
|
msgid "Clear console (CTRL + L)"
|
||||||
msgstr "コンソールをクリア(CTRL + L)"
|
msgstr "コンソールをクリア(CTRL + L)"
|
||||||
|
|
||||||
@ -46,7 +55,7 @@ msgstr "コンソールをクリア(CTRL + L)"
|
|||||||
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
|
#: src/components/SavedItemPane.jsx:162
|
||||||
msgid "Close saved creations pane"
|
msgid "Close saved creations pane"
|
||||||
msgstr "保存された作成物のペインを閉じる"
|
msgstr "保存された作成物のペインを閉じる"
|
||||||
|
|
||||||
@ -54,28 +63,31 @@ msgstr "保存された作成物のペインを閉じる"
|
|||||||
msgid "Close saved creations panel & modals"
|
msgid "Close saved creations panel & modals"
|
||||||
msgstr "保存された作成物のパネルとモーダルを閉じる"
|
msgstr "保存された作成物のパネルとモーダルを閉じる"
|
||||||
|
|
||||||
#: src/components/Console.jsx:61
|
#: src/components/Console.jsx:100
|
||||||
msgid "Console"
|
msgid "Console"
|
||||||
msgstr "コンソール"
|
msgstr "コンソール"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:297
|
#: src/components/Footer.jsx:328
|
||||||
msgid "Detach preview"
|
msgid "Detach preview"
|
||||||
msgstr "プレビューを分離する"
|
msgstr "プレビューを分離する"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:142
|
#: src/components/HelpModal.jsx:95
|
||||||
msgid "Donate"
|
msgid "Discuss"
|
||||||
msgstr "寄付する"
|
msgstr "ディスカッション"
|
||||||
|
|
||||||
#: src/components/Console.jsx:57
|
#: src/components/Footer.jsx:142
|
||||||
|
#~ msgid "Donate"
|
||||||
|
#~ msgstr "寄付する"
|
||||||
|
|
||||||
|
#: src/components/Console.jsx:94
|
||||||
msgid "Double click to toggle console"
|
msgid "Double click to toggle console"
|
||||||
msgstr "ダブルクリックでコンソールを切り替える"
|
msgstr "ダブルクリックでコンソールを切り替える"
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:181
|
||||||
#: src/components/Footer.jsx:170
|
|
||||||
msgid "Download game as zip"
|
msgid "Download game as zip"
|
||||||
msgstr "ゲームをzipとしてダウンロード"
|
msgstr "ゲームをzipとしてダウンロード"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:225
|
#: src/components/Footer.jsx:256
|
||||||
msgid "Edit on CodePen"
|
msgid "Edit on CodePen"
|
||||||
msgstr "CodePenで編集"
|
msgstr "CodePenで編集"
|
||||||
|
|
||||||
@ -87,11 +99,11 @@ msgstr "エディター"
|
|||||||
msgid "Emmet code completion"
|
msgid "Emmet code completion"
|
||||||
msgstr "Emmetコード補完"
|
msgstr "Emmetコード補完"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:190
|
#: src/components/SavedItemPane.jsx:193
|
||||||
msgid "Export"
|
msgid "Export"
|
||||||
msgstr "エクスポート"
|
msgstr "エクスポート"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:187
|
#: src/components/SavedItemPane.jsx:190
|
||||||
msgid "Export all your creations into a single importable file."
|
msgid "Export all your creations into a single importable file."
|
||||||
msgstr "すべての作成物を1つのインポート可能なファイルにエクスポートします。"
|
msgstr "すべての作成物を1つのインポート可能なファイルにエクスポートします。"
|
||||||
|
|
||||||
@ -103,19 +115,32 @@ msgstr "検索"
|
|||||||
msgid "Find & replace"
|
msgid "Find & replace"
|
||||||
msgstr "検索と置換"
|
msgstr "検索と置換"
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:117
|
||||||
|
msgid "Fork"
|
||||||
|
msgstr "フォーク"
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:112
|
||||||
|
msgid "Fork this creation"
|
||||||
|
msgstr "この作品をフォーク"
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:153
|
||||||
|
msgid "Get"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/KeyboardShortcutsModal.jsx:15
|
#: src/components/KeyboardShortcutsModal.jsx:15
|
||||||
msgid "Global"
|
msgid "Global"
|
||||||
msgstr "グローバル"
|
msgstr "グローバル"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:90 src/components/Footer.jsx:190
|
#: src/components/Footer.jsx:86
|
||||||
|
#: src/components/Footer.jsx:201
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr "ヘルプ"
|
msgstr "ヘルプ"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:199
|
#: src/components/SavedItemPane.jsx:202
|
||||||
msgid "Import"
|
msgid "Import"
|
||||||
msgstr "インポート"
|
msgstr "インポート"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:196
|
#: src/components/SavedItemPane.jsx:199
|
||||||
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 "作成物をインポートします。'エクスポート'ボタンを通じてエクスポートされたファイルのみがインポート可能です。"
|
||||||
|
|
||||||
@ -131,44 +156,67 @@ msgstr "コードを右にインデント"
|
|||||||
msgid "Keyboard Shortcuts"
|
msgid "Keyboard Shortcuts"
|
||||||
msgstr "キーボードショートカット"
|
msgstr "キーボードショートカット"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:104
|
#: src/components/Footer.jsx:100
|
||||||
msgid "Keyboard shortcuts"
|
msgid "Keyboard shortcuts"
|
||||||
msgstr "キーボードショートカット"
|
msgstr "キーボードショートカット"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:195
|
#: src/components/HelpModal.jsx:208
|
||||||
msgid "License"
|
msgid "License"
|
||||||
msgstr "ライセンス"
|
msgstr "ライセンス"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:104
|
#: src/components/HelpModal.jsx:54
|
||||||
|
msgid "Like this app? Please <0>rate it here</0>."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:174
|
||||||
msgid "Login/Signup"
|
msgid "Login/Signup"
|
||||||
msgstr "ログイン/サインアップ"
|
msgstr "ログイン/サインアップ"
|
||||||
|
|
||||||
|
#: src/components/HelpModal.jsx:19
|
||||||
|
msgid "Made with <0>💖</0>& <1>🙌</1> by <2>Kushagra Gour</2>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/HelpModal.jsx:115
|
||||||
|
msgid "Mail me"
|
||||||
|
msgstr "メールを送る"
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:138
|
||||||
|
msgid "Manage"
|
||||||
|
msgstr "管理"
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:135
|
||||||
|
msgid "Manage your PRO subscription"
|
||||||
|
msgstr "PROサブスクリプションを管理"
|
||||||
|
|
||||||
|
#: src/components/SavedItemPane.jsx:182
|
||||||
|
msgid "My Library"
|
||||||
|
msgstr "マイライブラリ"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:179
|
#: src/components/SavedItemPane.jsx:179
|
||||||
msgid "My Library ({0})"
|
#~ msgid "My Library ({0})"
|
||||||
msgstr "マイライブラリ ({0})"
|
#~ msgstr "マイライブラリ ({0})"
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:129
|
||||||
#: src/components/MainHeader.jsx:64
|
|
||||||
msgid "New"
|
msgid "New"
|
||||||
msgstr "新規"
|
msgstr "新規"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:215
|
#: src/components/SavedItemPane.jsx:220
|
||||||
msgid "No match found."
|
msgid "No match found."
|
||||||
msgstr "一致するものが見つかりませんでした。"
|
msgstr "一致するものが見つかりませんでした。"
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:125
|
#: src/components/AddLibrary.jsx:130
|
||||||
msgid "Note: You can load external scripts only from following domains:"
|
msgid "Note: You can load external scripts only from following domains:"
|
||||||
msgstr "注意: 次のドメインからのみ外部スクリプトを読み込むことができます:"
|
msgstr "注意: 次のドメインからのみ外部スクリプトを読み込むことができます:"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:232
|
#: src/components/SavedItemPane.jsx:237
|
||||||
msgid "Nothing saved here."
|
msgid "Nothing saved here."
|
||||||
msgstr "ここには何も保存されていません。"
|
msgstr "ここには何も保存されていません。"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:96
|
#: src/components/MainHeader.jsx:164
|
||||||
msgid "Open"
|
msgid "Open"
|
||||||
msgstr "開く"
|
msgstr "開く"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:87
|
#: src/components/MainHeader.jsx:155
|
||||||
msgid "Open a saved creation (Ctrl/⌘ + O)"
|
msgid "Open a saved creation (Ctrl/⌘ + O)"
|
||||||
msgstr "保存された作成物を開く (Ctrl/⌘ + O)"
|
msgstr "保存された作成物を開く (Ctrl/⌘ + O)"
|
||||||
|
|
||||||
@ -176,11 +224,12 @@ msgstr "保存された作成物を開く (Ctrl/⌘ + O)"
|
|||||||
msgid "Open list of saved creations"
|
msgid "Open list of saved creations"
|
||||||
msgstr "保存された作成物のリストを開く"
|
msgstr "保存された作成物のリストを開く"
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:88
|
#: src/components/AddLibrary.jsx:93
|
||||||
msgid "Powered by cdnjs"
|
msgid "Powered by cdnjs"
|
||||||
msgstr "cdnjsによって提供"
|
msgstr "cdnjsによって提供"
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:118 src/components/AddLibrary.jsx:147
|
#: src/components/AddLibrary.jsx:123
|
||||||
|
#: src/components/AddLibrary.jsx:153
|
||||||
msgid "Put each library in new line"
|
msgid "Put each library in new line"
|
||||||
msgstr "各ライブラリを新しい行に置く"
|
msgstr "各ライブラリを新しい行に置く"
|
||||||
|
|
||||||
@ -188,7 +237,7 @@ msgstr "各ライブラリを新しい行に置く"
|
|||||||
msgid "Read more"
|
msgid "Read more"
|
||||||
msgstr "もっと読む"
|
msgstr "もっと読む"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:30
|
#: src/components/HelpModal.jsx:37
|
||||||
msgid "Read the documentation."
|
msgid "Read the documentation."
|
||||||
msgstr "ドキュメントを読む。"
|
msgstr "ドキュメントを読む。"
|
||||||
|
|
||||||
@ -200,15 +249,15 @@ msgstr "コードを再整列する"
|
|||||||
msgid "Refresh preview"
|
msgid "Refresh preview"
|
||||||
msgstr "プレビューを更新する"
|
msgstr "プレビューを更新する"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:102
|
#: src/components/HelpModal.jsx:106
|
||||||
msgid "Report a bug"
|
msgid "Report a bug"
|
||||||
msgstr "バグを報告する"
|
msgstr "バグを報告する"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:80
|
#: src/components/HelpModal.jsx:84
|
||||||
msgid "Review Web Maker"
|
msgid "Review Web Maker"
|
||||||
msgstr "Web Makerをレビューする"
|
msgstr "Web Makerをレビューする"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:32
|
#: src/components/MainHeader.jsx:53
|
||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "実行"
|
msgstr "実行"
|
||||||
|
|
||||||
@ -216,19 +265,19 @@ msgstr "実行"
|
|||||||
msgid "Run Prettier"
|
msgid "Run Prettier"
|
||||||
msgstr "Prettierを実行"
|
msgstr "Prettierを実行"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:26
|
#: src/components/MainHeader.jsx:47
|
||||||
msgid "Run preview (Ctrl/⌘ + Shift + 5)"
|
msgid "Run preview (Ctrl/⌘ + Shift + 5)"
|
||||||
msgstr "プレビューを実行する (Ctrl/⌘ + Shift + 5)"
|
msgstr "プレビューを実行する (Ctrl/⌘ + Shift + 5)"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:80
|
#: src/components/MainHeader.jsx:147
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
msgstr "保存"
|
msgstr "保存"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:202
|
#: src/components/Footer.jsx:230
|
||||||
msgid "Save as HTML file"
|
msgid "Save as HTML file"
|
||||||
msgstr "HTMLファイルとして保存"
|
msgstr "HTMLファイルとして保存"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:71
|
#: src/components/MainHeader.jsx:138
|
||||||
msgid "Save current creation (Ctrl/⌘ + S)"
|
msgid "Save current creation (Ctrl/⌘ + S)"
|
||||||
msgstr "現在の作成物を保存 (Ctrl/⌘ + S)"
|
msgstr "現在の作成物を保存 (Ctrl/⌘ + S)"
|
||||||
|
|
||||||
@ -236,19 +285,19 @@ msgstr "現在の作成物を保存 (Ctrl/⌘ + S)"
|
|||||||
msgid "Save current creations"
|
msgid "Save current creations"
|
||||||
msgstr "現在の作成物を保存"
|
msgstr "現在の作成物を保存"
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:209
|
#: src/components/SavedItemPane.jsx:213
|
||||||
msgid "Search your creations here..."
|
msgid "Search your creations here..."
|
||||||
msgstr "ここであなたの作成物を検索..."
|
msgstr "ここであなたの作成物を検索..."
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:110
|
#: src/components/HelpModal.jsx:123
|
||||||
msgid "See awesome libraries used"
|
msgid "See awesome libraries used"
|
||||||
msgstr "使用されている素晴らしいライブラリを見る"
|
msgstr "使用されている素晴らしいライブラリを見る"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:313
|
#: src/components/Footer.jsx:344
|
||||||
msgid "See changelog"
|
msgid "See changelog"
|
||||||
msgstr "変更ログを見る"
|
msgstr "変更ログを見る"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:110
|
#: src/components/MainHeader.jsx:181
|
||||||
msgid "See profile or Logout"
|
msgid "See profile or Logout"
|
||||||
msgstr "プロフィールを見るまたはログアウト"
|
msgstr "プロフィールを見るまたはログアウト"
|
||||||
|
|
||||||
@ -260,63 +309,90 @@ msgstr "次の一致を選択"
|
|||||||
msgid "Select previous match"
|
msgid "Select previous match"
|
||||||
msgstr "前の一致を選択"
|
msgstr "前の一致を選択"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:325
|
#: src/components/Footer.jsx:356
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "設定"
|
msgstr "設定"
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:106
|
||||||
|
msgid "Share"
|
||||||
|
msgstr "共有"
|
||||||
|
|
||||||
|
#: src/components/HelpModal.jsx:73
|
||||||
|
msgid "Share Web Maker"
|
||||||
|
msgstr "Web Makerを共有"
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:91
|
||||||
|
msgid "Share this creation publicly"
|
||||||
|
msgstr "この作品を公開して共有"
|
||||||
|
|
||||||
#: src/components/KeyboardShortcutsModal.jsx:114
|
#: src/components/KeyboardShortcutsModal.jsx:114
|
||||||
msgid "Single line comment"
|
msgid "Single line comment"
|
||||||
msgstr "単一行コメント"
|
msgstr "単一行コメント"
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:58
|
#: src/components/MainHeader.jsx:122
|
||||||
msgid "Start a new creation"
|
msgid "Start a new creation"
|
||||||
msgstr "新しい作成を開始"
|
msgstr "新しい作成を開始"
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:69
|
#: src/components/HelpModal.jsx:69
|
||||||
msgid "Support the developer"
|
#~ msgid "Support the developer"
|
||||||
msgstr "開発者を支援する"
|
#~ msgstr "開発者を支援する"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:139
|
#: 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:289
|
#: src/components/Footer.jsx:289
|
||||||
msgid "Switch to full screen preview"
|
#~ msgid "Switch to full screen preview"
|
||||||
msgstr "フルスクリーンプレビューに切り替え"
|
#~ msgstr "フルスクリーンプレビューに切り替え"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:279
|
#: src/components/Footer.jsx:310
|
||||||
msgid "Switch to layout with all vertical panes"
|
msgid "Switch to layout with all vertical panes"
|
||||||
msgstr "全ての垂直ペインを持つレイアウトに切り替え"
|
msgstr "全ての垂直ペインを持つレイアウトに切り替え"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:259
|
#: src/components/Footer.jsx:290
|
||||||
msgid "Switch to layout with preview on bottom"
|
msgid "Switch to layout with preview on bottom"
|
||||||
msgstr "下部にプレビューがあるレイアウトに切り替え"
|
msgstr "下部にプレビューがあるレイアウトに切り替え"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:269
|
#: src/components/Footer.jsx:300
|
||||||
msgid "Switch to layout with preview on left"
|
msgid "Switch to layout with preview on left"
|
||||||
msgstr "左側にプレビューがあるレイアウトに切り替え"
|
msgstr "左側にプレビューがあるレイアウトに切り替え"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:249
|
#: src/components/Footer.jsx:280
|
||||||
msgid "Switch to layout with preview on right"
|
msgid "Switch to layout with preview on right"
|
||||||
msgstr "右側にプレビューがあるレイアウトに切り替え"
|
msgstr "右側にプレビューがあるレイアウトに切り替え"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:236
|
#: src/components/Footer.jsx:267
|
||||||
msgid "Take screenshot of preview"
|
msgid "Take screenshot of preview"
|
||||||
msgstr "プレビューのスクリーンショットを撮る"
|
msgstr "プレビューのスクリーンショットを撮る"
|
||||||
|
|
||||||
#: src/components/Console.jsx:78
|
#: src/components/Console.jsx:117
|
||||||
msgid "Toggle console"
|
msgid "Toggle console"
|
||||||
msgstr "コンソールを切り替える"
|
msgstr "コンソールを切り替える"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:118
|
#: src/components/Footer.jsx:320
|
||||||
|
msgid "Toggle full screen preview"
|
||||||
|
msgstr "フルスクリーンプレビューを切り替え"
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:114
|
||||||
msgid "Tweet about 'Web Maker'"
|
msgid "Tweet about 'Web Maker'"
|
||||||
msgstr "'Web Maker'についてツイートする"
|
msgstr "'Web Maker'についてツイートする"
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:82
|
#: src/components/HelpModal.jsx:41
|
||||||
|
msgid "Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/AddLibrary.jsx:87
|
||||||
msgid "Type here to search libraries"
|
msgid "Type here to search libraries"
|
||||||
msgstr "ライブラリを検索するためにここに入力してください"
|
msgstr "ライブラリを検索するためにここに入力してください"
|
||||||
|
|
||||||
#: src/components/Footer.jsx:183
|
#: src/components/Footer.jsx:149
|
||||||
|
msgid "Upgrade to PRO and get some advanced superpowers!"
|
||||||
|
msgstr "PROにアップグレードして高度な機能を手に入れましょう!"
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:194
|
||||||
msgid "Upload Image"
|
msgid "Upload Image"
|
||||||
msgstr "画像をアップロード"
|
msgstr "画像をアップロード"
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:62
|
||||||
|
msgid "Upload/Use assets"
|
||||||
|
msgstr "アセットをアップロード/使用"
|
||||||
|
@ -7,11 +7,14 @@
|
|||||||
},
|
},
|
||||||
messages: {
|
messages: {
|
||||||
'"Web Maker" <0>CHill</0>.': '"Web Maker" <0>CHill</0>.',
|
'"Web Maker" <0>CHill</0>.': '"Web Maker" <0>CHill</0>.',
|
||||||
|
'"Web Maker" is <0>open-source</0> under the <1>MIT License</1>':
|
||||||
|
'"Web Maker" is <0>open-source</0> under the <1>MIT License</1>',
|
||||||
'\'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': 'Add Library',
|
||||||
'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': 'Add library',
|
||||||
|
Assets: 'Assets',
|
||||||
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)',
|
||||||
@ -23,6 +26,7 @@
|
|||||||
Console: 'Console',
|
Console: 'Console',
|
||||||
'Detach Preview': 'Detach Preview',
|
'Detach Preview': 'Detach Preview',
|
||||||
'Detach preview': 'Detach preview',
|
'Detach preview': 'Detach preview',
|
||||||
|
Discuss: 'Discuss',
|
||||||
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',
|
||||||
@ -34,6 +38,9 @@
|
|||||||
'Export all your creations into a single importable file.',
|
'Export all your creations into a single importable file.',
|
||||||
Find: 'Find',
|
Find: 'Find',
|
||||||
'Find & replace': 'Find & replace',
|
'Find & replace': 'Find & replace',
|
||||||
|
Fork: 'Fork',
|
||||||
|
'Fork this creation': 'Fork this creation',
|
||||||
|
Get: 'Get',
|
||||||
Global: 'Global',
|
Global: 'Global',
|
||||||
Help: 'Help',
|
Help: 'Help',
|
||||||
Import: 'Import',
|
Import: 'Import',
|
||||||
@ -44,12 +51,20 @@
|
|||||||
'Keyboard Shortcuts': 'Keyboard Shortcuts',
|
'Keyboard Shortcuts': 'Keyboard Shortcuts',
|
||||||
'Keyboard shortcuts': 'Keyboard shortcuts',
|
'Keyboard shortcuts': 'Keyboard shortcuts',
|
||||||
License: 'License',
|
License: 'License',
|
||||||
|
'Like this app? Please <0>rate it here</0>.':
|
||||||
|
'Like this app? 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>.',
|
'Like this extension? Please <0>rate it here</0>.',
|
||||||
Login: 'Login',
|
Login: 'Login',
|
||||||
'Login/Signup': 'Login/Signup',
|
'Login/Signup': 'Login/Signup',
|
||||||
'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>',
|
'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>',
|
||||||
|
'Mail me': 'Mail me',
|
||||||
|
Manage: 'Manage',
|
||||||
|
'Manage your PRO subscription': 'Manage your PRO subscription',
|
||||||
|
'My Library': 'My Library',
|
||||||
'My Library ({0})': function (a) {
|
'My Library ({0})': function (a) {
|
||||||
return ['My Library (', a('0'), ')'];
|
return ['My Library (', a('0'), ')'];
|
||||||
},
|
},
|
||||||
@ -89,6 +104,9 @@
|
|||||||
'Select next match': 'Select next match',
|
'Select next match': 'Select next match',
|
||||||
'Select previous match': 'Select previous match',
|
'Select previous match': 'Select previous match',
|
||||||
Settings: 'Settings',
|
Settings: 'Settings',
|
||||||
|
Share: 'Share',
|
||||||
|
'Share Web Maker': 'Share Web Maker',
|
||||||
|
'Share this creation publicly': 'Share this creation publicly',
|
||||||
Signup: 'Signup',
|
Signup: 'Signup',
|
||||||
'Single line comment': 'Single line comment',
|
'Single line comment': 'Single line comment',
|
||||||
'Start a new creation': 'Start a new creation',
|
'Start a new creation': 'Start a new creation',
|
||||||
@ -108,10 +126,14 @@
|
|||||||
'Switch to layout with preview on right',
|
'Switch to layout with preview on right',
|
||||||
'Take screenshot of preview': 'Take screenshot of preview',
|
'Take screenshot of preview': 'Take screenshot of preview',
|
||||||
'Toggle console': 'Toggle console',
|
'Toggle console': 'Toggle console',
|
||||||
|
'Toggle full screen preview': 'Toggle full screen preview',
|
||||||
"Tweet about 'Web Maker'": "Tweet about 'Web Maker'",
|
"Tweet about 'Web Maker'": "Tweet about 'Web Maker'",
|
||||||
'Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>':
|
'Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>':
|
||||||
'Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>',
|
'Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>',
|
||||||
'Type here to search libraries': 'Type here to search libraries',
|
'Type here to search libraries': 'Type here to search libraries',
|
||||||
'Upload Image': 'Upload Image'
|
'Upgrade to PRO and get some advanced superpowers!':
|
||||||
|
'Upgrade to PRO and get some advanced superpowers!',
|
||||||
|
'Upload Image': 'Upload Image',
|
||||||
|
'Upload/Use assets': 'Upload/Use assets'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -17,31 +17,40 @@ msgstr ""
|
|||||||
#~ msgid "\"Web Maker\" <0>CHill</0>."
|
#~ msgid "\"Web Maker\" <0>CHill</0>."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#: src/components/HelpModal.jsx:211
|
||||||
|
msgid "\"Web Maker\" is <0>open-source</0> under the <1>MIT License</1>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:116
|
#: 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:72
|
||||||
msgid "Add Library"
|
msgid "Add Library"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:41
|
#: src/components/MainHeader.jsx:73
|
||||||
msgid "Add a JS/CSS library"
|
msgid "Add a JS/CSS library"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:43
|
#: src/components/MainHeader.jsx:75
|
||||||
msgid "Add library"
|
msgid "Add library"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:91
|
#: src/components/Assets.jsx:235
|
||||||
msgid "Chat"
|
#: src/components/MainHeader.jsx:64
|
||||||
|
msgid "Assets"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:92
|
#: src/components/HelpModal.jsx:91
|
||||||
|
#~ msgid "Chat"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#: src/components/AddLibrary.jsx:97
|
||||||
msgid "Choose from popular libraries"
|
msgid "Choose from popular libraries"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Console.jsx:69
|
#: src/components/Console.jsx:108
|
||||||
msgid "Clear console (CTRL + L)"
|
msgid "Clear console (CTRL + L)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -49,7 +58,7 @@ 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
|
#: src/components/SavedItemPane.jsx:162
|
||||||
msgid "Close saved creations pane"
|
msgid "Close saved creations pane"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -57,7 +66,7 @@ msgstr ""
|
|||||||
msgid "Close saved creations panel & modals"
|
msgid "Close saved creations panel & modals"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Console.jsx:61
|
#: src/components/Console.jsx:100
|
||||||
msgid "Console"
|
msgid "Console"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -65,23 +74,27 @@ msgstr ""
|
|||||||
#~ msgid "Detach Preview"
|
#~ msgid "Detach Preview"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:297
|
#: src/components/Footer.jsx:328
|
||||||
msgid "Detach preview"
|
msgid "Detach preview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:142
|
#: src/components/HelpModal.jsx:95
|
||||||
msgid "Donate"
|
msgid "Discuss"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Console.jsx:57
|
#: src/components/Footer.jsx:142
|
||||||
|
#~ msgid "Donate"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#: src/components/Console.jsx:94
|
||||||
msgid "Double click to toggle console"
|
msgid "Double click to toggle console"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:170
|
#: src/components/Footer.jsx:181
|
||||||
msgid "Download game as zip"
|
msgid "Download game as zip"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:225
|
#: src/components/Footer.jsx:256
|
||||||
msgid "Edit on CodePen"
|
msgid "Edit on CodePen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -93,11 +106,11 @@ msgstr ""
|
|||||||
msgid "Emmet code completion"
|
msgid "Emmet code completion"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:190
|
#: src/components/SavedItemPane.jsx:193
|
||||||
msgid "Export"
|
msgid "Export"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:187
|
#: src/components/SavedItemPane.jsx:190
|
||||||
msgid "Export all your creations into a single importable file."
|
msgid "Export all your creations into a single importable file."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -109,20 +122,32 @@ msgstr ""
|
|||||||
msgid "Find & replace"
|
msgid "Find & replace"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:117
|
||||||
|
msgid "Fork"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:112
|
||||||
|
msgid "Fork this creation"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:153
|
||||||
|
msgid "Get"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/KeyboardShortcutsModal.jsx:15
|
#: src/components/KeyboardShortcutsModal.jsx:15
|
||||||
msgid "Global"
|
msgid "Global"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:90
|
#: src/components/Footer.jsx:86
|
||||||
#: src/components/Footer.jsx:190
|
#: src/components/Footer.jsx:201
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:199
|
#: src/components/SavedItemPane.jsx:202
|
||||||
msgid "Import"
|
msgid "Import"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:196
|
#: src/components/SavedItemPane.jsx:199
|
||||||
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,14 +163,18 @@ msgstr ""
|
|||||||
msgid "Keyboard Shortcuts"
|
msgid "Keyboard Shortcuts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:104
|
#: src/components/Footer.jsx:100
|
||||||
msgid "Keyboard shortcuts"
|
msgid "Keyboard shortcuts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:195
|
#: src/components/HelpModal.jsx:208
|
||||||
msgid "License"
|
msgid "License"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/HelpModal.jsx:54
|
||||||
|
msgid "Like this app? Please <0>rate it here</0>."
|
||||||
|
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 ""
|
||||||
@ -155,7 +184,7 @@ msgstr ""
|
|||||||
#~ msgid "Login"
|
#~ msgid "Login"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:104
|
#: src/components/MainHeader.jsx:174
|
||||||
msgid "Login/Signup"
|
msgid "Login/Signup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -163,15 +192,35 @@ msgstr ""
|
|||||||
#~ 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:179
|
#: src/components/HelpModal.jsx:19
|
||||||
msgid "My Library ({0})"
|
msgid "Made with <0>💖</0>& <1>🙌</1> by <2>Kushagra Gour</2>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:64
|
#: src/components/HelpModal.jsx:115
|
||||||
|
msgid "Mail me"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:138
|
||||||
|
msgid "Manage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:135
|
||||||
|
msgid "Manage your PRO subscription"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/SavedItemPane.jsx:182
|
||||||
|
msgid "My Library"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/SavedItemPane.jsx:179
|
||||||
|
#~ msgid "My Library ({0})"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:129
|
||||||
msgid "New"
|
msgid "New"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:215
|
#: src/components/SavedItemPane.jsx:220
|
||||||
msgid "No match found."
|
msgid "No match found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -179,19 +228,19 @@ msgstr ""
|
|||||||
#~ msgid "Note: You can load external scripts from following domains:"
|
#~ msgid "Note: You can load external scripts from following domains:"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:125
|
#: src/components/AddLibrary.jsx:130
|
||||||
msgid "Note: You can load external scripts only from following domains:"
|
msgid "Note: You can load external scripts only from following domains:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:232
|
#: src/components/SavedItemPane.jsx:237
|
||||||
msgid "Nothing saved here."
|
msgid "Nothing saved here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:96
|
#: src/components/MainHeader.jsx:164
|
||||||
msgid "Open"
|
msgid "Open"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:87
|
#: src/components/MainHeader.jsx:155
|
||||||
msgid "Open a saved creation (Ctrl/⌘ + O)"
|
msgid "Open a saved creation (Ctrl/⌘ + O)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -199,12 +248,12 @@ msgstr ""
|
|||||||
msgid "Open list of saved creations"
|
msgid "Open list of saved creations"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:88
|
#: src/components/AddLibrary.jsx:93
|
||||||
msgid "Powered by cdnjs"
|
msgid "Powered by cdnjs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/AddLibrary.jsx:118
|
#: src/components/AddLibrary.jsx:123
|
||||||
#: src/components/AddLibrary.jsx:147
|
#: src/components/AddLibrary.jsx:153
|
||||||
msgid "Put each library in new line"
|
msgid "Put each library in new line"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -212,7 +261,7 @@ msgstr ""
|
|||||||
msgid "Read more"
|
msgid "Read more"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:30
|
#: src/components/HelpModal.jsx:37
|
||||||
msgid "Read the documentation."
|
msgid "Read the documentation."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -224,15 +273,15 @@ msgstr ""
|
|||||||
msgid "Refresh preview"
|
msgid "Refresh preview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:102
|
#: src/components/HelpModal.jsx:106
|
||||||
msgid "Report a bug"
|
msgid "Report a bug"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:80
|
#: src/components/HelpModal.jsx:84
|
||||||
msgid "Review Web Maker"
|
msgid "Review Web Maker"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:32
|
#: src/components/MainHeader.jsx:53
|
||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -240,19 +289,19 @@ msgstr ""
|
|||||||
msgid "Run Prettier"
|
msgid "Run Prettier"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:26
|
#: src/components/MainHeader.jsx:47
|
||||||
msgid "Run preview (Ctrl/⌘ + Shift + 5)"
|
msgid "Run preview (Ctrl/⌘ + Shift + 5)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:80
|
#: src/components/MainHeader.jsx:147
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:202
|
#: src/components/Footer.jsx:230
|
||||||
msgid "Save as HTML file"
|
msgid "Save as HTML file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:71
|
#: src/components/MainHeader.jsx:138
|
||||||
msgid "Save current creation (Ctrl/⌘ + S)"
|
msgid "Save current creation (Ctrl/⌘ + S)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -260,7 +309,7 @@ msgstr ""
|
|||||||
msgid "Save current creations"
|
msgid "Save current creations"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/SavedItemPane.jsx:209
|
#: src/components/SavedItemPane.jsx:213
|
||||||
msgid "Search your creations here..."
|
msgid "Search your creations here..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -268,15 +317,15 @@ msgstr ""
|
|||||||
#~ msgid "See Changelog"
|
#~ msgid "See Changelog"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:110
|
#: src/components/HelpModal.jsx:123
|
||||||
msgid "See awesome libraries used"
|
msgid "See awesome libraries used"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:313
|
#: src/components/Footer.jsx:344
|
||||||
msgid "See changelog"
|
msgid "See changelog"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:110
|
#: src/components/MainHeader.jsx:181
|
||||||
msgid "See profile or Logout"
|
msgid "See profile or Logout"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -288,10 +337,22 @@ msgstr ""
|
|||||||
msgid "Select previous match"
|
msgid "Select previous match"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:325
|
#: src/components/Footer.jsx:356
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:106
|
||||||
|
msgid "Share"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/HelpModal.jsx:73
|
||||||
|
msgid "Share Web Maker"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:91
|
||||||
|
msgid "Share this creation publicly"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:105
|
#: src/components/MainHeader.jsx:105
|
||||||
#: src/components/MainHeader.jsx:105
|
#: src/components/MainHeader.jsx:105
|
||||||
#~ msgid "Signup"
|
#~ msgid "Signup"
|
||||||
@ -301,31 +362,31 @@ msgstr ""
|
|||||||
msgid "Single line comment"
|
msgid "Single line comment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/MainHeader.jsx:58
|
#: src/components/MainHeader.jsx:122
|
||||||
msgid "Start a new creation"
|
msgid "Start a new creation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:69
|
#: src/components/HelpModal.jsx:69
|
||||||
msgid "Support the developer"
|
#~ msgid "Support the developer"
|
||||||
msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:139
|
#: 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:289
|
#: src/components/Footer.jsx:289
|
||||||
msgid "Switch to full screen preview"
|
#~ msgid "Switch to full screen preview"
|
||||||
msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:279
|
#: src/components/Footer.jsx:310
|
||||||
msgid "Switch to layout with all vertical panes"
|
msgid "Switch to layout with all vertical panes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:259
|
#: src/components/Footer.jsx:290
|
||||||
msgid "Switch to layout with preview on bottom"
|
msgid "Switch to layout with preview on bottom"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:269
|
#: src/components/Footer.jsx:300
|
||||||
msgid "Switch to layout with preview on left"
|
msgid "Switch to layout with preview on left"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -333,30 +394,42 @@ msgstr ""
|
|||||||
#~ msgid "Switch to layout with preview on left\""
|
#~ msgid "Switch to layout with preview on left\""
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:249
|
#: src/components/Footer.jsx:280
|
||||||
msgid "Switch to layout with preview on right"
|
msgid "Switch to layout with preview on right"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:236
|
#: src/components/Footer.jsx:267
|
||||||
msgid "Take screenshot of preview"
|
msgid "Take screenshot of preview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Console.jsx:78
|
#: src/components/Console.jsx:117
|
||||||
msgid "Toggle console"
|
msgid "Toggle console"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:118
|
#: src/components/Footer.jsx:320
|
||||||
|
msgid "Toggle full screen preview"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:114
|
||||||
msgid "Tweet about 'Web Maker'"
|
msgid "Tweet about 'Web Maker'"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/HelpModal.jsx:34
|
#: src/components/HelpModal.jsx:41
|
||||||
#~ 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:87
|
||||||
msgid "Type here to search libraries"
|
msgid "Type here to search libraries"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Footer.jsx:183
|
#: src/components/Footer.jsx:149
|
||||||
|
msgid "Upgrade to PRO and get some advanced superpowers!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/Footer.jsx:194
|
||||||
msgid "Upload Image"
|
msgid "Upload Image"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/components/MainHeader.jsx:62
|
||||||
|
msgid "Upload/Use assets"
|
||||||
|
msgstr ""
|
||||||
|
Reference in New Issue
Block a user