Add missing localizations

This commit is contained in:
Thomas Ricouard 2023-01-27 07:47:52 +01:00
parent 4a5b0eb2e6
commit cf4c43f81e
9 changed files with 16 additions and 3 deletions

View file

@ -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")
}
}

View file

@ -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";

View file

@ -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";

View file

@ -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";

View file

@ -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";

View file

@ -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" = "削除";

View file

@ -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";

View file

@ -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";

View file

@ -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" = "删除";