Haziran 2023

GTK İçinde Çevrilebilecek Değerler

GTK içinde pek çok değeri çevrilebilir olarak işaretlemek mümkün, peki bunlar neler?

- property name="copyright"
- property name="description"
- property name="label"
- property name="placeholder-text"
- property name="placeholder_text"
- property name="subtitle"
- property name="text"
- property name="title"
- property name="translator-credits"
- property name="translator_credits"
- property name="tooltip-text"
- property name="tooltip_text"
- property name="button-label"
- property name="button_label"
- translatable="yes" işaretlenmiş tüm ögeler

Klasördeki ve Alt Klasörlerindeki Dosyaları Alfabetik Listelemek

“Linux ile komut satırından bir klasörün altındaki tüm dosyaları ve varsa içindeki klasörlerdeki tüm dosyaları nasıl listeleyebilirim?” diye sordum, chatGPT şöyle cevapladı.

find /yol/klasör -type f -print | sort
find /yol/klasör -type d -print | sort

İlk komut dosyaları alfabetik olarak listeler, ikinci komut klasörleri alfabetik olarak listeler.

2023 Haziran Çeviri Faaliyetlerim

2023 yılında Haziran ayında çevirdiğim veya çevirisini iyileştirdiğim uygulamalar

Haziran

- NEW - Planify
  https://github.com/alainm23/planify/pull/996

- NEW - Calligraphy
  https://gitlab.com/gregorni/Calligraphy/-/merge_requests/5

- NEW - Countdown
  https://github.com/lainsce/countdown/pull/17

- NEW - Impression
  https://gitlab.com/adhami3310/Impression/-/merge_requests/13

- NEW - Damask
  https://gitlab.gnome.org/subpop/damask/-/merge_requests/13
  https://hosted.weblate.org/projects/damask/damask/tr/

- NEW - Paper Plane
  https://hosted.weblate.org/projects/paper-plane/main/tr/

- NEW - GradeBook
  https://github.com/leolost2605/Gradebook/pull/15/files

- NEW - Muzika
  https://github.com/vixalien/muzika/pull/10

- NEW - Teleprompter
  https://github.com/Nokse22/teleprompter/pull/6

- NEW - Avivator
  https://github.com/gianni-rosato/aviator/pull/40

- NEW - Weather
  https://github.com/amit9838/weather/pull/1

- NEW - Footage
  https://gitlab.com/adhami3310/Footage/-/merge_requests/7

- NEW - List
  https://github.com/mrvladus/List/pull/19

- NEW - Design
  https://github.com/dubstar-04/Design/pull/218

- NEW - Forecast
  https://github.com/SalaniLeo/Forecast/pull/10

- NEW - Back In Time
  https://github.com/bit-team/backintime/pull/1456

- NEW - Monitorets
  https://github.com/jorchube/monitorets/pull/92

----------------------------------------------------------------  

- UP - Black Box
  https://gitlab.gnome.org/raggesilver/blackbox/-/merge_requests/103