Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kalilistic/SillyChat
Browse files Browse the repository at this point in the history
  • Loading branch information
kalilistic committed Sep 19, 2021
2 parents 354bb8a + c1f3e7b commit 42e6df6
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 21 deletions.
10 changes: 5 additions & 5 deletions src/SillyChat/SillyChat/Resource/translation/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"ToggleCommandHelp": {
"message": "Alternar SillyChat.",
"description": "<>c__DisplayClass2_0.<.ctor>b__0"
"description": "SillyChatPlugin.<.ctor>b__2_0"
},
"SettingsTitle": {
"message": "Ajustes de SillyChat",
Expand All @@ -19,14 +19,14 @@
"message": "Habilitado",
"description": "ConfigWindow.Draw"
},
"Translator_HelpMarker": {
"message": "activar o desactivar el plugin",
"description": "ConfigWindow.Draw"
},
"Translator": {
"message": "Traductor",
"description": "ConfigWindow.Draw"
},
"Translator_HelpMarker": {
"message": "activar o desactivar el plugin",
"description": "ConfigWindow.Draw"
},
"HistoryTitle": {
"message": "Historial de SillyChat",
"description": "HistoryWindow..ctor"
Expand Down
26 changes: 25 additions & 1 deletion src/SillyChat/SillyChat/Resource/translation/fr.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"InstallThankYou": {
"message": "Merci d'avoir installé SillyChat !",
"description": "SillyChatPlugin.HandleFreshInstall"
},
"Instructions": {
"message": "Vous pouvez utiliser /silly pour activer/désactiver le plugin et /sillyconfig pour voir les paramètres.",
"description": "SillyChatPlugin.HandleFreshInstall"
},
"ToggleCommandHelp": {
"message": "Activer/désactiver SillyChat.",
"description": "<>c__DisplayClass2_0.<.ctor>b__0"
"description": "SillyChatPlugin.<.ctor>b__2_0"
},
"SettingsTitle": {
"message": "Paramètres de SillyChat",
Expand All @@ -19,8 +23,28 @@
"message": "Traducteur",
"description": "ConfigWindow.Draw"
},
"HistoryTitle": {
"message": "Historique de SillyChat",
"description": "HistoryWindow..ctor"
},
"SourceMessage": {
"message": "Source",
"description": "HistoryWindow.Draw"
},
"TranslationMessage": {
"message": "Traduction",
"description": "HistoryWindow.Draw"
},
"NoTranslations": {
"message": "Rien n'a encore été traduit.",
"description": "HistoryWindow.Draw"
},
"ConfigCommandHelp": {
"message": "Afficher la fenêtre de configuration de SillyChat.",
"description": "WindowManager..ctor"
},
"HistoryCommandHelp": {
"message": "Afficher la fenêtre d'historique de SillyChat.",
"description": "WindowManager..ctor"
}
}
10 changes: 5 additions & 5 deletions src/SillyChat/SillyChat/Resource/translation/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"ToggleCommandHelp": {
"message": "SillyChatの切り替え。",
"description": "<>c__DisplayClass2_0.<.ctor>b__0"
"description": "SillyChatPlugin.<.ctor>b__2_0"
},
"SettingsTitle": {
"message": "SillyChat 設定",
Expand All @@ -19,14 +19,14 @@
"message": "有効",
"description": "ConfigWindow.Draw"
},
"Translator_HelpMarker": {
"message": "プラグインを有効/無効化する",
"description": "ConfigWindow.Draw"
},
"Translator": {
"message": "Translator",
"description": "ConfigWindow.Draw"
},
"Translator_HelpMarker": {
"message": "プラグインを有効/無効化する",
"description": "ConfigWindow.Draw"
},
"HistoryTitle": {
"message": "SillyChat 履歴",
"description": "HistoryWindow..ctor"
Expand Down
10 changes: 5 additions & 5 deletions src/SillyChat/SillyChat/Resource/translation/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"ToggleCommandHelp": {
"message": "Ativar SillyChat.",
"description": "<>c__DisplayClass2_0.<.ctor>b__0"
"description": "SillyChatPlugin.<.ctor>b__2_0"
},
"SettingsTitle": {
"message": "Configurações do SillyChat",
Expand All @@ -19,14 +19,14 @@
"message": "Habilitado",
"description": "ConfigWindow.Draw"
},
"Translator_HelpMarker": {
"message": "habilitar ou desabilitar o plugin",
"description": "ConfigWindow.Draw"
},
"Translator": {
"message": "Tradutor",
"description": "ConfigWindow.Draw"
},
"Translator_HelpMarker": {
"message": "habilitar ou desabilitar o plugin",
"description": "ConfigWindow.Draw"
},
"HistoryTitle": {
"message": "Histórico do SillyChat",
"description": "HistoryWindow..ctor"
Expand Down
10 changes: 5 additions & 5 deletions src/SillyChat/SillyChat/Resource/translation/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"ToggleCommandHelp": {
"message": "Включить SillyChat.",
"description": "<>c__DisplayClass2_0.<.ctor>b__0"
"description": "SillyChatPlugin.<.ctor>b__2_0"
},
"SettingsTitle": {
"message": "Настройки SillyChat",
Expand All @@ -19,14 +19,14 @@
"message": "Включить",
"description": "ConfigWindow.Draw"
},
"Translator_HelpMarker": {
"message": "включение или отключение плагина",
"description": "ConfigWindow.Draw"
},
"Translator": {
"message": "Переводчик",
"description": "ConfigWindow.Draw"
},
"Translator_HelpMarker": {
"message": "включение или отключение плагина",
"description": "ConfigWindow.Draw"
},
"HistoryTitle": {
"message": "История SillyChat",
"description": "HistoryWindow..ctor"
Expand Down

0 comments on commit 42e6df6

Please sign in to comment.