-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Home page #5
Conversation
Co-Authored-By: miku86 <miku86coding@gmail.com>
Co-Authored-By: miku86 <miku86coding@gmail.com>
Changed "einfach" to "leicht", because of repetetation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed some words. Sorry :/ for not using the new suggestion feature of github. I'll use in my next review.
@@ -3,7 +3,7 @@ title: Deklarativ | |||
order: 0 | |||
--- | |||
|
|||
React macht es dir einfach, interaktive Benutzeroberflächen zu erstellen. Erstelle einfach Ansichten für jeden Zustand deiner Anwendung und React wird effizient die richtigen Komponenten aktualisieren und rendern, sobald sich deine Daten ändern. | |||
React macht es dir leicht, interaktive Benutzeroberflächen zu erstellen. Erstelle einfache Ansichten für jeden Zustand deiner Anwendung und React wird sobald du Daten änderst, effizient die richtigen Komponenten aktualisieren und rendern. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've been thinking long and hard about what the meaning of the second sentence is, especially the "simple".
"Design simple views for each state in your application, [...]."
I don't think, that we are talking about "einfache Ansichten" (what is a "einfache Ansicht" vs. "komplexe Ansicht"?), instead we're talking about "Erstelle die Ansichten auf einfache Art und Weise",
so the process of designing is simple/easy, not the view.
That would also mean that the original english sentence isn't that good,
should be something like "Easily/Simply design views.", if my thoughts are correct.
What do you think about that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can understand your confusion. I also needed a few times to understand the last sentence ^^ but I think your thoughts are not that correct. The sentence says "Erstelle einfache Ansichten" and not "Erstelle einfach/locker/easy Ansichten". I have talked to a few people who have spent years in England and it has always come out that it means "Erstelle einfache Ansichten". What are you thinking @ChrisB9 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a difficult one...
This is the marketing section, so simple as in "einfach,locker" does not sound wrong either
For fun, i put it into a stupid translator: https://www.deepl.com/translator#en/de/React%20makes%20it%20painless%20to%20create%20interactive%20UIs.%20Design%20simple%20views%20for%20each%20state%20in%20your%20application%2C%20and%20React%20will%20efficiently%20update%20and%20render%20just%20the%20right%20components%20when%20your%20data%20changes.%0A%0A
there is one option that doesnt sound wrong either: benutzerfreundlich(e). I really am stumbling upon the "marketing"-section, because what is the intention of this message? It seems to me that this is for everyone wondering "what the heck is react"...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tesseralis can you help us to understand the meaning of this sentence?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gaearon might be a better source, but in this case I think "view" is the "View" of "Model-View-Controller", i.e."design simple UIs for each state of your application"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The sentence says "Erstelle einfache Ansichten" and not "Erstelle einfach/locker/easy Ansichten". I have talked to a few people who have spent years in England and it has always come out that it means "Erstelle einfache Ansichten".
Yes, the original sentence means "einfache Ansichten", I think that's clear.
My question is whether the original sentence is correct and what it should express:
- It's easy to create a view
or - You can create a simple view (=> what is a simple view?)
I'll merge it and we can update the small part later, if needed (: |
Hey folks,
please have a look at my translations
and give some proper feedback.
Thank you.