mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-10 03:35:16 +02:00
update japanese translations
This commit is contained in:
parent
b929c5a936
commit
e39f97e6bd
@ -10,20 +10,23 @@
|
||||
return n10 == 1 && n100 != 11
|
||||
? 'one'
|
||||
: n10 == 2 && n100 != 12
|
||||
? 'two'
|
||||
: n10 == 3 && n100 != 13
|
||||
? 'few'
|
||||
: 'other';
|
||||
? 'two'
|
||||
: n10 == 3 && n100 != 13
|
||||
? 'few'
|
||||
: 'other';
|
||||
return n == 1 && v0 ? 'one' : 'other';
|
||||
}
|
||||
},
|
||||
messages: {
|
||||
'"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.',
|
||||
'Add Library': 'Add Library',
|
||||
'Add a JS/CSS library': 'Add a JS/CSS library',
|
||||
'Add library': 'Add library',
|
||||
Assets: 'Assets',
|
||||
Chat: 'Chat',
|
||||
'Choose from popular libraries': 'Choose from popular libraries',
|
||||
'Clear console (CTRL + L)': 'Clear console (CTRL + L)',
|
||||
@ -35,6 +38,7 @@
|
||||
Console: 'Console',
|
||||
'Detach Preview': 'Detach Preview',
|
||||
'Detach preview': 'Detach preview',
|
||||
Discuss: 'Discuss',
|
||||
Donate: 'Donate',
|
||||
'Double click to toggle console': 'Double click to toggle console',
|
||||
'Download game as zip': 'Download game as zip',
|
||||
@ -46,6 +50,9 @@
|
||||
'Export all your creations into a single importable file.',
|
||||
Find: 'Find',
|
||||
'Find & replace': 'Find & replace',
|
||||
Fork: 'Fork',
|
||||
'Fork this creation': 'Fork this creation',
|
||||
Get: 'Get',
|
||||
Global: 'Global',
|
||||
Help: 'Help',
|
||||
Import: 'Import',
|
||||
@ -56,12 +63,20 @@
|
||||
'Keyboard Shortcuts': 'Keyboard Shortcuts',
|
||||
'Keyboard shortcuts': 'Keyboard shortcuts',
|
||||
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>.',
|
||||
Login: 'Login',
|
||||
'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>',
|
||||
'Mail me': 'Mail me',
|
||||
Manage: 'Manage',
|
||||
'Manage your PRO subscription': 'Manage your PRO subscription',
|
||||
'My Library': 'My Library',
|
||||
'My Library ({0})': function (a) {
|
||||
return ['My Library (', a('0'), ')'];
|
||||
},
|
||||
@ -101,6 +116,9 @@
|
||||
'Select next match': 'Select next match',
|
||||
'Select previous match': 'Select previous match',
|
||||
Settings: 'Settings',
|
||||
Share: 'Share',
|
||||
'Share Web Maker': 'Share Web Maker',
|
||||
'Share this creation publicly': 'Share this creation publicly',
|
||||
Signup: 'Signup',
|
||||
'Single line comment': 'Single line comment',
|
||||
'Start a new creation': 'Start a new creation',
|
||||
@ -120,10 +138,14 @@
|
||||
'Switch to layout with preview on right',
|
||||
'Take screenshot of preview': 'Take screenshot of preview',
|
||||
'Toggle console': 'Toggle console',
|
||||
'Toggle full screen preview': 'Toggle full screen preview',
|
||||
"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>',
|
||||
'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>."
|
||||
#~ 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
|
||||
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."
|
||||
|
||||
#: src/components/AddLibrary.jsx:67
|
||||
#: src/components/AddLibrary.jsx:72
|
||||
msgid "Add Library"
|
||||
msgstr "Add Library"
|
||||
|
||||
#: src/components/MainHeader.jsx:41
|
||||
#: src/components/MainHeader.jsx:73
|
||||
msgid "Add a JS/CSS library"
|
||||
msgstr "Add a JS/CSS library"
|
||||
|
||||
#: src/components/MainHeader.jsx:43
|
||||
#: src/components/MainHeader.jsx:75
|
||||
msgid "Add library"
|
||||
msgstr "Add library"
|
||||
|
||||
#: src/components/HelpModal.jsx:91
|
||||
msgid "Chat"
|
||||
msgstr "Chat"
|
||||
#: src/components/Assets.jsx:235
|
||||
#: src/components/MainHeader.jsx:64
|
||||
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"
|
||||
msgstr "Choose from popular libraries"
|
||||
|
||||
#: src/components/Console.jsx:69
|
||||
#: src/components/Console.jsx:108
|
||||
msgid "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)"
|
||||
msgstr "Clear console (works when console input is focused)"
|
||||
|
||||
#: src/components/SavedItemPane.jsx:170
|
||||
#: src/components/SavedItemPane.jsx:162
|
||||
msgid "Close saved creations pane"
|
||||
msgstr "Close saved creations pane"
|
||||
|
||||
@ -57,7 +66,7 @@ msgstr "Close saved creations pane"
|
||||
msgid "Close saved creations panel & modals"
|
||||
msgstr "Close saved creations panel & modals"
|
||||
|
||||
#: src/components/Console.jsx:61
|
||||
#: src/components/Console.jsx:100
|
||||
msgid "Console"
|
||||
msgstr "Console"
|
||||
|
||||
@ -65,23 +74,27 @@ msgstr "Console"
|
||||
#~ msgid "Detach Preview"
|
||||
#~ msgstr "Detach Preview"
|
||||
|
||||
#: src/components/Footer.jsx:297
|
||||
#: src/components/Footer.jsx:328
|
||||
msgid "Detach preview"
|
||||
msgstr "Detach preview"
|
||||
|
||||
#: src/components/Footer.jsx:142
|
||||
msgid "Donate"
|
||||
msgstr "Donate"
|
||||
#: src/components/HelpModal.jsx:95
|
||||
msgid "Discuss"
|
||||
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"
|
||||
msgstr "Double click to toggle console"
|
||||
|
||||
#: src/components/Footer.jsx:170
|
||||
#: src/components/Footer.jsx:181
|
||||
msgid "Download game as zip"
|
||||
msgstr "Download game as zip"
|
||||
|
||||
#: src/components/Footer.jsx:225
|
||||
#: src/components/Footer.jsx:256
|
||||
msgid "Edit on CodePen"
|
||||
msgstr "Edit on CodePen"
|
||||
|
||||
@ -93,11 +106,11 @@ msgstr "Editor"
|
||||
msgid "Emmet code completion"
|
||||
msgstr "Emmet code completion"
|
||||
|
||||
#: src/components/SavedItemPane.jsx:190
|
||||
#: src/components/SavedItemPane.jsx:193
|
||||
msgid "Export"
|
||||
msgstr "Export"
|
||||
|
||||
#: src/components/SavedItemPane.jsx:187
|
||||
#: src/components/SavedItemPane.jsx:190
|
||||
msgid "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"
|
||||
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
|
||||
msgid "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"
|
||||
msgstr "Help"
|
||||
|
||||
#: src/components/SavedItemPane.jsx:199
|
||||
#: src/components/SavedItemPane.jsx:202
|
||||
msgid "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."
|
||||
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"
|
||||
msgstr "Keyboard Shortcuts"
|
||||
|
||||
#: src/components/Footer.jsx:104
|
||||
#: src/components/Footer.jsx:100
|
||||
msgid "Keyboard shortcuts"
|
||||
msgstr "Keyboard shortcuts"
|
||||
|
||||
#: src/components/HelpModal.jsx:195
|
||||
#: src/components/HelpModal.jsx:208
|
||||
msgid "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
|
||||
#~ msgid "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"
|
||||
#~ msgstr "Login"
|
||||
|
||||
#: src/components/MainHeader.jsx:104
|
||||
#: src/components/MainHeader.jsx:174
|
||||
msgid "Login/Signup"
|
||||
msgstr "Login/Signup"
|
||||
|
||||
@ -163,15 +192,35 @@ msgstr "Login/Signup"
|
||||
#~ msgid "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
|
||||
msgid "My Library ({0})"
|
||||
msgstr "My Library ({0})"
|
||||
#: src/components/HelpModal.jsx:19
|
||||
msgid "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/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"
|
||||
msgstr "New"
|
||||
|
||||
#: src/components/SavedItemPane.jsx:215
|
||||
#: src/components/SavedItemPane.jsx:220
|
||||
msgid "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:"
|
||||
#~ 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:"
|
||||
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."
|
||||
msgstr "Nothing saved here."
|
||||
|
||||
#: src/components/MainHeader.jsx:96
|
||||
#: src/components/MainHeader.jsx:164
|
||||
msgid "Open"
|
||||
msgstr "Open"
|
||||
|
||||
#: src/components/MainHeader.jsx:87
|
||||
#: src/components/MainHeader.jsx:155
|
||||
msgid "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"
|
||||
msgstr "Open list of saved creations"
|
||||
|
||||
#: src/components/AddLibrary.jsx:88
|
||||
#: src/components/AddLibrary.jsx:93
|
||||
msgid "Powered by cdnjs"
|
||||
msgstr "Powered by 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"
|
||||
msgstr "Put each library in new line"
|
||||
|
||||
@ -212,7 +261,7 @@ msgstr "Put each library in new line"
|
||||
msgid "Read more"
|
||||
msgstr "Read more"
|
||||
|
||||
#: src/components/HelpModal.jsx:30
|
||||
#: src/components/HelpModal.jsx:37
|
||||
msgid "Read the documentation."
|
||||
msgstr "Read the documentation."
|
||||
|
||||
@ -224,15 +273,15 @@ msgstr "Realign code"
|
||||
msgid "Refresh preview"
|
||||
msgstr "Refresh preview"
|
||||
|
||||
#: src/components/HelpModal.jsx:102
|
||||
#: src/components/HelpModal.jsx:106
|
||||
msgid "Report a bug"
|
||||
msgstr "Report a bug"
|
||||
|
||||
#: src/components/HelpModal.jsx:80
|
||||
#: src/components/HelpModal.jsx:84
|
||||
msgid "Review Web Maker"
|
||||
msgstr "Review Web Maker"
|
||||
|
||||
#: src/components/MainHeader.jsx:32
|
||||
#: src/components/MainHeader.jsx:53
|
||||
msgid "Run"
|
||||
msgstr "Run"
|
||||
|
||||
@ -240,19 +289,19 @@ msgstr "Run"
|
||||
msgid "Run Prettier"
|
||||
msgstr "Run Prettier"
|
||||
|
||||
#: src/components/MainHeader.jsx:26
|
||||
#: src/components/MainHeader.jsx:47
|
||||
msgid "Run preview (Ctrl/⌘ + Shift + 5)"
|
||||
msgstr "Run preview (Ctrl/⌘ + Shift + 5)"
|
||||
|
||||
#: src/components/MainHeader.jsx:80
|
||||
#: src/components/MainHeader.jsx:147
|
||||
msgid "Save"
|
||||
msgstr "Save"
|
||||
|
||||
#: src/components/Footer.jsx:202
|
||||
#: src/components/Footer.jsx:230
|
||||
msgid "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)"
|
||||
msgstr "Save current creation (Ctrl/⌘ + S)"
|
||||
|
||||
@ -260,7 +309,7 @@ msgstr "Save current creation (Ctrl/⌘ + S)"
|
||||
msgid "Save current creations"
|
||||
msgstr "Save current creations"
|
||||
|
||||
#: src/components/SavedItemPane.jsx:209
|
||||
#: src/components/SavedItemPane.jsx:213
|
||||
msgid "Search your creations here..."
|
||||
msgstr "Search your creations here..."
|
||||
|
||||
@ -268,15 +317,15 @@ msgstr "Search your creations here..."
|
||||
#~ msgid "See Changelog"
|
||||
#~ msgstr "See Changelog"
|
||||
|
||||
#: src/components/HelpModal.jsx:110
|
||||
#: src/components/HelpModal.jsx:123
|
||||
msgid "See awesome libraries used"
|
||||
msgstr "See awesome libraries used"
|
||||
|
||||
#: src/components/Footer.jsx:313
|
||||
#: src/components/Footer.jsx:344
|
||||
msgid "See changelog"
|
||||
msgstr "See changelog"
|
||||
|
||||
#: src/components/MainHeader.jsx:110
|
||||
#: src/components/MainHeader.jsx:181
|
||||
msgid "See profile or Logout"
|
||||
msgstr "See profile or Logout"
|
||||
|
||||
@ -288,10 +337,22 @@ msgstr "Select next match"
|
||||
msgid "Select previous match"
|
||||
msgstr "Select previous match"
|
||||
|
||||
#: src/components/Footer.jsx:325
|
||||
#: src/components/Footer.jsx:356
|
||||
msgid "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
|
||||
#~ msgid "Signup"
|
||||
@ -301,31 +362,31 @@ msgstr "Settings"
|
||||
msgid "Single line comment"
|
||||
msgstr "Single line comment"
|
||||
|
||||
#: src/components/MainHeader.jsx:58
|
||||
#: src/components/MainHeader.jsx:122
|
||||
msgid "Start a new creation"
|
||||
msgstr "Start a new creation"
|
||||
|
||||
#: src/components/HelpModal.jsx:69
|
||||
msgid "Support the developer"
|
||||
msgstr "Support the developer"
|
||||
#~ msgid "Support the developer"
|
||||
#~ msgstr "Support the developer"
|
||||
|
||||
#: src/components/Footer.jsx:139
|
||||
msgid "Support the developer by pledging some amount"
|
||||
msgstr "Support the developer by pledging some amount"
|
||||
#~ msgid "Support the developer by pledging some amount"
|
||||
#~ msgstr "Support the developer by pledging some amount"
|
||||
|
||||
#: src/components/Footer.jsx:289
|
||||
msgid "Switch to full screen preview"
|
||||
msgstr "Switch to full screen preview"
|
||||
#~ msgid "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"
|
||||
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"
|
||||
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"
|
||||
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\""
|
||||
#~ 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"
|
||||
msgstr "Switch to layout with preview on right"
|
||||
|
||||
#: src/components/Footer.jsx:236
|
||||
#: src/components/Footer.jsx:267
|
||||
msgid "Take screenshot of preview"
|
||||
msgstr "Take screenshot of preview"
|
||||
|
||||
#: src/components/Console.jsx:78
|
||||
#: src/components/Console.jsx:117
|
||||
msgid "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'"
|
||||
msgstr "Tweet about 'Web Maker'"
|
||||
|
||||
#: src/components/HelpModal.jsx:34
|
||||
#~ msgid "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/HelpModal.jsx:41
|
||||
msgid "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"
|
||||
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"
|
||||
msgstr "Upload Image"
|
||||
|
||||
#: src/components/MainHeader.jsx:62
|
||||
msgid "Upload/Use assets"
|
||||
msgstr "Upload/Use assets"
|
||||
|
@ -6,11 +6,14 @@
|
||||
}
|
||||
},
|
||||
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! 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 a JS/CSS library': 'A\xF1adir una librer\xEDa JS/CSS',
|
||||
'Add library': 'A\xF1adir librer\xEDa',
|
||||
Assets: 'Assets',
|
||||
Chat: 'Chat',
|
||||
'Choose from popular libraries': 'Elija entre las librer\xEDas populares',
|
||||
'Clear console (CTRL + L)': 'Borrar consola (CTRL + L)',
|
||||
@ -21,6 +24,7 @@
|
||||
'Cerrar el panel de creaciones guardadas y modales',
|
||||
Console: 'Consola',
|
||||
'Detach preview': 'Separar la vista previa',
|
||||
Discuss: 'Discuss',
|
||||
Donate: 'Donar',
|
||||
'Double click to toggle console':
|
||||
'Haga doble clic para alternar la consola',
|
||||
@ -33,6 +37,9 @@
|
||||
'Exporta todas tus creaciones en un \xFAnico archivo importable.',
|
||||
Find: 'Buscar',
|
||||
'Find & replace': 'Buscar y reemplazar',
|
||||
Fork: 'Fork',
|
||||
'Fork this creation': 'Fork this creation',
|
||||
Get: 'Get',
|
||||
Global: 'Global',
|
||||
Help: 'Ayuda',
|
||||
Import: 'Importar',
|
||||
@ -43,7 +50,15 @@
|
||||
'Keyboard Shortcuts': 'Atajos de Teclado',
|
||||
'Keyboard shortcuts': 'Atajos de teclado',
|
||||
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',
|
||||
'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',
|
||||
New: 'Nuevo',
|
||||
'No match found.': 'No se encontr\xF3 ninguna coincidencia.',
|
||||
@ -80,6 +95,9 @@
|
||||
'Select next match': 'Seleccione el siguiente partido',
|
||||
'Select previous match': 'Seleccione el partido anterior',
|
||||
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',
|
||||
'Start a new creation': 'Iniciar una nueva creaci\xF3n',
|
||||
'Support the developer': 'Apoyar al desarrollador',
|
||||
@ -98,9 +116,15 @@
|
||||
'Take screenshot of preview':
|
||||
'Tomar captura de pantalla de la vista previa',
|
||||
'Toggle console': 'Alternar consola',
|
||||
'Toggle full screen preview': 'Toggle full screen preview',
|
||||
"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':
|
||||
'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"
|
||||
"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
|
||||
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\"."
|
||||
|
||||
#: src/components/AddLibrary.jsx:67
|
||||
#: src/components/AddLibrary.jsx:72
|
||||
msgid "Add Library"
|
||||
msgstr "Añadir librería"
|
||||
|
||||
#: src/components/MainHeader.jsx:41
|
||||
#: src/components/MainHeader.jsx:73
|
||||
msgid "Add a JS/CSS library"
|
||||
msgstr "Añadir una librería JS/CSS"
|
||||
|
||||
#: src/components/MainHeader.jsx:43
|
||||
#: src/components/MainHeader.jsx:75
|
||||
msgid "Add library"
|
||||
msgstr "Añadir librería"
|
||||
|
||||
#: src/components/HelpModal.jsx:91
|
||||
msgid "Chat"
|
||||
msgstr "Chat"
|
||||
#: src/components/Assets.jsx:235
|
||||
#: src/components/MainHeader.jsx:64
|
||||
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"
|
||||
msgstr "Elija entre las librerías populares"
|
||||
|
||||
#: src/components/Console.jsx:69
|
||||
#: src/components/Console.jsx:108
|
||||
msgid "Clear console (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)"
|
||||
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"
|
||||
msgstr "Cerrar el panel creaciones guardadas"
|
||||
|
||||
@ -54,27 +63,31 @@ msgstr "Cerrar el panel creaciones guardadas"
|
||||
msgid "Close saved creations panel & modals"
|
||||
msgstr "Cerrar el panel de creaciones guardadas y modales"
|
||||
|
||||
#: src/components/Console.jsx:61
|
||||
#: src/components/Console.jsx:100
|
||||
msgid "Console"
|
||||
msgstr "Consola"
|
||||
|
||||
#: src/components/Footer.jsx:297
|
||||
#: src/components/Footer.jsx:328
|
||||
msgid "Detach preview"
|
||||
msgstr "Separar la vista previa"
|
||||
|
||||
#: src/components/Footer.jsx:142
|
||||
msgid "Donate"
|
||||
msgstr "Donar"
|
||||
#: src/components/HelpModal.jsx:95
|
||||
msgid "Discuss"
|
||||
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"
|
||||
msgstr "Haga doble clic para alternar la consola"
|
||||
|
||||
#: src/components/Footer.jsx:170
|
||||
#: src/components/Footer.jsx:181
|
||||
msgid "Download game as zip"
|
||||
msgstr "Descargar juego como zip"
|
||||
|
||||
#: src/components/Footer.jsx:225
|
||||
#: src/components/Footer.jsx:256
|
||||
msgid "Edit on CodePen"
|
||||
msgstr "Editar en CodePen"
|
||||
|
||||
@ -86,11 +99,11 @@ msgstr "Editor"
|
||||
msgid "Emmet code completion"
|
||||
msgstr "Finalización del código Emmet"
|
||||
|
||||
#: src/components/SavedItemPane.jsx:190
|
||||
#: src/components/SavedItemPane.jsx:193
|
||||
msgid "Export"
|
||||
msgstr "Exportar"
|
||||
|
||||
#: src/components/SavedItemPane.jsx:187
|
||||
#: src/components/SavedItemPane.jsx:190
|
||||
msgid "Export all your creations into a single importable file."
|
||||
msgstr "Exporta todas tus creaciones en un único archivo importable."
|
||||
|
||||
@ -102,19 +115,32 @@ msgstr "Buscar"
|
||||
msgid "Find & replace"
|
||||
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
|
||||
msgid "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"
|
||||
msgstr "Ayuda"
|
||||
|
||||
#: src/components/SavedItemPane.jsx:199
|
||||
#: src/components/SavedItemPane.jsx:202
|
||||
msgid "Import"
|
||||
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."
|
||||
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"
|
||||
msgstr "Atajos de Teclado"
|
||||
|
||||
#: src/components/Footer.jsx:104
|
||||
#: src/components/Footer.jsx:100
|
||||
msgid "Keyboard shortcuts"
|
||||
msgstr "Atajos de teclado"
|
||||
|
||||
#: src/components/HelpModal.jsx:195
|
||||
#: src/components/HelpModal.jsx:208
|
||||
msgid "License"
|
||||
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"
|
||||
msgstr "Iniciar sesión/Registrarse"
|
||||
|
||||
#: src/components/SavedItemPane.jsx:179
|
||||
msgid "My Library ({0})"
|
||||
msgstr "Mi biblioteca"
|
||||
#: src/components/HelpModal.jsx:19
|
||||
msgid "Made with <0>💖</0>& <1>🙌</1> by <2>Kushagra Gour</2>"
|
||||
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"
|
||||
msgstr "Nuevo"
|
||||
|
||||
#: src/components/SavedItemPane.jsx:215
|
||||
#: src/components/SavedItemPane.jsx:220
|
||||
msgid "No match found."
|
||||
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:"
|
||||
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."
|
||||
msgstr "Aquí no hay nada guardado."
|
||||
|
||||
#: src/components/MainHeader.jsx:96
|
||||
#: src/components/MainHeader.jsx:164
|
||||
msgid "Open"
|
||||
msgstr "Abrir"
|
||||
|
||||
#: src/components/MainHeader.jsx:87
|
||||
#: src/components/MainHeader.jsx:155
|
||||
msgid "Open a saved creation (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"
|
||||
msgstr "Abrir lista de creaciones guardadas"
|
||||
|
||||
#: src/components/AddLibrary.jsx:88
|
||||
#: src/components/AddLibrary.jsx:93
|
||||
msgid "Powered by 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"
|
||||
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"
|
||||
msgstr "Leer más"
|
||||
|
||||
#: src/components/HelpModal.jsx:30
|
||||
#: src/components/HelpModal.jsx:37
|
||||
msgid "Read the documentation."
|
||||
msgstr "Leer la documentación."
|
||||
|
||||
@ -198,15 +249,15 @@ msgstr "Reajustar el código"
|
||||
msgid "Refresh preview"
|
||||
msgstr "Actualizar la vista previa"
|
||||
|
||||
#: src/components/HelpModal.jsx:102
|
||||
#: src/components/HelpModal.jsx:106
|
||||
msgid "Report a bug"
|
||||
msgstr "Reporta un error"
|
||||
|
||||
#: src/components/HelpModal.jsx:80
|
||||
#: src/components/HelpModal.jsx:84
|
||||
msgid "Review Web Maker"
|
||||
msgstr "Reseña de Web Maker"
|
||||
|
||||
#: src/components/MainHeader.jsx:32
|
||||
#: src/components/MainHeader.jsx:53
|
||||
msgid "Run"
|
||||
msgstr "Ejecutar"
|
||||
|
||||
@ -214,19 +265,19 @@ msgstr "Ejecutar"
|
||||
msgid "Run Prettier"
|
||||
msgstr "Ejecutar Prettier"
|
||||
|
||||
#: src/components/MainHeader.jsx:26
|
||||
#: src/components/MainHeader.jsx:47
|
||||
msgid "Run preview (Ctrl/⌘ + Shift + 5)"
|
||||
msgstr "Ejecutar vista previa (Ctrl/⌘ + Shift + 5)"
|
||||
|
||||
#: src/components/MainHeader.jsx:80
|
||||
#: src/components/MainHeader.jsx:147
|
||||
msgid "Save"
|
||||
msgstr "Guardar"
|
||||
|
||||
#: src/components/Footer.jsx:202
|
||||
#: src/components/Footer.jsx:230
|
||||
msgid "Save as HTML file"
|
||||
msgstr "Guardar como archivo HTML"
|
||||
|
||||
#: src/components/MainHeader.jsx:71
|
||||
#: src/components/MainHeader.jsx:138
|
||||
msgid "Save current creation (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"
|
||||
msgstr "Guardar las creaciones actuales"
|
||||
|
||||
#: src/components/SavedItemPane.jsx:209
|
||||
#: src/components/SavedItemPane.jsx:213
|
||||
msgid "Search your creations here..."
|
||||
msgstr "Busca tus creaciones aquí..."
|
||||
|
||||
#: src/components/HelpModal.jsx:110
|
||||
#: src/components/HelpModal.jsx:123
|
||||
msgid "See awesome libraries used"
|
||||
msgstr "Vea las increíbles librerías utilizadas"
|
||||
|
||||
#: src/components/Footer.jsx:313
|
||||
#: src/components/Footer.jsx:344
|
||||
msgid "See changelog"
|
||||
msgstr "Ver registro de cambios"
|
||||
|
||||
#: src/components/MainHeader.jsx:110
|
||||
#: src/components/MainHeader.jsx:181
|
||||
msgid "See profile or Logout"
|
||||
msgstr "Ver perfil o cerrar sesión"
|
||||
|
||||
@ -258,62 +309,90 @@ msgstr "Seleccione el siguiente partido"
|
||||
msgid "Select previous match"
|
||||
msgstr "Seleccione el partido anterior"
|
||||
|
||||
#: src/components/Footer.jsx:325
|
||||
#: src/components/Footer.jsx:356
|
||||
msgid "Settings"
|
||||
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
|
||||
msgid "Single line comment"
|
||||
msgstr "Comentario de una sola línea"
|
||||
|
||||
#: src/components/MainHeader.jsx:58
|
||||
#: src/components/MainHeader.jsx:122
|
||||
msgid "Start a new creation"
|
||||
msgstr "Iniciar una nueva creación"
|
||||
|
||||
#: src/components/HelpModal.jsx:69
|
||||
msgid "Support the developer"
|
||||
msgstr "Apoyar al desarrollador"
|
||||
#~ msgid "Support the developer"
|
||||
#~ msgstr "Apoyar al desarrollador"
|
||||
|
||||
#: src/components/Footer.jsx:139
|
||||
msgid "Support the developer by pledging some amount"
|
||||
msgstr "Apoyar al desarrollador donando alguna cantidad"
|
||||
#~ msgid "Support the developer by pledging some amount"
|
||||
#~ msgstr "Apoyar al desarrollador donando alguna cantidad"
|
||||
|
||||
#: src/components/Footer.jsx:289
|
||||
msgid "Switch to full screen preview"
|
||||
msgstr "Cambiar a vista previa de pantalla completa"
|
||||
#~ msgid "Switch to full screen preview"
|
||||
#~ 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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
msgstr "Tomar captura de pantalla de la vista previa"
|
||||
|
||||
#: src/components/Console.jsx:78
|
||||
#: src/components/Console.jsx:117
|
||||
msgid "Toggle console"
|
||||
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'"
|
||||
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"
|
||||
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"
|
||||
msgstr "Cargar imagen"
|
||||
|
||||
#: src/components/MainHeader.jsx:62
|
||||
msgid "Upload/Use assets"
|
||||
msgstr ""
|
||||
|
@ -5,17 +5,19 @@
|
||||
return n == 1
|
||||
? 'one'
|
||||
: n == 2 || n == 3
|
||||
? 'two'
|
||||
: n == 4
|
||||
? 'few'
|
||||
: n == 6
|
||||
? 'many'
|
||||
: 'other';
|
||||
? 'two'
|
||||
: n == 4
|
||||
? 'few'
|
||||
: n == 6
|
||||
? 'many'
|
||||
: 'other';
|
||||
return n >= 0 && n <= 1 ? 'one' : 'other';
|
||||
}
|
||||
},
|
||||
messages: {
|
||||
'"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.',
|
||||
'Add Library':
|
||||
@ -23,6 +25,7 @@
|
||||
'Add a JS/CSS library': 'Add a JS/CSS library',
|
||||
'Add library':
|
||||
'\u0932\u093E\u0907\u092C\u094D\u0930\u0947\u0930\u0940 \u091C\u094B\u0921\u093C\u0947\u0902',
|
||||
Assets: 'Assets',
|
||||
Chat: 'Chat',
|
||||
'Choose from popular libraries': 'Choose from popular libraries',
|
||||
'Clear console (CTRL + L)': 'Clear console (CTRL + L)',
|
||||
@ -34,6 +37,7 @@
|
||||
Console: 'Console',
|
||||
'Detach Preview': 'Detach Preview',
|
||||
'Detach preview': 'Detach preview',
|
||||
Discuss: 'Discuss',
|
||||
Donate: '\u0926\u093E\u0928 \u0915\u0930\u0947\u0902',
|
||||
'Double click to toggle console': 'Double click to toggle console',
|
||||
'Download game as zip': 'Download game as zip',
|
||||
@ -45,6 +49,9 @@
|
||||
'Export all your creations into a single importable file.',
|
||||
Find: 'Find',
|
||||
'Find & replace': 'Find & replace',
|
||||
Fork: 'Fork',
|
||||
'Fork this creation': 'Fork this creation',
|
||||
Get: 'Get',
|
||||
Global: 'Global',
|
||||
Help: 'Help',
|
||||
Import: 'Import',
|
||||
@ -55,6 +62,8 @@
|
||||
'Keyboard Shortcuts': 'Keyboard Shortcuts',
|
||||
'Keyboard shortcuts': 'Keyboard shortcuts',
|
||||
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>.',
|
||||
Login: '\u0932\u0949\u0917\u093F\u0928',
|
||||
@ -62,6 +71,12 @@
|
||||
'\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>':
|
||||
'<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) {
|
||||
return [
|
||||
'\u092E\u0947\u0930\u0940 \u0930\u091A\u0928\u093E\u090F\u0901 (',
|
||||
@ -107,6 +122,9 @@
|
||||
'Select next match': 'Select next match',
|
||||
'Select previous match': 'Select previous match',
|
||||
Settings: 'Settings',
|
||||
Share: 'Share',
|
||||
'Share Web Maker': 'Share Web Maker',
|
||||
'Share this creation publicly': 'Share this creation publicly',
|
||||
Signup: 'Signup',
|
||||
'Single line comment': 'Single line comment',
|
||||
'Start a new creation': 'Start a new creation',
|
||||
@ -126,10 +144,14 @@
|
||||
'Switch to layout with preview on right',
|
||||
'Take screenshot of preview': 'Take screenshot of preview',
|
||||
'Toggle console': 'Toggle console',
|
||||
'Toggle full screen preview': 'Toggle full screen preview',
|
||||
"Tweet about 'Web Maker'": "Tweet about 'Web Maker'",
|
||||
'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>',
|
||||
'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>."
|
||||
#~ 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
|
||||
msgid "'Oops! Selected file is corrupted. Please select a file that was generated by clicking the \"Export\" button."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/AddLibrary.jsx:67
|
||||
#: src/components/AddLibrary.jsx:72
|
||||
msgid "Add Library"
|
||||
msgstr "लाइब्रेरी जोड़ें"
|
||||
|
||||
#: src/components/MainHeader.jsx:41
|
||||
#: src/components/MainHeader.jsx:73
|
||||
msgid "Add a JS/CSS library"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/MainHeader.jsx:43
|
||||
#: src/components/MainHeader.jsx:75
|
||||
msgid "Add library"
|
||||
msgstr "लाइब्रेरी जोड़ें"
|
||||
|
||||
#: src/components/HelpModal.jsx:91
|
||||
msgid "Chat"
|
||||
#: src/components/Assets.jsx:235
|
||||
#: src/components/MainHeader.jsx:64
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Console.jsx:69
|
||||
#: src/components/Console.jsx:108
|
||||
msgid "Clear console (CTRL + L)"
|
||||
msgstr ""
|
||||
|
||||
@ -49,7 +58,7 @@ msgstr ""
|
||||
msgid "Clear console (works when console input is focused)"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/SavedItemPane.jsx:170
|
||||
#: src/components/SavedItemPane.jsx:162
|
||||
msgid "Close saved creations pane"
|
||||
msgstr ""
|
||||
|
||||
@ -57,7 +66,7 @@ msgstr ""
|
||||
msgid "Close saved creations panel & modals"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Console.jsx:61
|
||||
#: src/components/Console.jsx:100
|
||||
msgid "Console"
|
||||
msgstr ""
|
||||
|
||||
@ -65,23 +74,27 @@ msgstr ""
|
||||
#~ msgid "Detach Preview"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:297
|
||||
#: src/components/Footer.jsx:328
|
||||
msgid "Detach preview"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:142
|
||||
msgid "Donate"
|
||||
msgstr "दान करें"
|
||||
#: src/components/HelpModal.jsx:95
|
||||
msgid "Discuss"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:170
|
||||
#: src/components/Footer.jsx:181
|
||||
msgid "Download game as zip"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:225
|
||||
#: src/components/Footer.jsx:256
|
||||
msgid "Edit on CodePen"
|
||||
msgstr ""
|
||||
|
||||
@ -93,11 +106,11 @@ msgstr ""
|
||||
msgid "Emmet code completion"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/SavedItemPane.jsx:190
|
||||
#: src/components/SavedItemPane.jsx:193
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/SavedItemPane.jsx:187
|
||||
#: src/components/SavedItemPane.jsx:190
|
||||
msgid "Export all your creations into a single importable file."
|
||||
msgstr ""
|
||||
|
||||
@ -109,20 +122,32 @@ msgstr ""
|
||||
msgid "Find & replace"
|
||||
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
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:90
|
||||
#: src/components/Footer.jsx:190
|
||||
#: src/components/Footer.jsx:86
|
||||
#: src/components/Footer.jsx:201
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/SavedItemPane.jsx:199
|
||||
#: src/components/SavedItemPane.jsx:202
|
||||
msgid "Import"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
@ -138,14 +163,18 @@ msgstr ""
|
||||
msgid "Keyboard Shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:104
|
||||
#: src/components/Footer.jsx:100
|
||||
msgid "Keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/HelpModal.jsx:195
|
||||
#: src/components/HelpModal.jsx:208
|
||||
msgid "License"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/HelpModal.jsx:54
|
||||
msgid "Like this app? Please <0>rate it here</0>."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/HelpModal.jsx:47
|
||||
#~ msgid "Like this extension? Please <0>rate it here</0>."
|
||||
#~ msgstr ""
|
||||
@ -155,7 +184,7 @@ msgstr ""
|
||||
#~ msgid "Login"
|
||||
#~ msgstr "लॉगिन"
|
||||
|
||||
#: src/components/MainHeader.jsx:104
|
||||
#: src/components/MainHeader.jsx:174
|
||||
msgid "Login/Signup"
|
||||
msgstr "लॉगिन / साइनप"
|
||||
|
||||
@ -163,15 +192,35 @@ msgstr "लॉगिन / साइनप"
|
||||
#~ msgid "Made with <0>💖</0>& <1> 🙌</1> by <2>Kushagra Gour</2>"
|
||||
#~ msgstr "<0>💖</0> और <1> 🙌</1> से <2>कुशाग्र गौर</2> द्वारा बनाया गया"
|
||||
|
||||
#: src/components/SavedItemPane.jsx:179
|
||||
msgid "My Library ({0})"
|
||||
msgstr "मेरी रचनाएँ ({0})"
|
||||
#: src/components/HelpModal.jsx:19
|
||||
msgid "Made with <0>💖</0>& <1>🙌</1> by <2>Kushagra Gour</2>"
|
||||
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"
|
||||
msgstr "नया बनाएँ"
|
||||
|
||||
#: src/components/SavedItemPane.jsx:215
|
||||
#: src/components/SavedItemPane.jsx:220
|
||||
msgid "No match found."
|
||||
msgstr "कुछ नहीं मिला"
|
||||
|
||||
@ -179,19 +228,19 @@ msgstr "कुछ नहीं मिला"
|
||||
#~ msgid "Note: You can load external scripts from following domains:"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/components/AddLibrary.jsx:125
|
||||
#: src/components/AddLibrary.jsx:130
|
||||
msgid "Note: You can load external scripts only from following domains:"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/SavedItemPane.jsx:232
|
||||
#: src/components/SavedItemPane.jsx:237
|
||||
msgid "Nothing saved here."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/MainHeader.jsx:96
|
||||
#: src/components/MainHeader.jsx:164
|
||||
msgid "Open"
|
||||
msgstr "खोलें"
|
||||
|
||||
#: src/components/MainHeader.jsx:87
|
||||
#: src/components/MainHeader.jsx:155
|
||||
msgid "Open a saved creation (Ctrl/⌘ + O)"
|
||||
msgstr ""
|
||||
|
||||
@ -199,12 +248,12 @@ msgstr ""
|
||||
msgid "Open list of saved creations"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/AddLibrary.jsx:88
|
||||
#: src/components/AddLibrary.jsx:93
|
||||
msgid "Powered by cdnjs"
|
||||
msgstr ""
|
||||
|
||||
#: 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"
|
||||
msgstr "हर लाइब्रेरी नई लाइन मैं लिखें"
|
||||
|
||||
@ -212,7 +261,7 @@ msgstr "हर लाइब्रेरी नई लाइन मैं लि
|
||||
msgid "Read more"
|
||||
msgstr "और जानें"
|
||||
|
||||
#: src/components/HelpModal.jsx:30
|
||||
#: src/components/HelpModal.jsx:37
|
||||
msgid "Read the documentation."
|
||||
msgstr ""
|
||||
|
||||
@ -224,15 +273,15 @@ msgstr ""
|
||||
msgid "Refresh preview"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/HelpModal.jsx:102
|
||||
#: src/components/HelpModal.jsx:106
|
||||
msgid "Report a bug"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/HelpModal.jsx:80
|
||||
#: src/components/HelpModal.jsx:84
|
||||
msgid "Review Web Maker"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/MainHeader.jsx:32
|
||||
#: src/components/MainHeader.jsx:53
|
||||
msgid "Run"
|
||||
msgstr "चलाएँ"
|
||||
|
||||
@ -240,19 +289,19 @@ msgstr "चलाएँ"
|
||||
msgid "Run Prettier"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/MainHeader.jsx:26
|
||||
#: src/components/MainHeader.jsx:47
|
||||
msgid "Run preview (Ctrl/⌘ + Shift + 5)"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/MainHeader.jsx:80
|
||||
#: src/components/MainHeader.jsx:147
|
||||
msgid "Save"
|
||||
msgstr "सुरक्षित करें"
|
||||
|
||||
#: src/components/Footer.jsx:202
|
||||
#: src/components/Footer.jsx:230
|
||||
msgid "Save as HTML file"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/MainHeader.jsx:71
|
||||
#: src/components/MainHeader.jsx:138
|
||||
msgid "Save current creation (Ctrl/⌘ + S)"
|
||||
msgstr ""
|
||||
|
||||
@ -260,7 +309,7 @@ msgstr ""
|
||||
msgid "Save current creations"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/SavedItemPane.jsx:209
|
||||
#: src/components/SavedItemPane.jsx:213
|
||||
msgid "Search your creations here..."
|
||||
msgstr ""
|
||||
|
||||
@ -268,15 +317,15 @@ msgstr ""
|
||||
#~ msgid "See Changelog"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/components/HelpModal.jsx:110
|
||||
#: src/components/HelpModal.jsx:123
|
||||
msgid "See awesome libraries used"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:313
|
||||
#: src/components/Footer.jsx:344
|
||||
msgid "See changelog"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/MainHeader.jsx:110
|
||||
#: src/components/MainHeader.jsx:181
|
||||
msgid "See profile or Logout"
|
||||
msgstr ""
|
||||
|
||||
@ -288,10 +337,22 @@ msgstr ""
|
||||
msgid "Select previous match"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:325
|
||||
#: src/components/Footer.jsx:356
|
||||
msgid "Settings"
|
||||
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
|
||||
#~ msgid "Signup"
|
||||
@ -301,31 +362,31 @@ msgstr ""
|
||||
msgid "Single line comment"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/MainHeader.jsx:58
|
||||
#: src/components/MainHeader.jsx:122
|
||||
msgid "Start a new creation"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/HelpModal.jsx:69
|
||||
msgid "Support the developer"
|
||||
msgstr ""
|
||||
#~ msgid "Support the developer"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:139
|
||||
msgid "Support the developer by pledging some amount"
|
||||
msgstr ""
|
||||
#~ msgid "Support the developer by pledging some amount"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:289
|
||||
msgid "Switch to full screen preview"
|
||||
msgstr ""
|
||||
#~ msgid "Switch to full screen preview"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:279
|
||||
#: src/components/Footer.jsx:310
|
||||
msgid "Switch to layout with all vertical panes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:259
|
||||
#: src/components/Footer.jsx:290
|
||||
msgid "Switch to layout with preview on bottom"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:269
|
||||
#: src/components/Footer.jsx:300
|
||||
msgid "Switch to layout with preview on left"
|
||||
msgstr ""
|
||||
|
||||
@ -333,30 +394,42 @@ msgstr ""
|
||||
#~ msgid "Switch to layout with preview on left\""
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:249
|
||||
#: src/components/Footer.jsx:280
|
||||
msgid "Switch to layout with preview on right"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:236
|
||||
#: src/components/Footer.jsx:267
|
||||
msgid "Take screenshot of preview"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Console.jsx:78
|
||||
#: src/components/Console.jsx:117
|
||||
msgid "Toggle console"
|
||||
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'"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/HelpModal.jsx:34
|
||||
#~ msgid "Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>"
|
||||
#~ msgstr "हलवा हियाँ ये तो <0>चमप्रश</0>"
|
||||
#: src/components/HelpModal.jsx:41
|
||||
msgid "Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>"
|
||||
msgstr "हलवा हियाँ ये तो <0>चमप्रश</0>"
|
||||
|
||||
#: src/components/AddLibrary.jsx:82
|
||||
#: src/components/AddLibrary.jsx:87
|
||||
msgid "Type here to search libraries"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/MainHeader.jsx:62
|
||||
msgid "Upload/Use assets"
|
||||
msgstr ""
|
||||
|
@ -6,12 +6,15 @@
|
||||
}
|
||||
},
|
||||
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.':
|
||||
'\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 a JS/CSS library':
|
||||
'JS/CSS\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',
|
||||
'Choose from popular libraries':
|
||||
'\u4EBA\u6C17\u306E\u3042\u308B\u30E9\u30A4\u30D6\u30E9\u30EA\u304B\u3089\u9078\u629E',
|
||||
@ -26,6 +29,7 @@
|
||||
Console: '\u30B3\u30F3\u30BD\u30FC\u30EB',
|
||||
'Detach preview':
|
||||
'\u30D7\u30EC\u30D3\u30E5\u30FC\u3092\u5206\u96E2\u3059\u308B',
|
||||
Discuss: '\u30C7\u30A3\u30B9\u30AB\u30C3\u30B7\u30E7\u30F3',
|
||||
Donate: '\u5BC4\u4ED8\u3059\u308B',
|
||||
'Double click to toggle console':
|
||||
'\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',
|
||||
Find: '\u691C\u7D22',
|
||||
'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',
|
||||
Help: '\u30D8\u30EB\u30D7',
|
||||
Import: '\u30A4\u30F3\u30DD\u30FC\u30C8',
|
||||
@ -53,8 +61,17 @@
|
||||
'Keyboard shortcuts':
|
||||
'\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8',
|
||||
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':
|
||||
'\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) {
|
||||
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 previous match': '\u524D\u306E\u4E00\u81F4\u3092\u9078\u629E',
|
||||
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',
|
||||
'Start a new creation': '\u65B0\u3057\u3044\u4F5C\u6210\u3092\u958B\u59CB',
|
||||
'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',
|
||||
'Toggle console':
|
||||
'\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'":
|
||||
"'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':
|
||||
'\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"
|
||||
"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
|
||||
msgid "'Oops! Selected file is corrupted. Please select a file that was generated by clicking the \"Export\" button."
|
||||
msgstr "おっと!選択されたファイルが破損しています。\"エクスポート\"ボタンをクリックして生成されたファイルを選択してください。"
|
||||
|
||||
#: src/components/AddLibrary.jsx:67
|
||||
#: src/components/AddLibrary.jsx:72
|
||||
msgid "Add Library"
|
||||
msgstr "ライブラリを追加"
|
||||
|
||||
#: src/components/MainHeader.jsx:41
|
||||
#: src/components/MainHeader.jsx:73
|
||||
msgid "Add a JS/CSS library"
|
||||
msgstr "JS/CSSライブラリを追加"
|
||||
|
||||
#: src/components/MainHeader.jsx:43
|
||||
#: src/components/MainHeader.jsx:75
|
||||
msgid "Add library"
|
||||
msgstr "ライブラリを追加"
|
||||
|
||||
#: src/components/HelpModal.jsx:91
|
||||
msgid "Chat"
|
||||
msgstr "チャット"
|
||||
#: src/components/Assets.jsx:235
|
||||
#: src/components/MainHeader.jsx:64
|
||||
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"
|
||||
msgstr "人気のあるライブラリから選択"
|
||||
|
||||
#: src/components/Console.jsx:69
|
||||
#: src/components/Console.jsx:108
|
||||
msgid "Clear console (CTRL + L)"
|
||||
msgstr "コンソールをクリア(CTRL + L)"
|
||||
|
||||
@ -46,7 +55,7 @@ msgstr "コンソールをクリア(CTRL + L)"
|
||||
msgid "Clear console (works when console input is focused)"
|
||||
msgstr "コンソールをクリア(コンソール入力がフォーカスされているときに機能します)"
|
||||
|
||||
#: src/components/SavedItemPane.jsx:170
|
||||
#: src/components/SavedItemPane.jsx:162
|
||||
msgid "Close saved creations pane"
|
||||
msgstr "保存された作成物のペインを閉じる"
|
||||
|
||||
@ -54,28 +63,31 @@ msgstr "保存された作成物のペインを閉じる"
|
||||
msgid "Close saved creations panel & modals"
|
||||
msgstr "保存された作成物のパネルとモーダルを閉じる"
|
||||
|
||||
#: src/components/Console.jsx:61
|
||||
#: src/components/Console.jsx:100
|
||||
msgid "Console"
|
||||
msgstr "コンソール"
|
||||
|
||||
#: src/components/Footer.jsx:297
|
||||
#: src/components/Footer.jsx:328
|
||||
msgid "Detach preview"
|
||||
msgstr "プレビューを分離する"
|
||||
|
||||
#: src/components/Footer.jsx:142
|
||||
msgid "Donate"
|
||||
msgstr "寄付する"
|
||||
#: src/components/HelpModal.jsx:95
|
||||
msgid "Discuss"
|
||||
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"
|
||||
msgstr "ダブルクリックでコンソールを切り替える"
|
||||
|
||||
|
||||
#: src/components/Footer.jsx:170
|
||||
#: src/components/Footer.jsx:181
|
||||
msgid "Download game as zip"
|
||||
msgstr "ゲームをzipとしてダウンロード"
|
||||
|
||||
#: src/components/Footer.jsx:225
|
||||
#: src/components/Footer.jsx:256
|
||||
msgid "Edit on CodePen"
|
||||
msgstr "CodePenで編集"
|
||||
|
||||
@ -87,11 +99,11 @@ msgstr "エディター"
|
||||
msgid "Emmet code completion"
|
||||
msgstr "Emmetコード補完"
|
||||
|
||||
#: src/components/SavedItemPane.jsx:190
|
||||
#: src/components/SavedItemPane.jsx:193
|
||||
msgid "Export"
|
||||
msgstr "エクスポート"
|
||||
|
||||
#: src/components/SavedItemPane.jsx:187
|
||||
#: src/components/SavedItemPane.jsx:190
|
||||
msgid "Export all your creations into a single importable file."
|
||||
msgstr "すべての作成物を1つのインポート可能なファイルにエクスポートします。"
|
||||
|
||||
@ -103,19 +115,32 @@ msgstr "検索"
|
||||
msgid "Find & replace"
|
||||
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
|
||||
msgid "Global"
|
||||
msgstr "グローバル"
|
||||
|
||||
#: src/components/Footer.jsx:90 src/components/Footer.jsx:190
|
||||
#: src/components/Footer.jsx:86
|
||||
#: src/components/Footer.jsx:201
|
||||
msgid "Help"
|
||||
msgstr "ヘルプ"
|
||||
|
||||
#: src/components/SavedItemPane.jsx:199
|
||||
#: src/components/SavedItemPane.jsx:202
|
||||
msgid "Import"
|
||||
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."
|
||||
msgstr "作成物をインポートします。'エクスポート'ボタンを通じてエクスポートされたファイルのみがインポート可能です。"
|
||||
|
||||
@ -131,44 +156,67 @@ msgstr "コードを右にインデント"
|
||||
msgid "Keyboard Shortcuts"
|
||||
msgstr "キーボードショートカット"
|
||||
|
||||
#: src/components/Footer.jsx:104
|
||||
#: src/components/Footer.jsx:100
|
||||
msgid "Keyboard shortcuts"
|
||||
msgstr "キーボードショートカット"
|
||||
|
||||
#: src/components/HelpModal.jsx:195
|
||||
#: src/components/HelpModal.jsx:208
|
||||
msgid "License"
|
||||
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"
|
||||
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
|
||||
msgid "My Library ({0})"
|
||||
msgstr "マイライブラリ ({0})"
|
||||
#~ msgid "My Library ({0})"
|
||||
#~ msgstr "マイライブラリ ({0})"
|
||||
|
||||
|
||||
#: src/components/MainHeader.jsx:64
|
||||
#: src/components/MainHeader.jsx:129
|
||||
msgid "New"
|
||||
msgstr "新規"
|
||||
|
||||
#: src/components/SavedItemPane.jsx:215
|
||||
#: src/components/SavedItemPane.jsx:220
|
||||
msgid "No match found."
|
||||
msgstr "一致するものが見つかりませんでした。"
|
||||
|
||||
#: src/components/AddLibrary.jsx:125
|
||||
#: src/components/AddLibrary.jsx:130
|
||||
msgid "Note: You can load external scripts only from following domains:"
|
||||
msgstr "注意: 次のドメインからのみ外部スクリプトを読み込むことができます:"
|
||||
|
||||
#: src/components/SavedItemPane.jsx:232
|
||||
#: src/components/SavedItemPane.jsx:237
|
||||
msgid "Nothing saved here."
|
||||
msgstr "ここには何も保存されていません。"
|
||||
|
||||
#: src/components/MainHeader.jsx:96
|
||||
#: src/components/MainHeader.jsx:164
|
||||
msgid "Open"
|
||||
msgstr "開く"
|
||||
|
||||
#: src/components/MainHeader.jsx:87
|
||||
#: src/components/MainHeader.jsx:155
|
||||
msgid "Open a saved creation (Ctrl/⌘ + O)"
|
||||
msgstr "保存された作成物を開く (Ctrl/⌘ + O)"
|
||||
|
||||
@ -176,11 +224,12 @@ msgstr "保存された作成物を開く (Ctrl/⌘ + O)"
|
||||
msgid "Open list of saved creations"
|
||||
msgstr "保存された作成物のリストを開く"
|
||||
|
||||
#: src/components/AddLibrary.jsx:88
|
||||
#: src/components/AddLibrary.jsx:93
|
||||
msgid "Powered by 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"
|
||||
msgstr "各ライブラリを新しい行に置く"
|
||||
|
||||
@ -188,7 +237,7 @@ msgstr "各ライブラリを新しい行に置く"
|
||||
msgid "Read more"
|
||||
msgstr "もっと読む"
|
||||
|
||||
#: src/components/HelpModal.jsx:30
|
||||
#: src/components/HelpModal.jsx:37
|
||||
msgid "Read the documentation."
|
||||
msgstr "ドキュメントを読む。"
|
||||
|
||||
@ -200,15 +249,15 @@ msgstr "コードを再整列する"
|
||||
msgid "Refresh preview"
|
||||
msgstr "プレビューを更新する"
|
||||
|
||||
#: src/components/HelpModal.jsx:102
|
||||
#: src/components/HelpModal.jsx:106
|
||||
msgid "Report a bug"
|
||||
msgstr "バグを報告する"
|
||||
|
||||
#: src/components/HelpModal.jsx:80
|
||||
#: src/components/HelpModal.jsx:84
|
||||
msgid "Review Web Maker"
|
||||
msgstr "Web Makerをレビューする"
|
||||
|
||||
#: src/components/MainHeader.jsx:32
|
||||
#: src/components/MainHeader.jsx:53
|
||||
msgid "Run"
|
||||
msgstr "実行"
|
||||
|
||||
@ -216,19 +265,19 @@ msgstr "実行"
|
||||
msgid "Run Prettier"
|
||||
msgstr "Prettierを実行"
|
||||
|
||||
#: src/components/MainHeader.jsx:26
|
||||
#: src/components/MainHeader.jsx:47
|
||||
msgid "Run preview (Ctrl/⌘ + Shift + 5)"
|
||||
msgstr "プレビューを実行する (Ctrl/⌘ + Shift + 5)"
|
||||
|
||||
#: src/components/MainHeader.jsx:80
|
||||
|
||||
#: src/components/MainHeader.jsx:147
|
||||
msgid "Save"
|
||||
msgstr "保存"
|
||||
|
||||
#: src/components/Footer.jsx:202
|
||||
#: src/components/Footer.jsx:230
|
||||
msgid "Save as HTML file"
|
||||
msgstr "HTMLファイルとして保存"
|
||||
|
||||
#: src/components/MainHeader.jsx:71
|
||||
#: src/components/MainHeader.jsx:138
|
||||
msgid "Save current creation (Ctrl/⌘ + S)"
|
||||
msgstr "現在の作成物を保存 (Ctrl/⌘ + S)"
|
||||
|
||||
@ -236,19 +285,19 @@ msgstr "現在の作成物を保存 (Ctrl/⌘ + S)"
|
||||
msgid "Save current creations"
|
||||
msgstr "現在の作成物を保存"
|
||||
|
||||
#: src/components/SavedItemPane.jsx:209
|
||||
#: src/components/SavedItemPane.jsx:213
|
||||
msgid "Search your creations here..."
|
||||
msgstr "ここであなたの作成物を検索..."
|
||||
|
||||
#: src/components/HelpModal.jsx:110
|
||||
#: src/components/HelpModal.jsx:123
|
||||
msgid "See awesome libraries used"
|
||||
msgstr "使用されている素晴らしいライブラリを見る"
|
||||
|
||||
#: src/components/Footer.jsx:313
|
||||
#: src/components/Footer.jsx:344
|
||||
msgid "See changelog"
|
||||
msgstr "変更ログを見る"
|
||||
|
||||
#: src/components/MainHeader.jsx:110
|
||||
#: src/components/MainHeader.jsx:181
|
||||
msgid "See profile or Logout"
|
||||
msgstr "プロフィールを見るまたはログアウト"
|
||||
|
||||
@ -260,63 +309,90 @@ msgstr "次の一致を選択"
|
||||
msgid "Select previous match"
|
||||
msgstr "前の一致を選択"
|
||||
|
||||
#: src/components/Footer.jsx:325
|
||||
#: src/components/Footer.jsx:356
|
||||
msgid "Settings"
|
||||
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
|
||||
msgid "Single line comment"
|
||||
msgstr "単一行コメント"
|
||||
|
||||
#: src/components/MainHeader.jsx:58
|
||||
#: src/components/MainHeader.jsx:122
|
||||
msgid "Start a new creation"
|
||||
msgstr "新しい作成を開始"
|
||||
|
||||
#: src/components/HelpModal.jsx:69
|
||||
msgid "Support the developer"
|
||||
msgstr "開発者を支援する"
|
||||
#~ msgid "Support the developer"
|
||||
#~ msgstr "開発者を支援する"
|
||||
|
||||
#: src/components/Footer.jsx:139
|
||||
msgid "Support the developer by pledging some amount"
|
||||
msgstr "ある金額を寄付して開発者を支援する"
|
||||
#~ msgid "Support the developer by pledging some amount"
|
||||
#~ msgstr "ある金額を寄付して開発者を支援する"
|
||||
|
||||
#: src/components/Footer.jsx:289
|
||||
msgid "Switch to full screen preview"
|
||||
msgstr "フルスクリーンプレビューに切り替え"
|
||||
#~ msgid "Switch to full screen preview"
|
||||
#~ msgstr "フルスクリーンプレビューに切り替え"
|
||||
|
||||
#: src/components/Footer.jsx:279
|
||||
#: src/components/Footer.jsx:310
|
||||
msgid "Switch to layout with all vertical panes"
|
||||
msgstr "全ての垂直ペインを持つレイアウトに切り替え"
|
||||
|
||||
#: src/components/Footer.jsx:259
|
||||
#: src/components/Footer.jsx:290
|
||||
msgid "Switch to layout with preview on bottom"
|
||||
msgstr "下部にプレビューがあるレイアウトに切り替え"
|
||||
|
||||
#: src/components/Footer.jsx:269
|
||||
#: src/components/Footer.jsx:300
|
||||
msgid "Switch to layout with preview on left"
|
||||
msgstr "左側にプレビューがあるレイアウトに切り替え"
|
||||
|
||||
#: src/components/Footer.jsx:249
|
||||
#: src/components/Footer.jsx:280
|
||||
msgid "Switch to layout with preview on right"
|
||||
msgstr "右側にプレビューがあるレイアウトに切り替え"
|
||||
|
||||
#: src/components/Footer.jsx:236
|
||||
#: src/components/Footer.jsx:267
|
||||
msgid "Take screenshot of preview"
|
||||
msgstr "プレビューのスクリーンショットを撮る"
|
||||
|
||||
#: src/components/Console.jsx:78
|
||||
#: src/components/Console.jsx:117
|
||||
msgid "Toggle console"
|
||||
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'"
|
||||
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"
|
||||
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"
|
||||
msgstr "画像をアップロード"
|
||||
|
||||
#: src/components/MainHeader.jsx:62
|
||||
msgid "Upload/Use assets"
|
||||
msgstr "アセットをアップロード/使用"
|
||||
|
@ -7,11 +7,14 @@
|
||||
},
|
||||
messages: {
|
||||
'"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.',
|
||||
'Add Library': 'Add Library',
|
||||
'Add a JS/CSS library': 'Add a JS/CSS library',
|
||||
'Add library': 'Add library',
|
||||
Assets: 'Assets',
|
||||
Chat: 'Chat',
|
||||
'Choose from popular libraries': 'Choose from popular libraries',
|
||||
'Clear console (CTRL + L)': 'Clear console (CTRL + L)',
|
||||
@ -23,6 +26,7 @@
|
||||
Console: 'Console',
|
||||
'Detach Preview': 'Detach Preview',
|
||||
'Detach preview': 'Detach preview',
|
||||
Discuss: 'Discuss',
|
||||
Donate: 'Donate',
|
||||
'Double click to toggle console': 'Double click to toggle console',
|
||||
'Download game as zip': 'Download game as zip',
|
||||
@ -34,6 +38,9 @@
|
||||
'Export all your creations into a single importable file.',
|
||||
Find: 'Find',
|
||||
'Find & replace': 'Find & replace',
|
||||
Fork: 'Fork',
|
||||
'Fork this creation': 'Fork this creation',
|
||||
Get: 'Get',
|
||||
Global: 'Global',
|
||||
Help: 'Help',
|
||||
Import: 'Import',
|
||||
@ -44,12 +51,20 @@
|
||||
'Keyboard Shortcuts': 'Keyboard Shortcuts',
|
||||
'Keyboard shortcuts': 'Keyboard shortcuts',
|
||||
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>.',
|
||||
Login: 'Login',
|
||||
'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>',
|
||||
'Mail me': 'Mail me',
|
||||
Manage: 'Manage',
|
||||
'Manage your PRO subscription': 'Manage your PRO subscription',
|
||||
'My Library': 'My Library',
|
||||
'My Library ({0})': function (a) {
|
||||
return ['My Library (', a('0'), ')'];
|
||||
},
|
||||
@ -89,6 +104,9 @@
|
||||
'Select next match': 'Select next match',
|
||||
'Select previous match': 'Select previous match',
|
||||
Settings: 'Settings',
|
||||
Share: 'Share',
|
||||
'Share Web Maker': 'Share Web Maker',
|
||||
'Share this creation publicly': 'Share this creation publicly',
|
||||
Signup: 'Signup',
|
||||
'Single line comment': 'Single line comment',
|
||||
'Start a new creation': 'Start a new creation',
|
||||
@ -108,10 +126,14 @@
|
||||
'Switch to layout with preview on right',
|
||||
'Take screenshot of preview': 'Take screenshot of preview',
|
||||
'Toggle console': 'Toggle console',
|
||||
'Toggle full screen preview': 'Toggle full screen preview',
|
||||
"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>',
|
||||
'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>."
|
||||
#~ 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
|
||||
msgid "'Oops! Selected file is corrupted. Please select a file that was generated by clicking the \"Export\" button."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/AddLibrary.jsx:67
|
||||
#: src/components/AddLibrary.jsx:72
|
||||
msgid "Add Library"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/MainHeader.jsx:41
|
||||
#: src/components/MainHeader.jsx:73
|
||||
msgid "Add a JS/CSS library"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/MainHeader.jsx:43
|
||||
#: src/components/MainHeader.jsx:75
|
||||
msgid "Add library"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/HelpModal.jsx:91
|
||||
msgid "Chat"
|
||||
#: src/components/Assets.jsx:235
|
||||
#: src/components/MainHeader.jsx:64
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Console.jsx:69
|
||||
#: src/components/Console.jsx:108
|
||||
msgid "Clear console (CTRL + L)"
|
||||
msgstr ""
|
||||
|
||||
@ -49,7 +58,7 @@ msgstr ""
|
||||
msgid "Clear console (works when console input is focused)"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/SavedItemPane.jsx:170
|
||||
#: src/components/SavedItemPane.jsx:162
|
||||
msgid "Close saved creations pane"
|
||||
msgstr ""
|
||||
|
||||
@ -57,7 +66,7 @@ msgstr ""
|
||||
msgid "Close saved creations panel & modals"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Console.jsx:61
|
||||
#: src/components/Console.jsx:100
|
||||
msgid "Console"
|
||||
msgstr ""
|
||||
|
||||
@ -65,23 +74,27 @@ msgstr ""
|
||||
#~ msgid "Detach Preview"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:297
|
||||
#: src/components/Footer.jsx:328
|
||||
msgid "Detach preview"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:142
|
||||
msgid "Donate"
|
||||
#: src/components/HelpModal.jsx:95
|
||||
msgid "Discuss"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:170
|
||||
#: src/components/Footer.jsx:181
|
||||
msgid "Download game as zip"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:225
|
||||
#: src/components/Footer.jsx:256
|
||||
msgid "Edit on CodePen"
|
||||
msgstr ""
|
||||
|
||||
@ -93,11 +106,11 @@ msgstr ""
|
||||
msgid "Emmet code completion"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/SavedItemPane.jsx:190
|
||||
#: src/components/SavedItemPane.jsx:193
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/SavedItemPane.jsx:187
|
||||
#: src/components/SavedItemPane.jsx:190
|
||||
msgid "Export all your creations into a single importable file."
|
||||
msgstr ""
|
||||
|
||||
@ -109,20 +122,32 @@ msgstr ""
|
||||
msgid "Find & replace"
|
||||
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
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:90
|
||||
#: src/components/Footer.jsx:190
|
||||
#: src/components/Footer.jsx:86
|
||||
#: src/components/Footer.jsx:201
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/SavedItemPane.jsx:199
|
||||
#: src/components/SavedItemPane.jsx:202
|
||||
msgid "Import"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
@ -138,14 +163,18 @@ msgstr ""
|
||||
msgid "Keyboard Shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:104
|
||||
#: src/components/Footer.jsx:100
|
||||
msgid "Keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/HelpModal.jsx:195
|
||||
#: src/components/HelpModal.jsx:208
|
||||
msgid "License"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/HelpModal.jsx:54
|
||||
msgid "Like this app? Please <0>rate it here</0>."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/HelpModal.jsx:47
|
||||
#~ msgid "Like this extension? Please <0>rate it here</0>."
|
||||
#~ msgstr ""
|
||||
@ -155,7 +184,7 @@ msgstr ""
|
||||
#~ msgid "Login"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/components/MainHeader.jsx:104
|
||||
#: src/components/MainHeader.jsx:174
|
||||
msgid "Login/Signup"
|
||||
msgstr ""
|
||||
|
||||
@ -163,15 +192,35 @@ msgstr ""
|
||||
#~ msgid "Made with <0>💖</0>& <1> 🙌</1> by <2>Kushagra Gour</2>"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/components/SavedItemPane.jsx:179
|
||||
msgid "My Library ({0})"
|
||||
#: src/components/HelpModal.jsx:19
|
||||
msgid "Made with <0>💖</0>& <1>🙌</1> by <2>Kushagra Gour</2>"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/SavedItemPane.jsx:215
|
||||
#: src/components/SavedItemPane.jsx:220
|
||||
msgid "No match found."
|
||||
msgstr ""
|
||||
|
||||
@ -179,19 +228,19 @@ msgstr ""
|
||||
#~ msgid "Note: You can load external scripts from following domains:"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/components/AddLibrary.jsx:125
|
||||
#: src/components/AddLibrary.jsx:130
|
||||
msgid "Note: You can load external scripts only from following domains:"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/SavedItemPane.jsx:232
|
||||
#: src/components/SavedItemPane.jsx:237
|
||||
msgid "Nothing saved here."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/MainHeader.jsx:96
|
||||
#: src/components/MainHeader.jsx:164
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/MainHeader.jsx:87
|
||||
#: src/components/MainHeader.jsx:155
|
||||
msgid "Open a saved creation (Ctrl/⌘ + O)"
|
||||
msgstr ""
|
||||
|
||||
@ -199,12 +248,12 @@ msgstr ""
|
||||
msgid "Open list of saved creations"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/AddLibrary.jsx:88
|
||||
#: src/components/AddLibrary.jsx:93
|
||||
msgid "Powered by cdnjs"
|
||||
msgstr ""
|
||||
|
||||
#: 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"
|
||||
msgstr ""
|
||||
|
||||
@ -212,7 +261,7 @@ msgstr ""
|
||||
msgid "Read more"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/HelpModal.jsx:30
|
||||
#: src/components/HelpModal.jsx:37
|
||||
msgid "Read the documentation."
|
||||
msgstr ""
|
||||
|
||||
@ -224,15 +273,15 @@ msgstr ""
|
||||
msgid "Refresh preview"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/HelpModal.jsx:102
|
||||
#: src/components/HelpModal.jsx:106
|
||||
msgid "Report a bug"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/HelpModal.jsx:80
|
||||
#: src/components/HelpModal.jsx:84
|
||||
msgid "Review Web Maker"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/MainHeader.jsx:32
|
||||
#: src/components/MainHeader.jsx:53
|
||||
msgid "Run"
|
||||
msgstr ""
|
||||
|
||||
@ -240,19 +289,19 @@ msgstr ""
|
||||
msgid "Run Prettier"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/MainHeader.jsx:26
|
||||
#: src/components/MainHeader.jsx:47
|
||||
msgid "Run preview (Ctrl/⌘ + Shift + 5)"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/MainHeader.jsx:80
|
||||
#: src/components/MainHeader.jsx:147
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:202
|
||||
#: src/components/Footer.jsx:230
|
||||
msgid "Save as HTML file"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/MainHeader.jsx:71
|
||||
#: src/components/MainHeader.jsx:138
|
||||
msgid "Save current creation (Ctrl/⌘ + S)"
|
||||
msgstr ""
|
||||
|
||||
@ -260,7 +309,7 @@ msgstr ""
|
||||
msgid "Save current creations"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/SavedItemPane.jsx:209
|
||||
#: src/components/SavedItemPane.jsx:213
|
||||
msgid "Search your creations here..."
|
||||
msgstr ""
|
||||
|
||||
@ -268,15 +317,15 @@ msgstr ""
|
||||
#~ msgid "See Changelog"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/components/HelpModal.jsx:110
|
||||
#: src/components/HelpModal.jsx:123
|
||||
msgid "See awesome libraries used"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:313
|
||||
#: src/components/Footer.jsx:344
|
||||
msgid "See changelog"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/MainHeader.jsx:110
|
||||
#: src/components/MainHeader.jsx:181
|
||||
msgid "See profile or Logout"
|
||||
msgstr ""
|
||||
|
||||
@ -288,10 +337,22 @@ msgstr ""
|
||||
msgid "Select previous match"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:325
|
||||
#: src/components/Footer.jsx:356
|
||||
msgid "Settings"
|
||||
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
|
||||
#~ msgid "Signup"
|
||||
@ -301,31 +362,31 @@ msgstr ""
|
||||
msgid "Single line comment"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/MainHeader.jsx:58
|
||||
#: src/components/MainHeader.jsx:122
|
||||
msgid "Start a new creation"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/HelpModal.jsx:69
|
||||
msgid "Support the developer"
|
||||
msgstr ""
|
||||
#~ msgid "Support the developer"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:139
|
||||
msgid "Support the developer by pledging some amount"
|
||||
msgstr ""
|
||||
#~ msgid "Support the developer by pledging some amount"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:289
|
||||
msgid "Switch to full screen preview"
|
||||
msgstr ""
|
||||
#~ msgid "Switch to full screen preview"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:279
|
||||
#: src/components/Footer.jsx:310
|
||||
msgid "Switch to layout with all vertical panes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:259
|
||||
#: src/components/Footer.jsx:290
|
||||
msgid "Switch to layout with preview on bottom"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:269
|
||||
#: src/components/Footer.jsx:300
|
||||
msgid "Switch to layout with preview on left"
|
||||
msgstr ""
|
||||
|
||||
@ -333,30 +394,42 @@ msgstr ""
|
||||
#~ msgid "Switch to layout with preview on left\""
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:249
|
||||
#: src/components/Footer.jsx:280
|
||||
msgid "Switch to layout with preview on right"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Footer.jsx:236
|
||||
#: src/components/Footer.jsx:267
|
||||
msgid "Take screenshot of preview"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Console.jsx:78
|
||||
#: src/components/Console.jsx:117
|
||||
msgid "Toggle console"
|
||||
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'"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/HelpModal.jsx:34
|
||||
#~ msgid "Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>"
|
||||
#~ msgstr ""
|
||||
#: src/components/HelpModal.jsx:41
|
||||
msgid "Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/AddLibrary.jsx:82
|
||||
#: src/components/AddLibrary.jsx:87
|
||||
msgid "Type here to search libraries"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/MainHeader.jsx:62
|
||||
msgid "Upload/Use assets"
|
||||
msgstr ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user