mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 13:14:42 -04:00
When exporting a png, "Export PNG..." becomes "Export (filename)"
Also updated the translations to simply translate "export". Feel free to fix anything I may did wrong.
This commit is contained in:
parent
a840f7d35f
commit
87d6d6140b
13 changed files with 662 additions and 166 deletions
|
@ -56,6 +56,9 @@ msgstr "Save as..."
|
|||
msgid "Import PNG..."
|
||||
msgstr "Import PNG..."
|
||||
|
||||
msgid "Export"
|
||||
msgstr "Export"
|
||||
|
||||
msgid "Export PNG..."
|
||||
msgstr "Export PNG..."
|
||||
|
||||
|
@ -168,7 +171,9 @@ msgid "About Pixelorama"
|
|||
msgstr "About Pixelorama"
|
||||
|
||||
msgid "MADEBY_LABEL"
|
||||
msgstr "Your Free and Open Source Sprite Editor!\nDeveloped by Orama Interactive\n"
|
||||
msgstr ""
|
||||
"Your Free and Open Source Sprite Editor!\n"
|
||||
"Developed by Orama Interactive\n"
|
||||
|
||||
msgid "Website"
|
||||
msgstr "Website"
|
||||
|
@ -183,25 +188,56 @@ msgid "Utility Tools"
|
|||
msgstr "Utility Tools"
|
||||
|
||||
msgid "RECTSELECT_HT"
|
||||
msgstr "Rectangular Selection\n\nR for left mouse button\nAlt + R for right mouse button\n\nPress Shift to move the content"
|
||||
msgstr ""
|
||||
"Rectangular Selection\n"
|
||||
"\n"
|
||||
"R for left mouse button\n"
|
||||
"Alt + R for right mouse button\n"
|
||||
"\n"
|
||||
"Press Shift to move the content"
|
||||
|
||||
msgid "COLORPICKER_HT"
|
||||
msgstr "Color Picker\nSelect a color from a pixel of the sprite\n\nO for left mouse button\nAlt + O for right mouse button"
|
||||
msgstr ""
|
||||
"Color Picker\n"
|
||||
"Select a color from a pixel of the sprite\n"
|
||||
"\n"
|
||||
"O for left mouse button\n"
|
||||
"Alt + O for right mouse button"
|
||||
|
||||
msgid "Draw Tools"
|
||||
msgstr "Draw Tools"
|
||||
|
||||
msgid "PENCIL_HT"
|
||||
msgstr "Pencil\n\nP for left mouse button\nAlt + P for right mouse button\n\nHold Shift to make a line"
|
||||
msgstr ""
|
||||
"Pencil\n"
|
||||
"\n"
|
||||
"P for left mouse button\n"
|
||||
"Alt + P for right mouse button\n"
|
||||
"\n"
|
||||
"Hold Shift to make a line"
|
||||
|
||||
msgid "ERASER_HT"
|
||||
msgstr "Eraser\n\nE for left mouse button\nAlt + E for right mouse button\n\nHold Shift to make a line"
|
||||
msgstr ""
|
||||
"Eraser\n"
|
||||
"\n"
|
||||
"E for left mouse button\n"
|
||||
"Alt + E for right mouse button\n"
|
||||
"\n"
|
||||
"Hold Shift to make a line"
|
||||
|
||||
msgid "BUCKET_HT"
|
||||
msgstr "Bucket\n\nB for left mouse button\nAlt + B for right mouse button"
|
||||
msgstr ""
|
||||
"Bucket\n"
|
||||
"\n"
|
||||
"B for left mouse button\n"
|
||||
"Alt + B for right mouse button"
|
||||
|
||||
msgid "LD_HT"
|
||||
msgstr "Lighten/Darken\n\nU for left mouse button\nAlt + U for right mouse button"
|
||||
msgstr ""
|
||||
"Lighten/Darken\n"
|
||||
"\n"
|
||||
"U for left mouse button\n"
|
||||
"Alt + U for right mouse button"
|
||||
|
||||
msgid "LEFTCOLOR_HT"
|
||||
msgstr "Choose a color for the left tool"
|
||||
|
@ -210,10 +246,13 @@ msgid "RIGHTCOLOR_HT"
|
|||
msgstr "Choose a color for the right tool"
|
||||
|
||||
msgid "COLORSWITCH_HT"
|
||||
msgstr "Switch left and right colors\n(X)"
|
||||
msgstr ""
|
||||
"Switch left and right colors\n"
|
||||
"(X)"
|
||||
|
||||
msgid "COLORDEFAULTS_HT"
|
||||
msgstr "Reset the colors to their default state (black for left, white for right)"
|
||||
msgstr ""
|
||||
"Reset the colors to their default state (black for left, white for right)"
|
||||
|
||||
msgid "Raw Mode"
|
||||
msgstr "Raw Mode"
|
||||
|
@ -300,25 +339,39 @@ msgid "Current frame: 1/1"
|
|||
msgstr "Current frame: 1/1"
|
||||
|
||||
msgid "FIRSTFRAME_HT"
|
||||
msgstr "Jump to the first frame\n(Ctrl+Home)"
|
||||
msgstr ""
|
||||
"Jump to the first frame\n"
|
||||
"(Ctrl+Home)"
|
||||
|
||||
msgid "PREVIOUSFRAME_HT"
|
||||
msgstr "Go to the previous frame\n(Ctrl+Left)"
|
||||
msgstr ""
|
||||
"Go to the previous frame\n"
|
||||
"(Ctrl+Left)"
|
||||
|
||||
msgid "PLAYBACKWARDS_HT"
|
||||
msgstr "Play the animation backwards (from end to beginning)\n(F4)"
|
||||
msgstr ""
|
||||
"Play the animation backwards (from end to beginning)\n"
|
||||
"(F4)"
|
||||
|
||||
msgid "PLAYFORWARD_HT"
|
||||
msgstr "Play the animation forward (from beginning to end)\n(F5)"
|
||||
msgstr ""
|
||||
"Play the animation forward (from beginning to end)\n"
|
||||
"(F5)"
|
||||
|
||||
msgid "NEXTFRAME_HT"
|
||||
msgstr "Go to the next frame\n(Ctrl+Right)"
|
||||
msgstr ""
|
||||
"Go to the next frame\n"
|
||||
"(Ctrl+Right)"
|
||||
|
||||
msgid "LASTFRAME_HT"
|
||||
msgstr "Jump to the last frame\n(Ctrl+End)"
|
||||
msgstr ""
|
||||
"Jump to the last frame\n"
|
||||
"(Ctrl+End)"
|
||||
|
||||
msgid "FPS_HT"
|
||||
msgstr "How many frames per second should the animation preview be?\nThe more FPS, the faster the animation plays."
|
||||
msgstr ""
|
||||
"How many frames per second should the animation preview be?\n"
|
||||
"The more FPS, the faster the animation plays."
|
||||
|
||||
msgid "No loop"
|
||||
msgstr "No loop"
|
||||
|
@ -381,10 +434,16 @@ msgid "LAYERVISIBILITY_HT"
|
|||
msgstr "Toggle layer's visibility"
|
||||
|
||||
msgid "SPLITSCREEN_HT"
|
||||
msgstr "Split screen\n\nShow second canvas"
|
||||
msgstr ""
|
||||
"Split screen\n"
|
||||
"\n"
|
||||
"Show second canvas"
|
||||
|
||||
msgid "SPLITSCREEN_HIDE_HT"
|
||||
msgstr "Split screen\n\nHide second canvas"
|
||||
msgstr ""
|
||||
"Split screen\n"
|
||||
"\n"
|
||||
"Hide second canvas"
|
||||
|
||||
msgid "Undo: Draw"
|
||||
msgstr "Undo: Draw"
|
||||
|
@ -460,4 +519,3 @@ msgstr "File saved"
|
|||
|
||||
msgid "File exported"
|
||||
msgstr "File exported"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue