Skip to content

Commit

Permalink
French [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
any-association committed Oct 3, 2023
1 parent 74d0ec9 commit 4e6b997
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Anytype/Resources/Strings/fr.lproj/Localizable.stringsdict
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>Are you sure you want to delete</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>Are you sure you want to delete %#@object@?</string>
<string>Êtes-vous sûr de vouloir supprimer %#@object@ ?</string>
<key>object</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
Expand All @@ -15,13 +15,13 @@
<key>one</key>
<string>%d object</string>
<key>other</key>
<string>%d objects</string>
<string>%d Objets</string>
</dict>
</dict>
<key>Object selected</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@object@ selected</string>
<string>%#@object@ sélectionné</string>
<key>object</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
Expand All @@ -31,7 +31,7 @@
<key>one</key>
<string>%d object</string>
<key>other</key>
<string>%d objects</string>
<string>%d Objets</string>
</dict>
</dict>
<key>Selected blocks</key>
Expand All @@ -47,21 +47,21 @@
<key>one</key>
<string>%d selected block</string>
<key>other</key>
<string>%d selected blocks</string>
<string>%d Blocs sélectionnés</string>
</dict>
</dict>
<key>Days to deletion account</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>This account will be deleted %#@days@</string>
<string>Ce compte sera supprimé %#@days@</string>
<key>days</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>one</key>
<string>tomorrow</string>
<string>demain</string>
<key>other</key>
<string>in %d days</string>
</dict>
Expand All @@ -77,7 +77,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>one</key>
<string>One object deleted</string>
<string>Un objet supprimé</string>
<key>other</key>
<string>%d objects deleted</string>
</dict>
Expand Down

0 comments on commit 4e6b997

Please sign in to comment.