I translated some lines in the Russian localization. Fixed the path to the js script

This commit is contained in:
Данил 2024-07-22 22:32:50 +03:00
parent 4e28c7a3e7
commit cb0f005ca9
2 changed files with 10 additions and 8 deletions

View file

@ -32,23 +32,24 @@
</head> </head>
<body> <body>
<div class="wallpaper"> <div class="wallpaper">
<img alt="Jones-Emberson 1" src="https://apod.nasa.gov/apod/image/2301/RockyArchAurora_Pellegrini_1330.jpg"> <img alt="Spiral Aurora over Iceland"
src="https://apod.nasa.gov/apod/image/2301/RockyArchAurora_Pellegrini_1330.jpg">
<div class="wallpaper-text"> <div class="wallpaper-text">
<div class="wallpaper-desc"> <div class="wallpaper-desc">
<h1>Spiral Aurora over Iceland</h1> <h1>Spiral Aurora over Iceland</h1>
<p class="copyright">Image Credit & Copyright: Stefano Pellegrini</p> <p class="copyright">Copyright: Stefano Pellegrini</p>
<p class="desc"> The scene may look like a fantasy, but it's really Iceland. The rock arch is named Gatklettur and located on the island's northwest coast. Some of the larger rocks in the foreground span a meter across. The fog over the rocks is really moving waves averaged over long exposures. The featured image is a composite of several foreground and background shots taken with the same camera and from the same location on the same night last November. The location was picked for its picturesque foreground, but the timing was planned for its colorful background: aurora. The spiral aurora, far behind the arch, was one of the brightest seen in the astrophotographer's life. The coiled pattern was fleeting, though, as auroral patterns waved and danced for hours during the cold night. Far in the background were the unchanging stars, with Earth's rotation causing them to appear to slowly circle the sky's northernmost point near Polaris.</p> <p class="desc"> The scene may look like a fantasy, but it's really Iceland. The rock arch is named Gatklettur and located on the island's northwest coast. Some of the larger rocks in the foreground span a meter across. The fog over the rocks is really moving waves averaged over long exposures. The featured image is a composite of several foreground and background shots taken with the same camera and from the same location on the same night last November. The location was picked for its picturesque foreground, but the timing was planned for its colorful background: aurora. The spiral aurora, far behind the arch, was one of the brightest seen in the astrophotographer's life. The coiled pattern was fleeting, though, as auroral patterns waved and danced for hours during the cold night. Far in the background were the unchanging stars, with Earth's rotation causing them to appear to slowly circle the sky's northernmost point near Polaris.</p>
</div> </div>
<div class="get-it-on"> <div class="get-it-on">
<a href='https://play.google.com/store/apps/details?id=ru.murzify.everynasa'> <a href='https://play.google.com/store/apps/details?id=ru.murzify.everynasa'>
<img src='static/image/get-it-on-gp.png' alt='Get it on Google Play'> <img src='static/image/get-it-on-gp.png' alt='Скачать приложение из Google Play'>
</a> </a>
<a href="https://github.com/Starlio-app/Starlio"> <a href="https://github.com/Starlio-app/Starlio">
<img src="static/image/get-it-on-github.png" alt="Get it on Github"> <img src="static/image/get-it-on-github.png" alt="Скачать приложение из Github">
</a> </a>
</div> </div>
</div> </div>
</div> </div>
<script src="localized-files/ru/static/script/wallpaperLoad.js"></script> <script src="./static/script/wallpaperLoad.js"></script>
</body> </body>
</html> </html>

View file

@ -32,11 +32,12 @@
</head> </head>
<body> <body>
<div class="wallpaper"> <div class="wallpaper">
<img alt="Jones-Emberson 1" src="https://apod.nasa.gov/apod/image/2301/RockyArchAurora_Pellegrini_1330.jpg"> <img alt="Spiral Aurora over Iceland"
src="https://apod.nasa.gov/apod/image/2301/RockyArchAurora_Pellegrini_1330.jpg">
<div class="wallpaper-text"> <div class="wallpaper-text">
<div class="wallpaper-desc"> <div class="wallpaper-desc">
<h1>Spiral Aurora over Iceland</h1> <h1>Spiral Aurora over Iceland</h1>
<p class="copyright">Image Credit & Copyright: Stefano Pellegrini</p> <p class="copyright">Copyright: Stefano Pellegrini</p>
<p class="desc"> The scene may look like a fantasy, but it's really Iceland. The rock arch is named Gatklettur and located on the island's northwest coast. Some of the larger rocks in the foreground span a meter across. The fog over the rocks is really moving waves averaged over long exposures. The featured image is a composite of several foreground and background shots taken with the same camera and from the same location on the same night last November. The location was picked for its picturesque foreground, but the timing was planned for its colorful background: aurora. The spiral aurora, far behind the arch, was one of the brightest seen in the astrophotographer's life. The coiled pattern was fleeting, though, as auroral patterns waved and danced for hours during the cold night. Far in the background were the unchanging stars, with Earth's rotation causing them to appear to slowly circle the sky's northernmost point near Polaris.</p> <p class="desc"> The scene may look like a fantasy, but it's really Iceland. The rock arch is named Gatklettur and located on the island's northwest coast. Some of the larger rocks in the foreground span a meter across. The fog over the rocks is really moving waves averaged over long exposures. The featured image is a composite of several foreground and background shots taken with the same camera and from the same location on the same night last November. The location was picked for its picturesque foreground, but the timing was planned for its colorful background: aurora. The spiral aurora, far behind the arch, was one of the brightest seen in the astrophotographer's life. The coiled pattern was fleeting, though, as auroral patterns waved and danced for hours during the cold night. Far in the background were the unchanging stars, with Earth's rotation causing them to appear to slowly circle the sky's northernmost point near Polaris.</p>
</div> </div>
<div class="get-it-on"> <div class="get-it-on">
@ -49,6 +50,6 @@
</div> </div>
</div> </div>
</div> </div>
<script src="localized-files/ru/static/script/wallpaperLoad.js"></script> <script src="./static/script/wallpaperLoad.js"></script>
</body> </body>
</html> </html>