From 9f4b1f6874fbac1d6e9f22606e9b8a7ba28e94dc Mon Sep 17 00:00:00 2001 From: Cthulhux Date: Sat, 18 Feb 2023 21:25:34 +0100 Subject: [PATCH] de: translated the notes feature (#933) --- .../Localization/de.lproj/Localizable.strings | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/IceCubesApp/Resources/Localization/de.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/de.lproj/Localizable.strings index b771db67..38a7fcef 100644 --- a/IceCubesApp/Resources/Localization/de.lproj/Localizable.strings +++ b/IceCubesApp/Resources/Localization/de.lproj/Localizable.strings @@ -264,11 +264,11 @@ "account.action.logout" = "Abmelden"; "account.action.edit-filters" = "Filter bearbeiten"; -"account.relation.note.edit" = "Edit Note"; -"account.relation.note.edit.placeholder" = "Enter Note text"; -"account.relation.note.edit.error.save.message" = "Error while saving your note, please try again."; -"account.relation.note.edit.error.save.title" = "Error while saving your note"; -"account.relation.note.label" = "Note:"; +"account.relation.note.edit" = "Notiz bearbeiten"; +"account.relation.note.edit.placeholder" = "Gib den Notiztext ein"; +"account.relation.note.edit.error.save.message" = "Fehler beim Speichern der Notiz, versuch es bitte erneut."; +"account.relation.note.edit.error.save.title" = "Fehler beim Speichern der Notiz"; +"account.relation.note.label" = "Notiz:"; // MARK: Package: Conversations "conversations.action.delete" = "Löschen";