Skip to content

Commit cf9b8b9

Browse files
Bump to beta 3
1 parent 6505c40 commit cf9b8b9

File tree

5 files changed

+59
-59
lines changed

5 files changed

+59
-59
lines changed

qml/pages/SettingsPage.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ Page {
109109
onClicked: appSettings.clear()
110110
}
111111
Button {
112-
text: qsTr("Export history")
112+
text: qsTr("Export backup")
113113
onClicked: pageStack.push(itemsDialog)
114114
}
115115
Button {
116-
text: qsTr("Import history")
116+
text: qsTr("Import backup")
117117
onClicked: {
118118
var dialog = pageStack.push("Sailfish.Pickers.FilePickerPage", { nameFilters: ['*.json'] })
119119
dialog.selectedContentPropertiesChanged.connect(function () {

rpm/harbour-sshazam.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name: harbour-sshazam
66

77
Summary: Shazam for SailfishOS
8-
Version: 0.1b2
8+
Version: 0.1b3
99
Release: 1
1010
License: LICENSE
1111
URL: http://example.org/

translations/harbour-sshazam-it.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -283,14 +283,6 @@
283283
<source>Album arts and other static elements may not use proxy at all. App restart might be required</source>
284284
<translation type="unfinished"></translation>
285285
</message>
286-
<message>
287-
<source>Export history</source>
288-
<translation type="unfinished"></translation>
289-
</message>
290-
<message>
291-
<source>Import history</source>
292-
<translation type="unfinished"></translation>
293-
</message>
294286
<message>
295287
<source>Select items to backup</source>
296288
<translation type="unfinished"></translation>
@@ -343,5 +335,13 @@
343335
<source>All items you select will be overwritten! If you select recognition history your current history will be overwritten!</source>
344336
<translation type="unfinished"></translation>
345337
</message>
338+
<message>
339+
<source>Export backup</source>
340+
<translation type="unfinished"></translation>
341+
</message>
342+
<message>
343+
<source>Import backup</source>
344+
<translation type="unfinished"></translation>
345+
</message>
346346
</context>
347347
</TS>

translations/harbour-sshazam-ru.ts

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -51,23 +51,23 @@
5151
</message>
5252
<message>
5353
<source>Recording</source>
54-
<translation type="unfinished"></translation>
54+
<translation>Запись</translation>
5555
</message>
5656
<message>
5757
<source>Processing</source>
58-
<translation type="unfinished"></translation>
58+
<translation>Обработка</translation>
5959
</message>
6060
<message>
6161
<source>Almost done</source>
62-
<translation type="unfinished"></translation>
62+
<translation>Почти готово</translation>
6363
</message>
6464
<message>
6565
<source>Loading</source>
66-
<translation type="unfinished"></translation>
66+
<translation>Загрузка</translation>
6767
</message>
6868
<message>
6969
<source>About</source>
70-
<translation type="unfinished">О программе</translation>
70+
<translation>О программе</translation>
7171
</message>
7272
</context>
7373
<context>
@@ -227,119 +227,119 @@
227227
</message>
228228
<message>
229229
<source>Recognition</source>
230-
<translation type="unfinished"></translation>
230+
<translation>Распознавание</translation>
231231
</message>
232232
<message>
233233
<source>Sample rate</source>
234-
<translation type="unfinished"></translation>
234+
<translation>Частота</translation>
235235
</message>
236236
<message>
237237
<source>Debugging</source>
238-
<translation type="unfinished"></translation>
238+
<translation>Отладка</translation>
239239
</message>
240240
<message>
241241
<source>Networking</source>
242-
<translation type="unfinished"></translation>
242+
<translation>Сеть</translation>
243243
</message>
244244
<message>
245245
<source>Proxy</source>
246-
<translation type="unfinished"></translation>
246+
<translation>Прокси</translation>
247247
</message>
248248
<message>
249249
<source>global proxy</source>
250-
<translation type="unfinished"></translation>
250+
<translation>глобальный прокси</translation>
251251
</message>
252252
<message>
253253
<source>disable</source>
254-
<translation type="unfinished"></translation>
254+
<translation>отключить</translation>
255255
</message>
256256
<message>
257257
<source>custom</source>
258-
<translation type="unfinished"></translation>
258+
<translation>пользовательский</translation>
259259
</message>
260260
<message>
261261
<source>HTTP proxy address</source>
262-
<translation type="unfinished"></translation>
262+
<translation>адрес HTTP-прокси</translation>
263263
</message>
264264
<message>
265265
<source>Specify port by semicolon, if required</source>
266-
<translation type="unfinished"></translation>
266+
<translation>Укажите порт через двоеточие, если нужно</translation>
267267
</message>
268268
<message>
269269
<source>Storage</source>
270-
<translation type="unfinished"></translation>
270+
<translation>Хранилище</translation>
271271
</message>
272272
<message>
273273
<source>Shazam language</source>
274-
<translation type="unfinished"></translation>
274+
<translation>Язык Shazam</translation>
275275
</message>
276276
<message>
277277
<source>Example: en-US. Leave empty to use system language</source>
278-
<translation type="unfinished"></translation>
278+
<translation>Пример: en-US. Оставьте пустым, чтобы использовать системный язык</translation>
279279
</message>
280280
<message>
281281
<source>Album arts and other static elements may not use proxy at all. App restart might be required</source>
282-
<translation type="unfinished"></translation>
283-
</message>
284-
<message>
285-
<source>Export history</source>
286-
<translation type="unfinished"></translation>
287-
</message>
288-
<message>
289-
<source>Import history</source>
290-
<translation type="unfinished"></translation>
282+
<translation>Обложки альбомов и другие статические элементы могут не использовать прокси вообще. Может потребоваться перезвгрузка приложения</translation>
291283
</message>
292284
<message>
293285
<source>Select items to backup</source>
294-
<translation type="unfinished"></translation>
286+
<translation>Выберете, что включить в бэкап</translation>
295287
</message>
296288
<message>
297289
<source>Recognition history</source>
298-
<translation type="unfinished"></translation>
290+
<translation>История распознавания</translation>
299291
</message>
300292
<message>
301293
<source>Basic settings</source>
302-
<translation type="unfinished"></translation>
294+
<translation>Основные настройки</translation>
303295
</message>
304296
<message>
305297
<source>Include Recognition section</source>
306-
<translation type="unfinished"></translation>
298+
<translation>Включают секцию Распознавание</translation>
307299
</message>
308300
<message>
309301
<source>Other settings</source>
310-
<translation type="unfinished"></translation>
302+
<translation>Другие настройки</translation>
311303
</message>
312304
<message>
313305
<source>Include Debugging and Networking sections</source>
314-
<translation type="unfinished"></translation>
306+
<translation>Включают секции Отладка и Сеть</translation>
315307
</message>
316308
<message>
317309
<source>Unknown error: %1</source>
318-
<translation type="unfinished"></translation>
310+
<translation>Неизвестная ошибка: %1</translation>
319311
</message>
320312
<message>
321313
<source>Insufficient permissions</source>
322-
<translation type="unfinished"></translation>
314+
<translation>Недостаточно прав</translation>
323315
</message>
324316
<message>
325317
<source>Export in progress</source>
326-
<translation type="unfinished"></translation>
318+
<translation>Экспорт в процессе</translation>
327319
</message>
328320
<message>
329321
<source>An error occured</source>
330-
<translation type="unfinished"></translation>
322+
<translation>Произошла ошибка</translation>
331323
</message>
332324
<message>
333325
<source>Select items to import</source>
334-
<translation type="unfinished"></translation>
326+
<translation>Выберете, что нужно импортировать</translation>
335327
</message>
336328
<message>
337329
<source>Import in progress</source>
338-
<translation type="unfinished"></translation>
330+
<translation>Импорт в процессе</translation>
339331
</message>
340332
<message>
341333
<source>All items you select will be overwritten! If you select recognition history your current history will be overwritten!</source>
342-
<translation type="unfinished"></translation>
334+
<translation>Все элементы, которые вы выберете будут перезаписаны! Если вы выберете историю распознования ваша текущая история будет перезаписана!</translation>
335+
</message>
336+
<message>
337+
<source>Export backup</source>
338+
<translation>Экспорт бэкапа</translation>
339+
</message>
340+
<message>
341+
<source>Import backup</source>
342+
<translation>Импорт бэкапа</translation>
343343
</message>
344344
</context>
345345
</TS>

translations/harbour-sshazam.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -281,14 +281,6 @@
281281
<source>Album arts and other static elements may not use proxy at all. App restart might be required</source>
282282
<translation type="unfinished"></translation>
283283
</message>
284-
<message>
285-
<source>Export history</source>
286-
<translation type="unfinished"></translation>
287-
</message>
288-
<message>
289-
<source>Import history</source>
290-
<translation type="unfinished"></translation>
291-
</message>
292284
<message>
293285
<source>Select items to backup</source>
294286
<translation type="unfinished"></translation>
@@ -341,5 +333,13 @@
341333
<source>All items you select will be overwritten! If you select recognition history your current history will be overwritten!</source>
342334
<translation type="unfinished"></translation>
343335
</message>
336+
<message>
337+
<source>Export backup</source>
338+
<translation type="unfinished"></translation>
339+
</message>
340+
<message>
341+
<source>Import backup</source>
342+
<translation type="unfinished"></translation>
343+
</message>
344344
</context>
345345
</TS>

0 commit comments

Comments
 (0)