tpt

Un outil pour aider à la traduction - retour accueil

git clone git://bebou.netlib.re/tpt
Log | Files | Refs | README |

Arthur.html (2312B)


      1 <style>
      2 /* Format tables */
      3 table {
      4   border-collapse: collapse;
      5   margin: 1.5rem 0;
      6 }
      7 
      8 figure > table {
      9   width: max-content;
     10 }
     11 
     12 td,
     13 th {
     14   border: 1px solid;
     15   text-align: start;
     16   padding: 0.5rem;
     17 }
     18 
     19 th {
     20   font-weight: bold;
     21 }
     22 
     23 tr:nth-child(even) {
     24   /* Set every other cell slightly darker. Improves readability. */
     25   background-color: #EEEEEE;
     26 }
     27 
     28 table caption {
     29   font-weight: bold;
     30   margin-bottom: 0.5rem;
     31 }
     32 </style>
     33 <table>
     34 	<thhead>
     35 	<tr>
     36 		<th>Source</th>
     37 		<th>Target</th>
     38 		<th>Result</th>
     39 	</tr>
     40 	</thead>
     41 <tr>
     42 	<td>Source</td>
     43 	<td>Target</td>
     44 	<td></td>
     45 </tr>
     46 <tr>
     47 	<td>Vestibulum <mark class="red"> vestibulum </mark> placerat metus et vehicula </td>
     48 	<td>Η εταιρεία επενδύει σε <mark class="red"> αυτοκίνητα </mark> και φορτηγά </td>
     49 	<td>not ok</td>
     50 </tr>
     51 <tr>
     52 	<td>Vestibulum ante <mark class="red"> ipsum primis </mark> in faucibus orci luctus et ultrices posuere <mark class="red"> cubilia curae </mark> ; Fusce vel finibus justo </td>
     53 	<td>Μπροστά του, πρώτα απ 'όλα <mark class="red"> ipsum primis </mark> , στο λαιμό του νοσοκομείου, να στρώσει τα κρεβάτια της φροντίδας <mark class="red"> cubilia curae </mark> και της φροντίδας. Κλινικά ή απλώς τα όρια </td>
     54 	<td>ok</td>
     55 </tr>
     56 <tr>
     57 	<td>Sed mattis felis id <mark class="red"> dignissim </mark> viverra </td>
     58 	<td>Αλλά η αγορά ακινήτων είναι πραγματικό πλεονέκτημα <mark class="red"> dignissim </td>
     59 	<td>ok</td>
     60 </tr>
     61 <tr>
     62 	<td>Nulla non egestas elit</td>
     63 	<td>Δεν υπάρχει ανάγκη για προγραμματιστή</td>
     64 	<td></td>
     65 </tr>
     66 <tr>
     67 	<td>Nam convallis mi dui, et feugiat nunc interdum sed</td>
     68 	<td>Γιατί η κοιλάδα είναι το ντουί μου, και φευγιάτ που και που αλλά</td>
     69 	<td></td>
     70 </tr>
     71 <tr>
     72 	<td>Vestibulum <mark class="red"> vestibulum </mark> felis eu metus aliquam suscipit </td>
     73 	<td>Το γήπεδο ποδοσφαίρου φοβάται vestibulum</td>
     74 	<td></td>
     75 </tr>
     76 <tr>
     77 	<td>Praesent nec <mark class="red"> finibus felis </td>
     78 	<td>Δεν είναι <mark class="red"> finibus felis </mark> καν ένα έναυσμα </td>
     79 	<td>ok</td>
     80 </tr>
     81 </table>