diff options
author | Frudrax Cheng <i@cynosura.one> | 2024-09-10 18:21:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-10 11:21:28 +0100 |
commit | db9cf92d87bb8ba1648d34a4d414cd5b3a15553c (patch) | |
tree | 4114595fb05d7ce595b90ae89637a1f3c2499408 | |
parent | 66239ba11dd38056d1215327f160a0bb61d49320 (diff) | |
download | voidsky-db9cf92d87bb8ba1648d34a4d414cd5b3a15553c.tar.zst |
Adjust the translated strings to the correct max size. (#5248)
* Update pt-BR localization * Update ru localization
-rw-r--r-- | src/locale/locales/pt-BR/messages.po | 2 | ||||
-rw-r--r-- | src/locale/locales/ru/messages.po | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/locale/locales/pt-BR/messages.po b/src/locale/locales/pt-BR/messages.po index c78ab40fc..b7e7d7fdd 100644 --- a/src/locale/locales/pt-BR/messages.po +++ b/src/locale/locales/pt-BR/messages.po @@ -7040,7 +7040,7 @@ msgstr "A Política de Privacidade foi movida para <0/>" #: src/state/queries/video/video.ts:227 msgid "The selected video is larger than 50MB." -msgstr "Vídeo selecionado é maior que 100 MB." +msgstr "Vídeo selecionado é maior que 50 MB." #: src/screens/StarterPack/StarterPackScreen.tsx:713 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." diff --git a/src/locale/locales/ru/messages.po b/src/locale/locales/ru/messages.po index ac52f83ce..7c4f71baa 100644 --- a/src/locale/locales/ru/messages.po +++ b/src/locale/locales/ru/messages.po @@ -6238,7 +6238,7 @@ msgstr "Политика конфиденциальности была пере #: src/state/queries/video/video.ts:188 msgid "The selected video is larger than 50MB." -msgstr "Размер выбранного видео превышает 100МБ." +msgstr "Размер выбранного видео превышает 50МБ." #: src/screens/StarterPack/StarterPackScreen.tsx:713 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." |