Skip to content

Commit feb5a15

Browse files
New Crowdin updates (#202)
* New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Czech) * New translations en.json (German) * New translations en.json (Italian) * New translations en.json (Korean) * New translations en.json (Polish) * New translations en.json (Russian) * New translations en.json (Swedish) * New translations en.json (Turkish)
1 parent 36cacb7 commit feb5a15

File tree

10 files changed

+26
-6
lines changed

10 files changed

+26
-6
lines changed

src/languages/cs.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@
200200
"couldNotCreateCategory": "Could not create category: {name}",
201201
"couldNotCreateTextChannel": "Could not create text channel: {name}",
202202
"couldNotDeferInteraction": "Could not defer interaction.",
203+
"couldNotDeleteCategory": "Could not delete category: {categoryId}",
204+
"couldNotDeleteChannel": "Could not delete channel: {channelId}",
203205
"couldNotDeleteMessage": "Could not delete message: {message}",
204206
"couldNotFindAnyPlayers": "Could not find any players.",
205207
"couldNotFindCategory": "Could not find category: {category}",

src/languages/de.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"banditCamp": "Banditenlager",
3737
"baseIsUnderAttack": "Deine Basis wird angegriffen!",
3838
"boomBox": "Boom Box",
39-
"bot": "bot",
39+
"bot": "Bot",
4040
"broadcaster": "Funksender",
4141
"buttonReconnecting": "WIEDERVERBINDEN",
4242
"cargoAt": "Position: {location}.",
@@ -122,7 +122,7 @@
122122
"commandSyntaxUnmute": "entstumme",
123123
"commandSyntaxUnsubscribe": "unsub",
124124
"commandSyntaxUpkeep": "erhaltung",
125-
"commandSyntaxUptime": "uptime",
125+
"commandSyntaxUptime": "betriebszeit",
126126
"commandSyntaxWipe": "wipe",
127127
"commandUnavailable": "Befehl ist nicht verfügbar, wenn Hoster offline und tot ist.",
128128
"commandsAlarmDesc": "Optionen für intelligente Alarme.",
@@ -181,9 +181,9 @@
181181
"commandsSwitchEditDesc": "Bearbeite die Eigenschaften von intelligenten Schaltern und Schaltergruppen.",
182182
"commandsSwitchEditIdDesc": "Die ID des intelligenten Schalters.",
183183
"commandsSwitchEditImageDesc": "Lege das Bild fest, das am besten den intelligenten Schalter repräsentiert.",
184-
"commandsUptimeBotDesc": "Display uptime of bot.",
185-
"commandsUptimeDesc": "Display uptime of the bot and server.",
186-
"commandsUptimeServerDesc": "Display uptime of server.",
184+
"commandsUptimeBotDesc": "Zeige die Betriebszeit des Bots an.",
185+
"commandsUptimeDesc": "Zeige die Betriebszeit des Bots und des Servers an.",
186+
"commandsUptimeServerDesc": "Zeige die Betriebszeit des Servers an.",
187187
"connect": "Verbinden",
188188
"connectCap": "VERBINDEN",
189189
"connectedCap": "VERBUNDEN",
@@ -200,6 +200,8 @@
200200
"couldNotCreateCategory": "Konnte Kategorie nicht erstellen: {name}",
201201
"couldNotCreateTextChannel": "Konnte Text-Kanal nicht erstellen: {name}",
202202
"couldNotDeferInteraction": "Interaktion konnte nicht aufgeschoben werden.",
203+
"couldNotDeleteCategory": "Could not delete category: {categoryId}",
204+
"couldNotDeleteChannel": "Could not delete channel: {channelId}",
203205
"couldNotDeleteMessage": "Konnte Nachricht nicht löschen: {message}",
204206
"couldNotFindAnyPlayers": "Konnte keine Spieler finden.",
205207
"couldNotFindCategory": "Konnte Kategorie nicht finden: {category}",
@@ -582,7 +584,7 @@
582584
"toolCupboard": "Werkzeugschrank",
583585
"trackerAddPlayerDesc": "Spieler zu `{tracker}` hinzufügen",
584586
"trackerAddPlayerIdLabel": "Die SteamID des hinzuzufügenden Spielers:",
585-
"trackerEditBattlemetricsIdLabel": "The Battlemetrics Id of the tracker:",
587+
"trackerEditBattlemetricsIdLabel": "Die Battlemetrics-ID des Trackers:",
586588
"trackerEditNameLabel": "Der Name des Trackers:",
587589
"trackerRemovePlayerDesc": "Entferne Spieler von `{tracker}`",
588590
"trackerRemovePlayerIdLabel": "Die SteamID des zu entfernenden Spielers:",

src/languages/es.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@
200200
"couldNotCreateCategory": "No se pudo crear la categoría: {name}",
201201
"couldNotCreateTextChannel": "No se pudo crear el canal de texto: {name}",
202202
"couldNotDeferInteraction": "No se pudo diferir la interacción.",
203+
"couldNotDeleteCategory": "Could not delete category: {categoryId}",
204+
"couldNotDeleteChannel": "Could not delete channel: {channelId}",
203205
"couldNotDeleteMessage": "No se pudo eliminar el mensaje: {message}",
204206
"couldNotFindAnyPlayers": "No se pudo encontrar a ningún jugador.",
205207
"couldNotFindCategory": "No se pudo encontrar la categoría: {category}",

src/languages/fr.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@
200200
"couldNotCreateCategory": "Impossible de créer la catégorie: {name}",
201201
"couldNotCreateTextChannel": "Impossible de créer le salon textuel : {name}",
202202
"couldNotDeferInteraction": "Impossible de reporter l'interaction.",
203+
"couldNotDeleteCategory": "Could not delete category: {categoryId}",
204+
"couldNotDeleteChannel": "Could not delete channel: {channelId}",
203205
"couldNotDeleteMessage": "Impossible de supprimer le message : {message}",
204206
"couldNotFindAnyPlayers": "Impossible de trouver des joueurs.",
205207
"couldNotFindCategory": "Impossible de trouver la catégorie: {category}",

src/languages/it.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@
200200
"couldNotCreateCategory": "Impossibile creare la categoria: {name}",
201201
"couldNotCreateTextChannel": "Impossibile creare il canale di testo: {name}",
202202
"couldNotDeferInteraction": "Impossibile rinviare l'interazione.",
203+
"couldNotDeleteCategory": "Could not delete category: {categoryId}",
204+
"couldNotDeleteChannel": "Could not delete channel: {channelId}",
203205
"couldNotDeleteMessage": "Impossibile eliminare il messaggio: {message}",
204206
"couldNotFindAnyPlayers": "Impossibile trovare alcun giocatore.",
205207
"couldNotFindCategory": "Impossibile trovare la categoria: {category}",

src/languages/ko.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@
200200
"couldNotCreateCategory": "{name} 카테고리를 생성할 수 없습니다.",
201201
"couldNotCreateTextChannel": "{name} 텍스트 채널을 생성할 수 없습니다.",
202202
"couldNotDeferInteraction": "인스턴스를 수행할 수 없습니다..",
203+
"couldNotDeleteCategory": "Could not delete category: {categoryId}",
204+
"couldNotDeleteChannel": "Could not delete channel: {channelId}",
203205
"couldNotDeleteMessage": "{message} 메시지를 삭제할 수 없습니다.",
204206
"couldNotFindAnyPlayers": "플레이어를 찾을 수 없습니다.",
205207
"couldNotFindCategory": "{category} 카테고리를 찾을 수 없습니다.",

src/languages/pl.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@
200200
"couldNotCreateCategory": "Could not create category: {name}",
201201
"couldNotCreateTextChannel": "Could not create text channel: {name}",
202202
"couldNotDeferInteraction": "Could not defer interaction.",
203+
"couldNotDeleteCategory": "Could not delete category: {categoryId}",
204+
"couldNotDeleteChannel": "Could not delete channel: {channelId}",
203205
"couldNotDeleteMessage": "Could not delete message: {message}",
204206
"couldNotFindAnyPlayers": "Could not find any players.",
205207
"couldNotFindCategory": "Could not find category: {category}",

src/languages/ru.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@
200200
"couldNotCreateCategory": "Не удалось создать категорию: {name}",
201201
"couldNotCreateTextChannel": "Не удалось создать канал: {name}",
202202
"couldNotDeferInteraction": "Не удалось отложить взаимодействие.",
203+
"couldNotDeleteCategory": "Could not delete category: {categoryId}",
204+
"couldNotDeleteChannel": "Could not delete channel: {channelId}",
203205
"couldNotDeleteMessage": "Не удалось удалить сообщение: {message}",
204206
"couldNotFindAnyPlayers": "Не удалось найти игроков.",
205207
"couldNotFindCategory": "Не удалось найти категорию: {category}",

src/languages/sv.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@
200200
"couldNotCreateCategory": "Det gick inte att skapa kategorin: {name}.",
201201
"couldNotCreateTextChannel": "Det gick inte att skapa textkanalen: {name}.",
202202
"couldNotDeferInteraction": "Kunde inte skjuta upp interaktionen.",
203+
"couldNotDeleteCategory": "Could not delete category: {categoryId}",
204+
"couldNotDeleteChannel": "Could not delete channel: {channelId}",
203205
"couldNotDeleteMessage": "Kunde inte radera meddelandet: {message}.",
204206
"couldNotFindAnyPlayers": "Kunde inte hitta några spelare.",
205207
"couldNotFindCategory": "Kunde inte hitta kategorin: {category}.",

src/languages/tr.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@
200200
"couldNotCreateCategory": "Kategori oluşturulamadı: {name}",
201201
"couldNotCreateTextChannel": "Yazı kanalı oluşturulamadı: {name}",
202202
"couldNotDeferInteraction": "Etkilşim ertelenemedi.",
203+
"couldNotDeleteCategory": "Could not delete category: {categoryId}",
204+
"couldNotDeleteChannel": "Could not delete channel: {channelId}",
203205
"couldNotDeleteMessage": "Mesaj silinmedi: {message}",
204206
"couldNotFindAnyPlayers": "Herhangi bir oyuncu bulunamadı.",
205207
"couldNotFindCategory": "Kategori bulunamadı: {category}",

0 commit comments

Comments
 (0)