|
@@ -0,0 +1,42 @@
|
|
|
+translations = {
|
|
|
+ 'en-US': {
|
|
|
+ 'connection_lost': 'Connection lost.',
|
|
|
+ 'trying_to_reconnect': 'Trying to reconnect...'
|
|
|
+ },
|
|
|
+ 'zh-CN': {
|
|
|
+ 'connection_lost': '连接丢失',
|
|
|
+ 'trying_to_reconnect': '正在尝试重新连接...'
|
|
|
+ },
|
|
|
+ 'zh-TW': {
|
|
|
+ 'connection_lost': '連線丟失',
|
|
|
+ 'trying_to_reconnect': '正在嘗試重新連線...'
|
|
|
+ },
|
|
|
+ 'ja-JP': {
|
|
|
+ 'connection_lost': '接続が切断されました',
|
|
|
+ 'trying_to_reconnect': '再接続を試みています...'
|
|
|
+ },
|
|
|
+ 'ko-KR': {
|
|
|
+ 'connection_lost': '연결이 끊어졌습니다',
|
|
|
+ 'trying_to_reconnect': '다시 연결하는 중...'
|
|
|
+ },
|
|
|
+ 'fr-FR': {
|
|
|
+ 'connection_lost': 'Connexion perdue',
|
|
|
+ 'trying_to_reconnect': 'Tentative de reconnexion...'
|
|
|
+ },
|
|
|
+ 'de-DE': {
|
|
|
+ 'connection_lost': 'Verbindung verloren',
|
|
|
+ 'trying_to_reconnect': 'Versuche erneut zu verbinden...'
|
|
|
+ },
|
|
|
+ 'it-IT': {
|
|
|
+ 'connection_lost': 'Connessione persa',
|
|
|
+ 'trying_to_reconnect': 'Tentativo di riconnessione...'
|
|
|
+ },
|
|
|
+ 'es-ES': {
|
|
|
+ 'connection_lost': 'Conexión perdida',
|
|
|
+ 'trying_to_reconnect': 'Intentando reconectar...'
|
|
|
+ },
|
|
|
+ 'ru-RU': {
|
|
|
+ 'connection_lost': 'Соединение потеряно',
|
|
|
+ 'trying_to_reconnect': 'Попытка переподключения...'
|
|
|
+ }
|
|
|
+}
|