diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-06-25 16:37:14 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-06-25 16:37:14 +0200 |
commit | 5eff8b30b149d46c0de928a9c8594986773244cf (patch) | |
tree | 7794bdfe8ffd989eab643e54ce176bfb31c193a9 /src/pt | |
parent | cddefcdadc7924409974891b7ffe7920e204e7bd (diff) |
A few more PT translations
Diffstat (limited to 'src/pt')
-rw-r--r-- | src/pt/euro/index.html | 10 | ||||
-rw-r--r-- | src/pt/nav-bar.html | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/pt/euro/index.html b/src/pt/euro/index.html index 3ede764..537c90f 100644 --- a/src/pt/euro/index.html +++ b/src/pt/euro/index.html @@ -3,7 +3,7 @@ <head> <meta charset=UTF-8 /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <title>Euro-Coins & -Banknotes</title> + <title>Moedas e Notas de Euro</title> <link rel="shortcut icon" type="image/svg" href="/favicon.svg" /> <link rel="stylesheet" type="text/css" href="/style.css" /> </head> @@ -14,8 +14,8 @@ <main> <section> <header> - <h1>Euro-Coins and -Banknotes</h1> - <h6>My Primary Collection</h6> + <h1>Moedas e Notas de Euro</h1> + <h6>Minha Coleção Principal</h6> </header> </section> @@ -33,7 +33,7 @@ <section class="cl-section slant-up"> <div> - <h2>Euro Coins</h2> + <h2>Moedas de Euro</h2> <table class=country-table> <tbody> <tr> @@ -96,7 +96,7 @@ <section class="cl-section slant-up"> <div> - <h2>Euro Banknotes</h2> + <h2>Notas de Euro</h2> <table class=country-table> <tbody> <tr> diff --git a/src/pt/nav-bar.html b/src/pt/nav-bar.html index ce6fb48..4a04638 100644 --- a/src/pt/nav-bar.html +++ b/src/pt/nav-bar.html @@ -1,7 +1,7 @@ <ul> <li><a href=/XX>Home</a></li> <li><a href=/XX/changelog>Changelog</a></li> - <li><a href=/XX/euro>Euro-Coins & -Banknotes</a></li> + <li><a href=/XX/euro>Moedas e Notas de Euro</a></li> <li><div class=unavailable>World Coins</div></li> <li><div class=unavailable>World Banknotes</div></li> <li> |