Skip to content

Commit 557ad6e

Browse files
committed
Add welcome survey translations to language files
Introduced 'welcome.survey.title' and 'welcome.survey.description' keys to multiple language property files, providing localized text for the community survey prompt in Arabic, German, French, Italian, Japanese, Dutch, and Chinese. This improves internationalization support for the welcome survey feature.
1 parent 6ba5eab commit 557ad6e

File tree

7 files changed

+32
-1
lines changed

7 files changed

+32
-1
lines changed

app/src/main/resources/languages/PDE_ar.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,10 @@ update_check = تحديث
550550
update_check.updates_available.core = يوجد نسخة جديدة من بروسسنج جاهزة للتحميل. \nهل تود زيارة الموقع الرسمي لتحميلها؟
551551
update_check.updates_available.contributions = يوجد تحديثات متوفرة لبعض المشاركات المثبتة. \nهل تريد الذهاب إلى مدير المشاركات الآن؟
552552

553+
# ---------------------------------------
554+
# Welcome
555+
welcome.survey.title=شارك في استطلاع المجتمع (بالإنجليزية)
556+
welcome.survey.description=Processing مجاني ومفتوح المصدر ومشكّل من قبل مجتمعه. إجاباتك تساعدنا على التركيز على ما يهم أكثر.
553557

554558
# ---------------------------------------
555559
# Color Chooser

app/src/main/resources/languages/PDE_de.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,10 @@ update_check = Update
420420
update_check.updates_available.core = Eine neue Version von Processing ist verfügbar,\nsoll der Download-Bereich aufgerufen werden?
421421
update_check.updates_available.contributions = Es sind neue Updates von installierten Paketen verfügbar,\nsoll der Contribution Manager geöffnet werden?
422422

423+
# ---------------------------------------
424+
# Welcome
425+
welcome.survey.title=Nimm an der Community-Umfrage teil (auf Englisch)
426+
welcome.survey.description=Processing ist kostenlos, open source und von seiner Community geprägt. Deine Antworten helfen uns, die wichtigsten Schwerpunkte zu setzen.
423427

424428
# ---------------------------------------
425429
# Color Chooser

app/src/main/resources/languages/PDE_fr.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,9 @@ update_check = Mise à jour
502502
update_check.updates_available.core = Une nouvelle version de Processing est disponible, \nVoulez-vous visiter la page de téléchargement de Processing?
503503
update_check.updates_available.contributions = Il y a des mises à jour disponibles pour certaines des contributions installées, \nVoulez-vous ouvrir le gestionnaire de contributions?
504504

505+
# Welcome
506+
welcome.survey.title=Participez au sondage de la communauté (en anglais)
507+
welcome.survey.description=Processing est gratuit, open source et façonné par sa communauté. Vos réponses nous aident à nous concentrer sur ce qui compte le plus.
505508

506509
# ---------------------------------------
507510
# Color Chooser

app/src/main/resources/languages/PDE_it.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,11 @@ update_check = Aggiorna
546546
update_check.updates_available.core = Una nuova versione di Processing è disponibile,\nvuoi visitare la pagina di download del sito di Processing?
547547
update_check.updates_available.contributions = Ci sono aggiornamenti disponibili per alcuni dei contributi installati,\nvorresti aprire il gestore dei contributi ora?
548548

549+
# ---------------------------------------
550+
# Welcome
551+
welcome.survey.title=Partecipa al sondaggio della community (in inglese)
552+
welcome.survey.description=Processing è gratuito, open-source e plasmato dalla sua community. Le tue risposte ci aiutano a capire ciò che conta di più.
553+
549554
# ---------------------------------------
550555
# Color Chooser
551556

app/src/main/resources/languages/PDE_ja.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,11 @@ update_check = 更新
550550
update_check.updates_available.core = 新しいバージョンのProcessingが利用可能です。\nProcessingのダウンロードページにアクセスしますか?
551551
update_check.updates_available.contributions = There are updates available for some of the installed contributions,\nwould you like to open the the Contribution Manager now?
552552

553+
# ---------------------------------------
554+
# Welcome
555+
welcome.survey.title=コミュニティ調査にご協力ください(英語)
556+
welcome.survey.description=Processing は無料でオープンソースであり、コミュニティによって形作られています。あなたの回答は、私たちが何に注力すべきかを知る助けになります。
557+
553558

554559
# ---------------------------------------
555560
# Color Chooser

app/src/main/resources/languages/PDE_nl.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,11 @@ update_check = Update
315315
update_check.updates_available.core = Een nieuwe versie van Processing is beschikbaar,\nwilt u de Processing download pagina bezoeken?
316316
update_check.updates_available.contributions = Er zijn updates beschikbaar voor sommige van de door u geïnstalleerde bijdragen,\nwilt u nu de Bijdragen Manager openen?
317317

318+
# ---------------------------------------
319+
# Welcome
320+
welcome.survey.title=Doe mee aan de community-enquête (in het Engels)
321+
welcome.survey.description=Processing is gratis, open-source en gevormd door de community. Jouw antwoorden helpen ons te focussen op wat het belangrijkst is.
322+
318323
# ---------------------------------------
319324
# Beta
320325
beta.window.title = Welkom bij Beta

app/src/main/resources/languages/PDE_zh-CN.properties

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,4 +313,9 @@ warn.delete.sketch_last = 为了确保您的文件安全,Processing 不支持
313313
warn.delete.file = 你确定要删除 "%s" 吗?
314314
warn.delete.sketch_file = 你确定要删除 “%s” 吗?
315315
warn.cannot_change_mode.title = 无法切换模式
316-
warn.cannot_change_mode.body = 无法切换模式,\n因为 “%s” 模式与当前模式不兼容。
316+
warn.cannot_change_mode.body = 无法切换模式,\n因为 “%s” 模式与当前模式不兼容。
317+
318+
# ---------------------------------------
319+
# Welcome
320+
welcome.survey.title=参与社区调查(英文)
321+
welcome.survey.description=Processing 是免费的、开源的,并由社区共同塑造。你的回答将帮助我们关注最重要的事项。

0 commit comments

Comments
 (0)