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