Skip to content

Commit fee9b55

Browse files
committed
chore: update translation
1 parent e334996 commit fee9b55

File tree

15 files changed

+29
-17
lines changed

15 files changed

+29
-17
lines changed

src/lang/de.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@
5353
"Command {} failed to execute, is the plugin unloaded?": "Befehl {} konnte nicht ausgeführt werden, wird das Plugin entladen?",
5454
"Could not find {} in registered commands": {
5555
"": "Konnte {} in registrierten Befehlen nicht finden."
56-
}
56+
},
57+
"Event {} not found!": "Event {} nicht gefunden!"
5758
}

src/lang/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@
5353
"Command {} failed to execute, is the plugin unloaded?": "Command {} failed to execute, is the plugin unloaded?",
5454
"Could not find {} in registered commands": {
5555
"": "Could not find {} in registered commands."
56-
}
56+
},
57+
"Event {} not found!": "Event {} not found!"
5758
}

src/lang/fr.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@
5353
"Command {} failed to execute, is the plugin unloaded?": "La commande {} n'a pas réussi à s'exécuter, le plugin est-il déchargé ?",
5454
"Could not find {} in registered commands": {
5555
"": "Impossible de trouver {} dans les commandes enregistrées."
56-
}
56+
},
57+
"Event {} not found!": "Événement {} introuvable !"
5758
}

src/lang/id.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@
5353
"Command {} failed to execute, is the plugin unloaded?": "Command {} failed to execute, is the plugin unloaded?",
5454
"Could not find {} in registered commands": {
5555
"": "Could not find {} in registered commands."
56-
}
56+
},
57+
"Event {} not found!": "Event {} not found!"
5758
}

src/lang/it.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@
5353
"Command {} failed to execute, is the plugin unloaded?": "L'esecuzione del comando {} non è riuscita, il plugin è stato scaricato?",
5454
"Could not find {} in registered commands": {
5555
"": "Impossibile trovare {} nei comandi registrati."
56-
}
56+
},
57+
"Event {} not found!": "Evento {} non trovato!"
5758
}

src/lang/ja.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@
5353
"Command {} failed to execute, is the plugin unloaded?": "コマンド {} の実行に失敗しました。プラグインがアンロードされていますか?",
5454
"Could not find {} in registered commands": {
5555
"": "登録されたコマンドで {} が見つかりませんでした。"
56-
}
56+
},
57+
"Event {} not found!": "イベント {} が見つかりません!"
5758
}

src/lang/ko.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@
5353
"Command {} failed to execute, is the plugin unloaded?": "Command {} failed to execute, is the plugin unloaded?",
5454
"Could not find {} in registered commands": {
5555
"": "Could not find {} in registered commands."
56-
}
56+
},
57+
"Event {} not found!": "Event {} not found!"
5758
}

src/lang/pt_BR.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@
5353
"Command {} failed to execute, is the plugin unloaded?": "Comando {} falha ao executar, o plugin está descarregado?",
5454
"Could not find {} in registered commands": {
5555
"": "Não foi possível encontrar {} nos comandos registrados."
56-
}
56+
},
57+
"Event {} not found!": "Evento {} não encontrado!"
5758
}

src/lang/ru.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@
5353
"Command {} failed to execute, is the plugin unloaded?": "Не удалось выполнить команду {}, не загружен ли плагин?",
5454
"Could not find {} in registered commands": {
5555
"": "Не удалось найти {} в зарегистрированных командах."
56-
}
56+
},
57+
"Event {} not found!": "Событие {} не найдено!"
5758
}

src/lang/th.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@
5353
"Command {} failed to execute, is the plugin unloaded?": "Command {} failed to execute, is the plugin unloaded?",
5454
"Could not find {} in registered commands": {
5555
"": "Could not find {} in registered commands."
56-
}
56+
},
57+
"Event {} not found!": "Event {} not found!"
5758
}

0 commit comments

Comments
 (0)