Add to french localization

This commit is contained in:
Thomas Ricouard 2023-01-27 20:20:50 +01:00
parent 10ded74074
commit 07cec1b116
2 changed files with 20 additions and 4 deletions

View file

@ -13,9 +13,25 @@
<key>NSStringFormatValueTypeKey</key>
<string>lld</string>
<key>one</key>
<string>%lld new post</string>
<string>%lld nouveau post</string>
<key>other</key>
<string>%lld new posts</string>
<string>%lld nouveaux postes</string>
</dict>
</dict>
<key>notifications-others-count %lld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@noficationsOthersCount@</string>
<key>noficationsOthersCount</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>lld</string>
<key>one</key>
<string> et %lld autre </string>
<key>other</key>
<string> et %lld autres </string>
</dict>
</dict>
</dict>

View file

@ -258,8 +258,8 @@
"notifications.empty.title" = "Aucune notification";
"notifications.error.message" = "Une erreur s'est produite lors du chargement de vos notifications, veuillez réessayer.";
"notifications.error.title" = "Une erreur s'est produite";
"notifications.label.favorite" = "favoris";
"notifications.label.follow" = "vous a suivi";
"notifications.label.favorite" = "aime";
"notifications.label.follow" = "vous suive";
"notifications.label.follow-request" = "a demandé à vous suivre";
"notifications.label.mention" = "vous a mentionné";
"notifications.label.poll" = "sondage terminé";