diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2024-11-24 17:41:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-24 17:41:36 +0000 |
commit | 371e6ad333e00cdfb7f4713f7fef816668011049 (patch) | |
tree | 831f78a808dce3e12a0ba7748bef113d31f3271a /src | |
parent | a21e2b45db07fd6a521fd5988ada2b3b28ebd35d (diff) | |
download | voidsky-371e6ad333e00cdfb7f4713f7fef816668011049.tar.zst |
Fix glitches in gl/messages.po (#6702)
* fix glitches in gl/messages.po * Fix italian --------- Co-authored-by: dan <dan.abramov@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/locale/locales/gl/messages.po | 18 | ||||
-rw-r--r-- | src/locale/locales/it/messages.po | 2 |
2 files changed, 6 insertions, 14 deletions
diff --git a/src/locale/locales/gl/messages.po b/src/locale/locales/gl/messages.po index 81dfdd01a..f7ae97dfd 100644 --- a/src/locale/locales/gl/messages.po +++ b/src/locale/locales/gl/messages.po @@ -191,7 +191,7 @@ msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 msgid "{count, plural, one {Liked by # user} other {Liked by # users}}" -msgstr "{count, plural, one {Liked by # user} outro {Liked by # users}}" +msgstr "{count, plural, one {Liked by # user} other {Liked by # users}}" #: src/view/shell/desktop/LeftNav.tsx:223 msgid "{count} unread items" @@ -228,9 +228,7 @@ msgstr "{estimatedTimeHrs, plural, one {hour} other {hours}}" #: src/screens/SignupQueued.tsx:226 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" -msgstr "" -"{estimatedTimeMins, plural, one {minute} other {minutes}}\n" -"" +msgstr "{estimatedTimeMins, plural, one {minute} other {minutes}}" #: src/view/com/notifications/FeedItem.tsx:300 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you" @@ -366,9 +364,7 @@ msgstr "{profileName} uniuse a Bluesky empregando un paquete de comezo fai {0}" #: src/screens/StarterPack/Wizard/index.tsx:475 msgctxt "profiles" msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack" -msgstr "" -"<0>{0}, </0><1>{1}, </1>e {2, plural, un {# outro} outro {# outros}} foron incluĂdos no teu paquete\n" -"" +msgstr "<0>{0}, </0><1>{1}, </1>e {2, plural, one {# outro} other {# outros}} foron incluĂdos no teu paquete" #: src/screens/StarterPack/Wizard/index.tsx:528 msgctxt "feeds" @@ -381,15 +377,11 @@ msgstr "<0>{0}, </0><1>{1}, </1>e {2, plural, one {# other} other {# others}} in #: src/view/shell/Drawer.tsx:97 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}" -msgstr "" -"<0>{0}</0> {1, plural, one {follower} outros {followers}}\n" -"" +msgstr "<0>{0}</0> {1, plural, one {follower} other {followers}}" #: src/view/shell/Drawer.tsx:108 msgid "<0>{0}</0> {1, plural, one {following} other {following}}" -msgstr "" -"<0>{0}</0> {1, plural, one {following} outro {following}}\n" -"" +msgstr "<0>{0}</0> {1, plural, one {following} other {following}}" #: src/screens/StarterPack/Wizard/index.tsx:516 msgid "<0>{0}</0> and<1> </1><2>{1} </2>are included in your starter pack" diff --git a/src/locale/locales/it/messages.po b/src/locale/locales/it/messages.po index 5a5d478a8..ea82899c5 100644 --- a/src/locale/locales/it/messages.po +++ b/src/locale/locales/it/messages.po @@ -196,7 +196,7 @@ msgstr "{estimatedTimeMins, plural, one {minuto} other {minuti}}" #: src/view/com/notifications/FeedItem.tsx:300 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you" -msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} altro {{formattedAuthorsCount} altri}}</0> ti hanno seguito" +msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}}</0> ti hanno seguito" #: src/view/com/notifications/FeedItem.tsx:326 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed" |