Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions src/main/resources/lang/de-CH.json
Original file line number Diff line number Diff line change
Expand Up @@ -539,19 +539,12 @@
},
"shards": {
"description": "Zeige einfache Informationen über alle Shards welcher der Bot gerade hat.",
"average": {
"title": "Durchschnitt",
"description": "Dies ist der durchschnittliche Ping und Gilden anzahl.",
"guilds": "Durchschnittliche Gilden pro Shard",
"ping": "Durchschnittlicher Ping pro Shard"
},
"embed": {
"current_title": "Deine Shard?",
"guilds_title": "Gilden",
"ping_title": "Ping (ms)",
"status_title": "Status",
"title": "Shard Info [{shard_id}/{shard_total}]"
"status_title": "Status"
},
"page": "Seite {page} / {pages}",
"status": {
"connected": "Verbunden",
"disconnected": "Getrennt",
Expand Down
11 changes: 2 additions & 9 deletions src/main/resources/lang/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -539,19 +539,12 @@
},
"shards": {
"description": "Listar información básica sobre todos los fragmentos que tiene el bot.",
"average": {
"title": "Promedio",
"description": "Estos son el número promedio de ping y servidores.",
"guilds": "Promedio de Servidores por Fragmento",
"ping": "Ping promedio por Shard"
},
"embed": {
"current_title": "¿Tu Shard?",
"guilds_title": "Servidores",
"ping_title": "Ping (ms)",
"status_title": "Estado",
"title": "Información de Shard [{shard_id}/{shard_total}]"
"status_title": "Estado"
},
"page": "Página {page} / {pages}",
"status": {
"connected": "Conectado",
"disconnected": "Desconectado",
Expand Down
Loading