add strings

This commit is contained in:
otsmr 2026-07-29 15:43:05 +02:00
parent c5f554b36d
commit d08a6d4261
2 changed files with 32 additions and 4 deletions

18
de.arb
View file

@ -824,7 +824,7 @@
}
},
"passwordlessRecoverySelectFriends": "Freunde auswählen",
"passwordlessRecoveryTrustedFriends": "Vertrauenswürdige Freunde",
"passwordlessRecoveryTrustedFriends": "Kontowiederherstellung",
"passwordlessRecoveryDoneBtn": "Fertig ({count})",
"@passwordlessRecoveryDoneBtn": {
"placeholders": {
@ -920,5 +920,19 @@
}
}
},
"settingsShowRestoreFlameTitle": "Hinweis zur Flammen-Wiederherstellung anzeigen"
"settingsShowRestoreFlameTitle": "Hinweis zur Flammen-Wiederherstellung anzeigen",
"contactLabelsTitle": "Kontaktlabels",
"contactLabelsSubtitleEmpty": "Keine Labels ausgewählt",
"contactLabelsMaxLimit": "Maximal 3 Labels pro Kontakt",
"createLabel": "Neues Label erstellen",
"editLabel": "Label bearbeiten",
"deleteLabel": "Label löschen",
"deleteLabelConfirmation": "Möchtest du dieses Label wirklich löschen? Es wird von allen Kontakten entfernt.",
"labelNameHint": "Label-Name",
"labelTextColor": "Textfarbe",
"labelBackgroundColor": "Hintergrundfarbe",
"customColor": "Eigene Farbe",
"hue": "Farbton",
"saturation": "Sättigung",
"brightness": "Helligkeit"
}

18
en.arb
View file

@ -835,7 +835,7 @@
}
},
"passwordlessRecoverySelectFriends": "Select trusted friends",
"passwordlessRecoveryTrustedFriends": "Trusted Friends",
"passwordlessRecoveryTrustedFriends": "Account recovery",
"passwordlessRecoveryDoneBtn": "Done ({count})",
"@passwordlessRecoveryDoneBtn": {
"placeholders": {
@ -931,5 +931,19 @@
}
}
},
"settingsShowRestoreFlameTitle": "Show flame restore warning"
"settingsShowRestoreFlameTitle": "Show flame restore warning",
"contactLabelsTitle": "Contact Labels",
"contactLabelsSubtitleEmpty": "No labels selected",
"contactLabelsMaxLimit": "Maximum 3 labels per contact",
"createLabel": "Create new label",
"editLabel": "Edit label",
"deleteLabel": "Delete label",
"deleteLabelConfirmation": "Are you sure you want to delete this label? It will be removed from all contacts.",
"labelNameHint": "Label name",
"labelTextColor": "Text color",
"labelBackgroundColor": "Background color",
"customColor": "Custom Color",
"hue": "Hue",
"saturation": "Saturation",
"brightness": "Brightness"
}