Skip to content

Commit

Permalink
Add French localization (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtardy authored Jan 12, 2024
1 parent 2a4da36 commit 15d2afd
Show file tree
Hide file tree
Showing 3 changed files with 452 additions and 1 deletion.
54 changes: 54 additions & 0 deletions Sources/SecretAgent/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"state" : "translated",
"value" : "Leave Unlocked"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Laisser déverrouillé"
}
}
}
},
Expand All @@ -22,6 +28,12 @@
"state" : "translated",
"value" : "Do Not Unlock"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Ne pas déverrouiller"
}
}
}
},
Expand All @@ -34,6 +46,12 @@
"state" : "translated",
"value" : "Using secret %1$@"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Utilisation du secret %1$@"
}
}
}
},
Expand All @@ -46,6 +64,12 @@
"state" : "translated",
"value" : "Signed Request from %1$@"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Requête signée de %1$@"
}
}
}
},
Expand All @@ -58,6 +82,12 @@
"state" : "translated",
"value" : "Ignore"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Ignorer"
}
}
}
},
Expand All @@ -70,6 +100,12 @@
"state" : "translated",
"value" : "Update"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Mettre à jour"
}
}
}
},
Expand All @@ -82,6 +118,12 @@
"state" : "translated",
"value" : "Critical Security Update - %1$@"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Mise à jour critique de sécurité - %1$@"
}
}
}
},
Expand All @@ -94,6 +136,12 @@
"state" : "translated",
"value" : "Click to Update"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Cliquer pour mettre à jour"
}
}
}
},
Expand All @@ -106,6 +154,12 @@
"state" : "translated",
"value" : "Update Available - %1$@"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Mise à jour disponible - %1$@"
}
}
}
}
Expand Down
1 change: 1 addition & 0 deletions Sources/Secretive.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@
knownRegions = (
en,
Base,
fr,
);
mainGroup = 50617D7623FCE48D0099B055;
productRefGroup = 50617D8023FCE48E0099B055 /* Products */;
Expand Down
Loading

0 comments on commit 15d2afd

Please sign in to comment.