Post-merge issues - greek translation, correct namespaces (#3215)
This commit is contained in:
parent
cd90e59325
commit
790655b6cf
|
@ -195,16 +195,6 @@
|
||||||
;;commands
|
;;commands
|
||||||
:chat-send-eth "{{amount}} ETH"
|
:chat-send-eth "{{amount}} ETH"
|
||||||
|
|
||||||
;;location command
|
|
||||||
:your-current-location "Η τρέχουσα τοποθεσία σας"
|
|
||||||
:places-nearby "Τοποθεσίες κοντά μου"
|
|
||||||
:search-results "Αποτελέσματα αναζήτησης"
|
|
||||||
:dropped-pin "Καρφίτσωμα"
|
|
||||||
:location "Τοποθεσία"
|
|
||||||
:open-map "Άνοιγμα χάρτη"
|
|
||||||
:sharing-copy-to-clipboard-address "Αντιγραφή διεύθυνσης"
|
|
||||||
:sharing-copy-to-clipboard-coordinates "Αντιγραφή συντεταγμένων"
|
|
||||||
|
|
||||||
;;new-group
|
;;new-group
|
||||||
:new-group "Νέα ομάδα"
|
:new-group "Νέα ομάδα"
|
||||||
:reorder-groups "Επαναδιαρθρώστε τις ομάδες"
|
:reorder-groups "Επαναδιαρθρώστε τις ομάδες"
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
[status-im.ui.components.toolbar.actions :as actions]
|
[status-im.ui.components.toolbar.actions :as actions]
|
||||||
[status-im.ui.components.toolbar.styles :as styles]
|
[status-im.ui.components.toolbar.styles :as styles]
|
||||||
[status-im.utils.platform :as platform]
|
[status-im.utils.platform :as platform]
|
||||||
[status-im.utils.utils :as utils]))
|
[status-im.utils.core :as utils]))
|
||||||
|
|
||||||
;; Navigation item
|
;; Navigation item
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"
|
"
|
||||||
Higher-level components used in the wallet screens.
|
Higher-level components used in the wallet screens.
|
||||||
"
|
"
|
||||||
(:require [status-im.utils.utils :as utils]
|
(:require [status-im.utils.core :as utils]
|
||||||
[status-im.ui.components.colors :as colors]
|
[status-im.ui.components.colors :as colors]
|
||||||
[status-im.ui.components.icons.vector-icons :as vector-icons]
|
[status-im.ui.components.icons.vector-icons :as vector-icons]
|
||||||
[status-im.ui.components.react :as react]
|
[status-im.ui.components.react :as react]
|
||||||
|
|
Loading…
Reference in New Issue