Add missing localizations
This commit is contained in:
parent
4a5b0eb2e6
commit
cf4c43f81e
|
@ -23,12 +23,12 @@ struct AccountSettingsView: View {
|
|||
var body: some View {
|
||||
Form {
|
||||
Section {
|
||||
Label("Edit profile", systemImage: "pencil")
|
||||
Label("account.action.edit-info", systemImage: "pencil")
|
||||
.onTapGesture {
|
||||
isEditingAccount = true
|
||||
}
|
||||
if currentInstance.isFiltersSupported {
|
||||
Label("Edit Filters", systemImage: "line.3.horizontal.decrease.circle")
|
||||
Label("account.action.edit-filters", systemImage: "line.3.horizontal.decrease.circle")
|
||||
.onTapGesture {
|
||||
isEditingFilters = true
|
||||
}
|
||||
|
@ -52,7 +52,7 @@ struct AccountSettingsView: View {
|
|||
}
|
||||
}
|
||||
} label: {
|
||||
Text("Logout account")
|
||||
Text("account.action.logout")
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -201,6 +201,8 @@
|
|||
"account.posts" = "Posts";
|
||||
"account.relation.follows-you" = "Folgt dir";
|
||||
"account.joined" = "Beigetreten";
|
||||
"account.action.logout" = "Logout account";
|
||||
"account.action.edit-filters" = "Edit Filters";
|
||||
|
||||
// MARK: Package: Conversations
|
||||
"conversations.action.delete" = "Löschen";
|
||||
|
|
|
@ -200,6 +200,7 @@
|
|||
"account.posts" = "Posts";
|
||||
"account.relation.follows-you" = "Follows You";
|
||||
"account.joined" = "Joined";
|
||||
"account.action.logout" = "Logout account";
|
||||
|
||||
// MARK: Package: Conversations
|
||||
"conversations.action.delete" = "Delete";
|
||||
|
|
|
@ -200,6 +200,7 @@
|
|||
"account.posts" = "Publicaciones";
|
||||
"account.relation.follows-you" = "Te sigue";
|
||||
"account.joined" = "Se unió el";
|
||||
"account.action.logout" = "Logout account";
|
||||
|
||||
// MARK: Package: Conversations
|
||||
"conversations.action.delete" = "Borrar";
|
||||
|
|
|
@ -200,6 +200,8 @@
|
|||
"account.posts" = "Post";
|
||||
"account.relation.follows-you" = "Ti segue";
|
||||
"account.joined" = "Si è unito il giorno";
|
||||
"account.action.logout" = "Logout account";
|
||||
"account.action.edit-filters" = "Edit Filters";
|
||||
|
||||
// MARK: Package: Conversations
|
||||
"conversations.action.delete" = "Cancella";
|
||||
|
|
|
@ -183,6 +183,8 @@
|
|||
"account.posts" = "投稿";
|
||||
"account.relation.follows-you" = "あなたをフォローしている";
|
||||
"account.joined" = "追加した";
|
||||
"account.action.logout" = "Logout account";
|
||||
"account.action.edit-filters" = "Edit Filters";
|
||||
|
||||
// MARK: Package: Conversations
|
||||
"conversations.action.delete" = "削除";
|
||||
|
|
|
@ -197,6 +197,8 @@
|
|||
"account.posts" = "Posts";
|
||||
"account.relation.follows-you" = "Volgt jou";
|
||||
"account.joined" = "Lid geworden";
|
||||
"account.action.logout" = "Logout account";
|
||||
"account.action.edit-filters" = "Edit Filters";
|
||||
|
||||
// MARK: Package: Conversations
|
||||
"conversations.action.delete" = "Verwijder";
|
||||
|
|
|
@ -182,6 +182,7 @@
|
|||
"account.posts" = "Gönderiler";
|
||||
"account.relation.follows-you" = "Seni takip ediyor";
|
||||
"account.joined" = "Katılındı";
|
||||
"account.action.logout" = "Logout account";
|
||||
|
||||
// MARK: Package: Conversations
|
||||
"conversations.action.delete" = "Sil";
|
||||
|
|
|
@ -199,6 +199,8 @@
|
|||
"account.posts" = "嘟文";
|
||||
"account.relation.follows-you" = "关注你的人";
|
||||
"account.joined" = "加入于";
|
||||
"account.action.logout" = "Logout account";
|
||||
"account.action.edit-filters" = "Edit Filters";
|
||||
|
||||
// MARK: Package: Conversations
|
||||
"conversations.action.delete" = "删除";
|
||||
|
|
Loading…
Reference in New Issue