Skip to content

Commit a2537ba

Browse files
chore: translate i18n files (langgenius#24131)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
1 parent a3a041e commit a2537ba

File tree

18 files changed

+72
-0
lines changed

18 files changed

+72
-0
lines changed

‎web/i18n/de-DE/common.ts‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,10 @@ const translation = {
715715
supportedFormats: 'Unterstützt PNG, JPG, JPEG, WEBP und GIF',
716716
},
717717
you: 'Du',
718+
avatar: {
719+
deleteTitle: 'Avatar entfernen',
720+
deleteDescription: 'Bist du sicher, dass du dein Profilbild entfernen möchtest? Dein Konto wird das standardmäßige Anfangs-Avatar verwenden.',
721+
},
718722
}
719723

720724
export default translation

‎web/i18n/es-ES/common.ts‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,10 @@ const translation = {
715715
dropImageHere: 'Deja tu imagen aquí, o',
716716
},
717717
you: 'Tú',
718+
avatar: {
719+
deleteTitle: 'Eliminar Avatar',
720+
deleteDescription: '¿Estás seguro de que deseas eliminar tu foto de perfil? Tu cuenta usará el avatar inicial predeterminado.',
721+
},
718722
}
719723

720724
export default translation

‎web/i18n/fa-IR/common.ts‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,10 @@ const translation = {
716716
browse: 'مرورگر',
717717
},
718718
you: 'تو',
719+
avatar: {
720+
deleteTitle: 'حذف آواتار',
721+
deleteDescription: 'آیا مطمئن هستید که می‌خواهید تصویر پروفایل خود را حذف کنید؟ حساب شما از آواتار اولیه پیش‌فرض استفاده خواهد کرد.',
722+
},
719723
}
720724

721725
export default translation

‎web/i18n/fr-FR/common.ts‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,10 @@ const translation = {
716716
supportedFormats: 'Prend en charge PNG, JPG, JPEG, WEBP et GIF',
717717
},
718718
you: 'Vous',
719+
avatar: {
720+
deleteTitle: 'Supprimer l\'avatar',
721+
deleteDescription: 'Êtes-vous sûr de vouloir supprimer votre photo de profil ? Votre compte utilisera l\'avatar par défaut.',
722+
},
719723
}
720724

721725
export default translation

‎web/i18n/hi-IN/common.ts‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,10 @@ const translation = {
738738
dropImageHere: 'अपनी छवि यहाँ छोड़ें, या',
739739
},
740740
you: 'आप',
741+
avatar: {
742+
deleteTitle: 'अवतार हटाएँ',
743+
deleteDescription: 'क्या आप सुनिश्चित हैं कि आप अपनी प्रोफ़ाइल तस्वीर को हटाना चाहते हैं? आपका खाता डिफ़ॉल्ट प्रारंभिक अवतार का उपयोग करेगा।',
744+
},
741745
}
742746

743747
export default translation

‎web/i18n/it-IT/common.ts‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,10 @@ const translation = {
747747
dropImageHere: 'Trascina la tua immagine qui, oppure',
748748
},
749749
you: 'Tu',
750+
avatar: {
751+
deleteTitle: 'Rimuovi avatar',
752+
deleteDescription: 'Sei sicuro di voler rimuovere la tua immagine del profilo? Il tuo account utilizzerà l\'avatar iniziale predefinito.',
753+
},
750754
}
751755

752756
export default translation

‎web/i18n/ja-JP/common.ts‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,10 @@ const translation = {
715715
supportedFormats: 'PNG、JPG、JPEG、WEBP、および GIF をサポートし��います。',
716716
dropImageHere: 'ここに画像をドロップするか、',
717717
},
718+
avatar: {
719+
deleteTitle: 'アバターを削除する',
720+
deleteDescription: '本当にプロフィール写真を削除してもよろしいですか?あなたのアカウントはデフォルトの初期アバターを使用します。',
721+
},
718722
}
719723

720724
export default translation

‎web/i18n/ko-KR/common.ts‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,10 @@ const translation = {
711711
dropImageHere: '여기에 이미지를 드롭하거나',
712712
},
713713
you: '너',
714+
avatar: {
715+
deleteTitle: '아바타 제거하기',
716+
deleteDescription: '프로필 사진을 제거하시겠습니까? 귀하의 계정은 기본 초기 아바타를 사용하게 됩니다.',
717+
},
714718
}
715719

716720
export default translation

‎web/i18n/pl-PL/common.ts‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,10 @@ const translation = {
734734
supportedFormats: 'Obsługuje PNG, JPG, JPEG, WEBP i GIF',
735735
},
736736
you: 'Ty',
737+
avatar: {
738+
deleteTitle: 'Usuń awatar',
739+
deleteDescription: 'Czy na pewno chcesz usunąć swoje zdjęcie profilowe? Twoje konto będzie używać domyślnego, początkowego awatara.',
740+
},
737741
}
738742

739743
export default translation

‎web/i18n/pt-BR/common.ts‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,10 @@ const translation = {
716716
browse: 'navegar',
717717
},
718718
you: 'Você',
719+
avatar: {
720+
deleteTitle: 'Remover Avatar',
721+
deleteDescription: 'Você tem certeza de que deseja remover sua foto de perfil? Sua conta usará o avatar padrão inicial.',
722+
},
719723
}
720724

721725
export default translation

0 commit comments

Comments
 (0)