Skip to content

Commit

Permalink
Push to Wikitranslate
Browse files Browse the repository at this point in the history
Fix invalid quotes in recent ‘el’ message.  Add Optional tag to URLs.
  • Loading branch information
NeilFraser committed Nov 6, 2017
1 parent e0d54de commit 0ae2b9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion json/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
"Movie.helpText8": "Χρησιμοποιείστε το μπλοκ 'αν' για να σχηματίσετε κόκκινες και μπλε μπάλες για το πρώτο μισό της ταινίας. Μετά σχεδιάστε μια πράσινη μπάλα για το δεύτερο μισό της κινηματογραφικής ταινίας.",
"Movie.helpText9": "Μπορείτε να σχεδιάσετε μια μπάλα που ακολουθεί το σύρμα; Το σύρμα έχει ήδη σχηματιστεί. Μόλις μπορέσετε και κάνετε αυτό, μπορείτε να κάνετε τα πάντα",
"Movie.helpText10": "Δημιουργήστε μια κινηματογραφική ταινία που θέλετε. Έχετε πάρα πολλά νέα μπλοκ που μπορείτε να εξερευνήσετε. Καλή διασκέδαση!",
"Movie.helpText10Reddit": "Χρησιμοποιήστε το &quot. Επιλέξετε το πλήκτρο Gallery&quot για να δείτε τις ταινίες που έχουν φτιάξει άλλοι. Αν δημιουργήσετε μια ενδιαφέρουσα ταινία, χρησιμοποιήστε το &quot. Πατήστε το πλήκτρο Gallery&quot, για έκδοση.",
"Movie.helpText10Reddit": "Χρησιμοποιήστε το "Επιλέξετε το πλήκτρο Gallery" για να δείτε τις ταινίες που έχουν φτιάξει άλλοι. Αν δημιουργήσετε μια ενδιαφέρουσα ταινία, χρησιμοποιήστε το "Πατήστε το πλήκτρο Gallery" για έκδοση.",
"Pond.scanTooltip": "Σάρωση για εισβολείς. Ορίστε μια διεύθυνση(0-360). Αυτό επιστρέφει την απόσταση στον πλησιέστερο εχθρό σε αυτήν την διεύθυνση. Δεν επιστρέφει τίποτα αν δεν εντοπιστεί εχθρός.",
"Pond.cannonTooltip": "Πυροβοήστε με το κανόνι. Καθορίστε μια κατεύθυνση (0-360) και μια απόσταση (0-70).",
"Pond.swimTooltip": "Κολυμπήστε προς τα εμπρός. Καθορίστε μια κατεύθυνση (0-360).",
Expand Down
4 changes: 2 additions & 2 deletions json/qqq.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@
"Turtle.turtleVisibilityTooltip": "tooltip",
"Turtle.hideTurtle": "block text - Infinitive or imperative of a verb telling a turtle to hide itself (become invisible).",
"Turtle.showTurtle": "block text - Infinitive or imperative of a verb telling a turtle to show itself (become visible after having been invisible).",
"Turtle.printHelpUrl": "URL - Information about printing or typography.",
"Turtle.printHelpUrl": "{{Optional}} URL - Information about printing or typography.",
"Turtle.printTooltip": "tooltip - Note that 'print' refers to displaying text on the screen, not on an external printer.",
"Turtle.print": "block text - Infinitive or imperative of a verb telling a turtle to display text on the screen. This is always followed by a block indicating what should be printed.\n{{Identical|Print}}",
"Turtle.fontHelpUrl": "URL - Information about typographic fonts.",
"Turtle.fontHelpUrl": "{{Optional}} URL - Information about typographic fonts.",
"Turtle.fontTooltip": "tooltip - This is shown on the block that lets the user specify the font [family], size, and style that should be used for subsequent displays of text.",
"Turtle.font": "block text - This precedes a dropdown menu specifying the typographic font [family] that should be used when displaying text.\n{{Identical|Font}}",
"Turtle.fontSize": "block text - This precedes a number specifying the size of the typographic font that should be used when displaying text. This appears in the same block as 'font', so that word should not be repeated.\n{{Identical|Font size}}",
Expand Down

0 comments on commit 0ae2b9d

Please sign in to comment.