diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-06-20 22:22:22 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-06-20 22:22:22 +0200 |
commit | b12aa32fb61e9228e3ae4f30e8d6362380636fd7 (patch) | |
tree | d79063f6e0c07723e3388b9aa79cfcc7cf5bf878 /src/pt/euro/tnotes.template.html | |
parent | 661b75adb2535adf2ced98ed415249f4a8055df5 (diff) |
Begin work on Portuguese translations
Diffstat (limited to 'src/pt/euro/tnotes.template.html')
-rw-r--r-- | src/pt/euro/tnotes.template.html | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/src/pt/euro/tnotes.template.html b/src/pt/euro/tnotes.template.html index a22c9b6..b336273 100644 --- a/src/pt/euro/tnotes.template.html +++ b/src/pt/euro/tnotes.template.html @@ -3,7 +3,7 @@ <head> <meta charset=UTF-8 /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <title>Euro Test-Banknotes</title> + <title>Euro Notas de Teste</title> <link rel="shortcut icon" type="image/svg" href="/favicon.svg" /> <link rel="stylesheet" type="text/css" href="/style.css" /> </head> @@ -17,7 +17,7 @@ <main> <section> <header> - <h1>Euro Test-Banknotes</h1> + <h1>Euro Notas de Teste</h1> </header> </section> @@ -29,14 +29,9 @@ <section> <p> - The following “test banknotes” were banknotes from the “Europa” series - printed to test their usage in ATMs and such. The ‘*’ character in - the below serial numbers represents an arbitrary number/letter. - <br /><br /> - A few additional notes: the €5 test-note bears the signature of - Jean-Claude Trichet, and the €20 test-note beginning with ‘S’ was - printed on the plate “S004”. If a note matches the serial-number - pattern but does fails these requirements, it’s not a test-note. + As seguintes “notas de teste” foram notas da série “Europa” impressas + para testar seu uso em caixas eletrônicos. O caractere ‘*’ nos + números de série abaixo representa um número/letra arbitrário. </p> </section> @@ -47,11 +42,11 @@ <table id=test-banknote-table class=coin-table cellspacing=0> <thead> <tr> - <th colspan=2>Test Banknotes</th> + <th colspan=7>Notas de Teste</th> </tr> <tr> - <th>Year</th> - <th>Serial Number</th> + <th colspan=1>Denominação</th> + <th colspan=6>Número de Série / Código da Impressora / Assinatura</th> </tr> </thead> <tbody> |