mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-18 21:26:39 +00:00
Add to french localization
This commit is contained in:
parent
10ded74074
commit
07cec1b116
2 changed files with 20 additions and 4 deletions
|
@ -13,9 +13,25 @@
|
||||||
<key>NSStringFormatValueTypeKey</key>
|
<key>NSStringFormatValueTypeKey</key>
|
||||||
<string>lld</string>
|
<string>lld</string>
|
||||||
<key>one</key>
|
<key>one</key>
|
||||||
<string>%lld new post</string>
|
<string>%lld nouveau post</string>
|
||||||
<key>other</key>
|
<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>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
|
@ -258,8 +258,8 @@
|
||||||
"notifications.empty.title" = "Aucune notification";
|
"notifications.empty.title" = "Aucune notification";
|
||||||
"notifications.error.message" = "Une erreur s'est produite lors du chargement de vos notifications, veuillez réessayer.";
|
"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.error.title" = "Une erreur s'est produite";
|
||||||
"notifications.label.favorite" = "favoris";
|
"notifications.label.favorite" = "aime";
|
||||||
"notifications.label.follow" = "vous a suivi";
|
"notifications.label.follow" = "vous suive";
|
||||||
"notifications.label.follow-request" = "a demandé à vous suivre";
|
"notifications.label.follow-request" = "a demandé à vous suivre";
|
||||||
"notifications.label.mention" = "vous a mentionné";
|
"notifications.label.mention" = "vous a mentionné";
|
||||||
"notifications.label.poll" = "sondage terminé";
|
"notifications.label.poll" = "sondage terminé";
|
||||||
|
|
Loading…
Reference in a new issue