Skip to content

Commit 5439f45

Browse files
ThomasSessiongithub-actions[bot]
authored andcommitted
[Automated] Update translations from Crowdin
1 parent 8e77653 commit 5439f45

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

_locales/en/messages.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"appIconAndNameChange": "Change App Icon and Name",
5050
"appIconAndNameChangeConfirmation": "Changing the app icon and name requires Session to be closed. Notifications will continue to use the default Session icon and name.",
5151
"appIconAndNameDescription": "Alternate app icon and name is displayed on home screen and app drawer.",
52+
"appIconAndNameSelectionDescription": "The selected app icon and name is displayed on the home screen and app drawer.",
5253
"appIconAndNameSelectionTitle": "Icon and name",
5354
"appIconDescription": "Alternate app icon is displayed on home screen and app library. App name will still appear as 'Session'.",
5455
"appIconEnableIcon": "Use alternate app icon",
@@ -403,6 +404,7 @@
403404
"errorConnection": "Please check your internet connection and try again.",
404405
"errorCopyAndQuit": "Copy Error and Quit",
405406
"errorDatabase": "Database Error",
407+
"errorGeneric": "Something went wrong. Please try again later.",
406408
"errorUnknown": "An unknown error occurred.",
407409
"failedToDownload": "Failed to download",
408410
"failures": "Failures",
@@ -821,6 +823,7 @@
821823
"searchSearching": "Searching...",
822824
"select": "Select",
823825
"selectAll": "Select All",
826+
"selectAppIcon": "Select app icon",
824827
"send": "Send",
825828
"sending": "Sending",
826829
"sendingCallOffer": "Sending Call Offer",
@@ -832,6 +835,16 @@
832835
"sessionHelp": "Help",
833836
"sessionInviteAFriend": "Invite a Friend",
834837
"sessionMessageRequests": "Message Requests",
838+
"sessionNetworkCurrentPrice": "Current SESH price",
839+
"sessionNetworkDescription": "Messages are sent using the Session Network. The network is comprised of nodes incentivized with Session Token, which keeps Session decentralized and secure. <span><b>Learn More</b> {icon}</span>",
840+
"sessionNetworkLearnAboutStaking": "Learn About Staking",
841+
"sessionNetworkMarketCap": "Market Cap",
842+
"sessionNetworkNodesSecuring": "Session Nodes securing <span>your messages</span>",
843+
"sessionNetworkNodesSwarm": "Session Nodes in <span>your swarm</span>",
844+
"sessionNetworkNotificationLive": "Session Token is live! Explore the new Session Network section in Settings to learn how Session Token powers Session.",
845+
"sessionNetworkSecuredBy": "Network secured by",
846+
"sessionNetworkTokenDescription": "When you stake Session Token to secure the network, you earn rewards in SESH from the Staking Reward Pool.",
847+
"sessionNew": "<span><b>•</b> New</span>",
835848
"sessionNotifications": "Notifications",
836849
"sessionPermissions": "Permissions",
837850
"sessionPrivacy": "Privacy",
@@ -861,6 +874,7 @@
861874
"tryAgain": "Try Again",
862875
"typingIndicators": "Typing Indicators",
863876
"typingIndicatorsDescription": "See and share typing indicators.",
877+
"unavailable": "Unavailable",
864878
"undo": "Undo",
865879
"unknown": "Unknown",
866880
"updateApp": "App updates",
@@ -876,6 +890,7 @@
876890
"updateReleaseNotes": "Go to Release Notes",
877891
"updateSession": "Session Update",
878892
"updateVersion": "Version {version}",
893+
"updated": "Last updated {relative_time} ago",
879894
"uploading": "Uploading",
880895
"urlCopy": "Copy URL",
881896
"urlOpen": "Open URL",

ts/localization/constants.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ export enum LOCALE_DEFAULTS {
33
session_download_url = 'https://getsession.org/download',
44
gif = 'GIF',
55
oxen_foundation = 'Oxen Foundation',
6+
network_name = 'Session Network',
7+
token_name_long = 'Session Token',
8+
staking_reward_pool = 'Staking Reward Pool',
9+
token_name_short = 'SESH',
10+
usd_name_short = 'USD',
11+
session_network_data_price = 'Price data powered by CoinGecko<br/>Accurate at {datetime}',
612
}
713

814
export const rtlLocales = ['ar', 'fa', 'he', 'ps', 'ur'];

0 commit comments

Comments
 (0)