Fix footer messages in starter pack wizard (#4650)
* Fix footer messages in StarterPack wizard and updates ja messages * Updates to minimize diff * Revert "Updates to minimize diff" This reverts commit4d1dfe131a. * Revert "Fix footer messages in StarterPack wizard and updates ja messages" This reverts commit9a90898abc. * Fix labels for plurals in starter packs * Update translations --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
This commit is contained in:
@@ -189,6 +189,10 @@ msgstr "<0>{0}</0> {1, plural, one {abonné·e} other {abonné·e·s}}"
|
||||
msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
|
||||
msgstr "<0>{0}</0> {1, plural, one {abonnement} other {abonnements}}"
|
||||
|
||||
#: src/screens/StarterPack/Wizard/index.tsx:497
|
||||
msgid "<0>{0}</0> and<1> </1><2>{1} </2>are included in your starter pack"
|
||||
msgstr "<0>{0}</0> et<1> </1><2>{1} </2>faites partie de votre pack de démarrage"
|
||||
|
||||
#: src/screens/StarterPack/Wizard/index.tsx:478
|
||||
msgid "<0>{0}</0> is included in your starter pack"
|
||||
msgstr "<0>{0}</0> fait partie de votre kit de démarrage"
|
||||
|
||||
@@ -185,6 +185,10 @@ msgstr "<0>{0}</0> {1, plural, other {フォロワー}}"
|
||||
msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
|
||||
msgstr "<0>{0}</0> {1, plural, other {フォロー}}"
|
||||
|
||||
#: src/screens/StarterPack/Wizard/index.tsx:497
|
||||
msgid "<0>{0}</0> and<1> </1><2>{1} </2>are included in your starter pack"
|
||||
msgstr "<0>{0}</0>と<2>{1}</2>はあなたのスターターパックに含まれています"
|
||||
|
||||
#: src/screens/StarterPack/Wizard/index.tsx:478
|
||||
msgid "<0>{0}</0> is included in your starter pack"
|
||||
msgstr "<0>{0}</0>はあなたのスターターパックに含まれています"
|
||||
|
||||
Reference in New Issue
Block a user