Skip to content

Commit

Permalink
fix: Add missing localization
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Sep 22, 2024
1 parent 9f0ef14 commit c3d5809
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions swift-paperless/Localization/Settings.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,17 @@
}
}
},
"appVersionTitle" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Stored app version"
}
}
}
},
"biometricLockEnableFailure" : {
"comment" : "Shown in error pill when auth fails",
"extractionState" : "manual",
Expand Down Expand Up @@ -1195,6 +1206,28 @@
}
}
},
"experimentsDescription" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Settings here are upcoming feature variations / experiments that you can toggle off. \n\nUsually, the an experiment will either be implemented, and the old variant will go away, or the experiment will be abandoned, and the new variant will go away."
}
}
}
},
"experimentsTitle" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "UI Experiments"
}
}
}
},
"feedbackDone" : {
"extractionState" : "manual",
"localizations" : {
Expand Down Expand Up @@ -1575,6 +1608,17 @@
}
}
},
"resetAppVersionDescription" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "The app does certain bookkeeping based on the app version. This resets the app version, making the app perform as if it was a clean install."
}
}
}
},
"selectCertificate" : {
"extractionState" : "manual",
"localizations" : {
Expand Down

0 comments on commit c3d5809

Please sign in to comment.