From 729517bb3bf365b4655096f607e0aab1b364bb71 Mon Sep 17 00:00:00 2001 From: Francisco Vilmar Cardoso Ruviaro Date: Fri, 27 Jan 2023 23:56:16 +0000 Subject: [PATCH] New upstream version 1.5.2 --- .github/workflows/release.yml | 2 + CMakeLists.txt | 2 +- README.md | 8 + debian/changelog | 2 +- debian/rules | 11 +- debian/source/options | 2 + po/LINGUAS | 3 + po/en.po | 187 +++++++++++++++++ po/es.po | 198 ++++++++++++++++++ po/it.po | 2 +- po/ka.po | 198 ++++++++++++++++++ po/nl.po | 4 +- po/pt-br.po | 198 ++++++++++++++++++ po/ru.po | 36 ++-- po/tr.po | 4 +- po/whatsapp-for-linux.pot | 2 +- ...thub.eneshecan.WhatsAppForLinux.desktop.in | 9 + 17 files changed, 844 insertions(+), 24 deletions(-) create mode 100644 debian/source/options create mode 100644 po/en.po create mode 100644 po/es.po create mode 100644 po/ka.po create mode 100644 po/pt-br.po diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9928288..70d82ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,7 @@ jobs: version=$(cat "build/release/generated/VERSION") echo "RELEASE_VERSION=${version}" >> "$GITHUB_ENV" echo "RELEASE_TAG=v${version}" >> "$GITHUB_ENV" + sed -i -E "s/\((.*?)\)/(${version})/g" debian/changelog - name: Build Debian Package id: dpkg-buildpackage @@ -67,6 +68,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} onlyLastTag: true + unreleased: false stripGeneratorNotice: true - name: Create Release diff --git a/CMakeLists.txt b/CMakeLists.txt index 61145aa..00ef0ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.12) project( whatsapp-for-linux - VERSION 1.5.1 + VERSION 1.5.2 DESCRIPTION "An unofficial WhatsApp desktop application for Linux" HOMEPAGE_URL "https://github.com/eneshecan/whatsapp-for-linux" LANGUAGES C CXX diff --git a/README.md b/README.md index 4452d4a..4848a48 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,14 @@ make update-translation make install ``` +### Uninstall + +```bash +# Run inside the build directory if you want to uninstall all files +# install_manifest.txt file is created when you run make install +xargs rm < install_manifest.txt +``` + ## Packaging diff --git a/debian/changelog b/debian/changelog index e98ab9c..8c3c86d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,4 +2,4 @@ whatsapp-for-linux (0) stable; urgency=medium * See https://github.com/eneshecan/whatsapp-for-linux/releases - -- Enes Hecan Sun, 20 Jun 2021 10:30:00 +0200 \ No newline at end of file + -- Enes Hecan Sun, 20 Jun 2021 10:30:00 +0200 diff --git a/debian/rules b/debian/rules index fc247c0..3b9f073 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,10 @@ -#!/bin/bash +#!/usr/bin/make -f +# -*- makefile -*- -echo "Setting version to ${RELEASE_VERSION}" -sed -i -E "s/\((.*?)\)/(${RELEASE_VERSION})/g" debian/changelog +override_dh_builddeb: + dh_builddeb -- -Zxz -z9 %: - dh $@ + dh $@ + +.PHONY: override_dh_builddeb diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..22a4de9 --- /dev/null +++ b/debian/source/options @@ -0,0 +1,2 @@ +compression = xz +compression-level = 9 diff --git a/po/LINGUAS b/po/LINGUAS index b147d38..a305cdc 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -1,5 +1,8 @@ # Keep this file sorted alphabetically, one language code per line it +ka nl +pt-br ru tr +es diff --git a/po/en.po b/po/en.po new file mode 100644 index 0000000..28459cc --- /dev/null +++ b/po/en.po @@ -0,0 +1,187 @@ +msgid "" +msgstr "" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: POEditor.com\n" +"Project-Id-Version: whatsapp-for-linux\n" +"Language: en\n" + +#: ../src/ui/MainWindow.cpp:287 ../src/ui/TrayIcon.cpp:46 +#: ../resource/ui/MainWindow.ui.h:4 +msgid "About" +msgstr "About" + +#: ../src/ui/MainWindow.cpp:289 ../resource/ui/MainWindow.ui.h:6 +msgid "WhatsApp for Linux" +msgstr "WhatsApp for Linux" + +#: ../src/ui/MainWindow.cpp:290 +msgid "An unofficial WhatsApp desktop application for Linux" +msgstr "An unofficial WhatsApp desktop application for Linux" + +#: ../src/ui/MainWindow.cpp:292 +msgid "GitHub Repository" +msgstr "GitHub Repository" + +#: ../src/ui/PreferencesWindow.cpp:35 +msgid "On Demand" +msgstr "On Demand" + +#: ../src/ui/PreferencesWindow.cpp:36 +msgid "Always" +msgstr "Always" + +#: ../src/ui/PreferencesWindow.cpp:37 +msgid "Never" +msgstr "Never" + +#: ../src/ui/TrayIcon.cpp:45 +msgid "Show" +msgstr "Show" + +#: ../src/ui/TrayIcon.cpp:47 ../resource/ui/MainWindow.ui.h:5 +#: ../resource/ui/ShortcutsWindow.ui.h:8 +msgid "Quit" +msgstr "Quit" + +#: ../src/ui/WebView.cpp:34 +msgid "Notification Request" +msgstr "Notification Request" + +#: ../src/ui/WebView.cpp:35 +msgid "Would you like to allow notifications?" +msgstr "Would you like to allow notifications?" + +#: ../src/ui/WebView.cpp:69 +msgid "Save File" +msgstr "Save File" + +#: ../src/ui/WebView.cpp:70 +msgid "Ok" +msgstr "Ok" + +#: ../src/ui/WebView.cpp:71 +msgid "Cancel" +msgstr "Cancel" + +#: ../src/ui/WebView.cpp:307 +msgid "Unresponsive" +msgstr "Unresponsive" + +#: ../src/ui/WebView.cpp:308 +msgid "The application is not responding. Would you like to reload?" +msgstr "The application is not responding. Would you like to reload?" + +#: ../resource/ui/MainWindow.ui.h:1 +msgid "Fullscreen" +msgstr "Fullscreen" + +#: ../resource/ui/MainWindow.ui.h:2 ../resource/ui/PreferencesWindow.ui.h:18 +msgid "Preferences" +msgstr "Preferences" + +#: ../resource/ui/MainWindow.ui.h:3 ../resource/ui/ShortcutsWindow.ui.h:7 +msgid "Keyboard Shortcuts" +msgstr "Keyboard Shortcuts" + +#: ../resource/ui/MainWindow.ui.h:7 +msgid "Refresh" +msgstr "Refresh" + +#: ../resource/ui/MainWindow.ui.h:8 ../resource/ui/PhoneNumberDialog.ui.h:1 +msgid "Open chat by phone number" +msgstr "Open chat by phone number" + +#: ../resource/ui/PhoneNumberDialog.ui.h:2 +msgid "Enter phone number (only digits)" +msgstr "Enter phone number (only digits)" + +#: ../resource/ui/PreferencesWindow.ui.h:1 +msgid "Close to Tray" +msgstr "Close to Tray" + +#: ../resource/ui/PreferencesWindow.ui.h:2 +msgid "Start in Tray" +msgstr "Start in Tray" + +#: ../resource/ui/PreferencesWindow.ui.h:3 +msgid "Start Minimized" +msgstr "Start Minimized" + +#: ../resource/ui/PreferencesWindow.ui.h:4 +msgid "Autostart" +msgstr "Autostart" + +#: ../resource/ui/PreferencesWindow.ui.h:5 +msgid "Enable tray icon" +msgstr "Enable tray icon" + +#: ../resource/ui/PreferencesWindow.ui.h:6 +msgid "Start application as closed to tray" +msgstr "Start application as closed to tray" + +#: ../resource/ui/PreferencesWindow.ui.h:7 +msgid "Start application as minimized" +msgstr "Start application as minimized" + +#: ../resource/ui/PreferencesWindow.ui.h:8 +msgid "Start application after system boots" +msgstr "Start application after system boots" + +#: ../resource/ui/PreferencesWindow.ui.h:9 +#: ../resource/ui/ShortcutsWindow.ui.h:2 +msgid "General" +msgstr "General" + +#: ../resource/ui/PreferencesWindow.ui.h:10 +msgid "Prefer Dark Theme" +msgstr "Prefer Dark Theme" + +#: ../resource/ui/PreferencesWindow.ui.h:11 +msgid "Prefer dark theme for the application if system theme includes a dark variant" +msgstr "Prefer dark theme for the application if system theme includes a dark variant" + +#: ../resource/ui/PreferencesWindow.ui.h:12 +msgid "Appearance" +msgstr "Appearance" + +#: ../resource/ui/PreferencesWindow.ui.h:13 +msgid "Hardware Acceleration" +msgstr "Hardware Acceleration" + +#: ../resource/ui/PreferencesWindow.ui.h:14 +msgid "Allow Permissions" +msgstr "Allow Permissions" + +#: ../resource/ui/PreferencesWindow.ui.h:15 +msgid "Set hardware acceleration policy used by webkit" +msgstr "Set hardware acceleration policy used by webkit" + +#: ../resource/ui/PreferencesWindow.ui.h:16 +msgid "Allow permissions on application startup" +msgstr "Allow permissions on application startup" + +#: ../resource/ui/PreferencesWindow.ui.h:17 +msgid "Web" +msgstr "Web" + +#: ../resource/ui/ShortcutsWindow.ui.h:1 +msgid "Shortcuts" +msgstr "Shortcuts" + +#: ../resource/ui/ShortcutsWindow.ui.h:3 +msgid "Refresh Page" +msgstr "Refresh Page" + +#: ../resource/ui/ShortcutsWindow.ui.h:4 +msgid "Enter/Exit Fullscreen" +msgstr "Enter/Exit Fullscreen" + +#: ../resource/ui/ShortcutsWindow.ui.h:5 +msgid "Show/Hide Header Bar" +msgstr "Show/Hide Header Bar" + +#: ../resource/ui/ShortcutsWindow.ui.h:6 +msgid "Open Preferences" +msgstr "Open Preferences" diff --git a/po/es.po b/po/es.po new file mode 100644 index 0000000..9e5c9ea --- /dev/null +++ b/po/es.po @@ -0,0 +1,198 @@ +# Template translation file for whatsapp-for-linux +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the whatsapp-for-linux package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: whatsapp-for-linux\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-12-10 22:56+0100\n" +"PO-Revision-Date: 2022-12-26 15:57-0300\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 3.1.1\n" + +#: ../src/ui/MainWindow.cpp:287 ../src/ui/TrayIcon.cpp:46 +#: ../resource/ui/MainWindow.ui.h:4 +msgid "About" +msgstr "Acerca de" + +#: ../src/ui/MainWindow.cpp:289 ../resource/ui/MainWindow.ui.h:6 +msgid "WhatsApp for Linux" +msgstr "WhatsApp para Linux" + +#: ../src/ui/MainWindow.cpp:290 +msgid "An unofficial WhatsApp desktop application for Linux" +msgstr "Aplicación no oficial de WhatsApp para Linux" + +#: ../src/ui/MainWindow.cpp:292 +msgid "GitHub Repository" +msgstr "Repositorio GitHub" + +#: ../src/ui/PreferencesWindow.cpp:35 +msgid "On Demand" +msgstr "A petición" + +#: ../src/ui/PreferencesWindow.cpp:36 +msgid "Always" +msgstr "Siempre" + +#: ../src/ui/PreferencesWindow.cpp:37 +msgid "Never" +msgstr "Nunca" + +#: ../src/ui/TrayIcon.cpp:45 +msgid "Show" +msgstr "Mostrar" + +#: ../src/ui/TrayIcon.cpp:47 ../resource/ui/MainWindow.ui.h:5 +#: ../resource/ui/ShortcutsWindow.ui.h:8 +msgid "Quit" +msgstr "Salir" + +#: ../src/ui/WebView.cpp:34 +msgid "Notification Request" +msgstr "Solicitud de notificaciones" + +#: ../src/ui/WebView.cpp:35 +msgid "Would you like to allow notifications?" +msgstr "¿Desea permitir las notificaciones?" + +#: ../src/ui/WebView.cpp:69 +msgid "Save File" +msgstr "Guardar archivo" + +#: ../src/ui/WebView.cpp:70 +msgid "Ok" +msgstr "Ok" + +#: ../src/ui/WebView.cpp:71 +msgid "Cancel" +msgstr "Cancelar" + +#: ../src/ui/WebView.cpp:307 +msgid "Unresponsive" +msgstr "No responde" + +#: ../src/ui/WebView.cpp:308 +msgid "The application is not responding. Would you like to reload?" +msgstr "La aplicación no responde. ¿Desea recargarla?" + +#: ../resource/ui/MainWindow.ui.h:1 +msgid "Fullscreen" +msgstr "Pantalla completa" + +#: ../resource/ui/MainWindow.ui.h:2 ../resource/ui/PreferencesWindow.ui.h:18 +msgid "Preferences" +msgstr "Preferencias" + +#: ../resource/ui/MainWindow.ui.h:3 ../resource/ui/ShortcutsWindow.ui.h:7 +msgid "Keyboard Shortcuts" +msgstr "Atajos de teclado" + +#: ../resource/ui/MainWindow.ui.h:7 +msgid "Refresh" +msgstr "Actualizar" + +#: ../resource/ui/MainWindow.ui.h:8 ../resource/ui/PhoneNumberDialog.ui.h:1 +msgid "Open chat by phone number" +msgstr "Abrir chat por número de teléfono" + +#: ../resource/ui/PhoneNumberDialog.ui.h:2 +msgid "Enter phone number (only digits)" +msgstr "Introduzca el número de teléfono (sólo dígitos)" + +#: ../resource/ui/PreferencesWindow.ui.h:1 +msgid "Close to Tray" +msgstr "Cerrar hacia la bandeja" + +#: ../resource/ui/PreferencesWindow.ui.h:2 +msgid "Start in Tray" +msgstr "Iniciar en la bandeja" + +#: ../resource/ui/PreferencesWindow.ui.h:3 +msgid "Start Minimized" +msgstr "Iniciar minimizado" + +#: ../resource/ui/PreferencesWindow.ui.h:4 +msgid "Autostart" +msgstr "Arranque automático" + +#: ../resource/ui/PreferencesWindow.ui.h:5 +msgid "Enable tray icon" +msgstr "Habilitar el icono de la bandeja" + +#: ../resource/ui/PreferencesWindow.ui.h:6 +msgid "Start application as closed to tray" +msgstr "Iniciar la aplicación como cerrada en la bandeja" + +#: ../resource/ui/PreferencesWindow.ui.h:7 +msgid "Start application as minimized" +msgstr "Iniciar la aplicación minimizada" + +#: ../resource/ui/PreferencesWindow.ui.h:8 +msgid "Start application after system boots" +msgstr "Iniciar la aplicación tras el arranque del sistema" + +#: ../resource/ui/PreferencesWindow.ui.h:9 +#: ../resource/ui/ShortcutsWindow.ui.h:2 +msgid "General" +msgstr "General" + +#: ../resource/ui/PreferencesWindow.ui.h:10 +msgid "Prefer Dark Theme" +msgstr "Preferir tema oscuro" + +#: ../resource/ui/PreferencesWindow.ui.h:11 +msgid "Prefer dark theme for the application if system theme includes a dark variant" +msgstr "Preferir un tema oscuro para la aplicación si el tema del sistema incluye una variante oscura" + +#: ../resource/ui/PreferencesWindow.ui.h:12 +msgid "Appearance" +msgstr "Apariencia" + +#: ../resource/ui/PreferencesWindow.ui.h:13 +msgid "Hardware Acceleration" +msgstr "Aceleración por hardware" + +#: ../resource/ui/PreferencesWindow.ui.h:14 +msgid "Allow Permissions" +msgstr "Autorizar permisos" + +#: ../resource/ui/PreferencesWindow.ui.h:15 +msgid "Set hardware acceleration policy used by webkit" +msgstr "Establecer la política de aceleración de hardware utilizada por webkit" + +#: ../resource/ui/PreferencesWindow.ui.h:16 +msgid "Allow permissions on application startup" +msgstr "Permitir permisos al iniciar la aplicación" + +#: ../resource/ui/PreferencesWindow.ui.h:17 +msgid "Web" +msgstr "Página web" + +#: ../resource/ui/ShortcutsWindow.ui.h:1 +msgid "Shortcuts" +msgstr "Atajos" + +#: ../resource/ui/ShortcutsWindow.ui.h:3 +msgid "Refresh Page" +msgstr "Actualizar página" + +#: ../resource/ui/ShortcutsWindow.ui.h:4 +msgid "Enter/Exit Fullscreen" +msgstr "Entrar/Salir de pantalla completa" + +#: ../resource/ui/ShortcutsWindow.ui.h:5 +msgid "Show/Hide Header Bar" +msgstr "Mostrar/Ocultar barra de encabezado" + +#: ../resource/ui/ShortcutsWindow.ui.h:6 +msgid "Open Preferences" +msgstr "Abrir Preferencias" diff --git a/po/it.po b/po/it.po index 7581ef7..be03aeb 100644 --- a/po/it.po +++ b/po/it.po @@ -32,7 +32,7 @@ msgid "An unofficial WhatsApp desktop application for Linux" msgstr "Un'applicazione WhatsApp non ufficiale per Linux" #: ../src/ui/MainWindow.cpp:292 -msgid "Github Repository" +msgid "GitHub Repository" msgstr "GitHub" #: ../src/ui/PreferencesWindow.cpp:35 diff --git a/po/ka.po b/po/ka.po new file mode 100644 index 0000000..90d19e4 --- /dev/null +++ b/po/ka.po @@ -0,0 +1,198 @@ +# Georgian translation for whatsapp-for-linux +# Copyright (C) 2023 whatsapp-for-linux authors +# This file is distributed under the same license as the whatsapp-for-linux package. +# Ekaterine Papava , 2023. +# +msgid "" +msgstr "" +"Project-Id-Version: whatsapp-for-linux\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-12-10 22:56+0100\n" +"PO-Revision-Date: 2023-01-07 12:25+0100\n" +"Last-Translator: Ekaterine Papava \n" +"Language-Team: Georgian <(nothing)>\n" +"Language: ka\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 3.2.2\n" + +#: ../src/ui/MainWindow.cpp:287 ../src/ui/TrayIcon.cpp:46 +#: ../resource/ui/MainWindow.ui.h:4 +msgid "About" +msgstr "შესახებ" + +#: ../src/ui/MainWindow.cpp:289 ../resource/ui/MainWindow.ui.h:6 +msgid "WhatsApp for Linux" +msgstr "WhatsApp-ი ლინუქსისთვის" + +#: ../src/ui/MainWindow.cpp:290 +msgid "An unofficial WhatsApp desktop application for Linux" +msgstr "WhatsApp-ის არაოფიციალური აპლიკაცია ლინუქსისთვის" + +#: ../src/ui/MainWindow.cpp:292 +msgid "GitHub Repository" +msgstr "GitHub -ის რეპოზიტორია" + +#: ../src/ui/PreferencesWindow.cpp:35 +msgid "On Demand" +msgstr "საჭიროებისამებრ" + +#: ../src/ui/PreferencesWindow.cpp:36 +msgid "Always" +msgstr "ყოველთვის" + +#: ../src/ui/PreferencesWindow.cpp:37 +msgid "Never" +msgstr "არასოდეს" + +#: ../src/ui/TrayIcon.cpp:45 +msgid "Show" +msgstr "ჩვენება" + +#: ../src/ui/TrayIcon.cpp:47 ../resource/ui/MainWindow.ui.h:5 +#: ../resource/ui/ShortcutsWindow.ui.h:8 +msgid "Quit" +msgstr "&გასვლა" + +#: ../src/ui/WebView.cpp:34 +msgid "Notification Request" +msgstr "გაფრთხილების მოთხოვნა" + +#: ../src/ui/WebView.cpp:35 +msgid "Would you like to allow notifications?" +msgstr "გნებავთ, დაუშვათ გაფრთხილებები?" + +#: ../src/ui/WebView.cpp:69 +msgid "Save File" +msgstr "ფაილის შენახვა" + +#: ../src/ui/WebView.cpp:70 +msgid "Ok" +msgstr "დიახ" + +#: ../src/ui/WebView.cpp:71 +msgid "Cancel" +msgstr "გაუქმენა" + +#: ../src/ui/WebView.cpp:307 +msgid "Unresponsive" +msgstr "არ პასუხობს" + +#: ../src/ui/WebView.cpp:308 +msgid "The application is not responding. Would you like to reload?" +msgstr "აპლიკაცია არ პასუხობს. გნებავთ, გადატვირთოთ?" + +#: ../resource/ui/MainWindow.ui.h:1 +msgid "Fullscreen" +msgstr "მთელ ეკრანზე" + +#: ../resource/ui/MainWindow.ui.h:2 ../resource/ui/PreferencesWindow.ui.h:18 +msgid "Preferences" +msgstr "მორგება" + +#: ../resource/ui/MainWindow.ui.h:3 ../resource/ui/ShortcutsWindow.ui.h:7 +msgid "Keyboard Shortcuts" +msgstr "სხარტი კლავიშები" + +#: ../resource/ui/MainWindow.ui.h:7 +msgid "Refresh" +msgstr "განახლება" + +#: ../resource/ui/MainWindow.ui.h:8 ../resource/ui/PhoneNumberDialog.ui.h:1 +msgid "Open chat by phone number" +msgstr "ტელეფონის ნომერთან სასაუბროს გახსნა" + +#: ../resource/ui/PhoneNumberDialog.ui.h:2 +msgid "Enter phone number (only digits)" +msgstr "შეიყვანეთ ტელეფონის ნომერი (მხოლოდ ციფრები)" + +#: ../resource/ui/PreferencesWindow.ui.h:1 +msgid "Close to Tray" +msgstr "სისტემური პანელის ხატულაში ჩახურვა" + +#: ../resource/ui/PreferencesWindow.ui.h:2 +msgid "Start in Tray" +msgstr "სისტემური პანელის ხატულაში გაშვება" + +#: ../resource/ui/PreferencesWindow.ui.h:3 +msgid "Start Minimized" +msgstr "ჩაკეცილად გაშვება" + +#: ../resource/ui/PreferencesWindow.ui.h:4 +msgid "Autostart" +msgstr "ავტომატური გაშვება" + +#: ../resource/ui/PreferencesWindow.ui.h:5 +msgid "Enable tray icon" +msgstr "სისტემის კუთხეში ხატულის ჩართვა" + +#: ../resource/ui/PreferencesWindow.ui.h:6 +msgid "Start application as closed to tray" +msgstr "აპლიკაციის სისტემის კუთხეში, დახურულად გაშვება" + +#: ../resource/ui/PreferencesWindow.ui.h:7 +msgid "Start application as minimized" +msgstr "აპლიკაციის ჩაკეცილად გაშვება" + +#: ../resource/ui/PreferencesWindow.ui.h:8 +msgid "Start application after system boots" +msgstr "აპლიკაციის სისტემის ჩატვირთვისას გაშვება" + +#: ../resource/ui/PreferencesWindow.ui.h:9 +#: ../resource/ui/ShortcutsWindow.ui.h:2 +msgid "General" +msgstr "მთავარი" + +#: ../resource/ui/PreferencesWindow.ui.h:10 +msgid "Prefer Dark Theme" +msgstr "მუქი თემის არჩევანი" + +#: ../resource/ui/PreferencesWindow.ui.h:11 +msgid "Prefer dark theme for the application if system theme includes a dark variant" +msgstr "თუ სისტემის თემა შეიცავს მუქ თემას, აპლიკაციაშიც მუქი თემის გამოყენება" + +#: ../resource/ui/PreferencesWindow.ui.h:12 +msgid "Appearance" +msgstr "გარემოს იერსახე" + +#: ../resource/ui/PreferencesWindow.ui.h:13 +msgid "Hardware Acceleration" +msgstr "აპარატურული აჩქარება" + +#: ../resource/ui/PreferencesWindow.ui.h:14 +msgid "Allow Permissions" +msgstr "წვდომების დაშვება" + +#: ../resource/ui/PreferencesWindow.ui.h:15 +msgid "Set hardware acceleration policy used by webkit" +msgstr "Webkit-ის მიერ აპარატურული აჩქარების გამოყენების პოლიტიკის დაყენება" + +#: ../resource/ui/PreferencesWindow.ui.h:16 +msgid "Allow permissions on application startup" +msgstr "წვდომების დაშვება აპლიკაციის გაშვებისას" + +#: ../resource/ui/PreferencesWindow.ui.h:17 +msgid "Web" +msgstr "ვები" + +#: ../resource/ui/ShortcutsWindow.ui.h:1 +msgid "Shortcuts" +msgstr "მალსახმობები" + +#: ../resource/ui/ShortcutsWindow.ui.h:3 +msgid "Refresh Page" +msgstr "გვერდის განახლება" + +#: ../resource/ui/ShortcutsWindow.ui.h:4 +msgid "Enter/Exit Fullscreen" +msgstr "სრული ეკრანის ჩართ/გამორთ" + +#: ../resource/ui/ShortcutsWindow.ui.h:5 +msgid "Show/Hide Header Bar" +msgstr "თავსართის ზოლის ჩვენება/დამალვა" + +#: ../resource/ui/ShortcutsWindow.ui.h:6 +msgid "Open Preferences" +msgstr "მორგების ფანჯრის გახსნა" diff --git a/po/nl.po b/po/nl.po index b666f06..daca712 100644 --- a/po/nl.po +++ b/po/nl.po @@ -32,8 +32,8 @@ msgid "An unofficial WhatsApp desktop application for Linux" msgstr "Een onofficiële WhatsApp-desktoptoepassing voor Linux" #: ../src/ui/MainWindow.cpp:292 -msgid "Github Repository" -msgstr "Github" +msgid "GitHub Repository" +msgstr "GitHub" #: ../src/ui/PreferencesWindow.cpp:35 msgid "On Demand" diff --git a/po/pt-br.po b/po/pt-br.po new file mode 100644 index 0000000..3dca360 --- /dev/null +++ b/po/pt-br.po @@ -0,0 +1,198 @@ +# Template translation file for whatsapp-for-linux +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the whatsapp-for-linux package. +# Claudio Ferreira , 2023. +# +msgid "" +msgstr "" +"Project-Id-Version: whatsapp-for-linux\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-12-10 22:56+0100\n" +"PO-Revision-Date: 2022-12-26 15:57-0300\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: pt-br\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 3.1.1\n" + +#: ../src/ui/MainWindow.cpp:287 ../src/ui/TrayIcon.cpp:46 +#: ../resource/ui/MainWindow.ui.h:4 +msgid "About" +msgstr "Sobre" + +#: ../src/ui/MainWindow.cpp:289 ../resource/ui/MainWindow.ui.h:6 +msgid "WhatsApp for Linux" +msgstr "WhatsApp para Linux" + +#: ../src/ui/MainWindow.cpp:290 +msgid "An unofficial WhatsApp desktop application for Linux" +msgstr "Aplicação não oficial de WhatsApp para Linux" + +#: ../src/ui/MainWindow.cpp:292 +msgid "GitHub Repository" +msgstr "Repositório GitHub" + +#: ../src/ui/PreferencesWindow.cpp:35 +msgid "On Demand" +msgstr "Sob demanda" + +#: ../src/ui/PreferencesWindow.cpp:36 +msgid "Always" +msgstr "Sempre" + +#: ../src/ui/PreferencesWindow.cpp:37 +msgid "Never" +msgstr "Nunca" + +#: ../src/ui/TrayIcon.cpp:45 +msgid "Show" +msgstr "Mostrar" + +#: ../src/ui/TrayIcon.cpp:47 ../resource/ui/MainWindow.ui.h:5 +#: ../resource/ui/ShortcutsWindow.ui.h:8 +msgid "Quit" +msgstr "Sair" + +#: ../src/ui/WebView.cpp:34 +msgid "Notification Request" +msgstr "Requisição de Notificação" + +#: ../src/ui/WebView.cpp:35 +msgid "Would you like to allow notifications?" +msgstr "Deseja permitir as notificações?" + +#: ../src/ui/WebView.cpp:69 +msgid "Save File" +msgstr "Salvar arquivo" + +#: ../src/ui/WebView.cpp:70 +msgid "Ok" +msgstr "Ok" + +#: ../src/ui/WebView.cpp:71 +msgid "Cancel" +msgstr "Cancelar" + +#: ../src/ui/WebView.cpp:307 +msgid "Unresponsive" +msgstr "No responde" + +#: ../src/ui/WebView.cpp:308 +msgid "The application is not responding. Would you like to reload?" +msgstr "A aplicação não responde. Deseja recarregá-la?" + +#: ../resource/ui/MainWindow.ui.h:1 +msgid "Fullscreen" +msgstr "Tela cheia" + +#: ../resource/ui/MainWindow.ui.h:2 ../resource/ui/PreferencesWindow.ui.h:18 +msgid "Preferences" +msgstr "Preferências" + +#: ../resource/ui/MainWindow.ui.h:3 ../resource/ui/ShortcutsWindow.ui.h:7 +msgid "Keyboard Shortcuts" +msgstr "Atalhos de teclado" + +#: ../resource/ui/MainWindow.ui.h:7 +msgid "Refresh" +msgstr "Atualizar" + +#: ../resource/ui/MainWindow.ui.h:8 ../resource/ui/PhoneNumberDialog.ui.h:1 +msgid "Open chat by phone number" +msgstr "Abrir chat pelo número de telefone" + +#: ../resource/ui/PhoneNumberDialog.ui.h:2 +msgid "Enter phone number (only digits)" +msgstr "Introduza o número de telefone (somente números)" + +#: ../resource/ui/PreferencesWindow.ui.h:1 +msgid "Close to Tray" +msgstr "Fechar para a bandeja" + +#: ../resource/ui/PreferencesWindow.ui.h:2 +msgid "Start in Tray" +msgstr "Iniciar na bandeja" + +#: ../resource/ui/PreferencesWindow.ui.h:3 +msgid "Start Minimized" +msgstr "Iniciar minimizado" + +#: ../resource/ui/PreferencesWindow.ui.h:4 +msgid "Autostart" +msgstr "Início automático" + +#: ../resource/ui/PreferencesWindow.ui.h:5 +msgid "Enable tray icon" +msgstr "Habilitar o ícone na bandeja" + +#: ../resource/ui/PreferencesWindow.ui.h:6 +msgid "Start application as closed to tray" +msgstr "Iniciar a aplicação minimizada na bandeja" + +#: ../resource/ui/PreferencesWindow.ui.h:7 +msgid "Start application as minimized" +msgstr "Iniciar a aplicação minimizada" + +#: ../resource/ui/PreferencesWindow.ui.h:8 +msgid "Start application after system boots" +msgstr "Iniciar a aplicação depois do inicio do sistema" + +#: ../resource/ui/PreferencesWindow.ui.h:9 +#: ../resource/ui/ShortcutsWindow.ui.h:2 +msgid "General" +msgstr "Geral" + +#: ../resource/ui/PreferencesWindow.ui.h:10 +msgid "Prefer Dark Theme" +msgstr "Preferir tema escuro" + +#: ../resource/ui/PreferencesWindow.ui.h:11 +msgid "Prefer dark theme for the application if system theme includes a dark variant" +msgstr "Preferir um tema escuro para a aplicação se o tema do sistema inclui uma variante escura" + +#: ../resource/ui/PreferencesWindow.ui.h:12 +msgid "Appearance" +msgstr "Aparência" + +#: ../resource/ui/PreferencesWindow.ui.h:13 +msgid "Hardware Acceleration" +msgstr "Aceleração por hardware" + +#: ../resource/ui/PreferencesWindow.ui.h:14 +msgid "Allow Permissions" +msgstr "Autorizar permissões" + +#: ../resource/ui/PreferencesWindow.ui.h:15 +msgid "Set hardware acceleration policy used by webkit" +msgstr "Definir a política de aceleração de hardware usada pelo webkit" + +#: ../resource/ui/PreferencesWindow.ui.h:16 +msgid "Allow permissions on application startup" +msgstr "Permitir permissões ao iniciar a aplicação" + +#: ../resource/ui/PreferencesWindow.ui.h:17 +msgid "Web" +msgstr "Página web" + +#: ../resource/ui/ShortcutsWindow.ui.h:1 +msgid "Shortcuts" +msgstr "Atalhos" + +#: ../resource/ui/ShortcutsWindow.ui.h:3 +msgid "Refresh Page" +msgstr "Atualizar página" + +#: ../resource/ui/ShortcutsWindow.ui.h:4 +msgid "Enter/Exit Fullscreen" +msgstr "Entrar/Sair da tela cheia" + +#: ../resource/ui/ShortcutsWindow.ui.h:5 +msgid "Show/Hide Header Bar" +msgstr "Mostrar/Ocultar barra de cabeçalho" + +#: ../resource/ui/ShortcutsWindow.ui.h:6 +msgid "Open Preferences" +msgstr "Abrir Preferências" diff --git a/po/ru.po b/po/ru.po index cd4531c..f4ed627 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: whatsapp-for-linux\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-27 09:20+0200\n" +"POT-Creation-Date: 2022-12-10 22:56+0100\n" "PO-Revision-Date: 2022-11-11 10:36+0300\n" "Last-Translator: Olesya Gerasimenko \n" "Language-Team: Basealt Translation Team\n" @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<" -"=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Lokalize 22.04.3\n" #: ../src/ui/MainWindow.cpp:287 ../src/ui/TrayIcon.cpp:46 @@ -33,18 +33,18 @@ msgid "An unofficial WhatsApp desktop application for Linux" msgstr "Неофициальное приложение WhatsApp для Linux" #: ../src/ui/MainWindow.cpp:292 -msgid "Github Repository" +msgid "GitHub Repository" msgstr "Репозиторий на GitHub" -#: ../src/ui/PreferencesWindow.cpp:30 +#: ../src/ui/PreferencesWindow.cpp:35 msgid "On Demand" msgstr "По запросу" -#: ../src/ui/PreferencesWindow.cpp:31 +#: ../src/ui/PreferencesWindow.cpp:36 msgid "Always" msgstr "Всегда" -#: ../src/ui/PreferencesWindow.cpp:32 +#: ../src/ui/PreferencesWindow.cpp:37 msgid "Never" msgstr "Никогда" @@ -89,7 +89,7 @@ msgstr "Приложение не отвечает. Перезагрузить msgid "Fullscreen" msgstr "На весь экран" -#: ../resource/ui/MainWindow.ui.h:2 ../resource/ui/PreferencesWindow.ui.h:15 +#: ../resource/ui/MainWindow.ui.h:2 ../resource/ui/PreferencesWindow.ui.h:18 msgid "Preferences" msgstr "Параметры" @@ -147,22 +147,34 @@ msgid "General" msgstr "Общие" #: ../resource/ui/PreferencesWindow.ui.h:10 +msgid "Prefer Dark Theme" +msgstr "Предпочитать Тёмную Тему" + +#: ../resource/ui/PreferencesWindow.ui.h:11 +msgid "Prefer dark theme for the application if system theme includes a dark variant" +msgstr "Предпочитать тёмную тему, если система предусматривает тёмный вариант" + +#: ../resource/ui/PreferencesWindow.ui.h:12 +msgid "Appearance" +msgstr "Внешний вид" + +#: ../resource/ui/PreferencesWindow.ui.h:13 msgid "Hardware Acceleration" msgstr "Аппаратное ускорение" -#: ../resource/ui/PreferencesWindow.ui.h:11 +#: ../resource/ui/PreferencesWindow.ui.h:14 msgid "Allow Permissions" msgstr "Предоставить разрешения" -#: ../resource/ui/PreferencesWindow.ui.h:12 +#: ../resource/ui/PreferencesWindow.ui.h:15 msgid "Set hardware acceleration policy used by webkit" msgstr "Установить политику аппаратного ускорения, используемую webkit" -#: ../resource/ui/PreferencesWindow.ui.h:13 +#: ../resource/ui/PreferencesWindow.ui.h:16 msgid "Allow permissions on application startup" msgstr "Предоставить разрешения при запуске приложения" -#: ../resource/ui/PreferencesWindow.ui.h:14 +#: ../resource/ui/PreferencesWindow.ui.h:17 msgid "Web" msgstr "Интернет" diff --git a/po/tr.po b/po/tr.po index ce606b5..f56949e 100644 --- a/po/tr.po +++ b/po/tr.po @@ -31,8 +31,8 @@ msgid "An unofficial WhatsApp desktop application for Linux" msgstr "Linux için resmi olmayan bir WhatsApp masaüstü uygulaması" #: ../src/ui/MainWindow.cpp:292 -msgid "Github Repository" -msgstr "Github" +msgid "GitHub Repository" +msgstr "GitHub" #: ../src/ui/PreferencesWindow.cpp:35 msgid "On Demand" diff --git a/po/whatsapp-for-linux.pot b/po/whatsapp-for-linux.pot index 147d1de..7726fe4 100644 --- a/po/whatsapp-for-linux.pot +++ b/po/whatsapp-for-linux.pot @@ -31,7 +31,7 @@ msgid "An unofficial WhatsApp desktop application for Linux" msgstr "" #: ../src/ui/MainWindow.cpp:292 -msgid "Github Repository" +msgid "GitHub Repository" msgstr "" #: ../src/ui/PreferencesWindow.cpp:35 diff --git a/resource/desktop/com.github.eneshecan.WhatsAppForLinux.desktop.in b/resource/desktop/com.github.eneshecan.WhatsAppForLinux.desktop.in index 9d50ba6..e81e230 100644 --- a/resource/desktop/com.github.eneshecan.WhatsAppForLinux.desktop.in +++ b/resource/desktop/com.github.eneshecan.WhatsAppForLinux.desktop.in @@ -2,18 +2,27 @@ Type=Application Version=1.0 Name=${WFL_FRIENDLY_NAME} +Name[es]=WhatsApp para Linux Name[it]=WhatsApp per Linux +Name[ka]=WhatsApp-ი ლინუქსისთვის Name[nl]=WhatsApp voor Linux +Name[pt-br]=WhatsApp para Linux Name[ru]=WhatsApp для Linux Name[tr]=Linux için WhatsApp GenericName=Unofficial WhatsApp client +GenericName[es]=Cliente no oficial de WhatsApp GenericName[it]=Client WhatsApp non ufficiale +GenericName[ka]=WhatsApp-ის არაოფიციალური კლიენტი GenericName[nl]=Niet-officiële WhatsApp-client +GenericName[pt-br]=Cliente não oficial de WhatsApp GenericName[ru]=Неофициальный клиент WhatsApp GenericName[tr]=Resmi olmayan WhatsApp istemcisi Comment=${WFL_DESCRIPTION} +Comment[es]=Una aplicación no oficial de WhatsApp para Linux Comment[it]=Un'applicazione WhatsApp non ufficiale per Linux +Comment[ka]=WhatsApp-ის არაოფიციალური კლიენტი ლინუქსისთვის Comment[nl]=Een onofficiële WhatsApp-desktoptoepassing voor Linux +Comment[pt-br]=Uma aplicação não oficial de WhatsApp para Linux Comment[ru]=Неофициальное приложение WhatsApp для Linux Comment[tr]=Linux için resmi olmayan bir WhatsApp masaüstü uygulaması Exec=${WFL_NAME} %u