From ba3e4b07e83a27ba02b60d920ef75f7c2a2a43cc Mon Sep 17 00:00:00 2001 From: Luca Canali Date: Fri, 19 Aug 2022 16:58:51 +0200 Subject: [PATCH] Add template files for generating .po file in other languages --- locale/cards.pot | 169 +++++ locale/levels.pot | 1037 +++++++++++++++++++++++++++++ locale/messages.mo | Bin 8795 -> 0 bytes locale/{messages.pot => text.pot} | 235 +++---- 4 files changed, 1291 insertions(+), 150 deletions(-) create mode 100644 locale/cards.pot create mode 100644 locale/levels.pot delete mode 100644 locale/messages.mo rename locale/{messages.pot => text.pot} (53%) diff --git a/locale/cards.pot b/locale/cards.pot new file mode 100644 index 0000000..a157bab --- /dev/null +++ b/locale/cards.pot @@ -0,0 +1,169 @@ +# Translations template for PROJECT. +# Copyright (C) 2022 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# Automatically generated, 2022. +# +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2022-08-18 10:39+0200\n" +"PO-Revision-Date: 2022-08-19 16:52+0200\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Generated-By: Babel 2.10.3\n" +"X-Generator: Poedit 3.1\n" + +#: CARDS DESCRIPTION oh-my-git/resources/cards.json:6 +msgid "Drag this card into the empty space above to initialize the time machine!" +msgstr "" + +#: oh-my-git/resources/cards.json:14 +msgid "Create your own copy of someone else's repo." +msgstr "" + +#: oh-my-git/resources/cards.json:22 +msgid "" +"Set your name.\n" +"\n" +"(Will not change anything outside of this game.)" +msgstr "" + +#: oh-my-git/resources/cards.json:30 +msgid "Set your email address." +msgstr "" + +#: oh-my-git/resources/cards.json:38 +msgid "Drag this card to a commit or to a branch to travel to it!" +msgstr "" + +#: oh-my-git/resources/cards.json:46 +msgid "Reset changes in a local file." +msgstr "" + +#: oh-my-git/resources/cards.json:54 +msgid "Get the file contents from the specified commits, and reset both the working directory, as well as the index, to it." +msgstr "" + +#: oh-my-git/resources/cards.json:62 +msgid "" +"Make a new commit, after automatically adding all changes to the index.\n" +"You'll be asked to enter a short description of what you changed." +msgstr "" + +#: oh-my-git/resources/cards.json:70 +msgid "Make a new commit containing your current environment! Type in a description of what changed!" +msgstr "" + +#: oh-my-git/resources/cards.json:78 +msgid "Merge the specified timeline into yours. If necessary, will create a merge commit." +msgstr "" + +#: oh-my-git/resources/cards.json:86 +msgid "Abort the current merge attempt, and reconstruct the previous state." +msgstr "" + +#: oh-my-git/resources/cards.json:94 +msgid "Put the events in your current timeline on top of the specified one." +msgstr "" + +#: oh-my-git/resources/cards.json:102 +msgid "Get someone else's version of the current timeline, and try to merge it into yours." +msgstr "" + +#: oh-my-git/resources/cards.json:110 +msgid "Get a someone else's version of the current timeline." +msgstr "" + +#: oh-my-git/resources/cards.json:118 +msgid "Give the current timeline to someone else." +msgstr "" + +#: oh-my-git/resources/cards.json:126 +msgid "Make changes to the events in your current timeline, back to the commit you drag this to." +msgstr "" + +#: oh-my-git/resources/cards.json:134 +msgid "Continue the current rebasing process." +msgstr "" + +#: oh-my-git/resources/cards.json:142 +msgid "Move the branch you're on to the specified commit." +msgstr "" + +#: oh-my-git/resources/cards.json:150 +msgid "Jump to the commit, and update the index. Keep the current environment." +msgstr "" + +#: oh-my-git/resources/cards.json:158 +msgid "Reset the index version of a file to the version in the commit you're on." +msgstr "" + +#: oh-my-git/resources/cards.json:166 +msgid "Repeat the specified action on top of your current timeline." +msgstr "" + +#: oh-my-git/resources/cards.json:174 +msgid "Make a new commit that reverts the changes of the speicified commit." +msgstr "" + +#: oh-my-git/resources/cards.json:182 +msgid "Start looking for the commit where things got bad." +msgstr "" + +#: oh-my-git/resources/cards.json:190 +msgid "State that the current commit is good! When you're automatically transferred, keep playing the `good` and `bad` cards!" +msgstr "" + +#: oh-my-git/resources/cards.json:198 +msgid "State that the current commit is bad! When you're automatically transferred, keep playing the `good` and `bad` cards!" +msgstr "" + +#: oh-my-git/resources/cards.json:206 +msgid "Update the index version of the file to its current real content." +msgstr "" + +#: oh-my-git/resources/cards.json:214 +msgid "Delete a file both in the working directory, as well as the index." +msgstr "" + +#: oh-my-git/resources/cards.json:222 +msgid "Make a commit from the current index." +msgstr "" + +#: oh-my-git/resources/cards.json:230 +msgid "Show what changed in the commit." +msgstr "" + +#: oh-my-git/resources/cards.json:238 +msgid "Create a new branch at your current location." +msgstr "" + +#: oh-my-git/resources/cards.json:246 +msgid "Delete a branch." +msgstr "" + +#: oh-my-git/resources/cards.json:254 +msgid "Display a log of where the ref pointed to in the past." +msgstr "" + +#: oh-my-git/resources/cards.json:262 +msgid "Create a new file." +msgstr "" + +#: oh-my-git/resources/cards.json:270 +msgid "Delete a file." +msgstr "" + +#: oh-my-git/resources/cards.json:278 +msgid "Rename a file." +msgstr "" + +#: oh-my-git/resources/cards.json:286 +msgid "Make a copy of a file." +msgstr "" diff --git a/locale/levels.pot b/locale/levels.pot new file mode 100644 index 0000000..eeced88 --- /dev/null +++ b/locale/levels.pot @@ -0,0 +1,1037 @@ +# Translations template for PROJECT. +# Copyright (C) 2022 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# Automatically generated, 2022. +# +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2022-08-18 10:39+0200\n" +"PO-Revision-Date: 2022-08-19 16:53+0200\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Generated-By: Babel 2.10.3\n" +"X-Generator: Poedit 3.1\n" + +#: TITLE +msgid "Living dangerously" +msgstr "" + +#: Command +msgid "Add another line to form.txt!" +msgstr "" + +msgid "Making backups" +msgstr "" + +msgid "Add another line to form2_really_final.txt!" +msgstr "" + +msgid "Enter the time machine" +msgstr "" + +msgid "Initialize the time machine!" +msgstr "" + +msgid "The command line" +msgstr "" + +msgid "Your first commit" +msgstr "" + +msgid "Make a snapshot of the glass (a 'commit')" +msgstr "" + +msgid "Change the contents of the glass!" +msgstr "" + +msgid "And make a second commit!" +msgstr "" + +msgid "Working together" +msgstr "" + +msgid "Get the second commit from your teacher using `git pull`." +msgstr "" + +msgid "Add your name to the list of students" +msgstr "" + +msgid "Commit your result." +msgstr "" + +msgid "And use `git push` to send it to your teacher!" +msgstr "" + +msgid "Unexpected Roommates" +msgstr "" + +msgid "Remove all spider webs." +msgstr "" + +msgid "But make sure you keep your bed!" +msgstr "" + +msgid "Interior design" +msgstr "" + +msgid "Add two more pieces of furniture" +msgstr "" + +msgid "Make sure the colors match your bed's color." +msgstr "" + +msgid "Moving through time" +msgstr "" + +msgid "Restore sisterly peace." +msgstr "" + +msgid "Make parallel commits" +msgstr "" + +msgid "Make sure that the child is happy." +msgstr "" + +msgid "Make sure that the lion gets something to eat." +msgstr "" + +msgid "Creating branches" +msgstr "" + +msgid "Create a branch called 'birthday' that points to the birthday timeline." +msgstr "" + +msgid "Create a branch called 'concert' that points to the concert timeline." +msgstr "" + +msgid "Branches grow with you!" +msgstr "" + +msgid "" +"Travel directly to the last yellow commit of the birthday timeline, make a " +"change to 'you', and make a commit" +msgstr "" + +msgid "" +"Travel to the blue 'concert' branch, make a change to 'you', and a commit." +msgstr "" + +msgid "Deleting branches" +msgstr "" + +msgid "Find the bad branches and delete them. Keep only the best one." +msgstr "" + +msgid "Moving branches around" +msgstr "" + +msgid "Did you eat a baguette on the baguette branch?" +msgstr "" + +msgid "Did you drink a coffee on the coffee branch?" +msgstr "" + +msgid "Did you eat a donut on the donut branch?" +msgstr "" + +msgid "Merging timelines" +msgstr "" + +msgid "" +"Build a situation where you consumed a baguette, a coffee, *and* a donut." +msgstr "" + +msgid "Be on a merge commit." +msgstr "" + +msgid "Contradictions" +msgstr "" + +msgid "Make a breakfast compromise in the 'main' branch." +msgstr "" + +msgid "Step by step" +msgstr "" + +msgid "Pick the timeline that's clearer, and make the alarm go off!" +msgstr "" + +msgid "Add new files to the index" +msgstr "" + +msgid "Add the candle." +msgstr "" + +msgid "Make a commit." +msgstr "" + +msgid "Update files in the index" +msgstr "" + +msgid "Make a change to the candle." +msgstr "" + +msgid "Resetting files in the index" +msgstr "" + +msgid "Reset the changes in the green and blue candles!" +msgstr "" + +msgid "And make a commit!" +msgstr "" + +msgid "Adding changes step by step" +msgstr "" + +msgid "" +"Make changes to all three objects, to form a logical sequence of events!" +msgstr "" + +msgid "Only add one of these changes!" +msgstr "" + +msgid "And make a commit." +msgstr "" + +msgid "Make a second commit that only records a single change." +msgstr "" + +msgid "And a third one." +msgstr "" + +msgid "Friend" +msgstr "" + +msgid "Got the second line from your friend" +msgstr "" + +msgid "Got the fourth line from your friend." +msgstr "" + +msgid "The friend got a third line from you" +msgstr "" + +msgid "The friend got a fifth line from you" +msgstr "" + +msgid "Problems" +msgstr "" + +msgid "Commit your local changes." +msgstr "" + +msgid "Look at your friend's suggestion, make a compromise, and push it back." +msgstr "" + +msgid "Rebasing" +msgstr "" + +msgid "Order all tree branches into one and move the main branch ref" +msgstr "" + +msgid "Reordering events" +msgstr "" + +msgid "Reorder the commits to dress yourself in the correct way" +msgstr "" + +msgid "Restore a deleted file" +msgstr "" + +msgid "Restore the essay to contain 'important content'" +msgstr "" + +msgid "Restore a file from the past" +msgstr "" + +msgid "Get the first version of your essay, and make a new commit with it." +msgstr "" + +msgid "Undo a bad commit" +msgstr "" + +msgid "" +"In the last main commit, the numbers file contains the numbers from 1 to 10." +msgstr "" + +msgid "The commit message of that commit is 'More numbers'." +msgstr "" + +msgid "The commit with the typo is not part of the main branch anymore." +msgstr "" + +msgid "I pushed something broken" +msgstr "" + +msgid "The team's main branch no longer contains the bad thing." +msgstr "" + +msgid "And the history has not been modified." +msgstr "" + +msgid "Go back to where you were before" +msgstr "" + +msgid "Find out where you've been before, and go back there!" +msgstr "" + +msgid "Cloning a repo" +msgstr "" + +msgid "Yellow brick road" +msgstr "" + +msgid "Find the last good commit" +msgstr "" + +msgid "Stashing" +msgstr "" + +msgid "Did you stash the current changes?" +msgstr "" + +msgid "Pop from Stash" +msgstr "" + +msgid "Did you pop the changes from the stash stack?" +msgstr "" + +msgid "Clear the Stash" +msgstr "" + +msgid "Did you clear your stash stack?" +msgstr "" + +msgid "Branch from stash" +msgstr "" + +msgid "Did you create a new branch from the stashed changes?" +msgstr "" + +msgid "Merging popped stash" +msgstr "" + +msgid "Did you resolve the confict and commit?" +msgstr "" + +msgid "Did you clear stash stack?" +msgstr "" + +msgid "Creating tags" +msgstr "" + +msgid "Did you create a new tag?" +msgstr "" + +msgid "Removing tags" +msgstr "" + +msgid "Did you remove all tags?" +msgstr "" + +msgid "Tagging later" +msgstr "" + +msgid "Remote Tags" +msgstr "" + +msgid "v1 tag in your repo" +msgstr "" + +msgid "v2 tag in your repo" +msgstr "" + +msgid "v2 tag in the remote" +msgstr "" + +msgid "Empty sandbox" +msgstr "" + +msgid "Sandbox with a remote" +msgstr "" + +msgid "Sandbox with three commits" +msgstr "" + +#: DESCRIPTION +msgid "" +"So you have decided to apply for time travel school, to learn how to use " +"this time machine called 'Git'!\n" +"\n" +"How exciting!\n" +"\n" +"You're almost done with the paperwork! You just need to fill in one more " +"reason why you want to learn Git." +msgstr "" + +msgid "" +"This time, you're making a lot of backup copies - you can look at them by " +"clicking on them!" +msgstr "" + +msgid "" +"You've been accepted to time travel school! Yay! It's your first day! Your " +"teacher explains:\n" +"\n" +"'To do anything with a time machine, you first need to initialize it!'\n" +"\n" +"Drag that blue card up to play it!" +msgstr "" + +msgid "" +"These playing cards are designed to be easy to use and to remember! We'd " +"suggest sticking to them if you don't have a lot of experience with Git!" +msgstr "" + +msgid "" +"You can use your time machine to make snapshots of objects around you! Here, " +"let's practice this!\n" +"\n" +"(Your teacher pours some water into a glass.)" +msgstr "" + +msgid "" +"Let's add your name to our list of students!\n" +"\n" +"I already have a second commit of it in my time machine - let's work " +"together!" +msgstr "" + +msgid "" +"The first day at Time Travel School comes to an end and you receive the key " +"to your room.\n" +"Full of excitement you open the door just to find... spider webs! Spider " +"webs everywhere!\n" +"\n" +"Remove all the spider webs you can find with the remove card!" +msgstr "" + +msgid "" +"Now that your room looks tidy, you can start to unpack your stuff. You " +"brought two new pieces of furniture with you and with a bright smile,\n" +"you see that their colors match the color of your bed!\n" +"\n" +"Build up your two pieces of furniture by playing the touch card.\n" +"Then name your furniture - you can choose whatever you like.\n" +"\n" +"Make sure the colors match! You can find the bed's color in its " +"description.\n" +"Don't forget to add a color and description to your new furnitures, too!" +msgstr "" + +msgid "" +"The yellow boxes are frozen points in time, we call them 'commits'! You can " +"travel between them using the 'checkout' card! (Try it!)\n" +"\n" +"Can you find out what happened here? Then, while on the last commit, edit " +"the files to fix the problem, and make a new commit!" +msgstr "" + +msgid "" +"Did you know that creating parallel timelines is perfectly legal and safe? " +"It's true!\n" +"\n" +"Can you find out when things went wrong in this zoo? Then, go back to the " +"last good commit and create a parallel universe where everyone is happy!" +msgstr "" + +msgid "" +"You were invited to two parties! At one of them, your favorite band is " +"playing - and the other one is your best friend's birthday party. Where " +"should you go? No worries - as a time travel agent in training, you can go " +"to both parties!\n" +"\n" +"To make it easier to tell which timeline is which, you can create time " +"portals! (We call these 'branches'.)" +msgstr "" + +msgid "" +"Note that there are two options to 'travel to the end of a timeline':\n" +"\n" +"First, you can directly travel to the commit, like we've done it before.\n" +"\n" +"And second, you can travel to the branch label. In this case, when you make " +"a new commit, the branch will grow with you, and still point at the end of " +"the timeline!" +msgstr "" + +msgid "" +"Life is full of dangers, right? Even when walking to school, it seems like " +"there's a lot of risks!\n" +"\n" +"This Monday is especially bad. You made it to school, but there's some " +"timelines you definitely don't want to keep around." +msgstr "" + +msgid "" +"One of your colleagues messed up here, and put the branches in the wrong " +"timelines!\n" +"\n" +"You could delete and re-create these branches - but you can also directly " +"move them to different commits, by using\n" +"\n" +" git checkout\n" +"\n" +"on the branch names, and then using\n" +"\n" +" git reset --hard\n" +"\n" +"on the commit where you want the branch to be.\n" +"\n" +"The donut branch is in the right place, but the timeline is still incomplete " +"- make you actually *eat* the donut in that branch!" +msgstr "" + +msgid "" +"Here's a trick so that you can sleep a bit longer: just do all your morning " +"activities in parallel universes, and then at the end, merge them together!" +msgstr "" + +msgid "" +"Sometimes, timelines will contradict each other.\n" +"\n" +"For example, in this case, one of our clients wants these timelines merged, " +"but they ate different things for breakfast in both timelines.\n" +"\n" +"Try to merge them together! You'll notice that there will be a conflict! The " +"time machine will leave it up to you how to proceed: you can edit the " +"problematic item, it will show you the conflicting sections. You can keep " +"either of the two versions - or create a combination of them! Remove the " +">>>, <<<, and === markers, and make a new commit to finalize the merge!\n" +"\n" +"Let your finalized timeline be the 'main' one." +msgstr "" + +msgid "" +"Welcome to today's lesson! We're going to learn how to make commits with " +"more precision!\n" +"\n" +"Have a look at these two timelines. They have exactly the same outcome. But " +"one of them makes it much easier to figure out what happened." +msgstr "" + +msgid "" +"So far, when we made a commit, we've always recorded the current status of " +"all objects, right?\n" +"\n" +"But Git allows you to pick which changes you want to put in a commit!\n" +"\n" +"To learn how that works, we need to learn about the 'index'! In the index, " +"we can prepare what will be in the next commit. In this game, the index is " +"represented by a blue aura around icons in the file browser!\n" +"\n" +"Initially, the index is empty. To make a commit that contains a new file, we " +"need to add it!" +msgstr "" + +msgid "" +"When we change files, the index won't change on its own. We have to use `git " +"add` to update the index to the changed version of the file.\n" +"\n" +"Let's try that!\n" +"\n" +"The icons in the file browser show you when the actual file (white) and the " +"version in the index (blue) are different, and when they are the same!" +msgstr "" + +msgid "" +"See the dark shadow behind the icons? That's the version of the file in the " +"last commit!\n" +"\n" +"For example, these candles have been blown out, and that change has been " +"added.\n" +"\n" +"But you decide that this was a mistake! You only want to blow out the red " +"candle in the next commit!\n" +"\n" +"If you already have updated the index to a changed file, but want to reset " +"it, you can use `git reset`!" +msgstr "" + +msgid "" +"The index is really useful, because it allows us to be precise about which " +"changes we want to include in each commit!" +msgstr "" + +msgid "" +"Your friend added another line to your essay! Get it, add a third one and " +"send it to them!\n" +"\n" +"Take turns until you have five lines!" +msgstr "" + +msgid "" +"Both you and your friend have been working on the file, and want to sync up!" +msgstr "" + +msgid "" +"Okay - turns out that saving time in the morning by utilizing parallel " +"universes is against the regulations of the International Time Travel " +"Association. You'll have to do your tasks in sequence after all.\n" +"\n" +"See the 'rebase' card? When you drag it to a commit, it will copy the events " +"in your current timeline after the specified one! This way, make a clean, " +"linear timeline where you visit all three shops.\n" +"\n" +"Again, we want to make that our base reality - the 'main' branch should " +"point to that timeline!" +msgstr "" + +msgid "" +"Oops, looks like there's something messed up here. Can you put the events " +"back into their correct order?\n" +"\n" +"There are two ways to do this: You can drag the 'interactive rebase' card to " +"the commit before the one you want to change, then reorder the lines in the " +"file that opens, and save it.\n" +"\n" +"Or you can reset the main tag to the very first commit, and then cherry-pick " +"single commits in the order you want. You have cards for both approaches!" +msgstr "" + +msgid "" +"Oops - you deleted the 'essay' file, which you worked on all night!\n" +"\n" +"Luckily, Git is here to help! You can use `git checkout` to restore the file!" +msgstr "" + +msgid "" +"Here's a similar problem: you really liked the essay from the very first " +"commit, and want to have it back! Well, checkout can also restore things " +"from older commits, Here's how:\n" +"\n" +" git checkout [commit] [file]" +msgstr "" + +msgid "" +"Oh no, we made a bad commit! How can we undo making the commit, and go back " +"to a point where we can try again?\n" +"\n" +"The answer is using `git reset [commit]`, which does two things:\n" +"\n" +"- It resets the current branch ref to the commit you specify.\n" +"- And it resets the index to that commit.\n" +"\n" +"It does not change your working directory in any way, which means that after " +"that, you can try making the commit you want again." +msgstr "" + +msgid "" +"We were talking about how to undo a commit, and fix it. This only helps when " +"you haven't already pushed it to a remote. When that has happened, and you " +"want to undo the effects of the commit completely, your best option is `git " +"revert`" +msgstr "" + +msgid "" +"Say you were looking at something in the past, and then switched back to the " +"main branch.\n" +"\n" +"But then, you got reaaally distracted, and after your lunch break, you can't " +"remember on which commit in the past you were before. How can you find out?\n" +"\n" +"There's a convenient command that shows you all the places your HEAD did " +"point to in the past:\n" +"\n" +" git reflog" +msgstr "" + +msgid "" +"Your friend has a problem! Clone the repo, create a branch called " +"'solution', and fix the problem in this branch. When you're ready, make a " +"'Pull Request' by using `git tag pr`." +msgstr "" + +msgid "" +"(Please zoom out a bit using your mouse wheel! :D)\n" +"\n" +"Oh no! You have lost your key at some point during the day!\n" +"\n" +"Sure, you could look at every single commit in an attempt to find it - but " +"there's a better way: your time machine has a built-in way to find the point " +"in time where things went wrong quickly!\n" +"\n" +"First, play the 'bisect start' card. Then, go to a commit where you don't " +"have the key, and play the 'bisect bad' card. Likewise, go to a commit early " +"on where you have the key *in your pocket*, and play the 'bisect good " +"card'.\n" +"\n" +"After you've found the last good commit, reset the main branch to it. What " +"happened to the key after you lost it?" +msgstr "" + +msgid "" +"You will encounter situations in which you are working on your project but " +"you need to\n" +"put your current changes aside temporarily. To do so, you can use the stash " +"function. Use\n" +" git stash push \n" +"to add your current changes to the stash stack.\n" +"\n" +"---\n" +"tipp1\n" +"---\n" +"tipp2\n" +"---\n" +"tipp3" +msgstr "" + +msgid "" +"When you stashed your changes and you want to apply them back to your " +"current working directory, you can use\n" +" git stash pop\n" +"This will remove the changes from the stash stack. If you also want to keep " +"the changes on the stash stack, use\n" +" git stash apply\n" +"\n" +"---\n" +"tipp1\n" +"---\n" +"tipp2\n" +"---\n" +"tipp3" +msgstr "" + +msgid "" +"If you want to inspect your stash stack, use the command\n" +" git stash list\n" +" \n" +"Oh, you don't want to keep your stashed changes? There are way too many? " +"Then go ahead and clear the stack with\n" +" git stash clear\n" +"If you only want to discard a certain stash entry, you can use\n" +" git stash drop \n" +" \n" +"Clear your stash stack!\n" +"\n" +"---\n" +"tipp1\n" +"---\n" +"tipp2\n" +"---\n" +"tipp3" +msgstr "" + +msgid "" +"If you want to keep your changes but they don't belong to the main branch, " +"you can easily\n" +"create a new branch from your stashed changes. Just use\n" +" git stash branch \n" +"If you just want to use the latest stash entry, you can leave the " +"option empty.\n" +"\n" +"Create a new branch from the stashed changes!\n" +"\n" +"---\n" +"tipp1\n" +"---\n" +"tipp2\n" +"---\n" +"tipp3" +msgstr "" + +msgid "" +"When you want to reapply your changes but you already continued working on " +"your file, you might get\n" +"a merge conflict! Let's practise this situation.\n" +"Pop the changes from the stash with\n" +" git stash pop\n" +"and resolve the merge conflict. Commit the resolved changes and clear the " +"stash stack afterwards.\n" +"\n" +"---\n" +"tipp1\n" +"---\n" +"tipp2\n" +"---\n" +"tipp3" +msgstr "" + +msgid "" +"Some of your commits may be special commits. Maybe you reached a milestone " +"or a new version number.\n" +"\n" +"You can mark these commits with a special flag called 'tag'.\n" +"\n" +"Write \n" +"\n" +" git tag \n" +" \n" +"to tag your commit.\n" +"\n" +"---\n" +"tipp1\n" +"---\n" +"tipp2\n" +"---\n" +"tipp3" +msgstr "" + +msgid "" +"You added way too many tags? No prob! Delete them with\n" +"\n" +" git tag -d \n" +" \n" +"Remove all tags in this repo!\n" +"\n" +"---\n" +"tipp1\n" +"---\n" +"tipp2\n" +"---\n" +"tipp3" +msgstr "" + +msgid "" +"But what happens if you forgot to tag your current commit?\n" +"No Prob! You can also tag older commits via\n" +"\n" +" git tag \n" +" \n" +"Tag the commit 'Adding feature 2' with the name 'v1'!\n" +"\n" +"---\n" +"tipp1\n" +"---\n" +"tipp2\n" +"---\n" +"tipp3" +msgstr "" + +msgid "" +"When you work with remote repositories, tags are not pushed or pulled " +"automatically.\n" +"\n" +"You can push a tag with\n" +" git push \n" +"Or all tags with:\n" +" git push --tags\n" +" \n" +"Deleting tags on your remote works with: \n" +" git push --delete \n" +" \n" +"You can also sync \n" +" git fetch --prune --prune-tags\n" +"\n" +"\n" +"Add a tag named 'v2' to the last commit and push it to the remote. Also pull " +"the v1 tag to your local repository." +msgstr "" + +msgid "This is an empty sandbox you can play around in." +msgstr "" + +msgid "" +"Here's a sandbox with a remote! Try pulling, fetching, or pushing!\n" +"\n" +"How can you push tags and branches on a remote? How can you delete them " +"again?" +msgstr "" + +msgid "" +"Here's a sandbox you can play around in.\n" +"\n" +"You can use both the playing cards, as well as the terminal. This is a real " +"Git terminal! Fun things to try:\n" +"\n" +"- Make a commit that merges three timelines together at once!\n" +"- Create and delete some tags!\n" +"- Make a timeline that's completely independent of the rest!" +msgstr "" + +#: HITS +msgid "" +"But there's another way to interact with Git:\n" +"\n" +"Try typing `git init` into the black terminal below, and pressing the enter " +"key!" +msgstr "" + +msgid "" +"Again, instead of using the card, you can also type the commands which are " +"printed on it into the black terminal below!\n" +"\n" +"This is totally optional! But this will be a super useful skill in the real " +"world - and it will give you a sparkling golden badge! :)" +msgstr "" + +msgid "" +"To go back to old commands, you can press arrow up and down. That way, you " +"don't have to type in long commands twice." +msgstr "" + +msgid "" +"On the command line, you can easily delete all files ending in -web using " +"this command:\n" +"\n" +" rm *web" +msgstr "" + +msgid "" +"To checkout a specific commit, type `git checkout`, then a space, and then " +"right click on the commit you want!\n" +"\n" +"This will insert the commit's unique identifier!" +msgstr "" + +msgid "" +"The blue animal represents a concept known as the 'HEAD pointer' in Git: It " +"shows you which commit is the current one.\n" +"\n" +"Here's a cool trick to go to the previous commit: \n" +"\n" +" git checkout HEAD^\n" +"\n" +"You can also go back two commits by typing, for example: \n" +"\n" +" git checkout HEAD~2" +msgstr "" + +msgid "" +"Branches also make it really easy to travel between different places using " +"the command line! As soon as you have a branch called 'birthday', you can " +"type `git checkout birthday` to travel to it!" +msgstr "" + +msgid "" +"To travel to a branch, type `git checkout name_of_the_branch`.\n" +"\n" +"And to travel to the last commit, type `git checkout --detach " +"name_of_the_branch`." +msgstr "" + +msgid "" +"You can use tab completion in the terminal! Start typing a filename, then " +"press the tab key to complete its name. This will often save you some time!" +msgstr "" + +#: CONGRAT +msgid "" +"Good job, you solved the level!\n" +"\n" +"Feel free to try a few more things or click 'Next level'." +msgstr "" + +msgid "" +"Suddenly, your cat jumps on the table, snatches away the form, and runs " +"away! Oh no. All your hard work, gone!\n" +"\n" +"You clearly need a better solution.\n" +"\n" +"(Click 'Next Level' as soon as you're ready!)" +msgstr "" + +msgid "" +"Okay, this kind of works.\n" +"\n" +"But you're a bit worried that you'll end up with hundreds of copies of this " +"form, and it will be hard to keep track of all of them.\n" +"\n" +"And especially when working with other people, sending copies back and forth " +"doesn't seem ideal.\n" +"\n" +"You can't wait to try these time machines!" +msgstr "" + +msgid "" +"Nice! See that little owl squirrel that appeared? It will be your companion, " +"and always show you where you are in time!" +msgstr "" + +msgid "" +"Cool! Instead of using the playing cards, you can also do everything via the " +"command line!\n" +"\n" +"The command line is pretty powerful! Often, you can use it to solve tasks " +"faster compared to using a graphical interface." +msgstr "" + +msgid "" +"Nice! You can try making some additional commits. When you feel comfortable, " +"click on 'Next Level'." +msgstr "" + +msgid "" +"Welcome to time travel school! :) I'll see you for your first class tomorrow!" +msgstr "" + +msgid "Your room looks now very tidy and cozy! Time to unpack your stuff!" +msgstr "" + +msgid "Don't you immediately feel more at home?" +msgstr "" + +msgid "" +"Wonderful! Now that you're getting familiar with the time machine, let's " +"look at some more complicated situations..." +msgstr "" + +msgid "" +"Whew, good job! This seems like a *much* better outcome.\n" +"\n" +"Feel free to add more parallel timelines, or make them longer.\n" +"\n" +"If you're ready, our next mission is already waiting..." +msgstr "" + +msgid "" +"Now you can travel between those branches easily (using `git checkout`) - " +"try it!\n" +"\n" +"Your friend is happy that you made it to the birthday party and you also got " +"your concert ticket signed. Yay!" +msgstr "" + +msgid "" +"On second thought, maybe you even prefer the ice cream timeline to the main " +"one? :)" +msgstr "" + +msgid "" +"I wonder if you're more relaxed when you *sleep* in parallel timelines..." +msgstr "" + +msgid "Yum, that sounds like a good breakfast!" +msgstr "" + +msgid "" +"Notice how the other timelines and commits are still there - if anything " +"goes wrong, you can also travel back to them.\n" +"\n" +"It's really hard to actually *destroy* stuff with your time machine." +msgstr "" + +msgid "" +"Feel free to reset the level and try the other strategy! Which one do you " +"like better?" +msgstr "" + +msgid "" +"Well done! :) The only problem is that you now have to walk all the way back " +"home, again..." +msgstr "" + +msgid "Nice stash you got there! :)" +msgstr "" + +msgid "Yay, you got your changes back! :)" +msgstr "" + +msgid "All clear! :)" +msgstr "" + +msgid "Stashed changes are in a new branch! :)" +msgstr "" + +msgid "Nice! You tagged your first commit :)" +msgstr "" + +msgid "Well done :)" +msgstr "" diff --git a/locale/messages.mo b/locale/messages.mo deleted file mode 100644 index a440a58d63cb555e4be7f22382399bf6ff95e0d7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8795 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 diff --git a/locale/messages.pot b/locale/text.pot similarity index 53% rename from locale/messages.pot rename to locale/text.pot index 82b3c14..3a74517 100644 --- a/locale/messages.pot +++ b/locale/text.pot @@ -1,84 +1,71 @@ # Translations template for PROJECT. # Copyright (C) 2022 ORGANIZATION # This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2022. +# Automatically generated, 2022. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2022-08-18 10:39+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"PO-Revision-Date: 2022-08-19 16:52+0200\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: it\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.10.3\n" +"X-Generator: Poedit 3.1\n" + +msgid "teacher" +msgstr "" #: oh-my-git/scenes/arrow.tscn:35 oh-my-git/scenes/arrow.tscn:48 -msgid "label" -msgstr "" - -#: oh-my-git/scenes/card.tscn:125 -msgid "Description" -msgstr "" - -#: oh-my-git/scenes/card.tscn:144 -msgid "0" -msgstr "" - +#: oh-my-git/scenes/card.tscn:125 oh-my-git/scenes/card.tscn:144 #: oh-my-git/scenes/cards.gd:58 -msgid "YOUR_CARDS" +msgid "These are your cards! Drag them to highlighted areas to play them!" msgstr "" #: oh-my-git/scenes/cards.tscn:34 msgid "Draw new cards" msgstr "" -#: oh-my-git/scenes/cards.tscn:48 -msgid "3" -msgstr "" - -#: oh-my-git/scenes/file_browser.tscn:51 +#: oh-my-git/scenes/cards.tscn:48 oh-my-git/scenes/file_browser.tscn:51 msgid "title" msgstr "" -#: oh-my-git/scenes/file_browser.tscn:64 -msgid "root" -msgstr "" - -#: oh-my-git/scenes/file_browser.tscn:70 -msgid "dir" -msgstr "" - +#: oh-my-git/scenes/file_browser.tscn:64 oh-my-git/scenes/file_browser.tscn:70 #: oh-my-git/scenes/file_browser.tscn:111 oh-my-git/scenes/text_editor.tscn:32 msgid "Save" msgstr "" #: oh-my-git/scenes/file_browser.tscn:126 oh-my-git/scenes/text_editor.tscn:47 -msgid "x" -msgstr "" - #: oh-my-git/scenes/file_browser_item.tscn:118 msgid "filename" msgstr "" #: oh-my-git/scenes/game.gd:3 -msgid "ENGLISH" +msgid "English" msgstr "" #: oh-my-git/scenes/game.gd:3 -msgid "ITALIAN" +msgid "Italian" +msgstr "" + +#: oh-my-git/scenes/level.gd:45 +msgid "" +"Good job, you solved the level!\n" +"Feel free to try a few more things or click 'Next level'." msgstr "" #: oh-my-git/scenes/level.gd:81 -msgid "COMPLETE_GOAL" +msgid "Complete the goal of this level" msgstr "" #: oh-my-git/scenes/level_select.gd:60 -msgid "GOLDEN_BADGE" +msgid "You get a golden badge for each level you solve without using the playing cards! Can you solve them all using the command line?" msgstr "" #: oh-my-git/scenes/level_select.tscn:51 @@ -92,22 +79,15 @@ msgid "To the survey /o/" msgstr "" #: oh-my-git/scenes/level_select.tscn:82 oh-my-git/scenes/main.tscn:214 -msgid "BACK" +msgid "Back" msgstr "" #: oh-my-git/scenes/level_select.tscn:93 oh-my-git/scenes/main.tscn:225 -msgid "RELOAD" +msgid "Reload" msgstr "" -#: oh-my-git/scenes/main.tscn:105 -msgid "Level name here!" -msgstr "" - -#: oh-my-git/scenes/main.tscn:124 oh-my-git/scenes/main.tscn:136 -msgid "Level description here!" -msgstr "" - -#: oh-my-git/scenes/main.tscn:237 +#: oh-my-git/scenes/main.tscn:105 oh-my-git/scenes/main.tscn:124 +#: oh-my-git/scenes/main.tscn:136 oh-my-git/scenes/main.tscn:237 msgid "Cards!" msgstr "" @@ -116,24 +96,18 @@ msgid "Tip!" msgstr "" #: oh-my-git/scenes/main.tscn:275 -msgid "NEXT_LEVEL" +msgid "Next level" msgstr "" #: oh-my-git/scenes/music_button.tscn:12 -msgid "MUSIC" +msgid "Toggle music" msgstr "" #: oh-my-git/scenes/no_git.tscn:33 oh-my-git/scenes/survey.tscn:46 -#: oh-my-git/scenes/title.tscn:25 -msgid "by bleeptrack & blinry" -msgstr "" - -#: oh-my-git/scenes/no_git.tscn:46 oh-my-git/scenes/title.tscn:38 -msgid "Original score by winniehell" -msgstr "" - -#: oh-my-git/scenes/no_git.tscn:65 oh-my-git/scenes/title.tscn:56 -msgid "LEVELS" +#: oh-my-git/scenes/title.tscn:25 oh-my-git/scenes/no_git.tscn:46 +#: oh-my-git/scenes/title.tscn:38 oh-my-git/scenes/no_git.tscn:65 +#: oh-my-git/scenes/title.tscn:56 +msgid "Levels" msgstr "" #: oh-my-git/scenes/no_git.tscn:71 oh-my-git/scenes/title.tscn:62 @@ -141,83 +115,63 @@ msgid "Sandbox" msgstr "" #: oh-my-git/scenes/no_git.tscn:76 -msgid "INSTALL" +msgid "Install" msgstr "" -#: oh-my-git/scenes/no_git.tscn:97 -msgid "GIT_MESSAGE" -msgstr "" - -#: oh-my-git/scenes/node.gd:83 -msgid "DRAG_AROUND" -msgstr "" - -#: oh-my-git/scenes/node.tscn:55 -msgid "object_id" -msgstr "" - -#: oh-my-git/scenes/notification.gd:5 -msgid "GOT_IT" -msgstr "" - -#: oh-my-git/scenes/notification.gd:6 -msgid "INTERESTING" -msgstr "" - -#: oh-my-git/scenes/notification.gd:7 -msgid "VERY_USEFULL" -msgstr "" - -#: oh-my-git/scenes/notification.gd:8 -msgid "COOL" -msgstr "" - -#: oh-my-git/scenes/notification.gd:9 -msgid "NICE" -msgstr "" - -#: oh-my-git/scenes/notification.gd:10 -msgid "THANKS" -msgstr "" - -#: oh-my-git/scenes/notification.gd:11 -msgid "WHATEVER" -msgstr "" - -#: oh-my-git/scenes/notification.gd:12 -msgid "OKAY" -msgstr "" - -#: oh-my-git/scenes/notification.gd:13 -msgid "YAY" -msgstr "" - -#: oh-my-git/scenes/notification.gd:14 -msgid "AWESOME" -msgstr "" - -#: oh-my-git/scenes/notification.tscn:37 -msgid "" -"This is a hint! This is a hint! This is a hint! This is a hint! This is a" -" hint! This is a hint! This is a hint! This is a hint! This is a hint!" +#: oh-my-git/scenes/no_git.tscn:97 oh-my-git/scenes/node.gd:83 +msgid "You can drag these around with your mouse!" msgstr "" +#: oh-my-git/scenes/node.tscn:55 oh-my-git/scenes/notification.gd:5 #: oh-my-git/scenes/notification.tscn:59 msgid "Got it!" msgstr "" -#: oh-my-git/scenes/repository.gd:92 -msgid "INTERACT" +#: oh-my-git/scenes/notification.gd:6 +msgid "Interesting!" msgstr "" -#: oh-my-git/scenes/repository.tscn:56 -msgid "Repo name" +#: oh-my-git/scenes/notification.gd:7 +msgid "Very useful!" msgstr "" -#: oh-my-git/scenes/repository.tscn:67 -msgid "Index:" +#: oh-my-git/scenes/notification.gd:8 +msgid "Cool!" msgstr "" +#: oh-my-git/scenes/notification.gd:9 +msgid "Nice!" +msgstr "" + +#: oh-my-git/scenes/notification.gd:10 +msgid "Thanks!" +msgstr "" + +#: oh-my-git/scenes/notification.gd:11 +msgid "Whatever..." +msgstr "" + +#: oh-my-git/scenes/notification.gd:12 +msgid "Okay!" +msgstr "" + +#: oh-my-git/scenes/notification.gd:13 +msgid "Yay!" +msgstr "" + +#: oh-my-git/scenes/notification.gd:14 +msgid "Awesome!" +msgstr "" + +#: oh-my-git/scenes/notification.tscn:37 +msgid "This is a hint! This is a hint! This is a hint! This is a hint! This is a hint! This is a hint! This is a hint! This is a hint! This is a hint!" +msgstr "" + +#: oh-my-git/scenes/notification.tscn:59 oh-my-git/scenes/repository.gd:92 +msgid "This is the time machine of another person! To interact with it, you need special commands!" +msgstr "" + +#: oh-my-git/scenes/repository.tscn:56 oh-my-git/scenes/repository.tscn:67 #: oh-my-git/scenes/repository.tscn:78 msgid "Update" msgstr "" @@ -226,11 +180,8 @@ msgstr "" msgid "Hide trees and blobs" msgstr "" -#: oh-my-git/scenes/survey.tscn:34 -msgid "Oh My Git!" -msgstr "" - -#: oh-my-git/scenes/survey.tscn:71 +#: oh-my-git/scenes/survey.tscn:34 oh-my-git/scenes/survey.tscn:71 +#: oh-my-git/scenes/title.tscn:68 msgid "Quit" msgstr "" @@ -242,30 +193,14 @@ msgid "" msgstr "" #: oh-my-git/scenes/terminal.gd:107 -msgid "YOUR_TERMINAL" +msgid "This is your terminal! All commands are executed here, and you can see their output. You can also type your own commands here!" msgstr "" -#: oh-my-git/scenes/terminal.tscn:86 -msgid "git commit --allow-empty -m \"$RANDOM\"" -msgstr "" - -#: oh-my-git/scenes/terminal.tscn:93 -msgid "git checkout HEAD^" -msgstr "" - -#: oh-my-git/scenes/terminal.tscn:100 -msgid "git checkout -b \"$RANDOM\"" -msgstr "" - -#: oh-my-git/scenes/text_editor.tscn:12 +#: oh-my-git/scenes/terminal.tscn:86 oh-my-git/scenes/terminal.tscn:93 +#: oh-my-git/scenes/terminal.tscn:100 oh-my-git/scenes/text_editor.tscn:12 msgid "Text here" msgstr "" -#: oh-my-git/scenes/title.tscn:68 -msgid "QUIT" +#: oh-my-git/scenes/title.tscn:68 oh-my-git/scenes/title.tscn:74 +msgid "Language" msgstr "" - -#: oh-my-git/scenes/title.tscn:74 -msgid "LANGUAGE" -msgstr "" -