mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-23 21:42:03 +01:00
Merge branch 'main' of https://github.com/Dimillian/IceCubesApp
This commit is contained in:
commit
5436e8d3f9
@ -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";
|
||||
|
@ -261,11 +261,11 @@
|
||||
"account.action.logout" = "Log uit";
|
||||
"account.action.edit-filters" = "Bewerk filters";
|
||||
|
||||
"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" = "Bewerk notitie";
|
||||
"account.relation.note.edit.placeholder" = "Voer notitietekst in";
|
||||
"account.relation.note.edit.error.save.message" = "Er is een fout opgetreden tijdens het bewaren van de notitie, probeer het nogmaals.";
|
||||
"account.relation.note.edit.error.save.title" = "Fout tijdens bewaren notitie";
|
||||
"account.relation.note.label" = "Notitie:";
|
||||
|
||||
// MARK: Package: Conversations
|
||||
"conversations.action.delete" = "Verwijder";
|
||||
|
@ -261,11 +261,11 @@
|
||||
"account.joined" = "Dołączył(a)";
|
||||
"account.action.logout" = "Wyloguj się";
|
||||
|
||||
"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" = "Edytuj notatkę";
|
||||
"account.relation.note.edit.placeholder" = "Wprowadź treść notatki";
|
||||
"account.relation.note.edit.error.save.message" = "Błąd podczas zapisywania notatki, spróbuj ponownie.";
|
||||
"account.relation.note.edit.error.save.title" = "Błąd podczas zapisywania notatki";
|
||||
"account.relation.note.label" = "Notatka:";
|
||||
|
||||
// MARK: Package: Conversations
|
||||
"conversations.action.delete" = "Usuń";
|
||||
|
@ -206,7 +206,7 @@ struct AccountDetailHeaderView: View {
|
||||
Text("account.relation.note.label")
|
||||
.foregroundColor(.gray)
|
||||
Text(note)
|
||||
.frame(maxWidth: .infinity)
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
.padding(8)
|
||||
.background(theme.secondaryBackgroundColor)
|
||||
.cornerRadius(4)
|
||||
|
Loading…
Reference in New Issue
Block a user