tetratto/crates/app/src/langs/en-US.toml

28 lines
779 B
TOML
Raw Normal View History

name = "com.tetratto.langs:en-US"
version = "1.0.0"
[data]
2025-03-23 16:37:43 -04:00
"general:link.home" = "Home"
"general:link.communities" = "Communities"
2025-03-23 16:37:43 -04:00
"dialog:action.okay" = "Ok"
"dialog:action.continue" = "Continue"
"dialog:action.cancel" = "Cancel"
"dialog:action.yes" = "Yes"
"dialog:action.no" = "No"
"auth:action.login" = "Login"
"auth:action.register" = "Register"
"auth:action.logout" = "Logout"
"auto:action.follow" = "Follow"
"auto:action.unfollow" = "Unfollow"
2025-03-23 16:37:43 -04:00
"auth:link.my_profile" = "My profile"
"auth:link.settings" = "Settings"
"auth:label.followers" = "Followers"
"auth:label.following" = "Following"
"auth:label.joined_journals" = "Joined Journals"
"communities:action.create" = "Create"
"communities:label.create_new" = "Create new community"
"communities:label.name" = "Name"