Update translations
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
b26b6ee5e0
commit
422ed6a227
|
@ -189,7 +189,7 @@
|
||||||
[list/section-list
|
[list/section-list
|
||||||
{:sections [{:title :t/chats
|
{:sections [{:title :t/chats
|
||||||
:data chats}
|
:data chats}
|
||||||
{:title :t/browsers
|
{:title :t/browser
|
||||||
:data browsers}
|
:data browsers}
|
||||||
{:title :t/messages
|
{:title :t/messages
|
||||||
:data []}]
|
:data []}]
|
||||||
|
@ -213,7 +213,7 @@
|
||||||
:action-fn #()
|
:action-fn #()
|
||||||
:icon (case title
|
:icon (case title
|
||||||
"messages" :main-icons/private-chat
|
"messages" :main-icons/private-chat
|
||||||
"browsers" :main-icons/browser
|
"browser" :main-icons/browser
|
||||||
"chats" :main-icons/message)
|
"chats" :main-icons/message)
|
||||||
:icon-color colors/gray}]))
|
:icon-color colors/gray}]))
|
||||||
:render-fn (fn [home-item]
|
:render-fn (fn [home-item]
|
||||||
|
|
|
@ -929,7 +929,7 @@
|
||||||
"block-contact": "Block contact",
|
"block-contact": "Block contact",
|
||||||
"unblock-contact": "Unblock contact",
|
"unblock-contact": "Unblock contact",
|
||||||
"to-block": "Block",
|
"to-block": "Block",
|
||||||
"block-contact-details": "Blocking will delete all of this user previous messages and stop new ones from reaching you",
|
"block-contact-details": "Blocking will delete this user's previous messages and stop new ones from reaching you",
|
||||||
"share-public-chat-text": "Check out this public chat on the Status app: {{link}}",
|
"share-public-chat-text": "Check out this public chat on the Status app: {{link}}",
|
||||||
"share-dapp-text": "Check out this DApp I'm using on Status: {{link}}",
|
"share-dapp-text": "Check out this DApp I'm using on Status: {{link}}",
|
||||||
"network-invalid-url": "Network URL is invalid",
|
"network-invalid-url": "Network URL is invalid",
|
||||||
|
@ -957,7 +957,7 @@
|
||||||
"dapps-permissions": "DApp permissions",
|
"dapps-permissions": "DApp permissions",
|
||||||
"revoke-access": "Revoke access",
|
"revoke-access": "Revoke access",
|
||||||
"extensions-camera-send-picture": "Send picture",
|
"extensions-camera-send-picture": "Send picture",
|
||||||
"mobile-syncing-sheet-title": "Sync using the mobile network",
|
"mobile-syncing-sheet-title": "Sync using Mobile data",
|
||||||
"mobile-syncing-sheet-details": "Status tends to use a lot of data when syncing chats. You can choose not to sync when on mobile network",
|
"mobile-syncing-sheet-details": "Status tends to use a lot of data when syncing chats. You can choose not to sync when on mobile network",
|
||||||
"mobile-network-continue-syncing": "Continue syncing",
|
"mobile-network-continue-syncing": "Continue syncing",
|
||||||
"mobile-network-start-syncing": "Start syncing",
|
"mobile-network-start-syncing": "Start syncing",
|
||||||
|
@ -971,7 +971,7 @@
|
||||||
"mobile-network-sheet-offline-details": "Syncing using mobile network is off",
|
"mobile-network-sheet-offline-details": "Syncing using mobile network is off",
|
||||||
"waiting-for-wifi": "History syncing offline, waiting for Wi-Fi.",
|
"waiting-for-wifi": "History syncing offline, waiting for Wi-Fi.",
|
||||||
"waiting-for-wifi-change": "Change",
|
"waiting-for-wifi-change": "Change",
|
||||||
"mobile-network-settings": "Message syncing",
|
"mobile-network-settings": "Mobile data",
|
||||||
"mobile-network-use-mobile": "Use mobile data",
|
"mobile-network-use-mobile": "Use mobile data",
|
||||||
"mobile-network-use-mobile-details": "Status tends to use a lot of data when syncing chats. You can choose not to sync when on mobile network",
|
"mobile-network-use-mobile-details": "Status tends to use a lot of data when syncing chats. You can choose not to sync when on mobile network",
|
||||||
"mobile-network-ask-me": "Ask me when on mobile network",
|
"mobile-network-ask-me": "Ask me when on mobile network",
|
||||||
|
@ -979,4 +979,4 @@
|
||||||
"mobile-network-use-mobile-data": "Status tends to use a lot of data when syncing chats. You can choose not to sync when on mobile network",
|
"mobile-network-use-mobile-data": "Status tends to use a lot of data when syncing chats. You can choose not to sync when on mobile network",
|
||||||
"status-not-sent": "",
|
"status-not-sent": "",
|
||||||
"status-not-sent-without-tap": ""
|
"status-not-sent-without-tap": ""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue