Hello community,

here is the log from the commit of package reco for openSUSE:Factory checked in 
at 2020-04-07 10:29:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/reco (Old)
 and      /work/SRC/openSUSE:Factory/.reco.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "reco"

Tue Apr  7 10:29:00 2020 rev:7 rq:791580 version:2.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/reco/reco.changes        2019-12-09 
21:37:56.150034060 +0100
+++ /work/SRC/openSUSE:Factory/.reco.new.3248/reco.changes      2020-04-07 
10:29:03.662345472 +0200
@@ -1,0 +2,9 @@
+Sat Mar 28 16:12:27 UTC 2020 - Alexei Podvalsky <avvi...@yandex.by>
+
+- Update to 2.3.2:
+  * Set Node.js version to 10.17.0 to fix CI
+  * Update copyright headers
+  * WelcomeView: Get delay value from GLib.settings intead of the
+    widget
+
+-------------------------------------------------------------------

Old:
----
  reco-2.3.1.tar.gz

New:
----
  reco-2.3.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ reco.spec ++++++
--- /var/tmp/diff_new_pack.iTpCCG/_old  2020-04-07 10:29:04.282346161 +0200
+++ /var/tmp/diff_new_pack.iTpCCG/_new  2020-04-07 10:29:04.286346165 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           reco
-Version:        2.3.1
+Version:        2.3.2
 Release:        0
 Summary:        Audio Recording App
 License:        GPL-3.0-or-later

++++++ reco-2.3.1.tar.gz -> reco-2.3.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reco-2.3.1/.travis.yml new/reco-2.3.2/.travis.yml
--- old/reco-2.3.1/.travis.yml  2019-12-05 11:36:40.000000000 +0100
+++ new/reco-2.3.2/.travis.yml  2020-03-28 13:30:54.000000000 +0100
@@ -3,7 +3,7 @@
 language: node_js
 
 node_js:
-  - 10/*
+  - 10.17.0
 
 sudo: required
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/reco-2.3.1/data/com.github.ryonakano.reco.appdata.xml.in 
new/reco-2.3.2/data/com.github.ryonakano.reco.appdata.xml.in
--- old/reco-2.3.1/data/com.github.ryonakano.reco.appdata.xml.in        
2019-12-05 11:36:40.000000000 +0100
+++ new/reco-2.3.2/data/com.github.ryonakano.reco.appdata.xml.in        
2020-03-28 13:30:54.000000000 +0100
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- (C) 2019 Ryo Nakano -->
+<!-- Copyright 2018-2020 Ryo Nakano -->
 <component type="desktop">
   <id>com.github.ryonakano.reco</id>
   <metadata_license>CC0-1.0</metadata_license>
@@ -65,12 +65,11 @@
   </content_rating>
 
   <releases>
-    <release version="2.3.1" date="2019-12-05">
+    <release version="2.3.2" date="2020-03-28" urgency="low">
       <description>
         <ul>
-          <li>Add Polish translation (by @michalzkosmosu)</li>
-          <li>Update French translation (by @NathanBnm)</li>
-          <li>Update Japanese translation</li>
+          <li>Add Turkish translation (by @safak45x)</li>
+          <li>Add Russian translation (by @usmanovmax)</li>
         </ul>
       </description>
     </release>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reco-2.3.1/meson.build new/reco-2.3.2/meson.build
--- old/reco-2.3.1/meson.build  2019-12-05 11:36:40.000000000 +0100
+++ new/reco-2.3.2/meson.build  2020-03-28 13:30:54.000000000 +0100
@@ -1,4 +1,8 @@
-project('com.github.ryonakano.reco', 'vala', 'c', version: '2.3.1')
+project(
+    'com.github.ryonakano.reco',
+    'vala', 'c',
+    version: '2.3.2'
+)
 
 gnome = import('gnome')
 i18n = import('i18n')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reco-2.3.1/po/LINGUAS new/reco-2.3.2/po/LINGUAS
--- old/reco-2.3.1/po/LINGUAS   2019-12-05 11:36:40.000000000 +0100
+++ new/reco-2.3.2/po/LINGUAS   2020-03-28 13:30:54.000000000 +0100
@@ -4,3 +4,5 @@
 lt
 nl
 pl
+tr
+ru
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reco-2.3.1/po/extra/LINGUAS 
new/reco-2.3.2/po/extra/LINGUAS
--- old/reco-2.3.1/po/extra/LINGUAS     2019-12-05 11:36:40.000000000 +0100
+++ new/reco-2.3.2/po/extra/LINGUAS     2020-03-28 13:30:54.000000000 +0100
@@ -4,3 +4,5 @@
 lt
 nl
 pl
+tr
+ru
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reco-2.3.1/po/extra/ja.po 
new/reco-2.3.2/po/extra/ja.po
--- old/reco-2.3.1/po/extra/ja.po       2019-12-05 11:36:40.000000000 +0100
+++ new/reco-2.3.2/po/extra/ja.po       2020-03-28 13:30:54.000000000 +0100
@@ -1,7 +1,7 @@
 # Japanese translations for extra package.
 # Copyright (C) 2018 THE extra'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the extra package.
-# Automatically generated, 2018.
+# Ryo Nakano <ryonakakno...@gmail.com>, 2018.
 #
 msgid ""
 msgstr ""
@@ -16,7 +16,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Poedit 2.2.4\n"
 
 #: data/com.github.ryonakano.reco.appdata.xml.in:7
 #: data/com.github.ryonakano.reco.desktop.in:3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reco-2.3.1/po/extra/ru.po 
new/reco-2.3.2/po/extra/ru.po
--- old/reco-2.3.1/po/extra/ru.po       1970-01-01 01:00:00.000000000 +0100
+++ new/reco-2.3.2/po/extra/ru.po       2020-03-28 13:30:54.000000000 +0100
@@ -0,0 +1,105 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the extra package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: extra\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-10-02 20:00+0900\n"
+"PO-Revision-Date: \n"
+"Last-Translator: Sharigami <usmanov...@protonmail.com>\n"
+"Language-Team: \n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:7
+#: data/com.github.ryonakano.reco.desktop.in:3
+msgid "Reco"
+msgstr "Reco"
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:8
+#: data/com.github.ryonakano.reco.desktop.in:5
+msgid "Record talks to remember the contents later"
+msgstr "Запишите разговор, чтобы запомнить информацию позднее"
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:10
+msgid "An audio recording app that helps you recall things talked later."
+msgstr "Приложение для записи звука, которое позволит вам вспомнить то, что вы 
сказали ранее."
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:13
+msgid "Features include:"
+msgstr "Функции:"
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:15
+msgid ""
+"Recording sounds from both your microphone and system at the same time. This "
+"would be useful when you record conversations with chat apps or stream "
+"videos on the Internet"
+msgstr "Запись звука при помощи микрофона и системы в одно и то же время. Это "
+"может быть полезно тогда, когда вы записываете разговоры с чата или 
записываете видеоролики "
+"в Интернет."
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:16
+msgid ""
+"Saving in some commonly used formats. It supports AAC, FLAC, MP3, Ogg "
+"Vorbis, Opus, and WAV"
+msgstr "Сохрание в самых привычных форматах. Reco поддерживает AAC, FLAC, MP3, 
Ogg "
+"Vorbis, Opus и WAV"
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:17
+msgid ""
+"Timed recording. You can set a delay before recording up to 15 seconds, and "
+"the length of recording up to 600 seconds"
+msgstr "Запись по таймеру. Вы можете поставить задержку перед начало записи до 
15 секундр и "
+"длительность записи до 600 секунд."
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:18
+msgid ""
+"Autosaving or always-ask-where-to-save workflow. You can select whether the "
+"app saves recordings automatically or you choose a destination each time on "
+"saving them"
+msgstr "Автосохранение или всегда-спроси-куда-сохранить метод. Вы можете 
выбрать, хотите ли, чтобы"
+"приложение автоматически сохраняло запись, или вы будете решать место 
сохранение каждый раз, когда"
+"сохраняете их"
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:19
+msgid ""
+"Saving recording when the app quits. Even if you happen to quit the app "
+"while recording, the recording is saved automatically or a FileChooserDialog "
+"is shown depends on your saving setting"
+msgstr "Сохранение записи, когда вы выходите из приложения. Если вдруг вам 
необходимо выйти из"
+"приложения во время записи, то она, в зависимости от ваших настроек, будет 
сохраняться"
+"автоматически или вы будете выбирать место сохранения"
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:24
+msgid "Welcome screen that allows you to set recording configuration"
+msgstr "Экран приветствия, позволяющий вам настроить конфигурацию записи"
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:33
+msgid "Recording screen"
+msgstr "Записываю экран"
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:37
+msgid "Recording is successfully finished"
+msgstr "Запись успешно закончена"
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:88
+msgid "Ryo Nakano"
+msgstr "Рё Накано"
+
+#: data/com.github.ryonakano.reco.desktop.in:4
+msgid "Audio Recording App"
+msgstr "Аудиозаписывающее приложение"
+
+#: data/com.github.ryonakano.reco.desktop.in:8
+msgid "com.github.ryonakano.reco"
+msgstr "com.github.ryonakano.reco"
+
+#: data/com.github.ryonakano.reco.desktop.in:11
+msgid "Record;Audio;Sound;Voice;"
+msgstr "Запись;Аудио;Звук;Голос;"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reco-2.3.1/po/extra/tr.po 
new/reco-2.3.2/po/extra/tr.po
--- old/reco-2.3.1/po/extra/tr.po       1970-01-01 01:00:00.000000000 +0100
+++ new/reco-2.3.2/po/extra/tr.po       2020-03-28 13:30:54.000000000 +0100
@@ -0,0 +1,110 @@
+# Turkish translations for com.github.ryonakano.reco package.
+# Copyright (C) 2020 THE com.github.ryonakano.reco'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the extra package.
+# Safak Genisol, 2020.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: com.github.ryonakano.reco\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-10-02 20:00+0900\n"
+"PO-Revision-Date: 2020-02-27 16:06+0300\n"
+"Last-Translator: Safak Genisol (safak45)\n"
+"Language-Team: Turkish <l...@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:7
+#: data/com.github.ryonakano.reco.desktop.in:3
+msgid "Reco"
+msgstr "Reco"
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:8
+#: data/com.github.ryonakano.reco.desktop.in:5
+msgid "Record talks to remember the contents later"
+msgstr "Sesleri kayıt altına al"
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:10
+msgid "An audio recording app that helps you recall things talked later."
+msgstr "Daha sonra konuşulan sesleri hatırlamanıza yardımcı olan ses kayıt 
uygulaması"
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:13
+msgid "Features include:"
+msgstr "Özellikler:"
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:15
+msgid ""
+"Recording sounds from both your microphone and system at the same time. This "
+"would be useful when you record conversations with chat apps or stream "
+"videos on the Internet"
+msgstr ""
+"Hem sistem seslerini hem mikrofon sesini aynı anda kayıt altına al.Sohbet"
+"kaydetmek istediğinizde veya internete "
+"video akışı yaptığınızda yararlı olacaktır."
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:16
+msgid ""
+"Saving in some commonly used formats. It supports AAC, FLAC, MP3, Ogg "
+"Vorbis, Opus, and WAV"
+msgstr ""
+"Sık kullanılan ses formatlarında kaydetme.Desteklediği formatlar AAC, FLAC, 
MP3, Ogg "
+"Vorbis, Opus, ve WAV"
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:17
+msgid ""
+"Timed recording. You can set a delay before recording up to 15 seconds, and "
+"the length of recording up to 600 seconds"
+msgstr ""
+"Zamanlanmış kayıt.Kayıttan önce 15 saniyeye kadar geçikme süresi 
ayarlayabilirsiniz, ve "
+"kayıt uzunluğu ise 600 saniyedir."
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:18
+msgid ""
+"Autosaving or always-ask-where-to-save workflow. You can select whether the "
+"app saves recordings automatically or you choose a destination each time on "
+"saving them"
+msgstr ""
+"Otomatik kaydetme veya her seferinde kaydedileceği yeri belirle.Ses 
kayıtlarının "
+"otomatik olarak kaydedilip kaydedilmeyeceğini "
+"seçebilrisiniz."
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:19
+msgid ""
+"Saving recording when the app quits. Even if you happen to quit the app "
+"while recording, the recording is saved automatically or a FileChooserDialog "
+"is shown depends on your saving setting"
+msgstr ""
+"Uygulamadan çıkıldığında kayıt altına alınan ses kaydedilir.Kayır sırasında 
uygulamada "
+"çıksanız bile kayıt otomatik olarak kaydedilir veya kaydetme ayarınıza"
+"bağlı olarak bir FileChooserDialog belirir."
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:24
+msgid "Welcome screen that allows you to set recording configuration"
+msgstr "Kayıt ayarlamınızı sağlayan yapılandırma ekranı"
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:33
+msgid "Recording screen"
+msgstr "Kayıt ekranı"
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:37
+msgid "Recording is successfully finished"
+msgstr "Kayıt başarıyla tamamlandı"
+
+#: data/com.github.ryonakano.reco.appdata.xml.in:88
+msgid "Ryo Nakano"
+msgstr "Ryo Nakano"
+
+#: data/com.github.ryonakano.reco.desktop.in:4
+msgid "Audio Recording App"
+msgstr "Ses Kayıt Uygulaması"
+
+#: data/com.github.ryonakano.reco.desktop.in:8
+msgid "com.github.ryonakano.reco"
+msgstr "com.github.ryonakano.reco"
+
+#: data/com.github.ryonakano.reco.desktop.in:11
+msgid "Record;Audio;Sound;Voice;"
+msgstr "Record;Audio;Sound;Voice;"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reco-2.3.1/po/ja.po new/reco-2.3.2/po/ja.po
--- old/reco-2.3.1/po/ja.po     2019-12-05 11:36:40.000000000 +0100
+++ new/reco-2.3.2/po/ja.po     2020-03-28 13:30:54.000000000 +0100
@@ -1,7 +1,7 @@
 # Japanese translations for com.github.ryonakano.reco package.
 # Copyright (C) 2018 THE com.github.ryonakano.reco'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the 
com.github.ryonakano.reco package.
-# Automatically generated, 2018.
+# Ryo Nakano <ryonakakno...@gmail.com>, 2018.
 #
 msgid ""
 msgstr ""
@@ -16,7 +16,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Poedit 2.2.4\n"
 
 #: src/Views/CountDownView.vala:48
 msgid "Cancel the countdown"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reco-2.3.1/po/ru.po new/reco-2.3.2/po/ru.po
--- old/reco-2.3.1/po/ru.po     1970-01-01 01:00:00.000000000 +0100
+++ new/reco-2.3.2/po/ru.po     2020-03-28 13:30:54.000000000 +0100
@@ -0,0 +1,155 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the 
com.github.ryonakano.reco package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: com.github.ryonakano.reco\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-11-11 21:08+0900\n"
+"PO-Revision-Date: \n"
+"Last-Translator: Sharigami <usmanov...@protonmail.com>\n"
+"Language-Team: \n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: src/Views/CountDownView.vala:48
+msgid "Cancel the countdown"
+msgstr "Отменить обратный отсчёт"
+
+#: src/Views/CountDownView.vala:54 src/Views/CountDownView.vala:125
+#: src/Views/CountDownView.vala:147
+msgid "Pause the countdown"
+msgstr "Остановить обратный отсчёт"
+
+#: src/Views/CountDownView.vala:138
+msgid "Resume the countdown"
+msgstr "Продолжить обратный отсчёт"
+
+#: src/Views/RecordView.vala:62
+msgid "Cancel recording"
+msgstr "Отменить запись"
+
+#: src/Views/RecordView.vala:68
+msgid "Finish recording"
+msgstr "Закончить запись"
+
+#: src/Views/RecordView.vala:76 src/Views/RecordView.vala:98
+#: src/Views/RecordView.vala:129 src/Views/RecordView.vala:141
+msgid "Pause recording"
+msgstr "Остановить запись"
+
+#: src/Views/RecordView.vala:119
+msgid "Resume recording"
+msgstr "Продолжить запись"
+
+#: src/Views/WelcomeView.vala:33
+msgid "Recording"
+msgstr "Записываю"
+
+#: src/Views/WelcomeView.vala:35
+msgid "Delay in seconds:"
+msgstr "Задержка в секундах:"
+
+#: src/Views/WelcomeView.vala:41
+msgid "Length in seconds:"
+msgstr "Длина в секундах:"
+
+#: src/Views/WelcomeView.vala:47
+msgid "Record from:"
+msgstr "Запись из:"
+
+#: src/Views/WelcomeView.vala:51
+msgid "Microphone"
+msgstr "Микрофон"
+
+#: src/Views/WelcomeView.vala:52
+msgid "Computer"
+msgstr "Компьютер"
+
+#: src/Views/WelcomeView.vala:53
+msgid "Both"
+msgstr "Оба"
+
+#: src/Views/WelcomeView.vala:56
+msgid "Saving"
+msgstr "Сохраняю"
+
+#: src/Views/WelcomeView.vala:58
+msgid "Format:"
+msgstr "Формат:"
+
+#: src/Views/WelcomeView.vala:63
+msgid "AAC"
+msgstr "ААС"
+
+#: src/Views/WelcomeView.vala:64
+msgid "FLAC"
+msgstr "FLAC"
+
+#: src/Views/WelcomeView.vala:65
+msgid "MP3"
+msgstr "MP3"
+
+#: src/Views/WelcomeView.vala:66
+msgid "Ogg Vorbis"
+msgstr "Ogg Vorbis"
+
+#: src/Views/WelcomeView.vala:67
+msgid "Opus"
+msgstr "Opus"
+
+#: src/Views/WelcomeView.vala:68
+msgid "WAV"
+msgstr "WAV"
+
+#: src/Views/WelcomeView.vala:71
+msgid "Automatically save files:"
+msgstr "Автоматически сохранять файлы:"
+
+#: src/Views/WelcomeView.vala:79
+msgid "Choose a default destination"
+msgstr "Выберите место по умолчанию"
+
+#: src/Views/WelcomeView.vala:105
+msgid "Start recording"
+msgstr "Начать запись"
+
+#. TRANSLATORS: The name of the folder which recordings are saved
+#: src/Views/WelcomeView.vala:139
+msgid "Recordings"
+msgstr "Записи"
+
+#: src/MainWindow.vala:80
+msgid "Unable to Create an Audio File"
+msgstr "Невозможно Создать Аудиофайл"
+
+#: src/MainWindow.vala:81
+msgid ""
+"A GStreamer error happened while recording, the following error message may "
+"be helpful:"
+msgstr ""
+"Произошла ошибка \"GStreamer\" во время записи, следующее сообщение ошибки "
+"может быть полезным:"
+
+#. TRANSLATORS: %s represents a timestamp here
+#: src/MainWindow.vala:94
+#, c-format
+msgid "Recording from %s"
+msgstr "Запись из %s"
+
+#: src/MainWindow.vala:112
+msgid "Save your recording"
+msgstr "Сохраните свою запись"
+
+#: src/MainWindow.vala:113
+msgid "Save"
+msgstr "сохранить"
+
+#: src/MainWindow.vala:113
+msgid "Cancel"
+msgstr "Отменить"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reco-2.3.1/po/tr.po new/reco-2.3.2/po/tr.po
--- old/reco-2.3.1/po/tr.po     1970-01-01 01:00:00.000000000 +0100
+++ new/reco-2.3.2/po/tr.po     2020-03-28 13:30:54.000000000 +0100
@@ -0,0 +1,154 @@
+# Turkish translations for com.github.ryonakano.reco package.
+# Copyright (C) 2019 THE com.github.ryonakano.reco'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the 
com.github.ryonakano.reco package.
+# Safak Genisol (@safak45x), 2019.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: com.github.ryonakano.reco\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-02-27 17:59+0300\n"
+"PO-Revision-Date: 2019-01-16 22:17+0100\n"
+"Last-Translator: Safak Genisol (@safak45x)\n"
+"Language-Team: Turkish\n"
+"Language: fr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: src/Views/CountDownView.vala:48
+msgid "Cancel the countdown"
+msgstr "Geri sayımı iptal et"
+
+#: src/Views/CountDownView.vala:54 src/Views/CountDownView.vala:125
+#: src/Views/CountDownView.vala:147
+msgid "Pause the countdown"
+msgstr "Geri sayımı durdur"
+
+#: src/Views/CountDownView.vala:138
+msgid "Resume the countdown"
+msgstr "Geri sayıma devam et"
+
+#: src/Views/RecordView.vala:62
+msgid "Cancel recording"
+msgstr "Kaydı iptal et"
+
+#: src/Views/RecordView.vala:68
+msgid "Finish recording"
+msgstr "Kaydı bitir"
+
+#: src/Views/RecordView.vala:76 src/Views/RecordView.vala:98
+#: src/Views/RecordView.vala:129 src/Views/RecordView.vala:141
+msgid "Pause recording"
+msgstr "Kaydı durdur"
+
+#: src/Views/RecordView.vala:119
+msgid "Resume recording"
+msgstr "Kaydı devam et"
+
+#: src/Views/WelcomeView.vala:33
+msgid "Recording"
+msgstr "Kayıt"
+
+#: src/Views/WelcomeView.vala:35
+msgid "Delay in seconds:"
+msgstr "Saniye cinsinden gecikme :"
+
+#: src/Views/WelcomeView.vala:41
+msgid "Length in seconds:"
+msgstr "Saniye cinsinden uzunluk :"
+
+#: src/Views/WelcomeView.vala:47
+msgid "Record from:"
+msgstr "Kayıt yeri :"
+
+#: src/Views/WelcomeView.vala:51
+msgid "Microphone"
+msgstr "Mikrofon"
+
+#: src/Views/WelcomeView.vala:52
+msgid "Computer"
+msgstr "Bilgisayar"
+
+#: src/Views/WelcomeView.vala:53
+msgid "Both"
+msgstr "Her İkiside"
+
+#: src/Views/WelcomeView.vala:56
+msgid "Saving"
+msgstr "Kaydedilen"
+
+#: src/Views/WelcomeView.vala:58
+msgid "Format:"
+msgstr "Format :"
+
+#: src/Views/WelcomeView.vala:63
+msgid "AAC"
+msgstr "AAC"
+
+#: src/Views/WelcomeView.vala:64
+msgid "FLAC"
+msgstr "FLAC"
+
+#: src/Views/WelcomeView.vala:65
+msgid "MP3"
+msgstr "MP3"
+
+#: src/Views/WelcomeView.vala:66
+msgid "Ogg Vorbis"
+msgstr "Ogg Vorbis"
+
+#: src/Views/WelcomeView.vala:67
+msgid "Opus"
+msgstr "Opus"
+
+#: src/Views/WelcomeView.vala:68
+msgid "WAV"
+msgstr "WAV"
+
+#: src/Views/WelcomeView.vala:71
+msgid "Automatically save files:"
+msgstr "Dosyaları otomatik olarak yedekle :"
+
+#: src/Views/WelcomeView.vala:79
+msgid "Choose a default destination"
+msgstr "Varsayılan bir hedef seçin"
+
+#: src/Views/WelcomeView.vala:105
+msgid "Start recording"
+msgstr "Kayda Başla"
+
+#. /TRANSLATORS: The name of the folder which recordings are saved
+#: src/Views/WelcomeView.vala:139
+msgid "Recordings"
+msgstr "Kayıtlar"
+
+#: src/MainWindow.vala:80
+msgid "Unable to Create an Audio File"
+msgstr "Ses Dosyası Oluşturulamıyor"
+
+#: src/MainWindow.vala:81
+msgid ""
+"A GStreamer error happened while recording, the following error message may "
+"be helpful:"
+msgstr ""
+"Kayıt sırasında GStreamer hatası meydana geldi,aşağıdaki hata iletisi "
+"yararlı olabilir :"
+
+#. /TRANSLATORS: %s represents a timestamp here
+#: src/MainWindow.vala:94
+#, c-format
+msgid "Recording from %s"
+msgstr "Kayıt yeri %s"
+
+#: src/MainWindow.vala:112
+msgid "Save your recording"
+msgstr "Kaydı kaydedin"
+
+#: src/MainWindow.vala:113
+msgid "Save"
+msgstr "Kaydet"
+
+#: src/MainWindow.vala:113
+msgid "Cancel"
+msgstr "İptal"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reco-2.3.1/src/Application.vala 
new/reco-2.3.2/src/Application.vala
--- old/reco-2.3.1/src/Application.vala 2019-12-05 11:36:40.000000000 +0100
+++ new/reco-2.3.2/src/Application.vala 2020-03-28 13:30:54.000000000 +0100
@@ -1,5 +1,5 @@
 /*
-* (C) 2019 Ryo Nakano
+* Copyright 2018-2020 Ryo Nakano
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reco-2.3.1/src/MainWindow.vala 
new/reco-2.3.2/src/MainWindow.vala
--- old/reco-2.3.1/src/MainWindow.vala  2019-12-05 11:36:40.000000000 +0100
+++ new/reco-2.3.2/src/MainWindow.vala  2020-03-28 13:30:54.000000000 +0100
@@ -1,5 +1,5 @@
 /*
-* (C) 2019 Ryo Nakano
+* Copyright 2018-2020 Ryo Nakano
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reco-2.3.1/src/Services/Recorder.vala 
new/reco-2.3.2/src/Services/Recorder.vala
--- old/reco-2.3.1/src/Services/Recorder.vala   2019-12-05 11:36:40.000000000 
+0100
+++ new/reco-2.3.2/src/Services/Recorder.vala   2020-03-28 13:30:54.000000000 
+0100
@@ -1,5 +1,5 @@
 /*
-* (C) 2019 Ryo Nakano
+* Copyright 2018-2020 Ryo Nakano
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reco-2.3.1/src/Views/CountDownView.vala 
new/reco-2.3.2/src/Views/CountDownView.vala
--- old/reco-2.3.1/src/Views/CountDownView.vala 2019-12-05 11:36:40.000000000 
+0100
+++ new/reco-2.3.2/src/Views/CountDownView.vala 2020-03-28 13:30:54.000000000 
+0100
@@ -1,5 +1,5 @@
 /*
-* (C) 2019 Ryo Nakano
+* Copyright 2018-2020 Ryo Nakano
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reco-2.3.1/src/Views/RecordView.vala 
new/reco-2.3.2/src/Views/RecordView.vala
--- old/reco-2.3.1/src/Views/RecordView.vala    2019-12-05 11:36:40.000000000 
+0100
+++ new/reco-2.3.2/src/Views/RecordView.vala    2020-03-28 13:30:54.000000000 
+0100
@@ -1,5 +1,5 @@
 /*
-* (C) 2019 Ryo Nakano
+* Copyright 2018-2020 Ryo Nakano
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reco-2.3.1/src/Views/WelcomeView.vala 
new/reco-2.3.2/src/Views/WelcomeView.vala
--- old/reco-2.3.1/src/Views/WelcomeView.vala   2019-12-05 11:36:40.000000000 
+0100
+++ new/reco-2.3.2/src/Views/WelcomeView.vala   2020-03-28 13:30:54.000000000 
+0100
@@ -1,5 +1,5 @@
 /*
-* (C) 2019 Ryo Nakano
+* Copyright 2018-2020 Ryo Nakano
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
@@ -17,7 +17,6 @@
 
 public class WelcomeView : Gtk.Box {
     public MainWindow window { get; construct; }
-    private Gtk.SpinButton delay_spin;
     private Gtk.Button record_button;
 
     public WelcomeView (MainWindow window) {
@@ -34,7 +33,7 @@
 
         var delay_label = new Gtk.Label (_("Delay in seconds:"));
         delay_label.halign = Gtk.Align.END;
-        delay_spin = new Gtk.SpinButton.with_range (0, 15, 1);
+        var delay_spin = new Gtk.SpinButton.with_range (0, 15, 1);
         delay_spin.halign = Gtk.Align.START;
 
         var length_label = new Gtk.Label (_("Length in seconds:"));
@@ -154,7 +153,7 @@
     }
 
     public void trigger_recording () {
-        if (delay_spin.value != 0) {
+        if (Application.settings.get_int ("delay") != 0) {
             window.show_countdown ();
         } else {
             window.show_record ();


Reply via email to