Skip to content

Commit

Permalink
Update translation files with strings for the Lora UI additions
Browse files Browse the repository at this point in the history
- append new strings at the bottom
  • Loading branch information
Acly committed Aug 29, 2024
1 parent 48c7125 commit 9d0140e
Show file tree
Hide file tree
Showing 12 changed files with 256 additions and 58 deletions.
26 changes: 22 additions & 4 deletions ai_diffusion/language/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@
"Generate images via GPU Cloud Service": "Generar imágenes mediante un Servicio en la Nube con GPU",
"Generate the active layer region only (use layer transparency as mask)": "Generar solo la región de la capa activa (usando la transparencia de la capa como máscara)",
"Generated frame does not match current time": "El fotograma generado no coincide con el tiempo actual",
"Generating image. Click to cancel.": "Generando imagen. Haz clic para cancelar.",
"Generating image. {count} jobs queued - click to cancel.": "Generando imagen. {count} trabajos en cola - haz clic para cancelar",
"Guidance Strength (CFG Scale)": "Fuerza de Orientación (Escala CFG)",
"Hands": "Manos",
"Hide": "Ocultar",
Expand Down Expand Up @@ -390,6 +388,26 @@
"in Front (new jobs first)": "al Frente (nuevos trabajos primero)",
"packages available": "Paquetes disponibles",
"packages require installation": "Paquetes que requieren instalación",
"packages selected": "Paquetes seleccionados"
"packages selected": "Paquetes seleccionados",
"The file is too large to be uploaded. Files up to a size of {size} MB are supported.": null,
"Set Default": null,
"Default Strength": null,
"Generating image.": null,
"Uploading models.": null,
"Import a LoRA file from your local system": null,
"Click to cancel.": null,
"Optional text which is added to the prompt when the LoRA is used": null,
"Local file": null,
"Trigger words": null,
"LoRA model file not found": null,
"{count} jobs queued.": null,
"Can't upload LoRA model, limit exceeded": null,
"Connection error during upload of LoRA model": null,
"Connection to {host} timed out during download. Please make sure you have a stable internet connection and try again.": null,
"File too large": null,
"LoRA model is too large to upload": null,
"Upload": null,
"Error during upload of LoRA model": null,
"Select LoRA file": null
}
}
}
24 changes: 21 additions & 3 deletions ai_diffusion/language/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@
"Generate images via GPU Cloud Service": "Générer des images via le service cloud GPU",
"Generate the active layer region only (use layer transparency as mask)": "Générer uniquement la région de la couche active (utiliser la transparence de la couche comme masque)",
"Generated frame does not match current time": "L'image générée ne correspond pas à l'heure actuelle",
"Generating image. Click to cancel.": "Génération de l'image. Cliquez pour annuler.",
"Generating image. {count} jobs queued - click to cancel.": "Génération de l'image. {count} tâches en file d'attente - cliquez pour annuler.",
"Guidance Strength (CFG Scale)": "Force de la guidance (échelle CFG)",
"Hands": "Mains",
"Hide": "Cacher",
Expand Down Expand Up @@ -390,6 +388,26 @@
"in Front (new jobs first)": "devant (nouvelles tâches en premier)",
"packages available": "packages disponibles",
"packages require installation": "packages nécessitent une installation",
"packages selected": "packages sélectionnés"
"packages selected": "packages sélectionnés",
"The file is too large to be uploaded. Files up to a size of {size} MB are supported.": null,
"Set Default": null,
"Default Strength": null,
"Generating image.": null,
"Uploading models.": null,
"Import a LoRA file from your local system": null,
"Click to cancel.": null,
"Optional text which is added to the prompt when the LoRA is used": null,
"Local file": null,
"Trigger words": null,
"LoRA model file not found": null,
"{count} jobs queued.": null,
"Can't upload LoRA model, limit exceeded": null,
"Connection error during upload of LoRA model": null,
"Connection to {host} timed out during download. Please make sure you have a stable internet connection and try again.": null,
"File too large": null,
"LoRA model is too large to upload": null,
"Upload": null,
"Error during upload of LoRA model": null,
"Select LoRA file": null
}
}
24 changes: 21 additions & 3 deletions ai_diffusion/language/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@
"Generate images via GPU Cloud Service": "GPUクラウドサービス経由で画像生成します。",
"Generate the active layer region only (use layer transparency as mask)": "選択レイヤーの領域のみを生成(レイヤーの透明度をマスクとして使用)",
"Generated frame does not match current time": "生成されたフレームが現在の時間と一致しない",
"Generating image. Click to cancel.": "画像を生成中。クリックでキャンセルします。",
"Generating image. {count} jobs queued - click to cancel.": "画像を生成中 - {count}個のジョブがキューにあります。キャンセルしたい場合はクリックして下さい。",
"Guidance Strength (CFG Scale)": "ガイダンスの強度 (CFGスケール)",
"Hands": "手(Hands)",
"Hide": "非表示",
Expand Down Expand Up @@ -390,6 +388,26 @@
"in Front (new jobs first)": "先頭に登録 (新しいジョブが最初)",
"packages available": "利用可能なパッケージ",
"packages require installation": "パッケージのインストールが必要",
"packages selected": "選択パッケージ"
"packages selected": "選択パッケージ",
"The file is too large to be uploaded. Files up to a size of {size} MB are supported.": null,
"Set Default": null,
"Default Strength": null,
"Generating image.": null,
"Uploading models.": null,
"Import a LoRA file from your local system": null,
"Click to cancel.": null,
"Optional text which is added to the prompt when the LoRA is used": null,
"Local file": null,
"Trigger words": null,
"LoRA model file not found": null,
"{count} jobs queued.": null,
"Can't upload LoRA model, limit exceeded": null,
"Connection error during upload of LoRA model": null,
"Connection to {host} timed out during download. Please make sure you have a stable internet connection and try again.": null,
"File too large": null,
"LoRA model is too large to upload": null,
"Upload": null,
"Error during upload of LoRA model": null,
"Select LoRA file": null
}
}
26 changes: 22 additions & 4 deletions ai_diffusion/language/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@
"Generate images via GPU Cloud Service": "GPU 클라우드 서비스를 통해 이미지를 생성합니다.",
"Generate the active layer region only (use layer transparency as mask)": "활성 레이어 영역만 생성합니다 (레이어 투명도를 마스크로 사용).",
"Generated frame does not match current time": "생성된 프레임이 현재 시간과 일치하지 않습니다.",
"Generating image. Click to cancel.": "이미지 생성 중. 취소하려면 클릭하세요.",
"Generating image. {count} jobs queued - click to cancel.": "이미지 생성 중. {count}개의 작업이 대기 중입니다 - 취소하려면 클릭하세요.",
"Guidance Strength (CFG Scale)": "가이드 강도 (CFG 스케일)",
"Hands": "",
"Hide": "숨기기",
Expand Down Expand Up @@ -317,7 +315,7 @@
"Stencil": "스텐실",
"Stop": "중지",
"Stopping server...": "서버 중지 중...",
"Stored History Size": "저장된 히스토리 크기",
"Stored History Size": "저장된 히스토리 크기",
"Strength": "강도",
"Strict": "엄격",
"Style": "스타일",
Expand Down Expand Up @@ -390,6 +388,26 @@
"in Front (new jobs first)": "앞쪽(새 작업 먼저)",
"packages available": "사용 가능한 패키지",
"packages require installation": "설치가 필요한 패키지",
"packages selected": "선택된 패키지"
"packages selected": "선택된 패키지",
"The file is too large to be uploaded. Files up to a size of {size} MB are supported.": null,
"Set Default": null,
"Default Strength": null,
"Generating image.": null,
"Uploading models.": null,
"Import a LoRA file from your local system": null,
"Click to cancel.": null,
"Optional text which is added to the prompt when the LoRA is used": null,
"Local file": null,
"Trigger words": null,
"LoRA model file not found": null,
"{count} jobs queued.": null,
"Can't upload LoRA model, limit exceeded": null,
"Connection error during upload of LoRA model": null,
"Connection to {host} timed out during download. Please make sure you have a stable internet connection and try again.": null,
"File too large": null,
"LoRA model is too large to upload": null,
"Upload": null,
"Error during upload of LoRA model": null,
"Select LoRA file": null
}
}
26 changes: 22 additions & 4 deletions ai_diffusion/language/pt-br.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@
"Generate images via GPU Cloud Service": "Gerar imagens mediante um Serviço na Nuvem com GPU",
"Generate the active layer region only (use layer transparency as mask)": "Gerar somente a região da camada ativa (usando a transparência da camada como máscara)",
"Generated frame does not match current time": "O frame gerado não coincide com o tempo atual",
"Generating image. Click to cancel.": "Gerando imagem. Clique para cancelar.",
"Generating image. {count} jobs queued - click to cancel.": "Gerando imagem. {count} trabalhos na fila - Clique para cancelar",
"Guidance Strength (CFG Scale)": "Força de Orientação (Escala CFG)",
"Hands": "Mãos",
"Hide": "Esconder",
Expand Down Expand Up @@ -390,6 +388,26 @@
"in Front (new jobs first)": "em Frente (novos trabalhos primeiro)",
"packages available": "Pacotes disponíveis",
"packages require installation": "Pacotes que precisam de instalação",
"packages selected": "Pacotes selecionados"
"packages selected": "Pacotes selecionados",
"The file is too large to be uploaded. Files up to a size of {size} MB are supported.": null,
"Set Default": null,
"Default Strength": null,
"Generating image.": null,
"Uploading models.": null,
"Import a LoRA file from your local system": null,
"Click to cancel.": null,
"Optional text which is added to the prompt when the LoRA is used": null,
"Local file": null,
"Trigger words": null,
"LoRA model file not found": null,
"{count} jobs queued.": null,
"Can't upload LoRA model, limit exceeded": null,
"Connection error during upload of LoRA model": null,
"Connection to {host} timed out during download. Please make sure you have a stable internet connection and try again.": null,
"File too large": null,
"LoRA model is too large to upload": null,
"Upload": null,
"Error during upload of LoRA model": null,
"Select LoRA file": null
}
}
}
26 changes: 22 additions & 4 deletions ai_diffusion/language/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@
"Generate images via GPU Cloud Service": "Генерация изображения с помощью облачного сервиса (GPU Cloud)",
"Generate the active layer region only (use layer transparency as mask)": "Генерация изобрадения только из актианого региона (используется прозрасность слоя как маска)",
"Generated frame does not match current time": "Генерация кадра не соответствует текущему времени",
"Generating image. Click to cancel.": "Генерация изображения. Нажмите, чтобы отменить.",
"Generating image. {count} jobs queued - click to cancel.": "Генерация изображения. {count} в очереди. Нажмите, чтобы отменить.",
"Guidance Strength (CFG Scale)": "Управление силой (CFG Scale)",
"Hands": "Руки",
"Hide": "Скрыть",
Expand Down Expand Up @@ -390,6 +388,26 @@
"in Front (new jobs first)": "В начало очереди",
"packages available": "доступные пакеты",
"packages require installation": "пакеты требуют установки",
"packages selected": "выбранные пакеты"
"packages selected": "выбранные пакеты",
"The file is too large to be uploaded. Files up to a size of {size} MB are supported.": null,
"Set Default": null,
"Default Strength": null,
"Generating image.": null,
"Uploading models.": null,
"Import a LoRA file from your local system": null,
"Click to cancel.": null,
"Optional text which is added to the prompt when the LoRA is used": null,
"Local file": null,
"Trigger words": null,
"LoRA model file not found": null,
"{count} jobs queued.": null,
"Can't upload LoRA model, limit exceeded": null,
"Connection error during upload of LoRA model": null,
"Connection to {host} timed out during download. Please make sure you have a stable internet connection and try again.": null,
"File too large": null,
"LoRA model is too large to upload": null,
"Upload": null,
"Error during upload of LoRA model": null,
"Select LoRA file": null
}
}
}
Loading

0 comments on commit 9d0140e

Please sign in to comment.