mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
CAKE-218 | changed sync status text
This commit is contained in:
parent
799f691610
commit
b2a2c16feb
13 changed files with 24 additions and 24 deletions
|
@ -255,7 +255,7 @@ class S implements WidgetsLocalizations {
|
||||||
String get subaddresses => "Subaddresses";
|
String get subaddresses => "Subaddresses";
|
||||||
String get sync_status_connected => "CONNECTED";
|
String get sync_status_connected => "CONNECTED";
|
||||||
String get sync_status_connecting => "CONNECTING";
|
String get sync_status_connecting => "CONNECTING";
|
||||||
String get sync_status_failed_connect => "FAILED TO CONNECT TO THE NODE";
|
String get sync_status_failed_connect => "DISCONNECTED";
|
||||||
String get sync_status_not_connected => "NOT CONNECTED";
|
String get sync_status_not_connected => "NOT CONNECTED";
|
||||||
String get sync_status_starting_sync => "STARTING SYNC";
|
String get sync_status_starting_sync => "STARTING SYNC";
|
||||||
String get sync_status_syncronized => "SYNCHRONIZED";
|
String get sync_status_syncronized => "SYNCHRONIZED";
|
||||||
|
@ -594,7 +594,7 @@ class $de extends S {
|
||||||
@override
|
@override
|
||||||
String get exchange => "Austausch";
|
String get exchange => "Austausch";
|
||||||
@override
|
@override
|
||||||
String get sync_status_failed_connect => "Verbindung zum Knoten fehlgeschlagen";
|
String get sync_status_failed_connect => "GETRENNT";
|
||||||
@override
|
@override
|
||||||
String get send_estimated_fee => "Geschätzte Gebühr:";
|
String get send_estimated_fee => "Geschätzte Gebühr:";
|
||||||
@override
|
@override
|
||||||
|
@ -1286,7 +1286,7 @@ class $hi extends S {
|
||||||
@override
|
@override
|
||||||
String get exchange => "अदला बदली";
|
String get exchange => "अदला बदली";
|
||||||
@override
|
@override
|
||||||
String get sync_status_failed_connect => "फेल हुआ कनेक्ट नोड";
|
String get sync_status_failed_connect => "डिस्कनेक्ट किया गया";
|
||||||
@override
|
@override
|
||||||
String get send_estimated_fee => "अनुमानित शुल्क:";
|
String get send_estimated_fee => "अनुमानित शुल्क:";
|
||||||
@override
|
@override
|
||||||
|
@ -1978,7 +1978,7 @@ class $ru extends S {
|
||||||
@override
|
@override
|
||||||
String get exchange => "Обмен";
|
String get exchange => "Обмен";
|
||||||
@override
|
@override
|
||||||
String get sync_status_failed_connect => "ОШИБКА ПОДКЛЮЧЕНИЯ К НОДЕ";
|
String get sync_status_failed_connect => "ОТКЛЮЧЕНО";
|
||||||
@override
|
@override
|
||||||
String get send_estimated_fee => "Предполагаемая комиссия:";
|
String get send_estimated_fee => "Предполагаемая комиссия:";
|
||||||
@override
|
@override
|
||||||
|
@ -2670,7 +2670,7 @@ class $ko extends S {
|
||||||
@override
|
@override
|
||||||
String get exchange => "교환";
|
String get exchange => "교환";
|
||||||
@override
|
@override
|
||||||
String get sync_status_failed_connect => "노드에 연결하지 못했습니다";
|
String get sync_status_failed_connect => "연결 해제";
|
||||||
@override
|
@override
|
||||||
String get send_estimated_fee => "예상 수수료:";
|
String get send_estimated_fee => "예상 수수료:";
|
||||||
@override
|
@override
|
||||||
|
@ -3362,7 +3362,7 @@ class $pt extends S {
|
||||||
@override
|
@override
|
||||||
String get exchange => "Trocar";
|
String get exchange => "Trocar";
|
||||||
@override
|
@override
|
||||||
String get sync_status_failed_connect => "Erro ao conectar com o nó";
|
String get sync_status_failed_connect => "DESCONECTADO";
|
||||||
@override
|
@override
|
||||||
String get send_estimated_fee => "Taxa estimada:";
|
String get send_estimated_fee => "Taxa estimada:";
|
||||||
@override
|
@override
|
||||||
|
@ -4054,7 +4054,7 @@ class $uk extends S {
|
||||||
@override
|
@override
|
||||||
String get exchange => "Обмін";
|
String get exchange => "Обмін";
|
||||||
@override
|
@override
|
||||||
String get sync_status_failed_connect => "ПОМИЛКА ПІДКЛЮЧЕННЯ ДО ВУЗЛУ";
|
String get sync_status_failed_connect => "ВІДКЛЮЧЕНО";
|
||||||
@override
|
@override
|
||||||
String get send_estimated_fee => "Ймовірна комісія:";
|
String get send_estimated_fee => "Ймовірна комісія:";
|
||||||
@override
|
@override
|
||||||
|
@ -4746,7 +4746,7 @@ class $ja extends S {
|
||||||
@override
|
@override
|
||||||
String get exchange => "交換する";
|
String get exchange => "交換する";
|
||||||
@override
|
@override
|
||||||
String get sync_status_failed_connect => "ノードへの接続に失敗しました";
|
String get sync_status_failed_connect => "切断されました";
|
||||||
@override
|
@override
|
||||||
String get send_estimated_fee => "見積手数料:";
|
String get send_estimated_fee => "見積手数料:";
|
||||||
@override
|
@override
|
||||||
|
@ -5442,7 +5442,7 @@ class $pl extends S {
|
||||||
@override
|
@override
|
||||||
String get exchange => "Wymieniać się";
|
String get exchange => "Wymieniać się";
|
||||||
@override
|
@override
|
||||||
String get sync_status_failed_connect => "NIE MOŻNA PODŁĄCZYĆ DO WĘZŁA";
|
String get sync_status_failed_connect => "NIEPOWIĄZANY";
|
||||||
@override
|
@override
|
||||||
String get send_estimated_fee => "Szacowana opłata:";
|
String get send_estimated_fee => "Szacowana opłata:";
|
||||||
@override
|
@override
|
||||||
|
@ -6134,7 +6134,7 @@ class $es extends S {
|
||||||
@override
|
@override
|
||||||
String get exchange => "Intercambiar";
|
String get exchange => "Intercambiar";
|
||||||
@override
|
@override
|
||||||
String get sync_status_failed_connect => "CONEXIÓN FALLIDA AL NODO";
|
String get sync_status_failed_connect => "DESCONECTADO";
|
||||||
@override
|
@override
|
||||||
String get send_estimated_fee => "Tarifa estimada:";
|
String get send_estimated_fee => "Tarifa estimada:";
|
||||||
@override
|
@override
|
||||||
|
@ -6826,7 +6826,7 @@ class $nl extends S {
|
||||||
@override
|
@override
|
||||||
String get exchange => "Uitwisseling";
|
String get exchange => "Uitwisseling";
|
||||||
@override
|
@override
|
||||||
String get sync_status_failed_connect => "MISLUKT VERBINDING MET DE NODE";
|
String get sync_status_failed_connect => "LOSGEKOPPELD";
|
||||||
@override
|
@override
|
||||||
String get send_estimated_fee => "Geschatte vergoeding:";
|
String get send_estimated_fee => "Geschatte vergoeding:";
|
||||||
@override
|
@override
|
||||||
|
@ -7518,7 +7518,7 @@ class $zh extends S {
|
||||||
@override
|
@override
|
||||||
String get exchange => "交换";
|
String get exchange => "交换";
|
||||||
@override
|
@override
|
||||||
String get sync_status_failed_connect => "无法连接到节点";
|
String get sync_status_failed_connect => "斷線";
|
||||||
@override
|
@override
|
||||||
String get send_estimated_fee => "预估费用:";
|
String get send_estimated_fee => "预估费用:";
|
||||||
@override
|
@override
|
||||||
|
|
|
@ -342,7 +342,7 @@
|
||||||
"sync_status_syncronized" : "SYNCHRONISIERT",
|
"sync_status_syncronized" : "SYNCHRONISIERT",
|
||||||
"sync_status_not_connected" : "NICHT VERBUNDEN",
|
"sync_status_not_connected" : "NICHT VERBUNDEN",
|
||||||
"sync_status_starting_sync" : "STARTEN DER SYNCHRONISIERUNG",
|
"sync_status_starting_sync" : "STARTEN DER SYNCHRONISIERUNG",
|
||||||
"sync_status_failed_connect" : "Verbindung zum Knoten fehlgeschlagen",
|
"sync_status_failed_connect" : "GETRENNT",
|
||||||
"sync_status_connecting" : "ANSCHLUSS",
|
"sync_status_connecting" : "ANSCHLUSS",
|
||||||
"sync_status_connected" : "IN VERBINDUNG GEBRACHT",
|
"sync_status_connected" : "IN VERBINDUNG GEBRACHT",
|
||||||
|
|
||||||
|
|
|
@ -342,7 +342,7 @@
|
||||||
"sync_status_syncronized" : "SYNCHRONIZED",
|
"sync_status_syncronized" : "SYNCHRONIZED",
|
||||||
"sync_status_not_connected" : "NOT CONNECTED",
|
"sync_status_not_connected" : "NOT CONNECTED",
|
||||||
"sync_status_starting_sync" : "STARTING SYNC",
|
"sync_status_starting_sync" : "STARTING SYNC",
|
||||||
"sync_status_failed_connect" : "FAILED TO CONNECT TO THE NODE",
|
"sync_status_failed_connect" : "DISCONNECTED",
|
||||||
"sync_status_connecting" : "CONNECTING",
|
"sync_status_connecting" : "CONNECTING",
|
||||||
"sync_status_connected" : "CONNECTED",
|
"sync_status_connected" : "CONNECTED",
|
||||||
|
|
||||||
|
|
|
@ -342,7 +342,7 @@
|
||||||
"sync_status_syncronized" : "SINCRONIZADO",
|
"sync_status_syncronized" : "SINCRONIZADO",
|
||||||
"sync_status_not_connected" : "NO CONECTADO",
|
"sync_status_not_connected" : "NO CONECTADO",
|
||||||
"sync_status_starting_sync" : "EMPEZANDO A SINCRONIZAR",
|
"sync_status_starting_sync" : "EMPEZANDO A SINCRONIZAR",
|
||||||
"sync_status_failed_connect" : "CONEXIÓN FALLIDA AL NODO",
|
"sync_status_failed_connect" : "DESCONECTADO",
|
||||||
"sync_status_connecting" : "CONECTANDO",
|
"sync_status_connecting" : "CONECTANDO",
|
||||||
"sync_status_connected" : "CONECTADO",
|
"sync_status_connected" : "CONECTADO",
|
||||||
|
|
||||||
|
|
|
@ -342,7 +342,7 @@
|
||||||
"sync_status_syncronized" : "सिंक्रनाइज़",
|
"sync_status_syncronized" : "सिंक्रनाइज़",
|
||||||
"sync_status_not_connected" : "जुड़े नहीं हैं",
|
"sync_status_not_connected" : "जुड़े नहीं हैं",
|
||||||
"sync_status_starting_sync" : "सिताज़ा करना",
|
"sync_status_starting_sync" : "सिताज़ा करना",
|
||||||
"sync_status_failed_connect" : "फेल हुआ कनेक्ट नोड",
|
"sync_status_failed_connect" : "डिस्कनेक्ट किया गया",
|
||||||
"sync_status_connecting" : "कनेक्ट",
|
"sync_status_connecting" : "कनेक्ट",
|
||||||
"sync_status_connected" : "जुड़े हुए",
|
"sync_status_connected" : "जुड़े हुए",
|
||||||
|
|
||||||
|
|
|
@ -342,7 +342,7 @@
|
||||||
"sync_status_syncronized" : "同期された",
|
"sync_status_syncronized" : "同期された",
|
||||||
"sync_status_not_connected" : "接続されていません",
|
"sync_status_not_connected" : "接続されていません",
|
||||||
"sync_status_starting_sync" : "同期の開始",
|
"sync_status_starting_sync" : "同期の開始",
|
||||||
"sync_status_failed_connect" : "ノードへの接続に失敗しました",
|
"sync_status_failed_connect" : "切断されました",
|
||||||
"sync_status_connecting" : "接続中",
|
"sync_status_connecting" : "接続中",
|
||||||
"sync_status_connected" : "接続済み",
|
"sync_status_connected" : "接続済み",
|
||||||
|
|
||||||
|
|
|
@ -342,7 +342,7 @@
|
||||||
"sync_status_syncronized" : "동기화",
|
"sync_status_syncronized" : "동기화",
|
||||||
"sync_status_not_connected" : "연결되지 않은",
|
"sync_status_not_connected" : "연결되지 않은",
|
||||||
"sync_status_starting_sync" : "동기화 시작",
|
"sync_status_starting_sync" : "동기화 시작",
|
||||||
"sync_status_failed_connect" : "노드에 연결하지 못했습니다",
|
"sync_status_failed_connect" : "연결 해제",
|
||||||
"sync_status_connecting" : "연결 중",
|
"sync_status_connecting" : "연결 중",
|
||||||
"sync_status_connected" : "연결됨",
|
"sync_status_connected" : "연결됨",
|
||||||
|
|
||||||
|
|
|
@ -342,7 +342,7 @@
|
||||||
"sync_status_syncronized" : "SYNCHRONIZED",
|
"sync_status_syncronized" : "SYNCHRONIZED",
|
||||||
"sync_status_not_connected" : "NIET VERBONDEN",
|
"sync_status_not_connected" : "NIET VERBONDEN",
|
||||||
"sync_status_starting_sync" : "BEGINNEN MET SYNCHRONISEREN",
|
"sync_status_starting_sync" : "BEGINNEN MET SYNCHRONISEREN",
|
||||||
"sync_status_failed_connect" : "MISLUKT VERBINDING MET DE NODE",
|
"sync_status_failed_connect" : "LOSGEKOPPELD",
|
||||||
"sync_status_connecting" : "AANSLUITING",
|
"sync_status_connecting" : "AANSLUITING",
|
||||||
"sync_status_connected" : "VERBONDEN",
|
"sync_status_connected" : "VERBONDEN",
|
||||||
|
|
||||||
|
|
|
@ -342,7 +342,7 @@
|
||||||
"sync_status_syncronized" : "SYNCHRONIZOWANY",
|
"sync_status_syncronized" : "SYNCHRONIZOWANY",
|
||||||
"sync_status_not_connected" : "NIE POŁĄCZONY",
|
"sync_status_not_connected" : "NIE POŁĄCZONY",
|
||||||
"sync_status_starting_sync" : "ROZPOCZĘCIE SYNCHRONIZACJI",
|
"sync_status_starting_sync" : "ROZPOCZĘCIE SYNCHRONIZACJI",
|
||||||
"sync_status_failed_connect" : "NIE MOŻNA PODŁĄCZYĆ DO WĘZŁA",
|
"sync_status_failed_connect" : "NIEPOWIĄZANY",
|
||||||
"sync_status_connecting" : "ZŁĄCZONY",
|
"sync_status_connecting" : "ZŁĄCZONY",
|
||||||
"sync_status_connected" : "POŁĄCZONY",
|
"sync_status_connected" : "POŁĄCZONY",
|
||||||
|
|
||||||
|
|
|
@ -342,7 +342,7 @@
|
||||||
"sync_status_syncronized" : "SINCRONIZADO",
|
"sync_status_syncronized" : "SINCRONIZADO",
|
||||||
"sync_status_not_connected" : "DESCONECTADO",
|
"sync_status_not_connected" : "DESCONECTADO",
|
||||||
"sync_status_starting_sync" : "INICIANDO SINCRONIZAÇÃO",
|
"sync_status_starting_sync" : "INICIANDO SINCRONIZAÇÃO",
|
||||||
"sync_status_failed_connect" : "Erro ao conectar com o nó",
|
"sync_status_failed_connect" : "DESCONECTADO",
|
||||||
"sync_status_connecting" : "CONECTANDO",
|
"sync_status_connecting" : "CONECTANDO",
|
||||||
"sync_status_connected" : "CONECTADO",
|
"sync_status_connected" : "CONECTADO",
|
||||||
|
|
||||||
|
|
|
@ -342,7 +342,7 @@
|
||||||
"sync_status_syncronized" : "СИНХРОНИЗИРОВАН",
|
"sync_status_syncronized" : "СИНХРОНИЗИРОВАН",
|
||||||
"sync_status_not_connected" : "НЕ ПОДКЛЮЧЁН",
|
"sync_status_not_connected" : "НЕ ПОДКЛЮЧЁН",
|
||||||
"sync_status_starting_sync" : "НАЧАЛО СИНХРОНИЗАЦИИ",
|
"sync_status_starting_sync" : "НАЧАЛО СИНХРОНИЗАЦИИ",
|
||||||
"sync_status_failed_connect" : "ОШИБКА ПОДКЛЮЧЕНИЯ К НОДЕ",
|
"sync_status_failed_connect" : "ОТКЛЮЧЕНО",
|
||||||
"sync_status_connecting" : "ПОДКЛЮЧЕНИЕ",
|
"sync_status_connecting" : "ПОДКЛЮЧЕНИЕ",
|
||||||
"sync_status_connected" : "ПОДКЛЮЧЕНО",
|
"sync_status_connected" : "ПОДКЛЮЧЕНО",
|
||||||
|
|
||||||
|
|
|
@ -342,7 +342,7 @@
|
||||||
"sync_status_syncronized" : "СИНХРОНІЗОВАНИЙ",
|
"sync_status_syncronized" : "СИНХРОНІЗОВАНИЙ",
|
||||||
"sync_status_not_connected" : "НЕ ПІДКЛЮЧЕННИЙ",
|
"sync_status_not_connected" : "НЕ ПІДКЛЮЧЕННИЙ",
|
||||||
"sync_status_starting_sync" : "ПОЧАТОК СИНХРОНІЗАЦІЇ",
|
"sync_status_starting_sync" : "ПОЧАТОК СИНХРОНІЗАЦІЇ",
|
||||||
"sync_status_failed_connect" : "ПОМИЛКА ПІДКЛЮЧЕННЯ ДО ВУЗЛУ",
|
"sync_status_failed_connect" : "ВІДКЛЮЧЕНО",
|
||||||
"sync_status_connecting" : "ПІДКЛЮЧЕННЯ",
|
"sync_status_connecting" : "ПІДКЛЮЧЕННЯ",
|
||||||
"sync_status_connected" : "ПІДКЛЮЧЕНО",
|
"sync_status_connected" : "ПІДКЛЮЧЕНО",
|
||||||
|
|
||||||
|
|
|
@ -342,7 +342,7 @@
|
||||||
"sync_status_syncronized" : "已同步",
|
"sync_status_syncronized" : "已同步",
|
||||||
"sync_status_not_connected" : "未连接",
|
"sync_status_not_connected" : "未连接",
|
||||||
"sync_status_starting_sync" : "开始同步",
|
"sync_status_starting_sync" : "开始同步",
|
||||||
"sync_status_failed_connect" : "无法连接到节点",
|
"sync_status_failed_connect" : "斷線",
|
||||||
"sync_status_connecting" : "连接中",
|
"sync_status_connecting" : "连接中",
|
||||||
"sync_status_connected" : "连接的",
|
"sync_status_connected" : "连接的",
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue