From ab7f1249da821fa8d19172fa20db7ba8107f7a24 Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Mon, 3 Nov 2025 07:04:20 +0800
Subject: [PATCH 01/29] New translations en_us.yaml (Turkish)
---
i18n/tr_TR.yaml | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
diff --git a/i18n/tr_TR.yaml b/i18n/tr_TR.yaml
index fdecee532..4acbc521d 100644
--- a/i18n/tr_TR.yaml
+++ b/i18n/tr_TR.yaml
@@ -235,7 +235,7 @@ backend:
content_cannot_empty:
other: İçerik boş olamaz.
content_less_than_minumum:
- other: Not enough content entered.
+ other: Yeterli içerik girilmedi.
rank:
fail_to_meet_the_condition:
other: İtibar seviyesi koşulu karşılamıyor.
@@ -266,7 +266,7 @@ backend:
cannot_set_synonym_as_itself:
other: Bir etiketin eş anlamlısını kendisi olarak ayarlayamazsınız.
minimum_count:
- other: Not enough tags were entered.
+ other: Yeterli etiket girilmedi.
smtp:
config_from_name_cannot_be_email:
other: Gönderen adı bir e-posta adresi olamaz.
@@ -311,13 +311,13 @@ backend:
add_bulk_users_amount_error:
other: "Bir kerede eklediğiniz kullanıcı sayısı 1-{{.MaxAmount}} aralığında olmalıdır."
status_suspended_forever:
- other: "This user was suspended forever. This user doesn't meet a community guideline."
+ other: "Bu kullanıcı kalıcı olarak uzaklaştırıldı. Bu kullanıcı topluluk yönergelerine uymuyor."
status_suspended_until:
- other: "This user was suspended until {{.SuspendedUntil}}. This user doesn't meet a community guideline."
+ other: "Bu kullanıcı {{.SuspendedUntil}} tarihine kadar askıya alındı. Bu kullanıcı topluluk yönergelerine uymuyor."
status_deleted:
- other: "This user was deleted."
+ other: "Bu kullanıcı silindi."
status_inactive:
- other: "This user is inactive."
+ other: "Bu kullanıcı aktif değil."
config:
read_config_failed:
other: Yapılandırma okunamadı.
@@ -821,7 +821,7 @@ ui:
tag_wiki: etiket wikisi
create_tag: Etiket Oluştur
edit_tag: Etiketi Düzenle
- ask_a_question: Create Question
+ ask_a_question: Soru Oluştur
edit_question: Soruyu Düzenle
edit_answer: Cevabı Düzenle
search: Ara
@@ -845,7 +845,7 @@ ui:
http_50X: HTTP Hatası 500
http_403: HTTP Hatası 403
logout: Çıkış Yap
- posts: Posts
+ posts: Gönderiler
notifications:
title: Bildirimler
inbox: Gelen Kutusu
@@ -1069,9 +1069,9 @@ ui:
day: gün
hours: saatler
days: günler
- month: month
- months: months
- year: year
+ month: ay
+ months: aylar
+ year: yıl
reaction:
heart: kalp
smile: gülümseme
@@ -1127,10 +1127,10 @@ ui:
more: Daha Fazla
wiki: Wiki
ask:
- title: Create Question
+ title: Soru Oluştur
edit_title: Soruyu Düzenle
default_reason: Soruyu düzenle
- default_first_reason: Create question
+ default_first_reason: Soru oluştur
similar_questions: Benzer sorular
form:
fields:
@@ -1138,7 +1138,7 @@ ui:
label: Revizyon
title:
label: Başlık
- placeholder: What's your topic? Be specific.
+ placeholder: Konu nedir? Ayrıntılı yaz.
msg:
empty: Başlık boş olamaz.
range: Başlık en fazla 150 karakter olabilir
@@ -1147,8 +1147,8 @@ ui:
msg:
empty: İçerik boş olamaz.
hint:
- optional_body: Describe what the question is about.
- minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required."
+ optional_body: Sorunun neyle ilgili olduğunu açıklayın.
+ minimum_characters: "Sorunun neyle ilgili olduğunu açıklayın, en az {{min_content_length}} karakter gereklidir."
tags:
label: Etiketler
msg:
@@ -1169,9 +1169,9 @@ ui:
add_btn: Etiket ekle
create_btn: Yeni etiket oluştur
search_tag: Etiket ara
- hint: Describe what your content is about, at least one tag is required.
- hint_zero_tags: Describe what your content is about.
- hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required."
+ hint: Sorunuzun ne hakkında olduğunu tanımlayın, en az bir etiket gereklidir.
+ hint_zero_tags: İçeriğinizin neyle ilgili olduğunu açıklayın.
+ hint_more_than_one_tag: "İçeriğinizin neyle ilgili olduğunu açıklayın, en az {{min_tags_number}} etiket gereklidir."
no_result: Eşleşen etiket bulunamadı
tag_required_text: Gerekli etiket (en az bir tane)
header:
@@ -1224,7 +1224,7 @@ ui:
msg:
empty: İsim boş olamaz.
range: İsim 2 ile 30 karakter arasında olmalıdır.
- character: 'Must use the character set "a-z", "0-9", " - . _"'
+ character: 'Yalnızca "a-z", "0-9", " - . _" karakterleri kullanılabilir'
email:
label: E-posta
msg:
@@ -1377,10 +1377,10 @@ ui:
review: Revizyonunuz incelendikten sonra görünecek.
sent_success: Başarıyla gönderildi
related_question:
- title: Related
+ title: İle ilgili
answers: cevap
linked_question:
- title: Linked
+ title: Bağlantılı
description: Posts linked to
no_linked_question: No contents linked from this content.
invite_to_answer:
From 90d2e825cd15e03ab328afb90e103c02f47b5199 Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 6 Nov 2025 20:02:11 +0800
Subject: [PATCH 02/29] New translations en_us.yaml (Czech)
---
i18n/cs_CZ.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/i18n/cs_CZ.yaml b/i18n/cs_CZ.yaml
index d9f972a63..8d678bedb 100644
--- a/i18n/cs_CZ.yaml
+++ b/i18n/cs_CZ.yaml
@@ -58,7 +58,7 @@ backend:
undelete:
other: Obnovit
merge:
- other: Merge
+ other:
role:
name:
user:
From 04276eadc02bca698eedb730b024d20bc094ca57 Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Tue, 25 Nov 2025 18:51:16 +0800
Subject: [PATCH 03/29] New translations en_us.yaml (Russian)
---
i18n/ru_RU.yaml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/i18n/ru_RU.yaml b/i18n/ru_RU.yaml
index c554ac8d7..2c764e722 100644
--- a/i18n/ru_RU.yaml
+++ b/i18n/ru_RU.yaml
@@ -58,7 +58,7 @@ backend:
undelete:
other: Отменить удаление
merge:
- other: Merge
+ other:
role:
name:
user:
@@ -233,9 +233,9 @@ backend:
cannot_update:
other: Нет разрешения на обновление.
content_cannot_empty:
- other: Content cannot be empty.
+ other: .
content_less_than_minumum:
- other: Not enough content entered.
+ other: Введено недостаточно содержимого.
rank:
fail_to_meet_the_condition:
other: Ранг репутации не соответствует условию.
@@ -698,10 +698,10 @@ backend:
name:
other: Anniversary
desc:
- other: Active member for a year, posted at least once.
+ other: Активный участник на год, опубликовал по крайней мере один раз.
appreciated:
name:
- other: Appreciated
+ other:
desc:
other: Received 1 up vote on 20 posts.
respected:
From d0efdb4d0e0066243a6205b2b7b1ba70d42e7652 Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:25 +0800
Subject: [PATCH 04/29] New translations en_us.yaml (Romanian)
---
i18n/ro_RO.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/ro_RO.yaml b/i18n/ro_RO.yaml
index cd0afb8a3..f001328b6 100644
--- a/i18n/ro_RO.yaml
+++ b/i18n/ro_RO.yaml
@@ -234,7 +234,7 @@ backend:
other: Nu aveți permisiunea de a actualiza.
content_cannot_empty:
other: Conținutul nu poate fi gol.
- content_less_than_minumum:
+ content_less_than_minimum:
other: Not enough content entered.
rank:
fail_to_meet_the_condition:
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: Caută
footer:
- build_on: >-
- Susținut de <1> Apache Răspuns 1>- software-ul open-source care asigură Q&A comunități.
Făcut cu dragoste ©️ {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: Schimbare
loading: încarcare...
@@ -1768,6 +1767,7 @@ ui:
branding: Marcă
legal: Juridic
write: Scrie
+ terms: Terms
tos: Condiții de utilizare
privacy: Confidențialitate
seo: SEO
From 9feb6e787e5d7344296be2243af0c95cedbde2af Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:26 +0800
Subject: [PATCH 05/29] New translations en_us.yaml (French)
---
i18n/fr_FR.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/fr_FR.yaml b/i18n/fr_FR.yaml
index ecb87bef1..a4fdcb2ed 100644
--- a/i18n/fr_FR.yaml
+++ b/i18n/fr_FR.yaml
@@ -234,7 +234,7 @@ backend:
other: Pas de permission pour mettre à jour.
content_cannot_empty:
other: Le contenu ne peut pas être vide.
- content_less_than_minumum:
+ content_less_than_minimum:
other: Not enough content entered.
rank:
fail_to_meet_the_condition:
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: Rechercher
footer:
- build_on: >-
- Propulsé par <1> Apache Answer 1>- le logiciel open-source qui alimente les communautés de Q&A.
Fait avec amour ©️ {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: Remplacer
loading: chargement en cours...
@@ -1768,6 +1767,7 @@ ui:
branding: Marque
legal: Légal
write: Écrire
+ terms: Terms
tos: Conditions d'utilisation
privacy: Confidentialité
seo: SEO
From a7fbda3c232c686409761f302d4cb32f37e3ecfb Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:28 +0800
Subject: [PATCH 06/29] New translations en_us.yaml (Spanish)
---
i18n/es_ES.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/es_ES.yaml b/i18n/es_ES.yaml
index 99071e2fe..171c143d3 100644
--- a/i18n/es_ES.yaml
+++ b/i18n/es_ES.yaml
@@ -234,7 +234,7 @@ backend:
other: Sin permiso para actualizar.
content_cannot_empty:
other: Content cannot be empty.
- content_less_than_minumum:
+ content_less_than_minimum:
other: Not enough content entered.
rank:
fail_to_meet_the_condition:
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: Buscar
footer:
- build_on: >-
- Sitio creado por <1> Apache Answer 1>- el software libre que impulsa comunidades de Q&A.
Hecho con amor © {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: Cambiar
loading: cargando...
@@ -1768,6 +1767,7 @@ ui:
branding: Marca
legal: Legal
write: Escribir
+ terms: Terms
tos: Términos de servicio
privacy: Privacidad
seo: ESTE
From 80242e313303dc5aec8d81cc36d31b8a72762fdc Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:29 +0800
Subject: [PATCH 07/29] New translations en_us.yaml (Czech)
---
i18n/cs_CZ.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/cs_CZ.yaml b/i18n/cs_CZ.yaml
index 8d678bedb..cf95491ea 100644
--- a/i18n/cs_CZ.yaml
+++ b/i18n/cs_CZ.yaml
@@ -234,7 +234,7 @@ backend:
other: Nemáte oprávnění pro aktualizaci.
content_cannot_empty:
other: Content cannot be empty.
- content_less_than_minumum:
+ content_less_than_minimum:
other: Not enough content entered.
rank:
fail_to_meet_the_condition:
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: Search
footer:
- build_on: >-
- Powered by <1> Apache Answer 1>- the open-source software that powers Q&A communities.
Made with love © {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: Change
loading: loading...
@@ -1768,6 +1767,7 @@ ui:
branding: Branding
legal: Legal
write: Write
+ terms: Terms
tos: Terms of Service
privacy: Privacy
seo: SEO
From a322620133717e54aab85e9e1e07c780980f2109 Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:31 +0800
Subject: [PATCH 08/29] New translations en_us.yaml (Danish)
---
i18n/da_DK.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/da_DK.yaml b/i18n/da_DK.yaml
index d3f410e45..63da094c4 100644
--- a/i18n/da_DK.yaml
+++ b/i18n/da_DK.yaml
@@ -234,7 +234,7 @@ backend:
other: Ingen tilladelse til at opdatere.
content_cannot_empty:
other: Content cannot be empty.
- content_less_than_minumum:
+ content_less_than_minimum:
other: Not enough content entered.
rank:
fail_to_meet_the_condition:
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: Søg
footer:
- build_on: >-
- Drevet af <1> Apache Answer1>- open source-softwaren, der driver Q&A-fællesskaber.
Fremstillet med kærlighed ©️ {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: Skift
loading: indlæser...
@@ -1768,6 +1767,7 @@ ui:
branding: Branding
legal: Jura
write: Skriv
+ terms: Terms
tos: Betingelser for brug
privacy: Privatliv
seo: SEO
From f6e8991707f986c65caaa6f4e9fd23788074ad3a Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:32 +0800
Subject: [PATCH 09/29] New translations en_us.yaml (German)
---
i18n/de_DE.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/de_DE.yaml b/i18n/de_DE.yaml
index d7683f03b..3e89b8d16 100644
--- a/i18n/de_DE.yaml
+++ b/i18n/de_DE.yaml
@@ -234,7 +234,7 @@ backend:
other: Keine Berechtigung zum Aktualisieren.
content_cannot_empty:
other: Der Inhalt darf nicht leer sein.
- content_less_than_minumum:
+ content_less_than_minimum:
other: Not enough content entered.
rank:
fail_to_meet_the_condition:
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: Suchen
footer:
- build_on: >-
- Betrieben von <1> Apache Answer 1>- die Open-Source-Software, die Q&A-Communities betreibt.
Made with love © {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: Ändern
loading: wird geladen...
@@ -1768,6 +1767,7 @@ ui:
branding: Branding
legal: Rechtliches
write: Schreiben
+ terms: Terms
tos: Nutzungsbedingungen
privacy: Privatsphäre
seo: SEO
From 84ddcd00e32b1e8ad333f341bcfd7bf199e8c478 Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:34 +0800
Subject: [PATCH 10/29] New translations en_us.yaml (Italian)
---
i18n/it_IT.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/it_IT.yaml b/i18n/it_IT.yaml
index 29cd1f521..ddc9723c6 100644
--- a/i18n/it_IT.yaml
+++ b/i18n/it_IT.yaml
@@ -234,7 +234,7 @@ backend:
other: Nessun permesso per l'aggiornamento.
content_cannot_empty:
other: Il contenuto non può essere vuoto.
- content_less_than_minumum:
+ content_less_than_minimum:
other: Not enough content entered.
rank:
fail_to_meet_the_condition:
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: Cerca
footer:
- build_on: >-
- Basato su <1> Apache Answer 1>, il software open source che alimenta le comunità di domande e risposte.
Fatto con amore © {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: Modifica
loading: caricamento in corso...
@@ -1768,6 +1767,7 @@ ui:
branding: Marchio
legal: Legale
write: Scrivi
+ terms: Terms
tos: Termini del servizio
privacy: Privacy
seo: SEO
From b65a8d986146f6a5e3b3dd216cb0bbbc1103bbee Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:35 +0800
Subject: [PATCH 11/29] New translations en_us.yaml (Japanese)
---
i18n/ja_JP.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/i18n/ja_JP.yaml b/i18n/ja_JP.yaml
index 8e2fb52c3..c0a24f57e 100644
--- a/i18n/ja_JP.yaml
+++ b/i18n/ja_JP.yaml
@@ -234,7 +234,7 @@ backend:
other: 更新する権限がありません。
content_cannot_empty:
other: Content cannot be empty.
- content_less_than_minumum:
+ content_less_than_minimum:
other: Not enough content entered.
rank:
fail_to_meet_the_condition:
@@ -1189,8 +1189,7 @@ ui:
search:
placeholder: 検索
footer:
- build_on: >-
- Powered by <1> Apache Answer 1>- the open-source software that powers Q&A communities.
Made with love © {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: 変更
loading: 読み込み中…
@@ -1355,7 +1354,7 @@ ui:
new_pass:
label: 新しいパスワード
pass_confirm:
- label: 新しいパスワードの確認
+ label: 新しいパスワードの確認
interface:
heading: 外観
lang:
@@ -1769,6 +1768,7 @@ ui:
branding: ブランディング
legal: 法的事項
write: 書き
+ terms: Terms
tos: 利用規約
privacy: プライバシー
seo: SEO
From 58adde368106b72cd63c7a48a64ac9f259800fd7 Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:37 +0800
Subject: [PATCH 12/29] New translations en_us.yaml (Korean)
---
i18n/ko_KR.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/ko_KR.yaml b/i18n/ko_KR.yaml
index be1807457..abea1556c 100644
--- a/i18n/ko_KR.yaml
+++ b/i18n/ko_KR.yaml
@@ -234,7 +234,7 @@ backend:
other: 업데이트 권한이 없습니다.
content_cannot_empty:
other: 내용은 비워둘 수 없습니다.
- content_less_than_minumum:
+ content_less_than_minimum:
other: Not enough content entered.
rank:
fail_to_meet_the_condition:
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: 검색
footer:
- build_on: >-
- Powered by <1> Apache Answer 1> - Q&A 커뮤니티를 지원하는 오픈 소스 소프트웨어입니다.
Made with love © {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: 변경
loading: 로딩 중...
@@ -1768,6 +1767,7 @@ ui:
branding: 브랜딩
legal: 법적 사항
write: 글 작성
+ terms: Terms
tos: 이용 약관
privacy: 개인정보 보호
seo: 검색 엔진 최적화
From 401ee029a8314370fa4226deea030bba438efbf9 Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:38 +0800
Subject: [PATCH 13/29] New translations en_us.yaml (Polish)
---
i18n/pl_PL.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/pl_PL.yaml b/i18n/pl_PL.yaml
index ae26c6d1a..4de7d5b7f 100644
--- a/i18n/pl_PL.yaml
+++ b/i18n/pl_PL.yaml
@@ -234,7 +234,7 @@ backend:
other: Brak uprawnień do edycji.
content_cannot_empty:
other: Content cannot be empty.
- content_less_than_minumum:
+ content_less_than_minimum:
other: Not enough content entered.
rank:
fail_to_meet_the_condition:
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: Szukaj
footer:
- build_on: >-
- Zbudowane na platformie <1> Apache Answer 1> - oprogramowanie open-source, które napędza społeczności pytań i odpowiedzi.
Stworzone z miłością © {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: Zmień
loading: Wczytywanie...
@@ -1768,6 +1767,7 @@ ui:
branding: Marka
legal: Prawne
write: Pisanie
+ terms: Terms
tos: Warunki korzystania z usługi
privacy: Prywatność
seo: SEO
From 8225c2e0ac5ce2485e633c738060dba36c8bf280 Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:40 +0800
Subject: [PATCH 14/29] New translations en_us.yaml (Portuguese)
---
i18n/pt_PT.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/pt_PT.yaml b/i18n/pt_PT.yaml
index 997bb0552..eba40d2f6 100644
--- a/i18n/pt_PT.yaml
+++ b/i18n/pt_PT.yaml
@@ -234,7 +234,7 @@ backend:
other: Sem permissão para atualizar.
content_cannot_empty:
other: Content cannot be empty.
- content_less_than_minumum:
+ content_less_than_minimum:
other: Not enough content entered.
rank:
fail_to_meet_the_condition:
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: Procurar
footer:
- build_on: >-
- Construído com <1> Apache answer 1> o software de código aberto que ajuda comunidades de Q&A.
Feito com amor © {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: Mudar
loading: carregando...
@@ -1768,6 +1767,7 @@ ui:
branding: Marca
legal: Informação legal
write: Escrever
+ terms: Terms
tos: Termos de Serviços
privacy: Privacidade
seo: SEO
From 438007b3c8855c4a6cafa7cacb57a210c3b7b7d1 Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:41 +0800
Subject: [PATCH 15/29] New translations en_us.yaml (Russian)
---
i18n/ru_RU.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/i18n/ru_RU.yaml b/i18n/ru_RU.yaml
index 2c764e722..58df6584c 100644
--- a/i18n/ru_RU.yaml
+++ b/i18n/ru_RU.yaml
@@ -234,8 +234,8 @@ backend:
other: Нет разрешения на обновление.
content_cannot_empty:
other: .
- content_less_than_minumum:
- other: Введено недостаточно содержимого.
+ content_less_than_minimum:
+ other: Not enough content entered.
rank:
fail_to_meet_the_condition:
other: Ранг репутации не соответствует условию.
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: Поиск
footer:
- build_on: >-
- Работает на <1> Apache Answer 1> - программном обеспечении с открытым исходным кодом, которое поддерживает сообщества вопросов и ответов.
Сделано с любовью © {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: Изменить
loading: загрузка...
@@ -1768,6 +1767,7 @@ ui:
branding: Фирменное оформление
legal: Правовая информация
write: Написать
+ terms: Terms
tos: Пользовательское Соглашение
privacy: Конфиденциальность
seo: SEO
From 1187f721d692839517b37cb9ff2e6bed52aee034 Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:43 +0800
Subject: [PATCH 16/29] New translations en_us.yaml (Slovak)
---
i18n/sk_SK.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/sk_SK.yaml b/i18n/sk_SK.yaml
index 72bd4726e..4daa2ab02 100644
--- a/i18n/sk_SK.yaml
+++ b/i18n/sk_SK.yaml
@@ -234,7 +234,7 @@ backend:
other: Žiadne povolenie na aktualizáciu.
content_cannot_empty:
other: Content cannot be empty.
- content_less_than_minumum:
+ content_less_than_minimum:
other: Not enough content entered.
rank:
fail_to_meet_the_condition:
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: Vyhľadávanie
footer:
- build_on: >-
- Powered by <1> Apache Answer 1>- the open-source software that powers Q&A communities.
Made with love © {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: Zmena
loading: načítavanie...
@@ -1768,6 +1767,7 @@ ui:
branding: Budovanie značky
legal: legálne
write: písať
+ terms: Terms
tos: Podmienky služby
privacy: Súkromie
seo: SEO
From 8692f86b3367c2f4b989e82688fb8926a81e5e05 Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:44 +0800
Subject: [PATCH 17/29] New translations en_us.yaml (Swedish)
---
i18n/sv_SE.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/sv_SE.yaml b/i18n/sv_SE.yaml
index 243703ce0..f266486fc 100644
--- a/i18n/sv_SE.yaml
+++ b/i18n/sv_SE.yaml
@@ -234,7 +234,7 @@ backend:
other: No permission to update.
content_cannot_empty:
other: Content cannot be empty.
- content_less_than_minumum:
+ content_less_than_minimum:
other: Not enough content entered.
rank:
fail_to_meet_the_condition:
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: Sök
footer:
- build_on: >-
- Powered by <1> Apache Answer 1>- the open-source software that powers Q&A communities.
Made with love © {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: Ändra
loading: loading...
@@ -1768,6 +1767,7 @@ ui:
branding: Branding
legal: Legal
write: Write
+ terms: Terms
tos: Användarvillkor
privacy: Privacy
seo: SEO
From 75b67566677f4f18e9e24f973038f6c549182adf Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:45 +0800
Subject: [PATCH 18/29] New translations en_us.yaml (Turkish)
---
i18n/tr_TR.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/i18n/tr_TR.yaml b/i18n/tr_TR.yaml
index 4acbc521d..0b5549cd4 100644
--- a/i18n/tr_TR.yaml
+++ b/i18n/tr_TR.yaml
@@ -234,8 +234,8 @@ backend:
other: Güncelleme izni yok.
content_cannot_empty:
other: İçerik boş olamaz.
- content_less_than_minumum:
- other: Yeterli içerik girilmedi.
+ content_less_than_minimum:
+ other: Not enough content entered.
rank:
fail_to_meet_the_condition:
other: İtibar seviyesi koşulu karşılamıyor.
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: Ara
footer:
- build_on: >-
- <1>Apache Answer1> tarafından desteklenmektedir - S&C topluluklarına güç veren açık kaynaklı yazılım.
Sevgiyle yapıldı © {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: Değiştir
loading: yükleniyor...
@@ -1768,6 +1767,7 @@ ui:
branding: Marka
legal: Yasal
write: Yaz
+ terms: Terms
tos: Kullanım Şartları
privacy: Gizlilik
seo: SEO
From 3e2a4762f434cc2e17ecf2533af9e749b0abe9e0 Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:47 +0800
Subject: [PATCH 19/29] New translations en_us.yaml (Ukrainian)
---
i18n/uk_UA.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/uk_UA.yaml b/i18n/uk_UA.yaml
index ea0e4591c..a9f6aa32a 100644
--- a/i18n/uk_UA.yaml
+++ b/i18n/uk_UA.yaml
@@ -234,7 +234,7 @@ backend:
other: Немає дозволу на оновлення.
content_cannot_empty:
other: Content cannot be empty.
- content_less_than_minumum:
+ content_less_than_minimum:
other: Not enough content entered.
rank:
fail_to_meet_the_condition:
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: Пошук
footer:
- build_on: >-
- Працює на основі <1> Apache Answer 1> - програмного забезпечення з відкритим вихідним кодом, яке забезпечує роботу спільнот запитань та відповідей.
Зроблено з любов'ю © {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: Змінити
loading: завантаження...
@@ -1768,6 +1767,7 @@ ui:
branding: Брендинг
legal: Правила та умови
write: Написати
+ terms: Terms
tos: Умови використання
privacy: Приватність
seo: SEO
From c380aef4fab77714489260b0d35760a23eeabfc4 Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:48 +0800
Subject: [PATCH 20/29] New translations en_us.yaml (Chinese Simplified)
---
i18n/zh_CN.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/i18n/zh_CN.yaml b/i18n/zh_CN.yaml
index 0f7a25154..8c3d85fba 100644
--- a/i18n/zh_CN.yaml
+++ b/i18n/zh_CN.yaml
@@ -234,8 +234,8 @@ backend:
other: 没有更新权限。
content_cannot_empty:
other: 内容不能为空。
- content_less_than_minumum:
- other: 输入的内容不足。
+ content_less_than_minimum:
+ other: Not enough content entered.
rank:
fail_to_meet_the_condition:
other: 声望值未达到要求。
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: 搜索
footer:
- build_on: >-
- 由 <1>Apache Answer1> 提供动力 - 驱动问答社区的开源软件。
用爱制造 © {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: 更改
loading: 加载中...
@@ -1768,6 +1767,7 @@ ui:
branding: 品牌
legal: 法律条款
write: 撰写
+ terms: Terms
tos: 服务条款
privacy: 隐私政策
seo: SEO
From 5d510cddf24dcefc4005e9d7cbe5c417e4341307 Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:50 +0800
Subject: [PATCH 21/29] New translations en_us.yaml (Chinese Traditional)
---
i18n/zh_TW.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/zh_TW.yaml b/i18n/zh_TW.yaml
index cc362ea1e..f0d254de9 100644
--- a/i18n/zh_TW.yaml
+++ b/i18n/zh_TW.yaml
@@ -234,7 +234,7 @@ backend:
other: 無更新權限。
content_cannot_empty:
other: Content cannot be empty.
- content_less_than_minumum:
+ content_less_than_minimum:
other: Not enough content entered.
rank:
fail_to_meet_the_condition:
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: 搜尋
footer:
- build_on: >-
- Powered by <1> Apache Answer 1>- the open-source software that powers Q&A communities.
Made with love © {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: 更改
loading: 讀取中...
@@ -1768,6 +1767,7 @@ ui:
branding: 品牌
legal: 法律條款
write: 撰寫
+ terms: Terms
tos: 服務條款
privacy: 隱私政策
seo: SEO
From fa699fdee72b828ae4e2092eadd4ea60bd620233 Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:51 +0800
Subject: [PATCH 22/29] New translations en_us.yaml (Vietnamese)
---
i18n/vi_VN.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/vi_VN.yaml b/i18n/vi_VN.yaml
index 6f5e5cbbb..d379c4930 100644
--- a/i18n/vi_VN.yaml
+++ b/i18n/vi_VN.yaml
@@ -234,7 +234,7 @@ backend:
other: Không có quyền cập nhật.
content_cannot_empty:
other: Content cannot be empty.
- content_less_than_minumum:
+ content_less_than_minimum:
other: Not enough content entered.
rank:
fail_to_meet_the_condition:
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: Tìm kiếm
footer:
- build_on: >-
- Được hỗ trợ bởi <1> Apache Answer 1>- phần mềm mã nguồn mở dành cho cộng đồng hỏi đáp.
Được tạo với tình yêu © {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: Thay đổi
loading: đang tải...
@@ -1768,6 +1767,7 @@ ui:
branding: Thương hiệu
legal: Pháp lý
write: Viết
+ terms: Terms
tos: Điều khoản dịch vụ
privacy: Quyền riêng tư
seo: SEO
From f17c5418576ceb6b445ed9590ec132c35d9f0509 Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:53 +0800
Subject: [PATCH 23/29] New translations en_us.yaml (Indonesian)
---
i18n/id_ID.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/id_ID.yaml b/i18n/id_ID.yaml
index f8a4a8a88..02db55b81 100644
--- a/i18n/id_ID.yaml
+++ b/i18n/id_ID.yaml
@@ -234,7 +234,7 @@ backend:
other: Tidak diizinkan untuk memperbarui.
content_cannot_empty:
other: Content cannot be empty.
- content_less_than_minumum:
+ content_less_than_minimum:
other: Not enough content entered.
rank:
fail_to_meet_the_condition:
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: Cari
footer:
- build_on: >-
- Powered by <1> Apache Answer 1>- the open-source software that powers Q&A communities.
Made with love © {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: Ubah
loading: sedang memuat...
@@ -1768,6 +1767,7 @@ ui:
branding: Branding
legal: Legal
write: Write
+ terms: Terms
tos: Terms of Service
privacy: Privasi
seo: SEO
From 74f0dedf4086f46991c0b8c0f131e144a47b907b Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:54 +0800
Subject: [PATCH 24/29] New translations en_us.yaml (Persian)
---
i18n/fa_IR.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/fa_IR.yaml b/i18n/fa_IR.yaml
index 600d5cc11..5bff8a821 100644
--- a/i18n/fa_IR.yaml
+++ b/i18n/fa_IR.yaml
@@ -234,7 +234,7 @@ backend:
other: اجازه بروزرسانی ندارید.
content_cannot_empty:
other: Content cannot be empty.
- content_less_than_minumum:
+ content_less_than_minimum:
other: Not enough content entered.
rank:
fail_to_meet_the_condition:
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: جستجو
footer:
- build_on: >-
- پشتیبانی شده توسط <1> Apache Answer 1> - نرمافزار منبع باز که باهمستان های پرسش و پاسخ را تقویت می کند.
ساخته شده با عشق © {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: تغییر
loading: درحال بارگذاری...
@@ -1768,6 +1767,7 @@ ui:
branding: نام تجاری
legal: قانونی
write: نوشتن
+ terms: Terms
tos: قوانین
privacy: حریم خصوصی
seo: سئو
From 9df9a77e28c9e768ae0ddd1d55c4c9caac298c83 Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:56 +0800
Subject: [PATCH 25/29] New translations en_us.yaml (Hindi)
---
i18n/hi_IN.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/hi_IN.yaml b/i18n/hi_IN.yaml
index 09be62019..17b0a6109 100644
--- a/i18n/hi_IN.yaml
+++ b/i18n/hi_IN.yaml
@@ -234,7 +234,7 @@ backend:
other: No permission to update.
content_cannot_empty:
other: Content cannot be empty.
- content_less_than_minumum:
+ content_less_than_minimum:
other: Not enough content entered.
rank:
fail_to_meet_the_condition:
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: Search
footer:
- build_on: >-
- Powered by <1> Apache Answer 1>- the open-source software that powers Q&A communities.
Made with love © {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: Change
loading: loading...
@@ -1768,6 +1767,7 @@ ui:
branding: Branding
legal: Legal
write: Write
+ terms: Terms
tos: Terms of Service
privacy: Privacy
seo: SEO
From 27c6e31bce8a3190832d8f7f173ab2c285dfb19a Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:57 +0800
Subject: [PATCH 26/29] New translations en_us.yaml (Telugu)
---
i18n/te_IN.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/te_IN.yaml b/i18n/te_IN.yaml
index dbf4acb14..22c24a93c 100644
--- a/i18n/te_IN.yaml
+++ b/i18n/te_IN.yaml
@@ -234,7 +234,7 @@ backend:
other: No permission to update.
content_cannot_empty:
other: Content cannot be empty.
- content_less_than_minumum:
+ content_less_than_minimum:
other: Not enough content entered.
rank:
fail_to_meet_the_condition:
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: Search
footer:
- build_on: >-
- Powered by <1> Apache Answer 1>- the open-source software that powers Q&A communities.
Made with love © {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: Change
loading: loading...
@@ -1768,6 +1767,7 @@ ui:
branding: Branding
legal: Legal
write: Write
+ terms: Terms
tos: Terms of Service
privacy: Privacy
seo: SEO
From a6c407a2e5b8242a40fec7e0d286c8f3bfc25b81 Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:54:59 +0800
Subject: [PATCH 27/29] New translations en_us.yaml (Welsh)
---
i18n/cy_GB.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/cy_GB.yaml b/i18n/cy_GB.yaml
index 267070a08..6f27a61f5 100644
--- a/i18n/cy_GB.yaml
+++ b/i18n/cy_GB.yaml
@@ -234,7 +234,7 @@ backend:
other: Dim caniatâd i ddiweddaru.
content_cannot_empty:
other: Content cannot be empty.
- content_less_than_minumum:
+ content_less_than_minimum:
other: Not enough content entered.
rank:
fail_to_meet_the_condition:
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: Search
footer:
- build_on: >-
- Powered by <1> Apache Answer 1>- the open-source software that powers Q&A communities.
Made with love © {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: Change
loading: loading...
@@ -1768,6 +1767,7 @@ ui:
branding: Branding
legal: Legal
write: Write
+ terms: Terms
tos: Terms of Service
privacy: Privacy
seo: SEO
From 913b0fefeaeb819e6ea6a41bc5a4c311f4ed975a Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:55:00 +0800
Subject: [PATCH 28/29] New translations en_us.yaml (Malayalam)
---
i18n/ml_IN.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/ml_IN.yaml b/i18n/ml_IN.yaml
index 421350311..07c47bd8d 100644
--- a/i18n/ml_IN.yaml
+++ b/i18n/ml_IN.yaml
@@ -234,7 +234,7 @@ backend:
other: No permission to update.
content_cannot_empty:
other: Content cannot be empty.
- content_less_than_minumum:
+ content_less_than_minimum:
other: Not enough content entered.
rank:
fail_to_meet_the_condition:
@@ -1190,8 +1190,7 @@ ui:
search:
placeholder: Search
footer:
- build_on: >-
- Powered by <1> Apache Answer 1>- the open-source software that powers Q&A communities.
Made with love © {{cc}}.
+ build_on: Powered by <1> Apache Answer 1>
upload_img:
name: Change
loading: loading...
@@ -1768,6 +1767,7 @@ ui:
branding: Branding
legal: Legal
write: Write
+ terms: Terms
tos: Terms of Service
privacy: Privacy
seo: SEO
From 657b44553eb32a5321ab55fb54a1ad8e2cdb1c6b Mon Sep 17 00:00:00 2001
From: Sunny <1147886+sunshineg@users.noreply.github.com>
Date: Thu, 11 Dec 2025 11:58:26 +0800
Subject: [PATCH 29/29] New translations en_us.yaml (Chinese Simplified)
---
i18n/zh_CN.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/i18n/zh_CN.yaml b/i18n/zh_CN.yaml
index 8c3d85fba..4b8a6837c 100644
--- a/i18n/zh_CN.yaml
+++ b/i18n/zh_CN.yaml
@@ -235,7 +235,7 @@ backend:
content_cannot_empty:
other: 内容不能为空。
content_less_than_minimum:
- other: Not enough content entered.
+ other: 输入的内容不足。
rank:
fail_to_meet_the_condition:
other: 声望值未达到要求。
@@ -1767,7 +1767,7 @@ ui:
branding: 品牌
legal: 法律条款
write: 撰写
- terms: Terms
+ terms: 服务条款
tos: 服务条款
privacy: 隐私政策
seo: SEO