Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions graphcode/Resources/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -7681,6 +7681,70 @@
}
}
},
"Mailroom for %@": {
"localizations": {
"de": {
"stringUnit": {
"state": "translated",
"value": "Poststelle für %@"
}
},
"es": {
"stringUnit": {
"state": "translated",
"value": "Sala de correo de %@"
}
},
"fr": {
"stringUnit": {
"state": "translated",
"value": "Salle du courrier de %@"
}
},
"it": {
"stringUnit": {
"state": "translated",
"value": "Ufficio posta di %@"
}
},
"ja": {
"stringUnit": {
"state": "translated",
"value": "%@ のメールルーム"
}
},
"ko": {
"stringUnit": {
"state": "translated",
"value": "%@의 메일룸"
}
},
"pt-BR": {
"stringUnit": {
"state": "translated",
"value": "Sala de correio de %@"
}
},
"ru": {
"stringUnit": {
"state": "translated",
"value": "Почтовая комната для %@"
}
},
"zh-Hans": {
"stringUnit": {
"state": "translated",
"value": "%@ 的收发室"
}
},
"zh-Hant": {
"stringUnit": {
"state": "translated",
"value": "%@ 的收發室"
}
}
}
},
"Mark as entry": {
"localizations": {
"de": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ struct MailroomSection: View {

private var header: some View {
HStack(spacing: 7) {
Text("MAILROOM")
Text("Mailroom for \(graph.project.name)")
.font(.system(size: 10.5, weight: .bold))
.tracking(0.63)
.foregroundStyle(.white.opacity(0.5))
Expand Down
Loading