Skip to content

Commit

Permalink
Fix missing French translations (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtardy authored Jan 13, 2024
1 parent 2e1f488 commit 212678b
Showing 1 changed file with 64 additions and 4 deletions.
68 changes: 64 additions & 4 deletions Sources/Secretive/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"fr" : {
"stringUnit" : {
"state" : "needs_review",
"state" : "translated",
"value" : "L'agent n'est pas actif"
}
},
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"fr" : {
"stringUnit" : {
"state" : "needs_review",
"state" : "translated",
"value" : "SecretAgent est actif"
}
},
Expand Down Expand Up @@ -237,6 +237,12 @@
"value" : "unlock secret \"%1$@\" for %2$@"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "déverrouiller le secret \"%1$@\" pendant %2$@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
Expand All @@ -255,6 +261,12 @@
"value" : "unlock secret \"%1$@\""
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "déverrouiller le secret \"%1$@\""
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
Expand All @@ -273,6 +285,12 @@
"value" : "decrypt data using secret \"%1$@\""
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "déchiffrer les données en utilisant le secret \"%1$@\"."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
Expand All @@ -291,6 +309,12 @@
"value" : "Deny"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Refuser"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
Expand All @@ -309,6 +333,12 @@
"value" : "encrypt data using secret \"%1$@\""
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "chiffrer les données en utilisant le secret \"%1$@\""
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
Expand All @@ -327,6 +357,12 @@
"value" : "sign a request from \"%1$@\" using secret \"%2$@\""
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "signer une requête de \"%1$@\" en utilisant le secret \"%2$@\""
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
Expand All @@ -345,6 +381,12 @@
"value" : "verify a signature using secret \"%1$@\""
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "vérifier une signature en utilisant le secret \"%1$@\""
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -1158,6 +1200,12 @@
"value" : "Secure Enclave"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Enclave sécurisée"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -1242,8 +1290,8 @@
},
"fr" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "Configurer Secret Agent"
"state" : "translated",
"value" : "Configurer l'agent"
}
},
"zh-Hans" : {
Expand Down Expand Up @@ -1553,6 +1601,12 @@
"value" : "Smart Card"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Carte à puce"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
Expand All @@ -1570,6 +1624,12 @@
"value" : "Unnamed"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Sans nom"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
Expand Down

0 comments on commit 212678b

Please sign in to comment.