MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Help Translating Word Clock

    Scheduled Pinned Locked Moved Requests
    66 Posts 10 Posters 54.1k Views 10 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • U Offline
      Ultimatum22 Module Developer
      last edited by Ultimatum22

      I didn’t found that other module, thanks for pointing it out.

      This is what I got so far, still a work in progress. The white square is supposed to be the rest minutes.
      0_1502901524555_MMM-WordClock.png

      1 Reply Last reply Reply Quote 1
      • C Offline
        clubbi @j.e.f.f
        last edited by

        @j.e.f.f

        I join my predecessor @pjkoeleman

        German Translation:

        {
         "ITIS": "Es ist",
         "HALF": "halb",
         "QUARTER": "viertel",
         "MINUTES": "Minuten",
         "TO": "vor",
         "PAST": "nach",
         "ONE": "eins",
         "TWO": "zwei",
         "THREE": "drei",
         "FOUR": "vier",
         "FIVE": "fünf",
         "SIX": "sechs",
         "SEVEN": "sieben",
         "EIGHT": "acht",
         "NINE": "neun ",
         "TEN": "zehn",
         "ELEVEN": "elf",
         "TWELVE": "zwölf",
         "TWENTY": "zwanzig",
         "OCLOCK": "Uhr",
         "THIRTEEN": "dreizehn",
         "FORTEEN": "vierzehn",
         "FIFTEEN": "fünfzehn",
         "SIXTEEN": "sechzehn",
         "SEVENTEEN": "siebenzehn",
         "EIGHTEEN": "achtzehn",
         "NINETEEN": "neunzehn",
         "THIRTY": "dreißig",
         "FORTY": "dierzig",
         "FIFTY": "fünfzig",
         "OH": "0?",
         "HUNDRED": "hundert",
         "ZERO": "null"
        }
        

        It’s one o’clock -> Es ist ein Uhr

        It’s five minutes past one -> Es ist fünf nach eins (more common) / Es ist fünf nach ein Uhr

        It’s ten minutes past one -> Es ist zehn nach eins (more common) / … ein Uhr

        It’s quarter past one -> regional different: “Es ist viertel zwei” - “Es ist viertel nach eins / … ein Uhr”

        It’s twenty minutes past one -> Es ist zwanzig Minuten nach eins / … ein Uhr

        It’s twenty-five minutes past one -> Es ist fünfundzwanzig Minuten nach eins / Es ist fünf vor halb zwei (more common)

        It’s half past one -> Es ist halb zwei (rounded up to next full hour)

        It’s twenty-five minutes to two -> Es ist fünfunfzwanzig Minuten vor zwei / Es ist fünf nach halb 2 zwei (more common)

        It’s twenty minutes to two -> Es ist zwanzig Minuten vor zwei / Es ist zehn nach halb 2 (more common)

        it’s quarter to two -> regional differenz: “Es ist dreiviertel zwei” - “Es ist viertel vor zwei Uhr”

        It’s ten minutes to two -> Es ist zehn Minuten vor zwei Uhr

        It’s five minutes to two -> Es ist 5 Minuten vor zwei Uhr

        It’s eleven o’clock (both 11:00 and 23:00) -> Es ist elf Uhr // Es ist dreiundzwanzig Uhr

        It’s twelve o’clock (both 00:00 and 12:00) -> Es ist null Uhr // Es ist zwölf Uhr

        It’s one o’clock (both 01:00 and 13:00) -> Es ist ein Uhr / Es ist dreizehn Uhr

        Normaly we leave the “minutes” and “o’clock” away, like saying time in Dutch.
        If you need more details, please ask.

        J 2 Replies Last reply Reply Quote 2
        • J Offline
          j.e.f.f Project Sponsor Module Developer @clubbi
          last edited by j.e.f.f

          @clubbi Thank you! I’ll be adding this tonight along with a French translation.

          One question: I notice a small difference in the first example:

          It’s five minutes past one -> Es ist fünf nach eins (more common) / Es ist fünf nach ein Uhr

          in the second example, there is no “s” at the end on “ein”. Does this mean when it’s on the hour (e.g.: 1:00) one would say “Es ist ein Uhr”, but when the word “Uhr” is not used, there is an “s”? (e.g.: “Es ist fünf nach eins”). Is the case for any other hours? I noticed it wasn’t for “Es ist fünfunfzwanzig Minuten vor zwei”

          Also, is “Uhr” always capitalized? e.g.: would “Es ist elf uhr” be incorrect?

          Cheers!

          W 1 Reply Last reply Reply Quote 0
          • W Offline
            willfri @j.e.f.f
            last edited by

            @j.e.f.f In German the additional “s” is only relevant for the number 1. So without “Uhr” the “s” is required and with a sentence with “Uhr” the “s” must be omitted.
            “Uhr” is always capitalized. So your example “Es ist elf uhr” is incorrect.

            1 Reply Last reply Reply Quote 1
            • J Offline
              j.e.f.f Project Sponsor Module Developer @clubbi
              last edited by

              @clubbi @willfri OK here’s my attempt at making a German translation:

              There were complications with having both “ein” and “eins” in the grid. So to avoid a special code case, for all times from 01:00 through 01:55, I always end with the word “Uhr.” I don’t do this for any other hours though… should I?

              I took some creative license with displaying hours 13:00 through 19:00, as well as hours 21:00 through 23:00.

              See both screenshots below for examples, and let me know if my translation works.

              0_1502940260094_DE.jpg

              0_1502940443693_DE_others.jpg

              pjkoelemanP 1 Reply Last reply Reply Quote 0
              • pjkoelemanP Offline
                pjkoeleman @j.e.f.f
                last edited by

                @j.e.f.f
                First of all, German is not my main language, but there are some things I see.

                • 20:25 “Es ist fünf vor halb zwanzig” should be “Es ist fünf vor halb neun”, I would never use the “zwanzig” wenn I write the time like this or speak about the actual time.
                • 20:30 is now written as “Es ist halb ein und zwanzig”. I think that has to be like in Dutch “Es ist halb neun”. Dutch and German look a lot the same.
                • 20:35 schould be “Es ist fünf nach halb neun”
                • 20:40 schould be “Es ist zehn nach halb neun”
                • 20:45 schould be “Es ist viertel vor neun”
                • 20:50 schould be “Es ist zehn vor neun”
                • 20:55 schould be “Es ist fünf vor neun”

                The use of “zwanzig” is strange in my opinion, but let some German speaking users decide how they want it to be.

                J 1 Reply Last reply Reply Quote 1
                • J Offline
                  j.e.f.f Project Sponsor Module Developer @pjkoeleman
                  last edited by

                  @pjkoeleman it was my impression based @clubbi 's translation suggestion that the clock should show 24 hour time, which is why it is laid out as such.

                  @clubbi @willfri should this be a 24 hour clock or a 12 hour? Also note that it’s possible to have layouts for both styles, so I could add a German 12 hour clock in addition to keeping the current 24 hour layout.

                  W 1 Reply Last reply Reply Quote 1
                  • W Offline
                    willfri @j.e.f.f
                    last edited by

                    @j.e.f.f How @pjkoeleman said I would also prefer a 12 hour layout because all times after 12 sounds strange in German.

                    Use “Uhr” only when it’s xx:00. The example at 01:15 should be “Es ist viertel nach eins”. So it would be better if you could find a solution for “ein” and “eins” because it sounds much better.

                    Some examples for better understanding:

                    • 00:30/12:30 “Es ist halb eins”
                    • 01:00/13:00 “Es ist ein Uhr” (use “ein” only here)
                    • 01:05/13:05 “Es ist fünf nach eins”
                    • 01:15/13:15 “Es ist viertel nach eins”
                    J 2 Replies Last reply Reply Quote 1
                    • J Offline
                      j.e.f.f Project Sponsor Module Developer @willfri
                      last edited by

                      @willfri Thanks! A twelve-hour clock is easier for me to layout as well, so it looks like I’ll go that route. I’ve been thinking about a good way to handle the “s” on the end of “ein” and I think I have a good solution in mind that won’t be a special case just for the German layout.

                      I’ll post back new screenshots when I make the change.

                      1 Reply Last reply Reply Quote 0
                      • J Offline
                        j.e.f.f Project Sponsor Module Developer @willfri
                        last edited by j.e.f.f

                        @willfri OK. Here is the German layout, now using a 12 hour clock. I have it properly displaying
                        ein/eins" in context.

                        Question: Since we’re using 12 hour time instead of 24, is it customary to specify what part of the day it’s in? For example, in the French translation, it would say “Il est cinq heures du matin,” or “It’s five o’clock in the morning.” Similarly you’d append “de l’après midi” for the afternoon, and “du soir” for in the evening.

                        0_1502992894660_DE.jpg

                        pjkoelemanP W 2 Replies Last reply Reply Quote 1
                        • pjkoelemanP Offline
                          pjkoeleman @j.e.f.f
                          last edited by

                          @j.e.f.f
                          I think that is awesome, for a Dutch person.

                          1 Reply Last reply Reply Quote 0
                          • W Offline
                            willfri @j.e.f.f
                            last edited by

                            @j.e.f.f said in Help Translating Word Clock:

                            Question: Since we’re using 12 hour time instead of 24, is it customary to specify what part of the day it’s in? For example, in the French translation, it would say “Il est cinq heures du matin,” or “It’s five o’clock in the morning.” Similarly you’d append “de l’après midi” for the afternoon, and “du soir” for in the evening.

                            I’m not sure if it’s needing. In German it would be

                            • Night: “Es ist zwei Uhr nachts”
                            • Morning: “Es ist sieben Uhr morgens”
                            • Afternoon: “Es ist drei Uhr nachmittags”
                            • Evening: “Es ist neun Uhr abends”

                            But for the other times without “Uhr” it sounds in my opinion wired: “Es ist viertel nach zwei nachts”
                            I don’t know how other German people see it.

                            J 1 Reply Last reply Reply Quote 1
                            • J Offline
                              j.e.f.f Project Sponsor Module Developer @willfri
                              last edited by

                              @willfri thanks. I think I’ll leave it as is then.

                              strawberry 3.141S 1 Reply Last reply Reply Quote 0
                              • strawberry 3.141S Offline
                                strawberry 3.141 Project Sponsor Module Developer @j.e.f.f
                                last edited by strawberry 3.141

                                @j.e.f.f There is a shop about 30 minutes drive which sells a word clock, but I’m not sure if it was in german or english. Anyways if I’ll get there I will take a photo so we can see how they arranged the layout.

                                EDIT: I found a picture online of the shop, looks like they have swissgerman, english and german. I could try to create a swissgerman translation. But switzerland has so many dialects and there are no rules how you write words down as far as I know, because they have to write in german but they speak in swissgerman. I will give it a try.

                                0_1503040494513_wordclock.jpg

                                EDIT 2: need to investigate why it’s not showing the characters äöü, because the font supports it. Some encoding stuff should be the issue.

                                0_1503046073696_swissgerman.png

                                EDIT 3: https://github.com/fewieden/MMM-MyWordClock I have to leave now. Will create the tall version and pr later.

                                0_1503047827611_DE_CH_16x9.jpg

                                Please create a github issue if you need help, so I can keep track

                                J 2 Replies Last reply Reply Quote 0
                                • pjkoelemanP Offline
                                  pjkoeleman
                                  last edited by

                                  @willfri @strawberry-3-141
                                  Is the translation of 13:20 okee, I would say “Es ist zehn vor halb zwei”?

                                  W 1 Reply Last reply Reply Quote 1
                                  • J Offline
                                    j.e.f.f Project Sponsor Module Developer @strawberry 3.141
                                    last edited by

                                    @strawberry-3.141 This is amazing! Thanks for this. Let me know when the tall version is available and I’ll merge it in

                                    1 Reply Last reply Reply Quote 0
                                    • W Offline
                                      willfri @pjkoeleman
                                      last edited by

                                      @pjkoeleman Yes, “Es ist zehn vor halb zwei” would be better as “Es ist zwanzig nach eins”

                                      pjkoelemanP 1 Reply Last reply Reply Quote 1
                                      • pjkoelemanP Offline
                                        pjkoeleman @willfri
                                        last edited by

                                        @willfri
                                        Then we have to ask @j-e-f-f if he will changes this in the German language.

                                        Disclamer : Ich bin nur hier, um mein Deutsch zu üben.

                                        J 1 Reply Last reply Reply Quote 0
                                        • ? Offline
                                          A Former User
                                          last edited by

                                          I am ashamed to tell this, I’m living in Germany for years but cannot speak any Deutsche. :)

                                          You can see this.
                                          https://learn-german-easily.com/tell-time-in-german

                                          J 1 Reply Last reply Reply Quote 0
                                          • J Offline
                                            j.e.f.f Project Sponsor Module Developer @pjkoeleman
                                            last edited by

                                            @pjkoeleman Yep I’ll take care of this. Thanks for pointing this out!

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 1 / 4
                                            • First post
                                              Last post
                                            Enjoying MagicMirror? Please consider a donation!
                                            MagicMirror created by Michael Teeuw.
                                            Forum managed by Sam, technical setup by Karsten.
                                            This forum is using NodeBB as its core | Contributors
                                            Contact | Privacy Policy