Skip to content

Commit 42dc98f

Browse files
committed
Merge branch 'nik-move-readme-spanish' into 'master'
Add links to README translations in the main README. Finalize Spanish See merge request postgres-ai/database-lab!483
2 parents 00dd094 + d4f575c commit 42dc98f

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

README.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
<div align="center"><img width="500" src="./assets/dle.svg" border="0" /></div>
1+
<div align="center">
2+
<img width="500" src="./assets/dle.svg" border="0" />
3+
<sub><br /><a href="./translations/README.german.md">Deutsch</a> | <a href="./translations/README.russian.md">Русский</a> | <a href="./translations/README.spanish.md">Español</a> | <a href="./translations/README.ukrainian.md">Українська</a></sub>
4+
</div>
5+
6+
<br />
27

38
<div align="center"><h1 align="center">Database Lab Engine (DLE)</h1></div>
49

@@ -177,11 +182,13 @@ Reach out to the Postgres.ai team if you want a trial or commercial license that
177182

178183
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?color=blue)](./CODE_OF_CONDUCT.md)
179184

180-
<!--
181185
## Translations
182186

183187
This README is available in the following translations:
184188

185-
- [Russian 🇷🇺](translations/README.ru.md) (🙏 [@Tanya301](https://github.com/Tanya301))
186-
- More are comming soon (We would very appreciate your help with translations, check [contributing guide](./CONTRIBUTING.md#Translation) for the details)
187-
-->
189+
- [German / Deutsch](translations/README.german.md) (🙏 [@ane4ka](https://github.com/ane4ka))
190+
- [Russian / Pусский](translations/README.russian.md) (🙏 [@Tanya301](https://github.com/Tanya301))
191+
- [Spanish / Español](translations/README.spanish.md) (🙏 [@asotolongo](https://gitlab.com/asotolongo))
192+
- [Ukrainian / Українська](translations/README.ukrainian.md) (🙏 [@denis-boost](https://github.com/denis-boost))
193+
194+
👉 [How to make a translation contribution](./CONTRIBUTING.md#translation)

translations/README.ukrainian.md

+5
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949

5050
<p><img src="../assets/dle-demo-animated.gif" border="0" /></p>
5151

52+
Спробуйте самі:
53+
54+
- зайдіть на [Database Lab Platform](https://console.postgres.ai/), приєднайтесь до організації "Demo" і тестуйте клонування ~1-терабайтної демо бази даних або
55+
- дивіться інше демо, DLE CE: https://nik-tf-test.aws.postgres.ai:446/instance, використовуйте демо-токен, щоб зайти (це демо має самозавірені сертифікати, так що ігноруйте скарги браузера)
56+
5257
## Як це працює
5358
Тонке клонування працює надшвидко, оскільки воно базується на технології [Copy-on-Write (CoW)] (https://en.wikipedia.org/wiki/Copy-on-write#In_computer_storage). DLE підтримує два варіанти CoW: [ZFS](https://en.wikipedia.org/wiki/ZFS) (використовується за замовчуванням) та [LVM](https://en.wikipedia.org/wiki/Logical_Volume_Manager_(Linux)).
5459

Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)