diff options
author | Minteck <nekostarfan@gmail.com> | 2021-06-06 01:57:32 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-06-06 01:57:32 +0200 |
commit | b2acaf4dc788d6a8682f20f14bc64ce83639c9ae (patch) | |
tree | 22235f5b6ac0706a4a3b096cb4c5c77b0718a4a9 | |
parent | d4caa42d3f2fbc850248e0bf06f438f77b73e5ba (diff) | |
download | kartik-client-b2acaf4dc788d6a8682f20f14bc64ce83639c9ae.tar.gz kartik-client-b2acaf4dc788d6a8682f20f14bc64ce83639c9ae.tar.bz2 kartik-client-b2acaf4dc788d6a8682f20f14bc64ce83639c9ae.zip |
Traductions
-rw-r--r-- | lang/de.json | 15 | ||||
-rw-r--r-- | lang/en.json | 1 | ||||
-rw-r--r-- | lang/es.json | 15 | ||||
-rw-r--r-- | lang/fr.json | 15 | ||||
-rw-r--r-- | lang/it.json | 15 | ||||
-rw-r--r-- | lang/jp.json | 15 | ||||
-rw-r--r-- | lang/nl.json | 15 | ||||
-rw-r--r-- | lang/pt.json | 15 | ||||
-rw-r--r-- | lang/ru.json | 15 | ||||
-rw-r--r-- | lang/zh.json | 15 | ||||
-rw-r--r-- | package.json | 2 |
11 files changed, 127 insertions, 11 deletions
diff --git a/lang/de.json b/lang/de.json index 8358c34..f7f2f12 100644 --- a/lang/de.json +++ b/lang/de.json @@ -1,5 +1,4 @@ { - "_name": "Franz\u00f6sisch", "crash": { "title": "Kartik Crash Reporter", "head": "Kartik hat aufgeh\u00f6rt zu arbeiten", @@ -187,5 +186,19 @@ "aborted": "Der andere Spieler verlie\u00df das Spiel", "car0": "Ihr Auto", "car1": "Sein Auto" + }, + "stats": { + "menu": "Statistik", + "title": "Spielstatistik", + "items": { + "times.single": "Im Einzelspieler verbrachte Zeit", + "times.local": "Im lokalen Modus verbrachte Zeit", + "times.online": "Online verbrachte Zeit", + "results.wins": "Anzahl der Spiele, die du gewonnen hast", + "results.loses": "Anzahl der Spiele, die du verloren hast", + "ingame.walls": "Anzahl der Kollisionen, die du hattest", + "ingame.laps": " Anzahl der Runden, die Sie gemacht haben", + "ingame.turns": "Anzahl der Umdrehungen, die Sie gemacht haben" + } } }
\ No newline at end of file diff --git a/lang/en.json b/lang/en.json index 3326c55..6f75c3d 100644 --- a/lang/en.json +++ b/lang/en.json @@ -1,5 +1,4 @@ { - "_name": "English", "crash": { "title": "Kartik Crash Reporter", "head": "Kartik stopped working", diff --git a/lang/es.json b/lang/es.json index b505752..a3eb308 100644 --- a/lang/es.json +++ b/lang/es.json @@ -1,5 +1,4 @@ { - "_name": "Español", "updates": { "ok": "Al día", "available": "Actualizaciones de juegos disponibles", @@ -176,5 +175,19 @@ "aborted": "El otro jugador ha abandonado el juego", "car0": "Tu auto", "car1": "Su auto" + }, + "stats": { + "menu": "Estadísticas", + "title": "Estadísticas del juego", + "items": { + "times.single": "Tiempo en un jugador", + "times.local": "Tiempo en modo local", + "times.online": "Tiempo jugando en línea", + "results.wins": "Número de juegos que ganó", + "results.loses": "Número de juegos que perdió", + "ingame.walls": "Número de colisiones que tuvo", + "ingame.laps": " Número de vueltas que hiciste", + "ingame.turns": "Número de rotaciones que hiciste" + } } } diff --git a/lang/fr.json b/lang/fr.json index afcdaed..3456ef1 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -1,5 +1,4 @@ { - "_name": "Français", "crash": { "title": "Rapporteur de plantages de Kartik", "head": "Kartik a cessé de fonctionner", @@ -187,5 +186,19 @@ "aborted": "L'autre joueur à quitté la partie", "car0": "Votre voiture", "car1": "Sa voiture" + }, + "stats": { + "menu": "Statistiques", + "title": "Statistiques sur le jeu", + "items": { + "times.single": "Temps passé en mode solo", + "times.local": "Temps passé en mode local", + "times.online": "Temps passé en mode en ligne", + "results.wins": "Nombre de parties gagnées", + "results.loses": "Nombre de parties perdues", + "ingame.walls": "Nombre total de collisions", + "ingame.laps": "Nombre total de tours", + "ingame.turns": "Nombre total de virages" + } } } diff --git a/lang/it.json b/lang/it.json index d6c7f2a..879f017 100644 --- a/lang/it.json +++ b/lang/it.json @@ -1,5 +1,4 @@ { - "_name": "Francese", "crash": { "title": "Kartik Crash Reporter", "head": "Kartik ha smesso di funzionare", @@ -187,5 +186,19 @@ "aborted": "L'altro giocatore ha lasciato il gioco", "car0": "La tua auto", "car1": "La sua auto" + }, + "stats": { + "menu": "Statistiche", + "title": "Statistiche di gioco", + "items": { + "times.single": "Tempo trascorso in singleplayer", + "times.local": "Tempo trascorso in modalità locale", + "times.online": "Tempo trascorso giocando online", + "results.wins": "Numero di partite vinte", + "results.loses": "Numero di partite perse", + "ingame.walls": "Numero di collisioni avute", + "ingame.laps": " Numero di giri effettuati", + "ingame.turns": "Numero di rotazioni effettuate" + } } }
\ No newline at end of file diff --git a/lang/jp.json b/lang/jp.json index ccf83ed..b271a1e 100644 --- a/lang/jp.json +++ b/lang/jp.json @@ -1,5 +1,4 @@ { - "_name": "\u30d5\u30e9\u30f3\u30b9\u8a9e", "crash": { "title": "\u30ab\u30eb\u30c6\u30a3\u30af\u30af\u30e9\u30c3\u30b7\u30e5\u30ec\u30dd\u30fc\u30bf\u30fc", "head": "\u30ab\u30eb\u30c6\u30a3\u30af\u306f\u4ed5\u4e8b\u3092\u3084\u3081\u305f", @@ -187,5 +186,19 @@ "aborted": "\u4ed6\u306e\u30d7\u30ec\u30a4\u30e4\u30fc\u306f\u30b2\u30fc\u30e0\u3092\u96e2\u308c\u305f", "car0": "\u3042\u306a\u305f\u306e\u8eca", "car1": "\u5f7c\u306e\u8eca" + }, + "stats": { + "menu": "統計", + "title": "ゲーム統計", + "items": { + "times.single": "シングルプレイヤーに費やした時間", + "times.local": "ローカルモードに費やした時間", + "times.online": "オンラインでプレイした時間", + "results.wins": "勝ったゲームの数", + "results.loses": "負けたゲームの数", + "ingame.walls": "衝突した回数", + "ingame.laps": "周回した周回数", + "ingame.turns": "周回した周回数" + } } }
\ No newline at end of file diff --git a/lang/nl.json b/lang/nl.json index 6b7b2a1..883df7d 100644 --- a/lang/nl.json +++ b/lang/nl.json @@ -1,5 +1,4 @@ { - "_name": "Frans", "crash": { "title": "Kartik Crash Verslaggever", "head": "Kartik werkt niet meer", @@ -187,5 +186,19 @@ "aborted": "De andere speler verliet het spel", "car0": "Uw auto", "car1": "Zijn auto" + }, + "stats": { + "menu": "Statistieken", + "title": "Spelstatistieken", + "items": { + "times.single": "Tijd doorgebracht in singleplayer", + "times.local": "Tijd doorgebracht in lokale modus", + "times.online": "Tijd besteed aan online spelen", + "results.wins": "Aantal games dat je hebt gewonnen", + "results.loses": "Aantal games dat je hebt verloren", + "ingame.walls": "Aantal botsingen", + "ingame.laps": " Aantal ronden dat je hebt gemaakt", + "ingame.turns": "Aantal omwentelingen dat je hebt gemaakt" + } } }
\ No newline at end of file diff --git a/lang/pt.json b/lang/pt.json index ec5b9d6..a17eda9 100644 --- a/lang/pt.json +++ b/lang/pt.json @@ -1,5 +1,4 @@ { - "_name": "Franc\u00eas", "crash": { "title": "Kartik Crash Reporter", "head": "Kartik parou de trabalhar", @@ -187,5 +186,19 @@ "aborted": "O outro jogador deixou o jogo.", "car0": "Seu carro", "car1": "O carro dele." + }, + "stats": { + "menu": "Estatísticas", + "title": "Estatísticas do jogo", + "items": { + "times.single": "Tempo gasto no modo singleplayer", + "times.local": "Tempo gasto no modo local", + "times.online": "Tempo gasto jogando online", + "results.wins": "Número de jogos que você ganhou", + "results.loses": "Número de jogos que você perdeu", + "ingame.walls": "Número de colisões que você teve", + "ingame.laps": " Número de voltas que você deu", + "ingame.turns": "Número de rotações que você fez" + } } }
\ No newline at end of file diff --git a/lang/ru.json b/lang/ru.json index 88e9271..10cc206 100644 --- a/lang/ru.json +++ b/lang/ru.json @@ -1,5 +1,4 @@ { - "_name": "\u0444\u0440\u0430\u043d\u0446\u0443\u0437\u0441\u043a\u0438\u0439", "crash": { "title": "Kartik \u0410\u0432\u0430\u0440\u0438\u0438 \u0420\u0435\u043f\u043e\u0440\u0442\u0435\u0440", "head": "\u041a\u0430\u0440\u0442\u0438\u043a \u043f\u0435\u0440\u0435\u0441\u0442\u0430\u043b \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c", @@ -187,5 +186,19 @@ "aborted": "\u0414\u0440\u0443\u0433\u043e\u0439 \u0438\u0433\u0440\u043e\u043a \u043f\u043e\u043a\u0438\u043d\u0443\u043b \u0438\u0433\u0440\u0443", "car0": "\u0412\u0430\u0448 \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u044c", "car1": "\u0415\u0433\u043e \u043c\u0430\u0448\u0438\u043d\u0430" + }, + "stats": { + "menu": "Статистика", + "title": "Статистика игры", + "items": { + "times.single": "Время, проведенное в одиночной игре", + "times.local": "Время, проведенное в локальном режиме", + "times.online": "Время, проведенное в сети", + "results.wins": "Количество выигранных игр", + "results.loses": "Количество проигранных игр", + "ingame.walls": "Количество столкновений, которые у вас были", + "ingame.laps": " Количество сделанных вами кругов", + "ingame.turns": "Количество сделанных вами вращений" + } } }
\ No newline at end of file diff --git a/lang/zh.json b/lang/zh.json index 0ca8a43..2934235 100644 --- a/lang/zh.json +++ b/lang/zh.json @@ -1,5 +1,4 @@ { - "_name": "\u6cd5\u8bed", "crash": { "title": "\u5361\u8482\u514b\u5d29\u6e83\u8bb0\u8005", "head": "\u5361\u8482\u514b\u505c\u6b62\u5de5\u4f5c", @@ -187,5 +186,19 @@ "aborted": "\u53e6\u4e00\u4e2a\u73a9\u5bb6\u79bb\u5f00\u4e86\u6e38\u620f", "car0": "\u4f60\u7684\u8f66", "car1": "\u4ed6\u7684\u8f66" + }, + "stats": { + "menu": "统计", + "title": "游戏统计", + "items": { + "times.single": "单人游戏时间", + "times.local": "本地模式时间", + "times.online": "在线游戏时间", + "results.wins": "您赢得的游戏数量", + "results.loses": "您输掉的游戏数量", + "ingame.walls": "您的碰撞次数", + "ingame.laps": "您完成的圈数", + "ingame.turns": "您完成的旋转次数" + } } }
\ No newline at end of file diff --git a/package.json b/package.json index 06d6104..c2e6c89 100644 --- a/package.json +++ b/package.json @@ -1 +1 @@ -{"name":"kartik","version":"021d278","channel":"git","description":"A multiplatform 2D karting game","main":"app.js","dependencies":{"@electron/remote":"^1.0.4","discord-rpc":"^3.2.0","electron":"^12.0.1","ini":"^1.3.8","jquery":"^3.6.0","os-locale":"^5.0.0","uuid":"^8.3.2","yaml":"^1.10.2"},"scripts":{"test":"node_modules\\electron\\dist\\electron.exe app.js"},"author":"Minteck Projects","license":"UNLICENSED","serial":"XXX99999999999"}
\ No newline at end of file +{"name":"kartik","version":"d4caa42","channel":"git","description":"A multiplatform 2D karting game","main":"app.js","dependencies":{"@electron/remote":"^1.0.4","discord-rpc":"^3.2.0","electron":"^12.0.1","ini":"^1.3.8","jquery":"^3.6.0","os-locale":"^5.0.0","uuid":"^8.3.2","yaml":"^1.10.2"},"scripts":{"test":"node_modules\\electron\\dist\\electron.exe app.js"},"author":"Minteck Projects","license":"UNLICENSED","serial":"XXX99999999999"}
\ No newline at end of file |