Historique

- date inconnue
Joue-t-il du piano?
- date inconnue
lié à 111208
- date inconnue
lié à 292476
martinod - Mar 27th 2011, 19:38
lié à 585374
alexmarcelo - Nov 20th 2011, 15:46
lié à 1250786
deniko - May 24th 2012, 08:21
lié à 1588984
jakov - Jun 6th 2012, 14:09
Joue-t-il du piano ?
alexmarcelo - Aug 27th 2012, 04:58
lié à 1385524

Signalez les erreurs

N'hésitez pas à publier un commentaire si vous voyez une erreur.

NOTE : si une phrase n'appartient à personne et que vous savez comment la corriger, n'hésitez à le faire sans déposer de commentaire. Vous devez pour cela d'abord l'adopter afin de pouvoir l'éditer.

Phrase nº131318

fra
Joue-t-il du piano ?

Important ! Vous allez ajouter une traduction à la phrase ci-dessus. Si vous ne comprenez pas cette phrase, cliquez sur « Annuler » pour tout réafficher, puis cliquez sur la phrase que vous comprenez et voulez traduire.

Veuillez ne pas oublier les majuscules et la ponctuation! Merci.

Commentaires

  1. Jun 6th 2012, 14:15
    This is a test for my userscript:

    "Franz war im Haus." => "Franz ist im Haus."

    {Franz war im Haus.} => {Franz ist im Haus.}

    “Franz war im Haus.” => “Franz ist im Haus.”

    «Franz war im Haus.» => «Franz ist im Haus.»

    »Franz war im Haus.« => »Franz ist im Haus.«

    "Franz war im Haus." => "Franz ist im Haus."

    {Franz war im Haus.} → {Franz ist im Haus.}

    “Franz war im Haus.” → “Franz ist im Haus.”

    «Franz war im Haus.» → «Franz ist im Haus.»

    »Franz war im Haus.« → »Franz ist im Haus.«
  2. Jun 6th 2012, 15:16
    ´Franz war im Haus.´ → ´Franz ist im Haus.´

    'Franz war im Haus.' → 'Franz ist im Haus.'

    `Franz war im Haus.` → `Franz ist im Haus.`

    "Franz war im Haus.» → "Franz ist im Haus.»
  3. Jun 6th 2012, 18:14
    Syntax Cheatsheet
    ========================================
    PHRASE EMPHASIS
    ---------------
    *italic* **bold**
    _italic_ __bold__

    LINKS
    ---------------
    Inline:
    An [example](http://url.com/ "Title")

    Reference-style labels (titles are optional):
    An [example][id]. Then, anywhere
    else in the doc, define the link:

    [id]: http://example.com/ "Title"

    IMAGES
    ---------------
    Inline (titles are optional):
    ![alt text](images/blacktocat.png "Title")

    Reference-style:
    ![alt text][id]

    [id]: images/blacktocat.png "Title"

    HEADERS
    ---------------
    Setext-style:
    Header 1
    ========

    Header 2
    --------

    atx-style (closing #'s are optional):

    # Header 1 #

    ## Header 2 ##

    ###### Header 6

    LISTS
    ---------------
    Ordered, without paragraphs:

    1. Foo
    2. Bar

    Unordered, with paragraphs:

    * A list item.

    With multiple paragraphs.

    * Bar

    You can nest them:

    * Abacus
    * ass
    * Bastard
    1. bitch
    2. bupkis
    * BELITTLER
    3. burper
    * Cunning

    BLOCKQUOTES
    ---------------
    > Email-style angle brackets
    > are used for blockquotes.

    > > And, they can be nested.

    > #### Headers in blockquotes
    >
    > * You can quote a list.
    > * Etc.

    CODE SPANS
    ---------------
    `<code>` spans are delimited
    by backticks.

    You can include literal backticks
    like `` `this` ``.

    PREFORMATTED CODE BLOCKS
    ---------------
    Indent every line of a code block by at least 4 spaces or 1 tab.

    This is a normal paragraph.

    This is a preformatted
    code block.

    HORIZONTAL RULES
    ---------------
    Three or more dashes or asterisks:

    ---

    * * *

    - - - -

    MANUAL LINE BREAKS
    ---------------
    End a line with two or more spaces:

    Roses are red,
    Violets are blue.

    - - - - - - - - - - - - - - - - - - - -

    Footnotes
    ---------------
    This footnote will appear at the bottom of the document[^1].

    The footnote doesn't have to be a number[^nonumber].

    [^1]: Told you it'd be here at the bottom.
    [^nonumber]: See, not a number.
    Though it does appear as a number in the html's ordered list.

    Table
    -----------------

    |a |b |c
    |--|--|--
    |1 |2 |3

    or

    a |b |c
    --|--|--
    1 |2 |3

    alignment

    rigt|left | center
    -----:|:-----|:------:
    0001 | 2 | 003
    4 | 0005 | 6

    Definition list
    -----------------

    term
    : definithion

    term
    : definithion
    : is here

    term
    : definithion

    : can have multi paragraph

    Auto link
    -----------------

    <http://foo.com/>;
    <mailto:foo@bar.com>

    Encode
    -----------------

    & < "aaa"

    Inline HTML
    -----------------

    <p>
    HTML is represented as is.<br>
    <del>The <strong>quick brown fox</strong> jumps over the lazy dog.</del>
    </p>

    <div>
    Regularly Markdown syntax ignored in HTML.<br/>
    [Google](http://www.google.co.jp/)
    </div>

    <div markdown="1">
    Markdow enabled inside HTML when marked by markdown="1" attribute.
    [Google](http://www.google.co.jp/)
    </div>
  4. Jun 6th 2012, 19:11
    For some reason there is a bug in [js-markdown-extra](http://tanakahisateru.github.co...arkdown-extra/), which results in `[reference]` not being linked: Here's the [test].

    [test]: http://example.com
  5. Jun 6th 2012, 19:26
    However, it seems that `[test][]` works fine: [test][]

    [test]: http://example.com/
  6. Jun 6th 2012, 20:38
    # Tatoedown Syntax:

    ## @Mention
    @jakov, [@jakov]

    ## Tags
    #tag, [#some tag with spaces]

    ## Sentence
    n°123456, [n°123456]

    ## Sentence changes

    "Do you like coffee?" → "Do you like tea?"

    You can use any [quotation marks](http://en.wikipedia.org/wiki/Quotation_mark) you like[^1] as long as they match (e.g. „“ and „“ or even «” and «”, but not „“ and «»).

    [^1]: Some quotation marks may not be implemented yet, because i don't know all quotation marks for all languages.

  7. Jun 6th 2012, 20:42
    ## Tags
    #tag, [#some tag with spaces]
  8. Jun 6th 2012, 21:03
    asdf

    n°234465, [n°897543], [n°33434]
  9. Jun 9th 2012, 10:34
    This could be usefull if we integrate markdown into the html of tatoeba:

    < http://milianw.de/projects/markdownify/ >
  10. Jun 9th 2012, 18:11
    type `\alpha` to get `α`

  11. Jun 9th 2012, 22:46
  12. Jun 10th 2012, 11:04
    ### Notiz an mich
    Die Vorschläge sollten als popup und/oder als balken über dem Textfeld erscheinen. Per `enter` sollten sie angenommen werden, `tab` sollte zu den optionen *ohne fragen ersetzen* und *nie mehr vorschlagen* führen (alle drei natürlich auch per maus clickbar). Eine entsprechende variable muss `true`, `[leer]` oder `false` speichern. Z. B. sollte bei Esperanto die X-Schreibweise als `true` (ohne fragen ersetzen) voreingestellt sein. Außerdem bedarf es ein entsprechendes Menü im Userprofil.

    Vorschläge sollten außerdem erklärungen gängiger Abkürzungen enthalten: `z.B.` sollte einerseits zu `z._B.` mit geschütztem schmalen Leerzeichen umgewandelt werden, andererseits sollte per Vorschlag `*[z. B.]: zum Beispiel` am Ende angefügt werden, sodass es in ein `abbr`-tag eingehüllt wird, das die Beschriebung anzeigt.
  13. Jun 20th 2012, 18:56
  14. Jun 20th 2012, 20:12
    i. asdf
    ii. asdf
    iii. asdf
    iv. asdf
  15. Jun 20th 2012, 20:29
    IV. test
    V. asdf
  16. Jul 4th 2012, 14:38
    When typing `< http://example.com/ >`, but without the spaces (which is the proper markdown auto-linkification syntax) it returns a weird output through the HTML: It takes the `>` into the link and adjects a `;` for some strange reason. I think the bug is related to line 90 in *clickable_links.php*.

  17. Jul 4th 2012, 14:39
  18. Jul 4th 2012, 16:47
  19. Jul 4th 2012, 17:04
  20. Jul 4th 2012, 17:18
  21. Jul 4th 2012, 17:23
  22. Jul 4th 2012, 18:05
    List test:

    a) blah
    b) test
    c) hurray
  23. Jul 4th 2012, 18:08
    have a break
    have a kitkat
  24. Jul 4th 2012, 18:21
    einzug vier blanks:
    blah

Ajouter un commentaire

Il vous faut être connecté(e) pour ajouter un commentaire. Si vous n'êtes pas inscrit(e), vous pouvez vous inscrire ici.