diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pt/euro/coin-denom-nav.html | 16 | ||||
-rw-r--r-- | src/pt/euro/coins-denom.template.html | 4 | ||||
-rw-r--r-- | src/pt/euro/coins.template.html | 12 | ||||
-rw-r--r-- | src/pt/euro/index.html | 30 | ||||
-rw-r--r-- | src/pt/euro/note-nav.html | 14 | ||||
-rw-r--r-- | src/pt/euro/notes.template.html | 27 |
6 files changed, 51 insertions, 52 deletions
diff --git a/src/pt/euro/coin-denom-nav.html b/src/pt/euro/coin-denom-nav.html index be034d2..eae6cbc 100644 --- a/src/pt/euro/coin-denom-nav.html +++ b/src/pt/euro/coin-denom-nav.html @@ -1,10 +1,10 @@ <ul> - <li><a href=/XX/euro/1c>0,01 €</a></li> - <li><a href=/XX/euro/2c>0,02 €</a></li> - <li><a href=/XX/euro/5c>0,05 €</a></li> - <li><a href=/XX/euro/10c>0,10 €</a></li> - <li><a href=/XX/euro/20c>0,20 €</a></li> - <li><a href=/XX/euro/50c>0,50 €</a></li> - <li><a href=/XX/euro/1e>1,00 €</a></li> - <li><a href=/XX/euro/2e>2,00 €</a></li> + <li><a href=/XX/euro/1c>0,01 €</a></li> + <li><a href=/XX/euro/2c>0,02 €</a></li> + <li><a href=/XX/euro/5c>0,05 €</a></li> + <li><a href=/XX/euro/10c>0,10 €</a></li> + <li><a href=/XX/euro/20c>0,20 €</a></li> + <li><a href=/XX/euro/50c>0,50 €</a></li> + <li><a href=/XX/euro/1e>1,00 €</a></li> + <li><a href=/XX/euro/2e>2,00 €</a></li> </ul> diff --git a/src/pt/euro/coins-denom.template.html b/src/pt/euro/coins-denom.template.html index bc2d4f3..bf92ff1 100644 --- a/src/pt/euro/coins-denom.template.html +++ b/src/pt/euro/coins-denom.template.html @@ -3,7 +3,7 @@ <head> <meta charset=UTF-8 /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <title><!-- DENOM --> € Moedas</title> + <title><!-- DENOM --> € Moedas</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><!-- DENOM --> € Moedas</h1> + <h1><!-- DENOM --> € Moedas</h1> </header> </section> diff --git a/src/pt/euro/coins.template.html b/src/pt/euro/coins.template.html index 7e5fe2a..3d67f56 100644 --- a/src/pt/euro/coins.template.html +++ b/src/pt/euro/coins.template.html @@ -40,9 +40,9 @@ <!-- IF-FI --> <section> <p> - Existe um erro nas moedas de 2 € cunhadas em 1999, onde os - buracos em um, dois ou até três dos 9s são preenchidos. O número de - 9s preenchidos é exibido com uma fração (por exemplo, 2/3 para dois 9s + Existe um erro nas moedas de 2 € cunhadas em 1999, onde os buracos em + um, dois ou até três dos 9s são preenchidos. O número de 9s + preenchidos é exibido com uma fração (por exemplo, 2/3 para dois 9s preenchidos). </p> </section> @@ -87,9 +87,9 @@ <!-- IF-NL --> <section> <p> - Além dos lançamentos comemorativos de 2 €, o Koninklijke - Nederlandse Munt (Casa da Moeda Real Holandesa) também vende moedas - comemorativas NIFC de 5 €; estas moedas têm o sufixo “€5”. + Além dos lançamentos comemorativos de 2 €, o Koninklijke Nederlandse + Munt (Casa da Moeda Real Holandesa) também vende moedas comemorativas + NIFC de 5 €; estas moedas têm o sufixo “€5”. </p> </section> <br /> diff --git a/src/pt/euro/index.html b/src/pt/euro/index.html index 4d0acb1..b7fed88 100644 --- a/src/pt/euro/index.html +++ b/src/pt/euro/index.html @@ -39,16 +39,16 @@ <table class=country-table> <tbody> <tr class=last-of-design> - <td><a href=1c>0,01 €</a></td> - <td><a href=2c>0,02 €</a></td> - <td><a href=5c>0,05 €</a></td> - <td><a href=10c>0,10 €</a></td> + <td><a href=1c>0,01 €</a></td> + <td><a href=2c>0,02 €</a></td> + <td><a href=5c>0,05 €</a></td> + <td><a href=10c>0,10 €</a></td> </tr> <tr class=last-of-design> - <td><a href=20c>0,20 €</a></td> - <td><a href=50c>0,50 €</a></td> - <td><a href=1e>1,00 €</a></td> - <td><a href=2e>2,00 €</a></td> + <td><a href=20c>0,20 €</a></td> + <td><a href=50c>0,50 €</a></td> + <td><a href=1e>1,00 €</a></td> + <td><a href=2e>2,00 €</a></td> </tr> </tbody> </table> @@ -61,15 +61,15 @@ <table class=country-table> <tbody> <tr> - <td><a href=5e>5 €</a></td> - <td><a href=10e>10 €</a></td> - <td><a href=20e>20 €</a></td> - <td><a href=50e>50 €</a></td> + <td><a href=5e>5 €</a></td> + <td><a href=10e>10 €</a></td> + <td><a href=20e>20 €</a></td> + <td><a href=50e>50 €</a></td> </tr> <tr> - <td><a href=100e>100 €</a></td> - <td><a href=200e>200 €</a></td> - <td><a href=500e>500 €</a></td> + <td><a href=100e>100 €</a></td> + <td><a href=200e>200 €</a></td> + <td><a href=500e>500 €</a></td> <td><a href=tn>Notas de Teste</a></td> </tr> </tbody> diff --git a/src/pt/euro/note-nav.html b/src/pt/euro/note-nav.html index 0fb1347..3947a42 100644 --- a/src/pt/euro/note-nav.html +++ b/src/pt/euro/note-nav.html @@ -1,10 +1,10 @@ <ul> - <li><a href=/XX/euro/5e>5 €</a></li> - <li><a href=/XX/euro/10e>10 €</a></li> - <li><a href=/XX/euro/20e>20 €</a></li> - <li><a href=/XX/euro/50e>50 €</a></li> - <li><a href=/XX/euro/100e>100 €</a></li> - <li><a href=/XX/euro/200e>200 €</a></li> - <li><a href=/XX/euro/500e>500 €</a></li> + <li><a href=/XX/euro/5e>5 €</a></li> + <li><a href=/XX/euro/10e>10 €</a></li> + <li><a href=/XX/euro/20e>20 €</a></li> + <li><a href=/XX/euro/50e>50 €</a></li> + <li><a href=/XX/euro/100e>100 €</a></li> + <li><a href=/XX/euro/200e>200 €</a></li> + <li><a href=/XX/euro/500e>500 €</a></li> <li><a href=/XX/euro/tn>Notas de Teste</a></li> </ul> diff --git a/src/pt/euro/notes.template.html b/src/pt/euro/notes.template.html index 0e2cc7e..a69f6f3 100644 --- a/src/pt/euro/notes.template.html +++ b/src/pt/euro/notes.template.html @@ -3,7 +3,7 @@ <head> <meta charset=UTF-8 /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <title>€<!-- DENOM --> Banknotes</title> + <title><!-- DENOM --> € Notas</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>€<!-- DENOM --> Banknotes</h1> + <h1><!-- DENOM --> € Notas</h1> </header> </section> @@ -29,21 +29,20 @@ <section> <p> - In the serial numbers of the banknotes found in the “Ages and Styles - of Europe” series, also known as the “2002” series, the first letter - represents the country that the banknote was issued by. In the second - series (the “Europa” series) the first letter no longer represents the - issuing country but instead the location at which the banknote was - printed. + Nos números de série das notas encontradas na série “Eras e Estilos da + Europa”, também conhecida como série “2002”, a primeira letra + representa o país de emissão da nota. Na segunda série (a série + “Europa”) a primeira letra já não representa o país emissor, mas sim o + local onde a nota foi impressa. <!-- IF-5 --> <br /><br /> - No €5 banknotes were printed for the “Ages and Styles of Europe” - series which bear the signature of Mario Draghi. + Não foram impressas notas de 5 € para a série “Eras e Estilos da + Europa” que levam a assinatura de Mario Draghi. <!-- FI-5 --> <!-- IF-500 --> <br /><br /> - The €500 banknote was discontinued and withdrawn from circulation with - the release of the “Europa” series. + A nota de 500 € foi descontinuada e retirada de circulação com o + lançamento da série “Europa”. <!-- FI-500 --> </p> </section> @@ -55,7 +54,7 @@ <table class="coin-table bnote-table" cellspacing=0> <thead> <tr> - <th colspan=12>Ages and Styles of Europe</th> + <th colspan=12>Eras e Estilos da Europa</th> </tr> </thead> <tbody> @@ -71,7 +70,7 @@ <table class="coin-table bnote-table" cellspacing=0> <thead> <tr> - <th colspan=12>Europa Series</th> + <th colspan=12>Série Europa</th> </tr> </thead> <tbody> |