diff options
Diffstat (limited to 'core/l10n')
-rw-r--r-- | core/l10n/gl.js | 2 | ||||
-rw-r--r-- | core/l10n/gl.json | 2 | ||||
-rw-r--r-- | core/l10n/ja.js | 2 | ||||
-rw-r--r-- | core/l10n/ja.json | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/core/l10n/gl.js b/core/l10n/gl.js index cf91695a8d2..96275095d01 100644 --- a/core/l10n/gl.js +++ b/core/l10n/gl.js @@ -43,6 +43,8 @@ OC.L10N.register( "Necessary language model provider is not available" : "O fornecedor de modelos de idioma necesario non está dispoñíbel", "Task not found" : "Non se atopou a tarefa", "Internal error" : "Produciuse un erro interno", + "No text to image provider is available" : "Non hai ningún provedor de texto a imaxe dispoñíbel", + "Image not found" : "Non se atopou a imaxe", "No translation provider available" : "Non hai ningún provedor de tradución dispoñíbel", "Could not detect language" : "Non foi posíbel detectar o idioma", "Unable to translate" : "Non é posíbel traducir", diff --git a/core/l10n/gl.json b/core/l10n/gl.json index 615b0ba94bb..742ee76b5ab 100644 --- a/core/l10n/gl.json +++ b/core/l10n/gl.json @@ -41,6 +41,8 @@ "Necessary language model provider is not available" : "O fornecedor de modelos de idioma necesario non está dispoñíbel", "Task not found" : "Non se atopou a tarefa", "Internal error" : "Produciuse un erro interno", + "No text to image provider is available" : "Non hai ningún provedor de texto a imaxe dispoñíbel", + "Image not found" : "Non se atopou a imaxe", "No translation provider available" : "Non hai ningún provedor de tradución dispoñíbel", "Could not detect language" : "Non foi posíbel detectar o idioma", "Unable to translate" : "Non é posíbel traducir", diff --git a/core/l10n/ja.js b/core/l10n/ja.js index 663422a7340..fec8955db9e 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -43,6 +43,8 @@ OC.L10N.register( "Necessary language model provider is not available" : "必要な言語モデルプロバイダーが利用できません", "Task not found" : "タスクは見つかりません", "Internal error" : "内部エラー", + "No text to image provider is available" : "テキストを画像に変換するプロバイダーはありません", + "Image not found" : "画像が見つかりません", "No translation provider available" : "利用可能な翻訳プロバイダーがありません", "Could not detect language" : "言語を検出できませんでした", "Unable to translate" : "翻訳できませんでした", diff --git a/core/l10n/ja.json b/core/l10n/ja.json index 4940d4f0e9d..3233e578818 100644 --- a/core/l10n/ja.json +++ b/core/l10n/ja.json @@ -41,6 +41,8 @@ "Necessary language model provider is not available" : "必要な言語モデルプロバイダーが利用できません", "Task not found" : "タスクは見つかりません", "Internal error" : "内部エラー", + "No text to image provider is available" : "テキストを画像に変換するプロバイダーはありません", + "Image not found" : "画像が見つかりません", "No translation provider available" : "利用可能な翻訳プロバイダーがありません", "Could not detect language" : "言語を検出できませんでした", "Unable to translate" : "翻訳できませんでした", |