diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-09-10 01:01:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 17:01:40 -0700 |
commit | 436e30fdedb4fd7a1ad462e5c37f4d6eefe8b4ae (patch) | |
tree | ebabbd93de8c2fdca0c12c3777a54ea8c285ab77 /src/locale/locales/it/messages.po | |
parent | 723a5e488eab40eac63a1983fc8cbbfa3992b3e7 (diff) | |
download | voidsky-436e30fdedb4fd7a1ad462e5c37f4d6eefe8b4ae.tar.zst |
[Video] use correct max size (#5245)
Co-authored-by: Hailey <me@haileyok.com>
Diffstat (limited to 'src/locale/locales/it/messages.po')
-rw-r--r-- | src/locale/locales/it/messages.po | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/locale/locales/it/messages.po b/src/locale/locales/it/messages.po index 6c1d99f3d..45a156441 100644 --- a/src/locale/locales/it/messages.po +++ b/src/locale/locales/it/messages.po @@ -7321,8 +7321,8 @@ msgid "The Privacy Policy has been moved to <0/>" msgstr "La politica sulla privacy è stata spostata a <0/><0/>" #: src/state/queries/video/video.ts:222 -msgid "The selected video is larger than 100MB." -msgstr "Questo video è più grande di 100MB." +msgid "The selected video is larger than 50MB." +msgstr "Questo video è più grande di 50MB." #: 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." @@ -8222,8 +8222,8 @@ msgid "Video: {0}" msgstr "" #: src/view/com/composer/videos/state.ts:27 -#~ msgid "Videos cannot be larger than 100MB" -#~ msgstr "I video non possono essere più grandi di 100MB" +#~ msgid "Videos cannot be larger than 50MB" +#~ msgstr "I video non possono essere più grandi di 50MB" #: src/screens/Profile/Header/Shell.tsx:113 msgid "View {0}'s avatar" |