Restrict changes to translations file only
Signed-off-by: Shivek Khurana <shivek@status.im>
This commit is contained in:
parent
00ad3e9e1f
commit
39b0a6bb44
|
@ -23,7 +23,7 @@
|
|||
"add-bootnode": "Add bootnode",
|
||||
"add-contact": "Add contact",
|
||||
"add-custom-token": "Add custom token",
|
||||
"add-mailserver": "Add history node",
|
||||
"add-mailserver": "Add Status node",
|
||||
"add-members": "Add members",
|
||||
"add-network": "Add network",
|
||||
"add-to-contacts": "Add to contacts",
|
||||
|
@ -335,9 +335,9 @@
|
|||
"delete-chat": "Delete chat",
|
||||
"delete-chat-confirmation": "Are you sure you want to delete this chat?",
|
||||
"delete-confirmation": "Delete?",
|
||||
"delete-mailserver": "Delete history node",
|
||||
"delete-mailserver-are-you-sure": "Are you sure you want to delete this history node?",
|
||||
"delete-mailserver-title": "Delete history node",
|
||||
"delete-mailserver": "Delete Status node",
|
||||
"delete-mailserver-are-you-sure": "Are you sure you want to delete this Status node?",
|
||||
"delete-mailserver-title": "Delete Status node",
|
||||
"delete-message": "Delete message",
|
||||
"delete-my-account": "Delete my account",
|
||||
"delete-network-confirmation": "Are you sure you want to delete this network?",
|
||||
|
@ -533,7 +533,7 @@
|
|||
"hide-content-when-switching-apps": "Block screenshots",
|
||||
"hide-content-when-switching-apps-ios": "Hide preview",
|
||||
"history": "History",
|
||||
"history-nodes": "History nodes",
|
||||
"history-nodes": "Status nodes",
|
||||
"hold-card": "Hold card to the back\n of your phone",
|
||||
"home": "Home",
|
||||
"hooks": "Hooks",
|
||||
|
@ -717,19 +717,19 @@
|
|||
"logout-title": "Log out?",
|
||||
"looking-for-cards": "Looking for cards...",
|
||||
"lost-connection": "Lost connection",
|
||||
"mailserver-address": "History node address",
|
||||
"mailserver-address": "Status node address",
|
||||
"mailserver-automatic": "Automatic selection",
|
||||
"mailserver-automatic-switch-explanation": "Choose the fastest history node available",
|
||||
"mailserver-connection-error": "Could not connect to history node",
|
||||
"mailserver-details": "History node details",
|
||||
"mailserver-error-content": "The history node you selected couldn't be reached.",
|
||||
"mailserver-error-title": "Error connecting to history node",
|
||||
"mailserver-automatic-switch-explanation": "Choose the fastest Status node available",
|
||||
"mailserver-connection-error": "Could not connect to Status node",
|
||||
"mailserver-details": "Status node details",
|
||||
"mailserver-error-content": "The Status node you selected couldn't be reached.",
|
||||
"mailserver-error-title": "Error connecting to Status node",
|
||||
"mailserver-format": "enode://{enode-id}:{password}@{ip-address}:{port}",
|
||||
"mailserver-pick-another": "Pick another history node",
|
||||
"mailserver-reconnect": "Could not connect to history node. Tap to reconnect",
|
||||
"mailserver-request-error-content": "The following error was returned by the history node: {{error}}",
|
||||
"mailserver-pick-another": "Pick another Status node",
|
||||
"mailserver-reconnect": "Could not connect to Status node. Tap to reconnect",
|
||||
"mailserver-request-error-content": "The following error was returned by the Status node: {{error}}",
|
||||
"mailserver-request-error-status": "An error occured while fetching history, check the logs for details",
|
||||
"mailserver-request-error-title": "History node request error",
|
||||
"mailserver-request-error-title": "Status node request error",
|
||||
"mailserver-request-retry": "Retry request",
|
||||
"mailserver-retry": "Retry",
|
||||
"main-currency": "Main currency",
|
||||
|
@ -794,7 +794,7 @@
|
|||
"chat-name-content": "Three random words, derived algorithmically from your chat key and used as your default alias in chat. Chat names are completely unique; no other user can have the same three words.",
|
||||
"ens-name-title": "ENS Name",
|
||||
"ens-name-content": "Custom alias for your chat key that you can register using the Ethereum Name Service. ENS names are decentralized usernames.",
|
||||
"mailserver-title": "History node",
|
||||
"mailserver-title": "Status node",
|
||||
"mailserver-content": "A node in the Status network that routes and stores messages, for up to 30 days.",
|
||||
"peer-title": "Peer",
|
||||
"peer-content": "A device connected to the Status chat network. Each user can represent one or more peers, depending on their number of devices.",
|
||||
|
@ -863,8 +863,8 @@
|
|||
"notify": "Notify",
|
||||
"off": "Off",
|
||||
"offline": "Offline",
|
||||
"offline-messaging-use-history-nodes": "Use history nodes",
|
||||
"offline-messaging-use-history-explanation": "Enable history nodes to fetch messages that were sent while the app was closed. When enabled, a history node gets your IP address. When disabled you will not receive messages when the app is closed and will not see them when you open the app later.",
|
||||
"offline-messaging-use-history-nodes": "Use Status nodes",
|
||||
"offline-messaging-use-history-explanation": "Enable Status nodes to fetch messages that were sent while the app was closed. When enabled, a Status node gets your IP address. When disabled you will not receive messages when the app is closed and will not see them when you open the app later.",
|
||||
"ok": "OK",
|
||||
"ok-continue": "Okay, continue",
|
||||
"ok-got-it": "Okay, got it",
|
||||
|
|
Loading…
Reference in New Issue