Skip to content

Commit

Permalink
fix: add missing dependency in debian package (KRTirtho#704)
Browse files Browse the repository at this point in the history
* chore: fill missing translations

* chore: vscode filenesting

* fix: add missing dependency in debian package

* fixes KRTirtho#703

---------

Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com>
  • Loading branch information
2 people authored and meenbeese committed Sep 20, 2023
1 parent ad9508e commit ef717d0
Show file tree
Hide file tree
Showing 14 changed files with 82 additions and 108 deletions.
30 changes: 18 additions & 12 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
{
"cmake.configureOnOpen": false,
"cSpell.words": [
"acousticness",
"danceability",
"instrumentalness",
"Mpris",
"riverpod",
"speechiness",
"Spotube",
"winget"
]
}
"cmake.configureOnOpen": false,
"cSpell.words": [
"acousticness",
"danceability",
"instrumentalness",
"Mpris",
"riverpod",
"speechiness",
"Spotube",
"winget"
],
"editor.formatOnSave": true,
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"pubspec.yaml": "pubspec.lock,analysis_options.yaml,.packages,.flutter-plugins,.flutter-plugins-dependencies",
"README.md": "LICENSE,CODE_OF_CONDUCT.md,CONTRIBUTING.md,SECURITY.md,CONTRIBUTION.md,CHANGELOG.md,PRIVACY_POLICY.md",
}
}
7 changes: 6 additions & 1 deletion lib/l10n/app_bn.arb
Original file line number Diff line number Diff line change
Expand Up @@ -254,5 +254,10 @@
"ok": "ঠিক আছে",
"failed_to_encrypt": "এনক্রিপ্ট করা ব্যর্থ হয়েছে",
"encryption_failed_warning": "Spotube আপনার তথ্যগুলি নিরাপদভাবে স্টোর করতে এনক্রিপশন ব্যবহার করে। কিন্তু এটি ব্যর্থ হয়েছে। তাই এটি অনিরাপদ স্টোরে ফলফল হবে\nযদি আপনি Linux ব্যবহার করেন, তবে দয়া করে নিশ্চিত হউন যে আপনার কোনও সিক্রেট-সার্ভিস gnome-keyring, kde-wallet, keepassxc ইত্যাদি ইনস্টল করা আছে",
"querying_info": "তথ্য অনুসন্ধান করা হচ্ছে"
"querying_info": "তথ্য অনুসন্ধান করা হচ্ছে",
"piped_api_down": "পাইপড API ডাউন আছে",
"piped_down_error_instructions": "বর্তমানে পাইপড ইনস্ট্যান্স {pipedInstance} ডাউন আছে\n\nইনস্ট্যান্স পরিবর্তন করুন অথবা 'API টাইপ' পরিবর্তন করুন অফিসিয়াল ইউটিউব API হতে\n\nপরিবর্তনের পরে অ্যাপটি পুনরায় চালানোর নিশ্চিত করুন",
"you_are_offline": "আপনি বর্তমানে অফলাইন",
"connection_restored": "আপনার ইন্টারনেট সংযোগ পুনরুদ্ধার হয়েছে",
"use_system_title_bar": "সিস্টেম শিরোনাম বার ব্যবহার করুন"
}
8 changes: 7 additions & 1 deletion lib/l10n/app_ca.arb
Original file line number Diff line number Diff line change
Expand Up @@ -253,5 +253,11 @@
"youtube_api_type": "Tipus d'API de YouTube",
"ok": "OK",
"failed_to_encrypt": "Error al xifrar",
"encryption_failed_warning": "Spotube utilitza el xifrado per emmagatzemar les seves dades de forma segura. Però ha fallat. Per tant, tornarà a un emmagatzament no segur\nSi estè utilizant Linux, asseguri's de tenir instal·lats els serveis secrets com gnome-keyring, kde-wallet i keepassxc"
"encryption_failed_warning": "Spotube utilitza el xifrado per emmagatzemar les seves dades de forma segura. Però ha fallat. Per tant, tornarà a un emmagatzament no segur\nSi estè utilizant Linux, asseguri's de tenir instal·lats els serveis secrets com gnome-keyring, kde-wallet i keepassxc",
"piped_api_down": "La API de Piped no està operativa",
"piped_down_error_instructions": "La instància de Piped {pipedInstance} no està operativa en aquest moment\n\nCanvieu la instància o canvieu el 'Tipus d'API' a l'API oficial de YouTube\n\nAssegureu-vos de reiniciar l'aplicació després del canvi",
"you_are_offline": "Actualment no teniu connexió a internet",
"connection_restored": "S'ha restablert la connexió a internet",
"use_system_title_bar": "Utilitza la barra de títol del sistema",
"querying_info": "Consultant informació..."
}
7 changes: 6 additions & 1 deletion lib/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -254,5 +254,10 @@
"ok": "OK",
"failed_to_encrypt": "Verschlüsselung fehlgeschlagen",
"encryption_failed_warning": "Spotube verwendet Verschlüsselung, um Ihre Daten sicher zu speichern. Dies ist jedoch fehlgeschlagen. Daher wird es auf unsichere Speicherung zurückgreifen\nWenn Sie Linux verwenden, stellen Sie bitte sicher, dass Sie Secret-Services wie gnome-keyring, kde-wallet und keepassxc installiert haben",
"querying_info": "Abfrageinformationen..."
"querying_info": "Abfrageinformationen...",
"piped_api_down": "Die Piped API ist ausgefallen",
"piped_down_error_instructions": "Die Piped-Instanz {pipedInstance} ist derzeit nicht verfügbar\n\nEntweder ändern Sie die Instanz oder wechseln Sie den 'API-Typ' zur offiziellen YouTube API\n\nStellen Sie sicher, dass Sie die App nach der Änderung neu starten",
"you_are_offline": "Sie sind derzeit offline",
"connection_restored": "Ihre Internetverbindung wurde wiederhergestellt",
"use_system_title_bar": "System-Titelleiste verwenden"
}
7 changes: 6 additions & 1 deletion lib/l10n/app_es.arb
Original file line number Diff line number Diff line change
Expand Up @@ -254,5 +254,10 @@
"ok": "OK",
"failed_to_encrypt": "Error al cifrar",
"encryption_failed_warning": "Spotube utiliza el cifrado para almacenar sus datos de forma segura. Pero ha fallado. Por lo tanto, volverá a un almacenamiento no seguro\nSi está utilizando Linux, asegúrese de tener instalados servicios secretos como gnome-keyring, kde-wallet y keepassxc",
"querying_info": "Consultando información..."
"querying_info": "Consultando información...",
"piped_api_down": "La API de Piped no está disponible",
"piped_down_error_instructions": "La instancia de Piped {pipedInstance} no está funcionando en este momento\n\nCambie la instancia o cambie el 'Tipo de API' a la API oficial de YouTube\n\nAsegúrese de reiniciar la aplicación después del cambio",
"you_are_offline": "Actualmente estás sin conexión",
"connection_restored": "Se ha restablecido tu conexión a internet",
"use_system_title_bar": "Usar la barra de título del sistema"
}
7 changes: 6 additions & 1 deletion lib/l10n/app_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -254,5 +254,10 @@
"ok": "OK",
"failed_to_encrypt": "Échec de la cryptage",
"encryption_failed_warning": "Spotube utilise le cryptage pour stocker vos données en toute sécurité. Mais cela a échoué. Il basculera donc vers un stockage non sécurisé\nSi vous utilisez Linux, assurez-vous d'avoir installé des services secrets tels que gnome-keyring, kde-wallet et keepassxc",
"querying_info": "Interrogation des info..."
"querying_info": "Interrogation des info...",
"piped_api_down": "L'API Piped est hors service",
"piped_down_error_instructions": "L'instance Piped {pipedInstance} est actuellement indisponible\n\nChangez soit l'instance, soit le 'Type d'API' pour utiliser l'API officielle de YouTube\n\nN'oubliez pas de redémarrer l'application après la modification",
"you_are_offline": "Vous êtes actuellement hors ligne",
"connection_restored": "Votre connexion internet a été rétablie",
"use_system_title_bar": "Utiliser la barre de titre système"
}
7 changes: 6 additions & 1 deletion lib/l10n/app_hi.arb
Original file line number Diff line number Diff line change
Expand Up @@ -254,5 +254,10 @@
"ok": "ठीक है",
"failed_to_encrypt": "एन्क्रिप्ट करने में विफल रहा",
"encryption_failed_warning": "Spotube आपके डेटा को सुरक्षित रूप से स्टोर करने के लिए एन्क्रिप्शन का उपयोग करता है। लेकिन इसमें विफल रहा। इसलिए, यह असुरक्षित स्टोरेज पर फॉलबैक करेगा\nयदि आप Linux का उपयोग कर रहे हैं, तो कृपया सुनिश्चित करें कि आपके पास gnome-keyring, kde-wallet, keepassxc आदि जैसी कोई सीक्रेट-सर्विस इंस्टॉल की गई है",
"querying_info": "जानकारी प्राप्त करना"
"querying_info": "जानकारी प्राप्त करना",
"piped_api_down": "पाइप्ड एपीआई डाउन है",
"piped_down_error_instructions": "पाइप्ड इंस्टेंस {pipedInstance} वर्तमान में डाउन है\n\nइंस्टेंस बदलें या 'एपीआई प्रकार' को आधिकृत YouTube एपीआई में बदलें\n\nपरिवर्तन के बाद ऐप को फिर से चालने की सुनिश्चित करें",
"you_are_offline": "आप वर्तमान में ऑफ़लाइन हैं",
"connection_restored": "आपका इंटरनेट कनेक्शन बहाल हो गया है",
"use_system_title_bar": "सिस्टम शीर्षक पट्टी का उपयोग करें"
}
7 changes: 6 additions & 1 deletion lib/l10n/app_ja.arb
Original file line number Diff line number Diff line change
Expand Up @@ -254,5 +254,10 @@
"ok": "分かりました",
"failed_to_encrypt": "暗号化に失敗しました",
"encryption_failed_warning": "Spotubeはデータを安全に保存するために暗号化を使用しています。しかし、失敗しました。したがって、安全でないストレージにフォールバックします\nLinuxを使用している場合は、gnome-keyring、kde-wallet、keepassxcなどのシークレットサービスがインストールされていることを確認してください",
"querying_info": "情報を取得中..."
"querying_info": "情報を取得中...",
"piped_api_down": "Piped APIがダウンしています",
"piped_down_error_instructions": "Pipedインスタンス{pipedInstance}は現在ダウンしています\n\nインスタンスを変更するか、'APIタイプ'を公式のYouTube APIに変更してください\n\n変更後にアプリを再起動してください",
"you_are_offline": "現在、オフラインです",
"connection_restored": "インターネット接続が復旧しました",
"use_system_title_bar": "システムタイトルバーを使用する"
}
7 changes: 5 additions & 2 deletions lib/l10n/app_pl.arb
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@
"failed_to_encrypt": "Nie można zaszyfrować :(",
"encryption_failed_warning": "Spotube używa szyfrowania do bezpiecznego przechowywania danych. Ale nie udało się tego zrobić. Więc powróci do niezabezpieczonego przechowywania\nJeśli używasz Linuksa, upewnij się, że masz zainstalowane jakieś usługi do szyfrowania (gnome-keyring, kde-wallet, keepassxc itp.)",
"querying_info": "Szukam informacji...",
"piped_api_down": "Piped API jest wyłączone",
"piped_down_error_instructions": "Instancja Piped {pipedInstance} jest obecnie wyłączona.\n\nJednak możesz zmienić instancję lub 'Typ API' na oficialne API YouTube'a.\n\nUpewnij się, że uruchomiłeś ponownie aplikacje po tej zmianie."
"piped_api_down": "API Piped jest niedostępne",
"piped_down_error_instructions": "Instancja Piped {pipedInstance} jest obecnie niedostępna\n\nZmień instancję lub zmień 'Rodzaj API' na oficjalne API YouTube\n\nUpewnij się, że po zmianie zrestartujesz aplikację",
"you_are_offline": "Obecnie jesteś offline",
"connection_restored": "Twoje połączenie z internetem zostało przywrócone",
"use_system_title_bar": "Użyj paska tytułu systemu"
}
9 changes: 6 additions & 3 deletions lib/l10n/app_pt.arb
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@
"failed_to_encrypt": "Falha ao criptografar",
"encryption_failed_warning": "O Spotube usa criptografia para armazenar seus dados com segurança, mas falhou em fazê-lo. Portanto, ele voltará para o armazenamento não seguro.\nSe você estiver usando o Linux, certifique-se de ter algum serviço secreto (gnome-keyring, kde-wallet, keepassxc, etc.) instalado",
"querying_info": "Consultando informações...",
"piped_api_down": "A API do Piped está fora do ar",
"piped_down_error_instructions": "A instância do Piped {pipedInstance} está fora do ar no momento\n\nMude a instância ou altere o 'Tipo de API' para a API oficial do YouTube\n\nCertifique-se de reiniciar o aplicativo após a alteração"
}
"piped_api_down": "A API do Piped está indisponível",
"piped_down_error_instructions": "A instância do Piped {pipedInstance} está atualmente indisponível\n\nMude a instância ou mude o 'Tipo de API' para a API oficial do YouTube\n\nCertifique-se de reiniciar o aplicativo após a alteração",
"you_are_offline": "Você está offline no momento",
"connection_restored": "Sua conexão com a internet foi restaurada",
"use_system_title_bar": "Usar a barra de título do sistema"
}
3 changes: 2 additions & 1 deletion lib/l10n/app_ru.arb
Original file line number Diff line number Diff line change
Expand Up @@ -258,5 +258,6 @@
"piped_api_down": "Piped API не отвечает",
"piped_down_error_instructions": "Экземпляр Piped {pipedInstance} в данный момент недоступен.\n\nВы можете либо изменить экземпляр, либо переключиться на использование официального API YouTube.\n\nНе забудьте перезапустить приложение после внесенных изменений",
"you_are_offline": "Нет доступа к сети",
"connection_restored": "Ваше интернет-соединение восстановлено"
"connection_restored": "Ваше интернет-соединение восстановлено",
"use_system_title_bar": "Использовать системную панель заголовка"
}
7 changes: 6 additions & 1 deletion lib/l10n/app_zh.arb
Original file line number Diff line number Diff line change
Expand Up @@ -254,5 +254,10 @@
"ok": "确定",
"failed_to_encrypt": "加密失败",
"encryption_failed_warning": "Spotube使用加密来安全地存储您的数据。但是失败了。因此,它将回退到不安全的存储\n如果您使用Linux,请确保已安装gnome-keyring、kde-wallet和keepassxc等秘密服务",
"querying_info": "正在查询信息..."
"querying_info": "正在查询信息...",
"piped_api_down": "Piped API不可用",
"piped_down_error_instructions": "当前Piped实例{pipedInstance}不可用\n\n请更改实例或将'API类型'更改为官方YouTube API\n\n更改后请确保重新启动应用程序",
"you_are_offline": "您当前处于离线状态",
"connection_restored": "您的互联网连接已恢复",
"use_system_title_bar": "使用系统标题栏"
}
1 change: 1 addition & 0 deletions linux/packaging/deb/make_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- libsecret-1-0
- libnotify-bin
- libjsoncpp25
- libmpv2

essential: false
icon: assets/spotube-logo.png
Expand Down
83 changes: 1 addition & 82 deletions untranslated_messages.json
Original file line number Diff line number Diff line change
@@ -1,82 +1 @@
{
"bn": [
"piped_api_down",
"piped_down_error_instructions",
"you_are_offline",
"connection_restored",
"use_system_title_bar"
],

"ca": [
"querying_info",
"piped_api_down",
"piped_down_error_instructions",
"you_are_offline",
"connection_restored",
"use_system_title_bar"
],

"de": [
"piped_api_down",
"piped_down_error_instructions",
"you_are_offline",
"connection_restored",
"use_system_title_bar"
],

"es": [
"piped_api_down",
"piped_down_error_instructions",
"you_are_offline",
"connection_restored",
"use_system_title_bar"
],

"fr": [
"piped_api_down",
"piped_down_error_instructions",
"you_are_offline",
"connection_restored",
"use_system_title_bar"
],

"hi": [
"piped_api_down",
"piped_down_error_instructions",
"you_are_offline",
"connection_restored",
"use_system_title_bar"
],

"ja": [
"piped_api_down",
"piped_down_error_instructions",
"you_are_offline",
"connection_restored",
"use_system_title_bar"
],

"pl": [
"you_are_offline",
"connection_restored",
"use_system_title_bar"
],

"pt": [
"you_are_offline",
"connection_restored",
"use_system_title_bar"
],

"ru": [
"use_system_title_bar"
],

"zh": [
"piped_api_down",
"piped_down_error_instructions",
"you_are_offline",
"connection_restored",
"use_system_title_bar"
]
}
{}

0 comments on commit ef717d0

Please sign in to comment.