update translation templates, add logo pngs

This commit is contained in:
HF 2021-08-15 19:45:56 +02:00
parent 88a63e4387
commit 7cc5102de5
4 changed files with 194 additions and 190 deletions

View File

@ -3,57 +3,53 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n"
#: src/core/ChatProvider.js:287 #: src/core/ChatProvider.js:327
msgid "You can not send chat messages with proxy" msgid "You can not send chat messages with proxy"
msgstr "" msgstr ""
#: src/core/ChatProvider.js:292 #: src/core/ChatProvider.js:341
msgid "Couldn't send your message, pls log out and back in again."
msgstr ""
#: src/core/ChatProvider.js:306
#, javascript-format #, javascript-format
msgid "You are sending messages too fast, you have to wait ${ waitTime }s :(" msgid "You are sending messages too fast, you have to wait ${ waitTime }s :("
msgstr "" msgstr ""
#: src/core/ChatProvider.js:310 #: src/core/ChatProvider.js:345
msgid "You don't have access to this channel" msgid "You don't have access to this channel"
msgstr "" msgstr ""
#: src/core/ChatProvider.js:326 #: src/core/ChatProvider.js:361
msgid "Your mail has to be verified in order to chat" msgid "Your mail has to be verified in order to chat"
msgstr "" msgstr ""
#: src/core/ChatProvider.js:331 #: src/core/ChatProvider.js:366
msgid "You are permanently muted, join our guilded to apppeal the mute" msgid "You are permanently muted, join our guilded to apppeal the mute"
msgstr "" msgstr ""
#: src/core/ChatProvider.js:336 #: src/core/ChatProvider.js:371
#, javascript-format #, javascript-format
msgid "You are muted for another ${ timeMin } minutes" msgid "You are muted for another ${ timeMin } minutes"
msgstr "" msgstr ""
#: src/core/ChatProvider.js:338 #: src/core/ChatProvider.js:373
msgid "You are muted for another ${ muted } seconds" msgid "You are muted for another ${ muted } seconds"
msgstr "" msgstr ""
#: src/core/ChatProvider.js:346 #: src/core/ChatProvider.js:381
msgid "Ow no! Spam protection decided to mute you" msgid "Ow no! Spam protection decided to mute you"
msgstr "" msgstr ""
#: src/core/ChatProvider.js:357 #: src/core/ChatProvider.js:392
msgid "You can't send a message this long :(" msgid "You can't send a message this long :("
msgstr "" msgstr ""
#: src/core/ChatProvider.js:361 #: src/core/ChatProvider.js:396
msgid "Please use int channel" msgid "Please use int channel"
msgstr "" msgstr ""
#: src/core/ChatProvider.js:365 #: src/core/ChatProvider.js:400
msgid "Your country is temporary muted from chat" msgid "Your country is temporary muted from chat"
msgstr "" msgstr ""
#: src/core/ChatProvider.js:373 #: src/core/ChatProvider.js:408
msgid "Stop flooding." msgid "Stop flooding."
msgstr "" msgstr ""
@ -73,11 +69,11 @@ msgstr ""
msgid "A 3D globe of our whole map" msgid "A 3D globe of our whole map"
msgstr "" msgstr ""
#: src/ssr-components/Main.jsx:73 #: src/ssr-components/Main.jsx:70
msgid "PixelPlanet.fun" msgid "PixelPlanet.fun"
msgstr "" msgstr ""
#: src/ssr-components/Main.jsx:75 #: src/ssr-components/Main.jsx:72
msgid "Place color pixels on an map styled canvas with other players online" msgid "Place color pixels on an map styled canvas with other players online"
msgstr "" msgstr ""

View File

@ -3,45 +3,45 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n"
#: src/controls/keypress.js:39 #: src/controls/keypress.js:41
#, javascript-format #, javascript-format
msgid "Switched to ${ canvasName }" msgid "Switched to ${ canvasName }"
msgstr "" msgstr ""
#: src/controls/keypress.js:61 #: src/controls/keypress.js:64
msgid "Grid ON" msgid "Grid ON"
msgstr "" msgstr ""
#: src/controls/keypress.js:62 #: src/controls/keypress.js:65
msgid "Grid OFF" msgid "Grid OFF"
msgstr "" msgstr ""
#: src/controls/keypress.js:70 #: src/controls/keypress.js:75
msgid "Pixel Notify ON" msgid "Pixel Notify ON"
msgstr "" msgstr ""
#: src/controls/keypress.js:71 #: src/controls/keypress.js:76
msgid "Pixel Notify OFF" msgid "Pixel Notify OFF"
msgstr "" msgstr ""
#: src/controls/keypress.js:76 #: src/controls/keypress.js:81
msgid "Muted Sound" msgid "Muted Sound"
msgstr "" msgstr ""
#: src/controls/keypress.js:77 #: src/controls/keypress.js:82
msgid "Unmuted Sound" msgid "Unmuted Sound"
msgstr "" msgstr ""
#: src/components/CoordinatesBox.jsx:29 #: src/components/CoordinatesBox.jsx:29
#: src/controls/keypress.js:83 #: src/controls/keypress.js:88
msgid "Copied!" msgid "Copied!"
msgstr "" msgstr ""
#: src/controls/keypress.js:89 #: src/controls/keypress.js:94
msgid "Show Hidden Canvases" msgid "Show Hidden Canvases"
msgstr "" msgstr ""
#: src/controls/keypress.js:90 #: src/controls/keypress.js:95
msgid "Hide Hidden Canvases" msgid "Hide Hidden Canvases"
msgstr "" msgstr ""
@ -138,6 +138,14 @@ msgstr ""
msgid "Error ${ retCode }" msgid "Error ${ retCode }"
msgstr "" msgstr ""
#: src/ui/renderer.js:36
msgid "Canvas Error"
msgstr ""
#: src/ui/renderer.js:37
msgid "Can't render 3D canvas, do you have WebGL2 disabled?"
msgstr ""
#: src/actions/index.js:627 #: src/actions/index.js:627
msgid "Register New Account" msgid "Register New Account"
msgstr "" msgstr ""
@ -178,9 +186,12 @@ msgstr ""
msgid "Restore" msgid "Restore"
msgstr "" msgstr ""
#: src/components/buttons/CanvasSwitchButton.jsx:23 #: src/components/buttons/ExpandMenuButton.jsx:23
#: src/components/windows/index.js:22 msgid "Close Menu"
msgid "Canvas Selection" msgstr ""
#: src/components/buttons/ExpandMenuButton.jsx:23
msgid "Open Menu"
msgstr "" msgstr ""
#: src/components/buttons/ChatButton.jsx:92 #: src/components/buttons/ChatButton.jsx:92
@ -191,12 +202,9 @@ msgstr ""
msgid "Open Chat" msgid "Open Chat"
msgstr "" msgstr ""
#: src/components/buttons/ExpandMenuButton.jsx:23 #: src/components/buttons/CanvasSwitchButton.jsx:23
msgid "Close Menu" #: src/components/windows/index.js:22
msgstr "" msgid "Canvas Selection"
#: src/components/buttons/ExpandMenuButton.jsx:23
msgid "Open Menu"
msgstr "" msgstr ""
#: src/actions/fetch.js:40 #: src/actions/fetch.js:40
@ -283,10 +291,6 @@ msgstr ""
msgid "Open Palette" msgid "Open Palette"
msgstr "" msgstr ""
#: src/components/contextmenus/ChannelContextMenu.jsx:55
msgid "Mute"
msgstr ""
#: src/components/contextmenus/UserContextMenu.jsx:53 #: src/components/contextmenus/UserContextMenu.jsx:53
msgid "Ping" msgid "Ping"
msgstr "" msgstr ""
@ -299,6 +303,10 @@ msgstr ""
msgid "Block" msgid "Block"
msgstr "" msgstr ""
#: src/components/contextmenus/ChannelContextMenu.jsx:55
msgid "Mute"
msgstr ""
#: src/components/windows/index.js:19 #: src/components/windows/index.js:19
msgid "Registration" msgid "Registration"
msgstr "" msgstr ""
@ -623,6 +631,17 @@ msgstr ""
msgid "Select Language" msgid "Select Language"
msgstr "" msgstr ""
#: src/components/windows/CanvasSelect.jsx:32
msgid ""
"Select the canvas you want to use. Every canvas is unique and has "
"different palettes, cooldown and requirements. Archive of closed canvases "
"can be accessed here:"
msgstr ""
#: src/components/windows/CanvasSelect.jsx:40
msgid "Archive"
msgstr ""
#: src/components/windows/UserArea.jsx:27 #: src/components/windows/UserArea.jsx:27
msgid "Profile" msgid "Profile"
msgstr "" msgstr ""
@ -651,51 +670,6 @@ msgstr ""
msgid "Consider joining us on Guilded:" msgid "Consider joining us on Guilded:"
msgstr "" msgstr ""
#: src/components/windows/Register.jsx:81
msgid "Register new account here"
msgstr ""
#: src/components/windows/Register.jsx:92
msgid "Name"
msgstr ""
#: src/components/windows/ForgotPassword.jsx:82
#: src/components/windows/Register.jsx:100
msgid "Email"
msgstr ""
#: src/components/ChangeMail.jsx:80
#: src/components/DeleteAccount.jsx:62
#: src/components/LogInForm.jsx:83
#: src/components/windows/Register.jsx:108
msgid "Password"
msgstr ""
#: src/components/windows/Register.jsx:116
msgid "Confirm Password"
msgstr ""
#: src/components/Admintools.jsx:311
#: src/components/Admintools.jsx:392
#: src/components/Admintools.jsx:466
#: src/components/Admintools.jsx:510
#: src/components/Admintools.jsx:594
#: src/components/windows/ForgotPassword.jsx:86
#: src/components/windows/Register.jsx:119
msgid "Submit"
msgstr ""
#: src/components/windows/CanvasSelect.jsx:32
msgid ""
"Select the canvas you want to use. Every canvas is unique and has "
"different palettes, cooldown and requirements. Archive of closed canvases "
"can be accessed here:"
msgstr ""
#: src/components/windows/CanvasSelect.jsx:40
msgid "Archive"
msgstr ""
#: src/components/windows/Archive.jsx:20 #: src/components/windows/Archive.jsx:20
msgid "" msgid ""
"While we tend to not delete canvases, some canvases are started for fun or " "While we tend to not delete canvases, some canvases are started for fun or "
@ -729,12 +703,38 @@ msgid ""
"how the canvas was at that time." "how the canvas was at that time."
msgstr "" msgstr ""
#: src/components/windows/ForgotPassword.jsx:60 #: src/components/windows/Register.jsx:81
msgid "Sent you a mail with instructions to reset your password." msgid "Register new account here"
msgstr "" msgstr ""
#: src/components/windows/ForgotPassword.jsx:71 #: src/components/windows/Register.jsx:92
msgid "Enter your mail address and we will send you a new password:" msgid "Name"
msgstr ""
#: src/components/windows/ForgotPassword.jsx:82
#: src/components/windows/Register.jsx:100
msgid "Email"
msgstr ""
#: src/components/ChangeMail.jsx:80
#: src/components/DeleteAccount.jsx:62
#: src/components/LogInForm.jsx:83
#: src/components/windows/Register.jsx:108
msgid "Password"
msgstr ""
#: src/components/windows/Register.jsx:116
msgid "Confirm Password"
msgstr ""
#: src/components/Admintools.jsx:311
#: src/components/Admintools.jsx:392
#: src/components/Admintools.jsx:467
#: src/components/Admintools.jsx:512
#: src/components/Admintools.jsx:595
#: src/components/windows/ForgotPassword.jsx:86
#: src/components/windows/Register.jsx:119
msgid "Submit"
msgstr "" msgstr ""
#: src/components/windows/Chat.jsx:146 #: src/components/windows/Chat.jsx:146
@ -753,6 +753,14 @@ msgstr ""
msgid "You must be logged in to chat" msgid "You must be logged in to chat"
msgstr "" msgstr ""
#: src/components/windows/ForgotPassword.jsx:60
msgid "Sent you a mail with instructions to reset your password."
msgstr ""
#: src/components/windows/ForgotPassword.jsx:71
msgid "Enter your mail address and we will send you a new password:"
msgstr ""
#: src/utils/validation.js:18 #: src/utils/validation.js:18
msgid "Email can't be empty." msgid "Email can't be empty."
msgstr "" msgstr ""
@ -801,13 +809,6 @@ msgstr ""
msgid "Password must be shorter than 60 characters." msgid "Password must be shorter than 60 characters."
msgstr "" msgstr ""
#: src/components/ChangeMail.jsx:91
#: src/components/ChangeName.jsx:68
#: src/components/ChangePassword.jsx:110
#: src/components/LanguageSelect.jsx:73
msgid "Save"
msgstr ""
#: src/components/LogInArea.jsx:21 #: src/components/LogInArea.jsx:21
msgid "Login to access more features and stats." msgid "Login to access more features and stats."
msgstr "" msgstr ""
@ -832,94 +833,40 @@ msgstr ""
msgid "Register" msgid "Register"
msgstr "" msgstr ""
#: src/components/Admintools.jsx:184 #: src/components/ChangeMail.jsx:91
msgid "Build image on canvas." #: src/components/ChangeName.jsx:68
#: src/components/ChangePassword.jsx:110
#: src/components/LanguageSelect.jsx:73
msgid "Save"
msgstr "" msgstr ""
#: src/components/Admintools.jsx:187 #: src/components/CanvasItem.jsx:27
msgid "Build image and set it to protected." msgid "Cooldown"
msgstr "" msgstr ""
#: src/components/Admintools.jsx:190 #: src/components/CanvasItem.jsx:33
msgid "Build image, but reset cooldown to unset-pixel cd." msgid "Stacking till"
msgstr "" msgstr ""
#: src/components/Admintools.jsx:253 #: src/components/CanvasItem.jsx:35
msgid "Image Upload" msgid "Ranked"
msgstr "" msgstr ""
#: src/components/Admintools.jsx:254 #: src/components/CanvasItem.jsx:37
msgid "Upload images to canvas" msgid "Requirements"
msgstr "" msgstr ""
#: src/components/Admintools.jsx:256 #: src/components/CanvasItem.jsx:39
msgid "File" msgid "User Account"
msgstr "" msgstr ""
#: src/components/Admintools.jsx:276 #: src/components/CanvasItem.jsx:41
msgid "Coordinates in X_Y format:" #, javascript-format
msgid "and ${ canvas.req } Pixels set"
msgstr "" msgstr ""
#: src/components/Admintools.jsx:316 #: src/components/CanvasItem.jsx:45
msgid "Pixel Protection" msgid "Dimensions"
msgstr ""
#: src/components/Admintools.jsx:318
msgid ""
"Set protection of areas (if you need finer grained control, "
"use protect with image upload and alpha layers)"
msgstr ""
#: src/components/Admintools.jsx:397
msgid "Rollback to Date"
msgstr ""
#: src/components/Admintools.jsx:399
msgid "Rollback an area of the canvas to a set date (00:00 UTC)"
msgstr ""
#: src/components/Admintools.jsx:473
msgid "IP Actions"
msgstr ""
#: src/components/Admintools.jsx:475
msgid "Do stuff with IPs (one IP per line)"
msgstr ""
#: src/components/Admintools.jsx:515
msgid "Manage Moderators"
msgstr ""
#: src/components/Admintools.jsx:517
msgid "Remove Moderator"
msgstr ""
#: src/components/Admintools.jsx:549
msgid "There are no mods"
msgstr ""
#: src/components/Admintools.jsx:554
msgid "Assign new Mod"
msgstr ""
#: src/components/Admintools.jsx:557
msgid "Enter UserName of new Mod"
msgstr ""
#: src/components/Admintools.jsx:566
msgid "User Name"
msgstr ""
#: src/components/Rankings.jsx:28
msgid "Total"
msgstr ""
#: src/components/Rankings.jsx:36
msgid "Daily"
msgstr ""
#: src/components/Rankings.jsx:40
msgid "Ranking updates every 5 min. Daily rankings get reset at midnight UTC."
msgstr "" msgstr ""
#: src/components/UserAreaContent.jsx:63 #: src/components/UserAreaContent.jsx:63
@ -967,6 +914,18 @@ msgstr ""
msgid "Social Settings" msgid "Social Settings"
msgstr "" msgstr ""
#: src/components/Rankings.jsx:28
msgid "Total"
msgstr ""
#: src/components/Rankings.jsx:36
msgid "Daily"
msgstr ""
#: src/components/Rankings.jsx:40
msgid "Ranking updates every 5 min. Daily rankings get reset at midnight UTC."
msgstr ""
#: src/components/Converter.jsx:280 #: src/components/Converter.jsx:280
msgid "Choose Canvas" msgid "Choose Canvas"
msgstr "" msgstr ""
@ -1038,33 +997,82 @@ msgstr ""
msgid "Download Template" msgid "Download Template"
msgstr "" msgstr ""
#: src/components/CanvasItem.jsx:27 #: src/components/Admintools.jsx:184
msgid "Cooldown" msgid "Build image on canvas."
msgstr "" msgstr ""
#: src/components/CanvasItem.jsx:33 #: src/components/Admintools.jsx:187
msgid "Stacking till" msgid "Build image and set it to protected."
msgstr "" msgstr ""
#: src/components/CanvasItem.jsx:35 #: src/components/Admintools.jsx:190
msgid "Ranked" msgid "Build image, but reset cooldown to unset-pixel cd."
msgstr "" msgstr ""
#: src/components/CanvasItem.jsx:37 #: src/components/Admintools.jsx:253
msgid "Requirements" msgid "Image Upload"
msgstr "" msgstr ""
#: src/components/CanvasItem.jsx:39 #: src/components/Admintools.jsx:254
msgid "User Account" msgid "Upload images to canvas"
msgstr "" msgstr ""
#: src/components/CanvasItem.jsx:41 #: src/components/Admintools.jsx:256
#, javascript-format msgid "File"
msgid "and ${ canvas.req } Pixels set"
msgstr "" msgstr ""
#: src/components/CanvasItem.jsx:45 #: src/components/Admintools.jsx:276
msgid "Dimensions" msgid "Coordinates in X_Y format:"
msgstr ""
#: src/components/Admintools.jsx:316
msgid "Pixel Protection"
msgstr ""
#: src/components/Admintools.jsx:318
msgid ""
"Set protection of areas (if you need finer grained control, "
"use protect with image upload and alpha layers)"
msgstr ""
#: src/components/Admintools.jsx:398
msgid "Rollback to Date"
msgstr ""
#: src/components/Admintools.jsx:400
msgid "Rollback an area of the canvas to a set date (00:00 UTC)"
msgstr ""
#: src/components/Admintools.jsx:475
msgid "IP Actions"
msgstr ""
#: src/components/Admintools.jsx:477
msgid "Do stuff with IPs (one IP per line)"
msgstr ""
#: src/components/Admintools.jsx:516
msgid "Manage Moderators"
msgstr ""
#: src/components/Admintools.jsx:518
msgid "Remove Moderator"
msgstr ""
#: src/components/Admintools.jsx:550
msgid "There are no mods"
msgstr ""
#: src/components/Admintools.jsx:555
msgid "Assign new Mod"
msgstr ""
#: src/components/Admintools.jsx:558
msgid "Enter UserName of new Mod"
msgstr ""
#: src/components/Admintools.jsx:567
msgid "User Name"
msgstr "" msgstr ""
#: src/components/LogInForm.jsx:76 #: src/components/LogInForm.jsx:76
@ -1113,6 +1121,10 @@ msgstr ""
msgid "New Username" msgid "New Username"
msgstr "" msgstr ""
#: src/components/DeleteAccount.jsx:66
msgid "Yes, Delete My Account!"
msgstr ""
#: src/components/ChangeMail.jsx:59 #: src/components/ChangeMail.jsx:59
msgid "" msgid ""
"Changed Mail successfully. We sent you a verification mail, " "Changed Mail successfully. We sent you a verification mail, "
@ -1123,10 +1135,6 @@ msgstr ""
msgid "New Mail" msgid "New Mail"
msgstr "" msgstr ""
#: src/components/DeleteAccount.jsx:66
msgid "Yes, Delete My Account!"
msgstr ""
#: src/components/SocialSettings.jsx:38 #: src/components/SocialSettings.jsx:38
msgid "Block all Private Messages" msgid "Block all Private Messages"
msgstr "" msgstr ""

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB