Skip to content

Commit

Permalink
translations
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSin committed Dec 16, 2023
1 parent 17eeccf commit 6fb33f5
Showing 1 changed file with 42 additions and 6 deletions.
48 changes: 42 additions & 6 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@
"Screens.Settings.ProjectSettings.yourTeam": {
"message": "Your Team"
},
"screen.Settings.ProjectSettings.YourTeam.ReviewInvitation.coordinator": {
"message": "Coordinator"
},
"screen.Settings.ProjectSettings.YourTeam.ReviewInvitation.particpant": {
"message": "Particpant"
},
"screen.Settings.ProjectSettings.YourTeam.ReviewInvitation.sendInvite": {
"message": "Send Invite"
},
"screen.Settings.ProjectSettings.YourTeam.SelectDevice.notSeeingDevice": {
"message": "Not seeing a Device?"
},
Expand All @@ -52,15 +61,9 @@
"screen.Settings.ProjectSettings.YourTeam.SelectDevice.title": {
"message": "Select Device to Invite"
},
"screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.coordinator": {
"message": "Coordinator"
},
"screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.coordinatorDescription": {
"message": "As a Coordinator this device can invite and remove users, and manage project details."
},
"screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.particpant": {
"message": "Particpant"
},
"screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.particpantDescription": {
"message": "As a Participant this device can take and share observations. They cannot manage users or project details."
},
Expand Down Expand Up @@ -359,6 +362,30 @@
"screens.Security.title": {
"message": "Security"
},
"screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": {
"message": "Add Another Device"
},
"screens.Setting.ProjectSettings.YourTeam.InviteAccepted.close": {
"message": "Close"
},
"screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": {
"message": "Invite Accepted"
},
"screens.Setting.ProjectSettings.YourTeam.ReviewInvitation.title": {
"message": "Review Invitation"
},
"screens.Setting.ProjectSettings.YourTeam.ReviewInvitation.youAreInviting": {
"message": "You are inviting:"
},
"screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.cancelInvite": {
"message": "Cancel Invite"
},
"screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.timerMessage": {
"message": "Invite sent {seconds}s ago"
},
"screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.waitingMessage": {
"message": "Waiting for Device to Accept Invite"
},
"screens.Setting.ProjectSettings.YourTeam.coordinatorDescription": {
"message": "Coordinators can invite devices, edit and delete data, and manage project details."
},
Expand Down Expand Up @@ -418,6 +445,15 @@
"sharedComponents.DeviceCard.ThisDevice": {
"message": "This Device!"
},
"sharedComponents.DeviceIconWithName.thisDevice": {
"message": "This Device!"
},
"sharedComponents.RoleWithIcon.coordinator": {
"message": "Coordinator"
},
"sharedComponents.RoleWithIcon.particpant": {
"message": "Particpant"
},
"sharedComponents.WifiBar.noWifi": {
"message": "No Internet"
},
Expand Down

0 comments on commit 6fb33f5

Please sign in to comment.